picker-db 4.3.10 → 4.3.12
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.
package/.vscode/settings.json
CHANGED
|
@@ -901,6 +901,12 @@ module.exports = (connection) => {
|
|
|
901
901
|
PNF_REASON.PROVIDER_ERROR,
|
|
902
902
|
],
|
|
903
903
|
},
|
|
904
|
+
deliveryAddressRequired: {
|
|
905
|
+
type: Boolean,
|
|
906
|
+
},
|
|
907
|
+
paymentInfoRequired: {
|
|
908
|
+
type: Boolean,
|
|
909
|
+
},
|
|
904
910
|
}, { timestamps: true });
|
|
905
911
|
|
|
906
912
|
BookingSchema.pre("save", async function (next) {
|