cecon-interfaces 1.6.2 → 1.6.3

Sign up to get free protection for your applications and to get access to all the features.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.02",
3
+ "version": "1.6.03",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -5,8 +5,6 @@ export declare class PayioAddressEntity implements IPayioAddress {
5
5
  complement: string | null;
6
6
  coords: CoordsEntity;
7
7
  country: string | null | undefined;
8
- formattedAddress: string | null | undefined;
9
- name: string | null;
10
8
  neighborhood: string;
11
9
  postalCode: string;
12
10
  state: string;
@@ -10,7 +10,6 @@ var PayioAddressEntity = /** @class */ (function () {
10
10
  this.city = '';
11
11
  this.complement = '';
12
12
  this.coords = new coords_entity_1.CoordsEntity();
13
- this.name = '';
14
13
  this.neighborhood = '';
15
14
  this.postalCode = '';
16
15
  this.state = '';
@@ -4,8 +4,6 @@ export interface IPayioAddress {
4
4
  complement: string | null;
5
5
  coords: ICoords;
6
6
  country: string | null | undefined;
7
- formattedAddress: string | null | undefined;
8
- name: string | null;
9
7
  neighborhood: string;
10
8
  postalCode: string;
11
9
  state: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.02",
3
+ "version": "1.6.03",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",