@helium/blockchain-api 0.11.14 → 0.11.16
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/{chunk-GCE3A6BK.js → chunk-24NP4OA4.js} +14 -11
- package/dist/{chunk-YVB4ENKX.js → chunk-5G5SYHQP.js} +4 -2
- package/dist/{chunk-MSIA3ZUI.js → chunk-7DAYLUKX.js} +1 -1
- package/dist/{chunk-RD5LUTM5.js → chunk-EIDQ3E2M.js} +2 -2
- package/dist/{chunk-T7OKPHTD.js → chunk-FZAL6UXR.js} +2 -2
- package/dist/{chunk-6LMSAIIW.js → chunk-HJRGZSOG.js} +9 -5
- package/dist/{chunk-5AFWG4KQ.js → chunk-IFZEDIKX.js} +1 -1
- package/dist/{chunk-LHKDTWB2.js → chunk-NNN5EOVI.js} +1 -1
- package/dist/{chunk-NBOSJXWK.js → chunk-OA3JG5QL.js} +2 -2
- package/dist/{chunk-7R4XQ5SN.js → chunk-PPNXNULU.js} +34 -2
- package/dist/{chunk-5ZPW3MRC.js → chunk-S46U7PBT.js} +1 -1
- package/dist/{chunk-4CY5D37F.js → chunk-U3ZF47XT.js} +1 -1
- package/dist/contracts.d.ts +266 -0
- package/dist/contracts.js +12 -12
- package/dist/index.d.ts +2 -2
- package/dist/index.js +12 -12
- package/dist/schemas/common.d.ts +6 -0
- package/dist/schemas/common.js +1 -1
- package/dist/schemas/data-credits.js +2 -2
- package/dist/schemas/fiat.d.ts +1 -0
- package/dist/schemas/fiat.js +3 -3
- package/dist/schemas/governance.d.ts +16 -0
- package/dist/schemas/governance.js +2 -2
- package/dist/schemas/hotspots.d.ts +27 -1
- package/dist/schemas/hotspots.js +2 -2
- package/dist/schemas/migration.js +3 -3
- package/dist/schemas/reward-contract.d.ts +3 -0
- package/dist/schemas/reward-contract.js +2 -2
- package/dist/schemas/swap.d.ts +1 -0
- package/dist/schemas/swap.js +2 -2
- package/dist/schemas/tokens.d.ts +2 -0
- package/dist/schemas/tokens.js +2 -2
- package/dist/schemas/transactions.d.ts +61 -1
- package/dist/schemas/transactions.js +2 -2
- package/dist/schemas/welcome-packs.d.ts +3 -0
- package/dist/schemas/welcome-packs.js +3 -3
- package/dist/schemas.d.ts +2 -2
- package/dist/schemas.js +11 -11
- package/package.json +1 -1
package/dist/contracts.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { apiContract, dataCreditsContract, fiatContract, fullApiContract, governanceContract, healthContract, hotspotsContract, migrationContract, rewardContract, swapContract, tokensContract, transactionsContract, webhooksContract, welcomePacksContract } from './chunk-
|
|
1
|
+
export { apiContract, dataCreditsContract, fiatContract, fullApiContract, governanceContract, healthContract, hotspotsContract, migrationContract, rewardContract, swapContract, tokensContract, transactionsContract, webhooksContract, welcomePacksContract } from './chunk-24NP4OA4.js';
|
|
2
2
|
import './chunk-6EPXJJY5.js';
|
|
3
3
|
import './chunk-7CTJX35S.js';
|
|
4
|
-
import './chunk-
|
|
5
|
-
import './chunk-
|
|
6
|
-
import './chunk-
|
|
7
|
-
import './chunk-
|
|
8
|
-
import './chunk-
|
|
9
|
-
import './chunk-
|
|
10
|
-
import './chunk-
|
|
11
|
-
import './chunk-
|
|
12
|
-
import './chunk-
|
|
4
|
+
import './chunk-OA3JG5QL.js';
|
|
5
|
+
import './chunk-U3ZF47XT.js';
|
|
6
|
+
import './chunk-7DAYLUKX.js';
|
|
7
|
+
import './chunk-PPNXNULU.js';
|
|
8
|
+
import './chunk-IFZEDIKX.js';
|
|
9
|
+
import './chunk-FZAL6UXR.js';
|
|
10
|
+
import './chunk-EIDQ3E2M.js';
|
|
11
|
+
import './chunk-S46U7PBT.js';
|
|
12
|
+
import './chunk-NNN5EOVI.js';
|
|
13
13
|
import './chunk-4RVSLJOU.js';
|
|
14
|
-
import './chunk-
|
|
15
|
-
import './chunk-
|
|
14
|
+
import './chunk-HJRGZSOG.js';
|
|
15
|
+
import './chunk-5G5SYHQP.js';
|
package/dist/index.d.ts
CHANGED
|
@@ -3,10 +3,10 @@ export { BankAccount, BankAccountListOutput, BankAccountListOutputSchema, BankAc
|
|
|
3
3
|
export { AssignProxiesInput, AssignProxiesInputSchema, AssignProxiesResponse, AssignProxiesResponseSchema, ClaimDelegationRewardsInput, ClaimDelegationRewardsInputSchema, ClaimDelegationRewardsResponse, ClaimDelegationRewardsResponseSchema, ClosePositionInput, ClosePositionInputSchema, ClosePositionResponse, ClosePositionResponseSchema, CreatePositionInput, CreatePositionInputSchema, CreatePositionResponse, CreatePositionResponseSchema, DelegatePositionInput, DelegatePositionInputSchema, DelegatePositionsResponse, DelegatePositionsResponseSchema, ExtendDelegationInput, ExtendDelegationInputSchema, ExtendDelegationResponse, ExtendDelegationResponseSchema, ExtendPositionInput, ExtendPositionInputSchema, ExtendPositionResponse, ExtendPositionResponseSchema, FlipLockupKindInput, FlipLockupKindInputSchema, FlipLockupKindResponse, FlipLockupKindResponseSchema, LockupKind, LockupKindSchema, RelinquishPositionVotesInput, RelinquishPositionVotesInputSchema, RelinquishPositionVotesResponse, RelinquishPositionVotesResponseSchema, RelinquishVoteInput, RelinquishVoteInputSchema, RelinquishVoteResponse, RelinquishVoteResponseSchema, ResetLockupInput, ResetLockupInputSchema, ResetLockupResponse, ResetLockupResponseSchema, SplitPositionInput, SplitPositionInputSchema, SplitPositionResponse, SplitPositionResponseSchema, TransferPositionInput, TransferPositionInputSchema, TransferPositionResponse, TransferPositionResponseSchema, UnassignProxiesInput, UnassignProxiesInputSchema, UnassignProxiesResponse, UnassignProxiesResponseSchema, UndelegateInput, UndelegateInputSchema, UndelegatePositionResponse, UndelegatePositionResponseSchema, VoteInput, VoteInputSchema, VoteResponse, VoteResponseSchema } from './schemas/governance.js';
|
|
4
4
|
export { HealthResponse, HealthResponseSchema } from './schemas/health.js';
|
|
5
5
|
export { CreateHntAccountInput, CreateHntAccountInputSchema, CreateHntAccountOutput, CreateHntAccountOutputSchema, GetBalancesInput, GetBalancesInputSchema, TokenAccount, TokenAccountSchema, TokenBalanceData, TokenBalanceDataSchema, TransferInput, TransferInputSchema, TransferOutput, TransferOutputSchema } from './schemas/tokens.js';
|
|
6
|
-
export { AutomationScheduleSchema, AutomationStatus, AutomationStatusOutputSchema, ClaimRewardsInput, ClaimRewardsInputSchema, ClaimRewardsOutputSchema, CloseAutomationInput, CloseAutomationInputSchema, CloseAutomationOutputSchema, CreateSplitInput, CreateSplitInputSchema, CreateSplitOutputSchema, DeleteSplitInput, DeleteSplitInputSchema, DeleteSplitOutputSchema, DeviceType, DeviceTypeSchema, FundAutomationInput, FundAutomationInputSchema, FundAutomationOutputSchema, FundingEstimate, FundingEstimateOutputSchema, GetAutomationStatusInput, GetAutomationStatusInputSchema, GetFundingEstimateInput, GetFundingEstimateInputSchema, GetHotspotsInput, GetHotspotsInputSchema, GetPendingRewardsInput, GetPendingRewardsInputSchema, GetPendingRewardsOutput, GetPendingRewardsOutputSchema, GetSplitInput, GetSplitInputSchema, Hotspot, HotspotSchema, HotspotSharesSchema, HotspotType, HotspotTypeSchema, HotspotsData, HotspotsDataSchema, OwnershipType, OwnershipTypeSchema, SetupAutomationInput, SetupAutomationInputSchema, SetupAutomationOutputSchema, SplitResponse, SplitResponseSchema, SplitShare, SplitShareSchema, TransferHotspotInput, TransferHotspotInputSchema, TransferHotspotOutputSchema, UpdateHotspotInfoInputSchema, UpdateHotspotInfoOutputSchema, UpdateRewardsDestinationInput, UpdateRewardsDestinationInputSchema, UpdateRewardsDestinationOutputSchema } from './schemas/hotspots.js';
|
|
6
|
+
export { AutomationScheduleSchema, AutomationStatus, AutomationStatusOutputSchema, ClaimRewardsInput, ClaimRewardsInputSchema, ClaimRewardsOutputSchema, CloseAutomationInput, CloseAutomationInputSchema, CloseAutomationOutputSchema, CreateSplitInput, CreateSplitInputSchema, CreateSplitOutputSchema, DeleteSplitInput, DeleteSplitInputSchema, DeleteSplitOutputSchema, DeviceType, DeviceTypeSchema, FundAutomationInput, FundAutomationInputSchema, FundAutomationOutputSchema, FundingEstimate, FundingEstimateOutputSchema, GetAutomationStatusInput, GetAutomationStatusInputSchema, GetFundingEstimateInput, GetFundingEstimateInputSchema, GetHotspotsInput, GetHotspotsInputSchema, GetPendingRewardsInput, GetPendingRewardsInputSchema, GetPendingRewardsOutput, GetPendingRewardsOutputSchema, GetSplitInput, GetSplitInputSchema, Hotspot, HotspotSchema, HotspotSharesSchema, HotspotType, HotspotTypeSchema, HotspotsData, HotspotsDataSchema, OwnershipType, OwnershipTypeSchema, RewardNetworkSchema, SetupAutomationInput, SetupAutomationInputSchema, SetupAutomationOutputSchema, SplitResponse, SplitResponseSchema, SplitShare, SplitShareSchema, TransferHotspotInput, TransferHotspotInputSchema, TransferHotspotOutputSchema, UpdateHotspotInfoInputSchema, UpdateHotspotInfoOutputSchema, UpdateRewardsDestinationInput, UpdateRewardsDestinationInputSchema, UpdateRewardsDestinationOutputSchema } from './schemas/hotspots.js';
|
|
7
7
|
export { ClaimInviteRequestSchema, ClaimInviteResponseSchema, CreateInviteResponseSchema, CreateRewardContractTransactionInputSchema, CreateRewardContractTransactionResponseSchema, DeleteRewardContractTransactionResponseSchema, EstimateCostToCreateRewardContractResponseSchema, FindRewardContractResponseSchema } from './schemas/reward-contract.js';
|
|
8
8
|
export { GetInstructionsInput, GetInstructionsInputSchema, GetQuoteInput, GetQuoteInputSchema, GetTokensInput, GetTokensInputSchema, QuoteResponse, QuoteResponseSchema, SwapTransactionDataSchema, Token, TokenListOutput, TokenListOutputSchema, TokenSchema } from './schemas/swap.js';
|
|
9
|
-
export { BatchStatusOutput, BatchStatusOutputSchema, EstimateInput, EstimateInputSchema, EstimateOutput, EstimateOutputSchema, GetByPayerAndTagInput, GetByPayerAndTagInputSchema, GetByPayerInput, GetByPayerInputSchema, GetInput, GetInputSchema, PayerBatchSummary, PayerBatchSummarySchema, PayerBatchesOutput, PayerBatchesOutputSchema, ResubmitInput, ResubmitInputSchema, ResubmitOutput, ResubmitOutputSchema, SubmitInput, SubmitInputSchema, SubmitOutput, SubmitOutputSchema, TransactionStatus, TransactionStatusSchema } from './schemas/transactions.js';
|
|
9
|
+
export { BatchStatusOutput, BatchStatusOutputSchema, EstimateInput, EstimateInputSchema, EstimateOutput, EstimateOutputSchema, GetByPayerAndTagInput, GetByPayerAndTagInputSchema, GetByPayerInput, GetByPayerInputSchema, GetHistoryInput, GetHistoryInputSchema, GetInput, GetInputSchema, HistoryAction, HistoryActionSchema, HistoryOutput, HistoryOutputSchema, HistoryTransaction, HistoryTransactionSchema, PayerBatchSummary, PayerBatchSummarySchema, PayerBatchesOutput, PayerBatchesOutputSchema, ResubmitInput, ResubmitInputSchema, ResubmitOutput, ResubmitOutputSchema, SubmitInput, SubmitInputSchema, SubmitOutput, SubmitOutputSchema, TransactionStatus, TransactionStatusSchema } from './schemas/transactions.js';
|
|
10
10
|
export { WelcomePack, WelcomePackClaimInput, WelcomePackClaimInputSchema, WelcomePackClaimOutput, WelcomePackClaimOutputSchema, WelcomePackCreateInput, WelcomePackCreateInputSchema, WelcomePackCreateOutput, WelcomePackCreateOutputSchema, WelcomePackDeleteInput, WelcomePackDeleteInputSchema, WelcomePackDeleteOutput, WelcomePackDeleteOutputSchema, WelcomePackGetByAddressInput, WelcomePackGetByAddressInputSchema, WelcomePackGetInput, WelcomePackGetInputSchema, WelcomePackInviteInput, WelcomePackInviteInputSchema, WelcomePackInviteOutput, WelcomePackInviteOutputSchema, WelcomePackListInput, WelcomePackListInputSchema, WelcomePackListOutput, WelcomePackListOutputSchema, WelcomePackSchema } from './schemas/welcome-packs.js';
|
|
11
11
|
export { MigratableHotspotSchema, MigratableHotspotsInput, MigratableHotspotsInputSchema, MigratableHotspotsOutput, MigratableHotspotsOutputSchema, MigrateInput, MigrateInputSchema, MigrateOutput, MigrateOutputSchema, MigrateTransactionDataSchema, MigrateTransactionItemSchema } from './schemas/migration.js';
|
|
12
12
|
export { DelegateDataCreditsInput, DelegateDataCreditsInputSchema, MintDataCreditsInput, MintDataCreditsInputSchema } from './schemas/data-credits.js';
|
package/dist/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import './chunk-KTADG6LO.js';
|
|
2
|
-
export { apiContract, fullApiContract } from './chunk-
|
|
2
|
+
export { apiContract, fullApiContract } from './chunk-24NP4OA4.js';
|
|
3
3
|
export { BAD_REQUEST, CONFLICT, INSUFFICIENT_FUNDS, INVALID_WALLET_ADDRESS, NOT_FOUND, RATE_LIMITED, SIMULATION_FAILED, TRANSACTION_FAILED, UNAUTHENTICATED, UNAUTHORIZED } from './chunk-6EPXJJY5.js';
|
|
4
4
|
import './chunk-7CTJX35S.js';
|
|
5
5
|
import './chunk-TPPTOJHD.js';
|
|
6
|
-
export { MigratableHotspotSchema, MigratableHotspotsInputSchema, MigratableHotspotsOutputSchema, MigrateInputSchema, MigrateOutputSchema, MigrateTransactionDataSchema, MigrateTransactionItemSchema } from './chunk-
|
|
7
|
-
export { ClaimInviteRequestSchema, ClaimInviteResponseSchema, CreateInviteResponseSchema, CreateRewardContractTransactionInputSchema, CreateRewardContractTransactionResponseSchema, DeleteRewardContractTransactionResponseSchema, EstimateCostToCreateRewardContractResponseSchema, FindRewardContractResponseSchema } from './chunk-
|
|
8
|
-
export { CreateHntAccountInputSchema, CreateHntAccountOutputSchema, GetBalancesInputSchema, TokenAccountSchema, TokenBalanceDataSchema, TransferInputSchema, TransferOutputSchema } from './chunk-
|
|
9
|
-
export { BatchStatusOutputSchema, EstimateInputSchema, EstimateOutputSchema, GetByPayerAndTagInputSchema, GetByPayerInputSchema, GetInputSchema, PayerBatchSummarySchema, PayerBatchesOutputSchema, ResubmitInputSchema, ResubmitOutputSchema, SubmitInputSchema, SubmitOutputSchema, TransactionStatusSchema } from './chunk-
|
|
10
|
-
export { DelegateDataCreditsInputSchema, MintDataCreditsInputSchema } from './chunk-
|
|
11
|
-
export { WelcomePackClaimInputSchema, WelcomePackClaimOutputSchema, WelcomePackCreateInputSchema, WelcomePackCreateOutputSchema, WelcomePackDeleteInputSchema, WelcomePackDeleteOutputSchema, WelcomePackGetByAddressInputSchema, WelcomePackGetInputSchema, WelcomePackInviteInputSchema, WelcomePackInviteOutputSchema, WelcomePackListInputSchema, WelcomePackListOutputSchema, WelcomePackSchema } from './chunk-
|
|
12
|
-
export { BankAccountListOutputSchema, BankAccountSchema, BridgeTransferSchema, CreateBankAccountInputSchema, DeleteBankAccountInputSchema, DeleteBankAccountOutputSchema, FeesOutputSchema, GetBankAccountInputSchema, GetSendQuoteInputSchema, GetTransferInputSchema, InitKycInputSchema, KycStatusOutputSchema, QuoteOutputSchema, SendFundsInputSchema, SendFundsOutputSchema, UpdateTransferInputSchema, UpdateTransferOutputSchema } from './chunk-
|
|
13
|
-
export { GetInstructionsInputSchema, GetQuoteInputSchema, GetTokensInputSchema, QuoteResponseSchema, SwapTransactionDataSchema, TokenListOutputSchema, TokenSchema } from './chunk-
|
|
14
|
-
export { AssignProxiesInputSchema, AssignProxiesResponseSchema, ClaimDelegationRewardsInputSchema, ClaimDelegationRewardsResponseSchema, ClosePositionInputSchema, ClosePositionResponseSchema, CreatePositionInputSchema, CreatePositionResponseSchema, DelegatePositionInputSchema, DelegatePositionsResponseSchema, ExtendDelegationInputSchema, ExtendDelegationResponseSchema, ExtendPositionInputSchema, ExtendPositionResponseSchema, FlipLockupKindInputSchema, FlipLockupKindResponseSchema, LockupKindSchema, RelinquishPositionVotesInputSchema, RelinquishPositionVotesResponseSchema, RelinquishVoteInputSchema, RelinquishVoteResponseSchema, ResetLockupInputSchema, ResetLockupResponseSchema, SplitPositionInputSchema, SplitPositionResponseSchema, TransferPositionInputSchema, TransferPositionResponseSchema, UnassignProxiesInputSchema, UnassignProxiesResponseSchema, UndelegateInputSchema, UndelegatePositionResponseSchema, VoteInputSchema, VoteResponseSchema } from './chunk-
|
|
6
|
+
export { MigratableHotspotSchema, MigratableHotspotsInputSchema, MigratableHotspotsOutputSchema, MigrateInputSchema, MigrateOutputSchema, MigrateTransactionDataSchema, MigrateTransactionItemSchema } from './chunk-OA3JG5QL.js';
|
|
7
|
+
export { ClaimInviteRequestSchema, ClaimInviteResponseSchema, CreateInviteResponseSchema, CreateRewardContractTransactionInputSchema, CreateRewardContractTransactionResponseSchema, DeleteRewardContractTransactionResponseSchema, EstimateCostToCreateRewardContractResponseSchema, FindRewardContractResponseSchema } from './chunk-U3ZF47XT.js';
|
|
8
|
+
export { CreateHntAccountInputSchema, CreateHntAccountOutputSchema, GetBalancesInputSchema, TokenAccountSchema, TokenBalanceDataSchema, TransferInputSchema, TransferOutputSchema } from './chunk-7DAYLUKX.js';
|
|
9
|
+
export { BatchStatusOutputSchema, EstimateInputSchema, EstimateOutputSchema, GetByPayerAndTagInputSchema, GetByPayerInputSchema, GetHistoryInputSchema, GetInputSchema, HistoryActionSchema, HistoryOutputSchema, HistoryTransactionSchema, PayerBatchSummarySchema, PayerBatchesOutputSchema, ResubmitInputSchema, ResubmitOutputSchema, SubmitInputSchema, SubmitOutputSchema, TransactionStatusSchema } from './chunk-PPNXNULU.js';
|
|
10
|
+
export { DelegateDataCreditsInputSchema, MintDataCreditsInputSchema } from './chunk-IFZEDIKX.js';
|
|
11
|
+
export { WelcomePackClaimInputSchema, WelcomePackClaimOutputSchema, WelcomePackCreateInputSchema, WelcomePackCreateOutputSchema, WelcomePackDeleteInputSchema, WelcomePackDeleteOutputSchema, WelcomePackGetByAddressInputSchema, WelcomePackGetInputSchema, WelcomePackInviteInputSchema, WelcomePackInviteOutputSchema, WelcomePackListInputSchema, WelcomePackListOutputSchema, WelcomePackSchema } from './chunk-FZAL6UXR.js';
|
|
12
|
+
export { BankAccountListOutputSchema, BankAccountSchema, BridgeTransferSchema, CreateBankAccountInputSchema, DeleteBankAccountInputSchema, DeleteBankAccountOutputSchema, FeesOutputSchema, GetBankAccountInputSchema, GetSendQuoteInputSchema, GetTransferInputSchema, InitKycInputSchema, KycStatusOutputSchema, QuoteOutputSchema, SendFundsInputSchema, SendFundsOutputSchema, UpdateTransferInputSchema, UpdateTransferOutputSchema } from './chunk-EIDQ3E2M.js';
|
|
13
|
+
export { GetInstructionsInputSchema, GetQuoteInputSchema, GetTokensInputSchema, QuoteResponseSchema, SwapTransactionDataSchema, TokenListOutputSchema, TokenSchema } from './chunk-S46U7PBT.js';
|
|
14
|
+
export { AssignProxiesInputSchema, AssignProxiesResponseSchema, ClaimDelegationRewardsInputSchema, ClaimDelegationRewardsResponseSchema, ClosePositionInputSchema, ClosePositionResponseSchema, CreatePositionInputSchema, CreatePositionResponseSchema, DelegatePositionInputSchema, DelegatePositionsResponseSchema, ExtendDelegationInputSchema, ExtendDelegationResponseSchema, ExtendPositionInputSchema, ExtendPositionResponseSchema, FlipLockupKindInputSchema, FlipLockupKindResponseSchema, LockupKindSchema, RelinquishPositionVotesInputSchema, RelinquishPositionVotesResponseSchema, RelinquishVoteInputSchema, RelinquishVoteResponseSchema, ResetLockupInputSchema, ResetLockupResponseSchema, SplitPositionInputSchema, SplitPositionResponseSchema, TransferPositionInputSchema, TransferPositionResponseSchema, UnassignProxiesInputSchema, UnassignProxiesResponseSchema, UndelegateInputSchema, UndelegatePositionResponseSchema, VoteInputSchema, VoteResponseSchema } from './chunk-NNN5EOVI.js';
|
|
15
15
|
export { HealthResponseSchema } from './chunk-4RVSLJOU.js';
|
|
16
|
-
export { AutomationScheduleSchema, AutomationStatusOutputSchema, ClaimRewardsInputSchema, ClaimRewardsOutputSchema, CloseAutomationInputSchema, CloseAutomationOutputSchema, CreateSplitInputSchema, CreateSplitOutputSchema, DeleteSplitInputSchema, DeleteSplitOutputSchema, DeviceTypeSchema, FundAutomationInputSchema, FundAutomationOutputSchema, FundingEstimateOutputSchema, GetAutomationStatusInputSchema, GetFundingEstimateInputSchema, GetHotspotsInputSchema, GetPendingRewardsInputSchema, GetPendingRewardsOutputSchema, GetSplitInputSchema, HotspotSchema, HotspotSharesSchema, HotspotTypeSchema, HotspotsDataSchema, OwnershipTypeSchema, SetupAutomationInputSchema, SetupAutomationOutputSchema, SplitResponseSchema, SplitShareSchema, TransferHotspotInputSchema, TransferHotspotOutputSchema, UpdateHotspotInfoInputSchema, UpdateHotspotInfoOutputSchema, UpdateRewardsDestinationInputSchema, UpdateRewardsDestinationOutputSchema } from './chunk-
|
|
17
|
-
export { ErrorResponseSchema, HeliumPublicKeySchema, PaginationInputSchema, PaginationOutputSchema, PublicKeySchema, RewardSplitInputSchema, ScheduleInputSchema, TokenAmountInputSchema, TokenAmountOutputSchema, TransactionBatchRequestSchema, TransactionBatchResponseSchema, TransactionDataSchema, TransactionItemSchema, TransactionMetadataSchema, WalletAddressSchema, createPaginatedTransactionResponse, createTransactionResponse, createTypedPaginatedTransactionResponse, createTypedTransactionResponse, typedTransactionData } from './chunk-
|
|
16
|
+
export { AutomationScheduleSchema, AutomationStatusOutputSchema, ClaimRewardsInputSchema, ClaimRewardsOutputSchema, CloseAutomationInputSchema, CloseAutomationOutputSchema, CreateSplitInputSchema, CreateSplitOutputSchema, DeleteSplitInputSchema, DeleteSplitOutputSchema, DeviceTypeSchema, FundAutomationInputSchema, FundAutomationOutputSchema, FundingEstimateOutputSchema, GetAutomationStatusInputSchema, GetFundingEstimateInputSchema, GetHotspotsInputSchema, GetPendingRewardsInputSchema, GetPendingRewardsOutputSchema, GetSplitInputSchema, HotspotSchema, HotspotSharesSchema, HotspotTypeSchema, HotspotsDataSchema, OwnershipTypeSchema, RewardNetworkSchema, SetupAutomationInputSchema, SetupAutomationOutputSchema, SplitResponseSchema, SplitShareSchema, TransferHotspotInputSchema, TransferHotspotOutputSchema, UpdateHotspotInfoInputSchema, UpdateHotspotInfoOutputSchema, UpdateRewardsDestinationInputSchema, UpdateRewardsDestinationOutputSchema } from './chunk-HJRGZSOG.js';
|
|
17
|
+
export { ErrorResponseSchema, HeliumPublicKeySchema, PaginationInputSchema, PaginationOutputSchema, PublicKeySchema, RewardSplitInputSchema, ScheduleInputSchema, TokenAmountInputSchema, TokenAmountOutputSchema, TransactionBatchRequestSchema, TransactionBatchResponseSchema, TransactionDataSchema, TransactionItemSchema, TransactionMetadataSchema, WalletAddressSchema, createPaginatedTransactionResponse, createTransactionResponse, createTypedPaginatedTransactionResponse, createTypedTransactionResponse, typedTransactionData } from './chunk-5G5SYHQP.js';
|
package/dist/schemas/common.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ declare const TransactionDataSchema: z.ZodObject<{
|
|
|
31
31
|
}, z.core.$strip>>;
|
|
32
32
|
parallel: z.ZodBoolean;
|
|
33
33
|
tag: z.ZodOptional<z.ZodString>;
|
|
34
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
34
35
|
}, z.core.$strip>;
|
|
35
36
|
/**
|
|
36
37
|
* Request schema for submitting a batch of transactions.
|
|
@@ -138,6 +139,7 @@ declare function typedTransactionData<T extends z.ZodTypeAny>(metadataSchema: T)
|
|
|
138
139
|
}, z.core.$strip>>;
|
|
139
140
|
parallel: z.ZodBoolean;
|
|
140
141
|
tag: z.ZodOptional<z.ZodString>;
|
|
142
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
141
143
|
}, z.core.$strip>;
|
|
142
144
|
declare function createTransactionResponse(): z.ZodObject<{
|
|
143
145
|
transactionData: z.ZodObject<{
|
|
@@ -150,6 +152,7 @@ declare function createTransactionResponse(): z.ZodObject<{
|
|
|
150
152
|
}, z.core.$strip>>;
|
|
151
153
|
parallel: z.ZodBoolean;
|
|
152
154
|
tag: z.ZodOptional<z.ZodString>;
|
|
155
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
153
156
|
}, z.core.$strip>;
|
|
154
157
|
estimatedSolFee: z.ZodObject<{
|
|
155
158
|
amount: z.ZodString;
|
|
@@ -167,6 +170,7 @@ declare function createTypedTransactionResponse<T extends z.ZodTypeAny>(metadata
|
|
|
167
170
|
}, z.core.$strip>>;
|
|
168
171
|
parallel: z.ZodBoolean;
|
|
169
172
|
tag: z.ZodOptional<z.ZodString>;
|
|
173
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
170
174
|
}, z.core.$strip>;
|
|
171
175
|
estimatedSolFee: z.ZodObject<{
|
|
172
176
|
amount: z.ZodString;
|
|
@@ -187,6 +191,7 @@ declare function createPaginatedTransactionResponse(): z.ZodObject<{
|
|
|
187
191
|
}, z.core.$strip>>;
|
|
188
192
|
parallel: z.ZodBoolean;
|
|
189
193
|
tag: z.ZodOptional<z.ZodString>;
|
|
194
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
190
195
|
}, z.core.$strip>;
|
|
191
196
|
estimatedSolFee: z.ZodObject<{
|
|
192
197
|
amount: z.ZodString;
|
|
@@ -205,6 +210,7 @@ declare function createTypedPaginatedTransactionResponse<T extends z.ZodTypeAny>
|
|
|
205
210
|
}, z.core.$strip>>;
|
|
206
211
|
parallel: z.ZodBoolean;
|
|
207
212
|
tag: z.ZodOptional<z.ZodString>;
|
|
213
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
208
214
|
}, z.core.$strip>;
|
|
209
215
|
estimatedSolFee: z.ZodObject<{
|
|
210
216
|
amount: z.ZodString;
|
package/dist/schemas/common.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { ErrorResponseSchema, HeliumPublicKeySchema, PaginationInputSchema, PaginationOutputSchema, PublicKeySchema, RewardSplitInputSchema, ScheduleInputSchema, TokenAmountInputSchema, TokenAmountOutputSchema, TransactionBatchRequestSchema, TransactionBatchResponseSchema, TransactionDataSchema, TransactionItemSchema, TransactionMetadataSchema, WalletAddressSchema, createPaginatedTransactionResponse, createTransactionResponse, createTypedPaginatedTransactionResponse, createTypedTransactionResponse, typedTransactionData } from '../chunk-
|
|
1
|
+
export { ErrorResponseSchema, HeliumPublicKeySchema, PaginationInputSchema, PaginationOutputSchema, PublicKeySchema, RewardSplitInputSchema, ScheduleInputSchema, TokenAmountInputSchema, TokenAmountOutputSchema, TransactionBatchRequestSchema, TransactionBatchResponseSchema, TransactionDataSchema, TransactionItemSchema, TransactionMetadataSchema, WalletAddressSchema, createPaginatedTransactionResponse, createTransactionResponse, createTypedPaginatedTransactionResponse, createTypedTransactionResponse, typedTransactionData } from '../chunk-5G5SYHQP.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { DelegateDataCreditsInputSchema, MintDataCreditsInputSchema } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { DelegateDataCreditsInputSchema, MintDataCreditsInputSchema } from '../chunk-IFZEDIKX.js';
|
|
2
|
+
import '../chunk-5G5SYHQP.js';
|
package/dist/schemas/fiat.d.ts
CHANGED
|
@@ -122,6 +122,7 @@ declare const SendFundsOutputSchema: z.ZodObject<{
|
|
|
122
122
|
}, z.core.$strip>>;
|
|
123
123
|
parallel: z.ZodBoolean;
|
|
124
124
|
tag: z.ZodOptional<z.ZodString>;
|
|
125
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
125
126
|
}, z.core.$strip>;
|
|
126
127
|
estimatedSolFee: z.ZodObject<{
|
|
127
128
|
amount: z.ZodString;
|
package/dist/schemas/fiat.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { BankAccountListOutputSchema, BankAccountSchema, BridgeTransferSchema, CreateBankAccountInputSchema, DeleteBankAccountInputSchema, DeleteBankAccountOutputSchema, FeesOutputSchema, GetBankAccountInputSchema, GetSendQuoteInputSchema, GetTransferInputSchema, InitKycInputSchema, KycStatusOutputSchema, QuoteOutputSchema, SendFundsInputSchema, SendFundsOutputSchema, UpdateTransferInputSchema, UpdateTransferOutputSchema } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { BankAccountListOutputSchema, BankAccountSchema, BridgeTransferSchema, CreateBankAccountInputSchema, DeleteBankAccountInputSchema, DeleteBankAccountOutputSchema, FeesOutputSchema, GetBankAccountInputSchema, GetSendQuoteInputSchema, GetTransferInputSchema, InitKycInputSchema, KycStatusOutputSchema, QuoteOutputSchema, SendFundsInputSchema, SendFundsOutputSchema, UpdateTransferInputSchema, UpdateTransferOutputSchema } from '../chunk-EIDQ3E2M.js';
|
|
2
|
+
import '../chunk-S46U7PBT.js';
|
|
3
|
+
import '../chunk-5G5SYHQP.js';
|
|
@@ -114,6 +114,7 @@ declare const CreatePositionResponseSchema: z.ZodObject<{
|
|
|
114
114
|
}, z.core.$strip>>;
|
|
115
115
|
parallel: z.ZodBoolean;
|
|
116
116
|
tag: z.ZodOptional<z.ZodString>;
|
|
117
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
117
118
|
}, z.core.$strip>;
|
|
118
119
|
estimatedSolFee: z.ZodObject<{
|
|
119
120
|
amount: z.ZodString;
|
|
@@ -134,6 +135,7 @@ declare const ClosePositionResponseSchema: z.ZodObject<{
|
|
|
134
135
|
}, z.core.$strip>>;
|
|
135
136
|
parallel: z.ZodBoolean;
|
|
136
137
|
tag: z.ZodOptional<z.ZodString>;
|
|
138
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
137
139
|
}, z.core.$strip>;
|
|
138
140
|
estimatedSolFee: z.ZodObject<{
|
|
139
141
|
amount: z.ZodString;
|
|
@@ -154,6 +156,7 @@ declare const ExtendPositionResponseSchema: z.ZodObject<{
|
|
|
154
156
|
}, z.core.$strip>>;
|
|
155
157
|
parallel: z.ZodBoolean;
|
|
156
158
|
tag: z.ZodOptional<z.ZodString>;
|
|
159
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
157
160
|
}, z.core.$strip>;
|
|
158
161
|
estimatedSolFee: z.ZodObject<{
|
|
159
162
|
amount: z.ZodString;
|
|
@@ -174,6 +177,7 @@ declare const FlipLockupKindResponseSchema: z.ZodObject<{
|
|
|
174
177
|
}, z.core.$strip>>;
|
|
175
178
|
parallel: z.ZodBoolean;
|
|
176
179
|
tag: z.ZodOptional<z.ZodString>;
|
|
180
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
177
181
|
}, z.core.$strip>;
|
|
178
182
|
estimatedSolFee: z.ZodObject<{
|
|
179
183
|
amount: z.ZodString;
|
|
@@ -194,6 +198,7 @@ declare const ResetLockupResponseSchema: z.ZodObject<{
|
|
|
194
198
|
}, z.core.$strip>>;
|
|
195
199
|
parallel: z.ZodBoolean;
|
|
196
200
|
tag: z.ZodOptional<z.ZodString>;
|
|
201
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
197
202
|
}, z.core.$strip>;
|
|
198
203
|
estimatedSolFee: z.ZodObject<{
|
|
199
204
|
amount: z.ZodString;
|
|
@@ -215,6 +220,7 @@ declare const SplitPositionResponseSchema: z.ZodObject<{
|
|
|
215
220
|
}, z.core.$strip>>;
|
|
216
221
|
parallel: z.ZodBoolean;
|
|
217
222
|
tag: z.ZodOptional<z.ZodString>;
|
|
223
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
218
224
|
}, z.core.$strip>;
|
|
219
225
|
estimatedSolFee: z.ZodObject<{
|
|
220
226
|
amount: z.ZodString;
|
|
@@ -235,6 +241,7 @@ declare const TransferPositionResponseSchema: z.ZodObject<{
|
|
|
235
241
|
}, z.core.$strip>>;
|
|
236
242
|
parallel: z.ZodBoolean;
|
|
237
243
|
tag: z.ZodOptional<z.ZodString>;
|
|
244
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
238
245
|
}, z.core.$strip>;
|
|
239
246
|
estimatedSolFee: z.ZodObject<{
|
|
240
247
|
amount: z.ZodString;
|
|
@@ -255,6 +262,7 @@ declare const ExtendDelegationResponseSchema: z.ZodObject<{
|
|
|
255
262
|
}, z.core.$strip>>;
|
|
256
263
|
parallel: z.ZodBoolean;
|
|
257
264
|
tag: z.ZodOptional<z.ZodString>;
|
|
265
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
258
266
|
}, z.core.$strip>;
|
|
259
267
|
estimatedSolFee: z.ZodObject<{
|
|
260
268
|
amount: z.ZodString;
|
|
@@ -275,6 +283,7 @@ declare const DelegatePositionsResponseSchema: z.ZodObject<{
|
|
|
275
283
|
}, z.core.$strip>>;
|
|
276
284
|
parallel: z.ZodBoolean;
|
|
277
285
|
tag: z.ZodOptional<z.ZodString>;
|
|
286
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
278
287
|
}, z.core.$strip>;
|
|
279
288
|
estimatedSolFee: z.ZodObject<{
|
|
280
289
|
amount: z.ZodString;
|
|
@@ -296,6 +305,7 @@ declare const ClaimDelegationRewardsResponseSchema: z.ZodObject<{
|
|
|
296
305
|
}, z.core.$strip>>;
|
|
297
306
|
parallel: z.ZodBoolean;
|
|
298
307
|
tag: z.ZodOptional<z.ZodString>;
|
|
308
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
299
309
|
}, z.core.$strip>;
|
|
300
310
|
estimatedSolFee: z.ZodObject<{
|
|
301
311
|
amount: z.ZodString;
|
|
@@ -317,6 +327,7 @@ declare const UndelegatePositionResponseSchema: z.ZodObject<{
|
|
|
317
327
|
}, z.core.$strip>>;
|
|
318
328
|
parallel: z.ZodBoolean;
|
|
319
329
|
tag: z.ZodOptional<z.ZodString>;
|
|
330
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
320
331
|
}, z.core.$strip>;
|
|
321
332
|
estimatedSolFee: z.ZodObject<{
|
|
322
333
|
amount: z.ZodString;
|
|
@@ -338,6 +349,7 @@ declare const VoteResponseSchema: z.ZodObject<{
|
|
|
338
349
|
}, z.core.$strip>>;
|
|
339
350
|
parallel: z.ZodBoolean;
|
|
340
351
|
tag: z.ZodOptional<z.ZodString>;
|
|
352
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
341
353
|
}, z.core.$strip>;
|
|
342
354
|
estimatedSolFee: z.ZodObject<{
|
|
343
355
|
amount: z.ZodString;
|
|
@@ -359,6 +371,7 @@ declare const RelinquishVoteResponseSchema: z.ZodObject<{
|
|
|
359
371
|
}, z.core.$strip>>;
|
|
360
372
|
parallel: z.ZodBoolean;
|
|
361
373
|
tag: z.ZodOptional<z.ZodString>;
|
|
374
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
362
375
|
}, z.core.$strip>;
|
|
363
376
|
estimatedSolFee: z.ZodObject<{
|
|
364
377
|
amount: z.ZodString;
|
|
@@ -381,6 +394,7 @@ declare const RelinquishPositionVotesResponseSchema: z.ZodObject<{
|
|
|
381
394
|
}, z.core.$strip>>;
|
|
382
395
|
parallel: z.ZodBoolean;
|
|
383
396
|
tag: z.ZodOptional<z.ZodString>;
|
|
397
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
384
398
|
}, z.core.$strip>;
|
|
385
399
|
estimatedSolFee: z.ZodObject<{
|
|
386
400
|
amount: z.ZodString;
|
|
@@ -402,6 +416,7 @@ declare const AssignProxiesResponseSchema: z.ZodObject<{
|
|
|
402
416
|
}, z.core.$strip>>;
|
|
403
417
|
parallel: z.ZodBoolean;
|
|
404
418
|
tag: z.ZodOptional<z.ZodString>;
|
|
419
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
405
420
|
}, z.core.$strip>;
|
|
406
421
|
estimatedSolFee: z.ZodObject<{
|
|
407
422
|
amount: z.ZodString;
|
|
@@ -423,6 +438,7 @@ declare const UnassignProxiesResponseSchema: z.ZodObject<{
|
|
|
423
438
|
}, z.core.$strip>>;
|
|
424
439
|
parallel: z.ZodBoolean;
|
|
425
440
|
tag: z.ZodOptional<z.ZodString>;
|
|
441
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
426
442
|
}, z.core.$strip>;
|
|
427
443
|
estimatedSolFee: z.ZodObject<{
|
|
428
444
|
amount: z.ZodString;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { AssignProxiesInputSchema, AssignProxiesResponseSchema, ClaimDelegationRewardsInputSchema, ClaimDelegationRewardsResponseSchema, ClosePositionInputSchema, ClosePositionResponseSchema, CreatePositionInputSchema, CreatePositionResponseSchema, DelegatePositionInputSchema, DelegatePositionsResponseSchema, ExtendDelegationInputSchema, ExtendDelegationResponseSchema, ExtendPositionInputSchema, ExtendPositionResponseSchema, FlipLockupKindInputSchema, FlipLockupKindResponseSchema, LockupKindSchema, RelinquishPositionVotesInputSchema, RelinquishPositionVotesResponseSchema, RelinquishVoteInputSchema, RelinquishVoteResponseSchema, ResetLockupInputSchema, ResetLockupResponseSchema, SplitPositionInputSchema, SplitPositionResponseSchema, TransferPositionInputSchema, TransferPositionResponseSchema, UnassignProxiesInputSchema, UnassignProxiesResponseSchema, UndelegateInputSchema, UndelegatePositionResponseSchema, VoteInputSchema, VoteResponseSchema } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { AssignProxiesInputSchema, AssignProxiesResponseSchema, ClaimDelegationRewardsInputSchema, ClaimDelegationRewardsResponseSchema, ClosePositionInputSchema, ClosePositionResponseSchema, CreatePositionInputSchema, CreatePositionResponseSchema, DelegatePositionInputSchema, DelegatePositionsResponseSchema, ExtendDelegationInputSchema, ExtendDelegationResponseSchema, ExtendPositionInputSchema, ExtendPositionResponseSchema, FlipLockupKindInputSchema, FlipLockupKindResponseSchema, LockupKindSchema, RelinquishPositionVotesInputSchema, RelinquishPositionVotesResponseSchema, RelinquishVoteInputSchema, RelinquishVoteResponseSchema, ResetLockupInputSchema, ResetLockupResponseSchema, SplitPositionInputSchema, SplitPositionResponseSchema, TransferPositionInputSchema, TransferPositionResponseSchema, UnassignProxiesInputSchema, UnassignProxiesResponseSchema, UndelegateInputSchema, UndelegatePositionResponseSchema, VoteInputSchema, VoteResponseSchema } from '../chunk-NNN5EOVI.js';
|
|
2
|
+
import '../chunk-5G5SYHQP.js';
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
|
+
declare const RewardNetworkSchema: z.ZodDefault<z.ZodEnum<{
|
|
4
|
+
hnt: "hnt";
|
|
5
|
+
iot: "iot";
|
|
6
|
+
mobile: "mobile";
|
|
7
|
+
}>>;
|
|
3
8
|
declare const HotspotTypeSchema: z.ZodEnum<{
|
|
4
9
|
iot: "iot";
|
|
5
10
|
mobile: "mobile";
|
|
@@ -17,9 +22,20 @@ declare const GetHotspotsInputSchema: z.ZodObject<{
|
|
|
17
22
|
}, z.core.$strip>;
|
|
18
23
|
declare const ClaimRewardsInputSchema: z.ZodObject<{
|
|
19
24
|
walletAddress: z.ZodString;
|
|
25
|
+
network: z.ZodDefault<z.ZodEnum<{
|
|
26
|
+
hnt: "hnt";
|
|
27
|
+
iot: "iot";
|
|
28
|
+
mobile: "mobile";
|
|
29
|
+
}>>;
|
|
30
|
+
tuktuk: z.ZodOptional<z.ZodBoolean>;
|
|
20
31
|
}, z.core.$strip>;
|
|
21
32
|
declare const GetPendingRewardsInputSchema: z.ZodObject<{
|
|
22
33
|
walletAddress: z.ZodString;
|
|
34
|
+
network: z.ZodDefault<z.ZodEnum<{
|
|
35
|
+
hnt: "hnt";
|
|
36
|
+
iot: "iot";
|
|
37
|
+
mobile: "mobile";
|
|
38
|
+
}>>;
|
|
23
39
|
}, z.core.$strip>;
|
|
24
40
|
declare const GetPendingRewardsOutputSchema: z.ZodObject<{
|
|
25
41
|
pending: z.ZodObject<{
|
|
@@ -237,6 +253,7 @@ declare const ClaimRewardsOutputSchema: z.ZodObject<{
|
|
|
237
253
|
}, z.core.$strip>>;
|
|
238
254
|
parallel: z.ZodBoolean;
|
|
239
255
|
tag: z.ZodOptional<z.ZodString>;
|
|
256
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
240
257
|
}, z.core.$strip>;
|
|
241
258
|
estimatedSolFee: z.ZodObject<{
|
|
242
259
|
amount: z.ZodString;
|
|
@@ -245,6 +262,7 @@ declare const ClaimRewardsOutputSchema: z.ZodObject<{
|
|
|
245
262
|
uiAmountString: z.ZodString;
|
|
246
263
|
mint: z.ZodString;
|
|
247
264
|
}, z.core.$strip>;
|
|
265
|
+
hasMore: z.ZodBoolean;
|
|
248
266
|
}, z.core.$strip>;
|
|
249
267
|
declare const TransferHotspotOutputSchema: z.ZodObject<{
|
|
250
268
|
transactionData: z.ZodObject<{
|
|
@@ -257,6 +275,7 @@ declare const TransferHotspotOutputSchema: z.ZodObject<{
|
|
|
257
275
|
}, z.core.$strip>>;
|
|
258
276
|
parallel: z.ZodBoolean;
|
|
259
277
|
tag: z.ZodOptional<z.ZodString>;
|
|
278
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
260
279
|
}, z.core.$strip>;
|
|
261
280
|
estimatedSolFee: z.ZodObject<{
|
|
262
281
|
amount: z.ZodString;
|
|
@@ -277,6 +296,7 @@ declare const UpdateRewardsDestinationOutputSchema: z.ZodObject<{
|
|
|
277
296
|
}, z.core.$strip>>;
|
|
278
297
|
parallel: z.ZodBoolean;
|
|
279
298
|
tag: z.ZodOptional<z.ZodString>;
|
|
299
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
280
300
|
}, z.core.$strip>;
|
|
281
301
|
estimatedSolFee: z.ZodObject<{
|
|
282
302
|
amount: z.ZodString;
|
|
@@ -297,6 +317,7 @@ declare const CreateSplitOutputSchema: z.ZodObject<{
|
|
|
297
317
|
}, z.core.$strip>>;
|
|
298
318
|
parallel: z.ZodBoolean;
|
|
299
319
|
tag: z.ZodOptional<z.ZodString>;
|
|
320
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
300
321
|
}, z.core.$strip>;
|
|
301
322
|
estimatedSolFee: z.ZodObject<{
|
|
302
323
|
amount: z.ZodString;
|
|
@@ -317,6 +338,7 @@ declare const DeleteSplitOutputSchema: z.ZodObject<{
|
|
|
317
338
|
}, z.core.$strip>>;
|
|
318
339
|
parallel: z.ZodBoolean;
|
|
319
340
|
tag: z.ZodOptional<z.ZodString>;
|
|
341
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
320
342
|
}, z.core.$strip>;
|
|
321
343
|
estimatedSolFee: z.ZodObject<{
|
|
322
344
|
amount: z.ZodString;
|
|
@@ -337,6 +359,7 @@ declare const SetupAutomationOutputSchema: z.ZodObject<{
|
|
|
337
359
|
}, z.core.$strip>>;
|
|
338
360
|
parallel: z.ZodBoolean;
|
|
339
361
|
tag: z.ZodOptional<z.ZodString>;
|
|
362
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
340
363
|
}, z.core.$strip>;
|
|
341
364
|
estimatedSolFee: z.ZodObject<{
|
|
342
365
|
amount: z.ZodString;
|
|
@@ -357,6 +380,7 @@ declare const FundAutomationOutputSchema: z.ZodObject<{
|
|
|
357
380
|
}, z.core.$strip>>;
|
|
358
381
|
parallel: z.ZodBoolean;
|
|
359
382
|
tag: z.ZodOptional<z.ZodString>;
|
|
383
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
360
384
|
}, z.core.$strip>;
|
|
361
385
|
estimatedSolFee: z.ZodObject<{
|
|
362
386
|
amount: z.ZodString;
|
|
@@ -377,6 +401,7 @@ declare const CloseAutomationOutputSchema: z.ZodObject<{
|
|
|
377
401
|
}, z.core.$strip>>;
|
|
378
402
|
parallel: z.ZodBoolean;
|
|
379
403
|
tag: z.ZodOptional<z.ZodString>;
|
|
404
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
380
405
|
}, z.core.$strip>;
|
|
381
406
|
estimatedSolFee: z.ZodObject<{
|
|
382
407
|
amount: z.ZodString;
|
|
@@ -500,6 +525,7 @@ declare const UpdateHotspotInfoOutputSchema: z.ZodObject<{
|
|
|
500
525
|
}, z.core.$strip>>;
|
|
501
526
|
parallel: z.ZodBoolean;
|
|
502
527
|
tag: z.ZodOptional<z.ZodString>;
|
|
528
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
503
529
|
}, z.core.$strip>;
|
|
504
530
|
estimatedSolFee: z.ZodObject<{
|
|
505
531
|
amount: z.ZodString;
|
|
@@ -537,4 +563,4 @@ type CloseAutomationInput = z.infer<typeof CloseAutomationInputSchema>;
|
|
|
537
563
|
type GetFundingEstimateInput = z.infer<typeof GetFundingEstimateInputSchema>;
|
|
538
564
|
type FundingEstimate = z.infer<typeof FundingEstimateOutputSchema>;
|
|
539
565
|
|
|
540
|
-
export { AutomationScheduleSchema, type AutomationStatus, AutomationStatusOutputSchema, type ClaimRewardsInput, ClaimRewardsInputSchema, ClaimRewardsOutputSchema, type CloseAutomationInput, CloseAutomationInputSchema, CloseAutomationOutputSchema, type CreateSplitInput, CreateSplitInputSchema, CreateSplitOutputSchema, type DeleteSplitInput, DeleteSplitInputSchema, DeleteSplitOutputSchema, type DeviceType, DeviceTypeSchema, type FundAutomationInput, FundAutomationInputSchema, FundAutomationOutputSchema, type FundingEstimate, FundingEstimateOutputSchema, type GetAutomationStatusInput, GetAutomationStatusInputSchema, type GetFundingEstimateInput, GetFundingEstimateInputSchema, type GetHotspotsInput, GetHotspotsInputSchema, type GetPendingRewardsInput, GetPendingRewardsInputSchema, type GetPendingRewardsOutput, GetPendingRewardsOutputSchema, type GetSplitInput, GetSplitInputSchema, type Hotspot, HotspotSchema, HotspotSharesSchema, type HotspotType, HotspotTypeSchema, type HotspotsData, HotspotsDataSchema, type OwnershipType, OwnershipTypeSchema, type SetupAutomationInput, SetupAutomationInputSchema, SetupAutomationOutputSchema, type SplitResponse, SplitResponseSchema, type SplitShare, SplitShareSchema, type TransferHotspotInput, TransferHotspotInputSchema, TransferHotspotOutputSchema, UpdateHotspotInfoInputSchema, UpdateHotspotInfoOutputSchema, type UpdateRewardsDestinationInput, UpdateRewardsDestinationInputSchema, UpdateRewardsDestinationOutputSchema };
|
|
566
|
+
export { AutomationScheduleSchema, type AutomationStatus, AutomationStatusOutputSchema, type ClaimRewardsInput, ClaimRewardsInputSchema, ClaimRewardsOutputSchema, type CloseAutomationInput, CloseAutomationInputSchema, CloseAutomationOutputSchema, type CreateSplitInput, CreateSplitInputSchema, CreateSplitOutputSchema, type DeleteSplitInput, DeleteSplitInputSchema, DeleteSplitOutputSchema, type DeviceType, DeviceTypeSchema, type FundAutomationInput, FundAutomationInputSchema, FundAutomationOutputSchema, type FundingEstimate, FundingEstimateOutputSchema, type GetAutomationStatusInput, GetAutomationStatusInputSchema, type GetFundingEstimateInput, GetFundingEstimateInputSchema, type GetHotspotsInput, GetHotspotsInputSchema, type GetPendingRewardsInput, GetPendingRewardsInputSchema, type GetPendingRewardsOutput, GetPendingRewardsOutputSchema, type GetSplitInput, GetSplitInputSchema, type Hotspot, HotspotSchema, HotspotSharesSchema, type HotspotType, HotspotTypeSchema, type HotspotsData, HotspotsDataSchema, type OwnershipType, OwnershipTypeSchema, RewardNetworkSchema, type SetupAutomationInput, SetupAutomationInputSchema, SetupAutomationOutputSchema, type SplitResponse, SplitResponseSchema, type SplitShare, SplitShareSchema, type TransferHotspotInput, TransferHotspotInputSchema, TransferHotspotOutputSchema, UpdateHotspotInfoInputSchema, UpdateHotspotInfoOutputSchema, type UpdateRewardsDestinationInput, UpdateRewardsDestinationInputSchema, UpdateRewardsDestinationOutputSchema };
|
package/dist/schemas/hotspots.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { AutomationScheduleSchema, AutomationStatusOutputSchema, ClaimRewardsInputSchema, ClaimRewardsOutputSchema, CloseAutomationInputSchema, CloseAutomationOutputSchema, CreateSplitInputSchema, CreateSplitOutputSchema, DeleteSplitInputSchema, DeleteSplitOutputSchema, DeviceTypeSchema, FundAutomationInputSchema, FundAutomationOutputSchema, FundingEstimateOutputSchema, GetAutomationStatusInputSchema, GetFundingEstimateInputSchema, GetHotspotsInputSchema, GetPendingRewardsInputSchema, GetPendingRewardsOutputSchema, GetSplitInputSchema, HotspotSchema, HotspotSharesSchema, HotspotTypeSchema, HotspotsDataSchema, OwnershipTypeSchema, SetupAutomationInputSchema, SetupAutomationOutputSchema, SplitResponseSchema, SplitShareSchema, TransferHotspotInputSchema, TransferHotspotOutputSchema, UpdateHotspotInfoInputSchema, UpdateHotspotInfoOutputSchema, UpdateRewardsDestinationInputSchema, UpdateRewardsDestinationOutputSchema } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { AutomationScheduleSchema, AutomationStatusOutputSchema, ClaimRewardsInputSchema, ClaimRewardsOutputSchema, CloseAutomationInputSchema, CloseAutomationOutputSchema, CreateSplitInputSchema, CreateSplitOutputSchema, DeleteSplitInputSchema, DeleteSplitOutputSchema, DeviceTypeSchema, FundAutomationInputSchema, FundAutomationOutputSchema, FundingEstimateOutputSchema, GetAutomationStatusInputSchema, GetFundingEstimateInputSchema, GetHotspotsInputSchema, GetPendingRewardsInputSchema, GetPendingRewardsOutputSchema, GetSplitInputSchema, HotspotSchema, HotspotSharesSchema, HotspotTypeSchema, HotspotsDataSchema, OwnershipTypeSchema, RewardNetworkSchema, SetupAutomationInputSchema, SetupAutomationOutputSchema, SplitResponseSchema, SplitShareSchema, TransferHotspotInputSchema, TransferHotspotOutputSchema, UpdateHotspotInfoInputSchema, UpdateHotspotInfoOutputSchema, UpdateRewardsDestinationInputSchema, UpdateRewardsDestinationOutputSchema } from '../chunk-HJRGZSOG.js';
|
|
2
|
+
import '../chunk-5G5SYHQP.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { MigratableHotspotSchema, MigratableHotspotsInputSchema, MigratableHotspotsOutputSchema, MigrateInputSchema, MigrateOutputSchema, MigrateTransactionDataSchema, MigrateTransactionItemSchema } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { MigratableHotspotSchema, MigratableHotspotsInputSchema, MigratableHotspotsOutputSchema, MigrateInputSchema, MigrateOutputSchema, MigrateTransactionDataSchema, MigrateTransactionItemSchema } from '../chunk-OA3JG5QL.js';
|
|
2
|
+
import '../chunk-HJRGZSOG.js';
|
|
3
|
+
import '../chunk-5G5SYHQP.js';
|
|
@@ -148,6 +148,7 @@ declare const CreateRewardContractTransactionResponseSchema: z.ZodObject<{
|
|
|
148
148
|
}, z.core.$strip>>;
|
|
149
149
|
parallel: z.ZodBoolean;
|
|
150
150
|
tag: z.ZodOptional<z.ZodString>;
|
|
151
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
151
152
|
}, z.core.$strip>;
|
|
152
153
|
estimatedSolFee: z.ZodObject<{
|
|
153
154
|
amount: z.ZodString;
|
|
@@ -168,6 +169,7 @@ declare const DeleteRewardContractTransactionResponseSchema: z.ZodObject<{
|
|
|
168
169
|
}, z.core.$strip>>;
|
|
169
170
|
parallel: z.ZodBoolean;
|
|
170
171
|
tag: z.ZodOptional<z.ZodString>;
|
|
172
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
171
173
|
}, z.core.$strip>;
|
|
172
174
|
estimatedSolFee: z.ZodObject<{
|
|
173
175
|
amount: z.ZodString;
|
|
@@ -196,6 +198,7 @@ declare const ClaimInviteResponseSchema: z.ZodObject<{
|
|
|
196
198
|
}, z.core.$strip>>;
|
|
197
199
|
parallel: z.ZodBoolean;
|
|
198
200
|
tag: z.ZodOptional<z.ZodString>;
|
|
201
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
199
202
|
}, z.core.$strip>;
|
|
200
203
|
estimatedSolFee: z.ZodObject<{
|
|
201
204
|
amount: z.ZodString;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { ClaimInviteRequestSchema, ClaimInviteResponseSchema, CreateInviteResponseSchema, CreateRewardContractTransactionInputSchema, CreateRewardContractTransactionResponseSchema, DeleteRewardContractTransactionResponseSchema, EstimateCostToCreateRewardContractResponseSchema, FindRewardContractResponseSchema } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { ClaimInviteRequestSchema, ClaimInviteResponseSchema, CreateInviteResponseSchema, CreateRewardContractTransactionInputSchema, CreateRewardContractTransactionResponseSchema, DeleteRewardContractTransactionResponseSchema, EstimateCostToCreateRewardContractResponseSchema, FindRewardContractResponseSchema } from '../chunk-U3ZF47XT.js';
|
|
2
|
+
import '../chunk-5G5SYHQP.js';
|
package/dist/schemas/swap.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ declare const SwapTransactionDataSchema: z.ZodObject<{
|
|
|
84
84
|
}, z.core.$strip>>;
|
|
85
85
|
parallel: z.ZodBoolean;
|
|
86
86
|
tag: z.ZodOptional<z.ZodString>;
|
|
87
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
87
88
|
}, z.core.$strip>;
|
|
88
89
|
type GetTokensInput = z.infer<typeof GetTokensInputSchema>;
|
|
89
90
|
type GetQuoteInput = z.infer<typeof GetQuoteInputSchema>;
|
package/dist/schemas/swap.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { GetInstructionsInputSchema, GetQuoteInputSchema, GetTokensInputSchema, QuoteResponseSchema, SwapTransactionDataSchema, TokenListOutputSchema, TokenSchema } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { GetInstructionsInputSchema, GetQuoteInputSchema, GetTokensInputSchema, QuoteResponseSchema, SwapTransactionDataSchema, TokenListOutputSchema, TokenSchema } from '../chunk-S46U7PBT.js';
|
|
2
|
+
import '../chunk-5G5SYHQP.js';
|
package/dist/schemas/tokens.d.ts
CHANGED
|
@@ -54,6 +54,7 @@ declare const TransferOutputSchema: z.ZodObject<{
|
|
|
54
54
|
}, z.core.$strip>>;
|
|
55
55
|
parallel: z.ZodBoolean;
|
|
56
56
|
tag: z.ZodOptional<z.ZodString>;
|
|
57
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
57
58
|
}, z.core.$strip>;
|
|
58
59
|
estimatedSolFee: z.ZodObject<{
|
|
59
60
|
amount: z.ZodString;
|
|
@@ -74,6 +75,7 @@ declare const CreateHntAccountOutputSchema: z.ZodObject<{
|
|
|
74
75
|
}, z.core.$strip>>;
|
|
75
76
|
parallel: z.ZodBoolean;
|
|
76
77
|
tag: z.ZodOptional<z.ZodString>;
|
|
78
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
77
79
|
}, z.core.$strip>;
|
|
78
80
|
estimatedSolFee: z.ZodObject<{
|
|
79
81
|
amount: z.ZodString;
|
package/dist/schemas/tokens.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { CreateHntAccountInputSchema, CreateHntAccountOutputSchema, GetBalancesInputSchema, TokenAccountSchema, TokenBalanceDataSchema, TransferInputSchema, TransferOutputSchema } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { CreateHntAccountInputSchema, CreateHntAccountOutputSchema, GetBalancesInputSchema, TokenAccountSchema, TokenBalanceDataSchema, TransferInputSchema, TransferOutputSchema } from '../chunk-7DAYLUKX.js';
|
|
2
|
+
import '../chunk-5G5SYHQP.js';
|
|
@@ -10,6 +10,7 @@ declare const SubmitInputSchema: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$strip>>;
|
|
11
11
|
parallel: z.ZodBoolean;
|
|
12
12
|
tag: z.ZodOptional<z.ZodString>;
|
|
13
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
13
14
|
simulationCommitment: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
14
15
|
confirmed: "confirmed";
|
|
15
16
|
finalized: "finalized";
|
|
@@ -196,5 +197,64 @@ declare const EstimateOutputSchema: z.ZodObject<{
|
|
|
196
197
|
}, z.core.$strip>;
|
|
197
198
|
type EstimateInput = z.infer<typeof EstimateInputSchema>;
|
|
198
199
|
type EstimateOutput = z.infer<typeof EstimateOutputSchema>;
|
|
200
|
+
declare const GetHistoryInputSchema: z.ZodObject<{
|
|
201
|
+
payer: z.ZodString;
|
|
202
|
+
page: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
203
|
+
limit: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
204
|
+
actionType: z.ZodOptional<z.ZodString>;
|
|
205
|
+
}, z.core.$strip>;
|
|
206
|
+
declare const HistoryTransactionSchema: z.ZodObject<{
|
|
207
|
+
signature: z.ZodString;
|
|
208
|
+
status: z.ZodString;
|
|
209
|
+
type: z.ZodString;
|
|
210
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
211
|
+
}, z.core.$strip>;
|
|
212
|
+
declare const HistoryActionSchema: z.ZodObject<{
|
|
213
|
+
id: z.ZodString;
|
|
214
|
+
source: z.ZodEnum<{
|
|
215
|
+
blockchain_api: "blockchain_api";
|
|
216
|
+
on_chain: "on_chain";
|
|
217
|
+
}>;
|
|
218
|
+
actionType: z.ZodString;
|
|
219
|
+
actionMetadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
220
|
+
status: z.ZodString;
|
|
221
|
+
transactions: z.ZodArray<z.ZodObject<{
|
|
222
|
+
signature: z.ZodString;
|
|
223
|
+
status: z.ZodString;
|
|
224
|
+
type: z.ZodString;
|
|
225
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
226
|
+
}, z.core.$strip>>;
|
|
227
|
+
timestamp: z.ZodString;
|
|
228
|
+
}, z.core.$strip>;
|
|
229
|
+
declare const HistoryOutputSchema: z.ZodObject<{
|
|
230
|
+
payer: z.ZodString;
|
|
231
|
+
actions: z.ZodArray<z.ZodObject<{
|
|
232
|
+
id: z.ZodString;
|
|
233
|
+
source: z.ZodEnum<{
|
|
234
|
+
blockchain_api: "blockchain_api";
|
|
235
|
+
on_chain: "on_chain";
|
|
236
|
+
}>;
|
|
237
|
+
actionType: z.ZodString;
|
|
238
|
+
actionMetadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
239
|
+
status: z.ZodString;
|
|
240
|
+
transactions: z.ZodArray<z.ZodObject<{
|
|
241
|
+
signature: z.ZodString;
|
|
242
|
+
status: z.ZodString;
|
|
243
|
+
type: z.ZodString;
|
|
244
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
245
|
+
}, z.core.$strip>>;
|
|
246
|
+
timestamp: z.ZodString;
|
|
247
|
+
}, z.core.$strip>>;
|
|
248
|
+
pagination: z.ZodObject<{
|
|
249
|
+
page: z.ZodNumber;
|
|
250
|
+
limit: z.ZodNumber;
|
|
251
|
+
total: z.ZodNumber;
|
|
252
|
+
totalPages: z.ZodNumber;
|
|
253
|
+
}, z.core.$strip>;
|
|
254
|
+
}, z.core.$strip>;
|
|
255
|
+
type GetHistoryInput = z.infer<typeof GetHistoryInputSchema>;
|
|
256
|
+
type HistoryTransaction = z.infer<typeof HistoryTransactionSchema>;
|
|
257
|
+
type HistoryAction = z.infer<typeof HistoryActionSchema>;
|
|
258
|
+
type HistoryOutput = z.infer<typeof HistoryOutputSchema>;
|
|
199
259
|
|
|
200
|
-
export { type BatchStatusOutput, BatchStatusOutputSchema, type EstimateInput, EstimateInputSchema, type EstimateOutput, EstimateOutputSchema, type GetByPayerAndTagInput, GetByPayerAndTagInputSchema, type GetByPayerInput, GetByPayerInputSchema, type GetInput, GetInputSchema, type PayerBatchSummary, PayerBatchSummarySchema, type PayerBatchesOutput, PayerBatchesOutputSchema, type ResubmitInput, ResubmitInputSchema, type ResubmitOutput, ResubmitOutputSchema, type SubmitInput, SubmitInputSchema, type SubmitOutput, SubmitOutputSchema, type TransactionStatus, TransactionStatusSchema };
|
|
260
|
+
export { type BatchStatusOutput, BatchStatusOutputSchema, type EstimateInput, EstimateInputSchema, type EstimateOutput, EstimateOutputSchema, type GetByPayerAndTagInput, GetByPayerAndTagInputSchema, type GetByPayerInput, GetByPayerInputSchema, type GetHistoryInput, GetHistoryInputSchema, type GetInput, GetInputSchema, type HistoryAction, HistoryActionSchema, type HistoryOutput, HistoryOutputSchema, type HistoryTransaction, HistoryTransactionSchema, type PayerBatchSummary, PayerBatchSummarySchema, type PayerBatchesOutput, PayerBatchesOutputSchema, type ResubmitInput, ResubmitInputSchema, type ResubmitOutput, ResubmitOutputSchema, type SubmitInput, SubmitInputSchema, type SubmitOutput, SubmitOutputSchema, type TransactionStatus, TransactionStatusSchema };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { BatchStatusOutputSchema, EstimateInputSchema, EstimateOutputSchema, GetByPayerAndTagInputSchema, GetByPayerInputSchema, GetInputSchema, PayerBatchSummarySchema, PayerBatchesOutputSchema, ResubmitInputSchema, ResubmitOutputSchema, SubmitInputSchema, SubmitOutputSchema, TransactionStatusSchema } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { BatchStatusOutputSchema, EstimateInputSchema, EstimateOutputSchema, GetByPayerAndTagInputSchema, GetByPayerInputSchema, GetHistoryInputSchema, GetInputSchema, HistoryActionSchema, HistoryOutputSchema, HistoryTransactionSchema, PayerBatchSummarySchema, PayerBatchesOutputSchema, ResubmitInputSchema, ResubmitOutputSchema, SubmitInputSchema, SubmitOutputSchema, TransactionStatusSchema } from '../chunk-PPNXNULU.js';
|
|
2
|
+
import '../chunk-5G5SYHQP.js';
|
|
@@ -180,6 +180,7 @@ declare const WelcomePackCreateOutputSchema: z.ZodObject<{
|
|
|
180
180
|
}, z.core.$strip>>;
|
|
181
181
|
parallel: z.ZodBoolean;
|
|
182
182
|
tag: z.ZodOptional<z.ZodString>;
|
|
183
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
183
184
|
}, z.core.$strip>;
|
|
184
185
|
estimatedSolFee: z.ZodObject<{
|
|
185
186
|
amount: z.ZodString;
|
|
@@ -255,6 +256,7 @@ declare const WelcomePackDeleteOutputSchema: z.ZodObject<{
|
|
|
255
256
|
}, z.core.$strip>>;
|
|
256
257
|
parallel: z.ZodBoolean;
|
|
257
258
|
tag: z.ZodOptional<z.ZodString>;
|
|
259
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
258
260
|
}, z.core.$strip>;
|
|
259
261
|
estimatedSolFee: z.ZodObject<{
|
|
260
262
|
amount: z.ZodString;
|
|
@@ -275,6 +277,7 @@ declare const WelcomePackClaimOutputSchema: z.ZodObject<{
|
|
|
275
277
|
}, z.core.$strip>>;
|
|
276
278
|
parallel: z.ZodBoolean;
|
|
277
279
|
tag: z.ZodOptional<z.ZodString>;
|
|
280
|
+
actionMetadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
278
281
|
}, z.core.$strip>;
|
|
279
282
|
estimatedSolFee: z.ZodObject<{
|
|
280
283
|
amount: z.ZodString;
|