discord-protos 1.2.239 → 1.2.240
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
|
@@ -707,6 +707,8 @@ message PremiumMarketingComponentProperties {
|
|
|
707
707
|
DISMISSIBLE_CONTENT_DISPLAY_NAME_STYLES_FLYWHEEL_MOBILE_NEW_BADGE_PROFILE_PAGE = 776;
|
|
708
708
|
DISMISSIBLE_CONTENT_DISPLAY_NAME_STYLES_FLYWHEEL_MOBILE_PROFILE_COACHMARK = 777;
|
|
709
709
|
DISMISSIBLE_CONTENT_MOBILE_REFRESH_CHAT_INPUT_PLUS_BUTTON_COACHMARK = 778;
|
|
710
|
+
DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_STICKY_BAR = 779;
|
|
711
|
+
DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER = 780;
|
|
710
712
|
}
|
|
711
713
|
|
|
712
714
|
message MobileBottomSheet {
|
|
@@ -3299,7 +3299,15 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
3299
3299
|
/**
|
|
3300
3300
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_MOBILE_REFRESH_CHAT_INPUT_PLUS_BUTTON_COACHMARK = 778;
|
|
3301
3301
|
*/
|
|
3302
|
-
MOBILE_REFRESH_CHAT_INPUT_PLUS_BUTTON_COACHMARK = 778
|
|
3302
|
+
MOBILE_REFRESH_CHAT_INPUT_PLUS_BUTTON_COACHMARK = 778,
|
|
3303
|
+
/**
|
|
3304
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_STICKY_BAR = 779;
|
|
3305
|
+
*/
|
|
3306
|
+
MONTHLY_TO_YEARLY_UPSELL_STICKY_BAR = 779,
|
|
3307
|
+
/**
|
|
3308
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER = 780;
|
|
3309
|
+
*/
|
|
3310
|
+
MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER = 780
|
|
3303
3311
|
}
|
|
3304
3312
|
/**
|
|
3305
3313
|
* @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
|
|
@@ -2349,6 +2349,14 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2349
2349
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_MOBILE_REFRESH_CHAT_INPUT_PLUS_BUTTON_COACHMARK = 778;
|
|
2350
2350
|
*/
|
|
2351
2351
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["MOBILE_REFRESH_CHAT_INPUT_PLUS_BUTTON_COACHMARK"] = 778] = "MOBILE_REFRESH_CHAT_INPUT_PLUS_BUTTON_COACHMARK";
|
|
2352
|
+
/**
|
|
2353
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_STICKY_BAR = 779;
|
|
2354
|
+
*/
|
|
2355
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["MONTHLY_TO_YEARLY_UPSELL_STICKY_BAR"] = 779] = "MONTHLY_TO_YEARLY_UPSELL_STICKY_BAR";
|
|
2356
|
+
/**
|
|
2357
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER = 780;
|
|
2358
|
+
*/
|
|
2359
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER"] = 780] = "MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER";
|
|
2352
2360
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2353
2361
|
/**
|
|
2354
2362
|
* @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
|