@orq-ai/node 3.5.13 → 3.5.14
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 +39 -39
- package/bin/mcp-server.js.map +21 -21
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- 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/lib/config.ts +2 -2
- 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/lib/config.ts +2 -2
- 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
|
@@ -34228,9 +34228,9 @@ var init_config = __esm(() => {
|
|
|
34228
34228
|
SDK_METADATA = {
|
|
34229
34229
|
language: "typescript",
|
|
34230
34230
|
openapiDocVersion: "2.0",
|
|
34231
|
-
sdkVersion: "3.5.
|
|
34231
|
+
sdkVersion: "3.5.14",
|
|
34232
34232
|
genVersion: "2.604.4",
|
|
34233
|
-
userAgent: "speakeasy-sdk/typescript 3.5.
|
|
34233
|
+
userAgent: "speakeasy-sdk/typescript 3.5.14 2.604.4 2.0 @orq-ai/node"
|
|
34234
34234
|
};
|
|
34235
34235
|
});
|
|
34236
34236
|
|
|
@@ -36286,7 +36286,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36286
36286
|
created_by_id: stringType().optional(),
|
|
36287
36287
|
updated_by_id: stringType().optional(),
|
|
36288
36288
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36289
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
36289
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-19T08:05:08.431Z").transform((v2) => new Date(v2))
|
|
36290
36290
|
}).transform((v2) => {
|
|
36291
36291
|
return remap(v2, {
|
|
36292
36292
|
_id: "id",
|
|
@@ -36307,7 +36307,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36307
36307
|
createdById: stringType().optional(),
|
|
36308
36308
|
updatedById: stringType().optional(),
|
|
36309
36309
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36310
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
36310
|
+
updated: dateType().default(() => new Date("2025-05-19T08:05:08.431Z")).transform((v2) => v2.toISOString())
|
|
36311
36311
|
}).transform((v2) => {
|
|
36312
36312
|
return remap(v2, {
|
|
36313
36313
|
id: "_id",
|
|
@@ -36511,7 +36511,7 @@ var init_createcontact = __esm(() => {
|
|
|
36511
36511
|
tags: arrayType(stringType()).optional(),
|
|
36512
36512
|
metadata: recordType(anyType()).optional(),
|
|
36513
36513
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36514
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
36514
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-19T08:05:08.431Z").transform((v2) => new Date(v2))
|
|
36515
36515
|
}).transform((v2) => {
|
|
36516
36516
|
return remap(v2, {
|
|
36517
36517
|
external_id: "externalId",
|
|
@@ -36528,7 +36528,7 @@ var init_createcontact = __esm(() => {
|
|
|
36528
36528
|
tags: arrayType(stringType()).optional(),
|
|
36529
36529
|
metadata: recordType(anyType()).optional(),
|
|
36530
36530
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36531
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
36531
|
+
updated: dateType().default(() => new Date("2025-05-19T08:05:08.431Z")).transform((v2) => v2.toISOString())
|
|
36532
36532
|
}).transform((v2) => {
|
|
36533
36533
|
return remap(v2, {
|
|
36534
36534
|
externalId: "external_id",
|
|
@@ -36598,7 +36598,7 @@ var init_createdataset = __esm(() => {
|
|
|
36598
36598
|
updated_by_id: stringType().optional(),
|
|
36599
36599
|
metadata: lazyType(() => CreateDatasetMetadata$inboundSchema),
|
|
36600
36600
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36601
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
36601
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-19T08:05:08.431Z").transform((v2) => new Date(v2))
|
|
36602
36602
|
}).transform((v2) => {
|
|
36603
36603
|
return remap(v2, {
|
|
36604
36604
|
_id: "id",
|
|
@@ -36618,7 +36618,7 @@ var init_createdataset = __esm(() => {
|
|
|
36618
36618
|
updatedById: stringType().optional(),
|
|
36619
36619
|
metadata: lazyType(() => CreateDatasetMetadata$outboundSchema),
|
|
36620
36620
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36621
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
36621
|
+
updated: dateType().default(() => new Date("2025-05-19T08:05:08.431Z")).transform((v2) => v2.toISOString())
|
|
36622
36622
|
}).transform((v2) => {
|
|
36623
36623
|
return remap(v2, {
|
|
36624
36624
|
id: "_id",
|
|
@@ -37062,7 +37062,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37062
37062
|
created_by_id: stringType().optional(),
|
|
37063
37063
|
updated_by_id: stringType().optional(),
|
|
37064
37064
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
37065
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
37065
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-19T08:05:08.431Z").transform((v2) => new Date(v2))
|
|
37066
37066
|
}).transform((v2) => {
|
|
37067
37067
|
return remap(v2, {
|
|
37068
37068
|
_id: "id",
|
|
@@ -37083,7 +37083,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37083
37083
|
createdById: stringType().optional(),
|
|
37084
37084
|
updatedById: stringType().optional(),
|
|
37085
37085
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
37086
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
37086
|
+
updated: dateType().default(() => new Date("2025-05-19T08:05:08.431Z")).transform((v2) => v2.toISOString())
|
|
37087
37087
|
}).transform((v2) => {
|
|
37088
37088
|
return remap(v2, {
|
|
37089
37089
|
id: "_id",
|
|
@@ -37305,7 +37305,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37305
37305
|
CreateDatasourceStatus$.outboundSchema = CreateDatasourceStatus$outboundSchema;
|
|
37306
37306
|
})(CreateDatasourceStatus$ ||= {});
|
|
37307
37307
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
37308
|
-
_id: stringType().default("
|
|
37308
|
+
_id: stringType().default("01JVKS6ND1YCDBMADRAD01T4BB"),
|
|
37309
37309
|
display_name: stringType(),
|
|
37310
37310
|
description: stringType().optional(),
|
|
37311
37311
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -37328,7 +37328,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37328
37328
|
});
|
|
37329
37329
|
});
|
|
37330
37330
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
37331
|
-
id: stringType().default("
|
|
37331
|
+
id: stringType().default("01JVKS6ND1YCDBMADRAD01T4BB"),
|
|
37332
37332
|
displayName: stringType(),
|
|
37333
37333
|
description: stringType().optional(),
|
|
37334
37334
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -43899,7 +43899,7 @@ var init_fileget = __esm(() => {
|
|
|
43899
43899
|
bytes: numberType(),
|
|
43900
43900
|
file_name: stringType(),
|
|
43901
43901
|
workspace_id: stringType(),
|
|
43902
|
-
created: stringType().datetime({ offset: true }).default("2025-05-
|
|
43902
|
+
created: stringType().datetime({ offset: true }).default("2025-05-19T08:05:11.109Z").transform((v2) => new Date(v2))
|
|
43903
43903
|
}).transform((v2) => {
|
|
43904
43904
|
return remap(v2, {
|
|
43905
43905
|
_id: "id",
|
|
@@ -43915,7 +43915,7 @@ var init_fileget = __esm(() => {
|
|
|
43915
43915
|
bytes: numberType(),
|
|
43916
43916
|
fileName: stringType(),
|
|
43917
43917
|
workspaceId: stringType(),
|
|
43918
|
-
created: dateType().default(() => new Date("2025-05-
|
|
43918
|
+
created: dateType().default(() => new Date("2025-05-19T08:05:11.109Z")).transform((v2) => v2.toISOString())
|
|
43919
43919
|
}).transform((v2) => {
|
|
43920
43920
|
return remap(v2, {
|
|
43921
43921
|
id: "_id",
|
|
@@ -43986,7 +43986,7 @@ var init_filelist = __esm(() => {
|
|
|
43986
43986
|
bytes: numberType(),
|
|
43987
43987
|
file_name: stringType(),
|
|
43988
43988
|
workspace_id: stringType(),
|
|
43989
|
-
created: stringType().datetime({ offset: true }).default("2025-05-
|
|
43989
|
+
created: stringType().datetime({ offset: true }).default("2025-05-19T08:05:11.109Z").transform((v2) => new Date(v2))
|
|
43990
43990
|
}).transform((v2) => {
|
|
43991
43991
|
return remap(v2, {
|
|
43992
43992
|
_id: "id",
|
|
@@ -44002,7 +44002,7 @@ var init_filelist = __esm(() => {
|
|
|
44002
44002
|
bytes: numberType(),
|
|
44003
44003
|
fileName: stringType(),
|
|
44004
44004
|
workspaceId: stringType(),
|
|
44005
|
-
created: dateType().default(() => new Date("2025-05-
|
|
44005
|
+
created: dateType().default(() => new Date("2025-05-19T08:05:11.109Z")).transform((v2) => v2.toISOString())
|
|
44006
44006
|
}).transform((v2) => {
|
|
44007
44007
|
return remap(v2, {
|
|
44008
44008
|
id: "_id",
|
|
@@ -44134,7 +44134,7 @@ var init_fileupload = __esm(() => {
|
|
|
44134
44134
|
bytes: numberType(),
|
|
44135
44135
|
file_name: stringType(),
|
|
44136
44136
|
workspace_id: stringType(),
|
|
44137
|
-
created: stringType().datetime({ offset: true }).default("2025-05-
|
|
44137
|
+
created: stringType().datetime({ offset: true }).default("2025-05-19T08:05:11.109Z").transform((v2) => new Date(v2))
|
|
44138
44138
|
}).transform((v2) => {
|
|
44139
44139
|
return remap(v2, {
|
|
44140
44140
|
_id: "id",
|
|
@@ -44150,7 +44150,7 @@ var init_fileupload = __esm(() => {
|
|
|
44150
44150
|
bytes: numberType(),
|
|
44151
44151
|
fileName: stringType(),
|
|
44152
44152
|
workspaceId: stringType(),
|
|
44153
|
-
created: dateType().default(() => new Date("2025-05-
|
|
44153
|
+
created: dateType().default(() => new Date("2025-05-19T08:05:11.109Z")).transform((v2) => v2.toISOString())
|
|
44154
44154
|
}).transform((v2) => {
|
|
44155
44155
|
return remap(v2, {
|
|
44156
44156
|
id: "_id",
|
|
@@ -46537,7 +46537,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
46537
46537
|
created_by_id: stringType().optional(),
|
|
46538
46538
|
updated_by_id: stringType().optional(),
|
|
46539
46539
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
46540
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
46540
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-19T08:05:08.431Z").transform((v2) => new Date(v2))
|
|
46541
46541
|
}).transform((v2) => {
|
|
46542
46542
|
return remap(v2, {
|
|
46543
46543
|
_id: "id",
|
|
@@ -46558,7 +46558,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
46558
46558
|
createdById: stringType().optional(),
|
|
46559
46559
|
updatedById: stringType().optional(),
|
|
46560
46560
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
46561
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
46561
|
+
updated: dateType().default(() => new Date("2025-05-19T08:05:08.431Z")).transform((v2) => v2.toISOString())
|
|
46562
46562
|
}).transform((v2) => {
|
|
46563
46563
|
return remap(v2, {
|
|
46564
46564
|
id: "_id",
|
|
@@ -46666,7 +46666,7 @@ var init_listdatasets = __esm(() => {
|
|
|
46666
46666
|
updated_by_id: stringType().optional(),
|
|
46667
46667
|
metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
|
|
46668
46668
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
46669
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
46669
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-19T08:05:08.431Z").transform((v2) => new Date(v2))
|
|
46670
46670
|
}).transform((v2) => {
|
|
46671
46671
|
return remap(v2, {
|
|
46672
46672
|
_id: "id",
|
|
@@ -46686,7 +46686,7 @@ var init_listdatasets = __esm(() => {
|
|
|
46686
46686
|
updatedById: stringType().optional(),
|
|
46687
46687
|
metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
|
|
46688
46688
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
46689
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
46689
|
+
updated: dateType().default(() => new Date("2025-05-19T08:05:08.431Z")).transform((v2) => v2.toISOString())
|
|
46690
46690
|
}).transform((v2) => {
|
|
46691
46691
|
return remap(v2, {
|
|
46692
46692
|
id: "_id",
|
|
@@ -46791,7 +46791,7 @@ var init_listdatasources = __esm(() => {
|
|
|
46791
46791
|
ListDatasourcesStatus$.outboundSchema = ListDatasourcesStatus$outboundSchema;
|
|
46792
46792
|
})(ListDatasourcesStatus$ ||= {});
|
|
46793
46793
|
ListDatasourcesData$inboundSchema = objectType({
|
|
46794
|
-
_id: stringType().default("
|
|
46794
|
+
_id: stringType().default("01JVKS6NCZNRN45ZH2MF38HN6T"),
|
|
46795
46795
|
display_name: stringType(),
|
|
46796
46796
|
description: stringType().optional(),
|
|
46797
46797
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -46814,7 +46814,7 @@ var init_listdatasources = __esm(() => {
|
|
|
46814
46814
|
});
|
|
46815
46815
|
});
|
|
46816
46816
|
ListDatasourcesData$outboundSchema = objectType({
|
|
46817
|
-
id: stringType().default("
|
|
46817
|
+
id: stringType().default("01JVKS6NCZNRN45ZH2MF38HN6T"),
|
|
46818
46818
|
displayName: stringType(),
|
|
46819
46819
|
description: stringType().optional(),
|
|
46820
46820
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -48011,7 +48011,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
48011
48011
|
created_by_id: stringType().optional(),
|
|
48012
48012
|
updated_by_id: stringType().optional(),
|
|
48013
48013
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
48014
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
48014
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-19T08:05:08.431Z").transform((v2) => new Date(v2))
|
|
48015
48015
|
}).transform((v2) => {
|
|
48016
48016
|
return remap(v2, {
|
|
48017
48017
|
_id: "id",
|
|
@@ -48032,7 +48032,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
48032
48032
|
createdById: stringType().optional(),
|
|
48033
48033
|
updatedById: stringType().optional(),
|
|
48034
48034
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
48035
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
48035
|
+
updated: dateType().default(() => new Date("2025-05-19T08:05:08.431Z")).transform((v2) => v2.toISOString())
|
|
48036
48036
|
}).transform((v2) => {
|
|
48037
48037
|
return remap(v2, {
|
|
48038
48038
|
id: "_id",
|
|
@@ -48103,7 +48103,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
48103
48103
|
updated_by_id: stringType().optional(),
|
|
48104
48104
|
metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
|
|
48105
48105
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
48106
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
48106
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-19T08:05:08.431Z").transform((v2) => new Date(v2))
|
|
48107
48107
|
}).transform((v2) => {
|
|
48108
48108
|
return remap(v2, {
|
|
48109
48109
|
_id: "id",
|
|
@@ -48123,7 +48123,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
48123
48123
|
updatedById: stringType().optional(),
|
|
48124
48124
|
metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
|
|
48125
48125
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
48126
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
48126
|
+
updated: dateType().default(() => new Date("2025-05-19T08:05:08.431Z")).transform((v2) => v2.toISOString())
|
|
48127
48127
|
}).transform((v2) => {
|
|
48128
48128
|
return remap(v2, {
|
|
48129
48129
|
id: "_id",
|
|
@@ -48181,7 +48181,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
48181
48181
|
RetrieveDatasourceStatus$.outboundSchema = RetrieveDatasourceStatus$outboundSchema;
|
|
48182
48182
|
})(RetrieveDatasourceStatus$ ||= {});
|
|
48183
48183
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
48184
|
-
_id: stringType().default("
|
|
48184
|
+
_id: stringType().default("01JVKS6ND04CJ82S2WZ729DKF3"),
|
|
48185
48185
|
display_name: stringType(),
|
|
48186
48186
|
description: stringType().optional(),
|
|
48187
48187
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -48204,7 +48204,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
48204
48204
|
});
|
|
48205
48205
|
});
|
|
48206
48206
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
48207
|
-
id: stringType().default("
|
|
48207
|
+
id: stringType().default("01JVKS6ND04CJ82S2WZ729DKF3"),
|
|
48208
48208
|
displayName: stringType(),
|
|
48209
48209
|
description: stringType().optional(),
|
|
48210
48210
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -48783,7 +48783,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
48783
48783
|
created_by_id: stringType().optional(),
|
|
48784
48784
|
updated_by_id: stringType().optional(),
|
|
48785
48785
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
48786
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
48786
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-19T08:05:08.431Z").transform((v2) => new Date(v2))
|
|
48787
48787
|
}).transform((v2) => {
|
|
48788
48788
|
return remap(v2, {
|
|
48789
48789
|
_id: "id",
|
|
@@ -48804,7 +48804,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
48804
48804
|
createdById: stringType().optional(),
|
|
48805
48805
|
updatedById: stringType().optional(),
|
|
48806
48806
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
48807
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
48807
|
+
updated: dateType().default(() => new Date("2025-05-19T08:05:08.431Z")).transform((v2) => v2.toISOString())
|
|
48808
48808
|
}).transform((v2) => {
|
|
48809
48809
|
return remap(v2, {
|
|
48810
48810
|
id: "_id",
|
|
@@ -48905,7 +48905,7 @@ var init_updatedataset = __esm(() => {
|
|
|
48905
48905
|
parent_id: stringType().optional(),
|
|
48906
48906
|
version: stringType().optional(),
|
|
48907
48907
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
48908
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
48908
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-19T08:05:08.431Z").transform((v2) => new Date(v2))
|
|
48909
48909
|
}).transform((v2) => {
|
|
48910
48910
|
return remap(v2, {
|
|
48911
48911
|
_id: "id",
|
|
@@ -48928,7 +48928,7 @@ var init_updatedataset = __esm(() => {
|
|
|
48928
48928
|
parentId: stringType().optional(),
|
|
48929
48929
|
version: stringType().optional(),
|
|
48930
48930
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
48931
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
48931
|
+
updated: dateType().default(() => new Date("2025-05-19T08:05:08.431Z")).transform((v2) => v2.toISOString())
|
|
48932
48932
|
}).transform((v2) => {
|
|
48933
48933
|
return remap(v2, {
|
|
48934
48934
|
id: "_id",
|
|
@@ -49009,7 +49009,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
49009
49009
|
UpdateDatasourceStatus$.outboundSchema = UpdateDatasourceStatus$outboundSchema;
|
|
49010
49010
|
})(UpdateDatasourceStatus$ ||= {});
|
|
49011
49011
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
49012
|
-
_id: stringType().default("
|
|
49012
|
+
_id: stringType().default("01JVKS6ND2371S1HFXSQ3DNFE1"),
|
|
49013
49013
|
display_name: stringType(),
|
|
49014
49014
|
description: stringType().optional(),
|
|
49015
49015
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -49032,7 +49032,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
49032
49032
|
});
|
|
49033
49033
|
});
|
|
49034
49034
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
49035
|
-
id: stringType().default("
|
|
49035
|
+
id: stringType().default("01JVKS6ND2371S1HFXSQ3DNFE1"),
|
|
49036
49036
|
displayName: stringType(),
|
|
49037
49037
|
description: stringType().optional(),
|
|
49038
49038
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -56621,7 +56621,7 @@ var init_remoteconfigsRetrieve2 = __esm(() => {
|
|
|
56621
56621
|
function createMCPServer(deps) {
|
|
56622
56622
|
const server = new McpServer({
|
|
56623
56623
|
name: "Orq",
|
|
56624
|
-
version: "3.5.
|
|
56624
|
+
version: "3.5.14"
|
|
56625
56625
|
});
|
|
56626
56626
|
const client = new OrqCore({
|
|
56627
56627
|
apiKey: deps.apiKey,
|
|
@@ -57951,7 +57951,7 @@ var routes = rn({
|
|
|
57951
57951
|
var app = Ve(routes, {
|
|
57952
57952
|
name: "mcp",
|
|
57953
57953
|
versionInfo: {
|
|
57954
|
-
currentVersion: "3.5.
|
|
57954
|
+
currentVersion: "3.5.14"
|
|
57955
57955
|
}
|
|
57956
57956
|
});
|
|
57957
57957
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -57959,5 +57959,5 @@ export {
|
|
|
57959
57959
|
app
|
|
57960
57960
|
};
|
|
57961
57961
|
|
|
57962
|
-
//# debugId=
|
|
57962
|
+
//# debugId=5523918B42E1255564756E2164756E21
|
|
57963
57963
|
//# sourceMappingURL=mcp-server.js.map
|