@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 +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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"],
|