UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

23 lines (22 loc) 1.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ResourceNames = void 0; var ResourceNames; (function (ResourceNames) { ResourceNames["EMPLOYEE_HOURS"] = "employeeHours"; ResourceNames["ENTITY"] = "entity"; ResourceNames["GET_GENERAL_EXCHANGE_VIEW"] = "getGeneralExchangeView"; ResourceNames["NOTIFICATION_KEY"] = "notificationKey"; ResourceNames["NOTIFICATIONS"] = "notifications"; ResourceNames["ORGANIZATION_UNIT"] = "OrganizationUnit"; ResourceNames["ORG_UNITS"] = "orgUnits"; ResourceNames["PROFILE_INFO"] = "profileInfo"; ResourceNames["RECORDS_PURPOSES_BIO_NAMES"] = "recordsPurposesBioNames"; ResourceNames["SCHEDULE_REQUEST_ALIASES"] = "scheduleRequestAliases"; ResourceNames["SCHEDULE_REQUESTS"] = "scheduleRequests"; ResourceNames["SHIFTS_EXCHANGE_TAGGED_EMPLOYEE"] = "shiftsExchangeTaggedEmployee"; ResourceNames["SYSTEM_PROPERTIES"] = "systemProperties"; ResourceNames["TAGS"] = "tags"; ResourceNames["USER_EMPLOYEE"] = "userEmployee"; ResourceNames["USER_EMPLOYEE_POSITIONS"] = "userEmployeePositions"; })(ResourceNames = exports.ResourceNames || (exports.ResourceNames = {}));