@orq-ai/node 3.5.23 → 3.5.24
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
|
@@ -34275,9 +34275,9 @@ var init_config = __esm(() => {
|
|
|
34275
34275
|
SDK_METADATA = {
|
|
34276
34276
|
language: "typescript",
|
|
34277
34277
|
openapiDocVersion: "2.0",
|
|
34278
|
-
sdkVersion: "3.5.
|
|
34278
|
+
sdkVersion: "3.5.24",
|
|
34279
34279
|
genVersion: "2.610.0",
|
|
34280
|
-
userAgent: "speakeasy-sdk/typescript 3.5.
|
|
34280
|
+
userAgent: "speakeasy-sdk/typescript 3.5.24 2.610.0 2.0 @orq-ai/node"
|
|
34281
34281
|
};
|
|
34282
34282
|
});
|
|
34283
34283
|
|
|
@@ -36333,7 +36333,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36333
36333
|
created_by_id: stringType().optional(),
|
|
36334
36334
|
updated_by_id: stringType().optional(),
|
|
36335
36335
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36336
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
36336
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-27T20:21:12.315Z").transform((v2) => new Date(v2))
|
|
36337
36337
|
}).transform((v2) => {
|
|
36338
36338
|
return remap(v2, {
|
|
36339
36339
|
_id: "id",
|
|
@@ -36354,7 +36354,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36354
36354
|
createdById: stringType().optional(),
|
|
36355
36355
|
updatedById: stringType().optional(),
|
|
36356
36356
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36357
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
36357
|
+
updated: dateType().default(() => new Date("2025-05-27T20:21:12.315Z")).transform((v2) => v2.toISOString())
|
|
36358
36358
|
}).transform((v2) => {
|
|
36359
36359
|
return remap(v2, {
|
|
36360
36360
|
id: "_id",
|
|
@@ -36558,7 +36558,7 @@ var init_createcontact = __esm(() => {
|
|
|
36558
36558
|
tags: arrayType(stringType()).optional(),
|
|
36559
36559
|
metadata: recordType(anyType()).optional(),
|
|
36560
36560
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36561
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
36561
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-27T20:21:12.315Z").transform((v2) => new Date(v2))
|
|
36562
36562
|
}).transform((v2) => {
|
|
36563
36563
|
return remap(v2, {
|
|
36564
36564
|
external_id: "externalId",
|
|
@@ -36575,7 +36575,7 @@ var init_createcontact = __esm(() => {
|
|
|
36575
36575
|
tags: arrayType(stringType()).optional(),
|
|
36576
36576
|
metadata: recordType(anyType()).optional(),
|
|
36577
36577
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36578
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
36578
|
+
updated: dateType().default(() => new Date("2025-05-27T20:21:12.315Z")).transform((v2) => v2.toISOString())
|
|
36579
36579
|
}).transform((v2) => {
|
|
36580
36580
|
return remap(v2, {
|
|
36581
36581
|
externalId: "external_id",
|
|
@@ -36645,7 +36645,7 @@ var init_createdataset = __esm(() => {
|
|
|
36645
36645
|
updated_by_id: stringType().optional(),
|
|
36646
36646
|
metadata: lazyType(() => CreateDatasetMetadata$inboundSchema),
|
|
36647
36647
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36648
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
36648
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-27T20:21:12.315Z").transform((v2) => new Date(v2))
|
|
36649
36649
|
}).transform((v2) => {
|
|
36650
36650
|
return remap(v2, {
|
|
36651
36651
|
_id: "id",
|
|
@@ -36665,7 +36665,7 @@ var init_createdataset = __esm(() => {
|
|
|
36665
36665
|
updatedById: stringType().optional(),
|
|
36666
36666
|
metadata: lazyType(() => CreateDatasetMetadata$outboundSchema),
|
|
36667
36667
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36668
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
36668
|
+
updated: dateType().default(() => new Date("2025-05-27T20:21:12.315Z")).transform((v2) => v2.toISOString())
|
|
36669
36669
|
}).transform((v2) => {
|
|
36670
36670
|
return remap(v2, {
|
|
36671
36671
|
id: "_id",
|
|
@@ -37109,7 +37109,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37109
37109
|
created_by_id: stringType().optional(),
|
|
37110
37110
|
updated_by_id: stringType().optional(),
|
|
37111
37111
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
37112
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
37112
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-27T20:21:12.315Z").transform((v2) => new Date(v2))
|
|
37113
37113
|
}).transform((v2) => {
|
|
37114
37114
|
return remap(v2, {
|
|
37115
37115
|
_id: "id",
|
|
@@ -37130,7 +37130,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37130
37130
|
createdById: stringType().optional(),
|
|
37131
37131
|
updatedById: stringType().optional(),
|
|
37132
37132
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
37133
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
37133
|
+
updated: dateType().default(() => new Date("2025-05-27T20:21:12.315Z")).transform((v2) => v2.toISOString())
|
|
37134
37134
|
}).transform((v2) => {
|
|
37135
37135
|
return remap(v2, {
|
|
37136
37136
|
id: "_id",
|
|
@@ -37352,7 +37352,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37352
37352
|
CreateDatasourceStatus$.outboundSchema = CreateDatasourceStatus$outboundSchema;
|
|
37353
37353
|
})(CreateDatasourceStatus$ ||= {});
|
|
37354
37354
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
37355
|
-
_id: stringType().default("
|
|
37355
|
+
_id: stringType().default("01JW9PG690K1A756HKRQ5GBN5F"),
|
|
37356
37356
|
display_name: stringType(),
|
|
37357
37357
|
description: stringType().optional(),
|
|
37358
37358
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -37375,7 +37375,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37375
37375
|
});
|
|
37376
37376
|
});
|
|
37377
37377
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
37378
|
-
id: stringType().default("
|
|
37378
|
+
id: stringType().default("01JW9PG690K1A756HKRQ5GBN5F"),
|
|
37379
37379
|
displayName: stringType(),
|
|
37380
37380
|
description: stringType().optional(),
|
|
37381
37381
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -43946,7 +43946,7 @@ var init_fileget = __esm(() => {
|
|
|
43946
43946
|
bytes: numberType(),
|
|
43947
43947
|
file_name: stringType(),
|
|
43948
43948
|
workspace_id: stringType(),
|
|
43949
|
-
created: stringType().datetime({ offset: true }).default("2025-05-
|
|
43949
|
+
created: stringType().datetime({ offset: true }).default("2025-05-27T20:21:15.054Z").transform((v2) => new Date(v2))
|
|
43950
43950
|
}).transform((v2) => {
|
|
43951
43951
|
return remap(v2, {
|
|
43952
43952
|
_id: "id",
|
|
@@ -43962,7 +43962,7 @@ var init_fileget = __esm(() => {
|
|
|
43962
43962
|
bytes: numberType(),
|
|
43963
43963
|
fileName: stringType(),
|
|
43964
43964
|
workspaceId: stringType(),
|
|
43965
|
-
created: dateType().default(() => new Date("2025-05-
|
|
43965
|
+
created: dateType().default(() => new Date("2025-05-27T20:21:15.054Z")).transform((v2) => v2.toISOString())
|
|
43966
43966
|
}).transform((v2) => {
|
|
43967
43967
|
return remap(v2, {
|
|
43968
43968
|
id: "_id",
|
|
@@ -44033,7 +44033,7 @@ var init_filelist = __esm(() => {
|
|
|
44033
44033
|
bytes: numberType(),
|
|
44034
44034
|
file_name: stringType(),
|
|
44035
44035
|
workspace_id: stringType(),
|
|
44036
|
-
created: stringType().datetime({ offset: true }).default("2025-05-
|
|
44036
|
+
created: stringType().datetime({ offset: true }).default("2025-05-27T20:21:15.054Z").transform((v2) => new Date(v2))
|
|
44037
44037
|
}).transform((v2) => {
|
|
44038
44038
|
return remap(v2, {
|
|
44039
44039
|
_id: "id",
|
|
@@ -44049,7 +44049,7 @@ var init_filelist = __esm(() => {
|
|
|
44049
44049
|
bytes: numberType(),
|
|
44050
44050
|
fileName: stringType(),
|
|
44051
44051
|
workspaceId: stringType(),
|
|
44052
|
-
created: dateType().default(() => new Date("2025-05-
|
|
44052
|
+
created: dateType().default(() => new Date("2025-05-27T20:21:15.054Z")).transform((v2) => v2.toISOString())
|
|
44053
44053
|
}).transform((v2) => {
|
|
44054
44054
|
return remap(v2, {
|
|
44055
44055
|
id: "_id",
|
|
@@ -44181,7 +44181,7 @@ var init_fileupload = __esm(() => {
|
|
|
44181
44181
|
bytes: numberType(),
|
|
44182
44182
|
file_name: stringType(),
|
|
44183
44183
|
workspace_id: stringType(),
|
|
44184
|
-
created: stringType().datetime({ offset: true }).default("2025-05-
|
|
44184
|
+
created: stringType().datetime({ offset: true }).default("2025-05-27T20:21:15.054Z").transform((v2) => new Date(v2))
|
|
44185
44185
|
}).transform((v2) => {
|
|
44186
44186
|
return remap(v2, {
|
|
44187
44187
|
_id: "id",
|
|
@@ -44197,7 +44197,7 @@ var init_fileupload = __esm(() => {
|
|
|
44197
44197
|
bytes: numberType(),
|
|
44198
44198
|
fileName: stringType(),
|
|
44199
44199
|
workspaceId: stringType(),
|
|
44200
|
-
created: dateType().default(() => new Date("2025-05-
|
|
44200
|
+
created: dateType().default(() => new Date("2025-05-27T20:21:15.054Z")).transform((v2) => v2.toISOString())
|
|
44201
44201
|
}).transform((v2) => {
|
|
44202
44202
|
return remap(v2, {
|
|
44203
44203
|
id: "_id",
|
|
@@ -46584,7 +46584,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
46584
46584
|
created_by_id: stringType().optional(),
|
|
46585
46585
|
updated_by_id: stringType().optional(),
|
|
46586
46586
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
46587
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
46587
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-27T20:21:12.315Z").transform((v2) => new Date(v2))
|
|
46588
46588
|
}).transform((v2) => {
|
|
46589
46589
|
return remap(v2, {
|
|
46590
46590
|
_id: "id",
|
|
@@ -46605,7 +46605,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
46605
46605
|
createdById: stringType().optional(),
|
|
46606
46606
|
updatedById: stringType().optional(),
|
|
46607
46607
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
46608
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
46608
|
+
updated: dateType().default(() => new Date("2025-05-27T20:21:12.315Z")).transform((v2) => v2.toISOString())
|
|
46609
46609
|
}).transform((v2) => {
|
|
46610
46610
|
return remap(v2, {
|
|
46611
46611
|
id: "_id",
|
|
@@ -46713,7 +46713,7 @@ var init_listdatasets = __esm(() => {
|
|
|
46713
46713
|
updated_by_id: stringType().optional(),
|
|
46714
46714
|
metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
|
|
46715
46715
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
46716
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
46716
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-27T20:21:12.315Z").transform((v2) => new Date(v2))
|
|
46717
46717
|
}).transform((v2) => {
|
|
46718
46718
|
return remap(v2, {
|
|
46719
46719
|
_id: "id",
|
|
@@ -46733,7 +46733,7 @@ var init_listdatasets = __esm(() => {
|
|
|
46733
46733
|
updatedById: stringType().optional(),
|
|
46734
46734
|
metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
|
|
46735
46735
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
46736
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
46736
|
+
updated: dateType().default(() => new Date("2025-05-27T20:21:12.315Z")).transform((v2) => v2.toISOString())
|
|
46737
46737
|
}).transform((v2) => {
|
|
46738
46738
|
return remap(v2, {
|
|
46739
46739
|
id: "_id",
|
|
@@ -46838,7 +46838,7 @@ var init_listdatasources = __esm(() => {
|
|
|
46838
46838
|
ListDatasourcesStatus$.outboundSchema = ListDatasourcesStatus$outboundSchema;
|
|
46839
46839
|
})(ListDatasourcesStatus$ ||= {});
|
|
46840
46840
|
ListDatasourcesData$inboundSchema = objectType({
|
|
46841
|
-
_id: stringType().default("
|
|
46841
|
+
_id: stringType().default("01JW9PG68YPGVCM2RSXW8PXSKS"),
|
|
46842
46842
|
display_name: stringType(),
|
|
46843
46843
|
description: stringType().optional(),
|
|
46844
46844
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -46861,7 +46861,7 @@ var init_listdatasources = __esm(() => {
|
|
|
46861
46861
|
});
|
|
46862
46862
|
});
|
|
46863
46863
|
ListDatasourcesData$outboundSchema = objectType({
|
|
46864
|
-
id: stringType().default("
|
|
46864
|
+
id: stringType().default("01JW9PG68YPGVCM2RSXW8PXSKS"),
|
|
46865
46865
|
displayName: stringType(),
|
|
46866
46866
|
description: stringType().optional(),
|
|
46867
46867
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -48058,7 +48058,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
48058
48058
|
created_by_id: stringType().optional(),
|
|
48059
48059
|
updated_by_id: stringType().optional(),
|
|
48060
48060
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
48061
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
48061
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-27T20:21:12.315Z").transform((v2) => new Date(v2))
|
|
48062
48062
|
}).transform((v2) => {
|
|
48063
48063
|
return remap(v2, {
|
|
48064
48064
|
_id: "id",
|
|
@@ -48079,7 +48079,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
48079
48079
|
createdById: stringType().optional(),
|
|
48080
48080
|
updatedById: stringType().optional(),
|
|
48081
48081
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
48082
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
48082
|
+
updated: dateType().default(() => new Date("2025-05-27T20:21:12.315Z")).transform((v2) => v2.toISOString())
|
|
48083
48083
|
}).transform((v2) => {
|
|
48084
48084
|
return remap(v2, {
|
|
48085
48085
|
id: "_id",
|
|
@@ -48150,7 +48150,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
48150
48150
|
updated_by_id: stringType().optional(),
|
|
48151
48151
|
metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
|
|
48152
48152
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
48153
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
48153
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-27T20:21:12.315Z").transform((v2) => new Date(v2))
|
|
48154
48154
|
}).transform((v2) => {
|
|
48155
48155
|
return remap(v2, {
|
|
48156
48156
|
_id: "id",
|
|
@@ -48170,7 +48170,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
48170
48170
|
updatedById: stringType().optional(),
|
|
48171
48171
|
metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
|
|
48172
48172
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
48173
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
48173
|
+
updated: dateType().default(() => new Date("2025-05-27T20:21:12.315Z")).transform((v2) => v2.toISOString())
|
|
48174
48174
|
}).transform((v2) => {
|
|
48175
48175
|
return remap(v2, {
|
|
48176
48176
|
id: "_id",
|
|
@@ -48228,7 +48228,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
48228
48228
|
RetrieveDatasourceStatus$.outboundSchema = RetrieveDatasourceStatus$outboundSchema;
|
|
48229
48229
|
})(RetrieveDatasourceStatus$ ||= {});
|
|
48230
48230
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
48231
|
-
_id: stringType().default("
|
|
48231
|
+
_id: stringType().default("01JW9PG68ZSAWDP501A29REM4G"),
|
|
48232
48232
|
display_name: stringType(),
|
|
48233
48233
|
description: stringType().optional(),
|
|
48234
48234
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -48251,7 +48251,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
48251
48251
|
});
|
|
48252
48252
|
});
|
|
48253
48253
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
48254
|
-
id: stringType().default("
|
|
48254
|
+
id: stringType().default("01JW9PG68ZSAWDP501A29REM4G"),
|
|
48255
48255
|
displayName: stringType(),
|
|
48256
48256
|
description: stringType().optional(),
|
|
48257
48257
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -48830,7 +48830,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
48830
48830
|
created_by_id: stringType().optional(),
|
|
48831
48831
|
updated_by_id: stringType().optional(),
|
|
48832
48832
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
48833
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
48833
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-27T20:21:12.315Z").transform((v2) => new Date(v2))
|
|
48834
48834
|
}).transform((v2) => {
|
|
48835
48835
|
return remap(v2, {
|
|
48836
48836
|
_id: "id",
|
|
@@ -48851,7 +48851,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
48851
48851
|
createdById: stringType().optional(),
|
|
48852
48852
|
updatedById: stringType().optional(),
|
|
48853
48853
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
48854
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
48854
|
+
updated: dateType().default(() => new Date("2025-05-27T20:21:12.315Z")).transform((v2) => v2.toISOString())
|
|
48855
48855
|
}).transform((v2) => {
|
|
48856
48856
|
return remap(v2, {
|
|
48857
48857
|
id: "_id",
|
|
@@ -48952,7 +48952,7 @@ var init_updatedataset = __esm(() => {
|
|
|
48952
48952
|
parent_id: stringType().optional(),
|
|
48953
48953
|
version: stringType().optional(),
|
|
48954
48954
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
48955
|
-
updated: stringType().datetime({ offset: true }).default("2025-05-
|
|
48955
|
+
updated: stringType().datetime({ offset: true }).default("2025-05-27T20:21:12.315Z").transform((v2) => new Date(v2))
|
|
48956
48956
|
}).transform((v2) => {
|
|
48957
48957
|
return remap(v2, {
|
|
48958
48958
|
_id: "id",
|
|
@@ -48975,7 +48975,7 @@ var init_updatedataset = __esm(() => {
|
|
|
48975
48975
|
parentId: stringType().optional(),
|
|
48976
48976
|
version: stringType().optional(),
|
|
48977
48977
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
48978
|
-
updated: dateType().default(() => new Date("2025-05-
|
|
48978
|
+
updated: dateType().default(() => new Date("2025-05-27T20:21:12.315Z")).transform((v2) => v2.toISOString())
|
|
48979
48979
|
}).transform((v2) => {
|
|
48980
48980
|
return remap(v2, {
|
|
48981
48981
|
id: "_id",
|
|
@@ -49056,7 +49056,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
49056
49056
|
UpdateDatasourceStatus$.outboundSchema = UpdateDatasourceStatus$outboundSchema;
|
|
49057
49057
|
})(UpdateDatasourceStatus$ ||= {});
|
|
49058
49058
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
49059
|
-
_id: stringType().default("
|
|
49059
|
+
_id: stringType().default("01JW9PG691T9CES3A7NY1CNBAA"),
|
|
49060
49060
|
display_name: stringType(),
|
|
49061
49061
|
description: stringType().optional(),
|
|
49062
49062
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -49079,7 +49079,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
49079
49079
|
});
|
|
49080
49080
|
});
|
|
49081
49081
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
49082
|
-
id: stringType().default("
|
|
49082
|
+
id: stringType().default("01JW9PG691T9CES3A7NY1CNBAA"),
|
|
49083
49083
|
displayName: stringType(),
|
|
49084
49084
|
description: stringType().optional(),
|
|
49085
49085
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -56668,7 +56668,7 @@ var init_remoteconfigsRetrieve2 = __esm(() => {
|
|
|
56668
56668
|
function createMCPServer(deps) {
|
|
56669
56669
|
const server = new McpServer({
|
|
56670
56670
|
name: "Orq",
|
|
56671
|
-
version: "3.5.
|
|
56671
|
+
version: "3.5.24"
|
|
56672
56672
|
});
|
|
56673
56673
|
const client = new OrqCore({
|
|
56674
56674
|
apiKey: deps.apiKey,
|
|
@@ -57998,7 +57998,7 @@ var routes = rn({
|
|
|
57998
57998
|
var app = Ve(routes, {
|
|
57999
57999
|
name: "mcp",
|
|
58000
58000
|
versionInfo: {
|
|
58001
|
-
currentVersion: "3.5.
|
|
58001
|
+
currentVersion: "3.5.24"
|
|
58002
58002
|
}
|
|
58003
58003
|
});
|
|
58004
58004
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -58006,5 +58006,5 @@ export {
|
|
|
58006
58006
|
app
|
|
58007
58007
|
};
|
|
58008
58008
|
|
|
58009
|
-
//# debugId=
|
|
58009
|
+
//# debugId=F9C09A374AD2016B64756E2164756E21
|
|
58010
58010
|
//# sourceMappingURL=mcp-server.js.map
|