Skip to content

Commit 2fb098e

Browse files
committed
exclude DTO refs with new logic
1 parent 08797b6 commit 2fb098e

13 files changed

+16
-16
lines changed

src/workos/audit_logs/_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
from .._types import RequestOptions, enum_value
1111
from .models import (
1212
AuditLogActionJson,
13-
AuditLogEventCreateResponse,
1413
AuditLogEvent,
14+
AuditLogEventCreateResponse,
1515
AuditLogExportJson,
1616
AuditLogSchemaActor,
1717
AuditLogSchemaJson,

src/workos/audit_logs/models/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# This file is auto-generated by oagen. Do not edit.
22

33
from .audit_log_action_json import AuditLogActionJson as AuditLogActionJson
4+
from .audit_log_event import AuditLogEvent as AuditLogEvent
45
from .audit_log_event_actor import AuditLogEventActor as AuditLogEventActor
56
from .audit_log_event_context import AuditLogEventContext as AuditLogEventContext
67
from .audit_log_event_create_response import (
78
AuditLogEventCreateResponse as AuditLogEventCreateResponse,
89
)
9-
from .audit_log_event import AuditLogEvent as AuditLogEvent
1010
from .audit_log_event_ingestion import AuditLogEventIngestion as AuditLogEventIngestion
1111
from .audit_log_event_target import AuditLogEventTarget as AuditLogEventTarget
1212
from .audit_log_export_creation import AuditLogExportCreation as AuditLogExportCreation
1313
from .audit_log_export_json import AuditLogExportJson as AuditLogExportJson
14-
from .audit_log_schema_actor import AuditLogSchemaActor as AuditLogSchemaActor
1514
from .audit_log_schema import AuditLogSchema as AuditLogSchema
15+
from .audit_log_schema_actor import AuditLogSchemaActor as AuditLogSchemaActor
1616
from .audit_log_schema_json import AuditLogSchemaJson as AuditLogSchemaJson
1717
from .audit_log_schema_json_actor import (
1818
AuditLogSchemaJsonActor as AuditLogSchemaJsonActor,

src/workos/common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
from .models import ConnectionState as ConnectionState
2121
from .models import ConnectionStatus as ConnectionStatus
2222
from .models import ConnectionType as ConnectionType
23-
from .models import CreateUserPasswordHashType as CreateUserPasswordHashType
2423
from .models import CreateUserInviteOptionsLocale as CreateUserInviteOptionsLocale
24+
from .models import CreateUserPasswordHashType as CreateUserPasswordHashType
2525
from .models import CreateWebhookEndpointEvents as CreateWebhookEndpointEvents
2626
from .models import (
2727
DataIntegrationsListResponseDataConnectedAccountState as DataIntegrationsListResponseDataConnectedAccountState,

src/workos/common/models/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
from .connection_state import ConnectionState as ConnectionState
2929
from .connection_status import ConnectionStatus as ConnectionStatus
3030
from .connection_type import ConnectionType as ConnectionType
31-
from .create_user_password_hash_type import (
32-
CreateUserPasswordHashType as CreateUserPasswordHashType,
33-
)
3431
from .create_user_invite_options_locale import (
3532
CreateUserInviteOptionsLocale as CreateUserInviteOptionsLocale,
3633
)
34+
from .create_user_password_hash_type import (
35+
CreateUserPasswordHashType as CreateUserPasswordHashType,
36+
)
3737
from .create_webhook_endpoint_events import (
3838
CreateWebhookEndpointEvents as CreateWebhookEndpointEvents,
3939
)

src/workos/common/models/create_user_invite_options_locale.py

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

3-
"""Enumeration of create user invite options dto locale values."""
3+
"""Enumeration of create user invite options locale values."""
44

55
from __future__ import annotations
66

src/workos/common/models/create_user_password_hash_type.py

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

3-
"""Enumeration of create user dto password hash type values."""
3+
"""Enumeration of create user password hash type values."""
44

55
from __future__ import annotations
66

src/workos/common/models/create_webhook_endpoint_events.py

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

3-
"""Enumeration of create webhook endpoint dto events values."""
3+
"""Enumeration of create webhook endpoint events values."""
44

55
from __future__ import annotations
66

src/workos/common/models/generate_link_intent.py

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

3-
"""Enumeration of generate link dto intent values."""
3+
"""Enumeration of generate link intent values."""
44

55
from __future__ import annotations
66

src/workos/common/models/organization_domain_data_state.py

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

3-
"""Enumeration of organization domain data dto state values."""
3+
"""Enumeration of organization domain data state values."""
44

55
from __future__ import annotations
66

src/workos/common/models/update_webhook_endpoint_status.py

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

3-
"""Enumeration of update webhook endpoint dto status values."""
3+
"""Enumeration of update webhook endpoint status values."""
44

55
from __future__ import annotations
66

0 commit comments

Comments
 (0)