Skip to content

Commit bf4df44

Browse files
fern-api[bot]developerkunal
authored andcommitted
[fern-generated] Update SDK
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 5.14.3
1 parent d381cbf commit bf4df44

108 files changed

Lines changed: 2229 additions & 1515 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

reference.md

Lines changed: 277 additions & 269 deletions
Large diffs are not rendered by default.

src/auth0/management/__init__.py

Lines changed: 63 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,7 @@
9696
BotDetectionMonitoringModeEnabled,
9797
BrandingColors,
9898
BrandingFont,
99-
BrandingIdentifiers,
100-
BrandingLoginDisplayEnum,
10199
BrandingPageBackground,
102-
BrandingPhoneDisplay,
103-
BrandingPhoneFormattingEnum,
104-
BrandingPhoneMaskingEnum,
105100
BrandingThemeBorders,
106101
BrandingThemeBordersButtonsStyleEnum,
107102
BrandingThemeBordersInputsStyleEnum,
@@ -406,6 +401,7 @@
406401
ConnectionId,
407402
ConnectionIdTokenEncryptionAlgValuesSupported,
408403
ConnectionIdTokenEncryptionEncValuesSupported,
404+
ConnectionIdTokenSessionExpirySupported,
409405
ConnectionIdTokenSignedResponseAlgEnum,
410406
ConnectionIdTokenSignedResponseAlgs,
411407
ConnectionIdTokenSigningAlgValuesSupported,
@@ -762,6 +758,7 @@
762758
ConnectionWaadProtocol,
763759
ConnectionWaadProtocolEnumAzureAd,
764760
ConnectionsMetadata,
761+
ContentSecurityPolicyConfig,
765762
CreateActionModuleResponseContent,
766763
CreateActionModuleVersionResponseContent,
767764
CreateActionResponseContent,
@@ -1018,6 +1015,18 @@
10181015
CreatedUserAuthenticationMethodTypeEnum,
10191016
CredentialDeviceTypeEnum,
10201017
CredentialId,
1018+
CspDirectives,
1019+
CspFlag,
1020+
CspFlags,
1021+
CspPolicies,
1022+
CspPolicy,
1023+
CspPolicyMode,
1024+
CspPolicyReporting,
1025+
CspReportTo,
1026+
CspReportToEndpoint,
1027+
CspReportToEndpoints,
1028+
CspReportingEndpoints,
1029+
CspReportingInfrastructure,
10211030
CustomDomain,
10221031
CustomDomainCustomClientIpHeader,
10231032
CustomDomainCustomClientIpHeaderEnum,
@@ -2504,13 +2513,18 @@
25042513
SynchronizeGroupsEnum,
25052514
SynchronizedGroupPayload,
25062515
TenantOidcLogoutSettings,
2516+
TenantSettingsCountryCodes,
2517+
TenantSettingsCountryCodesMode,
2518+
TenantSettingsCountryCodesModeResponse,
2519+
TenantSettingsCountryCodesResponse,
25072520
TenantSettingsDeviceFlow,
25082521
TenantSettingsDeviceFlowCharset,
25092522
TenantSettingsDynamicClientRegistrationSecurityMode,
25102523
TenantSettingsErrorPage,
25112524
TenantSettingsFlags,
25122525
TenantSettingsGuardianPage,
25132526
TenantSettingsMtls,
2527+
TenantSettingsNullableSecurityHeaders,
25142528
TenantSettingsPasswordPage,
25152529
TenantSettingsResourceParameterProfile,
25162530
TenantSettingsSessions,
@@ -2541,12 +2555,7 @@
25412555
UpdateBotDetectionSettingsResponseContent,
25422556
UpdateBrandingColors,
25432557
UpdateBrandingFont,
2544-
UpdateBrandingIdentifiers,
2545-
UpdateBrandingLoginDisplayEnum,
25462558
UpdateBrandingPageBackground,
2547-
UpdateBrandingPhoneDisplay,
2548-
UpdateBrandingPhoneFormattingEnum,
2549-
UpdateBrandingPhoneMaskingEnum,
25502559
UpdateBrandingPhoneProviderResponseContent,
25512560
UpdateBrandingResponseContent,
25522561
UpdateBrandingThemeResponseContent,
@@ -2716,6 +2725,8 @@
27162725
VerifyEmailTicketResponseContent,
27172726
X509CertificateCredential,
27182727
X509CertificateCredentialTypeEnum,
2728+
XssProtectionConfig,
2729+
XssProtectionMode,
27192730
)
27202731
from .errors import (
27212732
BadRequestError,
@@ -2783,8 +2794,6 @@
27832794
from .environment import Auth0Environment
27842795
from .event_streams import EventStreamsCreateRequest
27852796
from .version import __version__
2786-
from .management_client import AsyncManagementClient, CustomDomainHeader, ManagementClient
2787-
from .token_provider import AsyncTokenProvider, TokenProvider
27882797
_dynamic_imports: typing.Dict[str, str] = {
27892798
"Action": ".types",
27902799
"ActionBase": ".types",
@@ -2845,8 +2854,6 @@
28452854
"AssociateOrganizationClientGrantResponseContent": ".types",
28462855
"AsyncApprovalNotificationsChannelsEnum": ".types",
28472856
"AsyncAuth0": ".client",
2848-
"AsyncManagementClient": ".management_client",
2849-
"AsyncTokenProvider": ".token_provider",
28502857
"AttackProtectionCaptchaArkoseResponseContent": ".types",
28512858
"AttackProtectionCaptchaAuthChallengeRequest": ".types",
28522859
"AttackProtectionCaptchaAuthChallengeResponseContent": ".types",
@@ -2881,12 +2888,7 @@
28812888
"BotDetectionMonitoringModeEnabled": ".types",
28822889
"BrandingColors": ".types",
28832890
"BrandingFont": ".types",
2884-
"BrandingIdentifiers": ".types",
2885-
"BrandingLoginDisplayEnum": ".types",
28862891
"BrandingPageBackground": ".types",
2887-
"BrandingPhoneDisplay": ".types",
2888-
"BrandingPhoneFormattingEnum": ".types",
2889-
"BrandingPhoneMaskingEnum": ".types",
28902892
"BrandingThemeBorders": ".types",
28912893
"BrandingThemeBordersButtonsStyleEnum": ".types",
28922894
"BrandingThemeBordersInputsStyleEnum": ".types",
@@ -3192,6 +3194,7 @@
31923194
"ConnectionId": ".types",
31933195
"ConnectionIdTokenEncryptionAlgValuesSupported": ".types",
31943196
"ConnectionIdTokenEncryptionEncValuesSupported": ".types",
3197+
"ConnectionIdTokenSessionExpirySupported": ".types",
31953198
"ConnectionIdTokenSignedResponseAlgEnum": ".types",
31963199
"ConnectionIdTokenSignedResponseAlgs": ".types",
31973200
"ConnectionIdTokenSigningAlgValuesSupported": ".types",
@@ -3548,6 +3551,7 @@
35483551
"ConnectionWaadProtocol": ".types",
35493552
"ConnectionWaadProtocolEnumAzureAd": ".types",
35503553
"ConnectionsMetadata": ".types",
3554+
"ContentSecurityPolicyConfig": ".types",
35513555
"ContentTooLargeError": ".errors",
35523556
"CreateActionModuleResponseContent": ".types",
35533557
"CreateActionModuleVersionResponseContent": ".types",
@@ -3805,8 +3809,19 @@
38053809
"CreatedUserAuthenticationMethodTypeEnum": ".types",
38063810
"CredentialDeviceTypeEnum": ".types",
38073811
"CredentialId": ".types",
3812+
"CspDirectives": ".types",
3813+
"CspFlag": ".types",
3814+
"CspFlags": ".types",
3815+
"CspPolicies": ".types",
3816+
"CspPolicy": ".types",
3817+
"CspPolicyMode": ".types",
3818+
"CspPolicyReporting": ".types",
3819+
"CspReportTo": ".types",
3820+
"CspReportToEndpoint": ".types",
3821+
"CspReportToEndpoints": ".types",
3822+
"CspReportingEndpoints": ".types",
3823+
"CspReportingInfrastructure": ".types",
38083824
"CustomDomain": ".types",
3809-
"CustomDomainHeader": ".management_client",
38103825
"CustomDomainCustomClientIpHeader": ".types",
38113826
"CustomDomainCustomClientIpHeaderEnum": ".types",
38123827
"CustomDomainProvisioningTypeEnum": ".types",
@@ -5078,7 +5093,6 @@
50785093
"LogStreamSumoEnum": ".types",
50795094
"LogStreamSumoResponseSchema": ".types",
50805095
"LogStreamSumoSink": ".types",
5081-
"ManagementClient": ".management_client",
50825096
"MdlPresentationProperties": ".types",
50835097
"MdlPresentationRequest": ".types",
50845098
"MdlPresentationRequestProperties": ".types",
@@ -5303,13 +5317,18 @@
53035317
"SynchronizeGroupsEnum": ".types",
53045318
"SynchronizedGroupPayload": ".types",
53055319
"TenantOidcLogoutSettings": ".types",
5320+
"TenantSettingsCountryCodes": ".types",
5321+
"TenantSettingsCountryCodesMode": ".types",
5322+
"TenantSettingsCountryCodesModeResponse": ".types",
5323+
"TenantSettingsCountryCodesResponse": ".types",
53065324
"TenantSettingsDeviceFlow": ".types",
53075325
"TenantSettingsDeviceFlowCharset": ".types",
53085326
"TenantSettingsDynamicClientRegistrationSecurityMode": ".types",
53095327
"TenantSettingsErrorPage": ".types",
53105328
"TenantSettingsFlags": ".types",
53115329
"TenantSettingsGuardianPage": ".types",
53125330
"TenantSettingsMtls": ".types",
5331+
"TenantSettingsNullableSecurityHeaders": ".types",
53135332
"TenantSettingsPasswordPage": ".types",
53145333
"TenantSettingsResourceParameterProfile": ".types",
53155334
"TenantSettingsSessions": ".types",
@@ -5324,7 +5343,6 @@
53245343
"TokenQuota": ".types",
53255344
"TokenQuotaClientCredentials": ".types",
53265345
"TokenQuotaConfiguration": ".types",
5327-
"TokenProvider": ".token_provider",
53285346
"TooManyRequestsError": ".errors",
53295347
"TooManyRequestsSchema": ".types",
53305348
"TooManyRequestsSchemaError": ".types",
@@ -5343,12 +5361,7 @@
53435361
"UpdateBotDetectionSettingsResponseContent": ".types",
53445362
"UpdateBrandingColors": ".types",
53455363
"UpdateBrandingFont": ".types",
5346-
"UpdateBrandingIdentifiers": ".types",
5347-
"UpdateBrandingLoginDisplayEnum": ".types",
53485364
"UpdateBrandingPageBackground": ".types",
5349-
"UpdateBrandingPhoneDisplay": ".types",
5350-
"UpdateBrandingPhoneFormattingEnum": ".types",
5351-
"UpdateBrandingPhoneMaskingEnum": ".types",
53525365
"UpdateBrandingPhoneProviderResponseContent": ".types",
53535366
"UpdateBrandingResponseContent": ".types",
53545367
"UpdateBrandingThemeResponseContent": ".types",
@@ -5518,6 +5531,8 @@
55185531
"VerifyEmailTicketResponseContent": ".types",
55195532
"X509CertificateCredential": ".types",
55205533
"X509CertificateCredentialTypeEnum": ".types",
5534+
"XssProtectionConfig": ".types",
5535+
"XssProtectionMode": ".types",
55215536
"__version__": ".version",
55225537
"actions": ".actions",
55235538
"anomaly": ".anomaly",
@@ -5648,8 +5663,6 @@ def __dir__():
56485663
"AssociateOrganizationClientGrantResponseContent",
56495664
"AsyncApprovalNotificationsChannelsEnum",
56505665
"AsyncAuth0",
5651-
"AsyncManagementClient",
5652-
"AsyncTokenProvider",
56535666
"AttackProtectionCaptchaArkoseResponseContent",
56545667
"AttackProtectionCaptchaAuthChallengeRequest",
56555668
"AttackProtectionCaptchaAuthChallengeResponseContent",
@@ -5684,12 +5697,7 @@ def __dir__():
56845697
"BotDetectionMonitoringModeEnabled",
56855698
"BrandingColors",
56865699
"BrandingFont",
5687-
"BrandingIdentifiers",
5688-
"BrandingLoginDisplayEnum",
56895700
"BrandingPageBackground",
5690-
"BrandingPhoneDisplay",
5691-
"BrandingPhoneFormattingEnum",
5692-
"BrandingPhoneMaskingEnum",
56935701
"BrandingThemeBorders",
56945702
"BrandingThemeBordersButtonsStyleEnum",
56955703
"BrandingThemeBordersInputsStyleEnum",
@@ -5995,6 +6003,7 @@ def __dir__():
59956003
"ConnectionId",
59966004
"ConnectionIdTokenEncryptionAlgValuesSupported",
59976005
"ConnectionIdTokenEncryptionEncValuesSupported",
6006+
"ConnectionIdTokenSessionExpirySupported",
59986007
"ConnectionIdTokenSignedResponseAlgEnum",
59996008
"ConnectionIdTokenSignedResponseAlgs",
60006009
"ConnectionIdTokenSigningAlgValuesSupported",
@@ -6351,6 +6360,7 @@ def __dir__():
63516360
"ConnectionWaadProtocol",
63526361
"ConnectionWaadProtocolEnumAzureAd",
63536362
"ConnectionsMetadata",
6363+
"ContentSecurityPolicyConfig",
63546364
"ContentTooLargeError",
63556365
"CreateActionModuleResponseContent",
63566366
"CreateActionModuleVersionResponseContent",
@@ -6608,6 +6618,18 @@ def __dir__():
66086618
"CreatedUserAuthenticationMethodTypeEnum",
66096619
"CredentialDeviceTypeEnum",
66106620
"CredentialId",
6621+
"CspDirectives",
6622+
"CspFlag",
6623+
"CspFlags",
6624+
"CspPolicies",
6625+
"CspPolicy",
6626+
"CspPolicyMode",
6627+
"CspPolicyReporting",
6628+
"CspReportTo",
6629+
"CspReportToEndpoint",
6630+
"CspReportToEndpoints",
6631+
"CspReportingEndpoints",
6632+
"CspReportingInfrastructure",
66116633
"CustomDomain",
66126634
"CustomDomainCustomClientIpHeader",
66136635
"CustomDomainCustomClientIpHeaderEnum",
@@ -7880,7 +7902,6 @@ def __dir__():
78807902
"LogStreamSumoEnum",
78817903
"LogStreamSumoResponseSchema",
78827904
"LogStreamSumoSink",
7883-
"ManagementClient",
78847905
"MdlPresentationProperties",
78857906
"MdlPresentationRequest",
78867907
"MdlPresentationRequestProperties",
@@ -8105,13 +8126,18 @@ def __dir__():
81058126
"SynchronizeGroupsEnum",
81068127
"SynchronizedGroupPayload",
81078128
"TenantOidcLogoutSettings",
8129+
"TenantSettingsCountryCodes",
8130+
"TenantSettingsCountryCodesMode",
8131+
"TenantSettingsCountryCodesModeResponse",
8132+
"TenantSettingsCountryCodesResponse",
81088133
"TenantSettingsDeviceFlow",
81098134
"TenantSettingsDeviceFlowCharset",
81108135
"TenantSettingsDynamicClientRegistrationSecurityMode",
81118136
"TenantSettingsErrorPage",
81128137
"TenantSettingsFlags",
81138138
"TenantSettingsGuardianPage",
81148139
"TenantSettingsMtls",
8140+
"TenantSettingsNullableSecurityHeaders",
81158141
"TenantSettingsPasswordPage",
81168142
"TenantSettingsResourceParameterProfile",
81178143
"TenantSettingsSessions",
@@ -8123,7 +8149,6 @@ def __dir__():
81238149
"TestEventDataContent",
81248150
"TokenExchangeProfileResponseContent",
81258151
"TokenExchangeProfileTypeEnum",
8126-
"TokenProvider",
81278152
"TokenQuota",
81288153
"TokenQuotaClientCredentials",
81298154
"TokenQuotaConfiguration",
@@ -8145,12 +8170,7 @@ def __dir__():
81458170
"UpdateBotDetectionSettingsResponseContent",
81468171
"UpdateBrandingColors",
81478172
"UpdateBrandingFont",
8148-
"UpdateBrandingIdentifiers",
8149-
"UpdateBrandingLoginDisplayEnum",
81508173
"UpdateBrandingPageBackground",
8151-
"UpdateBrandingPhoneDisplay",
8152-
"UpdateBrandingPhoneFormattingEnum",
8153-
"UpdateBrandingPhoneMaskingEnum",
81548174
"UpdateBrandingPhoneProviderResponseContent",
81558175
"UpdateBrandingResponseContent",
81568176
"UpdateBrandingThemeResponseContent",
@@ -8320,6 +8340,8 @@ def __dir__():
83208340
"VerifyEmailTicketResponseContent",
83218341
"X509CertificateCredential",
83228342
"X509CertificateCredentialTypeEnum",
8343+
"XssProtectionConfig",
8344+
"XssProtectionMode",
83238345
"__version__",
83248346
"actions",
83258347
"anomaly",

src/auth0/management/branding/client.py

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from ..types.get_branding_response_content import GetBrandingResponseContent
1010
from ..types.update_branding_colors import UpdateBrandingColors
1111
from ..types.update_branding_font import UpdateBrandingFont
12-
from ..types.update_branding_identifiers import UpdateBrandingIdentifiers
1312
from ..types.update_branding_response_content import UpdateBrandingResponseContent
1413
from .raw_client import AsyncRawBrandingClient, RawBrandingClient
1514

@@ -72,7 +71,6 @@ def update(
7271
colors: typing.Optional[UpdateBrandingColors] = OMIT,
7372
favicon_url: typing.Optional[str] = OMIT,
7473
logo_url: typing.Optional[str] = OMIT,
75-
identifiers: typing.Optional[UpdateBrandingIdentifiers] = OMIT,
7674
font: typing.Optional[UpdateBrandingFont] = OMIT,
7775
request_options: typing.Optional[RequestOptions] = None,
7876
) -> UpdateBrandingResponseContent:
@@ -89,8 +87,6 @@ def update(
8987
logo_url : typing.Optional[str]
9088
URL for the logo. Must use HTTPS.
9189
92-
identifiers : typing.Optional[UpdateBrandingIdentifiers]
93-
9490
font : typing.Optional[UpdateBrandingFont]
9591
9692
request_options : typing.Optional[RequestOptions]
@@ -111,12 +107,7 @@ def update(
111107
client.branding.update()
112108
"""
113109
_response = self._raw_client.update(
114-
colors=colors,
115-
favicon_url=favicon_url,
116-
logo_url=logo_url,
117-
identifiers=identifiers,
118-
font=font,
119-
request_options=request_options,
110+
colors=colors, favicon_url=favicon_url, logo_url=logo_url, font=font, request_options=request_options
120111
)
121112
return _response.data
122113

@@ -204,7 +195,6 @@ async def update(
204195
colors: typing.Optional[UpdateBrandingColors] = OMIT,
205196
favicon_url: typing.Optional[str] = OMIT,
206197
logo_url: typing.Optional[str] = OMIT,
207-
identifiers: typing.Optional[UpdateBrandingIdentifiers] = OMIT,
208198
font: typing.Optional[UpdateBrandingFont] = OMIT,
209199
request_options: typing.Optional[RequestOptions] = None,
210200
) -> UpdateBrandingResponseContent:
@@ -221,8 +211,6 @@ async def update(
221211
logo_url : typing.Optional[str]
222212
URL for the logo. Must use HTTPS.
223213
224-
identifiers : typing.Optional[UpdateBrandingIdentifiers]
225-
226214
font : typing.Optional[UpdateBrandingFont]
227215
228216
request_options : typing.Optional[RequestOptions]
@@ -251,12 +239,7 @@ async def main() -> None:
251239
asyncio.run(main())
252240
"""
253241
_response = await self._raw_client.update(
254-
colors=colors,
255-
favicon_url=favicon_url,
256-
logo_url=logo_url,
257-
identifiers=identifiers,
258-
font=font,
259-
request_options=request_options,
242+
colors=colors, favicon_url=favicon_url, logo_url=logo_url, font=font, request_options=request_options
260243
)
261244
return _response.data
262245

0 commit comments

Comments
 (0)