@medipass/web-sdk 12.7.4 → 12.7.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.
@@ -379,7 +379,7 @@ export declare type GetClaimsQuery = PaginatedQuery & {
379
379
  fromDate?: string;
380
380
  toDate?: string;
381
381
  };
382
- export declare type AgedCareClaimStatus = 'Being calculated' | 'Pending approval' | 'Cancelled' | 'Approved' | 'Paid' | 'Completed';
382
+ export declare type AgedCareClaimStatus = 'Being Calculated' | 'Pending Approval' | 'Cancelled' | 'Approved' | 'Paid' | 'Completed';
383
383
  export interface MedipassAgedCareClaimShort {
384
384
  _id: string;
385
385
  businessId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "12.7.4",
3
+ "version": "12.7.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": "2bab1c5f348de953dd9a0bb130e2d6896f91f2a7"
62
+ "gitHead": "b53c1322f5cf18c406bcf749337561eb013805ba"
63
63
  }