Skip to content

Commit 73b4dcc

Browse files
feat(mongodb): add sync role (#1889)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 5034990 commit 73b4dcc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
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

0 commit comments

Comments
 (0)