Automated spec update (38674)
This commit is contained in:
parent
26cbc48f51
commit
c43a455f11
|
@ -26594,16 +26594,6 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"premium_type": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/PremiumTypes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"$ref": "#/components/schemas/Int53Type"
|
||||
},
|
||||
|
@ -26644,6 +26634,16 @@
|
|||
"locale": {
|
||||
"$ref": "#/components/schemas/AvailableLocalesEnum"
|
||||
},
|
||||
"premium_type": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/PremiumTypes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"email": {
|
||||
"type": [
|
||||
"string",
|
||||
|
@ -26689,16 +26689,6 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"premium_type": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/PremiumTypes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"$ref": "#/components/schemas/Int53Type"
|
||||
},
|
||||
|
|
|
@ -11517,6 +11517,15 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"integration_types_config": {
|
||||
"type": [
|
||||
"object",
|
||||
"null"
|
||||
],
|
||||
"additionalProperties": {
|
||||
"$ref": "#/components/schemas/ApplicationIntegrationTypeConfigurationResponse"
|
||||
}
|
||||
},
|
||||
"verify_key": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -19942,6 +19951,15 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"integration_types_config": {
|
||||
"type": [
|
||||
"object",
|
||||
"null"
|
||||
],
|
||||
"additionalProperties": {
|
||||
"$ref": "#/components/schemas/ApplicationIntegrationTypeConfigurationResponse"
|
||||
}
|
||||
},
|
||||
"verify_key": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -24109,6 +24127,15 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"integration_types_config": {
|
||||
"type": [
|
||||
"object",
|
||||
"null"
|
||||
],
|
||||
"additionalProperties": {
|
||||
"$ref": "#/components/schemas/ApplicationIntegrationTypeConfigurationResponse"
|
||||
}
|
||||
},
|
||||
"verify_key": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -24176,22 +24203,6 @@
|
|||
"$ref": "#/components/schemas/TeamResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"integration_types_config": {
|
||||
"type": [
|
||||
"object",
|
||||
"null"
|
||||
],
|
||||
"additionalProperties": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/ApplicationIntegrationTypeConfigurationResponse"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -27395,16 +27406,6 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"premium_type": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/PremiumTypes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"$ref": "#/components/schemas/Int53Type"
|
||||
},
|
||||
|
@ -27445,6 +27446,16 @@
|
|||
"locale": {
|
||||
"$ref": "#/components/schemas/AvailableLocalesEnum"
|
||||
},
|
||||
"premium_type": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/PremiumTypes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"email": {
|
||||
"type": [
|
||||
"string",
|
||||
|
@ -27490,16 +27501,6 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"premium_type": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/PremiumTypes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"$ref": "#/components/schemas/Int53Type"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue