@hectare/platform.clients.customers 1.1.115 → 1.1.116

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.
@@ -1,6 +1,6 @@
1
1
  export type UserAccess = {
2
2
  administrator: boolean;
3
- menu: boolean;
3
+ setup: boolean;
4
4
  system: Record<string, {
5
5
  read?: boolean;
6
6
  write?: boolean;
@@ -167,7 +167,7 @@ export type UserProfile = {
167
167
  };
168
168
  access: {
169
169
  administrator: boolean;
170
- menu: boolean;
170
+ setup: boolean;
171
171
  system: Record<string, {
172
172
  read?: boolean;
173
173
  write?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.customers",
3
- "version": "1.1.115",
3
+ "version": "1.1.116",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",