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 +6 -0
- package/dist/esm/api.d.ts +6 -0
- package/package.json +1 -1
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