easywork-common-lib 1.0.675 → 1.0.676
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.
|
@@ -27,7 +27,7 @@ let PolizaReimbursement = class PolizaReimbursement extends base_entity_1.Entity
|
|
|
27
27
|
startDate;
|
|
28
28
|
claimNumber;
|
|
29
29
|
folioNumber;
|
|
30
|
-
|
|
30
|
+
folioSubsequent;
|
|
31
31
|
type;
|
|
32
32
|
sigre;
|
|
33
33
|
ot;
|
|
@@ -94,7 +94,7 @@ __decorate([
|
|
|
94
94
|
(0, swagger_1.ApiProperty)({ type: String, description: "Numero de Folio Subsecuente" }),
|
|
95
95
|
(0, typeorm_1.Column)({ nullable: true }),
|
|
96
96
|
__metadata("design:type", String)
|
|
97
|
-
], PolizaReimbursement.prototype, "
|
|
97
|
+
], PolizaReimbursement.prototype, "folioSubsequent", void 0);
|
|
98
98
|
__decorate([
|
|
99
99
|
(0, swagger_1.ApiProperty)({
|
|
100
100
|
enum: sales_enum_1.ReimbursementType,
|