@chainflip/processor 2.1.0-alpha.3 → 2.1.0-beta.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/dist/100/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/100/accountRoles/accountRoleRegistered.cjs +12 -0
- package/dist/100/bitcoinBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/100/bitcoinBroadcaster/broadcastAttemptTimeout.cjs +9 -0
- package/dist/100/bitcoinBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/100/bitcoinBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/100/bitcoinBroadcaster/broadcastSuccess.cjs +12 -0
- package/dist/100/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +11 -0
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.ts +46 -0
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/100/bitcoinBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/100/bitcoinChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/100/bitcoinIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.ts +242 -0
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.ts +25 -0
- package/dist/100/bitcoinIngressEgress/depositIgnored.cjs +14 -0
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.ts +141 -0
- package/dist/100/bitcoinIngressEgress/depositReceived.cjs +14 -0
- package/dist/100/bitcoinIngressEgress/depositReceived.d.ts +141 -0
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.ts +423 -0
- package/dist/100/bitcoinIngressEgress/egressScheduled.cjs +14 -0
- package/dist/100/bitcoinIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/100/bitcoinIngressEgress/vaultTransferFailed.cjs +13 -0
- package/dist/100/bitcoinThresholdSigner/currentKeyUnavailable.cjs +11 -0
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.ts +18 -0
- package/dist/100/bitcoinThresholdSigner/retryRequested.cjs +12 -0
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.ts +15 -0
- package/dist/100/bitcoinThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.ts +18 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.ts +52 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.ts +15 -0
- package/dist/100/bitcoinVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverFailure.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverFailureReported.cjs +7 -0
- package/dist/100/bitcoinVault/keyHandoverRequest.cjs +17 -0
- package/dist/100/bitcoinVault/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverSuccess.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverSuccessReported.cjs +7 -0
- package/dist/100/bitcoinVault/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/100/bitcoinVault/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/100/bitcoinVault/keygenFailure.cjs +7 -0
- package/dist/100/bitcoinVault/keygenFailureReported.cjs +7 -0
- package/dist/100/bitcoinVault/keygenRequest.cjs +13 -0
- package/dist/100/bitcoinVault/keygenResponseTimeout.cjs +7 -0
- package/dist/100/bitcoinVault/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/bitcoinVault/keygenSuccess.cjs +7 -0
- package/dist/100/bitcoinVault/keygenSuccessReported.cjs +7 -0
- package/dist/100/bitcoinVault/keygenVerificationFailure.cjs +9 -0
- package/dist/100/bitcoinVault/keygenVerificationSuccess.cjs +9 -0
- package/dist/100/bitcoinVault/noKeyHandover.cjs +8 -0
- package/dist/100/bitcoinVault/vaultRotatedExternally.cjs +7 -0
- package/dist/100/bitcoinVault/vaultRotationAborted.cjs +8 -0
- package/dist/100/bitcoinVault/vaultRotationCompleted.cjs +8 -0
- package/dist/100/common.cjs +589 -0
- package/dist/100/common.d.ts +3546 -0
- package/dist/100/emissions/backupNodeInflationEmissionsUpdated.cjs +8 -0
- package/dist/100/emissions/currentAuthorityInflationEmissionsUpdated.cjs +8 -0
- package/dist/100/emissions/supplyUpdateBroadcastRequested.cjs +8 -0
- package/dist/100/emissions/supplyUpdateIntervalUpdated.cjs +8 -0
- package/dist/100/environment/addedNewEthAsset.cjs +9 -0
- package/dist/100/environment/bitcoinBlockNumberSetForVault.cjs +9 -0
- package/dist/100/environment/polkadotVaultAccountSet.cjs +9 -0
- package/dist/100/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/100/environment/runtimeSafeModeUpdated.d.ts +688 -0
- package/dist/100/environment/updatedEthAsset.cjs +9 -0
- package/dist/100/ethereumBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/100/ethereumBroadcaster/broadcastAttemptTimeout.cjs +9 -0
- package/dist/100/ethereumBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/100/ethereumBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/100/ethereumBroadcaster/broadcastSuccess.cjs +12 -0
- package/dist/100/ethereumBroadcaster/thresholdSignatureInvalid.cjs +11 -0
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.ts +91 -0
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/100/ethereumBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/100/ethereumChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/100/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/100/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/100/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.ts +242 -0
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.ts +25 -0
- package/dist/100/ethereumIngressEgress/depositIgnored.cjs +13 -0
- package/dist/100/ethereumIngressEgress/depositIgnored.d.ts +28 -0
- package/dist/100/ethereumIngressEgress/depositReceived.cjs +13 -0
- package/dist/100/ethereumIngressEgress/depositReceived.d.ts +28 -0
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.ts +264 -0
- package/dist/100/ethereumIngressEgress/egressScheduled.cjs +14 -0
- package/dist/100/ethereumIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/100/ethereumIngressEgress/vaultTransferFailed.cjs +13 -0
- package/dist/100/ethereumThresholdSigner/currentKeyUnavailable.cjs +11 -0
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.ts +18 -0
- package/dist/100/ethereumThresholdSigner/retryRequested.cjs +12 -0
- package/dist/100/ethereumThresholdSigner/retryRequested.d.ts +15 -0
- package/dist/100/ethereumThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.ts +18 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.ts +54 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.ts +15 -0
- package/dist/100/ethereumVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverFailure.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverFailureReported.cjs +7 -0
- package/dist/100/ethereumVault/keyHandoverRequest.cjs +17 -0
- package/dist/100/ethereumVault/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverSuccess.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverSuccessReported.cjs +7 -0
- package/dist/100/ethereumVault/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/100/ethereumVault/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/100/ethereumVault/keygenFailure.cjs +7 -0
- package/dist/100/ethereumVault/keygenFailureReported.cjs +7 -0
- package/dist/100/ethereumVault/keygenRequest.cjs +13 -0
- package/dist/100/ethereumVault/keygenResponseTimeout.cjs +7 -0
- package/dist/100/ethereumVault/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/ethereumVault/keygenSuccess.cjs +7 -0
- package/dist/100/ethereumVault/keygenSuccessReported.cjs +7 -0
- package/dist/100/ethereumVault/keygenVerificationFailure.cjs +9 -0
- package/dist/100/ethereumVault/keygenVerificationSuccess.cjs +9 -0
- package/dist/100/ethereumVault/noKeyHandover.cjs +8 -0
- package/dist/100/ethereumVault/vaultRotatedExternally.cjs +7 -0
- package/dist/100/ethereumVault/vaultRotationAborted.cjs +8 -0
- package/dist/100/ethereumVault/vaultRotationCompleted.cjs +8 -0
- package/dist/100/flip/accountReaped.cjs +12 -0
- package/dist/100/flip/remainingImbalance.cjs +12 -0
- package/dist/100/flip/slashingPerformed.cjs +12 -0
- package/dist/100/flip/slashingRateUpdated.cjs +8 -0
- package/dist/100/funding/addedRestrictedAddress.cjs +9 -0
- package/dist/100/funding/boundExecutorAddress.cjs +12 -0
- package/dist/100/funding/boundExecutorAddress.d.ts +15 -0
- package/dist/100/funding/boundRedeemAddress.cjs +12 -0
- package/dist/100/funding/boundRedeemAddress.d.ts +15 -0
- package/dist/100/funding/failedFundingAttempt.cjs +13 -0
- package/dist/100/funding/failedFundingAttempt.d.ts +18 -0
- package/dist/100/funding/funded.cjs +14 -0
- package/dist/100/funding/funded.d.ts +21 -0
- package/dist/100/funding/minimumFundingUpdated.cjs +9 -0
- package/dist/100/funding/redemptionAmountZero.cjs +9 -0
- package/dist/100/funding/redemptionExpired.cjs +9 -0
- package/dist/100/funding/redemptionRequested.cjs +14 -0
- package/dist/100/funding/redemptionRequested.d.ts +21 -0
- package/dist/100/funding/redemptionSettled.cjs +9 -0
- package/dist/100/funding/redemptionTaxAmountUpdated.cjs +9 -0
- package/dist/100/funding/removedRestrictedAddress.cjs +9 -0
- package/dist/100/funding/startedBidding.cjs +9 -0
- package/dist/100/funding/stoppedBidding.cjs +9 -0
- package/dist/100/governance/approved.cjs +8 -0
- package/dist/100/governance/decodeOfCallFailed.cjs +8 -0
- package/dist/100/governance/executed.cjs +8 -0
- package/dist/100/governance/expired.cjs +8 -0
- package/dist/100/governance/failedExecution.cjs +7 -0
- package/dist/100/governance/govKeyCallExecuted.cjs +9 -0
- package/dist/100/governance/govKeyCallExecutionFailed.cjs +12 -0
- package/dist/100/governance/govKeyCallHashWhitelisted.cjs +9 -0
- package/dist/100/governance/proposed.cjs +8 -0
- package/dist/100/grandpa/newAuthorities.cjs +9 -0
- package/dist/100/grandpa/paused.cjs +8 -0
- package/dist/100/grandpa/resumed.cjs +8 -0
- package/dist/100/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/100/liquidityPools/assetSwapped.d.ts +41 -0
- package/dist/100/liquidityPools/limitOrderUpdated.cjs +19 -0
- package/dist/100/liquidityPools/limitOrderUpdated.d.ts +86 -0
- package/dist/100/liquidityPools/networkFeeTaken.cjs +9 -0
- package/dist/100/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/100/liquidityPools/newPoolCreated.d.ts +41 -0
- package/dist/100/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/100/liquidityPools/poolFeeSet.d.ts +38 -0
- package/dist/100/liquidityPools/poolStateUpdated.cjs +13 -0
- package/dist/100/liquidityPools/poolStateUpdated.d.ts +38 -0
- package/dist/100/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/100/liquidityPools/rangeOrderUpdated.d.ts +209 -0
- package/dist/100/liquidityPools/updatedBuyInterval.cjs +8 -0
- package/dist/100/liquidityProvider/accountCredited.cjs +13 -0
- package/dist/100/liquidityProvider/accountCredited.d.ts +28 -0
- package/dist/100/liquidityProvider/accountDebited.cjs +13 -0
- package/dist/100/liquidityProvider/accountDebited.d.ts +28 -0
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.cjs +15 -0
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.ts +67 -0
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.ts +206 -0
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.cjs +14 -0
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.ts +74 -0
- package/dist/100/polkadotBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/100/polkadotBroadcaster/broadcastAttemptTimeout.cjs +9 -0
- package/dist/100/polkadotBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/100/polkadotBroadcaster/broadcastRetryScheduled.cjs +9 -0
- package/dist/100/polkadotBroadcaster/broadcastSuccess.cjs +12 -0
- package/dist/100/polkadotBroadcaster/thresholdSignatureInvalid.cjs +11 -0
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.ts +46 -0
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/100/polkadotBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/100/polkadotChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/100/polkadotIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/100/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/100/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.ts +242 -0
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.ts +25 -0
- package/dist/100/polkadotIngressEgress/depositIgnored.cjs +13 -0
- package/dist/100/polkadotIngressEgress/depositIgnored.d.ts +28 -0
- package/dist/100/polkadotIngressEgress/depositReceived.cjs +13 -0
- package/dist/100/polkadotIngressEgress/depositReceived.d.ts +28 -0
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.ts +264 -0
- package/dist/100/polkadotIngressEgress/egressScheduled.cjs +14 -0
- package/dist/100/polkadotIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/100/polkadotIngressEgress/vaultTransferFailed.cjs +13 -0
- package/dist/100/polkadotThresholdSigner/currentKeyUnavailable.cjs +11 -0
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.ts +18 -0
- package/dist/100/polkadotThresholdSigner/retryRequested.cjs +12 -0
- package/dist/100/polkadotThresholdSigner/retryRequested.d.ts +15 -0
- package/dist/100/polkadotThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.ts +18 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.ts +27 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.ts +15 -0
- package/dist/100/polkadotVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverFailure.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverFailureReported.cjs +7 -0
- package/dist/100/polkadotVault/keyHandoverRequest.cjs +17 -0
- package/dist/100/polkadotVault/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverSuccess.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverSuccessReported.cjs +7 -0
- package/dist/100/polkadotVault/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/100/polkadotVault/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/100/polkadotVault/keygenFailure.cjs +7 -0
- package/dist/100/polkadotVault/keygenFailureReported.cjs +7 -0
- package/dist/100/polkadotVault/keygenRequest.cjs +13 -0
- package/dist/100/polkadotVault/keygenResponseTimeout.cjs +7 -0
- package/dist/100/polkadotVault/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/100/polkadotVault/keygenSuccess.cjs +7 -0
- package/dist/100/polkadotVault/keygenSuccessReported.cjs +7 -0
- package/dist/100/polkadotVault/keygenVerificationFailure.cjs +9 -0
- package/dist/100/polkadotVault/keygenVerificationSuccess.cjs +9 -0
- package/dist/100/polkadotVault/noKeyHandover.cjs +8 -0
- package/dist/100/polkadotVault/vaultRotatedExternally.cjs +7 -0
- package/dist/100/polkadotVault/vaultRotationAborted.cjs +8 -0
- package/dist/100/polkadotVault/vaultRotationCompleted.cjs +8 -0
- package/dist/100/reputation/accrualRateUpdated.cjs +11 -0
- package/dist/100/reputation/missedHeartbeatPenaltyUpdated.cjs +8 -0
- package/dist/100/reputation/offencePenalty.cjs +13 -0
- package/dist/100/reputation/penaltyUpdated.cjs +13 -0
- package/dist/100/session/newSession.cjs +8 -0
- package/dist/100/swapping/batchSwapFailed.cjs +13 -0
- package/dist/100/swapping/batchSwapFailed.d.ts +38 -0
- package/dist/100/swapping/ccmDepositReceived.cjs +16 -0
- package/dist/100/swapping/ccmDepositReceived.d.ts +354 -0
- package/dist/100/swapping/ccmEgressScheduled.cjs +12 -0
- package/dist/100/swapping/ccmFailed.cjs +13 -0
- package/dist/100/swapping/ccmFailed.d.ts +355 -0
- package/dist/100/swapping/minimumSwapAmountSet.cjs +12 -0
- package/dist/100/swapping/minimumSwapAmountSet.d.ts +25 -0
- package/dist/100/swapping/swapAmountTooLow.cjs +14 -0
- package/dist/100/swapping/swapAmountTooLow.d.ts +149 -0
- package/dist/100/swapping/swapDepositAddressReady.cjs +18 -0
- package/dist/100/swapping/swapDepositAddressReady.d.ts +139 -0
- package/dist/100/swapping/swapEgressScheduled.cjs +14 -0
- package/dist/100/swapping/swapEgressScheduled.d.ts +41 -0
- package/dist/100/swapping/swapExecuted.cjs +16 -0
- package/dist/100/swapping/swapExecuted.d.ts +47 -0
- package/dist/100/swapping/swapScheduled.cjs +18 -0
- package/dist/100/swapping/swapScheduled.d.ts +450 -0
- package/dist/100/swapping/withdrawalRequested.cjs +13 -0
- package/dist/100/swapping/withdrawalRequested.d.ts +61 -0
- package/dist/100/system/codeUpdated.cjs +8 -0
- package/dist/100/system/extrinsicFailed.cjs +12 -0
- package/dist/100/system/extrinsicSuccess.cjs +9 -0
- package/dist/100/system/killedAccount.cjs +9 -0
- package/dist/100/system/newAccount.cjs +9 -0
- package/dist/100/system/remarked.cjs +12 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.d.ts +25 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
- package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.ts +25 -0
- package/dist/100/tokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/100/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/100/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/100/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/100/transactionPayment/transactionFeePaid.cjs +13 -0
- package/dist/100/validator/auctionCompleted.cjs +9 -0
- package/dist/100/validator/cFEVersionUpdated.cjs +13 -0
- package/dist/100/validator/newEpoch.cjs +8 -0
- package/dist/100/validator/palletConfigUpdated.cjs +9 -0
- package/dist/100/validator/peerIdRegistered.cjs +14 -0
- package/dist/100/validator/peerIdUnregistered.cjs +9 -0
- package/dist/100/validator/rotationAborted.cjs +8 -0
- package/dist/100/validator/rotationPhaseUpdated.cjs +9 -0
- package/dist/100/validator/vanityNameSet.cjs +9 -0
- package/dist/100/witnesser/prewitnessed.cjs +8 -0
- package/dist/100/witnesser/witnessExecutionFailed.cjs +12 -0
- package/dist/102/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/102/accountRoles/accountRoleRegistered.cjs +12 -0
- package/dist/102/common.cjs +91 -0
- package/dist/102/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/102/swapping/swapAmountConfiscated.cjs +15 -0
- package/dist/102/validator/palletConfigUpdated.cjs +9 -0
- package/dist/11000/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.ts +971 -0
- package/dist/11000/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.ts +1355 -0
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
- package/dist/11000/arbitrumIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.ts +971 -0
- package/dist/11000/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/assethubIngressEgress/depositFailed.d.ts +1346 -0
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
- package/dist/11000/assethubIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/bitcoinElections/allVotesCleared.cjs +8 -0
- package/dist/11000/bitcoinElections/allVotesNotCleared.cjs +8 -0
- package/dist/11000/bitcoinElections/corruptStorage.cjs +8 -0
- package/dist/11000/bitcoinElections/electoralEvent.cjs +7 -0
- package/dist/11000/bitcoinElections/uninitialized.cjs +8 -0
- package/dist/11000/bitcoinElections/unknownElection.cjs +9 -0
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.ts +971 -0
- package/dist/11000/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.ts +2264 -0
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.ts +123 -0
- package/dist/11000/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/common.cjs +1289 -0
- package/dist/11000/common.d.ts +21444 -0
- package/dist/11000/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/11000/environment/runtimeSafeModeUpdated.d.ts +1366 -0
- package/dist/11000/environment/solanaGovCallDispatched.cjs +12 -0
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.ts +971 -0
- package/dist/11000/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/ethereumIngressEgress/depositFailed.d.ts +1355 -0
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
- package/dist/11000/ethereumIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/funding/rebalance.cjs +13 -0
- package/dist/11000/lendingPools/boostFundsAdded.cjs +13 -0
- package/dist/11000/lendingPools/boostFundsAdded.d.ts +45 -0
- package/dist/11000/lendingPools/boostPoolCreated.cjs +9 -0
- package/dist/11000/lendingPools/boostPoolCreated.d.ts +39 -0
- package/dist/11000/lendingPools/palletConfigUpdated.cjs +9 -0
- package/dist/11000/lendingPools/stoppedBoosting.cjs +14 -0
- package/dist/11000/lendingPools/stoppedBoosting.d.ts +48 -0
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.ts +971 -0
- package/dist/11000/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/polkadotIngressEgress/depositFailed.d.ts +1346 -0
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
- package/dist/11000/polkadotIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/solanaElections/electoralEvent.cjs +8 -0
- package/dist/11000/solanaElections/unknownElection.cjs +9 -0
- package/dist/11000/solanaElections/unknownElection.d.ts +54 -0
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.ts +971 -0
- package/dist/11000/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/11000/solanaIngressEgress/depositFailed.d.ts +1305 -0
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +978 -0
- package/dist/11000/solanaIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/11000/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11000/swapping/palletConfigUpdated.cjs +9 -0
- package/dist/11000/swapping/palletConfigUpdated.d.ts +255 -0
- package/dist/11000/swapping/refundEgressScheduled.cjs +16 -0
- package/dist/11000/swapping/refundEgressScheduled.d.ts +57 -0
- package/dist/11000/swapping/refundedOnChain.cjs +15 -0
- package/dist/11000/swapping/refundedOnChain.d.ts +34 -0
- package/dist/11000/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/11000/swapping/swapDepositAddressReady.d.ts +657 -0
- package/dist/11000/swapping/swapRequested.cjs +19 -0
- package/dist/11000/swapping/swapRequested.d.ts +1434 -0
- package/dist/11000/tradingStrategy/strategyDeployed.cjs +13 -0
- package/dist/11000/tradingStrategy/strategyDeployed.d.ts +134 -0
- package/dist/11000/validator/palletConfigUpdated.cjs +9 -0
- package/dist/111/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/111/bitcoinBroadcaster/callResigned.cjs +8 -0
- package/dist/111/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/111/bitcoinIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/111/bitcoinIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/111/bitcoinIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.ts +126 -0
- package/dist/111/common.cjs +159 -0
- package/dist/111/common.d.ts +457 -0
- package/dist/111/ethereumBroadcaster/callResigned.cjs +8 -0
- package/dist/111/ethereumBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/111/ethereumIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/111/ethereumIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/111/ethereumIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.ts +31 -0
- package/dist/111/liquidityPools/limitOrderSetOrUpdateScheduled.cjs +13 -0
- package/dist/111/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/111/liquidityPools/limitOrderUpdated.d.ts +99 -0
- package/dist/111/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/111/liquidityPools/newPoolCreated.d.ts +41 -0
- package/dist/111/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/111/liquidityPools/poolFeeSet.d.ts +38 -0
- package/dist/111/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/111/liquidityPools/rangeOrderUpdated.d.ts +209 -0
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchFailure.cjs +13 -0
- package/dist/111/liquidityPools/scheduledLimitOrderUpdateDispatchSuccess.cjs +12 -0
- package/dist/111/polkadotBroadcaster/callResigned.cjs +8 -0
- package/dist/111/polkadotBroadcaster/thresholdSignatureInvalid.cjs +9 -0
- package/dist/111/polkadotIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/111/polkadotIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/111/polkadotIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.ts +31 -0
- package/dist/11100/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/11100/accountRoles/accountRoleDeregistered.cjs +12 -0
- package/dist/11100/accountRoles/accountRoleRegistered.cjs +12 -0
- package/dist/11100/accountRoles/subAccountCallExecuted.cjs +13 -0
- package/dist/11100/accountRoles/subAccountCreated.cjs +13 -0
- package/dist/11100/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.ts +1417 -0
- package/dist/11100/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/assethubIngressEgress/depositFailed.d.ts +1408 -0
- package/dist/11100/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.ts +2326 -0
- package/dist/11100/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/common.cjs +1246 -0
- package/dist/11100/common.d.ts +24514 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/11100/environment/runtimeSafeModeUpdated.d.ts +1516 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/ethereumIngressEgress/depositFailed.d.ts +1417 -0
- package/dist/11100/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/flip/bondUpdated.cjs +12 -0
- package/dist/11100/flip/flipMinted.cjs +12 -0
- package/dist/11100/funding/sCCallCannotBeDecoded.cjs +13 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.cjs +14 -0
- package/dist/11100/funding/sCCallCannotBeExecuted.d.ts +625 -0
- package/dist/11100/funding/sCCallExecuted.cjs +13 -0
- package/dist/11100/genericElections/allVotesCleared.cjs +8 -0
- package/dist/11100/genericElections/allVotesNotCleared.cjs +8 -0
- package/dist/11100/genericElections/corruptStorage.cjs +8 -0
- package/dist/11100/genericElections/electoralEvent.cjs +7 -0
- package/dist/11100/genericElections/uninitialized.cjs +8 -0
- package/dist/11100/genericElections/unknownElection.cjs +9 -0
- package/dist/11100/lendingPools/collateralAdded.cjs +13 -0
- package/dist/11100/lendingPools/collateralRemoved.cjs +13 -0
- package/dist/11100/lendingPools/lendingFeeCollectionInitiated.cjs +12 -0
- package/dist/11100/lendingPools/lendingFundsAdded.cjs +13 -0
- package/dist/11100/lendingPools/lendingFundsAdded.d.ts +28 -0
- package/dist/11100/lendingPools/lendingFundsRemoved.cjs +13 -0
- package/dist/11100/lendingPools/lendingPoolCreated.cjs +9 -0
- package/dist/11100/lendingPools/liquidationInitiated.cjs +13 -0
- package/dist/11100/lendingPools/loanCreated.cjs +15 -0
- package/dist/11100/lendingPools/loanCreated.d.ts +34 -0
- package/dist/11100/lendingPools/loanRepaid.cjs +13 -0
- package/dist/11100/lendingPools/loanSettled.cjs +12 -0
- package/dist/11100/lendingPools/loanUpdated.cjs +13 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/polkadotIngressEgress/depositFailed.d.ts +1408 -0
- package/dist/11100/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/11100/solanaIngressEgress/depositFailed.d.ts +1367 -0
- package/dist/11100/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11100/swapping/swapAborted.cjs +12 -0
- package/dist/11100/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/11100/swapping/swapExecuted.cjs +20 -0
- package/dist/11100/swapping/swapExecuted.d.ts +59 -0
- package/dist/11100/swapping/swapRequested.cjs +19 -0
- package/dist/11100/swapping/swapRequested.d.ts +3022 -0
- package/dist/11100/swapping/swapRescheduled.cjs +13 -0
- package/dist/11100/validator/delegated.cjs +13 -0
- package/dist/11100/validator/delegatorAllowed.cjs +12 -0
- package/dist/11100/validator/delegatorBlocked.cjs +12 -0
- package/dist/11100/validator/maxBidUpdated.cjs +12 -0
- package/dist/11100/validator/operatorAcceptedByValidator.cjs +12 -0
- package/dist/11100/validator/operatorSettingsUpdated.cjs +12 -0
- package/dist/11100/validator/palletConfigUpdated.cjs +9 -0
- package/dist/11100/validator/rotationPhaseUpdated.cjs +9 -0
- package/dist/11100/validator/unDelegationFinalized.cjs +12 -0
- package/dist/11100/validator/undelegated.cjs +13 -0
- package/dist/11100/validator/validatorClaimed.cjs +12 -0
- package/dist/11100/validator/validatorRemovedFromOperator.cjs +12 -0
- package/dist/11200/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/11200/arbitrumIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/arbitrumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.ts +204 -0
- package/dist/11200/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.ts +1427 -0
- package/dist/11200/arbitrumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.ts +198 -0
- package/dist/11200/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/assethubIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/assethubIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/assethubIngressEgress/depositBoosted.d.ts +194 -0
- package/dist/11200/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/assethubIngressEgress/depositFailed.d.ts +1418 -0
- package/dist/11200/assethubIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/assethubIngressEgress/depositFinalised.d.ts +188 -0
- package/dist/11200/assethubIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.ts +110 -0
- package/dist/11200/bitcoinIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.ts +418 -0
- package/dist/11200/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.ts +2336 -0
- package/dist/11200/bitcoinIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.ts +412 -0
- package/dist/11200/bitcoinIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/common.cjs +1388 -0
- package/dist/11200/common.d.ts +23978 -0
- package/dist/11200/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/11200/environment/runtimeSafeModeUpdated.d.ts +1391 -0
- package/dist/11200/ethereumIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/ethereumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.ts +204 -0
- package/dist/11200/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/ethereumIngressEgress/depositFailed.d.ts +1427 -0
- package/dist/11200/ethereumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.ts +198 -0
- package/dist/11200/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/polkadotIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/polkadotIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.ts +194 -0
- package/dist/11200/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/polkadotIngressEgress/depositFailed.d.ts +1418 -0
- package/dist/11200/polkadotIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.ts +188 -0
- package/dist/11200/polkadotIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/solanaIngressEgress/channelRejectionRequestReceived.cjs +12 -0
- package/dist/11200/solanaIngressEgress/depositBoosted.cjs +22 -0
- package/dist/11200/solanaIngressEgress/depositBoosted.d.ts +224 -0
- package/dist/11200/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/11200/solanaIngressEgress/depositFailed.d.ts +1499 -0
- package/dist/11200/solanaIngressEgress/depositFinalised.cjs +20 -0
- package/dist/11200/solanaIngressEgress/depositFinalised.d.ts +218 -0
- package/dist/11200/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.ts +45 -0
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.cjs +9 -0
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.ts +42 -0
- package/dist/11200/swapping/swapAborted.cjs +12 -0
- package/dist/11200/swapping/swapRequested.cjs +19 -0
- package/dist/11200/swapping/swapRequested.d.ts +2922 -0
- package/dist/11200/swapping/swapRescheduled.cjs +13 -0
- package/dist/11200/validator/operatorSettingsUpdated.cjs +12 -0
- package/dist/11200/validator/palletConfigUpdated.cjs +9 -0
- package/dist/120/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/120/bitcoinBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/120/bitcoinBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/120/bitcoinBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/120/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/120/bitcoinChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.cjs +15 -0
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.ts +154 -0
- package/dist/120/bitcoinIngressEgress/depositReceived.cjs +16 -0
- package/dist/120/bitcoinIngressEgress/depositReceived.d.ts +207 -0
- package/dist/120/bitcoinIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/120/common.cjs +284 -0
- package/dist/120/emissions/backupRewardsDistributed.cjs +12 -0
- package/dist/120/emissions/flipBurnSkipped.cjs +9 -0
- package/dist/120/emissions/networkFeeBurned.cjs +12 -0
- package/dist/120/environment/utxoConsolidationParametersUpdated.cjs +9 -0
- package/dist/120/ethereumBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/120/ethereumBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/120/ethereumBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/120/ethereumBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/120/ethereumIngressEgress/depositIgnored.cjs +14 -0
- package/dist/120/ethereumIngressEgress/depositReceived.cjs +15 -0
- package/dist/120/ethereumIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/120/liquidityProvider/liquidityDepositCredited.cjs +13 -0
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.ts +77 -0
- package/dist/120/polkadotBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/120/polkadotBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/120/polkadotBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/120/polkadotBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/120/polkadotIngressEgress/depositIgnored.cjs +14 -0
- package/dist/120/polkadotIngressEgress/depositReceived.cjs +15 -0
- package/dist/120/polkadotIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/120/swapping/ccmFailed.cjs +13 -0
- package/dist/120/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/120/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/120/swapping/swapExecuted.cjs +18 -0
- package/dist/120/swapping/withdrawalRequested.cjs +14 -0
- package/dist/120/swapping/withdrawalRequested.d.ts +64 -0
- package/dist/131/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/131/bitcoinBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/131/bitcoinBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/131/bitcoinChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/131/bitcoinIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/131/bitcoinIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/131/bitcoinIngressEgress/depositIgnored.cjs +15 -0
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.ts +154 -0
- package/dist/131/bitcoinIngressEgress/depositReceived.cjs +16 -0
- package/dist/131/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/131/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/131/bitcoinThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/131/bitcoinThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/131/bitcoinThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/131/bitcoinThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/131/bitcoinThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/131/bitcoinVault/vaultActivationCompleted.cjs +8 -0
- package/dist/131/common.cjs +439 -0
- package/dist/131/common.d.ts +2831 -0
- package/dist/131/environment/addedNewEthAsset.cjs +9 -0
- package/dist/131/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/131/environment/runtimeSafeModeUpdated.d.ts +688 -0
- package/dist/131/environment/updatedEthAsset.cjs +9 -0
- package/dist/131/ethereumBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/131/ethereumChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/131/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/131/ethereumIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/131/ethereumIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.ts +25 -0
- package/dist/131/ethereumIngressEgress/depositIgnored.cjs +14 -0
- package/dist/131/ethereumIngressEgress/depositIgnored.d.ts +41 -0
- package/dist/131/ethereumIngressEgress/depositReceived.cjs +15 -0
- package/dist/131/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/131/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/131/ethereumIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.ts +31 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/131/ethereumThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/131/ethereumThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/131/ethereumThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/131/ethereumThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/131/ethereumThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/131/ethereumVault/vaultActivationCompleted.cjs +8 -0
- package/dist/131/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/131/liquidityPools/assetSwapped.d.ts +41 -0
- package/dist/131/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/131/liquidityPools/limitOrderUpdated.d.ts +99 -0
- package/dist/131/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/131/liquidityPools/newPoolCreated.d.ts +41 -0
- package/dist/131/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/131/liquidityPools/poolFeeSet.d.ts +38 -0
- package/dist/131/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/131/liquidityPools/rangeOrderUpdated.d.ts +209 -0
- package/dist/131/liquidityProvider/accountCredited.cjs +13 -0
- package/dist/131/liquidityProvider/accountCredited.d.ts +28 -0
- package/dist/131/liquidityProvider/accountDebited.cjs +13 -0
- package/dist/131/liquidityProvider/accountDebited.d.ts +28 -0
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.ts +73 -0
- package/dist/131/liquidityProvider/liquidityDepositCredited.cjs +13 -0
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.ts +28 -0
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.ts +77 -0
- package/dist/131/polkadotBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/131/polkadotChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/131/polkadotIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/131/polkadotIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/131/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/131/polkadotThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/131/polkadotThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/131/polkadotThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/131/polkadotThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/131/polkadotThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/131/polkadotVault/vaultActivationCompleted.cjs +8 -0
- package/dist/131/reputation/offencePenalty.cjs +13 -0
- package/dist/131/reputation/penaltyUpdated.cjs +13 -0
- package/dist/131/swapping/batchSwapFailed.cjs +13 -0
- package/dist/131/swapping/batchSwapFailed.d.ts +38 -0
- package/dist/131/swapping/ccmFailed.cjs +14 -0
- package/dist/131/swapping/ccmFailed.d.ts +443 -0
- package/dist/131/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/131/swapping/maximumSwapAmountSet.d.ts +25 -0
- package/dist/131/swapping/swapAmountConfiscated.cjs +15 -0
- package/dist/131/swapping/swapAmountConfiscated.d.ts +44 -0
- package/dist/131/swapping/swapDepositAddressReady.cjs +20 -0
- package/dist/131/swapping/swapDepositAddressReady.d.ts +145 -0
- package/dist/131/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/131/swapping/swapEgressIgnored.d.ts +248 -0
- package/dist/131/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/131/swapping/swapEgressScheduled.d.ts +44 -0
- package/dist/131/swapping/swapExecuted.cjs +18 -0
- package/dist/131/swapping/swapExecuted.d.ts +53 -0
- package/dist/131/swapping/swapScheduled.cjs +19 -0
- package/dist/131/swapping/swapScheduled.d.ts +463 -0
- package/dist/131/swapping/withdrawalRequested.cjs +15 -0
- package/dist/131/swapping/withdrawalRequested.d.ts +77 -0
- package/dist/131/system/upgradeAuthorized.cjs +12 -0
- package/dist/131/witnesser/prewitnessExecutionFailed.cjs +12 -0
- package/dist/141/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/141/accountRoles/accountRoleDeregistered.cjs +12 -0
- package/dist/141/accountRoles/vanityNameSet.cjs +12 -0
- package/dist/141/arbitrumBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/141/arbitrumBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/141/arbitrumBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/141/arbitrumBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/141/arbitrumBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/141/arbitrumBroadcaster/callResigned.cjs +8 -0
- package/dist/141/arbitrumBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.ts +76 -0
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/141/arbitrumBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/141/arbitrumChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/141/arbitrumChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/141/arbitrumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.ts +45 -0
- package/dist/141/arbitrumIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/arbitrumIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/141/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/141/arbitrumIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/141/arbitrumIngressEgress/depositBoosted.cjs +18 -0
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.ts +118 -0
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.ts +25 -0
- package/dist/141/arbitrumIngressEgress/depositFinalised.cjs +16 -0
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.ts +112 -0
- package/dist/141/arbitrumIngressEgress/depositIgnored.cjs +14 -0
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.ts +41 -0
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.ts +264 -0
- package/dist/141/arbitrumIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/141/arbitrumIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/141/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
- package/dist/141/arbitrumIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/141/arbitrumIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.ts +31 -0
- package/dist/141/arbitrumIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/141/arbitrumVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/141/arbitrumVault/chainInitialized.cjs +8 -0
- package/dist/141/arbitrumVault/vaultActivationCompleted.cjs +8 -0
- package/dist/141/arbitrumVault/vaultRotatedExternally.cjs +7 -0
- package/dist/141/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.ts +45 -0
- package/dist/141/bitcoinIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/141/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/141/bitcoinIngressEgress/depositBoosted.cjs +19 -0
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.ts +231 -0
- package/dist/141/bitcoinIngressEgress/depositFinalised.cjs +17 -0
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.ts +225 -0
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
- package/dist/141/bitcoinIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/bitcoinVault/chainInitialized.cjs +8 -0
- package/dist/141/common.cjs +603 -0
- package/dist/141/common.d.ts +4035 -0
- package/dist/141/emissions/networkFeeBurned.cjs +12 -0
- package/dist/141/environment/addedNewArbAsset.cjs +9 -0
- package/dist/141/environment/arbitrumInitialized.cjs +8 -0
- package/dist/141/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/141/environment/staleUtxosDiscarded.cjs +9 -0
- package/dist/141/environment/staleUtxosDiscarded.d.ts +141 -0
- package/dist/141/environment/updatedArbAsset.cjs +9 -0
- package/dist/141/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/141/ethereumIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.ts +45 -0
- package/dist/141/ethereumIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/141/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/141/ethereumIngressEgress/depositBoosted.cjs +18 -0
- package/dist/141/ethereumIngressEgress/depositBoosted.d.ts +118 -0
- package/dist/141/ethereumIngressEgress/depositFinalised.cjs +16 -0
- package/dist/141/ethereumIngressEgress/depositFinalised.d.ts +112 -0
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
- package/dist/141/ethereumIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/ethereumVault/chainInitialized.cjs +8 -0
- package/dist/141/evmThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.ts +18 -0
- package/dist/141/evmThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/141/evmThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/141/evmThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/141/evmThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/141/evmThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/141/evmThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/141/evmThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/141/evmThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/141/evmThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/141/evmThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/141/evmThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/141/evmThresholdSigner/retryRequested.cjs +12 -0
- package/dist/141/evmThresholdSigner/retryRequested.d.ts +15 -0
- package/dist/141/evmThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.ts +18 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.ts +54 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.ts +15 -0
- package/dist/141/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/141/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/141/liquidityPools/limitOrderUpdated.d.ts +99 -0
- package/dist/141/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/141/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/141/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/141/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/141/liquidityPools/rangeOrderUpdated.d.ts +209 -0
- package/dist/141/liquidityProvider/accountCredited.cjs +13 -0
- package/dist/141/liquidityProvider/accountDebited.cjs +13 -0
- package/dist/141/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/141/liquidityProvider/assetTransferred.d.ts +31 -0
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.ts +79 -0
- package/dist/141/liquidityProvider/liquidityDepositCredited.cjs +13 -0
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.ts +221 -0
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.ts +83 -0
- package/dist/141/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/141/polkadotIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.ts +45 -0
- package/dist/141/polkadotIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/141/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/141/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/141/polkadotIngressEgress/depositBoosted.cjs +18 -0
- package/dist/141/polkadotIngressEgress/depositBoosted.d.ts +118 -0
- package/dist/141/polkadotIngressEgress/depositFinalised.cjs +16 -0
- package/dist/141/polkadotIngressEgress/depositFinalised.d.ts +112 -0
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
- package/dist/141/polkadotIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/141/polkadotVault/chainInitialized.cjs +8 -0
- package/dist/141/swapping/batchSwapFailed.cjs +13 -0
- package/dist/141/swapping/batchSwapFailed.d.ts +38 -0
- package/dist/141/swapping/ccmDepositReceived.cjs +16 -0
- package/dist/141/swapping/ccmEgressScheduled.cjs +12 -0
- package/dist/141/swapping/ccmFailed.cjs +14 -0
- package/dist/141/swapping/ccmFailed.d.ts +479 -0
- package/dist/141/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/141/swapping/swapAmountConfiscated.cjs +15 -0
- package/dist/141/swapping/swapDepositAddressReady.cjs +21 -0
- package/dist/141/swapping/swapDepositAddressReady.d.ts +175 -0
- package/dist/141/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/141/swapping/swapEgressIgnored.d.ts +248 -0
- package/dist/141/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/141/swapping/swapEgressScheduled.d.ts +44 -0
- package/dist/141/swapping/swapExecuted.cjs +19 -0
- package/dist/141/swapping/swapExecuted.d.ts +376 -0
- package/dist/141/swapping/swapScheduled.cjs +20 -0
- package/dist/141/swapping/swapScheduled.d.ts +512 -0
- package/dist/141/swapping/withdrawalRequested.cjs +15 -0
- package/dist/141/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
- package/dist/141/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
- package/dist/141/tokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/141/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/141/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/141/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/141/validator/rotationPhaseUpdated.cjs +9 -0
- package/dist/141/validator/startedBidding.cjs +9 -0
- package/dist/141/validator/stoppedBidding.cjs +9 -0
- package/dist/141/witnesser/callDispatched.cjs +9 -0
- package/dist/141/witnesser/reportedWitnessingFailures.cjs +13 -0
- package/dist/150/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/150/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.ts +25 -0
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.ts +242 -0
- package/dist/150/arbitrumIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.ts +134 -0
- package/dist/150/arbitrumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.ts +128 -0
- package/dist/150/arbitrumIngressEgress/depositIgnored.cjs +15 -0
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.ts +54 -0
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.ts +283 -0
- package/dist/150/arbitrumIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/assetBalances/refundScheduled.cjs +13 -0
- package/dist/150/assetBalances/refundScheduled.d.ts +236 -0
- package/dist/150/assetBalances/refundSkipped.cjs +13 -0
- package/dist/150/assetBalances/refundSkipped.d.ts +453 -0
- package/dist/150/assetBalances/vaultDeficitDetected.cjs +13 -0
- package/dist/150/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.ts +25 -0
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.ts +242 -0
- package/dist/150/bitcoinIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.ts +234 -0
- package/dist/150/bitcoinIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.ts +228 -0
- package/dist/150/bitcoinIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/common.cjs +586 -0
- package/dist/150/common.d.ts +4085 -0
- package/dist/150/emissions/networkFeeBurned.cjs +12 -0
- package/dist/150/emissions/networkFeeBurned.d.ts +25 -0
- package/dist/150/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/150/environment/runtimeSafeModeUpdated.d.ts +1127 -0
- package/dist/150/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.ts +25 -0
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.ts +242 -0
- package/dist/150/ethereumIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/ethereumIngressEgress/depositBoosted.d.ts +134 -0
- package/dist/150/ethereumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/ethereumIngressEgress/depositFinalised.d.ts +128 -0
- package/dist/150/ethereumIngressEgress/depositIgnored.cjs +15 -0
- package/dist/150/ethereumIngressEgress/depositIgnored.d.ts +54 -0
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.ts +283 -0
- package/dist/150/ethereumIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/150/liquidityPools/assetSwapped.d.ts +41 -0
- package/dist/150/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/150/liquidityPools/limitOrderUpdated.d.ts +99 -0
- package/dist/150/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/150/liquidityPools/newPoolCreated.d.ts +41 -0
- package/dist/150/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/150/liquidityPools/poolFeeSet.d.ts +38 -0
- package/dist/150/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/150/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/150/liquidityPools/rangeOrderUpdated.d.ts +209 -0
- package/dist/150/liquidityProvider/accountCredited.cjs +13 -0
- package/dist/150/liquidityProvider/accountCredited.d.ts +28 -0
- package/dist/150/liquidityProvider/accountDebited.cjs +13 -0
- package/dist/150/liquidityProvider/accountDebited.d.ts +28 -0
- package/dist/150/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/150/liquidityProvider/assetTransferred.d.ts +31 -0
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.ts +85 -0
- package/dist/150/liquidityProvider/liquidityDepositCredited.cjs +13 -0
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.ts +28 -0
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.ts +236 -0
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.ts +89 -0
- package/dist/150/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.ts +25 -0
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.ts +242 -0
- package/dist/150/polkadotIngressEgress/depositBoosted.cjs +20 -0
- package/dist/150/polkadotIngressEgress/depositBoosted.d.ts +124 -0
- package/dist/150/polkadotIngressEgress/depositFinalised.cjs +18 -0
- package/dist/150/polkadotIngressEgress/depositFinalised.d.ts +118 -0
- package/dist/150/polkadotIngressEgress/depositIgnored.cjs +15 -0
- package/dist/150/polkadotIngressEgress/depositIgnored.d.ts +44 -0
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.ts +269 -0
- package/dist/150/polkadotIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/solanaBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.ts +333 -0
- package/dist/150/solanaBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/150/solanaBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/150/solanaBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/150/solanaBroadcaster/callResigned.cjs +8 -0
- package/dist/150/solanaBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.cjs +13 -0
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.ts +18 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/150/solanaBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/150/solanaChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/150/solanaChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/150/solanaIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/150/solanaIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/150/solanaIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/150/solanaIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.ts +25 -0
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.ts +242 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/150/solanaIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/150/solanaIngressEgress/depositBoosted.cjs +19 -0
- package/dist/150/solanaIngressEgress/depositBoosted.d.ts +121 -0
- package/dist/150/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/150/solanaIngressEgress/depositFinalised.cjs +17 -0
- package/dist/150/solanaIngressEgress/depositFinalised.d.ts +115 -0
- package/dist/150/solanaIngressEgress/depositIgnored.cjs +14 -0
- package/dist/150/solanaIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.ts +264 -0
- package/dist/150/solanaIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/150/solanaIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +370 -0
- package/dist/150/solanaIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/150/solanaIngressEgress/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/150/solanaIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/150/solanaIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/150/solanaIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/150/solanaIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/150/solanaThresholdSigner/failureReportProcessed.cjs +13 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailure.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverFailureReported.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keyHandoverRequest.cjs +17 -0
- package/dist/150/solanaThresholdSigner/keyHandoverResponseTimeout.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccess.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverSuccessReported.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationFailure.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyHandoverVerificationSuccess.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keyRotationCompleted.cjs +8 -0
- package/dist/150/solanaThresholdSigner/keygenFailure.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenFailureReported.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenRequest.cjs +13 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeout.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenResponseTimeoutUpdated.cjs +8 -0
- package/dist/150/solanaThresholdSigner/keygenSuccess.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenSuccessReported.cjs +7 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationFailure.cjs +9 -0
- package/dist/150/solanaThresholdSigner/keygenVerificationSuccess.cjs +9 -0
- package/dist/150/solanaThresholdSigner/noKeyHandover.cjs +8 -0
- package/dist/150/solanaThresholdSigner/retryRequested.cjs +12 -0
- package/dist/150/solanaThresholdSigner/signersUnavailable.cjs +11 -0
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.cjs +13 -0
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.ts +336 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureFailed.cjs +13 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureRequest.cjs +15 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureResponseTimeoutUpdated.cjs +8 -0
- package/dist/150/solanaThresholdSigner/thresholdSignatureSuccess.cjs +12 -0
- package/dist/150/solanaVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/150/solanaVault/chainInitialized.cjs +8 -0
- package/dist/150/solanaVault/vaultActivationCompleted.cjs +8 -0
- package/dist/150/solanaVault/vaultRotatedExternally.cjs +7 -0
- package/dist/150/swapping/batchSwapFailed.cjs +13 -0
- package/dist/150/swapping/batchSwapFailed.d.ts +38 -0
- package/dist/150/swapping/buyIntervalSet.cjs +8 -0
- package/dist/150/swapping/ccmDepositReceived.cjs +16 -0
- package/dist/150/swapping/ccmDepositReceived.d.ts +408 -0
- package/dist/150/swapping/ccmEgressScheduled.cjs +12 -0
- package/dist/150/swapping/ccmFailed.cjs +14 -0
- package/dist/150/swapping/ccmFailed.d.ts +515 -0
- package/dist/150/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/150/swapping/maximumSwapAmountSet.d.ts +25 -0
- package/dist/150/swapping/networkFeeTaken.cjs +12 -0
- package/dist/150/swapping/refundEgressIgnored.cjs +14 -0
- package/dist/150/swapping/refundEgressIgnored.d.ts +248 -0
- package/dist/150/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/150/swapping/refundEgressScheduled.d.ts +44 -0
- package/dist/150/swapping/swapAmountConfiscated.cjs +15 -0
- package/dist/150/swapping/swapAmountConfiscated.d.ts +44 -0
- package/dist/150/swapping/swapDepositAddressReady.cjs +22 -0
- package/dist/150/swapping/swapDepositAddressReady.d.ts +273 -0
- package/dist/150/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/150/swapping/swapEgressIgnored.d.ts +248 -0
- package/dist/150/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/150/swapping/swapEgressScheduled.d.ts +44 -0
- package/dist/150/swapping/swapExecuted.cjs +19 -0
- package/dist/150/swapping/swapExecuted.d.ts +397 -0
- package/dist/150/swapping/swapRescheduled.cjs +12 -0
- package/dist/150/swapping/swapRetryDelaySet.cjs +8 -0
- package/dist/150/swapping/swapScheduled.cjs +20 -0
- package/dist/150/swapping/swapScheduled.d.ts +548 -0
- package/dist/150/swapping/withdrawalRequested.cjs +15 -0
- package/dist/150/swapping/withdrawalRequested.d.ts +89 -0
- package/dist/150/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
- package/dist/150/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
- package/dist/150/tokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalEnacted.d.ts +54 -0
- package/dist/150/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalPassed.d.ts +54 -0
- package/dist/150/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalRejected.d.ts +54 -0
- package/dist/150/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.ts +54 -0
- package/dist/160/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/160/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/arbitrumIngressEgress/depositBoosted.cjs +20 -0
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.ts +129 -0
- package/dist/160/arbitrumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.ts +123 -0
- package/dist/160/assetBalances/accountCredited.cjs +14 -0
- package/dist/160/assetBalances/accountCredited.d.ts +31 -0
- package/dist/160/assetBalances/accountDebited.cjs +14 -0
- package/dist/160/assetBalances/accountDebited.d.ts +31 -0
- package/dist/160/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/bitcoinIngressEgress/depositBoosted.cjs +20 -0
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.ts +229 -0
- package/dist/160/bitcoinIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.ts +223 -0
- package/dist/160/common.cjs +602 -0
- package/dist/160/common.d.ts +3828 -0
- package/dist/160/environment/durableNonceSetForAccount.cjs +12 -0
- package/dist/160/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/160/environment/solanaInitialized.cjs +8 -0
- package/dist/160/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/ethereumIngressEgress/depositBoosted.cjs +20 -0
- package/dist/160/ethereumIngressEgress/depositBoosted.d.ts +129 -0
- package/dist/160/ethereumIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/ethereumIngressEgress/depositFinalised.d.ts +123 -0
- package/dist/160/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/160/liquidityPools/assetSwapped.d.ts +41 -0
- package/dist/160/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/160/liquidityPools/limitOrderUpdated.d.ts +99 -0
- package/dist/160/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/160/liquidityPools/newPoolCreated.d.ts +41 -0
- package/dist/160/liquidityPools/orderDeletionFailed.cjs +9 -0
- package/dist/160/liquidityPools/orderDeletionFailed.d.ts +127 -0
- package/dist/160/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/160/liquidityPools/poolFeeSet.d.ts +38 -0
- package/dist/160/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/160/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/160/liquidityPools/rangeOrderUpdated.d.ts +209 -0
- package/dist/160/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/160/liquidityProvider/assetTransferred.d.ts +31 -0
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.ts +85 -0
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.ts +89 -0
- package/dist/160/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/polkadotIngressEgress/depositBoosted.cjs +20 -0
- package/dist/160/polkadotIngressEgress/depositBoosted.d.ts +119 -0
- package/dist/160/polkadotIngressEgress/depositFinalised.cjs +18 -0
- package/dist/160/polkadotIngressEgress/depositFinalised.d.ts +113 -0
- package/dist/160/solanaBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/160/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/160/solanaBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/160/solanaChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/160/solanaElections/allVotesCleared.cjs +8 -0
- package/dist/160/solanaElections/allVotesNotCleared.cjs +8 -0
- package/dist/160/solanaElections/corruptStorage.cjs +8 -0
- package/dist/160/solanaElections/uninitialized.cjs +8 -0
- package/dist/160/solanaIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/160/solanaIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/160/solanaIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/160/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/160/solanaIngressEgress/depositBoosted.cjs +19 -0
- package/dist/160/solanaIngressEgress/depositBoosted.d.ts +116 -0
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.ts +25 -0
- package/dist/160/solanaIngressEgress/depositFinalised.cjs +17 -0
- package/dist/160/solanaIngressEgress/depositFinalised.d.ts +110 -0
- package/dist/160/solanaIngressEgress/depositIgnored.cjs +14 -0
- package/dist/160/solanaIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.cjs +14 -0
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.ts +31 -0
- package/dist/160/solanaIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/160/solanaIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/160/solanaIngressEgress/transferFallbackRequested.cjs +14 -0
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.ts +31 -0
- package/dist/160/solanaThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/160/swapping/batchSwapFailed.cjs +13 -0
- package/dist/160/swapping/batchSwapFailed.d.ts +38 -0
- package/dist/160/swapping/ccmFailed.cjs +14 -0
- package/dist/160/swapping/ccmFailed.d.ts +312 -0
- package/dist/160/swapping/maxSwapRequestDurationSet.cjs +8 -0
- package/dist/160/swapping/maxSwapRetryDurationSet.cjs +8 -0
- package/dist/160/swapping/maximumSwapAmountSet.cjs +12 -0
- package/dist/160/swapping/maximumSwapAmountSet.d.ts +25 -0
- package/dist/160/swapping/refundEgressIgnored.cjs +14 -0
- package/dist/160/swapping/refundEgressIgnored.d.ts +248 -0
- package/dist/160/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/160/swapping/refundEgressScheduled.d.ts +44 -0
- package/dist/160/swapping/swapAmountConfiscated.cjs +14 -0
- package/dist/160/swapping/swapAmountConfiscated.d.ts +31 -0
- package/dist/160/swapping/swapDepositAddressReady.cjs +23 -0
- package/dist/160/swapping/swapDepositAddressReady.d.ts +291 -0
- package/dist/160/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/160/swapping/swapEgressIgnored.d.ts +248 -0
- package/dist/160/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/160/swapping/swapEgressScheduled.d.ts +44 -0
- package/dist/160/swapping/swapExecuted.cjs +19 -0
- package/dist/160/swapping/swapExecuted.d.ts +56 -0
- package/dist/160/swapping/swapRequestCompleted.cjs +9 -0
- package/dist/160/swapping/swapRequested.cjs +18 -0
- package/dist/160/swapping/swapRequested.d.ts +604 -0
- package/dist/160/swapping/swapScheduled.cjs +15 -0
- package/dist/160/swapping/swapScheduled.d.ts +34 -0
- package/dist/160/swapping/withdrawalRequested.cjs +15 -0
- package/dist/160/swapping/withdrawalRequested.d.ts +89 -0
- package/dist/170/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/170/arbitrumBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.ts +15 -0
- package/dist/170/arbitrumIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.ts +312 -0
- package/dist/170/arbitrumIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/arbitrumIngressEgress/depositChannelLifetimeSet.cjs +9 -0
- package/dist/170/arbitrumIngressEgress/depositIgnored.cjs +15 -0
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.ts +54 -0
- package/dist/170/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionFailed.cjs +9 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/arbitrumIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/arbitrumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/bitcoinBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.ts +15 -0
- package/dist/170/bitcoinIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.ts +312 -0
- package/dist/170/bitcoinIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/depositBoosted.cjs +20 -0
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.ts +343 -0
- package/dist/170/bitcoinIngressEgress/depositChannelLifetimeSet.cjs +9 -0
- package/dist/170/bitcoinIngressEgress/depositFinalised.cjs +18 -0
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.ts +337 -0
- package/dist/170/bitcoinIngressEgress/depositIgnored.cjs +15 -0
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.ts +268 -0
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.ts +565 -0
- package/dist/170/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.ts +144 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.cjs +9 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.ts +141 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/bitcoinIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/bitcoinThresholdSigner/palletConfigUpdated.cjs +9 -0
- package/dist/170/bitcoinVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/common.cjs +477 -0
- package/dist/170/common.d.ts +2447 -0
- package/dist/170/ethereumBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/ethereumIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.ts +15 -0
- package/dist/170/ethereumIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/ethereumIngressEgress/ccmFailed.d.ts +312 -0
- package/dist/170/ethereumIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/ethereumIngressEgress/depositChannelLifetimeSet.cjs +9 -0
- package/dist/170/ethereumIngressEgress/depositIgnored.cjs +15 -0
- package/dist/170/ethereumIngressEgress/depositIgnored.d.ts +54 -0
- package/dist/170/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/ethereumIngressEgress/transactionRejectedByBroker.cjs +12 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionFailed.cjs +9 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/ethereumIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/ethereumVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/evmThresholdSigner/palletConfigUpdated.cjs +9 -0
- package/dist/170/polkadotBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/polkadotIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.ts +15 -0
- package/dist/170/polkadotIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/polkadotIngressEgress/ccmFailed.d.ts +312 -0
- package/dist/170/polkadotIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/polkadotIngressEgress/depositChannelLifetimeSet.cjs +8 -0
- package/dist/170/polkadotIngressEgress/depositIgnored.cjs +15 -0
- package/dist/170/polkadotIngressEgress/depositIgnored.d.ts +44 -0
- package/dist/170/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/polkadotIngressEgress/transactionRejectedByBroker.cjs +11 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionFailed.cjs +8 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/polkadotIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/polkadotThresholdSigner/palletConfigUpdated.cjs +9 -0
- package/dist/170/polkadotVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/reputation/offencePenalty.cjs +13 -0
- package/dist/170/reputation/penaltyUpdated.cjs +13 -0
- package/dist/170/solanaBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/170/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/170/solanaIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.ts +15 -0
- package/dist/170/solanaIngressEgress/ccmFailed.cjs +14 -0
- package/dist/170/solanaIngressEgress/ccmFailed.d.ts +312 -0
- package/dist/170/solanaIngressEgress/ccmFallbackScheduled.cjs +12 -0
- package/dist/170/solanaIngressEgress/depositChannelLifetimeSet.cjs +9 -0
- package/dist/170/solanaIngressEgress/depositIgnored.cjs +14 -0
- package/dist/170/solanaIngressEgress/depositIgnored.d.ts +41 -0
- package/dist/170/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/170/solanaIngressEgress/transactionRejectedByBroker.cjs +8 -0
- package/dist/170/solanaIngressEgress/transactionRejectionFailed.cjs +8 -0
- package/dist/170/solanaIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/170/solanaIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/170/solanaThresholdSigner/palletConfigUpdated.cjs +9 -0
- package/dist/170/solanaVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/170/swapping/minimumChunkSizeSet.cjs +12 -0
- package/dist/170/swapping/minimumChunkSizeSet.d.ts +25 -0
- package/dist/170/swapping/swapRequested.cjs +18 -0
- package/dist/170/swapping/swapRequested.d.ts +713 -0
- package/dist/170/validator/previousRotationStillPending.cjs +8 -0
- package/dist/180/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/180/arbitrumChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.ts +533 -0
- package/dist/180/arbitrumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.ts +145 -0
- package/dist/180/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/arbitrumIngressEgress/depositFailed.d.ts +1370 -0
- package/dist/180/arbitrumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/180/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/arbitrumIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/arbitrumIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/arbitrumIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/arbitrumIngressEgress/witnessSafetyMarginSet.cjs +9 -0
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.ts +533 -0
- package/dist/180/bitcoinIngressEgress/depositBoosted.cjs +22 -0
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.ts +359 -0
- package/dist/180/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/bitcoinIngressEgress/depositFailed.d.ts +2279 -0
- package/dist/180/bitcoinIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.ts +353 -0
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/180/bitcoinIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/bitcoinIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/bitcoinIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/bitcoinIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/bitcoinIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/bitcoinIngressEgress/witnessSafetyMarginSet.cjs +9 -0
- package/dist/180/common.cjs +837 -0
- package/dist/180/common.d.ts +12253 -0
- package/dist/180/environment/solanaGovCallDispatched.cjs +12 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.ts +533 -0
- package/dist/180/ethereumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/180/ethereumIngressEgress/depositBoosted.d.ts +145 -0
- package/dist/180/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/ethereumIngressEgress/depositFailed.d.ts +1370 -0
- package/dist/180/ethereumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/180/ethereumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/ethereumIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/ethereumIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/ethereumIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/ethereumIngressEgress/witnessSafetyMarginSet.cjs +9 -0
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.ts +533 -0
- package/dist/180/polkadotIngressEgress/depositBoosted.cjs +22 -0
- package/dist/180/polkadotIngressEgress/depositBoosted.d.ts +135 -0
- package/dist/180/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/polkadotIngressEgress/depositFailed.d.ts +1361 -0
- package/dist/180/polkadotIngressEgress/depositFinalised.cjs +20 -0
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/180/polkadotIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/polkadotIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/polkadotIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/polkadotIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/polkadotIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/polkadotIngressEgress/witnessSafetyMarginSet.cjs +8 -0
- package/dist/180/solanaBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/180/solanaElections/unknownElection.cjs +9 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.ts +533 -0
- package/dist/180/solanaIngressEgress/depositBoosted.cjs +21 -0
- package/dist/180/solanaIngressEgress/depositBoosted.d.ts +132 -0
- package/dist/180/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/180/solanaIngressEgress/depositFailed.d.ts +1320 -0
- package/dist/180/solanaIngressEgress/depositFinalised.cjs +19 -0
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/180/solanaIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/180/solanaIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/180/solanaIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/180/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/180/solanaIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/180/solanaIngressEgress/unknownBroker.cjs +9 -0
- package/dist/180/solanaIngressEgress/witnessSafetyMarginSet.cjs +9 -0
- package/dist/180/swapping/affiliateRegistration.cjs +14 -0
- package/dist/180/swapping/brokerBondSet.cjs +9 -0
- package/dist/180/swapping/minimumNetworkFeeSet.cjs +9 -0
- package/dist/180/swapping/privateBrokerChannelClosed.cjs +12 -0
- package/dist/180/swapping/privateBrokerChannelOpened.cjs +12 -0
- package/dist/180/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/180/swapping/refundEgressScheduled.d.ts +54 -0
- package/dist/180/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/180/swapping/swapDepositAddressReady.d.ts +294 -0
- package/dist/180/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/180/swapping/swapEgressScheduled.d.ts +54 -0
- package/dist/180/swapping/swapRequested.cjs +19 -0
- package/dist/180/swapping/swapRequested.d.ts +679 -0
- package/dist/180/swapping/swapScheduled.cjs +15 -0
- package/dist/180/swapping/withdrawalRequested.cjs +16 -0
- package/dist/180/swapping/withdrawalRequested.d.ts +92 -0
- package/dist/190/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/190/arbitrumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/arbitrumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.ts +543 -0
- package/dist/190/arbitrumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.ts +194 -0
- package/dist/190/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/arbitrumIngressEgress/depositFailed.d.ts +1355 -0
- package/dist/190/arbitrumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.ts +188 -0
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.ts +66 -0
- package/dist/190/assetBalances/accountCredited.cjs +14 -0
- package/dist/190/assetBalances/accountCredited.d.ts +31 -0
- package/dist/190/assetBalances/accountDebited.cjs +14 -0
- package/dist/190/assetBalances/accountDebited.d.ts +31 -0
- package/dist/190/assetBalances/refundScheduled.cjs +13 -0
- package/dist/190/assetBalances/refundScheduled.d.ts +251 -0
- package/dist/190/assetBalances/refundSkipped.cjs +13 -0
- package/dist/190/assetBalances/refundSkipped.d.ts +468 -0
- package/dist/190/assetBalances/vaultDeficitDetected.cjs +13 -0
- package/dist/190/assethubBroadcaster/broadcastAborted.cjs +8 -0
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.cjs +12 -0
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.ts +333 -0
- package/dist/190/assethubBroadcaster/broadcastRetryScheduled.cjs +11 -0
- package/dist/190/assethubBroadcaster/broadcastSuccess.cjs +13 -0
- package/dist/190/assethubBroadcaster/broadcastTimeout.cjs +8 -0
- package/dist/190/assethubBroadcaster/callResigned.cjs +8 -0
- package/dist/190/assethubBroadcaster/palletConfigUpdated.cjs +9 -0
- package/dist/190/assethubBroadcaster/thresholdSignatureInvalid.cjs +8 -0
- package/dist/190/assethubBroadcaster/transactionBroadcastRequest.cjs +14 -0
- package/dist/190/assethubBroadcaster/transactionFeeDeficitRecorded.cjs +12 -0
- package/dist/190/assethubBroadcaster/transactionFeeDeficitRefused.cjs +9 -0
- package/dist/190/assethubChainTracking/chainStateUpdated.cjs +9 -0
- package/dist/190/assethubChainTracking/feeMultiplierUpdated.cjs +9 -0
- package/dist/190/assethubIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/190/assethubIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/assethubIngressEgress/boostFundsAdded.cjs +13 -0
- package/dist/190/assethubIngressEgress/boostFundsAdded.d.ts +45 -0
- package/dist/190/assethubIngressEgress/boostPoolCreated.cjs +9 -0
- package/dist/190/assethubIngressEgress/boostedDepositLost.cjs +12 -0
- package/dist/190/assethubIngressEgress/ccmBroadcastFailed.cjs +8 -0
- package/dist/190/assethubIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.ts +543 -0
- package/dist/190/assethubIngressEgress/channelOpeningFeePaid.cjs +9 -0
- package/dist/190/assethubIngressEgress/channelOpeningFeeSet.cjs +9 -0
- package/dist/190/assethubIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/assethubIngressEgress/depositBoosted.d.ts +184 -0
- package/dist/190/assethubIngressEgress/depositChannelLifetimeSet.cjs +8 -0
- package/dist/190/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/assethubIngressEgress/depositFailed.d.ts +1346 -0
- package/dist/190/assethubIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/190/assethubIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/assethubIngressEgress/depositFinalised.d.ts +178 -0
- package/dist/190/assethubIngressEgress/failedForeignChainCallExpired.cjs +8 -0
- package/dist/190/assethubIngressEgress/failedForeignChainCallResigned.cjs +11 -0
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/190/assethubIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/190/assethubIngressEgress/minimumDepositSet.cjs +12 -0
- package/dist/190/assethubIngressEgress/networkFeeDeductionFromBoostSet.cjs +8 -0
- package/dist/190/assethubIngressEgress/stoppedBoosting.cjs +14 -0
- package/dist/190/assethubIngressEgress/stoppedBoosting.d.ts +48 -0
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.cjs +11 -0
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.ts +15 -0
- package/dist/190/assethubIngressEgress/transactionRejectionFailed.cjs +8 -0
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.cjs +12 -0
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.ts +30 -0
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.cjs +13 -0
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.ts +33 -0
- package/dist/190/assethubIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.ts +66 -0
- package/dist/190/assethubIngressEgress/unknownAffiliate.cjs +12 -0
- package/dist/190/assethubIngressEgress/unknownBroker.cjs +9 -0
- package/dist/190/assethubIngressEgress/utxoConsolidation.cjs +8 -0
- package/dist/190/assethubIngressEgress/witnessSafetyMarginSet.cjs +8 -0
- package/dist/190/assethubVault/activationTxFailedAwaitingGovernance.cjs +9 -0
- package/dist/190/assethubVault/awaitingGovernanceActivation.cjs +9 -0
- package/dist/190/assethubVault/chainInitialized.cjs +8 -0
- package/dist/190/assethubVault/vaultActivationCompleted.cjs +8 -0
- package/dist/190/assethubVault/vaultRotatedExternally.cjs +7 -0
- package/dist/190/bitcoinIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/bitcoinIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.ts +543 -0
- package/dist/190/bitcoinIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.ts +408 -0
- package/dist/190/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/bitcoinIngressEgress/depositFailed.d.ts +2264 -0
- package/dist/190/bitcoinIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.ts +402 -0
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.ts +161 -0
- package/dist/190/common.cjs +1330 -0
- package/dist/190/common.d.ts +18203 -0
- package/dist/190/emissions/networkFeeBurned.cjs +12 -0
- package/dist/190/emissions/networkFeeBurned.d.ts +25 -0
- package/dist/190/environment/assethubVaultAccountSet.cjs +9 -0
- package/dist/190/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/190/environment/runtimeSafeModeUpdated.d.ts +1278 -0
- package/dist/190/ethereumIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/ethereumIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.ts +543 -0
- package/dist/190/ethereumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/ethereumIngressEgress/depositBoosted.d.ts +194 -0
- package/dist/190/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/ethereumIngressEgress/depositFailed.d.ts +1355 -0
- package/dist/190/ethereumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/ethereumIngressEgress/depositFinalised.d.ts +188 -0
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.ts +66 -0
- package/dist/190/flip/palletConfigUpdated.cjs +9 -0
- package/dist/190/flip/palletConfigUpdated.d.ts +84 -0
- package/dist/190/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/190/liquidityPools/assetSwapped.d.ts +41 -0
- package/dist/190/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/190/liquidityPools/limitOrderUpdated.d.ts +99 -0
- package/dist/190/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/190/liquidityPools/newPoolCreated.d.ts +41 -0
- package/dist/190/liquidityPools/orderDeletionFailed.cjs +9 -0
- package/dist/190/liquidityPools/orderDeletionFailed.d.ts +127 -0
- package/dist/190/liquidityPools/palletConfigUpdated.cjs +9 -0
- package/dist/190/liquidityPools/palletConfigUpdated.d.ts +44 -0
- package/dist/190/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/190/liquidityPools/poolFeeSet.d.ts +38 -0
- package/dist/190/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/190/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/190/liquidityPools/rangeOrderUpdated.d.ts +209 -0
- package/dist/190/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/190/liquidityProvider/assetTransferred.d.ts +31 -0
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.ts +91 -0
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.cjs +13 -0
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.ts +251 -0
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.ts +95 -0
- package/dist/190/polkadotIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/polkadotIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.ts +543 -0
- package/dist/190/polkadotIngressEgress/depositBoosted.cjs +22 -0
- package/dist/190/polkadotIngressEgress/depositBoosted.d.ts +184 -0
- package/dist/190/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/polkadotIngressEgress/depositFailed.d.ts +1346 -0
- package/dist/190/polkadotIngressEgress/depositFinalised.cjs +20 -0
- package/dist/190/polkadotIngressEgress/depositFinalised.d.ts +178 -0
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.ts +66 -0
- package/dist/190/reputation/offencePenalty.cjs +13 -0
- package/dist/190/reputation/offencePenalty.d.ts +125 -0
- package/dist/190/reputation/penaltyUpdated.cjs +13 -0
- package/dist/190/reputation/penaltyUpdated.d.ts +155 -0
- package/dist/190/solanaIngressEgress/batchBroadcastRequested.cjs +12 -0
- package/dist/190/solanaIngressEgress/ccmBroadcastRequested.cjs +12 -0
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.cjs +12 -0
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.ts +543 -0
- package/dist/190/solanaIngressEgress/depositBoosted.cjs +21 -0
- package/dist/190/solanaIngressEgress/depositBoosted.d.ts +181 -0
- package/dist/190/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/190/solanaIngressEgress/depositFailed.d.ts +1305 -0
- package/dist/190/solanaIngressEgress/depositFinalised.cjs +19 -0
- package/dist/190/solanaIngressEgress/depositFinalised.d.ts +175 -0
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.cjs +9 -0
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.ts +560 -0
- package/dist/190/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.ts +66 -0
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.cjs +16 -0
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.ts +314 -0
- package/dist/190/swapping/batchSwapFailed.cjs +13 -0
- package/dist/190/swapping/batchSwapFailed.d.ts +38 -0
- package/dist/190/swapping/creditedOnChain.cjs +14 -0
- package/dist/190/swapping/creditedOnChain.d.ts +31 -0
- package/dist/190/swapping/palletConfigUpdated.cjs +9 -0
- package/dist/190/swapping/palletConfigUpdated.d.ts +196 -0
- package/dist/190/swapping/refundEgressIgnored.cjs +14 -0
- package/dist/190/swapping/refundEgressIgnored.d.ts +248 -0
- package/dist/190/swapping/refundEgressScheduled.cjs +15 -0
- package/dist/190/swapping/refundEgressScheduled.d.ts +54 -0
- package/dist/190/swapping/refundedOnChain.cjs +14 -0
- package/dist/190/swapping/refundedOnChain.d.ts +31 -0
- package/dist/190/swapping/swapAmountConfiscated.cjs +14 -0
- package/dist/190/swapping/swapAmountConfiscated.d.ts +31 -0
- package/dist/190/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/190/swapping/swapDepositAddressReady.d.ts +315 -0
- package/dist/190/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/190/swapping/swapEgressIgnored.d.ts +248 -0
- package/dist/190/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/190/swapping/swapEgressScheduled.d.ts +54 -0
- package/dist/190/swapping/swapExecuted.cjs +19 -0
- package/dist/190/swapping/swapExecuted.d.ts +56 -0
- package/dist/190/swapping/swapRequested.cjs +19 -0
- package/dist/190/swapping/swapRequested.d.ts +900 -0
- package/dist/190/swapping/vaultSwapMinimumBrokerFeeSet.cjs +12 -0
- package/dist/190/swapping/withdrawalRequested.cjs +16 -0
- package/dist/190/swapping/withdrawalRequested.d.ts +98 -0
- package/dist/190/tokenholderGovernance/govKeyUpdatedHasFailed.cjs +12 -0
- package/dist/190/tokenholderGovernance/govKeyUpdatedWasSuccessful.cjs +12 -0
- package/dist/190/tokenholderGovernance/proposalEnacted.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalEnacted.d.ts +54 -0
- package/dist/190/tokenholderGovernance/proposalPassed.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalPassed.d.ts +54 -0
- package/dist/190/tokenholderGovernance/proposalRejected.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalRejected.d.ts +54 -0
- package/dist/190/tokenholderGovernance/proposalSubmitted.cjs +9 -0
- package/dist/190/tokenholderGovernance/proposalSubmitted.d.ts +54 -0
- package/dist/190/tradingStrategy/fundsAddedToStrategy.cjs +12 -0
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.ts +25 -0
- package/dist/190/tradingStrategy/palletConfigUpdated.cjs +9 -0
- package/dist/190/tradingStrategy/palletConfigUpdated.d.ts +108 -0
- package/dist/190/tradingStrategy/strategyClosed.cjs +9 -0
- package/dist/190/tradingStrategy/strategyDeployed.cjs +13 -0
- package/dist/190/tradingStrategy/strategyDeployed.d.ts +50 -0
- package/dist/200/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/200/arbitrumBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/assethubBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/bitcoinBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/bitcoinThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
- package/dist/200/common.cjs +616 -0
- package/dist/200/common.d.ts +11087 -0
- package/dist/200/environment/batchCompleted.cjs +8 -0
- package/dist/200/environment/nonNativeSignedCall.cjs +8 -0
- package/dist/200/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/200/ethereumBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/evmThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
- package/dist/200/funding/funded.cjs +14 -0
- package/dist/200/lendingPools/collateralAdded.cjs +13 -0
- package/dist/200/lendingPools/collateralRemoved.cjs +12 -0
- package/dist/200/lendingPools/collateralTopupAssetUpdated.cjs +12 -0
- package/dist/200/lendingPools/interestTaken.cjs +15 -0
- package/dist/200/lendingPools/lendingFundsAdded.cjs +13 -0
- package/dist/200/lendingPools/lendingFundsRemoved.cjs +13 -0
- package/dist/200/lendingPools/lendingNetworkFeeSwapInitiated.cjs +9 -0
- package/dist/200/lendingPools/lendingPoolCreated.cjs +9 -0
- package/dist/200/lendingPools/liquidationCompleted.cjs +12 -0
- package/dist/200/lendingPools/liquidationFeeTaken.cjs +14 -0
- package/dist/200/lendingPools/liquidationInitiated.cjs +13 -0
- package/dist/200/lendingPools/loanCreated.cjs +14 -0
- package/dist/200/lendingPools/loanCreated.d.ts +31 -0
- package/dist/200/lendingPools/loanRepaid.cjs +12 -0
- package/dist/200/lendingPools/loanSettled.cjs +13 -0
- package/dist/200/lendingPools/loanUpdated.cjs +12 -0
- package/dist/200/lendingPools/originationFeeTaken.cjs +14 -0
- package/dist/200/lendingPools/palletConfigUpdated.cjs +9 -0
- package/dist/200/lendingPools/whitelistUpdated.cjs +9 -0
- package/dist/200/polkadotBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/polkadotThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
- package/dist/200/solanaBroadcaster/historicalBroadcastRequested.cjs +12 -0
- package/dist/200/solanaThresholdSigner/maxRetriesReachedForRequest.cjs +8 -0
- package/dist/200/swapping/accountCreationDepositAddressReady.cjs +19 -0
- package/dist/200/swapping/accountCreationDepositAddressReady.d.ts +148 -0
- package/dist/200/swapping/swapAborted.cjs +12 -0
- package/dist/200/swapping/swapRequestCompleted.cjs +12 -0
- package/dist/200/swapping/swapRequested.cjs +19 -0
- package/dist/200/swapping/swapRequested.d.ts +3993 -0
- package/dist/200/swapping/swapRescheduled.cjs +13 -0
- package/dist/210/_virtual/rolldown_runtime.cjs +29 -0
- package/dist/210/arbitrumElections/allVotesCleared.cjs +8 -0
- package/dist/210/arbitrumElections/allVotesCleared.d.ts +6 -0
- package/dist/210/arbitrumElections/allVotesCleared.mjs +7 -0
- package/dist/210/arbitrumElections/allVotesNotCleared.cjs +8 -0
- package/dist/210/arbitrumElections/allVotesNotCleared.d.ts +6 -0
- package/dist/210/arbitrumElections/allVotesNotCleared.mjs +7 -0
- package/dist/210/arbitrumElections/corruptStorage.cjs +8 -0
- package/dist/210/arbitrumElections/corruptStorage.d.ts +6 -0
- package/dist/210/arbitrumElections/corruptStorage.mjs +7 -0
- package/dist/210/arbitrumElections/electoralEvent.cjs +7 -0
- package/dist/210/arbitrumElections/electoralEvent.d.ts +58 -0
- package/dist/210/arbitrumElections/electoralEvent.mjs +7 -0
- package/dist/210/arbitrumElections/uninitialized.cjs +8 -0
- package/dist/210/arbitrumElections/uninitialized.d.ts +6 -0
- package/dist/210/arbitrumElections/uninitialized.mjs +7 -0
- package/dist/210/arbitrumElections/unknownElection.cjs +9 -0
- package/dist/210/arbitrumElections/unknownElection.d.ts +14 -0
- package/dist/210/arbitrumElections/unknownElection.mjs +8 -0
- package/dist/210/arbitrumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/210/arbitrumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/210/arbitrumIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/arbitrumIngressEgress/depositFailed.d.ts +1427 -0
- package/dist/210/arbitrumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/210/arbitrumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/210/arbitrumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/210/arbitrumIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/210/arbitrumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/210/arbitrumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/210/assetBalances/accountCredited.cjs +14 -0
- package/dist/210/assetBalances/accountCredited.d.ts +31 -0
- package/dist/210/assetBalances/accountDebited.cjs +14 -0
- package/dist/210/assetBalances/accountDebited.d.ts +31 -0
- package/dist/210/assethubIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/assethubIngressEgress/depositFailed.d.ts +1418 -0
- package/dist/210/bitcoinIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/bitcoinIngressEgress/depositFailed.d.ts +2336 -0
- package/dist/210/common.cjs +1509 -0
- package/dist/210/common.d.ts +26736 -0
- package/dist/210/common.mjs +135 -13
- package/dist/210/environment/addedNewArbAsset.cjs +9 -0
- package/dist/210/environment/addedNewEthAsset.cjs +9 -0
- package/dist/210/environment/runtimeSafeModeUpdated.cjs +9 -0
- package/dist/210/environment/runtimeSafeModeUpdated.d.ts +1997 -0
- package/dist/210/environment/updatedArbAsset.cjs +9 -0
- package/dist/210/environment/updatedEthAsset.cjs +9 -0
- package/dist/210/ethereumElections/allVotesCleared.cjs +8 -0
- package/dist/210/ethereumElections/allVotesCleared.d.ts +6 -0
- package/dist/210/ethereumElections/allVotesCleared.mjs +7 -0
- package/dist/210/ethereumElections/allVotesNotCleared.cjs +8 -0
- package/dist/210/ethereumElections/allVotesNotCleared.d.ts +6 -0
- package/dist/210/ethereumElections/allVotesNotCleared.mjs +7 -0
- package/dist/210/ethereumElections/corruptStorage.cjs +8 -0
- package/dist/210/ethereumElections/corruptStorage.d.ts +6 -0
- package/dist/210/ethereumElections/corruptStorage.mjs +7 -0
- package/dist/210/ethereumElections/electoralEvent.cjs +7 -0
- package/dist/210/ethereumElections/electoralEvent.d.ts +30 -0
- package/dist/210/ethereumElections/electoralEvent.mjs +7 -0
- package/dist/210/ethereumElections/uninitialized.cjs +8 -0
- package/dist/210/ethereumElections/uninitialized.d.ts +6 -0
- package/dist/210/ethereumElections/uninitialized.mjs +7 -0
- package/dist/210/ethereumElections/unknownElection.cjs +9 -0
- package/dist/210/ethereumElections/unknownElection.d.ts +14 -0
- package/dist/210/ethereumElections/unknownElection.mjs +8 -0
- package/dist/210/ethereumIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/210/ethereumIngressEgress/depositBoosted.cjs +22 -0
- package/dist/210/ethereumIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/ethereumIngressEgress/depositFailed.d.ts +1427 -0
- package/dist/210/ethereumIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/210/ethereumIngressEgress/depositFinalised.cjs +20 -0
- package/dist/210/ethereumIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/210/ethereumIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/210/ethereumIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/210/ethereumIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/210/funding/funded.cjs +14 -0
- package/dist/210/funding/funded.d.ts +88 -0
- package/dist/210/governance/newGovernanceCouncil.cjs +9 -0
- package/dist/210/lendingPools/boostFundsAdded.cjs +13 -0
- package/dist/210/lendingPools/boostFundsAdded.d.ts +45 -0
- package/dist/210/lendingPools/boostPoolCreated.cjs +9 -0
- package/dist/210/lendingPools/boostPoolCreated.d.ts +39 -0
- package/dist/210/lendingPools/collateralAdded.cjs +13 -0
- package/dist/210/lendingPools/collateralAdded.d.ts +68 -0
- package/dist/210/lendingPools/collateralRemoved.cjs +12 -0
- package/dist/210/lendingPools/collateralRemoved.d.ts +25 -0
- package/dist/210/lendingPools/collateralTopupAssetUpdated.cjs +12 -0
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.ts +25 -0
- package/dist/210/lendingPools/lendingFundsAdded.cjs +13 -0
- package/dist/210/lendingPools/lendingFundsAdded.d.ts +28 -0
- package/dist/210/lendingPools/lendingFundsRemoved.cjs +13 -0
- package/dist/210/lendingPools/lendingFundsRemoved.d.ts +28 -0
- package/dist/210/lendingPools/lendingPoolCreated.cjs +9 -0
- package/dist/210/lendingPools/lendingPoolCreated.d.ts +22 -0
- package/dist/210/lendingPools/loanCreated.cjs +14 -0
- package/dist/210/lendingPools/loanCreated.d.ts +31 -0
- package/dist/210/lendingPools/loanRepaid.cjs +13 -0
- package/dist/210/lendingPools/palletConfigUpdated.cjs +9 -0
- package/dist/210/lendingPools/palletConfigUpdated.d.ts +423 -0
- package/dist/210/lendingPools/stoppedBoosting.cjs +14 -0
- package/dist/210/lendingPools/stoppedBoosting.d.ts +48 -0
- package/dist/210/liquidityPools/assetSwapped.cjs +14 -0
- package/dist/210/liquidityPools/assetSwapped.d.ts +41 -0
- package/dist/210/liquidityPools/limitOrderUpdated.cjs +20 -0
- package/dist/210/liquidityPools/limitOrderUpdated.d.ts +99 -0
- package/dist/210/liquidityPools/newPoolCreated.cjs +14 -0
- package/dist/210/liquidityPools/newPoolCreated.d.ts +41 -0
- package/dist/210/liquidityPools/orderDeletionFailed.cjs +9 -0
- package/dist/210/liquidityPools/orderDeletionFailed.d.ts +127 -0
- package/dist/210/liquidityPools/palletConfigUpdated.cjs +9 -0
- package/dist/210/liquidityPools/palletConfigUpdated.d.ts +44 -0
- package/dist/210/liquidityPools/poolFeeSet.cjs +13 -0
- package/dist/210/liquidityPools/poolFeeSet.d.ts +38 -0
- package/dist/210/liquidityPools/priceImpactLimitSet.cjs +12 -0
- package/dist/210/liquidityPools/rangeOrderUpdated.cjs +21 -0
- package/dist/210/liquidityPools/rangeOrderUpdated.d.ts +209 -0
- package/dist/210/liquidityProvider/assetTransferred.cjs +14 -0
- package/dist/210/liquidityProvider/assetTransferred.d.ts +31 -0
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.cjs +17 -0
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.ts +91 -0
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.cjs +15 -0
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.ts +95 -0
- package/dist/210/polkadotIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/polkadotIngressEgress/depositFailed.d.ts +1418 -0
- package/dist/210/solanaIngressEgress/assetEgressStatusChanged.cjs +12 -0
- package/dist/210/solanaIngressEgress/assetEgressStatusChanged.d.ts +25 -0
- package/dist/210/solanaIngressEgress/assetEgressStatusChanged.mjs +11 -0
- package/dist/210/solanaIngressEgress/depositBoosted.cjs +22 -0
- package/dist/210/solanaIngressEgress/depositBoosted.d.ts +224 -0
- package/dist/210/solanaIngressEgress/depositBoosted.mjs +21 -0
- package/dist/210/solanaIngressEgress/depositFailed.cjs +13 -0
- package/dist/210/solanaIngressEgress/depositFailed.d.ts +1499 -0
- package/dist/210/solanaIngressEgress/depositFetchesScheduled.cjs +12 -0
- package/dist/210/solanaIngressEgress/depositFetchesScheduled.d.ts +25 -0
- package/dist/210/solanaIngressEgress/depositFetchesScheduled.mjs +11 -0
- package/dist/210/solanaIngressEgress/depositFinalised.cjs +20 -0
- package/dist/210/solanaIngressEgress/depositFinalised.d.ts +218 -0
- package/dist/210/solanaIngressEgress/depositFinalised.mjs +19 -0
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.cjs +15 -0
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.d.ts +44 -0
- package/dist/210/solanaIngressEgress/insufficientBoostLiquidity.mjs +14 -0
- package/dist/210/solanaIngressEgress/invalidCcmRefunded.cjs +13 -0
- package/dist/210/solanaIngressEgress/invalidCcmRefunded.d.ts +28 -0
- package/dist/210/solanaIngressEgress/invalidCcmRefunded.mjs +12 -0
- package/dist/210/solanaIngressEgress/palletConfigUpdated.cjs +9 -0
- package/dist/210/solanaIngressEgress/palletConfigUpdated.d.ts +151 -0
- package/dist/210/solanaIngressEgress/palletConfigUpdated.mjs +8 -0
- package/dist/210/solanaIngressEgress/transferFallbackRequested.cjs +15 -0
- package/dist/210/solanaIngressEgress/transferFallbackRequested.d.ts +66 -0
- package/dist/210/solanaIngressEgress/transferFallbackRequested.mjs +14 -0
- package/dist/210/swapping/accountCreationDepositAddressReady.cjs +19 -0
- package/dist/210/swapping/accountCreationDepositAddressReady.d.ts +148 -0
- package/dist/210/swapping/batchSwapFailed.cjs +13 -0
- package/dist/210/swapping/batchSwapFailed.d.ts +38 -0
- package/dist/210/swapping/boundBrokerWithdrawalAddress.cjs +12 -0
- package/dist/210/swapping/boundBrokerWithdrawalAddress.d.ts +15 -0
- package/dist/210/swapping/boundBrokerWithdrawalAddress.mjs +11 -0
- package/dist/210/swapping/creditedOnChain.cjs +14 -0
- package/dist/210/swapping/creditedOnChain.d.ts +31 -0
- package/dist/210/swapping/palletConfigUpdated.cjs +9 -0
- package/dist/210/swapping/palletConfigUpdated.d.ts +255 -0
- package/dist/210/swapping/refundEgressIgnored.cjs +14 -0
- package/dist/210/swapping/refundEgressIgnored.d.ts +248 -0
- package/dist/210/swapping/refundEgressScheduled.cjs +16 -0
- package/dist/210/swapping/refundEgressScheduled.d.ts +57 -0
- package/dist/210/swapping/refundedOnChain.cjs +15 -0
- package/dist/210/swapping/refundedOnChain.d.ts +34 -0
- package/dist/210/swapping/swapAmountConfiscated.cjs +14 -0
- package/dist/210/swapping/swapAmountConfiscated.d.ts +31 -0
- package/dist/210/swapping/swapDepositAddressReady.cjs +24 -0
- package/dist/210/swapping/swapDepositAddressReady.d.ts +695 -0
- package/dist/210/swapping/swapEgressIgnored.cjs +14 -0
- package/dist/210/swapping/swapEgressIgnored.d.ts +248 -0
- package/dist/210/swapping/swapEgressScheduled.cjs +15 -0
- package/dist/210/swapping/swapEgressScheduled.d.ts +54 -0
- package/dist/210/swapping/swapExecuted.cjs +20 -0
- package/dist/210/swapping/swapExecuted.d.ts +59 -0
- package/dist/210/swapping/swapRequested.cjs +19 -0
- package/dist/210/swapping/swapRequested.d.ts +3993 -0
- package/dist/210/swapping/withdrawalRequested.cjs +16 -0
- package/dist/210/swapping/withdrawalRequested.d.ts +98 -0
- package/dist/210/tradingStrategy/fundsAddedToStrategy.cjs +12 -0
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.ts +25 -0
- package/dist/210/tradingStrategy/palletConfigUpdated.cjs +9 -0
- package/dist/210/tradingStrategy/palletConfigUpdated.d.ts +108 -0
- package/dist/210/tradingStrategy/strategyDeployed.cjs +13 -0
- package/dist/210/tradingStrategy/strategyDeployed.d.ts +134 -0
- package/dist/CodeGenerator.cjs +187 -0
- package/dist/EventHandler.cjs +15 -0
- package/dist/EventHandler.d.ts +28 -0
- package/dist/EventHandler.mjs +14 -0
- package/dist/HandlerMap.cjs +65 -0
- package/dist/HandlerMap.d.ts +24 -0
- package/dist/HandlerMap.mjs +62 -0
- package/dist/Parser.cjs +122 -0
- package/dist/Processor.cjs +215 -0
- package/dist/Processor.d.ts +42 -0
- package/dist/Processor.mjs +211 -0
- package/dist/_virtual/_@oxc-project_runtime@0.110.0/helpers/decorate.cjs +11 -0
- package/dist/_virtual/_@oxc-project_runtime@0.110.0/helpers/decorate.mjs +10 -0
- package/dist/_virtual/rolldown_runtime.cjs +45 -0
- package/dist/generate.cjs +44 -0
- package/dist/index.cjs +8 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.mjs +5 -0
- package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/Client.cjs +76 -0
- package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/HttpClient.cjs +35 -0
- package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/WsClient.cjs +4 -0
- package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/common.cjs +44 -0
- package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/index.cjs +2 -0
- package/dist/node_modules/.pnpm/@chainflip_rpc@1.9.3/node_modules/@chainflip/rpc/dist/parsers.cjs +484 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/_shortw_utils.cjs +22 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/curve.cjs +324 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/hash-to-curve.cjs +167 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/modular.cjs +394 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/abstract/weierstrass.cjs +1195 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/secp256k1.cjs +119 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.9.7/node_modules/@noble/curves/esm/utils.cjs +203 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_blake.cjs +267 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_md.cjs +136 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/_u64.cjs +65 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2.cjs +335 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/blake2b.cjs +13 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/cryptoNode.cjs +16 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/hmac.cjs +83 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha2.cjs +254 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/sha3.cjs +207 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.8.0/node_modules/@noble/hashes/esm/utils.cjs +207 -0
- package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/genesis.cjs +91 -0
- package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/icons.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/ledger.cjs +57 -0
- package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/defaults/testnets.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_networks@14.0.1/node_modules/@polkadot/networks/interfaces.cjs +41 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Array.cjs +152 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Base.cjs +106 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/abstract/Int.cjs +197 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Compact.cjs +157 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/DoNotConstruct.cjs +100 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Enum.cjs +322 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Int.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Null.cjs +82 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Option.cjs +196 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Result.cjs +65 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Tuple.cjs +101 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/UInt.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/Vec.cjs +104 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/base/VecFixed.cjs +67 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeMap.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BTreeSet.cjs +190 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/BitVec.cjs +98 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Bytes.cjs +61 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/HashMap.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Map.cjs +197 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/OptionBool.cjs +61 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Range.cjs +43 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/RangeInclusive.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/Type.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/U8aFixed.cjs +44 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperKeepOpaque.cjs +102 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/extended/WrapperOpaque.cjs +24 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Bool.cjs +107 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Float.cjs +107 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Json.cjs +120 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Raw.cjs +140 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Set.cjs +196 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Struct.cjs +233 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/native/Text.cjs +138 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F32.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/F64.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I128.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I16.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I256.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I32.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I64.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/I8.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/ISize.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U128.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U16.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U256.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U32.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U64.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/U8.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/primitive/USize.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareArray.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareMap.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/compareSet.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/decodeU8a.cjs +107 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sanitize.cjs +180 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/sortValues.cjs +70 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/toConstructors.cjs +38 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/typesToMap.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types-codec@16.5.4/node_modules/@polkadot/types-codec/utils/util.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/class.cjs +147 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/create/type.cjs +47 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/types/types.cjs +36 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/encodeTypes.cjs +101 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/getTypeDef.cjs +250 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/typeSplit.cjs +48 -0
- package/dist/node_modules/.pnpm/@polkadot_types-create@16.5.4/node_modules/@polkadot/types-create/util/xcm.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/lazy.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/create/registry.cjs +378 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/AccountId.cjs +68 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/ethereum/LookupSource.cjs +80 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/Extrinsic.cjs +320 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicEra.cjs +208 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayload.cjs +163 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicPayloadUnknown.cjs +17 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/ExtrinsicUnknown.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/SignerPayload.cjs +131 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/constants.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/emptyCheck.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/index.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/polkadot.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/shell.cjs +7 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/statemint.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/signedExtensions/substrate.cjs +51 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/util.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/Extrinsic.cjs +79 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicPayload.cjs +95 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v4/ExtrinsicSignature.cjs +158 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/Extrinsic.cjs +88 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicPayload.cjs +92 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/ExtrinsicSignature.cjs +155 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/extrinsic/v5/GeneralExtrinsic.cjs +139 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountId.cjs +84 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/AccountIndex.cjs +99 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Block.cjs +43 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Call.cjs +180 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ChainProperties.cjs +56 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/ConsensusEngineId.cjs +94 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Event.cjs +149 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/LookupSource.cjs +88 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/MultiAddress.cjs +54 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/generic/Vote.cjs +91 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/index.types.cjs +136 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/alias.cjs +66 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assetConversion/runtime.cjs +65 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/definitions.cjs +53 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/assets/runtime.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/attestations/definitions.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/aura/runtime.cjs +20 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/definitions.cjs +27 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/author/rpc.cjs +90 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/authorship/definitions.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/definitions.cjs +120 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/rpc.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/babe/runtime.cjs +65 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/balances/definitions.cjs +50 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/definitions.cjs +60 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/rpc.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/beefy/runtime.cjs +92 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/definitions.cjs +73 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/benchmark/runtime.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/definitions.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/blockbuilder/runtime.cjs +98 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/bridges/definitions.cjs +88 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/definitions.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/chain/rpc.cjs +79 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/definitions.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/childstate/rpc.cjs +137 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/claims/definitions.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/collective/definitions.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/consensus/definitions.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/definitions.cjs +412 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/rpc.cjs +85 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contracts/runtime.cjs +175 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/contractsAbi/definitions.cjs +326 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/crowdloan/definitions.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/definitions.cjs +37 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/cumulus/runtime.cjs +39 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/definitions.cjs +167 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/democracy/definitions.cjs +98 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/definitions.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dev/rpc.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/discovery/runtime.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/definitions.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/dryRunApi/runtime.cjs +65 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/elections/definitions.cjs +35 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/definitions.cjs +24 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/engine/rpc.cjs +38 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/definitions.cjs +382 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/rpc.cjs +448 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/eth/runtime.cjs +320 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/evm/definitions.cjs +89 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/extrinsics/definitions.cjs +36 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/finality/runtime.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/fungibles/runtime.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genericAsset/definitions.cjs +25 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/genesisBuilder/runtime.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/gilt/definitions.cjs +27 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/definitions.cjs +128 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/rpc.cjs +30 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/grandpa/runtime.cjs +48 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/identity/definitions.cjs +71 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/imOnline/definitions.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/lottery/definitions.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/definitions.cjs +69 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/hashers.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/runtime.cjs +32 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v10.cjs +57 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v11.cjs +58 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v12.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v13.cjs +60 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v14.cjs +84 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v15.cjs +59 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v16.cjs +116 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/metadata/v9.cjs +79 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/definitions.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mixnet/runtime.cjs +36 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/definitions.cjs +49 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/rpc.cjs +57 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/mmr/runtime.cjs +145 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/definitions.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nfts/runtime.cjs +98 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nimbus/runtime.cjs +62 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/definitions.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/nompools/runtime.cjs +40 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/definitions.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/rpc.cjs +50 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offchain/runtime.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/offences/definitions.cjs +20 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlOracle/runtime.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/ormlTokens/runtime.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/definitions.cjs +523 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/hrmp.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/runtime.cjs +360 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/parachains/slots.cjs +95 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/definitions.cjs +34 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/rpc.cjs +35 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/payment/runtime.cjs +145 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/poll/definitions.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/pow/runtime.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/proxy/definitions.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/purchase/definitions.cjs +25 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/recovery/definitions.cjs +21 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/definitions.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/rpc/rpc.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/definitions.cjs +201 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/runtime/runtime.cjs +94 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/definitions.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v0.cjs +73 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scaleInfo/v1.cjs +58 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/scheduler/definitions.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/definitions.cjs +41 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/session/runtime.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/society/definitions.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/definitions.cjs +293 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/staking/runtime.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/definitions.cjs +85 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/state/rpc.cjs +383 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/definitions.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/statement/runtime.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/support/definitions.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/definitions.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/syncstate/rpc.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/definitions.cjs +287 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/rpc.cjs +133 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/system/runtime.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/treasury/definitions.cjs +61 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txpayment/definitions.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/definitions.cjs +25 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/txqueue/runtime.cjs +53 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/uniques/definitions.cjs +47 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/utility/definitions.cjs +20 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/vesting/definitions.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/definitions.cjs +154 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v0.cjs +205 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v1.cjs +195 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v2.cjs +254 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v3.cjs +344 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v4.cjs +250 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcm/v5.cjs +271 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/definitions.cjs +17 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmPaymentApi/runtime.cjs +37 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/definitions.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/interfaces/xcmRuntimeApi/runtime.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MagicNumber.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/Metadata.cjs +37 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/MetadataVersioned.cjs +139 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/PortableRegistry/PortableRegistry.cjs +684 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/constants/index.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/events/index.cjs +8 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/createUnchecked.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/extrinsics/index.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/decorate/util.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/extractTypes.cjs +53 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/flattenUniq.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getSiName.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/getUniqTypes.cjs +33 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/toCallsOnly.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/util/validateTypes.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v10/toV11.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v11/toV12.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v12/toV13.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v13/toV14.cjs +240 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v14/toV15.cjs +25 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v15/toV16.cjs +96 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v16/toLatest.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/v9/toV10.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/metadata/versions.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/Data.cjs +101 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/primitive/StorageKey.cjs +165 -0
- package/dist/node_modules/.pnpm/@polkadot_types@16.5.4/node_modules/@polkadot/types/util/storage.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/checksum.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/decode.cjs +25 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/defaults.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/encode.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/address/sshash.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/base32/helpers.cjs +32 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/base58/bs58.cjs +35 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/blake2/asU8a.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/bn.cjs +9 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/encode.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/isAddress.cjs +12 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/ethereum/isChecksum.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/helpers.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/keccak/asU8a.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_util-crypto@14.0.1_@polkadot_util@14.0.1/node_modules/@polkadot/util-crypto/secp256k1/expand.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/assert.cjs +41 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/bn.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/consts.cjs +46 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toBn.cjs +30 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toHex.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/bn/toU8a.cjs +34 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/addLength.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/fromU8a.cjs +57 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/stripLength.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/compact/toU8a.cjs +38 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/float/toU8a.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatBalance.cjs +55 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDate.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatDecimal.cjs +15 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/formatNumber.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/getSeparator.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/format/si.cjs +109 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/has.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/stripPrefix.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toBn.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/hex/toU8a.cjs +41 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/ascii.cjs +33 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bigInt.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/bn.cjs +24 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/boolean.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/buffer.cjs +25 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/codec.cjs +11 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/function.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/helpers.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/hex.cjs +27 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/null.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/number.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/object.cjs +23 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/string.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBigInt.cjs +7 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/toBn.cjs +7 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/u8a.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/undefined.cjs +22 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/is/utf8.cjs +72 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/lazy.cjs +37 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/logger.cjs +90 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/noop.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/property.cjs +26 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/object/spread.cjs +28 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/camelCase.cjs +51 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/string/toU8a.cjs +24 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/stringify.cjs +18 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/concat.cjs +49 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/eq.cjs +34 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toBn.cjs +48 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toFloat.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toHex.cjs +43 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toNumber.cjs +33 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toString.cjs +24 -0
- package/dist/node_modules/.pnpm/@polkadot_util@14.0.1/node_modules/@polkadot/util/u8a/toU8a.cjs +31 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/bridge.cjs +162 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/init.cjs +37 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-bridge@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_9fba5ec88721cce0cc66dfcd9960a838/node_modules/@polkadot/wasm-bridge/wbg.cjs +65 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-init@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1__02e742fd5476f0471e29709e28965abf/node_modules/@polkadot/wasm-crypto-init/wasm.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-wasm@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-crypto-wasm/bundle.cjs +19 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-crypto-wasm@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-crypto-wasm/cjs/bytes.cjs +16 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-crypto@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_66de4b6310fb21b1adaa456362dbc346/node_modules/@polkadot/wasm-crypto/bundle.cjs +49 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-crypto@7.5.4_@polkadot_util@14.0.1_@polkadot_x-randomvalues@14.0.1_@polk_66de4b6310fb21b1adaa456362dbc346/node_modules/@polkadot/wasm-crypto/init.cjs +14 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-util/base64.cjs +29 -0
- package/dist/node_modules/.pnpm/@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1/node_modules/@polkadot/wasm-util/fflate.cjs +287 -0
- package/dist/node_modules/.pnpm/@polkadot_x-bigint@14.0.1/node_modules/@polkadot/x-bigint/index.cjs +20 -0
- package/dist/node_modules/.pnpm/@polkadot_x-global@14.0.1/node_modules/@polkadot/x-global/index.cjs +20 -0
- package/dist/node_modules/.pnpm/@polkadot_x-randomvalues@14.0.1_@polkadot_util@14.0.1_@polkadot_wasm-util@7.5.4_@polkadot_util@14.0.1_/node_modules/@polkadot/x-randomvalues/node.cjs +13 -0
- package/dist/node_modules/.pnpm/@polkadot_x-textdecoder@14.0.1/node_modules/@polkadot/x-textdecoder/node.cjs +10 -0
- package/dist/node_modules/.pnpm/@polkadot_x-textencoder@14.0.1/node_modules/@polkadot/x-textencoder/node.cjs +19 -0
- package/dist/node_modules/.pnpm/@scure_base@1.2.6/node_modules/@scure/base/lib/esm/index.cjs +537 -0
- package/dist/node_modules/.pnpm/@substrate_ss58-registry@1.51.0/node_modules/@substrate/ss58-registry/esm/index.cjs +1364 -0
- package/dist/node_modules/.pnpm/bn.js@5.2.2/node_modules/bn.js/lib/bn.cjs +2550 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/doc.cjs +1049 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/index.cjs +14559 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/acorn.cjs +4971 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/angular.cjs +3954 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/babel.cjs +9881 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/estree.cjs +7271 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/flow.cjs +52915 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/glimmer.cjs +7546 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/graphql.cjs +1947 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/html.cjs +7041 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/markdown.cjs +6882 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/meriyah.cjs +7593 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/postcss.cjs +6780 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/typescript.cjs +22937 -0
- package/dist/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/yaml.cjs +5273 -0
- package/dist/packages/chainspec/src/BaseCodeGenerator.cjs +151 -0
- package/dist/packages/chainspec/src/BaseParser.cjs +212 -0
- package/dist/packages/chainspec/src/Compiler.cjs +56 -0
- package/dist/packages/chainspec/src/SpecVersion.cjs +35 -0
- package/dist/packages/chainspec/src/cache.cjs +102 -0
- package/dist/packages/chainspec/src/utils.cjs +104 -0
- package/dist/types.cjs +0 -0
- package/dist/types.d.ts +112 -0
- package/dist/types.mjs +1 -0
- package/dist/utils.cjs +6 -0
- package/dist/utils.d.ts +4 -0
- package/dist/utils.mjs +5 -0
- package/package.json +11 -3
- package/dist/100/bitcoinBroadcaster/transactionBroadcastRequest.d.mts +0 -46
- package/dist/100/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -242
- package/dist/100/bitcoinIngressEgress/depositFetchesScheduled.d.mts +0 -25
- package/dist/100/bitcoinIngressEgress/depositIgnored.d.mts +0 -141
- package/dist/100/bitcoinIngressEgress/depositReceived.d.mts +0 -141
- package/dist/100/bitcoinIngressEgress/depositWitnessRejected.d.mts +0 -423
- package/dist/100/bitcoinThresholdSigner/failureReportProcessed.d.mts +0 -18
- package/dist/100/bitcoinThresholdSigner/retryRequested.d.mts +0 -15
- package/dist/100/bitcoinThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureFailed.d.mts +0 -18
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureRequest.d.mts +0 -52
- package/dist/100/bitcoinThresholdSigner/thresholdSignatureSuccess.d.mts +0 -15
- package/dist/100/common.d.mts +0 -3546
- package/dist/100/environment/runtimeSafeModeUpdated.d.mts +0 -688
- package/dist/100/ethereumBroadcaster/transactionBroadcastRequest.d.mts +0 -91
- package/dist/100/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -242
- package/dist/100/ethereumIngressEgress/depositFetchesScheduled.d.mts +0 -25
- package/dist/100/ethereumIngressEgress/depositIgnored.d.mts +0 -28
- package/dist/100/ethereumIngressEgress/depositReceived.d.mts +0 -28
- package/dist/100/ethereumIngressEgress/depositWitnessRejected.d.mts +0 -264
- package/dist/100/ethereumThresholdSigner/failureReportProcessed.d.mts +0 -18
- package/dist/100/ethereumThresholdSigner/retryRequested.d.mts +0 -15
- package/dist/100/ethereumThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
- package/dist/100/ethereumThresholdSigner/thresholdSignatureFailed.d.mts +0 -18
- package/dist/100/ethereumThresholdSigner/thresholdSignatureRequest.d.mts +0 -54
- package/dist/100/ethereumThresholdSigner/thresholdSignatureSuccess.d.mts +0 -15
- package/dist/100/funding/boundExecutorAddress.d.mts +0 -15
- package/dist/100/funding/boundRedeemAddress.d.mts +0 -15
- package/dist/100/funding/failedFundingAttempt.d.mts +0 -18
- package/dist/100/funding/funded.d.mts +0 -21
- package/dist/100/funding/redemptionRequested.d.mts +0 -21
- package/dist/100/liquidityPools/assetSwapped.d.mts +0 -41
- package/dist/100/liquidityPools/limitOrderUpdated.d.mts +0 -86
- package/dist/100/liquidityPools/newPoolCreated.d.mts +0 -41
- package/dist/100/liquidityPools/poolFeeSet.d.mts +0 -38
- package/dist/100/liquidityPools/poolStateUpdated.d.mts +0 -38
- package/dist/100/liquidityPools/rangeOrderUpdated.d.mts +0 -209
- package/dist/100/liquidityProvider/accountCredited.d.mts +0 -28
- package/dist/100/liquidityProvider/accountDebited.d.mts +0 -28
- package/dist/100/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -67
- package/dist/100/liquidityProvider/liquidityRefundAddressRegistered.d.mts +0 -206
- package/dist/100/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -74
- package/dist/100/polkadotBroadcaster/transactionBroadcastRequest.d.mts +0 -46
- package/dist/100/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -242
- package/dist/100/polkadotIngressEgress/depositFetchesScheduled.d.mts +0 -25
- package/dist/100/polkadotIngressEgress/depositIgnored.d.mts +0 -28
- package/dist/100/polkadotIngressEgress/depositReceived.d.mts +0 -28
- package/dist/100/polkadotIngressEgress/depositWitnessRejected.d.mts +0 -264
- package/dist/100/polkadotThresholdSigner/failureReportProcessed.d.mts +0 -18
- package/dist/100/polkadotThresholdSigner/retryRequested.d.mts +0 -15
- package/dist/100/polkadotThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
- package/dist/100/polkadotThresholdSigner/thresholdSignatureFailed.d.mts +0 -18
- package/dist/100/polkadotThresholdSigner/thresholdSignatureRequest.d.mts +0 -27
- package/dist/100/polkadotThresholdSigner/thresholdSignatureSuccess.d.mts +0 -15
- package/dist/100/swapping/batchSwapFailed.d.mts +0 -38
- package/dist/100/swapping/ccmDepositReceived.d.mts +0 -354
- package/dist/100/swapping/ccmFailed.d.mts +0 -355
- package/dist/100/swapping/minimumSwapAmountSet.d.mts +0 -25
- package/dist/100/swapping/swapAmountTooLow.d.mts +0 -149
- package/dist/100/swapping/swapDepositAddressReady.d.mts +0 -139
- package/dist/100/swapping/swapEgressScheduled.d.mts +0 -41
- package/dist/100/swapping/swapExecuted.d.mts +0 -47
- package/dist/100/swapping/swapScheduled.d.mts +0 -450
- package/dist/100/swapping/withdrawalRequested.d.mts +0 -61
- package/dist/100/tokenholderGovernance/govKeyUpdatedHasFailed.d.mts +0 -25
- package/dist/100/tokenholderGovernance/govKeyUpdatedWasSuccessful.d.mts +0 -25
- package/dist/11000/arbitrumIngressEgress/ccmEgressInvalid.d.mts +0 -971
- package/dist/11000/arbitrumIngressEgress/depositFailed.d.mts +0 -1355
- package/dist/11000/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
- package/dist/11000/assethubIngressEgress/ccmEgressInvalid.d.mts +0 -971
- package/dist/11000/assethubIngressEgress/depositFailed.d.mts +0 -1346
- package/dist/11000/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
- package/dist/11000/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -971
- package/dist/11000/bitcoinIngressEgress/depositFailed.d.mts +0 -2264
- package/dist/11000/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
- package/dist/11000/bitcoinIngressEgress/invalidCcmRefunded.d.mts +0 -123
- package/dist/11000/common.d.mts +0 -21444
- package/dist/11000/environment/runtimeSafeModeUpdated.d.mts +0 -1366
- package/dist/11000/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -971
- package/dist/11000/ethereumIngressEgress/depositFailed.d.mts +0 -1355
- package/dist/11000/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
- package/dist/11000/lendingPools/boostFundsAdded.d.mts +0 -45
- package/dist/11000/lendingPools/boostPoolCreated.d.mts +0 -39
- package/dist/11000/lendingPools/stoppedBoosting.d.mts +0 -48
- package/dist/11000/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -971
- package/dist/11000/polkadotIngressEgress/depositFailed.d.mts +0 -1346
- package/dist/11000/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
- package/dist/11000/solanaElections/unknownElection.d.mts +0 -54
- package/dist/11000/solanaIngressEgress/ccmEgressInvalid.d.mts +0 -971
- package/dist/11000/solanaIngressEgress/depositFailed.d.mts +0 -1305
- package/dist/11000/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +0 -978
- package/dist/11000/swapping/palletConfigUpdated.d.mts +0 -255
- package/dist/11000/swapping/refundEgressScheduled.d.mts +0 -57
- package/dist/11000/swapping/refundedOnChain.d.mts +0 -34
- package/dist/11000/swapping/swapDepositAddressReady.d.mts +0 -657
- package/dist/11000/swapping/swapRequested.d.mts +0 -1434
- package/dist/11000/tradingStrategy/strategyDeployed.d.mts +0 -134
- package/dist/111/bitcoinIngressEgress/transferFallbackRequested.d.mts +0 -126
- package/dist/111/common.d.mts +0 -457
- package/dist/111/ethereumIngressEgress/transferFallbackRequested.d.mts +0 -31
- package/dist/111/liquidityPools/limitOrderUpdated.d.mts +0 -99
- package/dist/111/liquidityPools/newPoolCreated.d.mts +0 -41
- package/dist/111/liquidityPools/poolFeeSet.d.mts +0 -38
- package/dist/111/liquidityPools/rangeOrderUpdated.d.mts +0 -209
- package/dist/111/polkadotIngressEgress/transferFallbackRequested.d.mts +0 -31
- package/dist/11100/arbitrumIngressEgress/depositFailed.d.mts +0 -1417
- package/dist/11100/assethubIngressEgress/depositFailed.d.mts +0 -1408
- package/dist/11100/bitcoinIngressEgress/depositFailed.d.mts +0 -2326
- package/dist/11100/common.d.mts +0 -24514
- package/dist/11100/environment/runtimeSafeModeUpdated.d.mts +0 -1516
- package/dist/11100/ethereumIngressEgress/depositFailed.d.mts +0 -1417
- package/dist/11100/funding/sCCallCannotBeExecuted.d.mts +0 -625
- package/dist/11100/lendingPools/lendingFundsAdded.d.mts +0 -28
- package/dist/11100/lendingPools/loanCreated.d.mts +0 -34
- package/dist/11100/polkadotIngressEgress/depositFailed.d.mts +0 -1408
- package/dist/11100/solanaIngressEgress/depositFailed.d.mts +0 -1367
- package/dist/11100/swapping/swapExecuted.d.mts +0 -59
- package/dist/11100/swapping/swapRequested.d.mts +0 -3022
- package/dist/11200/arbitrumIngressEgress/depositBoosted.d.mts +0 -204
- package/dist/11200/arbitrumIngressEgress/depositFailed.d.mts +0 -1427
- package/dist/11200/arbitrumIngressEgress/depositFinalised.d.mts +0 -198
- package/dist/11200/assethubIngressEgress/depositBoosted.d.mts +0 -194
- package/dist/11200/assethubIngressEgress/depositFailed.d.mts +0 -1418
- package/dist/11200/assethubIngressEgress/depositFinalised.d.mts +0 -188
- package/dist/11200/bitcoinIngressEgress/channelRejectionRequestReceived.d.mts +0 -110
- package/dist/11200/bitcoinIngressEgress/depositBoosted.d.mts +0 -418
- package/dist/11200/bitcoinIngressEgress/depositFailed.d.mts +0 -2336
- package/dist/11200/bitcoinIngressEgress/depositFinalised.d.mts +0 -412
- package/dist/11200/common.d.mts +0 -23978
- package/dist/11200/environment/runtimeSafeModeUpdated.d.mts +0 -1391
- package/dist/11200/ethereumIngressEgress/depositBoosted.d.mts +0 -204
- package/dist/11200/ethereumIngressEgress/depositFailed.d.mts +0 -1427
- package/dist/11200/ethereumIngressEgress/depositFinalised.d.mts +0 -198
- package/dist/11200/polkadotIngressEgress/depositBoosted.d.mts +0 -194
- package/dist/11200/polkadotIngressEgress/depositFailed.d.mts +0 -1418
- package/dist/11200/polkadotIngressEgress/depositFinalised.d.mts +0 -188
- package/dist/11200/solanaIngressEgress/depositBoosted.d.mts +0 -224
- package/dist/11200/solanaIngressEgress/depositFailed.d.mts +0 -1499
- package/dist/11200/solanaIngressEgress/depositFinalised.d.mts +0 -218
- package/dist/11200/solanaIngressEgress/transactionRejectedByBroker.d.mts +0 -45
- package/dist/11200/solanaIngressEgress/transactionRejectionFailed.d.mts +0 -42
- package/dist/11200/swapping/swapRequested.d.mts +0 -2922
- package/dist/120/bitcoinIngressEgress/depositIgnored.d.mts +0 -154
- package/dist/120/bitcoinIngressEgress/depositReceived.d.mts +0 -207
- package/dist/120/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -77
- package/dist/120/swapping/withdrawalRequested.d.mts +0 -64
- package/dist/131/bitcoinIngressEgress/depositIgnored.d.mts +0 -154
- package/dist/131/common.d.mts +0 -2831
- package/dist/131/environment/runtimeSafeModeUpdated.d.mts +0 -688
- package/dist/131/ethereumIngressEgress/depositFetchesScheduled.d.mts +0 -25
- package/dist/131/ethereumIngressEgress/depositIgnored.d.mts +0 -41
- package/dist/131/ethereumIngressEgress/transferFallbackRequested.d.mts +0 -31
- package/dist/131/liquidityPools/assetSwapped.d.mts +0 -41
- package/dist/131/liquidityPools/limitOrderUpdated.d.mts +0 -99
- package/dist/131/liquidityPools/newPoolCreated.d.mts +0 -41
- package/dist/131/liquidityPools/poolFeeSet.d.mts +0 -38
- package/dist/131/liquidityPools/rangeOrderUpdated.d.mts +0 -209
- package/dist/131/liquidityProvider/accountCredited.d.mts +0 -28
- package/dist/131/liquidityProvider/accountDebited.d.mts +0 -28
- package/dist/131/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -73
- package/dist/131/liquidityProvider/liquidityDepositCredited.d.mts +0 -28
- package/dist/131/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -77
- package/dist/131/swapping/batchSwapFailed.d.mts +0 -38
- package/dist/131/swapping/ccmFailed.d.mts +0 -443
- package/dist/131/swapping/maximumSwapAmountSet.d.mts +0 -25
- package/dist/131/swapping/swapAmountConfiscated.d.mts +0 -44
- package/dist/131/swapping/swapDepositAddressReady.d.mts +0 -145
- package/dist/131/swapping/swapEgressIgnored.d.mts +0 -248
- package/dist/131/swapping/swapEgressScheduled.d.mts +0 -44
- package/dist/131/swapping/swapExecuted.d.mts +0 -53
- package/dist/131/swapping/swapScheduled.d.mts +0 -463
- package/dist/131/swapping/withdrawalRequested.d.mts +0 -77
- package/dist/141/arbitrumBroadcaster/transactionBroadcastRequest.d.mts +0 -76
- package/dist/141/arbitrumIngressEgress/boostFundsAdded.d.mts +0 -45
- package/dist/141/arbitrumIngressEgress/depositBoosted.d.mts +0 -118
- package/dist/141/arbitrumIngressEgress/depositFetchesScheduled.d.mts +0 -25
- package/dist/141/arbitrumIngressEgress/depositFinalised.d.mts +0 -112
- package/dist/141/arbitrumIngressEgress/depositIgnored.d.mts +0 -41
- package/dist/141/arbitrumIngressEgress/depositWitnessRejected.d.mts +0 -264
- package/dist/141/arbitrumIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
- package/dist/141/arbitrumIngressEgress/transferFallbackRequested.d.mts +0 -31
- package/dist/141/bitcoinIngressEgress/boostFundsAdded.d.mts +0 -45
- package/dist/141/bitcoinIngressEgress/depositBoosted.d.mts +0 -231
- package/dist/141/bitcoinIngressEgress/depositFinalised.d.mts +0 -225
- package/dist/141/bitcoinIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
- package/dist/141/common.d.mts +0 -4035
- package/dist/141/environment/staleUtxosDiscarded.d.mts +0 -141
- package/dist/141/ethereumIngressEgress/boostFundsAdded.d.mts +0 -45
- package/dist/141/ethereumIngressEgress/depositBoosted.d.mts +0 -118
- package/dist/141/ethereumIngressEgress/depositFinalised.d.mts +0 -112
- package/dist/141/ethereumIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
- package/dist/141/evmThresholdSigner/failureReportProcessed.d.mts +0 -18
- package/dist/141/evmThresholdSigner/retryRequested.d.mts +0 -15
- package/dist/141/evmThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
- package/dist/141/evmThresholdSigner/thresholdSignatureFailed.d.mts +0 -18
- package/dist/141/evmThresholdSigner/thresholdSignatureRequest.d.mts +0 -54
- package/dist/141/evmThresholdSigner/thresholdSignatureSuccess.d.mts +0 -15
- package/dist/141/liquidityPools/limitOrderUpdated.d.mts +0 -99
- package/dist/141/liquidityPools/rangeOrderUpdated.d.mts +0 -209
- package/dist/141/liquidityProvider/assetTransferred.d.mts +0 -31
- package/dist/141/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -79
- package/dist/141/liquidityProvider/liquidityRefundAddressRegistered.d.mts +0 -221
- package/dist/141/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -83
- package/dist/141/polkadotIngressEgress/boostFundsAdded.d.mts +0 -45
- package/dist/141/polkadotIngressEgress/depositBoosted.d.mts +0 -118
- package/dist/141/polkadotIngressEgress/depositFinalised.d.mts +0 -112
- package/dist/141/polkadotIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
- package/dist/141/swapping/batchSwapFailed.d.mts +0 -38
- package/dist/141/swapping/ccmFailed.d.mts +0 -479
- package/dist/141/swapping/swapDepositAddressReady.d.mts +0 -175
- package/dist/141/swapping/swapEgressIgnored.d.mts +0 -248
- package/dist/141/swapping/swapEgressScheduled.d.mts +0 -44
- package/dist/141/swapping/swapExecuted.d.mts +0 -376
- package/dist/141/swapping/swapScheduled.d.mts +0 -512
- package/dist/150/arbitrumIngressEgress/ccmBroadcastRequested.d.mts +0 -25
- package/dist/150/arbitrumIngressEgress/ccmEgressInvalid.d.mts +0 -242
- package/dist/150/arbitrumIngressEgress/depositBoosted.d.mts +0 -134
- package/dist/150/arbitrumIngressEgress/depositFinalised.d.mts +0 -128
- package/dist/150/arbitrumIngressEgress/depositIgnored.d.mts +0 -54
- package/dist/150/arbitrumIngressEgress/depositWitnessRejected.d.mts +0 -283
- package/dist/150/assetBalances/refundScheduled.d.mts +0 -236
- package/dist/150/assetBalances/refundSkipped.d.mts +0 -453
- package/dist/150/bitcoinIngressEgress/ccmBroadcastRequested.d.mts +0 -25
- package/dist/150/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -242
- package/dist/150/bitcoinIngressEgress/depositBoosted.d.mts +0 -234
- package/dist/150/bitcoinIngressEgress/depositFinalised.d.mts +0 -228
- package/dist/150/common.d.mts +0 -4085
- package/dist/150/emissions/networkFeeBurned.d.mts +0 -25
- package/dist/150/environment/runtimeSafeModeUpdated.d.mts +0 -1127
- package/dist/150/ethereumIngressEgress/ccmBroadcastRequested.d.mts +0 -25
- package/dist/150/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -242
- package/dist/150/ethereumIngressEgress/depositBoosted.d.mts +0 -134
- package/dist/150/ethereumIngressEgress/depositFinalised.d.mts +0 -128
- package/dist/150/ethereumIngressEgress/depositIgnored.d.mts +0 -54
- package/dist/150/ethereumIngressEgress/depositWitnessRejected.d.mts +0 -283
- package/dist/150/liquidityPools/assetSwapped.d.mts +0 -41
- package/dist/150/liquidityPools/limitOrderUpdated.d.mts +0 -99
- package/dist/150/liquidityPools/newPoolCreated.d.mts +0 -41
- package/dist/150/liquidityPools/poolFeeSet.d.mts +0 -38
- package/dist/150/liquidityPools/rangeOrderUpdated.d.mts +0 -209
- package/dist/150/liquidityProvider/accountCredited.d.mts +0 -28
- package/dist/150/liquidityProvider/accountDebited.d.mts +0 -28
- package/dist/150/liquidityProvider/assetTransferred.d.mts +0 -31
- package/dist/150/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -85
- package/dist/150/liquidityProvider/liquidityDepositCredited.d.mts +0 -28
- package/dist/150/liquidityProvider/liquidityRefundAddressRegistered.d.mts +0 -236
- package/dist/150/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -89
- package/dist/150/polkadotIngressEgress/ccmBroadcastRequested.d.mts +0 -25
- package/dist/150/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -242
- package/dist/150/polkadotIngressEgress/depositBoosted.d.mts +0 -124
- package/dist/150/polkadotIngressEgress/depositFinalised.d.mts +0 -118
- package/dist/150/polkadotIngressEgress/depositIgnored.d.mts +0 -44
- package/dist/150/polkadotIngressEgress/depositWitnessRejected.d.mts +0 -269
- package/dist/150/solanaBroadcaster/broadcastCallbackExecuted.d.mts +0 -333
- package/dist/150/solanaBroadcaster/transactionBroadcastRequest.d.mts +0 -18
- package/dist/150/solanaIngressEgress/ccmBroadcastRequested.d.mts +0 -25
- package/dist/150/solanaIngressEgress/ccmEgressInvalid.d.mts +0 -242
- package/dist/150/solanaIngressEgress/depositBoosted.d.mts +0 -121
- package/dist/150/solanaIngressEgress/depositFinalised.d.mts +0 -115
- package/dist/150/solanaIngressEgress/depositWitnessRejected.d.mts +0 -264
- package/dist/150/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +0 -370
- package/dist/150/solanaThresholdSigner/thresholdDispatchComplete.d.mts +0 -336
- package/dist/150/swapping/batchSwapFailed.d.mts +0 -38
- package/dist/150/swapping/ccmDepositReceived.d.mts +0 -408
- package/dist/150/swapping/ccmFailed.d.mts +0 -515
- package/dist/150/swapping/maximumSwapAmountSet.d.mts +0 -25
- package/dist/150/swapping/refundEgressIgnored.d.mts +0 -248
- package/dist/150/swapping/refundEgressScheduled.d.mts +0 -44
- package/dist/150/swapping/swapAmountConfiscated.d.mts +0 -44
- package/dist/150/swapping/swapDepositAddressReady.d.mts +0 -273
- package/dist/150/swapping/swapEgressIgnored.d.mts +0 -248
- package/dist/150/swapping/swapEgressScheduled.d.mts +0 -44
- package/dist/150/swapping/swapExecuted.d.mts +0 -397
- package/dist/150/swapping/swapScheduled.d.mts +0 -548
- package/dist/150/swapping/withdrawalRequested.d.mts +0 -89
- package/dist/150/tokenholderGovernance/proposalEnacted.d.mts +0 -54
- package/dist/150/tokenholderGovernance/proposalPassed.d.mts +0 -54
- package/dist/150/tokenholderGovernance/proposalRejected.d.mts +0 -54
- package/dist/150/tokenholderGovernance/proposalSubmitted.d.mts +0 -54
- package/dist/160/arbitrumIngressEgress/depositBoosted.d.mts +0 -129
- package/dist/160/arbitrumIngressEgress/depositFinalised.d.mts +0 -123
- package/dist/160/assetBalances/accountCredited.d.mts +0 -31
- package/dist/160/assetBalances/accountDebited.d.mts +0 -31
- package/dist/160/bitcoinIngressEgress/depositBoosted.d.mts +0 -229
- package/dist/160/bitcoinIngressEgress/depositFinalised.d.mts +0 -223
- package/dist/160/common.d.mts +0 -3828
- package/dist/160/ethereumIngressEgress/depositBoosted.d.mts +0 -129
- package/dist/160/ethereumIngressEgress/depositFinalised.d.mts +0 -123
- package/dist/160/liquidityPools/assetSwapped.d.mts +0 -41
- package/dist/160/liquidityPools/limitOrderUpdated.d.mts +0 -99
- package/dist/160/liquidityPools/newPoolCreated.d.mts +0 -41
- package/dist/160/liquidityPools/orderDeletionFailed.d.mts +0 -127
- package/dist/160/liquidityPools/poolFeeSet.d.mts +0 -38
- package/dist/160/liquidityPools/rangeOrderUpdated.d.mts +0 -209
- package/dist/160/liquidityProvider/assetTransferred.d.mts +0 -31
- package/dist/160/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -85
- package/dist/160/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -89
- package/dist/160/polkadotIngressEgress/depositBoosted.d.mts +0 -119
- package/dist/160/polkadotIngressEgress/depositFinalised.d.mts +0 -113
- package/dist/160/solanaIngressEgress/depositBoosted.d.mts +0 -116
- package/dist/160/solanaIngressEgress/depositFetchesScheduled.d.mts +0 -25
- package/dist/160/solanaIngressEgress/depositFinalised.d.mts +0 -110
- package/dist/160/solanaIngressEgress/insufficientBoostLiquidity.d.mts +0 -31
- package/dist/160/solanaIngressEgress/transferFallbackRequested.d.mts +0 -31
- package/dist/160/swapping/batchSwapFailed.d.mts +0 -38
- package/dist/160/swapping/ccmFailed.d.mts +0 -312
- package/dist/160/swapping/maximumSwapAmountSet.d.mts +0 -25
- package/dist/160/swapping/refundEgressIgnored.d.mts +0 -248
- package/dist/160/swapping/refundEgressScheduled.d.mts +0 -44
- package/dist/160/swapping/swapAmountConfiscated.d.mts +0 -31
- package/dist/160/swapping/swapDepositAddressReady.d.mts +0 -291
- package/dist/160/swapping/swapEgressIgnored.d.mts +0 -248
- package/dist/160/swapping/swapEgressScheduled.d.mts +0 -44
- package/dist/160/swapping/swapExecuted.d.mts +0 -56
- package/dist/160/swapping/swapRequested.d.mts +0 -604
- package/dist/160/swapping/swapScheduled.d.mts +0 -34
- package/dist/160/swapping/withdrawalRequested.d.mts +0 -89
- package/dist/170/arbitrumIngressEgress/boostedDepositLost.d.mts +0 -15
- package/dist/170/arbitrumIngressEgress/ccmFailed.d.mts +0 -312
- package/dist/170/arbitrumIngressEgress/depositIgnored.d.mts +0 -54
- package/dist/170/bitcoinIngressEgress/boostedDepositLost.d.mts +0 -15
- package/dist/170/bitcoinIngressEgress/ccmFailed.d.mts +0 -312
- package/dist/170/bitcoinIngressEgress/depositBoosted.d.mts +0 -343
- package/dist/170/bitcoinIngressEgress/depositFinalised.d.mts +0 -337
- package/dist/170/bitcoinIngressEgress/depositIgnored.d.mts +0 -268
- package/dist/170/bitcoinIngressEgress/depositWitnessRejected.d.mts +0 -565
- package/dist/170/bitcoinIngressEgress/transactionRejectedByBroker.d.mts +0 -144
- package/dist/170/bitcoinIngressEgress/transactionRejectionFailed.d.mts +0 -141
- package/dist/170/common.d.mts +0 -2447
- package/dist/170/ethereumIngressEgress/boostedDepositLost.d.mts +0 -15
- package/dist/170/ethereumIngressEgress/ccmFailed.d.mts +0 -312
- package/dist/170/ethereumIngressEgress/depositIgnored.d.mts +0 -54
- package/dist/170/polkadotIngressEgress/boostedDepositLost.d.mts +0 -15
- package/dist/170/polkadotIngressEgress/ccmFailed.d.mts +0 -312
- package/dist/170/polkadotIngressEgress/depositIgnored.d.mts +0 -44
- package/dist/170/solanaIngressEgress/boostedDepositLost.d.mts +0 -15
- package/dist/170/solanaIngressEgress/ccmFailed.d.mts +0 -312
- package/dist/170/solanaIngressEgress/depositIgnored.d.mts +0 -41
- package/dist/170/swapping/minimumChunkSizeSet.d.mts +0 -25
- package/dist/170/swapping/swapRequested.d.mts +0 -713
- package/dist/180/arbitrumIngressEgress/ccmEgressInvalid.d.mts +0 -533
- package/dist/180/arbitrumIngressEgress/depositBoosted.d.mts +0 -145
- package/dist/180/arbitrumIngressEgress/depositFailed.d.mts +0 -1370
- package/dist/180/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/180/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -533
- package/dist/180/bitcoinIngressEgress/depositBoosted.d.mts +0 -359
- package/dist/180/bitcoinIngressEgress/depositFailed.d.mts +0 -2279
- package/dist/180/bitcoinIngressEgress/depositFinalised.d.mts +0 -353
- package/dist/180/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/180/common.d.mts +0 -12253
- package/dist/180/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -533
- package/dist/180/ethereumIngressEgress/depositBoosted.d.mts +0 -145
- package/dist/180/ethereumIngressEgress/depositFailed.d.mts +0 -1370
- package/dist/180/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/180/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -533
- package/dist/180/polkadotIngressEgress/depositBoosted.d.mts +0 -135
- package/dist/180/polkadotIngressEgress/depositFailed.d.mts +0 -1361
- package/dist/180/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/180/solanaIngressEgress/ccmEgressInvalid.d.mts +0 -533
- package/dist/180/solanaIngressEgress/depositBoosted.d.mts +0 -132
- package/dist/180/solanaIngressEgress/depositFailed.d.mts +0 -1320
- package/dist/180/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/180/swapping/refundEgressScheduled.d.mts +0 -54
- package/dist/180/swapping/swapDepositAddressReady.d.mts +0 -294
- package/dist/180/swapping/swapEgressScheduled.d.mts +0 -54
- package/dist/180/swapping/swapRequested.d.mts +0 -679
- package/dist/180/swapping/withdrawalRequested.d.mts +0 -92
- package/dist/190/arbitrumIngressEgress/ccmEgressInvalid.d.mts +0 -543
- package/dist/190/arbitrumIngressEgress/depositBoosted.d.mts +0 -194
- package/dist/190/arbitrumIngressEgress/depositFailed.d.mts +0 -1355
- package/dist/190/arbitrumIngressEgress/depositFinalised.d.mts +0 -188
- package/dist/190/arbitrumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/190/arbitrumIngressEgress/transferFallbackRequested.d.mts +0 -66
- package/dist/190/assetBalances/accountCredited.d.mts +0 -31
- package/dist/190/assetBalances/accountDebited.d.mts +0 -31
- package/dist/190/assetBalances/refundScheduled.d.mts +0 -251
- package/dist/190/assetBalances/refundSkipped.d.mts +0 -468
- package/dist/190/assethubBroadcaster/broadcastCallbackExecuted.d.mts +0 -333
- package/dist/190/assethubIngressEgress/boostFundsAdded.d.mts +0 -45
- package/dist/190/assethubIngressEgress/ccmEgressInvalid.d.mts +0 -543
- package/dist/190/assethubIngressEgress/depositBoosted.d.mts +0 -184
- package/dist/190/assethubIngressEgress/depositFailed.d.mts +0 -1346
- package/dist/190/assethubIngressEgress/depositFinalised.d.mts +0 -178
- package/dist/190/assethubIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/190/assethubIngressEgress/stoppedBoosting.d.mts +0 -48
- package/dist/190/assethubIngressEgress/transactionRejectedByBroker.d.mts +0 -15
- package/dist/190/assethubIngressEgress/transactionRejectionRequestExpired.d.mts +0 -30
- package/dist/190/assethubIngressEgress/transactionRejectionRequestReceived.d.mts +0 -33
- package/dist/190/assethubIngressEgress/transferFallbackRequested.d.mts +0 -66
- package/dist/190/bitcoinIngressEgress/ccmEgressInvalid.d.mts +0 -543
- package/dist/190/bitcoinIngressEgress/depositBoosted.d.mts +0 -408
- package/dist/190/bitcoinIngressEgress/depositFailed.d.mts +0 -2264
- package/dist/190/bitcoinIngressEgress/depositFinalised.d.mts +0 -402
- package/dist/190/bitcoinIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/190/bitcoinIngressEgress/transferFallbackRequested.d.mts +0 -161
- package/dist/190/common.d.mts +0 -18203
- package/dist/190/emissions/networkFeeBurned.d.mts +0 -25
- package/dist/190/environment/runtimeSafeModeUpdated.d.mts +0 -1278
- package/dist/190/ethereumIngressEgress/ccmEgressInvalid.d.mts +0 -543
- package/dist/190/ethereumIngressEgress/depositBoosted.d.mts +0 -194
- package/dist/190/ethereumIngressEgress/depositFailed.d.mts +0 -1355
- package/dist/190/ethereumIngressEgress/depositFinalised.d.mts +0 -188
- package/dist/190/ethereumIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/190/ethereumIngressEgress/transferFallbackRequested.d.mts +0 -66
- package/dist/190/flip/palletConfigUpdated.d.mts +0 -84
- package/dist/190/liquidityPools/assetSwapped.d.mts +0 -41
- package/dist/190/liquidityPools/limitOrderUpdated.d.mts +0 -99
- package/dist/190/liquidityPools/newPoolCreated.d.mts +0 -41
- package/dist/190/liquidityPools/orderDeletionFailed.d.mts +0 -127
- package/dist/190/liquidityPools/palletConfigUpdated.d.mts +0 -44
- package/dist/190/liquidityPools/poolFeeSet.d.mts +0 -38
- package/dist/190/liquidityPools/rangeOrderUpdated.d.mts +0 -209
- package/dist/190/liquidityProvider/assetTransferred.d.mts +0 -31
- package/dist/190/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -91
- package/dist/190/liquidityProvider/liquidityRefundAddressRegistered.d.mts +0 -251
- package/dist/190/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -95
- package/dist/190/polkadotIngressEgress/ccmEgressInvalid.d.mts +0 -543
- package/dist/190/polkadotIngressEgress/depositBoosted.d.mts +0 -184
- package/dist/190/polkadotIngressEgress/depositFailed.d.mts +0 -1346
- package/dist/190/polkadotIngressEgress/depositFinalised.d.mts +0 -178
- package/dist/190/polkadotIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/190/polkadotIngressEgress/transferFallbackRequested.d.mts +0 -66
- package/dist/190/reputation/offencePenalty.d.mts +0 -125
- package/dist/190/reputation/penaltyUpdated.d.mts +0 -155
- package/dist/190/solanaIngressEgress/ccmEgressInvalid.d.mts +0 -543
- package/dist/190/solanaIngressEgress/depositBoosted.d.mts +0 -181
- package/dist/190/solanaIngressEgress/depositFailed.d.mts +0 -1305
- package/dist/190/solanaIngressEgress/depositFinalised.d.mts +0 -175
- package/dist/190/solanaIngressEgress/failedToBuildAllBatchCall.d.mts +0 -560
- package/dist/190/solanaIngressEgress/transferFallbackRequested.d.mts +0 -66
- package/dist/190/solanaThresholdSigner/thresholdSignatureRequest.d.mts +0 -314
- package/dist/190/swapping/batchSwapFailed.d.mts +0 -38
- package/dist/190/swapping/creditedOnChain.d.mts +0 -31
- package/dist/190/swapping/palletConfigUpdated.d.mts +0 -196
- package/dist/190/swapping/refundEgressIgnored.d.mts +0 -248
- package/dist/190/swapping/refundEgressScheduled.d.mts +0 -54
- package/dist/190/swapping/refundedOnChain.d.mts +0 -31
- package/dist/190/swapping/swapAmountConfiscated.d.mts +0 -31
- package/dist/190/swapping/swapDepositAddressReady.d.mts +0 -315
- package/dist/190/swapping/swapEgressIgnored.d.mts +0 -248
- package/dist/190/swapping/swapEgressScheduled.d.mts +0 -54
- package/dist/190/swapping/swapExecuted.d.mts +0 -56
- package/dist/190/swapping/swapRequested.d.mts +0 -900
- package/dist/190/swapping/withdrawalRequested.d.mts +0 -98
- package/dist/190/tokenholderGovernance/proposalEnacted.d.mts +0 -54
- package/dist/190/tokenholderGovernance/proposalPassed.d.mts +0 -54
- package/dist/190/tokenholderGovernance/proposalRejected.d.mts +0 -54
- package/dist/190/tokenholderGovernance/proposalSubmitted.d.mts +0 -54
- package/dist/190/tradingStrategy/fundsAddedToStrategy.d.mts +0 -25
- package/dist/190/tradingStrategy/palletConfigUpdated.d.mts +0 -108
- package/dist/190/tradingStrategy/strategyDeployed.d.mts +0 -50
- package/dist/200/common.d.mts +0 -11087
- package/dist/200/lendingPools/loanCreated.d.mts +0 -31
- package/dist/200/swapping/accountCreationDepositAddressReady.d.mts +0 -148
- package/dist/200/swapping/swapRequested.d.mts +0 -3993
- package/dist/210/arbitrumIngressEgress/depositFailed.d.mts +0 -1427
- package/dist/210/assetBalances/accountCredited.d.mts +0 -31
- package/dist/210/assetBalances/accountDebited.d.mts +0 -31
- package/dist/210/assethubIngressEgress/depositFailed.d.mts +0 -1418
- package/dist/210/bitcoinIngressEgress/depositFailed.d.mts +0 -2336
- package/dist/210/common.d.mts +0 -26272
- package/dist/210/environment/runtimeSafeModeUpdated.d.mts +0 -1929
- package/dist/210/ethereumIngressEgress/depositFailed.d.mts +0 -1427
- package/dist/210/funding/funded.d.mts +0 -88
- package/dist/210/lendingPools/boostFundsAdded.d.mts +0 -45
- package/dist/210/lendingPools/boostPoolCreated.d.mts +0 -39
- package/dist/210/lendingPools/collateralAdded.d.mts +0 -68
- package/dist/210/lendingPools/collateralRemoved.d.mts +0 -25
- package/dist/210/lendingPools/collateralTopupAssetUpdated.d.mts +0 -25
- package/dist/210/lendingPools/lendingFundsAdded.d.mts +0 -28
- package/dist/210/lendingPools/lendingFundsRemoved.d.mts +0 -28
- package/dist/210/lendingPools/lendingPoolCreated.d.mts +0 -22
- package/dist/210/lendingPools/loanCreated.d.mts +0 -31
- package/dist/210/lendingPools/palletConfigUpdated.d.mts +0 -388
- package/dist/210/lendingPools/stoppedBoosting.d.mts +0 -48
- package/dist/210/liquidityPools/assetSwapped.d.mts +0 -41
- package/dist/210/liquidityPools/limitOrderUpdated.d.mts +0 -99
- package/dist/210/liquidityPools/newPoolCreated.d.mts +0 -41
- package/dist/210/liquidityPools/orderDeletionFailed.d.mts +0 -127
- package/dist/210/liquidityPools/palletConfigUpdated.d.mts +0 -44
- package/dist/210/liquidityPools/poolFeeSet.d.mts +0 -38
- package/dist/210/liquidityPools/rangeOrderUpdated.d.mts +0 -209
- package/dist/210/liquidityProvider/assetTransferred.d.mts +0 -31
- package/dist/210/liquidityProvider/liquidityDepositAddressReady.d.mts +0 -91
- package/dist/210/liquidityProvider/withdrawalEgressScheduled.d.mts +0 -95
- package/dist/210/polkadotIngressEgress/depositFailed.d.mts +0 -1418
- package/dist/210/solanaIngressEgress/depositFailed.d.mts +0 -1499
- package/dist/210/swapping/accountCreationDepositAddressReady.d.mts +0 -148
- package/dist/210/swapping/batchSwapFailed.d.mts +0 -38
- package/dist/210/swapping/creditedOnChain.d.mts +0 -31
- package/dist/210/swapping/palletConfigUpdated.d.mts +0 -255
- package/dist/210/swapping/refundEgressIgnored.d.mts +0 -248
- package/dist/210/swapping/refundEgressScheduled.d.mts +0 -57
- package/dist/210/swapping/refundedOnChain.d.mts +0 -34
- package/dist/210/swapping/swapAmountConfiscated.d.mts +0 -31
- package/dist/210/swapping/swapDepositAddressReady.d.mts +0 -695
- package/dist/210/swapping/swapEgressIgnored.d.mts +0 -248
- package/dist/210/swapping/swapEgressScheduled.d.mts +0 -54
- package/dist/210/swapping/swapExecuted.d.mts +0 -59
- package/dist/210/swapping/swapRequested.d.mts +0 -3993
- package/dist/210/swapping/withdrawalRequested.d.mts +0 -98
- package/dist/210/tradingStrategy/fundsAddedToStrategy.d.mts +0 -25
- package/dist/210/tradingStrategy/palletConfigUpdated.d.mts +0 -108
- package/dist/210/tradingStrategy/strategyDeployed.d.mts +0 -134
- /package/dist/100/accountRoles/{accountRoleRegistered.d.mts → accountRoleRegistered.d.ts} +0 -0
- /package/dist/100/bitcoinBroadcaster/{broadcastAborted.d.mts → broadcastAborted.d.ts} +0 -0
- /package/dist/100/bitcoinBroadcaster/{broadcastAttemptTimeout.d.mts → broadcastAttemptTimeout.d.ts} +0 -0
- /package/dist/100/bitcoinBroadcaster/{broadcastCallbackExecuted.d.mts → broadcastCallbackExecuted.d.ts} +0 -0
- /package/dist/100/bitcoinBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
- /package/dist/100/bitcoinBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/100/bitcoinBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/100/bitcoinBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
- /package/dist/100/bitcoinBroadcaster/{transactionFeeDeficitRefused.d.mts → transactionFeeDeficitRefused.d.ts} +0 -0
- /package/dist/100/bitcoinChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
- /package/dist/100/bitcoinIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/100/bitcoinIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/100/bitcoinIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/100/bitcoinIngressEgress/{egressScheduled.d.mts → egressScheduled.d.ts} +0 -0
- /package/dist/100/bitcoinIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
- /package/dist/100/bitcoinIngressEgress/{vaultTransferFailed.d.mts → vaultTransferFailed.d.ts} +0 -0
- /package/dist/100/bitcoinThresholdSigner/{currentKeyUnavailable.d.mts → currentKeyUnavailable.d.ts} +0 -0
- /package/dist/100/bitcoinThresholdSigner/{signersUnavailable.d.mts → signersUnavailable.d.ts} +0 -0
- /package/dist/100/bitcoinThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.mts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{awaitingGovernanceActivation.d.mts → awaitingGovernanceActivation.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{vaultRotatedExternally.d.mts → vaultRotatedExternally.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{vaultRotationAborted.d.mts → vaultRotationAborted.d.ts} +0 -0
- /package/dist/100/bitcoinVault/{vaultRotationCompleted.d.mts → vaultRotationCompleted.d.ts} +0 -0
- /package/dist/100/emissions/{backupNodeInflationEmissionsUpdated.d.mts → backupNodeInflationEmissionsUpdated.d.ts} +0 -0
- /package/dist/100/emissions/{currentAuthorityInflationEmissionsUpdated.d.mts → currentAuthorityInflationEmissionsUpdated.d.ts} +0 -0
- /package/dist/100/emissions/{supplyUpdateBroadcastRequested.d.mts → supplyUpdateBroadcastRequested.d.ts} +0 -0
- /package/dist/100/emissions/{supplyUpdateIntervalUpdated.d.mts → supplyUpdateIntervalUpdated.d.ts} +0 -0
- /package/dist/100/environment/{addedNewEthAsset.d.mts → addedNewEthAsset.d.ts} +0 -0
- /package/dist/100/environment/{bitcoinBlockNumberSetForVault.d.mts → bitcoinBlockNumberSetForVault.d.ts} +0 -0
- /package/dist/100/environment/{polkadotVaultAccountSet.d.mts → polkadotVaultAccountSet.d.ts} +0 -0
- /package/dist/100/environment/{updatedEthAsset.d.mts → updatedEthAsset.d.ts} +0 -0
- /package/dist/100/ethereumBroadcaster/{broadcastAborted.d.mts → broadcastAborted.d.ts} +0 -0
- /package/dist/100/ethereumBroadcaster/{broadcastAttemptTimeout.d.mts → broadcastAttemptTimeout.d.ts} +0 -0
- /package/dist/100/ethereumBroadcaster/{broadcastCallbackExecuted.d.mts → broadcastCallbackExecuted.d.ts} +0 -0
- /package/dist/100/ethereumBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
- /package/dist/100/ethereumBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/100/ethereumBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/100/ethereumBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
- /package/dist/100/ethereumBroadcaster/{transactionFeeDeficitRefused.d.mts → transactionFeeDeficitRefused.d.ts} +0 -0
- /package/dist/100/ethereumChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
- /package/dist/100/ethereumIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/100/ethereumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/100/ethereumIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/100/ethereumIngressEgress/{egressScheduled.d.mts → egressScheduled.d.ts} +0 -0
- /package/dist/100/ethereumIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
- /package/dist/100/ethereumIngressEgress/{vaultTransferFailed.d.mts → vaultTransferFailed.d.ts} +0 -0
- /package/dist/100/ethereumThresholdSigner/{currentKeyUnavailable.d.mts → currentKeyUnavailable.d.ts} +0 -0
- /package/dist/100/ethereumThresholdSigner/{signersUnavailable.d.mts → signersUnavailable.d.ts} +0 -0
- /package/dist/100/ethereumThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.mts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/100/ethereumVault/{awaitingGovernanceActivation.d.mts → awaitingGovernanceActivation.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
- /package/dist/100/ethereumVault/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
- /package/dist/100/ethereumVault/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
- /package/dist/100/ethereumVault/{vaultRotatedExternally.d.mts → vaultRotatedExternally.d.ts} +0 -0
- /package/dist/100/ethereumVault/{vaultRotationAborted.d.mts → vaultRotationAborted.d.ts} +0 -0
- /package/dist/100/ethereumVault/{vaultRotationCompleted.d.mts → vaultRotationCompleted.d.ts} +0 -0
- /package/dist/100/flip/{accountReaped.d.mts → accountReaped.d.ts} +0 -0
- /package/dist/100/flip/{remainingImbalance.d.mts → remainingImbalance.d.ts} +0 -0
- /package/dist/100/flip/{slashingPerformed.d.mts → slashingPerformed.d.ts} +0 -0
- /package/dist/100/flip/{slashingRateUpdated.d.mts → slashingRateUpdated.d.ts} +0 -0
- /package/dist/100/funding/{addedRestrictedAddress.d.mts → addedRestrictedAddress.d.ts} +0 -0
- /package/dist/100/funding/{minimumFundingUpdated.d.mts → minimumFundingUpdated.d.ts} +0 -0
- /package/dist/100/funding/{redemptionAmountZero.d.mts → redemptionAmountZero.d.ts} +0 -0
- /package/dist/100/funding/{redemptionExpired.d.mts → redemptionExpired.d.ts} +0 -0
- /package/dist/100/funding/{redemptionSettled.d.mts → redemptionSettled.d.ts} +0 -0
- /package/dist/100/funding/{redemptionTaxAmountUpdated.d.mts → redemptionTaxAmountUpdated.d.ts} +0 -0
- /package/dist/100/funding/{removedRestrictedAddress.d.mts → removedRestrictedAddress.d.ts} +0 -0
- /package/dist/100/funding/{startedBidding.d.mts → startedBidding.d.ts} +0 -0
- /package/dist/100/funding/{stoppedBidding.d.mts → stoppedBidding.d.ts} +0 -0
- /package/dist/100/governance/{approved.d.mts → approved.d.ts} +0 -0
- /package/dist/100/governance/{decodeOfCallFailed.d.mts → decodeOfCallFailed.d.ts} +0 -0
- /package/dist/100/governance/{executed.d.mts → executed.d.ts} +0 -0
- /package/dist/100/governance/{expired.d.mts → expired.d.ts} +0 -0
- /package/dist/100/governance/{failedExecution.d.mts → failedExecution.d.ts} +0 -0
- /package/dist/100/governance/{govKeyCallExecuted.d.mts → govKeyCallExecuted.d.ts} +0 -0
- /package/dist/100/governance/{govKeyCallExecutionFailed.d.mts → govKeyCallExecutionFailed.d.ts} +0 -0
- /package/dist/100/governance/{govKeyCallHashWhitelisted.d.mts → govKeyCallHashWhitelisted.d.ts} +0 -0
- /package/dist/100/governance/{proposed.d.mts → proposed.d.ts} +0 -0
- /package/dist/100/grandpa/{newAuthorities.d.mts → newAuthorities.d.ts} +0 -0
- /package/dist/100/grandpa/{paused.d.mts → paused.d.ts} +0 -0
- /package/dist/100/grandpa/{resumed.d.mts → resumed.d.ts} +0 -0
- /package/dist/100/liquidityPools/{networkFeeTaken.d.mts → networkFeeTaken.d.ts} +0 -0
- /package/dist/100/liquidityPools/{updatedBuyInterval.d.mts → updatedBuyInterval.d.ts} +0 -0
- /package/dist/100/polkadotBroadcaster/{broadcastAborted.d.mts → broadcastAborted.d.ts} +0 -0
- /package/dist/100/polkadotBroadcaster/{broadcastAttemptTimeout.d.mts → broadcastAttemptTimeout.d.ts} +0 -0
- /package/dist/100/polkadotBroadcaster/{broadcastCallbackExecuted.d.mts → broadcastCallbackExecuted.d.ts} +0 -0
- /package/dist/100/polkadotBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
- /package/dist/100/polkadotBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/100/polkadotBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/100/polkadotBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
- /package/dist/100/polkadotBroadcaster/{transactionFeeDeficitRefused.d.mts → transactionFeeDeficitRefused.d.ts} +0 -0
- /package/dist/100/polkadotChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
- /package/dist/100/polkadotIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/100/polkadotIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/100/polkadotIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/100/polkadotIngressEgress/{egressScheduled.d.mts → egressScheduled.d.ts} +0 -0
- /package/dist/100/polkadotIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
- /package/dist/100/polkadotIngressEgress/{vaultTransferFailed.d.mts → vaultTransferFailed.d.ts} +0 -0
- /package/dist/100/polkadotThresholdSigner/{currentKeyUnavailable.d.mts → currentKeyUnavailable.d.ts} +0 -0
- /package/dist/100/polkadotThresholdSigner/{signersUnavailable.d.mts → signersUnavailable.d.ts} +0 -0
- /package/dist/100/polkadotThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.mts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/100/polkadotVault/{awaitingGovernanceActivation.d.mts → awaitingGovernanceActivation.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
- /package/dist/100/polkadotVault/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
- /package/dist/100/polkadotVault/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
- /package/dist/100/polkadotVault/{vaultRotatedExternally.d.mts → vaultRotatedExternally.d.ts} +0 -0
- /package/dist/100/polkadotVault/{vaultRotationAborted.d.mts → vaultRotationAborted.d.ts} +0 -0
- /package/dist/100/polkadotVault/{vaultRotationCompleted.d.mts → vaultRotationCompleted.d.ts} +0 -0
- /package/dist/100/reputation/{accrualRateUpdated.d.mts → accrualRateUpdated.d.ts} +0 -0
- /package/dist/100/reputation/{missedHeartbeatPenaltyUpdated.d.mts → missedHeartbeatPenaltyUpdated.d.ts} +0 -0
- /package/dist/100/reputation/{offencePenalty.d.mts → offencePenalty.d.ts} +0 -0
- /package/dist/100/reputation/{penaltyUpdated.d.mts → penaltyUpdated.d.ts} +0 -0
- /package/dist/100/session/{newSession.d.mts → newSession.d.ts} +0 -0
- /package/dist/100/swapping/{ccmEgressScheduled.d.mts → ccmEgressScheduled.d.ts} +0 -0
- /package/dist/100/system/{codeUpdated.d.mts → codeUpdated.d.ts} +0 -0
- /package/dist/100/system/{extrinsicFailed.d.mts → extrinsicFailed.d.ts} +0 -0
- /package/dist/100/system/{extrinsicSuccess.d.mts → extrinsicSuccess.d.ts} +0 -0
- /package/dist/100/system/{killedAccount.d.mts → killedAccount.d.ts} +0 -0
- /package/dist/100/system/{newAccount.d.mts → newAccount.d.ts} +0 -0
- /package/dist/100/system/{remarked.d.mts → remarked.d.ts} +0 -0
- /package/dist/100/tokenholderGovernance/{proposalEnacted.d.mts → proposalEnacted.d.ts} +0 -0
- /package/dist/100/tokenholderGovernance/{proposalPassed.d.mts → proposalPassed.d.ts} +0 -0
- /package/dist/100/tokenholderGovernance/{proposalRejected.d.mts → proposalRejected.d.ts} +0 -0
- /package/dist/100/tokenholderGovernance/{proposalSubmitted.d.mts → proposalSubmitted.d.ts} +0 -0
- /package/dist/100/transactionPayment/{transactionFeePaid.d.mts → transactionFeePaid.d.ts} +0 -0
- /package/dist/100/validator/{auctionCompleted.d.mts → auctionCompleted.d.ts} +0 -0
- /package/dist/100/validator/{cFEVersionUpdated.d.mts → cFEVersionUpdated.d.ts} +0 -0
- /package/dist/100/validator/{newEpoch.d.mts → newEpoch.d.ts} +0 -0
- /package/dist/100/validator/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/100/validator/{peerIdRegistered.d.mts → peerIdRegistered.d.ts} +0 -0
- /package/dist/100/validator/{peerIdUnregistered.d.mts → peerIdUnregistered.d.ts} +0 -0
- /package/dist/100/validator/{rotationAborted.d.mts → rotationAborted.d.ts} +0 -0
- /package/dist/100/validator/{rotationPhaseUpdated.d.mts → rotationPhaseUpdated.d.ts} +0 -0
- /package/dist/100/validator/{vanityNameSet.d.mts → vanityNameSet.d.ts} +0 -0
- /package/dist/100/witnesser/{prewitnessed.d.mts → prewitnessed.d.ts} +0 -0
- /package/dist/100/witnesser/{witnessExecutionFailed.d.mts → witnessExecutionFailed.d.ts} +0 -0
- /package/dist/102/accountRoles/{accountRoleRegistered.d.mts → accountRoleRegistered.d.ts} +0 -0
- /package/dist/102/{common.d.mts → common.d.ts} +0 -0
- /package/dist/102/swapping/{maximumSwapAmountSet.d.mts → maximumSwapAmountSet.d.ts} +0 -0
- /package/dist/102/swapping/{swapAmountConfiscated.d.mts → swapAmountConfiscated.d.ts} +0 -0
- /package/dist/102/validator/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11000/arbitrumIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
- /package/dist/11000/arbitrumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11000/assethubIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
- /package/dist/11000/assethubIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11000/bitcoinElections/{allVotesCleared.d.mts → allVotesCleared.d.ts} +0 -0
- /package/dist/11000/bitcoinElections/{allVotesNotCleared.d.mts → allVotesNotCleared.d.ts} +0 -0
- /package/dist/11000/bitcoinElections/{corruptStorage.d.mts → corruptStorage.d.ts} +0 -0
- /package/dist/11000/bitcoinElections/{electoralEvent.d.mts → electoralEvent.d.ts} +0 -0
- /package/dist/11000/bitcoinElections/{uninitialized.d.mts → uninitialized.d.ts} +0 -0
- /package/dist/11000/bitcoinElections/{unknownElection.d.mts → unknownElection.d.ts} +0 -0
- /package/dist/11000/bitcoinIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11000/environment/{solanaGovCallDispatched.d.mts → solanaGovCallDispatched.d.ts} +0 -0
- /package/dist/11000/ethereumIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
- /package/dist/11000/ethereumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11000/funding/{rebalance.d.mts → rebalance.d.ts} +0 -0
- /package/dist/11000/lendingPools/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11000/polkadotIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
- /package/dist/11000/polkadotIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11000/solanaElections/{electoralEvent.d.mts → electoralEvent.d.ts} +0 -0
- /package/dist/11000/solanaIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
- /package/dist/11000/solanaIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11000/validator/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/111/bitcoinBroadcaster/{callResigned.d.mts → callResigned.d.ts} +0 -0
- /package/dist/111/bitcoinBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/111/bitcoinIngressEgress/{ccmBroadcastFailed.d.mts → ccmBroadcastFailed.d.ts} +0 -0
- /package/dist/111/bitcoinIngressEgress/{failedForeignChainCallExpired.d.mts → failedForeignChainCallExpired.d.ts} +0 -0
- /package/dist/111/bitcoinIngressEgress/{failedForeignChainCallResigned.d.mts → failedForeignChainCallResigned.d.ts} +0 -0
- /package/dist/111/ethereumBroadcaster/{callResigned.d.mts → callResigned.d.ts} +0 -0
- /package/dist/111/ethereumBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/111/ethereumIngressEgress/{ccmBroadcastFailed.d.mts → ccmBroadcastFailed.d.ts} +0 -0
- /package/dist/111/ethereumIngressEgress/{failedForeignChainCallExpired.d.mts → failedForeignChainCallExpired.d.ts} +0 -0
- /package/dist/111/ethereumIngressEgress/{failedForeignChainCallResigned.d.mts → failedForeignChainCallResigned.d.ts} +0 -0
- /package/dist/111/liquidityPools/{limitOrderSetOrUpdateScheduled.d.mts → limitOrderSetOrUpdateScheduled.d.ts} +0 -0
- /package/dist/111/liquidityPools/{scheduledLimitOrderUpdateDispatchFailure.d.mts → scheduledLimitOrderUpdateDispatchFailure.d.ts} +0 -0
- /package/dist/111/liquidityPools/{scheduledLimitOrderUpdateDispatchSuccess.d.mts → scheduledLimitOrderUpdateDispatchSuccess.d.ts} +0 -0
- /package/dist/111/polkadotBroadcaster/{callResigned.d.mts → callResigned.d.ts} +0 -0
- /package/dist/111/polkadotBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/111/polkadotIngressEgress/{ccmBroadcastFailed.d.mts → ccmBroadcastFailed.d.ts} +0 -0
- /package/dist/111/polkadotIngressEgress/{failedForeignChainCallExpired.d.mts → failedForeignChainCallExpired.d.ts} +0 -0
- /package/dist/111/polkadotIngressEgress/{failedForeignChainCallResigned.d.mts → failedForeignChainCallResigned.d.ts} +0 -0
- /package/dist/11100/accountRoles/{accountRoleDeregistered.d.mts → accountRoleDeregistered.d.ts} +0 -0
- /package/dist/11100/accountRoles/{accountRoleRegistered.d.mts → accountRoleRegistered.d.ts} +0 -0
- /package/dist/11100/accountRoles/{subAccountCallExecuted.d.mts → subAccountCallExecuted.d.ts} +0 -0
- /package/dist/11100/accountRoles/{subAccountCreated.d.mts → subAccountCreated.d.ts} +0 -0
- /package/dist/11100/arbitrumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11100/assethubIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11100/bitcoinIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11100/ethereumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11100/flip/{bondUpdated.d.mts → bondUpdated.d.ts} +0 -0
- /package/dist/11100/flip/{flipMinted.d.mts → flipMinted.d.ts} +0 -0
- /package/dist/11100/funding/{sCCallCannotBeDecoded.d.mts → sCCallCannotBeDecoded.d.ts} +0 -0
- /package/dist/11100/funding/{sCCallExecuted.d.mts → sCCallExecuted.d.ts} +0 -0
- /package/dist/11100/genericElections/{allVotesCleared.d.mts → allVotesCleared.d.ts} +0 -0
- /package/dist/11100/genericElections/{allVotesNotCleared.d.mts → allVotesNotCleared.d.ts} +0 -0
- /package/dist/11100/genericElections/{corruptStorage.d.mts → corruptStorage.d.ts} +0 -0
- /package/dist/11100/genericElections/{electoralEvent.d.mts → electoralEvent.d.ts} +0 -0
- /package/dist/11100/genericElections/{uninitialized.d.mts → uninitialized.d.ts} +0 -0
- /package/dist/11100/genericElections/{unknownElection.d.mts → unknownElection.d.ts} +0 -0
- /package/dist/11100/lendingPools/{collateralAdded.d.mts → collateralAdded.d.ts} +0 -0
- /package/dist/11100/lendingPools/{collateralRemoved.d.mts → collateralRemoved.d.ts} +0 -0
- /package/dist/11100/lendingPools/{lendingFeeCollectionInitiated.d.mts → lendingFeeCollectionInitiated.d.ts} +0 -0
- /package/dist/11100/lendingPools/{lendingFundsRemoved.d.mts → lendingFundsRemoved.d.ts} +0 -0
- /package/dist/11100/lendingPools/{lendingPoolCreated.d.mts → lendingPoolCreated.d.ts} +0 -0
- /package/dist/11100/lendingPools/{liquidationInitiated.d.mts → liquidationInitiated.d.ts} +0 -0
- /package/dist/11100/lendingPools/{loanRepaid.d.mts → loanRepaid.d.ts} +0 -0
- /package/dist/11100/lendingPools/{loanSettled.d.mts → loanSettled.d.ts} +0 -0
- /package/dist/11100/lendingPools/{loanUpdated.d.mts → loanUpdated.d.ts} +0 -0
- /package/dist/11100/polkadotIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11100/solanaIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11100/swapping/{swapAborted.d.mts → swapAborted.d.ts} +0 -0
- /package/dist/11100/swapping/{swapDepositAddressReady.d.mts → swapDepositAddressReady.d.ts} +0 -0
- /package/dist/11100/swapping/{swapRescheduled.d.mts → swapRescheduled.d.ts} +0 -0
- /package/dist/11100/validator/{delegated.d.mts → delegated.d.ts} +0 -0
- /package/dist/11100/validator/{delegatorAllowed.d.mts → delegatorAllowed.d.ts} +0 -0
- /package/dist/11100/validator/{delegatorBlocked.d.mts → delegatorBlocked.d.ts} +0 -0
- /package/dist/11100/validator/{maxBidUpdated.d.mts → maxBidUpdated.d.ts} +0 -0
- /package/dist/11100/validator/{operatorAcceptedByValidator.d.mts → operatorAcceptedByValidator.d.ts} +0 -0
- /package/dist/11100/validator/{operatorSettingsUpdated.d.mts → operatorSettingsUpdated.d.ts} +0 -0
- /package/dist/11100/validator/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11100/validator/{rotationPhaseUpdated.d.mts → rotationPhaseUpdated.d.ts} +0 -0
- /package/dist/11100/validator/{unDelegationFinalized.d.mts → unDelegationFinalized.d.ts} +0 -0
- /package/dist/11100/validator/{undelegated.d.mts → undelegated.d.ts} +0 -0
- /package/dist/11100/validator/{validatorClaimed.d.mts → validatorClaimed.d.ts} +0 -0
- /package/dist/11100/validator/{validatorRemovedFromOperator.d.mts → validatorRemovedFromOperator.d.ts} +0 -0
- /package/dist/11200/arbitrumIngressEgress/{channelRejectionRequestReceived.d.mts → channelRejectionRequestReceived.d.ts} +0 -0
- /package/dist/11200/arbitrumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11200/assethubIngressEgress/{channelRejectionRequestReceived.d.mts → channelRejectionRequestReceived.d.ts} +0 -0
- /package/dist/11200/assethubIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11200/bitcoinIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11200/ethereumIngressEgress/{channelRejectionRequestReceived.d.mts → channelRejectionRequestReceived.d.ts} +0 -0
- /package/dist/11200/ethereumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11200/polkadotIngressEgress/{channelRejectionRequestReceived.d.mts → channelRejectionRequestReceived.d.ts} +0 -0
- /package/dist/11200/polkadotIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11200/solanaIngressEgress/{channelRejectionRequestReceived.d.mts → channelRejectionRequestReceived.d.ts} +0 -0
- /package/dist/11200/solanaIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/11200/swapping/{swapAborted.d.mts → swapAborted.d.ts} +0 -0
- /package/dist/11200/swapping/{swapRescheduled.d.mts → swapRescheduled.d.ts} +0 -0
- /package/dist/11200/validator/{operatorSettingsUpdated.d.mts → operatorSettingsUpdated.d.ts} +0 -0
- /package/dist/11200/validator/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/120/bitcoinBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
- /package/dist/120/bitcoinBroadcaster/{broadcastTimeout.d.mts → broadcastTimeout.d.ts} +0 -0
- /package/dist/120/bitcoinBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/120/bitcoinBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
- /package/dist/120/bitcoinChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
- /package/dist/120/bitcoinIngressEgress/{utxoConsolidation.d.mts → utxoConsolidation.d.ts} +0 -0
- /package/dist/120/{common.d.mts → common.d.ts} +0 -0
- /package/dist/120/emissions/{backupRewardsDistributed.d.mts → backupRewardsDistributed.d.ts} +0 -0
- /package/dist/120/emissions/{flipBurnSkipped.d.mts → flipBurnSkipped.d.ts} +0 -0
- /package/dist/120/emissions/{networkFeeBurned.d.mts → networkFeeBurned.d.ts} +0 -0
- /package/dist/120/environment/{utxoConsolidationParametersUpdated.d.mts → utxoConsolidationParametersUpdated.d.ts} +0 -0
- /package/dist/120/ethereumBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
- /package/dist/120/ethereumBroadcaster/{broadcastTimeout.d.mts → broadcastTimeout.d.ts} +0 -0
- /package/dist/120/ethereumBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/120/ethereumBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
- /package/dist/120/ethereumIngressEgress/{depositIgnored.d.mts → depositIgnored.d.ts} +0 -0
- /package/dist/120/ethereumIngressEgress/{depositReceived.d.mts → depositReceived.d.ts} +0 -0
- /package/dist/120/ethereumIngressEgress/{utxoConsolidation.d.mts → utxoConsolidation.d.ts} +0 -0
- /package/dist/120/liquidityProvider/{liquidityDepositCredited.d.mts → liquidityDepositCredited.d.ts} +0 -0
- /package/dist/120/polkadotBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
- /package/dist/120/polkadotBroadcaster/{broadcastTimeout.d.mts → broadcastTimeout.d.ts} +0 -0
- /package/dist/120/polkadotBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/120/polkadotBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
- /package/dist/120/polkadotIngressEgress/{depositIgnored.d.mts → depositIgnored.d.ts} +0 -0
- /package/dist/120/polkadotIngressEgress/{depositReceived.d.mts → depositReceived.d.ts} +0 -0
- /package/dist/120/polkadotIngressEgress/{utxoConsolidation.d.mts → utxoConsolidation.d.ts} +0 -0
- /package/dist/120/swapping/{ccmFailed.d.mts → ccmFailed.d.ts} +0 -0
- /package/dist/120/swapping/{swapEgressIgnored.d.mts → swapEgressIgnored.d.ts} +0 -0
- /package/dist/120/swapping/{swapEgressScheduled.d.mts → swapEgressScheduled.d.ts} +0 -0
- /package/dist/120/swapping/{swapExecuted.d.mts → swapExecuted.d.ts} +0 -0
- /package/dist/131/bitcoinBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/131/bitcoinBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
- /package/dist/131/bitcoinChainTracking/{feeMultiplierUpdated.d.mts → feeMultiplierUpdated.d.ts} +0 -0
- /package/dist/131/bitcoinIngressEgress/{channelOpeningFeePaid.d.mts → channelOpeningFeePaid.d.ts} +0 -0
- /package/dist/131/bitcoinIngressEgress/{channelOpeningFeeSet.d.mts → channelOpeningFeeSet.d.ts} +0 -0
- /package/dist/131/bitcoinIngressEgress/{depositReceived.d.mts → depositReceived.d.ts} +0 -0
- /package/dist/131/bitcoinIngressEgress/{depositWitnessRejected.d.mts → depositWitnessRejected.d.ts} +0 -0
- /package/dist/131/bitcoinIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keyRotationCompleted.d.mts → keyRotationCompleted.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
- /package/dist/131/bitcoinThresholdSigner/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
- /package/dist/131/bitcoinVault/{vaultActivationCompleted.d.mts → vaultActivationCompleted.d.ts} +0 -0
- /package/dist/131/environment/{addedNewEthAsset.d.mts → addedNewEthAsset.d.ts} +0 -0
- /package/dist/131/environment/{updatedEthAsset.d.mts → updatedEthAsset.d.ts} +0 -0
- /package/dist/131/ethereumBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/131/ethereumChainTracking/{feeMultiplierUpdated.d.mts → feeMultiplierUpdated.d.ts} +0 -0
- /package/dist/131/ethereumIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/131/ethereumIngressEgress/{channelOpeningFeePaid.d.mts → channelOpeningFeePaid.d.ts} +0 -0
- /package/dist/131/ethereumIngressEgress/{channelOpeningFeeSet.d.mts → channelOpeningFeeSet.d.ts} +0 -0
- /package/dist/131/ethereumIngressEgress/{depositReceived.d.mts → depositReceived.d.ts} +0 -0
- /package/dist/131/ethereumIngressEgress/{depositWitnessRejected.d.mts → depositWitnessRejected.d.ts} +0 -0
- /package/dist/131/ethereumIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
- /package/dist/131/ethereumIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keyRotationCompleted.d.mts → keyRotationCompleted.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
- /package/dist/131/ethereumThresholdSigner/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
- /package/dist/131/ethereumVault/{vaultActivationCompleted.d.mts → vaultActivationCompleted.d.ts} +0 -0
- /package/dist/131/polkadotBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/131/polkadotChainTracking/{feeMultiplierUpdated.d.mts → feeMultiplierUpdated.d.ts} +0 -0
- /package/dist/131/polkadotIngressEgress/{channelOpeningFeePaid.d.mts → channelOpeningFeePaid.d.ts} +0 -0
- /package/dist/131/polkadotIngressEgress/{channelOpeningFeeSet.d.mts → channelOpeningFeeSet.d.ts} +0 -0
- /package/dist/131/polkadotIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keyRotationCompleted.d.mts → keyRotationCompleted.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
- /package/dist/131/polkadotThresholdSigner/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
- /package/dist/131/polkadotVault/{vaultActivationCompleted.d.mts → vaultActivationCompleted.d.ts} +0 -0
- /package/dist/131/reputation/{offencePenalty.d.mts → offencePenalty.d.ts} +0 -0
- /package/dist/131/reputation/{penaltyUpdated.d.mts → penaltyUpdated.d.ts} +0 -0
- /package/dist/131/system/{upgradeAuthorized.d.mts → upgradeAuthorized.d.ts} +0 -0
- /package/dist/131/witnesser/{prewitnessExecutionFailed.d.mts → prewitnessExecutionFailed.d.ts} +0 -0
- /package/dist/141/accountRoles/{accountRoleDeregistered.d.mts → accountRoleDeregistered.d.ts} +0 -0
- /package/dist/141/accountRoles/{vanityNameSet.d.mts → vanityNameSet.d.ts} +0 -0
- /package/dist/141/arbitrumBroadcaster/{broadcastAborted.d.mts → broadcastAborted.d.ts} +0 -0
- /package/dist/141/arbitrumBroadcaster/{broadcastCallbackExecuted.d.mts → broadcastCallbackExecuted.d.ts} +0 -0
- /package/dist/141/arbitrumBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
- /package/dist/141/arbitrumBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/141/arbitrumBroadcaster/{broadcastTimeout.d.mts → broadcastTimeout.d.ts} +0 -0
- /package/dist/141/arbitrumBroadcaster/{callResigned.d.mts → callResigned.d.ts} +0 -0
- /package/dist/141/arbitrumBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/141/arbitrumBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
- /package/dist/141/arbitrumBroadcaster/{transactionFeeDeficitRefused.d.mts → transactionFeeDeficitRefused.d.ts} +0 -0
- /package/dist/141/arbitrumChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
- /package/dist/141/arbitrumChainTracking/{feeMultiplierUpdated.d.mts → feeMultiplierUpdated.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{ccmBroadcastFailed.d.mts → ccmBroadcastFailed.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{channelOpeningFeePaid.d.mts → channelOpeningFeePaid.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{channelOpeningFeeSet.d.mts → channelOpeningFeeSet.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{failedForeignChainCallExpired.d.mts → failedForeignChainCallExpired.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{failedForeignChainCallResigned.d.mts → failedForeignChainCallResigned.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{stoppedBoosting.d.mts → stoppedBoosting.d.ts} +0 -0
- /package/dist/141/arbitrumIngressEgress/{utxoConsolidation.d.mts → utxoConsolidation.d.ts} +0 -0
- /package/dist/141/arbitrumVault/{awaitingGovernanceActivation.d.mts → awaitingGovernanceActivation.d.ts} +0 -0
- /package/dist/141/arbitrumVault/{chainInitialized.d.mts → chainInitialized.d.ts} +0 -0
- /package/dist/141/arbitrumVault/{vaultActivationCompleted.d.mts → vaultActivationCompleted.d.ts} +0 -0
- /package/dist/141/arbitrumVault/{vaultRotatedExternally.d.mts → vaultRotatedExternally.d.ts} +0 -0
- /package/dist/141/bitcoinIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/141/bitcoinIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
- /package/dist/141/bitcoinIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/141/bitcoinIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
- /package/dist/141/bitcoinIngressEgress/{stoppedBoosting.d.mts → stoppedBoosting.d.ts} +0 -0
- /package/dist/141/bitcoinVault/{chainInitialized.d.mts → chainInitialized.d.ts} +0 -0
- /package/dist/141/emissions/{networkFeeBurned.d.mts → networkFeeBurned.d.ts} +0 -0
- /package/dist/141/environment/{addedNewArbAsset.d.mts → addedNewArbAsset.d.ts} +0 -0
- /package/dist/141/environment/{arbitrumInitialized.d.mts → arbitrumInitialized.d.ts} +0 -0
- /package/dist/141/environment/{runtimeSafeModeUpdated.d.mts → runtimeSafeModeUpdated.d.ts} +0 -0
- /package/dist/141/environment/{updatedArbAsset.d.mts → updatedArbAsset.d.ts} +0 -0
- /package/dist/141/ethereumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/141/ethereumIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
- /package/dist/141/ethereumIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/141/ethereumIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
- /package/dist/141/ethereumIngressEgress/{stoppedBoosting.d.mts → stoppedBoosting.d.ts} +0 -0
- /package/dist/141/ethereumVault/{chainInitialized.d.mts → chainInitialized.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keyRotationCompleted.d.mts → keyRotationCompleted.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{signersUnavailable.d.mts → signersUnavailable.d.ts} +0 -0
- /package/dist/141/evmThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.mts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/141/liquidityPools/{assetSwapped.d.mts → assetSwapped.d.ts} +0 -0
- /package/dist/141/liquidityPools/{newPoolCreated.d.mts → newPoolCreated.d.ts} +0 -0
- /package/dist/141/liquidityPools/{poolFeeSet.d.mts → poolFeeSet.d.ts} +0 -0
- /package/dist/141/liquidityPools/{priceImpactLimitSet.d.mts → priceImpactLimitSet.d.ts} +0 -0
- /package/dist/141/liquidityProvider/{accountCredited.d.mts → accountCredited.d.ts} +0 -0
- /package/dist/141/liquidityProvider/{accountDebited.d.mts → accountDebited.d.ts} +0 -0
- /package/dist/141/liquidityProvider/{liquidityDepositCredited.d.mts → liquidityDepositCredited.d.ts} +0 -0
- /package/dist/141/polkadotIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/141/polkadotIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
- /package/dist/141/polkadotIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/141/polkadotIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
- /package/dist/141/polkadotIngressEgress/{stoppedBoosting.d.mts → stoppedBoosting.d.ts} +0 -0
- /package/dist/141/polkadotVault/{chainInitialized.d.mts → chainInitialized.d.ts} +0 -0
- /package/dist/141/swapping/{ccmDepositReceived.d.mts → ccmDepositReceived.d.ts} +0 -0
- /package/dist/141/swapping/{ccmEgressScheduled.d.mts → ccmEgressScheduled.d.ts} +0 -0
- /package/dist/141/swapping/{maximumSwapAmountSet.d.mts → maximumSwapAmountSet.d.ts} +0 -0
- /package/dist/141/swapping/{swapAmountConfiscated.d.mts → swapAmountConfiscated.d.ts} +0 -0
- /package/dist/141/swapping/{withdrawalRequested.d.mts → withdrawalRequested.d.ts} +0 -0
- /package/dist/141/tokenholderGovernance/{govKeyUpdatedHasFailed.d.mts → govKeyUpdatedHasFailed.d.ts} +0 -0
- /package/dist/141/tokenholderGovernance/{govKeyUpdatedWasSuccessful.d.mts → govKeyUpdatedWasSuccessful.d.ts} +0 -0
- /package/dist/141/tokenholderGovernance/{proposalEnacted.d.mts → proposalEnacted.d.ts} +0 -0
- /package/dist/141/tokenholderGovernance/{proposalPassed.d.mts → proposalPassed.d.ts} +0 -0
- /package/dist/141/tokenholderGovernance/{proposalRejected.d.mts → proposalRejected.d.ts} +0 -0
- /package/dist/141/tokenholderGovernance/{proposalSubmitted.d.mts → proposalSubmitted.d.ts} +0 -0
- /package/dist/141/validator/{rotationPhaseUpdated.d.mts → rotationPhaseUpdated.d.ts} +0 -0
- /package/dist/141/validator/{startedBidding.d.mts → startedBidding.d.ts} +0 -0
- /package/dist/141/validator/{stoppedBidding.d.mts → stoppedBidding.d.ts} +0 -0
- /package/dist/141/witnesser/{callDispatched.d.mts → callDispatched.d.ts} +0 -0
- /package/dist/141/witnesser/{reportedWitnessingFailures.d.mts → reportedWitnessingFailures.d.ts} +0 -0
- /package/dist/150/arbitrumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/150/arbitrumIngressEgress/{maxSwapRetryDurationSet.d.mts → maxSwapRetryDurationSet.d.ts} +0 -0
- /package/dist/150/assetBalances/{vaultDeficitDetected.d.mts → vaultDeficitDetected.d.ts} +0 -0
- /package/dist/150/bitcoinIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/150/bitcoinIngressEgress/{maxSwapRetryDurationSet.d.mts → maxSwapRetryDurationSet.d.ts} +0 -0
- /package/dist/150/ethereumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/150/ethereumIngressEgress/{maxSwapRetryDurationSet.d.mts → maxSwapRetryDurationSet.d.ts} +0 -0
- /package/dist/150/liquidityPools/{priceImpactLimitSet.d.mts → priceImpactLimitSet.d.ts} +0 -0
- /package/dist/150/polkadotIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/150/polkadotIngressEgress/{maxSwapRetryDurationSet.d.mts → maxSwapRetryDurationSet.d.ts} +0 -0
- /package/dist/150/solanaBroadcaster/{broadcastAborted.d.mts → broadcastAborted.d.ts} +0 -0
- /package/dist/150/solanaBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
- /package/dist/150/solanaBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/150/solanaBroadcaster/{broadcastTimeout.d.mts → broadcastTimeout.d.ts} +0 -0
- /package/dist/150/solanaBroadcaster/{callResigned.d.mts → callResigned.d.ts} +0 -0
- /package/dist/150/solanaBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/150/solanaBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
- /package/dist/150/solanaBroadcaster/{transactionFeeDeficitRefused.d.mts → transactionFeeDeficitRefused.d.ts} +0 -0
- /package/dist/150/solanaChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
- /package/dist/150/solanaChainTracking/{feeMultiplierUpdated.d.mts → feeMultiplierUpdated.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{boostFundsAdded.d.mts → boostFundsAdded.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{ccmBroadcastFailed.d.mts → ccmBroadcastFailed.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{channelOpeningFeePaid.d.mts → channelOpeningFeePaid.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{channelOpeningFeeSet.d.mts → channelOpeningFeeSet.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{depositFetchesScheduled.d.mts → depositFetchesScheduled.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{depositIgnored.d.mts → depositIgnored.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{failedForeignChainCallExpired.d.mts → failedForeignChainCallExpired.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{failedForeignChainCallResigned.d.mts → failedForeignChainCallResigned.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{maxSwapRetryDurationSet.d.mts → maxSwapRetryDurationSet.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{stoppedBoosting.d.mts → stoppedBoosting.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
- /package/dist/150/solanaIngressEgress/{utxoConsolidation.d.mts → utxoConsolidation.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{failureReportProcessed.d.mts → failureReportProcessed.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keyHandoverFailure.d.mts → keyHandoverFailure.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keyHandoverFailureReported.d.mts → keyHandoverFailureReported.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keyHandoverRequest.d.mts → keyHandoverRequest.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keyHandoverResponseTimeout.d.mts → keyHandoverResponseTimeout.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keyHandoverSuccess.d.mts → keyHandoverSuccess.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keyHandoverSuccessReported.d.mts → keyHandoverSuccessReported.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keyHandoverVerificationFailure.d.mts → keyHandoverVerificationFailure.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keyHandoverVerificationSuccess.d.mts → keyHandoverVerificationSuccess.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keyRotationCompleted.d.mts → keyRotationCompleted.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keygenFailure.d.mts → keygenFailure.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keygenFailureReported.d.mts → keygenFailureReported.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keygenRequest.d.mts → keygenRequest.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keygenResponseTimeout.d.mts → keygenResponseTimeout.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keygenResponseTimeoutUpdated.d.mts → keygenResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keygenSuccess.d.mts → keygenSuccess.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keygenSuccessReported.d.mts → keygenSuccessReported.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keygenVerificationFailure.d.mts → keygenVerificationFailure.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{keygenVerificationSuccess.d.mts → keygenVerificationSuccess.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{noKeyHandover.d.mts → noKeyHandover.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{retryRequested.d.mts → retryRequested.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{signersUnavailable.d.mts → signersUnavailable.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{thresholdSignatureFailed.d.mts → thresholdSignatureFailed.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{thresholdSignatureRequest.d.mts → thresholdSignatureRequest.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{thresholdSignatureResponseTimeoutUpdated.d.mts → thresholdSignatureResponseTimeoutUpdated.d.ts} +0 -0
- /package/dist/150/solanaThresholdSigner/{thresholdSignatureSuccess.d.mts → thresholdSignatureSuccess.d.ts} +0 -0
- /package/dist/150/solanaVault/{awaitingGovernanceActivation.d.mts → awaitingGovernanceActivation.d.ts} +0 -0
- /package/dist/150/solanaVault/{chainInitialized.d.mts → chainInitialized.d.ts} +0 -0
- /package/dist/150/solanaVault/{vaultActivationCompleted.d.mts → vaultActivationCompleted.d.ts} +0 -0
- /package/dist/150/solanaVault/{vaultRotatedExternally.d.mts → vaultRotatedExternally.d.ts} +0 -0
- /package/dist/150/swapping/{buyIntervalSet.d.mts → buyIntervalSet.d.ts} +0 -0
- /package/dist/150/swapping/{ccmEgressScheduled.d.mts → ccmEgressScheduled.d.ts} +0 -0
- /package/dist/150/swapping/{networkFeeTaken.d.mts → networkFeeTaken.d.ts} +0 -0
- /package/dist/150/swapping/{swapRescheduled.d.mts → swapRescheduled.d.ts} +0 -0
- /package/dist/150/swapping/{swapRetryDelaySet.d.mts → swapRetryDelaySet.d.ts} +0 -0
- /package/dist/150/tokenholderGovernance/{govKeyUpdatedHasFailed.d.mts → govKeyUpdatedHasFailed.d.ts} +0 -0
- /package/dist/150/tokenholderGovernance/{govKeyUpdatedWasSuccessful.d.mts → govKeyUpdatedWasSuccessful.d.ts} +0 -0
- /package/dist/160/arbitrumIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
- /package/dist/160/bitcoinIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
- /package/dist/160/environment/{durableNonceSetForAccount.d.mts → durableNonceSetForAccount.d.ts} +0 -0
- /package/dist/160/environment/{runtimeSafeModeUpdated.d.mts → runtimeSafeModeUpdated.d.ts} +0 -0
- /package/dist/160/environment/{solanaInitialized.d.mts → solanaInitialized.d.ts} +0 -0
- /package/dist/160/ethereumIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
- /package/dist/160/liquidityPools/{priceImpactLimitSet.d.mts → priceImpactLimitSet.d.ts} +0 -0
- /package/dist/160/polkadotIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
- /package/dist/160/solanaBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/160/solanaBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
- /package/dist/160/solanaBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
- /package/dist/160/solanaChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
- /package/dist/160/solanaElections/{allVotesCleared.d.mts → allVotesCleared.d.ts} +0 -0
- /package/dist/160/solanaElections/{allVotesNotCleared.d.mts → allVotesNotCleared.d.ts} +0 -0
- /package/dist/160/solanaElections/{corruptStorage.d.mts → corruptStorage.d.ts} +0 -0
- /package/dist/160/solanaElections/{uninitialized.d.mts → uninitialized.d.ts} +0 -0
- /package/dist/160/solanaIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/160/solanaIngressEgress/{boostFundsAdded.d.mts → boostFundsAdded.d.ts} +0 -0
- /package/dist/160/solanaIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
- /package/dist/160/solanaIngressEgress/{ccmEgressInvalid.d.mts → ccmEgressInvalid.d.ts} +0 -0
- /package/dist/160/solanaIngressEgress/{depositIgnored.d.mts → depositIgnored.d.ts} +0 -0
- /package/dist/160/solanaIngressEgress/{depositWitnessRejected.d.mts → depositWitnessRejected.d.ts} +0 -0
- /package/dist/160/solanaIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
- /package/dist/160/solanaIngressEgress/{stoppedBoosting.d.mts → stoppedBoosting.d.ts} +0 -0
- /package/dist/160/solanaThresholdSigner/{thresholdSignatureRequest.d.mts → thresholdSignatureRequest.d.ts} +0 -0
- /package/dist/160/swapping/{maxSwapRequestDurationSet.d.mts → maxSwapRequestDurationSet.d.ts} +0 -0
- /package/dist/160/swapping/{maxSwapRetryDurationSet.d.mts → maxSwapRetryDurationSet.d.ts} +0 -0
- /package/dist/160/swapping/{swapRequestCompleted.d.mts → swapRequestCompleted.d.ts} +0 -0
- /package/dist/170/arbitrumBroadcaster/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/170/arbitrumIngressEgress/{ccmFallbackScheduled.d.mts → ccmFallbackScheduled.d.ts} +0 -0
- /package/dist/170/arbitrumIngressEgress/{depositChannelLifetimeSet.d.mts → depositChannelLifetimeSet.d.ts} +0 -0
- /package/dist/170/arbitrumIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
- /package/dist/170/arbitrumIngressEgress/{transactionRejectedByBroker.d.mts → transactionRejectedByBroker.d.ts} +0 -0
- /package/dist/170/arbitrumIngressEgress/{transactionRejectionFailed.d.mts → transactionRejectionFailed.d.ts} +0 -0
- /package/dist/170/arbitrumIngressEgress/{transactionRejectionRequestExpired.d.mts → transactionRejectionRequestExpired.d.ts} +0 -0
- /package/dist/170/arbitrumIngressEgress/{transactionRejectionRequestReceived.d.mts → transactionRejectionRequestReceived.d.ts} +0 -0
- /package/dist/170/arbitrumVault/{activationTxFailedAwaitingGovernance.d.mts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
- /package/dist/170/bitcoinBroadcaster/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/170/bitcoinIngressEgress/{ccmFallbackScheduled.d.mts → ccmFallbackScheduled.d.ts} +0 -0
- /package/dist/170/bitcoinIngressEgress/{depositChannelLifetimeSet.d.mts → depositChannelLifetimeSet.d.ts} +0 -0
- /package/dist/170/bitcoinIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
- /package/dist/170/bitcoinIngressEgress/{transactionRejectionRequestExpired.d.mts → transactionRejectionRequestExpired.d.ts} +0 -0
- /package/dist/170/bitcoinIngressEgress/{transactionRejectionRequestReceived.d.mts → transactionRejectionRequestReceived.d.ts} +0 -0
- /package/dist/170/bitcoinThresholdSigner/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/170/bitcoinVault/{activationTxFailedAwaitingGovernance.d.mts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
- /package/dist/170/ethereumBroadcaster/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/170/ethereumIngressEgress/{ccmFallbackScheduled.d.mts → ccmFallbackScheduled.d.ts} +0 -0
- /package/dist/170/ethereumIngressEgress/{depositChannelLifetimeSet.d.mts → depositChannelLifetimeSet.d.ts} +0 -0
- /package/dist/170/ethereumIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
- /package/dist/170/ethereumIngressEgress/{transactionRejectedByBroker.d.mts → transactionRejectedByBroker.d.ts} +0 -0
- /package/dist/170/ethereumIngressEgress/{transactionRejectionFailed.d.mts → transactionRejectionFailed.d.ts} +0 -0
- /package/dist/170/ethereumIngressEgress/{transactionRejectionRequestExpired.d.mts → transactionRejectionRequestExpired.d.ts} +0 -0
- /package/dist/170/ethereumIngressEgress/{transactionRejectionRequestReceived.d.mts → transactionRejectionRequestReceived.d.ts} +0 -0
- /package/dist/170/ethereumVault/{activationTxFailedAwaitingGovernance.d.mts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
- /package/dist/170/evmThresholdSigner/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/170/polkadotBroadcaster/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/170/polkadotIngressEgress/{ccmFallbackScheduled.d.mts → ccmFallbackScheduled.d.ts} +0 -0
- /package/dist/170/polkadotIngressEgress/{depositChannelLifetimeSet.d.mts → depositChannelLifetimeSet.d.ts} +0 -0
- /package/dist/170/polkadotIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
- /package/dist/170/polkadotIngressEgress/{transactionRejectedByBroker.d.mts → transactionRejectedByBroker.d.ts} +0 -0
- /package/dist/170/polkadotIngressEgress/{transactionRejectionFailed.d.mts → transactionRejectionFailed.d.ts} +0 -0
- /package/dist/170/polkadotIngressEgress/{transactionRejectionRequestExpired.d.mts → transactionRejectionRequestExpired.d.ts} +0 -0
- /package/dist/170/polkadotIngressEgress/{transactionRejectionRequestReceived.d.mts → transactionRejectionRequestReceived.d.ts} +0 -0
- /package/dist/170/polkadotThresholdSigner/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/170/polkadotVault/{activationTxFailedAwaitingGovernance.d.mts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
- /package/dist/170/reputation/{offencePenalty.d.mts → offencePenalty.d.ts} +0 -0
- /package/dist/170/reputation/{penaltyUpdated.d.mts → penaltyUpdated.d.ts} +0 -0
- /package/dist/170/solanaBroadcaster/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/170/solanaBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
- /package/dist/170/solanaIngressEgress/{ccmFallbackScheduled.d.mts → ccmFallbackScheduled.d.ts} +0 -0
- /package/dist/170/solanaIngressEgress/{depositChannelLifetimeSet.d.mts → depositChannelLifetimeSet.d.ts} +0 -0
- /package/dist/170/solanaIngressEgress/{failedToBuildAllBatchCall.d.mts → failedToBuildAllBatchCall.d.ts} +0 -0
- /package/dist/170/solanaIngressEgress/{transactionRejectedByBroker.d.mts → transactionRejectedByBroker.d.ts} +0 -0
- /package/dist/170/solanaIngressEgress/{transactionRejectionFailed.d.mts → transactionRejectionFailed.d.ts} +0 -0
- /package/dist/170/solanaIngressEgress/{transactionRejectionRequestExpired.d.mts → transactionRejectionRequestExpired.d.ts} +0 -0
- /package/dist/170/solanaIngressEgress/{transactionRejectionRequestReceived.d.mts → transactionRejectionRequestReceived.d.ts} +0 -0
- /package/dist/170/solanaThresholdSigner/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/170/solanaVault/{activationTxFailedAwaitingGovernance.d.mts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
- /package/dist/170/validator/{previousRotationStillPending.d.mts → previousRotationStillPending.d.ts} +0 -0
- /package/dist/180/arbitrumChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
- /package/dist/180/arbitrumIngressEgress/{depositFinalised.d.mts → depositFinalised.d.ts} +0 -0
- /package/dist/180/arbitrumIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
- /package/dist/180/arbitrumIngressEgress/{networkFeeDeductionFromBoostSet.d.mts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
- /package/dist/180/arbitrumIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
- /package/dist/180/arbitrumIngressEgress/{unknownAffiliate.d.mts → unknownAffiliate.d.ts} +0 -0
- /package/dist/180/arbitrumIngressEgress/{unknownBroker.d.mts → unknownBroker.d.ts} +0 -0
- /package/dist/180/arbitrumIngressEgress/{witnessSafetyMarginSet.d.mts → witnessSafetyMarginSet.d.ts} +0 -0
- /package/dist/180/bitcoinIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
- /package/dist/180/bitcoinIngressEgress/{networkFeeDeductionFromBoostSet.d.mts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
- /package/dist/180/bitcoinIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
- /package/dist/180/bitcoinIngressEgress/{unknownAffiliate.d.mts → unknownAffiliate.d.ts} +0 -0
- /package/dist/180/bitcoinIngressEgress/{unknownBroker.d.mts → unknownBroker.d.ts} +0 -0
- /package/dist/180/bitcoinIngressEgress/{witnessSafetyMarginSet.d.mts → witnessSafetyMarginSet.d.ts} +0 -0
- /package/dist/180/environment/{solanaGovCallDispatched.d.mts → solanaGovCallDispatched.d.ts} +0 -0
- /package/dist/180/ethereumIngressEgress/{depositFinalised.d.mts → depositFinalised.d.ts} +0 -0
- /package/dist/180/ethereumIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
- /package/dist/180/ethereumIngressEgress/{networkFeeDeductionFromBoostSet.d.mts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
- /package/dist/180/ethereumIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
- /package/dist/180/ethereumIngressEgress/{unknownAffiliate.d.mts → unknownAffiliate.d.ts} +0 -0
- /package/dist/180/ethereumIngressEgress/{unknownBroker.d.mts → unknownBroker.d.ts} +0 -0
- /package/dist/180/ethereumIngressEgress/{witnessSafetyMarginSet.d.mts → witnessSafetyMarginSet.d.ts} +0 -0
- /package/dist/180/polkadotIngressEgress/{depositFinalised.d.mts → depositFinalised.d.ts} +0 -0
- /package/dist/180/polkadotIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
- /package/dist/180/polkadotIngressEgress/{networkFeeDeductionFromBoostSet.d.mts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
- /package/dist/180/polkadotIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
- /package/dist/180/polkadotIngressEgress/{unknownAffiliate.d.mts → unknownAffiliate.d.ts} +0 -0
- /package/dist/180/polkadotIngressEgress/{unknownBroker.d.mts → unknownBroker.d.ts} +0 -0
- /package/dist/180/polkadotIngressEgress/{witnessSafetyMarginSet.d.mts → witnessSafetyMarginSet.d.ts} +0 -0
- /package/dist/180/solanaBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
- /package/dist/180/solanaElections/{unknownElection.d.mts → unknownElection.d.ts} +0 -0
- /package/dist/180/solanaIngressEgress/{depositFinalised.d.mts → depositFinalised.d.ts} +0 -0
- /package/dist/180/solanaIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
- /package/dist/180/solanaIngressEgress/{networkFeeDeductionFromBoostSet.d.mts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
- /package/dist/180/solanaIngressEgress/{transactionRejectionRequestExpired.d.mts → transactionRejectionRequestExpired.d.ts} +0 -0
- /package/dist/180/solanaIngressEgress/{transactionRejectionRequestReceived.d.mts → transactionRejectionRequestReceived.d.ts} +0 -0
- /package/dist/180/solanaIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
- /package/dist/180/solanaIngressEgress/{unknownAffiliate.d.mts → unknownAffiliate.d.ts} +0 -0
- /package/dist/180/solanaIngressEgress/{unknownBroker.d.mts → unknownBroker.d.ts} +0 -0
- /package/dist/180/solanaIngressEgress/{witnessSafetyMarginSet.d.mts → witnessSafetyMarginSet.d.ts} +0 -0
- /package/dist/180/swapping/{affiliateRegistration.d.mts → affiliateRegistration.d.ts} +0 -0
- /package/dist/180/swapping/{brokerBondSet.d.mts → brokerBondSet.d.ts} +0 -0
- /package/dist/180/swapping/{minimumNetworkFeeSet.d.mts → minimumNetworkFeeSet.d.ts} +0 -0
- /package/dist/180/swapping/{privateBrokerChannelClosed.d.mts → privateBrokerChannelClosed.d.ts} +0 -0
- /package/dist/180/swapping/{privateBrokerChannelOpened.d.mts → privateBrokerChannelOpened.d.ts} +0 -0
- /package/dist/180/swapping/{swapScheduled.d.mts → swapScheduled.d.ts} +0 -0
- /package/dist/190/arbitrumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/190/arbitrumIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/190/assetBalances/{vaultDeficitDetected.d.mts → vaultDeficitDetected.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{broadcastAborted.d.mts → broadcastAborted.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{broadcastRetryScheduled.d.mts → broadcastRetryScheduled.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{broadcastSuccess.d.mts → broadcastSuccess.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{broadcastTimeout.d.mts → broadcastTimeout.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{callResigned.d.mts → callResigned.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{thresholdSignatureInvalid.d.mts → thresholdSignatureInvalid.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{transactionBroadcastRequest.d.mts → transactionBroadcastRequest.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{transactionFeeDeficitRecorded.d.mts → transactionFeeDeficitRecorded.d.ts} +0 -0
- /package/dist/190/assethubBroadcaster/{transactionFeeDeficitRefused.d.mts → transactionFeeDeficitRefused.d.ts} +0 -0
- /package/dist/190/assethubChainTracking/{chainStateUpdated.d.mts → chainStateUpdated.d.ts} +0 -0
- /package/dist/190/assethubChainTracking/{feeMultiplierUpdated.d.mts → feeMultiplierUpdated.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{boostPoolCreated.d.mts → boostPoolCreated.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{boostedDepositLost.d.mts → boostedDepositLost.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{ccmBroadcastFailed.d.mts → ccmBroadcastFailed.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{channelOpeningFeePaid.d.mts → channelOpeningFeePaid.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{channelOpeningFeeSet.d.mts → channelOpeningFeeSet.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{depositChannelLifetimeSet.d.mts → depositChannelLifetimeSet.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{depositFetchesScheduled.d.mts → depositFetchesScheduled.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{failedForeignChainCallExpired.d.mts → failedForeignChainCallExpired.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{failedForeignChainCallResigned.d.mts → failedForeignChainCallResigned.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{minimumDepositSet.d.mts → minimumDepositSet.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{networkFeeDeductionFromBoostSet.d.mts → networkFeeDeductionFromBoostSet.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{transactionRejectionFailed.d.mts → transactionRejectionFailed.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{unknownAffiliate.d.mts → unknownAffiliate.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{unknownBroker.d.mts → unknownBroker.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{utxoConsolidation.d.mts → utxoConsolidation.d.ts} +0 -0
- /package/dist/190/assethubIngressEgress/{witnessSafetyMarginSet.d.mts → witnessSafetyMarginSet.d.ts} +0 -0
- /package/dist/190/assethubVault/{activationTxFailedAwaitingGovernance.d.mts → activationTxFailedAwaitingGovernance.d.ts} +0 -0
- /package/dist/190/assethubVault/{awaitingGovernanceActivation.d.mts → awaitingGovernanceActivation.d.ts} +0 -0
- /package/dist/190/assethubVault/{chainInitialized.d.mts → chainInitialized.d.ts} +0 -0
- /package/dist/190/assethubVault/{vaultActivationCompleted.d.mts → vaultActivationCompleted.d.ts} +0 -0
- /package/dist/190/assethubVault/{vaultRotatedExternally.d.mts → vaultRotatedExternally.d.ts} +0 -0
- /package/dist/190/bitcoinIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/190/bitcoinIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/190/environment/{assethubVaultAccountSet.d.mts → assethubVaultAccountSet.d.ts} +0 -0
- /package/dist/190/ethereumIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/190/ethereumIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/190/liquidityPools/{priceImpactLimitSet.d.mts → priceImpactLimitSet.d.ts} +0 -0
- /package/dist/190/polkadotIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/190/polkadotIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/190/solanaIngressEgress/{batchBroadcastRequested.d.mts → batchBroadcastRequested.d.ts} +0 -0
- /package/dist/190/solanaIngressEgress/{ccmBroadcastRequested.d.mts → ccmBroadcastRequested.d.ts} +0 -0
- /package/dist/190/swapping/{vaultSwapMinimumBrokerFeeSet.d.mts → vaultSwapMinimumBrokerFeeSet.d.ts} +0 -0
- /package/dist/190/tokenholderGovernance/{govKeyUpdatedHasFailed.d.mts → govKeyUpdatedHasFailed.d.ts} +0 -0
- /package/dist/190/tokenholderGovernance/{govKeyUpdatedWasSuccessful.d.mts → govKeyUpdatedWasSuccessful.d.ts} +0 -0
- /package/dist/190/tradingStrategy/{strategyClosed.d.mts → strategyClosed.d.ts} +0 -0
- /package/dist/200/arbitrumBroadcaster/{historicalBroadcastRequested.d.mts → historicalBroadcastRequested.d.ts} +0 -0
- /package/dist/200/assethubBroadcaster/{historicalBroadcastRequested.d.mts → historicalBroadcastRequested.d.ts} +0 -0
- /package/dist/200/bitcoinBroadcaster/{historicalBroadcastRequested.d.mts → historicalBroadcastRequested.d.ts} +0 -0
- /package/dist/200/bitcoinThresholdSigner/{maxRetriesReachedForRequest.d.mts → maxRetriesReachedForRequest.d.ts} +0 -0
- /package/dist/200/environment/{batchCompleted.d.mts → batchCompleted.d.ts} +0 -0
- /package/dist/200/environment/{nonNativeSignedCall.d.mts → nonNativeSignedCall.d.ts} +0 -0
- /package/dist/200/environment/{runtimeSafeModeUpdated.d.mts → runtimeSafeModeUpdated.d.ts} +0 -0
- /package/dist/200/ethereumBroadcaster/{historicalBroadcastRequested.d.mts → historicalBroadcastRequested.d.ts} +0 -0
- /package/dist/200/evmThresholdSigner/{maxRetriesReachedForRequest.d.mts → maxRetriesReachedForRequest.d.ts} +0 -0
- /package/dist/200/funding/{funded.d.mts → funded.d.ts} +0 -0
- /package/dist/200/lendingPools/{collateralAdded.d.mts → collateralAdded.d.ts} +0 -0
- /package/dist/200/lendingPools/{collateralRemoved.d.mts → collateralRemoved.d.ts} +0 -0
- /package/dist/200/lendingPools/{collateralTopupAssetUpdated.d.mts → collateralTopupAssetUpdated.d.ts} +0 -0
- /package/dist/200/lendingPools/{interestTaken.d.mts → interestTaken.d.ts} +0 -0
- /package/dist/200/lendingPools/{lendingFundsAdded.d.mts → lendingFundsAdded.d.ts} +0 -0
- /package/dist/200/lendingPools/{lendingFundsRemoved.d.mts → lendingFundsRemoved.d.ts} +0 -0
- /package/dist/200/lendingPools/{lendingNetworkFeeSwapInitiated.d.mts → lendingNetworkFeeSwapInitiated.d.ts} +0 -0
- /package/dist/200/lendingPools/{lendingPoolCreated.d.mts → lendingPoolCreated.d.ts} +0 -0
- /package/dist/200/lendingPools/{liquidationCompleted.d.mts → liquidationCompleted.d.ts} +0 -0
- /package/dist/200/lendingPools/{liquidationFeeTaken.d.mts → liquidationFeeTaken.d.ts} +0 -0
- /package/dist/200/lendingPools/{liquidationInitiated.d.mts → liquidationInitiated.d.ts} +0 -0
- /package/dist/200/lendingPools/{loanRepaid.d.mts → loanRepaid.d.ts} +0 -0
- /package/dist/200/lendingPools/{loanSettled.d.mts → loanSettled.d.ts} +0 -0
- /package/dist/200/lendingPools/{loanUpdated.d.mts → loanUpdated.d.ts} +0 -0
- /package/dist/200/lendingPools/{originationFeeTaken.d.mts → originationFeeTaken.d.ts} +0 -0
- /package/dist/200/lendingPools/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/200/lendingPools/{whitelistUpdated.d.mts → whitelistUpdated.d.ts} +0 -0
- /package/dist/200/polkadotBroadcaster/{historicalBroadcastRequested.d.mts → historicalBroadcastRequested.d.ts} +0 -0
- /package/dist/200/polkadotThresholdSigner/{maxRetriesReachedForRequest.d.mts → maxRetriesReachedForRequest.d.ts} +0 -0
- /package/dist/200/solanaBroadcaster/{historicalBroadcastRequested.d.mts → historicalBroadcastRequested.d.ts} +0 -0
- /package/dist/200/solanaThresholdSigner/{maxRetriesReachedForRequest.d.mts → maxRetriesReachedForRequest.d.ts} +0 -0
- /package/dist/200/swapping/{swapAborted.d.mts → swapAborted.d.ts} +0 -0
- /package/dist/200/swapping/{swapRequestCompleted.d.mts → swapRequestCompleted.d.ts} +0 -0
- /package/dist/200/swapping/{swapRescheduled.d.mts → swapRescheduled.d.ts} +0 -0
- /package/dist/210/arbitrumIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/210/arbitrumIngressEgress/{depositBoosted.d.mts → depositBoosted.d.ts} +0 -0
- /package/dist/210/arbitrumIngressEgress/{depositFetchesScheduled.d.mts → depositFetchesScheduled.d.ts} +0 -0
- /package/dist/210/arbitrumIngressEgress/{depositFinalised.d.mts → depositFinalised.d.ts} +0 -0
- /package/dist/210/arbitrumIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
- /package/dist/210/arbitrumIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
- /package/dist/210/arbitrumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/210/arbitrumIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
- /package/dist/210/environment/{addedNewArbAsset.d.mts → addedNewArbAsset.d.ts} +0 -0
- /package/dist/210/environment/{addedNewEthAsset.d.mts → addedNewEthAsset.d.ts} +0 -0
- /package/dist/210/environment/{updatedArbAsset.d.mts → updatedArbAsset.d.ts} +0 -0
- /package/dist/210/environment/{updatedEthAsset.d.mts → updatedEthAsset.d.ts} +0 -0
- /package/dist/210/ethereumIngressEgress/{assetEgressStatusChanged.d.mts → assetEgressStatusChanged.d.ts} +0 -0
- /package/dist/210/ethereumIngressEgress/{depositBoosted.d.mts → depositBoosted.d.ts} +0 -0
- /package/dist/210/ethereumIngressEgress/{depositFetchesScheduled.d.mts → depositFetchesScheduled.d.ts} +0 -0
- /package/dist/210/ethereumIngressEgress/{depositFinalised.d.mts → depositFinalised.d.ts} +0 -0
- /package/dist/210/ethereumIngressEgress/{insufficientBoostLiquidity.d.mts → insufficientBoostLiquidity.d.ts} +0 -0
- /package/dist/210/ethereumIngressEgress/{invalidCcmRefunded.d.mts → invalidCcmRefunded.d.ts} +0 -0
- /package/dist/210/ethereumIngressEgress/{palletConfigUpdated.d.mts → palletConfigUpdated.d.ts} +0 -0
- /package/dist/210/ethereumIngressEgress/{transferFallbackRequested.d.mts → transferFallbackRequested.d.ts} +0 -0
- /package/dist/210/governance/{newGovernanceCouncil.d.mts → newGovernanceCouncil.d.ts} +0 -0
- /package/dist/210/lendingPools/{loanRepaid.d.mts → loanRepaid.d.ts} +0 -0
- /package/dist/210/liquidityPools/{priceImpactLimitSet.d.mts → priceImpactLimitSet.d.ts} +0 -0
- /package/dist/{generate.d.mts → generate.d.ts} +0 -0
|
@@ -0,0 +1,3954 @@
|
|
|
1
|
+
|
|
2
|
+
//#region ../../node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/plugins/angular.mjs
|
|
3
|
+
var Ci = Object.defineProperty;
|
|
4
|
+
var _i = Object.getPrototypeOf;
|
|
5
|
+
var Ti = Reflect.get;
|
|
6
|
+
var an = (t) => {
|
|
7
|
+
throw TypeError(t);
|
|
8
|
+
};
|
|
9
|
+
var ln = (t, e) => {
|
|
10
|
+
for (var n in e) Ci(t, n, {
|
|
11
|
+
get: e[n],
|
|
12
|
+
enumerable: !0
|
|
13
|
+
});
|
|
14
|
+
};
|
|
15
|
+
var nt = (t, e, n) => e.has(t) || an("Cannot " + n);
|
|
16
|
+
var U = (t, e, n) => (nt(t, e, "read from private field"), n ? n.call(t) : e.get(t)), ke = (t, e, n) => e.has(t) ? an("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, n), st = (t, e, n, s) => (nt(t, e, "write to private field"), s ? s.call(t, n) : e.set(t, n), n), v = (t, e, n) => (nt(t, e, "access private method"), n);
|
|
17
|
+
var cn = (t, e, n) => Ti(_i(t), n, e);
|
|
18
|
+
var Ei = {};
|
|
19
|
+
ln(Ei, { parsers: () => sn });
|
|
20
|
+
var sn = {};
|
|
21
|
+
ln(sn, {
|
|
22
|
+
__ng_action: () => Fr,
|
|
23
|
+
__ng_binding: () => Vr,
|
|
24
|
+
__ng_directive: () => Hr,
|
|
25
|
+
__ng_interpolation: () => Ur
|
|
26
|
+
});
|
|
27
|
+
function ki(t) {
|
|
28
|
+
return typeof t == "string" ? (e) => e === t : (e) => t.test(e);
|
|
29
|
+
}
|
|
30
|
+
function pn(t, e, n) {
|
|
31
|
+
let s = ki(e);
|
|
32
|
+
for (let i = n; i < t.length; i++) {
|
|
33
|
+
let r = t[i];
|
|
34
|
+
if (s(r)) return i;
|
|
35
|
+
}
|
|
36
|
+
throw new Error(`Cannot find character ${e} from index ${n} in ${JSON.stringify(t)}`);
|
|
37
|
+
}
|
|
38
|
+
function hn(t) {
|
|
39
|
+
return t.slice(0, 1).toLowerCase() + t.slice(1);
|
|
40
|
+
}
|
|
41
|
+
function be(t) {
|
|
42
|
+
let { start: e, end: n } = t;
|
|
43
|
+
return {
|
|
44
|
+
start: e,
|
|
45
|
+
end: n,
|
|
46
|
+
range: [e, n]
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
function un(t) {
|
|
50
|
+
return !!t.extra?.parenthesized;
|
|
51
|
+
}
|
|
52
|
+
function ue(t) {
|
|
53
|
+
return t.type === "TSNonNullExpression" && !un(t) ? ue(t.expression) : (t.type === "OptionalCallExpression" || t.type === "OptionalMemberExpression") && !un(t);
|
|
54
|
+
}
|
|
55
|
+
new RegExp(`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`, "g");
|
|
56
|
+
var fn;
|
|
57
|
+
(function(t) {
|
|
58
|
+
t[t.Emulated = 0] = "Emulated", t[t.None = 2] = "None", t[t.ShadowDom = 3] = "ShadowDom", t[t.ExperimentalIsolatedShadowDom = 4] = "ExperimentalIsolatedShadowDom";
|
|
59
|
+
})(fn || (fn = {}));
|
|
60
|
+
var dn;
|
|
61
|
+
(function(t) {
|
|
62
|
+
t[t.OnPush = 0] = "OnPush", t[t.Default = 1] = "Default";
|
|
63
|
+
})(dn || (dn = {}));
|
|
64
|
+
var mn;
|
|
65
|
+
(function(t) {
|
|
66
|
+
t[t.None = 0] = "None", t[t.SignalBased = 1] = "SignalBased", t[t.HasDecoratorInputTransform = 2] = "HasDecoratorInputTransform";
|
|
67
|
+
})(mn || (mn = {}));
|
|
68
|
+
var N;
|
|
69
|
+
(function(t) {
|
|
70
|
+
t[t.NONE = 0] = "NONE", t[t.HTML = 1] = "HTML", t[t.STYLE = 2] = "STYLE", t[t.SCRIPT = 3] = "SCRIPT", t[t.URL = 4] = "URL", t[t.RESOURCE_URL = 5] = "RESOURCE_URL", t[t.ATTRIBUTE_NO_BINDING = 6] = "ATTRIBUTE_NO_BINDING";
|
|
71
|
+
})(N || (N = {}));
|
|
72
|
+
var gn;
|
|
73
|
+
(function(t) {
|
|
74
|
+
t[t.Error = 0] = "Error", t[t.Warning = 1] = "Warning", t[t.Ignore = 2] = "Ignore";
|
|
75
|
+
})(gn || (gn = {}));
|
|
76
|
+
var vn;
|
|
77
|
+
(function(t) {
|
|
78
|
+
t[t.Directive = 0] = "Directive", t[t.Component = 1] = "Component", t[t.Injectable = 2] = "Injectable", t[t.Pipe = 3] = "Pipe", t[t.NgModule = 4] = "NgModule";
|
|
79
|
+
})(vn || (vn = {}));
|
|
80
|
+
var xn;
|
|
81
|
+
(function(t) {
|
|
82
|
+
t[t.Directive = 0] = "Directive", t[t.Pipe = 1] = "Pipe", t[t.NgModule = 2] = "NgModule";
|
|
83
|
+
})(xn || (xn = {}));
|
|
84
|
+
var wn;
|
|
85
|
+
(function(t) {
|
|
86
|
+
t[t.Emulated = 0] = "Emulated", t[t.None = 2] = "None", t[t.ShadowDom = 3] = "ShadowDom", t[t.ExperimentalIsolatedShadowDom = 4] = "ExperimentalIsolatedShadowDom";
|
|
87
|
+
})(wn || (wn = {}));
|
|
88
|
+
var Sn;
|
|
89
|
+
(function(t) {
|
|
90
|
+
t[t.Little = 0] = "Little", t[t.Big = 1] = "Big";
|
|
91
|
+
})(Sn || (Sn = {}));
|
|
92
|
+
var En;
|
|
93
|
+
(function(t) {
|
|
94
|
+
t[t.None = 0] = "None", t[t.Const = 1] = "Const";
|
|
95
|
+
})(En || (En = {}));
|
|
96
|
+
var yn;
|
|
97
|
+
(function(t) {
|
|
98
|
+
t[t.Dynamic = 0] = "Dynamic", t[t.Bool = 1] = "Bool", t[t.String = 2] = "String", t[t.Int = 3] = "Int", t[t.Number = 4] = "Number", t[t.Function = 5] = "Function", t[t.Inferred = 6] = "Inferred", t[t.None = 7] = "None";
|
|
99
|
+
})(yn || (yn = {}));
|
|
100
|
+
var Cn;
|
|
101
|
+
(function(t) {
|
|
102
|
+
t[t.Minus = 0] = "Minus", t[t.Plus = 1] = "Plus";
|
|
103
|
+
})(Cn || (Cn = {}));
|
|
104
|
+
var c;
|
|
105
|
+
(function(t) {
|
|
106
|
+
t[t.Equals = 0] = "Equals", t[t.NotEquals = 1] = "NotEquals", t[t.Assign = 2] = "Assign", t[t.Identical = 3] = "Identical", t[t.NotIdentical = 4] = "NotIdentical", t[t.Minus = 5] = "Minus", t[t.Plus = 6] = "Plus", t[t.Divide = 7] = "Divide", t[t.Multiply = 8] = "Multiply", t[t.Modulo = 9] = "Modulo", t[t.And = 10] = "And", t[t.Or = 11] = "Or", t[t.BitwiseOr = 12] = "BitwiseOr", t[t.BitwiseAnd = 13] = "BitwiseAnd", t[t.Lower = 14] = "Lower", t[t.LowerEquals = 15] = "LowerEquals", t[t.Bigger = 16] = "Bigger", t[t.BiggerEquals = 17] = "BiggerEquals", t[t.NullishCoalesce = 18] = "NullishCoalesce", t[t.Exponentiation = 19] = "Exponentiation", t[t.In = 20] = "In", t[t.AdditionAssignment = 21] = "AdditionAssignment", t[t.SubtractionAssignment = 22] = "SubtractionAssignment", t[t.MultiplicationAssignment = 23] = "MultiplicationAssignment", t[t.DivisionAssignment = 24] = "DivisionAssignment", t[t.RemainderAssignment = 25] = "RemainderAssignment", t[t.ExponentiationAssignment = 26] = "ExponentiationAssignment", t[t.AndAssignment = 27] = "AndAssignment", t[t.OrAssignment = 28] = "OrAssignment", t[t.NullishCoalesceAssignment = 29] = "NullishCoalesceAssignment";
|
|
107
|
+
})(c || (c = {}));
|
|
108
|
+
function bi(t, e) {
|
|
109
|
+
return t == null || e == null ? t == e : t.isEquivalent(e);
|
|
110
|
+
}
|
|
111
|
+
function Ai(t, e, n) {
|
|
112
|
+
let s = t.length;
|
|
113
|
+
if (s !== e.length) return !1;
|
|
114
|
+
for (let i = 0; i < s; i++) if (!n(t[i], e[i])) return !1;
|
|
115
|
+
return !0;
|
|
116
|
+
}
|
|
117
|
+
function Ge(t, e) {
|
|
118
|
+
return Ai(t, e, (n, s) => n.isEquivalent(s));
|
|
119
|
+
}
|
|
120
|
+
var S = class {
|
|
121
|
+
type;
|
|
122
|
+
sourceSpan;
|
|
123
|
+
constructor(e, n) {
|
|
124
|
+
this.type = e || null, this.sourceSpan = n || null;
|
|
125
|
+
}
|
|
126
|
+
prop(e, n) {
|
|
127
|
+
return new ht(this, e, null, n);
|
|
128
|
+
}
|
|
129
|
+
key(e, n, s) {
|
|
130
|
+
return new ft(this, e, n, s);
|
|
131
|
+
}
|
|
132
|
+
callFn(e, n, s) {
|
|
133
|
+
return new at(this, e, null, n, s);
|
|
134
|
+
}
|
|
135
|
+
instantiate(e, n, s) {
|
|
136
|
+
return new lt(this, e, n, s);
|
|
137
|
+
}
|
|
138
|
+
conditional(e, n = null, s) {
|
|
139
|
+
return new pt(this, e, n, null, s);
|
|
140
|
+
}
|
|
141
|
+
equals(e, n) {
|
|
142
|
+
return new x(c.Equals, this, e, null, n);
|
|
143
|
+
}
|
|
144
|
+
notEquals(e, n) {
|
|
145
|
+
return new x(c.NotEquals, this, e, null, n);
|
|
146
|
+
}
|
|
147
|
+
identical(e, n) {
|
|
148
|
+
return new x(c.Identical, this, e, null, n);
|
|
149
|
+
}
|
|
150
|
+
notIdentical(e, n) {
|
|
151
|
+
return new x(c.NotIdentical, this, e, null, n);
|
|
152
|
+
}
|
|
153
|
+
minus(e, n) {
|
|
154
|
+
return new x(c.Minus, this, e, null, n);
|
|
155
|
+
}
|
|
156
|
+
plus(e, n) {
|
|
157
|
+
return new x(c.Plus, this, e, null, n);
|
|
158
|
+
}
|
|
159
|
+
divide(e, n) {
|
|
160
|
+
return new x(c.Divide, this, e, null, n);
|
|
161
|
+
}
|
|
162
|
+
multiply(e, n) {
|
|
163
|
+
return new x(c.Multiply, this, e, null, n);
|
|
164
|
+
}
|
|
165
|
+
modulo(e, n) {
|
|
166
|
+
return new x(c.Modulo, this, e, null, n);
|
|
167
|
+
}
|
|
168
|
+
power(e, n) {
|
|
169
|
+
return new x(c.Exponentiation, this, e, null, n);
|
|
170
|
+
}
|
|
171
|
+
and(e, n) {
|
|
172
|
+
return new x(c.And, this, e, null, n);
|
|
173
|
+
}
|
|
174
|
+
bitwiseOr(e, n) {
|
|
175
|
+
return new x(c.BitwiseOr, this, e, null, n);
|
|
176
|
+
}
|
|
177
|
+
bitwiseAnd(e, n) {
|
|
178
|
+
return new x(c.BitwiseAnd, this, e, null, n);
|
|
179
|
+
}
|
|
180
|
+
or(e, n) {
|
|
181
|
+
return new x(c.Or, this, e, null, n);
|
|
182
|
+
}
|
|
183
|
+
lower(e, n) {
|
|
184
|
+
return new x(c.Lower, this, e, null, n);
|
|
185
|
+
}
|
|
186
|
+
lowerEquals(e, n) {
|
|
187
|
+
return new x(c.LowerEquals, this, e, null, n);
|
|
188
|
+
}
|
|
189
|
+
bigger(e, n) {
|
|
190
|
+
return new x(c.Bigger, this, e, null, n);
|
|
191
|
+
}
|
|
192
|
+
biggerEquals(e, n) {
|
|
193
|
+
return new x(c.BiggerEquals, this, e, null, n);
|
|
194
|
+
}
|
|
195
|
+
isBlank(e) {
|
|
196
|
+
return this.equals(TYPED_NULL_EXPR, e);
|
|
197
|
+
}
|
|
198
|
+
nullishCoalesce(e, n) {
|
|
199
|
+
return new x(c.NullishCoalesce, this, e, null, n);
|
|
200
|
+
}
|
|
201
|
+
toStmt() {
|
|
202
|
+
return new wt(this, null);
|
|
203
|
+
}
|
|
204
|
+
}, rt = class t extends S {
|
|
205
|
+
name;
|
|
206
|
+
constructor(e, n, s) {
|
|
207
|
+
super(n, s), this.name = e;
|
|
208
|
+
}
|
|
209
|
+
isEquivalent(e) {
|
|
210
|
+
return e instanceof t && this.name === e.name;
|
|
211
|
+
}
|
|
212
|
+
isConstant() {
|
|
213
|
+
return !1;
|
|
214
|
+
}
|
|
215
|
+
visitExpression(e, n) {
|
|
216
|
+
return e.visitReadVarExpr(this, n);
|
|
217
|
+
}
|
|
218
|
+
clone() {
|
|
219
|
+
return new t(this.name, this.type, this.sourceSpan);
|
|
220
|
+
}
|
|
221
|
+
set(e) {
|
|
222
|
+
return new x(c.Assign, this, e, null, this.sourceSpan);
|
|
223
|
+
}
|
|
224
|
+
}, ot = class t extends S {
|
|
225
|
+
expr;
|
|
226
|
+
constructor(e, n, s) {
|
|
227
|
+
super(n, s), this.expr = e;
|
|
228
|
+
}
|
|
229
|
+
visitExpression(e, n) {
|
|
230
|
+
return e.visitTypeofExpr(this, n);
|
|
231
|
+
}
|
|
232
|
+
isEquivalent(e) {
|
|
233
|
+
return e instanceof t && e.expr.isEquivalent(this.expr);
|
|
234
|
+
}
|
|
235
|
+
isConstant() {
|
|
236
|
+
return this.expr.isConstant();
|
|
237
|
+
}
|
|
238
|
+
clone() {
|
|
239
|
+
return new t(this.expr.clone());
|
|
240
|
+
}
|
|
241
|
+
};
|
|
242
|
+
var at = class t extends S {
|
|
243
|
+
fn;
|
|
244
|
+
args;
|
|
245
|
+
pure;
|
|
246
|
+
constructor(e, n, s, i, r = !1) {
|
|
247
|
+
super(s, i), this.fn = e, this.args = n, this.pure = r;
|
|
248
|
+
}
|
|
249
|
+
get receiver() {
|
|
250
|
+
return this.fn;
|
|
251
|
+
}
|
|
252
|
+
isEquivalent(e) {
|
|
253
|
+
return e instanceof t && this.fn.isEquivalent(e.fn) && Ge(this.args, e.args) && this.pure === e.pure;
|
|
254
|
+
}
|
|
255
|
+
isConstant() {
|
|
256
|
+
return !1;
|
|
257
|
+
}
|
|
258
|
+
visitExpression(e, n) {
|
|
259
|
+
return e.visitInvokeFunctionExpr(this, n);
|
|
260
|
+
}
|
|
261
|
+
clone() {
|
|
262
|
+
return new t(this.fn.clone(), this.args.map((e) => e.clone()), this.type, this.sourceSpan, this.pure);
|
|
263
|
+
}
|
|
264
|
+
};
|
|
265
|
+
var lt = class t extends S {
|
|
266
|
+
classExpr;
|
|
267
|
+
args;
|
|
268
|
+
constructor(e, n, s, i) {
|
|
269
|
+
super(s, i), this.classExpr = e, this.args = n;
|
|
270
|
+
}
|
|
271
|
+
isEquivalent(e) {
|
|
272
|
+
return e instanceof t && this.classExpr.isEquivalent(e.classExpr) && Ge(this.args, e.args);
|
|
273
|
+
}
|
|
274
|
+
isConstant() {
|
|
275
|
+
return !1;
|
|
276
|
+
}
|
|
277
|
+
visitExpression(e, n) {
|
|
278
|
+
return e.visitInstantiateExpr(this, n);
|
|
279
|
+
}
|
|
280
|
+
clone() {
|
|
281
|
+
return new t(this.classExpr.clone(), this.args.map((e) => e.clone()), this.type, this.sourceSpan);
|
|
282
|
+
}
|
|
283
|
+
}, ct = class t extends S {
|
|
284
|
+
body;
|
|
285
|
+
flags;
|
|
286
|
+
constructor(e, n, s) {
|
|
287
|
+
super(null, s), this.body = e, this.flags = n;
|
|
288
|
+
}
|
|
289
|
+
isEquivalent(e) {
|
|
290
|
+
return e instanceof t && this.body === e.body && this.flags === e.flags;
|
|
291
|
+
}
|
|
292
|
+
isConstant() {
|
|
293
|
+
return !0;
|
|
294
|
+
}
|
|
295
|
+
visitExpression(e, n) {
|
|
296
|
+
return e.visitRegularExpressionLiteral(this, n);
|
|
297
|
+
}
|
|
298
|
+
clone() {
|
|
299
|
+
return new t(this.body, this.flags, this.sourceSpan);
|
|
300
|
+
}
|
|
301
|
+
}, Ne = class t extends S {
|
|
302
|
+
value;
|
|
303
|
+
constructor(e, n, s) {
|
|
304
|
+
super(n, s), this.value = e;
|
|
305
|
+
}
|
|
306
|
+
isEquivalent(e) {
|
|
307
|
+
return e instanceof t && this.value === e.value;
|
|
308
|
+
}
|
|
309
|
+
isConstant() {
|
|
310
|
+
return !0;
|
|
311
|
+
}
|
|
312
|
+
visitExpression(e, n) {
|
|
313
|
+
return e.visitLiteralExpr(this, n);
|
|
314
|
+
}
|
|
315
|
+
clone() {
|
|
316
|
+
return new t(this.value, this.type, this.sourceSpan);
|
|
317
|
+
}
|
|
318
|
+
};
|
|
319
|
+
var ut = class t extends S {
|
|
320
|
+
value;
|
|
321
|
+
typeParams;
|
|
322
|
+
constructor(e, n, s = null, i) {
|
|
323
|
+
super(n, i), this.value = e, this.typeParams = s;
|
|
324
|
+
}
|
|
325
|
+
isEquivalent(e) {
|
|
326
|
+
return e instanceof t && this.value.name === e.value.name && this.value.moduleName === e.value.moduleName;
|
|
327
|
+
}
|
|
328
|
+
isConstant() {
|
|
329
|
+
return !1;
|
|
330
|
+
}
|
|
331
|
+
visitExpression(e, n) {
|
|
332
|
+
return e.visitExternalExpr(this, n);
|
|
333
|
+
}
|
|
334
|
+
clone() {
|
|
335
|
+
return new t(this.value, this.type, this.typeParams, this.sourceSpan);
|
|
336
|
+
}
|
|
337
|
+
};
|
|
338
|
+
var pt = class t extends S {
|
|
339
|
+
condition;
|
|
340
|
+
falseCase;
|
|
341
|
+
trueCase;
|
|
342
|
+
constructor(e, n, s = null, i, r) {
|
|
343
|
+
super(i || n.type, r), this.condition = e, this.falseCase = s, this.trueCase = n;
|
|
344
|
+
}
|
|
345
|
+
isEquivalent(e) {
|
|
346
|
+
return e instanceof t && this.condition.isEquivalent(e.condition) && this.trueCase.isEquivalent(e.trueCase) && bi(this.falseCase, e.falseCase);
|
|
347
|
+
}
|
|
348
|
+
isConstant() {
|
|
349
|
+
return !1;
|
|
350
|
+
}
|
|
351
|
+
visitExpression(e, n) {
|
|
352
|
+
return e.visitConditionalExpr(this, n);
|
|
353
|
+
}
|
|
354
|
+
clone() {
|
|
355
|
+
return new t(this.condition.clone(), this.trueCase.clone(), this.falseCase?.clone(), this.type, this.sourceSpan);
|
|
356
|
+
}
|
|
357
|
+
};
|
|
358
|
+
var x = class t extends S {
|
|
359
|
+
operator;
|
|
360
|
+
rhs;
|
|
361
|
+
lhs;
|
|
362
|
+
constructor(e, n, s, i, r) {
|
|
363
|
+
super(i || n.type, r), this.operator = e, this.rhs = s, this.lhs = n;
|
|
364
|
+
}
|
|
365
|
+
isEquivalent(e) {
|
|
366
|
+
return e instanceof t && this.operator === e.operator && this.lhs.isEquivalent(e.lhs) && this.rhs.isEquivalent(e.rhs);
|
|
367
|
+
}
|
|
368
|
+
isConstant() {
|
|
369
|
+
return !1;
|
|
370
|
+
}
|
|
371
|
+
visitExpression(e, n) {
|
|
372
|
+
return e.visitBinaryOperatorExpr(this, n);
|
|
373
|
+
}
|
|
374
|
+
clone() {
|
|
375
|
+
return new t(this.operator, this.lhs.clone(), this.rhs.clone(), this.type, this.sourceSpan);
|
|
376
|
+
}
|
|
377
|
+
isAssignment() {
|
|
378
|
+
let e = this.operator;
|
|
379
|
+
return e === c.Assign || e === c.AdditionAssignment || e === c.SubtractionAssignment || e === c.MultiplicationAssignment || e === c.DivisionAssignment || e === c.RemainderAssignment || e === c.ExponentiationAssignment || e === c.AndAssignment || e === c.OrAssignment || e === c.NullishCoalesceAssignment;
|
|
380
|
+
}
|
|
381
|
+
}, ht = class t extends S {
|
|
382
|
+
receiver;
|
|
383
|
+
name;
|
|
384
|
+
constructor(e, n, s, i) {
|
|
385
|
+
super(s, i), this.receiver = e, this.name = n;
|
|
386
|
+
}
|
|
387
|
+
get index() {
|
|
388
|
+
return this.name;
|
|
389
|
+
}
|
|
390
|
+
isEquivalent(e) {
|
|
391
|
+
return e instanceof t && this.receiver.isEquivalent(e.receiver) && this.name === e.name;
|
|
392
|
+
}
|
|
393
|
+
isConstant() {
|
|
394
|
+
return !1;
|
|
395
|
+
}
|
|
396
|
+
visitExpression(e, n) {
|
|
397
|
+
return e.visitReadPropExpr(this, n);
|
|
398
|
+
}
|
|
399
|
+
set(e) {
|
|
400
|
+
return new x(c.Assign, this.receiver.prop(this.name), e, null, this.sourceSpan);
|
|
401
|
+
}
|
|
402
|
+
clone() {
|
|
403
|
+
return new t(this.receiver.clone(), this.name, this.type, this.sourceSpan);
|
|
404
|
+
}
|
|
405
|
+
}, ft = class t extends S {
|
|
406
|
+
receiver;
|
|
407
|
+
index;
|
|
408
|
+
constructor(e, n, s, i) {
|
|
409
|
+
super(s, i), this.receiver = e, this.index = n;
|
|
410
|
+
}
|
|
411
|
+
isEquivalent(e) {
|
|
412
|
+
return e instanceof t && this.receiver.isEquivalent(e.receiver) && this.index.isEquivalent(e.index);
|
|
413
|
+
}
|
|
414
|
+
isConstant() {
|
|
415
|
+
return !1;
|
|
416
|
+
}
|
|
417
|
+
visitExpression(e, n) {
|
|
418
|
+
return e.visitReadKeyExpr(this, n);
|
|
419
|
+
}
|
|
420
|
+
set(e) {
|
|
421
|
+
return new x(c.Assign, this.receiver.key(this.index), e, null, this.sourceSpan);
|
|
422
|
+
}
|
|
423
|
+
clone() {
|
|
424
|
+
return new t(this.receiver.clone(), this.index.clone(), this.type, this.sourceSpan);
|
|
425
|
+
}
|
|
426
|
+
}, dt = class t extends S {
|
|
427
|
+
entries;
|
|
428
|
+
constructor(e, n, s) {
|
|
429
|
+
super(n, s), this.entries = e;
|
|
430
|
+
}
|
|
431
|
+
isConstant() {
|
|
432
|
+
return this.entries.every((e) => e.isConstant());
|
|
433
|
+
}
|
|
434
|
+
isEquivalent(e) {
|
|
435
|
+
return e instanceof t && Ge(this.entries, e.entries);
|
|
436
|
+
}
|
|
437
|
+
visitExpression(e, n) {
|
|
438
|
+
return e.visitLiteralArrayExpr(this, n);
|
|
439
|
+
}
|
|
440
|
+
clone() {
|
|
441
|
+
return new t(this.entries.map((e) => e.clone()), this.type, this.sourceSpan);
|
|
442
|
+
}
|
|
443
|
+
};
|
|
444
|
+
var mt = class t {
|
|
445
|
+
expression;
|
|
446
|
+
constructor(e) {
|
|
447
|
+
this.expression = e;
|
|
448
|
+
}
|
|
449
|
+
isEquivalent(e) {
|
|
450
|
+
return e instanceof t && this.expression.isEquivalent(e.expression);
|
|
451
|
+
}
|
|
452
|
+
clone() {
|
|
453
|
+
return new t(this.expression.clone());
|
|
454
|
+
}
|
|
455
|
+
isConstant() {
|
|
456
|
+
return this.expression.isConstant();
|
|
457
|
+
}
|
|
458
|
+
}, gt = class t extends S {
|
|
459
|
+
entries;
|
|
460
|
+
valueType = null;
|
|
461
|
+
constructor(e, n, s) {
|
|
462
|
+
super(n, s), this.entries = e, n && (this.valueType = n.valueType);
|
|
463
|
+
}
|
|
464
|
+
isEquivalent(e) {
|
|
465
|
+
return e instanceof t && Ge(this.entries, e.entries);
|
|
466
|
+
}
|
|
467
|
+
isConstant() {
|
|
468
|
+
return this.entries.every((e) => e.isConstant());
|
|
469
|
+
}
|
|
470
|
+
visitExpression(e, n) {
|
|
471
|
+
return e.visitLiteralMapExpr(this, n);
|
|
472
|
+
}
|
|
473
|
+
clone() {
|
|
474
|
+
return new t(this.entries.map((n) => n.clone()), this.type, this.sourceSpan);
|
|
475
|
+
}
|
|
476
|
+
};
|
|
477
|
+
var vt = class t extends S {
|
|
478
|
+
expression;
|
|
479
|
+
constructor(e, n) {
|
|
480
|
+
super(null, n), this.expression = e;
|
|
481
|
+
}
|
|
482
|
+
isEquivalent(e) {
|
|
483
|
+
return e instanceof t && this.expression.isEquivalent(e.expression);
|
|
484
|
+
}
|
|
485
|
+
isConstant() {
|
|
486
|
+
return this.expression.isConstant();
|
|
487
|
+
}
|
|
488
|
+
visitExpression(e, n) {
|
|
489
|
+
return e.visitSpreadElementExpr(this, n);
|
|
490
|
+
}
|
|
491
|
+
clone() {
|
|
492
|
+
return new t(this.expression.clone(), this.sourceSpan);
|
|
493
|
+
}
|
|
494
|
+
}, Pe;
|
|
495
|
+
(function(t) {
|
|
496
|
+
t[t.None = 0] = "None", t[t.Final = 1] = "Final", t[t.Private = 2] = "Private", t[t.Exported = 4] = "Exported", t[t.Static = 8] = "Static";
|
|
497
|
+
})(Pe || (Pe = {}));
|
|
498
|
+
var xt = class {
|
|
499
|
+
modifiers;
|
|
500
|
+
sourceSpan;
|
|
501
|
+
leadingComments;
|
|
502
|
+
constructor(e = Pe.None, n = null, s) {
|
|
503
|
+
this.modifiers = e, this.sourceSpan = n, this.leadingComments = s;
|
|
504
|
+
}
|
|
505
|
+
hasModifier(e) {
|
|
506
|
+
return (this.modifiers & e) !== 0;
|
|
507
|
+
}
|
|
508
|
+
addLeadingComment(e) {
|
|
509
|
+
this.leadingComments = this.leadingComments ?? [], this.leadingComments.push(e);
|
|
510
|
+
}
|
|
511
|
+
};
|
|
512
|
+
var wt = class t extends xt {
|
|
513
|
+
expr;
|
|
514
|
+
constructor(e, n, s) {
|
|
515
|
+
super(Pe.None, n, s), this.expr = e;
|
|
516
|
+
}
|
|
517
|
+
isEquivalent(e) {
|
|
518
|
+
return e instanceof t && this.expr.isEquivalent(e.expr);
|
|
519
|
+
}
|
|
520
|
+
visitStatement(e, n) {
|
|
521
|
+
return e.visitExpressionStmt(this, n);
|
|
522
|
+
}
|
|
523
|
+
};
|
|
524
|
+
(class t {
|
|
525
|
+
static INSTANCE = new t();
|
|
526
|
+
keyOf(e) {
|
|
527
|
+
if (e instanceof Ne && typeof e.value == "string") return `"${e.value}"`;
|
|
528
|
+
if (e instanceof Ne) return String(e.value);
|
|
529
|
+
if (e instanceof ct) return `/${e.body}/${e.flags ?? ""}`;
|
|
530
|
+
if (e instanceof dt) {
|
|
531
|
+
let n = [];
|
|
532
|
+
for (let s of e.entries) n.push(this.keyOf(s));
|
|
533
|
+
return `[${n.join(",")}]`;
|
|
534
|
+
} else if (e instanceof gt) {
|
|
535
|
+
let n = [];
|
|
536
|
+
for (let s of e.entries) if (s instanceof mt) n.push("..." + this.keyOf(s.expression));
|
|
537
|
+
else {
|
|
538
|
+
let i = s.key;
|
|
539
|
+
s.quoted && (i = `"${i}"`), n.push(i + ":" + this.keyOf(s.value));
|
|
540
|
+
}
|
|
541
|
+
return `{${n.join(",")}}`;
|
|
542
|
+
} else {
|
|
543
|
+
if (e instanceof ut) return `import("${e.value.moduleName}", ${e.value.name})`;
|
|
544
|
+
if (e instanceof rt) return `read(${e.name})`;
|
|
545
|
+
if (e instanceof ot) return `typeof(${this.keyOf(e.expr)})`;
|
|
546
|
+
if (e instanceof vt) return `...${this.keyOf(e.expression)}`;
|
|
547
|
+
throw new Error(`${this.constructor.name} does not handle expressions of type ${e.constructor.name}`);
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
});
|
|
551
|
+
var o = "@angular/core", l = class {
|
|
552
|
+
static NEW_METHOD = "factory";
|
|
553
|
+
static TRANSFORM_METHOD = "transform";
|
|
554
|
+
static PATCH_DEPS = "patchedDeps";
|
|
555
|
+
static core = {
|
|
556
|
+
name: null,
|
|
557
|
+
moduleName: o
|
|
558
|
+
};
|
|
559
|
+
static namespaceHTML = {
|
|
560
|
+
name: "ɵɵnamespaceHTML",
|
|
561
|
+
moduleName: o
|
|
562
|
+
};
|
|
563
|
+
static namespaceMathML = {
|
|
564
|
+
name: "ɵɵnamespaceMathML",
|
|
565
|
+
moduleName: o
|
|
566
|
+
};
|
|
567
|
+
static namespaceSVG = {
|
|
568
|
+
name: "ɵɵnamespaceSVG",
|
|
569
|
+
moduleName: o
|
|
570
|
+
};
|
|
571
|
+
static element = {
|
|
572
|
+
name: "ɵɵelement",
|
|
573
|
+
moduleName: o
|
|
574
|
+
};
|
|
575
|
+
static elementStart = {
|
|
576
|
+
name: "ɵɵelementStart",
|
|
577
|
+
moduleName: o
|
|
578
|
+
};
|
|
579
|
+
static elementEnd = {
|
|
580
|
+
name: "ɵɵelementEnd",
|
|
581
|
+
moduleName: o
|
|
582
|
+
};
|
|
583
|
+
static domElement = {
|
|
584
|
+
name: "ɵɵdomElement",
|
|
585
|
+
moduleName: o
|
|
586
|
+
};
|
|
587
|
+
static domElementStart = {
|
|
588
|
+
name: "ɵɵdomElementStart",
|
|
589
|
+
moduleName: o
|
|
590
|
+
};
|
|
591
|
+
static domElementEnd = {
|
|
592
|
+
name: "ɵɵdomElementEnd",
|
|
593
|
+
moduleName: o
|
|
594
|
+
};
|
|
595
|
+
static domElementContainer = {
|
|
596
|
+
name: "ɵɵdomElementContainer",
|
|
597
|
+
moduleName: o
|
|
598
|
+
};
|
|
599
|
+
static domElementContainerStart = {
|
|
600
|
+
name: "ɵɵdomElementContainerStart",
|
|
601
|
+
moduleName: o
|
|
602
|
+
};
|
|
603
|
+
static domElementContainerEnd = {
|
|
604
|
+
name: "ɵɵdomElementContainerEnd",
|
|
605
|
+
moduleName: o
|
|
606
|
+
};
|
|
607
|
+
static domTemplate = {
|
|
608
|
+
name: "ɵɵdomTemplate",
|
|
609
|
+
moduleName: o
|
|
610
|
+
};
|
|
611
|
+
static domListener = {
|
|
612
|
+
name: "ɵɵdomListener",
|
|
613
|
+
moduleName: o
|
|
614
|
+
};
|
|
615
|
+
static advance = {
|
|
616
|
+
name: "ɵɵadvance",
|
|
617
|
+
moduleName: o
|
|
618
|
+
};
|
|
619
|
+
static syntheticHostProperty = {
|
|
620
|
+
name: "ɵɵsyntheticHostProperty",
|
|
621
|
+
moduleName: o
|
|
622
|
+
};
|
|
623
|
+
static syntheticHostListener = {
|
|
624
|
+
name: "ɵɵsyntheticHostListener",
|
|
625
|
+
moduleName: o
|
|
626
|
+
};
|
|
627
|
+
static attribute = {
|
|
628
|
+
name: "ɵɵattribute",
|
|
629
|
+
moduleName: o
|
|
630
|
+
};
|
|
631
|
+
static classProp = {
|
|
632
|
+
name: "ɵɵclassProp",
|
|
633
|
+
moduleName: o
|
|
634
|
+
};
|
|
635
|
+
static elementContainerStart = {
|
|
636
|
+
name: "ɵɵelementContainerStart",
|
|
637
|
+
moduleName: o
|
|
638
|
+
};
|
|
639
|
+
static elementContainerEnd = {
|
|
640
|
+
name: "ɵɵelementContainerEnd",
|
|
641
|
+
moduleName: o
|
|
642
|
+
};
|
|
643
|
+
static elementContainer = {
|
|
644
|
+
name: "ɵɵelementContainer",
|
|
645
|
+
moduleName: o
|
|
646
|
+
};
|
|
647
|
+
static styleMap = {
|
|
648
|
+
name: "ɵɵstyleMap",
|
|
649
|
+
moduleName: o
|
|
650
|
+
};
|
|
651
|
+
static classMap = {
|
|
652
|
+
name: "ɵɵclassMap",
|
|
653
|
+
moduleName: o
|
|
654
|
+
};
|
|
655
|
+
static styleProp = {
|
|
656
|
+
name: "ɵɵstyleProp",
|
|
657
|
+
moduleName: o
|
|
658
|
+
};
|
|
659
|
+
static interpolate = {
|
|
660
|
+
name: "ɵɵinterpolate",
|
|
661
|
+
moduleName: o
|
|
662
|
+
};
|
|
663
|
+
static interpolate1 = {
|
|
664
|
+
name: "ɵɵinterpolate1",
|
|
665
|
+
moduleName: o
|
|
666
|
+
};
|
|
667
|
+
static interpolate2 = {
|
|
668
|
+
name: "ɵɵinterpolate2",
|
|
669
|
+
moduleName: o
|
|
670
|
+
};
|
|
671
|
+
static interpolate3 = {
|
|
672
|
+
name: "ɵɵinterpolate3",
|
|
673
|
+
moduleName: o
|
|
674
|
+
};
|
|
675
|
+
static interpolate4 = {
|
|
676
|
+
name: "ɵɵinterpolate4",
|
|
677
|
+
moduleName: o
|
|
678
|
+
};
|
|
679
|
+
static interpolate5 = {
|
|
680
|
+
name: "ɵɵinterpolate5",
|
|
681
|
+
moduleName: o
|
|
682
|
+
};
|
|
683
|
+
static interpolate6 = {
|
|
684
|
+
name: "ɵɵinterpolate6",
|
|
685
|
+
moduleName: o
|
|
686
|
+
};
|
|
687
|
+
static interpolate7 = {
|
|
688
|
+
name: "ɵɵinterpolate7",
|
|
689
|
+
moduleName: o
|
|
690
|
+
};
|
|
691
|
+
static interpolate8 = {
|
|
692
|
+
name: "ɵɵinterpolate8",
|
|
693
|
+
moduleName: o
|
|
694
|
+
};
|
|
695
|
+
static interpolateV = {
|
|
696
|
+
name: "ɵɵinterpolateV",
|
|
697
|
+
moduleName: o
|
|
698
|
+
};
|
|
699
|
+
static nextContext = {
|
|
700
|
+
name: "ɵɵnextContext",
|
|
701
|
+
moduleName: o
|
|
702
|
+
};
|
|
703
|
+
static resetView = {
|
|
704
|
+
name: "ɵɵresetView",
|
|
705
|
+
moduleName: o
|
|
706
|
+
};
|
|
707
|
+
static templateCreate = {
|
|
708
|
+
name: "ɵɵtemplate",
|
|
709
|
+
moduleName: o
|
|
710
|
+
};
|
|
711
|
+
static defer = {
|
|
712
|
+
name: "ɵɵdefer",
|
|
713
|
+
moduleName: o
|
|
714
|
+
};
|
|
715
|
+
static deferWhen = {
|
|
716
|
+
name: "ɵɵdeferWhen",
|
|
717
|
+
moduleName: o
|
|
718
|
+
};
|
|
719
|
+
static deferOnIdle = {
|
|
720
|
+
name: "ɵɵdeferOnIdle",
|
|
721
|
+
moduleName: o
|
|
722
|
+
};
|
|
723
|
+
static deferOnImmediate = {
|
|
724
|
+
name: "ɵɵdeferOnImmediate",
|
|
725
|
+
moduleName: o
|
|
726
|
+
};
|
|
727
|
+
static deferOnTimer = {
|
|
728
|
+
name: "ɵɵdeferOnTimer",
|
|
729
|
+
moduleName: o
|
|
730
|
+
};
|
|
731
|
+
static deferOnHover = {
|
|
732
|
+
name: "ɵɵdeferOnHover",
|
|
733
|
+
moduleName: o
|
|
734
|
+
};
|
|
735
|
+
static deferOnInteraction = {
|
|
736
|
+
name: "ɵɵdeferOnInteraction",
|
|
737
|
+
moduleName: o
|
|
738
|
+
};
|
|
739
|
+
static deferOnViewport = {
|
|
740
|
+
name: "ɵɵdeferOnViewport",
|
|
741
|
+
moduleName: o
|
|
742
|
+
};
|
|
743
|
+
static deferPrefetchWhen = {
|
|
744
|
+
name: "ɵɵdeferPrefetchWhen",
|
|
745
|
+
moduleName: o
|
|
746
|
+
};
|
|
747
|
+
static deferPrefetchOnIdle = {
|
|
748
|
+
name: "ɵɵdeferPrefetchOnIdle",
|
|
749
|
+
moduleName: o
|
|
750
|
+
};
|
|
751
|
+
static deferPrefetchOnImmediate = {
|
|
752
|
+
name: "ɵɵdeferPrefetchOnImmediate",
|
|
753
|
+
moduleName: o
|
|
754
|
+
};
|
|
755
|
+
static deferPrefetchOnTimer = {
|
|
756
|
+
name: "ɵɵdeferPrefetchOnTimer",
|
|
757
|
+
moduleName: o
|
|
758
|
+
};
|
|
759
|
+
static deferPrefetchOnHover = {
|
|
760
|
+
name: "ɵɵdeferPrefetchOnHover",
|
|
761
|
+
moduleName: o
|
|
762
|
+
};
|
|
763
|
+
static deferPrefetchOnInteraction = {
|
|
764
|
+
name: "ɵɵdeferPrefetchOnInteraction",
|
|
765
|
+
moduleName: o
|
|
766
|
+
};
|
|
767
|
+
static deferPrefetchOnViewport = {
|
|
768
|
+
name: "ɵɵdeferPrefetchOnViewport",
|
|
769
|
+
moduleName: o
|
|
770
|
+
};
|
|
771
|
+
static deferHydrateWhen = {
|
|
772
|
+
name: "ɵɵdeferHydrateWhen",
|
|
773
|
+
moduleName: o
|
|
774
|
+
};
|
|
775
|
+
static deferHydrateNever = {
|
|
776
|
+
name: "ɵɵdeferHydrateNever",
|
|
777
|
+
moduleName: o
|
|
778
|
+
};
|
|
779
|
+
static deferHydrateOnIdle = {
|
|
780
|
+
name: "ɵɵdeferHydrateOnIdle",
|
|
781
|
+
moduleName: o
|
|
782
|
+
};
|
|
783
|
+
static deferHydrateOnImmediate = {
|
|
784
|
+
name: "ɵɵdeferHydrateOnImmediate",
|
|
785
|
+
moduleName: o
|
|
786
|
+
};
|
|
787
|
+
static deferHydrateOnTimer = {
|
|
788
|
+
name: "ɵɵdeferHydrateOnTimer",
|
|
789
|
+
moduleName: o
|
|
790
|
+
};
|
|
791
|
+
static deferHydrateOnHover = {
|
|
792
|
+
name: "ɵɵdeferHydrateOnHover",
|
|
793
|
+
moduleName: o
|
|
794
|
+
};
|
|
795
|
+
static deferHydrateOnInteraction = {
|
|
796
|
+
name: "ɵɵdeferHydrateOnInteraction",
|
|
797
|
+
moduleName: o
|
|
798
|
+
};
|
|
799
|
+
static deferHydrateOnViewport = {
|
|
800
|
+
name: "ɵɵdeferHydrateOnViewport",
|
|
801
|
+
moduleName: o
|
|
802
|
+
};
|
|
803
|
+
static deferEnableTimerScheduling = {
|
|
804
|
+
name: "ɵɵdeferEnableTimerScheduling",
|
|
805
|
+
moduleName: o
|
|
806
|
+
};
|
|
807
|
+
static conditionalCreate = {
|
|
808
|
+
name: "ɵɵconditionalCreate",
|
|
809
|
+
moduleName: o
|
|
810
|
+
};
|
|
811
|
+
static conditionalBranchCreate = {
|
|
812
|
+
name: "ɵɵconditionalBranchCreate",
|
|
813
|
+
moduleName: o
|
|
814
|
+
};
|
|
815
|
+
static conditional = {
|
|
816
|
+
name: "ɵɵconditional",
|
|
817
|
+
moduleName: o
|
|
818
|
+
};
|
|
819
|
+
static repeater = {
|
|
820
|
+
name: "ɵɵrepeater",
|
|
821
|
+
moduleName: o
|
|
822
|
+
};
|
|
823
|
+
static repeaterCreate = {
|
|
824
|
+
name: "ɵɵrepeaterCreate",
|
|
825
|
+
moduleName: o
|
|
826
|
+
};
|
|
827
|
+
static repeaterTrackByIndex = {
|
|
828
|
+
name: "ɵɵrepeaterTrackByIndex",
|
|
829
|
+
moduleName: o
|
|
830
|
+
};
|
|
831
|
+
static repeaterTrackByIdentity = {
|
|
832
|
+
name: "ɵɵrepeaterTrackByIdentity",
|
|
833
|
+
moduleName: o
|
|
834
|
+
};
|
|
835
|
+
static componentInstance = {
|
|
836
|
+
name: "ɵɵcomponentInstance",
|
|
837
|
+
moduleName: o
|
|
838
|
+
};
|
|
839
|
+
static text = {
|
|
840
|
+
name: "ɵɵtext",
|
|
841
|
+
moduleName: o
|
|
842
|
+
};
|
|
843
|
+
static enableBindings = {
|
|
844
|
+
name: "ɵɵenableBindings",
|
|
845
|
+
moduleName: o
|
|
846
|
+
};
|
|
847
|
+
static disableBindings = {
|
|
848
|
+
name: "ɵɵdisableBindings",
|
|
849
|
+
moduleName: o
|
|
850
|
+
};
|
|
851
|
+
static getCurrentView = {
|
|
852
|
+
name: "ɵɵgetCurrentView",
|
|
853
|
+
moduleName: o
|
|
854
|
+
};
|
|
855
|
+
static textInterpolate = {
|
|
856
|
+
name: "ɵɵtextInterpolate",
|
|
857
|
+
moduleName: o
|
|
858
|
+
};
|
|
859
|
+
static textInterpolate1 = {
|
|
860
|
+
name: "ɵɵtextInterpolate1",
|
|
861
|
+
moduleName: o
|
|
862
|
+
};
|
|
863
|
+
static textInterpolate2 = {
|
|
864
|
+
name: "ɵɵtextInterpolate2",
|
|
865
|
+
moduleName: o
|
|
866
|
+
};
|
|
867
|
+
static textInterpolate3 = {
|
|
868
|
+
name: "ɵɵtextInterpolate3",
|
|
869
|
+
moduleName: o
|
|
870
|
+
};
|
|
871
|
+
static textInterpolate4 = {
|
|
872
|
+
name: "ɵɵtextInterpolate4",
|
|
873
|
+
moduleName: o
|
|
874
|
+
};
|
|
875
|
+
static textInterpolate5 = {
|
|
876
|
+
name: "ɵɵtextInterpolate5",
|
|
877
|
+
moduleName: o
|
|
878
|
+
};
|
|
879
|
+
static textInterpolate6 = {
|
|
880
|
+
name: "ɵɵtextInterpolate6",
|
|
881
|
+
moduleName: o
|
|
882
|
+
};
|
|
883
|
+
static textInterpolate7 = {
|
|
884
|
+
name: "ɵɵtextInterpolate7",
|
|
885
|
+
moduleName: o
|
|
886
|
+
};
|
|
887
|
+
static textInterpolate8 = {
|
|
888
|
+
name: "ɵɵtextInterpolate8",
|
|
889
|
+
moduleName: o
|
|
890
|
+
};
|
|
891
|
+
static textInterpolateV = {
|
|
892
|
+
name: "ɵɵtextInterpolateV",
|
|
893
|
+
moduleName: o
|
|
894
|
+
};
|
|
895
|
+
static restoreView = {
|
|
896
|
+
name: "ɵɵrestoreView",
|
|
897
|
+
moduleName: o
|
|
898
|
+
};
|
|
899
|
+
static pureFunction0 = {
|
|
900
|
+
name: "ɵɵpureFunction0",
|
|
901
|
+
moduleName: o
|
|
902
|
+
};
|
|
903
|
+
static pureFunction1 = {
|
|
904
|
+
name: "ɵɵpureFunction1",
|
|
905
|
+
moduleName: o
|
|
906
|
+
};
|
|
907
|
+
static pureFunction2 = {
|
|
908
|
+
name: "ɵɵpureFunction2",
|
|
909
|
+
moduleName: o
|
|
910
|
+
};
|
|
911
|
+
static pureFunction3 = {
|
|
912
|
+
name: "ɵɵpureFunction3",
|
|
913
|
+
moduleName: o
|
|
914
|
+
};
|
|
915
|
+
static pureFunction4 = {
|
|
916
|
+
name: "ɵɵpureFunction4",
|
|
917
|
+
moduleName: o
|
|
918
|
+
};
|
|
919
|
+
static pureFunction5 = {
|
|
920
|
+
name: "ɵɵpureFunction5",
|
|
921
|
+
moduleName: o
|
|
922
|
+
};
|
|
923
|
+
static pureFunction6 = {
|
|
924
|
+
name: "ɵɵpureFunction6",
|
|
925
|
+
moduleName: o
|
|
926
|
+
};
|
|
927
|
+
static pureFunction7 = {
|
|
928
|
+
name: "ɵɵpureFunction7",
|
|
929
|
+
moduleName: o
|
|
930
|
+
};
|
|
931
|
+
static pureFunction8 = {
|
|
932
|
+
name: "ɵɵpureFunction8",
|
|
933
|
+
moduleName: o
|
|
934
|
+
};
|
|
935
|
+
static pureFunctionV = {
|
|
936
|
+
name: "ɵɵpureFunctionV",
|
|
937
|
+
moduleName: o
|
|
938
|
+
};
|
|
939
|
+
static pipeBind1 = {
|
|
940
|
+
name: "ɵɵpipeBind1",
|
|
941
|
+
moduleName: o
|
|
942
|
+
};
|
|
943
|
+
static pipeBind2 = {
|
|
944
|
+
name: "ɵɵpipeBind2",
|
|
945
|
+
moduleName: o
|
|
946
|
+
};
|
|
947
|
+
static pipeBind3 = {
|
|
948
|
+
name: "ɵɵpipeBind3",
|
|
949
|
+
moduleName: o
|
|
950
|
+
};
|
|
951
|
+
static pipeBind4 = {
|
|
952
|
+
name: "ɵɵpipeBind4",
|
|
953
|
+
moduleName: o
|
|
954
|
+
};
|
|
955
|
+
static pipeBindV = {
|
|
956
|
+
name: "ɵɵpipeBindV",
|
|
957
|
+
moduleName: o
|
|
958
|
+
};
|
|
959
|
+
static domProperty = {
|
|
960
|
+
name: "ɵɵdomProperty",
|
|
961
|
+
moduleName: o
|
|
962
|
+
};
|
|
963
|
+
static ariaProperty = {
|
|
964
|
+
name: "ɵɵariaProperty",
|
|
965
|
+
moduleName: o
|
|
966
|
+
};
|
|
967
|
+
static property = {
|
|
968
|
+
name: "ɵɵproperty",
|
|
969
|
+
moduleName: o
|
|
970
|
+
};
|
|
971
|
+
static control = {
|
|
972
|
+
name: "ɵɵcontrol",
|
|
973
|
+
moduleName: o
|
|
974
|
+
};
|
|
975
|
+
static controlCreate = {
|
|
976
|
+
name: "ɵɵcontrolCreate",
|
|
977
|
+
moduleName: o
|
|
978
|
+
};
|
|
979
|
+
static animationEnterListener = {
|
|
980
|
+
name: "ɵɵanimateEnterListener",
|
|
981
|
+
moduleName: o
|
|
982
|
+
};
|
|
983
|
+
static animationLeaveListener = {
|
|
984
|
+
name: "ɵɵanimateLeaveListener",
|
|
985
|
+
moduleName: o
|
|
986
|
+
};
|
|
987
|
+
static animationEnter = {
|
|
988
|
+
name: "ɵɵanimateEnter",
|
|
989
|
+
moduleName: o
|
|
990
|
+
};
|
|
991
|
+
static animationLeave = {
|
|
992
|
+
name: "ɵɵanimateLeave",
|
|
993
|
+
moduleName: o
|
|
994
|
+
};
|
|
995
|
+
static i18n = {
|
|
996
|
+
name: "ɵɵi18n",
|
|
997
|
+
moduleName: o
|
|
998
|
+
};
|
|
999
|
+
static i18nAttributes = {
|
|
1000
|
+
name: "ɵɵi18nAttributes",
|
|
1001
|
+
moduleName: o
|
|
1002
|
+
};
|
|
1003
|
+
static i18nExp = {
|
|
1004
|
+
name: "ɵɵi18nExp",
|
|
1005
|
+
moduleName: o
|
|
1006
|
+
};
|
|
1007
|
+
static i18nStart = {
|
|
1008
|
+
name: "ɵɵi18nStart",
|
|
1009
|
+
moduleName: o
|
|
1010
|
+
};
|
|
1011
|
+
static i18nEnd = {
|
|
1012
|
+
name: "ɵɵi18nEnd",
|
|
1013
|
+
moduleName: o
|
|
1014
|
+
};
|
|
1015
|
+
static i18nApply = {
|
|
1016
|
+
name: "ɵɵi18nApply",
|
|
1017
|
+
moduleName: o
|
|
1018
|
+
};
|
|
1019
|
+
static i18nPostprocess = {
|
|
1020
|
+
name: "ɵɵi18nPostprocess",
|
|
1021
|
+
moduleName: o
|
|
1022
|
+
};
|
|
1023
|
+
static pipe = {
|
|
1024
|
+
name: "ɵɵpipe",
|
|
1025
|
+
moduleName: o
|
|
1026
|
+
};
|
|
1027
|
+
static projection = {
|
|
1028
|
+
name: "ɵɵprojection",
|
|
1029
|
+
moduleName: o
|
|
1030
|
+
};
|
|
1031
|
+
static projectionDef = {
|
|
1032
|
+
name: "ɵɵprojectionDef",
|
|
1033
|
+
moduleName: o
|
|
1034
|
+
};
|
|
1035
|
+
static reference = {
|
|
1036
|
+
name: "ɵɵreference",
|
|
1037
|
+
moduleName: o
|
|
1038
|
+
};
|
|
1039
|
+
static inject = {
|
|
1040
|
+
name: "ɵɵinject",
|
|
1041
|
+
moduleName: o
|
|
1042
|
+
};
|
|
1043
|
+
static injectAttribute = {
|
|
1044
|
+
name: "ɵɵinjectAttribute",
|
|
1045
|
+
moduleName: o
|
|
1046
|
+
};
|
|
1047
|
+
static directiveInject = {
|
|
1048
|
+
name: "ɵɵdirectiveInject",
|
|
1049
|
+
moduleName: o
|
|
1050
|
+
};
|
|
1051
|
+
static invalidFactory = {
|
|
1052
|
+
name: "ɵɵinvalidFactory",
|
|
1053
|
+
moduleName: o
|
|
1054
|
+
};
|
|
1055
|
+
static invalidFactoryDep = {
|
|
1056
|
+
name: "ɵɵinvalidFactoryDep",
|
|
1057
|
+
moduleName: o
|
|
1058
|
+
};
|
|
1059
|
+
static templateRefExtractor = {
|
|
1060
|
+
name: "ɵɵtemplateRefExtractor",
|
|
1061
|
+
moduleName: o
|
|
1062
|
+
};
|
|
1063
|
+
static forwardRef = {
|
|
1064
|
+
name: "forwardRef",
|
|
1065
|
+
moduleName: o
|
|
1066
|
+
};
|
|
1067
|
+
static resolveForwardRef = {
|
|
1068
|
+
name: "resolveForwardRef",
|
|
1069
|
+
moduleName: o
|
|
1070
|
+
};
|
|
1071
|
+
static replaceMetadata = {
|
|
1072
|
+
name: "ɵɵreplaceMetadata",
|
|
1073
|
+
moduleName: o
|
|
1074
|
+
};
|
|
1075
|
+
static getReplaceMetadataURL = {
|
|
1076
|
+
name: "ɵɵgetReplaceMetadataURL",
|
|
1077
|
+
moduleName: o
|
|
1078
|
+
};
|
|
1079
|
+
static ɵɵdefineInjectable = {
|
|
1080
|
+
name: "ɵɵdefineInjectable",
|
|
1081
|
+
moduleName: o
|
|
1082
|
+
};
|
|
1083
|
+
static declareInjectable = {
|
|
1084
|
+
name: "ɵɵngDeclareInjectable",
|
|
1085
|
+
moduleName: o
|
|
1086
|
+
};
|
|
1087
|
+
static InjectableDeclaration = {
|
|
1088
|
+
name: "ɵɵInjectableDeclaration",
|
|
1089
|
+
moduleName: o
|
|
1090
|
+
};
|
|
1091
|
+
static resolveWindow = {
|
|
1092
|
+
name: "ɵɵresolveWindow",
|
|
1093
|
+
moduleName: o
|
|
1094
|
+
};
|
|
1095
|
+
static resolveDocument = {
|
|
1096
|
+
name: "ɵɵresolveDocument",
|
|
1097
|
+
moduleName: o
|
|
1098
|
+
};
|
|
1099
|
+
static resolveBody = {
|
|
1100
|
+
name: "ɵɵresolveBody",
|
|
1101
|
+
moduleName: o
|
|
1102
|
+
};
|
|
1103
|
+
static getComponentDepsFactory = {
|
|
1104
|
+
name: "ɵɵgetComponentDepsFactory",
|
|
1105
|
+
moduleName: o
|
|
1106
|
+
};
|
|
1107
|
+
static defineComponent = {
|
|
1108
|
+
name: "ɵɵdefineComponent",
|
|
1109
|
+
moduleName: o
|
|
1110
|
+
};
|
|
1111
|
+
static declareComponent = {
|
|
1112
|
+
name: "ɵɵngDeclareComponent",
|
|
1113
|
+
moduleName: o
|
|
1114
|
+
};
|
|
1115
|
+
static setComponentScope = {
|
|
1116
|
+
name: "ɵɵsetComponentScope",
|
|
1117
|
+
moduleName: o
|
|
1118
|
+
};
|
|
1119
|
+
static ChangeDetectionStrategy = {
|
|
1120
|
+
name: "ChangeDetectionStrategy",
|
|
1121
|
+
moduleName: o
|
|
1122
|
+
};
|
|
1123
|
+
static ViewEncapsulation = {
|
|
1124
|
+
name: "ViewEncapsulation",
|
|
1125
|
+
moduleName: o
|
|
1126
|
+
};
|
|
1127
|
+
static ComponentDeclaration = {
|
|
1128
|
+
name: "ɵɵComponentDeclaration",
|
|
1129
|
+
moduleName: o
|
|
1130
|
+
};
|
|
1131
|
+
static FactoryDeclaration = {
|
|
1132
|
+
name: "ɵɵFactoryDeclaration",
|
|
1133
|
+
moduleName: o
|
|
1134
|
+
};
|
|
1135
|
+
static declareFactory = {
|
|
1136
|
+
name: "ɵɵngDeclareFactory",
|
|
1137
|
+
moduleName: o
|
|
1138
|
+
};
|
|
1139
|
+
static FactoryTarget = {
|
|
1140
|
+
name: "ɵɵFactoryTarget",
|
|
1141
|
+
moduleName: o
|
|
1142
|
+
};
|
|
1143
|
+
static defineDirective = {
|
|
1144
|
+
name: "ɵɵdefineDirective",
|
|
1145
|
+
moduleName: o
|
|
1146
|
+
};
|
|
1147
|
+
static declareDirective = {
|
|
1148
|
+
name: "ɵɵngDeclareDirective",
|
|
1149
|
+
moduleName: o
|
|
1150
|
+
};
|
|
1151
|
+
static DirectiveDeclaration = {
|
|
1152
|
+
name: "ɵɵDirectiveDeclaration",
|
|
1153
|
+
moduleName: o
|
|
1154
|
+
};
|
|
1155
|
+
static InjectorDef = {
|
|
1156
|
+
name: "ɵɵInjectorDef",
|
|
1157
|
+
moduleName: o
|
|
1158
|
+
};
|
|
1159
|
+
static InjectorDeclaration = {
|
|
1160
|
+
name: "ɵɵInjectorDeclaration",
|
|
1161
|
+
moduleName: o
|
|
1162
|
+
};
|
|
1163
|
+
static defineInjector = {
|
|
1164
|
+
name: "ɵɵdefineInjector",
|
|
1165
|
+
moduleName: o
|
|
1166
|
+
};
|
|
1167
|
+
static declareInjector = {
|
|
1168
|
+
name: "ɵɵngDeclareInjector",
|
|
1169
|
+
moduleName: o
|
|
1170
|
+
};
|
|
1171
|
+
static NgModuleDeclaration = {
|
|
1172
|
+
name: "ɵɵNgModuleDeclaration",
|
|
1173
|
+
moduleName: o
|
|
1174
|
+
};
|
|
1175
|
+
static ModuleWithProviders = {
|
|
1176
|
+
name: "ModuleWithProviders",
|
|
1177
|
+
moduleName: o
|
|
1178
|
+
};
|
|
1179
|
+
static defineNgModule = {
|
|
1180
|
+
name: "ɵɵdefineNgModule",
|
|
1181
|
+
moduleName: o
|
|
1182
|
+
};
|
|
1183
|
+
static declareNgModule = {
|
|
1184
|
+
name: "ɵɵngDeclareNgModule",
|
|
1185
|
+
moduleName: o
|
|
1186
|
+
};
|
|
1187
|
+
static setNgModuleScope = {
|
|
1188
|
+
name: "ɵɵsetNgModuleScope",
|
|
1189
|
+
moduleName: o
|
|
1190
|
+
};
|
|
1191
|
+
static registerNgModuleType = {
|
|
1192
|
+
name: "ɵɵregisterNgModuleType",
|
|
1193
|
+
moduleName: o
|
|
1194
|
+
};
|
|
1195
|
+
static PipeDeclaration = {
|
|
1196
|
+
name: "ɵɵPipeDeclaration",
|
|
1197
|
+
moduleName: o
|
|
1198
|
+
};
|
|
1199
|
+
static definePipe = {
|
|
1200
|
+
name: "ɵɵdefinePipe",
|
|
1201
|
+
moduleName: o
|
|
1202
|
+
};
|
|
1203
|
+
static declarePipe = {
|
|
1204
|
+
name: "ɵɵngDeclarePipe",
|
|
1205
|
+
moduleName: o
|
|
1206
|
+
};
|
|
1207
|
+
static declareClassMetadata = {
|
|
1208
|
+
name: "ɵɵngDeclareClassMetadata",
|
|
1209
|
+
moduleName: o
|
|
1210
|
+
};
|
|
1211
|
+
static declareClassMetadataAsync = {
|
|
1212
|
+
name: "ɵɵngDeclareClassMetadataAsync",
|
|
1213
|
+
moduleName: o
|
|
1214
|
+
};
|
|
1215
|
+
static setClassMetadata = {
|
|
1216
|
+
name: "ɵsetClassMetadata",
|
|
1217
|
+
moduleName: o
|
|
1218
|
+
};
|
|
1219
|
+
static setClassMetadataAsync = {
|
|
1220
|
+
name: "ɵsetClassMetadataAsync",
|
|
1221
|
+
moduleName: o
|
|
1222
|
+
};
|
|
1223
|
+
static setClassDebugInfo = {
|
|
1224
|
+
name: "ɵsetClassDebugInfo",
|
|
1225
|
+
moduleName: o
|
|
1226
|
+
};
|
|
1227
|
+
static queryRefresh = {
|
|
1228
|
+
name: "ɵɵqueryRefresh",
|
|
1229
|
+
moduleName: o
|
|
1230
|
+
};
|
|
1231
|
+
static viewQuery = {
|
|
1232
|
+
name: "ɵɵviewQuery",
|
|
1233
|
+
moduleName: o
|
|
1234
|
+
};
|
|
1235
|
+
static loadQuery = {
|
|
1236
|
+
name: "ɵɵloadQuery",
|
|
1237
|
+
moduleName: o
|
|
1238
|
+
};
|
|
1239
|
+
static contentQuery = {
|
|
1240
|
+
name: "ɵɵcontentQuery",
|
|
1241
|
+
moduleName: o
|
|
1242
|
+
};
|
|
1243
|
+
static viewQuerySignal = {
|
|
1244
|
+
name: "ɵɵviewQuerySignal",
|
|
1245
|
+
moduleName: o
|
|
1246
|
+
};
|
|
1247
|
+
static contentQuerySignal = {
|
|
1248
|
+
name: "ɵɵcontentQuerySignal",
|
|
1249
|
+
moduleName: o
|
|
1250
|
+
};
|
|
1251
|
+
static queryAdvance = {
|
|
1252
|
+
name: "ɵɵqueryAdvance",
|
|
1253
|
+
moduleName: o
|
|
1254
|
+
};
|
|
1255
|
+
static twoWayProperty = {
|
|
1256
|
+
name: "ɵɵtwoWayProperty",
|
|
1257
|
+
moduleName: o
|
|
1258
|
+
};
|
|
1259
|
+
static twoWayBindingSet = {
|
|
1260
|
+
name: "ɵɵtwoWayBindingSet",
|
|
1261
|
+
moduleName: o
|
|
1262
|
+
};
|
|
1263
|
+
static twoWayListener = {
|
|
1264
|
+
name: "ɵɵtwoWayListener",
|
|
1265
|
+
moduleName: o
|
|
1266
|
+
};
|
|
1267
|
+
static declareLet = {
|
|
1268
|
+
name: "ɵɵdeclareLet",
|
|
1269
|
+
moduleName: o
|
|
1270
|
+
};
|
|
1271
|
+
static storeLet = {
|
|
1272
|
+
name: "ɵɵstoreLet",
|
|
1273
|
+
moduleName: o
|
|
1274
|
+
};
|
|
1275
|
+
static readContextLet = {
|
|
1276
|
+
name: "ɵɵreadContextLet",
|
|
1277
|
+
moduleName: o
|
|
1278
|
+
};
|
|
1279
|
+
static attachSourceLocations = {
|
|
1280
|
+
name: "ɵɵattachSourceLocations",
|
|
1281
|
+
moduleName: o
|
|
1282
|
+
};
|
|
1283
|
+
static NgOnChangesFeature = {
|
|
1284
|
+
name: "ɵɵNgOnChangesFeature",
|
|
1285
|
+
moduleName: o
|
|
1286
|
+
};
|
|
1287
|
+
static InheritDefinitionFeature = {
|
|
1288
|
+
name: "ɵɵInheritDefinitionFeature",
|
|
1289
|
+
moduleName: o
|
|
1290
|
+
};
|
|
1291
|
+
static ProvidersFeature = {
|
|
1292
|
+
name: "ɵɵProvidersFeature",
|
|
1293
|
+
moduleName: o
|
|
1294
|
+
};
|
|
1295
|
+
static HostDirectivesFeature = {
|
|
1296
|
+
name: "ɵɵHostDirectivesFeature",
|
|
1297
|
+
moduleName: o
|
|
1298
|
+
};
|
|
1299
|
+
static ExternalStylesFeature = {
|
|
1300
|
+
name: "ɵɵExternalStylesFeature",
|
|
1301
|
+
moduleName: o
|
|
1302
|
+
};
|
|
1303
|
+
static listener = {
|
|
1304
|
+
name: "ɵɵlistener",
|
|
1305
|
+
moduleName: o
|
|
1306
|
+
};
|
|
1307
|
+
static getInheritedFactory = {
|
|
1308
|
+
name: "ɵɵgetInheritedFactory",
|
|
1309
|
+
moduleName: o
|
|
1310
|
+
};
|
|
1311
|
+
static sanitizeHtml = {
|
|
1312
|
+
name: "ɵɵsanitizeHtml",
|
|
1313
|
+
moduleName: o
|
|
1314
|
+
};
|
|
1315
|
+
static sanitizeStyle = {
|
|
1316
|
+
name: "ɵɵsanitizeStyle",
|
|
1317
|
+
moduleName: o
|
|
1318
|
+
};
|
|
1319
|
+
static validateAttribute = {
|
|
1320
|
+
name: "ɵɵvalidateAttribute",
|
|
1321
|
+
moduleName: o
|
|
1322
|
+
};
|
|
1323
|
+
static sanitizeResourceUrl = {
|
|
1324
|
+
name: "ɵɵsanitizeResourceUrl",
|
|
1325
|
+
moduleName: o
|
|
1326
|
+
};
|
|
1327
|
+
static sanitizeScript = {
|
|
1328
|
+
name: "ɵɵsanitizeScript",
|
|
1329
|
+
moduleName: o
|
|
1330
|
+
};
|
|
1331
|
+
static sanitizeUrl = {
|
|
1332
|
+
name: "ɵɵsanitizeUrl",
|
|
1333
|
+
moduleName: o
|
|
1334
|
+
};
|
|
1335
|
+
static sanitizeUrlOrResourceUrl = {
|
|
1336
|
+
name: "ɵɵsanitizeUrlOrResourceUrl",
|
|
1337
|
+
moduleName: o
|
|
1338
|
+
};
|
|
1339
|
+
static trustConstantHtml = {
|
|
1340
|
+
name: "ɵɵtrustConstantHtml",
|
|
1341
|
+
moduleName: o
|
|
1342
|
+
};
|
|
1343
|
+
static trustConstantResourceUrl = {
|
|
1344
|
+
name: "ɵɵtrustConstantResourceUrl",
|
|
1345
|
+
moduleName: o
|
|
1346
|
+
};
|
|
1347
|
+
static inputDecorator = {
|
|
1348
|
+
name: "Input",
|
|
1349
|
+
moduleName: o
|
|
1350
|
+
};
|
|
1351
|
+
static outputDecorator = {
|
|
1352
|
+
name: "Output",
|
|
1353
|
+
moduleName: o
|
|
1354
|
+
};
|
|
1355
|
+
static viewChildDecorator = {
|
|
1356
|
+
name: "ViewChild",
|
|
1357
|
+
moduleName: o
|
|
1358
|
+
};
|
|
1359
|
+
static viewChildrenDecorator = {
|
|
1360
|
+
name: "ViewChildren",
|
|
1361
|
+
moduleName: o
|
|
1362
|
+
};
|
|
1363
|
+
static contentChildDecorator = {
|
|
1364
|
+
name: "ContentChild",
|
|
1365
|
+
moduleName: o
|
|
1366
|
+
};
|
|
1367
|
+
static contentChildrenDecorator = {
|
|
1368
|
+
name: "ContentChildren",
|
|
1369
|
+
moduleName: o
|
|
1370
|
+
};
|
|
1371
|
+
static InputSignalBrandWriteType = {
|
|
1372
|
+
name: "ɵINPUT_SIGNAL_BRAND_WRITE_TYPE",
|
|
1373
|
+
moduleName: o
|
|
1374
|
+
};
|
|
1375
|
+
static UnwrapDirectiveSignalInputs = {
|
|
1376
|
+
name: "ɵUnwrapDirectiveSignalInputs",
|
|
1377
|
+
moduleName: o
|
|
1378
|
+
};
|
|
1379
|
+
static unwrapWritableSignal = {
|
|
1380
|
+
name: "ɵunwrapWritableSignal",
|
|
1381
|
+
moduleName: o
|
|
1382
|
+
};
|
|
1383
|
+
static assertType = {
|
|
1384
|
+
name: "ɵassertType",
|
|
1385
|
+
moduleName: o
|
|
1386
|
+
};
|
|
1387
|
+
};
|
|
1388
|
+
var St = class {
|
|
1389
|
+
full;
|
|
1390
|
+
major;
|
|
1391
|
+
minor;
|
|
1392
|
+
patch;
|
|
1393
|
+
constructor(e) {
|
|
1394
|
+
this.full = e;
|
|
1395
|
+
let n = e.split(".");
|
|
1396
|
+
this.major = n[0], this.minor = n[1], this.patch = n.slice(2).join(".");
|
|
1397
|
+
}
|
|
1398
|
+
};
|
|
1399
|
+
new Map([
|
|
1400
|
+
[c.And, "&&"],
|
|
1401
|
+
[c.Bigger, ">"],
|
|
1402
|
+
[c.BiggerEquals, ">="],
|
|
1403
|
+
[c.BitwiseOr, "|"],
|
|
1404
|
+
[c.BitwiseAnd, "&"],
|
|
1405
|
+
[c.Divide, "/"],
|
|
1406
|
+
[c.Assign, "="],
|
|
1407
|
+
[c.Equals, "=="],
|
|
1408
|
+
[c.Identical, "==="],
|
|
1409
|
+
[c.Lower, "<"],
|
|
1410
|
+
[c.LowerEquals, "<="],
|
|
1411
|
+
[c.Minus, "-"],
|
|
1412
|
+
[c.Modulo, "%"],
|
|
1413
|
+
[c.Exponentiation, "**"],
|
|
1414
|
+
[c.Multiply, "*"],
|
|
1415
|
+
[c.NotEquals, "!="],
|
|
1416
|
+
[c.NotIdentical, "!=="],
|
|
1417
|
+
[c.NullishCoalesce, "??"],
|
|
1418
|
+
[c.Or, "||"],
|
|
1419
|
+
[c.Plus, "+"],
|
|
1420
|
+
[c.In, "in"],
|
|
1421
|
+
[c.AdditionAssignment, "+="],
|
|
1422
|
+
[c.SubtractionAssignment, "-="],
|
|
1423
|
+
[c.MultiplicationAssignment, "*="],
|
|
1424
|
+
[c.DivisionAssignment, "/="],
|
|
1425
|
+
[c.RemainderAssignment, "%="],
|
|
1426
|
+
[c.ExponentiationAssignment, "**="],
|
|
1427
|
+
[c.AndAssignment, "&&="],
|
|
1428
|
+
[c.OrAssignment, "||="],
|
|
1429
|
+
[c.NullishCoalesceAssignment, "??="]
|
|
1430
|
+
]);
|
|
1431
|
+
var Tn;
|
|
1432
|
+
(function(t) {
|
|
1433
|
+
t[t.Class = 0] = "Class", t[t.Function = 1] = "Function";
|
|
1434
|
+
})(Tn || (Tn = {}));
|
|
1435
|
+
var X = class {
|
|
1436
|
+
start;
|
|
1437
|
+
end;
|
|
1438
|
+
constructor(e, n) {
|
|
1439
|
+
this.start = e, this.end = n;
|
|
1440
|
+
}
|
|
1441
|
+
toAbsolute(e) {
|
|
1442
|
+
return new $(e + this.start, e + this.end);
|
|
1443
|
+
}
|
|
1444
|
+
}, g = class {
|
|
1445
|
+
span;
|
|
1446
|
+
sourceSpan;
|
|
1447
|
+
constructor(e, n) {
|
|
1448
|
+
this.span = e, this.sourceSpan = n;
|
|
1449
|
+
}
|
|
1450
|
+
toString() {
|
|
1451
|
+
return "AST";
|
|
1452
|
+
}
|
|
1453
|
+
}, Se = class extends g {
|
|
1454
|
+
nameSpan;
|
|
1455
|
+
constructor(e, n, s) {
|
|
1456
|
+
super(e, n), this.nameSpan = s;
|
|
1457
|
+
}
|
|
1458
|
+
}, b = class extends g {
|
|
1459
|
+
visit(e, n = null) {}
|
|
1460
|
+
}, ne = class extends g {
|
|
1461
|
+
visit(e, n = null) {
|
|
1462
|
+
return e.visitImplicitReceiver(this, n);
|
|
1463
|
+
}
|
|
1464
|
+
}, Et = class extends g {
|
|
1465
|
+
visit(e, n = null) {
|
|
1466
|
+
return e.visitThisReceiver?.(this, n);
|
|
1467
|
+
}
|
|
1468
|
+
}, yt = class extends g {
|
|
1469
|
+
expressions;
|
|
1470
|
+
constructor(e, n, s) {
|
|
1471
|
+
super(e, n), this.expressions = s;
|
|
1472
|
+
}
|
|
1473
|
+
visit(e, n = null) {
|
|
1474
|
+
return e.visitChain(this, n);
|
|
1475
|
+
}
|
|
1476
|
+
}, Ct = class extends g {
|
|
1477
|
+
condition;
|
|
1478
|
+
trueExp;
|
|
1479
|
+
falseExp;
|
|
1480
|
+
constructor(e, n, s, i, r) {
|
|
1481
|
+
super(e, n), this.condition = s, this.trueExp = i, this.falseExp = r;
|
|
1482
|
+
}
|
|
1483
|
+
visit(e, n = null) {
|
|
1484
|
+
return e.visitConditional(this, n);
|
|
1485
|
+
}
|
|
1486
|
+
}, de = class extends Se {
|
|
1487
|
+
receiver;
|
|
1488
|
+
name;
|
|
1489
|
+
constructor(e, n, s, i, r) {
|
|
1490
|
+
super(e, n, s), this.receiver = i, this.name = r;
|
|
1491
|
+
}
|
|
1492
|
+
visit(e, n = null) {
|
|
1493
|
+
return e.visitPropertyRead(this, n);
|
|
1494
|
+
}
|
|
1495
|
+
}, _t = class extends Se {
|
|
1496
|
+
receiver;
|
|
1497
|
+
name;
|
|
1498
|
+
constructor(e, n, s, i, r) {
|
|
1499
|
+
super(e, n, s), this.receiver = i, this.name = r;
|
|
1500
|
+
}
|
|
1501
|
+
visit(e, n = null) {
|
|
1502
|
+
return e.visitSafePropertyRead(this, n);
|
|
1503
|
+
}
|
|
1504
|
+
}, Le = class extends g {
|
|
1505
|
+
receiver;
|
|
1506
|
+
key;
|
|
1507
|
+
constructor(e, n, s, i) {
|
|
1508
|
+
super(e, n), this.receiver = s, this.key = i;
|
|
1509
|
+
}
|
|
1510
|
+
visit(e, n = null) {
|
|
1511
|
+
return e.visitKeyedRead(this, n);
|
|
1512
|
+
}
|
|
1513
|
+
}, Tt = class extends g {
|
|
1514
|
+
receiver;
|
|
1515
|
+
key;
|
|
1516
|
+
constructor(e, n, s, i) {
|
|
1517
|
+
super(e, n), this.receiver = s, this.key = i;
|
|
1518
|
+
}
|
|
1519
|
+
visit(e, n = null) {
|
|
1520
|
+
return e.visitSafeKeyedRead(this, n);
|
|
1521
|
+
}
|
|
1522
|
+
}, me;
|
|
1523
|
+
(function(t) {
|
|
1524
|
+
t[t.ReferencedByName = 0] = "ReferencedByName", t[t.ReferencedDirectly = 1] = "ReferencedDirectly";
|
|
1525
|
+
})(me || (me = {}));
|
|
1526
|
+
var kt = class extends Se {
|
|
1527
|
+
exp;
|
|
1528
|
+
name;
|
|
1529
|
+
args;
|
|
1530
|
+
type;
|
|
1531
|
+
constructor(e, n, s, i, r, a, u) {
|
|
1532
|
+
super(e, n, u), this.exp = s, this.name = i, this.args = r, this.type = a;
|
|
1533
|
+
}
|
|
1534
|
+
visit(e, n = null) {
|
|
1535
|
+
return e.visitPipe(this, n);
|
|
1536
|
+
}
|
|
1537
|
+
}, I = class extends g {
|
|
1538
|
+
value;
|
|
1539
|
+
constructor(e, n, s) {
|
|
1540
|
+
super(e, n), this.value = s;
|
|
1541
|
+
}
|
|
1542
|
+
visit(e, n = null) {
|
|
1543
|
+
return e.visitLiteralPrimitive(this, n);
|
|
1544
|
+
}
|
|
1545
|
+
}, bt = class extends g {
|
|
1546
|
+
expressions;
|
|
1547
|
+
constructor(e, n, s) {
|
|
1548
|
+
super(e, n), this.expressions = s;
|
|
1549
|
+
}
|
|
1550
|
+
visit(e, n = null) {
|
|
1551
|
+
return e.visitLiteralArray(this, n);
|
|
1552
|
+
}
|
|
1553
|
+
}, At = class extends g {
|
|
1554
|
+
expression;
|
|
1555
|
+
constructor(e, n, s) {
|
|
1556
|
+
super(e, n), this.expression = s;
|
|
1557
|
+
}
|
|
1558
|
+
visit(e, n = null) {
|
|
1559
|
+
return e.visitSpreadElement(this, n);
|
|
1560
|
+
}
|
|
1561
|
+
}, It = class extends g {
|
|
1562
|
+
keys;
|
|
1563
|
+
values;
|
|
1564
|
+
constructor(e, n, s, i) {
|
|
1565
|
+
super(e, n), this.keys = s, this.values = i;
|
|
1566
|
+
}
|
|
1567
|
+
visit(e, n = null) {
|
|
1568
|
+
return e.visitLiteralMap(this, n);
|
|
1569
|
+
}
|
|
1570
|
+
}, Ii = class extends g {
|
|
1571
|
+
strings;
|
|
1572
|
+
expressions;
|
|
1573
|
+
constructor(e, n, s, i) {
|
|
1574
|
+
super(e, n), this.strings = s, this.expressions = i;
|
|
1575
|
+
}
|
|
1576
|
+
visit(e, n = null) {
|
|
1577
|
+
return e.visitInterpolation(this, n);
|
|
1578
|
+
}
|
|
1579
|
+
}, E = class extends g {
|
|
1580
|
+
operation;
|
|
1581
|
+
left;
|
|
1582
|
+
right;
|
|
1583
|
+
constructor(e, n, s, i, r) {
|
|
1584
|
+
super(e, n), this.operation = s, this.left = i, this.right = r;
|
|
1585
|
+
}
|
|
1586
|
+
visit(e, n = null) {
|
|
1587
|
+
return e.visitBinary(this, n);
|
|
1588
|
+
}
|
|
1589
|
+
static isAssignmentOperation(e) {
|
|
1590
|
+
return e === "=" || e === "+=" || e === "-=" || e === "*=" || e === "/=" || e === "%=" || e === "**=" || e === "&&=" || e === "||=" || e === "??=";
|
|
1591
|
+
}
|
|
1592
|
+
}, ge = class t extends E {
|
|
1593
|
+
operator;
|
|
1594
|
+
expr;
|
|
1595
|
+
left = null;
|
|
1596
|
+
right = null;
|
|
1597
|
+
operation = null;
|
|
1598
|
+
static createMinus(e, n, s) {
|
|
1599
|
+
return new t(e, n, "-", s, "-", new I(e, n, 0), s);
|
|
1600
|
+
}
|
|
1601
|
+
static createPlus(e, n, s) {
|
|
1602
|
+
return new t(e, n, "+", s, "-", s, new I(e, n, 0));
|
|
1603
|
+
}
|
|
1604
|
+
constructor(e, n, s, i, r, a, u) {
|
|
1605
|
+
super(e, n, r, a, u), this.operator = s, this.expr = i;
|
|
1606
|
+
}
|
|
1607
|
+
visit(e, n = null) {
|
|
1608
|
+
return e.visitUnary !== void 0 ? e.visitUnary(this, n) : e.visitBinary(this, n);
|
|
1609
|
+
}
|
|
1610
|
+
}, Me = class extends g {
|
|
1611
|
+
expression;
|
|
1612
|
+
constructor(e, n, s) {
|
|
1613
|
+
super(e, n), this.expression = s;
|
|
1614
|
+
}
|
|
1615
|
+
visit(e, n = null) {
|
|
1616
|
+
return e.visitPrefixNot(this, n);
|
|
1617
|
+
}
|
|
1618
|
+
}, Re = class extends g {
|
|
1619
|
+
expression;
|
|
1620
|
+
constructor(e, n, s) {
|
|
1621
|
+
super(e, n), this.expression = s;
|
|
1622
|
+
}
|
|
1623
|
+
visit(e, n = null) {
|
|
1624
|
+
return e.visitTypeofExpression(this, n);
|
|
1625
|
+
}
|
|
1626
|
+
}, $e = class extends g {
|
|
1627
|
+
expression;
|
|
1628
|
+
constructor(e, n, s) {
|
|
1629
|
+
super(e, n), this.expression = s;
|
|
1630
|
+
}
|
|
1631
|
+
visit(e, n = null) {
|
|
1632
|
+
return e.visitVoidExpression(this, n);
|
|
1633
|
+
}
|
|
1634
|
+
}, Nt = class extends g {
|
|
1635
|
+
expression;
|
|
1636
|
+
constructor(e, n, s) {
|
|
1637
|
+
super(e, n), this.expression = s;
|
|
1638
|
+
}
|
|
1639
|
+
visit(e, n = null) {
|
|
1640
|
+
return e.visitNonNullAssert(this, n);
|
|
1641
|
+
}
|
|
1642
|
+
}, Pt = class extends g {
|
|
1643
|
+
receiver;
|
|
1644
|
+
args;
|
|
1645
|
+
argumentSpan;
|
|
1646
|
+
constructor(e, n, s, i, r) {
|
|
1647
|
+
super(e, n), this.receiver = s, this.args = i, this.argumentSpan = r;
|
|
1648
|
+
}
|
|
1649
|
+
visit(e, n = null) {
|
|
1650
|
+
return e.visitCall(this, n);
|
|
1651
|
+
}
|
|
1652
|
+
}, Lt = class extends g {
|
|
1653
|
+
receiver;
|
|
1654
|
+
args;
|
|
1655
|
+
argumentSpan;
|
|
1656
|
+
constructor(e, n, s, i, r) {
|
|
1657
|
+
super(e, n), this.receiver = s, this.args = i, this.argumentSpan = r;
|
|
1658
|
+
}
|
|
1659
|
+
visit(e, n = null) {
|
|
1660
|
+
return e.visitSafeCall(this, n);
|
|
1661
|
+
}
|
|
1662
|
+
}, De = class extends g {
|
|
1663
|
+
tag;
|
|
1664
|
+
template;
|
|
1665
|
+
constructor(e, n, s, i) {
|
|
1666
|
+
super(e, n), this.tag = s, this.template = i;
|
|
1667
|
+
}
|
|
1668
|
+
visit(e, n) {
|
|
1669
|
+
return e.visitTaggedTemplateLiteral(this, n);
|
|
1670
|
+
}
|
|
1671
|
+
}, Be = class extends g {
|
|
1672
|
+
elements;
|
|
1673
|
+
expressions;
|
|
1674
|
+
constructor(e, n, s, i) {
|
|
1675
|
+
super(e, n), this.elements = s, this.expressions = i;
|
|
1676
|
+
}
|
|
1677
|
+
visit(e, n) {
|
|
1678
|
+
return e.visitTemplateLiteral(this, n);
|
|
1679
|
+
}
|
|
1680
|
+
}, Oe = class extends g {
|
|
1681
|
+
text;
|
|
1682
|
+
constructor(e, n, s) {
|
|
1683
|
+
super(e, n), this.text = s;
|
|
1684
|
+
}
|
|
1685
|
+
visit(e, n) {
|
|
1686
|
+
return e.visitTemplateLiteralElement(this, n);
|
|
1687
|
+
}
|
|
1688
|
+
}, Ee = class extends g {
|
|
1689
|
+
expression;
|
|
1690
|
+
constructor(e, n, s) {
|
|
1691
|
+
super(e, n), this.expression = s;
|
|
1692
|
+
}
|
|
1693
|
+
visit(e, n) {
|
|
1694
|
+
return e.visitParenthesizedExpression(this, n);
|
|
1695
|
+
}
|
|
1696
|
+
}, Mt = class extends g {
|
|
1697
|
+
body;
|
|
1698
|
+
flags;
|
|
1699
|
+
constructor(e, n, s, i) {
|
|
1700
|
+
super(e, n), this.body = s, this.flags = i;
|
|
1701
|
+
}
|
|
1702
|
+
visit(e, n) {
|
|
1703
|
+
return e.visitRegularExpressionLiteral(this, n);
|
|
1704
|
+
}
|
|
1705
|
+
}, $ = class {
|
|
1706
|
+
start;
|
|
1707
|
+
end;
|
|
1708
|
+
constructor(e, n) {
|
|
1709
|
+
this.start = e, this.end = n;
|
|
1710
|
+
}
|
|
1711
|
+
}, O = class extends g {
|
|
1712
|
+
ast;
|
|
1713
|
+
source;
|
|
1714
|
+
location;
|
|
1715
|
+
errors;
|
|
1716
|
+
constructor(e, n, s, i, r) {
|
|
1717
|
+
super(new X(0, n === null ? 0 : n.length), new $(i, n === null ? i : i + n.length)), this.ast = e, this.source = n, this.location = s, this.errors = r;
|
|
1718
|
+
}
|
|
1719
|
+
visit(e, n = null) {
|
|
1720
|
+
return e.visitASTWithSource ? e.visitASTWithSource(this, n) : this.ast.visit(e, n);
|
|
1721
|
+
}
|
|
1722
|
+
toString() {
|
|
1723
|
+
return `${this.source} in ${this.location}`;
|
|
1724
|
+
}
|
|
1725
|
+
}, se = class {
|
|
1726
|
+
sourceSpan;
|
|
1727
|
+
key;
|
|
1728
|
+
value;
|
|
1729
|
+
constructor(e, n, s) {
|
|
1730
|
+
this.sourceSpan = e, this.key = n, this.value = s;
|
|
1731
|
+
}
|
|
1732
|
+
}, ye = class {
|
|
1733
|
+
sourceSpan;
|
|
1734
|
+
key;
|
|
1735
|
+
value;
|
|
1736
|
+
constructor(e, n, s) {
|
|
1737
|
+
this.sourceSpan = e, this.key = n, this.value = s;
|
|
1738
|
+
}
|
|
1739
|
+
}, Rt = class {
|
|
1740
|
+
visit(e, n) {
|
|
1741
|
+
e.visit(this, n);
|
|
1742
|
+
}
|
|
1743
|
+
visitUnary(e, n) {
|
|
1744
|
+
this.visit(e.expr, n);
|
|
1745
|
+
}
|
|
1746
|
+
visitBinary(e, n) {
|
|
1747
|
+
this.visit(e.left, n), this.visit(e.right, n);
|
|
1748
|
+
}
|
|
1749
|
+
visitChain(e, n) {
|
|
1750
|
+
this.visitAll(e.expressions, n);
|
|
1751
|
+
}
|
|
1752
|
+
visitConditional(e, n) {
|
|
1753
|
+
this.visit(e.condition, n), this.visit(e.trueExp, n), this.visit(e.falseExp, n);
|
|
1754
|
+
}
|
|
1755
|
+
visitPipe(e, n) {
|
|
1756
|
+
this.visit(e.exp, n), this.visitAll(e.args, n);
|
|
1757
|
+
}
|
|
1758
|
+
visitImplicitReceiver(e, n) {}
|
|
1759
|
+
visitThisReceiver(e, n) {}
|
|
1760
|
+
visitInterpolation(e, n) {
|
|
1761
|
+
this.visitAll(e.expressions, n);
|
|
1762
|
+
}
|
|
1763
|
+
visitKeyedRead(e, n) {
|
|
1764
|
+
this.visit(e.receiver, n), this.visit(e.key, n);
|
|
1765
|
+
}
|
|
1766
|
+
visitLiteralArray(e, n) {
|
|
1767
|
+
this.visitAll(e.expressions, n);
|
|
1768
|
+
}
|
|
1769
|
+
visitLiteralMap(e, n) {
|
|
1770
|
+
this.visitAll(e.values, n);
|
|
1771
|
+
}
|
|
1772
|
+
visitLiteralPrimitive(e, n) {}
|
|
1773
|
+
visitPrefixNot(e, n) {
|
|
1774
|
+
this.visit(e.expression, n);
|
|
1775
|
+
}
|
|
1776
|
+
visitTypeofExpression(e, n) {
|
|
1777
|
+
this.visit(e.expression, n);
|
|
1778
|
+
}
|
|
1779
|
+
visitVoidExpression(e, n) {
|
|
1780
|
+
this.visit(e.expression, n);
|
|
1781
|
+
}
|
|
1782
|
+
visitNonNullAssert(e, n) {
|
|
1783
|
+
this.visit(e.expression, n);
|
|
1784
|
+
}
|
|
1785
|
+
visitPropertyRead(e, n) {
|
|
1786
|
+
this.visit(e.receiver, n);
|
|
1787
|
+
}
|
|
1788
|
+
visitSafePropertyRead(e, n) {
|
|
1789
|
+
this.visit(e.receiver, n);
|
|
1790
|
+
}
|
|
1791
|
+
visitSafeKeyedRead(e, n) {
|
|
1792
|
+
this.visit(e.receiver, n), this.visit(e.key, n);
|
|
1793
|
+
}
|
|
1794
|
+
visitCall(e, n) {
|
|
1795
|
+
this.visit(e.receiver, n), this.visitAll(e.args, n);
|
|
1796
|
+
}
|
|
1797
|
+
visitSafeCall(e, n) {
|
|
1798
|
+
this.visit(e.receiver, n), this.visitAll(e.args, n);
|
|
1799
|
+
}
|
|
1800
|
+
visitTemplateLiteral(e, n) {
|
|
1801
|
+
for (let s = 0; s < e.elements.length; s++) {
|
|
1802
|
+
this.visit(e.elements[s], n);
|
|
1803
|
+
let i = s < e.expressions.length ? e.expressions[s] : null;
|
|
1804
|
+
i !== null && this.visit(i, n);
|
|
1805
|
+
}
|
|
1806
|
+
}
|
|
1807
|
+
visitTemplateLiteralElement(e, n) {}
|
|
1808
|
+
visitTaggedTemplateLiteral(e, n) {
|
|
1809
|
+
this.visit(e.tag, n), this.visit(e.template, n);
|
|
1810
|
+
}
|
|
1811
|
+
visitParenthesizedExpression(e, n) {
|
|
1812
|
+
this.visit(e.expression, n);
|
|
1813
|
+
}
|
|
1814
|
+
visitRegularExpressionLiteral(e, n) {}
|
|
1815
|
+
visitSpreadElement(e, n) {
|
|
1816
|
+
this.visit(e.expression, n);
|
|
1817
|
+
}
|
|
1818
|
+
visitAll(e, n) {
|
|
1819
|
+
for (let s of e) this.visit(s, n);
|
|
1820
|
+
}
|
|
1821
|
+
};
|
|
1822
|
+
var kn;
|
|
1823
|
+
(function(t) {
|
|
1824
|
+
t[t.DEFAULT = 0] = "DEFAULT", t[t.LITERAL_ATTR = 1] = "LITERAL_ATTR", t[t.LEGACY_ANIMATION = 2] = "LEGACY_ANIMATION", t[t.TWO_WAY = 3] = "TWO_WAY", t[t.ANIMATION = 4] = "ANIMATION";
|
|
1825
|
+
})(kn || (kn = {}));
|
|
1826
|
+
var bn;
|
|
1827
|
+
(function(t) {
|
|
1828
|
+
t[t.Regular = 0] = "Regular", t[t.LegacyAnimation = 1] = "LegacyAnimation", t[t.TwoWay = 2] = "TwoWay", t[t.Animation = 3] = "Animation";
|
|
1829
|
+
})(bn || (bn = {}));
|
|
1830
|
+
var L;
|
|
1831
|
+
(function(t) {
|
|
1832
|
+
t[t.Property = 0] = "Property", t[t.Attribute = 1] = "Attribute", t[t.Class = 2] = "Class", t[t.Style = 3] = "Style", t[t.LegacyAnimation = 4] = "LegacyAnimation", t[t.TwoWay = 5] = "TwoWay", t[t.Animation = 6] = "Animation";
|
|
1833
|
+
})(L || (L = {}));
|
|
1834
|
+
var An;
|
|
1835
|
+
(function(t) {
|
|
1836
|
+
t[t.RAW_TEXT = 0] = "RAW_TEXT", t[t.ESCAPABLE_RAW_TEXT = 1] = "ESCAPABLE_RAW_TEXT", t[t.PARSABLE_DATA = 2] = "PARSABLE_DATA";
|
|
1837
|
+
})(An || (An = {}));
|
|
1838
|
+
var pe = 0;
|
|
1839
|
+
var os = 9, Ie = 10, Ni = 11, Pi = 12, Li = 13, as = 32, Mi = 33, ls = 34, Ri = 35, Wt = 36, $i = 37, In = 38, cs = 39, ve = 40, q = 41, Nn = 42, us = 43, Q = 44, ps = 45, H = 46, Fe = 47, j = 58, fe = 59, Di = 60, k = 61, Bi = 62, Pn = 63, Oi = 48;
|
|
1840
|
+
var Fi = 57, qt = 65, Vi = 69;
|
|
1841
|
+
var jt = 90, te = 91, it = 92, G = 93, Ui = 94, Xe = 95, hs = 97;
|
|
1842
|
+
var Hi = 101, Wi = 102, qi = 110, ji = 114, zi = 116, Gi = 117, Xi = 118;
|
|
1843
|
+
var fs = 122, Ve = 123, Ln = 124, K = 125, ds = 160;
|
|
1844
|
+
var $t = 96;
|
|
1845
|
+
function Ji(t) {
|
|
1846
|
+
return t >= os && t <= as || t == ds;
|
|
1847
|
+
}
|
|
1848
|
+
function W(t) {
|
|
1849
|
+
return Oi <= t && t <= Fi;
|
|
1850
|
+
}
|
|
1851
|
+
function Dt(t) {
|
|
1852
|
+
return t >= hs && t <= fs || t >= qt && t <= jt;
|
|
1853
|
+
}
|
|
1854
|
+
function Mn(t) {
|
|
1855
|
+
return t === cs || t === ls || t === $t;
|
|
1856
|
+
}
|
|
1857
|
+
var Ue = class t {
|
|
1858
|
+
file;
|
|
1859
|
+
offset;
|
|
1860
|
+
line;
|
|
1861
|
+
col;
|
|
1862
|
+
constructor(e, n, s, i) {
|
|
1863
|
+
this.file = e, this.offset = n, this.line = s, this.col = i;
|
|
1864
|
+
}
|
|
1865
|
+
toString() {
|
|
1866
|
+
return this.offset != null ? `${this.file.url}@${this.line}:${this.col}` : this.file.url;
|
|
1867
|
+
}
|
|
1868
|
+
moveBy(e) {
|
|
1869
|
+
let n = this.file.content, s = n.length, i = this.offset, r = this.line, a = this.col;
|
|
1870
|
+
for (; i > 0 && e < 0;) if (i--, e++, n.charCodeAt(i) == Ie) {
|
|
1871
|
+
r--;
|
|
1872
|
+
let p = n.substring(0, i - 1).lastIndexOf(String.fromCharCode(Ie));
|
|
1873
|
+
a = p > 0 ? i - p : i;
|
|
1874
|
+
} else a--;
|
|
1875
|
+
for (; i < s && e > 0;) {
|
|
1876
|
+
let u = n.charCodeAt(i);
|
|
1877
|
+
i++, e--, u == Ie ? (r++, a = 0) : a++;
|
|
1878
|
+
}
|
|
1879
|
+
return new t(this.file, i, r, a);
|
|
1880
|
+
}
|
|
1881
|
+
getContext(e, n) {
|
|
1882
|
+
let s = this.file.content, i = this.offset;
|
|
1883
|
+
if (i != null) {
|
|
1884
|
+
i > s.length - 1 && (i = s.length - 1);
|
|
1885
|
+
let r = i, a = 0, u = 0;
|
|
1886
|
+
for (; a < e && i > 0 && (i--, a++, !(s[i] == `
|
|
1887
|
+
` && ++u == n)););
|
|
1888
|
+
for (a = 0, u = 0; a < e && r < s.length - 1 && (r++, a++, !(s[r] == `
|
|
1889
|
+
` && ++u == n)););
|
|
1890
|
+
return {
|
|
1891
|
+
before: s.substring(i, this.offset),
|
|
1892
|
+
after: s.substring(this.offset, r + 1)
|
|
1893
|
+
};
|
|
1894
|
+
}
|
|
1895
|
+
return null;
|
|
1896
|
+
}
|
|
1897
|
+
}, He = class {
|
|
1898
|
+
content;
|
|
1899
|
+
url;
|
|
1900
|
+
constructor(e, n) {
|
|
1901
|
+
this.content = e, this.url = n;
|
|
1902
|
+
}
|
|
1903
|
+
}, We = class {
|
|
1904
|
+
start;
|
|
1905
|
+
end;
|
|
1906
|
+
fullStart;
|
|
1907
|
+
details;
|
|
1908
|
+
constructor(e, n, s = e, i = null) {
|
|
1909
|
+
this.start = e, this.end = n, this.fullStart = s, this.details = i;
|
|
1910
|
+
}
|
|
1911
|
+
toString() {
|
|
1912
|
+
return this.start.file.content.substring(this.start.offset, this.end.offset);
|
|
1913
|
+
}
|
|
1914
|
+
}, qe;
|
|
1915
|
+
(function(t) {
|
|
1916
|
+
t[t.WARNING = 0] = "WARNING", t[t.ERROR = 1] = "ERROR";
|
|
1917
|
+
})(qe || (qe = {}));
|
|
1918
|
+
var Ce = class extends Error {
|
|
1919
|
+
span;
|
|
1920
|
+
msg;
|
|
1921
|
+
level;
|
|
1922
|
+
relatedError;
|
|
1923
|
+
constructor(e, n, s = qe.ERROR, i) {
|
|
1924
|
+
super(n), this.span = e, this.msg = n, this.level = s, this.relatedError = i, Object.setPrototypeOf(this, new.target.prototype);
|
|
1925
|
+
}
|
|
1926
|
+
contextualMessage() {
|
|
1927
|
+
let e = this.span.start.getContext(100, 3);
|
|
1928
|
+
return e ? `${this.msg} ("${e.before}[${qe[this.level]} ->]${e.after}")` : this.msg;
|
|
1929
|
+
}
|
|
1930
|
+
toString() {
|
|
1931
|
+
let e = this.span.details ? `, ${this.span.details}` : "";
|
|
1932
|
+
return `${this.contextualMessage()}: ${this.span.start}${e}`;
|
|
1933
|
+
}
|
|
1934
|
+
};
|
|
1935
|
+
var Rn;
|
|
1936
|
+
(function(t) {
|
|
1937
|
+
t[t.Inline = 0] = "Inline", t[t.SideEffect = 1] = "SideEffect", t[t.Omit = 2] = "Omit";
|
|
1938
|
+
})(Rn || (Rn = {}));
|
|
1939
|
+
var $n;
|
|
1940
|
+
(function(t) {
|
|
1941
|
+
t[t.Global = 0] = "Global", t[t.Local = 1] = "Local";
|
|
1942
|
+
})($n || ($n = {}));
|
|
1943
|
+
var Dn;
|
|
1944
|
+
(function(t) {
|
|
1945
|
+
t[t.Directive = 0] = "Directive", t[t.Pipe = 1] = "Pipe", t[t.NgModule = 2] = "NgModule";
|
|
1946
|
+
})(Dn || (Dn = {}));
|
|
1947
|
+
var Yi = "(:(where|is)\\()?", ms = "-shadowcsshost", Qi = "-shadowcsscontext", Bt = "[^)(]*", zt = `(?:\\((${`(?:\\(${`(?:\\(${Bt}\\)|${Bt})+?`}\\)|${Bt})+?`})\\))`;
|
|
1948
|
+
new RegExp("(:nth-[-\\w]+)" + zt, "g");
|
|
1949
|
+
new RegExp(ms + zt + "?([^,{]*)", "gim");
|
|
1950
|
+
var er = Qi + zt + "?([^{]*)";
|
|
1951
|
+
new RegExp(`${Yi}(${er})`, "gim");
|
|
1952
|
+
var tr = ms + "-no-combinator";
|
|
1953
|
+
new RegExp(`${tr}(?![^(]*\\))`, "g");
|
|
1954
|
+
var gs = "%COMMENT%";
|
|
1955
|
+
new RegExp(gs, "g");
|
|
1956
|
+
new RegExp(`(\\s*(?:${gs}\\s*)*)([^;\\{\\}]+?)(\\s*)((?:{%BLOCK%}?\\s*;?)|(?:\\s*;))`, "g");
|
|
1957
|
+
var nr = "%COMMA_IN_PLACEHOLDER%", sr = "%SEMI_IN_PLACEHOLDER%", ir = "%COLON_IN_PLACEHOLDER%";
|
|
1958
|
+
new RegExp(nr, "g");
|
|
1959
|
+
new RegExp(sr, "g");
|
|
1960
|
+
new RegExp(ir, "g");
|
|
1961
|
+
var f;
|
|
1962
|
+
(function(t) {
|
|
1963
|
+
t[t.ListEnd = 0] = "ListEnd", t[t.Statement = 1] = "Statement", t[t.Variable = 2] = "Variable", t[t.ElementStart = 3] = "ElementStart", t[t.Element = 4] = "Element", t[t.Template = 5] = "Template", t[t.ElementEnd = 6] = "ElementEnd", t[t.ContainerStart = 7] = "ContainerStart", t[t.Container = 8] = "Container", t[t.ContainerEnd = 9] = "ContainerEnd", t[t.DisableBindings = 10] = "DisableBindings", t[t.ConditionalCreate = 11] = "ConditionalCreate", t[t.ConditionalBranchCreate = 12] = "ConditionalBranchCreate", t[t.Conditional = 13] = "Conditional", t[t.EnableBindings = 14] = "EnableBindings", t[t.Text = 15] = "Text", t[t.Listener = 16] = "Listener", t[t.InterpolateText = 17] = "InterpolateText", t[t.Binding = 18] = "Binding", t[t.Property = 19] = "Property", t[t.StyleProp = 20] = "StyleProp", t[t.ClassProp = 21] = "ClassProp", t[t.StyleMap = 22] = "StyleMap", t[t.ClassMap = 23] = "ClassMap", t[t.Advance = 24] = "Advance", t[t.Pipe = 25] = "Pipe", t[t.Attribute = 26] = "Attribute", t[t.ExtractedAttribute = 27] = "ExtractedAttribute", t[t.Defer = 28] = "Defer", t[t.DeferOn = 29] = "DeferOn", t[t.DeferWhen = 30] = "DeferWhen", t[t.I18nMessage = 31] = "I18nMessage", t[t.DomProperty = 32] = "DomProperty", t[t.Namespace = 33] = "Namespace", t[t.ProjectionDef = 34] = "ProjectionDef", t[t.Projection = 35] = "Projection", t[t.RepeaterCreate = 36] = "RepeaterCreate", t[t.Repeater = 37] = "Repeater", t[t.TwoWayProperty = 38] = "TwoWayProperty", t[t.TwoWayListener = 39] = "TwoWayListener", t[t.DeclareLet = 40] = "DeclareLet", t[t.StoreLet = 41] = "StoreLet", t[t.I18nStart = 42] = "I18nStart", t[t.I18n = 43] = "I18n", t[t.I18nEnd = 44] = "I18nEnd", t[t.I18nExpression = 45] = "I18nExpression", t[t.I18nApply = 46] = "I18nApply", t[t.IcuStart = 47] = "IcuStart", t[t.IcuEnd = 48] = "IcuEnd", t[t.IcuPlaceholder = 49] = "IcuPlaceholder", t[t.I18nContext = 50] = "I18nContext", t[t.I18nAttributes = 51] = "I18nAttributes", t[t.SourceLocation = 52] = "SourceLocation", t[t.Animation = 53] = "Animation", t[t.AnimationString = 54] = "AnimationString", t[t.AnimationBinding = 55] = "AnimationBinding", t[t.AnimationListener = 56] = "AnimationListener", t[t.Control = 57] = "Control", t[t.ControlCreate = 58] = "ControlCreate";
|
|
1964
|
+
})(f || (f = {}));
|
|
1965
|
+
var ie;
|
|
1966
|
+
(function(t) {
|
|
1967
|
+
t[t.LexicalRead = 0] = "LexicalRead", t[t.Context = 1] = "Context", t[t.TrackContext = 2] = "TrackContext", t[t.ReadVariable = 3] = "ReadVariable", t[t.NextContext = 4] = "NextContext", t[t.Reference = 5] = "Reference", t[t.StoreLet = 6] = "StoreLet", t[t.ContextLetReference = 7] = "ContextLetReference", t[t.GetCurrentView = 8] = "GetCurrentView", t[t.RestoreView = 9] = "RestoreView", t[t.ResetView = 10] = "ResetView", t[t.PureFunctionExpr = 11] = "PureFunctionExpr", t[t.PureFunctionParameterExpr = 12] = "PureFunctionParameterExpr", t[t.PipeBinding = 13] = "PipeBinding", t[t.PipeBindingVariadic = 14] = "PipeBindingVariadic", t[t.SafePropertyRead = 15] = "SafePropertyRead", t[t.SafeKeyedRead = 16] = "SafeKeyedRead", t[t.SafeInvokeFunction = 17] = "SafeInvokeFunction", t[t.SafeTernaryExpr = 18] = "SafeTernaryExpr", t[t.EmptyExpr = 19] = "EmptyExpr", t[t.AssignTemporaryExpr = 20] = "AssignTemporaryExpr", t[t.ReadTemporaryExpr = 21] = "ReadTemporaryExpr", t[t.SlotLiteralExpr = 22] = "SlotLiteralExpr", t[t.ConditionalCase = 23] = "ConditionalCase", t[t.ConstCollected = 24] = "ConstCollected", t[t.TwoWayBindingSet = 25] = "TwoWayBindingSet";
|
|
1968
|
+
})(ie || (ie = {}));
|
|
1969
|
+
var Bn;
|
|
1970
|
+
(function(t) {
|
|
1971
|
+
t[t.None = 0] = "None", t[t.AlwaysInline = 1] = "AlwaysInline";
|
|
1972
|
+
})(Bn || (Bn = {}));
|
|
1973
|
+
var On;
|
|
1974
|
+
(function(t) {
|
|
1975
|
+
t[t.Context = 0] = "Context", t[t.Identifier = 1] = "Identifier", t[t.SavedView = 2] = "SavedView", t[t.Alias = 3] = "Alias";
|
|
1976
|
+
})(On || (On = {}));
|
|
1977
|
+
var Fn;
|
|
1978
|
+
(function(t) {
|
|
1979
|
+
t[t.Normal = 0] = "Normal", t[t.TemplateDefinitionBuilder = 1] = "TemplateDefinitionBuilder";
|
|
1980
|
+
})(Fn || (Fn = {}));
|
|
1981
|
+
var M;
|
|
1982
|
+
(function(t) {
|
|
1983
|
+
t[t.Attribute = 0] = "Attribute", t[t.ClassName = 1] = "ClassName", t[t.StyleProperty = 2] = "StyleProperty", t[t.Property = 3] = "Property", t[t.Template = 4] = "Template", t[t.I18n = 5] = "I18n", t[t.LegacyAnimation = 6] = "LegacyAnimation", t[t.TwoWayProperty = 7] = "TwoWayProperty", t[t.Animation = 8] = "Animation";
|
|
1984
|
+
})(M || (M = {}));
|
|
1985
|
+
var Vn;
|
|
1986
|
+
(function(t) {
|
|
1987
|
+
t[t.Creation = 0] = "Creation", t[t.Postproccessing = 1] = "Postproccessing";
|
|
1988
|
+
})(Vn || (Vn = {}));
|
|
1989
|
+
var Un;
|
|
1990
|
+
(function(t) {
|
|
1991
|
+
t[t.I18nText = 0] = "I18nText", t[t.I18nAttribute = 1] = "I18nAttribute";
|
|
1992
|
+
})(Un || (Un = {}));
|
|
1993
|
+
var Hn;
|
|
1994
|
+
(function(t) {
|
|
1995
|
+
t[t.None = 0] = "None", t[t.ElementTag = 1] = "ElementTag", t[t.TemplateTag = 2] = "TemplateTag", t[t.OpenTag = 4] = "OpenTag", t[t.CloseTag = 8] = "CloseTag", t[t.ExpressionIndex = 16] = "ExpressionIndex";
|
|
1996
|
+
})(Hn || (Hn = {}));
|
|
1997
|
+
var Wn;
|
|
1998
|
+
(function(t) {
|
|
1999
|
+
t[t.HTML = 0] = "HTML", t[t.SVG = 1] = "SVG", t[t.Math = 2] = "Math";
|
|
2000
|
+
})(Wn || (Wn = {}));
|
|
2001
|
+
var R;
|
|
2002
|
+
(function(t) {
|
|
2003
|
+
t[t.Idle = 0] = "Idle", t[t.Immediate = 1] = "Immediate", t[t.Timer = 2] = "Timer", t[t.Hover = 3] = "Hover", t[t.Interaction = 4] = "Interaction", t[t.Viewport = 5] = "Viewport", t[t.Never = 6] = "Never";
|
|
2004
|
+
})(R || (R = {}));
|
|
2005
|
+
var qn;
|
|
2006
|
+
(function(t) {
|
|
2007
|
+
t[t.RootI18n = 0] = "RootI18n", t[t.Icu = 1] = "Icu", t[t.Attr = 2] = "Attr";
|
|
2008
|
+
})(qn || (qn = {}));
|
|
2009
|
+
var jn;
|
|
2010
|
+
(function(t) {
|
|
2011
|
+
t[t.NgTemplate = 0] = "NgTemplate", t[t.Structural = 1] = "Structural", t[t.Block = 2] = "Block";
|
|
2012
|
+
})(jn || (jn = {}));
|
|
2013
|
+
var je = class {
|
|
2014
|
+
strings;
|
|
2015
|
+
expressions;
|
|
2016
|
+
i18nPlaceholders;
|
|
2017
|
+
constructor(e, n, s) {
|
|
2018
|
+
if (this.strings = e, this.expressions = n, this.i18nPlaceholders = s, s.length !== 0 && s.length !== n.length) throw new Error(`Expected ${n.length} placeholders to match interpolation expression count, but got ${s.length}`);
|
|
2019
|
+
}
|
|
2020
|
+
};
|
|
2021
|
+
var Ot;
|
|
2022
|
+
(function(t) {
|
|
2023
|
+
t[t.None = 0] = "None", t[t.InChildOperation = 1] = "InChildOperation";
|
|
2024
|
+
})(Ot || (Ot = {}));
|
|
2025
|
+
new Set([
|
|
2026
|
+
f.Element,
|
|
2027
|
+
f.ElementStart,
|
|
2028
|
+
f.Container,
|
|
2029
|
+
f.ContainerStart,
|
|
2030
|
+
f.Template,
|
|
2031
|
+
f.RepeaterCreate,
|
|
2032
|
+
f.ConditionalCreate,
|
|
2033
|
+
f.ConditionalBranchCreate
|
|
2034
|
+
]);
|
|
2035
|
+
var Yn;
|
|
2036
|
+
(function(t) {
|
|
2037
|
+
t[t.Tmpl = 0] = "Tmpl", t[t.Host = 1] = "Host", t[t.Both = 2] = "Both";
|
|
2038
|
+
})(Yn || (Yn = {}));
|
|
2039
|
+
var Qn;
|
|
2040
|
+
(function(t) {
|
|
2041
|
+
t[t.Full = 0] = "Full", t[t.DomOnly = 1] = "DomOnly";
|
|
2042
|
+
})(Qn || (Qn = {}));
|
|
2043
|
+
new Map([
|
|
2044
|
+
[l.ariaProperty, l.ariaProperty],
|
|
2045
|
+
[l.attribute, l.attribute],
|
|
2046
|
+
[l.classProp, l.classProp],
|
|
2047
|
+
[l.element, l.element],
|
|
2048
|
+
[l.elementContainer, l.elementContainer],
|
|
2049
|
+
[l.elementContainerEnd, l.elementContainerEnd],
|
|
2050
|
+
[l.elementContainerStart, l.elementContainerStart],
|
|
2051
|
+
[l.elementEnd, l.elementEnd],
|
|
2052
|
+
[l.elementStart, l.elementStart],
|
|
2053
|
+
[l.domProperty, l.domProperty],
|
|
2054
|
+
[l.i18nExp, l.i18nExp],
|
|
2055
|
+
[l.listener, l.listener],
|
|
2056
|
+
[l.listener, l.listener],
|
|
2057
|
+
[l.property, l.property],
|
|
2058
|
+
[l.styleProp, l.styleProp],
|
|
2059
|
+
[l.syntheticHostListener, l.syntheticHostListener],
|
|
2060
|
+
[l.syntheticHostProperty, l.syntheticHostProperty],
|
|
2061
|
+
[l.templateCreate, l.templateCreate],
|
|
2062
|
+
[l.twoWayProperty, l.twoWayProperty],
|
|
2063
|
+
[l.twoWayListener, l.twoWayListener],
|
|
2064
|
+
[l.declareLet, l.declareLet],
|
|
2065
|
+
[l.conditionalCreate, l.conditionalBranchCreate],
|
|
2066
|
+
[l.conditionalBranchCreate, l.conditionalBranchCreate],
|
|
2067
|
+
[l.domElement, l.domElement],
|
|
2068
|
+
[l.domElementStart, l.domElementStart],
|
|
2069
|
+
[l.domElementEnd, l.domElementEnd],
|
|
2070
|
+
[l.domElementContainer, l.domElementContainer],
|
|
2071
|
+
[l.domElementContainerStart, l.domElementContainerStart],
|
|
2072
|
+
[l.domElementContainerEnd, l.domElementContainerEnd],
|
|
2073
|
+
[l.domListener, l.domListener],
|
|
2074
|
+
[l.domTemplate, l.domTemplate],
|
|
2075
|
+
[l.animationEnter, l.animationEnter],
|
|
2076
|
+
[l.animationLeave, l.animationLeave],
|
|
2077
|
+
[l.animationEnterListener, l.animationEnterListener],
|
|
2078
|
+
[l.animationLeaveListener, l.animationLeaveListener]
|
|
2079
|
+
]);
|
|
2080
|
+
new Map([
|
|
2081
|
+
["&&", c.And],
|
|
2082
|
+
[">", c.Bigger],
|
|
2083
|
+
[">=", c.BiggerEquals],
|
|
2084
|
+
["|", c.BitwiseOr],
|
|
2085
|
+
["&", c.BitwiseAnd],
|
|
2086
|
+
["/", c.Divide],
|
|
2087
|
+
["=", c.Assign],
|
|
2088
|
+
["==", c.Equals],
|
|
2089
|
+
["===", c.Identical],
|
|
2090
|
+
["<", c.Lower],
|
|
2091
|
+
["<=", c.LowerEquals],
|
|
2092
|
+
["-", c.Minus],
|
|
2093
|
+
["%", c.Modulo],
|
|
2094
|
+
["**", c.Exponentiation],
|
|
2095
|
+
["*", c.Multiply],
|
|
2096
|
+
["!=", c.NotEquals],
|
|
2097
|
+
["!==", c.NotIdentical],
|
|
2098
|
+
["??", c.NullishCoalesce],
|
|
2099
|
+
["||", c.Or],
|
|
2100
|
+
["+", c.Plus],
|
|
2101
|
+
["in", c.In],
|
|
2102
|
+
["+=", c.AdditionAssignment],
|
|
2103
|
+
["-=", c.SubtractionAssignment],
|
|
2104
|
+
["*=", c.MultiplicationAssignment],
|
|
2105
|
+
["/=", c.DivisionAssignment],
|
|
2106
|
+
["%=", c.RemainderAssignment],
|
|
2107
|
+
["**=", c.ExponentiationAssignment],
|
|
2108
|
+
["&&=", c.AndAssignment],
|
|
2109
|
+
["||=", c.OrAssignment],
|
|
2110
|
+
["??=", c.NullishCoalesceAssignment]
|
|
2111
|
+
]);
|
|
2112
|
+
Object.freeze([]);
|
|
2113
|
+
new Map([
|
|
2114
|
+
[f.ElementEnd, [f.ElementStart, f.Element]],
|
|
2115
|
+
[f.ContainerEnd, [f.ContainerStart, f.Container]],
|
|
2116
|
+
[f.I18nEnd, [f.I18nStart, f.I18n]]
|
|
2117
|
+
]);
|
|
2118
|
+
new Set([f.Pipe]);
|
|
2119
|
+
var or = {};
|
|
2120
|
+
or.ngsp = "";
|
|
2121
|
+
var Kn;
|
|
2122
|
+
(function(t) {
|
|
2123
|
+
t.HEX = "hexadecimal", t.DEC = "decimal";
|
|
2124
|
+
})(Kn || (Kn = {}));
|
|
2125
|
+
var xs = ` \f
|
|
2126
|
+
\r \v\u1680\u180E\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF`;
|
|
2127
|
+
new RegExp(`[^${xs}]`);
|
|
2128
|
+
new RegExp(`[${xs}]{2,}`, "g");
|
|
2129
|
+
var h;
|
|
2130
|
+
(function(t) {
|
|
2131
|
+
t[t.Character = 0] = "Character", t[t.Identifier = 1] = "Identifier", t[t.PrivateIdentifier = 2] = "PrivateIdentifier", t[t.Keyword = 3] = "Keyword", t[t.String = 4] = "String", t[t.Operator = 5] = "Operator", t[t.Number = 6] = "Number", t[t.RegExpBody = 7] = "RegExpBody", t[t.RegExpFlags = 8] = "RegExpFlags", t[t.Error = 9] = "Error";
|
|
2132
|
+
})(h || (h = {}));
|
|
2133
|
+
var F;
|
|
2134
|
+
(function(t) {
|
|
2135
|
+
t[t.Plain = 0] = "Plain", t[t.TemplateLiteralPart = 1] = "TemplateLiteralPart", t[t.TemplateLiteralEnd = 2] = "TemplateLiteralEnd";
|
|
2136
|
+
})(F || (F = {}));
|
|
2137
|
+
var lr = [
|
|
2138
|
+
"var",
|
|
2139
|
+
"let",
|
|
2140
|
+
"as",
|
|
2141
|
+
"null",
|
|
2142
|
+
"undefined",
|
|
2143
|
+
"true",
|
|
2144
|
+
"false",
|
|
2145
|
+
"if",
|
|
2146
|
+
"else",
|
|
2147
|
+
"this",
|
|
2148
|
+
"typeof",
|
|
2149
|
+
"void",
|
|
2150
|
+
"in"
|
|
2151
|
+
], _e = class {
|
|
2152
|
+
tokenize(e) {
|
|
2153
|
+
return new Ft(e).scan();
|
|
2154
|
+
}
|
|
2155
|
+
}, A = class {
|
|
2156
|
+
index;
|
|
2157
|
+
end;
|
|
2158
|
+
type;
|
|
2159
|
+
numValue;
|
|
2160
|
+
strValue;
|
|
2161
|
+
constructor(e, n, s, i, r) {
|
|
2162
|
+
this.index = e, this.end = n, this.type = s, this.numValue = i, this.strValue = r;
|
|
2163
|
+
}
|
|
2164
|
+
isCharacter(e) {
|
|
2165
|
+
return this.type === h.Character && this.numValue === e;
|
|
2166
|
+
}
|
|
2167
|
+
isNumber() {
|
|
2168
|
+
return this.type === h.Number;
|
|
2169
|
+
}
|
|
2170
|
+
isString() {
|
|
2171
|
+
return this.type === h.String;
|
|
2172
|
+
}
|
|
2173
|
+
isOperator(e) {
|
|
2174
|
+
return this.type === h.Operator && this.strValue === e;
|
|
2175
|
+
}
|
|
2176
|
+
isIdentifier() {
|
|
2177
|
+
return this.type === h.Identifier;
|
|
2178
|
+
}
|
|
2179
|
+
isPrivateIdentifier() {
|
|
2180
|
+
return this.type === h.PrivateIdentifier;
|
|
2181
|
+
}
|
|
2182
|
+
isKeyword() {
|
|
2183
|
+
return this.type === h.Keyword;
|
|
2184
|
+
}
|
|
2185
|
+
isKeywordLet() {
|
|
2186
|
+
return this.type === h.Keyword && this.strValue === "let";
|
|
2187
|
+
}
|
|
2188
|
+
isKeywordAs() {
|
|
2189
|
+
return this.type === h.Keyword && this.strValue === "as";
|
|
2190
|
+
}
|
|
2191
|
+
isKeywordNull() {
|
|
2192
|
+
return this.type === h.Keyword && this.strValue === "null";
|
|
2193
|
+
}
|
|
2194
|
+
isKeywordUndefined() {
|
|
2195
|
+
return this.type === h.Keyword && this.strValue === "undefined";
|
|
2196
|
+
}
|
|
2197
|
+
isKeywordTrue() {
|
|
2198
|
+
return this.type === h.Keyword && this.strValue === "true";
|
|
2199
|
+
}
|
|
2200
|
+
isKeywordFalse() {
|
|
2201
|
+
return this.type === h.Keyword && this.strValue === "false";
|
|
2202
|
+
}
|
|
2203
|
+
isKeywordThis() {
|
|
2204
|
+
return this.type === h.Keyword && this.strValue === "this";
|
|
2205
|
+
}
|
|
2206
|
+
isKeywordTypeof() {
|
|
2207
|
+
return this.type === h.Keyword && this.strValue === "typeof";
|
|
2208
|
+
}
|
|
2209
|
+
isKeywordVoid() {
|
|
2210
|
+
return this.type === h.Keyword && this.strValue === "void";
|
|
2211
|
+
}
|
|
2212
|
+
isKeywordIn() {
|
|
2213
|
+
return this.type === h.Keyword && this.strValue === "in";
|
|
2214
|
+
}
|
|
2215
|
+
isError() {
|
|
2216
|
+
return this.type === h.Error;
|
|
2217
|
+
}
|
|
2218
|
+
isRegExpBody() {
|
|
2219
|
+
return this.type === h.RegExpBody;
|
|
2220
|
+
}
|
|
2221
|
+
isRegExpFlags() {
|
|
2222
|
+
return this.type === h.RegExpFlags;
|
|
2223
|
+
}
|
|
2224
|
+
toNumber() {
|
|
2225
|
+
return this.type === h.Number ? this.numValue : -1;
|
|
2226
|
+
}
|
|
2227
|
+
isTemplateLiteralPart() {
|
|
2228
|
+
return this.isString() && this.kind === F.TemplateLiteralPart;
|
|
2229
|
+
}
|
|
2230
|
+
isTemplateLiteralEnd() {
|
|
2231
|
+
return this.isString() && this.kind === F.TemplateLiteralEnd;
|
|
2232
|
+
}
|
|
2233
|
+
isTemplateLiteralInterpolationStart() {
|
|
2234
|
+
return this.isOperator("${");
|
|
2235
|
+
}
|
|
2236
|
+
toString() {
|
|
2237
|
+
switch (this.type) {
|
|
2238
|
+
case h.Character:
|
|
2239
|
+
case h.Identifier:
|
|
2240
|
+
case h.Keyword:
|
|
2241
|
+
case h.Operator:
|
|
2242
|
+
case h.PrivateIdentifier:
|
|
2243
|
+
case h.String:
|
|
2244
|
+
case h.Error:
|
|
2245
|
+
case h.RegExpBody:
|
|
2246
|
+
case h.RegExpFlags: return this.strValue;
|
|
2247
|
+
case h.Number: return this.numValue.toString();
|
|
2248
|
+
default: return null;
|
|
2249
|
+
}
|
|
2250
|
+
}
|
|
2251
|
+
}, xe = class extends A {
|
|
2252
|
+
kind;
|
|
2253
|
+
constructor(e, n, s, i) {
|
|
2254
|
+
super(e, n, h.String, 0, s), this.kind = i;
|
|
2255
|
+
}
|
|
2256
|
+
};
|
|
2257
|
+
function he(t, e, n) {
|
|
2258
|
+
return new A(t, e, h.Character, n, String.fromCharCode(n));
|
|
2259
|
+
}
|
|
2260
|
+
function cr(t, e, n) {
|
|
2261
|
+
return new A(t, e, h.Identifier, 0, n);
|
|
2262
|
+
}
|
|
2263
|
+
function ur(t, e, n) {
|
|
2264
|
+
return new A(t, e, h.PrivateIdentifier, 0, n);
|
|
2265
|
+
}
|
|
2266
|
+
function pr(t, e, n) {
|
|
2267
|
+
return new A(t, e, h.Keyword, 0, n);
|
|
2268
|
+
}
|
|
2269
|
+
function Y(t, e, n) {
|
|
2270
|
+
return new A(t, e, h.Operator, 0, n);
|
|
2271
|
+
}
|
|
2272
|
+
function hr(t, e, n) {
|
|
2273
|
+
return new A(t, e, h.Number, n, "");
|
|
2274
|
+
}
|
|
2275
|
+
function fr(t, e, n) {
|
|
2276
|
+
return new A(t, e, h.Error, 0, n);
|
|
2277
|
+
}
|
|
2278
|
+
function dr(t, e, n) {
|
|
2279
|
+
return new A(t, e, h.RegExpBody, 0, n);
|
|
2280
|
+
}
|
|
2281
|
+
function mr(t, e, n) {
|
|
2282
|
+
return new A(t, e, h.RegExpFlags, 0, n);
|
|
2283
|
+
}
|
|
2284
|
+
var Ae = new A(-1, -1, h.Character, 0, ""), Ft = class {
|
|
2285
|
+
input;
|
|
2286
|
+
tokens = [];
|
|
2287
|
+
length;
|
|
2288
|
+
peek = 0;
|
|
2289
|
+
index = -1;
|
|
2290
|
+
braceStack = [];
|
|
2291
|
+
constructor(e) {
|
|
2292
|
+
this.input = e, this.length = e.length, this.advance();
|
|
2293
|
+
}
|
|
2294
|
+
scan() {
|
|
2295
|
+
let e = this.scanToken();
|
|
2296
|
+
for (; e !== null;) this.tokens.push(e), e = this.scanToken();
|
|
2297
|
+
return this.tokens;
|
|
2298
|
+
}
|
|
2299
|
+
advance() {
|
|
2300
|
+
this.peek = ++this.index >= this.length ? pe : this.input.charCodeAt(this.index);
|
|
2301
|
+
}
|
|
2302
|
+
scanToken() {
|
|
2303
|
+
let e = this.input, n = this.length, s = this.peek, i = this.index;
|
|
2304
|
+
for (; s <= as;) if (++i >= n) {
|
|
2305
|
+
s = pe;
|
|
2306
|
+
break;
|
|
2307
|
+
} else s = e.charCodeAt(i);
|
|
2308
|
+
if (this.peek = s, this.index = i, i >= n) return null;
|
|
2309
|
+
if (Zn(s)) return this.scanIdentifier();
|
|
2310
|
+
if (W(s)) return this.scanNumber(i);
|
|
2311
|
+
let r = i;
|
|
2312
|
+
switch (s) {
|
|
2313
|
+
case H: return this.advance(), W(this.peek) ? this.scanNumber(r) : this.peek !== H ? he(r, this.index, H) : (this.advance(), this.peek === H ? (this.advance(), Y(r, this.index, "...")) : this.error(`Unexpected character [${String.fromCharCode(s)}]`, 0));
|
|
2314
|
+
case ve:
|
|
2315
|
+
case q:
|
|
2316
|
+
case te:
|
|
2317
|
+
case G:
|
|
2318
|
+
case Q:
|
|
2319
|
+
case j:
|
|
2320
|
+
case fe: return this.scanCharacter(r, s);
|
|
2321
|
+
case Ve: return this.scanOpenBrace(r, s);
|
|
2322
|
+
case K: return this.scanCloseBrace(r, s);
|
|
2323
|
+
case cs:
|
|
2324
|
+
case ls: return this.scanString();
|
|
2325
|
+
case $t: return this.advance(), this.scanTemplateLiteralPart(r);
|
|
2326
|
+
case Ri: return this.scanPrivateIdentifier();
|
|
2327
|
+
case us: return this.scanComplexOperator(r, "+", k, "=");
|
|
2328
|
+
case ps: return this.scanComplexOperator(r, "-", k, "=");
|
|
2329
|
+
case Fe: return this.isStartOfRegex() ? this.scanRegex(i) : this.scanComplexOperator(r, "/", k, "=");
|
|
2330
|
+
case $i: return this.scanComplexOperator(r, "%", k, "=");
|
|
2331
|
+
case Ui: return this.scanOperator(r, "^");
|
|
2332
|
+
case Nn: return this.scanStar(r);
|
|
2333
|
+
case Pn: return this.scanQuestion(r);
|
|
2334
|
+
case Di:
|
|
2335
|
+
case Bi: return this.scanComplexOperator(r, String.fromCharCode(s), k, "=");
|
|
2336
|
+
case Mi:
|
|
2337
|
+
case k: return this.scanComplexOperator(r, String.fromCharCode(s), k, "=", k, "=");
|
|
2338
|
+
case In: return this.scanComplexOperator(r, "&", In, "&", k, "=");
|
|
2339
|
+
case Ln: return this.scanComplexOperator(r, "|", Ln, "|", k, "=");
|
|
2340
|
+
case ds:
|
|
2341
|
+
for (; Ji(this.peek);) this.advance();
|
|
2342
|
+
return this.scanToken();
|
|
2343
|
+
}
|
|
2344
|
+
return this.advance(), this.error(`Unexpected character [${String.fromCharCode(s)}]`, 0);
|
|
2345
|
+
}
|
|
2346
|
+
scanCharacter(e, n) {
|
|
2347
|
+
return this.advance(), he(e, this.index, n);
|
|
2348
|
+
}
|
|
2349
|
+
scanOperator(e, n) {
|
|
2350
|
+
return this.advance(), Y(e, this.index, n);
|
|
2351
|
+
}
|
|
2352
|
+
scanOpenBrace(e, n) {
|
|
2353
|
+
return this.braceStack.push("expression"), this.advance(), he(e, this.index, n);
|
|
2354
|
+
}
|
|
2355
|
+
scanCloseBrace(e, n) {
|
|
2356
|
+
return this.advance(), this.braceStack.pop() === "interpolation" ? (this.tokens.push(he(e, this.index, K)), this.scanTemplateLiteralPart(this.index)) : he(e, this.index, n);
|
|
2357
|
+
}
|
|
2358
|
+
scanComplexOperator(e, n, s, i, r, a) {
|
|
2359
|
+
this.advance();
|
|
2360
|
+
let u = n;
|
|
2361
|
+
return this.peek == s && (this.advance(), u += i), r != null && this.peek == r && (this.advance(), u += a), Y(e, this.index, u);
|
|
2362
|
+
}
|
|
2363
|
+
scanIdentifier() {
|
|
2364
|
+
let e = this.index;
|
|
2365
|
+
for (this.advance(); es(this.peek);) this.advance();
|
|
2366
|
+
let n = this.input.substring(e, this.index);
|
|
2367
|
+
return lr.indexOf(n) > -1 ? pr(e, this.index, n) : cr(e, this.index, n);
|
|
2368
|
+
}
|
|
2369
|
+
scanPrivateIdentifier() {
|
|
2370
|
+
let e = this.index;
|
|
2371
|
+
if (this.advance(), !Zn(this.peek)) return this.error("Invalid character [#]", -1);
|
|
2372
|
+
for (; es(this.peek);) this.advance();
|
|
2373
|
+
let n = this.input.substring(e, this.index);
|
|
2374
|
+
return ur(e, this.index, n);
|
|
2375
|
+
}
|
|
2376
|
+
scanNumber(e) {
|
|
2377
|
+
let n = this.index === e, s = !1;
|
|
2378
|
+
for (this.advance();;) {
|
|
2379
|
+
if (!W(this.peek)) if (this.peek === Xe) {
|
|
2380
|
+
if (!W(this.input.charCodeAt(this.index - 1)) || !W(this.input.charCodeAt(this.index + 1))) return this.error("Invalid numeric separator", 0);
|
|
2381
|
+
s = !0;
|
|
2382
|
+
} else if (this.peek === H) n = !1;
|
|
2383
|
+
else if (gr(this.peek)) {
|
|
2384
|
+
if (this.advance(), vr(this.peek) && this.advance(), !W(this.peek)) return this.error("Invalid exponent", -1);
|
|
2385
|
+
n = !1;
|
|
2386
|
+
} else break;
|
|
2387
|
+
this.advance();
|
|
2388
|
+
}
|
|
2389
|
+
let i = this.input.substring(e, this.index);
|
|
2390
|
+
s && (i = i.replace(/_/g, ""));
|
|
2391
|
+
let r = n ? wr(i) : parseFloat(i);
|
|
2392
|
+
return hr(e, this.index, r);
|
|
2393
|
+
}
|
|
2394
|
+
scanString() {
|
|
2395
|
+
let e = this.index, n = this.peek;
|
|
2396
|
+
this.advance();
|
|
2397
|
+
let s = "", i = this.index, r = this.input;
|
|
2398
|
+
for (; this.peek != n;) if (this.peek == it) {
|
|
2399
|
+
let u = this.scanStringBackslash(s, i);
|
|
2400
|
+
if (typeof u != "string") return u;
|
|
2401
|
+
s = u, i = this.index;
|
|
2402
|
+
} else {
|
|
2403
|
+
if (this.peek == pe) return this.error("Unterminated quote", 0);
|
|
2404
|
+
this.advance();
|
|
2405
|
+
}
|
|
2406
|
+
let a = r.substring(i, this.index);
|
|
2407
|
+
return this.advance(), new xe(e, this.index, s + a, F.Plain);
|
|
2408
|
+
}
|
|
2409
|
+
scanQuestion(e) {
|
|
2410
|
+
this.advance();
|
|
2411
|
+
let n = "?";
|
|
2412
|
+
return this.peek === Pn ? (n += "?", this.advance(), this.peek === k && (n += "=", this.advance())) : this.peek === H && (n += ".", this.advance()), Y(e, this.index, n);
|
|
2413
|
+
}
|
|
2414
|
+
scanTemplateLiteralPart(e) {
|
|
2415
|
+
let n = "", s = this.index;
|
|
2416
|
+
for (; this.peek !== $t;) if (this.peek === it) {
|
|
2417
|
+
let r = this.scanStringBackslash(n, s);
|
|
2418
|
+
if (typeof r != "string") return r;
|
|
2419
|
+
n = r, s = this.index;
|
|
2420
|
+
} else if (this.peek === Wt) {
|
|
2421
|
+
let r = this.index;
|
|
2422
|
+
if (this.advance(), this.peek === Ve) return this.braceStack.push("interpolation"), this.tokens.push(new xe(e, r, n + this.input.substring(s, r), F.TemplateLiteralPart)), this.advance(), Y(r, this.index, this.input.substring(r, this.index));
|
|
2423
|
+
} else {
|
|
2424
|
+
if (this.peek === pe) return this.error("Unterminated template literal", 0);
|
|
2425
|
+
this.advance();
|
|
2426
|
+
}
|
|
2427
|
+
let i = this.input.substring(s, this.index);
|
|
2428
|
+
return this.advance(), new xe(e, this.index, n + i, F.TemplateLiteralEnd);
|
|
2429
|
+
}
|
|
2430
|
+
error(e, n) {
|
|
2431
|
+
let s = this.index + n;
|
|
2432
|
+
return fr(s, this.index, `Lexer Error: ${e} at column ${s} in expression [${this.input}]`);
|
|
2433
|
+
}
|
|
2434
|
+
scanStringBackslash(e, n) {
|
|
2435
|
+
e += this.input.substring(n, this.index);
|
|
2436
|
+
let s;
|
|
2437
|
+
if (this.advance(), this.peek === Gi) {
|
|
2438
|
+
let i = this.input.substring(this.index + 1, this.index + 5);
|
|
2439
|
+
if (/^[0-9a-f]+$/i.test(i)) s = parseInt(i, 16);
|
|
2440
|
+
else return this.error(`Invalid unicode escape [\\u${i}]`, 0);
|
|
2441
|
+
for (let r = 0; r < 5; r++) this.advance();
|
|
2442
|
+
} else s = xr(this.peek), this.advance();
|
|
2443
|
+
return e += String.fromCharCode(s), e;
|
|
2444
|
+
}
|
|
2445
|
+
scanStar(e) {
|
|
2446
|
+
this.advance();
|
|
2447
|
+
let n = "*";
|
|
2448
|
+
return this.peek === Nn ? (n += "*", this.advance(), this.peek === k && (n += "=", this.advance())) : this.peek === k && (n += "=", this.advance()), Y(e, this.index, n);
|
|
2449
|
+
}
|
|
2450
|
+
isStartOfRegex() {
|
|
2451
|
+
if (this.tokens.length === 0) return !0;
|
|
2452
|
+
let e = this.tokens[this.tokens.length - 1];
|
|
2453
|
+
if (e.isOperator("!")) {
|
|
2454
|
+
let n = this.tokens.length > 1 ? this.tokens[this.tokens.length - 2] : null;
|
|
2455
|
+
return n === null || n.type !== h.Identifier && !n.isCharacter(q) && !n.isCharacter(G);
|
|
2456
|
+
}
|
|
2457
|
+
return e.type === h.Operator || e.isCharacter(ve) || e.isCharacter(te) || e.isCharacter(Q) || e.isCharacter(j);
|
|
2458
|
+
}
|
|
2459
|
+
scanRegex(e) {
|
|
2460
|
+
this.advance();
|
|
2461
|
+
let n = this.index, s = !1, i = !1;
|
|
2462
|
+
for (;;) {
|
|
2463
|
+
let p = this.peek;
|
|
2464
|
+
if (p === pe) return this.error("Unterminated regular expression", 0);
|
|
2465
|
+
if (s) s = !1;
|
|
2466
|
+
else if (p === it) s = !0;
|
|
2467
|
+
else if (p === te) i = !0;
|
|
2468
|
+
else if (p === G) i = !1;
|
|
2469
|
+
else if (p === Fe && !i) break;
|
|
2470
|
+
this.advance();
|
|
2471
|
+
}
|
|
2472
|
+
let r = this.input.substring(n, this.index);
|
|
2473
|
+
this.advance();
|
|
2474
|
+
let a = dr(e, this.index, r), u = this.scanRegexFlags(this.index);
|
|
2475
|
+
return u !== null ? (this.tokens.push(a), u) : a;
|
|
2476
|
+
}
|
|
2477
|
+
scanRegexFlags(e) {
|
|
2478
|
+
if (!Dt(this.peek)) return null;
|
|
2479
|
+
for (; Dt(this.peek);) this.advance();
|
|
2480
|
+
return mr(e, this.index, this.input.substring(e, this.index));
|
|
2481
|
+
}
|
|
2482
|
+
};
|
|
2483
|
+
function Zn(t) {
|
|
2484
|
+
return hs <= t && t <= fs || qt <= t && t <= jt || t == Xe || t == Wt;
|
|
2485
|
+
}
|
|
2486
|
+
function es(t) {
|
|
2487
|
+
return Dt(t) || W(t) || t == Xe || t == Wt;
|
|
2488
|
+
}
|
|
2489
|
+
function gr(t) {
|
|
2490
|
+
return t == Hi || t == Vi;
|
|
2491
|
+
}
|
|
2492
|
+
function vr(t) {
|
|
2493
|
+
return t == ps || t == us;
|
|
2494
|
+
}
|
|
2495
|
+
function xr(t) {
|
|
2496
|
+
switch (t) {
|
|
2497
|
+
case qi: return Ie;
|
|
2498
|
+
case Wi: return Pi;
|
|
2499
|
+
case ji: return Li;
|
|
2500
|
+
case zi: return os;
|
|
2501
|
+
case Xi: return Ni;
|
|
2502
|
+
default: return t;
|
|
2503
|
+
}
|
|
2504
|
+
}
|
|
2505
|
+
function wr(t) {
|
|
2506
|
+
let e = parseInt(t);
|
|
2507
|
+
if (isNaN(e)) throw new Error("Invalid integer literal when parsing " + t);
|
|
2508
|
+
return e;
|
|
2509
|
+
}
|
|
2510
|
+
var Vt = class {
|
|
2511
|
+
strings;
|
|
2512
|
+
expressions;
|
|
2513
|
+
offsets;
|
|
2514
|
+
constructor(e, n, s) {
|
|
2515
|
+
this.strings = e, this.expressions = n, this.offsets = s;
|
|
2516
|
+
}
|
|
2517
|
+
}, Ut = class {
|
|
2518
|
+
templateBindings;
|
|
2519
|
+
warnings;
|
|
2520
|
+
errors;
|
|
2521
|
+
constructor(e, n, s) {
|
|
2522
|
+
this.templateBindings = e, this.warnings = n, this.errors = s;
|
|
2523
|
+
}
|
|
2524
|
+
};
|
|
2525
|
+
function B(t) {
|
|
2526
|
+
return t.start.toString() || "(unknown)";
|
|
2527
|
+
}
|
|
2528
|
+
var oe = class {
|
|
2529
|
+
_lexer;
|
|
2530
|
+
_supportsDirectPipeReferences;
|
|
2531
|
+
constructor(e, n = !1) {
|
|
2532
|
+
this._lexer = e, this._supportsDirectPipeReferences = n;
|
|
2533
|
+
}
|
|
2534
|
+
parseAction(e, n, s) {
|
|
2535
|
+
let i = [];
|
|
2536
|
+
this._checkNoInterpolation(i, e, n);
|
|
2537
|
+
let { stripped: r } = this._stripComments(e);
|
|
2538
|
+
return new O(new z(e, n, s, this._lexer.tokenize(r), 1, i, 0, this._supportsDirectPipeReferences).parseChain(), e, B(n), s, i);
|
|
2539
|
+
}
|
|
2540
|
+
parseBinding(e, n, s) {
|
|
2541
|
+
let i = [];
|
|
2542
|
+
return new O(this._parseBindingAst(e, n, s, i), e, B(n), s, i);
|
|
2543
|
+
}
|
|
2544
|
+
checkSimpleExpression(e) {
|
|
2545
|
+
let n = new Ht();
|
|
2546
|
+
return e.visit(n), n.errors;
|
|
2547
|
+
}
|
|
2548
|
+
parseSimpleBinding(e, n, s) {
|
|
2549
|
+
let i = [], r = this._parseBindingAst(e, n, s, i), a = this.checkSimpleExpression(r);
|
|
2550
|
+
return a.length > 0 && i.push(ee(`Host binding expression cannot contain ${a.join(" ")}`, e, "", n)), new O(r, e, B(n), s, i);
|
|
2551
|
+
}
|
|
2552
|
+
_parseBindingAst(e, n, s, i) {
|
|
2553
|
+
this._checkNoInterpolation(i, e, n);
|
|
2554
|
+
let { stripped: r } = this._stripComments(e);
|
|
2555
|
+
return new z(e, n, s, this._lexer.tokenize(r), 0, i, 0, this._supportsDirectPipeReferences).parseChain();
|
|
2556
|
+
}
|
|
2557
|
+
parseTemplateBindings(e, n, s, i, r) {
|
|
2558
|
+
return new z(n, s, r, this._lexer.tokenize(n), 0, [], 0, this._supportsDirectPipeReferences).parseTemplateBindings({
|
|
2559
|
+
source: e,
|
|
2560
|
+
span: new $(i, i + e.length)
|
|
2561
|
+
});
|
|
2562
|
+
}
|
|
2563
|
+
parseInterpolation(e, n, s, i) {
|
|
2564
|
+
let r = [], { strings: a, expressions: u, offsets: p } = this.splitInterpolation(e, n, r, i);
|
|
2565
|
+
if (u.length === 0) return null;
|
|
2566
|
+
let d = [];
|
|
2567
|
+
for (let w = 0; w < u.length; ++w) {
|
|
2568
|
+
let D = i?.[w * 2 + 1]?.sourceSpan, _ = u[w].text, { stripped: T, hasComments: y } = this._stripComments(_), V = this._lexer.tokenize(T);
|
|
2569
|
+
if (y && T.trim().length === 0 && V.length === 0) {
|
|
2570
|
+
r.push(ee("Interpolation expression cannot only contain a comment", e, `at column ${u[w].start} in`, n));
|
|
2571
|
+
continue;
|
|
2572
|
+
}
|
|
2573
|
+
let ce = new z(D ? _ : e, D || n, s, V, 0, r, p[w], this._supportsDirectPipeReferences).parseChain();
|
|
2574
|
+
d.push(ce);
|
|
2575
|
+
}
|
|
2576
|
+
return this.createInterpolationAst(a.map((w) => w.text), d, e, B(n), s, r);
|
|
2577
|
+
}
|
|
2578
|
+
parseInterpolationExpression(e, n, s) {
|
|
2579
|
+
let { stripped: i } = this._stripComments(e), r = this._lexer.tokenize(i), a = [], u = new z(e, n, s, r, 0, a, 0, this._supportsDirectPipeReferences).parseChain();
|
|
2580
|
+
return this.createInterpolationAst(["", ""], [u], e, B(n), s, a);
|
|
2581
|
+
}
|
|
2582
|
+
createInterpolationAst(e, n, s, i, r, a) {
|
|
2583
|
+
let u = new X(0, s.length);
|
|
2584
|
+
return new O(new Ii(u, u.toAbsolute(r), e, n), s, i, r, a);
|
|
2585
|
+
}
|
|
2586
|
+
splitInterpolation(e, n, s, i) {
|
|
2587
|
+
let r = [], a = [], u = [], p = i ? Sr(i) : null, d = 0, w = !1, D = !1, _ = "{{", T = "}}";
|
|
2588
|
+
for (; d < e.length;) if (w) {
|
|
2589
|
+
let y = d, V = y + 2, ce = this._getInterpolationEndIndex(e, T, V);
|
|
2590
|
+
if (ce === -1) {
|
|
2591
|
+
w = !1, D = !0;
|
|
2592
|
+
break;
|
|
2593
|
+
}
|
|
2594
|
+
let rn = ce + 2, on = e.substring(V, ce);
|
|
2595
|
+
on.trim().length === 0 && s.push(ee("Blank expressions are not allowed in interpolated strings", e, `at column ${d} in`, n)), a.push({
|
|
2596
|
+
text: on,
|
|
2597
|
+
start: y,
|
|
2598
|
+
end: rn
|
|
2599
|
+
});
|
|
2600
|
+
let yi = (p?.get(y) ?? y) + 2;
|
|
2601
|
+
u.push(yi), d = rn, w = !1;
|
|
2602
|
+
} else {
|
|
2603
|
+
let y = d;
|
|
2604
|
+
d = e.indexOf(_, d), d === -1 && (d = e.length);
|
|
2605
|
+
let V = e.substring(y, d);
|
|
2606
|
+
r.push({
|
|
2607
|
+
text: V,
|
|
2608
|
+
start: y,
|
|
2609
|
+
end: d
|
|
2610
|
+
}), w = !0;
|
|
2611
|
+
}
|
|
2612
|
+
if (!w) if (D) {
|
|
2613
|
+
let y = r[r.length - 1];
|
|
2614
|
+
y.text += e.substring(d), y.end = e.length;
|
|
2615
|
+
} else r.push({
|
|
2616
|
+
text: e.substring(d),
|
|
2617
|
+
start: d,
|
|
2618
|
+
end: e.length
|
|
2619
|
+
});
|
|
2620
|
+
return new Vt(r, a, u);
|
|
2621
|
+
}
|
|
2622
|
+
wrapLiteralPrimitive(e, n, s) {
|
|
2623
|
+
let i = new X(0, e == null ? 0 : e.length);
|
|
2624
|
+
return new O(new I(i, i.toAbsolute(s), e), e, typeof n == "string" ? n : B(n), s, []);
|
|
2625
|
+
}
|
|
2626
|
+
_stripComments(e) {
|
|
2627
|
+
let n = this._commentStart(e);
|
|
2628
|
+
return n != null ? {
|
|
2629
|
+
stripped: e.substring(0, n),
|
|
2630
|
+
hasComments: !0
|
|
2631
|
+
} : {
|
|
2632
|
+
stripped: e,
|
|
2633
|
+
hasComments: !1
|
|
2634
|
+
};
|
|
2635
|
+
}
|
|
2636
|
+
_commentStart(e) {
|
|
2637
|
+
let n = null;
|
|
2638
|
+
for (let s = 0; s < e.length - 1; s++) {
|
|
2639
|
+
let i = e.charCodeAt(s), r = e.charCodeAt(s + 1);
|
|
2640
|
+
if (i === Fe && r == Fe && n == null) return s;
|
|
2641
|
+
n === i ? n = null : n == null && Mn(i) && (n = i);
|
|
2642
|
+
}
|
|
2643
|
+
return null;
|
|
2644
|
+
}
|
|
2645
|
+
_checkNoInterpolation(e, n, s) {
|
|
2646
|
+
let i = -1, r = -1;
|
|
2647
|
+
for (let a of this._forEachUnquotedChar(n, 0)) if (i === -1) n.startsWith("{{") && (i = a);
|
|
2648
|
+
else if (r = this._getInterpolationEndIndex(n, "}}", a), r > -1) break;
|
|
2649
|
+
i > -1 && r > -1 && e.push(ee("Got interpolation ({{}}) where expression was expected", n, `at column ${i} in`, s));
|
|
2650
|
+
}
|
|
2651
|
+
_getInterpolationEndIndex(e, n, s) {
|
|
2652
|
+
for (let i of this._forEachUnquotedChar(e, s)) {
|
|
2653
|
+
if (e.startsWith(n, i)) return i;
|
|
2654
|
+
if (e.startsWith("//", i)) return e.indexOf(n, i);
|
|
2655
|
+
}
|
|
2656
|
+
return -1;
|
|
2657
|
+
}
|
|
2658
|
+
*_forEachUnquotedChar(e, n) {
|
|
2659
|
+
let s = null, i = 0;
|
|
2660
|
+
for (let r = n; r < e.length; r++) {
|
|
2661
|
+
let a = e[r];
|
|
2662
|
+
Mn(e.charCodeAt(r)) && (s === null || s === a) && i % 2 === 0 ? s = s === null ? a : null : s === null && (yield r), i = a === "\\" ? i + 1 : 0;
|
|
2663
|
+
}
|
|
2664
|
+
}
|
|
2665
|
+
}, Z;
|
|
2666
|
+
(function(t) {
|
|
2667
|
+
t[t.None = 0] = "None", t[t.Writable = 1] = "Writable";
|
|
2668
|
+
})(Z || (Z = {}));
|
|
2669
|
+
var ts = new Set([
|
|
2670
|
+
"d",
|
|
2671
|
+
"g",
|
|
2672
|
+
"i",
|
|
2673
|
+
"m",
|
|
2674
|
+
"s",
|
|
2675
|
+
"u",
|
|
2676
|
+
"v",
|
|
2677
|
+
"y"
|
|
2678
|
+
]), z = class {
|
|
2679
|
+
input;
|
|
2680
|
+
parseSourceSpan;
|
|
2681
|
+
absoluteOffset;
|
|
2682
|
+
tokens;
|
|
2683
|
+
parseFlags;
|
|
2684
|
+
errors;
|
|
2685
|
+
offset;
|
|
2686
|
+
supportsDirectPipeReferences;
|
|
2687
|
+
rparensExpected = 0;
|
|
2688
|
+
rbracketsExpected = 0;
|
|
2689
|
+
rbracesExpected = 0;
|
|
2690
|
+
context = Z.None;
|
|
2691
|
+
sourceSpanCache = /* @__PURE__ */ new Map();
|
|
2692
|
+
index = 0;
|
|
2693
|
+
constructor(e, n, s, i, r, a, u, p) {
|
|
2694
|
+
this.input = e, this.parseSourceSpan = n, this.absoluteOffset = s, this.tokens = i, this.parseFlags = r, this.errors = a, this.offset = u, this.supportsDirectPipeReferences = p;
|
|
2695
|
+
}
|
|
2696
|
+
peek(e) {
|
|
2697
|
+
let n = this.index + e;
|
|
2698
|
+
return n < this.tokens.length ? this.tokens[n] : Ae;
|
|
2699
|
+
}
|
|
2700
|
+
get next() {
|
|
2701
|
+
return this.peek(0);
|
|
2702
|
+
}
|
|
2703
|
+
get atEOF() {
|
|
2704
|
+
return this.index >= this.tokens.length;
|
|
2705
|
+
}
|
|
2706
|
+
get inputIndex() {
|
|
2707
|
+
return this.atEOF ? this.currentEndIndex : this.next.index + this.offset;
|
|
2708
|
+
}
|
|
2709
|
+
get currentEndIndex() {
|
|
2710
|
+
return this.index > 0 ? this.peek(-1).end + this.offset : this.tokens.length === 0 ? this.input.length + this.offset : this.next.index + this.offset;
|
|
2711
|
+
}
|
|
2712
|
+
get currentAbsoluteOffset() {
|
|
2713
|
+
return this.absoluteOffset + this.inputIndex;
|
|
2714
|
+
}
|
|
2715
|
+
span(e, n) {
|
|
2716
|
+
let s = this.currentEndIndex;
|
|
2717
|
+
if (n !== void 0 && n > this.currentEndIndex && (s = n), e > s) {
|
|
2718
|
+
let i = s;
|
|
2719
|
+
s = e, e = i;
|
|
2720
|
+
}
|
|
2721
|
+
return new X(e, s);
|
|
2722
|
+
}
|
|
2723
|
+
sourceSpan(e, n) {
|
|
2724
|
+
let s = `${e}@${this.inputIndex}:${n}`;
|
|
2725
|
+
return this.sourceSpanCache.has(s) || this.sourceSpanCache.set(s, this.span(e, n).toAbsolute(this.absoluteOffset)), this.sourceSpanCache.get(s);
|
|
2726
|
+
}
|
|
2727
|
+
advance() {
|
|
2728
|
+
this.index++;
|
|
2729
|
+
}
|
|
2730
|
+
withContext(e, n) {
|
|
2731
|
+
this.context |= e;
|
|
2732
|
+
let s = n();
|
|
2733
|
+
return this.context ^= e, s;
|
|
2734
|
+
}
|
|
2735
|
+
consumeOptionalCharacter(e) {
|
|
2736
|
+
return this.next.isCharacter(e) ? (this.advance(), !0) : !1;
|
|
2737
|
+
}
|
|
2738
|
+
peekKeywordLet() {
|
|
2739
|
+
return this.next.isKeywordLet();
|
|
2740
|
+
}
|
|
2741
|
+
peekKeywordAs() {
|
|
2742
|
+
return this.next.isKeywordAs();
|
|
2743
|
+
}
|
|
2744
|
+
expectCharacter(e) {
|
|
2745
|
+
this.consumeOptionalCharacter(e) || this.error(`Missing expected ${String.fromCharCode(e)}`);
|
|
2746
|
+
}
|
|
2747
|
+
consumeOptionalOperator(e) {
|
|
2748
|
+
return this.next.isOperator(e) ? (this.advance(), !0) : !1;
|
|
2749
|
+
}
|
|
2750
|
+
isAssignmentOperator(e) {
|
|
2751
|
+
return e.type === h.Operator && E.isAssignmentOperation(e.strValue);
|
|
2752
|
+
}
|
|
2753
|
+
expectOperator(e) {
|
|
2754
|
+
this.consumeOptionalOperator(e) || this.error(`Missing expected operator ${e}`);
|
|
2755
|
+
}
|
|
2756
|
+
prettyPrintToken(e) {
|
|
2757
|
+
return e === Ae ? "end of input" : `token ${e}`;
|
|
2758
|
+
}
|
|
2759
|
+
expectIdentifierOrKeyword() {
|
|
2760
|
+
let e = this.next;
|
|
2761
|
+
return !e.isIdentifier() && !e.isKeyword() ? (e.isPrivateIdentifier() ? this._reportErrorForPrivateIdentifier(e, "expected identifier or keyword") : this.error(`Unexpected ${this.prettyPrintToken(e)}, expected identifier or keyword`), null) : (this.advance(), e.toString());
|
|
2762
|
+
}
|
|
2763
|
+
expectIdentifierOrKeywordOrString() {
|
|
2764
|
+
let e = this.next;
|
|
2765
|
+
return !e.isIdentifier() && !e.isKeyword() && !e.isString() ? (e.isPrivateIdentifier() ? this._reportErrorForPrivateIdentifier(e, "expected identifier, keyword or string") : this.error(`Unexpected ${this.prettyPrintToken(e)}, expected identifier, keyword, or string`), "") : (this.advance(), e.toString());
|
|
2766
|
+
}
|
|
2767
|
+
parseChain() {
|
|
2768
|
+
let e = [], n = this.inputIndex;
|
|
2769
|
+
for (; this.index < this.tokens.length;) {
|
|
2770
|
+
let s = this.parsePipe();
|
|
2771
|
+
if (e.push(s), this.consumeOptionalCharacter(fe)) for (this.parseFlags & 1 || this.error("Binding expression cannot contain chained expression"); this.consumeOptionalCharacter(fe););
|
|
2772
|
+
else if (this.index < this.tokens.length) {
|
|
2773
|
+
let i = this.index;
|
|
2774
|
+
if (this.error(`Unexpected token '${this.next}'`), this.index === i) break;
|
|
2775
|
+
}
|
|
2776
|
+
}
|
|
2777
|
+
if (e.length === 0) {
|
|
2778
|
+
let s = this.offset, i = this.offset + this.input.length;
|
|
2779
|
+
return new b(this.span(s, i), this.sourceSpan(s, i));
|
|
2780
|
+
}
|
|
2781
|
+
return e.length == 1 ? e[0] : new yt(this.span(n), this.sourceSpan(n), e);
|
|
2782
|
+
}
|
|
2783
|
+
parsePipe() {
|
|
2784
|
+
let e = this.inputIndex, n = this.parseExpression();
|
|
2785
|
+
if (this.consumeOptionalOperator("|")) {
|
|
2786
|
+
this.parseFlags & 1 && this.error("Cannot have a pipe in an action expression");
|
|
2787
|
+
do {
|
|
2788
|
+
let s = this.inputIndex, i = this.expectIdentifierOrKeyword(), r, a;
|
|
2789
|
+
i !== null ? r = this.sourceSpan(s) : (i = "", a = this.next.index !== -1 ? this.next.index : this.input.length + this.offset, r = new X(a, a).toAbsolute(this.absoluteOffset));
|
|
2790
|
+
let u = [];
|
|
2791
|
+
for (; this.consumeOptionalCharacter(j);) u.push(this.parseExpression());
|
|
2792
|
+
let p;
|
|
2793
|
+
if (this.supportsDirectPipeReferences) {
|
|
2794
|
+
let d = i.charCodeAt(0);
|
|
2795
|
+
p = d === Xe || d >= qt && d <= jt ? me.ReferencedDirectly : me.ReferencedByName;
|
|
2796
|
+
} else p = me.ReferencedByName;
|
|
2797
|
+
n = new kt(this.span(e), this.sourceSpan(e, a), n, i, u, p, r);
|
|
2798
|
+
} while (this.consumeOptionalOperator("|"));
|
|
2799
|
+
}
|
|
2800
|
+
return n;
|
|
2801
|
+
}
|
|
2802
|
+
parseExpression() {
|
|
2803
|
+
return this.parseConditional();
|
|
2804
|
+
}
|
|
2805
|
+
parseConditional() {
|
|
2806
|
+
let e = this.inputIndex, n = this.parseLogicalOr();
|
|
2807
|
+
if (this.consumeOptionalOperator("?")) {
|
|
2808
|
+
let s = this.parsePipe(), i;
|
|
2809
|
+
if (this.consumeOptionalCharacter(j)) i = this.parsePipe();
|
|
2810
|
+
else {
|
|
2811
|
+
let r = this.inputIndex, a = this.input.substring(e, r);
|
|
2812
|
+
this.error(`Conditional expression ${a} requires all 3 expressions`), i = new b(this.span(e), this.sourceSpan(e));
|
|
2813
|
+
}
|
|
2814
|
+
return new Ct(this.span(e), this.sourceSpan(e), n, s, i);
|
|
2815
|
+
} else return n;
|
|
2816
|
+
}
|
|
2817
|
+
parseLogicalOr() {
|
|
2818
|
+
let e = this.inputIndex, n = this.parseLogicalAnd();
|
|
2819
|
+
for (; this.consumeOptionalOperator("||");) {
|
|
2820
|
+
let s = this.parseLogicalAnd();
|
|
2821
|
+
n = new E(this.span(e), this.sourceSpan(e), "||", n, s);
|
|
2822
|
+
}
|
|
2823
|
+
return n;
|
|
2824
|
+
}
|
|
2825
|
+
parseLogicalAnd() {
|
|
2826
|
+
let e = this.inputIndex, n = this.parseNullishCoalescing();
|
|
2827
|
+
for (; this.consumeOptionalOperator("&&");) {
|
|
2828
|
+
let s = this.parseNullishCoalescing();
|
|
2829
|
+
n = new E(this.span(e), this.sourceSpan(e), "&&", n, s);
|
|
2830
|
+
}
|
|
2831
|
+
return n;
|
|
2832
|
+
}
|
|
2833
|
+
parseNullishCoalescing() {
|
|
2834
|
+
let e = this.inputIndex, n = this.parseEquality();
|
|
2835
|
+
for (; this.consumeOptionalOperator("??");) {
|
|
2836
|
+
let s = this.parseEquality();
|
|
2837
|
+
n = new E(this.span(e), this.sourceSpan(e), "??", n, s);
|
|
2838
|
+
}
|
|
2839
|
+
return n;
|
|
2840
|
+
}
|
|
2841
|
+
parseEquality() {
|
|
2842
|
+
let e = this.inputIndex, n = this.parseRelational();
|
|
2843
|
+
for (; this.next.type == h.Operator;) {
|
|
2844
|
+
let s = this.next.strValue;
|
|
2845
|
+
switch (s) {
|
|
2846
|
+
case "==":
|
|
2847
|
+
case "===":
|
|
2848
|
+
case "!=":
|
|
2849
|
+
case "!==":
|
|
2850
|
+
this.advance();
|
|
2851
|
+
let i = this.parseRelational();
|
|
2852
|
+
n = new E(this.span(e), this.sourceSpan(e), s, n, i);
|
|
2853
|
+
continue;
|
|
2854
|
+
}
|
|
2855
|
+
break;
|
|
2856
|
+
}
|
|
2857
|
+
return n;
|
|
2858
|
+
}
|
|
2859
|
+
parseRelational() {
|
|
2860
|
+
let e = this.inputIndex, n = this.parseAdditive();
|
|
2861
|
+
for (; this.next.type == h.Operator || this.next.isKeywordIn;) {
|
|
2862
|
+
let s = this.next.strValue;
|
|
2863
|
+
switch (s) {
|
|
2864
|
+
case "<":
|
|
2865
|
+
case ">":
|
|
2866
|
+
case "<=":
|
|
2867
|
+
case ">=":
|
|
2868
|
+
case "in":
|
|
2869
|
+
this.advance();
|
|
2870
|
+
let i = this.parseAdditive();
|
|
2871
|
+
n = new E(this.span(e), this.sourceSpan(e), s, n, i);
|
|
2872
|
+
continue;
|
|
2873
|
+
}
|
|
2874
|
+
break;
|
|
2875
|
+
}
|
|
2876
|
+
return n;
|
|
2877
|
+
}
|
|
2878
|
+
parseAdditive() {
|
|
2879
|
+
let e = this.inputIndex, n = this.parseMultiplicative();
|
|
2880
|
+
for (; this.next.type == h.Operator;) {
|
|
2881
|
+
let s = this.next.strValue;
|
|
2882
|
+
switch (s) {
|
|
2883
|
+
case "+":
|
|
2884
|
+
case "-":
|
|
2885
|
+
this.advance();
|
|
2886
|
+
let i = this.parseMultiplicative();
|
|
2887
|
+
n = new E(this.span(e), this.sourceSpan(e), s, n, i);
|
|
2888
|
+
continue;
|
|
2889
|
+
}
|
|
2890
|
+
break;
|
|
2891
|
+
}
|
|
2892
|
+
return n;
|
|
2893
|
+
}
|
|
2894
|
+
parseMultiplicative() {
|
|
2895
|
+
let e = this.inputIndex, n = this.parseExponentiation();
|
|
2896
|
+
for (; this.next.type == h.Operator;) {
|
|
2897
|
+
let s = this.next.strValue;
|
|
2898
|
+
switch (s) {
|
|
2899
|
+
case "*":
|
|
2900
|
+
case "%":
|
|
2901
|
+
case "/":
|
|
2902
|
+
this.advance();
|
|
2903
|
+
let i = this.parseExponentiation();
|
|
2904
|
+
n = new E(this.span(e), this.sourceSpan(e), s, n, i);
|
|
2905
|
+
continue;
|
|
2906
|
+
}
|
|
2907
|
+
break;
|
|
2908
|
+
}
|
|
2909
|
+
return n;
|
|
2910
|
+
}
|
|
2911
|
+
parseExponentiation() {
|
|
2912
|
+
let e = this.inputIndex, n = this.parsePrefix();
|
|
2913
|
+
for (; this.next.type == h.Operator && this.next.strValue === "**";) {
|
|
2914
|
+
(n instanceof ge || n instanceof Me || n instanceof Re || n instanceof $e) && this.error("Unary operator used immediately before exponentiation expression. Parenthesis must be used to disambiguate operator precedence"), this.advance();
|
|
2915
|
+
let s = this.parseExponentiation();
|
|
2916
|
+
n = new E(this.span(e), this.sourceSpan(e), "**", n, s);
|
|
2917
|
+
}
|
|
2918
|
+
return n;
|
|
2919
|
+
}
|
|
2920
|
+
parsePrefix() {
|
|
2921
|
+
if (this.next.type == h.Operator) {
|
|
2922
|
+
let e = this.inputIndex, n = this.next.strValue, s;
|
|
2923
|
+
switch (n) {
|
|
2924
|
+
case "+": return this.advance(), s = this.parsePrefix(), ge.createPlus(this.span(e), this.sourceSpan(e), s);
|
|
2925
|
+
case "-": return this.advance(), s = this.parsePrefix(), ge.createMinus(this.span(e), this.sourceSpan(e), s);
|
|
2926
|
+
case "!": return this.advance(), s = this.parsePrefix(), new Me(this.span(e), this.sourceSpan(e), s);
|
|
2927
|
+
}
|
|
2928
|
+
} else if (this.next.isKeywordTypeof()) {
|
|
2929
|
+
let e = this.inputIndex;
|
|
2930
|
+
this.advance();
|
|
2931
|
+
let n = this.parsePrefix();
|
|
2932
|
+
return new Re(this.span(e), this.sourceSpan(e), n);
|
|
2933
|
+
} else if (this.next.isKeywordVoid()) {
|
|
2934
|
+
let e = this.inputIndex;
|
|
2935
|
+
this.advance();
|
|
2936
|
+
let n = this.parsePrefix();
|
|
2937
|
+
return new $e(this.span(e), this.sourceSpan(e), n);
|
|
2938
|
+
}
|
|
2939
|
+
return this.parseCallChain();
|
|
2940
|
+
}
|
|
2941
|
+
parseCallChain() {
|
|
2942
|
+
let e = this.inputIndex, n = this.parsePrimary();
|
|
2943
|
+
for (;;) if (this.consumeOptionalCharacter(H)) n = this.parseAccessMember(n, e, !1);
|
|
2944
|
+
else if (this.consumeOptionalOperator("?.")) this.consumeOptionalCharacter(ve) ? n = this.parseCall(n, e, !0) : n = this.consumeOptionalCharacter(te) ? this.parseKeyedReadOrWrite(n, e, !0) : this.parseAccessMember(n, e, !0);
|
|
2945
|
+
else if (this.consumeOptionalCharacter(te)) n = this.parseKeyedReadOrWrite(n, e, !1);
|
|
2946
|
+
else if (this.consumeOptionalCharacter(ve)) n = this.parseCall(n, e, !1);
|
|
2947
|
+
else if (this.consumeOptionalOperator("!")) n = new Nt(this.span(e), this.sourceSpan(e), n);
|
|
2948
|
+
else if (this.next.isTemplateLiteralEnd()) n = this.parseNoInterpolationTaggedTemplateLiteral(n, e);
|
|
2949
|
+
else if (this.next.isTemplateLiteralPart()) n = this.parseTaggedTemplateLiteral(n, e);
|
|
2950
|
+
else return n;
|
|
2951
|
+
}
|
|
2952
|
+
parsePrimary() {
|
|
2953
|
+
let e = this.inputIndex;
|
|
2954
|
+
if (this.consumeOptionalCharacter(ve)) {
|
|
2955
|
+
this.rparensExpected++;
|
|
2956
|
+
let n = this.parsePipe();
|
|
2957
|
+
return this.consumeOptionalCharacter(q) || (this.error("Missing closing parentheses"), this.consumeOptionalCharacter(q)), this.rparensExpected--, new Ee(this.span(e), this.sourceSpan(e), n);
|
|
2958
|
+
} else {
|
|
2959
|
+
if (this.next.isKeywordNull()) return this.advance(), new I(this.span(e), this.sourceSpan(e), null);
|
|
2960
|
+
if (this.next.isKeywordUndefined()) return this.advance(), new I(this.span(e), this.sourceSpan(e), void 0);
|
|
2961
|
+
if (this.next.isKeywordTrue()) return this.advance(), new I(this.span(e), this.sourceSpan(e), !0);
|
|
2962
|
+
if (this.next.isKeywordFalse()) return this.advance(), new I(this.span(e), this.sourceSpan(e), !1);
|
|
2963
|
+
if (this.next.isKeywordIn()) return this.advance(), new I(this.span(e), this.sourceSpan(e), "in");
|
|
2964
|
+
if (this.next.isKeywordThis()) return this.advance(), new Et(this.span(e), this.sourceSpan(e));
|
|
2965
|
+
if (this.consumeOptionalCharacter(te)) return this.parseLiteralArray(e);
|
|
2966
|
+
if (this.next.isCharacter(Ve)) return this.parseLiteralMap();
|
|
2967
|
+
if (this.next.isIdentifier()) return this.parseAccessMember(new ne(this.span(e), this.sourceSpan(e)), e, !1);
|
|
2968
|
+
if (this.next.isNumber()) {
|
|
2969
|
+
let n = this.next.toNumber();
|
|
2970
|
+
return this.advance(), new I(this.span(e), this.sourceSpan(e), n);
|
|
2971
|
+
} else {
|
|
2972
|
+
if (this.next.isTemplateLiteralEnd()) return this.parseNoInterpolationTemplateLiteral();
|
|
2973
|
+
if (this.next.isTemplateLiteralPart()) return this.parseTemplateLiteral();
|
|
2974
|
+
if (this.next.isString() && this.next.kind === F.Plain) {
|
|
2975
|
+
let n = this.next.toString();
|
|
2976
|
+
return this.advance(), new I(this.span(e), this.sourceSpan(e), n);
|
|
2977
|
+
} else return this.next.isPrivateIdentifier() ? (this._reportErrorForPrivateIdentifier(this.next, null), new b(this.span(e), this.sourceSpan(e))) : this.next.isRegExpBody() ? this.parseRegularExpressionLiteral() : this.index >= this.tokens.length ? (this.error(`Unexpected end of expression: ${this.input}`), new b(this.span(e), this.sourceSpan(e))) : (this.error(`Unexpected token ${this.next}`), new b(this.span(e), this.sourceSpan(e)));
|
|
2978
|
+
}
|
|
2979
|
+
}
|
|
2980
|
+
}
|
|
2981
|
+
parseLiteralArray(e) {
|
|
2982
|
+
this.rbracketsExpected++;
|
|
2983
|
+
let n = [];
|
|
2984
|
+
do
|
|
2985
|
+
if (this.next.isOperator("...")) n.push(this.parseSpreadElement());
|
|
2986
|
+
else if (!this.next.isCharacter(G)) n.push(this.parsePipe());
|
|
2987
|
+
else break;
|
|
2988
|
+
while (this.consumeOptionalCharacter(Q));
|
|
2989
|
+
return this.rbracketsExpected--, this.expectCharacter(G), new bt(this.span(e), this.sourceSpan(e), n);
|
|
2990
|
+
}
|
|
2991
|
+
parseLiteralMap() {
|
|
2992
|
+
let e = [], n = [], s = this.inputIndex;
|
|
2993
|
+
if (this.expectCharacter(Ve), !this.consumeOptionalCharacter(K)) {
|
|
2994
|
+
this.rbracesExpected++;
|
|
2995
|
+
do {
|
|
2996
|
+
let i = this.inputIndex;
|
|
2997
|
+
if (this.next.isOperator("...")) {
|
|
2998
|
+
this.advance(), e.push({
|
|
2999
|
+
kind: "spread",
|
|
3000
|
+
span: this.span(i),
|
|
3001
|
+
sourceSpan: this.sourceSpan(i)
|
|
3002
|
+
}), n.push(this.parsePipe());
|
|
3003
|
+
continue;
|
|
3004
|
+
}
|
|
3005
|
+
let r = this.next.isString(), a = this.expectIdentifierOrKeywordOrString(), u = this.span(i), p = this.sourceSpan(i), d = {
|
|
3006
|
+
kind: "property",
|
|
3007
|
+
key: a,
|
|
3008
|
+
quoted: r,
|
|
3009
|
+
span: u,
|
|
3010
|
+
sourceSpan: p
|
|
3011
|
+
};
|
|
3012
|
+
e.push(d), r ? (this.expectCharacter(j), n.push(this.parsePipe())) : this.consumeOptionalCharacter(j) ? n.push(this.parsePipe()) : (d.isShorthandInitialized = !0, n.push(new de(u, p, p, new ne(u, p), a)));
|
|
3013
|
+
} while (this.consumeOptionalCharacter(Q) && !this.next.isCharacter(K));
|
|
3014
|
+
this.rbracesExpected--, this.expectCharacter(K);
|
|
3015
|
+
}
|
|
3016
|
+
return new It(this.span(s), this.sourceSpan(s), e, n);
|
|
3017
|
+
}
|
|
3018
|
+
parseAccessMember(e, n, s) {
|
|
3019
|
+
let i = this.inputIndex, r = this.withContext(Z.Writable, () => {
|
|
3020
|
+
let u = this.expectIdentifierOrKeyword() ?? "";
|
|
3021
|
+
return u.length === 0 && this.error("Expected identifier for property access", e.span.end), u;
|
|
3022
|
+
}), a = this.sourceSpan(i);
|
|
3023
|
+
if (s) return this.isAssignmentOperator(this.next) ? (this.advance(), this.error("The '?.' operator cannot be used in the assignment"), new b(this.span(n), this.sourceSpan(n))) : new _t(this.span(n), this.sourceSpan(n), a, e, r);
|
|
3024
|
+
if (this.isAssignmentOperator(this.next)) {
|
|
3025
|
+
let u = this.next.strValue;
|
|
3026
|
+
if (!(this.parseFlags & 1)) return this.advance(), this.error("Bindings cannot contain assignments"), new b(this.span(n), this.sourceSpan(n));
|
|
3027
|
+
let p = new de(this.span(n), this.sourceSpan(n), a, e, r);
|
|
3028
|
+
this.advance();
|
|
3029
|
+
let d = this.parseConditional();
|
|
3030
|
+
return new E(this.span(n), this.sourceSpan(n), u, p, d);
|
|
3031
|
+
} else return new de(this.span(n), this.sourceSpan(n), a, e, r);
|
|
3032
|
+
}
|
|
3033
|
+
parseCall(e, n, s) {
|
|
3034
|
+
let i = this.inputIndex;
|
|
3035
|
+
this.rparensExpected++;
|
|
3036
|
+
let r = this.parseCallArguments(), a = this.span(i, this.inputIndex).toAbsolute(this.absoluteOffset);
|
|
3037
|
+
this.expectCharacter(q), this.rparensExpected--;
|
|
3038
|
+
let u = this.span(n), p = this.sourceSpan(n);
|
|
3039
|
+
return s ? new Lt(u, p, e, r, a) : new Pt(u, p, e, r, a);
|
|
3040
|
+
}
|
|
3041
|
+
parseCallArguments() {
|
|
3042
|
+
if (this.next.isCharacter(q)) return [];
|
|
3043
|
+
let e = [];
|
|
3044
|
+
do
|
|
3045
|
+
e.push(this.next.isOperator("...") ? this.parseSpreadElement() : this.parsePipe());
|
|
3046
|
+
while (this.consumeOptionalCharacter(Q));
|
|
3047
|
+
return e;
|
|
3048
|
+
}
|
|
3049
|
+
parseSpreadElement() {
|
|
3050
|
+
this.next.isOperator("...") || this.error("Spread element must start with '...' operator");
|
|
3051
|
+
let e = this.inputIndex;
|
|
3052
|
+
this.advance();
|
|
3053
|
+
let n = this.parsePipe();
|
|
3054
|
+
return new At(this.span(e), this.sourceSpan(e), n);
|
|
3055
|
+
}
|
|
3056
|
+
expectTemplateBindingKey() {
|
|
3057
|
+
let e = "", n = !1, s = this.currentAbsoluteOffset;
|
|
3058
|
+
do
|
|
3059
|
+
e += this.expectIdentifierOrKeywordOrString(), n = this.consumeOptionalOperator("-"), n && (e += "-");
|
|
3060
|
+
while (n);
|
|
3061
|
+
return {
|
|
3062
|
+
source: e,
|
|
3063
|
+
span: new $(s, s + e.length)
|
|
3064
|
+
};
|
|
3065
|
+
}
|
|
3066
|
+
parseTemplateBindings(e) {
|
|
3067
|
+
let n = [];
|
|
3068
|
+
for (n.push(...this.parseDirectiveKeywordBindings(e)); this.index < this.tokens.length;) {
|
|
3069
|
+
let s = this.parseLetBinding();
|
|
3070
|
+
if (s) n.push(s);
|
|
3071
|
+
else {
|
|
3072
|
+
let i = this.expectTemplateBindingKey(), r = this.parseAsBinding(i);
|
|
3073
|
+
r ? n.push(r) : (i.source = e.source + i.source.charAt(0).toUpperCase() + i.source.substring(1), n.push(...this.parseDirectiveKeywordBindings(i)));
|
|
3074
|
+
}
|
|
3075
|
+
this.consumeStatementTerminator();
|
|
3076
|
+
}
|
|
3077
|
+
return new Ut(n, [], this.errors);
|
|
3078
|
+
}
|
|
3079
|
+
parseKeyedReadOrWrite(e, n, s) {
|
|
3080
|
+
return this.withContext(Z.Writable, () => {
|
|
3081
|
+
this.rbracketsExpected++;
|
|
3082
|
+
let i = this.parsePipe();
|
|
3083
|
+
if (i instanceof b && this.error("Key access cannot be empty"), this.rbracketsExpected--, this.expectCharacter(G), this.isAssignmentOperator(this.next)) {
|
|
3084
|
+
let r = this.next.strValue;
|
|
3085
|
+
if (s) this.advance(), this.error("The '?.' operator cannot be used in the assignment");
|
|
3086
|
+
else {
|
|
3087
|
+
let a = new Le(this.span(n), this.sourceSpan(n), e, i);
|
|
3088
|
+
this.advance();
|
|
3089
|
+
let u = this.parseConditional();
|
|
3090
|
+
return new E(this.span(n), this.sourceSpan(n), r, a, u);
|
|
3091
|
+
}
|
|
3092
|
+
} else return s ? new Tt(this.span(n), this.sourceSpan(n), e, i) : new Le(this.span(n), this.sourceSpan(n), e, i);
|
|
3093
|
+
return new b(this.span(n), this.sourceSpan(n));
|
|
3094
|
+
});
|
|
3095
|
+
}
|
|
3096
|
+
parseDirectiveKeywordBindings(e) {
|
|
3097
|
+
let n = [];
|
|
3098
|
+
this.consumeOptionalCharacter(j);
|
|
3099
|
+
let s = this.getDirectiveBoundTarget(), i = this.currentAbsoluteOffset, r = this.parseAsBinding(e);
|
|
3100
|
+
r || (this.consumeStatementTerminator(), i = this.currentAbsoluteOffset);
|
|
3101
|
+
let a = new $(e.span.start, i);
|
|
3102
|
+
return n.push(new ye(a, e, s)), r && n.push(r), n;
|
|
3103
|
+
}
|
|
3104
|
+
getDirectiveBoundTarget() {
|
|
3105
|
+
if (this.next === Ae || this.peekKeywordAs() || this.peekKeywordLet()) return null;
|
|
3106
|
+
let e = this.parsePipe(), { start: n, end: s } = e.span;
|
|
3107
|
+
return new O(e, this.input.substring(n, s), B(this.parseSourceSpan), this.absoluteOffset + n, this.errors);
|
|
3108
|
+
}
|
|
3109
|
+
parseAsBinding(e) {
|
|
3110
|
+
if (!this.peekKeywordAs()) return null;
|
|
3111
|
+
this.advance();
|
|
3112
|
+
let n = this.expectTemplateBindingKey();
|
|
3113
|
+
this.consumeStatementTerminator();
|
|
3114
|
+
return new se(new $(e.span.start, this.currentAbsoluteOffset), n, e);
|
|
3115
|
+
}
|
|
3116
|
+
parseLetBinding() {
|
|
3117
|
+
if (!this.peekKeywordLet()) return null;
|
|
3118
|
+
let e = this.currentAbsoluteOffset;
|
|
3119
|
+
this.advance();
|
|
3120
|
+
let n = this.expectTemplateBindingKey(), s = null;
|
|
3121
|
+
this.consumeOptionalOperator("=") && (s = this.expectTemplateBindingKey()), this.consumeStatementTerminator();
|
|
3122
|
+
return new se(new $(e, this.currentAbsoluteOffset), n, s);
|
|
3123
|
+
}
|
|
3124
|
+
parseNoInterpolationTaggedTemplateLiteral(e, n) {
|
|
3125
|
+
let s = this.parseNoInterpolationTemplateLiteral();
|
|
3126
|
+
return new De(this.span(n), this.sourceSpan(n), e, s);
|
|
3127
|
+
}
|
|
3128
|
+
parseNoInterpolationTemplateLiteral() {
|
|
3129
|
+
let e = this.next.strValue, n = this.inputIndex;
|
|
3130
|
+
this.advance();
|
|
3131
|
+
let s = this.span(n), i = this.sourceSpan(n);
|
|
3132
|
+
return new Be(s, i, [new Oe(s, i, e)], []);
|
|
3133
|
+
}
|
|
3134
|
+
parseTaggedTemplateLiteral(e, n) {
|
|
3135
|
+
let s = this.parseTemplateLiteral();
|
|
3136
|
+
return new De(this.span(n), this.sourceSpan(n), e, s);
|
|
3137
|
+
}
|
|
3138
|
+
parseTemplateLiteral() {
|
|
3139
|
+
let e = [], n = [], s = this.inputIndex;
|
|
3140
|
+
for (; this.next !== Ae;) {
|
|
3141
|
+
let i = this.next;
|
|
3142
|
+
if (i.isTemplateLiteralPart() || i.isTemplateLiteralEnd()) {
|
|
3143
|
+
let r = this.inputIndex;
|
|
3144
|
+
if (this.advance(), e.push(new Oe(this.span(r), this.sourceSpan(r), i.strValue)), i.isTemplateLiteralEnd()) break;
|
|
3145
|
+
} else if (i.isTemplateLiteralInterpolationStart()) {
|
|
3146
|
+
this.advance(), this.rbracesExpected++;
|
|
3147
|
+
let r = this.parsePipe();
|
|
3148
|
+
r instanceof b ? this.error("Template literal interpolation cannot be empty") : n.push(r), this.rbracesExpected--;
|
|
3149
|
+
} else this.advance();
|
|
3150
|
+
}
|
|
3151
|
+
return new Be(this.span(s), this.sourceSpan(s), e, n);
|
|
3152
|
+
}
|
|
3153
|
+
parseRegularExpressionLiteral() {
|
|
3154
|
+
let e = this.next;
|
|
3155
|
+
if (this.advance(), !e.isRegExpBody()) return new b(this.span(this.inputIndex), this.sourceSpan(this.inputIndex));
|
|
3156
|
+
let n = null;
|
|
3157
|
+
if (this.next.isRegExpFlags()) {
|
|
3158
|
+
n = this.next, this.advance();
|
|
3159
|
+
let r = /* @__PURE__ */ new Set();
|
|
3160
|
+
for (let a = 0; a < n.strValue.length; a++) {
|
|
3161
|
+
let u = n.strValue[a];
|
|
3162
|
+
ts.has(u) ? r.has(u) ? this.error(`Duplicate regular expression flag "${u}"`, n.index + a) : r.add(u) : this.error(`Unsupported regular expression flag "${u}". The supported flags are: ` + Array.from(ts, (p) => `"${p}"`).join(", "), n.index + a);
|
|
3163
|
+
}
|
|
3164
|
+
}
|
|
3165
|
+
let s = e.index, i = n ? n.end : e.end;
|
|
3166
|
+
return new Mt(this.span(s, i), this.sourceSpan(s, i), e.strValue, n ? n.strValue : null);
|
|
3167
|
+
}
|
|
3168
|
+
consumeStatementTerminator() {
|
|
3169
|
+
this.consumeOptionalCharacter(fe) || this.consumeOptionalCharacter(Q);
|
|
3170
|
+
}
|
|
3171
|
+
error(e, n = this.index) {
|
|
3172
|
+
this.errors.push(ee(e, this.input, this.getErrorLocationText(n), this.parseSourceSpan)), this.skip();
|
|
3173
|
+
}
|
|
3174
|
+
getErrorLocationText(e) {
|
|
3175
|
+
return e < this.tokens.length ? `at column ${this.tokens[e].index + 1} in` : "at the end of the expression";
|
|
3176
|
+
}
|
|
3177
|
+
_reportErrorForPrivateIdentifier(e, n) {
|
|
3178
|
+
let s = `Private identifiers are not supported. Unexpected private identifier: ${e}`;
|
|
3179
|
+
n !== null && (s += `, ${n}`), this.error(s);
|
|
3180
|
+
}
|
|
3181
|
+
skip() {
|
|
3182
|
+
let e = this.next;
|
|
3183
|
+
for (; this.index < this.tokens.length && !e.isCharacter(fe) && !e.isOperator("|") && (this.rparensExpected <= 0 || !e.isCharacter(q)) && (this.rbracesExpected <= 0 || !e.isCharacter(K)) && (this.rbracketsExpected <= 0 || !e.isCharacter(G)) && (!(this.context & Z.Writable) || !this.isAssignmentOperator(e));) this.next.isError() && this.errors.push(ee(this.next.toString(), this.input, this.getErrorLocationText(this.next.index), this.parseSourceSpan)), this.advance(), e = this.next;
|
|
3184
|
+
}
|
|
3185
|
+
};
|
|
3186
|
+
function ee(t, e, n, s) {
|
|
3187
|
+
n.length > 0 && (n = ` ${n} `);
|
|
3188
|
+
let i = B(s);
|
|
3189
|
+
return new Ce(s, `Parser Error: ${t}${n}[${e}] in ${i}`);
|
|
3190
|
+
}
|
|
3191
|
+
var Ht = class extends Rt {
|
|
3192
|
+
errors = [];
|
|
3193
|
+
visitPipe() {
|
|
3194
|
+
this.errors.push("pipes");
|
|
3195
|
+
}
|
|
3196
|
+
};
|
|
3197
|
+
function Sr(t) {
|
|
3198
|
+
let e = /* @__PURE__ */ new Map(), n = 0, s = 0, i = 0;
|
|
3199
|
+
for (; i < t.length;) {
|
|
3200
|
+
let r = t[i];
|
|
3201
|
+
if (r.type === 9) {
|
|
3202
|
+
let [a, u] = r.parts;
|
|
3203
|
+
n += u.length, s += a.length;
|
|
3204
|
+
} else {
|
|
3205
|
+
let a = r.parts.reduce((u, p) => u + p.length, 0);
|
|
3206
|
+
s += a, n += a;
|
|
3207
|
+
}
|
|
3208
|
+
e.set(s, n), i++;
|
|
3209
|
+
}
|
|
3210
|
+
return e;
|
|
3211
|
+
}
|
|
3212
|
+
var Er = new Map(Object.entries({
|
|
3213
|
+
class: "className",
|
|
3214
|
+
for: "htmlFor",
|
|
3215
|
+
formaction: "formAction",
|
|
3216
|
+
innerHtml: "innerHTML",
|
|
3217
|
+
readonly: "readOnly",
|
|
3218
|
+
tabindex: "tabIndex",
|
|
3219
|
+
"aria-activedescendant": "ariaActiveDescendantElement",
|
|
3220
|
+
"aria-atomic": "ariaAtomic",
|
|
3221
|
+
"aria-autocomplete": "ariaAutoComplete",
|
|
3222
|
+
"aria-busy": "ariaBusy",
|
|
3223
|
+
"aria-checked": "ariaChecked",
|
|
3224
|
+
"aria-colcount": "ariaColCount",
|
|
3225
|
+
"aria-colindex": "ariaColIndex",
|
|
3226
|
+
"aria-colindextext": "ariaColIndexText",
|
|
3227
|
+
"aria-colspan": "ariaColSpan",
|
|
3228
|
+
"aria-controls": "ariaControlsElements",
|
|
3229
|
+
"aria-current": "ariaCurrent",
|
|
3230
|
+
"aria-describedby": "ariaDescribedByElements",
|
|
3231
|
+
"aria-description": "ariaDescription",
|
|
3232
|
+
"aria-details": "ariaDetailsElements",
|
|
3233
|
+
"aria-disabled": "ariaDisabled",
|
|
3234
|
+
"aria-errormessage": "ariaErrorMessageElements",
|
|
3235
|
+
"aria-expanded": "ariaExpanded",
|
|
3236
|
+
"aria-flowto": "ariaFlowToElements",
|
|
3237
|
+
"aria-haspopup": "ariaHasPopup",
|
|
3238
|
+
"aria-hidden": "ariaHidden",
|
|
3239
|
+
"aria-invalid": "ariaInvalid",
|
|
3240
|
+
"aria-keyshortcuts": "ariaKeyShortcuts",
|
|
3241
|
+
"aria-label": "ariaLabel",
|
|
3242
|
+
"aria-labelledby": "ariaLabelledByElements",
|
|
3243
|
+
"aria-level": "ariaLevel",
|
|
3244
|
+
"aria-live": "ariaLive",
|
|
3245
|
+
"aria-modal": "ariaModal",
|
|
3246
|
+
"aria-multiline": "ariaMultiLine",
|
|
3247
|
+
"aria-multiselectable": "ariaMultiSelectable",
|
|
3248
|
+
"aria-orientation": "ariaOrientation",
|
|
3249
|
+
"aria-owns": "ariaOwnsElements",
|
|
3250
|
+
"aria-placeholder": "ariaPlaceholder",
|
|
3251
|
+
"aria-posinset": "ariaPosInSet",
|
|
3252
|
+
"aria-pressed": "ariaPressed",
|
|
3253
|
+
"aria-readonly": "ariaReadOnly",
|
|
3254
|
+
"aria-required": "ariaRequired",
|
|
3255
|
+
"aria-roledescription": "ariaRoleDescription",
|
|
3256
|
+
"aria-rowcount": "ariaRowCount",
|
|
3257
|
+
"aria-rowindex": "ariaRowIndex",
|
|
3258
|
+
"aria-rowindextext": "ariaRowIndexText",
|
|
3259
|
+
"aria-rowspan": "ariaRowSpan",
|
|
3260
|
+
"aria-selected": "ariaSelected",
|
|
3261
|
+
"aria-setsize": "ariaSetSize",
|
|
3262
|
+
"aria-sort": "ariaSort",
|
|
3263
|
+
"aria-valuemax": "ariaValueMax",
|
|
3264
|
+
"aria-valuemin": "ariaValueMin",
|
|
3265
|
+
"aria-valuenow": "ariaValueNow",
|
|
3266
|
+
"aria-valuetext": "ariaValueText"
|
|
3267
|
+
}));
|
|
3268
|
+
Array.from(Er).reduce((t, [e, n]) => (t.set(e, n), t), /* @__PURE__ */ new Map());
|
|
3269
|
+
new oe(new _e());
|
|
3270
|
+
function P(t) {
|
|
3271
|
+
return (e) => e.kind === t;
|
|
3272
|
+
}
|
|
3273
|
+
function we(t, e) {
|
|
3274
|
+
return (n) => n.kind === t && e === n.expression instanceof je;
|
|
3275
|
+
}
|
|
3276
|
+
P(f.StyleMap), P(f.ClassMap), P(f.StyleProp), P(f.ClassProp), we(f.Attribute, !0), we(f.Property, !0), we(f.Attribute, !1), P(f.Control);
|
|
3277
|
+
we(f.DomProperty, !0), we(f.DomProperty, !1), P(f.Attribute), P(f.StyleMap), P(f.ClassMap), P(f.StyleProp), P(f.ClassProp);
|
|
3278
|
+
new Set([
|
|
3279
|
+
f.Listener,
|
|
3280
|
+
f.TwoWayListener,
|
|
3281
|
+
f.AnimationListener,
|
|
3282
|
+
f.StyleMap,
|
|
3283
|
+
f.ClassMap,
|
|
3284
|
+
f.StyleProp,
|
|
3285
|
+
f.ClassProp,
|
|
3286
|
+
f.Property,
|
|
3287
|
+
f.TwoWayProperty,
|
|
3288
|
+
f.DomProperty,
|
|
3289
|
+
f.Attribute,
|
|
3290
|
+
f.Animation,
|
|
3291
|
+
f.Control
|
|
3292
|
+
]);
|
|
3293
|
+
new Map([
|
|
3294
|
+
[R.Idle, {
|
|
3295
|
+
none: l.deferOnIdle,
|
|
3296
|
+
prefetch: l.deferPrefetchOnIdle,
|
|
3297
|
+
hydrate: l.deferHydrateOnIdle
|
|
3298
|
+
}],
|
|
3299
|
+
[R.Immediate, {
|
|
3300
|
+
none: l.deferOnImmediate,
|
|
3301
|
+
prefetch: l.deferPrefetchOnImmediate,
|
|
3302
|
+
hydrate: l.deferHydrateOnImmediate
|
|
3303
|
+
}],
|
|
3304
|
+
[R.Timer, {
|
|
3305
|
+
none: l.deferOnTimer,
|
|
3306
|
+
prefetch: l.deferPrefetchOnTimer,
|
|
3307
|
+
hydrate: l.deferHydrateOnTimer
|
|
3308
|
+
}],
|
|
3309
|
+
[R.Hover, {
|
|
3310
|
+
none: l.deferOnHover,
|
|
3311
|
+
prefetch: l.deferPrefetchOnHover,
|
|
3312
|
+
hydrate: l.deferHydrateOnHover
|
|
3313
|
+
}],
|
|
3314
|
+
[R.Interaction, {
|
|
3315
|
+
none: l.deferOnInteraction,
|
|
3316
|
+
prefetch: l.deferPrefetchOnInteraction,
|
|
3317
|
+
hydrate: l.deferHydrateOnInteraction
|
|
3318
|
+
}],
|
|
3319
|
+
[R.Viewport, {
|
|
3320
|
+
none: l.deferOnViewport,
|
|
3321
|
+
prefetch: l.deferPrefetchOnViewport,
|
|
3322
|
+
hydrate: l.deferHydrateOnViewport
|
|
3323
|
+
}],
|
|
3324
|
+
[R.Never, {
|
|
3325
|
+
none: l.deferHydrateNever,
|
|
3326
|
+
prefetch: l.deferHydrateNever,
|
|
3327
|
+
hydrate: l.deferHydrateNever
|
|
3328
|
+
}]
|
|
3329
|
+
]);
|
|
3330
|
+
l.pipeBind1, l.pipeBind2, l.pipeBind3, l.pipeBind4;
|
|
3331
|
+
l.interpolate, l.interpolate1, l.interpolate2, l.interpolate3, l.interpolate4, l.interpolate5, l.interpolate6, l.interpolate7, l.interpolate8, l.interpolateV;
|
|
3332
|
+
new Map([
|
|
3333
|
+
["window", l.resolveWindow],
|
|
3334
|
+
["document", l.resolveDocument],
|
|
3335
|
+
["body", l.resolveBody]
|
|
3336
|
+
]);
|
|
3337
|
+
new Map([
|
|
3338
|
+
[N.HTML, l.sanitizeHtml],
|
|
3339
|
+
[N.RESOURCE_URL, l.sanitizeResourceUrl],
|
|
3340
|
+
[N.SCRIPT, l.sanitizeScript],
|
|
3341
|
+
[N.STYLE, l.sanitizeStyle],
|
|
3342
|
+
[N.URL, l.sanitizeUrl],
|
|
3343
|
+
[N.ATTRIBUTE_NO_BINDING, l.validateAttribute]
|
|
3344
|
+
]);
|
|
3345
|
+
new Map([[N.HTML, l.trustConstantHtml], [N.RESOURCE_URL, l.trustConstantResourceUrl]]);
|
|
3346
|
+
var ns;
|
|
3347
|
+
(function(t) {
|
|
3348
|
+
t[t.None = 0] = "None", t[t.ViewContextRead = 1] = "ViewContextRead", t[t.ViewContextWrite = 2] = "ViewContextWrite", t[t.SideEffectful = 4] = "SideEffectful";
|
|
3349
|
+
})(ns || (ns = {}));
|
|
3350
|
+
new Map([
|
|
3351
|
+
[L.Property, M.Property],
|
|
3352
|
+
[L.TwoWay, M.TwoWayProperty],
|
|
3353
|
+
[L.Attribute, M.Attribute],
|
|
3354
|
+
[L.Class, M.ClassName],
|
|
3355
|
+
[L.Style, M.StyleProperty],
|
|
3356
|
+
[L.LegacyAnimation, M.LegacyAnimation],
|
|
3357
|
+
[L.Animation, M.Animation]
|
|
3358
|
+
]);
|
|
3359
|
+
var ss;
|
|
3360
|
+
(function(t) {
|
|
3361
|
+
t[t.NG_CONTENT = 0] = "NG_CONTENT", t[t.STYLE = 1] = "STYLE", t[t.STYLESHEET = 2] = "STYLESHEET", t[t.SCRIPT = 3] = "SCRIPT", t[t.OTHER = 4] = "OTHER";
|
|
3362
|
+
})(ss || (ss = {}));
|
|
3363
|
+
var is;
|
|
3364
|
+
(function(t) {
|
|
3365
|
+
t.IDLE = "idle", t.TIMER = "timer", t.INTERACTION = "interaction", t.IMMEDIATE = "immediate", t.HOVER = "hover", t.VIEWPORT = "viewport", t.NEVER = "never";
|
|
3366
|
+
})(is || (is = {}));
|
|
3367
|
+
var ws = "%COMP%";
|
|
3368
|
+
`${ws}`;
|
|
3369
|
+
`${ws}`;
|
|
3370
|
+
var rs;
|
|
3371
|
+
(function(t) {
|
|
3372
|
+
t[t.Extract = 0] = "Extract", t[t.Merge = 1] = "Merge";
|
|
3373
|
+
})(rs || (rs = {}));
|
|
3374
|
+
new St("21.1.0");
|
|
3375
|
+
var Cr = "test.html";
|
|
3376
|
+
function Ss(t) {
|
|
3377
|
+
let e = new He(t, Cr), n = new Ue(e, 0, 0, 0), s = n.moveBy(t.length);
|
|
3378
|
+
return {
|
|
3379
|
+
text: t,
|
|
3380
|
+
file: e,
|
|
3381
|
+
start: n,
|
|
3382
|
+
end: s,
|
|
3383
|
+
sourceSpan: new We(n, s)
|
|
3384
|
+
};
|
|
3385
|
+
}
|
|
3386
|
+
var _r;
|
|
3387
|
+
function Es() {
|
|
3388
|
+
return _r ?? (_r = new oe(new _e()));
|
|
3389
|
+
}
|
|
3390
|
+
var Tr = (t) => oe.prototype._commentStart(t);
|
|
3391
|
+
function kr(t) {
|
|
3392
|
+
let e = Tr(t);
|
|
3393
|
+
return e === null ? [] : [{
|
|
3394
|
+
type: "CommentLine",
|
|
3395
|
+
value: t.slice(e + 2),
|
|
3396
|
+
...be({
|
|
3397
|
+
start: e,
|
|
3398
|
+
end: t.length
|
|
3399
|
+
})
|
|
3400
|
+
}];
|
|
3401
|
+
}
|
|
3402
|
+
function ys(t) {
|
|
3403
|
+
let { result: e } = t;
|
|
3404
|
+
if (e.errors.length !== 0) {
|
|
3405
|
+
let [n] = e.errors;
|
|
3406
|
+
if (!(n instanceof Ce)) throw n;
|
|
3407
|
+
let { message: s } = n;
|
|
3408
|
+
{
|
|
3409
|
+
let a = s.match(/ in .*?@\d+:\d+$/);
|
|
3410
|
+
a && (s = s.slice(0, a.index));
|
|
3411
|
+
}
|
|
3412
|
+
let i = t.start;
|
|
3413
|
+
{
|
|
3414
|
+
let a = s.match(/at column (?<index>\d+)/);
|
|
3415
|
+
a && (s = s.slice(0, a.index), i = i.moveBy(Number(a.groups.index)));
|
|
3416
|
+
}
|
|
3417
|
+
let r = new SyntaxError(s.trim(), { cause: n });
|
|
3418
|
+
throw Object.assign(r, {
|
|
3419
|
+
location: i,
|
|
3420
|
+
span: n.span
|
|
3421
|
+
}), r.cause ?? (r.cause = n), r;
|
|
3422
|
+
}
|
|
3423
|
+
return t;
|
|
3424
|
+
}
|
|
3425
|
+
var Je = (t) => (e) => {
|
|
3426
|
+
let n = Ss(e);
|
|
3427
|
+
return ys({
|
|
3428
|
+
...n,
|
|
3429
|
+
result: Es()[t](e, n.sourceSpan, 0),
|
|
3430
|
+
comments: kr(e)
|
|
3431
|
+
});
|
|
3432
|
+
}, Cs = Je("parseAction"), _s = Je("parseBinding"), Ts = Je("parseSimpleBinding"), ks = Je("parseInterpolationExpression"), bs = (t) => {
|
|
3433
|
+
let e = Ss(t);
|
|
3434
|
+
return ys({
|
|
3435
|
+
...e,
|
|
3436
|
+
result: Es().parseTemplateBindings("", t, e.sourceSpan, 0, 0),
|
|
3437
|
+
comments: []
|
|
3438
|
+
});
|
|
3439
|
+
};
|
|
3440
|
+
var Ye = class {
|
|
3441
|
+
text;
|
|
3442
|
+
constructor(t) {
|
|
3443
|
+
this.text = t;
|
|
3444
|
+
}
|
|
3445
|
+
getCharacterIndex(t, e) {
|
|
3446
|
+
return pn(this.text, t, e);
|
|
3447
|
+
}
|
|
3448
|
+
transformSpan(t) {
|
|
3449
|
+
return be(t);
|
|
3450
|
+
}
|
|
3451
|
+
createNode(t, e) {
|
|
3452
|
+
let n = t.start, s = t.end, i = t.range;
|
|
3453
|
+
e && (Array.isArray(e) ? ([n, s] = e, i = e) : ({start: n, end: s} = e.sourceSpan ?? e, i = [n, s]));
|
|
3454
|
+
i ? [n, s] = i : typeof n == "number" && typeof s == "number" && (i = [n, s]);
|
|
3455
|
+
if (!(typeof n == "number" && typeof s == "number" && i)) throw new Error("Missing location information");
|
|
3456
|
+
let r = {
|
|
3457
|
+
...t,
|
|
3458
|
+
start: n,
|
|
3459
|
+
end: s,
|
|
3460
|
+
range: i
|
|
3461
|
+
};
|
|
3462
|
+
switch (r.type) {
|
|
3463
|
+
case "NumericLiteral":
|
|
3464
|
+
case "StringLiteral":
|
|
3465
|
+
case "RegExpLiteral": {
|
|
3466
|
+
let a = this.text.slice(n, s), { value: u } = r;
|
|
3467
|
+
r.extra = {
|
|
3468
|
+
...r.extra,
|
|
3469
|
+
raw: a,
|
|
3470
|
+
rawValue: u
|
|
3471
|
+
};
|
|
3472
|
+
break;
|
|
3473
|
+
}
|
|
3474
|
+
}
|
|
3475
|
+
return r;
|
|
3476
|
+
}
|
|
3477
|
+
};
|
|
3478
|
+
var As = Object.defineProperty, Is = (t, e) => {
|
|
3479
|
+
let n = {};
|
|
3480
|
+
for (var s in t) As(n, s, {
|
|
3481
|
+
get: t[s],
|
|
3482
|
+
enumerable: !0
|
|
3483
|
+
});
|
|
3484
|
+
return e && As(n, Symbol.toStringTag, { value: "Module" }), n;
|
|
3485
|
+
};
|
|
3486
|
+
var Ns = (t, e) => ({
|
|
3487
|
+
type: "ArrayExpression",
|
|
3488
|
+
elements: e.transformChildren(t.expressions)
|
|
3489
|
+
});
|
|
3490
|
+
var Ps = (t, e) => e.transformChild(t.ast);
|
|
3491
|
+
var br = (t) => t === "&&" || t === "||" || t === "??", Ls = (t, e) => {
|
|
3492
|
+
let { operation: n } = t, [s, i] = e.transformChildren([t.left, t.right]);
|
|
3493
|
+
return br(n) ? {
|
|
3494
|
+
type: "LogicalExpression",
|
|
3495
|
+
operator: n,
|
|
3496
|
+
left: s,
|
|
3497
|
+
right: i
|
|
3498
|
+
} : E.isAssignmentOperation(n) ? {
|
|
3499
|
+
type: "AssignmentExpression",
|
|
3500
|
+
left: s,
|
|
3501
|
+
right: i,
|
|
3502
|
+
operator: n
|
|
3503
|
+
} : {
|
|
3504
|
+
left: s,
|
|
3505
|
+
right: i,
|
|
3506
|
+
type: "BinaryExpression",
|
|
3507
|
+
operator: n
|
|
3508
|
+
};
|
|
3509
|
+
};
|
|
3510
|
+
var Ar = { optional: !1 }, Ir = { optional: !0 }, Ms = ({ optional: t }) => (e, n) => {
|
|
3511
|
+
let s = n.transformChildren(e.args), i = n.transformChild(e.receiver);
|
|
3512
|
+
return t || ue(i) ? {
|
|
3513
|
+
type: "OptionalCallExpression",
|
|
3514
|
+
callee: i,
|
|
3515
|
+
arguments: s,
|
|
3516
|
+
optional: t
|
|
3517
|
+
} : {
|
|
3518
|
+
type: "CallExpression",
|
|
3519
|
+
callee: i,
|
|
3520
|
+
arguments: s
|
|
3521
|
+
};
|
|
3522
|
+
}, Rs = Ms(Ar), $s = Ms(Ir);
|
|
3523
|
+
var Ds = (t, e) => ({
|
|
3524
|
+
type: "NGChainedExpression",
|
|
3525
|
+
expressions: e.transformChildren(t.expressions)
|
|
3526
|
+
});
|
|
3527
|
+
var Bs = (t, e) => {
|
|
3528
|
+
let [n, s, i] = e.transformChildren([
|
|
3529
|
+
t.condition,
|
|
3530
|
+
t.trueExp,
|
|
3531
|
+
t.falseExp
|
|
3532
|
+
]);
|
|
3533
|
+
return {
|
|
3534
|
+
type: "ConditionalExpression",
|
|
3535
|
+
test: n,
|
|
3536
|
+
consequent: s,
|
|
3537
|
+
alternate: i
|
|
3538
|
+
};
|
|
3539
|
+
};
|
|
3540
|
+
var Os = (t, e) => {
|
|
3541
|
+
let { expressions: n } = t;
|
|
3542
|
+
if (n.length !== 1) throw new Error("Unexpected 'Interpolation'");
|
|
3543
|
+
return e.transformChild(n[0]);
|
|
3544
|
+
};
|
|
3545
|
+
var Fs = (t) => {
|
|
3546
|
+
let { value: e } = t;
|
|
3547
|
+
switch (typeof e) {
|
|
3548
|
+
case "boolean": return {
|
|
3549
|
+
type: "BooleanLiteral",
|
|
3550
|
+
value: e
|
|
3551
|
+
};
|
|
3552
|
+
case "number": return {
|
|
3553
|
+
type: "NumericLiteral",
|
|
3554
|
+
value: e
|
|
3555
|
+
};
|
|
3556
|
+
case "object": return { type: "NullLiteral" };
|
|
3557
|
+
case "string": return {
|
|
3558
|
+
type: "StringLiteral",
|
|
3559
|
+
value: e
|
|
3560
|
+
};
|
|
3561
|
+
case "undefined": return {
|
|
3562
|
+
type: "Identifier",
|
|
3563
|
+
name: "undefined"
|
|
3564
|
+
};
|
|
3565
|
+
default: throw new Error(`Unexpected 'LiteralPrimitive' value type ${typeof e}`);
|
|
3566
|
+
}
|
|
3567
|
+
}, Vs = (t) => ({
|
|
3568
|
+
type: "RegExpLiteral",
|
|
3569
|
+
pattern: t.body,
|
|
3570
|
+
flags: t.flags ?? ""
|
|
3571
|
+
});
|
|
3572
|
+
var Nr = {
|
|
3573
|
+
computed: !0,
|
|
3574
|
+
optional: !1
|
|
3575
|
+
}, Pr = {
|
|
3576
|
+
computed: !0,
|
|
3577
|
+
optional: !0
|
|
3578
|
+
}, Lr = {
|
|
3579
|
+
computed: !1,
|
|
3580
|
+
optional: !1
|
|
3581
|
+
}, Mr = {
|
|
3582
|
+
computed: !1,
|
|
3583
|
+
optional: !0
|
|
3584
|
+
}, Qe = ({ computed: t, optional: e }) => (n, s) => {
|
|
3585
|
+
let { receiver: i } = n, r;
|
|
3586
|
+
if (t) {
|
|
3587
|
+
let { key: u } = n;
|
|
3588
|
+
r = s.transformChild(u);
|
|
3589
|
+
} else {
|
|
3590
|
+
let u = i instanceof ne, { name: p, nameSpan: d } = n;
|
|
3591
|
+
if (r = s.create({
|
|
3592
|
+
type: "Identifier",
|
|
3593
|
+
name: p
|
|
3594
|
+
}, d, u ? s.ancestors : []), u) return r;
|
|
3595
|
+
}
|
|
3596
|
+
let a = s.transformChild(i);
|
|
3597
|
+
return e || ue(a) ? {
|
|
3598
|
+
type: "OptionalMemberExpression",
|
|
3599
|
+
optional: e,
|
|
3600
|
+
property: r,
|
|
3601
|
+
object: a,
|
|
3602
|
+
computed: t
|
|
3603
|
+
} : {
|
|
3604
|
+
type: "MemberExpression",
|
|
3605
|
+
property: r,
|
|
3606
|
+
object: a,
|
|
3607
|
+
computed: t
|
|
3608
|
+
};
|
|
3609
|
+
}, Us = Qe(Nr), Hs = Qe(Pr), Ws = Qe(Lr), qs = Qe(Mr);
|
|
3610
|
+
var js = (t, e) => ({
|
|
3611
|
+
type: "TSNonNullExpression",
|
|
3612
|
+
expression: e.transformChild(t.expression)
|
|
3613
|
+
});
|
|
3614
|
+
var zs = (t, e) => {
|
|
3615
|
+
let { keys: n, values: s } = t, i = (r, a = t) => e.create(r, a, [t, ...e.ancestors]);
|
|
3616
|
+
return {
|
|
3617
|
+
type: "ObjectExpression",
|
|
3618
|
+
properties: n.map((r, a) => {
|
|
3619
|
+
let u = s[a], p = [r.sourceSpan.start, u.sourceSpan.end];
|
|
3620
|
+
if (r.kind === "spread") return i({
|
|
3621
|
+
type: "SpreadElement",
|
|
3622
|
+
argument: e.transformChild(u)
|
|
3623
|
+
}, p);
|
|
3624
|
+
let d = !!r.isShorthandInitialized;
|
|
3625
|
+
return i({
|
|
3626
|
+
type: "ObjectProperty",
|
|
3627
|
+
key: i(r.quoted ? {
|
|
3628
|
+
type: "StringLiteral",
|
|
3629
|
+
value: r.key
|
|
3630
|
+
} : {
|
|
3631
|
+
type: "Identifier",
|
|
3632
|
+
name: r.key
|
|
3633
|
+
}, r.sourceSpan),
|
|
3634
|
+
value: e.transformChild(u),
|
|
3635
|
+
shorthand: d,
|
|
3636
|
+
computed: !1,
|
|
3637
|
+
method: !1
|
|
3638
|
+
}, p);
|
|
3639
|
+
})
|
|
3640
|
+
};
|
|
3641
|
+
};
|
|
3642
|
+
var Gs = (t, e) => e.transformChild(t.expression);
|
|
3643
|
+
var Xs = (t, e) => ({
|
|
3644
|
+
type: "NGPipeExpression",
|
|
3645
|
+
left: e.transformChild(t.exp),
|
|
3646
|
+
right: e.create({
|
|
3647
|
+
type: "Identifier",
|
|
3648
|
+
name: t.name
|
|
3649
|
+
}, t.nameSpan),
|
|
3650
|
+
arguments: e.transformChildren(t.args)
|
|
3651
|
+
});
|
|
3652
|
+
var Js = (t, e) => ({
|
|
3653
|
+
type: "SpreadElement",
|
|
3654
|
+
argument: e.transformChild(t.expression)
|
|
3655
|
+
});
|
|
3656
|
+
var Ys = (t, e) => ({
|
|
3657
|
+
type: "TaggedTemplateExpression",
|
|
3658
|
+
tag: e.transformChild(t.tag),
|
|
3659
|
+
quasi: e.transformChild(t.template)
|
|
3660
|
+
}), Qs = (t, e) => ({
|
|
3661
|
+
type: "TemplateLiteral",
|
|
3662
|
+
quasis: e.transformChildren(t.elements),
|
|
3663
|
+
expressions: e.transformChildren(t.expressions)
|
|
3664
|
+
}), Ks = (t, e) => {
|
|
3665
|
+
let [n] = e.ancestors, { elements: s } = n, i = s.indexOf(t), r = i === 0, a = i === s.length - 1, u = t.sourceSpan.end - (a ? 1 : 0), p = t.sourceSpan.start + (r ? 1 : 0), d = e.text.slice(p, u);
|
|
3666
|
+
return {
|
|
3667
|
+
type: "TemplateElement",
|
|
3668
|
+
value: {
|
|
3669
|
+
cooked: t.text,
|
|
3670
|
+
raw: d
|
|
3671
|
+
},
|
|
3672
|
+
tail: a,
|
|
3673
|
+
range: [p, u]
|
|
3674
|
+
};
|
|
3675
|
+
};
|
|
3676
|
+
var Zs = () => ({ type: "ThisExpression" });
|
|
3677
|
+
var Xt = (t) => (e, n) => ({
|
|
3678
|
+
type: "UnaryExpression",
|
|
3679
|
+
prefix: !0,
|
|
3680
|
+
operator: t,
|
|
3681
|
+
argument: n.transformChild(e.expression)
|
|
3682
|
+
}), ei = Xt("!"), ti = Xt("typeof"), ni = Xt("void"), si = (t, e) => ({
|
|
3683
|
+
type: "UnaryExpression",
|
|
3684
|
+
prefix: !0,
|
|
3685
|
+
argument: e.transformChild(t.expr),
|
|
3686
|
+
operator: t.operator
|
|
3687
|
+
});
|
|
3688
|
+
var Rr = (t) => {
|
|
3689
|
+
throw new Error(`Unexpected node type '${t.constructor.name}'`);
|
|
3690
|
+
}, ii = Rr;
|
|
3691
|
+
var oi = Is({
|
|
3692
|
+
visitASTWithSource: () => Ps,
|
|
3693
|
+
visitBinary: () => Ls,
|
|
3694
|
+
visitCall: () => Rs,
|
|
3695
|
+
visitChain: () => Ds,
|
|
3696
|
+
visitConditional: () => Bs,
|
|
3697
|
+
visitImplicitReceiver: () => ii,
|
|
3698
|
+
visitInterpolation: () => Os,
|
|
3699
|
+
visitKeyedRead: () => Us,
|
|
3700
|
+
visitLiteralArray: () => Ns,
|
|
3701
|
+
visitLiteralMap: () => zs,
|
|
3702
|
+
visitLiteralPrimitive: () => Fs,
|
|
3703
|
+
visitNonNullAssert: () => js,
|
|
3704
|
+
visitParenthesizedExpression: () => Gs,
|
|
3705
|
+
visitPipe: () => Xs,
|
|
3706
|
+
visitPrefixNot: () => ei,
|
|
3707
|
+
visitPropertyRead: () => Ws,
|
|
3708
|
+
visitRegularExpressionLiteral: () => Vs,
|
|
3709
|
+
visitSafeCall: () => $s,
|
|
3710
|
+
visitSafeKeyedRead: () => Hs,
|
|
3711
|
+
visitSafePropertyRead: () => qs,
|
|
3712
|
+
visitSpreadElement: () => Js,
|
|
3713
|
+
visitTaggedTemplateLiteral: () => Ys,
|
|
3714
|
+
visitTemplateLiteral: () => Qs,
|
|
3715
|
+
visitTemplateLiteralElement: () => Ks,
|
|
3716
|
+
visitThisReceiver: () => Zs,
|
|
3717
|
+
visitTypeofExpression: () => ti,
|
|
3718
|
+
visitUnary: () => si,
|
|
3719
|
+
visitVoidExpression: () => ni
|
|
3720
|
+
});
|
|
3721
|
+
var Ke = class Jt extends Ye {
|
|
3722
|
+
node;
|
|
3723
|
+
ancestors;
|
|
3724
|
+
constructor({ node: e, text: n, ancestors: s = [] }) {
|
|
3725
|
+
super(n), this.node = e, this.ancestors = s;
|
|
3726
|
+
}
|
|
3727
|
+
create(e, n, s = this.ancestors) {
|
|
3728
|
+
return s[0] instanceof Ee && (e.extra = {
|
|
3729
|
+
...e.extra,
|
|
3730
|
+
parenthesized: !0
|
|
3731
|
+
}), super.createNode(e, e.range ?? n ?? this.node);
|
|
3732
|
+
}
|
|
3733
|
+
transformChild(e) {
|
|
3734
|
+
return new Jt({
|
|
3735
|
+
node: e,
|
|
3736
|
+
ancestors: [this.node, ...this.ancestors],
|
|
3737
|
+
text: this.text
|
|
3738
|
+
}).transform();
|
|
3739
|
+
}
|
|
3740
|
+
transformChildren(e) {
|
|
3741
|
+
return e.map((n) => this.transformChild(n));
|
|
3742
|
+
}
|
|
3743
|
+
transform() {
|
|
3744
|
+
let { node: e } = this;
|
|
3745
|
+
if (e instanceof b) return this.create({ type: "NGEmptyExpression" });
|
|
3746
|
+
let n = e.visit(oi, this);
|
|
3747
|
+
return this.create(n, this.node);
|
|
3748
|
+
}
|
|
3749
|
+
static transform(e, n) {
|
|
3750
|
+
return new Jt({
|
|
3751
|
+
node: e,
|
|
3752
|
+
text: n,
|
|
3753
|
+
ancestors: []
|
|
3754
|
+
}).transform();
|
|
3755
|
+
}
|
|
3756
|
+
};
|
|
3757
|
+
var ai = class extends Ke {
|
|
3758
|
+
constructor(t) {
|
|
3759
|
+
super({
|
|
3760
|
+
node: t,
|
|
3761
|
+
text: t.source
|
|
3762
|
+
});
|
|
3763
|
+
}
|
|
3764
|
+
};
|
|
3765
|
+
var li = (t, e) => Ke.transform(t, e), ci = (t) => new ai(t).transform();
|
|
3766
|
+
var ui = (t, e) => (n, s, ...i) => n | 1 && s == null ? void 0 : (e.call(s) ?? s[t]).apply(s, i);
|
|
3767
|
+
function $r(t) {
|
|
3768
|
+
return this[t < 0 ? this.length + t : t];
|
|
3769
|
+
}
|
|
3770
|
+
var pi = ui("at", function() {
|
|
3771
|
+
if (Array.isArray(this) || typeof this == "string") return $r;
|
|
3772
|
+
});
|
|
3773
|
+
function hi(t) {
|
|
3774
|
+
return t instanceof ye;
|
|
3775
|
+
}
|
|
3776
|
+
function fi(t) {
|
|
3777
|
+
return t instanceof se;
|
|
3778
|
+
}
|
|
3779
|
+
var ae, J, m, di, C, Yt, Qt, Kt, mi, gi, vi, xi, le, Br = (le = class extends Ye {
|
|
3780
|
+
constructor(n, s) {
|
|
3781
|
+
super(s);
|
|
3782
|
+
ke(this, m);
|
|
3783
|
+
ke(this, ae);
|
|
3784
|
+
ke(this, J);
|
|
3785
|
+
st(this, ae, n), st(this, J, s);
|
|
3786
|
+
for (let i of n) v(this, m, mi).call(this, i);
|
|
3787
|
+
}
|
|
3788
|
+
get expressions() {
|
|
3789
|
+
return v(this, m, vi).call(this);
|
|
3790
|
+
}
|
|
3791
|
+
}, ae = /* @__PURE__ */ new WeakMap(), J = /* @__PURE__ */ new WeakMap(), m = /* @__PURE__ */ new WeakSet(), di = function() {
|
|
3792
|
+
return U(this, ae)[0].key;
|
|
3793
|
+
}, C = function(n, s) {
|
|
3794
|
+
return cn(le.prototype, this, "createNode").call(this, n, s);
|
|
3795
|
+
}, Yt = function(n) {
|
|
3796
|
+
return li(n, this.text);
|
|
3797
|
+
}, Qt = function(n) {
|
|
3798
|
+
return hn(n.slice(U(this, m, di).source.length));
|
|
3799
|
+
}, Kt = function(n) {
|
|
3800
|
+
let s = U(this, J);
|
|
3801
|
+
if (s[n.start] !== "\"" && s[n.start] !== "'") return;
|
|
3802
|
+
let i = s[n.start], r = !1;
|
|
3803
|
+
for (let a = n.start + 1; a < s.length; a++) switch (s[a]) {
|
|
3804
|
+
case i: if (!r) {
|
|
3805
|
+
n.end = a + 1;
|
|
3806
|
+
return;
|
|
3807
|
+
}
|
|
3808
|
+
default:
|
|
3809
|
+
r = !1;
|
|
3810
|
+
break;
|
|
3811
|
+
case "\\":
|
|
3812
|
+
r = !r;
|
|
3813
|
+
break;
|
|
3814
|
+
}
|
|
3815
|
+
}, mi = function(n) {
|
|
3816
|
+
v(this, m, Kt).call(this, n.key.span), fi(n) && n.value && v(this, m, Kt).call(this, n.value.span);
|
|
3817
|
+
}, gi = function(n) {
|
|
3818
|
+
if (!n.value || n.value.source) return n.value;
|
|
3819
|
+
let s = this.getCharacterIndex(/\S/, n.sourceSpan.start);
|
|
3820
|
+
return {
|
|
3821
|
+
source: "$implicit",
|
|
3822
|
+
span: {
|
|
3823
|
+
start: s,
|
|
3824
|
+
end: s
|
|
3825
|
+
}
|
|
3826
|
+
};
|
|
3827
|
+
}, vi = function() {
|
|
3828
|
+
let n = U(this, ae), [s] = n, i = U(this, J).slice(s.sourceSpan.start, s.sourceSpan.end).trim().length === 0 ? n.slice(1) : n, r = [], a = null;
|
|
3829
|
+
for (let [u, p] of i.entries()) {
|
|
3830
|
+
if (a && hi(a) && fi(p) && p.value && p.value.source === a.key.source) {
|
|
3831
|
+
let d = v(this, m, C).call(this, {
|
|
3832
|
+
type: "NGMicrosyntaxKey",
|
|
3833
|
+
name: p.key.source
|
|
3834
|
+
}, p.key.span), w = (T, y) => ({
|
|
3835
|
+
...T,
|
|
3836
|
+
...this.transformSpan({
|
|
3837
|
+
start: T.start,
|
|
3838
|
+
end: y
|
|
3839
|
+
})
|
|
3840
|
+
}), D = (T) => ({
|
|
3841
|
+
...w(T, d.end),
|
|
3842
|
+
alias: d
|
|
3843
|
+
}), _ = r.pop();
|
|
3844
|
+
if (_.type === "NGMicrosyntaxExpression") r.push(D(_));
|
|
3845
|
+
else if (_.type === "NGMicrosyntaxKeyedExpression") {
|
|
3846
|
+
let T = D(_.expression);
|
|
3847
|
+
r.push(w({
|
|
3848
|
+
..._,
|
|
3849
|
+
expression: T
|
|
3850
|
+
}, T.end));
|
|
3851
|
+
} else throw new Error(`Unexpected type ${_.type}`);
|
|
3852
|
+
} else r.push(v(this, m, xi).call(this, p, u));
|
|
3853
|
+
a = p;
|
|
3854
|
+
}
|
|
3855
|
+
return v(this, m, C).call(this, {
|
|
3856
|
+
type: "NGMicrosyntax",
|
|
3857
|
+
body: r
|
|
3858
|
+
}, r.length === 0 ? n[0].sourceSpan : {
|
|
3859
|
+
start: r[0].start,
|
|
3860
|
+
end: pi(0, r, -1).end
|
|
3861
|
+
});
|
|
3862
|
+
}, xi = function(n, s) {
|
|
3863
|
+
if (hi(n)) {
|
|
3864
|
+
let { key: i, value: r } = n;
|
|
3865
|
+
return r ? s === 0 ? v(this, m, C).call(this, {
|
|
3866
|
+
type: "NGMicrosyntaxExpression",
|
|
3867
|
+
expression: v(this, m, Yt).call(this, r.ast),
|
|
3868
|
+
alias: null
|
|
3869
|
+
}, r) : v(this, m, C).call(this, {
|
|
3870
|
+
type: "NGMicrosyntaxKeyedExpression",
|
|
3871
|
+
key: v(this, m, C).call(this, {
|
|
3872
|
+
type: "NGMicrosyntaxKey",
|
|
3873
|
+
name: v(this, m, Qt).call(this, i.source)
|
|
3874
|
+
}, i.span),
|
|
3875
|
+
expression: v(this, m, C).call(this, {
|
|
3876
|
+
type: "NGMicrosyntaxExpression",
|
|
3877
|
+
expression: v(this, m, Yt).call(this, r.ast),
|
|
3878
|
+
alias: null
|
|
3879
|
+
}, r)
|
|
3880
|
+
}, [i.span.start, r.sourceSpan.end]) : v(this, m, C).call(this, {
|
|
3881
|
+
type: "NGMicrosyntaxKey",
|
|
3882
|
+
name: v(this, m, Qt).call(this, i.source)
|
|
3883
|
+
}, i.span);
|
|
3884
|
+
} else {
|
|
3885
|
+
let { key: i, sourceSpan: r } = n;
|
|
3886
|
+
if (/^let\s$/.test(U(this, J).slice(r.start, r.start + 4))) {
|
|
3887
|
+
let { value: a } = n;
|
|
3888
|
+
return v(this, m, C).call(this, {
|
|
3889
|
+
type: "NGMicrosyntaxLet",
|
|
3890
|
+
key: v(this, m, C).call(this, {
|
|
3891
|
+
type: "NGMicrosyntaxKey",
|
|
3892
|
+
name: i.source
|
|
3893
|
+
}, i.span),
|
|
3894
|
+
value: a ? v(this, m, C).call(this, {
|
|
3895
|
+
type: "NGMicrosyntaxKey",
|
|
3896
|
+
name: a.source
|
|
3897
|
+
}, a.span) : null
|
|
3898
|
+
}, [r.start, a ? a.span.end : i.span.end]);
|
|
3899
|
+
} else {
|
|
3900
|
+
let a = v(this, m, gi).call(this, n);
|
|
3901
|
+
return v(this, m, C).call(this, {
|
|
3902
|
+
type: "NGMicrosyntaxAs",
|
|
3903
|
+
key: v(this, m, C).call(this, {
|
|
3904
|
+
type: "NGMicrosyntaxKey",
|
|
3905
|
+
name: a.source
|
|
3906
|
+
}, a.span),
|
|
3907
|
+
alias: v(this, m, C).call(this, {
|
|
3908
|
+
type: "NGMicrosyntaxKey",
|
|
3909
|
+
name: i.source
|
|
3910
|
+
}, i.span)
|
|
3911
|
+
}, [a.span.start, i.span.end]);
|
|
3912
|
+
}
|
|
3913
|
+
}
|
|
3914
|
+
}, le);
|
|
3915
|
+
function wi(t, e) {
|
|
3916
|
+
return new Br(t, e).expressions;
|
|
3917
|
+
}
|
|
3918
|
+
var Ze = (t) => (e) => {
|
|
3919
|
+
let { result: n, comments: s } = t(e);
|
|
3920
|
+
return Object.assign(ci(n), { comments: s });
|
|
3921
|
+
}, et = Ze(Cs), Zt = Ze(_s);
|
|
3922
|
+
Ze(Ts);
|
|
3923
|
+
var en = Ze(ks), tn = (t) => wi(bs(t).result.templateBindings, t);
|
|
3924
|
+
function nn(t) {
|
|
3925
|
+
let e = t.range?.[0] ?? t.start, n = (t.declaration?.decorators ?? t.decorators)?.[0];
|
|
3926
|
+
return n ? Math.min(nn(n), e) : e;
|
|
3927
|
+
}
|
|
3928
|
+
function Si(t) {
|
|
3929
|
+
return t.range?.[1] ?? t.end;
|
|
3930
|
+
}
|
|
3931
|
+
function tt(t) {
|
|
3932
|
+
return {
|
|
3933
|
+
astFormat: "estree",
|
|
3934
|
+
parse(e) {
|
|
3935
|
+
let n = t(e), { comments: s } = n;
|
|
3936
|
+
return delete n.comments, t === et && n.type !== "NGChainedExpression" && (n = {
|
|
3937
|
+
...n,
|
|
3938
|
+
type: "NGChainedExpression",
|
|
3939
|
+
expressions: [n]
|
|
3940
|
+
}), {
|
|
3941
|
+
type: "NGRoot",
|
|
3942
|
+
node: n,
|
|
3943
|
+
comments: s
|
|
3944
|
+
};
|
|
3945
|
+
},
|
|
3946
|
+
locStart: nn,
|
|
3947
|
+
locEnd: Si
|
|
3948
|
+
};
|
|
3949
|
+
}
|
|
3950
|
+
var Fr = tt(et), Vr = tt(Zt), Ur = tt(en), Hr = tt(tn);
|
|
3951
|
+
|
|
3952
|
+
//#endregion
|
|
3953
|
+
exports.default = Ei;
|
|
3954
|
+
exports.parsers = sn;
|