Skip to content

Commit

Permalink
fix: openapi
Browse files Browse the repository at this point in the history
Signed-off-by: DorraJaouad <[email protected]>
  • Loading branch information
DorraJaouad committed Oct 31, 2024
1 parent 16126fc commit 4af6dfc
Show file tree
Hide file tree
Showing 16 changed files with 54 additions and 12 deletions.
6 changes: 5 additions & 1 deletion openapi-administration.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@
"sip-dialout-enabled",
"can-enable-sip",
"start-without-media",
"max-duration"
"max-duration",
"blur-background"
],
"properties": {
"enabled": {
Expand Down Expand Up @@ -195,6 +196,9 @@
"max-duration": {
"type": "integer",
"format": "int64"
},
"blur-background": {
"type": "boolean"
}
}
},
Expand Down
6 changes: 5 additions & 1 deletion openapi-backend-recording.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
"sip-dialout-enabled",
"can-enable-sip",
"start-without-media",
"max-duration"
"max-duration",
"blur-background"
],
"properties": {
"enabled": {
Expand Down Expand Up @@ -128,6 +129,9 @@
"max-duration": {
"type": "integer",
"format": "int64"
},
"blur-background": {
"type": "boolean"
}
}
},
Expand Down
6 changes: 5 additions & 1 deletion openapi-backend-signaling.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
"sip-dialout-enabled",
"can-enable-sip",
"start-without-media",
"max-duration"
"max-duration",
"blur-background"
],
"properties": {
"enabled": {
Expand Down Expand Up @@ -128,6 +129,9 @@
"max-duration": {
"type": "integer",
"format": "int64"
},
"blur-background": {
"type": "boolean"
}
}
},
Expand Down
6 changes: 5 additions & 1 deletion openapi-backend-sipbridge.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@
"sip-dialout-enabled",
"can-enable-sip",
"start-without-media",
"max-duration"
"max-duration",
"blur-background"
],
"properties": {
"enabled": {
Expand Down Expand Up @@ -171,6 +172,9 @@
"max-duration": {
"type": "integer",
"format": "int64"
},
"blur-background": {
"type": "boolean"
}
}
},
Expand Down
6 changes: 5 additions & 1 deletion openapi-bots.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
"sip-dialout-enabled",
"can-enable-sip",
"start-without-media",
"max-duration"
"max-duration",
"blur-background"
],
"properties": {
"enabled": {
Expand Down Expand Up @@ -128,6 +129,9 @@
"max-duration": {
"type": "integer",
"format": "int64"
},
"blur-background": {
"type": "boolean"
}
}
},
Expand Down
6 changes: 5 additions & 1 deletion openapi-federation.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@
"sip-dialout-enabled",
"can-enable-sip",
"start-without-media",
"max-duration"
"max-duration",
"blur-background"
],
"properties": {
"enabled": {
Expand Down Expand Up @@ -171,6 +172,9 @@
"max-duration": {
"type": "integer",
"format": "int64"
},
"blur-background": {
"type": "boolean"
}
}
},
Expand Down
9 changes: 7 additions & 2 deletions openapi-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@
"sip-dialout-enabled",
"can-enable-sip",
"start-without-media",
"max-duration"
"max-duration",
"blur-background"
],
"properties": {
"enabled": {
Expand Down Expand Up @@ -347,6 +348,9 @@
"max-duration": {
"type": "integer",
"format": "int64"
},
"blur-background": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -16368,7 +16372,8 @@
"attachment_folder",
"read_status_privacy",
"typing_privacy",
"play_sounds"
"play_sounds",
"blur_background"
],
"description": "Key to update"
},
Expand Down
9 changes: 7 additions & 2 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@
"sip-dialout-enabled",
"can-enable-sip",
"start-without-media",
"max-duration"
"max-duration",
"blur-background"
],
"properties": {
"enabled": {
Expand Down Expand Up @@ -288,6 +289,9 @@
"max-duration": {
"type": "integer",
"format": "int64"
},
"blur-background": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -16502,7 +16506,8 @@
"attachment_folder",
"read_status_privacy",
"typing_privacy",
"play_sounds"
"play_sounds",
"blur_background"
],
"description": "Key to update"
},
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 @@ -231,6 +231,7 @@ export type components = {
"start-without-media": boolean;
/** Format: int64 */
"max-duration": number;
"blur-background": boolean;
};
chat: {
/** Format: int64 */
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 @@ -65,6 +65,7 @@ export type components = {
"start-without-media": boolean;
/** Format: int64 */
"max-duration": number;
"blur-background": boolean;
};
chat: {
/** Format: int64 */
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 @@ -51,6 +51,7 @@ export type components = {
"start-without-media": boolean;
/** Format: int64 */
"max-duration": number;
"blur-background": boolean;
};
chat: {
/** Format: int64 */
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 @@ -146,6 +146,7 @@ export type components = {
"start-without-media": boolean;
/** Format: int64 */
"max-duration": number;
"blur-background": boolean;
};
chat: {
/** Format: int64 */
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 @@ -69,6 +69,7 @@ export type components = {
"start-without-media": boolean;
/** Format: int64 */
"max-duration": number;
"blur-background": boolean;
};
chat: {
/** Format: int64 */
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 @@ -177,6 +177,7 @@ export type components = {
"start-without-media": boolean;
/** Format: int64 */
"max-duration": number;
"blur-background": boolean;
};
chat: {
/** Format: int64 */
Expand Down
3 changes: 2 additions & 1 deletion src/types/openapi/openapi-full.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1927,6 +1927,7 @@ export type components = {
"start-without-media": boolean;
/** Format: int64 */
"max-duration": number;
"blur-background": boolean;
};
chat: {
/** Format: int64 */
Expand Down Expand Up @@ -8281,7 +8282,7 @@ export interface operations {
* @description Key to update
* @enum {string}
*/
key: "attachment_folder" | "read_status_privacy" | "typing_privacy" | "play_sounds";
key: "attachment_folder" | "read_status_privacy" | "typing_privacy" | "play_sounds" | "blur_background";
/** @description New value for the key */
value?: (string | number) | null;
};
Expand Down
3 changes: 2 additions & 1 deletion src/types/openapi/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1424,6 +1424,7 @@ export type components = {
"start-without-media": boolean;
/** Format: int64 */
"max-duration": number;
"blur-background": boolean;
};
chat: {
/** Format: int64 */
Expand Down Expand Up @@ -7862,7 +7863,7 @@ export interface operations {
* @description Key to update
* @enum {string}
*/
key: "attachment_folder" | "read_status_privacy" | "typing_privacy" | "play_sounds";
key: "attachment_folder" | "read_status_privacy" | "typing_privacy" | "play_sounds" | "blur_background";
/** @description New value for the key */
value?: (string | number) | null;
};
Expand Down

0 comments on commit 4af6dfc

Please sign in to comment.