63 lines
2.6 KiB
JavaScript
63 lines
2.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_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 CONTRACT_EVENTS = 'CONTRACT_EVENTS';
|
|
export const CONTRACT_EVENTS_RESET = 'CONTRACT_EVENTS_RESET';
|
|
|
|
export const CONTRACT_FINES = 'CONTRACT_FINES';
|
|
export const CONTRACT_FINES_RESET = 'CONTRACT_FINES_RESET';
|
|
|
|
export const CALENDAR = 'CALENDAR';
|
|
export const EVENTS = 'EVENTS';
|
|
export const EVENTS_FILTERED = 'EVENTS_FILTERED';
|
|
export const EVENTS_RESET = 'EVENTS_RESET';
|
|
|
|
export const SUPPORT_THEMES = 'SUPPORT_THEMES';
|
|
export const SUPPORT_THEMES_FILTERED = 'SUPPORT_THEMES_FILTERED';
|
|
export const SUPPORT_APPEALS = 'SUPPORT_APPEALS';
|
|
export const SUPPORT_APPEAL = 'SUPPORT_APPEAL';
|
|
export const SUPPORT_RESET = 'SUPPORT_RESET';
|
|
|
|
export const QUESTIONNAIRE_UPDATE = 'QUESTIONNAIRE_UPDATE';
|
|
export const QUESTIONNAIRE_RESET = 'QUESTIONNAIRE_RESET';
|
|
export const QUESTIONNAIRE_SET_SIGN = 'QUESTIONNAIRE_SET_SIGN';
|
|
|
|
export const DEALS_LOADED = 'DEALS_LOADED';
|
|
export const DEALS_LIST = 'DEALS_LIST';
|
|
export const DEAL_LOADED = 'DEAL_LOADED';
|
|
export const DEAL_OFFERS_LIST = 'DEAL_OFFERS_LIST';
|
|
export const DEAL_DOCUMENTS_LIST = 'DEAL_DOCUMENTS_LIST';
|
|
export const DEAL_CONTRACTS_LIST = 'DEAL_CONTRACTS_LIST';
|
|
export const DEALS_RESET = 'DEALS_RESET';
|
|
export const DEAL_RESET = 'DEAL_RESET';
|
|
|
|
export const EDO_LOADED = 'EDO_LOADED';
|
|
export const EDO_OPERATORS_LIST = 'EDO_OPERATORS_LIST';
|
|
export const EDO_INVITES_LIST = 'EDO_INVITES_LIST';
|
|
export const EDO_RESET = 'EDO_RESET';
|
|
|
|
export const INVOICES_LIST = 'INVOICES_LIST'; |