Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages_generated/tem/src/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class API extends ParentAPI {
})

/**
* Send an email. You must specify the `region`, the sender and the recipient's information and the `project_id` to send an email from a checked domain. The subject of the email must contain at least 6 characters.
* Send an email. You must specify the `region`, the sender and the recipient's information and the `project_id` to send an email from a checked domain.
*
* @param request - The request {@link CreateEmailRequest}
* @returns A Promise of CreateEmailResponse
Expand Down
2 changes: 0 additions & 2 deletions packages_generated/tem/src/v1alpha1/validation-rules.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const CreateDomainRequest = {
export const CreateEmailRequest = {
subject: {
maxLength: 998,
minLength: 6,
},
}

Expand Down Expand Up @@ -90,7 +89,6 @@ export const ListEmailsRequest = {
},
subject: {
maxLength: 998,
minLength: 6,
},
}

Expand Down