@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.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
- tabContainerPersistentId: z135.string(),
3767
+ fromItemPersistentId: z135.string(),
3768
3768
  tabName: z135.string()
3769
3769
  });
3770
3770
  var DTODeleteDocumentationTabGroupInput = z135.object({