discord-protos 1.2.223 → 1.2.225
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
|
@@ -689,6 +689,8 @@ message PremiumMarketingComponentProperties {
|
|
|
689
689
|
DISMISSIBLE_CONTENT_GUILD_THEME_NUX_FOLLOWUP = 764;
|
|
690
690
|
DISMISSIBLE_CONTENT_GIFT_CARD_MOBILE_CONSUMPTION_UNAVAILABLE_HALFSHEET = 765;
|
|
691
691
|
DISMISSIBLE_CONTENT_BOUNTIES_SWIPE_UP_NUX = 766;
|
|
692
|
+
DISMISSIBLE_CONTENT_IN_APP_NOTIFICATION_EXPAND_NUX = 767;
|
|
693
|
+
DISMISSIBLE_CONTENT_PREMIUM_OFFER_TAB_BADGE_POPOVER = 768;
|
|
692
694
|
}
|
|
693
695
|
|
|
694
696
|
message MobileBottomSheet {
|
|
@@ -3226,7 +3226,15 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
3226
3226
|
/**
|
|
3227
3227
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_BOUNTIES_SWIPE_UP_NUX = 766;
|
|
3228
3228
|
*/
|
|
3229
|
-
BOUNTIES_SWIPE_UP_NUX = 766
|
|
3229
|
+
BOUNTIES_SWIPE_UP_NUX = 766,
|
|
3230
|
+
/**
|
|
3231
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_IN_APP_NOTIFICATION_EXPAND_NUX = 767;
|
|
3232
|
+
*/
|
|
3233
|
+
IN_APP_NOTIFICATION_EXPAND_NUX = 767,
|
|
3234
|
+
/**
|
|
3235
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_OFFER_TAB_BADGE_POPOVER = 768;
|
|
3236
|
+
*/
|
|
3237
|
+
PREMIUM_OFFER_TAB_BADGE_POPOVER = 768
|
|
3230
3238
|
}
|
|
3231
3239
|
/**
|
|
3232
3240
|
* @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
|
|
@@ -2296,6 +2296,14 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2296
2296
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_BOUNTIES_SWIPE_UP_NUX = 766;
|
|
2297
2297
|
*/
|
|
2298
2298
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["BOUNTIES_SWIPE_UP_NUX"] = 766] = "BOUNTIES_SWIPE_UP_NUX";
|
|
2299
|
+
/**
|
|
2300
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_IN_APP_NOTIFICATION_EXPAND_NUX = 767;
|
|
2301
|
+
*/
|
|
2302
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["IN_APP_NOTIFICATION_EXPAND_NUX"] = 767] = "IN_APP_NOTIFICATION_EXPAND_NUX";
|
|
2303
|
+
/**
|
|
2304
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_OFFER_TAB_BADGE_POPOVER = 768;
|
|
2305
|
+
*/
|
|
2306
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["PREMIUM_OFFER_TAB_BADGE_POPOVER"] = 768] = "PREMIUM_OFFER_TAB_BADGE_POPOVER";
|
|
2299
2307
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2300
2308
|
/**
|
|
2301
2309
|
* @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
|