@schematichq/schematic-components 1.2.0 → 1.3.0

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.
@@ -1901,6 +1901,7 @@ export declare type CheckoutState = {
1901
1901
  planId?: string | null;
1902
1902
  addOnId?: string | null;
1903
1903
  usage?: boolean;
1904
+ addOnUsage?: boolean;
1904
1905
  credits?: boolean;
1905
1906
  };
1906
1907
 
@@ -3799,7 +3800,7 @@ declare interface EventSummaryResponseData {
3799
3800
  * @type {number}
3800
3801
  * @memberof EventSummaryResponseData
3801
3802
  */
3802
- companyCount?: number | null;
3803
+ companyCount: number;
3803
3804
  /**
3804
3805
  *
3805
3806
  * @type {string}
@@ -3829,7 +3830,7 @@ declare interface EventSummaryResponseData {
3829
3830
  * @type {number}
3830
3831
  * @memberof EventSummaryResponseData
3831
3832
  */
3832
- userCount?: number | null;
3833
+ userCount: number;
3833
3834
  }
3834
3835
 
3835
3836
  /**
@@ -3854,7 +3855,7 @@ declare interface EventSummaryResponseData_2 {
3854
3855
  * @type {number}
3855
3856
  * @memberof EventSummaryResponseData
3856
3857
  */
3857
- companyCount?: number | null;
3858
+ companyCount: number;
3858
3859
  /**
3859
3860
  *
3860
3861
  * @type {string}
@@ -3884,7 +3885,7 @@ declare interface EventSummaryResponseData_2 {
3884
3885
  * @type {number}
3885
3886
  * @memberof EventSummaryResponseData
3886
3887
  */
3887
- userCount?: number | null;
3888
+ userCount: number;
3888
3889
  }
3889
3890
 
3890
3891
  /**