@@ -292,8 +292,6 @@ def remove_role(
292292 request_options = request_options ,
293293 )
294294
295- remove_role_by_criteria = remove_role
296-
297295 def remove_role_by_id (
298296 self ,
299297 organization_membership_id : str ,
@@ -437,8 +435,6 @@ def get_roles_organization(
437435 request_options = request_options ,
438436 )
439437
440- get_roles_organizations = get_roles_organization
441-
442438 def update_roles_organizations (
443439 self ,
444440 organization_id : str ,
@@ -959,8 +955,6 @@ def create_resource(
959955 request_options = request_options ,
960956 )
961957
962- create_resources = create_resource
963-
964958 def get_by_id (
965959 self ,
966960 resource_id : str ,
@@ -993,8 +987,6 @@ def get_by_id(
993987 request_options = request_options ,
994988 )
995989
996- find_by_id = get_by_id
997-
998990 def update_resource (
999991 self ,
1000992 resource_id : str ,
@@ -1051,8 +1043,6 @@ def update_resource(
10511043 request_options = request_options ,
10521044 )
10531045
1054- update_resources = update_resource
1055-
10561046 def delete_resource (
10571047 self ,
10581048 resource_id : str ,
@@ -1092,8 +1082,6 @@ def delete_resource(
10921082 request_options = request_options ,
10931083 )
10941084
1095- delete_resources = delete_resource
1096-
10971085 def list_organization_memberships_for_resource (
10981086 self ,
10991087 resource_id : str ,
@@ -1655,8 +1643,6 @@ async def remove_role(
16551643 request_options = request_options ,
16561644 )
16571645
1658- remove_role_by_criteria = remove_role
1659-
16601646 async def remove_role_by_id (
16611647 self ,
16621648 organization_membership_id : str ,
@@ -1800,8 +1786,6 @@ async def get_roles_organization(
18001786 request_options = request_options ,
18011787 )
18021788
1803- get_roles_organizations = get_roles_organization
1804-
18051789 async def update_roles_organizations (
18061790 self ,
18071791 organization_id : str ,
@@ -2322,8 +2306,6 @@ async def create_resource(
23222306 request_options = request_options ,
23232307 )
23242308
2325- create_resources = create_resource
2326-
23272309 async def get_by_id (
23282310 self ,
23292311 resource_id : str ,
@@ -2356,8 +2338,6 @@ async def get_by_id(
23562338 request_options = request_options ,
23572339 )
23582340
2359- find_by_id = get_by_id
2360-
23612341 async def update_resource (
23622342 self ,
23632343 resource_id : str ,
@@ -2414,8 +2394,6 @@ async def update_resource(
24142394 request_options = request_options ,
24152395 )
24162396
2417- update_resources = update_resource
2418-
24192397 async def delete_resource (
24202398 self ,
24212399 resource_id : str ,
@@ -2455,8 +2433,6 @@ async def delete_resource(
24552433 request_options = request_options ,
24562434 )
24572435
2458- delete_resources = delete_resource
2459-
24602436 async def list_organization_memberships_for_resource (
24612437 self ,
24622438 resource_id : str ,
0 commit comments