@skip-go/client 1.1.2 → 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.
- package/dist/api/getAssets.d.ts +1 -1
- package/dist/api/getAssetsBetweenChains.d.ts +1 -1
- package/dist/api/getBridges.d.ts +1 -1
- package/dist/api/getChains.d.ts +1 -1
- package/dist/api/postAssetsFromSource.d.ts +1 -1
- package/dist/api/postBalances.d.ts +2 -2
- package/dist/api/postMessages.d.ts +3 -3
- package/dist/api/postMessagesDirect.d.ts +4 -4
- package/dist/api/postRecommendAssets.d.ts +1 -1
- package/dist/api/postRoute.d.ts +5 -5
- package/dist/api/postTransactionStatus.d.ts +2 -2
- package/dist/chunk-36MCR5DZ.js +183 -0
- package/dist/{chunk-T2TOUPEA.js → chunk-4TKPLI5S.js} +1 -1
- package/dist/{chunk-PWSY2PQJ.js → chunk-LJSGCCOX.js} +1 -1
- package/dist/{chunk-UPL6CT4S.js → chunk-MB5ENUER.js} +1 -1
- package/dist/{chunk-XS6ZMEDX.js → chunk-R4PWQNPU.js} +2 -5
- package/dist/{client-types-BvdIj_Nf.d.ts → client-types-B_ihV5t6.d.ts} +1 -1
- package/dist/{executeRoute-CxEpxhJ4.d.ts → executeRoute-Bob9mV8C.d.ts} +3 -3
- package/dist/{generateApi-BXIkShKU.d.ts → generateApi-CpUxWvEf.d.ts} +1 -1
- package/dist/index.d.ts +17 -17
- package/dist/index.js +5 -5
- package/dist/public-functions/executeRoute.d.ts +4 -4
- package/dist/public-functions/executeRoute.js +3 -3
- package/dist/public-functions/getFeeInfoForChain.d.ts +1 -1
- package/dist/public-functions/getFeeInfoForChain.js +2 -2
- package/dist/public-functions/getRecommendedGasPrice.js +3 -3
- package/dist/public-functions/getSigningStargateClient.js +2 -2
- package/dist/public-functions/setApiOptions.d.ts +1 -1
- package/dist/public-functions/setClientOptions.d.ts +3 -3
- package/dist/{setClientOptions-BkD-BMo7.d.ts → setClientOptions-C4rwBrB4.d.ts} +1 -1
- package/dist/{swaggerTypes-A72fxJ5y.d.ts → swaggerTypes-sZ9ALP9m.d.ts} +2 -2
- package/package.json +1 -1
- package/dist/chunk-JTIHU43D.js +0 -183
package/dist/api/getAssets.d.ts
CHANGED
package/dist/api/getBridges.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
|
|
2
|
-
import { bu as ContentType, J as BridgeType } from '../swaggerTypes-
|
|
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;
|
package/dist/api/getChains.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
|
|
2
|
-
import { A as ApiRequest, a as ApiResponse } from '../generateApi-
|
|
3
|
-
import '../swaggerTypes-
|
|
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-
|
|
3
|
-
import { A as ApiRequest, a as ApiResponse } from '../generateApi-
|
|
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;
|
|
@@ -148,7 +148,7 @@ declare const messages: (options?: ({
|
|
|
148
148
|
trace: string;
|
|
149
149
|
} | undefined;
|
|
150
150
|
messagingFeeAmount?: string | undefined;
|
|
151
|
-
|
|
151
|
+
messagingFeeAmountUsd?: string | undefined;
|
|
152
152
|
} | undefined;
|
|
153
153
|
txIndex: number;
|
|
154
154
|
amountIn: 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-
|
|
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;
|
|
@@ -259,7 +259,7 @@ declare const messagesDirect: (options?: ({
|
|
|
259
259
|
trace: string;
|
|
260
260
|
} | undefined;
|
|
261
261
|
messagingFeeAmount?: string | undefined;
|
|
262
|
-
|
|
262
|
+
messagingFeeAmountUsd?: string | undefined;
|
|
263
263
|
} | undefined;
|
|
264
264
|
txIndex: number;
|
|
265
265
|
amountIn: string;
|
|
@@ -559,11 +559,11 @@ declare const messagesDirect: (options?: ({
|
|
|
559
559
|
})[];
|
|
560
560
|
sourceAssetChainId: string;
|
|
561
561
|
sourceAssetDenom: string;
|
|
562
|
-
|
|
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;
|
package/dist/api/postRoute.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { J as BridgeType, ap as RoutePriceWarningType, b3 as FeeType } from '../swaggerTypes-
|
|
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-
|
|
3
|
+
import { A as ApiRequest } from '../generateApi-CpUxWvEf.js';
|
|
4
4
|
|
|
5
5
|
declare const route: (request: RouteRequest) => Promise<{
|
|
6
6
|
amountIn: string;
|
|
@@ -149,7 +149,7 @@ declare const route: (request: RouteRequest) => Promise<{
|
|
|
149
149
|
trace: string;
|
|
150
150
|
} | undefined;
|
|
151
151
|
messagingFeeAmount?: string | undefined;
|
|
152
|
-
|
|
152
|
+
messagingFeeAmountUsd?: string | undefined;
|
|
153
153
|
} | undefined;
|
|
154
154
|
txIndex: number;
|
|
155
155
|
amountIn: string;
|
|
@@ -449,11 +449,11 @@ declare const route: (request: RouteRequest) => Promise<{
|
|
|
449
449
|
})[];
|
|
450
450
|
sourceAssetChainId: string;
|
|
451
451
|
sourceAssetDenom: string;
|
|
452
|
-
|
|
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-
|
|
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-
|
|
3
|
+
import { a as ApiResponse } from '../generateApi-CpUxWvEf.js';
|
|
4
4
|
|
|
5
5
|
declare const transactionStatus: (params?: ({
|
|
6
6
|
txHash: string;
|