flykup_model_development 3.1.20 → 3.1.21

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.
@@ -477,7 +477,7 @@ const orderSchema = new mongoose.Schema(
477
477
  logisticsResponse: mongoose.Schema.Types.Mixed,
478
478
  shipmentBookingStatus: {
479
479
  type: String,
480
- enum: ['pending', 'booked', 'failed'],
480
+ enum: ['pending', 'booked', 'failed','cancelled'],
481
481
  default: 'pending'
482
482
  },
483
483
  shipmentBookingError: String,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flykup_model_development",
3
- "version": "3.1.20",
3
+ "version": "3.1.21",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "private": false,