@dcl/protocol 1.0.0-9466805132.commit-365e0bb → 1.0.0-9583115587.commit-2f3c06c

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.
Files changed (35) hide show
  1. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.d.ts +41 -0
  2. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js +241 -3
  3. package/out-js/decentraland/sdk/components/avatar_modifier_area.gen.js.map +1 -1
  4. package/out-js/decentraland/sdk/components/camera_mode_area.gen.d.ts +35 -1
  5. package/out-js/decentraland/sdk/components/camera_mode_area.gen.js +172 -3
  6. package/out-js/decentraland/sdk/components/camera_mode_area.gen.js.map +1 -1
  7. package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +6 -0
  8. package/out-js/decentraland/sdk/components/ui_text.gen.js +43 -1
  9. package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -1
  10. package/out-js/decentraland/sdk/components/ui_transform.gen.d.ts +2 -0
  11. package/out-js/decentraland/sdk/components/ui_transform.gen.js +14 -1
  12. package/out-js/decentraland/sdk/components/ui_transform.gen.js.map +1 -1
  13. package/out-ts/decentraland/sdk/components/avatar_modifier_area.gen.ts +292 -1
  14. package/out-ts/decentraland/sdk/components/camera_mode_area.gen.ts +218 -2
  15. package/out-ts/decentraland/sdk/components/ui_text.gen.ts +58 -1
  16. package/out-ts/decentraland/sdk/components/ui_transform.gen.ts +19 -1
  17. package/package.json +2 -2
  18. package/proto/decentraland/sdk/components/avatar_modifier_area.proto +21 -0
  19. package/proto/decentraland/sdk/components/camera_mode_area.proto +22 -3
  20. package/proto/decentraland/sdk/components/ui_text.proto +4 -0
  21. package/proto/decentraland/sdk/components/ui_transform.proto +1 -0
  22. package/proto/google/LICENSE +27 -27
  23. package/proto/google/README.md +1 -1
  24. package/proto/google/api/annotations.json +82 -82
  25. package/proto/google/api/annotations.proto +10 -10
  26. package/proto/google/api/http.json +85 -85
  27. package/proto/google/api/http.proto +30 -30
  28. package/proto/google/protobuf/api.json +117 -117
  29. package/proto/google/protobuf/api.proto +33 -33
  30. package/proto/google/protobuf/descriptor.json +738 -738
  31. package/proto/google/protobuf/descriptor.proto +286 -286
  32. package/proto/google/protobuf/source_context.json +19 -19
  33. package/proto/google/protobuf/source_context.proto +7 -7
  34. package/proto/google/protobuf/type.json +201 -201
  35. package/proto/google/protobuf/type.proto +89 -89
@@ -1,83 +1,83 @@
1
- {
2
- "nested": {
3
- "google": {
4
- "nested": {
5
- "api": {
6
- "nested": {
7
- "http": {
8
- "type": "HttpRule",
9
- "id": 72295728,
10
- "extend": "google.protobuf.MethodOptions"
11
- },
12
- "HttpRule": {
13
- "oneofs": {
14
- "pattern": {
15
- "oneof": [
16
- "get",
17
- "put",
18
- "post",
19
- "delete",
20
- "patch",
21
- "custom"
22
- ]
23
- }
24
- },
25
- "fields": {
26
- "get": {
27
- "type": "string",
28
- "id": 2
29
- },
30
- "put": {
31
- "type": "string",
32
- "id": 3
33
- },
34
- "post": {
35
- "type": "string",
36
- "id": 4
37
- },
38
- "delete": {
39
- "type": "string",
40
- "id": 5
41
- },
42
- "patch": {
43
- "type": "string",
44
- "id": 6
45
- },
46
- "custom": {
47
- "type": "CustomHttpPattern",
48
- "id": 8
49
- },
50
- "selector": {
51
- "type": "string",
52
- "id": 1
53
- },
54
- "body": {
55
- "type": "string",
56
- "id": 7
57
- },
58
- "additionalBindings": {
59
- "rule": "repeated",
60
- "type": "HttpRule",
61
- "id": 11
62
- }
63
- }
64
- }
65
- }
66
- },
67
- "protobuf": {
68
- "nested": {
69
- "MethodOptions": {
70
- "fields": {},
71
- "extensions": [
72
- [
73
- 1000,
74
- 536870911
75
- ]
76
- ]
77
- }
78
- }
79
- }
80
- }
81
- }
82
- }
1
+ {
2
+ "nested": {
3
+ "google": {
4
+ "nested": {
5
+ "api": {
6
+ "nested": {
7
+ "http": {
8
+ "type": "HttpRule",
9
+ "id": 72295728,
10
+ "extend": "google.protobuf.MethodOptions"
11
+ },
12
+ "HttpRule": {
13
+ "oneofs": {
14
+ "pattern": {
15
+ "oneof": [
16
+ "get",
17
+ "put",
18
+ "post",
19
+ "delete",
20
+ "patch",
21
+ "custom"
22
+ ]
23
+ }
24
+ },
25
+ "fields": {
26
+ "get": {
27
+ "type": "string",
28
+ "id": 2
29
+ },
30
+ "put": {
31
+ "type": "string",
32
+ "id": 3
33
+ },
34
+ "post": {
35
+ "type": "string",
36
+ "id": 4
37
+ },
38
+ "delete": {
39
+ "type": "string",
40
+ "id": 5
41
+ },
42
+ "patch": {
43
+ "type": "string",
44
+ "id": 6
45
+ },
46
+ "custom": {
47
+ "type": "CustomHttpPattern",
48
+ "id": 8
49
+ },
50
+ "selector": {
51
+ "type": "string",
52
+ "id": 1
53
+ },
54
+ "body": {
55
+ "type": "string",
56
+ "id": 7
57
+ },
58
+ "additionalBindings": {
59
+ "rule": "repeated",
60
+ "type": "HttpRule",
61
+ "id": 11
62
+ }
63
+ }
64
+ }
65
+ }
66
+ },
67
+ "protobuf": {
68
+ "nested": {
69
+ "MethodOptions": {
70
+ "fields": {},
71
+ "extensions": [
72
+ [
73
+ 1000,
74
+ 536870911
75
+ ]
76
+ ]
77
+ }
78
+ }
79
+ }
80
+ }
81
+ }
82
+ }
83
83
  }
@@ -1,11 +1,11 @@
1
- syntax = "proto3";
2
-
3
- package google.api;
4
-
5
- import "google/api/http.proto";
6
- import "google/protobuf/descriptor.proto";
7
-
8
- extend google.protobuf.MethodOptions {
9
-
10
- HttpRule http = 72295728;
1
+ syntax = "proto3";
2
+
3
+ package google.api;
4
+
5
+ import "google/api/http.proto";
6
+ import "google/protobuf/descriptor.proto";
7
+
8
+ extend google.protobuf.MethodOptions {
9
+
10
+ HttpRule http = 72295728;
11
11
  }
@@ -1,86 +1,86 @@
1
- {
2
- "nested": {
3
- "google": {
4
- "nested": {
5
- "api": {
6
- "nested": {
7
- "Http": {
8
- "fields": {
9
- "rules": {
10
- "rule": "repeated",
11
- "type": "HttpRule",
12
- "id": 1
13
- }
14
- }
15
- },
16
- "HttpRule": {
17
- "oneofs": {
18
- "pattern": {
19
- "oneof": [
20
- "get",
21
- "put",
22
- "post",
23
- "delete",
24
- "patch",
25
- "custom"
26
- ]
27
- }
28
- },
29
- "fields": {
30
- "get": {
31
- "type": "string",
32
- "id": 2
33
- },
34
- "put": {
35
- "type": "string",
36
- "id": 3
37
- },
38
- "post": {
39
- "type": "string",
40
- "id": 4
41
- },
42
- "delete": {
43
- "type": "string",
44
- "id": 5
45
- },
46
- "patch": {
47
- "type": "string",
48
- "id": 6
49
- },
50
- "custom": {
51
- "type": "CustomHttpPattern",
52
- "id": 8
53
- },
54
- "selector": {
55
- "type": "string",
56
- "id": 1
57
- },
58
- "body": {
59
- "type": "string",
60
- "id": 7
61
- },
62
- "additionalBindings": {
63
- "rule": "repeated",
64
- "type": "HttpRule",
65
- "id": 11
66
- }
67
- }
68
- },
69
- "CustomHttpPattern": {
70
- "fields": {
71
- "kind": {
72
- "type": "string",
73
- "id": 1
74
- },
75
- "path": {
76
- "type": "string",
77
- "id": 2
78
- }
79
- }
80
- }
81
- }
82
- }
83
- }
84
- }
85
- }
1
+ {
2
+ "nested": {
3
+ "google": {
4
+ "nested": {
5
+ "api": {
6
+ "nested": {
7
+ "Http": {
8
+ "fields": {
9
+ "rules": {
10
+ "rule": "repeated",
11
+ "type": "HttpRule",
12
+ "id": 1
13
+ }
14
+ }
15
+ },
16
+ "HttpRule": {
17
+ "oneofs": {
18
+ "pattern": {
19
+ "oneof": [
20
+ "get",
21
+ "put",
22
+ "post",
23
+ "delete",
24
+ "patch",
25
+ "custom"
26
+ ]
27
+ }
28
+ },
29
+ "fields": {
30
+ "get": {
31
+ "type": "string",
32
+ "id": 2
33
+ },
34
+ "put": {
35
+ "type": "string",
36
+ "id": 3
37
+ },
38
+ "post": {
39
+ "type": "string",
40
+ "id": 4
41
+ },
42
+ "delete": {
43
+ "type": "string",
44
+ "id": 5
45
+ },
46
+ "patch": {
47
+ "type": "string",
48
+ "id": 6
49
+ },
50
+ "custom": {
51
+ "type": "CustomHttpPattern",
52
+ "id": 8
53
+ },
54
+ "selector": {
55
+ "type": "string",
56
+ "id": 1
57
+ },
58
+ "body": {
59
+ "type": "string",
60
+ "id": 7
61
+ },
62
+ "additionalBindings": {
63
+ "rule": "repeated",
64
+ "type": "HttpRule",
65
+ "id": 11
66
+ }
67
+ }
68
+ },
69
+ "CustomHttpPattern": {
70
+ "fields": {
71
+ "kind": {
72
+ "type": "string",
73
+ "id": 1
74
+ },
75
+ "path": {
76
+ "type": "string",
77
+ "id": 2
78
+ }
79
+ }
80
+ }
81
+ }
82
+ }
83
+ }
84
+ }
85
+ }
86
86
  }
@@ -1,31 +1,31 @@
1
- syntax = "proto3";
2
-
3
- package google.api;
4
-
5
- message Http {
6
-
7
- repeated HttpRule rules = 1;
8
- }
9
-
10
- message HttpRule {
11
-
12
- oneof pattern {
13
-
14
- string get = 2;
15
- string put = 3;
16
- string post = 4;
17
- string delete = 5;
18
- string patch = 6;
19
- CustomHttpPattern custom = 8;
20
- }
21
-
22
- string selector = 1;
23
- string body = 7;
24
- repeated HttpRule additional_bindings = 11;
25
- }
26
-
27
- message CustomHttpPattern {
28
-
29
- string kind = 1;
30
- string path = 2;
1
+ syntax = "proto3";
2
+
3
+ package google.api;
4
+
5
+ message Http {
6
+
7
+ repeated HttpRule rules = 1;
8
+ }
9
+
10
+ message HttpRule {
11
+
12
+ oneof pattern {
13
+
14
+ string get = 2;
15
+ string put = 3;
16
+ string post = 4;
17
+ string delete = 5;
18
+ string patch = 6;
19
+ CustomHttpPattern custom = 8;
20
+ }
21
+
22
+ string selector = 1;
23
+ string body = 7;
24
+ repeated HttpRule additional_bindings = 11;
25
+ }
26
+
27
+ message CustomHttpPattern {
28
+
29
+ string kind = 1;
30
+ string path = 2;
31
31
  }
@@ -1,118 +1,118 @@
1
- {
2
- "nested": {
3
- "google": {
4
- "nested": {
5
- "protobuf": {
6
- "nested": {
7
- "Api": {
8
- "fields": {
9
- "name": {
10
- "type": "string",
11
- "id": 1
12
- },
13
- "methods": {
14
- "rule": "repeated",
15
- "type": "Method",
16
- "id": 2
17
- },
18
- "options": {
19
- "rule": "repeated",
20
- "type": "Option",
21
- "id": 3
22
- },
23
- "version": {
24
- "type": "string",
25
- "id": 4
26
- },
27
- "sourceContext": {
28
- "type": "SourceContext",
29
- "id": 5
30
- },
31
- "mixins": {
32
- "rule": "repeated",
33
- "type": "Mixin",
34
- "id": 6
35
- },
36
- "syntax": {
37
- "type": "Syntax",
38
- "id": 7
39
- }
40
- }
41
- },
42
- "Method": {
43
- "fields": {
44
- "name": {
45
- "type": "string",
46
- "id": 1
47
- },
48
- "requestTypeUrl": {
49
- "type": "string",
50
- "id": 2
51
- },
52
- "requestStreaming": {
53
- "type": "bool",
54
- "id": 3
55
- },
56
- "responseTypeUrl": {
57
- "type": "string",
58
- "id": 4
59
- },
60
- "responseStreaming": {
61
- "type": "bool",
62
- "id": 5
63
- },
64
- "options": {
65
- "rule": "repeated",
66
- "type": "Option",
67
- "id": 6
68
- },
69
- "syntax": {
70
- "type": "Syntax",
71
- "id": 7
72
- }
73
- }
74
- },
75
- "Mixin": {
76
- "fields": {
77
- "name": {
78
- "type": "string",
79
- "id": 1
80
- },
81
- "root": {
82
- "type": "string",
83
- "id": 2
84
- }
85
- }
86
- },
87
- "SourceContext": {
88
- "fields": {
89
- "fileName": {
90
- "type": "string",
91
- "id": 1
92
- }
93
- }
94
- },
95
- "Option": {
96
- "fields": {
97
- "name": {
98
- "type": "string",
99
- "id": 1
100
- },
101
- "value": {
102
- "type": "Any",
103
- "id": 2
104
- }
105
- }
106
- },
107
- "Syntax": {
108
- "values": {
109
- "SYNTAX_PROTO2": 0,
110
- "SYNTAX_PROTO3": 1
111
- }
112
- }
113
- }
114
- }
115
- }
116
- }
117
- }
1
+ {
2
+ "nested": {
3
+ "google": {
4
+ "nested": {
5
+ "protobuf": {
6
+ "nested": {
7
+ "Api": {
8
+ "fields": {
9
+ "name": {
10
+ "type": "string",
11
+ "id": 1
12
+ },
13
+ "methods": {
14
+ "rule": "repeated",
15
+ "type": "Method",
16
+ "id": 2
17
+ },
18
+ "options": {
19
+ "rule": "repeated",
20
+ "type": "Option",
21
+ "id": 3
22
+ },
23
+ "version": {
24
+ "type": "string",
25
+ "id": 4
26
+ },
27
+ "sourceContext": {
28
+ "type": "SourceContext",
29
+ "id": 5
30
+ },
31
+ "mixins": {
32
+ "rule": "repeated",
33
+ "type": "Mixin",
34
+ "id": 6
35
+ },
36
+ "syntax": {
37
+ "type": "Syntax",
38
+ "id": 7
39
+ }
40
+ }
41
+ },
42
+ "Method": {
43
+ "fields": {
44
+ "name": {
45
+ "type": "string",
46
+ "id": 1
47
+ },
48
+ "requestTypeUrl": {
49
+ "type": "string",
50
+ "id": 2
51
+ },
52
+ "requestStreaming": {
53
+ "type": "bool",
54
+ "id": 3
55
+ },
56
+ "responseTypeUrl": {
57
+ "type": "string",
58
+ "id": 4
59
+ },
60
+ "responseStreaming": {
61
+ "type": "bool",
62
+ "id": 5
63
+ },
64
+ "options": {
65
+ "rule": "repeated",
66
+ "type": "Option",
67
+ "id": 6
68
+ },
69
+ "syntax": {
70
+ "type": "Syntax",
71
+ "id": 7
72
+ }
73
+ }
74
+ },
75
+ "Mixin": {
76
+ "fields": {
77
+ "name": {
78
+ "type": "string",
79
+ "id": 1
80
+ },
81
+ "root": {
82
+ "type": "string",
83
+ "id": 2
84
+ }
85
+ }
86
+ },
87
+ "SourceContext": {
88
+ "fields": {
89
+ "fileName": {
90
+ "type": "string",
91
+ "id": 1
92
+ }
93
+ }
94
+ },
95
+ "Option": {
96
+ "fields": {
97
+ "name": {
98
+ "type": "string",
99
+ "id": 1
100
+ },
101
+ "value": {
102
+ "type": "Any",
103
+ "id": 2
104
+ }
105
+ }
106
+ },
107
+ "Syntax": {
108
+ "values": {
109
+ "SYNTAX_PROTO2": 0,
110
+ "SYNTAX_PROTO3": 1
111
+ }
112
+ }
113
+ }
114
+ }
115
+ }
116
+ }
117
+ }
118
118
  }