@orq-ai/node 3.8.0-rc.30 → 3.8.0-rc.32

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.
Files changed (125) hide show
  1. package/bin/mcp-server.js +570 -570
  2. package/bin/mcp-server.js.map +40 -40
  3. package/jsr.json +1 -1
  4. package/lib/config.d.ts +3 -3
  5. package/lib/config.js +3 -3
  6. package/mcp-server/mcp-server.js +1 -1
  7. package/mcp-server/server.js +1 -1
  8. package/models/components/deployments.d.ts +12 -12
  9. package/models/components/deployments.d.ts.map +1 -1
  10. package/models/components/deployments.js +12 -12
  11. package/models/components/deployments.js.map +1 -1
  12. package/models/operations/createcontact.js +2 -2
  13. package/models/operations/createdataset.js +2 -2
  14. package/models/operations/createdatasetitem.d.ts +12 -12
  15. package/models/operations/createdatasetitem.d.ts.map +1 -1
  16. package/models/operations/createdatasetitem.js +14 -14
  17. package/models/operations/createdatasetitem.js.map +1 -1
  18. package/models/operations/createdatasource.js +2 -2
  19. package/models/operations/createeval.d.ts +36 -36
  20. package/models/operations/createeval.d.ts.map +1 -1
  21. package/models/operations/createeval.js +56 -56
  22. package/models/operations/createeval.js.map +1 -1
  23. package/models/operations/createprompt.d.ts +8 -8
  24. package/models/operations/createprompt.js +8 -8
  25. package/models/operations/deploymentcreatemetric.d.ts +12 -12
  26. package/models/operations/deploymentcreatemetric.d.ts.map +1 -1
  27. package/models/operations/deploymentcreatemetric.js +12 -12
  28. package/models/operations/deploymentcreatemetric.js.map +1 -1
  29. package/models/operations/deploymentgetconfig.d.ts +16 -16
  30. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  31. package/models/operations/deploymentgetconfig.js +16 -16
  32. package/models/operations/deploymentgetconfig.js.map +1 -1
  33. package/models/operations/deploymentinvoke.d.ts +4 -4
  34. package/models/operations/deploymentinvoke.js +8 -8
  35. package/models/operations/deployments.d.ts +4 -4
  36. package/models/operations/deployments.js +4 -4
  37. package/models/operations/deploymentstream.d.ts +16 -16
  38. package/models/operations/deploymentstream.d.ts.map +1 -1
  39. package/models/operations/deploymentstream.js +16 -16
  40. package/models/operations/deploymentstream.js.map +1 -1
  41. package/models/operations/fileget.js +2 -2
  42. package/models/operations/filelist.js +2 -2
  43. package/models/operations/fileupload.js +2 -2
  44. package/models/operations/getallprompts.d.ts +4 -4
  45. package/models/operations/getallprompts.js +4 -4
  46. package/models/operations/getevals.d.ts +36 -36
  47. package/models/operations/getevals.d.ts.map +1 -1
  48. package/models/operations/getevals.js +108 -108
  49. package/models/operations/getevals.js.map +1 -1
  50. package/models/operations/getoneprompt.d.ts +4 -4
  51. package/models/operations/getoneprompt.js +4 -4
  52. package/models/operations/getpromptversion.d.ts +4 -4
  53. package/models/operations/getpromptversion.js +4 -4
  54. package/models/operations/listcontacts.js +2 -2
  55. package/models/operations/listdatasetdatapoints.d.ts +6 -6
  56. package/models/operations/listdatasetdatapoints.d.ts.map +1 -1
  57. package/models/operations/listdatasetdatapoints.js +8 -8
  58. package/models/operations/listdatasetdatapoints.js.map +1 -1
  59. package/models/operations/listdatasets.js +2 -2
  60. package/models/operations/listdatasources.js +2 -2
  61. package/models/operations/listpromptversions.d.ts +4 -4
  62. package/models/operations/listpromptversions.js +4 -4
  63. package/models/operations/postv2modelslitellmimport.d.ts +4 -4
  64. package/models/operations/postv2modelslitellmimport.js +8 -8
  65. package/models/operations/retrievecontact.js +2 -2
  66. package/models/operations/retrievedatapoint.d.ts +6 -6
  67. package/models/operations/retrievedatapoint.d.ts.map +1 -1
  68. package/models/operations/retrievedatapoint.js +8 -8
  69. package/models/operations/retrievedatapoint.js.map +1 -1
  70. package/models/operations/retrievedataset.js +2 -2
  71. package/models/operations/retrievedatasource.js +2 -2
  72. package/models/operations/updatecontact.js +2 -2
  73. package/models/operations/updatedatapoint.d.ts +12 -12
  74. package/models/operations/updatedatapoint.d.ts.map +1 -1
  75. package/models/operations/updatedatapoint.js +14 -14
  76. package/models/operations/updatedatapoint.js.map +1 -1
  77. package/models/operations/updatedataset.js +2 -2
  78. package/models/operations/updatedatasource.js +2 -2
  79. package/models/operations/updateeval.d.ts +38 -38
  80. package/models/operations/updateeval.d.ts.map +1 -1
  81. package/models/operations/updateeval.js +60 -60
  82. package/models/operations/updateeval.js.map +1 -1
  83. package/models/operations/updateprompt.d.ts +8 -8
  84. package/models/operations/updateprompt.js +8 -8
  85. package/package.json +1 -1
  86. package/src/lib/config.ts +3 -3
  87. package/src/mcp-server/mcp-server.ts +1 -1
  88. package/src/mcp-server/server.ts +1 -1
  89. package/src/models/components/deployments.ts +24 -24
  90. package/src/models/operations/createcontact.ts +2 -2
  91. package/src/models/operations/createdataset.ts +2 -2
  92. package/src/models/operations/createdatasetitem.ts +26 -26
  93. package/src/models/operations/createdatasource.ts +2 -2
  94. package/src/models/operations/createeval.ts +121 -121
  95. package/src/models/operations/createprompt.ts +19 -19
  96. package/src/models/operations/deploymentcreatemetric.ts +30 -26
  97. package/src/models/operations/deploymentgetconfig.ts +34 -34
  98. package/src/models/operations/deploymentinvoke.ts +13 -13
  99. package/src/models/operations/deployments.ts +10 -10
  100. package/src/models/operations/deploymentstream.ts +34 -34
  101. package/src/models/operations/fileget.ts +2 -2
  102. package/src/models/operations/filelist.ts +2 -2
  103. package/src/models/operations/fileupload.ts +2 -2
  104. package/src/models/operations/getallprompts.ts +10 -10
  105. package/src/models/operations/getevals.ts +220 -220
  106. package/src/models/operations/getoneprompt.ts +10 -10
  107. package/src/models/operations/getpromptversion.ts +10 -10
  108. package/src/models/operations/listcontacts.ts +2 -2
  109. package/src/models/operations/listdatasetdatapoints.ts +20 -16
  110. package/src/models/operations/listdatasets.ts +2 -2
  111. package/src/models/operations/listdatasources.ts +2 -2
  112. package/src/models/operations/listpromptversions.ts +10 -10
  113. package/src/models/operations/postv2modelslitellmimport.ts +18 -18
  114. package/src/models/operations/retrievecontact.ts +2 -2
  115. package/src/models/operations/retrievedatapoint.ts +14 -14
  116. package/src/models/operations/retrievedataset.ts +2 -2
  117. package/src/models/operations/retrievedatasource.ts +2 -2
  118. package/src/models/operations/updatecontact.ts +2 -2
  119. package/src/models/operations/updatedatapoint.ts +29 -27
  120. package/src/models/operations/updatedataset.ts +2 -2
  121. package/src/models/operations/updatedatasource.ts +2 -2
  122. package/src/models/operations/updateeval.ts +139 -139
  123. package/src/models/operations/updateprompt.ts +20 -20
  124. package/src/types/constdatetime.ts +1 -1
  125. package/types/constdatetime.js +1 -1
package/bin/mcp-server.js CHANGED
@@ -34272,9 +34272,9 @@ var init_config = __esm(() => {
34272
34272
  SDK_METADATA = {
34273
34273
  language: "typescript",
34274
34274
  openapiDocVersion: "2.0",
34275
- sdkVersion: "3.8.0-rc.30",
34276
- genVersion: "2.629.2",
34277
- userAgent: "speakeasy-sdk/typescript 3.8.0-rc.30 2.629.2 2.0 @orq-ai/node"
34275
+ sdkVersion: "3.8.0-rc.32",
34276
+ genVersion: "2.630.8",
34277
+ userAgent: "speakeasy-sdk/typescript 3.8.0-rc.32 2.630.8 2.0 @orq-ai/node"
34278
34278
  };
34279
34279
  });
34280
34280
 
@@ -36146,7 +36146,7 @@ var init_createcontact = __esm(() => {
36146
36146
  tags: arrayType(stringType()).optional(),
36147
36147
  metadata: recordType(anyType()).optional(),
36148
36148
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
36149
- updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
36149
+ updated: stringType().datetime({ offset: true }).default("2025-06-17T22:56:18.095Z").transform((v2) => new Date(v2))
36150
36150
  }).transform((v2) => {
36151
36151
  return remap(v2, {
36152
36152
  _id: "id",
@@ -36166,7 +36166,7 @@ var init_createcontact = __esm(() => {
36166
36166
  tags: arrayType(stringType()).optional(),
36167
36167
  metadata: recordType(anyType()).optional(),
36168
36168
  created: dateType().transform((v2) => v2.toISOString()).optional(),
36169
- updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
36169
+ updated: dateType().default(() => new Date("2025-06-17T22:56:18.095Z")).transform((v2) => v2.toISOString())
36170
36170
  }).transform((v2) => {
36171
36171
  return remap(v2, {
36172
36172
  id: "_id",
@@ -36238,7 +36238,7 @@ var init_createdataset = __esm(() => {
36238
36238
  updated_by_id: stringType().optional(),
36239
36239
  metadata: lazyType(() => CreateDatasetMetadata$inboundSchema),
36240
36240
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
36241
- updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
36241
+ updated: stringType().datetime({ offset: true }).default("2025-06-17T22:56:18.095Z").transform((v2) => new Date(v2))
36242
36242
  }).transform((v2) => {
36243
36243
  return remap(v2, {
36244
36244
  _id: "id",
@@ -36258,7 +36258,7 @@ var init_createdataset = __esm(() => {
36258
36258
  updatedById: stringType().optional(),
36259
36259
  metadata: lazyType(() => CreateDatasetMetadata$outboundSchema),
36260
36260
  created: dateType().transform((v2) => v2.toISOString()).optional(),
36261
- updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
36261
+ updated: dateType().default(() => new Date("2025-06-17T22:56:18.095Z")).transform((v2) => v2.toISOString())
36262
36262
  }).transform((v2) => {
36263
36263
  return remap(v2, {
36264
36264
  id: "_id",
@@ -36672,7 +36672,7 @@ var init_createdatasetitem = __esm(() => {
36672
36672
  })(CreateDatasetItem2DatasetsRequestRequestBodyType$ ||= {});
36673
36673
  CreateDatasetItem2File$inboundSchema = objectType({
36674
36674
  file_data: stringType(),
36675
- filename: stringType().optional()
36675
+ filename: stringType()
36676
36676
  }).transform((v2) => {
36677
36677
  return remap(v2, {
36678
36678
  file_data: "fileData"
@@ -36680,7 +36680,7 @@ var init_createdatasetitem = __esm(() => {
36680
36680
  });
36681
36681
  CreateDatasetItem2File$outboundSchema = objectType({
36682
36682
  fileData: stringType(),
36683
- filename: stringType().optional()
36683
+ filename: stringType()
36684
36684
  }).transform((v2) => {
36685
36685
  return remap(v2, {
36686
36686
  fileData: "file_data"
@@ -36917,17 +36917,17 @@ var init_createdatasetitem = __esm(() => {
36917
36917
  CreateDatasetItemMessagesDeveloperMessage$.outboundSchema = CreateDatasetItemMessagesDeveloperMessage$outboundSchema;
36918
36918
  })(CreateDatasetItemMessagesDeveloperMessage$ ||= {});
36919
36919
  CreateDatasetItemMessages$inboundSchema = unionType([
36920
+ lazyType(() => CreateDatasetItemMessagesToolMessage$inboundSchema),
36920
36921
  lazyType(() => CreateDatasetItemMessagesDeveloperMessage$inboundSchema),
36921
36922
  lazyType(() => CreateDatasetItemMessagesSystemMessage$inboundSchema),
36922
36923
  lazyType(() => CreateDatasetItemMessagesUserMessage$inboundSchema),
36923
- lazyType(() => CreateDatasetItemMessagesToolMessage$inboundSchema),
36924
36924
  lazyType(() => CreateDatasetItemMessagesAssistantMessage$inboundSchema)
36925
36925
  ]);
36926
36926
  CreateDatasetItemMessages$outboundSchema = unionType([
36927
+ lazyType(() => CreateDatasetItemMessagesToolMessage$outboundSchema),
36927
36928
  lazyType(() => CreateDatasetItemMessagesDeveloperMessage$outboundSchema),
36928
36929
  lazyType(() => CreateDatasetItemMessagesSystemMessage$outboundSchema),
36929
36930
  lazyType(() => CreateDatasetItemMessagesUserMessage$outboundSchema),
36930
- lazyType(() => CreateDatasetItemMessagesToolMessage$outboundSchema),
36931
36931
  lazyType(() => CreateDatasetItemMessagesAssistantMessage$outboundSchema)
36932
36932
  ]);
36933
36933
  ((CreateDatasetItemMessages$) => {
@@ -36937,10 +36937,10 @@ var init_createdatasetitem = __esm(() => {
36937
36937
  CreateDatasetItemRequestBody$inboundSchema = objectType({
36938
36938
  inputs: recordType(anyType()).optional(),
36939
36939
  messages: arrayType(unionType([
36940
+ lazyType(() => CreateDatasetItemMessagesToolMessage$inboundSchema),
36940
36941
  lazyType(() => CreateDatasetItemMessagesDeveloperMessage$inboundSchema),
36941
36942
  lazyType(() => CreateDatasetItemMessagesSystemMessage$inboundSchema),
36942
36943
  lazyType(() => CreateDatasetItemMessagesUserMessage$inboundSchema),
36943
- lazyType(() => CreateDatasetItemMessagesToolMessage$inboundSchema),
36944
36944
  lazyType(() => CreateDatasetItemMessagesAssistantMessage$inboundSchema)
36945
36945
  ])).optional(),
36946
36946
  expected_output: stringType().optional()
@@ -36952,10 +36952,10 @@ var init_createdatasetitem = __esm(() => {
36952
36952
  CreateDatasetItemRequestBody$outboundSchema = objectType({
36953
36953
  inputs: recordType(anyType()).optional(),
36954
36954
  messages: arrayType(unionType([
36955
+ lazyType(() => CreateDatasetItemMessagesToolMessage$outboundSchema),
36955
36956
  lazyType(() => CreateDatasetItemMessagesDeveloperMessage$outboundSchema),
36956
36957
  lazyType(() => CreateDatasetItemMessagesSystemMessage$outboundSchema),
36957
36958
  lazyType(() => CreateDatasetItemMessagesUserMessage$outboundSchema),
36958
- lazyType(() => CreateDatasetItemMessagesToolMessage$outboundSchema),
36959
36959
  lazyType(() => CreateDatasetItemMessagesAssistantMessage$outboundSchema)
36960
36960
  ])).optional(),
36961
36961
  expectedOutput: stringType().optional()
@@ -37202,7 +37202,7 @@ var init_createdatasetitem = __esm(() => {
37202
37202
  })(CreateDatasetItem2DatasetsResponse200ApplicationJSONResponseBodyType$ ||= {});
37203
37203
  CreateDatasetItem2DatasetsFile$inboundSchema = objectType({
37204
37204
  file_data: stringType(),
37205
- filename: stringType().optional()
37205
+ filename: stringType()
37206
37206
  }).transform((v2) => {
37207
37207
  return remap(v2, {
37208
37208
  file_data: "fileData"
@@ -37210,7 +37210,7 @@ var init_createdatasetitem = __esm(() => {
37210
37210
  });
37211
37211
  CreateDatasetItem2DatasetsFile$outboundSchema = objectType({
37212
37212
  fileData: stringType(),
37213
- filename: stringType().optional()
37213
+ filename: stringType()
37214
37214
  }).transform((v2) => {
37215
37215
  return remap(v2, {
37216
37216
  fileData: "file_data"
@@ -37447,17 +37447,17 @@ var init_createdatasetitem = __esm(() => {
37447
37447
  CreateDatasetItemMessagesDatasetsDeveloperMessage$.outboundSchema = CreateDatasetItemMessagesDatasetsDeveloperMessage$outboundSchema;
37448
37448
  })(CreateDatasetItemMessagesDatasetsDeveloperMessage$ ||= {});
37449
37449
  CreateDatasetItemDatasetsMessages$inboundSchema = unionType([
37450
+ lazyType(() => CreateDatasetItemMessagesDatasetsToolMessage$inboundSchema),
37450
37451
  lazyType(() => CreateDatasetItemMessagesDatasetsDeveloperMessage$inboundSchema),
37451
37452
  lazyType(() => CreateDatasetItemMessagesDatasetsSystemMessage$inboundSchema),
37452
37453
  lazyType(() => CreateDatasetItemMessagesDatasetsUserMessage$inboundSchema),
37453
- lazyType(() => CreateDatasetItemMessagesDatasetsToolMessage$inboundSchema),
37454
37454
  lazyType(() => CreateDatasetItemMessagesDatasetsAssistantMessage$inboundSchema)
37455
37455
  ]);
37456
37456
  CreateDatasetItemDatasetsMessages$outboundSchema = unionType([
37457
+ lazyType(() => CreateDatasetItemMessagesDatasetsToolMessage$outboundSchema),
37457
37458
  lazyType(() => CreateDatasetItemMessagesDatasetsDeveloperMessage$outboundSchema),
37458
37459
  lazyType(() => CreateDatasetItemMessagesDatasetsSystemMessage$outboundSchema),
37459
37460
  lazyType(() => CreateDatasetItemMessagesDatasetsUserMessage$outboundSchema),
37460
- lazyType(() => CreateDatasetItemMessagesDatasetsToolMessage$outboundSchema),
37461
37461
  lazyType(() => CreateDatasetItemMessagesDatasetsAssistantMessage$outboundSchema)
37462
37462
  ]);
37463
37463
  ((CreateDatasetItemDatasetsMessages$) => {
@@ -37469,10 +37469,10 @@ var init_createdatasetitem = __esm(() => {
37469
37469
  workspace_id: stringType(),
37470
37470
  inputs: recordType(anyType()).optional(),
37471
37471
  messages: arrayType(unionType([
37472
+ lazyType(() => CreateDatasetItemMessagesDatasetsToolMessage$inboundSchema),
37472
37473
  lazyType(() => CreateDatasetItemMessagesDatasetsDeveloperMessage$inboundSchema),
37473
37474
  lazyType(() => CreateDatasetItemMessagesDatasetsSystemMessage$inboundSchema),
37474
37475
  lazyType(() => CreateDatasetItemMessagesDatasetsUserMessage$inboundSchema),
37475
- lazyType(() => CreateDatasetItemMessagesDatasetsToolMessage$inboundSchema),
37476
37476
  lazyType(() => CreateDatasetItemMessagesDatasetsAssistantMessage$inboundSchema)
37477
37477
  ])).optional(),
37478
37478
  expected_output: stringType().optional(),
@@ -37480,7 +37480,7 @@ var init_createdatasetitem = __esm(() => {
37480
37480
  created_by_id: stringType().optional(),
37481
37481
  updated_by_id: stringType().optional(),
37482
37482
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
37483
- updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
37483
+ updated: stringType().datetime({ offset: true }).default("2025-06-17T22:56:18.095Z").transform((v2) => new Date(v2))
37484
37484
  }).transform((v2) => {
37485
37485
  return remap(v2, {
37486
37486
  _id: "id",
@@ -37496,10 +37496,10 @@ var init_createdatasetitem = __esm(() => {
37496
37496
  workspaceId: stringType(),
37497
37497
  inputs: recordType(anyType()).optional(),
37498
37498
  messages: arrayType(unionType([
37499
+ lazyType(() => CreateDatasetItemMessagesDatasetsToolMessage$outboundSchema),
37499
37500
  lazyType(() => CreateDatasetItemMessagesDatasetsDeveloperMessage$outboundSchema),
37500
37501
  lazyType(() => CreateDatasetItemMessagesDatasetsSystemMessage$outboundSchema),
37501
37502
  lazyType(() => CreateDatasetItemMessagesDatasetsUserMessage$outboundSchema),
37502
- lazyType(() => CreateDatasetItemMessagesDatasetsToolMessage$outboundSchema),
37503
37503
  lazyType(() => CreateDatasetItemMessagesDatasetsAssistantMessage$outboundSchema)
37504
37504
  ])).optional(),
37505
37505
  expectedOutput: stringType().optional(),
@@ -37507,7 +37507,7 @@ var init_createdatasetitem = __esm(() => {
37507
37507
  createdById: stringType().optional(),
37508
37508
  updatedById: stringType().optional(),
37509
37509
  created: dateType().transform((v2) => v2.toISOString()).optional(),
37510
- updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
37510
+ updated: dateType().default(() => new Date("2025-06-17T22:56:18.095Z")).transform((v2) => v2.toISOString())
37511
37511
  }).transform((v2) => {
37512
37512
  return remap(v2, {
37513
37513
  id: "_id",
@@ -37729,7 +37729,7 @@ var init_createdatasource = __esm(() => {
37729
37729
  CreateDatasourceStatus$.outboundSchema = CreateDatasourceStatus$outboundSchema;
37730
37730
  })(CreateDatasourceStatus$ ||= {});
37731
37731
  CreateDatasourceResponseBody$inboundSchema = objectType({
37732
- _id: stringType().default("01JXWEMQ3RX1JSF4JPZY41PYG3"),
37732
+ _id: stringType().default("01JY01QA01WPK76HY1YF6NV1X1"),
37733
37733
  display_name: stringType(),
37734
37734
  description: stringType().optional(),
37735
37735
  status: CreateDatasourceStatus$inboundSchema,
@@ -37752,7 +37752,7 @@ var init_createdatasource = __esm(() => {
37752
37752
  });
37753
37753
  });
37754
37754
  CreateDatasourceResponseBody$outboundSchema = objectType({
37755
- id: stringType().default("01JXWEMQ3RX1JSF4JPZY41PYG3"),
37755
+ id: stringType().default("01JY01QA01WPK76HY1YF6NV1X1"),
37756
37756
  displayName: stringType(),
37757
37757
  description: stringType().optional(),
37758
37758
  status: CreateDatasourceStatus$outboundSchema,
@@ -38070,12 +38070,12 @@ var init_createeval = __esm(() => {
38070
38070
  CreateEvalGuardrailConfigEvalsBoolean$.outboundSchema = CreateEvalGuardrailConfigEvalsBoolean$outboundSchema;
38071
38071
  })(CreateEvalGuardrailConfigEvalsBoolean$ ||= {});
38072
38072
  CreateEvalRequestBodyEvalsGuardrailConfig$inboundSchema = unionType([
38073
- lazyType(() => CreateEvalGuardrailConfigEvalsBoolean$inboundSchema),
38074
- lazyType(() => CreateEvalGuardrailConfigEvalsNumber$inboundSchema)
38073
+ lazyType(() => CreateEvalGuardrailConfigEvalsNumber$inboundSchema),
38074
+ lazyType(() => CreateEvalGuardrailConfigEvalsBoolean$inboundSchema)
38075
38075
  ]);
38076
38076
  CreateEvalRequestBodyEvalsGuardrailConfig$outboundSchema = unionType([
38077
- lazyType(() => CreateEvalGuardrailConfigEvalsBoolean$outboundSchema),
38078
- lazyType(() => CreateEvalGuardrailConfigEvalsNumber$outboundSchema)
38077
+ lazyType(() => CreateEvalGuardrailConfigEvalsNumber$outboundSchema),
38078
+ lazyType(() => CreateEvalGuardrailConfigEvalsBoolean$outboundSchema)
38079
38079
  ]);
38080
38080
  ((CreateEvalRequestBodyEvalsGuardrailConfig$) => {
38081
38081
  CreateEvalRequestBodyEvalsGuardrailConfig$.inboundSchema = CreateEvalRequestBodyEvalsGuardrailConfig$inboundSchema;
@@ -38089,8 +38089,8 @@ var init_createeval = __esm(() => {
38089
38089
  })(CreateEvalRequestBodyEvalsRequestType$ ||= {});
38090
38090
  Python$inboundSchema = objectType({
38091
38091
  guardrail_config: unionType([
38092
- lazyType(() => CreateEvalGuardrailConfigEvalsBoolean$inboundSchema),
38093
- lazyType(() => CreateEvalGuardrailConfigEvalsNumber$inboundSchema)
38092
+ lazyType(() => CreateEvalGuardrailConfigEvalsNumber$inboundSchema),
38093
+ lazyType(() => CreateEvalGuardrailConfigEvalsBoolean$inboundSchema)
38094
38094
  ]).optional(),
38095
38095
  code: stringType(),
38096
38096
  type: CreateEvalRequestBodyEvalsRequestType$inboundSchema,
@@ -38104,8 +38104,8 @@ var init_createeval = __esm(() => {
38104
38104
  });
38105
38105
  Python$outboundSchema = objectType({
38106
38106
  guardrailConfig: unionType([
38107
- lazyType(() => CreateEvalGuardrailConfigEvalsBoolean$outboundSchema),
38108
- lazyType(() => CreateEvalGuardrailConfigEvalsNumber$outboundSchema)
38107
+ lazyType(() => CreateEvalGuardrailConfigEvalsNumber$outboundSchema),
38108
+ lazyType(() => CreateEvalGuardrailConfigEvalsBoolean$outboundSchema)
38109
38109
  ]).optional(),
38110
38110
  code: stringType(),
38111
38111
  type: CreateEvalRequestBodyEvalsRequestType$outboundSchema,
@@ -38170,12 +38170,12 @@ var init_createeval = __esm(() => {
38170
38170
  CreateEvalGuardrailConfigBoolean$.outboundSchema = CreateEvalGuardrailConfigBoolean$outboundSchema;
38171
38171
  })(CreateEvalGuardrailConfigBoolean$ ||= {});
38172
38172
  CreateEvalRequestBodyGuardrailConfig$inboundSchema = unionType([
38173
- lazyType(() => CreateEvalGuardrailConfigBoolean$inboundSchema),
38174
- lazyType(() => CreateEvalGuardrailConfigNumber$inboundSchema)
38173
+ lazyType(() => CreateEvalGuardrailConfigNumber$inboundSchema),
38174
+ lazyType(() => CreateEvalGuardrailConfigBoolean$inboundSchema)
38175
38175
  ]);
38176
38176
  CreateEvalRequestBodyGuardrailConfig$outboundSchema = unionType([
38177
- lazyType(() => CreateEvalGuardrailConfigBoolean$outboundSchema),
38178
- lazyType(() => CreateEvalGuardrailConfigNumber$outboundSchema)
38177
+ lazyType(() => CreateEvalGuardrailConfigNumber$outboundSchema),
38178
+ lazyType(() => CreateEvalGuardrailConfigBoolean$outboundSchema)
38179
38179
  ]);
38180
38180
  ((CreateEvalRequestBodyGuardrailConfig$) => {
38181
38181
  CreateEvalRequestBodyGuardrailConfig$.inboundSchema = CreateEvalRequestBodyGuardrailConfig$inboundSchema;
@@ -38195,8 +38195,8 @@ var init_createeval = __esm(() => {
38195
38195
  })(Method$ ||= {});
38196
38196
  Http$inboundSchema = objectType({
38197
38197
  guardrail_config: unionType([
38198
- lazyType(() => CreateEvalGuardrailConfigBoolean$inboundSchema),
38199
- lazyType(() => CreateEvalGuardrailConfigNumber$inboundSchema)
38198
+ lazyType(() => CreateEvalGuardrailConfigNumber$inboundSchema),
38199
+ lazyType(() => CreateEvalGuardrailConfigBoolean$inboundSchema)
38200
38200
  ]).optional(),
38201
38201
  type: CreateEvalRequestBodyEvalsType$inboundSchema,
38202
38202
  url: stringType(),
@@ -38213,8 +38213,8 @@ var init_createeval = __esm(() => {
38213
38213
  });
38214
38214
  Http$outboundSchema = objectType({
38215
38215
  guardrailConfig: unionType([
38216
- lazyType(() => CreateEvalGuardrailConfigBoolean$outboundSchema),
38217
- lazyType(() => CreateEvalGuardrailConfigNumber$outboundSchema)
38216
+ lazyType(() => CreateEvalGuardrailConfigNumber$outboundSchema),
38217
+ lazyType(() => CreateEvalGuardrailConfigBoolean$outboundSchema)
38218
38218
  ]).optional(),
38219
38219
  type: CreateEvalRequestBodyEvalsType$outboundSchema,
38220
38220
  url: stringType(),
@@ -38282,12 +38282,12 @@ var init_createeval = __esm(() => {
38282
38282
  GuardrailConfigBoolean$.outboundSchema = GuardrailConfigBoolean$outboundSchema;
38283
38283
  })(GuardrailConfigBoolean$ ||= {});
38284
38284
  RequestBodyGuardrailConfig$inboundSchema = unionType([
38285
- lazyType(() => GuardrailConfigBoolean$inboundSchema),
38286
- lazyType(() => GuardrailConfigNumber$inboundSchema)
38285
+ lazyType(() => GuardrailConfigNumber$inboundSchema),
38286
+ lazyType(() => GuardrailConfigBoolean$inboundSchema)
38287
38287
  ]);
38288
38288
  RequestBodyGuardrailConfig$outboundSchema = unionType([
38289
- lazyType(() => GuardrailConfigBoolean$outboundSchema),
38290
- lazyType(() => GuardrailConfigNumber$outboundSchema)
38289
+ lazyType(() => GuardrailConfigNumber$outboundSchema),
38290
+ lazyType(() => GuardrailConfigBoolean$outboundSchema)
38291
38291
  ]);
38292
38292
  ((RequestBodyGuardrailConfig$) => {
38293
38293
  RequestBodyGuardrailConfig$.inboundSchema = RequestBodyGuardrailConfig$inboundSchema;
@@ -38301,8 +38301,8 @@ var init_createeval = __esm(() => {
38301
38301
  })(CreateEvalRequestBodyType$ ||= {});
38302
38302
  Json$inboundSchema = objectType({
38303
38303
  guardrail_config: unionType([
38304
- lazyType(() => GuardrailConfigBoolean$inboundSchema),
38305
- lazyType(() => GuardrailConfigNumber$inboundSchema)
38304
+ lazyType(() => GuardrailConfigNumber$inboundSchema),
38305
+ lazyType(() => GuardrailConfigBoolean$inboundSchema)
38306
38306
  ]).optional(),
38307
38307
  type: CreateEvalRequestBodyType$inboundSchema,
38308
38308
  schema: stringType(),
@@ -38316,8 +38316,8 @@ var init_createeval = __esm(() => {
38316
38316
  });
38317
38317
  Json$outboundSchema = objectType({
38318
38318
  guardrailConfig: unionType([
38319
- lazyType(() => GuardrailConfigBoolean$outboundSchema),
38320
- lazyType(() => GuardrailConfigNumber$outboundSchema)
38319
+ lazyType(() => GuardrailConfigNumber$outboundSchema),
38320
+ lazyType(() => GuardrailConfigBoolean$outboundSchema)
38321
38321
  ]).optional(),
38322
38322
  type: CreateEvalRequestBodyType$outboundSchema,
38323
38323
  schema: stringType(),
@@ -38382,12 +38382,12 @@ var init_createeval = __esm(() => {
38382
38382
  Boolean$.outboundSchema = Boolean$outboundSchema;
38383
38383
  })(Boolean$ ||= {});
38384
38384
  GuardrailConfig$inboundSchema = unionType([
38385
- lazyType(() => Boolean$inboundSchema),
38386
- lazyType(() => NumberT$inboundSchema)
38385
+ lazyType(() => NumberT$inboundSchema),
38386
+ lazyType(() => Boolean$inboundSchema)
38387
38387
  ]);
38388
38388
  GuardrailConfig$outboundSchema = unionType([
38389
- lazyType(() => Boolean$outboundSchema),
38390
- lazyType(() => NumberT$outboundSchema)
38389
+ lazyType(() => NumberT$outboundSchema),
38390
+ lazyType(() => Boolean$outboundSchema)
38391
38391
  ]);
38392
38392
  ((GuardrailConfig$) => {
38393
38393
  GuardrailConfig$.inboundSchema = GuardrailConfig$inboundSchema;
@@ -38401,8 +38401,8 @@ var init_createeval = __esm(() => {
38401
38401
  })(RequestBodyType$ ||= {});
38402
38402
  Llm$inboundSchema = objectType({
38403
38403
  guardrail_config: unionType([
38404
- lazyType(() => Boolean$inboundSchema),
38405
- lazyType(() => NumberT$inboundSchema)
38404
+ lazyType(() => NumberT$inboundSchema),
38405
+ lazyType(() => Boolean$inboundSchema)
38406
38406
  ]).optional(),
38407
38407
  type: RequestBodyType$inboundSchema,
38408
38408
  prompt: stringType(),
@@ -38417,8 +38417,8 @@ var init_createeval = __esm(() => {
38417
38417
  });
38418
38418
  Llm$outboundSchema = objectType({
38419
38419
  guardrailConfig: unionType([
38420
- lazyType(() => Boolean$outboundSchema),
38421
- lazyType(() => NumberT$outboundSchema)
38420
+ lazyType(() => NumberT$outboundSchema),
38421
+ lazyType(() => Boolean$outboundSchema)
38422
38422
  ]).optional(),
38423
38423
  type: RequestBodyType$outboundSchema,
38424
38424
  prompt: stringType(),
@@ -38436,16 +38436,16 @@ var init_createeval = __esm(() => {
38436
38436
  Llm$.outboundSchema = Llm$outboundSchema;
38437
38437
  })(Llm$ ||= {});
38438
38438
  CreateEvalRequestBody$inboundSchema = unionType([
38439
- lazyType(() => Json$inboundSchema),
38440
- lazyType(() => Python$inboundSchema),
38439
+ lazyType(() => Http$inboundSchema),
38441
38440
  lazyType(() => Llm$inboundSchema),
38442
- lazyType(() => Http$inboundSchema)
38441
+ lazyType(() => Json$inboundSchema),
38442
+ lazyType(() => Python$inboundSchema)
38443
38443
  ]);
38444
38444
  CreateEvalRequestBody$outboundSchema = unionType([
38445
- lazyType(() => Json$outboundSchema),
38446
- lazyType(() => Python$outboundSchema),
38445
+ lazyType(() => Http$outboundSchema),
38447
38446
  lazyType(() => Llm$outboundSchema),
38448
- lazyType(() => Http$outboundSchema)
38447
+ lazyType(() => Json$outboundSchema),
38448
+ lazyType(() => Python$outboundSchema)
38449
38449
  ]);
38450
38450
  ((CreateEvalRequestBody$) => {
38451
38451
  CreateEvalRequestBody$.inboundSchema = CreateEvalRequestBody$inboundSchema;
@@ -38500,12 +38500,12 @@ var init_createeval = __esm(() => {
38500
38500
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$.outboundSchema = CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema;
38501
38501
  })(CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$ ||= {});
38502
38502
  CreateEvalResponseBodyEvalsResponseGuardrailConfig$inboundSchema = unionType([
38503
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
38504
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
38503
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
38504
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
38505
38505
  ]);
38506
38506
  CreateEvalResponseBodyEvalsResponseGuardrailConfig$outboundSchema = unionType([
38507
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
38508
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
38507
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
38508
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
38509
38509
  ]);
38510
38510
  ((CreateEvalResponseBodyEvalsResponseGuardrailConfig$) => {
38511
38511
  CreateEvalResponseBodyEvalsResponseGuardrailConfig$.inboundSchema = CreateEvalResponseBodyEvalsResponseGuardrailConfig$inboundSchema;
@@ -38520,11 +38520,11 @@ var init_createeval = __esm(() => {
38520
38520
  ResponseBodyPython$inboundSchema = objectType({
38521
38521
  _id: stringType(),
38522
38522
  description: stringType(),
38523
- created: stringType().default("2025-06-16T13:25:09.055Z"),
38524
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
38523
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
38524
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
38525
38525
  guardrail_config: unionType([
38526
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
38527
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
38526
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
38527
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
38528
38528
  ]).optional(),
38529
38529
  code: stringType(),
38530
38530
  type: CreateEvalResponseBodyEvalsResponseType$inboundSchema,
@@ -38538,11 +38538,11 @@ var init_createeval = __esm(() => {
38538
38538
  ResponseBodyPython$outboundSchema = objectType({
38539
38539
  id: stringType(),
38540
38540
  description: stringType(),
38541
- created: stringType().default("2025-06-16T13:25:09.055Z"),
38542
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
38541
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
38542
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
38543
38543
  guardrailConfig: unionType([
38544
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
38545
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
38544
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
38545
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
38546
38546
  ]).optional(),
38547
38547
  code: stringType(),
38548
38548
  type: CreateEvalResponseBodyEvalsResponseType$outboundSchema,
@@ -38606,12 +38606,12 @@ var init_createeval = __esm(() => {
38606
38606
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$.outboundSchema = CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema;
38607
38607
  })(CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$ ||= {});
38608
38608
  CreateEvalResponseBodyEvalsGuardrailConfig$inboundSchema = unionType([
38609
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
38610
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
38609
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
38610
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
38611
38611
  ]);
38612
38612
  CreateEvalResponseBodyEvalsGuardrailConfig$outboundSchema = unionType([
38613
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
38614
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
38613
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
38614
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
38615
38615
  ]);
38616
38616
  ((CreateEvalResponseBodyEvalsGuardrailConfig$) => {
38617
38617
  CreateEvalResponseBodyEvalsGuardrailConfig$.inboundSchema = CreateEvalResponseBodyEvalsGuardrailConfig$inboundSchema;
@@ -38632,11 +38632,11 @@ var init_createeval = __esm(() => {
38632
38632
  ResponseBodyHTTP$inboundSchema = objectType({
38633
38633
  _id: stringType(),
38634
38634
  description: stringType(),
38635
- created: stringType().default("2025-06-16T13:25:09.055Z"),
38636
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
38635
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
38636
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
38637
38637
  guardrail_config: unionType([
38638
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
38639
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
38638
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
38639
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
38640
38640
  ]).optional(),
38641
38641
  type: CreateEvalResponseBodyEvalsType$inboundSchema,
38642
38642
  url: stringType(),
@@ -38653,11 +38653,11 @@ var init_createeval = __esm(() => {
38653
38653
  ResponseBodyHTTP$outboundSchema = objectType({
38654
38654
  id: stringType(),
38655
38655
  description: stringType(),
38656
- created: stringType().default("2025-06-16T13:25:09.055Z"),
38657
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
38656
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
38657
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
38658
38658
  guardrailConfig: unionType([
38659
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
38660
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
38659
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
38660
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
38661
38661
  ]).optional(),
38662
38662
  type: CreateEvalResponseBodyEvalsType$outboundSchema,
38663
38663
  url: stringType(),
@@ -38724,12 +38724,12 @@ var init_createeval = __esm(() => {
38724
38724
  CreateEvalGuardrailConfigEvalsResponse200Boolean$.outboundSchema = CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema;
38725
38725
  })(CreateEvalGuardrailConfigEvalsResponse200Boolean$ ||= {});
38726
38726
  CreateEvalResponseBodyGuardrailConfig$inboundSchema = unionType([
38727
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
38728
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
38727
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
38728
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
38729
38729
  ]);
38730
38730
  CreateEvalResponseBodyGuardrailConfig$outboundSchema = unionType([
38731
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
38732
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
38731
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
38732
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
38733
38733
  ]);
38734
38734
  ((CreateEvalResponseBodyGuardrailConfig$) => {
38735
38735
  CreateEvalResponseBodyGuardrailConfig$.inboundSchema = CreateEvalResponseBodyGuardrailConfig$inboundSchema;
@@ -38744,11 +38744,11 @@ var init_createeval = __esm(() => {
38744
38744
  ResponseBodyJSON$inboundSchema = objectType({
38745
38745
  _id: stringType(),
38746
38746
  description: stringType(),
38747
- created: stringType().default("2025-06-16T13:25:09.055Z"),
38748
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
38747
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
38748
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
38749
38749
  guardrail_config: unionType([
38750
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
38751
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
38750
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
38751
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
38752
38752
  ]).optional(),
38753
38753
  type: CreateEvalResponseBodyType$inboundSchema,
38754
38754
  schema: stringType(),
@@ -38762,11 +38762,11 @@ var init_createeval = __esm(() => {
38762
38762
  ResponseBodyJSON$outboundSchema = objectType({
38763
38763
  id: stringType(),
38764
38764
  description: stringType(),
38765
- created: stringType().default("2025-06-16T13:25:09.055Z"),
38766
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
38765
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
38766
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
38767
38767
  guardrailConfig: unionType([
38768
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
38769
- lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
38768
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
38769
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
38770
38770
  ]).optional(),
38771
38771
  type: CreateEvalResponseBodyType$outboundSchema,
38772
38772
  schema: stringType(),
@@ -38830,12 +38830,12 @@ var init_createeval = __esm(() => {
38830
38830
  CreateEvalGuardrailConfigEvalsResponseBoolean$.outboundSchema = CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema;
38831
38831
  })(CreateEvalGuardrailConfigEvalsResponseBoolean$ ||= {});
38832
38832
  ResponseBodyGuardrailConfig$inboundSchema = unionType([
38833
- lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
38834
- lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
38833
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
38834
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
38835
38835
  ]);
38836
38836
  ResponseBodyGuardrailConfig$outboundSchema = unionType([
38837
- lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
38838
- lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
38837
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
38838
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
38839
38839
  ]);
38840
38840
  ((ResponseBodyGuardrailConfig$) => {
38841
38841
  ResponseBodyGuardrailConfig$.inboundSchema = ResponseBodyGuardrailConfig$inboundSchema;
@@ -38850,11 +38850,11 @@ var init_createeval = __esm(() => {
38850
38850
  ResponseBodyLLM$inboundSchema = objectType({
38851
38851
  _id: stringType(),
38852
38852
  description: stringType(),
38853
- created: stringType().default("2025-06-16T13:25:09.055Z"),
38854
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
38853
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
38854
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
38855
38855
  guardrail_config: unionType([
38856
- lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
38857
- lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
38856
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
38857
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
38858
38858
  ]).optional(),
38859
38859
  type: ResponseBodyType$inboundSchema,
38860
38860
  prompt: stringType(),
@@ -38869,11 +38869,11 @@ var init_createeval = __esm(() => {
38869
38869
  ResponseBodyLLM$outboundSchema = objectType({
38870
38870
  id: stringType(),
38871
38871
  description: stringType(),
38872
- created: stringType().default("2025-06-16T13:25:09.055Z"),
38873
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
38872
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
38873
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
38874
38874
  guardrailConfig: unionType([
38875
- lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
38876
- lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
38875
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
38876
+ lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
38877
38877
  ]).optional(),
38878
38878
  type: ResponseBodyType$outboundSchema,
38879
38879
  prompt: stringType(),
@@ -38890,16 +38890,16 @@ var init_createeval = __esm(() => {
38890
38890
  ResponseBodyLLM$.outboundSchema = ResponseBodyLLM$outboundSchema;
38891
38891
  })(ResponseBodyLLM$ ||= {});
38892
38892
  CreateEvalResponseBody$inboundSchema = unionType([
38893
- lazyType(() => ResponseBodyJSON$inboundSchema),
38894
- lazyType(() => ResponseBodyPython$inboundSchema),
38893
+ lazyType(() => ResponseBodyHTTP$inboundSchema),
38895
38894
  lazyType(() => ResponseBodyLLM$inboundSchema),
38896
- lazyType(() => ResponseBodyHTTP$inboundSchema)
38895
+ lazyType(() => ResponseBodyJSON$inboundSchema),
38896
+ lazyType(() => ResponseBodyPython$inboundSchema)
38897
38897
  ]);
38898
38898
  CreateEvalResponseBody$outboundSchema = unionType([
38899
- lazyType(() => ResponseBodyJSON$outboundSchema),
38900
- lazyType(() => ResponseBodyPython$outboundSchema),
38899
+ lazyType(() => ResponseBodyHTTP$outboundSchema),
38901
38900
  lazyType(() => ResponseBodyLLM$outboundSchema),
38902
- lazyType(() => ResponseBodyHTTP$outboundSchema)
38901
+ lazyType(() => ResponseBodyJSON$outboundSchema),
38902
+ lazyType(() => ResponseBodyPython$outboundSchema)
38903
38903
  ]);
38904
38904
  ((CreateEvalResponseBody$) => {
38905
38905
  CreateEvalResponseBody$.inboundSchema = CreateEvalResponseBody$inboundSchema;
@@ -39502,12 +39502,12 @@ var init_createprompt = __esm(() => {
39502
39502
  ResponseFormat1$.outboundSchema = ResponseFormat1$outboundSchema;
39503
39503
  })(ResponseFormat1$ ||= {});
39504
39504
  ResponseFormat$inboundSchema = unionType([
39505
- lazyType(() => ResponseFormat2$inboundSchema),
39506
- lazyType(() => ResponseFormat1$inboundSchema)
39505
+ lazyType(() => ResponseFormat1$inboundSchema),
39506
+ lazyType(() => ResponseFormat2$inboundSchema)
39507
39507
  ]);
39508
39508
  ResponseFormat$outboundSchema = unionType([
39509
- lazyType(() => ResponseFormat2$outboundSchema),
39510
- lazyType(() => ResponseFormat1$outboundSchema)
39509
+ lazyType(() => ResponseFormat1$outboundSchema),
39510
+ lazyType(() => ResponseFormat2$outboundSchema)
39511
39511
  ]);
39512
39512
  ((ResponseFormat$) => {
39513
39513
  ResponseFormat$.inboundSchema = ResponseFormat$inboundSchema;
@@ -39545,8 +39545,8 @@ var init_createprompt = __esm(() => {
39545
39545
  quality: stringType().optional(),
39546
39546
  style: stringType().optional(),
39547
39547
  responseFormat: nullableType(unionType([
39548
- lazyType(() => ResponseFormat2$inboundSchema),
39549
- lazyType(() => ResponseFormat1$inboundSchema)
39548
+ lazyType(() => ResponseFormat1$inboundSchema),
39549
+ lazyType(() => ResponseFormat2$inboundSchema)
39550
39550
  ])).optional(),
39551
39551
  photoRealVersion: PhotoRealVersion$inboundSchema.optional(),
39552
39552
  encoding_format: EncodingFormat$inboundSchema.optional(),
@@ -39571,8 +39571,8 @@ var init_createprompt = __esm(() => {
39571
39571
  quality: stringType().optional(),
39572
39572
  style: stringType().optional(),
39573
39573
  responseFormat: nullableType(unionType([
39574
- lazyType(() => ResponseFormat2$outboundSchema),
39575
- lazyType(() => ResponseFormat1$outboundSchema)
39574
+ lazyType(() => ResponseFormat1$outboundSchema),
39575
+ lazyType(() => ResponseFormat2$outboundSchema)
39576
39576
  ])).optional(),
39577
39577
  photoRealVersion: PhotoRealVersion$outboundSchema.optional(),
39578
39578
  encodingFormat: EncodingFormat$outboundSchema.optional(),
@@ -39968,12 +39968,12 @@ var init_createprompt = __esm(() => {
39968
39968
  CreatePromptResponseFormat1$.outboundSchema = CreatePromptResponseFormat1$outboundSchema;
39969
39969
  })(CreatePromptResponseFormat1$ ||= {});
39970
39970
  CreatePromptResponseFormat$inboundSchema = unionType([
39971
- lazyType(() => CreatePromptResponseFormat2$inboundSchema),
39972
- lazyType(() => CreatePromptResponseFormat1$inboundSchema)
39971
+ lazyType(() => CreatePromptResponseFormat1$inboundSchema),
39972
+ lazyType(() => CreatePromptResponseFormat2$inboundSchema)
39973
39973
  ]);
39974
39974
  CreatePromptResponseFormat$outboundSchema = unionType([
39975
- lazyType(() => CreatePromptResponseFormat2$outboundSchema),
39976
- lazyType(() => CreatePromptResponseFormat1$outboundSchema)
39975
+ lazyType(() => CreatePromptResponseFormat1$outboundSchema),
39976
+ lazyType(() => CreatePromptResponseFormat2$outboundSchema)
39977
39977
  ]);
39978
39978
  ((CreatePromptResponseFormat$) => {
39979
39979
  CreatePromptResponseFormat$.inboundSchema = CreatePromptResponseFormat$inboundSchema;
@@ -40011,8 +40011,8 @@ var init_createprompt = __esm(() => {
40011
40011
  quality: stringType().optional(),
40012
40012
  style: stringType().optional(),
40013
40013
  responseFormat: nullableType(unionType([
40014
- lazyType(() => CreatePromptResponseFormat2$inboundSchema),
40015
- lazyType(() => CreatePromptResponseFormat1$inboundSchema)
40014
+ lazyType(() => CreatePromptResponseFormat1$inboundSchema),
40015
+ lazyType(() => CreatePromptResponseFormat2$inboundSchema)
40016
40016
  ])).optional(),
40017
40017
  photoRealVersion: CreatePromptPhotoRealVersion$inboundSchema.optional(),
40018
40018
  encoding_format: CreatePromptEncodingFormat$inboundSchema.optional(),
@@ -40037,8 +40037,8 @@ var init_createprompt = __esm(() => {
40037
40037
  quality: stringType().optional(),
40038
40038
  style: stringType().optional(),
40039
40039
  responseFormat: nullableType(unionType([
40040
- lazyType(() => CreatePromptResponseFormat2$outboundSchema),
40041
- lazyType(() => CreatePromptResponseFormat1$outboundSchema)
40040
+ lazyType(() => CreatePromptResponseFormat1$outboundSchema),
40041
+ lazyType(() => CreatePromptResponseFormat2$outboundSchema)
40042
40042
  ])).optional(),
40043
40043
  photoRealVersion: CreatePromptPhotoRealVersion$outboundSchema.optional(),
40044
40044
  encodingFormat: CreatePromptEncodingFormat$outboundSchema.optional(),
@@ -40935,7 +40935,7 @@ var init_deploymentcreatemetric = __esm(() => {
40935
40935
  })(DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyType$ ||= {});
40936
40936
  DeploymentCreateMetric2File$inboundSchema = objectType({
40937
40937
  file_data: stringType(),
40938
- filename: stringType().optional()
40938
+ filename: stringType()
40939
40939
  }).transform((v2) => {
40940
40940
  return remap(v2, {
40941
40941
  file_data: "fileData"
@@ -40943,7 +40943,7 @@ var init_deploymentcreatemetric = __esm(() => {
40943
40943
  });
40944
40944
  DeploymentCreateMetric2File$outboundSchema = objectType({
40945
40945
  fileData: stringType(),
40946
- filename: stringType().optional()
40946
+ filename: stringType()
40947
40947
  }).transform((v2) => {
40948
40948
  return remap(v2, {
40949
40949
  fileData: "file_data"
@@ -41180,17 +41180,17 @@ var init_deploymentcreatemetric = __esm(() => {
41180
41180
  DeploymentCreateMetricMessagesDeveloperMessage$.outboundSchema = DeploymentCreateMetricMessagesDeveloperMessage$outboundSchema;
41181
41181
  })(DeploymentCreateMetricMessagesDeveloperMessage$ ||= {});
41182
41182
  DeploymentCreateMetricMessages$inboundSchema = unionType([
41183
+ lazyType(() => DeploymentCreateMetricMessagesToolMessage$inboundSchema),
41183
41184
  lazyType(() => DeploymentCreateMetricMessagesDeveloperMessage$inboundSchema),
41184
41185
  lazyType(() => DeploymentCreateMetricMessagesSystemMessage$inboundSchema),
41185
41186
  lazyType(() => DeploymentCreateMetricMessagesUserMessage$inboundSchema),
41186
- lazyType(() => DeploymentCreateMetricMessagesToolMessage$inboundSchema),
41187
41187
  lazyType(() => DeploymentCreateMetricMessagesAssistantMessage$inboundSchema)
41188
41188
  ]);
41189
41189
  DeploymentCreateMetricMessages$outboundSchema = unionType([
41190
+ lazyType(() => DeploymentCreateMetricMessagesToolMessage$outboundSchema),
41190
41191
  lazyType(() => DeploymentCreateMetricMessagesDeveloperMessage$outboundSchema),
41191
41192
  lazyType(() => DeploymentCreateMetricMessagesSystemMessage$outboundSchema),
41192
41193
  lazyType(() => DeploymentCreateMetricMessagesUserMessage$outboundSchema),
41193
- lazyType(() => DeploymentCreateMetricMessagesToolMessage$outboundSchema),
41194
41194
  lazyType(() => DeploymentCreateMetricMessagesAssistantMessage$outboundSchema)
41195
41195
  ]);
41196
41196
  ((DeploymentCreateMetricMessages$) => {
@@ -41409,7 +41409,7 @@ var init_deploymentcreatemetric = __esm(() => {
41409
41409
  })(DeploymentCreateMetric2DeploymentsMetricsRequestRequestBodyChoices3Content4Type$ ||= {});
41410
41410
  DeploymentCreateMetric2DeploymentsMetricsFile$inboundSchema = objectType({
41411
41411
  file_data: stringType(),
41412
- filename: stringType().optional()
41412
+ filename: stringType()
41413
41413
  }).transform((v2) => {
41414
41414
  return remap(v2, {
41415
41415
  file_data: "fileData"
@@ -41417,7 +41417,7 @@ var init_deploymentcreatemetric = __esm(() => {
41417
41417
  });
41418
41418
  DeploymentCreateMetric2DeploymentsMetricsFile$outboundSchema = objectType({
41419
41419
  fileData: stringType(),
41420
- filename: stringType().optional()
41420
+ filename: stringType()
41421
41421
  }).transform((v2) => {
41422
41422
  return remap(v2, {
41423
41423
  fileData: "file_data"
@@ -41654,17 +41654,17 @@ var init_deploymentcreatemetric = __esm(() => {
41654
41654
  ChoicesDeveloperMessage$.outboundSchema = ChoicesDeveloperMessage$outboundSchema;
41655
41655
  })(ChoicesDeveloperMessage$ ||= {});
41656
41656
  Choices$inboundSchema = unionType([
41657
+ lazyType(() => ChoicesToolMessage$inboundSchema),
41657
41658
  lazyType(() => ChoicesDeveloperMessage$inboundSchema),
41658
41659
  lazyType(() => ChoicesSystemMessage$inboundSchema),
41659
41660
  lazyType(() => ChoicesUserMessage$inboundSchema),
41660
- lazyType(() => ChoicesToolMessage$inboundSchema),
41661
41661
  lazyType(() => ChoicesAssistantMessage$inboundSchema)
41662
41662
  ]);
41663
41663
  Choices$outboundSchema = unionType([
41664
+ lazyType(() => ChoicesToolMessage$outboundSchema),
41664
41665
  lazyType(() => ChoicesDeveloperMessage$outboundSchema),
41665
41666
  lazyType(() => ChoicesSystemMessage$outboundSchema),
41666
41667
  lazyType(() => ChoicesUserMessage$outboundSchema),
41667
- lazyType(() => ChoicesToolMessage$outboundSchema),
41668
41668
  lazyType(() => ChoicesAssistantMessage$outboundSchema)
41669
41669
  ]);
41670
41670
  ((Choices$) => {
@@ -41686,17 +41686,17 @@ var init_deploymentcreatemetric = __esm(() => {
41686
41686
  usage: lazyType(() => Usage$inboundSchema).optional(),
41687
41687
  performance: lazyType(() => Performance$inboundSchema).optional(),
41688
41688
  messages: arrayType(unionType([
41689
+ lazyType(() => DeploymentCreateMetricMessagesToolMessage$inboundSchema),
41689
41690
  lazyType(() => DeploymentCreateMetricMessagesDeveloperMessage$inboundSchema),
41690
41691
  lazyType(() => DeploymentCreateMetricMessagesSystemMessage$inboundSchema),
41691
41692
  lazyType(() => DeploymentCreateMetricMessagesUserMessage$inboundSchema),
41692
- lazyType(() => DeploymentCreateMetricMessagesToolMessage$inboundSchema),
41693
41693
  lazyType(() => DeploymentCreateMetricMessagesAssistantMessage$inboundSchema)
41694
41694
  ])).optional(),
41695
41695
  choices: arrayType(unionType([
41696
+ lazyType(() => ChoicesToolMessage$inboundSchema),
41696
41697
  lazyType(() => ChoicesDeveloperMessage$inboundSchema),
41697
41698
  lazyType(() => ChoicesSystemMessage$inboundSchema),
41698
41699
  lazyType(() => ChoicesUserMessage$inboundSchema),
41699
- lazyType(() => ChoicesToolMessage$inboundSchema),
41700
41700
  lazyType(() => ChoicesAssistantMessage$inboundSchema)
41701
41701
  ])).optional(),
41702
41702
  feedback: lazyType(() => Feedback$inboundSchema).optional()
@@ -41706,17 +41706,17 @@ var init_deploymentcreatemetric = __esm(() => {
41706
41706
  usage: lazyType(() => Usage$outboundSchema).optional(),
41707
41707
  performance: lazyType(() => Performance$outboundSchema).optional(),
41708
41708
  messages: arrayType(unionType([
41709
+ lazyType(() => DeploymentCreateMetricMessagesToolMessage$outboundSchema),
41709
41710
  lazyType(() => DeploymentCreateMetricMessagesDeveloperMessage$outboundSchema),
41710
41711
  lazyType(() => DeploymentCreateMetricMessagesSystemMessage$outboundSchema),
41711
41712
  lazyType(() => DeploymentCreateMetricMessagesUserMessage$outboundSchema),
41712
- lazyType(() => DeploymentCreateMetricMessagesToolMessage$outboundSchema),
41713
41713
  lazyType(() => DeploymentCreateMetricMessagesAssistantMessage$outboundSchema)
41714
41714
  ])).optional(),
41715
41715
  choices: arrayType(unionType([
41716
+ lazyType(() => ChoicesToolMessage$outboundSchema),
41716
41717
  lazyType(() => ChoicesDeveloperMessage$outboundSchema),
41717
41718
  lazyType(() => ChoicesSystemMessage$outboundSchema),
41718
41719
  lazyType(() => ChoicesUserMessage$outboundSchema),
41719
- lazyType(() => ChoicesToolMessage$outboundSchema),
41720
41720
  lazyType(() => ChoicesAssistantMessage$outboundSchema)
41721
41721
  ])).optional(),
41722
41722
  feedback: lazyType(() => Feedback$outboundSchema).optional()
@@ -42131,7 +42131,7 @@ var init_deploymentgetconfig = __esm(() => {
42131
42131
  })(DeploymentGetConfig2DeploymentsType$ ||= {});
42132
42132
  FileT$inboundSchema = objectType({
42133
42133
  file_data: stringType(),
42134
- filename: stringType().optional()
42134
+ filename: stringType()
42135
42135
  }).transform((v2) => {
42136
42136
  return remap(v2, {
42137
42137
  file_data: "fileData"
@@ -42139,7 +42139,7 @@ var init_deploymentgetconfig = __esm(() => {
42139
42139
  });
42140
42140
  FileT$outboundSchema = objectType({
42141
42141
  fileData: stringType(),
42142
- filename: stringType().optional()
42142
+ filename: stringType()
42143
42143
  }).transform((v2) => {
42144
42144
  return remap(v2, {
42145
42145
  fileData: "file_data"
@@ -42376,17 +42376,17 @@ var init_deploymentgetconfig = __esm(() => {
42376
42376
  DeveloperMessage$.outboundSchema = DeveloperMessage$outboundSchema;
42377
42377
  })(DeveloperMessage$ ||= {});
42378
42378
  PrefixMessages$inboundSchema = unionType([
42379
+ lazyType(() => ToolMessage$inboundSchema),
42379
42380
  lazyType(() => DeveloperMessage$inboundSchema),
42380
42381
  lazyType(() => SystemMessage$inboundSchema),
42381
42382
  lazyType(() => UserMessage$inboundSchema),
42382
- lazyType(() => ToolMessage$inboundSchema),
42383
42383
  lazyType(() => AssistantMessage$inboundSchema)
42384
42384
  ]);
42385
42385
  PrefixMessages$outboundSchema = unionType([
42386
+ lazyType(() => ToolMessage$outboundSchema),
42386
42387
  lazyType(() => DeveloperMessage$outboundSchema),
42387
42388
  lazyType(() => SystemMessage$outboundSchema),
42388
42389
  lazyType(() => UserMessage$outboundSchema),
42389
- lazyType(() => ToolMessage$outboundSchema),
42390
42390
  lazyType(() => AssistantMessage$outboundSchema)
42391
42391
  ]);
42392
42392
  ((PrefixMessages$) => {
@@ -42605,7 +42605,7 @@ var init_deploymentgetconfig = __esm(() => {
42605
42605
  })(DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$ ||= {});
42606
42606
  TwoFile$inboundSchema = objectType({
42607
42607
  file_data: stringType(),
42608
- filename: stringType().optional()
42608
+ filename: stringType()
42609
42609
  }).transform((v2) => {
42610
42610
  return remap(v2, {
42611
42611
  file_data: "fileData"
@@ -42613,7 +42613,7 @@ var init_deploymentgetconfig = __esm(() => {
42613
42613
  });
42614
42614
  TwoFile$outboundSchema = objectType({
42615
42615
  fileData: stringType(),
42616
- filename: stringType().optional()
42616
+ filename: stringType()
42617
42617
  }).transform((v2) => {
42618
42618
  return remap(v2, {
42619
42619
  fileData: "file_data"
@@ -42850,17 +42850,17 @@ var init_deploymentgetconfig = __esm(() => {
42850
42850
  MessagesDeveloperMessage$.outboundSchema = MessagesDeveloperMessage$outboundSchema;
42851
42851
  })(MessagesDeveloperMessage$ ||= {});
42852
42852
  Messages$inboundSchema = unionType([
42853
+ lazyType(() => MessagesToolMessage$inboundSchema),
42853
42854
  lazyType(() => MessagesDeveloperMessage$inboundSchema),
42854
42855
  lazyType(() => MessagesSystemMessage$inboundSchema),
42855
42856
  lazyType(() => MessagesUserMessage$inboundSchema),
42856
- lazyType(() => MessagesToolMessage$inboundSchema),
42857
42857
  lazyType(() => MessagesAssistantMessage$inboundSchema)
42858
42858
  ]);
42859
42859
  Messages$outboundSchema = unionType([
42860
+ lazyType(() => MessagesToolMessage$outboundSchema),
42860
42861
  lazyType(() => MessagesDeveloperMessage$outboundSchema),
42861
42862
  lazyType(() => MessagesSystemMessage$outboundSchema),
42862
42863
  lazyType(() => MessagesUserMessage$outboundSchema),
42863
- lazyType(() => MessagesToolMessage$outboundSchema),
42864
42864
  lazyType(() => MessagesAssistantMessage$outboundSchema)
42865
42865
  ]);
42866
42866
  ((Messages$) => {
@@ -43458,17 +43458,17 @@ var init_deploymentgetconfig = __esm(() => {
43458
43458
  inputs: recordType(unionType([stringType(), numberType(), booleanType()])).optional(),
43459
43459
  context: recordType(anyType()).optional(),
43460
43460
  prefix_messages: arrayType(unionType([
43461
+ lazyType(() => ToolMessage$inboundSchema),
43461
43462
  lazyType(() => DeveloperMessage$inboundSchema),
43462
43463
  lazyType(() => SystemMessage$inboundSchema),
43463
43464
  lazyType(() => UserMessage$inboundSchema),
43464
- lazyType(() => ToolMessage$inboundSchema),
43465
43465
  lazyType(() => AssistantMessage$inboundSchema)
43466
43466
  ])).optional(),
43467
43467
  messages: arrayType(unionType([
43468
+ lazyType(() => MessagesToolMessage$inboundSchema),
43468
43469
  lazyType(() => MessagesDeveloperMessage$inboundSchema),
43469
43470
  lazyType(() => MessagesSystemMessage$inboundSchema),
43470
43471
  lazyType(() => MessagesUserMessage$inboundSchema),
43471
- lazyType(() => MessagesToolMessage$inboundSchema),
43472
43472
  lazyType(() => MessagesAssistantMessage$inboundSchema)
43473
43473
  ])).optional(),
43474
43474
  file_ids: arrayType(stringType()).optional(),
@@ -43506,17 +43506,17 @@ var init_deploymentgetconfig = __esm(() => {
43506
43506
  inputs: recordType(unionType([stringType(), numberType(), booleanType()])).optional(),
43507
43507
  context: recordType(anyType()).optional(),
43508
43508
  prefixMessages: arrayType(unionType([
43509
+ lazyType(() => ToolMessage$outboundSchema),
43509
43510
  lazyType(() => DeveloperMessage$outboundSchema),
43510
43511
  lazyType(() => SystemMessage$outboundSchema),
43511
43512
  lazyType(() => UserMessage$outboundSchema),
43512
- lazyType(() => ToolMessage$outboundSchema),
43513
43513
  lazyType(() => AssistantMessage$outboundSchema)
43514
43514
  ])).optional(),
43515
43515
  messages: arrayType(unionType([
43516
+ lazyType(() => MessagesToolMessage$outboundSchema),
43516
43517
  lazyType(() => MessagesDeveloperMessage$outboundSchema),
43517
43518
  lazyType(() => MessagesSystemMessage$outboundSchema),
43518
43519
  lazyType(() => MessagesUserMessage$outboundSchema),
43519
- lazyType(() => MessagesToolMessage$outboundSchema),
43520
43520
  lazyType(() => MessagesAssistantMessage$outboundSchema)
43521
43521
  ])).optional(),
43522
43522
  fileIds: arrayType(stringType()).optional(),
@@ -43832,12 +43832,12 @@ var init_deploymentgetconfig = __esm(() => {
43832
43832
  DeploymentGetConfigResponseFormat1$.outboundSchema = DeploymentGetConfigResponseFormat1$outboundSchema;
43833
43833
  })(DeploymentGetConfigResponseFormat1$ ||= {});
43834
43834
  DeploymentGetConfigResponseFormat$inboundSchema = unionType([
43835
- lazyType(() => DeploymentGetConfigResponseFormat2$inboundSchema),
43836
- lazyType(() => DeploymentGetConfigResponseFormat1$inboundSchema)
43835
+ lazyType(() => DeploymentGetConfigResponseFormat1$inboundSchema),
43836
+ lazyType(() => DeploymentGetConfigResponseFormat2$inboundSchema)
43837
43837
  ]);
43838
43838
  DeploymentGetConfigResponseFormat$outboundSchema = unionType([
43839
- lazyType(() => DeploymentGetConfigResponseFormat2$outboundSchema),
43840
- lazyType(() => DeploymentGetConfigResponseFormat1$outboundSchema)
43839
+ lazyType(() => DeploymentGetConfigResponseFormat1$outboundSchema),
43840
+ lazyType(() => DeploymentGetConfigResponseFormat2$outboundSchema)
43841
43841
  ]);
43842
43842
  ((DeploymentGetConfigResponseFormat$) => {
43843
43843
  DeploymentGetConfigResponseFormat$.inboundSchema = DeploymentGetConfigResponseFormat$inboundSchema;
@@ -43875,8 +43875,8 @@ var init_deploymentgetconfig = __esm(() => {
43875
43875
  quality: stringType().optional(),
43876
43876
  style: stringType().optional(),
43877
43877
  responseFormat: nullableType(unionType([
43878
- lazyType(() => DeploymentGetConfigResponseFormat2$inboundSchema),
43879
- lazyType(() => DeploymentGetConfigResponseFormat1$inboundSchema)
43878
+ lazyType(() => DeploymentGetConfigResponseFormat1$inboundSchema),
43879
+ lazyType(() => DeploymentGetConfigResponseFormat2$inboundSchema)
43880
43880
  ])).optional(),
43881
43881
  photoRealVersion: DeploymentGetConfigPhotoRealVersion$inboundSchema.optional(),
43882
43882
  encoding_format: DeploymentGetConfigEncodingFormat$inboundSchema.optional(),
@@ -43901,8 +43901,8 @@ var init_deploymentgetconfig = __esm(() => {
43901
43901
  quality: stringType().optional(),
43902
43902
  style: stringType().optional(),
43903
43903
  responseFormat: nullableType(unionType([
43904
- lazyType(() => DeploymentGetConfigResponseFormat2$outboundSchema),
43905
- lazyType(() => DeploymentGetConfigResponseFormat1$outboundSchema)
43904
+ lazyType(() => DeploymentGetConfigResponseFormat1$outboundSchema),
43905
+ lazyType(() => DeploymentGetConfigResponseFormat2$outboundSchema)
43906
43906
  ])).optional(),
43907
43907
  photoRealVersion: DeploymentGetConfigPhotoRealVersion$outboundSchema.optional(),
43908
43908
  encodingFormat: DeploymentGetConfigEncodingFormat$outboundSchema.optional(),
@@ -44268,14 +44268,14 @@ var init_deploymentinvoke = __esm(() => {
44268
44268
  Message1$.outboundSchema = Message1$outboundSchema;
44269
44269
  })(Message1$ ||= {});
44270
44270
  Message$inboundSchema = unionType([
44271
- lazyType(() => Message3$inboundSchema),
44271
+ lazyType(() => Message1$inboundSchema),
44272
44272
  lazyType(() => Message2$inboundSchema),
44273
- lazyType(() => Message1$inboundSchema)
44273
+ lazyType(() => Message3$inboundSchema)
44274
44274
  ]);
44275
44275
  Message$outboundSchema = unionType([
44276
- lazyType(() => Message3$outboundSchema),
44276
+ lazyType(() => Message1$outboundSchema),
44277
44277
  lazyType(() => Message2$outboundSchema),
44278
- lazyType(() => Message1$outboundSchema)
44278
+ lazyType(() => Message3$outboundSchema)
44279
44279
  ]);
44280
44280
  ((Message$) => {
44281
44281
  Message$.inboundSchema = Message$inboundSchema;
@@ -44284,9 +44284,9 @@ var init_deploymentinvoke = __esm(() => {
44284
44284
  DeploymentInvokeChoices$inboundSchema = objectType({
44285
44285
  index: numberType(),
44286
44286
  message: unionType([
44287
- lazyType(() => Message3$inboundSchema),
44287
+ lazyType(() => Message1$inboundSchema),
44288
44288
  lazyType(() => Message2$inboundSchema),
44289
- lazyType(() => Message1$inboundSchema)
44289
+ lazyType(() => Message3$inboundSchema)
44290
44290
  ]),
44291
44291
  finish_reason: nullableType(stringType()).optional()
44292
44292
  }).transform((v2) => {
@@ -44297,9 +44297,9 @@ var init_deploymentinvoke = __esm(() => {
44297
44297
  DeploymentInvokeChoices$outboundSchema = objectType({
44298
44298
  index: numberType(),
44299
44299
  message: unionType([
44300
- lazyType(() => Message3$outboundSchema),
44300
+ lazyType(() => Message1$outboundSchema),
44301
44301
  lazyType(() => Message2$outboundSchema),
44302
- lazyType(() => Message1$outboundSchema)
44302
+ lazyType(() => Message3$outboundSchema)
44303
44303
  ]),
44304
44304
  finishReason: nullableType(stringType()).optional()
44305
44305
  }).transform((v2) => {
@@ -44609,12 +44609,12 @@ var init_deployments = __esm(() => {
44609
44609
  DeploymentsResponseFormat1$.outboundSchema = DeploymentsResponseFormat1$outboundSchema;
44610
44610
  })(DeploymentsResponseFormat1$ ||= {});
44611
44611
  DeploymentsResponseFormat$inboundSchema = unionType([
44612
- lazyType(() => DeploymentsResponseFormat2$inboundSchema),
44613
- lazyType(() => DeploymentsResponseFormat1$inboundSchema)
44612
+ lazyType(() => DeploymentsResponseFormat1$inboundSchema),
44613
+ lazyType(() => DeploymentsResponseFormat2$inboundSchema)
44614
44614
  ]);
44615
44615
  DeploymentsResponseFormat$outboundSchema = unionType([
44616
- lazyType(() => DeploymentsResponseFormat2$outboundSchema),
44617
- lazyType(() => DeploymentsResponseFormat1$outboundSchema)
44616
+ lazyType(() => DeploymentsResponseFormat1$outboundSchema),
44617
+ lazyType(() => DeploymentsResponseFormat2$outboundSchema)
44618
44618
  ]);
44619
44619
  ((DeploymentsResponseFormat$) => {
44620
44620
  DeploymentsResponseFormat$.inboundSchema = DeploymentsResponseFormat$inboundSchema;
@@ -44652,8 +44652,8 @@ var init_deployments = __esm(() => {
44652
44652
  quality: stringType().optional(),
44653
44653
  style: stringType().optional(),
44654
44654
  responseFormat: nullableType(unionType([
44655
- lazyType(() => DeploymentsResponseFormat2$inboundSchema),
44656
- lazyType(() => DeploymentsResponseFormat1$inboundSchema)
44655
+ lazyType(() => DeploymentsResponseFormat1$inboundSchema),
44656
+ lazyType(() => DeploymentsResponseFormat2$inboundSchema)
44657
44657
  ])).optional(),
44658
44658
  photoRealVersion: DeploymentsPhotoRealVersion$inboundSchema.optional(),
44659
44659
  encoding_format: DeploymentsEncodingFormat$inboundSchema.optional(),
@@ -44678,8 +44678,8 @@ var init_deployments = __esm(() => {
44678
44678
  quality: stringType().optional(),
44679
44679
  style: stringType().optional(),
44680
44680
  responseFormat: nullableType(unionType([
44681
- lazyType(() => DeploymentsResponseFormat2$outboundSchema),
44682
- lazyType(() => DeploymentsResponseFormat1$outboundSchema)
44681
+ lazyType(() => DeploymentsResponseFormat1$outboundSchema),
44682
+ lazyType(() => DeploymentsResponseFormat2$outboundSchema)
44683
44683
  ])).optional(),
44684
44684
  photoRealVersion: DeploymentsPhotoRealVersion$outboundSchema.optional(),
44685
44685
  encodingFormat: DeploymentsEncodingFormat$outboundSchema.optional(),
@@ -45378,7 +45378,7 @@ var init_deploymentstream = __esm(() => {
45378
45378
  })(DeploymentStream2DeploymentsRequestRequestBodyType$ ||= {});
45379
45379
  DeploymentStream2File$inboundSchema = objectType({
45380
45380
  file_data: stringType(),
45381
- filename: stringType().optional()
45381
+ filename: stringType()
45382
45382
  }).transform((v2) => {
45383
45383
  return remap(v2, {
45384
45384
  file_data: "fileData"
@@ -45386,7 +45386,7 @@ var init_deploymentstream = __esm(() => {
45386
45386
  });
45387
45387
  DeploymentStream2File$outboundSchema = objectType({
45388
45388
  fileData: stringType(),
45389
- filename: stringType().optional()
45389
+ filename: stringType()
45390
45390
  }).transform((v2) => {
45391
45391
  return remap(v2, {
45392
45392
  fileData: "file_data"
@@ -45623,17 +45623,17 @@ var init_deploymentstream = __esm(() => {
45623
45623
  PrefixMessagesDeveloperMessage$.outboundSchema = PrefixMessagesDeveloperMessage$outboundSchema;
45624
45624
  })(PrefixMessagesDeveloperMessage$ ||= {});
45625
45625
  DeploymentStreamPrefixMessages$inboundSchema = unionType([
45626
+ lazyType(() => PrefixMessagesToolMessage$inboundSchema),
45626
45627
  lazyType(() => PrefixMessagesDeveloperMessage$inboundSchema),
45627
45628
  lazyType(() => PrefixMessagesSystemMessage$inboundSchema),
45628
45629
  lazyType(() => PrefixMessagesUserMessage$inboundSchema),
45629
- lazyType(() => PrefixMessagesToolMessage$inboundSchema),
45630
45630
  lazyType(() => PrefixMessagesAssistantMessage$inboundSchema)
45631
45631
  ]);
45632
45632
  DeploymentStreamPrefixMessages$outboundSchema = unionType([
45633
+ lazyType(() => PrefixMessagesToolMessage$outboundSchema),
45633
45634
  lazyType(() => PrefixMessagesDeveloperMessage$outboundSchema),
45634
45635
  lazyType(() => PrefixMessagesSystemMessage$outboundSchema),
45635
45636
  lazyType(() => PrefixMessagesUserMessage$outboundSchema),
45636
- lazyType(() => PrefixMessagesToolMessage$outboundSchema),
45637
45637
  lazyType(() => PrefixMessagesAssistantMessage$outboundSchema)
45638
45638
  ]);
45639
45639
  ((DeploymentStreamPrefixMessages$) => {
@@ -45852,7 +45852,7 @@ var init_deploymentstream = __esm(() => {
45852
45852
  })(DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type$ ||= {});
45853
45853
  DeploymentStream2DeploymentsFile$inboundSchema = objectType({
45854
45854
  file_data: stringType(),
45855
- filename: stringType().optional()
45855
+ filename: stringType()
45856
45856
  }).transform((v2) => {
45857
45857
  return remap(v2, {
45858
45858
  file_data: "fileData"
@@ -45860,7 +45860,7 @@ var init_deploymentstream = __esm(() => {
45860
45860
  });
45861
45861
  DeploymentStream2DeploymentsFile$outboundSchema = objectType({
45862
45862
  fileData: stringType(),
45863
- filename: stringType().optional()
45863
+ filename: stringType()
45864
45864
  }).transform((v2) => {
45865
45865
  return remap(v2, {
45866
45866
  fileData: "file_data"
@@ -46097,17 +46097,17 @@ var init_deploymentstream = __esm(() => {
46097
46097
  DeploymentStreamMessagesDeveloperMessage$.outboundSchema = DeploymentStreamMessagesDeveloperMessage$outboundSchema;
46098
46098
  })(DeploymentStreamMessagesDeveloperMessage$ ||= {});
46099
46099
  DeploymentStreamMessages$inboundSchema = unionType([
46100
+ lazyType(() => DeploymentStreamMessagesToolMessage$inboundSchema),
46100
46101
  lazyType(() => DeploymentStreamMessagesDeveloperMessage$inboundSchema),
46101
46102
  lazyType(() => DeploymentStreamMessagesSystemMessage$inboundSchema),
46102
46103
  lazyType(() => DeploymentStreamMessagesUserMessage$inboundSchema),
46103
- lazyType(() => DeploymentStreamMessagesToolMessage$inboundSchema),
46104
46104
  lazyType(() => DeploymentStreamMessagesAssistantMessage$inboundSchema)
46105
46105
  ]);
46106
46106
  DeploymentStreamMessages$outboundSchema = unionType([
46107
+ lazyType(() => DeploymentStreamMessagesToolMessage$outboundSchema),
46107
46108
  lazyType(() => DeploymentStreamMessagesDeveloperMessage$outboundSchema),
46108
46109
  lazyType(() => DeploymentStreamMessagesSystemMessage$outboundSchema),
46109
46110
  lazyType(() => DeploymentStreamMessagesUserMessage$outboundSchema),
46110
- lazyType(() => DeploymentStreamMessagesToolMessage$outboundSchema),
46111
46111
  lazyType(() => DeploymentStreamMessagesAssistantMessage$outboundSchema)
46112
46112
  ]);
46113
46113
  ((DeploymentStreamMessages$) => {
@@ -46705,17 +46705,17 @@ var init_deploymentstream = __esm(() => {
46705
46705
  inputs: recordType(unionType([stringType(), numberType(), booleanType()])).optional(),
46706
46706
  context: recordType(anyType()).optional(),
46707
46707
  prefix_messages: arrayType(unionType([
46708
+ lazyType(() => PrefixMessagesToolMessage$inboundSchema),
46708
46709
  lazyType(() => PrefixMessagesDeveloperMessage$inboundSchema),
46709
46710
  lazyType(() => PrefixMessagesSystemMessage$inboundSchema),
46710
46711
  lazyType(() => PrefixMessagesUserMessage$inboundSchema),
46711
- lazyType(() => PrefixMessagesToolMessage$inboundSchema),
46712
46712
  lazyType(() => PrefixMessagesAssistantMessage$inboundSchema)
46713
46713
  ])).optional(),
46714
46714
  messages: arrayType(unionType([
46715
+ lazyType(() => DeploymentStreamMessagesToolMessage$inboundSchema),
46715
46716
  lazyType(() => DeploymentStreamMessagesDeveloperMessage$inboundSchema),
46716
46717
  lazyType(() => DeploymentStreamMessagesSystemMessage$inboundSchema),
46717
46718
  lazyType(() => DeploymentStreamMessagesUserMessage$inboundSchema),
46718
- lazyType(() => DeploymentStreamMessagesToolMessage$inboundSchema),
46719
46719
  lazyType(() => DeploymentStreamMessagesAssistantMessage$inboundSchema)
46720
46720
  ])).optional(),
46721
46721
  file_ids: arrayType(stringType()).optional(),
@@ -46753,17 +46753,17 @@ var init_deploymentstream = __esm(() => {
46753
46753
  inputs: recordType(unionType([stringType(), numberType(), booleanType()])).optional(),
46754
46754
  context: recordType(anyType()).optional(),
46755
46755
  prefixMessages: arrayType(unionType([
46756
+ lazyType(() => PrefixMessagesToolMessage$outboundSchema),
46756
46757
  lazyType(() => PrefixMessagesDeveloperMessage$outboundSchema),
46757
46758
  lazyType(() => PrefixMessagesSystemMessage$outboundSchema),
46758
46759
  lazyType(() => PrefixMessagesUserMessage$outboundSchema),
46759
- lazyType(() => PrefixMessagesToolMessage$outboundSchema),
46760
46760
  lazyType(() => PrefixMessagesAssistantMessage$outboundSchema)
46761
46761
  ])).optional(),
46762
46762
  messages: arrayType(unionType([
46763
+ lazyType(() => DeploymentStreamMessagesToolMessage$outboundSchema),
46763
46764
  lazyType(() => DeploymentStreamMessagesDeveloperMessage$outboundSchema),
46764
46765
  lazyType(() => DeploymentStreamMessagesSystemMessage$outboundSchema),
46765
46766
  lazyType(() => DeploymentStreamMessagesUserMessage$outboundSchema),
46766
- lazyType(() => DeploymentStreamMessagesToolMessage$outboundSchema),
46767
46767
  lazyType(() => DeploymentStreamMessagesAssistantMessage$outboundSchema)
46768
46768
  ])).optional(),
46769
46769
  fileIds: arrayType(stringType()).optional(),
@@ -46911,14 +46911,14 @@ var init_deploymentstream = __esm(() => {
46911
46911
  DeploymentStreamMessage1$.outboundSchema = DeploymentStreamMessage1$outboundSchema;
46912
46912
  })(DeploymentStreamMessage1$ ||= {});
46913
46913
  DeploymentStreamMessage$inboundSchema = unionType([
46914
+ lazyType(() => DeploymentStreamMessage1$inboundSchema),
46914
46915
  lazyType(() => DeploymentStreamMessage2$inboundSchema),
46915
- lazyType(() => DeploymentStreamMessage3$inboundSchema),
46916
- lazyType(() => DeploymentStreamMessage1$inboundSchema)
46916
+ lazyType(() => DeploymentStreamMessage3$inboundSchema)
46917
46917
  ]);
46918
46918
  DeploymentStreamMessage$outboundSchema = unionType([
46919
+ lazyType(() => DeploymentStreamMessage1$outboundSchema),
46919
46920
  lazyType(() => DeploymentStreamMessage2$outboundSchema),
46920
- lazyType(() => DeploymentStreamMessage3$outboundSchema),
46921
- lazyType(() => DeploymentStreamMessage1$outboundSchema)
46921
+ lazyType(() => DeploymentStreamMessage3$outboundSchema)
46922
46922
  ]);
46923
46923
  ((DeploymentStreamMessage$) => {
46924
46924
  DeploymentStreamMessage$.inboundSchema = DeploymentStreamMessage$inboundSchema;
@@ -46927,9 +46927,9 @@ var init_deploymentstream = __esm(() => {
46927
46927
  DeploymentStreamChoices$inboundSchema = objectType({
46928
46928
  index: numberType(),
46929
46929
  message: unionType([
46930
+ lazyType(() => DeploymentStreamMessage1$inboundSchema),
46930
46931
  lazyType(() => DeploymentStreamMessage2$inboundSchema),
46931
- lazyType(() => DeploymentStreamMessage3$inboundSchema),
46932
- lazyType(() => DeploymentStreamMessage1$inboundSchema)
46932
+ lazyType(() => DeploymentStreamMessage3$inboundSchema)
46933
46933
  ]).optional(),
46934
46934
  finish_reason: nullableType(stringType()).optional()
46935
46935
  }).transform((v2) => {
@@ -46940,9 +46940,9 @@ var init_deploymentstream = __esm(() => {
46940
46940
  DeploymentStreamChoices$outboundSchema = objectType({
46941
46941
  index: numberType(),
46942
46942
  message: unionType([
46943
+ lazyType(() => DeploymentStreamMessage1$outboundSchema),
46943
46944
  lazyType(() => DeploymentStreamMessage2$outboundSchema),
46944
- lazyType(() => DeploymentStreamMessage3$outboundSchema),
46945
- lazyType(() => DeploymentStreamMessage1$outboundSchema)
46945
+ lazyType(() => DeploymentStreamMessage3$outboundSchema)
46946
46946
  ]).optional(),
46947
46947
  finishReason: nullableType(stringType()).optional()
46948
46948
  }).transform((v2) => {
@@ -48566,7 +48566,7 @@ var init_fileget = __esm(() => {
48566
48566
  bytes: numberType(),
48567
48567
  file_name: stringType(),
48568
48568
  workspace_id: stringType(),
48569
- created: stringType().datetime({ offset: true }).default("2025-06-16T13:25:10.063Z").transform((v2) => new Date(v2))
48569
+ created: stringType().datetime({ offset: true }).default("2025-06-17T22:56:21.116Z").transform((v2) => new Date(v2))
48570
48570
  }).transform((v2) => {
48571
48571
  return remap(v2, {
48572
48572
  _id: "id",
@@ -48582,7 +48582,7 @@ var init_fileget = __esm(() => {
48582
48582
  bytes: numberType(),
48583
48583
  fileName: stringType(),
48584
48584
  workspaceId: stringType(),
48585
- created: dateType().default(() => new Date("2025-06-16T13:25:10.063Z")).transform((v2) => v2.toISOString())
48585
+ created: dateType().default(() => new Date("2025-06-17T22:56:21.116Z")).transform((v2) => v2.toISOString())
48586
48586
  }).transform((v2) => {
48587
48587
  return remap(v2, {
48588
48588
  id: "_id",
@@ -48653,7 +48653,7 @@ var init_filelist = __esm(() => {
48653
48653
  bytes: numberType(),
48654
48654
  file_name: stringType(),
48655
48655
  workspace_id: stringType(),
48656
- created: stringType().datetime({ offset: true }).default("2025-06-16T13:25:10.063Z").transform((v2) => new Date(v2))
48656
+ created: stringType().datetime({ offset: true }).default("2025-06-17T22:56:21.116Z").transform((v2) => new Date(v2))
48657
48657
  }).transform((v2) => {
48658
48658
  return remap(v2, {
48659
48659
  _id: "id",
@@ -48669,7 +48669,7 @@ var init_filelist = __esm(() => {
48669
48669
  bytes: numberType(),
48670
48670
  fileName: stringType(),
48671
48671
  workspaceId: stringType(),
48672
- created: dateType().default(() => new Date("2025-06-16T13:25:10.063Z")).transform((v2) => v2.toISOString())
48672
+ created: dateType().default(() => new Date("2025-06-17T22:56:21.116Z")).transform((v2) => v2.toISOString())
48673
48673
  }).transform((v2) => {
48674
48674
  return remap(v2, {
48675
48675
  id: "_id",
@@ -48801,7 +48801,7 @@ var init_fileupload = __esm(() => {
48801
48801
  bytes: numberType(),
48802
48802
  file_name: stringType(),
48803
48803
  workspace_id: stringType(),
48804
- created: stringType().datetime({ offset: true }).default("2025-06-16T13:25:10.063Z").transform((v2) => new Date(v2))
48804
+ created: stringType().datetime({ offset: true }).default("2025-06-17T22:56:21.116Z").transform((v2) => new Date(v2))
48805
48805
  }).transform((v2) => {
48806
48806
  return remap(v2, {
48807
48807
  _id: "id",
@@ -48817,7 +48817,7 @@ var init_fileupload = __esm(() => {
48817
48817
  bytes: numberType(),
48818
48818
  fileName: stringType(),
48819
48819
  workspaceId: stringType(),
48820
- created: dateType().default(() => new Date("2025-06-16T13:25:10.063Z")).transform((v2) => v2.toISOString())
48820
+ created: dateType().default(() => new Date("2025-06-17T22:56:21.116Z")).transform((v2) => v2.toISOString())
48821
48821
  }).transform((v2) => {
48822
48822
  return remap(v2, {
48823
48823
  id: "_id",
@@ -49058,12 +49058,12 @@ var init_getallprompts = __esm(() => {
49058
49058
  GetAllPromptsResponseFormat1$.outboundSchema = GetAllPromptsResponseFormat1$outboundSchema;
49059
49059
  })(GetAllPromptsResponseFormat1$ ||= {});
49060
49060
  GetAllPromptsResponseFormat$inboundSchema = unionType([
49061
- lazyType(() => GetAllPromptsResponseFormat2$inboundSchema),
49062
- lazyType(() => GetAllPromptsResponseFormat1$inboundSchema)
49061
+ lazyType(() => GetAllPromptsResponseFormat1$inboundSchema),
49062
+ lazyType(() => GetAllPromptsResponseFormat2$inboundSchema)
49063
49063
  ]);
49064
49064
  GetAllPromptsResponseFormat$outboundSchema = unionType([
49065
- lazyType(() => GetAllPromptsResponseFormat2$outboundSchema),
49066
- lazyType(() => GetAllPromptsResponseFormat1$outboundSchema)
49065
+ lazyType(() => GetAllPromptsResponseFormat1$outboundSchema),
49066
+ lazyType(() => GetAllPromptsResponseFormat2$outboundSchema)
49067
49067
  ]);
49068
49068
  ((GetAllPromptsResponseFormat$) => {
49069
49069
  GetAllPromptsResponseFormat$.inboundSchema = GetAllPromptsResponseFormat$inboundSchema;
@@ -49101,8 +49101,8 @@ var init_getallprompts = __esm(() => {
49101
49101
  quality: stringType().optional(),
49102
49102
  style: stringType().optional(),
49103
49103
  responseFormat: nullableType(unionType([
49104
- lazyType(() => GetAllPromptsResponseFormat2$inboundSchema),
49105
- lazyType(() => GetAllPromptsResponseFormat1$inboundSchema)
49104
+ lazyType(() => GetAllPromptsResponseFormat1$inboundSchema),
49105
+ lazyType(() => GetAllPromptsResponseFormat2$inboundSchema)
49106
49106
  ])).optional(),
49107
49107
  photoRealVersion: GetAllPromptsPhotoRealVersion$inboundSchema.optional(),
49108
49108
  encoding_format: GetAllPromptsEncodingFormat$inboundSchema.optional(),
@@ -49127,8 +49127,8 @@ var init_getallprompts = __esm(() => {
49127
49127
  quality: stringType().optional(),
49128
49128
  style: stringType().optional(),
49129
49129
  responseFormat: nullableType(unionType([
49130
- lazyType(() => GetAllPromptsResponseFormat2$outboundSchema),
49131
- lazyType(() => GetAllPromptsResponseFormat1$outboundSchema)
49130
+ lazyType(() => GetAllPromptsResponseFormat1$outboundSchema),
49131
+ lazyType(() => GetAllPromptsResponseFormat2$outboundSchema)
49132
49132
  ])).optional(),
49133
49133
  photoRealVersion: GetAllPromptsPhotoRealVersion$outboundSchema.optional(),
49134
49134
  encodingFormat: GetAllPromptsEncodingFormat$outboundSchema.optional(),
@@ -49800,12 +49800,12 @@ var init_getevals = __esm(() => {
49800
49800
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$.outboundSchema = GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema;
49801
49801
  })(GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$ ||= {});
49802
49802
  GetEvalsDataEvalsResponse200ApplicationJSONGuardrailConfig$inboundSchema = unionType([
49803
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
49804
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
49803
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
49804
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
49805
49805
  ]);
49806
49806
  GetEvalsDataEvalsResponse200ApplicationJSONGuardrailConfig$outboundSchema = unionType([
49807
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
49808
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
49807
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
49808
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
49809
49809
  ]);
49810
49810
  ((GetEvalsDataEvalsResponse200ApplicationJSONGuardrailConfig$) => {
49811
49811
  GetEvalsDataEvalsResponse200ApplicationJSONGuardrailConfig$.inboundSchema = GetEvalsDataEvalsResponse200ApplicationJSONGuardrailConfig$inboundSchema;
@@ -49820,11 +49820,11 @@ var init_getevals = __esm(() => {
49820
49820
  Typescript$inboundSchema = objectType({
49821
49821
  _id: stringType(),
49822
49822
  description: stringType(),
49823
- created: stringType().default("2025-06-16T13:25:09.055Z"),
49824
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
49823
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
49824
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
49825
49825
  guardrail_config: unionType([
49826
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
49827
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
49826
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
49827
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
49828
49828
  ]).optional(),
49829
49829
  code: stringType(),
49830
49830
  type: GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema,
@@ -49838,11 +49838,11 @@ var init_getevals = __esm(() => {
49838
49838
  Typescript$outboundSchema = objectType({
49839
49839
  id: stringType(),
49840
49840
  description: stringType(),
49841
- created: stringType().default("2025-06-16T13:25:09.055Z"),
49842
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
49841
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
49842
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
49843
49843
  guardrailConfig: unionType([
49844
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
49845
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
49844
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
49845
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
49846
49846
  ]).optional(),
49847
49847
  code: stringType(),
49848
49848
  type: GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema,
@@ -49906,12 +49906,12 @@ var init_getevals = __esm(() => {
49906
49906
  GetEvalsGuardrailConfigEvalsResponse200Boolean$.outboundSchema = GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema;
49907
49907
  })(GetEvalsGuardrailConfigEvalsResponse200Boolean$ ||= {});
49908
49908
  GetEvalsDataEvalsResponse200GuardrailConfig$inboundSchema = unionType([
49909
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
49910
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema)
49909
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
49910
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema)
49911
49911
  ]);
49912
49912
  GetEvalsDataEvalsResponse200GuardrailConfig$outboundSchema = unionType([
49913
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
49914
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema)
49913
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
49914
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema)
49915
49915
  ]);
49916
49916
  ((GetEvalsDataEvalsResponse200GuardrailConfig$) => {
49917
49917
  GetEvalsDataEvalsResponse200GuardrailConfig$.inboundSchema = GetEvalsDataEvalsResponse200GuardrailConfig$inboundSchema;
@@ -49932,11 +49932,11 @@ var init_getevals = __esm(() => {
49932
49932
  Ragas$inboundSchema = objectType({
49933
49933
  _id: stringType(),
49934
49934
  description: stringType(),
49935
- created: stringType().default("2025-06-16T13:25:09.055Z"),
49936
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
49935
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
49936
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
49937
49937
  guardrail_config: unionType([
49938
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
49939
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema)
49938
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
49939
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema)
49940
49940
  ]).optional(),
49941
49941
  type: GetEvalsDataEvalsResponse200ApplicationJSONType$inboundSchema,
49942
49942
  ragas_metric: RagasMetric$inboundSchema,
@@ -49952,11 +49952,11 @@ var init_getevals = __esm(() => {
49952
49952
  Ragas$outboundSchema = objectType({
49953
49953
  id: stringType(),
49954
49954
  description: stringType(),
49955
- created: stringType().default("2025-06-16T13:25:09.055Z"),
49956
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
49955
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
49956
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
49957
49957
  guardrailConfig: unionType([
49958
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
49959
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema)
49958
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
49959
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema)
49960
49960
  ]).optional(),
49961
49961
  type: GetEvalsDataEvalsResponse200ApplicationJSONType$outboundSchema,
49962
49962
  ragasMetric: RagasMetric$outboundSchema,
@@ -50022,12 +50022,12 @@ var init_getevals = __esm(() => {
50022
50022
  GetEvalsGuardrailConfigEvalsResponseBoolean$.outboundSchema = GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema;
50023
50023
  })(GetEvalsGuardrailConfigEvalsResponseBoolean$ ||= {});
50024
50024
  GetEvalsDataEvalsResponseGuardrailConfig$inboundSchema = unionType([
50025
- lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
50026
- lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema)
50025
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
50026
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema)
50027
50027
  ]);
50028
50028
  GetEvalsDataEvalsResponseGuardrailConfig$outboundSchema = unionType([
50029
- lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
50030
- lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema)
50029
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
50030
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema)
50031
50031
  ]);
50032
50032
  ((GetEvalsDataEvalsResponseGuardrailConfig$) => {
50033
50033
  GetEvalsDataEvalsResponseGuardrailConfig$.inboundSchema = GetEvalsDataEvalsResponseGuardrailConfig$inboundSchema;
@@ -50446,6 +50446,16 @@ var init_getevals = __esm(() => {
50446
50446
  FunctionParams1$.outboundSchema = FunctionParams1$outboundSchema;
50447
50447
  })(FunctionParams1$ ||= {});
50448
50448
  DataFunctionParams$inboundSchema = unionType([
50449
+ lazyType(() => Twelve$inboundSchema),
50450
+ lazyType(() => FunctionParams1$inboundSchema),
50451
+ lazyType(() => FunctionParams2$inboundSchema),
50452
+ lazyType(() => FunctionParams3$inboundSchema),
50453
+ lazyType(() => FunctionParams4$inboundSchema),
50454
+ lazyType(() => Eight$inboundSchema),
50455
+ lazyType(() => Nine$inboundSchema),
50456
+ lazyType(() => Eleven$inboundSchema),
50457
+ lazyType(() => Thirteen$inboundSchema),
50458
+ lazyType(() => Fifteen$inboundSchema),
50449
50459
  lazyType(() => Five$inboundSchema),
50450
50460
  lazyType(() => Six$inboundSchema),
50451
50461
  lazyType(() => Seven$inboundSchema),
@@ -50459,19 +50469,19 @@ var init_getevals = __esm(() => {
50459
50469
  lazyType(() => TwentyOne$inboundSchema),
50460
50470
  lazyType(() => TwentyTwo$inboundSchema),
50461
50471
  lazyType(() => TwentyThree$inboundSchema),
50462
- lazyType(() => TwentyFour$inboundSchema),
50463
- lazyType(() => FunctionParams1$inboundSchema),
50464
- lazyType(() => FunctionParams2$inboundSchema),
50465
- lazyType(() => FunctionParams3$inboundSchema),
50466
- lazyType(() => FunctionParams4$inboundSchema),
50467
- lazyType(() => Eight$inboundSchema),
50468
- lazyType(() => Nine$inboundSchema),
50469
- lazyType(() => Eleven$inboundSchema),
50470
- lazyType(() => Thirteen$inboundSchema),
50471
- lazyType(() => Fifteen$inboundSchema),
50472
- lazyType(() => Twelve$inboundSchema)
50472
+ lazyType(() => TwentyFour$inboundSchema)
50473
50473
  ]);
50474
50474
  DataFunctionParams$outboundSchema = unionType([
50475
+ lazyType(() => Twelve$outboundSchema),
50476
+ lazyType(() => FunctionParams1$outboundSchema),
50477
+ lazyType(() => FunctionParams2$outboundSchema),
50478
+ lazyType(() => FunctionParams3$outboundSchema),
50479
+ lazyType(() => FunctionParams4$outboundSchema),
50480
+ lazyType(() => Eight$outboundSchema),
50481
+ lazyType(() => Nine$outboundSchema),
50482
+ lazyType(() => Eleven$outboundSchema),
50483
+ lazyType(() => Thirteen$outboundSchema),
50484
+ lazyType(() => Fifteen$outboundSchema),
50475
50485
  lazyType(() => Five$outboundSchema),
50476
50486
  lazyType(() => Six$outboundSchema),
50477
50487
  lazyType(() => Seven$outboundSchema),
@@ -50485,17 +50495,7 @@ var init_getevals = __esm(() => {
50485
50495
  lazyType(() => TwentyOne$outboundSchema),
50486
50496
  lazyType(() => TwentyTwo$outboundSchema),
50487
50497
  lazyType(() => TwentyThree$outboundSchema),
50488
- lazyType(() => TwentyFour$outboundSchema),
50489
- lazyType(() => FunctionParams1$outboundSchema),
50490
- lazyType(() => FunctionParams2$outboundSchema),
50491
- lazyType(() => FunctionParams3$outboundSchema),
50492
- lazyType(() => FunctionParams4$outboundSchema),
50493
- lazyType(() => Eight$outboundSchema),
50494
- lazyType(() => Nine$outboundSchema),
50495
- lazyType(() => Eleven$outboundSchema),
50496
- lazyType(() => Thirteen$outboundSchema),
50497
- lazyType(() => Fifteen$outboundSchema),
50498
- lazyType(() => Twelve$outboundSchema)
50498
+ lazyType(() => TwentyFour$outboundSchema)
50499
50499
  ]);
50500
50500
  ((DataFunctionParams$) => {
50501
50501
  DataFunctionParams$.inboundSchema = DataFunctionParams$inboundSchema;
@@ -50504,14 +50504,24 @@ var init_getevals = __esm(() => {
50504
50504
  DataFunction$inboundSchema = objectType({
50505
50505
  _id: stringType(),
50506
50506
  description: stringType(),
50507
- created: stringType().default("2025-06-16T13:25:09.055Z"),
50508
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
50507
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
50508
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
50509
50509
  guardrail_config: unionType([
50510
- lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
50511
- lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema)
50510
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
50511
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema)
50512
50512
  ]).optional(),
50513
50513
  type: GetEvalsDataEvalsResponse200Type$inboundSchema,
50514
50514
  function_params: unionType([
50515
+ lazyType(() => Twelve$inboundSchema),
50516
+ lazyType(() => FunctionParams1$inboundSchema),
50517
+ lazyType(() => FunctionParams2$inboundSchema),
50518
+ lazyType(() => FunctionParams3$inboundSchema),
50519
+ lazyType(() => FunctionParams4$inboundSchema),
50520
+ lazyType(() => Eight$inboundSchema),
50521
+ lazyType(() => Nine$inboundSchema),
50522
+ lazyType(() => Eleven$inboundSchema),
50523
+ lazyType(() => Thirteen$inboundSchema),
50524
+ lazyType(() => Fifteen$inboundSchema),
50515
50525
  lazyType(() => Five$inboundSchema),
50516
50526
  lazyType(() => Six$inboundSchema),
50517
50527
  lazyType(() => Seven$inboundSchema),
@@ -50525,17 +50535,7 @@ var init_getevals = __esm(() => {
50525
50535
  lazyType(() => TwentyOne$inboundSchema),
50526
50536
  lazyType(() => TwentyTwo$inboundSchema),
50527
50537
  lazyType(() => TwentyThree$inboundSchema),
50528
- lazyType(() => TwentyFour$inboundSchema),
50529
- lazyType(() => FunctionParams1$inboundSchema),
50530
- lazyType(() => FunctionParams2$inboundSchema),
50531
- lazyType(() => FunctionParams3$inboundSchema),
50532
- lazyType(() => FunctionParams4$inboundSchema),
50533
- lazyType(() => Eight$inboundSchema),
50534
- lazyType(() => Nine$inboundSchema),
50535
- lazyType(() => Eleven$inboundSchema),
50536
- lazyType(() => Thirteen$inboundSchema),
50537
- lazyType(() => Fifteen$inboundSchema),
50538
- lazyType(() => Twelve$inboundSchema)
50538
+ lazyType(() => TwentyFour$inboundSchema)
50539
50539
  ]),
50540
50540
  key: stringType()
50541
50541
  }).transform((v2) => {
@@ -50548,14 +50548,24 @@ var init_getevals = __esm(() => {
50548
50548
  DataFunction$outboundSchema = objectType({
50549
50549
  id: stringType(),
50550
50550
  description: stringType(),
50551
- created: stringType().default("2025-06-16T13:25:09.055Z"),
50552
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
50551
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
50552
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
50553
50553
  guardrailConfig: unionType([
50554
- lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
50555
- lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema)
50554
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
50555
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema)
50556
50556
  ]).optional(),
50557
50557
  type: GetEvalsDataEvalsResponse200Type$outboundSchema,
50558
50558
  functionParams: unionType([
50559
+ lazyType(() => Twelve$outboundSchema),
50560
+ lazyType(() => FunctionParams1$outboundSchema),
50561
+ lazyType(() => FunctionParams2$outboundSchema),
50562
+ lazyType(() => FunctionParams3$outboundSchema),
50563
+ lazyType(() => FunctionParams4$outboundSchema),
50564
+ lazyType(() => Eight$outboundSchema),
50565
+ lazyType(() => Nine$outboundSchema),
50566
+ lazyType(() => Eleven$outboundSchema),
50567
+ lazyType(() => Thirteen$outboundSchema),
50568
+ lazyType(() => Fifteen$outboundSchema),
50559
50569
  lazyType(() => Five$outboundSchema),
50560
50570
  lazyType(() => Six$outboundSchema),
50561
50571
  lazyType(() => Seven$outboundSchema),
@@ -50569,17 +50579,7 @@ var init_getevals = __esm(() => {
50569
50579
  lazyType(() => TwentyOne$outboundSchema),
50570
50580
  lazyType(() => TwentyTwo$outboundSchema),
50571
50581
  lazyType(() => TwentyThree$outboundSchema),
50572
- lazyType(() => TwentyFour$outboundSchema),
50573
- lazyType(() => FunctionParams1$outboundSchema),
50574
- lazyType(() => FunctionParams2$outboundSchema),
50575
- lazyType(() => FunctionParams3$outboundSchema),
50576
- lazyType(() => FunctionParams4$outboundSchema),
50577
- lazyType(() => Eight$outboundSchema),
50578
- lazyType(() => Nine$outboundSchema),
50579
- lazyType(() => Eleven$outboundSchema),
50580
- lazyType(() => Thirteen$outboundSchema),
50581
- lazyType(() => Fifteen$outboundSchema),
50582
- lazyType(() => Twelve$outboundSchema)
50582
+ lazyType(() => TwentyFour$outboundSchema)
50583
50583
  ]),
50584
50584
  key: stringType()
50585
50585
  }).transform((v2) => {
@@ -50642,12 +50642,12 @@ var init_getevals = __esm(() => {
50642
50642
  GetEvalsGuardrailConfigEvalsBoolean$.outboundSchema = GetEvalsGuardrailConfigEvalsBoolean$outboundSchema;
50643
50643
  })(GetEvalsGuardrailConfigEvalsBoolean$ ||= {});
50644
50644
  GetEvalsDataEvalsGuardrailConfig$inboundSchema = unionType([
50645
- lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
50646
- lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema)
50645
+ lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
50646
+ lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema)
50647
50647
  ]);
50648
50648
  GetEvalsDataEvalsGuardrailConfig$outboundSchema = unionType([
50649
- lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
50650
- lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema)
50649
+ lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
50650
+ lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema)
50651
50651
  ]);
50652
50652
  ((GetEvalsDataEvalsGuardrailConfig$) => {
50653
50653
  GetEvalsDataEvalsGuardrailConfig$.inboundSchema = GetEvalsDataEvalsGuardrailConfig$inboundSchema;
@@ -50662,11 +50662,11 @@ var init_getevals = __esm(() => {
50662
50662
  DataPython$inboundSchema = objectType({
50663
50663
  _id: stringType(),
50664
50664
  description: stringType(),
50665
- created: stringType().default("2025-06-16T13:25:09.055Z"),
50666
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
50665
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
50666
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
50667
50667
  guardrail_config: unionType([
50668
- lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
50669
- lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema)
50668
+ lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
50669
+ lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema)
50670
50670
  ]).optional(),
50671
50671
  code: stringType(),
50672
50672
  type: GetEvalsDataEvalsResponseType$inboundSchema,
@@ -50680,11 +50680,11 @@ var init_getevals = __esm(() => {
50680
50680
  DataPython$outboundSchema = objectType({
50681
50681
  id: stringType(),
50682
50682
  description: stringType(),
50683
- created: stringType().default("2025-06-16T13:25:09.055Z"),
50684
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
50683
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
50684
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
50685
50685
  guardrailConfig: unionType([
50686
- lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
50687
- lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema)
50686
+ lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
50687
+ lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema)
50688
50688
  ]).optional(),
50689
50689
  code: stringType(),
50690
50690
  type: GetEvalsDataEvalsResponseType$outboundSchema,
@@ -50748,12 +50748,12 @@ var init_getevals = __esm(() => {
50748
50748
  GetEvalsGuardrailConfigBoolean$.outboundSchema = GetEvalsGuardrailConfigBoolean$outboundSchema;
50749
50749
  })(GetEvalsGuardrailConfigBoolean$ ||= {});
50750
50750
  GetEvalsDataGuardrailConfig$inboundSchema = unionType([
50751
- lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
50752
- lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema)
50751
+ lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema),
50752
+ lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema)
50753
50753
  ]);
50754
50754
  GetEvalsDataGuardrailConfig$outboundSchema = unionType([
50755
- lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
50756
- lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema)
50755
+ lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema),
50756
+ lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema)
50757
50757
  ]);
50758
50758
  ((GetEvalsDataGuardrailConfig$) => {
50759
50759
  GetEvalsDataGuardrailConfig$.inboundSchema = GetEvalsDataGuardrailConfig$inboundSchema;
@@ -50774,11 +50774,11 @@ var init_getevals = __esm(() => {
50774
50774
  DataHTTP$inboundSchema = objectType({
50775
50775
  _id: stringType(),
50776
50776
  description: stringType(),
50777
- created: stringType().default("2025-06-16T13:25:09.055Z"),
50778
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
50777
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
50778
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
50779
50779
  guardrail_config: unionType([
50780
- lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
50781
- lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema)
50780
+ lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema),
50781
+ lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema)
50782
50782
  ]).optional(),
50783
50783
  type: GetEvalsDataEvalsType$inboundSchema,
50784
50784
  url: stringType(),
@@ -50795,11 +50795,11 @@ var init_getevals = __esm(() => {
50795
50795
  DataHTTP$outboundSchema = objectType({
50796
50796
  id: stringType(),
50797
50797
  description: stringType(),
50798
- created: stringType().default("2025-06-16T13:25:09.055Z"),
50799
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
50798
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
50799
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
50800
50800
  guardrailConfig: unionType([
50801
- lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
50802
- lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema)
50801
+ lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema),
50802
+ lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema)
50803
50803
  ]).optional(),
50804
50804
  type: GetEvalsDataEvalsType$outboundSchema,
50805
50805
  url: stringType(),
@@ -50866,12 +50866,12 @@ var init_getevals = __esm(() => {
50866
50866
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$.outboundSchema = GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema;
50867
50867
  })(GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$ ||= {});
50868
50868
  DataGuardrailConfig$inboundSchema = unionType([
50869
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
50870
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema)
50869
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema),
50870
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema)
50871
50871
  ]);
50872
50872
  DataGuardrailConfig$outboundSchema = unionType([
50873
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema),
50874
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema)
50873
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema),
50874
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema)
50875
50875
  ]);
50876
50876
  ((DataGuardrailConfig$) => {
50877
50877
  DataGuardrailConfig$.inboundSchema = DataGuardrailConfig$inboundSchema;
@@ -50886,11 +50886,11 @@ var init_getevals = __esm(() => {
50886
50886
  DataJSON$inboundSchema = objectType({
50887
50887
  _id: stringType(),
50888
50888
  description: stringType(),
50889
- created: stringType().default("2025-06-16T13:25:09.055Z"),
50890
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
50889
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
50890
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
50891
50891
  guardrail_config: unionType([
50892
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
50893
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema)
50892
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema),
50893
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema)
50894
50894
  ]).optional(),
50895
50895
  type: GetEvalsDataType$inboundSchema,
50896
50896
  schema: stringType(),
@@ -50904,11 +50904,11 @@ var init_getevals = __esm(() => {
50904
50904
  DataJSON$outboundSchema = objectType({
50905
50905
  id: stringType(),
50906
50906
  description: stringType(),
50907
- created: stringType().default("2025-06-16T13:25:09.055Z"),
50908
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
50907
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
50908
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
50909
50909
  guardrailConfig: unionType([
50910
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema),
50911
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema)
50910
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema),
50911
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema)
50912
50912
  ]).optional(),
50913
50913
  type: GetEvalsDataType$outboundSchema,
50914
50914
  schema: stringType(),
@@ -50972,12 +50972,12 @@ var init_getevals = __esm(() => {
50972
50972
  GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$.outboundSchema = GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema;
50973
50973
  })(GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$ ||= {});
50974
50974
  GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyGuardrailConfig$inboundSchema = unionType([
50975
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
50976
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
50975
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
50976
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
50977
50977
  ]);
50978
50978
  GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyGuardrailConfig$outboundSchema = unionType([
50979
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
50980
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
50979
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
50980
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
50981
50981
  ]);
50982
50982
  ((GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyGuardrailConfig$) => {
50983
50983
  GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyGuardrailConfig$.inboundSchema = GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyGuardrailConfig$inboundSchema;
@@ -50992,11 +50992,11 @@ var init_getevals = __esm(() => {
50992
50992
  DataLLM$inboundSchema = objectType({
50993
50993
  _id: stringType(),
50994
50994
  description: stringType(),
50995
- created: stringType().default("2025-06-16T13:25:09.055Z"),
50996
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
50995
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
50996
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
50997
50997
  guardrail_config: unionType([
50998
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
50999
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
50998
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
50999
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
51000
51000
  ]).optional(),
51001
51001
  type: DataType$inboundSchema,
51002
51002
  prompt: stringType(),
@@ -51011,11 +51011,11 @@ var init_getevals = __esm(() => {
51011
51011
  DataLLM$outboundSchema = objectType({
51012
51012
  id: stringType(),
51013
51013
  description: stringType(),
51014
- created: stringType().default("2025-06-16T13:25:09.055Z"),
51015
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
51014
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
51015
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
51016
51016
  guardrailConfig: unionType([
51017
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
51018
- lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
51017
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
51018
+ lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
51019
51019
  ]).optional(),
51020
51020
  type: DataType$outboundSchema,
51021
51021
  prompt: stringType(),
@@ -51032,22 +51032,22 @@ var init_getevals = __esm(() => {
51032
51032
  DataLLM$.outboundSchema = DataLLM$outboundSchema;
51033
51033
  })(DataLLM$ ||= {});
51034
51034
  GetEvalsData$inboundSchema = unionType([
51035
+ lazyType(() => DataHTTP$inboundSchema),
51036
+ lazyType(() => DataLLM$inboundSchema),
51037
+ lazyType(() => Ragas$inboundSchema),
51035
51038
  lazyType(() => DataJSON$inboundSchema),
51036
51039
  lazyType(() => DataPython$inboundSchema),
51037
51040
  lazyType(() => DataFunction$inboundSchema),
51038
- lazyType(() => Typescript$inboundSchema),
51039
- lazyType(() => DataLLM$inboundSchema),
51040
- lazyType(() => Ragas$inboundSchema),
51041
- lazyType(() => DataHTTP$inboundSchema)
51041
+ lazyType(() => Typescript$inboundSchema)
51042
51042
  ]);
51043
51043
  GetEvalsData$outboundSchema = unionType([
51044
+ lazyType(() => DataHTTP$outboundSchema),
51045
+ lazyType(() => DataLLM$outboundSchema),
51046
+ lazyType(() => Ragas$outboundSchema),
51044
51047
  lazyType(() => DataJSON$outboundSchema),
51045
51048
  lazyType(() => DataPython$outboundSchema),
51046
51049
  lazyType(() => DataFunction$outboundSchema),
51047
- lazyType(() => Typescript$outboundSchema),
51048
- lazyType(() => DataLLM$outboundSchema),
51049
- lazyType(() => Ragas$outboundSchema),
51050
- lazyType(() => DataHTTP$outboundSchema)
51050
+ lazyType(() => Typescript$outboundSchema)
51051
51051
  ]);
51052
51052
  ((GetEvalsData$) => {
51053
51053
  GetEvalsData$.inboundSchema = GetEvalsData$inboundSchema;
@@ -51056,13 +51056,13 @@ var init_getevals = __esm(() => {
51056
51056
  GetEvalsResponseBody$inboundSchema = objectType({
51057
51057
  object: GetEvalsObject$inboundSchema,
51058
51058
  data: arrayType(unionType([
51059
+ lazyType(() => DataHTTP$inboundSchema),
51060
+ lazyType(() => DataLLM$inboundSchema),
51061
+ lazyType(() => Ragas$inboundSchema),
51059
51062
  lazyType(() => DataJSON$inboundSchema),
51060
51063
  lazyType(() => DataPython$inboundSchema),
51061
51064
  lazyType(() => DataFunction$inboundSchema),
51062
- lazyType(() => Typescript$inboundSchema),
51063
- lazyType(() => DataLLM$inboundSchema),
51064
- lazyType(() => Ragas$inboundSchema),
51065
- lazyType(() => DataHTTP$inboundSchema)
51065
+ lazyType(() => Typescript$inboundSchema)
51066
51066
  ])),
51067
51067
  has_more: booleanType()
51068
51068
  }).transform((v2) => {
@@ -51073,13 +51073,13 @@ var init_getevals = __esm(() => {
51073
51073
  GetEvalsResponseBody$outboundSchema = objectType({
51074
51074
  object: GetEvalsObject$outboundSchema,
51075
51075
  data: arrayType(unionType([
51076
+ lazyType(() => DataHTTP$outboundSchema),
51077
+ lazyType(() => DataLLM$outboundSchema),
51078
+ lazyType(() => Ragas$outboundSchema),
51076
51079
  lazyType(() => DataJSON$outboundSchema),
51077
51080
  lazyType(() => DataPython$outboundSchema),
51078
51081
  lazyType(() => DataFunction$outboundSchema),
51079
- lazyType(() => Typescript$outboundSchema),
51080
- lazyType(() => DataLLM$outboundSchema),
51081
- lazyType(() => Ragas$outboundSchema),
51082
- lazyType(() => DataHTTP$outboundSchema)
51082
+ lazyType(() => Typescript$outboundSchema)
51083
51083
  ])),
51084
51084
  hasMore: booleanType()
51085
51085
  }).transform((v2) => {
@@ -51532,12 +51532,12 @@ var init_getoneprompt = __esm(() => {
51532
51532
  GetOnePromptResponseFormat1$.outboundSchema = GetOnePromptResponseFormat1$outboundSchema;
51533
51533
  })(GetOnePromptResponseFormat1$ ||= {});
51534
51534
  GetOnePromptResponseFormat$inboundSchema = unionType([
51535
- lazyType(() => GetOnePromptResponseFormat2$inboundSchema),
51536
- lazyType(() => GetOnePromptResponseFormat1$inboundSchema)
51535
+ lazyType(() => GetOnePromptResponseFormat1$inboundSchema),
51536
+ lazyType(() => GetOnePromptResponseFormat2$inboundSchema)
51537
51537
  ]);
51538
51538
  GetOnePromptResponseFormat$outboundSchema = unionType([
51539
- lazyType(() => GetOnePromptResponseFormat2$outboundSchema),
51540
- lazyType(() => GetOnePromptResponseFormat1$outboundSchema)
51539
+ lazyType(() => GetOnePromptResponseFormat1$outboundSchema),
51540
+ lazyType(() => GetOnePromptResponseFormat2$outboundSchema)
51541
51541
  ]);
51542
51542
  ((GetOnePromptResponseFormat$) => {
51543
51543
  GetOnePromptResponseFormat$.inboundSchema = GetOnePromptResponseFormat$inboundSchema;
@@ -51575,8 +51575,8 @@ var init_getoneprompt = __esm(() => {
51575
51575
  quality: stringType().optional(),
51576
51576
  style: stringType().optional(),
51577
51577
  responseFormat: nullableType(unionType([
51578
- lazyType(() => GetOnePromptResponseFormat2$inboundSchema),
51579
- lazyType(() => GetOnePromptResponseFormat1$inboundSchema)
51578
+ lazyType(() => GetOnePromptResponseFormat1$inboundSchema),
51579
+ lazyType(() => GetOnePromptResponseFormat2$inboundSchema)
51580
51580
  ])).optional(),
51581
51581
  photoRealVersion: GetOnePromptPhotoRealVersion$inboundSchema.optional(),
51582
51582
  encoding_format: GetOnePromptEncodingFormat$inboundSchema.optional(),
@@ -51601,8 +51601,8 @@ var init_getoneprompt = __esm(() => {
51601
51601
  quality: stringType().optional(),
51602
51602
  style: stringType().optional(),
51603
51603
  responseFormat: nullableType(unionType([
51604
- lazyType(() => GetOnePromptResponseFormat2$outboundSchema),
51605
- lazyType(() => GetOnePromptResponseFormat1$outboundSchema)
51604
+ lazyType(() => GetOnePromptResponseFormat1$outboundSchema),
51605
+ lazyType(() => GetOnePromptResponseFormat2$outboundSchema)
51606
51606
  ])).optional(),
51607
51607
  photoRealVersion: GetOnePromptPhotoRealVersion$outboundSchema.optional(),
51608
51608
  encodingFormat: GetOnePromptEncodingFormat$outboundSchema.optional(),
@@ -52163,12 +52163,12 @@ var init_getpromptversion = __esm(() => {
52163
52163
  GetPromptVersionResponseFormat1$.outboundSchema = GetPromptVersionResponseFormat1$outboundSchema;
52164
52164
  })(GetPromptVersionResponseFormat1$ ||= {});
52165
52165
  GetPromptVersionResponseFormat$inboundSchema = unionType([
52166
- lazyType(() => GetPromptVersionResponseFormat2$inboundSchema),
52167
- lazyType(() => GetPromptVersionResponseFormat1$inboundSchema)
52166
+ lazyType(() => GetPromptVersionResponseFormat1$inboundSchema),
52167
+ lazyType(() => GetPromptVersionResponseFormat2$inboundSchema)
52168
52168
  ]);
52169
52169
  GetPromptVersionResponseFormat$outboundSchema = unionType([
52170
- lazyType(() => GetPromptVersionResponseFormat2$outboundSchema),
52171
- lazyType(() => GetPromptVersionResponseFormat1$outboundSchema)
52170
+ lazyType(() => GetPromptVersionResponseFormat1$outboundSchema),
52171
+ lazyType(() => GetPromptVersionResponseFormat2$outboundSchema)
52172
52172
  ]);
52173
52173
  ((GetPromptVersionResponseFormat$) => {
52174
52174
  GetPromptVersionResponseFormat$.inboundSchema = GetPromptVersionResponseFormat$inboundSchema;
@@ -52206,8 +52206,8 @@ var init_getpromptversion = __esm(() => {
52206
52206
  quality: stringType().optional(),
52207
52207
  style: stringType().optional(),
52208
52208
  responseFormat: nullableType(unionType([
52209
- lazyType(() => GetPromptVersionResponseFormat2$inboundSchema),
52210
- lazyType(() => GetPromptVersionResponseFormat1$inboundSchema)
52209
+ lazyType(() => GetPromptVersionResponseFormat1$inboundSchema),
52210
+ lazyType(() => GetPromptVersionResponseFormat2$inboundSchema)
52211
52211
  ])).optional(),
52212
52212
  photoRealVersion: GetPromptVersionPhotoRealVersion$inboundSchema.optional(),
52213
52213
  encoding_format: GetPromptVersionEncodingFormat$inboundSchema.optional(),
@@ -52232,8 +52232,8 @@ var init_getpromptversion = __esm(() => {
52232
52232
  quality: stringType().optional(),
52233
52233
  style: stringType().optional(),
52234
52234
  responseFormat: nullableType(unionType([
52235
- lazyType(() => GetPromptVersionResponseFormat2$outboundSchema),
52236
- lazyType(() => GetPromptVersionResponseFormat1$outboundSchema)
52235
+ lazyType(() => GetPromptVersionResponseFormat1$outboundSchema),
52236
+ lazyType(() => GetPromptVersionResponseFormat2$outboundSchema)
52237
52237
  ])).optional(),
52238
52238
  photoRealVersion: GetPromptVersionPhotoRealVersion$outboundSchema.optional(),
52239
52239
  encodingFormat: GetPromptVersionEncodingFormat$outboundSchema.optional(),
@@ -53668,7 +53668,7 @@ var init_listcontacts = __esm(() => {
53668
53668
  tags: arrayType(stringType()).optional(),
53669
53669
  metadata: recordType(anyType()).optional(),
53670
53670
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
53671
- updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2)),
53671
+ updated: stringType().datetime({ offset: true }).default("2025-06-17T22:56:18.095Z").transform((v2) => new Date(v2)),
53672
53672
  metrics: lazyType(() => Metrics$inboundSchema)
53673
53673
  }).transform((v2) => {
53674
53674
  return remap(v2, {
@@ -53687,7 +53687,7 @@ var init_listcontacts = __esm(() => {
53687
53687
  tags: arrayType(stringType()).optional(),
53688
53688
  metadata: recordType(anyType()).optional(),
53689
53689
  created: dateType().transform((v2) => v2.toISOString()).optional(),
53690
- updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString()),
53690
+ updated: dateType().default(() => new Date("2025-06-17T22:56:18.095Z")).transform((v2) => v2.toISOString()),
53691
53691
  metrics: lazyType(() => Metrics$outboundSchema)
53692
53692
  }).transform((v2) => {
53693
53693
  return remap(v2, {
@@ -54024,7 +54024,7 @@ var init_listdatasetdatapoints = __esm(() => {
54024
54024
  })(ListDatasetDatapoints2DatasetsResponse200Type$ ||= {});
54025
54025
  ListDatasetDatapoints2File$inboundSchema = objectType({
54026
54026
  file_data: stringType(),
54027
- filename: stringType().optional()
54027
+ filename: stringType()
54028
54028
  }).transform((v2) => {
54029
54029
  return remap(v2, {
54030
54030
  file_data: "fileData"
@@ -54032,7 +54032,7 @@ var init_listdatasetdatapoints = __esm(() => {
54032
54032
  });
54033
54033
  ListDatasetDatapoints2File$outboundSchema = objectType({
54034
54034
  fileData: stringType(),
54035
- filename: stringType().optional()
54035
+ filename: stringType()
54036
54036
  }).transform((v2) => {
54037
54037
  return remap(v2, {
54038
54038
  fileData: "file_data"
@@ -54269,17 +54269,17 @@ var init_listdatasetdatapoints = __esm(() => {
54269
54269
  ListDatasetDatapointsMessagesDeveloperMessage$.outboundSchema = ListDatasetDatapointsMessagesDeveloperMessage$outboundSchema;
54270
54270
  })(ListDatasetDatapointsMessagesDeveloperMessage$ ||= {});
54271
54271
  ListDatasetDatapointsMessages$inboundSchema = unionType([
54272
+ lazyType(() => ListDatasetDatapointsMessagesToolMessage$inboundSchema),
54272
54273
  lazyType(() => ListDatasetDatapointsMessagesDeveloperMessage$inboundSchema),
54273
54274
  lazyType(() => ListDatasetDatapointsMessagesSystemMessage$inboundSchema),
54274
54275
  lazyType(() => ListDatasetDatapointsMessagesUserMessage$inboundSchema),
54275
- lazyType(() => ListDatasetDatapointsMessagesToolMessage$inboundSchema),
54276
54276
  lazyType(() => ListDatasetDatapointsMessagesAssistantMessage$inboundSchema)
54277
54277
  ]);
54278
54278
  ListDatasetDatapointsMessages$outboundSchema = unionType([
54279
+ lazyType(() => ListDatasetDatapointsMessagesToolMessage$outboundSchema),
54279
54280
  lazyType(() => ListDatasetDatapointsMessagesDeveloperMessage$outboundSchema),
54280
54281
  lazyType(() => ListDatasetDatapointsMessagesSystemMessage$outboundSchema),
54281
54282
  lazyType(() => ListDatasetDatapointsMessagesUserMessage$outboundSchema),
54282
- lazyType(() => ListDatasetDatapointsMessagesToolMessage$outboundSchema),
54283
54283
  lazyType(() => ListDatasetDatapointsMessagesAssistantMessage$outboundSchema)
54284
54284
  ]);
54285
54285
  ((ListDatasetDatapointsMessages$) => {
@@ -54291,10 +54291,10 @@ var init_listdatasetdatapoints = __esm(() => {
54291
54291
  workspace_id: stringType(),
54292
54292
  inputs: recordType(anyType()).optional(),
54293
54293
  messages: arrayType(unionType([
54294
+ lazyType(() => ListDatasetDatapointsMessagesToolMessage$inboundSchema),
54294
54295
  lazyType(() => ListDatasetDatapointsMessagesDeveloperMessage$inboundSchema),
54295
54296
  lazyType(() => ListDatasetDatapointsMessagesSystemMessage$inboundSchema),
54296
54297
  lazyType(() => ListDatasetDatapointsMessagesUserMessage$inboundSchema),
54297
- lazyType(() => ListDatasetDatapointsMessagesToolMessage$inboundSchema),
54298
54298
  lazyType(() => ListDatasetDatapointsMessagesAssistantMessage$inboundSchema)
54299
54299
  ])).optional(),
54300
54300
  expected_output: stringType().optional(),
@@ -54302,7 +54302,7 @@ var init_listdatasetdatapoints = __esm(() => {
54302
54302
  created_by_id: stringType().optional(),
54303
54303
  updated_by_id: stringType().optional(),
54304
54304
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
54305
- updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
54305
+ updated: stringType().datetime({ offset: true }).default("2025-06-17T22:56:18.095Z").transform((v2) => new Date(v2))
54306
54306
  }).transform((v2) => {
54307
54307
  return remap(v2, {
54308
54308
  _id: "id",
@@ -54318,10 +54318,10 @@ var init_listdatasetdatapoints = __esm(() => {
54318
54318
  workspaceId: stringType(),
54319
54319
  inputs: recordType(anyType()).optional(),
54320
54320
  messages: arrayType(unionType([
54321
+ lazyType(() => ListDatasetDatapointsMessagesToolMessage$outboundSchema),
54321
54322
  lazyType(() => ListDatasetDatapointsMessagesDeveloperMessage$outboundSchema),
54322
54323
  lazyType(() => ListDatasetDatapointsMessagesSystemMessage$outboundSchema),
54323
54324
  lazyType(() => ListDatasetDatapointsMessagesUserMessage$outboundSchema),
54324
- lazyType(() => ListDatasetDatapointsMessagesToolMessage$outboundSchema),
54325
54325
  lazyType(() => ListDatasetDatapointsMessagesAssistantMessage$outboundSchema)
54326
54326
  ])).optional(),
54327
54327
  expectedOutput: stringType().optional(),
@@ -54329,7 +54329,7 @@ var init_listdatasetdatapoints = __esm(() => {
54329
54329
  createdById: stringType().optional(),
54330
54330
  updatedById: stringType().optional(),
54331
54331
  created: dateType().transform((v2) => v2.toISOString()).optional(),
54332
- updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
54332
+ updated: dateType().default(() => new Date("2025-06-17T22:56:18.095Z")).transform((v2) => v2.toISOString())
54333
54333
  }).transform((v2) => {
54334
54334
  return remap(v2, {
54335
54335
  id: "_id",
@@ -54437,7 +54437,7 @@ var init_listdatasets = __esm(() => {
54437
54437
  updated_by_id: stringType().optional(),
54438
54438
  metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
54439
54439
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
54440
- updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
54440
+ updated: stringType().datetime({ offset: true }).default("2025-06-17T22:56:18.095Z").transform((v2) => new Date(v2))
54441
54441
  }).transform((v2) => {
54442
54442
  return remap(v2, {
54443
54443
  _id: "id",
@@ -54457,7 +54457,7 @@ var init_listdatasets = __esm(() => {
54457
54457
  updatedById: stringType().optional(),
54458
54458
  metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
54459
54459
  created: dateType().transform((v2) => v2.toISOString()).optional(),
54460
- updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
54460
+ updated: dateType().default(() => new Date("2025-06-17T22:56:18.095Z")).transform((v2) => v2.toISOString())
54461
54461
  }).transform((v2) => {
54462
54462
  return remap(v2, {
54463
54463
  id: "_id",
@@ -54562,7 +54562,7 @@ var init_listdatasources = __esm(() => {
54562
54562
  ListDatasourcesStatus$.outboundSchema = ListDatasourcesStatus$outboundSchema;
54563
54563
  })(ListDatasourcesStatus$ ||= {});
54564
54564
  ListDatasourcesData$inboundSchema = objectType({
54565
- _id: stringType().default("01JXWEMQ3QNHCCY9E90C7CC6V1"),
54565
+ _id: stringType().default("01JY01QA00C1JP9XP9QE92MHAP"),
54566
54566
  display_name: stringType(),
54567
54567
  description: stringType().optional(),
54568
54568
  status: ListDatasourcesStatus$inboundSchema,
@@ -54585,7 +54585,7 @@ var init_listdatasources = __esm(() => {
54585
54585
  });
54586
54586
  });
54587
54587
  ListDatasourcesData$outboundSchema = objectType({
54588
- id: stringType().default("01JXWEMQ3QNHCCY9E90C7CC6V1"),
54588
+ id: stringType().default("01JY01QA00C1JP9XP9QE92MHAP"),
54589
54589
  displayName: stringType(),
54590
54590
  description: stringType().optional(),
54591
54591
  status: ListDatasourcesStatus$outboundSchema,
@@ -55128,12 +55128,12 @@ var init_listpromptversions = __esm(() => {
55128
55128
  ListPromptVersionsResponseFormat1$.outboundSchema = ListPromptVersionsResponseFormat1$outboundSchema;
55129
55129
  })(ListPromptVersionsResponseFormat1$ ||= {});
55130
55130
  ListPromptVersionsResponseFormat$inboundSchema = unionType([
55131
- lazyType(() => ListPromptVersionsResponseFormat2$inboundSchema),
55132
- lazyType(() => ListPromptVersionsResponseFormat1$inboundSchema)
55131
+ lazyType(() => ListPromptVersionsResponseFormat1$inboundSchema),
55132
+ lazyType(() => ListPromptVersionsResponseFormat2$inboundSchema)
55133
55133
  ]);
55134
55134
  ListPromptVersionsResponseFormat$outboundSchema = unionType([
55135
- lazyType(() => ListPromptVersionsResponseFormat2$outboundSchema),
55136
- lazyType(() => ListPromptVersionsResponseFormat1$outboundSchema)
55135
+ lazyType(() => ListPromptVersionsResponseFormat1$outboundSchema),
55136
+ lazyType(() => ListPromptVersionsResponseFormat2$outboundSchema)
55137
55137
  ]);
55138
55138
  ((ListPromptVersionsResponseFormat$) => {
55139
55139
  ListPromptVersionsResponseFormat$.inboundSchema = ListPromptVersionsResponseFormat$inboundSchema;
@@ -55171,8 +55171,8 @@ var init_listpromptversions = __esm(() => {
55171
55171
  quality: stringType().optional(),
55172
55172
  style: stringType().optional(),
55173
55173
  responseFormat: nullableType(unionType([
55174
- lazyType(() => ListPromptVersionsResponseFormat2$inboundSchema),
55175
- lazyType(() => ListPromptVersionsResponseFormat1$inboundSchema)
55174
+ lazyType(() => ListPromptVersionsResponseFormat1$inboundSchema),
55175
+ lazyType(() => ListPromptVersionsResponseFormat2$inboundSchema)
55176
55176
  ])).optional(),
55177
55177
  photoRealVersion: ListPromptVersionsPhotoRealVersion$inboundSchema.optional(),
55178
55178
  encoding_format: ListPromptVersionsEncodingFormat$inboundSchema.optional(),
@@ -55197,8 +55197,8 @@ var init_listpromptversions = __esm(() => {
55197
55197
  quality: stringType().optional(),
55198
55198
  style: stringType().optional(),
55199
55199
  responseFormat: nullableType(unionType([
55200
- lazyType(() => ListPromptVersionsResponseFormat2$outboundSchema),
55201
- lazyType(() => ListPromptVersionsResponseFormat1$outboundSchema)
55200
+ lazyType(() => ListPromptVersionsResponseFormat1$outboundSchema),
55201
+ lazyType(() => ListPromptVersionsResponseFormat2$outboundSchema)
55202
55202
  ])).optional(),
55203
55203
  photoRealVersion: ListPromptVersionsPhotoRealVersion$outboundSchema.optional(),
55204
55204
  encodingFormat: ListPromptVersionsEncodingFormat$outboundSchema.optional(),
@@ -56125,16 +56125,16 @@ var init_postv2modelslitellmimport = __esm(() => {
56125
56125
  Configuration1$.outboundSchema = Configuration1$outboundSchema;
56126
56126
  })(Configuration1$ ||= {});
56127
56127
  Configuration$inboundSchema = unionType([
56128
- lazyType(() => Configuration3$inboundSchema),
56129
- lazyType(() => Configuration4$inboundSchema),
56128
+ lazyType(() => Configuration2$inboundSchema),
56130
56129
  lazyType(() => Configuration1$inboundSchema),
56131
- lazyType(() => Configuration2$inboundSchema)
56130
+ lazyType(() => Configuration3$inboundSchema),
56131
+ lazyType(() => Configuration4$inboundSchema)
56132
56132
  ]);
56133
56133
  Configuration$outboundSchema = unionType([
56134
- lazyType(() => Configuration3$outboundSchema),
56135
- lazyType(() => Configuration4$outboundSchema),
56134
+ lazyType(() => Configuration2$outboundSchema),
56136
56135
  lazyType(() => Configuration1$outboundSchema),
56137
- lazyType(() => Configuration2$outboundSchema)
56136
+ lazyType(() => Configuration3$outboundSchema),
56137
+ lazyType(() => Configuration4$outboundSchema)
56138
56138
  ]);
56139
56139
  ((Configuration$) => {
56140
56140
  Configuration$.inboundSchema = Configuration$inboundSchema;
@@ -56383,10 +56383,10 @@ var init_postv2modelslitellmimport = __esm(() => {
56383
56383
  owner: stringType().default("system"),
56384
56384
  metadata: lazyType(() => PostV2ModelsLitellmImportMetadata$inboundSchema),
56385
56385
  configuration: unionType([
56386
- lazyType(() => Configuration3$inboundSchema),
56387
- lazyType(() => Configuration4$inboundSchema),
56386
+ lazyType(() => Configuration2$inboundSchema),
56388
56387
  lazyType(() => Configuration1$inboundSchema),
56389
- lazyType(() => Configuration2$inboundSchema)
56388
+ lazyType(() => Configuration3$inboundSchema),
56389
+ lazyType(() => Configuration4$inboundSchema)
56390
56390
  ]).optional(),
56391
56391
  parameters: arrayType(unionType([
56392
56392
  lazyType(() => Parameters1$inboundSchema),
@@ -56441,10 +56441,10 @@ var init_postv2modelslitellmimport = __esm(() => {
56441
56441
  owner: stringType().default("system"),
56442
56442
  metadata: lazyType(() => PostV2ModelsLitellmImportMetadata$outboundSchema),
56443
56443
  configuration: unionType([
56444
- lazyType(() => Configuration3$outboundSchema),
56445
- lazyType(() => Configuration4$outboundSchema),
56444
+ lazyType(() => Configuration2$outboundSchema),
56446
56445
  lazyType(() => Configuration1$outboundSchema),
56447
- lazyType(() => Configuration2$outboundSchema)
56446
+ lazyType(() => Configuration3$outboundSchema),
56447
+ lazyType(() => Configuration4$outboundSchema)
56448
56448
  ]).optional(),
56449
56449
  parameters: arrayType(unionType([
56450
56450
  lazyType(() => Parameters1$outboundSchema),
@@ -56549,7 +56549,7 @@ var init_retrievecontact = __esm(() => {
56549
56549
  tags: arrayType(stringType()).optional(),
56550
56550
  metadata: recordType(anyType()).optional(),
56551
56551
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
56552
- updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
56552
+ updated: stringType().datetime({ offset: true }).default("2025-06-17T22:56:18.095Z").transform((v2) => new Date(v2))
56553
56553
  }).transform((v2) => {
56554
56554
  return remap(v2, {
56555
56555
  _id: "id",
@@ -56567,7 +56567,7 @@ var init_retrievecontact = __esm(() => {
56567
56567
  tags: arrayType(stringType()).optional(),
56568
56568
  metadata: recordType(anyType()).optional(),
56569
56569
  created: dateType().transform((v2) => v2.toISOString()).optional(),
56570
- updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
56570
+ updated: dateType().default(() => new Date("2025-06-17T22:56:18.095Z")).transform((v2) => v2.toISOString())
56571
56571
  }).transform((v2) => {
56572
56572
  return remap(v2, {
56573
56573
  id: "_id",
@@ -56866,7 +56866,7 @@ var init_retrievedatapoint = __esm(() => {
56866
56866
  })(RetrieveDatapoint2DatasetsResponse200Type$ ||= {});
56867
56867
  RetrieveDatapoint2File$inboundSchema = objectType({
56868
56868
  file_data: stringType(),
56869
- filename: stringType().optional()
56869
+ filename: stringType()
56870
56870
  }).transform((v2) => {
56871
56871
  return remap(v2, {
56872
56872
  file_data: "fileData"
@@ -56874,7 +56874,7 @@ var init_retrievedatapoint = __esm(() => {
56874
56874
  });
56875
56875
  RetrieveDatapoint2File$outboundSchema = objectType({
56876
56876
  fileData: stringType(),
56877
- filename: stringType().optional()
56877
+ filename: stringType()
56878
56878
  }).transform((v2) => {
56879
56879
  return remap(v2, {
56880
56880
  fileData: "file_data"
@@ -57111,17 +57111,17 @@ var init_retrievedatapoint = __esm(() => {
57111
57111
  RetrieveDatapointMessagesDeveloperMessage$.outboundSchema = RetrieveDatapointMessagesDeveloperMessage$outboundSchema;
57112
57112
  })(RetrieveDatapointMessagesDeveloperMessage$ ||= {});
57113
57113
  RetrieveDatapointMessages$inboundSchema = unionType([
57114
+ lazyType(() => RetrieveDatapointMessagesToolMessage$inboundSchema),
57114
57115
  lazyType(() => RetrieveDatapointMessagesDeveloperMessage$inboundSchema),
57115
57116
  lazyType(() => RetrieveDatapointMessagesSystemMessage$inboundSchema),
57116
57117
  lazyType(() => RetrieveDatapointMessagesUserMessage$inboundSchema),
57117
- lazyType(() => RetrieveDatapointMessagesToolMessage$inboundSchema),
57118
57118
  lazyType(() => RetrieveDatapointMessagesAssistantMessage$inboundSchema)
57119
57119
  ]);
57120
57120
  RetrieveDatapointMessages$outboundSchema = unionType([
57121
+ lazyType(() => RetrieveDatapointMessagesToolMessage$outboundSchema),
57121
57122
  lazyType(() => RetrieveDatapointMessagesDeveloperMessage$outboundSchema),
57122
57123
  lazyType(() => RetrieveDatapointMessagesSystemMessage$outboundSchema),
57123
57124
  lazyType(() => RetrieveDatapointMessagesUserMessage$outboundSchema),
57124
- lazyType(() => RetrieveDatapointMessagesToolMessage$outboundSchema),
57125
57125
  lazyType(() => RetrieveDatapointMessagesAssistantMessage$outboundSchema)
57126
57126
  ]);
57127
57127
  ((RetrieveDatapointMessages$) => {
@@ -57133,10 +57133,10 @@ var init_retrievedatapoint = __esm(() => {
57133
57133
  workspace_id: stringType(),
57134
57134
  inputs: recordType(anyType()).optional(),
57135
57135
  messages: arrayType(unionType([
57136
+ lazyType(() => RetrieveDatapointMessagesToolMessage$inboundSchema),
57136
57137
  lazyType(() => RetrieveDatapointMessagesDeveloperMessage$inboundSchema),
57137
57138
  lazyType(() => RetrieveDatapointMessagesSystemMessage$inboundSchema),
57138
57139
  lazyType(() => RetrieveDatapointMessagesUserMessage$inboundSchema),
57139
- lazyType(() => RetrieveDatapointMessagesToolMessage$inboundSchema),
57140
57140
  lazyType(() => RetrieveDatapointMessagesAssistantMessage$inboundSchema)
57141
57141
  ])).optional(),
57142
57142
  expected_output: stringType().optional(),
@@ -57144,7 +57144,7 @@ var init_retrievedatapoint = __esm(() => {
57144
57144
  created_by_id: stringType().optional(),
57145
57145
  updated_by_id: stringType().optional(),
57146
57146
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
57147
- updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
57147
+ updated: stringType().datetime({ offset: true }).default("2025-06-17T22:56:18.095Z").transform((v2) => new Date(v2))
57148
57148
  }).transform((v2) => {
57149
57149
  return remap(v2, {
57150
57150
  _id: "id",
@@ -57160,10 +57160,10 @@ var init_retrievedatapoint = __esm(() => {
57160
57160
  workspaceId: stringType(),
57161
57161
  inputs: recordType(anyType()).optional(),
57162
57162
  messages: arrayType(unionType([
57163
+ lazyType(() => RetrieveDatapointMessagesToolMessage$outboundSchema),
57163
57164
  lazyType(() => RetrieveDatapointMessagesDeveloperMessage$outboundSchema),
57164
57165
  lazyType(() => RetrieveDatapointMessagesSystemMessage$outboundSchema),
57165
57166
  lazyType(() => RetrieveDatapointMessagesUserMessage$outboundSchema),
57166
- lazyType(() => RetrieveDatapointMessagesToolMessage$outboundSchema),
57167
57167
  lazyType(() => RetrieveDatapointMessagesAssistantMessage$outboundSchema)
57168
57168
  ])).optional(),
57169
57169
  expectedOutput: stringType().optional(),
@@ -57171,7 +57171,7 @@ var init_retrievedatapoint = __esm(() => {
57171
57171
  createdById: stringType().optional(),
57172
57172
  updatedById: stringType().optional(),
57173
57173
  created: dateType().transform((v2) => v2.toISOString()).optional(),
57174
- updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
57174
+ updated: dateType().default(() => new Date("2025-06-17T22:56:18.095Z")).transform((v2) => v2.toISOString())
57175
57175
  }).transform((v2) => {
57176
57176
  return remap(v2, {
57177
57177
  id: "_id",
@@ -57242,7 +57242,7 @@ var init_retrievedataset = __esm(() => {
57242
57242
  updated_by_id: stringType().optional(),
57243
57243
  metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
57244
57244
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
57245
- updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
57245
+ updated: stringType().datetime({ offset: true }).default("2025-06-17T22:56:18.095Z").transform((v2) => new Date(v2))
57246
57246
  }).transform((v2) => {
57247
57247
  return remap(v2, {
57248
57248
  _id: "id",
@@ -57262,7 +57262,7 @@ var init_retrievedataset = __esm(() => {
57262
57262
  updatedById: stringType().optional(),
57263
57263
  metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
57264
57264
  created: dateType().transform((v2) => v2.toISOString()).optional(),
57265
- updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
57265
+ updated: dateType().default(() => new Date("2025-06-17T22:56:18.095Z")).transform((v2) => v2.toISOString())
57266
57266
  }).transform((v2) => {
57267
57267
  return remap(v2, {
57268
57268
  id: "_id",
@@ -57320,7 +57320,7 @@ var init_retrievedatasource = __esm(() => {
57320
57320
  RetrieveDatasourceStatus$.outboundSchema = RetrieveDatasourceStatus$outboundSchema;
57321
57321
  })(RetrieveDatasourceStatus$ ||= {});
57322
57322
  RetrieveDatasourceResponseBody$inboundSchema = objectType({
57323
- _id: stringType().default("01JXWEMQ3R5M4DD5054E430419"),
57323
+ _id: stringType().default("01JY01QA00A81Z0T8KNDPKX4F9"),
57324
57324
  display_name: stringType(),
57325
57325
  description: stringType().optional(),
57326
57326
  status: RetrieveDatasourceStatus$inboundSchema,
@@ -57343,7 +57343,7 @@ var init_retrievedatasource = __esm(() => {
57343
57343
  });
57344
57344
  });
57345
57345
  RetrieveDatasourceResponseBody$outboundSchema = objectType({
57346
- id: stringType().default("01JXWEMQ3R5M4DD5054E430419"),
57346
+ id: stringType().default("01JY01QA00A81Z0T8KNDPKX4F9"),
57347
57347
  displayName: stringType(),
57348
57348
  description: stringType().optional(),
57349
57349
  status: RetrieveDatasourceStatus$outboundSchema,
@@ -58224,7 +58224,7 @@ var init_updatecontact = __esm(() => {
58224
58224
  tags: arrayType(stringType()).optional(),
58225
58225
  metadata: recordType(anyType()).optional(),
58226
58226
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
58227
- updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
58227
+ updated: stringType().datetime({ offset: true }).default("2025-06-17T22:56:18.095Z").transform((v2) => new Date(v2))
58228
58228
  }).transform((v2) => {
58229
58229
  return remap(v2, {
58230
58230
  _id: "id",
@@ -58242,7 +58242,7 @@ var init_updatecontact = __esm(() => {
58242
58242
  tags: arrayType(stringType()).optional(),
58243
58243
  metadata: recordType(anyType()).optional(),
58244
58244
  created: dateType().transform((v2) => v2.toISOString()).optional(),
58245
- updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
58245
+ updated: dateType().default(() => new Date("2025-06-17T22:56:18.095Z")).transform((v2) => v2.toISOString())
58246
58246
  }).transform((v2) => {
58247
58247
  return remap(v2, {
58248
58248
  id: "_id",
@@ -58564,7 +58564,7 @@ var init_updatedatapoint = __esm(() => {
58564
58564
  })(UpdateDatapoint2DatasetsRequestRequestBodyType$ ||= {});
58565
58565
  UpdateDatapoint2File$inboundSchema = objectType({
58566
58566
  file_data: stringType(),
58567
- filename: stringType().optional()
58567
+ filename: stringType()
58568
58568
  }).transform((v2) => {
58569
58569
  return remap(v2, {
58570
58570
  file_data: "fileData"
@@ -58572,7 +58572,7 @@ var init_updatedatapoint = __esm(() => {
58572
58572
  });
58573
58573
  UpdateDatapoint2File$outboundSchema = objectType({
58574
58574
  fileData: stringType(),
58575
- filename: stringType().optional()
58575
+ filename: stringType()
58576
58576
  }).transform((v2) => {
58577
58577
  return remap(v2, {
58578
58578
  fileData: "file_data"
@@ -58809,17 +58809,17 @@ var init_updatedatapoint = __esm(() => {
58809
58809
  UpdateDatapointMessagesDeveloperMessage$.outboundSchema = UpdateDatapointMessagesDeveloperMessage$outboundSchema;
58810
58810
  })(UpdateDatapointMessagesDeveloperMessage$ ||= {});
58811
58811
  UpdateDatapointMessages$inboundSchema = unionType([
58812
+ lazyType(() => UpdateDatapointMessagesToolMessage$inboundSchema),
58812
58813
  lazyType(() => UpdateDatapointMessagesDeveloperMessage$inboundSchema),
58813
58814
  lazyType(() => UpdateDatapointMessagesSystemMessage$inboundSchema),
58814
58815
  lazyType(() => UpdateDatapointMessagesUserMessage$inboundSchema),
58815
- lazyType(() => UpdateDatapointMessagesToolMessage$inboundSchema),
58816
58816
  lazyType(() => UpdateDatapointMessagesAssistantMessage$inboundSchema)
58817
58817
  ]);
58818
58818
  UpdateDatapointMessages$outboundSchema = unionType([
58819
+ lazyType(() => UpdateDatapointMessagesToolMessage$outboundSchema),
58819
58820
  lazyType(() => UpdateDatapointMessagesDeveloperMessage$outboundSchema),
58820
58821
  lazyType(() => UpdateDatapointMessagesSystemMessage$outboundSchema),
58821
58822
  lazyType(() => UpdateDatapointMessagesUserMessage$outboundSchema),
58822
- lazyType(() => UpdateDatapointMessagesToolMessage$outboundSchema),
58823
58823
  lazyType(() => UpdateDatapointMessagesAssistantMessage$outboundSchema)
58824
58824
  ]);
58825
58825
  ((UpdateDatapointMessages$) => {
@@ -58829,10 +58829,10 @@ var init_updatedatapoint = __esm(() => {
58829
58829
  UpdateDatapointRequestBody$inboundSchema = objectType({
58830
58830
  inputs: recordType(anyType()).optional(),
58831
58831
  messages: arrayType(unionType([
58832
+ lazyType(() => UpdateDatapointMessagesToolMessage$inboundSchema),
58832
58833
  lazyType(() => UpdateDatapointMessagesDeveloperMessage$inboundSchema),
58833
58834
  lazyType(() => UpdateDatapointMessagesSystemMessage$inboundSchema),
58834
58835
  lazyType(() => UpdateDatapointMessagesUserMessage$inboundSchema),
58835
- lazyType(() => UpdateDatapointMessagesToolMessage$inboundSchema),
58836
58836
  lazyType(() => UpdateDatapointMessagesAssistantMessage$inboundSchema)
58837
58837
  ])).optional(),
58838
58838
  expected_output: stringType().optional()
@@ -58844,10 +58844,10 @@ var init_updatedatapoint = __esm(() => {
58844
58844
  UpdateDatapointRequestBody$outboundSchema = objectType({
58845
58845
  inputs: recordType(anyType()).optional(),
58846
58846
  messages: arrayType(unionType([
58847
+ lazyType(() => UpdateDatapointMessagesToolMessage$outboundSchema),
58847
58848
  lazyType(() => UpdateDatapointMessagesDeveloperMessage$outboundSchema),
58848
58849
  lazyType(() => UpdateDatapointMessagesSystemMessage$outboundSchema),
58849
58850
  lazyType(() => UpdateDatapointMessagesUserMessage$outboundSchema),
58850
- lazyType(() => UpdateDatapointMessagesToolMessage$outboundSchema),
58851
58851
  lazyType(() => UpdateDatapointMessagesAssistantMessage$outboundSchema)
58852
58852
  ])).optional(),
58853
58853
  expectedOutput: stringType().optional()
@@ -59098,7 +59098,7 @@ var init_updatedatapoint = __esm(() => {
59098
59098
  })(UpdateDatapoint2DatasetsResponse200ApplicationJSONResponseBodyType$ ||= {});
59099
59099
  UpdateDatapoint2DatasetsFile$inboundSchema = objectType({
59100
59100
  file_data: stringType(),
59101
- filename: stringType().optional()
59101
+ filename: stringType()
59102
59102
  }).transform((v2) => {
59103
59103
  return remap(v2, {
59104
59104
  file_data: "fileData"
@@ -59106,7 +59106,7 @@ var init_updatedatapoint = __esm(() => {
59106
59106
  });
59107
59107
  UpdateDatapoint2DatasetsFile$outboundSchema = objectType({
59108
59108
  fileData: stringType(),
59109
- filename: stringType().optional()
59109
+ filename: stringType()
59110
59110
  }).transform((v2) => {
59111
59111
  return remap(v2, {
59112
59112
  fileData: "file_data"
@@ -59343,17 +59343,17 @@ var init_updatedatapoint = __esm(() => {
59343
59343
  UpdateDatapointMessagesDatasetsDeveloperMessage$.outboundSchema = UpdateDatapointMessagesDatasetsDeveloperMessage$outboundSchema;
59344
59344
  })(UpdateDatapointMessagesDatasetsDeveloperMessage$ ||= {});
59345
59345
  UpdateDatapointDatasetsMessages$inboundSchema = unionType([
59346
+ lazyType(() => UpdateDatapointMessagesDatasetsToolMessage$inboundSchema),
59346
59347
  lazyType(() => UpdateDatapointMessagesDatasetsDeveloperMessage$inboundSchema),
59347
59348
  lazyType(() => UpdateDatapointMessagesDatasetsSystemMessage$inboundSchema),
59348
59349
  lazyType(() => UpdateDatapointMessagesDatasetsUserMessage$inboundSchema),
59349
- lazyType(() => UpdateDatapointMessagesDatasetsToolMessage$inboundSchema),
59350
59350
  lazyType(() => UpdateDatapointMessagesDatasetsAssistantMessage$inboundSchema)
59351
59351
  ]);
59352
59352
  UpdateDatapointDatasetsMessages$outboundSchema = unionType([
59353
+ lazyType(() => UpdateDatapointMessagesDatasetsToolMessage$outboundSchema),
59353
59354
  lazyType(() => UpdateDatapointMessagesDatasetsDeveloperMessage$outboundSchema),
59354
59355
  lazyType(() => UpdateDatapointMessagesDatasetsSystemMessage$outboundSchema),
59355
59356
  lazyType(() => UpdateDatapointMessagesDatasetsUserMessage$outboundSchema),
59356
- lazyType(() => UpdateDatapointMessagesDatasetsToolMessage$outboundSchema),
59357
59357
  lazyType(() => UpdateDatapointMessagesDatasetsAssistantMessage$outboundSchema)
59358
59358
  ]);
59359
59359
  ((UpdateDatapointDatasetsMessages$) => {
@@ -59365,10 +59365,10 @@ var init_updatedatapoint = __esm(() => {
59365
59365
  workspace_id: stringType(),
59366
59366
  inputs: recordType(anyType()).optional(),
59367
59367
  messages: arrayType(unionType([
59368
+ lazyType(() => UpdateDatapointMessagesDatasetsToolMessage$inboundSchema),
59368
59369
  lazyType(() => UpdateDatapointMessagesDatasetsDeveloperMessage$inboundSchema),
59369
59370
  lazyType(() => UpdateDatapointMessagesDatasetsSystemMessage$inboundSchema),
59370
59371
  lazyType(() => UpdateDatapointMessagesDatasetsUserMessage$inboundSchema),
59371
- lazyType(() => UpdateDatapointMessagesDatasetsToolMessage$inboundSchema),
59372
59372
  lazyType(() => UpdateDatapointMessagesDatasetsAssistantMessage$inboundSchema)
59373
59373
  ])).optional(),
59374
59374
  expected_output: stringType().optional(),
@@ -59376,7 +59376,7 @@ var init_updatedatapoint = __esm(() => {
59376
59376
  created_by_id: stringType().optional(),
59377
59377
  updated_by_id: stringType().optional(),
59378
59378
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
59379
- updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
59379
+ updated: stringType().datetime({ offset: true }).default("2025-06-17T22:56:18.095Z").transform((v2) => new Date(v2))
59380
59380
  }).transform((v2) => {
59381
59381
  return remap(v2, {
59382
59382
  _id: "id",
@@ -59392,10 +59392,10 @@ var init_updatedatapoint = __esm(() => {
59392
59392
  workspaceId: stringType(),
59393
59393
  inputs: recordType(anyType()).optional(),
59394
59394
  messages: arrayType(unionType([
59395
+ lazyType(() => UpdateDatapointMessagesDatasetsToolMessage$outboundSchema),
59395
59396
  lazyType(() => UpdateDatapointMessagesDatasetsDeveloperMessage$outboundSchema),
59396
59397
  lazyType(() => UpdateDatapointMessagesDatasetsSystemMessage$outboundSchema),
59397
59398
  lazyType(() => UpdateDatapointMessagesDatasetsUserMessage$outboundSchema),
59398
- lazyType(() => UpdateDatapointMessagesDatasetsToolMessage$outboundSchema),
59399
59399
  lazyType(() => UpdateDatapointMessagesDatasetsAssistantMessage$outboundSchema)
59400
59400
  ])).optional(),
59401
59401
  expectedOutput: stringType().optional(),
@@ -59403,7 +59403,7 @@ var init_updatedatapoint = __esm(() => {
59403
59403
  createdById: stringType().optional(),
59404
59404
  updatedById: stringType().optional(),
59405
59405
  created: dateType().transform((v2) => v2.toISOString()).optional(),
59406
- updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
59406
+ updated: dateType().default(() => new Date("2025-06-17T22:56:18.095Z")).transform((v2) => v2.toISOString())
59407
59407
  }).transform((v2) => {
59408
59408
  return remap(v2, {
59409
59409
  id: "_id",
@@ -59504,7 +59504,7 @@ var init_updatedataset = __esm(() => {
59504
59504
  parent_id: stringType().optional(),
59505
59505
  version: stringType().optional(),
59506
59506
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
59507
- updated: stringType().datetime({ offset: true }).default("2025-06-16T13:25:07.062Z").transform((v2) => new Date(v2))
59507
+ updated: stringType().datetime({ offset: true }).default("2025-06-17T22:56:18.095Z").transform((v2) => new Date(v2))
59508
59508
  }).transform((v2) => {
59509
59509
  return remap(v2, {
59510
59510
  _id: "id",
@@ -59527,7 +59527,7 @@ var init_updatedataset = __esm(() => {
59527
59527
  parentId: stringType().optional(),
59528
59528
  version: stringType().optional(),
59529
59529
  created: dateType().transform((v2) => v2.toISOString()).optional(),
59530
- updated: dateType().default(() => new Date("2025-06-16T13:25:07.062Z")).transform((v2) => v2.toISOString())
59530
+ updated: dateType().default(() => new Date("2025-06-17T22:56:18.095Z")).transform((v2) => v2.toISOString())
59531
59531
  }).transform((v2) => {
59532
59532
  return remap(v2, {
59533
59533
  id: "_id",
@@ -59608,7 +59608,7 @@ var init_updatedatasource = __esm(() => {
59608
59608
  UpdateDatasourceStatus$.outboundSchema = UpdateDatasourceStatus$outboundSchema;
59609
59609
  })(UpdateDatasourceStatus$ ||= {});
59610
59610
  UpdateDatasourceResponseBody$inboundSchema = objectType({
59611
- _id: stringType().default("01JXWEMQ3V9FEFM73W33PD2V1Z"),
59611
+ _id: stringType().default("01JY01QA01RRHH0T6M1HAJWK17"),
59612
59612
  display_name: stringType(),
59613
59613
  description: stringType().optional(),
59614
59614
  status: UpdateDatasourceStatus$inboundSchema,
@@ -59631,7 +59631,7 @@ var init_updatedatasource = __esm(() => {
59631
59631
  });
59632
59632
  });
59633
59633
  UpdateDatasourceResponseBody$outboundSchema = objectType({
59634
- id: stringType().default("01JXWEMQ3V9FEFM73W33PD2V1Z"),
59634
+ id: stringType().default("01JY01QA01RRHH0T6M1HAJWK17"),
59635
59635
  displayName: stringType(),
59636
59636
  description: stringType().optional(),
59637
59637
  status: UpdateDatasourceStatus$outboundSchema,
@@ -59857,12 +59857,12 @@ var init_updateeval = __esm(() => {
59857
59857
  UpdateEvalGuardrailConfigEvalsRequestRequestBodyBoolean$.outboundSchema = UpdateEvalGuardrailConfigEvalsRequestRequestBodyBoolean$outboundSchema;
59858
59858
  })(UpdateEvalGuardrailConfigEvalsRequestRequestBodyBoolean$ ||= {});
59859
59859
  UpdateEvalRequestBodyEvalsRequest4GuardrailConfig$inboundSchema = unionType([
59860
- lazyType(() => UpdateEvalGuardrailConfigEvalsRequestRequestBodyBoolean$inboundSchema),
59861
- lazyType(() => UpdateEvalGuardrailConfigEvalsRequestRequestBodyNumber$inboundSchema)
59860
+ lazyType(() => UpdateEvalGuardrailConfigEvalsRequestRequestBodyNumber$inboundSchema),
59861
+ lazyType(() => UpdateEvalGuardrailConfigEvalsRequestRequestBodyBoolean$inboundSchema)
59862
59862
  ]);
59863
59863
  UpdateEvalRequestBodyEvalsRequest4GuardrailConfig$outboundSchema = unionType([
59864
- lazyType(() => UpdateEvalGuardrailConfigEvalsRequestRequestBodyBoolean$outboundSchema),
59865
- lazyType(() => UpdateEvalGuardrailConfigEvalsRequestRequestBodyNumber$outboundSchema)
59864
+ lazyType(() => UpdateEvalGuardrailConfigEvalsRequestRequestBodyNumber$outboundSchema),
59865
+ lazyType(() => UpdateEvalGuardrailConfigEvalsRequestRequestBodyBoolean$outboundSchema)
59866
59866
  ]);
59867
59867
  ((UpdateEvalRequestBodyEvalsRequest4GuardrailConfig$) => {
59868
59868
  UpdateEvalRequestBodyEvalsRequest4GuardrailConfig$.inboundSchema = UpdateEvalRequestBodyEvalsRequest4GuardrailConfig$inboundSchema;
@@ -59876,8 +59876,8 @@ var init_updateeval = __esm(() => {
59876
59876
  })(UpdateEvalRequestBodyEvalsRequest4Type$ ||= {});
59877
59877
  RequestBodyPython$inboundSchema = objectType({
59878
59878
  guardrail_config: unionType([
59879
- lazyType(() => UpdateEvalGuardrailConfigEvalsRequestRequestBodyBoolean$inboundSchema),
59880
- lazyType(() => UpdateEvalGuardrailConfigEvalsRequestRequestBodyNumber$inboundSchema)
59879
+ lazyType(() => UpdateEvalGuardrailConfigEvalsRequestRequestBodyNumber$inboundSchema),
59880
+ lazyType(() => UpdateEvalGuardrailConfigEvalsRequestRequestBodyBoolean$inboundSchema)
59881
59881
  ]).optional(),
59882
59882
  code: stringType().optional(),
59883
59883
  type: UpdateEvalRequestBodyEvalsRequest4Type$inboundSchema,
@@ -59891,8 +59891,8 @@ var init_updateeval = __esm(() => {
59891
59891
  });
59892
59892
  RequestBodyPython$outboundSchema = objectType({
59893
59893
  guardrailConfig: unionType([
59894
- lazyType(() => UpdateEvalGuardrailConfigEvalsRequestRequestBodyBoolean$outboundSchema),
59895
- lazyType(() => UpdateEvalGuardrailConfigEvalsRequestRequestBodyNumber$outboundSchema)
59894
+ lazyType(() => UpdateEvalGuardrailConfigEvalsRequestRequestBodyNumber$outboundSchema),
59895
+ lazyType(() => UpdateEvalGuardrailConfigEvalsRequestRequestBodyBoolean$outboundSchema)
59896
59896
  ]).optional(),
59897
59897
  code: stringType().optional(),
59898
59898
  type: UpdateEvalRequestBodyEvalsRequest4Type$outboundSchema,
@@ -59957,12 +59957,12 @@ var init_updateeval = __esm(() => {
59957
59957
  UpdateEvalGuardrailConfigEvalsRequestBoolean$.outboundSchema = UpdateEvalGuardrailConfigEvalsRequestBoolean$outboundSchema;
59958
59958
  })(UpdateEvalGuardrailConfigEvalsRequestBoolean$ ||= {});
59959
59959
  UpdateEvalRequestBodyEvalsRequestGuardrailConfig$inboundSchema = unionType([
59960
- lazyType(() => UpdateEvalGuardrailConfigEvalsRequestBoolean$inboundSchema),
59961
- lazyType(() => UpdateEvalGuardrailConfigEvalsRequestNumber$inboundSchema)
59960
+ lazyType(() => UpdateEvalGuardrailConfigEvalsRequestNumber$inboundSchema),
59961
+ lazyType(() => UpdateEvalGuardrailConfigEvalsRequestBoolean$inboundSchema)
59962
59962
  ]);
59963
59963
  UpdateEvalRequestBodyEvalsRequestGuardrailConfig$outboundSchema = unionType([
59964
- lazyType(() => UpdateEvalGuardrailConfigEvalsRequestBoolean$outboundSchema),
59965
- lazyType(() => UpdateEvalGuardrailConfigEvalsRequestNumber$outboundSchema)
59964
+ lazyType(() => UpdateEvalGuardrailConfigEvalsRequestNumber$outboundSchema),
59965
+ lazyType(() => UpdateEvalGuardrailConfigEvalsRequestBoolean$outboundSchema)
59966
59966
  ]);
59967
59967
  ((UpdateEvalRequestBodyEvalsRequestGuardrailConfig$) => {
59968
59968
  UpdateEvalRequestBodyEvalsRequestGuardrailConfig$.inboundSchema = UpdateEvalRequestBodyEvalsRequestGuardrailConfig$inboundSchema;
@@ -59982,8 +59982,8 @@ var init_updateeval = __esm(() => {
59982
59982
  })(RequestBodyMethod$ ||= {});
59983
59983
  RequestBodyHTTP$inboundSchema = objectType({
59984
59984
  guardrail_config: unionType([
59985
- lazyType(() => UpdateEvalGuardrailConfigEvalsRequestBoolean$inboundSchema),
59986
- lazyType(() => UpdateEvalGuardrailConfigEvalsRequestNumber$inboundSchema)
59985
+ lazyType(() => UpdateEvalGuardrailConfigEvalsRequestNumber$inboundSchema),
59986
+ lazyType(() => UpdateEvalGuardrailConfigEvalsRequestBoolean$inboundSchema)
59987
59987
  ]).optional(),
59988
59988
  type: UpdateEvalRequestBodyEvalsRequestType$inboundSchema,
59989
59989
  url: stringType().optional(),
@@ -60000,8 +60000,8 @@ var init_updateeval = __esm(() => {
60000
60000
  });
60001
60001
  RequestBodyHTTP$outboundSchema = objectType({
60002
60002
  guardrailConfig: unionType([
60003
- lazyType(() => UpdateEvalGuardrailConfigEvalsRequestBoolean$outboundSchema),
60004
- lazyType(() => UpdateEvalGuardrailConfigEvalsRequestNumber$outboundSchema)
60003
+ lazyType(() => UpdateEvalGuardrailConfigEvalsRequestNumber$outboundSchema),
60004
+ lazyType(() => UpdateEvalGuardrailConfigEvalsRequestBoolean$outboundSchema)
60005
60005
  ]).optional(),
60006
60006
  type: UpdateEvalRequestBodyEvalsRequestType$outboundSchema,
60007
60007
  url: stringType().optional(),
@@ -60069,12 +60069,12 @@ var init_updateeval = __esm(() => {
60069
60069
  UpdateEvalGuardrailConfigEvalsBoolean$.outboundSchema = UpdateEvalGuardrailConfigEvalsBoolean$outboundSchema;
60070
60070
  })(UpdateEvalGuardrailConfigEvalsBoolean$ ||= {});
60071
60071
  UpdateEvalRequestBodyEvalsGuardrailConfig$inboundSchema = unionType([
60072
- lazyType(() => UpdateEvalGuardrailConfigEvalsBoolean$inboundSchema),
60073
- lazyType(() => UpdateEvalGuardrailConfigEvalsNumber$inboundSchema)
60072
+ lazyType(() => UpdateEvalGuardrailConfigEvalsNumber$inboundSchema),
60073
+ lazyType(() => UpdateEvalGuardrailConfigEvalsBoolean$inboundSchema)
60074
60074
  ]);
60075
60075
  UpdateEvalRequestBodyEvalsGuardrailConfig$outboundSchema = unionType([
60076
- lazyType(() => UpdateEvalGuardrailConfigEvalsBoolean$outboundSchema),
60077
- lazyType(() => UpdateEvalGuardrailConfigEvalsNumber$outboundSchema)
60076
+ lazyType(() => UpdateEvalGuardrailConfigEvalsNumber$outboundSchema),
60077
+ lazyType(() => UpdateEvalGuardrailConfigEvalsBoolean$outboundSchema)
60078
60078
  ]);
60079
60079
  ((UpdateEvalRequestBodyEvalsGuardrailConfig$) => {
60080
60080
  UpdateEvalRequestBodyEvalsGuardrailConfig$.inboundSchema = UpdateEvalRequestBodyEvalsGuardrailConfig$inboundSchema;
@@ -60088,8 +60088,8 @@ var init_updateeval = __esm(() => {
60088
60088
  })(UpdateEvalRequestBodyEvalsType$ ||= {});
60089
60089
  RequestBodyJSON$inboundSchema = objectType({
60090
60090
  guardrail_config: unionType([
60091
- lazyType(() => UpdateEvalGuardrailConfigEvalsBoolean$inboundSchema),
60092
- lazyType(() => UpdateEvalGuardrailConfigEvalsNumber$inboundSchema)
60091
+ lazyType(() => UpdateEvalGuardrailConfigEvalsNumber$inboundSchema),
60092
+ lazyType(() => UpdateEvalGuardrailConfigEvalsBoolean$inboundSchema)
60093
60093
  ]).optional(),
60094
60094
  type: UpdateEvalRequestBodyEvalsType$inboundSchema,
60095
60095
  schema: stringType().optional(),
@@ -60103,8 +60103,8 @@ var init_updateeval = __esm(() => {
60103
60103
  });
60104
60104
  RequestBodyJSON$outboundSchema = objectType({
60105
60105
  guardrailConfig: unionType([
60106
- lazyType(() => UpdateEvalGuardrailConfigEvalsBoolean$outboundSchema),
60107
- lazyType(() => UpdateEvalGuardrailConfigEvalsNumber$outboundSchema)
60106
+ lazyType(() => UpdateEvalGuardrailConfigEvalsNumber$outboundSchema),
60107
+ lazyType(() => UpdateEvalGuardrailConfigEvalsBoolean$outboundSchema)
60108
60108
  ]).optional(),
60109
60109
  type: UpdateEvalRequestBodyEvalsType$outboundSchema,
60110
60110
  schema: stringType().optional(),
@@ -60169,12 +60169,12 @@ var init_updateeval = __esm(() => {
60169
60169
  UpdateEvalGuardrailConfigBoolean$.outboundSchema = UpdateEvalGuardrailConfigBoolean$outboundSchema;
60170
60170
  })(UpdateEvalGuardrailConfigBoolean$ ||= {});
60171
60171
  UpdateEvalRequestBodyGuardrailConfig$inboundSchema = unionType([
60172
- lazyType(() => UpdateEvalGuardrailConfigBoolean$inboundSchema),
60173
- lazyType(() => UpdateEvalGuardrailConfigNumber$inboundSchema)
60172
+ lazyType(() => UpdateEvalGuardrailConfigNumber$inboundSchema),
60173
+ lazyType(() => UpdateEvalGuardrailConfigBoolean$inboundSchema)
60174
60174
  ]);
60175
60175
  UpdateEvalRequestBodyGuardrailConfig$outboundSchema = unionType([
60176
- lazyType(() => UpdateEvalGuardrailConfigBoolean$outboundSchema),
60177
- lazyType(() => UpdateEvalGuardrailConfigNumber$outboundSchema)
60176
+ lazyType(() => UpdateEvalGuardrailConfigNumber$outboundSchema),
60177
+ lazyType(() => UpdateEvalGuardrailConfigBoolean$outboundSchema)
60178
60178
  ]);
60179
60179
  ((UpdateEvalRequestBodyGuardrailConfig$) => {
60180
60180
  UpdateEvalRequestBodyGuardrailConfig$.inboundSchema = UpdateEvalRequestBodyGuardrailConfig$inboundSchema;
@@ -60188,8 +60188,8 @@ var init_updateeval = __esm(() => {
60188
60188
  })(UpdateEvalRequestBodyType$ ||= {});
60189
60189
  RequestBodyLLM$inboundSchema = objectType({
60190
60190
  guardrail_config: unionType([
60191
- lazyType(() => UpdateEvalGuardrailConfigBoolean$inboundSchema),
60192
- lazyType(() => UpdateEvalGuardrailConfigNumber$inboundSchema)
60191
+ lazyType(() => UpdateEvalGuardrailConfigNumber$inboundSchema),
60192
+ lazyType(() => UpdateEvalGuardrailConfigBoolean$inboundSchema)
60193
60193
  ]).optional(),
60194
60194
  type: UpdateEvalRequestBodyType$inboundSchema,
60195
60195
  prompt: stringType().optional(),
@@ -60204,8 +60204,8 @@ var init_updateeval = __esm(() => {
60204
60204
  });
60205
60205
  RequestBodyLLM$outboundSchema = objectType({
60206
60206
  guardrailConfig: unionType([
60207
- lazyType(() => UpdateEvalGuardrailConfigBoolean$outboundSchema),
60208
- lazyType(() => UpdateEvalGuardrailConfigNumber$outboundSchema)
60207
+ lazyType(() => UpdateEvalGuardrailConfigNumber$outboundSchema),
60208
+ lazyType(() => UpdateEvalGuardrailConfigBoolean$outboundSchema)
60209
60209
  ]).optional(),
60210
60210
  type: UpdateEvalRequestBodyType$outboundSchema,
60211
60211
  prompt: stringType().optional(),
@@ -60223,16 +60223,16 @@ var init_updateeval = __esm(() => {
60223
60223
  RequestBodyLLM$.outboundSchema = RequestBodyLLM$outboundSchema;
60224
60224
  })(RequestBodyLLM$ ||= {});
60225
60225
  UpdateEvalRequestBody$inboundSchema = unionType([
60226
- lazyType(() => RequestBodyJSON$inboundSchema),
60227
- lazyType(() => RequestBodyPython$inboundSchema),
60228
60226
  lazyType(() => RequestBodyLLM$inboundSchema),
60229
- lazyType(() => RequestBodyHTTP$inboundSchema)
60227
+ lazyType(() => RequestBodyJSON$inboundSchema),
60228
+ lazyType(() => RequestBodyHTTP$inboundSchema),
60229
+ lazyType(() => RequestBodyPython$inboundSchema)
60230
60230
  ]);
60231
60231
  UpdateEvalRequestBody$outboundSchema = unionType([
60232
- lazyType(() => RequestBodyJSON$outboundSchema),
60233
- lazyType(() => RequestBodyPython$outboundSchema),
60234
60232
  lazyType(() => RequestBodyLLM$outboundSchema),
60235
- lazyType(() => RequestBodyHTTP$outboundSchema)
60233
+ lazyType(() => RequestBodyJSON$outboundSchema),
60234
+ lazyType(() => RequestBodyHTTP$outboundSchema),
60235
+ lazyType(() => RequestBodyPython$outboundSchema)
60236
60236
  ]);
60237
60237
  ((UpdateEvalRequestBody$) => {
60238
60238
  UpdateEvalRequestBody$.inboundSchema = UpdateEvalRequestBody$inboundSchema;
@@ -60241,10 +60241,10 @@ var init_updateeval = __esm(() => {
60241
60241
  UpdateEvalRequest$inboundSchema = objectType({
60242
60242
  id: stringType(),
60243
60243
  RequestBody: unionType([
60244
- lazyType(() => RequestBodyJSON$inboundSchema),
60245
- lazyType(() => RequestBodyPython$inboundSchema),
60246
60244
  lazyType(() => RequestBodyLLM$inboundSchema),
60247
- lazyType(() => RequestBodyHTTP$inboundSchema)
60245
+ lazyType(() => RequestBodyJSON$inboundSchema),
60246
+ lazyType(() => RequestBodyHTTP$inboundSchema),
60247
+ lazyType(() => RequestBodyPython$inboundSchema)
60248
60248
  ]).optional()
60249
60249
  }).transform((v2) => {
60250
60250
  return remap(v2, {
@@ -60254,10 +60254,10 @@ var init_updateeval = __esm(() => {
60254
60254
  UpdateEvalRequest$outboundSchema = objectType({
60255
60255
  id: stringType(),
60256
60256
  requestBody: unionType([
60257
- lazyType(() => RequestBodyJSON$outboundSchema),
60258
- lazyType(() => RequestBodyPython$outboundSchema),
60259
60257
  lazyType(() => RequestBodyLLM$outboundSchema),
60260
- lazyType(() => RequestBodyHTTP$outboundSchema)
60258
+ lazyType(() => RequestBodyJSON$outboundSchema),
60259
+ lazyType(() => RequestBodyHTTP$outboundSchema),
60260
+ lazyType(() => RequestBodyPython$outboundSchema)
60261
60261
  ]).optional()
60262
60262
  }).transform((v2) => {
60263
60263
  return remap(v2, {
@@ -60317,12 +60317,12 @@ var init_updateeval = __esm(() => {
60317
60317
  UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$.outboundSchema = UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema;
60318
60318
  })(UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$ ||= {});
60319
60319
  UpdateEvalResponseBodyEvalsResponse200GuardrailConfig$inboundSchema = unionType([
60320
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
60321
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
60320
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
60321
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
60322
60322
  ]);
60323
60323
  UpdateEvalResponseBodyEvalsResponse200GuardrailConfig$outboundSchema = unionType([
60324
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
60325
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
60324
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
60325
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
60326
60326
  ]);
60327
60327
  ((UpdateEvalResponseBodyEvalsResponse200GuardrailConfig$) => {
60328
60328
  UpdateEvalResponseBodyEvalsResponse200GuardrailConfig$.inboundSchema = UpdateEvalResponseBodyEvalsResponse200GuardrailConfig$inboundSchema;
@@ -60337,11 +60337,11 @@ var init_updateeval = __esm(() => {
60337
60337
  UpdateEvalResponseBodyPython$inboundSchema = objectType({
60338
60338
  _id: stringType(),
60339
60339
  description: stringType(),
60340
- created: stringType().default("2025-06-16T13:25:09.055Z"),
60341
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
60340
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
60341
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
60342
60342
  guardrail_config: unionType([
60343
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
60344
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
60343
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
60344
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
60345
60345
  ]).optional(),
60346
60346
  code: stringType(),
60347
60347
  type: UpdateEvalResponseBodyEvalsResponse200Type$inboundSchema,
@@ -60355,11 +60355,11 @@ var init_updateeval = __esm(() => {
60355
60355
  UpdateEvalResponseBodyPython$outboundSchema = objectType({
60356
60356
  id: stringType(),
60357
60357
  description: stringType(),
60358
- created: stringType().default("2025-06-16T13:25:09.055Z"),
60359
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
60358
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
60359
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
60360
60360
  guardrailConfig: unionType([
60361
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
60362
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
60361
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
60362
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
60363
60363
  ]).optional(),
60364
60364
  code: stringType(),
60365
60365
  type: UpdateEvalResponseBodyEvalsResponse200Type$outboundSchema,
@@ -60423,12 +60423,12 @@ var init_updateeval = __esm(() => {
60423
60423
  UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$.outboundSchema = UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema;
60424
60424
  })(UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$ ||= {});
60425
60425
  UpdateEvalResponseBodyEvalsResponseGuardrailConfig$inboundSchema = unionType([
60426
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
60427
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
60426
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
60427
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
60428
60428
  ]);
60429
60429
  UpdateEvalResponseBodyEvalsResponseGuardrailConfig$outboundSchema = unionType([
60430
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
60431
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
60430
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
60431
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
60432
60432
  ]);
60433
60433
  ((UpdateEvalResponseBodyEvalsResponseGuardrailConfig$) => {
60434
60434
  UpdateEvalResponseBodyEvalsResponseGuardrailConfig$.inboundSchema = UpdateEvalResponseBodyEvalsResponseGuardrailConfig$inboundSchema;
@@ -60449,11 +60449,11 @@ var init_updateeval = __esm(() => {
60449
60449
  UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
60450
60450
  _id: stringType(),
60451
60451
  description: stringType(),
60452
- created: stringType().default("2025-06-16T13:25:09.055Z"),
60453
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
60452
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
60453
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
60454
60454
  guardrail_config: unionType([
60455
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
60456
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
60455
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
60456
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
60457
60457
  ]).optional(),
60458
60458
  type: UpdateEvalResponseBodyEvalsResponseType$inboundSchema,
60459
60459
  url: stringType(),
@@ -60470,11 +60470,11 @@ var init_updateeval = __esm(() => {
60470
60470
  UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
60471
60471
  id: stringType(),
60472
60472
  description: stringType(),
60473
- created: stringType().default("2025-06-16T13:25:09.055Z"),
60474
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
60473
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
60474
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
60475
60475
  guardrailConfig: unionType([
60476
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
60477
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
60476
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
60477
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
60478
60478
  ]).optional(),
60479
60479
  type: UpdateEvalResponseBodyEvalsResponseType$outboundSchema,
60480
60480
  url: stringType(),
@@ -60541,12 +60541,12 @@ var init_updateeval = __esm(() => {
60541
60541
  UpdateEvalGuardrailConfigEvalsResponse200Boolean$.outboundSchema = UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema;
60542
60542
  })(UpdateEvalGuardrailConfigEvalsResponse200Boolean$ ||= {});
60543
60543
  UpdateEvalResponseBodyEvalsGuardrailConfig$inboundSchema = unionType([
60544
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
60545
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
60544
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
60545
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
60546
60546
  ]);
60547
60547
  UpdateEvalResponseBodyEvalsGuardrailConfig$outboundSchema = unionType([
60548
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
60549
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
60548
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
60549
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
60550
60550
  ]);
60551
60551
  ((UpdateEvalResponseBodyEvalsGuardrailConfig$) => {
60552
60552
  UpdateEvalResponseBodyEvalsGuardrailConfig$.inboundSchema = UpdateEvalResponseBodyEvalsGuardrailConfig$inboundSchema;
@@ -60561,11 +60561,11 @@ var init_updateeval = __esm(() => {
60561
60561
  UpdateEvalResponseBodyJSON$inboundSchema = objectType({
60562
60562
  _id: stringType(),
60563
60563
  description: stringType(),
60564
- created: stringType().default("2025-06-16T13:25:09.055Z"),
60565
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
60564
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
60565
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
60566
60566
  guardrail_config: unionType([
60567
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
60568
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
60567
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
60568
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
60569
60569
  ]).optional(),
60570
60570
  type: UpdateEvalResponseBodyEvalsType$inboundSchema,
60571
60571
  schema: stringType(),
@@ -60579,11 +60579,11 @@ var init_updateeval = __esm(() => {
60579
60579
  UpdateEvalResponseBodyJSON$outboundSchema = objectType({
60580
60580
  id: stringType(),
60581
60581
  description: stringType(),
60582
- created: stringType().default("2025-06-16T13:25:09.055Z"),
60583
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
60582
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
60583
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
60584
60584
  guardrailConfig: unionType([
60585
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
60586
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
60585
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
60586
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
60587
60587
  ]).optional(),
60588
60588
  type: UpdateEvalResponseBodyEvalsType$outboundSchema,
60589
60589
  schema: stringType(),
@@ -60647,12 +60647,12 @@ var init_updateeval = __esm(() => {
60647
60647
  UpdateEvalGuardrailConfigEvalsResponseBoolean$.outboundSchema = UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema;
60648
60648
  })(UpdateEvalGuardrailConfigEvalsResponseBoolean$ ||= {});
60649
60649
  UpdateEvalResponseBodyGuardrailConfig$inboundSchema = unionType([
60650
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
60651
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
60650
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
60651
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
60652
60652
  ]);
60653
60653
  UpdateEvalResponseBodyGuardrailConfig$outboundSchema = unionType([
60654
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
60655
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
60654
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
60655
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
60656
60656
  ]);
60657
60657
  ((UpdateEvalResponseBodyGuardrailConfig$) => {
60658
60658
  UpdateEvalResponseBodyGuardrailConfig$.inboundSchema = UpdateEvalResponseBodyGuardrailConfig$inboundSchema;
@@ -60667,11 +60667,11 @@ var init_updateeval = __esm(() => {
60667
60667
  UpdateEvalResponseBodyLLM$inboundSchema = objectType({
60668
60668
  _id: stringType(),
60669
60669
  description: stringType(),
60670
- created: stringType().default("2025-06-16T13:25:09.055Z"),
60671
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
60670
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
60671
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
60672
60672
  guardrail_config: unionType([
60673
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
60674
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
60673
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
60674
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
60675
60675
  ]).optional(),
60676
60676
  type: UpdateEvalResponseBodyType$inboundSchema,
60677
60677
  prompt: stringType(),
@@ -60686,11 +60686,11 @@ var init_updateeval = __esm(() => {
60686
60686
  UpdateEvalResponseBodyLLM$outboundSchema = objectType({
60687
60687
  id: stringType(),
60688
60688
  description: stringType(),
60689
- created: stringType().default("2025-06-16T13:25:09.055Z"),
60690
- updated: stringType().default("2025-06-16T13:25:09.055Z"),
60689
+ created: stringType().default("2025-06-17T22:56:20.152Z"),
60690
+ updated: stringType().default("2025-06-17T22:56:20.152Z"),
60691
60691
  guardrailConfig: unionType([
60692
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
60693
- lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
60692
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
60693
+ lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
60694
60694
  ]).optional(),
60695
60695
  type: UpdateEvalResponseBodyType$outboundSchema,
60696
60696
  prompt: stringType(),
@@ -60707,16 +60707,16 @@ var init_updateeval = __esm(() => {
60707
60707
  UpdateEvalResponseBodyLLM$.outboundSchema = UpdateEvalResponseBodyLLM$outboundSchema;
60708
60708
  })(UpdateEvalResponseBodyLLM$ ||= {});
60709
60709
  UpdateEvalResponseBody$inboundSchema = unionType([
60710
- lazyType(() => UpdateEvalResponseBodyJSON$inboundSchema),
60711
- lazyType(() => UpdateEvalResponseBodyPython$inboundSchema),
60710
+ lazyType(() => UpdateEvalResponseBodyHTTP$inboundSchema),
60712
60711
  lazyType(() => UpdateEvalResponseBodyLLM$inboundSchema),
60713
- lazyType(() => UpdateEvalResponseBodyHTTP$inboundSchema)
60712
+ lazyType(() => UpdateEvalResponseBodyJSON$inboundSchema),
60713
+ lazyType(() => UpdateEvalResponseBodyPython$inboundSchema)
60714
60714
  ]);
60715
60715
  UpdateEvalResponseBody$outboundSchema = unionType([
60716
- lazyType(() => UpdateEvalResponseBodyJSON$outboundSchema),
60717
- lazyType(() => UpdateEvalResponseBodyPython$outboundSchema),
60716
+ lazyType(() => UpdateEvalResponseBodyHTTP$outboundSchema),
60718
60717
  lazyType(() => UpdateEvalResponseBodyLLM$outboundSchema),
60719
- lazyType(() => UpdateEvalResponseBodyHTTP$outboundSchema)
60718
+ lazyType(() => UpdateEvalResponseBodyJSON$outboundSchema),
60719
+ lazyType(() => UpdateEvalResponseBodyPython$outboundSchema)
60720
60720
  ]);
60721
60721
  ((UpdateEvalResponseBody$) => {
60722
60722
  UpdateEvalResponseBody$.inboundSchema = UpdateEvalResponseBody$inboundSchema;
@@ -61255,12 +61255,12 @@ var init_updateprompt = __esm(() => {
61255
61255
  UpdatePromptResponseFormat1$.outboundSchema = UpdatePromptResponseFormat1$outboundSchema;
61256
61256
  })(UpdatePromptResponseFormat1$ ||= {});
61257
61257
  UpdatePromptResponseFormat$inboundSchema = unionType([
61258
- lazyType(() => UpdatePromptResponseFormat2$inboundSchema),
61259
- lazyType(() => UpdatePromptResponseFormat1$inboundSchema)
61258
+ lazyType(() => UpdatePromptResponseFormat1$inboundSchema),
61259
+ lazyType(() => UpdatePromptResponseFormat2$inboundSchema)
61260
61260
  ]);
61261
61261
  UpdatePromptResponseFormat$outboundSchema = unionType([
61262
- lazyType(() => UpdatePromptResponseFormat2$outboundSchema),
61263
- lazyType(() => UpdatePromptResponseFormat1$outboundSchema)
61262
+ lazyType(() => UpdatePromptResponseFormat1$outboundSchema),
61263
+ lazyType(() => UpdatePromptResponseFormat2$outboundSchema)
61264
61264
  ]);
61265
61265
  ((UpdatePromptResponseFormat$) => {
61266
61266
  UpdatePromptResponseFormat$.inboundSchema = UpdatePromptResponseFormat$inboundSchema;
@@ -61298,8 +61298,8 @@ var init_updateprompt = __esm(() => {
61298
61298
  quality: stringType().optional(),
61299
61299
  style: stringType().optional(),
61300
61300
  responseFormat: nullableType(unionType([
61301
- lazyType(() => UpdatePromptResponseFormat2$inboundSchema),
61302
- lazyType(() => UpdatePromptResponseFormat1$inboundSchema)
61301
+ lazyType(() => UpdatePromptResponseFormat1$inboundSchema),
61302
+ lazyType(() => UpdatePromptResponseFormat2$inboundSchema)
61303
61303
  ])).optional(),
61304
61304
  photoRealVersion: UpdatePromptPhotoRealVersion$inboundSchema.optional(),
61305
61305
  encoding_format: UpdatePromptEncodingFormat$inboundSchema.optional(),
@@ -61324,8 +61324,8 @@ var init_updateprompt = __esm(() => {
61324
61324
  quality: stringType().optional(),
61325
61325
  style: stringType().optional(),
61326
61326
  responseFormat: nullableType(unionType([
61327
- lazyType(() => UpdatePromptResponseFormat2$outboundSchema),
61328
- lazyType(() => UpdatePromptResponseFormat1$outboundSchema)
61327
+ lazyType(() => UpdatePromptResponseFormat1$outboundSchema),
61328
+ lazyType(() => UpdatePromptResponseFormat2$outboundSchema)
61329
61329
  ])).optional(),
61330
61330
  photoRealVersion: UpdatePromptPhotoRealVersion$outboundSchema.optional(),
61331
61331
  encodingFormat: UpdatePromptEncodingFormat$outboundSchema.optional(),
@@ -61763,12 +61763,12 @@ var init_updateprompt = __esm(() => {
61763
61763
  UpdatePromptResponseFormatPrompts1$.outboundSchema = UpdatePromptResponseFormatPrompts1$outboundSchema;
61764
61764
  })(UpdatePromptResponseFormatPrompts1$ ||= {});
61765
61765
  UpdatePromptPromptsResponseFormat$inboundSchema = unionType([
61766
- lazyType(() => UpdatePromptResponseFormatPrompts2$inboundSchema),
61767
- lazyType(() => UpdatePromptResponseFormatPrompts1$inboundSchema)
61766
+ lazyType(() => UpdatePromptResponseFormatPrompts1$inboundSchema),
61767
+ lazyType(() => UpdatePromptResponseFormatPrompts2$inboundSchema)
61768
61768
  ]);
61769
61769
  UpdatePromptPromptsResponseFormat$outboundSchema = unionType([
61770
- lazyType(() => UpdatePromptResponseFormatPrompts2$outboundSchema),
61771
- lazyType(() => UpdatePromptResponseFormatPrompts1$outboundSchema)
61770
+ lazyType(() => UpdatePromptResponseFormatPrompts1$outboundSchema),
61771
+ lazyType(() => UpdatePromptResponseFormatPrompts2$outboundSchema)
61772
61772
  ]);
61773
61773
  ((UpdatePromptPromptsResponseFormat$) => {
61774
61774
  UpdatePromptPromptsResponseFormat$.inboundSchema = UpdatePromptPromptsResponseFormat$inboundSchema;
@@ -61806,8 +61806,8 @@ var init_updateprompt = __esm(() => {
61806
61806
  quality: stringType().optional(),
61807
61807
  style: stringType().optional(),
61808
61808
  responseFormat: nullableType(unionType([
61809
- lazyType(() => UpdatePromptResponseFormatPrompts2$inboundSchema),
61810
- lazyType(() => UpdatePromptResponseFormatPrompts1$inboundSchema)
61809
+ lazyType(() => UpdatePromptResponseFormatPrompts1$inboundSchema),
61810
+ lazyType(() => UpdatePromptResponseFormatPrompts2$inboundSchema)
61811
61811
  ])).optional(),
61812
61812
  photoRealVersion: UpdatePromptPromptsPhotoRealVersion$inboundSchema.optional(),
61813
61813
  encoding_format: UpdatePromptPromptsEncodingFormat$inboundSchema.optional(),
@@ -61832,8 +61832,8 @@ var init_updateprompt = __esm(() => {
61832
61832
  quality: stringType().optional(),
61833
61833
  style: stringType().optional(),
61834
61834
  responseFormat: nullableType(unionType([
61835
- lazyType(() => UpdatePromptResponseFormatPrompts2$outboundSchema),
61836
- lazyType(() => UpdatePromptResponseFormatPrompts1$outboundSchema)
61835
+ lazyType(() => UpdatePromptResponseFormatPrompts1$outboundSchema),
61836
+ lazyType(() => UpdatePromptResponseFormatPrompts2$outboundSchema)
61837
61837
  ])).optional(),
61838
61838
  photoRealVersion: UpdatePromptPromptsPhotoRealVersion$outboundSchema.optional(),
61839
61839
  encodingFormat: UpdatePromptPromptsEncodingFormat$outboundSchema.optional(),
@@ -67259,7 +67259,7 @@ var init_deployments2 = __esm(() => {
67259
67259
  })(Deployments2PrefixMessagesType$ ||= {});
67260
67260
  FileT$inboundSchema2 = objectType({
67261
67261
  file_data: stringType(),
67262
- filename: stringType().optional()
67262
+ filename: stringType()
67263
67263
  }).transform((v2) => {
67264
67264
  return remap(v2, {
67265
67265
  file_data: "fileData"
@@ -67267,7 +67267,7 @@ var init_deployments2 = __esm(() => {
67267
67267
  });
67268
67268
  FileT$outboundSchema2 = objectType({
67269
67269
  fileData: stringType(),
67270
- filename: stringType().optional()
67270
+ filename: stringType()
67271
67271
  }).transform((v2) => {
67272
67272
  return remap(v2, {
67273
67273
  fileData: "file_data"
@@ -67504,17 +67504,17 @@ var init_deployments2 = __esm(() => {
67504
67504
  DeveloperMessage$.outboundSchema = DeveloperMessage$outboundSchema2;
67505
67505
  })(DeveloperMessage$2 ||= {});
67506
67506
  PrefixMessages$inboundSchema2 = unionType([
67507
+ lazyType(() => ToolMessage$inboundSchema2),
67507
67508
  lazyType(() => DeveloperMessage$inboundSchema2),
67508
67509
  lazyType(() => SystemMessage$inboundSchema2),
67509
67510
  lazyType(() => UserMessage$inboundSchema2),
67510
- lazyType(() => ToolMessage$inboundSchema2),
67511
67511
  lazyType(() => AssistantMessage$inboundSchema2)
67512
67512
  ]);
67513
67513
  PrefixMessages$outboundSchema2 = unionType([
67514
+ lazyType(() => ToolMessage$outboundSchema2),
67514
67515
  lazyType(() => DeveloperMessage$outboundSchema2),
67515
67516
  lazyType(() => SystemMessage$outboundSchema2),
67516
67517
  lazyType(() => UserMessage$outboundSchema2),
67517
- lazyType(() => ToolMessage$outboundSchema2),
67518
67518
  lazyType(() => AssistantMessage$outboundSchema2)
67519
67519
  ]);
67520
67520
  ((PrefixMessages$) => {
@@ -67733,7 +67733,7 @@ var init_deployments2 = __esm(() => {
67733
67733
  })(Deployments2Messages3Content4Type$ ||= {});
67734
67734
  TwoFile$inboundSchema2 = objectType({
67735
67735
  file_data: stringType(),
67736
- filename: stringType().optional()
67736
+ filename: stringType()
67737
67737
  }).transform((v2) => {
67738
67738
  return remap(v2, {
67739
67739
  file_data: "fileData"
@@ -67741,7 +67741,7 @@ var init_deployments2 = __esm(() => {
67741
67741
  });
67742
67742
  TwoFile$outboundSchema2 = objectType({
67743
67743
  fileData: stringType(),
67744
- filename: stringType().optional()
67744
+ filename: stringType()
67745
67745
  }).transform((v2) => {
67746
67746
  return remap(v2, {
67747
67747
  fileData: "file_data"
@@ -67978,17 +67978,17 @@ var init_deployments2 = __esm(() => {
67978
67978
  MessagesDeveloperMessage$.outboundSchema = MessagesDeveloperMessage$outboundSchema2;
67979
67979
  })(MessagesDeveloperMessage$2 ||= {});
67980
67980
  Messages$inboundSchema2 = unionType([
67981
+ lazyType(() => MessagesToolMessage$inboundSchema2),
67981
67982
  lazyType(() => MessagesDeveloperMessage$inboundSchema2),
67982
67983
  lazyType(() => MessagesSystemMessage$inboundSchema2),
67983
67984
  lazyType(() => MessagesUserMessage$inboundSchema2),
67984
- lazyType(() => MessagesToolMessage$inboundSchema2),
67985
67985
  lazyType(() => MessagesAssistantMessage$inboundSchema2)
67986
67986
  ]);
67987
67987
  Messages$outboundSchema2 = unionType([
67988
+ lazyType(() => MessagesToolMessage$outboundSchema2),
67988
67989
  lazyType(() => MessagesDeveloperMessage$outboundSchema2),
67989
67990
  lazyType(() => MessagesSystemMessage$outboundSchema2),
67990
67991
  lazyType(() => MessagesUserMessage$outboundSchema2),
67991
- lazyType(() => MessagesToolMessage$outboundSchema2),
67992
67992
  lazyType(() => MessagesAssistantMessage$outboundSchema2)
67993
67993
  ]);
67994
67994
  ((Messages$) => {
@@ -68598,17 +68598,17 @@ var init_deployments2 = __esm(() => {
68598
68598
  inputs: recordType(unionType([stringType(), numberType(), booleanType()])).optional(),
68599
68599
  context: recordType(anyType()).optional(),
68600
68600
  prefix_messages: arrayType(unionType([
68601
+ lazyType(() => ToolMessage$inboundSchema2),
68601
68602
  lazyType(() => DeveloperMessage$inboundSchema2),
68602
68603
  lazyType(() => SystemMessage$inboundSchema2),
68603
68604
  lazyType(() => UserMessage$inboundSchema2),
68604
- lazyType(() => ToolMessage$inboundSchema2),
68605
68605
  lazyType(() => AssistantMessage$inboundSchema2)
68606
68606
  ])).optional(),
68607
68607
  messages: arrayType(unionType([
68608
+ lazyType(() => MessagesToolMessage$inboundSchema2),
68608
68609
  lazyType(() => MessagesDeveloperMessage$inboundSchema2),
68609
68610
  lazyType(() => MessagesSystemMessage$inboundSchema2),
68610
68611
  lazyType(() => MessagesUserMessage$inboundSchema2),
68611
- lazyType(() => MessagesToolMessage$inboundSchema2),
68612
68612
  lazyType(() => MessagesAssistantMessage$inboundSchema2)
68613
68613
  ])).optional(),
68614
68614
  file_ids: arrayType(stringType()).optional(),
@@ -68646,17 +68646,17 @@ var init_deployments2 = __esm(() => {
68646
68646
  inputs: recordType(unionType([stringType(), numberType(), booleanType()])).optional(),
68647
68647
  context: recordType(anyType()).optional(),
68648
68648
  prefixMessages: arrayType(unionType([
68649
+ lazyType(() => ToolMessage$outboundSchema2),
68649
68650
  lazyType(() => DeveloperMessage$outboundSchema2),
68650
68651
  lazyType(() => SystemMessage$outboundSchema2),
68651
68652
  lazyType(() => UserMessage$outboundSchema2),
68652
- lazyType(() => ToolMessage$outboundSchema2),
68653
68653
  lazyType(() => AssistantMessage$outboundSchema2)
68654
68654
  ])).optional(),
68655
68655
  messages: arrayType(unionType([
68656
+ lazyType(() => MessagesToolMessage$outboundSchema2),
68656
68657
  lazyType(() => MessagesDeveloperMessage$outboundSchema2),
68657
68658
  lazyType(() => MessagesSystemMessage$outboundSchema2),
68658
68659
  lazyType(() => MessagesUserMessage$outboundSchema2),
68659
- lazyType(() => MessagesToolMessage$outboundSchema2),
68660
68660
  lazyType(() => MessagesAssistantMessage$outboundSchema2)
68661
68661
  ])).optional(),
68662
68662
  fileIds: arrayType(stringType()).optional(),
@@ -76527,7 +76527,7 @@ var init_remoteconfigsRetrieve2 = __esm(() => {
76527
76527
  function createMCPServer(deps) {
76528
76528
  const server = new McpServer({
76529
76529
  name: "Orq",
76530
- version: "3.8.0-rc.30"
76530
+ version: "3.8.0-rc.32"
76531
76531
  });
76532
76532
  const client = new OrqCore({
76533
76533
  apiKey: deps.apiKey,
@@ -77951,7 +77951,7 @@ var routes = rn({
77951
77951
  var app = Ve(routes, {
77952
77952
  name: "mcp",
77953
77953
  versionInfo: {
77954
- currentVersion: "3.8.0-rc.30"
77954
+ currentVersion: "3.8.0-rc.32"
77955
77955
  }
77956
77956
  });
77957
77957
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -77959,5 +77959,5 @@ export {
77959
77959
  app
77960
77960
  };
77961
77961
 
77962
- //# debugId=2AFF215594C8255E64756E2164756E21
77962
+ //# debugId=D7164348A6211DD264756E2164756E21
77963
77963
  //# sourceMappingURL=mcp-server.js.map