prismicio / prismic-types

Type definitions for Prismic content, models, and APIs
https://prismic.io/docs/technologies/javascript
Apache License 2.0
11 stars 4 forks source link

fix: correct `IntegrationFields` to not use the Integration Fields API shape #40

Closed angeloashmore closed 2 years ago

angeloashmore commented 2 years ago

Types of changes

Description

This PR fixes the IntegrationFields type to use the correct shape. Integration Fields data from Prismic's Rest API V2 provides the field's third-party data without any additional wrappers or nesting.

Before this PR, the IntegrationFields type incorrectly was shaped after the Integration Fields API.

For more details, see #38.

Checklist:

🦙