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

18 lines 783 B
export var ArticleStatusEnum; (function (ArticleStatusEnum) { ArticleStatusEnum["QUEUED"] = "queued"; ArticleStatusEnum["PROCESSING"] = "processing"; ArticleStatusEnum["FINISHED"] = "finished"; ArticleStatusEnum["FAILED"] = "failed"; })(ArticleStatusEnum || (ArticleStatusEnum = {})); export 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 || (ErrorType = {})); //# sourceMappingURL=index.js.map