Skip to content

Commit

Permalink
Update lexicons fetched from c7e6ef0 committed 2024-03-05T19:27:25Z (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX authored Mar 5, 2024
1 parent 8b76f5d commit 4929b5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lexicons/com.atproto.admin.defs.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,10 @@
"type": "string",
"description": "The subject line of the email sent to the user."
},
"content": {
"type": "string",
"description": "The content of the email sent to the user."
},
"comment": {
"type": "string",
"description": "Additional comment about the outgoing comm."
Expand Down
1 change: 1 addition & 0 deletions packages/atproto_client/models/com/atproto/admin/defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ class ModEventEmail(base.ModelBase):

subject_line: str #: The subject line of the email sent to the user.
comment: t.Optional[str] = None #: Additional comment about the outgoing comm.
content: t.Optional[str] = None #: The content of the email sent to the user.

py_type: te.Literal['com.atproto.admin.defs#modEventEmail'] = Field(
default='com.atproto.admin.defs#modEventEmail', alias='$type', frozen=True
Expand Down

0 comments on commit 4929b5d

Please sign in to comment.