egnyte-resellers
Version:
Library for managing things against the undocumented egnyte resellers API.
13 lines (12 loc) • 452 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FeatureMap = void 0;
exports.FeatureMap = new Map([
['elc', 'turboOrStorageSync'],
['tfa_integration', 'twoFactorAuthIntegration'],
['sf_integration_2', 'salesForceIntegration'],
['tfa_voice_calls', 'twoFactorAuthVoice'],
['tfa_sms', 'twoFactorAuthSms'],
['used_su', 'usedStandardUsers'],
['additional_su', 'additionalStandardUsers'],
]);