evoleasing-account/constants/actionTypes.js
2022-08-29 13:29:43 +03:00

36 lines
1.6 KiB
JavaScript

export const AUTH = 'AUTH';
export const USER = 'USER';
export const COMPANY = 'COMPANY';
export const COMPANIES = 'COMPANIES';
export const ADMIN = 'ADMIN';
export const CONTRACTS = 'CONTRACTS';
export const CONTRACTS_INFO = 'CONTRACTS_INFO';
export const CONTRACTS_INFO_RESET = 'CONTRACTS_INFO_RESET';
export const CONTRACT = 'CONTRACT';
export const CONTRACT_PAYMENTS = 'CONTRACT_PAYMENTS';
export const CONTRACT_INFO = 'CONTRACT_INFO';
export const CONTRACT_INSURANCE = 'CONTRACT_INSURANCE';
export const CONTRACT_HELPCARD = 'CONTRACT_HELPCARD';
export const CONTRACT_REGISTRATION = 'CONTRACT_REGISTRATION';
export const CONTRACT_TELEMATIC = 'CONTRACT_TELEMATIC';
export const CONTRACT_AGREEMENT = 'CONTRACT_AGREEMENT';
export const CONTRACT_DOCUMENTS = 'CONTRACT_DOCUMENTS';
export const CONTRACT_FINES = 'CONTRACT_FINES';
export const CONTRACT_RULES = 'CONTRACT_RULES';
export const CONTRACT_MATERIALS = 'CONTRACT_MATERIALS';
export const CONTRACT_CHANGE = 'CONTRACT_CHANGE';
export const CONTRACT_SIGNATORIES = 'CONTRACT_SIGNATORIES';
export const CONTRACT_VARIANTS = 'CONTRACT_VARIANTS';
export const CONTRACT_OPTIONS = 'CONTRACT_OPTIONS';
export const CONTRACT_CURRENT = 'CONTRACT_CURRENT';
export const CONTRACT_CALCULATED = 'CONTRACT_CALCULATED';
export const CALENDAR = 'CALENDAR';
export const EVENTS = 'EVENTS';
export const EVENTS_FILTERED = 'EVENTS_FILTERED';
export const SUPPORT_THEMES = 'SUPPORT_THEMES';
export const SUPPORT_THEMES_SEARCHED = 'SUPPORT_THEMES_SEARCHED';
export const SUPPORT_APPEALS = 'SUPPORT_APPEALS';
export const SUPPORT_APPEAL = 'SUPPORT_APPEAL';