@uniorganization/uni-lib 1.1.69 → 1.1.71

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 (207) hide show
  1. package/dist/config/db.config.d.ts +4 -4
  2. package/dist/config/db.config.js +28 -28
  3. package/dist/config/index.d.ts +3 -3
  4. package/dist/config/index.js +15 -15
  5. package/dist/config/shared-db.config.d.ts +4 -4
  6. package/dist/config/shared-db.config.js +28 -28
  7. package/dist/config/swagger.config.d.ts +1 -1
  8. package/dist/config/swagger.config.js +14 -14
  9. package/dist/entities/active-loads.entity.d.ts +18 -18
  10. package/dist/entities/active-loads.entity.js +84 -84
  11. package/dist/entities/applications.entity.d.ts +9 -9
  12. package/dist/entities/applications.entity.js +41 -41
  13. package/dist/entities/apps-user-id.entity.d.ts +20 -20
  14. package/dist/entities/apps-user-id.entity.js +91 -91
  15. package/dist/entities/audit.entity.d.ts +19 -19
  16. package/dist/entities/audit.entity.js +61 -61
  17. package/dist/entities/autofail-reasons.entity.d.ts +4 -4
  18. package/dist/entities/autofail-reasons.entity.js +27 -27
  19. package/dist/entities/blacklist.entity.d.ts +9 -9
  20. package/dist/entities/blacklist.entity.js +43 -43
  21. package/dist/entities/call-driver-data.entity.d.ts +23 -23
  22. package/dist/entities/call-driver-data.entity.js +97 -97
  23. package/dist/entities/call-drivers.entity.d.ts +19 -19
  24. package/dist/entities/call-drivers.entity.js +79 -79
  25. package/dist/entities/cb-completed-reasons.entity.d.ts +5 -5
  26. package/dist/entities/cb-completed-reasons.entity.js +31 -31
  27. package/dist/entities/change-alert.entity.d.ts +11 -11
  28. package/dist/entities/change-alert.entity.js +51 -51
  29. package/dist/entities/config.entity.d.ts +5 -5
  30. package/dist/entities/config.entity.js +31 -31
  31. package/dist/entities/daily-payment-status.entity.d.ts +27 -27
  32. package/dist/entities/daily-payment-status.entity.js +120 -120
  33. package/dist/entities/depreciation-categories.entity.d.ts +6 -6
  34. package/dist/entities/depreciation-categories.entity.js +32 -32
  35. package/dist/entities/depreciation-details.entity.d.ts +9 -9
  36. package/dist/entities/depreciation-details.entity.js +45 -45
  37. package/dist/entities/detail-type.entity.d.ts +4 -4
  38. package/dist/entities/detail-type.entity.js +27 -27
  39. package/dist/entities/dispute-request.entity.d.ts +27 -27
  40. package/dist/entities/dispute-request.entity.js +110 -110
  41. package/dist/entities/enr-calculation-log.entity.d.ts +49 -49
  42. package/dist/entities/enr-calculation-log.entity.js +203 -203
  43. package/dist/entities/enr-inventory.entity.d.ts +14 -0
  44. package/dist/entities/enr-inventory.entity.js +67 -0
  45. package/dist/entities/enr-results.entity.d.ts +5 -5
  46. package/dist/entities/enr-results.entity.js +31 -31
  47. package/dist/entities/escalation-category.entity.d.ts +4 -4
  48. package/dist/entities/escalation-category.entity.js +27 -27
  49. package/dist/entities/escalation-notes.entity.d.ts +10 -10
  50. package/dist/entities/escalation-notes.entity.js +43 -43
  51. package/dist/entities/escalation-outcome.entity.d.ts +4 -4
  52. package/dist/entities/escalation-outcome.entity.js +27 -27
  53. package/dist/entities/escalation-status-log.entity.d.ts +8 -8
  54. package/dist/entities/escalation-status-log.entity.js +37 -37
  55. package/dist/entities/escalation-status.entity.d.ts +4 -4
  56. package/dist/entities/escalation-status.entity.js +27 -27
  57. package/dist/entities/escalation-type.entity.d.ts +5 -5
  58. package/dist/entities/escalation-type.entity.js +31 -31
  59. package/dist/entities/escalations.entity.d.ts +39 -39
  60. package/dist/entities/escalations.entity.js +163 -163
  61. package/dist/entities/evaluation-autofail-reasons.entity.d.ts +7 -7
  62. package/dist/entities/evaluation-autofail-reasons.entity.js +35 -35
  63. package/dist/entities/evaluation-data.entity.d.ts +8 -8
  64. package/dist/entities/evaluation-data.entity.js +43 -43
  65. package/dist/entities/evaluation-forms.entity.d.ts +18 -18
  66. package/dist/entities/evaluation-forms.entity.js +59 -59
  67. package/dist/entities/evaluation-questions.entity.d.ts +10 -10
  68. package/dist/entities/evaluation-questions.entity.js +47 -47
  69. package/dist/entities/evaluations.entity.d.ts +37 -37
  70. package/dist/entities/evaluations.entity.js +151 -151
  71. package/dist/entities/file-contents.entity.d.ts +56 -56
  72. package/dist/entities/file-contents.entity.js +231 -231
  73. package/dist/entities/file-upload.entity.d.ts +10 -10
  74. package/dist/entities/file-upload.entity.js +47 -47
  75. package/dist/entities/form-definition.entity.d.ts +9 -9
  76. package/dist/entities/form-definition.entity.js +43 -43
  77. package/dist/entities/form-fields.entity.d.ts +18 -18
  78. package/dist/entities/form-fields.entity.js +79 -79
  79. package/dist/entities/form.entity.d.ts +15 -15
  80. package/dist/entities/form.entity.js +68 -68
  81. package/dist/entities/incident-notes.entity.d.ts +10 -10
  82. package/dist/entities/incident-notes.entity.js +43 -43
  83. package/dist/entities/incident.entity.d.ts +20 -20
  84. package/dist/entities/incident.entity.js +82 -82
  85. package/dist/entities/incoterms.entity.d.ts +9 -9
  86. package/dist/entities/incoterms.entity.js +47 -47
  87. package/dist/entities/index.d.ts +74 -73
  88. package/dist/entities/index.js +86 -85
  89. package/dist/entities/inventory.entity.d.ts +11 -11
  90. package/dist/entities/inventory.entity.js +55 -55
  91. package/dist/entities/it-info.entity.d.ts +12 -12
  92. package/dist/entities/it-info.entity.js +59 -59
  93. package/dist/entities/lob-assignment.entity.d.ts +6 -6
  94. package/dist/entities/lob-assignment.entity.js +35 -35
  95. package/dist/entities/lob-call-drivers.entity.d.ts +5 -5
  96. package/dist/entities/lob-call-drivers.entity.js +31 -31
  97. package/dist/entities/location-addresses.entity.d.ts +12 -12
  98. package/dist/entities/location-addresses.entity.js +59 -59
  99. package/dist/entities/ltp-history-transactions.entity.d.ts +11 -11
  100. package/dist/entities/ltp-history-transactions.entity.js +53 -53
  101. package/dist/entities/ltp-stm-roster.entity.d.ts +11 -11
  102. package/dist/entities/ltp-stm-roster.entity.js +55 -55
  103. package/dist/entities/modules-roles.entity.d.ts +13 -13
  104. package/dist/entities/modules-roles.entity.js +53 -53
  105. package/dist/entities/offphone-activities.entity.d.ts +5 -5
  106. package/dist/entities/offphone-activities.entity.js +31 -31
  107. package/dist/entities/onsite-ordering.entity.d.ts +11 -11
  108. package/dist/entities/onsite-ordering.entity.js +55 -55
  109. package/dist/entities/ost.entity.d.ts +6 -6
  110. package/dist/entities/ost.entity.js +35 -35
  111. package/dist/entities/otwe-offers.entity.d.ts +5 -5
  112. package/dist/entities/otwe-offers.entity.js +31 -31
  113. package/dist/entities/outbound-ticket-history.entity.d.ts +13 -13
  114. package/dist/entities/outbound-ticket-history.entity.js +53 -53
  115. package/dist/entities/pending-ticket-history.entity..d.ts +10 -0
  116. package/dist/entities/pending-ticket-history.entity..js +47 -0
  117. package/dist/entities/pending-ticket-history.entity.d.ts +9 -9
  118. package/dist/entities/pending-ticket-history.entity.js +47 -47
  119. package/dist/entities/product-codes.entity.d.ts +17 -17
  120. package/dist/entities/product-codes.entity.js +77 -77
  121. package/dist/entities/question-group.entity.d.ts +11 -11
  122. package/dist/entities/question-group.entity.js +50 -50
  123. package/dist/entities/questions.entity.d.ts +10 -10
  124. package/dist/entities/questions.entity.js +49 -49
  125. package/dist/entities/regional-service-mgr.entity.d.ts +4 -4
  126. package/dist/entities/regional-service-mgr.entity.js +27 -27
  127. package/dist/entities/role-definition.entity.d.ts +7 -7
  128. package/dist/entities/role-definition.entity.js +35 -35
  129. package/dist/entities/role-privileges.entity.d.ts +10 -10
  130. package/dist/entities/role-privileges.entity.js +44 -44
  131. package/dist/entities/roster-personnel.entity.d.ts +9 -9
  132. package/dist/entities/roster-personnel.entity.js +49 -49
  133. package/dist/entities/roster.entity.d.ts +19 -19
  134. package/dist/entities/roster.entity.js +80 -80
  135. package/dist/entities/sap-raw-data.entity.d.ts +132 -132
  136. package/dist/entities/sap-raw-data.entity.js +539 -539
  137. package/dist/entities/sap-raw.entity.d.ts +36 -36
  138. package/dist/entities/sap-raw.entity.js +155 -155
  139. package/dist/entities/service-type.entity.d.ts +4 -4
  140. package/dist/entities/service-type.entity.js +27 -27
  141. package/dist/entities/skipped-ticket.entity.d.ts +13 -13
  142. package/dist/entities/skipped-ticket.entity.js +63 -63
  143. package/dist/entities/state.entity.d.ts +8 -8
  144. package/dist/entities/state.entity.js +43 -43
  145. package/dist/entities/template.entity.d.ts +10 -10
  146. package/dist/entities/template.entity.js +51 -51
  147. package/dist/entities/ticket-queue.entity.d.ts +8 -8
  148. package/dist/entities/ticket-queue.entity.js +43 -43
  149. package/dist/entities/transactions.entity.d.ts +32 -32
  150. package/dist/entities/transactions.entity.js +132 -132
  151. package/dist/entities/user-campaign.entity.d.ts +10 -10
  152. package/dist/entities/user-campaign.entity.js +45 -45
  153. package/dist/entities/user-roles.entity.d.ts +8 -8
  154. package/dist/entities/user-roles.entity.js +41 -41
  155. package/dist/entities/user-roster.view.d.ts +38 -38
  156. package/dist/entities/user-roster.view.js +163 -163
  157. package/dist/entities/usr.entity.d.ts +24 -24
  158. package/dist/entities/usr.entity.js +104 -104
  159. package/dist/entities/vw-escalation-age.d.ts +12 -12
  160. package/dist/entities/vw-escalation-age.js +62 -62
  161. package/dist/entities/warranty-category.entity.d.ts +4 -4
  162. package/dist/entities/warranty-category.entity.js +27 -27
  163. package/dist/index.d.ts +5 -5
  164. package/dist/index.js +17 -17
  165. package/dist/interceptors/audit-user-activity.interceptor.d.ts +12 -0
  166. package/dist/interceptors/audit-user-activity.interceptor.js +57 -0
  167. package/dist/interceptors/index.d.ts +1 -0
  168. package/dist/interceptors/index.js +13 -0
  169. package/dist/middlewares/index.d.ts +1 -1
  170. package/dist/middlewares/index.js +13 -13
  171. package/dist/middlewares/version-checker.middleware.d.ts +2 -2
  172. package/dist/middlewares/version-checker.middleware.js +28 -28
  173. package/dist/modules/common/common.module.d.ts +2 -2
  174. package/dist/modules/common/common.module.js +28 -28
  175. package/dist/modules/common/index.d.ts +4 -4
  176. package/dist/modules/common/index.js +16 -16
  177. package/dist/modules/common/jwt-auth.guard.d.ts +5 -5
  178. package/dist/modules/common/jwt-auth.guard.js +26 -26
  179. package/dist/modules/common/jwt.strategy.d.ts +9 -9
  180. package/dist/modules/common/jwt.strategy.js +43 -43
  181. package/dist/modules/common/logged-user.decorator.d.ts +1 -1
  182. package/dist/modules/common/logged-user.decorator.js +9 -9
  183. package/dist/modules/crud/base-service.interface.d.ts +7 -0
  184. package/dist/modules/crud/base-service.interface.js +2 -0
  185. package/dist/modules/crud/base.controller.d.ts +11 -0
  186. package/dist/modules/crud/base.controller.js +92 -0
  187. package/dist/modules/crud/base.entity.d.ts +3 -0
  188. package/dist/modules/crud/base.entity.js +20 -0
  189. package/dist/modules/crud/base.service.d.ts +12 -0
  190. package/dist/modules/crud/base.service.js +88 -0
  191. package/dist/modules/crud/index.d.ts +4 -0
  192. package/dist/modules/crud/index.js +20 -0
  193. package/dist/modules/index.d.ts +1 -1
  194. package/dist/modules/index.js +13 -13
  195. package/dist/services/audit.service.d.ts +8 -0
  196. package/dist/services/audit.service.js +49 -0
  197. package/dist/services/index.d.ts +1 -0
  198. package/dist/services/index.js +13 -0
  199. package/dist/utils/index.d.ts +2 -2
  200. package/dist/utils/index.js +14 -14
  201. package/dist/utils/object.utils.d.ts +2 -2
  202. package/dist/utils/object.utils.js +19 -19
  203. package/dist/utils/parse.util.d.ts +3 -3
  204. package/dist/utils/parse.util.js +32 -32
  205. package/dist/utils/string.utils.d.ts +5 -5
  206. package/dist/utils/string.utils.js +118 -118
  207. package/package.json +75 -75
@@ -1,539 +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;
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;