mattermost-redux
Version:
Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client
57 lines (56 loc) • 2 kB
JavaScript
"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_POST_REQUEST: null,
CREATE_POST_SUCCESS: null,
CREATE_POST_FAILURE: null,
CREATE_POST_RESET_REQUEST: null,
EDIT_POST_REQUEST: null,
EDIT_POST_SUCCESS: null,
EDIT_POST_FAILURE: null,
GET_POST_THREAD_REQUEST: null,
GET_POST_THREAD_SUCCESS: null,
GET_POST_THREAD_FAILURE: null,
GET_POSTS_SUCCESS: null,
GET_POSTS_FAILURE: null,
GET_POST_THREAD_WITH_RETRY_ATTEMPT: null,
GET_POSTS_WITH_RETRY_ATTEMPT: null,
GET_POSTS_SINCE_WITH_RETRY_ATTEMPT: null,
GET_POSTS_BEFORE_WITH_RETRY_ATTEMPT: null,
GET_POSTS_AFTER_WITH_RETRY_ATTEMPT: null,
RECEIVED_POST: null,
RECEIVED_NEW_POST: null,
RECEIVED_POST_HISTORY: null,
RECEIVED_POSTS: null,
RECEIVED_POSTS_AFTER: null,
RECEIVED_POSTS_BEFORE: null,
RECEIVED_POSTS_IN_CHANNEL: null,
RECEIVED_POSTS_IN_THREAD: null,
RECEIVED_POSTS_SINCE: null,
POST_DELETED: null,
POST_REMOVED: null,
POST_TRANSLATION_UPDATED: null,
POST_PINNED_CHANGED: null,
RECEIVED_FOCUSED_POST: null,
RECEIVED_EDIT_POST: null,
RECEIVED_REACTION: null,
REACTION_DELETED: null,
ADD_MESSAGE_INTO_HISTORY: null,
RESET_HISTORY_INDEX: null,
MOVE_HISTORY_INDEX_BACK: null,
MOVE_HISTORY_INDEX_FORWARD: null,
RESET_POSTS_IN_CHANNEL: null,
CREATE_ACK_POST_SUCCESS: null,
DELETE_ACK_POST_SUCCESS: null,
MOVE_POST_SUCCESS: null,
MOVE_POST_FAILURE: null,
REVEAL_BURN_ON_READ_SUCCESS: null,
POST_RECIPIENTS_UPDATED: null,
BURN_ON_READ_ALL_REVEALED: null,
});