feat: split workflows package into workflows and workflows-executions#8654
feat: split workflows package into workflows and workflows-executions#8654jskeet wants to merge 3 commits into
Conversation
This removes the workflows-executions client, which will be moved to a new package.
There was a problem hiding this comment.
Code Review
This pull request introduces a new package @google-cloud/workflows-executions containing the auto-generated client for the Workflow Executions API, while refactoring the existing @google-cloud/workflows package to focus solely on workflow management. Feedback on the changes advises against manually editing any of the generated configuration files, such as package.json, and recommends that any necessary updates (like correcting the repository URL or removing duplicate keywords) be made upstream in the generator.
| "name": "@google-cloud/workflows-executions", | ||
| "version": "0.1.0", | ||
| "description": "Executions client for Node.js", | ||
| "repository": "googleapis/nodejs-executions", |
There was a problem hiding this comment.
Do not manually edit generated client configuration JSON files. Any changes or updates, such as correcting the repository URL, must be made upstream in the generator.
References
- Do not manually edit generated client configuration JSON files. Any changes or updates must be made upstream in the generator.
| "executions", | ||
| "executions" |
There was a problem hiding this comment.
Do not manually edit generated client configuration JSON files. Any changes or updates, such as removing duplicate keywords, must be made upstream in the generator.
References
- Do not manually edit generated client configuration JSON files. Any changes or updates must be made upstream in the generator.
No description provided.