@uniorganization/uni-lib 1.0.0

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 (127) hide show
  1. package/dist/config/db.config.d.ts +4 -0
  2. package/dist/config/db.config.js +24 -0
  3. package/dist/config/index.d.ts +1 -0
  4. package/dist/config/index.js +13 -0
  5. package/dist/entities/applications.entity.d.ts +9 -0
  6. package/dist/entities/applications.entity.js +41 -0
  7. package/dist/entities/apps-user-id.entity.d.ts +20 -0
  8. package/dist/entities/apps-user-id.entity.js +91 -0
  9. package/dist/entities/blacklist.entity.d.ts +9 -0
  10. package/dist/entities/blacklist.entity.js +43 -0
  11. package/dist/entities/call-driver-data.entity.d.ts +18 -0
  12. package/dist/entities/call-driver-data.entity.js +77 -0
  13. package/dist/entities/call-drivers.entity.d.ts +19 -0
  14. package/dist/entities/call-drivers.entity.js +79 -0
  15. package/dist/entities/cb-completed-reasons.entity.d.ts +5 -0
  16. package/dist/entities/cb-completed-reasons.entity.js +31 -0
  17. package/dist/entities/change-alert.entity.d.ts +11 -0
  18. package/dist/entities/change-alert.entity.js +51 -0
  19. package/dist/entities/config.entity.d.ts +5 -0
  20. package/dist/entities/config.entity.js +31 -0
  21. package/dist/entities/depreciation-categories.entity.d.ts +6 -0
  22. package/dist/entities/depreciation-categories.entity.js +32 -0
  23. package/dist/entities/depreciation-details.entity.d.ts +9 -0
  24. package/dist/entities/depreciation-details.entity.js +45 -0
  25. package/dist/entities/detail-type.entity.d.ts +4 -0
  26. package/dist/entities/detail-type.entity.js +27 -0
  27. package/dist/entities/enr-calculation-log.entity.d.ts +49 -0
  28. package/dist/entities/enr-calculation-log.entity.js +203 -0
  29. package/dist/entities/enr-results.entity.d.ts +5 -0
  30. package/dist/entities/enr-results.entity.js +31 -0
  31. package/dist/entities/escalation-category.entity.d.ts +4 -0
  32. package/dist/entities/escalation-category.entity.js +27 -0
  33. package/dist/entities/escalation-notes.entity.d.ts +10 -0
  34. package/dist/entities/escalation-notes.entity.js +43 -0
  35. package/dist/entities/escalation-outcome.entity.d.ts +4 -0
  36. package/dist/entities/escalation-outcome.entity.js +27 -0
  37. package/dist/entities/escalation-status.entity.d.ts +4 -0
  38. package/dist/entities/escalation-status.entity.js +27 -0
  39. package/dist/entities/escalation-type.entity.d.ts +5 -0
  40. package/dist/entities/escalation-type.entity.js +31 -0
  41. package/dist/entities/escalations.entity.d.ts +32 -0
  42. package/dist/entities/escalations.entity.js +134 -0
  43. package/dist/entities/evaluation-data.entity.d.ts +8 -0
  44. package/dist/entities/evaluation-data.entity.js +43 -0
  45. package/dist/entities/evaluation-questions.entity.d.ts +10 -0
  46. package/dist/entities/evaluation-questions.entity.js +47 -0
  47. package/dist/entities/evaluations.entity.d.ts +25 -0
  48. package/dist/entities/evaluations.entity.js +102 -0
  49. package/dist/entities/file-contents.entity.d.ts +56 -0
  50. package/dist/entities/file-contents.entity.js +231 -0
  51. package/dist/entities/file-upload.entity.d.ts +10 -0
  52. package/dist/entities/file-upload.entity.js +47 -0
  53. package/dist/entities/form-definition.entity.d.ts +9 -0
  54. package/dist/entities/form-definition.entity.js +43 -0
  55. package/dist/entities/form-fields.entity.d.ts +18 -0
  56. package/dist/entities/form-fields.entity.js +79 -0
  57. package/dist/entities/form.entity.d.ts +15 -0
  58. package/dist/entities/form.entity.js +64 -0
  59. package/dist/entities/incident-notes.entity.d.ts +10 -0
  60. package/dist/entities/incident-notes.entity.js +43 -0
  61. package/dist/entities/incident.entity.d.ts +20 -0
  62. package/dist/entities/incident.entity.js +82 -0
  63. package/dist/entities/incoterms.entity.d.ts +9 -0
  64. package/dist/entities/incoterms.entity.js +47 -0
  65. package/dist/entities/index.d.ts +6 -0
  66. package/dist/entities/index.js +18 -0
  67. package/dist/entities/inventory.entity.d.ts +11 -0
  68. package/dist/entities/inventory.entity.js +55 -0
  69. package/dist/entities/it-info.entity.d.ts +12 -0
  70. package/dist/entities/it-info.entity.js +59 -0
  71. package/dist/entities/lob-assignment.entity.d.ts +6 -0
  72. package/dist/entities/lob-assignment.entity.js +35 -0
  73. package/dist/entities/lob-call-drivers.entity.d.ts +5 -0
  74. package/dist/entities/lob-call-drivers.entity.js +31 -0
  75. package/dist/entities/location-addresses.entity.d.ts +12 -0
  76. package/dist/entities/location-addresses.entity.js +59 -0
  77. package/dist/entities/ltp-history-transactions.entity.d.ts +11 -0
  78. package/dist/entities/ltp-history-transactions.entity.js +53 -0
  79. package/dist/entities/ltp-stm-roster.entity.d.ts +11 -0
  80. package/dist/entities/ltp-stm-roster.entity.js +55 -0
  81. package/dist/entities/modules-roles.entity.d.ts +13 -0
  82. package/dist/entities/modules-roles.entity.js +53 -0
  83. package/dist/entities/offphone-activities.entity.d.ts +5 -0
  84. package/dist/entities/offphone-activities.entity.js +31 -0
  85. package/dist/entities/onsite-ordering.entity.d.ts +11 -0
  86. package/dist/entities/onsite-ordering.entity.js +55 -0
  87. package/dist/entities/ost.entity.d.ts +6 -0
  88. package/dist/entities/ost.entity.js +35 -0
  89. package/dist/entities/otwe-offers.entity.d.ts +5 -0
  90. package/dist/entities/otwe-offers.entity.js +31 -0
  91. package/dist/entities/product-codes.entity.d.ts +17 -0
  92. package/dist/entities/product-codes.entity.js +77 -0
  93. package/dist/entities/question-group.entity.d.ts +9 -0
  94. package/dist/entities/question-group.entity.js +44 -0
  95. package/dist/entities/questions.entity.d.ts +10 -0
  96. package/dist/entities/questions.entity.js +49 -0
  97. package/dist/entities/regional-service-mgr.entity.d.ts +4 -0
  98. package/dist/entities/regional-service-mgr.entity.js +27 -0
  99. package/dist/entities/role-definition.entity.d.ts +7 -0
  100. package/dist/entities/role-definition.entity.js +35 -0
  101. package/dist/entities/role-privileges.entity.d.ts +10 -0
  102. package/dist/entities/role-privileges.entity.js +44 -0
  103. package/dist/entities/roster-personnel.entity.d.ts +9 -0
  104. package/dist/entities/roster-personnel.entity.js +49 -0
  105. package/dist/entities/roster.entity.d.ts +19 -0
  106. package/dist/entities/roster.entity.js +80 -0
  107. package/dist/entities/sap-raw-data.entity.d.ts +132 -0
  108. package/dist/entities/sap-raw-data.entity.js +539 -0
  109. package/dist/entities/service-type.entity.d.ts +4 -0
  110. package/dist/entities/service-type.entity.js +27 -0
  111. package/dist/entities/state.entity.d.ts +8 -0
  112. package/dist/entities/state.entity.js +43 -0
  113. package/dist/entities/template.entity.d.ts +10 -0
  114. package/dist/entities/template.entity.js +51 -0
  115. package/dist/entities/transactions.entity.d.ts +28 -0
  116. package/dist/entities/transactions.entity.js +118 -0
  117. package/dist/entities/user-roles.entity.d.ts +8 -0
  118. package/dist/entities/user-roles.entity.js +41 -0
  119. package/dist/entities/usr.entity.d.ts +21 -0
  120. package/dist/entities/usr.entity.js +93 -0
  121. package/dist/entities/warranty-category.entity.d.ts +4 -0
  122. package/dist/entities/warranty-category.entity.js +27 -0
  123. package/dist/index.d.ts +2 -0
  124. package/dist/index.js +14 -0
  125. package/dist/test.d.ts +1 -0
  126. package/dist/test.js +7 -0
  127. package/package.json +64 -0
@@ -0,0 +1,539 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.SapRawData = void 0;
13
+ const typeorm_1 = require("typeorm");
14
+ let SapRawData = class SapRawData {
15
+ };
16
+ __decorate([
17
+ (0, typeorm_1.PrimaryGeneratedColumn)({ name: 'id' }),
18
+ __metadata("design:type", Number)
19
+ ], SapRawData.prototype, "id", void 0);
20
+ __decorate([
21
+ (0, typeorm_1.Column)('date', { name: 'upload_date', default: new Date() }),
22
+ __metadata("design:type", Date)
23
+ ], SapRawData.prototype, "dateCreated", void 0);
24
+ __decorate([
25
+ (0, typeorm_1.Column)({ name: 'ticket' }),
26
+ __metadata("design:type", Number)
27
+ ], SapRawData.prototype, "ticket", void 0);
28
+ __decorate([
29
+ (0, typeorm_1.Column)({ name: 'call_id' }),
30
+ __metadata("design:type", String)
31
+ ], SapRawData.prototype, "callId", void 0);
32
+ __decorate([
33
+ (0, typeorm_1.Column)({ name: 'preceding_document' }),
34
+ __metadata("design:type", Number)
35
+ ], SapRawData.prototype, "precedingDocument", void 0);
36
+ __decorate([
37
+ (0, typeorm_1.Column)({ name: 'company_id' }),
38
+ __metadata("design:type", String)
39
+ ], SapRawData.prototype, "companyId", void 0);
40
+ __decorate([
41
+ (0, typeorm_1.Column)({ name: 'country' }),
42
+ __metadata("design:type", String)
43
+ ], SapRawData.prototype, "country", void 0);
44
+ __decorate([
45
+ (0, typeorm_1.Column)({ name: 'process_type' }),
46
+ __metadata("design:type", String)
47
+ ], SapRawData.prototype, "processType", void 0);
48
+ __decorate([
49
+ (0, typeorm_1.Column)({ name: 'status' }),
50
+ __metadata("design:type", String)
51
+ ], SapRawData.prototype, "status", void 0);
52
+ __decorate([
53
+ (0, typeorm_1.Column)({ name: 'status_desc' }),
54
+ __metadata("design:type", String)
55
+ ], SapRawData.prototype, "statusDesc", void 0);
56
+ __decorate([
57
+ (0, typeorm_1.Column)({ name: 'reason' }),
58
+ __metadata("design:type", String)
59
+ ], SapRawData.prototype, "reason", void 0);
60
+ __decorate([
61
+ (0, typeorm_1.Column)({ name: 'reason_description' }),
62
+ __metadata("design:type", String)
63
+ ], SapRawData.prototype, "reasonDescription", void 0);
64
+ __decorate([
65
+ (0, typeorm_1.Column)({ name: 'data_origin' }),
66
+ __metadata("design:type", String)
67
+ ], SapRawData.prototype, "dataOrigin", void 0);
68
+ __decorate([
69
+ (0, typeorm_1.Column)({ name: 'asc_job_no' }),
70
+ __metadata("design:type", String)
71
+ ], SapRawData.prototype, "ascJobNo", void 0);
72
+ __decorate([
73
+ (0, typeorm_1.Column)({ name: 'dealer_job_no' }),
74
+ __metadata("design:type", String)
75
+ ], SapRawData.prototype, "dealerJobNo", void 0);
76
+ __decorate([
77
+ (0, typeorm_1.Column)({ name: 'det_type' }),
78
+ __metadata("design:type", String)
79
+ ], SapRawData.prototype, "detType", void 0);
80
+ __decorate([
81
+ (0, typeorm_1.Column)({ name: 'model' }),
82
+ __metadata("design:type", String)
83
+ ], SapRawData.prototype, "model", void 0);
84
+ __decorate([
85
+ (0, typeorm_1.Column)({ name: 'version_' }),
86
+ __metadata("design:type", String)
87
+ ], SapRawData.prototype, "version", void 0);
88
+ __decorate([
89
+ (0, typeorm_1.Column)({ name: 'category_id' }),
90
+ __metadata("design:type", String)
91
+ ], SapRawData.prototype, "categoryId", void 0);
92
+ __decorate([
93
+ (0, typeorm_1.Column)({ name: 'lterm' }),
94
+ __metadata("design:type", String)
95
+ ], SapRawData.prototype, "lterm", void 0);
96
+ __decorate([
97
+ (0, typeorm_1.Column)({ name: 'pterm' }),
98
+ __metadata("design:type", String)
99
+ ], SapRawData.prototype, "pterm", void 0);
100
+ __decorate([
101
+ (0, typeorm_1.Column)({ name: 'oterm' }),
102
+ __metadata("design:type", String)
103
+ ], SapRawData.prototype, "oterm", void 0);
104
+ __decorate([
105
+ (0, typeorm_1.Column)({ name: 'serial_no' }),
106
+ __metadata("design:type", String)
107
+ ], SapRawData.prototype, "serialNo", void 0);
108
+ __decorate([
109
+ (0, typeorm_1.Column)({ name: 'imei' }),
110
+ __metadata("design:type", String)
111
+ ], SapRawData.prototype, "imei", void 0);
112
+ __decorate([
113
+ (0, typeorm_1.Column)({ name: 'posting_date' }),
114
+ __metadata("design:type", String)
115
+ ], SapRawData.prototype, "postingDate", void 0);
116
+ __decorate([
117
+ (0, typeorm_1.Column)({ name: 'purchase_date' }),
118
+ __metadata("design:type", String)
119
+ ], SapRawData.prototype, "purchaseDate", void 0);
120
+ __decorate([
121
+ (0, typeorm_1.Column)({ name: 'unit_received_date' }),
122
+ __metadata("design:type", String)
123
+ ], SapRawData.prototype, "unitReceivedDate", void 0);
124
+ __decorate([
125
+ (0, typeorm_1.Column)({ name: 'channel_desc' }),
126
+ __metadata("design:type", String)
127
+ ], SapRawData.prototype, "channelDesc", void 0);
128
+ __decorate([
129
+ (0, typeorm_1.Column)({ name: 'carrier' }),
130
+ __metadata("design:type", String)
131
+ ], SapRawData.prototype, "carrier", void 0);
132
+ __decorate([
133
+ (0, typeorm_1.Column)({ name: 'first_visit_date' }),
134
+ __metadata("design:type", String)
135
+ ], SapRawData.prototype, "firstVisitDate", void 0);
136
+ __decorate([
137
+ (0, typeorm_1.Column)({ name: 'last_visit_date' }),
138
+ __metadata("design:type", String)
139
+ ], SapRawData.prototype, "lastVisitDate", void 0);
140
+ __decorate([
141
+ (0, typeorm_1.Column)({ name: 'category1' }),
142
+ __metadata("design:type", String)
143
+ ], SapRawData.prototype, "category1", void 0);
144
+ __decorate([
145
+ (0, typeorm_1.Column)({ name: 'category1_description' }),
146
+ __metadata("design:type", String)
147
+ ], SapRawData.prototype, "category1Description", void 0);
148
+ __decorate([
149
+ (0, typeorm_1.Column)({ name: 'category2' }),
150
+ __metadata("design:type", String)
151
+ ], SapRawData.prototype, "category2", void 0);
152
+ __decorate([
153
+ (0, typeorm_1.Column)({ name: 'category2_description' }),
154
+ __metadata("design:type", String)
155
+ ], SapRawData.prototype, "category2Description", void 0);
156
+ __decorate([
157
+ (0, typeorm_1.Column)({ name: 'category3' }),
158
+ __metadata("design:type", String)
159
+ ], SapRawData.prototype, "category3", void 0);
160
+ __decorate([
161
+ (0, typeorm_1.Column)({ name: 'category3_description' }),
162
+ __metadata("design:type", String)
163
+ ], SapRawData.prototype, "category3Description", void 0);
164
+ __decorate([
165
+ (0, typeorm_1.Column)({ name: 'resolution' }),
166
+ __metadata("design:type", String)
167
+ ], SapRawData.prototype, "resolution", void 0);
168
+ __decorate([
169
+ (0, typeorm_1.Column)({ name: 'resolution_description' }),
170
+ __metadata("design:type", String)
171
+ ], SapRawData.prototype, "resolutionDescription", void 0);
172
+ __decorate([
173
+ (0, typeorm_1.Column)({ name: 'wty_bill_no' }),
174
+ __metadata("design:type", String)
175
+ ], SapRawData.prototype, "wtyBillNo", void 0);
176
+ __decorate([
177
+ (0, typeorm_1.Column)({ name: 'consumer' }),
178
+ __metadata("design:type", Number)
179
+ ], SapRawData.prototype, "consumer", void 0);
180
+ __decorate([
181
+ (0, typeorm_1.Column)({ name: 'consumer_type' }),
182
+ __metadata("design:type", String)
183
+ ], SapRawData.prototype, "consumerType", void 0);
184
+ __decorate([
185
+ (0, typeorm_1.Column)({ name: 'customer' }),
186
+ __metadata("design:type", Number)
187
+ ], SapRawData.prototype, "customer", void 0);
188
+ __decorate([
189
+ (0, typeorm_1.Column)({ name: 'cp_custome' }),
190
+ __metadata("design:type", String)
191
+ ], SapRawData.prototype, "cpCustome", void 0);
192
+ __decorate([
193
+ (0, typeorm_1.Column)({ name: 'customer_name' }),
194
+ __metadata("design:type", String)
195
+ ], SapRawData.prototype, "customerName", void 0);
196
+ __decorate([
197
+ (0, typeorm_1.Column)({ name: 'cp_customer_name' }),
198
+ __metadata("design:type", String)
199
+ ], SapRawData.prototype, "cpCustomerName", void 0);
200
+ __decorate([
201
+ (0, typeorm_1.Column)({ name: 'end_customer' }),
202
+ __metadata("design:type", String)
203
+ ], SapRawData.prototype, "endCustomer", void 0);
204
+ __decorate([
205
+ (0, typeorm_1.Column)({ name: 'end_cp_customer' }),
206
+ __metadata("design:type", String)
207
+ ], SapRawData.prototype, "endCpCustomer", void 0);
208
+ __decorate([
209
+ (0, typeorm_1.Column)({ name: 'end_customer_name' }),
210
+ __metadata("design:type", String)
211
+ ], SapRawData.prototype, "endCustomerName", void 0);
212
+ __decorate([
213
+ (0, typeorm_1.Column)({ name: 'end_cp_customer_name' }),
214
+ __metadata("design:type", String)
215
+ ], SapRawData.prototype, "endCpCustomerName", void 0);
216
+ __decorate([
217
+ (0, typeorm_1.Column)({ name: 'contact_permission' }),
218
+ __metadata("design:type", String)
219
+ ], SapRawData.prototype, "contactPermission", void 0);
220
+ __decorate([
221
+ (0, typeorm_1.Column)({ name: 'mobile' }),
222
+ __metadata("design:type", String)
223
+ ], SapRawData.prototype, "mobile", void 0);
224
+ __decorate([
225
+ (0, typeorm_1.Column)({ name: 'e_mail' }),
226
+ __metadata("design:type", String)
227
+ ], SapRawData.prototype, "e_mail", void 0);
228
+ __decorate([
229
+ (0, typeorm_1.Column)({ name: 'home' }),
230
+ __metadata("design:type", String)
231
+ ], SapRawData.prototype, "home", void 0);
232
+ __decorate([
233
+ (0, typeorm_1.Column)({ name: 'office' }),
234
+ __metadata("design:type", String)
235
+ ], SapRawData.prototype, "office", void 0);
236
+ __decorate([
237
+ (0, typeorm_1.Column)({ name: 'sms' }),
238
+ __metadata("design:type", String)
239
+ ], SapRawData.prototype, "sms", void 0);
240
+ __decorate([
241
+ (0, typeorm_1.Column)({ name: 'letter' }),
242
+ __metadata("design:type", String)
243
+ ], SapRawData.prototype, "letter", void 0);
244
+ __decorate([
245
+ (0, typeorm_1.Column)({ name: 'name_' }),
246
+ __metadata("design:type", String)
247
+ ], SapRawData.prototype, "name", void 0);
248
+ __decorate([
249
+ (0, typeorm_1.Column)({ name: 'tel' }),
250
+ __metadata("design:type", String)
251
+ ], SapRawData.prototype, "tel", void 0);
252
+ __decorate([
253
+ (0, typeorm_1.Column)({ name: 'tel_home' }),
254
+ __metadata("design:type", String)
255
+ ], SapRawData.prototype, "telHome", void 0);
256
+ __decorate([
257
+ (0, typeorm_1.Column)({ name: 'tel_mobile' }),
258
+ __metadata("design:type", String)
259
+ ], SapRawData.prototype, "telMobile", void 0);
260
+ __decorate([
261
+ (0, typeorm_1.Column)({ name: 'tel_office' }),
262
+ __metadata("design:type", String)
263
+ ], SapRawData.prototype, "telOffice", void 0);
264
+ __decorate([
265
+ (0, typeorm_1.Column)({ name: 'address' }),
266
+ __metadata("design:type", String)
267
+ ], SapRawData.prototype, "address", void 0);
268
+ __decorate([
269
+ (0, typeorm_1.Column)({ name: 'city' }),
270
+ __metadata("design:type", String)
271
+ ], SapRawData.prototype, "city", void 0);
272
+ __decorate([
273
+ (0, typeorm_1.Column)({ name: 'st' }),
274
+ __metadata("design:type", String)
275
+ ], SapRawData.prototype, "st", void 0);
276
+ __decorate([
277
+ (0, typeorm_1.Column)({ name: 'zip' }),
278
+ __metadata("design:type", String)
279
+ ], SapRawData.prototype, "zip", void 0);
280
+ __decorate([
281
+ (0, typeorm_1.Column)({ name: 'email' }),
282
+ __metadata("design:type", String)
283
+ ], SapRawData.prototype, "email", void 0);
284
+ __decorate([
285
+ (0, typeorm_1.Column)({ name: 'language_' }),
286
+ __metadata("design:type", String)
287
+ ], SapRawData.prototype, "language", void 0);
288
+ __decorate([
289
+ (0, typeorm_1.Column)({ name: 'asc_' }),
290
+ __metadata("design:type", String)
291
+ ], SapRawData.prototype, "asc", void 0);
292
+ __decorate([
293
+ (0, typeorm_1.Column)({ name: 'asc_name' }),
294
+ __metadata("design:type", String)
295
+ ], SapRawData.prototype, "ascName", void 0);
296
+ __decorate([
297
+ (0, typeorm_1.Column)({ name: 'otb_flag' }),
298
+ __metadata("design:type", String)
299
+ ], SapRawData.prototype, "otbFlag", void 0);
300
+ __decorate([
301
+ (0, typeorm_1.Column)({ name: 'engineer' }),
302
+ __metadata("design:type", String)
303
+ ], SapRawData.prototype, "engineer", void 0);
304
+ __decorate([
305
+ (0, typeorm_1.Column)({ name: 'engineer_name' }),
306
+ __metadata("design:type", String)
307
+ ], SapRawData.prototype, "engineerName", void 0);
308
+ __decorate([
309
+ (0, typeorm_1.Column)({ name: 'dealer' }),
310
+ __metadata("design:type", String)
311
+ ], SapRawData.prototype, "dealer", void 0);
312
+ __decorate([
313
+ (0, typeorm_1.Column)({ name: 'dealer_name' }),
314
+ __metadata("design:type", String)
315
+ ], SapRawData.prototype, "dealerName", void 0);
316
+ __decorate([
317
+ (0, typeorm_1.Column)({ name: 'created_by' }),
318
+ __metadata("design:type", String)
319
+ ], SapRawData.prototype, "createdBy", void 0);
320
+ __decorate([
321
+ (0, typeorm_1.Column)({ name: 'callback_date' }),
322
+ __metadata("design:type", String)
323
+ ], SapRawData.prototype, "callbackDate", void 0);
324
+ __decorate([
325
+ (0, typeorm_1.Column)({ name: 'callback_time' }),
326
+ __metadata("design:type", String)
327
+ ], SapRawData.prototype, "callbackTime", void 0);
328
+ __decorate([
329
+ (0, typeorm_1.Column)({ name: 'change_date' }),
330
+ __metadata("design:type", String)
331
+ ], SapRawData.prototype, "changeDate", void 0);
332
+ __decorate([
333
+ (0, typeorm_1.Column)({ name: 'change_time' }),
334
+ __metadata("design:type", String)
335
+ ], SapRawData.prototype, "changeTime", void 0);
336
+ __decorate([
337
+ (0, typeorm_1.Column)({ name: 'in_out_wty' }),
338
+ __metadata("design:type", String)
339
+ ], SapRawData.prototype, "inOutWty", void 0);
340
+ __decorate([
341
+ (0, typeorm_1.Column)({ name: 'in_out' }),
342
+ __metadata("design:type", String)
343
+ ], SapRawData.prototype, "inOut", void 0);
344
+ __decorate([
345
+ (0, typeorm_1.Column)({ name: 'appointment_date' }),
346
+ __metadata("design:type", String)
347
+ ], SapRawData.prototype, "appointmentDate", void 0);
348
+ __decorate([
349
+ (0, typeorm_1.Column)({ name: 'asc_appointment_date' }),
350
+ __metadata("design:type", String)
351
+ ], SapRawData.prototype, "ascAppointmentDate", void 0);
352
+ __decorate([
353
+ (0, typeorm_1.Column)({ name: 'asc_assign_date' }),
354
+ __metadata("design:type", String)
355
+ ], SapRawData.prototype, "ascAssignDate", void 0);
356
+ __decorate([
357
+ (0, typeorm_1.Column)({ name: 'asc_assign_time' }),
358
+ __metadata("design:type", String)
359
+ ], SapRawData.prototype, "ascAssingTime", void 0);
360
+ __decorate([
361
+ (0, typeorm_1.Column)({ name: 'eng_assign_date' }),
362
+ __metadata("design:type", String)
363
+ ], SapRawData.prototype, "engAssignDate", void 0);
364
+ __decorate([
365
+ (0, typeorm_1.Column)({ name: 'eng_assign_time' }),
366
+ __metadata("design:type", String)
367
+ ], SapRawData.prototype, "engAssignTime", void 0);
368
+ __decorate([
369
+ (0, typeorm_1.Column)({ name: 'asc_acknowledge_date' }),
370
+ __metadata("design:type", String)
371
+ ], SapRawData.prototype, "ascAcknowledgeDate", void 0);
372
+ __decorate([
373
+ (0, typeorm_1.Column)({ name: 'asc_acknowledge_time' }),
374
+ __metadata("design:type", String)
375
+ ], SapRawData.prototype, "ascAcknowledgeTime", void 0);
376
+ __decorate([
377
+ (0, typeorm_1.Column)({ name: 'complete_date' }),
378
+ __metadata("design:type", String)
379
+ ], SapRawData.prototype, "completeDate", void 0);
380
+ __decorate([
381
+ (0, typeorm_1.Column)({ name: 'rc_time' }),
382
+ __metadata("design:type", String)
383
+ ], SapRawData.prototype, "rcTime", void 0);
384
+ __decorate([
385
+ (0, typeorm_1.Column)({ name: 'delivery_date' }),
386
+ __metadata("design:type", String)
387
+ ], SapRawData.prototype, "deliveryDate", void 0);
388
+ __decorate([
389
+ (0, typeorm_1.Column)({ name: 'gd_time' }),
390
+ __metadata("design:type", String)
391
+ ], SapRawData.prototype, "gdTime", void 0);
392
+ __decorate([
393
+ (0, typeorm_1.Column)({ name: 'aging' }),
394
+ __metadata("design:type", String)
395
+ ], SapRawData.prototype, "aging", void 0);
396
+ __decorate([
397
+ (0, typeorm_1.Column)({ name: 'aging_peri' }),
398
+ __metadata("design:type", String)
399
+ ], SapRawData.prototype, "agingPeri", void 0);
400
+ __decorate([
401
+ (0, typeorm_1.Column)({ name: 'employee_responsible_id' }),
402
+ __metadata("design:type", Number)
403
+ ], SapRawData.prototype, "employeeResponsibleId", void 0);
404
+ __decorate([
405
+ (0, typeorm_1.Column)({ name: 'employee_responsible_name' }),
406
+ __metadata("design:type", String)
407
+ ], SapRawData.prototype, "employeResponsibleName", void 0);
408
+ __decorate([
409
+ (0, typeorm_1.Column)({ name: 'place_of_purchase' }),
410
+ __metadata("design:type", String)
411
+ ], SapRawData.prototype, "placeOfPurchase", void 0);
412
+ __decorate([
413
+ (0, typeorm_1.Column)({ name: 'service_type' }),
414
+ __metadata("design:type", String)
415
+ ], SapRawData.prototype, "serviceType", void 0);
416
+ __decorate([
417
+ (0, typeorm_1.Column)({ name: 'sub_svc_type' }),
418
+ __metadata("design:type", String)
419
+ ], SapRawData.prototype, "subSvcType", void 0);
420
+ __decorate([
421
+ (0, typeorm_1.Column)({ name: 'transaction_start_date' }),
422
+ __metadata("design:type", String)
423
+ ], SapRawData.prototype, "transactionStartDate", void 0);
424
+ __decorate([
425
+ (0, typeorm_1.Column)({ name: 'transaction_start_time' }),
426
+ __metadata("design:type", String)
427
+ ], SapRawData.prototype, "transactionStartTime", void 0);
428
+ __decorate([
429
+ (0, typeorm_1.Column)({ name: 'call_back_date' }),
430
+ __metadata("design:type", String)
431
+ ], SapRawData.prototype, "callBackDate", void 0);
432
+ __decorate([
433
+ (0, typeorm_1.Column)({ name: 'call_back_time' }),
434
+ __metadata("design:type", String)
435
+ ], SapRawData.prototype, "callBackTime", void 0);
436
+ __decorate([
437
+ (0, typeorm_1.Column)({ name: 'executed_date' }),
438
+ __metadata("design:type", String)
439
+ ], SapRawData.prototype, "executedDate", void 0);
440
+ __decorate([
441
+ (0, typeorm_1.Column)({ name: 'executed_time' }),
442
+ __metadata("design:type", String)
443
+ ], SapRawData.prototype, "executedTime", void 0);
444
+ __decorate([
445
+ (0, typeorm_1.Column)({ name: 'call_back_flag' }),
446
+ __metadata("design:type", String)
447
+ ], SapRawData.prototype, "callBackFlag", void 0);
448
+ __decorate([
449
+ (0, typeorm_1.Column)({ name: 'executed_by' }),
450
+ __metadata("design:type", String)
451
+ ], SapRawData.prototype, "executedBy", void 0);
452
+ __decorate([
453
+ (0, typeorm_1.Column)({ name: 'customer_comment' }),
454
+ __metadata("design:type", String)
455
+ ], SapRawData.prototype, "customerComment", void 0);
456
+ __decorate([
457
+ (0, typeorm_1.Column)({ name: 'smart_form' }),
458
+ __metadata("design:type", String)
459
+ ], SapRawData.prototype, "smartForm", void 0);
460
+ __decorate([
461
+ (0, typeorm_1.Column)({ name: 'self_upgrade' }),
462
+ __metadata("design:type", String)
463
+ ], SapRawData.prototype, "selfUpgrade", void 0);
464
+ __decorate([
465
+ (0, typeorm_1.Column)({ name: 'self_diagnosis' }),
466
+ __metadata("design:type", String)
467
+ ], SapRawData.prototype, "selfDiagnosis", void 0);
468
+ __decorate([
469
+ (0, typeorm_1.Column)({ name: 'act_upgrade' }),
470
+ __metadata("design:type", String)
471
+ ], SapRawData.prototype, "actUpgrade", void 0);
472
+ __decorate([
473
+ (0, typeorm_1.Column)({ name: 'act_diagnosis' }),
474
+ __metadata("design:type", String)
475
+ ], SapRawData.prototype, "actDiagnosis", void 0);
476
+ __decorate([
477
+ (0, typeorm_1.Column)({ name: 'new_firmware' }),
478
+ __metadata("design:type", String)
479
+ ], SapRawData.prototype, "newFirmware", void 0);
480
+ __decorate([
481
+ (0, typeorm_1.Column)({ name: 'service_level' }),
482
+ __metadata("design:type", String)
483
+ ], SapRawData.prototype, "serviceLevel", void 0);
484
+ __decorate([
485
+ (0, typeorm_1.Column)({ name: 'service_level_description' }),
486
+ __metadata("design:type", String)
487
+ ], SapRawData.prototype, "serviceLevelDescription", void 0);
488
+ __decorate([
489
+ (0, typeorm_1.Column)({ name: 'warm_call_transfer_flag' }),
490
+ __metadata("design:type", String)
491
+ ], SapRawData.prototype, "warnCallTransferFlag", void 0);
492
+ __decorate([
493
+ (0, typeorm_1.Column)({ name: 'return_rea' }),
494
+ __metadata("design:type", String)
495
+ ], SapRawData.prototype, "returnRea", void 0);
496
+ __decorate([
497
+ (0, typeorm_1.Column)({ name: 'return_reason_description' }),
498
+ __metadata("design:type", String)
499
+ ], SapRawData.prototype, "returnReasonDescription", void 0);
500
+ __decorate([
501
+ (0, typeorm_1.Column)({ name: 'return_option' }),
502
+ __metadata("design:type", String)
503
+ ], SapRawData.prototype, "returnOption", void 0);
504
+ __decorate([
505
+ (0, typeorm_1.Column)({ name: 'return_option_description' }),
506
+ __metadata("design:type", String)
507
+ ], SapRawData.prototype, "returnOptionDescription", void 0);
508
+ __decorate([
509
+ (0, typeorm_1.Column)({ name: 'rma_no' }),
510
+ __metadata("design:type", String)
511
+ ], SapRawData.prototype, "rmaNo", void 0);
512
+ __decorate([
513
+ (0, typeorm_1.Column)({ name: 'so_no' }),
514
+ __metadata("design:type", String)
515
+ ], SapRawData.prototype, "soNo", void 0);
516
+ __decorate([
517
+ (0, typeorm_1.Column)({ name: 'attac' }),
518
+ __metadata("design:type", String)
519
+ ], SapRawData.prototype, "attac", void 0);
520
+ __decorate([
521
+ (0, typeorm_1.Column)({ name: 'customer_requested_date' }),
522
+ __metadata("design:type", String)
523
+ ], SapRawData.prototype, "customerRequestedDate", void 0);
524
+ __decorate([
525
+ (0, typeorm_1.Column)({ name: 'asc_1st_appointment_date' }),
526
+ __metadata("design:type", String)
527
+ ], SapRawData.prototype, "asc1stAppointmentDate", void 0);
528
+ __decorate([
529
+ (0, typeorm_1.Column)({ name: 'asc_1st_appointment_time' }),
530
+ __metadata("design:type", String)
531
+ ], SapRawData.prototype, "asc1stAppointmentTime", void 0);
532
+ __decorate([
533
+ (0, typeorm_1.Column)({ name: 'district' }),
534
+ __metadata("design:type", String)
535
+ ], SapRawData.prototype, "district", void 0);
536
+ SapRawData = __decorate([
537
+ (0, typeorm_1.Entity)('sap_raw_data', { schema: 'tracking' })
538
+ ], SapRawData);
539
+ exports.SapRawData = SapRawData;
@@ -0,0 +1,4 @@
1
+ export declare class ServiceType {
2
+ id: number;
3
+ service: string;
4
+ }
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.ServiceType = void 0;
13
+ const typeorm_1 = require("typeorm");
14
+ let ServiceType = class ServiceType {
15
+ };
16
+ __decorate([
17
+ (0, typeorm_1.PrimaryGeneratedColumn)({ name: 'id' }),
18
+ __metadata("design:type", Number)
19
+ ], ServiceType.prototype, "id", void 0);
20
+ __decorate([
21
+ (0, typeorm_1.Column)({ name: 'service' }),
22
+ __metadata("design:type", String)
23
+ ], ServiceType.prototype, "service", void 0);
24
+ ServiceType = __decorate([
25
+ (0, typeorm_1.Entity)('service_type', { schema: 'tracking' })
26
+ ], ServiceType);
27
+ exports.ServiceType = ServiceType;
@@ -0,0 +1,8 @@
1
+ export declare class State {
2
+ id: number;
3
+ state: string;
4
+ stateCode: string;
5
+ eCoupon: boolean;
6
+ onSiteExchange: boolean;
7
+ timeZone: string;
8
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.State = void 0;
13
+ const typeorm_1 = require("typeorm");
14
+ let State = class State {
15
+ };
16
+ __decorate([
17
+ (0, typeorm_1.PrimaryGeneratedColumn)({ name: 'id' }),
18
+ __metadata("design:type", Number)
19
+ ], State.prototype, "id", void 0);
20
+ __decorate([
21
+ (0, typeorm_1.Column)({ name: 'state' }),
22
+ __metadata("design:type", String)
23
+ ], State.prototype, "state", void 0);
24
+ __decorate([
25
+ (0, typeorm_1.Column)({ name: 'state_code' }),
26
+ __metadata("design:type", String)
27
+ ], State.prototype, "stateCode", void 0);
28
+ __decorate([
29
+ (0, typeorm_1.Column)({ name: 'e_coupon' }),
30
+ __metadata("design:type", Boolean)
31
+ ], State.prototype, "eCoupon", void 0);
32
+ __decorate([
33
+ (0, typeorm_1.Column)({ name: 'on_site_exchange' }),
34
+ __metadata("design:type", Boolean)
35
+ ], State.prototype, "onSiteExchange", void 0);
36
+ __decorate([
37
+ (0, typeorm_1.Column)({ name: 'time_zone' }),
38
+ __metadata("design:type", String)
39
+ ], State.prototype, "timeZone", void 0);
40
+ State = __decorate([
41
+ (0, typeorm_1.Entity)('states', { schema: 'enr' })
42
+ ], State);
43
+ exports.State = State;
@@ -0,0 +1,10 @@
1
+ export declare class Templates {
2
+ id: number;
3
+ division: string;
4
+ lob: string;
5
+ transactionType: string;
6
+ requestType: string;
7
+ templateType: string;
8
+ templateName: string;
9
+ templateBody: string;
10
+ }