discord-protos 1.2.150 → 1.2.151
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
|
@@ -611,6 +611,7 @@ message PremiumMarketingComponentProperties {
|
|
|
611
611
|
DISMISSIBLE_CONTENT_PREMIUM_MARKETING_MOMENT_NAGBAR_UPSELL = 726;
|
|
612
612
|
DISMISSIBLE_CONTENT_WISHLISTING_NITRO_TAB_NEW_BADGE = 727;
|
|
613
613
|
DISMISSIBLE_CONTENT_QUEST_HOME_NEW_QUEST_BADGE = 728;
|
|
614
|
+
DISMISSIBLE_CONTENT_PREMIUM_MARKETING_MOMENT_USER_SETTINGS_OFFER_BADGE = 729;
|
|
614
615
|
}
|
|
615
616
|
|
|
616
617
|
message MobileBottomSheet {
|
|
@@ -2813,7 +2813,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
2813
2813
|
/**
|
|
2814
2814
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_QUEST_HOME_NEW_QUEST_BADGE = 728;
|
|
2815
2815
|
*/
|
|
2816
|
-
QUEST_HOME_NEW_QUEST_BADGE = 728
|
|
2816
|
+
QUEST_HOME_NEW_QUEST_BADGE = 728,
|
|
2817
|
+
/**
|
|
2818
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_MARKETING_MOMENT_USER_SETTINGS_OFFER_BADGE = 729;
|
|
2819
|
+
*/
|
|
2820
|
+
PREMIUM_MARKETING_MOMENT_USER_SETTINGS_OFFER_BADGE = 729
|
|
2817
2821
|
}
|
|
2818
2822
|
declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
|
|
2819
2823
|
constructor();
|
|
@@ -2148,6 +2148,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2148
2148
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_QUEST_HOME_NEW_QUEST_BADGE = 728;
|
|
2149
2149
|
*/
|
|
2150
2150
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["QUEST_HOME_NEW_QUEST_BADGE"] = 728] = "QUEST_HOME_NEW_QUEST_BADGE";
|
|
2151
|
+
/**
|
|
2152
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_MARKETING_MOMENT_USER_SETTINGS_OFFER_BADGE = 729;
|
|
2153
|
+
*/
|
|
2154
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["PREMIUM_MARKETING_MOMENT_USER_SETTINGS_OFFER_BADGE"] = 729] = "PREMIUM_MARKETING_MOMENT_USER_SETTINGS_OFFER_BADGE";
|
|
2151
2155
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2152
2156
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
2153
2157
|
class PremiumMarketingComponentProperties$Type extends runtime_4.MessageType {
|