tango-api-schema 1.0.40 → 1.0.41

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
@@ -11,7 +11,7 @@ import applicationDefaultModel from "./schema/applicationDefault.model.js";
11
11
  import userModel from "./schema/user.model.js";
12
12
  import userRoleModel from "./schema/userRole.model.js";
13
13
  import edgeappVersionModel from "./schema/edgeappVersion.model.js";
14
- import nobClientHourlyModel from "./schema/nobClientHourly.model.js";
14
+ import nobHourlyModel from "./schema/nobHourly.model.js";
15
15
 
16
16
  export default {
17
17
  clientModel,
@@ -27,5 +27,5 @@ export default {
27
27
  userModel,
28
28
  userRoleModel,
29
29
  edgeappVersionModel,
30
- nobClientHourlyModel
30
+ nobHourlyModel
31
31
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-api-schema",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",