Skip to content

Commit

Permalink
chore: run openapi
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy committed Jan 10, 2025
1 parent a8c54ee commit 003b2f9
Show file tree
Hide file tree
Showing 16 changed files with 88 additions and 8 deletions.
10 changes: 9 additions & 1 deletion openapi-administration.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,22 @@
"type": "object",
"required": [
"can-create",
"force-passwords"
"force-passwords",
"list-style"
],
"properties": {
"can-create": {
"type": "boolean"
},
"force-passwords": {
"type": "boolean"
},
"list-style": {
"type": "string",
"enum": [
"two-lines",
"compact"
]
}
}
},
Expand Down
10 changes: 9 additions & 1 deletion openapi-backend-recording.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,22 @@
"type": "object",
"required": [
"can-create",
"force-passwords"
"force-passwords",
"list-style"
],
"properties": {
"can-create": {
"type": "boolean"
},
"force-passwords": {
"type": "boolean"
},
"list-style": {
"type": "string",
"enum": [
"two-lines",
"compact"
]
}
}
},
Expand Down
10 changes: 9 additions & 1 deletion openapi-backend-signaling.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,22 @@
"type": "object",
"required": [
"can-create",
"force-passwords"
"force-passwords",
"list-style"
],
"properties": {
"can-create": {
"type": "boolean"
},
"force-passwords": {
"type": "boolean"
},
"list-style": {
"type": "string",
"enum": [
"two-lines",
"compact"
]
}
}
},
Expand Down
10 changes: 9 additions & 1 deletion openapi-backend-sipbridge.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,14 +218,22 @@
"type": "object",
"required": [
"can-create",
"force-passwords"
"force-passwords",
"list-style"
],
"properties": {
"can-create": {
"type": "boolean"
},
"force-passwords": {
"type": "boolean"
},
"list-style": {
"type": "string",
"enum": [
"two-lines",
"compact"
]
}
}
},
Expand Down
10 changes: 9 additions & 1 deletion openapi-bots.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,22 @@
"type": "object",
"required": [
"can-create",
"force-passwords"
"force-passwords",
"list-style"
],
"properties": {
"can-create": {
"type": "boolean"
},
"force-passwords": {
"type": "boolean"
},
"list-style": {
"type": "string",
"enum": [
"two-lines",
"compact"
]
}
}
},
Expand Down
10 changes: 9 additions & 1 deletion openapi-federation.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,14 +218,22 @@
"type": "object",
"required": [
"can-create",
"force-passwords"
"force-passwords",
"list-style"
],
"properties": {
"can-create": {
"type": "boolean"
},
"force-passwords": {
"type": "boolean"
},
"list-style": {
"type": "string",
"enum": [
"two-lines",
"compact"
]
}
}
},
Expand Down
10 changes: 9 additions & 1 deletion openapi-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,14 +376,22 @@
"type": "object",
"required": [
"can-create",
"force-passwords"
"force-passwords",
"list-style"
],
"properties": {
"can-create": {
"type": "boolean"
},
"force-passwords": {
"type": "boolean"
},
"list-style": {
"type": "string",
"enum": [
"two-lines",
"compact"
]
}
}
},
Expand Down
10 changes: 9 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,14 +335,22 @@
"type": "object",
"required": [
"can-create",
"force-passwords"
"force-passwords",
"list-style"
],
"properties": {
"can-create": {
"type": "boolean"
},
"force-passwords": {
"type": "boolean"
},
"list-style": {
"type": "string",
"enum": [
"two-lines",
"compact"
]
}
}
},
Expand Down
2 changes: 2 additions & 0 deletions src/types/openapi/openapi-administration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ export type components = {
conversations: {
"can-create": boolean;
"force-passwords": boolean;
/** @enum {string} */
"list-style": "two-lines" | "compact";
};
federation: {
enabled: boolean;
Expand Down
2 changes: 2 additions & 0 deletions src/types/openapi/openapi-backend-recording.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ export type components = {
conversations: {
"can-create": boolean;
"force-passwords": boolean;
/** @enum {string} */
"list-style": "two-lines" | "compact";
};
federation: {
enabled: boolean;
Expand Down
2 changes: 2 additions & 0 deletions src/types/openapi/openapi-backend-signaling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ export type components = {
conversations: {
"can-create": boolean;
"force-passwords": boolean;
/** @enum {string} */
"list-style": "two-lines" | "compact";
};
federation: {
enabled: boolean;
Expand Down
2 changes: 2 additions & 0 deletions src/types/openapi/openapi-backend-sipbridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ export type components = {
conversations: {
"can-create": boolean;
"force-passwords": boolean;
/** @enum {string} */
"list-style": "two-lines" | "compact";
};
federation: {
enabled: boolean;
Expand Down
2 changes: 2 additions & 0 deletions src/types/openapi/openapi-bots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ export type components = {
conversations: {
"can-create": boolean;
"force-passwords": boolean;
/** @enum {string} */
"list-style": "two-lines" | "compact";
};
federation: {
enabled: boolean;
Expand Down
2 changes: 2 additions & 0 deletions src/types/openapi/openapi-federation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ export type components = {
conversations: {
"can-create": boolean;
"force-passwords": boolean;
/** @enum {string} */
"list-style": "two-lines" | "compact";
};
federation: {
enabled: boolean;
Expand Down
2 changes: 2 additions & 0 deletions src/types/openapi/openapi-full.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2031,6 +2031,8 @@ export type components = {
conversations: {
"can-create": boolean;
"force-passwords": boolean;
/** @enum {string} */
"list-style": "two-lines" | "compact";
};
federation: {
enabled: boolean;
Expand Down
2 changes: 2 additions & 0 deletions src/types/openapi/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1531,6 +1531,8 @@ export type components = {
conversations: {
"can-create": boolean;
"force-passwords": boolean;
/** @enum {string} */
"list-style": "two-lines" | "compact";
};
federation: {
enabled: boolean;
Expand Down

0 comments on commit 003b2f9

Please sign in to comment.