@webb-tools/tangle-substrate-types 0.5.8 → 0.5.12

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 (84) hide show
  1. package/README.md +11 -2
  2. package/{build/interfaces → interfaces}/augment-api-consts.d.ts +119 -24
  3. package/{ts-types/src/interfaces → interfaces}/augment-api-errors.d.ts +199 -342
  4. package/{build/interfaces → interfaces}/augment-api-events.d.ts +1365 -378
  5. package/{build/interfaces → interfaces}/augment-api-query.d.ts +718 -261
  6. package/{ts-types/src/interfaces → interfaces}/augment-api-tx.d.ts +1684 -442
  7. package/{ts-types/src/interfaces → interfaces}/lookup.d.ts +1425 -1093
  8. package/{build/interfaces → interfaces}/lookup.js +1443 -1111
  9. package/{build/interfaces → interfaces}/registry.d.ts +62 -75
  10. package/{ts-types/src/interfaces → interfaces}/types-lookup.d.ts +1233 -1128
  11. package/metadata/static-latest.d.ts +2 -0
  12. package/metadata/static-latest.js +7 -0
  13. package/package.json +1 -72
  14. package/.envrc +0 -5
  15. package/babel-config-cjs.cjs +0 -10
  16. package/build/interfaces/augment-api-errors.d.ts +0 -2144
  17. package/build/interfaces/augment-api-tx.d.ts +0 -2876
  18. package/build/interfaces/lookup.d.ts +0 -5908
  19. package/build/interfaces/types-lookup.d.ts +0 -6052
  20. package/build/metadata/static-latest.d.ts +0 -2
  21. package/build/metadata/static-latest.js +0 -7
  22. package/build/metadata/static-type.d.ts +0 -2
  23. package/build/metadata/static-type.js +0 -1
  24. package/build/package.json +0 -1
  25. package/playground.ts +0 -86
  26. package/polkadot-dev-configs/babel-config-cjs.cjs +0 -12
  27. package/polkadot-dev-configs/babel-general.cjs +0 -15
  28. package/polkadot-dev-configs/babel-plugins.cjs +0 -21
  29. package/polkadot-dev-configs/babel-presets.cjs +0 -33
  30. package/polkadot-dev-configs/babel-resolver.cjs +0 -14
  31. package/scripts/build.js +0 -134
  32. package/scripts/publish-types.js +0 -95
  33. package/scripts/updateMetadata.ts +0 -44
  34. package/src/examples/job_and_result_submission.ts +0 -203
  35. package/src/index.ts +0 -7
  36. package/src/interfaces/augment-api-consts.ts +0 -958
  37. package/src/interfaces/augment-api-errors.ts +0 -2152
  38. package/src/interfaces/augment-api-events.ts +0 -1465
  39. package/src/interfaces/augment-api-query.ts +0 -1629
  40. package/src/interfaces/augment-api-rpc.ts +0 -617
  41. package/src/interfaces/augment-api-runtime.ts +0 -308
  42. package/src/interfaces/augment-api-tx.ts +0 -1550
  43. package/src/interfaces/augment-api.ts +0 -10
  44. package/src/interfaces/augment-types.ts +0 -1256
  45. package/src/interfaces/lookup.ts +0 -5912
  46. package/src/interfaces/registry.ts +0 -433
  47. package/src/interfaces/types-lookup.ts +0 -6455
  48. package/src/metadata/metadata.json +0 -5
  49. package/src/metadata/static-latest.ts +0 -1
  50. package/src/metadata/static-type.ts +0 -3
  51. package/ts-types/playground.d.ts +0 -1
  52. package/ts-types/src/examples/job_and_result_submission.d.ts +0 -1
  53. package/ts-types/src/index.d.ts +0 -3
  54. package/ts-types/src/interfaces/augment-api-consts.d.ts +0 -950
  55. package/ts-types/src/interfaces/augment-api-events.d.ts +0 -2281
  56. package/ts-types/src/interfaces/augment-api-query.d.ts +0 -1660
  57. package/ts-types/src/interfaces/augment-api-rpc.d.ts +0 -679
  58. package/ts-types/src/interfaces/augment-api-runtime.d.ts +0 -363
  59. package/ts-types/src/interfaces/augment-api.d.ts +0 -7
  60. package/ts-types/src/interfaces/augment-types.d.ts +0 -1249
  61. package/ts-types/src/interfaces/registry.d.ts +0 -426
  62. package/ts-types/src/metadata/static-latest.d.ts +0 -2
  63. package/ts-types/src/metadata/static-type.d.ts +0 -2
  64. package/ts-types/tsconfig.tsbuildinfo +0 -1
  65. package/tsconfig.json +0 -36
  66. /package/{build/examples → examples}/job_and_result_submission.d.ts +0 -0
  67. /package/{build/examples → examples}/job_and_result_submission.js +0 -0
  68. /package/{build/index.d.ts → index.d.ts} +0 -0
  69. /package/{build/index.js → index.js} +0 -0
  70. /package/{build/interfaces → interfaces}/augment-api-consts.js +0 -0
  71. /package/{build/interfaces → interfaces}/augment-api-errors.js +0 -0
  72. /package/{build/interfaces → interfaces}/augment-api-events.js +0 -0
  73. /package/{build/interfaces → interfaces}/augment-api-query.js +0 -0
  74. /package/{build/interfaces → interfaces}/augment-api-rpc.d.ts +0 -0
  75. /package/{build/interfaces → interfaces}/augment-api-rpc.js +0 -0
  76. /package/{build/interfaces → interfaces}/augment-api-runtime.d.ts +0 -0
  77. /package/{build/interfaces → interfaces}/augment-api-runtime.js +0 -0
  78. /package/{build/interfaces → interfaces}/augment-api-tx.js +0 -0
  79. /package/{build/interfaces → interfaces}/augment-api.d.ts +0 -0
  80. /package/{build/interfaces → interfaces}/augment-api.js +0 -0
  81. /package/{build/interfaces → interfaces}/augment-types.d.ts +0 -0
  82. /package/{build/interfaces → interfaces}/augment-types.js +0 -0
  83. /package/{build/interfaces → interfaces}/registry.js +0 -0
  84. /package/{build/interfaces → interfaces}/types-lookup.js +0 -0
@@ -1,308 +0,0 @@
1
- // Auto-generated via `yarn polkadot-types-from-chain`, do not edit
2
- /* eslint-disable */
3
-
4
- // import type lookup before we augment - in some environments
5
- // this is required to allow for ambient/previous definitions
6
- import '@polkadot/api-base/types/calls';
7
-
8
- import type { ApiTypes, AugmentedCall, DecoratedCallBase } from '@polkadot/api-base/types';
9
- import type { Bytes, Null, Option, Result, U256, Vec, bool, u256, u32, u64 } from '@polkadot/types-codec';
10
- import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';
11
- import type { BabeEquivocationProof, BabeGenesisConfiguration, Epoch, OpaqueKeyOwnershipProof } from '@polkadot/types/interfaces/babe';
12
- import type { CheckInherentsResult, InherentData } from '@polkadot/types/interfaces/blockbuilder';
13
- import type { BlockHash } from '@polkadot/types/interfaces/chain';
14
- import type { AuthorityId } from '@polkadot/types/interfaces/consensus';
15
- import type { BlockV2, EthReceiptV3, EthTransaction, EthTransactionStatus, TransactionV2 } from '@polkadot/types/interfaces/eth';
16
- import type { EvmAccount, EvmCallInfoV2, EvmCreateInfoV2 } from '@polkadot/types/interfaces/evm';
17
- import type { Extrinsic } from '@polkadot/types/interfaces/extrinsics';
18
- import type { AuthorityList, GrandpaEquivocationProof, SetId } from '@polkadot/types/interfaces/grandpa';
19
- import type { OpaqueMetadata } from '@polkadot/types/interfaces/metadata';
20
- import type { FeeDetails, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';
21
- import type { AccountId, Balance, Block, H160, H256, Header, Index, KeyTypeId, Permill, Slot, Weight } from '@polkadot/types/interfaces/runtime';
22
- import type { RuntimeVersion } from '@polkadot/types/interfaces/state';
23
- import type { ApplyExtrinsicResult, DispatchError } from '@polkadot/types/interfaces/system';
24
- import type { TransactionSource, TransactionValidity } from '@polkadot/types/interfaces/txqueue';
25
- import type { IExtrinsic, Observable } from '@polkadot/types/types';
26
-
27
- export type __AugmentedCall<ApiType extends ApiTypes> = AugmentedCall<ApiType>;
28
- export type __DecoratedCallBase<ApiType extends ApiTypes> = DecoratedCallBase<ApiType>;
29
-
30
- declare module '@polkadot/api-base/types/calls' {
31
- interface AugmentedCalls<ApiType extends ApiTypes> {
32
- /** 0xbc9d89904f5b923f/1 */
33
- accountNonceApi: {
34
- /**
35
- * The API to query account nonce (aka transaction index)
36
- **/
37
- accountNonce: AugmentedCall<ApiType, (accountId: AccountId | string | Uint8Array) => Observable<Index>>;
38
- /**
39
- * Generic call
40
- **/
41
- [key: string]: DecoratedCallBase<ApiType>;
42
- };
43
- /** 0xcbca25e39f142387/2 */
44
- babeApi: {
45
- /**
46
- * Return the genesis configuration for BABE. The configuration is only read on genesis.
47
- **/
48
- configuration: AugmentedCall<ApiType, () => Observable<BabeGenesisConfiguration>>;
49
- /**
50
- * Returns information regarding the current epoch.
51
- **/
52
- currentEpoch: AugmentedCall<ApiType, () => Observable<Epoch>>;
53
- /**
54
- * Returns the slot that started the current epoch.
55
- **/
56
- currentEpochStart: AugmentedCall<ApiType, () => Observable<Slot>>;
57
- /**
58
- * Generates a proof of key ownership for the given authority in the current epoch.
59
- **/
60
- generateKeyOwnershipProof: AugmentedCall<ApiType, (slot: Slot | AnyNumber | Uint8Array, authorityId: AuthorityId | string | Uint8Array) => Observable<Option<OpaqueKeyOwnershipProof>>>;
61
- /**
62
- * Returns information regarding the next epoch (which was already previously announced).
63
- **/
64
- nextEpoch: AugmentedCall<ApiType, () => Observable<Epoch>>;
65
- /**
66
- * Submits an unsigned extrinsic to report an equivocation.
67
- **/
68
- submitReportEquivocationUnsignedExtrinsic: AugmentedCall<ApiType, (equivocationProof: BabeEquivocationProof | { offender?: any; slotNumber?: any; firstHeader?: any; secondHeader?: any } | string | Uint8Array, keyOwnerProof: OpaqueKeyOwnershipProof | string | Uint8Array) => Observable<Option<Null>>>;
69
- /**
70
- * Generic call
71
- **/
72
- [key: string]: DecoratedCallBase<ApiType>;
73
- };
74
- /** 0x40fe3ad401f8959a/6 */
75
- blockBuilder: {
76
- /**
77
- * Apply the given extrinsic.
78
- **/
79
- applyExtrinsic: AugmentedCall<ApiType, (extrinsic: Extrinsic | IExtrinsic | string | Uint8Array) => Observable<ApplyExtrinsicResult>>;
80
- /**
81
- * Check that the inherents are valid.
82
- **/
83
- checkInherents: AugmentedCall<ApiType, (block: Block | { header?: any; extrinsics?: any } | string | Uint8Array, data: InherentData | { data?: any } | string | Uint8Array) => Observable<CheckInherentsResult>>;
84
- /**
85
- * Finish the current block.
86
- **/
87
- finalizeBlock: AugmentedCall<ApiType, () => Observable<Header>>;
88
- /**
89
- * Generate inherent extrinsics.
90
- **/
91
- inherentExtrinsics: AugmentedCall<ApiType, (inherent: InherentData | { data?: any } | string | Uint8Array) => Observable<Vec<Extrinsic>>>;
92
- /**
93
- * Generic call
94
- **/
95
- [key: string]: DecoratedCallBase<ApiType>;
96
- };
97
- /** 0xe65b00e46cedd0aa/2 */
98
- convertTransactionRuntimeApi: {
99
- /**
100
- * Converts an Ethereum-style transaction to Extrinsic
101
- **/
102
- convertTransaction: AugmentedCall<ApiType, (transaction: TransactionV2 | { Legacy: any } | { EIP2930: any } | { EIP1559: any } | string | Uint8Array) => Observable<Extrinsic>>;
103
- /**
104
- * Generic call
105
- **/
106
- [key: string]: DecoratedCallBase<ApiType>;
107
- };
108
- /** 0xdf6acb689907609b/4 */
109
- core: {
110
- /**
111
- * Execute the given block.
112
- **/
113
- executeBlock: AugmentedCall<ApiType, (block: Block | { header?: any; extrinsics?: any } | string | Uint8Array) => Observable<Null>>;
114
- /**
115
- * Initialize a block with the given header.
116
- **/
117
- initializeBlock: AugmentedCall<ApiType, (header: Header | { parentHash?: any; number?: any; stateRoot?: any; extrinsicsRoot?: any; digest?: any } | string | Uint8Array) => Observable<Null>>;
118
- /**
119
- * Returns the version of the runtime.
120
- **/
121
- version: AugmentedCall<ApiType, () => Observable<RuntimeVersion>>;
122
- /**
123
- * Generic call
124
- **/
125
- [key: string]: DecoratedCallBase<ApiType>;
126
- };
127
- /** 0xbd78255d4feeea1f/4 */
128
- debugRuntimeApi: {
129
- /**
130
- * Trace all block extrinsics
131
- **/
132
- traceBlock: AugmentedCall<ApiType, (extrinsics: Vec<Extrinsic> | (Extrinsic | IExtrinsic | string | Uint8Array)[], knownTransactions: Vec<H256> | (H256 | string | Uint8Array)[]) => Observable<Result<ITuple<[]>, DispatchError>>>;
133
- /**
134
- * Trace transaction extrinsics
135
- **/
136
- traceTransaction: AugmentedCall<ApiType, (extrinsics: Vec<Extrinsic> | (Extrinsic | IExtrinsic | string | Uint8Array)[], transaction: EthTransaction | { hash?: any; nonce?: any; blockHash?: any; blockNumber?: any; transactionIndex?: any; from?: any; to?: any; value?: any; gasPrice?: any; maxFeePerGas?: any; maxPriorityFeePerGas?: any; gas?: any; input?: any; creates?: any; raw?: any; publicKey?: any; chainId?: any; standardV?: any; v?: any; r?: any; s?: any; accessList?: any; transactionType?: any } | string | Uint8Array) => Observable<Result<ITuple<[]>, DispatchError>>>;
137
- /**
138
- * Generic call
139
- **/
140
- [key: string]: DecoratedCallBase<ApiType>;
141
- };
142
- /** 0x582211f65bb14b89/5 */
143
- ethereumRuntimeRPCApi: {
144
- /**
145
- * Returns pallet_evm::Accounts by address.
146
- **/
147
- accountBasic: AugmentedCall<ApiType, (address: H160 | string | Uint8Array) => Observable<EvmAccount>>;
148
- /**
149
- * For a given account address, returns pallet_evm::AccountCodes.
150
- **/
151
- accountCodeAt: AugmentedCall<ApiType, (address: H160 | string | Uint8Array) => Observable<Bytes>>;
152
- /**
153
- * Returns the converted FindAuthor::find_author authority id.
154
- **/
155
- author: AugmentedCall<ApiType, () => Observable<H160>>;
156
- /**
157
- * Returns a frame_ethereum::call response. If `estimate` is true,
158
- **/
159
- call: AugmentedCall<ApiType, (from: H160 | string | Uint8Array, to: H160 | string | Uint8Array, data: Bytes | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: U256 | AnyNumber | Uint8Array, maxFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, estimate: bool | boolean | Uint8Array, accessList: Option<Vec<ITuple<[H160, Vec<H256>]>>> | null | Uint8Array | Vec<ITuple<[H160, Vec<H256>]>> | ([H160 | string | Uint8Array, Vec<H256> | (H256 | string | Uint8Array)[]])[]) => Observable<Result<EvmCallInfoV2, DispatchError>>>;
160
- /**
161
- * Returns runtime defined pallet_evm::ChainId.
162
- **/
163
- chainId: AugmentedCall<ApiType, () => Observable<u64>>;
164
- /**
165
- * Returns a frame_ethereum::call response. If `estimate` is true,
166
- **/
167
- create: AugmentedCall<ApiType, (from: H160 | string | Uint8Array, data: Bytes | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: U256 | AnyNumber | Uint8Array, maxFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, estimate: bool | boolean | Uint8Array, accessList: Option<Vec<ITuple<[H160, Vec<H256>]>>> | null | Uint8Array | Vec<ITuple<[H160, Vec<H256>]>> | ([H160 | string | Uint8Array, Vec<H256> | (H256 | string | Uint8Array)[]])[]) => Observable<Result<EvmCreateInfoV2, DispatchError>>>;
168
- /**
169
- * Return all the current data for a block in a single runtime call.
170
- **/
171
- currentAll: AugmentedCall<ApiType, () => Observable<ITuple<[Option<BlockV2>, Option<Vec<EthReceiptV3>>, Option<Vec<EthTransactionStatus>>]>>>;
172
- /**
173
- * Return the current block.
174
- **/
175
- currentBlock: AugmentedCall<ApiType, () => Observable<BlockV2>>;
176
- /**
177
- * Return the current receipt.
178
- **/
179
- currentReceipts: AugmentedCall<ApiType, () => Observable<Option<Vec<EthReceiptV3>>>>;
180
- /**
181
- * Return the current transaction status.
182
- **/
183
- currentTransactionStatuses: AugmentedCall<ApiType, () => Observable<Option<Vec<EthTransactionStatus>>>>;
184
- /**
185
- * Return the elasticity multiplier.
186
- **/
187
- elasticity: AugmentedCall<ApiType, () => Observable<Option<Permill>>>;
188
- /**
189
- * Receives a `Vec<OpaqueExtrinsic>` and filters all the ethereum transactions.
190
- **/
191
- extrinsicFilter: AugmentedCall<ApiType, (xts: Vec<Extrinsic> | (Extrinsic | IExtrinsic | string | Uint8Array)[]) => Observable<Vec<TransactionV2>>>;
192
- /**
193
- * Returns FixedGasPrice::min_gas_price
194
- **/
195
- gasPrice: AugmentedCall<ApiType, () => Observable<u256>>;
196
- /**
197
- * For a given account address and index, returns pallet_evm::AccountStorages.
198
- **/
199
- storageAt: AugmentedCall<ApiType, (address: H160 | string | Uint8Array, index: u256 | AnyNumber | Uint8Array) => Observable<H256>>;
200
- /**
201
- * Generic call
202
- **/
203
- [key: string]: DecoratedCallBase<ApiType>;
204
- };
205
- /** 0xed99c5acb25eedf5/3 */
206
- grandpaApi: {
207
- /**
208
- * Get current GRANDPA authority set id.
209
- **/
210
- currentSetId: AugmentedCall<ApiType, () => Observable<SetId>>;
211
- /**
212
- * Generates a proof of key ownership for the given authority in the given set.
213
- **/
214
- generateKeyOwnershipProof: AugmentedCall<ApiType, (setId: SetId | AnyNumber | Uint8Array, authorityId: AuthorityId | string | Uint8Array) => Observable<Option<OpaqueKeyOwnershipProof>>>;
215
- /**
216
- * Get the current GRANDPA authorities and weights. This should not change except for when changes are scheduled and the corresponding delay has passed.
217
- **/
218
- grandpaAuthorities: AugmentedCall<ApiType, () => Observable<AuthorityList>>;
219
- /**
220
- * Submits an unsigned extrinsic to report an equivocation.
221
- **/
222
- submitReportEquivocationUnsignedExtrinsic: AugmentedCall<ApiType, (equivocationProof: GrandpaEquivocationProof | { setId?: any; equivocation?: any } | string | Uint8Array, keyOwnerProof: OpaqueKeyOwnershipProof | string | Uint8Array) => Observable<Option<Null>>>;
223
- /**
224
- * Generic call
225
- **/
226
- [key: string]: DecoratedCallBase<ApiType>;
227
- };
228
- /** 0x37e397fc7c91f5e4/2 */
229
- metadata: {
230
- /**
231
- * Returns the metadata of a runtime
232
- **/
233
- metadata: AugmentedCall<ApiType, () => Observable<OpaqueMetadata>>;
234
- /**
235
- * Returns the metadata at a given version.
236
- **/
237
- metadataAtVersion: AugmentedCall<ApiType, (version: u32 | AnyNumber | Uint8Array) => Observable<Option<OpaqueMetadata>>>;
238
- /**
239
- * Returns the supported metadata versions.
240
- **/
241
- metadataVersions: AugmentedCall<ApiType, () => Observable<Vec<u32>>>;
242
- /**
243
- * Generic call
244
- **/
245
- [key: string]: DecoratedCallBase<ApiType>;
246
- };
247
- /** 0xf78b278be53f454c/2 */
248
- offchainWorkerApi: {
249
- /**
250
- * Starts the off-chain task for given block header.
251
- **/
252
- offchainWorker: AugmentedCall<ApiType, (header: Header | { parentHash?: any; number?: any; stateRoot?: any; extrinsicsRoot?: any; digest?: any } | string | Uint8Array) => Observable<Null>>;
253
- /**
254
- * Generic call
255
- **/
256
- [key: string]: DecoratedCallBase<ApiType>;
257
- };
258
- /** 0xab3c0572291feb8b/1 */
259
- sessionKeys: {
260
- /**
261
- * Decode the given public session keys.
262
- **/
263
- decodeSessionKeys: AugmentedCall<ApiType, (encoded: Bytes | string | Uint8Array) => Observable<Option<Vec<ITuple<[Bytes, KeyTypeId]>>>>>;
264
- /**
265
- * Generate a set of session keys with optionally using the given seed.
266
- **/
267
- generateSessionKeys: AugmentedCall<ApiType, (seed: Option<Bytes> | null | Uint8Array | Bytes | string) => Observable<Bytes>>;
268
- /**
269
- * Generic call
270
- **/
271
- [key: string]: DecoratedCallBase<ApiType>;
272
- };
273
- /** 0xd2bc9897eed08f15/3 */
274
- taggedTransactionQueue: {
275
- /**
276
- * Validate the transaction.
277
- **/
278
- validateTransaction: AugmentedCall<ApiType, (source: TransactionSource | 'InBlock' | 'Local' | 'External' | number | Uint8Array, tx: Extrinsic | IExtrinsic | string | Uint8Array, blockHash: BlockHash | string | Uint8Array) => Observable<TransactionValidity>>;
279
- /**
280
- * Generic call
281
- **/
282
- [key: string]: DecoratedCallBase<ApiType>;
283
- };
284
- /** 0x37c8bb1350a9a2a8/4 */
285
- transactionPaymentApi: {
286
- /**
287
- * The transaction fee details
288
- **/
289
- queryFeeDetails: AugmentedCall<ApiType, (uxt: Extrinsic | IExtrinsic | string | Uint8Array, len: u32 | AnyNumber | Uint8Array) => Observable<FeeDetails>>;
290
- /**
291
- * The transaction info
292
- **/
293
- queryInfo: AugmentedCall<ApiType, (uxt: Extrinsic | IExtrinsic | string | Uint8Array, len: u32 | AnyNumber | Uint8Array) => Observable<RuntimeDispatchInfo>>;
294
- /**
295
- * Query the output of the current LengthToFee given some input
296
- **/
297
- queryLengthToFee: AugmentedCall<ApiType, (length: u32 | AnyNumber | Uint8Array) => Observable<Balance>>;
298
- /**
299
- * Query the output of the current WeightToFee given some input
300
- **/
301
- queryWeightToFee: AugmentedCall<ApiType, (weight: Weight | { refTime?: any; proofSize?: any } | string | Uint8Array) => Observable<Balance>>;
302
- /**
303
- * Generic call
304
- **/
305
- [key: string]: DecoratedCallBase<ApiType>;
306
- };
307
- } // AugmentedCalls
308
- } // declare module