@lifeready/core 4.0.1 → 4.0.3

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.
@@ -64,6 +64,7 @@ export interface UserNode extends Node {
64
64
  plans?: IssuedPlanNode[];
65
65
  paymentMethods?: PaymentMethodNode[];
66
66
  billingHistory?: BillingField[];
67
+ availablePlans?: AvailablePlanField[];
67
68
  }
68
69
  export interface UserFeatureState extends TimeStamped {
69
70
  notificationsLastViewed?: DateTime;
@@ -696,6 +697,7 @@ export declare enum PlanStateField {
696
697
  export interface BillingField {
697
698
  invoiceNumber?: string;
698
699
  total?: number;
700
+ amountDue?: number;
699
701
  currency?: string;
700
702
  documentUrl?: string;
701
703
  status?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifeready/core",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~10.0.5",
6
6
  "@angular/core": "~10.0.5",