feat(MED-100): analysis package products by product type

This commit is contained in:
2025-07-24 08:04:04 +03:00
parent e59ad6af00
commit 23f656ccc9
2 changed files with 10 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ export const listProducts = async ({
regionId,
}: {
pageParam?: number
queryParams?: HttpTypes.FindParams & HttpTypes.StoreProductParams & { collection_id?: string }
queryParams?: HttpTypes.FindParams & HttpTypes.StoreProductParams & { "type_id[0]"?: string }
countryCode?: string
regionId?: string
}): Promise<{