Skip to content

Commit

Permalink
Update create_academy_roles.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza authored Jan 10, 2025
1 parent 1d1c0dc commit fccaf39
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
{"slug": "delete_calendly_organization", "description": "Delete calendly integration"},
{"slug": "crud_assessment", "description": "Manage student quizzes and assessments"},
{"slug": "read_user_assessment", "description": "Read user assessment submissions"},
{"slug": "read_talent_pipeline", "description": "Read users from the talent pipeline"},
{"slug": "read_subscription", "description": "Read subscriptions and plan financings of other users"},
{
"slug": "crud_subscription",
Expand Down Expand Up @@ -419,6 +420,7 @@ def extend_roles(roles: list[RoleType]) -> None:
"classroom_activity",
"read_asset",
"task_delivery_details",
"read_talent_pipeline",
],
}
)
Expand Down

0 comments on commit fccaf39

Please sign in to comment.