@supernova-studio/client 0.47.30 → 0.47.31

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.js CHANGED
@@ -4899,7 +4899,7 @@ var DTOCreateDocumentationGroupInput = _zod.z.object({
4899
4899
  persistentId: _zod.z.string().uuid(),
4900
4900
  // Group properties
4901
4901
  title: _zod.z.string(),
4902
- configuration: DTODocumentationItemConfigurationV2.optional(),
4902
+ configuration: DTODocumentationItemConfigurationV2.partial().optional(),
4903
4903
  // Group placement properties
4904
4904
  afterPersistentId: _zod.z.string().uuid().nullish(),
4905
4905
  parentPersistentId: _zod.z.string().uuid()
@@ -5077,7 +5077,7 @@ var DTOCreateDocumentationPageInputV2 = _zod.z.object({
5077
5077
  persistentId: _zod.z.string().uuid(),
5078
5078
  // Page properties
5079
5079
  title: _zod.z.string(),
5080
- configuration: DTODocumentationItemConfigurationV2.optional(),
5080
+ configuration: DTODocumentationItemConfigurationV2.partial().optional(),
5081
5081
  // Page placement properties
5082
5082
  parentPersistentId: _zod.z.string().uuid(),
5083
5083
  afterPersistentId: _zod.z.string().uuid().nullish()