@contentful/experiences-core 1.12.0 → 1.13.0-dev-20240826T1235-5a7ae31.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
@@ -1111,6 +1111,7 @@ const HyperlinkValueSchema = z
1111
1111
  .object({
1112
1112
  type: z.literal('HyperlinkValue'),
1113
1113
  linkTargetKey: z.string(),
1114
+ /** Allows to override parts of the URL, e.g. the locale */
1114
1115
  overrides: z.object({}).optional(),
1115
1116
  })
1116
1117
  .strict();