1
0
Fork 0
mirror of synced 2025-04-11 21:10:58 +00: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