@evergis/api
Advanced tools
Comparing version 0.1.30 to 0.1.31
@@ -0,1 +1,2 @@ | ||
import { HTTPError } from '../__generated__/HttpClient'; | ||
export declare enum ErrorReason { | ||
@@ -25,2 +26,2 @@ /** When request has status code less than 400 */ | ||
export declare const isHandledError: (e: any) => e is HandledError<Error>; | ||
export declare const isHTTPError: (e: any) => e is HandledHTTPError<Error>; | ||
export declare const isHTTPError: (e: any) => e is HandledHTTPError<HTTPError>; |
{ | ||
"name": "@evergis/api", | ||
"version": "0.1.30", | ||
"version": "0.1.31", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "author": "everpoint", |
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
236621
5099