tango-api-schema 2.3.7 → 2.3.9
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/package.json
CHANGED
package/schema/store.model.js
CHANGED
|
@@ -377,15 +377,15 @@ const store = new mongoose.Schema(
|
|
|
377
377
|
revopTagging:{
|
|
378
378
|
duplicate: {
|
|
379
379
|
type:String,
|
|
380
|
-
default:"
|
|
380
|
+
default:"20%"
|
|
381
381
|
},
|
|
382
382
|
houseKeeping: {
|
|
383
383
|
type:Number,
|
|
384
|
-
default:
|
|
384
|
+
default: 5
|
|
385
385
|
},
|
|
386
386
|
employee: {
|
|
387
387
|
type:Number,
|
|
388
|
-
default:
|
|
388
|
+
default: 5
|
|
389
389
|
}
|
|
390
390
|
}
|
|
391
391
|
},
|