mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 13:08:58 +01:00
chore(assets): Recompile assets
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
c0d534fd4e
commit
7779121476
16 changed files with 88 additions and 8 deletions
|
|
@ -230,7 +230,8 @@
|
|||
"has-translation-providers",
|
||||
"has-translation-task-providers",
|
||||
"typing-privacy",
|
||||
"summary-threshold"
|
||||
"summary-threshold",
|
||||
"style"
|
||||
],
|
||||
"properties": {
|
||||
"max-length": {
|
||||
|
|
@ -255,6 +256,13 @@
|
|||
"type": "integer",
|
||||
"format": "int64",
|
||||
"minimum": 1
|
||||
},
|
||||
"style": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"split",
|
||||
"unified"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -163,7 +163,8 @@
|
|||
"has-translation-providers",
|
||||
"has-translation-task-providers",
|
||||
"typing-privacy",
|
||||
"summary-threshold"
|
||||
"summary-threshold",
|
||||
"style"
|
||||
],
|
||||
"properties": {
|
||||
"max-length": {
|
||||
|
|
@ -188,6 +189,13 @@
|
|||
"type": "integer",
|
||||
"format": "int64",
|
||||
"minimum": 1
|
||||
},
|
||||
"style": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"split",
|
||||
"unified"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -163,7 +163,8 @@
|
|||
"has-translation-providers",
|
||||
"has-translation-task-providers",
|
||||
"typing-privacy",
|
||||
"summary-threshold"
|
||||
"summary-threshold",
|
||||
"style"
|
||||
],
|
||||
"properties": {
|
||||
"max-length": {
|
||||
|
|
@ -188,6 +189,13 @@
|
|||
"type": "integer",
|
||||
"format": "int64",
|
||||
"minimum": 1
|
||||
},
|
||||
"style": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"split",
|
||||
"unified"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -206,7 +206,8 @@
|
|||
"has-translation-providers",
|
||||
"has-translation-task-providers",
|
||||
"typing-privacy",
|
||||
"summary-threshold"
|
||||
"summary-threshold",
|
||||
"style"
|
||||
],
|
||||
"properties": {
|
||||
"max-length": {
|
||||
|
|
@ -231,6 +232,13 @@
|
|||
"type": "integer",
|
||||
"format": "int64",
|
||||
"minimum": 1
|
||||
},
|
||||
"style": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"split",
|
||||
"unified"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -163,7 +163,8 @@
|
|||
"has-translation-providers",
|
||||
"has-translation-task-providers",
|
||||
"typing-privacy",
|
||||
"summary-threshold"
|
||||
"summary-threshold",
|
||||
"style"
|
||||
],
|
||||
"properties": {
|
||||
"max-length": {
|
||||
|
|
@ -188,6 +189,13 @@
|
|||
"type": "integer",
|
||||
"format": "int64",
|
||||
"minimum": 1
|
||||
},
|
||||
"style": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"split",
|
||||
"unified"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -206,7 +206,8 @@
|
|||
"has-translation-providers",
|
||||
"has-translation-task-providers",
|
||||
"typing-privacy",
|
||||
"summary-threshold"
|
||||
"summary-threshold",
|
||||
"style"
|
||||
],
|
||||
"properties": {
|
||||
"max-length": {
|
||||
|
|
@ -231,6 +232,13 @@
|
|||
"type": "integer",
|
||||
"format": "int64",
|
||||
"minimum": 1
|
||||
},
|
||||
"style": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"split",
|
||||
"unified"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -364,7 +364,8 @@
|
|||
"has-translation-providers",
|
||||
"has-translation-task-providers",
|
||||
"typing-privacy",
|
||||
"summary-threshold"
|
||||
"summary-threshold",
|
||||
"style"
|
||||
],
|
||||
"properties": {
|
||||
"max-length": {
|
||||
|
|
@ -389,6 +390,13 @@
|
|||
"type": "integer",
|
||||
"format": "int64",
|
||||
"minimum": 1
|
||||
},
|
||||
"style": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"split",
|
||||
"unified"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
10
openapi.json
10
openapi.json
|
|
@ -323,7 +323,8 @@
|
|||
"has-translation-providers",
|
||||
"has-translation-task-providers",
|
||||
"typing-privacy",
|
||||
"summary-threshold"
|
||||
"summary-threshold",
|
||||
"style"
|
||||
],
|
||||
"properties": {
|
||||
"max-length": {
|
||||
|
|
@ -348,6 +349,13 @@
|
|||
"type": "integer",
|
||||
"format": "int64",
|
||||
"minimum": 1
|
||||
},
|
||||
"style": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"split",
|
||||
"unified"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -249,6 +249,8 @@ export type components = {
|
|||
"typing-privacy": number;
|
||||
/** Format: int64 */
|
||||
"summary-threshold": number;
|
||||
/** @enum {string} */
|
||||
style: "split" | "unified";
|
||||
};
|
||||
conversations: {
|
||||
"can-create": boolean;
|
||||
|
|
|
|||
|
|
@ -83,6 +83,8 @@ export type components = {
|
|||
"typing-privacy": number;
|
||||
/** Format: int64 */
|
||||
"summary-threshold": number;
|
||||
/** @enum {string} */
|
||||
style: "split" | "unified";
|
||||
};
|
||||
conversations: {
|
||||
"can-create": boolean;
|
||||
|
|
|
|||
|
|
@ -69,6 +69,8 @@ export type components = {
|
|||
"typing-privacy": number;
|
||||
/** Format: int64 */
|
||||
"summary-threshold": number;
|
||||
/** @enum {string} */
|
||||
style: "split" | "unified";
|
||||
};
|
||||
conversations: {
|
||||
"can-create": boolean;
|
||||
|
|
|
|||
|
|
@ -184,6 +184,8 @@ export type components = {
|
|||
"typing-privacy": number;
|
||||
/** Format: int64 */
|
||||
"summary-threshold": number;
|
||||
/** @enum {string} */
|
||||
style: "split" | "unified";
|
||||
};
|
||||
conversations: {
|
||||
"can-create": boolean;
|
||||
|
|
|
|||
|
|
@ -87,6 +87,8 @@ export type components = {
|
|||
"typing-privacy": number;
|
||||
/** Format: int64 */
|
||||
"summary-threshold": number;
|
||||
/** @enum {string} */
|
||||
style: "split" | "unified";
|
||||
};
|
||||
conversations: {
|
||||
"can-create": boolean;
|
||||
|
|
|
|||
|
|
@ -195,6 +195,8 @@ export type components = {
|
|||
"typing-privacy": number;
|
||||
/** Format: int64 */
|
||||
"summary-threshold": number;
|
||||
/** @enum {string} */
|
||||
style: "split" | "unified";
|
||||
};
|
||||
conversations: {
|
||||
"can-create": boolean;
|
||||
|
|
|
|||
|
|
@ -2391,6 +2391,8 @@ export type components = {
|
|||
"typing-privacy": number;
|
||||
/** Format: int64 */
|
||||
"summary-threshold": number;
|
||||
/** @enum {string} */
|
||||
style: "split" | "unified";
|
||||
};
|
||||
conversations: {
|
||||
"can-create": boolean;
|
||||
|
|
|
|||
|
|
@ -1869,6 +1869,8 @@ export type components = {
|
|||
"typing-privacy": number;
|
||||
/** Format: int64 */
|
||||
"summary-threshold": number;
|
||||
/** @enum {string} */
|
||||
style: "split" | "unified";
|
||||
};
|
||||
conversations: {
|
||||
"can-create": boolean;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue