Automated spec update (48450)
This commit is contained in:
parent
31bd8bb2b2
commit
b02bc1cac7
|
@ -8674,6 +8674,18 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/Int64Type"
|
||||
}
|
||||
],
|
||||
"format": "int64"
|
||||
},
|
||||
"components": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
@ -12999,6 +13011,18 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/Int64Type"
|
||||
}
|
||||
],
|
||||
"format": "int64"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": [
|
||||
"string",
|
||||
|
@ -13039,6 +13063,16 @@
|
|||
],
|
||||
"maxLength": 512,
|
||||
"format": "uri"
|
||||
},
|
||||
"sku_id": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -13068,6 +13102,10 @@
|
|||
{
|
||||
"title": "LINK",
|
||||
"const": 5
|
||||
},
|
||||
{
|
||||
"title": "PREMIUM",
|
||||
"const": 6
|
||||
}
|
||||
],
|
||||
"format": "int32"
|
||||
|
@ -13266,6 +13304,18 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/Int64Type"
|
||||
}
|
||||
],
|
||||
"format": "int64"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string",
|
||||
"maxLength": 100
|
||||
|
@ -19559,6 +19609,18 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/Int64Type"
|
||||
}
|
||||
],
|
||||
"format": "int64"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string",
|
||||
"maxLength": 100
|
||||
|
@ -19620,6 +19682,12 @@
|
|||
"maximum": 9007199254740991,
|
||||
"format": "int64"
|
||||
},
|
||||
"Int64Type": {
|
||||
"type": "integer",
|
||||
"minimum": -9223372036854775808,
|
||||
"maximum": 9223372036854775807,
|
||||
"format": "int64"
|
||||
},
|
||||
"IntegrationApplicationResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -21165,6 +21233,18 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/Int64Type"
|
||||
}
|
||||
],
|
||||
"format": "int64"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string",
|
||||
"maxLength": 100
|
||||
|
@ -21465,6 +21545,9 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"components": {
|
||||
"type": [
|
||||
"array",
|
||||
|
@ -21498,7 +21581,8 @@
|
|||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
"type",
|
||||
"id"
|
||||
]
|
||||
},
|
||||
"MessageComponentButtonResponse": {
|
||||
|
@ -21516,6 +21600,9 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": [
|
||||
"string",
|
||||
|
@ -21558,6 +21645,7 @@
|
|||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"style"
|
||||
]
|
||||
},
|
||||
|
@ -21576,6 +21664,9 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -21618,6 +21709,7 @@
|
|||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"custom_id"
|
||||
]
|
||||
},
|
||||
|
@ -21663,6 +21755,9 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -21710,6 +21805,7 @@
|
|||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"custom_id",
|
||||
"style"
|
||||
]
|
||||
|
@ -21729,6 +21825,9 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -21761,6 +21860,7 @@
|
|||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"custom_id"
|
||||
]
|
||||
},
|
||||
|
@ -21779,6 +21879,9 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -21811,6 +21914,7 @@
|
|||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"custom_id"
|
||||
]
|
||||
},
|
||||
|
@ -21829,6 +21933,9 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -21877,6 +21984,7 @@
|
|||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"custom_id"
|
||||
]
|
||||
},
|
||||
|
@ -21941,6 +22049,9 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -21973,6 +22084,7 @@
|
|||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"custom_id"
|
||||
]
|
||||
},
|
||||
|
@ -25000,6 +25112,18 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/Int64Type"
|
||||
}
|
||||
],
|
||||
"format": "int64"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string",
|
||||
"maxLength": 100
|
||||
|
@ -26005,6 +26129,18 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/Int64Type"
|
||||
}
|
||||
],
|
||||
"format": "int64"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string",
|
||||
"maxLength": 100
|
||||
|
@ -27217,6 +27353,18 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/Int64Type"
|
||||
}
|
||||
],
|
||||
"format": "int64"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string",
|
||||
"maxLength": 100
|
||||
|
|
|
@ -8674,6 +8674,18 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/Int64Type"
|
||||
}
|
||||
],
|
||||
"format": "int64"
|
||||
},
|
||||
"components": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
@ -13214,6 +13226,18 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/Int64Type"
|
||||
}
|
||||
],
|
||||
"format": "int64"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": [
|
||||
"string",
|
||||
|
@ -13254,6 +13278,16 @@
|
|||
],
|
||||
"maxLength": 512,
|
||||
"format": "uri"
|
||||
},
|
||||
"sku_id": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -13283,6 +13317,10 @@
|
|||
{
|
||||
"title": "LINK",
|
||||
"const": 5
|
||||
},
|
||||
{
|
||||
"title": "PREMIUM",
|
||||
"const": 6
|
||||
}
|
||||
],
|
||||
"format": "int32"
|
||||
|
@ -13515,6 +13553,18 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/Int64Type"
|
||||
}
|
||||
],
|
||||
"format": "int64"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string",
|
||||
"maxLength": 100
|
||||
|
@ -19859,6 +19909,18 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/Int64Type"
|
||||
}
|
||||
],
|
||||
"format": "int64"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string",
|
||||
"maxLength": 100
|
||||
|
@ -19920,6 +19982,12 @@
|
|||
"maximum": 9007199254740991,
|
||||
"format": "int64"
|
||||
},
|
||||
"Int64Type": {
|
||||
"type": "integer",
|
||||
"minimum": -9223372036854775808,
|
||||
"maximum": 9223372036854775807,
|
||||
"format": "int64"
|
||||
},
|
||||
"IntegrationApplicationResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -21495,6 +21563,18 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/Int64Type"
|
||||
}
|
||||
],
|
||||
"format": "int64"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string",
|
||||
"maxLength": 100
|
||||
|
@ -21795,6 +21875,9 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"components": {
|
||||
"type": [
|
||||
"array",
|
||||
|
@ -21828,7 +21911,8 @@
|
|||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
"type",
|
||||
"id"
|
||||
]
|
||||
},
|
||||
"MessageComponentButtonResponse": {
|
||||
|
@ -21846,6 +21930,9 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": [
|
||||
"string",
|
||||
|
@ -21888,6 +21975,7 @@
|
|||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"style"
|
||||
]
|
||||
},
|
||||
|
@ -21906,6 +21994,9 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -21948,6 +22039,7 @@
|
|||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"custom_id"
|
||||
]
|
||||
},
|
||||
|
@ -21993,6 +22085,9 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -22040,6 +22135,7 @@
|
|||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"custom_id",
|
||||
"style"
|
||||
]
|
||||
|
@ -22114,6 +22210,9 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -22146,6 +22245,7 @@
|
|||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"custom_id"
|
||||
]
|
||||
},
|
||||
|
@ -22164,6 +22264,9 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -22196,6 +22299,7 @@
|
|||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"custom_id"
|
||||
]
|
||||
},
|
||||
|
@ -22214,6 +22318,9 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -22262,6 +22369,7 @@
|
|||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"custom_id"
|
||||
]
|
||||
},
|
||||
|
@ -22326,6 +22434,9 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -22358,6 +22469,7 @@
|
|||
},
|
||||
"required": [
|
||||
"type",
|
||||
"id",
|
||||
"custom_id"
|
||||
]
|
||||
},
|
||||
|
@ -25771,6 +25883,18 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/Int64Type"
|
||||
}
|
||||
],
|
||||
"format": "int64"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string",
|
||||
"maxLength": 100
|
||||
|
@ -26830,6 +26954,18 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/Int64Type"
|
||||
}
|
||||
],
|
||||
"format": "int64"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string",
|
||||
"maxLength": 100
|
||||
|
@ -28043,6 +28179,18 @@
|
|||
],
|
||||
"format": "int32"
|
||||
},
|
||||
"id": {
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/Int64Type"
|
||||
}
|
||||
],
|
||||
"format": "int64"
|
||||
},
|
||||
"custom_id": {
|
||||
"type": "string",
|
||||
"maxLength": 100
|
||||
|
|
Loading…
Reference in New Issue