Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .oagen-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"language": "python",
"generatedAt": "2026-04-28T16:15:39.420Z",
"generatedAt": "2026-05-01T16:11:18.992Z",
"files": [
"src/workos/_client.py",
"src/workos/admin_portal/__init__.py",
Expand Down
2 changes: 1 addition & 1 deletion src/workos/admin_portal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import AdminPortal, AsyncAdminPortal
from ._resource import AdminPortal as AdminPortal, AsyncAdminPortal as AsyncAdminPortal
from .models import *
2 changes: 1 addition & 1 deletion src/workos/api_keys/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import ApiKeys, AsyncApiKeys
from ._resource import ApiKeys as ApiKeys, AsyncApiKeys as AsyncApiKeys
from .models import *
2 changes: 1 addition & 1 deletion src/workos/audit_logs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import AuditLogs, AsyncAuditLogs
from ._resource import AuditLogs as AuditLogs, AsyncAuditLogs as AsyncAuditLogs
from .models import *
16 changes: 8 additions & 8 deletions src/workos/authorization/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import (
Authorization,
AsyncAuthorization,
ResourceTargetById,
ResourceTargetByExternalId,
ParentResourceById,
ParentResourceByExternalId,
ParentById,
ParentByExternalId,
Authorization as Authorization,
AsyncAuthorization as AsyncAuthorization,
ResourceTargetById as ResourceTargetById,
ResourceTargetByExternalId as ResourceTargetByExternalId,
ParentResourceById as ParentResourceById,
ParentResourceByExternalId as ParentResourceByExternalId,
ParentById as ParentById,
ParentByExternalId as ParentByExternalId,
)
from .models import *
2 changes: 1 addition & 1 deletion src/workos/connect/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import Connect, AsyncConnect
from ._resource import Connect as Connect, AsyncConnect as AsyncConnect
from .models import *
5 changes: 4 additions & 1 deletion src/workos/directory_sync/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import DirectorySync, AsyncDirectorySync
from ._resource import (
DirectorySync as DirectorySync,
AsyncDirectorySync as AsyncDirectorySync,
)
from .models import *
2 changes: 1 addition & 1 deletion src/workos/events/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import Events, AsyncEvents
from ._resource import Events as Events, AsyncEvents as AsyncEvents
from .models import *
5 changes: 4 additions & 1 deletion src/workos/feature_flags/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import FeatureFlags, AsyncFeatureFlags
from ._resource import (
FeatureFlags as FeatureFlags,
AsyncFeatureFlags as AsyncFeatureFlags,
)
from .models import *
2 changes: 1 addition & 1 deletion src/workos/groups/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import Groups, AsyncGroups
from ._resource import Groups as Groups, AsyncGroups as AsyncGroups
from .models import *
5 changes: 4 additions & 1 deletion src/workos/multi_factor_auth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import MultiFactorAuth, AsyncMultiFactorAuth
from ._resource import (
MultiFactorAuth as MultiFactorAuth,
AsyncMultiFactorAuth as AsyncMultiFactorAuth,
)
from .models import *
5 changes: 4 additions & 1 deletion src/workos/organization_domains/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import OrganizationDomains, AsyncOrganizationDomains
from ._resource import (
OrganizationDomains as OrganizationDomains,
AsyncOrganizationDomains as AsyncOrganizationDomains,
)
from .models import *
5 changes: 4 additions & 1 deletion src/workos/organizations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import Organizations, AsyncOrganizations
from ._resource import (
Organizations as Organizations,
AsyncOrganizations as AsyncOrganizations,
)
from .models import *
2 changes: 1 addition & 1 deletion src/workos/pipes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import Pipes, AsyncPipes
from ._resource import Pipes as Pipes, AsyncPipes as AsyncPipes
from .models import *
2 changes: 1 addition & 1 deletion src/workos/radar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import Radar, AsyncRadar
from ._resource import Radar as Radar, AsyncRadar as AsyncRadar
from .models import *
2 changes: 1 addition & 1 deletion src/workos/sso/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import SSO, AsyncSSO
from ._resource import SSO as SSO, AsyncSSO as AsyncSSO
from .models import *
12 changes: 6 additions & 6 deletions src/workos/user_management/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import (
UserManagement,
AsyncUserManagement,
PasswordPlaintext,
PasswordHashed,
RoleSingle,
RoleMultiple,
UserManagement as UserManagement,
AsyncUserManagement as AsyncUserManagement,
PasswordPlaintext as PasswordPlaintext,
PasswordHashed as PasswordHashed,
RoleSingle as RoleSingle,
RoleMultiple as RoleMultiple,
)
from .models import *
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import (
UserManagementOrganizationMembershipGroups,
AsyncUserManagementOrganizationMembershipGroups,
UserManagementOrganizationMembershipGroups as UserManagementOrganizationMembershipGroups,
AsyncUserManagementOrganizationMembershipGroups as AsyncUserManagementOrganizationMembershipGroups,
)
from .models import *
2 changes: 1 addition & 1 deletion src/workos/webhooks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import Webhooks, AsyncWebhooks
from ._resource import Webhooks as Webhooks, AsyncWebhooks as AsyncWebhooks
from .models import *
2 changes: 1 addition & 1 deletion src/workos/widgets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated by oagen. Do not edit.

from ._resource import Widgets, AsyncWidgets
from ._resource import Widgets as Widgets, AsyncWidgets as AsyncWidgets
from .models import *
Loading