Repository URL to install this package:
|
Version:
0.0.11-rc1 ▾
|
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',
},
errors: {
WINDOW_NOT_CLOSED_WITHIN_TIMEOUT: 'window not closed within the timeout',
},
};
module.exports = CONSTANTS;