rework change tag type for all entity

This commit is contained in:
Pavel 2024-04-29 17:03:48 +03:00
parent dea1519ce2
commit c5336475b2

@ -121,10 +121,10 @@ type Field struct {
type EntityType string
const (
LeadsTags EntityType = "leads"
ContactsTags EntityType = "contacts"
CompaniesTags EntityType = "companies"
CustomersTags EntityType = "customers"
LeadsType EntityType = "leads"
ContactsType EntityType = "contacts"
CompaniesType EntityType = "companies"
CustomersType EntityType = "customers"
)
type Rule struct {