@eleva-io/erp-sdk 0.1.154 → 0.1.155

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.
@@ -18,6 +18,6 @@ export interface ContactAddress {
18
18
  streetNumber?: string | null;
19
19
  sublocality?: string | null;
20
20
  neighborhood?: string | null;
21
- geoverified: boolean;
21
+ geoVerified: boolean;
22
22
  }
23
23
  //# sourceMappingURL=address.d.ts.map
@@ -18,7 +18,7 @@ export interface CommunityAddress {
18
18
  streetNumber?: string | null;
19
19
  sublocality?: string | null;
20
20
  neighborhood?: string | null;
21
- geoverified: boolean;
21
+ geoVerified: boolean;
22
22
  }
23
23
  export interface CreateCommunityAddressDTO {
24
24
  entity: Omit<CommunityAddress, 'id' | 'gplacesRawId' | 'timezone' | 'updatedAt'>;
@@ -18,6 +18,6 @@ export interface ContactAddress {
18
18
  streetNumber?: string | null;
19
19
  sublocality?: string | null;
20
20
  neighborhood?: string | null;
21
- geoverified: boolean;
21
+ geoVerified: boolean;
22
22
  }
23
23
  //# sourceMappingURL=address.d.ts.map
@@ -18,7 +18,7 @@ export interface CommunityAddress {
18
18
  streetNumber?: string | null;
19
19
  sublocality?: string | null;
20
20
  neighborhood?: string | null;
21
- geoverified: boolean;
21
+ geoVerified: boolean;
22
22
  }
23
23
  export interface CreateCommunityAddressDTO {
24
24
  entity: Omit<CommunityAddress, 'id' | 'gplacesRawId' | 'timezone' | 'updatedAt'>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eleva-io/erp-sdk",
3
- "version": "0.1.154",
3
+ "version": "0.1.155",
4
4
  "description": "SDK oficial para el ERP de Eleva",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",