@mindly/ui-components 7.0.10 → 7.0.12

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.
@@ -79,5 +79,6 @@ export type Specialist = {
79
79
  activated_at?: number;
80
80
  matching_by_areas?: string[];
81
81
  matching_by_specialization?: string[];
82
+ matching_by_client_problem?: string[];
82
83
  available_schedule?: Schedule;
83
84
  };
@@ -5,6 +5,7 @@ export type SpecialistOrderType = {
5
5
  match: number;
6
6
  matching_by_areas?: string[];
7
7
  matching_by_specialization?: string[];
8
+ matching_by_client_problem?: string[];
8
9
  };
9
10
  export type UserType = {
10
11
  id?: string | undefined;
@@ -4,4 +4,5 @@ import { Specialist, UserType } from '../types';
4
4
  export declare const getMatchingValues: (specialist: Specialist, user?: UserType, join?: boolean, t?: WithTranslation['t']) => {
5
5
  matchingByAreas: SpecialistAreaByMatch[];
6
6
  matchingBySpecialization: SpecialistAreaByMatch[];
7
+ matchingByClientProblem: SpecialistAreaByMatch[];
7
8
  };
package/dist/index.d.ts CHANGED
@@ -970,6 +970,7 @@ type SpecialistOrderType = {
970
970
  match: number;
971
971
  matching_by_areas?: string[];
972
972
  matching_by_specialization?: string[];
973
+ matching_by_client_problem?: string[];
973
974
  };
974
975
  type UserType = {
975
976
  id?: string | undefined;
@@ -1079,6 +1080,7 @@ type Specialist = {
1079
1080
  activated_at?: number;
1080
1081
  matching_by_areas?: string[];
1081
1082
  matching_by_specialization?: string[];
1083
+ matching_by_client_problem?: string[];
1082
1084
  available_schedule?: Schedule;
1083
1085
  };
1084
1086
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "7.0.10",
3
+ "version": "7.0.12",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",