Skip to content

Commit

Permalink
Update OpenAPI schema (#135)
Browse files Browse the repository at this point in the history
Co-authored-by: Kiln Bot <[email protected]>
  • Loading branch information
2 people authored and LeTamanoir committed Nov 6, 2024
1 parent e8c88e6 commit c318338
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/openapi/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34116,7 +34116,7 @@ export interface operations {
};
content: {
"application/json; charset=utf-8": {
data?: components["schemas"]["ADAUnsignedTx"];
data: components["schemas"]["ADAUnsignedTx"];
};
};
};
Expand Down Expand Up @@ -34164,7 +34164,7 @@ export interface operations {
};
content: {
"application/json; charset=utf-8": {
data?: components["schemas"]["ADAUnsignedTx"];
data: components["schemas"]["ADAUnsignedTx"];
};
};
};
Expand Down Expand Up @@ -34212,7 +34212,7 @@ export interface operations {
};
content: {
"application/json; charset=utf-8": {
data?: components["schemas"]["ADAUnsignedTx"];
data: components["schemas"]["ADAUnsignedTx"];
};
};
};
Expand Down Expand Up @@ -34260,7 +34260,7 @@ export interface operations {
};
content: {
"application/json; charset=utf-8": {
data?: components["schemas"]["ADASignedTx"];
data: components["schemas"]["ADASignedTx"];
};
};
};
Expand Down Expand Up @@ -34308,7 +34308,7 @@ export interface operations {
};
content: {
"application/json; charset=utf-8": {
data?: components["schemas"]["ADATxHash"];
data: components["schemas"]["ADATxHash"];
};
};
};
Expand Down Expand Up @@ -34354,7 +34354,7 @@ export interface operations {
};
content: {
"application/json; charset=utf-8": {
data?: components["schemas"]["ADATxStatus"];
data: components["schemas"]["ADATxStatus"];
};
};
};
Expand Down

0 comments on commit c318338

Please sign in to comment.