@medipass/web-sdk 12.7.4 → 12.7.6

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,8 @@ 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
+ export declare type AgedCareInvoiceStatus = 'OPEN' | 'SUBMITTED' | 'HELD' | 'DELETED' | 'CLAIMED' | 'COMPLETED';
383
384
  export interface MedipassAgedCareClaimShort {
384
385
  _id: string;
385
386
  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.6",
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": "38bade0d0fb2d9145fd9285f0c79702a9d48354a"
63
63
  }