@medipass/web-sdk 12.10.0 → 12.10.1
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 -5
- package/package.json +2 -2
package/lib/types/aged-care.d.ts
CHANGED
|
@@ -898,7 +898,7 @@ export declare type GetEnteralFeedingSupplementsQuery = PaginatedQuery & {
|
|
|
898
898
|
endDateTo?: string;
|
|
899
899
|
updatedAtDateTimeFrom?: string;
|
|
900
900
|
updatedAtDateTimeTo?: string;
|
|
901
|
-
|
|
901
|
+
sortFields?: 'createdAtDateTime' | 'updatedAtDateTime' | 'startDate' | 'careRecipientId';
|
|
902
902
|
};
|
|
903
903
|
export declare type GetOxygenSupplementsQuery = PaginatedQuery & {
|
|
904
904
|
businessId?: string;
|
|
@@ -912,7 +912,7 @@ export declare type GetOxygenSupplementsQuery = PaginatedQuery & {
|
|
|
912
912
|
endDateTo?: string;
|
|
913
913
|
updatedAtDateTimeFrom?: string;
|
|
914
914
|
updatedAtDateTimeTo?: string;
|
|
915
|
-
|
|
915
|
+
sortFields?: 'createdAtDateTime' | 'updatedAtDateTime' | 'startDate' | 'careRecipientId';
|
|
916
916
|
};
|
|
917
917
|
export interface GetEnteralFeedingSupplementsItem {
|
|
918
918
|
supplementId: string;
|
|
@@ -1026,7 +1026,7 @@ export declare type GetEntriesQuery = PaginatedQuery & {
|
|
|
1026
1026
|
departureDateTo?: string;
|
|
1027
1027
|
updatedAtDateTimeFrom?: string;
|
|
1028
1028
|
updatedAtDateTimeTo?: string;
|
|
1029
|
-
|
|
1029
|
+
sortFields?: 'createdAtDateTime' | 'updatedAtDateTime' | 'entryDate' | 'careRecipientId' | 'externalReferenceId';
|
|
1030
1030
|
};
|
|
1031
1031
|
export interface GetEntriesItem {
|
|
1032
1032
|
eventId: string;
|
|
@@ -1206,7 +1206,7 @@ export declare type GetDeparturesQuery = PaginatedQuery & {
|
|
|
1206
1206
|
departureDateTo?: string;
|
|
1207
1207
|
updatedAtDateTimeFrom?: string;
|
|
1208
1208
|
updatedAtDateTimeTo?: string;
|
|
1209
|
-
|
|
1209
|
+
sortFields?: 'createdAtDateTime' | 'updatedAtDateTime' | 'entryDate' | 'careRecipientId' | 'externalReferenceId';
|
|
1210
1210
|
};
|
|
1211
1211
|
export interface GetDeparturesItem {
|
|
1212
1212
|
eventId: string;
|
|
@@ -1353,7 +1353,7 @@ export declare type GetLegacyServiceProviderDetailsQuery = PaginatedQuery & {
|
|
|
1353
1353
|
providerId?: string;
|
|
1354
1354
|
serviceName?: string;
|
|
1355
1355
|
sort?: 'asc' | 'desc' | '';
|
|
1356
|
-
|
|
1356
|
+
sortFields?: 'serviceName' | 'serviceId' | '';
|
|
1357
1357
|
};
|
|
1358
1358
|
export declare type LegacyServiceProvider = {
|
|
1359
1359
|
serviceId: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/web-sdk",
|
|
3
|
-
"version": "12.10.
|
|
3
|
+
"version": "12.10.1",
|
|
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": "4ae561273aefe6e45948f2385e36a4a00f6c07c0"
|
|
63
63
|
}
|