discord-protos 1.2.224 → 1.2.226

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.
@@ -690,6 +690,7 @@ message PremiumMarketingComponentProperties {
690
690
  DISMISSIBLE_CONTENT_GIFT_CARD_MOBILE_CONSUMPTION_UNAVAILABLE_HALFSHEET = 765;
691
691
  DISMISSIBLE_CONTENT_BOUNTIES_SWIPE_UP_NUX = 766;
692
692
  DISMISSIBLE_CONTENT_IN_APP_NOTIFICATION_EXPAND_NUX = 767;
693
+ DISMISSIBLE_CONTENT_PREMIUM_OFFER_TAB_BADGE_POPOVER = 768;
693
694
  }
694
695
 
695
696
  message MobileBottomSheet {
@@ -616,6 +616,7 @@ message User {
616
616
  DISPLAY_NAME_FONT_RIBES = 9;
617
617
  DISPLAY_NAME_FONT_SINISTRE = 10;
618
618
  DISPLAY_NAME_FONT_ZILLA_SLAB = 12;
619
+ DISPLAY_NAME_FONT_PLAYPEN_SANS = 13;
619
620
  }
620
621
 
621
622
  enum DisplayNameEffect {
@@ -682,6 +682,7 @@ message UserData {
682
682
  DISPLAY_NAME_FONT_RIBES = 9;
683
683
  DISPLAY_NAME_FONT_SINISTRE = 10;
684
684
  DISPLAY_NAME_FONT_ZILLA_SLAB = 12;
685
+ DISPLAY_NAME_FONT_PLAYPEN_SANS = 13;
685
686
  }
686
687
 
687
688
  enum DisplayNameEffect {
@@ -3230,7 +3230,11 @@ export declare enum PremiumMarketingComponentProperties_DismissibleContent {
3230
3230
  /**
3231
3231
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_IN_APP_NOTIFICATION_EXPAND_NUX = 767;
3232
3232
  */
3233
- IN_APP_NOTIFICATION_EXPAND_NUX = 767
3233
+ IN_APP_NOTIFICATION_EXPAND_NUX = 767,
3234
+ /**
3235
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_OFFER_TAB_BADGE_POPOVER = 768;
3236
+ */
3237
+ PREMIUM_OFFER_TAB_BADGE_POPOVER = 768
3234
3238
  }
3235
3239
  /**
3236
3240
  * @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
@@ -2300,6 +2300,10 @@ var PremiumMarketingComponentProperties_DismissibleContent;
2300
2300
  * @generated from protobuf enum value: DISMISSIBLE_CONTENT_IN_APP_NOTIFICATION_EXPAND_NUX = 767;
2301
2301
  */
2302
2302
  PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["IN_APP_NOTIFICATION_EXPAND_NUX"] = 767] = "IN_APP_NOTIFICATION_EXPAND_NUX";
2303
+ /**
2304
+ * @generated from protobuf enum value: DISMISSIBLE_CONTENT_PREMIUM_OFFER_TAB_BADGE_POPOVER = 768;
2305
+ */
2306
+ PremiumMarketingComponentProperties_DismissibleContent[PremiumMarketingComponentProperties_DismissibleContent["PREMIUM_OFFER_TAB_BADGE_POPOVER"] = 768] = "PREMIUM_OFFER_TAB_BADGE_POPOVER";
2303
2307
  })(PremiumMarketingComponentProperties_DismissibleContent || (exports.PremiumMarketingComponentProperties_DismissibleContent = PremiumMarketingComponentProperties_DismissibleContent = {}));
2304
2308
  /**
2305
2309
  * @generated from protobuf enum discord_protos.premium_marketing.v1.PremiumMarketingComponentProperties.AssetVariant
@@ -2435,7 +2435,11 @@ export declare enum User_DisplayNameFont {
2435
2435
  /**
2436
2436
  * @generated from protobuf enum value: DISPLAY_NAME_FONT_ZILLA_SLAB = 12;
2437
2437
  */
2438
- ZILLA_SLAB = 12
2438
+ ZILLA_SLAB = 12,
2439
+ /**
2440
+ * @generated from protobuf enum value: DISPLAY_NAME_FONT_PLAYPEN_SANS = 13;
2441
+ */
2442
+ PLAYPEN_SANS = 13
2439
2443
  }
2440
2444
  /**
2441
2445
  * @generated from protobuf enum discord_protos.users.v1.User.DisplayNameEffect
@@ -2189,6 +2189,10 @@ var User_DisplayNameFont;
2189
2189
  * @generated from protobuf enum value: DISPLAY_NAME_FONT_ZILLA_SLAB = 12;
2190
2190
  */
2191
2191
  User_DisplayNameFont[User_DisplayNameFont["ZILLA_SLAB"] = 12] = "ZILLA_SLAB";
2192
+ /**
2193
+ * @generated from protobuf enum value: DISPLAY_NAME_FONT_PLAYPEN_SANS = 13;
2194
+ */
2195
+ User_DisplayNameFont[User_DisplayNameFont["PLAYPEN_SANS"] = 13] = "PLAYPEN_SANS";
2192
2196
  })(User_DisplayNameFont || (exports.User_DisplayNameFont = User_DisplayNameFont = {}));
2193
2197
  /**
2194
2198
  * @generated from protobuf enum discord_protos.users.v1.User.DisplayNameEffect
@@ -2897,7 +2897,11 @@ export declare enum UserData_DisplayNameFont {
2897
2897
  /**
2898
2898
  * @generated from protobuf enum value: DISPLAY_NAME_FONT_ZILLA_SLAB = 12;
2899
2899
  */
2900
- ZILLA_SLAB = 12
2900
+ ZILLA_SLAB = 12,
2901
+ /**
2902
+ * @generated from protobuf enum value: DISPLAY_NAME_FONT_PLAYPEN_SANS = 13;
2903
+ */
2904
+ PLAYPEN_SANS = 13
2901
2905
  }
2902
2906
  /**
2903
2907
  * @generated from protobuf enum discord_protos.users.v1.UserData.DisplayNameEffect
@@ -2302,6 +2302,10 @@ var UserData_DisplayNameFont;
2302
2302
  * @generated from protobuf enum value: DISPLAY_NAME_FONT_ZILLA_SLAB = 12;
2303
2303
  */
2304
2304
  UserData_DisplayNameFont[UserData_DisplayNameFont["ZILLA_SLAB"] = 12] = "ZILLA_SLAB";
2305
+ /**
2306
+ * @generated from protobuf enum value: DISPLAY_NAME_FONT_PLAYPEN_SANS = 13;
2307
+ */
2308
+ UserData_DisplayNameFont[UserData_DisplayNameFont["PLAYPEN_SANS"] = 13] = "PLAYPEN_SANS";
2305
2309
  })(UserData_DisplayNameFont || (exports.UserData_DisplayNameFont = UserData_DisplayNameFont = {}));
2306
2310
  /**
2307
2311
  * @generated from protobuf enum discord_protos.users.v1.UserData.DisplayNameEffect
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "discord-protos",
3
- "version": "1.2.224",
3
+ "version": "1.2.226",
4
4
  "description": "A parser for Discord's protobufs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",