discord-protos 1.2.224 → 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.
@@ -690,6 +690,7 @@ message PremiumMarketingComponentProperties {
690
690
  DISMISSIBLE_CONTENT_GIFT_CARD_MOBILE_CONSUMPTION_UNAVAILABLE_HALFSHEET = 765;
691
691
  DISMISSIBLE_CONTENT_BOUNTIES_SWIPE_UP_NUX = 766;
692
692
  DISMISSIBLE_CONTENT_IN_APP_NOTIFICATION_EXPAND_NUX = 767;
693
+ DISMISSIBLE_CONTENT_PREMIUM_OFFER_TAB_BADGE_POPOVER = 768;
693
694
  }
694
695
 
695
696
  message MobileBottomSheet {
@@ -3230,7 +3230,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
3230
3230
  /**
3231
3231
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_IN_APP_NOTIFICATION_EXPAND_NUX = 767;
3232
3232
  */
3233
- IN_APP_NOTIFICATION_EXPAND_NUX = 767
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
3234
3238
  }
3235
3239
  /**
3236
3240
  * @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
@@ -2300,6 +2300,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
2300
2300
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_IN_APP_NOTIFICATION_EXPAND_NUX = 767;
2301
2301
  */
2302
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";
2303
2307
  })(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
2304
2308
  /**
2305
2309
  * @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.224",
3
+ "version": "1.2.225",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",