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

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

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 152x 2x 2x 2x 2x 2x   2x              
export const SET_FILTER_TYPE = 'set-filter-type';
export const SET_FILTER_UNREAD = 'set-filter-unread';
export const SET_DOC_READ = 'set-doc-read';
export const FETCH_DOCUMENTS = 'fetch';
export const SET_DOCUMENTS = 'set-list';
export const SET_DOCUMENT = 'set-current-doc';
 
export const FILTER_TYPES = {
  ALL: 'ALL',
  INVOICE: 'FACTURES',
  REIMBURSEMENT: 'DECOMPTES_PRESTATIONS',
  LETTER: 'AUTRES_DOCUMENTS',
  ATTESTATION: 'ATTESTATIONS_CERTIFICATS',
};