discord-protos 1.2.145 → 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 +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
|
@@ -607,6 +607,8 @@ message PremiumMarketingComponentProperties {
|
|
|
607
607
|
DISMISSIBLE_CONTENT_GAME_SERVER_HOSTING_BATCH_RELEASE_V3_COACHMARK = 722;
|
|
608
608
|
DISMISSIBLE_CONTENT_ML_REVERSE_TRIAL_UPSELL_MODAL = 723;
|
|
609
609
|
DISMISSIBLE_CONTENT_ML_REVERSE_TRIAL_FOLLOWUP_UPSELL_MODAL = 724;
|
|
610
|
+
DISMISSIBLE_CONTENT_GAME_SHOP_NEW_DROP_POPOVER = 725;
|
|
611
|
+
DISMISSIBLE_CONTENT_PREMIUM_MARKETING_MOMENT_NAGBAR_UPSELL = 726;
|
|
610
612
|
}
|
|
611
613
|
|
|
612
614
|
message MobileBottomSheet {
|
|
@@ -2797,7 +2797,15 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
2797
2797
|
/**
|
|
2798
2798
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_ML_REVERSE_TRIAL_FOLLOWUP_UPSELL_MODAL = 724;
|
|
2799
2799
|
*/
|
|
2800
|
-
ML_REVERSE_TRIAL_FOLLOWUP_UPSELL_MODAL = 724
|
|
2800
|
+
ML_REVERSE_TRIAL_FOLLOWUP_UPSELL_MODAL = 724,
|
|
2801
|
+
/**
|
|
2802
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_GAME_SHOP_NEW_DROP_POPOVER = 725;
|
|
2803
|
+
*/
|
|
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
|
|
2801
2809
|
}
|
|
2802
2810
|
declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
|
|
2803
2811
|
constructor();
|
|
@@ -2132,6 +2132,14 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2132
2132
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_ML_REVERSE_TRIAL_FOLLOWUP_UPSELL_MODAL = 724;
|
|
2133
2133
|
*/
|
|
2134
2134
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["ML_REVERSE_TRIAL_FOLLOWUP_UPSELL_MODAL"] = 724] = "ML_REVERSE_TRIAL_FOLLOWUP_UPSELL_MODAL";
|
|
2135
|
+
/**
|
|
2136
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_GAME_SHOP_NEW_DROP_POPOVER = 725;
|
|
2137
|
+
*/
|
|
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";
|
|
2135
2143
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2136
2144
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
2137
2145
|
class PremiumMarketingComponentProperties$Type extends runtime_4.MessageType {
|