Skip to content

Commit 3318754

Browse files
committed
feat: update generated APIs
1 parent 966ed42 commit 3318754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ export type CreateUserRequest = {
311311
/** Name of the database user. */
312312
name: string
313313
/** Password of the database user. */
314-
password?: string
314+
password: string
315315
}
316316

317317
export type DeleteInstanceRequest = {

0 commit comments

Comments
 (0)