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.
- package/index.js +2 -0
- 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
|
};
|