@mindly/ui-components 7.0.4 → 7.0.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.
@@ -29,7 +29,6 @@ export type SpecialistConsultationPayment = {
29
29
  price_local_commission_by_exchange_rate_in_cents: number;
30
30
  price_default_after_commission_in_cents: number;
31
31
  price_local_after_commission_by_exchange_rate_in_cents: number;
32
- price_local_original_by_specialist_in_cents?: number;
33
32
  };
34
33
  export type SpecialistConsultation = {
35
34
  id: string;
package/dist/index.d.ts CHANGED
@@ -415,7 +415,6 @@ type SpecialistConsultationPayment = {
415
415
  price_local_commission_by_exchange_rate_in_cents: number;
416
416
  price_default_after_commission_in_cents: number;
417
417
  price_local_after_commission_by_exchange_rate_in_cents: number;
418
- price_local_original_by_specialist_in_cents?: number;
419
418
  };
420
419
  type SpecialistConsultation = {
421
420
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "7.0.4",
3
+ "version": "7.0.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",