@supernova-studio/client 0.32.0 → 0.33.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/index.d.mts +13 -13
- package/dist/index.d.ts +13 -13
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/dto/elements/documentation/group.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3764,7 +3764,7 @@ var DTOCreateDocumentationTabInput = z135.object({
|
|
|
3764
3764
|
persistentId: z135.string().uuid(),
|
|
3765
3765
|
// If this is page, we will attempt to convert it to tab
|
|
3766
3766
|
// If this is tab group, we will add a new tab to it
|
|
3767
|
-
|
|
3767
|
+
fromItemPersistentId: z135.string(),
|
|
3768
3768
|
tabName: z135.string()
|
|
3769
3769
|
});
|
|
3770
3770
|
var DTODeleteDocumentationTabGroupInput = z135.object({
|