|
37 | 37 | "lib/Resource/AgentRegistrationKind.php", |
38 | 38 | "lib/Resource/AgentRegistrationOrganizationSwitched.php", |
39 | 39 | "lib/Resource/AgentRegistrationOrganizationSwitchedData.php", |
| 40 | + "lib/Resource/AgentRegistrationRefreshed.php", |
| 41 | + "lib/Resource/AgentRegistrationRefreshedData.php", |
40 | 42 | "lib/Resource/AgentRegistrationRevoked.php", |
41 | 43 | "lib/Resource/AgentRegistrationRevokedData.php", |
42 | 44 | "lib/Resource/AgentRegistrationStatus.php", |
|
221 | 223 | "lib/Resource/CreateUserInviteOptionsLocale.php", |
222 | 224 | "lib/Resource/CreateUserOrganizationMembership.php", |
223 | 225 | "lib/Resource/CreateUserPasswordHashType.php", |
| 226 | + "lib/Resource/CreateUserPasswordSaltPosition.php", |
224 | 227 | "lib/Resource/CreateWebhookEndpoint.php", |
225 | 228 | "lib/Resource/CreateWebhookEndpointEvents.php", |
226 | 229 | "lib/Resource/CustomProviderDefinition.php", |
|
250 | 253 | "lib/Resource/DataIntegrationsListResponseDataConnectedAccount.php", |
251 | 254 | "lib/Resource/DataIntegrationsListResponseDataOwnership.php", |
252 | 255 | "lib/Resource/DataIntegrationsUpsertApiKeyRequest.php", |
| 256 | + "lib/Resource/DataIntegrationsUpsertClientCredentialsRequest.php", |
253 | 257 | "lib/Resource/DataIntegrationsVendCredentialsRequest.php", |
254 | 258 | "lib/Resource/DecryptRequest.php", |
255 | 259 | "lib/Resource/DecryptResponse.php", |
|
666 | 670 | "tests/Fixtures/agent_registration_expired_data.json", |
667 | 671 | "tests/Fixtures/agent_registration_organization_switched.json", |
668 | 672 | "tests/Fixtures/agent_registration_organization_switched_data.json", |
| 673 | + "tests/Fixtures/agent_registration_refreshed.json", |
| 674 | + "tests/Fixtures/agent_registration_refreshed_data.json", |
669 | 675 | "tests/Fixtures/agent_registration_revoked.json", |
670 | 676 | "tests/Fixtures/agent_registration_revoked_data.json", |
671 | 677 | "tests/Fixtures/api_key.json", |
|
848 | 854 | "tests/Fixtures/data_integrations_list_response_data.json", |
849 | 855 | "tests/Fixtures/data_integrations_list_response_data_connected_account.json", |
850 | 856 | "tests/Fixtures/data_integrations_upsert_api_key_request.json", |
| 857 | + "tests/Fixtures/data_integrations_upsert_client_credentials_request.json", |
851 | 858 | "tests/Fixtures/data_integrations_vend_credentials_request.json", |
852 | 859 | "tests/Fixtures/decrypt_request.json", |
853 | 860 | "tests/Fixtures/decrypt_response.json", |
|
2057 | 2064 | "GET /audit_logs/exports/{auditLogExportId}": { |
2058 | 2065 | "sdkMethod": "getExport", |
2059 | 2066 | "service": "auditLogs" |
| 2067 | + }, |
| 2068 | + "PUT /data-integrations/{slug}/client-credentials": { |
| 2069 | + "sdkMethod": "updateDataIntegrationClientCredentials", |
| 2070 | + "service": "pipes" |
2060 | 2071 | } |
2061 | 2072 | } |
2062 | 2073 | } |
0 commit comments