@ocap/proto 1.17.8 → 1.17.11
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/lib/gen/enum_pb.js +2 -1
- package/lib/gen/spec.json +2 -1
- package/lib/index.d.ts +4 -2
- package/package.json +2 -2
package/lib/gen/enum_pb.js
CHANGED
|
@@ -156,10 +156,11 @@ proto.ocap.RoleType = {
|
|
|
156
156
|
ROLE_DELEGATION: 13,
|
|
157
157
|
ROLE_VC: 14,
|
|
158
158
|
ROLE_BLOCKLET: 15,
|
|
159
|
-
|
|
159
|
+
ROLE_STORE: 16,
|
|
160
160
|
ROLE_TOKEN: 17,
|
|
161
161
|
ROLE_FACTORY: 18,
|
|
162
162
|
ROLE_ROLLUP: 19,
|
|
163
|
+
ROLE_STORAGE: 20,
|
|
163
164
|
ROLE_ANY: 63
|
|
164
165
|
};
|
|
165
166
|
|
package/lib/gen/spec.json
CHANGED
|
@@ -123,10 +123,11 @@
|
|
|
123
123
|
"ROLE_DELEGATION": 13,
|
|
124
124
|
"ROLE_VC": 14,
|
|
125
125
|
"ROLE_BLOCKLET": 15,
|
|
126
|
-
"
|
|
126
|
+
"ROLE_STORE": 16,
|
|
127
127
|
"ROLE_TOKEN": 17,
|
|
128
128
|
"ROLE_FACTORY": 18,
|
|
129
129
|
"ROLE_ROLLUP": 19,
|
|
130
|
+
"ROLE_STORAGE": 20,
|
|
130
131
|
"ROLE_ANY": 63
|
|
131
132
|
}
|
|
132
133
|
},
|
package/lib/index.d.ts
CHANGED
|
@@ -120,10 +120,11 @@ declare namespace Enums {
|
|
|
120
120
|
ROLE_DELEGATION = 13,
|
|
121
121
|
ROLE_VC = 14,
|
|
122
122
|
ROLE_BLOCKLET = 15,
|
|
123
|
-
|
|
123
|
+
ROLE_STORE = 16,
|
|
124
124
|
ROLE_TOKEN = 17,
|
|
125
125
|
ROLE_FACTORY = 18,
|
|
126
126
|
ROLE_ROLLUP = 19,
|
|
127
|
+
ROLE_STORAGE = 20,
|
|
127
128
|
ROLE_ANY = 63,
|
|
128
129
|
}
|
|
129
130
|
|
|
@@ -359,10 +360,11 @@ declare namespace Messages {
|
|
|
359
360
|
13 = ROLE_DELEGATION,
|
|
360
361
|
14 = ROLE_VC,
|
|
361
362
|
15 = ROLE_BLOCKLET,
|
|
362
|
-
16 =
|
|
363
|
+
16 = ROLE_STORE,
|
|
363
364
|
17 = ROLE_TOKEN,
|
|
364
365
|
18 = ROLE_FACTORY,
|
|
365
366
|
19 = ROLE_ROLLUP,
|
|
367
|
+
20 = ROLE_STORAGE,
|
|
366
368
|
63 = ROLE_ANY,
|
|
367
369
|
}
|
|
368
370
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ocap/proto",
|
|
3
3
|
"description": "Static modules generated from forge-sdk protobuf files",
|
|
4
|
-
"version": "1.17.
|
|
4
|
+
"version": "1.17.11",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "wangshijun",
|
|
7
7
|
"email": "shijun@arcblock.io",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"debug": "^4.3.4",
|
|
49
49
|
"lodash": "^4.17.21"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "32ee93b1f1026709bb1b00a58b4b3dc5d551f94a"
|
|
52
52
|
}
|