Skip to content

Commit 2625e76

Browse files
authored
feat(product_catalog): update product status list (scaleway#2626)
1 parent 59229f6 commit 2625e76

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ export type ListPublicCatalogProductsRequestStatus =
1919
| 'public_beta'
2020
| 'preview'
2121
| 'general_availability'
22+
| 'end_of_new_features'
23+
| 'end_of_growth'
2224
| 'end_of_deployment'
2325
| 'end_of_support'
2426
| 'end_of_sale'
@@ -49,6 +51,8 @@ export type PublicCatalogProductStatus =
4951
| 'public_beta'
5052
| 'preview'
5153
| 'general_availability'
54+
| 'end_of_new_features'
55+
| 'end_of_growth'
5256
| 'end_of_deployment'
5357
| 'end_of_support'
5458
| 'end_of_sale'
@@ -536,7 +540,7 @@ export type PublicCatalogApiListPublicCatalogProductsRequest = {
536540
*/
537541
datacenter?: string
538542
/**
539-
* The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned.
543+
* The lists of filtered product status, if empty only products with status public_beta, general_availability, preview, end_of_new_features, end_of_growth, end_of_deployment, end_of_support, end_of_sale, end_of_life or retired will be returned.
540544
*/
541545
status?: ListPublicCatalogProductsRequestStatus[]
542546
}

0 commit comments

Comments
 (0)