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.
@@ -13,7 +13,7 @@ export declare class PolizaReimbursement extends EntityBase {
13
13
  startDate: Date;
14
14
  claimNumber: string;
15
15
  folioNumber: string;
16
- folioSubsecuent: string;
16
+ folioSubsequent: string;
17
17
  type: ReimbursementType;
18
18
  sigre: string;
19
19
  ot: string;
@@ -27,7 +27,7 @@ let PolizaReimbursement = class PolizaReimbursement extends base_entity_1.Entity
27
27
  startDate;
28
28
  claimNumber;
29
29
  folioNumber;
30
- folioSubsecuent;
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, "folioSubsecuent", void 0);
97
+ ], PolizaReimbursement.prototype, "folioSubsequent", void 0);
98
98
  __decorate([
99
99
  (0, swagger_1.ApiProperty)({
100
100
  enum: sales_enum_1.ReimbursementType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easywork-common-lib",
3
- "version": "1.0.675",
3
+ "version": "1.0.676",
4
4
  "description": "Librería común de Easywork",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {