@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.
Files changed (137) hide show
  1. package/LICENSE +201 -0
  2. package/augment.js +2 -0
  3. package/bundle.js +2 -0
  4. package/cjs/augment.d.ts +2 -0
  5. package/cjs/augment.js +4 -0
  6. package/cjs/bundle.d.ts +2 -0
  7. package/cjs/bundle.js +6 -0
  8. package/cjs/index.js +5 -0
  9. package/{build/lookup/assetHubKusama.d.ts → cjs/lookup/assetHubDicle.d.ts} +75 -75
  10. package/cjs/lookup/assetHubDicle.js +1164 -0
  11. package/{build/lookup/assetHubPolkadot.d.ts → cjs/lookup/assetHubPezkuwi.d.ts} +186 -186
  12. package/cjs/lookup/assetHubPezkuwi.js +2979 -0
  13. package/{build/lookup/substrate.d.ts → cjs/lookup/bizinikiwi.d.ts} +594 -594
  14. package/cjs/lookup/bizinikiwi.js +9673 -0
  15. package/cjs/lookup/definitions.js +15 -0
  16. package/{build/lookup/kusama.d.ts → cjs/lookup/dicle.d.ts} +29 -29
  17. package/cjs/lookup/dicle.js +738 -0
  18. package/cjs/lookup/index.js +5 -0
  19. package/{build/lookup/polkadot.d.ts → cjs/lookup/pezkuwi.d.ts} +199 -195
  20. package/cjs/lookup/pezkuwi.js +4768 -0
  21. package/cjs/lookup/types-assetHubDicle.d.ts +684 -0
  22. package/cjs/lookup/types-assetHubDicle.js +4 -0
  23. package/{build/lookup/types-assetHubPolkadot.d.ts → cjs/lookup/types-assetHubPezkuwi.d.ts} +623 -624
  24. package/cjs/lookup/types-assetHubPezkuwi.js +4 -0
  25. package/{build/lookup/types-substrate.d.ts → cjs/lookup/types-bizinikiwi.d.ts} +1815 -1816
  26. package/cjs/lookup/types-bizinikiwi.js +4 -0
  27. package/{build/lookup/types-kusama.d.ts → cjs/lookup/types-dicle.d.ts} +139 -139
  28. package/cjs/lookup/types-dicle.js +4 -0
  29. package/{build/lookup/types-polkadot.d.ts → cjs/lookup/types-pezkuwi.d.ts} +642 -641
  30. package/cjs/lookup/types-pezkuwi.js +4 -0
  31. package/cjs/lookup/types.d.ts +5 -0
  32. package/cjs/lookup/types.js +7 -0
  33. package/cjs/package.json +3 -0
  34. package/cjs/packageDetect.js +7 -0
  35. package/cjs/packageInfo.js +4 -0
  36. package/cjs/registry/assetHubDicle.d.ts +81 -0
  37. package/cjs/registry/assetHubDicle.js +4 -0
  38. package/cjs/registry/assetHubPezkuwi.d.ts +200 -0
  39. package/cjs/registry/assetHubPezkuwi.js +4 -0
  40. package/cjs/registry/bizinikiwi.d.ts +625 -0
  41. package/cjs/registry/bizinikiwi.js +4 -0
  42. package/cjs/registry/dicle.d.ts +35 -0
  43. package/cjs/registry/dicle.js +4 -0
  44. package/cjs/registry/index.js +3 -0
  45. package/{build → cjs}/registry/interfaces.d.ts +44 -44
  46. package/cjs/registry/interfaces.js +4 -0
  47. package/cjs/registry/pezkuwi.d.ts +279 -0
  48. package/cjs/registry/pezkuwi.js +4 -0
  49. package/index.d.ts +2 -0
  50. package/index.js +2 -0
  51. package/lookup/assetHubDicle.d.ts +1161 -0
  52. package/lookup/assetHubDicle.js +1162 -0
  53. package/lookup/assetHubPezkuwi.d.ts +2976 -0
  54. package/lookup/assetHubPezkuwi.js +2977 -0
  55. package/lookup/bizinikiwi.d.ts +9670 -0
  56. package/lookup/bizinikiwi.js +9671 -0
  57. package/lookup/definitions.d.ts +3 -0
  58. package/lookup/definitions.js +12 -0
  59. package/lookup/dicle.d.ts +735 -0
  60. package/lookup/dicle.js +736 -0
  61. package/lookup/index.d.ts +1 -0
  62. package/lookup/index.js +2 -0
  63. package/lookup/pezkuwi.d.ts +4765 -0
  64. package/lookup/pezkuwi.js +4766 -0
  65. package/lookup/types-assetHubDicle.d.ts +684 -0
  66. package/lookup/types-assetHubDicle.js +2 -0
  67. package/lookup/types-assetHubPezkuwi.d.ts +2511 -0
  68. package/lookup/types-assetHubPezkuwi.js +2 -0
  69. package/lookup/types-bizinikiwi.d.ts +9980 -0
  70. package/lookup/types-bizinikiwi.js +2 -0
  71. package/lookup/types-dicle.d.ts +364 -0
  72. package/lookup/types-dicle.js +2 -0
  73. package/lookup/types-pezkuwi.d.ts +4463 -0
  74. package/lookup/types-pezkuwi.js +2 -0
  75. package/lookup/types.d.ts +5 -0
  76. package/lookup/types.js +5 -0
  77. package/package.json +380 -6
  78. package/packageDetect.d.ts +1 -0
  79. package/{src/packageDetect.ts → packageDetect.js} +0 -8
  80. package/packageInfo.d.ts +6 -0
  81. package/packageInfo.js +1 -0
  82. package/registry/assetHubDicle.d.ts +81 -0
  83. package/registry/assetHubDicle.js +2 -0
  84. package/registry/assetHubPezkuwi.d.ts +200 -0
  85. package/registry/assetHubPezkuwi.js +2 -0
  86. package/registry/bizinikiwi.d.ts +625 -0
  87. package/registry/bizinikiwi.js +2 -0
  88. package/registry/dicle.d.ts +35 -0
  89. package/registry/dicle.js +2 -0
  90. package/registry/index.d.ts +1 -0
  91. package/registry/index.js +1 -0
  92. package/registry/interfaces.d.ts +1368 -0
  93. package/registry/interfaces.js +2 -0
  94. package/registry/pezkuwi.d.ts +279 -0
  95. package/registry/pezkuwi.js +2 -0
  96. package/build/lookup/types-assetHubKusama.d.ts +0 -684
  97. package/build/lookup/types.d.ts +0 -5
  98. package/build/registry/assetHubKusama.d.ts +0 -81
  99. package/build/registry/assetHubPolkadot.d.ts +0 -200
  100. package/build/registry/kusama.d.ts +0 -35
  101. package/build/registry/polkadot.d.ts +0 -278
  102. package/build/registry/substrate.d.ts +0 -625
  103. package/src/augment.ts +0 -5
  104. package/src/bundle.ts +0 -6
  105. package/src/index.ts +0 -6
  106. package/src/lookup/assetHubKusama.ts +0 -1165
  107. package/src/lookup/assetHubPolkadot.ts +0 -2980
  108. package/src/lookup/definitions.ts +0 -19
  109. package/src/lookup/index.ts +0 -4
  110. package/src/lookup/kusama.ts +0 -739
  111. package/src/lookup/polkadot.ts +0 -4765
  112. package/src/lookup/substrate.ts +0 -9674
  113. package/src/lookup/types-assetHubKusama.ts +0 -764
  114. package/src/lookup/types-assetHubPolkadot.ts +0 -2711
  115. package/src/lookup/types-kusama.ts +0 -399
  116. package/src/lookup/types-polkadot.ts +0 -4721
  117. package/src/lookup/types-substrate.ts +0 -10590
  118. package/src/lookup/types.ts +0 -8
  119. package/src/mod.ts +0 -4
  120. package/src/packageInfo.ts +0 -6
  121. package/src/registry/assetHubKusama.ts +0 -88
  122. package/src/registry/assetHubPolkadot.ts +0 -207
  123. package/src/registry/index.ts +0 -4
  124. package/src/registry/interfaces.ts +0 -1375
  125. package/src/registry/kusama.ts +0 -42
  126. package/src/registry/polkadot.ts +0 -285
  127. package/src/registry/substrate.ts +0 -632
  128. package/tsconfig.build.json +0 -15
  129. package/tsconfig.build.tsbuildinfo +0 -1
  130. /package/{build/augment.d.ts → augment.d.ts} +0 -0
  131. /package/{build/bundle.d.ts → bundle.d.ts} +0 -0
  132. /package/{build → cjs}/index.d.ts +0 -0
  133. /package/{build → cjs}/lookup/definitions.d.ts +0 -0
  134. /package/{build → cjs}/lookup/index.d.ts +0 -0
  135. /package/{build → cjs}/packageDetect.d.ts +0 -0
  136. /package/{build → cjs}/packageInfo.d.ts +0 -0
  137. /package/{build → cjs}/registry/index.d.ts +0 -0
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const util_1 = require("@pezkuwi/util");
5
+ const assetHubDicle_js_1 = tslib_1.__importDefault(require("./assetHubDicle.js"));
6
+ const assetHubPezkuwi_js_1 = tslib_1.__importDefault(require("./assetHubPezkuwi.js"));
7
+ const dicle_js_1 = tslib_1.__importDefault(require("./dicle.js"));
8
+ const pezkuwi_js_1 = tslib_1.__importDefault(require("./pezkuwi.js"));
9
+ const bizinikiwi_js_1 = tslib_1.__importDefault(require("./bizinikiwi.js"));
10
+ exports.default = {
11
+ rpc: {},
12
+ // Not 100% sure it is relevant, however the order here is the same
13
+ // as exposed in the typegen lookup order
14
+ types: (0, util_1.objectSpread)({}, bizinikiwi_js_1.default, pezkuwi_js_1.default, dicle_js_1.default, assetHubPezkuwi_js_1.default, assetHubDicle_js_1.default)
15
+ };
@@ -2,7 +2,7 @@ declare const _default: {
2
2
  /**
3
3
  * Lookup138: staging_kusama_runtime::SessionKeys
4
4
  **/
5
- StagingKusamaRuntimeSessionKeys: {
5
+ StagingDicleRuntimeSessionKeys: {
6
6
  grandpa: string;
7
7
  babe: string;
8
8
  paraValidator: string;
@@ -13,7 +13,7 @@ declare const _default: {
13
13
  /**
14
14
  * Lookup160: staging_kusama_runtime::OriginCaller
15
15
  **/
16
- StagingKusamaRuntimeOriginCaller: {
16
+ StagingDicleRuntimeOriginCaller: {
17
17
  _enum: {
18
18
  system: string;
19
19
  __Unused1: string;
@@ -120,13 +120,13 @@ declare const _default: {
120
120
  /**
121
121
  * Lookup162: staging_kusama_runtime::governance::origins::pallet_custom_origins::Origin
122
122
  **/
123
- StagingKusamaRuntimeGovernanceOriginsPalletCustomOriginsOrigin: {
123
+ StagingDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin: {
124
124
  _enum: string[];
125
125
  };
126
126
  /**
127
127
  * Lookup172: staging_kusama_runtime::RuntimeParameters
128
128
  **/
129
- StagingKusamaRuntimeRuntimeParameters: {
129
+ StagingDicleRuntimeRuntimeParameters: {
130
130
  _enum: {
131
131
  Inflation: string;
132
132
  Treasury: string;
@@ -135,7 +135,7 @@ declare const _default: {
135
135
  /**
136
136
  * Lookup173: staging_kusama_runtime::dynamic_params::inflation::Parameters
137
137
  **/
138
- StagingKusamaRuntimeDynamicParamsInflationParameters: {
138
+ StagingDicleRuntimeDynamicParamsInflationParameters: {
139
139
  _enum: {
140
140
  MinInflation: string;
141
141
  MaxInflation: string;
@@ -147,27 +147,27 @@ declare const _default: {
147
147
  /**
148
148
  * Lookup174: staging_kusama_runtime::dynamic_params::inflation::MinInflation
149
149
  **/
150
- StagingKusamaRuntimeDynamicParamsInflationMinInflation: string;
150
+ StagingDicleRuntimeDynamicParamsInflationMinInflation: string;
151
151
  /**
152
152
  * Lookup177: staging_kusama_runtime::dynamic_params::inflation::MaxInflation
153
153
  **/
154
- StagingKusamaRuntimeDynamicParamsInflationMaxInflation: string;
154
+ StagingDicleRuntimeDynamicParamsInflationMaxInflation: string;
155
155
  /**
156
156
  * Lookup178: staging_kusama_runtime::dynamic_params::inflation::IdealStake
157
157
  **/
158
- StagingKusamaRuntimeDynamicParamsInflationIdealStake: string;
158
+ StagingDicleRuntimeDynamicParamsInflationIdealStake: string;
159
159
  /**
160
160
  * Lookup179: staging_kusama_runtime::dynamic_params::inflation::Falloff
161
161
  **/
162
- StagingKusamaRuntimeDynamicParamsInflationFalloff: string;
162
+ StagingDicleRuntimeDynamicParamsInflationFalloff: string;
163
163
  /**
164
164
  * Lookup180: staging_kusama_runtime::dynamic_params::inflation::UseAuctionSlots
165
165
  **/
166
- StagingKusamaRuntimeDynamicParamsInflationUseAuctionSlots: string;
166
+ StagingDicleRuntimeDynamicParamsInflationUseAuctionSlots: string;
167
167
  /**
168
168
  * Lookup182: staging_kusama_runtime::dynamic_params::treasury::Parameters
169
169
  **/
170
- StagingKusamaRuntimeDynamicParamsTreasuryParameters: {
170
+ StagingDicleRuntimeDynamicParamsTreasuryParameters: {
171
171
  _enum: {
172
172
  BurnPortion: string;
173
173
  BurnDestination: string;
@@ -176,25 +176,25 @@ declare const _default: {
176
176
  /**
177
177
  * Lookup183: staging_kusama_runtime::dynamic_params::treasury::BurnPortion
178
178
  **/
179
- StagingKusamaRuntimeDynamicParamsTreasuryBurnPortion: string;
179
+ StagingDicleRuntimeDynamicParamsTreasuryBurnPortion: string;
180
180
  /**
181
181
  * Lookup186: staging_kusama_runtime::dynamic_params::treasury::BurnDestination
182
182
  **/
183
- StagingKusamaRuntimeDynamicParamsTreasuryBurnDestination: string;
183
+ StagingDicleRuntimeDynamicParamsTreasuryBurnDestination: string;
184
184
  /**
185
185
  * Lookup188: staging_kusama_runtime::BurnDestinationAccount
186
186
  **/
187
- StagingKusamaRuntimeBurnDestinationAccount: string;
187
+ StagingDicleRuntimeBurnDestinationAccount: string;
188
188
  /**
189
189
  * Lookup209: kusama_runtime_constants::proxy::ProxyType
190
190
  **/
191
- KusamaRuntimeConstantsProxyProxyType: {
191
+ DicleRuntimeConstantsProxyProxyType: {
192
192
  _enum: string[];
193
193
  };
194
194
  /**
195
195
  * Lookup219: staging_kusama_runtime::NposCompactSolution24
196
196
  **/
197
- StagingKusamaRuntimeNposCompactSolution24: {
197
+ StagingDicleRuntimeNposCompactSolution24: {
198
198
  votes1: string;
199
199
  votes2: string;
200
200
  votes3: string;
@@ -223,7 +223,7 @@ declare const _default: {
223
223
  /**
224
224
  * Lookup539: pallet_rc_migrator::recovery::RecoveryStage
225
225
  **/
226
- PalletRcMigratorRecoveryRecoveryStage: {
226
+ PezpalletRcMigratorRecoveryRecoveryStage: {
227
227
  _enum: {
228
228
  Recoverable: string;
229
229
  ActiveRecoveries: string;
@@ -234,7 +234,7 @@ declare const _default: {
234
234
  /**
235
235
  * Lookup543: pallet_rc_migrator::society::SocietyStage
236
236
  **/
237
- PalletRcMigratorSocietySocietyStage: {
237
+ PezpalletRcMigratorSocietySocietyStage: {
238
238
  _enum: {
239
239
  Values: string;
240
240
  Members: string;
@@ -251,7 +251,7 @@ declare const _default: {
251
251
  /**
252
252
  * Lookup566: staging_kusama_runtime::RuntimeParametersKey
253
253
  **/
254
- StagingKusamaRuntimeRuntimeParametersKey: {
254
+ StagingDicleRuntimeRuntimeParametersKey: {
255
255
  _enum: {
256
256
  Inflation: string;
257
257
  Treasury: string;
@@ -260,19 +260,19 @@ declare const _default: {
260
260
  /**
261
261
  * Lookup567: staging_kusama_runtime::dynamic_params::inflation::ParametersKey
262
262
  **/
263
- StagingKusamaRuntimeDynamicParamsInflationParametersKey: {
263
+ StagingDicleRuntimeDynamicParamsInflationParametersKey: {
264
264
  _enum: string[];
265
265
  };
266
266
  /**
267
267
  * Lookup568: staging_kusama_runtime::dynamic_params::treasury::ParametersKey
268
268
  **/
269
- StagingKusamaRuntimeDynamicParamsTreasuryParametersKey: {
269
+ StagingDicleRuntimeDynamicParamsTreasuryParametersKey: {
270
270
  _enum: string[];
271
271
  };
272
272
  /**
273
273
  * Lookup570: staging_kusama_runtime::RuntimeParametersValue
274
274
  **/
275
- StagingKusamaRuntimeRuntimeParametersValue: {
275
+ StagingDicleRuntimeRuntimeParametersValue: {
276
276
  _enum: {
277
277
  Inflation: string;
278
278
  Treasury: string;
@@ -281,7 +281,7 @@ declare const _default: {
281
281
  /**
282
282
  * Lookup571: staging_kusama_runtime::dynamic_params::inflation::ParametersValue
283
283
  **/
284
- StagingKusamaRuntimeDynamicParamsInflationParametersValue: {
284
+ StagingDicleRuntimeDynamicParamsInflationParametersValue: {
285
285
  _enum: {
286
286
  MinInflation: string;
287
287
  MaxInflation: string;
@@ -293,7 +293,7 @@ declare const _default: {
293
293
  /**
294
294
  * Lookup572: staging_kusama_runtime::dynamic_params::treasury::ParametersValue
295
295
  **/
296
- StagingKusamaRuntimeDynamicParamsTreasuryParametersValue: {
296
+ StagingDicleRuntimeDynamicParamsTreasuryParametersValue: {
297
297
  _enum: {
298
298
  BurnPortion: string;
299
299
  BurnDestination: string;
@@ -302,7 +302,7 @@ declare const _default: {
302
302
  /**
303
303
  * Lookup579: pallet_recovery::DepositKind<staging_kusama_runtime::Runtime>
304
304
  **/
305
- PalletRecoveryDepositKind: {
305
+ PezpalletRecoveryDepositKind: {
306
306
  _enum: {
307
307
  RecoveryConfig: string;
308
308
  ActiveRecoveryFor: string;
@@ -311,11 +311,11 @@ declare const _default: {
311
311
  /**
312
312
  * Lookup580: staging_kusama_runtime::Runtime
313
313
  **/
314
- StagingKusamaRuntimeRuntime: string;
314
+ StagingDicleRuntimeRuntime: string;
315
315
  /**
316
316
  * Lookup668: staging_kusama_runtime::RuntimeHoldReason
317
317
  **/
318
- StagingKusamaRuntimeRuntimeHoldReason: {
318
+ StagingDicleRuntimeRuntimeHoldReason: {
319
319
  _enum: {
320
320
  __Unused0: string;
321
321
  __Unused1: string;
@@ -422,7 +422,7 @@ declare const _default: {
422
422
  /**
423
423
  * Lookup677: staging_kusama_runtime::RuntimeFreezeReason
424
424
  **/
425
- StagingKusamaRuntimeRuntimeFreezeReason: {
425
+ StagingDicleRuntimeRuntimeFreezeReason: {
426
426
  _enum: {
427
427
  __Unused0: string;
428
428
  __Unused1: string;
@@ -471,7 +471,7 @@ declare const _default: {
471
471
  /**
472
472
  * Lookup1159: staging_kusama_runtime::RuntimeError
473
473
  **/
474
- StagingKusamaRuntimeRuntimeError: {
474
+ StagingDicleRuntimeRuntimeError: {
475
475
  _enum: {
476
476
  System: string;
477
477
  Babe: string;