Skip to content

Commit

Permalink
chore(assets): Recompile assets
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Dec 2, 2024
1 parent 25a7cd4 commit 253ab7d
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions openapi-federation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@
"/ocs/v2.php/apps/spreed/api/{apiVersion}/room/{token}/federation/active": {
"post": {
"operationId": "room-join-federated-room",
"summary": "Join room on the host server using the session id of the federated user.",
"summary": "Join room on the host server using the session id of the federated user",
"description": "The session id can be null only for requests from Talk < 20.",
"tags": [
"room"
Expand Down Expand Up @@ -1778,7 +1778,7 @@
},
"delete": {
"operationId": "room-leave-federated-room",
"summary": "Leave room on the host server using the session id of the federated user.",
"summary": "Leave room on the host server using the session id of the federated user",
"tags": [
"room"
],
Expand Down
10 changes: 5 additions & 5 deletions openapi-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -4650,7 +4650,7 @@
"/ocs/v2.php/apps/spreed/api/{apiVersion}/call/{token}/federation": {
"post": {
"operationId": "call-join-federated-call",
"summary": "Join call on the host server using the session id of the federated user.",
"summary": "Join call on the host server using the session id of the federated user",
"tags": [
"call"
],
Expand Down Expand Up @@ -4836,7 +4836,7 @@
},
"put": {
"operationId": "call-update-federated-call-flags",
"summary": "Update the in-call flags on the host server using the session id of the federated user.",
"summary": "Update the in-call flags on the host server using the session id of the federated user",
"tags": [
"call"
],
Expand Down Expand Up @@ -5004,7 +5004,7 @@
},
"delete": {
"operationId": "call-leave-federated-call",
"summary": "Leave a call on the host server using the session id of the federated user.",
"summary": "Leave a call on the host server using the session id of the federated user",
"tags": [
"call"
],
Expand Down Expand Up @@ -19021,7 +19021,7 @@
"/ocs/v2.php/apps/spreed/api/{apiVersion}/room/{token}/federation/active": {
"post": {
"operationId": "room-join-federated-room",
"summary": "Join room on the host server using the session id of the federated user.",
"summary": "Join room on the host server using the session id of the federated user",
"description": "The session id can be null only for requests from Talk < 20.",
"tags": [
"room"
Expand Down Expand Up @@ -19158,7 +19158,7 @@
},
"delete": {
"operationId": "room-leave-federated-room",
"summary": "Leave room on the host server using the session id of the federated user.",
"summary": "Leave room on the host server using the session id of the federated user",
"tags": [
"room"
],
Expand Down
6 changes: 3 additions & 3 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4537,7 +4537,7 @@
"/ocs/v2.php/apps/spreed/api/{apiVersion}/call/{token}/federation": {
"post": {
"operationId": "call-join-federated-call",
"summary": "Join call on the host server using the session id of the federated user.",
"summary": "Join call on the host server using the session id of the federated user",
"tags": [
"call"
],
Expand Down Expand Up @@ -4723,7 +4723,7 @@
},
"put": {
"operationId": "call-update-federated-call-flags",
"summary": "Update the in-call flags on the host server using the session id of the federated user.",
"summary": "Update the in-call flags on the host server using the session id of the federated user",
"tags": [
"call"
],
Expand Down Expand Up @@ -4891,7 +4891,7 @@
},
"delete": {
"operationId": "call-leave-federated-call",
"summary": "Leave a call on the host server using the session id of the federated user.",
"summary": "Leave a call on the host server using the session id of the federated user",
"tags": [
"call"
],
Expand Down
4 changes: 2 additions & 2 deletions src/types/openapi/openapi-federation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ export type paths = {
get?: never;
put?: never;
/**
* Join room on the host server using the session id of the federated user.
* Join room on the host server using the session id of the federated user
* @description The session id can be null only for requests from Talk < 20.
*/
post: operations["room-join-federated-room"];
/** Leave room on the host server using the session id of the federated user. */
/** Leave room on the host server using the session id of the federated user */
delete: operations["room-leave-federated-room"];
options?: never;
head?: never;
Expand Down
10 changes: 5 additions & 5 deletions src/types/openapi/openapi-full.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,11 @@ export type paths = {
cookie?: never;
};
get?: never;
/** Update the in-call flags on the host server using the session id of the federated user. */
/** Update the in-call flags on the host server using the session id of the federated user */
put: operations["call-update-federated-call-flags"];
/** Join call on the host server using the session id of the federated user. */
/** Join call on the host server using the session id of the federated user */
post: operations["call-join-federated-call"];
/** Leave a call on the host server using the session id of the federated user. */
/** Leave a call on the host server using the session id of the federated user */
delete: operations["call-leave-federated-call"];
options?: never;
head?: never;
Expand Down Expand Up @@ -1522,11 +1522,11 @@ export type paths = {
get?: never;
put?: never;
/**
* Join room on the host server using the session id of the federated user.
* Join room on the host server using the session id of the federated user
* @description The session id can be null only for requests from Talk < 20.
*/
post: operations["room-join-federated-room"];
/** Leave room on the host server using the session id of the federated user. */
/** Leave room on the host server using the session id of the federated user */
delete: operations["room-leave-federated-room"];
options?: never;
head?: never;
Expand Down
6 changes: 3 additions & 3 deletions src/types/openapi/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,11 @@ export type paths = {
cookie?: never;
};
get?: never;
/** Update the in-call flags on the host server using the session id of the federated user. */
/** Update the in-call flags on the host server using the session id of the federated user */
put: operations["call-update-federated-call-flags"];
/** Join call on the host server using the session id of the federated user. */
/** Join call on the host server using the session id of the federated user */
post: operations["call-join-federated-call"];
/** Leave a call on the host server using the session id of the federated user. */
/** Leave a call on the host server using the session id of the federated user */
delete: operations["call-leave-federated-call"];
options?: never;
head?: never;
Expand Down

0 comments on commit 253ab7d

Please sign in to comment.