@bytescale/sdk 3.12.0 → 3.13.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.
|
@@ -59,7 +59,7 @@ export interface BeginAuthSessionParams {
|
|
|
59
59
|
* Service workers can only interact with events raised by pages at the same level or below them, hence why your
|
|
60
60
|
* script must be hosted on your website's domain in the root directory.
|
|
61
61
|
*/
|
|
62
|
-
serviceWorkerScript
|
|
62
|
+
serviceWorkerScript?: string;
|
|
63
63
|
}
|
|
64
64
|
export interface AuthManagerInterface {
|
|
65
65
|
/**
|