@dedot/chaintypes 0.218.0 → 0.219.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedot/chaintypes",
3
- "version": "0.218.0",
3
+ "version": "0.219.0",
4
4
  "description": "Types for substrate-based chains",
5
5
  "author": "Thang X. Vu <thang@dedot.dev>",
6
6
  "homepage": "https://dedot.dev",
@@ -25,7 +25,7 @@
25
25
  "directory": "dist"
26
26
  },
27
27
  "license": "Apache-2.0",
28
- "gitHead": "19468bf82e226a25c054f925e01992ce4a21d929",
28
+ "gitHead": "24f5a9987fe953bf048ce74f05c233a770e032a2",
29
29
  "module": "./index.js",
30
30
  "types": "./index.d.ts",
31
31
  "exports": {
@@ -4402,7 +4402,8 @@ export type AssetHubPaseoRuntimeProxyType =
4402
4402
  | 'Staking'
4403
4403
  | 'NominationPools'
4404
4404
  | 'Auction'
4405
- | 'ParaRegistration';
4405
+ | 'ParaRegistration'
4406
+ | 'StakingOperator';
4406
4407
 
4407
4408
  /**
4408
4409
  * Contains a variant per dispatchable extrinsic that this pallet has.
@@ -15385,7 +15386,8 @@ export type PaseoRuntimeConstantsProxyProxyType =
15385
15386
  | 'CancelProxy'
15386
15387
  | 'Auction'
15387
15388
  | 'NominationPools'
15388
- | 'ParaRegistration';
15389
+ | 'ParaRegistration'
15390
+ | 'StakingOperator';
15389
15391
 
15390
15392
  export type PalletProxyProxyDefinition = {
15391
15393
  delegate: AccountId32;