discord-protos 1.2.186 → 1.2.188

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,8 @@ 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;
655
+ DISMISSIBLE_CONTENT_CLIPS_PRIMARY_ENTRY_POINT_COACHMARK = 753;
654
656
  }
655
657
 
656
658
  message MobileBottomSheet {
@@ -2975,7 +2975,15 @@ 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,
2983
+ /**
2984
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_CLIPS_PRIMARY_ENTRY_POINT_COACHMARK = 753;
2985
+ */
2986
+ CLIPS_PRIMARY_ENTRY_POINT_COACHMARK = 753
2979
2987
  }
2980
2988
  declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
2981
2989
  constructor();
@@ -2236,6 +2236,14 @@ 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";
2243
+ /**
2244
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_CLIPS_PRIMARY_ENTRY_POINT_COACHMARK = 753;
2245
+ */
2246
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["CLIPS_PRIMARY_ENTRY_POINT_COACHMARK"] = 753] = "CLIPS_PRIMARY_ENTRY_POINT_COACHMARK";
2239
2247
  })(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
2240
2248
  // @generated message type with reflection information, may provide speed optimized methods
2241
2249
  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.188",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",