@smplkit/sdk 1.7.1 → 1.7.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/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
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
|
-
/**
|
|
635
|
-
|
|
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
|
-
/**
|
|
635
|
-
|
|
634
|
+
/** RemoveReferencesResultEnvelope */
|
|
635
|
+
RemoveReferencesResultEnvelope: {
|
|
636
636
|
data: components["schemas"]["RemoveReferencesResultResource"];
|
|
637
637
|
};
|
|
638
638
|
/**
|