discord-protos 1.2.183 → 1.2.184

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