UNPKG

semanticpen

Version:

AI Article Writer & SEO Blog Generator SDK - Professional TypeScript/JavaScript library for automated content creation, AI-powered article generation, and SEO blog writing with SemanticPen

21 lines 950 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrorType = exports.ArticleStatusEnum = void 0; var ArticleStatusEnum; (function (ArticleStatusEnum) { ArticleStatusEnum["QUEUED"] = "queued"; ArticleStatusEnum["PROCESSING"] = "processing"; ArticleStatusEnum["FINISHED"] = "finished"; ArticleStatusEnum["FAILED"] = "failed"; })(ArticleStatusEnum || (exports.ArticleStatusEnum = ArticleStatusEnum = {})); var ErrorType; (function (ErrorType) { ErrorType["AUTHENTICATION_ERROR"] = "AUTHENTICATION_ERROR"; ErrorType["VALIDATION_ERROR"] = "VALIDATION_ERROR"; ErrorType["RATE_LIMIT_ERROR"] = "RATE_LIMIT_ERROR"; ErrorType["NETWORK_ERROR"] = "NETWORK_ERROR"; ErrorType["API_ERROR"] = "API_ERROR"; ErrorType["TIMEOUT_ERROR"] = "TIMEOUT_ERROR"; ErrorType["UNKNOWN_ERROR"] = "UNKNOWN_ERROR"; })(ErrorType || (exports.ErrorType = ErrorType = {})); //# sourceMappingURL=index.js.map