@faiber/faiber-ts-sdk 0.5.0 → 0.5.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 CHANGED
@@ -38,7 +38,10 @@ 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`, and `state`. Each service has curated convenience methods, guarded REST resources, a low-level authenticated client, and an `operations` object containing every route extracted from the mounted backend service.
41
+ The facade exposes `idp`, `profile`, `modules`, `social`, `asset`, `payment`, `messenger`, `crm`, `lms`, `reservation`, `session`, `version`, `flow`, `knowledge`, `chat`, `state`, and `drm`. Each regular REST service has curated convenience methods, guarded REST resources, a low-level authenticated client, and an `operations` object containing every route extracted from the mounted backend service. DRM, realtime State, and Version have curated transport-aware clients covering their complete mounted contracts. The internal sandbox management gateway is intentionally not exposed.
42
+
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
+
42
45
 
43
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.
44
47
 
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","../../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","../../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/index.d.ts","../../state/dist/types.d.ts","../../state/dist/api.d.ts","../../state/dist/prediction.d.ts","../../state/dist/realtime.d.ts","../../state/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/index.d.ts","../src/index.ts"],"fileIdsList":[[60,67,68,69,70],[60,67,69],[67],[60,67,92,93,94],[60,67,93],[61],[60,61],[60,61,62,63,64,65,66],[60,61,64],[60],[60,67,72,73,74],[60,67,73],[60,67,76,77,78],[60,67,77],[132],[131,132,133,135],[131,132,133,134,135,136,137],[130,131],[60,67,80,81,82],[60,67,81],[60,67,88,89,90],[60,67,89],[60,67,84,85,86],[60,67,84,85],[67,84],[60,67,96,97,98],[60,67,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],[67,71,75,79,83,87,91,95,99,103,107,111,115,119,123,125,130,138],[60,67,116,117,118],[60,67,117],[60,67,120,121,122],[60,67,120,121],[67,120],[60,67,126],[126,127,128,129],[126],[60,67,124]],"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":"82eefab40d1de575b71604dce5f5d408e023c6b241977b4840bff5ca5d330477","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":"7a962cbb9bdb721252ca1f8952d056b330920d8e0fad82856fdf049312d0b2f3","impliedFormat":99},{"version":"ef69b8a03ebe415e89a1b0653814827103bd7509ca8d069bf4b8c0684c5e3bc4","impliedFormat":99},{"version":"0d01c29173bef0d0cec68d9d9ada735c54690615c41abb315a628fcdfd25aa3a","impliedFormat":99},{"version":"4e89090c073985f946dfe35e200971c8857df59fd9ce847763f2f3d05b944452","impliedFormat":99},{"version":"9ddd20da27d2051bc8dee6bda8a0a575ac8d3a01ed4fbfa50df24ead73edccf4","impliedFormat":99},{"version":"f38f5ab575514bd0de28b6284ab029bbf2240f7b7b7d4b040fa170ebdb3b2785","impliedFormat":99},{"version":"826a300c547f5c271b1fa694f514bcb8bd91342e76ee0ce5fc7d88044c67deb8","impliedFormat":99},{"version":"963bf25e26ee6be972a2d7ab9327e41887a44a6d395b42c088cf0e5f3eddf6b7","impliedFormat":99},{"version":"90934b30b3b195da89826e549cccfbf67111b9825fc1857f39507faaeb458270","impliedFormat":99},{"version":"388d8ef0da3de814aace7037fd063c114bf13f827ddb04b2d6a66c3c13765b9c","impliedFormat":99},{"version":"5c6363c70a82171f032f251473a4f581a77c032ccb77ae28cc82039c6b2d2169","impliedFormat":99},{"version":"4b65b58b8d69baefdd43f2e07cd54c4ebd1940c85db82992bc04ca4a740aa2b7","impliedFormat":99},{"version":"0b01c33c47c026e7c6d3bc1b114d64a08a803cfdd9db1bde95c9ef1f7fabed0d","impliedFormat":99},{"version":"1b240667ee6ada18adda1e22db2fe4d3f31a02e747540c294b05003ec1199796","impliedFormat":99},{"version":"b7de64725e36068d23897e55f9d293eed5546348d3afa000c62b1e06662a385b","impliedFormat":99},{"version":"c18a2f659dd37354015150fae3ff11cc1449b6bee5fd174af768c49151da630b","impliedFormat":99},{"version":"49869be7b0a2c6155e9c952ffd55b32a2bd044e845df9d06f6260cc18a1b4152","impliedFormat":99},{"version":"994a2d8cecbe3af9070ff4b52a020bbc6fa6769585e171bdec18fe9d1b3c71e3","impliedFormat":99},{"version":"2b3ff741e98e4855f3aa3a7d6b530aac09adc6193b9d06f255ddb2e644cd95a1","impliedFormat":99},{"version":"010ed9098fe7866b175e5a4d900040055a1c0d78da0b9b8aadd15cd375efcde8","impliedFormat":99},{"version":"b4dbf2a7e462cbd32552dc9c94df963d9bf88fb5f6c1e481aacfb6b1c63963f0","impliedFormat":99},{"version":"366711872ddfa746bc0691a5278d2a2157be0886955d6e83f6fad6cbc6237a93","impliedFormat":99},{"version":"9a26cfbb63bb59c9d747f162d0cae2a6c362cbf5dbaf92caf1568874265102fc","impliedFormat":99},{"version":"d69d85f96c2ce7966d1486bb13eeb16fc94fe0823d66121d21e7a9733c47c96d","impliedFormat":99},{"version":"c7d15b435d1f5382ea7aea033988c67e6826937c9c9bfc1aa1b870af3c445470","impliedFormat":99},{"version":"c77e92e0520c153fe5e90e887f9004140c07427c2db3249b513862dd73d83806","impliedFormat":99},{"version":"59e37bd99ec6623ab874b0bb12a67a81ac5a9fa055c7e39985f8a8501aa0d9b1","impliedFormat":99},{"version":"f1f3e0fde1ab63a195a27b8244f002f15af2c4ed4851003e6d8e16a1c58bf37b","impliedFormat":99},{"version":"7664ecbeb98143fd57dd084ccf415e2567b70e1301e19f9866c0e5b10d3f548f","impliedFormat":99},{"version":"97f85fb7424a4b0a9864a1a2b5d63fac87f04cf02ae2d16c498985cd5ebe0ee5","impliedFormat":99},{"version":"f17ffeb8a770982c310b99036164768919ce43ca8242905796479bf892587b74","impliedFormat":99},{"version":"6d8313570840f30f440e188e64e1359a408137203062af797136476a8b8a1dab","impliedFormat":99},{"version":"7861130f6a2648591d0a50213bc9eae14898fdb9b6fb927ed47cd3871cff137a","impliedFormat":99},{"version":"1a01be5a745ba7e2a8dbd0961c7cd720653136b85c7e9255e35a5f46e05cf0ba","impliedFormat":99},{"version":"329011588ebdc92a3645020257c55b9530411ea63448a8178e40d55cc08a9692","impliedFormat":99},{"version":"2439d945be16c34941961a0e567b0a41b61c30998099d7299630aacba0aa6878","impliedFormat":99},{"version":"046a2d1ebcdf69954c1f1d3437f2a56ea6f9266c0cac215884573fac88b7bb67","impliedFormat":99},{"version":"77c384cd1fcaa0356bb85dc703bf421bb7876be360a789d8c609d18689155e47","impliedFormat":99},{"version":"8f00e1b3884b142324ae8517e240ffbbb60d8d7c09ac7ea07067eafbe8003bd6","impliedFormat":99},{"version":"1766531736a06805d568da59f7640b1e8b0ba62db8c73361bfbb7e99f1d2a6cf","impliedFormat":99},{"version":"79f60cb56c2b1ec7942b38f375e32042b48ce8dc68e4615ba48a1b38acfda55a","impliedFormat":99},{"version":"76372f5aaac832def6000f29c377b077a37e352c7ec6f8669e41623217ef0b9a","impliedFormat":99},{"version":"6eb6fbf8dc9c35894aefebc5e2027d7494fe7a19cb26f3cf630fce73084836e4","impliedFormat":99},{"version":"07f907e46fe697a486e71e4eef903fa23817033eccdae25d3acc26306c8ebd7e","impliedFormat":99},{"version":"99982d6d948fd1545be1c735b7e92a30d4fc854f9b7e54c4a6afbb9a76cbd980","impliedFormat":99},{"version":"c9fdf5e38e2525b2ef8f33d0c8556766e1bea5b62bb68a01a284e0b8db8afa3f","impliedFormat":99},{"version":"d2010c1809a7f7434abb68536477b7ee64c96896e3b462ff155440ae404800c1","impliedFormat":99},{"version":"d3f3d4f94d660f7fec0bc906379d7da41778b26e749cdfe7ef194d4baf81d6f1","impliedFormat":99},{"version":"de68416b5ee33a0a5056e5aa7e4b4238c336362679823b79101991d3a1327e8a","impliedFormat":99},{"version":"1dda59e0c2dab20b55c86e8c8e0d00a93ae80371c71c3d27fec16a6468b21f0d","impliedFormat":99},{"version":"eee870ad9b71a5faace8de2cf54de7bb49bd5aa9b7172cce3fd829b487e1a85e","impliedFormat":99},{"version":"4e2a6eb2fec740ae42b4c62a0544a8b5d5060cd04b95e3488e92fda66078a0ba","impliedFormat":99},{"version":"4acda2b9390667683aa1eff5b8acd14d75938b58ded92eadd37439e943453eb5","impliedFormat":99},{"version":"f63d0f1819f0f5ad0340f9f0bddd5ee850b43c1055f35993061c0014ffc38c97","impliedFormat":99},{"version":"f2c9c3adf79e7b81fc424bd29d4347f9f07f05e264805a36c26b09c5cc262285","impliedFormat":99},{"version":"5703cf83b6f9ee1e753b34c32a04de2dce889cb46c918ca7a76ed32f12832431","impliedFormat":99},{"version":"61229476af88961d8de0e6c5aaf4a386e5bda35209df726537ce890d75c8bbc8","impliedFormat":99},{"version":"62f47a8d6d35ebe81cb4ec98851da8f05d69ddc54fc10d34e514ee4b76c5c1f7","impliedFormat":99},{"version":"b107ce9c9d9e532f04a994de49b3988ece2beecb270ee1e77d5c8fb1e0e81235","impliedFormat":99},{"version":"b2e8c703155f9dca0f9743408f2c3b90d7120297f8016e9171311b057c6c8f6f","impliedFormat":99},{"version":"9960b39e2a2cf4d4b3b843ce69c83ed77a89cab83ade288d57c1677baf18fbab","impliedFormat":99},{"version":"6d4dea0a46463c93a6a7b918af4e93b6374e3aa8f948e26a16efc744335a355c","impliedFormat":99},{"version":"5762fc28bc25857ea9b54907f1cd6c38cb48fed4c0dd5efc4d8edaaefec55d0a","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":"ece7dc34157387a084eabdb428c2b603f412d8a76cface98dc478bcf878c01b1","impliedFormat":99},{"version":"75c58850ab33645dd63f769a00ebb634b9cb40136c7f830601366c9122aeccca","signature":"56a6f50024ec2a69fba4e5b3004b7d4f26faa8d4a066039edfb40536eb352b2a","impliedFormat":99}],"root":[139],"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":[[71,1],[70,2],[69,3],[68,3],[95,4],[94,5],[93,3],[92,3],[63,6],[64,7],[62,6],[67,8],[66,9],[65,9],[61,10],[75,11],[74,12],[73,3],[72,3],[79,13],[78,14],[77,3],[76,3],[134,15],[136,16],[138,17],[133,15],[137,18],[83,19],[82,20],[81,3],[80,3],[91,21],[90,22],[89,3],[88,3],[87,23],[86,24],[85,25],[84,3],[99,26],[98,27],[97,3],[96,3],[103,28],[102,29],[101,3],[100,3],[107,30],[106,31],[105,3],[104,3],[111,32],[110,33],[109,3],[108,3],[115,34],[114,35],[113,3],[112,3],[139,36],[119,37],[118,38],[117,3],[116,3],[123,39],[122,40],[121,41],[120,3],[127,42],[130,43],[128,44],[129,44],[126,3],[125,45],[124,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","../../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/index.d.ts","../../state/dist/types.d.ts","../../state/dist/api.d.ts","../../state/dist/prediction.d.ts","../../state/dist/realtime.d.ts","../../state/dist/index.d.ts","../../drm/dist/types.d.ts","../../drm/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/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,74],[60,67,132],[60,67,77,78,79],[60,67,78],[135],[134,135,136,138],[134,135,136,137,138,139,140],[131,134],[60,67,81,82,83],[60,67,82],[60,67,89,90,91],[60,67,90],[60,67,85,86,87],[60,67,85,86],[67,85],[60,67,97,98,99],[60,67,98],[60,67,101,102,103],[60,67,102],[60,67,105,106,107],[60,67,106],[60,67,109,110,111],[60,67,110],[60,67,113,114,115],[60,67,114],[67,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,126,131,133,141],[60,67,117,118,119],[60,67,118],[60,67,121,122,123],[60,67,121,122],[67,121],[60,67,127],[127,128,129,130],[127],[60,67,125]],"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":"26f987e0668743de897c1f91f5f23d4cbe168995a1c299a40560bc7ac41a93cf","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":"12e0da43a9e3260e3354c3c2f7e0c5595e1fcfb6463f84819653059b3341414d","signature":"cd8eba4ddfd5048cefd8ac9c10355a2fef0031ea760f7419003b328d9c9d2e2a","impliedFormat":99},{"version":"7a962cbb9bdb721252ca1f8952d056b330920d8e0fad82856fdf049312d0b2f3","impliedFormat":99},{"version":"c5608b96fa356e8643074023c021ca2a098dff2262263e6555083425d780b9ee","impliedFormat":99},{"version":"fa8b7ac45fe0b4bb74fc81ce0bfb44ebbef657985727d35e5bf2f2e6f77f793d","impliedFormat":99},{"version":"4e89090c073985f946dfe35e200971c8857df59fd9ce847763f2f3d05b944452","impliedFormat":99},{"version":"9ddd20da27d2051bc8dee6bda8a0a575ac8d3a01ed4fbfa50df24ead73edccf4","impliedFormat":99},{"version":"bfa835be956810e81785e37c82072d3de6de68f6a8bb4d16fb9e3cdf7c58ce91","impliedFormat":99},{"version":"826a300c547f5c271b1fa694f514bcb8bd91342e76ee0ce5fc7d88044c67deb8","impliedFormat":99},{"version":"963bf25e26ee6be972a2d7ab9327e41887a44a6d395b42c088cf0e5f3eddf6b7","impliedFormat":99},{"version":"90934b30b3b195da89826e549cccfbf67111b9825fc1857f39507faaeb458270","impliedFormat":99},{"version":"8eee6c49081f2c903458ffaf070036be289758d5ed4ddd436156ea686220ea8a","impliedFormat":99},{"version":"bf17607b8bb628fb74c07bf0b4894f0aacef9ce22a9abf5f38c8069550b4c9f0","impliedFormat":99},{"version":"4b65b58b8d69baefdd43f2e07cd54c4ebd1940c85db82992bc04ca4a740aa2b7","impliedFormat":99},{"version":"0b01c33c47c026e7c6d3bc1b114d64a08a803cfdd9db1bde95c9ef1f7fabed0d","impliedFormat":99},{"version":"74daf3f635282019b050529f652b51bc3c37a92350ddd2ecb67a75a4c1efea9d","impliedFormat":99},{"version":"d45dbe145c6172ad6d55019f37d14300423d04bf3419ccbeda14338b7aa6f0e5","impliedFormat":99},{"version":"c18a2f659dd37354015150fae3ff11cc1449b6bee5fd174af768c49151da630b","impliedFormat":99},{"version":"49869be7b0a2c6155e9c952ffd55b32a2bd044e845df9d06f6260cc18a1b4152","impliedFormat":99},{"version":"527f96cbf6a988afef30d1b7f1dc44ce449434ff18e0b565bc08d941e9955481","impliedFormat":99},{"version":"6c86a98eedadd630a44c8bca83dff2869269b169c0936e7bf743d55c969e43b4","impliedFormat":99},{"version":"010ed9098fe7866b175e5a4d900040055a1c0d78da0b9b8aadd15cd375efcde8","impliedFormat":99},{"version":"b4dbf2a7e462cbd32552dc9c94df963d9bf88fb5f6c1e481aacfb6b1c63963f0","impliedFormat":99},{"version":"3058a72ac966564deeeb0b35f1b5f24cb19ae4fbe3985244627a7e9603aacb69","impliedFormat":99},{"version":"bbeb1ed55f0bf75e7bede02bdc526c8db29f4ef1493d10f42e5b734b9706b229","impliedFormat":99},{"version":"d69d85f96c2ce7966d1486bb13eeb16fc94fe0823d66121d21e7a9733c47c96d","impliedFormat":99},{"version":"c7d15b435d1f5382ea7aea033988c67e6826937c9c9bfc1aa1b870af3c445470","impliedFormat":99},{"version":"4669c55e6d6a6c23cbc269531857df014f143106f56958985eca796e2a107034","impliedFormat":99},{"version":"7e51b749f07888a7dfe236213e991b3442d1aeb0c4ab6d4da3641335c04769b9","impliedFormat":99},{"version":"f1f3e0fde1ab63a195a27b8244f002f15af2c4ed4851003e6d8e16a1c58bf37b","impliedFormat":99},{"version":"7664ecbeb98143fd57dd084ccf415e2567b70e1301e19f9866c0e5b10d3f548f","impliedFormat":99},{"version":"ad477df56b65b13ef878aade9a2bc3be9a346cb4c6684b47abf55670465e4ad5","impliedFormat":99},{"version":"f17ffeb8a770982c310b99036164768919ce43ca8242905796479bf892587b74","impliedFormat":99},{"version":"6d8313570840f30f440e188e64e1359a408137203062af797136476a8b8a1dab","impliedFormat":99},{"version":"7861130f6a2648591d0a50213bc9eae14898fdb9b6fb927ed47cd3871cff137a","impliedFormat":99},{"version":"d34ce1d7a28a4cfc107a61e5cff722414a778fefc5f64e5f4699eb52a17d5232","impliedFormat":99},{"version":"90bf393839cb729f1970fd3deea67e72b2ed5dd6e3610241b1902336130cae9a","impliedFormat":99},{"version":"2439d945be16c34941961a0e567b0a41b61c30998099d7299630aacba0aa6878","impliedFormat":99},{"version":"046a2d1ebcdf69954c1f1d3437f2a56ea6f9266c0cac215884573fac88b7bb67","impliedFormat":99},{"version":"efc2aaa803d50e78ce368979b3942789b191c967bcabdcc82ec8d596c8408372","impliedFormat":99},{"version":"2c79ef79bb65e3624a1e87924c25a3a6051419014ba793228a59e5a09cb5b138","impliedFormat":99},{"version":"1766531736a06805d568da59f7640b1e8b0ba62db8c73361bfbb7e99f1d2a6cf","impliedFormat":99},{"version":"79f60cb56c2b1ec7942b38f375e32042b48ce8dc68e4615ba48a1b38acfda55a","impliedFormat":99},{"version":"f519b4f22f7cac4388507a6d62fff1ae4ca2b132b7d42100b53ae6b9fe08d513","impliedFormat":99},{"version":"c73892e70ca4d8fc8de53dfb84eb54f33ef1972c375969d0883417a992963cb8","impliedFormat":99},{"version":"07f907e46fe697a486e71e4eef903fa23817033eccdae25d3acc26306c8ebd7e","impliedFormat":99},{"version":"99982d6d948fd1545be1c735b7e92a30d4fc854f9b7e54c4a6afbb9a76cbd980","impliedFormat":99},{"version":"22717c98a15cd2151124e1caf9caea0e9991146ed34dc92e477df1371597e08e","impliedFormat":99},{"version":"d2010c1809a7f7434abb68536477b7ee64c96896e3b462ff155440ae404800c1","impliedFormat":99},{"version":"d3f3d4f94d660f7fec0bc906379d7da41778b26e749cdfe7ef194d4baf81d6f1","impliedFormat":99},{"version":"de68416b5ee33a0a5056e5aa7e4b4238c336362679823b79101991d3a1327e8a","impliedFormat":99},{"version":"b19d01a78e5e41ef90d3e281c19a007ebac768238b497a1169a7e22e557fafe2","impliedFormat":99},{"version":"85139d3687445e198712ea864b46e0f8f25315be85e0e8ec836e7cf835cd3388","impliedFormat":99},{"version":"4e2a6eb2fec740ae42b4c62a0544a8b5d5060cd04b95e3488e92fda66078a0ba","impliedFormat":99},{"version":"4acda2b9390667683aa1eff5b8acd14d75938b58ded92eadd37439e943453eb5","impliedFormat":99},{"version":"6f16ae017b22efd4a2bbf3861f9313ace02995b1dec057185894e52268fe6c02","impliedFormat":99},{"version":"f2c9c3adf79e7b81fc424bd29d4347f9f07f05e264805a36c26b09c5cc262285","impliedFormat":99},{"version":"5703cf83b6f9ee1e753b34c32a04de2dce889cb46c918ca7a76ed32f12832431","impliedFormat":99},{"version":"b3f4f9ca45ce3b5d6f05ded2bd4f3e989d3e8427393b1b4f90e453ced129006d","impliedFormat":99},{"version":"873ff800612cfdfa0e63de7bd7ab0259e0172b07a2c10b9606958ea7b1421111","impliedFormat":99},{"version":"b107ce9c9d9e532f04a994de49b3988ece2beecb270ee1e77d5c8fb1e0e81235","impliedFormat":99},{"version":"21bbb8d0a0d3039f6121dc3150100cdac8682b74a97f879fb59bb36253e62ef4","impliedFormat":99},{"version":"9960b39e2a2cf4d4b3b843ce69c83ed77a89cab83ade288d57c1677baf18fbab","impliedFormat":99},{"version":"6d4dea0a46463c93a6a7b918af4e93b6374e3aa8f948e26a16efc744335a355c","impliedFormat":99},{"version":"5762fc28bc25857ea9b54907f1cd6c38cb48fed4c0dd5efc4d8edaaefec55d0a","impliedFormat":99},{"version":"967436c043c2f0f4371989f5a4610668f3cfa33f2f149a0239d41a847a7404a4","impliedFormat":99},{"version":"8a56936ccca1e403f7ea259468e4968d658c07c82e49e85b6e3c52199ae223a5","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":"ece7dc34157387a084eabdb428c2b603f412d8a76cface98dc478bcf878c01b1","impliedFormat":99},{"version":"3e8b3871391f9c5017408637c5347f876e390688e4b93f90c7d5cc1ba340b159","signature":"264b227b610bdde6269932fe79f4d73d79072df4f55cf08394fbfc98af5dfb28","impliedFormat":99}],"root":[68,142],"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,3],[73,3],[133,13],[132,3],[80,14],[79,15],[78,3],[77,3],[137,16],[139,17],[141,18],[136,16],[140,19],[84,20],[83,21],[82,3],[81,3],[92,22],[91,23],[90,3],[89,3],[88,24],[87,25],[86,26],[85,3],[100,27],[99,28],[98,3],[97,3],[104,29],[103,30],[102,3],[101,3],[108,31],[107,32],[106,3],[105,3],[112,33],[111,34],[110,3],[109,3],[116,35],[115,36],[114,3],[113,3],[68,3],[142,37],[120,38],[119,39],[118,3],[117,3],[124,40],[123,41],[122,42],[121,3],[128,43],[131,44],[129,45],[130,45],[127,3],[126,46],[125,3]],"latestChangedDtsFile":"./index.d.ts","version":"5.9.3"}
@@ -0,0 +1,176 @@
1
+ import type { ServiceName } from "@faiber/sdk-core";
2
+ export type FaiberTransport = "rest" | "multipart" | "websocket" | "udp" | "sandbox-proxy";
3
+ /** Machine-readable service guidance intended for humans, IDEs, and coding agents. */
4
+ export interface FaiberServiceCapability {
5
+ readonly service: ServiceName;
6
+ readonly title: string;
7
+ readonly description: string;
8
+ readonly aiGuidance: string;
9
+ readonly transports: readonly FaiberTransport[];
10
+ readonly operationCount: number;
11
+ readonly environmentVariable: string;
12
+ readonly auth: string;
13
+ }
14
+ /**
15
+ * Complete sandbox service catalog. Agents should choose the narrow typed facade property first,
16
+ * then `sdk.<service>.operations` for generated route-complete APIs. The internal sandbox
17
+ * management gateway is intentionally not part of the public SDK contract.
18
+ */
19
+ export declare const FAIBER_SERVICE_CAPABILITIES: readonly [{
20
+ readonly service: "idp";
21
+ readonly title: "Identity";
22
+ readonly description: "Authentication, sessions, users, roles, permissions, OAuth, OIDC, and access control.";
23
+ readonly aiGuidance: "Authenticate and manage identity here; never store credentials in generated project code.";
24
+ readonly transports: readonly ["rest"];
25
+ readonly operationCount: 84;
26
+ readonly environmentVariable: "FAIBER_IDP_URL";
27
+ readonly auth: "Public bootstrap plus Bearer/cookie and permission-guarded administration.";
28
+ }, {
29
+ readonly service: "profile";
30
+ readonly title: "Profiles";
31
+ readonly description: "Profiles, typed properties, locations, avatars, surveys, and metadata.";
32
+ readonly aiGuidance: "Use atomic profile patch inputs and preserve omitted versus null field semantics.";
33
+ readonly transports: readonly ["rest", "multipart"];
34
+ readonly operationCount: 121;
35
+ readonly environmentVariable: "FAIBER_PROFILE_URL";
36
+ readonly auth: "IDP Bearer token or secure session cookie.";
37
+ }, {
38
+ readonly service: "modules";
39
+ readonly title: "Content and commerce";
40
+ readonly description: "Products, posts, pages, taxonomy, SEO, media, inventory, orders, comments, reactions, and authors.";
41
+ readonly aiGuidance: "Prefer the curated resource APIs; use operations for capability-specific routes and exact queries.";
42
+ readonly transports: readonly ["rest", "multipart"];
43
+ readonly operationCount: 146;
44
+ readonly environmentVariable: "FAIBER_MODULES_URL";
45
+ readonly auth: "IDP Bearer token or secure session cookie; write routes may require permissions.";
46
+ }, {
47
+ readonly service: "asset";
48
+ readonly title: "Assets and billing";
49
+ readonly description: "Wallets, balances, plans, subscriptions, ranks, ledger, AI usage plans, and sandbox billing.";
50
+ readonly aiGuidance: "Treat financial responses as authoritative and use idempotent backend flows for mutations.";
51
+ readonly transports: readonly ["rest"];
52
+ readonly operationCount: 70;
53
+ readonly environmentVariable: "FAIBER_ASSET_URL";
54
+ readonly auth: "IDP Bearer token or secure session cookie; admin routes declare permissions.";
55
+ }, {
56
+ readonly service: "payment";
57
+ readonly title: "Payments";
58
+ readonly description: "Gateways, payment creation, verification, callbacks, and transactions.";
59
+ readonly aiGuidance: "Do not infer payment success; use verification and returned transaction status.";
60
+ readonly transports: readonly ["rest"];
61
+ readonly operationCount: 23;
62
+ readonly environmentVariable: "FAIBER_PAYMENT_URL";
63
+ readonly auth: "Public callbacks where defined; otherwise IDP session and permissions.";
64
+ }, {
65
+ readonly service: "messenger";
66
+ readonly title: "Messaging delivery";
67
+ readonly description: "Notifications, templates, channels, providers, and delivery state.";
68
+ readonly aiGuidance: "Use templates for reusable communication and never embed provider secrets client-side.";
69
+ readonly transports: readonly ["rest"];
70
+ readonly operationCount: 30;
71
+ readonly environmentVariable: "FAIBER_MESSENGER_URL";
72
+ readonly auth: "IDP session; administrative operations are permission guarded.";
73
+ }, {
74
+ readonly service: "crm";
75
+ readonly title: "CRM";
76
+ readonly description: "Leads, contacts, teams, pipelines, workflows, reminders, and work logs.";
77
+ readonly aiGuidance: "Preserve workflow and ownership identifiers; use typed list filters for administrative views.";
78
+ readonly transports: readonly ["rest"];
79
+ readonly operationCount: 102;
80
+ readonly environmentVariable: "FAIBER_CRM_URL";
81
+ readonly auth: "IDP session with capability-specific CRM permissions.";
82
+ }, {
83
+ readonly service: "lms";
84
+ readonly title: "Learning";
85
+ readonly description: "Courses, classrooms, enrollment, assessments, certificates, homework, events, and reports.";
86
+ readonly aiGuidance: "Distinguish learner academy routes from management routes and preserve attempt/session identifiers.";
87
+ readonly transports: readonly ["rest"];
88
+ readonly operationCount: 143;
89
+ readonly environmentVariable: "FAIBER_LMS_URL";
90
+ readonly auth: "IDP session with learner context or LMS management permissions.";
91
+ }, {
92
+ readonly service: "reservation";
93
+ readonly title: "Reservations";
94
+ readonly description: "Bookable services, providers, schedules, slots, and reservations.";
95
+ readonly aiGuidance: "Fetch current availability before booking and handle backend conflicts as expected contention.";
96
+ readonly transports: readonly ["rest"];
97
+ readonly operationCount: 29;
98
+ readonly environmentVariable: "FAIBER_RESERVATION_URL";
99
+ readonly auth: "IDP Bearer token or secure session cookie.";
100
+ }, {
101
+ readonly service: "session";
102
+ readonly title: "Live sessions";
103
+ readonly description: "Live rooms, access tokens, playback, recordings, and analytics.";
104
+ readonly aiGuidance: "Request short-lived room access from the service; never synthesize media access tokens.";
105
+ readonly transports: readonly ["rest"];
106
+ readonly operationCount: 18;
107
+ readonly environmentVariable: "FAIBER_SESSION_URL";
108
+ readonly auth: "IDP session with room permissions for management operations.";
109
+ }, {
110
+ readonly service: "version";
111
+ readonly title: "Service versions";
112
+ readonly description: "Service registry, current releases, and release history.";
113
+ readonly aiGuidance: "Use this service to inspect platform compatibility; do not hardcode deployment versions.";
114
+ readonly transports: readonly ["rest"];
115
+ readonly operationCount: 5;
116
+ readonly environmentVariable: "FAIBER_VERSION_URL";
117
+ readonly auth: "Public or deployment-defined IDP session.";
118
+ }, {
119
+ readonly service: "flow";
120
+ readonly title: "Automation";
121
+ readonly description: "Automations, triggers, actions, validation, imports, runs, and execution history.";
122
+ readonly aiGuidance: "Validate flows before execution and use run identifiers to inspect asynchronous outcomes.";
123
+ readonly transports: readonly ["rest"];
124
+ readonly operationCount: 18;
125
+ readonly environmentVariable: "FAIBER_FLOW_URL";
126
+ readonly auth: "IDP Bearer token or secure session cookie.";
127
+ }, {
128
+ readonly service: "knowledge";
129
+ readonly title: "Knowledge";
130
+ readonly description: "Knowledge bases, groups, items, graph edges, chat bindings, rules, runtime resolution, and actions.";
131
+ readonly aiGuidance: "Use runtime endpoints for published knowledge and management endpoints for authoring.";
132
+ readonly transports: readonly ["rest"];
133
+ readonly operationCount: 33;
134
+ readonly environmentVariable: "FAIBER_KNOWLEDGE_URL";
135
+ readonly auth: "IDP session with read/write/publish/runtime permissions.";
136
+ }, {
137
+ readonly service: "chat";
138
+ readonly title: "Chat";
139
+ readonly description: "Direct, group, channel, assistant and AI conversations, messages, members, reactions, and read state.";
140
+ readonly aiGuidance: "Use server thread/message identifiers and the service's streaming/realtime contract where exposed.";
141
+ readonly transports: readonly ["rest"];
142
+ readonly operationCount: 25;
143
+ readonly environmentVariable: "FAIBER_CHAT_URL";
144
+ readonly auth: "IDP session with chat read/write/manage/AI permissions.";
145
+ }, {
146
+ readonly service: "social";
147
+ readonly title: "Social";
148
+ readonly description: "Feeds, posts, comments, reactions, bookmarks, reports, analytics, and moderation.";
149
+ readonly aiGuidance: "Use self-service routes for a user's content and moderation routes only with explicit permissions.";
150
+ readonly transports: readonly ["rest", "multipart"];
151
+ readonly operationCount: 44;
152
+ readonly environmentVariable: "FAIBER_SOCIAL_URL";
153
+ readonly auth: "IDP session with social write or moderation permissions.";
154
+ }, {
155
+ readonly service: "state";
156
+ readonly title: "Realtime state";
157
+ readonly description: "Worlds, rooms, authoritative state, WebSocket/UDP replication, prediction, and WASM simulation.";
158
+ readonly aiGuidance: "Create/join through REST, then use the returned short-lived ticket with StateRealtimeClient.";
159
+ readonly transports: readonly ["rest", "websocket", "udp"];
160
+ readonly operationCount: 14;
161
+ readonly environmentVariable: "FAIBER_STATE_URL";
162
+ readonly auth: "IDP session for REST; signed join ticket for realtime transports.";
163
+ }, {
164
+ readonly service: "drm";
165
+ readonly title: "Digital media";
166
+ readonly description: "Audio/video folders, tags, searchable media metadata, uploads, and signed playback.";
167
+ readonly aiGuidance: "Upload with multipart data and request signed playback URLs only when needed; URLs expire.";
168
+ readonly transports: readonly ["rest", "multipart"];
169
+ readonly operationCount: 15;
170
+ readonly environmentVariable: "FAIBER_DRM_URL";
171
+ readonly auth: "Sandbox/IDP deployment policy; playback URLs are short lived.";
172
+ }];
173
+ export declare const FAIBER_CAPABILITY_BY_SERVICE: Readonly<Record<ServiceName, FaiberServiceCapability>>;
174
+ /** Returns machine-readable usage guidance for one service or the complete platform catalog. */
175
+ export declare function describeFaiber(service?: ServiceName): FaiberServiceCapability | readonly FaiberServiceCapability[];
176
+ //# sourceMappingURL=capabilities.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"capabilities.d.ts","sourceRoot":"","sources":["../src/capabilities.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,WAAW,GAAG,WAAW,GAAG,KAAK,GAAG,eAAe,CAAC;AAE3F,sFAAsF;AACtF,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,OAAO,EAAE,WAAW,CAAC;IAC9B,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,UAAU,EAAE,SAAS,eAAe,EAAE,CAAC;IAChD,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,mBAAmB,EAAE,MAAM,CAAC;IACrC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;CACvB;AAED;;;;GAIG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBe,CAAC;AAExD,eAAO,MAAM,4BAA4B,EAAE,QAAQ,CAAC,MAAM,CAAC,WAAW,EAAE,uBAAuB,CAAC,CACgE,CAAC;AAEjK,gGAAgG;AAChG,wBAAgB,cAAc,CAAC,OAAO,CAAC,EAAE,WAAW,GAAG,uBAAuB,GAAG,SAAS,uBAAuB,EAAE,CAElH"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Complete sandbox service catalog. Agents should choose the narrow typed facade property first,
3
+ * then `sdk.<service>.operations` for generated route-complete APIs. The internal sandbox
4
+ * management gateway is intentionally not part of the public SDK contract.
5
+ */
6
+ export const FAIBER_SERVICE_CAPABILITIES = [
7
+ { service: "idp", title: "Identity", description: "Authentication, sessions, users, roles, permissions, OAuth, OIDC, and access control.", aiGuidance: "Authenticate and manage identity here; never store credentials in generated project code.", transports: ["rest"], operationCount: 84, environmentVariable: "FAIBER_IDP_URL", auth: "Public bootstrap plus Bearer/cookie and permission-guarded administration." },
8
+ { service: "profile", title: "Profiles", description: "Profiles, typed properties, locations, avatars, surveys, and metadata.", aiGuidance: "Use atomic profile patch inputs and preserve omitted versus null field semantics.", transports: ["rest", "multipart"], operationCount: 121, environmentVariable: "FAIBER_PROFILE_URL", auth: "IDP Bearer token or secure session cookie." },
9
+ { service: "modules", title: "Content and commerce", description: "Products, posts, pages, taxonomy, SEO, media, inventory, orders, comments, reactions, and authors.", aiGuidance: "Prefer the curated resource APIs; use operations for capability-specific routes and exact queries.", transports: ["rest", "multipart"], operationCount: 146, environmentVariable: "FAIBER_MODULES_URL", auth: "IDP Bearer token or secure session cookie; write routes may require permissions." },
10
+ { service: "asset", title: "Assets and billing", description: "Wallets, balances, plans, subscriptions, ranks, ledger, AI usage plans, and sandbox billing.", aiGuidance: "Treat financial responses as authoritative and use idempotent backend flows for mutations.", transports: ["rest"], operationCount: 70, environmentVariable: "FAIBER_ASSET_URL", auth: "IDP Bearer token or secure session cookie; admin routes declare permissions." },
11
+ { service: "payment", title: "Payments", description: "Gateways, payment creation, verification, callbacks, and transactions.", aiGuidance: "Do not infer payment success; use verification and returned transaction status.", 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: "Notifications, templates, channels, providers, and delivery state.", aiGuidance: "Use templates for reusable communication and never embed provider secrets client-side.", transports: ["rest"], operationCount: 30, environmentVariable: "FAIBER_MESSENGER_URL", auth: "IDP session; administrative operations are permission guarded." },
13
+ { service: "crm", title: "CRM", description: "Leads, contacts, teams, pipelines, workflows, reminders, and work logs.", aiGuidance: "Preserve workflow and ownership identifiers; use typed list filters for administrative views.", transports: ["rest"], operationCount: 102, environmentVariable: "FAIBER_CRM_URL", auth: "IDP session with capability-specific CRM permissions." },
14
+ { service: "lms", title: "Learning", description: "Courses, classrooms, enrollment, assessments, certificates, homework, events, and reports.", aiGuidance: "Distinguish learner academy routes from management routes and preserve attempt/session identifiers.", transports: ["rest"], operationCount: 143, environmentVariable: "FAIBER_LMS_URL", auth: "IDP session with learner context or LMS management permissions." },
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: "Live rooms, access tokens, playback, recordings, and analytics.", aiGuidance: "Request short-lived room access from the service; never synthesize media access tokens.", transports: ["rest"], operationCount: 18, environmentVariable: "FAIBER_SESSION_URL", auth: "IDP session with room permissions for management operations." },
17
+ { service: "version", title: "Service versions", description: "Service registry, current releases, and release history.", aiGuidance: "Use this service to inspect platform compatibility; do not hardcode deployment versions.", transports: ["rest"], operationCount: 5, environmentVariable: "FAIBER_VERSION_URL", auth: "Public or deployment-defined IDP session." },
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
+ { 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: 33, environmentVariable: "FAIBER_KNOWLEDGE_URL", auth: "IDP session with read/write/publish/runtime permissions." },
20
+ { service: "chat", title: "Chat", description: "Direct, group, channel, assistant and AI conversations, messages, members, reactions, and read state.", aiGuidance: "Use server thread/message identifiers and the service's streaming/realtime contract where exposed.", transports: ["rest"], operationCount: 25, environmentVariable: "FAIBER_CHAT_URL", auth: "IDP session with chat read/write/manage/AI permissions." },
21
+ { service: "social", title: "Social", description: "Feeds, posts, comments, reactions, bookmarks, 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: 44, environmentVariable: "FAIBER_SOCIAL_URL", auth: "IDP session with social write or moderation permissions." },
22
+ { service: "state", title: "Realtime state", description: "Worlds, rooms, 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: "Audio/video folders, tags, searchable media metadata, uploads, and signed playback.", aiGuidance: "Upload with multipart data and request signed playback URLs only when needed; URLs expire.", transports: ["rest", "multipart"], operationCount: 15, environmentVariable: "FAIBER_DRM_URL", auth: "Sandbox/IDP deployment policy; playback URLs are short lived." },
24
+ ];
25
+ export const FAIBER_CAPABILITY_BY_SERVICE = Object.fromEntries(FAIBER_SERVICE_CAPABILITIES.map(capability => [capability.service, capability]));
26
+ /** Returns machine-readable usage guidance for one service or the complete platform catalog. */
27
+ export function describeFaiber(service) {
28
+ return service ? FAIBER_CAPABILITY_BY_SERVICE[service] : FAIBER_SERVICE_CAPABILITIES;
29
+ }
30
+ //# sourceMappingURL=capabilities.js.map
@@ -0,0 +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,wEAAwE,EAAE,UAAU,EAAE,mFAAmF,EAAE,UAAU,EAAE,CAAC,MAAM,EAAE,WAAW,CAAC,EAAE,cAAc,EAAE,GAAG,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,IAAI,EAAE,4CAA4C,EAAE;IACxX,EAAE,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,sBAAsB,EAAE,WAAW,EAAE,oGAAoG,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;IACvd,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,oBAAoB,EAAE,WAAW,EAAE,8FAA8F,EAAE,UAAU,EAAE,4FAA4F,EAAE,UAAU,EAAE,CAAC,MAAM,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,IAAI,EAAE,8EAA8E,EAAE;IACjb,EAAE,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,wEAAwE,EAAE,UAAU,EAAE,iFAAiF,EAAE,UAAU,EAAE,CAAC,MAAM,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,IAAI,EAAE,wEAAwE,EAAE;IACpY,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,oBAAoB,EAAE,WAAW,EAAE,oEAAoE,EAAE,UAAU,EAAE,wFAAwF,EAAE,UAAU,EAAE,CAAC,MAAM,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,IAAI,EAAE,gEAAgE,EAAE;IAC7Y,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,yEAAyE,EAAE,UAAU,EAAE,+FAA+F,EAAE,UAAU,EAAE,CAAC,MAAM,CAAC,EAAE,cAAc,EAAE,GAAG,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,IAAI,EAAE,uDAAuD,EAAE;IACtX,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,4FAA4F,EAAE,UAAU,EAAE,qGAAqG,EAAE,UAAU,EAAE,CAAC,MAAM,CAAC,EAAE,cAAc,EAAE,GAAG,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,IAAI,EAAE,iEAAiE,EAAE;IAC9Z,EAAE,OAAO,EAAE,aAAa,EAAE,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,mEAAmE,EAAE,UAAU,EAAE,gGAAgG,EAAE,UAAU,EAAE,CAAC,MAAM,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,mBAAmB,EAAE,wBAAwB,EAAE,IAAI,EAAE,4CAA4C,EAAE;IAC9X,EAAE,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,eAAe,EAAE,WAAW,EAAE,iEAAiE,EAAE,UAAU,EAAE,yFAAyF,EAAE,UAAU,EAAE,CAAC,MAAM,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,IAAI,EAAE,8DAA8D,EAAE;IAChY,EAAE,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,kBAAkB,EAAE,WAAW,EAAE,0DAA0D,EAAE,UAAU,EAAE,0FAA0F,EAAE,UAAU,EAAE,CAAC,MAAM,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,IAAI,EAAE,2CAA2C,EAAE;IACzW,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,mFAAmF,EAAE,UAAU,EAAE,2FAA2F,EAAE,UAAU,EAAE,CAAC,MAAM,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,IAAI,EAAE,4CAA4C,EAAE;IACzX,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,qGAAqG,EAAE,UAAU,EAAE,uFAAuF,EAAE,UAAU,EAAE,CAAC,MAAM,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,IAAI,EAAE,0DAA0D,EAAE;IAC9Z,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,uGAAuG,EAAE,UAAU,EAAE,oGAAoG,EAAE,UAAU,EAAE,CAAC,MAAM,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,IAAI,EAAE,yDAAyD,EAAE;IAC7Z,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,WAAW,EAAE,mFAAmF,EAAE,UAAU,EAAE,oGAAoG,EAAE,UAAU,EAAE,CAAC,MAAM,EAAE,WAAW,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,IAAI,EAAE,0DAA0D,EAAE;IAC7Z,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,gBAAgB,EAAE,WAAW,EAAE,iGAAiG,EAAE,UAAU,EAAE,8FAA8F,EAAE,UAAU,EAAE,CAAC,MAAM,EAAE,WAAW,EAAE,KAAK,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,IAAI,EAAE,mEAAmE,EAAE;IAC3b,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,eAAe,EAAE,WAAW,EAAE,qFAAqF,EAAE,UAAU,EAAE,4FAA4F,EAAE,UAAU,EAAE,CAAC,MAAM,EAAE,WAAW,CAAC,EAAE,cAAc,EAAE,EAAE,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,IAAI,EAAE,+DAA+D,EAAE;CACxW,CAAC;AAExD,MAAM,CAAC,MAAM,4BAA4B,GACvC,MAAM,CAAC,WAAW,CAAC,2BAA2B,CAAC,GAAG,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC,UAAU,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC,CAA4D,CAAC;AAEjK,gGAAgG;AAChG,MAAM,UAAU,cAAc,CAAC,OAAqB;IAClD,OAAO,OAAO,CAAC,CAAC,CAAC,4BAA4B,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC;AACvF,CAAC"}
package/dist/index.d.ts CHANGED
@@ -15,6 +15,7 @@ import { SessionApi } from "@faiber/faiber-session";
15
15
  import { SocialApi } from "@faiber/faiber-social";
16
16
  import { VersionApi } from "@faiber/faiber-version";
17
17
  import { StateApi } from "@faiber/faiber-state-sdk";
18
+ import { DrmApi } from "@faiber/faiber-drm";
18
19
  export interface FaiberServiceApis {
19
20
  idp: IdpApi;
20
21
  profile: ProfileApi;
@@ -32,9 +33,320 @@ export interface FaiberServiceApis {
32
33
  knowledge: KnowledgeApi;
33
34
  chat: ChatApi;
34
35
  state: StateApi;
36
+ drm: DrmApi;
35
37
  }
36
38
  export declare class FaiberSDK {
37
39
  readonly config: FaiberSdkConfig;
40
+ /** Machine-readable catalog for IDEs and AI agents choosing a Faiber capability. */
41
+ static readonly capabilities: readonly [{
42
+ readonly service: "idp";
43
+ readonly title: "Identity";
44
+ readonly description: "Authentication, sessions, users, roles, permissions, OAuth, OIDC, and access control.";
45
+ readonly aiGuidance: "Authenticate and manage identity here; never store credentials in generated project code.";
46
+ readonly transports: readonly ["rest"];
47
+ readonly operationCount: 84;
48
+ readonly environmentVariable: "FAIBER_IDP_URL";
49
+ readonly auth: "Public bootstrap plus Bearer/cookie and permission-guarded administration.";
50
+ }, {
51
+ readonly service: "profile";
52
+ readonly title: "Profiles";
53
+ readonly description: "Profiles, typed properties, locations, avatars, surveys, and metadata.";
54
+ readonly aiGuidance: "Use atomic profile patch inputs and preserve omitted versus null field semantics.";
55
+ readonly transports: readonly ["rest", "multipart"];
56
+ readonly operationCount: 121;
57
+ readonly environmentVariable: "FAIBER_PROFILE_URL";
58
+ readonly auth: "IDP Bearer token or secure session cookie.";
59
+ }, {
60
+ readonly service: "modules";
61
+ readonly title: "Content and commerce";
62
+ readonly description: "Products, posts, pages, taxonomy, SEO, media, inventory, orders, comments, reactions, and authors.";
63
+ readonly aiGuidance: "Prefer the curated resource APIs; use operations for capability-specific routes and exact queries.";
64
+ readonly transports: readonly ["rest", "multipart"];
65
+ readonly operationCount: 146;
66
+ readonly environmentVariable: "FAIBER_MODULES_URL";
67
+ readonly auth: "IDP Bearer token or secure session cookie; write routes may require permissions.";
68
+ }, {
69
+ readonly service: "asset";
70
+ readonly title: "Assets and billing";
71
+ readonly description: "Wallets, balances, plans, subscriptions, ranks, ledger, AI usage plans, and sandbox billing.";
72
+ readonly aiGuidance: "Treat financial responses as authoritative and use idempotent backend flows for mutations.";
73
+ readonly transports: readonly ["rest"];
74
+ readonly operationCount: 70;
75
+ readonly environmentVariable: "FAIBER_ASSET_URL";
76
+ readonly auth: "IDP Bearer token or secure session cookie; admin routes declare permissions.";
77
+ }, {
78
+ readonly service: "payment";
79
+ readonly title: "Payments";
80
+ readonly description: "Gateways, payment creation, verification, callbacks, and transactions.";
81
+ readonly aiGuidance: "Do not infer payment success; use verification and returned transaction status.";
82
+ readonly transports: readonly ["rest"];
83
+ readonly operationCount: 23;
84
+ readonly environmentVariable: "FAIBER_PAYMENT_URL";
85
+ readonly auth: "Public callbacks where defined; otherwise IDP session and permissions.";
86
+ }, {
87
+ readonly service: "messenger";
88
+ readonly title: "Messaging delivery";
89
+ readonly description: "Notifications, templates, channels, providers, and delivery state.";
90
+ readonly aiGuidance: "Use templates for reusable communication and never embed provider secrets client-side.";
91
+ readonly transports: readonly ["rest"];
92
+ readonly operationCount: 30;
93
+ readonly environmentVariable: "FAIBER_MESSENGER_URL";
94
+ readonly auth: "IDP session; administrative operations are permission guarded.";
95
+ }, {
96
+ readonly service: "crm";
97
+ readonly title: "CRM";
98
+ readonly description: "Leads, contacts, teams, pipelines, workflows, reminders, and work logs.";
99
+ readonly aiGuidance: "Preserve workflow and ownership identifiers; use typed list filters for administrative views.";
100
+ readonly transports: readonly ["rest"];
101
+ readonly operationCount: 102;
102
+ readonly environmentVariable: "FAIBER_CRM_URL";
103
+ readonly auth: "IDP session with capability-specific CRM permissions.";
104
+ }, {
105
+ readonly service: "lms";
106
+ readonly title: "Learning";
107
+ readonly description: "Courses, classrooms, enrollment, assessments, certificates, homework, events, and reports.";
108
+ readonly aiGuidance: "Distinguish learner academy routes from management routes and preserve attempt/session identifiers.";
109
+ readonly transports: readonly ["rest"];
110
+ readonly operationCount: 143;
111
+ readonly environmentVariable: "FAIBER_LMS_URL";
112
+ readonly auth: "IDP session with learner context or LMS management permissions.";
113
+ }, {
114
+ readonly service: "reservation";
115
+ readonly title: "Reservations";
116
+ readonly description: "Bookable services, providers, schedules, slots, and reservations.";
117
+ readonly aiGuidance: "Fetch current availability before booking and handle backend conflicts as expected contention.";
118
+ readonly transports: readonly ["rest"];
119
+ readonly operationCount: 29;
120
+ readonly environmentVariable: "FAIBER_RESERVATION_URL";
121
+ readonly auth: "IDP Bearer token or secure session cookie.";
122
+ }, {
123
+ readonly service: "session";
124
+ readonly title: "Live sessions";
125
+ readonly description: "Live rooms, access tokens, playback, recordings, and analytics.";
126
+ readonly aiGuidance: "Request short-lived room access from the service; never synthesize media access tokens.";
127
+ readonly transports: readonly ["rest"];
128
+ readonly operationCount: 18;
129
+ readonly environmentVariable: "FAIBER_SESSION_URL";
130
+ readonly auth: "IDP session with room permissions for management operations.";
131
+ }, {
132
+ readonly service: "version";
133
+ readonly title: "Service versions";
134
+ readonly description: "Service registry, current releases, and release history.";
135
+ readonly aiGuidance: "Use this service to inspect platform compatibility; do not hardcode deployment versions.";
136
+ readonly transports: readonly ["rest"];
137
+ readonly operationCount: 5;
138
+ readonly environmentVariable: "FAIBER_VERSION_URL";
139
+ readonly auth: "Public or deployment-defined IDP session.";
140
+ }, {
141
+ readonly service: "flow";
142
+ readonly title: "Automation";
143
+ readonly description: "Automations, triggers, actions, validation, imports, runs, and execution history.";
144
+ readonly aiGuidance: "Validate flows before execution and use run identifiers to inspect asynchronous outcomes.";
145
+ readonly transports: readonly ["rest"];
146
+ readonly operationCount: 18;
147
+ readonly environmentVariable: "FAIBER_FLOW_URL";
148
+ readonly auth: "IDP Bearer token or secure session cookie.";
149
+ }, {
150
+ readonly service: "knowledge";
151
+ readonly title: "Knowledge";
152
+ readonly description: "Knowledge bases, groups, items, graph edges, chat bindings, rules, runtime resolution, and actions.";
153
+ readonly aiGuidance: "Use runtime endpoints for published knowledge and management endpoints for authoring.";
154
+ readonly transports: readonly ["rest"];
155
+ readonly operationCount: 33;
156
+ readonly environmentVariable: "FAIBER_KNOWLEDGE_URL";
157
+ readonly auth: "IDP session with read/write/publish/runtime permissions.";
158
+ }, {
159
+ readonly service: "chat";
160
+ readonly title: "Chat";
161
+ readonly description: "Direct, group, channel, assistant and AI conversations, messages, members, reactions, and read state.";
162
+ readonly aiGuidance: "Use server thread/message identifiers and the service's streaming/realtime contract where exposed.";
163
+ readonly transports: readonly ["rest"];
164
+ readonly operationCount: 25;
165
+ readonly environmentVariable: "FAIBER_CHAT_URL";
166
+ readonly auth: "IDP session with chat read/write/manage/AI permissions.";
167
+ }, {
168
+ readonly service: "social";
169
+ readonly title: "Social";
170
+ readonly description: "Feeds, posts, comments, reactions, bookmarks, reports, analytics, and moderation.";
171
+ readonly aiGuidance: "Use self-service routes for a user's content and moderation routes only with explicit permissions.";
172
+ readonly transports: readonly ["rest", "multipart"];
173
+ readonly operationCount: 44;
174
+ readonly environmentVariable: "FAIBER_SOCIAL_URL";
175
+ readonly auth: "IDP session with social write or moderation permissions.";
176
+ }, {
177
+ readonly service: "state";
178
+ readonly title: "Realtime state";
179
+ readonly description: "Worlds, rooms, authoritative state, WebSocket/UDP replication, prediction, and WASM simulation.";
180
+ readonly aiGuidance: "Create/join through REST, then use the returned short-lived ticket with StateRealtimeClient.";
181
+ readonly transports: readonly ["rest", "websocket", "udp"];
182
+ readonly operationCount: 14;
183
+ readonly environmentVariable: "FAIBER_STATE_URL";
184
+ readonly auth: "IDP session for REST; signed join ticket for realtime transports.";
185
+ }, {
186
+ readonly service: "drm";
187
+ readonly title: "Digital media";
188
+ readonly description: "Audio/video folders, tags, searchable media metadata, uploads, and signed playback.";
189
+ readonly aiGuidance: "Upload with multipart data and request signed playback URLs only when needed; URLs expire.";
190
+ readonly transports: readonly ["rest", "multipart"];
191
+ readonly operationCount: 15;
192
+ readonly environmentVariable: "FAIBER_DRM_URL";
193
+ readonly auth: "Sandbox/IDP deployment policy; playback URLs are short lived.";
194
+ }];
195
+ /** Machine-readable catalog for IDEs and AI agents choosing a Faiber capability. */
196
+ readonly capabilities: readonly [{
197
+ readonly service: "idp";
198
+ readonly title: "Identity";
199
+ readonly description: "Authentication, sessions, users, roles, permissions, OAuth, OIDC, and access control.";
200
+ readonly aiGuidance: "Authenticate and manage identity here; never store credentials in generated project code.";
201
+ readonly transports: readonly ["rest"];
202
+ readonly operationCount: 84;
203
+ readonly environmentVariable: "FAIBER_IDP_URL";
204
+ readonly auth: "Public bootstrap plus Bearer/cookie and permission-guarded administration.";
205
+ }, {
206
+ readonly service: "profile";
207
+ readonly title: "Profiles";
208
+ readonly description: "Profiles, typed properties, locations, avatars, surveys, and metadata.";
209
+ readonly aiGuidance: "Use atomic profile patch inputs and preserve omitted versus null field semantics.";
210
+ readonly transports: readonly ["rest", "multipart"];
211
+ readonly operationCount: 121;
212
+ readonly environmentVariable: "FAIBER_PROFILE_URL";
213
+ readonly auth: "IDP Bearer token or secure session cookie.";
214
+ }, {
215
+ readonly service: "modules";
216
+ readonly title: "Content and commerce";
217
+ readonly description: "Products, posts, pages, taxonomy, SEO, media, inventory, orders, comments, reactions, and authors.";
218
+ readonly aiGuidance: "Prefer the curated resource APIs; use operations for capability-specific routes and exact queries.";
219
+ readonly transports: readonly ["rest", "multipart"];
220
+ readonly operationCount: 146;
221
+ readonly environmentVariable: "FAIBER_MODULES_URL";
222
+ readonly auth: "IDP Bearer token or secure session cookie; write routes may require permissions.";
223
+ }, {
224
+ readonly service: "asset";
225
+ readonly title: "Assets and billing";
226
+ readonly description: "Wallets, balances, plans, subscriptions, ranks, ledger, AI usage plans, and sandbox billing.";
227
+ readonly aiGuidance: "Treat financial responses as authoritative and use idempotent backend flows for mutations.";
228
+ readonly transports: readonly ["rest"];
229
+ readonly operationCount: 70;
230
+ readonly environmentVariable: "FAIBER_ASSET_URL";
231
+ readonly auth: "IDP Bearer token or secure session cookie; admin routes declare permissions.";
232
+ }, {
233
+ readonly service: "payment";
234
+ readonly title: "Payments";
235
+ readonly description: "Gateways, payment creation, verification, callbacks, and transactions.";
236
+ readonly aiGuidance: "Do not infer payment success; use verification and returned transaction status.";
237
+ readonly transports: readonly ["rest"];
238
+ readonly operationCount: 23;
239
+ readonly environmentVariable: "FAIBER_PAYMENT_URL";
240
+ readonly auth: "Public callbacks where defined; otherwise IDP session and permissions.";
241
+ }, {
242
+ readonly service: "messenger";
243
+ readonly title: "Messaging delivery";
244
+ readonly description: "Notifications, templates, channels, providers, and delivery state.";
245
+ readonly aiGuidance: "Use templates for reusable communication and never embed provider secrets client-side.";
246
+ readonly transports: readonly ["rest"];
247
+ readonly operationCount: 30;
248
+ readonly environmentVariable: "FAIBER_MESSENGER_URL";
249
+ readonly auth: "IDP session; administrative operations are permission guarded.";
250
+ }, {
251
+ readonly service: "crm";
252
+ readonly title: "CRM";
253
+ readonly description: "Leads, contacts, teams, pipelines, workflows, reminders, and work logs.";
254
+ readonly aiGuidance: "Preserve workflow and ownership identifiers; use typed list filters for administrative views.";
255
+ readonly transports: readonly ["rest"];
256
+ readonly operationCount: 102;
257
+ readonly environmentVariable: "FAIBER_CRM_URL";
258
+ readonly auth: "IDP session with capability-specific CRM permissions.";
259
+ }, {
260
+ readonly service: "lms";
261
+ readonly title: "Learning";
262
+ readonly description: "Courses, classrooms, enrollment, assessments, certificates, homework, events, and reports.";
263
+ readonly aiGuidance: "Distinguish learner academy routes from management routes and preserve attempt/session identifiers.";
264
+ readonly transports: readonly ["rest"];
265
+ readonly operationCount: 143;
266
+ readonly environmentVariable: "FAIBER_LMS_URL";
267
+ readonly auth: "IDP session with learner context or LMS management permissions.";
268
+ }, {
269
+ readonly service: "reservation";
270
+ readonly title: "Reservations";
271
+ readonly description: "Bookable services, providers, schedules, slots, and reservations.";
272
+ readonly aiGuidance: "Fetch current availability before booking and handle backend conflicts as expected contention.";
273
+ readonly transports: readonly ["rest"];
274
+ readonly operationCount: 29;
275
+ readonly environmentVariable: "FAIBER_RESERVATION_URL";
276
+ readonly auth: "IDP Bearer token or secure session cookie.";
277
+ }, {
278
+ readonly service: "session";
279
+ readonly title: "Live sessions";
280
+ readonly description: "Live rooms, access tokens, playback, recordings, and analytics.";
281
+ readonly aiGuidance: "Request short-lived room access from the service; never synthesize media access tokens.";
282
+ readonly transports: readonly ["rest"];
283
+ readonly operationCount: 18;
284
+ readonly environmentVariable: "FAIBER_SESSION_URL";
285
+ readonly auth: "IDP session with room permissions for management operations.";
286
+ }, {
287
+ readonly service: "version";
288
+ readonly title: "Service versions";
289
+ readonly description: "Service registry, current releases, and release history.";
290
+ readonly aiGuidance: "Use this service to inspect platform compatibility; do not hardcode deployment versions.";
291
+ readonly transports: readonly ["rest"];
292
+ readonly operationCount: 5;
293
+ readonly environmentVariable: "FAIBER_VERSION_URL";
294
+ readonly auth: "Public or deployment-defined IDP session.";
295
+ }, {
296
+ readonly service: "flow";
297
+ readonly title: "Automation";
298
+ readonly description: "Automations, triggers, actions, validation, imports, runs, and execution history.";
299
+ readonly aiGuidance: "Validate flows before execution and use run identifiers to inspect asynchronous outcomes.";
300
+ readonly transports: readonly ["rest"];
301
+ readonly operationCount: 18;
302
+ readonly environmentVariable: "FAIBER_FLOW_URL";
303
+ readonly auth: "IDP Bearer token or secure session cookie.";
304
+ }, {
305
+ readonly service: "knowledge";
306
+ readonly title: "Knowledge";
307
+ readonly description: "Knowledge bases, groups, items, graph edges, chat bindings, rules, runtime resolution, and actions.";
308
+ readonly aiGuidance: "Use runtime endpoints for published knowledge and management endpoints for authoring.";
309
+ readonly transports: readonly ["rest"];
310
+ readonly operationCount: 33;
311
+ readonly environmentVariable: "FAIBER_KNOWLEDGE_URL";
312
+ readonly auth: "IDP session with read/write/publish/runtime permissions.";
313
+ }, {
314
+ readonly service: "chat";
315
+ readonly title: "Chat";
316
+ readonly description: "Direct, group, channel, assistant and AI conversations, messages, members, reactions, and read state.";
317
+ readonly aiGuidance: "Use server thread/message identifiers and the service's streaming/realtime contract where exposed.";
318
+ readonly transports: readonly ["rest"];
319
+ readonly operationCount: 25;
320
+ readonly environmentVariable: "FAIBER_CHAT_URL";
321
+ readonly auth: "IDP session with chat read/write/manage/AI permissions.";
322
+ }, {
323
+ readonly service: "social";
324
+ readonly title: "Social";
325
+ readonly description: "Feeds, posts, comments, reactions, bookmarks, reports, analytics, and moderation.";
326
+ readonly aiGuidance: "Use self-service routes for a user's content and moderation routes only with explicit permissions.";
327
+ readonly transports: readonly ["rest", "multipart"];
328
+ readonly operationCount: 44;
329
+ readonly environmentVariable: "FAIBER_SOCIAL_URL";
330
+ readonly auth: "IDP session with social write or moderation permissions.";
331
+ }, {
332
+ readonly service: "state";
333
+ readonly title: "Realtime state";
334
+ readonly description: "Worlds, rooms, authoritative state, WebSocket/UDP replication, prediction, and WASM simulation.";
335
+ readonly aiGuidance: "Create/join through REST, then use the returned short-lived ticket with StateRealtimeClient.";
336
+ readonly transports: readonly ["rest", "websocket", "udp"];
337
+ readonly operationCount: 14;
338
+ readonly environmentVariable: "FAIBER_STATE_URL";
339
+ readonly auth: "IDP session for REST; signed join ticket for realtime transports.";
340
+ }, {
341
+ readonly service: "drm";
342
+ readonly title: "Digital media";
343
+ readonly description: "Audio/video folders, tags, searchable media metadata, uploads, and signed playback.";
344
+ readonly aiGuidance: "Upload with multipart data and request signed playback URLs only when needed; URLs expire.";
345
+ readonly transports: readonly ["rest", "multipart"];
346
+ readonly operationCount: 15;
347
+ readonly environmentVariable: "FAIBER_DRM_URL";
348
+ readonly auth: "Sandbox/IDP deployment policy; playback URLs are short lived.";
349
+ }];
38
350
  private readonly clients;
39
351
  private readonly apis;
40
352
  constructor(config: FaiberSdkConfig);
@@ -58,9 +370,12 @@ export declare class FaiberSDK {
58
370
  get knowledge(): KnowledgeApi;
59
371
  get chat(): ChatApi;
60
372
  get state(): StateApi;
373
+ get drm(): DrmApi;
374
+ /** Explains one service or returns the complete service catalog. */
375
+ describe(service?: ServiceName): import("./capabilities.js").FaiberServiceCapability | readonly import("./capabilities.js").FaiberServiceCapability[];
61
376
  }
62
377
  export * from "@faiber/sdk-core";
63
- export { AssetApi, ChatApi, CrmApi, FlowApi, IdpApi, KnowledgeApi, LmsApi, MessengerApi, ModulesApi, PaymentApi, ProfileApi, ReservationApi, SessionApi, SocialApi, StateApi, VersionApi };
378
+ export { AssetApi, ChatApi, CrmApi, DrmApi, FlowApi, IdpApi, KnowledgeApi, LmsApi, MessengerApi, ModulesApi, PaymentApi, ProfileApi, ReservationApi, SessionApi, SocialApi, StateApi, VersionApi };
64
379
  export type { AuthTokensResponse, User as IdpUser } from "@faiber/faiber-idp";
65
380
  export type { Profile, ProfileProperties } from "@faiber/faiber-profile";
66
381
  export type { Lead } from "@faiber/faiber-crm";
@@ -68,4 +383,22 @@ export type { InteractiveContent } from "@faiber/faiber-lms";
68
383
  export * from "@faiber/faiber-state-sdk";
69
384
  export * as FaiberGameRuntime from "@faiber/faiber-game-sdk";
70
385
  export { FaiberGame, component } from "@faiber/faiber-game-sdk";
386
+ export * from "./capabilities.js";
387
+ export * as IdpService from "@faiber/faiber-idp";
388
+ export * as ProfileService from "@faiber/faiber-profile";
389
+ export * as ModulesService from "@faiber/faiber-modules";
390
+ export * as AssetService from "@faiber/faiber-asset";
391
+ export * as PaymentService from "@faiber/faiber-payment";
392
+ export * as MessengerService from "@faiber/faiber-messenger";
393
+ export * as CrmService from "@faiber/faiber-crm";
394
+ export * as LmsService from "@faiber/faiber-lms";
395
+ export * as ReservationService from "@faiber/faiber-reservation";
396
+ export * as SessionService from "@faiber/faiber-session";
397
+ export * as VersionService from "@faiber/faiber-version";
398
+ export * as FlowService from "@faiber/faiber-flow";
399
+ export * as KnowledgeService from "@faiber/faiber-knowledge";
400
+ export * as ChatService from "@faiber/faiber-chat";
401
+ export * as SocialService from "@faiber/faiber-social";
402
+ export * as StateService from "@faiber/faiber-state-sdk";
403
+ export * as DrmService from "@faiber/faiber-drm";
71
404
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
package/dist/index.js CHANGED
@@ -15,8 +15,14 @@ import { SessionApi } from "@faiber/faiber-session";
15
15
  import { SocialApi } from "@faiber/faiber-social";
16
16
  import { VersionApi } from "@faiber/faiber-version";
17
17
  import { StateApi } from "@faiber/faiber-state-sdk";
18
+ import { DrmApi } from "@faiber/faiber-drm";
19
+ import { describeFaiber, FAIBER_SERVICE_CAPABILITIES } from "./capabilities.js";
18
20
  export class FaiberSDK {
19
21
  config;
22
+ /** Machine-readable catalog for IDEs and AI agents choosing a Faiber capability. */
23
+ static capabilities = FAIBER_SERVICE_CAPABILITIES;
24
+ /** Machine-readable catalog for IDEs and AI agents choosing a Faiber capability. */
25
+ capabilities = FAIBER_SERVICE_CAPABILITIES;
20
26
  clients = new Map();
21
27
  apis = new Map();
22
28
  constructor(config) {
@@ -58,10 +64,31 @@ export class FaiberSDK {
58
64
  get knowledge() { return this.api("knowledge", (client) => new KnowledgeApi(client)); }
59
65
  get chat() { return this.api("chat", (client) => new ChatApi(client)); }
60
66
  get state() { return this.api("state", (client) => new StateApi(client)); }
67
+ get drm() { return this.api("drm", (client) => new DrmApi(client)); }
68
+ /** Explains one service or returns the complete service catalog. */
69
+ describe(service) { return describeFaiber(service); }
61
70
  }
62
71
  export * from "@faiber/sdk-core";
63
- export { AssetApi, ChatApi, CrmApi, FlowApi, IdpApi, KnowledgeApi, LmsApi, MessengerApi, ModulesApi, PaymentApi, ProfileApi, ReservationApi, SessionApi, SocialApi, StateApi, VersionApi };
72
+ export { AssetApi, ChatApi, CrmApi, DrmApi, FlowApi, IdpApi, KnowledgeApi, LmsApi, MessengerApi, ModulesApi, PaymentApi, ProfileApi, ReservationApi, SessionApi, SocialApi, StateApi, VersionApi };
64
73
  export * from "@faiber/faiber-state-sdk";
65
74
  export * as FaiberGameRuntime from "@faiber/faiber-game-sdk";
66
75
  export { FaiberGame, component } from "@faiber/faiber-game-sdk";
76
+ export * from "./capabilities.js";
77
+ export * as IdpService from "@faiber/faiber-idp";
78
+ export * as ProfileService from "@faiber/faiber-profile";
79
+ export * as ModulesService from "@faiber/faiber-modules";
80
+ export * as AssetService from "@faiber/faiber-asset";
81
+ export * as PaymentService from "@faiber/faiber-payment";
82
+ export * as MessengerService from "@faiber/faiber-messenger";
83
+ export * as CrmService from "@faiber/faiber-crm";
84
+ export * as LmsService from "@faiber/faiber-lms";
85
+ export * as ReservationService from "@faiber/faiber-reservation";
86
+ export * as SessionService from "@faiber/faiber-session";
87
+ export * as VersionService from "@faiber/faiber-version";
88
+ export * as FlowService from "@faiber/faiber-flow";
89
+ export * as KnowledgeService from "@faiber/faiber-knowledge";
90
+ export * as ChatService from "@faiber/faiber-chat";
91
+ export * as SocialService from "@faiber/faiber-social";
92
+ export * as StateService from "@faiber/faiber-state-sdk";
93
+ export * as DrmService from "@faiber/faiber-drm";
67
94
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faiber/faiber-ts-sdk",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -16,23 +16,24 @@
16
16
  "README.md"
17
17
  ],
18
18
  "dependencies": {
19
- "@faiber/faiber-asset": "0.5.0",
20
- "@faiber/faiber-crm": "0.5.0",
21
- "@faiber/faiber-flow": "0.5.0",
22
- "@faiber/faiber-game-sdk": "0.5.0",
23
- "@faiber/faiber-idp": "0.5.0",
24
- "@faiber/faiber-knowledge": "0.5.0",
25
- "@faiber/faiber-chat": "0.5.0",
26
- "@faiber/faiber-lms": "0.5.0",
27
- "@faiber/faiber-messenger": "0.5.0",
28
- "@faiber/faiber-modules": "0.5.0",
29
- "@faiber/faiber-payment": "0.5.0",
30
- "@faiber/faiber-profile": "0.5.0",
31
- "@faiber/faiber-reservation": "0.5.0",
32
- "@faiber/faiber-session": "0.5.0",
33
- "@faiber/faiber-social": "0.5.0",
34
- "@faiber/faiber-state-sdk": "0.5.0",
35
- "@faiber/faiber-version": "0.5.0",
36
- "@faiber/sdk-core": "0.5.0"
19
+ "@faiber/faiber-asset": "0.5.1",
20
+ "@faiber/faiber-crm": "0.5.1",
21
+ "@faiber/faiber-flow": "0.5.1",
22
+ "@faiber/faiber-game-sdk": "0.5.1",
23
+ "@faiber/faiber-idp": "0.5.1",
24
+ "@faiber/faiber-knowledge": "0.5.1",
25
+ "@faiber/faiber-chat": "0.5.1",
26
+ "@faiber/faiber-drm": "0.5.1",
27
+ "@faiber/faiber-lms": "0.5.1",
28
+ "@faiber/faiber-messenger": "0.5.1",
29
+ "@faiber/faiber-modules": "0.5.1",
30
+ "@faiber/faiber-payment": "0.5.1",
31
+ "@faiber/faiber-profile": "0.5.1",
32
+ "@faiber/faiber-reservation": "0.5.1",
33
+ "@faiber/faiber-session": "0.5.1",
34
+ "@faiber/faiber-social": "0.5.1",
35
+ "@faiber/faiber-state-sdk": "0.5.1",
36
+ "@faiber/faiber-version": "0.5.1",
37
+ "@faiber/sdk-core": "0.5.1"
37
38
  }
38
39
  }