add Paused and Disabled template statuses
This commit is contained in:
commit
08cb056e3e
@ -733,6 +733,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 TemplateQuality string
|
type TemplateQuality string
|
||||||
|
Loading…
Reference in New Issue
Block a user