From 65a22922eb0072862ccfdf022ed9c1acb0c59b09 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Fri, 4 Dec 2020 15:16:36 -0800 Subject: [PATCH] Refactored some Job Calculation Logic. IO-439 --- bodyshop_translations.babel | 42 +++ client/.eslintcache | 2 +- client/package-lock.json | 21 +- .../job-totals-table.component.jsx | 113 ++++--- client/src/graphql/jobs.queries.js | 1 + client/src/translations/en_us/common.json | 4 +- client/src/translations/es/common.json | 2 + client/src/translations/fr/common.json | 2 + server/job/job-totals.js | 307 ++++++++---------- 9 files changed, 267 insertions(+), 227 deletions(-) diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index c19a88f3f..4ec22fb52 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -11538,6 +11538,27 @@ + + PAO + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + PAR false @@ -16981,6 +17002,27 @@ + + labor_rates_subtotal + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + laborallocations false diff --git a/client/.eslintcache b/client/.eslintcache index 7794f738e..9b645efb2 100644 --- a/client/.eslintcache +++ b/client/.eslintcache @@ -1 +1 @@ -[{"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\index.js":"1","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\store.js":"2","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\translations\\i18n.js":"3","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\App\\App.container.jsx":"4","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\App\\registerServiceWorker.component.jsx":"5","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\loading-spinner\\loading-spinner.component.jsx":"6","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\root.reducer.js":"7","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\root.saga.js":"8","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\serviceWorker.js":"9","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\GraphQLClient.js":"10","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\App\\App.jsx":"11","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\global-loading-bar\\global-loading-bar.component.jsx":"12","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\user\\user.reducer.js":"13","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\user\\user.sagas.js":"14","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\messaging\\messaging.sagas.js":"15","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\messaging\\messaging.reducer.js":"16","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\email\\email.sagas.js":"17","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\email\\email.reducer.js":"18","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\modals\\modals.sagas.js":"19","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\modals\\modals.reducer.js":"20","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\application\\application.reducer.js":"21","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\tech\\tech.sagas.js":"22","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\application\\application.sagas.js":"23","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\tech\\tech.reducer.js":"24","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\firebase\\firebase.utils.js":"25","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\apollo-error-handling.js":"26","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\user\\user.actions.js":"27","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\user\\user.selectors.js":"28","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\private-route.js":"29","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\application\\application.selectors.js":"30","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\error-boundary\\error-boundary.component.jsx":"31","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\tech\\tech.page.container.jsx":"32","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\sign-in\\sign-in.page.jsx":"33","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\landing\\landing.page.jsx":"34","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\reset-password\\reset-password.component.jsx":"35","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\manage\\manage.page.container.jsx":"36","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\csi\\csi.container.page.jsx":"37","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\mobile-payment\\mobile-payment.container.jsx":"38","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\tech\\tech.types.js":"39","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\application\\application.types.js":"40","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\SSSUtils.js":"41","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\application\\application.actions.js":"42","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\modals\\modals.types.js":"43","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\appointments.queries.js":"44","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\email\\email.types.js":"45","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\tech\\tech.actions.js":"46","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\messaging\\messaging.types.js":"47","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\messaging\\messaging.actions.js":"48","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\job-conversations.queries.js":"49","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\conversations.queries.js":"50","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\user\\user.types.js":"51","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\csi.queries.js":"52","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\bodyshop.queries.js":"53","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\mobile-payment\\mobile-payment.component.jsx":"54","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\manage\\manage.page.component.jsx":"55","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\tech\\tech.page.component.jsx":"56","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\config-form-components\\config-form-components.component.jsx":"57","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\alert\\alert.component.jsx":"58","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\user-validate-pw-reset\\user-validate-pw-reset.component.jsx":"59","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\user-request-pw-reset\\user-request-reset-pw.component.jsx":"60","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\sign-in-form\\sign-in-form.component.jsx":"61","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\user.queries.js":"62","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\config-form-components\\config-form-types.js":"63","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\parts-queue\\parts-queue.page.container.jsx":"64","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\help\\help.page.jsx":"65","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\time-tickets\\time-tickets.container.jsx":"66","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\scoreboard\\scoreboard.page.container.jsx":"67","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\payments-all\\payments-all.container.page.jsx":"68","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\shift-clock\\shift-clock.page.jsx":"69","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\shop-csi\\shop-csi.container.page.jsx":"70","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-close\\jobs-close.container.jsx":"71","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-all\\jobs-all.container.jsx":"72","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\accounting-payments\\accounting-payments.container.jsx":"73","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\tech-shift-clock\\tech-shift-clock.component.jsx":"74","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\tech-job-clock\\tech-job-clock.component.jsx":"75","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\production-board\\production-board.container.jsx":"76","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\production-list\\production-list.container.jsx":"77","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\tech-lookup\\tech-lookup.container.jsx":"78","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-login\\tech-login.component.jsx":"79","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\print-center-modal\\print-center-modal.container.jsx":"80","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-ticket-modal\\time-ticket-modal.container.jsx":"81","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\accounting.queries.js":"82","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\jobs.queries.js":"83","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\config-form-components\\textarea\\textarea.component.jsx":"84","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\config-form-components\\text\\text.component.jsx":"85","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\modals\\modals.actions.js":"86","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\modals\\modals.selectors.js":"87","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\timetickets.queries.js":"88","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\production-list\\production-list.component.jsx":"89","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\jobs-lines.queries.js":"90","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\employees.queries.js":"91","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-calculate-totals\\job-calculate-totals.component.jsx":"92","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\production-board\\production-board.component.jsx":"93","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\rbac-wrapper\\rbac-wrapper.component.jsx":"94","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\accounting-payments-table\\accounting-payments-table.component.jsx":"95","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-ticket-shift\\time-ticket-shift.container.jsx":"96","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-close\\jobs-close.component.jsx":"97","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-job-clocked-in-list\\tech-job-clocked-in-list.component.jsx":"98","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-job-clock-in-form\\tech-job-clock-in-form.container.jsx":"99","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\email\\email.actions.js":"100","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-list-paginated\\jobs-list-paginated.component.jsx":"101","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-ticket-modal\\time-ticket-modal.component.jsx":"102","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\tech\\tech.selectors.js":"103","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\print-center-modal\\print-center-modal.component.jsx":"104","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-lookup-jobs-list\\tech-lookup-jobs-list.component.jsx":"105","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-lookup-jobs-drawer\\tech-lookup-jobs-drawer.component.jsx":"106","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\sorters.js":"107","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-table\\production-list-table.container.jsx":"108","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-board-kanban\\production-board-kanban.container.jsx":"109","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-job-clock-in-form\\tech-job-clock-in-form.component.jsx":"110","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-ticket-shift-form\\time-ticket-shift-form.container.jsx":"111","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-ticket-shift-active\\time-ticket-shift-active.component.jsx":"112","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\PhoneFormatter.jsx":"113","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\payment-export-button\\payment-export-button.component.jsx":"114","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\payments-export-all-button\\payments-export-all-button.component.jsx":"115","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-close-totals\\jobs-close-totals.component.jsx":"116","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-open-button\\chat-open-button.component.jsx":"117","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\CurrencyFormatter.jsx":"118","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\labor-allocations-table\\labor-allocations-table.component.jsx":"119","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-search-select\\job-search-select.component.jsx":"120","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-input-number-calculator\\form-input-number-calculator.component.jsx":"121","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-date-picker\\form-date-picker.component.jsx":"122","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\employee-search-select\\employee-search-select.component.jsx":"123","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\print-center-jobs\\print-center-jobs.component.jsx":"124","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-notes\\jobs-notes.container.jsx":"125","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-lines\\job-lines.container.jsx":"126","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-documents-gallery\\jobs-documents-gallery.container.jsx":"127","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\owner-tag-popover\\owner-tag-popover.component.jsx":"128","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vehicle-tag-popover\\vehicle-tag-popover.component.jsx":"129","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-columns\\production-list-columns.data.js":"130","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\payments.queries.js":"131","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-table\\production-list-table.component.jsx":"132","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\TemplateConstants.js":"133","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-board-kanban\\production-board-kanban.component.jsx":"134","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\labor-allocations-table\\labor-allocations-table.utility.js":"135","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\DateFormatter.jsx":"136","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-ticket-shift-form\\time-ticket-shift-form.component.jsx":"137","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-labor\\jobs-detail-labor.container.jsx":"138","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-job-clock-out-button\\tech-job-clock-out-button.component.jsx":"139","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\data-label\\data-label.component.jsx":"140","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\print-center-speed-print\\print-center-speed-print.component.jsx":"141","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\print-center-item\\print-center-item.component.jsx":"142","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\documents.queries.js":"143","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\notes.queries.js":"144","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-board-kanban\\production-board-kanban.utils.js":"145","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\arrayHelper.js":"146","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-documents-gallery\\jobs-documents-gallery.component.jsx":"147","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-lines\\job-lines.component.jsx":"148","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-notes\\jobs.notes.component.jsx":"149","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\rbac-wrapper\\rbac-defaults.js":"150","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-columns\\prodution-list-columns.touchtime.component.jsx":"151","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-columns\\production-list-columns.status.component.jsx":"152","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-columns\\production-list-columns.productionnote.component.jsx":"153","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-columns\\production-list-columns.paintpriority.component.jsx":"154","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-columns\\production-list-columns.bodypriority.component.jsx":"155","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-columns\\production-list-columns.alert.component.jsx":"156","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\scoreboard.queries.js":"157","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-close-export-button\\jobs-close-export-button.component.jsx":"158","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-close-lines\\jobs-close-lines.component.jsx":"159","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-close-auto-allocate\\jobs-close-auto-allocate.component.jsx":"160","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-sublets-manage\\production-sublets-manage.component.jsx":"161","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-scoreboard-add-button\\job-scoreboard-add-button.component.jsx":"162","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-fields-changed-alert\\form-fields-changed-alert.component.jsx":"163","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-table\\production-list-table.resizeable.component.jsx":"164","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-columns\\production-list-columns.add.component.jsx":"165","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-detail\\production-list-detail.component.jsx":"166","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-board-filters\\production-board-filters.component.jsx":"167","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-labor\\jobs-detail-labor.component.jsx":"168","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\indefinite-loading\\indefinite-loading.component.jsx":"169","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-board-kanban-card\\production-board-kanban-card.component.jsx":"170","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\RenderTemplate.js":"171","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-save-config-button\\production-list-save-config-button.component.jsx":"172","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\not-found\\not-found.component.jsx":"173","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\csi-response-list-paginated\\csi-response-list-paginated.component.jsx":"174","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\csi-response-form\\csi-response-form.container.jsx":"175","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\payments-list-paginated\\payment-list-paginated.component.jsx":"176","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-job-clock-out-delete\\tech-job-clock-out-delete.component.jsx":"177","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\scoreboard\\scoreboard.page.component.jsx":"178","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\parts-queue\\parts-queue.page.component.jsx":"179","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\ticket-tickets-dates-selector\\time-tickets-dates-selector.component.jsx":"180","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-tickets-summary\\time-tickets-summary.component.jsx":"181","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-ticket-list\\time-ticket-list.component.jsx":"182","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\help-rescue\\help-rescue.component.jsx":"183","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\config-form-components\\slider\\slider.component.jsx":"184","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\config-form-components\\rate\\rate.component.jsx":"185","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\config-form-components\\checkbox\\checkbox.component.jsx":"186","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-documents-gallery\\jobs-documents-gallery.delete.component.jsx":"187","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-documents-gallery\\jobs-document-gallery.download.component.jsx":"188","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\parts-order-modal\\parts-order-modal.container.jsx":"189","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\note-upsert-modal\\note-upsert-modal.container.jsx":"190","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-line-note-popup\\job-line-note-popup.component.jsx":"191","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-line-location-popup\\job-line-location-popup.component.jsx":"192","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\documents-upload\\documents-upload.component.jsx":"193","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\email-overlay\\email-overlay.container.jsx":"194","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\templates.queries.js":"195","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\shop-templates\\shop-templates.container.js":"196","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-items-formatted\\read-only-form-item.component.jsx":"197","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-items-formatted\\part-type-form-item.component.jsx":"198","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-items-formatted\\labor-type-form-item.component.jsx":"199","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-sider\\tech-sider.component.jsx":"200","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-header\\tech-header.component.jsx":"201","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\fcm-notification\\fcm-notification.component.jsx":"202","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\accounting-payables\\accounting-payables.container.jsx":"203","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\accounting-receivables\\accounting-receivables.container.jsx":"204","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-deliver\\jobs-delivery.page.container.jsx":"205","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-intake\\jobs-intake.page.container.jsx":"206","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\payment-modal\\payment-modal.container.jsx":"207","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-remove-button\\production-remove-button.component.jsx":"208","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\parts-status-pie\\parts-status-pie.component.jsx":"209","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-ticket-enter-button\\time-ticket-enter-button.component.jsx":"210","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\bill-enter-modal\\bill-enter-modal.container.jsx":"211","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-costing-modal\\job-costing-modal.container.jsx":"212","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\bills\\bills.page.container.jsx":"213","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\contract-detail\\contract-detail.page.container.jsx":"214","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\contract-create\\contract-create.page.container.jsx":"215","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\contracts\\contracts.page.container.jsx":"216","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\courtesy-cars\\courtesy-cars.page.container.jsx":"217","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\CleanAxios.js":"218","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\courtesy-car-detail\\courtesy-car-detail.page.container.jsx":"219","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\courtesy-car-create\\courtesy-car-create.page.container.jsx":"220","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-create\\jobs-create.container.jsx":"221","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\shop-vendor\\shop-vendor.page.container.jsx":"222","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\shop\\shop.page.component.jsx":"223","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\owners-detail\\owners-detail.page.container.jsx":"224","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\email\\email.selectors.js":"225","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\scoreboard-display\\scoreboard-display.component.jsx":"226","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\owners\\owners.page.container.jsx":"227","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\vehicles\\vehicles.page.container.jsx":"228","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\vehicles-detail\\vehicles-detail.page.container.jsx":"229","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\schedule\\schedule.page.container.jsx":"230","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-available\\jobs-available.page.container.jsx":"231","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\documents-upload\\documents-upload.utility.js":"232","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-remove-from-parst-queue\\job-remove-from-parts-queue.component.jsx":"233","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\vendors.queries.js":"234","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\bills.queries.js":"235","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\parts-orders.queries.js":"236","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\profile\\profile.container.page.jsx":"237","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-tickets-summary-employees\\time-tickets-summary-employees.component.jsx":"238","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-detail\\jobs-detail.page.container.jsx":"239","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\manage-root\\manage-root.page.container.jsx":"240","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs\\jobs.page.jsx":"241","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\_test\\test.component.jsx":"242","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\conflict\\conflict.component.jsx":"243","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jira-support-widget\\jira-support-widget.component.jsx":"244","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\header\\header.container.jsx":"245","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-affix\\chat-affix.container.jsx":"246","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\breadcrumbs\\breadcrumbs.component.jsx":"247","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\note-upsert-modal\\note-upsert-modal.component.jsx":"248","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\parts-order-modal\\parts-order-modal.component.jsx":"249","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\email-overlay\\email-overlay.component.jsx":"250","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-templates-list\\shop-templates-list.container.jsx":"251","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-template-editor\\shop-template-editor.container.jsx":"252","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\courtesy-car.queries.js":"253","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\create-recent-item.js":"254","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\owners.queries.js":"255","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\vehicles.queries.js":"256","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\payment-form\\payment-form.container.jsx":"257","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\available-jobs.queries.js":"258","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-checklist\\job-checklist.component.jsx":"259","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\accounting-receivables-table\\accounting-receivables-table.component.jsx":"260","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\accounting-payables-table\\accounting-payables-table.component.jsx":"261","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\courtesy-cars\\courtesy-cars.page.component.jsx":"262","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\courtesy-car-create\\courtesy-car-create.page.component.jsx":"263","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\messaging\\messaging.selectors.js":"264","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\owners-detail\\owners-detail.page.component.jsx":"265","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\schedule\\schedule.page.component.jsx":"266","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-available\\jobs-available.page.component.jsx":"267","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\vehicles\\vehicles.page.component.jsx":"268","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\owners\\owners.page.component.jsx":"269","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\vehicles-detail\\vehicles-detail.page.component.jsx":"270","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\profile\\profile.page.jsx":"271","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\shop-vendor\\shop-vendor.page.component.jsx":"272","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\scoreboard-targets-table\\scoreboard-targets-table.component.jsx":"273","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\scoreboard-last-days\\scoreboard-last-days.component.jsx":"274","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\scoreboard-jobs-list\\scoreboard-jobs-list.component.jsx":"275","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\scoreboard-chart\\scoreboard-chart.component.jsx":"276","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-csi-config\\shop-csi-config.component.jsx":"277","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.container.jsx":"278","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-employees\\shop-employees.container.jsx":"279","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-affix\\chat-affix.component.jsx":"280","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\header\\header.component.jsx":"281","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\manage-root\\manage-root.page.component.jsx":"282","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-detail\\jobs-detail.page.component.jsx":"283","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-list\\jobs-list.component.jsx":"284","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-cards\\job-detail-cards.component.jsx":"285","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\loading-skeleton\\loading-skeleton.component.jsx":"286","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\notes-preset-button\\notes-preset-button.component.jsx":"287","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vendor-search-select\\vendor-search-select.component.jsx":"288","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-items-formatted\\currency-form-item.component.jsx":"289","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\layout-form-row\\layout-form-row.component.jsx":"290","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-list-move-arrows\\form-list-move-arrows.component.jsx":"291","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-create\\jobs-create.context.js":"292","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-template-delete\\shop-template-delete.component.jsx":"293","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-template-add\\shop-template-add.component.jsx":"294","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\cccontracts.queries.js":"295","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-template-editor\\shop-template-editor.component.jsx":"296","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\payment-form\\payment-form.component.jsx":"297","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-create\\jobs-create.component.jsx":"298","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\courtesy-car-detail\\courtesy-car-detail.page.component.jsx":"299","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\contracts\\contracts.page.component.jsx":"300","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\contract-create\\contract-create.page.component.jsx":"301","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\contract-detail\\contract-detail.page.component.jsx":"302","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\scoreboard-targets-table\\scoreboard-targets-table.util.js":"303","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\bills\\bills.page.component.jsx":"304","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\payable-export-button\\payable-export-button.component.jsx":"305","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\payable-export-all-button\\payable-export-all-button.component.jsx":"306","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-export-all-button\\jobs-export-all-button.component.jsx":"307","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-costing-modal\\job-costing-modal.component.jsx":"308","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\courtesy-cars-list\\courtesy-cars-list.component.jsx":"309","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\courtesy-car-form\\courtesy-car-form.component.jsx":"310","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\courtesy-car-return-modal\\courtesy-car-return-modal.container.jsx":"311","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\bill-detail-edit\\bill-detail-edit.container.jsx":"312","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-checklist\\components\\job-checklist-form\\job-checklist-form.component.jsx":"313","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-checklist\\components\\job-checklist-template-list\\job-checklist-template-list.component.jsx":"314","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\owner-detail-jobs\\owner-detail-jobs.component.jsx":"315","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\owner-detail-form\\owner-detail-form.container.jsx":"316","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\bill-form\\bill-form.container.jsx":"317","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-calendar\\schedule-calendar.container.jsx":"318","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-available-supplement\\jobs-available-supplement.container.jsx":"319","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-available-new\\jobs-available-new.container.jsx":"320","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vehicles-list\\vehicles-list.container.jsx":"321","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\owners-list\\owners-list.container.jsx":"322","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vehicle-detail-jobs\\vehicle-detail-jobs.component.jsx":"323","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\profile-shops\\profile-shops.container.jsx":"324","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vendors-list\\vendors-list.container.jsx":"325","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-employees\\shop-employees.component.jsx":"326","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.component.jsx":"327","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vendors-form\\vendors-form.container.jsx":"328","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\profile-my\\profile-my.component.jsx":"329","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-csi-config-form\\shop-csi-config-form.component.jsx":"330","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\scoreboard-entry-edit\\scoreboard-entry-edit.component.jsx":"331","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\scoreboard-day-stats\\scoreboard-day-stats.component.jsx":"332","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\scoreboard-remove-button\\scorebard-remove-button.component.jsx":"333","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vehicle-detail-form\\vehicle-detail-form.container.jsx":"334","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-popup\\chat-popup.component.jsx":"335","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\global-search\\global-search.component.jsx":"336","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-reconciliation-modal\\job-reconciliation.modal.container.jsx":"337","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-pli\\jobs-detail-pli.container.jsx":"338","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-lines-upsert-modal\\job-lines-upsert-modal.container.jsx":"339","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-job-modal\\schedule-job-modal.container.jsx":"340","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-cards\\job-detail-cards.parts.component.jsx":"341","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-cards\\job-detail-cards.notes.component.jsx":"342","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-cards\\job-detail-cards.totals.component.jsx":"343","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-cards\\job-detail-cards.documents.component.jsx":"344","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-cards\\job-detail-cards.insurance.component.jsx":"345","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-cards\\job-detail-cards.dates.component.jsx":"346","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-cards\\job-detail-cards.damage.component.jsx":"347","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-general\\jobs-detail-general.component.jsx":"348","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\schema.js":"349","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-template-test-render\\shop-template-test-render.component.jsx":"350","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-template-editor-save-button\\shop-template-editor-save-button.component.jsx":"351","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-available-supplement\\jobs-available-supplement.estlines.util.js":"352","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-available-supplement\\jobs-available-supplement.headerfields.js":"353","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-create-vehicle-info\\jobs-create-vehicle-info.container.jsx":"354","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\associations.queries.js":"355","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\courtesy-car-contract-list\\courtesy-car-contract-list.component.jsx":"356","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contracts-list\\contracts-list.component.jsx":"357","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-create-owner-info\\jobs-create-owner-info.container.jsx":"358","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-license-decode-button\\contract-license-decode-button.component.jsx":"359","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-create-jobs-info\\jobs-create-jobs-info.component.jsx":"360","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-jobs\\contract-jobs.container.jsx":"361","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-convert-to-ro\\contract-convert-to-ro.component.jsx":"362","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-job-block\\contract-job-block.component.jsx":"363","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\courtesy-car-return-modal\\courtesy-car-return-modal.component.jsx":"364","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-costing-statistics\\job-costing-statistics.component.jsx":"365","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\owner-detail-form\\owner-detail-form.component.jsx":"366","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\search.queries.js":"367","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\bill-form\\bill-form.component.jsx":"368","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-available-new\\jobs-available-new.component.jsx":"369","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\owner-detail-update-jobs\\owner-detail-update-jobs.component.jsx":"370","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vendors-list\\vendors-list.component.jsx":"371","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\owners-list\\owners-list.component.jsx":"372","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\profile-shops\\profile-shops.component.jsx":"373","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-employees\\shop-employees-list.component.jsx":"374","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.speedprint.component.jsx":"375","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vendors-form\\vendors-form.component.jsx":"376","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vehicle-detail-update-jobs\\vehicle-detail-update-jobs.component.jsx":"377","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.responsibilitycenters.component.jsx":"378","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.scheduling.component.jsx":"379","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.rostatus.component.jsx":"380","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.laborrates.component.jsx":"381","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.rbac.component.jsx":"382","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.orderstatus.component.jsx":"383","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-employees\\shop-employees-form.component.jsx":"384","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vehicles-list\\vehicles-list.component.jsx":"385","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.intake.component.jsx":"386","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-items-formatted\\phone-form-item.component.jsx":"387","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-available-supplement\\jobs-available-supplement.component.jsx":"388","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-calendar\\schedule-calendar.component.jsx":"389","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-job-modal\\schedule-job-modal.component.jsx":"390","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-cards\\job-detail-cards.template.component.jsx":"391","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-reconciliation-modal\\job-reconciliation-modal.component.jsx":"392","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-lines-upsert-modal\\job-lines-upsert-modal.component.jsx":"393","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-pli\\jobs-detail-pli.component.jsx":"394","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-new-conversation\\chat-new-conversation.component.jsx":"395","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-conversation\\chat-conversation.container.jsx":"396","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-damage-visual\\job-damage-visual.component.jsx":"397","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\aamva.js":"398","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\bill-form\\bill-form.totals.utility.js":"399","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-create-vehicle-info\\jobs-create-vehicle-info.component.jsx":"400","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-items-formatted\\email-form-item.component.jsx":"401","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-jobs\\contract-jobs.component.jsx":"402","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-create-owner-info\\jobs-create-owner-info.component.jsx":"403","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\bill-form\\bill-form.lines.component.jsx":"404","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\courtesy-car-fuel-select\\courtesy-car-fuel-select.component.jsx":"405","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\messages.queries.js":"406","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\owner-find-modal\\owner-find-modal.container.jsx":"407","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-items-formatted\\colorpicker-form-item.component.jsx":"408","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-calendar-wrapper\\schedule-calendar-util.js":"409","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-find-modal\\jobs-find-modal.container.jsx":"410","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-production-list\\schedule-production-list.component.jsx":"411","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-calendar-wrapper\\scheduler-calendar-wrapper.component.jsx":"412","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-existing-appointments-list\\schedule-existing-appointments-list.component.jsx":"413","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-day-view\\schedule-day-view.container.jsx":"414","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-reconciliation-totals\\job-reconciliation-totals.component.jsx":"415","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\parts-order-list-table\\parts-order-list-table.component.jsx":"416","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-reconciliation-parts-table\\job-reconciliation-parts-table.component.jsx":"417","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-bills-total\\job-bills-total.component.jsx":"418","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-conversation\\chat-conversation.component.jsx":"419","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-reconciliation-bills-table\\job-reconciliation-bills-table.component.jsx":"420","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\bills-list-table\\bills-list-table.component.jsx":"421","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vehicle-detail-form\\vehicle-detail-form.component.jsx":"422","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-date-time-picker\\form-date-time-picker.component.jsx":"423","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-conversation-list\\chat-conversation-list.component.jsx":"424","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-create-vehicle-info\\jobs-create-vehicle-info.search.component.jsx":"425","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-create-vehicle-info\\jobs-create-vehicle-info.new.component.jsx":"426","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-create-owner-info\\jobs-create-owner-info.search.component.jsx":"427","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-create-owner-info\\jobs-create-owner-info.new.component.jsx":"428","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-calendar-wrapper\\schedule-calendar-header.component.js":"429","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\bill-line-search-select\\bill-line-search-select.component.jsx":"430","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-reconciliation-totals\\job-reconciliation-totals.utility.js":"431","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\owner-find-modal\\owner-find-modal.component.jsx":"432","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-event\\schedule-event.container.jsx":"433","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-day-view\\schedule-day-view.component.jsx":"434","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-messages-list\\chat-message-list.component.jsx":"435","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-send-message\\chat-send-message.component.jsx":"436","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-conversation-title\\chat-conversation-title.component.jsx":"437","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\parts-order-line-backorder-button\\parts-order-line-backorder-button.component.jsx":"438","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-calendar-wrapper\\schedule-calendar-header-graph.component.js":"439","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-event\\schedule-event.component.jsx":"440","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-tag-ro\\chat-tag-ro.container.jsx":"441","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-presets\\chat-presets.component.jsx":"442","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-conversation-title-tags\\chat-conversation-title-tags.component.jsx":"443","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-event\\schedule-event.color.component.jsx":"444","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-event\\schedule-event.at.component.jsx":"445","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-tag-ro\\chat-tag-ro.component.jsx":"446","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-block-day\\schedule-block-day.component.jsx":"447","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-find-modal\\jobs-find-modal.component.jsx":"448","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\bill-lines.queries.js":"449","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-checklist\\components\\job-checklist-template-item\\job-checklist-template-item.component.jsx":"450","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\courtesy-car-status-select\\courtesy-car-status-select.component.jsx":"451","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-costing-parts-table\\job-costing-parts-table.component.jsx":"452","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-form\\contract-form.component.jsx":"453","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-courtesy-car-block\\contract-courtesy-car-block.component.jsx":"454","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-cars\\contract-cars.container.jsx":"455","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-status-select\\contract-status-select.component.jsx":"456","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-cars\\contract-cars.component.jsx":"457","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-rates\\jobs-detail-rates.component.jsx":"458","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-totals\\jobs-detail-totals.component.jsx":"459","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-header\\jobs-detail-header.component.jsx":"460","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-dates\\jobs-detail-dates.component.jsx":"461","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-convert-button\\jobs-convert-button.component.jsx":"462","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-change-status\\jobs-change-status.component.jsx":"463","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-header-actions\\jobs-detail-header-actions.component.jsx":"464","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-totals-table\\job-totals-table.component.jsx":"465","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-employee-assignments\\job-employee-assignments.container.jsx":"466","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-rates-change-button\\jobs-detail-rates-change-button.component.jsx":"467","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-header-actions\\jobs-detail-header-actions.duplicate.util.js":"468","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-employee-assignments\\job-employee-assignments.component.jsx":"469","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-header-actions\\jobs-detail-header-actions.addtoproduction.util.jsx":"470","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-header-actions\\jobs-detail-header-actions.csi.component.jsx":"471"},{"size":1046,"mtime":1599755349538,"results":"472","hashOfConfig":"473"},{"size":1351,"mtime":1604086569078,"results":"474","hashOfConfig":"473"},{"size":928,"mtime":1598397971529,"results":"475","hashOfConfig":"473"},{"size":850,"mtime":1602101222556,"results":"476","hashOfConfig":"473"},{"size":1390,"mtime":1598397971321,"results":"477","hashOfConfig":"473"},{"size":525,"mtime":1598397935626,"results":"478","hashOfConfig":"473"},{"size":976,"mtime":1598397971521,"results":"479","hashOfConfig":"473"},{"size":597,"mtime":1598397971522,"results":"480","hashOfConfig":"473"},{"size":5774,"mtime":1598397971527,"results":"481","hashOfConfig":"473"},{"size":2963,"mtime":1602631404077,"results":"482","hashOfConfig":"473"},{"size":3221,"mtime":1598397971320,"results":"483","hashOfConfig":"473"},{"size":1620,"mtime":1598397971361,"results":"484","hashOfConfig":"473"},{"size":2708,"mtime":1598397971525,"results":"485","hashOfConfig":"473"},{"size":6703,"mtime":1606856039189,"results":"486","hashOfConfig":"473"},{"size":3373,"mtime":1602101222580,"results":"487","hashOfConfig":"473"},{"size":1183,"mtime":1598397971518,"results":"488","hashOfConfig":"473"},{"size":2121,"mtime":1598397971516,"results":"489","hashOfConfig":"473"},{"size":782,"mtime":1598397971516,"results":"490","hashOfConfig":"473"},{"size":130,"mtime":1598397971520,"results":"491","hashOfConfig":"473"},{"size":1354,"mtime":1600870943779,"results":"492","hashOfConfig":"473"},{"size":2363,"mtime":1601409651919,"results":"493","hashOfConfig":"473"},{"size":1099,"mtime":1598397971523,"results":"494","hashOfConfig":"473"},{"size":4106,"mtime":1602191682065,"results":"495","hashOfConfig":"473"},{"size":1023,"mtime":1598397971523,"results":"496","hashOfConfig":"473"},{"size":3574,"mtime":1602101222574,"results":"497","hashOfConfig":"473"},{"size":632,"mtime":1598397935653,"results":"498","hashOfConfig":"473"},{"size":2788,"mtime":1598397971524,"results":"499","hashOfConfig":"473"},{"size":697,"mtime":1598397971526,"results":"500","hashOfConfig":"473"},{"size":498,"mtime":1604086649558,"results":"501","hashOfConfig":"473"},{"size":1001,"mtime":1601409651919,"results":"502","hashOfConfig":"473"},{"size":2255,"mtime":1598397971356,"results":"503","hashOfConfig":"473"},{"size":1200,"mtime":1598397971511,"results":"504","hashOfConfig":"473"},{"size":208,"mtime":1604086698689,"results":"505","hashOfConfig":"473"},{"size":556,"mtime":1598397971499,"results":"506","hashOfConfig":"473"},{"size":678,"mtime":1598397971505,"results":"507","hashOfConfig":"473"},{"size":1207,"mtime":1598886261553,"results":"508","hashOfConfig":"473"},{"size":4676,"mtime":1598397971492,"results":"509","hashOfConfig":"473"},{"size":624,"mtime":1598397971502,"results":"510","hashOfConfig":"473"},{"size":226,"mtime":1598397971524,"results":"511","hashOfConfig":"473"},{"size":509,"mtime":1601409651920,"results":"512","hashOfConfig":"473"},{"size":1128,"mtime":1602196737479,"results":"513","hashOfConfig":"473"},{"size":1180,"mtime":1601409651918,"results":"514","hashOfConfig":"473"},{"size":157,"mtime":1598397971521,"results":"515","hashOfConfig":"473"},{"size":5261,"mtime":1602179444083,"results":"516","hashOfConfig":"473"},{"size":292,"mtime":1598397935684,"results":"517","hashOfConfig":"473"},{"size":502,"mtime":1598397971523,"results":"518","hashOfConfig":"473"},{"size":387,"mtime":1598397971519,"results":"519","hashOfConfig":"473"},{"size":948,"mtime":1598397971517,"results":"520","hashOfConfig":"473"},{"size":768,"mtime":1598397971479,"results":"521","hashOfConfig":"473"},{"size":1732,"mtime":1598886261524,"results":"522","hashOfConfig":"473"},{"size":1480,"mtime":1598397971526,"results":"523","hashOfConfig":"473"},{"size":1863,"mtime":1599755349529,"results":"524","hashOfConfig":"473"},{"size":4700,"mtime":1602196144465,"results":"525","hashOfConfig":"473"},{"size":2733,"mtime":1598397971502,"results":"526","hashOfConfig":"473"},{"size":13644,"mtime":1602101222578,"results":"527","hashOfConfig":"473"},{"size":3848,"mtime":1598397971511,"results":"528","hashOfConfig":"473"},{"size":461,"mtime":1598397971338,"results":"529","hashOfConfig":"473"},{"size":283,"mtime":1604086286119,"results":"530","hashOfConfig":"473"},{"size":3616,"mtime":1602101222571,"results":"531","hashOfConfig":"473"},{"size":2589,"mtime":1602101222571,"results":"532","hashOfConfig":"473"},{"size":3584,"mtime":1602101222570,"results":"533","hashOfConfig":"473"},{"size":943,"mtime":1598397971484,"results":"534","hashOfConfig":"473"},{"size":394,"mtime":1604086527956,"results":"535","hashOfConfig":"473"},{"size":1140,"mtime":1600889173200,"results":"536","hashOfConfig":"473"},{"size":212,"mtime":1598886261548,"results":"537","hashOfConfig":"473"},{"size":2754,"mtime":1599755349665,"results":"538","hashOfConfig":"473"},{"size":1818,"mtime":1599755349562,"results":"539","hashOfConfig":"473"},{"size":2626,"mtime":1599755349559,"results":"540","hashOfConfig":"473"},{"size":387,"mtime":1598397971507,"results":"541","hashOfConfig":"473"},{"size":3152,"mtime":1599755349562,"results":"542","hashOfConfig":"473"},{"size":2655,"mtime":1600109907732,"results":"543","hashOfConfig":"473"},{"size":2450,"mtime":1602101222576,"results":"544","hashOfConfig":"473"},{"size":1985,"mtime":1599755349540,"results":"545","hashOfConfig":"473"},{"size":254,"mtime":1598397971510,"results":"546","hashOfConfig":"473"},{"size":412,"mtime":1598397971510,"results":"547","hashOfConfig":"473"},{"size":1457,"mtime":1599755349559,"results":"548","hashOfConfig":"473"},{"size":1421,"mtime":1599755349560,"results":"549","hashOfConfig":"473"},{"size":403,"mtime":1598397971510,"results":"550","hashOfConfig":"473"},{"size":2255,"mtime":1598397971458,"results":"551","hashOfConfig":"473"},{"size":1658,"mtime":1598397971425,"results":"552","hashOfConfig":"473"},{"size":6810,"mtime":1606947115009,"results":"553","hashOfConfig":"473"},{"size":1358,"mtime":1600870943770,"results":"554","hashOfConfig":"473"},{"size":24710,"mtime":1602101222575,"results":"555","hashOfConfig":"473"},{"size":585,"mtime":1598397971340,"results":"556","hashOfConfig":"473"},{"size":553,"mtime":1598397971340,"results":"557","hashOfConfig":"473"},{"size":374,"mtime":1598397935686,"results":"558","hashOfConfig":"473"},{"size":1292,"mtime":1600870943779,"results":"559","hashOfConfig":"473"},{"size":3236,"mtime":1598397971483,"results":"560","hashOfConfig":"473"},{"size":243,"mtime":1598397971505,"results":"561","hashOfConfig":"473"},{"size":3441,"mtime":1600870943772,"results":"562","hashOfConfig":"473"},{"size":1194,"mtime":1599755349529,"results":"563","hashOfConfig":"473"},{"size":1371,"mtime":1601317707046,"results":"564","hashOfConfig":"473"},{"size":255,"mtime":1598397971504,"results":"565","hashOfConfig":"473"},{"size":1505,"mtime":1598397971436,"results":"566","hashOfConfig":"473"},{"size":6113,"mtime":1600127534671,"results":"567","hashOfConfig":"473"},{"size":1853,"mtime":1598397971464,"results":"568","hashOfConfig":"473"},{"size":4228,"mtime":1600289039507,"results":"569","hashOfConfig":"473"},{"size":3264,"mtime":1598397971457,"results":"570","hashOfConfig":"473"},{"size":2649,"mtime":1598397971456,"results":"571","hashOfConfig":"473"},{"size":594,"mtime":1598397935682,"results":"572","hashOfConfig":"473"},{"size":6479,"mtime":1598895593094,"results":"573","hashOfConfig":"473"},{"size":3961,"mtime":1606947248370,"results":"574","hashOfConfig":"473"},{"size":462,"mtime":1598397971524,"results":"575","hashOfConfig":"473"},{"size":562,"mtime":1598397971425,"results":"576","hashOfConfig":"473"},{"size":7411,"mtime":1599755349526,"results":"577","hashOfConfig":"473"},{"size":5069,"mtime":1598397971458,"results":"578","hashOfConfig":"473"},{"size":256,"mtime":1598397935697,"results":"579","hashOfConfig":"473"},{"size":1359,"mtime":1598397971433,"results":"580","hashOfConfig":"473"},{"size":962,"mtime":1598397971428,"results":"581","hashOfConfig":"473"},{"size":1437,"mtime":1598886261518,"results":"582","hashOfConfig":"473"},{"size":2764,"mtime":1598397971463,"results":"583","hashOfConfig":"473"},{"size":1624,"mtime":1598397971462,"results":"584","hashOfConfig":"473"},{"size":234,"mtime":1599755349672,"results":"585","hashOfConfig":"473"},{"size":3823,"mtime":1606959246921,"results":"586","hashOfConfig":"473"},{"size":3739,"mtime":1606959246922,"results":"587","hashOfConfig":"473"},{"size":2098,"mtime":1600971286266,"results":"588","hashOfConfig":"473"},{"size":652,"mtime":1599755349501,"results":"589","hashOfConfig":"473"},{"size":345,"mtime":1598397935695,"results":"590","hashOfConfig":"473"},{"size":2061,"mtime":1600285007892,"results":"591","hashOfConfig":"473"},{"size":3061,"mtime":1606937913095,"results":"592","hashOfConfig":"473"},{"size":2785,"mtime":1606950737083,"results":"593","hashOfConfig":"473"},{"size":843,"mtime":1600369008032,"results":"594","hashOfConfig":"473"},{"size":1595,"mtime":1598397971355,"results":"595","hashOfConfig":"473"},{"size":2486,"mtime":1600109902389,"results":"596","hashOfConfig":"473"},{"size":1644,"mtime":1598397971409,"results":"597","hashOfConfig":"473"},{"size":1490,"mtime":1602101222563,"results":"598","hashOfConfig":"473"},{"size":976,"mtime":1600870943756,"results":"599","hashOfConfig":"473"},{"size":3246,"mtime":1600285007893,"results":"600","hashOfConfig":"473"},{"size":3262,"mtime":1606937945686,"results":"601","hashOfConfig":"473"},{"size":6905,"mtime":1604086548572,"results":"602","hashOfConfig":"473"},{"size":1556,"mtime":1598397971482,"results":"603","hashOfConfig":"473"},{"size":6051,"mtime":1598397971433,"results":"604","hashOfConfig":"473"},{"size":3258,"mtime":1600109902406,"results":"605","hashOfConfig":"473"},{"size":4582,"mtime":1598397971428,"results":"606","hashOfConfig":"473"},{"size":945,"mtime":1598397971410,"results":"607","hashOfConfig":"473"},{"size":665,"mtime":1598397971530,"results":"608","hashOfConfig":"473"},{"size":1736,"mtime":1598397971463,"results":"609","hashOfConfig":"473"},{"size":835,"mtime":1598397971403,"results":"610","hashOfConfig":"473"},{"size":4747,"mtime":1600870943767,"results":"611","hashOfConfig":"473"},{"size":530,"mtime":1598397971353,"results":"612","hashOfConfig":"473"},{"size":2399,"mtime":1600109902390,"results":"613","hashOfConfig":"473"},{"size":1719,"mtime":1598397971424,"results":"614","hashOfConfig":"473"},{"size":852,"mtime":1601765771150,"results":"615","hashOfConfig":"473"},{"size":947,"mtime":1598397971481,"results":"616","hashOfConfig":"473"},{"size":4047,"mtime":1598397971429,"results":"617","hashOfConfig":"473"},{"size":99,"mtime":1598397971532,"results":"618","hashOfConfig":"473"},{"size":4681,"mtime":1601765771148,"results":"619","hashOfConfig":"473"},{"size":13953,"mtime":1602101222563,"results":"620","hashOfConfig":"473"},{"size":3227,"mtime":1598397971410,"results":"621","hashOfConfig":"473"},{"size":933,"mtime":1604086721765,"results":"622","hashOfConfig":"473"},{"size":578,"mtime":1601409651905,"results":"623","hashOfConfig":"473"},{"size":1478,"mtime":1598397971431,"results":"624","hashOfConfig":"473"},{"size":2078,"mtime":1598397971431,"results":"625","hashOfConfig":"473"},{"size":1674,"mtime":1598397971431,"results":"626","hashOfConfig":"473"},{"size":1682,"mtime":1598397971430,"results":"627","hashOfConfig":"473"},{"size":1747,"mtime":1598397971430,"results":"628","hashOfConfig":"473"},{"size":1093,"mtime":1598886261535,"results":"629","hashOfConfig":"473"},{"size":3637,"mtime":1606959573499,"results":"630","hashOfConfig":"473"},{"size":7281,"mtime":1600286405403,"results":"631","hashOfConfig":"473"},{"size":1446,"mtime":1606948573416,"results":"632","hashOfConfig":"473"},{"size":3047,"mtime":1601409651906,"results":"633","hashOfConfig":"473"},{"size":3781,"mtime":1600870943750,"results":"634","hashOfConfig":"473"},{"size":1562,"mtime":1598397971358,"results":"635","hashOfConfig":"473"},{"size":318,"mtime":1604086686190,"results":"636","hashOfConfig":"473"},{"size":1206,"mtime":1598397971429,"results":"637","hashOfConfig":"473"},{"size":2596,"mtime":1601409651906,"results":"638","hashOfConfig":"473"},{"size":1296,"mtime":1598397971426,"results":"639","hashOfConfig":"473"},{"size":1483,"mtime":1601409651903,"results":"640","hashOfConfig":"473"},{"size":1146,"mtime":1598397971363,"results":"641","hashOfConfig":"473"},{"size":3448,"mtime":1601409651904,"results":"642","hashOfConfig":"473"},{"size":2241,"mtime":1602101222584,"results":"643","hashOfConfig":"473"},{"size":1512,"mtime":1598397971432,"results":"644","hashOfConfig":"473"},{"size":382,"mtime":1598397971413,"results":"645","hashOfConfig":"473"},{"size":4844,"mtime":1598397971348,"results":"646","hashOfConfig":"473"},{"size":1462,"mtime":1598397971348,"results":"647","hashOfConfig":"473"},{"size":4833,"mtime":1598397971423,"results":"648","hashOfConfig":"473"},{"size":1447,"mtime":1598397971457,"results":"649","hashOfConfig":"473"},{"size":330,"mtime":1598397971506,"results":"650","hashOfConfig":"473"},{"size":8212,"mtime":1600890080891,"results":"651","hashOfConfig":"473"},{"size":1172,"mtime":1598397971460,"results":"652","hashOfConfig":"473"},{"size":465,"mtime":1598397971465,"results":"653","hashOfConfig":"473"},{"size":5224,"mtime":1601409651912,"results":"654","hashOfConfig":"473"},{"size":1678,"mtime":1598886261480,"results":"655","hashOfConfig":"473"},{"size":596,"mtime":1598397971339,"results":"656","hashOfConfig":"473"},{"size":561,"mtime":1598397971339,"results":"657","hashOfConfig":"473"},{"size":590,"mtime":1598397971337,"results":"658","hashOfConfig":"473"},{"size":3323,"mtime":1602101222568,"results":"659","hashOfConfig":"473"},{"size":891,"mtime":1601765771147,"results":"660","hashOfConfig":"473"},{"size":7736,"mtime":1600870943760,"results":"661","hashOfConfig":"473"},{"size":3011,"mtime":1598397971414,"results":"662","hashOfConfig":"473"},{"size":1883,"mtime":1601316931918,"results":"663","hashOfConfig":"473"},{"size":2598,"mtime":1601316945596,"results":"664","hashOfConfig":"473"},{"size":1245,"mtime":1601765771141,"results":"665","hashOfConfig":"473"},{"size":5192,"mtime":1598397971355,"results":"666","hashOfConfig":"473"},{"size":1586,"mtime":1598397971483,"results":"667","hashOfConfig":"473"},{"size":1961,"mtime":1599755349563,"results":"668","hashOfConfig":"473"},{"size":479,"mtime":1600110038629,"results":"669","hashOfConfig":"473"},{"size":335,"mtime":1600107612306,"results":"670","hashOfConfig":"473"},{"size":336,"mtime":1600107651922,"results":"671","hashOfConfig":"473"},{"size":2721,"mtime":1598397971459,"results":"672","hashOfConfig":"473"},{"size":1040,"mtime":1598397971455,"results":"673","hashOfConfig":"473"},{"size":2084,"mtime":1598397971356,"results":"674","hashOfConfig":"473"},{"size":1975,"mtime":1600870943774,"results":"675","hashOfConfig":"473"},{"size":2114,"mtime":1599755349543,"results":"676","hashOfConfig":"473"},{"size":2720,"mtime":1599755349553,"results":"677","hashOfConfig":"473"},{"size":3118,"mtime":1606889924541,"results":"678","hashOfConfig":"473"},{"size":5988,"mtime":1600870943762,"results":"679","hashOfConfig":"473"},{"size":1528,"mtime":1599755349518,"results":"680","hashOfConfig":"473"},{"size":2932,"mtime":1599755349516,"results":"681","hashOfConfig":"473"},{"size":747,"mtime":1598397971460,"results":"682","hashOfConfig":"473"},{"size":6111,"mtime":1600870943729,"results":"683","hashOfConfig":"473"},{"size":1785,"mtime":1604086215078,"results":"684","hashOfConfig":"473"},{"size":2412,"mtime":1600870943776,"results":"685","hashOfConfig":"473"},{"size":5515,"mtime":1599755349546,"results":"686","hashOfConfig":"473"},{"size":3661,"mtime":1599755349544,"results":"687","hashOfConfig":"473"},{"size":2644,"mtime":1599755349547,"results":"688","hashOfConfig":"473"},{"size":1630,"mtime":1599755349549,"results":"689","hashOfConfig":"473"},{"size":762,"mtime":1606851831726,"results":"690","hashOfConfig":"473"},{"size":6187,"mtime":1599755349549,"results":"691","hashOfConfig":"473"},{"size":2471,"mtime":1599755349548,"results":"692","hashOfConfig":"473"},{"size":5258,"mtime":1599755349552,"results":"693","hashOfConfig":"473"},{"size":1545,"mtime":1599755349563,"results":"694","hashOfConfig":"473"},{"size":1966,"mtime":1599755349564,"results":"695","hashOfConfig":"473"},{"size":3087,"mtime":1599755349557,"results":"696","hashOfConfig":"473"},{"size":568,"mtime":1598397971517,"results":"697","hashOfConfig":"473"},{"size":1083,"mtime":1598397971444,"results":"698","hashOfConfig":"473"},{"size":1097,"mtime":1599755349558,"results":"699","hashOfConfig":"473"},{"size":977,"mtime":1599755349666,"results":"700","hashOfConfig":"473"},{"size":2946,"mtime":1599755349666,"results":"701","hashOfConfig":"473"},{"size":1134,"mtime":1599755349561,"results":"702","hashOfConfig":"473"},{"size":1641,"mtime":1599755349551,"results":"703","hashOfConfig":"473"},{"size":4598,"mtime":1606851831725,"results":"704","hashOfConfig":"473"},{"size":1089,"mtime":1602101222565,"results":"705","hashOfConfig":"473"},{"size":1731,"mtime":1606890674140,"results":"706","hashOfConfig":"473"},{"size":4551,"mtime":1601765771149,"results":"707","hashOfConfig":"473"},{"size":866,"mtime":1598397971482,"results":"708","hashOfConfig":"473"},{"size":938,"mtime":1599755349560,"results":"709","hashOfConfig":"473"},{"size":7024,"mtime":1600109902401,"results":"710","hashOfConfig":"473"},{"size":3766,"mtime":1601066968438,"results":"711","hashOfConfig":"473"},{"size":986,"mtime":1598397971500,"results":"712","hashOfConfig":"473"},{"size":1286,"mtime":1599755349556,"results":"713","hashOfConfig":"473"},{"size":735,"mtime":1601066391539,"results":"714","hashOfConfig":"473"},{"size":681,"mtime":1598397971341,"results":"715","hashOfConfig":"473"},{"size":908,"mtime":1604086940299,"results":"716","hashOfConfig":"473"},{"size":1045,"mtime":1598397971363,"results":"717","hashOfConfig":"473"},{"size":1808,"mtime":1598886261460,"results":"718","hashOfConfig":"473"},{"size":1174,"mtime":1598397971328,"results":"719","hashOfConfig":"473"},{"size":1100,"mtime":1598397971413,"results":"720","hashOfConfig":"473"},{"size":4516,"mtime":1600870943759,"results":"721","hashOfConfig":"473"},{"size":1975,"mtime":1598397971355,"results":"722","hashOfConfig":"473"},{"size":2811,"mtime":1600109902399,"results":"723","hashOfConfig":"473"},{"size":1487,"mtime":1599755349524,"results":"724","hashOfConfig":"473"},{"size":2729,"mtime":1598893712742,"results":"725","hashOfConfig":"473"},{"size":197,"mtime":1598397971532,"results":"726","hashOfConfig":"473"},{"size":2775,"mtime":1598397971481,"results":"727","hashOfConfig":"473"},{"size":2420,"mtime":1598397971484,"results":"728","hashOfConfig":"473"},{"size":607,"mtime":1598886261499,"results":"729","hashOfConfig":"473"},{"size":1832,"mtime":1602101222574,"results":"730","hashOfConfig":"473"},{"size":663,"mtime":1600870943745,"results":"731","hashOfConfig":"473"},{"size":7410,"mtime":1598397971323,"results":"732","hashOfConfig":"473"},{"size":6093,"mtime":1600870943727,"results":"733","hashOfConfig":"473"},{"size":356,"mtime":1598397971492,"results":"734","hashOfConfig":"473"},{"size":253,"mtime":1598397971490,"results":"735","hashOfConfig":"473"},{"size":681,"mtime":1598397971519,"results":"736","hashOfConfig":"473"},{"size":449,"mtime":1598397935674,"results":"737","hashOfConfig":"473"},{"size":230,"mtime":1598397935677,"results":"738","hashOfConfig":"473"},{"size":912,"mtime":1598397935667,"results":"739","hashOfConfig":"473"},{"size":214,"mtime":1598397935680,"results":"740","hashOfConfig":"473"},{"size":204,"mtime":1598397935675,"results":"741","hashOfConfig":"473"},{"size":496,"mtime":1598397935679,"results":"742","hashOfConfig":"473"},{"size":355,"mtime":1598886261555,"results":"743","hashOfConfig":"473"},{"size":681,"mtime":1602101222579,"results":"744","hashOfConfig":"473"},{"size":3583,"mtime":1598397971446,"results":"745","hashOfConfig":"473"},{"size":1335,"mtime":1598397971445,"results":"746","hashOfConfig":"473"},{"size":2296,"mtime":1598886261515,"results":"747","hashOfConfig":"473"},{"size":3040,"mtime":1598397971443,"results":"748","hashOfConfig":"473"},{"size":1785,"mtime":1599755349519,"results":"749","hashOfConfig":"473"},{"size":2350,"mtime":1602196385225,"results":"750","hashOfConfig":"473"},{"size":3616,"mtime":1598397971447,"results":"751","hashOfConfig":"473"},{"size":1389,"mtime":1598397971329,"results":"752","hashOfConfig":"473"},{"size":10647,"mtime":1606889248876,"results":"753","hashOfConfig":"473"},{"size":405,"mtime":1598397971500,"results":"754","hashOfConfig":"473"},{"size":9114,"mtime":1602101222577,"results":"755","hashOfConfig":"473"},{"size":9127,"mtime":1599755349515,"results":"756","hashOfConfig":"473"},{"size":6236,"mtime":1598886261484,"results":"757","hashOfConfig":"473"},{"size":283,"mtime":1598397971412,"results":"758","hashOfConfig":"473"},{"size":1397,"mtime":1598397971414,"results":"759","hashOfConfig":"473"},{"size":2021,"mtime":1600870943768,"results":"760","hashOfConfig":"473"},{"size":456,"mtime":1598397971359,"results":"761","hashOfConfig":"473"},{"size":1541,"mtime":1600870943758,"results":"762","hashOfConfig":"473"},{"size":551,"mtime":1598397971361,"results":"763","hashOfConfig":"473"},{"size":115,"mtime":1598397935670,"results":"764","hashOfConfig":"473"},{"size":1519,"mtime":1598397971452,"results":"765","hashOfConfig":"473"},{"size":2845,"mtime":1602101222569,"results":"766","hashOfConfig":"473"},{"size":3667,"mtime":1598886261522,"results":"767","hashOfConfig":"473"},{"size":2894,"mtime":1600109902397,"results":"768","hashOfConfig":"473"},{"size":4942,"mtime":1600870943762,"results":"769","hashOfConfig":"473"},{"size":4777,"mtime":1598397971495,"results":"770","hashOfConfig":"473"},{"size":639,"mtime":1598894824917,"results":"771","hashOfConfig":"473"},{"size":395,"mtime":1598397971489,"results":"772","hashOfConfig":"473"},{"size":1112,"mtime":1598886261541,"results":"773","hashOfConfig":"473"},{"size":2311,"mtime":1598397971488,"results":"774","hashOfConfig":"473"},{"size":1417,"mtime":1598397971446,"results":"775","hashOfConfig":"473"},{"size":6349,"mtime":1601409651916,"results":"776","hashOfConfig":"473"},{"size":3712,"mtime":1606959246920,"results":"777","hashOfConfig":"473"},{"size":3794,"mtime":1606959246919,"results":"778","hashOfConfig":"473"},{"size":3861,"mtime":1606959246918,"results":"779","hashOfConfig":"473"},{"size":6501,"mtime":1604086177630,"results":"780","hashOfConfig":"473"},{"size":4713,"mtime":1598886261478,"results":"781","hashOfConfig":"473"},{"size":6600,"mtime":1600870943736,"results":"782","hashOfConfig":"473"},{"size":2775,"mtime":1600870943737,"results":"783","hashOfConfig":"473"},{"size":4515,"mtime":1601409651896,"results":"784","hashOfConfig":"473"},{"size":5682,"mtime":1600870943744,"results":"785","hashOfConfig":"473"},{"size":1919,"mtime":1599755349506,"results":"786","hashOfConfig":"473"},{"size":3145,"mtime":1599755349515,"results":"787","hashOfConfig":"473"},{"size":1423,"mtime":1598397971415,"results":"788","hashOfConfig":"473"},{"size":1273,"mtime":1601409651897,"results":"789","hashOfConfig":"473"},{"size":2179,"mtime":1598886261505,"results":"790","hashOfConfig":"473"},{"size":5717,"mtime":1602101222567,"results":"791","hashOfConfig":"473"},{"size":5157,"mtime":1606950516738,"results":"792","hashOfConfig":"473"},{"size":1328,"mtime":1598397971469,"results":"793","hashOfConfig":"473"},{"size":1306,"mtime":1598397971418,"results":"794","hashOfConfig":"473"},{"size":3198,"mtime":1599755349527,"results":"795","hashOfConfig":"473"},{"size":1171,"mtime":1598397971435,"results":"796","hashOfConfig":"473"},{"size":1315,"mtime":1598397971471,"results":"797","hashOfConfig":"473"},{"size":813,"mtime":1598397935641,"results":"798","hashOfConfig":"473"},{"size":20806,"mtime":1600870943765,"results":"799","hashOfConfig":"473"},{"size":4210,"mtime":1602101222573,"results":"800","hashOfConfig":"473"},{"size":1722,"mtime":1598397971435,"results":"801","hashOfConfig":"473"},{"size":752,"mtime":1599755349518,"results":"802","hashOfConfig":"473"},{"size":3093,"mtime":1600870943765,"results":"803","hashOfConfig":"473"},{"size":1432,"mtime":1598397971444,"results":"804","hashOfConfig":"473"},{"size":1294,"mtime":1598397971445,"results":"805","hashOfConfig":"473"},{"size":1620,"mtime":1598397971466,"results":"806","hashOfConfig":"473"},{"size":1964,"mtime":1599755349501,"results":"807","hashOfConfig":"473"},{"size":6276,"mtime":1600870943740,"results":"808","hashOfConfig":"473"},{"size":1456,"mtime":1601765771144,"results":"809","hashOfConfig":"473"},{"size":1451,"mtime":1600870943755,"results":"810","hashOfConfig":"473"},{"size":3069,"mtime":1602101222564,"results":"811","hashOfConfig":"473"},{"size":5667,"mtime":1601409651909,"results":"812","hashOfConfig":"473"},{"size":579,"mtime":1598886261485,"results":"813","hashOfConfig":"473"},{"size":1220,"mtime":1598397971375,"results":"814","hashOfConfig":"473"},{"size":1310,"mtime":1598886261486,"results":"815","hashOfConfig":"473"},{"size":1113,"mtime":1598397971375,"results":"816","hashOfConfig":"473"},{"size":1651,"mtime":1598397971375,"results":"817","hashOfConfig":"473"},{"size":4087,"mtime":1598397971374,"results":"818","hashOfConfig":"473"},{"size":642,"mtime":1598397971374,"results":"819","hashOfConfig":"473"},{"size":8496,"mtime":1606950704283,"results":"820","hashOfConfig":"473"},{"size":620046,"mtime":1599755349538,"results":"821","hashOfConfig":"473"},{"size":2591,"mtime":1606868623938,"results":"822","hashOfConfig":"473"},{"size":1888,"mtime":1606868598899,"results":"823","hashOfConfig":"473"},{"size":2501,"mtime":1600888349080,"results":"824","hashOfConfig":"473"},{"size":3405,"mtime":1598397935614,"results":"825","hashOfConfig":"473"},{"size":886,"mtime":1598397971398,"results":"826","hashOfConfig":"473"},{"size":516,"mtime":1598397971474,"results":"827","hashOfConfig":"473"},{"size":3141,"mtime":1598895596094,"results":"828","hashOfConfig":"473"},{"size":5389,"mtime":1598894032024,"results":"829","hashOfConfig":"473"},{"size":872,"mtime":1598397971396,"results":"830","hashOfConfig":"473"},{"size":4362,"mtime":1598397971343,"results":"831","hashOfConfig":"473"},{"size":12606,"mtime":1601066968434,"results":"832","hashOfConfig":"473"},{"size":1306,"mtime":1599755349502,"results":"833","hashOfConfig":"473"},{"size":7844,"mtime":1600870943735,"results":"834","hashOfConfig":"473"},{"size":1058,"mtime":1598397935590,"results":"835","hashOfConfig":"473"},{"size":1335,"mtime":1598397971346,"results":"836","hashOfConfig":"473"},{"size":1441,"mtime":1598397971372,"results":"837","hashOfConfig":"473"},{"size":4143,"mtime":1598397971415,"results":"838","hashOfConfig":"473"},{"size":994,"mtime":1600870943774,"results":"839","hashOfConfig":"473"},{"size":9899,"mtime":1606948081761,"results":"840","hashOfConfig":"473"},{"size":7711,"mtime":1600285007891,"results":"841","hashOfConfig":"473"},{"size":1662,"mtime":1598397971416,"results":"842","hashOfConfig":"473"},{"size":2522,"mtime":1598397971471,"results":"843","hashOfConfig":"473"},{"size":3078,"mtime":1598397971418,"results":"844","hashOfConfig":"473"},{"size":1420,"mtime":1598886261500,"results":"845","hashOfConfig":"473"},{"size":2542,"mtime":1598397935641,"results":"846","hashOfConfig":"473"},{"size":3919,"mtime":1600109902393,"results":"847","hashOfConfig":"473"},{"size":5257,"mtime":1606946885156,"results":"848","hashOfConfig":"473"},{"size":1408,"mtime":1598397971467,"results":"849","hashOfConfig":"473"},{"size":50484,"mtime":1599755349520,"results":"850","hashOfConfig":"473"},{"size":8532,"mtime":1602196236395,"results":"851","hashOfConfig":"473"},{"size":10161,"mtime":1599755349521,"results":"852","hashOfConfig":"473"},{"size":13053,"mtime":1598984484778,"results":"853","hashOfConfig":"473"},{"size":13401,"mtime":1600889271786,"results":"854","hashOfConfig":"473"},{"size":5486,"mtime":1598397971449,"results":"855","hashOfConfig":"473"},{"size":4559,"mtime":1606947903730,"results":"856","hashOfConfig":"473"},{"size":2758,"mtime":1598397971468,"results":"857","hashOfConfig":"473"},{"size":9207,"mtime":1600109902392,"results":"858","hashOfConfig":"473"},{"size":283,"mtime":1606890933484,"results":"859","hashOfConfig":"473"},{"size":7557,"mtime":1602101222566,"results":"860","hashOfConfig":"473"},{"size":907,"mtime":1598886261504,"results":"861","hashOfConfig":"473"},{"size":5834,"mtime":1601409651909,"results":"862","hashOfConfig":"473"},{"size":482,"mtime":1598397971376,"results":"863","hashOfConfig":"473"},{"size":1535,"mtime":1601765771144,"results":"864","hashOfConfig":"473"},{"size":7781,"mtime":1600291997859,"results":"865","hashOfConfig":"473"},{"size":1590,"mtime":1600870943754,"results":"866","hashOfConfig":"473"},{"size":1540,"mtime":1599755349500,"results":"867","hashOfConfig":"473"},{"size":2032,"mtime":1598397971332,"results":"868","hashOfConfig":"473"},{"size":26179,"mtime":1604086524247,"results":"869","hashOfConfig":"473"},{"size":21510,"mtime":1598397971531,"results":"870","hashOfConfig":"473"},{"size":1552,"mtime":1600870943732,"results":"871","hashOfConfig":"473"},{"size":931,"mtime":1598397971397,"results":"872","hashOfConfig":"473"},{"size":523,"mtime":1598397971359,"results":"873","hashOfConfig":"473"},{"size":5534,"mtime":1598397971343,"results":"874","hashOfConfig":"473"},{"size":940,"mtime":1598397971395,"results":"875","hashOfConfig":"473"},{"size":10321,"mtime":1601409651898,"results":"876","hashOfConfig":"473"},{"size":1234,"mtime":1598397971345,"results":"877","hashOfConfig":"473"},{"size":342,"mtime":1598397971480,"results":"878","hashOfConfig":"473"},{"size":1580,"mtime":1598397971417,"results":"879","hashOfConfig":"473"},{"size":552,"mtime":1600882109840,"results":"880","hashOfConfig":"473"},{"size":1349,"mtime":1598397971437,"results":"881","hashOfConfig":"473"},{"size":3249,"mtime":1599755349514,"results":"882","hashOfConfig":"473"},{"size":2576,"mtime":1600871844406,"results":"883","hashOfConfig":"473"},{"size":3132,"mtime":1602196527728,"results":"884","hashOfConfig":"473"},{"size":1556,"mtime":1598397971441,"results":"885","hashOfConfig":"473"},{"size":1337,"mtime":1598397971440,"results":"886","hashOfConfig":"473"},{"size":2684,"mtime":1602101222565,"results":"887","hashOfConfig":"473"},{"size":9445,"mtime":1601318129958,"results":"888","hashOfConfig":"473"},{"size":3542,"mtime":1601765771145,"results":"889","hashOfConfig":"473"},{"size":1735,"mtime":1600870943742,"results":"890","hashOfConfig":"473"},{"size":1195,"mtime":1598397971332,"results":"891","hashOfConfig":"473"},{"size":3212,"mtime":1601765771143,"results":"892","hashOfConfig":"473"},{"size":13135,"mtime":1602101222560,"results":"893","hashOfConfig":"473"},{"size":5099,"mtime":1598397971466,"results":"894","hashOfConfig":"473"},{"size":1022,"mtime":1602197095183,"results":"895","hashOfConfig":"473"},{"size":2328,"mtime":1598886261462,"results":"896","hashOfConfig":"473"},{"size":3558,"mtime":1598397971399,"results":"897","hashOfConfig":"473"},{"size":6950,"mtime":1598397971398,"results":"898","hashOfConfig":"473"},{"size":4597,"mtime":1598397971397,"results":"899","hashOfConfig":"473"},{"size":4988,"mtime":1598397971396,"results":"900","hashOfConfig":"473"},{"size":4458,"mtime":1602181047895,"results":"901","hashOfConfig":"473"},{"size":2154,"mtime":1601409651899,"results":"902","hashOfConfig":"473"},{"size":3002,"mtime":1601765771146,"results":"903","hashOfConfig":"473"},{"size":2481,"mtime":1598397971417,"results":"904","hashOfConfig":"473"},{"size":1747,"mtime":1598397971441,"results":"905","hashOfConfig":"473"},{"size":549,"mtime":1598397971439,"results":"906","hashOfConfig":"473"},{"size":2708,"mtime":1598397971333,"results":"907","hashOfConfig":"473"},{"size":2638,"mtime":1598886261470,"results":"908","hashOfConfig":"473"},{"size":838,"mtime":1598886261466,"results":"909","hashOfConfig":"473"},{"size":3073,"mtime":1601318116835,"results":"910","hashOfConfig":"473"},{"size":2102,"mtime":1602196833373,"results":"911","hashOfConfig":"473"},{"size":5329,"mtime":1601409651908,"results":"912","hashOfConfig":"473"},{"size":2042,"mtime":1599755349502,"results":"913","hashOfConfig":"473"},{"size":1241,"mtime":1598886261469,"results":"914","hashOfConfig":"473"},{"size":1371,"mtime":1598886261465,"results":"915","hashOfConfig":"473"},{"size":1846,"mtime":1600883044072,"results":"916","hashOfConfig":"473"},{"size":1789,"mtime":1601409651907,"results":"917","hashOfConfig":"473"},{"size":1215,"mtime":1598886261472,"results":"918","hashOfConfig":"473"},{"size":1927,"mtime":1600872026375,"results":"919","hashOfConfig":"473"},{"size":5113,"mtime":1598397971407,"results":"920","hashOfConfig":"473"},{"size":526,"mtime":1601409651913,"results":"921","hashOfConfig":"473"},{"size":418,"mtime":1600285007890,"results":"922","hashOfConfig":"473"},{"size":1047,"mtime":1598397971347,"results":"923","hashOfConfig":"473"},{"size":2739,"mtime":1598397971371,"results":"924","hashOfConfig":"473"},{"size":9218,"mtime":1600870943735,"results":"925","hashOfConfig":"473"},{"size":1130,"mtime":1598397935589,"results":"926","hashOfConfig":"473"},{"size":968,"mtime":1598886261473,"results":"927","hashOfConfig":"473"},{"size":934,"mtime":1598397971344,"results":"928","hashOfConfig":"473"},{"size":3661,"mtime":1598397971341,"results":"929","hashOfConfig":"473"},{"size":6043,"mtime":1601317326335,"results":"930","hashOfConfig":"473"},{"size":4376,"mtime":1601317712222,"results":"931","hashOfConfig":"473"},{"size":3548,"mtime":1601316268196,"results":"932","hashOfConfig":"473"},{"size":3103,"mtime":1601409651902,"results":"933","hashOfConfig":"473"},{"size":3178,"mtime":1606950421948,"results":"934","hashOfConfig":"473"},{"size":2896,"mtime":1601315144779,"results":"935","hashOfConfig":"473"},{"size":6926,"mtime":1601315352887,"results":"936","hashOfConfig":"473"},{"size":13665,"mtime":1601317710125,"results":"937","hashOfConfig":"473"},{"size":2244,"mtime":1598397971379,"results":"938","hashOfConfig":"473"},{"size":1300,"mtime":1601317234758,"results":"939","hashOfConfig":"473"},{"size":1338,"mtime":1598397971401,"results":"940","hashOfConfig":"473"},{"size":4961,"mtime":1601316184918,"results":"941","hashOfConfig":"473"},{"size":978,"mtime":1598397971400,"results":"942","hashOfConfig":"473"},{"size":4218,"mtime":1600109902386,"results":"943","hashOfConfig":"473"},{"filePath":"944","messages":"945","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},"1kytv2q",{"filePath":"947","messages":"948","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"949","messages":"950","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"951","messages":"952","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"953","messages":"954","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"955","messages":"956","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"957","messages":"958","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"959","messages":"960","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"961","messages":"962","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"963","messages":"964","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"965","messages":"966","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"967","messages":"968","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"969","messages":"970","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"971","messages":"972","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"973","messages":"974","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"975","messages":"976","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"977","messages":"978","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"979","messages":"980","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"981","messages":"982","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"983","messages":"984","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"985","messages":"986","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"987","messages":"988","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"989","messages":"990","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"991","messages":"992","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"993","messages":"994","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"995","messages":"996","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"997","messages":"998","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"999","messages":"1000","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1001","messages":"1002","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1003","messages":"1004","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1005","messages":"1006","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1007","messages":"1008","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1009","messages":"1010","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1011","messages":"1012","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1013","messages":"1014","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1015","messages":"1016","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1017","messages":"1018","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1019","messages":"1020","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1021","messages":"1022","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1023","messages":"1024","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1025","messages":"1026","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1027","messages":"1028","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1029","messages":"1030","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1031","messages":"1032","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1033","messages":"1034","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1035","messages":"1036","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1037","messages":"1038","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1039","messages":"1040","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1041","messages":"1042","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1043","messages":"1044","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1045","messages":"1046","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1047","messages":"1048","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1049","messages":"1050","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1051","messages":"1052","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1053","messages":"1054","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1055","messages":"1056","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1057","messages":"1058","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1059","messages":"1060","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1061","messages":"1062","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1063","messages":"1064","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1065","messages":"1066","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1067","messages":"1068","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1069","messages":"1070","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1071","messages":"1072","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1073","messages":"1074","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1075","messages":"1076","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1077","messages":"1078","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1079","messages":"1080","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1081","messages":"1082","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1083","messages":"1084","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1085","messages":"1086","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1087","messages":"1088","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1089","messages":"1090","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1091","messages":"1092","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1093","messages":"1094","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1095","messages":"1096","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1097","messages":"1098","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1099","messages":"1100","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1101","messages":"1102","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1103","messages":"1104","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1105","messages":"1106","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1107","messages":"1108","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1109","messages":"1110","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1111","messages":"1112","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1113","messages":"1114","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1115","messages":"1116","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1117","messages":"1118","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1119","messages":"1120","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1121","messages":"1122","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1123","messages":"1124","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1125","messages":"1126","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1127","messages":"1128","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1129","messages":"1130","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1131","messages":"1132","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1133","messages":"1134","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1135","messages":"1136","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1137","messages":"1138","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1139","messages":"1140","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1141","messages":"1142","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1143","messages":"1144","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1145","messages":"1146","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1147","messages":"1148","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1149","messages":"1150","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1151","messages":"1152","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1153","messages":"1154","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1155","messages":"1156","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1157","messages":"1158","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1159","messages":"1160","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1161","messages":"1162","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1163","messages":"1164","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1165","messages":"1166","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1167","messages":"1168","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1169","messages":"1170","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1171","messages":"1172","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1173","messages":"1174","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1175","messages":"1176","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1177","messages":"1178","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1179","messages":"1180","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1181","messages":"1182","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1183","messages":"1184","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1185","messages":"1186","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1187","messages":"1188","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1189","messages":"1190","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1191","messages":"1192","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1193","messages":"1194","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1195","messages":"1196","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1197","messages":"1198","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1199","messages":"1200","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1201","messages":"1202","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1203","messages":"1204","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1205","messages":"1206","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1207","messages":"1208","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1209","messages":"1210","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1211","messages":"1212","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1213","messages":"1214","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1215","messages":"1216","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1217","messages":"1218","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1219","messages":"1220","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1221","messages":"1222","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1223","messages":"1224","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1225","messages":"1226","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1227","messages":"1228","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1229","messages":"1230","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1231","messages":"1232","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1233","messages":"1234","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1235","messages":"1236","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1237","messages":"1238","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1239","messages":"1240","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1241","messages":"1242","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1243","messages":"1244","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1245","messages":"1246","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1247","messages":"1248","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1249","messages":"1250","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1251","messages":"1252","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1253","messages":"1254","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1255","messages":"1256","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1257","messages":"1258","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1259","messages":"1260","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1261","messages":"1262","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1263","messages":"1264","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1265","messages":"1266","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1267","messages":"1268","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1269","messages":"1270","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1271","messages":"1272","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1273","messages":"1274","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1275","messages":"1276","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1277","messages":"1278","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1279","messages":"1280","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1281","messages":"1282","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1283","messages":"1284","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1285","messages":"1286","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1287","messages":"1288","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1289","messages":"1290","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1291","messages":"1292","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1293","messages":"1294","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1295","messages":"1296","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1297","messages":"1298","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1299","messages":"1300","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1301","messages":"1302","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1303","messages":"1304","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1305","messages":"1306","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1307","messages":"1308","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1309","messages":"1310","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1311","messages":"1312","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1313","messages":"1314","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1315","messages":"1316","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1317","messages":"1318","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1319","messages":"1320","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1321","messages":"1322","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1323","messages":"1324","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1325","messages":"1326","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1327","messages":"1328","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1329","messages":"1330","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1331","messages":"1332","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1333","messages":"1334","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1335","messages":"1336","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1337","messages":"1338","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1339","messages":"1340","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1341","messages":"1342","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1343","messages":"1344","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1345","messages":"1346","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1347","messages":"1348","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1349","messages":"1350","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1351","messages":"1352","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1353","messages":"1354","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1355","messages":"1356","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1357","messages":"1358","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1359","messages":"1360","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1361","messages":"1362","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1363","messages":"1364","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1365","messages":"1366","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1367","messages":"1368","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1369","messages":"1370","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1371","messages":"1372","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1373","messages":"1374","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1375","messages":"1376","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1377","messages":"1378","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1379","messages":"1380","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1381","messages":"1382","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1383","messages":"1384","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1385","messages":"1386","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1387","messages":"1388","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1389","messages":"1390","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1391","messages":"1392","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1393","messages":"1394","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1395","messages":"1396","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1397","messages":"1398","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1399","messages":"1400","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1401","messages":"1402","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1403","messages":"1404","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1405","messages":"1406","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1407","messages":"1408","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1409","messages":"1410","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1411","messages":"1412","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1413","messages":"1414","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1415","messages":"1416","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1417","messages":"1418","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1419","messages":"1420","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1421","messages":"1422","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1423","messages":"1424","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1425","messages":"1426","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1427","messages":"1428","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1429","messages":"1430","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1431","messages":"1432","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1433","messages":"1434","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1435","messages":"1436","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1437","messages":"1438","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1439","messages":"1440","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1441","messages":"1442","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1443","messages":"1444","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1445","messages":"1446","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1447","messages":"1448","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1449","messages":"1450","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1451","messages":"1452","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1453","messages":"1454","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1455","messages":"1456","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1457","messages":"1458","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1459","messages":"1460","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1461","messages":"1462","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1463","messages":"1464","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1465","messages":"1466","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1467","messages":"1468","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1469","messages":"1470","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1471","messages":"1472","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1473","messages":"1474","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1475","messages":"1476","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1477","messages":"1478","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1479","messages":"1480","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1481","messages":"1482","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1483","messages":"1484","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1485","messages":"1486","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1487","messages":"1488","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1489","messages":"1490","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1491","messages":"1492","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1493","messages":"1494","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1495","messages":"1496","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1497","messages":"1498","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1499","messages":"1500","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1501","messages":"1502","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1503","messages":"1504","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1505","messages":"1506","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1507","messages":"1508","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1509","messages":"1510","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1511","messages":"1512","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1513","messages":"1514","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1515","messages":"1516","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1517","messages":"1518","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1519","messages":"1520","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1521","messages":"1522","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1523","messages":"1524","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1525","messages":"1526","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1527","messages":"1528","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1529","messages":"1530","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1531","messages":"1532","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1533","messages":"1534","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1535","messages":"1536","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1537","messages":"1538","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1539","messages":"1540","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1541","messages":"1542","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1543","messages":"1544","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1545","messages":"1546","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1547","messages":"1548","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1549","messages":"1550","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1551","messages":"1552","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1553","messages":"1554","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1555","messages":"1556","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1557","messages":"1558","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1559","messages":"1560","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1561","messages":"1562","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1563","messages":"1564","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1565","messages":"1566","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1567","messages":"1568","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1569","messages":"1570","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1571","messages":"1572","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1573","messages":"1574","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1575","messages":"1576","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1577","messages":"1578","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1579","messages":"1580","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1581","messages":"1582","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1583","messages":"1584","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1585","messages":"1586","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1587","messages":"1588","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1589","messages":"1590","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1591","messages":"1592","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1593","messages":"1594","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1595","messages":"1596","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1597","messages":"1598","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1599","messages":"1600","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1601","messages":"1602","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1603","messages":"1604","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1605","messages":"1606","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1607","messages":"1608","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1609","messages":"1610","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1611","messages":"1612","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1613","messages":"1614","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1615","messages":"1616","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1617","messages":"1618","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1619","messages":"1620","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1621","messages":"1622","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1623","messages":"1624","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1625","messages":"1626","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1627","messages":"1628","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1629","messages":"1630","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1631","messages":"1632","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1633","messages":"1634","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1635","messages":"1636","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1637","messages":"1638","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1639","messages":"1640","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1641","messages":"1642","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1643","messages":"1644","errorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":"1645","usedDeprecatedRules":"946"},{"filePath":"1646","messages":"1647","errorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":"1648","usedDeprecatedRules":"946"},{"filePath":"1649","messages":"1650","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1651","messages":"1652","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1653","messages":"1654","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1655","messages":"1656","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1657","messages":"1658","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1659","messages":"1660","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1661","messages":"1662","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1663","messages":"1664","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1665","messages":"1666","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1667","messages":"1668","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1669","messages":"1670","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1671","messages":"1672","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1673","messages":"1674","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1675","messages":"1676","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1677","messages":"1678","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1679","messages":"1680","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1681","messages":"1682","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1683","messages":"1684","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1685","messages":"1686","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1687","messages":"1688","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1689","messages":"1690","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1691","messages":"1692","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1693","messages":"1694","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1695","messages":"1696","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1697","messages":"1698","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1699","messages":"1700","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1701","messages":"1702","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1703","messages":"1704","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1705","messages":"1706","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1707","messages":"1708","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1709","messages":"1710","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1711","messages":"1712","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1713","messages":"1714","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1715","messages":"1716","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1717","messages":"1718","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1719","messages":"1720","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1721","messages":"1722","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1723","messages":"1724","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1725","messages":"1726","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1727","messages":"1728","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1729","messages":"1730","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1731","messages":"1732","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1733","messages":"1734","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1735","messages":"1736","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1737","messages":"1738","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1739","messages":"1740","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1741","messages":"1742","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1743","messages":"1744","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1745","messages":"1746","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1747","messages":"1748","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1749","messages":"1750","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1751","messages":"1752","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1753","messages":"1754","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1755","messages":"1756","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1757","messages":"1758","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1759","messages":"1760","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1761","messages":"1762","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1763","messages":"1764","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1765","messages":"1766","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1767","messages":"1768","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1769","messages":"1770","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1771","messages":"1772","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1773","messages":"1774","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1775","messages":"1776","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1777","messages":"1778","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1779","messages":"1780","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1781","messages":"1782","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1783","messages":"1784","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1785","messages":"1786","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1787","messages":"1788","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1789","messages":"1790","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1791","messages":"1792","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1793","messages":"1794","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1795","messages":"1796","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1797","messages":"1798","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1799","messages":"1800","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1801","messages":"1802","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1803","messages":"1804","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1805","messages":"1806","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1807","messages":"1808","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1809","messages":"1810","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1811","messages":"1812","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1813","messages":"1814","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1815","messages":"1816","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1817","messages":"1818","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1819","messages":"1820","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1821","messages":"1822","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1823","messages":"1824","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1825","messages":"1826","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1827","messages":"1828","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1829","messages":"1830","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1831","messages":"1832","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1833","messages":"1834","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1835","messages":"1836","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1837","messages":"1838","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1839","messages":"1840","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1841","messages":"1842","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1843","messages":"1844","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1845","messages":"1846","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1847","messages":"1848","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1849","messages":"1850","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1851","messages":"1852","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1853","messages":"1854","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1855","messages":"1856","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1857","messages":"1858","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1859","messages":"1860","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1861","messages":"1862","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1863","messages":"1864","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1865","messages":"1866","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1867","messages":"1868","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1869","messages":"1870","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"1871","messages":"1872","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1873","messages":"1874","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1875","messages":"1876","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1877","messages":"1878","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1879","messages":"1880","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1881","messages":"1882","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1883","messages":"1884","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1885","messages":"1886","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1887","messages":"1888","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\index.js",[],["1889","1890"],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\store.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\translations\\i18n.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\App\\App.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\App\\registerServiceWorker.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\loading-spinner\\loading-spinner.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\root.reducer.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\root.saga.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\serviceWorker.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\GraphQLClient.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\App\\App.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\global-loading-bar\\global-loading-bar.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\user\\user.reducer.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\user\\user.sagas.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\messaging\\messaging.sagas.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\messaging\\messaging.reducer.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\email\\email.sagas.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\email\\email.reducer.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\modals\\modals.sagas.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\modals\\modals.reducer.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\application\\application.reducer.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\tech\\tech.sagas.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\application\\application.sagas.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\tech\\tech.reducer.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\firebase\\firebase.utils.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\apollo-error-handling.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\user\\user.actions.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\user\\user.selectors.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\private-route.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\application\\application.selectors.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\error-boundary\\error-boundary.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\tech\\tech.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\sign-in\\sign-in.page.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\landing\\landing.page.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\reset-password\\reset-password.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\manage\\manage.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\csi\\csi.container.page.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\mobile-payment\\mobile-payment.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\tech\\tech.types.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\application\\application.types.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\SSSUtils.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\application\\application.actions.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\modals\\modals.types.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\appointments.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\email\\email.types.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\tech\\tech.actions.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\messaging\\messaging.types.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\messaging\\messaging.actions.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\job-conversations.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\conversations.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\user\\user.types.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\csi.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\bodyshop.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\mobile-payment\\mobile-payment.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\manage\\manage.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\tech\\tech.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\config-form-components\\config-form-components.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\alert\\alert.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\user-validate-pw-reset\\user-validate-pw-reset.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\user-request-pw-reset\\user-request-reset-pw.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\sign-in-form\\sign-in-form.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\user.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\config-form-components\\config-form-types.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\parts-queue\\parts-queue.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\help\\help.page.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\time-tickets\\time-tickets.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\scoreboard\\scoreboard.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\payments-all\\payments-all.container.page.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\shift-clock\\shift-clock.page.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\shop-csi\\shop-csi.container.page.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-close\\jobs-close.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-all\\jobs-all.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\accounting-payments\\accounting-payments.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\tech-shift-clock\\tech-shift-clock.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\tech-job-clock\\tech-job-clock.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\production-board\\production-board.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\production-list\\production-list.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\tech-lookup\\tech-lookup.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-login\\tech-login.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\print-center-modal\\print-center-modal.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-ticket-modal\\time-ticket-modal.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\accounting.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\jobs.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\config-form-components\\textarea\\textarea.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\config-form-components\\text\\text.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\modals\\modals.actions.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\modals\\modals.selectors.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\timetickets.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\production-list\\production-list.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\jobs-lines.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\employees.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-calculate-totals\\job-calculate-totals.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\production-board\\production-board.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\rbac-wrapper\\rbac-wrapper.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\accounting-payments-table\\accounting-payments-table.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-ticket-shift\\time-ticket-shift.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-close\\jobs-close.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-job-clocked-in-list\\tech-job-clocked-in-list.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-job-clock-in-form\\tech-job-clock-in-form.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\email\\email.actions.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-list-paginated\\jobs-list-paginated.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-ticket-modal\\time-ticket-modal.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\tech\\tech.selectors.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\print-center-modal\\print-center-modal.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-lookup-jobs-list\\tech-lookup-jobs-list.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-lookup-jobs-drawer\\tech-lookup-jobs-drawer.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\sorters.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-table\\production-list-table.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-board-kanban\\production-board-kanban.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-job-clock-in-form\\tech-job-clock-in-form.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-ticket-shift-form\\time-ticket-shift-form.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-ticket-shift-active\\time-ticket-shift-active.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\PhoneFormatter.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\payment-export-button\\payment-export-button.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\payments-export-all-button\\payments-export-all-button.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-close-totals\\jobs-close-totals.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-open-button\\chat-open-button.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\CurrencyFormatter.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\labor-allocations-table\\labor-allocations-table.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-search-select\\job-search-select.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-input-number-calculator\\form-input-number-calculator.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-date-picker\\form-date-picker.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\employee-search-select\\employee-search-select.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\print-center-jobs\\print-center-jobs.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-notes\\jobs-notes.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-lines\\job-lines.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-documents-gallery\\jobs-documents-gallery.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\owner-tag-popover\\owner-tag-popover.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vehicle-tag-popover\\vehicle-tag-popover.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-columns\\production-list-columns.data.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\payments.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-table\\production-list-table.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\TemplateConstants.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-board-kanban\\production-board-kanban.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\labor-allocations-table\\labor-allocations-table.utility.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\DateFormatter.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-ticket-shift-form\\time-ticket-shift-form.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-labor\\jobs-detail-labor.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-job-clock-out-button\\tech-job-clock-out-button.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\data-label\\data-label.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\print-center-speed-print\\print-center-speed-print.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\print-center-item\\print-center-item.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\documents.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\notes.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-board-kanban\\production-board-kanban.utils.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\arrayHelper.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-documents-gallery\\jobs-documents-gallery.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-lines\\job-lines.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-notes\\jobs.notes.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\rbac-wrapper\\rbac-defaults.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-columns\\prodution-list-columns.touchtime.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-columns\\production-list-columns.status.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-columns\\production-list-columns.productionnote.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-columns\\production-list-columns.paintpriority.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-columns\\production-list-columns.bodypriority.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-columns\\production-list-columns.alert.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\scoreboard.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-close-export-button\\jobs-close-export-button.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-close-lines\\jobs-close-lines.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-close-auto-allocate\\jobs-close-auto-allocate.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-sublets-manage\\production-sublets-manage.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-scoreboard-add-button\\job-scoreboard-add-button.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-fields-changed-alert\\form-fields-changed-alert.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-table\\production-list-table.resizeable.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-columns\\production-list-columns.add.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-detail\\production-list-detail.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-board-filters\\production-board-filters.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-labor\\jobs-detail-labor.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\indefinite-loading\\indefinite-loading.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-board-kanban-card\\production-board-kanban-card.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\RenderTemplate.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-list-save-config-button\\production-list-save-config-button.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\not-found\\not-found.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\csi-response-list-paginated\\csi-response-list-paginated.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\csi-response-form\\csi-response-form.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\payments-list-paginated\\payment-list-paginated.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-job-clock-out-delete\\tech-job-clock-out-delete.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\scoreboard\\scoreboard.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\parts-queue\\parts-queue.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\ticket-tickets-dates-selector\\time-tickets-dates-selector.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-tickets-summary\\time-tickets-summary.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-ticket-list\\time-ticket-list.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\help-rescue\\help-rescue.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\config-form-components\\slider\\slider.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\config-form-components\\rate\\rate.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\config-form-components\\checkbox\\checkbox.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-documents-gallery\\jobs-documents-gallery.delete.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-documents-gallery\\jobs-document-gallery.download.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\parts-order-modal\\parts-order-modal.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\note-upsert-modal\\note-upsert-modal.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-line-note-popup\\job-line-note-popup.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-line-location-popup\\job-line-location-popup.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\documents-upload\\documents-upload.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\email-overlay\\email-overlay.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\templates.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\shop-templates\\shop-templates.container.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-items-formatted\\read-only-form-item.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-items-formatted\\part-type-form-item.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-items-formatted\\labor-type-form-item.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-sider\\tech-sider.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\tech-header\\tech-header.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\fcm-notification\\fcm-notification.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\accounting-payables\\accounting-payables.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\accounting-receivables\\accounting-receivables.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-deliver\\jobs-delivery.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-intake\\jobs-intake.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\payment-modal\\payment-modal.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\production-remove-button\\production-remove-button.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\parts-status-pie\\parts-status-pie.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-ticket-enter-button\\time-ticket-enter-button.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\bill-enter-modal\\bill-enter-modal.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-costing-modal\\job-costing-modal.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\bills\\bills.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\contract-detail\\contract-detail.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\contract-create\\contract-create.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\contracts\\contracts.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\courtesy-cars\\courtesy-cars.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\CleanAxios.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\courtesy-car-detail\\courtesy-car-detail.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\courtesy-car-create\\courtesy-car-create.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-create\\jobs-create.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\shop-vendor\\shop-vendor.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\shop\\shop.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\owners-detail\\owners-detail.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\email\\email.selectors.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\scoreboard-display\\scoreboard-display.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\owners\\owners.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\vehicles\\vehicles.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\vehicles-detail\\vehicles-detail.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\schedule\\schedule.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-available\\jobs-available.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\documents-upload\\documents-upload.utility.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-remove-from-parst-queue\\job-remove-from-parts-queue.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\vendors.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\bills.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\parts-orders.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\profile\\profile.container.page.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\time-tickets-summary-employees\\time-tickets-summary-employees.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-detail\\jobs-detail.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\manage-root\\manage-root.page.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs\\jobs.page.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\_test\\test.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\conflict\\conflict.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jira-support-widget\\jira-support-widget.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\header\\header.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-affix\\chat-affix.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\breadcrumbs\\breadcrumbs.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\note-upsert-modal\\note-upsert-modal.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\parts-order-modal\\parts-order-modal.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\email-overlay\\email-overlay.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-templates-list\\shop-templates-list.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-template-editor\\shop-template-editor.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\courtesy-car.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\create-recent-item.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\owners.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\vehicles.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\payment-form\\payment-form.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\available-jobs.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-checklist\\job-checklist.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\accounting-receivables-table\\accounting-receivables-table.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\accounting-payables-table\\accounting-payables-table.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\courtesy-cars\\courtesy-cars.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\courtesy-car-create\\courtesy-car-create.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\redux\\messaging\\messaging.selectors.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\owners-detail\\owners-detail.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\schedule\\schedule.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-available\\jobs-available.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\vehicles\\vehicles.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\owners\\owners.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\vehicles-detail\\vehicles-detail.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\profile\\profile.page.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\shop-vendor\\shop-vendor.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\scoreboard-targets-table\\scoreboard-targets-table.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\scoreboard-last-days\\scoreboard-last-days.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\scoreboard-jobs-list\\scoreboard-jobs-list.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\scoreboard-chart\\scoreboard-chart.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-csi-config\\shop-csi-config.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-employees\\shop-employees.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-affix\\chat-affix.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\header\\header.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\manage-root\\manage-root.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-detail\\jobs-detail.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-list\\jobs-list.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-cards\\job-detail-cards.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\loading-skeleton\\loading-skeleton.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\notes-preset-button\\notes-preset-button.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vendor-search-select\\vendor-search-select.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-items-formatted\\currency-form-item.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\layout-form-row\\layout-form-row.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-list-move-arrows\\form-list-move-arrows.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-create\\jobs-create.context.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-template-delete\\shop-template-delete.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-template-add\\shop-template-add.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\cccontracts.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-template-editor\\shop-template-editor.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\payment-form\\payment-form.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\jobs-create\\jobs-create.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\courtesy-car-detail\\courtesy-car-detail.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\contracts\\contracts.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\contract-create\\contract-create.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\contract-detail\\contract-detail.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\scoreboard-targets-table\\scoreboard-targets-table.util.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\pages\\bills\\bills.page.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\payable-export-button\\payable-export-button.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\payable-export-all-button\\payable-export-all-button.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-export-all-button\\jobs-export-all-button.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-costing-modal\\job-costing-modal.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\courtesy-cars-list\\courtesy-cars-list.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\courtesy-car-form\\courtesy-car-form.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\courtesy-car-return-modal\\courtesy-car-return-modal.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\bill-detail-edit\\bill-detail-edit.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-checklist\\components\\job-checklist-form\\job-checklist-form.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-checklist\\components\\job-checklist-template-list\\job-checklist-template-list.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\owner-detail-jobs\\owner-detail-jobs.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\owner-detail-form\\owner-detail-form.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\bill-form\\bill-form.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-calendar\\schedule-calendar.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-available-supplement\\jobs-available-supplement.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-available-new\\jobs-available-new.container.jsx",["1891"],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vehicles-list\\vehicles-list.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\owners-list\\owners-list.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vehicle-detail-jobs\\vehicle-detail-jobs.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\profile-shops\\profile-shops.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vendors-list\\vendors-list.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-employees\\shop-employees.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vendors-form\\vendors-form.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\profile-my\\profile-my.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-csi-config-form\\shop-csi-config-form.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\scoreboard-entry-edit\\scoreboard-entry-edit.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\scoreboard-day-stats\\scoreboard-day-stats.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\scoreboard-remove-button\\scorebard-remove-button.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vehicle-detail-form\\vehicle-detail-form.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-popup\\chat-popup.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\global-search\\global-search.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-reconciliation-modal\\job-reconciliation.modal.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-pli\\jobs-detail-pli.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-lines-upsert-modal\\job-lines-upsert-modal.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-job-modal\\schedule-job-modal.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-cards\\job-detail-cards.parts.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-cards\\job-detail-cards.notes.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-cards\\job-detail-cards.totals.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-cards\\job-detail-cards.documents.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-cards\\job-detail-cards.insurance.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-cards\\job-detail-cards.dates.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-cards\\job-detail-cards.damage.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-general\\jobs-detail-general.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\schema.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-template-test-render\\shop-template-test-render.component.jsx",["1892","1893","1894","1895"],"import { Button } from \"antd\";\r\nimport axios from \"axios\";\r\nimport gql from \"graphql-tag\";\r\n//import inlineCss from \"inline-css\";\r\nimport { JsonEditor as Editor } from \"jsoneditor-react\";\r\nimport \"jsoneditor-react/es/editor.min.css\";\r\nimport React, { useState } from \"react\";\r\nimport { useTranslation } from \"react-i18next\";\r\nimport { connect } from \"react-redux\";\r\nimport { createStructuredSelector } from \"reselect\";\r\nimport client from \"../../utils/GraphQLClient\";\r\nimport { selectBodyshop } from \"../../redux/user/user.selectors\";\r\nimport { displayTemplateInWindowNoprint } from \"../../utils/RenderTemplate\";\r\n\r\nconst mapStateToProps = createStructuredSelector({\r\n bodyshop: selectBodyshop,\r\n});\r\nconst mapDispatchToProps = (dispatch) => ({\r\n //setUserLanguage: language => dispatch(setUserLanguage(language))\r\n});\r\n\r\nexport function ShopTemplateTestRender({\r\n bodyshop,\r\n query,\r\n emailEditorRef,\r\n style,\r\n}) {\r\n const [variables, setVariables] = useState({ id: \"uuid\" });\r\n const [loading, setLoading] = useState(false);\r\n const { t } = useTranslation();\r\n\r\n const handleTestRender = async () => {\r\n try {\r\n setLoading(true);\r\nalert(\"IO-424 Blocks this.\")\r\n // emailEditorRef.current.exportHtml(async (data) => {\r\n // inlineCss(data.html, {\r\n // url: `${window.location.protocol}://${window.location.host}/`,\r\n // }).then(async function (inlineHtml) {\r\n // try {\r\n // const { data: contextData } = await client.query({\r\n // query: gql(query),\r\n // variables: variables,\r\n // fetchPolicy: \"network-only\",\r\n // });\r\n\r\n // const { data } = await axios.post(\"/render\", {\r\n // view: inlineHtml,\r\n // context: { ...contextData, bodyshop: bodyshop },\r\n // });\r\n // displayTemplateInWindowNoprint(data);\r\n\r\n // setLoading(false);\r\n // } catch (error) {\r\n // setLoading(false);\r\n // alert(error);\r\n // }\r\n // });\r\n // });\r\n } catch (error) {\r\n setLoading(false);\r\n alert(error);\r\n }\r\n };\r\n\r\n return (\r\n
\r\n
\r\n setVariables(e)} />\r\n
\r\n \r\n
\r\n );\r\n}\r\nexport default connect(\r\n mapStateToProps,\r\n mapDispatchToProps\r\n)(ShopTemplateTestRender);\r\n","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-template-editor-save-button\\shop-template-editor-save-button.component.jsx",["1896","1897","1898","1899"],"import React, { useState } from \"react\";\r\nimport { Button, notification } from \"antd\";\r\nimport { useMutation } from \"@apollo/react-hooks\";\r\nimport { useTranslation } from \"react-i18next\";\r\nimport { UPDATE_TEMPLATE } from \"../../graphql/templates.queries\";\r\nimport { logImEXEvent } from \"../../firebase/firebase.utils\";\r\n//import inlineCss from \"inline-css\";\r\n\r\nexport default function ShopTemplateSaveButton({\r\n templateId,\r\n gql,\r\n emailEditorRef,\r\n}) {\r\n const { t } = useTranslation();\r\n const [loading, setLoading] = useState(false);\r\n const [updateTemplate] = useMutation(UPDATE_TEMPLATE);\r\n\r\n const handleSave = async () => {\r\n alert(\"Outstanding issue IO-424\");\r\n // logImEXEvent(\"shop_template_update\");\r\n // setLoading(true);\r\n // emailEditorRef.current.exportHtml(async (data) => {\r\n // inlineCss(data.html, {\r\n // url: `${window.location.protocol}://${window.location.host}/`,\r\n // }).then(async function (inlineHtml) {\r\n // const result = await updateTemplate({\r\n // variables: {\r\n // templateId: templateId,\r\n // template: {\r\n // query: gql,\r\n // html: inlineHtml,\r\n // jsontemplate: data.design,\r\n // },\r\n // },\r\n // });\r\n // if (!!!result.errors) {\r\n // notification[\"success\"]({\r\n // message: t(\"templates.successes.updated\"),\r\n // });\r\n // } else {\r\n // notification[\"error\"]({\r\n // message: t(\"templates.errors.updating\", {\r\n // error: JSON.stringify(result.errors),\r\n // }),\r\n // });\r\n // }\r\n // setLoading(false);\r\n // });\r\n // });\r\n };\r\n\r\n return (\r\n \r\n );\r\n}\r\n","C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-available-supplement\\jobs-available-supplement.estlines.util.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-available-supplement\\jobs-available-supplement.headerfields.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-create-vehicle-info\\jobs-create-vehicle-info.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\associations.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\courtesy-car-contract-list\\courtesy-car-contract-list.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contracts-list\\contracts-list.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-create-owner-info\\jobs-create-owner-info.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-license-decode-button\\contract-license-decode-button.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-create-jobs-info\\jobs-create-jobs-info.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-jobs\\contract-jobs.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-convert-to-ro\\contract-convert-to-ro.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-job-block\\contract-job-block.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\courtesy-car-return-modal\\courtesy-car-return-modal.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-costing-statistics\\job-costing-statistics.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\owner-detail-form\\owner-detail-form.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\search.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\bill-form\\bill-form.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-available-new\\jobs-available-new.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\owner-detail-update-jobs\\owner-detail-update-jobs.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vendors-list\\vendors-list.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\owners-list\\owners-list.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\profile-shops\\profile-shops.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-employees\\shop-employees-list.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.speedprint.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vendors-form\\vendors-form.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vehicle-detail-update-jobs\\vehicle-detail-update-jobs.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.responsibilitycenters.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.scheduling.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.rostatus.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.laborrates.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.rbac.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.orderstatus.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-employees\\shop-employees-form.component.jsx",["1900"],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vehicles-list\\vehicles-list.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\shop-info\\shop-info.intake.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-items-formatted\\phone-form-item.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-available-supplement\\jobs-available-supplement.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-calendar\\schedule-calendar.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-job-modal\\schedule-job-modal.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-detail-cards\\job-detail-cards.template.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-reconciliation-modal\\job-reconciliation-modal.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-lines-upsert-modal\\job-lines-upsert-modal.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-pli\\jobs-detail-pli.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-new-conversation\\chat-new-conversation.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-conversation\\chat-conversation.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-damage-visual\\job-damage-visual.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\utils\\aamva.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\bill-form\\bill-form.totals.utility.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-create-vehicle-info\\jobs-create-vehicle-info.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-items-formatted\\email-form-item.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-jobs\\contract-jobs.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-create-owner-info\\jobs-create-owner-info.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\bill-form\\bill-form.lines.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\courtesy-car-fuel-select\\courtesy-car-fuel-select.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\messages.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\owner-find-modal\\owner-find-modal.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-items-formatted\\colorpicker-form-item.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-calendar-wrapper\\schedule-calendar-util.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-find-modal\\jobs-find-modal.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-production-list\\schedule-production-list.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-calendar-wrapper\\scheduler-calendar-wrapper.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-existing-appointments-list\\schedule-existing-appointments-list.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-day-view\\schedule-day-view.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-reconciliation-totals\\job-reconciliation-totals.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\parts-order-list-table\\parts-order-list-table.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-reconciliation-parts-table\\job-reconciliation-parts-table.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-bills-total\\job-bills-total.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-conversation\\chat-conversation.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-reconciliation-bills-table\\job-reconciliation-bills-table.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\bills-list-table\\bills-list-table.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\vehicle-detail-form\\vehicle-detail-form.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\form-date-time-picker\\form-date-time-picker.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-conversation-list\\chat-conversation-list.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-create-vehicle-info\\jobs-create-vehicle-info.search.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-create-vehicle-info\\jobs-create-vehicle-info.new.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-create-owner-info\\jobs-create-owner-info.search.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-create-owner-info\\jobs-create-owner-info.new.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-calendar-wrapper\\schedule-calendar-header.component.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\bill-line-search-select\\bill-line-search-select.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-reconciliation-totals\\job-reconciliation-totals.utility.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\owner-find-modal\\owner-find-modal.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-event\\schedule-event.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-day-view\\schedule-day-view.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-messages-list\\chat-message-list.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-send-message\\chat-send-message.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-conversation-title\\chat-conversation-title.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\parts-order-line-backorder-button\\parts-order-line-backorder-button.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-calendar-wrapper\\schedule-calendar-header-graph.component.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-event\\schedule-event.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-tag-ro\\chat-tag-ro.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-presets\\chat-presets.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-conversation-title-tags\\chat-conversation-title-tags.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-event\\schedule-event.color.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-event\\schedule-event.at.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\chat-tag-ro\\chat-tag-ro.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\schedule-block-day\\schedule-block-day.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-find-modal\\jobs-find-modal.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\graphql\\bill-lines.queries.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-checklist\\components\\job-checklist-template-item\\job-checklist-template-item.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\courtesy-car-status-select\\courtesy-car-status-select.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-costing-parts-table\\job-costing-parts-table.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-form\\contract-form.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-courtesy-car-block\\contract-courtesy-car-block.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-cars\\contract-cars.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-status-select\\contract-status-select.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\contract-cars\\contract-cars.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-rates\\jobs-detail-rates.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-totals\\jobs-detail-totals.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-header\\jobs-detail-header.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-dates\\jobs-detail-dates.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-convert-button\\jobs-convert-button.component.jsx",["1901"],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-change-status\\jobs-change-status.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-header-actions\\jobs-detail-header-actions.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-totals-table\\job-totals-table.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-employee-assignments\\job-employee-assignments.container.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-rates-change-button\\jobs-detail-rates-change-button.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-header-actions\\jobs-detail-header-actions.duplicate.util.js",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\job-employee-assignments\\job-employee-assignments.component.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-header-actions\\jobs-detail-header-actions.addtoproduction.util.jsx",[],"C:\\Users\\pfic\\WebDev\\bodyshop\\client\\src\\components\\jobs-detail-header-actions\\jobs-detail-header-actions.csi.component.jsx",[],{"ruleId":"1902","replacedBy":"1903"},{"ruleId":"1904","replacedBy":"1905"},{"ruleId":"1906","severity":1,"message":"1907","line":42,"column":9,"nodeType":"1908","messageId":"1909","endLine":42,"endColumn":15},{"ruleId":"1906","severity":1,"message":"1910","line":2,"column":8,"nodeType":"1908","messageId":"1909","endLine":2,"endColumn":13},{"ruleId":"1906","severity":1,"message":"1911","line":3,"column":8,"nodeType":"1908","messageId":"1909","endLine":3,"endColumn":11},{"ruleId":"1906","severity":1,"message":"1912","line":11,"column":8,"nodeType":"1908","messageId":"1909","endLine":11,"endColumn":14},{"ruleId":"1906","severity":1,"message":"1913","line":13,"column":10,"nodeType":"1908","messageId":"1909","endLine":13,"endColumn":40},{"ruleId":"1906","severity":1,"message":"1914","line":2,"column":18,"nodeType":"1908","messageId":"1909","endLine":2,"endColumn":30},{"ruleId":"1906","severity":1,"message":"1915","line":6,"column":10,"nodeType":"1908","messageId":"1909","endLine":6,"endColumn":22},{"ruleId":"1906","severity":1,"message":"1916","line":15,"column":19,"nodeType":"1908","messageId":"1909","endLine":15,"endColumn":29},{"ruleId":"1906","severity":1,"message":"1917","line":16,"column":10,"nodeType":"1908","messageId":"1909","endLine":16,"endColumn":24},{"ruleId":"1906","severity":1,"message":"1918","line":1,"column":31,"nodeType":"1908","messageId":"1909","endLine":1,"endColumn":42},{"ruleId":"1906","severity":1,"message":"1919","line":10,"column":3,"nodeType":"1908","messageId":"1909","endLine":10,"endColumn":18},"no-native-reassign",["1920"],"no-negated-in-lhs",["1921"],"no-unused-vars","'client' is assigned a value but never used.","Identifier","unusedVar","'axios' is defined but never used.","'gql' is defined but never used.","'client' is defined but never used.","'displayTemplateInWindowNoprint' is defined but never used.","'notification' is defined but never used.","'logImEXEvent' is defined but never used.","'setLoading' is assigned a value but never used.","'updateTemplate' is assigned a value but never used.","'InputNumber' is defined but never used.","'selectAuthLevel' is defined but never used.","no-global-assign","no-unsafe-negation"] \ No newline at end of file +[{"/Users/pfic/Documents/Development/bodyshop/client/src/index.js":"1","/Users/pfic/Documents/Development/bodyshop/client/src/redux/store.js":"2","/Users/pfic/Documents/Development/bodyshop/client/src/translations/i18n.js":"3","/Users/pfic/Documents/Development/bodyshop/client/src/App/registerServiceWorker.component.jsx":"4","/Users/pfic/Documents/Development/bodyshop/client/src/App/App.container.jsx":"5","/Users/pfic/Documents/Development/bodyshop/client/src/components/loading-spinner/loading-spinner.component.jsx":"6","/Users/pfic/Documents/Development/bodyshop/client/src/redux/root.saga.js":"7","/Users/pfic/Documents/Development/bodyshop/client/src/redux/root.reducer.js":"8","/Users/pfic/Documents/Development/bodyshop/client/src/serviceWorker.js":"9","/Users/pfic/Documents/Development/bodyshop/client/src/utils/GraphQLClient.js":"10","/Users/pfic/Documents/Development/bodyshop/client/src/App/App.jsx":"11","/Users/pfic/Documents/Development/bodyshop/client/src/components/global-loading-bar/global-loading-bar.component.jsx":"12","/Users/pfic/Documents/Development/bodyshop/client/src/redux/user/user.sagas.js":"13","/Users/pfic/Documents/Development/bodyshop/client/src/redux/messaging/messaging.reducer.js":"14","/Users/pfic/Documents/Development/bodyshop/client/src/redux/modals/modals.sagas.js":"15","/Users/pfic/Documents/Development/bodyshop/client/src/redux/email/email.reducer.js":"16","/Users/pfic/Documents/Development/bodyshop/client/src/redux/email/email.sagas.js":"17","/Users/pfic/Documents/Development/bodyshop/client/src/redux/modals/modals.reducer.js":"18","/Users/pfic/Documents/Development/bodyshop/client/src/redux/user/user.reducer.js":"19","/Users/pfic/Documents/Development/bodyshop/client/src/redux/messaging/messaging.sagas.js":"20","/Users/pfic/Documents/Development/bodyshop/client/src/redux/application/application.reducer.js":"21","/Users/pfic/Documents/Development/bodyshop/client/src/redux/application/application.sagas.js":"22","/Users/pfic/Documents/Development/bodyshop/client/src/redux/tech/tech.sagas.js":"23","/Users/pfic/Documents/Development/bodyshop/client/src/redux/tech/tech.reducer.js":"24","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/apollo-error-handling.js":"25","/Users/pfic/Documents/Development/bodyshop/client/src/firebase/firebase.utils.js":"26","/Users/pfic/Documents/Development/bodyshop/client/src/redux/user/user.actions.js":"27","/Users/pfic/Documents/Development/bodyshop/client/src/redux/user/user.selectors.js":"28","/Users/pfic/Documents/Development/bodyshop/client/src/utils/private-route.js":"29","/Users/pfic/Documents/Development/bodyshop/client/src/redux/application/application.selectors.js":"30","/Users/pfic/Documents/Development/bodyshop/client/src/components/error-boundary/error-boundary.component.jsx":"31","/Users/pfic/Documents/Development/bodyshop/client/src/pages/landing/landing.page.jsx":"32","/Users/pfic/Documents/Development/bodyshop/client/src/pages/sign-in/sign-in.page.jsx":"33","/Users/pfic/Documents/Development/bodyshop/client/src/pages/tech/tech.page.container.jsx":"34","/Users/pfic/Documents/Development/bodyshop/client/src/pages/mobile-payment/mobile-payment.container.jsx":"35","/Users/pfic/Documents/Development/bodyshop/client/src/pages/csi/csi.container.page.jsx":"36","/Users/pfic/Documents/Development/bodyshop/client/src/pages/manage/manage.page.container.jsx":"37","/Users/pfic/Documents/Development/bodyshop/client/src/pages/reset-password/reset-password.component.jsx":"38","/Users/pfic/Documents/Development/bodyshop/client/src/redux/user/user.types.js":"39","/Users/pfic/Documents/Development/bodyshop/client/src/redux/email/email.types.js":"40","/Users/pfic/Documents/Development/bodyshop/client/src/redux/messaging/messaging.types.js":"41","/Users/pfic/Documents/Development/bodyshop/client/src/redux/application/application.types.js":"42","/Users/pfic/Documents/Development/bodyshop/client/src/redux/tech/tech.types.js":"43","/Users/pfic/Documents/Development/bodyshop/client/src/redux/tech/tech.actions.js":"44","/Users/pfic/Documents/Development/bodyshop/client/src/redux/application/application.actions.js":"45","/Users/pfic/Documents/Development/bodyshop/client/src/utils/SSSUtils.js":"46","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/appointments.queries.js":"47","/Users/pfic/Documents/Development/bodyshop/client/src/redux/messaging/messaging.actions.js":"48","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/conversations.queries.js":"49","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/job-conversations.queries.js":"50","/Users/pfic/Documents/Development/bodyshop/client/src/redux/modals/modals.types.js":"51","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/csi.queries.js":"52","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/bodyshop.queries.js":"53","/Users/pfic/Documents/Development/bodyshop/client/src/pages/manage/manage.page.component.jsx":"54","/Users/pfic/Documents/Development/bodyshop/client/src/components/user-validate-pw-reset/user-validate-pw-reset.component.jsx":"55","/Users/pfic/Documents/Development/bodyshop/client/src/components/user-request-pw-reset/user-request-reset-pw.component.jsx":"56","/Users/pfic/Documents/Development/bodyshop/client/src/components/alert/alert.component.jsx":"57","/Users/pfic/Documents/Development/bodyshop/client/src/components/config-form-components/config-form-components.component.jsx":"58","/Users/pfic/Documents/Development/bodyshop/client/src/pages/mobile-payment/mobile-payment.component.jsx":"59","/Users/pfic/Documents/Development/bodyshop/client/src/components/config-form-components/config-form-types.js":"60","/Users/pfic/Documents/Development/bodyshop/client/src/pages/shop-templates/shop-templates.container.js":"61","/Users/pfic/Documents/Development/bodyshop/client/src/pages/parts-queue/parts-queue.page.container.jsx":"62","/Users/pfic/Documents/Development/bodyshop/client/src/pages/help/help.page.jsx":"63","/Users/pfic/Documents/Development/bodyshop/client/src/pages/time-tickets/time-tickets.container.jsx":"64","/Users/pfic/Documents/Development/bodyshop/client/src/pages/scoreboard/scoreboard.page.container.jsx":"65","/Users/pfic/Documents/Development/bodyshop/client/src/pages/payments-all/payments-all.container.page.jsx":"66","/Users/pfic/Documents/Development/bodyshop/client/src/pages/shift-clock/shift-clock.page.jsx":"67","/Users/pfic/Documents/Development/bodyshop/client/src/pages/shop-csi/shop-csi.container.page.jsx":"68","/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-all/jobs-all.container.jsx":"69","/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-close/jobs-close.container.jsx":"70","/Users/pfic/Documents/Development/bodyshop/client/src/pages/accounting-payments/accounting-payments.container.jsx":"71","/Users/pfic/Documents/Development/bodyshop/client/src/pages/accounting-payables/accounting-payables.container.jsx":"72","/Users/pfic/Documents/Development/bodyshop/client/src/pages/accounting-receivables/accounting-receivables.container.jsx":"73","/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-deliver/jobs-delivery.page.container.jsx":"74","/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-intake/jobs-intake.page.container.jsx":"75","/Users/pfic/Documents/Development/bodyshop/client/src/pages/production-board/production-board.container.jsx":"76","/Users/pfic/Documents/Development/bodyshop/client/src/pages/production-list/production-list.container.jsx":"77","/Users/pfic/Documents/Development/bodyshop/client/src/components/time-ticket-modal/time-ticket-modal.container.jsx":"78","/Users/pfic/Documents/Development/bodyshop/client/src/components/payment-modal/payment-modal.container.jsx":"79","/Users/pfic/Documents/Development/bodyshop/client/src/components/bill-enter-modal/bill-enter-modal.container.jsx":"80","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-costing-modal/job-costing-modal.container.jsx":"81","/Users/pfic/Documents/Development/bodyshop/client/src/pages/bills/bills.page.container.jsx":"82","/Users/pfic/Documents/Development/bodyshop/client/src/components/config-form-components/checkbox/checkbox.component.jsx":"83","/Users/pfic/Documents/Development/bodyshop/client/src/components/config-form-components/textarea/textarea.component.jsx":"84","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/payments.queries.js":"85","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/jobs.queries.js":"86","/Users/pfic/Documents/Development/bodyshop/client/src/components/config-form-components/text/text.component.jsx":"87","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/accounting.queries.js":"88","/Users/pfic/Documents/Development/bodyshop/client/src/components/config-form-components/slider/slider.component.jsx":"89","/Users/pfic/Documents/Development/bodyshop/client/src/components/config-form-components/rate/rate.component.jsx":"90","/Users/pfic/Documents/Development/bodyshop/client/src/redux/email/email.actions.js":"91","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/jobs-lines.queries.js":"92","/Users/pfic/Documents/Development/bodyshop/client/src/utils/RenderTemplate.js":"93","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-templates-list/shop-templates-list.container.jsx":"94","/Users/pfic/Documents/Development/bodyshop/client/src/pages/parts-queue/parts-queue.page.component.jsx":"95","/Users/pfic/Documents/Development/bodyshop/client/src/redux/modals/modals.actions.js":"96","/Users/pfic/Documents/Development/bodyshop/client/src/redux/modals/modals.selectors.js":"97","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-template-editor/shop-template-editor.container.jsx":"98","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/bills.queries.js":"99","/Users/pfic/Documents/Development/bodyshop/client/src/components/rbac-wrapper/rbac-wrapper.component.jsx":"100","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-list-paginated/jobs-list-paginated.component.jsx":"101","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-calculate-totals/job-calculate-totals.component.jsx":"102","/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-close/jobs-close.component.jsx":"103","/Users/pfic/Documents/Development/bodyshop/client/src/components/documents-upload/documents-upload.utility.js":"104","/Users/pfic/Documents/Development/bodyshop/client/src/components/accounting-payments-table/accounting-payments-table.component.jsx":"105","/Users/pfic/Documents/Development/bodyshop/client/src/pages/production-board/production-board.component.jsx":"106","/Users/pfic/Documents/Development/bodyshop/client/src/components/time-ticket-modal/time-ticket-modal.component.jsx":"107","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-costing-modal/job-costing-modal.component.jsx":"108","/Users/pfic/Documents/Development/bodyshop/client/src/pages/bills/bills.page.component.jsx":"109","/Users/pfic/Documents/Development/bodyshop/client/src/components/bill-detail-edit/bill-detail-edit.container.jsx":"110","/Users/pfic/Documents/Development/bodyshop/client/src/components/bill-form/bill-form.container.jsx":"111","/Users/pfic/Documents/Development/bodyshop/client/src/utils/TemplateConstants.js":"112","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/templates.queries.js":"113","/Users/pfic/Documents/Development/bodyshop/client/src/utils/sorters.js":"114","/Users/pfic/Documents/Development/bodyshop/client/src/utils/arrayHelper.js":"115","/Users/pfic/Documents/Development/bodyshop/client/src/components/rbac-wrapper/rbac-defaults.js":"116","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/documents.queries.js":"117","/Users/pfic/Documents/Development/bodyshop/client/src/components/payment-form/payment-form.container.jsx":"118","/Users/pfic/Documents/Development/bodyshop/client/src/utils/CleanAxios.js":"119","/Users/pfic/Documents/Development/bodyshop/client/src/utils/CurrencyFormatter.jsx":"120","/Users/pfic/Documents/Development/bodyshop/client/src/utils/DateFormatter.jsx":"121","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-template-editor/shop-template-editor.component.jsx":"122","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-template-delete/shop-template-delete.component.jsx":"123","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/employees.queries.js":"124","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/timetickets.queries.js":"125","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-template-add/shop-template-add.component.jsx":"126","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-remove-from-parst-queue/job-remove-from-parts-queue.component.jsx":"127","/Users/pfic/Documents/Development/bodyshop/client/src/components/loading-skeleton/loading-skeleton.component.jsx":"128","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-close-lines/jobs-close-lines.component.jsx":"129","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-close-totals/jobs-close-totals.component.jsx":"130","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-scoreboard-add-button/job-scoreboard-add-button.component.jsx":"131","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-close-auto-allocate/jobs-close-auto-allocate.component.jsx":"132","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-close-export-button/jobs-close-export-button.component.jsx":"133","/Users/pfic/Documents/Development/bodyshop/client/src/components/form-fields-changed-alert/form-fields-changed-alert.component.jsx":"134","/Users/pfic/Documents/Development/bodyshop/client/src/components/payments-export-all-button/payments-export-all-button.component.jsx":"135","/Users/pfic/Documents/Development/bodyshop/client/src/components/payment-export-button/payment-export-button.component.jsx":"136","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-board-kanban/production-board-kanban.container.jsx":"137","/Users/pfic/Documents/Development/bodyshop/client/src/components/labor-allocations-table/labor-allocations-table.component.jsx":"138","/Users/pfic/Documents/Development/bodyshop/client/src/components/layout-form-row/layout-form-row.component.jsx":"139","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-search-select/job-search-select.component.jsx":"140","/Users/pfic/Documents/Development/bodyshop/client/src/components/form-input-number-calculator/form-input-number-calculator.component.jsx":"141","/Users/pfic/Documents/Development/bodyshop/client/src/components/employee-search-select/employee-search-select.component.jsx":"142","/Users/pfic/Documents/Development/bodyshop/client/src/components/form-date-picker/form-date-picker.component.jsx":"143","/Users/pfic/Documents/Development/bodyshop/client/src/utils/PhoneFormatter.jsx":"144","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-costing-statistics/job-costing-statistics.component.jsx":"145","/Users/pfic/Documents/Development/bodyshop/client/src/pages/production-list/production-list.component.jsx":"146","/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-open-button/chat-open-button.component.jsx":"147","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-costing-parts-table/job-costing-parts-table.component.jsx":"148","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-checklist/job-checklist.component.jsx":"149","/Users/pfic/Documents/Development/bodyshop/client/src/components/bill-form/bill-form.component.jsx":"150","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/scoreboard.queries.js":"151","/Users/pfic/Documents/Development/bodyshop/client/src/components/payment-form/payment-form.component.jsx":"152","/Users/pfic/Documents/Development/bodyshop/client/src/components/labor-allocations-table/labor-allocations-table.utility.js":"153","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-template-test-render/shop-template-test-render.component.jsx":"154","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/schema.js":"155","/Users/pfic/Documents/Development/bodyshop/client/src/components/bill-form/bill-form.totals.utility.js":"156","/Users/pfic/Documents/Development/bodyshop/client/src/components/form-items-formatted/read-only-form-item.component.jsx":"157","/Users/pfic/Documents/Development/bodyshop/client/src/components/form-items-formatted/labor-type-form-item.component.jsx":"158","/Users/pfic/Documents/Development/bodyshop/client/src/components/form-items-formatted/part-type-form-item.component.jsx":"159","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-board-kanban/production-board-kanban.component.jsx":"160","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-table/production-list-table.container.jsx":"161","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-template-editor-save-button/shop-template-editor-save-button.component.jsx":"162","/Users/pfic/Documents/Development/bodyshop/client/src/components/bill-form/bill-form.lines.component.jsx":"163","/Users/pfic/Documents/Development/bodyshop/client/src/components/form-items-formatted/currency-form-item.component.jsx":"164","/Users/pfic/Documents/Development/bodyshop/client/src/components/vendor-search-select/vendor-search-select.component.jsx":"165","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-checklist/components/job-checklist-form/job-checklist-form.component.jsx":"166","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/vendors.queries.js":"167","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/bill-lines.queries.js":"168","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-board-kanban/production-board-kanban.utils.js":"169","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-checklist/components/job-checklist-template-list/job-checklist-template-list.component.jsx":"170","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-documents-gallery/jobs-documents-gallery.container.jsx":"171","/Users/pfic/Documents/Development/bodyshop/client/src/components/accounting-payables-table/accounting-payables-table.component.jsx":"172","/Users/pfic/Documents/Development/bodyshop/client/src/components/accounting-receivables-table/accounting-receivables-table.component.jsx":"173","/Users/pfic/Documents/Development/bodyshop/client/src/components/not-found/not-found.component.jsx":"174","/Users/pfic/Documents/Development/bodyshop/client/src/components/csi-response-list-paginated/csi-response-list-paginated.component.jsx":"175","/Users/pfic/Documents/Development/bodyshop/client/src/components/csi-response-form/csi-response-form.container.jsx":"176","/Users/pfic/Documents/Development/bodyshop/client/src/pages/scoreboard/scoreboard.page.component.jsx":"177","/Users/pfic/Documents/Development/bodyshop/client/src/components/time-ticket-shift/time-ticket-shift.container.jsx":"178","/Users/pfic/Documents/Development/bodyshop/client/src/components/payments-list-paginated/payment-list-paginated.component.jsx":"179","/Users/pfic/Documents/Development/bodyshop/client/src/components/time-tickets-summary/time-tickets-summary.component.jsx":"180","/Users/pfic/Documents/Development/bodyshop/client/src/components/help-rescue/help-rescue.component.jsx":"181","/Users/pfic/Documents/Development/bodyshop/client/src/components/time-ticket-list/time-ticket-list.component.jsx":"182","/Users/pfic/Documents/Development/bodyshop/client/src/components/ticket-tickets-dates-selector/time-tickets-dates-selector.component.jsx":"183","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-columns/production-list-columns.data.js":"184","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-table/production-list-table.component.jsx":"185","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-board-filters/production-board-filters.component.jsx":"186","/Users/pfic/Documents/Development/bodyshop/client/src/components/indefinite-loading/indefinite-loading.component.jsx":"187","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-board-kanban-card/production-board-kanban-card.component.jsx":"188","/Users/pfic/Documents/Development/bodyshop/client/src/components/form-list-move-arrows/form-list-move-arrows.component.jsx":"189","/Users/pfic/Documents/Development/bodyshop/client/src/components/bill-line-search-select/bill-line-search-select.component.jsx":"190","/Users/pfic/Documents/Development/bodyshop/client/src/components/form-date-time-picker/form-date-time-picker.component.jsx":"191","/Users/pfic/Documents/Development/bodyshop/client/src/components/email-overlay/email-overlay.container.jsx":"192","/Users/pfic/Documents/Development/bodyshop/client/src/redux/tech/tech.selectors.js":"193","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-checklist/components/job-checklist-template-item/job-checklist-template-item.component.jsx":"194","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-documents-gallery/jobs-documents-gallery.component.jsx":"195","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-export-all-button/jobs-export-all-button.component.jsx":"196","/Users/pfic/Documents/Development/bodyshop/client/src/components/scoreboard-display/scoreboard-display.component.jsx":"197","/Users/pfic/Documents/Development/bodyshop/client/src/components/time-ticket-shift-form/time-ticket-shift-form.container.jsx":"198","/Users/pfic/Documents/Development/bodyshop/client/src/components/time-ticket-shift-active/time-ticket-shift-active.component.jsx":"199","/Users/pfic/Documents/Development/bodyshop/client/src/components/time-ticket-enter-button/time-ticket-enter-button.component.jsx":"200","/Users/pfic/Documents/Development/bodyshop/client/src/components/time-tickets-summary-employees/time-tickets-summary-employees.component.jsx":"201","/Users/pfic/Documents/Development/bodyshop/client/src/components/payable-export-all-button/payable-export-all-button.component.jsx":"202","/Users/pfic/Documents/Development/bodyshop/client/src/components/payable-export-button/payable-export-button.component.jsx":"203","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-columns/prodution-list-columns.touchtime.component.jsx":"204","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-columns/production-list-columns.productionnote.component.jsx":"205","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-columns/production-list-columns.paintpriority.component.jsx":"206","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-columns/production-list-columns.status.component.jsx":"207","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-columns/production-list-columns.bodypriority.component.jsx":"208","/Users/pfic/Documents/Development/bodyshop/client/src/pages/contracts/contracts.page.container.jsx":"209","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-columns/production-list-columns.alert.component.jsx":"210","/Users/pfic/Documents/Development/bodyshop/client/src/pages/contract-detail/contract-detail.page.container.jsx":"211","/Users/pfic/Documents/Development/bodyshop/client/src/redux/email/email.selectors.js":"212","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-sublets-manage/production-sublets-manage.component.jsx":"213","/Users/pfic/Documents/Development/bodyshop/client/src/pages/contract-create/contract-create.page.container.jsx":"214","/Users/pfic/Documents/Development/bodyshop/client/src/pages/courtesy-car-create/courtesy-car-create.page.container.jsx":"215","/Users/pfic/Documents/Development/bodyshop/client/src/pages/courtesy-cars/courtesy-cars.page.container.jsx":"216","/Users/pfic/Documents/Development/bodyshop/client/src/pages/courtesy-car-detail/courtesy-car-detail.page.container.jsx":"217","/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-create/jobs-create.container.jsx":"218","/Users/pfic/Documents/Development/bodyshop/client/src/pages/shop-vendor/shop-vendor.page.container.jsx":"219","/Users/pfic/Documents/Development/bodyshop/client/src/pages/shop/shop.page.component.jsx":"220","/Users/pfic/Documents/Development/bodyshop/client/src/pages/owners/owners.page.container.jsx":"221","/Users/pfic/Documents/Development/bodyshop/client/src/pages/owners-detail/owners-detail.page.container.jsx":"222","/Users/pfic/Documents/Development/bodyshop/client/src/pages/vehicles-detail/vehicles-detail.page.container.jsx":"223","/Users/pfic/Documents/Development/bodyshop/client/src/pages/vehicles/vehicles.page.container.jsx":"224","/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-detail/jobs-detail.page.container.jsx":"225","/Users/pfic/Documents/Development/bodyshop/client/src/pages/schedule/schedule.page.container.jsx":"226","/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs/jobs.page.jsx":"227","/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-available/jobs-available.page.container.jsx":"228","/Users/pfic/Documents/Development/bodyshop/client/src/pages/manage-root/manage-root.page.container.jsx":"229","/Users/pfic/Documents/Development/bodyshop/client/src/pages/profile/profile.container.page.jsx":"230","/Users/pfic/Documents/Development/bodyshop/client/src/components/_test/test.component.jsx":"231","/Users/pfic/Documents/Development/bodyshop/client/src/components/print-center-modal/print-center-modal.container.jsx":"232","/Users/pfic/Documents/Development/bodyshop/client/src/components/jira-support-widget/jira-support-widget.component.jsx":"233","/Users/pfic/Documents/Development/bodyshop/client/src/components/header/header.container.jsx":"234","/Users/pfic/Documents/Development/bodyshop/client/src/components/fcm-notification/fcm-notification.component.jsx":"235","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-detail/production-list-detail.component.jsx":"236","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-remove-button/production-remove-button.component.jsx":"237","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-table/production-list-table.resizeable.component.jsx":"238","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-columns/production-list-columns.add.component.jsx":"239","/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-save-config-button/production-list-save-config-button.component.jsx":"240","/Users/pfic/Documents/Development/bodyshop/client/src/components/conflict/conflict.component.jsx":"241","/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-affix/chat-affix.container.jsx":"242","/Users/pfic/Documents/Development/bodyshop/client/src/components/breadcrumbs/breadcrumbs.component.jsx":"243","/Users/pfic/Documents/Development/bodyshop/client/src/components/email-overlay/email-overlay.component.jsx":"244","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-documents-gallery/jobs-documents-gallery.delete.component.jsx":"245","/Users/pfic/Documents/Development/bodyshop/client/src/utils/create-recent-item.js":"246","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/owners.queries.js":"247","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-documents-gallery/jobs-document-gallery.download.component.jsx":"248","/Users/pfic/Documents/Development/bodyshop/client/src/components/documents-upload/documents-upload.component.jsx":"249","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/available-jobs.queries.js":"250","/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-job-clock-out-button/tech-job-clock-out-button.component.jsx":"251","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/user.queries.js":"252","/Users/pfic/Documents/Development/bodyshop/client/src/components/time-ticket-shift-form/time-ticket-shift-form.component.jsx":"253","/Users/pfic/Documents/Development/bodyshop/client/src/components/data-label/data-label.component.jsx":"254","/Users/pfic/Documents/Development/bodyshop/client/src/components/scoreboard-last-days/scoreboard-last-days.component.jsx":"255","/Users/pfic/Documents/Development/bodyshop/client/src/components/scoreboard-chart/scoreboard-chart.component.jsx":"256","/Users/pfic/Documents/Development/bodyshop/client/src/components/scoreboard-targets-table/scoreboard-targets-table.component.jsx":"257","/Users/pfic/Documents/Development/bodyshop/client/src/components/scoreboard-jobs-list/scoreboard-jobs-list.component.jsx":"258","/Users/pfic/Documents/Development/bodyshop/client/src/pages/contract-detail/contract-detail.page.component.jsx":"259","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/vehicles.queries.js":"260","/Users/pfic/Documents/Development/bodyshop/client/src/pages/contract-create/contract-create.page.component.jsx":"261","/Users/pfic/Documents/Development/bodyshop/client/src/redux/messaging/messaging.selectors.js":"262","/Users/pfic/Documents/Development/bodyshop/client/src/pages/owners-detail/owners-detail.page.component.jsx":"263","/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-detail/jobs-detail.page.component.jsx":"264","/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-available/jobs-available.page.component.jsx":"265","/Users/pfic/Documents/Development/bodyshop/client/src/pages/manage-root/manage-root.page.component.jsx":"266","/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-create/jobs-create.context.js":"267","/Users/pfic/Documents/Development/bodyshop/client/src/components/print-center-modal/print-center-modal.component.jsx":"268","/Users/pfic/Documents/Development/bodyshop/client/src/pages/profile/profile.page.jsx":"269","/Users/pfic/Documents/Development/bodyshop/client/src/pages/schedule/schedule.page.component.jsx":"270","/Users/pfic/Documents/Development/bodyshop/client/src/pages/vehicles/vehicles.page.component.jsx":"271","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-cards/job-detail-cards.component.jsx":"272","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-list/jobs-list.component.jsx":"273","/Users/pfic/Documents/Development/bodyshop/client/src/components/header/header.component.jsx":"274","/Users/pfic/Documents/Development/bodyshop/client/src/components/parts-status-pie/parts-status-pie.component.jsx":"275","/Users/pfic/Documents/Development/bodyshop/client/src/pages/owners/owners.page.component.jsx":"276","/Users/pfic/Documents/Development/bodyshop/client/src/pages/vehicles-detail/vehicles-detail.page.component.jsx":"277","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-csi-config/shop-csi-config.component.jsx":"278","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.container.jsx":"279","/Users/pfic/Documents/Development/bodyshop/client/src/pages/shop-vendor/shop-vendor.page.component.jsx":"280","/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-affix/chat-affix.component.jsx":"281","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-employees/shop-employees.container.jsx":"282","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/courtesy-car.queries.js":"283","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/cccontracts.queries.js":"284","/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-create/jobs-create.component.jsx":"285","/Users/pfic/Documents/Development/bodyshop/client/src/pages/courtesy-car-detail/courtesy-car-detail.page.component.jsx":"286","/Users/pfic/Documents/Development/bodyshop/client/src/pages/courtesy-cars/courtesy-cars.page.component.jsx":"287","/Users/pfic/Documents/Development/bodyshop/client/src/pages/courtesy-car-create/courtesy-car-create.page.component.jsx":"288","/Users/pfic/Documents/Development/bodyshop/client/src/components/scoreboard-targets-table/scoreboard-targets-table.util.js":"289","/Users/pfic/Documents/Development/bodyshop/client/src/components/courtesy-car-return-modal/courtesy-car-return-modal.container.jsx":"290","/Users/pfic/Documents/Development/bodyshop/client/src/pages/contracts/contracts.page.component.jsx":"291","/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-job-clock-out-delete/tech-job-clock-out-delete.component.jsx":"292","/Users/pfic/Documents/Development/bodyshop/client/src/components/scoreboard-remove-button/scorebard-remove-button.component.jsx":"293","/Users/pfic/Documents/Development/bodyshop/client/src/components/scoreboard-entry-edit/scoreboard-entry-edit.component.jsx":"294","/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-convert-to-ro/contract-convert-to-ro.component.jsx":"295","/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-job-block/contract-job-block.component.jsx":"296","/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-form/contract-form.component.jsx":"297","/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-courtesy-car-block/contract-courtesy-car-block.component.jsx":"298","/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-license-decode-button/contract-license-decode-button.component.jsx":"299","/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-jobs/contract-jobs.container.jsx":"300","/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-cars/contract-cars.container.jsx":"301","/Users/pfic/Documents/Development/bodyshop/client/src/components/scoreboard-day-stats/scoreboard-day-stats.component.jsx":"302","/Users/pfic/Documents/Development/bodyshop/client/src/components/owner-detail-jobs/owner-detail-jobs.component.jsx":"303","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-reconciliation-modal/job-reconciliation.modal.container.jsx":"304","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-available-new/jobs-available-new.container.jsx":"305","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-available-supplement/jobs-available-supplement.container.jsx":"306","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-lines-upsert-modal/job-lines-upsert-modal.container.jsx":"307","/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-job-modal/schedule-job-modal.container.jsx":"308","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-pli/jobs-detail-pli.container.jsx":"309","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-labor/jobs-detail-labor.container.jsx":"310","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-notes/jobs-notes.container.jsx":"311","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-general/jobs-detail-general.component.jsx":"312","/Users/pfic/Documents/Development/bodyshop/client/src/components/print-center-jobs/print-center-jobs.component.jsx":"313","/Users/pfic/Documents/Development/bodyshop/client/src/components/profile-shops/profile-shops.container.jsx":"314","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-cards/job-detail-cards.totals.component.jsx":"315","/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-calendar/schedule-calendar.container.jsx":"316","/Users/pfic/Documents/Development/bodyshop/client/src/components/vehicles-list/vehicles-list.container.jsx":"317","/Users/pfic/Documents/Development/bodyshop/client/src/components/profile-my/profile-my.component.jsx":"318","/Users/pfic/Documents/Development/bodyshop/client/src/components/global-search/global-search.component.jsx":"319","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-cards/job-detail-cards.insurance.component.jsx":"320","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-cards/job-detail-cards.notes.component.jsx":"321","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-cards/job-detail-cards.parts.component.jsx":"322","/Users/pfic/Documents/Development/bodyshop/client/src/components/owners-list/owners-list.container.jsx":"323","/Users/pfic/Documents/Development/bodyshop/client/src/components/vehicle-detail-jobs/vehicle-detail-jobs.component.jsx":"324","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-csi-config-form/shop-csi-config-form.component.jsx":"325","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.component.jsx":"326","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-cards/job-detail-cards.documents.component.jsx":"327","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-cards/job-detail-cards.dates.component.jsx":"328","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-cards/job-detail-cards.damage.component.jsx":"329","/Users/pfic/Documents/Development/bodyshop/client/src/components/vendors-list/vendors-list.container.jsx":"330","/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-popup/chat-popup.component.jsx":"331","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-employees/shop-employees.component.jsx":"332","/Users/pfic/Documents/Development/bodyshop/client/src/components/vendors-form/vendors-form.container.jsx":"333","/Users/pfic/Documents/Development/bodyshop/client/src/components/vehicle-detail-form/vehicle-detail-form.container.jsx":"334","/Users/pfic/Documents/Development/bodyshop/client/src/components/vehicle-tag-popover/vehicle-tag-popover.component.jsx":"335","/Users/pfic/Documents/Development/bodyshop/client/src/components/owner-tag-popover/owner-tag-popover.component.jsx":"336","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-header/jobs-detail-header.component.jsx":"337","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-rates/jobs-detail-rates.component.jsx":"338","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-dates/jobs-detail-dates.component.jsx":"339","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-totals/jobs-detail-totals.component.jsx":"340","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-lines/job-lines.container.jsx":"341","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-create-vehicle-info/jobs-create-vehicle-info.container.jsx":"342","/Users/pfic/Documents/Development/bodyshop/client/src/components/courtesy-car-contract-list/courtesy-car-contract-list.component.jsx":"343","/Users/pfic/Documents/Development/bodyshop/client/src/components/courtesy-cars-list/courtesy-cars-list.component.jsx":"344","/Users/pfic/Documents/Development/bodyshop/client/src/components/courtesy-car-form/courtesy-car-form.component.jsx":"345","/Users/pfic/Documents/Development/bodyshop/client/src/utils/aamva.js":"346","/Users/pfic/Documents/Development/bodyshop/client/src/components/courtesy-car-return-modal/courtesy-car-return-modal.component.jsx":"347","/Users/pfic/Documents/Development/bodyshop/client/src/components/contracts-list/contracts-list.component.jsx":"348","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-available-supplement/jobs-available-supplement.headerfields.js":"349","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-available-supplement/jobs-available-supplement.estlines.util.js":"350","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/associations.queries.js":"351","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/search.queries.js":"352","/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-calendar-wrapper/schedule-calendar-util.js":"353","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/notes.queries.js":"354","/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-jobs/contract-jobs.component.jsx":"355","/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-cars/contract-cars.component.jsx":"356","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-available-new/jobs-available-new.component.jsx":"357","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-available-supplement/jobs-available-supplement.component.jsx":"358","/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-job-modal/schedule-job-modal.component.jsx":"359","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-notes/jobs.notes.component.jsx":"360","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-lines-upsert-modal/job-lines-upsert-modal.component.jsx":"361","/Users/pfic/Documents/Development/bodyshop/client/src/components/form-items-formatted/email-form-item.component.jsx":"362","/Users/pfic/Documents/Development/bodyshop/client/src/components/form-items-formatted/phone-form-item.component.jsx":"363","/Users/pfic/Documents/Development/bodyshop/client/src/components/profile-shops/profile-shops.component.jsx":"364","/Users/pfic/Documents/Development/bodyshop/client/src/components/owner-detail-update-jobs/owner-detail-update-jobs.component.jsx":"365","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-cards/job-detail-cards.template.component.jsx":"366","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-damage-visual/job-damage-visual.component.jsx":"367","/Users/pfic/Documents/Development/bodyshop/client/src/components/vehicles-list/vehicles-list.component.jsx":"368","/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-calendar/schedule-calendar.component.jsx":"369","/Users/pfic/Documents/Development/bodyshop/client/src/components/print-center-speed-print/print-center-speed-print.component.jsx":"370","/Users/pfic/Documents/Development/bodyshop/client/src/components/print-center-item/print-center-item.component.jsx":"371","/Users/pfic/Documents/Development/bodyshop/client/src/components/vehicle-detail-update-jobs/vehicle-detail-update-jobs.component.jsx":"372","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.speedprint.component.jsx":"373","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.rostatus.component.jsx":"374","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.responsibilitycenters.component.jsx":"375","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.scheduling.component.jsx":"376","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.laborrates.component.jsx":"377","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.rbac.component.jsx":"378","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.orderstatus.component.jsx":"379","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.intake.component.jsx":"380","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-employees/shop-employees-list.component.jsx":"381","/Users/pfic/Documents/Development/bodyshop/client/src/components/vendors-form/vendors-form.component.jsx":"382","/Users/pfic/Documents/Development/bodyshop/client/src/components/vehicle-detail-form/vehicle-detail-form.component.jsx":"383","/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-employees/shop-employees-form.component.jsx":"384","/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-new-conversation/chat-new-conversation.component.jsx":"385","/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-conversation/chat-conversation.container.jsx":"386","/Users/pfic/Documents/Development/bodyshop/client/src/components/vendors-list/vendors-list.component.jsx":"387","/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-conversation-list/chat-conversation-list.component.jsx":"388","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-lines/job-lines.component.jsx":"389","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-create-vehicle-info/jobs-create-vehicle-info.component.jsx":"390","/Users/pfic/Documents/Development/bodyshop/client/src/components/courtesy-car-fuel-select/courtesy-car-fuel-select.component.jsx":"391","/Users/pfic/Documents/Development/bodyshop/client/src/components/courtesy-car-status-select/courtesy-car-status-select.component.jsx":"392","/Users/pfic/Documents/Development/bodyshop/client/src/components/owners-list/owners-list.component.jsx":"393","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-totals-table/job-totals-table.component.jsx":"394","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-rates-change-button/jobs-detail-rates-change-button.component.jsx":"395","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.component.jsx":"396","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-change-status/jobs-change-status.component.jsx":"397","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-convert-button/jobs-convert-button.component.jsx":"398","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-employee-assignments/job-employee-assignments.container.jsx":"399","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-labor/jobs-detail-labor.component.jsx":"400","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-pli/jobs-detail-pli.component.jsx":"401","/Users/pfic/Documents/Development/bodyshop/client/src/components/owner-find-modal/owner-find-modal.container.jsx":"402","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-find-modal/jobs-find-modal.container.jsx":"403","/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-existing-appointments-list/schedule-existing-appointments-list.component.jsx":"404","/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-day-view/schedule-day-view.container.jsx":"405","/Users/pfic/Documents/Development/bodyshop/client/src/components/note-upsert-modal/note-upsert-modal.container.jsx":"406","/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-calendar-wrapper/scheduler-calendar-wrapper.component.jsx":"407","/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-production-list/schedule-production-list.component.jsx":"408","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/messages.queries.js":"409","/Users/pfic/Documents/Development/bodyshop/client/src/components/form-items-formatted/colorpicker-form-item.component.jsx":"410","/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-conversation/chat-conversation.component.jsx":"411","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.duplicate.util.js":"412","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-create-vehicle-info/jobs-create-vehicle-info.new.component.jsx":"413","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-create-vehicle-info/jobs-create-vehicle-info.search.component.jsx":"414","/Users/pfic/Documents/Development/bodyshop/client/src/components/parts-order-modal/parts-order-modal.container.jsx":"415","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-line-note-popup/job-line-note-popup.component.jsx":"416","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-employee-assignments/job-employee-assignments.component.jsx":"417","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.csi.component.jsx":"418","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.addtoproduction.util.jsx":"419","/Users/pfic/Documents/Development/bodyshop/client/src/components/bills-list-table/bills-list-table.component.jsx":"420","/Users/pfic/Documents/Development/bodyshop/client/src/components/parts-order-list-table/parts-order-list-table.component.jsx":"421","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-bills-total/job-bills-total.component.jsx":"422","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-line-location-popup/job-line-location-popup.component.jsx":"423","/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-calendar-wrapper/schedule-calendar-header.component.js":"424","/Users/pfic/Documents/Development/bodyshop/client/src/components/owner-find-modal/owner-find-modal.component.jsx":"425","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-find-modal/jobs-find-modal.component.jsx":"426","/Users/pfic/Documents/Development/bodyshop/client/src/components/note-upsert-modal/note-upsert-modal.component.jsx":"427","/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-event/schedule-event.container.jsx":"428","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/parts-orders.queries.js":"429","/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-send-message/chat-send-message.component.jsx":"430","/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-messages-list/chat-message-list.component.jsx":"431","/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-conversation-title/chat-conversation-title.component.jsx":"432","/Users/pfic/Documents/Development/bodyshop/client/src/components/parts-order-modal/parts-order-modal.component.jsx":"433","/Users/pfic/Documents/Development/bodyshop/client/src/components/parts-order-line-backorder-button/parts-order-line-backorder-button.component.jsx":"434","/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-calendar-wrapper/schedule-calendar-header-graph.component.js":"435","/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-block-day/schedule-block-day.component.jsx":"436","/Users/pfic/Documents/Development/bodyshop/client/src/components/notes-preset-button/notes-preset-button.component.jsx":"437","/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-event/schedule-event.component.jsx":"438","/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-tag-ro/chat-tag-ro.container.jsx":"439","/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-conversation-title-tags/chat-conversation-title-tags.component.jsx":"440","/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-presets/chat-presets.component.jsx":"441","/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-event/schedule-event.color.component.jsx":"442","/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-event/schedule-event.at.component.jsx":"443","/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-tag-ro/chat-tag-ro.component.jsx":"444","/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-day-view/schedule-day-view.component.jsx":"445","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-reconciliation-modal/job-reconciliation-modal.component.jsx":"446","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-reconciliation-totals/job-reconciliation-totals.component.jsx":"447","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-reconciliation-parts-table/job-reconciliation-parts-table.component.jsx":"448","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-reconciliation-bills-table/job-reconciliation-bills-table.component.jsx":"449","/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-status-select/contract-status-select.component.jsx":"450","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-create-owner-info/jobs-create-owner-info.container.jsx":"451","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-create-jobs-info/jobs-create-jobs-info.component.jsx":"452","/Users/pfic/Documents/Development/bodyshop/client/src/components/owner-detail-form/owner-detail-form.container.jsx":"453","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-reconciliation-totals/job-reconciliation-totals.utility.js":"454","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-create-owner-info/jobs-create-owner-info.component.jsx":"455","/Users/pfic/Documents/Development/bodyshop/client/src/components/owner-detail-form/owner-detail-form.component.jsx":"456","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-create-owner-info/jobs-create-owner-info.search.component.jsx":"457","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-create-owner-info/jobs-create-owner-info.new.component.jsx":"458","/Users/pfic/Documents/Development/bodyshop/client/src/pages/tech/tech.page.component.jsx":"459","/Users/pfic/Documents/Development/bodyshop/client/src/components/sign-in-form/sign-in-form.component.jsx":"460","/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-header/tech-header.component.jsx":"461","/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-sider/tech-sider.component.jsx":"462","/Users/pfic/Documents/Development/bodyshop/client/src/pages/tech-job-clock/tech-job-clock.component.jsx":"463","/Users/pfic/Documents/Development/bodyshop/client/src/pages/tech-lookup/tech-lookup.container.jsx":"464","/Users/pfic/Documents/Development/bodyshop/client/src/pages/tech-shift-clock/tech-shift-clock.component.jsx":"465","/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-login/tech-login.component.jsx":"466","/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-lookup-jobs-list/tech-lookup-jobs-list.component.jsx":"467","/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-lookup-jobs-drawer/tech-lookup-jobs-drawer.component.jsx":"468","/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-job-clock-in-form/tech-job-clock-in-form.container.jsx":"469","/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-job-clocked-in-list/tech-job-clocked-in-list.component.jsx":"470","/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-job-clock-in-form/tech-job-clock-in-form.component.jsx":"471"},{"size":1012,"mtime":1602002637394,"results":"472","hashOfConfig":"473"},{"size":1306,"mtime":1604945866817,"results":"474","hashOfConfig":"473"},{"size":896,"mtime":1602002613537,"results":"475","hashOfConfig":"473"},{"size":1348,"mtime":1602083911357,"results":"476","hashOfConfig":"473"},{"size":823,"mtime":1602090521166,"results":"477","hashOfConfig":"473"},{"size":503,"mtime":1596077229190,"results":"478","hashOfConfig":"473"},{"size":578,"mtime":1602002613527,"results":"479","hashOfConfig":"473"},{"size":947,"mtime":1602002613526,"results":"480","hashOfConfig":"473"},{"size":5625,"mtime":1602002613531,"results":"481","hashOfConfig":"473"},{"size":2847,"mtime":1604023392565,"results":"482","hashOfConfig":"473"},{"size":3129,"mtime":1602002613348,"results":"483","hashOfConfig":"473"},{"size":1566,"mtime":1602002613374,"results":"484","hashOfConfig":"473"},{"size":6466,"mtime":1606960247904,"results":"485","hashOfConfig":"473"},{"size":1135,"mtime":1602002613525,"results":"486","hashOfConfig":"473"},{"size":123,"mtime":1602002613526,"results":"487","hashOfConfig":"473"},{"size":747,"mtime":1602002613523,"results":"488","hashOfConfig":"473"},{"size":2055,"mtime":1602002613524,"results":"489","hashOfConfig":"473"},{"size":1302,"mtime":1602002637427,"results":"490","hashOfConfig":"473"},{"size":2613,"mtime":1602002613529,"results":"491","hashOfConfig":"473"},{"size":3265,"mtime":1602090707909,"results":"492","hashOfConfig":"473"},{"size":2273,"mtime":1602002637424,"results":"493","hashOfConfig":"473"},{"size":3977,"mtime":1604023392563,"results":"494","hashOfConfig":"473"},{"size":1063,"mtime":1602002613527,"results":"495","hashOfConfig":"473"},{"size":979,"mtime":1602002613527,"results":"496","hashOfConfig":"473"},{"size":614,"mtime":1596077229206,"results":"497","hashOfConfig":"473"},{"size":3458,"mtime":1602091088216,"results":"498","hashOfConfig":"473"},{"size":2683,"mtime":1602002613528,"results":"499","hashOfConfig":"473"},{"size":664,"mtime":1602002613530,"results":"500","hashOfConfig":"473"},{"size":477,"mtime":1604945866817,"results":"501","hashOfConfig":"473"},{"size":963,"mtime":1602002637426,"results":"502","hashOfConfig":"473"},{"size":2180,"mtime":1602002613370,"results":"503","hashOfConfig":"473"},{"size":539,"mtime":1602002613509,"results":"504","hashOfConfig":"473"},{"size":198,"mtime":1604945866816,"results":"505","hashOfConfig":"473"},{"size":1170,"mtime":1602002613520,"results":"506","hashOfConfig":"473"},{"size":601,"mtime":1602002613512,"results":"507","hashOfConfig":"473"},{"size":4524,"mtime":1602002613502,"results":"508","hashOfConfig":"473"},{"size":1175,"mtime":1602002637408,"results":"509","hashOfConfig":"473"},{"size":663,"mtime":1602002613515,"results":"510","hashOfConfig":"473"},{"size":1449,"mtime":1602002613530,"results":"511","hashOfConfig":"473"},{"size":284,"mtime":1596077229222,"results":"512","hashOfConfig":"473"},{"size":377,"mtime":1602002613525,"results":"513","hashOfConfig":"473"},{"size":497,"mtime":1602002637426,"results":"514","hashOfConfig":"473"},{"size":219,"mtime":1602002613528,"results":"515","hashOfConfig":"473"},{"size":482,"mtime":1602002613527,"results":"516","hashOfConfig":"473"},{"size":1135,"mtime":1602002637424,"results":"517","hashOfConfig":"473"},{"size":1086,"mtime":1604023392566,"results":"518","hashOfConfig":"473"},{"size":5017,"mtime":1604023392561,"results":"519","hashOfConfig":"473"},{"size":914,"mtime":1602002613524,"results":"520","hashOfConfig":"473"},{"size":1653,"mtime":1602002637380,"results":"521","hashOfConfig":"473"},{"size":738,"mtime":1602002613486,"results":"522","hashOfConfig":"473"},{"size":152,"mtime":1602002613526,"results":"523","hashOfConfig":"473"},{"size":1766,"mtime":1602002637381,"results":"524","hashOfConfig":"473"},{"size":4475,"mtime":1604023392562,"results":"525","hashOfConfig":"473"},{"size":13262,"mtime":1602090707910,"results":"526","hashOfConfig":"473"},{"size":3503,"mtime":1602083333371,"results":"527","hashOfConfig":"473"},{"size":2511,"mtime":1602083316281,"results":"528","hashOfConfig":"473"},{"size":275,"mtime":1604945866810,"results":"529","hashOfConfig":"473"},{"size":443,"mtime":1602002613357,"results":"530","hashOfConfig":"473"},{"size":2648,"mtime":1602002613512,"results":"531","hashOfConfig":"473"},{"size":380,"mtime":1604945866812,"results":"532","hashOfConfig":"473"},{"size":1905,"mtime":1602002637419,"results":"533","hashOfConfig":"473"},{"size":1107,"mtime":1602002637411,"results":"534","hashOfConfig":"473"},{"size":202,"mtime":1602002637401,"results":"535","hashOfConfig":"473"},{"size":2670,"mtime":1602002637422,"results":"536","hashOfConfig":"473"},{"size":1761,"mtime":1602002637418,"results":"537","hashOfConfig":"473"},{"size":2550,"mtime":1602002637413,"results":"538","hashOfConfig":"473"},{"size":374,"mtime":1602002613517,"results":"539","hashOfConfig":"473"},{"size":3057,"mtime":1602002637418,"results":"540","hashOfConfig":"473"},{"size":2380,"mtime":1602002637402,"results":"541","hashOfConfig":"473"},{"size":2582,"mtime":1602002637403,"results":"542","hashOfConfig":"473"},{"size":1925,"mtime":1602002637395,"results":"543","hashOfConfig":"473"},{"size":1914,"mtime":1602002637394,"results":"544","hashOfConfig":"473"},{"size":2051,"mtime":1602002637396,"results":"545","hashOfConfig":"473"},{"size":2641,"mtime":1602002637404,"results":"546","hashOfConfig":"473"},{"size":3024,"mtime":1606960247903,"results":"547","hashOfConfig":"473"},{"size":1408,"mtime":1602002637414,"results":"548","hashOfConfig":"473"},{"size":1375,"mtime":1602002637415,"results":"549","hashOfConfig":"473"},{"size":6598,"mtime":1606960247902,"results":"550","hashOfConfig":"473"},{"size":5784,"mtime":1602002637339,"results":"551","hashOfConfig":"473"},{"size":5916,"mtime":1602002637704,"results":"552","hashOfConfig":"473"},{"size":1728,"mtime":1604945866814,"results":"553","hashOfConfig":"473"},{"size":2341,"mtime":1602002637689,"results":"554","hashOfConfig":"473"},{"size":567,"mtime":1602002613357,"results":"555","hashOfConfig":"473"},{"size":563,"mtime":1602002613358,"results":"556","hashOfConfig":"473"},{"size":1480,"mtime":1602002613491,"results":"557","hashOfConfig":"473"},{"size":23429,"mtime":1607121550955,"results":"558","hashOfConfig":"473"},{"size":531,"mtime":1602002613358,"results":"559","hashOfConfig":"473"},{"size":1282,"mtime":1602002637377,"results":"560","hashOfConfig":"473"},{"size":574,"mtime":1602002613358,"results":"561","hashOfConfig":"473"},{"size":539,"mtime":1602002613357,"results":"562","hashOfConfig":"473"},{"size":570,"mtime":1596077229221,"results":"563","hashOfConfig":"473"},{"size":3264,"mtime":1602002637383,"results":"564","hashOfConfig":"473"},{"size":2168,"mtime":1602090707773,"results":"565","hashOfConfig":"473"},{"size":2735,"mtime":1602002637368,"results":"566","hashOfConfig":"473"},{"size":7954,"mtime":1602002637410,"results":"567","hashOfConfig":"473"},{"size":362,"mtime":1596077229223,"results":"568","hashOfConfig":"473"},{"size":1235,"mtime":1602002637428,"results":"569","hashOfConfig":"473"},{"size":1446,"mtime":1602002637367,"results":"570","hashOfConfig":"473"},{"size":4318,"mtime":1602002637691,"results":"571","hashOfConfig":"473"},{"size":1449,"mtime":1602002613448,"results":"572","hashOfConfig":"473"},{"size":6267,"mtime":1602002637327,"results":"573","hashOfConfig":"473"},{"size":1321,"mtime":1602002637290,"results":"574","hashOfConfig":"473"},{"size":4110,"mtime":1602002637403,"results":"575","hashOfConfig":"473"},{"size":4444,"mtime":1606960245130,"results":"576","hashOfConfig":"473"},{"size":5919,"mtime":1602002637267,"results":"577","hashOfConfig":"473"},{"size":249,"mtime":1602002613514,"results":"578","hashOfConfig":"473"},{"size":3830,"mtime":1606960247902,"results":"579","hashOfConfig":"473"},{"size":6319,"mtime":1604945866813,"results":"580","hashOfConfig":"473"},{"size":6158,"mtime":1602002637690,"results":"581","hashOfConfig":"473"},{"size":4375,"mtime":1602002637268,"results":"582","hashOfConfig":"473"},{"size":1238,"mtime":1602002637268,"results":"583","hashOfConfig":"473"},{"size":3150,"mtime":1602002637433,"results":"584","hashOfConfig":"473"},{"size":1510,"mtime":1602002613491,"results":"585","hashOfConfig":"473"},{"size":245,"mtime":1596077229230,"results":"586","hashOfConfig":"473"},{"size":96,"mtime":1602002613539,"results":"587","hashOfConfig":"473"},{"size":880,"mtime":1604945866816,"results":"588","hashOfConfig":"473"},{"size":806,"mtime":1602002637382,"results":"589","hashOfConfig":"473"},{"size":589,"mtime":1602002637337,"results":"590","hashOfConfig":"473"},{"size":735,"mtime":1605587981066,"results":"591","hashOfConfig":"473"},{"size":330,"mtime":1596077229229,"results":"592","hashOfConfig":"473"},{"size":640,"mtime":1602002613537,"results":"593","hashOfConfig":"473"},{"size":2802,"mtime":1602002637366,"results":"594","hashOfConfig":"473"},{"size":1472,"mtime":1602002613464,"results":"595","hashOfConfig":"473"},{"size":1133,"mtime":1602002637691,"results":"596","hashOfConfig":"473"},{"size":3070,"mtime":1602002613492,"results":"597","hashOfConfig":"473"},{"size":2755,"mtime":1602090707919,"results":"598","hashOfConfig":"473"},{"size":1052,"mtime":1602002637305,"results":"599","hashOfConfig":"473"},{"size":271,"mtime":1602002613422,"results":"600","hashOfConfig":"473"},{"size":7106,"mtime":1602002637311,"results":"601","hashOfConfig":"473"},{"size":2042,"mtime":1602002637312,"results":"602","hashOfConfig":"473"},{"size":3655,"mtime":1602002637306,"results":"603","hashOfConfig":"473"},{"size":1401,"mtime":1606960247898,"results":"604","hashOfConfig":"473"},{"size":3516,"mtime":1602002637311,"results":"605","hashOfConfig":"473"},{"size":1511,"mtime":1602002613371,"results":"606","hashOfConfig":"473"},{"size":3614,"mtime":1602002613435,"results":"607","hashOfConfig":"473"},{"size":3696,"mtime":1602002613434,"results":"608","hashOfConfig":"473"},{"size":935,"mtime":1602002613441,"results":"609","hashOfConfig":"473"},{"size":1995,"mtime":1602002637328,"results":"610","hashOfConfig":"473"},{"size":1481,"mtime":1602085324708,"results":"611","hashOfConfig":"473"},{"size":2960,"mtime":1606960247897,"results":"612","hashOfConfig":"473"},{"size":2674,"mtime":1607122241853,"results":"613","hashOfConfig":"473"},{"size":1539,"mtime":1602002613370,"results":"614","hashOfConfig":"473"},{"size":807,"mtime":1602002637284,"results":"615","hashOfConfig":"473"},{"size":226,"mtime":1602002637432,"results":"616","hashOfConfig":"473"},{"size":1394,"mtime":1602002613382,"results":"617","hashOfConfig":"473"},{"size":237,"mtime":1602002613515,"results":"618","hashOfConfig":"473"},{"size":633,"mtime":1602002637274,"results":"619","hashOfConfig":"473"},{"size":2650,"mtime":1602002613381,"results":"620","hashOfConfig":"473"},{"size":645,"mtime":1602002637291,"results":"621","hashOfConfig":"473"},{"size":9591,"mtime":1606960247895,"results":"622","hashOfConfig":"473"},{"size":1042,"mtime":1602002637392,"results":"623","hashOfConfig":"473"},{"size":4779,"mtime":1602002637335,"results":"624","hashOfConfig":"473"},{"size":916,"mtime":1602002613420,"results":"625","hashOfConfig":"473"},{"size":2511,"mtime":1606960247901,"results":"626","hashOfConfig":"473"},{"size":594915,"mtime":1602002637391,"results":"627","hashOfConfig":"473"},{"size":1499,"mtime":1602002637703,"results":"628","hashOfConfig":"473"},{"size":462,"mtime":1602002637286,"results":"629","hashOfConfig":"473"},{"size":325,"mtime":1602002637286,"results":"630","hashOfConfig":"473"},{"size":324,"mtime":1602002637286,"results":"631","hashOfConfig":"473"},{"size":4454,"mtime":1602002613441,"results":"632","hashOfConfig":"473"},{"size":1318,"mtime":1602002613445,"results":"633","hashOfConfig":"473"},{"size":1831,"mtime":1606960247900,"results":"634","hashOfConfig":"473"},{"size":10073,"mtime":1602002637269,"results":"635","hashOfConfig":"473"},{"size":440,"mtime":1602002613372,"results":"636","hashOfConfig":"473"},{"size":1946,"mtime":1602002637375,"results":"637","hashOfConfig":"473"},{"size":5501,"mtime":1602002637290,"results":"638","hashOfConfig":"473"},{"size":1638,"mtime":1606960247903,"results":"639","hashOfConfig":"473"},{"size":502,"mtime":1602002637378,"results":"640","hashOfConfig":"473"},{"size":3925,"mtime":1602002613441,"results":"641","hashOfConfig":"473"},{"size":1856,"mtime":1602002637698,"results":"642","hashOfConfig":"473"},{"size":944,"mtime":1602002637323,"results":"643","hashOfConfig":"473"},{"size":5903,"mtime":1602002637266,"results":"644","hashOfConfig":"473"},{"size":7184,"mtime":1602002613350,"results":"645","hashOfConfig":"473"},{"size":366,"mtime":1602002613423,"results":"646","hashOfConfig":"473"},{"size":4683,"mtime":1602002613364,"results":"647","hashOfConfig":"473"},{"size":1419,"mtime":1602002613364,"results":"648","hashOfConfig":"473"},{"size":320,"mtime":1602002613516,"results":"649","hashOfConfig":"473"},{"size":1796,"mtime":1602002613472,"results":"650","hashOfConfig":"473"},{"size":4672,"mtime":1602002613436,"results":"651","hashOfConfig":"473"},{"size":445,"mtime":1602002613472,"results":"652","hashOfConfig":"473"},{"size":1625,"mtime":1602002637288,"results":"653","hashOfConfig":"473"},{"size":5060,"mtime":1602002637371,"results":"654","hashOfConfig":"473"},{"size":1127,"mtime":1602002613470,"results":"655","hashOfConfig":"473"},{"size":6682,"mtime":1604945866815,"results":"656","hashOfConfig":"473"},{"size":5862,"mtime":1602002613445,"results":"657","hashOfConfig":"473"},{"size":1256,"mtime":1602002613439,"results":"658","hashOfConfig":"473"},{"size":1103,"mtime":1602002613376,"results":"659","hashOfConfig":"473"},{"size":3359,"mtime":1602002637342,"results":"660","hashOfConfig":"473"},{"size":530,"mtime":1602002613373,"results":"661","hashOfConfig":"473"},{"size":2082,"mtime":1602002637702,"results":"662","hashOfConfig":"473"},{"size":984,"mtime":1604023392554,"results":"663","hashOfConfig":"473"},{"size":5018,"mtime":1602002613369,"results":"664","hashOfConfig":"473"},{"size":446,"mtime":1602002613527,"results":"665","hashOfConfig":"473"},{"size":402,"mtime":1602002637290,"results":"666","hashOfConfig":"473"},{"size":4548,"mtime":1602002637322,"results":"667","hashOfConfig":"473"},{"size":3731,"mtime":1602002637325,"results":"668","hashOfConfig":"473"},{"size":1053,"mtime":1602002613456,"results":"669","hashOfConfig":"473"},{"size":2675,"mtime":1602002613472,"results":"670","hashOfConfig":"473"},{"size":1574,"mtime":1602002613471,"results":"671","hashOfConfig":"473"},{"size":716,"mtime":1602002613470,"results":"672","hashOfConfig":"473"},{"size":6810,"mtime":1602002637373,"results":"673","hashOfConfig":"473"},{"size":3665,"mtime":1602002637694,"results":"674","hashOfConfig":"473"},{"size":3585,"mtime":1602002637693,"results":"675","hashOfConfig":"473"},{"size":556,"mtime":1602002637343,"results":"676","hashOfConfig":"473"},{"size":2001,"mtime":1602002613443,"results":"677","hashOfConfig":"473"},{"size":1620,"mtime":1602002613443,"results":"678","hashOfConfig":"473"},{"size":1429,"mtime":1602002613443,"results":"679","hashOfConfig":"473"},{"size":1626,"mtime":1602002613442,"results":"680","hashOfConfig":"473"},{"size":2568,"mtime":1602002637399,"results":"681","hashOfConfig":"473"},{"size":1687,"mtime":1602002613442,"results":"682","hashOfConfig":"473"},{"size":5346,"mtime":1602002637398,"results":"683","hashOfConfig":"473"},{"size":549,"mtime":1602002613524,"results":"684","hashOfConfig":"473"},{"size":2950,"mtime":1602002637345,"results":"685","hashOfConfig":"473"},{"size":3545,"mtime":1602002637398,"results":"686","hashOfConfig":"473"},{"size":2401,"mtime":1602002637399,"results":"687","hashOfConfig":"473"},{"size":1585,"mtime":1602002637401,"results":"688","hashOfConfig":"473"},{"size":5997,"mtime":1602002637400,"results":"689","hashOfConfig":"473"},{"size":5102,"mtime":1602002637404,"results":"690","hashOfConfig":"473"},{"size":1497,"mtime":1602002637420,"results":"691","hashOfConfig":"473"},{"size":1913,"mtime":1602002637421,"results":"692","hashOfConfig":"473"},{"size":1067,"mtime":1602002637410,"results":"693","hashOfConfig":"473"},{"size":3003,"mtime":1602002637410,"results":"694","hashOfConfig":"473"},{"size":2866,"mtime":1602002637422,"results":"695","hashOfConfig":"473"},{"size":949,"mtime":1602002637423,"results":"696","hashOfConfig":"473"},{"size":3650,"mtime":1602002637406,"results":"697","hashOfConfig":"473"},{"size":1101,"mtime":1602002637417,"results":"698","hashOfConfig":"473"},{"size":1248,"mtime":1602002637407,"results":"699","hashOfConfig":"473"},{"size":1592,"mtime":1602002637402,"results":"700","hashOfConfig":"473"},{"size":957,"mtime":1602002613510,"results":"701","hashOfConfig":"473"},{"size":911,"mtime":1602002637416,"results":"702","hashOfConfig":"473"},{"size":710,"mtime":1602002613349,"results":"703","hashOfConfig":"473"},{"size":1603,"mtime":1602002613438,"results":"704","hashOfConfig":"473"},{"size":879,"mtime":1604945866813,"results":"705","hashOfConfig":"473"},{"size":1014,"mtime":1602002613376,"results":"706","hashOfConfig":"473"},{"size":2019,"mtime":1602002613370,"results":"707","hashOfConfig":"473"},{"size":2532,"mtime":1602002637344,"results":"708","hashOfConfig":"473"},{"size":1484,"mtime":1602002637344,"results":"709","hashOfConfig":"473"},{"size":307,"mtime":1604945866815,"results":"710","hashOfConfig":"473"},{"size":1165,"mtime":1602002613441,"results":"711","hashOfConfig":"473"},{"size":1458,"mtime":1602002613444,"results":"712","hashOfConfig":"473"},{"size":654,"mtime":1602002613358,"results":"713","hashOfConfig":"473"},{"size":1759,"mtime":1602002637271,"results":"714","hashOfConfig":"473"},{"size":1138,"mtime":1602002613353,"results":"715","hashOfConfig":"473"},{"size":1906,"mtime":1602002613369,"results":"716","hashOfConfig":"473"},{"size":3230,"mtime":1602090609708,"results":"717","hashOfConfig":"473"},{"size":188,"mtime":1602002613539,"results":"718","hashOfConfig":"473"},{"size":2624,"mtime":1602002613490,"results":"719","hashOfConfig":"473"},{"size":861,"mtime":1602002637321,"results":"720","hashOfConfig":"473"},{"size":1198,"mtime":1602002637283,"results":"721","hashOfConfig":"473"},{"size":1746,"mtime":1602002637378,"results":"722","hashOfConfig":"473"},{"size":4596,"mtime":1602002637369,"results":"723","hashOfConfig":"473"},{"size":903,"mtime":1602002613492,"results":"724","hashOfConfig":"473"},{"size":1683,"mtime":1602002613471,"results":"725","hashOfConfig":"473"},{"size":505,"mtime":1602002613367,"results":"726","hashOfConfig":"473"},{"size":1296,"mtime":1602002613456,"results":"727","hashOfConfig":"473"},{"size":2927,"mtime":1602002613454,"results":"728","hashOfConfig":"473"},{"size":3474,"mtime":1602002613457,"results":"729","hashOfConfig":"473"},{"size":2216,"mtime":1602002637356,"results":"730","hashOfConfig":"473"},{"size":2245,"mtime":1602002613497,"results":"731","hashOfConfig":"473"},{"size":2286,"mtime":1602002613492,"results":"732","hashOfConfig":"473"},{"size":1086,"mtime":1602002637397,"results":"733","hashOfConfig":"473"},{"size":653,"mtime":1602002613525,"results":"734","hashOfConfig":"473"},{"size":438,"mtime":1596077229216,"results":"735","hashOfConfig":"473"},{"size":8819,"mtime":1602002637405,"results":"736","hashOfConfig":"473"},{"size":883,"mtime":1596077229213,"results":"737","hashOfConfig":"473"},{"size":391,"mtime":1602002613510,"results":"738","hashOfConfig":"473"},{"size":112,"mtime":1596077229214,"results":"739","hashOfConfig":"473"},{"size":539,"mtime":1602002613438,"results":"740","hashOfConfig":"473"},{"size":343,"mtime":1602002637417,"results":"741","hashOfConfig":"473"},{"size":224,"mtime":1596077229218,"results":"742","hashOfConfig":"473"},{"size":208,"mtime":1596077229220,"results":"743","hashOfConfig":"473"},{"size":6058,"mtime":1602002637292,"results":"744","hashOfConfig":"473"},{"size":8831,"mtime":1602002637327,"results":"745","hashOfConfig":"473"},{"size":10299,"mtime":1606960247896,"results":"746","hashOfConfig":"473"},{"size":2839,"mtime":1602002637334,"results":"747","hashOfConfig":"473"},{"size":198,"mtime":1596077229217,"results":"748","hashOfConfig":"473"},{"size":484,"mtime":1596077229219,"results":"749","hashOfConfig":"473"},{"size":1737,"mtime":1602002637357,"results":"750","hashOfConfig":"473"},{"size":2282,"mtime":1604023392559,"results":"751","hashOfConfig":"473"},{"size":653,"mtime":1602002637420,"results":"752","hashOfConfig":"473"},{"size":1346,"mtime":1602002613353,"results":"753","hashOfConfig":"473"},{"size":3503,"mtime":1602002613459,"results":"754","hashOfConfig":"473"},{"size":2581,"mtime":1602002637381,"results":"755","hashOfConfig":"473"},{"size":3476,"mtime":1602002637380,"results":"756","hashOfConfig":"473"},{"size":4632,"mtime":1602002613505,"results":"757","hashOfConfig":"473"},{"size":619,"mtime":1602002637400,"results":"758","hashOfConfig":"473"},{"size":344,"mtime":1602002613501,"results":"759","hashOfConfig":"473"},{"size":247,"mtime":1602002613499,"results":"760","hashOfConfig":"473"},{"size":1368,"mtime":1602002613457,"results":"761","hashOfConfig":"473"},{"size":2688,"mtime":1602002637282,"results":"762","hashOfConfig":"473"},{"size":375,"mtime":1602002613498,"results":"763","hashOfConfig":"473"},{"size":1401,"mtime":1602002613467,"results":"764","hashOfConfig":"473"},{"size":1254,"mtime":1602002613457,"results":"765","hashOfConfig":"473"},{"size":2987,"mtime":1602002637355,"results":"766","hashOfConfig":"473"},{"size":7574,"mtime":1602002637278,"results":"767","hashOfConfig":"473"},{"size":1031,"mtime":1596077229170,"results":"768","hashOfConfig":"473"},{"size":8901,"mtime":1602002637279,"results":"769","hashOfConfig":"473"},{"size":1104,"mtime":1596077229169,"results":"770","hashOfConfig":"473"},{"size":4239,"mtime":1602002613360,"results":"771","hashOfConfig":"473"},{"size":1268,"mtime":1602002637279,"results":"772","hashOfConfig":"473"},{"size":937,"mtime":1602002637278,"results":"773","hashOfConfig":"473"},{"size":1389,"mtime":1602002613455,"results":"774","hashOfConfig":"473"},{"size":3043,"mtime":1602002637330,"results":"775","hashOfConfig":"473"},{"size":1408,"mtime":1602002637304,"results":"776","hashOfConfig":"473"},{"size":4995,"mtime":1606960247897,"results":"777","hashOfConfig":"473"},{"size":5543,"mtime":1602002637310,"results":"778","hashOfConfig":"473"},{"size":2966,"mtime":1602002637302,"results":"779","hashOfConfig":"473"},{"size":5475,"mtime":1602002637354,"results":"780","hashOfConfig":"473"},{"size":1403,"mtime":1602002637319,"results":"781","hashOfConfig":"473"},{"size":810,"mtime":1602002613413,"results":"782","hashOfConfig":"473"},{"size":1595,"mtime":1602002613419,"results":"783","hashOfConfig":"473"},{"size":8268,"mtime":1607122241854,"results":"784","hashOfConfig":"473"},{"size":2416,"mtime":1602002637340,"results":"785","hashOfConfig":"473"},{"size":1134,"mtime":1602002613447,"results":"786","hashOfConfig":"473"},{"size":1273,"mtime":1602002637298,"results":"787","hashOfConfig":"473"},{"size":2119,"mtime":1602002637351,"results":"788","hashOfConfig":"473"},{"size":1286,"mtime":1602002613477,"results":"789","hashOfConfig":"473"},{"size":1664,"mtime":1602002613447,"results":"790","hashOfConfig":"473"},{"size":6109,"mtime":1602002637287,"results":"791","hashOfConfig":"473"},{"size":1607,"mtime":1602002613385,"results":"792","hashOfConfig":"473"},{"size":1178,"mtime":1602002613386,"results":"793","hashOfConfig":"473"},{"size":562,"mtime":1602002637293,"results":"794","hashOfConfig":"473"},{"size":1265,"mtime":1602002613430,"results":"795","hashOfConfig":"473"},{"size":3092,"mtime":1602002637373,"results":"796","hashOfConfig":"473"},{"size":726,"mtime":1602002637356,"results":"797","hashOfConfig":"473"},{"size":20213,"mtime":1602002637358,"results":"798","hashOfConfig":"473"},{"size":1077,"mtime":1602002613385,"results":"799","hashOfConfig":"473"},{"size":3970,"mtime":1602002613385,"results":"800","hashOfConfig":"473"},{"size":624,"mtime":1602002613384,"results":"801","hashOfConfig":"473"},{"size":1277,"mtime":1602002613479,"results":"802","hashOfConfig":"473"},{"size":1913,"mtime":1602002637275,"results":"803","hashOfConfig":"473"},{"size":784,"mtime":1596077229199,"results":"804","hashOfConfig":"473"},{"size":4084,"mtime":1602002637376,"results":"805","hashOfConfig":"473"},{"size":1565,"mtime":1602002613474,"results":"806","hashOfConfig":"473"},{"size":3175,"mtime":1602002637374,"results":"807","hashOfConfig":"473"},{"size":3163,"mtime":1602002637330,"results":"808","hashOfConfig":"473"},{"size":3444,"mtime":1602002637317,"results":"809","hashOfConfig":"473"},{"size":5891,"mtime":1602002637320,"results":"810","hashOfConfig":"473"},{"size":3017,"mtime":1602002637314,"results":"811","hashOfConfig":"473"},{"size":4247,"mtime":1602002637320,"results":"812","hashOfConfig":"473"},{"size":1443,"mtime":1602002637300,"results":"813","hashOfConfig":"473"},{"size":863,"mtime":1602002613407,"results":"814","hashOfConfig":"473"},{"size":3039,"mtime":1602002637281,"results":"815","hashOfConfig":"473"},{"size":4571,"mtime":1602002637283,"results":"816","hashOfConfig":"473"},{"size":6372,"mtime":1602002637281,"results":"817","hashOfConfig":"473"},{"size":20952,"mtime":1602002613539,"results":"818","hashOfConfig":"473"},{"size":1285,"mtime":1602002613363,"results":"819","hashOfConfig":"473"},{"size":5230,"mtime":1602002637280,"results":"820","hashOfConfig":"473"},{"size":3180,"mtime":1596077229183,"results":"821","hashOfConfig":"473"},{"size":2410,"mtime":1602002637310,"results":"822","hashOfConfig":"473"},{"size":489,"mtime":1602002613481,"results":"823","hashOfConfig":"473"},{"size":939,"mtime":1602002637392,"results":"824","hashOfConfig":"473"},{"size":1320,"mtime":1602002613449,"results":"825","hashOfConfig":"473"},{"size":898,"mtime":1602002613489,"results":"826","hashOfConfig":"473"},{"size":5342,"mtime":1602002613360,"results":"827","hashOfConfig":"473"},{"size":3539,"mtime":1602002613358,"results":"828","hashOfConfig":"473"},{"size":7461,"mtime":1602002637308,"results":"829","hashOfConfig":"473"},{"size":7306,"mtime":1602002637309,"results":"830","hashOfConfig":"473"},{"size":5661,"mtime":1602002637353,"results":"831","hashOfConfig":"473"},{"size":3099,"mtime":1602002613419,"results":"832","hashOfConfig":"473"},{"size":7560,"mtime":1602002637302,"results":"833","hashOfConfig":"473"},{"size":501,"mtime":1602002613372,"results":"834","hashOfConfig":"473"},{"size":276,"mtime":1606960247896,"results":"835","hashOfConfig":"473"},{"size":1363,"mtime":1602002637346,"results":"836","hashOfConfig":"473"},{"size":1609,"mtime":1602002613428,"results":"837","hashOfConfig":"473"},{"size":459,"mtime":1602002613387,"results":"838","hashOfConfig":"473"},{"size":25431,"mtime":1604945866814,"results":"839","hashOfConfig":"473"},{"size":2659,"mtime":1602002613476,"results":"840","hashOfConfig":"473"},{"size":878,"mtime":1602002637350,"results":"841","hashOfConfig":"473"},{"size":2317,"mtime":1602002637341,"results":"842","hashOfConfig":"473"},{"size":1657,"mtime":1602002613436,"results":"843","hashOfConfig":"473"},{"size":1361,"mtime":1602002613475,"results":"844","hashOfConfig":"473"},{"size":3814,"mtime":1602002637363,"results":"845","hashOfConfig":"473"},{"size":9868,"mtime":1602002637362,"results":"846","hashOfConfig":"473"},{"size":49002,"mtime":1602002637361,"results":"847","hashOfConfig":"473"},{"size":8297,"mtime":1604023392560,"results":"848","hashOfConfig":"473"},{"size":12716,"mtime":1602002637360,"results":"849","hashOfConfig":"473"},{"size":12930,"mtime":1602002637360,"results":"850","hashOfConfig":"473"},{"size":5325,"mtime":1602002613461,"results":"851","hashOfConfig":"473"},{"size":8941,"mtime":1602002637359,"results":"852","hashOfConfig":"473"},{"size":2443,"mtime":1596077229199,"results":"853","hashOfConfig":"473"},{"size":5111,"mtime":1607122241854,"results":"854","hashOfConfig":"473"},{"size":4928,"mtime":1602002613474,"results":"855","hashOfConfig":"473"},{"size":4388,"mtime":1606960247899,"results":"856","hashOfConfig":"473"},{"size":1491,"mtime":1602002637274,"results":"857","hashOfConfig":"473"},{"size":1976,"mtime":1602002613355,"results":"858","hashOfConfig":"473"},{"size":2428,"mtime":1602002613479,"results":"859","hashOfConfig":"473"},{"size":2259,"mtime":1602002637272,"results":"860","hashOfConfig":"473"},{"size":13535,"mtime":1602002637299,"results":"861","hashOfConfig":"473"},{"size":901,"mtime":1602002613407,"results":"862","hashOfConfig":"473"},{"size":1187,"mtime":1602002613362,"results":"863","hashOfConfig":"473"},{"size":1007,"mtime":1602002613364,"results":"864","hashOfConfig":"473"},{"size":2967,"mtime":1602002613430,"results":"865","hashOfConfig":"473"},{"size":13635,"mtime":1607121860534,"results":"866","hashOfConfig":"473"},{"size":1255,"mtime":1602002637319,"results":"867","hashOfConfig":"473"},{"size":6701,"mtime":1602002637316,"results":"868","hashOfConfig":"473"},{"size":2813,"mtime":1602002637310,"results":"869","hashOfConfig":"473"},{"size":3072,"mtime":1606960247898,"results":"870","hashOfConfig":"473"},{"size":2167,"mtime":1602002613390,"results":"871","hashOfConfig":"473"},{"size":1433,"mtime":1602002637318,"results":"872","hashOfConfig":"473"},{"size":1529,"mtime":1602002637318,"results":"873","hashOfConfig":"473"},{"size":1529,"mtime":1602002613429,"results":"874","hashOfConfig":"473"},{"size":3149,"mtime":1602002637326,"results":"875","hashOfConfig":"473"},{"size":1508,"mtime":1602002613453,"results":"876","hashOfConfig":"473"},{"size":1299,"mtime":1602002613452,"results":"877","hashOfConfig":"473"},{"size":2908,"mtime":1602002613425,"results":"878","hashOfConfig":"473"},{"size":3035,"mtime":1604023392558,"results":"879","hashOfConfig":"473"},{"size":2504,"mtime":1602002637354,"results":"880","hashOfConfig":"473"},{"size":328,"mtime":1602002613488,"results":"881","hashOfConfig":"473"},{"size":532,"mtime":1602002637285,"results":"882","hashOfConfig":"473"},{"size":1163,"mtime":1602002613354,"results":"883","hashOfConfig":"473"},{"size":1288,"mtime":1602002613411,"results":"884","hashOfConfig":"473"},{"size":6729,"mtime":1602002613408,"results":"885","hashOfConfig":"473"},{"size":3432,"mtime":1602002613408,"results":"886","hashOfConfig":"473"},{"size":7485,"mtime":1602002637333,"results":"887","hashOfConfig":"473"},{"size":1818,"mtime":1602002637302,"results":"888","hashOfConfig":"473"},{"size":4798,"mtime":1602002637300,"results":"889","hashOfConfig":"473"},{"size":4081,"mtime":1602002637316,"results":"890","hashOfConfig":"473"},{"size":942,"mtime":1602002613410,"results":"891","hashOfConfig":"473"},{"size":12742,"mtime":1602002637702,"results":"892","hashOfConfig":"473"},{"size":9158,"mtime":1602002637332,"results":"893","hashOfConfig":"473"},{"size":1677,"mtime":1602002637699,"results":"894","hashOfConfig":"473"},{"size":2513,"mtime":1602002637301,"results":"895","hashOfConfig":"473"},{"size":4317,"mtime":1604023392557,"results":"896","hashOfConfig":"473"},{"size":2381,"mtime":1602002613428,"results":"897","hashOfConfig":"473"},{"size":4916,"mtime":1602002613417,"results":"898","hashOfConfig":"473"},{"size":1057,"mtime":1602002613424,"results":"899","hashOfConfig":"473"},{"size":1686,"mtime":1602002613452,"results":"900","hashOfConfig":"473"},{"size":825,"mtime":1602002613490,"results":"901","hashOfConfig":"473"},{"size":2545,"mtime":1602002637276,"results":"902","hashOfConfig":"473"},{"size":2613,"mtime":1602002613355,"results":"903","hashOfConfig":"473"},{"size":814,"mtime":1602002637273,"results":"904","hashOfConfig":"473"},{"size":4390,"mtime":1602002637332,"results":"905","hashOfConfig":"473"},{"size":2970,"mtime":1602002637331,"results":"906","hashOfConfig":"473"},{"size":2021,"mtime":1604023392556,"results":"907","hashOfConfig":"473"},{"size":1863,"mtime":1602002637347,"results":"908","hashOfConfig":"473"},{"size":1348,"mtime":1602002613426,"results":"909","hashOfConfig":"473"},{"size":5172,"mtime":1602002637352,"results":"910","hashOfConfig":"473"},{"size":1976,"mtime":1602002637277,"results":"911","hashOfConfig":"473"},{"size":1326,"mtime":1602002637272,"results":"912","hashOfConfig":"473"},{"size":1201,"mtime":1602002637276,"results":"913","hashOfConfig":"473"},{"size":1791,"mtime":1602002637352,"results":"914","hashOfConfig":"473"},{"size":1736,"mtime":1602002637351,"results":"915","hashOfConfig":"473"},{"size":1169,"mtime":1602002637276,"results":"916","hashOfConfig":"473"},{"size":532,"mtime":1602002613451,"results":"917","hashOfConfig":"473"},{"size":1485,"mtime":1602002637303,"results":"918","hashOfConfig":"473"},{"size":2588,"mtime":1602002637305,"results":"919","hashOfConfig":"473"},{"size":3422,"mtime":1602002637304,"results":"920","hashOfConfig":"473"},{"size":3107,"mtime":1602002637696,"results":"921","hashOfConfig":"473"},{"size":902,"mtime":1602002613361,"results":"922","hashOfConfig":"473"},{"size":850,"mtime":1602002613405,"results":"923","hashOfConfig":"473"},{"size":12278,"mtime":1602002637314,"results":"924","hashOfConfig":"473"},{"size":1372,"mtime":1602002613427,"results":"925","hashOfConfig":"473"},{"size":2896,"mtime":1602002637305,"results":"926","hashOfConfig":"473"},{"size":907,"mtime":1602002613404,"results":"927","hashOfConfig":"473"},{"size":4010,"mtime":1602002613427,"results":"928","hashOfConfig":"473"},{"size":4441,"mtime":1602002613407,"results":"929","hashOfConfig":"473"},{"size":4830,"mtime":1602002613406,"results":"930","hashOfConfig":"473"},{"size":3739,"mtime":1602002613520,"results":"931","hashOfConfig":"473"},{"size":3472,"mtime":1602083316294,"results":"932","hashOfConfig":"473"},{"size":1009,"mtime":1602002613466,"results":"933","hashOfConfig":"473"},{"size":2650,"mtime":1602002613469,"results":"934","hashOfConfig":"473"},{"size":400,"mtime":1602002613519,"results":"935","hashOfConfig":"473"},{"size":391,"mtime":1602002613519,"results":"936","hashOfConfig":"473"},{"size":244,"mtime":1602002613520,"results":"937","hashOfConfig":"473"},{"size":2180,"mtime":1602002613468,"results":"938","hashOfConfig":"473"},{"size":7167,"mtime":1602002637370,"results":"939","hashOfConfig":"473"},{"size":4924,"mtime":1602002613469,"results":"940","hashOfConfig":"473"},{"size":2570,"mtime":1602002613467,"results":"941","hashOfConfig":"473"},{"size":3171,"mtime":1602002613468,"results":"942","hashOfConfig":"473"},{"size":1387,"mtime":1602002637368,"results":"943","hashOfConfig":"473"},{"filePath":"944","messages":"945","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},"1ld6fhe",{"filePath":"947","messages":"948","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"949","messages":"950","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"951","messages":"952","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"953","messages":"954","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"955","messages":"956","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"957","messages":"958","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"959","messages":"960","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"961","messages":"962","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"963","messages":"964","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"965","messages":"966","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"967","messages":"968","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"969","messages":"970","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"971","messages":"972","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"973","messages":"974","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"975","messages":"976","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"977","messages":"978","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"979","messages":"980","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"981","messages":"982","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"983","messages":"984","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"985","messages":"986","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"987","messages":"988","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"989","messages":"990","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"991","messages":"992","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"993","messages":"994","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"995","messages":"996","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"997","messages":"998","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"999","messages":"1000","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1001","messages":"1002","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1003","messages":"1004","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1005","messages":"1006","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1007","messages":"1008","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1009","messages":"1010","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1011","messages":"1012","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1013","messages":"1014","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1015","messages":"1016","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1017","messages":"1018","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1019","messages":"1020","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1021","messages":"1022","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1023","messages":"1024","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1025","messages":"1026","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1027","messages":"1028","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1029","messages":"1030","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1031","messages":"1032","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1033","messages":"1034","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1035","messages":"1036","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1037","messages":"1038","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1039","messages":"1040","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1041","messages":"1042","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1043","messages":"1044","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1045","messages":"1046","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1047","messages":"1048","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1049","messages":"1050","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1051","messages":"1052","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1053","messages":"1054","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1055","messages":"1056","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1057","messages":"1058","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1059","messages":"1060","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1061","messages":"1062","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1063","messages":"1064","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1065","messages":"1066","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1067","messages":"1068","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1069","messages":"1070","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1071","messages":"1072","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1073","messages":"1074","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1075","messages":"1076","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1077","messages":"1078","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1079","messages":"1080","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1081","messages":"1082","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1083","messages":"1084","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1085","messages":"1086","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1087","messages":"1088","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1089","messages":"1090","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1091","messages":"1092","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1093","messages":"1094","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1095","messages":"1096","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1097","messages":"1098","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1099","messages":"1100","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1101","messages":"1102","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1103","messages":"1104","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1105","messages":"1106","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1107","messages":"1108","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1109","messages":"1110","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1111","messages":"1112","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1113","messages":"1114","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1115","messages":"1116","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1117","messages":"1118","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1119","messages":"1120","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1121","messages":"1122","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1123","messages":"1124","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1125","messages":"1126","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1127","messages":"1128","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1129","messages":"1130","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1131","messages":"1132","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1133","messages":"1134","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1135","messages":"1136","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1137","messages":"1138","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1139","messages":"1140","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1141","messages":"1142","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1143","messages":"1144","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1145","messages":"1146","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1147","messages":"1148","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1149","messages":"1150","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1151","messages":"1152","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1153","messages":"1154","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1155","messages":"1156","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1157","messages":"1158","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1159","messages":"1160","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1161","messages":"1162","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1163","messages":"1164","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1165","messages":"1166","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1167","messages":"1168","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1169","messages":"1170","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1171","messages":"1172","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1173","messages":"1174","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1175","messages":"1176","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1177","messages":"1178","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1179","messages":"1180","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1181","messages":"1182","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1183","messages":"1184","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1185","messages":"1186","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1187","messages":"1188","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1189","messages":"1190","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1191","messages":"1192","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1193","messages":"1194","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1195","messages":"1196","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1197","messages":"1198","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1199","messages":"1200","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1201","messages":"1202","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1203","messages":"1204","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1205","messages":"1206","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1207","messages":"1208","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1209","messages":"1210","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1211","messages":"1212","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1213","messages":"1214","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1215","messages":"1216","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1217","messages":"1218","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1219","messages":"1220","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1221","messages":"1222","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1223","messages":"1224","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1225","messages":"1226","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1227","messages":"1228","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1229","messages":"1230","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1231","messages":"1232","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1233","messages":"1234","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1235","messages":"1236","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1237","messages":"1238","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1239","messages":"1240","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1241","messages":"1242","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1243","messages":"1244","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1245","messages":"1246","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1247","messages":"1248","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1249","messages":"1250","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1251","messages":"1252","errorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":"1253","usedDeprecatedRules":"946"},{"filePath":"1254","messages":"1255","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1256","messages":"1257","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1258","messages":"1259","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1260","messages":"1261","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1262","messages":"1263","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1264","messages":"1265","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1266","messages":"1267","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1268","messages":"1269","errorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":"1270","usedDeprecatedRules":"946"},{"filePath":"1271","messages":"1272","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1273","messages":"1274","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1275","messages":"1276","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1277","messages":"1278","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1279","messages":"1280","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1281","messages":"1282","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1283","messages":"1284","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1285","messages":"1286","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1287","messages":"1288","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1289","messages":"1290","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1291","messages":"1292","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1293","messages":"1294","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1295","messages":"1296","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1297","messages":"1298","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1299","messages":"1300","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1301","messages":"1302","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1303","messages":"1304","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1305","messages":"1306","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1307","messages":"1308","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1309","messages":"1310","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1311","messages":"1312","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1313","messages":"1314","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1315","messages":"1316","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1317","messages":"1318","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1319","messages":"1320","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1321","messages":"1322","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1323","messages":"1324","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1325","messages":"1326","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1327","messages":"1328","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1329","messages":"1330","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1331","messages":"1332","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1333","messages":"1334","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1335","messages":"1336","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1337","messages":"1338","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1339","messages":"1340","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1341","messages":"1342","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1343","messages":"1344","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1345","messages":"1346","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1347","messages":"1348","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1349","messages":"1350","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1351","messages":"1352","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1353","messages":"1354","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1355","messages":"1356","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1357","messages":"1358","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1359","messages":"1360","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1361","messages":"1362","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1363","messages":"1364","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1365","messages":"1366","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1367","messages":"1368","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1369","messages":"1370","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1371","messages":"1372","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1373","messages":"1374","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1375","messages":"1376","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1377","messages":"1378","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1379","messages":"1380","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1381","messages":"1382","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1383","messages":"1384","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1385","messages":"1386","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1387","messages":"1388","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1389","messages":"1390","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1391","messages":"1392","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1393","messages":"1394","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1395","messages":"1396","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1397","messages":"1398","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1399","messages":"1400","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1401","messages":"1402","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1403","messages":"1404","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1405","messages":"1406","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1407","messages":"1408","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1409","messages":"1410","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1411","messages":"1412","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1413","messages":"1414","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1415","messages":"1416","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1417","messages":"1418","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1419","messages":"1420","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1421","messages":"1422","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1423","messages":"1424","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1425","messages":"1426","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1427","messages":"1428","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1429","messages":"1430","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1431","messages":"1432","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1433","messages":"1434","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1435","messages":"1436","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1437","messages":"1438","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1439","messages":"1440","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1441","messages":"1442","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1443","messages":"1444","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1445","messages":"1446","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1447","messages":"1448","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1449","messages":"1450","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1451","messages":"1452","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1453","messages":"1454","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1455","messages":"1456","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1457","messages":"1458","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1459","messages":"1460","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1461","messages":"1462","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1463","messages":"1464","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1465","messages":"1466","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1467","messages":"1468","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1469","messages":"1470","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1471","messages":"1472","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1473","messages":"1474","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1475","messages":"1476","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1477","messages":"1478","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1479","messages":"1480","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1481","messages":"1482","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1483","messages":"1484","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1485","messages":"1486","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1487","messages":"1488","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1489","messages":"1490","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1491","messages":"1492","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1493","messages":"1494","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1495","messages":"1496","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1497","messages":"1498","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1499","messages":"1500","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1501","messages":"1502","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1503","messages":"1504","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1505","messages":"1506","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1507","messages":"1508","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1509","messages":"1510","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1511","messages":"1512","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1513","messages":"1514","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1515","messages":"1516","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1517","messages":"1518","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1519","messages":"1520","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1521","messages":"1522","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1523","messages":"1524","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1525","messages":"1526","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1527","messages":"1528","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1529","messages":"1530","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1531","messages":"1532","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1533","messages":"1534","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1535","messages":"1536","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1537","messages":"1538","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1539","messages":"1540","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1541","messages":"1542","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1543","messages":"1544","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1545","messages":"1546","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1547","messages":"1548","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1549","messages":"1550","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1551","messages":"1552","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1553","messages":"1554","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1555","messages":"1556","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"1557","usedDeprecatedRules":"946"},{"filePath":"1558","messages":"1559","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1560","messages":"1561","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1562","messages":"1563","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1564","messages":"1565","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1566","messages":"1567","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1568","messages":"1569","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1570","messages":"1571","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1572","messages":"1573","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1574","messages":"1575","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1576","messages":"1577","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1578","messages":"1579","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1580","messages":"1581","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1582","messages":"1583","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1584","messages":"1585","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1586","messages":"1587","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1588","messages":"1589","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1590","messages":"1591","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1592","messages":"1593","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1594","messages":"1595","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1596","messages":"1597","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1598","messages":"1599","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1600","messages":"1601","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1602","messages":"1603","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1604","messages":"1605","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1606","messages":"1607","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1608","messages":"1609","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1610","messages":"1611","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1612","messages":"1613","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1614","messages":"1615","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1616","messages":"1617","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1618","messages":"1619","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1620","messages":"1621","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1622","messages":"1623","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1624","messages":"1625","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1626","messages":"1627","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1628","messages":"1629","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1630","messages":"1631","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1632","messages":"1633","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1634","messages":"1635","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1636","messages":"1637","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1638","messages":"1639","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1640","messages":"1641","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1642","messages":"1643","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1644","messages":"1645","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1646","messages":"1647","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1648","messages":"1649","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1650","messages":"1651","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1652","messages":"1653","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1654","messages":"1655","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1656","messages":"1657","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1658","messages":"1659","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1660","messages":"1661","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1662","messages":"1663","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1664","messages":"1665","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1666","messages":"1667","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1668","messages":"1669","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1670","messages":"1671","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1672","messages":"1673","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1674","messages":"1675","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1676","messages":"1677","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1678","messages":"1679","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1680","messages":"1681","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1682","messages":"1683","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1684","messages":"1685","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1686","messages":"1687","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1688","messages":"1689","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1690","messages":"1691","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1692","messages":"1693","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1694","messages":"1695","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1696","messages":"1697","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1698","messages":"1699","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1700","messages":"1701","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1702","messages":"1703","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1704","messages":"1705","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1706","messages":"1707","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1708","messages":"1709","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1710","messages":"1711","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1712","messages":"1713","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1714","messages":"1715","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"1716","usedDeprecatedRules":"946"},{"filePath":"1717","messages":"1718","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1719","messages":"1720","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1721","messages":"1722","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1723","messages":"1724","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1725","messages":"1726","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1727","messages":"1728","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1729","messages":"1730","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1731","messages":"1732","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1733","messages":"1734","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1735","messages":"1736","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1737","messages":"1738","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1739","messages":"1740","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1741","messages":"1742","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1743","messages":"1744","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"1745","usedDeprecatedRules":"946"},{"filePath":"1746","messages":"1747","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1748","messages":"1749","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1750","messages":"1751","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1752","messages":"1753","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1754","messages":"1755","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1756","messages":"1757","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1758","messages":"1759","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1760","messages":"1761","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1762","messages":"1763","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1764","messages":"1765","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1766","messages":"1767","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1768","messages":"1769","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1770","messages":"1771","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1772","messages":"1773","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1774","messages":"1775","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1776","messages":"1777","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1778","messages":"1779","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1780","messages":"1781","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1782","messages":"1783","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1784","messages":"1785","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1786","messages":"1787","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1788","messages":"1789","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1790","messages":"1791","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1792","messages":"1793","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1794","messages":"1795","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1796","messages":"1797","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1798","messages":"1799","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1800","messages":"1801","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1802","messages":"1803","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1804","messages":"1805","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1806","messages":"1807","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1808","messages":"1809","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1810","messages":"1811","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1812","messages":"1813","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1814","messages":"1815","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1816","messages":"1817","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1818","messages":"1819","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1820","messages":"1821","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1822","messages":"1823","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1824","messages":"1825","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1826","messages":"1827","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1828","messages":"1829","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1830","messages":"1831","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1832","messages":"1833","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1834","messages":"1835","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1836","messages":"1837","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1838","messages":"1839","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1840","messages":"1841","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1842","messages":"1843","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1844","messages":"1845","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1846","messages":"1847","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1848","messages":"1849","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1850","messages":"1851","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1852","messages":"1853","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1854","messages":"1855","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1856","messages":"1857","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1858","messages":"1859","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1860","messages":"1861","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1862","messages":"1863","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1864","messages":"1865","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1866","messages":"1867","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1868","messages":"1869","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1870","messages":"1871","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1872","messages":"1873","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1874","messages":"1875","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1876","messages":"1877","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1878","messages":"1879","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1880","messages":"1881","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1882","messages":"1883","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1884","messages":"1885","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1886","messages":"1887","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1888","messages":"1889","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},{"filePath":"1890","messages":"1891","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"946"},"/Users/pfic/Documents/Development/bodyshop/client/src/index.js",[],["1892","1893"],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/store.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/translations/i18n.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/App/registerServiceWorker.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/App/App.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/loading-spinner/loading-spinner.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/root.saga.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/root.reducer.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/serviceWorker.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/utils/GraphQLClient.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/App/App.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/global-loading-bar/global-loading-bar.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/user/user.sagas.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/messaging/messaging.reducer.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/modals/modals.sagas.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/email/email.reducer.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/email/email.sagas.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/modals/modals.reducer.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/user/user.reducer.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/messaging/messaging.sagas.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/application/application.reducer.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/application/application.sagas.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/tech/tech.sagas.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/tech/tech.reducer.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/apollo-error-handling.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/firebase/firebase.utils.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/user/user.actions.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/user/user.selectors.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/utils/private-route.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/application/application.selectors.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/error-boundary/error-boundary.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/landing/landing.page.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/sign-in/sign-in.page.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/tech/tech.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/mobile-payment/mobile-payment.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/csi/csi.container.page.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/manage/manage.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/reset-password/reset-password.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/user/user.types.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/email/email.types.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/messaging/messaging.types.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/application/application.types.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/tech/tech.types.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/tech/tech.actions.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/application/application.actions.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/utils/SSSUtils.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/appointments.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/messaging/messaging.actions.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/conversations.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/job-conversations.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/modals/modals.types.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/csi.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/bodyshop.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/manage/manage.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/user-validate-pw-reset/user-validate-pw-reset.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/user-request-pw-reset/user-request-reset-pw.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/alert/alert.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/config-form-components/config-form-components.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/mobile-payment/mobile-payment.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/config-form-components/config-form-types.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/shop-templates/shop-templates.container.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/parts-queue/parts-queue.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/help/help.page.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/time-tickets/time-tickets.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/scoreboard/scoreboard.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/payments-all/payments-all.container.page.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/shift-clock/shift-clock.page.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/shop-csi/shop-csi.container.page.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-all/jobs-all.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-close/jobs-close.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/accounting-payments/accounting-payments.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/accounting-payables/accounting-payables.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/accounting-receivables/accounting-receivables.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-deliver/jobs-delivery.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-intake/jobs-intake.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/production-board/production-board.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/production-list/production-list.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/time-ticket-modal/time-ticket-modal.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/payment-modal/payment-modal.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/bill-enter-modal/bill-enter-modal.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-costing-modal/job-costing-modal.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/bills/bills.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/config-form-components/checkbox/checkbox.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/config-form-components/textarea/textarea.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/payments.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/jobs.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/config-form-components/text/text.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/accounting.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/config-form-components/slider/slider.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/config-form-components/rate/rate.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/email/email.actions.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/jobs-lines.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/utils/RenderTemplate.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-templates-list/shop-templates-list.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/parts-queue/parts-queue.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/modals/modals.actions.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/modals/modals.selectors.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-template-editor/shop-template-editor.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/bills.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/rbac-wrapper/rbac-wrapper.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-list-paginated/jobs-list-paginated.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-calculate-totals/job-calculate-totals.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-close/jobs-close.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/documents-upload/documents-upload.utility.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/accounting-payments-table/accounting-payments-table.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/production-board/production-board.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/time-ticket-modal/time-ticket-modal.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-costing-modal/job-costing-modal.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/bills/bills.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/bill-detail-edit/bill-detail-edit.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/bill-form/bill-form.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/utils/TemplateConstants.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/templates.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/utils/sorters.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/utils/arrayHelper.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/rbac-wrapper/rbac-defaults.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/documents.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/payment-form/payment-form.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/utils/CleanAxios.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/utils/CurrencyFormatter.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/utils/DateFormatter.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-template-editor/shop-template-editor.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-template-delete/shop-template-delete.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/employees.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/timetickets.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-template-add/shop-template-add.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-remove-from-parst-queue/job-remove-from-parts-queue.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/loading-skeleton/loading-skeleton.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-close-lines/jobs-close-lines.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-close-totals/jobs-close-totals.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-scoreboard-add-button/job-scoreboard-add-button.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-close-auto-allocate/jobs-close-auto-allocate.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-close-export-button/jobs-close-export-button.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/form-fields-changed-alert/form-fields-changed-alert.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/payments-export-all-button/payments-export-all-button.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/payment-export-button/payment-export-button.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-board-kanban/production-board-kanban.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/labor-allocations-table/labor-allocations-table.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/layout-form-row/layout-form-row.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-search-select/job-search-select.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/form-input-number-calculator/form-input-number-calculator.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/employee-search-select/employee-search-select.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/form-date-picker/form-date-picker.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/utils/PhoneFormatter.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-costing-statistics/job-costing-statistics.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/production-list/production-list.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-open-button/chat-open-button.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-costing-parts-table/job-costing-parts-table.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-checklist/job-checklist.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/bill-form/bill-form.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/scoreboard.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/payment-form/payment-form.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/labor-allocations-table/labor-allocations-table.utility.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-template-test-render/shop-template-test-render.component.jsx",["1894","1895","1896","1897"],"import { Button } from \"antd\";\nimport axios from \"axios\";\nimport gql from \"graphql-tag\";\n//import inlineCss from \"inline-css\";\nimport { JsonEditor as Editor } from \"jsoneditor-react\";\nimport \"jsoneditor-react/es/editor.min.css\";\nimport React, { useState } from \"react\";\nimport { useTranslation } from \"react-i18next\";\nimport { connect } from \"react-redux\";\nimport { createStructuredSelector } from \"reselect\";\nimport client from \"../../utils/GraphQLClient\";\nimport { selectBodyshop } from \"../../redux/user/user.selectors\";\nimport { displayTemplateInWindowNoprint } from \"../../utils/RenderTemplate\";\n\nconst mapStateToProps = createStructuredSelector({\n bodyshop: selectBodyshop,\n});\nconst mapDispatchToProps = (dispatch) => ({\n //setUserLanguage: language => dispatch(setUserLanguage(language))\n});\n\nexport function ShopTemplateTestRender({\n bodyshop,\n query,\n emailEditorRef,\n style,\n}) {\n const [variables, setVariables] = useState({ id: \"uuid\" });\n const [loading, setLoading] = useState(false);\n const { t } = useTranslation();\n\n const handleTestRender = async () => {\n try {\n setLoading(true);\nalert(\"IO-424 Blocks this.\")\n // emailEditorRef.current.exportHtml(async (data) => {\n // inlineCss(data.html, {\n // url: `${window.location.protocol}://${window.location.host}/`,\n // }).then(async function (inlineHtml) {\n // try {\n // const { data: contextData } = await client.query({\n // query: gql(query),\n // variables: variables,\n // fetchPolicy: \"network-only\",\n // });\n\n // const { data } = await axios.post(\"/render\", {\n // view: inlineHtml,\n // context: { ...contextData, bodyshop: bodyshop },\n // });\n // displayTemplateInWindowNoprint(data);\n\n // setLoading(false);\n // } catch (error) {\n // setLoading(false);\n // alert(error);\n // }\n // });\n // });\n } catch (error) {\n setLoading(false);\n alert(error);\n }\n };\n\n return (\n
\n
\n setVariables(e)} />\n
\n \n
\n );\n}\nexport default connect(\n mapStateToProps,\n mapDispatchToProps\n)(ShopTemplateTestRender);\n","/Users/pfic/Documents/Development/bodyshop/client/src/graphql/schema.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/bill-form/bill-form.totals.utility.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/form-items-formatted/read-only-form-item.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/form-items-formatted/labor-type-form-item.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/form-items-formatted/part-type-form-item.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-board-kanban/production-board-kanban.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-table/production-list-table.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-template-editor-save-button/shop-template-editor-save-button.component.jsx",["1898","1899","1900","1901"],"import React, { useState } from \"react\";\nimport { Button, notification } from \"antd\";\nimport { useMutation } from \"@apollo/react-hooks\";\nimport { useTranslation } from \"react-i18next\";\nimport { UPDATE_TEMPLATE } from \"../../graphql/templates.queries\";\nimport { logImEXEvent } from \"../../firebase/firebase.utils\";\n//import inlineCss from \"inline-css\";\n\nexport default function ShopTemplateSaveButton({\n templateId,\n gql,\n emailEditorRef,\n}) {\n const { t } = useTranslation();\n const [loading, setLoading] = useState(false);\n const [updateTemplate] = useMutation(UPDATE_TEMPLATE);\n\n const handleSave = async () => {\n alert(\"Outstanding issue IO-424\");\n // logImEXEvent(\"shop_template_update\");\n // setLoading(true);\n // emailEditorRef.current.exportHtml(async (data) => {\n // inlineCss(data.html, {\n // url: `${window.location.protocol}://${window.location.host}/`,\n // }).then(async function (inlineHtml) {\n // const result = await updateTemplate({\n // variables: {\n // templateId: templateId,\n // template: {\n // query: gql,\n // html: inlineHtml,\n // jsontemplate: data.design,\n // },\n // },\n // });\n // if (!!!result.errors) {\n // notification[\"success\"]({\n // message: t(\"templates.successes.updated\"),\n // });\n // } else {\n // notification[\"error\"]({\n // message: t(\"templates.errors.updating\", {\n // error: JSON.stringify(result.errors),\n // }),\n // });\n // }\n // setLoading(false);\n // });\n // });\n };\n\n return (\n \n );\n}\n","/Users/pfic/Documents/Development/bodyshop/client/src/components/bill-form/bill-form.lines.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/form-items-formatted/currency-form-item.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/vendor-search-select/vendor-search-select.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-checklist/components/job-checklist-form/job-checklist-form.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/vendors.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/bill-lines.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-board-kanban/production-board-kanban.utils.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-checklist/components/job-checklist-template-list/job-checklist-template-list.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-documents-gallery/jobs-documents-gallery.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/accounting-payables-table/accounting-payables-table.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/accounting-receivables-table/accounting-receivables-table.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/not-found/not-found.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/csi-response-list-paginated/csi-response-list-paginated.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/csi-response-form/csi-response-form.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/scoreboard/scoreboard.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/time-ticket-shift/time-ticket-shift.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/payments-list-paginated/payment-list-paginated.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/time-tickets-summary/time-tickets-summary.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/help-rescue/help-rescue.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/time-ticket-list/time-ticket-list.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/ticket-tickets-dates-selector/time-tickets-dates-selector.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-columns/production-list-columns.data.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-table/production-list-table.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-board-filters/production-board-filters.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/indefinite-loading/indefinite-loading.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-board-kanban-card/production-board-kanban-card.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/form-list-move-arrows/form-list-move-arrows.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/bill-line-search-select/bill-line-search-select.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/form-date-time-picker/form-date-time-picker.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/email-overlay/email-overlay.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/tech/tech.selectors.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-checklist/components/job-checklist-template-item/job-checklist-template-item.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-documents-gallery/jobs-documents-gallery.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-export-all-button/jobs-export-all-button.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/scoreboard-display/scoreboard-display.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/time-ticket-shift-form/time-ticket-shift-form.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/time-ticket-shift-active/time-ticket-shift-active.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/time-ticket-enter-button/time-ticket-enter-button.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/time-tickets-summary-employees/time-tickets-summary-employees.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/payable-export-all-button/payable-export-all-button.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/payable-export-button/payable-export-button.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-columns/prodution-list-columns.touchtime.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-columns/production-list-columns.productionnote.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-columns/production-list-columns.paintpriority.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-columns/production-list-columns.status.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-columns/production-list-columns.bodypriority.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/contracts/contracts.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-columns/production-list-columns.alert.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/contract-detail/contract-detail.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/email/email.selectors.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-sublets-manage/production-sublets-manage.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/contract-create/contract-create.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/courtesy-car-create/courtesy-car-create.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/courtesy-cars/courtesy-cars.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/courtesy-car-detail/courtesy-car-detail.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-create/jobs-create.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/shop-vendor/shop-vendor.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/shop/shop.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/owners/owners.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/owners-detail/owners-detail.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/vehicles-detail/vehicles-detail.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/vehicles/vehicles.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-detail/jobs-detail.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/schedule/schedule.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs/jobs.page.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-available/jobs-available.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/manage-root/manage-root.page.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/profile/profile.container.page.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/_test/test.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/print-center-modal/print-center-modal.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jira-support-widget/jira-support-widget.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/header/header.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/fcm-notification/fcm-notification.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-detail/production-list-detail.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-remove-button/production-remove-button.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-table/production-list-table.resizeable.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-columns/production-list-columns.add.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/production-list-save-config-button/production-list-save-config-button.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/conflict/conflict.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-affix/chat-affix.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/breadcrumbs/breadcrumbs.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/email-overlay/email-overlay.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-documents-gallery/jobs-documents-gallery.delete.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/utils/create-recent-item.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/owners.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-documents-gallery/jobs-document-gallery.download.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/documents-upload/documents-upload.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/available-jobs.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-job-clock-out-button/tech-job-clock-out-button.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/user.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/time-ticket-shift-form/time-ticket-shift-form.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/data-label/data-label.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/scoreboard-last-days/scoreboard-last-days.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/scoreboard-chart/scoreboard-chart.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/scoreboard-targets-table/scoreboard-targets-table.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/scoreboard-jobs-list/scoreboard-jobs-list.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/contract-detail/contract-detail.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/vehicles.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/contract-create/contract-create.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/redux/messaging/messaging.selectors.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/owners-detail/owners-detail.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-detail/jobs-detail.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-available/jobs-available.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/manage-root/manage-root.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-create/jobs-create.context.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/print-center-modal/print-center-modal.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/profile/profile.page.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/schedule/schedule.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/vehicles/vehicles.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-cards/job-detail-cards.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-list/jobs-list.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/header/header.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/parts-status-pie/parts-status-pie.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/owners/owners.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/vehicles-detail/vehicles-detail.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-csi-config/shop-csi-config.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/shop-vendor/shop-vendor.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-affix/chat-affix.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-employees/shop-employees.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/courtesy-car.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/cccontracts.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/jobs-create/jobs-create.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/courtesy-car-detail/courtesy-car-detail.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/courtesy-cars/courtesy-cars.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/courtesy-car-create/courtesy-car-create.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/scoreboard-targets-table/scoreboard-targets-table.util.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/courtesy-car-return-modal/courtesy-car-return-modal.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/contracts/contracts.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-job-clock-out-delete/tech-job-clock-out-delete.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/scoreboard-remove-button/scorebard-remove-button.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/scoreboard-entry-edit/scoreboard-entry-edit.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-convert-to-ro/contract-convert-to-ro.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-job-block/contract-job-block.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-form/contract-form.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-courtesy-car-block/contract-courtesy-car-block.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-license-decode-button/contract-license-decode-button.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-jobs/contract-jobs.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-cars/contract-cars.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/scoreboard-day-stats/scoreboard-day-stats.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/owner-detail-jobs/owner-detail-jobs.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-reconciliation-modal/job-reconciliation.modal.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-available-new/jobs-available-new.container.jsx",["1902"],"import { useApolloClient, useMutation, useQuery } from \"@apollo/react-hooks\";\nimport { notification } from \"antd\";\nimport Axios from \"axios\";\nimport Dinero from \"dinero.js\";\nimport React, { useState } from \"react\";\nimport { useTranslation } from \"react-i18next\";\nimport { connect } from \"react-redux\";\nimport { useHistory } from \"react-router-dom\";\nimport { createStructuredSelector } from \"reselect\";\nimport { logImEXEvent } from \"../../firebase/firebase.utils\";\nimport {\n DELETE_ALL_AVAILABLE_NEW_JOBS,\n QUERY_AVAILABLE_NEW_JOBS,\n} from \"../../graphql/available-jobs.queries\";\nimport { INSERT_NEW_JOB } from \"../../graphql/jobs.queries\";\nimport { selectBodyshop } from \"../../redux/user/user.selectors\";\nimport AlertComponent from \"../alert/alert.component\";\nimport LoadingSpinner from \"../loading-spinner/loading-spinner.component\";\nimport JobsAvailableComponent from \"./jobs-available-new.component\";\n\nconst mapStateToProps = createStructuredSelector({\n bodyshop: selectBodyshop,\n});\n\nexport function JobsAvailableContainer({\n deleteJob,\n estDataLazyLoad,\n bodyshop,\n}) {\n const { loading, error, data, refetch } = useQuery(QUERY_AVAILABLE_NEW_JOBS, {\n fetchPolicy: \"network-only\",\n });\n\n const history = useHistory();\n const { t } = useTranslation();\n\n const [modalVisible, setModalVisible] = useState(false);\n const [selectedOwner, setSelectedOwner] = useState(null);\n const [insertLoading, setInsertLoading] = useState(false);\n const [deleteAllNewJobs] = useMutation(DELETE_ALL_AVAILABLE_NEW_JOBS);\n const [insertNewJob] = useMutation(INSERT_NEW_JOB);\n const client = useApolloClient();\n const [loadEstData, estData] = estDataLazyLoad;\n\n const onModalOk = async () => {\n logImEXEvent(\"job_import_new\");\n\n setModalVisible(false);\n setInsertLoading(true);\n\n if (\n !(\n estData.data &&\n estData.data.available_jobs_by_pk &&\n estData.data.available_jobs_by_pk.est_data\n )\n ) {\n //We don't have the right data. Error!\n setInsertLoading(false);\n notification[\"error\"]({\n message: t(\"jobs.errors.creating\", { error: \"No job data present.\" }),\n });\n return;\n }\n\n const newTotals = (\n await Axios.post(\"/job/totals\", {\n job: {\n ...estData.data.available_jobs_by_pk.est_data,\n joblines: estData.data.available_jobs_by_pk.est_data.joblines.data,\n },\n })\n ).data;\n\n // const existingVehicles = await client.query({\n // query: SEARCH_VEHICLE_BY_VIN,\n // variables: {\n // vin: estData.data.available_jobs_by_pk.est_data.vehicle.data.v_vin,\n // },\n // });\n\n const newJob = {\n ...estData.data.available_jobs_by_pk.est_data,\n clm_total: Dinero(newTotals.totals.total_repairs).toFormat(\"0.00\"),\n owner_owing: Dinero(newTotals.totals.custPayable.total).toFormat(\"0.00\"),\n job_totals: newTotals,\n queued_for_parts: true,\n // ...(existingVehicles.data.vehicles.length > 0\n // ? { vehicleid: existingVehicles.data.vehicles[0].id, vehicle: null }\n // : {}),\n };\n\n insertNewJob({\n variables: {\n job: selectedOwner\n ? Object.assign(\n {},\n newJob,\n { owner: null },\n { ownerid: selectedOwner }\n )\n : newJob,\n },\n })\n .then((r) => {\n notification[\"success\"]({\n message: t(\"jobs.successes.created\"),\n onClick: () => {\n history.push(`/manage/jobs/${r.data.insert_jobs.returning[0].id}`);\n },\n });\n //Job has been inserted. Clean up the available jobs record.\n\n deleteJob({\n variables: { id: estData.data.available_jobs_by_pk.id },\n }).then((r) => {\n refetch();\n setInsertLoading(false);\n });\n })\n .catch((r) => {\n //error while inserting\n notification[\"error\"]({\n message: t(\"jobs.errors.creating\", { error: r.message }),\n });\n refetch();\n setInsertLoading(false);\n });\n };\n\n const onModalCancel = () => {\n setModalVisible(false);\n setSelectedOwner(null);\n };\n\n if (error) return ;\n return (\n \n \n \n );\n}\nexport default connect(mapStateToProps, null)(JobsAvailableContainer);\n","/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-available-supplement/jobs-available-supplement.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-lines-upsert-modal/job-lines-upsert-modal.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-job-modal/schedule-job-modal.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-pli/jobs-detail-pli.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-labor/jobs-detail-labor.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-notes/jobs-notes.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-general/jobs-detail-general.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/print-center-jobs/print-center-jobs.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/profile-shops/profile-shops.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-cards/job-detail-cards.totals.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-calendar/schedule-calendar.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/vehicles-list/vehicles-list.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/profile-my/profile-my.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/global-search/global-search.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-cards/job-detail-cards.insurance.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-cards/job-detail-cards.notes.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-cards/job-detail-cards.parts.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/owners-list/owners-list.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/vehicle-detail-jobs/vehicle-detail-jobs.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-csi-config-form/shop-csi-config-form.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-cards/job-detail-cards.documents.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-cards/job-detail-cards.dates.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-cards/job-detail-cards.damage.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/vendors-list/vendors-list.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-popup/chat-popup.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-employees/shop-employees.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/vendors-form/vendors-form.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/vehicle-detail-form/vehicle-detail-form.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/vehicle-tag-popover/vehicle-tag-popover.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/owner-tag-popover/owner-tag-popover.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-header/jobs-detail-header.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-rates/jobs-detail-rates.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-dates/jobs-detail-dates.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-totals/jobs-detail-totals.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-lines/job-lines.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-create-vehicle-info/jobs-create-vehicle-info.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/courtesy-car-contract-list/courtesy-car-contract-list.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/courtesy-cars-list/courtesy-cars-list.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/courtesy-car-form/courtesy-car-form.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/utils/aamva.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/courtesy-car-return-modal/courtesy-car-return-modal.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/contracts-list/contracts-list.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-available-supplement/jobs-available-supplement.headerfields.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-available-supplement/jobs-available-supplement.estlines.util.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/associations.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/search.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-calendar-wrapper/schedule-calendar-util.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/notes.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-jobs/contract-jobs.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-cars/contract-cars.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-available-new/jobs-available-new.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-available-supplement/jobs-available-supplement.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-job-modal/schedule-job-modal.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-notes/jobs.notes.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-lines-upsert-modal/job-lines-upsert-modal.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/form-items-formatted/email-form-item.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/form-items-formatted/phone-form-item.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/profile-shops/profile-shops.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/owner-detail-update-jobs/owner-detail-update-jobs.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-cards/job-detail-cards.template.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-damage-visual/job-damage-visual.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/vehicles-list/vehicles-list.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-calendar/schedule-calendar.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/print-center-speed-print/print-center-speed-print.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/print-center-item/print-center-item.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/vehicle-detail-update-jobs/vehicle-detail-update-jobs.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.speedprint.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.rostatus.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.responsibilitycenters.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.scheduling.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.laborrates.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.rbac.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.orderstatus.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-info/shop-info.intake.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-employees/shop-employees-list.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/vendors-form/vendors-form.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/vehicle-detail-form/vehicle-detail-form.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/shop-employees/shop-employees-form.component.jsx",["1903"],"import { Button, Form, Input, InputNumber, Select, Switch } from \"antd\";\nimport moment from \"moment\";\nimport React, { useEffect } from \"react\";\nimport { useTranslation } from \"react-i18next\";\nimport { connect } from \"react-redux\";\nimport { createStructuredSelector } from \"reselect\";\nimport { selectBodyshop } from \"../../redux/user/user.selectors\";\nimport FormDatePicker from \"../form-date-picker/form-date-picker.component\";\nimport CurrencyInput from \"../form-items-formatted/currency-form-item.component\";\nconst mapStateToProps = createStructuredSelector({\n bodyshop: selectBodyshop,\n});\nconst mapDispatchToProps = (dispatch) => ({\n //setUserLanguage: language => dispatch(setUserLanguage(language))\n});\n\nexport function ShopEmployeesFormComponent({\n bodyshop,\n form,\n selectedEmployee,\n handleFinish,\n}) {\n const { t } = useTranslation();\n useEffect(() => {\n if (selectedEmployee) form.resetFields();\n }, [selectedEmployee, form]);\n\n if (!selectedEmployee) return null;\n\n return (\n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n {\n //TODO Make this a picklist.\n }\n \n \n \n \n \n \n \n \n \n \n );\n}\nexport default connect(\n mapStateToProps,\n mapDispatchToProps\n)(ShopEmployeesFormComponent);\n","/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-new-conversation/chat-new-conversation.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-conversation/chat-conversation.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/vendors-list/vendors-list.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-conversation-list/chat-conversation-list.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-detail-lines/job-lines.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-create-vehicle-info/jobs-create-vehicle-info.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/courtesy-car-fuel-select/courtesy-car-fuel-select.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/courtesy-car-status-select/courtesy-car-status-select.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/owners-list/owners-list.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-totals-table/job-totals-table.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-rates-change-button/jobs-detail-rates-change-button.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-change-status/jobs-change-status.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-convert-button/jobs-convert-button.component.jsx",["1904"],"import { Button, Form, notification, Popover, Select } from \"antd\";\nimport React, { useState } from \"react\";\nimport { useMutation } from \"react-apollo\";\nimport { useTranslation } from \"react-i18next\";\nimport { connect } from \"react-redux\";\nimport { createStructuredSelector } from \"reselect\";\nimport { CONVERT_JOB_TO_RO } from \"../../graphql/jobs.queries\";\nimport { selectJobReadOnly } from \"../../redux/application/application.selectors\";\nimport {\n selectAuthLevel,\n selectBodyshop,\n} from \"../../redux/user/user.selectors\";\n\nconst mapStateToProps = createStructuredSelector({\n //currentUser: selectCurrentUser\n bodyshop: selectBodyshop,\n jobRO: selectJobReadOnly,\n});\nconst mapDispatchToProps = (dispatch) => ({\n //setUserLanguage: language => dispatch(setUserLanguage(language))\n});\n\nexport function JobsConvertButton({ bodyshop, job, refetch, jobRO }) {\n const [visible, setVisible] = useState(false);\n const [mutationConvertJob] = useMutation(CONVERT_JOB_TO_RO);\n const { t } = useTranslation();\n\n const handleConvert = async (values) => {\n const res = await mutationConvertJob({\n variables: { jobId: job.id, ...values },\n });\n\n if (!res.errors) {\n refetch();\n notification[\"success\"]({\n message: t(\"jobs.successes.converted\"),\n });\n setVisible(false);\n }\n };\n\n const popMenu = (\n
\n
\n \n \n \n \n \n \n \n \n \n
\n );\n\n return (\n \n setVisible(true)}\n >\n {t(\"jobs.actions.convert\")}\n \n \n );\n}\nexport default connect(mapStateToProps, mapDispatchToProps)(JobsConvertButton);\n","/Users/pfic/Documents/Development/bodyshop/client/src/components/job-employee-assignments/job-employee-assignments.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-labor/jobs-detail-labor.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-pli/jobs-detail-pli.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/owner-find-modal/owner-find-modal.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-find-modal/jobs-find-modal.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-existing-appointments-list/schedule-existing-appointments-list.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-day-view/schedule-day-view.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/note-upsert-modal/note-upsert-modal.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-calendar-wrapper/scheduler-calendar-wrapper.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-production-list/schedule-production-list.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/messages.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/form-items-formatted/colorpicker-form-item.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-conversation/chat-conversation.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.duplicate.util.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-create-vehicle-info/jobs-create-vehicle-info.new.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-create-vehicle-info/jobs-create-vehicle-info.search.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/parts-order-modal/parts-order-modal.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-line-note-popup/job-line-note-popup.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-employee-assignments/job-employee-assignments.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.csi.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-detail-header-actions/jobs-detail-header-actions.addtoproduction.util.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/bills-list-table/bills-list-table.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/parts-order-list-table/parts-order-list-table.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-bills-total/job-bills-total.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-line-location-popup/job-line-location-popup.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-calendar-wrapper/schedule-calendar-header.component.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/owner-find-modal/owner-find-modal.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-find-modal/jobs-find-modal.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/note-upsert-modal/note-upsert-modal.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-event/schedule-event.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/graphql/parts-orders.queries.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-send-message/chat-send-message.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-messages-list/chat-message-list.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-conversation-title/chat-conversation-title.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/parts-order-modal/parts-order-modal.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/parts-order-line-backorder-button/parts-order-line-backorder-button.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-calendar-wrapper/schedule-calendar-header-graph.component.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-block-day/schedule-block-day.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/notes-preset-button/notes-preset-button.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-event/schedule-event.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-tag-ro/chat-tag-ro.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-conversation-title-tags/chat-conversation-title-tags.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-presets/chat-presets.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-event/schedule-event.color.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-event/schedule-event.at.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/chat-tag-ro/chat-tag-ro.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/schedule-day-view/schedule-day-view.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-reconciliation-modal/job-reconciliation-modal.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-reconciliation-totals/job-reconciliation-totals.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-reconciliation-parts-table/job-reconciliation-parts-table.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-reconciliation-bills-table/job-reconciliation-bills-table.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/contract-status-select/contract-status-select.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-create-owner-info/jobs-create-owner-info.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-create-jobs-info/jobs-create-jobs-info.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/owner-detail-form/owner-detail-form.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/job-reconciliation-totals/job-reconciliation-totals.utility.js",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-create-owner-info/jobs-create-owner-info.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/owner-detail-form/owner-detail-form.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-create-owner-info/jobs-create-owner-info.search.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/jobs-create-owner-info/jobs-create-owner-info.new.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/tech/tech.page.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/sign-in-form/sign-in-form.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-header/tech-header.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-sider/tech-sider.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/tech-job-clock/tech-job-clock.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/tech-lookup/tech-lookup.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/pages/tech-shift-clock/tech-shift-clock.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-login/tech-login.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-lookup-jobs-list/tech-lookup-jobs-list.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-lookup-jobs-drawer/tech-lookup-jobs-drawer.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-job-clock-in-form/tech-job-clock-in-form.container.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-job-clocked-in-list/tech-job-clocked-in-list.component.jsx",[],"/Users/pfic/Documents/Development/bodyshop/client/src/components/tech-job-clock-in-form/tech-job-clock-in-form.component.jsx",[],{"ruleId":"1905","replacedBy":"1906"},{"ruleId":"1907","replacedBy":"1908"},{"ruleId":"1909","severity":1,"message":"1910","line":2,"column":8,"nodeType":"1911","messageId":"1912","endLine":2,"endColumn":13},{"ruleId":"1909","severity":1,"message":"1913","line":3,"column":8,"nodeType":"1911","messageId":"1912","endLine":3,"endColumn":11},{"ruleId":"1909","severity":1,"message":"1914","line":11,"column":8,"nodeType":"1911","messageId":"1912","endLine":11,"endColumn":14},{"ruleId":"1909","severity":1,"message":"1915","line":13,"column":10,"nodeType":"1911","messageId":"1912","endLine":13,"endColumn":40},{"ruleId":"1909","severity":1,"message":"1916","line":2,"column":18,"nodeType":"1911","messageId":"1912","endLine":2,"endColumn":30},{"ruleId":"1909","severity":1,"message":"1917","line":6,"column":10,"nodeType":"1911","messageId":"1912","endLine":6,"endColumn":22},{"ruleId":"1909","severity":1,"message":"1918","line":15,"column":19,"nodeType":"1911","messageId":"1912","endLine":15,"endColumn":29},{"ruleId":"1909","severity":1,"message":"1919","line":16,"column":10,"nodeType":"1911","messageId":"1912","endLine":16,"endColumn":24},{"ruleId":"1909","severity":1,"message":"1920","line":42,"column":9,"nodeType":"1911","messageId":"1912","endLine":42,"endColumn":15},{"ruleId":"1909","severity":1,"message":"1921","line":1,"column":31,"nodeType":"1911","messageId":"1912","endLine":1,"endColumn":42},{"ruleId":"1909","severity":1,"message":"1922","line":10,"column":3,"nodeType":"1911","messageId":"1912","endLine":10,"endColumn":18},"no-native-reassign",["1923"],"no-negated-in-lhs",["1924"],"no-unused-vars","'axios' is defined but never used.","Identifier","unusedVar","'gql' is defined but never used.","'client' is defined but never used.","'displayTemplateInWindowNoprint' is defined but never used.","'notification' is defined but never used.","'logImEXEvent' is defined but never used.","'setLoading' is assigned a value but never used.","'updateTemplate' is assigned a value but never used.","'client' is assigned a value but never used.","'InputNumber' is defined but never used.","'selectAuthLevel' is defined but never used.","no-global-assign","no-unsafe-negation"] \ No newline at end of file diff --git a/client/package-lock.json b/client/package-lock.json index c09bbdc9c..16806801f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "bodyshop", - "version": "0.1.1", + "version": "0.1.0001", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -4737,6 +4737,23 @@ "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==", "optional": true }, + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "optional": true, + "requires": { + "file-uri-to-path": "1.0.0" + }, + "dependencies": { + "file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "optional": true + } + } + }, "block-stream": { "version": "0.0.9", "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", @@ -20508,6 +20525,7 @@ "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", "optional": true, "requires": { + "bindings": "^1.5.0", "nan": "^2.12.1" } }, @@ -21049,6 +21067,7 @@ "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", "optional": true, "requires": { + "bindings": "^1.5.0", "nan": "^2.12.1" } }, diff --git a/client/src/components/job-totals-table/job-totals-table.component.jsx b/client/src/components/job-totals-table/job-totals-table.component.jsx index 1d4c06621..b96af56b2 100644 --- a/client/src/components/job-totals-table/job-totals-table.component.jsx +++ b/client/src/components/job-totals-table/job-totals-table.component.jsx @@ -170,55 +170,12 @@ export function JobsTotalsTableComponent({ bodyshop, jobRO, job }) { job.job_totals.rates.la4.rate })`} - - {t("jobs.labels.rates_subtotal")} - {Dinero(job.job_totals.rates.subtotal).toFormat()} - - - - - - - -
- - - {Object.keys(job.job_totals.parts.parts.list).map( - (key, idx) => ( - - - - - - ) - )} - - + - - - - - - - - - - @@ -240,6 +197,60 @@ export function JobsTotalsTableComponent({ bodyshop, jobRO, job }) { job.job_totals.rates.mash.rate })`} + + + + + + + +
{t(`jobs.fields.${key.toLowerCase()}`)} - {Dinero( - job.job_totals.parts.parts.list[key].total - ).toFormat()} -
{t("jobs.labels.partstotal")}{t("jobs.labels.labor_rates_subtotal")} - {Dinero(job.job_totals.parts.parts.total).toFormat()} - {`(${Dinero( - job.job_totals.parts.parts.subtotal - ).toFormat()})`}
{t("jobs.labels.subletstotal")} - {Dinero(job.job_totals.parts.sublets.total).toFormat()} - {`(${Dinero( - job.job_totals.parts.sublets.subtotal - ).toFormat()})`}
{t("jobs.labels.additionaltotal")} - {Dinero(job.job_totals.additional).toFormat()} + + {Dinero(job.job_totals.rates.rates_subtotal).toFormat()} +
{t("jobs.labels.rates_subtotal")} + + {Dinero(job.job_totals.rates.subtotal).toFormat()} + +
+
+ + +
+ + {t("jobs.labels.partstotal")} + + + + {Object.keys(job.job_totals.parts.parts.list).map( + (key, idx) => ( + + + + + ) + )} + + + + + + + + + + + + +
{t(`jobs.fields.${key.toLowerCase()}`)} + {Dinero( + job.job_totals.parts.parts.list[key].total + ).toFormat()} +
{t("jobs.labels.partstotal")} + + {Dinero(job.job_totals.parts.parts.total).toFormat()} + +
{t("jobs.labels.subletstotal")} + {Dinero(job.job_totals.parts.sublets.total).toFormat()} +
{t("jobs.labels.additionaltotal")} + {Dinero(job.job_totals.additional).toFormat()} +
+ -
Final", ret); res.status(200).json(ret); } catch (error) { console.log("error", error); res.status(400).send(JSON.stringify(error)); } }; - -function CalculateAdditional(job) { - return job.joblines - .filter( - (jl) => - !jl.removed && - (jl.lbr_op === "OP2" || - jl.lbr_op === "OP3" || - jl.lbr_op === "OP4" || - jl.lbr_op === "OP5" || - jl.lbr_op === "OP6" || - jl.lbr_op === "OP7" || - jl.lbr_op === "OP8" || - jl.lbr_op === "OP9" || - jl.lbr_op === "OP10" || - jl.lbr_op === "OP13" || - jl.lbr_op === "OP13" || - jl.lbr_op === "OP14" || - jl.lbr_op === "OP15") - ) - .reduce((acc, val) => { - return acc.add( - Dinero({ amount: Math.round((val.act_price || 0) * 100) }) - ); - }, Dinero()); -} - -function CalculateTaxesTotals(job, otherTotals) { - //const theObj = JSON.parse(JSON.stringify(otherTotals)); - const subtotal = otherTotals.parts.parts.subtotal - .add(otherTotals.parts.sublets.subtotal) - .add(otherTotals.rates.rates_subtotal) - .add(otherTotals.additional) - .add(Dinero({ amount: (job.towing_payable || 0) * 100 })) - .add(Dinero({ amount: (job.storage_payable || 0) * 100 })); - //TODO Levies should be included?? - - const statePartsTax = job.joblines - .filter((jl) => !jl.removed) - .reduce((acc, val) => { - if (!!!val.tax_part || !!!val.part_type) return acc; - // if (!!job.parts_tax_rates[val.part_type]) { - // console.log("val.line_desc", val.line_desc); - - return acc.add( - Dinero({ amount: Math.round(val.act_price * 100) }) - .multiply(val.part_qty) - .percentage( - (!val.part_type && val.lbr_op === "OP13" - ? job.parts_tax_rates["PAN"].prt_tax_rt - : job.parts_tax_rates[val.part_type] && - job.parts_tax_rates[val.part_type].prt_tax_rt) * 100 - ) - ); - // } else { - // return acc; - // } - }, Dinero({ amount: 0 })); - - let ret = { - subtotal: subtotal, - federal_tax: subtotal.percentage((job.federal_tax_rate || 0) * 100), - statePartsTax, - state_tax: statePartsTax - .add( - otherTotals.rates.rates_subtotal.percentage((job.tax_lbr_rt || 0) * 100) - ) - .add( - Dinero({ - amount: Math.round((job.towing_payable || 0) * 100), - }).percentage((job.tax_tow_rt || 0) * 100) - ) - .add( - Dinero({ - amount: Math.round((job.storage_payable || 0) * 100), - }).percentage((job.tax_str_rt || 0) * 100) - ), - //Currently commented out for mitchell as these come over as line items usually instead. - // .add( - // otherTotals.rates.mapa.total.percentage( - // (job.tax_paint_mat_rt || 0) * 100 - // ) - // ) - // .add( - // otherTotals.rates.mash.total.percentage( - // (job.tax_shop_mat_rt || 0) * 100 - // ) - // ) - local_tax: subtotal.percentage((job.local_tax_rate || 0) * 100), - }; - ret.total_repairs = ret.subtotal - .add(ret.federal_tax) - .add(ret.state_tax) - .add(ret.local_tax); - - ret.custPayable = { - deductible: Dinero({ amount: (job.ded_amt || 0) * 100 }) || 0, - federal_tax: job.ca_gst_registrant ? ret.federal_tax : Dinero(), - other_customer_amount: Dinero({ - amount: (job.other_amount_payable || 0) * 100, - }), - dep_taxes: Dinero({ amount: job.depreciation_taxes || 0 }), - }; - - ret.custPayable.total = ret.custPayable.deductible - .add(ret.custPayable.federal_tax) - .add(ret.custPayable.other_customer_amount) - .add(ret.custPayable.dep_taxes); - - ret.net_repairs = ret.total_repairs.subtract(ret.custPayable.total); - - return ret; -} - function CalculateRatesTotals(ratesList, shoprates) { const jobLines = ratesList.joblines.filter((jl) => !jl.removed); let ret = { la1: { - hours: jobLines - .filter((item) => item.mod_lbr_ty === "LA1") - .reduce((acc, value) => acc + value.mod_lb_hrs, 0), + hours: 0, rate: ratesList.rate_la1 || 0, }, la2: { - hours: jobLines - .filter((item) => item.mod_lbr_ty === "LA2") - .reduce((acc, value) => acc + value.mod_lb_hrs, 0), + hours: 0, rate: ratesList.rate_la2 || 0, }, la3: { rate: ratesList.rate_la3 || 0, - hours: jobLines - .filter((item) => item.mod_lbr_ty === "LA3") - .reduce((acc, value) => acc + value.mod_lb_hrs, 0), + hours: 0, }, la4: { rate: ratesList.rate_la4 || 0, - hours: jobLines - .filter((item) => item.mod_lbr_ty === "LA4") - .reduce((acc, value) => acc + value.mod_lb_hrs, 0), + hours: 0, }, laa: { rate: ratesList.rate_laa || 0, - hours: jobLines - .filter((item) => item.mod_lbr_ty === "LAA") - .reduce((acc, value) => acc + value.mod_lb_hrs, 0), + hours: 0, }, lab: { rate: ratesList.rate_lab || 0, - hours: jobLines - .filter((item) => item.mod_lbr_ty === "LAB") - .reduce((acc, value) => acc + value.mod_lb_hrs, 0), + hours: 0, }, lad: { rate: ratesList.rate_lad || 0, - hours: jobLines - .filter((item) => item.mod_lbr_ty === "LAD") - .reduce((acc, value) => acc + value.mod_lb_hrs, 0), + hours: 0, }, lae: { rate: ratesList.rate_lae || 0, - hours: jobLines - .filter((item) => item.mod_lbr_ty === "LAE") - .reduce((acc, value) => acc + value.mod_lb_hrs, 0), + hours: 0, }, laf: { rate: ratesList.rate_laf || 0, - hours: jobLines - .filter((item) => item.mod_lbr_ty === "LAF") - .reduce((acc, value) => acc + value.mod_lb_hrs, 0), + hours: 0, }, lag: { rate: ratesList.rate_lag || 0, - hours: jobLines - .filter((item) => item.mod_lbr_ty === "LAG") - .reduce((acc, value) => acc + value.mod_lb_hrs, 0), + hours: 0, }, lam: { rate: ratesList.rate_lam || 0, - hours: jobLines - .filter((item) => item.mod_lbr_ty === "LAM") - .reduce((acc, value) => acc + value.mod_lb_hrs, 0), + hours: 0, }, lar: { rate: ratesList.rate_lar || 0, - hours: jobLines - .filter((item) => item.mod_lbr_ty === "LAR") - .reduce((acc, value) => acc + value.mod_lb_hrs, 0), + hours: 0, }, las: { rate: ratesList.rate_las || 0, - hours: jobLines - .filter((item) => item.mod_lbr_ty === "LAS") - .reduce((acc, value) => acc + value.mod_lb_hrs, 0), + hours: 0, }, lau: { rate: ratesList.rate_lau || 0, - hours: jobLines - .filter((item) => item.mod_lbr_ty === "LAU") - .reduce((acc, value) => acc + value.mod_lb_hrs, 0), + hours: 0, }, - mapa: { rate: ratesList.rate_mapa || 0, - hours: jobLines - .filter((item) => item.mod_lbr_ty === "LAR") - .reduce((acc, value) => acc + value.mod_lb_hrs, 0), + hours: 0, }, mash: { rate: ratesList.rate_mash || 0, - hours: jobLines - .filter((item) => item.mod_lbr_ty !== "LAR") - .reduce((acc, value) => acc + value.mod_lb_hrs, 0), + hours: 0, }, }; + jobLines.forEach((item) => { + if (item.mod_lbr_ty) { + //There's a labor type, assign the hours. + ret[item.mod_lbr_ty.toLowerCase()].hours = + ret[item.mod_lbr_ty.toLowerCase()].hours + item.mod_lb_hrs; + + if (item.mod_lbr_ty === "LAR") { + ret.mapa.hours = ret.mapa.hours + item.mod_lb_hrs; + } else { + ret.mash.hours = ret.mapa.hours + item.mod_lb_hrs; + } + } + }); + let subtotal = Dinero({ amount: 0 }); let rates_subtotal = Dinero({ amount: 0 }); for (const property in ret) { @@ -245,11 +110,7 @@ function CalculateRatesTotals(ratesList, shoprates) { ret[property].hours ); subtotal = subtotal.add(ret[property].total); - if ( - property !== "mapa" && - property !== "mash" - //&& property !== "rate_atp" - ) + if (property !== "mapa" && property !== "mash") rates_subtotal = rates_subtotal.add(ret[property].total); } ret.subtotal = subtotal; @@ -257,7 +118,6 @@ function CalculateRatesTotals(ratesList, shoprates) { return ret; } - function CalculatePartsTotals(jobLines) { const ret = jobLines .filter((jl) => !jl.removed) @@ -307,8 +167,6 @@ function CalculatePartsTotals(jobLines) { ), }, }; - // default: - // return acc; } }, { @@ -335,3 +193,106 @@ function CalculatePartsTotals(jobLines) { }, }; } + +function IsAdditionalCost(jobLine) { + //May be able to use db_ref here to help. + //936012 is Haz Waste Dispoal + //936008 is Paint/Materials + //936007 is Shop/Materials + + return !jobLine.db_ref || jobLine.db_ref.startsWith("9360"); +} + +function CalculateAdditional(job) { + return job.joblines + .filter((jl) => !jl.removed && IsAdditionalCost(jl)) + .reduce((acc, val) => { + return acc.add( + Dinero({ amount: Math.round((val.act_price || 0) * 100) }) + ); + }, Dinero()); +} + +function CalculateTaxesTotals(job, otherTotals) { + const subtotal = otherTotals.parts.parts.subtotal + .add(otherTotals.parts.sublets.subtotal) + .add(otherTotals.rates.rates_subtotal) + .add(otherTotals.additional) + .add(Dinero({ amount: (job.towing_payable || 0) * 100 })) + .add(Dinero({ amount: (job.storage_payable || 0) * 100 })); + //TODO Levies should be included?? + + //Potential issue here with Sublet Calculation. Sublets are calculated under labor in Mitchell, but it's done in IO + //Under the parts rates. + + let statePartsTax = Dinero(); + let additionalItemsTax = Dinero(); + + job.joblines + .filter((jl) => !jl.removed) + .forEach((val) => { + if (!!!val.tax_part || !!!val.part_type || IsAdditionalCost(val)) { + additionalItemsTax = additionalItemsTax.add( + Dinero({ amount: Math.round((val.act_price || 0) * 100) }) + .multiply(val.part_qty || 1) + .percentage( + (job.parts_tax_rates["PAN"] && + job.parts_tax_rates["PAN"].prt_tax_rt) * 100 + ) + ); + } else { + statePartsTax = statePartsTax.add( + Dinero({ amount: Math.round((val.act_price || 0) * 100) }) + .multiply(val.part_qty || 1) + .percentage( + (job.parts_tax_rates[val.part_type] && + job.parts_tax_rates[val.part_type].prt_tax_rt) * 100 + ) + ); + } + }); + + let ret = { + subtotal: subtotal, + federal_tax: subtotal.percentage((job.federal_tax_rate || 0) * 100), + statePartsTax, + state_tax: statePartsTax + .add( + otherTotals.rates.rates_subtotal.percentage((job.tax_lbr_rt || 0) * 100) + ) + .add( + Dinero({ + amount: Math.round((job.towing_payable || 0) * 100), + }).percentage((job.tax_tow_rt || 0) * 100) + ) + .add( + Dinero({ + amount: Math.round((job.storage_payable || 0) * 100), + }).percentage((job.tax_str_rt || 0) * 100) + ) + .add(additionalItemsTax), + local_tax: subtotal.percentage((job.local_tax_rate || 0) * 100), + }; + ret.total_repairs = ret.subtotal + .add(ret.federal_tax) + .add(ret.state_tax) + .add(ret.local_tax); + + ret.custPayable = { + deductible: Dinero({ amount: (job.ded_amt || 0) * 100 }) || 0, + federal_tax: job.ca_gst_registrant ? ret.federal_tax : Dinero(), + other_customer_amount: Dinero({ + amount: (job.other_amount_payable || 0) * 100, + }), + dep_taxes: Dinero({ amount: job.depreciation_taxes || 0 }), + }; + + ret.custPayable.total = ret.custPayable.deductible + .add(ret.custPayable.federal_tax) + .add(ret.custPayable.other_customer_amount) + .add(ret.custPayable.dep_taxes); + + ret.net_repairs = ret.total_repairs.subtract(ret.custPayable.total); + + return ret; +}