@orq-ai/node 4.1.0-rc.45 → 4.1.0-rc.50
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 +31 -24
- package/bin/mcp-server.js +3439 -531
- package/bin/mcp-server.js.map +65 -58
- package/examples/package-lock.json +1 -1
- package/funcs/routerChatCompletions.d.ts +23 -0
- package/funcs/routerChatCompletions.d.ts.map +1 -0
- package/funcs/routerChatCompletions.js +121 -0
- package/funcs/routerChatCompletions.js.map +1 -0
- package/funcs/routerImagesGenerate.d.ts +17 -0
- package/funcs/routerImagesGenerate.d.ts.map +1 -0
- package/funcs/routerImagesGenerate.js +114 -0
- package/funcs/routerImagesGenerate.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/event-streams.js +1 -1
- package/lib/event-streams.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +5 -1
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/routerChatCompletions.d.ts +8 -0
- package/mcp-server/tools/routerChatCompletions.d.ts.map +1 -0
- package/mcp-server/tools/routerChatCompletions.js +64 -0
- package/mcp-server/tools/routerChatCompletions.js.map +1 -0
- package/mcp-server/tools/routerImagesGenerate.d.ts +8 -0
- package/mcp-server/tools/routerImagesGenerate.d.ts.map +1 -0
- package/mcp-server/tools/routerImagesGenerate.js +64 -0
- package/mcp-server/tools/routerImagesGenerate.js.map +1 -0
- package/models/components/conversationresponse.js +2 -2
- package/models/components/index.d.ts +1 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -0
- package/models/components/index.js.map +1 -1
- package/models/components/partdoneevent.js +2 -2
- package/models/components/publiccontact.d.ts +52 -0
- package/models/components/publiccontact.d.ts.map +1 -0
- package/models/components/publiccontact.js +79 -0
- package/models/components/publiccontact.js.map +1 -0
- package/models/components/reasoningpart.js +2 -2
- package/models/operations/createagentrequest.d.ts +280 -36
- package/models/operations/createagentrequest.d.ts.map +1 -1
- package/models/operations/createagentrequest.js +308 -51
- package/models/operations/createagentrequest.js.map +1 -1
- package/models/operations/createagentresponserequest.d.ts.map +1 -1
- package/models/operations/createagentresponserequest.js +3 -1
- package/models/operations/createagentresponserequest.js.map +1 -1
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createchatcompletion.d.ts +3152 -0
- package/models/operations/createchatcompletion.d.ts.map +1 -0
- package/models/operations/createchatcompletion.js +3398 -0
- package/models/operations/createchatcompletion.js.map +1 -0
- 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.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +28 -28
- package/models/operations/createimage.d.ts +433 -0
- package/models/operations/createimage.d.ts.map +1 -0
- package/models/operations/createimage.js +455 -0
- package/models/operations/createimage.js.map +1 -0
- package/models/operations/creatememory.d.ts +1 -1
- package/models/operations/createtool.js +12 -12
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +3 -1
- 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 +8 -8
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +11 -12
- 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/index.d.ts +2 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +2 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/invokeeval.d.ts +5 -5
- package/models/operations/invokeeval.d.ts.map +1 -1
- package/models/operations/invokeeval.js +7 -7
- package/models/operations/invokeeval.js.map +1 -1
- package/models/operations/listagents.d.ts +122 -0
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js +129 -3
- package/models/operations/listagents.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/retrieveagentrequest.d.ts +122 -0
- package/models/operations/retrieveagentrequest.d.ts.map +1 -1
- package/models/operations/retrieveagentrequest.js +128 -3
- package/models/operations/retrieveagentrequest.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrieveconversation.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 +12 -12
- package/models/operations/runagent.d.ts +122 -0
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +132 -7
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +122 -0
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +131 -7
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updateagent.d.ts +244 -0
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +255 -7
- package/models/operations/updateagent.js.map +1 -1
- 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.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/updatememory.d.ts +1 -1
- package/models/operations/updatetool.js +14 -14
- package/package.json +1 -1
- package/sdk/router.d.ts +23 -0
- package/sdk/router.d.ts.map +1 -0
- package/sdk/router.js +34 -0
- package/sdk/router.js.map +1 -0
- package/sdk/sdk.d.ts +3 -0
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +4 -0
- package/sdk/sdk.js.map +1 -1
- package/src/funcs/routerChatCompletions.ts +172 -0
- package/src/funcs/routerImagesGenerate.ts +160 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/event-streams.ts +1 -1
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +5 -1
- package/src/mcp-server/tools/routerChatCompletions.ts +37 -0
- package/src/mcp-server/tools/routerImagesGenerate.ts +37 -0
- package/src/models/components/conversationresponse.ts +2 -2
- package/src/models/components/index.ts +1 -0
- package/src/models/components/partdoneevent.ts +2 -2
- package/src/models/components/publiccontact.ts +99 -0
- package/src/models/components/reasoningpart.ts +2 -2
- package/src/models/operations/createagentrequest.ts +760 -113
- package/src/models/operations/createagentresponserequest.ts +2 -1
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createchatcompletion.ts +8911 -0
- 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 +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +28 -28
- package/src/models/operations/createimage.ts +966 -0
- package/src/models/operations/creatememory.ts +1 -1
- package/src/models/operations/createtool.ts +12 -12
- package/src/models/operations/deploymentstream.ts +2 -1
- 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 +45 -38
- 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/index.ts +2 -0
- package/src/models/operations/invokeeval.ts +11 -10
- package/src/models/operations/listagents.ts +313 -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/retrieveagentrequest.ts +337 -0
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrieveconversation.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 +12 -12
- package/src/models/operations/runagent.ts +315 -2
- package/src/models/operations/streamrunagent.ts +342 -2
- package/src/models/operations/updateagent.ts +659 -0
- 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 +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/updatememory.ts +1 -1
- package/src/models/operations/updatetool.ts +14 -14
- package/src/sdk/router.ts +52 -0
- package/src/sdk/sdk.ts +6 -0
|
@@ -238,10 +238,10 @@ export type ResponseBodyBoolean = {
|
|
|
238
238
|
value: boolean | string | number | null;
|
|
239
239
|
};
|
|
240
240
|
|
|
241
|
-
export const
|
|
241
|
+
export const FormatOptionsStyle = {
|
|
242
242
|
Currency: "currency",
|
|
243
243
|
} as const;
|
|
244
|
-
export type
|
|
244
|
+
export type FormatOptionsStyle = ClosedEnum<typeof FormatOptionsStyle>;
|
|
245
245
|
|
|
246
246
|
export const Currency = {
|
|
247
247
|
Usd: "USD",
|
|
@@ -249,7 +249,7 @@ export const Currency = {
|
|
|
249
249
|
export type Currency = ClosedEnum<typeof Currency>;
|
|
250
250
|
|
|
251
251
|
export type FormatOptions2 = {
|
|
252
|
-
style:
|
|
252
|
+
style: FormatOptionsStyle;
|
|
253
253
|
currency: Currency;
|
|
254
254
|
};
|
|
255
255
|
|
|
@@ -1572,12 +1572,13 @@ export function responseBodyBooleanFromJSON(
|
|
|
1572
1572
|
}
|
|
1573
1573
|
|
|
1574
1574
|
/** @internal */
|
|
1575
|
-
export const
|
|
1576
|
-
|
|
1577
|
-
);
|
|
1575
|
+
export const FormatOptionsStyle$inboundSchema: z.ZodNativeEnum<
|
|
1576
|
+
typeof FormatOptionsStyle
|
|
1577
|
+
> = z.nativeEnum(FormatOptionsStyle);
|
|
1578
1578
|
/** @internal */
|
|
1579
|
-
export const
|
|
1580
|
-
|
|
1579
|
+
export const FormatOptionsStyle$outboundSchema: z.ZodNativeEnum<
|
|
1580
|
+
typeof FormatOptionsStyle
|
|
1581
|
+
> = FormatOptionsStyle$inboundSchema;
|
|
1581
1582
|
|
|
1582
1583
|
/** @internal */
|
|
1583
1584
|
export const Currency$inboundSchema: z.ZodNativeEnum<typeof Currency> = z
|
|
@@ -1592,7 +1593,7 @@ export const FormatOptions2$inboundSchema: z.ZodType<
|
|
|
1592
1593
|
z.ZodTypeDef,
|
|
1593
1594
|
unknown
|
|
1594
1595
|
> = z.object({
|
|
1595
|
-
style:
|
|
1596
|
+
style: FormatOptionsStyle$inboundSchema,
|
|
1596
1597
|
currency: Currency$inboundSchema,
|
|
1597
1598
|
});
|
|
1598
1599
|
/** @internal */
|
|
@@ -1607,7 +1608,7 @@ export const FormatOptions2$outboundSchema: z.ZodType<
|
|
|
1607
1608
|
z.ZodTypeDef,
|
|
1608
1609
|
FormatOptions2
|
|
1609
1610
|
> = z.object({
|
|
1610
|
-
style:
|
|
1611
|
+
style: FormatOptionsStyle$outboundSchema,
|
|
1611
1612
|
currency: Currency$outboundSchema,
|
|
1612
1613
|
});
|
|
1613
1614
|
|
|
@@ -384,6 +384,41 @@ export const ListAgentsModalities = {
|
|
|
384
384
|
} as const;
|
|
385
385
|
export type ListAgentsModalities = ClosedEnum<typeof ListAgentsModalities>;
|
|
386
386
|
|
|
387
|
+
/**
|
|
388
|
+
* The key of the guardrail.
|
|
389
|
+
*/
|
|
390
|
+
export const ListAgentsId1 = {
|
|
391
|
+
OrqPiiDetection: "orq_pii_detection",
|
|
392
|
+
} as const;
|
|
393
|
+
/**
|
|
394
|
+
* The key of the guardrail.
|
|
395
|
+
*/
|
|
396
|
+
export type ListAgentsId1 = ClosedEnum<typeof ListAgentsId1>;
|
|
397
|
+
|
|
398
|
+
export type ListAgentsId = ListAgentsId1 | string;
|
|
399
|
+
|
|
400
|
+
/**
|
|
401
|
+
* Determines whether the guardrail runs on the input (user message) or output (model response).
|
|
402
|
+
*/
|
|
403
|
+
export const ListAgentsAgentsResponseExecuteOn = {
|
|
404
|
+
Input: "input",
|
|
405
|
+
Output: "output",
|
|
406
|
+
} as const;
|
|
407
|
+
/**
|
|
408
|
+
* Determines whether the guardrail runs on the input (user message) or output (model response).
|
|
409
|
+
*/
|
|
410
|
+
export type ListAgentsAgentsResponseExecuteOn = ClosedEnum<
|
|
411
|
+
typeof ListAgentsAgentsResponseExecuteOn
|
|
412
|
+
>;
|
|
413
|
+
|
|
414
|
+
export type ListAgentsAgentsGuardrails = {
|
|
415
|
+
id: ListAgentsId1 | string;
|
|
416
|
+
/**
|
|
417
|
+
* Determines whether the guardrail runs on the input (user message) or output (model response).
|
|
418
|
+
*/
|
|
419
|
+
executeOn: ListAgentsAgentsResponseExecuteOn;
|
|
420
|
+
};
|
|
421
|
+
|
|
387
422
|
/**
|
|
388
423
|
* Model behavior parameters (snake_case) stored as part of the agent configuration. These become the default parameters used when the agent is executed. Commonly used: temperature (0-1, controls randomness), max_completion_tokens (response length), top_p (nucleus sampling). Advanced: frequency_penalty, presence_penalty, response_format (JSON/structured output), reasoning_effort (for o1/thinking models), seed (reproducibility), stop sequences. Model-specific support varies. Runtime parameters in agent execution requests can override these defaults.
|
|
389
424
|
*/
|
|
@@ -489,6 +524,10 @@ export type ListAgentsParameters = {
|
|
|
489
524
|
* Output types that you would like the model to generate. Most models are capable of generating text, which is the default: ["text"]. The gpt-4o-audio-preview model can also be used to generate audio. To request that this model generate both text and audio responses, you can use: ["text", "audio"].
|
|
490
525
|
*/
|
|
491
526
|
modalities?: Array<ListAgentsModalities> | null | undefined;
|
|
527
|
+
/**
|
|
528
|
+
* A list of guardrails to apply to the request.
|
|
529
|
+
*/
|
|
530
|
+
guardrails?: Array<ListAgentsAgentsGuardrails> | undefined;
|
|
492
531
|
};
|
|
493
532
|
|
|
494
533
|
/**
|
|
@@ -716,6 +755,43 @@ export type ListAgentsFallbackModelConfigurationModalities = ClosedEnum<
|
|
|
716
755
|
typeof ListAgentsFallbackModelConfigurationModalities
|
|
717
756
|
>;
|
|
718
757
|
|
|
758
|
+
/**
|
|
759
|
+
* The key of the guardrail.
|
|
760
|
+
*/
|
|
761
|
+
export const ListAgentsIdAgents1 = {
|
|
762
|
+
OrqPiiDetection: "orq_pii_detection",
|
|
763
|
+
} as const;
|
|
764
|
+
/**
|
|
765
|
+
* The key of the guardrail.
|
|
766
|
+
*/
|
|
767
|
+
export type ListAgentsIdAgents1 = ClosedEnum<typeof ListAgentsIdAgents1>;
|
|
768
|
+
|
|
769
|
+
export type ListAgentsFallbackModelConfigurationId =
|
|
770
|
+
| ListAgentsIdAgents1
|
|
771
|
+
| string;
|
|
772
|
+
|
|
773
|
+
/**
|
|
774
|
+
* Determines whether the guardrail runs on the input (user message) or output (model response).
|
|
775
|
+
*/
|
|
776
|
+
export const ListAgentsFallbackModelConfigurationExecuteOn = {
|
|
777
|
+
Input: "input",
|
|
778
|
+
Output: "output",
|
|
779
|
+
} as const;
|
|
780
|
+
/**
|
|
781
|
+
* Determines whether the guardrail runs on the input (user message) or output (model response).
|
|
782
|
+
*/
|
|
783
|
+
export type ListAgentsFallbackModelConfigurationExecuteOn = ClosedEnum<
|
|
784
|
+
typeof ListAgentsFallbackModelConfigurationExecuteOn
|
|
785
|
+
>;
|
|
786
|
+
|
|
787
|
+
export type ListAgentsFallbackModelConfigurationGuardrails = {
|
|
788
|
+
id: ListAgentsIdAgents1 | string;
|
|
789
|
+
/**
|
|
790
|
+
* Determines whether the guardrail runs on the input (user message) or output (model response).
|
|
791
|
+
*/
|
|
792
|
+
executeOn: ListAgentsFallbackModelConfigurationExecuteOn;
|
|
793
|
+
};
|
|
794
|
+
|
|
719
795
|
/**
|
|
720
796
|
* Optional model parameters specific to this fallback model. Overrides primary model parameters if this fallback is used.
|
|
721
797
|
*/
|
|
@@ -832,6 +908,12 @@ export type ListAgentsFallbackModelConfigurationParameters = {
|
|
|
832
908
|
| Array<ListAgentsFallbackModelConfigurationModalities>
|
|
833
909
|
| null
|
|
834
910
|
| undefined;
|
|
911
|
+
/**
|
|
912
|
+
* A list of guardrails to apply to the request.
|
|
913
|
+
*/
|
|
914
|
+
guardrails?:
|
|
915
|
+
| Array<ListAgentsFallbackModelConfigurationGuardrails>
|
|
916
|
+
| undefined;
|
|
835
917
|
};
|
|
836
918
|
|
|
837
919
|
/**
|
|
@@ -1941,6 +2023,103 @@ export const ListAgentsModalities$outboundSchema: z.ZodNativeEnum<
|
|
|
1941
2023
|
typeof ListAgentsModalities
|
|
1942
2024
|
> = ListAgentsModalities$inboundSchema;
|
|
1943
2025
|
|
|
2026
|
+
/** @internal */
|
|
2027
|
+
export const ListAgentsId1$inboundSchema: z.ZodNativeEnum<
|
|
2028
|
+
typeof ListAgentsId1
|
|
2029
|
+
> = z.nativeEnum(ListAgentsId1);
|
|
2030
|
+
/** @internal */
|
|
2031
|
+
export const ListAgentsId1$outboundSchema: z.ZodNativeEnum<
|
|
2032
|
+
typeof ListAgentsId1
|
|
2033
|
+
> = ListAgentsId1$inboundSchema;
|
|
2034
|
+
|
|
2035
|
+
/** @internal */
|
|
2036
|
+
export const ListAgentsId$inboundSchema: z.ZodType<
|
|
2037
|
+
ListAgentsId,
|
|
2038
|
+
z.ZodTypeDef,
|
|
2039
|
+
unknown
|
|
2040
|
+
> = z.union([ListAgentsId1$inboundSchema, z.string()]);
|
|
2041
|
+
/** @internal */
|
|
2042
|
+
export type ListAgentsId$Outbound = string | string;
|
|
2043
|
+
|
|
2044
|
+
/** @internal */
|
|
2045
|
+
export const ListAgentsId$outboundSchema: z.ZodType<
|
|
2046
|
+
ListAgentsId$Outbound,
|
|
2047
|
+
z.ZodTypeDef,
|
|
2048
|
+
ListAgentsId
|
|
2049
|
+
> = z.union([ListAgentsId1$outboundSchema, z.string()]);
|
|
2050
|
+
|
|
2051
|
+
export function listAgentsIdToJSON(listAgentsId: ListAgentsId): string {
|
|
2052
|
+
return JSON.stringify(ListAgentsId$outboundSchema.parse(listAgentsId));
|
|
2053
|
+
}
|
|
2054
|
+
export function listAgentsIdFromJSON(
|
|
2055
|
+
jsonString: string,
|
|
2056
|
+
): SafeParseResult<ListAgentsId, SDKValidationError> {
|
|
2057
|
+
return safeParse(
|
|
2058
|
+
jsonString,
|
|
2059
|
+
(x) => ListAgentsId$inboundSchema.parse(JSON.parse(x)),
|
|
2060
|
+
`Failed to parse 'ListAgentsId' from JSON`,
|
|
2061
|
+
);
|
|
2062
|
+
}
|
|
2063
|
+
|
|
2064
|
+
/** @internal */
|
|
2065
|
+
export const ListAgentsAgentsResponseExecuteOn$inboundSchema: z.ZodNativeEnum<
|
|
2066
|
+
typeof ListAgentsAgentsResponseExecuteOn
|
|
2067
|
+
> = z.nativeEnum(ListAgentsAgentsResponseExecuteOn);
|
|
2068
|
+
/** @internal */
|
|
2069
|
+
export const ListAgentsAgentsResponseExecuteOn$outboundSchema: z.ZodNativeEnum<
|
|
2070
|
+
typeof ListAgentsAgentsResponseExecuteOn
|
|
2071
|
+
> = ListAgentsAgentsResponseExecuteOn$inboundSchema;
|
|
2072
|
+
|
|
2073
|
+
/** @internal */
|
|
2074
|
+
export const ListAgentsAgentsGuardrails$inboundSchema: z.ZodType<
|
|
2075
|
+
ListAgentsAgentsGuardrails,
|
|
2076
|
+
z.ZodTypeDef,
|
|
2077
|
+
unknown
|
|
2078
|
+
> = z.object({
|
|
2079
|
+
id: z.union([ListAgentsId1$inboundSchema, z.string()]),
|
|
2080
|
+
execute_on: ListAgentsAgentsResponseExecuteOn$inboundSchema,
|
|
2081
|
+
}).transform((v) => {
|
|
2082
|
+
return remap$(v, {
|
|
2083
|
+
"execute_on": "executeOn",
|
|
2084
|
+
});
|
|
2085
|
+
});
|
|
2086
|
+
/** @internal */
|
|
2087
|
+
export type ListAgentsAgentsGuardrails$Outbound = {
|
|
2088
|
+
id: string | string;
|
|
2089
|
+
execute_on: string;
|
|
2090
|
+
};
|
|
2091
|
+
|
|
2092
|
+
/** @internal */
|
|
2093
|
+
export const ListAgentsAgentsGuardrails$outboundSchema: z.ZodType<
|
|
2094
|
+
ListAgentsAgentsGuardrails$Outbound,
|
|
2095
|
+
z.ZodTypeDef,
|
|
2096
|
+
ListAgentsAgentsGuardrails
|
|
2097
|
+
> = z.object({
|
|
2098
|
+
id: z.union([ListAgentsId1$outboundSchema, z.string()]),
|
|
2099
|
+
executeOn: ListAgentsAgentsResponseExecuteOn$outboundSchema,
|
|
2100
|
+
}).transform((v) => {
|
|
2101
|
+
return remap$(v, {
|
|
2102
|
+
executeOn: "execute_on",
|
|
2103
|
+
});
|
|
2104
|
+
});
|
|
2105
|
+
|
|
2106
|
+
export function listAgentsAgentsGuardrailsToJSON(
|
|
2107
|
+
listAgentsAgentsGuardrails: ListAgentsAgentsGuardrails,
|
|
2108
|
+
): string {
|
|
2109
|
+
return JSON.stringify(
|
|
2110
|
+
ListAgentsAgentsGuardrails$outboundSchema.parse(listAgentsAgentsGuardrails),
|
|
2111
|
+
);
|
|
2112
|
+
}
|
|
2113
|
+
export function listAgentsAgentsGuardrailsFromJSON(
|
|
2114
|
+
jsonString: string,
|
|
2115
|
+
): SafeParseResult<ListAgentsAgentsGuardrails, SDKValidationError> {
|
|
2116
|
+
return safeParse(
|
|
2117
|
+
jsonString,
|
|
2118
|
+
(x) => ListAgentsAgentsGuardrails$inboundSchema.parse(JSON.parse(x)),
|
|
2119
|
+
`Failed to parse 'ListAgentsAgentsGuardrails' from JSON`,
|
|
2120
|
+
);
|
|
2121
|
+
}
|
|
2122
|
+
|
|
1944
2123
|
/** @internal */
|
|
1945
2124
|
export const ListAgentsParameters$inboundSchema: z.ZodType<
|
|
1946
2125
|
ListAgentsParameters,
|
|
@@ -1981,6 +2160,8 @@ export const ListAgentsParameters$inboundSchema: z.ZodType<
|
|
|
1981
2160
|
parallel_tool_calls: z.boolean().optional(),
|
|
1982
2161
|
modalities: z.nullable(z.array(ListAgentsModalities$inboundSchema))
|
|
1983
2162
|
.optional(),
|
|
2163
|
+
guardrails: z.array(z.lazy(() => ListAgentsAgentsGuardrails$inboundSchema))
|
|
2164
|
+
.optional(),
|
|
1984
2165
|
}).transform((v) => {
|
|
1985
2166
|
return remap$(v, {
|
|
1986
2167
|
"frequency_penalty": "frequencyPenalty",
|
|
@@ -2027,6 +2208,7 @@ export type ListAgentsParameters$Outbound = {
|
|
|
2027
2208
|
tool_choice?: ListAgentsToolChoice2$Outbound | string | undefined;
|
|
2028
2209
|
parallel_tool_calls?: boolean | undefined;
|
|
2029
2210
|
modalities?: Array<string> | null | undefined;
|
|
2211
|
+
guardrails?: Array<ListAgentsAgentsGuardrails$Outbound> | undefined;
|
|
2030
2212
|
};
|
|
2031
2213
|
|
|
2032
2214
|
/** @internal */
|
|
@@ -2069,6 +2251,8 @@ export const ListAgentsParameters$outboundSchema: z.ZodType<
|
|
|
2069
2251
|
parallelToolCalls: z.boolean().optional(),
|
|
2070
2252
|
modalities: z.nullable(z.array(ListAgentsModalities$outboundSchema))
|
|
2071
2253
|
.optional(),
|
|
2254
|
+
guardrails: z.array(z.lazy(() => ListAgentsAgentsGuardrails$outboundSchema))
|
|
2255
|
+
.optional(),
|
|
2072
2256
|
}).transform((v) => {
|
|
2073
2257
|
return remap$(v, {
|
|
2074
2258
|
frequencyPenalty: "frequency_penalty",
|
|
@@ -2822,6 +3006,122 @@ export const ListAgentsFallbackModelConfigurationModalities$outboundSchema:
|
|
|
2822
3006
|
z.ZodNativeEnum<typeof ListAgentsFallbackModelConfigurationModalities> =
|
|
2823
3007
|
ListAgentsFallbackModelConfigurationModalities$inboundSchema;
|
|
2824
3008
|
|
|
3009
|
+
/** @internal */
|
|
3010
|
+
export const ListAgentsIdAgents1$inboundSchema: z.ZodNativeEnum<
|
|
3011
|
+
typeof ListAgentsIdAgents1
|
|
3012
|
+
> = z.nativeEnum(ListAgentsIdAgents1);
|
|
3013
|
+
/** @internal */
|
|
3014
|
+
export const ListAgentsIdAgents1$outboundSchema: z.ZodNativeEnum<
|
|
3015
|
+
typeof ListAgentsIdAgents1
|
|
3016
|
+
> = ListAgentsIdAgents1$inboundSchema;
|
|
3017
|
+
|
|
3018
|
+
/** @internal */
|
|
3019
|
+
export const ListAgentsFallbackModelConfigurationId$inboundSchema: z.ZodType<
|
|
3020
|
+
ListAgentsFallbackModelConfigurationId,
|
|
3021
|
+
z.ZodTypeDef,
|
|
3022
|
+
unknown
|
|
3023
|
+
> = z.union([ListAgentsIdAgents1$inboundSchema, z.string()]);
|
|
3024
|
+
/** @internal */
|
|
3025
|
+
export type ListAgentsFallbackModelConfigurationId$Outbound = string | string;
|
|
3026
|
+
|
|
3027
|
+
/** @internal */
|
|
3028
|
+
export const ListAgentsFallbackModelConfigurationId$outboundSchema: z.ZodType<
|
|
3029
|
+
ListAgentsFallbackModelConfigurationId$Outbound,
|
|
3030
|
+
z.ZodTypeDef,
|
|
3031
|
+
ListAgentsFallbackModelConfigurationId
|
|
3032
|
+
> = z.union([ListAgentsIdAgents1$outboundSchema, z.string()]);
|
|
3033
|
+
|
|
3034
|
+
export function listAgentsFallbackModelConfigurationIdToJSON(
|
|
3035
|
+
listAgentsFallbackModelConfigurationId:
|
|
3036
|
+
ListAgentsFallbackModelConfigurationId,
|
|
3037
|
+
): string {
|
|
3038
|
+
return JSON.stringify(
|
|
3039
|
+
ListAgentsFallbackModelConfigurationId$outboundSchema.parse(
|
|
3040
|
+
listAgentsFallbackModelConfigurationId,
|
|
3041
|
+
),
|
|
3042
|
+
);
|
|
3043
|
+
}
|
|
3044
|
+
export function listAgentsFallbackModelConfigurationIdFromJSON(
|
|
3045
|
+
jsonString: string,
|
|
3046
|
+
): SafeParseResult<ListAgentsFallbackModelConfigurationId, SDKValidationError> {
|
|
3047
|
+
return safeParse(
|
|
3048
|
+
jsonString,
|
|
3049
|
+
(x) =>
|
|
3050
|
+
ListAgentsFallbackModelConfigurationId$inboundSchema.parse(JSON.parse(x)),
|
|
3051
|
+
`Failed to parse 'ListAgentsFallbackModelConfigurationId' from JSON`,
|
|
3052
|
+
);
|
|
3053
|
+
}
|
|
3054
|
+
|
|
3055
|
+
/** @internal */
|
|
3056
|
+
export const ListAgentsFallbackModelConfigurationExecuteOn$inboundSchema:
|
|
3057
|
+
z.ZodNativeEnum<typeof ListAgentsFallbackModelConfigurationExecuteOn> = z
|
|
3058
|
+
.nativeEnum(ListAgentsFallbackModelConfigurationExecuteOn);
|
|
3059
|
+
/** @internal */
|
|
3060
|
+
export const ListAgentsFallbackModelConfigurationExecuteOn$outboundSchema:
|
|
3061
|
+
z.ZodNativeEnum<typeof ListAgentsFallbackModelConfigurationExecuteOn> =
|
|
3062
|
+
ListAgentsFallbackModelConfigurationExecuteOn$inboundSchema;
|
|
3063
|
+
|
|
3064
|
+
/** @internal */
|
|
3065
|
+
export const ListAgentsFallbackModelConfigurationGuardrails$inboundSchema:
|
|
3066
|
+
z.ZodType<
|
|
3067
|
+
ListAgentsFallbackModelConfigurationGuardrails,
|
|
3068
|
+
z.ZodTypeDef,
|
|
3069
|
+
unknown
|
|
3070
|
+
> = z.object({
|
|
3071
|
+
id: z.union([ListAgentsIdAgents1$inboundSchema, z.string()]),
|
|
3072
|
+
execute_on: ListAgentsFallbackModelConfigurationExecuteOn$inboundSchema,
|
|
3073
|
+
}).transform((v) => {
|
|
3074
|
+
return remap$(v, {
|
|
3075
|
+
"execute_on": "executeOn",
|
|
3076
|
+
});
|
|
3077
|
+
});
|
|
3078
|
+
/** @internal */
|
|
3079
|
+
export type ListAgentsFallbackModelConfigurationGuardrails$Outbound = {
|
|
3080
|
+
id: string | string;
|
|
3081
|
+
execute_on: string;
|
|
3082
|
+
};
|
|
3083
|
+
|
|
3084
|
+
/** @internal */
|
|
3085
|
+
export const ListAgentsFallbackModelConfigurationGuardrails$outboundSchema:
|
|
3086
|
+
z.ZodType<
|
|
3087
|
+
ListAgentsFallbackModelConfigurationGuardrails$Outbound,
|
|
3088
|
+
z.ZodTypeDef,
|
|
3089
|
+
ListAgentsFallbackModelConfigurationGuardrails
|
|
3090
|
+
> = z.object({
|
|
3091
|
+
id: z.union([ListAgentsIdAgents1$outboundSchema, z.string()]),
|
|
3092
|
+
executeOn: ListAgentsFallbackModelConfigurationExecuteOn$outboundSchema,
|
|
3093
|
+
}).transform((v) => {
|
|
3094
|
+
return remap$(v, {
|
|
3095
|
+
executeOn: "execute_on",
|
|
3096
|
+
});
|
|
3097
|
+
});
|
|
3098
|
+
|
|
3099
|
+
export function listAgentsFallbackModelConfigurationGuardrailsToJSON(
|
|
3100
|
+
listAgentsFallbackModelConfigurationGuardrails:
|
|
3101
|
+
ListAgentsFallbackModelConfigurationGuardrails,
|
|
3102
|
+
): string {
|
|
3103
|
+
return JSON.stringify(
|
|
3104
|
+
ListAgentsFallbackModelConfigurationGuardrails$outboundSchema.parse(
|
|
3105
|
+
listAgentsFallbackModelConfigurationGuardrails,
|
|
3106
|
+
),
|
|
3107
|
+
);
|
|
3108
|
+
}
|
|
3109
|
+
export function listAgentsFallbackModelConfigurationGuardrailsFromJSON(
|
|
3110
|
+
jsonString: string,
|
|
3111
|
+
): SafeParseResult<
|
|
3112
|
+
ListAgentsFallbackModelConfigurationGuardrails,
|
|
3113
|
+
SDKValidationError
|
|
3114
|
+
> {
|
|
3115
|
+
return safeParse(
|
|
3116
|
+
jsonString,
|
|
3117
|
+
(x) =>
|
|
3118
|
+
ListAgentsFallbackModelConfigurationGuardrails$inboundSchema.parse(
|
|
3119
|
+
JSON.parse(x),
|
|
3120
|
+
),
|
|
3121
|
+
`Failed to parse 'ListAgentsFallbackModelConfigurationGuardrails' from JSON`,
|
|
3122
|
+
);
|
|
3123
|
+
}
|
|
3124
|
+
|
|
2825
3125
|
/** @internal */
|
|
2826
3126
|
export const ListAgentsFallbackModelConfigurationParameters$inboundSchema:
|
|
2827
3127
|
z.ZodType<
|
|
@@ -2872,6 +3172,11 @@ export const ListAgentsFallbackModelConfigurationParameters$inboundSchema:
|
|
|
2872
3172
|
modalities: z.nullable(
|
|
2873
3173
|
z.array(ListAgentsFallbackModelConfigurationModalities$inboundSchema),
|
|
2874
3174
|
).optional(),
|
|
3175
|
+
guardrails: z.array(
|
|
3176
|
+
z.lazy(() =>
|
|
3177
|
+
ListAgentsFallbackModelConfigurationGuardrails$inboundSchema
|
|
3178
|
+
),
|
|
3179
|
+
).optional(),
|
|
2875
3180
|
}).transform((v) => {
|
|
2876
3181
|
return remap$(v, {
|
|
2877
3182
|
"frequency_penalty": "frequencyPenalty",
|
|
@@ -2921,6 +3226,9 @@ export type ListAgentsFallbackModelConfigurationParameters$Outbound = {
|
|
|
2921
3226
|
tool_choice?: ListAgentsToolChoiceAgents2$Outbound | string | undefined;
|
|
2922
3227
|
parallel_tool_calls?: boolean | undefined;
|
|
2923
3228
|
modalities?: Array<string> | null | undefined;
|
|
3229
|
+
guardrails?:
|
|
3230
|
+
| Array<ListAgentsFallbackModelConfigurationGuardrails$Outbound>
|
|
3231
|
+
| undefined;
|
|
2924
3232
|
};
|
|
2925
3233
|
|
|
2926
3234
|
/** @internal */
|
|
@@ -2973,6 +3281,11 @@ export const ListAgentsFallbackModelConfigurationParameters$outboundSchema:
|
|
|
2973
3281
|
modalities: z.nullable(
|
|
2974
3282
|
z.array(ListAgentsFallbackModelConfigurationModalities$outboundSchema),
|
|
2975
3283
|
).optional(),
|
|
3284
|
+
guardrails: z.array(
|
|
3285
|
+
z.lazy(() =>
|
|
3286
|
+
ListAgentsFallbackModelConfigurationGuardrails$outboundSchema
|
|
3287
|
+
),
|
|
3288
|
+
).optional(),
|
|
2976
3289
|
}).transform((v) => {
|
|
2977
3290
|
return remap$(v, {
|
|
2978
3291
|
frequencyPenalty: "frequency_penalty",
|
|
@@ -385,7 +385,7 @@ export const ListBudgetsData$inboundSchema: z.ZodType<
|
|
|
385
385
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
386
386
|
.optional(),
|
|
387
387
|
updated: z.string().datetime({ offset: true }).default(
|
|
388
|
-
"2025-12-
|
|
388
|
+
"2025-12-13T17:08:01.358Z",
|
|
389
389
|
).transform(v => new Date(v)),
|
|
390
390
|
}).transform((v) => {
|
|
391
391
|
return remap$(v, {
|
|
@@ -422,7 +422,7 @@ export const ListBudgetsData$outboundSchema: z.ZodType<
|
|
|
422
422
|
isActive: z.boolean(),
|
|
423
423
|
consumption: z.lazy(() => ListBudgetsConsumption$outboundSchema).optional(),
|
|
424
424
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
425
|
-
updated: z.date().default(() => new Date("2025-12-
|
|
425
|
+
updated: z.date().default(() => new Date("2025-12-13T17:08:01.358Z"))
|
|
426
426
|
.transform(v => v.toISOString()),
|
|
427
427
|
}).transform((v) => {
|
|
428
428
|
return remap$(v, {
|
|
@@ -305,7 +305,7 @@ export const Data$inboundSchema: z.ZodType<Data, z.ZodTypeDef, unknown> = z
|
|
|
305
305
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
306
306
|
.optional(),
|
|
307
307
|
updated: z.string().datetime({ offset: true }).default(
|
|
308
|
-
"2025-12-
|
|
308
|
+
"2025-12-13T17:08:00.934Z",
|
|
309
309
|
).transform(v => new Date(v)),
|
|
310
310
|
metrics: z.lazy(() => ListContactsMetrics$inboundSchema),
|
|
311
311
|
}).transform((v) => {
|
|
@@ -341,7 +341,7 @@ export const Data$outboundSchema: z.ZodType<Data$Outbound, z.ZodTypeDef, Data> =
|
|
|
341
341
|
tags: z.array(z.string()).optional(),
|
|
342
342
|
metadata: z.record(z.any()).optional(),
|
|
343
343
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
344
|
-
updated: z.date().default(() => new Date("2025-12-
|
|
344
|
+
updated: z.date().default(() => new Date("2025-12-13T17:08:00.934Z"))
|
|
345
345
|
.transform(v => v.toISOString()),
|
|
346
346
|
metrics: z.lazy(() => ListContactsMetrics$outboundSchema),
|
|
347
347
|
}).transform((v) => {
|
|
@@ -1960,7 +1960,7 @@ export const ListDatasetDatapointsEvaluations3$inboundSchema: z.ZodType<
|
|
|
1960
1960
|
source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
1961
1961
|
reviewed_by_id: z.string(),
|
|
1962
1962
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1963
|
-
"2025-12-
|
|
1963
|
+
"2025-12-13T17:08:06.196Z",
|
|
1964
1964
|
).transform(v => new Date(v)),
|
|
1965
1965
|
type: z.literal("string_array"),
|
|
1966
1966
|
values: z.array(z.string()),
|
|
@@ -1995,7 +1995,7 @@ export const ListDatasetDatapointsEvaluations3$outboundSchema: z.ZodType<
|
|
|
1995
1995
|
humanReviewId: z.string(),
|
|
1996
1996
|
source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
|
|
1997
1997
|
reviewedById: z.string(),
|
|
1998
|
-
reviewedAt: z.date().default(() => new Date("2025-12-
|
|
1998
|
+
reviewedAt: z.date().default(() => new Date("2025-12-13T17:08:06.196Z"))
|
|
1999
1999
|
.transform(v => v.toISOString()),
|
|
2000
2000
|
type: z.literal("string_array"),
|
|
2001
2001
|
values: z.array(z.string()),
|
|
@@ -2066,7 +2066,7 @@ export const ListDatasetDatapointsEvaluations2$inboundSchema: z.ZodType<
|
|
|
2066
2066
|
.default("orq"),
|
|
2067
2067
|
reviewed_by_id: z.string(),
|
|
2068
2068
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2069
|
-
"2025-12-
|
|
2069
|
+
"2025-12-13T17:08:06.196Z",
|
|
2070
2070
|
).transform(v => new Date(v)),
|
|
2071
2071
|
type: z.literal("number"),
|
|
2072
2072
|
value: z.number(),
|
|
@@ -2103,7 +2103,7 @@ export const ListDatasetDatapointsEvaluations2$outboundSchema: z.ZodType<
|
|
|
2103
2103
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema
|
|
2104
2104
|
.default("orq"),
|
|
2105
2105
|
reviewedById: z.string(),
|
|
2106
|
-
reviewedAt: z.date().default(() => new Date("2025-12-
|
|
2106
|
+
reviewedAt: z.date().default(() => new Date("2025-12-13T17:08:06.196Z"))
|
|
2107
2107
|
.transform(v => v.toISOString()),
|
|
2108
2108
|
type: z.literal("number"),
|
|
2109
2109
|
value: z.number(),
|
|
@@ -2170,7 +2170,7 @@ export const ListDatasetDatapointsEvaluations1$inboundSchema: z.ZodType<
|
|
|
2170
2170
|
),
|
|
2171
2171
|
reviewed_by_id: z.string(),
|
|
2172
2172
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2173
|
-
"2025-12-
|
|
2173
|
+
"2025-12-13T17:08:06.196Z",
|
|
2174
2174
|
).transform(v => new Date(v)),
|
|
2175
2175
|
type: z.literal("string"),
|
|
2176
2176
|
value: z.string(),
|
|
@@ -2208,7 +2208,7 @@ export const ListDatasetDatapointsEvaluations1$outboundSchema: z.ZodType<
|
|
|
2208
2208
|
"orq",
|
|
2209
2209
|
),
|
|
2210
2210
|
reviewedById: z.string(),
|
|
2211
|
-
reviewedAt: z.date().default(() => new Date("2025-12-
|
|
2211
|
+
reviewedAt: z.date().default(() => new Date("2025-12-13T17:08:06.196Z"))
|
|
2212
2212
|
.transform(v => v.toISOString()),
|
|
2213
2213
|
type: z.literal("string"),
|
|
2214
2214
|
value: z.string(),
|
|
@@ -2321,7 +2321,7 @@ export const ListDatasetDatapointsData$inboundSchema: z.ZodType<
|
|
|
2321
2321
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
2322
2322
|
.optional(),
|
|
2323
2323
|
updated: z.string().datetime({ offset: true }).default(
|
|
2324
|
-
"2025-12-
|
|
2324
|
+
"2025-12-13T17:08:00.934Z",
|
|
2325
2325
|
).transform(v => new Date(v)),
|
|
2326
2326
|
}).transform((v) => {
|
|
2327
2327
|
return remap$(v, {
|
|
@@ -2399,7 +2399,7 @@ export const ListDatasetDatapointsData$outboundSchema: z.ZodType<
|
|
|
2399
2399
|
createdById: z.string().optional(),
|
|
2400
2400
|
updatedById: z.string().optional(),
|
|
2401
2401
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
2402
|
-
updated: z.date().default(() => new Date("2025-12-
|
|
2402
|
+
updated: z.date().default(() => new Date("2025-12-13T17:08:00.934Z"))
|
|
2403
2403
|
.transform(v => v.toISOString()),
|
|
2404
2404
|
}).transform((v) => {
|
|
2405
2405
|
return remap$(v, {
|
|
@@ -211,7 +211,7 @@ export const ListDatasetsData$inboundSchema: z.ZodType<
|
|
|
211
211
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
212
212
|
.optional(),
|
|
213
213
|
updated: z.string().datetime({ offset: true }).default(
|
|
214
|
-
"2025-12-
|
|
214
|
+
"2025-12-13T17:08:00.934Z",
|
|
215
215
|
).transform(v => new Date(v)),
|
|
216
216
|
}).transform((v) => {
|
|
217
217
|
return remap$(v, {
|
|
@@ -250,7 +250,7 @@ export const ListDatasetsData$outboundSchema: z.ZodType<
|
|
|
250
250
|
createdById: z.string().optional(),
|
|
251
251
|
updatedById: z.string().optional(),
|
|
252
252
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
253
|
-
updated: z.date().default(() => new Date("2025-12-
|
|
253
|
+
updated: z.date().default(() => new Date("2025-12-13T17:08:00.934Z"))
|
|
254
254
|
.transform(v => v.toISOString()),
|
|
255
255
|
}).transform((v) => {
|
|
256
256
|
return remap$(v, {
|
|
@@ -224,7 +224,7 @@ export const ListDatasourcesData$inboundSchema: z.ZodType<
|
|
|
224
224
|
z.ZodTypeDef,
|
|
225
225
|
unknown
|
|
226
226
|
> = z.object({
|
|
227
|
-
_id: z.string().default("
|
|
227
|
+
_id: z.string().default("01KCCAY5CWVEYPG8VJZJ75WX2X"),
|
|
228
228
|
display_name: z.string(),
|
|
229
229
|
description: z.string().optional(),
|
|
230
230
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -267,7 +267,7 @@ export const ListDatasourcesData$outboundSchema: z.ZodType<
|
|
|
267
267
|
z.ZodTypeDef,
|
|
268
268
|
ListDatasourcesData
|
|
269
269
|
> = z.object({
|
|
270
|
-
id: z.string().default("
|
|
270
|
+
id: z.string().default("01KCCAY5CWVEYPG8VJZJ75WX2X"),
|
|
271
271
|
displayName: z.string(),
|
|
272
272
|
description: z.string().optional(),
|
|
273
273
|
status: ListDatasourcesStatus$outboundSchema,
|