@francesco_ksh/app-ksh-mgd-schemas 2.6.2 → 2.6.3

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/models/Order.js CHANGED
@@ -217,6 +217,8 @@ const orderSchema = new Schema(
217
217
  // 'usps',
218
218
  // 'dhl',
219
219
  // 'lugg',
220
+ // 'blueTruck',
221
+ // readyCloud',
220
222
  // ],
221
223
  },
222
224
  fcDeliveryId: {
package/models/Store.js CHANGED
@@ -344,6 +344,10 @@ const storeSchema = new Schema(
344
344
  type: Boolean,
345
345
  default: true,
346
346
  },
347
+ blueTruck: {
348
+ type: Boolean,
349
+ default: true,
350
+ },
347
351
  goShare: {
348
352
  type: Boolean,
349
353
  default: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@francesco_ksh/app-ksh-mgd-schemas",
3
- "version": "2.6.2",
3
+ "version": "2.6.3",
4
4
  "description": "Mongoose schema definitions",
5
5
  "main": "index.js",
6
6
  "repository": {