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 +6 -0
- package/package.json +1 -1
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