discord-protos 1.2.240 → 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.
@@ -709,6 +709,7 @@ message PremiumMarketingComponentProperties {
709
709
  DISMISSIBLE_CONTENT_MOBILE_REFRESH_CHAT_INPUT_PLUS_BUTTON_COACHMARK = 778;
710
710
  DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_STICKY_BAR = 779;
711
711
  DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER = 780;
712
+ DISMISSIBLE_CONTENT_BADGE_DIRECTORY_NUX_POPOVER = 781;
712
713
  }
713
714
 
714
715
  message MobileBottomSheet {
@@ -3307,7 +3307,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
3307
3307
  /**
3308
3308
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER = 780;
3309
3309
  */
3310
- MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER = 780
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
3311
3315
  }
3312
3316
  /**
3313
3317
  * @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
@@ -2357,6 +2357,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
2357
2357
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_MONTHLY_TO_YEARLY_UPSELL_NITRO_TAB_POPOVER = 780;
2358
2358
  */
2359
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";
2360
2364
  })(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
2361
2365
  /**
2362
2366
  * @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "discord-protos",
3
- "version": "1.2.240",
3
+ "version": "1.2.241",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",