@mindly/ui-components 7.2.1 → 7.2.3
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.
|
@@ -24,7 +24,6 @@ export type UserType = {
|
|
|
24
24
|
onBoardingAnswers?: {
|
|
25
25
|
[key: string]: string[];
|
|
26
26
|
};
|
|
27
|
-
specialist_order?: SpecialistOrderType[] | null;
|
|
28
27
|
onboarding_key?: string | null;
|
|
29
28
|
/**
|
|
30
29
|
* Date of birth in format 'dd.mm.yyyy'
|
|
@@ -36,4 +35,8 @@ export type UserType = {
|
|
|
36
35
|
global_personal_price_currency?: SupportedCurrency;
|
|
37
36
|
possible_price_filters?: number[];
|
|
38
37
|
balance?: number;
|
|
38
|
+
/**
|
|
39
|
+
* @deprecated Do not use this field, use filters instead
|
|
40
|
+
*/
|
|
41
|
+
specialist_order?: SpecialistOrderType[] | null;
|
|
39
42
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1087,7 +1087,6 @@ type UserType = {
|
|
|
1087
1087
|
onBoardingAnswers?: {
|
|
1088
1088
|
[key: string]: string[];
|
|
1089
1089
|
};
|
|
1090
|
-
specialist_order?: SpecialistOrderType[] | null;
|
|
1091
1090
|
onboarding_key?: string | null;
|
|
1092
1091
|
/**
|
|
1093
1092
|
* Date of birth in format 'dd.mm.yyyy'
|
|
@@ -1099,6 +1098,10 @@ type UserType = {
|
|
|
1099
1098
|
global_personal_price_currency?: SupportedCurrency;
|
|
1100
1099
|
possible_price_filters?: number[];
|
|
1101
1100
|
balance?: number;
|
|
1101
|
+
/**
|
|
1102
|
+
* @deprecated Do not use this field, use filters instead
|
|
1103
|
+
*/
|
|
1104
|
+
specialist_order?: SpecialistOrderType[] | null;
|
|
1102
1105
|
};
|
|
1103
1106
|
|
|
1104
1107
|
type SpecialistEducation = {
|