@dcl/protocol 1.0.0-3840796783.commit-1c7238d → 1.0.0-3874595169.commit-f6a7e18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/protocol",
3
- "version": "1.0.0-3840796783.commit-1c7238d",
3
+ "version": "1.0.0-3874595169.commit-f6a7e18",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -25,5 +25,5 @@
25
25
  "out-ts",
26
26
  "public"
27
27
  ],
28
- "commit": "1c7238d635cc773f48b533e637c9a161a5153591"
28
+ "commit": "f6a7e1832f1bd3085b5dfbe7e7b1bbb4ea670fd1"
29
29
  }
@@ -14,6 +14,7 @@ enum AvatarAnchorPointType {
14
14
  }
15
15
 
16
16
  message PBAvatarAttach {
17
- string avatar_id = 1;
17
+ // default's to current player avatar id if not provided
18
+ optional string avatar_id = 1;
18
19
  AvatarAnchorPointType anchor_point_id = 2;
19
20
  }