@lifeready/core 1.1.25 → 1.1.26
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.
|
@@ -679,6 +679,7 @@ export interface IssuedPlanNode extends Node, TimeStamped {
|
|
|
679
679
|
currentStates?: IssuedPlanStateNode[];
|
|
680
680
|
currentPeriod?: PeriodField;
|
|
681
681
|
currentPriceOption?: PriceOptionField;
|
|
682
|
+
upcomingInvoice?: BillingField;
|
|
682
683
|
alternativePriceOptions?: PriceOptionField[];
|
|
683
684
|
}
|
|
684
685
|
export interface IssuedPlanStateNode extends Node, TimeStamped {
|