diff --git a/package.json b/package.json index 966adb1d..d5e65a0b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@ant-design/colors": "^7.0.0", "@ant-design/icons": "^5.1.4", "@beda.software/emr-config": "*", - "@beda.software/fhir-react": "^1.8.6", + "@beda.software/fhir-react": "^1.8.7", "@beda.software/remote-data": "^1.1.3", "@fullcalendar/core": "^6.1.15", "@fullcalendar/daygrid": "^6.1.8", diff --git a/src/containers/InvoiceList/tableUtils.tsx b/src/containers/InvoiceList/tableUtils.tsx index d428f8a8..3c12806c 100644 --- a/src/containers/InvoiceList/tableUtils.tsx +++ b/src/containers/InvoiceList/tableUtils.tsx @@ -100,7 +100,7 @@ export function getInvoiceTableColumns( practitioners: Practitioner[], practitionerRoles: PractitionerRole[], patients: Patient[], - pagerManager: PagerManager, + pagerManager: PagerManager, ) { const excludeColumnKeys = matchCurrentUserRole({ [Role.Admin]: () => ['patientActions'], diff --git a/src/containers/InvoiceList/types.ts b/src/containers/InvoiceList/types.ts index cc9605d5..3d8092b7 100644 --- a/src/containers/InvoiceList/types.ts +++ b/src/containers/InvoiceList/types.ts @@ -1,4 +1,4 @@ -import { Invoice } from 'fhir/r4b'; +import { Invoice, Patient, Practitioner, PractitionerRole } from 'fhir/r4b'; import { PagerManager } from '@beda.software/fhir-react'; @@ -22,7 +22,7 @@ export interface InvoiceListSearchBarSelectProps { } export interface InvoiceActionsProps { - manager: PagerManager; + manager: PagerManager; invoice: Invoice; simplified?: boolean; } diff --git a/yarn.lock b/yarn.lock index 8e470978..0796ba0f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -772,10 +772,10 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@beda.software/fhir-react@^1.8.6": - version "1.8.6" - resolved "https://registry.yarnpkg.com/@beda.software/fhir-react/-/fhir-react-1.8.6.tgz#d996c28a47edb776786fa033f415b22d90e00f21" - integrity sha512-ip+TLFp1BN2/NlxPMzIsVisGhb8GM5EvZXm6o/9+06tggBetIgaYk/Ye+nLmAc1l83DtdqQMfJkyhBnSCJ9Avw== +"@beda.software/fhir-react@^1.8.7": + version "1.8.7" + resolved "https://registry.yarnpkg.com/@beda.software/fhir-react/-/fhir-react-1.8.7.tgz#5f15d2baf770245fcc5c7faca6dd78b3b1cea4e4" + integrity sha512-j2JfdgYGCK2MuIqEurM8j3MMkOYtOEqkaHrBLZfZYgGQv2WJno+nG9PCsey17hVFC4MZ8kbm5IG4u7QRAZqdGQ== dependencies: "@beda.software/remote-data" "^1.1.3" axios "^1.6.2"