@riocrypto/common 1.0.1043 → 1.0.1045

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.
@@ -131,7 +131,7 @@ export declare class RioAdminClient {
131
131
  volume: number;
132
132
  revenue: number;
133
133
  }>;
134
- getBistoX(bidPrice: number, bidAmount: number): Promise<{
134
+ getBitsoX(bidPrice: number, bidAmount: number): Promise<{
135
135
  x: number;
136
136
  }>;
137
137
  getPaymentMethods(fiat: Fiat, country: Country): Promise<PaymentMethod[]>;
@@ -466,7 +466,7 @@ class RioAdminClient {
466
466
  return response.data;
467
467
  });
468
468
  }
469
- getBistoX(bidPrice, bidAmount) {
469
+ getBitsoX(bidPrice, bidAmount) {
470
470
  return __awaiter(this, void 0, void 0, function* () {
471
471
  const response = yield this.axios.get(`/api/admin/bitso/x`, {
472
472
  params: { bidPrice, bidAmount },
@@ -11,4 +11,10 @@ export interface ChainedQuoteInput {
11
11
  originCountry: Country;
12
12
  destinationCountry: Country;
13
13
  notes?: string;
14
+ reissueAfterExpiration?: boolean;
15
+ discount?: number;
16
+ markup?: number;
17
+ netPrice?: number;
18
+ orderId?: string;
19
+ noMarkups?: boolean;
14
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1043",
3
+ "version": "1.0.1045",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",