Closed jpwilliams closed 1 year ago
Latest commit: cef766182ba36933deb813ebdf506da5f145c118
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
A user has added the prerelease/inngest label, so this PR will be published to npm with the tag pr-329
. It will be updated with the latest changes as you push commits to this PR.
You can install this prerelease version with:
npm install inngest@pr-329
The last release was built and published from cef766182ba36933deb813ebdf506da5f145c118.
Summary
Adds a
GetStepTools
helper type to go alongsideGetEvents
to provide users with a way of accessing some of the internal types provided by Inngest.Also provides
GetFunctionInput
to get all input arguments for an Inngest function.These complement the existing
GetEvents
type available.Both types include middleware in the result.
Checklist
Related