Skip to content

Commit 2920308

Browse files
authored
fix(tem): adjust type of content field in CreateEmailRequestAttachment (#373)
1 parent 13359b9 commit 2920308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clients/src/api/tem/v1alpha1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface CreateEmailRequestAttachment {
3939
*/
4040
type: string
4141
/** Content of the attachment, encoded in base64 */
42-
content: Array<number>
42+
content: string
4343
}
4444

4545
/** Create email response */

0 commit comments

Comments
 (0)