File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
packages/clients/src/api/tem/v1alpha1 Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ export class TemV1Alpha1GenAPI extends API {
115115 [ 'domain_id' , request . domainId ] ,
116116 [ 'mail_from' , request . mailFrom ] ,
117117 [ 'mail_to' , request . mailTo ] ,
118+ [ 'message_id' , request . messageId ] ,
118119 [ 'page' , request . page ] ,
119120 [
120121 'page_size' ,
Original file line number Diff line number Diff line change @@ -217,6 +217,8 @@ export type ListEmailsRequest = {
217217 projectId ?: string
218218 /** Optional ID of the domain for which to list the emails */
219219 domainId ?: string
220+ /** Optional ID of the message for which to list the emails */
221+ messageId ?: string
220222 /** Optional, list emails created after this date */
221223 since ?: Date
222224 /** Optional, list emails created before this date */
You can’t perform that action at this time.
0 commit comments