Added Paused and Disabled template statuses
This commit is contained in:
parent
70a0132f22
commit
31db9ce951
@ -732,6 +732,8 @@ const (
|
||||
TemplateStatusPending TemplateVerificationStatus = "pending"
|
||||
TemplateStatusRejected TemplateVerificationStatus = "rejected"
|
||||
TemplateStatusNew TemplateVerificationStatus = "new"
|
||||
TemplateStatusPaused TemplateVerificationStatus = "paused"
|
||||
TemplateStatusDisabled TemplateVerificationStatus = "disabled"
|
||||
)
|
||||
|
||||
type TemplateRejectionReason string
|
||||
|
Loading…
Reference in New Issue
Block a user