@skip-go/client 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/dist/api/getAssets.d.ts +1 -1
  2. package/dist/api/getAssetsBetweenChains.d.ts +1 -1
  3. package/dist/api/getBridges.d.ts +1 -1
  4. package/dist/api/getChains.d.ts +1 -1
  5. package/dist/api/postAssetsFromSource.d.ts +1 -1
  6. package/dist/api/postBalances.d.ts +2 -2
  7. package/dist/api/postMessages.d.ts +2 -2
  8. package/dist/api/postMessagesDirect.d.ts +3 -3
  9. package/dist/api/postRecommendAssets.d.ts +1 -1
  10. package/dist/api/postRoute.d.ts +4 -4
  11. package/dist/api/postTransactionStatus.d.ts +2 -2
  12. package/dist/chunk-36MCR5DZ.js +183 -0
  13. package/dist/{chunk-T2TOUPEA.js → chunk-4TKPLI5S.js} +1 -1
  14. package/dist/{chunk-PWSY2PQJ.js → chunk-LJSGCCOX.js} +1 -1
  15. package/dist/{chunk-UPL6CT4S.js → chunk-MB5ENUER.js} +1 -1
  16. package/dist/{chunk-R5U2IBQY.js → chunk-R4PWQNPU.js} +2 -2
  17. package/dist/{client-types-B5Wk1mFT.d.ts → client-types-B_ihV5t6.d.ts} +1 -1
  18. package/dist/{executeRoute-Dy607vic.d.ts → executeRoute-Bob9mV8C.d.ts} +3 -3
  19. package/dist/{generateApi-DBAMmstt.d.ts → generateApi-CpUxWvEf.d.ts} +1 -1
  20. package/dist/index.d.ts +6 -6
  21. package/dist/index.js +5 -5
  22. package/dist/public-functions/executeRoute.d.ts +4 -4
  23. package/dist/public-functions/executeRoute.js +3 -3
  24. package/dist/public-functions/getFeeInfoForChain.d.ts +1 -1
  25. package/dist/public-functions/getFeeInfoForChain.js +2 -2
  26. package/dist/public-functions/getRecommendedGasPrice.js +3 -3
  27. package/dist/public-functions/getSigningStargateClient.js +2 -2
  28. package/dist/public-functions/setApiOptions.d.ts +1 -1
  29. package/dist/public-functions/setClientOptions.d.ts +3 -3
  30. package/dist/{setClientOptions-DNQRvnRl.d.ts → setClientOptions-C4rwBrB4.d.ts} +1 -1
  31. package/dist/{swaggerTypes-BkgwzRF2.d.ts → swaggerTypes-sZ9ALP9m.d.ts} +1 -1
  32. package/package.json +1 -1
  33. package/dist/chunk-JTIHU43D.js +0 -183
@@ -1,5 +1,5 @@
1
1
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
2
- import { c as Asset } from '../swaggerTypes-BkgwzRF2.js';
2
+ import { c as Asset } from '../swaggerTypes-sZ9ALP9m.js';
3
3
 
4
4
  declare const assets: (options?: ({
5
5
  chainIds?: string[] | undefined;
@@ -1,4 +1,4 @@
1
- import { J as BridgeType } from '../swaggerTypes-BkgwzRF2.js';
1
+ import { J as BridgeType } from '../swaggerTypes-sZ9ALP9m.js';
2
2
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
3
3
 
4
4
  declare const assetsBetweenChains: (options?: ({
@@ -1,5 +1,5 @@
1
1
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
2
- import { bu as ContentType, J as BridgeType } from '../swaggerTypes-BkgwzRF2.js';
2
+ import { bu as ContentType, J as BridgeType } from '../swaggerTypes-sZ9ALP9m.js';
3
3
 
4
4
  declare const bridges: (options?: ({
5
5
  cache?: RequestCache | undefined;
@@ -1,4 +1,4 @@
1
- import { L as ChainType } from '../swaggerTypes-BkgwzRF2.js';
1
+ import { L as ChainType } from '../swaggerTypes-sZ9ALP9m.js';
2
2
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
3
3
 
4
4
  declare const chains: (options?: ({
@@ -1,4 +1,4 @@
1
- import { c as Asset } from '../swaggerTypes-BkgwzRF2.js';
1
+ import { c as Asset } from '../swaggerTypes-sZ9ALP9m.js';
2
2
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
3
3
 
4
4
  declare const assetsFromSource: (options?: ({
@@ -1,6 +1,6 @@
1
1
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
2
- import { A as ApiRequest, a as ApiResponse } from '../generateApi-DBAMmstt.js';
3
- import '../swaggerTypes-BkgwzRF2.js';
2
+ import { A as ApiRequest, a as ApiResponse } from '../generateApi-CpUxWvEf.js';
3
+ import '../swaggerTypes-sZ9ALP9m.js';
4
4
 
5
5
  declare const balances: (options?: ({
6
6
  chains?: {
@@ -1,6 +1,6 @@
1
1
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
2
- import { J as BridgeType, f as AutopilotAction, b3 as FeeType } from '../swaggerTypes-BkgwzRF2.js';
3
- import { A as ApiRequest, a as ApiResponse } from '../generateApi-DBAMmstt.js';
2
+ import { J as BridgeType, f as AutopilotAction, b3 as FeeType } from '../swaggerTypes-sZ9ALP9m.js';
3
+ import { A as ApiRequest, a as ApiResponse } from '../generateApi-CpUxWvEf.js';
4
4
 
5
5
  declare const messages: (options?: ({
6
6
  sourceAssetDenom: string;
@@ -1,5 +1,5 @@
1
1
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
2
- import { f as AutopilotAction, J as BridgeType, ap as RoutePriceWarningType, b3 as FeeType } from '../swaggerTypes-BkgwzRF2.js';
2
+ import { f as AutopilotAction, J as BridgeType, ap as RoutePriceWarningType, b3 as FeeType } from '../swaggerTypes-sZ9ALP9m.js';
3
3
 
4
4
  declare const messagesDirect: (options?: ({
5
5
  sourceAssetDenom?: string | undefined;
@@ -559,11 +559,11 @@ declare const messagesDirect: (options?: ({
559
559
  })[];
560
560
  sourceAssetChainId: string;
561
561
  sourceAssetDenom: string;
562
- swapVenue?: {
562
+ swapVenues?: {
563
563
  chainId?: string | undefined;
564
564
  name?: string | undefined;
565
565
  logoUri?: string | undefined;
566
- } | undefined;
566
+ }[] | undefined;
567
567
  txsRequired: number;
568
568
  usdAmountIn?: string | undefined;
569
569
  usdAmountOut?: string | undefined;
@@ -1,5 +1,5 @@
1
1
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
2
- import { ao as Reason } from '../swaggerTypes-BkgwzRF2.js';
2
+ import { ao as Reason } from '../swaggerTypes-sZ9ALP9m.js';
3
3
 
4
4
  declare const recommendAssets: (options?: ({
5
5
  requests?: {
@@ -1,6 +1,6 @@
1
- import { J as BridgeType, ap as RoutePriceWarningType, b3 as FeeType } from '../swaggerTypes-BkgwzRF2.js';
1
+ import { J as BridgeType, ap as RoutePriceWarningType, b3 as FeeType } from '../swaggerTypes-sZ9ALP9m.js';
2
2
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
3
- import { A as ApiRequest } from '../generateApi-DBAMmstt.js';
3
+ import { A as ApiRequest } from '../generateApi-CpUxWvEf.js';
4
4
 
5
5
  declare const route: (request: RouteRequest) => Promise<{
6
6
  amountIn: string;
@@ -449,11 +449,11 @@ declare const route: (request: RouteRequest) => Promise<{
449
449
  })[];
450
450
  sourceAssetChainId: string;
451
451
  sourceAssetDenom: string;
452
- swapVenue?: {
452
+ swapVenues?: {
453
453
  chainId?: string | undefined;
454
454
  name?: string | undefined;
455
455
  logoUri?: string | undefined;
456
- } | undefined;
456
+ }[] | undefined;
457
457
  txsRequired: number;
458
458
  usdAmountIn?: string | undefined;
459
459
  usdAmountOut?: string | undefined;
@@ -1,6 +1,6 @@
1
- import { av as StatusErrorType, aJ as TransactionState, al as PacketErrorType, aS as TransferState, k as AxelarTransferState, O as ContractCallWithTokenErrorType, as as SendTokenErrorType, l as AxelarTransferType, p as CCTPTransferState, a8 as HyperlaneTransferState, aO as OPInitTransferState, s as StargateTransferState, w as GoFastTransferState, aP as LayerZeroTransferState } from '../swaggerTypes-BkgwzRF2.js';
1
+ import { av as StatusErrorType, aJ as TransactionState, al as PacketErrorType, aS as TransferState, k as AxelarTransferState, O as ContractCallWithTokenErrorType, as as SendTokenErrorType, l as AxelarTransferType, p as CCTPTransferState, a8 as HyperlaneTransferState, aO as OPInitTransferState, s as StargateTransferState, w as GoFastTransferState, aP as LayerZeroTransferState } from '../swaggerTypes-sZ9ALP9m.js';
2
2
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
3
- import { a as ApiResponse } from '../generateApi-DBAMmstt.js';
3
+ import { a as ApiResponse } from '../generateApi-CpUxWvEf.js';
4
4
 
5
5
  declare const transactionStatus: (params?: ({
6
6
  txHash: string;