Skip to content

fix(generated): Move organization connected-account operations onto Pipes, remove stale types - #446

Merged
workos-sdk-automation[bot] merged 6 commits into
mainfrom
oagen/batch-671b5390
Sep 18, 2026
Merged

workos-sdk-automation[bot] merged 6 commits into
mainfrom
oagen/batch-671b5390

Conversation

@workos-sdk-automation

@workos-sdk-automation workos-sdk-automation Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

Summary

fix(pipes): Move organization connected-account operations onto Pipes

The previous regeneration exposed the organization connected-account endpoints on a standalone OrganizationsDataProviders resource. That was the wrong home (workos/openapi-spec#179 corrects the service ownership), and it never shipped in a release. The same five endpoints are now on the Pipes resource. Nothing was added to or removed from the API itself; only where the SDK exposes it changed.

Before (unreleased) Now
$workos->organizationsDataProviders().getOrganizationConnectedAccount $workos->pipes().getOrganizationConnectedAccount
$workos->organizationsDataProviders().createOrganizationConnectedAccount $workos->pipes().createOrganizationConnectedAccount
$workos->organizationsDataProviders().updateOrganizationConnectedAccount $workos->pipes().updateOrganizationConnectedAccount
$workos->organizationsDataProviders().deleteOrganizationConnectedAccount $workos->pipes().deleteOrganizationConnectedAccount
$workos->organizationsDataProviders().listOrganizationDataProviders $workos->pipes().listOrganizationDataProviders

Method names are unchanged; only the accessor moved.

fix(pipes): Remove unused types left behind by earlier renames

  • CreateDataIntegrationAuthMethods: not referenced by any SDK method.

These were public but unreachable through any SDK method, so this is treated as cleanup rather than an API change.

fix(multi_factor_auth): Change errors for endpoint POST /auth/factors/{id}/challenge

  • Changed errors for endpoint POST /auth/factors/{id}/challenge.

Triggered by workos/openapi-spec@bfe7aed

BEGIN_COMMIT_OVERRIDE
fix(pipes): Move organization connected-account operations onto Pipes (#446)
fix(pipes): Remove unused types left behind by earlier renames (#446)
fix(multi_factor_auth): Change errors for endpoint POST /auth/factors/{id}/challenge (#446)
END_COMMIT_OVERRIDE

…iKeys, AuditLogs, Authorization, ClientApi, Connect, DirectorySync, Events, FeatureFlags, Groups, MultiFactorAuth, OrganizationDomains, OrganizationMembership, Organizations, Pipes, PipesProvider, PlatformTeams, Radar, SSO, UserManagement, Vault, Webhooks, Widgets
@workos-sdk-automation workos-sdk-automation Bot added the autogenerated Autogenerated code or content label Sep 17, 2026
@workos-sdk-automation
workos-sdk-automation Bot requested review from a team as code owners September 17, 2026 20:59
@workos-sdk-automation workos-sdk-automation Bot added the autogenerated Autogenerated code or content label Sep 17, 2026
@greptile-apps

greptile-apps Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

RetriggerConfidence Score: 5/5

The PR appears safe to merge because no outstanding blocking defect or repository-rule violation remains.

Summary

This PR corrects the generated SDK ownership of organization connected-account operations and removes stale generated artifacts.

  • Moves five organization connected-account methods from the unreleased OrganizationsDataProviders service to Pipes.
  • Removes the obsolete service accessor, service class, tests, manifest entries, and unused CreateDataIntegrationAuthMethods enum.
  • Relocates the connected-account release note to describe the net API introduced by the earlier unreleased regeneration.
  • Records the regenerated multi-factor-auth error-contract update.
Diagram
%%{init: {'theme': 'neutral'}}%%
flowchart LR
    W[WorkOS client] --> P[pipes]
    P --> G[Get organization connected account]
    P --> C[Create organization connected account]
    P --> U[Update organization connected account]
    P --> D[Delete organization connected account]
    P --> L[List organization data providers]
    G --> API[Organization connected-account endpoints]
    C --> API
    U --> API
    D --> API
    L --> API
Loading

Reviews (3) · Last reviewed commit: "chore: drop the redundant move entry fro..."

@gjtorikian gjtorikian changed the title feat(generated)!: Changes to pipes and multi_factor_auth fix(generated): Move organization connected-account operations onto Pipes, remove stale types Sep 17, 2026
@workos-sdk-automation
workos-sdk-automation Bot merged commit 02a2fd2 into main Sep 18, 2026
9 checks passed
@workos-sdk-automation
workos-sdk-automation Bot deleted the oagen/batch-671b5390 branch September 18, 2026 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autogenerated Autogenerated code or content

Development

Successfully merging this pull request may close these issues.

1 participant