@hrobarikt/box-ui-elements
Version:
Box UI Elements
17 lines (15 loc) • 890 B
JavaScript
var _appRestrictionsMessa;
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
import messages from './messages';
import { LIST_ACCESS_LEVEL } from '../constants';
var BLACKLIST = LIST_ACCESS_LEVEL.BLACKLIST,
WHITELIST = LIST_ACCESS_LEVEL.WHITELIST;
var appRestrictionsMessageMap = (_appRestrictionsMessa = {}, _defineProperty(_appRestrictionsMessa, BLACKLIST, {
default: messages.appDownloadBlacklist,
overflow: messages.appDownloadBlacklistOverflow
}), _defineProperty(_appRestrictionsMessa, WHITELIST, {
default: messages.appDownloadWhitelist,
overflow: messages.appDownloadWhitelistOverflow
}), _appRestrictionsMessa);
export default appRestrictionsMessageMap;
//# sourceMappingURL=appRestrictionsMessageMap.js.map