system-initiative-api-client 1.3.0 → 1.3.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/cjs/api.d.ts +6 -0
- package/dist/esm/api.d.ts +6 -0
- package/package.json +1 -1
package/dist/cjs/api.d.ts
CHANGED
|
@@ -1697,6 +1697,12 @@ export interface GetSchemaVariantV1Response {
|
|
|
1697
1697
|
* @memberof GetSchemaVariantV1Response
|
|
1698
1698
|
*/
|
|
1699
1699
|
'domainProps'?: PropSchemaV1 | null;
|
|
1700
|
+
/**
|
|
1701
|
+
*
|
|
1702
|
+
* @type {boolean}
|
|
1703
|
+
* @memberof GetSchemaVariantV1Response
|
|
1704
|
+
*/
|
|
1705
|
+
'installedFromUpstream': boolean;
|
|
1700
1706
|
/**
|
|
1701
1707
|
*
|
|
1702
1708
|
* @type {boolean}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -1697,6 +1697,12 @@ export interface GetSchemaVariantV1Response {
|
|
|
1697
1697
|
* @memberof GetSchemaVariantV1Response
|
|
1698
1698
|
*/
|
|
1699
1699
|
'domainProps'?: PropSchemaV1 | null;
|
|
1700
|
+
/**
|
|
1701
|
+
*
|
|
1702
|
+
* @type {boolean}
|
|
1703
|
+
* @memberof GetSchemaVariantV1Response
|
|
1704
|
+
*/
|
|
1705
|
+
'installedFromUpstream': boolean;
|
|
1700
1706
|
/**
|
|
1701
1707
|
*
|
|
1702
1708
|
* @type {boolean}
|
package/package.json
CHANGED