@medipass/web-sdk 12.4.8-feature-aged-care-entry-departure-apis.1 → 12.4.8-feature-aged-care-entry-departure-apis.3

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.
@@ -904,7 +904,6 @@ export interface GetEntriesItem {
904
904
  export declare type GetEntriesResponse = PaginatedResponse<GetEntriesItem>;
905
905
  export interface GetEntryQuery {
906
906
  businessId?: string;
907
- eventId: string;
908
907
  }
909
908
  export interface GetEntryResponse {
910
909
  eventId: string;
@@ -1051,7 +1050,6 @@ export interface GetDeparturesItem {
1051
1050
  export declare type GetDeparturesResponse = PaginatedResponse<GetDeparturesItem>;
1052
1051
  export interface GetDepartureQuery {
1053
1052
  businessId?: string;
1054
- eventId: string;
1055
1053
  }
1056
1054
  export interface GetDepartureResponse {
1057
1055
  eventId: string;
@@ -1091,12 +1089,27 @@ export interface CreateDepartureRequestBody {
1091
1089
  departureReasonCode: string;
1092
1090
  }
1093
1091
  export interface CreateDepartureResponse {
1092
+ eventId: string;
1093
+ status: string;
1094
+ channel: string;
1094
1095
  serviceNapsId: string;
1096
+ serviceProviderId: string;
1095
1097
  careRecipientId: string;
1098
+ careRecipientName: string;
1096
1099
  externalReferenceId: string;
1097
1100
  entryCategoryCode: string;
1101
+ entryCategoryText: string;
1098
1102
  departureDate: string;
1099
1103
  departureReasonCode: string;
1104
+ departureReasonText: string;
1105
+ entryId: string;
1106
+ createdAtDateTime: string;
1107
+ updatedAtDateTime: string;
1108
+ messages: Array<{
1109
+ type: string;
1110
+ shortText: string;
1111
+ longText: string;
1112
+ }>;
1100
1113
  }
1101
1114
  export interface DeleteDepartureQuery {
1102
1115
  businessId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "12.4.8-feature-aged-care-entry-departure-apis.1",
3
+ "version": "12.4.8-feature-aged-care-entry-departure-apis.3",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -58,5 +58,5 @@
58
58
  "resolutions": {
59
59
  "react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
60
60
  },
61
- "gitHead": "b442573875a6dcd8a67917008d860a284dc512bc"
61
+ "gitHead": "b6b2749141e3afcd9b6f7f0753a3109c940b859b"
62
62
  }