All files / @gce/contact/store constants.js

100% Statements 9/9
100% Branches 0/0
100% Functions 0/0
100% Lines 9/9

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 181x   1x 1x 1x 1x 1x 1x 1x   1x              
export const STATE_KEY = '@gce/contact';
 
export const FETCH_CONTACTS = `${STATE_KEY}/fetch-contacts`;
export const SET_CONTACTS = `${STATE_KEY}/set-contacts`;
export const SET_HEALTH_INSUR_CONTACT = `${STATE_KEY}/set-health-insur-contact`;
export const FETCH_TELEMEDECINES = `${STATE_KEY}/fetch-telemedecines`;
export const SET_TELEMEDECINES = `${STATE_KEY}/set-telemedecines`;
export const SET_CONTACTS_LOADING = `${STATE_KEY}/set-contacts-loading`;
export const SET_TELEMEDECINES_LOADING = `${STATE_KEY}/set-telemedecines-loading`;
 
export const socialNetworksEnum = {
  facebook: 'FACEBOOK',
  twitter: 'TWITTER',
  linkedin: 'LINKEDIN',
  instagram: 'INSTAGRAM',
  youtube: 'YOUTUBE',
};