@orq-ai/node 3.7.0-rc.1 → 3.7.0-rc.2
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/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
|
@@ -34272,9 +34272,9 @@ var init_config = __esm(() => {
|
|
|
34272
34272
|
SDK_METADATA = {
|
|
34273
34273
|
language: "typescript",
|
|
34274
34274
|
openapiDocVersion: "2.0",
|
|
34275
|
-
sdkVersion: "3.7.0-rc.
|
|
34276
|
-
genVersion: "2.
|
|
34277
|
-
userAgent: "speakeasy-sdk/typescript 3.7.0-rc.
|
|
34275
|
+
sdkVersion: "3.7.0-rc.2",
|
|
34276
|
+
genVersion: "2.616.1",
|
|
34277
|
+
userAgent: "speakeasy-sdk/typescript 3.7.0-rc.2 2.616.1 2.0 @orq-ai/node"
|
|
34278
34278
|
};
|
|
34279
34279
|
});
|
|
34280
34280
|
|
|
@@ -34863,7 +34863,6 @@ class ClientSDK {
|
|
|
34863
34863
|
} else {
|
|
34864
34864
|
this.#hooks = new SDKHooks;
|
|
34865
34865
|
}
|
|
34866
|
-
this._options = { ...fillGlobals(options), hooks: this.#hooks };
|
|
34867
34866
|
const url = serverURLFromOptions(options);
|
|
34868
34867
|
if (url) {
|
|
34869
34868
|
url.pathname = url.pathname.replace(/\/+$/, "") + "/";
|
|
@@ -34874,7 +34873,8 @@ class ClientSDK {
|
|
|
34874
34873
|
});
|
|
34875
34874
|
this._baseURL = baseURL;
|
|
34876
34875
|
this.#httpClient = client;
|
|
34877
|
-
this
|
|
34876
|
+
this._options = { ...fillGlobals(options), hooks: this.#hooks };
|
|
34877
|
+
this.#logger = this._options.debugLogger;
|
|
34878
34878
|
if (!this.#logger && env().ORQ_DEBUG) {
|
|
34879
34879
|
this.#logger = console;
|
|
34880
34880
|
}
|
|
@@ -34928,7 +34928,7 @@ class ClientSDK {
|
|
|
34928
34928
|
headers.set(k2, v2);
|
|
34929
34929
|
}
|
|
34930
34930
|
if (!isBrowserLike) {
|
|
34931
|
-
headers.set(conf.uaHeader ?? "user-agent", SDK_METADATA.userAgent);
|
|
34931
|
+
headers.set(conf.uaHeader ?? "user-agent", conf.userAgent ?? SDK_METADATA.userAgent);
|
|
34932
34932
|
}
|
|
34933
34933
|
const fetchOptions = {
|
|
34934
34934
|
...options?.fetchOptions,
|
|
@@ -36424,7 +36424,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36424
36424
|
created_by_id: stringType().optional(),
|
|
36425
36425
|
updated_by_id: stringType().optional(),
|
|
36426
36426
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36427
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
36427
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-30T11:01:20.758Z").transform((v2) => new Date(v2))
|
|
36428
36428
|
}).transform((v2) => {
|
|
36429
36429
|
return remap(v2, {
|
|
36430
36430
|
_id: "id",
|
|
@@ -36445,7 +36445,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36445
36445
|
createdById: stringType().optional(),
|
|
36446
36446
|
updatedById: stringType().optional(),
|
|
36447
36447
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36448
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
36448
|
+
updated: dateType().default(() => new Date("2025-05-30T11:01:20.758Z")).transform((v2) => v2.toISOString())
|
|
36449
36449
|
}).transform((v2) => {
|
|
36450
36450
|
return remap(v2, {
|
|
36451
36451
|
id: "_id",
|
|
@@ -36643,7 +36643,7 @@ var init_createcontact = __esm(() => {
|
|
|
36643
36643
|
tags: arrayType(stringType()).optional(),
|
|
36644
36644
|
metadata: recordType(anyType()).optional(),
|
|
36645
36645
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36646
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
36646
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-30T11:01:20.758Z").transform((v2) => new Date(v2))
|
|
36647
36647
|
}).transform((v2) => {
|
|
36648
36648
|
return remap(v2, {
|
|
36649
36649
|
external_id: "externalId",
|
|
@@ -36660,7 +36660,7 @@ var init_createcontact = __esm(() => {
|
|
|
36660
36660
|
tags: arrayType(stringType()).optional(),
|
|
36661
36661
|
metadata: recordType(anyType()).optional(),
|
|
36662
36662
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36663
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
36663
|
+
updated: dateType().default(() => new Date("2025-05-30T11:01:20.758Z")).transform((v2) => v2.toISOString())
|
|
36664
36664
|
}).transform((v2) => {
|
|
36665
36665
|
return remap(v2, {
|
|
36666
36666
|
externalId: "external_id",
|
|
@@ -36730,7 +36730,7 @@ var init_createdataset = __esm(() => {
|
|
|
36730
36730
|
updated_by_id: stringType().optional(),
|
|
36731
36731
|
metadata: lazyType(() => CreateDatasetMetadata$inboundSchema),
|
|
36732
36732
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36733
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
36733
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-30T11:01:20.758Z").transform((v2) => new Date(v2))
|
|
36734
36734
|
}).transform((v2) => {
|
|
36735
36735
|
return remap(v2, {
|
|
36736
36736
|
_id: "id",
|
|
@@ -36750,7 +36750,7 @@ var init_createdataset = __esm(() => {
|
|
|
36750
36750
|
updatedById: stringType().optional(),
|
|
36751
36751
|
metadata: lazyType(() => CreateDatasetMetadata$outboundSchema),
|
|
36752
36752
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36753
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
36753
|
+
updated: dateType().default(() => new Date("2025-05-30T11:01:20.758Z")).transform((v2) => v2.toISOString())
|
|
36754
36754
|
}).transform((v2) => {
|
|
36755
36755
|
return remap(v2, {
|
|
36756
36756
|
id: "_id",
|
|
@@ -37378,7 +37378,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37378
37378
|
created_by_id: stringType().optional(),
|
|
37379
37379
|
updated_by_id: stringType().optional(),
|
|
37380
37380
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
37381
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
37381
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-30T11:01:20.758Z").transform((v2) => new Date(v2))
|
|
37382
37382
|
}).transform((v2) => {
|
|
37383
37383
|
return remap(v2, {
|
|
37384
37384
|
_id: "id",
|
|
@@ -37399,7 +37399,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37399
37399
|
createdById: stringType().optional(),
|
|
37400
37400
|
updatedById: stringType().optional(),
|
|
37401
37401
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
37402
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
37402
|
+
updated: dateType().default(() => new Date("2025-05-30T11:01:20.758Z")).transform((v2) => v2.toISOString())
|
|
37403
37403
|
}).transform((v2) => {
|
|
37404
37404
|
return remap(v2, {
|
|
37405
37405
|
id: "_id",
|
|
@@ -37621,7 +37621,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37621
37621
|
CreateDatasourceStatus$.outboundSchema = CreateDatasourceStatus$outboundSchema;
|
|
37622
37622
|
})(CreateDatasourceStatus$ ||= {});
|
|
37623
37623
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
37624
|
-
_id: stringType().default("
|
|
37624
|
+
_id: stringType().default("01JWGDN7FQ7NBKZVVRBG0EM1VY"),
|
|
37625
37625
|
display_name: stringType(),
|
|
37626
37626
|
description: stringType().optional(),
|
|
37627
37627
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -37644,7 +37644,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37644
37644
|
});
|
|
37645
37645
|
});
|
|
37646
37646
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
37647
|
-
id: stringType().default("
|
|
37647
|
+
id: stringType().default("01JWGDN7FQ7NBKZVVRBG0EM1VY"),
|
|
37648
37648
|
displayName: stringType(),
|
|
37649
37649
|
description: stringType().optional(),
|
|
37650
37650
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -45955,7 +45955,7 @@ var init_fileget = __esm(() => {
|
|
|
45955
45955
|
bytes: numberType(),
|
|
45956
45956
|
file_name: stringType(),
|
|
45957
45957
|
workspace_id: stringType(),
|
|
45958
|
-
created: stringType().datetime({ offset: true }).default("2025-05-
|
|
45958
|
+
created: stringType().datetime({ offset: true }).default("2025-05-30T11:01:23.565Z").transform((v2) => new Date(v2))
|
|
45959
45959
|
}).transform((v2) => {
|
|
45960
45960
|
return remap(v2, {
|
|
45961
45961
|
_id: "id",
|
|
@@ -45971,7 +45971,7 @@ var init_fileget = __esm(() => {
|
|
|
45971
45971
|
bytes: numberType(),
|
|
45972
45972
|
fileName: stringType(),
|
|
45973
45973
|
workspaceId: stringType(),
|
|
45974
|
-
created: dateType().default(() => new Date("2025-05-
|
|
45974
|
+
created: dateType().default(() => new Date("2025-05-30T11:01:23.565Z")).transform((v2) => v2.toISOString())
|
|
45975
45975
|
}).transform((v2) => {
|
|
45976
45976
|
return remap(v2, {
|
|
45977
45977
|
id: "_id",
|
|
@@ -46042,7 +46042,7 @@ var init_filelist = __esm(() => {
|
|
|
46042
46042
|
bytes: numberType(),
|
|
46043
46043
|
file_name: stringType(),
|
|
46044
46044
|
workspace_id: stringType(),
|
|
46045
|
-
created: stringType().datetime({ offset: true }).default("2025-05-
|
|
46045
|
+
created: stringType().datetime({ offset: true }).default("2025-05-30T11:01:23.565Z").transform((v2) => new Date(v2))
|
|
46046
46046
|
}).transform((v2) => {
|
|
46047
46047
|
return remap(v2, {
|
|
46048
46048
|
_id: "id",
|
|
@@ -46058,7 +46058,7 @@ var init_filelist = __esm(() => {
|
|
|
46058
46058
|
bytes: numberType(),
|
|
46059
46059
|
fileName: stringType(),
|
|
46060
46060
|
workspaceId: stringType(),
|
|
46061
|
-
created: dateType().default(() => new Date("2025-05-
|
|
46061
|
+
created: dateType().default(() => new Date("2025-05-30T11:01:23.565Z")).transform((v2) => v2.toISOString())
|
|
46062
46062
|
}).transform((v2) => {
|
|
46063
46063
|
return remap(v2, {
|
|
46064
46064
|
id: "_id",
|
|
@@ -46190,7 +46190,7 @@ var init_fileupload = __esm(() => {
|
|
|
46190
46190
|
bytes: numberType(),
|
|
46191
46191
|
file_name: stringType(),
|
|
46192
46192
|
workspace_id: stringType(),
|
|
46193
|
-
created: stringType().datetime({ offset: true }).default("2025-05-
|
|
46193
|
+
created: stringType().datetime({ offset: true }).default("2025-05-30T11:01:23.565Z").transform((v2) => new Date(v2))
|
|
46194
46194
|
}).transform((v2) => {
|
|
46195
46195
|
return remap(v2, {
|
|
46196
46196
|
_id: "id",
|
|
@@ -46206,7 +46206,7 @@ var init_fileupload = __esm(() => {
|
|
|
46206
46206
|
bytes: numberType(),
|
|
46207
46207
|
fileName: stringType(),
|
|
46208
46208
|
workspaceId: stringType(),
|
|
46209
|
-
created: dateType().default(() => new Date("2025-05-
|
|
46209
|
+
created: dateType().default(() => new Date("2025-05-30T11:01:23.565Z")).transform((v2) => v2.toISOString())
|
|
46210
46210
|
}).transform((v2) => {
|
|
46211
46211
|
return remap(v2, {
|
|
46212
46212
|
id: "_id",
|
|
@@ -48793,7 +48793,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
48793
48793
|
created_by_id: stringType().optional(),
|
|
48794
48794
|
updated_by_id: stringType().optional(),
|
|
48795
48795
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
48796
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
48796
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-30T11:01:20.758Z").transform((v2) => new Date(v2))
|
|
48797
48797
|
}).transform((v2) => {
|
|
48798
48798
|
return remap(v2, {
|
|
48799
48799
|
_id: "id",
|
|
@@ -48814,7 +48814,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
48814
48814
|
createdById: stringType().optional(),
|
|
48815
48815
|
updatedById: stringType().optional(),
|
|
48816
48816
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
48817
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
48817
|
+
updated: dateType().default(() => new Date("2025-05-30T11:01:20.758Z")).transform((v2) => v2.toISOString())
|
|
48818
48818
|
}).transform((v2) => {
|
|
48819
48819
|
return remap(v2, {
|
|
48820
48820
|
id: "_id",
|
|
@@ -48922,7 +48922,7 @@ var init_listdatasets = __esm(() => {
|
|
|
48922
48922
|
updated_by_id: stringType().optional(),
|
|
48923
48923
|
metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
|
|
48924
48924
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
48925
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
48925
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-30T11:01:20.758Z").transform((v2) => new Date(v2))
|
|
48926
48926
|
}).transform((v2) => {
|
|
48927
48927
|
return remap(v2, {
|
|
48928
48928
|
_id: "id",
|
|
@@ -48942,7 +48942,7 @@ var init_listdatasets = __esm(() => {
|
|
|
48942
48942
|
updatedById: stringType().optional(),
|
|
48943
48943
|
metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
|
|
48944
48944
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
48945
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
48945
|
+
updated: dateType().default(() => new Date("2025-05-30T11:01:20.758Z")).transform((v2) => v2.toISOString())
|
|
48946
48946
|
}).transform((v2) => {
|
|
48947
48947
|
return remap(v2, {
|
|
48948
48948
|
id: "_id",
|
|
@@ -49047,7 +49047,7 @@ var init_listdatasources = __esm(() => {
|
|
|
49047
49047
|
ListDatasourcesStatus$.outboundSchema = ListDatasourcesStatus$outboundSchema;
|
|
49048
49048
|
})(ListDatasourcesStatus$ ||= {});
|
|
49049
49049
|
ListDatasourcesData$inboundSchema = objectType({
|
|
49050
|
-
_id: stringType().default("
|
|
49050
|
+
_id: stringType().default("01JWGDN7FP860EXPKS0634AF99"),
|
|
49051
49051
|
display_name: stringType(),
|
|
49052
49052
|
description: stringType().optional(),
|
|
49053
49053
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -49070,7 +49070,7 @@ var init_listdatasources = __esm(() => {
|
|
|
49070
49070
|
});
|
|
49071
49071
|
});
|
|
49072
49072
|
ListDatasourcesData$outboundSchema = objectType({
|
|
49073
|
-
id: stringType().default("
|
|
49073
|
+
id: stringType().default("01JWGDN7FP860EXPKS0634AF99"),
|
|
49074
49074
|
displayName: stringType(),
|
|
49075
49075
|
description: stringType().optional(),
|
|
49076
49076
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -50361,7 +50361,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
50361
50361
|
created_by_id: stringType().optional(),
|
|
50362
50362
|
updated_by_id: stringType().optional(),
|
|
50363
50363
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
50364
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
50364
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-30T11:01:20.758Z").transform((v2) => new Date(v2))
|
|
50365
50365
|
}).transform((v2) => {
|
|
50366
50366
|
return remap(v2, {
|
|
50367
50367
|
_id: "id",
|
|
@@ -50382,7 +50382,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
50382
50382
|
createdById: stringType().optional(),
|
|
50383
50383
|
updatedById: stringType().optional(),
|
|
50384
50384
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
50385
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
50385
|
+
updated: dateType().default(() => new Date("2025-05-30T11:01:20.758Z")).transform((v2) => v2.toISOString())
|
|
50386
50386
|
}).transform((v2) => {
|
|
50387
50387
|
return remap(v2, {
|
|
50388
50388
|
id: "_id",
|
|
@@ -50453,7 +50453,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
50453
50453
|
updated_by_id: stringType().optional(),
|
|
50454
50454
|
metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
|
|
50455
50455
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
50456
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
50456
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-30T11:01:20.758Z").transform((v2) => new Date(v2))
|
|
50457
50457
|
}).transform((v2) => {
|
|
50458
50458
|
return remap(v2, {
|
|
50459
50459
|
_id: "id",
|
|
@@ -50473,7 +50473,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
50473
50473
|
updatedById: stringType().optional(),
|
|
50474
50474
|
metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
|
|
50475
50475
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
50476
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
50476
|
+
updated: dateType().default(() => new Date("2025-05-30T11:01:20.758Z")).transform((v2) => v2.toISOString())
|
|
50477
50477
|
}).transform((v2) => {
|
|
50478
50478
|
return remap(v2, {
|
|
50479
50479
|
id: "_id",
|
|
@@ -50531,7 +50531,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
50531
50531
|
RetrieveDatasourceStatus$.outboundSchema = RetrieveDatasourceStatus$outboundSchema;
|
|
50532
50532
|
})(RetrieveDatasourceStatus$ ||= {});
|
|
50533
50533
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
50534
|
-
_id: stringType().default("
|
|
50534
|
+
_id: stringType().default("01JWGDN7FQ436FW5JTJZAMK14E"),
|
|
50535
50535
|
display_name: stringType(),
|
|
50536
50536
|
description: stringType().optional(),
|
|
50537
50537
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -50554,7 +50554,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
50554
50554
|
});
|
|
50555
50555
|
});
|
|
50556
50556
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
50557
|
-
id: stringType().default("
|
|
50557
|
+
id: stringType().default("01JWGDN7FQ436FW5JTJZAMK14E"),
|
|
50558
50558
|
displayName: stringType(),
|
|
50559
50559
|
description: stringType().optional(),
|
|
50560
50560
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -51898,7 +51898,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
51898
51898
|
created_by_id: stringType().optional(),
|
|
51899
51899
|
updated_by_id: stringType().optional(),
|
|
51900
51900
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
51901
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
51901
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-30T11:01:20.758Z").transform((v2) => new Date(v2))
|
|
51902
51902
|
}).transform((v2) => {
|
|
51903
51903
|
return remap(v2, {
|
|
51904
51904
|
_id: "id",
|
|
@@ -51919,7 +51919,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
51919
51919
|
createdById: stringType().optional(),
|
|
51920
51920
|
updatedById: stringType().optional(),
|
|
51921
51921
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
51922
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
51922
|
+
updated: dateType().default(() => new Date("2025-05-30T11:01:20.758Z")).transform((v2) => v2.toISOString())
|
|
51923
51923
|
}).transform((v2) => {
|
|
51924
51924
|
return remap(v2, {
|
|
51925
51925
|
id: "_id",
|
|
@@ -52020,7 +52020,7 @@ var init_updatedataset = __esm(() => {
|
|
|
52020
52020
|
parent_id: stringType().optional(),
|
|
52021
52021
|
version: stringType().optional(),
|
|
52022
52022
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
52023
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
52023
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-30T11:01:20.758Z").transform((v2) => new Date(v2))
|
|
52024
52024
|
}).transform((v2) => {
|
|
52025
52025
|
return remap(v2, {
|
|
52026
52026
|
_id: "id",
|
|
@@ -52043,7 +52043,7 @@ var init_updatedataset = __esm(() => {
|
|
|
52043
52043
|
parentId: stringType().optional(),
|
|
52044
52044
|
version: stringType().optional(),
|
|
52045
52045
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
52046
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
52046
|
+
updated: dateType().default(() => new Date("2025-05-30T11:01:20.758Z")).transform((v2) => v2.toISOString())
|
|
52047
52047
|
}).transform((v2) => {
|
|
52048
52048
|
return remap(v2, {
|
|
52049
52049
|
id: "_id",
|
|
@@ -52124,7 +52124,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
52124
52124
|
UpdateDatasourceStatus$.outboundSchema = UpdateDatasourceStatus$outboundSchema;
|
|
52125
52125
|
})(UpdateDatasourceStatus$ ||= {});
|
|
52126
52126
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
52127
|
-
_id: stringType().default("
|
|
52127
|
+
_id: stringType().default("01JWGDN7FSZNZJWHH2HRE5V7XJ"),
|
|
52128
52128
|
display_name: stringType(),
|
|
52129
52129
|
description: stringType().optional(),
|
|
52130
52130
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -52147,7 +52147,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
52147
52147
|
});
|
|
52148
52148
|
});
|
|
52149
52149
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
52150
|
-
id: stringType().default("
|
|
52150
|
+
id: stringType().default("01JWGDN7FSZNZJWHH2HRE5V7XJ"),
|
|
52151
52151
|
displayName: stringType(),
|
|
52152
52152
|
description: stringType().optional(),
|
|
52153
52153
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -53750,6 +53750,7 @@ async function $do(client, request, options) {
|
|
|
53750
53750
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
53751
53751
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
53752
53752
|
const context = {
|
|
53753
|
+
options: client._options,
|
|
53753
53754
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
53754
53755
|
operationID: "CreateContact",
|
|
53755
53756
|
oAuth2Scopes: [],
|
|
@@ -53765,6 +53766,7 @@ async function $do(client, request, options) {
|
|
|
53765
53766
|
path,
|
|
53766
53767
|
headers,
|
|
53767
53768
|
body,
|
|
53769
|
+
userAgent: client._options.userAgent,
|
|
53768
53770
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
53769
53771
|
}, options);
|
|
53770
53772
|
if (!requestRes.ok) {
|
|
@@ -53852,6 +53854,7 @@ async function $do2(client, request, options) {
|
|
|
53852
53854
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
53853
53855
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
53854
53856
|
const context = {
|
|
53857
|
+
options: client._options,
|
|
53855
53858
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
53856
53859
|
operationID: "ClearDataset",
|
|
53857
53860
|
oAuth2Scopes: [],
|
|
@@ -53867,6 +53870,7 @@ async function $do2(client, request, options) {
|
|
|
53867
53870
|
path,
|
|
53868
53871
|
headers,
|
|
53869
53872
|
body,
|
|
53873
|
+
userAgent: client._options.userAgent,
|
|
53870
53874
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
53871
53875
|
}, options);
|
|
53872
53876
|
if (!requestRes.ok) {
|
|
@@ -53949,6 +53953,7 @@ async function $do3(client, request, options) {
|
|
|
53949
53953
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
53950
53954
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
53951
53955
|
const context = {
|
|
53956
|
+
options: client._options,
|
|
53952
53957
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
53953
53958
|
operationID: "CreateDataset",
|
|
53954
53959
|
oAuth2Scopes: [],
|
|
@@ -53964,6 +53969,7 @@ async function $do3(client, request, options) {
|
|
|
53964
53969
|
path,
|
|
53965
53970
|
headers,
|
|
53966
53971
|
body,
|
|
53972
|
+
userAgent: client._options.userAgent,
|
|
53967
53973
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
53968
53974
|
}, options);
|
|
53969
53975
|
if (!requestRes.ok) {
|
|
@@ -54052,6 +54058,7 @@ async function $do4(client, request, options) {
|
|
|
54052
54058
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
54053
54059
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
54054
54060
|
const context = {
|
|
54061
|
+
options: client._options,
|
|
54055
54062
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
54056
54063
|
operationID: "CreateDatasetItem",
|
|
54057
54064
|
oAuth2Scopes: [],
|
|
@@ -54067,6 +54074,7 @@ async function $do4(client, request, options) {
|
|
|
54067
54074
|
path,
|
|
54068
54075
|
headers,
|
|
54069
54076
|
body,
|
|
54077
|
+
userAgent: client._options.userAgent,
|
|
54070
54078
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
54071
54079
|
}, options);
|
|
54072
54080
|
if (!requestRes.ok) {
|
|
@@ -54155,6 +54163,7 @@ async function $do5(client, request, options) {
|
|
|
54155
54163
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
54156
54164
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
54157
54165
|
const context = {
|
|
54166
|
+
options: client._options,
|
|
54158
54167
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
54159
54168
|
operationID: "BulkCreateDatapoints",
|
|
54160
54169
|
oAuth2Scopes: [],
|
|
@@ -54170,6 +54179,7 @@ async function $do5(client, request, options) {
|
|
|
54170
54179
|
path,
|
|
54171
54180
|
headers,
|
|
54172
54181
|
body,
|
|
54182
|
+
userAgent: client._options.userAgent,
|
|
54173
54183
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
54174
54184
|
}, options);
|
|
54175
54185
|
if (!requestRes.ok) {
|
|
@@ -54259,6 +54269,7 @@ async function $do6(client, request, options) {
|
|
|
54259
54269
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
54260
54270
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
54261
54271
|
const context = {
|
|
54272
|
+
options: client._options,
|
|
54262
54273
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
54263
54274
|
operationID: "CreateDatasetExperiment",
|
|
54264
54275
|
oAuth2Scopes: [],
|
|
@@ -54274,6 +54285,7 @@ async function $do6(client, request, options) {
|
|
|
54274
54285
|
path,
|
|
54275
54286
|
headers,
|
|
54276
54287
|
body,
|
|
54288
|
+
userAgent: client._options.userAgent,
|
|
54277
54289
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
54278
54290
|
}, options);
|
|
54279
54291
|
if (!requestRes.ok) {
|
|
@@ -54361,6 +54373,7 @@ async function $do7(client, request, options) {
|
|
|
54361
54373
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
54362
54374
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
54363
54375
|
const context = {
|
|
54376
|
+
options: client._options,
|
|
54364
54377
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
54365
54378
|
operationID: "DeleteDataset",
|
|
54366
54379
|
oAuth2Scopes: [],
|
|
@@ -54376,6 +54389,7 @@ async function $do7(client, request, options) {
|
|
|
54376
54389
|
path,
|
|
54377
54390
|
headers,
|
|
54378
54391
|
body,
|
|
54392
|
+
userAgent: client._options.userAgent,
|
|
54379
54393
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
54380
54394
|
}, options);
|
|
54381
54395
|
if (!requestRes.ok) {
|
|
@@ -54563,6 +54577,7 @@ async function $do8(client, request, options) {
|
|
|
54563
54577
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
54564
54578
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
54565
54579
|
const context = {
|
|
54580
|
+
options: client._options,
|
|
54566
54581
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
54567
54582
|
operationID: "DeleteDatapoint",
|
|
54568
54583
|
oAuth2Scopes: [],
|
|
@@ -54578,6 +54593,7 @@ async function $do8(client, request, options) {
|
|
|
54578
54593
|
path,
|
|
54579
54594
|
headers,
|
|
54580
54595
|
body,
|
|
54596
|
+
userAgent: client._options.userAgent,
|
|
54581
54597
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
54582
54598
|
}, options);
|
|
54583
54599
|
if (!requestRes.ok) {
|
|
@@ -54668,6 +54684,7 @@ async function $do9(client, request, options) {
|
|
|
54668
54684
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
54669
54685
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
54670
54686
|
const context = {
|
|
54687
|
+
options: client._options,
|
|
54671
54688
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
54672
54689
|
operationID: "ListDatasets",
|
|
54673
54690
|
oAuth2Scopes: [],
|
|
@@ -54684,6 +54701,7 @@ async function $do9(client, request, options) {
|
|
|
54684
54701
|
headers,
|
|
54685
54702
|
query,
|
|
54686
54703
|
body,
|
|
54704
|
+
userAgent: client._options.userAgent,
|
|
54687
54705
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
54688
54706
|
}, options);
|
|
54689
54707
|
if (!requestRes.ok) {
|
|
@@ -54776,6 +54794,7 @@ async function $do10(client, request, options) {
|
|
|
54776
54794
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
54777
54795
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
54778
54796
|
const context = {
|
|
54797
|
+
options: client._options,
|
|
54779
54798
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
54780
54799
|
operationID: "ListDatasetDatapoints",
|
|
54781
54800
|
oAuth2Scopes: [],
|
|
@@ -54792,6 +54811,7 @@ async function $do10(client, request, options) {
|
|
|
54792
54811
|
headers,
|
|
54793
54812
|
query,
|
|
54794
54813
|
body,
|
|
54814
|
+
userAgent: client._options.userAgent,
|
|
54795
54815
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
54796
54816
|
}, options);
|
|
54797
54817
|
if (!requestRes.ok) {
|
|
@@ -54879,6 +54899,7 @@ async function $do11(client, request, options) {
|
|
|
54879
54899
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
54880
54900
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
54881
54901
|
const context = {
|
|
54902
|
+
options: client._options,
|
|
54882
54903
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
54883
54904
|
operationID: "RetrieveDataset",
|
|
54884
54905
|
oAuth2Scopes: [],
|
|
@@ -54894,6 +54915,7 @@ async function $do11(client, request, options) {
|
|
|
54894
54915
|
path,
|
|
54895
54916
|
headers,
|
|
54896
54917
|
body,
|
|
54918
|
+
userAgent: client._options.userAgent,
|
|
54897
54919
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
54898
54920
|
}, options);
|
|
54899
54921
|
if (!requestRes.ok) {
|
|
@@ -54989,6 +55011,7 @@ async function $do12(client, request, options) {
|
|
|
54989
55011
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
54990
55012
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
54991
55013
|
const context = {
|
|
55014
|
+
options: client._options,
|
|
54992
55015
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
54993
55016
|
operationID: "RetrieveDatapoint",
|
|
54994
55017
|
oAuth2Scopes: [],
|
|
@@ -55004,6 +55027,7 @@ async function $do12(client, request, options) {
|
|
|
55004
55027
|
path,
|
|
55005
55028
|
headers,
|
|
55006
55029
|
body,
|
|
55030
|
+
userAgent: client._options.userAgent,
|
|
55007
55031
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
55008
55032
|
}, options);
|
|
55009
55033
|
if (!requestRes.ok) {
|
|
@@ -55096,6 +55120,7 @@ async function $do13(client, request, options) {
|
|
|
55096
55120
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
55097
55121
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
55098
55122
|
const context = {
|
|
55123
|
+
options: client._options,
|
|
55099
55124
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
55100
55125
|
operationID: "UpdateDataset",
|
|
55101
55126
|
oAuth2Scopes: [],
|
|
@@ -55111,6 +55136,7 @@ async function $do13(client, request, options) {
|
|
|
55111
55136
|
path,
|
|
55112
55137
|
headers,
|
|
55113
55138
|
body,
|
|
55139
|
+
userAgent: client._options.userAgent,
|
|
55114
55140
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
55115
55141
|
}, options);
|
|
55116
55142
|
if (!requestRes.ok) {
|
|
@@ -55207,6 +55233,7 @@ async function $do14(client, request, options) {
|
|
|
55207
55233
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
55208
55234
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
55209
55235
|
const context = {
|
|
55236
|
+
options: client._options,
|
|
55210
55237
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
55211
55238
|
operationID: "UpdateDatapoint",
|
|
55212
55239
|
oAuth2Scopes: [],
|
|
@@ -55222,6 +55249,7 @@ async function $do14(client, request, options) {
|
|
|
55222
55249
|
path,
|
|
55223
55250
|
headers,
|
|
55224
55251
|
body,
|
|
55252
|
+
userAgent: client._options.userAgent,
|
|
55225
55253
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
55226
55254
|
}, options);
|
|
55227
55255
|
if (!requestRes.ok) {
|
|
@@ -55312,6 +55340,7 @@ async function $do15(client, request, options) {
|
|
|
55312
55340
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
55313
55341
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
55314
55342
|
const context = {
|
|
55343
|
+
options: client._options,
|
|
55315
55344
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
55316
55345
|
operationID: "CreateDeploymentExperiment",
|
|
55317
55346
|
oAuth2Scopes: [],
|
|
@@ -55327,6 +55356,7 @@ async function $do15(client, request, options) {
|
|
|
55327
55356
|
path,
|
|
55328
55357
|
headers,
|
|
55329
55358
|
body,
|
|
55359
|
+
userAgent: client._options.userAgent,
|
|
55330
55360
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
55331
55361
|
}, options);
|
|
55332
55362
|
if (!requestRes.ok) {
|
|
@@ -55409,6 +55439,7 @@ async function $do16(client, request, options) {
|
|
|
55409
55439
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
55410
55440
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
55411
55441
|
const context = {
|
|
55442
|
+
options: client._options,
|
|
55412
55443
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
55413
55444
|
operationID: "DeploymentGetConfig",
|
|
55414
55445
|
oAuth2Scopes: [],
|
|
@@ -55424,6 +55455,7 @@ async function $do16(client, request, options) {
|
|
|
55424
55455
|
path,
|
|
55425
55456
|
headers,
|
|
55426
55457
|
body,
|
|
55458
|
+
userAgent: client._options.userAgent,
|
|
55427
55459
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
55428
55460
|
}, options);
|
|
55429
55461
|
if (!requestRes.ok) {
|
|
@@ -57294,6 +57326,7 @@ async function $do17(client, request, options) {
|
|
|
57294
57326
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
57295
57327
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
57296
57328
|
const context = {
|
|
57329
|
+
options: client._options,
|
|
57297
57330
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
57298
57331
|
operationID: "DeploymentInvoke",
|
|
57299
57332
|
oAuth2Scopes: [],
|
|
@@ -57309,6 +57342,7 @@ async function $do17(client, request, options) {
|
|
|
57309
57342
|
path,
|
|
57310
57343
|
headers,
|
|
57311
57344
|
body,
|
|
57345
|
+
userAgent: client._options.userAgent,
|
|
57312
57346
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
57313
57347
|
}, options);
|
|
57314
57348
|
if (!requestRes.ok) {
|
|
@@ -57396,6 +57430,7 @@ async function $do18(client, request, options) {
|
|
|
57396
57430
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
57397
57431
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
57398
57432
|
const context = {
|
|
57433
|
+
options: client._options,
|
|
57399
57434
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
57400
57435
|
operationID: "Deployments",
|
|
57401
57436
|
oAuth2Scopes: [],
|
|
@@ -57412,6 +57447,7 @@ async function $do18(client, request, options) {
|
|
|
57412
57447
|
headers,
|
|
57413
57448
|
query,
|
|
57414
57449
|
body,
|
|
57450
|
+
userAgent: client._options.userAgent,
|
|
57415
57451
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
57416
57452
|
}, options);
|
|
57417
57453
|
if (!requestRes.ok) {
|
|
@@ -57504,6 +57540,7 @@ async function $do19(client, request, options) {
|
|
|
57504
57540
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
57505
57541
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
57506
57542
|
const context = {
|
|
57543
|
+
options: client._options,
|
|
57507
57544
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
57508
57545
|
operationID: "DeploymentCreateMetric",
|
|
57509
57546
|
oAuth2Scopes: [],
|
|
@@ -57519,6 +57556,7 @@ async function $do19(client, request, options) {
|
|
|
57519
57556
|
path,
|
|
57520
57557
|
headers,
|
|
57521
57558
|
body,
|
|
57559
|
+
userAgent: client._options.userAgent,
|
|
57522
57560
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
57523
57561
|
}, options);
|
|
57524
57562
|
if (!requestRes.ok) {
|
|
@@ -57609,6 +57647,7 @@ async function $do20(client, request, options) {
|
|
|
57609
57647
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
57610
57648
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
57611
57649
|
const context = {
|
|
57650
|
+
options: client._options,
|
|
57612
57651
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
57613
57652
|
operationID: "DeploymentStream",
|
|
57614
57653
|
oAuth2Scopes: [],
|
|
@@ -57624,6 +57663,7 @@ async function $do20(client, request, options) {
|
|
|
57624
57663
|
path,
|
|
57625
57664
|
headers,
|
|
57626
57665
|
body,
|
|
57666
|
+
userAgent: client._options.userAgent,
|
|
57627
57667
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
57628
57668
|
}, options);
|
|
57629
57669
|
if (!requestRes.ok) {
|
|
@@ -57716,6 +57756,7 @@ async function $do21(client, request, options) {
|
|
|
57716
57756
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
57717
57757
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
57718
57758
|
const context = {
|
|
57759
|
+
options: client._options,
|
|
57719
57760
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
57720
57761
|
operationID: "CreateFeedback",
|
|
57721
57762
|
oAuth2Scopes: [],
|
|
@@ -57731,6 +57772,7 @@ async function $do21(client, request, options) {
|
|
|
57731
57772
|
path,
|
|
57732
57773
|
headers,
|
|
57733
57774
|
body,
|
|
57775
|
+
userAgent: client._options.userAgent,
|
|
57734
57776
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
57735
57777
|
}, options);
|
|
57736
57778
|
if (!requestRes.ok) {
|
|
@@ -57857,6 +57899,7 @@ async function $do22(client, request, options) {
|
|
|
57857
57899
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
57858
57900
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
57859
57901
|
const context = {
|
|
57902
|
+
options: client._options,
|
|
57860
57903
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
57861
57904
|
operationID: "FileUpload",
|
|
57862
57905
|
oAuth2Scopes: [],
|
|
@@ -57872,6 +57915,7 @@ async function $do22(client, request, options) {
|
|
|
57872
57915
|
path,
|
|
57873
57916
|
headers,
|
|
57874
57917
|
body,
|
|
57918
|
+
userAgent: client._options.userAgent,
|
|
57875
57919
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
57876
57920
|
}, options);
|
|
57877
57921
|
if (!requestRes.ok) {
|
|
@@ -57960,6 +58004,7 @@ async function $do23(client, request, options) {
|
|
|
57960
58004
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
57961
58005
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
57962
58006
|
const context = {
|
|
58007
|
+
options: client._options,
|
|
57963
58008
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
57964
58009
|
operationID: "FileDelete",
|
|
57965
58010
|
oAuth2Scopes: [],
|
|
@@ -57975,6 +58020,7 @@ async function $do23(client, request, options) {
|
|
|
57975
58020
|
path,
|
|
57976
58021
|
headers,
|
|
57977
58022
|
body,
|
|
58023
|
+
userAgent: client._options.userAgent,
|
|
57978
58024
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
57979
58025
|
}, options);
|
|
57980
58026
|
if (!requestRes.ok) {
|
|
@@ -58060,6 +58106,7 @@ async function $do24(client, request, options) {
|
|
|
58060
58106
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58061
58107
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58062
58108
|
const context = {
|
|
58109
|
+
options: client._options,
|
|
58063
58110
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58064
58111
|
operationID: "FileGet",
|
|
58065
58112
|
oAuth2Scopes: [],
|
|
@@ -58075,6 +58122,7 @@ async function $do24(client, request, options) {
|
|
|
58075
58122
|
path,
|
|
58076
58123
|
headers,
|
|
58077
58124
|
body,
|
|
58125
|
+
userAgent: client._options.userAgent,
|
|
58078
58126
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
58079
58127
|
}, options);
|
|
58080
58128
|
if (!requestRes.ok) {
|
|
@@ -58161,6 +58209,7 @@ async function $do25(client, request, options) {
|
|
|
58161
58209
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58162
58210
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58163
58211
|
const context = {
|
|
58212
|
+
options: client._options,
|
|
58164
58213
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58165
58214
|
operationID: "FileList",
|
|
58166
58215
|
oAuth2Scopes: [],
|
|
@@ -58177,6 +58226,7 @@ async function $do25(client, request, options) {
|
|
|
58177
58226
|
headers,
|
|
58178
58227
|
query,
|
|
58179
58228
|
body,
|
|
58229
|
+
userAgent: client._options.userAgent,
|
|
58180
58230
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
58181
58231
|
}, options);
|
|
58182
58232
|
if (!requestRes.ok) {
|
|
@@ -58259,6 +58309,7 @@ async function $do26(client, request, options) {
|
|
|
58259
58309
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58260
58310
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58261
58311
|
const context = {
|
|
58312
|
+
options: client._options,
|
|
58262
58313
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58263
58314
|
operationID: "CreateKnowledge",
|
|
58264
58315
|
oAuth2Scopes: [],
|
|
@@ -58274,6 +58325,7 @@ async function $do26(client, request, options) {
|
|
|
58274
58325
|
path,
|
|
58275
58326
|
headers,
|
|
58276
58327
|
body,
|
|
58328
|
+
userAgent: client._options.userAgent,
|
|
58277
58329
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
58278
58330
|
}, options);
|
|
58279
58331
|
if (!requestRes.ok) {
|
|
@@ -58364,6 +58416,7 @@ async function $do27(client, request, options) {
|
|
|
58364
58416
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58365
58417
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58366
58418
|
const context = {
|
|
58419
|
+
options: client._options,
|
|
58367
58420
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58368
58421
|
operationID: "CreateChunk",
|
|
58369
58422
|
oAuth2Scopes: [],
|
|
@@ -58379,6 +58432,7 @@ async function $do27(client, request, options) {
|
|
|
58379
58432
|
path,
|
|
58380
58433
|
headers,
|
|
58381
58434
|
body,
|
|
58435
|
+
userAgent: client._options.userAgent,
|
|
58382
58436
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
58383
58437
|
}, options);
|
|
58384
58438
|
if (!requestRes.ok) {
|
|
@@ -58466,6 +58520,7 @@ async function $do28(client, request, options) {
|
|
|
58466
58520
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58467
58521
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58468
58522
|
const context = {
|
|
58523
|
+
options: client._options,
|
|
58469
58524
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58470
58525
|
operationID: "CreateDatasource",
|
|
58471
58526
|
oAuth2Scopes: [],
|
|
@@ -58481,6 +58536,7 @@ async function $do28(client, request, options) {
|
|
|
58481
58536
|
path,
|
|
58482
58537
|
headers,
|
|
58483
58538
|
body,
|
|
58539
|
+
userAgent: client._options.userAgent,
|
|
58484
58540
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
58485
58541
|
}, options);
|
|
58486
58542
|
if (!requestRes.ok) {
|
|
@@ -58566,6 +58622,7 @@ async function $do29(client, request, options) {
|
|
|
58566
58622
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58567
58623
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58568
58624
|
const context = {
|
|
58625
|
+
options: client._options,
|
|
58569
58626
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58570
58627
|
operationID: "DeleteKnowledge",
|
|
58571
58628
|
oAuth2Scopes: [],
|
|
@@ -58581,6 +58638,7 @@ async function $do29(client, request, options) {
|
|
|
58581
58638
|
path,
|
|
58582
58639
|
headers,
|
|
58583
58640
|
body,
|
|
58641
|
+
userAgent: client._options.userAgent,
|
|
58584
58642
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
58585
58643
|
}, options);
|
|
58586
58644
|
if (!requestRes.ok) {
|
|
@@ -58676,6 +58734,7 @@ async function $do30(client, request, options) {
|
|
|
58676
58734
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58677
58735
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58678
58736
|
const context = {
|
|
58737
|
+
options: client._options,
|
|
58679
58738
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58680
58739
|
operationID: "DeleteChunk",
|
|
58681
58740
|
oAuth2Scopes: [],
|
|
@@ -58691,6 +58750,7 @@ async function $do30(client, request, options) {
|
|
|
58691
58750
|
path,
|
|
58692
58751
|
headers,
|
|
58693
58752
|
body,
|
|
58753
|
+
userAgent: client._options.userAgent,
|
|
58694
58754
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
58695
58755
|
}, options);
|
|
58696
58756
|
if (!requestRes.ok) {
|
|
@@ -58780,6 +58840,7 @@ async function $do31(client, request, options) {
|
|
|
58780
58840
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58781
58841
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58782
58842
|
const context = {
|
|
58843
|
+
options: client._options,
|
|
58783
58844
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58784
58845
|
operationID: "DeleteDatasource",
|
|
58785
58846
|
oAuth2Scopes: [],
|
|
@@ -58795,6 +58856,7 @@ async function $do31(client, request, options) {
|
|
|
58795
58856
|
path,
|
|
58796
58857
|
headers,
|
|
58797
58858
|
body,
|
|
58859
|
+
userAgent: client._options.userAgent,
|
|
58798
58860
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
58799
58861
|
}, options);
|
|
58800
58862
|
if (!requestRes.ok) {
|
|
@@ -58881,6 +58943,7 @@ async function $do32(client, request, options) {
|
|
|
58881
58943
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58882
58944
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58883
58945
|
const context = {
|
|
58946
|
+
options: client._options,
|
|
58884
58947
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58885
58948
|
operationID: "ListKnowledgeBases",
|
|
58886
58949
|
oAuth2Scopes: [],
|
|
@@ -58897,6 +58960,7 @@ async function $do32(client, request, options) {
|
|
|
58897
58960
|
headers,
|
|
58898
58961
|
query,
|
|
58899
58962
|
body,
|
|
58963
|
+
userAgent: client._options.userAgent,
|
|
58900
58964
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
58901
58965
|
}, options);
|
|
58902
58966
|
if (!requestRes.ok) {
|
|
@@ -58995,6 +59059,7 @@ async function $do33(client, request, options) {
|
|
|
58995
59059
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
58996
59060
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
58997
59061
|
const context = {
|
|
59062
|
+
options: client._options,
|
|
58998
59063
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
58999
59064
|
operationID: "ListChunks",
|
|
59000
59065
|
oAuth2Scopes: [],
|
|
@@ -59011,6 +59076,7 @@ async function $do33(client, request, options) {
|
|
|
59011
59076
|
headers,
|
|
59012
59077
|
query,
|
|
59013
59078
|
body,
|
|
59079
|
+
userAgent: client._options.userAgent,
|
|
59014
59080
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59015
59081
|
}, options);
|
|
59016
59082
|
if (!requestRes.ok) {
|
|
@@ -59103,6 +59169,7 @@ async function $do34(client, request, options) {
|
|
|
59103
59169
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
59104
59170
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59105
59171
|
const context = {
|
|
59172
|
+
options: client._options,
|
|
59106
59173
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59107
59174
|
operationID: "ListDatasources",
|
|
59108
59175
|
oAuth2Scopes: [],
|
|
@@ -59119,6 +59186,7 @@ async function $do34(client, request, options) {
|
|
|
59119
59186
|
headers,
|
|
59120
59187
|
query,
|
|
59121
59188
|
body,
|
|
59189
|
+
userAgent: client._options.userAgent,
|
|
59122
59190
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59123
59191
|
}, options);
|
|
59124
59192
|
if (!requestRes.ok) {
|
|
@@ -59204,6 +59272,7 @@ async function $do35(client, request, options) {
|
|
|
59204
59272
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
59205
59273
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59206
59274
|
const context = {
|
|
59275
|
+
options: client._options,
|
|
59207
59276
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59208
59277
|
operationID: "GetOneKnowledge",
|
|
59209
59278
|
oAuth2Scopes: [],
|
|
@@ -59219,6 +59288,7 @@ async function $do35(client, request, options) {
|
|
|
59219
59288
|
path,
|
|
59220
59289
|
headers,
|
|
59221
59290
|
body,
|
|
59291
|
+
userAgent: client._options.userAgent,
|
|
59222
59292
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59223
59293
|
}, options);
|
|
59224
59294
|
if (!requestRes.ok) {
|
|
@@ -59314,6 +59384,7 @@ async function $do36(client, request, options) {
|
|
|
59314
59384
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
59315
59385
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59316
59386
|
const context = {
|
|
59387
|
+
options: client._options,
|
|
59317
59388
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59318
59389
|
operationID: "GetOneChunk",
|
|
59319
59390
|
oAuth2Scopes: [],
|
|
@@ -59329,6 +59400,7 @@ async function $do36(client, request, options) {
|
|
|
59329
59400
|
path,
|
|
59330
59401
|
headers,
|
|
59331
59402
|
body,
|
|
59403
|
+
userAgent: client._options.userAgent,
|
|
59332
59404
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59333
59405
|
}, options);
|
|
59334
59406
|
if (!requestRes.ok) {
|
|
@@ -59418,6 +59490,7 @@ async function $do37(client, request, options) {
|
|
|
59418
59490
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
59419
59491
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59420
59492
|
const context = {
|
|
59493
|
+
options: client._options,
|
|
59421
59494
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59422
59495
|
operationID: "RetrieveDatasource",
|
|
59423
59496
|
oAuth2Scopes: [],
|
|
@@ -59433,6 +59506,7 @@ async function $do37(client, request, options) {
|
|
|
59433
59506
|
path,
|
|
59434
59507
|
headers,
|
|
59435
59508
|
body,
|
|
59509
|
+
userAgent: client._options.userAgent,
|
|
59436
59510
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59437
59511
|
}, options);
|
|
59438
59512
|
if (!requestRes.ok) {
|
|
@@ -59519,6 +59593,7 @@ async function $do38(client, request, options) {
|
|
|
59519
59593
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
59520
59594
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59521
59595
|
const context = {
|
|
59596
|
+
options: client._options,
|
|
59522
59597
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59523
59598
|
operationID: "SearchKnowledge",
|
|
59524
59599
|
oAuth2Scopes: [],
|
|
@@ -59534,6 +59609,7 @@ async function $do38(client, request, options) {
|
|
|
59534
59609
|
path,
|
|
59535
59610
|
headers,
|
|
59536
59611
|
body,
|
|
59612
|
+
userAgent: client._options.userAgent,
|
|
59537
59613
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59538
59614
|
}, options);
|
|
59539
59615
|
if (!requestRes.ok) {
|
|
@@ -59622,6 +59698,7 @@ async function $do39(client, request, options) {
|
|
|
59622
59698
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
59623
59699
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59624
59700
|
const context = {
|
|
59701
|
+
options: client._options,
|
|
59625
59702
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59626
59703
|
operationID: "UpdateKnowledge",
|
|
59627
59704
|
oAuth2Scopes: [],
|
|
@@ -59637,6 +59714,7 @@ async function $do39(client, request, options) {
|
|
|
59637
59714
|
path,
|
|
59638
59715
|
headers,
|
|
59639
59716
|
body,
|
|
59717
|
+
userAgent: client._options.userAgent,
|
|
59640
59718
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59641
59719
|
}, options);
|
|
59642
59720
|
if (!requestRes.ok) {
|
|
@@ -59731,6 +59809,7 @@ async function $do40(client, request, options) {
|
|
|
59731
59809
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
59732
59810
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59733
59811
|
const context = {
|
|
59812
|
+
options: client._options,
|
|
59734
59813
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59735
59814
|
operationID: "UpdateChunk",
|
|
59736
59815
|
oAuth2Scopes: [],
|
|
@@ -59746,6 +59825,7 @@ async function $do40(client, request, options) {
|
|
|
59746
59825
|
path,
|
|
59747
59826
|
headers,
|
|
59748
59827
|
body,
|
|
59828
|
+
userAgent: client._options.userAgent,
|
|
59749
59829
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59750
59830
|
}, options);
|
|
59751
59831
|
if (!requestRes.ok) {
|
|
@@ -59836,6 +59916,7 @@ async function $do41(client, request, options) {
|
|
|
59836
59916
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
59837
59917
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59838
59918
|
const context = {
|
|
59919
|
+
options: client._options,
|
|
59839
59920
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59840
59921
|
operationID: "UpdateDatasource",
|
|
59841
59922
|
oAuth2Scopes: [],
|
|
@@ -59851,6 +59932,7 @@ async function $do41(client, request, options) {
|
|
|
59851
59932
|
path,
|
|
59852
59933
|
headers,
|
|
59853
59934
|
body,
|
|
59935
|
+
userAgent: client._options.userAgent,
|
|
59854
59936
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59855
59937
|
}, options);
|
|
59856
59938
|
if (!requestRes.ok) {
|
|
@@ -59924,6 +60006,7 @@ async function $do42(client, options) {
|
|
|
59924
60006
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
59925
60007
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
59926
60008
|
const context = {
|
|
60009
|
+
options: client._options,
|
|
59927
60010
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
59928
60011
|
operationID: "ListModels",
|
|
59929
60012
|
oAuth2Scopes: [],
|
|
@@ -59938,6 +60021,7 @@ async function $do42(client, options) {
|
|
|
59938
60021
|
baseURL: options?.serverURL,
|
|
59939
60022
|
path,
|
|
59940
60023
|
headers,
|
|
60024
|
+
userAgent: client._options.userAgent,
|
|
59941
60025
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
59942
60026
|
}, options);
|
|
59943
60027
|
if (!requestRes.ok) {
|
|
@@ -60013,6 +60097,7 @@ async function $do43(client, request, options) {
|
|
|
60013
60097
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
60014
60098
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
60015
60099
|
const context = {
|
|
60100
|
+
options: client._options,
|
|
60016
60101
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
60017
60102
|
operationID: "CreatePrompt",
|
|
60018
60103
|
oAuth2Scopes: [],
|
|
@@ -60028,6 +60113,7 @@ async function $do43(client, request, options) {
|
|
|
60028
60113
|
path,
|
|
60029
60114
|
headers,
|
|
60030
60115
|
body,
|
|
60116
|
+
userAgent: client._options.userAgent,
|
|
60031
60117
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
60032
60118
|
}, options);
|
|
60033
60119
|
if (!requestRes.ok) {
|
|
@@ -60113,6 +60199,7 @@ async function $do44(client, request, options) {
|
|
|
60113
60199
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
60114
60200
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
60115
60201
|
const context = {
|
|
60202
|
+
options: client._options,
|
|
60116
60203
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
60117
60204
|
operationID: "DeletePrompt",
|
|
60118
60205
|
oAuth2Scopes: [],
|
|
@@ -60128,6 +60215,7 @@ async function $do44(client, request, options) {
|
|
|
60128
60215
|
path,
|
|
60129
60216
|
headers,
|
|
60130
60217
|
body,
|
|
60218
|
+
userAgent: client._options.userAgent,
|
|
60131
60219
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
60132
60220
|
}, options);
|
|
60133
60221
|
if (!requestRes.ok) {
|
|
@@ -60217,6 +60305,7 @@ async function $do45(client, request, options) {
|
|
|
60217
60305
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
60218
60306
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
60219
60307
|
const context = {
|
|
60308
|
+
options: client._options,
|
|
60220
60309
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
60221
60310
|
operationID: "GetPromptVersion",
|
|
60222
60311
|
oAuth2Scopes: [],
|
|
@@ -60232,6 +60321,7 @@ async function $do45(client, request, options) {
|
|
|
60232
60321
|
path,
|
|
60233
60322
|
headers,
|
|
60234
60323
|
body,
|
|
60324
|
+
userAgent: client._options.userAgent,
|
|
60235
60325
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
60236
60326
|
}, options);
|
|
60237
60327
|
if (!requestRes.ok) {
|
|
@@ -60322,6 +60412,7 @@ async function $do46(client, request, options) {
|
|
|
60322
60412
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
60323
60413
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
60324
60414
|
const context = {
|
|
60415
|
+
options: client._options,
|
|
60325
60416
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
60326
60417
|
operationID: "GetAllPrompts",
|
|
60327
60418
|
oAuth2Scopes: [],
|
|
@@ -60338,6 +60429,7 @@ async function $do46(client, request, options) {
|
|
|
60338
60429
|
headers,
|
|
60339
60430
|
query,
|
|
60340
60431
|
body,
|
|
60432
|
+
userAgent: client._options.userAgent,
|
|
60341
60433
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
60342
60434
|
}, options);
|
|
60343
60435
|
if (!requestRes.ok) {
|
|
@@ -60430,6 +60522,7 @@ async function $do47(client, request, options) {
|
|
|
60430
60522
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
60431
60523
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
60432
60524
|
const context = {
|
|
60525
|
+
options: client._options,
|
|
60433
60526
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
60434
60527
|
operationID: "ListPromptVersions",
|
|
60435
60528
|
oAuth2Scopes: [],
|
|
@@ -60446,6 +60539,7 @@ async function $do47(client, request, options) {
|
|
|
60446
60539
|
headers,
|
|
60447
60540
|
query,
|
|
60448
60541
|
body,
|
|
60542
|
+
userAgent: client._options.userAgent,
|
|
60449
60543
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
60450
60544
|
}, options);
|
|
60451
60545
|
if (!requestRes.ok) {
|
|
@@ -60533,6 +60627,7 @@ async function $do48(client, request, options) {
|
|
|
60533
60627
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
60534
60628
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
60535
60629
|
const context = {
|
|
60630
|
+
options: client._options,
|
|
60536
60631
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
60537
60632
|
operationID: "GetOnePrompt",
|
|
60538
60633
|
oAuth2Scopes: [],
|
|
@@ -60548,6 +60643,7 @@ async function $do48(client, request, options) {
|
|
|
60548
60643
|
path,
|
|
60549
60644
|
headers,
|
|
60550
60645
|
body,
|
|
60646
|
+
userAgent: client._options.userAgent,
|
|
60551
60647
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
60552
60648
|
}, options);
|
|
60553
60649
|
if (!requestRes.ok) {
|
|
@@ -60636,6 +60732,7 @@ async function $do49(client, request, options) {
|
|
|
60636
60732
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
60637
60733
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
60638
60734
|
const context = {
|
|
60735
|
+
options: client._options,
|
|
60639
60736
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
60640
60737
|
operationID: "UpdatePrompt",
|
|
60641
60738
|
oAuth2Scopes: [],
|
|
@@ -60651,6 +60748,7 @@ async function $do49(client, request, options) {
|
|
|
60651
60748
|
path,
|
|
60652
60749
|
headers,
|
|
60653
60750
|
body,
|
|
60751
|
+
userAgent: client._options.userAgent,
|
|
60654
60752
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
60655
60753
|
}, options);
|
|
60656
60754
|
if (!requestRes.ok) {
|
|
@@ -60735,6 +60833,7 @@ async function $do50(client, request, options) {
|
|
|
60735
60833
|
const securityInput = secConfig == null ? {} : { apiKey: secConfig };
|
|
60736
60834
|
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
60737
60835
|
const context = {
|
|
60836
|
+
options: client._options,
|
|
60738
60837
|
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
60739
60838
|
operationID: "RemoteConfigsGetConfig",
|
|
60740
60839
|
oAuth2Scopes: [],
|
|
@@ -60750,6 +60849,7 @@ async function $do50(client, request, options) {
|
|
|
60750
60849
|
path,
|
|
60751
60850
|
headers,
|
|
60752
60851
|
body,
|
|
60852
|
+
userAgent: client._options.userAgent,
|
|
60753
60853
|
timeoutMs: options?.timeoutMs || client._options.timeoutMs || 600000
|
|
60754
60854
|
}, options);
|
|
60755
60855
|
if (!requestRes.ok) {
|
|
@@ -60814,7 +60914,7 @@ var init_remoteconfigsRetrieve2 = __esm(() => {
|
|
|
60814
60914
|
function createMCPServer(deps) {
|
|
60815
60915
|
const server = new McpServer({
|
|
60816
60916
|
name: "Orq",
|
|
60817
|
-
version: "3.7.0-rc.
|
|
60917
|
+
version: "3.7.0-rc.2"
|
|
60818
60918
|
});
|
|
60819
60919
|
const client = new OrqCore({
|
|
60820
60920
|
apiKey: deps.apiKey,
|
|
@@ -62150,7 +62250,7 @@ var routes = rn({
|
|
|
62150
62250
|
var app = Ve(routes, {
|
|
62151
62251
|
name: "mcp",
|
|
62152
62252
|
versionInfo: {
|
|
62153
|
-
currentVersion: "3.7.0-rc.
|
|
62253
|
+
currentVersion: "3.7.0-rc.2"
|
|
62154
62254
|
}
|
|
62155
62255
|
});
|
|
62156
62256
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -62158,5 +62258,5 @@ export {
|
|
|
62158
62258
|
app
|
|
62159
62259
|
};
|
|
62160
62260
|
|
|
62161
|
-
//# debugId=
|
|
62261
|
+
//# debugId=CADB55D351A1CE6E64756E2164756E21
|
|
62162
62262
|
//# sourceMappingURL=mcp-server.js.map
|