@riocrypto/common-server 1.0.1828 → 1.0.1829

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.
@@ -112,6 +112,12 @@ const buildOrder = (mongoose) => {
112
112
  platformFeeFiatTax: {
113
113
  type: Number,
114
114
  },
115
+ deferredSettlementFeeFiat: {
116
+ type: Number,
117
+ },
118
+ deferredSettlementFeeFiatTax: {
119
+ type: Number,
120
+ },
115
121
  },
116
122
  actualFees: {
117
123
  processingFeeFiat: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1828",
3
+ "version": "1.0.1829",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",