Skip to content

Commit 4ae5b05

Browse files
feat(tem): remove the subject 6 char limitation (#2580)
Co-authored-by: Jonathan R. <[email protected]>
1 parent 9118768 commit 4ae5b05

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages_generated/tem/src/v1alpha1/api.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export class API extends ParentAPI {
109109
})
110110

111111
/**
112-
* 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.
112+
* 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.
113113
*
114114
* @param request - The request {@link CreateEmailRequest}
115115
* @returns A Promise of CreateEmailResponse

packages_generated/tem/src/v1alpha1/validation-rules.gen.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const CreateDomainRequest = {
1717
export const CreateEmailRequest = {
1818
subject: {
1919
maxLength: 998,
20-
minLength: 6,
2120
},
2221
}
2322

@@ -90,7 +89,6 @@ export const ListEmailsRequest = {
9089
},
9190
subject: {
9291
maxLength: 998,
93-
minLength: 6,
9492
},
9593
}
9694

0 commit comments

Comments
 (0)