eh-api-client
Advanced tools
Comparing version 0.24.3 to 0.24.4
@@ -7,4 +7,3 @@ // Type definitions for eh-api-client 0.24.0 | ||
declare module "eh-api-client" { | ||
class Client { | ||
declare class Client { | ||
fork(subUrl): Client; | ||
@@ -22,5 +21,5 @@ request(method): Promise<any>; | ||
prototype: any; | ||
} | ||
} | ||
class APIFactory { | ||
declare class APIFactory { | ||
Client: Client; | ||
@@ -39,5 +38,4 @@ getClientByContext(context: any): Client; | ||
delete(options, body?, cb?): Promise<any>; | ||
} | ||
} | ||
export = APIFactory | ||
} | ||
export = APIFactory |
{ | ||
"name": "eh-api-client", | ||
"version": "0.24.3", | ||
"version": "0.24.4", | ||
"description": "Node.js rest client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
70342
1593