discord-protos 1.2.176 → 1.2.177

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.
@@ -645,6 +645,7 @@ message PremiumMarketingComponentProperties {
645
645
  DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_POST_REACTION_BANNER = 742;
646
646
  DISMISSIBLE_CONTENT_NEW_GIFTING_BADGES_COACHMARK = 743;
647
647
  DISMISSIBLE_CONTENT_PREMIUM_GROUP_GIFT_SELECTION_UPSELL = 744;
648
+ DISMISSIBLE_CONTENT_COLLECTIBLES_PROFILE_FRAMES_ANNOUNCEMENT = 745;
648
649
  }
649
650
 
650
651
  message MobileBottomSheet {
@@ -2951,7 +2951,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
2951
2951
  /**
2952
2952
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_GROUP_GIFT_SELECTION_UPSELL = 744;
2953
2953
  */
2954
- PREMIUM_GROUP_GIFT_SELECTION_UPSELL = 744
2954
+ PREMIUM_GROUP_GIFT_SELECTION_UPSELL = 744,
2955
+ /**
2956
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_COLLECTIBLES_PROFILE_FRAMES_ANNOUNCEMENT = 745;
2957
+ */
2958
+ COLLECTIBLES_PROFILE_FRAMES_ANNOUNCEMENT = 745
2955
2959
  }
2956
2960
  declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
2957
2961
  constructor();
@@ -2212,6 +2212,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
2212
2212
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_GROUP_GIFT_SELECTION_UPSELL = 744;
2213
2213
  */
2214
2214
  PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["PREMIUM_GROUP_GIFT_SELECTION_UPSELL"] = 744] = "PREMIUM_GROUP_GIFT_SELECTION_UPSELL";
2215
+ /**
2216
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_COLLECTIBLES_PROFILE_FRAMES_ANNOUNCEMENT = 745;
2217
+ */
2218
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["COLLECTIBLES_PROFILE_FRAMES_ANNOUNCEMENT"] = 745] = "COLLECTIBLES_PROFILE_FRAMES_ANNOUNCEMENT";
2215
2219
  })(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
2216
2220
  // @generated message type with reflection information, may provide speed optimized methods
2217
2221
  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.176",
3
+ "version": "1.2.177",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",