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.
- package/discord_protos/users/v1/User.proto +1 -0
- package/discord_protos/users/v1/UserData.proto +1 -0
- package/dist/discord_protos/users/v1/User.d.ts +5 -1
- package/dist/discord_protos/users/v1/User.js +4 -0
- package/dist/discord_protos/users/v1/UserData.d.ts +5 -1
- package/dist/discord_protos/users/v1/UserData.js +4 -0
- package/package.json +1 -1
|
@@ -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
|