Skip to content

Commit 1220dc0

Browse files
authored
feat(secret_manager): add edge_services product (#976)
1 parent 97e1175 commit 1220dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clients/src/api/secret/v1alpha1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export type ListSecretsRequestOrderBy =
1616
| 'updated_at_asc'
1717
| 'updated_at_desc'
1818

19-
export type Product = 'unknown'
19+
export type Product = 'unknown' | 'edge_services'
2020

2121
export type SecretEphemeralAction =
2222
| 'unknown_ephemeral_action'

0 commit comments

Comments
 (0)