tango-api-schema 2.4.21 → 2.4.23

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/index.js CHANGED
@@ -116,6 +116,7 @@ import fixtureShelfDuplicateModel from "./schema/fixtureShelfDuplicate.model.js"
116
116
  import planoMappingDuplicateModel from "./schema/planoMappingDuplicate.model.js";
117
117
  import planoVmDetailDuplicateModel from "./schema/planoVmDetailDuplicate.model.js";
118
118
  import planoProductDetailDuplicateModel from "./schema/planoProductDetailDuplicate.model.js";
119
+ import vmsStoreRequestModel from './schema/vmsStoreRequest.model.js'
119
120
 
120
121
 
121
122
  export default {
@@ -234,4 +235,5 @@ export default {
234
235
  planoMappingDuplicateModel,
235
236
  planoVmDetailDuplicateModel,
236
237
  planoProductDetailDuplicateModel,
238
+ vmsStoreRequestModel
237
239
  };
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
- {
2
- "name": "tango-api-schema",
3
- "version": "2.4.21",
4
- "description": "tangoEye model schema",
5
- "main": "index.js",
6
- "type": "module",
7
- "scripts": {
8
- "test": "echo \"Error: no test specified\" && exit 1",
9
- "start": "node index.js",
10
- "build:patch": "node build.js patch && npm publish",
11
- "build:minor": "node build.js minor && npm publish",
12
- "build:major": "node build.js major && npm publish"
13
- },
14
- "repository": {
15
- "type": "git",
16
- "url": "git+https://praveen22raj@bitbucket.org/tangoeye-retail/tango-api-schema.git"
17
- },
18
- "author": "praveenraj",
19
- "license": "ISC",
20
- "bugs": {
21
- "url": "https://bitbucket.org/tangoeye-retail/tango-api-schema/issues"
22
- },
23
- "homepage": "https://bitbucket.org/tangoeye-retail/tango-api-schema#readme",
24
- "dependencies": {
25
- "express": "^4.21.1",
26
- "mongoose": "^7.5.3"
27
- }
1
+ {
2
+ "name": "tango-api-schema",
3
+ "version": "2.4.23",
4
+ "description": "tangoEye model schema",
5
+ "main": "index.js",
6
+ "type": "module",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "start": "node index.js",
10
+ "build:patch": "node build.js patch && npm publish",
11
+ "build:minor": "node build.js minor && npm publish",
12
+ "build:major": "node build.js major && npm publish"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://praveen22raj@bitbucket.org/tangoeye-retail/tango-api-schema.git"
17
+ },
18
+ "author": "praveenraj",
19
+ "license": "ISC",
20
+ "bugs": {
21
+ "url": "https://bitbucket.org/tangoeye-retail/tango-api-schema/issues"
22
+ },
23
+ "homepage": "https://bitbucket.org/tangoeye-retail/tango-api-schema#readme",
24
+ "dependencies": {
25
+ "express": "^4.21.1",
26
+ "mongoose": "^7.5.3"
27
+ }
28
28
  }
@@ -504,6 +504,10 @@ const client = new mongoose.Schema(
504
504
  type: Number,
505
505
  default: 3
506
506
  },
507
+ allowImageView: {
508
+ type: Number,
509
+ default:90
510
+ },
507
511
  isAutoCloseEnable: {
508
512
  type: Boolean,
509
513
  default: true