@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.
- package/README.md +1 -1
- package/bin/mcp-server.js +529 -517
- package/bin/mcp-server.js.map +52 -52
- package/docs/sdks/deployments/README.md +43 -43
- package/examples/package-lock.json +2 -8
- package/funcs/deploymentsInvoke.d.ts +1 -1
- package/funcs/deploymentsInvoke.d.ts.map +1 -1
- package/funcs/deploymentsInvoke.js +1 -1
- package/funcs/deploymentsInvoke.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +2 -2
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/deploymentsInvoke.d.ts +1 -1
- package/mcp-server/tools/deploymentsInvoke.js +1 -1
- package/mcp-server/tools/deploymentsInvoke.js.map +1 -1
- package/models/components/index.d.ts +1 -1
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -1
- package/models/components/index.js.map +1 -1
- package/models/components/{deployments.d.ts → invokedeploymentrequest.d.ts} +280 -266
- package/models/components/invokedeploymentrequest.d.ts.map +1 -0
- package/models/components/{deployments.js → invokedeploymentrequest.js} +377 -363
- package/models/components/invokedeploymentrequest.js.map +1 -0
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +28 -28
- package/models/operations/createprompt.d.ts +2 -0
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +2 -0
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createtool.js +10 -10
- package/models/operations/deploymentgetconfig.d.ts +42 -32
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +42 -42
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deploymentinvoke.d.ts +15 -15
- package/models/operations/deploymentinvoke.d.ts.map +1 -1
- package/models/operations/deploymentinvoke.js +17 -17
- package/models/operations/deploymentinvoke.js.map +1 -1
- package/models/operations/deployments.d.ts +1 -0
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +1 -0
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/deploymentstream.d.ts +41 -32
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +42 -41
- package/models/operations/deploymentstream.js.map +1 -1
- package/models/operations/duplicatetool.js +10 -10
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getallprompts.d.ts +1 -0
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +1 -0
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getalltools.js +10 -10
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/getoneprompt.d.ts +1 -0
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +1 -0
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +1 -0
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +1 -0
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/listpromptversions.d.ts +1 -0
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +1 -0
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievetool.js +10 -10
- package/models/operations/searchknowledge.d.ts +41 -32
- package/models/operations/searchknowledge.d.ts.map +1 -1
- package/models/operations/searchknowledge.js +40 -40
- package/models/operations/searchknowledge.js.map +1 -1
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updateprompt.d.ts +2 -0
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +2 -0
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +10 -10
- package/package.json +2 -6
- package/packages/orq-rc/README.md +25 -23
- package/packages/orq-rc/docs/sdks/deployments/README.md +43 -43
- package/packages/orq-rc/docs/sdks/tools/README.md +93 -12
- package/packages/orq-rc/examples/package-lock.json +1 -1
- package/packages/orq-rc/jsr.json +1 -1
- package/packages/orq-rc/package-lock.json +2 -2
- package/packages/orq-rc/package.json +1 -1
- package/packages/orq-rc/src/funcs/deploymentsInvoke.ts +3 -3
- package/packages/orq-rc/src/funcs/toolsCreate.ts +11 -2
- package/packages/orq-rc/src/funcs/toolsSync.ts +176 -0
- package/packages/orq-rc/src/lib/config.ts +3 -3
- package/packages/orq-rc/src/mcp-server/mcp-server.ts +1 -1
- package/packages/orq-rc/src/mcp-server/server.ts +4 -2
- package/packages/orq-rc/src/mcp-server/tools/deploymentsInvoke.ts +1 -1
- package/packages/orq-rc/src/mcp-server/tools/toolsSync.ts +37 -0
- package/packages/orq-rc/src/models/components/index.ts +1 -1
- package/packages/orq-rc/src/models/components/{deployments.ts → invokedeploymentrequest.ts} +822 -728
- package/packages/orq-rc/src/models/operations/createagent.ts +114 -40
- package/packages/orq-rc/src/models/operations/createbudget.ts +2 -2
- package/packages/orq-rc/src/models/operations/createcontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/createdataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/createdatasetitem.ts +8 -8
- package/packages/orq-rc/src/models/operations/createdatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/createeval.ts +28 -28
- package/packages/orq-rc/src/models/operations/createprompt.ts +2 -0
- package/packages/orq-rc/src/models/operations/createtool.ts +873 -277
- package/packages/orq-rc/src/models/operations/deploymentgetconfig.ts +107 -86
- package/packages/orq-rc/src/models/operations/deploymentinvoke.ts +35 -35
- package/packages/orq-rc/src/models/operations/deployments.ts +1 -0
- package/packages/orq-rc/src/models/operations/deploymentstream.ts +80 -78
- package/packages/orq-rc/src/models/operations/duplicateagent.ts +0 -37
- package/packages/orq-rc/src/models/operations/duplicatetool.ts +466 -87
- package/packages/orq-rc/src/models/operations/fileget.ts +2 -2
- package/packages/orq-rc/src/models/operations/filelist.ts +2 -2
- package/packages/orq-rc/src/models/operations/fileupload.ts +2 -2
- package/packages/orq-rc/src/models/operations/getagent.ts +0 -38
- package/packages/orq-rc/src/models/operations/getallprompts.ts +1 -0
- package/packages/orq-rc/src/models/operations/getalltools.ts +447 -96
- package/packages/orq-rc/src/models/operations/getbudget.ts +2 -2
- package/packages/orq-rc/src/models/operations/getevals.ts +28 -28
- package/packages/orq-rc/src/models/operations/getoneprompt.ts +1 -0
- package/packages/orq-rc/src/models/operations/getpromptversion.ts +1 -0
- package/packages/orq-rc/src/models/operations/index.ts +1 -0
- package/packages/orq-rc/src/models/operations/listagents.ts +0 -37
- package/packages/orq-rc/src/models/operations/listbudgets.ts +2 -2
- package/packages/orq-rc/src/models/operations/listcontacts.ts +2 -2
- package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/packages/orq-rc/src/models/operations/listdatasets.ts +2 -2
- package/packages/orq-rc/src/models/operations/listdatasources.ts +2 -2
- package/packages/orq-rc/src/models/operations/listpromptversions.ts +1 -0
- package/packages/orq-rc/src/models/operations/retrievecontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +8 -8
- package/packages/orq-rc/src/models/operations/retrievedataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievedatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievetool.ts +466 -85
- package/packages/orq-rc/src/models/operations/runagent.ts +656 -25
- package/packages/orq-rc/src/models/operations/searchknowledge.ts +79 -70
- package/packages/orq-rc/src/models/operations/streamrunagent.ts +749 -34
- package/packages/orq-rc/src/models/operations/syncmcptool.ts +2599 -0
- package/packages/orq-rc/src/models/operations/updateagent.ts +121 -77
- package/packages/orq-rc/src/models/operations/updatebudget.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatecontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatedatapoint.ts +8 -8
- package/packages/orq-rc/src/models/operations/updatedataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatedatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/updateeval.ts +28 -28
- package/packages/orq-rc/src/models/operations/updateprompt.ts +2 -0
- package/packages/orq-rc/src/models/operations/updatetool.ts +910 -190
- package/packages/orq-rc/src/sdk/deployments.ts +17 -17
- package/packages/orq-rc/src/sdk/tools.ts +18 -0
- package/sdk/deployments.d.ts +7 -7
- package/sdk/deployments.d.ts.map +1 -1
- package/sdk/deployments.js +9 -9
- package/sdk/deployments.js.map +1 -1
- package/src/funcs/deploymentsInvoke.ts +3 -3
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +2 -2
- package/src/mcp-server/tools/deploymentsInvoke.ts +1 -1
- package/src/models/components/index.ts +1 -1
- package/src/models/components/{deployments.ts → invokedeploymentrequest.ts} +822 -728
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +28 -28
- package/src/models/operations/createprompt.ts +2 -0
- package/src/models/operations/createtool.ts +10 -10
- package/src/models/operations/deploymentgetconfig.ts +78 -66
- package/src/models/operations/deploymentinvoke.ts +35 -35
- package/src/models/operations/deployments.ts +1 -0
- package/src/models/operations/deploymentstream.ts +80 -78
- package/src/models/operations/duplicatetool.ts +10 -10
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getallprompts.ts +1 -0
- package/src/models/operations/getalltools.ts +10 -10
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/getoneprompt.ts +1 -0
- package/src/models/operations/getpromptversion.ts +1 -0
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/listpromptversions.ts +1 -0
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievetool.ts +10 -10
- package/src/models/operations/searchknowledge.ts +79 -70
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updateprompt.ts +2 -0
- package/src/models/operations/updatetool.ts +10 -10
- package/src/sdk/deployments.ts +17 -17
- package/models/components/deployments.d.ts.map +0 -1
- package/models/components/deployments.js.map +0 -1
|
@@ -1123,7 +1123,10 @@ export type DeploymentStreamOrGte = {
|
|
|
1123
1123
|
gte: number;
|
|
1124
1124
|
};
|
|
1125
1125
|
|
|
1126
|
-
|
|
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
|
-
|
|
|
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
|
-
|
|
|
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
|
-
|
|
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
|
-
|
|
|
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
|
-
|
|
|
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
|
-
|
|
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
|
-
|
|
|
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
|
-
|
|
|
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
|
-
|
|
|
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
|
|
5749
|
-
|
|
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
|
|
5765
|
+
export type DeploymentStreamOrGt$Outbound = {
|
|
5757
5766
|
gt: number;
|
|
5758
5767
|
};
|
|
5759
5768
|
|
|
5760
5769
|
/** @internal */
|
|
5761
|
-
export const
|
|
5762
|
-
|
|
5770
|
+
export const DeploymentStreamOrGt$outboundSchema: z.ZodType<
|
|
5771
|
+
DeploymentStreamOrGt$Outbound,
|
|
5763
5772
|
z.ZodTypeDef,
|
|
5764
|
-
|
|
5773
|
+
DeploymentStreamOrGt
|
|
5765
5774
|
> = z.object({
|
|
5766
5775
|
gt: z.number(),
|
|
5767
5776
|
});
|
|
5768
5777
|
|
|
5769
|
-
export function
|
|
5770
|
-
|
|
5778
|
+
export function deploymentStreamOrGtToJSON(
|
|
5779
|
+
deploymentStreamOrGt: DeploymentStreamOrGt,
|
|
5771
5780
|
): string {
|
|
5772
5781
|
return JSON.stringify(
|
|
5773
|
-
|
|
5782
|
+
DeploymentStreamOrGt$outboundSchema.parse(deploymentStreamOrGt),
|
|
5774
5783
|
);
|
|
5775
5784
|
}
|
|
5776
|
-
export function
|
|
5785
|
+
export function deploymentStreamOrGtFromJSON(
|
|
5777
5786
|
jsonString: string,
|
|
5778
|
-
): SafeParseResult<
|
|
5787
|
+
): SafeParseResult<DeploymentStreamOrGt, SDKValidationError> {
|
|
5779
5788
|
return safeParse(
|
|
5780
5789
|
jsonString,
|
|
5781
|
-
(x) =>
|
|
5782
|
-
`Failed to parse '
|
|
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(() =>
|
|
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
|
-
|
|
|
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(() =>
|
|
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(() =>
|
|
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
|
-
|
|
|
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(() =>
|
|
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
|
|
6407
|
-
|
|
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
|
|
6423
|
+
export type DeploymentStreamAndGt$Outbound = {
|
|
6415
6424
|
gt: number;
|
|
6416
6425
|
};
|
|
6417
6426
|
|
|
6418
6427
|
/** @internal */
|
|
6419
|
-
export const
|
|
6420
|
-
|
|
6428
|
+
export const DeploymentStreamAndGt$outboundSchema: z.ZodType<
|
|
6429
|
+
DeploymentStreamAndGt$Outbound,
|
|
6421
6430
|
z.ZodTypeDef,
|
|
6422
|
-
|
|
6431
|
+
DeploymentStreamAndGt
|
|
6423
6432
|
> = z.object({
|
|
6424
6433
|
gt: z.number(),
|
|
6425
6434
|
});
|
|
6426
6435
|
|
|
6427
|
-
export function
|
|
6428
|
-
|
|
6436
|
+
export function deploymentStreamAndGtToJSON(
|
|
6437
|
+
deploymentStreamAndGt: DeploymentStreamAndGt,
|
|
6429
6438
|
): string {
|
|
6430
6439
|
return JSON.stringify(
|
|
6431
|
-
|
|
6440
|
+
DeploymentStreamAndGt$outboundSchema.parse(deploymentStreamAndGt),
|
|
6432
6441
|
);
|
|
6433
6442
|
}
|
|
6434
|
-
export function
|
|
6443
|
+
export function deploymentStreamAndGtFromJSON(
|
|
6435
6444
|
jsonString: string,
|
|
6436
|
-
): SafeParseResult<
|
|
6445
|
+
): SafeParseResult<DeploymentStreamAndGt, SDKValidationError> {
|
|
6437
6446
|
return safeParse(
|
|
6438
6447
|
jsonString,
|
|
6439
|
-
(x) =>
|
|
6440
|
-
`Failed to parse '
|
|
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(() =>
|
|
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
|
-
|
|
|
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(() =>
|
|
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(() =>
|
|
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
|
-
|
|
|
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(() =>
|
|
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
|
|
7038
|
-
|
|
7039
|
-
|
|
7040
|
-
|
|
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
|
|
7051
|
+
export type OneGt$Outbound = {
|
|
7046
7052
|
gt: number;
|
|
7047
7053
|
};
|
|
7048
7054
|
|
|
7049
7055
|
/** @internal */
|
|
7050
|
-
export const
|
|
7051
|
-
|
|
7056
|
+
export const OneGt$outboundSchema: z.ZodType<
|
|
7057
|
+
OneGt$Outbound,
|
|
7052
7058
|
z.ZodTypeDef,
|
|
7053
|
-
|
|
7059
|
+
OneGt
|
|
7054
7060
|
> = z.object({
|
|
7055
7061
|
gt: z.number(),
|
|
7056
7062
|
});
|
|
7057
7063
|
|
|
7058
|
-
export function
|
|
7059
|
-
|
|
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
|
|
7067
|
+
export function oneGtFromJSON(
|
|
7066
7068
|
jsonString: string,
|
|
7067
|
-
): SafeParseResult<
|
|
7069
|
+
): SafeParseResult<OneGt, SDKValidationError> {
|
|
7068
7070
|
return safeParse(
|
|
7069
7071
|
jsonString,
|
|
7070
|
-
(x) =>
|
|
7071
|
-
`Failed to parse '
|
|
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(() =>
|
|
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
|
-
|
|
|
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(() =>
|
|
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(() =>
|
|
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
|
-
|
|
|
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(() =>
|
|
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(() =>
|
|
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
|
-
|
|
|
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(() =>
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
1674
|
+
id: z.string().default("01KA17PXNQQAT49KVNBKNQDWF2"),
|
|
1675
1675
|
path: z.string(),
|
|
1676
1676
|
key: z.string(),
|
|
1677
1677
|
displayName: z.string().optional(),
|