@lifeready/core 5.0.5 → 5.0.7

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.
@@ -65,6 +65,8 @@ export interface UserNode extends Node {
65
65
  paymentMethods?: PaymentMethodNode[];
66
66
  billingHistory?: BillingField[];
67
67
  availablePlans?: AvailablePlanField[];
68
+ config?: JSONString;
69
+ configJson?: JSONObject;
68
70
  }
69
71
  export interface UserFeatureState extends TimeStamped {
70
72
  notificationsLastViewed?: DateTime;
@@ -264,6 +266,7 @@ export interface KeyExchangeNode extends Node, TimeStamped {
264
266
  responderEmailAddress?: LrEmail;
265
267
  }
266
268
  export interface SharedItems {
269
+ descendants: Descendants;
267
270
  directories?: Connection<DirectoryNode>;
268
271
  files?: Connection<FileNode>;
269
272
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifeready/core",
3
- "version": "5.0.5",
3
+ "version": "5.0.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~10.0.5",
6
6
  "@angular/core": "~10.0.5",