@alphabite/medusa-sdk 0.7.7 → 0.7.8

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
@@ -488,12 +488,11 @@ interface ListCitiesInput {
488
488
  */
489
489
  q?: string;
490
490
  /**
491
- * Filter by whether the city has at least one Econt office
492
- * - `true`: only cities with offices (old default behavior)
493
- * - `false`: only cities/villages without offices
494
- * - omitted: all cities
491
+ * Filter to only return cities that have at least one Econt office
492
+ * - `true`: only cities with offices
493
+ * - omitted or `false`: all cities (default)
495
494
  */
496
- hasOffice?: boolean;
495
+ onlyWithOffices?: boolean;
497
496
  /**
498
497
  * Comma-separated list of fields to include
499
498
  */
package/dist/index.d.ts CHANGED
@@ -488,12 +488,11 @@ interface ListCitiesInput {
488
488
  */
489
489
  q?: string;
490
490
  /**
491
- * Filter by whether the city has at least one Econt office
492
- * - `true`: only cities with offices (old default behavior)
493
- * - `false`: only cities/villages without offices
494
- * - omitted: all cities
491
+ * Filter to only return cities that have at least one Econt office
492
+ * - `true`: only cities with offices
493
+ * - omitted or `false`: all cities (default)
495
494
  */
496
- hasOffice?: boolean;
495
+ onlyWithOffices?: boolean;
497
496
  /**
498
497
  * Comma-separated list of fields to include
499
498
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alphabite/medusa-sdk",
3
- "version": "0.7.7",
3
+ "version": "0.7.8",
4
4
  "description": "Extended Medusa utility sdk client, that adds Alphabite's plugins endpoints",
5
5
  "author": "Alphabite",
6
6
  "license": "MIT",