Skip to content

Commit

Permalink
Update OpenAPI schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kiln-bot committed Oct 17, 2024
1 parent 0736979 commit eaa95ad
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 @@ -34012,7 +34012,7 @@ export interface operations {
};
content: {
"application/json; charset=utf-8": {
data?: components["schemas"]["ADAUnsignedTx"];
data: components["schemas"]["ADAUnsignedTx"];
};
};
};
Expand Down Expand Up @@ -34060,7 +34060,7 @@ export interface operations {
};
content: {
"application/json; charset=utf-8": {
data?: components["schemas"]["ADAUnsignedTx"];
data: components["schemas"]["ADAUnsignedTx"];
};
};
};
Expand Down Expand Up @@ -34108,7 +34108,7 @@ export interface operations {
};
content: {
"application/json; charset=utf-8": {
data?: components["schemas"]["ADAUnsignedTx"];
data: components["schemas"]["ADAUnsignedTx"];
};
};
};
Expand Down Expand Up @@ -34156,7 +34156,7 @@ export interface operations {
};
content: {
"application/json; charset=utf-8": {
data?: components["schemas"]["ADASignedTx"];
data: components["schemas"]["ADASignedTx"];
};
};
};
Expand Down Expand Up @@ -34204,7 +34204,7 @@ export interface operations {
};
content: {
"application/json; charset=utf-8": {
data?: components["schemas"]["ADATxHash"];
data: components["schemas"]["ADATxHash"];
};
};
};
Expand Down Expand Up @@ -34250,7 +34250,7 @@ export interface operations {
};
content: {
"application/json; charset=utf-8": {
data?: components["schemas"]["ADATxStatus"];
data: components["schemas"]["ADATxStatus"];
};
};
};
Expand Down

0 comments on commit eaa95ad

Please sign in to comment.