@uniorganization/uni-lib 1.1.85 → 1.1.87

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.
@@ -35,5 +35,7 @@ export declare class VwUserRoster {
35
35
  mainLine: string;
36
36
  employeeRole: string;
37
37
  productionDate: Date;
38
+ gcicId: string;
39
+ ern: string;
38
40
  tapp2: string;
39
41
  }
@@ -157,6 +157,14 @@ __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: 'gcic_id' }),
162
+ __metadata("design:type", String)
163
+ ], VwUserRoster.prototype, "gcicId", void 0);
164
+ __decorate([
165
+ (0, typeorm_1.Column)(),
166
+ __metadata("design:type", String)
167
+ ], VwUserRoster.prototype, "ern", void 0);
160
168
  __decorate([
161
169
  (0, typeorm_1.Column)({ name: 'tapp_2' }),
162
170
  __metadata("design:type", String)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniorganization/uni-lib",
3
- "version": "1.1.85",
3
+ "version": "1.1.87",
4
4
  "description": "UNI Library",
5
5
  "author": "Jhomiguel",
6
6
  "main": "dist/index.js",