@medipass/web-sdk 12.10.12-fix-types-exports.6 → 12.10.12-fix-types-exports.7
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 +15 -15
- package/package.json +2 -2
package/lib/types/aged-care.d.ts
CHANGED
|
@@ -187,7 +187,7 @@ export declare type SearchCareRecipientsQuery = AgedCarePaginatedQuery & {
|
|
|
187
187
|
gender?: string;
|
|
188
188
|
myAgedCareGatewayId?: string;
|
|
189
189
|
sparcId?: string;
|
|
190
|
-
|
|
190
|
+
sortFields?: 'lastName' | 'firstName' | 'careRecipientId' | 'birthDate';
|
|
191
191
|
};
|
|
192
192
|
export declare type SearchCareRecipient = {
|
|
193
193
|
careRecipientId: string;
|
|
@@ -398,7 +398,7 @@ export declare type GetRegisteredProvidersQuery = AgedCarePaginatedQuery & {
|
|
|
398
398
|
providerId?: string;
|
|
399
399
|
providerRacsId?: string;
|
|
400
400
|
providerName?: string;
|
|
401
|
-
|
|
401
|
+
sortFields?: 'providerName' | 'providerId';
|
|
402
402
|
};
|
|
403
403
|
export declare type GetMyRegisteredProviderQuery = {
|
|
404
404
|
businessId?: string;
|
|
@@ -483,7 +483,7 @@ export declare type GetAgedCareClaimsQuery = AgedCarePaginatedQuery & {
|
|
|
483
483
|
updatedAtDateTimeTo?: string;
|
|
484
484
|
createdAtDateTimeFrom?: string;
|
|
485
485
|
createdAtDateTimeTo?: string;
|
|
486
|
-
|
|
486
|
+
sortFields?: 'createdAtDateTime' | 'updatedAtDateTime' | 'paymentDate';
|
|
487
487
|
};
|
|
488
488
|
export declare type GetClaimsQuery = PaginatedQuery & {
|
|
489
489
|
fromDate?: string;
|
|
@@ -720,7 +720,7 @@ export declare type GetPaymentItemsReportQuery = AgedCarePaginatedQuery & {
|
|
|
720
720
|
invoiceId?: string;
|
|
721
721
|
updatedAtDateTimeFrom?: string;
|
|
722
722
|
updatedAtDateTimeTo?: string;
|
|
723
|
-
|
|
723
|
+
sortFields?: 'careRecipientId' | 'deliveryDate' | 'paymentDate' | 'updatedAtDateTime';
|
|
724
724
|
};
|
|
725
725
|
export declare type AgedCarePaymentItemsReport = {
|
|
726
726
|
invoiceId: string;
|
|
@@ -806,7 +806,7 @@ export declare type GetIndividualContributionsQuery = AgedCarePaginatedQuery & {
|
|
|
806
806
|
effectiveDateTo?: string;
|
|
807
807
|
updatedAtDateTimeFrom?: string;
|
|
808
808
|
updatedAtDateTimeTo?: string;
|
|
809
|
-
|
|
809
|
+
sortFields?: 'careRecipientId' | 'createdAtDateTime' | 'updatedAtDateTime';
|
|
810
810
|
};
|
|
811
811
|
export declare type IndividualContribution = {
|
|
812
812
|
serviceProviderId: string;
|
|
@@ -828,13 +828,13 @@ export declare type GetCareRecipientBudgetsQuery = AgedCarePaginatedQuery & {
|
|
|
828
828
|
businessId?: string;
|
|
829
829
|
effectiveDateFrom?: string;
|
|
830
830
|
effectiveDateTo?: string;
|
|
831
|
-
|
|
831
|
+
sortFields?: 'createdAtDateTime' | 'updatedAtDateTime';
|
|
832
832
|
};
|
|
833
833
|
export declare type GetServiceProviderBudgetsQuery = AgedCarePaginatedQuery & {
|
|
834
834
|
businessId?: string;
|
|
835
835
|
effectiveDateFrom?: string;
|
|
836
836
|
effectiveDateTo?: string;
|
|
837
|
-
|
|
837
|
+
sortFields?: 'createdAtDateTime' | 'updatedAtDateTime';
|
|
838
838
|
};
|
|
839
839
|
export declare type GetServiceProviderActiveBudgetsQuery = AgedCarePaginatedQuery & {
|
|
840
840
|
businessId?: string;
|
|
@@ -843,7 +843,7 @@ export declare type GetServiceProviderActiveBudgetsQuery = AgedCarePaginatedQuer
|
|
|
843
843
|
effectiveDateTo?: string;
|
|
844
844
|
updatedAtDateTimeFrom?: string;
|
|
845
845
|
updatedAtDateTimeTo?: string;
|
|
846
|
-
|
|
846
|
+
sortFields?: 'careRecipientId' | 'createdAtDateTime' | 'updatedAtDateTime';
|
|
847
847
|
};
|
|
848
848
|
export declare type CareRecipientBudget = {
|
|
849
849
|
budgetId: string;
|
|
@@ -1017,7 +1017,7 @@ export declare type GetEnteralFeedingSupplementsQuery = AgedCarePaginatedQuery &
|
|
|
1017
1017
|
endDateTo?: string;
|
|
1018
1018
|
updatedAtDateTimeFrom?: string;
|
|
1019
1019
|
updatedAtDateTimeTo?: string;
|
|
1020
|
-
|
|
1020
|
+
sortFields?: 'createdAtDateTime' | 'updatedAtDateTime' | 'startDate' | 'careRecipientId';
|
|
1021
1021
|
};
|
|
1022
1022
|
export declare type GetOxygenSupplementsQuery = AgedCarePaginatedQuery & {
|
|
1023
1023
|
businessId?: string;
|
|
@@ -1031,7 +1031,7 @@ export declare type GetOxygenSupplementsQuery = AgedCarePaginatedQuery & {
|
|
|
1031
1031
|
endDateTo?: string;
|
|
1032
1032
|
updatedAtDateTimeFrom?: string;
|
|
1033
1033
|
updatedAtDateTimeTo?: string;
|
|
1034
|
-
|
|
1034
|
+
sortFields?: 'createdAtDateTime' | 'updatedAtDateTime' | 'startDate' | 'careRecipientId';
|
|
1035
1035
|
};
|
|
1036
1036
|
export interface GetEnteralFeedingSupplementsItem {
|
|
1037
1037
|
supplementId: string;
|
|
@@ -1145,7 +1145,7 @@ export declare type GetEntriesQuery = AgedCarePaginatedQuery & {
|
|
|
1145
1145
|
departureDateTo?: string;
|
|
1146
1146
|
updatedAtDateTimeFrom?: string;
|
|
1147
1147
|
updatedAtDateTimeTo?: string;
|
|
1148
|
-
|
|
1148
|
+
sortFields?: 'createdAtDateTime' | 'updatedAtDateTime' | 'entryDate' | 'careRecipientId' | 'externalReferenceId' | '';
|
|
1149
1149
|
};
|
|
1150
1150
|
export interface GetEntriesItem {
|
|
1151
1151
|
eventId: string;
|
|
@@ -1309,7 +1309,7 @@ export declare type GetDeparturesQuery = AgedCarePaginatedQuery & {
|
|
|
1309
1309
|
departureDateTo?: string;
|
|
1310
1310
|
updatedAtDateTimeFrom?: string;
|
|
1311
1311
|
updatedAtDateTimeTo?: string;
|
|
1312
|
-
|
|
1312
|
+
sortFields?: 'createdAtDateTime' | 'updatedAtDateTime' | 'entryDate' | 'careRecipientId' | 'externalReferenceId';
|
|
1313
1313
|
};
|
|
1314
1314
|
export interface GetDeparturesItem {
|
|
1315
1315
|
eventId: string;
|
|
@@ -1450,7 +1450,7 @@ export declare type GetLegacyServiceProviderDetailsQuery = AgedCarePaginatedQuer
|
|
|
1450
1450
|
serviceId?: string;
|
|
1451
1451
|
providerId?: string;
|
|
1452
1452
|
serviceName?: string;
|
|
1453
|
-
|
|
1453
|
+
sortFields?: 'serviceName' | 'serviceId';
|
|
1454
1454
|
};
|
|
1455
1455
|
export declare type LegacyServiceProvider = {
|
|
1456
1456
|
serviceId: string;
|
|
@@ -1540,7 +1540,7 @@ export declare type GetEventsQuery = AgedCarePaginatedQuery & {
|
|
|
1540
1540
|
updatedAtTo?: string;
|
|
1541
1541
|
createdAtFrom?: string;
|
|
1542
1542
|
createdAtTo?: string;
|
|
1543
|
-
|
|
1543
|
+
sortFields?: 'createdAtDateTime' | 'updatedAtDateTime' | 'startDate' | 'careRecipientId' | 'externalReferenceId';
|
|
1544
1544
|
};
|
|
1545
1545
|
export declare type Event = {
|
|
1546
1546
|
eventId: string;
|
|
@@ -1575,7 +1575,7 @@ export declare type GetInvoicesQuery = AgedCarePaginatedQuery & {
|
|
|
1575
1575
|
status?: string;
|
|
1576
1576
|
updatedAtDateTimeFrom?: string;
|
|
1577
1577
|
updatedAtDateTimeTo?: string;
|
|
1578
|
-
|
|
1578
|
+
sortFields?: 'createdAtDateTime' | 'updatedAtDateTime' | 'externalReferenceId';
|
|
1579
1579
|
};
|
|
1580
1580
|
export declare type AgedCareInvoiceListResponse = {
|
|
1581
1581
|
invoiceId: 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.7",
|
|
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": "2b3dd3697ba7e3a3edb952d0030cd6def5e8d93b"
|
|
63
63
|
}
|