@orq-ai/node 3.3.1 → 3.3.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 +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/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
|
@@ -34234,9 +34234,9 @@ var init_config = __esm(() => {
|
|
|
34234
34234
|
SDK_METADATA = {
|
|
34235
34235
|
language: "typescript",
|
|
34236
34236
|
openapiDocVersion: "2.0",
|
|
34237
|
-
sdkVersion: "3.3.
|
|
34237
|
+
sdkVersion: "3.3.2",
|
|
34238
34238
|
genVersion: "2.565.1",
|
|
34239
|
-
userAgent: "speakeasy-sdk/typescript 3.3.
|
|
34239
|
+
userAgent: "speakeasy-sdk/typescript 3.3.2 2.565.1 2.0 @orq-ai/node"
|
|
34240
34240
|
};
|
|
34241
34241
|
});
|
|
34242
34242
|
|
|
@@ -36271,7 +36271,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36271
36271
|
created_by_id: stringType().optional(),
|
|
36272
36272
|
updated_by_id: stringType().optional(),
|
|
36273
36273
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36274
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:
|
|
36274
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:49:20.627Z").transform((v2) => new Date(v2))
|
|
36275
36275
|
}).transform((v2) => {
|
|
36276
36276
|
return remap(v2, {
|
|
36277
36277
|
_id: "id",
|
|
@@ -36292,7 +36292,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36292
36292
|
createdById: stringType().optional(),
|
|
36293
36293
|
updatedById: stringType().optional(),
|
|
36294
36294
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36295
|
-
updated: dateType().default(() => new Date("2025-04-03T20:
|
|
36295
|
+
updated: dateType().default(() => new Date("2025-04-03T20:49:20.627Z")).transform((v2) => v2.toISOString())
|
|
36296
36296
|
}).transform((v2) => {
|
|
36297
36297
|
return remap(v2, {
|
|
36298
36298
|
id: "_id",
|
|
@@ -36496,7 +36496,7 @@ var init_createcontact = __esm(() => {
|
|
|
36496
36496
|
tags: arrayType(stringType()).optional(),
|
|
36497
36497
|
metadata: recordType(anyType()).optional(),
|
|
36498
36498
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36499
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:
|
|
36499
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:49:20.627Z").transform((v2) => new Date(v2))
|
|
36500
36500
|
}).transform((v2) => {
|
|
36501
36501
|
return remap(v2, {
|
|
36502
36502
|
external_id: "externalId",
|
|
@@ -36513,7 +36513,7 @@ var init_createcontact = __esm(() => {
|
|
|
36513
36513
|
tags: arrayType(stringType()).optional(),
|
|
36514
36514
|
metadata: recordType(anyType()).optional(),
|
|
36515
36515
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36516
|
-
updated: dateType().default(() => new Date("2025-04-03T20:
|
|
36516
|
+
updated: dateType().default(() => new Date("2025-04-03T20:49:20.627Z")).transform((v2) => v2.toISOString())
|
|
36517
36517
|
}).transform((v2) => {
|
|
36518
36518
|
return remap(v2, {
|
|
36519
36519
|
externalId: "external_id",
|
|
@@ -36583,7 +36583,7 @@ var init_createdataset = __esm(() => {
|
|
|
36583
36583
|
updated_by_id: stringType().optional(),
|
|
36584
36584
|
metadata: lazyType(() => CreateDatasetMetadata$inboundSchema),
|
|
36585
36585
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36586
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:
|
|
36586
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:49:20.627Z").transform((v2) => new Date(v2))
|
|
36587
36587
|
}).transform((v2) => {
|
|
36588
36588
|
return remap(v2, {
|
|
36589
36589
|
_id: "id",
|
|
@@ -36603,7 +36603,7 @@ var init_createdataset = __esm(() => {
|
|
|
36603
36603
|
updatedById: stringType().optional(),
|
|
36604
36604
|
metadata: lazyType(() => CreateDatasetMetadata$outboundSchema),
|
|
36605
36605
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36606
|
-
updated: dateType().default(() => new Date("2025-04-03T20:
|
|
36606
|
+
updated: dateType().default(() => new Date("2025-04-03T20:49:20.627Z")).transform((v2) => v2.toISOString())
|
|
36607
36607
|
}).transform((v2) => {
|
|
36608
36608
|
return remap(v2, {
|
|
36609
36609
|
id: "_id",
|
|
@@ -37039,7 +37039,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37039
37039
|
created_by_id: stringType().optional(),
|
|
37040
37040
|
updated_by_id: stringType().optional(),
|
|
37041
37041
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
37042
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:
|
|
37042
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:49:20.627Z").transform((v2) => new Date(v2))
|
|
37043
37043
|
}).transform((v2) => {
|
|
37044
37044
|
return remap(v2, {
|
|
37045
37045
|
_id: "id",
|
|
@@ -37060,7 +37060,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37060
37060
|
createdById: stringType().optional(),
|
|
37061
37061
|
updatedById: stringType().optional(),
|
|
37062
37062
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
37063
|
-
updated: dateType().default(() => new Date("2025-04-03T20:
|
|
37063
|
+
updated: dateType().default(() => new Date("2025-04-03T20:49:20.627Z")).transform((v2) => v2.toISOString())
|
|
37064
37064
|
}).transform((v2) => {
|
|
37065
37065
|
return remap(v2, {
|
|
37066
37066
|
id: "_id",
|
|
@@ -37282,7 +37282,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37282
37282
|
CreateDatasourceStatus$.outboundSchema = CreateDatasourceStatus$outboundSchema;
|
|
37283
37283
|
})(CreateDatasourceStatus$ ||= {});
|
|
37284
37284
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
37285
|
-
_id: stringType().default("
|
|
37285
|
+
_id: stringType().default("01JQYPMWQHD57SBKSH17RQ7ZMQ"),
|
|
37286
37286
|
display_name: stringType(),
|
|
37287
37287
|
description: stringType().optional(),
|
|
37288
37288
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -37305,7 +37305,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37305
37305
|
});
|
|
37306
37306
|
});
|
|
37307
37307
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
37308
|
-
id: stringType().default("
|
|
37308
|
+
id: stringType().default("01JQYPMWQHD57SBKSH17RQ7ZMQ"),
|
|
37309
37309
|
displayName: stringType(),
|
|
37310
37310
|
description: stringType().optional(),
|
|
37311
37311
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -43832,7 +43832,7 @@ var init_fileget = __esm(() => {
|
|
|
43832
43832
|
bytes: numberType(),
|
|
43833
43833
|
file_name: stringType(),
|
|
43834
43834
|
workspace_id: stringType(),
|
|
43835
|
-
created: stringType().datetime({ offset: true }).default("2025-04-03T20:
|
|
43835
|
+
created: stringType().datetime({ offset: true }).default("2025-04-03T20:49:22.217Z").transform((v2) => new Date(v2))
|
|
43836
43836
|
}).transform((v2) => {
|
|
43837
43837
|
return remap(v2, {
|
|
43838
43838
|
_id: "id",
|
|
@@ -43848,7 +43848,7 @@ var init_fileget = __esm(() => {
|
|
|
43848
43848
|
bytes: numberType(),
|
|
43849
43849
|
fileName: stringType(),
|
|
43850
43850
|
workspaceId: stringType(),
|
|
43851
|
-
created: dateType().default(() => new Date("2025-04-03T20:
|
|
43851
|
+
created: dateType().default(() => new Date("2025-04-03T20:49:22.217Z")).transform((v2) => v2.toISOString())
|
|
43852
43852
|
}).transform((v2) => {
|
|
43853
43853
|
return remap(v2, {
|
|
43854
43854
|
id: "_id",
|
|
@@ -43919,7 +43919,7 @@ var init_filelist = __esm(() => {
|
|
|
43919
43919
|
bytes: numberType(),
|
|
43920
43920
|
file_name: stringType(),
|
|
43921
43921
|
workspace_id: stringType(),
|
|
43922
|
-
created: stringType().datetime({ offset: true }).default("2025-04-03T20:
|
|
43922
|
+
created: stringType().datetime({ offset: true }).default("2025-04-03T20:49:22.217Z").transform((v2) => new Date(v2))
|
|
43923
43923
|
}).transform((v2) => {
|
|
43924
43924
|
return remap(v2, {
|
|
43925
43925
|
_id: "id",
|
|
@@ -43935,7 +43935,7 @@ var init_filelist = __esm(() => {
|
|
|
43935
43935
|
bytes: numberType(),
|
|
43936
43936
|
fileName: stringType(),
|
|
43937
43937
|
workspaceId: stringType(),
|
|
43938
|
-
created: dateType().default(() => new Date("2025-04-03T20:
|
|
43938
|
+
created: dateType().default(() => new Date("2025-04-03T20:49:22.217Z")).transform((v2) => v2.toISOString())
|
|
43939
43939
|
}).transform((v2) => {
|
|
43940
43940
|
return remap(v2, {
|
|
43941
43941
|
id: "_id",
|
|
@@ -44067,7 +44067,7 @@ var init_fileupload = __esm(() => {
|
|
|
44067
44067
|
bytes: numberType(),
|
|
44068
44068
|
file_name: stringType(),
|
|
44069
44069
|
workspace_id: stringType(),
|
|
44070
|
-
created: stringType().datetime({ offset: true }).default("2025-04-03T20:
|
|
44070
|
+
created: stringType().datetime({ offset: true }).default("2025-04-03T20:49:22.217Z").transform((v2) => new Date(v2))
|
|
44071
44071
|
}).transform((v2) => {
|
|
44072
44072
|
return remap(v2, {
|
|
44073
44073
|
_id: "id",
|
|
@@ -44083,7 +44083,7 @@ var init_fileupload = __esm(() => {
|
|
|
44083
44083
|
bytes: numberType(),
|
|
44084
44084
|
fileName: stringType(),
|
|
44085
44085
|
workspaceId: stringType(),
|
|
44086
|
-
created: dateType().default(() => new Date("2025-04-03T20:
|
|
44086
|
+
created: dateType().default(() => new Date("2025-04-03T20:49:22.217Z")).transform((v2) => v2.toISOString())
|
|
44087
44087
|
}).transform((v2) => {
|
|
44088
44088
|
return remap(v2, {
|
|
44089
44089
|
id: "_id",
|
|
@@ -46466,7 +46466,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
46466
46466
|
created_by_id: stringType().optional(),
|
|
46467
46467
|
updated_by_id: stringType().optional(),
|
|
46468
46468
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
46469
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:
|
|
46469
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:49:20.627Z").transform((v2) => new Date(v2))
|
|
46470
46470
|
}).transform((v2) => {
|
|
46471
46471
|
return remap(v2, {
|
|
46472
46472
|
_id: "id",
|
|
@@ -46487,7 +46487,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
46487
46487
|
createdById: stringType().optional(),
|
|
46488
46488
|
updatedById: stringType().optional(),
|
|
46489
46489
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
46490
|
-
updated: dateType().default(() => new Date("2025-04-03T20:
|
|
46490
|
+
updated: dateType().default(() => new Date("2025-04-03T20:49:20.627Z")).transform((v2) => v2.toISOString())
|
|
46491
46491
|
}).transform((v2) => {
|
|
46492
46492
|
return remap(v2, {
|
|
46493
46493
|
id: "_id",
|
|
@@ -46595,7 +46595,7 @@ var init_listdatasets = __esm(() => {
|
|
|
46595
46595
|
updated_by_id: stringType().optional(),
|
|
46596
46596
|
metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
|
|
46597
46597
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
46598
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:
|
|
46598
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:49:20.627Z").transform((v2) => new Date(v2))
|
|
46599
46599
|
}).transform((v2) => {
|
|
46600
46600
|
return remap(v2, {
|
|
46601
46601
|
_id: "id",
|
|
@@ -46615,7 +46615,7 @@ var init_listdatasets = __esm(() => {
|
|
|
46615
46615
|
updatedById: stringType().optional(),
|
|
46616
46616
|
metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
|
|
46617
46617
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
46618
|
-
updated: dateType().default(() => new Date("2025-04-03T20:
|
|
46618
|
+
updated: dateType().default(() => new Date("2025-04-03T20:49:20.627Z")).transform((v2) => v2.toISOString())
|
|
46619
46619
|
}).transform((v2) => {
|
|
46620
46620
|
return remap(v2, {
|
|
46621
46621
|
id: "_id",
|
|
@@ -46720,7 +46720,7 @@ var init_listdatasources = __esm(() => {
|
|
|
46720
46720
|
ListDatasourcesStatus$.outboundSchema = ListDatasourcesStatus$outboundSchema;
|
|
46721
46721
|
})(ListDatasourcesStatus$ ||= {});
|
|
46722
46722
|
ListDatasourcesData$inboundSchema = objectType({
|
|
46723
|
-
_id: stringType().default("
|
|
46723
|
+
_id: stringType().default("01JQYPMWQFCYY75G59GZ5CRZNE"),
|
|
46724
46724
|
display_name: stringType(),
|
|
46725
46725
|
description: stringType().optional(),
|
|
46726
46726
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -46743,7 +46743,7 @@ var init_listdatasources = __esm(() => {
|
|
|
46743
46743
|
});
|
|
46744
46744
|
});
|
|
46745
46745
|
ListDatasourcesData$outboundSchema = objectType({
|
|
46746
|
-
id: stringType().default("
|
|
46746
|
+
id: stringType().default("01JQYPMWQFCYY75G59GZ5CRZNE"),
|
|
46747
46747
|
displayName: stringType(),
|
|
46748
46748
|
description: stringType().optional(),
|
|
46749
46749
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -47835,7 +47835,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
47835
47835
|
created_by_id: stringType().optional(),
|
|
47836
47836
|
updated_by_id: stringType().optional(),
|
|
47837
47837
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
47838
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:
|
|
47838
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:49:20.627Z").transform((v2) => new Date(v2))
|
|
47839
47839
|
}).transform((v2) => {
|
|
47840
47840
|
return remap(v2, {
|
|
47841
47841
|
_id: "id",
|
|
@@ -47856,7 +47856,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
47856
47856
|
createdById: stringType().optional(),
|
|
47857
47857
|
updatedById: stringType().optional(),
|
|
47858
47858
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
47859
|
-
updated: dateType().default(() => new Date("2025-04-03T20:
|
|
47859
|
+
updated: dateType().default(() => new Date("2025-04-03T20:49:20.627Z")).transform((v2) => v2.toISOString())
|
|
47860
47860
|
}).transform((v2) => {
|
|
47861
47861
|
return remap(v2, {
|
|
47862
47862
|
id: "_id",
|
|
@@ -47927,7 +47927,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
47927
47927
|
updated_by_id: stringType().optional(),
|
|
47928
47928
|
metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
|
|
47929
47929
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
47930
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:
|
|
47930
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:49:20.627Z").transform((v2) => new Date(v2))
|
|
47931
47931
|
}).transform((v2) => {
|
|
47932
47932
|
return remap(v2, {
|
|
47933
47933
|
_id: "id",
|
|
@@ -47947,7 +47947,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
47947
47947
|
updatedById: stringType().optional(),
|
|
47948
47948
|
metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
|
|
47949
47949
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
47950
|
-
updated: dateType().default(() => new Date("2025-04-03T20:
|
|
47950
|
+
updated: dateType().default(() => new Date("2025-04-03T20:49:20.627Z")).transform((v2) => v2.toISOString())
|
|
47951
47951
|
}).transform((v2) => {
|
|
47952
47952
|
return remap(v2, {
|
|
47953
47953
|
id: "_id",
|
|
@@ -48005,7 +48005,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
48005
48005
|
RetrieveDatasourceStatus$.outboundSchema = RetrieveDatasourceStatus$outboundSchema;
|
|
48006
48006
|
})(RetrieveDatasourceStatus$ ||= {});
|
|
48007
48007
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
48008
|
-
_id: stringType().default("
|
|
48008
|
+
_id: stringType().default("01JQYPMWQHFA1YG3BADX3Q9RCX"),
|
|
48009
48009
|
display_name: stringType(),
|
|
48010
48010
|
description: stringType().optional(),
|
|
48011
48011
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -48028,7 +48028,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
48028
48028
|
});
|
|
48029
48029
|
});
|
|
48030
48030
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
48031
|
-
id: stringType().default("
|
|
48031
|
+
id: stringType().default("01JQYPMWQHFA1YG3BADX3Q9RCX"),
|
|
48032
48032
|
displayName: stringType(),
|
|
48033
48033
|
description: stringType().optional(),
|
|
48034
48034
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -49092,7 +49092,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
49092
49092
|
created_by_id: stringType().optional(),
|
|
49093
49093
|
updated_by_id: stringType().optional(),
|
|
49094
49094
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
49095
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:
|
|
49095
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:49:20.627Z").transform((v2) => new Date(v2))
|
|
49096
49096
|
}).transform((v2) => {
|
|
49097
49097
|
return remap(v2, {
|
|
49098
49098
|
_id: "id",
|
|
@@ -49113,7 +49113,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
49113
49113
|
createdById: stringType().optional(),
|
|
49114
49114
|
updatedById: stringType().optional(),
|
|
49115
49115
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
49116
|
-
updated: dateType().default(() => new Date("2025-04-03T20:
|
|
49116
|
+
updated: dateType().default(() => new Date("2025-04-03T20:49:20.627Z")).transform((v2) => v2.toISOString())
|
|
49117
49117
|
}).transform((v2) => {
|
|
49118
49118
|
return remap(v2, {
|
|
49119
49119
|
id: "_id",
|
|
@@ -49214,7 +49214,7 @@ var init_updatedataset = __esm(() => {
|
|
|
49214
49214
|
parent_id: stringType().optional(),
|
|
49215
49215
|
version: stringType().optional(),
|
|
49216
49216
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
49217
|
-
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:
|
|
49217
|
+
updated: stringType().datetime({ offset: true }).default("2025-04-03T20:49:20.627Z").transform((v2) => new Date(v2))
|
|
49218
49218
|
}).transform((v2) => {
|
|
49219
49219
|
return remap(v2, {
|
|
49220
49220
|
_id: "id",
|
|
@@ -49237,7 +49237,7 @@ var init_updatedataset = __esm(() => {
|
|
|
49237
49237
|
parentId: stringType().optional(),
|
|
49238
49238
|
version: stringType().optional(),
|
|
49239
49239
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
49240
|
-
updated: dateType().default(() => new Date("2025-04-03T20:
|
|
49240
|
+
updated: dateType().default(() => new Date("2025-04-03T20:49:20.627Z")).transform((v2) => v2.toISOString())
|
|
49241
49241
|
}).transform((v2) => {
|
|
49242
49242
|
return remap(v2, {
|
|
49243
49243
|
id: "_id",
|
|
@@ -49318,7 +49318,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
49318
49318
|
UpdateDatasourceStatus$.outboundSchema = UpdateDatasourceStatus$outboundSchema;
|
|
49319
49319
|
})(UpdateDatasourceStatus$ ||= {});
|
|
49320
49320
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
49321
|
-
_id: stringType().default("
|
|
49321
|
+
_id: stringType().default("01JQYPMWQKKZEW8DE5A9GZASYP"),
|
|
49322
49322
|
display_name: stringType(),
|
|
49323
49323
|
description: stringType().optional(),
|
|
49324
49324
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -49341,7 +49341,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
49341
49341
|
});
|
|
49342
49342
|
});
|
|
49343
49343
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
49344
|
-
id: stringType().default("
|
|
49344
|
+
id: stringType().default("01JQYPMWQKKZEW8DE5A9GZASYP"),
|
|
49345
49345
|
displayName: stringType(),
|
|
49346
49346
|
description: stringType().optional(),
|
|
49347
49347
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -56911,7 +56911,7 @@ var init_remoteconfigsRetrieve2 = __esm(() => {
|
|
|
56911
56911
|
function createMCPServer(deps) {
|
|
56912
56912
|
const server = new McpServer({
|
|
56913
56913
|
name: "Orq",
|
|
56914
|
-
version: "3.3.
|
|
56914
|
+
version: "3.3.2"
|
|
56915
56915
|
});
|
|
56916
56916
|
const client = new OrqCore({
|
|
56917
56917
|
apiKey: deps.apiKey,
|
|
@@ -58238,7 +58238,7 @@ var routes = rn({
|
|
|
58238
58238
|
var app = Ve(routes, {
|
|
58239
58239
|
name: "mcp",
|
|
58240
58240
|
versionInfo: {
|
|
58241
|
-
currentVersion: "3.3.
|
|
58241
|
+
currentVersion: "3.3.2"
|
|
58242
58242
|
}
|
|
58243
58243
|
});
|
|
58244
58244
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -58246,5 +58246,5 @@ export {
|
|
|
58246
58246
|
app
|
|
58247
58247
|
};
|
|
58248
58248
|
|
|
58249
|
-
//# debugId=
|
|
58249
|
+
//# debugId=373BB7C726E8D86064756E2164756E21
|
|
58250
58250
|
//# sourceMappingURL=mcp-server.js.map
|