system-initiative-api-client 1.1.6 → 1.1.7

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
@@ -1604,6 +1604,12 @@ export interface GetSchemaV1Response {
1604
1604
  * @memberof GetSchemaV1Response
1605
1605
  */
1606
1606
  'name': string;
1607
+ /**
1608
+ *
1609
+ * @type {string}
1610
+ * @memberof GetSchemaV1Response
1611
+ */
1612
+ 'schemaId': string;
1607
1613
  /**
1608
1614
  *
1609
1615
  * @type {Array<string>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-initiative-api-client",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "TypeScript/JavaScript SDK for the System Initiative Public API",
5
5
  "author": "System Initiative <support@systeminit.com>",
6
6
  "repository": {