@tivio/sdk-react 4.2.0 → 4.4.0
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.
- package/README.md +15 -0
- package/README.md.bak +15 -0
- package/dist/index.d.ts +420 -103
- package/dist/index.js +1 -1
- package/dist/sdk-react.d.ts +479 -104
- package/package.json +2 -2
package/README.md
CHANGED
@@ -6,6 +6,21 @@ settings in the administration of Tivio Studio while having the freedom to build
|
|
6
6
|
|
7
7
|
## Changelog
|
8
8
|
|
9
|
+
* v4.4.0
|
10
|
+
* minor: PrimaryButton component props type set to any for now
|
11
|
+
* patch: isPurchasableAsVoucher added to PurchasableMonetization
|
12
|
+
* patch: voucherPurchase flag added to purchase overlays
|
13
|
+
* patch: item added to MonetizationsSelectOverlayData
|
14
|
+
* minor: added hungarian language to `LangCode` enum
|
15
|
+
|
16
|
+
* v4.3.0:
|
17
|
+
* minor: add GetPurchaseInfoResponse and PurchaseEndpointPayload to exported types
|
18
|
+
* minor: support for disabling purchase of specified subscriptions (new param in useOrganizationSubscriptions hook)
|
19
|
+
* minor: more specific PurchasableMonetization type usage instead of Monetization
|
20
|
+
* minor: monetization property deleted from Video type
|
21
|
+
* minor: monetization now has originalPrice and promotion properties available
|
22
|
+
* patch: remove not used OrganizationSubscriptionsContext, **this change requires bundle 3.20.0 or newer**
|
23
|
+
|
9
24
|
* v4.2.0:
|
10
25
|
* minor: fix useSearch loading type
|
11
26
|
* patch: added italian language to `LangCode` enum
|
package/README.md.bak
CHANGED
@@ -6,6 +6,21 @@ settings in the administration of Tivio Studio while having the freedom to build
|
|
6
6
|
|
7
7
|
## Changelog
|
8
8
|
|
9
|
+
* v4.4.0
|
10
|
+
* minor: PrimaryButton component props type set to any for now
|
11
|
+
* patch: isPurchasableAsVoucher added to PurchasableMonetization
|
12
|
+
* patch: voucherPurchase flag added to purchase overlays
|
13
|
+
* patch: item added to MonetizationsSelectOverlayData
|
14
|
+
* minor: added hungarian language to `LangCode` enum
|
15
|
+
|
16
|
+
* v4.3.0:
|
17
|
+
* minor: add GetPurchaseInfoResponse and PurchaseEndpointPayload to exported types
|
18
|
+
* minor: support for disabling purchase of specified subscriptions (new param in useOrganizationSubscriptions hook)
|
19
|
+
* minor: more specific PurchasableMonetization type usage instead of Monetization
|
20
|
+
* minor: monetization property deleted from Video type
|
21
|
+
* minor: monetization now has originalPrice and promotion properties available
|
22
|
+
* patch: remove not used OrganizationSubscriptionsContext, **this change requires bundle 3.20.0 or newer**
|
23
|
+
|
9
24
|
* v4.2.0:
|
10
25
|
* minor: fix useSearch loading type
|
11
26
|
* patch: added italian language to `LangCode` enum
|