@uniorganization/uni-lib 1.1.41 → 1.1.43

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.
@@ -108,7 +108,10 @@ __decorate([
108
108
  ], DailyPaymentStatus.prototype, "rejectionCorrectionReasonDescription", void 0);
109
109
  __decorate([
110
110
  (0, typeorm_1.ManyToOne)((type) => transactions_entity_1.Transactions),
111
- (0, typeorm_1.JoinColumn)({ name: 'payment_reference' }),
111
+ (0, typeorm_1.JoinColumn)({
112
+ name: 'payment_reference',
113
+ referencedColumnName: 'transactionId',
114
+ }),
112
115
  __metadata("design:type", transactions_entity_1.Transactions)
113
116
  ], DailyPaymentStatus.prototype, "transaction", void 0);
114
117
  DailyPaymentStatus = __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniorganization/uni-lib",
3
- "version": "1.1.41",
3
+ "version": "1.1.43",
4
4
  "description": "UNI Library",
5
5
  "author": "Jhomiguel",
6
6
  "main": "dist/index.js",