feat: extract cloudly api client

This commit is contained in:
2026-04-25 14:57:58 +00:00
commit baaeda3b57
19 changed files with 11166 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
// @serve.zone scope
import * as servezoneInterfaces from '@serve.zone/interfaces';
export {
servezoneInterfaces
}
// @push.rocks scope
import * as smartexpect from '@push.rocks/smartexpect';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrx from '@push.rocks/smartrx';
import * as webstream from '@push.rocks/smartstream/web';
export {
smartexpect,
smartpromise,
smartrx,
webstream,
}
// @api.global scope
import * as typedrequest from '@api.global/typedrequest';
import * as typedsocket from '@api.global/typedsocket';
import * as typedRequestInterfaces from '@api.global/typedrequest-interfaces';
export {
typedrequest,
typedsocket,
typedRequestInterfaces,
}
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass,
}