discord-protos 1.2.175 → 1.2.176

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.
@@ -644,6 +644,7 @@ message PremiumMarketingComponentProperties {
644
644
  DISMISSIBLE_CONTENT_COLLECTIBLES_SHOP_SLAYER_STOREFRONT_PROMOTIONAL_BANNER = 741;
645
645
  DISMISSIBLE_CONTENT_NOTIFICATION_NUDGE_POST_REACTION_BANNER = 742;
646
646
  DISMISSIBLE_CONTENT_NEW_GIFTING_BADGES_COACHMARK = 743;
647
+ DISMISSIBLE_CONTENT_PREMIUM_GROUP_GIFT_SELECTION_UPSELL = 744;
647
648
  }
648
649
 
649
650
  message MobileBottomSheet {
@@ -2947,7 +2947,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
2947
2947
  /**
2948
2948
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_NEW_GIFTING_BADGES_COACHMARK = 743;
2949
2949
  */
2950
- NEW_GIFTING_BADGES_COACHMARK = 743
2950
+ NEW_GIFTING_BADGES_COACHMARK = 743,
2951
+ /**
2952
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_GROUP_GIFT_SELECTION_UPSELL = 744;
2953
+ */
2954
+ PREMIUM_GROUP_GIFT_SELECTION_UPSELL = 744
2951
2955
  }
2952
2956
  declare class PremiumMarketingComponentProperties$Type extends MessageType<PremiumMarketingComponentProperties> {
2953
2957
  constructor();
@@ -2208,6 +2208,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
2208
2208
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_NEW_GIFTING_BADGES_COACHMARK = 743;
2209
2209
  */
2210
2210
  PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["NEW_GIFTING_BADGES_COACHMARK"] = 743] = "NEW_GIFTING_BADGES_COACHMARK";
2211
+ /**
2212
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_GROUP_GIFT_SELECTION_UPSELL = 744;
2213
+ */
2214
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["PREMIUM_GROUP_GIFT_SELECTION_UPSELL"] = 744] = "PREMIUM_GROUP_GIFT_SELECTION_UPSELL";
2211
2215
  })(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
2212
2216
  // @generated message type with reflection information, may provide speed optimized methods
2213
2217
  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.175",
3
+ "version": "1.2.176",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",