@riocrypto/common-server 1.0.2317 → 1.0.2318

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.
@@ -141,6 +141,9 @@ const buildQuote = (mongoose) => {
141
141
  settleBy: {
142
142
  type: mongoose.Schema.Types.Date,
143
143
  },
144
+ settlementTime: {
145
+ type: String,
146
+ },
144
147
  }, {
145
148
  toJSON: {
146
149
  transform(doc, ret) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.2317",
3
+ "version": "1.0.2318",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",