@orq-ai/node 3.6.0-rc.7 → 3.6.0-rc.9
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 +40 -40
- package/bin/mcp-server.js.map +21 -21
- package/docs/sdks/datasets/README.md +2 -2
- package/docs/sdks/knowledge/README.md +2 -24
- package/docs/sdks/prompts/README.md +4 -42
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- 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/lib/config.ts +3 -3
- 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
|
@@ -34225,9 +34225,9 @@ var init_config = __esm(() => {
|
|
|
34225
34225
|
SDK_METADATA = {
|
|
34226
34226
|
language: "typescript",
|
|
34227
34227
|
openapiDocVersion: "2.0",
|
|
34228
|
-
sdkVersion: "3.6.0-rc.
|
|
34229
|
-
genVersion: "2.
|
|
34230
|
-
userAgent: "speakeasy-sdk/typescript 3.6.0-rc.
|
|
34228
|
+
sdkVersion: "3.6.0-rc.9",
|
|
34229
|
+
genVersion: "2.603.1",
|
|
34230
|
+
userAgent: "speakeasy-sdk/typescript 3.6.0-rc.9 2.603.1 2.0 @orq-ai/node"
|
|
34231
34231
|
};
|
|
34232
34232
|
});
|
|
34233
34233
|
|
|
@@ -36283,7 +36283,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36283
36283
|
created_by_id: stringType().optional(),
|
|
36284
36284
|
updated_by_id: stringType().optional(),
|
|
36285
36285
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36286
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
36286
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-16T10:06:22.724Z").transform((v2) => new Date(v2))
|
|
36287
36287
|
}).transform((v2) => {
|
|
36288
36288
|
return remap(v2, {
|
|
36289
36289
|
_id: "id",
|
|
@@ -36304,7 +36304,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36304
36304
|
createdById: stringType().optional(),
|
|
36305
36305
|
updatedById: stringType().optional(),
|
|
36306
36306
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36307
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
36307
|
+
updated: dateType().default(() => new Date("2025-05-16T10:06:22.724Z")).transform((v2) => v2.toISOString())
|
|
36308
36308
|
}).transform((v2) => {
|
|
36309
36309
|
return remap(v2, {
|
|
36310
36310
|
id: "_id",
|
|
@@ -36508,7 +36508,7 @@ var init_createcontact = __esm(() => {
|
|
|
36508
36508
|
tags: arrayType(stringType()).optional(),
|
|
36509
36509
|
metadata: recordType(anyType()).optional(),
|
|
36510
36510
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36511
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
36511
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-16T10:06:22.724Z").transform((v2) => new Date(v2))
|
|
36512
36512
|
}).transform((v2) => {
|
|
36513
36513
|
return remap(v2, {
|
|
36514
36514
|
external_id: "externalId",
|
|
@@ -36525,7 +36525,7 @@ var init_createcontact = __esm(() => {
|
|
|
36525
36525
|
tags: arrayType(stringType()).optional(),
|
|
36526
36526
|
metadata: recordType(anyType()).optional(),
|
|
36527
36527
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36528
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
36528
|
+
updated: dateType().default(() => new Date("2025-05-16T10:06:22.724Z")).transform((v2) => v2.toISOString())
|
|
36529
36529
|
}).transform((v2) => {
|
|
36530
36530
|
return remap(v2, {
|
|
36531
36531
|
externalId: "external_id",
|
|
@@ -36595,7 +36595,7 @@ var init_createdataset = __esm(() => {
|
|
|
36595
36595
|
updated_by_id: stringType().optional(),
|
|
36596
36596
|
metadata: lazyType(() => CreateDatasetMetadata$inboundSchema),
|
|
36597
36597
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36598
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
36598
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-16T10:06:22.724Z").transform((v2) => new Date(v2))
|
|
36599
36599
|
}).transform((v2) => {
|
|
36600
36600
|
return remap(v2, {
|
|
36601
36601
|
_id: "id",
|
|
@@ -36615,7 +36615,7 @@ var init_createdataset = __esm(() => {
|
|
|
36615
36615
|
updatedById: stringType().optional(),
|
|
36616
36616
|
metadata: lazyType(() => CreateDatasetMetadata$outboundSchema),
|
|
36617
36617
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36618
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
36618
|
+
updated: dateType().default(() => new Date("2025-05-16T10:06:22.724Z")).transform((v2) => v2.toISOString())
|
|
36619
36619
|
}).transform((v2) => {
|
|
36620
36620
|
return remap(v2, {
|
|
36621
36621
|
id: "_id",
|
|
@@ -37149,7 +37149,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37149
37149
|
created_by_id: stringType().optional(),
|
|
37150
37150
|
updated_by_id: stringType().optional(),
|
|
37151
37151
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
37152
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
37152
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-16T10:06:22.724Z").transform((v2) => new Date(v2))
|
|
37153
37153
|
}).transform((v2) => {
|
|
37154
37154
|
return remap(v2, {
|
|
37155
37155
|
_id: "id",
|
|
@@ -37170,7 +37170,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37170
37170
|
createdById: stringType().optional(),
|
|
37171
37171
|
updatedById: stringType().optional(),
|
|
37172
37172
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
37173
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
37173
|
+
updated: dateType().default(() => new Date("2025-05-16T10:06:22.724Z")).transform((v2) => v2.toISOString())
|
|
37174
37174
|
}).transform((v2) => {
|
|
37175
37175
|
return remap(v2, {
|
|
37176
37176
|
id: "_id",
|
|
@@ -37392,7 +37392,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37392
37392
|
CreateDatasourceStatus$.outboundSchema = CreateDatasourceStatus$outboundSchema;
|
|
37393
37393
|
})(CreateDatasourceStatus$ ||= {});
|
|
37394
37394
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
37395
|
-
_id: stringType().default("
|
|
37395
|
+
_id: stringType().default("01JVC8YGP3253J8QK9V1BJB3SB"),
|
|
37396
37396
|
display_name: stringType(),
|
|
37397
37397
|
description: stringType().optional(),
|
|
37398
37398
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -37415,7 +37415,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37415
37415
|
});
|
|
37416
37416
|
});
|
|
37417
37417
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
37418
|
-
id: stringType().default("
|
|
37418
|
+
id: stringType().default("01JVC8YGP3253J8QK9V1BJB3SB"),
|
|
37419
37419
|
displayName: stringType(),
|
|
37420
37420
|
description: stringType().optional(),
|
|
37421
37421
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -44446,7 +44446,7 @@ var init_fileget = __esm(() => {
|
|
|
44446
44446
|
bytes: numberType(),
|
|
44447
44447
|
file_name: stringType(),
|
|
44448
44448
|
workspace_id: stringType(),
|
|
44449
|
-
created: stringType().datetime({ offset: true }).default("2025-05-
|
|
44449
|
+
created: stringType().datetime({ offset: true }).default("2025-05-16T10:06:25.458Z").transform((v2) => new Date(v2))
|
|
44450
44450
|
}).transform((v2) => {
|
|
44451
44451
|
return remap(v2, {
|
|
44452
44452
|
_id: "id",
|
|
@@ -44462,7 +44462,7 @@ var init_fileget = __esm(() => {
|
|
|
44462
44462
|
bytes: numberType(),
|
|
44463
44463
|
fileName: stringType(),
|
|
44464
44464
|
workspaceId: stringType(),
|
|
44465
|
-
created: dateType().default(() => new Date("2025-05-
|
|
44465
|
+
created: dateType().default(() => new Date("2025-05-16T10:06:25.458Z")).transform((v2) => v2.toISOString())
|
|
44466
44466
|
}).transform((v2) => {
|
|
44467
44467
|
return remap(v2, {
|
|
44468
44468
|
id: "_id",
|
|
@@ -44533,7 +44533,7 @@ var init_filelist = __esm(() => {
|
|
|
44533
44533
|
bytes: numberType(),
|
|
44534
44534
|
file_name: stringType(),
|
|
44535
44535
|
workspace_id: stringType(),
|
|
44536
|
-
created: stringType().datetime({ offset: true }).default("2025-05-
|
|
44536
|
+
created: stringType().datetime({ offset: true }).default("2025-05-16T10:06:25.458Z").transform((v2) => new Date(v2))
|
|
44537
44537
|
}).transform((v2) => {
|
|
44538
44538
|
return remap(v2, {
|
|
44539
44539
|
_id: "id",
|
|
@@ -44549,7 +44549,7 @@ var init_filelist = __esm(() => {
|
|
|
44549
44549
|
bytes: numberType(),
|
|
44550
44550
|
fileName: stringType(),
|
|
44551
44551
|
workspaceId: stringType(),
|
|
44552
|
-
created: dateType().default(() => new Date("2025-05-
|
|
44552
|
+
created: dateType().default(() => new Date("2025-05-16T10:06:25.458Z")).transform((v2) => v2.toISOString())
|
|
44553
44553
|
}).transform((v2) => {
|
|
44554
44554
|
return remap(v2, {
|
|
44555
44555
|
id: "_id",
|
|
@@ -44681,7 +44681,7 @@ var init_fileupload = __esm(() => {
|
|
|
44681
44681
|
bytes: numberType(),
|
|
44682
44682
|
file_name: stringType(),
|
|
44683
44683
|
workspace_id: stringType(),
|
|
44684
|
-
created: stringType().datetime({ offset: true }).default("2025-05-
|
|
44684
|
+
created: stringType().datetime({ offset: true }).default("2025-05-16T10:06:25.458Z").transform((v2) => new Date(v2))
|
|
44685
44685
|
}).transform((v2) => {
|
|
44686
44686
|
return remap(v2, {
|
|
44687
44687
|
_id: "id",
|
|
@@ -44697,7 +44697,7 @@ var init_fileupload = __esm(() => {
|
|
|
44697
44697
|
bytes: numberType(),
|
|
44698
44698
|
fileName: stringType(),
|
|
44699
44699
|
workspaceId: stringType(),
|
|
44700
|
-
created: dateType().default(() => new Date("2025-05-
|
|
44700
|
+
created: dateType().default(() => new Date("2025-05-16T10:06:25.458Z")).transform((v2) => v2.toISOString())
|
|
44701
44701
|
}).transform((v2) => {
|
|
44702
44702
|
return remap(v2, {
|
|
44703
44703
|
id: "_id",
|
|
@@ -47084,7 +47084,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
47084
47084
|
created_by_id: stringType().optional(),
|
|
47085
47085
|
updated_by_id: stringType().optional(),
|
|
47086
47086
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
47087
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
47087
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-16T10:06:22.724Z").transform((v2) => new Date(v2))
|
|
47088
47088
|
}).transform((v2) => {
|
|
47089
47089
|
return remap(v2, {
|
|
47090
47090
|
_id: "id",
|
|
@@ -47105,7 +47105,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
47105
47105
|
createdById: stringType().optional(),
|
|
47106
47106
|
updatedById: stringType().optional(),
|
|
47107
47107
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
47108
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
47108
|
+
updated: dateType().default(() => new Date("2025-05-16T10:06:22.724Z")).transform((v2) => v2.toISOString())
|
|
47109
47109
|
}).transform((v2) => {
|
|
47110
47110
|
return remap(v2, {
|
|
47111
47111
|
id: "_id",
|
|
@@ -47213,7 +47213,7 @@ var init_listdatasets = __esm(() => {
|
|
|
47213
47213
|
updated_by_id: stringType().optional(),
|
|
47214
47214
|
metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
|
|
47215
47215
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
47216
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
47216
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-16T10:06:22.724Z").transform((v2) => new Date(v2))
|
|
47217
47217
|
}).transform((v2) => {
|
|
47218
47218
|
return remap(v2, {
|
|
47219
47219
|
_id: "id",
|
|
@@ -47233,7 +47233,7 @@ var init_listdatasets = __esm(() => {
|
|
|
47233
47233
|
updatedById: stringType().optional(),
|
|
47234
47234
|
metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
|
|
47235
47235
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
47236
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
47236
|
+
updated: dateType().default(() => new Date("2025-05-16T10:06:22.724Z")).transform((v2) => v2.toISOString())
|
|
47237
47237
|
}).transform((v2) => {
|
|
47238
47238
|
return remap(v2, {
|
|
47239
47239
|
id: "_id",
|
|
@@ -47338,7 +47338,7 @@ var init_listdatasources = __esm(() => {
|
|
|
47338
47338
|
ListDatasourcesStatus$.outboundSchema = ListDatasourcesStatus$outboundSchema;
|
|
47339
47339
|
})(ListDatasourcesStatus$ ||= {});
|
|
47340
47340
|
ListDatasourcesData$inboundSchema = objectType({
|
|
47341
|
-
_id: stringType().default("
|
|
47341
|
+
_id: stringType().default("01JVC8YGP2BJSGFWHXXWKWRQ13"),
|
|
47342
47342
|
display_name: stringType(),
|
|
47343
47343
|
description: stringType().optional(),
|
|
47344
47344
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -47361,7 +47361,7 @@ var init_listdatasources = __esm(() => {
|
|
|
47361
47361
|
});
|
|
47362
47362
|
});
|
|
47363
47363
|
ListDatasourcesData$outboundSchema = objectType({
|
|
47364
|
-
id: stringType().default("
|
|
47364
|
+
id: stringType().default("01JVC8YGP2BJSGFWHXXWKWRQ13"),
|
|
47365
47365
|
displayName: stringType(),
|
|
47366
47366
|
description: stringType().optional(),
|
|
47367
47367
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -48558,7 +48558,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
48558
48558
|
created_by_id: stringType().optional(),
|
|
48559
48559
|
updated_by_id: stringType().optional(),
|
|
48560
48560
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
48561
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
48561
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-16T10:06:22.724Z").transform((v2) => new Date(v2))
|
|
48562
48562
|
}).transform((v2) => {
|
|
48563
48563
|
return remap(v2, {
|
|
48564
48564
|
_id: "id",
|
|
@@ -48579,7 +48579,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
48579
48579
|
createdById: stringType().optional(),
|
|
48580
48580
|
updatedById: stringType().optional(),
|
|
48581
48581
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
48582
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
48582
|
+
updated: dateType().default(() => new Date("2025-05-16T10:06:22.724Z")).transform((v2) => v2.toISOString())
|
|
48583
48583
|
}).transform((v2) => {
|
|
48584
48584
|
return remap(v2, {
|
|
48585
48585
|
id: "_id",
|
|
@@ -48650,7 +48650,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
48650
48650
|
updated_by_id: stringType().optional(),
|
|
48651
48651
|
metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
|
|
48652
48652
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
48653
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
48653
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-16T10:06:22.724Z").transform((v2) => new Date(v2))
|
|
48654
48654
|
}).transform((v2) => {
|
|
48655
48655
|
return remap(v2, {
|
|
48656
48656
|
_id: "id",
|
|
@@ -48670,7 +48670,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
48670
48670
|
updatedById: stringType().optional(),
|
|
48671
48671
|
metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
|
|
48672
48672
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
48673
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
48673
|
+
updated: dateType().default(() => new Date("2025-05-16T10:06:22.724Z")).transform((v2) => v2.toISOString())
|
|
48674
48674
|
}).transform((v2) => {
|
|
48675
48675
|
return remap(v2, {
|
|
48676
48676
|
id: "_id",
|
|
@@ -48728,7 +48728,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
48728
48728
|
RetrieveDatasourceStatus$.outboundSchema = RetrieveDatasourceStatus$outboundSchema;
|
|
48729
48729
|
})(RetrieveDatasourceStatus$ ||= {});
|
|
48730
48730
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
48731
|
-
_id: stringType().default("
|
|
48731
|
+
_id: stringType().default("01JVC8YGP3NEQBA7FGKXK37EW5"),
|
|
48732
48732
|
display_name: stringType(),
|
|
48733
48733
|
description: stringType().optional(),
|
|
48734
48734
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -48751,7 +48751,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
48751
48751
|
});
|
|
48752
48752
|
});
|
|
48753
48753
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
48754
|
-
id: stringType().default("
|
|
48754
|
+
id: stringType().default("01JVC8YGP3NEQBA7FGKXK37EW5"),
|
|
48755
48755
|
displayName: stringType(),
|
|
48756
48756
|
description: stringType().optional(),
|
|
48757
48757
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -49330,7 +49330,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
49330
49330
|
created_by_id: stringType().optional(),
|
|
49331
49331
|
updated_by_id: stringType().optional(),
|
|
49332
49332
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
49333
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
49333
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-16T10:06:22.724Z").transform((v2) => new Date(v2))
|
|
49334
49334
|
}).transform((v2) => {
|
|
49335
49335
|
return remap(v2, {
|
|
49336
49336
|
_id: "id",
|
|
@@ -49351,7 +49351,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
49351
49351
|
createdById: stringType().optional(),
|
|
49352
49352
|
updatedById: stringType().optional(),
|
|
49353
49353
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
49354
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
49354
|
+
updated: dateType().default(() => new Date("2025-05-16T10:06:22.724Z")).transform((v2) => v2.toISOString())
|
|
49355
49355
|
}).transform((v2) => {
|
|
49356
49356
|
return remap(v2, {
|
|
49357
49357
|
id: "_id",
|
|
@@ -49452,7 +49452,7 @@ var init_updatedataset = __esm(() => {
|
|
|
49452
49452
|
parent_id: stringType().optional(),
|
|
49453
49453
|
version: stringType().optional(),
|
|
49454
49454
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
49455
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
49455
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-16T10:06:22.724Z").transform((v2) => new Date(v2))
|
|
49456
49456
|
}).transform((v2) => {
|
|
49457
49457
|
return remap(v2, {
|
|
49458
49458
|
_id: "id",
|
|
@@ -49475,7 +49475,7 @@ var init_updatedataset = __esm(() => {
|
|
|
49475
49475
|
parentId: stringType().optional(),
|
|
49476
49476
|
version: stringType().optional(),
|
|
49477
49477
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
49478
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
49478
|
+
updated: dateType().default(() => new Date("2025-05-16T10:06:22.724Z")).transform((v2) => v2.toISOString())
|
|
49479
49479
|
}).transform((v2) => {
|
|
49480
49480
|
return remap(v2, {
|
|
49481
49481
|
id: "_id",
|
|
@@ -49556,7 +49556,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
49556
49556
|
UpdateDatasourceStatus$.outboundSchema = UpdateDatasourceStatus$outboundSchema;
|
|
49557
49557
|
})(UpdateDatasourceStatus$ ||= {});
|
|
49558
49558
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
49559
|
-
_id: stringType().default("
|
|
49559
|
+
_id: stringType().default("01JVC8YGP4CQ60F1P19XKEWGCG"),
|
|
49560
49560
|
display_name: stringType(),
|
|
49561
49561
|
description: stringType().optional(),
|
|
49562
49562
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -49579,7 +49579,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
49579
49579
|
});
|
|
49580
49580
|
});
|
|
49581
49581
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
49582
|
-
id: stringType().default("
|
|
49582
|
+
id: stringType().default("01JVC8YGP4CQ60F1P19XKEWGCG"),
|
|
49583
49583
|
displayName: stringType(),
|
|
49584
49584
|
description: stringType().optional(),
|
|
49585
49585
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -57490,7 +57490,7 @@ var init_remoteconfigsRetrieve2 = __esm(() => {
|
|
|
57490
57490
|
function createMCPServer(deps) {
|
|
57491
57491
|
const server = new McpServer({
|
|
57492
57492
|
name: "Orq",
|
|
57493
|
-
version: "3.6.0-rc.
|
|
57493
|
+
version: "3.6.0-rc.9"
|
|
57494
57494
|
});
|
|
57495
57495
|
const client = new OrqCore({
|
|
57496
57496
|
apiKey: deps.apiKey,
|
|
@@ -58824,7 +58824,7 @@ var routes = rn({
|
|
|
58824
58824
|
var app = Ve(routes, {
|
|
58825
58825
|
name: "mcp",
|
|
58826
58826
|
versionInfo: {
|
|
58827
|
-
currentVersion: "3.6.0-rc.
|
|
58827
|
+
currentVersion: "3.6.0-rc.9"
|
|
58828
58828
|
}
|
|
58829
58829
|
});
|
|
58830
58830
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -58832,5 +58832,5 @@ export {
|
|
|
58832
58832
|
app
|
|
58833
58833
|
};
|
|
58834
58834
|
|
|
58835
|
-
//# debugId=
|
|
58835
|
+
//# debugId=2FC6E2AC748BB66D64756E2164756E21
|
|
58836
58836
|
//# sourceMappingURL=mcp-server.js.map
|