@mindly/ui-components 5.46.5 → 5.46.6

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.
@@ -13,12 +13,15 @@ export type SpecialistConsultationPayment = {
13
13
  currency_default: keyof typeof SupportedCurrency;
14
14
  exchange_rate: number;
15
15
  subscription_discount: number;
16
+ promocode_discount: number;
16
17
  subscription_sessions_count: number;
17
18
  subscription_interval_in_month: number;
18
19
  price_default_in_cents: number;
19
20
  price_local_by_exchange_rate_in_cents: number;
20
21
  price_default_discount_in_cents: number;
21
22
  price_local_discount_by_exchange_rate_in_cents: number;
23
+ price_default_promocode_in_cents: number;
24
+ price_local_promocode_by_exchange_rate_in_cents: number;
22
25
  price_default_original_in_cents: number;
23
26
  price_local_original_by_exchange_rate_in_cents: number;
24
27
  commission: number;
package/dist/index.d.ts CHANGED
@@ -1704,12 +1704,15 @@ type SpecialistConsultationPayment = {
1704
1704
  currency_default: keyof typeof SupportedCurrency;
1705
1705
  exchange_rate: number;
1706
1706
  subscription_discount: number;
1707
+ promocode_discount: number;
1707
1708
  subscription_sessions_count: number;
1708
1709
  subscription_interval_in_month: number;
1709
1710
  price_default_in_cents: number;
1710
1711
  price_local_by_exchange_rate_in_cents: number;
1711
1712
  price_default_discount_in_cents: number;
1712
1713
  price_local_discount_by_exchange_rate_in_cents: number;
1714
+ price_default_promocode_in_cents: number;
1715
+ price_local_promocode_by_exchange_rate_in_cents: number;
1713
1716
  price_default_original_in_cents: number;
1714
1717
  price_local_original_by_exchange_rate_in_cents: number;
1715
1718
  commission: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.46.5",
3
+ "version": "5.46.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",