Skip to content

Commit 29ffba8

Browse files
authored
fix(sm): rename certificate type to be more generic (#776)
1 parent 4f4db14 commit 29ffba8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ export type Product = 'unknown'
1414

1515
export type SecretStatus = 'ready' | 'locked'
1616

17-
export type SecretType =
18-
| 'unknown_secret_type'
19-
| 'opaque'
20-
| 'network_edge_certificate'
17+
export type SecretType = 'unknown_secret_type' | 'opaque' | 'certificate'
2118

2219
export type SecretVersionStatus =
2320
| 'unknown'

0 commit comments

Comments
 (0)