@medipass/web-sdk 12.4.8-feature-aged-care-entry-departure-apis.1 → 12.4.8-feature-aged-care-entry-departure-apis.2
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 -0
- package/package.json +2 -2
package/lib/types/aged-care.d.ts
CHANGED
|
@@ -1091,12 +1091,27 @@ export interface CreateDepartureRequestBody {
|
|
|
1091
1091
|
departureReasonCode: string;
|
|
1092
1092
|
}
|
|
1093
1093
|
export interface CreateDepartureResponse {
|
|
1094
|
+
eventId: string;
|
|
1095
|
+
status: string;
|
|
1096
|
+
channel: string;
|
|
1094
1097
|
serviceNapsId: string;
|
|
1098
|
+
serviceProviderId: string;
|
|
1095
1099
|
careRecipientId: string;
|
|
1100
|
+
careRecipientName: string;
|
|
1096
1101
|
externalReferenceId: string;
|
|
1097
1102
|
entryCategoryCode: string;
|
|
1103
|
+
entryCategoryText: string;
|
|
1098
1104
|
departureDate: string;
|
|
1099
1105
|
departureReasonCode: string;
|
|
1106
|
+
departureReasonText: string;
|
|
1107
|
+
entryId: string;
|
|
1108
|
+
createdAtDateTime: string;
|
|
1109
|
+
updatedAtDateTime: string;
|
|
1110
|
+
messages: Array<{
|
|
1111
|
+
type: string;
|
|
1112
|
+
shortText: string;
|
|
1113
|
+
longText: string;
|
|
1114
|
+
}>;
|
|
1100
1115
|
}
|
|
1101
1116
|
export interface DeleteDepartureQuery {
|
|
1102
1117
|
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.
|
|
3
|
+
"version": "12.4.8-feature-aged-care-entry-departure-apis.2",
|
|
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": "
|
|
61
|
+
"gitHead": "01221e1743cd1886dfce14385b3a87778d63bd18"
|
|
62
62
|
}
|