@grapadigital/shared-app-modules 0.0.84 → 0.0.86

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/action.d.ts CHANGED
@@ -69,7 +69,7 @@ declare interface ClientInterface extends UserInterface {
69
69
  agencyCommission?: AgencyCommission[];
70
70
  hasAgencyCommission?: boolean;
71
71
  type?: "agency" | "brand";
72
- niches: Niche[];
72
+ niches?: Niche[];
73
73
  }
74
74
 
75
75
  declare interface ClusterInterface {
package/dist/client.d.ts CHANGED
@@ -10,7 +10,7 @@ export declare interface ClientInterface extends UserInterface {
10
10
  agencyCommission?: AgencyCommission[];
11
11
  hasAgencyCommission?: boolean;
12
12
  type?: "agency" | "brand";
13
- niches: Niche[];
13
+ niches?: Niche[];
14
14
  }
15
15
 
16
16
  export declare interface ClusterInterface {
@@ -95,7 +95,7 @@ declare interface ClientInterface extends UserInterface {
95
95
  agencyCommission?: AgencyCommission[];
96
96
  hasAgencyCommission?: boolean;
97
97
  type?: "agency" | "brand";
98
- niches: Niche[];
98
+ niches?: Niche[];
99
99
  }
100
100
 
101
101
  export declare const ClientSelectInput: default_2.ForwardRefExoticComponent<Omit<ClientSelectInputProps, "ref"> & default_2.RefAttributes<HTMLInputElement>>;
package/dist/content.d.ts CHANGED
@@ -69,7 +69,7 @@ declare interface ClientInterface extends UserInterface {
69
69
  agencyCommission?: AgencyCommission[];
70
70
  hasAgencyCommission?: boolean;
71
71
  type?: "agency" | "brand";
72
- niches: Niche[];
72
+ niches?: Niche[];
73
73
  }
74
74
 
75
75
  declare interface ClusterInterface {
@@ -15,7 +15,7 @@ declare interface ClientInterface extends UserInterface {
15
15
  agencyCommission?: AgencyCommission[];
16
16
  hasAgencyCommission?: boolean;
17
17
  type?: "agency" | "brand";
18
- niches: Niche[];
18
+ niches?: Niche[];
19
19
  }
20
20
 
21
21
  declare interface ClusterInterface {
package/dist/invoice.d.ts CHANGED
@@ -69,7 +69,7 @@ declare interface ClientInterface extends UserInterface {
69
69
  agencyCommission?: AgencyCommission[];
70
70
  hasAgencyCommission?: boolean;
71
71
  type?: "agency" | "brand";
72
- niches: Niche[];
72
+ niches?: Niche[];
73
73
  }
74
74
 
75
75
  declare interface ClusterInterface {
package/dist/payment.d.ts CHANGED
@@ -69,7 +69,7 @@ declare interface ClientInterface extends UserInterface {
69
69
  agencyCommission?: AgencyCommission[];
70
70
  hasAgencyCommission?: boolean;
71
71
  type?: "agency" | "brand";
72
- niches: Niche[];
72
+ niches?: Niche[];
73
73
  }
74
74
 
75
75
  declare interface ClusterInterface {
@@ -69,7 +69,7 @@ declare interface ClientInterface extends UserInterface {
69
69
  agencyCommission?: AgencyCommission[];
70
70
  hasAgencyCommission?: boolean;
71
71
  type?: "agency" | "brand";
72
- niches: Niche[];
72
+ niches?: Niche[];
73
73
  }
74
74
 
75
75
  declare interface ClusterInterface {
package/dist/sale.d.ts CHANGED
@@ -69,7 +69,7 @@ declare interface ClientInterface extends UserInterface {
69
69
  agencyCommission?: AgencyCommission[];
70
70
  hasAgencyCommission?: boolean;
71
71
  type?: "agency" | "brand";
72
- niches: Niche[];
72
+ niches?: Niche[];
73
73
  }
74
74
 
75
75
  declare interface ClusterInterface {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@grapadigital/shared-app-modules",
3
3
  "private": false,
4
- "version": "0.0.84",
4
+ "version": "0.0.86",
5
5
  "files": [
6
6
  "dist"
7
7
  ],