@hectare/platform.clients.customers 1.1.96 → 1.1.98

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.
@@ -5,6 +5,7 @@ export type RegisterSchema = {
5
5
  phone: string | null;
6
6
  businessName: string;
7
7
  referralCode?: string;
8
+ farmSoftware?: string;
8
9
  modules: Array<string>;
9
10
  signupPurpose: Array<number>;
10
11
  };
@@ -13,8 +13,4 @@ export type UserAccess = {
13
13
  read?: boolean;
14
14
  write?: boolean;
15
15
  }>;
16
- logistics: Record<string, {
17
- read?: boolean;
18
- write?: boolean;
19
- }>;
20
16
  };
@@ -176,10 +176,6 @@ export type UserProfile = {
176
176
  read?: boolean;
177
177
  write?: boolean;
178
178
  }>;
179
- logistics: Record<string, {
180
- read?: boolean;
181
- write?: boolean;
182
- }>;
183
179
  };
184
180
  tokens?: {
185
181
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.customers",
3
- "version": "1.1.96",
3
+ "version": "1.1.98",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",