@uniorganization/uni-lib 1.1.55 → 1.1.56

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.
@@ -28,7 +28,7 @@ export declare class Evaluations {
28
28
  disputeRequested: boolean;
29
29
  isWaived: boolean;
30
30
  dateWaived: Date;
31
- waiverRequestReason: string;
31
+ waiverReason: string;
32
32
  evaluationData: EvaluationData[];
33
33
  evaluationQuestions: EvaluationQuestions[];
34
34
  }
@@ -119,9 +119,9 @@ __decorate([
119
119
  __metadata("design:type", Date)
120
120
  ], Evaluations.prototype, "dateWaived", void 0);
121
121
  __decorate([
122
- (0, typeorm_1.Column)({ name: 'waiver_request_reason' }),
122
+ (0, typeorm_1.Column)({ name: 'waiver_reason' }),
123
123
  __metadata("design:type", String)
124
- ], Evaluations.prototype, "waiverRequestReason", void 0);
124
+ ], Evaluations.prototype, "waiverReason", void 0);
125
125
  __decorate([
126
126
  (0, typeorm_1.OneToMany)(() => evaluation_data_entity_1.EvaluationData, (ed) => ed.evaluation, {
127
127
  cascade: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniorganization/uni-lib",
3
- "version": "1.1.55",
3
+ "version": "1.1.56",
4
4
  "description": "UNI Library",
5
5
  "author": "Jhomiguel",
6
6
  "main": "dist/index.js",