@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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifeready/core",
3
- "version": "1.1.25",
3
+ "version": "1.1.26",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~10.0.5",
6
6
  "@angular/core": "~10.0.5",