discord-protos 1.2.147 → 1.2.148

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.
@@ -609,6 +609,7 @@ message PremiumMarketingComponentProperties {
609
609
  DISMISSIBLE_CONTENT_ML_REVERSE_TRIAL_FOLLOWUP_UPSELL_MODAL = 724;
610
610
  DISMISSIBLE_CONTENT_GAME_SHOP_NEW_DROP_POPOVER = 725;
611
611
  DISMISSIBLE_CONTENT_PREMIUM_MARKETING_MOMENT_NAGBAR_UPSELL = 726;
612
+ DISMISSIBLE_CONTENT_WISHLISTING_NITRO_TAB_NEW_BADGE = 727;
612
613
  }
613
614
 
614
615
  message MobileBottomSheet {
@@ -2805,7 +2805,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
2805
2805
  /**
2806
2806
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_MARKETING_MOMENT_NAGBAR_UPSELL = 726;
2807
2807
  */
2808
- PREMIUM_MARKETING_MOMENT_NAGBAR_UPSELL = 726
2808
+ PREMIUM_MARKETING_MOMENT_NAGBAR_UPSELL = 726,
2809
+ /**
2810
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_WISHLISTING_NITRO_TAB_NEW_BADGE = 727;
2811
+ */
2812
+ WISHLISTING_NITRO_TAB_NEW_BADGE = 727
2809
2813
  }
2810
2814
  declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
2811
2815
  constructor();
@@ -2140,6 +2140,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
2140
2140
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_MARKETING_MOMENT_NAGBAR_UPSELL = 726;
2141
2141
  */
2142
2142
  PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["PREMIUM_MARKETING_MOMENT_NAGBAR_UPSELL"] = 726] = "PREMIUM_MARKETING_MOMENT_NAGBAR_UPSELL";
2143
+ /**
2144
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_WISHLISTING_NITRO_TAB_NEW_BADGE = 727;
2145
+ */
2146
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["WISHLISTING_NITRO_TAB_NEW_BADGE"] = 727] = "WISHLISTING_NITRO_TAB_NEW_BADGE";
2143
2147
  })(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
2144
2148
  // @generated message type with reflection information, may provide speed optimized methods
2145
2149
  class PremiumMarketingComponentProperties$Type extends runtime_4.MessageType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "discord-protos",
3
- "version": "1.2.147",
3
+ "version": "1.2.148",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",