system-initiative-api-client 1.11.0 → 1.12.0

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
@@ -531,6 +531,12 @@ export interface ComponentViewV1 {
531
531
  * @memberof ComponentViewV1
532
532
  */
533
533
  'schemaVariantId': string;
534
+ /**
535
+ *
536
+ * @type {string}
537
+ * @memberof ComponentViewV1
538
+ */
539
+ 'secretId': string;
534
540
  /**
535
541
  *
536
542
  * @type {boolean}
package/dist/esm/api.d.ts CHANGED
@@ -531,6 +531,12 @@ export interface ComponentViewV1 {
531
531
  * @memberof ComponentViewV1
532
532
  */
533
533
  'schemaVariantId': string;
534
+ /**
535
+ *
536
+ * @type {string}
537
+ * @memberof ComponentViewV1
538
+ */
539
+ 'secretId': string;
534
540
  /**
535
541
  *
536
542
  * @type {boolean}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-initiative-api-client",
3
- "version": "1.11.0",
3
+ "version": "1.12.0",
4
4
  "description": "TypeScript/JavaScript SDK for the System Initiative Public API",
5
5
  "author": "System Initiative <support@systeminit.com>",
6
6
  "repository": {