@riocrypto/common 1.0.2354 → 1.0.2357

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.
@@ -121,5 +121,14 @@ export declare type User = {
121
121
  };
122
122
  };
123
123
  };
124
+ marketConfig?: {
125
+ [key in Fiat]?: {
126
+ isAfterHours?: boolean;
127
+ afterHoursEndsAt?: string;
128
+ afterHoursExchangeRateMarkup?: number;
129
+ buyOrderGeneralExchangeRateMarkup?: number;
130
+ sellOrderGeneralExchangeRateMarkup?: number;
131
+ };
132
+ };
124
133
  } & (UserType.Individual extends UserType ? IndividualUser : {}) & (UserType.Business extends UserType ? BusinessUser : {});
125
134
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.2354",
3
+ "version": "1.0.2357",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",