tango-api-schema 2.1.48 → 2.1.50

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 (61) hide show
  1. package/index.js +119 -119
  2. package/package.json +27 -27
  3. package/schema/applicationDefault.model.js +24 -24
  4. package/schema/assignAudit.model.js +55 -55
  5. package/schema/auditLogs.model.js +77 -77
  6. package/schema/auditStoreData.model.js +56 -56
  7. package/schema/auditUserWallet.model.js +90 -90
  8. package/schema/auditUsers.model.js +39 -39
  9. package/schema/authentication.model.js +27 -27
  10. package/schema/basePricing.model.js +29 -29
  11. package/schema/billing.model.js +99 -99
  12. package/schema/binaryAudit.model.js +84 -84
  13. package/schema/camera.model.js +146 -146
  14. package/schema/checklistassignconfig.js +71 -71
  15. package/schema/checklistconfig.js +171 -167
  16. package/schema/checklistlog.js +59 -59
  17. package/schema/checklistquestionconfig.js +147 -147
  18. package/schema/client.model.js +529 -529
  19. package/schema/clientRequest.model.js +40 -40
  20. package/schema/cluster.model.js +58 -58
  21. package/schema/countryCodes.model.js +28 -28
  22. package/schema/dailyPricing.model.js +88 -88
  23. package/schema/dataMismatchDraft.model.js +22 -22
  24. package/schema/domain.js +18 -18
  25. package/schema/edgeAppVersion.model.js +33 -33
  26. package/schema/edgeappAuth.model.js +32 -32
  27. package/schema/empDetectionOutput.model.js +64 -64
  28. package/schema/externalParameter.model.js +202 -202
  29. package/schema/eyetest.model.js +18 -18
  30. package/schema/fitting.model.js +52 -52
  31. package/schema/group.model.js +36 -36
  32. package/schema/hotjar.model.js +11 -11
  33. package/schema/infraReason.model.js +44 -44
  34. package/schema/internalAuth.model.js +36 -36
  35. package/schema/invoice.model.js +106 -106
  36. package/schema/ipLogs.model.js +39 -39
  37. package/schema/lead.model.js +78 -78
  38. package/schema/lowcountReason.model.js +44 -44
  39. package/schema/mailOnlyuser.model.js +44 -44
  40. package/schema/matLog.model.js +26 -26
  41. package/schema/otp.model.js +27 -27
  42. package/schema/paymentAccount.model.js +60 -60
  43. package/schema/processedchecklist.js +184 -184
  44. package/schema/processedchecklistconfig.js +105 -105
  45. package/schema/processeddetection.js +85 -85
  46. package/schema/quality.model.js +57 -57
  47. package/schema/report.model.js +30 -30
  48. package/schema/standaredRole.model.js +56 -56
  49. package/schema/store.model.js +325 -325
  50. package/schema/storeAudit.model.js +62 -62
  51. package/schema/storeEmpDetection.model.js +62 -62
  52. package/schema/tagging.model.js +44 -44
  53. package/schema/tangoTicket.model.js +210 -210
  54. package/schema/teams.model.js +48 -48
  55. package/schema/transaction.model.js +54 -54
  56. package/schema/traxAuditData.model.js +61 -61
  57. package/schema/user.model.js +121 -121
  58. package/schema/userAssignedStore.model.js +41 -41
  59. package/schema/userAudit.model.js +77 -77
  60. package/schema/userEmpDetection.model.js +81 -81
  61. package/schema/workstation.model.js +77 -77
package/index.js CHANGED
@@ -1,120 +1,120 @@
1
- import leadModel from "./schema/lead.model.js";
2
- import otpModel from "./schema/otp.model.js";
3
- import storeModel from "./schema/store.model.js";
4
- import countryCodesModel from "./schema/countryCodes.model.js";
5
- import clientModel from "./schema/client.model.js";
6
- import tangoTicketModel from "./schema/tangoTicket.model.js";
7
- import ipLogModel from "./schema/ipLogs.model.js";
8
- import userModel from "./schema/user.model.js";
9
- import edgeAppVersionModel from "./schema/edgeAppVersion.model.js";
10
- import applicationDefaultModel from "./schema/applicationDefault.model.js";
11
- import cameraModel from "./schema/camera.model.js";
12
- import reportModel from "./schema/report.model.js";
13
- import standaredRoleModel from "./schema/standaredRole.model.js";
14
- import infraReasonModel from "./schema/infraReason.model.js";
15
- import groupModel from "./schema/group.model.js";
16
- import authenticationModel from "./schema/authentication.model.js";
17
- import userAssignedStoreModel from "./schema/userAssignedStore.model.js";
18
- import edgeappAuthModel from "./schema/edgeappAuth.model.js";
19
- import clientRequestModel from "./schema/clientRequest.model.js";
20
- import basePricingModel from "./schema/basePricing.model.js";
21
- import invoiceModel from "./schema/invoice.model.js";
22
- import workstationModel from "./schema/workstation.model.js";
23
- import dailyPricingModel from "./schema/dailyPricing.model.js";
24
- import fittingModel from "./schema/fitting.model.js";
25
- import qualityCheckModel from "./schema/quality.model.js";
26
- import taggingModel from "./schema/tagging.model.js";
27
- import userAuditModel from "./schema/userAudit.model.js";
28
- import storeAuditModel from "./schema/storeAudit.model.js";
29
- import assignAuditModel from "./schema/assignAudit.model.js";
30
- import auditStoreDataModel from "./schema/auditStoreData.model.js";
31
- import matLogModel from "./schema/matLog.model.js";
32
- import billingModel from "./schema/billing.model.js";
33
- import auditLogsModel from "./schema/auditLogs.model.js";
34
- import internalAuthModel from "./schema/internalAuth.model.js";
35
- import paymentAccountModel from "./schema/paymentAccount.model.js";
36
- import externalParameterModel from "./schema/externalParameter.model.js";
37
- import transactionModel from "./schema/transaction.model.js";
38
- import dataMismatchDraftModel from "./schema/dataMismatchDraft.model.js";
39
- import traxAuditDataModel from "./schema/traxAuditData.model.js";
40
- import binaryAuditModel from "./schema/binaryAudit.model.js";
41
- import userEmpDetectionModel from "./schema/userEmpDetection.model.js";
42
- import storeEmpDetectionModel from "./schema/storeEmpDetection.model.js";
43
- import lowcountReasonModel from "./schema/lowcountReason.model.js";
44
- import auditUserWalletModel from "./schema/auditUserWallet.model.js";
45
- import mailOnlyuserModel from "./schema/mailOnlyuser.model.js";
46
- import empDetectionOutputModel from "./schema/empDetectionOutput.model.js";
47
- import auditUsersModel from "./schema/auditUsers.model.js";
48
- import clusterModel from "./schema/cluster.model.js";
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";
58
- import hotjarModel from "./schema/hotjar.model.js";
59
-
60
-
61
- export default {
62
- leadModel,
63
- otpModel,
64
- storeModel,
65
- countryCodesModel,
66
- clientModel,
67
- tangoTicketModel,
68
- ipLogModel,
69
- userModel,
70
- edgeAppVersionModel,
71
- applicationDefaultModel,
72
- cameraModel,
73
- reportModel,
74
- standaredRoleModel,
75
- infraReasonModel,
76
- groupModel,
77
- authenticationModel,
78
- userAssignedStoreModel,
79
- edgeappAuthModel,
80
- clientRequestModel,
81
- basePricingModel,
82
- invoiceModel,
83
- workstationModel,
84
- dailyPricingModel,
85
- fittingModel,
86
- qualityCheckModel,
87
- taggingModel,
88
- userAuditModel,
89
- storeAuditModel,
90
- assignAuditModel,
91
- auditStoreDataModel,
92
- matLogModel,
93
- billingModel,
94
- auditLogsModel,
95
- internalAuthModel,
96
- paymentAccountModel,
97
- externalParameterModel,
98
- transactionModel,
99
- dataMismatchDraftModel,
100
- traxAuditDataModel,
101
- binaryAuditModel,
102
- userEmpDetectionModel,
103
- storeEmpDetectionModel,
104
- lowcountReasonModel,
105
- auditUserWalletModel,
106
- mailOnlyuserModel,
107
- empDetectionOutputModel,
108
- auditUsersModel,
109
- clusterModel,
110
- teamsModel,
111
- checklistassignconfigModel,
112
- checklistconfigModel,
113
- checklistlogModel,
114
- checklistquestionconfigModel,
115
- processedchecklistModel,
116
- processedchecklistconfigModel,
117
- processeddetectionModel,
118
- domainModel,
119
- hotjarModel
1
+ import leadModel from "./schema/lead.model.js";
2
+ import otpModel from "./schema/otp.model.js";
3
+ import storeModel from "./schema/store.model.js";
4
+ import countryCodesModel from "./schema/countryCodes.model.js";
5
+ import clientModel from "./schema/client.model.js";
6
+ import tangoTicketModel from "./schema/tangoTicket.model.js";
7
+ import ipLogModel from "./schema/ipLogs.model.js";
8
+ import userModel from "./schema/user.model.js";
9
+ import edgeAppVersionModel from "./schema/edgeAppVersion.model.js";
10
+ import applicationDefaultModel from "./schema/applicationDefault.model.js";
11
+ import cameraModel from "./schema/camera.model.js";
12
+ import reportModel from "./schema/report.model.js";
13
+ import standaredRoleModel from "./schema/standaredRole.model.js";
14
+ import infraReasonModel from "./schema/infraReason.model.js";
15
+ import groupModel from "./schema/group.model.js";
16
+ import authenticationModel from "./schema/authentication.model.js";
17
+ import userAssignedStoreModel from "./schema/userAssignedStore.model.js";
18
+ import edgeappAuthModel from "./schema/edgeappAuth.model.js";
19
+ import clientRequestModel from "./schema/clientRequest.model.js";
20
+ import basePricingModel from "./schema/basePricing.model.js";
21
+ import invoiceModel from "./schema/invoice.model.js";
22
+ import workstationModel from "./schema/workstation.model.js";
23
+ import dailyPricingModel from "./schema/dailyPricing.model.js";
24
+ import fittingModel from "./schema/fitting.model.js";
25
+ import qualityCheckModel from "./schema/quality.model.js";
26
+ import taggingModel from "./schema/tagging.model.js";
27
+ import userAuditModel from "./schema/userAudit.model.js";
28
+ import storeAuditModel from "./schema/storeAudit.model.js";
29
+ import assignAuditModel from "./schema/assignAudit.model.js";
30
+ import auditStoreDataModel from "./schema/auditStoreData.model.js";
31
+ import matLogModel from "./schema/matLog.model.js";
32
+ import billingModel from "./schema/billing.model.js";
33
+ import auditLogsModel from "./schema/auditLogs.model.js";
34
+ import internalAuthModel from "./schema/internalAuth.model.js";
35
+ import paymentAccountModel from "./schema/paymentAccount.model.js";
36
+ import externalParameterModel from "./schema/externalParameter.model.js";
37
+ import transactionModel from "./schema/transaction.model.js";
38
+ import dataMismatchDraftModel from "./schema/dataMismatchDraft.model.js";
39
+ import traxAuditDataModel from "./schema/traxAuditData.model.js";
40
+ import binaryAuditModel from "./schema/binaryAudit.model.js";
41
+ import userEmpDetectionModel from "./schema/userEmpDetection.model.js";
42
+ import storeEmpDetectionModel from "./schema/storeEmpDetection.model.js";
43
+ import lowcountReasonModel from "./schema/lowcountReason.model.js";
44
+ import auditUserWalletModel from "./schema/auditUserWallet.model.js";
45
+ import mailOnlyuserModel from "./schema/mailOnlyuser.model.js";
46
+ import empDetectionOutputModel from "./schema/empDetectionOutput.model.js";
47
+ import auditUsersModel from "./schema/auditUsers.model.js";
48
+ import clusterModel from "./schema/cluster.model.js";
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";
58
+ import hotjarModel from "./schema/hotjar.model.js";
59
+
60
+
61
+ export default {
62
+ leadModel,
63
+ otpModel,
64
+ storeModel,
65
+ countryCodesModel,
66
+ clientModel,
67
+ tangoTicketModel,
68
+ ipLogModel,
69
+ userModel,
70
+ edgeAppVersionModel,
71
+ applicationDefaultModel,
72
+ cameraModel,
73
+ reportModel,
74
+ standaredRoleModel,
75
+ infraReasonModel,
76
+ groupModel,
77
+ authenticationModel,
78
+ userAssignedStoreModel,
79
+ edgeappAuthModel,
80
+ clientRequestModel,
81
+ basePricingModel,
82
+ invoiceModel,
83
+ workstationModel,
84
+ dailyPricingModel,
85
+ fittingModel,
86
+ qualityCheckModel,
87
+ taggingModel,
88
+ userAuditModel,
89
+ storeAuditModel,
90
+ assignAuditModel,
91
+ auditStoreDataModel,
92
+ matLogModel,
93
+ billingModel,
94
+ auditLogsModel,
95
+ internalAuthModel,
96
+ paymentAccountModel,
97
+ externalParameterModel,
98
+ transactionModel,
99
+ dataMismatchDraftModel,
100
+ traxAuditDataModel,
101
+ binaryAuditModel,
102
+ userEmpDetectionModel,
103
+ storeEmpDetectionModel,
104
+ lowcountReasonModel,
105
+ auditUserWalletModel,
106
+ mailOnlyuserModel,
107
+ empDetectionOutputModel,
108
+ auditUsersModel,
109
+ clusterModel,
110
+ teamsModel,
111
+ checklistassignconfigModel,
112
+ checklistconfigModel,
113
+ checklistlogModel,
114
+ checklistquestionconfigModel,
115
+ processedchecklistModel,
116
+ processedchecklistconfigModel,
117
+ processeddetectionModel,
118
+ domainModel,
119
+ hotjarModel
120
120
  };
package/package.json CHANGED
@@ -1,27 +1,27 @@
1
- {
2
- "name": "tango-api-schema",
3
- "version": "2.1.48",
4
- "description": "tangoEye model schema",
5
- "main": "index.js",
6
- "type": "module",
7
- "scripts": {
8
- "test": "echo \"Error: no test specified\" && exit 1",
9
- "start": "node index.js"
10
- },
11
- "repository": {
12
- "type": "git",
13
- "url": "git+https://praveen22raj@bitbucket.org/tangoeye-retail/tango-api-schema.git"
14
- },
15
- "author": "praveenraj",
16
- "license": "ISC",
17
- "bugs": {
18
- "url": "https://bitbucket.org/tangoeye-retail/tango-api-schema/issues"
19
- },
20
- "homepage": "https://bitbucket.org/tangoeye-retail/tango-api-schema#readme",
21
- "dependencies": {
22
- "express": "^4.18.2",
23
- "mongoose": "^7.5.3",
24
- "mongoose-unique-validator": "^4.0.0",
25
- "nodemon": "^3.0.1"
26
- }
27
- }
1
+ {
2
+ "name": "tango-api-schema",
3
+ "version": "2.1.50",
4
+ "description": "tangoEye model schema",
5
+ "main": "index.js",
6
+ "type": "module",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1",
9
+ "start": "node index.js"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://praveen22raj@bitbucket.org/tangoeye-retail/tango-api-schema.git"
14
+ },
15
+ "author": "praveenraj",
16
+ "license": "ISC",
17
+ "bugs": {
18
+ "url": "https://bitbucket.org/tangoeye-retail/tango-api-schema/issues"
19
+ },
20
+ "homepage": "https://bitbucket.org/tangoeye-retail/tango-api-schema#readme",
21
+ "dependencies": {
22
+ "express": "^4.18.2",
23
+ "mongoose": "^7.5.3",
24
+ "mongoose-unique-validator": "^4.0.0",
25
+ "nodemon": "^3.0.1"
26
+ }
27
+ }
@@ -1,24 +1,24 @@
1
- import { Schema, model } from 'mongoose';
2
-
3
- const collection = new Schema(
4
- {
5
- type: {
6
- type: String,
7
- },
8
- subType: {
9
- type: String,
10
- },
11
- data: {
12
- type: Object,
13
- },
14
- active: {
15
- type: Boolean,
16
- },
17
- },
18
- {
19
- timestamps: true,
20
- strict: true,
21
- versionKey: false,
22
- } );
23
-
24
- export default model( 'applicationDefault', collection, 'applicationDefault' );
1
+ import { Schema, model } from 'mongoose';
2
+
3
+ const collection = new Schema(
4
+ {
5
+ type: {
6
+ type: String,
7
+ },
8
+ subType: {
9
+ type: String,
10
+ },
11
+ data: {
12
+ type: Object,
13
+ },
14
+ active: {
15
+ type: Boolean,
16
+ },
17
+ },
18
+ {
19
+ timestamps: true,
20
+ strict: true,
21
+ versionKey: false,
22
+ } );
23
+
24
+ export default model( 'applicationDefault', collection, 'applicationDefault' );
@@ -1,55 +1,55 @@
1
- /**
2
- * @name api_audit
3
- */
4
-
5
- // NPM Modules
6
- import mongoose from 'mongoose';
7
-
8
- // Schema
9
- const assignAudit = new mongoose.Schema( {
10
- storeId: {
11
- type: String,
12
- },
13
- clientId: {
14
- type: String,
15
- },
16
- moduleType:{
17
- type:String,
18
- enum:["traffic", "zone"]
19
- },
20
- zoneName: {
21
- type:String
22
- },
23
- auditType: {
24
- type: String,
25
- },
26
- fileDate: {
27
- type: String,
28
- },
29
- fileDateISO: {
30
- type: Date,
31
- },
32
- fileCount: {
33
- type: Number,
34
- },
35
- userId: {
36
- type: mongoose.Schema.Types.ObjectId,
37
- },
38
- queueName: {
39
- type: String,
40
- },
41
- isCompleted: {
42
- type: Boolean,
43
- default: false,
44
- }
45
- },
46
- {
47
- timestamps: true,
48
- strict: true,
49
- versionKey: false,
50
- },
51
- );
52
- assignAudit.index({ createdAt:1 },{ expires: '6h'})
53
- assignAudit.index({ clientId:1,storeId: 1,moduleType:1, fileDate:1, auditType:1});
54
-
55
- export default mongoose.model( 'assignAudit', assignAudit, 'assignAudit' );
1
+ /**
2
+ * @name api_audit
3
+ */
4
+
5
+ // NPM Modules
6
+ import mongoose from 'mongoose';
7
+
8
+ // Schema
9
+ const assignAudit = new mongoose.Schema( {
10
+ storeId: {
11
+ type: String,
12
+ },
13
+ clientId: {
14
+ type: String,
15
+ },
16
+ moduleType:{
17
+ type:String,
18
+ enum:["traffic", "zone"]
19
+ },
20
+ zoneName: {
21
+ type:String
22
+ },
23
+ auditType: {
24
+ type: String,
25
+ },
26
+ fileDate: {
27
+ type: String,
28
+ },
29
+ fileDateISO: {
30
+ type: Date,
31
+ },
32
+ fileCount: {
33
+ type: Number,
34
+ },
35
+ userId: {
36
+ type: mongoose.Schema.Types.ObjectId,
37
+ },
38
+ queueName: {
39
+ type: String,
40
+ },
41
+ isCompleted: {
42
+ type: Boolean,
43
+ default: false,
44
+ }
45
+ },
46
+ {
47
+ timestamps: true,
48
+ strict: true,
49
+ versionKey: false,
50
+ },
51
+ );
52
+ assignAudit.index({ createdAt:1 },{ expires: '6h'})
53
+ assignAudit.index({ clientId:1,storeId: 1,moduleType:1, fileDate:1, auditType:1});
54
+
55
+ export default mongoose.model( 'assignAudit', assignAudit, 'assignAudit' );
@@ -1,77 +1,77 @@
1
- /**
2
- * @name api_audit_logs
3
- */
4
-
5
- // NPM Modules
6
- import mongoose from 'mongoose';
7
-
8
- // Schema
9
- const auditLogSchema = new mongoose.Schema( {
10
- userId: {
11
- type: mongoose.Schema.Types.ObjectId,
12
- },
13
- storeId: {
14
- type: String,
15
- },
16
- moduleType:{
17
- type:String,
18
- enum:["traffic", "zone", "uniform-detection","mobile-detection"]
19
- },
20
- zoneName:{
21
- type:String
22
- },
23
- auditId: {
24
- type: String,
25
- },
26
- auditType: {
27
- type: String,
28
- },
29
- fileDate: {
30
- type: String,
31
- },
32
- queueName: {
33
- type: String,
34
- },
35
- totalCount: {
36
- type: Number,
37
- },
38
- junkCount: {
39
- type: Number,
40
- },
41
- junk: {
42
- type: Array,
43
- },
44
- employeeCount: {
45
- type: Number,
46
- },
47
- employee: {
48
- type: Array,
49
- },
50
- customerCount: {
51
- type: Number,
52
- },
53
- customer: {
54
- type: Array,
55
- },
56
- retagCount: {
57
- type: Number,
58
- },
59
- retagImage: {
60
- type: Array,
61
- },
62
- timeSpent:{
63
- type:Number
64
- }
65
- },
66
- {
67
- timestamps: true,
68
- strict: true,
69
- versionKey: false,
70
- } );
71
-
72
- auditLogSchema.index( { createdAt: 1 }, { expires: '3d' } );
73
-
74
- auditLogSchema.index({ userId:1,storeId: 1,moduleType:1, fileDate:1, auditType:1 });
75
-
76
- export default mongoose.model( 'auditLog', auditLogSchema, 'auditLog' );
77
-
1
+ /**
2
+ * @name api_audit_logs
3
+ */
4
+
5
+ // NPM Modules
6
+ import mongoose from 'mongoose';
7
+
8
+ // Schema
9
+ const auditLogSchema = new mongoose.Schema( {
10
+ userId: {
11
+ type: mongoose.Schema.Types.ObjectId,
12
+ },
13
+ storeId: {
14
+ type: String,
15
+ },
16
+ moduleType:{
17
+ type:String,
18
+ enum:["traffic", "zone", "uniform-detection","mobile-detection"]
19
+ },
20
+ zoneName:{
21
+ type:String
22
+ },
23
+ auditId: {
24
+ type: String,
25
+ },
26
+ auditType: {
27
+ type: String,
28
+ },
29
+ fileDate: {
30
+ type: String,
31
+ },
32
+ queueName: {
33
+ type: String,
34
+ },
35
+ totalCount: {
36
+ type: Number,
37
+ },
38
+ junkCount: {
39
+ type: Number,
40
+ },
41
+ junk: {
42
+ type: Array,
43
+ },
44
+ employeeCount: {
45
+ type: Number,
46
+ },
47
+ employee: {
48
+ type: Array,
49
+ },
50
+ customerCount: {
51
+ type: Number,
52
+ },
53
+ customer: {
54
+ type: Array,
55
+ },
56
+ retagCount: {
57
+ type: Number,
58
+ },
59
+ retagImage: {
60
+ type: Array,
61
+ },
62
+ timeSpent:{
63
+ type:Number
64
+ }
65
+ },
66
+ {
67
+ timestamps: true,
68
+ strict: true,
69
+ versionKey: false,
70
+ } );
71
+
72
+ auditLogSchema.index( { createdAt: 1 }, { expires: '3d' } );
73
+
74
+ auditLogSchema.index({ userId:1,storeId: 1,moduleType:1, fileDate:1, auditType:1 });
75
+
76
+ export default mongoose.model( 'auditLog', auditLogSchema, 'auditLog' );
77
+