discord-protos 1.2.146 → 1.2.147
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 +1 -0
- package/dist/discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.d.ts +5 -1
- package/dist/discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.js +4 -0
- package/package.json +1 -1
|
@@ -608,6 +608,7 @@ 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;
|
|
611
612
|
}
|
|
612
613
|
|
|
613
614
|
message MobileBottomSheet {
|
|
@@ -2801,7 +2801,11 @@ 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
|
|
2805
2809
|
}
|
|
2806
2810
|
declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
|
|
2807
2811
|
constructor();
|
|
@@ -2136,6 +2136,10 @@ 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";
|
|
2139
2143
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2140
2144
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
2141
2145
|
class PremiumMarketingComponentProperties$Type extends runtime_4.MessageType {
|