@medipass/web-sdk 12.10.12-fix-types-exports.4 → 12.10.12-fix-types-exports.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/types/aged-care.d.ts +5 -3
- package/package.json +2 -2
package/lib/types/aged-care.d.ts
CHANGED
|
@@ -472,6 +472,8 @@ export declare type ServiceProviderAccountSummary = {
|
|
|
472
472
|
};
|
|
473
473
|
export declare type ServiceProviderAccountSummaryResponse = Array<ServiceProviderAccountSummary>;
|
|
474
474
|
export declare type GetAgedCareClaimsQuery = AgedCarePaginatedQuery & {
|
|
475
|
+
businessId?: string;
|
|
476
|
+
registeredProviderId?: string;
|
|
475
477
|
serviceProviderId?: string;
|
|
476
478
|
serviceNapsId?: string;
|
|
477
479
|
status?: AgedCareClaimStatus;
|
|
@@ -481,7 +483,7 @@ export declare type GetAgedCareClaimsQuery = AgedCarePaginatedQuery & {
|
|
|
481
483
|
updatedAtDateTimeTo?: string;
|
|
482
484
|
createdAtDateTimeFrom?: string;
|
|
483
485
|
createdAtDateTimeTo?: string;
|
|
484
|
-
'sort-fields'?: 'createdAtDateTime' | 'updatedAtDateTime';
|
|
486
|
+
'sort-fields'?: 'createdAtDateTime' | 'updatedAtDateTime' | 'paymentDate';
|
|
485
487
|
};
|
|
486
488
|
export declare type GetClaimsQuery = PaginatedQuery & {
|
|
487
489
|
fromDate?: string;
|
|
@@ -718,7 +720,7 @@ export declare type GetPaymentItemsReportQuery = AgedCarePaginatedQuery & {
|
|
|
718
720
|
invoiceId?: string;
|
|
719
721
|
updatedAtDateTimeFrom?: string;
|
|
720
722
|
updatedAtDateTimeTo?: string;
|
|
721
|
-
'sort-fields'?: 'careRecipientId' | 'deliveryDate' | '
|
|
723
|
+
'sort-fields'?: 'careRecipientId' | 'deliveryDate' | 'paymentDate' | 'updatedAtDateTime';
|
|
722
724
|
};
|
|
723
725
|
export declare type AgedCarePaymentItemsReport = {
|
|
724
726
|
invoiceId: string;
|
|
@@ -1448,7 +1450,7 @@ export declare type GetLegacyServiceProviderDetailsQuery = AgedCarePaginatedQuer
|
|
|
1448
1450
|
serviceId?: string;
|
|
1449
1451
|
providerId?: string;
|
|
1450
1452
|
serviceName?: string;
|
|
1451
|
-
'sort-fields'?: '
|
|
1453
|
+
'sort-fields'?: 'serviceName' | 'serviceId';
|
|
1452
1454
|
};
|
|
1453
1455
|
export declare type LegacyServiceProvider = {
|
|
1454
1456
|
serviceId: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/web-sdk",
|
|
3
|
-
"version": "12.10.12-fix-types-exports.
|
|
3
|
+
"version": "12.10.12-fix-types-exports.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"resolutions": {
|
|
60
60
|
"react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "679f220466dad0761cb365d8184faa4c317ba771"
|
|
63
63
|
}
|