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

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.
@@ -1104,7 +1104,6 @@ export interface UpdateDepartureRequestBody {
1104
1104
  export interface CreateDepartureRequestBody {
1105
1105
  businessId?: string;
1106
1106
  serviceNapsId: string;
1107
- serviceProviderId: string;
1108
1107
  careRecipientId: string;
1109
1108
  externalReferenceId?: string;
1110
1109
  entryCategoryCode: 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.6",
3
+ "version": "12.4.8",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -15,6 +15,7 @@
15
15
  "postpublish": "yarn clean",
16
16
  "start": "serve -s docs --auth",
17
17
  "test": "yarn check-types && yarn lint && rm -rf ./node_modules/jest-cli/.haste_cache && jest",
18
+ "test:jest": "jest",
18
19
  "test-ci": "yarn check-types && yarn lint && rm -rf ./node_modules/jest-cli/.haste_cache && jest --silent",
19
20
  "test:watch": "yarn test -- --watch",
20
21
  "check-types": "tsc --noEmit --project tsconfig.json"
@@ -58,5 +59,5 @@
58
59
  "resolutions": {
59
60
  "react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
60
61
  },
61
- "gitHead": "ed6c95e0b84f094f2cbed3dafcddddb4f6792c46"
62
+ "gitHead": "ee99849c769e67857fbd12c8d53ad361ee4b303a"
62
63
  }