@bytescale/sdk
Advanced tools
Comparing version 3.41.0 to 3.42.0
@@ -107,2 +107,6 @@ import { BytescaleApiClientConfig } from "../../public/shared"; | ||
isAuthSessionActive: () => boolean; | ||
/** | ||
* Checks if an authenticated Bytescale API and Bytescale CDN session is active and ready to authenticate HTTP requests. | ||
*/ | ||
isAuthSessionReady: () => boolean; | ||
} |
@@ -17,2 +17,3 @@ import { AuthManagerInterface, BeginAuthSessionParams } from "../../private/model/AuthManagerInterface"; | ||
isAuthSessionActive(): boolean; | ||
isAuthSessionReady(): boolean; | ||
beginAuthSession(params: BeginAuthSessionParams): Promise<void>; | ||
@@ -19,0 +20,0 @@ endAuthSession(): Promise<void>; |
@@ -6,2 +6,3 @@ import { AuthManagerInterface, BeginAuthSessionParams } from "../../private/model/AuthManagerInterface"; | ||
isAuthSessionActive(): boolean; | ||
isAuthSessionReady(): boolean; | ||
} | ||
@@ -8,0 +9,0 @@ /** |
{ | ||
"name": "@bytescale/sdk", | ||
"version": "3.41.0", | ||
"version": "3.42.0", | ||
"description": "Bytescale JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1109304
22895