discord-protos 1.2.254 → 1.2.255

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.
@@ -726,6 +726,7 @@ message PremiumMarketingComponentProperties {
726
726
  DISMISSIBLE_CONTENT_AUTOCLIPPING_ACCOUNT_PANEL_COACHMARK = 788;
727
727
  DISMISSIBLE_CONTENT_AUTOCLIPPING_VIDEO_CALL_TILE = 789;
728
728
  DISMISSIBLE_CONTENT_YOU_BAR_DM_SWIPE_COACHMARK = 790;
729
+ DISMISSIBLE_CONTENT_TOPICAL_NAVIGATION_HEADER_COACHMARK = 791;
729
730
  }
730
731
 
731
732
  message MobileBottomSheet {
@@ -3455,7 +3455,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
3455
3455
  /**
3456
3456
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_YOU_BAR_DM_SWIPE_COACHMARK = 790;
3457
3457
  */
3458
- YOU_BAR_DM_SWIPE_COACHMARK = 790
3458
+ YOU_BAR_DM_SWIPE_COACHMARK = 790,
3459
+ /**
3460
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_TOPICAL_NAVIGATION_HEADER_COACHMARK = 791;
3461
+ */
3462
+ TOPICAL_NAVIGATION_HEADER_COACHMARK = 791
3459
3463
  }
3460
3464
  /**
3461
3465
  * @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
@@ -2415,6 +2415,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
2415
2415
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_YOU_BAR_DM_SWIPE_COACHMARK = 790;
2416
2416
  */
2417
2417
  PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["YOU_BAR_DM_SWIPE_COACHMARK"] = 790] = "YOU_BAR_DM_SWIPE_COACHMARK";
2418
+ /**
2419
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_TOPICAL_NAVIGATION_HEADER_COACHMARK = 791;
2420
+ */
2421
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["TOPICAL_NAVIGATION_HEADER_COACHMARK"] = 791] = "TOPICAL_NAVIGATION_HEADER_COACHMARK";
2418
2422
  })(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
2419
2423
  /**
2420
2424
  * @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.254",
3
+ "version": "1.2.255",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",