Skip to content

Commit

Permalink
chore: run openapi
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Dec 16, 2024
1 parent f5fa40a commit e5f5fd2
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 8 deletions.
6 changes: 5 additions & 1 deletion openapi-administration.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,14 +238,18 @@
"type": "object",
"required": [
"can-create",
"force-passwords"
"force-passwords",
"list-style"
],
"properties": {
"can-create": {
"type": "boolean"
},
"force-passwords": {
"type": "boolean"
},
"list-style": {
"type": "string"
}
}
},
Expand Down
6 changes: 5 additions & 1 deletion openapi-backend-recording.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,18 @@
"type": "object",
"required": [
"can-create",
"force-passwords"
"force-passwords",
"list-style"
],
"properties": {
"can-create": {
"type": "boolean"
},
"force-passwords": {
"type": "boolean"
},
"list-style": {
"type": "string"
}
}
},
Expand Down
6 changes: 5 additions & 1 deletion openapi-backend-signaling.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,18 @@
"type": "object",
"required": [
"can-create",
"force-passwords"
"force-passwords",
"list-style"
],
"properties": {
"can-create": {
"type": "boolean"
},
"force-passwords": {
"type": "boolean"
},
"list-style": {
"type": "string"
}
}
},
Expand Down
6 changes: 5 additions & 1 deletion openapi-backend-sipbridge.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,18 @@
"type": "object",
"required": [
"can-create",
"force-passwords"
"force-passwords",
"list-style"
],
"properties": {
"can-create": {
"type": "boolean"
},
"force-passwords": {
"type": "boolean"
},
"list-style": {
"type": "string"
}
}
},
Expand Down
6 changes: 5 additions & 1 deletion openapi-bots.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,18 @@
"type": "object",
"required": [
"can-create",
"force-passwords"
"force-passwords",
"list-style"
],
"properties": {
"can-create": {
"type": "boolean"
},
"force-passwords": {
"type": "boolean"
},
"list-style": {
"type": "string"
}
}
},
Expand Down
6 changes: 5 additions & 1 deletion openapi-federation.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,14 +214,18 @@
"type": "object",
"required": [
"can-create",
"force-passwords"
"force-passwords",
"list-style"
],
"properties": {
"can-create": {
"type": "boolean"
},
"force-passwords": {
"type": "boolean"
},
"list-style": {
"type": "string"
}
}
},
Expand Down
6 changes: 5 additions & 1 deletion openapi-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,14 +390,18 @@
"type": "object",
"required": [
"can-create",
"force-passwords"
"force-passwords",
"list-style"
],
"properties": {
"can-create": {
"type": "boolean"
},
"force-passwords": {
"type": "boolean"
},
"list-style": {
"type": "string"
}
}
},
Expand Down
6 changes: 5 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,14 +331,18 @@
"type": "object",
"required": [
"can-create",
"force-passwords"
"force-passwords",
"list-style"
],
"properties": {
"can-create": {
"type": "boolean"
},
"force-passwords": {
"type": "boolean"
},
"list-style": {
"type": "string"
}
}
},
Expand Down
1 change: 1 addition & 0 deletions src/types/openapi/openapi-administration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export type components = {
conversations: {
"can-create": boolean;
"force-passwords": boolean;
"list-style": string;
};
federation: {
enabled: boolean;
Expand Down
1 change: 1 addition & 0 deletions src/types/openapi/openapi-backend-recording.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export type components = {
conversations: {
"can-create": boolean;
"force-passwords": boolean;
"list-style": string;
};
federation: {
enabled: boolean;
Expand Down
1 change: 1 addition & 0 deletions src/types/openapi/openapi-backend-signaling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export type components = {
conversations: {
"can-create": boolean;
"force-passwords": boolean;
"list-style": string;
};
federation: {
enabled: boolean;
Expand Down
1 change: 1 addition & 0 deletions src/types/openapi/openapi-backend-sipbridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ export type components = {
conversations: {
"can-create": boolean;
"force-passwords": boolean;
"list-style": string;
};
federation: {
enabled: boolean;
Expand Down
1 change: 1 addition & 0 deletions src/types/openapi/openapi-bots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export type components = {
conversations: {
"can-create": boolean;
"force-passwords": boolean;
"list-style": string;
};
federation: {
enabled: boolean;
Expand Down
1 change: 1 addition & 0 deletions src/types/openapi/openapi-federation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ export type components = {
conversations: {
"can-create": boolean;
"force-passwords": boolean;
"list-style": string;
};
federation: {
enabled: boolean;
Expand Down
1 change: 1 addition & 0 deletions src/types/openapi/openapi-full.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2013,6 +2013,7 @@ export type components = {
conversations: {
"can-create": boolean;
"force-passwords": boolean;
"list-style": string;
};
federation: {
enabled: boolean;
Expand Down
1 change: 1 addition & 0 deletions src/types/openapi/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1510,6 +1510,7 @@ export type components = {
conversations: {
"can-create": boolean;
"force-passwords": boolean;
"list-style": string;
};
federation: {
enabled: boolean;
Expand Down

0 comments on commit e5f5fd2

Please sign in to comment.