UNPKG

mattermost-redux

Version:

Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client

72 lines (71 loc) 2.68 kB
"use strict"; // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const key_mirror_1 = __importDefault(require("mattermost-redux/utils/key_mirror")); exports.default = (0, key_mirror_1.default)({ CREATE_USER_REQUEST: null, CREATE_USER_SUCCESS: null, CREATE_USER_FAILURE: null, LOGIN_REQUEST: null, LOGIN_SUCCESS: null, LOGIN_FAILURE: null, LOGOUT_REQUEST: null, LOGOUT_SUCCESS: null, LOGOUT_FAILURE: null, REVOKE_ALL_USER_SESSIONS_SUCCESS: null, REVOKE_SESSIONS_FOR_ALL_USERS_SUCCESS: null, AUTOCOMPLETE_USERS_REQUEST: null, AUTOCOMPLETE_USERS_SUCCESS: null, AUTOCOMPLETE_USERS_FAILURE: null, UPDATE_ME_REQUEST: null, UPDATE_ME_SUCCESS: null, UPDATE_ME_FAILURE: null, RECEIVED_ME: null, RECEIVED_TERMS_OF_SERVICE_STATUS: null, RECEIVED_PROFILE: null, RECEIVED_PROFILES: null, RECEIVED_CPA_VALUES: null, RECEIVED_PROFILES_LIST: null, RECEIVED_PROFILES_IN_TEAM: null, RECEIVED_PROFILE_IN_TEAM: null, RECEIVED_PROFILES_LIST_IN_TEAM: null, RECEIVED_PROFILE_NOT_IN_TEAM: null, RECEIVED_PROFILES_LIST_NOT_IN_TEAM: null, RECEIVED_PROFILES_LIST_NOT_IN_TEAM_AND_REPLACE: null, RECEIVED_PROFILES_IN_CHANNEL: null, RECEIVED_PROFILES_LIST_IN_CHANNEL: null, RECEIVED_PROFILE_IN_CHANNEL: null, RECEIVED_PROFILES_NOT_IN_CHANNEL: null, RECEIVED_PROFILES_LIST_NOT_IN_CHANNEL: null, RECEIVED_PROFILES_LIST_NOT_IN_CHANNEL_AND_REPLACE: null, RECEIVED_PROFILE_NOT_IN_CHANNEL: null, RECEIVED_PROFILES_LIST_IN_GROUP: null, RECEIVED_PROFILES_FOR_GROUP: null, RECEIVED_PROFILES_LIST_TO_REMOVE_FROM_GROUP: null, RECEIVED_PROFILES_LIST_NOT_IN_GROUP: null, RECEIVED_SESSIONS: null, RECEIVED_REVOKED_SESSION: null, RECEIVED_AUDITS: null, RECEIVED_STATUSES: null, RECEIVED_DND_END_TIMES: null, RECEIVED_STATUSES_IS_MANUAL: null, RECEIVED_LAST_ACTIVITIES: null, RECEIVED_AUTOCOMPLETE_IN_CHANNEL: null, RESET_LOGOUT_STATE: null, RECEIVED_MY_USER_ACCESS_TOKEN: null, RECEIVED_MY_USER_ACCESS_TOKENS: null, CLEAR_MY_USER_ACCESS_TOKENS: null, REVOKED_USER_ACCESS_TOKEN: null, DISABLED_USER_ACCESS_TOKEN: null, ENABLED_USER_ACCESS_TOKEN: null, RECEIVED_USER_STATS: null, RECEIVED_APP_LIMITS: null, RECEIVED_FILTERED_USER_STATS: null, PROFILE_NO_LONGER_VISIBLE: null, LOGIN: null, CLEAR_CPA_VALUES: null, });