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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-initiative-api-client",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "TypeScript/JavaScript SDK for the System Initiative Public API",
5
5
  "author": "System Initiative <support@systeminit.com>",
6
6
  "repository": {