discord-protos 1.2.223 → 1.2.224

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.
@@ -689,6 +689,7 @@ 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;
692
693
  }
693
694
 
694
695
  message MobileBottomSheet {
@@ -3226,7 +3226,11 @@ 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
3230
3234
  }
3231
3235
  /**
3232
3236
  * @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
@@ -2296,6 +2296,10 @@ 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";
2299
2303
  })(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
2300
2304
  /**
2301
2305
  * @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.223",
3
+ "version": "1.2.224",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",