diff --git a/deno/payloads/v10/auditLog.ts b/deno/payloads/v10/auditLog.ts index 1de7f4ca..ee5849d8 100644 --- a/deno/payloads/v10/auditLog.ts +++ b/deno/payloads/v10/auditLog.ts @@ -405,6 +405,7 @@ export type APIAuditLogChange = | APIAuditLogChangeKeyPermissions | APIAuditLogChangeKeyPosition | APIAuditLogChangeKeyPreferredLocale + | APIAuditLogChangeKeyPremiumProgressBarEnabled | APIAuditLogChangeKeyPrivacyLevel | APIAuditLogChangeKeyPruneDeleteDays | APIAuditLogChangeKeyPublicUpdatesChannelId @@ -535,6 +536,11 @@ export type APIAuditLogChangeKeyDefaultMessageNotifications = AuditLogChangeData */ export type APIAuditLogChangeKeyVanityURLCode = AuditLogChangeData<'vanity_url_code', string>; +/** + * Returned when a guild's boost progress bar is enabled + */ +export type APIAuditLogChangeKeyPremiumProgressBarEnabled = AuditLogChangeData<'premium_progress_bar_enabled', boolean>; + /** * Returned when new role(s) are added */ diff --git a/deno/payloads/v9/auditLog.ts b/deno/payloads/v9/auditLog.ts index 1de7f4ca..ee5849d8 100644 --- a/deno/payloads/v9/auditLog.ts +++ b/deno/payloads/v9/auditLog.ts @@ -405,6 +405,7 @@ export type APIAuditLogChange = | APIAuditLogChangeKeyPermissions | APIAuditLogChangeKeyPosition | APIAuditLogChangeKeyPreferredLocale + | APIAuditLogChangeKeyPremiumProgressBarEnabled | APIAuditLogChangeKeyPrivacyLevel | APIAuditLogChangeKeyPruneDeleteDays | APIAuditLogChangeKeyPublicUpdatesChannelId @@ -535,6 +536,11 @@ export type APIAuditLogChangeKeyDefaultMessageNotifications = AuditLogChangeData */ export type APIAuditLogChangeKeyVanityURLCode = AuditLogChangeData<'vanity_url_code', string>; +/** + * Returned when a guild's boost progress bar is enabled + */ +export type APIAuditLogChangeKeyPremiumProgressBarEnabled = AuditLogChangeData<'premium_progress_bar_enabled', boolean>; + /** * Returned when new role(s) are added */ diff --git a/payloads/v10/auditLog.ts b/payloads/v10/auditLog.ts index d7d60bfe..53f628c9 100644 --- a/payloads/v10/auditLog.ts +++ b/payloads/v10/auditLog.ts @@ -405,6 +405,7 @@ export type APIAuditLogChange = | APIAuditLogChangeKeyPermissions | APIAuditLogChangeKeyPosition | APIAuditLogChangeKeyPreferredLocale + | APIAuditLogChangeKeyPremiumProgressBarEnabled | APIAuditLogChangeKeyPrivacyLevel | APIAuditLogChangeKeyPruneDeleteDays | APIAuditLogChangeKeyPublicUpdatesChannelId @@ -535,6 +536,11 @@ export type APIAuditLogChangeKeyDefaultMessageNotifications = AuditLogChangeData */ export type APIAuditLogChangeKeyVanityURLCode = AuditLogChangeData<'vanity_url_code', string>; +/** + * Returned when a guild's boost progress bar is enabled + */ +export type APIAuditLogChangeKeyPremiumProgressBarEnabled = AuditLogChangeData<'premium_progress_bar_enabled', boolean>; + /** * Returned when new role(s) are added */ diff --git a/payloads/v9/auditLog.ts b/payloads/v9/auditLog.ts index d7d60bfe..53f628c9 100644 --- a/payloads/v9/auditLog.ts +++ b/payloads/v9/auditLog.ts @@ -405,6 +405,7 @@ export type APIAuditLogChange = | APIAuditLogChangeKeyPermissions | APIAuditLogChangeKeyPosition | APIAuditLogChangeKeyPreferredLocale + | APIAuditLogChangeKeyPremiumProgressBarEnabled | APIAuditLogChangeKeyPrivacyLevel | APIAuditLogChangeKeyPruneDeleteDays | APIAuditLogChangeKeyPublicUpdatesChannelId @@ -535,6 +536,11 @@ export type APIAuditLogChangeKeyDefaultMessageNotifications = AuditLogChangeData */ export type APIAuditLogChangeKeyVanityURLCode = AuditLogChangeData<'vanity_url_code', string>; +/** + * Returned when a guild's boost progress bar is enabled + */ +export type APIAuditLogChangeKeyPremiumProgressBarEnabled = AuditLogChangeData<'premium_progress_bar_enabled', boolean>; + /** * Returned when new role(s) are added */