@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 +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/components.d.ts +1 -1
- package/dist/content.d.ts +1 -1
- package/dist/curation.d.ts +1 -1
- package/dist/invoice.d.ts +1 -1
- package/dist/payment.d.ts +1 -1
- package/dist/recruitment.d.ts +1 -1
- package/dist/sale.d.ts +1 -1
- package/package.json +1 -1
package/dist/action.d.ts
CHANGED
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
|
|
13
|
+
niches?: Niche[];
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
export declare interface ClusterInterface {
|
package/dist/components.d.ts
CHANGED
|
@@ -95,7 +95,7 @@ declare interface ClientInterface extends UserInterface {
|
|
|
95
95
|
agencyCommission?: AgencyCommission[];
|
|
96
96
|
hasAgencyCommission?: boolean;
|
|
97
97
|
type?: "agency" | "brand";
|
|
98
|
-
niches
|
|
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
package/dist/curation.d.ts
CHANGED
package/dist/invoice.d.ts
CHANGED
package/dist/payment.d.ts
CHANGED
package/dist/recruitment.d.ts
CHANGED
package/dist/sale.d.ts
CHANGED