Skip to content

Commit 367ce21

Browse files
authored
feat(product_catalog): add new product status end of sale (#2306)
1 parent f92fbd0 commit 367ce21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export type PublicCatalogProductStatus =
2828
| 'general_availability'
2929
| 'end_of_deployment'
3030
| 'end_of_support'
31+
| 'end_of_sale'
3132

3233
export type PublicCatalogProductUnitOfMeasureCountableUnit =
3334
| 'unknown_countable_unit'

0 commit comments

Comments
 (0)