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