@schematichq/schematic-components 2.16.0 → 2.16.1

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.
@@ -4476,6 +4476,12 @@ declare interface CompanySubscriptionResponseData {
4476
4476
  * @memberof CompanySubscriptionResponseData
4477
4477
  */
4478
4478
  interval: string;
4479
+ /**
4480
+ *
4481
+ * @type {boolean}
4482
+ * @memberof CompanySubscriptionResponseData
4483
+ */
4484
+ isInitial: boolean;
4479
4485
  /**
4480
4486
  *
4481
4487
  * @type {InvoiceResponseData}