discord-protos 1.2.240 → 1.2.242
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.proto +2 -0
- package/dist/discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.d.ts +9 -1
- package/dist/discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.js +8 -0
- package/package.json +1 -1
|
@@ -709,6 +709,8 @@ message PremiumMarketingComponentProperties {
|
|
|
709
709
|
DISMISSIBLE_CONTENT_MOBILE_REFRESH_CHAT_INPUT_PLUS_BUTTON_COACHMARK = 778;
|
|
710
710
|
DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_STICKY_BAR = 779;
|
|
711
711
|
DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER = 780;
|
|
712
|
+
DISMISSIBLE_CONTENT_BADGE_DIRECTORY_NUX_POPOVER = 781;
|
|
713
|
+
DISMISSIBLE_CONTENT_GUILD_POWERUP_NEW_PERK_AVAILABLE_BADGE = 782;
|
|
712
714
|
}
|
|
713
715
|
|
|
714
716
|
message MobileBottomSheet {
|
|
@@ -3307,7 +3307,15 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
3307
3307
|
/**
|
|
3308
3308
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER = 780;
|
|
3309
3309
|
*/
|
|
3310
|
-
MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER = 780
|
|
3310
|
+
MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER = 780,
|
|
3311
|
+
/**
|
|
3312
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_BADGE_DIRECTORY_NUX_POPOVER = 781;
|
|
3313
|
+
*/
|
|
3314
|
+
BADGE_DIRECTORY_NUX_POPOVER = 781,
|
|
3315
|
+
/**
|
|
3316
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_GUILD_POWERUP_NEW_PERK_AVAILABLE_BADGE = 782;
|
|
3317
|
+
*/
|
|
3318
|
+
GUILD_POWERUP_NEW_PERK_AVAILABLE_BADGE = 782
|
|
3311
3319
|
}
|
|
3312
3320
|
/**
|
|
3313
3321
|
* @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
|
|
@@ -2357,6 +2357,14 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2357
2357
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER = 780;
|
|
2358
2358
|
*/
|
|
2359
2359
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER"] = 780] = "MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER";
|
|
2360
|
+
/**
|
|
2361
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_BADGE_DIRECTORY_NUX_POPOVER = 781;
|
|
2362
|
+
*/
|
|
2363
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["BADGE_DIRECTORY_NUX_POPOVER"] = 781] = "BADGE_DIRECTORY_NUX_POPOVER";
|
|
2364
|
+
/**
|
|
2365
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_GUILD_POWERUP_NEW_PERK_AVAILABLE_BADGE = 782;
|
|
2366
|
+
*/
|
|
2367
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["GUILD_POWERUP_NEW_PERK_AVAILABLE_BADGE"] = 782] = "GUILD_POWERUP_NEW_PERK_AVAILABLE_BADGE";
|
|
2360
2368
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2361
2369
|
/**
|
|
2362
2370
|
* @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
|