@centure/node-sdk
Version:
A Typescript SDK for interacting with Centure's API
4 lines • 452 B
TypeScript
export { CentureClient, CentureOptions } from "./client";
export { ApiErrorResponse, ConfidenceLevel, DetectedCategory, HttpStatus, RiskCategory, ScanImageRequest, ScanOptions, ScanResponse, ScanTextRequest, ServiceTier, ThreatCategory, } from "./types";
export { BadRequestError, CentureApiError, InternalServerError, MissingApiKeyError, PayloadTooLargeError, ScanOptionsError, UnauthorizedError, } from "./errors";
//# sourceMappingURL=index.d.ts.map