system-initiative-api-client 1.1.1 → 1.1.2

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
@@ -2210,6 +2210,12 @@ export interface SearchComponentsV1Request {
2210
2210
  * @memberof SearchComponentsV1Request
2211
2211
  */
2212
2212
  'schemaName'?: string | null;
2213
+ /**
2214
+ *
2215
+ * @type {boolean}
2216
+ * @memberof SearchComponentsV1Request
2217
+ */
2218
+ 'upgradable'?: boolean | null;
2213
2219
  }
2214
2220
  /**
2215
2221
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-initiative-api-client",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "TypeScript/JavaScript SDK for the System Initiative Public API",
5
5
  "author": "System Initiative <support@systeminit.com>",
6
6
  "repository": {