|
279 | 279 | "lib/workos/pipes/data_integrations_list_response_data.rb", |
280 | 280 | "lib/workos/pipes/data_integrations_list_response_data_connected_account.rb", |
281 | 281 | "lib/workos/pipes/data_integrations_upsert_api_key_request.rb", |
| 282 | + "lib/workos/pipes/data_integrations_upsert_client_credentials_request.rb", |
282 | 283 | "lib/workos/pipes/data_integrations_vend_credentials_request.rb", |
283 | 284 | "lib/workos/pipes/update_custom_provider_definition.rb", |
284 | 285 | "lib/workos/pipes/update_data_integration.rb", |
|
312 | 313 | "lib/workos/shared/agent_registration_expired_data.rb", |
313 | 314 | "lib/workos/shared/agent_registration_organization_switched.rb", |
314 | 315 | "lib/workos/shared/agent_registration_organization_switched_data.rb", |
| 316 | + "lib/workos/shared/agent_registration_refreshed.rb", |
| 317 | + "lib/workos/shared/agent_registration_refreshed_data.rb", |
315 | 318 | "lib/workos/shared/agent_registration_revoked.rb", |
316 | 319 | "lib/workos/shared/agent_registration_revoked_data.rb", |
317 | 320 | "lib/workos/shared/auth_method_mismatch_error.rb", |
|
405 | 408 | "lib/workos/types/create_data_integration_auth_methods.rb", |
406 | 409 | "lib/workos/types/create_user_invite_options_locale.rb", |
407 | 410 | "lib/workos/types/create_user_password_hash_type.rb", |
| 411 | + "lib/workos/types/create_user_password_salt_position.rb", |
408 | 412 | "lib/workos/types/create_webhook_endpoint_events.rb", |
409 | 413 | "lib/workos/types/custom_provider_definition_authenticate_via.rb", |
410 | 414 | "lib/workos/types/data_integration_access_token_response_error.rb", |
|
484 | 488 | "lib/workos/types/sso_provider.rb", |
485 | 489 | "lib/workos/types/update_custom_provider_definition_authenticate_via.rb", |
486 | 490 | "lib/workos/types/update_user_password_hash_type.rb", |
| 491 | + "lib/workos/types/update_user_password_salt_position.rb", |
487 | 492 | "lib/workos/types/update_webhook_endpoint_events.rb", |
488 | 493 | "lib/workos/types/update_webhook_endpoint_status.rb", |
489 | 494 | "lib/workos/types/user_identities_get_item_provider.rb", |
|
732 | 737 | "rbi/workos/agent_registration_expired_data.rbi", |
733 | 738 | "rbi/workos/agent_registration_organization_switched.rbi", |
734 | 739 | "rbi/workos/agent_registration_organization_switched_data.rbi", |
| 740 | + "rbi/workos/agent_registration_refreshed.rbi", |
| 741 | + "rbi/workos/agent_registration_refreshed_data.rbi", |
735 | 742 | "rbi/workos/agent_registration_revoked.rbi", |
736 | 743 | "rbi/workos/agent_registration_revoked_data.rbi", |
737 | 744 | "rbi/workos/agents.rbi", |
|
921 | 928 | "rbi/workos/data_integrations_list_response_data.rbi", |
922 | 929 | "rbi/workos/data_integrations_list_response_data_connected_account.rbi", |
923 | 930 | "rbi/workos/data_integrations_upsert_api_key_request.rbi", |
| 931 | + "rbi/workos/data_integrations_upsert_client_credentials_request.rbi", |
924 | 932 | "rbi/workos/data_integrations_vend_credentials_request.rbi", |
925 | 933 | "rbi/workos/decrypt_request.rbi", |
926 | 934 | "rbi/workos/decrypt_response.rbi", |
|
2186 | 2194 | "GET /audit_logs/exports/{auditLogExportId}": { |
2187 | 2195 | "sdkMethod": "get_export", |
2188 | 2196 | "service": "audit_logs" |
| 2197 | + }, |
| 2198 | + "PUT /data-integrations/{slug}/client-credentials": { |
| 2199 | + "sdkMethod": "update_data_integration_client_credentials", |
| 2200 | + "service": "pipes" |
2189 | 2201 | } |
2190 | 2202 | } |
2191 | 2203 | } |
0 commit comments