@riocrypto/common-server 1.0.2806 → 1.0.2807

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.
@@ -192,6 +192,7 @@ interface OrderDoc extends Document {
192
192
  imported?: boolean;
193
193
  USBankTransferMethod?: "wire" | "ach_push";
194
194
  isAfterHours?: boolean;
195
+ isSurgePricing?: boolean;
195
196
  netPrice: number;
196
197
  requestedNetPrice?: number;
197
198
  payoutAddressId?: string;
@@ -223,6 +223,9 @@ const buildOrder = (mongoose) => {
223
223
  isAfterHours: {
224
224
  type: Boolean,
225
225
  },
226
+ isSurgePricing: {
227
+ type: Boolean,
228
+ },
226
229
  exchangeRateOrders: [
227
230
  {
228
231
  amount: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.2806",
3
+ "version": "1.0.2807",
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.2608",
31
+ "@riocrypto/common": "1.0.2609",
32
32
  "@slack/web-api": "^7.15.0",
33
33
  "@types/express": "^4.17.25",
34
34
  "axios": "1.16.0",