@faiber/faiber-ts-sdk 0.10.2 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/capabilities.d.ts +17 -17
- package/dist/capabilities.js +7 -7
- package/dist/capabilities.js.map +1 -1
- package/dist/index.d.ts +34 -34
- package/package.json +22 -22
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ const [products, profile, slots] = await Promise.all([
|
|
|
38
38
|
]);
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
The facade exposes `idp`, `profile`, `modules`, `social`, `asset`, `payment`, `messenger`, `crm`, `lms`, `reservation`, `session`, `version`, `flow`, `knowledge`, `chat`, `state`, `drm`, `task`, and `manage`. Each regular REST service has curated convenience methods, guarded REST resources, a low-level authenticated client, and an `operations` object containing
|
|
41
|
+
The facade exposes `office`, `idp`, `profile`, `modules`, `social`, `asset`, `payment`, `messenger`, `crm`, `lms`, `reservation`, `session`, `version`, `flow`, `knowledge`, `chat`, `state`, `drm`, `task`, and `manage`. Each regular REST service has curated convenience methods, guarded REST resources, a low-level authenticated client, and an `operations` object containing every mounted backend route. DRM includes its complete management panel contract (libraries, categories, compositions, mixed media, workflows, manifests, package jobs, statuses, audit, operations settings, multipart media, and binary chunk uploads). Session includes room lifecycle, LMS/chat integrations, recordings/manifests, branding, analytics, and canonical room/recording/playback view URLs. Chat includes assistant administration and the full conversation/realtime/AI runtime contract. Messenger and Payment expose their complete management, status, integration, and verification contracts. Realtime State, Task, Version, and Manage retain their specialized transport-aware clients. Manage provides project-scoped proxy origins plus reviewed Agentic action and POST-SSE APIs.
|
|
42
42
|
|
|
43
43
|
`FaiberSDK.capabilities`, `sdk.capabilities`, and `sdk.describe(service?)` expose machine-readable descriptions, authentication rules, transports, environment variables, operation counts, and AI-agent usage guidance. Every service package is also exported as a namespace such as `IdpService`, `DrmService`, or `StateService`, so application code can import runtime APIs and types exclusively from this facade.
|
|
44
44
|
|
|
@@ -46,3 +46,7 @@ The facade exposes `idp`, `profile`, `modules`, `social`, `asset`, `payment`, `m
|
|
|
46
46
|
All methods return full Axios responses and accept request options for headers, cancellation, timeout, and transport overrides. Use `authMode: "cookie"` for secure HttpOnly-cookie authorization, or `authMode: "bearer"` with an in-memory/server token provider. Service origins are supplied through `domains`, `defaultDomain`, or `domainsFromEnv`; the SDK never hardcodes deployment domains.
|
|
47
47
|
|
|
48
48
|
See each service package README for its capability and permission table, request/query contracts, response envelopes, uploads, form encoding, errors, and examples.
|
|
49
|
+
|
|
50
|
+
### Poulstar Office extension
|
|
51
|
+
|
|
52
|
+
Configure `domains.office` from your deployment environment and use `sdk.office.request(operationKey, { query, params, body, signal })` for the registered accounting operations. `OFFICE_OPERATIONS` documents route keys and required permissions. For example, `await sdk.office.educationStatuses({ signal })` returns an Axios response containing enrollment status choices. Office shares the SDK token provider or secure cookie authentication. Requests retain server pagination, multipart uploads, download blobs, timeout/cancellation and Axios error status. No Office hostname is embedded in the package.
|
package/dist/.tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/axios/index.d.ts","../../core/dist/types.d.ts","../../core/dist/env.d.ts","../../core/dist/auth.d.ts","../../core/dist/client.d.ts","../../core/dist/resource.d.ts","../../core/dist/openapi.d.ts","../../core/dist/index.d.ts","../src/capabilities.ts","../../asset/dist/types.d.ts","../../asset/dist/operations.types.d.ts","../../asset/dist/operations.d.ts","../../asset/dist/index.d.ts","../../crm/dist/types.d.ts","../../crm/dist/operations.types.d.ts","../../crm/dist/operations.d.ts","../../crm/dist/index.d.ts","../../flow/dist/types.d.ts","../../flow/dist/operations.types.d.ts","../../flow/dist/operations.d.ts","../../flow/dist/index.d.ts","../../idp/dist/types.d.ts","../../idp/dist/operations.types.d.ts","../../idp/dist/operations.d.ts","../../idp/dist/index.d.ts","../../lms/dist/types.d.ts","../../lms/dist/operations.types.d.ts","../../lms/dist/operations.d.ts","../../lms/dist/index.d.ts","../../knowledge/dist/types.d.ts","../../knowledge/dist/operations.types.d.ts","../../knowledge/dist/operations.d.ts","../../knowledge/dist/index.d.ts","../../chat/dist/types.d.ts","../../chat/dist/operations.types.d.ts","../../chat/dist/operations.d.ts","../../chat/dist/index.d.ts","../../manage/dist/types.d.ts","../../manage/dist/stream.d.ts","../../manage/dist/index.d.ts","../../messenger/dist/types.d.ts","../../messenger/dist/operations.types.d.ts","../../messenger/dist/operations.d.ts","../../messenger/dist/index.d.ts","../../modules/dist/types.d.ts","../../modules/dist/operations.types.d.ts","../../modules/dist/operations.d.ts","../../modules/dist/index.d.ts","../../payment/dist/types.d.ts","../../payment/dist/operations.types.d.ts","../../payment/dist/operations.d.ts","../../payment/dist/index.d.ts","../../profile/dist/types.d.ts","../../profile/dist/operations.types.d.ts","../../profile/dist/operations.d.ts","../../profile/dist/index.d.ts","../../reservation/dist/types.d.ts","../../reservation/dist/operations.types.d.ts","../../reservation/dist/operations.d.ts","../../reservation/dist/index.d.ts","../../session/dist/types.d.ts","../../session/dist/operations.types.d.ts","../../session/dist/operations.d.ts","../../session/dist/index.d.ts","../../social/dist/types.d.ts","../../social/dist/operations.types.d.ts","../../social/dist/operations.d.ts","../../social/dist/index.d.ts","../../version/dist/types.d.ts","../../version/dist/operations.types.d.ts","../../version/dist/operations.d.ts","../../version/dist/index.d.ts","../../state/dist/types.d.ts","../../state/dist/match.d.ts","../../state/dist/api.d.ts","../../state/dist/prediction.d.ts","../../state/dist/realtime.d.ts","../../state/dist/operations.types.d.ts","../../state/dist/operations.d.ts","../../state/dist/index.d.ts","../node_modules/@faiber/faiber-drm/dist/types.d.ts","../node_modules/@faiber/faiber-drm/dist/operations.types.d.ts","../node_modules/@faiber/faiber-drm/dist/operations.d.ts","../node_modules/@faiber/faiber-drm/dist/index.d.ts","../node_modules/@faiber/faiber-task/dist/types.d.ts","../node_modules/@faiber/faiber-task/dist/operations.types.d.ts","../node_modules/@faiber/faiber-task/dist/operations.d.ts","../node_modules/@faiber/faiber-task/dist/index.d.ts","../../game/dist/ecs.d.ts","../../game/dist/quality.d.ts","../../game/dist/renderer.d.ts","../../game/dist/assets.d.ts","../../game/dist/wasm.d.ts","../../game/dist/engine.d.ts","../../game/dist/state.d.ts","../../game/dist/match.d.ts","../../game/dist/index.d.ts","../src/index.ts"],"fileIdsList":[[60,67,69,70,71],[60,67,70],[67],[60,67,93,94,95],[60,67,94],[61],[60,61],[60,61,62,63,64,65,66],[60,61,64],[60],[60,67,73,74,75],[60,67,73,74],[67,73],[67,74],[60,67,77,78,79],[60,67,78],[149],[148,149,150,152],[148,149,150,151,152,153,154,155],[139],[139,148],[60,67,81,82,83],[60,67,82],[60,67,89,90,91],[60,67,90],[67,85,86,87],[60,67,85,86],[67,85],[60,67,97,98],[97],[60,67,100,101,102],[60,67,101],[60,67,104,105,106],[60,67,105],[60,67,108,109,110],[60,67,109],[60,67,112,113,114],[60,67,113],[60,67,116,117,118],[60,67,117],[60,67,140,141,142],[60,67,141],[60,67,144,145,146],[60,67,145],[67,68,72,76,80,84,88,92,96,99,103,107,111,115,119,123,127,131,139,143,147,156],[60,67,120,121,122],[60,67,121],[60,67,124,125,126],[60,67,124,125],[67,124],[60,67,132,133],[132,133,134,135,136,137,138],[60,67,137],[132],[60,67,128,129,130],[60,67,129]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"2343ec253c90c370449755739733f5f429f58cffdb51a50977bb4a042012fa8f","impliedFormat":99},{"version":"6cc1f17dc5454eb1112cfb4a2e2ddc93de8c3f9016c8db7bdf0328caac374ffa","impliedFormat":99},{"version":"82065c5512d8d6f81b26cf13ea9ecd3e558be9560f7b5c62260858219ecd87f7","impliedFormat":99},{"version":"ed17ed1b2bcf384c88bc6cec6b427989b98db99fc7ad35a50605501a463bbc53","impliedFormat":99},{"version":"82bf4efcca8ab8764a91ac126c0af605ab6717ee94b2316461b5fa388b27e165","impliedFormat":99},{"version":"82ffc9a1d95766c8f6f6bb4316b1d83e9d6a1d4ec41057d1a897cca70176bfc1","impliedFormat":99},{"version":"3f5eeb0a84713ccf640b9a6af4629e006f59d7629abc3fc95af2efb062fd0b83","impliedFormat":99},{"version":"66a0cb4d019dd780c2fb5c2942778929ec55715bb5a0f3b80aac4c0b92e35d16","impliedFormat":99},{"version":"57c96d7fce891b9f3b542c9ba4b3505c673ee2b8e4593b5fdb3e6143c5f39ee1","signature":"73141dc9f32ea6f88f999c9b44bad7aa3f8862533cf977727fe13786ca65a8bb","impliedFormat":99},{"version":"eb7b0235dbcf2ed66f1d61631bf331f24bf7083319d167c60c1ad65edafafe2b","impliedFormat":99},{"version":"d39d35172b16b65dbbfd0ef2a10212294190d6924f4347b2b1fc357f2ee5ee57","impliedFormat":99},{"version":"31e5848729cf676ca990aab0102edfd7c97f9d1403973f735842ad407c2ea50d","impliedFormat":99},{"version":"5c1aff6f8038ab00642fba0c6750f2adadad9e70cc410b550bbbfb4aecef38cb","impliedFormat":99},{"version":"90688f8f0c1d2bd6a2dcc7e16f274df1064223b6a7d0347d44fffc6c6706ee60","impliedFormat":99},{"version":"1c2804982a1e1113a2dbec54c0771a766e0a0b3b95c54730abecb83daf348b9a","impliedFormat":99},{"version":"d7e62d2b93f73f8615e0e8f10a147285b08129ce924d297fbd17ddba60a7f7f0","impliedFormat":99},{"version":"116c85cc39ef91df7e22d571dc85f76f65c44ef6bcf3775a1c8a14a4c35a125e","impliedFormat":99},{"version":"90934b30b3b195da89826e549cccfbf67111b9825fc1857f39507faaeb458270","impliedFormat":99},{"version":"8eee6c49081f2c903458ffaf070036be289758d5ed4ddd436156ea686220ea8a","impliedFormat":99},{"version":"bf17607b8bb628fb74c07bf0b4894f0aacef9ce22a9abf5f38c8069550b4c9f0","impliedFormat":99},{"version":"4b65b58b8d69baefdd43f2e07cd54c4ebd1940c85db82992bc04ca4a740aa2b7","impliedFormat":99},{"version":"58e1a27597751dfa1e3efabbec51dc184487ac334229084b5997ee1af52ecbfa","impliedFormat":99},{"version":"179a2248ff0a149c00ade4ee0edd8abcf1b0dee98510697f44676b741359bd73","impliedFormat":99},{"version":"96f51064a828e91474768abbeeb698902df93fe4d03d9a3b18d90ac984410454","impliedFormat":99},{"version":"938aeab3f97a898bdaa77815d4afe324d6829b6299a3c64cc765065c8aa58a88","impliedFormat":99},{"version":"d37e0fb8f52c5ec490722f761fdd6464a46bffff4814eed9350444794ac225f6","impliedFormat":99},{"version":"a098d95115f647dcc7d2c7205ee2a1dc779fea4864112bc575035b9c5ad615ad","impliedFormat":99},{"version":"c986249efd7beab8a5602ceea6ff49e4dede723179317fcd9c2d5e96afcf8111","impliedFormat":99},{"version":"8c71b4def6afdbcb8ff59f8495e7497563bd88353486f1137b5aef4cdb2bd40c","impliedFormat":99},{"version":"df41c8e577abdc9e045e76555f5cfe79e3b2df510c78dfd4dedf9dcc65d3841d","impliedFormat":99},{"version":"c55a8ed1a19d1ecaec076ead506c4d58e1cc9d5beff8ba4de1caa3bf7a7071a5","impliedFormat":99},{"version":"e0dd9b7183faa6e43c14abd87c78bef94d4abcacf7743f1e9e4a18baf5fea1d9","impliedFormat":99},{"version":"d9491ad3aaed5d8c614ef8384fdfabaa5a38ca2a5c9b07b1fcc5e21857d955fe","impliedFormat":99},{"version":"0b27afc5cf268aff050a012a0a0845c4b52c29c34f6f1758f0e9ac503ade2d42","impliedFormat":99},{"version":"ce90f49cfbf091386b1fb46303b32a8b953f50bae306892cadc4edc263af4938","impliedFormat":99},{"version":"3650c9f839ab46945ebf7f045ddd540833063a125f2b1b6954d9c620ddc1074f","impliedFormat":99},{"version":"f1f3e0fde1ab63a195a27b8244f002f15af2c4ed4851003e6d8e16a1c58bf37b","impliedFormat":99},{"version":"9085a569ddd496ae3a4fe447345303b90c639f62d2415f4e0b304df08788b988","impliedFormat":99},{"version":"6618ba34b4b786d234e71ef5afbf355ff1eff0eb90d3ccdfc7f35b331dd331c9","impliedFormat":99},{"version":"ea583de7927141d8fecf93cada06c5d2e602735288790f4a85b992516f4cb48a","impliedFormat":99},{"version":"7664ecbeb98143fd57dd084ccf415e2567b70e1301e19f9866c0e5b10d3f548f","impliedFormat":99},{"version":"ddc1d91683118c45d6d468b6225b4c19d7e98fd61d1551e442802fcdfe8cb680","impliedFormat":99},{"version":"7f89e3fa5db94b8a22712d1fa4b16149922a71da5249242d219d2f981481ce3e","impliedFormat":99},{"version":"6d8313570840f30f440e188e64e1359a408137203062af797136476a8b8a1dab","impliedFormat":99},{"version":"41d54a73cfec82cd0953b860bdc83f3cc9ac84f0d91211132eaf4145ae0f4b95","impliedFormat":99},{"version":"724a520c72f92daeb63c0ab92f4665a34933659be1491072b1adb1ea64b9eb7b","impliedFormat":99},{"version":"bb23c9169ddd09882567dcd00aca2502580a393793a162fe165943dbb53c66e4","impliedFormat":99},{"version":"15da953a19606e76a8bf7d7adecf685a11da9664c9e53f1029342b587ab4562c","impliedFormat":99},{"version":"a076d2c97c08bd4ef5661e5355daa30180fabc1cdac566e0f1d3087cda197d2c","impliedFormat":99},{"version":"efc2aaa803d50e78ce368979b3942789b191c967bcabdcc82ec8d596c8408372","impliedFormat":99},{"version":"2c79ef79bb65e3624a1e87924c25a3a6051419014ba793228a59e5a09cb5b138","impliedFormat":99},{"version":"1766531736a06805d568da59f7640b1e8b0ba62db8c73361bfbb7e99f1d2a6cf","impliedFormat":99},{"version":"48c242ca9d891af796978c3c1b32127e10172b78d6903006a914c39eb9c0f3a9","impliedFormat":99},{"version":"ab8f1b4ec5a1e771c98e0c787c8599f7f01e33a0c65a0cd90f64fef1fe7c1cf5","impliedFormat":99},{"version":"6cdc52ce6236fa408cc460067b52af3efc0ef7e5807420350f845d4a87efb408","impliedFormat":99},{"version":"88f7b85e0d39a283e6bdf5dbe7a0cd0e87dfd48b29d12ab3edeb3dd619dca075","impliedFormat":99},{"version":"99982d6d948fd1545be1c735b7e92a30d4fc854f9b7e54c4a6afbb9a76cbd980","impliedFormat":99},{"version":"22717c98a15cd2151124e1caf9caea0e9991146ed34dc92e477df1371597e08e","impliedFormat":99},{"version":"d2010c1809a7f7434abb68536477b7ee64c96896e3b462ff155440ae404800c1","impliedFormat":99},{"version":"d3f3d4f94d660f7fec0bc906379d7da41778b26e749cdfe7ef194d4baf81d6f1","impliedFormat":99},{"version":"de68416b5ee33a0a5056e5aa7e4b4238c336362679823b79101991d3a1327e8a","impliedFormat":99},{"version":"22a3d8dfbd988cee5e8a36c2760fcaa17a3092877f88c5620a3aaa67c0e6499c","impliedFormat":99},{"version":"44bb538b632db72beb298fd0c95834fbc4bb1d226a44adbeb1c26d11a196351b","impliedFormat":99},{"version":"4e2a6eb2fec740ae42b4c62a0544a8b5d5060cd04b95e3488e92fda66078a0ba","impliedFormat":99},{"version":"56c008f1a72b73eb508252c381130d2c1162007acca31004adc50fbf9aa5f1c0","impliedFormat":99},{"version":"d1f35ed79a5c48301465b686a0998fdeb3d44bceea67d4001874a52a84f0e199","impliedFormat":99},{"version":"70fdd80725259fc28606e52e55dabe19ac89a7baa50eb0861b07f49fb4b62d59","impliedFormat":99},{"version":"0c5fc64e474928272715467d2901de28c159a8d48baf83a3a2614b4238e6fc79","impliedFormat":99},{"version":"63b99438948fd0f21ab0ea5e087f98b070c28b6dc67a9f371ae0d317196057dc","impliedFormat":99},{"version":"b7efe2a4c141591ca4da2676fc4eb900933549486c24a2b1b5f8dfe4ff16a533","impliedFormat":99},{"version":"edac1ff863ca69ab045873bc04851da5ab5af807b47b1d9343966bcd62e46bea","impliedFormat":99},{"version":"1a6008085b1c822642239cfbde56d94e5ecf3dd235a5a5b7f6c597c9f8dbb812","impliedFormat":99},{"version":"564708a657ebab1f1efbeb4f6cb3194d736ec4da237c0ba85c566947ab1fe1b4","impliedFormat":99},{"version":"fcfc7b62d3b938a46fd19ac320b8ddf0ef5557b3cf1ea59ee86b1c7df88ae91a","impliedFormat":99},{"version":"5f749e1df6d8ffd4148ac394bb91d7e0f4010b9121a4a05a8551f66902eee9dc","impliedFormat":99},{"version":"9960b39e2a2cf4d4b3b843ce69c83ed77a89cab83ade288d57c1677baf18fbab","impliedFormat":99},{"version":"6d4dea0a46463c93a6a7b918af4e93b6374e3aa8f948e26a16efc744335a355c","impliedFormat":99},{"version":"714b0e1b42ec6b6a8b76805b402c6b919235def6cd3758184d0564703ad90f9d","impliedFormat":99},{"version":"c3e0e69a4068aac89687f3805b7d732c1fdea481691c42856fd289f11abb4223","impliedFormat":99},{"version":"5a5c7e938a7a26a53106084716b043c10ec34104962e6e330f1321c81d16914e","impliedFormat":99},{"version":"2372d3135162c6e0dfa8c9c54c3cf011353051b9651272f874c19305c84f8140","impliedFormat":99},{"version":"a52ea1d37138dfc5b0ea3891ea225d25a262ee8a76bf5424902e419c51710fc0","impliedFormat":99},{"version":"5be1668b934dfd2def2b9e3d307f7981471bbf39cd41dbc2ec4183d8e2d77de0","impliedFormat":99},{"version":"747bde0b5d594cffff7b47fc87ccfc66732a16621d657abcfea0884705ef1d38","impliedFormat":99},{"version":"b90fac74418cb3e61935f30ccc807e1527ae603146ebdefdfd5ec6a2fe94b998","impliedFormat":99},{"version":"5dc5410ea47fa24ae2dd1366a0c0d14a310b8946b0a82d6132e9f84a0787d97d","impliedFormat":99},{"version":"c372bf5f2c71d886c60a79c304803f1ab1979c430a95789f64cd7bb693c8ad18","impliedFormat":99},{"version":"8214d63fa4fc70c634585852f9195e9764c1fe3a88742f4db35d4db4597bd1b7","impliedFormat":99},{"version":"e6f800d42f5cd4844debec2bcf7d7a3241dd6ba39ce9364953f8489f9226081f","impliedFormat":99},{"version":"aa45f1f199125148caec9c75d83bcef7668b9dabb38ae227486b79955fa90e70","impliedFormat":99},{"version":"bf4a577f04568ce81d92309a4169eab9e91c216edd96416ed4d67218bfa1aaf4","impliedFormat":99},{"version":"5902ef794dcf3ce4cb3ce4c9f24874f72e58ff70d7af05259fe99aece6e3eadc","impliedFormat":99},{"version":"ebc91b1043172804c4607840ab03624d44daab3b7ab96121602f507ed564c72d","impliedFormat":99},{"version":"14702125c72e25cf309570c5360965245df8511de7918cdef46199e53e0e55a6","impliedFormat":99},{"version":"77ed5a3ba05aaa918ee7c00ff90eb2645980d3fffe0857903df7606fe8fd1150","impliedFormat":99},{"version":"0a5e335436b08d3679725e5f064c0f5483228e6a7898c9db2ece5c2e4ad0bbe5","impliedFormat":99},{"version":"a841a0d982f58549fef9290938716c0b2c8ade241542ad85ee826d1577608078","impliedFormat":99},{"version":"5be7b529e461197dca2e7123be20c3e38deece5a0b7a10bd28e3b1a9f7fba698","signature":"92e2ce7c658291fb5af1000e020192f2ed58b1577e936da3ba451429716f6302","impliedFormat":99}],"root":[68,157],"options":{"composite":true,"declaration":true,"declarationMap":true,"exactOptionalPropertyTypes":true,"module":199,"noUncheckedIndexedAccess":true,"outDir":"./","rootDir":"../src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":9,"tsBuildInfoFile":"./.tsbuildinfo","verbatimModuleSyntax":true},"referencedMap":[[72,1],[71,2],[70,3],[69,3],[96,4],[95,5],[94,3],[93,3],[63,6],[64,7],[62,6],[67,8],[66,9],[65,9],[61,10],[76,11],[75,12],[74,13],[73,14],[80,15],[79,16],[78,3],[77,3],[151,17],[153,18],[156,19],[155,20],[150,17],[154,21],[84,22],[83,23],[82,3],[81,3],[92,24],[91,25],[90,3],[89,3],[88,26],[87,27],[86,28],[85,3],[99,29],[98,30],[97,3],[103,31],[102,32],[101,3],[100,3],[107,33],[106,34],[105,3],[104,3],[111,35],[110,36],[109,3],[108,3],[115,37],[114,38],[113,3],[112,3],[119,39],[118,40],[117,3],[116,3],[143,41],[142,42],[141,3],[140,3],[147,43],[146,44],[145,3],[144,3],[68,3],[157,45],[123,46],[122,47],[121,3],[120,3],[127,48],[126,49],[125,50],[124,3],[134,51],[139,52],[138,53],[137,3],[135,54],[136,54],[132,3],[131,55],[130,56],[129,3],[128,3]],"latestChangedDtsFile":"./index.d.ts","version":"5.9.3"}
|
|
1
|
+
{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/axios/index.d.ts","../../core/dist/types.d.ts","../../core/dist/env.d.ts","../../core/dist/auth.d.ts","../../core/dist/client.d.ts","../../core/dist/resource.d.ts","../../core/dist/openapi.d.ts","../../core/dist/index.d.ts","../src/capabilities.ts","../../asset/dist/types.d.ts","../../asset/dist/operations.types.d.ts","../../asset/dist/operations.d.ts","../../asset/dist/index.d.ts","../../crm/dist/types.d.ts","../../crm/dist/operations.types.d.ts","../../crm/dist/operations.d.ts","../../crm/dist/index.d.ts","../../flow/dist/types.d.ts","../../flow/dist/operations.types.d.ts","../../flow/dist/operations.d.ts","../../flow/dist/index.d.ts","../../idp/dist/types.d.ts","../../idp/dist/operations.types.d.ts","../../idp/dist/operations.d.ts","../../idp/dist/index.d.ts","../../lms/dist/types.d.ts","../../lms/dist/operations.types.d.ts","../../lms/dist/operations.d.ts","../../lms/dist/index.d.ts","../../knowledge/dist/types.d.ts","../../knowledge/dist/operations.types.d.ts","../../knowledge/dist/operations.d.ts","../../knowledge/dist/index.d.ts","../../chat/dist/types.d.ts","../../chat/dist/operations.types.d.ts","../../chat/dist/operations.d.ts","../../chat/dist/index.d.ts","../../manage/dist/types.d.ts","../../manage/dist/stream.d.ts","../../manage/dist/index.d.ts","../../messenger/dist/types.d.ts","../../messenger/dist/operations.types.d.ts","../../messenger/dist/operations.d.ts","../../messenger/dist/index.d.ts","../../modules/dist/types.d.ts","../../modules/dist/operations.types.d.ts","../../modules/dist/operations.d.ts","../../modules/dist/index.d.ts","../../payment/dist/types.d.ts","../../payment/dist/operations.types.d.ts","../../payment/dist/operations.d.ts","../../payment/dist/index.d.ts","../../profile/dist/types.d.ts","../../profile/dist/operations.types.d.ts","../../profile/dist/operations.d.ts","../../profile/dist/index.d.ts","../../reservation/dist/types.d.ts","../../reservation/dist/operations.types.d.ts","../../reservation/dist/operations.d.ts","../../reservation/dist/index.d.ts","../../session/dist/types.d.ts","../../session/dist/operations.types.d.ts","../../session/dist/operations.d.ts","../../session/dist/index.d.ts","../../social/dist/types.d.ts","../../social/dist/operations.types.d.ts","../../social/dist/operations.d.ts","../../social/dist/index.d.ts","../../version/dist/types.d.ts","../../version/dist/operations.types.d.ts","../../version/dist/operations.d.ts","../../version/dist/index.d.ts","../../state/dist/types.d.ts","../../state/dist/match.d.ts","../../state/dist/api.d.ts","../../state/dist/prediction.d.ts","../../state/dist/realtime.d.ts","../../state/dist/operations.types.d.ts","../../state/dist/operations.d.ts","../../state/dist/index.d.ts","../../drm/dist/types.d.ts","../../drm/dist/operations.types.d.ts","../../drm/dist/operations.d.ts","../../drm/dist/index.d.ts","../../task/dist/types.d.ts","../../task/dist/operations.types.d.ts","../../task/dist/operations.d.ts","../../task/dist/index.d.ts","../../game/dist/ecs.d.ts","../../game/dist/quality.d.ts","../../game/dist/renderer.d.ts","../../game/dist/assets.d.ts","../../game/dist/wasm.d.ts","../../game/dist/engine.d.ts","../../game/dist/state.d.ts","../../game/dist/match.d.ts","../../game/dist/index.d.ts","../src/index.ts"],"fileIdsList":[[60,67,69,70,71],[60,67,70],[67],[60,67,93,94,95],[60,67,93,94],[67,93],[61],[60,61],[60,61,62,63,64,65,66],[60,61,64],[60],[60,67,73,74,75],[60,67,73,74],[67,73],[67,74],[60,67,140,141,142],[60,67,141],[60,67,77,78,79],[60,67,78],[149],[148,149,150,152],[148,149,150,151,152,153,154,155],[139],[139,148],[60,67,81,82,83],[60,67,82],[60,67,89,90,91],[60,67,90],[67,85,86,87],[60,67,85,86],[67,85],[60,67,97,98],[97],[60,67,100,101,102],[60,67,101],[60,67,104,105,106],[60,67,105],[60,67,108,109,110],[60,67,109],[60,67,112,113,114],[60,67,113],[60,67,116,117,118],[60,67,117],[67,68,72,76,80,84,88,92,96,99,103,107,111,115,119,123,127,131,139,143,147,156],[60,67,120,121,122],[60,67,121],[60,67,124,125,126],[60,67,124,125],[67,124],[60,67,132,133],[132,133,134,135,136,137,138],[60,67,137],[132],[60,67,144,145,146],[60,67,145],[60,67,128,129,130],[60,67,129]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"2343ec253c90c370449755739733f5f429f58cffdb51a50977bb4a042012fa8f","impliedFormat":99},{"version":"6cc1f17dc5454eb1112cfb4a2e2ddc93de8c3f9016c8db7bdf0328caac374ffa","impliedFormat":99},{"version":"82065c5512d8d6f81b26cf13ea9ecd3e558be9560f7b5c62260858219ecd87f7","impliedFormat":99},{"version":"ed17ed1b2bcf384c88bc6cec6b427989b98db99fc7ad35a50605501a463bbc53","impliedFormat":99},{"version":"82bf4efcca8ab8764a91ac126c0af605ab6717ee94b2316461b5fa388b27e165","impliedFormat":99},{"version":"82ffc9a1d95766c8f6f6bb4316b1d83e9d6a1d4ec41057d1a897cca70176bfc1","impliedFormat":99},{"version":"3f5eeb0a84713ccf640b9a6af4629e006f59d7629abc3fc95af2efb062fd0b83","impliedFormat":99},{"version":"66a0cb4d019dd780c2fb5c2942778929ec55715bb5a0f3b80aac4c0b92e35d16","impliedFormat":99},{"version":"7aac0958b3a7678f3b1755eb99a0998e187d76f4c6f07000d97490053bcb9486","signature":"51b4aa3c8b04a542f1de426db5a845785742624286f2531dfcc92ac2b77a1d8c","impliedFormat":99},{"version":"eb7b0235dbcf2ed66f1d61631bf331f24bf7083319d167c60c1ad65edafafe2b","impliedFormat":99},{"version":"97c71384495643743117af27d34eb20cb4c7b6fb73a1ae52d65dea0bc12497b5","impliedFormat":99},{"version":"31e5848729cf676ca990aab0102edfd7c97f9d1403973f735842ad407c2ea50d","impliedFormat":99},{"version":"5c1aff6f8038ab00642fba0c6750f2adadad9e70cc410b550bbbfb4aecef38cb","impliedFormat":99},{"version":"cf5d65a6f7c2315d5034280df50833cfab718f44e3d67df528e00d4c4feefdcd","impliedFormat":99},{"version":"87e2b231624fca09585b824aad0d6f4fba905a11f3ea98a7d809e7c917eda1f1","impliedFormat":99},{"version":"86cc7bd27dc3d6d593c6f10f2015ec6e3b1edf399ae5559af58983aad6e2e318","impliedFormat":99},{"version":"1ba1ac0d56bcbb7c32326c838a02f78617849e1201779247e89466433046239f","impliedFormat":99},{"version":"90934b30b3b195da89826e549cccfbf67111b9825fc1857f39507faaeb458270","impliedFormat":99},{"version":"f32b1c28ef81c2474536c1fb28e81d859c5fcb1da07934132a0cf5f66b4d840c","impliedFormat":99},{"version":"bf17607b8bb628fb74c07bf0b4894f0aacef9ce22a9abf5f38c8069550b4c9f0","impliedFormat":99},{"version":"4b65b58b8d69baefdd43f2e07cd54c4ebd1940c85db82992bc04ca4a740aa2b7","impliedFormat":99},{"version":"58e1a27597751dfa1e3efabbec51dc184487ac334229084b5997ee1af52ecbfa","impliedFormat":99},{"version":"1df2fae12d0e608883dbedfc4a96b58e98868d4300a57e4e5a216ab6f65ee04f","impliedFormat":99},{"version":"96f51064a828e91474768abbeeb698902df93fe4d03d9a3b18d90ac984410454","impliedFormat":99},{"version":"938aeab3f97a898bdaa77815d4afe324d6829b6299a3c64cc765065c8aa58a88","impliedFormat":99},{"version":"094b56eedad7175fa0ec7df62f4679d16a720776f3d7a7ac2306ad070d82c236","impliedFormat":99},{"version":"7c154361845d924a1e2649a44ebf129aa59de4ec5489dfb408bdc940c132b40e","impliedFormat":99},{"version":"3cacd2c087711a2c6f80178478369f6fbd4be72cbe2b9613236afe9112455e5b","impliedFormat":99},{"version":"58130da5163d2e2b17bfee06e7e36d0decbbbbf027927795c17217d9ce8b97bf","impliedFormat":99},{"version":"df41c8e577abdc9e045e76555f5cfe79e3b2df510c78dfd4dedf9dcc65d3841d","impliedFormat":99},{"version":"c55a8ed1a19d1ecaec076ead506c4d58e1cc9d5beff8ba4de1caa3bf7a7071a5","impliedFormat":99},{"version":"e0dd9b7183faa6e43c14abd87c78bef94d4abcacf7743f1e9e4a18baf5fea1d9","impliedFormat":99},{"version":"d9491ad3aaed5d8c614ef8384fdfabaa5a38ca2a5c9b07b1fcc5e21857d955fe","impliedFormat":99},{"version":"f7d5c00912fa781027326424ee04cc888af82e4a35a88bb595fbe8141bbf6b4a","impliedFormat":99},{"version":"d34a122480d31161aff41c0b93894589bfb487e42b666d9943618ef0e32f42b1","impliedFormat":99},{"version":"f725979c219cc79082881144824586dc6d0e0981344b889abbd41ad533427eb2","impliedFormat":99},{"version":"e18310c935a7fdd277f9f5bba37c75b7918e1b3e03b37378674505782c30f17a","impliedFormat":99},{"version":"9085a569ddd496ae3a4fe447345303b90c639f62d2415f4e0b304df08788b988","impliedFormat":99},{"version":"6618ba34b4b786d234e71ef5afbf355ff1eff0eb90d3ccdfc7f35b331dd331c9","impliedFormat":99},{"version":"ea583de7927141d8fecf93cada06c5d2e602735288790f4a85b992516f4cb48a","impliedFormat":99},{"version":"7664ecbeb98143fd57dd084ccf415e2567b70e1301e19f9866c0e5b10d3f548f","impliedFormat":99},{"version":"56f46a1e25be619d1f7d2bb6f0408638266ea66833af92d2c9eaa63dc21f3ef3","impliedFormat":99},{"version":"7f89e3fa5db94b8a22712d1fa4b16149922a71da5249242d219d2f981481ce3e","impliedFormat":99},{"version":"92a42845fa28d03f7c053e6617e541c0b2b589be305b995273f45589333430e0","impliedFormat":99},{"version":"41d54a73cfec82cd0953b860bdc83f3cc9ac84f0d91211132eaf4145ae0f4b95","impliedFormat":99},{"version":"e700efd2be161136ff2d18aa423f5477d81f9c559a406b220065b9ec14589840","impliedFormat":99},{"version":"bb23c9169ddd09882567dcd00aca2502580a393793a162fe165943dbb53c66e4","impliedFormat":99},{"version":"15da953a19606e76a8bf7d7adecf685a11da9664c9e53f1029342b587ab4562c","impliedFormat":99},{"version":"a076d2c97c08bd4ef5661e5355daa30180fabc1cdac566e0f1d3087cda197d2c","impliedFormat":99},{"version":"74675e584722a5838ea8598bc60ed1bab97b65cc03d968774317e8049549dfd6","impliedFormat":99},{"version":"2c79ef79bb65e3624a1e87924c25a3a6051419014ba793228a59e5a09cb5b138","impliedFormat":99},{"version":"dfecc96cd9449635f882c8f559e232aa97f097058f06171cd0f9c6a57ac8e90d","impliedFormat":99},{"version":"4cd2414fb00c7581f5687f9355dd1c354f48716fa567fddbda5bc57cf5208c0b","impliedFormat":99},{"version":"e58ad76bdefaa8df49cee4d2514d6f784cf04bcc5d33c0c411b4f89341b9ccc6","impliedFormat":99},{"version":"6cdc52ce6236fa408cc460067b52af3efc0ef7e5807420350f845d4a87efb408","impliedFormat":99},{"version":"88f7b85e0d39a283e6bdf5dbe7a0cd0e87dfd48b29d12ab3edeb3dd619dca075","impliedFormat":99},{"version":"99982d6d948fd1545be1c735b7e92a30d4fc854f9b7e54c4a6afbb9a76cbd980","impliedFormat":99},{"version":"75232fe0d4a4098d915400994d28042408b6a43297c959621f1149750974c896","impliedFormat":99},{"version":"d2010c1809a7f7434abb68536477b7ee64c96896e3b462ff155440ae404800c1","impliedFormat":99},{"version":"d3f3d4f94d660f7fec0bc906379d7da41778b26e749cdfe7ef194d4baf81d6f1","impliedFormat":99},{"version":"de68416b5ee33a0a5056e5aa7e4b4238c336362679823b79101991d3a1327e8a","impliedFormat":99},{"version":"637f748e1c4d9df13eecb07baeac1f68b9776ab88e22da4fe9c6d3862fecff4e","impliedFormat":99},{"version":"d176b669e0da47c5a79365df262cb2dc258eb584ced34dbb75b764792de74ad3","impliedFormat":99},{"version":"ac186d4a4e47e4fcdd5096b1912cdc478b6a8128d6799e9317f6e7f130b74cec","impliedFormat":99},{"version":"56c008f1a72b73eb508252c381130d2c1162007acca31004adc50fbf9aa5f1c0","impliedFormat":99},{"version":"ccc96b8c7ee816c92e950e294ea492a1c50072a9f05198bd8adc8d52a05fba13","impliedFormat":99},{"version":"70fdd80725259fc28606e52e55dabe19ac89a7baa50eb0861b07f49fb4b62d59","impliedFormat":99},{"version":"0c5fc64e474928272715467d2901de28c159a8d48baf83a3a2614b4238e6fc79","impliedFormat":99},{"version":"63b99438948fd0f21ab0ea5e087f98b070c28b6dc67a9f371ae0d317196057dc","impliedFormat":99},{"version":"455a0c18ee2a18d5c8b724851b71688a4a266fc05a3d384f15f776499b0f1ff0","impliedFormat":99},{"version":"edac1ff863ca69ab045873bc04851da5ab5af807b47b1d9343966bcd62e46bea","impliedFormat":99},{"version":"1a6008085b1c822642239cfbde56d94e5ecf3dd235a5a5b7f6c597c9f8dbb812","impliedFormat":99},{"version":"564708a657ebab1f1efbeb4f6cb3194d736ec4da237c0ba85c566947ab1fe1b4","impliedFormat":99},{"version":"fcfc7b62d3b938a46fd19ac320b8ddf0ef5557b3cf1ea59ee86b1c7df88ae91a","impliedFormat":99},{"version":"5f749e1df6d8ffd4148ac394bb91d7e0f4010b9121a4a05a8551f66902eee9dc","impliedFormat":99},{"version":"9960b39e2a2cf4d4b3b843ce69c83ed77a89cab83ade288d57c1677baf18fbab","impliedFormat":99},{"version":"6d4dea0a46463c93a6a7b918af4e93b6374e3aa8f948e26a16efc744335a355c","impliedFormat":99},{"version":"ce0772deb940ae5b9bcf86d710650f33baa866cb3352e2cc2f6264983398d3de","impliedFormat":99},{"version":"c3e0e69a4068aac89687f3805b7d732c1fdea481691c42856fd289f11abb4223","impliedFormat":99},{"version":"5a5c7e938a7a26a53106084716b043c10ec34104962e6e330f1321c81d16914e","impliedFormat":99},{"version":"2372d3135162c6e0dfa8c9c54c3cf011353051b9651272f874c19305c84f8140","impliedFormat":99},{"version":"778609644e7271a6ae36d66f45da1b10c700f46839b4d312d430b708d5e44898","impliedFormat":99},{"version":"fc4299ab42bd3e8bd8bb88f8faf77427cf7fab925c59f5c4d98e067bad1dcf72","impliedFormat":99},{"version":"8d74d0e6d5a1463ab94dfe68153df56ae68bbd36aa578fff09038b05163afb68","impliedFormat":99},{"version":"b90fac74418cb3e61935f30ccc807e1527ae603146ebdefdfd5ec6a2fe94b998","impliedFormat":99},{"version":"6b7f304f2a5d900aa7d353584a8096e7338699881a51e9cd58856380cc40d43d","impliedFormat":99},{"version":"c372bf5f2c71d886c60a79c304803f1ab1979c430a95789f64cd7bb693c8ad18","impliedFormat":99},{"version":"8214d63fa4fc70c634585852f9195e9764c1fe3a88742f4db35d4db4597bd1b7","impliedFormat":99},{"version":"e6f800d42f5cd4844debec2bcf7d7a3241dd6ba39ce9364953f8489f9226081f","impliedFormat":99},{"version":"aa45f1f199125148caec9c75d83bcef7668b9dabb38ae227486b79955fa90e70","impliedFormat":99},{"version":"bf4a577f04568ce81d92309a4169eab9e91c216edd96416ed4d67218bfa1aaf4","impliedFormat":99},{"version":"5902ef794dcf3ce4cb3ce4c9f24874f72e58ff70d7af05259fe99aece6e3eadc","impliedFormat":99},{"version":"ebc91b1043172804c4607840ab03624d44daab3b7ab96121602f507ed564c72d","impliedFormat":99},{"version":"14702125c72e25cf309570c5360965245df8511de7918cdef46199e53e0e55a6","impliedFormat":99},{"version":"77ed5a3ba05aaa918ee7c00ff90eb2645980d3fffe0857903df7606fe8fd1150","impliedFormat":99},{"version":"0a5e335436b08d3679725e5f064c0f5483228e6a7898c9db2ece5c2e4ad0bbe5","impliedFormat":99},{"version":"a841a0d982f58549fef9290938716c0b2c8ade241542ad85ee826d1577608078","impliedFormat":99},{"version":"5be7b529e461197dca2e7123be20c3e38deece5a0b7a10bd28e3b1a9f7fba698","signature":"fb1d08702c17b77a31eea9ebb1c3bbe576166a26e29d3f7da9a1d249e4d6eef3","impliedFormat":99}],"root":[68,157],"options":{"composite":true,"declaration":true,"declarationMap":true,"exactOptionalPropertyTypes":true,"module":199,"noUncheckedIndexedAccess":true,"outDir":"./","rootDir":"../src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":9,"tsBuildInfoFile":"./.tsbuildinfo","verbatimModuleSyntax":true},"referencedMap":[[72,1],[71,2],[70,3],[69,3],[96,4],[95,5],[94,6],[93,3],[63,7],[64,8],[62,7],[67,9],[66,10],[65,10],[61,11],[76,12],[75,13],[74,14],[73,15],[143,16],[142,17],[141,3],[140,3],[80,18],[79,19],[78,3],[77,3],[151,20],[153,21],[156,22],[155,23],[150,20],[154,24],[84,25],[83,26],[82,3],[81,3],[92,27],[91,28],[90,3],[89,3],[88,29],[87,30],[86,31],[85,3],[99,32],[98,33],[97,3],[103,34],[102,35],[101,3],[100,3],[107,36],[106,37],[105,3],[104,3],[111,38],[110,39],[109,3],[108,3],[115,40],[114,41],[113,3],[112,3],[119,42],[118,43],[117,3],[116,3],[68,3],[157,44],[123,45],[122,46],[121,3],[120,3],[127,47],[126,48],[125,49],[124,3],[134,50],[139,51],[138,52],[137,3],[135,53],[136,53],[132,3],[147,54],[146,55],[145,3],[144,3],[131,56],[130,57],[129,3],[128,3]],"latestChangedDtsFile":"./index.d.ts","version":"5.9.3"}
|
package/dist/capabilities.d.ts
CHANGED
|
@@ -55,8 +55,8 @@ export declare const FAIBER_SERVICE_CAPABILITIES: readonly [{
|
|
|
55
55
|
}, {
|
|
56
56
|
readonly service: "payment";
|
|
57
57
|
readonly title: "Payments";
|
|
58
|
-
readonly description: "
|
|
59
|
-
readonly aiGuidance: "Do not infer payment success;
|
|
58
|
+
readonly description: "Gateway and settings administration, payment creation, verification and rejection logs, callbacks, income reporting, and transaction status.";
|
|
59
|
+
readonly aiGuidance: "Do not infer payment success; verify against returned transaction status and retain provider callback and verification evidence.";
|
|
60
60
|
readonly transports: readonly ["rest"];
|
|
61
61
|
readonly operationCount: 23;
|
|
62
62
|
readonly environmentVariable: "FAIBER_PAYMENT_URL";
|
|
@@ -64,8 +64,8 @@ export declare const FAIBER_SERVICE_CAPABILITIES: readonly [{
|
|
|
64
64
|
}, {
|
|
65
65
|
readonly service: "messenger";
|
|
66
66
|
readonly title: "Messaging delivery";
|
|
67
|
-
readonly description: "
|
|
68
|
-
readonly aiGuidance: "Use templates for reusable communication and never embed provider secrets client-side.";
|
|
67
|
+
readonly description: "Notification inbox and read state, realtime delivery, templates and localized content, channels, providers, dashboards, and integrations.";
|
|
68
|
+
readonly aiGuidance: "Use templates for reusable communication, use realtime auth only for the current identity, and never embed provider secrets client-side.";
|
|
69
69
|
readonly transports: readonly ["rest"];
|
|
70
70
|
readonly operationCount: 33;
|
|
71
71
|
readonly environmentVariable: "FAIBER_MESSENGER_URL";
|
|
@@ -73,10 +73,10 @@ export declare const FAIBER_SERVICE_CAPABILITIES: readonly [{
|
|
|
73
73
|
}, {
|
|
74
74
|
readonly service: "crm";
|
|
75
75
|
readonly title: "CRM";
|
|
76
|
-
readonly description: "Workspace, pipelines, boards, companies, contacts, leads,
|
|
77
|
-
readonly aiGuidance: "
|
|
76
|
+
readonly description: "Workspace, member workflows, daily quotas and statistics, pipelines, boards, companies, contacts, leads, SOS, reminders, tasks, activities, reports, automation, and Agentic insights.";
|
|
77
|
+
readonly aiGuidance: "Use server-authoritative dashboard statistics, preserve optimistic versions and idempotency keys, and configure tenant workflows through API operations rather than package seed data.";
|
|
78
78
|
readonly transports: readonly ["rest"];
|
|
79
|
-
readonly operationCount:
|
|
79
|
+
readonly operationCount: 67;
|
|
80
80
|
readonly environmentVariable: "FAIBER_CRM_URL";
|
|
81
81
|
readonly auth: "IDP session with capability-specific CRM permissions; crm:admin is the service-wide override.";
|
|
82
82
|
}, {
|
|
@@ -85,7 +85,7 @@ export declare const FAIBER_SERVICE_CAPABILITIES: readonly [{
|
|
|
85
85
|
readonly description: "Courses, classroom-session scheduling and types, room provisioning state, enrollment, assessments, certificates, homework, and reports.";
|
|
86
86
|
readonly aiGuidance: "Distinguish learner academy routes from management routes, preserve UUID identifiers, and honor classroom-session lock state before opening provisioned Session rooms.";
|
|
87
87
|
readonly transports: readonly ["rest"];
|
|
88
|
-
readonly operationCount:
|
|
88
|
+
readonly operationCount: 143;
|
|
89
89
|
readonly environmentVariable: "FAIBER_LMS_URL";
|
|
90
90
|
readonly auth: "IDP session with learner context or LMS management permissions.";
|
|
91
91
|
}, {
|
|
@@ -100,10 +100,10 @@ export declare const FAIBER_SERVICE_CAPABILITIES: readonly [{
|
|
|
100
100
|
}, {
|
|
101
101
|
readonly service: "session";
|
|
102
102
|
readonly title: "Live sessions";
|
|
103
|
-
readonly description: "
|
|
104
|
-
readonly aiGuidance: "Request short-lived room access from the service
|
|
103
|
+
readonly description: "Room lifecycle and interactive delivery, access tokens, participant views, playback and recording views, recording scheduling and manifests, branding, analytics, and integrations.";
|
|
104
|
+
readonly aiGuidance: "Request short-lived room access from the service, use canonical view URL helpers, and never synthesize media access tokens or recording manifests.";
|
|
105
105
|
readonly transports: readonly ["rest"];
|
|
106
|
-
readonly operationCount:
|
|
106
|
+
readonly operationCount: 34;
|
|
107
107
|
readonly environmentVariable: "FAIBER_SESSION_URL";
|
|
108
108
|
readonly auth: "IDP session with room permissions for management operations.";
|
|
109
109
|
}, {
|
|
@@ -136,9 +136,9 @@ export declare const FAIBER_SERVICE_CAPABILITIES: readonly [{
|
|
|
136
136
|
}, {
|
|
137
137
|
readonly service: "chat";
|
|
138
138
|
readonly title: "Chat";
|
|
139
|
-
readonly description: "
|
|
140
|
-
readonly aiGuidance: "Use server
|
|
141
|
-
readonly transports: readonly ["rest"];
|
|
139
|
+
readonly description: "Assistant catalog and administration, direct/group/channel/AI conversations, members, messages, attachments, reactions, runtime inputs, read state, SSE, and realtime authorization.";
|
|
140
|
+
readonly aiGuidance: "Use server conversation/message identifiers, complete attachment uploads, and follow the service's runtime-input and streaming/realtime contracts.";
|
|
141
|
+
readonly transports: readonly ["rest", "sse"];
|
|
142
142
|
readonly operationCount: 32;
|
|
143
143
|
readonly environmentVariable: "FAIBER_CHAT_URL";
|
|
144
144
|
readonly auth: "IDP session with chat read/write/manage/AI permissions.";
|
|
@@ -163,12 +163,12 @@ export declare const FAIBER_SERVICE_CAPABILITIES: readonly [{
|
|
|
163
163
|
}, {
|
|
164
164
|
readonly service: "drm";
|
|
165
165
|
readonly title: "Digital media";
|
|
166
|
-
readonly description: "
|
|
167
|
-
readonly aiGuidance: "
|
|
166
|
+
readonly description: "DRM dashboard and statuses, media and multipart uploads, folders and tags, content libraries and categories, compositions, mixed media, workflows, manifests, packaging, analysis, audit, and operations settings.";
|
|
167
|
+
readonly aiGuidance: "Use multipart or chunked binary uploads as appropriate, preserve library/composition workflows, and request short-lived playback or ClearKey material only when needed.";
|
|
168
168
|
readonly transports: readonly ["rest", "multipart"];
|
|
169
169
|
readonly operationCount: 96;
|
|
170
170
|
readonly environmentVariable: "FAIBER_DRM_URL";
|
|
171
|
-
readonly auth: "
|
|
171
|
+
readonly auth: "IDP session with resource-specific drm:* permissions; playback and license material are short lived.";
|
|
172
172
|
}, {
|
|
173
173
|
readonly service: "task";
|
|
174
174
|
readonly title: "Tasks";
|
package/dist/capabilities.js
CHANGED
|
@@ -8,19 +8,19 @@ export const FAIBER_SERVICE_CAPABILITIES = [
|
|
|
8
8
|
{ service: "profile", title: "Profiles", description: "Profiles, typed properties, locations, avatars, surveys, metadata, and profile media.", aiGuidance: "Use self-address routes for checkout and atomic profile patch inputs elsewhere; preserve omitted versus null field semantics.", transports: ["rest", "multipart"], operationCount: 173, environmentVariable: "FAIBER_PROFILE_URL", auth: "IDP Bearer token or secure session cookie." },
|
|
9
9
|
{ service: "modules", title: "Content and commerce", description: "Products, posts, pages, taxonomy, SEO, media, inventory, orders, comments, reactions, authors, settings, and governed Agentic proposals.", aiGuidance: "Prefer the curated resource APIs; use operations for capability-specific routes and exact queries.", transports: ["rest", "multipart"], operationCount: 171, environmentVariable: "FAIBER_MODULES_URL", auth: "IDP Bearer token or secure session cookie; write routes may require permissions." },
|
|
10
10
|
{ service: "asset", title: "Assets and billing", description: "Wallets, balances, plans, subscriptions, ranks, ledger, AI usage plans, badges, history, leaderboard, and sandbox billing.", aiGuidance: "Treat financial responses as authoritative and use idempotent backend flows for mutations.", transports: ["rest"], operationCount: 82, environmentVariable: "FAIBER_ASSET_URL", auth: "IDP Bearer token or secure session cookie; admin routes declare permissions." },
|
|
11
|
-
{ service: "payment", title: "Payments", description: "
|
|
12
|
-
{ service: "messenger", title: "Messaging delivery", description: "
|
|
13
|
-
{ service: "crm", title: "CRM", description: "Workspace, pipelines, boards, companies, contacts, leads,
|
|
14
|
-
{ service: "lms", title: "Learning", description: "Courses, classroom-session scheduling and types, room provisioning state, enrollment, assessments, certificates, homework, and reports.", aiGuidance: "Distinguish learner academy routes from management routes, preserve UUID identifiers, and honor classroom-session lock state before opening provisioned Session rooms.", transports: ["rest"], operationCount:
|
|
11
|
+
{ service: "payment", title: "Payments", description: "Gateway and settings administration, payment creation, verification and rejection logs, callbacks, income reporting, and transaction status.", aiGuidance: "Do not infer payment success; verify against returned transaction status and retain provider callback and verification evidence.", transports: ["rest"], operationCount: 23, environmentVariable: "FAIBER_PAYMENT_URL", auth: "Public callbacks where defined; otherwise IDP session and permissions." },
|
|
12
|
+
{ service: "messenger", title: "Messaging delivery", description: "Notification inbox and read state, realtime delivery, templates and localized content, channels, providers, dashboards, and integrations.", aiGuidance: "Use templates for reusable communication, use realtime auth only for the current identity, and never embed provider secrets client-side.", transports: ["rest"], operationCount: 33, environmentVariable: "FAIBER_MESSENGER_URL", auth: "IDP session; administrative operations are permission guarded." },
|
|
13
|
+
{ service: "crm", title: "CRM", description: "Workspace, member workflows, daily quotas and statistics, pipelines, boards, companies, contacts, leads, SOS, reminders, tasks, activities, reports, automation, and Agentic insights.", aiGuidance: "Use server-authoritative dashboard statistics, preserve optimistic versions and idempotency keys, and configure tenant workflows through API operations rather than package seed data.", transports: ["rest"], operationCount: 67, environmentVariable: "FAIBER_CRM_URL", auth: "IDP session with capability-specific CRM permissions; crm:admin is the service-wide override." },
|
|
14
|
+
{ service: "lms", title: "Learning", description: "Courses, classroom-session scheduling and types, room provisioning state, enrollment, assessments, certificates, homework, and reports.", aiGuidance: "Distinguish learner academy routes from management routes, preserve UUID identifiers, and honor classroom-session lock state before opening provisioned Session rooms.", transports: ["rest"], operationCount: 143, environmentVariable: "FAIBER_LMS_URL", auth: "IDP session with learner context or LMS management permissions." },
|
|
15
15
|
{ service: "reservation", title: "Reservations", description: "Bookable services, providers, schedules, slots, and reservations.", aiGuidance: "Fetch current availability before booking and handle backend conflicts as expected contention.", transports: ["rest"], operationCount: 29, environmentVariable: "FAIBER_RESERVATION_URL", auth: "IDP Bearer token or secure session cookie." },
|
|
16
|
-
{ service: "session", title: "Live sessions", description: "
|
|
16
|
+
{ service: "session", title: "Live sessions", description: "Room lifecycle and interactive delivery, access tokens, participant views, playback and recording views, recording scheduling and manifests, branding, analytics, and integrations.", aiGuidance: "Request short-lived room access from the service, use canonical view URL helpers, and never synthesize media access tokens or recording manifests.", transports: ["rest"], operationCount: 34, environmentVariable: "FAIBER_SESSION_URL", auth: "IDP session with room permissions for management operations." },
|
|
17
17
|
{ service: "version", title: "Service versions", description: "Service registry, current releases, release history, health, and OpenAPI discovery.", aiGuidance: "Use this service to inspect platform compatibility; do not hardcode deployment versions.", transports: ["rest"], operationCount: 6, environmentVariable: "FAIBER_VERSION_URL", auth: "Public or deployment-defined IDP session." },
|
|
18
18
|
{ service: "flow", title: "Automation", description: "Automations, triggers, actions, validation, imports, runs, and execution history.", aiGuidance: "Validate flows before execution and use run identifiers to inspect asynchronous outcomes.", transports: ["rest"], operationCount: 18, environmentVariable: "FAIBER_FLOW_URL", auth: "IDP Bearer token or secure session cookie." },
|
|
19
19
|
{ service: "knowledge", title: "Knowledge", description: "Knowledge bases, groups, items, graph edges, chat bindings, rules, runtime resolution, and actions.", aiGuidance: "Use runtime endpoints for published knowledge and management endpoints for authoring.", transports: ["rest"], operationCount: 36, environmentVariable: "FAIBER_KNOWLEDGE_URL", auth: "IDP session with read/write/publish/runtime permissions." },
|
|
20
|
-
{ service: "chat", title: "Chat", description: "
|
|
20
|
+
{ service: "chat", title: "Chat", description: "Assistant catalog and administration, direct/group/channel/AI conversations, members, messages, attachments, reactions, runtime inputs, read state, SSE, and realtime authorization.", aiGuidance: "Use server conversation/message identifiers, complete attachment uploads, and follow the service's runtime-input and streaming/realtime contracts.", transports: ["rest", "sse"], operationCount: 32, environmentVariable: "FAIBER_CHAT_URL", auth: "IDP session with chat read/write/manage/AI permissions." },
|
|
21
21
|
{ service: "social", title: "Social", description: "Feeds, posts, comments, reactions, bookmarks, claims, capability policies, funding events, reports, analytics, and moderation.", aiGuidance: "Use self-service routes for a user's content and moderation routes only with explicit permissions.", transports: ["rest", "multipart"], operationCount: 61, environmentVariable: "FAIBER_SOCIAL_URL", auth: "IDP session with social write or moderation permissions." },
|
|
22
22
|
{ service: "state", title: "Realtime state", description: "Worlds, rooms, endpoints, authoritative state, WebSocket/UDP replication, prediction, and WASM simulation.", aiGuidance: "Create/join through REST, then use the returned short-lived ticket with StateRealtimeClient.", transports: ["rest", "websocket", "udp"], operationCount: 14, environmentVariable: "FAIBER_STATE_URL", auth: "IDP session for REST; signed join ticket for realtime transports." },
|
|
23
|
-
{ service: "drm", title: "Digital media", description: "
|
|
23
|
+
{ service: "drm", title: "Digital media", description: "DRM dashboard and statuses, media and multipart uploads, folders and tags, content libraries and categories, compositions, mixed media, workflows, manifests, packaging, analysis, audit, and operations settings.", aiGuidance: "Use multipart or chunked binary uploads as appropriate, preserve library/composition workflows, and request short-lived playback or ClearKey material only when needed.", transports: ["rest", "multipart"], operationCount: 96, environmentVariable: "FAIBER_DRM_URL", auth: "IDP session with resource-specific drm:* permissions; playback and license material are short lived." },
|
|
24
24
|
{ service: "task", title: "Tasks", description: "Projects, scoped grants, work items, comments, sprints, reports, agent proposals, health, discovery, and realtime invalidations.", aiGuidance: "Use Task as the sole generic work authority; preserve scoped grants, idempotency keys, optimistic versions, and approval boundaries.", transports: ["rest", "sse"], operationCount: 46, environmentVariable: "FAIBER_TASK_URL", auth: "Verified IDP identity and global Task permission plus Task-owned workspace/team/project/work-item grants." },
|
|
25
25
|
{ service: "manage", title: "Project management gateway", description: "Project-scoped service proxying, enabled-service discovery, image uploads, model discovery, and governed Manage Agent interactions.", aiGuidance: "Use typed service clients for known operations and execute runtime agent actions only after the user reviews mutations.", transports: ["rest", "sse", "sandbox-proxy"], operationCount: 14, environmentVariable: "FAIBER_MANAGE_URL", auth: "Agentic-minted project session in a secure HttpOnly cookie; proxy access remains project scoped." },
|
|
26
26
|
];
|
package/dist/capabilities.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capabilities.js","sourceRoot":"","sources":["../src/capabilities.ts"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACzC,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,uFAAuF,EAAE,UAAU,EAAE,2FAA2F,EAAE,UAAU,EAAE,CAAC,MAAM,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,IAAI,EAAE,4EAA4E,EAAE;IACzZ,EAAE,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,uFAAuF,EAAE,UAAU,EAAE,+HAA+H,EAAE,UAAU,EAAE,CAAC,MAAM,EAAE,WAAW,CAAC,EAAE,cAAc,EAAE,GAAG,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,IAAI,EAAE,4CAA4C,EAAE;IACnb,EAAE,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,sBAAsB,EAAE,WAAW,EAAE,0IAA0I,EAAE,UAAU,EAAE,oGAAoG,EAAE,UAAU,EAAE,CAAC,MAAM,EAAE,WAAW,CAAC,EAAE,cAAc,EAAE,GAAG,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,IAAI,EAAE,kFAAkF,EAAE;IAC7f,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,oBAAoB,EAAE,WAAW,EAAE,4HAA4H,EAAE,UAAU,EAAE,4FAA4F,EAAE,UAAU,EAAE,CAAC,MAAM,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,IAAI,EAAE,8EAA8E,EAAE;IAC/c,EAAE,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"capabilities.js","sourceRoot":"","sources":["../src/capabilities.ts"],"names":[],"mappings":"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"}
|
package/dist/index.d.ts
CHANGED
|
@@ -81,8 +81,8 @@ export declare class FaiberSDK {
|
|
|
81
81
|
}, {
|
|
82
82
|
readonly service: "payment";
|
|
83
83
|
readonly title: "Payments";
|
|
84
|
-
readonly description: "
|
|
85
|
-
readonly aiGuidance: "Do not infer payment success;
|
|
84
|
+
readonly description: "Gateway and settings administration, payment creation, verification and rejection logs, callbacks, income reporting, and transaction status.";
|
|
85
|
+
readonly aiGuidance: "Do not infer payment success; verify against returned transaction status and retain provider callback and verification evidence.";
|
|
86
86
|
readonly transports: readonly ["rest"];
|
|
87
87
|
readonly operationCount: 23;
|
|
88
88
|
readonly environmentVariable: "FAIBER_PAYMENT_URL";
|
|
@@ -90,8 +90,8 @@ export declare class FaiberSDK {
|
|
|
90
90
|
}, {
|
|
91
91
|
readonly service: "messenger";
|
|
92
92
|
readonly title: "Messaging delivery";
|
|
93
|
-
readonly description: "
|
|
94
|
-
readonly aiGuidance: "Use templates for reusable communication and never embed provider secrets client-side.";
|
|
93
|
+
readonly description: "Notification inbox and read state, realtime delivery, templates and localized content, channels, providers, dashboards, and integrations.";
|
|
94
|
+
readonly aiGuidance: "Use templates for reusable communication, use realtime auth only for the current identity, and never embed provider secrets client-side.";
|
|
95
95
|
readonly transports: readonly ["rest"];
|
|
96
96
|
readonly operationCount: 33;
|
|
97
97
|
readonly environmentVariable: "FAIBER_MESSENGER_URL";
|
|
@@ -99,10 +99,10 @@ export declare class FaiberSDK {
|
|
|
99
99
|
}, {
|
|
100
100
|
readonly service: "crm";
|
|
101
101
|
readonly title: "CRM";
|
|
102
|
-
readonly description: "Workspace, pipelines, boards, companies, contacts, leads,
|
|
103
|
-
readonly aiGuidance: "
|
|
102
|
+
readonly description: "Workspace, member workflows, daily quotas and statistics, pipelines, boards, companies, contacts, leads, SOS, reminders, tasks, activities, reports, automation, and Agentic insights.";
|
|
103
|
+
readonly aiGuidance: "Use server-authoritative dashboard statistics, preserve optimistic versions and idempotency keys, and configure tenant workflows through API operations rather than package seed data.";
|
|
104
104
|
readonly transports: readonly ["rest"];
|
|
105
|
-
readonly operationCount:
|
|
105
|
+
readonly operationCount: 67;
|
|
106
106
|
readonly environmentVariable: "FAIBER_CRM_URL";
|
|
107
107
|
readonly auth: "IDP session with capability-specific CRM permissions; crm:admin is the service-wide override.";
|
|
108
108
|
}, {
|
|
@@ -111,7 +111,7 @@ export declare class FaiberSDK {
|
|
|
111
111
|
readonly description: "Courses, classroom-session scheduling and types, room provisioning state, enrollment, assessments, certificates, homework, and reports.";
|
|
112
112
|
readonly aiGuidance: "Distinguish learner academy routes from management routes, preserve UUID identifiers, and honor classroom-session lock state before opening provisioned Session rooms.";
|
|
113
113
|
readonly transports: readonly ["rest"];
|
|
114
|
-
readonly operationCount:
|
|
114
|
+
readonly operationCount: 143;
|
|
115
115
|
readonly environmentVariable: "FAIBER_LMS_URL";
|
|
116
116
|
readonly auth: "IDP session with learner context or LMS management permissions.";
|
|
117
117
|
}, {
|
|
@@ -126,10 +126,10 @@ export declare class FaiberSDK {
|
|
|
126
126
|
}, {
|
|
127
127
|
readonly service: "session";
|
|
128
128
|
readonly title: "Live sessions";
|
|
129
|
-
readonly description: "
|
|
130
|
-
readonly aiGuidance: "Request short-lived room access from the service
|
|
129
|
+
readonly description: "Room lifecycle and interactive delivery, access tokens, participant views, playback and recording views, recording scheduling and manifests, branding, analytics, and integrations.";
|
|
130
|
+
readonly aiGuidance: "Request short-lived room access from the service, use canonical view URL helpers, and never synthesize media access tokens or recording manifests.";
|
|
131
131
|
readonly transports: readonly ["rest"];
|
|
132
|
-
readonly operationCount:
|
|
132
|
+
readonly operationCount: 34;
|
|
133
133
|
readonly environmentVariable: "FAIBER_SESSION_URL";
|
|
134
134
|
readonly auth: "IDP session with room permissions for management operations.";
|
|
135
135
|
}, {
|
|
@@ -162,9 +162,9 @@ export declare class FaiberSDK {
|
|
|
162
162
|
}, {
|
|
163
163
|
readonly service: "chat";
|
|
164
164
|
readonly title: "Chat";
|
|
165
|
-
readonly description: "
|
|
166
|
-
readonly aiGuidance: "Use server
|
|
167
|
-
readonly transports: readonly ["rest"];
|
|
165
|
+
readonly description: "Assistant catalog and administration, direct/group/channel/AI conversations, members, messages, attachments, reactions, runtime inputs, read state, SSE, and realtime authorization.";
|
|
166
|
+
readonly aiGuidance: "Use server conversation/message identifiers, complete attachment uploads, and follow the service's runtime-input and streaming/realtime contracts.";
|
|
167
|
+
readonly transports: readonly ["rest", "sse"];
|
|
168
168
|
readonly operationCount: 32;
|
|
169
169
|
readonly environmentVariable: "FAIBER_CHAT_URL";
|
|
170
170
|
readonly auth: "IDP session with chat read/write/manage/AI permissions.";
|
|
@@ -189,12 +189,12 @@ export declare class FaiberSDK {
|
|
|
189
189
|
}, {
|
|
190
190
|
readonly service: "drm";
|
|
191
191
|
readonly title: "Digital media";
|
|
192
|
-
readonly description: "
|
|
193
|
-
readonly aiGuidance: "
|
|
192
|
+
readonly description: "DRM dashboard and statuses, media and multipart uploads, folders and tags, content libraries and categories, compositions, mixed media, workflows, manifests, packaging, analysis, audit, and operations settings.";
|
|
193
|
+
readonly aiGuidance: "Use multipart or chunked binary uploads as appropriate, preserve library/composition workflows, and request short-lived playback or ClearKey material only when needed.";
|
|
194
194
|
readonly transports: readonly ["rest", "multipart"];
|
|
195
195
|
readonly operationCount: 96;
|
|
196
196
|
readonly environmentVariable: "FAIBER_DRM_URL";
|
|
197
|
-
readonly auth: "
|
|
197
|
+
readonly auth: "IDP session with resource-specific drm:* permissions; playback and license material are short lived.";
|
|
198
198
|
}, {
|
|
199
199
|
readonly service: "task";
|
|
200
200
|
readonly title: "Tasks";
|
|
@@ -254,8 +254,8 @@ export declare class FaiberSDK {
|
|
|
254
254
|
}, {
|
|
255
255
|
readonly service: "payment";
|
|
256
256
|
readonly title: "Payments";
|
|
257
|
-
readonly description: "
|
|
258
|
-
readonly aiGuidance: "Do not infer payment success;
|
|
257
|
+
readonly description: "Gateway and settings administration, payment creation, verification and rejection logs, callbacks, income reporting, and transaction status.";
|
|
258
|
+
readonly aiGuidance: "Do not infer payment success; verify against returned transaction status and retain provider callback and verification evidence.";
|
|
259
259
|
readonly transports: readonly ["rest"];
|
|
260
260
|
readonly operationCount: 23;
|
|
261
261
|
readonly environmentVariable: "FAIBER_PAYMENT_URL";
|
|
@@ -263,8 +263,8 @@ export declare class FaiberSDK {
|
|
|
263
263
|
}, {
|
|
264
264
|
readonly service: "messenger";
|
|
265
265
|
readonly title: "Messaging delivery";
|
|
266
|
-
readonly description: "
|
|
267
|
-
readonly aiGuidance: "Use templates for reusable communication and never embed provider secrets client-side.";
|
|
266
|
+
readonly description: "Notification inbox and read state, realtime delivery, templates and localized content, channels, providers, dashboards, and integrations.";
|
|
267
|
+
readonly aiGuidance: "Use templates for reusable communication, use realtime auth only for the current identity, and never embed provider secrets client-side.";
|
|
268
268
|
readonly transports: readonly ["rest"];
|
|
269
269
|
readonly operationCount: 33;
|
|
270
270
|
readonly environmentVariable: "FAIBER_MESSENGER_URL";
|
|
@@ -272,10 +272,10 @@ export declare class FaiberSDK {
|
|
|
272
272
|
}, {
|
|
273
273
|
readonly service: "crm";
|
|
274
274
|
readonly title: "CRM";
|
|
275
|
-
readonly description: "Workspace, pipelines, boards, companies, contacts, leads,
|
|
276
|
-
readonly aiGuidance: "
|
|
275
|
+
readonly description: "Workspace, member workflows, daily quotas and statistics, pipelines, boards, companies, contacts, leads, SOS, reminders, tasks, activities, reports, automation, and Agentic insights.";
|
|
276
|
+
readonly aiGuidance: "Use server-authoritative dashboard statistics, preserve optimistic versions and idempotency keys, and configure tenant workflows through API operations rather than package seed data.";
|
|
277
277
|
readonly transports: readonly ["rest"];
|
|
278
|
-
readonly operationCount:
|
|
278
|
+
readonly operationCount: 67;
|
|
279
279
|
readonly environmentVariable: "FAIBER_CRM_URL";
|
|
280
280
|
readonly auth: "IDP session with capability-specific CRM permissions; crm:admin is the service-wide override.";
|
|
281
281
|
}, {
|
|
@@ -284,7 +284,7 @@ export declare class FaiberSDK {
|
|
|
284
284
|
readonly description: "Courses, classroom-session scheduling and types, room provisioning state, enrollment, assessments, certificates, homework, and reports.";
|
|
285
285
|
readonly aiGuidance: "Distinguish learner academy routes from management routes, preserve UUID identifiers, and honor classroom-session lock state before opening provisioned Session rooms.";
|
|
286
286
|
readonly transports: readonly ["rest"];
|
|
287
|
-
readonly operationCount:
|
|
287
|
+
readonly operationCount: 143;
|
|
288
288
|
readonly environmentVariable: "FAIBER_LMS_URL";
|
|
289
289
|
readonly auth: "IDP session with learner context or LMS management permissions.";
|
|
290
290
|
}, {
|
|
@@ -299,10 +299,10 @@ export declare class FaiberSDK {
|
|
|
299
299
|
}, {
|
|
300
300
|
readonly service: "session";
|
|
301
301
|
readonly title: "Live sessions";
|
|
302
|
-
readonly description: "
|
|
303
|
-
readonly aiGuidance: "Request short-lived room access from the service
|
|
302
|
+
readonly description: "Room lifecycle and interactive delivery, access tokens, participant views, playback and recording views, recording scheduling and manifests, branding, analytics, and integrations.";
|
|
303
|
+
readonly aiGuidance: "Request short-lived room access from the service, use canonical view URL helpers, and never synthesize media access tokens or recording manifests.";
|
|
304
304
|
readonly transports: readonly ["rest"];
|
|
305
|
-
readonly operationCount:
|
|
305
|
+
readonly operationCount: 34;
|
|
306
306
|
readonly environmentVariable: "FAIBER_SESSION_URL";
|
|
307
307
|
readonly auth: "IDP session with room permissions for management operations.";
|
|
308
308
|
}, {
|
|
@@ -335,9 +335,9 @@ export declare class FaiberSDK {
|
|
|
335
335
|
}, {
|
|
336
336
|
readonly service: "chat";
|
|
337
337
|
readonly title: "Chat";
|
|
338
|
-
readonly description: "
|
|
339
|
-
readonly aiGuidance: "Use server
|
|
340
|
-
readonly transports: readonly ["rest"];
|
|
338
|
+
readonly description: "Assistant catalog and administration, direct/group/channel/AI conversations, members, messages, attachments, reactions, runtime inputs, read state, SSE, and realtime authorization.";
|
|
339
|
+
readonly aiGuidance: "Use server conversation/message identifiers, complete attachment uploads, and follow the service's runtime-input and streaming/realtime contracts.";
|
|
340
|
+
readonly transports: readonly ["rest", "sse"];
|
|
341
341
|
readonly operationCount: 32;
|
|
342
342
|
readonly environmentVariable: "FAIBER_CHAT_URL";
|
|
343
343
|
readonly auth: "IDP session with chat read/write/manage/AI permissions.";
|
|
@@ -362,12 +362,12 @@ export declare class FaiberSDK {
|
|
|
362
362
|
}, {
|
|
363
363
|
readonly service: "drm";
|
|
364
364
|
readonly title: "Digital media";
|
|
365
|
-
readonly description: "
|
|
366
|
-
readonly aiGuidance: "
|
|
365
|
+
readonly description: "DRM dashboard and statuses, media and multipart uploads, folders and tags, content libraries and categories, compositions, mixed media, workflows, manifests, packaging, analysis, audit, and operations settings.";
|
|
366
|
+
readonly aiGuidance: "Use multipart or chunked binary uploads as appropriate, preserve library/composition workflows, and request short-lived playback or ClearKey material only when needed.";
|
|
367
367
|
readonly transports: readonly ["rest", "multipart"];
|
|
368
368
|
readonly operationCount: 96;
|
|
369
369
|
readonly environmentVariable: "FAIBER_DRM_URL";
|
|
370
|
-
readonly auth: "
|
|
370
|
+
readonly auth: "IDP session with resource-specific drm:* permissions; playback and license material are short lived.";
|
|
371
371
|
}, {
|
|
372
372
|
readonly service: "task";
|
|
373
373
|
readonly title: "Tasks";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faiber/faiber-ts-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -16,26 +16,26 @@
|
|
|
16
16
|
"README.md"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@faiber/faiber-asset": "0.
|
|
20
|
-
"@faiber/faiber-crm": "0.
|
|
21
|
-
"@faiber/faiber-flow": "0.
|
|
22
|
-
"@faiber/faiber-game-sdk": "0.
|
|
23
|
-
"@faiber/faiber-idp": "0.
|
|
24
|
-
"@faiber/faiber-knowledge": "0.
|
|
25
|
-
"@faiber/faiber-chat": "0.
|
|
26
|
-
"@faiber/faiber-drm": "0.
|
|
27
|
-
"@faiber/faiber-lms": "0.
|
|
28
|
-
"@faiber/faiber-messenger": "0.
|
|
29
|
-
"@faiber/faiber-manage": "0.
|
|
30
|
-
"@faiber/faiber-modules": "0.
|
|
31
|
-
"@faiber/faiber-payment": "0.
|
|
32
|
-
"@faiber/faiber-profile": "0.
|
|
33
|
-
"@faiber/faiber-reservation": "0.
|
|
34
|
-
"@faiber/faiber-session": "0.
|
|
35
|
-
"@faiber/faiber-social": "0.
|
|
36
|
-
"@faiber/faiber-state-sdk": "0.
|
|
37
|
-
"@faiber/faiber-task": "0.
|
|
38
|
-
"@faiber/faiber-version": "0.
|
|
39
|
-
"@faiber/sdk-core": "0.
|
|
19
|
+
"@faiber/faiber-asset": "0.11.1",
|
|
20
|
+
"@faiber/faiber-crm": "0.11.1",
|
|
21
|
+
"@faiber/faiber-flow": "0.11.1",
|
|
22
|
+
"@faiber/faiber-game-sdk": "0.11.1",
|
|
23
|
+
"@faiber/faiber-idp": "0.11.1",
|
|
24
|
+
"@faiber/faiber-knowledge": "0.11.1",
|
|
25
|
+
"@faiber/faiber-chat": "0.11.1",
|
|
26
|
+
"@faiber/faiber-drm": "0.11.1",
|
|
27
|
+
"@faiber/faiber-lms": "0.11.1",
|
|
28
|
+
"@faiber/faiber-messenger": "0.11.1",
|
|
29
|
+
"@faiber/faiber-manage": "0.11.1",
|
|
30
|
+
"@faiber/faiber-modules": "0.11.1",
|
|
31
|
+
"@faiber/faiber-payment": "0.11.1",
|
|
32
|
+
"@faiber/faiber-profile": "0.11.1",
|
|
33
|
+
"@faiber/faiber-reservation": "0.11.1",
|
|
34
|
+
"@faiber/faiber-session": "0.11.1",
|
|
35
|
+
"@faiber/faiber-social": "0.11.1",
|
|
36
|
+
"@faiber/faiber-state-sdk": "0.11.1",
|
|
37
|
+
"@faiber/faiber-task": "0.11.1",
|
|
38
|
+
"@faiber/faiber-version": "0.11.1",
|
|
39
|
+
"@faiber/sdk-core": "0.11.1"
|
|
40
40
|
}
|
|
41
41
|
}
|