diff --git a/specs/openapi.json b/specs/openapi.json index 7a56575..4fff0ce 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -23318,6 +23318,26 @@ "title": "GUILD_APPLICATION_PREMIUM_SUBSCRIPTION", "description": "", "const": 32 + }, + { + "title": "GUILD_INCIDENT_ALERT_MODE_ENABLED", + "description": "", + "const": 36 + }, + { + "title": "GUILD_INCIDENT_ALERT_MODE_DISABLED", + "description": "", + "const": 37 + }, + { + "title": "GUILD_INCIDENT_REPORT_RAID", + "description": "", + "const": 38 + }, + { + "title": "GUILD_INCIDENT_REPORT_FALSE_ALARM", + "description": "", + "const": 39 } ], "format": "int32" diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 4529a97..417ba9d 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -23725,6 +23725,26 @@ "title": "GUILD_APPLICATION_PREMIUM_SUBSCRIPTION", "description": "", "const": 32 + }, + { + "title": "GUILD_INCIDENT_ALERT_MODE_ENABLED", + "description": "", + "const": 36 + }, + { + "title": "GUILD_INCIDENT_ALERT_MODE_DISABLED", + "description": "", + "const": 37 + }, + { + "title": "GUILD_INCIDENT_REPORT_RAID", + "description": "", + "const": 38 + }, + { + "title": "GUILD_INCIDENT_REPORT_FALSE_ALARM", + "description": "", + "const": 39 } ], "format": "int32"