@orq-ai/node 3.2.0-rc.12 → 3.2.0-rc.13
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 +71 -51
- package/bin/mcp-server.js.map +26 -26
- 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/createprompt.d.ts +10 -0
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +4 -0
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/deploymentgetconfig.d.ts +5 -0
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +2 -0
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deployments.d.ts +5 -0
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +2 -0
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getallprompts.d.ts +5 -0
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +2 -0
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getoneprompt.d.ts +5 -0
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +2 -0
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +5 -0
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +2 -0
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/listdatasetdatapoints.js +2 -2
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listpromptversions.d.ts +5 -0
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +2 -0
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrievedatapoint.js +2 -2
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/updatedatapoint.js +2 -2
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updateprompt.d.ts +10 -0
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +4 -0
- package/models/operations/updateprompt.js.map +1 -1
- 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/createprompt.ts +14 -0
- package/src/models/operations/deploymentgetconfig.ts +7 -0
- package/src/models/operations/deployments.ts +7 -0
- 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/getallprompts.ts +7 -0
- package/src/models/operations/getoneprompt.ts +7 -0
- package/src/models/operations/getpromptversion.ts +7 -0
- package/src/models/operations/listdatasetdatapoints.ts +2 -2
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listpromptversions.ts +7 -0
- package/src/models/operations/retrievedatapoint.ts +2 -2
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +2 -2
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updateprompt.ts +14 -0
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.2.0-rc.
|
|
34234
|
+
sdkVersion: "3.2.0-rc.13",
|
|
34235
34235
|
genVersion: "2.524.1",
|
|
34236
|
-
userAgent: "speakeasy-sdk/typescript 3.2.0-rc.
|
|
34236
|
+
userAgent: "speakeasy-sdk/typescript 3.2.0-rc.13 2.524.1 2.0 @orq-ai/node"
|
|
34237
34237
|
};
|
|
34238
34238
|
});
|
|
34239
34239
|
|
|
@@ -35998,7 +35998,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
35998
35998
|
created_by_id: stringType().optional(),
|
|
35999
35999
|
updated_by_id: stringType().optional(),
|
|
36000
36000
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36001
|
-
updated: stringType().datetime({ offset: true }).default("2025-02-
|
|
36001
|
+
updated: stringType().datetime({ offset: true }).default("2025-02-25T11:29:25.365Z").transform((v2) => new Date(v2))
|
|
36002
36002
|
}).transform((v2) => {
|
|
36003
36003
|
return remap(v2, {
|
|
36004
36004
|
_id: "id",
|
|
@@ -36019,7 +36019,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36019
36019
|
createdById: stringType().optional(),
|
|
36020
36020
|
updatedById: stringType().optional(),
|
|
36021
36021
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36022
|
-
updated: dateType().default(() => new Date("2025-02-
|
|
36022
|
+
updated: dateType().default(() => new Date("2025-02-25T11:29:25.365Z")).transform((v2) => v2.toISOString())
|
|
36023
36023
|
}).transform((v2) => {
|
|
36024
36024
|
return remap(v2, {
|
|
36025
36025
|
id: "_id",
|
|
@@ -36107,7 +36107,7 @@ var init_createcontact = __esm(() => {
|
|
|
36107
36107
|
tags: arrayType(stringType()).optional(),
|
|
36108
36108
|
metadata: recordType(anyType()).optional(),
|
|
36109
36109
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36110
|
-
updated: stringType().datetime({ offset: true }).default("2025-02-
|
|
36110
|
+
updated: stringType().datetime({ offset: true }).default("2025-02-25T11:29:25.365Z").transform((v2) => new Date(v2))
|
|
36111
36111
|
}).transform((v2) => {
|
|
36112
36112
|
return remap(v2, {
|
|
36113
36113
|
external_id: "externalId",
|
|
@@ -36124,7 +36124,7 @@ var init_createcontact = __esm(() => {
|
|
|
36124
36124
|
tags: arrayType(stringType()).optional(),
|
|
36125
36125
|
metadata: recordType(anyType()).optional(),
|
|
36126
36126
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36127
|
-
updated: dateType().default(() => new Date("2025-02-
|
|
36127
|
+
updated: dateType().default(() => new Date("2025-02-25T11:29:25.365Z")).transform((v2) => v2.toISOString())
|
|
36128
36128
|
}).transform((v2) => {
|
|
36129
36129
|
return remap(v2, {
|
|
36130
36130
|
externalId: "external_id",
|
|
@@ -36194,7 +36194,7 @@ var init_createdataset = __esm(() => {
|
|
|
36194
36194
|
updated_by_id: stringType().optional(),
|
|
36195
36195
|
metadata: lazyType(() => CreateDatasetMetadata$inboundSchema),
|
|
36196
36196
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36197
|
-
updated: stringType().datetime({ offset: true }).default("2025-02-
|
|
36197
|
+
updated: stringType().datetime({ offset: true }).default("2025-02-25T11:29:25.365Z").transform((v2) => new Date(v2))
|
|
36198
36198
|
}).transform((v2) => {
|
|
36199
36199
|
return remap(v2, {
|
|
36200
36200
|
_id: "id",
|
|
@@ -36214,7 +36214,7 @@ var init_createdataset = __esm(() => {
|
|
|
36214
36214
|
updatedById: stringType().optional(),
|
|
36215
36215
|
metadata: lazyType(() => CreateDatasetMetadata$outboundSchema),
|
|
36216
36216
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36217
|
-
updated: dateType().default(() => new Date("2025-02-
|
|
36217
|
+
updated: dateType().default(() => new Date("2025-02-25T11:29:25.365Z")).transform((v2) => v2.toISOString())
|
|
36218
36218
|
}).transform((v2) => {
|
|
36219
36219
|
return remap(v2, {
|
|
36220
36220
|
id: "_id",
|
|
@@ -36650,7 +36650,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
36650
36650
|
created_by_id: stringType().optional(),
|
|
36651
36651
|
updated_by_id: stringType().optional(),
|
|
36652
36652
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36653
|
-
updated: stringType().datetime({ offset: true }).default("2025-02-
|
|
36653
|
+
updated: stringType().datetime({ offset: true }).default("2025-02-25T11:29:25.365Z").transform((v2) => new Date(v2))
|
|
36654
36654
|
}).transform((v2) => {
|
|
36655
36655
|
return remap(v2, {
|
|
36656
36656
|
_id: "id",
|
|
@@ -36671,7 +36671,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
36671
36671
|
createdById: stringType().optional(),
|
|
36672
36672
|
updatedById: stringType().optional(),
|
|
36673
36673
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36674
|
-
updated: dateType().default(() => new Date("2025-02-
|
|
36674
|
+
updated: dateType().default(() => new Date("2025-02-25T11:29:25.365Z")).transform((v2) => v2.toISOString())
|
|
36675
36675
|
}).transform((v2) => {
|
|
36676
36676
|
return remap(v2, {
|
|
36677
36677
|
id: "_id",
|
|
@@ -37098,7 +37098,8 @@ var init_createprompt = __esm(() => {
|
|
|
37098
37098
|
])).optional(),
|
|
37099
37099
|
photoRealVersion: PhotoRealVersion$inboundSchema.optional(),
|
|
37100
37100
|
encoding_format: EncodingFormat$inboundSchema.optional(),
|
|
37101
|
-
reasoningEffort: ReasoningEffort$inboundSchema.optional()
|
|
37101
|
+
reasoningEffort: ReasoningEffort$inboundSchema.optional(),
|
|
37102
|
+
budgetTokens: numberType().optional()
|
|
37102
37103
|
}).transform((v2) => {
|
|
37103
37104
|
return remap(v2, {
|
|
37104
37105
|
encoding_format: "encodingFormat"
|
|
@@ -37123,7 +37124,8 @@ var init_createprompt = __esm(() => {
|
|
|
37123
37124
|
])).optional(),
|
|
37124
37125
|
photoRealVersion: PhotoRealVersion$outboundSchema.optional(),
|
|
37125
37126
|
encodingFormat: EncodingFormat$outboundSchema.optional(),
|
|
37126
|
-
reasoningEffort: ReasoningEffort$outboundSchema.optional()
|
|
37127
|
+
reasoningEffort: ReasoningEffort$outboundSchema.optional(),
|
|
37128
|
+
budgetTokens: numberType().optional()
|
|
37127
37129
|
}).transform((v2) => {
|
|
37128
37130
|
return remap(v2, {
|
|
37129
37131
|
encodingFormat: "encoding_format"
|
|
@@ -37520,7 +37522,8 @@ var init_createprompt = __esm(() => {
|
|
|
37520
37522
|
])).optional(),
|
|
37521
37523
|
photoRealVersion: CreatePromptPhotoRealVersion$inboundSchema.optional(),
|
|
37522
37524
|
encoding_format: CreatePromptEncodingFormat$inboundSchema.optional(),
|
|
37523
|
-
reasoningEffort: CreatePromptReasoningEffort$inboundSchema.optional()
|
|
37525
|
+
reasoningEffort: CreatePromptReasoningEffort$inboundSchema.optional(),
|
|
37526
|
+
budgetTokens: numberType().optional()
|
|
37524
37527
|
}).transform((v2) => {
|
|
37525
37528
|
return remap(v2, {
|
|
37526
37529
|
encoding_format: "encodingFormat"
|
|
@@ -37545,7 +37548,8 @@ var init_createprompt = __esm(() => {
|
|
|
37545
37548
|
])).optional(),
|
|
37546
37549
|
photoRealVersion: CreatePromptPhotoRealVersion$outboundSchema.optional(),
|
|
37547
37550
|
encodingFormat: CreatePromptEncodingFormat$outboundSchema.optional(),
|
|
37548
|
-
reasoningEffort: CreatePromptReasoningEffort$outboundSchema.optional()
|
|
37551
|
+
reasoningEffort: CreatePromptReasoningEffort$outboundSchema.optional(),
|
|
37552
|
+
budgetTokens: numberType().optional()
|
|
37549
37553
|
}).transform((v2) => {
|
|
37550
37554
|
return remap(v2, {
|
|
37551
37555
|
encodingFormat: "encoding_format"
|
|
@@ -39194,7 +39198,8 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
39194
39198
|
])).optional(),
|
|
39195
39199
|
photoRealVersion: DeploymentGetConfigPhotoRealVersion$inboundSchema.optional(),
|
|
39196
39200
|
encoding_format: DeploymentGetConfigEncodingFormat$inboundSchema.optional(),
|
|
39197
|
-
reasoningEffort: DeploymentGetConfigReasoningEffort$inboundSchema.optional()
|
|
39201
|
+
reasoningEffort: DeploymentGetConfigReasoningEffort$inboundSchema.optional(),
|
|
39202
|
+
budgetTokens: numberType().optional()
|
|
39198
39203
|
}).transform((v2) => {
|
|
39199
39204
|
return remap(v2, {
|
|
39200
39205
|
encoding_format: "encodingFormat"
|
|
@@ -39219,7 +39224,8 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
39219
39224
|
])).optional(),
|
|
39220
39225
|
photoRealVersion: DeploymentGetConfigPhotoRealVersion$outboundSchema.optional(),
|
|
39221
39226
|
encodingFormat: DeploymentGetConfigEncodingFormat$outboundSchema.optional(),
|
|
39222
|
-
reasoningEffort: DeploymentGetConfigReasoningEffort$outboundSchema.optional()
|
|
39227
|
+
reasoningEffort: DeploymentGetConfigReasoningEffort$outboundSchema.optional(),
|
|
39228
|
+
budgetTokens: numberType().optional()
|
|
39223
39229
|
}).transform((v2) => {
|
|
39224
39230
|
return remap(v2, {
|
|
39225
39231
|
encodingFormat: "encoding_format"
|
|
@@ -39915,7 +39921,8 @@ var init_deployments = __esm(() => {
|
|
|
39915
39921
|
])).optional(),
|
|
39916
39922
|
photoRealVersion: DeploymentsPhotoRealVersion$inboundSchema.optional(),
|
|
39917
39923
|
encoding_format: DeploymentsEncodingFormat$inboundSchema.optional(),
|
|
39918
|
-
reasoningEffort: DeploymentsReasoningEffort$inboundSchema.optional()
|
|
39924
|
+
reasoningEffort: DeploymentsReasoningEffort$inboundSchema.optional(),
|
|
39925
|
+
budgetTokens: numberType().optional()
|
|
39919
39926
|
}).transform((v2) => {
|
|
39920
39927
|
return remap(v2, {
|
|
39921
39928
|
encoding_format: "encodingFormat"
|
|
@@ -39940,7 +39947,8 @@ var init_deployments = __esm(() => {
|
|
|
39940
39947
|
])).optional(),
|
|
39941
39948
|
photoRealVersion: DeploymentsPhotoRealVersion$outboundSchema.optional(),
|
|
39942
39949
|
encodingFormat: DeploymentsEncodingFormat$outboundSchema.optional(),
|
|
39943
|
-
reasoningEffort: DeploymentsReasoningEffort$outboundSchema.optional()
|
|
39950
|
+
reasoningEffort: DeploymentsReasoningEffort$outboundSchema.optional(),
|
|
39951
|
+
budgetTokens: numberType().optional()
|
|
39944
39952
|
}).transform((v2) => {
|
|
39945
39953
|
return remap(v2, {
|
|
39946
39954
|
encodingFormat: "encoding_format"
|
|
@@ -40267,7 +40275,7 @@ var init_fileget = __esm(() => {
|
|
|
40267
40275
|
bytes: numberType(),
|
|
40268
40276
|
file_name: stringType(),
|
|
40269
40277
|
workspace_id: stringType(),
|
|
40270
|
-
created: stringType().datetime({ offset: true }).default("2025-02-
|
|
40278
|
+
created: stringType().datetime({ offset: true }).default("2025-02-25T11:29:26.431Z").transform((v2) => new Date(v2))
|
|
40271
40279
|
}).transform((v2) => {
|
|
40272
40280
|
return remap(v2, {
|
|
40273
40281
|
_id: "id",
|
|
@@ -40283,7 +40291,7 @@ var init_fileget = __esm(() => {
|
|
|
40283
40291
|
bytes: numberType(),
|
|
40284
40292
|
fileName: stringType(),
|
|
40285
40293
|
workspaceId: stringType(),
|
|
40286
|
-
created: dateType().default(() => new Date("2025-02-
|
|
40294
|
+
created: dateType().default(() => new Date("2025-02-25T11:29:26.431Z")).transform((v2) => v2.toISOString())
|
|
40287
40295
|
}).transform((v2) => {
|
|
40288
40296
|
return remap(v2, {
|
|
40289
40297
|
id: "_id",
|
|
@@ -40353,7 +40361,7 @@ var init_filelist = __esm(() => {
|
|
|
40353
40361
|
bytes: numberType(),
|
|
40354
40362
|
file_name: stringType(),
|
|
40355
40363
|
workspace_id: stringType(),
|
|
40356
|
-
created: stringType().datetime({ offset: true }).default("2025-02-
|
|
40364
|
+
created: stringType().datetime({ offset: true }).default("2025-02-25T11:29:26.431Z").transform((v2) => new Date(v2))
|
|
40357
40365
|
}).transform((v2) => {
|
|
40358
40366
|
return remap(v2, {
|
|
40359
40367
|
_id: "id",
|
|
@@ -40369,7 +40377,7 @@ var init_filelist = __esm(() => {
|
|
|
40369
40377
|
bytes: numberType(),
|
|
40370
40378
|
fileName: stringType(),
|
|
40371
40379
|
workspaceId: stringType(),
|
|
40372
|
-
created: dateType().default(() => new Date("2025-02-
|
|
40380
|
+
created: dateType().default(() => new Date("2025-02-25T11:29:26.431Z")).transform((v2) => v2.toISOString())
|
|
40373
40381
|
}).transform((v2) => {
|
|
40374
40382
|
return remap(v2, {
|
|
40375
40383
|
id: "_id",
|
|
@@ -40499,7 +40507,7 @@ var init_fileupload = __esm(() => {
|
|
|
40499
40507
|
bytes: numberType(),
|
|
40500
40508
|
file_name: stringType(),
|
|
40501
40509
|
workspace_id: stringType(),
|
|
40502
|
-
created: stringType().datetime({ offset: true }).default("2025-02-
|
|
40510
|
+
created: stringType().datetime({ offset: true }).default("2025-02-25T11:29:26.431Z").transform((v2) => new Date(v2))
|
|
40503
40511
|
}).transform((v2) => {
|
|
40504
40512
|
return remap(v2, {
|
|
40505
40513
|
_id: "id",
|
|
@@ -40515,7 +40523,7 @@ var init_fileupload = __esm(() => {
|
|
|
40515
40523
|
bytes: numberType(),
|
|
40516
40524
|
fileName: stringType(),
|
|
40517
40525
|
workspaceId: stringType(),
|
|
40518
|
-
created: dateType().default(() => new Date("2025-02-
|
|
40526
|
+
created: dateType().default(() => new Date("2025-02-25T11:29:26.431Z")).transform((v2) => v2.toISOString())
|
|
40519
40527
|
}).transform((v2) => {
|
|
40520
40528
|
return remap(v2, {
|
|
40521
40529
|
id: "_id",
|
|
@@ -40806,7 +40814,8 @@ var init_getallprompts = __esm(() => {
|
|
|
40806
40814
|
])).optional(),
|
|
40807
40815
|
photoRealVersion: GetAllPromptsPhotoRealVersion$inboundSchema.optional(),
|
|
40808
40816
|
encoding_format: GetAllPromptsEncodingFormat$inboundSchema.optional(),
|
|
40809
|
-
reasoningEffort: GetAllPromptsReasoningEffort$inboundSchema.optional()
|
|
40817
|
+
reasoningEffort: GetAllPromptsReasoningEffort$inboundSchema.optional(),
|
|
40818
|
+
budgetTokens: numberType().optional()
|
|
40810
40819
|
}).transform((v2) => {
|
|
40811
40820
|
return remap(v2, {
|
|
40812
40821
|
encoding_format: "encodingFormat"
|
|
@@ -40831,7 +40840,8 @@ var init_getallprompts = __esm(() => {
|
|
|
40831
40840
|
])).optional(),
|
|
40832
40841
|
photoRealVersion: GetAllPromptsPhotoRealVersion$outboundSchema.optional(),
|
|
40833
40842
|
encodingFormat: GetAllPromptsEncodingFormat$outboundSchema.optional(),
|
|
40834
|
-
reasoningEffort: GetAllPromptsReasoningEffort$outboundSchema.optional()
|
|
40843
|
+
reasoningEffort: GetAllPromptsReasoningEffort$outboundSchema.optional(),
|
|
40844
|
+
budgetTokens: numberType().optional()
|
|
40835
40845
|
}).transform((v2) => {
|
|
40836
40846
|
return remap(v2, {
|
|
40837
40847
|
encodingFormat: "encoding_format"
|
|
@@ -41408,7 +41418,8 @@ var init_getoneprompt = __esm(() => {
|
|
|
41408
41418
|
])).optional(),
|
|
41409
41419
|
photoRealVersion: GetOnePromptPhotoRealVersion$inboundSchema.optional(),
|
|
41410
41420
|
encoding_format: GetOnePromptEncodingFormat$inboundSchema.optional(),
|
|
41411
|
-
reasoningEffort: GetOnePromptReasoningEffort$inboundSchema.optional()
|
|
41421
|
+
reasoningEffort: GetOnePromptReasoningEffort$inboundSchema.optional(),
|
|
41422
|
+
budgetTokens: numberType().optional()
|
|
41412
41423
|
}).transform((v2) => {
|
|
41413
41424
|
return remap(v2, {
|
|
41414
41425
|
encoding_format: "encodingFormat"
|
|
@@ -41433,7 +41444,8 @@ var init_getoneprompt = __esm(() => {
|
|
|
41433
41444
|
])).optional(),
|
|
41434
41445
|
photoRealVersion: GetOnePromptPhotoRealVersion$outboundSchema.optional(),
|
|
41435
41446
|
encodingFormat: GetOnePromptEncodingFormat$outboundSchema.optional(),
|
|
41436
|
-
reasoningEffort: GetOnePromptReasoningEffort$outboundSchema.optional()
|
|
41447
|
+
reasoningEffort: GetOnePromptReasoningEffort$outboundSchema.optional(),
|
|
41448
|
+
budgetTokens: numberType().optional()
|
|
41437
41449
|
}).transform((v2) => {
|
|
41438
41450
|
return remap(v2, {
|
|
41439
41451
|
encodingFormat: "encoding_format"
|
|
@@ -41991,7 +42003,8 @@ var init_getpromptversion = __esm(() => {
|
|
|
41991
42003
|
])).optional(),
|
|
41992
42004
|
photoRealVersion: GetPromptVersionPhotoRealVersion$inboundSchema.optional(),
|
|
41993
42005
|
encoding_format: GetPromptVersionEncodingFormat$inboundSchema.optional(),
|
|
41994
|
-
reasoningEffort: GetPromptVersionReasoningEffort$inboundSchema.optional()
|
|
42006
|
+
reasoningEffort: GetPromptVersionReasoningEffort$inboundSchema.optional(),
|
|
42007
|
+
budgetTokens: numberType().optional()
|
|
41995
42008
|
}).transform((v2) => {
|
|
41996
42009
|
return remap(v2, {
|
|
41997
42010
|
encoding_format: "encodingFormat"
|
|
@@ -42016,7 +42029,8 @@ var init_getpromptversion = __esm(() => {
|
|
|
42016
42029
|
])).optional(),
|
|
42017
42030
|
photoRealVersion: GetPromptVersionPhotoRealVersion$outboundSchema.optional(),
|
|
42018
42031
|
encodingFormat: GetPromptVersionEncodingFormat$outboundSchema.optional(),
|
|
42019
|
-
reasoningEffort: GetPromptVersionReasoningEffort$outboundSchema.optional()
|
|
42032
|
+
reasoningEffort: GetPromptVersionReasoningEffort$outboundSchema.optional(),
|
|
42033
|
+
budgetTokens: numberType().optional()
|
|
42020
42034
|
}).transform((v2) => {
|
|
42021
42035
|
return remap(v2, {
|
|
42022
42036
|
encodingFormat: "encoding_format"
|
|
@@ -42537,7 +42551,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
42537
42551
|
created_by_id: stringType().optional(),
|
|
42538
42552
|
updated_by_id: stringType().optional(),
|
|
42539
42553
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
42540
|
-
updated: stringType().datetime({ offset: true }).default("2025-02-
|
|
42554
|
+
updated: stringType().datetime({ offset: true }).default("2025-02-25T11:29:25.365Z").transform((v2) => new Date(v2))
|
|
42541
42555
|
}).transform((v2) => {
|
|
42542
42556
|
return remap(v2, {
|
|
42543
42557
|
_id: "id",
|
|
@@ -42558,7 +42572,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
42558
42572
|
createdById: stringType().optional(),
|
|
42559
42573
|
updatedById: stringType().optional(),
|
|
42560
42574
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
42561
|
-
updated: dateType().default(() => new Date("2025-02-
|
|
42575
|
+
updated: dateType().default(() => new Date("2025-02-25T11:29:25.365Z")).transform((v2) => v2.toISOString())
|
|
42562
42576
|
}).transform((v2) => {
|
|
42563
42577
|
return remap(v2, {
|
|
42564
42578
|
id: "_id",
|
|
@@ -42666,7 +42680,7 @@ var init_listdatasets = __esm(() => {
|
|
|
42666
42680
|
updated_by_id: stringType().optional(),
|
|
42667
42681
|
metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
|
|
42668
42682
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
42669
|
-
updated: stringType().datetime({ offset: true }).default("2025-02-
|
|
42683
|
+
updated: stringType().datetime({ offset: true }).default("2025-02-25T11:29:25.365Z").transform((v2) => new Date(v2))
|
|
42670
42684
|
}).transform((v2) => {
|
|
42671
42685
|
return remap(v2, {
|
|
42672
42686
|
_id: "id",
|
|
@@ -42686,7 +42700,7 @@ var init_listdatasets = __esm(() => {
|
|
|
42686
42700
|
updatedById: stringType().optional(),
|
|
42687
42701
|
metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
|
|
42688
42702
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
42689
|
-
updated: dateType().default(() => new Date("2025-02-
|
|
42703
|
+
updated: dateType().default(() => new Date("2025-02-25T11:29:25.365Z")).transform((v2) => v2.toISOString())
|
|
42690
42704
|
}).transform((v2) => {
|
|
42691
42705
|
return remap(v2, {
|
|
42692
42706
|
id: "_id",
|
|
@@ -42996,7 +43010,8 @@ var init_listpromptversions = __esm(() => {
|
|
|
42996
43010
|
])).optional(),
|
|
42997
43011
|
photoRealVersion: ListPromptVersionsPhotoRealVersion$inboundSchema.optional(),
|
|
42998
43012
|
encoding_format: ListPromptVersionsEncodingFormat$inboundSchema.optional(),
|
|
42999
|
-
reasoningEffort: ListPromptVersionsReasoningEffort$inboundSchema.optional()
|
|
43013
|
+
reasoningEffort: ListPromptVersionsReasoningEffort$inboundSchema.optional(),
|
|
43014
|
+
budgetTokens: numberType().optional()
|
|
43000
43015
|
}).transform((v2) => {
|
|
43001
43016
|
return remap(v2, {
|
|
43002
43017
|
encoding_format: "encodingFormat"
|
|
@@ -43021,7 +43036,8 @@ var init_listpromptversions = __esm(() => {
|
|
|
43021
43036
|
])).optional(),
|
|
43022
43037
|
photoRealVersion: ListPromptVersionsPhotoRealVersion$outboundSchema.optional(),
|
|
43023
43038
|
encodingFormat: ListPromptVersionsEncodingFormat$outboundSchema.optional(),
|
|
43024
|
-
reasoningEffort: ListPromptVersionsReasoningEffort$outboundSchema.optional()
|
|
43039
|
+
reasoningEffort: ListPromptVersionsReasoningEffort$outboundSchema.optional(),
|
|
43040
|
+
budgetTokens: numberType().optional()
|
|
43025
43041
|
}).transform((v2) => {
|
|
43026
43042
|
return remap(v2, {
|
|
43027
43043
|
encodingFormat: "encoding_format"
|
|
@@ -43596,7 +43612,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
43596
43612
|
created_by_id: stringType().optional(),
|
|
43597
43613
|
updated_by_id: stringType().optional(),
|
|
43598
43614
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
43599
|
-
updated: stringType().datetime({ offset: true }).default("2025-02-
|
|
43615
|
+
updated: stringType().datetime({ offset: true }).default("2025-02-25T11:29:25.365Z").transform((v2) => new Date(v2))
|
|
43600
43616
|
}).transform((v2) => {
|
|
43601
43617
|
return remap(v2, {
|
|
43602
43618
|
_id: "id",
|
|
@@ -43617,7 +43633,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
43617
43633
|
createdById: stringType().optional(),
|
|
43618
43634
|
updatedById: stringType().optional(),
|
|
43619
43635
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
43620
|
-
updated: dateType().default(() => new Date("2025-02-
|
|
43636
|
+
updated: dateType().default(() => new Date("2025-02-25T11:29:25.365Z")).transform((v2) => v2.toISOString())
|
|
43621
43637
|
}).transform((v2) => {
|
|
43622
43638
|
return remap(v2, {
|
|
43623
43639
|
id: "_id",
|
|
@@ -43688,7 +43704,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
43688
43704
|
updated_by_id: stringType().optional(),
|
|
43689
43705
|
metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
|
|
43690
43706
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
43691
|
-
updated: stringType().datetime({ offset: true }).default("2025-02-
|
|
43707
|
+
updated: stringType().datetime({ offset: true }).default("2025-02-25T11:29:25.365Z").transform((v2) => new Date(v2))
|
|
43692
43708
|
}).transform((v2) => {
|
|
43693
43709
|
return remap(v2, {
|
|
43694
43710
|
_id: "id",
|
|
@@ -43708,7 +43724,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
43708
43724
|
updatedById: stringType().optional(),
|
|
43709
43725
|
metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
|
|
43710
43726
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
43711
|
-
updated: dateType().default(() => new Date("2025-02-
|
|
43727
|
+
updated: dateType().default(() => new Date("2025-02-25T11:29:25.365Z")).transform((v2) => v2.toISOString())
|
|
43712
43728
|
}).transform((v2) => {
|
|
43713
43729
|
return remap(v2, {
|
|
43714
43730
|
id: "_id",
|
|
@@ -44148,7 +44164,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
44148
44164
|
created_by_id: stringType().optional(),
|
|
44149
44165
|
updated_by_id: stringType().optional(),
|
|
44150
44166
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
44151
|
-
updated: stringType().datetime({ offset: true }).default("2025-02-
|
|
44167
|
+
updated: stringType().datetime({ offset: true }).default("2025-02-25T11:29:25.365Z").transform((v2) => new Date(v2))
|
|
44152
44168
|
}).transform((v2) => {
|
|
44153
44169
|
return remap(v2, {
|
|
44154
44170
|
_id: "id",
|
|
@@ -44169,7 +44185,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
44169
44185
|
createdById: stringType().optional(),
|
|
44170
44186
|
updatedById: stringType().optional(),
|
|
44171
44187
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
44172
|
-
updated: dateType().default(() => new Date("2025-02-
|
|
44188
|
+
updated: dateType().default(() => new Date("2025-02-25T11:29:25.365Z")).transform((v2) => v2.toISOString())
|
|
44173
44189
|
}).transform((v2) => {
|
|
44174
44190
|
return remap(v2, {
|
|
44175
44191
|
id: "_id",
|
|
@@ -44264,7 +44280,7 @@ var init_updatedataset = __esm(() => {
|
|
|
44264
44280
|
parent_id: stringType().optional(),
|
|
44265
44281
|
version: stringType().optional(),
|
|
44266
44282
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
44267
|
-
updated: stringType().datetime({ offset: true }).default("2025-02-
|
|
44283
|
+
updated: stringType().datetime({ offset: true }).default("2025-02-25T11:29:25.365Z").transform((v2) => new Date(v2))
|
|
44268
44284
|
}).transform((v2) => {
|
|
44269
44285
|
return remap(v2, {
|
|
44270
44286
|
_id: "id",
|
|
@@ -44287,7 +44303,7 @@ var init_updatedataset = __esm(() => {
|
|
|
44287
44303
|
parentId: stringType().optional(),
|
|
44288
44304
|
version: stringType().optional(),
|
|
44289
44305
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
44290
|
-
updated: dateType().default(() => new Date("2025-02-
|
|
44306
|
+
updated: dateType().default(() => new Date("2025-02-25T11:29:25.365Z")).transform((v2) => v2.toISOString())
|
|
44291
44307
|
}).transform((v2) => {
|
|
44292
44308
|
return remap(v2, {
|
|
44293
44309
|
id: "_id",
|
|
@@ -44648,7 +44664,8 @@ var init_updateprompt = __esm(() => {
|
|
|
44648
44664
|
])).optional(),
|
|
44649
44665
|
photoRealVersion: UpdatePromptPhotoRealVersion$inboundSchema.optional(),
|
|
44650
44666
|
encoding_format: UpdatePromptEncodingFormat$inboundSchema.optional(),
|
|
44651
|
-
reasoningEffort: UpdatePromptReasoningEffort$inboundSchema.optional()
|
|
44667
|
+
reasoningEffort: UpdatePromptReasoningEffort$inboundSchema.optional(),
|
|
44668
|
+
budgetTokens: numberType().optional()
|
|
44652
44669
|
}).transform((v2) => {
|
|
44653
44670
|
return remap(v2, {
|
|
44654
44671
|
encoding_format: "encodingFormat"
|
|
@@ -44673,7 +44690,8 @@ var init_updateprompt = __esm(() => {
|
|
|
44673
44690
|
])).optional(),
|
|
44674
44691
|
photoRealVersion: UpdatePromptPhotoRealVersion$outboundSchema.optional(),
|
|
44675
44692
|
encodingFormat: UpdatePromptEncodingFormat$outboundSchema.optional(),
|
|
44676
|
-
reasoningEffort: UpdatePromptReasoningEffort$outboundSchema.optional()
|
|
44693
|
+
reasoningEffort: UpdatePromptReasoningEffort$outboundSchema.optional(),
|
|
44694
|
+
budgetTokens: numberType().optional()
|
|
44677
44695
|
}).transform((v2) => {
|
|
44678
44696
|
return remap(v2, {
|
|
44679
44697
|
encodingFormat: "encoding_format"
|
|
@@ -45106,7 +45124,8 @@ var init_updateprompt = __esm(() => {
|
|
|
45106
45124
|
])).optional(),
|
|
45107
45125
|
photoRealVersion: UpdatePromptPromptsPhotoRealVersion$inboundSchema.optional(),
|
|
45108
45126
|
encoding_format: UpdatePromptPromptsEncodingFormat$inboundSchema.optional(),
|
|
45109
|
-
reasoningEffort: UpdatePromptPromptsReasoningEffort$inboundSchema.optional()
|
|
45127
|
+
reasoningEffort: UpdatePromptPromptsReasoningEffort$inboundSchema.optional(),
|
|
45128
|
+
budgetTokens: numberType().optional()
|
|
45110
45129
|
}).transform((v2) => {
|
|
45111
45130
|
return remap(v2, {
|
|
45112
45131
|
encoding_format: "encodingFormat"
|
|
@@ -45131,7 +45150,8 @@ var init_updateprompt = __esm(() => {
|
|
|
45131
45150
|
])).optional(),
|
|
45132
45151
|
photoRealVersion: UpdatePromptPromptsPhotoRealVersion$outboundSchema.optional(),
|
|
45133
45152
|
encodingFormat: UpdatePromptPromptsEncodingFormat$outboundSchema.optional(),
|
|
45134
|
-
reasoningEffort: UpdatePromptPromptsReasoningEffort$outboundSchema.optional()
|
|
45153
|
+
reasoningEffort: UpdatePromptPromptsReasoningEffort$outboundSchema.optional(),
|
|
45154
|
+
budgetTokens: numberType().optional()
|
|
45135
45155
|
}).transform((v2) => {
|
|
45136
45156
|
return remap(v2, {
|
|
45137
45157
|
encodingFormat: "encoding_format"
|
|
@@ -49218,7 +49238,7 @@ var init_remoteconfigsRetrieve2 = __esm(() => {
|
|
|
49218
49238
|
function createMCPServer(deps) {
|
|
49219
49239
|
const server = new McpServer({
|
|
49220
49240
|
name: "Orq",
|
|
49221
|
-
version: "3.2.0-rc.
|
|
49241
|
+
version: "3.2.0-rc.13"
|
|
49222
49242
|
});
|
|
49223
49243
|
const client = new OrqCore({
|
|
49224
49244
|
apiKey: deps.apiKey,
|
|
@@ -50494,7 +50514,7 @@ var routes = rn({
|
|
|
50494
50514
|
var app = Ve(routes, {
|
|
50495
50515
|
name: "mcp",
|
|
50496
50516
|
versionInfo: {
|
|
50497
|
-
currentVersion: "3.2.0-rc.
|
|
50517
|
+
currentVersion: "3.2.0-rc.13"
|
|
50498
50518
|
}
|
|
50499
50519
|
});
|
|
50500
50520
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -50502,5 +50522,5 @@ export {
|
|
|
50502
50522
|
app
|
|
50503
50523
|
};
|
|
50504
50524
|
|
|
50505
|
-
//# debugId=
|
|
50525
|
+
//# debugId=D3C01E708ABA9E0E64756E2164756E21
|
|
50506
50526
|
//# sourceMappingURL=mcp-server.js.map
|