@orq-ai/node 3.6.16 → 3.6.17
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 +188 -188
- package/bin/mcp-server.js.map +35 -35
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/security.d.ts +2 -2
- package/lib/security.d.ts.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/deployments.d.ts +8 -8
- package/models/components/deployments.d.ts.map +1 -1
- package/models/components/deployments.js +8 -8
- package/models/components/deployments.js.map +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/createprompt.d.ts +12 -12
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +12 -12
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/deploymentcreatemetric.d.ts +8 -8
- package/models/operations/deploymentcreatemetric.d.ts.map +1 -1
- package/models/operations/deploymentcreatemetric.js +8 -8
- package/models/operations/deploymentcreatemetric.js.map +1 -1
- package/models/operations/deploymentgetconfig.d.ts +14 -14
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +14 -14
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deploymentinvoke.d.ts +4 -4
- package/models/operations/deploymentinvoke.js +8 -8
- package/models/operations/deployments.d.ts +6 -6
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +6 -6
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/deploymentstream.d.ts +12 -12
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +12 -12
- package/models/operations/deploymentstream.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 +6 -6
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +6 -6
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getoneprompt.d.ts +6 -6
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +6 -6
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +6 -6
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +6 -6
- 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/listdatasources.js +2 -2
- package/models/operations/listpromptversions.d.ts +6 -6
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +6 -6
- 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/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/models/operations/updateprompt.d.ts +12 -12
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +12 -12
- package/models/operations/updateprompt.js.map +1 -1
- 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 +3 -3
- package/packages/orq-rc/src/lib/security.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/components/deployments.ts +16 -16
- 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 +18 -18
- package/packages/orq-rc/src/models/operations/createdatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/createeval.ts +121 -121
- package/packages/orq-rc/src/models/operations/createfeedback.ts +16 -16
- package/packages/orq-rc/src/models/operations/createprompt.ts +39 -39
- package/packages/orq-rc/src/models/operations/deploymentcreatemetric.ts +22 -18
- package/packages/orq-rc/src/models/operations/deploymentgetconfig.ts +30 -30
- package/packages/orq-rc/src/models/operations/deploymentinvoke.ts +13 -13
- package/packages/orq-rc/src/models/operations/deployments.ts +14 -14
- package/packages/orq-rc/src/models/operations/deploymentstream.ts +26 -26
- package/packages/orq-rc/src/models/operations/evalsageappropriate.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsfactcheckingknowledgebase.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsgrammar.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalslocalization.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalspii.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsragascoherence.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsragasconciseness.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsragascontextprecision.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsragascorrectness.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsragasfaithfulness.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsragasharmfulness.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsragasmaliciousness.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsragasresponserelevancy.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalssentimentclassification.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalssummarization.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalstoneofvoice.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalstranslation.ts +4 -4
- 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/getallprompts.ts +22 -22
- package/packages/orq-rc/src/models/operations/getevals.ts +339 -364
- package/packages/orq-rc/src/models/operations/getoneprompt.ts +22 -22
- package/packages/orq-rc/src/models/operations/getpromptversion.ts +22 -22
- package/packages/orq-rc/src/models/operations/invokeeval.ts +251 -223
- package/packages/orq-rc/src/models/operations/listcontacts.ts +2 -2
- package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +16 -12
- 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/listpromptversions.ts +22 -22
- package/packages/orq-rc/src/models/operations/postv2modelslitellmimport.ts +18 -18
- package/packages/orq-rc/src/models/operations/retrievecontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +10 -10
- 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/updatecontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatedatapoint.ts +21 -19
- package/packages/orq-rc/src/models/operations/updatedataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatedatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/updateeval.ts +139 -139
- package/packages/orq-rc/src/models/operations/updateprompt.ts +61 -106
- package/src/lib/config.ts +3 -3
- package/src/lib/security.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/deployments.ts +16 -16
- 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/createprompt.ts +27 -27
- package/src/models/operations/deploymentcreatemetric.ts +22 -18
- package/src/models/operations/deploymentgetconfig.ts +30 -30
- package/src/models/operations/deploymentinvoke.ts +13 -13
- package/src/models/operations/deployments.ts +14 -14
- package/src/models/operations/deploymentstream.ts +26 -26
- 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 +14 -14
- package/src/models/operations/getoneprompt.ts +14 -14
- package/src/models/operations/getpromptversion.ts +14 -14
- 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/listpromptversions.ts +14 -14
- 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/src/models/operations/updateprompt.ts +28 -28
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.6.
|
|
34279
|
-
genVersion: "2.
|
|
34280
|
-
userAgent: "speakeasy-sdk/typescript 3.6.
|
|
34278
|
+
sdkVersion: "3.6.17",
|
|
34279
|
+
genVersion: "2.630.6",
|
|
34280
|
+
userAgent: "speakeasy-sdk/typescript 3.6.17 2.630.6 2.0 @orq-ai/node"
|
|
34281
34281
|
};
|
|
34282
34282
|
});
|
|
34283
34283
|
|
|
@@ -36498,7 +36498,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36498
36498
|
created_by_id: stringType().optional(),
|
|
36499
36499
|
updated_by_id: stringType().optional(),
|
|
36500
36500
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36501
|
-
updated: stringType().datetime({ offset: true }).default("2025-06-
|
|
36501
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-17T14:04:15.852Z").transform((v2) => new Date(v2))
|
|
36502
36502
|
}).transform((v2) => {
|
|
36503
36503
|
return remap(v2, {
|
|
36504
36504
|
_id: "id",
|
|
@@ -36519,7 +36519,7 @@ var init_bulkcreatedatapoints = __esm(() => {
|
|
|
36519
36519
|
createdById: stringType().optional(),
|
|
36520
36520
|
updatedById: stringType().optional(),
|
|
36521
36521
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36522
|
-
updated: dateType().default(() => new Date("2025-06-
|
|
36522
|
+
updated: dateType().default(() => new Date("2025-06-17T14:04:15.852Z")).transform((v2) => v2.toISOString())
|
|
36523
36523
|
}).transform((v2) => {
|
|
36524
36524
|
return remap(v2, {
|
|
36525
36525
|
id: "_id",
|
|
@@ -36717,7 +36717,7 @@ var init_createcontact = __esm(() => {
|
|
|
36717
36717
|
tags: arrayType(stringType()).optional(),
|
|
36718
36718
|
metadata: recordType(anyType()).optional(),
|
|
36719
36719
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36720
|
-
updated: stringType().datetime({ offset: true }).default("2025-06-
|
|
36720
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-17T14:04:15.852Z").transform((v2) => new Date(v2))
|
|
36721
36721
|
}).transform((v2) => {
|
|
36722
36722
|
return remap(v2, {
|
|
36723
36723
|
external_id: "externalId",
|
|
@@ -36734,7 +36734,7 @@ var init_createcontact = __esm(() => {
|
|
|
36734
36734
|
tags: arrayType(stringType()).optional(),
|
|
36735
36735
|
metadata: recordType(anyType()).optional(),
|
|
36736
36736
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36737
|
-
updated: dateType().default(() => new Date("2025-06-
|
|
36737
|
+
updated: dateType().default(() => new Date("2025-06-17T14:04:15.852Z")).transform((v2) => v2.toISOString())
|
|
36738
36738
|
}).transform((v2) => {
|
|
36739
36739
|
return remap(v2, {
|
|
36740
36740
|
externalId: "external_id",
|
|
@@ -36804,7 +36804,7 @@ var init_createdataset = __esm(() => {
|
|
|
36804
36804
|
updated_by_id: stringType().optional(),
|
|
36805
36805
|
metadata: lazyType(() => CreateDatasetMetadata$inboundSchema),
|
|
36806
36806
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36807
|
-
updated: stringType().datetime({ offset: true }).default("2025-06-
|
|
36807
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-17T14:04:15.852Z").transform((v2) => new Date(v2))
|
|
36808
36808
|
}).transform((v2) => {
|
|
36809
36809
|
return remap(v2, {
|
|
36810
36810
|
_id: "id",
|
|
@@ -36824,7 +36824,7 @@ var init_createdataset = __esm(() => {
|
|
|
36824
36824
|
updatedById: stringType().optional(),
|
|
36825
36825
|
metadata: lazyType(() => CreateDatasetMetadata$outboundSchema),
|
|
36826
36826
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36827
|
-
updated: dateType().default(() => new Date("2025-06-
|
|
36827
|
+
updated: dateType().default(() => new Date("2025-06-17T14:04:15.852Z")).transform((v2) => v2.toISOString())
|
|
36828
36828
|
}).transform((v2) => {
|
|
36829
36829
|
return remap(v2, {
|
|
36830
36830
|
id: "_id",
|
|
@@ -37452,7 +37452,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37452
37452
|
created_by_id: stringType().optional(),
|
|
37453
37453
|
updated_by_id: stringType().optional(),
|
|
37454
37454
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
37455
|
-
updated: stringType().datetime({ offset: true }).default("2025-06-
|
|
37455
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-17T14:04:15.852Z").transform((v2) => new Date(v2))
|
|
37456
37456
|
}).transform((v2) => {
|
|
37457
37457
|
return remap(v2, {
|
|
37458
37458
|
_id: "id",
|
|
@@ -37473,7 +37473,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37473
37473
|
createdById: stringType().optional(),
|
|
37474
37474
|
updatedById: stringType().optional(),
|
|
37475
37475
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
37476
|
-
updated: dateType().default(() => new Date("2025-06-
|
|
37476
|
+
updated: dateType().default(() => new Date("2025-06-17T14:04:15.852Z")).transform((v2) => v2.toISOString())
|
|
37477
37477
|
}).transform((v2) => {
|
|
37478
37478
|
return remap(v2, {
|
|
37479
37479
|
id: "_id",
|
|
@@ -37695,7 +37695,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37695
37695
|
CreateDatasourceStatus$.outboundSchema = CreateDatasourceStatus$outboundSchema;
|
|
37696
37696
|
})(CreateDatasourceStatus$ ||= {});
|
|
37697
37697
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
37698
|
-
_id: stringType().default("
|
|
37698
|
+
_id: stringType().default("01JXZ393735CZ3XTN2TXA59QV8"),
|
|
37699
37699
|
display_name: stringType(),
|
|
37700
37700
|
description: stringType().optional(),
|
|
37701
37701
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -37718,7 +37718,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37718
37718
|
});
|
|
37719
37719
|
});
|
|
37720
37720
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
37721
|
-
id: stringType().default("
|
|
37721
|
+
id: stringType().default("01JXZ393735CZ3XTN2TXA59QV8"),
|
|
37722
37722
|
displayName: stringType(),
|
|
37723
37723
|
description: stringType().optional(),
|
|
37724
37724
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -38398,12 +38398,12 @@ var init_createprompt = __esm(() => {
|
|
|
38398
38398
|
})(ResponseFormatType$ ||= {});
|
|
38399
38399
|
JsonSchema$inboundSchema = objectType({
|
|
38400
38400
|
name: stringType(),
|
|
38401
|
-
strict: booleanType(),
|
|
38401
|
+
strict: booleanType().optional(),
|
|
38402
38402
|
schema: recordType(anyType())
|
|
38403
38403
|
});
|
|
38404
38404
|
JsonSchema$outboundSchema = objectType({
|
|
38405
38405
|
name: stringType(),
|
|
38406
|
-
strict: booleanType(),
|
|
38406
|
+
strict: booleanType().optional(),
|
|
38407
38407
|
schema: recordType(anyType())
|
|
38408
38408
|
});
|
|
38409
38409
|
((JsonSchema$) => {
|
|
@@ -38431,12 +38431,12 @@ var init_createprompt = __esm(() => {
|
|
|
38431
38431
|
ResponseFormat1$.outboundSchema = ResponseFormat1$outboundSchema;
|
|
38432
38432
|
})(ResponseFormat1$ ||= {});
|
|
38433
38433
|
ResponseFormat$inboundSchema = unionType([
|
|
38434
|
-
lazyType(() =>
|
|
38435
|
-
lazyType(() =>
|
|
38434
|
+
lazyType(() => ResponseFormat1$inboundSchema),
|
|
38435
|
+
lazyType(() => ResponseFormat2$inboundSchema)
|
|
38436
38436
|
]);
|
|
38437
38437
|
ResponseFormat$outboundSchema = unionType([
|
|
38438
|
-
lazyType(() =>
|
|
38439
|
-
lazyType(() =>
|
|
38438
|
+
lazyType(() => ResponseFormat1$outboundSchema),
|
|
38439
|
+
lazyType(() => ResponseFormat2$outboundSchema)
|
|
38440
38440
|
]);
|
|
38441
38441
|
((ResponseFormat$) => {
|
|
38442
38442
|
ResponseFormat$.inboundSchema = ResponseFormat$inboundSchema;
|
|
@@ -38474,8 +38474,8 @@ var init_createprompt = __esm(() => {
|
|
|
38474
38474
|
quality: stringType().optional(),
|
|
38475
38475
|
style: stringType().optional(),
|
|
38476
38476
|
responseFormat: nullableType(unionType([
|
|
38477
|
-
lazyType(() =>
|
|
38478
|
-
lazyType(() =>
|
|
38477
|
+
lazyType(() => ResponseFormat1$inboundSchema),
|
|
38478
|
+
lazyType(() => ResponseFormat2$inboundSchema)
|
|
38479
38479
|
])).optional(),
|
|
38480
38480
|
photoRealVersion: PhotoRealVersion$inboundSchema.optional(),
|
|
38481
38481
|
encoding_format: EncodingFormat$inboundSchema.optional(),
|
|
@@ -38500,8 +38500,8 @@ var init_createprompt = __esm(() => {
|
|
|
38500
38500
|
quality: stringType().optional(),
|
|
38501
38501
|
style: stringType().optional(),
|
|
38502
38502
|
responseFormat: nullableType(unionType([
|
|
38503
|
-
lazyType(() =>
|
|
38504
|
-
lazyType(() =>
|
|
38503
|
+
lazyType(() => ResponseFormat1$outboundSchema),
|
|
38504
|
+
lazyType(() => ResponseFormat2$outboundSchema)
|
|
38505
38505
|
])).optional(),
|
|
38506
38506
|
photoRealVersion: PhotoRealVersion$outboundSchema.optional(),
|
|
38507
38507
|
encodingFormat: EncodingFormat$outboundSchema.optional(),
|
|
@@ -38864,12 +38864,12 @@ var init_createprompt = __esm(() => {
|
|
|
38864
38864
|
})(CreatePromptResponseFormatPromptsType$ ||= {});
|
|
38865
38865
|
CreatePromptResponseFormatJsonSchema$inboundSchema = objectType({
|
|
38866
38866
|
name: stringType(),
|
|
38867
|
-
strict: booleanType(),
|
|
38867
|
+
strict: booleanType().optional(),
|
|
38868
38868
|
schema: recordType(anyType())
|
|
38869
38869
|
});
|
|
38870
38870
|
CreatePromptResponseFormatJsonSchema$outboundSchema = objectType({
|
|
38871
38871
|
name: stringType(),
|
|
38872
|
-
strict: booleanType(),
|
|
38872
|
+
strict: booleanType().optional(),
|
|
38873
38873
|
schema: recordType(anyType())
|
|
38874
38874
|
});
|
|
38875
38875
|
((CreatePromptResponseFormatJsonSchema$) => {
|
|
@@ -38897,12 +38897,12 @@ var init_createprompt = __esm(() => {
|
|
|
38897
38897
|
CreatePromptResponseFormat1$.outboundSchema = CreatePromptResponseFormat1$outboundSchema;
|
|
38898
38898
|
})(CreatePromptResponseFormat1$ ||= {});
|
|
38899
38899
|
CreatePromptResponseFormat$inboundSchema = unionType([
|
|
38900
|
-
lazyType(() =>
|
|
38901
|
-
lazyType(() =>
|
|
38900
|
+
lazyType(() => CreatePromptResponseFormat1$inboundSchema),
|
|
38901
|
+
lazyType(() => CreatePromptResponseFormat2$inboundSchema)
|
|
38902
38902
|
]);
|
|
38903
38903
|
CreatePromptResponseFormat$outboundSchema = unionType([
|
|
38904
|
-
lazyType(() =>
|
|
38905
|
-
lazyType(() =>
|
|
38904
|
+
lazyType(() => CreatePromptResponseFormat1$outboundSchema),
|
|
38905
|
+
lazyType(() => CreatePromptResponseFormat2$outboundSchema)
|
|
38906
38906
|
]);
|
|
38907
38907
|
((CreatePromptResponseFormat$) => {
|
|
38908
38908
|
CreatePromptResponseFormat$.inboundSchema = CreatePromptResponseFormat$inboundSchema;
|
|
@@ -38940,8 +38940,8 @@ var init_createprompt = __esm(() => {
|
|
|
38940
38940
|
quality: stringType().optional(),
|
|
38941
38941
|
style: stringType().optional(),
|
|
38942
38942
|
responseFormat: nullableType(unionType([
|
|
38943
|
-
lazyType(() =>
|
|
38944
|
-
lazyType(() =>
|
|
38943
|
+
lazyType(() => CreatePromptResponseFormat1$inboundSchema),
|
|
38944
|
+
lazyType(() => CreatePromptResponseFormat2$inboundSchema)
|
|
38945
38945
|
])).optional(),
|
|
38946
38946
|
photoRealVersion: CreatePromptPhotoRealVersion$inboundSchema.optional(),
|
|
38947
38947
|
encoding_format: CreatePromptEncodingFormat$inboundSchema.optional(),
|
|
@@ -38966,8 +38966,8 @@ var init_createprompt = __esm(() => {
|
|
|
38966
38966
|
quality: stringType().optional(),
|
|
38967
38967
|
style: stringType().optional(),
|
|
38968
38968
|
responseFormat: nullableType(unionType([
|
|
38969
|
-
lazyType(() =>
|
|
38970
|
-
lazyType(() =>
|
|
38969
|
+
lazyType(() => CreatePromptResponseFormat1$outboundSchema),
|
|
38970
|
+
lazyType(() => CreatePromptResponseFormat2$outboundSchema)
|
|
38971
38971
|
])).optional(),
|
|
38972
38972
|
photoRealVersion: CreatePromptPhotoRealVersion$outboundSchema.optional(),
|
|
38973
38973
|
encodingFormat: CreatePromptEncodingFormat$outboundSchema.optional(),
|
|
@@ -40077,17 +40077,17 @@ var init_deploymentcreatemetric = __esm(() => {
|
|
|
40077
40077
|
DeploymentCreateMetricMessagesDeveloperMessage$.outboundSchema = DeploymentCreateMetricMessagesDeveloperMessage$outboundSchema;
|
|
40078
40078
|
})(DeploymentCreateMetricMessagesDeveloperMessage$ ||= {});
|
|
40079
40079
|
DeploymentCreateMetricMessages$inboundSchema = unionType([
|
|
40080
|
+
lazyType(() => DeploymentCreateMetricMessagesToolMessage$inboundSchema),
|
|
40080
40081
|
lazyType(() => DeploymentCreateMetricMessagesDeveloperMessage$inboundSchema),
|
|
40081
40082
|
lazyType(() => DeploymentCreateMetricMessagesSystemMessage$inboundSchema),
|
|
40082
40083
|
lazyType(() => DeploymentCreateMetricMessagesUserMessage$inboundSchema),
|
|
40083
|
-
lazyType(() => DeploymentCreateMetricMessagesToolMessage$inboundSchema),
|
|
40084
40084
|
lazyType(() => DeploymentCreateMetricMessagesAssistantMessage$inboundSchema)
|
|
40085
40085
|
]);
|
|
40086
40086
|
DeploymentCreateMetricMessages$outboundSchema = unionType([
|
|
40087
|
+
lazyType(() => DeploymentCreateMetricMessagesToolMessage$outboundSchema),
|
|
40087
40088
|
lazyType(() => DeploymentCreateMetricMessagesDeveloperMessage$outboundSchema),
|
|
40088
40089
|
lazyType(() => DeploymentCreateMetricMessagesSystemMessage$outboundSchema),
|
|
40089
40090
|
lazyType(() => DeploymentCreateMetricMessagesUserMessage$outboundSchema),
|
|
40090
|
-
lazyType(() => DeploymentCreateMetricMessagesToolMessage$outboundSchema),
|
|
40091
40091
|
lazyType(() => DeploymentCreateMetricMessagesAssistantMessage$outboundSchema)
|
|
40092
40092
|
]);
|
|
40093
40093
|
((DeploymentCreateMetricMessages$) => {
|
|
@@ -40551,17 +40551,17 @@ var init_deploymentcreatemetric = __esm(() => {
|
|
|
40551
40551
|
ChoicesDeveloperMessage$.outboundSchema = ChoicesDeveloperMessage$outboundSchema;
|
|
40552
40552
|
})(ChoicesDeveloperMessage$ ||= {});
|
|
40553
40553
|
Choices$inboundSchema = unionType([
|
|
40554
|
+
lazyType(() => ChoicesToolMessage$inboundSchema),
|
|
40554
40555
|
lazyType(() => ChoicesDeveloperMessage$inboundSchema),
|
|
40555
40556
|
lazyType(() => ChoicesSystemMessage$inboundSchema),
|
|
40556
40557
|
lazyType(() => ChoicesUserMessage$inboundSchema),
|
|
40557
|
-
lazyType(() => ChoicesToolMessage$inboundSchema),
|
|
40558
40558
|
lazyType(() => ChoicesAssistantMessage$inboundSchema)
|
|
40559
40559
|
]);
|
|
40560
40560
|
Choices$outboundSchema = unionType([
|
|
40561
|
+
lazyType(() => ChoicesToolMessage$outboundSchema),
|
|
40561
40562
|
lazyType(() => ChoicesDeveloperMessage$outboundSchema),
|
|
40562
40563
|
lazyType(() => ChoicesSystemMessage$outboundSchema),
|
|
40563
40564
|
lazyType(() => ChoicesUserMessage$outboundSchema),
|
|
40564
|
-
lazyType(() => ChoicesToolMessage$outboundSchema),
|
|
40565
40565
|
lazyType(() => ChoicesAssistantMessage$outboundSchema)
|
|
40566
40566
|
]);
|
|
40567
40567
|
((Choices$) => {
|
|
@@ -40583,17 +40583,17 @@ var init_deploymentcreatemetric = __esm(() => {
|
|
|
40583
40583
|
usage: lazyType(() => Usage$inboundSchema).optional(),
|
|
40584
40584
|
performance: lazyType(() => Performance$inboundSchema).optional(),
|
|
40585
40585
|
messages: arrayType(unionType([
|
|
40586
|
+
lazyType(() => DeploymentCreateMetricMessagesToolMessage$inboundSchema),
|
|
40586
40587
|
lazyType(() => DeploymentCreateMetricMessagesDeveloperMessage$inboundSchema),
|
|
40587
40588
|
lazyType(() => DeploymentCreateMetricMessagesSystemMessage$inboundSchema),
|
|
40588
40589
|
lazyType(() => DeploymentCreateMetricMessagesUserMessage$inboundSchema),
|
|
40589
|
-
lazyType(() => DeploymentCreateMetricMessagesToolMessage$inboundSchema),
|
|
40590
40590
|
lazyType(() => DeploymentCreateMetricMessagesAssistantMessage$inboundSchema)
|
|
40591
40591
|
])).optional(),
|
|
40592
40592
|
choices: arrayType(unionType([
|
|
40593
|
+
lazyType(() => ChoicesToolMessage$inboundSchema),
|
|
40593
40594
|
lazyType(() => ChoicesDeveloperMessage$inboundSchema),
|
|
40594
40595
|
lazyType(() => ChoicesSystemMessage$inboundSchema),
|
|
40595
40596
|
lazyType(() => ChoicesUserMessage$inboundSchema),
|
|
40596
|
-
lazyType(() => ChoicesToolMessage$inboundSchema),
|
|
40597
40597
|
lazyType(() => ChoicesAssistantMessage$inboundSchema)
|
|
40598
40598
|
])).optional(),
|
|
40599
40599
|
feedback: lazyType(() => Feedback$inboundSchema).optional()
|
|
@@ -40603,17 +40603,17 @@ var init_deploymentcreatemetric = __esm(() => {
|
|
|
40603
40603
|
usage: lazyType(() => Usage$outboundSchema).optional(),
|
|
40604
40604
|
performance: lazyType(() => Performance$outboundSchema).optional(),
|
|
40605
40605
|
messages: arrayType(unionType([
|
|
40606
|
+
lazyType(() => DeploymentCreateMetricMessagesToolMessage$outboundSchema),
|
|
40606
40607
|
lazyType(() => DeploymentCreateMetricMessagesDeveloperMessage$outboundSchema),
|
|
40607
40608
|
lazyType(() => DeploymentCreateMetricMessagesSystemMessage$outboundSchema),
|
|
40608
40609
|
lazyType(() => DeploymentCreateMetricMessagesUserMessage$outboundSchema),
|
|
40609
|
-
lazyType(() => DeploymentCreateMetricMessagesToolMessage$outboundSchema),
|
|
40610
40610
|
lazyType(() => DeploymentCreateMetricMessagesAssistantMessage$outboundSchema)
|
|
40611
40611
|
])).optional(),
|
|
40612
40612
|
choices: arrayType(unionType([
|
|
40613
|
+
lazyType(() => ChoicesToolMessage$outboundSchema),
|
|
40613
40614
|
lazyType(() => ChoicesDeveloperMessage$outboundSchema),
|
|
40614
40615
|
lazyType(() => ChoicesSystemMessage$outboundSchema),
|
|
40615
40616
|
lazyType(() => ChoicesUserMessage$outboundSchema),
|
|
40616
|
-
lazyType(() => ChoicesToolMessage$outboundSchema),
|
|
40617
40617
|
lazyType(() => ChoicesAssistantMessage$outboundSchema)
|
|
40618
40618
|
])).optional(),
|
|
40619
40619
|
feedback: lazyType(() => Feedback$outboundSchema).optional()
|
|
@@ -41273,17 +41273,17 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
41273
41273
|
DeveloperMessage$.outboundSchema = DeveloperMessage$outboundSchema;
|
|
41274
41274
|
})(DeveloperMessage$ ||= {});
|
|
41275
41275
|
PrefixMessages$inboundSchema = unionType([
|
|
41276
|
+
lazyType(() => ToolMessage$inboundSchema),
|
|
41276
41277
|
lazyType(() => DeveloperMessage$inboundSchema),
|
|
41277
41278
|
lazyType(() => SystemMessage$inboundSchema),
|
|
41278
41279
|
lazyType(() => UserMessage$inboundSchema),
|
|
41279
|
-
lazyType(() => ToolMessage$inboundSchema),
|
|
41280
41280
|
lazyType(() => AssistantMessage$inboundSchema)
|
|
41281
41281
|
]);
|
|
41282
41282
|
PrefixMessages$outboundSchema = unionType([
|
|
41283
|
+
lazyType(() => ToolMessage$outboundSchema),
|
|
41283
41284
|
lazyType(() => DeveloperMessage$outboundSchema),
|
|
41284
41285
|
lazyType(() => SystemMessage$outboundSchema),
|
|
41285
41286
|
lazyType(() => UserMessage$outboundSchema),
|
|
41286
|
-
lazyType(() => ToolMessage$outboundSchema),
|
|
41287
41287
|
lazyType(() => AssistantMessage$outboundSchema)
|
|
41288
41288
|
]);
|
|
41289
41289
|
((PrefixMessages$) => {
|
|
@@ -41747,17 +41747,17 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
41747
41747
|
MessagesDeveloperMessage$.outboundSchema = MessagesDeveloperMessage$outboundSchema;
|
|
41748
41748
|
})(MessagesDeveloperMessage$ ||= {});
|
|
41749
41749
|
Messages$inboundSchema = unionType([
|
|
41750
|
+
lazyType(() => MessagesToolMessage$inboundSchema),
|
|
41750
41751
|
lazyType(() => MessagesDeveloperMessage$inboundSchema),
|
|
41751
41752
|
lazyType(() => MessagesSystemMessage$inboundSchema),
|
|
41752
41753
|
lazyType(() => MessagesUserMessage$inboundSchema),
|
|
41753
|
-
lazyType(() => MessagesToolMessage$inboundSchema),
|
|
41754
41754
|
lazyType(() => MessagesAssistantMessage$inboundSchema)
|
|
41755
41755
|
]);
|
|
41756
41756
|
Messages$outboundSchema = unionType([
|
|
41757
|
+
lazyType(() => MessagesToolMessage$outboundSchema),
|
|
41757
41758
|
lazyType(() => MessagesDeveloperMessage$outboundSchema),
|
|
41758
41759
|
lazyType(() => MessagesSystemMessage$outboundSchema),
|
|
41759
41760
|
lazyType(() => MessagesUserMessage$outboundSchema),
|
|
41760
|
-
lazyType(() => MessagesToolMessage$outboundSchema),
|
|
41761
41761
|
lazyType(() => MessagesAssistantMessage$outboundSchema)
|
|
41762
41762
|
]);
|
|
41763
41763
|
((Messages$) => {
|
|
@@ -42355,17 +42355,17 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
42355
42355
|
inputs: recordType(unionType([stringType(), numberType(), booleanType()])).optional(),
|
|
42356
42356
|
context: recordType(anyType()).optional(),
|
|
42357
42357
|
prefix_messages: arrayType(unionType([
|
|
42358
|
+
lazyType(() => ToolMessage$inboundSchema),
|
|
42358
42359
|
lazyType(() => DeveloperMessage$inboundSchema),
|
|
42359
42360
|
lazyType(() => SystemMessage$inboundSchema),
|
|
42360
42361
|
lazyType(() => UserMessage$inboundSchema),
|
|
42361
|
-
lazyType(() => ToolMessage$inboundSchema),
|
|
42362
42362
|
lazyType(() => AssistantMessage$inboundSchema)
|
|
42363
42363
|
])).optional(),
|
|
42364
42364
|
messages: arrayType(unionType([
|
|
42365
|
+
lazyType(() => MessagesToolMessage$inboundSchema),
|
|
42365
42366
|
lazyType(() => MessagesDeveloperMessage$inboundSchema),
|
|
42366
42367
|
lazyType(() => MessagesSystemMessage$inboundSchema),
|
|
42367
42368
|
lazyType(() => MessagesUserMessage$inboundSchema),
|
|
42368
|
-
lazyType(() => MessagesToolMessage$inboundSchema),
|
|
42369
42369
|
lazyType(() => MessagesAssistantMessage$inboundSchema)
|
|
42370
42370
|
])).optional(),
|
|
42371
42371
|
file_ids: arrayType(stringType()).optional(),
|
|
@@ -42403,17 +42403,17 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
42403
42403
|
inputs: recordType(unionType([stringType(), numberType(), booleanType()])).optional(),
|
|
42404
42404
|
context: recordType(anyType()).optional(),
|
|
42405
42405
|
prefixMessages: arrayType(unionType([
|
|
42406
|
+
lazyType(() => ToolMessage$outboundSchema),
|
|
42406
42407
|
lazyType(() => DeveloperMessage$outboundSchema),
|
|
42407
42408
|
lazyType(() => SystemMessage$outboundSchema),
|
|
42408
42409
|
lazyType(() => UserMessage$outboundSchema),
|
|
42409
|
-
lazyType(() => ToolMessage$outboundSchema),
|
|
42410
42410
|
lazyType(() => AssistantMessage$outboundSchema)
|
|
42411
42411
|
])).optional(),
|
|
42412
42412
|
messages: arrayType(unionType([
|
|
42413
|
+
lazyType(() => MessagesToolMessage$outboundSchema),
|
|
42413
42414
|
lazyType(() => MessagesDeveloperMessage$outboundSchema),
|
|
42414
42415
|
lazyType(() => MessagesSystemMessage$outboundSchema),
|
|
42415
42416
|
lazyType(() => MessagesUserMessage$outboundSchema),
|
|
42416
|
-
lazyType(() => MessagesToolMessage$outboundSchema),
|
|
42417
42417
|
lazyType(() => MessagesAssistantMessage$outboundSchema)
|
|
42418
42418
|
])).optional(),
|
|
42419
42419
|
fileIds: arrayType(stringType()).optional(),
|
|
@@ -42696,12 +42696,12 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
42696
42696
|
})(DeploymentGetConfigResponseFormatDeploymentsType$ ||= {});
|
|
42697
42697
|
DeploymentGetConfigResponseFormatJsonSchema$inboundSchema = objectType({
|
|
42698
42698
|
name: stringType(),
|
|
42699
|
-
strict: booleanType(),
|
|
42699
|
+
strict: booleanType().optional(),
|
|
42700
42700
|
schema: recordType(anyType())
|
|
42701
42701
|
});
|
|
42702
42702
|
DeploymentGetConfigResponseFormatJsonSchema$outboundSchema = objectType({
|
|
42703
42703
|
name: stringType(),
|
|
42704
|
-
strict: booleanType(),
|
|
42704
|
+
strict: booleanType().optional(),
|
|
42705
42705
|
schema: recordType(anyType())
|
|
42706
42706
|
});
|
|
42707
42707
|
((DeploymentGetConfigResponseFormatJsonSchema$) => {
|
|
@@ -42729,12 +42729,12 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
42729
42729
|
DeploymentGetConfigResponseFormat1$.outboundSchema = DeploymentGetConfigResponseFormat1$outboundSchema;
|
|
42730
42730
|
})(DeploymentGetConfigResponseFormat1$ ||= {});
|
|
42731
42731
|
DeploymentGetConfigResponseFormat$inboundSchema = unionType([
|
|
42732
|
-
lazyType(() =>
|
|
42733
|
-
lazyType(() =>
|
|
42732
|
+
lazyType(() => DeploymentGetConfigResponseFormat1$inboundSchema),
|
|
42733
|
+
lazyType(() => DeploymentGetConfigResponseFormat2$inboundSchema)
|
|
42734
42734
|
]);
|
|
42735
42735
|
DeploymentGetConfigResponseFormat$outboundSchema = unionType([
|
|
42736
|
-
lazyType(() =>
|
|
42737
|
-
lazyType(() =>
|
|
42736
|
+
lazyType(() => DeploymentGetConfigResponseFormat1$outboundSchema),
|
|
42737
|
+
lazyType(() => DeploymentGetConfigResponseFormat2$outboundSchema)
|
|
42738
42738
|
]);
|
|
42739
42739
|
((DeploymentGetConfigResponseFormat$) => {
|
|
42740
42740
|
DeploymentGetConfigResponseFormat$.inboundSchema = DeploymentGetConfigResponseFormat$inboundSchema;
|
|
@@ -42772,8 +42772,8 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
42772
42772
|
quality: stringType().optional(),
|
|
42773
42773
|
style: stringType().optional(),
|
|
42774
42774
|
responseFormat: nullableType(unionType([
|
|
42775
|
-
lazyType(() =>
|
|
42776
|
-
lazyType(() =>
|
|
42775
|
+
lazyType(() => DeploymentGetConfigResponseFormat1$inboundSchema),
|
|
42776
|
+
lazyType(() => DeploymentGetConfigResponseFormat2$inboundSchema)
|
|
42777
42777
|
])).optional(),
|
|
42778
42778
|
photoRealVersion: DeploymentGetConfigPhotoRealVersion$inboundSchema.optional(),
|
|
42779
42779
|
encoding_format: DeploymentGetConfigEncodingFormat$inboundSchema.optional(),
|
|
@@ -42798,8 +42798,8 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
42798
42798
|
quality: stringType().optional(),
|
|
42799
42799
|
style: stringType().optional(),
|
|
42800
42800
|
responseFormat: nullableType(unionType([
|
|
42801
|
-
lazyType(() =>
|
|
42802
|
-
lazyType(() =>
|
|
42801
|
+
lazyType(() => DeploymentGetConfigResponseFormat1$outboundSchema),
|
|
42802
|
+
lazyType(() => DeploymentGetConfigResponseFormat2$outboundSchema)
|
|
42803
42803
|
])).optional(),
|
|
42804
42804
|
photoRealVersion: DeploymentGetConfigPhotoRealVersion$outboundSchema.optional(),
|
|
42805
42805
|
encodingFormat: DeploymentGetConfigEncodingFormat$outboundSchema.optional(),
|
|
@@ -43164,14 +43164,14 @@ var init_deploymentinvoke = __esm(() => {
|
|
|
43164
43164
|
Message1$.outboundSchema = Message1$outboundSchema;
|
|
43165
43165
|
})(Message1$ ||= {});
|
|
43166
43166
|
Message$inboundSchema = unionType([
|
|
43167
|
-
lazyType(() =>
|
|
43167
|
+
lazyType(() => Message1$inboundSchema),
|
|
43168
43168
|
lazyType(() => Message2$inboundSchema),
|
|
43169
|
-
lazyType(() =>
|
|
43169
|
+
lazyType(() => Message3$inboundSchema)
|
|
43170
43170
|
]);
|
|
43171
43171
|
Message$outboundSchema = unionType([
|
|
43172
|
-
lazyType(() =>
|
|
43172
|
+
lazyType(() => Message1$outboundSchema),
|
|
43173
43173
|
lazyType(() => Message2$outboundSchema),
|
|
43174
|
-
lazyType(() =>
|
|
43174
|
+
lazyType(() => Message3$outboundSchema)
|
|
43175
43175
|
]);
|
|
43176
43176
|
((Message$) => {
|
|
43177
43177
|
Message$.inboundSchema = Message$inboundSchema;
|
|
@@ -43180,9 +43180,9 @@ var init_deploymentinvoke = __esm(() => {
|
|
|
43180
43180
|
DeploymentInvokeChoices$inboundSchema = objectType({
|
|
43181
43181
|
index: numberType(),
|
|
43182
43182
|
message: unionType([
|
|
43183
|
-
lazyType(() =>
|
|
43183
|
+
lazyType(() => Message1$inboundSchema),
|
|
43184
43184
|
lazyType(() => Message2$inboundSchema),
|
|
43185
|
-
lazyType(() =>
|
|
43185
|
+
lazyType(() => Message3$inboundSchema)
|
|
43186
43186
|
]),
|
|
43187
43187
|
finish_reason: nullableType(stringType()).optional()
|
|
43188
43188
|
}).transform((v2) => {
|
|
@@ -43193,9 +43193,9 @@ var init_deploymentinvoke = __esm(() => {
|
|
|
43193
43193
|
DeploymentInvokeChoices$outboundSchema = objectType({
|
|
43194
43194
|
index: numberType(),
|
|
43195
43195
|
message: unionType([
|
|
43196
|
-
lazyType(() =>
|
|
43196
|
+
lazyType(() => Message1$outboundSchema),
|
|
43197
43197
|
lazyType(() => Message2$outboundSchema),
|
|
43198
|
-
lazyType(() =>
|
|
43198
|
+
lazyType(() => Message3$outboundSchema)
|
|
43199
43199
|
]),
|
|
43200
43200
|
finishReason: nullableType(stringType()).optional()
|
|
43201
43201
|
}).transform((v2) => {
|
|
@@ -43471,12 +43471,12 @@ var init_deployments = __esm(() => {
|
|
|
43471
43471
|
})(DeploymentsResponseFormatDeploymentsType$ ||= {});
|
|
43472
43472
|
DeploymentsResponseFormatJsonSchema$inboundSchema = objectType({
|
|
43473
43473
|
name: stringType(),
|
|
43474
|
-
strict: booleanType(),
|
|
43474
|
+
strict: booleanType().optional(),
|
|
43475
43475
|
schema: recordType(anyType())
|
|
43476
43476
|
});
|
|
43477
43477
|
DeploymentsResponseFormatJsonSchema$outboundSchema = objectType({
|
|
43478
43478
|
name: stringType(),
|
|
43479
|
-
strict: booleanType(),
|
|
43479
|
+
strict: booleanType().optional(),
|
|
43480
43480
|
schema: recordType(anyType())
|
|
43481
43481
|
});
|
|
43482
43482
|
((DeploymentsResponseFormatJsonSchema$) => {
|
|
@@ -43504,12 +43504,12 @@ var init_deployments = __esm(() => {
|
|
|
43504
43504
|
DeploymentsResponseFormat1$.outboundSchema = DeploymentsResponseFormat1$outboundSchema;
|
|
43505
43505
|
})(DeploymentsResponseFormat1$ ||= {});
|
|
43506
43506
|
DeploymentsResponseFormat$inboundSchema = unionType([
|
|
43507
|
-
lazyType(() =>
|
|
43508
|
-
lazyType(() =>
|
|
43507
|
+
lazyType(() => DeploymentsResponseFormat1$inboundSchema),
|
|
43508
|
+
lazyType(() => DeploymentsResponseFormat2$inboundSchema)
|
|
43509
43509
|
]);
|
|
43510
43510
|
DeploymentsResponseFormat$outboundSchema = unionType([
|
|
43511
|
-
lazyType(() =>
|
|
43512
|
-
lazyType(() =>
|
|
43511
|
+
lazyType(() => DeploymentsResponseFormat1$outboundSchema),
|
|
43512
|
+
lazyType(() => DeploymentsResponseFormat2$outboundSchema)
|
|
43513
43513
|
]);
|
|
43514
43514
|
((DeploymentsResponseFormat$) => {
|
|
43515
43515
|
DeploymentsResponseFormat$.inboundSchema = DeploymentsResponseFormat$inboundSchema;
|
|
@@ -43547,8 +43547,8 @@ var init_deployments = __esm(() => {
|
|
|
43547
43547
|
quality: stringType().optional(),
|
|
43548
43548
|
style: stringType().optional(),
|
|
43549
43549
|
responseFormat: nullableType(unionType([
|
|
43550
|
-
lazyType(() =>
|
|
43551
|
-
lazyType(() =>
|
|
43550
|
+
lazyType(() => DeploymentsResponseFormat1$inboundSchema),
|
|
43551
|
+
lazyType(() => DeploymentsResponseFormat2$inboundSchema)
|
|
43552
43552
|
])).optional(),
|
|
43553
43553
|
photoRealVersion: DeploymentsPhotoRealVersion$inboundSchema.optional(),
|
|
43554
43554
|
encoding_format: DeploymentsEncodingFormat$inboundSchema.optional(),
|
|
@@ -43573,8 +43573,8 @@ var init_deployments = __esm(() => {
|
|
|
43573
43573
|
quality: stringType().optional(),
|
|
43574
43574
|
style: stringType().optional(),
|
|
43575
43575
|
responseFormat: nullableType(unionType([
|
|
43576
|
-
lazyType(() =>
|
|
43577
|
-
lazyType(() =>
|
|
43576
|
+
lazyType(() => DeploymentsResponseFormat1$outboundSchema),
|
|
43577
|
+
lazyType(() => DeploymentsResponseFormat2$outboundSchema)
|
|
43578
43578
|
])).optional(),
|
|
43579
43579
|
photoRealVersion: DeploymentsPhotoRealVersion$outboundSchema.optional(),
|
|
43580
43580
|
encodingFormat: DeploymentsEncodingFormat$outboundSchema.optional(),
|
|
@@ -44518,17 +44518,17 @@ var init_deploymentstream = __esm(() => {
|
|
|
44518
44518
|
PrefixMessagesDeveloperMessage$.outboundSchema = PrefixMessagesDeveloperMessage$outboundSchema;
|
|
44519
44519
|
})(PrefixMessagesDeveloperMessage$ ||= {});
|
|
44520
44520
|
DeploymentStreamPrefixMessages$inboundSchema = unionType([
|
|
44521
|
+
lazyType(() => PrefixMessagesToolMessage$inboundSchema),
|
|
44521
44522
|
lazyType(() => PrefixMessagesDeveloperMessage$inboundSchema),
|
|
44522
44523
|
lazyType(() => PrefixMessagesSystemMessage$inboundSchema),
|
|
44523
44524
|
lazyType(() => PrefixMessagesUserMessage$inboundSchema),
|
|
44524
|
-
lazyType(() => PrefixMessagesToolMessage$inboundSchema),
|
|
44525
44525
|
lazyType(() => PrefixMessagesAssistantMessage$inboundSchema)
|
|
44526
44526
|
]);
|
|
44527
44527
|
DeploymentStreamPrefixMessages$outboundSchema = unionType([
|
|
44528
|
+
lazyType(() => PrefixMessagesToolMessage$outboundSchema),
|
|
44528
44529
|
lazyType(() => PrefixMessagesDeveloperMessage$outboundSchema),
|
|
44529
44530
|
lazyType(() => PrefixMessagesSystemMessage$outboundSchema),
|
|
44530
44531
|
lazyType(() => PrefixMessagesUserMessage$outboundSchema),
|
|
44531
|
-
lazyType(() => PrefixMessagesToolMessage$outboundSchema),
|
|
44532
44532
|
lazyType(() => PrefixMessagesAssistantMessage$outboundSchema)
|
|
44533
44533
|
]);
|
|
44534
44534
|
((DeploymentStreamPrefixMessages$) => {
|
|
@@ -44992,17 +44992,17 @@ var init_deploymentstream = __esm(() => {
|
|
|
44992
44992
|
DeploymentStreamMessagesDeveloperMessage$.outboundSchema = DeploymentStreamMessagesDeveloperMessage$outboundSchema;
|
|
44993
44993
|
})(DeploymentStreamMessagesDeveloperMessage$ ||= {});
|
|
44994
44994
|
DeploymentStreamMessages$inboundSchema = unionType([
|
|
44995
|
+
lazyType(() => DeploymentStreamMessagesToolMessage$inboundSchema),
|
|
44995
44996
|
lazyType(() => DeploymentStreamMessagesDeveloperMessage$inboundSchema),
|
|
44996
44997
|
lazyType(() => DeploymentStreamMessagesSystemMessage$inboundSchema),
|
|
44997
44998
|
lazyType(() => DeploymentStreamMessagesUserMessage$inboundSchema),
|
|
44998
|
-
lazyType(() => DeploymentStreamMessagesToolMessage$inboundSchema),
|
|
44999
44999
|
lazyType(() => DeploymentStreamMessagesAssistantMessage$inboundSchema)
|
|
45000
45000
|
]);
|
|
45001
45001
|
DeploymentStreamMessages$outboundSchema = unionType([
|
|
45002
|
+
lazyType(() => DeploymentStreamMessagesToolMessage$outboundSchema),
|
|
45002
45003
|
lazyType(() => DeploymentStreamMessagesDeveloperMessage$outboundSchema),
|
|
45003
45004
|
lazyType(() => DeploymentStreamMessagesSystemMessage$outboundSchema),
|
|
45004
45005
|
lazyType(() => DeploymentStreamMessagesUserMessage$outboundSchema),
|
|
45005
|
-
lazyType(() => DeploymentStreamMessagesToolMessage$outboundSchema),
|
|
45006
45006
|
lazyType(() => DeploymentStreamMessagesAssistantMessage$outboundSchema)
|
|
45007
45007
|
]);
|
|
45008
45008
|
((DeploymentStreamMessages$) => {
|
|
@@ -45600,17 +45600,17 @@ var init_deploymentstream = __esm(() => {
|
|
|
45600
45600
|
inputs: recordType(unionType([stringType(), numberType(), booleanType()])).optional(),
|
|
45601
45601
|
context: recordType(anyType()).optional(),
|
|
45602
45602
|
prefix_messages: arrayType(unionType([
|
|
45603
|
+
lazyType(() => PrefixMessagesToolMessage$inboundSchema),
|
|
45603
45604
|
lazyType(() => PrefixMessagesDeveloperMessage$inboundSchema),
|
|
45604
45605
|
lazyType(() => PrefixMessagesSystemMessage$inboundSchema),
|
|
45605
45606
|
lazyType(() => PrefixMessagesUserMessage$inboundSchema),
|
|
45606
|
-
lazyType(() => PrefixMessagesToolMessage$inboundSchema),
|
|
45607
45607
|
lazyType(() => PrefixMessagesAssistantMessage$inboundSchema)
|
|
45608
45608
|
])).optional(),
|
|
45609
45609
|
messages: arrayType(unionType([
|
|
45610
|
+
lazyType(() => DeploymentStreamMessagesToolMessage$inboundSchema),
|
|
45610
45611
|
lazyType(() => DeploymentStreamMessagesDeveloperMessage$inboundSchema),
|
|
45611
45612
|
lazyType(() => DeploymentStreamMessagesSystemMessage$inboundSchema),
|
|
45612
45613
|
lazyType(() => DeploymentStreamMessagesUserMessage$inboundSchema),
|
|
45613
|
-
lazyType(() => DeploymentStreamMessagesToolMessage$inboundSchema),
|
|
45614
45614
|
lazyType(() => DeploymentStreamMessagesAssistantMessage$inboundSchema)
|
|
45615
45615
|
])).optional(),
|
|
45616
45616
|
file_ids: arrayType(stringType()).optional(),
|
|
@@ -45648,17 +45648,17 @@ var init_deploymentstream = __esm(() => {
|
|
|
45648
45648
|
inputs: recordType(unionType([stringType(), numberType(), booleanType()])).optional(),
|
|
45649
45649
|
context: recordType(anyType()).optional(),
|
|
45650
45650
|
prefixMessages: arrayType(unionType([
|
|
45651
|
+
lazyType(() => PrefixMessagesToolMessage$outboundSchema),
|
|
45651
45652
|
lazyType(() => PrefixMessagesDeveloperMessage$outboundSchema),
|
|
45652
45653
|
lazyType(() => PrefixMessagesSystemMessage$outboundSchema),
|
|
45653
45654
|
lazyType(() => PrefixMessagesUserMessage$outboundSchema),
|
|
45654
|
-
lazyType(() => PrefixMessagesToolMessage$outboundSchema),
|
|
45655
45655
|
lazyType(() => PrefixMessagesAssistantMessage$outboundSchema)
|
|
45656
45656
|
])).optional(),
|
|
45657
45657
|
messages: arrayType(unionType([
|
|
45658
|
+
lazyType(() => DeploymentStreamMessagesToolMessage$outboundSchema),
|
|
45658
45659
|
lazyType(() => DeploymentStreamMessagesDeveloperMessage$outboundSchema),
|
|
45659
45660
|
lazyType(() => DeploymentStreamMessagesSystemMessage$outboundSchema),
|
|
45660
45661
|
lazyType(() => DeploymentStreamMessagesUserMessage$outboundSchema),
|
|
45661
|
-
lazyType(() => DeploymentStreamMessagesToolMessage$outboundSchema),
|
|
45662
45662
|
lazyType(() => DeploymentStreamMessagesAssistantMessage$outboundSchema)
|
|
45663
45663
|
])).optional(),
|
|
45664
45664
|
fileIds: arrayType(stringType()).optional(),
|
|
@@ -45806,14 +45806,14 @@ var init_deploymentstream = __esm(() => {
|
|
|
45806
45806
|
DeploymentStreamMessage1$.outboundSchema = DeploymentStreamMessage1$outboundSchema;
|
|
45807
45807
|
})(DeploymentStreamMessage1$ ||= {});
|
|
45808
45808
|
DeploymentStreamMessage$inboundSchema = unionType([
|
|
45809
|
+
lazyType(() => DeploymentStreamMessage1$inboundSchema),
|
|
45809
45810
|
lazyType(() => DeploymentStreamMessage2$inboundSchema),
|
|
45810
|
-
lazyType(() => DeploymentStreamMessage3$inboundSchema)
|
|
45811
|
-
lazyType(() => DeploymentStreamMessage1$inboundSchema)
|
|
45811
|
+
lazyType(() => DeploymentStreamMessage3$inboundSchema)
|
|
45812
45812
|
]);
|
|
45813
45813
|
DeploymentStreamMessage$outboundSchema = unionType([
|
|
45814
|
+
lazyType(() => DeploymentStreamMessage1$outboundSchema),
|
|
45814
45815
|
lazyType(() => DeploymentStreamMessage2$outboundSchema),
|
|
45815
|
-
lazyType(() => DeploymentStreamMessage3$outboundSchema)
|
|
45816
|
-
lazyType(() => DeploymentStreamMessage1$outboundSchema)
|
|
45816
|
+
lazyType(() => DeploymentStreamMessage3$outboundSchema)
|
|
45817
45817
|
]);
|
|
45818
45818
|
((DeploymentStreamMessage$) => {
|
|
45819
45819
|
DeploymentStreamMessage$.inboundSchema = DeploymentStreamMessage$inboundSchema;
|
|
@@ -45822,9 +45822,9 @@ var init_deploymentstream = __esm(() => {
|
|
|
45822
45822
|
DeploymentStreamChoices$inboundSchema = objectType({
|
|
45823
45823
|
index: numberType(),
|
|
45824
45824
|
message: unionType([
|
|
45825
|
+
lazyType(() => DeploymentStreamMessage1$inboundSchema),
|
|
45825
45826
|
lazyType(() => DeploymentStreamMessage2$inboundSchema),
|
|
45826
|
-
lazyType(() => DeploymentStreamMessage3$inboundSchema)
|
|
45827
|
-
lazyType(() => DeploymentStreamMessage1$inboundSchema)
|
|
45827
|
+
lazyType(() => DeploymentStreamMessage3$inboundSchema)
|
|
45828
45828
|
]).optional(),
|
|
45829
45829
|
finish_reason: nullableType(stringType()).optional()
|
|
45830
45830
|
}).transform((v2) => {
|
|
@@ -45835,9 +45835,9 @@ var init_deploymentstream = __esm(() => {
|
|
|
45835
45835
|
DeploymentStreamChoices$outboundSchema = objectType({
|
|
45836
45836
|
index: numberType(),
|
|
45837
45837
|
message: unionType([
|
|
45838
|
+
lazyType(() => DeploymentStreamMessage1$outboundSchema),
|
|
45838
45839
|
lazyType(() => DeploymentStreamMessage2$outboundSchema),
|
|
45839
|
-
lazyType(() => DeploymentStreamMessage3$outboundSchema)
|
|
45840
|
-
lazyType(() => DeploymentStreamMessage1$outboundSchema)
|
|
45840
|
+
lazyType(() => DeploymentStreamMessage3$outboundSchema)
|
|
45841
45841
|
]).optional(),
|
|
45842
45842
|
finishReason: nullableType(stringType()).optional()
|
|
45843
45843
|
}).transform((v2) => {
|
|
@@ -46029,7 +46029,7 @@ var init_fileget = __esm(() => {
|
|
|
46029
46029
|
bytes: numberType(),
|
|
46030
46030
|
file_name: stringType(),
|
|
46031
46031
|
workspace_id: stringType(),
|
|
46032
|
-
created: stringType().datetime({ offset: true }).default("2025-06-
|
|
46032
|
+
created: stringType().datetime({ offset: true }).default("2025-06-17T14:04:18.596Z").transform((v2) => new Date(v2))
|
|
46033
46033
|
}).transform((v2) => {
|
|
46034
46034
|
return remap(v2, {
|
|
46035
46035
|
_id: "id",
|
|
@@ -46045,7 +46045,7 @@ var init_fileget = __esm(() => {
|
|
|
46045
46045
|
bytes: numberType(),
|
|
46046
46046
|
fileName: stringType(),
|
|
46047
46047
|
workspaceId: stringType(),
|
|
46048
|
-
created: dateType().default(() => new Date("2025-06-
|
|
46048
|
+
created: dateType().default(() => new Date("2025-06-17T14:04:18.596Z")).transform((v2) => v2.toISOString())
|
|
46049
46049
|
}).transform((v2) => {
|
|
46050
46050
|
return remap(v2, {
|
|
46051
46051
|
id: "_id",
|
|
@@ -46116,7 +46116,7 @@ var init_filelist = __esm(() => {
|
|
|
46116
46116
|
bytes: numberType(),
|
|
46117
46117
|
file_name: stringType(),
|
|
46118
46118
|
workspace_id: stringType(),
|
|
46119
|
-
created: stringType().datetime({ offset: true }).default("2025-06-
|
|
46119
|
+
created: stringType().datetime({ offset: true }).default("2025-06-17T14:04:18.596Z").transform((v2) => new Date(v2))
|
|
46120
46120
|
}).transform((v2) => {
|
|
46121
46121
|
return remap(v2, {
|
|
46122
46122
|
_id: "id",
|
|
@@ -46132,7 +46132,7 @@ var init_filelist = __esm(() => {
|
|
|
46132
46132
|
bytes: numberType(),
|
|
46133
46133
|
fileName: stringType(),
|
|
46134
46134
|
workspaceId: stringType(),
|
|
46135
|
-
created: dateType().default(() => new Date("2025-06-
|
|
46135
|
+
created: dateType().default(() => new Date("2025-06-17T14:04:18.596Z")).transform((v2) => v2.toISOString())
|
|
46136
46136
|
}).transform((v2) => {
|
|
46137
46137
|
return remap(v2, {
|
|
46138
46138
|
id: "_id",
|
|
@@ -46264,7 +46264,7 @@ var init_fileupload = __esm(() => {
|
|
|
46264
46264
|
bytes: numberType(),
|
|
46265
46265
|
file_name: stringType(),
|
|
46266
46266
|
workspace_id: stringType(),
|
|
46267
|
-
created: stringType().datetime({ offset: true }).default("2025-06-
|
|
46267
|
+
created: stringType().datetime({ offset: true }).default("2025-06-17T14:04:18.596Z").transform((v2) => new Date(v2))
|
|
46268
46268
|
}).transform((v2) => {
|
|
46269
46269
|
return remap(v2, {
|
|
46270
46270
|
_id: "id",
|
|
@@ -46280,7 +46280,7 @@ var init_fileupload = __esm(() => {
|
|
|
46280
46280
|
bytes: numberType(),
|
|
46281
46281
|
fileName: stringType(),
|
|
46282
46282
|
workspaceId: stringType(),
|
|
46283
|
-
created: dateType().default(() => new Date("2025-06-
|
|
46283
|
+
created: dateType().default(() => new Date("2025-06-17T14:04:18.596Z")).transform((v2) => v2.toISOString())
|
|
46284
46284
|
}).transform((v2) => {
|
|
46285
46285
|
return remap(v2, {
|
|
46286
46286
|
id: "_id",
|
|
@@ -46487,12 +46487,12 @@ var init_getallprompts = __esm(() => {
|
|
|
46487
46487
|
})(GetAllPromptsResponseFormatType$ ||= {});
|
|
46488
46488
|
GetAllPromptsResponseFormatJsonSchema$inboundSchema = objectType({
|
|
46489
46489
|
name: stringType(),
|
|
46490
|
-
strict: booleanType(),
|
|
46490
|
+
strict: booleanType().optional(),
|
|
46491
46491
|
schema: recordType(anyType())
|
|
46492
46492
|
});
|
|
46493
46493
|
GetAllPromptsResponseFormatJsonSchema$outboundSchema = objectType({
|
|
46494
46494
|
name: stringType(),
|
|
46495
|
-
strict: booleanType(),
|
|
46495
|
+
strict: booleanType().optional(),
|
|
46496
46496
|
schema: recordType(anyType())
|
|
46497
46497
|
});
|
|
46498
46498
|
((GetAllPromptsResponseFormatJsonSchema$) => {
|
|
@@ -46520,12 +46520,12 @@ var init_getallprompts = __esm(() => {
|
|
|
46520
46520
|
GetAllPromptsResponseFormat1$.outboundSchema = GetAllPromptsResponseFormat1$outboundSchema;
|
|
46521
46521
|
})(GetAllPromptsResponseFormat1$ ||= {});
|
|
46522
46522
|
GetAllPromptsResponseFormat$inboundSchema = unionType([
|
|
46523
|
-
lazyType(() =>
|
|
46524
|
-
lazyType(() =>
|
|
46523
|
+
lazyType(() => GetAllPromptsResponseFormat1$inboundSchema),
|
|
46524
|
+
lazyType(() => GetAllPromptsResponseFormat2$inboundSchema)
|
|
46525
46525
|
]);
|
|
46526
46526
|
GetAllPromptsResponseFormat$outboundSchema = unionType([
|
|
46527
|
-
lazyType(() =>
|
|
46528
|
-
lazyType(() =>
|
|
46527
|
+
lazyType(() => GetAllPromptsResponseFormat1$outboundSchema),
|
|
46528
|
+
lazyType(() => GetAllPromptsResponseFormat2$outboundSchema)
|
|
46529
46529
|
]);
|
|
46530
46530
|
((GetAllPromptsResponseFormat$) => {
|
|
46531
46531
|
GetAllPromptsResponseFormat$.inboundSchema = GetAllPromptsResponseFormat$inboundSchema;
|
|
@@ -46563,8 +46563,8 @@ var init_getallprompts = __esm(() => {
|
|
|
46563
46563
|
quality: stringType().optional(),
|
|
46564
46564
|
style: stringType().optional(),
|
|
46565
46565
|
responseFormat: nullableType(unionType([
|
|
46566
|
-
lazyType(() =>
|
|
46567
|
-
lazyType(() =>
|
|
46566
|
+
lazyType(() => GetAllPromptsResponseFormat1$inboundSchema),
|
|
46567
|
+
lazyType(() => GetAllPromptsResponseFormat2$inboundSchema)
|
|
46568
46568
|
])).optional(),
|
|
46569
46569
|
photoRealVersion: GetAllPromptsPhotoRealVersion$inboundSchema.optional(),
|
|
46570
46570
|
encoding_format: GetAllPromptsEncodingFormat$inboundSchema.optional(),
|
|
@@ -46589,8 +46589,8 @@ var init_getallprompts = __esm(() => {
|
|
|
46589
46589
|
quality: stringType().optional(),
|
|
46590
46590
|
style: stringType().optional(),
|
|
46591
46591
|
responseFormat: nullableType(unionType([
|
|
46592
|
-
lazyType(() =>
|
|
46593
|
-
lazyType(() =>
|
|
46592
|
+
lazyType(() => GetAllPromptsResponseFormat1$outboundSchema),
|
|
46593
|
+
lazyType(() => GetAllPromptsResponseFormat2$outboundSchema)
|
|
46594
46594
|
])).optional(),
|
|
46595
46595
|
photoRealVersion: GetAllPromptsPhotoRealVersion$outboundSchema.optional(),
|
|
46596
46596
|
encodingFormat: GetAllPromptsEncodingFormat$outboundSchema.optional(),
|
|
@@ -47372,12 +47372,12 @@ var init_getoneprompt = __esm(() => {
|
|
|
47372
47372
|
})(GetOnePromptResponseFormatType$ ||= {});
|
|
47373
47373
|
GetOnePromptResponseFormatJsonSchema$inboundSchema = objectType({
|
|
47374
47374
|
name: stringType(),
|
|
47375
|
-
strict: booleanType(),
|
|
47375
|
+
strict: booleanType().optional(),
|
|
47376
47376
|
schema: recordType(anyType())
|
|
47377
47377
|
});
|
|
47378
47378
|
GetOnePromptResponseFormatJsonSchema$outboundSchema = objectType({
|
|
47379
47379
|
name: stringType(),
|
|
47380
|
-
strict: booleanType(),
|
|
47380
|
+
strict: booleanType().optional(),
|
|
47381
47381
|
schema: recordType(anyType())
|
|
47382
47382
|
});
|
|
47383
47383
|
((GetOnePromptResponseFormatJsonSchema$) => {
|
|
@@ -47405,12 +47405,12 @@ var init_getoneprompt = __esm(() => {
|
|
|
47405
47405
|
GetOnePromptResponseFormat1$.outboundSchema = GetOnePromptResponseFormat1$outboundSchema;
|
|
47406
47406
|
})(GetOnePromptResponseFormat1$ ||= {});
|
|
47407
47407
|
GetOnePromptResponseFormat$inboundSchema = unionType([
|
|
47408
|
-
lazyType(() =>
|
|
47409
|
-
lazyType(() =>
|
|
47408
|
+
lazyType(() => GetOnePromptResponseFormat1$inboundSchema),
|
|
47409
|
+
lazyType(() => GetOnePromptResponseFormat2$inboundSchema)
|
|
47410
47410
|
]);
|
|
47411
47411
|
GetOnePromptResponseFormat$outboundSchema = unionType([
|
|
47412
|
-
lazyType(() =>
|
|
47413
|
-
lazyType(() =>
|
|
47412
|
+
lazyType(() => GetOnePromptResponseFormat1$outboundSchema),
|
|
47413
|
+
lazyType(() => GetOnePromptResponseFormat2$outboundSchema)
|
|
47414
47414
|
]);
|
|
47415
47415
|
((GetOnePromptResponseFormat$) => {
|
|
47416
47416
|
GetOnePromptResponseFormat$.inboundSchema = GetOnePromptResponseFormat$inboundSchema;
|
|
@@ -47448,8 +47448,8 @@ var init_getoneprompt = __esm(() => {
|
|
|
47448
47448
|
quality: stringType().optional(),
|
|
47449
47449
|
style: stringType().optional(),
|
|
47450
47450
|
responseFormat: nullableType(unionType([
|
|
47451
|
-
lazyType(() =>
|
|
47452
|
-
lazyType(() =>
|
|
47451
|
+
lazyType(() => GetOnePromptResponseFormat1$inboundSchema),
|
|
47452
|
+
lazyType(() => GetOnePromptResponseFormat2$inboundSchema)
|
|
47453
47453
|
])).optional(),
|
|
47454
47454
|
photoRealVersion: GetOnePromptPhotoRealVersion$inboundSchema.optional(),
|
|
47455
47455
|
encoding_format: GetOnePromptEncodingFormat$inboundSchema.optional(),
|
|
@@ -47474,8 +47474,8 @@ var init_getoneprompt = __esm(() => {
|
|
|
47474
47474
|
quality: stringType().optional(),
|
|
47475
47475
|
style: stringType().optional(),
|
|
47476
47476
|
responseFormat: nullableType(unionType([
|
|
47477
|
-
lazyType(() =>
|
|
47478
|
-
lazyType(() =>
|
|
47477
|
+
lazyType(() => GetOnePromptResponseFormat1$outboundSchema),
|
|
47478
|
+
lazyType(() => GetOnePromptResponseFormat2$outboundSchema)
|
|
47479
47479
|
])).optional(),
|
|
47480
47480
|
photoRealVersion: GetOnePromptPhotoRealVersion$outboundSchema.optional(),
|
|
47481
47481
|
encodingFormat: GetOnePromptEncodingFormat$outboundSchema.optional(),
|
|
@@ -48002,12 +48002,12 @@ var init_getpromptversion = __esm(() => {
|
|
|
48002
48002
|
})(GetPromptVersionResponseFormatType$ ||= {});
|
|
48003
48003
|
GetPromptVersionResponseFormatJsonSchema$inboundSchema = objectType({
|
|
48004
48004
|
name: stringType(),
|
|
48005
|
-
strict: booleanType(),
|
|
48005
|
+
strict: booleanType().optional(),
|
|
48006
48006
|
schema: recordType(anyType())
|
|
48007
48007
|
});
|
|
48008
48008
|
GetPromptVersionResponseFormatJsonSchema$outboundSchema = objectType({
|
|
48009
48009
|
name: stringType(),
|
|
48010
|
-
strict: booleanType(),
|
|
48010
|
+
strict: booleanType().optional(),
|
|
48011
48011
|
schema: recordType(anyType())
|
|
48012
48012
|
});
|
|
48013
48013
|
((GetPromptVersionResponseFormatJsonSchema$) => {
|
|
@@ -48035,12 +48035,12 @@ var init_getpromptversion = __esm(() => {
|
|
|
48035
48035
|
GetPromptVersionResponseFormat1$.outboundSchema = GetPromptVersionResponseFormat1$outboundSchema;
|
|
48036
48036
|
})(GetPromptVersionResponseFormat1$ ||= {});
|
|
48037
48037
|
GetPromptVersionResponseFormat$inboundSchema = unionType([
|
|
48038
|
-
lazyType(() =>
|
|
48039
|
-
lazyType(() =>
|
|
48038
|
+
lazyType(() => GetPromptVersionResponseFormat1$inboundSchema),
|
|
48039
|
+
lazyType(() => GetPromptVersionResponseFormat2$inboundSchema)
|
|
48040
48040
|
]);
|
|
48041
48041
|
GetPromptVersionResponseFormat$outboundSchema = unionType([
|
|
48042
|
-
lazyType(() =>
|
|
48043
|
-
lazyType(() =>
|
|
48042
|
+
lazyType(() => GetPromptVersionResponseFormat1$outboundSchema),
|
|
48043
|
+
lazyType(() => GetPromptVersionResponseFormat2$outboundSchema)
|
|
48044
48044
|
]);
|
|
48045
48045
|
((GetPromptVersionResponseFormat$) => {
|
|
48046
48046
|
GetPromptVersionResponseFormat$.inboundSchema = GetPromptVersionResponseFormat$inboundSchema;
|
|
@@ -48078,8 +48078,8 @@ var init_getpromptversion = __esm(() => {
|
|
|
48078
48078
|
quality: stringType().optional(),
|
|
48079
48079
|
style: stringType().optional(),
|
|
48080
48080
|
responseFormat: nullableType(unionType([
|
|
48081
|
-
lazyType(() =>
|
|
48082
|
-
lazyType(() =>
|
|
48081
|
+
lazyType(() => GetPromptVersionResponseFormat1$inboundSchema),
|
|
48082
|
+
lazyType(() => GetPromptVersionResponseFormat2$inboundSchema)
|
|
48083
48083
|
])).optional(),
|
|
48084
48084
|
photoRealVersion: GetPromptVersionPhotoRealVersion$inboundSchema.optional(),
|
|
48085
48085
|
encoding_format: GetPromptVersionEncodingFormat$inboundSchema.optional(),
|
|
@@ -48104,8 +48104,8 @@ var init_getpromptversion = __esm(() => {
|
|
|
48104
48104
|
quality: stringType().optional(),
|
|
48105
48105
|
style: stringType().optional(),
|
|
48106
48106
|
responseFormat: nullableType(unionType([
|
|
48107
|
-
lazyType(() =>
|
|
48108
|
-
lazyType(() =>
|
|
48107
|
+
lazyType(() => GetPromptVersionResponseFormat1$outboundSchema),
|
|
48108
|
+
lazyType(() => GetPromptVersionResponseFormat2$outboundSchema)
|
|
48109
48109
|
])).optional(),
|
|
48110
48110
|
photoRealVersion: GetPromptVersionPhotoRealVersion$outboundSchema.optional(),
|
|
48111
48111
|
encodingFormat: GetPromptVersionEncodingFormat$outboundSchema.optional(),
|
|
@@ -48867,7 +48867,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
48867
48867
|
created_by_id: stringType().optional(),
|
|
48868
48868
|
updated_by_id: stringType().optional(),
|
|
48869
48869
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
48870
|
-
updated: stringType().datetime({ offset: true }).default("2025-06-
|
|
48870
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-17T14:04:15.852Z").transform((v2) => new Date(v2))
|
|
48871
48871
|
}).transform((v2) => {
|
|
48872
48872
|
return remap(v2, {
|
|
48873
48873
|
_id: "id",
|
|
@@ -48888,7 +48888,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
48888
48888
|
createdById: stringType().optional(),
|
|
48889
48889
|
updatedById: stringType().optional(),
|
|
48890
48890
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
48891
|
-
updated: dateType().default(() => new Date("2025-06-
|
|
48891
|
+
updated: dateType().default(() => new Date("2025-06-17T14:04:15.852Z")).transform((v2) => v2.toISOString())
|
|
48892
48892
|
}).transform((v2) => {
|
|
48893
48893
|
return remap(v2, {
|
|
48894
48894
|
id: "_id",
|
|
@@ -48996,7 +48996,7 @@ var init_listdatasets = __esm(() => {
|
|
|
48996
48996
|
updated_by_id: stringType().optional(),
|
|
48997
48997
|
metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
|
|
48998
48998
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
48999
|
-
updated: stringType().datetime({ offset: true }).default("2025-06-
|
|
48999
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-17T14:04:15.852Z").transform((v2) => new Date(v2))
|
|
49000
49000
|
}).transform((v2) => {
|
|
49001
49001
|
return remap(v2, {
|
|
49002
49002
|
_id: "id",
|
|
@@ -49016,7 +49016,7 @@ var init_listdatasets = __esm(() => {
|
|
|
49016
49016
|
updatedById: stringType().optional(),
|
|
49017
49017
|
metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
|
|
49018
49018
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
49019
|
-
updated: dateType().default(() => new Date("2025-06-
|
|
49019
|
+
updated: dateType().default(() => new Date("2025-06-17T14:04:15.852Z")).transform((v2) => v2.toISOString())
|
|
49020
49020
|
}).transform((v2) => {
|
|
49021
49021
|
return remap(v2, {
|
|
49022
49022
|
id: "_id",
|
|
@@ -49121,7 +49121,7 @@ var init_listdatasources = __esm(() => {
|
|
|
49121
49121
|
ListDatasourcesStatus$.outboundSchema = ListDatasourcesStatus$outboundSchema;
|
|
49122
49122
|
})(ListDatasourcesStatus$ ||= {});
|
|
49123
49123
|
ListDatasourcesData$inboundSchema = objectType({
|
|
49124
|
-
_id: stringType().default("
|
|
49124
|
+
_id: stringType().default("01JXZ39371E6R8WT4BH2QYN1MY"),
|
|
49125
49125
|
display_name: stringType(),
|
|
49126
49126
|
description: stringType().optional(),
|
|
49127
49127
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -49144,7 +49144,7 @@ var init_listdatasources = __esm(() => {
|
|
|
49144
49144
|
});
|
|
49145
49145
|
});
|
|
49146
49146
|
ListDatasourcesData$outboundSchema = objectType({
|
|
49147
|
-
id: stringType().default("
|
|
49147
|
+
id: stringType().default("01JXZ39371E6R8WT4BH2QYN1MY"),
|
|
49148
49148
|
displayName: stringType(),
|
|
49149
49149
|
description: stringType().optional(),
|
|
49150
49150
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -49653,12 +49653,12 @@ var init_listpromptversions = __esm(() => {
|
|
|
49653
49653
|
})(ListPromptVersionsResponseFormatType$ ||= {});
|
|
49654
49654
|
ListPromptVersionsResponseFormatJsonSchema$inboundSchema = objectType({
|
|
49655
49655
|
name: stringType(),
|
|
49656
|
-
strict: booleanType(),
|
|
49656
|
+
strict: booleanType().optional(),
|
|
49657
49657
|
schema: recordType(anyType())
|
|
49658
49658
|
});
|
|
49659
49659
|
ListPromptVersionsResponseFormatJsonSchema$outboundSchema = objectType({
|
|
49660
49660
|
name: stringType(),
|
|
49661
|
-
strict: booleanType(),
|
|
49661
|
+
strict: booleanType().optional(),
|
|
49662
49662
|
schema: recordType(anyType())
|
|
49663
49663
|
});
|
|
49664
49664
|
((ListPromptVersionsResponseFormatJsonSchema$) => {
|
|
@@ -49686,12 +49686,12 @@ var init_listpromptversions = __esm(() => {
|
|
|
49686
49686
|
ListPromptVersionsResponseFormat1$.outboundSchema = ListPromptVersionsResponseFormat1$outboundSchema;
|
|
49687
49687
|
})(ListPromptVersionsResponseFormat1$ ||= {});
|
|
49688
49688
|
ListPromptVersionsResponseFormat$inboundSchema = unionType([
|
|
49689
|
-
lazyType(() =>
|
|
49690
|
-
lazyType(() =>
|
|
49689
|
+
lazyType(() => ListPromptVersionsResponseFormat1$inboundSchema),
|
|
49690
|
+
lazyType(() => ListPromptVersionsResponseFormat2$inboundSchema)
|
|
49691
49691
|
]);
|
|
49692
49692
|
ListPromptVersionsResponseFormat$outboundSchema = unionType([
|
|
49693
|
-
lazyType(() =>
|
|
49694
|
-
lazyType(() =>
|
|
49693
|
+
lazyType(() => ListPromptVersionsResponseFormat1$outboundSchema),
|
|
49694
|
+
lazyType(() => ListPromptVersionsResponseFormat2$outboundSchema)
|
|
49695
49695
|
]);
|
|
49696
49696
|
((ListPromptVersionsResponseFormat$) => {
|
|
49697
49697
|
ListPromptVersionsResponseFormat$.inboundSchema = ListPromptVersionsResponseFormat$inboundSchema;
|
|
@@ -49729,8 +49729,8 @@ var init_listpromptversions = __esm(() => {
|
|
|
49729
49729
|
quality: stringType().optional(),
|
|
49730
49730
|
style: stringType().optional(),
|
|
49731
49731
|
responseFormat: nullableType(unionType([
|
|
49732
|
-
lazyType(() =>
|
|
49733
|
-
lazyType(() =>
|
|
49732
|
+
lazyType(() => ListPromptVersionsResponseFormat1$inboundSchema),
|
|
49733
|
+
lazyType(() => ListPromptVersionsResponseFormat2$inboundSchema)
|
|
49734
49734
|
])).optional(),
|
|
49735
49735
|
photoRealVersion: ListPromptVersionsPhotoRealVersion$inboundSchema.optional(),
|
|
49736
49736
|
encoding_format: ListPromptVersionsEncodingFormat$inboundSchema.optional(),
|
|
@@ -49755,8 +49755,8 @@ var init_listpromptversions = __esm(() => {
|
|
|
49755
49755
|
quality: stringType().optional(),
|
|
49756
49756
|
style: stringType().optional(),
|
|
49757
49757
|
responseFormat: nullableType(unionType([
|
|
49758
|
-
lazyType(() =>
|
|
49759
|
-
lazyType(() =>
|
|
49758
|
+
lazyType(() => ListPromptVersionsResponseFormat1$outboundSchema),
|
|
49759
|
+
lazyType(() => ListPromptVersionsResponseFormat2$outboundSchema)
|
|
49760
49760
|
])).optional(),
|
|
49761
49761
|
photoRealVersion: ListPromptVersionsPhotoRealVersion$outboundSchema.optional(),
|
|
49762
49762
|
encodingFormat: ListPromptVersionsEncodingFormat$outboundSchema.optional(),
|
|
@@ -50435,7 +50435,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
50435
50435
|
created_by_id: stringType().optional(),
|
|
50436
50436
|
updated_by_id: stringType().optional(),
|
|
50437
50437
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
50438
|
-
updated: stringType().datetime({ offset: true }).default("2025-06-
|
|
50438
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-17T14:04:15.852Z").transform((v2) => new Date(v2))
|
|
50439
50439
|
}).transform((v2) => {
|
|
50440
50440
|
return remap(v2, {
|
|
50441
50441
|
_id: "id",
|
|
@@ -50456,7 +50456,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
50456
50456
|
createdById: stringType().optional(),
|
|
50457
50457
|
updatedById: stringType().optional(),
|
|
50458
50458
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
50459
|
-
updated: dateType().default(() => new Date("2025-06-
|
|
50459
|
+
updated: dateType().default(() => new Date("2025-06-17T14:04:15.852Z")).transform((v2) => v2.toISOString())
|
|
50460
50460
|
}).transform((v2) => {
|
|
50461
50461
|
return remap(v2, {
|
|
50462
50462
|
id: "_id",
|
|
@@ -50527,7 +50527,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
50527
50527
|
updated_by_id: stringType().optional(),
|
|
50528
50528
|
metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
|
|
50529
50529
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
50530
|
-
updated: stringType().datetime({ offset: true }).default("2025-06-
|
|
50530
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-17T14:04:15.852Z").transform((v2) => new Date(v2))
|
|
50531
50531
|
}).transform((v2) => {
|
|
50532
50532
|
return remap(v2, {
|
|
50533
50533
|
_id: "id",
|
|
@@ -50547,7 +50547,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
50547
50547
|
updatedById: stringType().optional(),
|
|
50548
50548
|
metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
|
|
50549
50549
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
50550
|
-
updated: dateType().default(() => new Date("2025-06-
|
|
50550
|
+
updated: dateType().default(() => new Date("2025-06-17T14:04:15.852Z")).transform((v2) => v2.toISOString())
|
|
50551
50551
|
}).transform((v2) => {
|
|
50552
50552
|
return remap(v2, {
|
|
50553
50553
|
id: "_id",
|
|
@@ -50605,7 +50605,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
50605
50605
|
RetrieveDatasourceStatus$.outboundSchema = RetrieveDatasourceStatus$outboundSchema;
|
|
50606
50606
|
})(RetrieveDatasourceStatus$ ||= {});
|
|
50607
50607
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
50608
|
-
_id: stringType().default("
|
|
50608
|
+
_id: stringType().default("01JXZ39372T3AMW7JKHKQH383S"),
|
|
50609
50609
|
display_name: stringType(),
|
|
50610
50610
|
description: stringType().optional(),
|
|
50611
50611
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -50628,7 +50628,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
50628
50628
|
});
|
|
50629
50629
|
});
|
|
50630
50630
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
50631
|
-
id: stringType().default("
|
|
50631
|
+
id: stringType().default("01JXZ39372T3AMW7JKHKQH383S"),
|
|
50632
50632
|
displayName: stringType(),
|
|
50633
50633
|
description: stringType().optional(),
|
|
50634
50634
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -51972,7 +51972,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
51972
51972
|
created_by_id: stringType().optional(),
|
|
51973
51973
|
updated_by_id: stringType().optional(),
|
|
51974
51974
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
51975
|
-
updated: stringType().datetime({ offset: true }).default("2025-06-
|
|
51975
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-17T14:04:15.852Z").transform((v2) => new Date(v2))
|
|
51976
51976
|
}).transform((v2) => {
|
|
51977
51977
|
return remap(v2, {
|
|
51978
51978
|
_id: "id",
|
|
@@ -51993,7 +51993,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
51993
51993
|
createdById: stringType().optional(),
|
|
51994
51994
|
updatedById: stringType().optional(),
|
|
51995
51995
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
51996
|
-
updated: dateType().default(() => new Date("2025-06-
|
|
51996
|
+
updated: dateType().default(() => new Date("2025-06-17T14:04:15.852Z")).transform((v2) => v2.toISOString())
|
|
51997
51997
|
}).transform((v2) => {
|
|
51998
51998
|
return remap(v2, {
|
|
51999
51999
|
id: "_id",
|
|
@@ -52094,7 +52094,7 @@ var init_updatedataset = __esm(() => {
|
|
|
52094
52094
|
parent_id: stringType().optional(),
|
|
52095
52095
|
version: stringType().optional(),
|
|
52096
52096
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
52097
|
-
updated: stringType().datetime({ offset: true }).default("2025-06-
|
|
52097
|
+
updated: stringType().datetime({ offset: true }).default("2025-06-17T14:04:15.852Z").transform((v2) => new Date(v2))
|
|
52098
52098
|
}).transform((v2) => {
|
|
52099
52099
|
return remap(v2, {
|
|
52100
52100
|
_id: "id",
|
|
@@ -52117,7 +52117,7 @@ var init_updatedataset = __esm(() => {
|
|
|
52117
52117
|
parentId: stringType().optional(),
|
|
52118
52118
|
version: stringType().optional(),
|
|
52119
52119
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
52120
|
-
updated: dateType().default(() => new Date("2025-06-
|
|
52120
|
+
updated: dateType().default(() => new Date("2025-06-17T14:04:15.852Z")).transform((v2) => v2.toISOString())
|
|
52121
52121
|
}).transform((v2) => {
|
|
52122
52122
|
return remap(v2, {
|
|
52123
52123
|
id: "_id",
|
|
@@ -52198,7 +52198,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
52198
52198
|
UpdateDatasourceStatus$.outboundSchema = UpdateDatasourceStatus$outboundSchema;
|
|
52199
52199
|
})(UpdateDatasourceStatus$ ||= {});
|
|
52200
52200
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
52201
|
-
_id: stringType().default("
|
|
52201
|
+
_id: stringType().default("01JXZ39374J4QQ59SHB61VXKWK"),
|
|
52202
52202
|
display_name: stringType(),
|
|
52203
52203
|
description: stringType().optional(),
|
|
52204
52204
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -52221,7 +52221,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
52221
52221
|
});
|
|
52222
52222
|
});
|
|
52223
52223
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
52224
|
-
id: stringType().default("
|
|
52224
|
+
id: stringType().default("01JXZ39374J4QQ59SHB61VXKWK"),
|
|
52225
52225
|
displayName: stringType(),
|
|
52226
52226
|
description: stringType().optional(),
|
|
52227
52227
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -52762,12 +52762,12 @@ var init_updateprompt = __esm(() => {
|
|
|
52762
52762
|
})(UpdatePromptResponseFormatType$ ||= {});
|
|
52763
52763
|
ResponseFormatJsonSchema$inboundSchema = objectType({
|
|
52764
52764
|
name: stringType(),
|
|
52765
|
-
strict: booleanType(),
|
|
52765
|
+
strict: booleanType().optional(),
|
|
52766
52766
|
schema: recordType(anyType())
|
|
52767
52767
|
});
|
|
52768
52768
|
ResponseFormatJsonSchema$outboundSchema = objectType({
|
|
52769
52769
|
name: stringType(),
|
|
52770
|
-
strict: booleanType(),
|
|
52770
|
+
strict: booleanType().optional(),
|
|
52771
52771
|
schema: recordType(anyType())
|
|
52772
52772
|
});
|
|
52773
52773
|
((ResponseFormatJsonSchema$) => {
|
|
@@ -52795,12 +52795,12 @@ var init_updateprompt = __esm(() => {
|
|
|
52795
52795
|
UpdatePromptResponseFormat1$.outboundSchema = UpdatePromptResponseFormat1$outboundSchema;
|
|
52796
52796
|
})(UpdatePromptResponseFormat1$ ||= {});
|
|
52797
52797
|
UpdatePromptResponseFormat$inboundSchema = unionType([
|
|
52798
|
-
lazyType(() =>
|
|
52799
|
-
lazyType(() =>
|
|
52798
|
+
lazyType(() => UpdatePromptResponseFormat1$inboundSchema),
|
|
52799
|
+
lazyType(() => UpdatePromptResponseFormat2$inboundSchema)
|
|
52800
52800
|
]);
|
|
52801
52801
|
UpdatePromptResponseFormat$outboundSchema = unionType([
|
|
52802
|
-
lazyType(() =>
|
|
52803
|
-
lazyType(() =>
|
|
52802
|
+
lazyType(() => UpdatePromptResponseFormat1$outboundSchema),
|
|
52803
|
+
lazyType(() => UpdatePromptResponseFormat2$outboundSchema)
|
|
52804
52804
|
]);
|
|
52805
52805
|
((UpdatePromptResponseFormat$) => {
|
|
52806
52806
|
UpdatePromptResponseFormat$.inboundSchema = UpdatePromptResponseFormat$inboundSchema;
|
|
@@ -52838,8 +52838,8 @@ var init_updateprompt = __esm(() => {
|
|
|
52838
52838
|
quality: stringType().optional(),
|
|
52839
52839
|
style: stringType().optional(),
|
|
52840
52840
|
responseFormat: nullableType(unionType([
|
|
52841
|
-
lazyType(() =>
|
|
52842
|
-
lazyType(() =>
|
|
52841
|
+
lazyType(() => UpdatePromptResponseFormat1$inboundSchema),
|
|
52842
|
+
lazyType(() => UpdatePromptResponseFormat2$inboundSchema)
|
|
52843
52843
|
])).optional(),
|
|
52844
52844
|
photoRealVersion: UpdatePromptPhotoRealVersion$inboundSchema.optional(),
|
|
52845
52845
|
encoding_format: UpdatePromptEncodingFormat$inboundSchema.optional(),
|
|
@@ -52864,8 +52864,8 @@ var init_updateprompt = __esm(() => {
|
|
|
52864
52864
|
quality: stringType().optional(),
|
|
52865
52865
|
style: stringType().optional(),
|
|
52866
52866
|
responseFormat: nullableType(unionType([
|
|
52867
|
-
lazyType(() =>
|
|
52868
|
-
lazyType(() =>
|
|
52867
|
+
lazyType(() => UpdatePromptResponseFormat1$outboundSchema),
|
|
52868
|
+
lazyType(() => UpdatePromptResponseFormat2$outboundSchema)
|
|
52869
52869
|
])).optional(),
|
|
52870
52870
|
photoRealVersion: UpdatePromptPhotoRealVersion$outboundSchema.optional(),
|
|
52871
52871
|
encodingFormat: UpdatePromptEncodingFormat$outboundSchema.optional(),
|
|
@@ -53266,12 +53266,12 @@ var init_updateprompt = __esm(() => {
|
|
|
53266
53266
|
})(UpdatePromptResponseFormatPromptsResponseType$ ||= {});
|
|
53267
53267
|
UpdatePromptResponseFormatJsonSchema$inboundSchema = objectType({
|
|
53268
53268
|
name: stringType(),
|
|
53269
|
-
strict: booleanType(),
|
|
53269
|
+
strict: booleanType().optional(),
|
|
53270
53270
|
schema: recordType(anyType())
|
|
53271
53271
|
});
|
|
53272
53272
|
UpdatePromptResponseFormatJsonSchema$outboundSchema = objectType({
|
|
53273
53273
|
name: stringType(),
|
|
53274
|
-
strict: booleanType(),
|
|
53274
|
+
strict: booleanType().optional(),
|
|
53275
53275
|
schema: recordType(anyType())
|
|
53276
53276
|
});
|
|
53277
53277
|
((UpdatePromptResponseFormatJsonSchema$) => {
|
|
@@ -53299,12 +53299,12 @@ var init_updateprompt = __esm(() => {
|
|
|
53299
53299
|
UpdatePromptResponseFormatPrompts1$.outboundSchema = UpdatePromptResponseFormatPrompts1$outboundSchema;
|
|
53300
53300
|
})(UpdatePromptResponseFormatPrompts1$ ||= {});
|
|
53301
53301
|
UpdatePromptPromptsResponseFormat$inboundSchema = unionType([
|
|
53302
|
-
lazyType(() =>
|
|
53303
|
-
lazyType(() =>
|
|
53302
|
+
lazyType(() => UpdatePromptResponseFormatPrompts1$inboundSchema),
|
|
53303
|
+
lazyType(() => UpdatePromptResponseFormatPrompts2$inboundSchema)
|
|
53304
53304
|
]);
|
|
53305
53305
|
UpdatePromptPromptsResponseFormat$outboundSchema = unionType([
|
|
53306
|
-
lazyType(() =>
|
|
53307
|
-
lazyType(() =>
|
|
53306
|
+
lazyType(() => UpdatePromptResponseFormatPrompts1$outboundSchema),
|
|
53307
|
+
lazyType(() => UpdatePromptResponseFormatPrompts2$outboundSchema)
|
|
53308
53308
|
]);
|
|
53309
53309
|
((UpdatePromptPromptsResponseFormat$) => {
|
|
53310
53310
|
UpdatePromptPromptsResponseFormat$.inboundSchema = UpdatePromptPromptsResponseFormat$inboundSchema;
|
|
@@ -53342,8 +53342,8 @@ var init_updateprompt = __esm(() => {
|
|
|
53342
53342
|
quality: stringType().optional(),
|
|
53343
53343
|
style: stringType().optional(),
|
|
53344
53344
|
responseFormat: nullableType(unionType([
|
|
53345
|
-
lazyType(() =>
|
|
53346
|
-
lazyType(() =>
|
|
53345
|
+
lazyType(() => UpdatePromptResponseFormatPrompts1$inboundSchema),
|
|
53346
|
+
lazyType(() => UpdatePromptResponseFormatPrompts2$inboundSchema)
|
|
53347
53347
|
])).optional(),
|
|
53348
53348
|
photoRealVersion: UpdatePromptPromptsPhotoRealVersion$inboundSchema.optional(),
|
|
53349
53349
|
encoding_format: UpdatePromptPromptsEncodingFormat$inboundSchema.optional(),
|
|
@@ -53368,8 +53368,8 @@ var init_updateprompt = __esm(() => {
|
|
|
53368
53368
|
quality: stringType().optional(),
|
|
53369
53369
|
style: stringType().optional(),
|
|
53370
53370
|
responseFormat: nullableType(unionType([
|
|
53371
|
-
lazyType(() =>
|
|
53372
|
-
lazyType(() =>
|
|
53371
|
+
lazyType(() => UpdatePromptResponseFormatPrompts1$outboundSchema),
|
|
53372
|
+
lazyType(() => UpdatePromptResponseFormatPrompts2$outboundSchema)
|
|
53373
53373
|
])).optional(),
|
|
53374
53374
|
photoRealVersion: UpdatePromptPromptsPhotoRealVersion$outboundSchema.optional(),
|
|
53375
53375
|
encodingFormat: UpdatePromptPromptsEncodingFormat$outboundSchema.optional(),
|
|
@@ -56175,17 +56175,17 @@ var init_deployments2 = __esm(() => {
|
|
|
56175
56175
|
DeveloperMessage$.outboundSchema = DeveloperMessage$outboundSchema2;
|
|
56176
56176
|
})(DeveloperMessage$2 ||= {});
|
|
56177
56177
|
PrefixMessages$inboundSchema2 = unionType([
|
|
56178
|
+
lazyType(() => ToolMessage$inboundSchema2),
|
|
56178
56179
|
lazyType(() => DeveloperMessage$inboundSchema2),
|
|
56179
56180
|
lazyType(() => SystemMessage$inboundSchema2),
|
|
56180
56181
|
lazyType(() => UserMessage$inboundSchema2),
|
|
56181
|
-
lazyType(() => ToolMessage$inboundSchema2),
|
|
56182
56182
|
lazyType(() => AssistantMessage$inboundSchema2)
|
|
56183
56183
|
]);
|
|
56184
56184
|
PrefixMessages$outboundSchema2 = unionType([
|
|
56185
|
+
lazyType(() => ToolMessage$outboundSchema2),
|
|
56185
56186
|
lazyType(() => DeveloperMessage$outboundSchema2),
|
|
56186
56187
|
lazyType(() => SystemMessage$outboundSchema2),
|
|
56187
56188
|
lazyType(() => UserMessage$outboundSchema2),
|
|
56188
|
-
lazyType(() => ToolMessage$outboundSchema2),
|
|
56189
56189
|
lazyType(() => AssistantMessage$outboundSchema2)
|
|
56190
56190
|
]);
|
|
56191
56191
|
((PrefixMessages$) => {
|
|
@@ -56649,17 +56649,17 @@ var init_deployments2 = __esm(() => {
|
|
|
56649
56649
|
MessagesDeveloperMessage$.outboundSchema = MessagesDeveloperMessage$outboundSchema2;
|
|
56650
56650
|
})(MessagesDeveloperMessage$2 ||= {});
|
|
56651
56651
|
Messages$inboundSchema2 = unionType([
|
|
56652
|
+
lazyType(() => MessagesToolMessage$inboundSchema2),
|
|
56652
56653
|
lazyType(() => MessagesDeveloperMessage$inboundSchema2),
|
|
56653
56654
|
lazyType(() => MessagesSystemMessage$inboundSchema2),
|
|
56654
56655
|
lazyType(() => MessagesUserMessage$inboundSchema2),
|
|
56655
|
-
lazyType(() => MessagesToolMessage$inboundSchema2),
|
|
56656
56656
|
lazyType(() => MessagesAssistantMessage$inboundSchema2)
|
|
56657
56657
|
]);
|
|
56658
56658
|
Messages$outboundSchema2 = unionType([
|
|
56659
|
+
lazyType(() => MessagesToolMessage$outboundSchema2),
|
|
56659
56660
|
lazyType(() => MessagesDeveloperMessage$outboundSchema2),
|
|
56660
56661
|
lazyType(() => MessagesSystemMessage$outboundSchema2),
|
|
56661
56662
|
lazyType(() => MessagesUserMessage$outboundSchema2),
|
|
56662
|
-
lazyType(() => MessagesToolMessage$outboundSchema2),
|
|
56663
56663
|
lazyType(() => MessagesAssistantMessage$outboundSchema2)
|
|
56664
56664
|
]);
|
|
56665
56665
|
((Messages$) => {
|
|
@@ -57269,17 +57269,17 @@ var init_deployments2 = __esm(() => {
|
|
|
57269
57269
|
inputs: recordType(unionType([stringType(), numberType(), booleanType()])).optional(),
|
|
57270
57270
|
context: recordType(anyType()).optional(),
|
|
57271
57271
|
prefix_messages: arrayType(unionType([
|
|
57272
|
+
lazyType(() => ToolMessage$inboundSchema2),
|
|
57272
57273
|
lazyType(() => DeveloperMessage$inboundSchema2),
|
|
57273
57274
|
lazyType(() => SystemMessage$inboundSchema2),
|
|
57274
57275
|
lazyType(() => UserMessage$inboundSchema2),
|
|
57275
|
-
lazyType(() => ToolMessage$inboundSchema2),
|
|
57276
57276
|
lazyType(() => AssistantMessage$inboundSchema2)
|
|
57277
57277
|
])).optional(),
|
|
57278
57278
|
messages: arrayType(unionType([
|
|
57279
|
+
lazyType(() => MessagesToolMessage$inboundSchema2),
|
|
57279
57280
|
lazyType(() => MessagesDeveloperMessage$inboundSchema2),
|
|
57280
57281
|
lazyType(() => MessagesSystemMessage$inboundSchema2),
|
|
57281
57282
|
lazyType(() => MessagesUserMessage$inboundSchema2),
|
|
57282
|
-
lazyType(() => MessagesToolMessage$inboundSchema2),
|
|
57283
57283
|
lazyType(() => MessagesAssistantMessage$inboundSchema2)
|
|
57284
57284
|
])).optional(),
|
|
57285
57285
|
file_ids: arrayType(stringType()).optional(),
|
|
@@ -57317,17 +57317,17 @@ var init_deployments2 = __esm(() => {
|
|
|
57317
57317
|
inputs: recordType(unionType([stringType(), numberType(), booleanType()])).optional(),
|
|
57318
57318
|
context: recordType(anyType()).optional(),
|
|
57319
57319
|
prefixMessages: arrayType(unionType([
|
|
57320
|
+
lazyType(() => ToolMessage$outboundSchema2),
|
|
57320
57321
|
lazyType(() => DeveloperMessage$outboundSchema2),
|
|
57321
57322
|
lazyType(() => SystemMessage$outboundSchema2),
|
|
57322
57323
|
lazyType(() => UserMessage$outboundSchema2),
|
|
57323
|
-
lazyType(() => ToolMessage$outboundSchema2),
|
|
57324
57324
|
lazyType(() => AssistantMessage$outboundSchema2)
|
|
57325
57325
|
])).optional(),
|
|
57326
57326
|
messages: arrayType(unionType([
|
|
57327
|
+
lazyType(() => MessagesToolMessage$outboundSchema2),
|
|
57327
57328
|
lazyType(() => MessagesDeveloperMessage$outboundSchema2),
|
|
57328
57329
|
lazyType(() => MessagesSystemMessage$outboundSchema2),
|
|
57329
57330
|
lazyType(() => MessagesUserMessage$outboundSchema2),
|
|
57330
|
-
lazyType(() => MessagesToolMessage$outboundSchema2),
|
|
57331
57331
|
lazyType(() => MessagesAssistantMessage$outboundSchema2)
|
|
57332
57332
|
])).optional(),
|
|
57333
57333
|
fileIds: arrayType(stringType()).optional(),
|
|
@@ -61051,7 +61051,7 @@ var init_remoteconfigsRetrieve2 = __esm(() => {
|
|
|
61051
61051
|
function createMCPServer(deps) {
|
|
61052
61052
|
const server = new McpServer({
|
|
61053
61053
|
name: "Orq",
|
|
61054
|
-
version: "3.6.
|
|
61054
|
+
version: "3.6.17"
|
|
61055
61055
|
});
|
|
61056
61056
|
const client = new OrqCore({
|
|
61057
61057
|
apiKey: deps.apiKey,
|
|
@@ -62387,7 +62387,7 @@ var routes = rn({
|
|
|
62387
62387
|
var app = Ve(routes, {
|
|
62388
62388
|
name: "mcp",
|
|
62389
62389
|
versionInfo: {
|
|
62390
|
-
currentVersion: "3.6.
|
|
62390
|
+
currentVersion: "3.6.17"
|
|
62391
62391
|
}
|
|
62392
62392
|
});
|
|
62393
62393
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -62395,5 +62395,5 @@ export {
|
|
|
62395
62395
|
app
|
|
62396
62396
|
};
|
|
62397
62397
|
|
|
62398
|
-
//# debugId=
|
|
62398
|
+
//# debugId=5D8938B944B225BF64756E2164756E21
|
|
62399
62399
|
//# sourceMappingURL=mcp-server.js.map
|