@cryptorubic/core 1.8.0-alpha.houdini.4 → 1.8.0-alpha.houdini.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptorubic/core",
3
- "version": "1.8.0-alpha.houdini.4",
3
+ "version": "1.8.0-alpha.houdini.5",
4
4
  "dependencies": {
5
5
  "bignumber.js": "9.1.2",
6
6
  "tslib": "*"
@@ -10,6 +10,10 @@ export interface WsQuoteErrorInterface {
10
10
  * Amount of calculated trades
11
11
  */
12
12
  calculated: number;
13
+ /**
14
+ * is trade private or not
15
+ */
16
+ private: boolean;
13
17
  /**
14
18
  * Total amount of available private trades
15
19
  */
@@ -10,6 +10,10 @@ export interface WsQuoteResponseInterface {
10
10
  * Amount of calculated trades
11
11
  */
12
12
  calculated: number;
13
+ /**
14
+ * is trade private or not
15
+ */
16
+ private: boolean;
13
17
  /**
14
18
  * Total amount of available private trades
15
19
  */