diff options
author | Shawn Severin <shawn.severin@amdocs.com> | 2017-12-20 16:27:35 -0500 |
---|---|---|
committer | Shawn Severin <shawn.severin@amdocs.com> | 2017-12-21 15:29:08 -0500 |
commit | bca1bdc7d52b01ede5c0e85f06cd6c64e5aaab57 (patch) | |
tree | 846b787ece0982ebc2419e4600e6ecd3329a625a /src/utils | |
parent | d4fd54113808e9efa637719719b2831e0597996e (diff) |
Updating versions of Sparky FE files
Updating versions of Sparky FE files as previous ones were out-dated
Issue-ID: AAI-543
Change-Id: Idc7d09e0efabaa5ef82db126cf7563fc8370f4f9
Signed-off-by: Shawn Severin <shawn.severin@amdocs.com>
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/GlobalConstants.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/utils/GlobalConstants.js b/src/utils/GlobalConstants.js index 6e77600..c75efae 100644 --- a/src/utils/GlobalConstants.js +++ b/src/utils/GlobalConstants.js @@ -20,6 +20,11 @@ * * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +import {FilterBarConstants} from 'filter-bar-utils'; + +import {BASE_URL} from 'app/networking/NetworkConstants.js'; +import keyMirror from 'utils/KeyMirror.js'; + // Message Levels export const MESSAGE_LEVEL_SUCCESS = 'success'; export const MESSAGE_LEVEL_WARNING = 'warning'; @@ -34,3 +39,7 @@ export const STATUS_CODE_204_NO_CONTENT = 204; export const STATUS_CODE_3XX_REDIRECTION = 300; export const STATUS_CODE_4XX_CLIENT_ERROR = 400; export const STATUS_CODE_5XX_SERVER_ERROR = 500; + +export const filterBarActionTypes = keyMirror(FilterBarConstants.FILTER_BAR_ACTION_TYPES); + +export const UNIFIED_FILTERS_URL = BASE_URL + '/rest/search/unifiedFilterRequest';
\ No newline at end of file |