UNPKG

xapi-activities

Version:
27 lines 656 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ALL = 'all'; exports.ALL_READ = 'all/read'; exports.XAPI_ALL = 'xapi/all'; exports.XAPI_READ = 'xapi/read'; exports.XAPI_PROFILE_ALL = 'profile'; exports.PROFILE_READ_SCOPES = [ exports.ALL, exports.ALL_READ, exports.XAPI_ALL, exports.XAPI_READ, exports.XAPI_PROFILE_ALL, ]; exports.PROFILE_WRITE_SCOPES = [ exports.ALL, exports.XAPI_ALL, exports.XAPI_PROFILE_ALL, ]; exports.default = [ exports.ALL, exports.ALL_READ, exports.XAPI_ALL, exports.XAPI_READ, exports.XAPI_PROFILE_ALL, ]; //# sourceMappingURL=scopes.js.map