Skip to content

Commit 3108828

Browse files
authored
feat: change bytes to str (#15)
1 parent ee552ea commit 3108828

File tree

2 files changed

+2
-2
lines changed
  • scaleway-async/scaleway_async/tem/v1alpha1
  • scaleway/scaleway/tem/v1alpha1

2 files changed

+2
-2
lines changed

scaleway-async/scaleway_async/tem/v1alpha1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class CreateEmailRequestAttachment:
8080
MIME type of the attachment (Currently only allow, text files, pdf and html files)
8181
"""
8282

83-
content: bytes
83+
content: str
8484
"""
8585
Content of the attachment, encoded in base64
8686
"""

scaleway/scaleway/tem/v1alpha1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class CreateEmailRequestAttachment:
8080
MIME type of the attachment (Currently only allow, text files, pdf and html files)
8181
"""
8282

83-
content: bytes
83+
content: str
8484
"""
8585
Content of the attachment, encoded in base64
8686
"""

0 commit comments

Comments
 (0)