@medipass/web-sdk 12.7.7-feature-aged-care-budget-rollover.1 → 12.8.1-fix-aged-care-sting-types.0
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 +32 -1
- package/package.json +2 -2
package/lib/types/aged-care.d.ts
CHANGED
|
@@ -249,6 +249,7 @@ export declare type AgedCareInvoice = {
|
|
|
249
249
|
deliveryDate: string;
|
|
250
250
|
quantity: number;
|
|
251
251
|
pricePerUnit: number;
|
|
252
|
+
pricePerUnitString: string;
|
|
252
253
|
unitType: string;
|
|
253
254
|
fundingSource: string;
|
|
254
255
|
fundingSourceText: string;
|
|
@@ -364,15 +365,18 @@ export declare type ServiceProviderAccountSummary = {
|
|
|
364
365
|
periodStartDate: string;
|
|
365
366
|
periodEndDate: string;
|
|
366
367
|
heldoverPreviousPeriod: number;
|
|
368
|
+
heldoverPreviousPeriodString: string;
|
|
367
369
|
transactionDetail: Array<{
|
|
368
370
|
date: string;
|
|
369
371
|
description: string;
|
|
370
372
|
amount: number;
|
|
373
|
+
amountString: string;
|
|
371
374
|
transactionType: string;
|
|
372
375
|
transactionReference: string;
|
|
373
376
|
updatedAtDateTime: string;
|
|
374
377
|
}>;
|
|
375
378
|
heldoverAmount: number;
|
|
379
|
+
heldoverAmountString: string;
|
|
376
380
|
};
|
|
377
381
|
export declare type ServiceProviderAccountSummaryResponse = Array<ServiceProviderAccountSummary>;
|
|
378
382
|
export declare type GetClaimsQuery = PaginatedQuery & {
|
|
@@ -391,12 +395,12 @@ export interface MedipassAgedCareClaimShort {
|
|
|
391
395
|
serviceProviderId: string;
|
|
392
396
|
claimId: string;
|
|
393
397
|
amountPaid: number;
|
|
398
|
+
amountPaidString: string;
|
|
394
399
|
status: AgedCareClaimStatus;
|
|
395
400
|
agedCareCreated: string;
|
|
396
401
|
agedCareUpdated: string;
|
|
397
402
|
created: string;
|
|
398
403
|
modified: string;
|
|
399
|
-
amountPaidString: string;
|
|
400
404
|
}
|
|
401
405
|
export interface AgedCareClaim {
|
|
402
406
|
claimId: string;
|
|
@@ -470,12 +474,19 @@ export declare type AgedCarePaymentStatement = {
|
|
|
470
474
|
code: string;
|
|
471
475
|
}>;
|
|
472
476
|
heldoverPreviousPeriod: number;
|
|
477
|
+
heldoverPreviousPeriodString: string;
|
|
473
478
|
commonwealthUnspent: number;
|
|
479
|
+
commonwealthUnspentString: string;
|
|
474
480
|
compensationReduction: number;
|
|
481
|
+
compensationReductionString: string;
|
|
475
482
|
careRecipientIndividualContribution: number;
|
|
483
|
+
careRecipientIndividualContributionString: string;
|
|
476
484
|
claimTotal: number;
|
|
485
|
+
claimTotalString: string;
|
|
477
486
|
totalPaid: number;
|
|
487
|
+
totalPaidString: string;
|
|
478
488
|
outstandingHeldover: number;
|
|
489
|
+
outstandingHeldoverString: string;
|
|
479
490
|
};
|
|
480
491
|
paymentItems: Array<{
|
|
481
492
|
invoiceId: string;
|
|
@@ -499,12 +510,17 @@ export declare type AgedCarePaymentStatement = {
|
|
|
499
510
|
entitlementType: string;
|
|
500
511
|
quantity: number;
|
|
501
512
|
pricePerUnit: number;
|
|
513
|
+
pricePerUnitString: string;
|
|
502
514
|
unitType: string;
|
|
503
515
|
invoiceAmount: number;
|
|
504
516
|
compensationReduction: number;
|
|
517
|
+
compensationReductionString: string;
|
|
505
518
|
individualContributionAmount: number;
|
|
519
|
+
individualContributionAmountString: string;
|
|
506
520
|
paymentDetermination: number;
|
|
521
|
+
paymentDeterminationString: string;
|
|
507
522
|
finalDetermination: number;
|
|
523
|
+
finalDeterminationString: string;
|
|
508
524
|
budgets: Array<{
|
|
509
525
|
budgetTypeCode: string;
|
|
510
526
|
budgetTypeText: string;
|
|
@@ -602,11 +618,16 @@ export declare type AgedCarePaymentItemsReport = {
|
|
|
602
618
|
wraparoundDescriptionText: string;
|
|
603
619
|
quantity: number;
|
|
604
620
|
pricePerUnit: number;
|
|
621
|
+
pricePerUnitString: string;
|
|
605
622
|
unitType: string;
|
|
606
623
|
invoiceAmount: number;
|
|
624
|
+
invoiceAmountString: string;
|
|
607
625
|
compensationReduction: number;
|
|
626
|
+
compensationReductionString: string;
|
|
608
627
|
individualContributionAmount: number;
|
|
628
|
+
individualContributionAmountString: string;
|
|
609
629
|
paymentDetermination: number;
|
|
630
|
+
paymentDeterminationString: string;
|
|
610
631
|
updatedAtDateTime: string;
|
|
611
632
|
budgets: Array<{
|
|
612
633
|
budgetTypeCode: string;
|
|
@@ -702,10 +723,15 @@ export declare type CareRecipientBudget = {
|
|
|
702
723
|
startDate: string;
|
|
703
724
|
endDate: string;
|
|
704
725
|
total: number;
|
|
726
|
+
totalString: string;
|
|
705
727
|
available: number;
|
|
728
|
+
availableString: string;
|
|
706
729
|
used: number;
|
|
730
|
+
usedString: string;
|
|
707
731
|
writeOff: number;
|
|
732
|
+
writeOffString: string;
|
|
708
733
|
rolloverDeduction: number;
|
|
734
|
+
rolloverDeductionString: string;
|
|
709
735
|
createdAtDateTime: string;
|
|
710
736
|
updatedAtDateTime: string;
|
|
711
737
|
status: string;
|
|
@@ -721,10 +747,15 @@ export declare type ServiceProviderBudget = {
|
|
|
721
747
|
startDate: string;
|
|
722
748
|
endDate: string;
|
|
723
749
|
total: number;
|
|
750
|
+
totalString: string;
|
|
724
751
|
available: number;
|
|
752
|
+
availableString: string;
|
|
725
753
|
used: number;
|
|
754
|
+
usedString: string;
|
|
726
755
|
rolloverDeduction: number;
|
|
756
|
+
rolloverDeductionString: string;
|
|
727
757
|
writeOff: number;
|
|
758
|
+
writeOffString: string;
|
|
728
759
|
createdAtDateTime: string;
|
|
729
760
|
updatedAtDateTime: string;
|
|
730
761
|
status: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/web-sdk",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.8.1-fix-aged-care-sting-types.0",
|
|
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": "281fd5708af68728030f9064655014aab804963a"
|
|
63
63
|
}
|