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
Currently, legacy actions must include a namespace, title, description, version, code_config, code_raw, and hashId to be converted to a component action.
Support converting legacy actions from only the code_raw so that code steps in workflows can be converted using only the code. Allow the other parameters to be optional.
The text was updated successfully, but these errors were encountered:
* feat: require only raw code for conversion
Makes optional: HID, DEFAULT_NAMESPACE, TITLE, DESCRIPTION,
PUBLISHED_VERSION_MAJOR, PUBLISHED_VERSION_MINOR, CODE_CONFIG_JSON
Generated components may now omit properties: key, type, name,
description, version, props
* fix: incorrect var name key -> paramKey
* parse params from raw code if code config or params schema is omitted
* make optional - fix using Pipedream eslint rules
Partially addresses: #50
Currently, legacy actions must include a namespace, title, description, version, code_config, code_raw, and hashId to be converted to a component action.
Support converting legacy actions from only the code_raw so that code steps in workflows can be converted using only the code. Allow the other parameters to be optional.
The text was updated successfully, but these errors were encountered: