@medipass/web-sdk 12.4.8-feature-aged-care-entry-departure-apis.2 → 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.
@@ -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;
@@ -947,7 +946,25 @@ export interface GetEntryResponse {
947
946
  }
948
947
  export interface UpdateEntryRequestBody {
949
948
  businessId?: string;
950
- 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
+ };
951
968
  }
952
969
  export interface CreateEntryRequestBody {
953
970
  businessId?: string;
@@ -1051,7 +1068,6 @@ export interface GetDeparturesItem {
1051
1068
  export declare type GetDeparturesResponse = PaginatedResponse<GetDeparturesItem>;
1052
1069
  export interface GetDepartureQuery {
1053
1070
  businessId?: string;
1054
- eventId: string;
1055
1071
  }
1056
1072
  export interface GetDepartureResponse {
1057
1073
  eventId: string;
@@ -1078,7 +1094,12 @@ export interface GetDepartureResponse {
1078
1094
  }
1079
1095
  export interface UpdateDepartureRequestBody {
1080
1096
  businessId?: string;
1081
- eventId: string;
1097
+ serviceNapsId: string;
1098
+ careRecipientId: string;
1099
+ externalReferenceId?: string;
1100
+ entryCategoryCode: string;
1101
+ departureDate: string;
1102
+ departureReasonCode: string;
1082
1103
  }
1083
1104
  export interface CreateDepartureRequestBody {
1084
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.2",
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": "01221e1743cd1886dfce14385b3a87778d63bd18"
61
+ "gitHead": "7142396777f8d39ca23c98f3b852d4e787ae6298"
62
62
  }