@stakekit/api-hooks
Advanced tools
Comparing version 0.0.81 to 0.0.82
@@ -1,2 +0,2 @@ | ||
export { ActionListNetwork, ActionStatus, ActionTypes, BalanceTypes, DailyCumulativeStakeDtoStatus, DailyCumulativeStakeDtoType, EvmEIP1559GasArgsDtoType, EvmLegacyGasArgsDtoType, FeeConfigurationStatus, GasMode, GeolocationErrorTagsItem, GeolocationErrorType, KeyCategory, MasterBannedRegionDtoTagsItem, MasterBannedYieldDtoTagsItem, Networks, RequiredArgumentWithNetworkDtoNetwork, RewardClaiming, RewardSchedule, RewardTypes, Role, TeamCategory, TokenGetTokensNetwork, TransactionStatus, TransactionType, TronResourceType, UpdatePayoutAddressDtoNetwork, ValidatorStatusTypes, WebhookSubscriptionEventDtoEvent, YieldGetMyYieldsNetwork, YieldGetMyYieldsSortBy, YieldGetMyYieldsType, YieldProviders, YieldType, YieldV2GetMyYieldsNetwork, YieldV2GetMyYieldsSortBy, YieldV2GetMyYieldsType, YieldV2YieldsNetwork, YieldV2YieldsRevenueOption, YieldV2YieldsSortBy, YieldV2YieldsType, YieldYieldsNetwork, YieldYieldsRevenueOption, YieldYieldsSortBy, YieldYieldsType } from './chunk-TCSUW7AJ.js'; | ||
export { ActionListNetwork, ActionStatus, ActionTypes, BalanceTypes, DailyCumulativeStakeDtoStatus, DailyCumulativeStakeDtoType, EvmEIP1559GasArgsDtoType, EvmLegacyGasArgsDtoType, FeeConfigurationStatus, GasMode, GeolocationErrorTagsItem, GeolocationErrorType, KeyCategory, MasterBannedRegionDtoTagsItem, MasterBannedYieldDtoTagsItem, Networks, RequiredArgumentWithNetworkDtoNetwork, RewardClaiming, RewardSchedule, RewardTypes, Role, TeamCategory, TokenGetTokensNetwork, TransactionStatus, TransactionType, TronResourceType, UpdatePayoutAddressDtoNetwork, ValidatorStatusTypes, WebhookSubscriptionEventDtoEvent, YieldGetMyYieldsNetwork, YieldGetMyYieldsSortBy, YieldGetMyYieldsType, YieldProviders, YieldType, YieldV2GetMyYieldsNetwork, YieldV2GetMyYieldsSortBy, YieldV2GetMyYieldsType, YieldV2YieldsNetwork, YieldV2YieldsRevenueOption, YieldV2YieldsSortBy, YieldV2YieldsType, YieldYieldsNetwork, YieldYieldsRevenueOption, YieldYieldsSortBy, YieldYieldsType } from './chunk-L4YKNGVA.js'; | ||
import { useQuery, useMutation } from '@tanstack/react-query'; | ||
@@ -3,0 +3,0 @@ import { createContext, useContext } from 'react'; |
import * as msw from 'msw'; | ||
import { d as ActionDto, G as GasEstimateDto, b as TransactionDto, S as SubmitResponseDto, e as TransactionStatusResponseDto, f as GasForNetworkResponseDto, g as TransactionVerificationMessageDto, h as TokenWithAvailableYieldsDto, P as PriceResponseDto, B as BalanceResponseDto, i as TokenBalanceScanResponseDto, j as YieldYields200, l as YieldBalancesWithIntegrationIdDto, m as YieldGetMyYields200, V as ValidatorSearchResultDto, o as YieldDto, p as ValidatorDto, q as YieldBalanceDto, F as FeeConfigurationDto, r as YieldV2Yields200, t as YieldV2GetMyYields200 } from '../yieldYields200-TGpnS-3y.js'; | ||
import { d as ActionDto, G as GasEstimateDto, e as ActionList200, b as TransactionDto, S as SubmitResponseDto, g as TransactionStatusResponseDto, h as GasForNetworkResponseDto, i as TransactionVerificationMessageDto, j as TokenWithAvailableYieldsDto, P as PriceResponseDto, B as BalanceResponseDto, k as TokenBalanceScanResponseDto, l as YieldYields200, n as YieldBalancesWithIntegrationIdDto, o as YieldGetMyYields200, V as ValidatorSearchResultDto, q as YieldDto, r as ValidatorDto, s as YieldBalanceDto, F as FeeConfigurationDto, t as YieldV2Yields200, v as YieldV2GetMyYields200 } from '../yieldYields200-PllofJb6.js'; | ||
@@ -11,2 +11,3 @@ declare const getActionControllerGetActionResponseMock: (overrideResponse?: any) => ActionDto; | ||
declare const getActionControllerExitGasEstimateResponseMock: (overrideResponse?: any) => GasEstimateDto; | ||
declare const getActionControllerListResponseMock: (overrideResponse?: any) => ActionList200; | ||
declare const getActionControllerPendingGasEstimateResponseMock: (overrideResponse?: any) => GasEstimateDto; | ||
@@ -43,3 +44,3 @@ declare const getTransactionControllerGetTransactionResponseMock: (overrideResponse?: any) => TransactionDto; | ||
declare const getActionControllerExitGasEstimateMockHandler: (overrideResponse?: GasEstimateDto) => msw.HttpHandler; | ||
declare const getActionControllerListMockHandler: () => msw.HttpHandler; | ||
declare const getActionControllerListMockHandler: (overrideResponse?: ActionList200) => msw.HttpHandler; | ||
declare const getActionControllerPendingGasEstimateMockHandler: (overrideResponse?: GasEstimateDto) => msw.HttpHandler; | ||
@@ -74,2 +75,2 @@ declare const getTransactionControllerGetTransactionMockHandler: (overrideResponse?: TransactionDto) => msw.HttpHandler; | ||
export { getActionControllerEnterGasEstimationMockHandler, getActionControllerEnterGasEstimationResponseMock, getActionControllerEnterMockHandler, getActionControllerEnterResponseMock, getActionControllerExitGasEstimateMockHandler, getActionControllerExitGasEstimateResponseMock, getActionControllerExitMockHandler, getActionControllerExitResponseMock, getActionControllerGetActionMockHandler, getActionControllerGetActionResponseMock, getActionControllerGetGasEstimateMockHandler, getActionControllerGetGasEstimateResponseMock, getActionControllerListMockHandler, getActionControllerPendingGasEstimateMockHandler, getActionControllerPendingGasEstimateResponseMock, getActionControllerPendingMockHandler, getActionControllerPendingResponseMock, getStakeKitMock, getTokenControllerGetTokenBalancesMockHandler, getTokenControllerGetTokenBalancesResponseMock, getTokenControllerGetTokenPricesMockHandler, getTokenControllerGetTokenPricesResponseMock, getTokenControllerGetTokensMockHandler, getTokenControllerGetTokensResponseMock, getTokenControllerTokenBalancesScanMockHandler, getTokenControllerTokenBalancesScanResponseMock, getTransactionControllerConstructMockHandler, getTransactionControllerConstructResponseMock, getTransactionControllerGetGasForNetworkMockHandler, getTransactionControllerGetGasForNetworkResponseMock, getTransactionControllerGetTransactionMockHandler, getTransactionControllerGetTransactionResponseMock, getTransactionControllerGetTransactionStatusByNetworkAndHashMockHandler, getTransactionControllerGetTransactionStatusByNetworkAndHashResponseMock, getTransactionControllerGetTransactionStatusFromIdMockHandler, getTransactionControllerGetTransactionStatusFromIdResponseMock, getTransactionControllerGetTransactionVerificationMessageForNetworkMockHandler, getTransactionControllerGetTransactionVerificationMessageForNetworkResponseMock, getTransactionControllerSubmitHashMockHandler, getTransactionControllerSubmitMockHandler, getTransactionControllerSubmitResponseMock, getYieldControllerFindValidatorsMockHandler, getYieldControllerFindValidatorsResponseMock, getYieldControllerGetFeeConfigurationMockHandler, getYieldControllerGetFeeConfigurationResponseMock, getYieldControllerGetMultipleYieldBalancesMockHandler, getYieldControllerGetMultipleYieldBalancesResponseMock, getYieldControllerGetMyNetworksMockHandler, getYieldControllerGetMyYieldsMockHandler, getYieldControllerGetMyYieldsResponseMock, getYieldControllerGetSingleYieldBalancesMockHandler, getYieldControllerGetSingleYieldBalancesResponseMock, getYieldControllerGetValidatorsMockHandler, getYieldControllerGetValidatorsResponseMock, getYieldControllerYieldBalancesScanMockHandler, getYieldControllerYieldBalancesScanResponseMock, getYieldControllerYieldOpportunityMockHandler, getYieldControllerYieldOpportunityResponseMock, getYieldControllerYieldsMockHandler, getYieldControllerYieldsResponseMock, getYieldV2ControllerFindValidatorsMockHandler, getYieldV2ControllerFindValidatorsResponseMock, getYieldV2ControllerGetMyNetworksMockHandler, getYieldV2ControllerGetMyYieldsMockHandler, getYieldV2ControllerGetMyYieldsResponseMock, getYieldV2ControllerYieldsMockHandler, getYieldV2ControllerYieldsResponseMock }; | ||
export { getActionControllerEnterGasEstimationMockHandler, getActionControllerEnterGasEstimationResponseMock, getActionControllerEnterMockHandler, getActionControllerEnterResponseMock, getActionControllerExitGasEstimateMockHandler, getActionControllerExitGasEstimateResponseMock, getActionControllerExitMockHandler, getActionControllerExitResponseMock, getActionControllerGetActionMockHandler, getActionControllerGetActionResponseMock, getActionControllerGetGasEstimateMockHandler, getActionControllerGetGasEstimateResponseMock, getActionControllerListMockHandler, getActionControllerListResponseMock, getActionControllerPendingGasEstimateMockHandler, getActionControllerPendingGasEstimateResponseMock, getActionControllerPendingMockHandler, getActionControllerPendingResponseMock, getStakeKitMock, getTokenControllerGetTokenBalancesMockHandler, getTokenControllerGetTokenBalancesResponseMock, getTokenControllerGetTokenPricesMockHandler, getTokenControllerGetTokenPricesResponseMock, getTokenControllerGetTokensMockHandler, getTokenControllerGetTokensResponseMock, getTokenControllerTokenBalancesScanMockHandler, getTokenControllerTokenBalancesScanResponseMock, getTransactionControllerConstructMockHandler, getTransactionControllerConstructResponseMock, getTransactionControllerGetGasForNetworkMockHandler, getTransactionControllerGetGasForNetworkResponseMock, getTransactionControllerGetTransactionMockHandler, getTransactionControllerGetTransactionResponseMock, getTransactionControllerGetTransactionStatusByNetworkAndHashMockHandler, getTransactionControllerGetTransactionStatusByNetworkAndHashResponseMock, getTransactionControllerGetTransactionStatusFromIdMockHandler, getTransactionControllerGetTransactionStatusFromIdResponseMock, getTransactionControllerGetTransactionVerificationMessageForNetworkMockHandler, getTransactionControllerGetTransactionVerificationMessageForNetworkResponseMock, getTransactionControllerSubmitHashMockHandler, getTransactionControllerSubmitMockHandler, getTransactionControllerSubmitResponseMock, getYieldControllerFindValidatorsMockHandler, getYieldControllerFindValidatorsResponseMock, getYieldControllerGetFeeConfigurationMockHandler, getYieldControllerGetFeeConfigurationResponseMock, getYieldControllerGetMultipleYieldBalancesMockHandler, getYieldControllerGetMultipleYieldBalancesResponseMock, getYieldControllerGetMyNetworksMockHandler, getYieldControllerGetMyYieldsMockHandler, getYieldControllerGetMyYieldsResponseMock, getYieldControllerGetSingleYieldBalancesMockHandler, getYieldControllerGetSingleYieldBalancesResponseMock, getYieldControllerGetValidatorsMockHandler, getYieldControllerGetValidatorsResponseMock, getYieldControllerYieldBalancesScanMockHandler, getYieldControllerYieldBalancesScanResponseMock, getYieldControllerYieldOpportunityMockHandler, getYieldControllerYieldOpportunityResponseMock, getYieldControllerYieldsMockHandler, getYieldControllerYieldsResponseMock, getYieldV2ControllerFindValidatorsMockHandler, getYieldV2ControllerFindValidatorsResponseMock, getYieldV2ControllerGetMyNetworksMockHandler, getYieldV2ControllerGetMyYieldsMockHandler, getYieldV2ControllerGetMyYieldsResponseMock, getYieldV2ControllerYieldsMockHandler, getYieldV2ControllerYieldsResponseMock }; |
{ | ||
"name": "@stakekit/api-hooks", | ||
"description": "React hooks for StakeKit API", | ||
"version": "0.0.81", | ||
"version": "0.0.82", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "types": "./dist/index.d.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
629626
7478
0