@smplkit/sdk 1.7.1 → 1.7.2

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/index.d.cts CHANGED
@@ -631,8 +631,8 @@ interface components {
631
631
  /** Context Type */
632
632
  context_type?: string | null;
633
633
  };
634
- /** RemoveReferencesResponse */
635
- RemoveReferencesResponse: {
634
+ /** RemoveReferencesResultEnvelope */
635
+ RemoveReferencesResultEnvelope: {
636
636
  data: components["schemas"]["RemoveReferencesResultResource"];
637
637
  };
638
638
  /**
package/dist/index.d.ts CHANGED
@@ -631,8 +631,8 @@ interface components {
631
631
  /** Context Type */
632
632
  context_type?: string | null;
633
633
  };
634
- /** RemoveReferencesResponse */
635
- RemoveReferencesResponse: {
634
+ /** RemoveReferencesResultEnvelope */
635
+ RemoveReferencesResultEnvelope: {
636
636
  data: components["schemas"]["RemoveReferencesResultResource"];
637
637
  };
638
638
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smplkit/sdk",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "type": "module",
5
5
  "description": "Official TypeScript SDK for the smplkit platform",
6
6
  "main": "./dist/index.cjs",