1
0
mirror of synced 2024-11-21 20:46:05 +03:00

add Paused and Disabled template statuses

This commit is contained in:
Pavel 2024-02-14 11:14:33 +03:00 committed by GitHub
commit 08cb056e3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -733,6 +733,8 @@ const (
TemplateStatusPending TemplateVerificationStatus = "pending"
TemplateStatusRejected TemplateVerificationStatus = "rejected"
TemplateStatusNew TemplateVerificationStatus = "new"
TemplateStatusPaused TemplateVerificationStatus = "paused"
TemplateStatusDisabled TemplateVerificationStatus = "disabled"
)
type TemplateQuality string