discord-protos 1.2.142 → 1.2.143
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
|
@@ -605,6 +605,8 @@ message PremiumMarketingComponentProperties {
|
|
|
605
605
|
DISMISSIBLE_CONTENT_PRIVATE_PROFILE_COACHMARK = 720;
|
|
606
606
|
DISMISSIBLE_CONTENT_PRIVATE_PROFILE_INLINE_NOTICE = 721;
|
|
607
607
|
DISMISSIBLE_CONTENT_GAME_SERVER_HOSTING_BATCH_RELEASE_V3_COACHMARK = 722;
|
|
608
|
+
DISMISSIBLE_CONTENT_ML_REVERSE_TRIAL_UPSELL_MODAL = 723;
|
|
609
|
+
DISMISSIBLE_CONTENT_ML_REVERSE_TRIAL_FOLLOWUP_UPSELL_MODAL = 724;
|
|
608
610
|
}
|
|
609
611
|
|
|
610
612
|
message MobileBottomSheet {
|
|
@@ -2762,7 +2762,15 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
2762
2762
|
/**
|
|
2763
2763
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_GAME_SERVER_HOSTING_BATCH_RELEASE_V3_COACHMARK = 722;
|
|
2764
2764
|
*/
|
|
2765
|
-
GAME_SERVER_HOSTING_BATCH_RELEASE_V3_COACHMARK = 722
|
|
2765
|
+
GAME_SERVER_HOSTING_BATCH_RELEASE_V3_COACHMARK = 722,
|
|
2766
|
+
/**
|
|
2767
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_ML_REVERSE_TRIAL_UPSELL_MODAL = 723;
|
|
2768
|
+
*/
|
|
2769
|
+
ML_REVERSE_TRIAL_UPSELL_MODAL = 723,
|
|
2770
|
+
/**
|
|
2771
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_ML_REVERSE_TRIAL_FOLLOWUP_UPSELL_MODAL = 724;
|
|
2772
|
+
*/
|
|
2773
|
+
ML_REVERSE_TRIAL_FOLLOWUP_UPSELL_MODAL = 724
|
|
2766
2774
|
}
|
|
2767
2775
|
declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
|
|
2768
2776
|
constructor();
|
|
@@ -2124,6 +2124,14 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2124
2124
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_GAME_SERVER_HOSTING_BATCH_RELEASE_V3_COACHMARK = 722;
|
|
2125
2125
|
*/
|
|
2126
2126
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["GAME_SERVER_HOSTING_BATCH_RELEASE_V3_COACHMARK"] = 722] = "GAME_SERVER_HOSTING_BATCH_RELEASE_V3_COACHMARK";
|
|
2127
|
+
/**
|
|
2128
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_ML_REVERSE_TRIAL_UPSELL_MODAL = 723;
|
|
2129
|
+
*/
|
|
2130
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["ML_REVERSE_TRIAL_UPSELL_MODAL"] = 723] = "ML_REVERSE_TRIAL_UPSELL_MODAL";
|
|
2131
|
+
/**
|
|
2132
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_ML_REVERSE_TRIAL_FOLLOWUP_UPSELL_MODAL = 724;
|
|
2133
|
+
*/
|
|
2134
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["ML_REVERSE_TRIAL_FOLLOWUP_UPSELL_MODAL"] = 724] = "ML_REVERSE_TRIAL_FOLLOWUP_UPSELL_MODAL";
|
|
2127
2135
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2128
2136
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
2129
2137
|
class PremiumMarketingComponentProperties$Type extends runtime_4.MessageType {
|