@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
package/lookup/types.js
ADDED
package/package.json
CHANGED
|
@@ -15,15 +15,389 @@
|
|
|
15
15
|
},
|
|
16
16
|
"sideEffects": [
|
|
17
17
|
"./packageDetect.js",
|
|
18
|
-
"./packageDetect.
|
|
18
|
+
"./cjs/packageDetect.js"
|
|
19
19
|
],
|
|
20
20
|
"type": "module",
|
|
21
|
-
"version": "16.5.
|
|
22
|
-
"main": "index.js",
|
|
21
|
+
"version": "16.5.6",
|
|
22
|
+
"main": "./cjs/index.js",
|
|
23
|
+
"module": "./index.js",
|
|
24
|
+
"types": "./index.d.ts",
|
|
25
|
+
"exports": {
|
|
26
|
+
"./cjs/package.json": "./cjs/package.json",
|
|
27
|
+
"./cjs/*": "./cjs/*.js",
|
|
28
|
+
".": {
|
|
29
|
+
"module": {
|
|
30
|
+
"types": "./index.d.ts",
|
|
31
|
+
"default": "./index.js"
|
|
32
|
+
},
|
|
33
|
+
"require": {
|
|
34
|
+
"types": "./cjs/index.d.ts",
|
|
35
|
+
"default": "./cjs/index.js"
|
|
36
|
+
},
|
|
37
|
+
"default": {
|
|
38
|
+
"types": "./index.d.ts",
|
|
39
|
+
"default": "./index.js"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"./augment": {
|
|
43
|
+
"module": {
|
|
44
|
+
"types": "./augment.d.ts",
|
|
45
|
+
"default": "./augment.js"
|
|
46
|
+
},
|
|
47
|
+
"require": {
|
|
48
|
+
"types": "./cjs/augment.d.ts",
|
|
49
|
+
"default": "./cjs/augment.js"
|
|
50
|
+
},
|
|
51
|
+
"default": {
|
|
52
|
+
"types": "./augment.d.ts",
|
|
53
|
+
"default": "./augment.js"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"./bundle": {
|
|
57
|
+
"module": {
|
|
58
|
+
"types": "./bundle.d.ts",
|
|
59
|
+
"default": "./bundle.js"
|
|
60
|
+
},
|
|
61
|
+
"require": {
|
|
62
|
+
"types": "./cjs/bundle.d.ts",
|
|
63
|
+
"default": "./cjs/bundle.js"
|
|
64
|
+
},
|
|
65
|
+
"default": {
|
|
66
|
+
"types": "./bundle.d.ts",
|
|
67
|
+
"default": "./bundle.js"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"./lookup": {
|
|
71
|
+
"module": {
|
|
72
|
+
"types": "./lookup/index.d.ts",
|
|
73
|
+
"default": "./lookup/index.js"
|
|
74
|
+
},
|
|
75
|
+
"require": {
|
|
76
|
+
"types": "./cjs/lookup/index.d.ts",
|
|
77
|
+
"default": "./cjs/lookup/index.js"
|
|
78
|
+
},
|
|
79
|
+
"default": {
|
|
80
|
+
"types": "./lookup/index.d.ts",
|
|
81
|
+
"default": "./lookup/index.js"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"./lookup/assetHubDicle": {
|
|
85
|
+
"module": {
|
|
86
|
+
"types": "./lookup/assetHubDicle.d.ts",
|
|
87
|
+
"default": "./lookup/assetHubDicle.js"
|
|
88
|
+
},
|
|
89
|
+
"require": {
|
|
90
|
+
"types": "./cjs/lookup/assetHubDicle.d.ts",
|
|
91
|
+
"default": "./cjs/lookup/assetHubDicle.js"
|
|
92
|
+
},
|
|
93
|
+
"default": {
|
|
94
|
+
"types": "./lookup/assetHubDicle.d.ts",
|
|
95
|
+
"default": "./lookup/assetHubDicle.js"
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"./lookup/assetHubPezkuwi": {
|
|
99
|
+
"module": {
|
|
100
|
+
"types": "./lookup/assetHubPezkuwi.d.ts",
|
|
101
|
+
"default": "./lookup/assetHubPezkuwi.js"
|
|
102
|
+
},
|
|
103
|
+
"require": {
|
|
104
|
+
"types": "./cjs/lookup/assetHubPezkuwi.d.ts",
|
|
105
|
+
"default": "./cjs/lookup/assetHubPezkuwi.js"
|
|
106
|
+
},
|
|
107
|
+
"default": {
|
|
108
|
+
"types": "./lookup/assetHubPezkuwi.d.ts",
|
|
109
|
+
"default": "./lookup/assetHubPezkuwi.js"
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"./lookup/bizinikiwi": {
|
|
113
|
+
"module": {
|
|
114
|
+
"types": "./lookup/bizinikiwi.d.ts",
|
|
115
|
+
"default": "./lookup/bizinikiwi.js"
|
|
116
|
+
},
|
|
117
|
+
"require": {
|
|
118
|
+
"types": "./cjs/lookup/bizinikiwi.d.ts",
|
|
119
|
+
"default": "./cjs/lookup/bizinikiwi.js"
|
|
120
|
+
},
|
|
121
|
+
"default": {
|
|
122
|
+
"types": "./lookup/bizinikiwi.d.ts",
|
|
123
|
+
"default": "./lookup/bizinikiwi.js"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"./lookup/definitions": {
|
|
127
|
+
"module": {
|
|
128
|
+
"types": "./lookup/definitions.d.ts",
|
|
129
|
+
"default": "./lookup/definitions.js"
|
|
130
|
+
},
|
|
131
|
+
"require": {
|
|
132
|
+
"types": "./cjs/lookup/definitions.d.ts",
|
|
133
|
+
"default": "./cjs/lookup/definitions.js"
|
|
134
|
+
},
|
|
135
|
+
"default": {
|
|
136
|
+
"types": "./lookup/definitions.d.ts",
|
|
137
|
+
"default": "./lookup/definitions.js"
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"./lookup/dicle": {
|
|
141
|
+
"module": {
|
|
142
|
+
"types": "./lookup/dicle.d.ts",
|
|
143
|
+
"default": "./lookup/dicle.js"
|
|
144
|
+
},
|
|
145
|
+
"require": {
|
|
146
|
+
"types": "./cjs/lookup/dicle.d.ts",
|
|
147
|
+
"default": "./cjs/lookup/dicle.js"
|
|
148
|
+
},
|
|
149
|
+
"default": {
|
|
150
|
+
"types": "./lookup/dicle.d.ts",
|
|
151
|
+
"default": "./lookup/dicle.js"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"./lookup/pezkuwi": {
|
|
155
|
+
"module": {
|
|
156
|
+
"types": "./lookup/pezkuwi.d.ts",
|
|
157
|
+
"default": "./lookup/pezkuwi.js"
|
|
158
|
+
},
|
|
159
|
+
"require": {
|
|
160
|
+
"types": "./cjs/lookup/pezkuwi.d.ts",
|
|
161
|
+
"default": "./cjs/lookup/pezkuwi.js"
|
|
162
|
+
},
|
|
163
|
+
"default": {
|
|
164
|
+
"types": "./lookup/pezkuwi.d.ts",
|
|
165
|
+
"default": "./lookup/pezkuwi.js"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"./lookup/types": {
|
|
169
|
+
"module": {
|
|
170
|
+
"types": "./lookup/types.d.ts",
|
|
171
|
+
"default": "./lookup/types.js"
|
|
172
|
+
},
|
|
173
|
+
"require": {
|
|
174
|
+
"types": "./cjs/lookup/types.d.ts",
|
|
175
|
+
"default": "./cjs/lookup/types.js"
|
|
176
|
+
},
|
|
177
|
+
"default": {
|
|
178
|
+
"types": "./lookup/types.d.ts",
|
|
179
|
+
"default": "./lookup/types.js"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"./lookup/types-assetHubDicle": {
|
|
183
|
+
"module": {
|
|
184
|
+
"types": "./lookup/types-assetHubDicle.d.ts",
|
|
185
|
+
"default": "./lookup/types-assetHubDicle.js"
|
|
186
|
+
},
|
|
187
|
+
"require": {
|
|
188
|
+
"types": "./cjs/lookup/types-assetHubDicle.d.ts",
|
|
189
|
+
"default": "./cjs/lookup/types-assetHubDicle.js"
|
|
190
|
+
},
|
|
191
|
+
"default": {
|
|
192
|
+
"types": "./lookup/types-assetHubDicle.d.ts",
|
|
193
|
+
"default": "./lookup/types-assetHubDicle.js"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"./lookup/types-assetHubPezkuwi": {
|
|
197
|
+
"module": {
|
|
198
|
+
"types": "./lookup/types-assetHubPezkuwi.d.ts",
|
|
199
|
+
"default": "./lookup/types-assetHubPezkuwi.js"
|
|
200
|
+
},
|
|
201
|
+
"require": {
|
|
202
|
+
"types": "./cjs/lookup/types-assetHubPezkuwi.d.ts",
|
|
203
|
+
"default": "./cjs/lookup/types-assetHubPezkuwi.js"
|
|
204
|
+
},
|
|
205
|
+
"default": {
|
|
206
|
+
"types": "./lookup/types-assetHubPezkuwi.d.ts",
|
|
207
|
+
"default": "./lookup/types-assetHubPezkuwi.js"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"./lookup/types-bizinikiwi": {
|
|
211
|
+
"module": {
|
|
212
|
+
"types": "./lookup/types-bizinikiwi.d.ts",
|
|
213
|
+
"default": "./lookup/types-bizinikiwi.js"
|
|
214
|
+
},
|
|
215
|
+
"require": {
|
|
216
|
+
"types": "./cjs/lookup/types-bizinikiwi.d.ts",
|
|
217
|
+
"default": "./cjs/lookup/types-bizinikiwi.js"
|
|
218
|
+
},
|
|
219
|
+
"default": {
|
|
220
|
+
"types": "./lookup/types-bizinikiwi.d.ts",
|
|
221
|
+
"default": "./lookup/types-bizinikiwi.js"
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"./lookup/types-dicle": {
|
|
225
|
+
"module": {
|
|
226
|
+
"types": "./lookup/types-dicle.d.ts",
|
|
227
|
+
"default": "./lookup/types-dicle.js"
|
|
228
|
+
},
|
|
229
|
+
"require": {
|
|
230
|
+
"types": "./cjs/lookup/types-dicle.d.ts",
|
|
231
|
+
"default": "./cjs/lookup/types-dicle.js"
|
|
232
|
+
},
|
|
233
|
+
"default": {
|
|
234
|
+
"types": "./lookup/types-dicle.d.ts",
|
|
235
|
+
"default": "./lookup/types-dicle.js"
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"./lookup/types-pezkuwi": {
|
|
239
|
+
"module": {
|
|
240
|
+
"types": "./lookup/types-pezkuwi.d.ts",
|
|
241
|
+
"default": "./lookup/types-pezkuwi.js"
|
|
242
|
+
},
|
|
243
|
+
"require": {
|
|
244
|
+
"types": "./cjs/lookup/types-pezkuwi.d.ts",
|
|
245
|
+
"default": "./cjs/lookup/types-pezkuwi.js"
|
|
246
|
+
},
|
|
247
|
+
"default": {
|
|
248
|
+
"types": "./lookup/types-pezkuwi.d.ts",
|
|
249
|
+
"default": "./lookup/types-pezkuwi.js"
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
"./package.json": {
|
|
253
|
+
"require": "./cjs/package.json",
|
|
254
|
+
"default": "./package.json"
|
|
255
|
+
},
|
|
256
|
+
"./packageDetect": {
|
|
257
|
+
"module": {
|
|
258
|
+
"types": "./packageDetect.d.ts",
|
|
259
|
+
"default": "./packageDetect.js"
|
|
260
|
+
},
|
|
261
|
+
"require": {
|
|
262
|
+
"types": "./cjs/packageDetect.d.ts",
|
|
263
|
+
"default": "./cjs/packageDetect.js"
|
|
264
|
+
},
|
|
265
|
+
"default": {
|
|
266
|
+
"types": "./packageDetect.d.ts",
|
|
267
|
+
"default": "./packageDetect.js"
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
"./packageInfo.js": {
|
|
271
|
+
"module": {
|
|
272
|
+
"types": "./packageInfo.d.ts",
|
|
273
|
+
"default": "./packageInfo.js"
|
|
274
|
+
},
|
|
275
|
+
"require": {
|
|
276
|
+
"types": "./cjs/packageInfo.d.ts",
|
|
277
|
+
"default": "./cjs/packageInfo.js"
|
|
278
|
+
},
|
|
279
|
+
"default": {
|
|
280
|
+
"types": "./packageInfo.d.ts",
|
|
281
|
+
"default": "./packageInfo.js"
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
"./packageInfo": {
|
|
285
|
+
"module": {
|
|
286
|
+
"types": "./packageInfo.d.ts",
|
|
287
|
+
"default": "./packageInfo.js"
|
|
288
|
+
},
|
|
289
|
+
"require": {
|
|
290
|
+
"types": "./cjs/packageInfo.d.ts",
|
|
291
|
+
"default": "./cjs/packageInfo.js"
|
|
292
|
+
},
|
|
293
|
+
"default": {
|
|
294
|
+
"types": "./packageInfo.d.ts",
|
|
295
|
+
"default": "./packageInfo.js"
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
"./registry": {
|
|
299
|
+
"module": {
|
|
300
|
+
"types": "./registry/index.d.ts",
|
|
301
|
+
"default": "./registry/index.js"
|
|
302
|
+
},
|
|
303
|
+
"require": {
|
|
304
|
+
"types": "./cjs/registry/index.d.ts",
|
|
305
|
+
"default": "./cjs/registry/index.js"
|
|
306
|
+
},
|
|
307
|
+
"default": {
|
|
308
|
+
"types": "./registry/index.d.ts",
|
|
309
|
+
"default": "./registry/index.js"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
"./registry/assetHubDicle": {
|
|
313
|
+
"module": {
|
|
314
|
+
"types": "./registry/assetHubDicle.d.ts",
|
|
315
|
+
"default": "./registry/assetHubDicle.js"
|
|
316
|
+
},
|
|
317
|
+
"require": {
|
|
318
|
+
"types": "./cjs/registry/assetHubDicle.d.ts",
|
|
319
|
+
"default": "./cjs/registry/assetHubDicle.js"
|
|
320
|
+
},
|
|
321
|
+
"default": {
|
|
322
|
+
"types": "./registry/assetHubDicle.d.ts",
|
|
323
|
+
"default": "./registry/assetHubDicle.js"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"./registry/assetHubPezkuwi": {
|
|
327
|
+
"module": {
|
|
328
|
+
"types": "./registry/assetHubPezkuwi.d.ts",
|
|
329
|
+
"default": "./registry/assetHubPezkuwi.js"
|
|
330
|
+
},
|
|
331
|
+
"require": {
|
|
332
|
+
"types": "./cjs/registry/assetHubPezkuwi.d.ts",
|
|
333
|
+
"default": "./cjs/registry/assetHubPezkuwi.js"
|
|
334
|
+
},
|
|
335
|
+
"default": {
|
|
336
|
+
"types": "./registry/assetHubPezkuwi.d.ts",
|
|
337
|
+
"default": "./registry/assetHubPezkuwi.js"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
"./registry/bizinikiwi": {
|
|
341
|
+
"module": {
|
|
342
|
+
"types": "./registry/bizinikiwi.d.ts",
|
|
343
|
+
"default": "./registry/bizinikiwi.js"
|
|
344
|
+
},
|
|
345
|
+
"require": {
|
|
346
|
+
"types": "./cjs/registry/bizinikiwi.d.ts",
|
|
347
|
+
"default": "./cjs/registry/bizinikiwi.js"
|
|
348
|
+
},
|
|
349
|
+
"default": {
|
|
350
|
+
"types": "./registry/bizinikiwi.d.ts",
|
|
351
|
+
"default": "./registry/bizinikiwi.js"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
"./registry/dicle": {
|
|
355
|
+
"module": {
|
|
356
|
+
"types": "./registry/dicle.d.ts",
|
|
357
|
+
"default": "./registry/dicle.js"
|
|
358
|
+
},
|
|
359
|
+
"require": {
|
|
360
|
+
"types": "./cjs/registry/dicle.d.ts",
|
|
361
|
+
"default": "./cjs/registry/dicle.js"
|
|
362
|
+
},
|
|
363
|
+
"default": {
|
|
364
|
+
"types": "./registry/dicle.d.ts",
|
|
365
|
+
"default": "./registry/dicle.js"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"./registry/interfaces": {
|
|
369
|
+
"module": {
|
|
370
|
+
"types": "./registry/interfaces.d.ts",
|
|
371
|
+
"default": "./registry/interfaces.js"
|
|
372
|
+
},
|
|
373
|
+
"require": {
|
|
374
|
+
"types": "./cjs/registry/interfaces.d.ts",
|
|
375
|
+
"default": "./cjs/registry/interfaces.js"
|
|
376
|
+
},
|
|
377
|
+
"default": {
|
|
378
|
+
"types": "./registry/interfaces.d.ts",
|
|
379
|
+
"default": "./registry/interfaces.js"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"./registry/pezkuwi": {
|
|
383
|
+
"module": {
|
|
384
|
+
"types": "./registry/pezkuwi.d.ts",
|
|
385
|
+
"default": "./registry/pezkuwi.js"
|
|
386
|
+
},
|
|
387
|
+
"require": {
|
|
388
|
+
"types": "./cjs/registry/pezkuwi.d.ts",
|
|
389
|
+
"default": "./cjs/registry/pezkuwi.js"
|
|
390
|
+
},
|
|
391
|
+
"default": {
|
|
392
|
+
"types": "./registry/pezkuwi.d.ts",
|
|
393
|
+
"default": "./registry/pezkuwi.js"
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
},
|
|
23
397
|
"dependencies": {
|
|
24
|
-
"@pezkuwi/types": "16.5.
|
|
25
|
-
"@pezkuwi/types-codec": "16.5.
|
|
26
|
-
"@pezkuwi/util": "14.0.
|
|
398
|
+
"@pezkuwi/types": "16.5.4",
|
|
399
|
+
"@pezkuwi/types-codec": "16.5.4",
|
|
400
|
+
"@pezkuwi/util": "^14.0.1",
|
|
27
401
|
"tslib": "^2.8.1"
|
|
28
402
|
}
|
|
29
403
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,13 +1,5 @@
|
|
|
1
|
-
// Copyright 2017-2025 @polkadot/types-augment authors & contributors
|
|
2
|
-
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
-
|
|
4
|
-
// Do not edit, auto-generated by @polkadot/dev
|
|
5
|
-
// (packageInfo imports will be kept as-is, user-editable)
|
|
6
|
-
|
|
7
1
|
import { packageInfo as typesInfo } from '@pezkuwi/types/packageInfo';
|
|
8
2
|
import { packageInfo as codecInfo } from '@pezkuwi/types-codec/packageInfo';
|
|
9
3
|
import { detectPackage } from '@pezkuwi/util';
|
|
10
|
-
|
|
11
4
|
import { packageInfo } from './packageInfo.js';
|
|
12
|
-
|
|
13
5
|
detectPackage(packageInfo, null, [codecInfo, typesInfo]);
|
package/packageInfo.d.ts
ADDED
package/packageInfo.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const packageInfo = { name: '@pezkuwi/types-augment', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.5.4' };
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import '@pezkuwi/types/types/registry';
|
|
2
|
+
import type { AssetHubDicleRuntimeAhMigrationRcPalletsOrigin, AssetHubDicleRuntimeDynamicParamsIssuanceFalloff, AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake, AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation, AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation, AssetHubDicleRuntimeDynamicParamsIssuanceParameters, AssetHubDicleRuntimeDynamicParamsIssuanceParametersKey, AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue, AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnIdleWeight, AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnInitWeight, AssetHubDicleRuntimeDynamicParamsMessageQueueParameters, AssetHubDicleRuntimeDynamicParamsMessageQueueParametersKey, AssetHubDicleRuntimeDynamicParamsMessageQueueParametersValue, AssetHubDicleRuntimeDynamicParamsSchedulerMaxScheduledPerBlock, AssetHubDicleRuntimeDynamicParamsSchedulerMaximumWeight, AssetHubDicleRuntimeDynamicParamsSchedulerParameters, AssetHubDicleRuntimeDynamicParamsSchedulerParametersKey, AssetHubDicleRuntimeDynamicParamsSchedulerParametersValue, AssetHubDicleRuntimeDynamicParamsStakingElectionMaxElectingVoters, AssetHubDicleRuntimeDynamicParamsStakingElectionMaxEraDuration, AssetHubDicleRuntimeDynamicParamsStakingElectionMaxSignedSubmissions, AssetHubDicleRuntimeDynamicParamsStakingElectionMinerPages, AssetHubDicleRuntimeDynamicParamsStakingElectionParameters, AssetHubDicleRuntimeDynamicParamsStakingElectionParametersKey, AssetHubDicleRuntimeDynamicParamsStakingElectionParametersValue, AssetHubDicleRuntimeDynamicParamsStakingElectionSignedPhase, AssetHubDicleRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock, AssetHubDicleRuntimeDynamicParamsStakingElectionUnsignedPhase, AssetHubDicleRuntimeDynamicParamsTreasuryBurnDestination, AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion, AssetHubDicleRuntimeDynamicParamsTreasuryParameters, AssetHubDicleRuntimeDynamicParamsTreasuryParametersKey, AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue, AssetHubDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin, AssetHubDicleRuntimeOriginCaller, AssetHubDicleRuntimeProxyType, AssetHubDicleRuntimeRuntime, AssetHubDicleRuntimeRuntimeError, AssetHubDicleRuntimeRuntimeFreezeReason, AssetHubDicleRuntimeRuntimeHoldReason, AssetHubDicleRuntimeRuntimeParameters, AssetHubDicleRuntimeRuntimeParametersKey, AssetHubDicleRuntimeRuntimeParametersValue, AssetHubDicleRuntimeRuntimeTask, AssetHubDicleRuntimeSessionKeys, AssetHubDicleRuntimeStakingNposCompactSolution24, AssetHubDicleRuntimeTreasuryBurnDestinationAccount, PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType, PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType, PezpalletRcMigratorRecoveryPortableActiveRecovery, PezpalletRcMigratorRecoveryPortableRecoveryConfig, PezpalletRcMigratorRecoveryPortableRecoveryFriends, PezpalletRcMigratorRecoveryPortableRecoveryMessage, PezpalletRcMigratorSocietyPortableBid, PezpalletRcMigratorSocietyPortableBidKind, PezpalletRcMigratorSocietyPortableCandidacy, PezpalletRcMigratorSocietyPortableGroupParams, PezpalletRcMigratorSocietyPortableIntakeRecord, PezpalletRcMigratorSocietyPortableMemberRecord, PezpalletRcMigratorSocietyPortablePayoutRecord, PezpalletRcMigratorSocietyPortableSocietyMessage, PezpalletRcMigratorSocietyPortableTally, PezpalletRcMigratorSocietyPortableVote, PezpalletRcMigratorSocietyPortableVouchingStatus, PezpalletRcMigratorSocietySocietyValues, PezpalletRemoteProxyCall, PezpalletRemoteProxyError, PezpalletRemoteProxyRemoteProxyProof, PezpalletReviveEvmApiDebugRpcTypesPrestateTrace, PezpalletReviveEvmApiDebugRpcTypesPrestateTraceInfo, PezpalletReviveEvmApiDebugRpcTypesPrestateTracerConfig, PezpalletReviveStorageAccountInfo, PezpalletReviveStorageAccountType, PezpalletReviveVmCodeInfo, PezspConsensusAuraSr25519AppSr25519Public } from '@pezkuwi/types/lookup';
|
|
3
|
+
declare module '@pezkuwi/types/types/registry' {
|
|
4
|
+
interface InterfaceTypes {
|
|
5
|
+
AssetHubDicleRuntimeAhMigrationRcPalletsOrigin: AssetHubDicleRuntimeAhMigrationRcPalletsOrigin;
|
|
6
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceFalloff: AssetHubDicleRuntimeDynamicParamsIssuanceFalloff;
|
|
7
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake: AssetHubDicleRuntimeDynamicParamsIssuanceIdealStake;
|
|
8
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation: AssetHubDicleRuntimeDynamicParamsIssuanceMaxInflation;
|
|
9
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation: AssetHubDicleRuntimeDynamicParamsIssuanceMinInflation;
|
|
10
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceParameters: AssetHubDicleRuntimeDynamicParamsIssuanceParameters;
|
|
11
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceParametersKey: AssetHubDicleRuntimeDynamicParamsIssuanceParametersKey;
|
|
12
|
+
AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue: AssetHubDicleRuntimeDynamicParamsIssuanceParametersValue;
|
|
13
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnIdleWeight: AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnIdleWeight;
|
|
14
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnInitWeight: AssetHubDicleRuntimeDynamicParamsMessageQueueMaxOnInitWeight;
|
|
15
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueParameters: AssetHubDicleRuntimeDynamicParamsMessageQueueParameters;
|
|
16
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueParametersKey: AssetHubDicleRuntimeDynamicParamsMessageQueueParametersKey;
|
|
17
|
+
AssetHubDicleRuntimeDynamicParamsMessageQueueParametersValue: AssetHubDicleRuntimeDynamicParamsMessageQueueParametersValue;
|
|
18
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerMaxScheduledPerBlock: AssetHubDicleRuntimeDynamicParamsSchedulerMaxScheduledPerBlock;
|
|
19
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerMaximumWeight: AssetHubDicleRuntimeDynamicParamsSchedulerMaximumWeight;
|
|
20
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerParameters: AssetHubDicleRuntimeDynamicParamsSchedulerParameters;
|
|
21
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerParametersKey: AssetHubDicleRuntimeDynamicParamsSchedulerParametersKey;
|
|
22
|
+
AssetHubDicleRuntimeDynamicParamsSchedulerParametersValue: AssetHubDicleRuntimeDynamicParamsSchedulerParametersValue;
|
|
23
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionMaxElectingVoters: AssetHubDicleRuntimeDynamicParamsStakingElectionMaxElectingVoters;
|
|
24
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionMaxEraDuration: AssetHubDicleRuntimeDynamicParamsStakingElectionMaxEraDuration;
|
|
25
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionMaxSignedSubmissions: AssetHubDicleRuntimeDynamicParamsStakingElectionMaxSignedSubmissions;
|
|
26
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionMinerPages: AssetHubDicleRuntimeDynamicParamsStakingElectionMinerPages;
|
|
27
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionParameters: AssetHubDicleRuntimeDynamicParamsStakingElectionParameters;
|
|
28
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionParametersKey: AssetHubDicleRuntimeDynamicParamsStakingElectionParametersKey;
|
|
29
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionParametersValue: AssetHubDicleRuntimeDynamicParamsStakingElectionParametersValue;
|
|
30
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionSignedPhase: AssetHubDicleRuntimeDynamicParamsStakingElectionSignedPhase;
|
|
31
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock: AssetHubDicleRuntimeDynamicParamsStakingElectionTargetSnapshotPerBlock;
|
|
32
|
+
AssetHubDicleRuntimeDynamicParamsStakingElectionUnsignedPhase: AssetHubDicleRuntimeDynamicParamsStakingElectionUnsignedPhase;
|
|
33
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryBurnDestination: AssetHubDicleRuntimeDynamicParamsTreasuryBurnDestination;
|
|
34
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion: AssetHubDicleRuntimeDynamicParamsTreasuryBurnPortion;
|
|
35
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryParameters: AssetHubDicleRuntimeDynamicParamsTreasuryParameters;
|
|
36
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryParametersKey: AssetHubDicleRuntimeDynamicParamsTreasuryParametersKey;
|
|
37
|
+
AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue: AssetHubDicleRuntimeDynamicParamsTreasuryParametersValue;
|
|
38
|
+
AssetHubDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin: AssetHubDicleRuntimeGovernanceOriginsPezpalletCustomOriginsOrigin;
|
|
39
|
+
AssetHubDicleRuntimeOriginCaller: AssetHubDicleRuntimeOriginCaller;
|
|
40
|
+
AssetHubDicleRuntimeProxyType: AssetHubDicleRuntimeProxyType;
|
|
41
|
+
AssetHubDicleRuntimeRuntime: AssetHubDicleRuntimeRuntime;
|
|
42
|
+
AssetHubDicleRuntimeRuntimeError: AssetHubDicleRuntimeRuntimeError;
|
|
43
|
+
AssetHubDicleRuntimeRuntimeFreezeReason: AssetHubDicleRuntimeRuntimeFreezeReason;
|
|
44
|
+
AssetHubDicleRuntimeRuntimeHoldReason: AssetHubDicleRuntimeRuntimeHoldReason;
|
|
45
|
+
AssetHubDicleRuntimeRuntimeParameters: AssetHubDicleRuntimeRuntimeParameters;
|
|
46
|
+
AssetHubDicleRuntimeRuntimeParametersKey: AssetHubDicleRuntimeRuntimeParametersKey;
|
|
47
|
+
AssetHubDicleRuntimeRuntimeParametersValue: AssetHubDicleRuntimeRuntimeParametersValue;
|
|
48
|
+
AssetHubDicleRuntimeRuntimeTask: AssetHubDicleRuntimeRuntimeTask;
|
|
49
|
+
AssetHubDicleRuntimeSessionKeys: AssetHubDicleRuntimeSessionKeys;
|
|
50
|
+
AssetHubDicleRuntimeStakingNposCompactSolution24: AssetHubDicleRuntimeStakingNposCompactSolution24;
|
|
51
|
+
AssetHubDicleRuntimeTreasuryBurnDestinationAccount: AssetHubDicleRuntimeTreasuryBurnDestinationAccount;
|
|
52
|
+
PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType: PezpalletProxyProxyDefinitionAssetHubDicleRuntimeProxyType;
|
|
53
|
+
PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType: PezpalletProxyProxyDefinitionDicleRuntimeConstantsProxyProxyType;
|
|
54
|
+
PezpalletRcMigratorRecoveryPortableActiveRecovery: PezpalletRcMigratorRecoveryPortableActiveRecovery;
|
|
55
|
+
PezpalletRcMigratorRecoveryPortableRecoveryConfig: PezpalletRcMigratorRecoveryPortableRecoveryConfig;
|
|
56
|
+
PezpalletRcMigratorRecoveryPortableRecoveryFriends: PezpalletRcMigratorRecoveryPortableRecoveryFriends;
|
|
57
|
+
PezpalletRcMigratorRecoveryPortableRecoveryMessage: PezpalletRcMigratorRecoveryPortableRecoveryMessage;
|
|
58
|
+
PezpalletRcMigratorSocietyPortableBid: PezpalletRcMigratorSocietyPortableBid;
|
|
59
|
+
PezpalletRcMigratorSocietyPortableBidKind: PezpalletRcMigratorSocietyPortableBidKind;
|
|
60
|
+
PezpalletRcMigratorSocietyPortableCandidacy: PezpalletRcMigratorSocietyPortableCandidacy;
|
|
61
|
+
PezpalletRcMigratorSocietyPortableGroupParams: PezpalletRcMigratorSocietyPortableGroupParams;
|
|
62
|
+
PezpalletRcMigratorSocietyPortableIntakeRecord: PezpalletRcMigratorSocietyPortableIntakeRecord;
|
|
63
|
+
PezpalletRcMigratorSocietyPortableMemberRecord: PezpalletRcMigratorSocietyPortableMemberRecord;
|
|
64
|
+
PezpalletRcMigratorSocietyPortablePayoutRecord: PezpalletRcMigratorSocietyPortablePayoutRecord;
|
|
65
|
+
PezpalletRcMigratorSocietyPortableSocietyMessage: PezpalletRcMigratorSocietyPortableSocietyMessage;
|
|
66
|
+
PezpalletRcMigratorSocietyPortableTally: PezpalletRcMigratorSocietyPortableTally;
|
|
67
|
+
PezpalletRcMigratorSocietyPortableVote: PezpalletRcMigratorSocietyPortableVote;
|
|
68
|
+
PezpalletRcMigratorSocietyPortableVouchingStatus: PezpalletRcMigratorSocietyPortableVouchingStatus;
|
|
69
|
+
PezpalletRcMigratorSocietySocietyValues: PezpalletRcMigratorSocietySocietyValues;
|
|
70
|
+
PezpalletRemoteProxyCall: PezpalletRemoteProxyCall;
|
|
71
|
+
PezpalletRemoteProxyError: PezpalletRemoteProxyError;
|
|
72
|
+
PezpalletRemoteProxyRemoteProxyProof: PezpalletRemoteProxyRemoteProxyProof;
|
|
73
|
+
PezpalletReviveEvmApiDebugRpcTypesPrestateTrace: PezpalletReviveEvmApiDebugRpcTypesPrestateTrace;
|
|
74
|
+
PezpalletReviveEvmApiDebugRpcTypesPrestateTraceInfo: PezpalletReviveEvmApiDebugRpcTypesPrestateTraceInfo;
|
|
75
|
+
PezpalletReviveEvmApiDebugRpcTypesPrestateTracerConfig: PezpalletReviveEvmApiDebugRpcTypesPrestateTracerConfig;
|
|
76
|
+
PezpalletReviveStorageAccountInfo: PezpalletReviveStorageAccountInfo;
|
|
77
|
+
PezpalletReviveStorageAccountType: PezpalletReviveStorageAccountType;
|
|
78
|
+
PezpalletReviveVmCodeInfo: PezpalletReviveVmCodeInfo;
|
|
79
|
+
PezspConsensusAuraSr25519AppSr25519Public: PezspConsensusAuraSr25519AppSr25519Public;
|
|
80
|
+
}
|
|
81
|
+
}
|