Skip to content

Add group operations #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 5, 2025
Merged

Add group operations #80

merged 2 commits into from
May 5, 2025

Conversation

7eben
Copy link
Contributor

@7eben 7eben commented Apr 11, 2025

Close #79

@7eben 7eben requested a review from jrpedrianes April 11, 2025 12:26
Comment on lines 184 to 197
"AuthenticationType",
"JsonPatchOperationType",
"PrincipalType",
"ProcessItemTaskLogLevel",
"ProcessItemTaskState",
"ProcessItemType",
"ProcessState",
"RobotAssetArchitecture",
"RobotAssetPlatform",
"RobotAssetType",
"RobotFilterContext",
"RobotSourceType",
"TenantPricingPlan",
"WebhookType",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these models here?, Before this changes, all the autogenerated models was in order

Comment on lines 29 to 30
from kuflow_rest._generated.models._enums import GroupType
from kuflow_rest.models._models import KuFlowGroup
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
from kuflow_rest._generated.models._enums import GroupType
from kuflow_rest.models._models import KuFlowGroup
from kuflow_rest.models import GroupType, KuFlowGroup

@7eben 7eben requested a review from jrpedrianes May 5, 2025 06:23
@7eben 7eben merged commit 8eab29a into main May 5, 2025
@7eben 7eben deleted the 79-add-group-endpoint-client branch May 5, 2025 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add group endpoint client
2 participants