discord-protos 1.2.212 → 1.2.213

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.
@@ -685,6 +685,7 @@ message PremiumMarketingComponentProperties {
685
685
  DISMISSIBLE_CONTENT_PROFILE_FRAMES_NITRO_TAB_NEW_BADGE = 760;
686
686
  DISMISSIBLE_CONTENT_APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK = 761;
687
687
  DISMISSIBLE_CONTENT_PARENTAL_CONSENT_GRACE_WARNING = 762;
688
+ DISMISSIBLE_CONTENT_APP_WIDGET_V2_PROFILE_UPSELL_SUGGESTED = 763;
688
689
  }
689
690
 
690
691
  message MobileBottomSheet {
@@ -3202,7 +3202,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
3202
3202
  /**
3203
3203
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_PARENTAL_CONSENT_GRACE_WARNING = 762;
3204
3204
  */
3205
- PARENTAL_CONSENT_GRACE_WARNING = 762
3205
+ PARENTAL_CONSENT_GRACE_WARNING = 762,
3206
+ /**
3207
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_APP_WIDGET_V2_PROFILE_UPSELL_SUGGESTED = 763;
3208
+ */
3209
+ APP_WIDGET_V2_PROFILE_UPSELL_SUGGESTED = 763
3206
3210
  }
3207
3211
  /**
3208
3212
  * @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
@@ -2280,6 +2280,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
2280
2280
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_PARENTAL_CONSENT_GRACE_WARNING = 762;
2281
2281
  */
2282
2282
  PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["PARENTAL_CONSENT_GRACE_WARNING"] = 762] = "PARENTAL_CONSENT_GRACE_WARNING";
2283
+ /**
2284
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_APP_WIDGET_V2_PROFILE_UPSELL_SUGGESTED = 763;
2285
+ */
2286
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["APP_WIDGET_V2_PROFILE_UPSELL_SUGGESTED"] = 763] = "APP_WIDGET_V2_PROFILE_UPSELL_SUGGESTED";
2283
2287
  })(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
2284
2288
  /**
2285
2289
  * @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.212",
3
+ "version": "1.2.213",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",