shuttlepro-shared 1.4.74 → 1.4.75

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
@@ -172,6 +172,7 @@ const OrderSchema = new Schema(
172
172
  presentedCurrency: {},
173
173
  exchangeRate: { type: Number, default: 0 },
174
174
  markedInventory: { type: Boolean, default: false },
175
+ packageCode: { type: String, default: "" },
175
176
  },
176
177
  { timestamps: true, toJSON: { virtuals: true }, toObject: { virtuals: true } }
177
178
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shuttlepro-shared",
3
- "version": "1.4.74",
3
+ "version": "1.4.75",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {