UNPKG

@plteam/chat-ui

Version:

CUI Kit is a free and open-source library for creating AI assistant chat interfaces, built with React, Material UI, and TypeScript

13 lines (12 loc) 650 B
import LICENSE_STATUS from "./ChatLicenseStatus"; const ChatLicenseError = { [LICENSE_STATUS.Invalid]: 'Invalid license key', [LICENSE_STATUS.NotFound]: 'Missing license key', [LICENSE_STATUS.OutOfScope]: 'License key out of scope', [LICENSE_STATUS.ExpiredAnnual]: 'License key expired', [LICENSE_STATUS.ExpiredAnnualGrace]: 'License key expired (grace period)', [LICENSE_STATUS.ExpiredVersion]: 'License key expired (version)', [LICENSE_STATUS.NotAvailableInInitialProPlan]: 'License key not available in initial pro plan', [LICENSE_STATUS.Valid]: 'Valid license key', }; export default ChatLicenseError;