@bytescale/sdk
Advanced tools
Comparing version 3.0.0-alpha.20 to 3.0.0-alpha.21
import { BytescaleApiClientConfig } from "../../public/shared"; | ||
export interface BeginAuthSessionParams extends Pick<BytescaleApiClientConfig, "fetchApi" | "cdnUrl"> { | ||
export interface BeginAuthSessionParams { | ||
/** | ||
* The account ID to authorize requests for. | ||
*/ | ||
accountId: string; | ||
@@ -14,2 +17,6 @@ /** | ||
authUrl: string; | ||
/** | ||
* Optional configuration. | ||
*/ | ||
options?: Pick<BytescaleApiClientConfig, "fetchApi" | "cdnUrl">; | ||
} | ||
@@ -16,0 +23,0 @@ export interface AuthManagerInterface { |
{ | ||
"name": "@bytescale/sdk", | ||
"version": "3.0.0-alpha.20", | ||
"version": "3.0.0-alpha.21", | ||
"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
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
854041
18365