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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-initiative-api-client",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "TypeScript/JavaScript SDK for the System Initiative Public API",
5
5
  "author": "System Initiative <support@systeminit.com>",
6
6
  "repository": {