@medipass/web-sdk 12.10.12-fix-types-exports.7 → 12.10.12

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.
@@ -1309,7 +1309,7 @@ export declare type GetDeparturesQuery = AgedCarePaginatedQuery & {
1309
1309
  departureDateTo?: string;
1310
1310
  updatedAtDateTimeFrom?: string;
1311
1311
  updatedAtDateTimeTo?: string;
1312
- sortFields?: 'createdAtDateTime' | 'updatedAtDateTime' | 'entryDate' | 'careRecipientId' | 'externalReferenceId';
1312
+ sortFields?: 'createdAtDateTime' | 'updatedAtDateTime' | 'departureDate' | 'careRecipientId' | 'externalReferenceId';
1313
1313
  };
1314
1314
  export interface GetDeparturesItem {
1315
1315
  eventId: 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.7",
3
+ "version": "12.10.12",
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": "2b3dd3697ba7e3a3edb952d0030cd6def5e8d93b"
62
+ "gitHead": "90796ae5828695686aecf8ce4916624c384c0661"
63
63
  }