@storagehub/api-augment 0.2.14 → 0.4.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/parachain/interfaces/augment-api-consts.js +1 -1
- package/dist/parachain/interfaces/augment-api-errors.js +1 -1
- package/dist/parachain/interfaces/augment-api-events.js +1 -1
- package/dist/parachain/interfaces/augment-api-query.js +1 -1
- package/dist/parachain/interfaces/augment-api-rpc.js +1 -1
- package/dist/parachain/interfaces/augment-api-runtime.js +1 -1
- package/dist/parachain/interfaces/augment-api-tx.js +1 -1
- package/dist/parachain/interfaces/augment-api.js +7 -7
- package/dist/parachain/interfaces/augment-types.js +1 -1
- package/dist/parachain/interfaces/index.js +1 -1
- package/dist/parachain/interfaces/lookup.js +2785 -2373
- package/dist/parachain/interfaces/lookup.js.map +1 -1
- package/dist/parachain/interfaces/registry.js +1 -1
- package/dist/parachain/interfaces/storagehubclient/index.js +1 -1
- package/dist/parachain/interfaces/storagehubclient/runtime.js +5 -0
- package/dist/parachain/interfaces/storagehubclient/runtime.js.map +1 -1
- package/dist/parachain/interfaces/types-lookup.js +1 -1
- package/dist/parachain/interfaces/types.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-consts.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-errors.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-events.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-query.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-rpc.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-runtime.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-tx.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api.js +7 -7
- package/dist/solochain-evm/interfaces/augment-types.js +1 -1
- package/dist/solochain-evm/interfaces/index.js +1 -1
- package/dist/solochain-evm/interfaces/lookup.js +2029 -1659
- package/dist/solochain-evm/interfaces/lookup.js.map +1 -1
- package/dist/solochain-evm/interfaces/registry.js +1 -1
- package/dist/solochain-evm/interfaces/storagehubclient/index.js +1 -1
- package/dist/solochain-evm/interfaces/types-lookup.js +1 -1
- package/dist/solochain-evm/interfaces/types.js +1 -1
- package/dist/types/parachain/interfaces/augment-api-consts.d.ts +7 -7
- package/dist/types/parachain/interfaces/augment-api-errors.d.ts +7 -3
- package/dist/types/parachain/interfaces/augment-api-events.d.ts +828 -174
- package/dist/types/parachain/interfaces/augment-api-query.d.ts +330 -112
- package/dist/types/parachain/interfaces/augment-api-rpc.d.ts +32 -32
- package/dist/types/parachain/interfaces/augment-api-runtime.d.ts +33 -25
- package/dist/types/parachain/interfaces/augment-api-tx.d.ts +639 -149
- package/dist/types/parachain/interfaces/augment-api.d.ts +7 -7
- package/dist/types/parachain/interfaces/augment-types.d.ts +75 -75
- package/dist/types/parachain/interfaces/index.d.ts +1 -1
- package/dist/types/parachain/interfaces/lookup.d.ts +227 -217
- package/dist/types/parachain/interfaces/registry.d.ts +3 -3
- package/dist/types/parachain/interfaces/storagehubclient/index.d.ts +1 -1
- package/dist/types/parachain/interfaces/storagehubclient/types.d.ts +34 -34
- package/dist/types/parachain/interfaces/types-lookup.d.ts +536 -406
- package/dist/types/parachain/interfaces/types.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/augment-api-consts.d.ts +7 -7
- package/dist/types/solochain-evm/interfaces/augment-api-errors.d.ts +7 -3
- package/dist/types/solochain-evm/interfaces/augment-api-events.d.ts +674 -139
- package/dist/types/solochain-evm/interfaces/augment-api-query.d.ts +302 -100
- package/dist/types/solochain-evm/interfaces/augment-api-rpc.d.ts +32 -32
- package/dist/types/solochain-evm/interfaces/augment-api-runtime.d.ts +33 -25
- package/dist/types/solochain-evm/interfaces/augment-api-tx.d.ts +584 -132
- package/dist/types/solochain-evm/interfaces/augment-api.d.ts +7 -7
- package/dist/types/solochain-evm/interfaces/augment-types.d.ts +75 -75
- package/dist/types/solochain-evm/interfaces/index.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/lookup.d.ts +183 -173
- package/dist/types/solochain-evm/interfaces/registry.d.ts +3 -3
- package/dist/types/solochain-evm/interfaces/storagehubclient/index.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/storagehubclient/types.d.ts +35 -35
- package/dist/types/solochain-evm/interfaces/types-lookup.d.ts +412 -312
- package/dist/types/solochain-evm/interfaces/types.d.ts +1 -1
- package/metadata-sh-parachain.json +1 -1
- package/metadata-sh-solochain-evm.json +1 -1
- package/package.json +2 -2
- package/src/parachain/interfaces/augment-api-errors.ts +4 -0
- package/src/parachain/interfaces/augment-api-events.ts +8 -0
- package/src/parachain/interfaces/augment-api-query.ts +12 -0
- package/src/parachain/interfaces/augment-api-runtime.ts +14 -0
- package/src/parachain/interfaces/augment-api-tx.ts +13 -0
- package/src/parachain/interfaces/lookup.ts +233 -222
- package/src/parachain/interfaces/storagehubclient/runtime.ts +5 -0
- package/src/parachain/interfaces/types-lookup.ts +237 -224
- package/src/solochain-evm/interfaces/augment-api-errors.ts +4 -0
- package/src/solochain-evm/interfaces/augment-api-events.ts +8 -0
- package/src/solochain-evm/interfaces/augment-api-query.ts +12 -0
- package/src/solochain-evm/interfaces/augment-api-runtime.ts +14 -0
- package/src/solochain-evm/interfaces/augment-api-tx.ts +13 -0
- package/src/solochain-evm/interfaces/lookup.ts +189 -178
- package/src/solochain-evm/interfaces/types-lookup.ts +193 -180
- package/storagehub-api-augment-0.2.14.tgz +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import type { EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionEip1559Eip1559Transaction, EthereumTransactionEip2930AccessListItem, EthereumTransactionEip2930Eip2930Transaction, EthereumTransactionLegacyLegacyTransaction, EthereumTransactionLegacyTransactionAction, EthereumTransactionLegacyTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FinalityGrandpaEquivocationPrecommit, FinalityGrandpaEquivocationPrevote, FinalityGrandpaPrecommit, FinalityGrandpaPrevote, FpAccountEthereumSignature, FpRpcTransactionStatus, FrameMetadataHashExtensionCheckMetadataHash, FrameMetadataHashExtensionMode, FrameSupportDispatchDispatchClass, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportTokensMiscBalanceStatus, FrameSupportTokensMiscIdAmountRuntimeFreezeReason, FrameSupportTokensMiscIdAmountRuntimeHoldReason, FrameSystemAccountInfo, FrameSystemCall, FrameSystemCodeUpgradeAuthorization, FrameSystemDispatchEventInfo, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonZeroSender, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, PalletBabeCall, PalletBabeError, PalletBalancesAccountData, PalletBalancesAdjustmentDirection, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReserveData, PalletBucketNftsCall, PalletBucketNftsError, PalletBucketNftsEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEvmCall, PalletEvmCodeMetadata, PalletEvmError, PalletEvmEvent, PalletFileSystemBucketMoveRequestResponse, PalletFileSystemCall, PalletFileSystemError, PalletFileSystemEvent, PalletFileSystemFileDeletionRequest, PalletFileSystemFileKeyWithProof, PalletFileSystemFileOperation, PalletFileSystemFileOperationIntention, PalletFileSystemHoldReason, PalletFileSystemIncompleteStorageRequestMetadata, PalletFileSystemMoveBucketRequestMetadata, PalletFileSystemMspStorageRequestStatus, PalletFileSystemPendingFileDeletionRequest, PalletFileSystemPendingStopStoringRequest, PalletFileSystemRejectedStorageRequest, PalletFileSystemRejectedStorageRequestReason, PalletFileSystemReplicationTarget, PalletFileSystemStorageRequestBspsMetadata, PalletFileSystemStorageRequestMetadata, PalletFileSystemStorageRequestMspAcceptedFileKeys, PalletFileSystemStorageRequestMspBucketResponse, PalletGrandpaCall, PalletGrandpaError, PalletGrandpaEvent, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletNftsAttributeDeposit, PalletNftsAttributeNamespace, PalletNftsCall, PalletNftsCancelAttributesApprovalWitness, PalletNftsCollectionConfig, PalletNftsCollectionDetails, PalletNftsCollectionMetadata, PalletNftsCollectionRole, PalletNftsCollectionSetting, PalletNftsDestroyWitness, PalletNftsError, PalletNftsEvent, PalletNftsItemConfig, PalletNftsItemDeposit, PalletNftsItemDetails, PalletNftsItemMetadata, PalletNftsItemMetadataDeposit, PalletNftsItemSetting, PalletNftsItemTip, PalletNftsMintSettings, PalletNftsMintType, PalletNftsMintWitness, PalletNftsPalletAttributes, PalletNftsPalletFeature, PalletNftsPendingSwap, PalletNftsPreSignedAttributes, PalletNftsPreSignedMint, PalletNftsPriceDirection, PalletNftsPriceWithDirection, PalletOffencesEvent, PalletParametersCall, PalletParametersEvent, PalletPaymentStreamsCall, PalletPaymentStreamsDynamicRatePaymentStream, PalletPaymentStreamsError, PalletPaymentStreamsEvent, PalletPaymentStreamsFixedRatePaymentStream, PalletPaymentStreamsHoldReason, PalletPaymentStreamsProviderLastChargeableInfo, PalletProofsDealerCall, PalletProofsDealerCustomChallenge, PalletProofsDealerError, PalletProofsDealerEvent, PalletProofsDealerKeyProof, PalletProofsDealerProof, PalletProofsDealerProofSubmissionRecord, PalletRandomnessCall, PalletRandomnessEvent, PalletSessionCall, PalletSessionError, PalletSessionEvent, PalletStorageProvidersBackupStorageProvider, PalletStorageProvidersBucket, PalletStorageProvidersCall, PalletStorageProvidersError, PalletStorageProvidersEvent, PalletStorageProvidersHoldReason, PalletStorageProvidersMainStorageProvider, PalletStorageProvidersMainStorageProviderSignUpRequest, PalletStorageProvidersSignUpRequest, PalletStorageProvidersSignUpRequestSpParams, PalletStorageProvidersStorageProviderId, PalletStorageProvidersTopUpMetadata, PalletStorageProvidersValueProposition, PalletStorageProvidersValuePropositionWithId, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTimestampCall, PalletTransactionPaymentChargeTransactionPayment, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate, ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters, ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersKey, ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersValue, ShSolochainEvmRuntimeRuntime, ShSolochainEvmRuntimeRuntimeFreezeReason, ShSolochainEvmRuntimeRuntimeHoldReason, ShSolochainEvmRuntimeSessionKeys, ShpFileKeyVerifierFileKeyProof, ShpFileMetadataFileMetadata, ShpFileMetadataFingerprint, ShpTraitsTrieAddMutation, ShpTraitsTrieMutation, ShpTraitsTrieRemoveMutation, SpArithmeticArithmeticError, SpConsensusBabeAllowedSlots, SpConsensusBabeAppPublic, SpConsensusBabeBabeEpochConfiguration, SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusBabeDigestsPreDigest, SpConsensusBabeDigestsPrimaryPreDigest, SpConsensusBabeDigestsSecondaryPlainPreDigest, SpConsensusBabeDigestsSecondaryVRFPreDigest, SpConsensusGrandpaAppPublic, SpConsensusGrandpaAppSignature, SpConsensusGrandpaEquivocation, SpConsensusGrandpaEquivocationProof, SpConsensusSlotsEquivocationProof, SpCoreCryptoKeyTypeId, SpCoreSr25519VrfVrfSignature, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeHeader, SpRuntimeModuleError, SpRuntimeProvingTrieTrieError, SpRuntimeTokenError, SpRuntimeTransactionalError, SpSessionMembershipProof, SpStakingOffenceOffenceDetails, SpTrieStorageProofCompactProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight } from
|
|
3
|
-
declare module
|
|
1
|
+
import "@polkadot/types/types/registry";
|
|
2
|
+
import type { EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionEip1559Eip1559Transaction, EthereumTransactionEip2930AccessListItem, EthereumTransactionEip2930Eip2930Transaction, EthereumTransactionLegacyLegacyTransaction, EthereumTransactionLegacyTransactionAction, EthereumTransactionLegacyTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FinalityGrandpaEquivocationPrecommit, FinalityGrandpaEquivocationPrevote, FinalityGrandpaPrecommit, FinalityGrandpaPrevote, FpAccountEthereumSignature, FpRpcTransactionStatus, FrameMetadataHashExtensionCheckMetadataHash, FrameMetadataHashExtensionMode, FrameSupportDispatchDispatchClass, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportTokensMiscBalanceStatus, FrameSupportTokensMiscIdAmountRuntimeFreezeReason, FrameSupportTokensMiscIdAmountRuntimeHoldReason, FrameSystemAccountInfo, FrameSystemCall, FrameSystemCodeUpgradeAuthorization, FrameSystemDispatchEventInfo, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonZeroSender, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, PalletBabeCall, PalletBabeError, PalletBalancesAccountData, PalletBalancesAdjustmentDirection, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReserveData, PalletBucketNftsCall, PalletBucketNftsError, PalletBucketNftsEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEvmCall, PalletEvmCodeMetadata, PalletEvmError, PalletEvmEvent, PalletFileSystemBucketMoveRequestResponse, PalletFileSystemCall, PalletFileSystemError, PalletFileSystemEvent, PalletFileSystemFileDeletionRequest, PalletFileSystemFileKeyWithProof, PalletFileSystemFileOperation, PalletFileSystemFileOperationIntention, PalletFileSystemHoldReason, PalletFileSystemIncompleteStorageRequestMetadata, PalletFileSystemMoveBucketRequestMetadata, PalletFileSystemMspStorageRequestStatus, PalletFileSystemPendingFileDeletionRequest, PalletFileSystemPendingStopStoringRequest, PalletFileSystemRejectedStorageRequest, PalletFileSystemRejectedStorageRequestReason, PalletFileSystemReplicationTarget, PalletFileSystemStorageRequestBspsMetadata, PalletFileSystemStorageRequestMetadata, PalletFileSystemStorageRequestMspAcceptedFileKeys, PalletFileSystemStorageRequestMspBucketResponse, PalletGrandpaCall, PalletGrandpaError, PalletGrandpaEvent, PalletGrandpaStoredPendingChange, PalletGrandpaStoredState, PalletNftsAttributeDeposit, PalletNftsAttributeNamespace, PalletNftsCall, PalletNftsCancelAttributesApprovalWitness, PalletNftsCollectionConfig, PalletNftsCollectionDetails, PalletNftsCollectionMetadata, PalletNftsCollectionRole, PalletNftsCollectionSetting, PalletNftsDestroyWitness, PalletNftsError, PalletNftsEvent, PalletNftsItemConfig, PalletNftsItemDeposit, PalletNftsItemDetails, PalletNftsItemMetadata, PalletNftsItemMetadataDeposit, PalletNftsItemSetting, PalletNftsItemTip, PalletNftsMintSettings, PalletNftsMintType, PalletNftsMintWitness, PalletNftsPalletAttributes, PalletNftsPalletFeature, PalletNftsPendingSwap, PalletNftsPreSignedAttributes, PalletNftsPreSignedMint, PalletNftsPriceDirection, PalletNftsPriceWithDirection, PalletOffencesEvent, PalletParametersCall, PalletParametersEvent, PalletPaymentStreamsCall, PalletPaymentStreamsDynamicRatePaymentStream, PalletPaymentStreamsError, PalletPaymentStreamsEvent, PalletPaymentStreamsFixedRatePaymentStream, PalletPaymentStreamsHoldReason, PalletPaymentStreamsProviderLastChargeableInfo, PalletProofsDealerCall, PalletProofsDealerCustomChallenge, PalletProofsDealerError, PalletProofsDealerEvent, PalletProofsDealerKeyProof, PalletProofsDealerProof, PalletProofsDealerProofSubmissionRecord, PalletRandomnessCall, PalletRandomnessEvent, PalletSessionCall, PalletSessionError, PalletSessionEvent, PalletStorageProvidersBackupStorageProvider, PalletStorageProvidersBucket, PalletStorageProvidersCall, PalletStorageProvidersError, PalletStorageProvidersEvent, PalletStorageProvidersHoldReason, PalletStorageProvidersMainStorageProvider, PalletStorageProvidersMainStorageProviderSignUpRequest, PalletStorageProvidersSignUpRequest, PalletStorageProvidersSignUpRequestSpParams, PalletStorageProvidersStorageProviderId, PalletStorageProvidersTopUpMetadata, PalletStorageProvidersValueProposition, PalletStorageProvidersValuePropositionWithId, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTimestampCall, PalletTransactionPaymentChargeTransactionPayment, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor, ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate, ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters, ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersKey, ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParametersValue, ShSolochainEvmRuntimeRuntime, ShSolochainEvmRuntimeRuntimeFreezeReason, ShSolochainEvmRuntimeRuntimeHoldReason, ShSolochainEvmRuntimeSessionKeys, ShpFileKeyVerifierFileKeyProof, ShpFileMetadataFileMetadata, ShpFileMetadataFingerprint, ShpTraitsTrieAddMutation, ShpTraitsTrieMutation, ShpTraitsTrieRemoveMutation, SpArithmeticArithmeticError, SpConsensusBabeAllowedSlots, SpConsensusBabeAppPublic, SpConsensusBabeBabeEpochConfiguration, SpConsensusBabeDigestsNextConfigDescriptor, SpConsensusBabeDigestsPreDigest, SpConsensusBabeDigestsPrimaryPreDigest, SpConsensusBabeDigestsSecondaryPlainPreDigest, SpConsensusBabeDigestsSecondaryVRFPreDigest, SpConsensusGrandpaAppPublic, SpConsensusGrandpaAppSignature, SpConsensusGrandpaEquivocation, SpConsensusGrandpaEquivocationProof, SpConsensusSlotsEquivocationProof, SpCoreCryptoKeyTypeId, SpCoreSr25519VrfVrfSignature, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeHeader, SpRuntimeModuleError, SpRuntimeProvingTrieTrieError, SpRuntimeTokenError, SpRuntimeTransactionalError, SpSessionMembershipProof, SpStakingOffenceOffenceDetails, SpTrieStorageProofCompactProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight } from "@polkadot/types/lookup";
|
|
3
|
+
declare module "@polkadot/types/types/registry" {
|
|
4
4
|
interface InterfaceTypes {
|
|
5
5
|
EthbloomBloom: EthbloomBloom;
|
|
6
6
|
EthereumBlock: EthereumBlock;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from "./types.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { Bytes, Enum, Null, Struct, U8aFixed, Vec, bool, u32, u64 } from
|
|
2
|
-
import type { EthereumAccountId } from
|
|
3
|
-
import type { BalanceOf, BlockNumber, H256 } from
|
|
1
|
+
import type { Bytes, Enum, Null, Struct, U8aFixed, Vec, bool, u32, u64 } from "@polkadot/types-codec";
|
|
2
|
+
import type { EthereumAccountId } from "@polkadot/types/interfaces/eth";
|
|
3
|
+
import type { BalanceOf, BlockNumber, H256 } from "@polkadot/types/interfaces/runtime";
|
|
4
4
|
/** @name AccountId */
|
|
5
5
|
export interface AccountId extends EthereumAccountId {
|
|
6
6
|
}
|
|
@@ -8,7 +8,7 @@ export interface AccountId extends EthereumAccountId {
|
|
|
8
8
|
export interface AddFilesToForestStorageResult extends Enum {
|
|
9
9
|
readonly isSuccess: boolean;
|
|
10
10
|
readonly isForestNotFound: boolean;
|
|
11
|
-
readonly type:
|
|
11
|
+
readonly type: "Success" | "ForestNotFound";
|
|
12
12
|
}
|
|
13
13
|
/** @name Address */
|
|
14
14
|
export interface Address extends AccountId {
|
|
@@ -50,33 +50,33 @@ export interface FileMetadata extends Struct {
|
|
|
50
50
|
/** @name GenericApplyDeltaEventInfoError */
|
|
51
51
|
export interface GenericApplyDeltaEventInfoError extends Enum {
|
|
52
52
|
readonly isDecodeError: boolean;
|
|
53
|
-
readonly type:
|
|
53
|
+
readonly type: "DecodeError";
|
|
54
54
|
}
|
|
55
55
|
/** @name GetBspInfoError */
|
|
56
56
|
export interface GetBspInfoError extends Enum {
|
|
57
57
|
readonly isBspNotRegistered: boolean;
|
|
58
58
|
readonly isInternalApiError: boolean;
|
|
59
|
-
readonly type:
|
|
59
|
+
readonly type: "BspNotRegistered" | "InternalApiError";
|
|
60
60
|
}
|
|
61
61
|
/** @name GetChallengePeriodError */
|
|
62
62
|
export interface GetChallengePeriodError extends Enum {
|
|
63
63
|
readonly isProviderNotRegistered: boolean;
|
|
64
64
|
readonly isInternalApiError: boolean;
|
|
65
|
-
readonly type:
|
|
65
|
+
readonly type: "ProviderNotRegistered" | "InternalApiError";
|
|
66
66
|
}
|
|
67
67
|
/** @name GetChallengeSeedError */
|
|
68
68
|
export interface GetChallengeSeedError extends Enum {
|
|
69
69
|
readonly isTickBeyondLastSeedStored: boolean;
|
|
70
70
|
readonly isTickIsInTheFuture: boolean;
|
|
71
71
|
readonly isInternalApiError: boolean;
|
|
72
|
-
readonly type:
|
|
72
|
+
readonly type: "TickBeyondLastSeedStored" | "TickIsInTheFuture" | "InternalApiError";
|
|
73
73
|
}
|
|
74
74
|
/** @name GetCheckpointChallengesError */
|
|
75
75
|
export interface GetCheckpointChallengesError extends Enum {
|
|
76
76
|
readonly isTickGreaterThanLastCheckpointTick: boolean;
|
|
77
77
|
readonly isNoCheckpointChallengesInTick: boolean;
|
|
78
78
|
readonly isInternalApiError: boolean;
|
|
79
|
-
readonly type:
|
|
79
|
+
readonly type: "TickGreaterThanLastCheckpointTick" | "NoCheckpointChallengesInTick" | "InternalApiError";
|
|
80
80
|
}
|
|
81
81
|
/** @name GetFileFromFileStorageResult */
|
|
82
82
|
export interface GetFileFromFileStorageResult extends Enum {
|
|
@@ -87,7 +87,7 @@ export interface GetFileFromFileStorageResult extends Enum {
|
|
|
87
87
|
readonly asIncompleteFile: IncompleteFileStatus;
|
|
88
88
|
readonly isFileFoundWithInconsistency: boolean;
|
|
89
89
|
readonly asFileFoundWithInconsistency: FileMetadata;
|
|
90
|
-
readonly type:
|
|
90
|
+
readonly type: "FileNotFound" | "FileFound" | "IncompleteFile" | "FileFoundWithInconsistency";
|
|
91
91
|
}
|
|
92
92
|
/** @name GetNextDeadlineTickError */
|
|
93
93
|
export interface GetNextDeadlineTickError extends Enum {
|
|
@@ -95,20 +95,20 @@ export interface GetNextDeadlineTickError extends Enum {
|
|
|
95
95
|
readonly isProviderNotInitialised: boolean;
|
|
96
96
|
readonly isArithmeticOverflow: boolean;
|
|
97
97
|
readonly isInternalApiError: boolean;
|
|
98
|
-
readonly type:
|
|
98
|
+
readonly type: "ProviderNotRegistered" | "ProviderNotInitialised" | "ArithmeticOverflow" | "InternalApiError";
|
|
99
99
|
}
|
|
100
100
|
/** @name GetProofSubmissionRecordError */
|
|
101
101
|
export interface GetProofSubmissionRecordError extends Enum {
|
|
102
102
|
readonly isProviderNotRegistered: boolean;
|
|
103
103
|
readonly isProviderNeverSubmittedProof: boolean;
|
|
104
104
|
readonly isInternalApiError: boolean;
|
|
105
|
-
readonly type:
|
|
105
|
+
readonly type: "ProviderNotRegistered" | "ProviderNeverSubmittedProof" | "InternalApiError";
|
|
106
106
|
}
|
|
107
107
|
/** @name GetStakeError */
|
|
108
108
|
export interface GetStakeError extends Enum {
|
|
109
109
|
readonly isProviderNotRegistered: boolean;
|
|
110
110
|
readonly isInternalError: boolean;
|
|
111
|
-
readonly type:
|
|
111
|
+
readonly type: "ProviderNotRegistered" | "InternalError";
|
|
112
112
|
}
|
|
113
113
|
/** @name GetUsersWithDebtOverThresholdError */
|
|
114
114
|
export interface GetUsersWithDebtOverThresholdError extends Enum {
|
|
@@ -118,14 +118,14 @@ export interface GetUsersWithDebtOverThresholdError extends Enum {
|
|
|
118
118
|
readonly isAmountToChargeUnderflow: boolean;
|
|
119
119
|
readonly isDebtOverflow: boolean;
|
|
120
120
|
readonly isInternalApiError: boolean;
|
|
121
|
-
readonly type:
|
|
121
|
+
readonly type: "ProviderNotRegistered" | "ProviderWithoutPaymentStreams" | "AmountToChargeOverflow" | "AmountToChargeUnderflow" | "DebtOverflow" | "InternalApiError";
|
|
122
122
|
}
|
|
123
123
|
/** @name GetValuePropositionsResult */
|
|
124
124
|
export interface GetValuePropositionsResult extends Enum {
|
|
125
125
|
readonly isSuccess: boolean;
|
|
126
126
|
readonly asSuccess: Vec<Bytes>;
|
|
127
127
|
readonly isNotAnMsp: boolean;
|
|
128
|
-
readonly type:
|
|
128
|
+
readonly type: "Success" | "NotAnMsp";
|
|
129
129
|
}
|
|
130
130
|
/** @name IncompleteFileStatus */
|
|
131
131
|
export interface IncompleteFileStatus extends Struct {
|
|
@@ -147,7 +147,7 @@ export interface IncompleteStorageRequestMetadataResponse extends Struct {
|
|
|
147
147
|
export interface IsStorageRequestOpenToVolunteersError extends Enum {
|
|
148
148
|
readonly isStorageRequestNotFound: boolean;
|
|
149
149
|
readonly isInternalApiError: boolean;
|
|
150
|
-
readonly type:
|
|
150
|
+
readonly type: "StorageRequestNotFound" | "InternalApiError";
|
|
151
151
|
}
|
|
152
152
|
/** @name Key */
|
|
153
153
|
export interface Key extends H256 {
|
|
@@ -175,7 +175,7 @@ export interface MspStorageRequestStatus extends Enum {
|
|
|
175
175
|
readonly asAcceptedNewFile: ProviderId;
|
|
176
176
|
readonly isAcceptedExistingFile: boolean;
|
|
177
177
|
readonly asAcceptedExistingFile: ProviderId;
|
|
178
|
-
readonly type:
|
|
178
|
+
readonly type: "None" | "Pending" | "AcceptedNewFile" | "AcceptedExistingFile";
|
|
179
179
|
}
|
|
180
180
|
/** @name Multiaddresses */
|
|
181
181
|
export interface Multiaddresses extends Vec<Bytes> {
|
|
@@ -187,7 +187,7 @@ export interface ProviderId extends H256 {
|
|
|
187
187
|
export interface QueryAvailableStorageCapacityError extends Enum {
|
|
188
188
|
readonly isProviderNotRegistered: boolean;
|
|
189
189
|
readonly isInternalApiError: boolean;
|
|
190
|
-
readonly type:
|
|
190
|
+
readonly type: "ProviderNotRegistered" | "InternalApiError";
|
|
191
191
|
}
|
|
192
192
|
/** @name QueryBspConfirmChunksToProveForFileError */
|
|
193
193
|
export interface QueryBspConfirmChunksToProveForFileError extends Enum {
|
|
@@ -195,38 +195,38 @@ export interface QueryBspConfirmChunksToProveForFileError extends Enum {
|
|
|
195
195
|
readonly isConfirmChunks: boolean;
|
|
196
196
|
readonly asConfirmChunks: QueryConfirmChunksToProveForFileError;
|
|
197
197
|
readonly isInternalError: boolean;
|
|
198
|
-
readonly type:
|
|
198
|
+
readonly type: "StorageRequestNotFound" | "ConfirmChunks" | "InternalError";
|
|
199
199
|
}
|
|
200
200
|
/** @name QueryBspsVolunteeredForFileError */
|
|
201
201
|
export interface QueryBspsVolunteeredForFileError extends Enum {
|
|
202
202
|
readonly isStorageRequestNotFound: boolean;
|
|
203
203
|
readonly isInternalError: boolean;
|
|
204
|
-
readonly type:
|
|
204
|
+
readonly type: "StorageRequestNotFound" | "InternalError";
|
|
205
205
|
}
|
|
206
206
|
/** @name QueryBucketsForMspError */
|
|
207
207
|
export interface QueryBucketsForMspError extends Enum {
|
|
208
208
|
readonly isProviderNotRegistered: boolean;
|
|
209
209
|
readonly isInternalError: boolean;
|
|
210
|
-
readonly type:
|
|
210
|
+
readonly type: "ProviderNotRegistered" | "InternalError";
|
|
211
211
|
}
|
|
212
212
|
/** @name QueryBucketsOfUserStoredByMspError */
|
|
213
213
|
export interface QueryBucketsOfUserStoredByMspError extends Enum {
|
|
214
214
|
readonly isNotAnMsp: boolean;
|
|
215
215
|
readonly isInternalError: boolean;
|
|
216
|
-
readonly type:
|
|
216
|
+
readonly type: "NotAnMsp" | "InternalError";
|
|
217
217
|
}
|
|
218
218
|
/** @name QueryConfirmChunksToProveForFileError */
|
|
219
219
|
export interface QueryConfirmChunksToProveForFileError extends Enum {
|
|
220
220
|
readonly isChallengedChunkToChunkIdError: boolean;
|
|
221
221
|
readonly isFailedToCreateFileMetadata: boolean;
|
|
222
222
|
readonly isFailedToGenerateChunkChallenges: boolean;
|
|
223
|
-
readonly type:
|
|
223
|
+
readonly type: "ChallengedChunkToChunkIdError" | "FailedToCreateFileMetadata" | "FailedToGenerateChunkChallenges";
|
|
224
224
|
}
|
|
225
225
|
/** @name QueryEarliestChangeCapacityBlockError */
|
|
226
226
|
export interface QueryEarliestChangeCapacityBlockError extends Enum {
|
|
227
227
|
readonly isProviderNotRegistered: boolean;
|
|
228
228
|
readonly isInternalApiError: boolean;
|
|
229
|
-
readonly type:
|
|
229
|
+
readonly type: "ProviderNotRegistered" | "InternalApiError";
|
|
230
230
|
}
|
|
231
231
|
/** @name QueryFileEarliestVolunteerBlockError */
|
|
232
232
|
export interface QueryFileEarliestVolunteerBlockError extends Enum {
|
|
@@ -235,13 +235,13 @@ export interface QueryFileEarliestVolunteerBlockError extends Enum {
|
|
|
235
235
|
readonly isThresholdArithmeticError: boolean;
|
|
236
236
|
readonly isStorageRequestNotFound: boolean;
|
|
237
237
|
readonly isInternalError: boolean;
|
|
238
|
-
readonly type:
|
|
238
|
+
readonly type: "FailedToEncodeFingerprint" | "FailedToEncodeBsp" | "ThresholdArithmeticError" | "StorageRequestNotFound" | "InternalError";
|
|
239
239
|
}
|
|
240
240
|
/** @name QueryIncompleteStorageRequestMetadataError */
|
|
241
241
|
export interface QueryIncompleteStorageRequestMetadataError extends Enum {
|
|
242
242
|
readonly isStorageNotFound: boolean;
|
|
243
243
|
readonly isInternalError: boolean;
|
|
244
|
-
readonly type:
|
|
244
|
+
readonly type: "StorageNotFound" | "InternalError";
|
|
245
245
|
}
|
|
246
246
|
/** @name QueryMspConfirmChunksToProveForFileError */
|
|
247
247
|
export interface QueryMspConfirmChunksToProveForFileError extends Enum {
|
|
@@ -249,25 +249,25 @@ export interface QueryMspConfirmChunksToProveForFileError extends Enum {
|
|
|
249
249
|
readonly isConfirmChunks: boolean;
|
|
250
250
|
readonly asConfirmChunks: QueryConfirmChunksToProveForFileError;
|
|
251
251
|
readonly isInternalError: boolean;
|
|
252
|
-
readonly type:
|
|
252
|
+
readonly type: "StorageRequestNotFound" | "ConfirmChunks" | "InternalError";
|
|
253
253
|
}
|
|
254
254
|
/** @name QueryMspIdOfBucketIdError */
|
|
255
255
|
export interface QueryMspIdOfBucketIdError extends Enum {
|
|
256
256
|
readonly isBucketNotFound: boolean;
|
|
257
257
|
readonly isInternalApiError: boolean;
|
|
258
|
-
readonly type:
|
|
258
|
+
readonly type: "BucketNotFound" | "InternalApiError";
|
|
259
259
|
}
|
|
260
260
|
/** @name QueryProviderMultiaddressesError */
|
|
261
261
|
export interface QueryProviderMultiaddressesError extends Enum {
|
|
262
262
|
readonly isProviderNotRegistered: boolean;
|
|
263
263
|
readonly isInternalApiError: boolean;
|
|
264
|
-
readonly type:
|
|
264
|
+
readonly type: "ProviderNotRegistered" | "InternalApiError";
|
|
265
265
|
}
|
|
266
266
|
/** @name QueryStorageProviderCapacityError */
|
|
267
267
|
export interface QueryStorageProviderCapacityError extends Enum {
|
|
268
268
|
readonly isProviderNotRegistered: boolean;
|
|
269
269
|
readonly isInternalApiError: boolean;
|
|
270
|
-
readonly type:
|
|
270
|
+
readonly type: "ProviderNotRegistered" | "InternalApiError";
|
|
271
271
|
}
|
|
272
272
|
/** @name RandomnessOutput */
|
|
273
273
|
export interface RandomnessOutput extends H256 {
|
|
@@ -276,7 +276,7 @@ export interface RandomnessOutput extends H256 {
|
|
|
276
276
|
export interface RemoveFilesFromForestStorageResult extends Enum {
|
|
277
277
|
readonly isSuccess: boolean;
|
|
278
278
|
readonly isForestNotFound: boolean;
|
|
279
|
-
readonly type:
|
|
279
|
+
readonly type: "Success" | "ForestNotFound";
|
|
280
280
|
}
|
|
281
281
|
/** @name ReputationWeightType */
|
|
282
282
|
export interface ReputationWeightType extends u32 {
|
|
@@ -288,7 +288,7 @@ export interface RpcProviderId extends Enum {
|
|
|
288
288
|
readonly asBsp: H256;
|
|
289
289
|
readonly isMsp: boolean;
|
|
290
290
|
readonly asMsp: H256;
|
|
291
|
-
readonly type:
|
|
291
|
+
readonly type: "NotAProvider" | "Bsp" | "Msp";
|
|
292
292
|
}
|
|
293
293
|
/** @name SaveFileToDisk */
|
|
294
294
|
export interface SaveFileToDisk extends Enum {
|
|
@@ -297,7 +297,7 @@ export interface SaveFileToDisk extends Enum {
|
|
|
297
297
|
readonly asSuccess: FileMetadata;
|
|
298
298
|
readonly isIncompleteFile: boolean;
|
|
299
299
|
readonly asIncompleteFile: IncompleteFileStatus;
|
|
300
|
-
readonly type:
|
|
300
|
+
readonly type: "FileNotFound" | "Success" | "IncompleteFile";
|
|
301
301
|
}
|
|
302
302
|
/** @name ShouldRemoveFile */
|
|
303
303
|
export interface ShouldRemoveFile extends bool {
|
|
@@ -314,7 +314,7 @@ export interface StorageProviderId extends Enum {
|
|
|
314
314
|
readonly asBackupStorageProvider: BackupStorageProviderId;
|
|
315
315
|
readonly isMainStorageProvider: boolean;
|
|
316
316
|
readonly asMainStorageProvider: MainStorageProviderId;
|
|
317
|
-
readonly type:
|
|
317
|
+
readonly type: "BackupStorageProvider" | "MainStorageProvider";
|
|
318
318
|
}
|
|
319
319
|
/** @name StorageRequestMetadata */
|
|
320
320
|
export interface StorageRequestMetadata extends Struct {
|
|
@@ -348,4 +348,4 @@ export interface ValuePropositionWithId extends Struct {
|
|
|
348
348
|
readonly id: ValuePropId;
|
|
349
349
|
readonly value_prop: ValueProposition;
|
|
350
350
|
}
|
|
351
|
-
export type PHANTOM_STORAGEHUBCLIENT =
|
|
351
|
+
export type PHANTOM_STORAGEHUBCLIENT = "storagehubclient";
|