UNPKG

mattermost-redux

Version:

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

24 lines 922 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. var key_mirror_1 = tslib_1.__importDefault(require("../utils/key_mirror")); exports.default = key_mirror_1.default({ SEARCH_POSTS_REQUEST: null, SEARCH_POSTS_SUCCESS: null, SEARCH_FLAGGED_POSTS_REQUEST: null, SEARCH_FLAGGED_POSTS_SUCCESS: null, SEARCH_FLAGGED_POSTS_FAILURE: null, SEARCH_PINNED_POSTS_REQUEST: null, SEARCH_PINNED_POSTS_SUCCESS: null, SEARCH_PINNED_POSTS_FAILURE: null, REMOVE_SEARCH_PINNED_POSTS: null, RECEIVED_SEARCH_POSTS: null, RECEIVED_SEARCH_FLAGGED_POSTS: null, RECEIVED_SEARCH_PINNED_POSTS: null, RECEIVED_SEARCH_TERM: null, REMOVE_SEARCH_POSTS: null, REMOVE_SEARCH_TERM: null, }); //# sourceMappingURL=search.js.map