@orq-ai/node 3.3.0-rc.18 → 3.3.0-rc.19
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 +41 -41
- package/bin/mcp-server.js.map +22 -22
- 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/createchunk.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/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/createchunk.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
|
@@ -34231,9 +34231,9 @@ var init_config = __esm(() => {
|
|
|
34231
34231
|
SDK_METADATA = {
|
|
34232
34232
|
language: "typescript",
|
|
34233
34233
|
openapiDocVersion: "2.0",
|
|
34234
|
-
sdkVersion: "3.3.0-rc.
|
|
34234
|
+
sdkVersion: "3.3.0-rc.19",
|
|
34235
34235
|
genVersion: "2.563.1",
|
|
34236
|
-
userAgent: "speakeasy-sdk/typescript 3.3.0-rc.
|
|
34236
|
+
userAgent: "speakeasy-sdk/typescript 3.3.0-rc.19 2.563.1 2.0 @orq-ai/node"
|
|
34237
34237
|
};
|
|
34238
34238
|
});
|
|
34239
34239
|
|
|
@@ -36268,7 +36268,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36268
36268
|
created_by_id: stringType().optional(),
|
|
36269
36269
|
updated_by_id: stringType().optional(),
|
|
36270
36270
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36271
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:
|
|
36271
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:18:13.725Z").transform((v2) => new Date(v2))
|
|
36272
36272
|
}).transform((v2) => {
|
|
36273
36273
|
return remap(v2, {
|
|
36274
36274
|
_id: "id",
|
|
@@ -36289,7 +36289,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36289
36289
|
createdById: stringType().optional(),
|
|
36290
36290
|
updatedById: stringType().optional(),
|
|
36291
36291
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36292
|
-
updated: dateType().default(() => new Date("2025-04-01T11:
|
|
36292
|
+
updated: dateType().default(() => new Date("2025-04-01T11:18:13.725Z")).transform((v2) => v2.toISOString())
|
|
36293
36293
|
}).transform((v2) => {
|
|
36294
36294
|
return remap(v2, {
|
|
36295
36295
|
id: "_id",
|
|
@@ -36492,7 +36492,7 @@ var init_createchunk = __esm(() => {
|
|
|
36492
36492
|
knowledge_id: stringType(),
|
|
36493
36493
|
workspace_id: stringType(),
|
|
36494
36494
|
data_source_id: stringType(),
|
|
36495
|
-
id: stringType().default("
|
|
36495
|
+
id: stringType().default("chunk_01JQRH5PKHKMP1T2YPWTK0NBT7"),
|
|
36496
36496
|
text: stringType(),
|
|
36497
36497
|
enabled: booleanType().default(true),
|
|
36498
36498
|
metadata: lazyType(() => CreateChunkKnowledgeMetadata$inboundSchema).optional(),
|
|
@@ -36515,7 +36515,7 @@ var init_createchunk = __esm(() => {
|
|
|
36515
36515
|
knowledgeId: stringType(),
|
|
36516
36516
|
workspaceId: stringType(),
|
|
36517
36517
|
dataSourceId: stringType(),
|
|
36518
|
-
id: stringType().default("
|
|
36518
|
+
id: stringType().default("chunk_01JQRH5PKHKMP1T2YPWTK0NBT7"),
|
|
36519
36519
|
text: stringType(),
|
|
36520
36520
|
enabled: booleanType().default(true),
|
|
36521
36521
|
metadata: lazyType(() => CreateChunkKnowledgeMetadata$outboundSchema).optional(),
|
|
@@ -36586,7 +36586,7 @@ var init_createcontact = __esm(() => {
|
|
|
36586
36586
|
tags: arrayType(stringType()).optional(),
|
|
36587
36587
|
metadata: recordType(anyType()).optional(),
|
|
36588
36588
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36589
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:
|
|
36589
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:18:13.725Z").transform((v2) => new Date(v2))
|
|
36590
36590
|
}).transform((v2) => {
|
|
36591
36591
|
return remap(v2, {
|
|
36592
36592
|
external_id: "externalId",
|
|
@@ -36603,7 +36603,7 @@ var init_createcontact = __esm(() => {
|
|
|
36603
36603
|
tags: arrayType(stringType()).optional(),
|
|
36604
36604
|
metadata: recordType(anyType()).optional(),
|
|
36605
36605
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36606
|
-
updated: dateType().default(() => new Date("2025-04-01T11:
|
|
36606
|
+
updated: dateType().default(() => new Date("2025-04-01T11:18:13.725Z")).transform((v2) => v2.toISOString())
|
|
36607
36607
|
}).transform((v2) => {
|
|
36608
36608
|
return remap(v2, {
|
|
36609
36609
|
externalId: "external_id",
|
|
@@ -36673,7 +36673,7 @@ var init_createdataset = __esm(() => {
|
|
|
36673
36673
|
updated_by_id: stringType().optional(),
|
|
36674
36674
|
metadata: lazyType(() => CreateDatasetMetadata$inboundSchema),
|
|
36675
36675
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36676
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:
|
|
36676
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:18:13.725Z").transform((v2) => new Date(v2))
|
|
36677
36677
|
}).transform((v2) => {
|
|
36678
36678
|
return remap(v2, {
|
|
36679
36679
|
_id: "id",
|
|
@@ -36693,7 +36693,7 @@ var init_createdataset = __esm(() => {
|
|
|
36693
36693
|
updatedById: stringType().optional(),
|
|
36694
36694
|
metadata: lazyType(() => CreateDatasetMetadata$outboundSchema),
|
|
36695
36695
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36696
|
-
updated: dateType().default(() => new Date("2025-04-01T11:
|
|
36696
|
+
updated: dateType().default(() => new Date("2025-04-01T11:18:13.725Z")).transform((v2) => v2.toISOString())
|
|
36697
36697
|
}).transform((v2) => {
|
|
36698
36698
|
return remap(v2, {
|
|
36699
36699
|
id: "_id",
|
|
@@ -37129,7 +37129,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37129
37129
|
created_by_id: stringType().optional(),
|
|
37130
37130
|
updated_by_id: stringType().optional(),
|
|
37131
37131
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
37132
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:
|
|
37132
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:18:13.725Z").transform((v2) => new Date(v2))
|
|
37133
37133
|
}).transform((v2) => {
|
|
37134
37134
|
return remap(v2, {
|
|
37135
37135
|
_id: "id",
|
|
@@ -37150,7 +37150,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37150
37150
|
createdById: stringType().optional(),
|
|
37151
37151
|
updatedById: stringType().optional(),
|
|
37152
37152
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
37153
|
-
updated: dateType().default(() => new Date("2025-04-01T11:
|
|
37153
|
+
updated: dateType().default(() => new Date("2025-04-01T11:18:13.725Z")).transform((v2) => v2.toISOString())
|
|
37154
37154
|
}).transform((v2) => {
|
|
37155
37155
|
return remap(v2, {
|
|
37156
37156
|
id: "_id",
|
|
@@ -37372,7 +37372,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37372
37372
|
CreateDatasourceStatus$.outboundSchema = CreateDatasourceStatus$outboundSchema;
|
|
37373
37373
|
})(CreateDatasourceStatus$ ||= {});
|
|
37374
37374
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
37375
|
-
_id: stringType().default("
|
|
37375
|
+
_id: stringType().default("01JQRH5PKFHB5S4X34FNVP3YEE"),
|
|
37376
37376
|
display_name: stringType(),
|
|
37377
37377
|
description: stringType().optional(),
|
|
37378
37378
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -37395,7 +37395,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37395
37395
|
});
|
|
37396
37396
|
});
|
|
37397
37397
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
37398
|
-
id: stringType().default("
|
|
37398
|
+
id: stringType().default("01JQRH5PKFHB5S4X34FNVP3YEE"),
|
|
37399
37399
|
displayName: stringType(),
|
|
37400
37400
|
description: stringType().optional(),
|
|
37401
37401
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -43920,7 +43920,7 @@ var init_fileget = __esm(() => {
|
|
|
43920
43920
|
bytes: numberType(),
|
|
43921
43921
|
file_name: stringType(),
|
|
43922
43922
|
workspace_id: stringType(),
|
|
43923
|
-
created: stringType().datetime({ offset: true }).default("2025-04-01T11:
|
|
43923
|
+
created: stringType().datetime({ offset: true }).default("2025-04-01T11:18:15.229Z").transform((v2) => new Date(v2))
|
|
43924
43924
|
}).transform((v2) => {
|
|
43925
43925
|
return remap(v2, {
|
|
43926
43926
|
_id: "id",
|
|
@@ -43936,7 +43936,7 @@ var init_fileget = __esm(() => {
|
|
|
43936
43936
|
bytes: numberType(),
|
|
43937
43937
|
fileName: stringType(),
|
|
43938
43938
|
workspaceId: stringType(),
|
|
43939
|
-
created: dateType().default(() => new Date("2025-04-01T11:
|
|
43939
|
+
created: dateType().default(() => new Date("2025-04-01T11:18:15.229Z")).transform((v2) => v2.toISOString())
|
|
43940
43940
|
}).transform((v2) => {
|
|
43941
43941
|
return remap(v2, {
|
|
43942
43942
|
id: "_id",
|
|
@@ -44007,7 +44007,7 @@ var init_filelist = __esm(() => {
|
|
|
44007
44007
|
bytes: numberType(),
|
|
44008
44008
|
file_name: stringType(),
|
|
44009
44009
|
workspace_id: stringType(),
|
|
44010
|
-
created: stringType().datetime({ offset: true }).default("2025-04-01T11:
|
|
44010
|
+
created: stringType().datetime({ offset: true }).default("2025-04-01T11:18:15.229Z").transform((v2) => new Date(v2))
|
|
44011
44011
|
}).transform((v2) => {
|
|
44012
44012
|
return remap(v2, {
|
|
44013
44013
|
_id: "id",
|
|
@@ -44023,7 +44023,7 @@ var init_filelist = __esm(() => {
|
|
|
44023
44023
|
bytes: numberType(),
|
|
44024
44024
|
fileName: stringType(),
|
|
44025
44025
|
workspaceId: stringType(),
|
|
44026
|
-
created: dateType().default(() => new Date("2025-04-01T11:
|
|
44026
|
+
created: dateType().default(() => new Date("2025-04-01T11:18:15.229Z")).transform((v2) => v2.toISOString())
|
|
44027
44027
|
}).transform((v2) => {
|
|
44028
44028
|
return remap(v2, {
|
|
44029
44029
|
id: "_id",
|
|
@@ -44155,7 +44155,7 @@ var init_fileupload = __esm(() => {
|
|
|
44155
44155
|
bytes: numberType(),
|
|
44156
44156
|
file_name: stringType(),
|
|
44157
44157
|
workspace_id: stringType(),
|
|
44158
|
-
created: stringType().datetime({ offset: true }).default("2025-04-01T11:
|
|
44158
|
+
created: stringType().datetime({ offset: true }).default("2025-04-01T11:18:15.229Z").transform((v2) => new Date(v2))
|
|
44159
44159
|
}).transform((v2) => {
|
|
44160
44160
|
return remap(v2, {
|
|
44161
44161
|
_id: "id",
|
|
@@ -44171,7 +44171,7 @@ var init_fileupload = __esm(() => {
|
|
|
44171
44171
|
bytes: numberType(),
|
|
44172
44172
|
fileName: stringType(),
|
|
44173
44173
|
workspaceId: stringType(),
|
|
44174
|
-
created: dateType().default(() => new Date("2025-04-01T11:
|
|
44174
|
+
created: dateType().default(() => new Date("2025-04-01T11:18:15.229Z")).transform((v2) => v2.toISOString())
|
|
44175
44175
|
}).transform((v2) => {
|
|
44176
44176
|
return remap(v2, {
|
|
44177
44177
|
id: "_id",
|
|
@@ -46551,7 +46551,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
46551
46551
|
created_by_id: stringType().optional(),
|
|
46552
46552
|
updated_by_id: stringType().optional(),
|
|
46553
46553
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
46554
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:
|
|
46554
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:18:13.725Z").transform((v2) => new Date(v2))
|
|
46555
46555
|
}).transform((v2) => {
|
|
46556
46556
|
return remap(v2, {
|
|
46557
46557
|
_id: "id",
|
|
@@ -46572,7 +46572,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
46572
46572
|
createdById: stringType().optional(),
|
|
46573
46573
|
updatedById: stringType().optional(),
|
|
46574
46574
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
46575
|
-
updated: dateType().default(() => new Date("2025-04-01T11:
|
|
46575
|
+
updated: dateType().default(() => new Date("2025-04-01T11:18:13.725Z")).transform((v2) => v2.toISOString())
|
|
46576
46576
|
}).transform((v2) => {
|
|
46577
46577
|
return remap(v2, {
|
|
46578
46578
|
id: "_id",
|
|
@@ -46680,7 +46680,7 @@ var init_listdatasets = __esm(() => {
|
|
|
46680
46680
|
updated_by_id: stringType().optional(),
|
|
46681
46681
|
metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
|
|
46682
46682
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
46683
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:
|
|
46683
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:18:13.725Z").transform((v2) => new Date(v2))
|
|
46684
46684
|
}).transform((v2) => {
|
|
46685
46685
|
return remap(v2, {
|
|
46686
46686
|
_id: "id",
|
|
@@ -46700,7 +46700,7 @@ var init_listdatasets = __esm(() => {
|
|
|
46700
46700
|
updatedById: stringType().optional(),
|
|
46701
46701
|
metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
|
|
46702
46702
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
46703
|
-
updated: dateType().default(() => new Date("2025-04-01T11:
|
|
46703
|
+
updated: dateType().default(() => new Date("2025-04-01T11:18:13.725Z")).transform((v2) => v2.toISOString())
|
|
46704
46704
|
}).transform((v2) => {
|
|
46705
46705
|
return remap(v2, {
|
|
46706
46706
|
id: "_id",
|
|
@@ -46805,7 +46805,7 @@ var init_listdatasources = __esm(() => {
|
|
|
46805
46805
|
ListDatasourcesStatus$.outboundSchema = ListDatasourcesStatus$outboundSchema;
|
|
46806
46806
|
})(ListDatasourcesStatus$ ||= {});
|
|
46807
46807
|
ListDatasourcesData$inboundSchema = objectType({
|
|
46808
|
-
_id: stringType().default("
|
|
46808
|
+
_id: stringType().default("01JQRH5PKEY5V31KG8NT8X971J"),
|
|
46809
46809
|
display_name: stringType(),
|
|
46810
46810
|
description: stringType().optional(),
|
|
46811
46811
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -46828,7 +46828,7 @@ var init_listdatasources = __esm(() => {
|
|
|
46828
46828
|
});
|
|
46829
46829
|
});
|
|
46830
46830
|
ListDatasourcesData$outboundSchema = objectType({
|
|
46831
|
-
id: stringType().default("
|
|
46831
|
+
id: stringType().default("01JQRH5PKEY5V31KG8NT8X971J"),
|
|
46832
46832
|
displayName: stringType(),
|
|
46833
46833
|
description: stringType().optional(),
|
|
46834
46834
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -47919,7 +47919,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
47919
47919
|
created_by_id: stringType().optional(),
|
|
47920
47920
|
updated_by_id: stringType().optional(),
|
|
47921
47921
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
47922
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:
|
|
47922
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:18:13.725Z").transform((v2) => new Date(v2))
|
|
47923
47923
|
}).transform((v2) => {
|
|
47924
47924
|
return remap(v2, {
|
|
47925
47925
|
_id: "id",
|
|
@@ -47940,7 +47940,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
47940
47940
|
createdById: stringType().optional(),
|
|
47941
47941
|
updatedById: stringType().optional(),
|
|
47942
47942
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
47943
|
-
updated: dateType().default(() => new Date("2025-04-01T11:
|
|
47943
|
+
updated: dateType().default(() => new Date("2025-04-01T11:18:13.725Z")).transform((v2) => v2.toISOString())
|
|
47944
47944
|
}).transform((v2) => {
|
|
47945
47945
|
return remap(v2, {
|
|
47946
47946
|
id: "_id",
|
|
@@ -48011,7 +48011,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
48011
48011
|
updated_by_id: stringType().optional(),
|
|
48012
48012
|
metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
|
|
48013
48013
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
48014
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:
|
|
48014
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:18:13.725Z").transform((v2) => new Date(v2))
|
|
48015
48015
|
}).transform((v2) => {
|
|
48016
48016
|
return remap(v2, {
|
|
48017
48017
|
_id: "id",
|
|
@@ -48031,7 +48031,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
48031
48031
|
updatedById: stringType().optional(),
|
|
48032
48032
|
metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
|
|
48033
48033
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
48034
|
-
updated: dateType().default(() => new Date("2025-04-01T11:
|
|
48034
|
+
updated: dateType().default(() => new Date("2025-04-01T11:18:13.725Z")).transform((v2) => v2.toISOString())
|
|
48035
48035
|
}).transform((v2) => {
|
|
48036
48036
|
return remap(v2, {
|
|
48037
48037
|
id: "_id",
|
|
@@ -48089,7 +48089,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
48089
48089
|
RetrieveDatasourceStatus$.outboundSchema = RetrieveDatasourceStatus$outboundSchema;
|
|
48090
48090
|
})(RetrieveDatasourceStatus$ ||= {});
|
|
48091
48091
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
48092
|
-
_id: stringType().default("
|
|
48092
|
+
_id: stringType().default("01JQRH5PKFE97N2FFWZVB2K9MK"),
|
|
48093
48093
|
display_name: stringType(),
|
|
48094
48094
|
description: stringType().optional(),
|
|
48095
48095
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -48112,7 +48112,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
48112
48112
|
});
|
|
48113
48113
|
});
|
|
48114
48114
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
48115
|
-
id: stringType().default("
|
|
48115
|
+
id: stringType().default("01JQRH5PKFE97N2FFWZVB2K9MK"),
|
|
48116
48116
|
displayName: stringType(),
|
|
48117
48117
|
description: stringType().optional(),
|
|
48118
48118
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -49176,7 +49176,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
49176
49176
|
created_by_id: stringType().optional(),
|
|
49177
49177
|
updated_by_id: stringType().optional(),
|
|
49178
49178
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
49179
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:
|
|
49179
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:18:13.725Z").transform((v2) => new Date(v2))
|
|
49180
49180
|
}).transform((v2) => {
|
|
49181
49181
|
return remap(v2, {
|
|
49182
49182
|
_id: "id",
|
|
@@ -49197,7 +49197,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
49197
49197
|
createdById: stringType().optional(),
|
|
49198
49198
|
updatedById: stringType().optional(),
|
|
49199
49199
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
49200
|
-
updated: dateType().default(() => new Date("2025-04-01T11:
|
|
49200
|
+
updated: dateType().default(() => new Date("2025-04-01T11:18:13.725Z")).transform((v2) => v2.toISOString())
|
|
49201
49201
|
}).transform((v2) => {
|
|
49202
49202
|
return remap(v2, {
|
|
49203
49203
|
id: "_id",
|
|
@@ -49298,7 +49298,7 @@ var init_updatedataset = __esm(() => {
|
|
|
49298
49298
|
parent_id: stringType().optional(),
|
|
49299
49299
|
version: stringType().optional(),
|
|
49300
49300
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
49301
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:
|
|
49301
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-01T11:18:13.725Z").transform((v2) => new Date(v2))
|
|
49302
49302
|
}).transform((v2) => {
|
|
49303
49303
|
return remap(v2, {
|
|
49304
49304
|
_id: "id",
|
|
@@ -49321,7 +49321,7 @@ var init_updatedataset = __esm(() => {
|
|
|
49321
49321
|
parentId: stringType().optional(),
|
|
49322
49322
|
version: stringType().optional(),
|
|
49323
49323
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
49324
|
-
updated: dateType().default(() => new Date("2025-04-01T11:
|
|
49324
|
+
updated: dateType().default(() => new Date("2025-04-01T11:18:13.725Z")).transform((v2) => v2.toISOString())
|
|
49325
49325
|
}).transform((v2) => {
|
|
49326
49326
|
return remap(v2, {
|
|
49327
49327
|
id: "_id",
|
|
@@ -49402,7 +49402,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
49402
49402
|
UpdateDatasourceStatus$.outboundSchema = UpdateDatasourceStatus$outboundSchema;
|
|
49403
49403
|
})(UpdateDatasourceStatus$ ||= {});
|
|
49404
49404
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
49405
|
-
_id: stringType().default("
|
|
49405
|
+
_id: stringType().default("01JQRH5PKGWXXC5X93WTVNDNP6"),
|
|
49406
49406
|
display_name: stringType(),
|
|
49407
49407
|
description: stringType().optional(),
|
|
49408
49408
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -49425,7 +49425,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
49425
49425
|
});
|
|
49426
49426
|
});
|
|
49427
49427
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
49428
|
-
id: stringType().default("
|
|
49428
|
+
id: stringType().default("01JQRH5PKGWXXC5X93WTVNDNP6"),
|
|
49429
49429
|
displayName: stringType(),
|
|
49430
49430
|
description: stringType().optional(),
|
|
49431
49431
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -56993,7 +56993,7 @@ var init_remoteconfigsRetrieve2 = __esm(() => {
|
|
|
56993
56993
|
function createMCPServer(deps) {
|
|
56994
56994
|
const server = new McpServer({
|
|
56995
56995
|
name: "Orq",
|
|
56996
|
-
version: "3.3.0-rc.
|
|
56996
|
+
version: "3.3.0-rc.19"
|
|
56997
56997
|
});
|
|
56998
56998
|
const client = new OrqCore({
|
|
56999
56999
|
apiKey: deps.apiKey,
|
|
@@ -58320,7 +58320,7 @@ var routes = rn({
|
|
|
58320
58320
|
var app = Ve(routes, {
|
|
58321
58321
|
name: "mcp",
|
|
58322
58322
|
versionInfo: {
|
|
58323
|
-
currentVersion: "3.3.0-rc.
|
|
58323
|
+
currentVersion: "3.3.0-rc.19"
|
|
58324
58324
|
}
|
|
58325
58325
|
});
|
|
58326
58326
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -58328,5 +58328,5 @@ export {
|
|
|
58328
58328
|
app
|
|
58329
58329
|
};
|
|
58330
58330
|
|
|
58331
|
-
//# debugId=
|
|
58331
|
+
//# debugId=4CDE4D807162B0B364756E2164756E21
|
|
58332
58332
|
//# sourceMappingURL=mcp-server.js.map
|