@lifeready/core 4.0.4 → 5.0.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.
|
@@ -682,7 +682,6 @@ export interface IssuedPlanNode extends Node, TimeStamped {
|
|
|
682
682
|
currentPriceOption?: PriceOptionField;
|
|
683
683
|
upcomingInvoice?: BillingField;
|
|
684
684
|
alternativePriceOptions?: PriceOptionField[];
|
|
685
|
-
scheduledPriceChanges?: PriceChangeField[];
|
|
686
685
|
}
|
|
687
686
|
export interface IssuedPlanStateNode extends Node, TimeStamped {
|
|
688
687
|
periodStart?: DateTime;
|
|
@@ -709,7 +708,3 @@ export interface BillingField {
|
|
|
709
708
|
paid?: boolean;
|
|
710
709
|
nextPaymentAttempt?: DateTime;
|
|
711
710
|
}
|
|
712
|
-
export interface PriceChangeField {
|
|
713
|
-
periodStart?: DateTime;
|
|
714
|
-
priceOption?: PriceOptionField;
|
|
715
|
-
}
|