@contentful/experiences-components-react 3.0.0-dev-20250806T1122-ad32c9f.0 → 3.0.0-dev-20250806T1150-dde0a31.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.js CHANGED
@@ -1410,7 +1410,7 @@ const ParameterDefinitionSchema = z.object({
1410
1410
  }),
1411
1411
  })
1412
1412
  .optional(),
1413
- contentTypes: z.array(z.string()),
1413
+ contentTypes: z.array(z.string()).min(1),
1414
1414
  passToNodes: z.array(PassToNodeSchema).optional(),
1415
1415
  });
1416
1416
  const ParameterDefinitionsSchema = z.record(propertyKeySchema, ParameterDefinitionSchema);