@verma-consulting/common-library 0.1.35 → 0.1.36

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.
package/dist/index.d.mts CHANGED
@@ -1351,6 +1351,7 @@ interface ShippoAddressInterface {
1351
1351
  state_province?: string;
1352
1352
  postal_code?: string;
1353
1353
  country_code?: string;
1354
+ address_type?: string;
1354
1355
  phone?: string;
1355
1356
  email?: string;
1356
1357
  }
package/dist/index.d.ts CHANGED
@@ -1351,6 +1351,7 @@ interface ShippoAddressInterface {
1351
1351
  state_province?: string;
1352
1352
  postal_code?: string;
1353
1353
  country_code?: string;
1354
+ address_type?: string;
1354
1355
  phone?: string;
1355
1356
  email?: string;
1356
1357
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verma-consulting/common-library",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "description": "Shared common library for Verma Consulting",
5
5
  "author": "Ankit Verma <ankit@vermadev.com>",
6
6
  "license": "MIT",