@hectare/platform.clients.customers 1.1.103 → 1.1.104

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.
@@ -22,6 +22,7 @@ export type BasicSearchUserDetail = {
22
22
  push: boolean;
23
23
  onboardingProgress: Array<string> | null;
24
24
  };
25
+ purchases: Array<'insights'>;
25
26
  tokens?: {
26
27
  id?: string;
27
28
  access?: string;
@@ -101,6 +101,7 @@ export type CreateOrganisationResponse = {
101
101
  push: boolean;
102
102
  onboardingProgress: Array<string> | null;
103
103
  };
104
+ purchases: Array<'insights'>;
104
105
  tokens?: {
105
106
  id?: string;
106
107
  access?: string;
@@ -23,6 +23,7 @@ export type PatchUser = {
23
23
  whatsAppNotifications?: boolean | null;
24
24
  smsNotifications?: boolean | null;
25
25
  pushNotifications?: boolean | null;
26
+ purchases?: Array<'insights'>;
26
27
  preferences?: Array<string> | null;
27
28
  preferencesRegionISOs?: Array<string> | null;
28
29
  buyerExFarmPreferences?: Array<{
@@ -22,6 +22,7 @@ export type SearchResultsUserDetailSchema = {
22
22
  push: boolean;
23
23
  onboardingProgress: Array<string> | null;
24
24
  };
25
+ purchases: Array<'insights'>;
25
26
  tokens?: {
26
27
  id?: string;
27
28
  access?: string;
@@ -21,6 +21,7 @@ export type UserDetail = {
21
21
  push: boolean;
22
22
  onboardingProgress: Array<string> | null;
23
23
  };
24
+ purchases: Array<'insights'>;
24
25
  tokens?: {
25
26
  id?: string;
26
27
  access?: string;
@@ -101,6 +101,7 @@ export type UserProfile = {
101
101
  push: boolean;
102
102
  onboardingProgress: Array<string> | null;
103
103
  };
104
+ purchases: Array<'insights'>;
104
105
  tokens?: {
105
106
  id?: string;
106
107
  access?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hectare/platform.clients.customers",
3
- "version": "1.1.103",
3
+ "version": "1.1.104",
4
4
  "main": "index.js",
5
5
  "exported": true,
6
6
  "types": "index.d.ts",