main - Automated spec update (38674)
made at remote:2024-04-03T02:55:45 taken at now:2024-04-03T03:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
1896acf424
commit
df199d4405
2 changed files with 47 additions and 56 deletions
|
@ -26594,16 +26594,6 @@
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"premium_type": {
|
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/PremiumTypes"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"flags": {
|
"flags": {
|
||||||
"$ref": "#/components/schemas/Int53Type"
|
"$ref": "#/components/schemas/Int53Type"
|
||||||
},
|
},
|
||||||
|
@ -26644,6 +26634,16 @@
|
||||||
"locale": {
|
"locale": {
|
||||||
"$ref": "#/components/schemas/AvailableLocalesEnum"
|
"$ref": "#/components/schemas/AvailableLocalesEnum"
|
||||||
},
|
},
|
||||||
|
"premium_type": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/PremiumTypes"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
|
@ -26689,16 +26689,6 @@
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"premium_type": {
|
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/PremiumTypes"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"flags": {
|
"flags": {
|
||||||
"$ref": "#/components/schemas/Int53Type"
|
"$ref": "#/components/schemas/Int53Type"
|
||||||
},
|
},
|
||||||
|
|
|
@ -11517,6 +11517,15 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"integration_types_config": {
|
||||||
|
"type": [
|
||||||
|
"object",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"additionalProperties": {
|
||||||
|
"$ref": "#/components/schemas/ApplicationIntegrationTypeConfigurationResponse"
|
||||||
|
}
|
||||||
|
},
|
||||||
"verify_key": {
|
"verify_key": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
@ -19942,6 +19951,15 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"integration_types_config": {
|
||||||
|
"type": [
|
||||||
|
"object",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"additionalProperties": {
|
||||||
|
"$ref": "#/components/schemas/ApplicationIntegrationTypeConfigurationResponse"
|
||||||
|
}
|
||||||
|
},
|
||||||
"verify_key": {
|
"verify_key": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
@ -24109,6 +24127,15 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"integration_types_config": {
|
||||||
|
"type": [
|
||||||
|
"object",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"additionalProperties": {
|
||||||
|
"$ref": "#/components/schemas/ApplicationIntegrationTypeConfigurationResponse"
|
||||||
|
}
|
||||||
|
},
|
||||||
"verify_key": {
|
"verify_key": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
@ -24176,22 +24203,6 @@
|
||||||
"$ref": "#/components/schemas/TeamResponse"
|
"$ref": "#/components/schemas/TeamResponse"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"integration_types_config": {
|
|
||||||
"type": [
|
|
||||||
"object",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"additionalProperties": {
|
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/ApplicationIntegrationTypeConfigurationResponse"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
@ -27395,16 +27406,6 @@
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"premium_type": {
|
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/PremiumTypes"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"flags": {
|
"flags": {
|
||||||
"$ref": "#/components/schemas/Int53Type"
|
"$ref": "#/components/schemas/Int53Type"
|
||||||
},
|
},
|
||||||
|
@ -27445,6 +27446,16 @@
|
||||||
"locale": {
|
"locale": {
|
||||||
"$ref": "#/components/schemas/AvailableLocalesEnum"
|
"$ref": "#/components/schemas/AvailableLocalesEnum"
|
||||||
},
|
},
|
||||||
|
"premium_type": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/PremiumTypes"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"email": {
|
"email": {
|
||||||
"type": [
|
"type": [
|
||||||
"string",
|
"string",
|
||||||
|
@ -27490,16 +27501,6 @@
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"premium_type": {
|
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"type": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"$ref": "#/components/schemas/PremiumTypes"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"flags": {
|
"flags": {
|
||||||
"$ref": "#/components/schemas/Int53Type"
|
"$ref": "#/components/schemas/Int53Type"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue