@soundify/shared
Advanced tools
Comparing version 0.1.3-beta.1 to 0.1.4-beta.0
@@ -1,2 +0,1 @@ | ||
export * from "./auth_provider.js"; | ||
/** | ||
@@ -3,0 +2,0 @@ * Creates a query string from the object and skips `undefined`. |
@@ -5,3 +5,3 @@ { | ||
"name": "@soundify/shared", | ||
"version": "0.1.3-beta.1", | ||
"version": "0.1.4-beta.0", | ||
"description": "⚙️ Shared types and functions for soundify packages", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
@@ -1,2 +0,8 @@ | ||
export * from "./auth_provider.js"; | ||
/** | ||
* The interface used to provide access token with the ability to refresh it | ||
*/ | ||
export interface IAuthProvider { | ||
refresher(): Promise<string>; | ||
token?: string; | ||
} | ||
export type SearchParam = string | number | boolean | SearchParamArray; | ||
@@ -3,0 +9,0 @@ export type SearchParamArray = SearchParam[]; |
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
3153
6
27