@dcl/protocol 1.0.0-9254639032.commit-05cd554 → 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.
- package/out-js/decentraland/kernel/apis/testing.gen.d.ts +0 -2
- package/out-js/decentraland/kernel/apis/testing.gen.js.map +1 -1
- package/out-js/decentraland/sdk/components/ui_text.gen.d.ts +10 -1
- package/out-js/decentraland/sdk/components/ui_text.gen.js +59 -12
- package/out-js/decentraland/sdk/components/ui_text.gen.js.map +1 -1
- package/out-ts/decentraland/kernel/apis/testing.gen.ts +0 -2
- package/out-ts/decentraland/sdk/components/ui_text.gen.ts +61 -9
- package/package.json +2 -2
- package/proto/decentraland/kernel/apis/testing.proto +0 -2
- package/proto/decentraland/sdk/components/ui_text.proto +11 -4
- package/proto/google/LICENSE +27 -27
- package/proto/google/README.md +1 -1
- package/proto/google/api/annotations.json +82 -82
- package/proto/google/api/annotations.proto +10 -10
- package/proto/google/api/http.json +85 -85
- package/proto/google/api/http.proto +30 -30
- package/proto/google/protobuf/api.json +117 -117
- package/proto/google/protobuf/api.proto +33 -33
- package/proto/google/protobuf/descriptor.json +738 -738
- package/proto/google/protobuf/descriptor.proto +286 -286
- package/proto/google/protobuf/source_context.json +19 -19
- package/proto/google/protobuf/source_context.proto +7 -7
- package/proto/google/protobuf/type.json +201 -201
- package/proto/google/protobuf/type.proto +89 -89
package/proto/google/LICENSE
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
Copyright 2014, Google Inc. All rights reserved.
|
|
2
|
-
|
|
3
|
-
Redistribution and use in source and binary forms, with or without
|
|
4
|
-
modification, are permitted provided that the following conditions are
|
|
5
|
-
met:
|
|
6
|
-
|
|
7
|
-
* Redistributions of source code must retain the above copyright
|
|
8
|
-
notice, this list of conditions and the following disclaimer.
|
|
9
|
-
* Redistributions in binary form must reproduce the above
|
|
10
|
-
copyright notice, this list of conditions and the following disclaimer
|
|
11
|
-
in the documentation and/or other materials provided with the
|
|
12
|
-
distribution.
|
|
13
|
-
* Neither the name of Google Inc. nor the names of its
|
|
14
|
-
contributors may be used to endorse or promote products derived from
|
|
15
|
-
this software without specific prior written permission.
|
|
16
|
-
|
|
17
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
18
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
19
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
20
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
21
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
22
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
23
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
24
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
25
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
26
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
27
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1
|
+
Copyright 2014, Google Inc. All rights reserved.
|
|
2
|
+
|
|
3
|
+
Redistribution and use in source and binary forms, with or without
|
|
4
|
+
modification, are permitted provided that the following conditions are
|
|
5
|
+
met:
|
|
6
|
+
|
|
7
|
+
* Redistributions of source code must retain the above copyright
|
|
8
|
+
notice, this list of conditions and the following disclaimer.
|
|
9
|
+
* Redistributions in binary form must reproduce the above
|
|
10
|
+
copyright notice, this list of conditions and the following disclaimer
|
|
11
|
+
in the documentation and/or other materials provided with the
|
|
12
|
+
distribution.
|
|
13
|
+
* Neither the name of Google Inc. nor the names of its
|
|
14
|
+
contributors may be used to endorse or promote products derived from
|
|
15
|
+
this software without specific prior written permission.
|
|
16
|
+
|
|
17
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
18
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
19
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
20
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
21
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
22
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
23
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
24
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
25
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
26
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
27
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
package/proto/google/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
This folder contains stripped and pre-parsed definitions of common Google types. These files are not used by protobuf.js directly but are here so you can use or include them where required.
|
|
1
|
+
This folder contains stripped and pre-parsed definitions of common Google types. These files are not used by protobuf.js directly but are here so you can use or include them where required.
|
|
@@ -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
|
}
|