@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.
- package/lib/types/aged-care.d.ts +1 -1
- package/package.json +2 -2
package/lib/types/aged-care.d.ts
CHANGED
|
@@ -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
|
|
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.
|
|
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": "
|
|
62
|
+
"gitHead": "b53c1322f5cf18c406bcf749337561eb013805ba"
|
|
63
63
|
}
|