system-initiative-api-client 1.3.2 → 1.3.3
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
|
@@ -2568,6 +2568,12 @@ export interface UnlockedSchemaV1Response {
|
|
|
2568
2568
|
* @memberof UnlockedSchemaV1Response
|
|
2569
2569
|
*/
|
|
2570
2570
|
'schemaId': string;
|
|
2571
|
+
/**
|
|
2572
|
+
*
|
|
2573
|
+
* @type {GetSchemaVariantV1Response}
|
|
2574
|
+
* @memberof UnlockedSchemaV1Response
|
|
2575
|
+
*/
|
|
2576
|
+
'unlockedVariant': GetSchemaVariantV1Response;
|
|
2571
2577
|
/**
|
|
2572
2578
|
*
|
|
2573
2579
|
* @type {string}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2568,6 +2568,12 @@ export interface UnlockedSchemaV1Response {
|
|
|
2568
2568
|
* @memberof UnlockedSchemaV1Response
|
|
2569
2569
|
*/
|
|
2570
2570
|
'schemaId': string;
|
|
2571
|
+
/**
|
|
2572
|
+
*
|
|
2573
|
+
* @type {GetSchemaVariantV1Response}
|
|
2574
|
+
* @memberof UnlockedSchemaV1Response
|
|
2575
|
+
*/
|
|
2576
|
+
'unlockedVariant': GetSchemaVariantV1Response;
|
|
2571
2577
|
/**
|
|
2572
2578
|
*
|
|
2573
2579
|
* @type {string}
|
package/package.json
CHANGED