chore(assets): Recompile assets

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2025-11-07 11:01:32 +01:00
parent c0d534fd4e
commit 7779121476
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0
16 changed files with 88 additions and 8 deletions

View file

@ -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"
]
}
}
},

View file

@ -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"
]
}
}
},

View file

@ -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"
]
}
}
},

View file

@ -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"
]
}
}
},

View file

@ -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"
]
}
}
},

View file

@ -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"
]
}
}
},

View file

@ -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"
]
}
}
},

View file

@ -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"
]
}
}
},

View file

@ -249,6 +249,8 @@ export type components = {
"typing-privacy": number;
/** Format: int64 */
"summary-threshold": number;
/** @enum {string} */
style: "split" | "unified";
};
conversations: {
"can-create": boolean;

View file

@ -83,6 +83,8 @@ export type components = {
"typing-privacy": number;
/** Format: int64 */
"summary-threshold": number;
/** @enum {string} */
style: "split" | "unified";
};
conversations: {
"can-create": boolean;

View file

@ -69,6 +69,8 @@ export type components = {
"typing-privacy": number;
/** Format: int64 */
"summary-threshold": number;
/** @enum {string} */
style: "split" | "unified";
};
conversations: {
"can-create": boolean;

View file

@ -184,6 +184,8 @@ export type components = {
"typing-privacy": number;
/** Format: int64 */
"summary-threshold": number;
/** @enum {string} */
style: "split" | "unified";
};
conversations: {
"can-create": boolean;

View file

@ -87,6 +87,8 @@ export type components = {
"typing-privacy": number;
/** Format: int64 */
"summary-threshold": number;
/** @enum {string} */
style: "split" | "unified";
};
conversations: {
"can-create": boolean;

View file

@ -195,6 +195,8 @@ export type components = {
"typing-privacy": number;
/** Format: int64 */
"summary-threshold": number;
/** @enum {string} */
style: "split" | "unified";
};
conversations: {
"can-create": boolean;

View file

@ -2391,6 +2391,8 @@ export type components = {
"typing-privacy": number;
/** Format: int64 */
"summary-threshold": number;
/** @enum {string} */
style: "split" | "unified";
};
conversations: {
"can-create": boolean;

View file

@ -1869,6 +1869,8 @@ export type components = {
"typing-privacy": number;
/** Format: int64 */
"summary-threshold": number;
/** @enum {string} */
style: "split" | "unified";
};
conversations: {
"can-create": boolean;