tango-api-schema 2.1.43 → 2.1.45

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 +17 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -47,6 +47,14 @@ import empDetectionOutputModel from "./schema/empDetectionOutput.model.js";
47
47
  import auditUsersModel from "./schema/auditUsers.model.js";
48
48
  import clusterModel from "./schema/cluster.model.js";
49
49
  import teamsModel from "./schema/teams.model.js";
50
+ import checklistassignconfigModel from "./schema/checklistassignconfig.js";
51
+ import checklistconfigModel from "./schema/checklistconfig.js";
52
+ import checklistlogModel from "./schema/checklistlog.js";
53
+ import checklistquestionconfigModel from "./schema/checklistquestionconfig.js";
54
+ import processedchecklistModel from "./schema/processedchecklist.js";
55
+ import processedchecklistconfigModel from "./schema/processedchecklistconfig.js";
56
+ import processeddetectionModel from "./schema/processeddetection.js";
57
+ import domainModel from "./schema/domain.js";
50
58
 
51
59
 
52
60
 
@@ -100,5 +108,13 @@ export default {
100
108
  empDetectionOutputModel,
101
109
  auditUsersModel,
102
110
  clusterModel,
103
- teamsModel
111
+ teamsModel,
112
+ checklistassignconfigModel,
113
+ checklistconfigModel,
114
+ checklistlogModel,
115
+ checklistquestionconfigModel,
116
+ processedchecklistModel,
117
+ processedchecklistconfigModel,
118
+ processeddetectionModel,
119
+ domainModel,
104
120
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-api-schema",
3
- "version": "2.1.43",
3
+ "version": "2.1.45",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",