@getcommunity/gc-validators 0.0.94 → 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.d.cts CHANGED
@@ -90,7 +90,7 @@ declare const LIMIT_UTM_TRACKING_LINK_PAGINATION_MAX_SIZE = 1000;
90
90
  * > const invalidScope: ClientEntityScope = "blog-post:import"; // ❌ Type error!
91
91
  */
92
92
  declare const CLIENT_ENTITY_PERMISSIONS: {
93
- readonly client: readonly ["owner", "manager", "employee", "billing", "access"];
93
+ readonly client: readonly ["admin", "owner", "manager", "billing", "access"];
94
94
  readonly "client-project": readonly ["list", "create", "read", "update", "delete", "assign"];
95
95
  readonly "client-media-platform": readonly ["list", "create", "read", "update", "delete"];
96
96
  readonly "client-content-pillar": readonly ["list", "create", "read", "update", "delete"];
package/dist/index.d.ts CHANGED
@@ -90,7 +90,7 @@ declare const LIMIT_UTM_TRACKING_LINK_PAGINATION_MAX_SIZE = 1000;
90
90
  * > const invalidScope: ClientEntityScope = "blog-post:import"; // ❌ Type error!
91
91
  */
92
92
  declare const CLIENT_ENTITY_PERMISSIONS: {
93
- readonly client: readonly ["owner", "manager", "employee", "billing", "access"];
93
+ readonly client: readonly ["admin", "owner", "manager", "billing", "access"];
94
94
  readonly "client-project": readonly ["list", "create", "read", "update", "delete", "assign"];
95
95
  readonly "client-media-platform": readonly ["list", "create", "read", "update", "delete"];
96
96
  readonly "client-content-pillar": readonly ["list", "create", "read", "update", "delete"];
package/dist/index.js CHANGED
@@ -80,7 +80,7 @@ var LIMIT_UTM_TRACKING_LINK_PAGINATION_MAX_SIZE = 1e3;
80
80
 
81
81
  // src/constants/permission.constants.ts
82
82
  var CLIENT_ENTITY_PERMISSIONS = {
83
- client: ["owner", "manager", "employee", "billing", "access"],
83
+ client: ["admin", "owner", "manager", "billing", "access"],
84
84
  "client-project": ["list", "create", "read", "update", "delete", "assign"],
85
85
  "client-media-platform": ["list", "create", "read", "update", "delete"],
86
86
  "client-content-pillar": ["list", "create", "read", "update", "delete"],