flykup_model_development 3.1.25 → 3.1.26

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.
@@ -502,20 +502,8 @@ const orderSchema = new mongoose.Schema(
502
502
  cancellationEligibility: {
503
503
  eligible: Boolean,
504
504
  reason: String
505
- }
506
- },
507
- packageDetails: {
508
- totalWeight: Number,
509
- weightUnit: {
510
- type: String,
511
- default: 'grams'
512
505
  },
513
- dimensions: {
514
- length: Number,
515
- width: Number,
516
- height: Number
517
- },
518
- tracking: {
506
+ tracking: {
519
507
  lastSyncedAt: Date,
520
508
  currentStatus: String,
521
509
  statusCode: String,
@@ -529,6 +517,19 @@ const orderSchema = new mongoose.Schema(
529
517
  icon: String
530
518
  }]
531
519
  },
520
+ },
521
+ packageDetails: {
522
+ totalWeight: Number,
523
+ weightUnit: {
524
+ type: String,
525
+ default: 'grams'
526
+ },
527
+ dimensions: {
528
+ length: Number,
529
+ width: Number,
530
+ height: Number
531
+ },
532
+
532
533
  volumetricWeight: Number
533
534
  },
534
535
  pickupAddresses: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flykup_model_development",
3
- "version": "3.1.25",
3
+ "version": "3.1.26",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "private": false,