@orq-ai/node 4.0.0-rc.31 → 4.0.0-rc.34

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 (160) hide show
  1. package/README.md +1 -1
  2. package/bin/mcp-server.js +539 -527
  3. package/bin/mcp-server.js.map +53 -53
  4. package/docs/sdks/deployments/README.md +43 -43
  5. package/examples/package-lock.json +2 -10
  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/syncmcptool.js +10 -10
  92. package/models/operations/updatebudget.js +2 -2
  93. package/models/operations/updatecontact.js +2 -2
  94. package/models/operations/updatedatapoint.js +8 -8
  95. package/models/operations/updatedataset.js +2 -2
  96. package/models/operations/updatedatasource.js +2 -2
  97. package/models/operations/updateeval.js +28 -28
  98. package/models/operations/updateprompt.d.ts +2 -0
  99. package/models/operations/updateprompt.d.ts.map +1 -1
  100. package/models/operations/updateprompt.js +2 -0
  101. package/models/operations/updateprompt.js.map +1 -1
  102. package/models/operations/updatetool.js +10 -10
  103. package/package.json +3 -6
  104. package/sdk/deployments.d.ts +7 -7
  105. package/sdk/deployments.d.ts.map +1 -1
  106. package/sdk/deployments.js +9 -9
  107. package/sdk/deployments.js.map +1 -1
  108. package/src/funcs/deploymentsInvoke.ts +3 -3
  109. package/src/lib/config.ts +3 -3
  110. package/src/mcp-server/mcp-server.ts +1 -1
  111. package/src/mcp-server/server.ts +2 -2
  112. package/src/mcp-server/tools/deploymentsInvoke.ts +1 -1
  113. package/src/models/components/index.ts +1 -1
  114. package/src/models/components/{deployments.ts → invokedeploymentrequest.ts} +822 -728
  115. package/src/models/operations/createbudget.ts +2 -2
  116. package/src/models/operations/createcontact.ts +2 -2
  117. package/src/models/operations/createdataset.ts +2 -2
  118. package/src/models/operations/createdatasetitem.ts +8 -8
  119. package/src/models/operations/createdatasource.ts +2 -2
  120. package/src/models/operations/createeval.ts +28 -28
  121. package/src/models/operations/createprompt.ts +2 -0
  122. package/src/models/operations/createtool.ts +10 -10
  123. package/src/models/operations/deploymentgetconfig.ts +78 -66
  124. package/src/models/operations/deploymentinvoke.ts +35 -35
  125. package/src/models/operations/deployments.ts +1 -0
  126. package/src/models/operations/deploymentstream.ts +80 -78
  127. package/src/models/operations/duplicatetool.ts +10 -10
  128. package/src/models/operations/fileget.ts +2 -2
  129. package/src/models/operations/filelist.ts +2 -2
  130. package/src/models/operations/fileupload.ts +2 -2
  131. package/src/models/operations/getallprompts.ts +1 -0
  132. package/src/models/operations/getalltools.ts +10 -10
  133. package/src/models/operations/getbudget.ts +2 -2
  134. package/src/models/operations/getevals.ts +28 -28
  135. package/src/models/operations/getoneprompt.ts +1 -0
  136. package/src/models/operations/getpromptversion.ts +1 -0
  137. package/src/models/operations/listbudgets.ts +2 -2
  138. package/src/models/operations/listcontacts.ts +2 -2
  139. package/src/models/operations/listdatasetdatapoints.ts +8 -8
  140. package/src/models/operations/listdatasets.ts +2 -2
  141. package/src/models/operations/listdatasources.ts +2 -2
  142. package/src/models/operations/listpromptversions.ts +1 -0
  143. package/src/models/operations/retrievecontact.ts +2 -2
  144. package/src/models/operations/retrievedatapoint.ts +8 -8
  145. package/src/models/operations/retrievedataset.ts +2 -2
  146. package/src/models/operations/retrievedatasource.ts +2 -2
  147. package/src/models/operations/retrievetool.ts +10 -10
  148. package/src/models/operations/searchknowledge.ts +79 -70
  149. package/src/models/operations/syncmcptool.ts +10 -10
  150. package/src/models/operations/updatebudget.ts +2 -2
  151. package/src/models/operations/updatecontact.ts +2 -2
  152. package/src/models/operations/updatedatapoint.ts +8 -8
  153. package/src/models/operations/updatedataset.ts +2 -2
  154. package/src/models/operations/updatedatasource.ts +2 -2
  155. package/src/models/operations/updateeval.ts +28 -28
  156. package/src/models/operations/updateprompt.ts +2 -0
  157. package/src/models/operations/updatetool.ts +10 -10
  158. package/src/sdk/deployments.ts +17 -17
  159. package/models/components/deployments.d.ts.map +0 -1
  160. 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),
@@ -955,7 +955,7 @@ export const DuplicateToolResponseBody5$inboundSchema: z.ZodType<
955
955
  z.ZodTypeDef,
956
956
  unknown
957
957
  > = z.object({
958
- _id: z.string().default("tool_01KA0EAFQG334050969MBCKRXV"),
958
+ _id: z.string().default("tool_01KA1AV0T3JJDNQ5GHJX01JY0M"),
959
959
  path: z.string(),
960
960
  key: z.string(),
961
961
  display_name: z.string().optional(),
@@ -1010,7 +1010,7 @@ export const DuplicateToolResponseBody5$outboundSchema: z.ZodType<
1010
1010
  z.ZodTypeDef,
1011
1011
  DuplicateToolResponseBody5
1012
1012
  > = z.object({
1013
- id: z.string().default("tool_01KA0EAFQG334050969MBCKRXV"),
1013
+ id: z.string().default("tool_01KA1AV0T3JJDNQ5GHJX01JY0M"),
1014
1014
  path: z.string(),
1015
1015
  key: z.string(),
1016
1016
  displayName: z.string().optional(),
@@ -1312,7 +1312,7 @@ export const DuplicateToolResponseBody4$inboundSchema: z.ZodType<
1312
1312
  z.ZodTypeDef,
1313
1313
  unknown
1314
1314
  > = z.object({
1315
- _id: z.string().default("tool_01KA0EAFQ8T5MH8DKQSP3VCVGM"),
1315
+ _id: z.string().default("tool_01KA1AV0STH2E66VVSF85FXXVT"),
1316
1316
  path: z.string(),
1317
1317
  key: z.string(),
1318
1318
  display_name: z.string().optional(),
@@ -1365,7 +1365,7 @@ export const DuplicateToolResponseBody4$outboundSchema: z.ZodType<
1365
1365
  z.ZodTypeDef,
1366
1366
  DuplicateToolResponseBody4
1367
1367
  > = z.object({
1368
- id: z.string().default("tool_01KA0EAFQ8T5MH8DKQSP3VCVGM"),
1368
+ id: z.string().default("tool_01KA1AV0STH2E66VVSF85FXXVT"),
1369
1369
  path: z.string(),
1370
1370
  key: z.string(),
1371
1371
  displayName: z.string().optional(),
@@ -1746,7 +1746,7 @@ export const DuplicateToolResponseBody3$inboundSchema: z.ZodType<
1746
1746
  z.ZodTypeDef,
1747
1747
  unknown
1748
1748
  > = z.object({
1749
- _id: z.string().default("tool_01KA0EAFQ5A5HFZZCN46WYSS09"),
1749
+ _id: z.string().default("tool_01KA1AV0SRARA53WSWZXA5BNZX"),
1750
1750
  path: z.string(),
1751
1751
  key: z.string(),
1752
1752
  display_name: z.string().optional(),
@@ -1799,7 +1799,7 @@ export const DuplicateToolResponseBody3$outboundSchema: z.ZodType<
1799
1799
  z.ZodTypeDef,
1800
1800
  DuplicateToolResponseBody3
1801
1801
  > = z.object({
1802
- id: z.string().default("tool_01KA0EAFQ5A5HFZZCN46WYSS09"),
1802
+ id: z.string().default("tool_01KA1AV0SRARA53WSWZXA5BNZX"),
1803
1803
  path: z.string(),
1804
1804
  key: z.string(),
1805
1805
  displayName: z.string().optional(),
@@ -1981,7 +1981,7 @@ export const DuplicateToolResponseBody2$inboundSchema: z.ZodType<
1981
1981
  z.ZodTypeDef,
1982
1982
  unknown
1983
1983
  > = z.object({
1984
- _id: z.string().default("tool_01KA0EAFQ3VH8Y6EJXTS86AT9C"),
1984
+ _id: z.string().default("tool_01KA1AV0SNK3S7XFC4KY215WW8"),
1985
1985
  path: z.string(),
1986
1986
  key: z.string(),
1987
1987
  display_name: z.string().optional(),
@@ -2033,7 +2033,7 @@ export const DuplicateToolResponseBody2$outboundSchema: z.ZodType<
2033
2033
  z.ZodTypeDef,
2034
2034
  DuplicateToolResponseBody2
2035
2035
  > = z.object({
2036
- id: z.string().default("tool_01KA0EAFQ3VH8Y6EJXTS86AT9C"),
2036
+ id: z.string().default("tool_01KA1AV0SNK3S7XFC4KY215WW8"),
2037
2037
  path: z.string(),
2038
2038
  key: z.string(),
2039
2039
  displayName: z.string().optional(),
@@ -2231,7 +2231,7 @@ export const DuplicateToolResponseBody1$inboundSchema: z.ZodType<
2231
2231
  z.ZodTypeDef,
2232
2232
  unknown
2233
2233
  > = z.object({
2234
- _id: z.string().default("tool_01KA0EAFQ1M0T9KF7P2NFGQXXF"),
2234
+ _id: z.string().default("tool_01KA1AV0SK10FZJ0DC5DXZG2A1"),
2235
2235
  path: z.string(),
2236
2236
  key: z.string(),
2237
2237
  display_name: z.string().optional(),
@@ -2282,7 +2282,7 @@ export const DuplicateToolResponseBody1$outboundSchema: z.ZodType<
2282
2282
  z.ZodTypeDef,
2283
2283
  DuplicateToolResponseBody1
2284
2284
  > = z.object({
2285
- id: z.string().default("tool_01KA0EAFQ1M0T9KF7P2NFGQXXF"),
2285
+ id: z.string().default("tool_01KA1AV0SK10FZJ0DC5DXZG2A1"),
2286
2286
  path: z.string(),
2287
2287
  key: z.string(),
2288
2288
  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-14T05:44:51.382Z",
122
+ "2025-11-14T14:03:12.817Z",
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-14T05:44:51.382Z"))
155
+ created: z.date().default(() => new Date("2025-11-14T14:03:12.817Z"))
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-14T05:44:51.382Z",
160
+ "2025-11-14T14:03:12.817Z",
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-14T05:44:51.382Z"))
193
+ created: z.date().default(() => new Date("2025-11-14T14:03:12.817Z"))
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-14T05:44:51.382Z",
199
+ "2025-11-14T14:03:12.817Z",
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-14T05:44:51.382Z"))
232
+ created: z.date().default(() => new Date("2025-11-14T14:03:12.817Z"))
233
233
  .transform(v => v.toISOString()),
234
234
  }).transform((v) => {
235
235
  return remap$(v, {
@@ -191,6 +191,7 @@ export type GetAllPromptsEncodingFormat = ClosedEnum<
191
191
  * Constrains effort on reasoning for reasoning models. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
192
192
  */
193
193
  export const GetAllPromptsReasoningEffort = {
194
+ None: "none",
194
195
  Disable: "disable",
195
196
  Minimal: "minimal",
196
197
  Low: "low",