@alphabite/medusa-sdk 0.6.11 → 0.6.12
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -619,6 +619,10 @@ interface ListCitiesInput {
|
|
|
619
619
|
* Search query to filter cities by name or nameEn
|
|
620
620
|
*/
|
|
621
621
|
q?: string;
|
|
622
|
+
/**
|
|
623
|
+
* Filter by region name (matches both regionName and regionNameEn)
|
|
624
|
+
*/
|
|
625
|
+
region?: string;
|
|
622
626
|
/**
|
|
623
627
|
* Comma-separated list of fields to include
|
|
624
628
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -619,6 +619,10 @@ interface ListCitiesInput {
|
|
|
619
619
|
* Search query to filter cities by name or nameEn
|
|
620
620
|
*/
|
|
621
621
|
q?: string;
|
|
622
|
+
/**
|
|
623
|
+
* Filter by region name (matches both regionName and regionNameEn)
|
|
624
|
+
*/
|
|
625
|
+
region?: string;
|
|
622
626
|
/**
|
|
623
627
|
* Comma-separated list of fields to include
|
|
624
628
|
*/
|