Skip to content

Commit ec795da

Browse files
committed
feat: update generated APIs
1 parent 549c4e0 commit ec795da

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/clients/src/api/iam/v1alpha1/marshalling.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ const marshalCreateUserRequestMember = (
589589
email: request.email,
590590
password: request.password,
591591
send_password_email: request.sendPasswordEmail,
592+
send_welcome_email: request.sendWelcomeEmail,
592593
username: request.username,
593594
})
594595

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ export interface CreateUserRequestMember {
134134
email: string
135135
/** Whether or not to send an email containing the member's password. */
136136
sendPasswordEmail: boolean
137+
/**
138+
* Whether or not to send a welcome email that includes onboarding
139+
* information.
140+
*/
141+
sendWelcomeEmail: boolean
137142
/** The member's username. */
138143
username: string
139144
/** The member's password. */

0 commit comments

Comments
 (0)