@skip-go/client 1.3.1 → 1.3.2
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/cjs/api/getAssets.cjs +1 -1
- package/dist/cjs/api/getAssetsBetweenChains.cjs +1 -1
- package/dist/cjs/api/getBridges.cjs +1 -1
- package/dist/cjs/api/getChains.cjs +1 -1
- package/dist/cjs/api/getVenues.cjs +1 -1
- package/dist/cjs/api/postAssetsFromSource.cjs +1 -1
- package/dist/cjs/api/postBalances.cjs +1 -1
- package/dist/cjs/api/postIbcOriginAssets.cjs +1 -1
- package/dist/cjs/api/postMessages.cjs +1 -1
- package/dist/cjs/api/postMessagesDirect.cjs +1 -1
- package/dist/cjs/api/postRecommendAssets.cjs +1 -1
- package/dist/cjs/api/postRoute.cjs +1 -1
- package/dist/cjs/api/postSubmit.cjs +1 -1
- package/dist/cjs/api/postSubmitTransaction.cjs +1 -1
- package/dist/cjs/api/postTrackTransaction.cjs +1 -1
- package/dist/cjs/api/postTransactionStatus.cjs +1 -1
- package/dist/cjs/{chunk-CPTNOPWI.cjs → chunk-IDDRJJO5.cjs} +1 -0
- package/dist/cjs/index.cjs +26 -25
- package/dist/cjs/public-functions/executeRoute.cjs +1 -1
- package/dist/cjs/public-functions/getEvmGasAmountForMessage.cjs +1 -1
- package/dist/cjs/public-functions/getFeeInfoForChain.cjs +1 -1
- package/dist/cjs/public-functions/getRecommendedGasPrice.cjs +1 -1
- package/dist/cjs/public-functions/getSigningStargateClient.cjs +1 -1
- package/dist/cjs/public-functions/setApiOptions.cjs +1 -1
- package/dist/cjs/public-functions/setClientOptions.cjs +1 -1
- package/dist/cjs/public-functions/validateCosmosGasBalance.cjs +1 -1
- package/dist/cjs/public-functions/waitForTransaction.cjs +1 -1
- package/dist/esm/api/getAssets.d.ts +1 -1
- package/dist/esm/api/getAssets.js +1 -1
- package/dist/esm/api/getAssetsBetweenChains.d.ts +1 -1
- package/dist/esm/api/getAssetsBetweenChains.js +1 -1
- package/dist/esm/api/getBridges.d.ts +1 -1
- package/dist/esm/api/getBridges.js +1 -1
- package/dist/esm/api/getChains.d.ts +1 -1
- package/dist/esm/api/getChains.js +1 -1
- package/dist/esm/api/getVenues.js +1 -1
- package/dist/esm/api/postAssetsFromSource.d.ts +1 -1
- package/dist/esm/api/postAssetsFromSource.js +1 -1
- package/dist/esm/api/postBalances.d.ts +2 -2
- package/dist/esm/api/postBalances.js +1 -1
- package/dist/esm/api/postIbcOriginAssets.js +1 -1
- package/dist/esm/api/postMessages.d.ts +2 -2
- package/dist/esm/api/postMessages.js +1 -1
- package/dist/esm/api/postMessagesDirect.d.ts +195 -195
- package/dist/esm/api/postMessagesDirect.js +1 -1
- package/dist/esm/api/postRecommendAssets.d.ts +1 -1
- package/dist/esm/api/postRecommendAssets.js +1 -1
- package/dist/esm/api/postRoute.d.ts +191 -191
- package/dist/esm/api/postRoute.js +1 -1
- package/dist/esm/api/postSubmit.d.ts +2 -2
- package/dist/esm/api/postSubmit.js +1 -1
- package/dist/esm/api/postSubmitTransaction.js +1 -1
- package/dist/esm/api/postTrackTransaction.d.ts +2 -2
- package/dist/esm/api/postTrackTransaction.js +1 -1
- package/dist/esm/api/postTransactionStatus.d.ts +2 -2
- package/dist/esm/api/postTransactionStatus.js +1 -1
- package/dist/esm/{callbacks-C2lXb0AH.d.ts → callbacks-DGLv2hr0.d.ts} +1 -1
- package/dist/esm/{chunk-KYLULQOS.js → chunk-OQDBWVET.js} +1 -0
- package/dist/esm/{client-types-DuWWc2_J.d.ts → client-types-CSzTHcG9.d.ts} +1 -1
- package/dist/esm/{generateApi-DvFEIUee.d.ts → generateApi-Bfli9ipj.d.ts} +1 -1
- package/dist/esm/index.d.ts +19 -6
- package/dist/esm/index.js +2 -1
- package/dist/esm/public-functions/executeRoute.d.ts +4 -4
- package/dist/esm/public-functions/executeRoute.js +1 -1
- package/dist/esm/public-functions/getCosmosGasAmountForMessage.d.ts +1 -1
- package/dist/esm/public-functions/getEvmGasAmountForMessage.d.ts +2 -2
- package/dist/esm/public-functions/getEvmGasAmountForMessage.js +1 -1
- package/dist/esm/public-functions/getFeeInfoForChain.d.ts +1 -1
- package/dist/esm/public-functions/getFeeInfoForChain.js +1 -1
- package/dist/esm/public-functions/getRecommendedGasPrice.js +1 -1
- package/dist/esm/public-functions/getSigningStargateClient.js +1 -1
- package/dist/esm/public-functions/setApiOptions.d.ts +1 -1
- package/dist/esm/public-functions/setApiOptions.js +1 -1
- package/dist/esm/public-functions/setClientOptions.d.ts +3 -3
- package/dist/esm/public-functions/setClientOptions.js +1 -1
- package/dist/esm/public-functions/validateCosmosGasBalance.d.ts +4 -4
- package/dist/esm/public-functions/validateCosmosGasBalance.js +1 -1
- package/dist/esm/public-functions/waitForTransaction.d.ts +3 -3
- package/dist/esm/public-functions/waitForTransaction.js +1 -1
- package/dist/esm/{setClientOptions-B27lt_6h.d.ts → setClientOptions-RMgGQ1KD.d.ts} +1 -1
- package/dist/esm/{swaggerTypes-BrC-ZYnx.d.ts → swaggerTypes-BIYUp1AO.d.ts} +14 -1
- package/package.json +1 -1
|
@@ -53,6 +53,7 @@ var BridgeType = /* @__PURE__ */ ((BridgeType2) => {
|
|
|
53
53
|
BridgeType2["OPINIT"] = "OPINIT";
|
|
54
54
|
BridgeType2["GO_FAST"] = "GO_FAST";
|
|
55
55
|
BridgeType2["STARGATE"] = "STARGATE";
|
|
56
|
+
BridgeType2["LAYER_ZERO"] = "LAYER_ZERO";
|
|
56
57
|
BridgeType2["EUREKA"] = "EUREKA";
|
|
57
58
|
return BridgeType2;
|
|
58
59
|
})(BridgeType || {});
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -29,7 +29,7 @@ var chunkPG7RVHOU_cjs = require('./chunk-PG7RVHOU.cjs');
|
|
|
29
29
|
var chunkTWPLCFOH_cjs = require('./chunk-TWPLCFOH.cjs');
|
|
30
30
|
var chunkD2W4UBJB_cjs = require('./chunk-D2W4UBJB.cjs');
|
|
31
31
|
require('./chunk-5FR25GF5.cjs');
|
|
32
|
-
var
|
|
32
|
+
var chunkIDDRJJO5_cjs = require('./chunk-IDDRJJO5.cjs');
|
|
33
33
|
|
|
34
34
|
// src/types/swaggerTypesJson.ts
|
|
35
35
|
var AutopilotActionJson = /* @__PURE__ */ ((AutopilotActionJson2) => {
|
|
@@ -84,6 +84,7 @@ var BridgeTypeJson = /* @__PURE__ */ ((BridgeTypeJson2) => {
|
|
|
84
84
|
BridgeTypeJson2["OPINIT"] = "OPINIT";
|
|
85
85
|
BridgeTypeJson2["GO_FAST"] = "GO_FAST";
|
|
86
86
|
BridgeTypeJson2["STARGATE"] = "STARGATE";
|
|
87
|
+
BridgeTypeJson2["LAYER_ZERO"] = "LAYER_ZERO";
|
|
87
88
|
BridgeTypeJson2["EUREKA"] = "EUREKA";
|
|
88
89
|
return BridgeTypeJson2;
|
|
89
90
|
})(BridgeTypeJson || {});
|
|
@@ -284,99 +285,99 @@ Object.defineProperty(exports, "chains", {
|
|
|
284
285
|
});
|
|
285
286
|
Object.defineProperty(exports, "Api", {
|
|
286
287
|
enumerable: true,
|
|
287
|
-
get: function () { return
|
|
288
|
+
get: function () { return chunkIDDRJJO5_cjs.Api; }
|
|
288
289
|
});
|
|
289
290
|
Object.defineProperty(exports, "AutopilotAction", {
|
|
290
291
|
enumerable: true,
|
|
291
|
-
get: function () { return
|
|
292
|
+
get: function () { return chunkIDDRJJO5_cjs.AutopilotAction; }
|
|
292
293
|
});
|
|
293
294
|
Object.defineProperty(exports, "AxelarTransferState", {
|
|
294
295
|
enumerable: true,
|
|
295
|
-
get: function () { return
|
|
296
|
+
get: function () { return chunkIDDRJJO5_cjs.AxelarTransferState; }
|
|
296
297
|
});
|
|
297
298
|
Object.defineProperty(exports, "AxelarTransferType", {
|
|
298
299
|
enumerable: true,
|
|
299
|
-
get: function () { return
|
|
300
|
+
get: function () { return chunkIDDRJJO5_cjs.AxelarTransferType; }
|
|
300
301
|
});
|
|
301
302
|
Object.defineProperty(exports, "BridgeType", {
|
|
302
303
|
enumerable: true,
|
|
303
|
-
get: function () { return
|
|
304
|
+
get: function () { return chunkIDDRJJO5_cjs.BridgeType; }
|
|
304
305
|
});
|
|
305
306
|
Object.defineProperty(exports, "CCTPTransferState", {
|
|
306
307
|
enumerable: true,
|
|
307
|
-
get: function () { return
|
|
308
|
+
get: function () { return chunkIDDRJJO5_cjs.CCTPTransferState; }
|
|
308
309
|
});
|
|
309
310
|
Object.defineProperty(exports, "ChainType", {
|
|
310
311
|
enumerable: true,
|
|
311
|
-
get: function () { return
|
|
312
|
+
get: function () { return chunkIDDRJJO5_cjs.ChainType; }
|
|
312
313
|
});
|
|
313
314
|
Object.defineProperty(exports, "ContentType", {
|
|
314
315
|
enumerable: true,
|
|
315
|
-
get: function () { return
|
|
316
|
+
get: function () { return chunkIDDRJJO5_cjs.ContentType; }
|
|
316
317
|
});
|
|
317
318
|
Object.defineProperty(exports, "ContractCallWithTokenErrorType", {
|
|
318
319
|
enumerable: true,
|
|
319
|
-
get: function () { return
|
|
320
|
+
get: function () { return chunkIDDRJJO5_cjs.ContractCallWithTokenErrorType; }
|
|
320
321
|
});
|
|
321
322
|
Object.defineProperty(exports, "FeeBehavior", {
|
|
322
323
|
enumerable: true,
|
|
323
|
-
get: function () { return
|
|
324
|
+
get: function () { return chunkIDDRJJO5_cjs.FeeBehavior; }
|
|
324
325
|
});
|
|
325
326
|
Object.defineProperty(exports, "FeeType", {
|
|
326
327
|
enumerable: true,
|
|
327
|
-
get: function () { return
|
|
328
|
+
get: function () { return chunkIDDRJJO5_cjs.FeeType; }
|
|
328
329
|
});
|
|
329
330
|
Object.defineProperty(exports, "GoFastTransferState", {
|
|
330
331
|
enumerable: true,
|
|
331
|
-
get: function () { return
|
|
332
|
+
get: function () { return chunkIDDRJJO5_cjs.GoFastTransferState; }
|
|
332
333
|
});
|
|
333
334
|
Object.defineProperty(exports, "HttpClient", {
|
|
334
335
|
enumerable: true,
|
|
335
|
-
get: function () { return
|
|
336
|
+
get: function () { return chunkIDDRJJO5_cjs.HttpClient; }
|
|
336
337
|
});
|
|
337
338
|
Object.defineProperty(exports, "HyperlaneTransferState", {
|
|
338
339
|
enumerable: true,
|
|
339
|
-
get: function () { return
|
|
340
|
+
get: function () { return chunkIDDRJJO5_cjs.HyperlaneTransferState; }
|
|
340
341
|
});
|
|
341
342
|
Object.defineProperty(exports, "LayerZeroTransferState", {
|
|
342
343
|
enumerable: true,
|
|
343
|
-
get: function () { return
|
|
344
|
+
get: function () { return chunkIDDRJJO5_cjs.LayerZeroTransferState; }
|
|
344
345
|
});
|
|
345
346
|
Object.defineProperty(exports, "OPInitTransferState", {
|
|
346
347
|
enumerable: true,
|
|
347
|
-
get: function () { return
|
|
348
|
+
get: function () { return chunkIDDRJJO5_cjs.OPInitTransferState; }
|
|
348
349
|
});
|
|
349
350
|
Object.defineProperty(exports, "PacketErrorType", {
|
|
350
351
|
enumerable: true,
|
|
351
|
-
get: function () { return
|
|
352
|
+
get: function () { return chunkIDDRJJO5_cjs.PacketErrorType; }
|
|
352
353
|
});
|
|
353
354
|
Object.defineProperty(exports, "Reason", {
|
|
354
355
|
enumerable: true,
|
|
355
|
-
get: function () { return
|
|
356
|
+
get: function () { return chunkIDDRJJO5_cjs.Reason; }
|
|
356
357
|
});
|
|
357
358
|
Object.defineProperty(exports, "RoutePriceWarningType", {
|
|
358
359
|
enumerable: true,
|
|
359
|
-
get: function () { return
|
|
360
|
+
get: function () { return chunkIDDRJJO5_cjs.RoutePriceWarningType; }
|
|
360
361
|
});
|
|
361
362
|
Object.defineProperty(exports, "SendTokenErrorType", {
|
|
362
363
|
enumerable: true,
|
|
363
|
-
get: function () { return
|
|
364
|
+
get: function () { return chunkIDDRJJO5_cjs.SendTokenErrorType; }
|
|
364
365
|
});
|
|
365
366
|
Object.defineProperty(exports, "StargateTransferState", {
|
|
366
367
|
enumerable: true,
|
|
367
|
-
get: function () { return
|
|
368
|
+
get: function () { return chunkIDDRJJO5_cjs.StargateTransferState; }
|
|
368
369
|
});
|
|
369
370
|
Object.defineProperty(exports, "StatusErrorType", {
|
|
370
371
|
enumerable: true,
|
|
371
|
-
get: function () { return
|
|
372
|
+
get: function () { return chunkIDDRJJO5_cjs.StatusErrorType; }
|
|
372
373
|
});
|
|
373
374
|
Object.defineProperty(exports, "TransactionState", {
|
|
374
375
|
enumerable: true,
|
|
375
|
-
get: function () { return
|
|
376
|
+
get: function () { return chunkIDDRJJO5_cjs.TransactionState; }
|
|
376
377
|
});
|
|
377
378
|
Object.defineProperty(exports, "TransferState", {
|
|
378
379
|
enumerable: true,
|
|
379
|
-
get: function () { return
|
|
380
|
+
get: function () { return chunkIDDRJJO5_cjs.TransferState; }
|
|
380
381
|
});
|
|
381
382
|
exports.AutopilotActionJson = AutopilotActionJson;
|
|
382
383
|
exports.AxelarTransferStateJson = AxelarTransferStateJson;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
2
|
-
import { bu as ContentType, J as BridgeType } from '../swaggerTypes-
|
|
2
|
+
import { bu as ContentType, J as BridgeType } from '../swaggerTypes-BIYUp1AO.js';
|
|
3
3
|
|
|
4
4
|
declare const bridges: (options?: ({
|
|
5
5
|
cache?: RequestCache | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
2
|
-
import { A as ApiRequest, a as ApiResponse } from '../generateApi-
|
|
3
|
-
import '../swaggerTypes-
|
|
2
|
+
import { A as ApiRequest, a as ApiResponse } from '../generateApi-Bfli9ipj.js';
|
|
3
|
+
import '../swaggerTypes-BIYUp1AO.js';
|
|
4
4
|
|
|
5
5
|
declare const balances: (options?: ({
|
|
6
6
|
chains?: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { b3 as FeeType, J as BridgeType, b4 as FeeBehavior } from '../swaggerTypes-
|
|
1
|
+
import { b3 as FeeType, J as BridgeType, b4 as FeeBehavior } from '../swaggerTypes-BIYUp1AO.js';
|
|
2
2
|
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
3
|
-
import { A as ApiRequest, a as ApiResponse } from '../generateApi-
|
|
3
|
+
import { A as ApiRequest, a as ApiResponse } from '../generateApi-Bfli9ipj.js';
|
|
4
4
|
|
|
5
5
|
declare const messages: (request: MessagesRequest) => Promise<{
|
|
6
6
|
msgs?: ({
|