main - Automated spec update (139287)
made at remote:2025-08-18T20:57:11 taken at now:2025-08-18T21:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
f5884d271e
commit
2cf8d934c6
2 changed files with 212 additions and 0 deletions
|
@ -19345,6 +19345,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"shared_client_theme": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CustomClientThemeShareRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"confetti_potion": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -19699,6 +19709,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"shared_client_theme": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CustomClientThemeResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"interaction_metadata": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -21809,6 +21829,62 @@
|
|||
"total_message_sent"
|
||||
]
|
||||
},
|
||||
"CustomClientThemeResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"colors": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"gradient_angle": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"base_mix": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"colors",
|
||||
"gradient_angle",
|
||||
"base_mix"
|
||||
]
|
||||
},
|
||||
"CustomClientThemeShareRequest": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"colors": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"minLength": 6,
|
||||
"maxLength": 6
|
||||
},
|
||||
"minItems": 1,
|
||||
"maxItems": 5
|
||||
},
|
||||
"gradient_angle": {
|
||||
"type": "integer",
|
||||
"minimum": 0,
|
||||
"maximum": 360,
|
||||
"format": "int32"
|
||||
},
|
||||
"base_mix": {
|
||||
"type": "integer",
|
||||
"minimum": 0,
|
||||
"maximum": 100,
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"colors",
|
||||
"gradient_angle",
|
||||
"base_mix"
|
||||
]
|
||||
},
|
||||
"DefaultKeywordListTriggerMetadata": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -29604,6 +29680,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"shared_client_theme": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CustomClientThemeShareRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"confetti_potion": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -30619,6 +30705,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"shared_client_theme": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CustomClientThemeResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"interaction_metadata": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -33730,6 +33826,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"shared_client_theme": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CustomClientThemeShareRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"confetti_potion": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
|
|
@ -19345,6 +19345,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"shared_client_theme": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CustomClientThemeShareRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"confetti_potion": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -19699,6 +19709,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"shared_client_theme": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CustomClientThemeResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"interaction_metadata": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -21849,6 +21869,62 @@
|
|||
"total_message_sent"
|
||||
]
|
||||
},
|
||||
"CustomClientThemeResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"colors": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"gradient_angle": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"base_mix": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"colors",
|
||||
"gradient_angle",
|
||||
"base_mix"
|
||||
]
|
||||
},
|
||||
"CustomClientThemeShareRequest": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"colors": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"minLength": 6,
|
||||
"maxLength": 6
|
||||
},
|
||||
"minItems": 1,
|
||||
"maxItems": 5
|
||||
},
|
||||
"gradient_angle": {
|
||||
"type": "integer",
|
||||
"minimum": 0,
|
||||
"maximum": 360,
|
||||
"format": "int32"
|
||||
},
|
||||
"base_mix": {
|
||||
"type": "integer",
|
||||
"minimum": 0,
|
||||
"maximum": 100,
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"colors",
|
||||
"gradient_angle",
|
||||
"base_mix"
|
||||
]
|
||||
},
|
||||
"DefaultKeywordListTriggerMetadata": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -29689,6 +29765,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"shared_client_theme": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CustomClientThemeShareRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"confetti_potion": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -30704,6 +30790,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"shared_client_theme": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CustomClientThemeResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"interaction_metadata": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
@ -34108,6 +34204,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"shared_client_theme": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/CustomClientThemeShareRequest"
|
||||
}
|
||||
]
|
||||
},
|
||||
"confetti_potion": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue