|
1 | 1 | { |
2 | 2 | "version": 2, |
3 | 3 | "language": "python", |
4 | | - "generatedAt": "2026-05-26T19:47:29.645Z", |
| 4 | + "generatedAt": "2026-06-03T19:19:55.137Z", |
5 | 5 | "files": [ |
6 | 6 | "src/workos/_client.py", |
7 | 7 | "src/workos/admin_portal/__init__.py", |
|
19 | 19 | "src/workos/api_keys/models/api_key_owner.py", |
20 | 20 | "src/workos/api_keys/models/api_key_validation_response.py", |
21 | 21 | "src/workos/api_keys/models/create_organization_api_key.py", |
| 22 | + "src/workos/api_keys/models/expire_api_key.py", |
22 | 23 | "src/workos/api_keys/models/organization_api_key.py", |
23 | 24 | "src/workos/api_keys/models/organization_api_key_owner.py", |
24 | 25 | "src/workos/api_keys/models/organization_api_key_with_value.py", |
|
79 | 80 | "src/workos/common/models/api_key_revoked.py", |
80 | 81 | "src/workos/common/models/api_key_revoked_data.py", |
81 | 82 | "src/workos/common/models/api_key_revoked_data_owner.py", |
| 83 | + "src/workos/common/models/api_key_updated.py", |
| 84 | + "src/workos/common/models/api_key_updated_data.py", |
| 85 | + "src/workos/common/models/api_key_updated_data_owner.py", |
| 86 | + "src/workos/common/models/api_key_updated_data_previous_attribute.py", |
82 | 87 | "src/workos/common/models/audit_log_configuration_log_stream_state.py", |
83 | 88 | "src/workos/common/models/audit_log_configuration_log_stream_type.py", |
84 | 89 | "src/workos/common/models/audit_log_configuration_state.py", |
|
195 | 200 | "src/workos/common/models/dsync_activated_data_domain.py", |
196 | 201 | "src/workos/common/models/dsync_activated_data_state.py", |
197 | 202 | "src/workos/common/models/dsync_activated_data_type.py", |
198 | | - "src/workos/common/models/dsync_deactivated.py", |
199 | | - "src/workos/common/models/dsync_deactivated_data.py", |
200 | | - "src/workos/common/models/dsync_deactivated_data_domain.py", |
201 | | - "src/workos/common/models/dsync_deactivated_data_state.py", |
202 | | - "src/workos/common/models/dsync_deactivated_data_type.py", |
203 | 203 | "src/workos/common/models/dsync_deleted.py", |
204 | 204 | "src/workos/common/models/dsync_deleted_data.py", |
205 | 205 | "src/workos/common/models/dsync_deleted_data_state.py", |
|
212 | 212 | "src/workos/common/models/dsync_group_user_added_data.py", |
213 | 213 | "src/workos/common/models/dsync_group_user_removed.py", |
214 | 214 | "src/workos/common/models/dsync_group_user_removed_data.py", |
| 215 | + "src/workos/common/models/dsync_token_created.py", |
| 216 | + "src/workos/common/models/dsync_token_created_data.py", |
| 217 | + "src/workos/common/models/dsync_token_revoked.py", |
| 218 | + "src/workos/common/models/dsync_token_revoked_data.py", |
215 | 219 | "src/workos/common/models/dsync_user_created.py", |
216 | 220 | "src/workos/common/models/dsync_user_deleted.py", |
217 | 221 | "src/workos/common/models/dsync_user_updated.py", |
|
396 | 400 | "src/workos/common/models/user.py", |
397 | 401 | "src/workos/common/models/user_api_key_created_data_owner.py", |
398 | 402 | "src/workos/common/models/user_api_key_revoked_data_owner.py", |
| 403 | + "src/workos/common/models/user_api_key_updated_data_owner.py", |
399 | 404 | "src/workos/common/models/user_created.py", |
400 | 405 | "src/workos/common/models/user_deleted.py", |
401 | 406 | "src/workos/common/models/user_identities_get_item_provider.py", |
|
674 | 679 | "tests/fixtures/api_key_revoked.json", |
675 | 680 | "tests/fixtures/api_key_revoked_data.json", |
676 | 681 | "tests/fixtures/api_key_revoked_data_owner.json", |
| 682 | + "tests/fixtures/api_key_updated.json", |
| 683 | + "tests/fixtures/api_key_updated_data.json", |
| 684 | + "tests/fixtures/api_key_updated_data_owner.json", |
| 685 | + "tests/fixtures/api_key_updated_data_previous_attribute.json", |
677 | 686 | "tests/fixtures/api_key_validation_response.json", |
678 | 687 | "tests/fixtures/application_credentials_list_item.json", |
679 | 688 | "tests/fixtures/assign_role.json", |
|
835 | 844 | "tests/fixtures/dsync_activated.json", |
836 | 845 | "tests/fixtures/dsync_activated_data.json", |
837 | 846 | "tests/fixtures/dsync_activated_data_domain.json", |
838 | | - "tests/fixtures/dsync_deactivated.json", |
839 | | - "tests/fixtures/dsync_deactivated_data.json", |
840 | | - "tests/fixtures/dsync_deactivated_data_domain.json", |
841 | 847 | "tests/fixtures/dsync_deleted.json", |
842 | 848 | "tests/fixtures/dsync_deleted_data.json", |
843 | 849 | "tests/fixtures/dsync_group_created.json", |
|
848 | 854 | "tests/fixtures/dsync_group_user_added_data.json", |
849 | 855 | "tests/fixtures/dsync_group_user_removed.json", |
850 | 856 | "tests/fixtures/dsync_group_user_removed_data.json", |
| 857 | + "tests/fixtures/dsync_token_created.json", |
| 858 | + "tests/fixtures/dsync_token_created_data.json", |
| 859 | + "tests/fixtures/dsync_token_revoked.json", |
| 860 | + "tests/fixtures/dsync_token_revoked_data.json", |
851 | 861 | "tests/fixtures/dsync_user_created.json", |
852 | 862 | "tests/fixtures/dsync_user_deleted.json", |
853 | 863 | "tests/fixtures/dsync_user_updated.json", |
|
867 | 877 | "tests/fixtures/event_context_google_analytics_session.json", |
868 | 878 | "tests/fixtures/event_list_list_metadata.json", |
869 | 879 | "tests/fixtures/event_schema.json", |
| 880 | + "tests/fixtures/expire_api_key.json", |
870 | 881 | "tests/fixtures/external_auth_complete_response.json", |
871 | 882 | "tests/fixtures/feature_flag.json", |
872 | 883 | "tests/fixtures/feature_flag_owner.json", |
|
1081 | 1092 | "tests/fixtures/user_api_key_created_data_owner.json", |
1082 | 1093 | "tests/fixtures/user_api_key_owner.json", |
1083 | 1094 | "tests/fixtures/user_api_key_revoked_data_owner.json", |
| 1095 | + "tests/fixtures/user_api_key_updated_data_owner.json", |
1084 | 1096 | "tests/fixtures/user_api_key_with_value.json", |
1085 | 1097 | "tests/fixtures/user_api_key_with_value_owner.json", |
1086 | 1098 | "tests/fixtures/user_authentication_factor_enroll_response.json", |
|
1856 | 1868 | "sdkMethod": "delete_api_key", |
1857 | 1869 | "service": "api_keys" |
1858 | 1870 | }, |
| 1871 | + "POST /api_keys/{id}/expire": { |
| 1872 | + "sdkMethod": "create_api_key_expire", |
| 1873 | + "service": "api_keys" |
| 1874 | + }, |
1859 | 1875 | "GET /user_management/users/{userId}/api_keys": { |
1860 | 1876 | "sdkMethod": "list_user_api_keys", |
1861 | 1877 | "service": "user_management" |
|
0 commit comments