Skip to content

Commit

Permalink
feat(secret_manager): add edge_services product (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Nov 6, 2023
1 parent 97e1175 commit 1220dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clients/src/api/secret/v1alpha1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export type ListSecretsRequestOrderBy =
| 'updated_at_asc'
| 'updated_at_desc'

export type Product = 'unknown'
export type Product = 'unknown' | 'edge_services'

export type SecretEphemeralAction =
| 'unknown_ephemeral_action'
Expand Down

0 comments on commit 1220dc0

Please sign in to comment.