@medipass/web-sdk 12.7.5 → 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.
@@ -380,6 +380,7 @@ export declare type GetClaimsQuery = PaginatedQuery & {
380
380
  toDate?: string;
381
381
  };
382
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.5",
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": "b53c1322f5cf18c406bcf749337561eb013805ba"
62
+ "gitHead": "38bade0d0fb2d9145fd9285f0c79702a9d48354a"
63
63
  }