@tivio/sdk-react 3.7.0 → 4.0.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 +36 -0
- package/README.md.bak +36 -0
- package/dist/index.d.ts +190 -300
- package/dist/index.js +1 -1
- package/dist/sdk-react.d.ts +190 -300
- package/package.json +2 -2
- package/doc/changelog.md +0 -0
package/README.md
CHANGED
@@ -6,6 +6,42 @@ settings in the administration of Tivio Studio while having the freedom to build
|
|
6
6
|
|
7
7
|
## Changelog
|
8
8
|
|
9
|
+
* v4.0.0
|
10
|
+
* minor: Types cleanup
|
11
|
+
* MAJOR: Remove deprecated and unused stuff
|
12
|
+
* auth
|
13
|
+
* changePassword
|
14
|
+
* changeUserPhoto
|
15
|
+
* removeUserPhoto
|
16
|
+
* getPurchasedVodsWithInitializedVideos
|
17
|
+
* initializeUser
|
18
|
+
* createFreePurchase
|
19
|
+
* components
|
20
|
+
* VideoAdBanner
|
21
|
+
* getters
|
22
|
+
* getExportedConfig
|
23
|
+
* getChannelById
|
24
|
+
* getSectionById
|
25
|
+
* getWidgetById
|
26
|
+
* hooks
|
27
|
+
* useLastVideoByWidgetId
|
28
|
+
* useScreen
|
29
|
+
* useFreePurchase
|
30
|
+
* useWidget
|
31
|
+
* useChannel
|
32
|
+
* useSection
|
33
|
+
* useVideosInSection
|
34
|
+
* useSectionsInChannel
|
35
|
+
* useChannelsInWidget
|
36
|
+
* subscriptions
|
37
|
+
* subscribeToWidget
|
38
|
+
* subscribeToChannel
|
39
|
+
* subscribeToSection
|
40
|
+
* subscribeToVideosInSection
|
41
|
+
* subscribeToSectionsInChannel
|
42
|
+
* subscribeToChannelsInWidget
|
43
|
+
* subscribeToScreen
|
44
|
+
|
9
45
|
* v3.7.0
|
10
46
|
* minor: purchase contains created and updated
|
11
47
|
|
package/README.md.bak
CHANGED
@@ -6,6 +6,42 @@ settings in the administration of Tivio Studio while having the freedom to build
|
|
6
6
|
|
7
7
|
## Changelog
|
8
8
|
|
9
|
+
* v4.0.0
|
10
|
+
* minor: Types cleanup
|
11
|
+
* MAJOR: Remove deprecated and unused stuff
|
12
|
+
* auth
|
13
|
+
* changePassword
|
14
|
+
* changeUserPhoto
|
15
|
+
* removeUserPhoto
|
16
|
+
* getPurchasedVodsWithInitializedVideos
|
17
|
+
* initializeUser
|
18
|
+
* createFreePurchase
|
19
|
+
* components
|
20
|
+
* VideoAdBanner
|
21
|
+
* getters
|
22
|
+
* getExportedConfig
|
23
|
+
* getChannelById
|
24
|
+
* getSectionById
|
25
|
+
* getWidgetById
|
26
|
+
* hooks
|
27
|
+
* useLastVideoByWidgetId
|
28
|
+
* useScreen
|
29
|
+
* useFreePurchase
|
30
|
+
* useWidget
|
31
|
+
* useChannel
|
32
|
+
* useSection
|
33
|
+
* useVideosInSection
|
34
|
+
* useSectionsInChannel
|
35
|
+
* useChannelsInWidget
|
36
|
+
* subscriptions
|
37
|
+
* subscribeToWidget
|
38
|
+
* subscribeToChannel
|
39
|
+
* subscribeToSection
|
40
|
+
* subscribeToVideosInSection
|
41
|
+
* subscribeToSectionsInChannel
|
42
|
+
* subscribeToChannelsInWidget
|
43
|
+
* subscribeToScreen
|
44
|
+
|
9
45
|
* v3.7.0
|
10
46
|
* minor: purchase contains created and updated
|
11
47
|
|