Skip to content

Commit

Permalink
fix: openai changes
Browse files Browse the repository at this point in the history
Signed-off-by: skalidindi53 <s.teja2004@gmail.com>
  • Loading branch information
skalidindi53 committed Aug 19, 2024
1 parent 6d5fb17 commit dfc2b70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
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 @@ -242,6 +242,7 @@ export type components = {
permissions?: string;
width?: string;
height?: string;
blurhash?: string;
};
Room: {
actorId: string;
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 @@ -289,6 +289,7 @@ export type components = {
permissions?: string;
width?: string;
height?: string;
blurhash?: string;
};
Room: {
actorId: string;
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 @@ -2082,6 +2082,7 @@ export type components = {
permissions?: string;
width?: string;
height?: string;
blurhash?: string;
};
Room: {
actorId: string;
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 @@ -1563,6 +1563,7 @@ export type components = {
permissions?: string;
width?: string;
height?: string;
blurhash?: string;
};
Room: {
actorId: string;
Expand Down

0 comments on commit dfc2b70

Please sign in to comment.