test-entity-library-asm 2.2.2 → 2.2.3

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.
@@ -4,7 +4,7 @@ export declare class VerifyLocal {
4
4
  id: number;
5
5
  partner: Partner;
6
6
  assigned_master: Master;
7
- local_information: Object;
7
+ local_information: any;
8
8
  basic_information: any;
9
9
  settings: any;
10
10
  opening_hours: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "test-entity-library-asm",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "Entidades de ejemplo para una base de datos",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -40,7 +40,7 @@ export class VerifyLocal {
40
40
  transformer: jsonTransformer,
41
41
  comment: 'Campos que el usuario (partner) agrega al nuevo local.',
42
42
  })
43
- local_information: Object
43
+ local_information: any
44
44
 
45
45
  @Column({
46
46
  type: 'longtext',