@bytescale/sdk
Advanced tools
Comparing version 3.0.0-alpha.19 to 3.0.0-alpha.20
import { BytescaleApiClientConfig } from "../../public/shared"; | ||
export interface BeginAuthSessionParams extends Pick<BytescaleApiClientConfig, "fetchApi" | "cdnUrl" | "apiKey"> { | ||
export interface BeginAuthSessionParams extends Pick<BytescaleApiClientConfig, "fetchApi" | "cdnUrl"> { | ||
accountId: string; | ||
/** | ||
@@ -4,0 +5,0 @@ * Headers to send to your backend API. |
{ | ||
"name": "@bytescale/sdk", | ||
"version": "3.0.0-alpha.19", | ||
"version": "3.0.0-alpha.20", | ||
"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
853656