@orq-ai/node 4.1.0-rc.35 → 4.1.0-rc.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/bin/mcp-server.js +284 -272
- package/bin/mcp-server.js.map +59 -59
- package/examples/package-lock.json +1 -1
- package/funcs/budgetsList.d.ts +1 -1
- package/funcs/budgetsList.js +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 +1 -1
- package/mcp-server/tools/budgetsList.js +1 -1
- package/mcp-server/tools/budgetsList.js.map +1 -1
- package/models/components/conversationresponse.js +2 -2
- package/models/components/invokedeploymentrequest.d.ts +4 -4
- package/models/components/invokedeploymentrequest.d.ts.map +1 -1
- package/models/components/invokedeploymentrequest.js +4 -4
- package/models/components/invokedeploymentrequest.js.map +1 -1
- package/models/components/partdoneevent.js +2 -2
- package/models/components/reasoningpart.js +2 -2
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createconversation.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.d.ts +4 -4
- package/models/operations/createdatasetitem.d.ts.map +1 -1
- package/models/operations/createdatasetitem.js +12 -12
- package/models/operations/createdatasetitem.js.map +1 -1
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +28 -28
- package/models/operations/createprompt.d.ts +3 -2
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +3 -2
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createtool.js +12 -12
- package/models/operations/deploymentcreatemetric.d.ts +4 -4
- package/models/operations/deploymentcreatemetric.d.ts.map +1 -1
- package/models/operations/deploymentcreatemetric.js +4 -4
- package/models/operations/deploymentcreatemetric.js.map +1 -1
- package/models/operations/deploymentgetconfig.d.ts +4 -4
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +4 -4
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deploymentinvoke.d.ts +1 -0
- package/models/operations/deploymentinvoke.d.ts.map +1 -1
- package/models/operations/deploymentinvoke.js +1 -0
- 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 +5 -4
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +5 -4
- package/models/operations/deploymentstream.js.map +1 -1
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/generateconversationname.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 +12 -12
- 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.d.ts +4 -3
- package/models/operations/listbudgets.d.ts.map +1 -1
- package/models/operations/listbudgets.js +4 -3
- package/models/operations/listbudgets.js.map +1 -1
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.d.ts +2 -2
- package/models/operations/listdatasetdatapoints.d.ts.map +1 -1
- package/models/operations/listdatasetdatapoints.js +10 -10
- package/models/operations/listdatasetdatapoints.js.map +1 -1
- 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/retrieveconversation.js +2 -2
- package/models/operations/retrievedatapoint.d.ts +2 -2
- package/models/operations/retrievedatapoint.d.ts.map +1 -1
- package/models/operations/retrievedatapoint.js +10 -10
- package/models/operations/retrievedatapoint.js.map +1 -1
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievetool.js +12 -12
- package/models/operations/runagent.js +2 -2
- package/models/operations/streamrunagent.js +2 -2
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updateconversation.js +2 -2
- package/models/operations/updatedatapoint.d.ts +4 -4
- package/models/operations/updatedatapoint.d.ts.map +1 -1
- package/models/operations/updatedatapoint.js +12 -12
- package/models/operations/updatedatapoint.js.map +1 -1
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updatememorystore.d.ts +1 -0
- package/models/operations/updatememorystore.d.ts.map +1 -1
- package/models/operations/updatememorystore.js +1 -0
- package/models/operations/updatememorystore.js.map +1 -1
- package/models/operations/updateprompt.d.ts +4 -2
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +4 -2
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +14 -14
- package/package.json +1 -1
- package/sdk/budgets.d.ts +1 -1
- package/sdk/budgets.js +1 -1
- package/src/funcs/budgetsList.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/budgetsList.ts +1 -1
- package/src/models/components/conversationresponse.ts +2 -2
- package/src/models/components/invokedeploymentrequest.ts +8 -8
- package/src/models/components/partdoneevent.ts +2 -2
- package/src/models/components/reasoningpart.ts +2 -2
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createconversation.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +16 -16
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +28 -28
- package/src/models/operations/createprompt.ts +5 -4
- package/src/models/operations/createtool.ts +12 -12
- package/src/models/operations/deploymentcreatemetric.ts +8 -8
- package/src/models/operations/deploymentgetconfig.ts +8 -8
- package/src/models/operations/deploymentinvoke.ts +1 -0
- package/src/models/operations/deployments.ts +1 -0
- package/src/models/operations/deploymentstream.ts +9 -8
- 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/generateconversationname.ts +2 -2
- package/src/models/operations/getallprompts.ts +1 -0
- package/src/models/operations/getalltools.ts +12 -12
- 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 +6 -5
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +12 -12
- 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/retrieveconversation.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +12 -12
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievetool.ts +12 -12
- package/src/models/operations/runagent.ts +2 -2
- package/src/models/operations/streamrunagent.ts +2 -2
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updateconversation.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +16 -16
- 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/updatememorystore.ts +1 -0
- package/src/models/operations/updateprompt.ts +6 -4
- package/src/models/operations/updatetool.ts +14 -14
- package/src/sdk/budgets.ts +1 -1
|
@@ -120,7 +120,7 @@ export type DeploymentCreateMetricMessagesToolMessage = {
|
|
|
120
120
|
/**
|
|
121
121
|
* Tool call that this message is responding to.
|
|
122
122
|
*/
|
|
123
|
-
toolCallId: string;
|
|
123
|
+
toolCallId: string | null;
|
|
124
124
|
cacheControl?: DeploymentCreateMetricMessagesCacheControl | undefined;
|
|
125
125
|
};
|
|
126
126
|
|
|
@@ -472,7 +472,7 @@ export type ChoicesToolMessage = {
|
|
|
472
472
|
/**
|
|
473
473
|
* Tool call that this message is responding to.
|
|
474
474
|
*/
|
|
475
|
-
toolCallId: string;
|
|
475
|
+
toolCallId: string | null;
|
|
476
476
|
cacheControl?: ChoicesCacheControl | undefined;
|
|
477
477
|
};
|
|
478
478
|
|
|
@@ -1088,7 +1088,7 @@ export const DeploymentCreateMetricMessagesToolMessage$inboundSchema: z.ZodType<
|
|
|
1088
1088
|
z.string(),
|
|
1089
1089
|
z.array(components.TextContentPartSchema$inboundSchema),
|
|
1090
1090
|
]),
|
|
1091
|
-
tool_call_id: z.string(),
|
|
1091
|
+
tool_call_id: z.nullable(z.string()),
|
|
1092
1092
|
cache_control: z.lazy(() =>
|
|
1093
1093
|
DeploymentCreateMetricMessagesCacheControl$inboundSchema
|
|
1094
1094
|
).optional(),
|
|
@@ -1102,7 +1102,7 @@ export const DeploymentCreateMetricMessagesToolMessage$inboundSchema: z.ZodType<
|
|
|
1102
1102
|
export type DeploymentCreateMetricMessagesToolMessage$Outbound = {
|
|
1103
1103
|
role: "tool";
|
|
1104
1104
|
content: string | Array<components.TextContentPartSchema$Outbound>;
|
|
1105
|
-
tool_call_id: string;
|
|
1105
|
+
tool_call_id: string | null;
|
|
1106
1106
|
cache_control?:
|
|
1107
1107
|
| DeploymentCreateMetricMessagesCacheControl$Outbound
|
|
1108
1108
|
| undefined;
|
|
@@ -1120,7 +1120,7 @@ export const DeploymentCreateMetricMessagesToolMessage$outboundSchema:
|
|
|
1120
1120
|
z.string(),
|
|
1121
1121
|
z.array(components.TextContentPartSchema$outboundSchema),
|
|
1122
1122
|
]),
|
|
1123
|
-
toolCallId: z.string(),
|
|
1123
|
+
toolCallId: z.nullable(z.string()),
|
|
1124
1124
|
cacheControl: z.lazy(() =>
|
|
1125
1125
|
DeploymentCreateMetricMessagesCacheControl$outboundSchema
|
|
1126
1126
|
).optional(),
|
|
@@ -2342,7 +2342,7 @@ export const ChoicesToolMessage$inboundSchema: z.ZodType<
|
|
|
2342
2342
|
z.string(),
|
|
2343
2343
|
z.array(components.TextContentPartSchema$inboundSchema),
|
|
2344
2344
|
]),
|
|
2345
|
-
tool_call_id: z.string(),
|
|
2345
|
+
tool_call_id: z.nullable(z.string()),
|
|
2346
2346
|
cache_control: z.lazy(() => ChoicesCacheControl$inboundSchema).optional(),
|
|
2347
2347
|
}).transform((v) => {
|
|
2348
2348
|
return remap$(v, {
|
|
@@ -2354,7 +2354,7 @@ export const ChoicesToolMessage$inboundSchema: z.ZodType<
|
|
|
2354
2354
|
export type ChoicesToolMessage$Outbound = {
|
|
2355
2355
|
role: "tool";
|
|
2356
2356
|
content: string | Array<components.TextContentPartSchema$Outbound>;
|
|
2357
|
-
tool_call_id: string;
|
|
2357
|
+
tool_call_id: string | null;
|
|
2358
2358
|
cache_control?: ChoicesCacheControl$Outbound | undefined;
|
|
2359
2359
|
};
|
|
2360
2360
|
|
|
@@ -2369,7 +2369,7 @@ export const ChoicesToolMessage$outboundSchema: z.ZodType<
|
|
|
2369
2369
|
z.string(),
|
|
2370
2370
|
z.array(components.TextContentPartSchema$outboundSchema),
|
|
2371
2371
|
]),
|
|
2372
|
-
toolCallId: z.string(),
|
|
2372
|
+
toolCallId: z.nullable(z.string()),
|
|
2373
2373
|
cacheControl: z.lazy(() => ChoicesCacheControl$outboundSchema).optional(),
|
|
2374
2374
|
}).transform((v) => {
|
|
2375
2375
|
return remap$(v, {
|
|
@@ -89,7 +89,7 @@ export type ToolMessage = {
|
|
|
89
89
|
/**
|
|
90
90
|
* Tool call that this message is responding to.
|
|
91
91
|
*/
|
|
92
|
-
toolCallId: string;
|
|
92
|
+
toolCallId: string | null;
|
|
93
93
|
cacheControl?: PrefixMessagesCacheControl | undefined;
|
|
94
94
|
};
|
|
95
95
|
|
|
@@ -437,7 +437,7 @@ export type MessagesToolMessage = {
|
|
|
437
437
|
/**
|
|
438
438
|
* Tool call that this message is responding to.
|
|
439
439
|
*/
|
|
440
|
-
toolCallId: string;
|
|
440
|
+
toolCallId: string | null;
|
|
441
441
|
cacheControl?: MessagesCacheControl | undefined;
|
|
442
442
|
};
|
|
443
443
|
|
|
@@ -1785,7 +1785,7 @@ export const ToolMessage$inboundSchema: z.ZodType<
|
|
|
1785
1785
|
z.string(),
|
|
1786
1786
|
z.array(components.TextContentPartSchema$inboundSchema),
|
|
1787
1787
|
]),
|
|
1788
|
-
tool_call_id: z.string(),
|
|
1788
|
+
tool_call_id: z.nullable(z.string()),
|
|
1789
1789
|
cache_control: z.lazy(() => PrefixMessagesCacheControl$inboundSchema)
|
|
1790
1790
|
.optional(),
|
|
1791
1791
|
}).transform((v) => {
|
|
@@ -1798,7 +1798,7 @@ export const ToolMessage$inboundSchema: z.ZodType<
|
|
|
1798
1798
|
export type ToolMessage$Outbound = {
|
|
1799
1799
|
role: "tool";
|
|
1800
1800
|
content: string | Array<components.TextContentPartSchema$Outbound>;
|
|
1801
|
-
tool_call_id: string;
|
|
1801
|
+
tool_call_id: string | null;
|
|
1802
1802
|
cache_control?: PrefixMessagesCacheControl$Outbound | undefined;
|
|
1803
1803
|
};
|
|
1804
1804
|
|
|
@@ -1813,7 +1813,7 @@ export const ToolMessage$outboundSchema: z.ZodType<
|
|
|
1813
1813
|
z.string(),
|
|
1814
1814
|
z.array(components.TextContentPartSchema$outboundSchema),
|
|
1815
1815
|
]),
|
|
1816
|
-
toolCallId: z.string(),
|
|
1816
|
+
toolCallId: z.nullable(z.string()),
|
|
1817
1817
|
cacheControl: z.lazy(() => PrefixMessagesCacheControl$outboundSchema)
|
|
1818
1818
|
.optional(),
|
|
1819
1819
|
}).transform((v) => {
|
|
@@ -2889,7 +2889,7 @@ export const MessagesToolMessage$inboundSchema: z.ZodType<
|
|
|
2889
2889
|
z.string(),
|
|
2890
2890
|
z.array(components.TextContentPartSchema$inboundSchema),
|
|
2891
2891
|
]),
|
|
2892
|
-
tool_call_id: z.string(),
|
|
2892
|
+
tool_call_id: z.nullable(z.string()),
|
|
2893
2893
|
cache_control: z.lazy(() => MessagesCacheControl$inboundSchema).optional(),
|
|
2894
2894
|
}).transform((v) => {
|
|
2895
2895
|
return remap$(v, {
|
|
@@ -2901,7 +2901,7 @@ export const MessagesToolMessage$inboundSchema: z.ZodType<
|
|
|
2901
2901
|
export type MessagesToolMessage$Outbound = {
|
|
2902
2902
|
role: "tool";
|
|
2903
2903
|
content: string | Array<components.TextContentPartSchema$Outbound>;
|
|
2904
|
-
tool_call_id: string;
|
|
2904
|
+
tool_call_id: string | null;
|
|
2905
2905
|
cache_control?: MessagesCacheControl$Outbound | undefined;
|
|
2906
2906
|
};
|
|
2907
2907
|
|
|
@@ -2916,7 +2916,7 @@ export const MessagesToolMessage$outboundSchema: z.ZodType<
|
|
|
2916
2916
|
z.string(),
|
|
2917
2917
|
z.array(components.TextContentPartSchema$outboundSchema),
|
|
2918
2918
|
]),
|
|
2919
|
-
toolCallId: z.string(),
|
|
2919
|
+
toolCallId: z.nullable(z.string()),
|
|
2920
2920
|
cacheControl: z.lazy(() => MessagesCacheControl$outboundSchema).optional(),
|
|
2921
2921
|
}).transform((v) => {
|
|
2922
2922
|
return remap$(v, {
|
|
@@ -96,7 +96,7 @@ export type PrefixMessagesToolMessage = {
|
|
|
96
96
|
/**
|
|
97
97
|
* Tool call that this message is responding to.
|
|
98
98
|
*/
|
|
99
|
-
toolCallId: string;
|
|
99
|
+
toolCallId: string | null;
|
|
100
100
|
cacheControl?: DeploymentStreamPrefixMessagesCacheControl | undefined;
|
|
101
101
|
};
|
|
102
102
|
|
|
@@ -448,7 +448,7 @@ export type DeploymentStreamMessagesToolMessage = {
|
|
|
448
448
|
/**
|
|
449
449
|
* Tool call that this message is responding to.
|
|
450
450
|
*/
|
|
451
|
-
toolCallId: string;
|
|
451
|
+
toolCallId: string | null;
|
|
452
452
|
cacheControl?: DeploymentStreamMessagesCacheControl | undefined;
|
|
453
453
|
};
|
|
454
454
|
|
|
@@ -1198,6 +1198,7 @@ export const DeploymentStreamProvider = {
|
|
|
1198
1198
|
Deepseek: "deepseek",
|
|
1199
1199
|
Contextualai: "contextualai",
|
|
1200
1200
|
Moonshotai: "moonshotai",
|
|
1201
|
+
Zai: "zai",
|
|
1201
1202
|
} as const;
|
|
1202
1203
|
/**
|
|
1203
1204
|
* The provider used to generate the response
|
|
@@ -1677,7 +1678,7 @@ export const PrefixMessagesToolMessage$inboundSchema: z.ZodType<
|
|
|
1677
1678
|
z.string(),
|
|
1678
1679
|
z.array(components.TextContentPartSchema$inboundSchema),
|
|
1679
1680
|
]),
|
|
1680
|
-
tool_call_id: z.string(),
|
|
1681
|
+
tool_call_id: z.nullable(z.string()),
|
|
1681
1682
|
cache_control: z.lazy(() =>
|
|
1682
1683
|
DeploymentStreamPrefixMessagesCacheControl$inboundSchema
|
|
1683
1684
|
).optional(),
|
|
@@ -1691,7 +1692,7 @@ export const PrefixMessagesToolMessage$inboundSchema: z.ZodType<
|
|
|
1691
1692
|
export type PrefixMessagesToolMessage$Outbound = {
|
|
1692
1693
|
role: "tool";
|
|
1693
1694
|
content: string | Array<components.TextContentPartSchema$Outbound>;
|
|
1694
|
-
tool_call_id: string;
|
|
1695
|
+
tool_call_id: string | null;
|
|
1695
1696
|
cache_control?:
|
|
1696
1697
|
| DeploymentStreamPrefixMessagesCacheControl$Outbound
|
|
1697
1698
|
| undefined;
|
|
@@ -1708,7 +1709,7 @@ export const PrefixMessagesToolMessage$outboundSchema: z.ZodType<
|
|
|
1708
1709
|
z.string(),
|
|
1709
1710
|
z.array(components.TextContentPartSchema$outboundSchema),
|
|
1710
1711
|
]),
|
|
1711
|
-
toolCallId: z.string(),
|
|
1712
|
+
toolCallId: z.nullable(z.string()),
|
|
1712
1713
|
cacheControl: z.lazy(() =>
|
|
1713
1714
|
DeploymentStreamPrefixMessagesCacheControl$outboundSchema
|
|
1714
1715
|
).optional(),
|
|
@@ -2870,7 +2871,7 @@ export const DeploymentStreamMessagesToolMessage$inboundSchema: z.ZodType<
|
|
|
2870
2871
|
z.string(),
|
|
2871
2872
|
z.array(components.TextContentPartSchema$inboundSchema),
|
|
2872
2873
|
]),
|
|
2873
|
-
tool_call_id: z.string(),
|
|
2874
|
+
tool_call_id: z.nullable(z.string()),
|
|
2874
2875
|
cache_control: z.lazy(() =>
|
|
2875
2876
|
DeploymentStreamMessagesCacheControl$inboundSchema
|
|
2876
2877
|
).optional(),
|
|
@@ -2884,7 +2885,7 @@ export const DeploymentStreamMessagesToolMessage$inboundSchema: z.ZodType<
|
|
|
2884
2885
|
export type DeploymentStreamMessagesToolMessage$Outbound = {
|
|
2885
2886
|
role: "tool";
|
|
2886
2887
|
content: string | Array<components.TextContentPartSchema$Outbound>;
|
|
2887
|
-
tool_call_id: string;
|
|
2888
|
+
tool_call_id: string | null;
|
|
2888
2889
|
cache_control?: DeploymentStreamMessagesCacheControl$Outbound | undefined;
|
|
2889
2890
|
};
|
|
2890
2891
|
|
|
@@ -2899,7 +2900,7 @@ export const DeploymentStreamMessagesToolMessage$outboundSchema: z.ZodType<
|
|
|
2899
2900
|
z.string(),
|
|
2900
2901
|
z.array(components.TextContentPartSchema$outboundSchema),
|
|
2901
2902
|
]),
|
|
2902
|
-
toolCallId: z.string(),
|
|
2903
|
+
toolCallId: z.nullable(z.string()),
|
|
2903
2904
|
cacheControl: z.lazy(() =>
|
|
2904
2905
|
DeploymentStreamMessagesCacheControl$outboundSchema
|
|
2905
2906
|
).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-12-
|
|
122
|
+
"2025-12-11T05:01:31.877Z",
|
|
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-12-
|
|
155
|
+
created: z.date().default(() => new Date("2025-12-11T05:01:31.877Z"))
|
|
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-12-
|
|
160
|
+
"2025-12-11T05:01:31.877Z",
|
|
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-12-
|
|
193
|
+
created: z.date().default(() => new Date("2025-12-11T05:01:31.877Z"))
|
|
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-12-
|
|
199
|
+
"2025-12-11T05:01:31.877Z",
|
|
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-12-
|
|
232
|
+
created: z.date().default(() => new Date("2025-12-11T05:01:31.877Z"))
|
|
233
233
|
.transform(v => v.toISOString()),
|
|
234
234
|
}).transform((v) => {
|
|
235
235
|
return remap$(v, {
|
|
@@ -258,7 +258,7 @@ export const GenerateConversationNameResponseBody$inboundSchema: z.ZodType<
|
|
|
258
258
|
z.ZodTypeDef,
|
|
259
259
|
unknown
|
|
260
260
|
> = z.object({
|
|
261
|
-
_id: z.string().default("
|
|
261
|
+
_id: z.string().default("conv_01kc5wjpabsngs3xcwbmqj3nqp"),
|
|
262
262
|
entity_id: z.string(),
|
|
263
263
|
kind: GenerateConversationNameKind$inboundSchema,
|
|
264
264
|
display_name: z.string(),
|
|
@@ -298,7 +298,7 @@ export const GenerateConversationNameResponseBody$outboundSchema: z.ZodType<
|
|
|
298
298
|
z.ZodTypeDef,
|
|
299
299
|
GenerateConversationNameResponseBody
|
|
300
300
|
> = z.object({
|
|
301
|
-
id: z.string().default("
|
|
301
|
+
id: z.string().default("conv_01kc5wjpabsngs3xcwbmqj3nqp"),
|
|
302
302
|
entityId: z.string(),
|
|
303
303
|
kind: GenerateConversationNameKind$outboundSchema,
|
|
304
304
|
displayName: z.string(),
|
|
@@ -863,7 +863,7 @@ export const DataCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
863
863
|
z.ZodTypeDef,
|
|
864
864
|
unknown
|
|
865
865
|
> = z.object({
|
|
866
|
-
_id: z.string().default("
|
|
866
|
+
_id: z.string().default("tool_01KC5WJPHFDW99AP4R3S3DHM1N"),
|
|
867
867
|
path: z.string(),
|
|
868
868
|
key: z.string(),
|
|
869
869
|
display_name: z.string().optional(),
|
|
@@ -915,7 +915,7 @@ export const DataCodeExecutionTool$outboundSchema: z.ZodType<
|
|
|
915
915
|
z.ZodTypeDef,
|
|
916
916
|
DataCodeExecutionTool
|
|
917
917
|
> = z.object({
|
|
918
|
-
id: z.string().default("
|
|
918
|
+
id: z.string().default("tool_01KC5WJPHFDW99AP4R3S3DHM1N"),
|
|
919
919
|
path: z.string(),
|
|
920
920
|
key: z.string(),
|
|
921
921
|
displayName: z.string().optional(),
|
|
@@ -1074,7 +1074,7 @@ export const DataTools$inboundSchema: z.ZodType<
|
|
|
1074
1074
|
z.ZodTypeDef,
|
|
1075
1075
|
unknown
|
|
1076
1076
|
> = z.object({
|
|
1077
|
-
id: z.string().default("
|
|
1077
|
+
id: z.string().default("01KC5WJPHEXJBCNKFV1WP6Y4RC"),
|
|
1078
1078
|
name: z.string(),
|
|
1079
1079
|
description: z.string().optional(),
|
|
1080
1080
|
schema: z.lazy(() => GetAllToolsDataSchema$inboundSchema),
|
|
@@ -1093,7 +1093,7 @@ export const DataTools$outboundSchema: z.ZodType<
|
|
|
1093
1093
|
z.ZodTypeDef,
|
|
1094
1094
|
DataTools
|
|
1095
1095
|
> = z.object({
|
|
1096
|
-
id: z.string().default("
|
|
1096
|
+
id: z.string().default("01KC5WJPHEXJBCNKFV1WP6Y4RC"),
|
|
1097
1097
|
name: z.string(),
|
|
1098
1098
|
description: z.string().optional(),
|
|
1099
1099
|
schema: z.lazy(() => GetAllToolsDataSchema$outboundSchema),
|
|
@@ -1178,7 +1178,7 @@ export const DataMCPTool$inboundSchema: z.ZodType<
|
|
|
1178
1178
|
z.ZodTypeDef,
|
|
1179
1179
|
unknown
|
|
1180
1180
|
> = z.object({
|
|
1181
|
-
_id: z.string().default("
|
|
1181
|
+
_id: z.string().default("tool_01KC5WJPHC802T9S81BRJVM6Y3"),
|
|
1182
1182
|
path: z.string(),
|
|
1183
1183
|
key: z.string(),
|
|
1184
1184
|
display_name: z.string().optional(),
|
|
@@ -1229,7 +1229,7 @@ export const DataMCPTool$outboundSchema: z.ZodType<
|
|
|
1229
1229
|
z.ZodTypeDef,
|
|
1230
1230
|
DataMCPTool
|
|
1231
1231
|
> = z.object({
|
|
1232
|
-
id: z.string().default("
|
|
1232
|
+
id: z.string().default("tool_01KC5WJPHC802T9S81BRJVM6Y3"),
|
|
1233
1233
|
path: z.string(),
|
|
1234
1234
|
key: z.string(),
|
|
1235
1235
|
displayName: z.string().optional(),
|
|
@@ -1563,7 +1563,7 @@ export const DataHTTPTool$inboundSchema: z.ZodType<
|
|
|
1563
1563
|
z.ZodTypeDef,
|
|
1564
1564
|
unknown
|
|
1565
1565
|
> = z.object({
|
|
1566
|
-
_id: z.string().default("
|
|
1566
|
+
_id: z.string().default("tool_01KC5WJPHAZ526YRDQ6A2EV293"),
|
|
1567
1567
|
path: z.string(),
|
|
1568
1568
|
key: z.string(),
|
|
1569
1569
|
display_name: z.string().optional(),
|
|
@@ -1614,7 +1614,7 @@ export const DataHTTPTool$outboundSchema: z.ZodType<
|
|
|
1614
1614
|
z.ZodTypeDef,
|
|
1615
1615
|
DataHTTPTool
|
|
1616
1616
|
> = z.object({
|
|
1617
|
-
id: z.string().default("
|
|
1617
|
+
id: z.string().default("tool_01KC5WJPHAZ526YRDQ6A2EV293"),
|
|
1618
1618
|
path: z.string(),
|
|
1619
1619
|
key: z.string(),
|
|
1620
1620
|
displayName: z.string().optional(),
|
|
@@ -1767,7 +1767,7 @@ export const DataJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
1767
1767
|
z.ZodTypeDef,
|
|
1768
1768
|
unknown
|
|
1769
1769
|
> = z.object({
|
|
1770
|
-
_id: z.string().default("
|
|
1770
|
+
_id: z.string().default("tool_01KC5WJPH815S03077H48AZVYV"),
|
|
1771
1771
|
path: z.string(),
|
|
1772
1772
|
key: z.string(),
|
|
1773
1773
|
display_name: z.string().optional(),
|
|
@@ -1819,7 +1819,7 @@ export const DataJSONSchemaTool$outboundSchema: z.ZodType<
|
|
|
1819
1819
|
z.ZodTypeDef,
|
|
1820
1820
|
DataJSONSchemaTool
|
|
1821
1821
|
> = z.object({
|
|
1822
|
-
id: z.string().default("
|
|
1822
|
+
id: z.string().default("tool_01KC5WJPH815S03077H48AZVYV"),
|
|
1823
1823
|
path: z.string(),
|
|
1824
1824
|
key: z.string(),
|
|
1825
1825
|
displayName: z.string().optional(),
|
|
@@ -1995,7 +1995,7 @@ export const DataFunctionTool$inboundSchema: z.ZodType<
|
|
|
1995
1995
|
z.ZodTypeDef,
|
|
1996
1996
|
unknown
|
|
1997
1997
|
> = z.object({
|
|
1998
|
-
_id: z.string().default("
|
|
1998
|
+
_id: z.string().default("tool_01KC5WJPH76R66J1555MXA4DWK"),
|
|
1999
1999
|
path: z.string(),
|
|
2000
2000
|
key: z.string(),
|
|
2001
2001
|
display_name: z.string().optional(),
|
|
@@ -2046,7 +2046,7 @@ export const DataFunctionTool$outboundSchema: z.ZodType<
|
|
|
2046
2046
|
z.ZodTypeDef,
|
|
2047
2047
|
DataFunctionTool
|
|
2048
2048
|
> = z.object({
|
|
2049
|
-
id: z.string().default("
|
|
2049
|
+
id: z.string().default("tool_01KC5WJPH76R66J1555MXA4DWK"),
|
|
2050
2050
|
path: z.string(),
|
|
2051
2051
|
key: z.string(),
|
|
2052
2052
|
displayName: z.string().optional(),
|
|
@@ -296,7 +296,7 @@ export const GetBudgetResponseBody$inboundSchema: z.ZodType<
|
|
|
296
296
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
297
297
|
.optional(),
|
|
298
298
|
updated: z.string().datetime({ offset: true }).default(
|
|
299
|
-
"2025-12-
|
|
299
|
+
"2025-12-11T05:01:28.677Z",
|
|
300
300
|
).transform(v => new Date(v)),
|
|
301
301
|
}).transform((v) => {
|
|
302
302
|
return remap$(v, {
|
|
@@ -336,7 +336,7 @@ export const GetBudgetResponseBody$outboundSchema: z.ZodType<
|
|
|
336
336
|
isActive: z.boolean(),
|
|
337
337
|
consumption: z.lazy(() => GetBudgetConsumption$outboundSchema).optional(),
|
|
338
338
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
339
|
-
updated: z.date().default(() => new Date("2025-12-
|
|
339
|
+
updated: z.date().default(() => new Date("2025-12-11T05:01:28.677Z"))
|
|
340
340
|
.transform(v => v.toISOString()),
|
|
341
341
|
}).transform((v) => {
|
|
342
342
|
return remap$(v, {
|
|
@@ -857,8 +857,8 @@ export const DataTypescript$inboundSchema: z.ZodType<
|
|
|
857
857
|
> = z.object({
|
|
858
858
|
_id: z.string(),
|
|
859
859
|
description: z.string(),
|
|
860
|
-
created: z.string().default("2025-12-
|
|
861
|
-
updated: z.string().default("2025-12-
|
|
860
|
+
created: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
861
|
+
updated: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
862
862
|
guardrail_config: z.union([
|
|
863
863
|
z.lazy(() =>
|
|
864
864
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema
|
|
@@ -899,8 +899,8 @@ export const DataTypescript$outboundSchema: z.ZodType<
|
|
|
899
899
|
> = z.object({
|
|
900
900
|
id: z.string(),
|
|
901
901
|
description: z.string(),
|
|
902
|
-
created: z.string().default("2025-12-
|
|
903
|
-
updated: z.string().default("2025-12-
|
|
902
|
+
created: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
903
|
+
updated: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
904
904
|
guardrailConfig: z.union([
|
|
905
905
|
z.lazy(() =>
|
|
906
906
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema
|
|
@@ -1125,8 +1125,8 @@ export const DataRagas$inboundSchema: z.ZodType<
|
|
|
1125
1125
|
> = z.object({
|
|
1126
1126
|
_id: z.string(),
|
|
1127
1127
|
description: z.string(),
|
|
1128
|
-
created: z.string().default("2025-12-
|
|
1129
|
-
updated: z.string().default("2025-12-
|
|
1128
|
+
created: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
1129
|
+
updated: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
1130
1130
|
guardrail_config: z.union([
|
|
1131
1131
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
1132
1132
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
@@ -1166,8 +1166,8 @@ export const DataRagas$outboundSchema: z.ZodType<
|
|
|
1166
1166
|
> = z.object({
|
|
1167
1167
|
id: z.string(),
|
|
1168
1168
|
description: z.string(),
|
|
1169
|
-
created: z.string().default("2025-12-
|
|
1170
|
-
updated: z.string().default("2025-12-
|
|
1169
|
+
created: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
1170
|
+
updated: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
1171
1171
|
guardrailConfig: z.union([
|
|
1172
1172
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
1173
1173
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
@@ -2791,8 +2791,8 @@ export const DataFunction$inboundSchema: z.ZodType<
|
|
|
2791
2791
|
> = z.object({
|
|
2792
2792
|
_id: z.string(),
|
|
2793
2793
|
description: z.string(),
|
|
2794
|
-
created: z.string().default("2025-12-
|
|
2795
|
-
updated: z.string().default("2025-12-
|
|
2794
|
+
created: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
2795
|
+
updated: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
2796
2796
|
guardrail_config: z.union([
|
|
2797
2797
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
2798
2798
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
@@ -2895,8 +2895,8 @@ export const DataFunction$outboundSchema: z.ZodType<
|
|
|
2895
2895
|
> = z.object({
|
|
2896
2896
|
id: z.string(),
|
|
2897
2897
|
description: z.string(),
|
|
2898
|
-
created: z.string().default("2025-12-
|
|
2899
|
-
updated: z.string().default("2025-12-
|
|
2898
|
+
created: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
2899
|
+
updated: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
2900
2900
|
guardrailConfig: z.union([
|
|
2901
2901
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
2902
2902
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
@@ -3118,8 +3118,8 @@ export const DataPython$inboundSchema: z.ZodType<
|
|
|
3118
3118
|
> = z.object({
|
|
3119
3119
|
_id: z.string(),
|
|
3120
3120
|
description: z.string(),
|
|
3121
|
-
created: z.string().default("2025-12-
|
|
3122
|
-
updated: z.string().default("2025-12-
|
|
3121
|
+
created: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
3122
|
+
updated: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
3123
3123
|
guardrail_config: z.union([
|
|
3124
3124
|
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
3125
3125
|
z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
|
|
@@ -3156,8 +3156,8 @@ export const DataPython$outboundSchema: z.ZodType<
|
|
|
3156
3156
|
> = z.object({
|
|
3157
3157
|
id: z.string(),
|
|
3158
3158
|
description: z.string(),
|
|
3159
|
-
created: z.string().default("2025-12-
|
|
3160
|
-
updated: z.string().default("2025-12-
|
|
3159
|
+
created: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
3160
|
+
updated: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
3161
3161
|
guardrailConfig: z.union([
|
|
3162
3162
|
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
3163
3163
|
z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
|
|
@@ -3349,8 +3349,8 @@ export const DataHTTP$inboundSchema: z.ZodType<
|
|
|
3349
3349
|
> = z.object({
|
|
3350
3350
|
_id: z.string(),
|
|
3351
3351
|
description: z.string(),
|
|
3352
|
-
created: z.string().default("2025-12-
|
|
3353
|
-
updated: z.string().default("2025-12-
|
|
3352
|
+
created: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
3353
|
+
updated: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
3354
3354
|
guardrail_config: z.union([
|
|
3355
3355
|
z.lazy(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
3356
3356
|
z.lazy(() => GetEvalsGuardrailConfigNumber$inboundSchema),
|
|
@@ -3393,8 +3393,8 @@ export const DataHTTP$outboundSchema: z.ZodType<
|
|
|
3393
3393
|
> = z.object({
|
|
3394
3394
|
id: z.string(),
|
|
3395
3395
|
description: z.string(),
|
|
3396
|
-
created: z.string().default("2025-12-
|
|
3397
|
-
updated: z.string().default("2025-12-
|
|
3396
|
+
created: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
3397
|
+
updated: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
3398
3398
|
guardrailConfig: z.union([
|
|
3399
3399
|
z.lazy(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
3400
3400
|
z.lazy(() => GetEvalsGuardrailConfigNumber$outboundSchema),
|
|
@@ -3615,8 +3615,8 @@ export const DataJSON$inboundSchema: z.ZodType<
|
|
|
3615
3615
|
> = z.object({
|
|
3616
3616
|
_id: z.string(),
|
|
3617
3617
|
description: z.string(),
|
|
3618
|
-
created: z.string().default("2025-12-
|
|
3619
|
-
updated: z.string().default("2025-12-
|
|
3618
|
+
created: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
3619
|
+
updated: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
3620
3620
|
guardrail_config: z.union([
|
|
3621
3621
|
z.lazy(() =>
|
|
3622
3622
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema
|
|
@@ -3657,8 +3657,8 @@ export const DataJSON$outboundSchema: z.ZodType<
|
|
|
3657
3657
|
> = z.object({
|
|
3658
3658
|
id: z.string(),
|
|
3659
3659
|
description: z.string(),
|
|
3660
|
-
created: z.string().default("2025-12-
|
|
3661
|
-
updated: z.string().default("2025-12-
|
|
3660
|
+
created: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
3661
|
+
updated: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
3662
3662
|
guardrailConfig: z.union([
|
|
3663
3663
|
z.lazy(() =>
|
|
3664
3664
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema
|
|
@@ -3888,8 +3888,8 @@ export const DataLLM$inboundSchema: z.ZodType<DataLLM, z.ZodTypeDef, unknown> =
|
|
|
3888
3888
|
z.object({
|
|
3889
3889
|
_id: z.string(),
|
|
3890
3890
|
description: z.string(),
|
|
3891
|
-
created: z.string().default("2025-12-
|
|
3892
|
-
updated: z.string().default("2025-12-
|
|
3891
|
+
created: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
3892
|
+
updated: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
3893
3893
|
guardrail_config: z.union([
|
|
3894
3894
|
z.lazy(() =>
|
|
3895
3895
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema
|
|
@@ -3932,8 +3932,8 @@ export const DataLLM$outboundSchema: z.ZodType<
|
|
|
3932
3932
|
> = z.object({
|
|
3933
3933
|
id: z.string(),
|
|
3934
3934
|
description: z.string(),
|
|
3935
|
-
created: z.string().default("2025-12-
|
|
3936
|
-
updated: z.string().default("2025-12-
|
|
3935
|
+
created: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
3936
|
+
updated: z.string().default("2025-12-11T05:01:30.691Z"),
|
|
3937
3937
|
guardrailConfig: z.union([
|
|
3938
3938
|
z.lazy(() =>
|
|
3939
3939
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema
|
|
@@ -345,6 +345,7 @@ export const GetPromptVersionProvider = {
|
|
|
345
345
|
Deepseek: "deepseek",
|
|
346
346
|
Contextualai: "contextualai",
|
|
347
347
|
Moonshotai: "moonshotai",
|
|
348
|
+
Zai: "zai",
|
|
348
349
|
} as const;
|
|
349
350
|
export type GetPromptVersionProvider = ClosedEnum<
|
|
350
351
|
typeof GetPromptVersionProvider
|
|
@@ -11,14 +11,15 @@ import { RFCDate } from "../../types/rfcdate.js";
|
|
|
11
11
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
|
-
* Filter by budget entity type (contact or workspace)
|
|
14
|
+
* Filter by budget entity type (api_key, contact or workspace)
|
|
15
15
|
*/
|
|
16
16
|
export const QueryParamType = {
|
|
17
|
+
ApiKey: "api_key",
|
|
17
18
|
Contact: "contact",
|
|
18
19
|
Workspace: "workspace",
|
|
19
20
|
} as const;
|
|
20
21
|
/**
|
|
21
|
-
* Filter by budget entity type (contact or workspace)
|
|
22
|
+
* Filter by budget entity type (api_key, contact or workspace)
|
|
22
23
|
*/
|
|
23
24
|
export type QueryParamType = ClosedEnum<typeof QueryParamType>;
|
|
24
25
|
|
|
@@ -36,7 +37,7 @@ export type ListBudgetsRequest = {
|
|
|
36
37
|
*/
|
|
37
38
|
endingBefore?: string | undefined;
|
|
38
39
|
/**
|
|
39
|
-
* Filter by budget entity type (contact or workspace)
|
|
40
|
+
* Filter by budget entity type (api_key, contact or workspace)
|
|
40
41
|
*/
|
|
41
42
|
type?: QueryParamType | undefined;
|
|
42
43
|
/**
|
|
@@ -386,7 +387,7 @@ export const ListBudgetsData$inboundSchema: z.ZodType<
|
|
|
386
387
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
387
388
|
.optional(),
|
|
388
389
|
updated: z.string().datetime({ offset: true }).default(
|
|
389
|
-
"2025-12-
|
|
390
|
+
"2025-12-11T05:01:28.677Z",
|
|
390
391
|
).transform(v => new Date(v)),
|
|
391
392
|
}).transform((v) => {
|
|
392
393
|
return remap$(v, {
|
|
@@ -423,7 +424,7 @@ export const ListBudgetsData$outboundSchema: z.ZodType<
|
|
|
423
424
|
isActive: z.boolean(),
|
|
424
425
|
consumption: z.lazy(() => ListBudgetsConsumption$outboundSchema).optional(),
|
|
425
426
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
426
|
-
updated: z.date().default(() => new Date("2025-12-
|
|
427
|
+
updated: z.date().default(() => new Date("2025-12-11T05:01:28.677Z"))
|
|
427
428
|
.transform(v => v.toISOString()),
|
|
428
429
|
}).transform((v) => {
|
|
429
430
|
return remap$(v, {
|