@medipass/web-sdk 12.2.4-feature-aged-care-onboarding.1 → 12.2.4-feature-aged-care-onboarding.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.
@@ -258,6 +258,7 @@ export declare type AgedCareService = {
258
258
  updatedAtDateTime: string;
259
259
  };
260
260
  export declare type OnboardRequestBody = {
261
+ businessId?: string;
261
262
  registeredProviderId: string;
262
263
  orgId: string;
263
264
  otac: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "12.2.4-feature-aged-care-onboarding.1",
3
+ "version": "12.2.4-feature-aged-care-onboarding.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": "767867e8dc542b6adff0fb2e1d40ebe5e73e739b"
61
+ "gitHead": "e8e0f22326c641ad487f3c1826060f16ef5943ba"
62
62
  }