Skip to content

Commit 20ef8de

Browse files
committed
chore: regenerate openapi frontend types
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 82c99f8 commit 20ef8de

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/types/openapi/openapi.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4322,6 +4322,20 @@ export interface operations {
43224322
};
43234323
};
43244324
};
4325+
/** @description User-scope not supported */
4326+
400: {
4327+
headers: {
4328+
[name: string]: unknown;
4329+
};
4330+
content: {
4331+
"application/json": {
4332+
ocs: {
4333+
meta: components["schemas"]["OCSMeta"];
4334+
data: components["schemas"]["ErrorResponse"];
4335+
};
4336+
};
4337+
};
4338+
};
43254339
};
43264340
};
43274341
"request_signature-request": {

0 commit comments

Comments
 (0)