|
28 | 28 | from .connection_state import ConnectionState as ConnectionState |
29 | 29 | from .connection_status import ConnectionStatus as ConnectionStatus |
30 | 30 | from .connection_type import ConnectionType as ConnectionType |
31 | | -from .create_user_dto_password_hash_type import ( |
32 | | - CreateUserDtoPasswordHashType as CreateUserDtoPasswordHashType, |
| 31 | +from .create_user_password_hash_type import ( |
| 32 | + CreateUserPasswordHashType as CreateUserPasswordHashType, |
33 | 33 | ) |
34 | | -from .create_user_invite_options_dto_locale import ( |
35 | | - CreateUserInviteOptionsDtoLocale as CreateUserInviteOptionsDtoLocale, |
| 34 | +from .create_user_invite_options_locale import ( |
| 35 | + CreateUserInviteOptionsLocale as CreateUserInviteOptionsLocale, |
36 | 36 | ) |
37 | | -from .create_webhook_endpoint_dto_events import ( |
38 | | - CreateWebhookEndpointDtoEvents as CreateWebhookEndpointDtoEvents, |
| 37 | +from .create_webhook_endpoint_events import ( |
| 38 | + CreateWebhookEndpointEvents as CreateWebhookEndpointEvents, |
39 | 39 | ) |
40 | 40 | from .data_integrations_list_response_data_connected_account_state import ( |
41 | 41 | DataIntegrationsListResponseDataConnectedAccountState as DataIntegrationsListResponseDataConnectedAccountState, |
|
48 | 48 | from .directory_user_with_groups_state import ( |
49 | 49 | DirectoryUserWithGroupsState as DirectoryUserWithGroupsState, |
50 | 50 | ) |
51 | | -from .generate_link_dto_intent import GenerateLinkDtoIntent as GenerateLinkDtoIntent |
| 51 | +from .generate_link_intent import GenerateLinkIntent as GenerateLinkIntent |
52 | 52 | from .invitation_state import InvitationState as InvitationState |
53 | 53 | from .list_data_type import ListDataType as ListDataType |
54 | | -from .organization_domain_data_dto_state import ( |
55 | | - OrganizationDomainDataDtoState as OrganizationDomainDataDtoState, |
| 54 | +from .organization_domain_data_state import ( |
| 55 | + OrganizationDomainDataState as OrganizationDomainDataState, |
56 | 56 | ) |
57 | 57 | from .organization_domain_stand_alone_state import ( |
58 | 58 | OrganizationDomainStandAloneState as OrganizationDomainStandAloneState, |
|
85 | 85 | from .radar_standalone_response_verdict import ( |
86 | 86 | RadarStandaloneResponseVerdict as RadarStandaloneResponseVerdict, |
87 | 87 | ) |
88 | | -from .resend_user_invite_options_dto_locale import ( |
89 | | - ResendUserInviteOptionsDtoLocale as ResendUserInviteOptionsDtoLocale, |
| 88 | +from .resend_user_invite_options_locale import ( |
| 89 | + ResendUserInviteOptionsLocale as ResendUserInviteOptionsLocale, |
90 | 90 | ) |
91 | 91 | from .role_type import RoleType as RoleType |
92 | | -from .update_user_dto_password_hash_type import ( |
93 | | - UpdateUserDtoPasswordHashType as UpdateUserDtoPasswordHashType, |
| 92 | +from .update_user_password_hash_type import ( |
| 93 | + UpdateUserPasswordHashType as UpdateUserPasswordHashType, |
94 | 94 | ) |
95 | | -from .update_webhook_endpoint_dto_events import ( |
96 | | - UpdateWebhookEndpointDtoEvents as UpdateWebhookEndpointDtoEvents, |
| 95 | +from .update_webhook_endpoint_events import ( |
| 96 | + UpdateWebhookEndpointEvents as UpdateWebhookEndpointEvents, |
97 | 97 | ) |
98 | | -from .update_webhook_endpoint_dto_status import ( |
99 | | - UpdateWebhookEndpointDtoStatus as UpdateWebhookEndpointDtoStatus, |
| 98 | +from .update_webhook_endpoint_status import ( |
| 99 | + UpdateWebhookEndpointStatus as UpdateWebhookEndpointStatus, |
100 | 100 | ) |
101 | 101 | from .user_identities_get_item_provider import ( |
102 | 102 | UserIdentitiesGetItemProvider as UserIdentitiesGetItemProvider, |
|
113 | 113 | from .webhook_endpoint_json_status import ( |
114 | 114 | WebhookEndpointJsonStatus as WebhookEndpointJsonStatus, |
115 | 115 | ) |
116 | | -from .widget_session_token_dto_scopes import ( |
117 | | - WidgetSessionTokenDtoScopes as WidgetSessionTokenDtoScopes, |
| 116 | +from .widget_session_token_scopes import ( |
| 117 | + WidgetSessionTokenScopes as WidgetSessionTokenScopes, |
118 | 118 | ) |
0 commit comments