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/esm2022/payio/company/entities/address.entity.mjs +1 -3
- package/dist/esm2022/payio/company/interfaces/i-address.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +0 -2
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/package.json +1 -1
- package/dist/payio/company/entities/address.entity.d.ts +0 -2
- package/dist/payio/company/entities/address.entity.js +0 -1
- package/dist/payio/company/interfaces/i-address.d.ts +0 -2
- package/package.json +1 -1
package/dist/package.json
CHANGED
@@ -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;
|