@orq-ai/node 3.6.1 → 3.6.3
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/bin/mcp-server.js +143 -43
- package/bin/mcp-server.js.map +73 -73
- package/funcs/contactsCreate.js +2 -0
- package/funcs/contactsCreate.js.map +1 -1
- package/funcs/datasetsClear.js +2 -0
- package/funcs/datasetsClear.js.map +1 -1
- package/funcs/datasetsCreate.js +2 -0
- package/funcs/datasetsCreate.js.map +1 -1
- package/funcs/datasetsCreateDatapoint.js +2 -0
- package/funcs/datasetsCreateDatapoint.js.map +1 -1
- package/funcs/datasetsCreateDatapoints.js +2 -0
- package/funcs/datasetsCreateDatapoints.js.map +1 -1
- package/funcs/datasetsCreateExperiment.js +2 -0
- package/funcs/datasetsCreateExperiment.js.map +1 -1
- package/funcs/datasetsDelete.js +2 -0
- package/funcs/datasetsDelete.js.map +1 -1
- package/funcs/datasetsDeleteDatapoint.js +2 -0
- package/funcs/datasetsDeleteDatapoint.js.map +1 -1
- package/funcs/datasetsList.js +2 -0
- package/funcs/datasetsList.js.map +1 -1
- package/funcs/datasetsListDatapoints.js +2 -0
- package/funcs/datasetsListDatapoints.js.map +1 -1
- package/funcs/datasetsRetrieve.js +2 -0
- package/funcs/datasetsRetrieve.js.map +1 -1
- package/funcs/datasetsRetrieveDatapoint.js +2 -0
- package/funcs/datasetsRetrieveDatapoint.js.map +1 -1
- package/funcs/datasetsUpdate.js +2 -0
- package/funcs/datasetsUpdate.js.map +1 -1
- package/funcs/datasetsUpdateDatapoint.js +2 -0
- package/funcs/datasetsUpdateDatapoint.js.map +1 -1
- package/funcs/deploymentsCreateExperiment.js +2 -0
- package/funcs/deploymentsCreateExperiment.js.map +1 -1
- package/funcs/deploymentsGetConfig.js +2 -0
- package/funcs/deploymentsGetConfig.js.map +1 -1
- package/funcs/deploymentsInvoke.js +2 -0
- package/funcs/deploymentsInvoke.js.map +1 -1
- package/funcs/deploymentsList.js +2 -0
- package/funcs/deploymentsList.js.map +1 -1
- package/funcs/deploymentsMetricsCreate.js +2 -0
- package/funcs/deploymentsMetricsCreate.js.map +1 -1
- package/funcs/deploymentsStream.js +2 -0
- package/funcs/deploymentsStream.js.map +1 -1
- package/funcs/feedbackCreate.js +2 -0
- package/funcs/feedbackCreate.js.map +1 -1
- package/funcs/filesCreate.js +2 -0
- package/funcs/filesCreate.js.map +1 -1
- package/funcs/filesDelete.js +2 -0
- package/funcs/filesDelete.js.map +1 -1
- package/funcs/filesGet.js +2 -0
- package/funcs/filesGet.js.map +1 -1
- package/funcs/filesList.js +2 -0
- package/funcs/filesList.js.map +1 -1
- package/funcs/knowledgeCreate.js +2 -0
- package/funcs/knowledgeCreate.js.map +1 -1
- package/funcs/knowledgeCreateChunks.js +2 -0
- package/funcs/knowledgeCreateChunks.js.map +1 -1
- package/funcs/knowledgeCreateDatasource.js +2 -0
- package/funcs/knowledgeCreateDatasource.js.map +1 -1
- package/funcs/knowledgeDelete.js +2 -0
- package/funcs/knowledgeDelete.js.map +1 -1
- package/funcs/knowledgeDeleteChunk.js +2 -0
- package/funcs/knowledgeDeleteChunk.js.map +1 -1
- package/funcs/knowledgeDeleteDatasource.js +2 -0
- package/funcs/knowledgeDeleteDatasource.js.map +1 -1
- package/funcs/knowledgeList.js +2 -0
- package/funcs/knowledgeList.js.map +1 -1
- package/funcs/knowledgeListChunks.js +2 -0
- package/funcs/knowledgeListChunks.js.map +1 -1
- package/funcs/knowledgeListDatasources.js +2 -0
- package/funcs/knowledgeListDatasources.js.map +1 -1
- package/funcs/knowledgeRetrieve.js +2 -0
- package/funcs/knowledgeRetrieve.js.map +1 -1
- package/funcs/knowledgeRetrieveChunk.js +2 -0
- package/funcs/knowledgeRetrieveChunk.js.map +1 -1
- package/funcs/knowledgeRetrieveDatasource.js +2 -0
- package/funcs/knowledgeRetrieveDatasource.js.map +1 -1
- package/funcs/knowledgeSearch.js +2 -0
- package/funcs/knowledgeSearch.js.map +1 -1
- package/funcs/knowledgeUpdate.js +2 -0
- package/funcs/knowledgeUpdate.js.map +1 -1
- package/funcs/knowledgeUpdateChunk.js +2 -0
- package/funcs/knowledgeUpdateChunk.js.map +1 -1
- package/funcs/knowledgeUpdateDatasource.js +2 -0
- package/funcs/knowledgeUpdateDatasource.js.map +1 -1
- package/funcs/modelsList.js +2 -0
- package/funcs/modelsList.js.map +1 -1
- package/funcs/promptsCreate.js +2 -0
- package/funcs/promptsCreate.js.map +1 -1
- package/funcs/promptsDelete.js +2 -0
- package/funcs/promptsDelete.js.map +1 -1
- package/funcs/promptsGetVersion.js +2 -0
- package/funcs/promptsGetVersion.js.map +1 -1
- package/funcs/promptsList.js +2 -0
- package/funcs/promptsList.js.map +1 -1
- package/funcs/promptsListVersions.js +2 -0
- package/funcs/promptsListVersions.js.map +1 -1
- package/funcs/promptsRetrieve.js +2 -0
- package/funcs/promptsRetrieve.js.map +1 -1
- package/funcs/promptsUpdate.js +2 -0
- package/funcs/promptsUpdate.js.map +1 -1
- package/funcs/remoteconfigsRetrieve.js +2 -0
- package/funcs/remoteconfigsRetrieve.js.map +1 -1
- package/hooks/types.d.ts +2 -0
- package/hooks/types.d.ts.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +7 -3
- package/lib/config.d.ts.map +1 -1
- package/lib/config.js +3 -3
- package/lib/config.js.map +1 -1
- package/lib/sdks.d.ts +1 -0
- package/lib/sdks.d.ts.map +1 -1
- package/lib/sdks.js +3 -3
- package/lib/sdks.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/operations/bulkcreatedatapoints.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +2 -2
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/listdatasetdatapoints.js +2 -2
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/retrievedatapoint.js +2 -2
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/updatedatapoint.js +2 -2
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/package.json +1 -1
- package/packages/orq-rc/jsr.json +1 -1
- package/packages/orq-rc/package-lock.json +2 -2
- package/packages/orq-rc/package.json +1 -1
- package/packages/orq-rc/src/funcs/contactsCreate.ts +2 -0
- package/packages/orq-rc/src/funcs/datasetsClear.ts +2 -0
- package/packages/orq-rc/src/funcs/datasetsCreate.ts +2 -0
- package/packages/orq-rc/src/funcs/datasetsCreateDatapoint.ts +2 -0
- package/packages/orq-rc/src/funcs/datasetsCreateDatapoints.ts +2 -0
- package/packages/orq-rc/src/funcs/datasetsCreateExperiment.ts +2 -0
- package/packages/orq-rc/src/funcs/datasetsDelete.ts +2 -0
- package/packages/orq-rc/src/funcs/datasetsDeleteDatapoint.ts +2 -0
- package/packages/orq-rc/src/funcs/datasetsList.ts +2 -0
- package/packages/orq-rc/src/funcs/datasetsListDatapoints.ts +2 -0
- package/packages/orq-rc/src/funcs/datasetsRetrieve.ts +2 -0
- package/packages/orq-rc/src/funcs/datasetsRetrieveDatapoint.ts +2 -0
- package/packages/orq-rc/src/funcs/datasetsUpdate.ts +2 -0
- package/packages/orq-rc/src/funcs/datasetsUpdateDatapoint.ts +2 -0
- package/packages/orq-rc/src/funcs/deploymentsCreateExperiment.ts +2 -0
- package/packages/orq-rc/src/funcs/deploymentsGetConfig.ts +2 -0
- package/packages/orq-rc/src/funcs/deploymentsInvoke.ts +2 -0
- package/packages/orq-rc/src/funcs/deploymentsList.ts +2 -0
- package/packages/orq-rc/src/funcs/deploymentsMetricsCreate.ts +2 -0
- package/packages/orq-rc/src/funcs/deploymentsStream.ts +2 -0
- package/packages/orq-rc/src/funcs/feedbackCreate.ts +2 -0
- package/packages/orq-rc/src/funcs/filesCreate.ts +2 -0
- package/packages/orq-rc/src/funcs/filesDelete.ts +2 -0
- package/packages/orq-rc/src/funcs/filesGet.ts +2 -0
- package/packages/orq-rc/src/funcs/filesList.ts +2 -0
- package/packages/orq-rc/src/funcs/knowledgeCreate.ts +2 -0
- package/packages/orq-rc/src/funcs/knowledgeCreateChunks.ts +2 -0
- package/packages/orq-rc/src/funcs/knowledgeCreateDatasource.ts +2 -0
- package/packages/orq-rc/src/funcs/knowledgeDelete.ts +2 -0
- package/packages/orq-rc/src/funcs/knowledgeDeleteChunk.ts +2 -0
- package/packages/orq-rc/src/funcs/knowledgeDeleteDatasource.ts +2 -0
- package/packages/orq-rc/src/funcs/knowledgeList.ts +2 -0
- package/packages/orq-rc/src/funcs/knowledgeListChunks.ts +2 -0
- package/packages/orq-rc/src/funcs/knowledgeListDatasources.ts +2 -0
- package/packages/orq-rc/src/funcs/knowledgeRetrieve.ts +2 -0
- package/packages/orq-rc/src/funcs/knowledgeRetrieveChunk.ts +2 -0
- package/packages/orq-rc/src/funcs/knowledgeRetrieveDatasource.ts +2 -0
- package/packages/orq-rc/src/funcs/knowledgeSearch.ts +2 -0
- package/packages/orq-rc/src/funcs/knowledgeUpdate.ts +2 -0
- package/packages/orq-rc/src/funcs/knowledgeUpdateChunk.ts +2 -0
- package/packages/orq-rc/src/funcs/knowledgeUpdateDatasource.ts +2 -0
- package/packages/orq-rc/src/funcs/modelsList.ts +2 -0
- package/packages/orq-rc/src/funcs/promptsCreate.ts +2 -0
- package/packages/orq-rc/src/funcs/promptsDelete.ts +2 -0
- package/packages/orq-rc/src/funcs/promptsGetVersion.ts +2 -0
- package/packages/orq-rc/src/funcs/promptsList.ts +2 -0
- package/packages/orq-rc/src/funcs/promptsListVersions.ts +2 -0
- package/packages/orq-rc/src/funcs/promptsRetrieve.ts +2 -0
- package/packages/orq-rc/src/funcs/promptsUpdate.ts +2 -0
- package/packages/orq-rc/src/funcs/remoteconfigsRetrieve.ts +2 -0
- package/packages/orq-rc/src/hooks/types.ts +2 -0
- package/packages/orq-rc/src/lib/config.ts +7 -3
- package/packages/orq-rc/src/lib/sdks.ts +10 -4
- package/packages/orq-rc/src/mcp-server/mcp-server.ts +1 -1
- package/packages/orq-rc/src/mcp-server/server.ts +1 -1
- package/packages/orq-rc/src/models/operations/bulkcreatedatapoints.ts +2 -2
- package/packages/orq-rc/src/models/operations/createcontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/createdataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/createdatasetitem.ts +2 -2
- package/packages/orq-rc/src/models/operations/createdatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/fileget.ts +2 -2
- package/packages/orq-rc/src/models/operations/filelist.ts +2 -2
- package/packages/orq-rc/src/models/operations/fileupload.ts +2 -2
- package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +2 -2
- package/packages/orq-rc/src/models/operations/listdatasets.ts +2 -2
- package/packages/orq-rc/src/models/operations/listdatasources.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievedataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievedatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatedatapoint.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatedataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatedatasource.ts +2 -2
- package/src/funcs/contactsCreate.ts +2 -0
- package/src/funcs/datasetsClear.ts +2 -0
- package/src/funcs/datasetsCreate.ts +2 -0
- package/src/funcs/datasetsCreateDatapoint.ts +2 -0
- package/src/funcs/datasetsCreateDatapoints.ts +2 -0
- package/src/funcs/datasetsCreateExperiment.ts +2 -0
- package/src/funcs/datasetsDelete.ts +2 -0
- package/src/funcs/datasetsDeleteDatapoint.ts +2 -0
- package/src/funcs/datasetsList.ts +2 -0
- package/src/funcs/datasetsListDatapoints.ts +2 -0
- package/src/funcs/datasetsRetrieve.ts +2 -0
- package/src/funcs/datasetsRetrieveDatapoint.ts +2 -0
- package/src/funcs/datasetsUpdate.ts +2 -0
- package/src/funcs/datasetsUpdateDatapoint.ts +2 -0
- package/src/funcs/deploymentsCreateExperiment.ts +2 -0
- package/src/funcs/deploymentsGetConfig.ts +2 -0
- package/src/funcs/deploymentsInvoke.ts +2 -0
- package/src/funcs/deploymentsList.ts +2 -0
- package/src/funcs/deploymentsMetricsCreate.ts +2 -0
- package/src/funcs/deploymentsStream.ts +2 -0
- package/src/funcs/feedbackCreate.ts +2 -0
- package/src/funcs/filesCreate.ts +2 -0
- package/src/funcs/filesDelete.ts +2 -0
- package/src/funcs/filesGet.ts +2 -0
- package/src/funcs/filesList.ts +2 -0
- package/src/funcs/knowledgeCreate.ts +2 -0
- package/src/funcs/knowledgeCreateChunks.ts +2 -0
- package/src/funcs/knowledgeCreateDatasource.ts +2 -0
- package/src/funcs/knowledgeDelete.ts +2 -0
- package/src/funcs/knowledgeDeleteChunk.ts +2 -0
- package/src/funcs/knowledgeDeleteDatasource.ts +2 -0
- package/src/funcs/knowledgeList.ts +2 -0
- package/src/funcs/knowledgeListChunks.ts +2 -0
- package/src/funcs/knowledgeListDatasources.ts +2 -0
- package/src/funcs/knowledgeRetrieve.ts +2 -0
- package/src/funcs/knowledgeRetrieveChunk.ts +2 -0
- package/src/funcs/knowledgeRetrieveDatasource.ts +2 -0
- package/src/funcs/knowledgeSearch.ts +2 -0
- package/src/funcs/knowledgeUpdate.ts +2 -0
- package/src/funcs/knowledgeUpdateChunk.ts +2 -0
- package/src/funcs/knowledgeUpdateDatasource.ts +2 -0
- package/src/funcs/modelsList.ts +2 -0
- package/src/funcs/promptsCreate.ts +2 -0
- package/src/funcs/promptsDelete.ts +2 -0
- package/src/funcs/promptsGetVersion.ts +2 -0
- package/src/funcs/promptsList.ts +2 -0
- package/src/funcs/promptsListVersions.ts +2 -0
- package/src/funcs/promptsRetrieve.ts +2 -0
- package/src/funcs/promptsUpdate.ts +2 -0
- package/src/funcs/remoteconfigsRetrieve.ts +2 -0
- package/src/hooks/types.ts +2 -0
- package/src/lib/config.ts +7 -3
- package/src/lib/sdks.ts +10 -4
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/bulkcreatedatapoints.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +2 -2
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +2 -2
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +2 -2
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +2 -2
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
package/bin/mcp-server.js
CHANGED
|
@@ -34275,9 +34275,9 @@ var init_config = __esm(() => {
|
|
|
34275
34275
|
SDK_METADATA = {
|
|
34276
34276
|
language: "typescript",
|
|
34277
34277
|
openapiDocVersion: "2.0",
|
|
34278
|
-
sdkVersion: "3.6.
|
|
34279
|
-
genVersion: "2.
|
|
34280
|
-
userAgent: "speakeasy-sdk/typescript 3.6.
|
|
34278
|
+
sdkVersion: "3.6.3",
|
|
34279
|
+
genVersion: "2.616.1",
|
|
34280
|
+
userAgent: "speakeasy-sdk/typescript 3.6.3 2.616.1 2.0 @orq-ai/node"
|
|
34281
34281
|
};
|
|
34282
34282
|
});
|
|
34283
34283
|
|
|
@@ -34866,7 +34866,6 @@ class ClientSDK {
|
|
|
34866
34866
|
} else {
|
|
34867
34867
|
this.#hooks = new SDKHooks;
|
|
34868
34868
|
}
|
|
34869
|
-
this._options = { ...fillGlobals(options), hooks: this.#hooks };
|
|
34870
34869
|
const url = serverURLFromOptions(options);
|
|
34871
34870
|
if (url) {
|
|
34872
34871
|
url.pathname = url.pathname.replace(/\/+$/, "") + "/";
|
|
@@ -34877,7 +34876,8 @@ class ClientSDK {
|
|
|
34877
34876
|
});
|
|
34878
34877
|
this._baseURL = baseURL;
|
|
34879
34878
|
this.#httpClient = client;
|
|
34880
|
-
this
|
|
34879
|
+
this._options = { ...fillGlobals(options), hooks: this.#hooks };
|
|
34880
|
+
this.#logger = this._options.debugLogger;
|
|
34881
34881
|
if (!this.#logger && env().ORQ_DEBUG) {
|
|
34882
34882
|
this.#logger = console;
|
|
34883
34883
|
}
|
|
@@ -34931,7 +34931,7 @@ class ClientSDK {
|
|
|
34931
34931
|
headers.set(k2, v2);
|
|
34932
34932
|
}
|
|
34933
34933
|
if (!isBrowserLike) {
|
|
34934
|
-
headers.set(conf.uaHeader ?? "user-agent", SDK_METADATA.userAgent);
|
|
34934
|
+
headers.set(conf.uaHeader ?? "user-agent", conf.userAgent ?? SDK_METADATA.userAgent);
|
|
34935
34935
|
}
|
|
34936
34936
|
const fetchOptions = {
|
|
34937
34937
|
...options?.fetchOptions,
|
|
@@ -36427,7 +36427,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36427
36427
|
created_by_id: stringType().optional(),
|
|
36428
36428
|
updated_by_id: stringType().optional(),
|
|
36429
36429
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36430
|
-
updated: stringType().datetime({ offset: true }).default("2025-
|
|
36430
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-01T19:29:58.422Z").transform((v2) => new Date(v2))
|
|
36431
36431
|
}).transform((v2) => {
|
|
36432
36432
|
return remap(v2, {
|
|
36433
36433
|
_id: "id",
|
|
@@ -36448,7 +36448,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36448
36448
|
createdById: stringType().optional(),
|
|
36449
36449
|
updatedById: stringType().optional(),
|
|
36450
36450
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36451
|
-
updated: dateType().default(() => new Date("2025-
|
|
36451
|
+
updated: dateType().default(() => new Date("2025-06-01T19:29:58.422Z")).transform((v2) => v2.toISOString())
|
|
36452
36452
|
}).transform((v2) => {
|
|
36453
36453
|
return remap(v2, {
|
|
36454
36454
|
id: "_id",
|
|
@@ -36646,7 +36646,7 @@ var init_createcontact = __esm(() => {
|
|
|
36646
36646
|
tags: arrayType(stringType()).optional(),
|
|
36647
36647
|
metadata: recordType(anyType()).optional(),
|
|
36648
36648
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36649
|
-
updated: stringType().datetime({ offset: true }).default("2025-
|
|
36649
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-01T19:29:58.422Z").transform((v2) => new Date(v2))
|
|
36650
36650
|
}).transform((v2) => {
|
|
36651
36651
|
return remap(v2, {
|
|
36652
36652
|
external_id: "externalId",
|
|
@@ -36663,7 +36663,7 @@ var init_createcontact = __esm(() => {
|
|
|
36663
36663
|
tags: arrayType(stringType()).optional(),
|
|
36664
36664
|
metadata: recordType(anyType()).optional(),
|
|
36665
36665
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36666
|
-
updated: dateType().default(() => new Date("2025-
|
|
36666
|
+
updated: dateType().default(() => new Date("2025-06-01T19:29:58.422Z")).transform((v2) => v2.toISOString())
|
|
36667
36667
|
}).transform((v2) => {
|
|
36668
36668
|
return remap(v2, {
|
|
36669
36669
|
externalId: "external_id",
|
|
@@ -36733,7 +36733,7 @@ var init_createdataset = __esm(() => {
|
|
|
36733
36733
|
updated_by_id: stringType().optional(),
|
|
36734
36734
|
metadata: lazyType(() => CreateDatasetMetadata$inboundSchema),
|
|
36735
36735
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36736
|
-
updated: stringType().datetime({ offset: true }).default("2025-
|
|
36736
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-01T19:29:58.422Z").transform((v2) => new Date(v2))
|
|
36737
36737
|
}).transform((v2) => {
|
|
36738
36738
|
return remap(v2, {
|
|
36739
36739
|
_id: "id",
|
|
@@ -36753,7 +36753,7 @@ var init_createdataset = __esm(() => {
|
|
|
36753
36753
|
updatedById: stringType().optional(),
|
|
36754
36754
|
metadata: lazyType(() => CreateDatasetMetadata$outboundSchema),
|
|
36755
36755
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36756
|
-
updated: dateType().default(() => new Date("2025-
|
|
36756
|
+
updated: dateType().default(() => new Date("2025-06-01T19:29:58.422Z")).transform((v2) => v2.toISOString())
|
|
36757
36757
|
}).transform((v2) => {
|
|
36758
36758
|
return remap(v2, {
|
|
36759
36759
|
id: "_id",
|
|
@@ -37381,7 +37381,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37381
37381
|
created_by_id: stringType().optional(),
|
|
37382
37382
|
updated_by_id: stringType().optional(),
|
|
37383
37383
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
37384
|
-
updated: stringType().datetime({ offset: true }).default("2025-
|
|
37384
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-01T19:29:58.422Z").transform((v2) => new Date(v2))
|
|
37385
37385
|
}).transform((v2) => {
|
|
37386
37386
|
return remap(v2, {
|
|
37387
37387
|
_id: "id",
|
|
@@ -37402,7 +37402,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37402
37402
|
createdById: stringType().optional(),
|
|
37403
37403
|
updatedById: stringType().optional(),
|
|
37404
37404
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
37405
|
-
updated: dateType().default(() => new Date("2025-
|
|
37405
|
+
updated: dateType().default(() => new Date("2025-06-01T19:29:58.422Z")).transform((v2) => v2.toISOString())
|
|
37406
37406
|
}).transform((v2) => {
|
|
37407
37407
|
return remap(v2, {
|
|
37408
37408
|
id: "_id",
|
|
@@ -37624,7 +37624,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37624
37624
|
CreateDatasourceStatus$.outboundSchema = CreateDatasourceStatus$outboundSchema;
|
|
37625
37625
|
})(CreateDatasourceStatus$ ||= {});
|
|
37626
37626
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
37627
|
-
_id: stringType().default("
|
|
37627
|
+
_id: stringType().default("01JWPFHZSJBPBDZW2AT01QWP55"),
|
|
37628
37628
|
display_name: stringType(),
|
|
37629
37629
|
description: stringType().optional(),
|
|
37630
37630
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -37647,7 +37647,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37647
37647
|
});
|
|
37648
37648
|
});
|
|
37649
37649
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
37650
|
-
id: stringType().default("
|
|
37650
|
+
id: stringType().default("01JWPFHZSJBPBDZW2AT01QWP55"),
|
|
37651
37651
|
displayName: stringType(),
|
|
37652
37652
|
description: stringType().optional(),
|
|
37653
37653
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -45958,7 +45958,7 @@ var init_fileget = __esm(() => {
|
|
|
45958
45958
|
bytes: numberType(),
|
|
45959
45959
|
file_name: stringType(),
|
|
45960
45960
|
workspace_id: stringType(),
|
|
45961
|
-
created: stringType().datetime({ offset: true }).default("2025-
|
|
45961
|
+
created: stringType().datetime({ offset: true }).default("2025-06-01T19:30:01.164Z").transform((v2) => new Date(v2))
|
|
45962
45962
|
}).transform((v2) => {
|
|
45963
45963
|
return remap(v2, {
|
|
45964
45964
|
_id: "id",
|
|
@@ -45974,7 +45974,7 @@ var init_fileget = __esm(() => {
|
|
|
45974
45974
|
bytes: numberType(),
|
|
45975
45975
|
fileName: stringType(),
|
|
45976
45976
|
workspaceId: stringType(),
|
|
45977
|
-
created: dateType().default(() => new Date("2025-
|
|
45977
|
+
created: dateType().default(() => new Date("2025-06-01T19:30:01.164Z")).transform((v2) => v2.toISOString())
|
|
45978
45978
|
}).transform((v2) => {
|
|
45979
45979
|
return remap(v2, {
|
|
45980
45980
|
id: "_id",
|
|
@@ -46045,7 +46045,7 @@ var init_filelist = __esm(() => {
|
|
|
46045
46045
|
bytes: numberType(),
|
|
46046
46046
|
file_name: stringType(),
|
|
46047
46047
|
workspace_id: stringType(),
|
|
46048
|
-
created: stringType().datetime({ offset: true }).default("2025-
|
|
46048
|
+
created: stringType().datetime({ offset: true }).default("2025-06-01T19:30:01.164Z").transform((v2) => new Date(v2))
|
|
46049
46049
|
}).transform((v2) => {
|
|
46050
46050
|
return remap(v2, {
|
|
46051
46051
|
_id: "id",
|
|
@@ -46061,7 +46061,7 @@ var init_filelist = __esm(() => {
|
|
|
46061
46061
|
bytes: numberType(),
|
|
46062
46062
|
fileName: stringType(),
|
|
46063
46063
|
workspaceId: stringType(),
|
|
46064
|
-
created: dateType().default(() => new Date("2025-
|
|
46064
|
+
created: dateType().default(() => new Date("2025-06-01T19:30:01.164Z")).transform((v2) => v2.toISOString())
|
|
46065
46065
|
}).transform((v2) => {
|
|
46066
46066
|
return remap(v2, {
|
|
46067
46067
|
id: "_id",
|
|
@@ -46193,7 +46193,7 @@ var init_fileupload = __esm(() => {
|
|
|
46193
46193
|
bytes: numberType(),
|
|
46194
46194
|
file_name: stringType(),
|
|
46195
46195
|
workspace_id: stringType(),
|
|
46196
|
-
created: stringType().datetime({ offset: true }).default("2025-
|
|
46196
|
+
created: stringType().datetime({ offset: true }).default("2025-06-01T19:30:01.164Z").transform((v2) => new Date(v2))
|
|
46197
46197
|
}).transform((v2) => {
|
|
46198
46198
|
return remap(v2, {
|
|
46199
46199
|
_id: "id",
|
|
@@ -46209,7 +46209,7 @@ var init_fileupload = __esm(() => {
|
|
|
46209
46209
|
bytes: numberType(),
|
|
46210
46210
|
fileName: stringType(),
|
|
46211
46211
|
workspaceId: stringType(),
|
|
46212
|
-
created: dateType().default(() => new Date("2025-
|
|
46212
|
+
created: dateType().default(() => new Date("2025-06-01T19:30:01.164Z")).transform((v2) => v2.toISOString())
|
|
46213
46213
|
}).transform((v2) => {
|
|
46214
46214
|
return remap(v2, {
|
|
46215
46215
|
id: "_id",
|
|
@@ -48796,7 +48796,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
48796
48796
|
created_by_id: stringType().optional(),
|
|
48797
48797
|
updated_by_id: stringType().optional(),
|
|
48798
48798
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
48799
|
-
updated: stringType().datetime({ offset: true }).default("2025-
|
|
48799
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-01T19:29:58.422Z").transform((v2) => new Date(v2))
|
|
48800
48800
|
}).transform((v2) => {
|
|
48801
48801
|
return remap(v2, {
|
|
48802
48802
|
_id: "id",
|
|
@@ -48817,7 +48817,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
48817
48817
|
createdById: stringType().optional(),
|
|
48818
48818
|
updatedById: stringType().optional(),
|
|
48819
48819
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
48820
|
-
updated: dateType().default(() => new Date("2025-
|
|
48820
|
+
updated: dateType().default(() => new Date("2025-06-01T19:29:58.422Z")).transform((v2) => v2.toISOString())
|
|
48821
48821
|
}).transform((v2) => {
|
|
48822
48822
|
return remap(v2, {
|
|
48823
48823
|
id: "_id",
|
|
@@ -48925,7 +48925,7 @@ var init_listdatasets = __esm(() => {
|
|
|
48925
48925
|
updated_by_id: stringType().optional(),
|
|
48926
48926
|
metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
|
|
48927
48927
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
48928
|
-
updated: stringType().datetime({ offset: true }).default("2025-
|
|
48928
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-01T19:29:58.422Z").transform((v2) => new Date(v2))
|
|
48929
48929
|
}).transform((v2) => {
|
|
48930
48930
|
return remap(v2, {
|
|
48931
48931
|
_id: "id",
|
|
@@ -48945,7 +48945,7 @@ var init_listdatasets = __esm(() => {
|
|
|
48945
48945
|
updatedById: stringType().optional(),
|
|
48946
48946
|
metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
|
|
48947
48947
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
48948
|
-
updated: dateType().default(() => new Date("2025-
|
|
48948
|
+
updated: dateType().default(() => new Date("2025-06-01T19:29:58.422Z")).transform((v2) => v2.toISOString())
|
|
48949
48949
|
}).transform((v2) => {
|
|
48950
48950
|
return remap(v2, {
|
|
48951
48951
|
id: "_id",
|
|
@@ -49050,7 +49050,7 @@ var init_listdatasources = __esm(() => {
|
|
|
49050
49050
|
ListDatasourcesStatus$.outboundSchema = ListDatasourcesStatus$outboundSchema;
|
|
49051
49051
|
})(ListDatasourcesStatus$ ||= {});
|
|
49052
49052
|
ListDatasourcesData$inboundSchema = objectType({
|
|
49053
|
-
_id: stringType().default("
|
|
49053
|
+
_id: stringType().default("01JWPFHZSHVB9X7X4KHPF7NT8W"),
|
|
49054
49054
|
display_name: stringType(),
|
|
49055
49055
|
description: stringType().optional(),
|
|
49056
49056
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -49073,7 +49073,7 @@ var init_listdatasources = __esm(() => {
|
|
|
49073
49073
|
});
|
|
49074
49074
|
});
|
|
49075
49075
|
ListDatasourcesData$outboundSchema = objectType({
|
|
49076
|
-
id: stringType().default("
|
|
49076
|
+
id: stringType().default("01JWPFHZSHVB9X7X4KHPF7NT8W"),
|
|
49077
49077
|
displayName: stringType(),
|
|
49078
49078
|
description: stringType().optional(),
|
|
49079
49079
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -50364,7 +50364,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
50364
50364
|
created_by_id: stringType().optional(),
|
|
50365
50365
|
updated_by_id: stringType().optional(),
|
|
50366
50366
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
50367
|
-
updated: stringType().datetime({ offset: true }).default("2025-
|
|
50367
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-01T19:29:58.422Z").transform((v2) => new Date(v2))
|
|
50368
50368
|
}).transform((v2) => {
|
|
50369
50369
|
return remap(v2, {
|
|
50370
50370
|
_id: "id",
|
|
@@ -50385,7 +50385,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
50385
50385
|
createdById: stringType().optional(),
|
|
50386
50386
|
updatedById: stringType().optional(),
|
|
50387
50387
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
50388
|
-
updated: dateType().default(() => new Date("2025-
|
|
50388
|
+
updated: dateType().default(() => new Date("2025-06-01T19:29:58.422Z")).transform((v2) => v2.toISOString())
|
|
50389
50389
|
}).transform((v2) => {
|
|
50390
50390
|
return remap(v2, {
|
|
50391
50391
|
id: "_id",
|
|
@@ -50456,7 +50456,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
50456
50456
|
updated_by_id: stringType().optional(),
|
|
50457
50457
|
metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
|
|
50458
50458
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
50459
|
-
updated: stringType().datetime({ offset: true }).default("2025-
|
|
50459
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-01T19:29:58.422Z").transform((v2) => new Date(v2))
|
|
50460
50460
|
}).transform((v2) => {
|
|
50461
50461
|
return remap(v2, {
|
|
50462
50462
|
_id: "id",
|
|
@@ -50476,7 +50476,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
50476
50476
|
updatedById: stringType().optional(),
|
|
50477
50477
|
metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
|
|
50478
50478
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
50479
|
-
updated: dateType().default(() => new Date("2025-
|
|
50479
|
+
updated: dateType().default(() => new Date("2025-06-01T19:29:58.422Z")).transform((v2) => v2.toISOString())
|
|
50480
50480
|
}).transform((v2) => {
|
|
50481
50481
|
return remap(v2, {
|
|
50482
50482
|
id: "_id",
|
|
@@ -50534,7 +50534,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
50534
50534
|
RetrieveDatasourceStatus$.outboundSchema = RetrieveDatasourceStatus$outboundSchema;
|
|
50535
50535
|
})(RetrieveDatasourceStatus$ ||= {});
|
|
50536
50536
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
50537
|
-
_id: stringType().default("
|
|
50537
|
+
_id: stringType().default("01JWPFHZSH92P54ZH4RKVJH9Y9"),
|
|
50538
50538
|
display_name: stringType(),
|
|
50539
50539
|
description: stringType().optional(),
|
|
50540
50540
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -50557,7 +50557,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
50557
50557
|
});
|
|
50558
50558
|
});
|
|
50559
50559
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
50560
|
-
id: stringType().default("
|
|
50560
|
+
id: stringType().default("01JWPFHZSH92P54ZH4RKVJH9Y9"),
|
|
50561
50561
|
displayName: stringType(),
|
|
50562
50562
|
description: stringType().optional(),
|
|
50563
50563
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -51901,7 +51901,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
51901
51901
|
created_by_id: stringType().optional(),
|
|
51902
51902
|
updated_by_id: stringType().optional(),
|
|
51903
51903
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
51904
|
-
updated: stringType().datetime({ offset: true }).default("2025-
|
|
51904
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-01T19:29:58.422Z").transform((v2) => new Date(v2))
|
|
51905
51905
|
}).transform((v2) => {
|
|
51906
51906
|
return remap(v2, {
|
|
51907
51907
|
_id: "id",
|
|
@@ -51922,7 +51922,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
51922
51922
|
createdById: stringType().optional(),
|
|
51923
51923
|
updatedById: stringType().optional(),
|
|
51924
51924
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
51925
|
-
updated: dateType().default(() => new Date("2025-
|
|
51925
|
+
updated: dateType().default(() => new Date("2025-06-01T19:29:58.422Z")).transform((v2) => v2.toISOString())
|
|
51926
51926
|
}).transform((v2) => {
|
|
51927
51927
|
return remap(v2, {
|
|
51928
51928
|
id: "_id",
|
|
@@ -52023,7 +52023,7 @@ var init_updatedataset = __esm(() => {
|
|
|
52023
52023
|
parent_id: stringType().optional(),
|
|
52024
52024
|
version: stringType().optional(),
|
|
52025
52025
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
52026
|
-
updated: stringType().datetime({ offset: true }).default("2025-
|
|
52026
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-01T19:29:58.422Z").transform((v2) => new Date(v2))
|
|
52027
52027
|
}).transform((v2) => {
|
|
52028
52028
|
return remap(v2, {
|
|
52029
52029
|
_id: "id",
|
|
@@ -52046,7 +52046,7 @@ var init_updatedataset = __esm(() => {
|
|
|
52046
52046
|
parentId: stringType().optional(),
|
|
52047
52047
|
version: stringType().optional(),
|
|
52048
52048
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
52049
|
-
updated: dateType().default(() => new Date("2025-
|
|
52049
|
+
updated: dateType().default(() => new Date("2025-06-01T19:29:58.422Z")).transform((v2) => v2.toISOString())
|
|
52050
52050
|
}).transform((v2) => {
|
|
52051
52051
|
return remap(v2, {
|
|
52052
52052
|
id: "_id",
|
|
@@ -52127,7 +52127,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
52127
52127
|
UpdateDatasourceStatus$.outboundSchema = UpdateDatasourceStatus$outboundSchema;
|
|
52128
52128
|
})(UpdateDatasourceStatus$ ||= {});
|
|
52129
52129
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
52130
|
-
_id: stringType().default("
|
|
52130
|
+
_id: stringType().default("01JWPFHZSKEVTFDWV54TS9ZGP9"),
|
|
52131
52131
|
display_name: stringType(),
|
|
52132
52132
|
description: stringType().optional(),
|
|
52133
52133
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -52150,7 +52150,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
52150
52150
|
});
|
|
52151
52151
|
});
|
|
52152
52152
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
52153
|
-
id: stringType().default("
|
|
52153
|
+
id: stringType().default("01JWPFHZSKEVTFDWV54TS9ZGP9"),
|
|
52154
52154
|
displayName: stringType(),
|
|
52155
52155
|
description: stringType().optional(),
|
|
52156
52156
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -53753,6 +53753,7 @@ async function $do(client, request, options) {
|
|
|
53753
53753
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
53754
53754
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
53755
53755
|
const context = {
|
|
53756
|
+
options: client._options,
|
|
53756
53757
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
53757
53758
|
operationID: "CreateContact",
|
|
53758
53759
|
oAuth2Scopes: [],
|
|
@@ -53768,6 +53769,7 @@ async function $do(client, request, options) {
|
|
|
53768
53769
|
path,
|
|
53769
53770
|
headers,
|
|
53770
53771
|
body,
|
|
53772
|
+
userAgent: client._options.userAgent,
|
|
53771
53773
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
53772
53774
|
}, options);
|
|
53773
53775
|
if (!requestRes.ok) {
|
|
@@ -53855,6 +53857,7 @@ async function $do2(client, request, options) {
|
|
|
53855
53857
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
53856
53858
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
53857
53859
|
const context = {
|
|
53860
|
+
options: client._options,
|
|
53858
53861
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
53859
53862
|
operationID: "ClearDataset",
|
|
53860
53863
|
oAuth2Scopes: [],
|
|
@@ -53870,6 +53873,7 @@ async function $do2(client, request, options) {
|
|
|
53870
53873
|
path,
|
|
53871
53874
|
headers,
|
|
53872
53875
|
body,
|
|
53876
|
+
userAgent: client._options.userAgent,
|
|
53873
53877
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
53874
53878
|
}, options);
|
|
53875
53879
|
if (!requestRes.ok) {
|
|
@@ -53952,6 +53956,7 @@ async function $do3(client, request, options) {
|
|
|
53952
53956
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
53953
53957
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
53954
53958
|
const context = {
|
|
53959
|
+
options: client._options,
|
|
53955
53960
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
53956
53961
|
operationID: "CreateDataset",
|
|
53957
53962
|
oAuth2Scopes: [],
|
|
@@ -53967,6 +53972,7 @@ async function $do3(client, request, options) {
|
|
|
53967
53972
|
path,
|
|
53968
53973
|
headers,
|
|
53969
53974
|
body,
|
|
53975
|
+
userAgent: client._options.userAgent,
|
|
53970
53976
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
53971
53977
|
}, options);
|
|
53972
53978
|
if (!requestRes.ok) {
|
|
@@ -54055,6 +54061,7 @@ async function $do4(client, request, options) {
|
|
|
54055
54061
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
54056
54062
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
54057
54063
|
const context = {
|
|
54064
|
+
options: client._options,
|
|
54058
54065
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
54059
54066
|
operationID: "CreateDatasetItem",
|
|
54060
54067
|
oAuth2Scopes: [],
|
|
@@ -54070,6 +54077,7 @@ async function $do4(client, request, options) {
|
|
|
54070
54077
|
path,
|
|
54071
54078
|
headers,
|
|
54072
54079
|
body,
|
|
54080
|
+
userAgent: client._options.userAgent,
|
|
54073
54081
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
54074
54082
|
}, options);
|
|
54075
54083
|
if (!requestRes.ok) {
|
|
@@ -54158,6 +54166,7 @@ async function $do5(client, request, options) {
|
|
|
54158
54166
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
54159
54167
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
54160
54168
|
const context = {
|
|
54169
|
+
options: client._options,
|
|
54161
54170
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
54162
54171
|
operationID: "BulkCreateDatapoints",
|
|
54163
54172
|
oAuth2Scopes: [],
|
|
@@ -54173,6 +54182,7 @@ async function $do5(client, request, options) {
|
|
|
54173
54182
|
path,
|
|
54174
54183
|
headers,
|
|
54175
54184
|
body,
|
|
54185
|
+
userAgent: client._options.userAgent,
|
|
54176
54186
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
54177
54187
|
}, options);
|
|
54178
54188
|
if (!requestRes.ok) {
|
|
@@ -54262,6 +54272,7 @@ async function $do6(client, request, options) {
|
|
|
54262
54272
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
54263
54273
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
54264
54274
|
const context = {
|
|
54275
|
+
options: client._options,
|
|
54265
54276
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
54266
54277
|
operationID: "CreateDatasetExperiment",
|
|
54267
54278
|
oAuth2Scopes: [],
|
|
@@ -54277,6 +54288,7 @@ async function $do6(client, request, options) {
|
|
|
54277
54288
|
path,
|
|
54278
54289
|
headers,
|
|
54279
54290
|
body,
|
|
54291
|
+
userAgent: client._options.userAgent,
|
|
54280
54292
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
54281
54293
|
}, options);
|
|
54282
54294
|
if (!requestRes.ok) {
|
|
@@ -54364,6 +54376,7 @@ async function $do7(client, request, options) {
|
|
|
54364
54376
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
54365
54377
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
54366
54378
|
const context = {
|
|
54379
|
+
options: client._options,
|
|
54367
54380
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
54368
54381
|
operationID: "DeleteDataset",
|
|
54369
54382
|
oAuth2Scopes: [],
|
|
@@ -54379,6 +54392,7 @@ async function $do7(client, request, options) {
|
|
|
54379
54392
|
path,
|
|
54380
54393
|
headers,
|
|
54381
54394
|
body,
|
|
54395
|
+
userAgent: client._options.userAgent,
|
|
54382
54396
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
54383
54397
|
}, options);
|
|
54384
54398
|
if (!requestRes.ok) {
|
|
@@ -54566,6 +54580,7 @@ async function $do8(client, request, options) {
|
|
|
54566
54580
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
54567
54581
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
54568
54582
|
const context = {
|
|
54583
|
+
options: client._options,
|
|
54569
54584
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
54570
54585
|
operationID: "DeleteDatapoint",
|
|
54571
54586
|
oAuth2Scopes: [],
|
|
@@ -54581,6 +54596,7 @@ async function $do8(client, request, options) {
|
|
|
54581
54596
|
path,
|
|
54582
54597
|
headers,
|
|
54583
54598
|
body,
|
|
54599
|
+
userAgent: client._options.userAgent,
|
|
54584
54600
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
54585
54601
|
}, options);
|
|
54586
54602
|
if (!requestRes.ok) {
|
|
@@ -54671,6 +54687,7 @@ async function $do9(client, request, options) {
|
|
|
54671
54687
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
54672
54688
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
54673
54689
|
const context = {
|
|
54690
|
+
options: client._options,
|
|
54674
54691
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
54675
54692
|
operationID: "ListDatasets",
|
|
54676
54693
|
oAuth2Scopes: [],
|
|
@@ -54687,6 +54704,7 @@ async function $do9(client, request, options) {
|
|
|
54687
54704
|
headers,
|
|
54688
54705
|
query,
|
|
54689
54706
|
body,
|
|
54707
|
+
userAgent: client._options.userAgent,
|
|
54690
54708
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
54691
54709
|
}, options);
|
|
54692
54710
|
if (!requestRes.ok) {
|
|
@@ -54779,6 +54797,7 @@ async function $do10(client, request, options) {
|
|
|
54779
54797
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
54780
54798
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
54781
54799
|
const context = {
|
|
54800
|
+
options: client._options,
|
|
54782
54801
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
54783
54802
|
operationID: "ListDatasetDatapoints",
|
|
54784
54803
|
oAuth2Scopes: [],
|
|
@@ -54795,6 +54814,7 @@ async function $do10(client, request, options) {
|
|
|
54795
54814
|
headers,
|
|
54796
54815
|
query,
|
|
54797
54816
|
body,
|
|
54817
|
+
userAgent: client._options.userAgent,
|
|
54798
54818
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
54799
54819
|
}, options);
|
|
54800
54820
|
if (!requestRes.ok) {
|
|
@@ -54882,6 +54902,7 @@ async function $do11(client, request, options) {
|
|
|
54882
54902
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
54883
54903
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
54884
54904
|
const context = {
|
|
54905
|
+
options: client._options,
|
|
54885
54906
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
54886
54907
|
operationID: "RetrieveDataset",
|
|
54887
54908
|
oAuth2Scopes: [],
|
|
@@ -54897,6 +54918,7 @@ async function $do11(client, request, options) {
|
|
|
54897
54918
|
path,
|
|
54898
54919
|
headers,
|
|
54899
54920
|
body,
|
|
54921
|
+
userAgent: client._options.userAgent,
|
|
54900
54922
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
54901
54923
|
}, options);
|
|
54902
54924
|
if (!requestRes.ok) {
|
|
@@ -54992,6 +55014,7 @@ async function $do12(client, request, options) {
|
|
|
54992
55014
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
54993
55015
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
54994
55016
|
const context = {
|
|
55017
|
+
options: client._options,
|
|
54995
55018
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
54996
55019
|
operationID: "RetrieveDatapoint",
|
|
54997
55020
|
oAuth2Scopes: [],
|
|
@@ -55007,6 +55030,7 @@ async function $do12(client, request, options) {
|
|
|
55007
55030
|
path,
|
|
55008
55031
|
headers,
|
|
55009
55032
|
body,
|
|
55033
|
+
userAgent: client._options.userAgent,
|
|
55010
55034
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
55011
55035
|
}, options);
|
|
55012
55036
|
if (!requestRes.ok) {
|
|
@@ -55099,6 +55123,7 @@ async function $do13(client, request, options) {
|
|
|
55099
55123
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
55100
55124
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
55101
55125
|
const context = {
|
|
55126
|
+
options: client._options,
|
|
55102
55127
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
55103
55128
|
operationID: "UpdateDataset",
|
|
55104
55129
|
oAuth2Scopes: [],
|
|
@@ -55114,6 +55139,7 @@ async function $do13(client, request, options) {
|
|
|
55114
55139
|
path,
|
|
55115
55140
|
headers,
|
|
55116
55141
|
body,
|
|
55142
|
+
userAgent: client._options.userAgent,
|
|
55117
55143
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
55118
55144
|
}, options);
|
|
55119
55145
|
if (!requestRes.ok) {
|
|
@@ -55210,6 +55236,7 @@ async function $do14(client, request, options) {
|
|
|
55210
55236
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
55211
55237
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
55212
55238
|
const context = {
|
|
55239
|
+
options: client._options,
|
|
55213
55240
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
55214
55241
|
operationID: "UpdateDatapoint",
|
|
55215
55242
|
oAuth2Scopes: [],
|
|
@@ -55225,6 +55252,7 @@ async function $do14(client, request, options) {
|
|
|
55225
55252
|
path,
|
|
55226
55253
|
headers,
|
|
55227
55254
|
body,
|
|
55255
|
+
userAgent: client._options.userAgent,
|
|
55228
55256
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
55229
55257
|
}, options);
|
|
55230
55258
|
if (!requestRes.ok) {
|
|
@@ -55315,6 +55343,7 @@ async function $do15(client, request, options) {
|
|
|
55315
55343
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
55316
55344
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
55317
55345
|
const context = {
|
|
55346
|
+
options: client._options,
|
|
55318
55347
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
55319
55348
|
operationID: "CreateDeploymentExperiment",
|
|
55320
55349
|
oAuth2Scopes: [],
|
|
@@ -55330,6 +55359,7 @@ async function $do15(client, request, options) {
|
|
|
55330
55359
|
path,
|
|
55331
55360
|
headers,
|
|
55332
55361
|
body,
|
|
55362
|
+
userAgent: client._options.userAgent,
|
|
55333
55363
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
55334
55364
|
}, options);
|
|
55335
55365
|
if (!requestRes.ok) {
|
|
@@ -55412,6 +55442,7 @@ async function $do16(client, request, options) {
|
|
|
55412
55442
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
55413
55443
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
55414
55444
|
const context = {
|
|
55445
|
+
options: client._options,
|
|
55415
55446
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
55416
55447
|
operationID: "DeploymentGetConfig",
|
|
55417
55448
|
oAuth2Scopes: [],
|
|
@@ -55427,6 +55458,7 @@ async function $do16(client, request, options) {
|
|
|
55427
55458
|
path,
|
|
55428
55459
|
headers,
|
|
55429
55460
|
body,
|
|
55461
|
+
userAgent: client._options.userAgent,
|
|
55430
55462
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
55431
55463
|
}, options);
|
|
55432
55464
|
if (!requestRes.ok) {
|
|
@@ -57297,6 +57329,7 @@ async function $do17(client, request, options) {
|
|
|
57297
57329
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
57298
57330
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
57299
57331
|
const context = {
|
|
57332
|
+
options: client._options,
|
|
57300
57333
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
57301
57334
|
operationID: "DeploymentInvoke",
|
|
57302
57335
|
oAuth2Scopes: [],
|
|
@@ -57312,6 +57345,7 @@ async function $do17(client, request, options) {
|
|
|
57312
57345
|
path,
|
|
57313
57346
|
headers,
|
|
57314
57347
|
body,
|
|
57348
|
+
userAgent: client._options.userAgent,
|
|
57315
57349
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
57316
57350
|
}, options);
|
|
57317
57351
|
if (!requestRes.ok) {
|
|
@@ -57399,6 +57433,7 @@ async function $do18(client, request, options) {
|
|
|
57399
57433
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
57400
57434
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
57401
57435
|
const context = {
|
|
57436
|
+
options: client._options,
|
|
57402
57437
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
57403
57438
|
operationID: "Deployments",
|
|
57404
57439
|
oAuth2Scopes: [],
|
|
@@ -57415,6 +57450,7 @@ async function $do18(client, request, options) {
|
|
|
57415
57450
|
headers,
|
|
57416
57451
|
query,
|
|
57417
57452
|
body,
|
|
57453
|
+
userAgent: client._options.userAgent,
|
|
57418
57454
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
57419
57455
|
}, options);
|
|
57420
57456
|
if (!requestRes.ok) {
|
|
@@ -57507,6 +57543,7 @@ async function $do19(client, request, options) {
|
|
|
57507
57543
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
57508
57544
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
57509
57545
|
const context = {
|
|
57546
|
+
options: client._options,
|
|
57510
57547
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
57511
57548
|
operationID: "DeploymentCreateMetric",
|
|
57512
57549
|
oAuth2Scopes: [],
|
|
@@ -57522,6 +57559,7 @@ async function $do19(client, request, options) {
|
|
|
57522
57559
|
path,
|
|
57523
57560
|
headers,
|
|
57524
57561
|
body,
|
|
57562
|
+
userAgent: client._options.userAgent,
|
|
57525
57563
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
57526
57564
|
}, options);
|
|
57527
57565
|
if (!requestRes.ok) {
|
|
@@ -57612,6 +57650,7 @@ async function $do20(client, request, options) {
|
|
|
57612
57650
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
57613
57651
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
57614
57652
|
const context = {
|
|
57653
|
+
options: client._options,
|
|
57615
57654
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
57616
57655
|
operationID: "DeploymentStream",
|
|
57617
57656
|
oAuth2Scopes: [],
|
|
@@ -57627,6 +57666,7 @@ async function $do20(client, request, options) {
|
|
|
57627
57666
|
path,
|
|
57628
57667
|
headers,
|
|
57629
57668
|
body,
|
|
57669
|
+
userAgent: client._options.userAgent,
|
|
57630
57670
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
57631
57671
|
}, options);
|
|
57632
57672
|
if (!requestRes.ok) {
|
|
@@ -57719,6 +57759,7 @@ async function $do21(client, request, options) {
|
|
|
57719
57759
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
57720
57760
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
57721
57761
|
const context = {
|
|
57762
|
+
options: client._options,
|
|
57722
57763
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
57723
57764
|
operationID: "CreateFeedback",
|
|
57724
57765
|
oAuth2Scopes: [],
|
|
@@ -57734,6 +57775,7 @@ async function $do21(client, request, options) {
|
|
|
57734
57775
|
path,
|
|
57735
57776
|
headers,
|
|
57736
57777
|
body,
|
|
57778
|
+
userAgent: client._options.userAgent,
|
|
57737
57779
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
57738
57780
|
}, options);
|
|
57739
57781
|
if (!requestRes.ok) {
|
|
@@ -57860,6 +57902,7 @@ async function $do22(client, request, options) {
|
|
|
57860
57902
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
57861
57903
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
57862
57904
|
const context = {
|
|
57905
|
+
options: client._options,
|
|
57863
57906
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
57864
57907
|
operationID: "FileUpload",
|
|
57865
57908
|
oAuth2Scopes: [],
|
|
@@ -57875,6 +57918,7 @@ async function $do22(client, request, options) {
|
|
|
57875
57918
|
path,
|
|
57876
57919
|
headers,
|
|
57877
57920
|
body,
|
|
57921
|
+
userAgent: client._options.userAgent,
|
|
57878
57922
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
57879
57923
|
}, options);
|
|
57880
57924
|
if (!requestRes.ok) {
|
|
@@ -57963,6 +58007,7 @@ async function $do23(client, request, options) {
|
|
|
57963
58007
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
57964
58008
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
57965
58009
|
const context = {
|
|
58010
|
+
options: client._options,
|
|
57966
58011
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
57967
58012
|
operationID: "FileDelete",
|
|
57968
58013
|
oAuth2Scopes: [],
|
|
@@ -57978,6 +58023,7 @@ async function $do23(client, request, options) {
|
|
|
57978
58023
|
path,
|
|
57979
58024
|
headers,
|
|
57980
58025
|
body,
|
|
58026
|
+
userAgent: client._options.userAgent,
|
|
57981
58027
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
57982
58028
|
}, options);
|
|
57983
58029
|
if (!requestRes.ok) {
|
|
@@ -58063,6 +58109,7 @@ async function $do24(client, request, options) {
|
|
|
58063
58109
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58064
58110
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58065
58111
|
const context = {
|
|
58112
|
+
options: client._options,
|
|
58066
58113
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58067
58114
|
operationID: "FileGet",
|
|
58068
58115
|
oAuth2Scopes: [],
|
|
@@ -58078,6 +58125,7 @@ async function $do24(client, request, options) {
|
|
|
58078
58125
|
path,
|
|
58079
58126
|
headers,
|
|
58080
58127
|
body,
|
|
58128
|
+
userAgent: client._options.userAgent,
|
|
58081
58129
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
58082
58130
|
}, options);
|
|
58083
58131
|
if (!requestRes.ok) {
|
|
@@ -58164,6 +58212,7 @@ async function $do25(client, request, options) {
|
|
|
58164
58212
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58165
58213
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58166
58214
|
const context = {
|
|
58215
|
+
options: client._options,
|
|
58167
58216
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58168
58217
|
operationID: "FileList",
|
|
58169
58218
|
oAuth2Scopes: [],
|
|
@@ -58180,6 +58229,7 @@ async function $do25(client, request, options) {
|
|
|
58180
58229
|
headers,
|
|
58181
58230
|
query,
|
|
58182
58231
|
body,
|
|
58232
|
+
userAgent: client._options.userAgent,
|
|
58183
58233
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
58184
58234
|
}, options);
|
|
58185
58235
|
if (!requestRes.ok) {
|
|
@@ -58262,6 +58312,7 @@ async function $do26(client, request, options) {
|
|
|
58262
58312
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58263
58313
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58264
58314
|
const context = {
|
|
58315
|
+
options: client._options,
|
|
58265
58316
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58266
58317
|
operationID: "CreateKnowledge",
|
|
58267
58318
|
oAuth2Scopes: [],
|
|
@@ -58277,6 +58328,7 @@ async function $do26(client, request, options) {
|
|
|
58277
58328
|
path,
|
|
58278
58329
|
headers,
|
|
58279
58330
|
body,
|
|
58331
|
+
userAgent: client._options.userAgent,
|
|
58280
58332
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
58281
58333
|
}, options);
|
|
58282
58334
|
if (!requestRes.ok) {
|
|
@@ -58367,6 +58419,7 @@ async function $do27(client, request, options) {
|
|
|
58367
58419
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58368
58420
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58369
58421
|
const context = {
|
|
58422
|
+
options: client._options,
|
|
58370
58423
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58371
58424
|
operationID: "CreateChunk",
|
|
58372
58425
|
oAuth2Scopes: [],
|
|
@@ -58382,6 +58435,7 @@ async function $do27(client, request, options) {
|
|
|
58382
58435
|
path,
|
|
58383
58436
|
headers,
|
|
58384
58437
|
body,
|
|
58438
|
+
userAgent: client._options.userAgent,
|
|
58385
58439
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
58386
58440
|
}, options);
|
|
58387
58441
|
if (!requestRes.ok) {
|
|
@@ -58469,6 +58523,7 @@ async function $do28(client, request, options) {
|
|
|
58469
58523
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58470
58524
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58471
58525
|
const context = {
|
|
58526
|
+
options: client._options,
|
|
58472
58527
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58473
58528
|
operationID: "CreateDatasource",
|
|
58474
58529
|
oAuth2Scopes: [],
|
|
@@ -58484,6 +58539,7 @@ async function $do28(client, request, options) {
|
|
|
58484
58539
|
path,
|
|
58485
58540
|
headers,
|
|
58486
58541
|
body,
|
|
58542
|
+
userAgent: client._options.userAgent,
|
|
58487
58543
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
58488
58544
|
}, options);
|
|
58489
58545
|
if (!requestRes.ok) {
|
|
@@ -58569,6 +58625,7 @@ async function $do29(client, request, options) {
|
|
|
58569
58625
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58570
58626
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58571
58627
|
const context = {
|
|
58628
|
+
options: client._options,
|
|
58572
58629
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58573
58630
|
operationID: "DeleteKnowledge",
|
|
58574
58631
|
oAuth2Scopes: [],
|
|
@@ -58584,6 +58641,7 @@ async function $do29(client, request, options) {
|
|
|
58584
58641
|
path,
|
|
58585
58642
|
headers,
|
|
58586
58643
|
body,
|
|
58644
|
+
userAgent: client._options.userAgent,
|
|
58587
58645
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
58588
58646
|
}, options);
|
|
58589
58647
|
if (!requestRes.ok) {
|
|
@@ -58679,6 +58737,7 @@ async function $do30(client, request, options) {
|
|
|
58679
58737
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58680
58738
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58681
58739
|
const context = {
|
|
58740
|
+
options: client._options,
|
|
58682
58741
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58683
58742
|
operationID: "DeleteChunk",
|
|
58684
58743
|
oAuth2Scopes: [],
|
|
@@ -58694,6 +58753,7 @@ async function $do30(client, request, options) {
|
|
|
58694
58753
|
path,
|
|
58695
58754
|
headers,
|
|
58696
58755
|
body,
|
|
58756
|
+
userAgent: client._options.userAgent,
|
|
58697
58757
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
58698
58758
|
}, options);
|
|
58699
58759
|
if (!requestRes.ok) {
|
|
@@ -58783,6 +58843,7 @@ async function $do31(client, request, options) {
|
|
|
58783
58843
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58784
58844
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58785
58845
|
const context = {
|
|
58846
|
+
options: client._options,
|
|
58786
58847
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58787
58848
|
operationID: "DeleteDatasource",
|
|
58788
58849
|
oAuth2Scopes: [],
|
|
@@ -58798,6 +58859,7 @@ async function $do31(client, request, options) {
|
|
|
58798
58859
|
path,
|
|
58799
58860
|
headers,
|
|
58800
58861
|
body,
|
|
58862
|
+
userAgent: client._options.userAgent,
|
|
58801
58863
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
58802
58864
|
}, options);
|
|
58803
58865
|
if (!requestRes.ok) {
|
|
@@ -58884,6 +58946,7 @@ async function $do32(client, request, options) {
|
|
|
58884
58946
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58885
58947
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58886
58948
|
const context = {
|
|
58949
|
+
options: client._options,
|
|
58887
58950
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58888
58951
|
operationID: "ListKnowledgeBases",
|
|
58889
58952
|
oAuth2Scopes: [],
|
|
@@ -58900,6 +58963,7 @@ async function $do32(client, request, options) {
|
|
|
58900
58963
|
headers,
|
|
58901
58964
|
query,
|
|
58902
58965
|
body,
|
|
58966
|
+
userAgent: client._options.userAgent,
|
|
58903
58967
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
58904
58968
|
}, options);
|
|
58905
58969
|
if (!requestRes.ok) {
|
|
@@ -58998,6 +59062,7 @@ async function $do33(client, request, options) {
|
|
|
58998
59062
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58999
59063
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59000
59064
|
const context = {
|
|
59065
|
+
options: client._options,
|
|
59001
59066
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59002
59067
|
operationID: "ListChunks",
|
|
59003
59068
|
oAuth2Scopes: [],
|
|
@@ -59014,6 +59079,7 @@ async function $do33(client, request, options) {
|
|
|
59014
59079
|
headers,
|
|
59015
59080
|
query,
|
|
59016
59081
|
body,
|
|
59082
|
+
userAgent: client._options.userAgent,
|
|
59017
59083
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59018
59084
|
}, options);
|
|
59019
59085
|
if (!requestRes.ok) {
|
|
@@ -59106,6 +59172,7 @@ async function $do34(client, request, options) {
|
|
|
59106
59172
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
59107
59173
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59108
59174
|
const context = {
|
|
59175
|
+
options: client._options,
|
|
59109
59176
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59110
59177
|
operationID: "ListDatasources",
|
|
59111
59178
|
oAuth2Scopes: [],
|
|
@@ -59122,6 +59189,7 @@ async function $do34(client, request, options) {
|
|
|
59122
59189
|
headers,
|
|
59123
59190
|
query,
|
|
59124
59191
|
body,
|
|
59192
|
+
userAgent: client._options.userAgent,
|
|
59125
59193
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59126
59194
|
}, options);
|
|
59127
59195
|
if (!requestRes.ok) {
|
|
@@ -59207,6 +59275,7 @@ async function $do35(client, request, options) {
|
|
|
59207
59275
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
59208
59276
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59209
59277
|
const context = {
|
|
59278
|
+
options: client._options,
|
|
59210
59279
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59211
59280
|
operationID: "GetOneKnowledge",
|
|
59212
59281
|
oAuth2Scopes: [],
|
|
@@ -59222,6 +59291,7 @@ async function $do35(client, request, options) {
|
|
|
59222
59291
|
path,
|
|
59223
59292
|
headers,
|
|
59224
59293
|
body,
|
|
59294
|
+
userAgent: client._options.userAgent,
|
|
59225
59295
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59226
59296
|
}, options);
|
|
59227
59297
|
if (!requestRes.ok) {
|
|
@@ -59317,6 +59387,7 @@ async function $do36(client, request, options) {
|
|
|
59317
59387
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
59318
59388
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59319
59389
|
const context = {
|
|
59390
|
+
options: client._options,
|
|
59320
59391
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59321
59392
|
operationID: "GetOneChunk",
|
|
59322
59393
|
oAuth2Scopes: [],
|
|
@@ -59332,6 +59403,7 @@ async function $do36(client, request, options) {
|
|
|
59332
59403
|
path,
|
|
59333
59404
|
headers,
|
|
59334
59405
|
body,
|
|
59406
|
+
userAgent: client._options.userAgent,
|
|
59335
59407
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59336
59408
|
}, options);
|
|
59337
59409
|
if (!requestRes.ok) {
|
|
@@ -59421,6 +59493,7 @@ async function $do37(client, request, options) {
|
|
|
59421
59493
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
59422
59494
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59423
59495
|
const context = {
|
|
59496
|
+
options: client._options,
|
|
59424
59497
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59425
59498
|
operationID: "RetrieveDatasource",
|
|
59426
59499
|
oAuth2Scopes: [],
|
|
@@ -59436,6 +59509,7 @@ async function $do37(client, request, options) {
|
|
|
59436
59509
|
path,
|
|
59437
59510
|
headers,
|
|
59438
59511
|
body,
|
|
59512
|
+
userAgent: client._options.userAgent,
|
|
59439
59513
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59440
59514
|
}, options);
|
|
59441
59515
|
if (!requestRes.ok) {
|
|
@@ -59522,6 +59596,7 @@ async function $do38(client, request, options) {
|
|
|
59522
59596
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
59523
59597
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59524
59598
|
const context = {
|
|
59599
|
+
options: client._options,
|
|
59525
59600
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59526
59601
|
operationID: "SearchKnowledge",
|
|
59527
59602
|
oAuth2Scopes: [],
|
|
@@ -59537,6 +59612,7 @@ async function $do38(client, request, options) {
|
|
|
59537
59612
|
path,
|
|
59538
59613
|
headers,
|
|
59539
59614
|
body,
|
|
59615
|
+
userAgent: client._options.userAgent,
|
|
59540
59616
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59541
59617
|
}, options);
|
|
59542
59618
|
if (!requestRes.ok) {
|
|
@@ -59625,6 +59701,7 @@ async function $do39(client, request, options) {
|
|
|
59625
59701
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
59626
59702
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59627
59703
|
const context = {
|
|
59704
|
+
options: client._options,
|
|
59628
59705
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59629
59706
|
operationID: "UpdateKnowledge",
|
|
59630
59707
|
oAuth2Scopes: [],
|
|
@@ -59640,6 +59717,7 @@ async function $do39(client, request, options) {
|
|
|
59640
59717
|
path,
|
|
59641
59718
|
headers,
|
|
59642
59719
|
body,
|
|
59720
|
+
userAgent: client._options.userAgent,
|
|
59643
59721
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59644
59722
|
}, options);
|
|
59645
59723
|
if (!requestRes.ok) {
|
|
@@ -59734,6 +59812,7 @@ async function $do40(client, request, options) {
|
|
|
59734
59812
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
59735
59813
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59736
59814
|
const context = {
|
|
59815
|
+
options: client._options,
|
|
59737
59816
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59738
59817
|
operationID: "UpdateChunk",
|
|
59739
59818
|
oAuth2Scopes: [],
|
|
@@ -59749,6 +59828,7 @@ async function $do40(client, request, options) {
|
|
|
59749
59828
|
path,
|
|
59750
59829
|
headers,
|
|
59751
59830
|
body,
|
|
59831
|
+
userAgent: client._options.userAgent,
|
|
59752
59832
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59753
59833
|
}, options);
|
|
59754
59834
|
if (!requestRes.ok) {
|
|
@@ -59839,6 +59919,7 @@ async function $do41(client, request, options) {
|
|
|
59839
59919
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
59840
59920
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59841
59921
|
const context = {
|
|
59922
|
+
options: client._options,
|
|
59842
59923
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59843
59924
|
operationID: "UpdateDatasource",
|
|
59844
59925
|
oAuth2Scopes: [],
|
|
@@ -59854,6 +59935,7 @@ async function $do41(client, request, options) {
|
|
|
59854
59935
|
path,
|
|
59855
59936
|
headers,
|
|
59856
59937
|
body,
|
|
59938
|
+
userAgent: client._options.userAgent,
|
|
59857
59939
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59858
59940
|
}, options);
|
|
59859
59941
|
if (!requestRes.ok) {
|
|
@@ -59927,6 +60009,7 @@ async function $do42(client, options) {
|
|
|
59927
60009
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
59928
60010
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59929
60011
|
const context = {
|
|
60012
|
+
options: client._options,
|
|
59930
60013
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59931
60014
|
operationID: "ListModels",
|
|
59932
60015
|
oAuth2Scopes: [],
|
|
@@ -59941,6 +60024,7 @@ async function $do42(client, options) {
|
|
|
59941
60024
|
baseURL: options?.serverURL,
|
|
59942
60025
|
path,
|
|
59943
60026
|
headers,
|
|
60027
|
+
userAgent: client._options.userAgent,
|
|
59944
60028
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59945
60029
|
}, options);
|
|
59946
60030
|
if (!requestRes.ok) {
|
|
@@ -60016,6 +60100,7 @@ async function $do43(client, request, options) {
|
|
|
60016
60100
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
60017
60101
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
60018
60102
|
const context = {
|
|
60103
|
+
options: client._options,
|
|
60019
60104
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
60020
60105
|
operationID: "CreatePrompt",
|
|
60021
60106
|
oAuth2Scopes: [],
|
|
@@ -60031,6 +60116,7 @@ async function $do43(client, request, options) {
|
|
|
60031
60116
|
path,
|
|
60032
60117
|
headers,
|
|
60033
60118
|
body,
|
|
60119
|
+
userAgent: client._options.userAgent,
|
|
60034
60120
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
60035
60121
|
}, options);
|
|
60036
60122
|
if (!requestRes.ok) {
|
|
@@ -60116,6 +60202,7 @@ async function $do44(client, request, options) {
|
|
|
60116
60202
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
60117
60203
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
60118
60204
|
const context = {
|
|
60205
|
+
options: client._options,
|
|
60119
60206
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
60120
60207
|
operationID: "DeletePrompt",
|
|
60121
60208
|
oAuth2Scopes: [],
|
|
@@ -60131,6 +60218,7 @@ async function $do44(client, request, options) {
|
|
|
60131
60218
|
path,
|
|
60132
60219
|
headers,
|
|
60133
60220
|
body,
|
|
60221
|
+
userAgent: client._options.userAgent,
|
|
60134
60222
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
60135
60223
|
}, options);
|
|
60136
60224
|
if (!requestRes.ok) {
|
|
@@ -60220,6 +60308,7 @@ async function $do45(client, request, options) {
|
|
|
60220
60308
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
60221
60309
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
60222
60310
|
const context = {
|
|
60311
|
+
options: client._options,
|
|
60223
60312
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
60224
60313
|
operationID: "GetPromptVersion",
|
|
60225
60314
|
oAuth2Scopes: [],
|
|
@@ -60235,6 +60324,7 @@ async function $do45(client, request, options) {
|
|
|
60235
60324
|
path,
|
|
60236
60325
|
headers,
|
|
60237
60326
|
body,
|
|
60327
|
+
userAgent: client._options.userAgent,
|
|
60238
60328
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
60239
60329
|
}, options);
|
|
60240
60330
|
if (!requestRes.ok) {
|
|
@@ -60325,6 +60415,7 @@ async function $do46(client, request, options) {
|
|
|
60325
60415
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
60326
60416
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
60327
60417
|
const context = {
|
|
60418
|
+
options: client._options,
|
|
60328
60419
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
60329
60420
|
operationID: "GetAllPrompts",
|
|
60330
60421
|
oAuth2Scopes: [],
|
|
@@ -60341,6 +60432,7 @@ async function $do46(client, request, options) {
|
|
|
60341
60432
|
headers,
|
|
60342
60433
|
query,
|
|
60343
60434
|
body,
|
|
60435
|
+
userAgent: client._options.userAgent,
|
|
60344
60436
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
60345
60437
|
}, options);
|
|
60346
60438
|
if (!requestRes.ok) {
|
|
@@ -60433,6 +60525,7 @@ async function $do47(client, request, options) {
|
|
|
60433
60525
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
60434
60526
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
60435
60527
|
const context = {
|
|
60528
|
+
options: client._options,
|
|
60436
60529
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
60437
60530
|
operationID: "ListPromptVersions",
|
|
60438
60531
|
oAuth2Scopes: [],
|
|
@@ -60449,6 +60542,7 @@ async function $do47(client, request, options) {
|
|
|
60449
60542
|
headers,
|
|
60450
60543
|
query,
|
|
60451
60544
|
body,
|
|
60545
|
+
userAgent: client._options.userAgent,
|
|
60452
60546
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
60453
60547
|
}, options);
|
|
60454
60548
|
if (!requestRes.ok) {
|
|
@@ -60536,6 +60630,7 @@ async function $do48(client, request, options) {
|
|
|
60536
60630
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
60537
60631
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
60538
60632
|
const context = {
|
|
60633
|
+
options: client._options,
|
|
60539
60634
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
60540
60635
|
operationID: "GetOnePrompt",
|
|
60541
60636
|
oAuth2Scopes: [],
|
|
@@ -60551,6 +60646,7 @@ async function $do48(client, request, options) {
|
|
|
60551
60646
|
path,
|
|
60552
60647
|
headers,
|
|
60553
60648
|
body,
|
|
60649
|
+
userAgent: client._options.userAgent,
|
|
60554
60650
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
60555
60651
|
}, options);
|
|
60556
60652
|
if (!requestRes.ok) {
|
|
@@ -60639,6 +60735,7 @@ async function $do49(client, request, options) {
|
|
|
60639
60735
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
60640
60736
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
60641
60737
|
const context = {
|
|
60738
|
+
options: client._options,
|
|
60642
60739
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
60643
60740
|
operationID: "UpdatePrompt",
|
|
60644
60741
|
oAuth2Scopes: [],
|
|
@@ -60654,6 +60751,7 @@ async function $do49(client, request, options) {
|
|
|
60654
60751
|
path,
|
|
60655
60752
|
headers,
|
|
60656
60753
|
body,
|
|
60754
|
+
userAgent: client._options.userAgent,
|
|
60657
60755
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
60658
60756
|
}, options);
|
|
60659
60757
|
if (!requestRes.ok) {
|
|
@@ -60738,6 +60836,7 @@ async function $do50(client, request, options) {
|
|
|
60738
60836
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
60739
60837
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
60740
60838
|
const context = {
|
|
60839
|
+
options: client._options,
|
|
60741
60840
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
60742
60841
|
operationID: "RemoteConfigsGetConfig",
|
|
60743
60842
|
oAuth2Scopes: [],
|
|
@@ -60753,6 +60852,7 @@ async function $do50(client, request, options) {
|
|
|
60753
60852
|
path,
|
|
60754
60853
|
headers,
|
|
60755
60854
|
body,
|
|
60855
|
+
userAgent: client._options.userAgent,
|
|
60756
60856
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
60757
60857
|
}, options);
|
|
60758
60858
|
if (!requestRes.ok) {
|
|
@@ -60817,7 +60917,7 @@ var init_remoteconfigsRetrieve2 = __esm(() => {
|
|
|
60817
60917
|
function createMCPServer(deps) {
|
|
60818
60918
|
const server = new McpServer({
|
|
60819
60919
|
name: "Orq",
|
|
60820
|
-
version: "3.6.
|
|
60920
|
+
version: "3.6.3"
|
|
60821
60921
|
});
|
|
60822
60922
|
const client = new OrqCore({
|
|
60823
60923
|
apiKey: deps.apiKey,
|
|
@@ -62153,7 +62253,7 @@ var routes = rn({
|
|
|
62153
62253
|
var app = Ve(routes, {
|
|
62154
62254
|
name: "mcp",
|
|
62155
62255
|
versionInfo: {
|
|
62156
|
-
currentVersion: "3.6.
|
|
62256
|
+
currentVersion: "3.6.3"
|
|
62157
62257
|
}
|
|
62158
62258
|
});
|
|
62159
62259
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -62161,5 +62261,5 @@ export {
|
|
|
62161
62261
|
app
|
|
62162
62262
|
};
|
|
62163
62263
|
|
|
62164
|
-
//# debugId=
|
|
62264
|
+
//# debugId=1542062A00D9B98164756E2164756E21
|
|
62165
62265
|
//# sourceMappingURL=mcp-server.js.map
|