mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
chore(assets): Recompile assets
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
ae0c19981c
commit
55b6555e07
4 changed files with 28 additions and 246 deletions
|
|
@ -1921,25 +1921,19 @@
|
|||
"type": "object",
|
||||
"required": [
|
||||
"id",
|
||||
"roomId",
|
||||
"actorId",
|
||||
"actorType",
|
||||
"threadId",
|
||||
"parentId",
|
||||
"message",
|
||||
"messageType",
|
||||
"createdAt",
|
||||
"sendAt",
|
||||
"metaData"
|
||||
"silent"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"roomId": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
"type": "string",
|
||||
"description": "SnowflakeID"
|
||||
},
|
||||
"actorId": {
|
||||
"type": "string"
|
||||
|
|
@ -1951,17 +1945,9 @@
|
|||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"threadExists": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"threadTitle": {
|
||||
"type": "string"
|
||||
},
|
||||
"parentId": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"nullable": true
|
||||
},
|
||||
"parent": {
|
||||
"$ref": "#/components/schemas/ChatMessage"
|
||||
},
|
||||
|
|
@ -1976,36 +1962,11 @@
|
|||
"format": "int64"
|
||||
},
|
||||
"sendAt": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"nullable": true
|
||||
},
|
||||
"metaData": {
|
||||
"$ref": "#/components/schemas/ScheduledMessageMetaData"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ScheduledMessageMetaData": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"threadId",
|
||||
"threadTitle",
|
||||
"silent"
|
||||
],
|
||||
"properties": {
|
||||
"threadId": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"threadTitle": {
|
||||
"type": "string"
|
||||
},
|
||||
"silent": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"lastEditedTime": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -7733,8 +7694,8 @@
|
|||
},
|
||||
"/ocs/v2.php/apps/spreed/api/{apiVersion}/chat/{token}/schedule": {
|
||||
"get": {
|
||||
"operationId": "chat-scheduled-messages",
|
||||
"summary": "Get all scheduled nessages of a given room and participant",
|
||||
"operationId": "chat-get-scheduled-messages",
|
||||
"summary": "Get all scheduled messages of a given room and participant",
|
||||
"description": "The author and timestamp are automatically set to the current user and time.\nRequired capability: `scheduled-messages`",
|
||||
"tags": [
|
||||
"chat"
|
||||
|
|
@ -7814,47 +7775,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"400": {
|
||||
"description": "Could not get scheduled messages",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"ocs"
|
||||
],
|
||||
"properties": {
|
||||
"ocs": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"meta",
|
||||
"data"
|
||||
],
|
||||
"properties": {
|
||||
"meta": {
|
||||
"$ref": "#/components/schemas/OCSMeta"
|
||||
},
|
||||
"data": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"error"
|
||||
],
|
||||
"properties": {
|
||||
"error": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"message"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"404": {
|
||||
"description": "Actor not found",
|
||||
"content": {
|
||||
|
|
@ -8447,7 +8367,8 @@
|
|||
"error": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"actor"
|
||||
"actor",
|
||||
"message"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
93
openapi.json
93
openapi.json
|
|
@ -1826,25 +1826,19 @@
|
|||
"type": "object",
|
||||
"required": [
|
||||
"id",
|
||||
"roomId",
|
||||
"actorId",
|
||||
"actorType",
|
||||
"threadId",
|
||||
"parentId",
|
||||
"message",
|
||||
"messageType",
|
||||
"createdAt",
|
||||
"sendAt",
|
||||
"metaData"
|
||||
"silent"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"roomId": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
"type": "string",
|
||||
"description": "SnowflakeID"
|
||||
},
|
||||
"actorId": {
|
||||
"type": "string"
|
||||
|
|
@ -1856,17 +1850,9 @@
|
|||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"threadExists": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"threadTitle": {
|
||||
"type": "string"
|
||||
},
|
||||
"parentId": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"nullable": true
|
||||
},
|
||||
"parent": {
|
||||
"$ref": "#/components/schemas/ChatMessage"
|
||||
},
|
||||
|
|
@ -1881,36 +1867,11 @@
|
|||
"format": "int64"
|
||||
},
|
||||
"sendAt": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"nullable": true
|
||||
},
|
||||
"metaData": {
|
||||
"$ref": "#/components/schemas/ScheduledMessageMetaData"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ScheduledMessageMetaData": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"threadId",
|
||||
"threadTitle",
|
||||
"silent"
|
||||
],
|
||||
"properties": {
|
||||
"threadId": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"threadTitle": {
|
||||
"type": "string"
|
||||
},
|
||||
"silent": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"lastEditedTime": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -7638,8 +7599,8 @@
|
|||
},
|
||||
"/ocs/v2.php/apps/spreed/api/{apiVersion}/chat/{token}/schedule": {
|
||||
"get": {
|
||||
"operationId": "chat-scheduled-messages",
|
||||
"summary": "Get all scheduled nessages of a given room and participant",
|
||||
"operationId": "chat-get-scheduled-messages",
|
||||
"summary": "Get all scheduled messages of a given room and participant",
|
||||
"description": "The author and timestamp are automatically set to the current user and time.\nRequired capability: `scheduled-messages`",
|
||||
"tags": [
|
||||
"chat"
|
||||
|
|
@ -7719,47 +7680,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"400": {
|
||||
"description": "Could not get scheduled messages",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"ocs"
|
||||
],
|
||||
"properties": {
|
||||
"ocs": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"meta",
|
||||
"data"
|
||||
],
|
||||
"properties": {
|
||||
"meta": {
|
||||
"$ref": "#/components/schemas/OCSMeta"
|
||||
},
|
||||
"data": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"error"
|
||||
],
|
||||
"properties": {
|
||||
"error": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"message"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"404": {
|
||||
"description": "Actor not found",
|
||||
"content": {
|
||||
|
|
@ -8352,7 +8272,8 @@
|
|||
"error": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"actor"
|
||||
"actor",
|
||||
"message"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -429,11 +429,11 @@ export type paths = {
|
|||
cookie?: never;
|
||||
};
|
||||
/**
|
||||
* Get all scheduled nessages of a given room and participant
|
||||
* Get all scheduled messages of a given room and participant
|
||||
* @description The author and timestamp are automatically set to the current user and time.
|
||||
* Required capability: `scheduled-messages`
|
||||
*/
|
||||
get: operations["chat-scheduled-messages"];
|
||||
get: operations["chat-get-scheduled-messages"];
|
||||
put?: never;
|
||||
/**
|
||||
* Schedules the sending of a new chat message to the given room
|
||||
|
|
@ -3010,34 +3010,21 @@ export type components = {
|
|||
invalidParticipants: components["schemas"]["InvitationList"];
|
||||
};
|
||||
ScheduledMessage: {
|
||||
/** Format: int64 */
|
||||
id: number;
|
||||
/** Format: int64 */
|
||||
roomId: number;
|
||||
/** @description SnowflakeID */
|
||||
id: string;
|
||||
actorId: string;
|
||||
actorType: string;
|
||||
/** Format: int64 */
|
||||
threadId: number;
|
||||
threadExists?: boolean;
|
||||
threadTitle?: string;
|
||||
/** Format: int64 */
|
||||
parentId: number | null;
|
||||
parent?: components["schemas"]["ChatMessage"];
|
||||
message: string;
|
||||
messageType: string;
|
||||
/** Format: int64 */
|
||||
createdAt: number;
|
||||
/** Format: int64 */
|
||||
sendAt: number | null;
|
||||
metaData: components["schemas"]["ScheduledMessageMetaData"];
|
||||
};
|
||||
ScheduledMessageMetaData: {
|
||||
/** Format: int64 */
|
||||
threadId: number;
|
||||
threadTitle: string;
|
||||
sendAt: number;
|
||||
silent: boolean;
|
||||
/** Format: int64 */
|
||||
lastEditedTime?: number;
|
||||
};
|
||||
SignalingFederationSettings: {
|
||||
server: string;
|
||||
|
|
@ -5310,7 +5297,7 @@ export interface operations {
|
|||
};
|
||||
};
|
||||
};
|
||||
"chat-scheduled-messages": {
|
||||
"chat-get-scheduled-messages": {
|
||||
parameters: {
|
||||
query?: never;
|
||||
header: {
|
||||
|
|
@ -5339,23 +5326,6 @@ export interface operations {
|
|||
};
|
||||
};
|
||||
};
|
||||
/** @description Could not get scheduled messages */
|
||||
400: {
|
||||
headers: {
|
||||
[name: string]: unknown;
|
||||
};
|
||||
content: {
|
||||
"application/json": {
|
||||
ocs: {
|
||||
meta: components["schemas"]["OCSMeta"];
|
||||
data: {
|
||||
/** @enum {string} */
|
||||
error: "message";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
/** @description Current user is not logged in */
|
||||
401: {
|
||||
headers: {
|
||||
|
|
@ -5614,7 +5584,7 @@ export interface operations {
|
|||
meta: components["schemas"]["OCSMeta"];
|
||||
data: {
|
||||
/** @enum {string} */
|
||||
error: "actor";
|
||||
error: "actor" | "message";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -429,11 +429,11 @@ export type paths = {
|
|||
cookie?: never;
|
||||
};
|
||||
/**
|
||||
* Get all scheduled nessages of a given room and participant
|
||||
* Get all scheduled messages of a given room and participant
|
||||
* @description The author and timestamp are automatically set to the current user and time.
|
||||
* Required capability: `scheduled-messages`
|
||||
*/
|
||||
get: operations["chat-scheduled-messages"];
|
||||
get: operations["chat-get-scheduled-messages"];
|
||||
put?: never;
|
||||
/**
|
||||
* Schedules the sending of a new chat message to the given room
|
||||
|
|
@ -2472,34 +2472,21 @@ export type components = {
|
|||
invalidParticipants: components["schemas"]["InvitationList"];
|
||||
};
|
||||
ScheduledMessage: {
|
||||
/** Format: int64 */
|
||||
id: number;
|
||||
/** Format: int64 */
|
||||
roomId: number;
|
||||
/** @description SnowflakeID */
|
||||
id: string;
|
||||
actorId: string;
|
||||
actorType: string;
|
||||
/** Format: int64 */
|
||||
threadId: number;
|
||||
threadExists?: boolean;
|
||||
threadTitle?: string;
|
||||
/** Format: int64 */
|
||||
parentId: number | null;
|
||||
parent?: components["schemas"]["ChatMessage"];
|
||||
message: string;
|
||||
messageType: string;
|
||||
/** Format: int64 */
|
||||
createdAt: number;
|
||||
/** Format: int64 */
|
||||
sendAt: number | null;
|
||||
metaData: components["schemas"]["ScheduledMessageMetaData"];
|
||||
};
|
||||
ScheduledMessageMetaData: {
|
||||
/** Format: int64 */
|
||||
threadId: number;
|
||||
threadTitle: string;
|
||||
sendAt: number;
|
||||
silent: boolean;
|
||||
/** Format: int64 */
|
||||
lastEditedTime?: number;
|
||||
};
|
||||
SignalingFederationSettings: {
|
||||
server: string;
|
||||
|
|
@ -4772,7 +4759,7 @@ export interface operations {
|
|||
};
|
||||
};
|
||||
};
|
||||
"chat-scheduled-messages": {
|
||||
"chat-get-scheduled-messages": {
|
||||
parameters: {
|
||||
query?: never;
|
||||
header: {
|
||||
|
|
@ -4801,23 +4788,6 @@ export interface operations {
|
|||
};
|
||||
};
|
||||
};
|
||||
/** @description Could not get scheduled messages */
|
||||
400: {
|
||||
headers: {
|
||||
[name: string]: unknown;
|
||||
};
|
||||
content: {
|
||||
"application/json": {
|
||||
ocs: {
|
||||
meta: components["schemas"]["OCSMeta"];
|
||||
data: {
|
||||
/** @enum {string} */
|
||||
error: "message";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
/** @description Current user is not logged in */
|
||||
401: {
|
||||
headers: {
|
||||
|
|
@ -5076,7 +5046,7 @@ export interface operations {
|
|||
meta: components["schemas"]["OCSMeta"];
|
||||
data: {
|
||||
/** @enum {string} */
|
||||
error: "actor";
|
||||
error: "actor" | "message";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue