@pezkuwi/types-augment 16.5.5 → 16.5.6
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/LICENSE +201 -0
- package/augment.js +2 -0
- package/bundle.js +2 -0
- package/cjs/augment.d.ts +2 -0
- package/cjs/augment.js +4 -0
- package/cjs/bundle.d.ts +2 -0
- package/cjs/bundle.js +6 -0
- package/cjs/index.js +5 -0
- package/{build/lookup/assetHubKusama.d.ts → cjs/lookup/assetHubDicle.d.ts} +75 -75
- package/cjs/lookup/assetHubDicle.js +1164 -0
- package/{build/lookup/assetHubPolkadot.d.ts → cjs/lookup/assetHubPezkuwi.d.ts} +186 -186
- package/cjs/lookup/assetHubPezkuwi.js +2979 -0
- package/{build/lookup/substrate.d.ts → cjs/lookup/bizinikiwi.d.ts} +594 -594
- package/cjs/lookup/bizinikiwi.js +9673 -0
- package/cjs/lookup/definitions.js +15 -0
- package/{build/lookup/kusama.d.ts → cjs/lookup/dicle.d.ts} +29 -29
- package/cjs/lookup/dicle.js +738 -0
- package/cjs/lookup/index.js +5 -0
- package/{build/lookup/polkadot.d.ts → cjs/lookup/pezkuwi.d.ts} +199 -195
- package/cjs/lookup/pezkuwi.js +4768 -0
- package/cjs/lookup/types-assetHubDicle.d.ts +684 -0
- package/cjs/lookup/types-assetHubDicle.js +4 -0
- package/{build/lookup/types-assetHubPolkadot.d.ts → cjs/lookup/types-assetHubPezkuwi.d.ts} +623 -624
- package/cjs/lookup/types-assetHubPezkuwi.js +4 -0
- package/{build/lookup/types-substrate.d.ts → cjs/lookup/types-bizinikiwi.d.ts} +1815 -1816
- package/cjs/lookup/types-bizinikiwi.js +4 -0
- package/{build/lookup/types-kusama.d.ts → cjs/lookup/types-dicle.d.ts} +139 -139
- package/cjs/lookup/types-dicle.js +4 -0
- package/{build/lookup/types-polkadot.d.ts → cjs/lookup/types-pezkuwi.d.ts} +642 -641
- package/cjs/lookup/types-pezkuwi.js +4 -0
- package/cjs/lookup/types.d.ts +5 -0
- package/cjs/lookup/types.js +7 -0
- package/cjs/package.json +3 -0
- package/cjs/packageDetect.js +7 -0
- package/cjs/packageInfo.js +4 -0
- package/cjs/registry/assetHubDicle.d.ts +81 -0
- package/cjs/registry/assetHubDicle.js +4 -0
- package/cjs/registry/assetHubPezkuwi.d.ts +200 -0
- package/cjs/registry/assetHubPezkuwi.js +4 -0
- package/cjs/registry/bizinikiwi.d.ts +625 -0
- package/cjs/registry/bizinikiwi.js +4 -0
- package/cjs/registry/dicle.d.ts +35 -0
- package/cjs/registry/dicle.js +4 -0
- package/cjs/registry/index.js +3 -0
- package/{build → cjs}/registry/interfaces.d.ts +44 -44
- package/cjs/registry/interfaces.js +4 -0
- package/cjs/registry/pezkuwi.d.ts +279 -0
- package/cjs/registry/pezkuwi.js +4 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/lookup/assetHubDicle.d.ts +1161 -0
- package/lookup/assetHubDicle.js +1162 -0
- package/lookup/assetHubPezkuwi.d.ts +2976 -0
- package/lookup/assetHubPezkuwi.js +2977 -0
- package/lookup/bizinikiwi.d.ts +9670 -0
- package/lookup/bizinikiwi.js +9671 -0
- package/lookup/definitions.d.ts +3 -0
- package/lookup/definitions.js +12 -0
- package/lookup/dicle.d.ts +735 -0
- package/lookup/dicle.js +736 -0
- package/lookup/index.d.ts +1 -0
- package/lookup/index.js +2 -0
- package/lookup/pezkuwi.d.ts +4765 -0
- package/lookup/pezkuwi.js +4766 -0
- package/lookup/types-assetHubDicle.d.ts +684 -0
- package/lookup/types-assetHubDicle.js +2 -0
- package/lookup/types-assetHubPezkuwi.d.ts +2511 -0
- package/lookup/types-assetHubPezkuwi.js +2 -0
- package/lookup/types-bizinikiwi.d.ts +9980 -0
- package/lookup/types-bizinikiwi.js +2 -0
- package/lookup/types-dicle.d.ts +364 -0
- package/lookup/types-dicle.js +2 -0
- package/lookup/types-pezkuwi.d.ts +4463 -0
- package/lookup/types-pezkuwi.js +2 -0
- package/lookup/types.d.ts +5 -0
- package/lookup/types.js +5 -0
- package/package.json +380 -6
- package/packageDetect.d.ts +1 -0
- package/{src/packageDetect.ts → packageDetect.js} +0 -8
- package/packageInfo.d.ts +6 -0
- package/packageInfo.js +1 -0
- package/registry/assetHubDicle.d.ts +81 -0
- package/registry/assetHubDicle.js +2 -0
- package/registry/assetHubPezkuwi.d.ts +200 -0
- package/registry/assetHubPezkuwi.js +2 -0
- package/registry/bizinikiwi.d.ts +625 -0
- package/registry/bizinikiwi.js +2 -0
- package/registry/dicle.d.ts +35 -0
- package/registry/dicle.js +2 -0
- package/registry/index.d.ts +1 -0
- package/registry/index.js +1 -0
- package/registry/interfaces.d.ts +1368 -0
- package/registry/interfaces.js +2 -0
- package/registry/pezkuwi.d.ts +279 -0
- package/registry/pezkuwi.js +2 -0
- package/build/lookup/types-assetHubKusama.d.ts +0 -684
- package/build/lookup/types.d.ts +0 -5
- package/build/registry/assetHubKusama.d.ts +0 -81
- package/build/registry/assetHubPolkadot.d.ts +0 -200
- package/build/registry/kusama.d.ts +0 -35
- package/build/registry/polkadot.d.ts +0 -278
- package/build/registry/substrate.d.ts +0 -625
- package/src/augment.ts +0 -5
- package/src/bundle.ts +0 -6
- package/src/index.ts +0 -6
- package/src/lookup/assetHubKusama.ts +0 -1165
- package/src/lookup/assetHubPolkadot.ts +0 -2980
- package/src/lookup/definitions.ts +0 -19
- package/src/lookup/index.ts +0 -4
- package/src/lookup/kusama.ts +0 -739
- package/src/lookup/polkadot.ts +0 -4765
- package/src/lookup/substrate.ts +0 -9674
- package/src/lookup/types-assetHubKusama.ts +0 -764
- package/src/lookup/types-assetHubPolkadot.ts +0 -2711
- package/src/lookup/types-kusama.ts +0 -399
- package/src/lookup/types-polkadot.ts +0 -4721
- package/src/lookup/types-substrate.ts +0 -10590
- package/src/lookup/types.ts +0 -8
- package/src/mod.ts +0 -4
- package/src/packageInfo.ts +0 -6
- package/src/registry/assetHubKusama.ts +0 -88
- package/src/registry/assetHubPolkadot.ts +0 -207
- package/src/registry/index.ts +0 -4
- package/src/registry/interfaces.ts +0 -1375
- package/src/registry/kusama.ts +0 -42
- package/src/registry/polkadot.ts +0 -285
- package/src/registry/substrate.ts +0 -632
- package/tsconfig.build.json +0 -15
- package/tsconfig.build.tsbuildinfo +0 -1
- /package/{build/augment.d.ts → augment.d.ts} +0 -0
- /package/{build/bundle.d.ts → bundle.d.ts} +0 -0
- /package/{build → cjs}/index.d.ts +0 -0
- /package/{build → cjs}/lookup/definitions.d.ts +0 -0
- /package/{build → cjs}/lookup/index.d.ts +0 -0
- /package/{build → cjs}/packageDetect.d.ts +0 -0
- /package/{build → cjs}/packageInfo.d.ts +0 -0
- /package/{build → cjs}/registry/index.d.ts +0 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import '@pezkuwi/types/types/registry';
|
|
2
|
+
import type { DicleRuntimeConstantsProxyProxyType, PezpalletRcMigratorRecoveryRecoveryStage, PezpalletRcMigratorSocietySocietyStage, PezpalletRecoveryDepositKind, StagingDicleRuntimeBurnDestinationAccount, StagingDicleRuntimeDynamicParamsInflationFalloff, StagingDicleRuntimeDynamicParamsInflationIdealStake, StagingDicleRuntimeDynamicParamsInflationMaxInflation, StagingDicleRuntimeDynamicParamsInflationMinInflation, StagingDicleRuntimeDynamicParamsInflationParameters, StagingDicleRuntimeDynamicParamsInflationParametersKey, StagingDicleRuntimeDynamicParamsInflationParametersValue, StagingDicleRuntimeDynamicParamsInflationUseAuctionSlots, StagingDicleRuntimeDynamicParamsTreasuryBurnDestination, StagingDicleRuntimeDynamicParamsTreasuryBurnPortion, StagingDicleRuntimeDynamicParamsTreasuryParameters, StagingDicleRuntimeDynamicParamsTreasuryParametersKey, StagingDicleRuntimeDynamicParamsTreasuryParametersValue, StagingDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin, StagingDicleRuntimeNposCompactSolution24, StagingDicleRuntimeOriginCaller, StagingDicleRuntimeRuntime, StagingDicleRuntimeRuntimeError, StagingDicleRuntimeRuntimeFreezeReason, StagingDicleRuntimeRuntimeHoldReason, StagingDicleRuntimeRuntimeParameters, StagingDicleRuntimeRuntimeParametersKey, StagingDicleRuntimeRuntimeParametersValue, StagingDicleRuntimeSessionKeys } from '@pezkuwi/types/lookup';
|
|
3
|
+
declare module '@pezkuwi/types/types/registry' {
|
|
4
|
+
interface InterfaceTypes {
|
|
5
|
+
DicleRuntimeConstantsProxyProxyType: DicleRuntimeConstantsProxyProxyType;
|
|
6
|
+
PezpalletRcMigratorRecoveryRecoveryStage: PezpalletRcMigratorRecoveryRecoveryStage;
|
|
7
|
+
PezpalletRcMigratorSocietySocietyStage: PezpalletRcMigratorSocietySocietyStage;
|
|
8
|
+
PezpalletRecoveryDepositKind: PezpalletRecoveryDepositKind;
|
|
9
|
+
StagingDicleRuntimeBurnDestinationAccount: StagingDicleRuntimeBurnDestinationAccount;
|
|
10
|
+
StagingDicleRuntimeDynamicParamsInflationFalloff: StagingDicleRuntimeDynamicParamsInflationFalloff;
|
|
11
|
+
StagingDicleRuntimeDynamicParamsInflationIdealStake: StagingDicleRuntimeDynamicParamsInflationIdealStake;
|
|
12
|
+
StagingDicleRuntimeDynamicParamsInflationMaxInflation: StagingDicleRuntimeDynamicParamsInflationMaxInflation;
|
|
13
|
+
StagingDicleRuntimeDynamicParamsInflationMinInflation: StagingDicleRuntimeDynamicParamsInflationMinInflation;
|
|
14
|
+
StagingDicleRuntimeDynamicParamsInflationParameters: StagingDicleRuntimeDynamicParamsInflationParameters;
|
|
15
|
+
StagingDicleRuntimeDynamicParamsInflationParametersKey: StagingDicleRuntimeDynamicParamsInflationParametersKey;
|
|
16
|
+
StagingDicleRuntimeDynamicParamsInflationParametersValue: StagingDicleRuntimeDynamicParamsInflationParametersValue;
|
|
17
|
+
StagingDicleRuntimeDynamicParamsInflationUseAuctionSlots: StagingDicleRuntimeDynamicParamsInflationUseAuctionSlots;
|
|
18
|
+
StagingDicleRuntimeDynamicParamsTreasuryBurnDestination: StagingDicleRuntimeDynamicParamsTreasuryBurnDestination;
|
|
19
|
+
StagingDicleRuntimeDynamicParamsTreasuryBurnPortion: StagingDicleRuntimeDynamicParamsTreasuryBurnPortion;
|
|
20
|
+
StagingDicleRuntimeDynamicParamsTreasuryParameters: StagingDicleRuntimeDynamicParamsTreasuryParameters;
|
|
21
|
+
StagingDicleRuntimeDynamicParamsTreasuryParametersKey: StagingDicleRuntimeDynamicParamsTreasuryParametersKey;
|
|
22
|
+
StagingDicleRuntimeDynamicParamsTreasuryParametersValue: StagingDicleRuntimeDynamicParamsTreasuryParametersValue;
|
|
23
|
+
StagingDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin: StagingDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin;
|
|
24
|
+
StagingDicleRuntimeNposCompactSolution24: StagingDicleRuntimeNposCompactSolution24;
|
|
25
|
+
StagingDicleRuntimeOriginCaller: StagingDicleRuntimeOriginCaller;
|
|
26
|
+
StagingDicleRuntimeRuntime: StagingDicleRuntimeRuntime;
|
|
27
|
+
StagingDicleRuntimeRuntimeError: StagingDicleRuntimeRuntimeError;
|
|
28
|
+
StagingDicleRuntimeRuntimeFreezeReason: StagingDicleRuntimeRuntimeFreezeReason;
|
|
29
|
+
StagingDicleRuntimeRuntimeHoldReason: StagingDicleRuntimeRuntimeHoldReason;
|
|
30
|
+
StagingDicleRuntimeRuntimeParameters: StagingDicleRuntimeRuntimeParameters;
|
|
31
|
+
StagingDicleRuntimeRuntimeParametersKey: StagingDicleRuntimeRuntimeParametersKey;
|
|
32
|
+
StagingDicleRuntimeRuntimeParametersValue: StagingDicleRuntimeRuntimeParametersValue;
|
|
33
|
+
StagingDicleRuntimeSessionKeys: StagingDicleRuntimeSessionKeys;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './interfaces.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './interfaces.js';
|