Skip to content

Commit c2a374d

Browse files
committed
feat: update generated APIs
1 parent 7bb67d2 commit c2a374d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages_generated/product_catalog/src/v2alpha1/api.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export class PublicCatalogAPI extends ParentAPI {
2323
method: 'GET',
2424
path: `/product-catalog/v2alpha1/public-catalog/products`,
2525
urlParams: urlParams(
26+
['locality', request.locality],
2627
['page', request.page],
2728
[
2829
'page_size',

packages_generated/product_catalog/src/v2alpha1/types.gen.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,4 +387,8 @@ export type PublicCatalogApiListPublicCatalogProductsRequest = {
387387
* The list of filtered product categories.
388388
*/
389389
productTypes?: ListPublicCatalogProductsRequestProductType[]
390+
/**
391+
* The locality of the products to filter by. If not set, all localities are returned.
392+
*/
393+
locality?: PublicCatalogProductLocality
390394
}

0 commit comments

Comments
 (0)