workos 5.40.0__py3-none-any.whl → 5.40.1__py3-none-any.whl
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/types/user_management/invitation.py +1 -0
- workos/types/user_management/organization_membership.py +2 -1
- {workos-5.40.0.dist-info → workos-5.40.1.dist-info}/METADATA +1 -1
- {workos-5.40.0.dist-info → workos-5.40.1.dist-info}/RECORD +5 -5
- {workos-5.40.0.dist-info → workos-5.40.1.dist-info}/WHEEL +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
from typing import Literal,
|
|
1
|
+
from typing import Any, Literal, Mapping, Optional, Sequence
|
|
2
2
|
from typing_extensions import TypedDict
|
|
3
3
|
|
|
4
4
|
from workos.types.workos_model import WorkOSModel
|
|
@@ -21,5 +21,6 @@ class OrganizationMembership(WorkOSModel):
|
|
|
21
21
|
role: OrganizationMembershipRole
|
|
22
22
|
roles: Optional[Sequence[OrganizationMembershipRole]] = None
|
|
23
23
|
status: LiteralOrUntyped[OrganizationMembershipStatus]
|
|
24
|
+
custom_attributes: Mapping[str, Any]
|
|
24
25
|
created_at: str
|
|
25
26
|
updated_at: str
|
|
@@ -102,11 +102,11 @@ workos/types/user_management/authenticate_with_common.py,sha256=2mGRfIgoeX5Ee7c_
|
|
|
102
102
|
workos/types/user_management/authentication_response.py,sha256=2A6vU8FBEE7bXl5aULB-s80_xsR9caqC9tSr9Yq1NtE,1437
|
|
103
103
|
workos/types/user_management/email_verification.py,sha256=4EqlN7qZBVTZGKaU9WdCSdgFjOMZtkYWTolE-h_hTXA,399
|
|
104
104
|
workos/types/user_management/impersonator.py,sha256=_PAPYg_Q1M8wpwtnkQxuA2vtUIwvs_G30vYY91aqw8E,192
|
|
105
|
-
workos/types/user_management/invitation.py,sha256=
|
|
105
|
+
workos/types/user_management/invitation.py,sha256=qdQausiwLGCCJBUT8jEYYXoWVDPueFY24_SP0S8BLjQ,764
|
|
106
106
|
workos/types/user_management/list_filters.py,sha256=9QH4UbU28LaZ1iyiMs8H6heqbWpbCunD2MYmO_qA9pY,756
|
|
107
107
|
workos/types/user_management/magic_auth.py,sha256=Sda13_uMOC-hHlyGeOXNnCn-HrpwUmtrf2hO5ek9U98,359
|
|
108
108
|
workos/types/user_management/oauth_tokens.py,sha256=pANk6AyqyRq6hrOrJYQ9AHALVxUbqhGnggzD8PVV-Ew,468
|
|
109
|
-
workos/types/user_management/organization_membership.py,sha256=
|
|
109
|
+
workos/types/user_management/organization_membership.py,sha256=bURjhJngjJilLHGhxRT53GFlhA8SJQ3WdJ-Rs33-B8U,790
|
|
110
110
|
workos/types/user_management/password_hash_type.py,sha256=hT8UagiPJtYJn1pNouuCr8gzcksUDuTRZnyvzDh1vWw,128
|
|
111
111
|
workos/types/user_management/password_reset.py,sha256=-NJCfEh4Q1xS9fFXJaF_acYeuUc9POqERLh8urMhqt8,403
|
|
112
112
|
workos/types/user_management/screen_hint.py,sha256=DnPgvjRK-20i82v3YPzggna1rc6yOMyhiqwUdk01L3s,75
|
|
@@ -139,6 +139,6 @@ workos/utils/request_helper.py,sha256=9FgeDfz_hiHlbCkuo6bcBjSpdDM5ObRok9-G_jFedd
|
|
|
139
139
|
workos/vault.py,sha256=fe2OkFLVV1U4x9E78baWGksPIxg32decAuawEaJ63w4,16417
|
|
140
140
|
workos/webhooks.py,sha256=CuwBxh6va9VZFVSXOknveGt6CCGDF3em07a-J12DbXI,4790
|
|
141
141
|
workos/widgets.py,sha256=YAjiffcewHXcPx2kjScGs2-xZpmYsed33UQ6xDTqjJM,1720
|
|
142
|
-
workos-5.40.
|
|
143
|
-
workos-5.40.
|
|
144
|
-
workos-5.40.
|
|
142
|
+
workos-5.40.1.dist-info/WHEEL,sha256=eh7sammvW2TypMMMGKgsM83HyA_3qQ5Lgg3ynoecH3M,79
|
|
143
|
+
workos-5.40.1.dist-info/METADATA,sha256=1xvfkrr6x1yA4Q7_9eLhhSHSQyHJ3Um5lPmLFDGffdI,3348
|
|
144
|
+
workos-5.40.1.dist-info/RECORD,,
|
|
File without changes
|