We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed5ef2 commit 82f9381Copy full SHA for 82f9381
packages/clients/src/api/iam/v1alpha1/marshalling.gen.ts
@@ -752,7 +752,6 @@ export const marshalUpdateUserPasswordRequest = (
752
defaults: DefaultValues,
753
): Record<string, unknown> => ({
754
password: request.password,
755
- send_email: request.sendEmail,
756
})
757
758
export const marshalUpdateUserRequest = (
packages/clients/src/api/iam/v1alpha1/types.gen.ts
@@ -1141,11 +1141,6 @@ export type UpdateUserPasswordRequest = {
1141
userId: string
1142
/** The new password. */
1143
password: string
1144
- /**
1145
- * Whether or not to send an email alerting the user their password has
1146
- * changed.
1147
- */
1148
- sendEmail: boolean
1149
}
1150
1151
export type UpdateUserRequest = {
0 commit comments