discord-protos 1.2.225 → 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.
@@ -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 {
@@ -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.225",
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",