system-initiative-api-client 1.1.3 → 1.1.4

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
@@ -2170,6 +2170,12 @@ export interface SchemaVariantV1RequestPath {
2170
2170
  * @interface SearchComponentsV1Request
2171
2171
  */
2172
2172
  export interface SearchComponentsV1Request {
2173
+ /**
2174
+ *
2175
+ * @type {string}
2176
+ * @memberof SearchComponentsV1Request
2177
+ */
2178
+ 'schemaCategory'?: string | null;
2173
2179
  /**
2174
2180
  *
2175
2181
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-initiative-api-client",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "TypeScript/JavaScript SDK for the System Initiative Public API",
5
5
  "author": "System Initiative <support@systeminit.com>",
6
6
  "repository": {