discord-protos 1.2.182 → 1.2.183

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.
@@ -650,6 +650,7 @@ message PremiumMarketingComponentProperties {
650
650
  DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_GUILD_OPEN_PER_GUILD = 748;
651
651
  DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_POST_CALL_DISCONNECT = 749;
652
652
  DISMISSIBLE_CONTENT_PROFILE_FRAME_USER_PROFILE_NEW_BADGE = 750;
653
+ DISMISSIBLE_CONTENT_BOUNTIES_NUX_PROMO_SHEET = 751;
653
654
  }
654
655
 
655
656
  message MobileBottomSheet {
@@ -2971,7 +2971,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
2971
2971
  /**
2972
2972
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_PROFILE_FRAME_USER_PROFILE_NEW_BADGE = 750;
2973
2973
  */
2974
- PROFILE_FRAME_USER_PROFILE_NEW_BADGE = 750
2974
+ PROFILE_FRAME_USER_PROFILE_NEW_BADGE = 750,
2975
+ /**
2976
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_BOUNTIES_NUX_PROMO_SHEET = 751;
2977
+ */
2978
+ BOUNTIES_NUX_PROMO_SHEET = 751
2975
2979
  }
2976
2980
  declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
2977
2981
  constructor();
@@ -2232,6 +2232,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
2232
2232
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_PROFILE_FRAME_USER_PROFILE_NEW_BADGE = 750;
2233
2233
  */
2234
2234
  PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["PROFILE_FRAME_USER_PROFILE_NEW_BADGE"] = 750] = "PROFILE_FRAME_USER_PROFILE_NEW_BADGE";
2235
+ /**
2236
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_BOUNTIES_NUX_PROMO_SHEET = 751;
2237
+ */
2238
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["BOUNTIES_NUX_PROMO_SHEET"] = 751] = "BOUNTIES_NUX_PROMO_SHEET";
2235
2239
  })(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
2236
2240
  // @generated message type with reflection information, may provide speed optimized methods
2237
2241
  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.182",
3
+ "version": "1.2.183",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",