Repository URL to install this package:
|
Version:
2.2.1 ▾
|
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var CONSTANTS = {
errorTypes: {
invalid: 'invalid',
unknown: 'unknown',
unreachable: 'unreachable',
missing: 'missing',
tooLong: 'too-long',
tooShort: 'too-short',
alreadyUsed: 'already-used',
invalidWithThirdParty: 'invalid-with-thirdparty',
notActivated: 'not-activated'
},
userType: {
premium: 'premium user',
free: 'free user'
},
userPlan: {
business: 'business',
indvidual: 'individual',
free: 'free',
trial: 'TRIAL'
},
timeZone: {
undefined: 'floating'
}
};
exports.default = CONSTANTS;