@uniorganization/uni-lib 1.1.76 → 1.1.78

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.
@@ -14,5 +14,7 @@ export declare class ActiveLoad {
14
14
  destinationZip: string;
15
15
  createDate: Date;
16
16
  updateDate: Date;
17
+ apptDate: Date;
18
+ description: string;
17
19
  transaction: Transactions;
18
20
  }
@@ -70,6 +70,14 @@ __decorate([
70
70
  (0, typeorm_1.Column)({ name: 'update_date' }),
71
71
  __metadata("design:type", Date)
72
72
  ], ActiveLoad.prototype, "updateDate", void 0);
73
+ __decorate([
74
+ (0, typeorm_1.Column)({ name: 'appt_date' }),
75
+ __metadata("design:type", Date)
76
+ ], ActiveLoad.prototype, "apptDate", void 0);
77
+ __decorate([
78
+ (0, typeorm_1.Column)({ name: 'description' }),
79
+ __metadata("design:type", String)
80
+ ], ActiveLoad.prototype, "description", void 0);
73
81
  __decorate([
74
82
  (0, typeorm_1.ManyToOne)(() => transactions_entity_1.Transactions),
75
83
  (0, typeorm_1.JoinColumn)({
@@ -35,4 +35,5 @@ export declare class VwUserRoster {
35
35
  mainLine: string;
36
36
  employeeRole: string;
37
37
  productionDate: Date;
38
+ tapp2: string;
38
39
  }
@@ -157,6 +157,10 @@ __decorate([
157
157
  (0, typeorm_1.Column)({ name: 'production_date' }),
158
158
  __metadata("design:type", Date)
159
159
  ], VwUserRoster.prototype, "productionDate", void 0);
160
+ __decorate([
161
+ (0, typeorm_1.Column)({ name: 'tapp_2' }),
162
+ __metadata("design:type", String)
163
+ ], VwUserRoster.prototype, "tapp2", void 0);
160
164
  VwUserRoster = __decorate([
161
165
  (0, typeorm_1.ViewEntity)('raw_roster', { schema: 'nroster' })
162
166
  ], VwUserRoster);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniorganization/uni-lib",
3
- "version": "1.1.76",
3
+ "version": "1.1.78",
4
4
  "description": "UNI Library",
5
5
  "author": "Jhomiguel",
6
6
  "main": "dist/index.js",