|
35 | 35 | get_entities_by_md5,
|
36 | 36 | get_entity,
|
37 | 37 | get_entity_acl,
|
| 38 | + get_entity_acl_list, |
| 39 | + get_entity_acl_with_benefactor, |
| 40 | + get_entity_benefactor, |
38 | 41 | get_entity_path,
|
| 42 | + get_entity_permissions, |
39 | 43 | get_entity_provenance,
|
| 44 | + get_entity_type, |
40 | 45 | get_upload_destination,
|
41 | 46 | get_upload_destination_location,
|
42 | 47 | post_entity,
|
| 48 | + post_entity_acl, |
43 | 49 | put_entity,
|
| 50 | + put_entity_acl, |
| 51 | + set_entity_permissions, |
44 | 52 | set_entity_provenance,
|
45 | 53 | update_activity,
|
| 54 | + update_entity_acl, |
46 | 55 | )
|
47 | 56 | from .file_services import (
|
48 | 57 | AddPartResponse,
|
|
99 | 108 | get_team,
|
100 | 109 | get_team_members,
|
101 | 110 | get_team_open_invitations,
|
| 111 | + get_teams_for_user, |
102 | 112 | invite_to_team,
|
103 | 113 | post_team_list,
|
104 | 114 | send_membership_invitation,
|
105 | 115 | )
|
106 | 116 | from .user_services import (
|
| 117 | + get_user_bundle, |
| 118 | + get_user_by_principal_id_or_name, |
107 | 119 | get_user_group_headers_batch,
|
108 | 120 | get_user_profile_by_id,
|
109 | 121 | get_user_profile_by_username,
|
|
138 | 150 | "delete_entity",
|
139 | 151 | "delete_entity_acl",
|
140 | 152 | "get_entity_acl",
|
| 153 | + "get_entity_acl_list", |
| 154 | + "get_entity_acl_with_benefactor", |
| 155 | + "get_entity_benefactor", |
| 156 | + "get_entity_permissions", |
| 157 | + "get_entity_type", |
141 | 158 | "get_upload_destination",
|
142 | 159 | "get_upload_destination_location",
|
143 | 160 | "create_access_requirements_if_none",
|
|
151 | 168 | "create_activity",
|
152 | 169 | "update_activity",
|
153 | 170 | "get_children",
|
| 171 | + "post_entity_acl", |
| 172 | + "put_entity_acl", |
| 173 | + "set_entity_permissions", |
| 174 | + "update_entity_acl", |
154 | 175 | # configuration_services
|
155 | 176 | "get_config_file",
|
156 | 177 | "get_config_section_dict",
|
|
206 | 227 | "get_team",
|
207 | 228 | "find_team",
|
208 | 229 | "get_team_members",
|
| 230 | + "get_teams_for_user", |
209 | 231 | "send_membership_invitation",
|
210 | 232 | "get_team_open_invitations",
|
211 | 233 | "get_membership_status",
|
212 | 234 | "delete_membership_invitation",
|
213 | 235 | "invite_to_team",
|
214 | 236 | # user_services
|
| 237 | + "get_user_bundle", |
| 238 | + "get_user_by_principal_id_or_name", |
215 | 239 | "get_user_group_headers_batch",
|
216 | 240 | "get_user_profile_by_id",
|
217 | 241 | "get_user_profile_by_username",
|
|
0 commit comments