discord-protos 1.2.249 → 1.2.250

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,8 @@ 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;
719
721
  }
720
722
 
721
723
  message MobileBottomSheet {
@@ -3422,7 +3422,15 @@ 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
3426
3434
  }
3427
3435
  /**
3428
3436
  * @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
@@ -2385,6 +2385,14 @@ 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";
2388
2396
  })(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
2389
2397
  /**
2390
2398
  * @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.250",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",