discord-protos 1.2.186 → 1.2.187

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.
@@ -651,6 +651,7 @@ message PremiumMarketingComponentProperties {
651
651
  DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_POST_CALL_DISCONNECT = 749;
652
652
  DISMISSIBLE_CONTENT_PROFILE_FRAME_USER_PROFILE_NEW_BADGE = 750;
653
653
  DISMISSIBLE_CONTENT_BOUNTIES_NUX_PROMO_SHEET = 751;
654
+ DISMISSIBLE_CONTENT_SLAYER_STOREFRONT_ORBS_PURCHASE_COACHMARK = 752;
654
655
  }
655
656
 
656
657
  message MobileBottomSheet {
@@ -2975,7 +2975,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
2975
2975
  /**
2976
2976
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_BOUNTIES_NUX_PROMO_SHEET = 751;
2977
2977
  */
2978
- BOUNTIES_NUX_PROMO_SHEET = 751
2978
+ BOUNTIES_NUX_PROMO_SHEET = 751,
2979
+ /**
2980
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_SLAYER_STOREFRONT_ORBS_PURCHASE_COACHMARK = 752;
2981
+ */
2982
+ SLAYER_STOREFRONT_ORBS_PURCHASE_COACHMARK = 752
2979
2983
  }
2980
2984
  declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
2981
2985
  constructor();
@@ -2236,6 +2236,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
2236
2236
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_BOUNTIES_NUX_PROMO_SHEET = 751;
2237
2237
  */
2238
2238
  PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["BOUNTIES_NUX_PROMO_SHEET"] = 751] = "BOUNTIES_NUX_PROMO_SHEET";
2239
+ /**
2240
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_SLAYER_STOREFRONT_ORBS_PURCHASE_COACHMARK = 752;
2241
+ */
2242
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["SLAYER_STOREFRONT_ORBS_PURCHASE_COACHMARK"] = 752] = "SLAYER_STOREFRONT_ORBS_PURCHASE_COACHMARK";
2239
2243
  })(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
2240
2244
  // @generated message type with reflection information, may provide speed optimized methods
2241
2245
  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.186",
3
+ "version": "1.2.187",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",