@contentful/experiences-core 1.33.2-dev-20250226T1247-7e3b57f.0 → 1.33.2-dev-20250226T2047-b9a00dc.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
@@ -1179,6 +1179,7 @@ const PatternPropertyDefinitionSchema = z.object({
1179
1179
  .object({
1180
1180
  path: z.string(),
1181
1181
  type: z.literal('BoundValue'),
1182
+ contentType: z.string(),
1182
1183
  })
1183
1184
  .optional(),
1184
1185
  contentTypes: z.record(z.string(), z.any()),