tango-api-schema 2.2.171 → 2.2.172

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 +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -200,6 +200,6 @@ export default {
200
200
  streamingModel,
201
201
  loginAttempt,
202
202
  notification,
203
- planoRevisionModel
203
+ planoRevisionModel,
204
204
  auditUserBaseSalaryModel
205
205
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-api-schema",
3
- "version": "2.2.171",
3
+ "version": "2.2.172",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",