discord-protos 1.2.249 → 1.2.251

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.
@@ -716,6 +716,9 @@ message PremiumMarketingComponentProperties {
716
716
  DISMISSIBLE_CONTENT_BATTLENET_CONNECTION_DEPRECATION_LINKED_ROLES = 785;
717
717
  DISMISSIBLE_CONTENT_BATTLENET_CONNECTION_DEPRECATION_LINKED_ROLES_DISABLE = 786;
718
718
  DISMISSIBLE_CONTENT_GUILD_THEME_MEMBER_COACHMARK = 787;
719
+ DISMISSIBLE_CONTENT_AUTOCLIPPING_ACCOUNT_PANEL_COACHMARK = 788;
720
+ DISMISSIBLE_CONTENT_AUTOCLIPPING_VIDEO_CALL_TILE = 789;
721
+ DISMISSIBLE_CONTENT_YOU_BAR_DM_SWIPE_COACHMARK = 790;
719
722
  }
720
723
 
721
724
  message MobileBottomSheet {
@@ -3422,7 +3422,19 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
3422
3422
  /**
3423
3423
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_GUILD_THEME_MEMBER_COACHMARK = 787;
3424
3424
  */
3425
- GUILD_THEME_MEMBER_COACHMARK = 787
3425
+ GUILD_THEME_MEMBER_COACHMARK = 787,
3426
+ /**
3427
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_AUTOCLIPPING_ACCOUNT_PANEL_COACHMARK = 788;
3428
+ */
3429
+ AUTOCLIPPING_ACCOUNT_PANEL_COACHMARK = 788,
3430
+ /**
3431
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_AUTOCLIPPING_VIDEO_CALL_TILE = 789;
3432
+ */
3433
+ AUTOCLIPPING_VIDEO_CALL_TILE = 789,
3434
+ /**
3435
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_YOU_BAR_DM_SWIPE_COACHMARK = 790;
3436
+ */
3437
+ YOU_BAR_DM_SWIPE_COACHMARK = 790
3426
3438
  }
3427
3439
  /**
3428
3440
  * @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
@@ -2385,6 +2385,18 @@ var PremiumMarketingComponentProperties_DismissibleContent;
2385
2385
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_GUILD_THEME_MEMBER_COACHMARK = 787;
2386
2386
  */
2387
2387
  PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["GUILD_THEME_MEMBER_COACHMARK"] = 787] = "GUILD_THEME_MEMBER_COACHMARK";
2388
+ /**
2389
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_AUTOCLIPPING_ACCOUNT_PANEL_COACHMARK = 788;
2390
+ */
2391
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["AUTOCLIPPING_ACCOUNT_PANEL_COACHMARK"] = 788] = "AUTOCLIPPING_ACCOUNT_PANEL_COACHMARK";
2392
+ /**
2393
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_AUTOCLIPPING_VIDEO_CALL_TILE = 789;
2394
+ */
2395
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["AUTOCLIPPING_VIDEO_CALL_TILE"] = 789] = "AUTOCLIPPING_VIDEO_CALL_TILE";
2396
+ /**
2397
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_YOU_BAR_DM_SWIPE_COACHMARK = 790;
2398
+ */
2399
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["YOU_BAR_DM_SWIPE_COACHMARK"] = 790] = "YOU_BAR_DM_SWIPE_COACHMARK";
2388
2400
  })(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
2389
2401
  /**
2390
2402
  * @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.249",
3
+ "version": "1.2.251",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",