flykup_model_development 3.1.59 → 3.1.60

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.
@@ -351,6 +351,10 @@ cancelSource: {
351
351
  flashPrice: Number,
352
352
  originalPrice: Number
353
353
  }],
354
+ labelPrinted: {
355
+ type: Boolean,
356
+ default: false
357
+ },
354
358
  payment: {
355
359
  type: mongoose.Schema.Types.ObjectId,
356
360
  ref: 'orderPayment'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flykup_model_development",
3
- "version": "3.1.59",
3
+ "version": "3.1.60",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "private": false,