system-initiative-api-client 1.3.3 → 1.4.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
@@ -583,6 +583,12 @@ export interface CreateComponentV1Request {
583
583
  * @memberof CreateComponentV1Request
584
584
  */
585
585
  'schemaName': string;
586
+ /**
587
+ *
588
+ * @type {boolean}
589
+ * @memberof CreateComponentV1Request
590
+ */
591
+ 'useWorkingCopy'?: boolean | null;
586
592
  /**
587
593
  *
588
594
  * @type {string}
package/dist/esm/api.d.ts CHANGED
@@ -583,6 +583,12 @@ export interface CreateComponentV1Request {
583
583
  * @memberof CreateComponentV1Request
584
584
  */
585
585
  'schemaName': string;
586
+ /**
587
+ *
588
+ * @type {boolean}
589
+ * @memberof CreateComponentV1Request
590
+ */
591
+ 'useWorkingCopy'?: boolean | null;
586
592
  /**
587
593
  *
588
594
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-initiative-api-client",
3
- "version": "1.3.3",
3
+ "version": "1.4.0",
4
4
  "description": "TypeScript/JavaScript SDK for the System Initiative Public API",
5
5
  "author": "System Initiative <support@systeminit.com>",
6
6
  "repository": {