@ocap/proto 1.13.64 → 1.13.68

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/index.d.ts CHANGED
@@ -214,10 +214,9 @@ declare namespace Enums {
214
214
  22 = TransferV2Tx,
215
215
  23 = TransferV3Tx,
216
216
  24 = UpdateAssetTx,
217
- 25 = UpdateConsensusParamsTx,
218
- 26 = UpdateRollupTx,
219
- 27 = UpgradeNodeTx,
220
- 28 = WithdrawTokenV2Tx,
217
+ 25 = UpdateRollupTx,
218
+ 26 = UpgradeNodeTx,
219
+ 27 = WithdrawTokenV2Tx,
221
220
  }
222
221
 
223
222
  export enum SupportedStakes {}
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.13.64",
4
+ "version": "1.13.68",
5
5
  "author": {
6
6
  "name": "wangshijun",
7
7
  "email": "shijun@arcblock.io",
@@ -47,5 +47,5 @@
47
47
  "debug": "^4.3.2",
48
48
  "lodash": "^4.17.21"
49
49
  },
50
- "gitHead": "49c94d9fd5f12ec63c34ad609d041a92f68322a8"
50
+ "gitHead": "d84324870fe9dca3619df362ba09219dd420f274"
51
51
  }