@skip-go/client 1.0.1 → 1.0.3

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 (103) hide show
  1. package/dist/api/getAssets.cjs +15 -0
  2. package/dist/api/{getAssets.d.ts → getAssets.d.cts} +2 -2
  3. package/dist/api/getAssetsBetweenChains.cjs +11 -0
  4. package/dist/api/{getAssetsBetweenChains.d.ts → getAssetsBetweenChains.d.cts} +2 -2
  5. package/dist/api/getBridges.cjs +11 -0
  6. package/dist/api/{getBridges.d.ts → getBridges.d.cts} +2 -2
  7. package/dist/api/getChains.cjs +11 -0
  8. package/dist/api/{getChains.d.ts → getChains.d.cts} +2 -2
  9. package/dist/api/getVenues.cjs +11 -0
  10. package/dist/api/{getVenues.d.ts → getVenues.d.cts} +1 -1
  11. package/dist/api/postAssetsFromSource.cjs +12 -0
  12. package/dist/api/{postAssetsFromSource.d.ts → postAssetsFromSource.d.cts} +2 -2
  13. package/dist/api/postBalances.cjs +11 -0
  14. package/dist/api/{postBalances.d.ts → postBalances.d.cts} +3 -3
  15. package/dist/api/postIbcOriginAssets.cjs +11 -0
  16. package/dist/api/{postIbcOriginAssets.d.ts → postIbcOriginAssets.d.cts} +1 -1
  17. package/dist/api/postMessages.cjs +11 -0
  18. package/dist/api/{postMessages.d.ts → postMessages.d.cts} +186 -186
  19. package/dist/api/postMessagesDirect.cjs +11 -0
  20. package/dist/api/{postMessagesDirect.d.ts → postMessagesDirect.d.cts} +185 -185
  21. package/dist/api/postRecommendAssets.cjs +11 -0
  22. package/dist/api/{postRecommendAssets.d.ts → postRecommendAssets.d.cts} +2 -2
  23. package/dist/api/postRoute.cjs +11 -0
  24. package/dist/api/{postRoute.d.ts → postRoute.d.cts} +163 -163
  25. package/dist/api/postSubmitTransaction.cjs +11 -0
  26. package/dist/api/{postSubmitTransaction.d.ts → postSubmitTransaction.d.cts} +1 -1
  27. package/dist/api/postTrackTransaction.cjs +11 -0
  28. package/dist/api/{postTrackTransaction.d.ts → postTrackTransaction.d.cts} +1 -1
  29. package/dist/api/postTransactionStatus.cjs +11 -0
  30. package/dist/api/{postTransactionStatus.d.ts → postTransactionStatus.d.cts} +3 -3
  31. package/dist/{chunk-FVSSCQ6C.js → chunk-32MRDO7V.cjs} +2 -2
  32. package/dist/chunk-44PBLFB5.cjs +24 -0
  33. package/dist/{chunk-GFRPLEJR.js → chunk-5IAEEEOQ.cjs} +217 -227
  34. package/dist/{chunk-Z4ZKOUGH.js → chunk-77ITCT75.cjs} +2 -2
  35. package/dist/{chunk-RT5TZAMU.js → chunk-7OIZPQJB.cjs} +101 -138
  36. package/dist/{chunk-CG5CQQBW.js → chunk-7SK3IFXJ.cjs} +32 -36
  37. package/dist/{chunk-2WHYWV4Y.js → chunk-DAMZSSOH.cjs} +2 -2
  38. package/dist/chunk-ED2OY55G.cjs +136 -0
  39. package/dist/chunk-G7BBDZ7C.cjs +1812 -0
  40. package/dist/chunk-HAR3IXDE.cjs +705 -0
  41. package/dist/{chunk-6BTWKTNM.js → chunk-ISHM4QWP.cjs} +4 -4
  42. package/dist/{chunk-4XWIXR2P.js → chunk-J4LI33TK.cjs} +18 -24
  43. package/dist/{chunk-YYNIFO2A.js → chunk-KDN7RCGP.cjs} +2 -2
  44. package/dist/{chunk-KYFTM3PI.js → chunk-L5V5PASH.cjs} +2 -2
  45. package/dist/{chunk-X2E2TKVR.js → chunk-LXYLWTNZ.cjs} +2 -2
  46. package/dist/{chunk-ZG23Z3WY.js → chunk-PNWIJSMA.cjs} +2 -2
  47. package/dist/{chunk-RE2QZJWE.js → chunk-RDOSNDAQ.cjs} +2 -2
  48. package/dist/chunk-SFMBRLUS.cjs +18 -0
  49. package/dist/{chunk-X2YPYBVN.js → chunk-SW3SEQMJ.cjs} +25 -30
  50. package/dist/{chunk-LRIPQQ4M.js → chunk-URLFWBSC.cjs} +2 -2
  51. package/dist/{chunk-5ZJBR5AQ.js → chunk-VI7UMBQ7.cjs} +2 -2
  52. package/dist/{chunk-PKPZTO4H.js → chunk-ZNXE6PUV.cjs} +9 -10
  53. package/dist/{client-types-CxjtffyG.d.ts → client-types-qvyKvyFh.d.cts} +1 -1
  54. package/dist/{executeRoute-BKvMVd1I.d.ts → executeRoute-BKRpODCc.d.cts} +3 -3
  55. package/dist/{generateApi-DqCp36fX.d.ts → generateApi-C0amiydg.d.cts} +1 -1
  56. package/dist/index.cjs +209 -0
  57. package/dist/{index.d.ts → index.d.cts} +25 -27
  58. package/dist/public-functions/executeRoute.cjs +21 -0
  59. package/dist/public-functions/{executeRoute.d.ts → executeRoute.d.cts} +4 -4
  60. package/dist/public-functions/getFeeInfoForChain.cjs +14 -0
  61. package/dist/public-functions/{getFeeInfoForChain.d.ts → getFeeInfoForChain.d.cts} +2 -2
  62. package/dist/public-functions/getRecommendedGasPrice.cjs +16 -0
  63. package/dist/public-functions/{getRecommendedGasPrice.d.ts → getRecommendedGasPrice.d.cts} +2 -2
  64. package/dist/public-functions/getSigningStargateClient.cjs +13 -0
  65. package/dist/public-functions/{getSigningStargateClient.d.ts → getSigningStargateClient.d.cts} +1 -1
  66. package/dist/public-functions/setApiOptions.cjs +11 -0
  67. package/dist/public-functions/{setApiOptions.d.ts → setApiOptions.d.cts} +2 -2
  68. package/dist/public-functions/setClientOptions.cjs +13 -0
  69. package/dist/public-functions/setClientOptions.d.cts +9 -0
  70. package/dist/{setClientOptions-DbanEIwL.d.ts → setClientOptions-CT6CHI9I.d.cts} +2 -2
  71. package/package.json +12 -3
  72. package/dist/api/getAssets.js +0 -15
  73. package/dist/api/getAssetsBetweenChains.js +0 -11
  74. package/dist/api/getBridges.js +0 -11
  75. package/dist/api/getChains.js +0 -11
  76. package/dist/api/getVenues.js +0 -11
  77. package/dist/api/postAssetsFromSource.js +0 -12
  78. package/dist/api/postBalances.js +0 -11
  79. package/dist/api/postIbcOriginAssets.js +0 -11
  80. package/dist/api/postMessages.js +0 -11
  81. package/dist/api/postMessagesDirect.js +0 -11
  82. package/dist/api/postRecommendAssets.js +0 -11
  83. package/dist/api/postRoute.js +0 -11
  84. package/dist/api/postSubmitTransaction.js +0 -11
  85. package/dist/api/postTrackTransaction.js +0 -11
  86. package/dist/api/postTransactionStatus.js +0 -11
  87. package/dist/chunk-5KVRQLI5.js +0 -17
  88. package/dist/chunk-6GJEXV5J.js +0 -130
  89. package/dist/chunk-ASPVKNJ7.js +0 -242
  90. package/dist/chunk-EQLA2SEZ.js +0 -2361
  91. package/dist/chunk-L2Q5RP6O.js +0 -25
  92. package/dist/index.js +0 -209
  93. package/dist/public-functions/executeRoute.js +0 -21
  94. package/dist/public-functions/getFeeInfoForChain.js +0 -14
  95. package/dist/public-functions/getRecommendedGasPrice.js +0 -16
  96. package/dist/public-functions/getSigningStargateClient.js +0 -13
  97. package/dist/public-functions/setApiOptions.js +0 -11
  98. package/dist/public-functions/setClientOptions.d.ts +0 -9
  99. package/dist/public-functions/setClientOptions.js +0 -13
  100. /package/dist/{apiState-CdzxTxYd.d.ts → apiState-CdzxTxYd.d.cts} +0 -0
  101. /package/dist/{chunk-VQ5SIQWU.js → chunk-4R6OCWRR.cjs} +0 -0
  102. /package/dist/{chunk-SWYON2RG.js → chunk-KZOSEIWH.cjs} +0 -0
  103. /package/dist/{swaggerTypes-O9-gvCT1.d.ts → swaggerTypes-O9-gvCT1.d.cts} +0 -0
@@ -1,25 +0,0 @@
1
- 'use strict';
2
-
3
- var chunkVQ5SIQWU_js = require('./chunk-VQ5SIQWU.js');
4
- var chunk4XWIXR2P_js = require('./chunk-4XWIXR2P.js');
5
- var chunkASPVKNJ7_js = require('./chunk-ASPVKNJ7.js');
6
- var decimal = require('@cosmjs/math/build/decimal');
7
- var fee = require('@cosmjs/stargate/build/fee');
8
-
9
- var getRecommendedGasPrice = (props) => chunkASPVKNJ7_js.__async(void 0, null, function* () {
10
- const feeInfo = yield chunk4XWIXR2P_js.getFeeInfoForChain(props);
11
- if (!feeInfo || !feeInfo.gasPrice) {
12
- return void 0;
13
- }
14
- let price = feeInfo.gasPrice.average;
15
- if (price === "") {
16
- price = feeInfo.gasPrice.high;
17
- }
18
- if (price === "") {
19
- price = feeInfo.gasPrice.low;
20
- }
21
- if (!price) return;
22
- return new fee.GasPrice(decimal.Decimal.fromUserInput(chunkVQ5SIQWU_js.BigNumber(price).toFixed(), 18), feeInfo.denom);
23
- });
24
-
25
- exports.getRecommendedGasPrice = getRecommendedGasPrice;
package/dist/index.js DELETED
@@ -1,209 +0,0 @@
1
- 'use strict';
2
-
3
- var chunkEQLA2SEZ_js = require('./chunk-EQLA2SEZ.js');
4
- var chunkL2Q5RP6O_js = require('./chunk-L2Q5RP6O.js');
5
- require('./chunk-VQ5SIQWU.js');
6
- var chunk4XWIXR2P_js = require('./chunk-4XWIXR2P.js');
7
- var chunkSWYON2RG_js = require('./chunk-SWYON2RG.js');
8
- var chunkX2YPYBVN_js = require('./chunk-X2YPYBVN.js');
9
- require('./chunk-CG5CQQBW.js');
10
- var chunkPKPZTO4H_js = require('./chunk-PKPZTO4H.js');
11
- var chunkGFRPLEJR_js = require('./chunk-GFRPLEJR.js');
12
- require('./chunk-RT5TZAMU.js');
13
- var chunkRE2QZJWE_js = require('./chunk-RE2QZJWE.js');
14
- var chunkFVSSCQ6C_js = require('./chunk-FVSSCQ6C.js');
15
- var chunkX2E2TKVR_js = require('./chunk-X2E2TKVR.js');
16
- var chunkZ4ZKOUGH_js = require('./chunk-Z4ZKOUGH.js');
17
- var chunk5KVRQLI5_js = require('./chunk-5KVRQLI5.js');
18
- var chunkKYFTM3PI_js = require('./chunk-KYFTM3PI.js');
19
- var chunkYYNIFO2A_js = require('./chunk-YYNIFO2A.js');
20
- var chunk2WHYWV4Y_js = require('./chunk-2WHYWV4Y.js');
21
- var chunkLRIPQQ4M_js = require('./chunk-LRIPQQ4M.js');
22
- var chunk5ZJBR5AQ_js = require('./chunk-5ZJBR5AQ.js');
23
- var chunkZG23Z3WY_js = require('./chunk-ZG23Z3WY.js');
24
- var chunk6BTWKTNM_js = require('./chunk-6BTWKTNM.js');
25
- var chunk6GJEXV5J_js = require('./chunk-6GJEXV5J.js');
26
- require('./chunk-ASPVKNJ7.js');
27
-
28
-
29
-
30
- Object.defineProperty(exports, "Api", {
31
- enumerable: true,
32
- get: function () { return chunkEQLA2SEZ_js.Api; }
33
- });
34
- Object.defineProperty(exports, "AutopilotAction", {
35
- enumerable: true,
36
- get: function () { return chunkEQLA2SEZ_js.AutopilotAction; }
37
- });
38
- Object.defineProperty(exports, "AxelarTransferState", {
39
- enumerable: true,
40
- get: function () { return chunkEQLA2SEZ_js.AxelarTransferState; }
41
- });
42
- Object.defineProperty(exports, "AxelarTransferType", {
43
- enumerable: true,
44
- get: function () { return chunkEQLA2SEZ_js.AxelarTransferType; }
45
- });
46
- Object.defineProperty(exports, "BridgeType", {
47
- enumerable: true,
48
- get: function () { return chunkEQLA2SEZ_js.BridgeType; }
49
- });
50
- Object.defineProperty(exports, "CCTPTransferState", {
51
- enumerable: true,
52
- get: function () { return chunkEQLA2SEZ_js.CCTPTransferState; }
53
- });
54
- Object.defineProperty(exports, "ChainType", {
55
- enumerable: true,
56
- get: function () { return chunkEQLA2SEZ_js.ChainType; }
57
- });
58
- Object.defineProperty(exports, "ContentType", {
59
- enumerable: true,
60
- get: function () { return chunkEQLA2SEZ_js.ContentType; }
61
- });
62
- Object.defineProperty(exports, "ContractCallWithTokenErrorType", {
63
- enumerable: true,
64
- get: function () { return chunkEQLA2SEZ_js.ContractCallWithTokenErrorType; }
65
- });
66
- Object.defineProperty(exports, "FeeType", {
67
- enumerable: true,
68
- get: function () { return chunkEQLA2SEZ_js.FeeType; }
69
- });
70
- Object.defineProperty(exports, "GoFastTransferState", {
71
- enumerable: true,
72
- get: function () { return chunkEQLA2SEZ_js.GoFastTransferState; }
73
- });
74
- Object.defineProperty(exports, "HttpClient", {
75
- enumerable: true,
76
- get: function () { return chunkEQLA2SEZ_js.HttpClient; }
77
- });
78
- Object.defineProperty(exports, "HyperlaneTransferState", {
79
- enumerable: true,
80
- get: function () { return chunkEQLA2SEZ_js.HyperlaneTransferState; }
81
- });
82
- Object.defineProperty(exports, "LayerZeroTransferState", {
83
- enumerable: true,
84
- get: function () { return chunkEQLA2SEZ_js.LayerZeroTransferState; }
85
- });
86
- Object.defineProperty(exports, "OPInitTransferState", {
87
- enumerable: true,
88
- get: function () { return chunkEQLA2SEZ_js.OPInitTransferState; }
89
- });
90
- Object.defineProperty(exports, "PacketErrorType", {
91
- enumerable: true,
92
- get: function () { return chunkEQLA2SEZ_js.PacketErrorType; }
93
- });
94
- Object.defineProperty(exports, "Reason", {
95
- enumerable: true,
96
- get: function () { return chunkEQLA2SEZ_js.Reason; }
97
- });
98
- Object.defineProperty(exports, "RoutePriceWarningType", {
99
- enumerable: true,
100
- get: function () { return chunkEQLA2SEZ_js.RoutePriceWarningType; }
101
- });
102
- Object.defineProperty(exports, "SendTokenErrorType", {
103
- enumerable: true,
104
- get: function () { return chunkEQLA2SEZ_js.SendTokenErrorType; }
105
- });
106
- Object.defineProperty(exports, "StargateTransferState", {
107
- enumerable: true,
108
- get: function () { return chunkEQLA2SEZ_js.StargateTransferState; }
109
- });
110
- Object.defineProperty(exports, "StatusErrorType", {
111
- enumerable: true,
112
- get: function () { return chunkEQLA2SEZ_js.StatusErrorType; }
113
- });
114
- Object.defineProperty(exports, "TransactionState", {
115
- enumerable: true,
116
- get: function () { return chunkEQLA2SEZ_js.TransactionState; }
117
- });
118
- Object.defineProperty(exports, "TransferState", {
119
- enumerable: true,
120
- get: function () { return chunkEQLA2SEZ_js.TransferState; }
121
- });
122
- Object.defineProperty(exports, "executeRoute", {
123
- enumerable: true,
124
- get: function () { return chunkEQLA2SEZ_js.executeRoute; }
125
- });
126
- Object.defineProperty(exports, "getRecommendedGasPrice", {
127
- enumerable: true,
128
- get: function () { return chunkL2Q5RP6O_js.getRecommendedGasPrice; }
129
- });
130
- Object.defineProperty(exports, "getFeeInfoForChain", {
131
- enumerable: true,
132
- get: function () { return chunk4XWIXR2P_js.getFeeInfoForChain; }
133
- });
134
- Object.defineProperty(exports, "GAS_STATION_CHAIN_IDS", {
135
- enumerable: true,
136
- get: function () { return chunkSWYON2RG_js.GAS_STATION_CHAIN_IDS; }
137
- });
138
- Object.defineProperty(exports, "getSigningStargateClient", {
139
- enumerable: true,
140
- get: function () { return chunkX2YPYBVN_js.getSigningStargateClient; }
141
- });
142
- Object.defineProperty(exports, "setApiOptions", {
143
- enumerable: true,
144
- get: function () { return chunkPKPZTO4H_js.setApiOptions; }
145
- });
146
- Object.defineProperty(exports, "setClientOptions", {
147
- enumerable: true,
148
- get: function () { return chunkGFRPLEJR_js.setClientOptions; }
149
- });
150
- Object.defineProperty(exports, "ibcOriginAssets", {
151
- enumerable: true,
152
- get: function () { return chunkRE2QZJWE_js.ibcOriginAssets; }
153
- });
154
- Object.defineProperty(exports, "messages", {
155
- enumerable: true,
156
- get: function () { return chunkFVSSCQ6C_js.messages; }
157
- });
158
- Object.defineProperty(exports, "messagesDirect", {
159
- enumerable: true,
160
- get: function () { return chunkX2E2TKVR_js.messagesDirect; }
161
- });
162
- Object.defineProperty(exports, "recommendAssets", {
163
- enumerable: true,
164
- get: function () { return chunkZ4ZKOUGH_js.recommendAssets; }
165
- });
166
- Object.defineProperty(exports, "route", {
167
- enumerable: true,
168
- get: function () { return chunk5KVRQLI5_js.route; }
169
- });
170
- Object.defineProperty(exports, "submitTransaction", {
171
- enumerable: true,
172
- get: function () { return chunkKYFTM3PI_js.submitTransaction; }
173
- });
174
- Object.defineProperty(exports, "trackTransaction", {
175
- enumerable: true,
176
- get: function () { return chunkYYNIFO2A_js.trackTransaction; }
177
- });
178
- Object.defineProperty(exports, "transactionStatus", {
179
- enumerable: true,
180
- get: function () { return chunk2WHYWV4Y_js.transactionStatus; }
181
- });
182
- Object.defineProperty(exports, "assetsBetweenChains", {
183
- enumerable: true,
184
- get: function () { return chunkLRIPQQ4M_js.assetsBetweenChains; }
185
- });
186
- Object.defineProperty(exports, "bridges", {
187
- enumerable: true,
188
- get: function () { return chunk5ZJBR5AQ_js.bridges; }
189
- });
190
- Object.defineProperty(exports, "venues", {
191
- enumerable: true,
192
- get: function () { return chunkZG23Z3WY_js.venues; }
193
- });
194
- Object.defineProperty(exports, "assetsFromSource", {
195
- enumerable: true,
196
- get: function () { return chunk6BTWKTNM_js.assetsFromSource; }
197
- });
198
- Object.defineProperty(exports, "assets", {
199
- enumerable: true,
200
- get: function () { return chunk6GJEXV5J_js.assets; }
201
- });
202
- Object.defineProperty(exports, "balances", {
203
- enumerable: true,
204
- get: function () { return chunk6GJEXV5J_js.balances; }
205
- });
206
- Object.defineProperty(exports, "chains", {
207
- enumerable: true,
208
- get: function () { return chunk6GJEXV5J_js.chains; }
209
- });
@@ -1,21 +0,0 @@
1
- 'use strict';
2
-
3
- var chunkEQLA2SEZ_js = require('../chunk-EQLA2SEZ.js');
4
- require('../chunk-VQ5SIQWU.js');
5
- require('../chunk-SWYON2RG.js');
6
- require('../chunk-X2YPYBVN.js');
7
- require('../chunk-CG5CQQBW.js');
8
- require('../chunk-RT5TZAMU.js');
9
- require('../chunk-FVSSCQ6C.js');
10
- require('../chunk-KYFTM3PI.js');
11
- require('../chunk-YYNIFO2A.js');
12
- require('../chunk-2WHYWV4Y.js');
13
- require('../chunk-6GJEXV5J.js');
14
- require('../chunk-ASPVKNJ7.js');
15
-
16
-
17
-
18
- Object.defineProperty(exports, "executeRoute", {
19
- enumerable: true,
20
- get: function () { return chunkEQLA2SEZ_js.executeRoute; }
21
- });
@@ -1,14 +0,0 @@
1
- 'use strict';
2
-
3
- var chunk4XWIXR2P_js = require('../chunk-4XWIXR2P.js');
4
- require('../chunk-SWYON2RG.js');
5
- require('../chunk-CG5CQQBW.js');
6
- require('../chunk-6GJEXV5J.js');
7
- require('../chunk-ASPVKNJ7.js');
8
-
9
-
10
-
11
- Object.defineProperty(exports, "getFeeInfoForChain", {
12
- enumerable: true,
13
- get: function () { return chunk4XWIXR2P_js.getFeeInfoForChain; }
14
- });
@@ -1,16 +0,0 @@
1
- 'use strict';
2
-
3
- var chunkL2Q5RP6O_js = require('../chunk-L2Q5RP6O.js');
4
- require('../chunk-VQ5SIQWU.js');
5
- require('../chunk-4XWIXR2P.js');
6
- require('../chunk-SWYON2RG.js');
7
- require('../chunk-CG5CQQBW.js');
8
- require('../chunk-6GJEXV5J.js');
9
- require('../chunk-ASPVKNJ7.js');
10
-
11
-
12
-
13
- Object.defineProperty(exports, "getRecommendedGasPrice", {
14
- enumerable: true,
15
- get: function () { return chunkL2Q5RP6O_js.getRecommendedGasPrice; }
16
- });
@@ -1,13 +0,0 @@
1
- 'use strict';
2
-
3
- var chunkX2YPYBVN_js = require('../chunk-X2YPYBVN.js');
4
- require('../chunk-CG5CQQBW.js');
5
- require('../chunk-6GJEXV5J.js');
6
- require('../chunk-ASPVKNJ7.js');
7
-
8
-
9
-
10
- Object.defineProperty(exports, "getSigningStargateClient", {
11
- enumerable: true,
12
- get: function () { return chunkX2YPYBVN_js.getSigningStargateClient; }
13
- });
@@ -1,11 +0,0 @@
1
- 'use strict';
2
-
3
- var chunkPKPZTO4H_js = require('../chunk-PKPZTO4H.js');
4
- require('../chunk-ASPVKNJ7.js');
5
-
6
-
7
-
8
- Object.defineProperty(exports, "setApiOptions", {
9
- enumerable: true,
10
- get: function () { return chunkPKPZTO4H_js.setApiOptions; }
11
- });
@@ -1,9 +0,0 @@
1
- export { s as setClientOptions } from '../setClientOptions-DbanEIwL.js';
2
- import '@cosmjs/proto-signing';
3
- import '@cosmjs/stargate';
4
- import '../apiState-CdzxTxYd.js';
5
- import '../client-types-CxjtffyG.js';
6
- import '@cosmjs/amino';
7
- import 'viem';
8
- import '@solana/wallet-adapter-base';
9
- import '../swaggerTypes-O9-gvCT1.js';
@@ -1,13 +0,0 @@
1
- 'use strict';
2
-
3
- var chunkGFRPLEJR_js = require('../chunk-GFRPLEJR.js');
4
- require('../chunk-RT5TZAMU.js');
5
- require('../chunk-6GJEXV5J.js');
6
- require('../chunk-ASPVKNJ7.js');
7
-
8
-
9
-
10
- Object.defineProperty(exports, "setClientOptions", {
11
- enumerable: true,
12
- get: function () { return chunkGFRPLEJR_js.setClientOptions; }
13
- });
File without changes
File without changes