@wix/sdk-types
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -19,3 +19,3 @@ type HostModule<T, H extends Host> = { | ||
interface HttpClient { | ||
request<T>(req: RequestOptionsFactory): Promise<HttpResponse<T>>; | ||
request<T>(req: RequestOptionsFactory<T>): Promise<HttpResponse<T>>; | ||
} | ||
@@ -54,2 +54,2 @@ type RequestOptionsFactory<T = any> = (context: any) => RequestOptions<T>; | ||
export { APIMetadata, AuthenticationStrategy, BoundAuthenticationStrategy, BuildRESTFunction, Host, HostModule, HostModuleAPI, HttpClient, HttpResponse, RESTFunctionDescriptor, RequestOptions, RequestOptionsFactory }; | ||
export type { APIMetadata, AuthenticationStrategy, BoundAuthenticationStrategy, BuildRESTFunction, Host, HostModule, HostModuleAPI, HttpClient, HttpResponse, RESTFunctionDescriptor, RequestOptions, RequestOptionsFactory }; |
{ | ||
"name": "@wix/sdk-types", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"license": "UNLICENSED", | ||
@@ -31,7 +31,7 @@ "author": { | ||
"devDependencies": { | ||
"@types/node": "^16.18.58", | ||
"@types/node": "^20.10.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-sdk": "0.0.0", | ||
"tsup": "^7.2.0", | ||
"typescript": "~4.9.5" | ||
"tsup": "^7.3.0", | ||
"typescript": "^5.3.2" | ||
}, | ||
@@ -61,3 +61,3 @@ "yoshiFlowLibrary": { | ||
}, | ||
"falconPackageHash": "f3f90ccd6aba6ca46b26f099be213698c7a84cc4f72aff7806a12ac0" | ||
"falconPackageHash": "dc7a23cf9438bfbbcb58bb7f92eaf9275a78f18498ecc02ef185f002" | ||
} |
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
5614