@riocrypto/common-server 1.0.2785 → 1.0.2786
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.
|
@@ -9,6 +9,12 @@ interface RioSettingsAttrs {
|
|
|
9
9
|
frozen: boolean;
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
|
+
isSurgePricing: {
|
|
13
|
+
[key: string]: {
|
|
14
|
+
value: boolean;
|
|
15
|
+
frozen: boolean;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
12
18
|
defaultDeferredPaymentFee: {
|
|
13
19
|
[key in Country]?: {
|
|
14
20
|
[key in Side]?: {
|
|
@@ -99,6 +105,12 @@ interface RioSettingsDoc extends mongoose.Document {
|
|
|
99
105
|
frozen: boolean;
|
|
100
106
|
};
|
|
101
107
|
};
|
|
108
|
+
isSurgePricing: {
|
|
109
|
+
[key: string]: {
|
|
110
|
+
value: boolean;
|
|
111
|
+
frozen: boolean;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
102
114
|
buyOrderGeneralExchangeRateMarkup: {
|
|
103
115
|
[key in Fiat]: number;
|
|
104
116
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@riocrypto/common-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2786",
|
|
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.
|
|
31
|
+
"@riocrypto/common": "1.0.2592",
|
|
32
32
|
"@slack/web-api": "^7.15.0",
|
|
33
33
|
"@types/express": "^4.17.25",
|
|
34
34
|
"axios": "1.15.2",
|