@riocrypto/common-server 1.0.2860 → 1.0.2862

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.
@@ -37,6 +37,18 @@ interface ExternalTradeAttrs {
37
37
  stopPx?: number;
38
38
  takeQuoteTradeKey?: string;
39
39
  };
40
+ circle?: {
41
+ bidPx?: number;
42
+ offerPx?: number;
43
+ quoteExpiry?: string;
44
+ streamExpiresAt?: string;
45
+ quoteId?: string;
46
+ circleTradeId?: string;
47
+ circleTradeStatus?: string;
48
+ settlementId?: string;
49
+ rate?: number;
50
+ takeQuoteTradeKey?: string;
51
+ };
40
52
  };
41
53
  externalTradingAlgorithmId?: string;
42
54
  arbitrageSessionId?: string;
@@ -80,6 +92,18 @@ interface ExternalTradeDoc extends Document {
80
92
  stopPx?: number;
81
93
  takeQuoteTradeKey?: string;
82
94
  };
95
+ circle?: {
96
+ bidPx?: number;
97
+ offerPx?: number;
98
+ quoteExpiry?: string;
99
+ streamExpiresAt?: string;
100
+ quoteId?: string;
101
+ circleTradeId?: string;
102
+ circleTradeStatus?: string;
103
+ settlementId?: string;
104
+ rate?: number;
105
+ takeQuoteTradeKey?: string;
106
+ };
83
107
  };
84
108
  externalTradingAlgorithmId?: string;
85
109
  arbitrageSessionId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.2860",
3
+ "version": "1.0.2862",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "@google-cloud/secret-manager": "^5.6.0",
29
29
  "@google-cloud/storage": "^7.19.0",
30
30
  "@hyperdx/node-opentelemetry": "^0.10.3",
31
- "@riocrypto/common": "1.0.2660",
31
+ "@riocrypto/common": "1.0.2668",
32
32
  "@slack/web-api": "^7.15.0",
33
33
  "@types/express": "^4.17.25",
34
34
  "axios": "1.16.0",