Skip to content

Commit 495e94f

Browse files
feat(tem): add max subject len in email creation (#2227)
Co-authored-by: Jonathan R. <[email protected]>
1 parent 6292c4a commit 495e94f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const CreateDomainRequest = {
1616

1717
export const CreateEmailRequest = {
1818
subject: {
19+
maxLength: 998,
1920
minLength: 6,
2021
},
2122
}
@@ -88,6 +89,7 @@ export const ListEmailsRequest = {
8889
minLength: 3,
8990
},
9091
subject: {
92+
maxLength: 998,
9193
minLength: 6,
9294
},
9395
}

0 commit comments

Comments
 (0)