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 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | export const ACCOUNTING_OBJECT_IMPORT_TEMPLATES_TARGET = '/imports_pipes_template'
export const ACCOUNTING_OBJECT_IMPORT_TEMPLATES_PRIMARY_KEY = [
ACCOUNTING_OBJECT_IMPORT_TEMPLATES_TARGET,
'imports_pipes_template_collection',
]
export const IMPORTS_COLLECTION_TARGET = '/accounting_object_imports'
export const IMPORT_CREATE_TARGET = '/accounting_object_imports'
export const IMPORT_CREATE_PRIMARY_KEY = [IMPORT_CREATE_TARGET, 'create-import']
export const IMPORTS_COLLECTION_PRIMARY_KEY = [IMPORTS_COLLECTION_TARGET, 'imports']
export const IMPORTS_SINGLE_TARGET = '/accounting_object_imports/:id'
export const IMPORTS_SINGLE_PRIMARY_KEY = [IMPORTS_SINGLE_TARGET, 'import-single']
export const FINISH_IMPORT_REQUEST_TARGET = '/imports/:id/import'
export const FINISH_IMPORT_REQUEST_PRIMARY_KEY = [FINISH_IMPORT_REQUEST_TARGET, 'finish_import']
export const MUTATE_SINGLE_IMPORT_PRIMARY_KEY = [IMPORTS_SINGLE_TARGET, 'mutate-import']
export const XLSX_BY_IMPORT_ID_TARGET = '/imports/:id/xlsx/pipes/casing'
export const XLSX_BY_IMPORT_ID_PRIMARY_KEY = [XLSX_BY_IMPORT_ID_TARGET, 'import-xlsx']
export const OPERATION_DELETE_IMPORT_TARGET = '/operation_deletions'
export const OPERATION_DELETE_IMPORT_PRIMARY_KEY = [OPERATION_DELETE_IMPORT_TARGET, 'operation-delete']
export const OPERATION_DELETE_IMPORT_EXEC_TARGET = '/operation_deletions/:id/exec'
export const OPERATION_DELETE_IMPORT_EXEC_PRIMARY_KEY = [OPERATION_DELETE_IMPORT_EXEC_TARGET, 'operation-delete-exec']
export const DELETE_IMPORT_ERROR_STATUS_TARGET = '/accounting_object_imports/:id'
export const DELETE_IMPORT_ERROR_STATUS_PRIMARY_KEY = [DELETE_IMPORT_ERROR_STATUS_TARGET, 'delete-import-error-status']
export const IMPORT_CREATE_PAGE = '/imports/create'
export const IMPORTS_COLLECTIONS_FILTERS = {
page: 1,
}
|