|
1 | 1 | { |
2 | 2 | "version": 2, |
3 | 3 | "language": "python", |
4 | | - "generatedAt": "2026-07-01T16:28:45.662Z", |
| 4 | + "generatedAt": "2026-07-01T18:19:12.330Z", |
5 | 5 | "files": [ |
6 | 6 | "src/workos/_client.py", |
7 | 7 | "src/workos/admin_portal/__init__.py", |
|
73 | 73 | "src/workos/authorization/models/update_role.py", |
74 | 74 | "src/workos/authorization/models/user_role_assignment.py", |
75 | 75 | "src/workos/authorization/models/user_role_assignment_resource.py", |
| 76 | + "src/workos/authorization/models/user_role_assignment_source.py", |
76 | 77 | "src/workos/client_api/__init__.py", |
77 | 78 | "src/workos/client_api/_resource.py", |
78 | 79 | "src/workos/client_api/models/__init__.py", |
|
428 | 429 | "src/workos/common/models/user_organization_membership_base_list_data.py", |
429 | 430 | "src/workos/common/models/user_organization_membership_base_list_data_status.py", |
430 | 431 | "src/workos/common/models/user_organization_membership_status.py", |
| 432 | + "src/workos/common/models/user_role_assignment_source_type.py", |
431 | 433 | "src/workos/common/models/user_sessions_auth_method.py", |
432 | 434 | "src/workos/common/models/user_sessions_impersonator.py", |
433 | 435 | "src/workos/common/models/user_sessions_list_item.py", |
|
992 | 994 | "tests/fixtures/list_authorized_connect_application_list_data.json", |
993 | 995 | "tests/fixtures/list_connect_application.json", |
994 | 996 | "tests/fixtures/list_connection.json", |
| 997 | + "tests/fixtures/list_cors_origin_response.json", |
995 | 998 | "tests/fixtures/list_directory.json", |
996 | 999 | "tests/fixtures/list_directory_group.json", |
997 | 1000 | "tests/fixtures/list_directory_user_with_groups.json", |
|
1003 | 1006 | "tests/fixtures/list_object_summary.json", |
1004 | 1007 | "tests/fixtures/list_organization.json", |
1005 | 1008 | "tests/fixtures/list_organization_api_key.json", |
| 1009 | + "tests/fixtures/list_redirect_uri.json", |
1006 | 1010 | "tests/fixtures/list_user.json", |
1007 | 1011 | "tests/fixtures/list_user_api_key.json", |
1008 | 1012 | "tests/fixtures/list_user_invite.json", |
|
1159 | 1163 | "tests/fixtures/user_organization_membership_base_list_data.json", |
1160 | 1164 | "tests/fixtures/user_role_assignment.json", |
1161 | 1165 | "tests/fixtures/user_role_assignment_resource.json", |
| 1166 | + "tests/fixtures/user_role_assignment_source.json", |
1162 | 1167 | "tests/fixtures/user_sessions_impersonator.json", |
1163 | 1168 | "tests/fixtures/user_sessions_list_item.json", |
1164 | 1169 | "tests/fixtures/user_updated.json", |
|
1197 | 1202 | "tests/fixtures/widget_session_token.json", |
1198 | 1203 | "tests/fixtures/widget_session_token_response.json", |
1199 | 1204 | "tests/test_admin_portal.py", |
| 1205 | + "tests/test_admin_portal_models_round_trip.py", |
1200 | 1206 | "tests/test_api_keys.py", |
1201 | 1207 | "tests/test_audit_logs.py", |
| 1208 | + "tests/test_audit_logs_models_round_trip.py", |
1202 | 1209 | "tests/test_authorization.py", |
| 1210 | + "tests/test_authorization_models_round_trip.py", |
1203 | 1211 | "tests/test_client_api.py", |
| 1212 | + "tests/test_common_models_round_trip.py", |
1204 | 1213 | "tests/test_connect.py", |
| 1214 | + "tests/test_connect_models_round_trip.py", |
1205 | 1215 | "tests/test_directory_sync.py", |
1206 | 1216 | "tests/test_events.py", |
1207 | 1217 | "tests/test_feature_flags.py", |
1208 | 1218 | "tests/test_groups.py", |
| 1219 | + "tests/test_groups_models_round_trip.py", |
1209 | 1220 | "tests/test_models_round_trip.py", |
1210 | 1221 | "tests/test_multi_factor_auth.py", |
1211 | 1222 | "tests/test_organization_domains.py", |
1212 | 1223 | "tests/test_organization_membership.py", |
1213 | 1224 | "tests/test_organizations.py", |
| 1225 | + "tests/test_organizations_models_round_trip.py", |
1214 | 1226 | "tests/test_pipes.py", |
1215 | 1227 | "tests/test_pipes_provider.py", |
1216 | 1228 | "tests/test_radar.py", |
1217 | 1229 | "tests/test_sso.py", |
1218 | 1230 | "tests/test_user_management.py", |
| 1231 | + "tests/test_user_management_models_round_trip.py", |
1219 | 1232 | "tests/test_vault.py", |
1220 | 1233 | "tests/test_webhooks.py", |
| 1234 | + "tests/test_webhooks_models_round_trip.py", |
1221 | 1235 | "tests/test_widgets.py" |
1222 | 1236 | ], |
1223 | 1237 | "operations": { |
|
0 commit comments