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

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.
@@ -946,7 +946,25 @@ export interface GetEntryResponse {
946
946
  }
947
947
  export interface UpdateEntryRequestBody {
948
948
  businessId?: string;
949
- eventId: string;
949
+ serviceNapsId: string;
950
+ careRecipientId: string;
951
+ entryDate: string;
952
+ entryCategoryCode: string;
953
+ externalReferenceId?: string;
954
+ optInSupportAtHomeRates?: 'Y' | 'N' | '';
955
+ centrelinkCrn?: string;
956
+ dvaUin?: string;
957
+ careLevel?: string;
958
+ carerStatus?: string;
959
+ awardOrSettlementTypeCode?: string;
960
+ unfundedPriorEntryDate?: string;
961
+ approvalSighted?: 'Y' | 'N' | '';
962
+ address?: {
963
+ streetLine: string;
964
+ suburb: string;
965
+ state: string;
966
+ postcode: string;
967
+ };
950
968
  }
951
969
  export interface CreateEntryRequestBody {
952
970
  businessId?: string;
@@ -1076,7 +1094,12 @@ export interface GetDepartureResponse {
1076
1094
  }
1077
1095
  export interface UpdateDepartureRequestBody {
1078
1096
  businessId?: string;
1079
- eventId: string;
1097
+ serviceNapsId: string;
1098
+ careRecipientId: string;
1099
+ externalReferenceId?: string;
1100
+ entryCategoryCode: string;
1101
+ departureDate: string;
1102
+ departureReasonCode: string;
1080
1103
  }
1081
1104
  export interface CreateDepartureRequestBody {
1082
1105
  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",
3
+ "version": "12.4.8-feature-aged-care-entry-departure-apis.4",
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": "b6b2749141e3afcd9b6f7f0753a3109c940b859b"
61
+ "gitHead": "7142396777f8d39ca23c98f3b852d4e787ae6298"
62
62
  }