contentful / node-apps-toolkit

A collection of helpers and utilities for creating NodeJS Contentful Apps
MIT License
13 stars 5 forks source link

feat: better app action function types [EXT-5711] #702

Closed jjolton-contentful closed 1 month ago

jjolton-contentful commented 1 month ago

The body of an App Action Function request will include different properties based on what the Schema of the App Action is. This changeset allows Function developers to optionally specify the Schema of their App Action, giving them better information about what is available in the body of the request. Developers can also optionally provide their own types when using the Custom option.

contentful-automation[bot] commented 1 month ago

:tada: This PR is included in version 3.9.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: