@faiber/faiber-session 0.10.2 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -5
- package/dist/.tsbuildinfo +1 -1
- package/dist/index.d.ts +38 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +47 -6
- package/dist/index.js.map +1 -1
- package/dist/operations.d.ts +45 -1
- package/dist/operations.d.ts.map +1 -1
- package/dist/operations.js +56 -2
- package/dist/operations.js.map +1 -1
- package/dist/operations.types.d.ts +1331 -24
- package/dist/operations.types.d.ts.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,20 +24,28 @@ const api = new SessionApi(client);
|
|
|
24
24
|
|
|
25
25
|
const rooms = await api.rooms.list({ "page[number]": 1 });
|
|
26
26
|
const token = await api.livekitToken(roomId);
|
|
27
|
+
const recordings = await api.listRecordings({ status: "ready" });
|
|
28
|
+
const recording = await api.recordingManifest(recordingId);
|
|
29
|
+
const liveView = api.roomViewUrl(roomId);
|
|
30
|
+
const recordingsView = api.recordingViewUrl(roomId);
|
|
27
31
|
```
|
|
28
32
|
|
|
29
33
|
## Complete capability
|
|
30
34
|
|
|
31
|
-
This package exposes
|
|
35
|
+
This package exposes 34 registered operations from the live sessions service. Common workflows have concise methods on `api`; every registered backend route is also available as a named function on `api.operations`. Generated operation input, query, response, path, verb, and permission contracts are exported from `operations.types`.
|
|
32
36
|
|
|
33
37
|
| Area | Operations | HTTP methods |
|
|
34
38
|
|---|---:|---|
|
|
35
|
-
| `
|
|
36
|
-
| `
|
|
37
|
-
| `
|
|
39
|
+
| `assistant_tools` | 3 | `GET` |
|
|
40
|
+
| `branding` | 5 | `GET`, `POST`, `PUT` |
|
|
41
|
+
| `configuration` | 2 | `GET`, `PUT` |
|
|
42
|
+
| `integration` | 2 | `GET` |
|
|
43
|
+
| `recording` | 4 | `GET`, `POST` |
|
|
44
|
+
| `room` | 16 | `DELETE`, `GET`, `PATCH`, `POST`, `PUT` |
|
|
45
|
+
| `room_state` | 1 | `POST` |
|
|
38
46
|
| `router` | 1 | `GET` |
|
|
39
47
|
|
|
40
|
-
Room
|
|
48
|
+
Room creation and management, join/token access, stop/end, interactive starts, playback, leaderboards, room recordings, the global recording queue, manifests, processing schedules, audio models, LiveKit configuration, branding, Chat assistant tools, and state responses are all covered. `roomViewUrl`, `recordingViewUrl`, and `playbackViewUrl` generate the canonical Session web views from the configured Session domain. Unusual lifecycle verbs—including `POST` for ending a room—are preserved exactly.
|
|
41
49
|
|
|
42
50
|
## Authentication and authorization
|
|
43
51
|
|
package/dist/.tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/axios/index.d.ts","../../core/dist/types.d.ts","../../core/dist/env.d.ts","../../core/dist/auth.d.ts","../../core/dist/client.d.ts","../../core/dist/resource.d.ts","../../core/dist/openapi.d.ts","../../core/dist/index.d.ts","../src/types.ts","../src/operations.types.ts","../src/operations.ts","../src/index.ts"],"fileIdsList":[[61],[60,61],[60,61,62,63,64,65,66],[60,61,64],[60],[67,68,69,70],[67,69],[67]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"2343ec253c90c370449755739733f5f429f58cffdb51a50977bb4a042012fa8f","impliedFormat":99},{"version":"6cc1f17dc5454eb1112cfb4a2e2ddc93de8c3f9016c8db7bdf0328caac374ffa","impliedFormat":99},{"version":"82065c5512d8d6f81b26cf13ea9ecd3e558be9560f7b5c62260858219ecd87f7","impliedFormat":99},{"version":"ed17ed1b2bcf384c88bc6cec6b427989b98db99fc7ad35a50605501a463bbc53","impliedFormat":99},{"version":"82bf4efcca8ab8764a91ac126c0af605ab6717ee94b2316461b5fa388b27e165","impliedFormat":99},{"version":"82ffc9a1d95766c8f6f6bb4316b1d83e9d6a1d4ec41057d1a897cca70176bfc1","impliedFormat":99},{"version":"3f5eeb0a84713ccf640b9a6af4629e006f59d7629abc3fc95af2efb062fd0b83","impliedFormat":99},{"version":"66a0cb4d019dd780c2fb5c2942778929ec55715bb5a0f3b80aac4c0b92e35d16","impliedFormat":99},{"version":"de68416b5ee33a0a5056e5aa7e4b4238c336362679823b79101991d3a1327e8a","impliedFormat":99},{"version":"b79439280a3b4d539295d811b32b47474e6f188c312305351b50920d41739c6a","signature":"22a3d8dfbd988cee5e8a36c2760fcaa17a3092877f88c5620a3aaa67c0e6499c","impliedFormat":99},{"version":"9d9bd4fa3751caf4b9a448ad982916b2540fec0a3b7eadd865bfbdd21809280d","signature":"44bb538b632db72beb298fd0c95834fbc4bb1d226a44adbeb1c26d11a196351b","impliedFormat":99},{"version":"6c65835ef4fcc5352a9f367de401369079bad8b4832b192e4e23bdcd081eec2a","signature":"4e2a6eb2fec740ae42b4c62a0544a8b5d5060cd04b95e3488e92fda66078a0ba","impliedFormat":99}],"root":[[68,71]],"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":[[63,1],[64,2],[62,1],[67,3],[66,4],[65,4],[61,5],[71,6],[70,7],[69,8],[68,8]],"latestChangedDtsFile":"./operations.types.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/types.ts","../src/operations.types.ts","../src/operations.ts","../src/index.ts"],"fileIdsList":[[61],[60,61],[60,61,62,63,64,65,66],[60,61,64],[60],[67,68,69,70],[67,69],[67]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"2343ec253c90c370449755739733f5f429f58cffdb51a50977bb4a042012fa8f","impliedFormat":99},{"version":"6cc1f17dc5454eb1112cfb4a2e2ddc93de8c3f9016c8db7bdf0328caac374ffa","impliedFormat":99},{"version":"82065c5512d8d6f81b26cf13ea9ecd3e558be9560f7b5c62260858219ecd87f7","impliedFormat":99},{"version":"ed17ed1b2bcf384c88bc6cec6b427989b98db99fc7ad35a50605501a463bbc53","impliedFormat":99},{"version":"82bf4efcca8ab8764a91ac126c0af605ab6717ee94b2316461b5fa388b27e165","impliedFormat":99},{"version":"82ffc9a1d95766c8f6f6bb4316b1d83e9d6a1d4ec41057d1a897cca70176bfc1","impliedFormat":99},{"version":"3f5eeb0a84713ccf640b9a6af4629e006f59d7629abc3fc95af2efb062fd0b83","impliedFormat":99},{"version":"66a0cb4d019dd780c2fb5c2942778929ec55715bb5a0f3b80aac4c0b92e35d16","impliedFormat":99},{"version":"de68416b5ee33a0a5056e5aa7e4b4238c336362679823b79101991d3a1327e8a","impliedFormat":99},{"version":"092a540f8e2671c5649464a4c80cba9a65f41bdb78f0239ff5b92bb01cc6660b","signature":"637f748e1c4d9df13eecb07baeac1f68b9776ab88e22da4fe9c6d3862fecff4e","impliedFormat":99},{"version":"e0a201f4579e36ef89097011371a3e2f81f18ee3e0374923525e0606a3deb8d3","signature":"d176b669e0da47c5a79365df262cb2dc258eb584ced34dbb75b764792de74ad3","impliedFormat":99},{"version":"047cf5e41430d02280cc8708e2a0ecdd074ec47cbb2fd6d323250ed26799e2f7","signature":"ac186d4a4e47e4fcdd5096b1912cdc478b6a8128d6799e9317f6e7f130b74cec","impliedFormat":99}],"root":[[68,71]],"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":[[63,1],[64,2],[62,1],[67,3],[66,4],[65,4],[61,5],[71,6],[70,7],[69,8],[68,8]],"latestChangedDtsFile":"./index.d.ts","version":"5.9.3"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,15 +1,47 @@
|
|
|
1
1
|
import { RestResource, ServiceApi, type Identifier, type RequestOptions } from "@faiber/sdk-core";
|
|
2
2
|
import type * as T from "./types.js";
|
|
3
|
+
import type * as O from "./operations.types.js";
|
|
3
4
|
import { SessionOperations } from "./operations.js";
|
|
5
|
+
export declare function roomViewUrl(roomId: Identifier, baseUrl?: string): string;
|
|
6
|
+
export declare function recordingViewUrl(roomId: Identifier, baseUrl?: string): string;
|
|
7
|
+
export declare function playbackViewUrl(roomId: Identifier, baseUrl?: string): string;
|
|
4
8
|
export declare class SessionApi extends ServiceApi {
|
|
5
9
|
readonly operations: SessionOperations;
|
|
6
10
|
readonly rooms: RestResource<T.Room, T.CreateRoomInput, T.UpdateRoomInput, T.RoomListResponse, T.RoomResponse>;
|
|
7
|
-
analytics(options?: RequestOptions): Promise<import("axios").AxiosResponse<
|
|
8
|
-
recordings(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<
|
|
9
|
-
livekitToken(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<
|
|
10
|
-
startInteractive(id: Identifier,
|
|
11
|
-
end(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<
|
|
12
|
-
playback(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<
|
|
11
|
+
analytics(options?: RequestOptions): Promise<import("axios").AxiosResponse<O.RoomRoomsAnalyticsGetResponse, unknown, {}>>;
|
|
12
|
+
recordings(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<O.RoomRoomsRecordingsGetResponse, unknown, {}>>;
|
|
13
|
+
livekitToken(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<O.RoomRoomsLivekitTokenGetResponse, unknown, {}>>;
|
|
14
|
+
startInteractive(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<O.RoomRoomsInteractiveStartPostResponseData, unknown, {}>>;
|
|
15
|
+
end(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<O.RoomRoomsEndPostResponseData, unknown, {}>>;
|
|
16
|
+
playback(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<O.RoomRoomsPlaybackShowGetResponse, unknown, {}>>;
|
|
17
|
+
listRooms(params?: O.RoomRoomsIndexGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<O.RoomRoomsIndexGetResponse, unknown, {}>>;
|
|
18
|
+
room(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<O.RoomRoomsShowGetResponse, unknown, {}>>;
|
|
19
|
+
createRoom(data: O.RoomRoomsCreatePostInput, options?: RequestOptions<O.RoomRoomsCreatePostInput>): Promise<import("axios").AxiosResponse<O.RoomRoomsCreatePostResponse, O.RoomRoomsCreatePostInput, {}>>;
|
|
20
|
+
updateRoom(id: Identifier, data: O.RoomRoomsUpdatePatchInput, options?: RequestOptions<O.RoomRoomsUpdatePatchInput>): Promise<import("axios").AxiosResponse<O.RoomRoomsUpdatePatchResponse, O.RoomRoomsUpdatePatchInput, {}>>;
|
|
21
|
+
deleteRoom(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<O.RoomRoomsDeleteDeleteResponse, unknown, {}>>;
|
|
22
|
+
joinRoom(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<O.RoomRoomsJoinGetResponse, unknown, {}>>;
|
|
23
|
+
stopRoom(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<O.RoomRoomsStopGetResponse, unknown, {}>>;
|
|
24
|
+
roomLeaderboard(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<O.RoomRoomsLeaderboardGetResponse, unknown, {}>>;
|
|
25
|
+
roomRecordings(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<O.RoomRoomsRecordingsGetResponse, unknown, {}>>;
|
|
26
|
+
listRecordings(params?: O.RecordingRecordingsIndexGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<O.RecordingRecordingsIndexGetResponse, unknown, {}>>;
|
|
27
|
+
recordingManifest(id: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<O.RecordingRecordingManifestGetResponse, unknown, {}>>;
|
|
28
|
+
scheduleRecording(id: Identifier, data: O.RecordingRecordingSchedulePostInput, options?: RequestOptions<O.RecordingRecordingSchedulePostInput>): Promise<import("axios").AxiosResponse<O.RecordingRecordingSchedulePostResponse, O.RecordingRecordingSchedulePostInput, {}>>;
|
|
29
|
+
audioModels(options?: RequestOptions): Promise<import("axios").AxiosResponse<O.RecordingAudioModelsGetResponse, unknown, {}>>;
|
|
30
|
+
respondRoomState(id: Identifier, data: O.RoomStateRoomStateRespondPostInput, options?: RequestOptions<O.RoomStateRoomStateRespondPostInput>): Promise<import("axios").AxiosResponse<O.RoomStateRoomStateRespondPostResponse, O.RoomStateRoomStateRespondPostInput, {}>>;
|
|
31
|
+
livekitConfiguration(options?: RequestOptions): Promise<import("axios").AxiosResponse<O.ConfigurationLivekitConfigShowGetResponse, unknown, {}>>;
|
|
32
|
+
updateLivekitConfiguration(data: O.ConfigurationLivekitConfigUpdatePutInput, options?: RequestOptions<O.ConfigurationLivekitConfigUpdatePutInput>): Promise<import("axios").AxiosResponse<O.ConfigurationLivekitConfigUpdatePutResponse, O.ConfigurationLivekitConfigUpdatePutInput, {}>>;
|
|
33
|
+
branding(options?: RequestOptions): Promise<import("axios").AxiosResponse<O.BrandingShowGetResponse, unknown, {}>>;
|
|
34
|
+
updateBranding(data: O.BrandingUpdatePutInput, options?: RequestOptions<O.BrandingUpdatePutInput>): Promise<import("axios").AxiosResponse<O.BrandingUpdatePutResponse, O.BrandingUpdatePutInput, {}>>;
|
|
35
|
+
uploadBrandingAsset(data: FormData, options?: RequestOptions<FormData>): Promise<import("axios").AxiosResponse<O.BrandingUploadPostResponse, FormData, {}>>;
|
|
36
|
+
publicBranding(options?: RequestOptions): Promise<import("axios").AxiosResponse<O.BrandingPublicShowGetResponse, unknown, {}>>;
|
|
37
|
+
integrationDocs(options?: RequestOptions): Promise<import("axios").AxiosResponse<O.IntegrationIntegrationDocsShowGetResponse, unknown, {}>>;
|
|
38
|
+
flowIntegration(options?: RequestOptions): Promise<import("axios").AxiosResponse<O.IntegrationFlowIntegrationShowGetResponse, unknown, {}>>;
|
|
39
|
+
chatToolSchema(options?: RequestOptions): Promise<import("axios").AxiosResponse<O.AssistantToolsToolSchemaGetResponse, unknown, {}>>;
|
|
40
|
+
userSessions(userId: Identifier, params?: O.AssistantToolsListUserSessionsGetQuery, options?: RequestOptions): Promise<import("axios").AxiosResponse<O.AssistantToolsListUserSessionsGetResponse, unknown, {}>>;
|
|
41
|
+
userSession(userId: Identifier, roomId: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<O.AssistantToolsUserSessionDetailGetResponse, unknown, {}>>;
|
|
42
|
+
roomViewUrl(id: Identifier): string;
|
|
43
|
+
recordingViewUrl(id: Identifier): string;
|
|
44
|
+
playbackViewUrl(id: Identifier): string;
|
|
13
45
|
}
|
|
14
46
|
export * from "./types.js";
|
|
15
47
|
export * from "@faiber/sdk-core";
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,KAAK,UAAU,EAAE,KAAK,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClG,OAAO,KAAK,KAAK,CAAC,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.js
CHANGED
|
@@ -1,14 +1,55 @@
|
|
|
1
1
|
import { RestResource, ServiceApi } from "@faiber/sdk-core";
|
|
2
2
|
import { SessionOperations } from "./operations.js";
|
|
3
|
+
function sessionViewUrl(path, baseUrl) {
|
|
4
|
+
if (!baseUrl)
|
|
5
|
+
return path;
|
|
6
|
+
try {
|
|
7
|
+
return new URL(path, baseUrl).toString();
|
|
8
|
+
}
|
|
9
|
+
catch {
|
|
10
|
+
return `${baseUrl.replace(/\/$/, "")}${path}`;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
export function roomViewUrl(roomId, baseUrl) { return sessionViewUrl(`/view/room/${encodeURIComponent(roomId)}`, baseUrl); }
|
|
14
|
+
export function recordingViewUrl(roomId, baseUrl) { return sessionViewUrl(`/view/recording/${encodeURIComponent(roomId)}`, baseUrl); }
|
|
15
|
+
export function playbackViewUrl(roomId, baseUrl) { return sessionViewUrl(`/view/playback/${encodeURIComponent(roomId)}`, baseUrl); }
|
|
3
16
|
export class SessionApi extends ServiceApi {
|
|
4
17
|
operations = new SessionOperations(this.client);
|
|
5
18
|
rooms = new RestResource(this.client, "/api/v1/rooms", { supported: ["list", "show", "create", "update", "replace", "delete"] });
|
|
6
|
-
analytics(options) { return this.
|
|
7
|
-
recordings(id, options) { return this.
|
|
8
|
-
livekitToken(id, options) { return this.
|
|
9
|
-
startInteractive(id,
|
|
10
|
-
end(id, options) { return this.
|
|
11
|
-
playback(id, options) { return this.
|
|
19
|
+
analytics(options) { return this.operations.roomRoomsAnalyticsGet(options); }
|
|
20
|
+
recordings(id, options) { return this.operations.roomRoomsRecordingsGet(id, options); }
|
|
21
|
+
livekitToken(id, options) { return this.operations.roomRoomsLivekitTokenGet(id, options); }
|
|
22
|
+
startInteractive(id, options) { return this.operations.roomRoomsInteractiveStartPost(id, options); }
|
|
23
|
+
end(id, options) { return this.operations.roomRoomsEndPost(id, options); }
|
|
24
|
+
playback(id, options) { return this.operations.roomRoomsPlaybackShowGet(id, options); }
|
|
25
|
+
listRooms(params, options) { return this.operations.roomRoomsIndexGet(params, options); }
|
|
26
|
+
room(id, options) { return this.operations.roomRoomsShowGet(id, options); }
|
|
27
|
+
createRoom(data, options) { return this.operations.roomRoomsCreatePost(data, options); }
|
|
28
|
+
updateRoom(id, data, options) { return this.operations.roomRoomsUpdatePatch(id, data, options); }
|
|
29
|
+
deleteRoom(id, options) { return this.operations.roomRoomsDeleteDelete(id, options); }
|
|
30
|
+
joinRoom(id, options) { return this.operations.roomRoomsJoinGet(id, options); }
|
|
31
|
+
stopRoom(id, options) { return this.operations.roomRoomsStopGet(id, options); }
|
|
32
|
+
roomLeaderboard(id, options) { return this.operations.roomRoomsLeaderboardGet(id, options); }
|
|
33
|
+
roomRecordings(id, options) { return this.operations.roomRoomsRecordingsGet(id, options); }
|
|
34
|
+
listRecordings(params, options) { return this.operations.recordingRecordingsIndexGet(params, options); }
|
|
35
|
+
recordingManifest(id, options) { return this.operations.recordingRecordingManifestGet(id, options); }
|
|
36
|
+
scheduleRecording(id, data, options) { return this.operations.recordingRecordingSchedulePost(id, data, options); }
|
|
37
|
+
audioModels(options) { return this.operations.recordingAudioModelsGet(options); }
|
|
38
|
+
respondRoomState(id, data, options) { return this.operations.roomStateRoomStateRespondPost(id, data, options); }
|
|
39
|
+
livekitConfiguration(options) { return this.operations.configurationLivekitConfigShowGet(options); }
|
|
40
|
+
updateLivekitConfiguration(data, options) { return this.operations.configurationLivekitConfigUpdatePut(data, options); }
|
|
41
|
+
branding(options) { return this.operations.brandingShowGet(options); }
|
|
42
|
+
updateBranding(data, options) { return this.operations.brandingUpdatePut(data, options); }
|
|
43
|
+
uploadBrandingAsset(data, options) { return this.operations.brandingUploadPost(data, options); }
|
|
44
|
+
publicBranding(options) { return this.operations.brandingPublicShowGet(options); }
|
|
45
|
+
integrationDocs(options) { return this.operations.integrationIntegrationDocsShowGet(options); }
|
|
46
|
+
flowIntegration(options) { return this.operations.integrationFlowIntegrationShowGet(options); }
|
|
47
|
+
chatToolSchema(options) { return this.operations.assistantToolsToolSchemaGet(options); }
|
|
48
|
+
userSessions(userId, params, options) { return this.operations.assistantToolsListUserSessionsGet(userId, params, options); }
|
|
49
|
+
userSession(userId, roomId, options) { return this.operations.assistantToolsUserSessionDetailGet(userId, roomId, options); }
|
|
50
|
+
roomViewUrl(id) { return roomViewUrl(id, this.client.config.domains.session); }
|
|
51
|
+
recordingViewUrl(id) { return recordingViewUrl(id, this.client.config.domains.session); }
|
|
52
|
+
playbackViewUrl(id) { return playbackViewUrl(id, this.client.config.domains.session); }
|
|
12
53
|
}
|
|
13
54
|
export * from "./types.js";
|
|
14
55
|
export * from "@faiber/sdk-core";
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAwC,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/operations.d.ts
CHANGED
|
@@ -9,6 +9,32 @@ export declare class SessionOperations extends ServiceApi {
|
|
|
9
9
|
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
10
10
|
*/
|
|
11
11
|
routerStatusRouteGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<T.RouterStatusRouteGetResponse, unknown, {}>>;
|
|
12
|
+
/**
|
|
13
|
+
* Performs the show operation for the branding capability.
|
|
14
|
+
* Calls `GET /api/v1/config/branding` through the shared IDP-aware Faiber client.
|
|
15
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
16
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
17
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: config:read.
|
|
18
|
+
*/
|
|
19
|
+
brandingShowGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<T.BrandingShowGetResponse, unknown, {}>>;
|
|
20
|
+
/**
|
|
21
|
+
* Performs the update operation for the branding capability.
|
|
22
|
+
* Calls `PUT /api/v1/config/branding` through the shared IDP-aware Faiber client.
|
|
23
|
+
* @param data Typed JSON request body.
|
|
24
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
25
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
26
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: config:update.
|
|
27
|
+
*/
|
|
28
|
+
brandingUpdatePut(data: T.BrandingUpdatePutInput, options?: RequestOptions<T.BrandingUpdatePutInput>): Promise<import("axios").AxiosResponse<T.BrandingUpdatePutResponse, T.BrandingUpdatePutInput, {}>>;
|
|
29
|
+
/**
|
|
30
|
+
* Performs the upload operation for the branding capability.
|
|
31
|
+
* Calls `POST /api/v1/config/branding/assets` through the shared IDP-aware Faiber client.
|
|
32
|
+
* @param data Typed multipart form.
|
|
33
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
34
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
35
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: config:update.
|
|
36
|
+
*/
|
|
37
|
+
brandingUploadPost(data: T.BrandingUploadPostInput, options?: RequestOptions<T.BrandingUploadPostInput>): Promise<import("axios").AxiosResponse<T.BrandingUploadPostResponse, FormData, {}>>;
|
|
12
38
|
/**
|
|
13
39
|
* Performs the livekit config show operation for the configuration capability.
|
|
14
40
|
* Calls `GET /api/v1/config/livekit` through the shared IDP-aware Faiber client.
|
|
@@ -70,6 +96,23 @@ export declare class SessionOperations extends ServiceApi {
|
|
|
70
96
|
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
71
97
|
*/
|
|
72
98
|
assistantToolsUserSessionDetailGet(userId: Identifier, roomId: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.AssistantToolsUserSessionDetailGetResponse, unknown, {}>>;
|
|
99
|
+
/**
|
|
100
|
+
* Performs the public show operation for the branding capability.
|
|
101
|
+
* Calls `GET /api/v1/public/branding` through the shared IDP-aware Faiber client.
|
|
102
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
103
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
104
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
105
|
+
*/
|
|
106
|
+
brandingPublicShowGet(options?: RequestOptions): Promise<import("axios").AxiosResponse<T.BrandingPublicShowGetResponse, unknown, {}>>;
|
|
107
|
+
/**
|
|
108
|
+
* Performs the asset operation for the branding capability.
|
|
109
|
+
* Calls `GET /api/v1/public/branding/assets/{key}` through the shared IDP-aware Faiber client.
|
|
110
|
+
* @param key Backend path identifier `key`.
|
|
111
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
112
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
113
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
114
|
+
*/
|
|
115
|
+
brandingAssetGet(key: Identifier, options?: RequestOptions): Promise<import("axios").AxiosResponse<T.BrandingAssetGetResponse, unknown, {}>>;
|
|
73
116
|
/**
|
|
74
117
|
* Performs the recordings index operation for the recording capability.
|
|
75
118
|
* Calls `GET /api/v1/recordings` through the shared IDP-aware Faiber client.
|
|
@@ -255,10 +298,11 @@ export declare class SessionOperations extends ServiceApi {
|
|
|
255
298
|
/**
|
|
256
299
|
* Performs the livekit webhook operation for the room capability.
|
|
257
300
|
* Calls `POST /api/v1/rooms/livekit/webhook` through the shared IDP-aware Faiber client.
|
|
301
|
+
* @param data Typed binary byte stream.
|
|
258
302
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
259
303
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
260
304
|
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
261
305
|
*/
|
|
262
|
-
roomLivekitWebhookPost(options?: RequestOptions): Promise<import("axios").AxiosResponse<T.RoomLivekitWebhookPostResponseData,
|
|
306
|
+
roomLivekitWebhookPost(data: T.RoomLivekitWebhookPostInput, options?: RequestOptions<T.RoomLivekitWebhookPostInput>): Promise<import("axios").AxiosResponse<T.RoomLivekitWebhookPostResponseData, T.RoomLivekitWebhookPostInput, {}>>;
|
|
263
307
|
}
|
|
264
308
|
//# sourceMappingURL=operations.d.ts.map
|
package/dist/operations.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../src/operations.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../src/operations.ts"],"names":[],"mappings":"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"}
|
package/dist/operations.js
CHANGED
|
@@ -10,6 +10,38 @@ export class SessionOperations extends ServiceApi {
|
|
|
10
10
|
routerStatusRouteGet(options) {
|
|
11
11
|
return this.client.request({ ...options, method: "GET", url: `/` });
|
|
12
12
|
}
|
|
13
|
+
/**
|
|
14
|
+
* Performs the show operation for the branding capability.
|
|
15
|
+
* Calls `GET /api/v1/config/branding` through the shared IDP-aware Faiber client.
|
|
16
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
17
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
18
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: config:read.
|
|
19
|
+
*/
|
|
20
|
+
brandingShowGet(options) {
|
|
21
|
+
return this.client.request({ ...options, method: "GET", url: `/api/v1/config/branding` });
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Performs the update operation for the branding capability.
|
|
25
|
+
* Calls `PUT /api/v1/config/branding` through the shared IDP-aware Faiber client.
|
|
26
|
+
* @param data Typed JSON request body.
|
|
27
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
28
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
29
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: config:update.
|
|
30
|
+
*/
|
|
31
|
+
brandingUpdatePut(data, options) {
|
|
32
|
+
return this.client.request({ ...options, method: "PUT", url: `/api/v1/config/branding`, data: data });
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Performs the upload operation for the branding capability.
|
|
36
|
+
* Calls `POST /api/v1/config/branding/assets` through the shared IDP-aware Faiber client.
|
|
37
|
+
* @param data Typed multipart form.
|
|
38
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
39
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
40
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: config:update.
|
|
41
|
+
*/
|
|
42
|
+
brandingUploadPost(data, options) {
|
|
43
|
+
return this.client.request({ ...options, method: "POST", url: `/api/v1/config/branding/assets`, data: data });
|
|
44
|
+
}
|
|
13
45
|
/**
|
|
14
46
|
* Performs the livekit config show operation for the configuration capability.
|
|
15
47
|
* Calls `GET /api/v1/config/livekit` through the shared IDP-aware Faiber client.
|
|
@@ -85,6 +117,27 @@ export class SessionOperations extends ServiceApi {
|
|
|
85
117
|
assistantToolsUserSessionDetailGet(userId, roomId, options) {
|
|
86
118
|
return this.client.request({ ...options, method: "GET", url: `/api/v1/integrations/chat/users/${encodeURIComponent(userId)}/sessions/${encodeURIComponent(roomId)}` });
|
|
87
119
|
}
|
|
120
|
+
/**
|
|
121
|
+
* Performs the public show operation for the branding capability.
|
|
122
|
+
* Calls `GET /api/v1/public/branding` through the shared IDP-aware Faiber client.
|
|
123
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
124
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
125
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
126
|
+
*/
|
|
127
|
+
brandingPublicShowGet(options) {
|
|
128
|
+
return this.client.request({ ...options, method: "GET", url: `/api/v1/public/branding` });
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* Performs the asset operation for the branding capability.
|
|
132
|
+
* Calls `GET /api/v1/public/branding/assets/{key}` through the shared IDP-aware Faiber client.
|
|
133
|
+
* @param key Backend path identifier `key`.
|
|
134
|
+
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
135
|
+
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
136
|
+
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
137
|
+
*/
|
|
138
|
+
brandingAssetGet(key, options) {
|
|
139
|
+
return this.client.request({ ...options, method: "GET", url: `/api/v1/public/branding/assets/${encodeURIComponent(key)}` });
|
|
140
|
+
}
|
|
88
141
|
/**
|
|
89
142
|
* Performs the recordings index operation for the recording capability.
|
|
90
143
|
* Calls `GET /api/v1/recordings` through the shared IDP-aware Faiber client.
|
|
@@ -310,12 +363,13 @@ export class SessionOperations extends ServiceApi {
|
|
|
310
363
|
/**
|
|
311
364
|
* Performs the livekit webhook operation for the room capability.
|
|
312
365
|
* Calls `POST /api/v1/rooms/livekit/webhook` through the shared IDP-aware Faiber client.
|
|
366
|
+
* @param data Typed binary byte stream.
|
|
313
367
|
* @param options Axios headers, timeout, cancellation signal, credentials, adapter, and other request options.
|
|
314
368
|
* @returns The complete Axios response, including the typed service envelope, status, and headers.
|
|
315
369
|
* @throws AxiosError for authentication, permission, validation, not-found, conflict, or transport failures; required permission: session-derived or public bootstrap route.
|
|
316
370
|
*/
|
|
317
|
-
roomLivekitWebhookPost(options) {
|
|
318
|
-
return this.client.request({ ...options, method: "POST", url: `/api/v1/rooms/livekit/webhook
|
|
371
|
+
roomLivekitWebhookPost(data, options) {
|
|
372
|
+
return this.client.request({ ...options, method: "POST", url: `/api/v1/rooms/livekit/webhook`, data: data, headers: { "Content-Type": "application/octet-stream", ...options?.headers } });
|
|
319
373
|
}
|
|
320
374
|
}
|
|
321
375
|
//# sourceMappingURL=operations.js.map
|
package/dist/operations.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../src/operations.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../src/operations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,UAAU,EAAwC,MAAM,kBAAkB,CAAC;AAGhG,MAAM,OAAO,iBAAkB,SAAQ,UAAU;IAC/C;;;;;;OAMG;IACH,oBAAoB,CAAC,OAAwB;QAC3C,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAiC,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC;IACtG,CAAC;IACD;;;;;;OAMG;IACH,eAAe,CAAC,OAAwB;QACtC,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA4B,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,yBAAyB,EAAE,CAAC,CAAC;IACvH,CAAC;IACD;;;;;;;OAOG;IACH,iBAAiB,CAAC,IAA8B,EAAE,OAAkD;QAClG,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAwD,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,yBAAyB,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;IAC/J,CAAC;IACD;;;;;;;OAOG;IACH,kBAAkB,CAAC,IAA+B,EAAE,OAAmD;QACrG,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA0D,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,gCAAgC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;IACzK,CAAC;IACD;;;;;;OAMG;IACH,iCAAiC,CAAC,OAAwB;QACxD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA8C,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,wBAAwB,EAAE,CAAC,CAAC;IACxI,CAAC;IACD;;;;;;;OAOG;IACH,mCAAmC,CAAC,IAAgD,EAAE,OAAoE;QACxJ,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA4F,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,wBAAwB,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;IAClM,CAAC;IACD;;;;;;OAMG;IACH,iCAAiC,CAAC,OAAwB;QACxD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA8C,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,0BAA0B,EAAE,CAAC,CAAC;IAC1I,CAAC;IACD;;;;;;OAMG;IACH,iCAAiC,CAAC,OAAwB;QACxD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA8C,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,0BAA0B,EAAE,CAAC,CAAC;IAC1I,CAAC;IACD;;;;;;OAMG;IACH,2BAA2B,CAAC,OAAwB;QAClD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAwC,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,uCAAuC,EAAE,CAAC,CAAC;IACjJ,CAAC;IACD;;;;;;;;OAQG;IACH,iCAAiC,CAAC,MAAkB,EAAE,MAAiD,EAAE,OAAwB;QAC/H,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA8C,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,mCAAmC,kBAAkB,CAAC,MAAM,CAAC,WAAW,EAAE,MAAM,EAAE,CAAC,CAAC;IAChM,CAAC;IACD;;;;;;;;OAQG;IACH,kCAAkC,CAAC,MAAkB,EAAE,MAAkB,EAAE,OAAwB;QACjG,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA+C,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,mCAAmC,kBAAkB,CAAC,MAAM,CAAC,aAAa,kBAAkB,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC,CAAC;IACvN,CAAC;IACD;;;;;;OAMG;IACH,qBAAqB,CAAC,OAAwB;QAC5C,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAkC,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,yBAAyB,EAAE,CAAC,CAAC;IAC7H,CAAC;IACD;;;;;;;OAOG;IACH,gBAAgB,CAAC,GAAe,EAAE,OAAwB;QACxD,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA6B,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,kCAAkC,kBAAkB,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,CAAC;IAC1J,CAAC;IACD;;;;;;;OAOG;IACH,2BAA2B,CAAC,MAA2C,EAAE,OAAwB;QAC/F,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAwC,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,oBAAoB,EAAE,MAAM,EAAE,CAAC,CAAC;IACtI,CAAC;IACD;;;;;;;OAOG;IACH,6BAA6B,CAAC,WAAuB,EAAE,OAAwB;QAC7E,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA0C,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,sBAAsB,kBAAkB,CAAC,WAAW,CAAC,WAAW,EAAE,CAAC,CAAC;IAC5K,CAAC;IACD;;;;;;;;OAQG;IACH,8BAA8B,CAAC,WAAuB,EAAE,IAA2C,EAAE,OAA+D;QAClK,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAkF,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,sBAAsB,kBAAkB,CAAC,WAAW,CAAC,WAAW,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;IACjO,CAAC;IACD;;;;;;OAMG;IACH,uBAAuB,CAAC,OAAwB;QAC9C,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAoC,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,iCAAiC,EAAE,CAAC,CAAC;IACvI,CAAC;IACD;;;;;;;;OAQG;IACH,6BAA6B,CAAC,WAAuB,EAAE,IAA0C,EAAE,OAA8D;QAC/J,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAgF,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,uBAAuB,kBAAkB,CAAC,WAAW,CAAC,UAAU,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;IAC/N,CAAC;IACD;;;;;;;OAOG;IACH,iBAAiB,CAAC,MAAiC,EAAE,OAAwB;QAC3E,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA8B,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,eAAe,EAAE,MAAM,EAAE,CAAC,CAAC;IACvH,CAAC;IACD;;;;;;;OAOG;IACH,mBAAmB,CAAC,IAAgC,EAAE,OAAoD;QACxG,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA4D,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,eAAe,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;IAC1J,CAAC;IACD;;;;;;;OAOG;IACH,qBAAqB,CAAC,MAAkB,EAAE,OAAwB;QAChE,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAkC,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,EAAE,iBAAiB,kBAAkB,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC,CAAC;IACpJ,CAAC;IACD;;;;;;;OAOG;IACH,gBAAgB,CAAC,MAAkB,EAAE,OAAwB;QAC3D,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA6B,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,iBAAiB,kBAAkB,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC,CAAC;IAC5I,CAAC;IACD;;;;;;;;OAQG;IACH,oBAAoB,CAAC,MAAkB,EAAE,IAAiC,EAAE,OAAqD;QAC/H,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA8D,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,EAAE,iBAAiB,kBAAkB,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;IAC3L,CAAC;IACD;;;;;;;;OAQG;IACH,kBAAkB,CAAC,MAAkB,EAAE,IAA+B,EAAE,OAAmD;QACzH,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA0D,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,iBAAiB,kBAAkB,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;IACrL,CAAC;IACD;;;;;;;OAOG;IACH,gBAAgB,CAAC,MAAkB,EAAE,OAAwB;QAC3D,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA6B,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,iBAAiB,kBAAkB,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;IACjJ,CAAC;IACD;;;;;;;OAOG;IACH,6BAA6B,CAAC,MAAkB,EAAE,OAAwB;QACxE,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA0C,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,iBAAiB,kBAAkB,CAAC,MAAM,CAAC,oBAAoB,EAAE,CAAC,CAAC;IAC5K,CAAC;IACD;;;;;;;OAOG;IACH,gBAAgB,CAAC,MAAkB,EAAE,OAAwB;QAC3D,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA6B,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,iBAAiB,kBAAkB,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC;IACjJ,CAAC;IACD;;;;;;;OAOG;IACH,uBAAuB,CAAC,MAAkB,EAAE,OAAwB;QAClE,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAoC,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,iBAAiB,kBAAkB,CAAC,MAAM,CAAC,cAAc,EAAE,CAAC,CAAC;IAC/J,CAAC;IACD;;;;;;;OAOG;IACH,wBAAwB,CAAC,MAAkB,EAAE,OAAwB;QACnE,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAqC,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,iBAAiB,kBAAkB,CAAC,MAAM,CAAC,gBAAgB,EAAE,CAAC,CAAC;IAClK,CAAC;IACD;;;;;;;OAOG;IACH,wBAAwB,CAAC,MAAkB,EAAE,OAAwB;QACnE,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAqC,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,iBAAiB,kBAAkB,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC,CAAC;IAC7J,CAAC;IACD;;;;;;;OAOG;IACH,sBAAsB,CAAC,MAAkB,EAAE,OAAwB;QACjE,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAmC,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,iBAAiB,kBAAkB,CAAC,MAAM,CAAC,aAAa,EAAE,CAAC,CAAC;IAC7J,CAAC;IACD;;;;;;;OAOG;IACH,gBAAgB,CAAC,MAAkB,EAAE,OAAwB;QAC3D,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAA6B,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,iBAAiB,kBAAkB,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC,CAAC;IACjJ,CAAC;IACD;;;;;;OAMG;IACH,qBAAqB,CAAC,OAAwB;QAC5C,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAkC,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,yBAAyB,EAAE,CAAC,CAAC;IAC7H,CAAC;IACD;;;;;;;OAOG;IACH,sBAAsB,CAAC,IAAmC,EAAE,OAAuD;QACjH,OAAO,IAAI,CAAC,MAAM,CAAC,OAAO,CAAkE,EAAE,GAAG,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,+BAA+B,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,cAAc,EAAE,0BAA0B,EAAE,GAAG,OAAO,EAAE,OAAO,EAAE,EAAE,CAAC,CAAC;IAC9P,CAAC;CACF"}
|