@uniorganization/uni-lib 1.1.26 → 1.1.27

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.
@@ -26,7 +26,7 @@ export declare class SapRaw {
26
26
  productType: string;
27
27
  bucketGroup: string;
28
28
  postingDateAging: string;
29
- unitReceivedDateAging: string;
29
+ unitReceivedAging: string;
30
30
  detlType: string;
31
31
  category1Description: string;
32
32
  index: Number;
@@ -122,9 +122,9 @@ __decorate([
122
122
  __metadata("design:type", String)
123
123
  ], SapRaw.prototype, "postingDateAging", void 0);
124
124
  __decorate([
125
- (0, typeorm_1.Column)({ name: 'unit_received_date_aging' }),
125
+ (0, typeorm_1.Column)({ name: 'unit_received_aging' }),
126
126
  __metadata("design:type", String)
127
- ], SapRaw.prototype, "unitReceivedDateAging", void 0);
127
+ ], SapRaw.prototype, "unitReceivedAging", void 0);
128
128
  __decorate([
129
129
  (0, typeorm_1.Column)({ name: 'det_type' }),
130
130
  __metadata("design:type", String)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniorganization/uni-lib",
3
- "version": "1.1.26",
3
+ "version": "1.1.27",
4
4
  "description": "UNI Library",
5
5
  "author": "Jhomiguel",
6
6
  "main": "dist/index.js",