@medipass/web-sdk 12.8.1-fix-aged-care-sting-types.0 → 12.8.1-fix-aged-care-sting-types.1
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 +8 -0
- package/package.json +2 -2
package/lib/types/aged-care.d.ts
CHANGED
|
@@ -513,6 +513,7 @@ export declare type AgedCarePaymentStatement = {
|
|
|
513
513
|
pricePerUnitString: string;
|
|
514
514
|
unitType: string;
|
|
515
515
|
invoiceAmount: number;
|
|
516
|
+
invoiceAmountString: string;
|
|
516
517
|
compensationReduction: number;
|
|
517
518
|
compensationReductionString: string;
|
|
518
519
|
individualContributionAmount: number;
|
|
@@ -772,10 +773,15 @@ export declare type BudgetDetailsResponse = {
|
|
|
772
773
|
startDate: string;
|
|
773
774
|
endDate: string;
|
|
774
775
|
total: number;
|
|
776
|
+
totalString: string;
|
|
775
777
|
available: number;
|
|
778
|
+
availableString: string;
|
|
776
779
|
used: number;
|
|
780
|
+
usedString: string;
|
|
777
781
|
writeOff: number;
|
|
782
|
+
writeOffString: string;
|
|
778
783
|
rolloverDeduction: number;
|
|
784
|
+
rolloverDeductionString: string;
|
|
779
785
|
createdAtDateTime: string;
|
|
780
786
|
updatedAtDateTime: string;
|
|
781
787
|
status: string;
|
|
@@ -783,6 +789,7 @@ export declare type BudgetDetailsResponse = {
|
|
|
783
789
|
itemCode: string;
|
|
784
790
|
description: string;
|
|
785
791
|
amount: number;
|
|
792
|
+
amountString: string;
|
|
786
793
|
startDate: string;
|
|
787
794
|
endDate: string;
|
|
788
795
|
createdAtDateTime: string;
|
|
@@ -795,6 +802,7 @@ export declare type BudgetDetailsResponse = {
|
|
|
795
802
|
invoiceId: string;
|
|
796
803
|
itemId: string;
|
|
797
804
|
amount: number;
|
|
805
|
+
amountString: string;
|
|
798
806
|
deliveryDate: string;
|
|
799
807
|
updatedAtDateTime: string;
|
|
800
808
|
careRecipientId: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/web-sdk",
|
|
3
|
-
"version": "12.8.1-fix-aged-care-sting-types.
|
|
3
|
+
"version": "12.8.1-fix-aged-care-sting-types.1",
|
|
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": "986417943bca8f7bba4495ddd4af111700859262"
|
|
63
63
|
}
|