Skip to content

Commit bf3384f

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

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

src/types/openapi/openapi-full.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5034,6 +5034,20 @@ export interface operations {
50345034
};
50355035
};
50365036
};
5037+
/** @description User-scope not supported */
5038+
400: {
5039+
headers: {
5040+
[name: string]: unknown;
5041+
};
5042+
content: {
5043+
"application/json": {
5044+
ocs: {
5045+
meta: components["schemas"]["OCSMeta"];
5046+
data: components["schemas"]["ErrorResponse"];
5047+
};
5048+
};
5049+
};
5050+
};
50375051
};
50385052
};
50395053
"request_signature-request": {
@@ -7474,6 +7488,20 @@ export interface operations {
74747488
};
74757489
};
74767490
};
7491+
/** @description User-scope not supported */
7492+
400: {
7493+
headers: {
7494+
[name: string]: unknown;
7495+
};
7496+
content: {
7497+
"application/json": {
7498+
ocs: {
7499+
meta: components["schemas"]["OCSMeta"];
7500+
data: components["schemas"]["ErrorResponse"];
7501+
};
7502+
};
7503+
};
7504+
};
74777505
/** @description Forbidden */
74787506
403: {
74797507
headers: {

0 commit comments

Comments
 (0)