@orq-ai/node 4.1.0-rc.36 → 4.1.0-rc.38

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 (194) hide show
  1. package/bin/mcp-server.js +297 -310
  2. package/bin/mcp-server.js.map +61 -61
  3. package/examples/package-lock.json +1 -1
  4. package/funcs/budgetsCreate.d.ts +1 -1
  5. package/funcs/budgetsCreate.js +1 -1
  6. package/funcs/budgetsList.d.ts +1 -1
  7. package/funcs/budgetsList.js +1 -1
  8. package/jsr.json +1 -1
  9. package/lib/config.d.ts +3 -3
  10. package/lib/config.js +3 -3
  11. package/mcp-server/mcp-server.js +1 -1
  12. package/mcp-server/server.js +1 -1
  13. package/mcp-server/tools/budgetsCreate.js +1 -1
  14. package/mcp-server/tools/budgetsCreate.js.map +1 -1
  15. package/mcp-server/tools/budgetsList.js +1 -1
  16. package/mcp-server/tools/budgetsList.js.map +1 -1
  17. package/models/components/conversationresponse.js +2 -2
  18. package/models/components/invokedeploymentrequest.d.ts +4 -4
  19. package/models/components/invokedeploymentrequest.d.ts.map +1 -1
  20. package/models/components/invokedeploymentrequest.js +4 -4
  21. package/models/components/invokedeploymentrequest.js.map +1 -1
  22. package/models/components/partdoneevent.js +2 -2
  23. package/models/components/reasoningpart.js +2 -2
  24. package/models/operations/createbudget.d.ts +8 -55
  25. package/models/operations/createbudget.d.ts.map +1 -1
  26. package/models/operations/createbudget.js +8 -44
  27. package/models/operations/createbudget.js.map +1 -1
  28. package/models/operations/createcontact.js +2 -2
  29. package/models/operations/createconversation.js +2 -2
  30. package/models/operations/createdataset.js +2 -2
  31. package/models/operations/createdatasetitem.d.ts +4 -4
  32. package/models/operations/createdatasetitem.d.ts.map +1 -1
  33. package/models/operations/createdatasetitem.js +12 -12
  34. package/models/operations/createdatasetitem.js.map +1 -1
  35. package/models/operations/createdatasource.js +2 -2
  36. package/models/operations/createeval.js +28 -28
  37. package/models/operations/createprompt.d.ts +3 -2
  38. package/models/operations/createprompt.d.ts.map +1 -1
  39. package/models/operations/createprompt.js +3 -2
  40. package/models/operations/createprompt.js.map +1 -1
  41. package/models/operations/createtool.js +12 -12
  42. package/models/operations/deploymentcreatemetric.d.ts +4 -4
  43. package/models/operations/deploymentcreatemetric.d.ts.map +1 -1
  44. package/models/operations/deploymentcreatemetric.js +4 -4
  45. package/models/operations/deploymentcreatemetric.js.map +1 -1
  46. package/models/operations/deploymentgetconfig.d.ts +4 -4
  47. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  48. package/models/operations/deploymentgetconfig.js +4 -4
  49. package/models/operations/deploymentgetconfig.js.map +1 -1
  50. package/models/operations/deploymentinvoke.d.ts +1 -0
  51. package/models/operations/deploymentinvoke.d.ts.map +1 -1
  52. package/models/operations/deploymentinvoke.js +1 -0
  53. package/models/operations/deploymentinvoke.js.map +1 -1
  54. package/models/operations/deployments.d.ts +1 -0
  55. package/models/operations/deployments.d.ts.map +1 -1
  56. package/models/operations/deployments.js +1 -0
  57. package/models/operations/deployments.js.map +1 -1
  58. package/models/operations/deploymentstream.d.ts +5 -4
  59. package/models/operations/deploymentstream.d.ts.map +1 -1
  60. package/models/operations/deploymentstream.js +5 -4
  61. package/models/operations/deploymentstream.js.map +1 -1
  62. package/models/operations/fileget.js +2 -2
  63. package/models/operations/filelist.js +2 -2
  64. package/models/operations/fileupload.js +2 -2
  65. package/models/operations/generateconversationname.js +2 -2
  66. package/models/operations/getallprompts.d.ts +1 -0
  67. package/models/operations/getallprompts.d.ts.map +1 -1
  68. package/models/operations/getallprompts.js +1 -0
  69. package/models/operations/getallprompts.js.map +1 -1
  70. package/models/operations/getalltools.js +12 -12
  71. package/models/operations/getbudget.d.ts +0 -1
  72. package/models/operations/getbudget.d.ts.map +1 -1
  73. package/models/operations/getbudget.js +2 -3
  74. package/models/operations/getbudget.js.map +1 -1
  75. package/models/operations/getevals.js +28 -28
  76. package/models/operations/getoneprompt.d.ts +1 -0
  77. package/models/operations/getoneprompt.d.ts.map +1 -1
  78. package/models/operations/getoneprompt.js +1 -0
  79. package/models/operations/getoneprompt.js.map +1 -1
  80. package/models/operations/getpromptversion.d.ts +1 -0
  81. package/models/operations/getpromptversion.d.ts.map +1 -1
  82. package/models/operations/getpromptversion.js +1 -0
  83. package/models/operations/getpromptversion.js.map +1 -1
  84. package/models/operations/listbudgets.d.ts +4 -5
  85. package/models/operations/listbudgets.d.ts.map +1 -1
  86. package/models/operations/listbudgets.js +4 -5
  87. package/models/operations/listbudgets.js.map +1 -1
  88. package/models/operations/listcontacts.js +2 -2
  89. package/models/operations/listdatasetdatapoints.d.ts +2 -2
  90. package/models/operations/listdatasetdatapoints.d.ts.map +1 -1
  91. package/models/operations/listdatasetdatapoints.js +10 -10
  92. package/models/operations/listdatasetdatapoints.js.map +1 -1
  93. package/models/operations/listdatasets.js +2 -2
  94. package/models/operations/listdatasources.js +2 -2
  95. package/models/operations/listpromptversions.d.ts +1 -0
  96. package/models/operations/listpromptversions.d.ts.map +1 -1
  97. package/models/operations/listpromptversions.js +1 -0
  98. package/models/operations/listpromptversions.js.map +1 -1
  99. package/models/operations/retrievecontact.js +2 -2
  100. package/models/operations/retrieveconversation.js +2 -2
  101. package/models/operations/retrievedatapoint.d.ts +2 -2
  102. package/models/operations/retrievedatapoint.d.ts.map +1 -1
  103. package/models/operations/retrievedatapoint.js +10 -10
  104. package/models/operations/retrievedatapoint.js.map +1 -1
  105. package/models/operations/retrievedataset.js +2 -2
  106. package/models/operations/retrievedatasource.js +2 -2
  107. package/models/operations/retrievetool.js +12 -12
  108. package/models/operations/runagent.js +2 -2
  109. package/models/operations/streamrunagent.js +2 -2
  110. package/models/operations/updatebudget.d.ts +0 -1
  111. package/models/operations/updatebudget.d.ts.map +1 -1
  112. package/models/operations/updatebudget.js +2 -3
  113. package/models/operations/updatebudget.js.map +1 -1
  114. package/models/operations/updatecontact.js +2 -2
  115. package/models/operations/updateconversation.js +2 -2
  116. package/models/operations/updatedatapoint.d.ts +4 -4
  117. package/models/operations/updatedatapoint.d.ts.map +1 -1
  118. package/models/operations/updatedatapoint.js +12 -12
  119. package/models/operations/updatedatapoint.js.map +1 -1
  120. package/models/operations/updatedataset.js +2 -2
  121. package/models/operations/updatedatasource.js +2 -2
  122. package/models/operations/updateeval.js +28 -28
  123. package/models/operations/updatememorystore.d.ts +1 -0
  124. package/models/operations/updatememorystore.d.ts.map +1 -1
  125. package/models/operations/updatememorystore.js +1 -0
  126. package/models/operations/updatememorystore.js.map +1 -1
  127. package/models/operations/updateprompt.d.ts +4 -2
  128. package/models/operations/updateprompt.d.ts.map +1 -1
  129. package/models/operations/updateprompt.js +4 -2
  130. package/models/operations/updateprompt.js.map +1 -1
  131. package/models/operations/updatetool.js +14 -14
  132. package/package.json +1 -1
  133. package/sdk/budgets.d.ts +2 -2
  134. package/sdk/budgets.js +2 -2
  135. package/src/funcs/budgetsCreate.ts +1 -1
  136. package/src/funcs/budgetsList.ts +1 -1
  137. package/src/lib/config.ts +3 -3
  138. package/src/mcp-server/mcp-server.ts +1 -1
  139. package/src/mcp-server/server.ts +1 -1
  140. package/src/mcp-server/tools/budgetsCreate.ts +1 -1
  141. package/src/mcp-server/tools/budgetsList.ts +1 -1
  142. package/src/models/components/conversationresponse.ts +2 -2
  143. package/src/models/components/invokedeploymentrequest.ts +8 -8
  144. package/src/models/components/partdoneevent.ts +2 -2
  145. package/src/models/components/reasoningpart.ts +2 -2
  146. package/src/models/operations/createbudget.ts +17 -111
  147. package/src/models/operations/createcontact.ts +2 -2
  148. package/src/models/operations/createconversation.ts +2 -2
  149. package/src/models/operations/createdataset.ts +2 -2
  150. package/src/models/operations/createdatasetitem.ts +16 -16
  151. package/src/models/operations/createdatasource.ts +2 -2
  152. package/src/models/operations/createeval.ts +28 -28
  153. package/src/models/operations/createprompt.ts +5 -4
  154. package/src/models/operations/createtool.ts +12 -12
  155. package/src/models/operations/deploymentcreatemetric.ts +8 -8
  156. package/src/models/operations/deploymentgetconfig.ts +8 -8
  157. package/src/models/operations/deploymentinvoke.ts +1 -0
  158. package/src/models/operations/deployments.ts +1 -0
  159. package/src/models/operations/deploymentstream.ts +9 -8
  160. package/src/models/operations/fileget.ts +2 -2
  161. package/src/models/operations/filelist.ts +2 -2
  162. package/src/models/operations/fileupload.ts +2 -2
  163. package/src/models/operations/generateconversationname.ts +2 -2
  164. package/src/models/operations/getallprompts.ts +1 -0
  165. package/src/models/operations/getalltools.ts +12 -12
  166. package/src/models/operations/getbudget.ts +2 -3
  167. package/src/models/operations/getevals.ts +28 -28
  168. package/src/models/operations/getoneprompt.ts +1 -0
  169. package/src/models/operations/getpromptversion.ts +1 -0
  170. package/src/models/operations/listbudgets.ts +6 -7
  171. package/src/models/operations/listcontacts.ts +2 -2
  172. package/src/models/operations/listdatasetdatapoints.ts +12 -12
  173. package/src/models/operations/listdatasets.ts +2 -2
  174. package/src/models/operations/listdatasources.ts +2 -2
  175. package/src/models/operations/listpromptversions.ts +1 -0
  176. package/src/models/operations/retrievecontact.ts +2 -2
  177. package/src/models/operations/retrieveconversation.ts +2 -2
  178. package/src/models/operations/retrievedatapoint.ts +12 -12
  179. package/src/models/operations/retrievedataset.ts +2 -2
  180. package/src/models/operations/retrievedatasource.ts +2 -2
  181. package/src/models/operations/retrievetool.ts +12 -12
  182. package/src/models/operations/runagent.ts +2 -2
  183. package/src/models/operations/streamrunagent.ts +2 -2
  184. package/src/models/operations/updatebudget.ts +2 -3
  185. package/src/models/operations/updatecontact.ts +2 -2
  186. package/src/models/operations/updateconversation.ts +2 -2
  187. package/src/models/operations/updatedatapoint.ts +16 -16
  188. package/src/models/operations/updatedataset.ts +2 -2
  189. package/src/models/operations/updatedatasource.ts +2 -2
  190. package/src/models/operations/updateeval.ts +28 -28
  191. package/src/models/operations/updatememorystore.ts +1 -0
  192. package/src/models/operations/updateprompt.ts +6 -4
  193. package/src/models/operations/updatetool.ts +14 -14
  194. package/src/sdk/budgets.ts +2 -2
package/bin/mcp-server.js CHANGED
@@ -34203,9 +34203,9 @@ var init_config = __esm(() => {
34203
34203
  SDK_METADATA = {
34204
34204
  language: "typescript",
34205
34205
  openapiDocVersion: "2.0",
34206
- sdkVersion: "4.1.0-rc.36",
34207
- genVersion: "2.778.0",
34208
- userAgent: "speakeasy-sdk/typescript 4.1.0-rc.36 2.778.0 2.0 @orq-ai/node"
34206
+ sdkVersion: "4.1.0-rc.38",
34207
+ genVersion: "2.779.2",
34208
+ userAgent: "speakeasy-sdk/typescript 4.1.0-rc.38 2.779.2 2.0 @orq-ai/node"
34209
34209
  };
34210
34210
  });
34211
34211
 
@@ -37974,7 +37974,7 @@ var init_conversationresponse = __esm(() => {
37974
37974
  });
37975
37975
  });
37976
37976
  ConversationResponse$inboundSchema = objectType({
37977
- _id: stringType().default("conv_01kc3pkd45a38qw2m76ej9qjt8"),
37977
+ _id: stringType().default("conv_01kc6jyp2725phas59s4hr495e"),
37978
37978
  entity_id: stringType(),
37979
37979
  kind: ConversationResponseKind$inboundSchema,
37980
37980
  display_name: stringType(),
@@ -37995,7 +37995,7 @@ var init_conversationresponse = __esm(() => {
37995
37995
  });
37996
37996
  });
37997
37997
  ConversationResponse$outboundSchema = objectType({
37998
- id: stringType().default("conv_01kc3pkd45a38qw2m76ej9qjt8"),
37998
+ id: stringType().default("conv_01kc6jyp2725phas59s4hr495e"),
37999
37999
  entityId: stringType(),
38000
38000
  kind: ConversationResponseKind$outboundSchema,
38001
38001
  displayName: stringType(),
@@ -38468,7 +38468,7 @@ var init_invokedeploymentrequest = __esm(() => {
38468
38468
  ToolMessage$inboundSchema = objectType({
38469
38469
  role: literalType("tool"),
38470
38470
  content: unionType([stringType(), arrayType(TextContentPartSchema$inboundSchema)]),
38471
- tool_call_id: stringType(),
38471
+ tool_call_id: nullableType(stringType()),
38472
38472
  cache_control: lazyType(() => PrefixMessagesCacheControl$inboundSchema).optional()
38473
38473
  }).transform((v2) => {
38474
38474
  return remap(v2, {
@@ -38479,7 +38479,7 @@ var init_invokedeploymentrequest = __esm(() => {
38479
38479
  ToolMessage$outboundSchema = objectType({
38480
38480
  role: literalType("tool"),
38481
38481
  content: unionType([stringType(), arrayType(TextContentPartSchema$outboundSchema)]),
38482
- toolCallId: stringType(),
38482
+ toolCallId: nullableType(stringType()),
38483
38483
  cacheControl: lazyType(() => PrefixMessagesCacheControl$outboundSchema).optional()
38484
38484
  }).transform((v2) => {
38485
38485
  return remap(v2, {
@@ -38734,7 +38734,7 @@ var init_invokedeploymentrequest = __esm(() => {
38734
38734
  MessagesToolMessage$inboundSchema = objectType({
38735
38735
  role: literalType("tool"),
38736
38736
  content: unionType([stringType(), arrayType(TextContentPartSchema$inboundSchema)]),
38737
- tool_call_id: stringType(),
38737
+ tool_call_id: nullableType(stringType()),
38738
38738
  cache_control: lazyType(() => MessagesCacheControl$inboundSchema).optional()
38739
38739
  }).transform((v2) => {
38740
38740
  return remap(v2, {
@@ -38745,7 +38745,7 @@ var init_invokedeploymentrequest = __esm(() => {
38745
38745
  MessagesToolMessage$outboundSchema = objectType({
38746
38746
  role: literalType("tool"),
38747
38747
  content: unionType([stringType(), arrayType(TextContentPartSchema$outboundSchema)]),
38748
- toolCallId: stringType(),
38748
+ toolCallId: nullableType(stringType()),
38749
38749
  cacheControl: lazyType(() => MessagesCacheControl$outboundSchema).optional()
38750
38750
  }).transform((v2) => {
38751
38751
  return remap(v2, {
@@ -39495,7 +39495,7 @@ var init_reasoningpart = __esm(() => {
39495
39495
  init_esm();
39496
39496
  init_primitives();
39497
39497
  ReasoningPart$inboundSchema = objectType({
39498
- _id: stringType().default("reasoning_01kc3pkcvyzgprjd3gbcb6tn44"),
39498
+ _id: stringType().default("reasoning_01kc6jynt9ts4szb85drearx3j"),
39499
39499
  metadata: recordType(anyType()).optional(),
39500
39500
  kind: literalType("reasoning"),
39501
39501
  reasoning: stringType(),
@@ -39506,7 +39506,7 @@ var init_reasoningpart = __esm(() => {
39506
39506
  });
39507
39507
  });
39508
39508
  ReasoningPart$outboundSchema = objectType({
39509
- id: stringType().default("reasoning_01kc3pkcvyzgprjd3gbcb6tn44"),
39509
+ id: stringType().default("reasoning_01kc6jynt9ts4szb85drearx3j"),
39510
39510
  metadata: recordType(anyType()).optional(),
39511
39511
  kind: literalType("reasoning"),
39512
39512
  reasoning: stringType(),
@@ -39576,7 +39576,7 @@ var init_partdoneevent = __esm(() => {
39576
39576
  PartKind$inboundSchema = nativeEnumType(PartKind);
39577
39577
  PartKind$outboundSchema = PartKind$inboundSchema;
39578
39578
  PartReasoningPart$inboundSchema = objectType({
39579
- _id: stringType().default("reasoning_01kc3pkcw5hgrknt2w6eryn73r"),
39579
+ _id: stringType().default("reasoning_01kc6jyntg5evzzqxjf9m1vh4t"),
39580
39580
  metadata: recordType(anyType()).optional(),
39581
39581
  kind: PartKind$inboundSchema,
39582
39582
  reasoning: stringType(),
@@ -39587,7 +39587,7 @@ var init_partdoneevent = __esm(() => {
39587
39587
  });
39588
39588
  });
39589
39589
  PartReasoningPart$outboundSchema = objectType({
39590
- id: stringType().default("reasoning_01kc3pkcw5hgrknt2w6eryn73r"),
39590
+ id: stringType().default("reasoning_01kc6jyntg5evzzqxjf9m1vh4t"),
39591
39591
  metadata: recordType(anyType()).optional(),
39592
39592
  kind: PartKind$outboundSchema,
39593
39593
  reasoning: stringType(),
@@ -42657,24 +42657,18 @@ var init_rfcdate = __esm(() => {
42657
42657
  });
42658
42658
 
42659
42659
  // src/models/operations/createbudget.ts
42660
- var CreateBudgetRequestBodyPeriod, RequestBodyPeriod, CreateBudgetRequestBodyBudgetsPeriod, CreateBudgetType, CreateBudgetPeriod, CreateBudgetRequestBodyPeriod$inboundSchema, CreateBudgetRequestBodyPeriod$outboundSchema, WorkspaceBudget$inboundSchema, WorkspaceBudget$outboundSchema, RequestBodyPeriod$inboundSchema, RequestBodyPeriod$outboundSchema, ContactBudget$inboundSchema, ContactBudget$outboundSchema, CreateBudgetRequestBodyBudgetsPeriod$inboundSchema, CreateBudgetRequestBodyBudgetsPeriod$outboundSchema, APIKeyBudget$inboundSchema, APIKeyBudget$outboundSchema, CreateBudgetRequestBody$inboundSchema, CreateBudgetRequestBody$outboundSchema, CreateBudgetType$inboundSchema, CreateBudgetType$outboundSchema, CreateBudgetPeriod$inboundSchema, CreateBudgetPeriod$outboundSchema, CreateBudgetBudget$inboundSchema, CreateBudgetBudget$outboundSchema, Consumption$inboundSchema, Consumption$outboundSchema, CreateBudgetResponseBody$inboundSchema, CreateBudgetResponseBody$outboundSchema;
42660
+ var RequestBodyPeriod, CreateBudgetRequestBodyPeriod, CreateBudgetType, CreateBudgetPeriod, RequestBodyPeriod$inboundSchema, RequestBodyPeriod$outboundSchema, ContactBudget$inboundSchema, ContactBudget$outboundSchema, CreateBudgetRequestBodyPeriod$inboundSchema, CreateBudgetRequestBodyPeriod$outboundSchema, APIKeyBudget$inboundSchema, APIKeyBudget$outboundSchema, CreateBudgetRequestBody$inboundSchema, CreateBudgetRequestBody$outboundSchema, CreateBudgetType$inboundSchema, CreateBudgetType$outboundSchema, CreateBudgetPeriod$inboundSchema, CreateBudgetPeriod$outboundSchema, CreateBudgetBudget$inboundSchema, CreateBudgetBudget$outboundSchema, Consumption$inboundSchema, Consumption$outboundSchema, CreateBudgetResponseBody$inboundSchema, CreateBudgetResponseBody$outboundSchema;
42661
42661
  var init_createbudget = __esm(() => {
42662
42662
  init_esm();
42663
42663
  init_primitives();
42664
42664
  init_rfcdate();
42665
- CreateBudgetRequestBodyPeriod = {
42666
- Daily: "daily",
42667
- Weekly: "weekly",
42668
- Monthly: "monthly",
42669
- Yearly: "yearly"
42670
- };
42671
42665
  RequestBodyPeriod = {
42672
42666
  Daily: "daily",
42673
42667
  Weekly: "weekly",
42674
42668
  Monthly: "monthly",
42675
42669
  Yearly: "yearly"
42676
42670
  };
42677
- CreateBudgetRequestBodyBudgetsPeriod = {
42671
+ CreateBudgetRequestBodyPeriod = {
42678
42672
  Daily: "daily",
42679
42673
  Weekly: "weekly",
42680
42674
  Monthly: "monthly",
@@ -42682,8 +42676,7 @@ var init_createbudget = __esm(() => {
42682
42676
  };
42683
42677
  CreateBudgetType = {
42684
42678
  ApiKey: "api_key",
42685
- Contact: "contact",
42686
- Workspace: "workspace"
42679
+ Contact: "contact"
42687
42680
  };
42688
42681
  CreateBudgetPeriod = {
42689
42682
  Daily: "daily",
@@ -42691,18 +42684,6 @@ var init_createbudget = __esm(() => {
42691
42684
  Monthly: "monthly",
42692
42685
  Yearly: "yearly"
42693
42686
  };
42694
- CreateBudgetRequestBodyPeriod$inboundSchema = nativeEnumType(CreateBudgetRequestBodyPeriod);
42695
- CreateBudgetRequestBodyPeriod$outboundSchema = CreateBudgetRequestBodyPeriod$inboundSchema;
42696
- WorkspaceBudget$inboundSchema = objectType({
42697
- type: literalType("workspace"),
42698
- period: CreateBudgetRequestBodyPeriod$inboundSchema,
42699
- amount: numberType()
42700
- });
42701
- WorkspaceBudget$outboundSchema = objectType({
42702
- type: literalType("workspace"),
42703
- period: CreateBudgetRequestBodyPeriod$outboundSchema,
42704
- amount: numberType()
42705
- });
42706
42687
  RequestBodyPeriod$inboundSchema = nativeEnumType(RequestBodyPeriod);
42707
42688
  RequestBodyPeriod$outboundSchema = RequestBodyPeriod$inboundSchema;
42708
42689
  ContactBudget$inboundSchema = objectType({
@@ -42725,12 +42706,12 @@ var init_createbudget = __esm(() => {
42725
42706
  entityId: "entity_id"
42726
42707
  });
42727
42708
  });
42728
- CreateBudgetRequestBodyBudgetsPeriod$inboundSchema = nativeEnumType(CreateBudgetRequestBodyBudgetsPeriod);
42729
- CreateBudgetRequestBodyBudgetsPeriod$outboundSchema = CreateBudgetRequestBodyBudgetsPeriod$inboundSchema;
42709
+ CreateBudgetRequestBodyPeriod$inboundSchema = nativeEnumType(CreateBudgetRequestBodyPeriod);
42710
+ CreateBudgetRequestBodyPeriod$outboundSchema = CreateBudgetRequestBodyPeriod$inboundSchema;
42730
42711
  APIKeyBudget$inboundSchema = objectType({
42731
42712
  type: literalType("api_key"),
42732
42713
  entity_id: stringType(),
42733
- period: CreateBudgetRequestBodyBudgetsPeriod$inboundSchema,
42714
+ period: CreateBudgetRequestBodyPeriod$inboundSchema,
42734
42715
  amount: numberType()
42735
42716
  }).transform((v2) => {
42736
42717
  return remap(v2, {
@@ -42740,7 +42721,7 @@ var init_createbudget = __esm(() => {
42740
42721
  APIKeyBudget$outboundSchema = objectType({
42741
42722
  type: literalType("api_key"),
42742
42723
  entityId: stringType(),
42743
- period: CreateBudgetRequestBodyBudgetsPeriod$outboundSchema,
42724
+ period: CreateBudgetRequestBodyPeriod$outboundSchema,
42744
42725
  amount: numberType()
42745
42726
  }).transform((v2) => {
42746
42727
  return remap(v2, {
@@ -42749,13 +42730,11 @@ var init_createbudget = __esm(() => {
42749
42730
  });
42750
42731
  CreateBudgetRequestBody$inboundSchema = unionType([
42751
42732
  lazyType(() => APIKeyBudget$inboundSchema),
42752
- lazyType(() => ContactBudget$inboundSchema),
42753
- lazyType(() => WorkspaceBudget$inboundSchema)
42733
+ lazyType(() => ContactBudget$inboundSchema)
42754
42734
  ]);
42755
42735
  CreateBudgetRequestBody$outboundSchema = unionType([
42756
42736
  lazyType(() => APIKeyBudget$outboundSchema),
42757
- lazyType(() => ContactBudget$outboundSchema),
42758
- lazyType(() => WorkspaceBudget$outboundSchema)
42737
+ lazyType(() => ContactBudget$outboundSchema)
42759
42738
  ]);
42760
42739
  CreateBudgetType$inboundSchema = nativeEnumType(CreateBudgetType);
42761
42740
  CreateBudgetType$outboundSchema = CreateBudgetType$inboundSchema;
@@ -42805,7 +42784,7 @@ var init_createbudget = __esm(() => {
42805
42784
  is_active: booleanType(),
42806
42785
  consumption: lazyType(() => Consumption$inboundSchema).optional(),
42807
42786
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
42808
- updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.548Z").transform((v2) => new Date(v2))
42787
+ updated: stringType().datetime({ offset: true }).default("2025-12-11T11:32:34.996Z").transform((v2) => new Date(v2))
42809
42788
  }).transform((v2) => {
42810
42789
  return remap(v2, {
42811
42790
  _id: "id",
@@ -42825,7 +42804,7 @@ var init_createbudget = __esm(() => {
42825
42804
  isActive: booleanType(),
42826
42805
  consumption: lazyType(() => Consumption$outboundSchema).optional(),
42827
42806
  created: dateType().transform((v2) => v2.toISOString()).optional(),
42828
- updated: dateType().default(() => new Date("2025-12-10T08:38:35.548Z")).transform((v2) => v2.toISOString())
42807
+ updated: dateType().default(() => new Date("2025-12-11T11:32:34.996Z")).transform((v2) => v2.toISOString())
42829
42808
  }).transform((v2) => {
42830
42809
  return remap(v2, {
42831
42810
  id: "_id",
@@ -42966,7 +42945,7 @@ var init_createcontact = __esm(() => {
42966
42945
  tags: arrayType(stringType()).optional(),
42967
42946
  metadata: recordType(anyType()).optional(),
42968
42947
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
42969
- updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
42948
+ updated: stringType().datetime({ offset: true }).default("2025-12-11T11:32:34.632Z").transform((v2) => new Date(v2))
42970
42949
  }).transform((v2) => {
42971
42950
  return remap(v2, {
42972
42951
  _id: "id",
@@ -42986,7 +42965,7 @@ var init_createcontact = __esm(() => {
42986
42965
  tags: arrayType(stringType()).optional(),
42987
42966
  metadata: recordType(anyType()).optional(),
42988
42967
  created: dateType().transform((v2) => v2.toISOString()).optional(),
42989
- updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
42968
+ updated: dateType().default(() => new Date("2025-12-11T11:32:34.632Z")).transform((v2) => v2.toISOString())
42990
42969
  }).transform((v2) => {
42991
42970
  return remap(v2, {
42992
42971
  id: "_id",
@@ -43061,7 +43040,7 @@ var init_createconversation = __esm(() => {
43061
43040
  });
43062
43041
  });
43063
43042
  CreateConversationResponseBody$inboundSchema = objectType({
43064
- _id: stringType().default("conv_01kc3pkd4709ft9xrmq3j52reh"),
43043
+ _id: stringType().default("conv_01kc6jyp29e89b72wvsxjkcm9e"),
43065
43044
  entity_id: stringType(),
43066
43045
  kind: CreateConversationKind$inboundSchema,
43067
43046
  display_name: stringType(),
@@ -43082,7 +43061,7 @@ var init_createconversation = __esm(() => {
43082
43061
  });
43083
43062
  });
43084
43063
  CreateConversationResponseBody$outboundSchema = objectType({
43085
- id: stringType().default("conv_01kc3pkd4709ft9xrmq3j52reh"),
43064
+ id: stringType().default("conv_01kc6jyp29e89b72wvsxjkcm9e"),
43086
43065
  entityId: stringType(),
43087
43066
  kind: CreateConversationKind$outboundSchema,
43088
43067
  displayName: stringType(),
@@ -43152,7 +43131,7 @@ var init_createdataset = __esm(() => {
43152
43131
  created_by_id: stringType().optional(),
43153
43132
  updated_by_id: stringType().optional(),
43154
43133
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
43155
- updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
43134
+ updated: stringType().datetime({ offset: true }).default("2025-12-11T11:32:34.632Z").transform((v2) => new Date(v2))
43156
43135
  }).transform((v2) => {
43157
43136
  return remap(v2, {
43158
43137
  _id: "id",
@@ -43172,7 +43151,7 @@ var init_createdataset = __esm(() => {
43172
43151
  createdById: stringType().optional(),
43173
43152
  updatedById: stringType().optional(),
43174
43153
  created: dateType().transform((v2) => v2.toISOString()).optional(),
43175
- updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
43154
+ updated: dateType().default(() => new Date("2025-12-11T11:32:34.632Z")).transform((v2) => v2.toISOString())
43176
43155
  }).transform((v2) => {
43177
43156
  return remap(v2, {
43178
43157
  id: "_id",
@@ -43272,7 +43251,7 @@ var init_createdatasetitem = __esm(() => {
43272
43251
  stringType(),
43273
43252
  arrayType(TextContentPartSchema$inboundSchema)
43274
43253
  ]),
43275
- tool_call_id: stringType(),
43254
+ tool_call_id: nullableType(stringType()),
43276
43255
  cache_control: lazyType(() => CreateDatasetItemMessagesCacheControl$inboundSchema).optional()
43277
43256
  }).transform((v2) => {
43278
43257
  return remap(v2, {
@@ -43286,7 +43265,7 @@ var init_createdatasetitem = __esm(() => {
43286
43265
  stringType(),
43287
43266
  arrayType(TextContentPartSchema$outboundSchema)
43288
43267
  ]),
43289
- toolCallId: stringType(),
43268
+ toolCallId: nullableType(stringType()),
43290
43269
  cacheControl: lazyType(() => CreateDatasetItemMessagesCacheControl$outboundSchema).optional()
43291
43270
  }).transform((v2) => {
43292
43271
  return remap(v2, {
@@ -43622,7 +43601,7 @@ var init_createdatasetitem = __esm(() => {
43622
43601
  stringType(),
43623
43602
  arrayType(TextContentPartSchema$inboundSchema)
43624
43603
  ]),
43625
- tool_call_id: stringType(),
43604
+ tool_call_id: nullableType(stringType()),
43626
43605
  cache_control: lazyType(() => CreateDatasetItemMessagesDatasetsCacheControl$inboundSchema).optional()
43627
43606
  }).transform((v2) => {
43628
43607
  return remap(v2, {
@@ -43636,7 +43615,7 @@ var init_createdatasetitem = __esm(() => {
43636
43615
  stringType(),
43637
43616
  arrayType(TextContentPartSchema$outboundSchema)
43638
43617
  ]),
43639
- toolCallId: stringType(),
43618
+ toolCallId: nullableType(stringType()),
43640
43619
  cacheControl: lazyType(() => CreateDatasetItemMessagesDatasetsCacheControl$outboundSchema).optional()
43641
43620
  }).transform((v2) => {
43642
43621
  return remap(v2, {
@@ -43908,7 +43887,7 @@ var init_createdatasetitem = __esm(() => {
43908
43887
  human_review_id: stringType(),
43909
43888
  source: CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
43910
43889
  reviewed_by_id: stringType(),
43911
- reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.231Z").transform((v2) => new Date(v2)),
43890
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T11:32:45.718Z").transform((v2) => new Date(v2)),
43912
43891
  type: literalType("string_array"),
43913
43892
  values: arrayType(stringType())
43914
43893
  }).transform((v2) => {
@@ -43925,7 +43904,7 @@ var init_createdatasetitem = __esm(() => {
43925
43904
  humanReviewId: stringType(),
43926
43905
  source: CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
43927
43906
  reviewedById: stringType(),
43928
- reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.231Z")).transform((v2) => v2.toISOString()),
43907
+ reviewedAt: dateType().default(() => new Date("2025-12-11T11:32:45.718Z")).transform((v2) => v2.toISOString()),
43929
43908
  type: literalType("string_array"),
43930
43909
  values: arrayType(stringType())
43931
43910
  }).transform((v2) => {
@@ -43946,7 +43925,7 @@ var init_createdatasetitem = __esm(() => {
43946
43925
  human_review_id: stringType(),
43947
43926
  source: EvaluationsSource$inboundSchema.default("orq"),
43948
43927
  reviewed_by_id: stringType(),
43949
- reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.231Z").transform((v2) => new Date(v2)),
43928
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T11:32:45.717Z").transform((v2) => new Date(v2)),
43950
43929
  type: literalType("number"),
43951
43930
  value: numberType()
43952
43931
  }).transform((v2) => {
@@ -43963,7 +43942,7 @@ var init_createdatasetitem = __esm(() => {
43963
43942
  humanReviewId: stringType(),
43964
43943
  source: EvaluationsSource$outboundSchema.default("orq"),
43965
43944
  reviewedById: stringType(),
43966
- reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.231Z")).transform((v2) => v2.toISOString()),
43945
+ reviewedAt: dateType().default(() => new Date("2025-12-11T11:32:45.717Z")).transform((v2) => v2.toISOString()),
43967
43946
  type: literalType("number"),
43968
43947
  value: numberType()
43969
43948
  }).transform((v2) => {
@@ -43984,7 +43963,7 @@ var init_createdatasetitem = __esm(() => {
43984
43963
  human_review_id: stringType(),
43985
43964
  source: Source$inboundSchema.default("orq"),
43986
43965
  reviewed_by_id: stringType(),
43987
- reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.230Z").transform((v2) => new Date(v2)),
43966
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T11:32:45.716Z").transform((v2) => new Date(v2)),
43988
43967
  type: literalType("string"),
43989
43968
  value: stringType()
43990
43969
  }).transform((v2) => {
@@ -44001,7 +43980,7 @@ var init_createdatasetitem = __esm(() => {
44001
43980
  humanReviewId: stringType(),
44002
43981
  source: Source$outboundSchema.default("orq"),
44003
43982
  reviewedById: stringType(),
44004
- reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.230Z")).transform((v2) => v2.toISOString()),
43983
+ reviewedAt: dateType().default(() => new Date("2025-12-11T11:32:45.716Z")).transform((v2) => v2.toISOString()),
44005
43984
  type: literalType("string"),
44006
43985
  value: stringType()
44007
43986
  }).transform((v2) => {
@@ -44044,7 +44023,7 @@ var init_createdatasetitem = __esm(() => {
44044
44023
  created_by_id: stringType().optional(),
44045
44024
  updated_by_id: stringType().optional(),
44046
44025
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
44047
- updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
44026
+ updated: stringType().datetime({ offset: true }).default("2025-12-11T11:32:34.632Z").transform((v2) => new Date(v2))
44048
44027
  }).transform((v2) => {
44049
44028
  return remap(v2, {
44050
44029
  _id: "id",
@@ -44078,7 +44057,7 @@ var init_createdatasetitem = __esm(() => {
44078
44057
  createdById: stringType().optional(),
44079
44058
  updatedById: stringType().optional(),
44080
44059
  created: dateType().transform((v2) => v2.toISOString()).optional(),
44081
- updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
44060
+ updated: dateType().default(() => new Date("2025-12-11T11:32:34.632Z")).transform((v2) => v2.toISOString())
44082
44061
  }).transform((v2) => {
44083
44062
  return remap(v2, {
44084
44063
  id: "_id",
@@ -44247,7 +44226,7 @@ var init_createdatasource = __esm(() => {
44247
44226
  CreateDatasourceStatus$inboundSchema = nativeEnumType(CreateDatasourceStatus);
44248
44227
  CreateDatasourceStatus$outboundSchema = CreateDatasourceStatus$inboundSchema;
44249
44228
  CreateDatasourceResponseBody$inboundSchema = objectType({
44250
- _id: stringType().default("01KC3PKDJTEYC0C55T85VZ0879"),
44229
+ _id: stringType().default("01KC6JYPDYWQNE62HFNPFTF364"),
44251
44230
  display_name: stringType(),
44252
44231
  description: stringType().optional(),
44253
44232
  status: CreateDatasourceStatus$inboundSchema,
@@ -44270,7 +44249,7 @@ var init_createdatasource = __esm(() => {
44270
44249
  });
44271
44250
  });
44272
44251
  CreateDatasourceResponseBody$outboundSchema = objectType({
44273
- id: stringType().default("01KC3PKDJTEYC0C55T85VZ0879"),
44252
+ id: stringType().default("01KC6JYPDYWQNE62HFNPFTF364"),
44274
44253
  displayName: stringType(),
44275
44254
  description: stringType().optional(),
44276
44255
  status: CreateDatasourceStatus$outboundSchema,
@@ -44757,8 +44736,8 @@ var init_createeval2 = __esm(() => {
44757
44736
  Typescript$inboundSchema = objectType({
44758
44737
  _id: stringType(),
44759
44738
  description: stringType(),
44760
- created: stringType().default("2025-12-10T08:38:37.306Z"),
44761
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
44739
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
44740
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
44762
44741
  guardrail_config: unionType([
44763
44742
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
44764
44743
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
@@ -44775,8 +44754,8 @@ var init_createeval2 = __esm(() => {
44775
44754
  Typescript$outboundSchema = objectType({
44776
44755
  id: stringType(),
44777
44756
  description: stringType(),
44778
- created: stringType().default("2025-12-10T08:38:37.306Z"),
44779
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
44757
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
44758
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
44780
44759
  guardrailConfig: unionType([
44781
44760
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
44782
44761
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
@@ -44827,8 +44806,8 @@ var init_createeval2 = __esm(() => {
44827
44806
  Ragas$inboundSchema = objectType({
44828
44807
  _id: stringType(),
44829
44808
  description: stringType(),
44830
- created: stringType().default("2025-12-10T08:38:37.306Z"),
44831
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
44809
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
44810
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
44832
44811
  guardrail_config: unionType([
44833
44812
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
44834
44813
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
@@ -44847,8 +44826,8 @@ var init_createeval2 = __esm(() => {
44847
44826
  Ragas$outboundSchema = objectType({
44848
44827
  id: stringType(),
44849
44828
  description: stringType(),
44850
- created: stringType().default("2025-12-10T08:38:37.306Z"),
44851
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
44829
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
44830
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
44852
44831
  guardrailConfig: unionType([
44853
44832
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
44854
44833
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
@@ -45183,8 +45162,8 @@ var init_createeval2 = __esm(() => {
45183
45162
  CreateEvalResponseBodyFunction$inboundSchema = objectType({
45184
45163
  _id: stringType(),
45185
45164
  description: stringType(),
45186
- created: stringType().default("2025-12-10T08:38:37.306Z"),
45187
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
45165
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
45166
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
45188
45167
  guardrail_config: unionType([
45189
45168
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
45190
45169
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
@@ -45235,8 +45214,8 @@ var init_createeval2 = __esm(() => {
45235
45214
  CreateEvalResponseBodyFunction$outboundSchema = objectType({
45236
45215
  id: stringType(),
45237
45216
  description: stringType(),
45238
- created: stringType().default("2025-12-10T08:38:37.306Z"),
45239
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
45217
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
45218
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
45240
45219
  guardrailConfig: unionType([
45241
45220
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
45242
45221
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
@@ -45319,8 +45298,8 @@ var init_createeval2 = __esm(() => {
45319
45298
  ResponseBodyPython$inboundSchema = objectType({
45320
45299
  _id: stringType(),
45321
45300
  description: stringType(),
45322
- created: stringType().default("2025-12-10T08:38:37.306Z"),
45323
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
45301
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
45302
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
45324
45303
  guardrail_config: unionType([
45325
45304
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
45326
45305
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
@@ -45337,8 +45316,8 @@ var init_createeval2 = __esm(() => {
45337
45316
  ResponseBodyPython$outboundSchema = objectType({
45338
45317
  id: stringType(),
45339
45318
  description: stringType(),
45340
- created: stringType().default("2025-12-10T08:38:37.306Z"),
45341
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
45319
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
45320
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
45342
45321
  guardrailConfig: unionType([
45343
45322
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
45344
45323
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
@@ -45389,8 +45368,8 @@ var init_createeval2 = __esm(() => {
45389
45368
  ResponseBodyHTTP$inboundSchema = objectType({
45390
45369
  _id: stringType(),
45391
45370
  description: stringType(),
45392
- created: stringType().default("2025-12-10T08:38:37.306Z"),
45393
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
45371
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
45372
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
45394
45373
  guardrail_config: unionType([
45395
45374
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
45396
45375
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
@@ -45410,8 +45389,8 @@ var init_createeval2 = __esm(() => {
45410
45389
  ResponseBodyHTTP$outboundSchema = objectType({
45411
45390
  id: stringType(),
45412
45391
  description: stringType(),
45413
- created: stringType().default("2025-12-10T08:38:37.306Z"),
45414
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
45392
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
45393
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
45415
45394
  guardrailConfig: unionType([
45416
45395
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
45417
45396
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
@@ -45463,8 +45442,8 @@ var init_createeval2 = __esm(() => {
45463
45442
  ResponseBodyJSON$inboundSchema = objectType({
45464
45443
  _id: stringType(),
45465
45444
  description: stringType(),
45466
- created: stringType().default("2025-12-10T08:38:37.306Z"),
45467
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
45445
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
45446
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
45468
45447
  guardrail_config: unionType([
45469
45448
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
45470
45449
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
@@ -45481,8 +45460,8 @@ var init_createeval2 = __esm(() => {
45481
45460
  ResponseBodyJSON$outboundSchema = objectType({
45482
45461
  id: stringType(),
45483
45462
  description: stringType(),
45484
- created: stringType().default("2025-12-10T08:38:37.306Z"),
45485
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
45463
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
45464
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
45486
45465
  guardrailConfig: unionType([
45487
45466
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
45488
45467
  lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
@@ -45531,8 +45510,8 @@ var init_createeval2 = __esm(() => {
45531
45510
  ResponseBodyLLM$inboundSchema = objectType({
45532
45511
  _id: stringType(),
45533
45512
  description: stringType(),
45534
- created: stringType().default("2025-12-10T08:38:37.306Z"),
45535
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
45513
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
45514
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
45536
45515
  guardrail_config: unionType([
45537
45516
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
45538
45517
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
@@ -45550,8 +45529,8 @@ var init_createeval2 = __esm(() => {
45550
45529
  ResponseBodyLLM$outboundSchema = objectType({
45551
45530
  id: stringType(),
45552
45531
  description: stringType(),
45553
- created: stringType().default("2025-12-10T08:38:37.306Z"),
45554
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
45532
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
45533
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
45555
45534
  guardrailConfig: unionType([
45556
45535
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
45557
45536
  lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
@@ -46494,7 +46473,8 @@ var init_createprompt = __esm(() => {
46494
46473
  Mistral: "mistral",
46495
46474
  Deepseek: "deepseek",
46496
46475
  Contextualai: "contextualai",
46497
- Moonshotai: "moonshotai"
46476
+ Moonshotai: "moonshotai",
46477
+ Zai: "zai"
46498
46478
  };
46499
46479
  CreatePromptPromptsRole = {
46500
46480
  System: "system",
@@ -46898,7 +46878,7 @@ var init_createprompt = __esm(() => {
46898
46878
  stringType(),
46899
46879
  arrayType(TextContentPartSchema$inboundSchema)
46900
46880
  ]),
46901
- tool_call_id: stringType(),
46881
+ tool_call_id: nullableType(stringType()),
46902
46882
  cache_control: lazyType(() => CreatePromptMessagesCacheControl$inboundSchema).optional()
46903
46883
  }).transform((v2) => {
46904
46884
  return remap(v2, {
@@ -46912,7 +46892,7 @@ var init_createprompt = __esm(() => {
46912
46892
  stringType(),
46913
46893
  arrayType(TextContentPartSchema$outboundSchema)
46914
46894
  ]),
46915
- toolCallId: stringType(),
46895
+ toolCallId: nullableType(stringType()),
46916
46896
  cacheControl: lazyType(() => CreatePromptMessagesCacheControl$outboundSchema).optional()
46917
46897
  }).transform((v2) => {
46918
46898
  return remap(v2, {
@@ -48164,7 +48144,7 @@ var init_createtool = __esm(() => {
48164
48144
  code: stringType()
48165
48145
  });
48166
48146
  ResponseBodyCodeExecutionTool$inboundSchema = objectType({
48167
- _id: stringType().default("tool_01KC3PKDDQWKGB2HFQ5B1ZMT9Z"),
48147
+ _id: stringType().default("tool_01KC6JYP9F6PGWT24GKD5VKXQQ"),
48168
48148
  path: stringType(),
48169
48149
  key: stringType(),
48170
48150
  display_name: stringType().optional(),
@@ -48192,7 +48172,7 @@ var init_createtool = __esm(() => {
48192
48172
  });
48193
48173
  });
48194
48174
  ResponseBodyCodeExecutionTool$outboundSchema = objectType({
48195
- id: stringType().default("tool_01KC3PKDDQWKGB2HFQ5B1ZMT9Z"),
48175
+ id: stringType().default("tool_01KC6JYP9F6PGWT24GKD5VKXQQ"),
48196
48176
  path: stringType(),
48197
48177
  key: stringType(),
48198
48178
  displayName: stringType().optional(),
@@ -48242,13 +48222,13 @@ var init_createtool = __esm(() => {
48242
48222
  required: arrayType(stringType()).optional()
48243
48223
  });
48244
48224
  ResponseBodyTools$inboundSchema = objectType({
48245
- id: stringType().default("01KC3PKDDPEN8RNXE9SDV1VVSZ"),
48225
+ id: stringType().default("01KC6JYP9DAK7N8D9CK1M9PQQ8"),
48246
48226
  name: stringType(),
48247
48227
  description: stringType().optional(),
48248
48228
  schema: lazyType(() => CreateToolResponseBodySchema$inboundSchema)
48249
48229
  });
48250
48230
  ResponseBodyTools$outboundSchema = objectType({
48251
- id: stringType().default("01KC3PKDDPEN8RNXE9SDV1VVSZ"),
48231
+ id: stringType().default("01KC6JYP9DAK7N8D9CK1M9PQQ8"),
48252
48232
  name: stringType(),
48253
48233
  description: stringType().optional(),
48254
48234
  schema: lazyType(() => CreateToolResponseBodySchema$outboundSchema)
@@ -48278,7 +48258,7 @@ var init_createtool = __esm(() => {
48278
48258
  });
48279
48259
  });
48280
48260
  ResponseBodyMCPTool$inboundSchema = objectType({
48281
- _id: stringType().default("tool_01KC3PKDDK7EJEQ1SA0B0GHT59"),
48261
+ _id: stringType().default("tool_01KC6JYP9CV9W1216BS5YDTAJ5"),
48282
48262
  path: stringType(),
48283
48263
  key: stringType(),
48284
48264
  display_name: stringType().optional(),
@@ -48305,7 +48285,7 @@ var init_createtool = __esm(() => {
48305
48285
  });
48306
48286
  });
48307
48287
  ResponseBodyMCPTool$outboundSchema = objectType({
48308
- id: stringType().default("tool_01KC3PKDDK7EJEQ1SA0B0GHT59"),
48288
+ id: stringType().default("tool_01KC6JYP9CV9W1216BS5YDTAJ5"),
48309
48289
  path: stringType(),
48310
48290
  key: stringType(),
48311
48291
  displayName: stringType().optional(),
@@ -48392,7 +48372,7 @@ var init_createtool = __esm(() => {
48392
48372
  arguments: recordType(lazyType(() => ResponseBodyArguments$outboundSchema)).optional()
48393
48373
  });
48394
48374
  ResponseBodyHTTPTool$inboundSchema = objectType({
48395
- _id: stringType().default("tool_01KC3PKDD7HZ9FNVRZ3X76E59S"),
48375
+ _id: stringType().default("tool_01KC6JYP99KC52EJWCNYZZYK16"),
48396
48376
  path: stringType(),
48397
48377
  key: stringType(),
48398
48378
  display_name: stringType().optional(),
@@ -48419,7 +48399,7 @@ var init_createtool = __esm(() => {
48419
48399
  });
48420
48400
  });
48421
48401
  ResponseBodyHTTPTool$outboundSchema = objectType({
48422
- id: stringType().default("tool_01KC3PKDD7HZ9FNVRZ3X76E59S"),
48402
+ id: stringType().default("tool_01KC6JYP99KC52EJWCNYZZYK16"),
48423
48403
  path: stringType(),
48424
48404
  key: stringType(),
48425
48405
  displayName: stringType().optional(),
@@ -48478,7 +48458,7 @@ var init_createtool = __esm(() => {
48478
48458
  strict: booleanType().optional()
48479
48459
  });
48480
48460
  ResponseBodyJSONSchemaTool$inboundSchema = objectType({
48481
- _id: stringType().default("tool_01KC3PKDD4P0R3ZVDB26ZTJ3AS"),
48461
+ _id: stringType().default("tool_01KC6JYP967DWNS331HPV2GBJ2"),
48482
48462
  path: stringType(),
48483
48463
  key: stringType(),
48484
48464
  display_name: stringType().optional(),
@@ -48506,7 +48486,7 @@ var init_createtool = __esm(() => {
48506
48486
  });
48507
48487
  });
48508
48488
  ResponseBodyJSONSchemaTool$outboundSchema = objectType({
48509
- id: stringType().default("tool_01KC3PKDD4P0R3ZVDB26ZTJ3AS"),
48489
+ id: stringType().default("tool_01KC6JYP967DWNS331HPV2GBJ2"),
48510
48490
  path: stringType(),
48511
48491
  key: stringType(),
48512
48492
  displayName: stringType().optional(),
@@ -48568,7 +48548,7 @@ var init_createtool = __esm(() => {
48568
48548
  parameters: lazyType(() => ResponseBodyParameters$outboundSchema).optional()
48569
48549
  });
48570
48550
  ResponseBodyFunctionTool$inboundSchema = objectType({
48571
- _id: stringType().default("tool_01KC3PKDD2BSEHAEG0RYQ7ZJR5"),
48551
+ _id: stringType().default("tool_01KC6JYP94V3CBF9TZS0ASMR5Z"),
48572
48552
  path: stringType(),
48573
48553
  key: stringType(),
48574
48554
  display_name: stringType().optional(),
@@ -48595,7 +48575,7 @@ var init_createtool = __esm(() => {
48595
48575
  });
48596
48576
  });
48597
48577
  ResponseBodyFunctionTool$outboundSchema = objectType({
48598
- id: stringType().default("tool_01KC3PKDD2BSEHAEG0RYQ7ZJR5"),
48578
+ id: stringType().default("tool_01KC6JYP94V3CBF9TZS0ASMR5Z"),
48599
48579
  path: stringType(),
48600
48580
  key: stringType(),
48601
48581
  displayName: stringType().optional(),
@@ -49109,7 +49089,7 @@ var init_deploymentcreatemetric = __esm(() => {
49109
49089
  stringType(),
49110
49090
  arrayType(TextContentPartSchema$inboundSchema)
49111
49091
  ]),
49112
- tool_call_id: stringType(),
49092
+ tool_call_id: nullableType(stringType()),
49113
49093
  cache_control: lazyType(() => DeploymentCreateMetricMessagesCacheControl$inboundSchema).optional()
49114
49094
  }).transform((v2) => {
49115
49095
  return remap(v2, {
@@ -49123,7 +49103,7 @@ var init_deploymentcreatemetric = __esm(() => {
49123
49103
  stringType(),
49124
49104
  arrayType(TextContentPartSchema$outboundSchema)
49125
49105
  ]),
49126
- toolCallId: stringType(),
49106
+ toolCallId: nullableType(stringType()),
49127
49107
  cacheControl: lazyType(() => DeploymentCreateMetricMessagesCacheControl$outboundSchema).optional()
49128
49108
  }).transform((v2) => {
49129
49109
  return remap(v2, {
@@ -49411,7 +49391,7 @@ var init_deploymentcreatemetric = __esm(() => {
49411
49391
  stringType(),
49412
49392
  arrayType(TextContentPartSchema$inboundSchema)
49413
49393
  ]),
49414
- tool_call_id: stringType(),
49394
+ tool_call_id: nullableType(stringType()),
49415
49395
  cache_control: lazyType(() => ChoicesCacheControl$inboundSchema).optional()
49416
49396
  }).transform((v2) => {
49417
49397
  return remap(v2, {
@@ -49425,7 +49405,7 @@ var init_deploymentcreatemetric = __esm(() => {
49425
49405
  stringType(),
49426
49406
  arrayType(TextContentPartSchema$outboundSchema)
49427
49407
  ]),
49428
- toolCallId: stringType(),
49408
+ toolCallId: nullableType(stringType()),
49429
49409
  cacheControl: lazyType(() => ChoicesCacheControl$outboundSchema).optional()
49430
49410
  }).transform((v2) => {
49431
49411
  return remap(v2, {
@@ -49909,7 +49889,7 @@ var init_deploymentgetconfig = __esm(() => {
49909
49889
  stringType(),
49910
49890
  arrayType(TextContentPartSchema$inboundSchema)
49911
49891
  ]),
49912
- tool_call_id: stringType(),
49892
+ tool_call_id: nullableType(stringType()),
49913
49893
  cache_control: lazyType(() => PrefixMessagesCacheControl$inboundSchema2).optional()
49914
49894
  }).transform((v2) => {
49915
49895
  return remap(v2, {
@@ -49923,7 +49903,7 @@ var init_deploymentgetconfig = __esm(() => {
49923
49903
  stringType(),
49924
49904
  arrayType(TextContentPartSchema$outboundSchema)
49925
49905
  ]),
49926
- toolCallId: stringType(),
49906
+ toolCallId: nullableType(stringType()),
49927
49907
  cacheControl: lazyType(() => PrefixMessagesCacheControl$outboundSchema2).optional()
49928
49908
  }).transform((v2) => {
49929
49909
  return remap(v2, {
@@ -50211,7 +50191,7 @@ var init_deploymentgetconfig = __esm(() => {
50211
50191
  stringType(),
50212
50192
  arrayType(TextContentPartSchema$inboundSchema)
50213
50193
  ]),
50214
- tool_call_id: stringType(),
50194
+ tool_call_id: nullableType(stringType()),
50215
50195
  cache_control: lazyType(() => MessagesCacheControl$inboundSchema2).optional()
50216
50196
  }).transform((v2) => {
50217
50197
  return remap(v2, {
@@ -50225,7 +50205,7 @@ var init_deploymentgetconfig = __esm(() => {
50225
50205
  stringType(),
50226
50206
  arrayType(TextContentPartSchema$outboundSchema)
50227
50207
  ]),
50228
- toolCallId: stringType(),
50208
+ toolCallId: nullableType(stringType()),
50229
50209
  cacheControl: lazyType(() => MessagesCacheControl$outboundSchema2).optional()
50230
50210
  }).transform((v2) => {
50231
50211
  return remap(v2, {
@@ -51351,7 +51331,8 @@ var init_deploymentinvoke = __esm(() => {
51351
51331
  Mistral: "mistral",
51352
51332
  Deepseek: "deepseek",
51353
51333
  Contextualai: "contextualai",
51354
- Moonshotai: "moonshotai"
51334
+ Moonshotai: "moonshotai",
51335
+ Zai: "zai"
51355
51336
  };
51356
51337
  DeploymentInvokeMessageDeploymentsRole = {
51357
51338
  System: "system",
@@ -51742,7 +51723,8 @@ var init_deployments = __esm(() => {
51742
51723
  Mistral: "mistral",
51743
51724
  Deepseek: "deepseek",
51744
51725
  Contextualai: "contextualai",
51745
- Moonshotai: "moonshotai"
51726
+ Moonshotai: "moonshotai",
51727
+ Zai: "zai"
51746
51728
  };
51747
51729
  DeploymentsRole = {
51748
51730
  System: "system",
@@ -52268,7 +52250,8 @@ var init_deploymentstream = __esm(() => {
52268
52250
  Mistral: "mistral",
52269
52251
  Deepseek: "deepseek",
52270
52252
  Contextualai: "contextualai",
52271
- Moonshotai: "moonshotai"
52253
+ Moonshotai: "moonshotai",
52254
+ Zai: "zai"
52272
52255
  };
52273
52256
  DeploymentStreamMessageDeploymentsResponseRole = {
52274
52257
  System: "system",
@@ -52337,7 +52320,7 @@ var init_deploymentstream = __esm(() => {
52337
52320
  stringType(),
52338
52321
  arrayType(TextContentPartSchema$inboundSchema)
52339
52322
  ]),
52340
- tool_call_id: stringType(),
52323
+ tool_call_id: nullableType(stringType()),
52341
52324
  cache_control: lazyType(() => DeploymentStreamPrefixMessagesCacheControl$inboundSchema).optional()
52342
52325
  }).transform((v2) => {
52343
52326
  return remap(v2, {
@@ -52351,7 +52334,7 @@ var init_deploymentstream = __esm(() => {
52351
52334
  stringType(),
52352
52335
  arrayType(TextContentPartSchema$outboundSchema)
52353
52336
  ]),
52354
- toolCallId: stringType(),
52337
+ toolCallId: nullableType(stringType()),
52355
52338
  cacheControl: lazyType(() => DeploymentStreamPrefixMessagesCacheControl$outboundSchema).optional()
52356
52339
  }).transform((v2) => {
52357
52340
  return remap(v2, {
@@ -52639,7 +52622,7 @@ var init_deploymentstream = __esm(() => {
52639
52622
  stringType(),
52640
52623
  arrayType(TextContentPartSchema$inboundSchema)
52641
52624
  ]),
52642
- tool_call_id: stringType(),
52625
+ tool_call_id: nullableType(stringType()),
52643
52626
  cache_control: lazyType(() => DeploymentStreamMessagesCacheControl$inboundSchema).optional()
52644
52627
  }).transform((v2) => {
52645
52628
  return remap(v2, {
@@ -52653,7 +52636,7 @@ var init_deploymentstream = __esm(() => {
52653
52636
  stringType(),
52654
52637
  arrayType(TextContentPartSchema$outboundSchema)
52655
52638
  ]),
52656
- toolCallId: stringType(),
52639
+ toolCallId: nullableType(stringType()),
52657
52640
  cacheControl: lazyType(() => DeploymentStreamMessagesCacheControl$outboundSchema).optional()
52658
52641
  }).transform((v2) => {
52659
52642
  return remap(v2, {
@@ -53712,7 +53695,7 @@ var init_fileget = __esm(() => {
53712
53695
  bytes: numberType(),
53713
53696
  file_name: stringType(),
53714
53697
  workspace_id: stringType(),
53715
- created: stringType().datetime({ offset: true }).default("2025-12-10T08:38:38.426Z").transform((v2) => new Date(v2))
53698
+ created: stringType().datetime({ offset: true }).default("2025-12-11T11:32:37.634Z").transform((v2) => new Date(v2))
53716
53699
  }).transform((v2) => {
53717
53700
  return remap(v2, {
53718
53701
  _id: "id",
@@ -53728,7 +53711,7 @@ var init_fileget = __esm(() => {
53728
53711
  bytes: numberType(),
53729
53712
  fileName: stringType(),
53730
53713
  workspaceId: stringType(),
53731
- created: dateType().default(() => new Date("2025-12-10T08:38:38.426Z")).transform((v2) => v2.toISOString())
53714
+ created: dateType().default(() => new Date("2025-12-11T11:32:37.634Z")).transform((v2) => v2.toISOString())
53732
53715
  }).transform((v2) => {
53733
53716
  return remap(v2, {
53734
53717
  id: "_id",
@@ -53783,7 +53766,7 @@ var init_filelist = __esm(() => {
53783
53766
  bytes: numberType(),
53784
53767
  file_name: stringType(),
53785
53768
  workspace_id: stringType(),
53786
- created: stringType().datetime({ offset: true }).default("2025-12-10T08:38:38.426Z").transform((v2) => new Date(v2))
53769
+ created: stringType().datetime({ offset: true }).default("2025-12-11T11:32:37.634Z").transform((v2) => new Date(v2))
53787
53770
  }).transform((v2) => {
53788
53771
  return remap(v2, {
53789
53772
  _id: "id",
@@ -53799,7 +53782,7 @@ var init_filelist = __esm(() => {
53799
53782
  bytes: numberType(),
53800
53783
  fileName: stringType(),
53801
53784
  workspaceId: stringType(),
53802
- created: dateType().default(() => new Date("2025-12-10T08:38:38.426Z")).transform((v2) => v2.toISOString())
53785
+ created: dateType().default(() => new Date("2025-12-11T11:32:37.634Z")).transform((v2) => v2.toISOString())
53803
53786
  }).transform((v2) => {
53804
53787
  return remap(v2, {
53805
53788
  id: "_id",
@@ -53907,7 +53890,7 @@ var init_fileupload = __esm(() => {
53907
53890
  bytes: numberType(),
53908
53891
  file_name: stringType(),
53909
53892
  workspace_id: stringType(),
53910
- created: stringType().datetime({ offset: true }).default("2025-12-10T08:38:38.426Z").transform((v2) => new Date(v2))
53893
+ created: stringType().datetime({ offset: true }).default("2025-12-11T11:32:37.634Z").transform((v2) => new Date(v2))
53911
53894
  }).transform((v2) => {
53912
53895
  return remap(v2, {
53913
53896
  _id: "id",
@@ -53923,7 +53906,7 @@ var init_fileupload = __esm(() => {
53923
53906
  bytes: numberType(),
53924
53907
  fileName: stringType(),
53925
53908
  workspaceId: stringType(),
53926
- created: dateType().default(() => new Date("2025-12-10T08:38:38.426Z")).transform((v2) => v2.toISOString())
53909
+ created: dateType().default(() => new Date("2025-12-11T11:32:37.634Z")).transform((v2) => v2.toISOString())
53927
53910
  }).transform((v2) => {
53928
53911
  return remap(v2, {
53929
53912
  id: "_id",
@@ -53987,7 +53970,7 @@ var init_generateconversationname2 = __esm(() => {
53987
53970
  });
53988
53971
  });
53989
53972
  GenerateConversationNameResponseBody$inboundSchema2 = objectType({
53990
- _id: stringType().default("conv_01kc3pkd49angwcqy3ngdn6tsf"),
53973
+ _id: stringType().default("conv_01kc6jyp2kaycs972pmtm493b7"),
53991
53974
  entity_id: stringType(),
53992
53975
  kind: GenerateConversationNameKind$inboundSchema,
53993
53976
  display_name: stringType(),
@@ -54008,7 +53991,7 @@ var init_generateconversationname2 = __esm(() => {
54008
53991
  });
54009
53992
  });
54010
53993
  GenerateConversationNameResponseBody$outboundSchema2 = objectType({
54011
- id: stringType().default("conv_01kc3pkd49angwcqy3ngdn6tsf"),
53994
+ id: stringType().default("conv_01kc6jyp2kaycs972pmtm493b7"),
54012
53995
  entityId: stringType(),
54013
53996
  kind: GenerateConversationNameKind$outboundSchema,
54014
53997
  displayName: stringType(),
@@ -54435,7 +54418,8 @@ var init_getallprompts = __esm(() => {
54435
54418
  Mistral: "mistral",
54436
54419
  Deepseek: "deepseek",
54437
54420
  Contextualai: "contextualai",
54438
- Moonshotai: "moonshotai"
54421
+ Moonshotai: "moonshotai",
54422
+ Zai: "zai"
54439
54423
  };
54440
54424
  GetAllPromptsRole = {
54441
54425
  System: "system",
@@ -55050,7 +55034,7 @@ var init_getalltools = __esm(() => {
55050
55034
  code: stringType()
55051
55035
  });
55052
55036
  DataCodeExecutionTool$inboundSchema = objectType({
55053
- _id: stringType().default("tool_01KC3PKDCNWBZ6XQMX37N9GVP2"),
55037
+ _id: stringType().default("tool_01KC6JYP8GZDSMSS0305C350DF"),
55054
55038
  path: stringType(),
55055
55039
  key: stringType(),
55056
55040
  display_name: stringType().optional(),
@@ -55078,7 +55062,7 @@ var init_getalltools = __esm(() => {
55078
55062
  });
55079
55063
  });
55080
55064
  DataCodeExecutionTool$outboundSchema = objectType({
55081
- id: stringType().default("tool_01KC3PKDCNWBZ6XQMX37N9GVP2"),
55065
+ id: stringType().default("tool_01KC6JYP8GZDSMSS0305C350DF"),
55082
55066
  path: stringType(),
55083
55067
  key: stringType(),
55084
55068
  displayName: stringType().optional(),
@@ -55128,13 +55112,13 @@ var init_getalltools = __esm(() => {
55128
55112
  required: arrayType(stringType()).optional()
55129
55113
  });
55130
55114
  DataTools$inboundSchema = objectType({
55131
- id: stringType().default("01KC3PKDCMZ00K4QAGR9WZRB42"),
55115
+ id: stringType().default("01KC6JYP8FXAQQSSWYRJ45BZ8E"),
55132
55116
  name: stringType(),
55133
55117
  description: stringType().optional(),
55134
55118
  schema: lazyType(() => GetAllToolsDataSchema$inboundSchema)
55135
55119
  });
55136
55120
  DataTools$outboundSchema = objectType({
55137
- id: stringType().default("01KC3PKDCMZ00K4QAGR9WZRB42"),
55121
+ id: stringType().default("01KC6JYP8FXAQQSSWYRJ45BZ8E"),
55138
55122
  name: stringType(),
55139
55123
  description: stringType().optional(),
55140
55124
  schema: lazyType(() => GetAllToolsDataSchema$outboundSchema)
@@ -55164,7 +55148,7 @@ var init_getalltools = __esm(() => {
55164
55148
  });
55165
55149
  });
55166
55150
  DataMCPTool$inboundSchema = objectType({
55167
- _id: stringType().default("tool_01KC3PKDCKNQGYQXC7QW6F512T"),
55151
+ _id: stringType().default("tool_01KC6JYP8B9FG8CKWGB6H6ZXY6"),
55168
55152
  path: stringType(),
55169
55153
  key: stringType(),
55170
55154
  display_name: stringType().optional(),
@@ -55191,7 +55175,7 @@ var init_getalltools = __esm(() => {
55191
55175
  });
55192
55176
  });
55193
55177
  DataMCPTool$outboundSchema = objectType({
55194
- id: stringType().default("tool_01KC3PKDCKNQGYQXC7QW6F512T"),
55178
+ id: stringType().default("tool_01KC6JYP8B9FG8CKWGB6H6ZXY6"),
55195
55179
  path: stringType(),
55196
55180
  key: stringType(),
55197
55181
  displayName: stringType().optional(),
@@ -55278,7 +55262,7 @@ var init_getalltools = __esm(() => {
55278
55262
  arguments: recordType(lazyType(() => DataArguments$outboundSchema)).optional()
55279
55263
  });
55280
55264
  DataHTTPTool$inboundSchema = objectType({
55281
- _id: stringType().default("tool_01KC3PKDCH5E9F7S1YQ1AAJ5E6"),
55265
+ _id: stringType().default("tool_01KC6JYP88GE1EJCVB0QVA0J4W"),
55282
55266
  path: stringType(),
55283
55267
  key: stringType(),
55284
55268
  display_name: stringType().optional(),
@@ -55305,7 +55289,7 @@ var init_getalltools = __esm(() => {
55305
55289
  });
55306
55290
  });
55307
55291
  DataHTTPTool$outboundSchema = objectType({
55308
- id: stringType().default("tool_01KC3PKDCH5E9F7S1YQ1AAJ5E6"),
55292
+ id: stringType().default("tool_01KC6JYP88GE1EJCVB0QVA0J4W"),
55309
55293
  path: stringType(),
55310
55294
  key: stringType(),
55311
55295
  displayName: stringType().optional(),
@@ -55364,7 +55348,7 @@ var init_getalltools = __esm(() => {
55364
55348
  strict: booleanType().optional()
55365
55349
  });
55366
55350
  DataJSONSchemaTool$inboundSchema = objectType({
55367
- _id: stringType().default("tool_01KC3PKDCFTC4M33ZFCZCSWN2B"),
55351
+ _id: stringType().default("tool_01KC6JYP85R9GM8QK43HQKPJ4G"),
55368
55352
  path: stringType(),
55369
55353
  key: stringType(),
55370
55354
  display_name: stringType().optional(),
@@ -55392,7 +55376,7 @@ var init_getalltools = __esm(() => {
55392
55376
  });
55393
55377
  });
55394
55378
  DataJSONSchemaTool$outboundSchema = objectType({
55395
- id: stringType().default("tool_01KC3PKDCFTC4M33ZFCZCSWN2B"),
55379
+ id: stringType().default("tool_01KC6JYP85R9GM8QK43HQKPJ4G"),
55396
55380
  path: stringType(),
55397
55381
  key: stringType(),
55398
55382
  displayName: stringType().optional(),
@@ -55454,7 +55438,7 @@ var init_getalltools = __esm(() => {
55454
55438
  parameters: lazyType(() => DataParameters$outboundSchema).optional()
55455
55439
  });
55456
55440
  DataFunctionTool$inboundSchema = objectType({
55457
- _id: stringType().default("tool_01KC3PKDCDSWNQ9E0GTRG7Y8AT"),
55441
+ _id: stringType().default("tool_01KC6JYP83P2YM2FC4XEWWYQ3H"),
55458
55442
  path: stringType(),
55459
55443
  key: stringType(),
55460
55444
  display_name: stringType().optional(),
@@ -55481,7 +55465,7 @@ var init_getalltools = __esm(() => {
55481
55465
  });
55482
55466
  });
55483
55467
  DataFunctionTool$outboundSchema = objectType({
55484
- id: stringType().default("tool_01KC3PKDCDSWNQ9E0GTRG7Y8AT"),
55468
+ id: stringType().default("tool_01KC6JYP83P2YM2FC4XEWWYQ3H"),
55485
55469
  path: stringType(),
55486
55470
  key: stringType(),
55487
55471
  displayName: stringType().optional(),
@@ -55561,8 +55545,7 @@ var init_getbudget = __esm(() => {
55561
55545
  init_rfcdate();
55562
55546
  GetBudgetType = {
55563
55547
  ApiKey: "api_key",
55564
- Contact: "contact",
55565
- Workspace: "workspace"
55548
+ Contact: "contact"
55566
55549
  };
55567
55550
  GetBudgetPeriod = {
55568
55551
  Daily: "daily",
@@ -55624,7 +55607,7 @@ var init_getbudget = __esm(() => {
55624
55607
  is_active: booleanType(),
55625
55608
  consumption: lazyType(() => GetBudgetConsumption$inboundSchema).optional(),
55626
55609
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
55627
- updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.548Z").transform((v2) => new Date(v2))
55610
+ updated: stringType().datetime({ offset: true }).default("2025-12-11T11:32:34.996Z").transform((v2) => new Date(v2))
55628
55611
  }).transform((v2) => {
55629
55612
  return remap(v2, {
55630
55613
  _id: "id",
@@ -55644,7 +55627,7 @@ var init_getbudget = __esm(() => {
55644
55627
  isActive: booleanType(),
55645
55628
  consumption: lazyType(() => GetBudgetConsumption$outboundSchema).optional(),
55646
55629
  created: dateType().transform((v2) => v2.toISOString()).optional(),
55647
- updated: dateType().default(() => new Date("2025-12-10T08:38:35.548Z")).transform((v2) => v2.toISOString())
55630
+ updated: dateType().default(() => new Date("2025-12-11T11:32:34.996Z")).transform((v2) => v2.toISOString())
55648
55631
  }).transform((v2) => {
55649
55632
  return remap(v2, {
55650
55633
  id: "_id",
@@ -55840,8 +55823,8 @@ var init_getevals2 = __esm(() => {
55840
55823
  DataTypescript$inboundSchema = objectType({
55841
55824
  _id: stringType(),
55842
55825
  description: stringType(),
55843
- created: stringType().default("2025-12-10T08:38:37.306Z"),
55844
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
55826
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
55827
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
55845
55828
  guardrail_config: unionType([
55846
55829
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
55847
55830
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
@@ -55858,8 +55841,8 @@ var init_getevals2 = __esm(() => {
55858
55841
  DataTypescript$outboundSchema = objectType({
55859
55842
  id: stringType(),
55860
55843
  description: stringType(),
55861
- created: stringType().default("2025-12-10T08:38:37.306Z"),
55862
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
55844
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
55845
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
55863
55846
  guardrailConfig: unionType([
55864
55847
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
55865
55848
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
@@ -55910,8 +55893,8 @@ var init_getevals2 = __esm(() => {
55910
55893
  DataRagas$inboundSchema = objectType({
55911
55894
  _id: stringType(),
55912
55895
  description: stringType(),
55913
- created: stringType().default("2025-12-10T08:38:37.306Z"),
55914
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
55896
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
55897
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
55915
55898
  guardrail_config: unionType([
55916
55899
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
55917
55900
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema)
@@ -55930,8 +55913,8 @@ var init_getevals2 = __esm(() => {
55930
55913
  DataRagas$outboundSchema = objectType({
55931
55914
  id: stringType(),
55932
55915
  description: stringType(),
55933
- created: stringType().default("2025-12-10T08:38:37.306Z"),
55934
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
55916
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
55917
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
55935
55918
  guardrailConfig: unionType([
55936
55919
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
55937
55920
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema)
@@ -56266,8 +56249,8 @@ var init_getevals2 = __esm(() => {
56266
56249
  DataFunction$inboundSchema = objectType({
56267
56250
  _id: stringType(),
56268
56251
  description: stringType(),
56269
- created: stringType().default("2025-12-10T08:38:37.306Z"),
56270
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
56252
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
56253
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
56271
56254
  guardrail_config: unionType([
56272
56255
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
56273
56256
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema)
@@ -56318,8 +56301,8 @@ var init_getevals2 = __esm(() => {
56318
56301
  DataFunction$outboundSchema = objectType({
56319
56302
  id: stringType(),
56320
56303
  description: stringType(),
56321
- created: stringType().default("2025-12-10T08:38:37.306Z"),
56322
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
56304
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
56305
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
56323
56306
  guardrailConfig: unionType([
56324
56307
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
56325
56308
  lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema)
@@ -56402,8 +56385,8 @@ var init_getevals2 = __esm(() => {
56402
56385
  DataPython$inboundSchema = objectType({
56403
56386
  _id: stringType(),
56404
56387
  description: stringType(),
56405
- created: stringType().default("2025-12-10T08:38:37.306Z"),
56406
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
56388
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
56389
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
56407
56390
  guardrail_config: unionType([
56408
56391
  lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
56409
56392
  lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema)
@@ -56420,8 +56403,8 @@ var init_getevals2 = __esm(() => {
56420
56403
  DataPython$outboundSchema = objectType({
56421
56404
  id: stringType(),
56422
56405
  description: stringType(),
56423
- created: stringType().default("2025-12-10T08:38:37.306Z"),
56424
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
56406
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
56407
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
56425
56408
  guardrailConfig: unionType([
56426
56409
  lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
56427
56410
  lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema)
@@ -56472,8 +56455,8 @@ var init_getevals2 = __esm(() => {
56472
56455
  DataHTTP$inboundSchema = objectType({
56473
56456
  _id: stringType(),
56474
56457
  description: stringType(),
56475
- created: stringType().default("2025-12-10T08:38:37.306Z"),
56476
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
56458
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
56459
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
56477
56460
  guardrail_config: unionType([
56478
56461
  lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
56479
56462
  lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema)
@@ -56493,8 +56476,8 @@ var init_getevals2 = __esm(() => {
56493
56476
  DataHTTP$outboundSchema = objectType({
56494
56477
  id: stringType(),
56495
56478
  description: stringType(),
56496
- created: stringType().default("2025-12-10T08:38:37.306Z"),
56497
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
56479
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
56480
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
56498
56481
  guardrailConfig: unionType([
56499
56482
  lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
56500
56483
  lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema)
@@ -56546,8 +56529,8 @@ var init_getevals2 = __esm(() => {
56546
56529
  DataJSON$inboundSchema = objectType({
56547
56530
  _id: stringType(),
56548
56531
  description: stringType(),
56549
- created: stringType().default("2025-12-10T08:38:37.306Z"),
56550
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
56532
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
56533
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
56551
56534
  guardrail_config: unionType([
56552
56535
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
56553
56536
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema)
@@ -56564,8 +56547,8 @@ var init_getevals2 = __esm(() => {
56564
56547
  DataJSON$outboundSchema = objectType({
56565
56548
  id: stringType(),
56566
56549
  description: stringType(),
56567
- created: stringType().default("2025-12-10T08:38:37.306Z"),
56568
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
56550
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
56551
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
56569
56552
  guardrailConfig: unionType([
56570
56553
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema),
56571
56554
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema)
@@ -56614,8 +56597,8 @@ var init_getevals2 = __esm(() => {
56614
56597
  DataLLM$inboundSchema = objectType({
56615
56598
  _id: stringType(),
56616
56599
  description: stringType(),
56617
- created: stringType().default("2025-12-10T08:38:37.306Z"),
56618
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
56600
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
56601
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
56619
56602
  guardrail_config: unionType([
56620
56603
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
56621
56604
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
@@ -56633,8 +56616,8 @@ var init_getevals2 = __esm(() => {
56633
56616
  DataLLM$outboundSchema = objectType({
56634
56617
  id: stringType(),
56635
56618
  description: stringType(),
56636
- created: stringType().default("2025-12-10T08:38:37.306Z"),
56637
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
56619
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
56620
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
56638
56621
  guardrailConfig: unionType([
56639
56622
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
56640
56623
  lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
@@ -57139,7 +57122,8 @@ var init_getoneprompt = __esm(() => {
57139
57122
  Mistral: "mistral",
57140
57123
  Deepseek: "deepseek",
57141
57124
  Contextualai: "contextualai",
57142
- Moonshotai: "moonshotai"
57125
+ Moonshotai: "moonshotai",
57126
+ Zai: "zai"
57143
57127
  };
57144
57128
  GetOnePromptRole = {
57145
57129
  System: "system",
@@ -57696,7 +57680,8 @@ var init_getpromptversion2 = __esm(() => {
57696
57680
  Mistral: "mistral",
57697
57681
  Deepseek: "deepseek",
57698
57682
  Contextualai: "contextualai",
57699
- Moonshotai: "moonshotai"
57683
+ Moonshotai: "moonshotai",
57684
+ Zai: "zai"
57700
57685
  };
57701
57686
  GetPromptVersionRole = {
57702
57687
  System: "system",
@@ -59688,15 +59673,14 @@ var init_listbudgets = __esm(() => {
59688
59673
  init_rfcdate();
59689
59674
  QueryParamType = {
59690
59675
  Contact: "contact",
59691
- Workspace: "workspace"
59676
+ ApiKey: "api_key"
59692
59677
  };
59693
59678
  ListBudgetsObject = {
59694
59679
  List: "list"
59695
59680
  };
59696
59681
  ListBudgetsType = {
59697
59682
  ApiKey: "api_key",
59698
- Contact: "contact",
59699
- Workspace: "workspace"
59683
+ Contact: "contact"
59700
59684
  };
59701
59685
  ListBudgetsPeriod = {
59702
59686
  Daily: "daily",
@@ -59785,7 +59769,7 @@ var init_listbudgets = __esm(() => {
59785
59769
  is_active: booleanType(),
59786
59770
  consumption: lazyType(() => ListBudgetsConsumption$inboundSchema).optional(),
59787
59771
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
59788
- updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.548Z").transform((v2) => new Date(v2))
59772
+ updated: stringType().datetime({ offset: true }).default("2025-12-11T11:32:34.996Z").transform((v2) => new Date(v2))
59789
59773
  }).transform((v2) => {
59790
59774
  return remap(v2, {
59791
59775
  _id: "id",
@@ -59803,7 +59787,7 @@ var init_listbudgets = __esm(() => {
59803
59787
  isActive: booleanType(),
59804
59788
  consumption: lazyType(() => ListBudgetsConsumption$outboundSchema).optional(),
59805
59789
  created: dateType().transform((v2) => v2.toISOString()).optional(),
59806
- updated: dateType().default(() => new Date("2025-12-10T08:38:35.548Z")).transform((v2) => v2.toISOString())
59790
+ updated: dateType().default(() => new Date("2025-12-11T11:32:34.996Z")).transform((v2) => v2.toISOString())
59807
59791
  }).transform((v2) => {
59808
59792
  return remap(v2, {
59809
59793
  id: "_id",
@@ -60133,7 +60117,7 @@ var init_listcontacts = __esm(() => {
60133
60117
  tags: arrayType(stringType()).optional(),
60134
60118
  metadata: recordType(anyType()).optional(),
60135
60119
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
60136
- updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2)),
60120
+ updated: stringType().datetime({ offset: true }).default("2025-12-11T11:32:34.632Z").transform((v2) => new Date(v2)),
60137
60121
  metrics: lazyType(() => ListContactsMetrics$inboundSchema)
60138
60122
  }).transform((v2) => {
60139
60123
  return remap(v2, {
@@ -60152,7 +60136,7 @@ var init_listcontacts = __esm(() => {
60152
60136
  tags: arrayType(stringType()).optional(),
60153
60137
  metadata: recordType(anyType()).optional(),
60154
60138
  created: dateType().transform((v2) => v2.toISOString()).optional(),
60155
- updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString()),
60139
+ updated: dateType().default(() => new Date("2025-12-11T11:32:34.632Z")).transform((v2) => v2.toISOString()),
60156
60140
  metrics: lazyType(() => ListContactsMetrics$outboundSchema)
60157
60141
  }).transform((v2) => {
60158
60142
  return remap(v2, {
@@ -60332,7 +60316,7 @@ var init_listdatasetdatapoints = __esm(() => {
60332
60316
  stringType(),
60333
60317
  arrayType(TextContentPartSchema$inboundSchema)
60334
60318
  ]),
60335
- tool_call_id: stringType(),
60319
+ tool_call_id: nullableType(stringType()),
60336
60320
  cache_control: lazyType(() => ListDatasetDatapointsMessagesCacheControl$inboundSchema).optional()
60337
60321
  }).transform((v2) => {
60338
60322
  return remap(v2, {
@@ -60346,7 +60330,7 @@ var init_listdatasetdatapoints = __esm(() => {
60346
60330
  stringType(),
60347
60331
  arrayType(TextContentPartSchema$outboundSchema)
60348
60332
  ]),
60349
- toolCallId: stringType(),
60333
+ toolCallId: nullableType(stringType()),
60350
60334
  cacheControl: lazyType(() => ListDatasetDatapointsMessagesCacheControl$outboundSchema).optional()
60351
60335
  }).transform((v2) => {
60352
60336
  return remap(v2, {
@@ -60618,7 +60602,7 @@ var init_listdatasetdatapoints = __esm(() => {
60618
60602
  human_review_id: stringType(),
60619
60603
  source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
60620
60604
  reviewed_by_id: stringType(),
60621
- reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.203Z").transform((v2) => new Date(v2)),
60605
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T11:32:45.693Z").transform((v2) => new Date(v2)),
60622
60606
  type: literalType("string_array"),
60623
60607
  values: arrayType(stringType())
60624
60608
  }).transform((v2) => {
@@ -60635,7 +60619,7 @@ var init_listdatasetdatapoints = __esm(() => {
60635
60619
  humanReviewId: stringType(),
60636
60620
  source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
60637
60621
  reviewedById: stringType(),
60638
- reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.203Z")).transform((v2) => v2.toISOString()),
60622
+ reviewedAt: dateType().default(() => new Date("2025-12-11T11:32:45.693Z")).transform((v2) => v2.toISOString()),
60639
60623
  type: literalType("string_array"),
60640
60624
  values: arrayType(stringType())
60641
60625
  }).transform((v2) => {
@@ -60656,7 +60640,7 @@ var init_listdatasetdatapoints = __esm(() => {
60656
60640
  human_review_id: stringType(),
60657
60641
  source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
60658
60642
  reviewed_by_id: stringType(),
60659
- reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.203Z").transform((v2) => new Date(v2)),
60643
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T11:32:45.693Z").transform((v2) => new Date(v2)),
60660
60644
  type: literalType("number"),
60661
60645
  value: numberType()
60662
60646
  }).transform((v2) => {
@@ -60673,7 +60657,7 @@ var init_listdatasetdatapoints = __esm(() => {
60673
60657
  humanReviewId: stringType(),
60674
60658
  source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
60675
60659
  reviewedById: stringType(),
60676
- reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.203Z")).transform((v2) => v2.toISOString()),
60660
+ reviewedAt: dateType().default(() => new Date("2025-12-11T11:32:45.693Z")).transform((v2) => v2.toISOString()),
60677
60661
  type: literalType("number"),
60678
60662
  value: numberType()
60679
60663
  }).transform((v2) => {
@@ -60694,7 +60678,7 @@ var init_listdatasetdatapoints = __esm(() => {
60694
60678
  human_review_id: stringType(),
60695
60679
  source: ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
60696
60680
  reviewed_by_id: stringType(),
60697
- reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.202Z").transform((v2) => new Date(v2)),
60681
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T11:32:45.692Z").transform((v2) => new Date(v2)),
60698
60682
  type: literalType("string"),
60699
60683
  value: stringType()
60700
60684
  }).transform((v2) => {
@@ -60711,7 +60695,7 @@ var init_listdatasetdatapoints = __esm(() => {
60711
60695
  humanReviewId: stringType(),
60712
60696
  source: ListDatasetDatapointsEvaluationsDatasetsSource$outboundSchema.default("orq"),
60713
60697
  reviewedById: stringType(),
60714
- reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.202Z")).transform((v2) => v2.toISOString()),
60698
+ reviewedAt: dateType().default(() => new Date("2025-12-11T11:32:45.692Z")).transform((v2) => v2.toISOString()),
60715
60699
  type: literalType("string"),
60716
60700
  value: stringType()
60717
60701
  }).transform((v2) => {
@@ -60754,7 +60738,7 @@ var init_listdatasetdatapoints = __esm(() => {
60754
60738
  created_by_id: stringType().optional(),
60755
60739
  updated_by_id: stringType().optional(),
60756
60740
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
60757
- updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
60741
+ updated: stringType().datetime({ offset: true }).default("2025-12-11T11:32:34.632Z").transform((v2) => new Date(v2))
60758
60742
  }).transform((v2) => {
60759
60743
  return remap(v2, {
60760
60744
  _id: "id",
@@ -60788,7 +60772,7 @@ var init_listdatasetdatapoints = __esm(() => {
60788
60772
  createdById: stringType().optional(),
60789
60773
  updatedById: stringType().optional(),
60790
60774
  created: dateType().transform((v2) => v2.toISOString()).optional(),
60791
- updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
60775
+ updated: dateType().default(() => new Date("2025-12-11T11:32:34.632Z")).transform((v2) => v2.toISOString())
60792
60776
  }).transform((v2) => {
60793
60777
  return remap(v2, {
60794
60778
  id: "_id",
@@ -60877,7 +60861,7 @@ var init_listdatasets = __esm(() => {
60877
60861
  created_by_id: stringType().optional(),
60878
60862
  updated_by_id: stringType().optional(),
60879
60863
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
60880
- updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
60864
+ updated: stringType().datetime({ offset: true }).default("2025-12-11T11:32:34.632Z").transform((v2) => new Date(v2))
60881
60865
  }).transform((v2) => {
60882
60866
  return remap(v2, {
60883
60867
  _id: "id",
@@ -60897,7 +60881,7 @@ var init_listdatasets = __esm(() => {
60897
60881
  createdById: stringType().optional(),
60898
60882
  updatedById: stringType().optional(),
60899
60883
  created: dateType().transform((v2) => v2.toISOString()).optional(),
60900
- updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
60884
+ updated: dateType().default(() => new Date("2025-12-11T11:32:34.632Z")).transform((v2) => v2.toISOString())
60901
60885
  }).transform((v2) => {
60902
60886
  return remap(v2, {
60903
60887
  id: "_id",
@@ -60978,7 +60962,7 @@ var init_listdatasources = __esm(() => {
60978
60962
  ListDatasourcesStatus$inboundSchema = nativeEnumType(ListDatasourcesStatus);
60979
60963
  ListDatasourcesStatus$outboundSchema = ListDatasourcesStatus$inboundSchema;
60980
60964
  ListDatasourcesData$inboundSchema = objectType({
60981
- _id: stringType().default("01KC3PKDJQAEPDGY5FRZHFJDQ1"),
60965
+ _id: stringType().default("01KC6JYPDV18H1PAKNR133C49W"),
60982
60966
  display_name: stringType(),
60983
60967
  description: stringType().optional(),
60984
60968
  status: ListDatasourcesStatus$inboundSchema,
@@ -61001,7 +60985,7 @@ var init_listdatasources = __esm(() => {
61001
60985
  });
61002
60986
  });
61003
60987
  ListDatasourcesData$outboundSchema = objectType({
61004
- id: stringType().default("01KC3PKDJQAEPDGY5FRZHFJDQ1"),
60988
+ id: stringType().default("01KC6JYPDV18H1PAKNR133C49W"),
61005
60989
  displayName: stringType(),
61006
60990
  description: stringType().optional(),
61007
60991
  status: ListDatasourcesStatus$outboundSchema,
@@ -61509,7 +61493,8 @@ var init_listpromptversions = __esm(() => {
61509
61493
  Mistral: "mistral",
61510
61494
  Deepseek: "deepseek",
61511
61495
  Contextualai: "contextualai",
61512
- Moonshotai: "moonshotai"
61496
+ Moonshotai: "moonshotai",
61497
+ Zai: "zai"
61513
61498
  };
61514
61499
  ListPromptVersionsRole = {
61515
61500
  System: "system",
@@ -63125,7 +63110,7 @@ var init_retrievecontact2 = __esm(() => {
63125
63110
  tags: arrayType(stringType()).optional(),
63126
63111
  metadata: recordType(anyType()).optional(),
63127
63112
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
63128
- updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
63113
+ updated: stringType().datetime({ offset: true }).default("2025-12-11T11:32:34.632Z").transform((v2) => new Date(v2))
63129
63114
  }).transform((v2) => {
63130
63115
  return remap(v2, {
63131
63116
  _id: "id",
@@ -63143,7 +63128,7 @@ var init_retrievecontact2 = __esm(() => {
63143
63128
  tags: arrayType(stringType()).optional(),
63144
63129
  metadata: recordType(anyType()).optional(),
63145
63130
  created: dateType().transform((v2) => v2.toISOString()).optional(),
63146
- updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
63131
+ updated: dateType().default(() => new Date("2025-12-11T11:32:34.632Z")).transform((v2) => v2.toISOString())
63147
63132
  }).transform((v2) => {
63148
63133
  return remap(v2, {
63149
63134
  id: "_id",
@@ -63197,7 +63182,7 @@ var init_retrieveconversation2 = __esm(() => {
63197
63182
  });
63198
63183
  });
63199
63184
  RetrieveConversationResponseBody$inboundSchema2 = objectType({
63200
- _id: stringType().default("conv_01kc3pkd4bbja31h18qhpca8e3"),
63185
+ _id: stringType().default("conv_01kc6jyp2mda0q2tq89af9bavs"),
63201
63186
  entity_id: stringType(),
63202
63187
  kind: RetrieveConversationKind$inboundSchema,
63203
63188
  display_name: stringType(),
@@ -63218,7 +63203,7 @@ var init_retrieveconversation2 = __esm(() => {
63218
63203
  });
63219
63204
  });
63220
63205
  RetrieveConversationResponseBody$outboundSchema2 = objectType({
63221
- id: stringType().default("conv_01kc3pkd4bbja31h18qhpca8e3"),
63206
+ id: stringType().default("conv_01kc6jyp2mda0q2tq89af9bavs"),
63222
63207
  entityId: stringType(),
63223
63208
  kind: RetrieveConversationKind$outboundSchema,
63224
63209
  displayName: stringType(),
@@ -63328,7 +63313,7 @@ var init_retrievedatapoint = __esm(() => {
63328
63313
  stringType(),
63329
63314
  arrayType(TextContentPartSchema$inboundSchema)
63330
63315
  ]),
63331
- tool_call_id: stringType(),
63316
+ tool_call_id: nullableType(stringType()),
63332
63317
  cache_control: lazyType(() => RetrieveDatapointMessagesCacheControl$inboundSchema).optional()
63333
63318
  }).transform((v2) => {
63334
63319
  return remap(v2, {
@@ -63342,7 +63327,7 @@ var init_retrievedatapoint = __esm(() => {
63342
63327
  stringType(),
63343
63328
  arrayType(TextContentPartSchema$outboundSchema)
63344
63329
  ]),
63345
- toolCallId: stringType(),
63330
+ toolCallId: nullableType(stringType()),
63346
63331
  cacheControl: lazyType(() => RetrieveDatapointMessagesCacheControl$outboundSchema).optional()
63347
63332
  }).transform((v2) => {
63348
63333
  return remap(v2, {
@@ -63614,7 +63599,7 @@ var init_retrievedatapoint = __esm(() => {
63614
63599
  human_review_id: stringType(),
63615
63600
  source: RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
63616
63601
  reviewed_by_id: stringType(),
63617
- reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.220Z").transform((v2) => new Date(v2)),
63602
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T11:32:45.708Z").transform((v2) => new Date(v2)),
63618
63603
  type: literalType("string_array"),
63619
63604
  values: arrayType(stringType())
63620
63605
  }).transform((v2) => {
@@ -63631,7 +63616,7 @@ var init_retrievedatapoint = __esm(() => {
63631
63616
  humanReviewId: stringType(),
63632
63617
  source: RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
63633
63618
  reviewedById: stringType(),
63634
- reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.220Z")).transform((v2) => v2.toISOString()),
63619
+ reviewedAt: dateType().default(() => new Date("2025-12-11T11:32:45.708Z")).transform((v2) => v2.toISOString()),
63635
63620
  type: literalType("string_array"),
63636
63621
  values: arrayType(stringType())
63637
63622
  }).transform((v2) => {
@@ -63652,7 +63637,7 @@ var init_retrievedatapoint = __esm(() => {
63652
63637
  human_review_id: stringType(),
63653
63638
  source: RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
63654
63639
  reviewed_by_id: stringType(),
63655
- reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.219Z").transform((v2) => new Date(v2)),
63640
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T11:32:45.707Z").transform((v2) => new Date(v2)),
63656
63641
  type: literalType("number"),
63657
63642
  value: numberType()
63658
63643
  }).transform((v2) => {
@@ -63669,7 +63654,7 @@ var init_retrievedatapoint = __esm(() => {
63669
63654
  humanReviewId: stringType(),
63670
63655
  source: RetrieveDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
63671
63656
  reviewedById: stringType(),
63672
- reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.219Z")).transform((v2) => v2.toISOString()),
63657
+ reviewedAt: dateType().default(() => new Date("2025-12-11T11:32:45.707Z")).transform((v2) => v2.toISOString()),
63673
63658
  type: literalType("number"),
63674
63659
  value: numberType()
63675
63660
  }).transform((v2) => {
@@ -63690,7 +63675,7 @@ var init_retrievedatapoint = __esm(() => {
63690
63675
  human_review_id: stringType(),
63691
63676
  source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
63692
63677
  reviewed_by_id: stringType(),
63693
- reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.218Z").transform((v2) => new Date(v2)),
63678
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T11:32:45.707Z").transform((v2) => new Date(v2)),
63694
63679
  type: literalType("string"),
63695
63680
  value: stringType()
63696
63681
  }).transform((v2) => {
@@ -63707,7 +63692,7 @@ var init_retrievedatapoint = __esm(() => {
63707
63692
  humanReviewId: stringType(),
63708
63693
  source: RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
63709
63694
  reviewedById: stringType(),
63710
- reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.218Z")).transform((v2) => v2.toISOString()),
63695
+ reviewedAt: dateType().default(() => new Date("2025-12-11T11:32:45.707Z")).transform((v2) => v2.toISOString()),
63711
63696
  type: literalType("string"),
63712
63697
  value: stringType()
63713
63698
  }).transform((v2) => {
@@ -63750,7 +63735,7 @@ var init_retrievedatapoint = __esm(() => {
63750
63735
  created_by_id: stringType().optional(),
63751
63736
  updated_by_id: stringType().optional(),
63752
63737
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
63753
- updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
63738
+ updated: stringType().datetime({ offset: true }).default("2025-12-11T11:32:34.632Z").transform((v2) => new Date(v2))
63754
63739
  }).transform((v2) => {
63755
63740
  return remap(v2, {
63756
63741
  _id: "id",
@@ -63784,7 +63769,7 @@ var init_retrievedatapoint = __esm(() => {
63784
63769
  createdById: stringType().optional(),
63785
63770
  updatedById: stringType().optional(),
63786
63771
  created: dateType().transform((v2) => v2.toISOString()).optional(),
63787
- updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
63772
+ updated: dateType().default(() => new Date("2025-12-11T11:32:34.632Z")).transform((v2) => v2.toISOString())
63788
63773
  }).transform((v2) => {
63789
63774
  return remap(v2, {
63790
63775
  id: "_id",
@@ -63844,7 +63829,7 @@ var init_retrievedataset = __esm(() => {
63844
63829
  created_by_id: stringType().optional(),
63845
63830
  updated_by_id: stringType().optional(),
63846
63831
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
63847
- updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
63832
+ updated: stringType().datetime({ offset: true }).default("2025-12-11T11:32:34.632Z").transform((v2) => new Date(v2))
63848
63833
  }).transform((v2) => {
63849
63834
  return remap(v2, {
63850
63835
  _id: "id",
@@ -63864,7 +63849,7 @@ var init_retrievedataset = __esm(() => {
63864
63849
  createdById: stringType().optional(),
63865
63850
  updatedById: stringType().optional(),
63866
63851
  created: dateType().transform((v2) => v2.toISOString()).optional(),
63867
- updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
63852
+ updated: dateType().default(() => new Date("2025-12-11T11:32:34.632Z")).transform((v2) => v2.toISOString())
63868
63853
  }).transform((v2) => {
63869
63854
  return remap(v2, {
63870
63855
  id: "_id",
@@ -63910,7 +63895,7 @@ var init_retrievedatasource = __esm(() => {
63910
63895
  RetrieveDatasourceStatus$inboundSchema = nativeEnumType(RetrieveDatasourceStatus);
63911
63896
  RetrieveDatasourceStatus$outboundSchema = RetrieveDatasourceStatus$inboundSchema;
63912
63897
  RetrieveDatasourceResponseBody$inboundSchema = objectType({
63913
- _id: stringType().default("01KC3PKDJSZST0Y8QCEQQ696QN"),
63898
+ _id: stringType().default("01KC6JYPDXVTT4YYRH61FH3W9Y"),
63914
63899
  display_name: stringType(),
63915
63900
  description: stringType().optional(),
63916
63901
  status: RetrieveDatasourceStatus$inboundSchema,
@@ -63933,7 +63918,7 @@ var init_retrievedatasource = __esm(() => {
63933
63918
  });
63934
63919
  });
63935
63920
  RetrieveDatasourceResponseBody$outboundSchema = objectType({
63936
- id: stringType().default("01KC3PKDJSZST0Y8QCEQQ696QN"),
63921
+ id: stringType().default("01KC6JYPDXVTT4YYRH61FH3W9Y"),
63937
63922
  displayName: stringType(),
63938
63923
  description: stringType().optional(),
63939
63924
  status: RetrieveDatasourceStatus$outboundSchema,
@@ -64272,7 +64257,7 @@ var init_retrievetool = __esm(() => {
64272
64257
  code: stringType()
64273
64258
  });
64274
64259
  RetrieveToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
64275
- _id: stringType().default("tool_01KC3PKDFJ4D3YPKZV4P1BQZFJ"),
64260
+ _id: stringType().default("tool_01KC6JYPB6K4RZ7V275771Q9HP"),
64276
64261
  path: stringType(),
64277
64262
  key: stringType(),
64278
64263
  display_name: stringType().optional(),
@@ -64300,7 +64285,7 @@ var init_retrievetool = __esm(() => {
64300
64285
  });
64301
64286
  });
64302
64287
  RetrieveToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
64303
- id: stringType().default("tool_01KC3PKDFJ4D3YPKZV4P1BQZFJ"),
64288
+ id: stringType().default("tool_01KC6JYPB6K4RZ7V275771Q9HP"),
64304
64289
  path: stringType(),
64305
64290
  key: stringType(),
64306
64291
  displayName: stringType().optional(),
@@ -64350,13 +64335,13 @@ var init_retrievetool = __esm(() => {
64350
64335
  required: arrayType(stringType()).optional()
64351
64336
  });
64352
64337
  RetrieveToolResponseBodyTools$inboundSchema = objectType({
64353
- id: stringType().default("01KC3PKDFJ2G1F5J861H3BN2YB"),
64338
+ id: stringType().default("01KC6JYPB5JMTP29X7GAJSRDNM"),
64354
64339
  name: stringType(),
64355
64340
  description: stringType().optional(),
64356
64341
  schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$inboundSchema)
64357
64342
  });
64358
64343
  RetrieveToolResponseBodyTools$outboundSchema = objectType({
64359
- id: stringType().default("01KC3PKDFJ2G1F5J861H3BN2YB"),
64344
+ id: stringType().default("01KC6JYPB5JMTP29X7GAJSRDNM"),
64360
64345
  name: stringType(),
64361
64346
  description: stringType().optional(),
64362
64347
  schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$outboundSchema)
@@ -64386,7 +64371,7 @@ var init_retrievetool = __esm(() => {
64386
64371
  });
64387
64372
  });
64388
64373
  RetrieveToolResponseBodyMCPTool$inboundSchema = objectType({
64389
- _id: stringType().default("tool_01KC3PKDFGTEYTMGWEDQEZ0NTK"),
64374
+ _id: stringType().default("tool_01KC6JYPB4KVH19AK0QFDFKP3A"),
64390
64375
  path: stringType(),
64391
64376
  key: stringType(),
64392
64377
  display_name: stringType().optional(),
@@ -64413,7 +64398,7 @@ var init_retrievetool = __esm(() => {
64413
64398
  });
64414
64399
  });
64415
64400
  RetrieveToolResponseBodyMCPTool$outboundSchema = objectType({
64416
- id: stringType().default("tool_01KC3PKDFGTEYTMGWEDQEZ0NTK"),
64401
+ id: stringType().default("tool_01KC6JYPB4KVH19AK0QFDFKP3A"),
64417
64402
  path: stringType(),
64418
64403
  key: stringType(),
64419
64404
  displayName: stringType().optional(),
@@ -64500,7 +64485,7 @@ var init_retrievetool = __esm(() => {
64500
64485
  arguments: recordType(lazyType(() => RetrieveToolResponseBodyArguments$outboundSchema)).optional()
64501
64486
  });
64502
64487
  RetrieveToolResponseBodyHTTPTool$inboundSchema = objectType({
64503
- _id: stringType().default("tool_01KC3PKDF7QFNX93NKQBB8K1VH"),
64488
+ _id: stringType().default("tool_01KC6JYPB38X08DQ4BQ4F3A36M"),
64504
64489
  path: stringType(),
64505
64490
  key: stringType(),
64506
64491
  display_name: stringType().optional(),
@@ -64527,7 +64512,7 @@ var init_retrievetool = __esm(() => {
64527
64512
  });
64528
64513
  });
64529
64514
  RetrieveToolResponseBodyHTTPTool$outboundSchema = objectType({
64530
- id: stringType().default("tool_01KC3PKDF7QFNX93NKQBB8K1VH"),
64515
+ id: stringType().default("tool_01KC6JYPB38X08DQ4BQ4F3A36M"),
64531
64516
  path: stringType(),
64532
64517
  key: stringType(),
64533
64518
  displayName: stringType().optional(),
@@ -64586,7 +64571,7 @@ var init_retrievetool = __esm(() => {
64586
64571
  strict: booleanType().optional()
64587
64572
  });
64588
64573
  RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
64589
- _id: stringType().default("tool_01KC3PKDF62XNQVR13MZPBYXPM"),
64574
+ _id: stringType().default("tool_01KC6JYPB1CZPETYCG0Y1YT9WS"),
64590
64575
  path: stringType(),
64591
64576
  key: stringType(),
64592
64577
  display_name: stringType().optional(),
@@ -64614,7 +64599,7 @@ var init_retrievetool = __esm(() => {
64614
64599
  });
64615
64600
  });
64616
64601
  RetrieveToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
64617
- id: stringType().default("tool_01KC3PKDF62XNQVR13MZPBYXPM"),
64602
+ id: stringType().default("tool_01KC6JYPB1CZPETYCG0Y1YT9WS"),
64618
64603
  path: stringType(),
64619
64604
  key: stringType(),
64620
64605
  displayName: stringType().optional(),
@@ -64676,7 +64661,7 @@ var init_retrievetool = __esm(() => {
64676
64661
  parameters: lazyType(() => RetrieveToolResponseBodyParameters$outboundSchema).optional()
64677
64662
  });
64678
64663
  RetrieveToolResponseBodyFunctionTool$inboundSchema = objectType({
64679
- _id: stringType().default("tool_01KC3PKDF4H7BF4MS7T500H4WM"),
64664
+ _id: stringType().default("tool_01KC6JYPB08Z86F7VCJMSWK71G"),
64680
64665
  path: stringType(),
64681
64666
  key: stringType(),
64682
64667
  display_name: stringType().optional(),
@@ -64703,7 +64688,7 @@ var init_retrievetool = __esm(() => {
64703
64688
  });
64704
64689
  });
64705
64690
  RetrieveToolResponseBodyFunctionTool$outboundSchema = objectType({
64706
- id: stringType().default("tool_01KC3PKDF4H7BF4MS7T500H4WM"),
64691
+ id: stringType().default("tool_01KC6JYPB08Z86F7VCJMSWK71G"),
64707
64692
  path: stringType(),
64708
64693
  key: stringType(),
64709
64694
  displayName: stringType().optional(),
@@ -65481,13 +65466,13 @@ var init_runagent = __esm(() => {
65481
65466
  required: arrayType(stringType()).optional()
65482
65467
  });
65483
65468
  Tools$inboundSchema2 = objectType({
65484
- id: stringType().default("01KC3PKD0FNSQV194G2AR827BG"),
65469
+ id: stringType().default("01KC6JYNYT8158754QRDSW1ZX9"),
65485
65470
  name: stringType(),
65486
65471
  description: stringType().optional(),
65487
65472
  schema: lazyType(() => Schema$inboundSchema)
65488
65473
  });
65489
65474
  Tools$outboundSchema2 = objectType({
65490
- id: stringType().default("01KC3PKD0FNSQV194G2AR827BG"),
65475
+ id: stringType().default("01KC6JYNYT8158754QRDSW1ZX9"),
65491
65476
  name: stringType(),
65492
65477
  description: stringType().optional(),
65493
65478
  schema: lazyType(() => Schema$outboundSchema)
@@ -67691,13 +67676,13 @@ var init_streamrunagent2 = __esm(() => {
67691
67676
  required: arrayType(stringType()).optional()
67692
67677
  });
67693
67678
  AgentToolInputRunTools$inboundSchema = objectType({
67694
- id: stringType().default("01KC3PKD2A2173E2KBR5YEKRBA"),
67679
+ id: stringType().default("01KC6JYP0T71EE54ZH9RVVZWMV"),
67695
67680
  name: stringType(),
67696
67681
  description: stringType().optional(),
67697
67682
  schema: lazyType(() => AgentToolInputRunSchema$inboundSchema)
67698
67683
  });
67699
67684
  AgentToolInputRunTools$outboundSchema = objectType({
67700
- id: stringType().default("01KC3PKD2A2173E2KBR5YEKRBA"),
67685
+ id: stringType().default("01KC6JYP0T71EE54ZH9RVVZWMV"),
67701
67686
  name: stringType(),
67702
67687
  description: stringType().optional(),
67703
67688
  schema: lazyType(() => AgentToolInputRunSchema$outboundSchema)
@@ -70307,8 +70292,7 @@ var init_updatebudget = __esm(() => {
70307
70292
  };
70308
70293
  UpdateBudgetType = {
70309
70294
  ApiKey: "api_key",
70310
- Contact: "contact",
70311
- Workspace: "workspace"
70295
+ Contact: "contact"
70312
70296
  };
70313
70297
  UpdateBudgetPeriod = {
70314
70298
  Daily: "daily",
@@ -70406,7 +70390,7 @@ var init_updatebudget = __esm(() => {
70406
70390
  is_active: booleanType(),
70407
70391
  consumption: lazyType(() => UpdateBudgetConsumption$inboundSchema).optional(),
70408
70392
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
70409
- updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.548Z").transform((v2) => new Date(v2))
70393
+ updated: stringType().datetime({ offset: true }).default("2025-12-11T11:32:34.996Z").transform((v2) => new Date(v2))
70410
70394
  }).transform((v2) => {
70411
70395
  return remap(v2, {
70412
70396
  _id: "id",
@@ -70426,7 +70410,7 @@ var init_updatebudget = __esm(() => {
70426
70410
  isActive: booleanType(),
70427
70411
  consumption: lazyType(() => UpdateBudgetConsumption$outboundSchema).optional(),
70428
70412
  created: dateType().transform((v2) => v2.toISOString()).optional(),
70429
- updated: dateType().default(() => new Date("2025-12-10T08:38:35.548Z")).transform((v2) => v2.toISOString())
70413
+ updated: dateType().default(() => new Date("2025-12-11T11:32:34.996Z")).transform((v2) => v2.toISOString())
70430
70414
  }).transform((v2) => {
70431
70415
  return remap(v2, {
70432
70416
  id: "_id",
@@ -70582,7 +70566,7 @@ var init_updatecontact2 = __esm(() => {
70582
70566
  tags: arrayType(stringType()).optional(),
70583
70567
  metadata: recordType(anyType()).optional(),
70584
70568
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
70585
- updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
70569
+ updated: stringType().datetime({ offset: true }).default("2025-12-11T11:32:34.632Z").transform((v2) => new Date(v2))
70586
70570
  }).transform((v2) => {
70587
70571
  return remap(v2, {
70588
70572
  _id: "id",
@@ -70600,7 +70584,7 @@ var init_updatecontact2 = __esm(() => {
70600
70584
  tags: arrayType(stringType()).optional(),
70601
70585
  metadata: recordType(anyType()).optional(),
70602
70586
  created: dateType().transform((v2) => v2.toISOString()).optional(),
70603
- updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
70587
+ updated: dateType().default(() => new Date("2025-12-11T11:32:34.632Z")).transform((v2) => v2.toISOString())
70604
70588
  }).transform((v2) => {
70605
70589
  return remap(v2, {
70606
70590
  id: "_id",
@@ -70692,7 +70676,7 @@ var init_updateconversation2 = __esm(() => {
70692
70676
  });
70693
70677
  });
70694
70678
  UpdateConversationResponseBody$inboundSchema2 = objectType({
70695
- _id: stringType().default("conv_01kc3pkd4chwb8emxha7g9cr7k"),
70679
+ _id: stringType().default("conv_01kc6jyp2nnktr6hwd6nxvx3ab"),
70696
70680
  entity_id: stringType(),
70697
70681
  kind: UpdateConversationKind$inboundSchema,
70698
70682
  display_name: stringType(),
@@ -70713,7 +70697,7 @@ var init_updateconversation2 = __esm(() => {
70713
70697
  });
70714
70698
  });
70715
70699
  UpdateConversationResponseBody$outboundSchema2 = objectType({
70716
- id: stringType().default("conv_01kc3pkd4chwb8emxha7g9cr7k"),
70700
+ id: stringType().default("conv_01kc6jyp2nnktr6hwd6nxvx3ab"),
70717
70701
  entityId: stringType(),
70718
70702
  kind: UpdateConversationKind$outboundSchema,
70719
70703
  displayName: stringType(),
@@ -70822,7 +70806,7 @@ var init_updatedatapoint = __esm(() => {
70822
70806
  stringType(),
70823
70807
  arrayType(TextContentPartSchema$inboundSchema)
70824
70808
  ]),
70825
- tool_call_id: stringType(),
70809
+ tool_call_id: nullableType(stringType()),
70826
70810
  cache_control: lazyType(() => UpdateDatapointMessagesCacheControl$inboundSchema).optional()
70827
70811
  }).transform((v2) => {
70828
70812
  return remap(v2, {
@@ -70836,7 +70820,7 @@ var init_updatedatapoint = __esm(() => {
70836
70820
  stringType(),
70837
70821
  arrayType(TextContentPartSchema$outboundSchema)
70838
70822
  ]),
70839
- toolCallId: stringType(),
70823
+ toolCallId: nullableType(stringType()),
70840
70824
  cacheControl: lazyType(() => UpdateDatapointMessagesCacheControl$outboundSchema).optional()
70841
70825
  }).transform((v2) => {
70842
70826
  return remap(v2, {
@@ -71176,7 +71160,7 @@ var init_updatedatapoint = __esm(() => {
71176
71160
  stringType(),
71177
71161
  arrayType(TextContentPartSchema$inboundSchema)
71178
71162
  ]),
71179
- tool_call_id: stringType(),
71163
+ tool_call_id: nullableType(stringType()),
71180
71164
  cache_control: lazyType(() => UpdateDatapointMessagesDatasetsCacheControl$inboundSchema).optional()
71181
71165
  }).transform((v2) => {
71182
71166
  return remap(v2, {
@@ -71190,7 +71174,7 @@ var init_updatedatapoint = __esm(() => {
71190
71174
  stringType(),
71191
71175
  arrayType(TextContentPartSchema$outboundSchema)
71192
71176
  ]),
71193
- toolCallId: stringType(),
71177
+ toolCallId: nullableType(stringType()),
71194
71178
  cacheControl: lazyType(() => UpdateDatapointMessagesDatasetsCacheControl$outboundSchema).optional()
71195
71179
  }).transform((v2) => {
71196
71180
  return remap(v2, {
@@ -71462,7 +71446,7 @@ var init_updatedatapoint = __esm(() => {
71462
71446
  human_review_id: stringType(),
71463
71447
  source: UpdateDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
71464
71448
  reviewed_by_id: stringType(),
71465
- reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.278Z").transform((v2) => new Date(v2)),
71449
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T11:32:45.759Z").transform((v2) => new Date(v2)),
71466
71450
  type: literalType("string_array"),
71467
71451
  values: arrayType(stringType())
71468
71452
  }).transform((v2) => {
@@ -71479,7 +71463,7 @@ var init_updatedatapoint = __esm(() => {
71479
71463
  humanReviewId: stringType(),
71480
71464
  source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
71481
71465
  reviewedById: stringType(),
71482
- reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.278Z")).transform((v2) => v2.toISOString()),
71466
+ reviewedAt: dateType().default(() => new Date("2025-12-11T11:32:45.759Z")).transform((v2) => v2.toISOString()),
71483
71467
  type: literalType("string_array"),
71484
71468
  values: arrayType(stringType())
71485
71469
  }).transform((v2) => {
@@ -71500,7 +71484,7 @@ var init_updatedatapoint = __esm(() => {
71500
71484
  human_review_id: stringType(),
71501
71485
  source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
71502
71486
  reviewed_by_id: stringType(),
71503
- reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.278Z").transform((v2) => new Date(v2)),
71487
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T11:32:45.759Z").transform((v2) => new Date(v2)),
71504
71488
  type: literalType("number"),
71505
71489
  value: numberType()
71506
71490
  }).transform((v2) => {
@@ -71517,7 +71501,7 @@ var init_updatedatapoint = __esm(() => {
71517
71501
  humanReviewId: stringType(),
71518
71502
  source: UpdateDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
71519
71503
  reviewedById: stringType(),
71520
- reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.278Z")).transform((v2) => v2.toISOString()),
71504
+ reviewedAt: dateType().default(() => new Date("2025-12-11T11:32:45.759Z")).transform((v2) => v2.toISOString()),
71521
71505
  type: literalType("number"),
71522
71506
  value: numberType()
71523
71507
  }).transform((v2) => {
@@ -71538,7 +71522,7 @@ var init_updatedatapoint = __esm(() => {
71538
71522
  human_review_id: stringType(),
71539
71523
  source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
71540
71524
  reviewed_by_id: stringType(),
71541
- reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.277Z").transform((v2) => new Date(v2)),
71525
+ reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T11:32:45.758Z").transform((v2) => new Date(v2)),
71542
71526
  type: literalType("string"),
71543
71527
  value: stringType()
71544
71528
  }).transform((v2) => {
@@ -71555,7 +71539,7 @@ var init_updatedatapoint = __esm(() => {
71555
71539
  humanReviewId: stringType(),
71556
71540
  source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
71557
71541
  reviewedById: stringType(),
71558
- reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.277Z")).transform((v2) => v2.toISOString()),
71542
+ reviewedAt: dateType().default(() => new Date("2025-12-11T11:32:45.758Z")).transform((v2) => v2.toISOString()),
71559
71543
  type: literalType("string"),
71560
71544
  value: stringType()
71561
71545
  }).transform((v2) => {
@@ -71598,7 +71582,7 @@ var init_updatedatapoint = __esm(() => {
71598
71582
  created_by_id: stringType().optional(),
71599
71583
  updated_by_id: stringType().optional(),
71600
71584
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
71601
- updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
71585
+ updated: stringType().datetime({ offset: true }).default("2025-12-11T11:32:34.632Z").transform((v2) => new Date(v2))
71602
71586
  }).transform((v2) => {
71603
71587
  return remap(v2, {
71604
71588
  _id: "id",
@@ -71632,7 +71616,7 @@ var init_updatedatapoint = __esm(() => {
71632
71616
  createdById: stringType().optional(),
71633
71617
  updatedById: stringType().optional(),
71634
71618
  created: dateType().transform((v2) => v2.toISOString()).optional(),
71635
- updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
71619
+ updated: dateType().default(() => new Date("2025-12-11T11:32:34.632Z")).transform((v2) => v2.toISOString())
71636
71620
  }).transform((v2) => {
71637
71621
  return remap(v2, {
71638
71622
  id: "_id",
@@ -71716,7 +71700,7 @@ var init_updatedataset = __esm(() => {
71716
71700
  created_by_id: stringType().optional(),
71717
71701
  updated_by_id: stringType().optional(),
71718
71702
  created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
71719
- updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
71703
+ updated: stringType().datetime({ offset: true }).default("2025-12-11T11:32:34.632Z").transform((v2) => new Date(v2))
71720
71704
  }).transform((v2) => {
71721
71705
  return remap(v2, {
71722
71706
  _id: "id",
@@ -71736,7 +71720,7 @@ var init_updatedataset = __esm(() => {
71736
71720
  createdById: stringType().optional(),
71737
71721
  updatedById: stringType().optional(),
71738
71722
  created: dateType().transform((v2) => v2.toISOString()).optional(),
71739
- updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
71723
+ updated: dateType().default(() => new Date("2025-12-11T11:32:34.632Z")).transform((v2) => v2.toISOString())
71740
71724
  }).transform((v2) => {
71741
71725
  return remap(v2, {
71742
71726
  id: "_id",
@@ -71800,7 +71784,7 @@ var init_updatedatasource = __esm(() => {
71800
71784
  UpdateDatasourceStatus$inboundSchema = nativeEnumType(UpdateDatasourceStatus);
71801
71785
  UpdateDatasourceStatus$outboundSchema = UpdateDatasourceStatus$inboundSchema;
71802
71786
  UpdateDatasourceResponseBody$inboundSchema = objectType({
71803
- _id: stringType().default("01KC3PKDJWMN3CS0Q6GGVTZG8C"),
71787
+ _id: stringType().default("01KC6JYPE007XNYJS5C9QGNGDT"),
71804
71788
  display_name: stringType(),
71805
71789
  description: stringType().optional(),
71806
71790
  status: UpdateDatasourceStatus$inboundSchema,
@@ -71823,7 +71807,7 @@ var init_updatedatasource = __esm(() => {
71823
71807
  });
71824
71808
  });
71825
71809
  UpdateDatasourceResponseBody$outboundSchema = objectType({
71826
- id: stringType().default("01KC3PKDJWMN3CS0Q6GGVTZG8C"),
71810
+ id: stringType().default("01KC6JYPE007XNYJS5C9QGNGDT"),
71827
71811
  displayName: stringType(),
71828
71812
  description: stringType().optional(),
71829
71813
  status: UpdateDatasourceStatus$outboundSchema,
@@ -72336,8 +72320,8 @@ var init_updateeval2 = __esm(() => {
72336
72320
  ResponseBodyTypescript$inboundSchema = objectType({
72337
72321
  _id: stringType(),
72338
72322
  description: stringType(),
72339
- created: stringType().default("2025-12-10T08:38:37.306Z"),
72340
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
72323
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
72324
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
72341
72325
  guardrail_config: unionType([
72342
72326
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
72343
72327
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
@@ -72354,8 +72338,8 @@ var init_updateeval2 = __esm(() => {
72354
72338
  ResponseBodyTypescript$outboundSchema = objectType({
72355
72339
  id: stringType(),
72356
72340
  description: stringType(),
72357
- created: stringType().default("2025-12-10T08:38:37.306Z"),
72358
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
72341
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
72342
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
72359
72343
  guardrailConfig: unionType([
72360
72344
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
72361
72345
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
@@ -72406,8 +72390,8 @@ var init_updateeval2 = __esm(() => {
72406
72390
  ResponseBodyRagas$inboundSchema = objectType({
72407
72391
  _id: stringType(),
72408
72392
  description: stringType(),
72409
- created: stringType().default("2025-12-10T08:38:37.306Z"),
72410
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
72393
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
72394
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
72411
72395
  guardrail_config: unionType([
72412
72396
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
72413
72397
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
@@ -72426,8 +72410,8 @@ var init_updateeval2 = __esm(() => {
72426
72410
  ResponseBodyRagas$outboundSchema = objectType({
72427
72411
  id: stringType(),
72428
72412
  description: stringType(),
72429
- created: stringType().default("2025-12-10T08:38:37.306Z"),
72430
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
72413
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
72414
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
72431
72415
  guardrailConfig: unionType([
72432
72416
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
72433
72417
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
@@ -72762,8 +72746,8 @@ var init_updateeval2 = __esm(() => {
72762
72746
  ResponseBodyFunction$inboundSchema = objectType({
72763
72747
  _id: stringType(),
72764
72748
  description: stringType(),
72765
- created: stringType().default("2025-12-10T08:38:37.306Z"),
72766
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
72749
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
72750
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
72767
72751
  guardrail_config: unionType([
72768
72752
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
72769
72753
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
@@ -72814,8 +72798,8 @@ var init_updateeval2 = __esm(() => {
72814
72798
  ResponseBodyFunction$outboundSchema = objectType({
72815
72799
  id: stringType(),
72816
72800
  description: stringType(),
72817
- created: stringType().default("2025-12-10T08:38:37.306Z"),
72818
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
72801
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
72802
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
72819
72803
  guardrailConfig: unionType([
72820
72804
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
72821
72805
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
@@ -72898,8 +72882,8 @@ var init_updateeval2 = __esm(() => {
72898
72882
  UpdateEvalResponseBodyPython$inboundSchema = objectType({
72899
72883
  _id: stringType(),
72900
72884
  description: stringType(),
72901
- created: stringType().default("2025-12-10T08:38:37.306Z"),
72902
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
72885
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
72886
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
72903
72887
  guardrail_config: unionType([
72904
72888
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
72905
72889
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
@@ -72916,8 +72900,8 @@ var init_updateeval2 = __esm(() => {
72916
72900
  UpdateEvalResponseBodyPython$outboundSchema = objectType({
72917
72901
  id: stringType(),
72918
72902
  description: stringType(),
72919
- created: stringType().default("2025-12-10T08:38:37.306Z"),
72920
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
72903
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
72904
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
72921
72905
  guardrailConfig: unionType([
72922
72906
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
72923
72907
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
@@ -72968,8 +72952,8 @@ var init_updateeval2 = __esm(() => {
72968
72952
  UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
72969
72953
  _id: stringType(),
72970
72954
  description: stringType(),
72971
- created: stringType().default("2025-12-10T08:38:37.306Z"),
72972
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
72955
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
72956
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
72973
72957
  guardrail_config: unionType([
72974
72958
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
72975
72959
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
@@ -72989,8 +72973,8 @@ var init_updateeval2 = __esm(() => {
72989
72973
  UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
72990
72974
  id: stringType(),
72991
72975
  description: stringType(),
72992
- created: stringType().default("2025-12-10T08:38:37.306Z"),
72993
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
72976
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
72977
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
72994
72978
  guardrailConfig: unionType([
72995
72979
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
72996
72980
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
@@ -73042,8 +73026,8 @@ var init_updateeval2 = __esm(() => {
73042
73026
  UpdateEvalResponseBodyJSON$inboundSchema = objectType({
73043
73027
  _id: stringType(),
73044
73028
  description: stringType(),
73045
- created: stringType().default("2025-12-10T08:38:37.306Z"),
73046
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
73029
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
73030
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
73047
73031
  guardrail_config: unionType([
73048
73032
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
73049
73033
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
@@ -73060,8 +73044,8 @@ var init_updateeval2 = __esm(() => {
73060
73044
  UpdateEvalResponseBodyJSON$outboundSchema = objectType({
73061
73045
  id: stringType(),
73062
73046
  description: stringType(),
73063
- created: stringType().default("2025-12-10T08:38:37.306Z"),
73064
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
73047
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
73048
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
73065
73049
  guardrailConfig: unionType([
73066
73050
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
73067
73051
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
@@ -73110,8 +73094,8 @@ var init_updateeval2 = __esm(() => {
73110
73094
  UpdateEvalResponseBodyLLM$inboundSchema = objectType({
73111
73095
  _id: stringType(),
73112
73096
  description: stringType(),
73113
- created: stringType().default("2025-12-10T08:38:37.306Z"),
73114
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
73097
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
73098
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
73115
73099
  guardrail_config: unionType([
73116
73100
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
73117
73101
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
@@ -73129,8 +73113,8 @@ var init_updateeval2 = __esm(() => {
73129
73113
  UpdateEvalResponseBodyLLM$outboundSchema = objectType({
73130
73114
  id: stringType(),
73131
73115
  description: stringType(),
73132
- created: stringType().default("2025-12-10T08:38:37.306Z"),
73133
- updated: stringType().default("2025-12-10T08:38:37.306Z"),
73116
+ created: stringType().default("2025-12-11T11:32:36.674Z"),
73117
+ updated: stringType().default("2025-12-11T11:32:36.674Z"),
73134
73118
  guardrailConfig: unionType([
73135
73119
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
73136
73120
  lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
@@ -73837,7 +73821,8 @@ var init_updatememorystore = __esm(() => {
73837
73821
  Mistral: "mistral",
73838
73822
  Deepseek: "deepseek",
73839
73823
  Contextualai: "contextualai",
73840
- Moonshotai: "moonshotai"
73824
+ Moonshotai: "moonshotai",
73825
+ Zai: "zai"
73841
73826
  };
73842
73827
  UpdateMemoryStoreRequestBody$inboundSchema = objectType({
73843
73828
  description: stringType().optional(),
@@ -74024,7 +74009,8 @@ var init_updateprompt2 = __esm(() => {
74024
74009
  Mistral: "mistral",
74025
74010
  Deepseek: "deepseek",
74026
74011
  Contextualai: "contextualai",
74027
- Moonshotai: "moonshotai"
74012
+ Moonshotai: "moonshotai",
74013
+ Zai: "zai"
74028
74014
  };
74029
74015
  UpdatePromptRole = {
74030
74016
  System: "system",
@@ -74195,7 +74181,8 @@ var init_updateprompt2 = __esm(() => {
74195
74181
  Mistral: "mistral",
74196
74182
  Deepseek: "deepseek",
74197
74183
  Contextualai: "contextualai",
74198
- Moonshotai: "moonshotai"
74184
+ Moonshotai: "moonshotai",
74185
+ Zai: "zai"
74199
74186
  };
74200
74187
  UpdatePromptPromptsRole = {
74201
74188
  System: "system",
@@ -74625,7 +74612,7 @@ var init_updateprompt2 = __esm(() => {
74625
74612
  stringType(),
74626
74613
  arrayType(TextContentPartSchema$inboundSchema)
74627
74614
  ]),
74628
- tool_call_id: stringType(),
74615
+ tool_call_id: nullableType(stringType()),
74629
74616
  cache_control: lazyType(() => UpdatePromptMessagesCacheControl$inboundSchema).optional()
74630
74617
  }).transform((v2) => {
74631
74618
  return remap(v2, {
@@ -74639,7 +74626,7 @@ var init_updateprompt2 = __esm(() => {
74639
74626
  stringType(),
74640
74627
  arrayType(TextContentPartSchema$outboundSchema)
74641
74628
  ]),
74642
- toolCallId: stringType(),
74629
+ toolCallId: nullableType(stringType()),
74643
74630
  cacheControl: lazyType(() => UpdatePromptMessagesCacheControl$outboundSchema).optional()
74644
74631
  }).transform((v2) => {
74645
74632
  return remap(v2, {
@@ -75642,13 +75629,13 @@ var init_updatetool2 = __esm(() => {
75642
75629
  required: arrayType(stringType()).optional()
75643
75630
  });
75644
75631
  RequestBodyTools$inboundSchema = objectType({
75645
- id: stringType().default("01KC3PKDEHMHH0PMXBCMY9AG1V"),
75632
+ id: stringType().default("01KC6JYPA971CZWAC4Z4DN9AAH"),
75646
75633
  name: stringType(),
75647
75634
  description: stringType().optional(),
75648
75635
  schema: lazyType(() => UpdateToolRequestBodyToolsSchema$inboundSchema)
75649
75636
  });
75650
75637
  RequestBodyTools$outboundSchema = objectType({
75651
- id: stringType().default("01KC3PKDEHMHH0PMXBCMY9AG1V"),
75638
+ id: stringType().default("01KC6JYPA971CZWAC4Z4DN9AAH"),
75652
75639
  name: stringType(),
75653
75640
  description: stringType().optional(),
75654
75641
  schema: lazyType(() => UpdateToolRequestBodyToolsSchema$outboundSchema)
@@ -75988,7 +75975,7 @@ var init_updatetool2 = __esm(() => {
75988
75975
  code: stringType()
75989
75976
  });
75990
75977
  UpdateToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
75991
- _id: stringType().default("tool_01KC3PKDEBFGVZ26CPEV73096E"),
75978
+ _id: stringType().default("tool_01KC6JYPA3SHPMHVHQ5VN00SV4"),
75992
75979
  path: stringType(),
75993
75980
  key: stringType(),
75994
75981
  display_name: stringType().optional(),
@@ -76016,7 +76003,7 @@ var init_updatetool2 = __esm(() => {
76016
76003
  });
76017
76004
  });
76018
76005
  UpdateToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
76019
- id: stringType().default("tool_01KC3PKDEBFGVZ26CPEV73096E"),
76006
+ id: stringType().default("tool_01KC6JYPA3SHPMHVHQ5VN00SV4"),
76020
76007
  path: stringType(),
76021
76008
  key: stringType(),
76022
76009
  displayName: stringType().optional(),
@@ -76066,13 +76053,13 @@ var init_updatetool2 = __esm(() => {
76066
76053
  required: arrayType(stringType()).optional()
76067
76054
  });
76068
76055
  UpdateToolResponseBodyTools$inboundSchema = objectType({
76069
- id: stringType().default("01KC3PKDEANV1YVFQPB8WNKK4J"),
76056
+ id: stringType().default("01KC6JYPA2VT1CMTEPY631WBSG"),
76070
76057
  name: stringType(),
76071
76058
  description: stringType().optional(),
76072
76059
  schema: lazyType(() => UpdateToolResponseBodyToolsSchema$inboundSchema)
76073
76060
  });
76074
76061
  UpdateToolResponseBodyTools$outboundSchema = objectType({
76075
- id: stringType().default("01KC3PKDEANV1YVFQPB8WNKK4J"),
76062
+ id: stringType().default("01KC6JYPA2VT1CMTEPY631WBSG"),
76076
76063
  name: stringType(),
76077
76064
  description: stringType().optional(),
76078
76065
  schema: lazyType(() => UpdateToolResponseBodyToolsSchema$outboundSchema)
@@ -76102,7 +76089,7 @@ var init_updatetool2 = __esm(() => {
76102
76089
  });
76103
76090
  });
76104
76091
  UpdateToolResponseBodyMCPTool$inboundSchema = objectType({
76105
- _id: stringType().default("tool_01KC3PKDE8J228YQ7ZH3F1G44Q"),
76092
+ _id: stringType().default("tool_01KC6JYPA0RNVN6QGVD66NN5VP"),
76106
76093
  path: stringType(),
76107
76094
  key: stringType(),
76108
76095
  display_name: stringType().optional(),
@@ -76129,7 +76116,7 @@ var init_updatetool2 = __esm(() => {
76129
76116
  });
76130
76117
  });
76131
76118
  UpdateToolResponseBodyMCPTool$outboundSchema = objectType({
76132
- id: stringType().default("tool_01KC3PKDE8J228YQ7ZH3F1G44Q"),
76119
+ id: stringType().default("tool_01KC6JYPA0RNVN6QGVD66NN5VP"),
76133
76120
  path: stringType(),
76134
76121
  key: stringType(),
76135
76122
  displayName: stringType().optional(),
@@ -76216,7 +76203,7 @@ var init_updatetool2 = __esm(() => {
76216
76203
  arguments: recordType(lazyType(() => UpdateToolResponseBodyArguments$outboundSchema)).optional()
76217
76204
  });
76218
76205
  UpdateToolResponseBodyHTTPTool$inboundSchema = objectType({
76219
- _id: stringType().default("tool_01KC3PKDE515RNTPZRZFXXZ41C"),
76206
+ _id: stringType().default("tool_01KC6JYP9X72CXN993SV44MQHN"),
76220
76207
  path: stringType(),
76221
76208
  key: stringType(),
76222
76209
  display_name: stringType().optional(),
@@ -76243,7 +76230,7 @@ var init_updatetool2 = __esm(() => {
76243
76230
  });
76244
76231
  });
76245
76232
  UpdateToolResponseBodyHTTPTool$outboundSchema = objectType({
76246
- id: stringType().default("tool_01KC3PKDE515RNTPZRZFXXZ41C"),
76233
+ id: stringType().default("tool_01KC6JYP9X72CXN993SV44MQHN"),
76247
76234
  path: stringType(),
76248
76235
  key: stringType(),
76249
76236
  displayName: stringType().optional(),
@@ -76302,7 +76289,7 @@ var init_updatetool2 = __esm(() => {
76302
76289
  strict: booleanType().optional()
76303
76290
  });
76304
76291
  UpdateToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
76305
- _id: stringType().default("tool_01KC3PKDE3RP4GPNKRGE5HANG5"),
76292
+ _id: stringType().default("tool_01KC6JYP9VAATB3F1ZHB9NKZK6"),
76306
76293
  path: stringType(),
76307
76294
  key: stringType(),
76308
76295
  display_name: stringType().optional(),
@@ -76330,7 +76317,7 @@ var init_updatetool2 = __esm(() => {
76330
76317
  });
76331
76318
  });
76332
76319
  UpdateToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
76333
- id: stringType().default("tool_01KC3PKDE3RP4GPNKRGE5HANG5"),
76320
+ id: stringType().default("tool_01KC6JYP9VAATB3F1ZHB9NKZK6"),
76334
76321
  path: stringType(),
76335
76322
  key: stringType(),
76336
76323
  displayName: stringType().optional(),
@@ -76392,7 +76379,7 @@ var init_updatetool2 = __esm(() => {
76392
76379
  parameters: lazyType(() => UpdateToolResponseBodyParameters$outboundSchema).optional()
76393
76380
  });
76394
76381
  UpdateToolResponseBodyFunctionTool$inboundSchema = objectType({
76395
- _id: stringType().default("tool_01KC3PKDE0DT1WNCF1F0PS89YB"),
76382
+ _id: stringType().default("tool_01KC6JYP9SQ0M0A97RFY0777CQ"),
76396
76383
  path: stringType(),
76397
76384
  key: stringType(),
76398
76385
  display_name: stringType().optional(),
@@ -76419,7 +76406,7 @@ var init_updatetool2 = __esm(() => {
76419
76406
  });
76420
76407
  });
76421
76408
  UpdateToolResponseBodyFunctionTool$outboundSchema = objectType({
76422
- id: stringType().default("tool_01KC3PKDE0DT1WNCF1F0PS89YB"),
76409
+ id: stringType().default("tool_01KC6JYP9SQ0M0A97RFY0777CQ"),
76423
76410
  path: stringType(),
76424
76411
  key: stringType(),
76425
76412
  displayName: stringType().optional(),
@@ -77785,7 +77772,7 @@ var init_budgetsCreate2 = __esm(() => {
77785
77772
  name: "budgets-create",
77786
77773
  description: `Create budget configuration
77787
77774
 
77788
- Create a new budget configuration for an API key, contact, or workspace. For API keys, provide the API key value (e.g., sk_live_xxx) in entity_id field. For contacts, provide the external ID in entity_id field. For workspaces, only the type field is required (entity_id is not needed). Only one budget can exist per workspace.`,
77775
+ Create a new budget configuration for an API key or contact. For API keys, provide the API key value (e.g., sk_live_xxx) in entity_id field. For contacts, provide the external ID in entity_id field.`,
77789
77776
  args: args11,
77790
77777
  tool: async (client, args12, ctx) => {
77791
77778
  const [result, apiCall] = await budgetsCreate(client, args12.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
@@ -78100,7 +78087,7 @@ var init_budgetsList2 = __esm(() => {
78100
78087
  name: "budgets-list",
78101
78088
  description: `List budget configurations
78102
78089
 
78103
- Retrieves a paginated list of budget configurations in your workspace. Supports filtering by type (contact or workspace). For workspace budgets, only one budget can exist per workspace.`,
78090
+ Retrieves a paginated list of budget configurations in your workspace. Supports filtering by type (contact).`,
78104
78091
  args: args14,
78105
78092
  tool: async (client, args15, ctx) => {
78106
78093
  const [result, apiCall] = await budgetsList(client, args15.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
@@ -87417,7 +87404,7 @@ Updates a tool in the workspace.`,
87417
87404
  function createMCPServer(deps) {
87418
87405
  const server = new McpServer({
87419
87406
  name: "Orq",
87420
- version: "4.1.0-rc.36"
87407
+ version: "4.1.0-rc.38"
87421
87408
  });
87422
87409
  const client = new OrqCore({
87423
87410
  apiKey: deps.apiKey,
@@ -88839,7 +88826,7 @@ var routes = rn({
88839
88826
  var app = Ve(routes, {
88840
88827
  name: "mcp",
88841
88828
  versionInfo: {
88842
- currentVersion: "4.1.0-rc.36"
88829
+ currentVersion: "4.1.0-rc.38"
88843
88830
  }
88844
88831
  });
88845
88832
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -88847,5 +88834,5 @@ export {
88847
88834
  app
88848
88835
  };
88849
88836
 
88850
- //# debugId=210344EE145311E564756E2164756E21
88837
+ //# debugId=A2F69F18F6EADA2364756E2164756E21
88851
88838
  //# sourceMappingURL=mcp-server.js.map