discord-protos 1.2.145 → 1.2.146
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
|
@@ -607,6 +607,7 @@ 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;
|
|
610
611
|
}
|
|
611
612
|
|
|
612
613
|
message MobileBottomSheet {
|
|
@@ -2797,7 +2797,11 @@ 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
|
|
2801
2805
|
}
|
|
2802
2806
|
declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
|
|
2803
2807
|
constructor();
|
|
@@ -2132,6 +2132,10 @@ 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";
|
|
2135
2139
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2136
2140
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
2137
2141
|
class PremiumMarketingComponentProperties$Type extends runtime_4.MessageType {
|