Skip to content

Commit ca0527e

Browse files
committed
Rebuild client schema for pydantic 2.13.2
1 parent ceaf21f commit ca0527e

1 file changed

Lines changed: 4 additions & 29 deletions

File tree

client/src/api/schema/schema.ts

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7265,7 +7265,7 @@ export interface components {
72657265
*/
72667266
outputs: (
72677267
| components["schemas"]["IncomingToolOutputDataset"]
7268-
| components["schemas"]["IncomingToolOutputCollection-Input"]
7268+
| components["schemas"]["IncomingToolOutputCollection"]
72697269
| components["schemas"]["ToolOutputText"]
72707270
| components["schemas"]["ToolOutputInteger"]
72717271
| components["schemas"]["ToolOutputFloat"]
@@ -15807,32 +15807,7 @@ export interface components {
1580715807
type: "in_range";
1580815808
};
1580915809
/** IncomingToolOutputCollection */
15810-
"IncomingToolOutputCollection-Input": {
15811-
/**
15812-
* hidden
15813-
* @description If true, the output will not be shown in the history.
15814-
*/
15815-
hidden?: boolean | null;
15816-
/**
15817-
* label
15818-
* @description Output label. Will be used as dataset name in history.
15819-
*/
15820-
label?: string | null;
15821-
/**
15822-
* name
15823-
* @description Parameter name. Used when referencing parameter in workflows.
15824-
*/
15825-
name?: string | null;
15826-
/** structure */
15827-
structure: components["schemas"]["ToolOutputCollectionStructure"];
15828-
/**
15829-
* @description discriminator enum property added by openapi-typescript
15830-
* @enum {string}
15831-
*/
15832-
type: "collection";
15833-
};
15834-
/** IncomingToolOutputCollection */
15835-
"IncomingToolOutputCollection-Output": {
15810+
IncomingToolOutputCollection: {
1583615811
/**
1583715812
* hidden
1583815813
* @description If true, the output will not be shown in the history.
@@ -24870,7 +24845,7 @@ export interface components {
2487024845
*/
2487124846
outputs: (
2487224847
| components["schemas"]["IncomingToolOutputDataset"]
24873-
| components["schemas"]["IncomingToolOutputCollection-Input"]
24848+
| components["schemas"]["IncomingToolOutputCollection"]
2487424849
| components["schemas"]["ToolOutputText"]
2487524850
| components["schemas"]["ToolOutputInteger"]
2487624851
| components["schemas"]["ToolOutputFloat"]
@@ -24965,7 +24940,7 @@ export interface components {
2496524940
*/
2496624941
outputs: (
2496724942
| components["schemas"]["IncomingToolOutputDataset"]
24968-
| components["schemas"]["IncomingToolOutputCollection-Output"]
24943+
| components["schemas"]["IncomingToolOutputCollection"]
2496924944
| components["schemas"]["ToolOutputText"]
2497024945
| components["schemas"]["ToolOutputInteger"]
2497124946
| components["schemas"]["ToolOutputFloat"]

0 commit comments

Comments
 (0)