@alphabite/medusa-sdk 0.6.7 → 0.6.9

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
@@ -361,6 +361,10 @@ interface EcontCity {
361
361
  * ISO 3166-1 alpha-3 country code
362
362
  */
363
363
  countryCode: string;
364
+ /**
365
+ * Postal code for the city
366
+ */
367
+ postCode: string;
364
368
  }
365
369
  /**
366
370
  * Econt Quarter entity returned from the API
package/dist/index.d.ts CHANGED
@@ -361,6 +361,10 @@ interface EcontCity {
361
361
  * ISO 3166-1 alpha-3 country code
362
362
  */
363
363
  countryCode: string;
364
+ /**
365
+ * Postal code for the city
366
+ */
367
+ postCode: string;
364
368
  }
365
369
  /**
366
370
  * Econt Quarter entity returned from the API
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alphabite/medusa-sdk",
3
- "version": "0.6.7",
3
+ "version": "0.6.9",
4
4
  "description": "Extended Medusa utility sdk client, that adds Alphabite's plugins endpoints",
5
5
  "author": "Alphabite",
6
6
  "license": "MIT",