picker-db 5.0.18 → 5.0.19
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.
|
@@ -425,6 +425,16 @@ module.exports = (connection) => {
|
|
|
425
425
|
labelUrl: {
|
|
426
426
|
type: String,
|
|
427
427
|
},
|
|
428
|
+
// Ground-only: expected delivery date for the Ground shipment (DP-14879).
|
|
429
|
+
// Initially set by the user at booking creation (required when
|
|
430
|
+
// searchType === GROUND, must be >= D+1 UTC). After createOrder, the
|
|
431
|
+
// gd-search-orchestrator-service overwrites it with the carrier-confirmed
|
|
432
|
+
// date when FedEx/DHL commit to a different day — this is the binding
|
|
433
|
+
// value the dashboard and external-api expose to the client.
|
|
434
|
+
expectedDeliveryDate: {
|
|
435
|
+
type: Date,
|
|
436
|
+
default: null,
|
|
437
|
+
},
|
|
428
438
|
transactionDetails: {
|
|
429
439
|
itemCharge: {
|
|
430
440
|
type: connection.base.Schema.ObjectId,
|