Skip to content

Commit

Permalink
Update OpenAPI schema (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: Kiln Bot <[email protected]>
  • Loading branch information
kiln-bot and kiln-bot authored Nov 6, 2024
1 parent 3d1cc69 commit 292dd04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/openapi/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44893,7 +44893,7 @@ export interface operations {
};
content: {
"application/json; charset=utf-8": {
data?: components["schemas"]["TONTx"];
data: components["schemas"]["TONTx"];
};
};
};
Expand Down Expand Up @@ -44941,7 +44941,7 @@ export interface operations {
};
content: {
"application/json; charset=utf-8": {
data?: components["schemas"]["TONTx"];
data: components["schemas"]["TONTx"];
};
};
};
Expand Down Expand Up @@ -44989,7 +44989,7 @@ export interface operations {
};
content: {
"application/json; charset=utf-8": {
data?: components["schemas"]["TONTx"];
data: components["schemas"]["TONTx"];
};
};
};
Expand Down Expand Up @@ -45037,7 +45037,7 @@ export interface operations {
};
content: {
"application/json; charset=utf-8": {
data?: components["schemas"]["TONTx"];
data: components["schemas"]["TONTx"];
};
};
};
Expand Down Expand Up @@ -45085,7 +45085,7 @@ export interface operations {
};
content: {
"application/json; charset=utf-8": {
data?: components["schemas"]["TONTx"];
data: components["schemas"]["TONTx"];
};
};
};
Expand Down

0 comments on commit 292dd04

Please sign in to comment.