@tivio/sdk-react 9.7.0 → 9.7.1
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/dist/index.d.ts +8 -2
- package/dist/index.js +1 -1
- package/dist/sdk-react.d.ts +8 -2
- package/package.json +2 -2
package/dist/sdk-react.d.ts
CHANGED
@@ -1927,7 +1927,8 @@ export declare enum ForbiddenReason {
|
|
1927
1927
|
NAME_CONTAINS_INVALID_CHAR = "NAME_CONTAINS_INVALID_CHAR",
|
1928
1928
|
USER_ACCOUNT_LOCKED = "USER_ACCOUNT_LOCKED",
|
1929
1929
|
USER_NOT_FOUND = "USER_NOT_FOUND",
|
1930
|
-
UNSUPPORTED_BROWSER = "UNSUPPORTED_BROWSER"
|
1930
|
+
UNSUPPORTED_BROWSER = "UNSUPPORTED_BROWSER",
|
1931
|
+
ANONYMOUS_USER = "ANONYMOUS_USER"
|
1931
1932
|
}
|
1932
1933
|
|
1933
1934
|
/**
|
@@ -5917,7 +5918,7 @@ export declare interface StartLiveStreamResponse {
|
|
5917
5918
|
error?: string;
|
5918
5919
|
}
|
5919
5920
|
|
5920
|
-
export declare type StaticAdsBreak = StaticAdsBreakPostrollPreroll | StaticAdsBreakMidroll;
|
5921
|
+
export declare type StaticAdsBreak = StaticAdsBreakPostrollPreroll | StaticAdsBreakMidroll | StaticAdsBreakReplacement;
|
5921
5922
|
|
5922
5923
|
export declare interface StaticAdsBreakMidroll {
|
5923
5924
|
type: 'midroll';
|
@@ -5930,6 +5931,11 @@ declare interface StaticAdsBreakPostrollPreroll {
|
|
5930
5931
|
url: string;
|
5931
5932
|
}
|
5932
5933
|
|
5934
|
+
export declare interface StaticAdsBreakReplacement {
|
5935
|
+
type: 'replacement';
|
5936
|
+
url: string;
|
5937
|
+
}
|
5938
|
+
|
5933
5939
|
/**
|
5934
5940
|
* @public
|
5935
5941
|
*/
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tivio/sdk-react",
|
3
|
-
"version": "9.7.
|
3
|
+
"version": "9.7.1",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"typings": "dist/index.d.ts",
|
6
6
|
"source": "src/index.ts",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"@material-ui/core": "^4.11.2",
|
39
39
|
"@material-ui/icons": "^4.11.2",
|
40
40
|
"@sentry/browser": "^6.1.0",
|
41
|
-
"@tivio/common": "1.1.
|
41
|
+
"@tivio/common": "1.1.140",
|
42
42
|
"dayjs": "^1.11.0",
|
43
43
|
"es7-object-polyfill": "^1.0.1",
|
44
44
|
"firebase": "8.10.1",
|