test-entity-library-asm 2.6.16 → 2.6.17

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 Partners {
26
26
  country_name: string;
27
27
  country_currency: string;
28
28
  country_prefix: string;
29
- country_sructure_phone: string;
29
+ country_structure_phone: string;
30
30
  country_legal_information: any;
31
31
  country_details: any;
32
32
  country_status: number;
@@ -140,7 +140,7 @@ var Partners = /** @class */ (function () {
140
140
  __decorate([
141
141
  (0, typeorm_1.ViewColumn)(),
142
142
  __metadata("design:type", String)
143
- ], Partners.prototype, "country_sructure_phone", void 0);
143
+ ], Partners.prototype, "country_structure_phone", void 0);
144
144
  __decorate([
145
145
  (0, typeorm_1.ViewColumn)({ transformer: jsonTransformer }),
146
146
  __metadata("design:type", Object)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "test-entity-library-asm",
3
- "version": "2.6.16",
3
+ "version": "2.6.17",
4
4
  "description": "Entidades de ejemplo para una base de datos",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -103,7 +103,7 @@ export class Partners {
103
103
  country_prefix: string;
104
104
 
105
105
  @ViewColumn()
106
- country_sructure_phone: string;
106
+ country_structure_phone: string;
107
107
 
108
108
  @ViewColumn({transformer: jsonTransformer})
109
109
  country_legal_information: any;