workos 5.38.1__tar.gz → 5.39.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {workos-5.38.1 → workos-5.39.0}/PKG-INFO +1 -1
- {workos-5.38.1 → workos-5.39.0}/pyproject.toml +6 -1
- {workos-5.38.1 → workos-5.39.0}/src/workos/directory_sync.py +8 -8
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/directory_sync/list_filters.py +4 -4
- {workos-5.38.1 → workos-5.39.0}/README.md +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/_base_client.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/_client_configuration.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/api_keys.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/async_client.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/audit_logs.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/client.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/events.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/exceptions.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/fga.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/mfa.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/organization_domains.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/organizations.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/passwordless.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/pipes.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/portal.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/py.typed +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/session.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/sso.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/api_keys/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/api_keys/api_keys.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/audit_logs/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/audit_logs/audit_log_event.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/audit_logs/audit_log_event_actor.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/audit_logs/audit_log_event_context.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/audit_logs/audit_log_event_target.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/audit_logs/audit_log_export.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/audit_logs/audit_log_metadata.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/directory_sync/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/directory_sync/directory.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/directory_sync/directory_group.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/directory_sync/directory_state.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/directory_sync/directory_type.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/directory_sync/directory_user.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/events/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/events/authentication_payload.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/events/connection_payload_with_legacy_fields.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/events/directory_group_membership_payload.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/events/directory_group_with_previous_attributes.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/events/directory_payload.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/events/directory_payload_with_legacy_fields.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/events/directory_user_with_previous_attributes.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/events/event.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/events/event_model.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/events/event_type.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/events/list_filters.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/events/organization_domain_verification_failed_payload.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/events/previous_attributes.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/events/session_payload.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/feature_flags/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/feature_flags/feature_flag.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/feature_flags/list_filters.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/fga/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/fga/authorization_resource_types.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/fga/authorization_resources.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/fga/check.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/fga/list_filters.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/fga/warnings.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/fga/warrant.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/list_resource.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/metadata.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/mfa/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/mfa/authentication_challenge.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/mfa/authentication_challenge_verification_response.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/mfa/authentication_factor.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/mfa/authentication_factor_totp_and_challenge_response.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/mfa/enroll_authentication_factor_type.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/organization_domains/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/organization_domains/organization_domain.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/organizations/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/organizations/domain_data_input.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/organizations/list_filters.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/organizations/organization.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/organizations/organization_common.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/passwordless/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/passwordless/passwordless_session.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/passwordless/passwordless_session_type.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/pipes/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/pipes/pipes.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/portal/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/portal/portal_link.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/portal/portal_link_intent.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/portal/portal_link_intent_options.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/roles/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/roles/role.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/sso/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/sso/connection.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/sso/connection_domain.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/sso/profile.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/sso/sso_provider_type.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/user_management/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/user_management/authenticate_with_common.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/user_management/authentication_response.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/user_management/email_verification.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/user_management/impersonator.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/user_management/invitation.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/user_management/list_filters.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/user_management/magic_auth.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/user_management/oauth_tokens.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/user_management/organization_membership.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/user_management/password_hash_type.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/user_management/password_reset.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/user_management/screen_hint.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/user_management/session.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/user_management/user.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/user_management/user_management_provider_type.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/vault/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/vault/key.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/vault/object.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/webhooks/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/webhooks/webhook.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/webhooks/webhook_model.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/webhooks/webhook_payload.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/widgets/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/widgets/widget_scope.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/widgets/widget_token_response.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/types/workos_model.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/typing/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/typing/literals.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/typing/sync_or_async.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/typing/untyped_literal.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/typing/webhooks.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/user_management.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/utils/__init__.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/utils/_base_http_client.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/utils/crypto_provider.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/utils/http_client.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/utils/pagination_order.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/utils/request_helper.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/vault.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/webhooks.py +0 -0
- {workos-5.38.1 → workos-5.39.0}/src/workos/widgets.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "workos"
|
|
3
|
-
version = "5.
|
|
3
|
+
version = "5.39.0"
|
|
4
4
|
description = "WorkOS Python Client"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = "MIT"
|
|
@@ -25,6 +25,7 @@ dev = [
|
|
|
25
25
|
{ include-group = "test" },
|
|
26
26
|
{ include-group = "lint" },
|
|
27
27
|
{ include-group = "type_check" },
|
|
28
|
+
{ include-group = "nox" },
|
|
28
29
|
]
|
|
29
30
|
test = [
|
|
30
31
|
"pytest==8.3.4",
|
|
@@ -34,6 +35,10 @@ test = [
|
|
|
34
35
|
]
|
|
35
36
|
lint = ["ruff==0.14.5"]
|
|
36
37
|
type_check = ["mypy==1.14.1"]
|
|
38
|
+
nox = [
|
|
39
|
+
"nox>=2024.10.9 ; python_version >= '3.9'",
|
|
40
|
+
"nox-uv>=0.7.0 ; python_version >= '3.9'",
|
|
41
|
+
]
|
|
37
42
|
|
|
38
43
|
|
|
39
44
|
[tool.mypy]
|
|
@@ -184,9 +184,9 @@ class DirectorySync(DirectorySyncModule):
|
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
if group_id is not None:
|
|
187
|
-
list_params["
|
|
187
|
+
list_params["group_id"] = group_id
|
|
188
188
|
if directory_id is not None:
|
|
189
|
-
list_params["
|
|
189
|
+
list_params["directory_id"] = directory_id
|
|
190
190
|
|
|
191
191
|
response = self._http_client.request(
|
|
192
192
|
"directory_users",
|
|
@@ -218,9 +218,9 @@ class DirectorySync(DirectorySyncModule):
|
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
if user_id is not None:
|
|
221
|
-
list_params["
|
|
221
|
+
list_params["user_id"] = user_id
|
|
222
222
|
if directory_id is not None:
|
|
223
|
-
list_params["
|
|
223
|
+
list_params["directory_id"] = directory_id
|
|
224
224
|
|
|
225
225
|
response = self._http_client.request(
|
|
226
226
|
"directory_groups",
|
|
@@ -322,9 +322,9 @@ class AsyncDirectorySync(DirectorySyncModule):
|
|
|
322
322
|
}
|
|
323
323
|
|
|
324
324
|
if group_id is not None:
|
|
325
|
-
list_params["
|
|
325
|
+
list_params["group_id"] = group_id
|
|
326
326
|
if directory_id is not None:
|
|
327
|
-
list_params["
|
|
327
|
+
list_params["directory_id"] = directory_id
|
|
328
328
|
|
|
329
329
|
response = await self._http_client.request(
|
|
330
330
|
"directory_users",
|
|
@@ -355,9 +355,9 @@ class AsyncDirectorySync(DirectorySyncModule):
|
|
|
355
355
|
"order": order,
|
|
356
356
|
}
|
|
357
357
|
if user_id is not None:
|
|
358
|
-
list_params["
|
|
358
|
+
list_params["user_id"] = user_id
|
|
359
359
|
if directory_id is not None:
|
|
360
|
-
list_params["
|
|
360
|
+
list_params["directory_id"] = directory_id
|
|
361
361
|
|
|
362
362
|
response = await self._http_client.request(
|
|
363
363
|
"directory_groups",
|
|
@@ -12,10 +12,10 @@ class DirectoryUserListFilters(
|
|
|
12
12
|
ListArgs,
|
|
13
13
|
total=False,
|
|
14
14
|
):
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
group_id: Optional[str]
|
|
16
|
+
directory_id: Optional[str]
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
class DirectoryGroupListFilters(ListArgs, total=False):
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
user_id: Optional[str]
|
|
21
|
+
directory_id: Optional[str]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{workos-5.38.1 → workos-5.39.0}/src/workos/types/events/connection_payload_with_legacy_fields.py
RENAMED
|
File without changes
|
{workos-5.38.1 → workos-5.39.0}/src/workos/types/events/directory_group_membership_payload.py
RENAMED
|
File without changes
|
{workos-5.38.1 → workos-5.39.0}/src/workos/types/events/directory_group_with_previous_attributes.py
RENAMED
|
File without changes
|
|
File without changes
|
{workos-5.38.1 → workos-5.39.0}/src/workos/types/events/directory_payload_with_legacy_fields.py
RENAMED
|
File without changes
|
{workos-5.38.1 → workos-5.39.0}/src/workos/types/events/directory_user_with_previous_attributes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{workos-5.38.1 → workos-5.39.0}/src/workos/types/organization_domains/organization_domain.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{workos-5.38.1 → workos-5.39.0}/src/workos/types/user_management/authenticate_with_common.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{workos-5.38.1 → workos-5.39.0}/src/workos/types/user_management/user_management_provider_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|