@lifeready/core 1.1.23 → 1.1.24

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.
@@ -696,4 +696,8 @@ export interface BillingField {
696
696
  currency?: string;
697
697
  documentUrl?: string;
698
698
  status?: string;
699
+ periodStart?: DateTime;
700
+ periodEnd?: DateTime;
701
+ finalisedAt?: DateTime;
702
+ paidAt?: DateTime;
699
703
  }
@@ -41,10 +41,12 @@ export declare class ContactCardName {
41
41
  export declare class ContactCardAddress {
42
42
  fullAddress: string;
43
43
  streetAddress: string;
44
+ streetAddress2?: string;
44
45
  suburb: string;
45
46
  state: string;
46
47
  postcode: string;
47
48
  country: string;
49
+ countryCode?: string;
48
50
  }
49
51
  export declare class MainContactCardProperty<T> {
50
52
  value: T;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifeready/core",
3
- "version": "1.1.23",
3
+ "version": "1.1.24",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~10.0.5",
6
6
  "@angular/core": "~10.0.5",