|
119 | 119 | "src/workos/common/models/agent_registration_kind.py", |
120 | 120 | "src/workos/common/models/agent_registration_organization_switched.py", |
121 | 121 | "src/workos/common/models/agent_registration_organization_switched_data.py", |
| 122 | + "src/workos/common/models/agent_registration_refreshed.py", |
| 123 | + "src/workos/common/models/agent_registration_refreshed_data.py", |
122 | 124 | "src/workos/common/models/agent_registration_revoked.py", |
123 | 125 | "src/workos/common/models/agent_registration_revoked_data.py", |
124 | 126 | "src/workos/common/models/agent_registration_status.py", |
|
240 | 242 | "src/workos/common/models/create_data_integration_auth_methods.py", |
241 | 243 | "src/workos/common/models/create_user_invite_options_locale.py", |
242 | 244 | "src/workos/common/models/create_user_password_hash_type.py", |
| 245 | + "src/workos/common/models/create_user_password_salt_position.py", |
243 | 246 | "src/workos/common/models/create_webhook_endpoint_events.py", |
244 | 247 | "src/workos/common/models/custom_provider_definition_authenticate_via.py", |
245 | 248 | "src/workos/common/models/data_integration_access_token_response_error.py", |
|
465 | 468 | "src/workos/common/models/slim_role.py", |
466 | 469 | "src/workos/common/models/update_custom_provider_definition_authenticate_via.py", |
467 | 470 | "src/workos/common/models/update_user_password_hash_type.py", |
| 471 | + "src/workos/common/models/update_user_password_salt_position.py", |
468 | 472 | "src/workos/common/models/update_webhook_endpoint_events.py", |
469 | 473 | "src/workos/common/models/update_webhook_endpoint_status.py", |
470 | 474 | "src/workos/common/models/user.py", |
|
620 | 624 | "src/workos/pipes/models/data_integrations_list_response_data.py", |
621 | 625 | "src/workos/pipes/models/data_integrations_list_response_data_connected_account.py", |
622 | 626 | "src/workos/pipes/models/data_integrations_upsert_api_key_request.py", |
| 627 | + "src/workos/pipes/models/data_integrations_upsert_client_credentials_request.py", |
623 | 628 | "src/workos/pipes/models/data_integrations_vend_credentials_request.py", |
624 | 629 | "src/workos/pipes/models/update_custom_provider_definition.py", |
625 | 630 | "src/workos/pipes/models/update_data_integration.py", |
|
801 | 806 | "tests/fixtures/agent_registration_expired_data.json", |
802 | 807 | "tests/fixtures/agent_registration_organization_switched.json", |
803 | 808 | "tests/fixtures/agent_registration_organization_switched_data.json", |
| 809 | + "tests/fixtures/agent_registration_refreshed.json", |
| 810 | + "tests/fixtures/agent_registration_refreshed_data.json", |
804 | 811 | "tests/fixtures/agent_registration_revoked.json", |
805 | 812 | "tests/fixtures/agent_registration_revoked_data.json", |
806 | 813 | "tests/fixtures/api_key.json", |
|
982 | 989 | "tests/fixtures/data_integrations_list_response_data.json", |
983 | 990 | "tests/fixtures/data_integrations_list_response_data_connected_account.json", |
984 | 991 | "tests/fixtures/data_integrations_upsert_api_key_request.json", |
| 992 | + "tests/fixtures/data_integrations_upsert_client_credentials_request.json", |
985 | 993 | "tests/fixtures/data_integrations_vend_credentials_request.json", |
986 | 994 | "tests/fixtures/decrypt_request.json", |
987 | 995 | "tests/fixtures/decrypt_response.json", |
|
2217 | 2225 | "GET /audit_logs/exports/{auditLogExportId}": { |
2218 | 2226 | "sdkMethod": "get_export", |
2219 | 2227 | "service": "audit_logs" |
| 2228 | + }, |
| 2229 | + "PUT /data-integrations/{slug}/client-credentials": { |
| 2230 | + "sdkMethod": "update_data_integration_client_credentials", |
| 2231 | + "service": "pipes" |
2220 | 2232 | } |
2221 | 2233 | } |
2222 | 2234 | } |
0 commit comments