@@ -19,22 +19,28 @@ generations:
1919 generator_versions:
2020 fernapi/fern-python-sdk: 5.12.10
2121 base_branch_head: 3b19ca9899d758100ca38524af2cb079832fdc56
22- current_generation: c1c18146c845e6c7916d0490f7ef02807f9bfebf
22+ - commit_sha: 812b8ca16fc2740001f9839ce5c88f85fed87c6e
23+ tree_hash: 24be5645b7a89574a130a72ceec1f410c757ae6c
24+ timestamp: 2026-05-19T12:25:04.138Z
25+ cli_version: unknown
26+ generator_versions:
27+ fernapi/fern-python-sdk: 5.12.10
28+ current_generation: 812b8ca16fc2740001f9839ce5c88f85fed87c6e
2329patches:
2430 - id: patch-4894603d
25- content_hash: sha256:2ca56f02c24fc60f076b081eb5d06f4848d08c24003b591d61421d753128b106
31+ content_hash: sha256:85d8e392938ef0338e526c1cc9abe95cc3b51986f1145d7b25ceef95605d282c
2632 original_commit: 4894603d03409962bc60a34712de8abffe919e2c
2733 original_message: "chore: Restore custom wiring in management/__init__.py"
2834 original_author: Kunal Dawar <kunal.dawar@okta.com>
29- base_generation: c1c18146c845e6c7916d0490f7ef02807f9bfebf
35+ base_generation: 812b8ca16fc2740001f9839ce5c88f85fed87c6e
3036 files:
3137 - src/auth0/management/__init__.py
3238 patch_content: |
3339 diff --git a/src/auth0/management/__init__.py b/src/auth0/management/__init__.py
34- index 2822ff3..e537579 100644
40+ index 46338c3..4fd6baf 100644
3541 --- a/src/auth0/management/__init__.py
3642 +++ b/src/auth0/management/__init__.py
37- @@ -2741 ,6 +2741 ,8 @@ if typing.TYPE_CHECKING:
43+ @@ -2743 ,6 +2743 ,8 @@ if typing.TYPE_CHECKING:
3844 from .environment import Auth0Environment
3945 from .event_streams import EventStreamsCreateRequest
4046 from .version import __version__
@@ -43,7 +49,7 @@ patches:
4349 _dynamic_imports: typing.Dict[str, str] = {
4450 "Action": ".types",
4551 "ActionBase": ".types",
46- @@ -2801 ,6 +2803 ,8 @@ _dynamic_imports: typing.Dict[str, str] = {
52+ @@ -2803 ,6 +2805 ,8 @@ _dynamic_imports: typing.Dict[str, str] = {
4753 "AssociateOrganizationClientGrantResponseContent": ".types",
4854 "AsyncApprovalNotificationsChannelsEnum": ".types",
4955 "AsyncAuth0": ".client",
@@ -52,37 +58,31 @@ patches:
5258 "AttackProtectionCaptchaArkoseResponseContent": ".types",
5359 "AttackProtectionCaptchaAuthChallengeRequest": ".types",
5460 "AttackProtectionCaptchaAuthChallengeResponseContent": ".types",
55- @@ -3756,9 +3760,9 @@ _dynamic_imports: typing.Dict[str, str] = {
56- "CreateVerificationEmailResponseContent": ".types",
57- "CreatedAuthenticationMethodTypeEnum": ".types",
58- "CreatedUserAuthenticationMethodTypeEnum": ".types",
59- - "CredentialDeviceTypeEnum": ".types",
61+ @@ -3761,6 +3765,7 @@ _dynamic_imports: typing.Dict[str, str] = {
62+ "CredentialDeviceTypeEnum": ".types",
6063 "CredentialId": ".types",
6164 "CustomDomain": ".types",
6265 + "CustomDomainHeader": ".management_client",
6366 "CustomDomainCustomClientIpHeader": ".types",
6467 "CustomDomainCustomClientIpHeaderEnum": ".types",
6568 "CustomDomainProvisioningTypeEnum": ".types",
66- @@ -5016 ,6 +5020 ,7 @@ _dynamic_imports: typing.Dict[str, str] = {
69+ @@ -5020 ,6 +5025 ,7 @@ _dynamic_imports: typing.Dict[str, str] = {
6770 "LogStreamSumoEnum": ".types",
6871 "LogStreamSumoResponseSchema": ".types",
6972 "LogStreamSumoSink": ".types",
7073 + "ManagementClient": ".management_client",
7174 "MdlPresentationProperties": ".types",
7275 "MdlPresentationRequest": ".types",
7376 "MdlPresentationRequestProperties": ".types",
74- @@ -5242,9 +5247,9 @@ _dynamic_imports: typing.Dict[str, str] = {
77+ @@ -5246,6 +5252,7 @@ _dynamic_imports: typing.Dict[str, str] = {
7578 "TokenQuota": ".types",
7679 "TokenQuotaClientCredentials": ".types",
7780 "TokenQuotaConfiguration": ".types",
7881 + "TokenProvider": ".token_provider",
7982 "TooManyRequestsError": ".errors",
8083 "TooManyRequestsSchema": ".types",
81- - "TooManyRequestsSchemaError": ".types",
82- "TwilioProviderConfiguration": ".types",
83- "TwilioProviderCredentials": ".types",
84- "TwilioProviderDeliveryMethodEnum": ".types",
85- @@ -5557,6 +5562,8 @@ __all__ = [
84+ "TooManyRequestsSchemaError": ".types",
85+ @@ -5561,6 +5568,8 @@ __all__ = [
8686 "AssociateOrganizationClientGrantResponseContent",
8787 "AsyncApprovalNotificationsChannelsEnum",
8888 "AsyncAuth0",
@@ -91,18 +91,15 @@ patches:
9191 "AttackProtectionCaptchaArkoseResponseContent",
9292 "AttackProtectionCaptchaAuthChallengeRequest",
9393 "AttackProtectionCaptchaAuthChallengeResponseContent",
94- @@ -7769,9 +7776,9 @@ __all__ = [
95- "LogStreamSplunkResponseSchema",
96- "LogStreamSplunkSink",
97- "LogStreamStatusEnum",
98- - "LogStreamSumoEnum",
94+ @@ -7778,6 +7787,7 @@ __all__ = [
95+ "LogStreamSumoEnum",
9996 "LogStreamSumoResponseSchema",
10097 "LogStreamSumoSink",
10198 + "ManagementClient",
10299 "MdlPresentationProperties",
103100 "MdlPresentationRequest",
104101 "MdlPresentationRequestProperties",
105- @@ -7995 ,6 +8002 ,7 @@ __all__ = [
102+ @@ -8001 ,6 +8011 ,7 @@ __all__ = [
106103 "TestEventDataContent",
107104 "TokenExchangeProfileResponseContent",
108105 "TokenExchangeProfileTypeEnum",
@@ -1582,6 +1579,8 @@ patches:
15821579 ExpressConfiguration,
15831580 ExpressConfigurationOrNull,
15841581 ExtensibilityEmailProviderCredentials,
1582+ FedCmLogin,
1583+ FedCmLoginGoogle,
15851584 FederatedConnectionTokenSet,
15861585 FlowAction,
15871586 FlowActionActivecampaign,
@@ -4331,6 +4330,8 @@ patches:
43314330 "ExpressConfiguration": ".types",
43324331 "ExpressConfigurationOrNull": ".types",
43334332 "ExtensibilityEmailProviderCredentials": ".types",
4333+ "FedCmLogin": ".types",
4334+ "FedCmLoginGoogle": ".types",
43344335 "FederatedConnectionTokenSet": ".types",
43354336 "FlowAction": ".types",
43364337 "FlowActionActivecampaign": ".types",
@@ -7091,6 +7092,8 @@ patches:
70917092 "ExpressConfiguration",
70927093 "ExpressConfigurationOrNull",
70937094 "ExtensibilityEmailProviderCredentials",
7095+ "FedCmLogin",
7096+ "FedCmLoginGoogle",
70947097 "FederatedConnectionTokenSet",
70957098 "FlowAction",
70967099 "FlowActionActivecampaign",
@@ -8360,7 +8363,7 @@ patches:
83608363 original_commit: f182694f50720cacb568ff5c7a1894b0dd972373
83618364 original_message: "fix: Add top-level `py.typed` marker to resolve IDE import errors (#829)"
83628365 original_author: Snehil Kishore <snehil.kishore@okta.com>
8363- base_generation: c1c18146c845e6c7916d0490f7ef02807f9bfebf
8366+ base_generation: 812b8ca16fc2740001f9839ce5c88f85fed87c6e
83648367 files:
83658368 - src/auth0/py.typed
83668369 patch_content: |+
@@ -8419,7 +8422,7 @@ patches:
84198422 original_commit: 1026b4d84790f1037f99df904ddf58d68f944224
84208423 original_message: Release 5.4.0 (#838)
84218424 original_author: Snehil Kishore <snehil.kishore@okta.com>
8422- base_generation: c1c18146c845e6c7916d0490f7ef02807f9bfebf
8425+ base_generation: 812b8ca16fc2740001f9839ce5c88f85fed87c6e
84238426 files:
84248427 - .version
84258428 - CHANGELOG.md
0 commit comments