@orq-ai/node 3.14.35 → 3.14.37

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 (228) hide show
  1. package/README.md +1 -1
  2. package/bin/mcp-server.js +529 -517
  3. package/bin/mcp-server.js.map +52 -52
  4. package/docs/sdks/deployments/README.md +43 -43
  5. package/examples/package-lock.json +2 -8
  6. package/funcs/deploymentsInvoke.d.ts +1 -1
  7. package/funcs/deploymentsInvoke.d.ts.map +1 -1
  8. package/funcs/deploymentsInvoke.js +1 -1
  9. package/funcs/deploymentsInvoke.js.map +1 -1
  10. package/jsr.json +1 -1
  11. package/lib/config.d.ts +3 -3
  12. package/lib/config.js +3 -3
  13. package/mcp-server/mcp-server.js +1 -1
  14. package/mcp-server/server.js +2 -2
  15. package/mcp-server/server.js.map +1 -1
  16. package/mcp-server/tools/deploymentsInvoke.d.ts +1 -1
  17. package/mcp-server/tools/deploymentsInvoke.js +1 -1
  18. package/mcp-server/tools/deploymentsInvoke.js.map +1 -1
  19. package/models/components/index.d.ts +1 -1
  20. package/models/components/index.d.ts.map +1 -1
  21. package/models/components/index.js +1 -1
  22. package/models/components/index.js.map +1 -1
  23. package/models/components/{deployments.d.ts → invokedeploymentrequest.d.ts} +280 -266
  24. package/models/components/invokedeploymentrequest.d.ts.map +1 -0
  25. package/models/components/{deployments.js → invokedeploymentrequest.js} +377 -363
  26. package/models/components/invokedeploymentrequest.js.map +1 -0
  27. package/models/operations/createbudget.js +2 -2
  28. package/models/operations/createcontact.js +2 -2
  29. package/models/operations/createdataset.js +2 -2
  30. package/models/operations/createdatasetitem.js +8 -8
  31. package/models/operations/createdatasource.js +2 -2
  32. package/models/operations/createeval.js +28 -28
  33. package/models/operations/createprompt.d.ts +2 -0
  34. package/models/operations/createprompt.d.ts.map +1 -1
  35. package/models/operations/createprompt.js +2 -0
  36. package/models/operations/createprompt.js.map +1 -1
  37. package/models/operations/createtool.js +10 -10
  38. package/models/operations/deploymentgetconfig.d.ts +42 -32
  39. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  40. package/models/operations/deploymentgetconfig.js +42 -42
  41. package/models/operations/deploymentgetconfig.js.map +1 -1
  42. package/models/operations/deploymentinvoke.d.ts +15 -15
  43. package/models/operations/deploymentinvoke.d.ts.map +1 -1
  44. package/models/operations/deploymentinvoke.js +17 -17
  45. package/models/operations/deploymentinvoke.js.map +1 -1
  46. package/models/operations/deployments.d.ts +1 -0
  47. package/models/operations/deployments.d.ts.map +1 -1
  48. package/models/operations/deployments.js +1 -0
  49. package/models/operations/deployments.js.map +1 -1
  50. package/models/operations/deploymentstream.d.ts +41 -32
  51. package/models/operations/deploymentstream.d.ts.map +1 -1
  52. package/models/operations/deploymentstream.js +42 -41
  53. package/models/operations/deploymentstream.js.map +1 -1
  54. package/models/operations/duplicatetool.js +10 -10
  55. package/models/operations/fileget.js +2 -2
  56. package/models/operations/filelist.js +2 -2
  57. package/models/operations/fileupload.js +2 -2
  58. package/models/operations/getallprompts.d.ts +1 -0
  59. package/models/operations/getallprompts.d.ts.map +1 -1
  60. package/models/operations/getallprompts.js +1 -0
  61. package/models/operations/getallprompts.js.map +1 -1
  62. package/models/operations/getalltools.js +10 -10
  63. package/models/operations/getbudget.js +2 -2
  64. package/models/operations/getevals.js +28 -28
  65. package/models/operations/getoneprompt.d.ts +1 -0
  66. package/models/operations/getoneprompt.d.ts.map +1 -1
  67. package/models/operations/getoneprompt.js +1 -0
  68. package/models/operations/getoneprompt.js.map +1 -1
  69. package/models/operations/getpromptversion.d.ts +1 -0
  70. package/models/operations/getpromptversion.d.ts.map +1 -1
  71. package/models/operations/getpromptversion.js +1 -0
  72. package/models/operations/getpromptversion.js.map +1 -1
  73. package/models/operations/listbudgets.js +2 -2
  74. package/models/operations/listcontacts.js +2 -2
  75. package/models/operations/listdatasetdatapoints.js +8 -8
  76. package/models/operations/listdatasets.js +2 -2
  77. package/models/operations/listdatasources.js +2 -2
  78. package/models/operations/listpromptversions.d.ts +1 -0
  79. package/models/operations/listpromptversions.d.ts.map +1 -1
  80. package/models/operations/listpromptversions.js +1 -0
  81. package/models/operations/listpromptversions.js.map +1 -1
  82. package/models/operations/retrievecontact.js +2 -2
  83. package/models/operations/retrievedatapoint.js +8 -8
  84. package/models/operations/retrievedataset.js +2 -2
  85. package/models/operations/retrievedatasource.js +2 -2
  86. package/models/operations/retrievetool.js +10 -10
  87. package/models/operations/searchknowledge.d.ts +41 -32
  88. package/models/operations/searchknowledge.d.ts.map +1 -1
  89. package/models/operations/searchknowledge.js +40 -40
  90. package/models/operations/searchknowledge.js.map +1 -1
  91. package/models/operations/updatebudget.js +2 -2
  92. package/models/operations/updatecontact.js +2 -2
  93. package/models/operations/updatedatapoint.js +8 -8
  94. package/models/operations/updatedataset.js +2 -2
  95. package/models/operations/updatedatasource.js +2 -2
  96. package/models/operations/updateeval.js +28 -28
  97. package/models/operations/updateprompt.d.ts +2 -0
  98. package/models/operations/updateprompt.d.ts.map +1 -1
  99. package/models/operations/updateprompt.js +2 -0
  100. package/models/operations/updateprompt.js.map +1 -1
  101. package/models/operations/updatetool.js +10 -10
  102. package/package.json +2 -6
  103. package/packages/orq-rc/README.md +25 -23
  104. package/packages/orq-rc/docs/sdks/deployments/README.md +43 -43
  105. package/packages/orq-rc/docs/sdks/tools/README.md +93 -12
  106. package/packages/orq-rc/examples/package-lock.json +1 -1
  107. package/packages/orq-rc/jsr.json +1 -1
  108. package/packages/orq-rc/package-lock.json +2 -2
  109. package/packages/orq-rc/package.json +1 -1
  110. package/packages/orq-rc/src/funcs/deploymentsInvoke.ts +3 -3
  111. package/packages/orq-rc/src/funcs/toolsCreate.ts +11 -2
  112. package/packages/orq-rc/src/funcs/toolsSync.ts +176 -0
  113. package/packages/orq-rc/src/lib/config.ts +3 -3
  114. package/packages/orq-rc/src/mcp-server/mcp-server.ts +1 -1
  115. package/packages/orq-rc/src/mcp-server/server.ts +4 -2
  116. package/packages/orq-rc/src/mcp-server/tools/deploymentsInvoke.ts +1 -1
  117. package/packages/orq-rc/src/mcp-server/tools/toolsSync.ts +37 -0
  118. package/packages/orq-rc/src/models/components/index.ts +1 -1
  119. package/packages/orq-rc/src/models/components/{deployments.ts → invokedeploymentrequest.ts} +822 -728
  120. package/packages/orq-rc/src/models/operations/createagent.ts +114 -40
  121. package/packages/orq-rc/src/models/operations/createbudget.ts +2 -2
  122. package/packages/orq-rc/src/models/operations/createcontact.ts +2 -2
  123. package/packages/orq-rc/src/models/operations/createdataset.ts +2 -2
  124. package/packages/orq-rc/src/models/operations/createdatasetitem.ts +8 -8
  125. package/packages/orq-rc/src/models/operations/createdatasource.ts +2 -2
  126. package/packages/orq-rc/src/models/operations/createeval.ts +28 -28
  127. package/packages/orq-rc/src/models/operations/createprompt.ts +2 -0
  128. package/packages/orq-rc/src/models/operations/createtool.ts +873 -277
  129. package/packages/orq-rc/src/models/operations/deploymentgetconfig.ts +107 -86
  130. package/packages/orq-rc/src/models/operations/deploymentinvoke.ts +35 -35
  131. package/packages/orq-rc/src/models/operations/deployments.ts +1 -0
  132. package/packages/orq-rc/src/models/operations/deploymentstream.ts +80 -78
  133. package/packages/orq-rc/src/models/operations/duplicateagent.ts +0 -37
  134. package/packages/orq-rc/src/models/operations/duplicatetool.ts +466 -87
  135. package/packages/orq-rc/src/models/operations/fileget.ts +2 -2
  136. package/packages/orq-rc/src/models/operations/filelist.ts +2 -2
  137. package/packages/orq-rc/src/models/operations/fileupload.ts +2 -2
  138. package/packages/orq-rc/src/models/operations/getagent.ts +0 -38
  139. package/packages/orq-rc/src/models/operations/getallprompts.ts +1 -0
  140. package/packages/orq-rc/src/models/operations/getalltools.ts +447 -96
  141. package/packages/orq-rc/src/models/operations/getbudget.ts +2 -2
  142. package/packages/orq-rc/src/models/operations/getevals.ts +28 -28
  143. package/packages/orq-rc/src/models/operations/getoneprompt.ts +1 -0
  144. package/packages/orq-rc/src/models/operations/getpromptversion.ts +1 -0
  145. package/packages/orq-rc/src/models/operations/index.ts +1 -0
  146. package/packages/orq-rc/src/models/operations/listagents.ts +0 -37
  147. package/packages/orq-rc/src/models/operations/listbudgets.ts +2 -2
  148. package/packages/orq-rc/src/models/operations/listcontacts.ts +2 -2
  149. package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +8 -8
  150. package/packages/orq-rc/src/models/operations/listdatasets.ts +2 -2
  151. package/packages/orq-rc/src/models/operations/listdatasources.ts +2 -2
  152. package/packages/orq-rc/src/models/operations/listpromptversions.ts +1 -0
  153. package/packages/orq-rc/src/models/operations/retrievecontact.ts +2 -2
  154. package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +8 -8
  155. package/packages/orq-rc/src/models/operations/retrievedataset.ts +2 -2
  156. package/packages/orq-rc/src/models/operations/retrievedatasource.ts +2 -2
  157. package/packages/orq-rc/src/models/operations/retrievetool.ts +466 -85
  158. package/packages/orq-rc/src/models/operations/runagent.ts +656 -25
  159. package/packages/orq-rc/src/models/operations/searchknowledge.ts +79 -70
  160. package/packages/orq-rc/src/models/operations/streamrunagent.ts +749 -34
  161. package/packages/orq-rc/src/models/operations/syncmcptool.ts +2599 -0
  162. package/packages/orq-rc/src/models/operations/updateagent.ts +121 -77
  163. package/packages/orq-rc/src/models/operations/updatebudget.ts +2 -2
  164. package/packages/orq-rc/src/models/operations/updatecontact.ts +2 -2
  165. package/packages/orq-rc/src/models/operations/updatedatapoint.ts +8 -8
  166. package/packages/orq-rc/src/models/operations/updatedataset.ts +2 -2
  167. package/packages/orq-rc/src/models/operations/updatedatasource.ts +2 -2
  168. package/packages/orq-rc/src/models/operations/updateeval.ts +28 -28
  169. package/packages/orq-rc/src/models/operations/updateprompt.ts +2 -0
  170. package/packages/orq-rc/src/models/operations/updatetool.ts +910 -190
  171. package/packages/orq-rc/src/sdk/deployments.ts +17 -17
  172. package/packages/orq-rc/src/sdk/tools.ts +18 -0
  173. package/sdk/deployments.d.ts +7 -7
  174. package/sdk/deployments.d.ts.map +1 -1
  175. package/sdk/deployments.js +9 -9
  176. package/sdk/deployments.js.map +1 -1
  177. package/src/funcs/deploymentsInvoke.ts +3 -3
  178. package/src/lib/config.ts +3 -3
  179. package/src/mcp-server/mcp-server.ts +1 -1
  180. package/src/mcp-server/server.ts +2 -2
  181. package/src/mcp-server/tools/deploymentsInvoke.ts +1 -1
  182. package/src/models/components/index.ts +1 -1
  183. package/src/models/components/{deployments.ts → invokedeploymentrequest.ts} +822 -728
  184. package/src/models/operations/createbudget.ts +2 -2
  185. package/src/models/operations/createcontact.ts +2 -2
  186. package/src/models/operations/createdataset.ts +2 -2
  187. package/src/models/operations/createdatasetitem.ts +8 -8
  188. package/src/models/operations/createdatasource.ts +2 -2
  189. package/src/models/operations/createeval.ts +28 -28
  190. package/src/models/operations/createprompt.ts +2 -0
  191. package/src/models/operations/createtool.ts +10 -10
  192. package/src/models/operations/deploymentgetconfig.ts +78 -66
  193. package/src/models/operations/deploymentinvoke.ts +35 -35
  194. package/src/models/operations/deployments.ts +1 -0
  195. package/src/models/operations/deploymentstream.ts +80 -78
  196. package/src/models/operations/duplicatetool.ts +10 -10
  197. package/src/models/operations/fileget.ts +2 -2
  198. package/src/models/operations/filelist.ts +2 -2
  199. package/src/models/operations/fileupload.ts +2 -2
  200. package/src/models/operations/getallprompts.ts +1 -0
  201. package/src/models/operations/getalltools.ts +10 -10
  202. package/src/models/operations/getbudget.ts +2 -2
  203. package/src/models/operations/getevals.ts +28 -28
  204. package/src/models/operations/getoneprompt.ts +1 -0
  205. package/src/models/operations/getpromptversion.ts +1 -0
  206. package/src/models/operations/listbudgets.ts +2 -2
  207. package/src/models/operations/listcontacts.ts +2 -2
  208. package/src/models/operations/listdatasetdatapoints.ts +8 -8
  209. package/src/models/operations/listdatasets.ts +2 -2
  210. package/src/models/operations/listdatasources.ts +2 -2
  211. package/src/models/operations/listpromptversions.ts +1 -0
  212. package/src/models/operations/retrievecontact.ts +2 -2
  213. package/src/models/operations/retrievedatapoint.ts +8 -8
  214. package/src/models/operations/retrievedataset.ts +2 -2
  215. package/src/models/operations/retrievedatasource.ts +2 -2
  216. package/src/models/operations/retrievetool.ts +10 -10
  217. package/src/models/operations/searchknowledge.ts +79 -70
  218. package/src/models/operations/updatebudget.ts +2 -2
  219. package/src/models/operations/updatecontact.ts +2 -2
  220. package/src/models/operations/updatedatapoint.ts +8 -8
  221. package/src/models/operations/updatedataset.ts +2 -2
  222. package/src/models/operations/updatedatasource.ts +2 -2
  223. package/src/models/operations/updateeval.ts +28 -28
  224. package/src/models/operations/updateprompt.ts +2 -0
  225. package/src/models/operations/updatetool.ts +10 -10
  226. package/src/sdk/deployments.ts +17 -17
  227. package/models/components/deployments.d.ts.map +0 -1
  228. package/models/components/deployments.js.map +0 -1
@@ -1123,7 +1123,10 @@ export type DeploymentStreamOrGte = {
1123
1123
  gte: number;
1124
1124
  };
1125
1125
 
1126
- export type DeploymentStreamOr3 = {
1126
+ /**
1127
+ * Greater than
1128
+ */
1129
+ export type DeploymentStreamOrGt = {
1127
1130
  gt: number;
1128
1131
  };
1129
1132
 
@@ -1148,7 +1151,7 @@ export type DeploymentStreamOrEq = {
1148
1151
  export type DeploymentStreamKnowledgeFilterDeploymentsOr =
1149
1152
  | DeploymentStreamOrEq
1150
1153
  | DeploymentStreamOrNe
1151
- | DeploymentStreamOr3
1154
+ | DeploymentStreamOrGt
1152
1155
  | DeploymentStreamOrGte
1153
1156
  | DeploymentStreamOrLt
1154
1157
  | DeploymentStreamOrLte
@@ -1165,7 +1168,7 @@ export type DeploymentStreamKnowledgeFilterOr = {
1165
1168
  [k: string]:
1166
1169
  | DeploymentStreamOrEq
1167
1170
  | DeploymentStreamOrNe
1168
- | DeploymentStreamOr3
1171
+ | DeploymentStreamOrGt
1169
1172
  | DeploymentStreamOrGte
1170
1173
  | DeploymentStreamOrLt
1171
1174
  | DeploymentStreamOrLte
@@ -1222,7 +1225,10 @@ export type DeploymentStreamAndGte = {
1222
1225
  gte: number;
1223
1226
  };
1224
1227
 
1225
- export type DeploymentStreamAnd3 = {
1228
+ /**
1229
+ * Greater than
1230
+ */
1231
+ export type DeploymentStreamAndGt = {
1226
1232
  gt: number;
1227
1233
  };
1228
1234
 
@@ -1247,7 +1253,7 @@ export type DeploymentStreamAndEq = {
1247
1253
  export type DeploymentStreamKnowledgeFilterDeploymentsAnd =
1248
1254
  | DeploymentStreamAndEq
1249
1255
  | DeploymentStreamAndNe
1250
- | DeploymentStreamAnd3
1256
+ | DeploymentStreamAndGt
1251
1257
  | DeploymentStreamAndGte
1252
1258
  | DeploymentStreamAndLt
1253
1259
  | DeploymentStreamAndLte
@@ -1264,7 +1270,7 @@ export type DeploymentStreamKnowledgeFilterAnd = {
1264
1270
  [k: string]:
1265
1271
  | DeploymentStreamAndEq
1266
1272
  | DeploymentStreamAndNe
1267
- | DeploymentStreamAnd3
1273
+ | DeploymentStreamAndGt
1268
1274
  | DeploymentStreamAndGte
1269
1275
  | DeploymentStreamAndLt
1270
1276
  | DeploymentStreamAndLte
@@ -1321,7 +1327,10 @@ export type OneGte = {
1321
1327
  gte: number;
1322
1328
  };
1323
1329
 
1324
- export type DeploymentStream13 = {
1330
+ /**
1331
+ * Greater than
1332
+ */
1333
+ export type OneGt = {
1325
1334
  gt: number;
1326
1335
  };
1327
1336
 
@@ -1346,7 +1355,7 @@ export type DeploymentStream1Eq = {
1346
1355
  export type DeploymentStreamKnowledgeFilter1 =
1347
1356
  | DeploymentStream1Eq
1348
1357
  | DeploymentStream1Ne
1349
- | DeploymentStream13
1358
+ | OneGt
1350
1359
  | OneGte
1351
1360
  | OneLt
1352
1361
  | OneLte
@@ -1364,7 +1373,7 @@ export type DeploymentStreamKnowledgeFilter =
1364
1373
  [k: string]:
1365
1374
  | DeploymentStream1Eq
1366
1375
  | DeploymentStream1Ne
1367
- | DeploymentStream13
1376
+ | OneGt
1368
1377
  | OneGte
1369
1378
  | OneLt
1370
1379
  | OneLte
@@ -1438,7 +1447,7 @@ export type DeploymentStreamRequestBody = {
1438
1447
  [k: string]:
1439
1448
  | DeploymentStream1Eq
1440
1449
  | DeploymentStream1Ne
1441
- | DeploymentStream13
1450
+ | OneGt
1442
1451
  | OneGte
1443
1452
  | OneLt
1444
1453
  | OneLte
@@ -5745,41 +5754,41 @@ export function deploymentStreamOrGteFromJSON(
5745
5754
  }
5746
5755
 
5747
5756
  /** @internal */
5748
- export const DeploymentStreamOr3$inboundSchema: z.ZodType<
5749
- DeploymentStreamOr3,
5757
+ export const DeploymentStreamOrGt$inboundSchema: z.ZodType<
5758
+ DeploymentStreamOrGt,
5750
5759
  z.ZodTypeDef,
5751
5760
  unknown
5752
5761
  > = z.object({
5753
5762
  gt: z.number(),
5754
5763
  });
5755
5764
  /** @internal */
5756
- export type DeploymentStreamOr3$Outbound = {
5765
+ export type DeploymentStreamOrGt$Outbound = {
5757
5766
  gt: number;
5758
5767
  };
5759
5768
 
5760
5769
  /** @internal */
5761
- export const DeploymentStreamOr3$outboundSchema: z.ZodType<
5762
- DeploymentStreamOr3$Outbound,
5770
+ export const DeploymentStreamOrGt$outboundSchema: z.ZodType<
5771
+ DeploymentStreamOrGt$Outbound,
5763
5772
  z.ZodTypeDef,
5764
- DeploymentStreamOr3
5773
+ DeploymentStreamOrGt
5765
5774
  > = z.object({
5766
5775
  gt: z.number(),
5767
5776
  });
5768
5777
 
5769
- export function deploymentStreamOr3ToJSON(
5770
- deploymentStreamOr3: DeploymentStreamOr3,
5778
+ export function deploymentStreamOrGtToJSON(
5779
+ deploymentStreamOrGt: DeploymentStreamOrGt,
5771
5780
  ): string {
5772
5781
  return JSON.stringify(
5773
- DeploymentStreamOr3$outboundSchema.parse(deploymentStreamOr3),
5782
+ DeploymentStreamOrGt$outboundSchema.parse(deploymentStreamOrGt),
5774
5783
  );
5775
5784
  }
5776
- export function deploymentStreamOr3FromJSON(
5785
+ export function deploymentStreamOrGtFromJSON(
5777
5786
  jsonString: string,
5778
- ): SafeParseResult<DeploymentStreamOr3, SDKValidationError> {
5787
+ ): SafeParseResult<DeploymentStreamOrGt, SDKValidationError> {
5779
5788
  return safeParse(
5780
5789
  jsonString,
5781
- (x) => DeploymentStreamOr3$inboundSchema.parse(JSON.parse(x)),
5782
- `Failed to parse 'DeploymentStreamOr3' from JSON`,
5790
+ (x) => DeploymentStreamOrGt$inboundSchema.parse(JSON.parse(x)),
5791
+ `Failed to parse 'DeploymentStreamOrGt' from JSON`,
5783
5792
  );
5784
5793
  }
5785
5794
 
@@ -5946,7 +5955,7 @@ export const DeploymentStreamKnowledgeFilterDeploymentsOr$inboundSchema:
5946
5955
  > = z.union([
5947
5956
  z.lazy(() => DeploymentStreamOrEq$inboundSchema),
5948
5957
  z.lazy(() => DeploymentStreamOrNe$inboundSchema),
5949
- z.lazy(() => DeploymentStreamOr3$inboundSchema),
5958
+ z.lazy(() => DeploymentStreamOrGt$inboundSchema),
5950
5959
  z.lazy(() => DeploymentStreamOrGte$inboundSchema),
5951
5960
  z.lazy(() => DeploymentStreamOrLt$inboundSchema),
5952
5961
  z.lazy(() => DeploymentStreamOrLte$inboundSchema),
@@ -5958,7 +5967,7 @@ export const DeploymentStreamKnowledgeFilterDeploymentsOr$inboundSchema:
5958
5967
  export type DeploymentStreamKnowledgeFilterDeploymentsOr$Outbound =
5959
5968
  | DeploymentStreamOrEq$Outbound
5960
5969
  | DeploymentStreamOrNe$Outbound
5961
- | DeploymentStreamOr3$Outbound
5970
+ | DeploymentStreamOrGt$Outbound
5962
5971
  | DeploymentStreamOrGte$Outbound
5963
5972
  | DeploymentStreamOrLt$Outbound
5964
5973
  | DeploymentStreamOrLte$Outbound
@@ -5975,7 +5984,7 @@ export const DeploymentStreamKnowledgeFilterDeploymentsOr$outboundSchema:
5975
5984
  > = z.union([
5976
5985
  z.lazy(() => DeploymentStreamOrEq$outboundSchema),
5977
5986
  z.lazy(() => DeploymentStreamOrNe$outboundSchema),
5978
- z.lazy(() => DeploymentStreamOr3$outboundSchema),
5987
+ z.lazy(() => DeploymentStreamOrGt$outboundSchema),
5979
5988
  z.lazy(() => DeploymentStreamOrGte$outboundSchema),
5980
5989
  z.lazy(() => DeploymentStreamOrLt$outboundSchema),
5981
5990
  z.lazy(() => DeploymentStreamOrLte$outboundSchema),
@@ -6022,7 +6031,7 @@ export const DeploymentStreamKnowledgeFilterOr$inboundSchema: z.ZodType<
6022
6031
  z.lazy(() =>
6023
6032
  DeploymentStreamOrNe$inboundSchema
6024
6033
  ),
6025
- z.lazy(() => DeploymentStreamOr3$inboundSchema),
6034
+ z.lazy(() => DeploymentStreamOrGt$inboundSchema),
6026
6035
  z.lazy(() => DeploymentStreamOrGte$inboundSchema),
6027
6036
  z.lazy(() => DeploymentStreamOrLt$inboundSchema),
6028
6037
  z.lazy(() => DeploymentStreamOrLte$inboundSchema),
@@ -6039,7 +6048,7 @@ export type DeploymentStreamKnowledgeFilterOr$Outbound = {
6039
6048
  [k: string]:
6040
6049
  | DeploymentStreamOrEq$Outbound
6041
6050
  | DeploymentStreamOrNe$Outbound
6042
- | DeploymentStreamOr3$Outbound
6051
+ | DeploymentStreamOrGt$Outbound
6043
6052
  | DeploymentStreamOrGte$Outbound
6044
6053
  | DeploymentStreamOrLt$Outbound
6045
6054
  | DeploymentStreamOrLte$Outbound
@@ -6062,7 +6071,7 @@ export const DeploymentStreamKnowledgeFilterOr$outboundSchema: z.ZodType<
6062
6071
  z.lazy(() =>
6063
6072
  DeploymentStreamOrNe$outboundSchema
6064
6073
  ),
6065
- z.lazy(() => DeploymentStreamOr3$outboundSchema),
6074
+ z.lazy(() => DeploymentStreamOrGt$outboundSchema),
6066
6075
  z.lazy(() => DeploymentStreamOrGte$outboundSchema),
6067
6076
  z.lazy(() => DeploymentStreamOrLt$outboundSchema),
6068
6077
  z.lazy(() => DeploymentStreamOrLte$outboundSchema),
@@ -6403,41 +6412,41 @@ export function deploymentStreamAndGteFromJSON(
6403
6412
  }
6404
6413
 
6405
6414
  /** @internal */
6406
- export const DeploymentStreamAnd3$inboundSchema: z.ZodType<
6407
- DeploymentStreamAnd3,
6415
+ export const DeploymentStreamAndGt$inboundSchema: z.ZodType<
6416
+ DeploymentStreamAndGt,
6408
6417
  z.ZodTypeDef,
6409
6418
  unknown
6410
6419
  > = z.object({
6411
6420
  gt: z.number(),
6412
6421
  });
6413
6422
  /** @internal */
6414
- export type DeploymentStreamAnd3$Outbound = {
6423
+ export type DeploymentStreamAndGt$Outbound = {
6415
6424
  gt: number;
6416
6425
  };
6417
6426
 
6418
6427
  /** @internal */
6419
- export const DeploymentStreamAnd3$outboundSchema: z.ZodType<
6420
- DeploymentStreamAnd3$Outbound,
6428
+ export const DeploymentStreamAndGt$outboundSchema: z.ZodType<
6429
+ DeploymentStreamAndGt$Outbound,
6421
6430
  z.ZodTypeDef,
6422
- DeploymentStreamAnd3
6431
+ DeploymentStreamAndGt
6423
6432
  > = z.object({
6424
6433
  gt: z.number(),
6425
6434
  });
6426
6435
 
6427
- export function deploymentStreamAnd3ToJSON(
6428
- deploymentStreamAnd3: DeploymentStreamAnd3,
6436
+ export function deploymentStreamAndGtToJSON(
6437
+ deploymentStreamAndGt: DeploymentStreamAndGt,
6429
6438
  ): string {
6430
6439
  return JSON.stringify(
6431
- DeploymentStreamAnd3$outboundSchema.parse(deploymentStreamAnd3),
6440
+ DeploymentStreamAndGt$outboundSchema.parse(deploymentStreamAndGt),
6432
6441
  );
6433
6442
  }
6434
- export function deploymentStreamAnd3FromJSON(
6443
+ export function deploymentStreamAndGtFromJSON(
6435
6444
  jsonString: string,
6436
- ): SafeParseResult<DeploymentStreamAnd3, SDKValidationError> {
6445
+ ): SafeParseResult<DeploymentStreamAndGt, SDKValidationError> {
6437
6446
  return safeParse(
6438
6447
  jsonString,
6439
- (x) => DeploymentStreamAnd3$inboundSchema.parse(JSON.parse(x)),
6440
- `Failed to parse 'DeploymentStreamAnd3' from JSON`,
6448
+ (x) => DeploymentStreamAndGt$inboundSchema.parse(JSON.parse(x)),
6449
+ `Failed to parse 'DeploymentStreamAndGt' from JSON`,
6441
6450
  );
6442
6451
  }
6443
6452
 
@@ -6604,7 +6613,7 @@ export const DeploymentStreamKnowledgeFilterDeploymentsAnd$inboundSchema:
6604
6613
  > = z.union([
6605
6614
  z.lazy(() => DeploymentStreamAndEq$inboundSchema),
6606
6615
  z.lazy(() => DeploymentStreamAndNe$inboundSchema),
6607
- z.lazy(() => DeploymentStreamAnd3$inboundSchema),
6616
+ z.lazy(() => DeploymentStreamAndGt$inboundSchema),
6608
6617
  z.lazy(() => DeploymentStreamAndGte$inboundSchema),
6609
6618
  z.lazy(() => DeploymentStreamAndLt$inboundSchema),
6610
6619
  z.lazy(() => DeploymentStreamAndLte$inboundSchema),
@@ -6616,7 +6625,7 @@ export const DeploymentStreamKnowledgeFilterDeploymentsAnd$inboundSchema:
6616
6625
  export type DeploymentStreamKnowledgeFilterDeploymentsAnd$Outbound =
6617
6626
  | DeploymentStreamAndEq$Outbound
6618
6627
  | DeploymentStreamAndNe$Outbound
6619
- | DeploymentStreamAnd3$Outbound
6628
+ | DeploymentStreamAndGt$Outbound
6620
6629
  | DeploymentStreamAndGte$Outbound
6621
6630
  | DeploymentStreamAndLt$Outbound
6622
6631
  | DeploymentStreamAndLte$Outbound
@@ -6633,7 +6642,7 @@ export const DeploymentStreamKnowledgeFilterDeploymentsAnd$outboundSchema:
6633
6642
  > = z.union([
6634
6643
  z.lazy(() => DeploymentStreamAndEq$outboundSchema),
6635
6644
  z.lazy(() => DeploymentStreamAndNe$outboundSchema),
6636
- z.lazy(() => DeploymentStreamAnd3$outboundSchema),
6645
+ z.lazy(() => DeploymentStreamAndGt$outboundSchema),
6637
6646
  z.lazy(() => DeploymentStreamAndGte$outboundSchema),
6638
6647
  z.lazy(() => DeploymentStreamAndLt$outboundSchema),
6639
6648
  z.lazy(() => DeploymentStreamAndLte$outboundSchema),
@@ -6680,7 +6689,7 @@ export const DeploymentStreamKnowledgeFilterAnd$inboundSchema: z.ZodType<
6680
6689
  z.lazy(() =>
6681
6690
  DeploymentStreamAndNe$inboundSchema
6682
6691
  ),
6683
- z.lazy(() => DeploymentStreamAnd3$inboundSchema),
6692
+ z.lazy(() => DeploymentStreamAndGt$inboundSchema),
6684
6693
  z.lazy(() => DeploymentStreamAndGte$inboundSchema),
6685
6694
  z.lazy(() => DeploymentStreamAndLt$inboundSchema),
6686
6695
  z.lazy(() => DeploymentStreamAndLte$inboundSchema),
@@ -6697,7 +6706,7 @@ export type DeploymentStreamKnowledgeFilterAnd$Outbound = {
6697
6706
  [k: string]:
6698
6707
  | DeploymentStreamAndEq$Outbound
6699
6708
  | DeploymentStreamAndNe$Outbound
6700
- | DeploymentStreamAnd3$Outbound
6709
+ | DeploymentStreamAndGt$Outbound
6701
6710
  | DeploymentStreamAndGte$Outbound
6702
6711
  | DeploymentStreamAndLt$Outbound
6703
6712
  | DeploymentStreamAndLte$Outbound
@@ -6720,7 +6729,7 @@ export const DeploymentStreamKnowledgeFilterAnd$outboundSchema: z.ZodType<
6720
6729
  z.lazy(() =>
6721
6730
  DeploymentStreamAndNe$outboundSchema
6722
6731
  ),
6723
- z.lazy(() => DeploymentStreamAnd3$outboundSchema),
6732
+ z.lazy(() => DeploymentStreamAndGt$outboundSchema),
6724
6733
  z.lazy(() => DeploymentStreamAndGte$outboundSchema),
6725
6734
  z.lazy(() => DeploymentStreamAndLt$outboundSchema),
6726
6735
  z.lazy(() => DeploymentStreamAndLte$outboundSchema),
@@ -7034,41 +7043,34 @@ export function oneGteFromJSON(
7034
7043
  }
7035
7044
 
7036
7045
  /** @internal */
7037
- export const DeploymentStream13$inboundSchema: z.ZodType<
7038
- DeploymentStream13,
7039
- z.ZodTypeDef,
7040
- unknown
7041
- > = z.object({
7042
- gt: z.number(),
7043
- });
7046
+ export const OneGt$inboundSchema: z.ZodType<OneGt, z.ZodTypeDef, unknown> = z
7047
+ .object({
7048
+ gt: z.number(),
7049
+ });
7044
7050
  /** @internal */
7045
- export type DeploymentStream13$Outbound = {
7051
+ export type OneGt$Outbound = {
7046
7052
  gt: number;
7047
7053
  };
7048
7054
 
7049
7055
  /** @internal */
7050
- export const DeploymentStream13$outboundSchema: z.ZodType<
7051
- DeploymentStream13$Outbound,
7056
+ export const OneGt$outboundSchema: z.ZodType<
7057
+ OneGt$Outbound,
7052
7058
  z.ZodTypeDef,
7053
- DeploymentStream13
7059
+ OneGt
7054
7060
  > = z.object({
7055
7061
  gt: z.number(),
7056
7062
  });
7057
7063
 
7058
- export function deploymentStream13ToJSON(
7059
- deploymentStream13: DeploymentStream13,
7060
- ): string {
7061
- return JSON.stringify(
7062
- DeploymentStream13$outboundSchema.parse(deploymentStream13),
7063
- );
7064
+ export function oneGtToJSON(oneGt: OneGt): string {
7065
+ return JSON.stringify(OneGt$outboundSchema.parse(oneGt));
7064
7066
  }
7065
- export function deploymentStream13FromJSON(
7067
+ export function oneGtFromJSON(
7066
7068
  jsonString: string,
7067
- ): SafeParseResult<DeploymentStream13, SDKValidationError> {
7069
+ ): SafeParseResult<OneGt, SDKValidationError> {
7068
7070
  return safeParse(
7069
7071
  jsonString,
7070
- (x) => DeploymentStream13$inboundSchema.parse(JSON.parse(x)),
7071
- `Failed to parse 'DeploymentStream13' from JSON`,
7072
+ (x) => OneGt$inboundSchema.parse(JSON.parse(x)),
7073
+ `Failed to parse 'OneGt' from JSON`,
7072
7074
  );
7073
7075
  }
7074
7076
 
@@ -7228,7 +7230,7 @@ export const DeploymentStreamKnowledgeFilter1$inboundSchema: z.ZodType<
7228
7230
  > = z.union([
7229
7231
  z.lazy(() => DeploymentStream1Eq$inboundSchema),
7230
7232
  z.lazy(() => DeploymentStream1Ne$inboundSchema),
7231
- z.lazy(() => DeploymentStream13$inboundSchema),
7233
+ z.lazy(() => OneGt$inboundSchema),
7232
7234
  z.lazy(() => OneGte$inboundSchema),
7233
7235
  z.lazy(() => OneLt$inboundSchema),
7234
7236
  z.lazy(() => OneLte$inboundSchema),
@@ -7240,7 +7242,7 @@ export const DeploymentStreamKnowledgeFilter1$inboundSchema: z.ZodType<
7240
7242
  export type DeploymentStreamKnowledgeFilter1$Outbound =
7241
7243
  | DeploymentStream1Eq$Outbound
7242
7244
  | DeploymentStream1Ne$Outbound
7243
- | DeploymentStream13$Outbound
7245
+ | OneGt$Outbound
7244
7246
  | OneGte$Outbound
7245
7247
  | OneLt$Outbound
7246
7248
  | OneLte$Outbound
@@ -7256,7 +7258,7 @@ export const DeploymentStreamKnowledgeFilter1$outboundSchema: z.ZodType<
7256
7258
  > = z.union([
7257
7259
  z.lazy(() => DeploymentStream1Eq$outboundSchema),
7258
7260
  z.lazy(() => DeploymentStream1Ne$outboundSchema),
7259
- z.lazy(() => DeploymentStream13$outboundSchema),
7261
+ z.lazy(() => OneGt$outboundSchema),
7260
7262
  z.lazy(() => OneGte$outboundSchema),
7261
7263
  z.lazy(() => OneLt$outboundSchema),
7262
7264
  z.lazy(() => OneLte$outboundSchema),
@@ -7295,7 +7297,7 @@ export const DeploymentStreamKnowledgeFilter$inboundSchema: z.ZodType<
7295
7297
  z.record(z.union([
7296
7298
  z.lazy(() => DeploymentStream1Eq$inboundSchema),
7297
7299
  z.lazy(() => DeploymentStream1Ne$inboundSchema),
7298
- z.lazy(() => DeploymentStream13$inboundSchema),
7300
+ z.lazy(() => OneGt$inboundSchema),
7299
7301
  z.lazy(() => OneGte$inboundSchema),
7300
7302
  z.lazy(() => OneLt$inboundSchema),
7301
7303
  z.lazy(() => OneLte$inboundSchema),
@@ -7312,7 +7314,7 @@ export type DeploymentStreamKnowledgeFilter$Outbound =
7312
7314
  [k: string]:
7313
7315
  | DeploymentStream1Eq$Outbound
7314
7316
  | DeploymentStream1Ne$Outbound
7315
- | DeploymentStream13$Outbound
7317
+ | OneGt$Outbound
7316
7318
  | OneGte$Outbound
7317
7319
  | OneLt$Outbound
7318
7320
  | OneLte$Outbound
@@ -7332,7 +7334,7 @@ export const DeploymentStreamKnowledgeFilter$outboundSchema: z.ZodType<
7332
7334
  z.record(z.union([
7333
7335
  z.lazy(() => DeploymentStream1Eq$outboundSchema),
7334
7336
  z.lazy(() => DeploymentStream1Ne$outboundSchema),
7335
- z.lazy(() => DeploymentStream13$outboundSchema),
7337
+ z.lazy(() => OneGt$outboundSchema),
7336
7338
  z.lazy(() => OneGte$outboundSchema),
7337
7339
  z.lazy(() => OneLt$outboundSchema),
7338
7340
  z.lazy(() => OneLte$outboundSchema),
@@ -7403,7 +7405,7 @@ export const DeploymentStreamRequestBody$inboundSchema: z.ZodType<
7403
7405
  z.union([
7404
7406
  z.lazy(() => DeploymentStream1Eq$inboundSchema),
7405
7407
  z.lazy(() => DeploymentStream1Ne$inboundSchema),
7406
- z.lazy(() => DeploymentStream13$inboundSchema),
7408
+ z.lazy(() => OneGt$inboundSchema),
7407
7409
  z.lazy(() => OneGte$inboundSchema),
7408
7410
  z.lazy(() => OneLt$inboundSchema),
7409
7411
  z.lazy(() => OneLte$inboundSchema),
@@ -7458,7 +7460,7 @@ export type DeploymentStreamRequestBody$Outbound = {
7458
7460
  [k: string]:
7459
7461
  | DeploymentStream1Eq$Outbound
7460
7462
  | DeploymentStream1Ne$Outbound
7461
- | DeploymentStream13$Outbound
7463
+ | OneGt$Outbound
7462
7464
  | OneGte$Outbound
7463
7465
  | OneLt$Outbound
7464
7466
  | OneLte$Outbound
@@ -7511,7 +7513,7 @@ export const DeploymentStreamRequestBody$outboundSchema: z.ZodType<
7511
7513
  z.union([
7512
7514
  z.lazy(() => DeploymentStream1Eq$outboundSchema),
7513
7515
  z.lazy(() => DeploymentStream1Ne$outboundSchema),
7514
- z.lazy(() => DeploymentStream13$outboundSchema),
7516
+ z.lazy(() => OneGt$outboundSchema),
7515
7517
  z.lazy(() => OneGte$outboundSchema),
7516
7518
  z.lazy(() => OneLt$outboundSchema),
7517
7519
  z.lazy(() => OneLte$outboundSchema),
@@ -716,7 +716,7 @@ export const DuplicateToolResponseBody5$inboundSchema: z.ZodType<
716
716
  z.ZodTypeDef,
717
717
  unknown
718
718
  > = z.object({
719
- _id: z.string().default("01K9YW8DSA2MTFYP9ZZAKVG0XM"),
719
+ _id: z.string().default("01KA17PXQD4402PG40V56QK1B0"),
720
720
  path: z.string(),
721
721
  key: z.string(),
722
722
  display_name: z.string().optional(),
@@ -771,7 +771,7 @@ export const DuplicateToolResponseBody5$outboundSchema: z.ZodType<
771
771
  z.ZodTypeDef,
772
772
  DuplicateToolResponseBody5
773
773
  > = z.object({
774
- id: z.string().default("01K9YW8DSA2MTFYP9ZZAKVG0XM"),
774
+ id: z.string().default("01KA17PXQD4402PG40V56QK1B0"),
775
775
  path: z.string(),
776
776
  key: z.string(),
777
777
  displayName: z.string().optional(),
@@ -1042,7 +1042,7 @@ export const DuplicateToolResponseBody4$inboundSchema: z.ZodType<
1042
1042
  z.ZodTypeDef,
1043
1043
  unknown
1044
1044
  > = z.object({
1045
- _id: z.string().default("01K9YW8DS8N496VYCBJC7Y5CPY"),
1045
+ _id: z.string().default("01KA17PXQCP04JNTFR1KZVQD68"),
1046
1046
  path: z.string(),
1047
1047
  key: z.string(),
1048
1048
  display_name: z.string().optional(),
@@ -1095,7 +1095,7 @@ export const DuplicateToolResponseBody4$outboundSchema: z.ZodType<
1095
1095
  z.ZodTypeDef,
1096
1096
  DuplicateToolResponseBody4
1097
1097
  > = z.object({
1098
- id: z.string().default("01K9YW8DS8N496VYCBJC7Y5CPY"),
1098
+ id: z.string().default("01KA17PXQCP04JNTFR1KZVQD68"),
1099
1099
  path: z.string(),
1100
1100
  key: z.string(),
1101
1101
  displayName: z.string().optional(),
@@ -1390,7 +1390,7 @@ export const DuplicateToolResponseBody3$inboundSchema: z.ZodType<
1390
1390
  z.ZodTypeDef,
1391
1391
  unknown
1392
1392
  > = z.object({
1393
- _id: z.string().default("01K9YW8DS6XD4EEQRNH1N54HHH"),
1393
+ _id: z.string().default("01KA17PXQA41G8WTFMQPN96RC3"),
1394
1394
  path: z.string(),
1395
1395
  key: z.string(),
1396
1396
  display_name: z.string().optional(),
@@ -1443,7 +1443,7 @@ export const DuplicateToolResponseBody3$outboundSchema: z.ZodType<
1443
1443
  z.ZodTypeDef,
1444
1444
  DuplicateToolResponseBody3
1445
1445
  > = z.object({
1446
- id: z.string().default("01K9YW8DS6XD4EEQRNH1N54HHH"),
1446
+ id: z.string().default("01KA17PXQA41G8WTFMQPN96RC3"),
1447
1447
  path: z.string(),
1448
1448
  key: z.string(),
1449
1449
  displayName: z.string().optional(),
@@ -1565,7 +1565,7 @@ export const DuplicateToolResponseBody2$inboundSchema: z.ZodType<
1565
1565
  z.ZodTypeDef,
1566
1566
  unknown
1567
1567
  > = z.object({
1568
- _id: z.string().default("01K9YW8DS592VV3ZK0KZ8G97JN"),
1568
+ _id: z.string().default("01KA17PXQ9CFYY74ZZBWW33GXG"),
1569
1569
  path: z.string(),
1570
1570
  key: z.string(),
1571
1571
  display_name: z.string().optional(),
@@ -1617,7 +1617,7 @@ export const DuplicateToolResponseBody2$outboundSchema: z.ZodType<
1617
1617
  z.ZodTypeDef,
1618
1618
  DuplicateToolResponseBody2
1619
1619
  > = z.object({
1620
- id: z.string().default("01K9YW8DS592VV3ZK0KZ8G97JN"),
1620
+ id: z.string().default("01KA17PXQ9CFYY74ZZBWW33GXG"),
1621
1621
  path: z.string(),
1622
1622
  key: z.string(),
1623
1623
  displayName: z.string().optional(),
@@ -1736,7 +1736,7 @@ export const DuplicateToolResponseBody1$inboundSchema: z.ZodType<
1736
1736
  z.ZodTypeDef,
1737
1737
  unknown
1738
1738
  > = z.object({
1739
- _id: z.string().default("01K9YW8DS38NSVP3BXSNAJW9FG"),
1739
+ _id: z.string().default("01KA17PXQ84D68HKQ4QHKE7Z3N"),
1740
1740
  path: z.string(),
1741
1741
  key: z.string(),
1742
1742
  display_name: z.string().optional(),
@@ -1787,7 +1787,7 @@ export const DuplicateToolResponseBody1$outboundSchema: z.ZodType<
1787
1787
  z.ZodTypeDef,
1788
1788
  DuplicateToolResponseBody1
1789
1789
  > = z.object({
1790
- id: z.string().default("01K9YW8DS38NSVP3BXSNAJW9FG"),
1790
+ id: z.string().default("01KA17PXQ84D68HKQ4QHKE7Z3N"),
1791
1791
  path: z.string(),
1792
1792
  key: z.string(),
1793
1793
  displayName: z.string().optional(),
@@ -119,7 +119,7 @@ export const FileGetResponseBody$inboundSchema: z.ZodType<
119
119
  file_name: z.string(),
120
120
  workspace_id: z.string(),
121
121
  created: z.string().datetime({ offset: true }).default(
122
- "2025-11-13T15:09:54.392Z",
122
+ "2025-11-14T13:08:34.207Z",
123
123
  ).transform(v => new Date(v)),
124
124
  }).transform((v) => {
125
125
  return remap$(v, {
@@ -152,7 +152,7 @@ export const FileGetResponseBody$outboundSchema: z.ZodType<
152
152
  bytes: z.number(),
153
153
  fileName: z.string(),
154
154
  workspaceId: z.string(),
155
- created: z.date().default(() => new Date("2025-11-13T15:09:54.392Z"))
155
+ created: z.date().default(() => new Date("2025-11-14T13:08:34.207Z"))
156
156
  .transform(v => v.toISOString()),
157
157
  }).transform((v) => {
158
158
  return remap$(v, {
@@ -157,7 +157,7 @@ export const FileListData$inboundSchema: z.ZodType<
157
157
  file_name: z.string(),
158
158
  workspace_id: z.string(),
159
159
  created: z.string().datetime({ offset: true }).default(
160
- "2025-11-13T15:09:54.392Z",
160
+ "2025-11-14T13:08:34.207Z",
161
161
  ).transform(v => new Date(v)),
162
162
  }).transform((v) => {
163
163
  return remap$(v, {
@@ -190,7 +190,7 @@ export const FileListData$outboundSchema: z.ZodType<
190
190
  bytes: z.number(),
191
191
  fileName: z.string(),
192
192
  workspaceId: z.string(),
193
- created: z.date().default(() => new Date("2025-11-13T15:09:54.392Z"))
193
+ created: z.date().default(() => new Date("2025-11-14T13:08:34.207Z"))
194
194
  .transform(v => v.toISOString()),
195
195
  }).transform((v) => {
196
196
  return remap$(v, {
@@ -196,7 +196,7 @@ export const FileUploadResponseBody$inboundSchema: z.ZodType<
196
196
  file_name: z.string(),
197
197
  workspace_id: z.string(),
198
198
  created: z.string().datetime({ offset: true }).default(
199
- "2025-11-13T15:09:54.392Z",
199
+ "2025-11-14T13:08:34.207Z",
200
200
  ).transform(v => new Date(v)),
201
201
  }).transform((v) => {
202
202
  return remap$(v, {
@@ -229,7 +229,7 @@ export const FileUploadResponseBody$outboundSchema: z.ZodType<
229
229
  bytes: z.number(),
230
230
  fileName: z.string(),
231
231
  workspaceId: z.string(),
232
- created: z.date().default(() => new Date("2025-11-13T15:09:54.392Z"))
232
+ created: z.date().default(() => new Date("2025-11-14T13:08:34.207Z"))
233
233
  .transform(v => v.toISOString()),
234
234
  }).transform((v) => {
235
235
  return remap$(v, {
@@ -190,6 +190,7 @@ export type GetAllPromptsEncodingFormat = ClosedEnum<
190
190
  * Constrains effort on reasoning for reasoning models. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
191
191
  */
192
192
  export const GetAllPromptsReasoningEffort = {
193
+ None: "none",
193
194
  Disable: "disable",
194
195
  Minimal: "minimal",
195
196
  Low: "low",
@@ -711,7 +711,7 @@ export function dataCodeToolFromJSON(
711
711
  /** @internal */
712
712
  export const Data5$inboundSchema: z.ZodType<Data5, z.ZodTypeDef, unknown> = z
713
713
  .object({
714
- _id: z.string().default("01K9YW8DQFW7WXHCBETAW0023J"),
714
+ _id: z.string().default("01KA17PXNZ1R8DS9T8QWXAZWVX"),
715
715
  path: z.string(),
716
716
  key: z.string(),
717
717
  display_name: z.string().optional(),
@@ -763,7 +763,7 @@ export const Data5$outboundSchema: z.ZodType<
763
763
  z.ZodTypeDef,
764
764
  Data5
765
765
  > = z.object({
766
- id: z.string().default("01K9YW8DQFW7WXHCBETAW0023J"),
766
+ id: z.string().default("01KA17PXNZ1R8DS9T8QWXAZWVX"),
767
767
  path: z.string(),
768
768
  key: z.string(),
769
769
  displayName: z.string().optional(),
@@ -994,7 +994,7 @@ export function dataMcpFromJSON(
994
994
  /** @internal */
995
995
  export const Data4$inboundSchema: z.ZodType<Data4, z.ZodTypeDef, unknown> = z
996
996
  .object({
997
- _id: z.string().default("01K9YW8DQD870Y24PNP552S9ZD"),
997
+ _id: z.string().default("01KA17PXNX61RKS0T2J0AZ6SZ7"),
998
998
  path: z.string(),
999
999
  key: z.string(),
1000
1000
  display_name: z.string().optional(),
@@ -1045,7 +1045,7 @@ export const Data4$outboundSchema: z.ZodType<
1045
1045
  z.ZodTypeDef,
1046
1046
  Data4
1047
1047
  > = z.object({
1048
- id: z.string().default("01K9YW8DQD870Y24PNP552S9ZD"),
1048
+ id: z.string().default("01KA17PXNX61RKS0T2J0AZ6SZ7"),
1049
1049
  path: z.string(),
1050
1050
  key: z.string(),
1051
1051
  displayName: z.string().optional(),
@@ -1304,7 +1304,7 @@ export function getAllToolsDataHttpFromJSON(
1304
1304
  /** @internal */
1305
1305
  export const Data3$inboundSchema: z.ZodType<Data3, z.ZodTypeDef, unknown> = z
1306
1306
  .object({
1307
- _id: z.string().default("01K9YW8DQA9TVBMZSPW63WA3NV"),
1307
+ _id: z.string().default("01KA17PXNTDCBE9003M22NNWY3"),
1308
1308
  path: z.string(),
1309
1309
  key: z.string(),
1310
1310
  display_name: z.string().optional(),
@@ -1355,7 +1355,7 @@ export const Data3$outboundSchema: z.ZodType<
1355
1355
  z.ZodTypeDef,
1356
1356
  Data3
1357
1357
  > = z.object({
1358
- id: z.string().default("01K9YW8DQA9TVBMZSPW63WA3NV"),
1358
+ id: z.string().default("01KA17PXNTDCBE9003M22NNWY3"),
1359
1359
  path: z.string(),
1360
1360
  key: z.string(),
1361
1361
  displayName: z.string().optional(),
@@ -1460,7 +1460,7 @@ export function dataJsonSchemaFromJSON(
1460
1460
  /** @internal */
1461
1461
  export const Data2$inboundSchema: z.ZodType<Data2, z.ZodTypeDef, unknown> = z
1462
1462
  .object({
1463
- _id: z.string().default("01K9YW8DQ7VTQKMZ3R5593D50H"),
1463
+ _id: z.string().default("01KA17PXNRBCD0HJXQGN246239"),
1464
1464
  path: z.string(),
1465
1465
  key: z.string(),
1466
1466
  display_name: z.string().optional(),
@@ -1512,7 +1512,7 @@ export const Data2$outboundSchema: z.ZodType<
1512
1512
  z.ZodTypeDef,
1513
1513
  Data2
1514
1514
  > = z.object({
1515
- id: z.string().default("01K9YW8DQ7VTQKMZ3R5593D50H"),
1515
+ id: z.string().default("01KA17PXNRBCD0HJXQGN246239"),
1516
1516
  path: z.string(),
1517
1517
  key: z.string(),
1518
1518
  displayName: z.string().optional(),
@@ -1620,7 +1620,7 @@ export function getAllToolsDataFunctionFromJSON(
1620
1620
  /** @internal */
1621
1621
  export const Data1$inboundSchema: z.ZodType<Data1, z.ZodTypeDef, unknown> = z
1622
1622
  .object({
1623
- _id: z.string().default("01K9YW8DQ5V0KJ21YN5YHWD7KS"),
1623
+ _id: z.string().default("01KA17PXNQQAT49KVNBKNQDWF2"),
1624
1624
  path: z.string(),
1625
1625
  key: z.string(),
1626
1626
  display_name: z.string().optional(),
@@ -1671,7 +1671,7 @@ export const Data1$outboundSchema: z.ZodType<
1671
1671
  z.ZodTypeDef,
1672
1672
  Data1
1673
1673
  > = z.object({
1674
- id: z.string().default("01K9YW8DQ5V0KJ21YN5YHWD7KS"),
1674
+ id: z.string().default("01KA17PXNQQAT49KVNBKNQDWF2"),
1675
1675
  path: z.string(),
1676
1676
  key: z.string(),
1677
1677
  displayName: z.string().optional(),