|
1 | 1 | { |
2 | 2 | "version": 2, |
3 | 3 | "language": "python", |
4 | | - "generatedAt": "2026-06-03T19:19:55.137Z", |
| 4 | + "generatedAt": "2026-06-17T20:55:36.392Z", |
5 | 5 | "files": [ |
6 | 6 | "src/workos/_client.py", |
7 | 7 | "src/workos/admin_portal/__init__.py", |
|
53 | 53 | "src/workos/authorization/models/check_authorization.py", |
54 | 54 | "src/workos/authorization/models/create_authorization_permission.py", |
55 | 55 | "src/workos/authorization/models/create_authorization_resource.py", |
| 56 | + "src/workos/authorization/models/create_group_role_assignment.py", |
56 | 57 | "src/workos/authorization/models/create_organization_role.py", |
57 | 58 | "src/workos/authorization/models/create_role.py", |
| 59 | + "src/workos/authorization/models/delete_group_role_assignments_by_criteria.py", |
| 60 | + "src/workos/authorization/models/group_role_assignment.py", |
| 61 | + "src/workos/authorization/models/group_role_assignment_list.py", |
| 62 | + "src/workos/authorization/models/group_role_assignment_resource.py", |
58 | 63 | "src/workos/authorization/models/permission.py", |
59 | 64 | "src/workos/authorization/models/remove_role.py", |
| 65 | + "src/workos/authorization/models/replace_group_role_assignment_entry.py", |
| 66 | + "src/workos/authorization/models/replace_group_role_assignments.py", |
60 | 67 | "src/workos/authorization/models/role.py", |
61 | 68 | "src/workos/authorization/models/role_list.py", |
62 | 69 | "src/workos/authorization/models/set_role_permissions.py", |
|
66 | 73 | "src/workos/authorization/models/update_role.py", |
67 | 74 | "src/workos/authorization/models/user_role_assignment.py", |
68 | 75 | "src/workos/authorization/models/user_role_assignment_resource.py", |
| 76 | + "src/workos/client_api/__init__.py", |
| 77 | + "src/workos/client_api/_resource.py", |
| 78 | + "src/workos/client_api/models/__init__.py", |
| 79 | + "src/workos/client_api/models/client_api_token.py", |
| 80 | + "src/workos/client_api/models/client_api_token_response.py", |
69 | 81 | "src/workos/common/__init__.py", |
70 | 82 | "src/workos/common/models/__init__.py", |
71 | 83 | "src/workos/common/models/action_authentication_denied.py", |
|
152 | 164 | "src/workos/common/models/connect_application_m2m.py", |
153 | 165 | "src/workos/common/models/connect_application_oauth.py", |
154 | 166 | "src/workos/common/models/connect_application_oauth_redirect_uris.py", |
| 167 | + "src/workos/common/models/connected_account_auth_method.py", |
155 | 168 | "src/workos/common/models/connected_account_state.py", |
156 | 169 | "src/workos/common/models/connection_activated.py", |
157 | 170 | "src/workos/common/models/connection_activated_data.py", |
|
186 | 199 | "src/workos/common/models/create_user_password_hash_type.py", |
187 | 200 | "src/workos/common/models/create_webhook_endpoint_events.py", |
188 | 201 | "src/workos/common/models/data_integration_access_token_response_error.py", |
| 202 | + "src/workos/common/models/data_integration_credentials_credentials_type.py", |
| 203 | + "src/workos/common/models/data_integrations_list_response_data_auth_methods.py", |
| 204 | + "src/workos/common/models/data_integrations_list_response_data_connected_account_auth_method.py", |
189 | 205 | "src/workos/common/models/data_integrations_list_response_data_connected_account_state.py", |
190 | 206 | "src/workos/common/models/data_integrations_list_response_data_ownership.py", |
191 | 207 | "src/workos/common/models/directory_group.py", |
|
292 | 308 | "src/workos/common/models/invitation_revoked_data.py", |
293 | 309 | "src/workos/common/models/invitation_revoked_data_state.py", |
294 | 310 | "src/workos/common/models/invitation_state.py", |
| 311 | + "src/workos/common/models/list_metadata.py", |
295 | 312 | "src/workos/common/models/magic_auth_created.py", |
296 | 313 | "src/workos/common/models/magic_auth_created_data.py", |
297 | 314 | "src/workos/common/models/organization_created.py", |
|
534 | 551 | "src/workos/pipes/models/data_integrations_list_response.py", |
535 | 552 | "src/workos/pipes/models/data_integrations_list_response_data.py", |
536 | 553 | "src/workos/pipes/models/data_integrations_list_response_data_connected_account.py", |
| 554 | + "src/workos/pipes_provider/__init__.py", |
| 555 | + "src/workos/pipes_provider/_resource.py", |
| 556 | + "src/workos/pipes_provider/models/__init__.py", |
| 557 | + "src/workos/pipes_provider/models/configure_data_integration_body.py", |
| 558 | + "src/workos/pipes_provider/models/data_integration_configuration_list_response.py", |
| 559 | + "src/workos/pipes_provider/models/data_integration_configuration_response.py", |
| 560 | + "src/workos/pipes_provider/models/data_integration_credentials.py", |
537 | 561 | "src/workos/radar/__init__.py", |
538 | 562 | "src/workos/radar/_resource.py", |
539 | 563 | "src/workos/radar/models/__init__.py", |
|
565 | 589 | "src/workos/types/api_keys/__init__.py", |
566 | 590 | "src/workos/types/audit_logs/__init__.py", |
567 | 591 | "src/workos/types/authorization/__init__.py", |
| 592 | + "src/workos/types/client_api/__init__.py", |
568 | 593 | "src/workos/types/connect/__init__.py", |
569 | 594 | "src/workos/types/directory_sync/__init__.py", |
570 | 595 | "src/workos/types/events/__init__.py", |
|
575 | 600 | "src/workos/types/organization_membership/__init__.py", |
576 | 601 | "src/workos/types/organizations/__init__.py", |
577 | 602 | "src/workos/types/pipes/__init__.py", |
| 603 | + "src/workos/types/pipes_provider/__init__.py", |
578 | 604 | "src/workos/types/radar/__init__.py", |
579 | 605 | "src/workos/types/sso/__init__.py", |
580 | 606 | "src/workos/types/user_management/__init__.py", |
|
644 | 670 | "src/workos/vault/models/decrypt_request.py", |
645 | 671 | "src/workos/vault/models/decrypt_response.py", |
646 | 672 | "src/workos/vault/models/delete_object_response.py", |
647 | | - "src/workos/vault/models/list_metadata.py", |
648 | 673 | "src/workos/vault/models/object_metadata.py", |
649 | 674 | "src/workos/vault/models/object_summary.py", |
650 | 675 | "src/workos/vault/models/object_version.py", |
|
770 | 795 | "tests/fixtures/authorized_connect_application_list_data.json", |
771 | 796 | "tests/fixtures/challenge_authentication_factor.json", |
772 | 797 | "tests/fixtures/check_authorization.json", |
| 798 | + "tests/fixtures/client_api_token.json", |
| 799 | + "tests/fixtures/client_api_token_response.json", |
| 800 | + "tests/fixtures/configure_data_integration_body.json", |
773 | 801 | "tests/fixtures/confirm_email_change.json", |
774 | 802 | "tests/fixtures/connect_application.json", |
775 | 803 | "tests/fixtures/connect_application_m2m.json", |
|
803 | 831 | "tests/fixtures/create_data_key_response.json", |
804 | 832 | "tests/fixtures/create_group.json", |
805 | 833 | "tests/fixtures/create_group_membership.json", |
| 834 | + "tests/fixtures/create_group_role_assignment.json", |
806 | 835 | "tests/fixtures/create_m2m_application.json", |
807 | 836 | "tests/fixtures/create_magic_code_and_return.json", |
808 | 837 | "tests/fixtures/create_oauth_application.json", |
|
822 | 851 | "tests/fixtures/data_integration_access_token_response.json", |
823 | 852 | "tests/fixtures/data_integration_access_token_response_access_token.json", |
824 | 853 | "tests/fixtures/data_integration_authorize_url_response.json", |
| 854 | + "tests/fixtures/data_integration_configuration_list_response.json", |
| 855 | + "tests/fixtures/data_integration_configuration_response.json", |
| 856 | + "tests/fixtures/data_integration_credentials.json", |
825 | 857 | "tests/fixtures/data_integrations_get_data_integration_authorize_url_request.json", |
826 | 858 | "tests/fixtures/data_integrations_get_user_token_request.json", |
827 | 859 | "tests/fixtures/data_integrations_list_response.json", |
828 | 860 | "tests/fixtures/data_integrations_list_response_data.json", |
829 | 861 | "tests/fixtures/data_integrations_list_response_data_connected_account.json", |
830 | 862 | "tests/fixtures/decrypt_request.json", |
831 | 863 | "tests/fixtures/decrypt_response.json", |
| 864 | + "tests/fixtures/delete_group_role_assignments_by_criteria.json", |
832 | 865 | "tests/fixtures/delete_object_response.json", |
833 | 866 | "tests/fixtures/device_authorization_response.json", |
834 | 867 | "tests/fixtures/device_code_session_authenticate_request.json", |
|
922 | 955 | "tests/fixtures/group_member_added_data.json", |
923 | 956 | "tests/fixtures/group_member_removed.json", |
924 | 957 | "tests/fixtures/group_member_removed_data.json", |
| 958 | + "tests/fixtures/group_role_assignment.json", |
| 959 | + "tests/fixtures/group_role_assignment_list.json", |
| 960 | + "tests/fixtures/group_role_assignment_resource.json", |
925 | 961 | "tests/fixtures/group_updated.json", |
926 | 962 | "tests/fixtures/intent_options.json", |
927 | 963 | "tests/fixtures/invitation.json", |
|
950 | 986 | "tests/fixtures/list_event_schema.json", |
951 | 987 | "tests/fixtures/list_flag.json", |
952 | 988 | "tests/fixtures/list_group.json", |
| 989 | + "tests/fixtures/list_group_role_assignment.json", |
953 | 990 | "tests/fixtures/list_metadata.json", |
954 | 991 | "tests/fixtures/list_object_summary.json", |
955 | 992 | "tests/fixtures/list_organization.json", |
|
1045 | 1082 | "tests/fixtures/refresh_token_session_authenticate_request.json", |
1046 | 1083 | "tests/fixtures/rekey_request.json", |
1047 | 1084 | "tests/fixtures/remove_role.json", |
| 1085 | + "tests/fixtures/replace_group_role_assignment_entry.json", |
| 1086 | + "tests/fixtures/replace_group_role_assignments.json", |
1048 | 1087 | "tests/fixtures/resend_user_invite_options.json", |
1049 | 1088 | "tests/fixtures/reset_password_response.json", |
1050 | 1089 | "tests/fixtures/revoke_session.json", |
|
1149 | 1188 | "tests/test_api_keys.py", |
1150 | 1189 | "tests/test_audit_logs.py", |
1151 | 1190 | "tests/test_authorization.py", |
| 1191 | + "tests/test_client_api.py", |
1152 | 1192 | "tests/test_connect.py", |
1153 | 1193 | "tests/test_directory_sync.py", |
1154 | 1194 | "tests/test_events.py", |
|
1160 | 1200 | "tests/test_organization_membership.py", |
1161 | 1201 | "tests/test_organizations.py", |
1162 | 1202 | "tests/test_pipes.py", |
| 1203 | + "tests/test_pipes_provider.py", |
1163 | 1204 | "tests/test_radar.py", |
1164 | 1205 | "tests/test_sso.py", |
1165 | 1206 | "tests/test_user_management.py", |
|
1192 | 1233 | "sdkMethod": "complete_oauth2", |
1193 | 1234 | "service": "connect" |
1194 | 1235 | }, |
| 1236 | + "GET /authorization/groups/{group_id}/role_assignments": { |
| 1237 | + "sdkMethod": "list_group_role_assignments", |
| 1238 | + "service": "authorization" |
| 1239 | + }, |
| 1240 | + "POST /authorization/groups/{group_id}/role_assignments": { |
| 1241 | + "sdkMethod": "create_group_role_assignment", |
| 1242 | + "service": "authorization" |
| 1243 | + }, |
| 1244 | + "PUT /authorization/groups/{group_id}/role_assignments": { |
| 1245 | + "sdkMethod": "update_group_role_assignments", |
| 1246 | + "service": "authorization" |
| 1247 | + }, |
| 1248 | + "DELETE /authorization/groups/{group_id}/role_assignments": { |
| 1249 | + "sdkMethod": "delete_group_role_assignments", |
| 1250 | + "service": "authorization" |
| 1251 | + }, |
| 1252 | + "GET /authorization/groups/{group_id}/role_assignments/{role_assignment_id}": { |
| 1253 | + "sdkMethod": "get_group_role_assignment", |
| 1254 | + "service": "authorization" |
| 1255 | + }, |
| 1256 | + "DELETE /authorization/groups/{group_id}/role_assignments/{role_assignment_id}": { |
| 1257 | + "sdkMethod": "delete_group_role_assignment", |
| 1258 | + "service": "authorization" |
| 1259 | + }, |
1195 | 1260 | "POST /authorization/organization_memberships/{organization_membership_id}/check": { |
1196 | 1261 | "sdkMethod": "check", |
1197 | 1262 | "service": "authorization" |
|
1348 | 1413 | "sdkMethod": "delete_permission", |
1349 | 1414 | "service": "authorization" |
1350 | 1415 | }, |
| 1416 | + "POST /client/token": { |
| 1417 | + "sdkMethod": "create_token", |
| 1418 | + "service": "client_api" |
| 1419 | + }, |
1351 | 1420 | "GET /connect/applications": { |
1352 | 1421 | "sdkMethod": "list_applications", |
1353 | 1422 | "service": "connect" |
|
1396 | 1465 | "sdkMethod": "authorize_data_integration", |
1397 | 1466 | "service": "pipes" |
1398 | 1467 | }, |
1399 | | - "POST /data-integrations/{slug}/token": { |
1400 | | - "sdkMethod": "create_data_integration_token", |
| 1468 | + "POST /data-integrations/{provider}/token": { |
| 1469 | + "sdkMethod": "get_access_token", |
1401 | 1470 | "service": "pipes" |
1402 | 1471 | }, |
1403 | 1472 | "GET /directories": { |
|
1516 | 1585 | "sdkMethod": "create_organization_api_key", |
1517 | 1586 | "service": "api_keys" |
1518 | 1587 | }, |
| 1588 | + "GET /organizations/{organizationId}/data_integration_configurations": { |
| 1589 | + "sdkMethod": "list_organization_data_integration_configurations", |
| 1590 | + "service": "pipes_provider" |
| 1591 | + }, |
| 1592 | + "PUT /organizations/{organizationId}/data_integration_configurations/{slug}": { |
| 1593 | + "sdkMethod": "update_organization_data_integration_configuration", |
| 1594 | + "service": "pipes_provider" |
| 1595 | + }, |
1519 | 1596 | "GET /organizations/{organizationId}/feature-flags": { |
1520 | 1597 | "sdkMethod": "list_organization_feature_flags", |
1521 | 1598 | "service": "feature_flags" |
|
0 commit comments