@wix/sdk-types
Advanced tools
Comparing version 1.9.1 to 1.9.2
@@ -20,3 +20,4 @@ type HostModule<T, H extends Host> = { | ||
request<TResponse, TData = any>(req: RequestOptionsFactory<TResponse, TData>): Promise<HttpResponse<TResponse>>; | ||
fetchWithAuth: (url: string | URL, init?: RequestInit) => Promise<Response>; | ||
fetchWithAuth: typeof fetch; | ||
wixAPIFetch: (relativeUrl: string, options: RequestInit) => Promise<Response>; | ||
} | ||
@@ -23,0 +24,0 @@ type RequestOptionsFactory<TResponse = any, TData = any> = (context: any) => RequestOptions<TResponse, TData>; |
{ | ||
"name": "@wix/sdk-types", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"license": "UNLICENSED", | ||
@@ -61,3 +61,3 @@ "author": { | ||
}, | ||
"falconPackageHash": "465a0202b573e8cf487e8525627eb258580b23924ef203c346d78f0a" | ||
"falconPackageHash": "1503a311db02c1ee82ffe6effcdaa42861a2a605a9a214b4bb67d7ad" | ||
} |
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
33093
448