@ocap/types 1.17.9 → 1.17.12

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 (2) hide show
  1. package/lib/enum_pb.d.ts +2 -1
  2. package/package.json +3 -3
package/lib/enum_pb.d.ts CHANGED
@@ -127,10 +127,11 @@ export interface RoleTypeMap {
127
127
  ROLE_DELEGATION: 13;
128
128
  ROLE_VC: 14;
129
129
  ROLE_BLOCKLET: 15;
130
- ROLE_REGISTRY: 16;
130
+ ROLE_STORE: 16;
131
131
  ROLE_TOKEN: 17;
132
132
  ROLE_FACTORY: 18;
133
133
  ROLE_ROLLUP: 19;
134
+ ROLE_STORAGE: 20;
134
135
  ROLE_ANY: 63;
135
136
  }
136
137
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ocap/types",
3
- "version": "1.17.9",
3
+ "version": "1.17.12",
4
4
  "description": "Typescript definitions generated from protobuf",
5
5
  "keywords": [
6
6
  "ocap",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "resolutions": {},
16
16
  "devDependencies": {
17
- "@arcblock/eslint-config-ts": "0.2.2",
17
+ "@arcblock/eslint-config-ts": "0.2.3",
18
18
  "@types/jest": "^28.1.6",
19
19
  "@types/node": "^17.0.45",
20
20
  "eslint": "^8.21.0",
@@ -39,5 +39,5 @@
39
39
  "bugs": {
40
40
  "url": "https://github.com/ArcBlock/asset-chain/issues"
41
41
  },
42
- "gitHead": "430c739d9f05e3f5dbd4411ee7289f9e7189f6ae"
42
+ "gitHead": "9209d3e84008ba758810a607b1c6a4b4fd5e7bc0"
43
43
  }