discord-protos 1.2.146 → 1.2.148
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
|
@@ -608,6 +608,8 @@ message PremiumMarketingComponentProperties {
|
|
|
608
608
|
DISMISSIBLE_CONTENT_ML_REVERSE_TRIAL_UPSELL_MODAL = 723;
|
|
609
609
|
DISMISSIBLE_CONTENT_ML_REVERSE_TRIAL_FOLLOWUP_UPSELL_MODAL = 724;
|
|
610
610
|
DISMISSIBLE_CONTENT_GAME_SHOP_NEW_DROP_POPOVER = 725;
|
|
611
|
+
DISMISSIBLE_CONTENT_PREMIUM_MARKETING_MOMENT_NAGBAR_UPSELL = 726;
|
|
612
|
+
DISMISSIBLE_CONTENT_WISHLISTING_NITRO_TAB_NEW_BADGE = 727;
|
|
611
613
|
}
|
|
612
614
|
|
|
613
615
|
message MobileBottomSheet {
|
|
@@ -2801,7 +2801,15 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
2801
2801
|
/**
|
|
2802
2802
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_GAME_SHOP_NEW_DROP_POPOVER = 725;
|
|
2803
2803
|
*/
|
|
2804
|
-
GAME_SHOP_NEW_DROP_POPOVER = 725
|
|
2804
|
+
GAME_SHOP_NEW_DROP_POPOVER = 725,
|
|
2805
|
+
/**
|
|
2806
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_MARKETING_MOMENT_NAGBAR_UPSELL = 726;
|
|
2807
|
+
*/
|
|
2808
|
+
PREMIUM_MARKETING_MOMENT_NAGBAR_UPSELL = 726,
|
|
2809
|
+
/**
|
|
2810
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_WISHLISTING_NITRO_TAB_NEW_BADGE = 727;
|
|
2811
|
+
*/
|
|
2812
|
+
WISHLISTING_NITRO_TAB_NEW_BADGE = 727
|
|
2805
2813
|
}
|
|
2806
2814
|
declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
|
|
2807
2815
|
constructor();
|
|
@@ -2136,6 +2136,14 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2136
2136
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_GAME_SHOP_NEW_DROP_POPOVER = 725;
|
|
2137
2137
|
*/
|
|
2138
2138
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["GAME_SHOP_NEW_DROP_POPOVER"] = 725] = "GAME_SHOP_NEW_DROP_POPOVER";
|
|
2139
|
+
/**
|
|
2140
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_MARKETING_MOMENT_NAGBAR_UPSELL = 726;
|
|
2141
|
+
*/
|
|
2142
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["PREMIUM_MARKETING_MOMENT_NAGBAR_UPSELL"] = 726] = "PREMIUM_MARKETING_MOMENT_NAGBAR_UPSELL";
|
|
2143
|
+
/**
|
|
2144
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_WISHLISTING_NITRO_TAB_NEW_BADGE = 727;
|
|
2145
|
+
*/
|
|
2146
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["WISHLISTING_NITRO_TAB_NEW_BADGE"] = 727] = "WISHLISTING_NITRO_TAB_NEW_BADGE";
|
|
2139
2147
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2140
2148
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
2141
2149
|
class PremiumMarketingComponentProperties$Type extends runtime_4.MessageType {
|