discord-protos 1.2.211 → 1.2.212

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.
@@ -684,6 +684,7 @@ message PremiumMarketingComponentProperties {
684
684
  DISMISSIBLE_CONTENT_INVITE_NONFRIENDS_TO_GDM_COACHMARK = 759;
685
685
  DISMISSIBLE_CONTENT_PROFILE_FRAMES_NITRO_TAB_NEW_BADGE = 760;
686
686
  DISMISSIBLE_CONTENT_APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK = 761;
687
+ DISMISSIBLE_CONTENT_PARENTAL_CONSENT_GRACE_WARNING = 762;
687
688
  }
688
689
 
689
690
  message MobileBottomSheet {
@@ -3198,7 +3198,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
3198
3198
  /**
3199
3199
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK = 761;
3200
3200
  */
3201
- APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK = 761
3201
+ APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK = 761,
3202
+ /**
3203
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_PARENTAL_CONSENT_GRACE_WARNING = 762;
3204
+ */
3205
+ PARENTAL_CONSENT_GRACE_WARNING = 762
3202
3206
  }
3203
3207
  /**
3204
3208
  * @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
@@ -2276,6 +2276,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
2276
2276
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK = 761;
2277
2277
  */
2278
2278
  PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK"] = 761] = "APP_WIDGET_V2_PROFILE_UPSELL_COACHMARK";
2279
+ /**
2280
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_PARENTAL_CONSENT_GRACE_WARNING = 762;
2281
+ */
2282
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["PARENTAL_CONSENT_GRACE_WARNING"] = 762] = "PARENTAL_CONSENT_GRACE_WARNING";
2279
2283
  })(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
2280
2284
  /**
2281
2285
  * @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.211",
3
+ "version": "1.2.212",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",