diff --git a/packages_generated/tem/src/v1alpha1/api.gen.ts b/packages_generated/tem/src/v1alpha1/api.gen.ts index 45d1cde3e..4ea7c7cb7 100644 --- a/packages_generated/tem/src/v1alpha1/api.gen.ts +++ b/packages_generated/tem/src/v1alpha1/api.gen.ts @@ -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 diff --git a/packages_generated/tem/src/v1alpha1/validation-rules.gen.ts b/packages_generated/tem/src/v1alpha1/validation-rules.gen.ts index 56b0e6b09..716bbb2a1 100644 --- a/packages_generated/tem/src/v1alpha1/validation-rules.gen.ts +++ b/packages_generated/tem/src/v1alpha1/validation-rules.gen.ts @@ -17,7 +17,6 @@ export const CreateDomainRequest = { export const CreateEmailRequest = { subject: { maxLength: 998, - minLength: 6, }, } @@ -90,7 +89,6 @@ export const ListEmailsRequest = { }, subject: { maxLength: 998, - minLength: 6, }, }