shuttlepro-shared 1.3.51 → 1.3.52

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.
Files changed (2) hide show
  1. package/models/Order.js +1 -0
  2. package/package.json +1 -1
package/models/Order.js CHANGED
@@ -170,6 +170,7 @@ const OrderSchema = new Schema(
170
170
  currency: {},
171
171
  presentedCurrency: {},
172
172
  exchangeRate: { type: Number, default: 0 },
173
+ markedInventory: { type: Boolean, default: false },
173
174
  },
174
175
  { timestamps: true, toJSON: { virtuals: true }, toObject: { virtuals: true } }
175
176
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.3.51",
3
+ "version": "1.3.52",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {