@uniorganization/uni-lib 1.1.83 → 1.1.85

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.
@@ -82,7 +82,7 @@ __decorate([
82
82
  __metadata("design:type", String)
83
83
  ], ClaimReport.prototype, "parentFollowupReason", void 0);
84
84
  __decorate([
85
- (0, typeorm_1.Column)({ name: 'customers_comment_history' }),
85
+ (0, typeorm_1.Column)({ name: 'customers_comments_history' }),
86
86
  __metadata("design:type", String)
87
87
  ], ClaimReport.prototype, "customersCommentsHistory", void 0);
88
88
  __decorate([
@@ -29,6 +29,7 @@ export declare class Escalations {
29
29
  reEscalated: boolean;
30
30
  escalationCount: Number;
31
31
  followUpOutcome: string;
32
+ escalationOrigin: string;
32
33
  followUpDate: Timestamp;
33
34
  agent: Users;
34
35
  reviewer: Users;
@@ -118,6 +118,10 @@ __decorate([
118
118
  (0, typeorm_1.Column)({ name: 'follow_up_outcome' }),
119
119
  __metadata("design:type", String)
120
120
  ], Escalations.prototype, "followUpOutcome", void 0);
121
+ __decorate([
122
+ (0, typeorm_1.Column)({ name: 'escalation_origin' }),
123
+ __metadata("design:type", String)
124
+ ], Escalations.prototype, "escalationOrigin", void 0);
121
125
  __decorate([
122
126
  (0, typeorm_1.Column)('timestamp', { name: 'follow_up_date' }),
123
127
  __metadata("design:type", typeorm_1.Timestamp)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniorganization/uni-lib",
3
- "version": "1.1.83",
3
+ "version": "1.1.85",
4
4
  "description": "UNI Library",
5
5
  "author": "Jhomiguel",
6
6
  "main": "dist/index.js",