Skip to content

Commit 7ecb2e9

Browse files
gjtorikianclaude
andauthored
feat(generated): use explicit re-export form in service __init__.py (#645)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f9cf9a1 commit 7ecb2e9

20 files changed

Lines changed: 48 additions & 33 deletions

File tree

.oagen-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": 2,
33
"language": "python",
4-
"generatedAt": "2026-04-28T16:15:39.420Z",
4+
"generatedAt": "2026-05-01T16:11:18.992Z",
55
"files": [
66
"src/workos/_client.py",
77
"src/workos/admin_portal/__init__.py",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is auto-generated by oagen. Do not edit.
22

3-
from ._resource import AdminPortal, AsyncAdminPortal
3+
from ._resource import AdminPortal as AdminPortal, AsyncAdminPortal as AsyncAdminPortal
44
from .models import *

src/workos/api_keys/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is auto-generated by oagen. Do not edit.
22

3-
from ._resource import ApiKeys, AsyncApiKeys
3+
from ._resource import ApiKeys as ApiKeys, AsyncApiKeys as AsyncApiKeys
44
from .models import *

src/workos/audit_logs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is auto-generated by oagen. Do not edit.
22

3-
from ._resource import AuditLogs, AsyncAuditLogs
3+
from ._resource import AuditLogs as AuditLogs, AsyncAuditLogs as AsyncAuditLogs
44
from .models import *
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# This file is auto-generated by oagen. Do not edit.
22

33
from ._resource import (
4-
Authorization,
5-
AsyncAuthorization,
6-
ResourceTargetById,
7-
ResourceTargetByExternalId,
8-
ParentResourceById,
9-
ParentResourceByExternalId,
10-
ParentById,
11-
ParentByExternalId,
4+
Authorization as Authorization,
5+
AsyncAuthorization as AsyncAuthorization,
6+
ResourceTargetById as ResourceTargetById,
7+
ResourceTargetByExternalId as ResourceTargetByExternalId,
8+
ParentResourceById as ParentResourceById,
9+
ParentResourceByExternalId as ParentResourceByExternalId,
10+
ParentById as ParentById,
11+
ParentByExternalId as ParentByExternalId,
1212
)
1313
from .models import *

src/workos/connect/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is auto-generated by oagen. Do not edit.
22

3-
from ._resource import Connect, AsyncConnect
3+
from ._resource import Connect as Connect, AsyncConnect as AsyncConnect
44
from .models import *
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# This file is auto-generated by oagen. Do not edit.
22

3-
from ._resource import DirectorySync, AsyncDirectorySync
3+
from ._resource import (
4+
DirectorySync as DirectorySync,
5+
AsyncDirectorySync as AsyncDirectorySync,
6+
)
47
from .models import *

src/workos/events/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is auto-generated by oagen. Do not edit.
22

3-
from ._resource import Events, AsyncEvents
3+
from ._resource import Events as Events, AsyncEvents as AsyncEvents
44
from .models import *
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# This file is auto-generated by oagen. Do not edit.
22

3-
from ._resource import FeatureFlags, AsyncFeatureFlags
3+
from ._resource import (
4+
FeatureFlags as FeatureFlags,
5+
AsyncFeatureFlags as AsyncFeatureFlags,
6+
)
47
from .models import *

src/workos/groups/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is auto-generated by oagen. Do not edit.
22

3-
from ._resource import Groups, AsyncGroups
3+
from ._resource import Groups as Groups, AsyncGroups as AsyncGroups
44
from .models import *

0 commit comments

Comments
 (0)