Skip to content

Commit 91c927f

Browse files
authored
feat(secret_manager): add s2s_vpn to product (#2536)
1 parent a69e24b commit 91c927f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages_generated/secret/src/v1beta1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export type ListSecretsRequestOrderBy =
2020
| 'updated_at_asc'
2121
| 'updated_at_desc'
2222

23-
export type Product = 'unknown_product' | 'edge_services'
23+
export type Product = 'unknown_product' | 'edge_services' | 's2s_vpn'
2424

2525
export type SecretStatus = 'unknown_status' | 'ready' | 'locked'
2626

0 commit comments

Comments
 (0)