Skip to content

Commit

Permalink
feat: Expose template.can_disable property
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pitsilos committed May 23, 2024
1 parent 39bb339 commit b56d542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ type Template struct {
Position int `json:"position"`
CanRevert bool `json:"can_revert"`
CanDelete bool `json:"can_delete"`
CanDisable bool `json:"can_disable"`
FromEmailName *string `json:"from_email_name,omitempty"`
ReplyToEmailName *string `json:"reply_to_email_name,omitempty"`
DeliveredByClerk bool `json:"delivered_by_clerk"`
Expand Down

0 comments on commit b56d542

Please sign in to comment.