Skip to content

Commit

Permalink
fix: openapi 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 16, 2024
1 parent 52955da commit e351992
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 40 deletions.
3 changes: 3 additions & 0 deletions openapi-backend-sipbridge.json
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,9 @@
},
"height": {
"type": "string"
},
"blurhash": {
"type": "string"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions openapi-federation.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,9 @@
},
"height": {
"type": "string"
},
"blurhash": {
"type": "string"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions openapi-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,9 @@
},
"height": {
"type": "string"
},
"blurhash": {
"type": "string"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,9 @@
},
"height": {
"type": "string"
},
"blurhash": {
"type": "string"
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions src/types/openapi/openapi-administration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export type components = {
};
};
"config-local": {
[key: string]: string[];
[key: string]: string[] | undefined;
};
version: string;
};
Expand Down Expand Up @@ -406,7 +406,7 @@ export interface operations {
ocs: {
meta: components["schemas"]["OCSMeta"];
data: {
[key: string]: Record<string, never>;
[key: string]: Record<string, never> | undefined;
};
};
};
Expand Down Expand Up @@ -733,7 +733,7 @@ export interface operations {
ocs: {
meta: components["schemas"]["OCSMeta"];
data: {
[key: string]: Record<string, never>;
[key: string]: Record<string, never> | undefined;
};
};
};
Expand Down
2 changes: 1 addition & 1 deletion src/types/openapi/openapi-backend-recording.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export type components = {
};
};
"config-local": {
[key: string]: string[];
[key: string]: string[] | undefined;
};
version: string;
};
Expand Down
8 changes: 4 additions & 4 deletions src/types/openapi/openapi-backend-signaling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export type components = {
};
};
"config-local": {
[key: string]: string[];
[key: string]: string[] | undefined;
};
version: string;
};
Expand Down Expand Up @@ -134,18 +134,18 @@ export interface operations {
version: string;
userid?: string;
user?: {
[key: string]: Record<string, never>;
[key: string]: Record<string, never> | undefined;
};
};
room?: {
version: string;
roomid?: string;
properties?: {
[key: string]: Record<string, never>;
[key: string]: Record<string, never> | undefined;
};
permissions?: string[];
session?: {
[key: string]: Record<string, never>;
[key: string]: Record<string, never> | undefined;
};
};
};
Expand Down
7 changes: 4 additions & 3 deletions src/types/openapi/openapi-backend-sipbridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export type components = {
expirationTimestamp: number;
message: string;
messageParameters: {
[key: string]: components["schemas"]["RichObjectParameter"];
[key: string]: components["schemas"]["RichObjectParameter"] | undefined;
};
messageType: string;
systemMessage: string;
Expand Down Expand Up @@ -173,7 +173,7 @@ export type components = {
};
};
"config-local": {
[key: string]: string[];
[key: string]: string[] | undefined;
};
version: string;
};
Expand All @@ -185,7 +185,7 @@ export type components = {
isReplyable: boolean;
markdown: boolean;
reactions: {
[key: string]: number;
[key: string]: number | undefined;
};
reactionsSelf?: string[];
referenceId: string;
Expand Down Expand Up @@ -242,6 +242,7 @@ export type components = {
permissions?: string;
width?: string;
height?: string;
blurhash?: string;
};
Room: {
actorId: string;
Expand Down
2 changes: 1 addition & 1 deletion src/types/openapi/openapi-bots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export type components = {
};
};
"config-local": {
[key: string]: string[];
[key: string]: string[] | undefined;
};
version: string;
};
Expand Down
7 changes: 4 additions & 3 deletions src/types/openapi/openapi-federation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export type components = {
expirationTimestamp: number;
message: string;
messageParameters: {
[key: string]: components["schemas"]["RichObjectParameter"];
[key: string]: components["schemas"]["RichObjectParameter"] | undefined;
};
messageType: string;
systemMessage: string;
Expand Down Expand Up @@ -204,7 +204,7 @@ export type components = {
};
};
"config-local": {
[key: string]: string[];
[key: string]: string[] | undefined;
};
version: string;
};
Expand All @@ -216,7 +216,7 @@ export type components = {
isReplyable: boolean;
markdown: boolean;
reactions: {
[key: string]: number;
[key: string]: number | undefined;
};
reactionsSelf?: string[];
referenceId: string;
Expand Down Expand Up @@ -289,6 +289,7 @@ export type components = {
permissions?: string;
width?: string;
height?: string;
blurhash?: string;
};
Room: {
actorId: string;
Expand Down
31 changes: 16 additions & 15 deletions src/types/openapi/openapi-full.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,7 @@ export type components = {
expirationTimestamp: number;
message: string;
messageParameters: {
[key: string]: components["schemas"]["RichObjectParameter"];
[key: string]: components["schemas"]["RichObjectParameter"] | undefined;
};
messageType: string;
systemMessage: string;
Expand Down Expand Up @@ -1891,7 +1891,7 @@ export type components = {
};
};
"config-local": {
[key: string]: string[];
[key: string]: string[] | undefined;
};
version: string;
};
Expand All @@ -1915,7 +1915,7 @@ export type components = {
isReplyable: boolean;
markdown: boolean;
reactions: {
[key: string]: number;
[key: string]: number | undefined;
};
reactionsSelf?: string[];
referenceId: string;
Expand Down Expand Up @@ -1970,7 +1970,7 @@ export type components = {
pid: number;
};
MatterbridgeConfigFields: {
[key: string]: Record<string, never>;
[key: string]: Record<string, never> | undefined;
}[];
MatterbridgeProcessState: {
log: string;
Expand Down Expand Up @@ -2030,7 +2030,7 @@ export type components = {
status: number;
votedSelf?: number[];
votes?: {
[key: string]: number;
[key: string]: number | undefined;
};
};
PollVote: {
Expand Down Expand Up @@ -2082,6 +2082,7 @@ export type components = {
permissions?: string;
width?: string;
height?: string;
blurhash?: string;
};
Room: {
actorId: string;
Expand Down Expand Up @@ -4798,7 +4799,7 @@ export interface operations {
ocs: {
meta: components["schemas"]["OCSMeta"];
data: {
[key: string]: components["schemas"]["ChatMessage"][];
[key: string]: components["schemas"]["ChatMessage"][] | undefined;
};
};
};
Expand Down Expand Up @@ -5526,7 +5527,7 @@ export interface operations {
ocs: {
meta: components["schemas"]["OCSMeta"];
data: {
[key: string]: components["schemas"]["Reaction"][];
[key: string]: components["schemas"]["Reaction"][] | undefined;
};
};
};
Expand Down Expand Up @@ -5582,7 +5583,7 @@ export interface operations {
ocs: {
meta: components["schemas"]["OCSMeta"];
data: {
[key: string]: components["schemas"]["Reaction"][];
[key: string]: components["schemas"]["Reaction"][] | undefined;
};
};
};
Expand All @@ -5598,7 +5599,7 @@ export interface operations {
ocs: {
meta: components["schemas"]["OCSMeta"];
data: {
[key: string]: components["schemas"]["Reaction"][];
[key: string]: components["schemas"]["Reaction"][] | undefined;
};
};
};
Expand Down Expand Up @@ -5668,7 +5669,7 @@ export interface operations {
ocs: {
meta: components["schemas"]["OCSMeta"];
data: {
[key: string]: components["schemas"]["Reaction"][];
[key: string]: components["schemas"]["Reaction"][] | undefined;
};
};
};
Expand Down Expand Up @@ -9325,7 +9326,7 @@ export interface operations {
ocs: {
meta: components["schemas"]["OCSMeta"];
data: {
[key: string]: Record<string, never>;
[key: string]: Record<string, never> | undefined;
};
};
};
Expand Down Expand Up @@ -9652,7 +9653,7 @@ export interface operations {
ocs: {
meta: components["schemas"]["OCSMeta"];
data: {
[key: string]: Record<string, never>;
[key: string]: Record<string, never> | undefined;
};
};
};
Expand Down Expand Up @@ -10309,18 +10310,18 @@ export interface operations {
version: string;
userid?: string;
user?: {
[key: string]: Record<string, never>;
[key: string]: Record<string, never> | undefined;
};
};
room?: {
version: string;
roomid?: string;
properties?: {
[key: string]: Record<string, never>;
[key: string]: Record<string, never> | undefined;
};
permissions?: string[];
session?: {
[key: string]: Record<string, never>;
[key: string]: Record<string, never> | undefined;
};
};
};
Expand Down
Loading

0 comments on commit e351992

Please sign in to comment.