prismicio / prismic-ts-codegen

A Prismic model-to-TypeScript-type generator.
Apache License 2.0
18 stars 6 forks source link

fix: update content relationship field type from the deprecated `RelationField` to `ContentRelationshipField` #47

Closed angeloashmore closed 1 year ago

angeloashmore commented 1 year ago

Types of changes

Description

This PR updates content relationship field's type from the depreacted RelationField to ContentRelationshipField.

RelationField was deprecated and replaced by ContentRelationshipField in @prismicio/types v0.2.3.

RelationField was removed in @prismicio/client v7.0.0 as part of the @prismicio/types -> @prismicio/client merge.

Checklist:

🐏