diff --git a/packages/clients/src/api/mongodb/v1alpha1/types.gen.ts b/packages/clients/src/api/mongodb/v1alpha1/types.gen.ts index 796ba7fb0..d92fbbd59 100644 --- a/packages/clients/src/api/mongodb/v1alpha1/types.gen.ts +++ b/packages/clients/src/api/mongodb/v1alpha1/types.gen.ts @@ -48,7 +48,12 @@ export type SnapshotStatus = | 'error' | 'locked' -export type UserRoleRole = 'unknown_role' | 'read' | 'read_write' | 'db_admin' +export type UserRoleRole = + | 'unknown_role' + | 'read' + | 'read_write' + | 'db_admin' + | 'sync' export type VolumeType = 'unknown_type' | 'sbs_5k' | 'sbs_15k'