tango-api-schema 2.4.22 → 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.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +1 -1
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,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-api-schema",
3
- "version": "2.4.22",
3
+ "version": "2.4.23",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",