You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Developers writing custom Integration Field integrations do not have any Prismic-provided types to use. First-party provided types would make the development process easier.
Describe the solution you'd like
The Integration FIelds API is used to send data to Prismic to populate Integration Fields.
Similar to the types provided in api.ts, we could provide types for the Integration Fields API. This would be helpful when writing custom Integration Field integrations.
Describe alternatives you've considered
The types can be manually typed in a project. Not ideal.
Is your feature request related to a problem? Please describe.
Developers writing custom Integration Field integrations do not have any Prismic-provided types to use. First-party provided types would make the development process easier.
Describe the solution you'd like
The Integration FIelds API is used to send data to Prismic to populate Integration Fields.
Details on the API are provided here: https://prismic.io/docs/core-concepts/integration-fields-setup
Similar to the types provided in
api.ts
, we could provide types for the Integration Fields API. This would be helpful when writing custom Integration Field integrations.Describe alternatives you've considered
The types can be manually typed in a project. Not ideal.
Additional context
This request was prompted after prismicio/prismic-types#38 was discovered.
The text was updated successfully, but these errors were encountered: