system-initiative-api-client 1.3.2 → 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}
@@ -2568,6 +2574,12 @@ export interface UnlockedSchemaV1Response {
2568
2574
  * @memberof UnlockedSchemaV1Response
2569
2575
  */
2570
2576
  'schemaId': string;
2577
+ /**
2578
+ *
2579
+ * @type {GetSchemaVariantV1Response}
2580
+ * @memberof UnlockedSchemaV1Response
2581
+ */
2582
+ 'unlockedVariant': GetSchemaVariantV1Response;
2571
2583
  /**
2572
2584
  *
2573
2585
  * @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}
@@ -2568,6 +2574,12 @@ export interface UnlockedSchemaV1Response {
2568
2574
  * @memberof UnlockedSchemaV1Response
2569
2575
  */
2570
2576
  'schemaId': string;
2577
+ /**
2578
+ *
2579
+ * @type {GetSchemaVariantV1Response}
2580
+ * @memberof UnlockedSchemaV1Response
2581
+ */
2582
+ 'unlockedVariant': GetSchemaVariantV1Response;
2571
2583
  /**
2572
2584
  *
2573
2585
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-initiative-api-client",
3
- "version": "1.3.2",
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": {