|
1 | 1 | { |
2 | 2 | "version": 1, |
3 | 3 | "language": "python", |
4 | | - "generatedAt": "2026-04-14T16:36:59.471Z", |
| 4 | + "generatedAt": "2026-04-20T20:55:24.754Z", |
5 | 5 | "files": [ |
6 | 6 | "src/workos/_client.py", |
7 | 7 | "src/workos/admin_portal/__init__.py", |
|
170 | 170 | "src/workos/common/models/create_user_invite_options_locale.py", |
171 | 171 | "src/workos/common/models/create_user_password_hash_type.py", |
172 | 172 | "src/workos/common/models/create_webhook_endpoint_events.py", |
| 173 | + "src/workos/common/models/data_integration_access_token_response_error.py", |
173 | 174 | "src/workos/common/models/data_integrations_list_response_data_connected_account_state.py", |
174 | 175 | "src/workos/common/models/data_integrations_list_response_data_ownership.py", |
175 | 176 | "src/workos/common/models/directory_state.py", |
|
250 | 251 | "src/workos/common/models/flag_updated_data.py", |
251 | 252 | "src/workos/common/models/flag_updated_data_owner.py", |
252 | 253 | "src/workos/common/models/generate_link_intent.py", |
| 254 | + "src/workos/common/models/group.py", |
| 255 | + "src/workos/common/models/group_created.py", |
| 256 | + "src/workos/common/models/group_deleted.py", |
| 257 | + "src/workos/common/models/group_member_added.py", |
| 258 | + "src/workos/common/models/group_member_added_data.py", |
| 259 | + "src/workos/common/models/group_member_removed.py", |
| 260 | + "src/workos/common/models/group_member_removed_data.py", |
| 261 | + "src/workos/common/models/group_updated.py", |
253 | 262 | "src/workos/common/models/invitation_accepted.py", |
254 | 263 | "src/workos/common/models/invitation_accepted_data.py", |
255 | 264 | "src/workos/common/models/invitation_accepted_data_state.py", |
|
486 | 495 | "src/workos/pipes/models/__init__.py", |
487 | 496 | "src/workos/pipes/models/connected_account.py", |
488 | 497 | "src/workos/pipes/models/data_integration_access_token_response.py", |
| 498 | + "src/workos/pipes/models/data_integration_access_token_response_access_token.py", |
489 | 499 | "src/workos/pipes/models/data_integration_authorize_url_response.py", |
490 | 500 | "src/workos/pipes/models/data_integrations_get_data_integration_authorize_url_request.py", |
491 | 501 | "src/workos/pipes/models/data_integrations_get_user_token_request.py", |
|
753 | 763 | "tests/fixtures/create_user_invite_options.json", |
754 | 764 | "tests/fixtures/create_user_organization_membership.json", |
755 | 765 | "tests/fixtures/create_webhook_endpoint.json", |
| 766 | + "tests/fixtures/data_integration_access_token_response.json", |
| 767 | + "tests/fixtures/data_integration_access_token_response_access_token.json", |
756 | 768 | "tests/fixtures/data_integration_authorize_url_response.json", |
757 | 769 | "tests/fixtures/data_integrations_get_data_integration_authorize_url_request.json", |
758 | 770 | "tests/fixtures/data_integrations_get_user_token_request.json", |
|
840 | 852 | "tests/fixtures/flag_updated_data.json", |
841 | 853 | "tests/fixtures/flag_updated_data_owner.json", |
842 | 854 | "tests/fixtures/generate_link.json", |
| 855 | + "tests/fixtures/group.json", |
| 856 | + "tests/fixtures/group_created.json", |
| 857 | + "tests/fixtures/group_deleted.json", |
| 858 | + "tests/fixtures/group_member_added.json", |
| 859 | + "tests/fixtures/group_member_added_data.json", |
| 860 | + "tests/fixtures/group_member_removed.json", |
| 861 | + "tests/fixtures/group_member_removed_data.json", |
| 862 | + "tests/fixtures/group_updated.json", |
843 | 863 | "tests/fixtures/intent_options.json", |
844 | 864 | "tests/fixtures/invitation.json", |
845 | 865 | "tests/fixtures/invitation_accepted.json", |
|
0 commit comments