@ocap/proto 1.17.10 → 1.17.13

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.
@@ -156,10 +156,11 @@ proto.ocap.RoleType = {
156
156
  ROLE_DELEGATION: 13,
157
157
  ROLE_VC: 14,
158
158
  ROLE_BLOCKLET: 15,
159
- ROLE_REGISTRY: 16,
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
- "ROLE_REGISTRY": 16,
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
- ROLE_REGISTRY = 16,
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 = ROLE_REGISTRY,
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.10",
4
+ "version": "1.17.13",
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": "062c4f18a4e6d370cb1659980c602e8494969dc3"
51
+ "gitHead": "e355828a8ff11d95c162205246a9f0e1c9ab782d"
52
52
  }