Skip to content

Commit 4894603

Browse files
chore: Restore custom wiring in management/__init__.py
1 parent e31399a commit 4894603

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/auth0/management/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2732,6 +2732,8 @@
27322732
from .environment import Auth0Environment
27332733
from .event_streams import EventStreamsCreateRequest
27342734
from .version import __version__
2735+
from .management_client import AsyncManagementClient, CustomDomainHeader, ManagementClient
2736+
from .token_provider import AsyncTokenProvider, TokenProvider
27352737
_dynamic_imports: typing.Dict[str, str] = {
27362738
"Action": ".types",
27372739
"ActionBase": ".types",
@@ -2792,6 +2794,8 @@
27922794
"AssociateOrganizationClientGrantResponseContent": ".types",
27932795
"AsyncApprovalNotificationsChannelsEnum": ".types",
27942796
"AsyncAuth0": ".client",
2797+
"AsyncManagementClient": ".management_client",
2798+
"AsyncTokenProvider": ".token_provider",
27952799
"AttackProtectionCaptchaArkoseResponseContent": ".types",
27962800
"AttackProtectionCaptchaAuthChallengeRequest": ".types",
27972801
"AttackProtectionCaptchaAuthChallengeResponseContent": ".types",
@@ -3747,6 +3751,7 @@
37473751
"CreatedUserAuthenticationMethodTypeEnum": ".types",
37483752
"CredentialId": ".types",
37493753
"CustomDomain": ".types",
3754+
"CustomDomainHeader": ".management_client",
37503755
"CustomDomainCustomClientIpHeader": ".types",
37513756
"CustomDomainCustomClientIpHeaderEnum": ".types",
37523757
"CustomDomainProvisioningTypeEnum": ".types",
@@ -5002,6 +5007,7 @@
50025007
"LogStreamSumoEnum": ".types",
50035008
"LogStreamSumoResponseSchema": ".types",
50045009
"LogStreamSumoSink": ".types",
5010+
"ManagementClient": ".management_client",
50055011
"MdlPresentationProperties": ".types",
50065012
"MdlPresentationRequest": ".types",
50075013
"MdlPresentationRequestProperties": ".types",
@@ -5228,6 +5234,7 @@
52285234
"TokenQuota": ".types",
52295235
"TokenQuotaClientCredentials": ".types",
52305236
"TokenQuotaConfiguration": ".types",
5237+
"TokenProvider": ".token_provider",
52315238
"TooManyRequestsError": ".errors",
52325239
"TwilioProviderConfiguration": ".types",
52335240
"TwilioProviderCredentials": ".types",
@@ -5539,6 +5546,7 @@ def __dir__():
55395546
"AssociateOrganizationClientGrantResponseContent",
55405547
"AsyncApprovalNotificationsChannelsEnum",
55415548
"AsyncAuth0",
5549+
"AsyncManagementClient",
55425550
"AttackProtectionCaptchaArkoseResponseContent",
55435551
"AttackProtectionCaptchaAuthChallengeRequest",
55445552
"AttackProtectionCaptchaAuthChallengeResponseContent",
@@ -6494,6 +6502,7 @@ def __dir__():
64946502
"CreatedUserAuthenticationMethodTypeEnum",
64956503
"CredentialId",
64966504
"CustomDomain",
6505+
"CustomDomainHeader",
64976506
"CustomDomainCustomClientIpHeader",
64986507
"CustomDomainCustomClientIpHeaderEnum",
64996508
"CustomDomainProvisioningTypeEnum",
@@ -7749,6 +7758,7 @@ def __dir__():
77497758
"LogStreamSumoEnum",
77507759
"LogStreamSumoResponseSchema",
77517760
"LogStreamSumoSink",
7761+
"ManagementClient",
77527762
"MdlPresentationProperties",
77537763
"MdlPresentationRequest",
77547764
"MdlPresentationRequestProperties",

0 commit comments

Comments
 (0)