@medipass/web-sdk 12.7.2 → 12.7.3
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 -23
- package/package.json +2 -2
package/lib/types/aged-care.d.ts
CHANGED
|
@@ -381,29 +381,6 @@ export declare type GetClaimsQuery = PaginatedQuery & {
|
|
|
381
381
|
};
|
|
382
382
|
export declare type AgedCareClaimStatus = 'Being calculated' | 'Pending approval' | 'Cancelled' | 'Approved' | 'Paid' | 'Completed';
|
|
383
383
|
export declare type AgedCareClaim = {
|
|
384
|
-
_id: string;
|
|
385
|
-
businessId: string;
|
|
386
|
-
staff: {
|
|
387
|
-
_id: string;
|
|
388
|
-
firstName: string;
|
|
389
|
-
lastName: string;
|
|
390
|
-
abn?: string;
|
|
391
|
-
};
|
|
392
|
-
practice: {
|
|
393
|
-
_id: string;
|
|
394
|
-
addressPrefix?: string;
|
|
395
|
-
subpremise?: string | null;
|
|
396
|
-
streetNumber?: string;
|
|
397
|
-
route?: string;
|
|
398
|
-
address?: string;
|
|
399
|
-
postcode?: string;
|
|
400
|
-
city?: string;
|
|
401
|
-
state?: string;
|
|
402
|
-
country?: string;
|
|
403
|
-
countryCode?: string;
|
|
404
|
-
email?: string;
|
|
405
|
-
abn?: string;
|
|
406
|
-
};
|
|
407
384
|
serviceProviderId: string;
|
|
408
385
|
claimId: string;
|
|
409
386
|
amountPaid: number;
|
|
@@ -411,6 +388,7 @@ export declare type AgedCareClaim = {
|
|
|
411
388
|
paymentDateString: string;
|
|
412
389
|
status: AgedCareClaimStatus;
|
|
413
390
|
agedCareCreated: string;
|
|
391
|
+
agedCareUpdated: string;
|
|
414
392
|
createdAtDateTime: string;
|
|
415
393
|
updatedAtDateTime: string;
|
|
416
394
|
modified: 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.3",
|
|
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": "8ce7535f88097ff88097766fedcb24bd1a3a5143"
|
|
63
63
|
}
|