tango-api-schema 2.3.22 → 2.3.24

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 (109) hide show
  1. package/build.js +24 -24
  2. package/index.js +215 -215
  3. package/package.json +27 -27
  4. package/schema/aiTicketConfig.js +42 -42
  5. package/schema/appVersion.js +39 -39
  6. package/schema/applicationDefault.model.js +24 -24
  7. package/schema/assignAudit.model.js +55 -55
  8. package/schema/auditConfig.model.js +41 -41
  9. package/schema/auditLogs.model.js +77 -77
  10. package/schema/auditStoreData.model.js +56 -56
  11. package/schema/auditUserBaseSalary.model.js +46 -46
  12. package/schema/auditUserWallet.model.js +98 -98
  13. package/schema/auditUsers.model.js +53 -53
  14. package/schema/authentication.model.js +27 -27
  15. package/schema/basePricing.model.js +28 -28
  16. package/schema/billing.model.js +99 -99
  17. package/schema/binaryAudit.model.js +84 -84
  18. package/schema/camera.model.js +222 -211
  19. package/schema/checklistassignconfig.js +90 -90
  20. package/schema/checklistconfig.js +306 -306
  21. package/schema/checklistlog.js +113 -113
  22. package/schema/checklistquestionconfig.js +153 -153
  23. package/schema/client.model.js +687 -687
  24. package/schema/clientRequest.model.js +38 -38
  25. package/schema/cluster.model.js +70 -70
  26. package/schema/controlCenterTemplateList.model.js +39 -39
  27. package/schema/countryCodes.model.js +26 -26
  28. package/schema/countryCurrency.model.js +17 -17
  29. package/schema/dailyPricing.model.js +89 -89
  30. package/schema/dataMismatchDraft.model.js +22 -22
  31. package/schema/domain.js +18 -18
  32. package/schema/download.js +124 -124
  33. package/schema/edgeAppVersion.model.js +33 -33
  34. package/schema/edgeappAuth.model.js +30 -30
  35. package/schema/emailers.model.js +45 -45
  36. package/schema/empDetectionOutput.model.js +67 -67
  37. package/schema/externalParameter.model.js +273 -273
  38. package/schema/eyeTestConfiguration.model.js +43 -43
  39. package/schema/eyetest.model.js +18 -18
  40. package/schema/fitting.model.js +52 -52
  41. package/schema/fixtureConfig.model.js +223 -223
  42. package/schema/fixtureLibrary.model.js +167 -167
  43. package/schema/fixtureShelf.model.js +78 -78
  44. package/schema/group.model.js +34 -34
  45. package/schema/hotjar.model.js +11 -11
  46. package/schema/infraReason.model.js +44 -44
  47. package/schema/internalAuth.model.js +35 -35
  48. package/schema/invoice.model.js +104 -104
  49. package/schema/ipLogs.model.js +37 -37
  50. package/schema/lead.model.js +76 -76
  51. package/schema/lenskartEmployeeMapping.model.js +63 -63
  52. package/schema/liveConnection.model.js +54 -54
  53. package/schema/locusOrder.model.js +154 -154
  54. package/schema/locusOrderUser.model.js +14 -14
  55. package/schema/loginAttempt.model.js +31 -31
  56. package/schema/lowcountReason.model.js +44 -44
  57. package/schema/mailOnlyuser.model.js +42 -42
  58. package/schema/matLog.model.js +26 -26
  59. package/schema/nobBilling.model.js +41 -41
  60. package/schema/notification.model.js +45 -45
  61. package/schema/otp.model.js +25 -25
  62. package/schema/paymentAccount.model.js +60 -60
  63. package/schema/planoCompliance.model.js +62 -62
  64. package/schema/planoCrestLog.model.js +17 -17
  65. package/schema/planoGlobalComment.model.js +48 -48
  66. package/schema/planoMapping.model.js +62 -62
  67. package/schema/planoProductCategoryDetails.model.js +25 -25
  68. package/schema/planoProductDetail.model.js +63 -63
  69. package/schema/planoQrConversionRequest.model.js +61 -61
  70. package/schema/planoRevision.model.js +36 -36
  71. package/schema/planoStaticData.model.js +17 -17
  72. package/schema/planoTaskCompliance.model.js +400 -400
  73. package/schema/planoVmDetail.model.js +63 -63
  74. package/schema/planogram.model.js +66 -66
  75. package/schema/processedchecklist.js +256 -256
  76. package/schema/processedchecklistconfig.js +237 -237
  77. package/schema/processeddetection.js +85 -85
  78. package/schema/quality.model.js +57 -57
  79. package/schema/report.model.js +30 -30
  80. package/schema/revopConfig.model.js +19 -19
  81. package/schema/revopDownload.model.js +49 -49
  82. package/schema/runAIFeatures.js +24 -24
  83. package/schema/runAIRequest.js +53 -53
  84. package/schema/standaredRole.model.js +76 -76
  85. package/schema/store.model.js +405 -405
  86. package/schema/storeAudit.model.js +62 -62
  87. package/schema/storeEmpDetection.model.js +62 -62
  88. package/schema/storeFixture.model.js +228 -228
  89. package/schema/storeLayout.model.js +74 -74
  90. package/schema/streaming.model.js +29 -29
  91. package/schema/suspiciousActivity.model.js +54 -54
  92. package/schema/tagging.model.js +49 -42
  93. package/schema/tangoTicket.model.js +210 -210
  94. package/schema/taskAssign.model.js +90 -90
  95. package/schema/taskConfig.model.js +121 -121
  96. package/schema/taskProcessed.model.js +260 -260
  97. package/schema/taskProcessedConfig.model.js +134 -134
  98. package/schema/taskQuestion.model.js +46 -46
  99. package/schema/teams.model.js +46 -46
  100. package/schema/templateLog.model.js +17 -17
  101. package/schema/transaction.model.js +54 -54
  102. package/schema/traxApprover.model.js +35 -35
  103. package/schema/traxAuditData.model.js +64 -64
  104. package/schema/user.model.js +139 -139
  105. package/schema/userAssignedStore.model.js +41 -41
  106. package/schema/userAudit.model.js +77 -77
  107. package/schema/userEmpDetection.model.js +83 -83
  108. package/schema/vmType.model.js +23 -23
  109. package/schema/workstation.model.js +75 -75
package/build.js CHANGED
@@ -1,24 +1,24 @@
1
- // build.js
2
- import fs from 'fs';
3
-
4
- const type = process.argv[2] || 'patch'; // default to patch
5
- const file = 'package.json';
6
-
7
- // Read and parse package.json
8
- const pkg = JSON.parse(fs.readFileSync(file, 'utf8'));
9
-
10
- // Force "main" to be "index.js"
11
- pkg.main = 'index.js';
12
-
13
- // Bump version
14
- const [major, minor, patch] = pkg.version.split('.').map(Number);
15
-
16
- if (type === 'patch') pkg.version = `${major}.${minor}.${patch + 1}`;
17
- else if (type === 'minor') pkg.version = `${major}.${minor + 1}.0`;
18
- else if (type === 'major') pkg.version = `${major + 1}.0.0`;
19
- else throw new Error('Invalid version type. Use patch, minor, or major.');
20
-
21
- // Write back to package.json
22
- fs.writeFileSync(file, JSON.stringify(pkg, null, 2));
23
-
24
- console.log(`🔧 Updated version to ${pkg.version} and set "main": "index.js"`);
1
+ // build.js
2
+ import fs from 'fs';
3
+
4
+ const type = process.argv[2] || 'patch'; // default to patch
5
+ const file = 'package.json';
6
+
7
+ // Read and parse package.json
8
+ const pkg = JSON.parse(fs.readFileSync(file, 'utf8'));
9
+
10
+ // Force "main" to be "index.js"
11
+ pkg.main = 'index.js';
12
+
13
+ // Bump version
14
+ const [major, minor, patch] = pkg.version.split('.').map(Number);
15
+
16
+ if (type === 'patch') pkg.version = `${major}.${minor}.${patch + 1}`;
17
+ else if (type === 'minor') pkg.version = `${major}.${minor + 1}.0`;
18
+ else if (type === 'major') pkg.version = `${major + 1}.0.0`;
19
+ else throw new Error('Invalid version type. Use patch, minor, or major.');
20
+
21
+ // Write back to package.json
22
+ fs.writeFileSync(file, JSON.stringify(pkg, null, 2));
23
+
24
+ console.log(`🔧 Updated version to ${pkg.version} and set "main": "index.js"`);
package/index.js CHANGED
@@ -1,216 +1,216 @@
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
- import downloadModel from "./schema/download.js";
60
- import aiTicketConfigModel from "./schema/aiTicketConfig.js";
61
- import appVersionModel from "./schema/appVersion.js";
62
- import lenskartEmployeeMappingModel from "./schema/lenskartEmployeeMapping.model.js";
63
- import locusOrderModel from "./schema/locusOrder.model.js";
64
- import locusOrderUserModel from "./schema/locusOrderUser.model.js";
65
- import controleCenterTemplateListModel from "./schema/controlCenterTemplateList.model.js";
66
- import liveConnectionSchemaModel from './schema/liveConnection.model.js';
67
- import taskConfigModel from './schema/taskConfig.model.js';
68
- import taskQuestionModel from './schema/taskQuestion.model.js';
69
- import taskAssignModel from './schema/taskAssign.model.js';
70
- import taskProcessedModel from './schema/taskProcessed.model.js';
71
- import taskProcessedConfigModel from './schema/taskProcessedConfig.model.js';
72
- import traxApproverModel from './schema/traxApprover.model.js';
73
- import nobBillingModel from "./schema/nobBilling.model.js";
74
- import storeLayoutModel from "./schema/storeLayout.model.js";
75
- import planogramModel from "./schema/planogram.model.js";
76
- import emailersModel from "./schema/emailers.model.js";
77
- import planoMappingModel from './schema/planoMapping.model.js';
78
- import planoProductModel from './schema/planoProductDetail.model.js';
79
- import planoVmModel from './schema/planoVmDetail.model.js';
80
- import planoComplianceModel from './schema/planoCompliance.model.js';
81
- import storeFixtureModel from './schema/storeFixture.model.js';
82
- import fixtureConfigModel from './schema/fixtureConfig.model.js';
83
- import fixtureShelfModel from './schema/fixtureShelf.model.js';
84
- import planoTaskCompliance from './schema/planoTaskCompliance.model.js';
85
- import planoGlobalComment from './schema/planoGlobalComment.model.js';
86
- import planoQrConversionRequest from './schema/planoQrConversionRequest.model.js';
87
- import planoStaticData from './schema/planoStaticData.model.js';
88
- import suspiciousActivityModel from "./schema/suspiciousActivity.model.js";
89
- import auditConfigModel from "./schema/auditConfig.model.js";
90
- import revopConfigModel from "./schema/revopConfig.model.js";
91
- import planoCrestLogModel from './schema/planoCrestLog.model.js';
92
- import countryCurrencyModel from './schema/countryCurrency.model.js';
93
- import fixtureLibraryModel from './schema/fixtureLibrary.model.js';
94
- import vmTypeModel from "./schema/vmType.model.js";
95
- import planoProductCategoryModel from './schema/planoProductCategoryDetails.model.js'
96
- import streamingModel from './schema/streaming.model.js';
97
- import loginAttempt from "./schema/loginAttempt.model.js";
98
- import notification from "./schema/notification.model.js";
99
- import planoRevisionModel from "./schema/planoRevision.model.js";
100
-
101
- import auditUserBaseSalaryModel from "./schema/auditUserBaseSalary.model.js";
102
- import revopDownloadModel from "./schema/revopDownload.model.js";
103
-
104
- import runAIFeaturesModel from "./schema/runAIFeatures.js";
105
- import runAIRequestModel from "./schema/runAIRequest.js";
106
- import templateLogSchema from "./schema/templateLog.model.js";
107
- import eyeTestConfigurationModel from "./schema/eyeTestConfiguration.model.js";
108
-
109
-
110
- export default {
111
- leadModel,
112
- otpModel,
113
- storeModel,
114
- countryCodesModel,
115
- clientModel,
116
- tangoTicketModel,
117
- ipLogModel,
118
- userModel,
119
- edgeAppVersionModel,
120
- applicationDefaultModel,
121
- cameraModel,
122
- reportModel,
123
- standaredRoleModel,
124
- infraReasonModel,
125
- groupModel,
126
- authenticationModel,
127
- userAssignedStoreModel,
128
- edgeappAuthModel,
129
- clientRequestModel,
130
- basePricingModel,
131
- invoiceModel,
132
- workstationModel,
133
- dailyPricingModel,
134
- fittingModel,
135
- qualityCheckModel,
136
- taggingModel,
137
- userAuditModel,
138
- storeAuditModel,
139
- assignAuditModel,
140
- auditStoreDataModel,
141
- matLogModel,
142
- billingModel,
143
- auditLogsModel,
144
- internalAuthModel,
145
- paymentAccountModel,
146
- externalParameterModel,
147
- transactionModel,
148
- dataMismatchDraftModel,
149
- traxAuditDataModel,
150
- binaryAuditModel,
151
- userEmpDetectionModel,
152
- storeEmpDetectionModel,
153
- lowcountReasonModel,
154
- auditUserWalletModel,
155
- mailOnlyuserModel,
156
- empDetectionOutputModel,
157
- auditUsersModel,
158
- clusterModel,
159
- teamsModel,
160
- checklistassignconfigModel,
161
- checklistconfigModel,
162
- checklistlogModel,
163
- checklistquestionconfigModel,
164
- processedchecklistModel,
165
- processedchecklistconfigModel,
166
- processeddetectionModel,
167
- domainModel,
168
- hotjarModel,
169
- downloadModel,
170
- aiTicketConfigModel,
171
- appVersionModel,
172
- lenskartEmployeeMappingModel,
173
- locusOrderModel,
174
- locusOrderUserModel,
175
- controleCenterTemplateListModel,
176
- liveConnectionSchemaModel,
177
- taskConfigModel,
178
- taskQuestionModel,
179
- taskAssignModel,
180
- taskProcessedModel,
181
- taskProcessedConfigModel,
182
- traxApproverModel,
183
- nobBillingModel,
184
- storeLayoutModel,
185
- planogramModel,
186
- emailersModel,
187
- planoMappingModel,
188
- planoProductModel,
189
- planoComplianceModel,
190
- storeFixtureModel,
191
- fixtureConfigModel,
192
- fixtureShelfModel,
193
- planoGlobalComment,
194
- planoTaskCompliance,
195
- planoQrConversionRequest,
196
- planoStaticData,
197
- suspiciousActivityModel,
198
- auditConfigModel,
199
- revopConfigModel,
200
- planoCrestLogModel,
201
- countryCurrencyModel,
202
- fixtureLibraryModel,
203
- planoVmModel,
204
- vmTypeModel,
205
- planoProductCategoryModel,
206
- streamingModel,
207
- loginAttempt,
208
- notification,
209
- planoRevisionModel,
210
- auditUserBaseSalaryModel,
211
- revopDownloadModel,
212
- runAIRequestModel,
213
- runAIFeaturesModel,
214
- templateLogSchema,
215
- eyeTestConfigurationModel
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
+ import downloadModel from "./schema/download.js";
60
+ import aiTicketConfigModel from "./schema/aiTicketConfig.js";
61
+ import appVersionModel from "./schema/appVersion.js";
62
+ import lenskartEmployeeMappingModel from "./schema/lenskartEmployeeMapping.model.js";
63
+ import locusOrderModel from "./schema/locusOrder.model.js";
64
+ import locusOrderUserModel from "./schema/locusOrderUser.model.js";
65
+ import controleCenterTemplateListModel from "./schema/controlCenterTemplateList.model.js";
66
+ import liveConnectionSchemaModel from './schema/liveConnection.model.js';
67
+ import taskConfigModel from './schema/taskConfig.model.js';
68
+ import taskQuestionModel from './schema/taskQuestion.model.js';
69
+ import taskAssignModel from './schema/taskAssign.model.js';
70
+ import taskProcessedModel from './schema/taskProcessed.model.js';
71
+ import taskProcessedConfigModel from './schema/taskProcessedConfig.model.js';
72
+ import traxApproverModel from './schema/traxApprover.model.js';
73
+ import nobBillingModel from "./schema/nobBilling.model.js";
74
+ import storeLayoutModel from "./schema/storeLayout.model.js";
75
+ import planogramModel from "./schema/planogram.model.js";
76
+ import emailersModel from "./schema/emailers.model.js";
77
+ import planoMappingModel from './schema/planoMapping.model.js';
78
+ import planoProductModel from './schema/planoProductDetail.model.js';
79
+ import planoVmModel from './schema/planoVmDetail.model.js';
80
+ import planoComplianceModel from './schema/planoCompliance.model.js';
81
+ import storeFixtureModel from './schema/storeFixture.model.js';
82
+ import fixtureConfigModel from './schema/fixtureConfig.model.js';
83
+ import fixtureShelfModel from './schema/fixtureShelf.model.js';
84
+ import planoTaskCompliance from './schema/planoTaskCompliance.model.js';
85
+ import planoGlobalComment from './schema/planoGlobalComment.model.js';
86
+ import planoQrConversionRequest from './schema/planoQrConversionRequest.model.js';
87
+ import planoStaticData from './schema/planoStaticData.model.js';
88
+ import suspiciousActivityModel from "./schema/suspiciousActivity.model.js";
89
+ import auditConfigModel from "./schema/auditConfig.model.js";
90
+ import revopConfigModel from "./schema/revopConfig.model.js";
91
+ import planoCrestLogModel from './schema/planoCrestLog.model.js';
92
+ import countryCurrencyModel from './schema/countryCurrency.model.js';
93
+ import fixtureLibraryModel from './schema/fixtureLibrary.model.js';
94
+ import vmTypeModel from "./schema/vmType.model.js";
95
+ import planoProductCategoryModel from './schema/planoProductCategoryDetails.model.js'
96
+ import streamingModel from './schema/streaming.model.js';
97
+ import loginAttempt from "./schema/loginAttempt.model.js";
98
+ import notification from "./schema/notification.model.js";
99
+ import planoRevisionModel from "./schema/planoRevision.model.js";
100
+
101
+ import auditUserBaseSalaryModel from "./schema/auditUserBaseSalary.model.js";
102
+ import revopDownloadModel from "./schema/revopDownload.model.js";
103
+
104
+ import runAIFeaturesModel from "./schema/runAIFeatures.js";
105
+ import runAIRequestModel from "./schema/runAIRequest.js";
106
+ import templateLogSchema from "./schema/templateLog.model.js";
107
+ import eyeTestConfigurationModel from "./schema/eyeTestConfiguration.model.js";
108
+
109
+
110
+ export default {
111
+ leadModel,
112
+ otpModel,
113
+ storeModel,
114
+ countryCodesModel,
115
+ clientModel,
116
+ tangoTicketModel,
117
+ ipLogModel,
118
+ userModel,
119
+ edgeAppVersionModel,
120
+ applicationDefaultModel,
121
+ cameraModel,
122
+ reportModel,
123
+ standaredRoleModel,
124
+ infraReasonModel,
125
+ groupModel,
126
+ authenticationModel,
127
+ userAssignedStoreModel,
128
+ edgeappAuthModel,
129
+ clientRequestModel,
130
+ basePricingModel,
131
+ invoiceModel,
132
+ workstationModel,
133
+ dailyPricingModel,
134
+ fittingModel,
135
+ qualityCheckModel,
136
+ taggingModel,
137
+ userAuditModel,
138
+ storeAuditModel,
139
+ assignAuditModel,
140
+ auditStoreDataModel,
141
+ matLogModel,
142
+ billingModel,
143
+ auditLogsModel,
144
+ internalAuthModel,
145
+ paymentAccountModel,
146
+ externalParameterModel,
147
+ transactionModel,
148
+ dataMismatchDraftModel,
149
+ traxAuditDataModel,
150
+ binaryAuditModel,
151
+ userEmpDetectionModel,
152
+ storeEmpDetectionModel,
153
+ lowcountReasonModel,
154
+ auditUserWalletModel,
155
+ mailOnlyuserModel,
156
+ empDetectionOutputModel,
157
+ auditUsersModel,
158
+ clusterModel,
159
+ teamsModel,
160
+ checklistassignconfigModel,
161
+ checklistconfigModel,
162
+ checklistlogModel,
163
+ checklistquestionconfigModel,
164
+ processedchecklistModel,
165
+ processedchecklistconfigModel,
166
+ processeddetectionModel,
167
+ domainModel,
168
+ hotjarModel,
169
+ downloadModel,
170
+ aiTicketConfigModel,
171
+ appVersionModel,
172
+ lenskartEmployeeMappingModel,
173
+ locusOrderModel,
174
+ locusOrderUserModel,
175
+ controleCenterTemplateListModel,
176
+ liveConnectionSchemaModel,
177
+ taskConfigModel,
178
+ taskQuestionModel,
179
+ taskAssignModel,
180
+ taskProcessedModel,
181
+ taskProcessedConfigModel,
182
+ traxApproverModel,
183
+ nobBillingModel,
184
+ storeLayoutModel,
185
+ planogramModel,
186
+ emailersModel,
187
+ planoMappingModel,
188
+ planoProductModel,
189
+ planoComplianceModel,
190
+ storeFixtureModel,
191
+ fixtureConfigModel,
192
+ fixtureShelfModel,
193
+ planoGlobalComment,
194
+ planoTaskCompliance,
195
+ planoQrConversionRequest,
196
+ planoStaticData,
197
+ suspiciousActivityModel,
198
+ auditConfigModel,
199
+ revopConfigModel,
200
+ planoCrestLogModel,
201
+ countryCurrencyModel,
202
+ fixtureLibraryModel,
203
+ planoVmModel,
204
+ vmTypeModel,
205
+ planoProductCategoryModel,
206
+ streamingModel,
207
+ loginAttempt,
208
+ notification,
209
+ planoRevisionModel,
210
+ auditUserBaseSalaryModel,
211
+ revopDownloadModel,
212
+ runAIRequestModel,
213
+ runAIFeaturesModel,
214
+ templateLogSchema,
215
+ eyeTestConfigurationModel
216
216
  };
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
- {
2
- "name": "tango-api-schema",
3
- "version": "2.3.22",
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
- "build:patch": "node build.js patch && npm publish",
11
- "build:minor": "node build.js minor && npm publish",
12
- "build:major": "node build.js major && npm publish"
13
- },
14
- "repository": {
15
- "type": "git",
16
- "url": "git+https://praveen22raj@bitbucket.org/tangoeye-retail/tango-api-schema.git"
17
- },
18
- "author": "praveenraj",
19
- "license": "ISC",
20
- "bugs": {
21
- "url": "https://bitbucket.org/tangoeye-retail/tango-api-schema/issues"
22
- },
23
- "homepage": "https://bitbucket.org/tangoeye-retail/tango-api-schema#readme",
24
- "dependencies": {
25
- "express": "^4.21.1",
26
- "mongoose": "^7.5.3"
27
- }
1
+ {
2
+ "name": "tango-api-schema",
3
+ "version": "2.3.24",
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
+ "build:patch": "node build.js patch && npm publish",
11
+ "build:minor": "node build.js minor && npm publish",
12
+ "build:major": "node build.js major && npm publish"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://praveen22raj@bitbucket.org/tangoeye-retail/tango-api-schema.git"
17
+ },
18
+ "author": "praveenraj",
19
+ "license": "ISC",
20
+ "bugs": {
21
+ "url": "https://bitbucket.org/tangoeye-retail/tango-api-schema/issues"
22
+ },
23
+ "homepage": "https://bitbucket.org/tangoeye-retail/tango-api-schema#readme",
24
+ "dependencies": {
25
+ "express": "^4.21.1",
26
+ "mongoose": "^7.5.3"
27
+ }
28
28
  }
@@ -1,43 +1,43 @@
1
- import mongoose from 'mongoose';
2
-
3
- const aiTicketConfigSchema = new mongoose.Schema({
4
- client_id: {
5
- type: String
6
- },
7
- reason: {
8
- type: String
9
- },
10
- from_email: {
11
- type: String
12
- },
13
- to_email: {
14
- type: String
15
- },
16
- description: {
17
- type: String
18
- },
19
- checklistName: {
20
- type: String
21
- },
22
- questionName: {
23
- type: String
24
- },
25
- answerType: {
26
- type: String
27
- },
28
- imageURL: {
29
- type: String
30
- },
31
- requested_date: {
32
- type: Date,
33
- default: Date.now
34
- }
35
- },
36
- {
37
- strict: true,
38
- versionKey: false,
39
- timestamps: true,
40
- },
41
- );
42
-
1
+ import mongoose from 'mongoose';
2
+
3
+ const aiTicketConfigSchema = new mongoose.Schema({
4
+ client_id: {
5
+ type: String
6
+ },
7
+ reason: {
8
+ type: String
9
+ },
10
+ from_email: {
11
+ type: String
12
+ },
13
+ to_email: {
14
+ type: String
15
+ },
16
+ description: {
17
+ type: String
18
+ },
19
+ checklistName: {
20
+ type: String
21
+ },
22
+ questionName: {
23
+ type: String
24
+ },
25
+ answerType: {
26
+ type: String
27
+ },
28
+ imageURL: {
29
+ type: String
30
+ },
31
+ requested_date: {
32
+ type: Date,
33
+ default: Date.now
34
+ }
35
+ },
36
+ {
37
+ strict: true,
38
+ versionKey: false,
39
+ timestamps: true,
40
+ },
41
+ );
42
+
43
43
  export default mongoose.model( 'aiTicketConfig', aiTicketConfigSchema);