@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.
- package/dist/config/db.config.d.ts +4 -0
- package/dist/config/db.config.js +24 -0
- package/dist/config/index.d.ts +1 -0
- package/dist/config/index.js +13 -0
- package/dist/entities/applications.entity.d.ts +9 -0
- package/dist/entities/applications.entity.js +41 -0
- package/dist/entities/apps-user-id.entity.d.ts +20 -0
- package/dist/entities/apps-user-id.entity.js +91 -0
- package/dist/entities/blacklist.entity.d.ts +9 -0
- package/dist/entities/blacklist.entity.js +43 -0
- package/dist/entities/call-driver-data.entity.d.ts +18 -0
- package/dist/entities/call-driver-data.entity.js +77 -0
- package/dist/entities/call-drivers.entity.d.ts +19 -0
- package/dist/entities/call-drivers.entity.js +79 -0
- package/dist/entities/cb-completed-reasons.entity.d.ts +5 -0
- package/dist/entities/cb-completed-reasons.entity.js +31 -0
- package/dist/entities/change-alert.entity.d.ts +11 -0
- package/dist/entities/change-alert.entity.js +51 -0
- package/dist/entities/config.entity.d.ts +5 -0
- package/dist/entities/config.entity.js +31 -0
- package/dist/entities/depreciation-categories.entity.d.ts +6 -0
- package/dist/entities/depreciation-categories.entity.js +32 -0
- package/dist/entities/depreciation-details.entity.d.ts +9 -0
- package/dist/entities/depreciation-details.entity.js +45 -0
- package/dist/entities/detail-type.entity.d.ts +4 -0
- package/dist/entities/detail-type.entity.js +27 -0
- package/dist/entities/enr-calculation-log.entity.d.ts +49 -0
- package/dist/entities/enr-calculation-log.entity.js +203 -0
- package/dist/entities/enr-results.entity.d.ts +5 -0
- package/dist/entities/enr-results.entity.js +31 -0
- package/dist/entities/escalation-category.entity.d.ts +4 -0
- package/dist/entities/escalation-category.entity.js +27 -0
- package/dist/entities/escalation-notes.entity.d.ts +10 -0
- package/dist/entities/escalation-notes.entity.js +43 -0
- package/dist/entities/escalation-outcome.entity.d.ts +4 -0
- package/dist/entities/escalation-outcome.entity.js +27 -0
- package/dist/entities/escalation-status.entity.d.ts +4 -0
- package/dist/entities/escalation-status.entity.js +27 -0
- package/dist/entities/escalation-type.entity.d.ts +5 -0
- package/dist/entities/escalation-type.entity.js +31 -0
- package/dist/entities/escalations.entity.d.ts +32 -0
- package/dist/entities/escalations.entity.js +134 -0
- package/dist/entities/evaluation-data.entity.d.ts +8 -0
- package/dist/entities/evaluation-data.entity.js +43 -0
- package/dist/entities/evaluation-questions.entity.d.ts +10 -0
- package/dist/entities/evaluation-questions.entity.js +47 -0
- package/dist/entities/evaluations.entity.d.ts +25 -0
- package/dist/entities/evaluations.entity.js +102 -0
- package/dist/entities/file-contents.entity.d.ts +56 -0
- package/dist/entities/file-contents.entity.js +231 -0
- package/dist/entities/file-upload.entity.d.ts +10 -0
- package/dist/entities/file-upload.entity.js +47 -0
- package/dist/entities/form-definition.entity.d.ts +9 -0
- package/dist/entities/form-definition.entity.js +43 -0
- package/dist/entities/form-fields.entity.d.ts +18 -0
- package/dist/entities/form-fields.entity.js +79 -0
- package/dist/entities/form.entity.d.ts +15 -0
- package/dist/entities/form.entity.js +64 -0
- package/dist/entities/incident-notes.entity.d.ts +10 -0
- package/dist/entities/incident-notes.entity.js +43 -0
- package/dist/entities/incident.entity.d.ts +20 -0
- package/dist/entities/incident.entity.js +82 -0
- package/dist/entities/incoterms.entity.d.ts +9 -0
- package/dist/entities/incoterms.entity.js +47 -0
- package/dist/entities/index.d.ts +6 -0
- package/dist/entities/index.js +18 -0
- package/dist/entities/inventory.entity.d.ts +11 -0
- package/dist/entities/inventory.entity.js +55 -0
- package/dist/entities/it-info.entity.d.ts +12 -0
- package/dist/entities/it-info.entity.js +59 -0
- package/dist/entities/lob-assignment.entity.d.ts +6 -0
- package/dist/entities/lob-assignment.entity.js +35 -0
- package/dist/entities/lob-call-drivers.entity.d.ts +5 -0
- package/dist/entities/lob-call-drivers.entity.js +31 -0
- package/dist/entities/location-addresses.entity.d.ts +12 -0
- package/dist/entities/location-addresses.entity.js +59 -0
- package/dist/entities/ltp-history-transactions.entity.d.ts +11 -0
- package/dist/entities/ltp-history-transactions.entity.js +53 -0
- package/dist/entities/ltp-stm-roster.entity.d.ts +11 -0
- package/dist/entities/ltp-stm-roster.entity.js +55 -0
- package/dist/entities/modules-roles.entity.d.ts +13 -0
- package/dist/entities/modules-roles.entity.js +53 -0
- package/dist/entities/offphone-activities.entity.d.ts +5 -0
- package/dist/entities/offphone-activities.entity.js +31 -0
- package/dist/entities/onsite-ordering.entity.d.ts +11 -0
- package/dist/entities/onsite-ordering.entity.js +55 -0
- package/dist/entities/ost.entity.d.ts +6 -0
- package/dist/entities/ost.entity.js +35 -0
- package/dist/entities/otwe-offers.entity.d.ts +5 -0
- package/dist/entities/otwe-offers.entity.js +31 -0
- package/dist/entities/product-codes.entity.d.ts +17 -0
- package/dist/entities/product-codes.entity.js +77 -0
- package/dist/entities/question-group.entity.d.ts +9 -0
- package/dist/entities/question-group.entity.js +44 -0
- package/dist/entities/questions.entity.d.ts +10 -0
- package/dist/entities/questions.entity.js +49 -0
- package/dist/entities/regional-service-mgr.entity.d.ts +4 -0
- package/dist/entities/regional-service-mgr.entity.js +27 -0
- package/dist/entities/role-definition.entity.d.ts +7 -0
- package/dist/entities/role-definition.entity.js +35 -0
- package/dist/entities/role-privileges.entity.d.ts +10 -0
- package/dist/entities/role-privileges.entity.js +44 -0
- package/dist/entities/roster-personnel.entity.d.ts +9 -0
- package/dist/entities/roster-personnel.entity.js +49 -0
- package/dist/entities/roster.entity.d.ts +19 -0
- package/dist/entities/roster.entity.js +80 -0
- package/dist/entities/sap-raw-data.entity.d.ts +132 -0
- package/dist/entities/sap-raw-data.entity.js +539 -0
- package/dist/entities/service-type.entity.d.ts +4 -0
- package/dist/entities/service-type.entity.js +27 -0
- package/dist/entities/state.entity.d.ts +8 -0
- package/dist/entities/state.entity.js +43 -0
- package/dist/entities/template.entity.d.ts +10 -0
- package/dist/entities/template.entity.js +51 -0
- package/dist/entities/transactions.entity.d.ts +28 -0
- package/dist/entities/transactions.entity.js +118 -0
- package/dist/entities/user-roles.entity.d.ts +8 -0
- package/dist/entities/user-roles.entity.js +41 -0
- package/dist/entities/usr.entity.d.ts +21 -0
- package/dist/entities/usr.entity.js +93 -0
- package/dist/entities/warranty-category.entity.d.ts +4 -0
- package/dist/entities/warranty-category.entity.js +27 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +14 -0
- package/dist/test.d.ts +1 -0
- package/dist/test.js +7 -0
- package/package.json +64 -0
|
@@ -0,0 +1,59 @@
|
|
|
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.ItInfo = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
let ItInfo = class ItInfo {
|
|
15
|
+
};
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, typeorm_1.PrimaryGeneratedColumn)({ name: 'id' }),
|
|
18
|
+
__metadata("design:type", Number)
|
|
19
|
+
], ItInfo.prototype, "id", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, typeorm_1.Column)({ name: 'ngt_pc' }),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], ItInfo.prototype, "ngtPc", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, typeorm_1.Column)({ name: 'net_ntg' }),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], ItInfo.prototype, "netNtg", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, typeorm_1.Column)({ name: 'genesys_ext' }),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], ItInfo.prototype, "genesysExt", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, typeorm_1.Column)({ name: 'home_mac_address' }),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], ItInfo.prototype, "homeMacAddress", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, typeorm_1.Column)({ name: 'phone_mac_address' }),
|
|
38
|
+
__metadata("design:type", String)
|
|
39
|
+
], ItInfo.prototype, "phoneMacAddress", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, typeorm_1.Column)({ name: 'home_anydesk' }),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], ItInfo.prototype, "homeAnydesk", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, typeorm_1.Column)({ name: 'work_anydesk' }),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], ItInfo.prototype, "workAnydesk", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, typeorm_1.Column)({ name: 'hard_phone_ext' }),
|
|
50
|
+
__metadata("design:type", String)
|
|
51
|
+
], ItInfo.prototype, "hardPhoneExt", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, typeorm_1.Column)({ name: 'connection_type' }),
|
|
54
|
+
__metadata("design:type", String)
|
|
55
|
+
], ItInfo.prototype, "connectionType", void 0);
|
|
56
|
+
ItInfo = __decorate([
|
|
57
|
+
(0, typeorm_1.Entity)('it_info', { schema: 'public' })
|
|
58
|
+
], ItInfo);
|
|
59
|
+
exports.ItInfo = ItInfo;
|
|
@@ -0,0 +1,35 @@
|
|
|
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.LobAssigment = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
let LobAssigment = class LobAssigment {
|
|
15
|
+
};
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, typeorm_1.PrimaryGeneratedColumn)({ name: 'id' }),
|
|
18
|
+
__metadata("design:type", Number)
|
|
19
|
+
], LobAssigment.prototype, "id", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, typeorm_1.Column)({ name: 'lob' }),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], LobAssigment.prototype, "lob", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, typeorm_1.Column)({ name: 'assign_to' }),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], LobAssigment.prototype, "assignTo", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, typeorm_1.Column)({ name: 'email_reminder' }),
|
|
30
|
+
__metadata("design:type", Boolean)
|
|
31
|
+
], LobAssigment.prototype, "emailReminder", void 0);
|
|
32
|
+
LobAssigment = __decorate([
|
|
33
|
+
(0, typeorm_1.Entity)('lob_assignment', { schema: 'tracking' })
|
|
34
|
+
], LobAssigment);
|
|
35
|
+
exports.LobAssigment = LobAssigment;
|
|
@@ -0,0 +1,31 @@
|
|
|
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.LobCallDrivers = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
let LobCallDrivers = class LobCallDrivers {
|
|
15
|
+
};
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, typeorm_1.PrimaryGeneratedColumn)({ name: 'id' }),
|
|
18
|
+
__metadata("design:type", Number)
|
|
19
|
+
], LobCallDrivers.prototype, "id", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, typeorm_1.Column)({ name: 'driver' }),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], LobCallDrivers.prototype, "driver", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, typeorm_1.Column)({ name: 'lob' }),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], LobCallDrivers.prototype, "lob", void 0);
|
|
28
|
+
LobCallDrivers = __decorate([
|
|
29
|
+
(0, typeorm_1.Entity)('lob_call_drivers', { schema: 'tracking' })
|
|
30
|
+
], LobCallDrivers);
|
|
31
|
+
exports.LobCallDrivers = LobCallDrivers;
|
|
@@ -0,0 +1,59 @@
|
|
|
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.LocationAddress = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
let LocationAddress = class LocationAddress {
|
|
15
|
+
};
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, typeorm_1.PrimaryGeneratedColumn)({ name: 'id' }),
|
|
18
|
+
__metadata("design:type", Number)
|
|
19
|
+
], LocationAddress.prototype, "id", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, typeorm_1.Column)({ name: 'hub_name' }),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], LocationAddress.prototype, "hubName", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, typeorm_1.Column)({ name: 'hub_location' }),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], LocationAddress.prototype, "hubLocation", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, typeorm_1.Column)({ name: 'customer_name' }),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], LocationAddress.prototype, "customerName", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, typeorm_1.Column)({ name: 'street' }),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], LocationAddress.prototype, "street", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, typeorm_1.Column)({ name: 'city' }),
|
|
38
|
+
__metadata("design:type", String)
|
|
39
|
+
], LocationAddress.prototype, "city", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, typeorm_1.Column)({ name: 'state' }),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], LocationAddress.prototype, "state", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, typeorm_1.Column)({ name: 'zip' }),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], LocationAddress.prototype, "zip", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, typeorm_1.Column)({ name: 'telephone' }),
|
|
50
|
+
__metadata("design:type", String)
|
|
51
|
+
], LocationAddress.prototype, "telephone", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, typeorm_1.Column)({ name: 'email_address' }),
|
|
54
|
+
__metadata("design:type", String)
|
|
55
|
+
], LocationAddress.prototype, "emailAddress", void 0);
|
|
56
|
+
LocationAddress = __decorate([
|
|
57
|
+
(0, typeorm_1.Entity)('location_addresses', { schema: 'enr' })
|
|
58
|
+
], LocationAddress);
|
|
59
|
+
exports.LocationAddress = LocationAddress;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FileUpload } from './file-upload.entity';
|
|
2
|
+
export declare class LtpHistoryTransactions {
|
|
3
|
+
id: number;
|
|
4
|
+
file: FileUpload;
|
|
5
|
+
ascCode: string;
|
|
6
|
+
serviceCenter: string;
|
|
7
|
+
supervisor: string;
|
|
8
|
+
agent: string;
|
|
9
|
+
transactionId: string;
|
|
10
|
+
isLtp: boolean;
|
|
11
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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.LtpHistoryTransactions = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
const file_upload_entity_1 = require("./file-upload.entity");
|
|
15
|
+
let LtpHistoryTransactions = class LtpHistoryTransactions {
|
|
16
|
+
};
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, typeorm_1.PrimaryGeneratedColumn)({ name: 'ID' }),
|
|
19
|
+
__metadata("design:type", Number)
|
|
20
|
+
], LtpHistoryTransactions.prototype, "id", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, typeorm_1.OneToOne)((type) => file_upload_entity_1.FileUpload),
|
|
23
|
+
(0, typeorm_1.JoinColumn)({ name: 'FILE_ID' }),
|
|
24
|
+
__metadata("design:type", file_upload_entity_1.FileUpload)
|
|
25
|
+
], LtpHistoryTransactions.prototype, "file", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, typeorm_1.Column)({ name: 'ASC_CODE' }),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], LtpHistoryTransactions.prototype, "ascCode", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, typeorm_1.Column)({ name: 'SERVICE_CENTER' }),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], LtpHistoryTransactions.prototype, "serviceCenter", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, typeorm_1.Column)({ name: 'SUPERVISOR' }),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], LtpHistoryTransactions.prototype, "supervisor", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, typeorm_1.Column)({ name: 'AGENT' }),
|
|
40
|
+
__metadata("design:type", String)
|
|
41
|
+
], LtpHistoryTransactions.prototype, "agent", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, typeorm_1.Column)({ name: 'TRANSACTION_ID' }),
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], LtpHistoryTransactions.prototype, "transactionId", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, typeorm_1.Column)({ name: 'IS_LTP' }),
|
|
48
|
+
__metadata("design:type", Boolean)
|
|
49
|
+
], LtpHistoryTransactions.prototype, "isLtp", void 0);
|
|
50
|
+
LtpHistoryTransactions = __decorate([
|
|
51
|
+
(0, typeorm_1.Entity)('LTP_HISTORY_TRANSACTIONS')
|
|
52
|
+
], LtpHistoryTransactions);
|
|
53
|
+
exports.LtpHistoryTransactions = LtpHistoryTransactions;
|
|
@@ -0,0 +1,55 @@
|
|
|
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.LtpStmRoster = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
let LtpStmRoster = class LtpStmRoster {
|
|
15
|
+
};
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, typeorm_1.PrimaryGeneratedColumn)({ name: 'ID' }),
|
|
18
|
+
__metadata("design:type", Number)
|
|
19
|
+
], LtpStmRoster.prototype, "id", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, typeorm_1.Column)({ name: 'NAME' }),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], LtpStmRoster.prototype, "serviceCenterName", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, typeorm_1.Column)({ name: 'ASC_CODE' }),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], LtpStmRoster.prototype, "ascCode", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, typeorm_1.Column)({ name: 'CENTER_TYPE' }),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], LtpStmRoster.prototype, "centerType", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, typeorm_1.Column)({ name: 'CITY' }),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], LtpStmRoster.prototype, "city", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, typeorm_1.Column)({ name: 'STATE' }),
|
|
38
|
+
__metadata("design:type", String)
|
|
39
|
+
], LtpStmRoster.prototype, "state", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, typeorm_1.Column)({ name: 'AGENT' }),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], LtpStmRoster.prototype, "agent", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, typeorm_1.Column)({ name: 'STATUS' }),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], LtpStmRoster.prototype, "status", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, typeorm_1.Column)({ name: 'TM' }),
|
|
50
|
+
__metadata("design:type", String)
|
|
51
|
+
], LtpStmRoster.prototype, "supervisor", void 0);
|
|
52
|
+
LtpStmRoster = __decorate([
|
|
53
|
+
(0, typeorm_1.Entity)('LTP_STM_ROSTER')
|
|
54
|
+
], LtpStmRoster);
|
|
55
|
+
exports.LtpStmRoster = LtpStmRoster;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Timestamp } from 'typeorm';
|
|
2
|
+
import { Applications } from './applications.entity';
|
|
3
|
+
import { RoleDefinition } from './role-definition.entity';
|
|
4
|
+
import { UserRoles } from './user-roles.entity';
|
|
5
|
+
export declare class ModulesRoles {
|
|
6
|
+
id: number;
|
|
7
|
+
roleName: string;
|
|
8
|
+
dateCreated: Timestamp;
|
|
9
|
+
description: string;
|
|
10
|
+
module: Applications;
|
|
11
|
+
userRoles: UserRoles[];
|
|
12
|
+
privileges: RoleDefinition[];
|
|
13
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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.ModulesRoles = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
const applications_entity_1 = require("./applications.entity");
|
|
15
|
+
const role_definition_entity_1 = require("./role-definition.entity");
|
|
16
|
+
const user_roles_entity_1 = require("./user-roles.entity");
|
|
17
|
+
let ModulesRoles = class ModulesRoles {
|
|
18
|
+
};
|
|
19
|
+
__decorate([
|
|
20
|
+
(0, typeorm_1.PrimaryGeneratedColumn)({ name: 'ID' }),
|
|
21
|
+
__metadata("design:type", Number)
|
|
22
|
+
], ModulesRoles.prototype, "id", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, typeorm_1.Column)({ name: 'ROLE_NAME' }),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], ModulesRoles.prototype, "roleName", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, typeorm_1.Column)('timestamp', { name: 'DATE_CREATED' }),
|
|
29
|
+
__metadata("design:type", typeorm_1.Timestamp)
|
|
30
|
+
], ModulesRoles.prototype, "dateCreated", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, typeorm_1.Column)({ name: 'description' }),
|
|
33
|
+
__metadata("design:type", String)
|
|
34
|
+
], ModulesRoles.prototype, "description", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, typeorm_1.OneToOne)((type) => applications_entity_1.Applications),
|
|
37
|
+
(0, typeorm_1.JoinColumn)({ name: 'MODULE_ID' }),
|
|
38
|
+
__metadata("design:type", applications_entity_1.Applications)
|
|
39
|
+
], ModulesRoles.prototype, "module", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, typeorm_1.OneToMany)(() => user_roles_entity_1.UserRoles, (userRoles) => userRoles.role, {
|
|
42
|
+
cascade: ['insert', 'update'],
|
|
43
|
+
}),
|
|
44
|
+
__metadata("design:type", Array)
|
|
45
|
+
], ModulesRoles.prototype, "userRoles", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, typeorm_1.OneToMany)(() => role_definition_entity_1.RoleDefinition, (RoleDefinition) => RoleDefinition.role, { cascade: ['insert', 'update', 'remove'] }),
|
|
48
|
+
__metadata("design:type", Array)
|
|
49
|
+
], ModulesRoles.prototype, "privileges", void 0);
|
|
50
|
+
ModulesRoles = __decorate([
|
|
51
|
+
(0, typeorm_1.Entity)('MODULE_ROLES', { schema: 'stm' })
|
|
52
|
+
], ModulesRoles);
|
|
53
|
+
exports.ModulesRoles = ModulesRoles;
|
|
@@ -0,0 +1,31 @@
|
|
|
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.OffPhoneActivities = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
let OffPhoneActivities = class OffPhoneActivities {
|
|
15
|
+
};
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, typeorm_1.PrimaryGeneratedColumn)({ name: 'id' }),
|
|
18
|
+
__metadata("design:type", Number)
|
|
19
|
+
], OffPhoneActivities.prototype, "id", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, typeorm_1.Column)({ name: 'activity' }),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], OffPhoneActivities.prototype, "activity", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, typeorm_1.Column)({ name: 'lob' }),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], OffPhoneActivities.prototype, "lob", void 0);
|
|
28
|
+
OffPhoneActivities = __decorate([
|
|
29
|
+
(0, typeorm_1.Entity)('off_phone_activities', { schema: 'tracking' })
|
|
30
|
+
], OffPhoneActivities);
|
|
31
|
+
exports.OffPhoneActivities = OffPhoneActivities;
|
|
@@ -0,0 +1,55 @@
|
|
|
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.OnsiteOrdering = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
let OnsiteOrdering = class OnsiteOrdering {
|
|
15
|
+
};
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, typeorm_1.PrimaryGeneratedColumn)({ name: 'id' }),
|
|
18
|
+
__metadata("design:type", Number)
|
|
19
|
+
], OnsiteOrdering.prototype, "id", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, typeorm_1.Column)({ name: 'hub_name' }),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], OnsiteOrdering.prototype, "hubName", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, typeorm_1.Column)({ name: 'zip' }),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], OnsiteOrdering.prototype, "zip", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, typeorm_1.Column)({ name: 'customer_state' }),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], OnsiteOrdering.prototype, "customerState", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, typeorm_1.Column)({ name: 'hub_location' }),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], OnsiteOrdering.prototype, "hubLocation", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, typeorm_1.Column)({ name: 'ha_s_plant' }),
|
|
38
|
+
__metadata("design:type", String)
|
|
39
|
+
], OnsiteOrdering.prototype, "haSPlant", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, typeorm_1.Column)({ name: 'dtv_s_plant' }),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], OnsiteOrdering.prototype, "dtvSPlant", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, typeorm_1.Column)({ name: 'dtv_v_plant' }),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], OnsiteOrdering.prototype, "dtvVPlant", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, typeorm_1.Column)({ name: 'storage_location' }),
|
|
50
|
+
__metadata("design:type", String)
|
|
51
|
+
], OnsiteOrdering.prototype, "storageLocation", void 0);
|
|
52
|
+
OnsiteOrdering = __decorate([
|
|
53
|
+
(0, typeorm_1.Entity)('onsite_ordering', { schema: 'enr' })
|
|
54
|
+
], OnsiteOrdering);
|
|
55
|
+
exports.OnsiteOrdering = OnsiteOrdering;
|
|
@@ -0,0 +1,35 @@
|
|
|
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.Ost = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
let Ost = class Ost {
|
|
15
|
+
};
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, typeorm_1.PrimaryGeneratedColumn)({ name: 'ID' }),
|
|
18
|
+
__metadata("design:type", Number)
|
|
19
|
+
], Ost.prototype, "id", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, typeorm_1.Column)({ name: 'ASC_CODE' }),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], Ost.prototype, "ascCode", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, typeorm_1.Column)({ name: 'OST' }),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], Ost.prototype, "ost", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, typeorm_1.Column)({ name: 'OST_NAME' }),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], Ost.prototype, "ostName", void 0);
|
|
32
|
+
Ost = __decorate([
|
|
33
|
+
(0, typeorm_1.Entity)('OST')
|
|
34
|
+
], Ost);
|
|
35
|
+
exports.Ost = Ost;
|
|
@@ -0,0 +1,31 @@
|
|
|
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.OtweOffers = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
let OtweOffers = class OtweOffers {
|
|
15
|
+
};
|
|
16
|
+
__decorate([
|
|
17
|
+
(0, typeorm_1.PrimaryGeneratedColumn)({ name: 'id' }),
|
|
18
|
+
__metadata("design:type", Number)
|
|
19
|
+
], OtweOffers.prototype, "id", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, typeorm_1.Column)({ name: 'offer' }),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], OtweOffers.prototype, "offer", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, typeorm_1.Column)({ name: 'lob' }),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], OtweOffers.prototype, "lob", void 0);
|
|
28
|
+
OtweOffers = __decorate([
|
|
29
|
+
(0, typeorm_1.Entity)('otwe_offers', { schema: 'tracking' })
|
|
30
|
+
], OtweOffers);
|
|
31
|
+
exports.OtweOffers = OtweOffers;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { DepreciationCategories } from './depreciation-categories.entity';
|
|
2
|
+
export declare class ProductCodes {
|
|
3
|
+
id: number;
|
|
4
|
+
localServiceProduct: string;
|
|
5
|
+
localServiceProductName: string;
|
|
6
|
+
productCategory: string;
|
|
7
|
+
specialInstructions: string;
|
|
8
|
+
handheldDevice: boolean;
|
|
9
|
+
mainProductCategory: string;
|
|
10
|
+
sra: boolean;
|
|
11
|
+
eCoupon: boolean;
|
|
12
|
+
refund: boolean;
|
|
13
|
+
exchange: string;
|
|
14
|
+
installWarning: string;
|
|
15
|
+
oowFeeNegLimit: number;
|
|
16
|
+
depreciationCategory: DepreciationCategories;
|
|
17
|
+
}
|