@dcl/protocol 1.0.0-4640552468.commit-8851f19 → 1.0.0-4659981125.commit-93719f9
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.
|
@@ -343,10 +343,10 @@ export declare const PlayersServiceDefinition: {
|
|
|
343
343
|
} & {
|
|
344
344
|
face256?: string | undefined;
|
|
345
345
|
body?: string | undefined;
|
|
346
|
-
} & { [
|
|
347
|
-
} & { [
|
|
348
|
-
} & { [
|
|
349
|
-
} & { [
|
|
346
|
+
} & { [K in Exclude<keyof I_2["data"]["avatar"]["snapshots"], keyof import("../../common/sdk/user_data.gen").Snapshots>]: never; }) | undefined;
|
|
347
|
+
} & { [K_1 in Exclude<keyof I_2["data"]["avatar"], keyof import("../../common/sdk/user_data.gen").AvatarForUserData>]: never; }) | undefined;
|
|
348
|
+
} & { [K_2 in Exclude<keyof I_2["data"], keyof UserData>]: never; }) | undefined;
|
|
349
|
+
} & { [K_3 in Exclude<keyof I_2, "data">]: never; }>(base?: I_2 | undefined): PlayersGetUserDataResponse;
|
|
350
350
|
fromPartial<I_3 extends {
|
|
351
351
|
data?: {
|
|
352
352
|
displayName?: string | undefined;
|
|
@@ -405,17 +405,17 @@ export declare const PlayersServiceDefinition: {
|
|
|
405
405
|
skinColor?: string | undefined;
|
|
406
406
|
hairColor?: string | undefined;
|
|
407
407
|
eyeColor?: string | undefined;
|
|
408
|
-
wearables?: (string[] & string[] & { [
|
|
408
|
+
wearables?: (string[] & string[] & { [K_4 in Exclude<keyof I_3["data"]["avatar"]["wearables"], keyof string[]>]: never; }) | undefined;
|
|
409
409
|
snapshots?: ({
|
|
410
410
|
face256?: string | undefined;
|
|
411
411
|
body?: string | undefined;
|
|
412
412
|
} & {
|
|
413
413
|
face256?: string | undefined;
|
|
414
414
|
body?: string | undefined;
|
|
415
|
-
} & { [
|
|
416
|
-
} & { [
|
|
417
|
-
} & { [
|
|
418
|
-
} & { [
|
|
415
|
+
} & { [K_5 in Exclude<keyof I_3["data"]["avatar"]["snapshots"], keyof import("../../common/sdk/user_data.gen").Snapshots>]: never; }) | undefined;
|
|
416
|
+
} & { [K_6 in Exclude<keyof I_3["data"]["avatar"], keyof import("../../common/sdk/user_data.gen").AvatarForUserData>]: never; }) | undefined;
|
|
417
|
+
} & { [K_7 in Exclude<keyof I_3["data"], keyof UserData>]: never; }) | undefined;
|
|
418
|
+
} & { [K_8 in Exclude<keyof I_3, "data">]: never; }>(object: I_3): PlayersGetUserDataResponse;
|
|
419
419
|
};
|
|
420
420
|
readonly responseStream: false;
|
|
421
421
|
readonly options: {};
|
|
@@ -304,10 +304,10 @@ export declare const UserIdentityServiceDefinition: {
|
|
|
304
304
|
} & {
|
|
305
305
|
face256?: string | undefined;
|
|
306
306
|
body?: string | undefined;
|
|
307
|
-
} & { [
|
|
308
|
-
} & { [
|
|
309
|
-
} & { [
|
|
310
|
-
} & { [
|
|
307
|
+
} & { [K in Exclude<keyof I_6["data"]["avatar"]["snapshots"], keyof import("../../common/sdk/user_data.gen").Snapshots>]: never; }) | undefined;
|
|
308
|
+
} & { [K_1 in Exclude<keyof I_6["data"]["avatar"], keyof import("../../common/sdk/user_data.gen").AvatarForUserData>]: never; }) | undefined;
|
|
309
|
+
} & { [K_2 in Exclude<keyof I_6["data"], keyof UserData>]: never; }) | undefined;
|
|
310
|
+
} & { [K_3 in Exclude<keyof I_6, "data">]: never; }>(base?: I_6 | undefined): GetUserDataResponse;
|
|
311
311
|
fromPartial<I_7 extends {
|
|
312
312
|
data?: {
|
|
313
313
|
displayName?: string | undefined;
|
|
@@ -366,17 +366,17 @@ export declare const UserIdentityServiceDefinition: {
|
|
|
366
366
|
skinColor?: string | undefined;
|
|
367
367
|
hairColor?: string | undefined;
|
|
368
368
|
eyeColor?: string | undefined;
|
|
369
|
-
wearables?: (string[] & string[] & { [
|
|
369
|
+
wearables?: (string[] & string[] & { [K_4 in Exclude<keyof I_7["data"]["avatar"]["wearables"], keyof string[]>]: never; }) | undefined;
|
|
370
370
|
snapshots?: ({
|
|
371
371
|
face256?: string | undefined;
|
|
372
372
|
body?: string | undefined;
|
|
373
373
|
} & {
|
|
374
374
|
face256?: string | undefined;
|
|
375
375
|
body?: string | undefined;
|
|
376
|
-
} & { [
|
|
377
|
-
} & { [
|
|
378
|
-
} & { [
|
|
379
|
-
} & { [
|
|
376
|
+
} & { [K_5 in Exclude<keyof I_7["data"]["avatar"]["snapshots"], keyof import("../../common/sdk/user_data.gen").Snapshots>]: never; }) | undefined;
|
|
377
|
+
} & { [K_6 in Exclude<keyof I_7["data"]["avatar"], keyof import("../../common/sdk/user_data.gen").AvatarForUserData>]: never; }) | undefined;
|
|
378
|
+
} & { [K_7 in Exclude<keyof I_7["data"], keyof UserData>]: never; }) | undefined;
|
|
379
|
+
} & { [K_8 in Exclude<keyof I_7, "data">]: never; }>(object: I_7): GetUserDataResponse;
|
|
380
380
|
};
|
|
381
381
|
readonly responseStream: false;
|
|
382
382
|
readonly options: {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/protocol",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-4659981125.commit-93719f9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@protobuf-ts/protoc": "^2.8.1",
|
|
14
14
|
"proto-compatibility-tool": "^1.1.2-20220925163655.commit-25bd040",
|
|
15
|
-
"typescript": "^
|
|
15
|
+
"typescript": "^5.0.4"
|
|
16
16
|
},
|
|
17
17
|
"config": {
|
|
18
|
-
"protocVersion": "
|
|
18
|
+
"protocVersion": "22.2"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"ts-proto": "^1.
|
|
21
|
+
"ts-proto": "^1.146.0"
|
|
22
22
|
},
|
|
23
23
|
"files": [
|
|
24
24
|
"proto",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"out-js",
|
|
27
27
|
"public"
|
|
28
28
|
],
|
|
29
|
-
"commit": "
|
|
29
|
+
"commit": "93719f90f480084a279f3502a6dd66ce8d432d80"
|
|
30
30
|
}
|