Skip to content

Commit 882af38

Browse files
committed
feat: update generated APIs
1 parent 8ce2450 commit 882af38

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,12 @@ export type SnapshotStatus =
4848
| 'error'
4949
| 'locked'
5050

51-
export type UserRoleRole = 'unknown_role' | 'read' | 'read_write' | 'db_admin'
51+
export type UserRoleRole =
52+
| 'unknown_role'
53+
| 'read'
54+
| 'read_write'
55+
| 'db_admin'
56+
| 'sync'
5257

5358
export type VolumeType = 'unknown_type' | 'sbs_5k' | 'sbs_15k'
5459

packages/clients/src/api/secret/v1beta1/index.gen.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ export type {
3636
ListTagsResponse,
3737
Product,
3838
ProtectSecretRequest,
39-
RestoreSecretRequest,
40-
RestoreSecretVersionRequest,
4139
SSHKey,
4240
Secret,
4341
SecretStatus,

0 commit comments

Comments
 (0)