@getcommunity/gc-validators 0.0.93 → 0.0.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -102,6 +102,7 @@ var LIMIT_UTM_TRACKING_LINK_PAGINATION_MAX_SIZE = 1e3;
102
102
 
103
103
  // src/constants/permission.constants.ts
104
104
  var CLIENT_ENTITY_PERMISSIONS = {
105
+ client: ["admin", "owner", "manager", "billing", "access"],
105
106
  "client-project": ["list", "create", "read", "update", "delete", "assign"],
106
107
  "client-media-platform": ["list", "create", "read", "update", "delete"],
107
108
  "client-content-pillar": ["list", "create", "read", "update", "delete"],