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
Changes in component operations (#218)
* Run actions using a specific component version
* Expose component key when retrieving deployed
triggers
* Associate workflow ID when deploying triggers
* Filter component lists by emitter type (e.g. HTTP,
Timer, etc.)
* Replace type of component listing and retrieval with
the new `Emitter` type
---------
Co-authored-by: Jay Vercellone <[email protected]>
Co-authored-by: Boris Verkhovskiy <[email protected]>
Co-authored-by: Jacob Pines <[email protected]>
Type fixes and improvements (#189)
* Fix the accounts listings that were passing `app_id`
instead of `app` as the API expects
* Add pagination options and filters for listing
components and apps
* Accept the OAuth app ID when validating a token
* Add missing configurable prop types and make sure the
existing ones declared all their attributes
* Define HTTP and timer interfaces as a deployed component
* Define tool annotations for components
---------
Co-authored-by: Jay Vercellone <[email protected]>
File stash downloads and stricter prop values (#150)
* Add new API to download files from a file stash
* Specify the possible prop values (instead of `Any`)
---------
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Jay Vercellone <[email protected]>
Handle throttled responses (#137)
Handle responses with the `429 Too Many Requests`
status code.
---------
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Jay Vercellone <[email protected]>
Type-related improvements (#128)
* Define the types for all configured and configurable
props
* Fix the "observations" type when configuring a prop
* Add the `component_type` query param when listing
components using the "generic" route/path
---------
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Jay Vercellone <[email protected]>
Mark the `name` field of configurable props as required (#54)
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Jay Vercellone <[email protected]>
Accept "stash ID" when running actions (#52)
* Add the `stash_id` field to the "run action" opts
* Update dependencies
* Bump version
---------
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Jay Vercellone <[email protected]>
Better README example (#50)
* Update `README.md` with a better example endpoint
* Exclude workflow files from Fern
---------
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Jay Vercellone <[email protected]>