discord-protos 1.2.239 → 1.2.241
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 +3 -0
- package/dist/discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.d.ts +13 -1
- package/dist/discord_protos/premium_marketing/v1/PremiumMarketingComponentProperties.js +12 -0
- package/package.json +1 -1
|
@@ -707,6 +707,9 @@ message PremiumMarketingComponentProperties {
|
|
|
707
707
|
DISMISSIBLE_CONTENT_DISPLAY_NAME_STYLES_FLYWHEEL_MOBILE_NEW_BADGE_PROFILE_PAGE = 776;
|
|
708
708
|
DISMISSIBLE_CONTENT_DISPLAY_NAME_STYLES_FLYWHEEL_MOBILE_PROFILE_COACHMARK = 777;
|
|
709
709
|
DISMISSIBLE_CONTENT_MOBILE_REFRESH_CHAT_INPUT_PLUS_BUTTON_COACHMARK = 778;
|
|
710
|
+
DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_STICKY_BAR = 779;
|
|
711
|
+
DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER = 780;
|
|
712
|
+
DISMISSIBLE_CONTENT_BADGE_DIRECTORY_NUX_POPOVER = 781;
|
|
710
713
|
}
|
|
711
714
|
|
|
712
715
|
message MobileBottomSheet {
|
|
@@ -3299,7 +3299,19 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
|
|
|
3299
3299
|
/**
|
|
3300
3300
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_MOBILE_REFRESH_CHAT_INPUT_PLUS_BUTTON_COACHMARK = 778;
|
|
3301
3301
|
*/
|
|
3302
|
-
MOBILE_REFRESH_CHAT_INPUT_PLUS_BUTTON_COACHMARK = 778
|
|
3302
|
+
MOBILE_REFRESH_CHAT_INPUT_PLUS_BUTTON_COACHMARK = 778,
|
|
3303
|
+
/**
|
|
3304
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_STICKY_BAR = 779;
|
|
3305
|
+
*/
|
|
3306
|
+
MONTHLY_TO_YEARLY_UPSELL_STICKY_BAR = 779,
|
|
3307
|
+
/**
|
|
3308
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER = 780;
|
|
3309
|
+
*/
|
|
3310
|
+
MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER = 780,
|
|
3311
|
+
/**
|
|
3312
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_BADGE_DIRECTORY_NUX_POPOVER = 781;
|
|
3313
|
+
*/
|
|
3314
|
+
BADGE_DIRECTORY_NUX_POPOVER = 781
|
|
3303
3315
|
}
|
|
3304
3316
|
/**
|
|
3305
3317
|
* @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
|
|
@@ -2349,6 +2349,18 @@ var PremiumMarketingComponentProperties_DismissibleContent;
|
|
|
2349
2349
|
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_MOBILE_REFRESH_CHAT_INPUT_PLUS_BUTTON_COACHMARK = 778;
|
|
2350
2350
|
*/
|
|
2351
2351
|
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["MOBILE_REFRESH_CHAT_INPUT_PLUS_BUTTON_COACHMARK"] = 778] = "MOBILE_REFRESH_CHAT_INPUT_PLUS_BUTTON_COACHMARK";
|
|
2352
|
+
/**
|
|
2353
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_STICKY_BAR = 779;
|
|
2354
|
+
*/
|
|
2355
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["MONTHLY_TO_YEARLY_UPSELL_STICKY_BAR"] = 779] = "MONTHLY_TO_YEARLY_UPSELL_STICKY_BAR";
|
|
2356
|
+
/**
|
|
2357
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER = 780;
|
|
2358
|
+
*/
|
|
2359
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER"] = 780] = "MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER";
|
|
2360
|
+
/**
|
|
2361
|
+
* @generated from protobuf enum value: DISMISSIBLE_CONTENT_BADGE_DIRECTORY_NUX_POPOVER = 781;
|
|
2362
|
+
*/
|
|
2363
|
+
PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["BADGE_DIRECTORY_NUX_POPOVER"] = 781] = "BADGE_DIRECTORY_NUX_POPOVER";
|
|
2352
2364
|
})(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
|
|
2353
2365
|
/**
|
|
2354
2366
|
* @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
|