workos 5.31.0__tar.gz → 5.31.1__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.31.0 → workos-5.31.1}/PKG-INFO +1 -1
- {workos-5.31.0 → workos-5.31.1}/tests/test_user_management_revoke_session.py +2 -23
- {workos-5.31.0 → workos-5.31.1}/workos/__about__.py +1 -1
- {workos-5.31.0 → workos-5.31.1}/workos/user_management.py +5 -11
- {workos-5.31.0 → workos-5.31.1}/workos.egg-info/PKG-INFO +1 -1
- {workos-5.31.0 → workos-5.31.1}/LICENSE +0 -0
- {workos-5.31.0 → workos-5.31.1}/README.md +0 -0
- {workos-5.31.0 → workos-5.31.1}/setup.cfg +0 -0
- {workos-5.31.0 → workos-5.31.1}/setup.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_async_http_client.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_audit_logs.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_client.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_directory_sync.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_events.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_fga.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_mfa.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_organization_domains.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_organizations.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_passwordless.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_portal.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_session.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_sso.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_sync_http_client.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_user_management.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_user_management_list_sessions.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_vault.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_webhooks.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/tests/test_widgets.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/_base_client.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/_client_configuration.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/async_client.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/audit_logs.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/client.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/directory_sync.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/events.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/exceptions.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/fga.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/mfa.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/organization_domains.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/organizations.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/passwordless.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/portal.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/py.typed +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/session.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/sso.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/audit_logs/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/audit_logs/audit_log_event.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/audit_logs/audit_log_event_actor.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/audit_logs/audit_log_event_context.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/audit_logs/audit_log_event_target.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/audit_logs/audit_log_export.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/audit_logs/audit_log_metadata.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/directory_sync/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/directory_sync/directory.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/directory_sync/directory_group.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/directory_sync/directory_state.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/directory_sync/directory_type.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/directory_sync/directory_user.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/directory_sync/list_filters.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/events/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/events/authentication_payload.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/events/connection_payload_with_legacy_fields.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/events/directory_group_membership_payload.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/events/directory_group_with_previous_attributes.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/events/directory_payload.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/events/directory_payload_with_legacy_fields.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/events/directory_user_with_previous_attributes.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/events/event.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/events/event_model.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/events/event_type.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/events/list_filters.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/events/organization_domain_verification_failed_payload.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/events/previous_attributes.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/events/session_created_payload.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/feature_flags/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/feature_flags/feature_flag.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/feature_flags/list_filters.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/fga/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/fga/authorization_resource_types.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/fga/authorization_resources.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/fga/check.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/fga/list_filters.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/fga/warnings.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/fga/warrant.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/list_resource.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/metadata.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/mfa/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/mfa/authentication_challenge.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/mfa/authentication_challenge_verification_response.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/mfa/authentication_factor.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/mfa/authentication_factor_totp_and_challenge_response.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/mfa/enroll_authentication_factor_type.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/organization_domains/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/organization_domains/organization_domain.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/organizations/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/organizations/domain_data_input.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/organizations/list_filters.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/organizations/organization.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/organizations/organization_common.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/passwordless/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/passwordless/passwordless_session.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/passwordless/passwordless_session_type.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/portal/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/portal/portal_link.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/portal/portal_link_intent.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/portal/portal_link_intent_options.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/roles/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/roles/role.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/sso/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/sso/connection.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/sso/connection_domain.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/sso/profile.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/sso/sso_provider_type.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/user_management/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/user_management/authenticate_with_common.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/user_management/authentication_response.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/user_management/email_verification.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/user_management/impersonator.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/user_management/invitation.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/user_management/list_filters.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/user_management/magic_auth.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/user_management/oauth_tokens.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/user_management/organization_membership.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/user_management/password_hash_type.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/user_management/password_reset.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/user_management/screen_hint.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/user_management/session.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/user_management/user.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/user_management/user_management_provider_type.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/vault/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/vault/key.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/vault/object.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/webhooks/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/webhooks/webhook.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/webhooks/webhook_model.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/webhooks/webhook_payload.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/widgets/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/widgets/widget_scope.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/widgets/widget_token_response.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/types/workos_model.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/typing/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/typing/literals.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/typing/sync_or_async.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/typing/untyped_literal.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/typing/webhooks.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/utils/__init__.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/utils/_base_http_client.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/utils/crypto_provider.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/utils/http_client.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/utils/pagination_order.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/utils/request_helper.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/vault.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/webhooks.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos/widgets.py +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos.egg-info/SOURCES.txt +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos.egg-info/dependency_links.txt +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos.egg-info/not-zip-safe +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos.egg-info/requires.txt +0 -0
- {workos-5.31.0 → workos-5.31.1}/workos.egg-info/top_level.txt +0 -0
|
@@ -6,24 +6,6 @@ from tests.utils.syncify import syncify
|
|
|
6
6
|
from workos.user_management import AsyncUserManagement, UserManagement
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
def _mock_session(id: str):
|
|
10
|
-
now = "2025-07-23T14:00:00.000Z"
|
|
11
|
-
return {
|
|
12
|
-
"object": "session",
|
|
13
|
-
"id": id,
|
|
14
|
-
"user_id": "user_123",
|
|
15
|
-
"organization_id": "org_123",
|
|
16
|
-
"status": "revoked",
|
|
17
|
-
"auth_method": "password",
|
|
18
|
-
"ip_address": "192.168.1.1",
|
|
19
|
-
"user_agent": "Mozilla/5.0",
|
|
20
|
-
"expires_at": "2025-07-23T15:00:00.000Z",
|
|
21
|
-
"ended_at": now,
|
|
22
|
-
"created_at": now,
|
|
23
|
-
"updated_at": now,
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
9
|
@pytest.mark.sync_and_async(UserManagement, AsyncUserManagement)
|
|
28
10
|
class TestUserManagementRevokeSession:
|
|
29
11
|
@pytest.fixture(autouse=True)
|
|
@@ -32,10 +14,7 @@ class TestUserManagementRevokeSession:
|
|
|
32
14
|
self.user_management = module_instance
|
|
33
15
|
|
|
34
16
|
def test_revoke_session(self, capture_and_mock_http_client_request):
|
|
35
|
-
|
|
36
|
-
request_kwargs = capture_and_mock_http_client_request(
|
|
37
|
-
self.http_client, mock, 200
|
|
38
|
-
)
|
|
17
|
+
request_kwargs = capture_and_mock_http_client_request(self.http_client, {}, 200)
|
|
39
18
|
|
|
40
19
|
response = syncify(
|
|
41
20
|
self.user_management.revoke_session(session_id="session_abc")
|
|
@@ -44,4 +23,4 @@ class TestUserManagementRevokeSession:
|
|
|
44
23
|
assert request_kwargs["url"].endswith("user_management/sessions/revoke")
|
|
45
24
|
assert request_kwargs["method"] == "post"
|
|
46
25
|
assert request_kwargs["json"] == {"session_id": "session_abc"}
|
|
47
|
-
assert response
|
|
26
|
+
assert response is None
|
|
@@ -739,9 +739,7 @@ class UserManagementModule(Protocol):
|
|
|
739
739
|
order: Optional[PaginationOrder] = "desc",
|
|
740
740
|
) -> SyncOrAsync["SessionsListResource"]: ...
|
|
741
741
|
|
|
742
|
-
def revoke_session(
|
|
743
|
-
self, *, session_id: str
|
|
744
|
-
) -> SyncOrAsync[UserManagementSession]: ...
|
|
742
|
+
def revoke_session(self, *, session_id: str) -> SyncOrAsync[None]: ...
|
|
745
743
|
|
|
746
744
|
def get_magic_auth(self, magic_auth_id: str) -> SyncOrAsync[MagicAuth]:
|
|
747
745
|
"""Get the details of a Magic Auth object.
|
|
@@ -1439,15 +1437,13 @@ class UserManagement(UserManagementModule):
|
|
|
1439
1437
|
**ListPage[UserManagementSession](**response).model_dump(),
|
|
1440
1438
|
)
|
|
1441
1439
|
|
|
1442
|
-
def revoke_session(self, *, session_id: str) ->
|
|
1440
|
+
def revoke_session(self, *, session_id: str) -> None:
|
|
1443
1441
|
json = {"session_id": session_id}
|
|
1444
1442
|
|
|
1445
|
-
|
|
1443
|
+
self._http_client.request(
|
|
1446
1444
|
SESSIONS_REVOKE_PATH, method=REQUEST_METHOD_POST, json=json
|
|
1447
1445
|
)
|
|
1448
1446
|
|
|
1449
|
-
return UserManagementSession.model_validate(response)
|
|
1450
|
-
|
|
1451
1447
|
def enroll_auth_factor(
|
|
1452
1448
|
self,
|
|
1453
1449
|
*,
|
|
@@ -2143,15 +2139,13 @@ class AsyncUserManagement(UserManagementModule):
|
|
|
2143
2139
|
**ListPage[UserManagementSession](**response).model_dump(),
|
|
2144
2140
|
)
|
|
2145
2141
|
|
|
2146
|
-
async def revoke_session(self, *, session_id: str) ->
|
|
2142
|
+
async def revoke_session(self, *, session_id: str) -> None:
|
|
2147
2143
|
json = {"session_id": session_id}
|
|
2148
2144
|
|
|
2149
|
-
|
|
2145
|
+
await self._http_client.request(
|
|
2150
2146
|
SESSIONS_REVOKE_PATH, method=REQUEST_METHOD_POST, json=json
|
|
2151
2147
|
)
|
|
2152
2148
|
|
|
2153
|
-
return UserManagementSession.model_validate(response)
|
|
2154
|
-
|
|
2155
2149
|
async def enroll_auth_factor(
|
|
2156
2150
|
self,
|
|
2157
2151
|
*,
|
|
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
|
|
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.31.0 → workos-5.31.1}/workos/types/events/connection_payload_with_legacy_fields.py
RENAMED
|
File without changes
|
|
File without changes
|
{workos-5.31.0 → workos-5.31.1}/workos/types/events/directory_group_with_previous_attributes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{workos-5.31.0 → workos-5.31.1}/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
|
{workos-5.31.0 → workos-5.31.1}/workos/types/mfa/authentication_challenge_verification_response.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
|
|
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.31.0 → workos-5.31.1}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|