@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.
- package/dist/schematic-components.cjs.js +1458 -2176
- package/dist/schematic-components.d.ts +6 -0
- package/dist/schematic-components.esm.js +1083 -1801
- package/package.json +10 -10
|
@@ -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}
|