Files
nocobase/packages/plugins/@nocobase/plugin-workflow-sql/client-v2.d.ts
T
Katherine 31c8abbe44 feat(plugin-workflow): migrate workflow nodes to v2 (#9818)
* feat(plugin-workflow): migrate create and update nodes to v2

* fix(plugin-workflow): fix v2 filter declaration build

* refactor(plugin-workflow): migrate destroy node to v2

* refactor(plugin-workflow): migrate query node to v2

* fix(plugin-workflow): align query sort field styles

* fix(plugin-workflow): enable v2 assignment field config

* feat(plugin-workflow-sql): migrate SQL node to v2

* fix(plugin-workflow-sql): fix declaration build errors
2026-06-18 16:28:50 +08:00

3 lines
78 B
TypeScript

export * from './dist/client-v2';
export { default } from './dist/client-v2';