@vertesia/client 0.54.0 → 0.56.0
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/lib/cjs/AccountApi.js +84 -0
- package/lib/cjs/AccountApi.js.map +1 -0
- package/lib/cjs/AccountsApi.js +16 -0
- package/lib/cjs/AccountsApi.js.map +1 -0
- package/lib/cjs/AnalyticsApi.js +13 -0
- package/lib/cjs/AnalyticsApi.js.map +1 -0
- package/lib/cjs/ApiKeysApi.js +63 -0
- package/lib/cjs/ApiKeysApi.js.map +1 -0
- package/lib/cjs/CommandsApi.js +19 -0
- package/lib/cjs/CommandsApi.js.map +1 -0
- package/lib/cjs/EnvironmentsApi.js +58 -0
- package/lib/cjs/EnvironmentsApi.js.map +1 -0
- package/lib/cjs/IamApi.js +51 -0
- package/lib/cjs/IamApi.js.map +1 -0
- package/lib/cjs/InteractionBase.js +44 -0
- package/lib/cjs/InteractionBase.js.map +1 -0
- package/lib/cjs/InteractionsApi.js +209 -0
- package/lib/cjs/InteractionsApi.js.map +1 -0
- package/lib/cjs/PluginsApi.js +27 -0
- package/lib/cjs/PluginsApi.js.map +1 -0
- package/lib/cjs/ProjectsApi.js +54 -0
- package/lib/cjs/ProjectsApi.js.map +1 -0
- package/lib/cjs/PromptsApi.js +133 -0
- package/lib/cjs/PromptsApi.js.map +1 -0
- package/lib/cjs/RefsApi.js +14 -0
- package/lib/cjs/RefsApi.js.map +1 -0
- package/lib/cjs/RunsApi.js +105 -0
- package/lib/cjs/RunsApi.js.map +1 -0
- package/lib/cjs/StreamSource.js +17 -0
- package/lib/cjs/StreamSource.js.map +1 -0
- package/lib/cjs/TrainingApi.js +54 -0
- package/lib/cjs/TrainingApi.js.map +1 -0
- package/lib/cjs/UsersApi.js +13 -0
- package/lib/cjs/UsersApi.js.map +1 -0
- package/lib/cjs/client.js +218 -0
- package/lib/cjs/client.js.map +1 -0
- package/lib/cjs/execute.js +152 -0
- package/lib/cjs/execute.js.map +1 -0
- package/lib/cjs/index.js +21 -0
- package/lib/cjs/index.js.map +1 -0
- package/lib/cjs/nodejs/NodeStreamSource.js +45 -0
- package/lib/cjs/nodejs/NodeStreamSource.js.map +1 -0
- package/lib/cjs/nodejs/index.js +18 -0
- package/lib/cjs/nodejs/index.js.map +1 -0
- package/lib/cjs/package.json +3 -0
- package/lib/cjs/store/AgentsApi.js +16 -0
- package/lib/cjs/store/AgentsApi.js.map +1 -0
- package/lib/cjs/store/AnalyzeDocApi.js +56 -0
- package/lib/cjs/store/AnalyzeDocApi.js.map +1 -0
- package/lib/cjs/store/CollectionsApi.js +77 -0
- package/lib/cjs/store/CollectionsApi.js.map +1 -0
- package/lib/cjs/store/CommandsApi.js +17 -0
- package/lib/cjs/store/CommandsApi.js.map +1 -0
- package/lib/cjs/store/EmbeddingsApi.js +29 -0
- package/lib/cjs/store/EmbeddingsApi.js.map +1 -0
- package/lib/cjs/store/FilesApi.js +128 -0
- package/lib/cjs/store/FilesApi.js.map +1 -0
- package/lib/cjs/store/ObjectsApi.js +254 -0
- package/lib/cjs/store/ObjectsApi.js.map +1 -0
- package/lib/cjs/store/TypesApi.js +57 -0
- package/lib/cjs/store/TypesApi.js.map +1 -0
- package/lib/cjs/store/WorkflowsApi.js +179 -0
- package/lib/cjs/store/WorkflowsApi.js.map +1 -0
- package/lib/cjs/store/client.js +55 -0
- package/lib/cjs/store/client.js.map +1 -0
- package/lib/cjs/store/errors.js +11 -0
- package/lib/cjs/store/errors.js.map +1 -0
- package/lib/cjs/store/index.js +22 -0
- package/lib/cjs/store/index.js.map +1 -0
- package/lib/esm/AccountApi.js +81 -0
- package/lib/esm/AccountApi.js.map +1 -0
- package/lib/esm/AccountsApi.js +13 -0
- package/lib/esm/AccountsApi.js.map +1 -0
- package/lib/esm/AnalyticsApi.js +10 -0
- package/lib/esm/AnalyticsApi.js.map +1 -0
- package/lib/esm/ApiKeysApi.js +59 -0
- package/lib/esm/ApiKeysApi.js.map +1 -0
- package/lib/esm/CommandsApi.js +16 -0
- package/lib/esm/CommandsApi.js.map +1 -0
- package/lib/esm/EnvironmentsApi.js +55 -0
- package/lib/esm/EnvironmentsApi.js.map +1 -0
- package/lib/esm/IamApi.js +45 -0
- package/lib/esm/IamApi.js.map +1 -0
- package/lib/esm/InteractionBase.js +40 -0
- package/lib/esm/InteractionBase.js.map +1 -0
- package/lib/esm/InteractionsApi.js +206 -0
- package/lib/esm/InteractionsApi.js.map +1 -0
- package/lib/esm/PluginsApi.js +24 -0
- package/lib/esm/PluginsApi.js.map +1 -0
- package/lib/esm/ProjectsApi.js +51 -0
- package/lib/esm/ProjectsApi.js.map +1 -0
- package/lib/esm/PromptsApi.js +130 -0
- package/lib/esm/PromptsApi.js.map +1 -0
- package/lib/esm/RefsApi.js +10 -0
- package/lib/esm/RefsApi.js.map +1 -0
- package/lib/esm/RunsApi.js +101 -0
- package/lib/esm/RunsApi.js.map +1 -0
- package/lib/esm/StreamSource.js +13 -0
- package/lib/esm/StreamSource.js.map +1 -0
- package/lib/esm/TrainingApi.js +51 -0
- package/lib/esm/TrainingApi.js.map +1 -0
- package/lib/esm/UsersApi.js +10 -0
- package/lib/esm/UsersApi.js.map +1 -0
- package/lib/esm/client.js +211 -0
- package/lib/esm/client.js.map +1 -0
- package/lib/esm/execute.js +113 -0
- package/lib/esm/execute.js.map +1 -0
- package/lib/esm/index.js +5 -0
- package/lib/esm/index.js.map +1 -0
- package/lib/esm/nodejs/NodeStreamSource.js +41 -0
- package/lib/esm/nodejs/NodeStreamSource.js.map +1 -0
- package/lib/esm/nodejs/index.js +2 -0
- package/lib/esm/nodejs/index.js.map +1 -0
- package/lib/esm/store/AgentsApi.js +12 -0
- package/lib/esm/store/AgentsApi.js.map +1 -0
- package/lib/esm/store/AnalyzeDocApi.js +52 -0
- package/lib/esm/store/AnalyzeDocApi.js.map +1 -0
- package/lib/esm/store/CollectionsApi.js +73 -0
- package/lib/esm/store/CollectionsApi.js.map +1 -0
- package/lib/esm/store/CommandsApi.js +13 -0
- package/lib/esm/store/CommandsApi.js.map +1 -0
- package/lib/esm/store/EmbeddingsApi.js +25 -0
- package/lib/esm/store/EmbeddingsApi.js.map +1 -0
- package/lib/esm/store/FilesApi.js +123 -0
- package/lib/esm/store/FilesApi.js.map +1 -0
- package/lib/esm/store/ObjectsApi.js +250 -0
- package/lib/esm/store/ObjectsApi.js.map +1 -0
- package/lib/esm/store/TypesApi.js +53 -0
- package/lib/esm/store/TypesApi.js.map +1 -0
- package/lib/esm/store/WorkflowsApi.js +173 -0
- package/lib/esm/store/WorkflowsApi.js.map +1 -0
- package/lib/esm/store/client.js +51 -0
- package/lib/esm/store/client.js.map +1 -0
- package/lib/esm/store/errors.js +7 -0
- package/lib/esm/store/errors.js.map +1 -0
- package/lib/esm/store/index.js +6 -0
- package/lib/esm/store/index.js.map +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -0
- package/lib/types/AccountApi.d.ts +58 -0
- package/lib/types/AccountApi.d.ts.map +1 -0
- package/lib/types/AccountsApi.d.ts +7 -0
- package/lib/types/AccountsApi.d.ts.map +1 -0
- package/lib/types/AnalyticsApi.d.ts +6 -0
- package/lib/types/AnalyticsApi.d.ts.map +1 -0
- package/lib/types/ApiKeysApi.d.ts +42 -0
- package/lib/types/ApiKeysApi.d.ts.map +1 -0
- package/lib/types/CommandsApi.d.ts +10 -0
- package/lib/types/CommandsApi.d.ts.map +1 -0
- package/lib/types/EnvironmentsApi.d.ts +30 -0
- package/lib/types/EnvironmentsApi.d.ts.map +1 -0
- package/lib/types/IamApi.d.ts +39 -0
- package/lib/types/IamApi.d.ts.map +1 -0
- package/lib/types/InteractionBase.d.ts +22 -0
- package/lib/types/InteractionBase.d.ts.map +1 -0
- package/lib/types/InteractionsApi.d.ts +150 -0
- package/lib/types/InteractionsApi.d.ts.map +1 -0
- package/lib/types/PluginsApi.d.ts +12 -0
- package/lib/types/PluginsApi.d.ts.map +1 -0
- package/lib/types/ProjectsApi.d.ts +21 -0
- package/lib/types/ProjectsApi.d.ts.map +1 -0
- package/lib/types/PromptsApi.d.ts +106 -0
- package/lib/types/PromptsApi.d.ts.map +1 -0
- package/lib/types/RefsApi.d.ts +6 -0
- package/lib/types/RefsApi.d.ts.map +1 -0
- package/lib/types/RunsApi.d.ts +77 -0
- package/lib/types/RunsApi.d.ts.map +1 -0
- package/lib/types/StreamSource.d.ts +7 -0
- package/lib/types/StreamSource.d.ts.map +1 -0
- package/lib/types/TrainingApi.d.ts +27 -0
- package/lib/types/TrainingApi.d.ts.map +1 -0
- package/lib/types/UsersApi.d.ts +6 -0
- package/lib/types/UsersApi.d.ts.map +1 -0
- package/lib/types/client.d.ts +103 -0
- package/lib/types/client.d.ts.map +1 -0
- package/lib/types/execute.d.ts +36 -0
- package/lib/types/execute.d.ts.map +1 -0
- package/lib/types/index.d.ts +7 -0
- package/lib/types/index.d.ts.map +1 -0
- package/lib/types/nodejs/NodeStreamSource.d.ts +9 -0
- package/lib/types/nodejs/NodeStreamSource.d.ts.map +1 -0
- package/lib/types/nodejs/index.d.ts +1 -0
- package/lib/types/nodejs/index.d.ts.map +1 -0
- package/lib/types/store/AgentsApi.d.ts +6 -0
- package/lib/types/store/AgentsApi.d.ts.map +1 -0
- package/lib/types/store/AnalyzeDocApi.d.ts +17 -0
- package/lib/types/store/AnalyzeDocApi.d.ts.map +1 -0
- package/lib/types/store/CollectionsApi.d.ts +37 -0
- package/lib/types/store/CollectionsApi.d.ts.map +1 -0
- package/lib/types/store/CommandsApi.d.ts +10 -0
- package/lib/types/store/CommandsApi.d.ts.map +1 -0
- package/lib/types/store/EmbeddingsApi.d.ts +12 -0
- package/lib/types/store/EmbeddingsApi.d.ts.map +1 -0
- package/lib/types/store/FilesApi.d.ts +41 -0
- package/lib/types/store/FilesApi.d.ts.map +1 -0
- package/lib/types/store/ObjectsApi.d.ts +113 -0
- package/lib/types/store/ObjectsApi.d.ts.map +1 -0
- package/lib/types/store/TypesApi.d.ts +23 -0
- package/lib/types/store/TypesApi.d.ts.map +1 -0
- package/lib/types/store/WorkflowsApi.d.ts +47 -0
- package/lib/types/store/WorkflowsApi.d.ts.map +1 -0
- package/lib/types/store/client.d.ts +29 -0
- package/lib/types/store/client.d.ts.map +1 -0
- package/lib/types/store/errors.d.ts +4 -0
- package/lib/types/store/errors.d.ts.map +1 -0
- package/lib/types/store/index.d.ts +5 -0
- package/lib/types/store/index.d.ts.map +1 -0
- package/lib/vertesia-client.js +2 -0
- package/lib/vertesia-client.js.map +1 -0
- package/package.json +10 -5
- package/src/EnvironmentsApi.ts +1 -1
- package/src/PluginsApi.ts +7 -5
- package/src/ProjectsApi.ts +2 -2
- package/src/RunsApi.ts +1 -1
- package/src/TrainingApi.ts +1 -1
- package/src/store/ObjectsApi.ts +7 -1
- package/src/store/WorkflowsApi.ts +73 -68
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"fileNames":["../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../api-fetch-client/lib/types/errors.d.ts","../../api-fetch-client/lib/types/base.d.ts","../../api-fetch-client/lib/types/client.d.ts","../../api-fetch-client/lib/types/sse/textdecoderstream.d.ts","../../../node_modules/.pnpm/eventsource-parser@1.1.2/node_modules/eventsource-parser/dist/index.d.ts","../../api-fetch-client/lib/types/sse/index.d.ts","../../api-fetch-client/lib/types/index.d.ts","../../common/lib/types/integrations.d.ts","../../common/lib/types/apikey.d.ts","../../common/lib/types/user.d.ts","../../common/lib/types/project.d.ts","../../common/lib/types/access-control.d.ts","../../common/lib/types/analytics.d.ts","../../common/lib/types/common.d.ts","../../../llumiverse/common/lib/types/options/groq.d.ts","../../../llumiverse/common/lib/types/options/fallback.d.ts","../../../llumiverse/common/lib/types/options/bedrock.d.ts","../../../llumiverse/common/lib/types/options/openai.d.ts","../../../llumiverse/common/lib/types/options/vertexai.d.ts","../../../llumiverse/common/lib/types/types.d.ts","../../../llumiverse/common/lib/types/index.d.ts","../../common/lib/types/environment.d.ts","../../common/lib/types/facets.d.ts","../../../node_modules/.pnpm/@types+json-schema@7.0.15/node_modules/@types/json-schema/index.d.ts","../../common/lib/types/prompt.d.ts","../../common/lib/types/runs.d.ts","../../common/lib/types/interaction.d.ts","../../common/lib/types/meters.d.ts","../../common/lib/types/query.d.ts","../../common/lib/types/payload.d.ts","../../common/lib/types/plugin.d.ts","../../common/lib/types/progress.d.ts","../../common/lib/types/refs.d.ts","../../common/lib/types/store/activity-catalog.d.ts","../../common/lib/types/store/agent.d.ts","../../common/lib/types/store/common.d.ts","../../common/lib/types/store/store.d.ts","../../common/lib/types/store/collections.d.ts","../../common/lib/types/store/workflow.d.ts","../../common/lib/types/store/doc-analyzer.d.ts","../../common/lib/types/store/temporalio.d.ts","../../common/lib/types/store/dsl-workflow.d.ts","../../../node_modules/.pnpm/fast-uri@3.0.6/node_modules/fast-uri/types/index.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/codegen/code.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/codegen/scope.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/codegen/index.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/rules.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/util.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/validate/subschema.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/errors.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/validate/index.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/validate/datatype.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/additionalitems.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/propertynames.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/additionalproperties.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/not.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/anyof.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/oneof.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/if.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/index.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/limitnumber.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/multipleof.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/required.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/uniqueitems.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/const.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/enum.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/index.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/format/format.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedproperties.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/unevaluated/unevaluateditems.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/dependentrequired.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/errors.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/types/json-schema.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/types/jtd-schema.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/runtime/validation_error.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/ref_error.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/core.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/resolve.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/index.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/types/index.d.ts","../../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/ajv.d.ts","../../common/lib/types/store/object-types.d.ts","../../common/lib/types/store/signals.d.ts","../../common/lib/types/store/index.d.ts","../../common/lib/types/training.d.ts","../../common/lib/types/transient-tokens.d.ts","../../common/lib/types/utils/auth.d.ts","../../common/lib/types/utils/schemas.d.ts","../../common/lib/types/index.d.ts","../src/accountapi.ts","../src/accountsapi.ts","../src/analyticsapi.ts","../src/apikeysapi.ts","../src/commandsapi.ts","../src/environmentsapi.ts","../src/iamapi.ts","../../../node_modules/.pnpm/eventsource@3.0.6/node_modules/eventsource/dist/index.d.ts","../src/execute.ts","../src/interactionsapi.ts","../src/projectsapi.ts","../src/promptsapi.ts","../src/refsapi.ts","../src/runsapi.ts","../src/store/agentsapi.ts","../src/store/embeddingsapi.ts","../src/store/commandsapi.ts","../src/store/errors.ts","../src/streamsource.ts","../src/store/filesapi.ts","../src/store/analyzedocapi.ts","../src/store/objectsapi.ts","../src/store/typesapi.ts","../src/store/workflowsapi.ts","../src/store/collectionsapi.ts","../src/store/client.ts","../src/trainingapi.ts","../src/usersapi.ts","../src/pluginsapi.ts","../src/client.ts","../src/interactionbase.ts","../src/store/index.ts","../src/index.ts","../src/nodejs/nodestreamsource.ts","../src/nodejs/index.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/header.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/readable.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/file.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/fetch.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/formdata.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/connector.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/client.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/errors.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/global-origin.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/pool.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/handlers.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/agent.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/mock-client.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/retry-handler.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/retry-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/api.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/interceptors.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/util.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/cookies.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/patch.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/websocket.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/eventsource.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/filereader.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/content-type.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/cache.d.ts","../../../node_modules/.pnpm/undici-types@6.20.0/node_modules/undici-types/index.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/globals.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/assert.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/buffer.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/child_process.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/cluster.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/console.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/constants.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/crypto.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/dgram.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/dns.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/domain.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/dom-events.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/events.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/fs.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/http.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/http2.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/https.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/inspector.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/module.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/net.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/os.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/path.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/process.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/punycode.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/querystring.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/readline.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/repl.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/sea.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/sqlite.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/stream.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/test.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/timers.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/tls.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/tty.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/url.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/util.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/v8.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/vm.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/wasi.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/zlib.d.ts","../../../node_modules/.pnpm/@types+node@22.13.8/node_modules/@types/node/index.d.ts"],"fileIdsList":[[73,74,75,76,77,78,194,236],[78,194,236],[73,74,75,76,77,194,236],[194,236],[194,233,236],[194,235,236],[236],[194,236,241,271],[194,236,237,242,248,249,256,268,279],[194,236,237,238,248,256],[189,190,191,194,236],[194,236,239,280],[194,236,240,241,249,257],[194,236,241,268,276],[194,236,242,244,248,256],[194,235,236,243],[194,236,244,245],[194,236,248],[194,236,246,248],[194,235,236,248],[194,236,248,249,250,268,279],[194,236,248,249,250,263,268,271],[194,231,236,284],[194,231,236,244,248,251,256,268,279],[194,236,248,249,251,252,256,268,276,279],[194,236,251,253,268,276,279],[192,193,194,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285],[194,236,248,254],[194,236,255,279],[194,236,244,248,256,268],[194,236,257],[194,236,258],[194,235,236,259],[194,233,234,235,236,237,238,239,240,241,242,243,244,245,246,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285],[194,236,261],[194,236,262],[194,236,248,263,264],[194,236,263,265,280,282],[194,236,248,268,269,271],[194,236,268,270],[194,236,268,269],[194,236,271],[194,236,272],[194,233,236,268],[194,236,248,274,275],[194,236,274,275],[194,236,241,256,268,276],[194,236,277],[194,236,256,278],[194,236,251,262,279],[194,236,241,280],[194,236,268,281],[194,236,255,282],[194,236,283],[194,236,241,248,250,259,268,279,282,284],[194,236,268,285],[104,105,109,136,137,139,140,141,143,144,194,236],[102,103,194,236],[102,194,236],[104,144,194,236],[104,105,141,142,144,194,236],[144,194,236],[101,144,145,194,236],[104,105,143,144,194,236],[104,105,107,108,143,144,194,236],[104,105,106,143,144,194,236],[104,105,109,136,137,138,139,140,143,144,194,236],[101,104,105,109,141,143,194,236],[109,144,194,236],[111,112,113,114,115,116,117,118,119,120,144,194,236],[134,144,194,236],[110,121,129,130,131,132,133,135,194,236],[114,144,194,236],[122,123,124,125,126,127,128,144,194,236],[194,203,207,236,279],[194,203,236,268,279],[194,198,236],[194,200,203,236,276,279],[194,236,256,276],[194,236,286],[194,198,236,286],[194,200,203,236,256,279],[194,195,196,199,202,236,248,268,279],[194,203,210,236],[194,195,201,236],[194,203,224,225,236],[194,199,203,236,271,279,286],[194,224,236,286],[194,197,198,236,286],[194,203,236],[194,197,198,199,200,201,202,203,204,205,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,225,226,227,228,229,230,236],[194,203,218,236],[194,203,210,211,236],[194,201,203,211,212,236],[194,202,236],[194,195,198,203,236],[194,203,207,211,212,236],[194,207,236],[194,201,203,206,236,279],[194,195,200,203,210,236],[194,236,268],[194,198,203,224,236,284,286],[59,194,236],[59,60,194,236],[59,60,61,64,194,236],[62,63,194,236],[65,153,194,236],[65,153,154,155,156,157,158,159,160,163,164,165,166,167,179,180,181,182,194,236],[65,79,153,194,236],[153,161,183,194,236],[163,165,167,172,183,184,185,194,236],[153,162,183,194,236],[65,153,162,183,194,236],[187,194,236],[172,194,236,268,271],[65,79,153,183,194,236],[65,153,168,169,170,171,173,175,176,177,178,194,236],[65,153,175,194,236],[65,169,194,236],[65,194,236],[65,153,172,194,236],[170,175,176,177,179,194,236],[65,153,172,174,179,194,236],[69,194,236],[68,69,194,236],[79,194,236],[66,67,68,69,70,71,72,80,81,83,84,85,86,87,88,89,90,91,148,149,150,151,152,194,236],[68,69,79,80,82,83,84,194,236],[68,194,236],[81,87,194,236],[66,68,194,236],[69,79,82,194,236],[69,85,194,236],[81,85,194,236],[94,95,194,236],[97,194,236],[94,99,148,194,236],[92,93,94,95,96,97,98,99,100,146,147,194,236],[145,194,236],[69,87,88,94,148,194,236],[79,80,194,236],[67,69,194,236],[79,82,83,85,194,236]],"fileInfos":[{"version":"69684132aeb9b5642cbcd9e22dff7818ff0ee1aa831728af0ecf97d3364d5546","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":"092c2bfe125ce69dbb1223c85d68d4d2397d7d8411867b5cc03cec902c233763","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":"936e80ad36a2ee83fc3caf008e7c4c5afe45b3cf3d5c24408f039c1d47bdc1df","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":"fef8cfad2e2dc5f5b3d97a6f4f2e92848eb1b88e897bb7318cef0e2820bceaab","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":"b5ce7a470bc3628408429040c4e3a53a27755022a32fd05e2cb694e7015386c7","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},"06cbf01c04ea45a0b349dbb546c0250e4b5b2ccf166e1fd4a8849d62e0a34bfb","dc80bd9c482dad4810fd16261dd3d4c9503f98cf6ba4308924af8628bb7075b4","6689c08d8dbe1b3b17e4b0b15194c6e65ffdd3b68037f3d0ba540744de814aca","62206b41a3c149fd3e91ecbcbb96e5407e4009cfacf007bbb461e355d90348e8",{"version":"5900e3a151f31f3e1b2acef8acfb7f95600cbd3532b10dab5e633d0a40a3ae66","impliedFormat":99},"b6ae88a77ff7385482dada6c71f408b170a2c5ba80a330d9addc4ac35ce88195","fc8fc261cad7e7bdee28772430058e777f6adbde45efa1b8f61a661526d63b32","52fec62f1316897dd968dd9a819b0613e785545925b50b4111126781fdbdbb9d","a6bbcd8fa06d8ef45fc15f1b38673153d5a3d9ae3483def58db815023d4d253d","6930962d8f472bfab00bcd5b3fee0405038d03de42d9ef3b1d8496b28445bad4","274f527aff5329734cb59f42cd360d737fb904b47a32f5455839bae837ae5bd8","c189323269a129df500de769449f15af857c2534eecaf06194a8a27bd2cdeace","ea28ec664e799744575daef3631f6eb8dd39e68b5ca78023748320147b4b29b8","607f0725d2cd872fff3ab35f7f2a7a0fa5b46c20dbe04b34eaa9cc1c31900acb","bd954ca8d1a24f94bec18b531c58e88a386df17e48e32b31f324f1b226cc191d","2a3bd3a7dba4df3018ad67266a079c922c0ecb49817a85e4a296c1ac5de61a6f","72f0ab9271921ffe84063dd238b06cc7b0c167438acd15c593af15af10f5bd59","89fe9b45bfbbf2ef5c82a86d3bc32116baa7802d1dd475372fa4fbdb18e5b0e6","ee420983b5f350f3550c5bb2b7653cc18d562c1c06370c54ced112127b10b0dc","9db9f5f147db13b45c8275ec4d8e6948dc1c3d62d5db9df5cf9373762b95d92a","ceacf504b8d1ca041fdae2d0e4393490bbde75a42ba847689ac5e58f7b1d3333","e8a97369e869b3d230003b69932c49a64740b1c3cb2dbc5a7e9079adb515c570","a8e024280a8c67960686d288049c11425b7ff38601408d818e37225f2d5282e1",{"version":"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","impliedFormat":1},"c3fdbdc4261a4cf3cf7790a7392233501bac9d400a92dd96abdcb4e32e4e30b5","3088884da7de3f3e50f5575845ec74a939823f6fd97778307246b70fe0f7892e","dc8b4dc79bc4db3b85c8961c36719841556dc49a54e860cb7313c4000053cb5c","356e10bc7f631b8164ca83a1d7aa7e862db987ee408095e7b3954dce1946e94c","8dc0234411cde37e004ccd4a16868672369c31e6da5dfb094f758bef2e27a41c","5706b0a42bbf7253712615893f74b006af48835bb977c291cb214168811f9e3c","41b7cc424e1b073b699fa9984368557321447105309aedaf19ec8279ee8c8768","e291a65971202f95d2b9d3bddecd4a20c2e387e99ad72e6a6224f73b6554fd81","9d9e2389b0d85e7875a9328074e5aa50a0cf37f7f421529cc7465b382a7ef5de","2d4e1c92c579d44bb7cb1ae28d3661226da7b6ee6c3ba0c03b49c03d54e029cf","477e976d4ce24ed49fae121654060ba70f4c73056bb98056375f7e08dd153dfb","3f30210ee4e376e7be1057fef0ef5969f13e52f51d3b705ff3dddc9243c7d8be","ea7f688383aa0342f8afddb358e4946538fc3b51fc5732b0ffc4e0e0948463f3","bb0aa10a804f53b189c62118564fb76a81c2b8117486243aba2e4f4e60164812","8b6b91791683ede0863255b8a0c231144fa23ce0f6dc808fcf506cfc47bd940b","a2d797451b4bdb81514b7ebf00f319c9a5c2591b305d80b4349dac1a8c7f95af","6918e8c3abaa5a9630cd69ca10fabd61176d119040e17f90b2c6632d1f1d8654","665cb3612fa979a770c1a6bf96ee0fe3363d84f882cf8f13b43e5a1b8f70761f",{"version":"c68eb17ea7b2ff7f8bcfe1a9e82b8210c3112820d9e74b56b0fbecaab5ce8866","impliedFormat":1},{"version":"2d225e7bda2871c066a7079c88174340950fb604f624f2586d3ea27bb9e5f4ff","impliedFormat":1},{"version":"6a785f84e63234035e511817dd48ada756d984dd8f9344e56eb8b2bdcd8fd001","impliedFormat":1},{"version":"c1422d016f7df2ccd3594c06f2923199acd09898f2c42f50ea8159f1f856f618","impliedFormat":1},{"version":"2973b1b7857ca144251375b97f98474e9847a890331e27132d5a8b3aea9350a8","impliedFormat":1},{"version":"0eb6152d37c84d6119295493dfcc20c331c6fda1304a513d159cdaa599dcb78b","impliedFormat":1},{"version":"237df26f8c326ca00cd9d2deb40214a079749062156386b6d75bdcecc6988a6b","impliedFormat":1},{"version":"cd44995ee13d5d23df17a10213fed7b483fabfd5ea08f267ab52c07ce0b6b4da","impliedFormat":1},{"version":"58ce1486f851942bd2d3056b399079bc9cb978ec933fe9833ea417e33eab676e","impliedFormat":1},{"version":"7557d4d7f19f94341f4413575a3453ba7f6039c9591015bcf4282a8e75414043","impliedFormat":1},{"version":"a3b2cc16f3ce2d882eca44e1066f57a24751545f2a5e4a153d4de31b4cac9bb5","impliedFormat":1},{"version":"ac2b3b377d3068bfb6e1cb8889c99098f2c875955e2325315991882a74d92cc8","impliedFormat":1},{"version":"8deb39d89095469957f73bd194d11f01d9894b8c1f1e27fbf3f6e8122576b336","impliedFormat":1},{"version":"a38a9c41f433b608a0d37e645a31eecf7233ef3d3fffeb626988d3219f80e32f","impliedFormat":1},{"version":"8e1428dcba6a984489863935049893631170a37f9584c0479f06e1a5b1f04332","impliedFormat":1},{"version":"1fce9ecb87a2d3898941c60df617e52e50fb0c03c9b7b2ba8381972448327285","impliedFormat":1},{"version":"5ef0597b8238443908b2c4bf69149ed3894ac0ddd0515ac583d38c7595b151f1","impliedFormat":1},{"version":"ac52b775a80badff5f4ac329c5725a26bd5aaadd57afa7ad9e98b4844767312a","impliedFormat":1},{"version":"6ae5b4a63010c82bf2522b4ecfc29ffe6a8b0c5eea6b2b35120077e9ac54d7a1","impliedFormat":1},{"version":"dd7109c49f416f218915921d44f0f28975df78e04e437c62e1e1eb3be5e18a35","impliedFormat":1},{"version":"eee181112e420b345fc78422a6cc32385ede3d27e2eaf8b8c4ad8b2c29e3e52e","impliedFormat":1},{"version":"25fbe57c8ee3079e2201fe580578fab4f3a78881c98865b7c96233af00bf9624","impliedFormat":1},{"version":"62cc8477858487b4c4de7d7ae5e745a8ce0015c1592f398b63ee05d6e64ca295","impliedFormat":1},{"version":"cc2a9ec3cb10e4c0b8738b02c31798fad312d21ef20b6a2f5be1d077e9f5409d","impliedFormat":1},{"version":"4b4fadcda7d34034737598c07e2dca5d7e1e633cb3ba8dd4d2e6a7782b30b296","impliedFormat":1},{"version":"360fdc8829a51c5428636f1f83e7db36fef6c5a15ed4411b582d00a1c2bd6e97","impliedFormat":1},{"version":"1cf0d15e6ab1ecabbf329b906ae8543e6b8955133b7f6655f04d433e3a0597ab","impliedFormat":1},{"version":"7c9f98fe812643141502b30fb2b5ec56d16aaf94f98580276ae37b7924dd44a4","impliedFormat":1},{"version":"b3547893f24f59d0a644c52f55901b15a3fa1a115bc5ea9a582911469b9348b7","impliedFormat":1},{"version":"596e5b88b6ca8399076afcc22af6e6e0c4700c7cd1f420a78d637c3fb44a885e","impliedFormat":1},{"version":"adddf736e08132c7059ee572b128fdacb1c2650ace80d0f582e93d097ed4fbaf","impliedFormat":1},{"version":"d4cad9dc13e9c5348637170ddd5d95f7ed5fdfc856ddca40234fa55518bc99a6","impliedFormat":1},{"version":"d70675ba7ba7d02e52b7070a369957a70827e4b2bca2c1680c38a832e87b61fd","impliedFormat":1},{"version":"3be71f4ce8988a01e2f5368bdd58e1d60236baf511e4510ee9291c7b3729a27e","impliedFormat":1},{"version":"423d2ccc38e369a7527988d682fafc40267bcd6688a7473e59c5eea20a29b64f","impliedFormat":1},{"version":"2f9fde0868ed030277c678b435f63fcf03d27c04301299580a4017963cc04ce6","impliedFormat":1},{"version":"feeb73d48cc41c6dd23d17473521b0af877751504c30c18dc84267c8eeea429a","impliedFormat":1},{"version":"25f1159094dc0bf3a71313a74e0885426af21c5d6564a254004f2cadf9c5b052","impliedFormat":1},{"version":"cde493e09daad4bb29922fe633f760be9f0e8e2f39cdca999cce3b8690b5e13a","impliedFormat":1},{"version":"3d7f9eb12aface876f7b535cc89dcd416daf77f0b3573333f16ec0a70bcf902a","impliedFormat":1},{"version":"b83139ae818dd20f365118f9999335ca4cd84ae518348619adc5728e7e0372d5","impliedFormat":1},{"version":"e0205f04611bea8b5b82168065b8ef1476a8e96236201494eb8c785331c43118","impliedFormat":1},{"version":"62d26d8ba4fa15ab425c1b57a050ed76c5b0ecbffaa53f182110aa3a02405a07","impliedFormat":1},{"version":"9941cbf7ca695e95d588f5f1692ab040b078d44a95d231fa9a8f828186b7b77d","impliedFormat":1},{"version":"41b8775befd7ded7245a627e9f4de6110236688ce4c124d2d40c37bc1a3bfe05","impliedFormat":1},"0c115dda0f96dc46056107d6e8154025d93789950d55619bf771a4d8a47bc21b","bd50f916067d3f07ae3e69e126b54b3492ce9a5b0baa30a42f8c9cb330a04f8c","d4ea83c7c1ca3a6f1e053dcf126188634db93f9b0adf9dc65d31d9f7dd7c8af7","851aae8e9a7c849b7537521cc2bb37fb687c048ac184ffbefe08f05b9d1502a1","574582fe40c934dc9fba0e2a40478025c48ad88be90d48fd2f8f1ed6faf07980","fcb64842c13a76cd853c94e8dfa20984d53c97266a628ee8fc000596dc901d22","247a28af52240e7dc119c2adba08526bb4aa851b4bc42fe92dcdbadab0ade694","d090d346d235e29a5c6b3f83cb51e1575721e9892b9e03691f83a66a9775122c",{"version":"1ae594b9c616946f4770a66fea815c7783ec623f4a6c94938caf606c6d93a682","signature":"a22d49e51d6186721af8dccc2ad78394a53c48a869fcf3bca54bf2c5f7260445"},{"version":"e765505e55caa44df0792ce066ebda2ea0ab770c210b2a320f2878a9e11c3360","signature":"bbb56f5a0bdfefee2e4c02e58fe46c2f3cc01dbc54971d8fe5e6c9a002500330"},{"version":"e75ece68b5b6a38abc85d8ae0c3f6ea6141c122956a6e9f22445ec3bf86b420a","signature":"c86c7417e40f3c2f3dcc3ec0311307195ba533e34f3232f50a265e3da2d56594"},{"version":"1811b338ec64818eb9e4bd31d70fa48fdd7d798e9878371bb22fceb74bdf2892","signature":"9b4220fbc884e37ac38c18c2f57e6b5b4fb5a079d5a319c48d66c0fce013ef64"},{"version":"418184e436b0bd18fdd0faad852174b0bd1815db06f27701fec90cb8ae1b6584","signature":"b27373f00d00d7ceb9ca8478c104a06139a3388ee62ca7faba3d527ebfc0ad53"},{"version":"54834439ca46fb7f42dea681c4bbd1d2223ff09d91721fc1ae8accddc86868f3","signature":"7d6ec3ad41282e14440b88a7648a22dc047a2d1854c69baa30169b4057f70e22"},{"version":"71f2e818260a20107fbb4aff493060d6e18c7a83290f56833c5a8930b643620c","signature":"2b532a9e9c4528beca8a1c1b02fda1908d85fd43d02c4f19e5530a2eea467146"},{"version":"ed2b81074486fa3bc1fe75a0682fae11be646a05462a9d4ef973b9822126676f","impliedFormat":99},{"version":"ca80e2b37d663639e536bfb3fbb43400e6404ff535bf7b9e2ed6eba5171e05b3","signature":"f3f49e366dcbc21fb2972cb4854d239f42a7ef4c1b065161ac47797f5facc1a0"},{"version":"0c3b5535baf33e9efc9a63088c880d8946bd703854d1810ffb953993295ab5d9","signature":"31f1cb59add3ad312cc4c0b9027290d4a432db547ed5d8ed491572465c22a3b4"},{"version":"69ea86649d6cf91923174dae11f6a956c4ad27a61591e5cb32e69f3cdc9049b1","signature":"4451fca9989289d93d9f949ff2f489d368d97207cf3fb5ebf66192cbcd74e6b8"},{"version":"9374c3d8e6dde3720cbe5b1c513495e868502d3ef16530adef40f76bf6eefbbe","signature":"ce78cc7d95eaee1ac2bade17f08d01c28834926d4298018b8d7bef1b8e086c3d"},{"version":"8e175c5bd9f2c23ec2070fad61c183d8f6115f2f78d8860cffd17ce84fb4a5b4","signature":"cb931eb2e4ac186a1f4817eb878cb16b240bbf5d1613ecedade3c4446712c14b"},{"version":"6b5d7b3d017d4bf72b470a442bd93789a479b26811b985a4876f469c22d8576a","signature":"03aa446b5b3c3b5e0b6cdd1b017e69305bf7e6a51a91814f73a80163915afd0a"},{"version":"6875dcb27dcc6ff306feebfdd94d6a27de774a1e52183cb515deb850e8949c45","signature":"b1162e3224fc81a17e17886d7427208232c240d743501acfbd9d217e17af70aa"},{"version":"dafa87ef80bd17bf04bc5c3cd68006f3e5a52f99aadde3b556f56b3f80a98e28","signature":"d176582343175cf2ee7315620f17af542613d248d3017d2fe18840be5829a3d1"},{"version":"9ead333ccf36a3c17ac12f9eca0e14ab85458eb8a2b4f2381c180afe576acb91","signature":"fbdb0236b89e6064431d5d5402c9f375adf7bfa16763afb91a436ee90fe8bfb8"},{"version":"b54830122de395f9a36aa972ba0c514ab052ebd20e0a34d9880f21e7ac6af1cf","signature":"7c366915fe4e812a9e734cefed4a379ad94ae5468ac1e3663a6ae3395fbd59dd"},{"version":"4eeba12e151a4edbfdc5d66216bfea593df1eb5ebf10e1c8a2b953b2100816ae","signature":"1041e4f82d99310b16b7dbb3e6d3dbe56749947fb0cbdf2036b79f38b94cc2ff"},{"version":"3d800b80f3616c562b3959647d89a1e39266b06fce35369c56f2c98dc9d2dd69","signature":"74de0ac281a1c26dee4b7b4e505781b821e22bd71cb980145ffbed709a413dfb"},{"version":"25b74b4379c5d0c00ca21eb4701b73f1899053ad5d50a6a64d2772f19db0940f","signature":"3e6b60fc4a06ba615a5567a4d6a6ddaf942a1ec77f2e29e9bd39a70b44674091"},{"version":"a4b6d1adf1060c9467d9e04f12e884c624ca5bf4db70a22192d784bd5122f745","signature":"e3e8dc2fa0aa4a3e4703c162b4b07a2b14fed904ed7496538ed82a53c0cfe036"},{"version":"a30a94bfc3a1a40899dc8fa4cfa74fee4ef58ebebf1c563799da6c0071e494e9","signature":"17c02119c98ad6c61d76850a954baf1c5dac87fc62df451511cab9a3acbe609c"},{"version":"a0b380c6afc02f2328a177846fad45aa7fb9eec97ecfbc02abd9e091f06df9a8","signature":"e2cfcf9489cff4767adf1758622fef910a7cdaaae12f058346899ca7d5189044"},{"version":"0acc3822e458342980cae9db20cae731daebe204032ea3950282023ae2ebc083","signature":"1a59b58aa3d48da13b3530a9939effda4bfabaa25ca02976970c20786de6d152"},{"version":"30a0559ab4d95fafc288ebd67a357d53e59136eecd84845cb33f63ed638da5a1","signature":"530f8c24ae0f14318d4162eae11469fa6c327c9f78ebeeb0deff1a75b4fae331"},{"version":"fbeee487771a6fc04a9a7baf65646903d4a742bc67a3e217caeb119ebb9195c6","signature":"638ff47e5d927a631fe6d3f2ee386dc7854d2a571f57f98e1ca5df104c73d3f6"},{"version":"44a5b5070d59d03c2960bdcf4607a5f412607e6b0fd466fea1848f0a41912178","signature":"5c0770f5832d630af7ea40f4d1928e1b6da98984f435680e1d0aeeb470902e0c"},{"version":"ea8545a911035064d4eb3dd951b137bd74690ac02c928daea3d5b94d8f653cb5","signature":"08b9e1148e63cb04ddc902acc3437e020f11049de6dfb263b9fa684912efea75"},{"version":"6c915cc91b2ca54158d3a41eb6b7a1c12fc8e6e0009ba499916453f94b4a8a64","signature":"cbcb663c20a923e2f7f59b3c6df83652e80b11f1f8b329f4163506b1916d5fd9"},{"version":"c108c0e387ba440ba28a562c25628c59270be013efe5bbedae735c9c025228a9","signature":"59f4dd1006733ac086eac456b762299c1e02035ba1d481888fc4d5a97f9875a7"},{"version":"6c28a9df3eb3a98e0ed5c05d9efbd1121b028872929aa4bbac940e4e70e63119","signature":"89f6e2c9c6be59b0d9ac5388648bf210dce5548bb603b120cf58e53c1f58efe5"},"1f6a1f681f47dfefa031163e3f9db0885937261bddabf03527acb94f312bb232",{"version":"772578fb736cfa8c931fa58c699cb8d07fde9e819ca82da6462ea8d9c1ea000e","signature":"13e56ea1b492c8dac063e31727707c7a126c424b9956ca83b6b2569ed5505282"},"5430c3e1e2de5623d0c5fa3d2463f9cfe9396e80ee1e98fef18e0e056f3c63cc",{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"030e350db2525514580ed054f712ffb22d273e6bc7eddc1bb7eda1e0ba5d395e","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"a79e62f1e20467e11a904399b8b18b18c0c6eea6b50c1168bf215356d5bebfaf","affectsGlobalScope":true,"impliedFormat":1},{"version":"8fa51737611c21ba3a5ac02c4e1535741d58bec67c9bdf94b1837a31c97a2263","affectsGlobalScope":true,"impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"24bd580b5743dc56402c440dc7f9a4f5d592ad7a419f25414d37a7bfe11e342b","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"6bdc71028db658243775263e93a7db2fd2abfce3ca569c3cca5aee6ed5eb186d","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"d2bc987ae352271d0d615a420dcf98cc886aa16b87fb2b569358c1fe0ca0773d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4f0539c58717cbc8b73acb29f9e992ab5ff20adba5f9b57130691c7f9b186a4d","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"76103716ba397bbb61f9fa9c9090dca59f39f9047cb1352b2179c5d8e7f4e8d0","impliedFormat":1},{"version":"f9677e434b7a3b14f0a9367f9dfa1227dfe3ee661792d0085523c3191ae6a1a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"4314c7a11517e221f7296b46547dbc4df047115b182f544d072bdccffa57fc72","impliedFormat":1},{"version":"115971d64632ea4742b5b115fb64ed04bcaae2c3c342f13d9ba7e3f9ee39c4e7","impliedFormat":1},{"version":"c2510f124c0293ab80b1777c44d80f812b75612f297b9857406468c0f4dafe29","affectsGlobalScope":true,"impliedFormat":1},{"version":"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","impliedFormat":1},{"version":"86956cc2eb9dd371d6fab493d326a574afedebf76eef3fa7833b8e0d9b52d6f1","affectsGlobalScope":true,"impliedFormat":1},{"version":"19d5f8d3930e9f99aa2c36258bf95abbe5adf7e889e6181872d1cdba7c9a7dd5","impliedFormat":1},{"version":"e6f5a38687bebe43a4cef426b69d34373ef68be9a6b1538ec0a371e69f309354","impliedFormat":1},{"version":"a6bf63d17324010ca1fbf0389cab83f93389bb0b9a01dc8a346d092f65b3605f","impliedFormat":1},{"version":"e009777bef4b023a999b2e5b9a136ff2cde37dc3f77c744a02840f05b18be8ff","impliedFormat":1},{"version":"1e0d1f8b0adfa0b0330e028c7941b5a98c08b600efe7f14d2d2a00854fb2f393","impliedFormat":1},{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true,"impliedFormat":1},{"version":"88bc59b32d0d5b4e5d9632ac38edea23454057e643684c3c0b94511296f2998c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ff5a53a58e756d2661b73ba60ffe274231a4432d21f7a2d0d9e4f6aa99f4283","impliedFormat":1},{"version":"1e289f30a48126935a5d408a91129a13a59c9b0f8c007a816f9f16ef821e144e","impliedFormat":1},{"version":"2ea254f944dfe131df1264d1fb96e4b1f7d110195b21f1f5dbb68fdd394e5518","impliedFormat":1},{"version":"5135bdd72cc05a8192bd2e92f0914d7fc43ee077d1293dc622a049b7035a0afb","impliedFormat":1},{"version":"4f80de3a11c0d2f1329a72e92c7416b2f7eab14f67e92cac63bb4e8d01c6edc8","impliedFormat":1},{"version":"6d386bc0d7f3afa1d401afc3e00ed6b09205a354a9795196caed937494a713e6","impliedFormat":1},{"version":"b11cb909327c874a4e81bfb390bf0d231e5bf9439052689ab80ba8afa50da17b","affectsGlobalScope":true,"impliedFormat":1},{"version":"23459c1915878a7c1e86e8bdb9c187cddd3aea105b8b1dfce512f093c969bc7e","impliedFormat":1},{"version":"b1b6ee0d012aeebe11d776a155d8979730440082797695fc8e2a5c326285678f","impliedFormat":1},{"version":"45875bcae57270aeb3ebc73a5e3fb4c7b9d91d6b045f107c1d8513c28ece71c0","impliedFormat":1},{"version":"1dc73f8854e5c4506131c4d95b3a6c24d0c80336d3758e95110f4c7b5cb16397","affectsGlobalScope":true,"impliedFormat":1},{"version":"5f6f1d54779d0b9ed152b0516b0958cd34889764c1190434bbf18e7a8bb884cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f16a7e4deafa527ed9995a772bb380eb7d3c2c0fd4ae178c5263ed18394db2c","impliedFormat":1},{"version":"c6b4e0a02545304935ecbf7de7a8e056a31bb50939b5b321c9d50a405b5a0bba","impliedFormat":1},{"version":"fab29e6d649aa074a6b91e3bdf2bff484934a46067f6ee97a30fcd9762ae2213","impliedFormat":1},{"version":"8145e07aad6da5f23f2fcd8c8e4c5c13fb26ee986a79d03b0829b8fce152d8b2","impliedFormat":1},{"version":"e1120271ebbc9952fdc7b2dd3e145560e52e06956345e6fdf91d70ca4886464f","impliedFormat":1},{"version":"814118df420c4e38fe5ae1b9a3bafb6e9c2aa40838e528cde908381867be6466","impliedFormat":1},{"version":"f7b1df115dbd1b8522cba4f404a9f4fdcd5169e2137129187ffeee9d287e4fd1","impliedFormat":1},{"version":"c878f74b6d10b267f6075c51ac1d8becd15b4aa6a58f79c0cfe3b24908357f60","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","impliedFormat":1},{"version":"fbf68fc8057932b1c30107ebc37420f8d8dc4bef1253c4c2f9e141886c0df5ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"2754d8221d77c7b382096651925eb476f1066b3348da4b73fe71ced7801edada","impliedFormat":1},{"version":"993985beef40c7d113f6dd8f0ba26eed63028b691fbfeb6a5b63f26408dd2c6d","affectsGlobalScope":true,"impliedFormat":1},{"version":"bef91efa0baea5d0e0f0f27b574a8bc100ce62a6d7e70220a0d58af6acab5e89","affectsGlobalScope":true,"impliedFormat":1},{"version":"282fd2a1268a25345b830497b4b7bf5037a5e04f6a9c44c840cb605e19fea841","impliedFormat":1},{"version":"5360a27d3ebca11b224d7d3e38e3e2c63f8290cb1fcf6c3610401898f8e68bc3","impliedFormat":1},{"version":"66ba1b2c3e3a3644a1011cd530fb444a96b1b2dfe2f5e837a002d41a1a799e60","impliedFormat":1},{"version":"7e514f5b852fdbc166b539fdd1f4e9114f29911592a5eb10a94bb3a13ccac3c4","impliedFormat":1},{"version":"7d6ff413e198d25639f9f01f16673e7df4e4bd2875a42455afd4ecc02ef156da","affectsGlobalScope":true,"impliedFormat":1},{"version":"cb094bb347d7df3380299eb69836c2c8758626ecf45917577707c03cf816b6f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"f689c4237b70ae6be5f0e4180e8833f34ace40529d1acc0676ab8fb8f70457d7","impliedFormat":1},{"version":"b02784111b3fc9c38590cd4339ff8718f9329a6f4d3fd66e9744a1dcd1d7e191","impliedFormat":1},{"version":"ac5ed35e649cdd8143131964336ab9076937fa91802ec760b3ea63b59175c10a","impliedFormat":1},{"version":"52a8e7e8a1454b6d1b5ad428efae3870ffc56f2c02d923467f2940c454aa9aec","affectsGlobalScope":true,"impliedFormat":1},{"version":"78dc0513cc4f1642906b74dda42146bcbd9df7401717d6e89ea6d72d12ecb539","impliedFormat":1},{"version":"ad90122e1cb599b3bc06a11710eb5489101be678f2920f2322b0ac3e195af78d","impliedFormat":1}],"root":[[154,160],[162,188]],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declarationDir":"./types","esModuleInterop":true,"experimentalDecorators":true,"module":99,"noFallthroughCasesInSwitch":true,"noPropertyAccessFromIndexSignature":false,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./esm","rootDir":"../src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":9,"useDefineForClassFields":true,"useUnknownInCatchVariables":true},"referencedMap":[[79,1],[75,2],[74,2],[73,2],[76,2],[77,2],[78,3],[82,4],[233,5],[234,5],[235,6],[194,7],[236,8],[237,9],[238,10],[189,4],[192,11],[190,4],[191,4],[239,12],[240,13],[241,14],[242,15],[243,16],[244,17],[245,17],[247,18],[246,19],[248,20],[249,21],[250,22],[232,23],[193,4],[251,24],[252,25],[253,26],[286,27],[254,28],[255,29],[256,30],[257,31],[258,32],[259,33],[260,34],[261,35],[262,36],[263,37],[264,37],[265,38],[266,4],[267,4],[268,39],[270,40],[269,41],[271,42],[272,43],[273,44],[274,45],[275,46],[276,47],[277,48],[278,49],[279,50],[280,51],[281,52],[282,53],[283,54],[284,55],[285,56],[145,57],[102,4],[104,58],[103,59],[108,60],[143,61],[140,62],[142,63],[105,62],[106,64],[110,64],[109,65],[107,66],[141,67],[139,62],[144,68],[137,4],[138,4],[111,69],[116,62],[118,62],[113,62],[114,69],[120,62],[121,70],[112,62],[117,62],[119,62],[115,62],[135,71],[134,62],[136,72],[130,62],[132,62],[131,62],[127,62],[133,73],[128,62],[129,74],[122,62],[123,62],[124,62],[125,62],[126,62],[63,4],[161,4],[101,4],[57,4],[58,4],[10,4],[12,4],[11,4],[2,4],[13,4],[14,4],[15,4],[16,4],[17,4],[18,4],[19,4],[20,4],[3,4],[21,4],[22,4],[4,4],[23,4],[27,4],[24,4],[25,4],[26,4],[28,4],[29,4],[30,4],[5,4],[31,4],[32,4],[33,4],[34,4],[6,4],[38,4],[35,4],[36,4],[37,4],[39,4],[7,4],[40,4],[45,4],[46,4],[41,4],[42,4],[43,4],[44,4],[8,4],[50,4],[47,4],[48,4],[49,4],[51,4],[9,4],[52,4],[53,4],[54,4],[56,4],[55,4],[1,4],[210,75],[220,76],[209,75],[230,77],[201,78],[200,79],[229,80],[223,81],[228,82],[203,83],[217,84],[202,85],[226,86],[198,87],[197,80],[227,88],[199,89],[204,90],[205,4],[208,90],[195,4],[231,91],[221,92],[212,93],[213,94],[215,95],[211,96],[214,97],[224,80],[206,98],[207,99],[216,100],[196,101],[219,92],[218,90],[222,4],[225,102],[60,103],[61,104],[59,4],[65,105],[64,106],[62,4],[154,107],[155,107],[156,107],[157,107],[183,108],[158,107],[159,109],[162,110],[160,107],[186,111],[184,112],[163,113],[188,114],[187,115],[182,107],[164,107],[165,107],[166,107],[167,116],[168,107],[174,107],[179,117],[178,118],[170,119],[169,107],[171,120],[173,121],[185,122],[175,123],[176,107],[177,113],[172,4],[180,109],[181,107],[70,124],[71,4],[67,125],[72,4],[80,126],[81,4],[153,127],[66,4],[85,128],[86,129],[88,130],[89,4],[90,4],[69,131],[83,132],[87,133],[91,4],[84,134],[92,4],[93,4],[96,135],[94,4],[98,136],[100,137],[148,138],[146,139],[147,4],[95,140],[99,4],[97,4],[149,141],[150,125],[68,142],[151,124],[152,143]],"latestChangedDtsFile":"./types/nodejs/index.d.ts","version":"5.8.3"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { ApiTopic, ClientBase } from "@vertesia/api-fetch-client";
|
|
2
|
+
import { Account, InviteUserRequestPayload, InviteUserResponsePayload, OnboardingProgress, ProjectRef, StripeBillingStatusResponse, TransientToken, UpdateAccountPayload, User, UserInviteTokenData } from "@vertesia/common";
|
|
3
|
+
export default class AccountApi extends ApiTopic {
|
|
4
|
+
constructor(parent: ClientBase);
|
|
5
|
+
/**
|
|
6
|
+
* Retrieve all account information for current account
|
|
7
|
+
* @returns Account[]
|
|
8
|
+
*/
|
|
9
|
+
info(): Promise<Account>;
|
|
10
|
+
/**
|
|
11
|
+
* Update account information
|
|
12
|
+
* @returns Account
|
|
13
|
+
*/
|
|
14
|
+
update(payload: UpdateAccountPayload): Promise<Account>;
|
|
15
|
+
/**
|
|
16
|
+
* Get all projects for account
|
|
17
|
+
*/
|
|
18
|
+
projects(): Promise<ProjectRef[]>;
|
|
19
|
+
members(): Promise<User[]>;
|
|
20
|
+
/**
|
|
21
|
+
* Invite User to account
|
|
22
|
+
*/
|
|
23
|
+
inviteUser(payload: InviteUserRequestPayload): Promise<InviteUserResponsePayload>;
|
|
24
|
+
/**
|
|
25
|
+
* Fetch Invites for Principal
|
|
26
|
+
* @returns UserInviteTokenData[]
|
|
27
|
+
* */
|
|
28
|
+
listInvites(): Promise<TransientToken<UserInviteTokenData>[]>;
|
|
29
|
+
/**
|
|
30
|
+
* Fetch Invites for Account
|
|
31
|
+
* @returns UserInviteTokenData[]
|
|
32
|
+
* */
|
|
33
|
+
listAccountInvitation(id: string): Promise<TransientToken<UserInviteTokenData>[]>;
|
|
34
|
+
/**
|
|
35
|
+
* Accept Invite for account
|
|
36
|
+
* @returns UserInviteTokenData
|
|
37
|
+
* */
|
|
38
|
+
acceptInvite(id: string): Promise<UserInviteTokenData>;
|
|
39
|
+
/**
|
|
40
|
+
* Delete Invite for account
|
|
41
|
+
* @returns UserInviteTokenData
|
|
42
|
+
* */
|
|
43
|
+
rejectInvite(id: string): Promise<UserInviteTokenData>;
|
|
44
|
+
/**
|
|
45
|
+
* Get Onboarding Progress for account
|
|
46
|
+
*/
|
|
47
|
+
onboardingProgress(): Promise<OnboardingProgress>;
|
|
48
|
+
/**
|
|
49
|
+
* Get a google auth token for the current project.
|
|
50
|
+
* This token can be used to access exposed google cloud services
|
|
51
|
+
* @returns
|
|
52
|
+
*/
|
|
53
|
+
getGoogleToken(): Promise<{
|
|
54
|
+
principal: string;
|
|
55
|
+
token: string;
|
|
56
|
+
}>;
|
|
57
|
+
getStripeBillingStatus(): Promise<StripeBillingStatusResponse>;
|
|
58
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccountApi.d.ts","sourceRoot":"","sources":["../../src/AccountApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,kBAAkB,EAAE,UAAU,EAAE,2BAA2B,EAAE,cAAc,EAAE,oBAAoB,EAAE,IAAI,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE9N,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,QAAQ;gBAEhC,MAAM,EAAE,UAAU;IAI9B;;;OAGG;IACH,IAAI,IAAI,OAAO,CAAC,OAAO,CAAC;IAIxB;;;OAGG;IACH,MAAM,CAAC,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC;IAIvD;;MAEE;IACF,QAAQ,IAAI,OAAO,CAAC,UAAU,EAAE,CAAC;IAIjC,OAAO,IAAI,OAAO,CAAC,IAAI,EAAE,CAAC;IAI1B;;OAEG;IACH,UAAU,CAAC,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,yBAAyB,CAAC;IAIjF;;;SAGK;IACL,WAAW,IAAI,OAAO,CAAC,cAAc,CAAC,mBAAmB,CAAC,EAAE,CAAC;IAI7D;;;SAGK;IACL,qBAAqB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC,mBAAmB,CAAC,EAAE,CAAC;IAIjF;;;SAGK;IACL,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,CAAC;IAItD;;;SAGK;IACL,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,CAAC;IAItD;;OAEG;IACH,kBAAkB,IAAI,OAAO,CAAC,kBAAkB,CAAC;IAIjD;;;;OAIG;IACH,cAAc,IAAI,OAAO,CAAC;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IAI/D,sBAAsB,IAAI,OAAO,CAAC,2BAA2B,CAAC;CAIjE"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Account } from "@vertesia/common";
|
|
2
|
+
import { ApiTopic, ClientBase } from "@vertesia/api-fetch-client";
|
|
3
|
+
export default class AccountsApi extends ApiTopic {
|
|
4
|
+
constructor(parent: ClientBase);
|
|
5
|
+
create(name: string): Promise<Account>;
|
|
6
|
+
list(): Promise<Account[]>;
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AccountsApi.d.ts","sourceRoot":"","sources":["../../src/AccountsApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAElE,MAAM,CAAC,OAAO,OAAO,WAAY,SAAQ,QAAQ;gBAEjC,MAAM,EAAE,UAAU;IAI9B,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAItC,IAAI,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;CAQ7B"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { RunAnalyticsQuery, RunAnalyticsResult } from "@vertesia/common";
|
|
2
|
+
import { ApiTopic, ClientBase } from "@vertesia/api-fetch-client";
|
|
3
|
+
export default class AnalyticsApi extends ApiTopic {
|
|
4
|
+
constructor(parent: ClientBase);
|
|
5
|
+
runs(params: RunAnalyticsQuery): Promise<RunAnalyticsResult[]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnalyticsApi.d.ts","sourceRoot":"","sources":["../../src/AnalyticsApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACzE,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAKlE,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,QAAQ;gBAElC,MAAM,EAAE,UAAU;IAI9B,IAAI,CAAC,MAAM,EAAE,iBAAiB,GAAG,OAAO,CAAC,kBAAkB,EAAE,CAAC;CAOjE"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { ApiKey, ApiKeyWithValue, CreateOrUpdateApiKeyPayload, CreatePublicKeyPayload } from "@vertesia/common";
|
|
2
|
+
import { ApiTopic, ClientBase } from "@vertesia/api-fetch-client";
|
|
3
|
+
export declare class ApiKeysApi extends ApiTopic {
|
|
4
|
+
constructor(parent: ClientBase);
|
|
5
|
+
/**
|
|
6
|
+
* List all keys for account without values
|
|
7
|
+
* @returns ApiKey[]
|
|
8
|
+
*/
|
|
9
|
+
list(): Promise<ApiKey[]>;
|
|
10
|
+
/**
|
|
11
|
+
* Create an new ApiKey for account
|
|
12
|
+
* BE VERY CAREFUL USING THIS API
|
|
13
|
+
* ALL REQUESTS ARE LOGGED IN SECURITY AUDIT LOG
|
|
14
|
+
* @returns ApiKeyWithValue
|
|
15
|
+
*/
|
|
16
|
+
create(payload: CreateOrUpdateApiKeyPayload): Promise<ApiKeyWithValue>;
|
|
17
|
+
/**
|
|
18
|
+
* Update an existing ApiKey for account
|
|
19
|
+
* @returns ApiKey
|
|
20
|
+
*/
|
|
21
|
+
update(id: string, payload: CreateOrUpdateApiKeyPayload): Promise<ApiKey>;
|
|
22
|
+
/**
|
|
23
|
+
* Retrieve an ApiKey and its value
|
|
24
|
+
* BE VERY CAREFUL USING THIS API AS IT EXPOSE THE API KEY VALUE
|
|
25
|
+
* ALL REQUESTS ARE LOGGED IN SECURITY AUDIT LOG
|
|
26
|
+
* @returns ApiKeyWithValue
|
|
27
|
+
* */
|
|
28
|
+
retrieve(id: string, withValue?: boolean): Promise<ApiKey | ApiKeyWithValue>;
|
|
29
|
+
/**
|
|
30
|
+
* get or create a temporary public key which can be used from browser to browse and execute interactions.
|
|
31
|
+
* If a public key already exists for the given project (or for the current organization) then it is returned, otherwise a new one is created.
|
|
32
|
+
* The payload object can contain the following properties:
|
|
33
|
+
* - name: the name of the public key. If not specified a random name is generated.
|
|
34
|
+
* - projectId: the id of the project to which the public key will be associated.
|
|
35
|
+
* If not specified the key is associated with the current organization. (i.e. account).
|
|
36
|
+
* - ttl: the time to live of the public key in seconds.
|
|
37
|
+
* The ttl defaults to 1h.
|
|
38
|
+
* @param opts
|
|
39
|
+
* @returns
|
|
40
|
+
*/
|
|
41
|
+
requestPublicKey(payload?: CreatePublicKeyPayload): Promise<string>;
|
|
42
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiKeysApi.d.ts","sourceRoot":"","sources":["../../src/ApiKeysApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,eAAe,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAChH,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAElE,qBAAa,UAAW,SAAQ,QAAQ;gBAGxB,MAAM,EAAE,UAAU;IAK9B;;;OAGG;IACH,IAAI,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC;IAIzB;;;;;OAKG;IACH,MAAM,CAAC,OAAO,EAAE,2BAA2B,GAAG,OAAO,CAAC,eAAe,CAAC;IAItE;;;OAGG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,2BAA2B,GAAG,OAAO,CAAC,MAAM,CAAC;IAIzE;;;;;SAKK;IACL,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,SAAS,GAAE,OAAe,GAAG,OAAO,CAAC,MAAM,GAAG,eAAe,CAAC;IAQnF;;;;;;;;;;;OAWG;IACH,gBAAgB,CAAC,OAAO,GAAE,sBAA2B,GAAG,OAAO,CAAC,MAAM,CAAC;CAG1E"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ApiTopic, ClientBase } from "@vertesia/api-fetch-client";
|
|
2
|
+
import { GenericCommandResponse } from "@vertesia/common";
|
|
3
|
+
/**
|
|
4
|
+
* Various utility commands
|
|
5
|
+
*/
|
|
6
|
+
export default class CommandsApi extends ApiTopic {
|
|
7
|
+
constructor(parent: ClientBase);
|
|
8
|
+
isNamespaceAvailable(name: string): Promise<boolean>;
|
|
9
|
+
initSamples(): Promise<GenericCommandResponse>;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CommandsApi.d.ts","sourceRoot":"","sources":["../../src/CommandsApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAG1D;;GAEG;AAEH,MAAM,CAAC,OAAO,OAAO,WAAY,SAAQ,QAAQ;gBAEjC,MAAM,EAAE,UAAU;IAIxB,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAIpD,WAAW,IAAI,OAAO,CAAC,sBAAsB,CAAC;CAIvD"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ExecutionEnvironment, ExecutionEnvironmentCreatePayload, ExecutionEnvironmentRef, ExecutionEnvironmentUpdatePayload, LoadBalancingEnvConfig, MediatorEnvConfig } from "@vertesia/common";
|
|
2
|
+
import type { AIModel, EmbeddingsOptions, EmbeddingsResult, ModelSearchPayload } from "@llumiverse/common";
|
|
3
|
+
import { ApiTopic, ClientBase } from "@vertesia/api-fetch-client";
|
|
4
|
+
export default class EnvironmentsApi extends ApiTopic {
|
|
5
|
+
constructor(parent: ClientBase);
|
|
6
|
+
/**
|
|
7
|
+
* List all environments for the current project
|
|
8
|
+
* @param all if true, list all environments, otherwise only the ones for the current project
|
|
9
|
+
*/
|
|
10
|
+
list(all?: boolean): Promise<ExecutionEnvironmentRef[]>;
|
|
11
|
+
create(payload: ExecutionEnvironmentCreatePayload): Promise<ExecutionEnvironment>;
|
|
12
|
+
retrieve(id: string): Promise<ExecutionEnvironment>;
|
|
13
|
+
update(id: string, payload: ExecutionEnvironmentUpdatePayload): Promise<ExecutionEnvironment>;
|
|
14
|
+
/**
|
|
15
|
+
* Update enabled models and / or config. If enabled_models is not provided, the existing enabled models will not change.
|
|
16
|
+
* Same, if config is not provided the exiting config is not changed.
|
|
17
|
+
* If the config is provided then it will be updated without removing fields that are not provided.
|
|
18
|
+
*
|
|
19
|
+
* @param id
|
|
20
|
+
* @param payload
|
|
21
|
+
* @returns
|
|
22
|
+
*/
|
|
23
|
+
updateConfig(id: string, payload: {
|
|
24
|
+
enabled_models?: AIModel[];
|
|
25
|
+
config?: MediatorEnvConfig | LoadBalancingEnvConfig;
|
|
26
|
+
}): Promise<ExecutionEnvironment>;
|
|
27
|
+
listModels(id: string, payload?: ModelSearchPayload): Promise<AIModel[]>;
|
|
28
|
+
listTrainableModels(id: string): Promise<AIModel[]>;
|
|
29
|
+
embeddings(id: string, payload?: EmbeddingsOptions): Promise<EmbeddingsResult>;
|
|
30
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EnvironmentsApi.d.ts","sourceRoot":"","sources":["../../src/EnvironmentsApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,iCAAiC,EAAE,uBAAuB,EAAE,iCAAiC,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAClM,OAAO,KAAK,EAAE,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAC3G,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAElE,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,QAAQ;gBACrC,MAAM,EAAE,UAAU;IAI9B;;;OAGG;IACH,IAAI,CAAC,GAAG,GAAE,OAAe,GAAG,OAAO,CAAC,uBAAuB,EAAE,CAAC;IAM9D,MAAM,CAAC,OAAO,EAAE,iCAAiC,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAMjF,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAInD,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,iCAAiC,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAM7F;;;;;;;;OAQG;IACH,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE;QAC9B,cAAc,CAAC,EAAE,OAAO,EAAE,CAAC;QAC3B,MAAM,CAAC,EAAE,iBAAiB,GAAG,sBAAsB,CAAA;KACtD,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAMjC,UAAU,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMxE,mBAAmB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAInD,UAAU,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,iBAAiB,GAAG,OAAO,CAAC,gBAAgB,CAAC;CAMjF"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { AccessControlEntry, ACECreatePayload, AcesQueryOptions, Permission, ProjectRoles } from "@vertesia/common";
|
|
2
|
+
import { ApiTopic, ClientBase } from "@vertesia/api-fetch-client";
|
|
3
|
+
export interface FilterOption {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
count: number;
|
|
7
|
+
}
|
|
8
|
+
export declare class IamApi extends ApiTopic {
|
|
9
|
+
constructor(parent: ClientBase);
|
|
10
|
+
aces: AcesApi;
|
|
11
|
+
roles: RolesApi;
|
|
12
|
+
}
|
|
13
|
+
export declare class RolesApi extends ApiTopic {
|
|
14
|
+
constructor(parent: ClientBase);
|
|
15
|
+
list(): Promise<{
|
|
16
|
+
name: ProjectRoles;
|
|
17
|
+
permissions: Permission[];
|
|
18
|
+
}[]>;
|
|
19
|
+
}
|
|
20
|
+
export declare class AcesApi extends ApiTopic {
|
|
21
|
+
constructor(parent: ClientBase);
|
|
22
|
+
/**
|
|
23
|
+
* Get the list of all runs
|
|
24
|
+
* @param project optional project id to filter by
|
|
25
|
+
* @param interaction optional interaction id to filter by
|
|
26
|
+
* @returns InteractionResult[]
|
|
27
|
+
**/
|
|
28
|
+
list(options: AcesQueryOptions): Promise<AccessControlEntry[]>;
|
|
29
|
+
/**
|
|
30
|
+
* Get an ACE by its Id
|
|
31
|
+
* @param id
|
|
32
|
+
* @returns InteractionResult
|
|
33
|
+
**/
|
|
34
|
+
retrieve(id: string): Promise<AccessControlEntry>;
|
|
35
|
+
create(payload: ACECreatePayload): Promise<AccessControlEntry>;
|
|
36
|
+
delete(id: string): Promise<{
|
|
37
|
+
id: string;
|
|
38
|
+
}>;
|
|
39
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IamApi.d.ts","sourceRoot":"","sources":["../../src/IamApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AACpH,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAGlE,MAAM,WAAW,YAAY;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAA;CAChB;AAGD,qBAAa,MAAO,SAAQ,QAAQ;gBAEpB,MAAM,EAAE,UAAU;IAI9B,IAAI,UAAoB;IACxB,KAAK,WAAqB;CAC7B;AAED,qBAAa,QAAS,SAAQ,QAAQ;gBAEtB,MAAM,EAAE,UAAU;IAI9B,IAAI,IAAI,OAAO,CAAC;QAAE,IAAI,EAAE,YAAY,CAAC;QAAC,WAAW,EAAE,UAAU,EAAE,CAAA;KAAE,EAAE,CAAC;CAIvE;AAGD,qBAAa,OAAQ,SAAQ,QAAQ;gBAErB,MAAM,EAAE,UAAU;IAI9B;;;;;QAKI;IACJ,IAAI,CAAC,OAAO,EAAE,gBAAgB,GAAG,OAAO,CAAC,kBAAkB,EAAE,CAAC;IAI9D;;;;QAII;IACJ,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAIjD,MAAM,CAAC,OAAO,EAAE,gBAAgB,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAI9D,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC;QAAE,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC;CAI9C"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ExecutionRun, InteractionUpdatePayload, InteractionExecutionPayload } from "@vertesia/common";
|
|
2
|
+
import { VertesiaClient, VertesiaClientProps } from "./client.js";
|
|
3
|
+
export declare class InteractionBase<P = any, R = any> {
|
|
4
|
+
id: string;
|
|
5
|
+
client: VertesiaClient;
|
|
6
|
+
constructor(id: string, clientOrOpts: VertesiaClient | VertesiaClientProps);
|
|
7
|
+
retrieve(): Promise<import("@vertesia/common").Interaction>;
|
|
8
|
+
update(payload: InteractionUpdatePayload): Promise<import("@vertesia/common").Interaction>;
|
|
9
|
+
render(data: P): void;
|
|
10
|
+
/**
|
|
11
|
+
* Execute an interaction and return a promise which will be resolved with the executed run when
|
|
12
|
+
* the run completes or fails.
|
|
13
|
+
* If the onChunk callback is passed then the streaming of the result is enabled.
|
|
14
|
+
* The onChunk callback with be called with the next chunk of the result as soon as it is available.
|
|
15
|
+
* When all chunks are received the function will return the resolved promise
|
|
16
|
+
* @param id of the interaction to execute
|
|
17
|
+
* @param payload InteractionExecutionPayload
|
|
18
|
+
* @param onChunk callback to be called when the next chunk of the response is available
|
|
19
|
+
* @returns the resolved execution run as Promise<ExecutionRun>
|
|
20
|
+
*/
|
|
21
|
+
execute(payload?: InteractionExecutionPayload, onChunk?: (chunk: string) => void): Promise<ExecutionRun<P, R>>;
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InteractionBase.d.ts","sourceRoot":"","sources":["../../src/InteractionBase.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,wBAAwB,EAAE,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;AACvG,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAGlE,qBAAa,eAAe,CAAC,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,GAAG;IAGtB,EAAE,EAAE,MAAM;IAF7B,MAAM,EAAE,cAAc,CAAC;gBAEJ,EAAE,EAAE,MAAM,EAAE,YAAY,EAAE,cAAc,GAAG,mBAAmB;IAQjF,QAAQ;IAIR,MAAM,CAAC,OAAO,EAAE,wBAAwB;IAIxC,MAAM,CAAC,IAAI,EAAE,CAAC;IAKd;;;;;;;;;;OAUG;IACG,OAAO,CAAC,OAAO,GAAE,2BAAgC,EACnD,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;CAGtE"}
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
import { ApiTopic, ClientBase } from "@vertesia/api-fetch-client";
|
|
2
|
+
import { AsyncExecutionPayload, ComputeInteractionFacetPayload, ExecutionRun, GenerateInteractionPayload, GenerateTestDataPayload, ImprovePromptPayload, Interaction, InteractionCreatePayload, InteractionEndpointQuery, InteractionExecutionPayload, InteractionExecutionResult, InteractionForkPayload, InteractionPublishPayload, InteractionRef, InteractionRefWithSchema, InteractionSearchPayload, InteractionUpdatePayload, InteractionsExportPayload } from "@vertesia/common";
|
|
3
|
+
export interface ComputeInteractionFacetsResponse {
|
|
4
|
+
tags?: {
|
|
5
|
+
_id: string;
|
|
6
|
+
count: number;
|
|
7
|
+
}[];
|
|
8
|
+
status?: {
|
|
9
|
+
_id: string;
|
|
10
|
+
count: number;
|
|
11
|
+
}[];
|
|
12
|
+
total?: {
|
|
13
|
+
count: number;
|
|
14
|
+
}[];
|
|
15
|
+
}
|
|
16
|
+
export interface AsyncExecutionResult {
|
|
17
|
+
runId: string;
|
|
18
|
+
workflowId: string;
|
|
19
|
+
}
|
|
20
|
+
export default class InteractionsApi extends ApiTopic {
|
|
21
|
+
constructor(parent: ClientBase);
|
|
22
|
+
/**
|
|
23
|
+
* Get the list of all interactions in the current project
|
|
24
|
+
* @returns InteractionRef[]
|
|
25
|
+
**/
|
|
26
|
+
list(payload?: InteractionSearchPayload): Promise<InteractionRef[]>;
|
|
27
|
+
/**
|
|
28
|
+
* Find interactions given a mongo match query.
|
|
29
|
+
* You can also specify if prompts schemas are included in the result
|
|
30
|
+
*/
|
|
31
|
+
listEndpoints(payload: InteractionEndpointQuery): Promise<InteractionRef[]>;
|
|
32
|
+
/**
|
|
33
|
+
* List all interaction versions in the project having the given endpoint name.
|
|
34
|
+
* This is useful to list orphaned versions
|
|
35
|
+
* @param name
|
|
36
|
+
*/
|
|
37
|
+
listVersionsByName(name: string): Promise<InteractionRef[]>;
|
|
38
|
+
/**
|
|
39
|
+
* Get the list of all interactions facets
|
|
40
|
+
* @param payload query payload to filter facet search
|
|
41
|
+
* @returns ComputeInteractionFacetsResponse[]
|
|
42
|
+
**/
|
|
43
|
+
computeFacets(query: ComputeInteractionFacetPayload): Promise<ComputeInteractionFacetsResponse>;
|
|
44
|
+
/**
|
|
45
|
+
* List interaction names in the current project
|
|
46
|
+
* @returns
|
|
47
|
+
*/
|
|
48
|
+
listNames(): Promise<{
|
|
49
|
+
id: string;
|
|
50
|
+
name: string;
|
|
51
|
+
}[]>;
|
|
52
|
+
/**
|
|
53
|
+
* Get the list of all interactions in the current project. Schemas will be returned too.
|
|
54
|
+
* @returns InteractionRefWithSchema[]
|
|
55
|
+
**/
|
|
56
|
+
export(payload: InteractionsExportPayload): Promise<InteractionRefWithSchema[]>;
|
|
57
|
+
/**
|
|
58
|
+
* Create a new interaction
|
|
59
|
+
* @param payload InteractionCreatePayload
|
|
60
|
+
* @returns Interaction
|
|
61
|
+
* @throws ApiError
|
|
62
|
+
* @throws 400 if payload is invalid
|
|
63
|
+
* @throws 500 if interaction creation fails
|
|
64
|
+
**/
|
|
65
|
+
create(payload: InteractionCreatePayload): Promise<Interaction>;
|
|
66
|
+
/**
|
|
67
|
+
* Retrieve an existing interaction definition
|
|
68
|
+
* @param id of the interaction to retrieve
|
|
69
|
+
* @returns Interaction
|
|
70
|
+
**/
|
|
71
|
+
retrieve(id: string): Promise<Interaction>;
|
|
72
|
+
/**
|
|
73
|
+
* Update an existing interaction definition
|
|
74
|
+
* @param id of the interaction to update
|
|
75
|
+
* @param payload InteractionUpdatePayload
|
|
76
|
+
* @returns Interaction
|
|
77
|
+
* @throws ApiError
|
|
78
|
+
* @throws 400 if payload is invalid
|
|
79
|
+
* @throws 500 if interaction update fails
|
|
80
|
+
* @throws 404 if interaction not found
|
|
81
|
+
**/
|
|
82
|
+
update(id: string, payload: InteractionUpdatePayload): Promise<Interaction>;
|
|
83
|
+
/**
|
|
84
|
+
* Execute an interaction and return a promise which will be resolved with the executed run when
|
|
85
|
+
* the run completes or fails.
|
|
86
|
+
* If the onChunk callback is passed then the streaming of the result is enabled.
|
|
87
|
+
* The onChunk callback with be called with the next chunk of the result as soon as it is available.
|
|
88
|
+
* When all chunks are received the function will return the resolved promise
|
|
89
|
+
* @param id of the interaction to execute
|
|
90
|
+
* @param payload InteractionExecutionPayload
|
|
91
|
+
* @param onChunk callback to be called when the next chunk of the response is available
|
|
92
|
+
* @returns Promise<ExecutionRun>
|
|
93
|
+
* @throws ApiError
|
|
94
|
+
* @throws 404 if interaction not found
|
|
95
|
+
* @throws 400 if payload is invalid
|
|
96
|
+
* @throws 500 if interaction execution fails
|
|
97
|
+
* @throws 500 if interaction execution times out
|
|
98
|
+
**/
|
|
99
|
+
execute<P = any, R = any>(id: string, payload?: InteractionExecutionPayload, onChunk?: (chunk: string) => void): Promise<ExecutionRun<P, R>>;
|
|
100
|
+
/**
|
|
101
|
+
* Same as execute but uses the interaction name selector instead of the id.
|
|
102
|
+
*
|
|
103
|
+
* A name selector is the interaction endpoint name suffixed with an optional tag or version which is starting with a `@` character.
|
|
104
|
+
* The special `draft` tag is used to select the draft version of the interaction. If no tag or version is specified then the latest version is selected.
|
|
105
|
+
* Examples of selectors:
|
|
106
|
+
* - `ReviewContract` - select the latest version of the ReviewContract interaction
|
|
107
|
+
* - `ReviewContract@1` - select the version 1 of the ReviewContract interaction
|
|
108
|
+
* - `ReviewContract@draft` - select the draft version of the ReviewContract interaction
|
|
109
|
+
* - `ReviewContract@fixed` - select the ReviewContract interaction which is tagged with 'fixed' tag.
|
|
110
|
+
* @param nameWithTag
|
|
111
|
+
* @param payload
|
|
112
|
+
* @param onChunk
|
|
113
|
+
* @returns
|
|
114
|
+
*/
|
|
115
|
+
executeByName<P = any, R = any>(nameWithTag: string, payload?: InteractionExecutionPayload, onChunk?: (chunk: string) => void): Promise<InteractionExecutionResult<P, R>>;
|
|
116
|
+
/**
|
|
117
|
+
* Execute an interaction in an workflow
|
|
118
|
+
* @param payload
|
|
119
|
+
* @returns
|
|
120
|
+
*/
|
|
121
|
+
executeAsync(payload: AsyncExecutionPayload): Promise<AsyncExecutionResult>;
|
|
122
|
+
publish(id: string, payload: InteractionPublishPayload): Promise<Interaction>;
|
|
123
|
+
fork(id: string, payload: InteractionForkPayload): Promise<Interaction>;
|
|
124
|
+
/**
|
|
125
|
+
* Generate Composable definition of an interaction
|
|
126
|
+
**/
|
|
127
|
+
generateInteraction(id: string, payload: GenerateInteractionPayload): Promise<any[]>;
|
|
128
|
+
/**
|
|
129
|
+
* Generate Test Data for an interaction
|
|
130
|
+
**/
|
|
131
|
+
generateTestData(id: string, payload: GenerateTestDataPayload): Promise<any[]>;
|
|
132
|
+
/**
|
|
133
|
+
* Suggest Improvement for a prompt
|
|
134
|
+
*/
|
|
135
|
+
suggestImprovements(id: string, payload: ImprovePromptPayload): Promise<{
|
|
136
|
+
result: string;
|
|
137
|
+
}>;
|
|
138
|
+
/**
|
|
139
|
+
* List the versions of the interaction. Returns an empty array if no versions are found
|
|
140
|
+
* @param id
|
|
141
|
+
* @returns the versions list or an empty array if no versions are found
|
|
142
|
+
*/
|
|
143
|
+
listVersions(id: string): Promise<InteractionRef[]>;
|
|
144
|
+
/**
|
|
145
|
+
* List the forks of the interaction. Returns an empty array if no forks are found
|
|
146
|
+
* @param id
|
|
147
|
+
* @returns the versions list or an empty array if no forks are found
|
|
148
|
+
*/
|
|
149
|
+
listForks(id: string): Promise<InteractionRef[]>;
|
|
150
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InteractionsApi.d.ts","sourceRoot":"","sources":["../../src/InteractionsApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAe,MAAM,4BAA4B,CAAC;AAC/E,OAAO,EAAE,qBAAqB,EAAE,8BAA8B,EAAE,YAAY,EAAE,0BAA0B,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,WAAW,EAAE,wBAAwB,EAAE,wBAAwB,EAAE,2BAA2B,EAAE,0BAA0B,EAAE,sBAAsB,EAAE,yBAAyB,EAAE,cAAc,EAAE,wBAAwB,EAAE,wBAAwB,EAA0B,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAC;AAIhf,MAAM,WAAW,gCAAgC;IAC7C,IAAI,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IACxC,MAAM,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC1C,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CAC/B;AAED,MAAM,WAAW,oBAAoB;IACjC,KAAK,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,CAAA;CACpC;AAED,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,QAAQ;gBACrC,MAAM,EAAE,UAAU;IAI9B;;;QAGI;IACJ,IAAI,CAAC,OAAO,GAAE,wBAA6B,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC;IASvE;;;OAGG;IACH,aAAa,CAAC,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC;IAM3E;;;;OAIG;IACH,kBAAkB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC;IAI3D;;;;QAII;IACJ,aAAa,CAAC,KAAK,EAAE,8BAA8B,GAAG,OAAO,CAAC,gCAAgC,CAAC;IAM/F;;;OAGG;IACH,SAAS,IAAI,OAAO,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAIpD;;;QAGI;IACJ,MAAM,CAAC,OAAO,EAAE,yBAAyB,GAAG,OAAO,CAAC,wBAAwB,EAAE,CAAC;IAI/E;;;;;;;QAOI;IACJ,MAAM,CAAC,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,WAAW,CAAC;IAM/D;;;;QAII;IACJ,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC;IAI1C;;;;;;;;;QASI;IACJ,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,WAAW,CAAC;IAM3E;;;;;;;;;;;;;;;QAeI;IACJ,OAAO,CAAC,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,GAAG,EAAE,EAAE,EAAE,MAAM,EAAE,OAAO,GAAE,2BAAgC,EAC3E,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAUnE;;;;;;;;;;;;;;OAcG;IACH,aAAa,CAAC,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,GAAG,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,GAAE,2BAAgC,EAC1F,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,GAAG,OAAO,CAAC,0BAA0B,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAUjF;;;;OAIG;IACH,YAAY,CAAC,OAAO,EAAE,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAI3E,OAAO,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,yBAAyB,GAAG,OAAO,CAAC,WAAW,CAAC;IAM7E,IAAI,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,sBAAsB,GAAG,OAAO,CAAC,WAAW,CAAC;IAMvE;;QAEI;IACJ,mBAAmB,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,0BAA0B,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC;IAQpF;;QAEI;IACJ,gBAAgB,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,uBAAuB,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC;IAO9E;;OAEG;IACH,mBAAmB,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC;QAAE,MAAM,EAAE,MAAM,CAAC;KAAE,CAAC;IAM5F;;;;OAIG;IACH,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC;IAInD;;;;OAIG;IACH,SAAS,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC;CAInD"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ApiTopic, ClientBase } from "@vertesia/api-fetch-client";
|
|
2
|
+
import type { PluginManifest } from "@vertesia/common";
|
|
3
|
+
export default class PluginsApi extends ApiTopic {
|
|
4
|
+
constructor(parent: ClientBase);
|
|
5
|
+
create(manifest: Omit<PluginManifest, 'id'>): Promise<PluginManifest>;
|
|
6
|
+
update(manifest: PluginManifest): Promise<any>;
|
|
7
|
+
/**
|
|
8
|
+
* @param ids - ids to filter by
|
|
9
|
+
* @returns
|
|
10
|
+
*/
|
|
11
|
+
list(ids?: string[]): Promise<PluginManifest[]>;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PluginsApi.d.ts","sourceRoot":"","sources":["../../src/PluginsApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,QAAQ;gBAEhC,MAAM,EAAE,UAAU;IAI9B,MAAM,CAAC,QAAQ,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,GAAG,OAAO,CAAC,cAAc,CAAC;IAIrE,MAAM,CAAC,QAAQ,EAAE,cAAc;IAI/B;;;OAGG;IACH,IAAI,CAAC,GAAG,CAAC,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC;CAQlD"}
|