main - Automated spec update (55717)

made at remote:2024-07-01T16:22:44

taken at now:2024-07-01T17:10:02

made by remote Nelly (automation bot) <>
This commit is contained in:
Adversary 2024-07-01 17:10:02 +00:00
parent 0bb47ecf56
commit 01935753fe
2 changed files with 16 additions and 16 deletions

View file

@ -12578,9 +12578,6 @@
"type": { "type": {
"$ref": "#/components/schemas/MessageType" "$ref": "#/components/schemas/MessageType"
}, },
"channel_id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"content": { "content": {
"type": "string" "type": "string"
}, },
@ -12668,6 +12665,9 @@
"id": { "id": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"
}, },
"channel_id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"author": { "author": {
"$ref": "#/components/schemas/UserResponse" "$ref": "#/components/schemas/UserResponse"
}, },
@ -12849,7 +12849,6 @@
}, },
"required": [ "required": [
"type", "type",
"channel_id",
"content", "content",
"mentions", "mentions",
"mention_roles", "mention_roles",
@ -12859,6 +12858,7 @@
"flags", "flags",
"components", "components",
"id", "id",
"channel_id",
"author", "author",
"pinned", "pinned",
"mention_everyone", "mention_everyone",
@ -22770,9 +22770,6 @@
"type": { "type": {
"$ref": "#/components/schemas/MessageType" "$ref": "#/components/schemas/MessageType"
}, },
"channel_id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"content": { "content": {
"type": "string" "type": "string"
}, },
@ -22860,6 +22857,9 @@
"id": { "id": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"
}, },
"channel_id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"author": { "author": {
"$ref": "#/components/schemas/UserResponse" "$ref": "#/components/schemas/UserResponse"
}, },
@ -23060,7 +23060,6 @@
}, },
"required": [ "required": [
"type", "type",
"channel_id",
"content", "content",
"mentions", "mentions",
"mention_roles", "mention_roles",
@ -23070,6 +23069,7 @@
"flags", "flags",
"components", "components",
"id", "id",
"channel_id",
"author", "author",
"pinned", "pinned",
"mention_everyone", "mention_everyone",

View file

@ -12777,9 +12777,6 @@
"type": { "type": {
"$ref": "#/components/schemas/MessageType" "$ref": "#/components/schemas/MessageType"
}, },
"channel_id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"content": { "content": {
"type": "string" "type": "string"
}, },
@ -12867,6 +12864,9 @@
"id": { "id": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"
}, },
"channel_id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"author": { "author": {
"$ref": "#/components/schemas/UserResponse" "$ref": "#/components/schemas/UserResponse"
}, },
@ -13064,7 +13064,6 @@
}, },
"required": [ "required": [
"type", "type",
"channel_id",
"content", "content",
"mentions", "mentions",
"mention_roles", "mention_roles",
@ -13074,6 +13073,7 @@
"flags", "flags",
"components", "components",
"id", "id",
"channel_id",
"author", "author",
"pinned", "pinned",
"mention_everyone", "mention_everyone",
@ -23161,9 +23161,6 @@
"type": { "type": {
"$ref": "#/components/schemas/MessageType" "$ref": "#/components/schemas/MessageType"
}, },
"channel_id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"content": { "content": {
"type": "string" "type": "string"
}, },
@ -23251,6 +23248,9 @@
"id": { "id": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"
}, },
"channel_id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"author": { "author": {
"$ref": "#/components/schemas/UserResponse" "$ref": "#/components/schemas/UserResponse"
}, },
@ -23467,7 +23467,6 @@
}, },
"required": [ "required": [
"type", "type",
"channel_id",
"content", "content",
"mentions", "mentions",
"mention_roles", "mention_roles",
@ -23477,6 +23476,7 @@
"flags", "flags",
"components", "components",
"id", "id",
"channel_id",
"author", "author",
"pinned", "pinned",
"mention_everyone", "mention_everyone",