@medipass/web-sdk 12.10.12-fix-types-exports.4 → 12.10.12-fix-types-exports.5

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.
@@ -472,6 +472,8 @@ export declare type ServiceProviderAccountSummary = {
472
472
  };
473
473
  export declare type ServiceProviderAccountSummaryResponse = Array<ServiceProviderAccountSummary>;
474
474
  export declare type GetAgedCareClaimsQuery = AgedCarePaginatedQuery & {
475
+ businessId?: string;
476
+ registeredProviderId?: string;
475
477
  serviceProviderId?: string;
476
478
  serviceNapsId?: string;
477
479
  status?: AgedCareClaimStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "12.10.12-fix-types-exports.4",
3
+ "version": "12.10.12-fix-types-exports.5",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -59,5 +59,5 @@
59
59
  "resolutions": {
60
60
  "react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
61
61
  },
62
- "gitHead": "0c0995b8e875b8b210a4a2098b8217d643c153b4"
62
+ "gitHead": "21cf8c23ca48dc21514c08ed6a1c408797bae7f5"
63
63
  }