@riocrypto/common 1.0.980 → 1.0.982
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/build/index.d.ts
CHANGED
|
@@ -166,6 +166,7 @@ export * from "./types/chained-quote";
|
|
|
166
166
|
export * from "./types/bitso-bank-account";
|
|
167
167
|
export * from "./types/bitso-receiving-account";
|
|
168
168
|
export * from "./types/bitso-exchange-rate-order";
|
|
169
|
+
export * from "./types/exchange-rate-order";
|
|
169
170
|
export * from "./classes/Asset";
|
|
170
171
|
export * from "./classes/CountryAsset";
|
|
171
172
|
export * from "./classes/CryptoAsset";
|
package/build/index.js
CHANGED
|
@@ -182,6 +182,7 @@ __exportStar(require("./types/chained-quote"), exports);
|
|
|
182
182
|
__exportStar(require("./types/bitso-bank-account"), exports);
|
|
183
183
|
__exportStar(require("./types/bitso-receiving-account"), exports);
|
|
184
184
|
__exportStar(require("./types/bitso-exchange-rate-order"), exports);
|
|
185
|
+
__exportStar(require("./types/exchange-rate-order"), exports);
|
|
185
186
|
__exportStar(require("./classes/Asset"), exports);
|
|
186
187
|
__exportStar(require("./classes/CountryAsset"), exports);
|
|
187
188
|
__exportStar(require("./classes/CryptoAsset"), exports);
|
package/build/types/order.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { Side } from "./side";
|
|
|
9
9
|
import { Fees } from "./fees";
|
|
10
10
|
import { PayoutMethod } from "./payout-method";
|
|
11
11
|
import { Partner } from "./partner";
|
|
12
|
-
import { ExchangeRateOrder } from "./
|
|
12
|
+
import { ExchangeRateOrder } from "./exchange-rate-order";
|
|
13
13
|
export interface Order {
|
|
14
14
|
id: string;
|
|
15
15
|
quoteId: string;
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|