@alphabite/medusa-sdk 0.6.8 → 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
@@ -364,7 +364,7 @@ interface EcontCity {
364
364
  /**
365
365
  * Postal code for the city
366
366
  */
367
- postalCode: string;
367
+ postCode: string;
368
368
  }
369
369
  /**
370
370
  * Econt Quarter entity returned from the API
package/dist/index.d.ts CHANGED
@@ -364,7 +364,7 @@ interface EcontCity {
364
364
  /**
365
365
  * Postal code for the city
366
366
  */
367
- postalCode: string;
367
+ postCode: string;
368
368
  }
369
369
  /**
370
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.8",
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",