@mindly/ui-components 3.22.3 → 3.22.5

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.
@@ -5,7 +5,6 @@ declare type SpecialistInfoModalProps = {
5
5
  name: string;
6
6
  avatar?: string;
7
7
  sessions: number;
8
- unused_balance?: number;
9
8
  onMessage?: (id: string) => void;
10
9
  onBuy?: (id: string) => void;
11
10
  onProfile?: (id: string) => void;
package/dist/index.d.ts CHANGED
@@ -773,7 +773,6 @@ declare type SpecialistInfoModalProps = {
773
773
  name: string;
774
774
  avatar?: string;
775
775
  sessions: number;
776
- unused_balance?: number;
777
776
  onMessage?: (id: string) => void;
778
777
  onBuy?: (id: string) => void;
779
778
  onProfile?: (id: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.22.3",
3
+ "version": "3.22.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",