Skip to content

Commit 62954f5

Browse files
fern-api[bot]developerkunal
authored andcommitted
[fern-replay] Applied customizations
Patches applied (1): - patch-4894603d: chore: Restore custom wiring in management/__init__.py Patches with unresolved conflicts (1): - patch-7271f157: Revert wrapper file to preserve Auth0 telemetry customizations Run `fern-replay resolve` to apply these customizations.
1 parent bf4df44 commit 62954f5

3 files changed

Lines changed: 108 additions & 45 deletions

File tree

.fern/replay.lock

Lines changed: 84 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,28 @@ generations:
3737
cli_version: unknown
3838
generator_versions:
3939
fernapi/fern-python-sdk: 5.14.3
40-
current_generation: 15127abb8ab299907925c41e89122d50dbe138d5
40+
- commit_sha: 37e2dc1df848770f503b919fe905d3259e046cfd
41+
tree_hash: 6fed7a877e08cfbe542991d28cb3afdd90ccaefa
42+
timestamp: 2026-06-09T04:56:00.721Z
43+
cli_version: unknown
44+
generator_versions:
45+
fernapi/fern-python-sdk: 5.14.3
46+
current_generation: 37e2dc1df848770f503b919fe905d3259e046cfd
4147
patches:
4248
- id: patch-4894603d
43-
content_hash: sha256:2c5caf4188d616dc6d0a85d59c179069d6a73a541af915ce9b8c3340c97afd31
49+
content_hash: sha256:1e1d0c5ec0a0ef9039b8ae4d3484e5468180bb5af2012392406259e0ab6a589f
4450
original_commit: 4894603d03409962bc60a34712de8abffe919e2c
4551
original_message: "chore: Restore custom wiring in management/__init__.py"
4652
original_author: Kunal Dawar <kunal.dawar@okta.com>
47-
base_generation: 15127abb8ab299907925c41e89122d50dbe138d5
53+
base_generation: 37e2dc1df848770f503b919fe905d3259e046cfd
4854
files:
4955
- src/auth0/management/__init__.py
5056
patch_content: |
5157
diff --git a/src/auth0/management/__init__.py b/src/auth0/management/__init__.py
52-
index a48ff10..46ef694 100644
58+
index 46d8ec2b..e96cb4b5 100644
5359
--- a/src/auth0/management/__init__.py
5460
+++ b/src/auth0/management/__init__.py
55-
@@ -2783,6 +2783,8 @@ if typing.TYPE_CHECKING:
61+
@@ -2794,6 +2794,8 @@ if typing.TYPE_CHECKING:
5662
from .environment import Auth0Environment
5763
from .event_streams import EventStreamsCreateRequest
5864
from .version import __version__
@@ -61,7 +67,7 @@ patches:
6167
_dynamic_imports: typing.Dict[str, str] = {
6268
"Action": ".types",
6369
"ActionBase": ".types",
64-
@@ -2843,6 +2845,8 @@ _dynamic_imports: typing.Dict[str, str] = {
70+
@@ -2854,6 +2856,8 @@ _dynamic_imports: typing.Dict[str, str] = {
6571
"AssociateOrganizationClientGrantResponseContent": ".types",
6672
"AsyncApprovalNotificationsChannelsEnum": ".types",
6773
"AsyncAuth0": ".client",
@@ -70,31 +76,31 @@ patches:
7076
"AttackProtectionCaptchaArkoseResponseContent": ".types",
7177
"AttackProtectionCaptchaAuthChallengeRequest": ".types",
7278
"AttackProtectionCaptchaAuthChallengeResponseContent": ".types",
73-
@@ -3802,6 +3806,7 @@ _dynamic_imports: typing.Dict[str, str] = {
74-
"CredentialDeviceTypeEnum": ".types",
75-
"CredentialId": ".types",
79+
@@ -3822,6 +3826,7 @@ _dynamic_imports: typing.Dict[str, str] = {
80+
"CspReportingEndpoints": ".types",
81+
"CspReportingInfrastructure": ".types",
7682
"CustomDomain": ".types",
7783
+ "CustomDomainHeader": ".management_client",
7884
"CustomDomainCustomClientIpHeader": ".types",
7985
"CustomDomainCustomClientIpHeaderEnum": ".types",
8086
"CustomDomainProvisioningTypeEnum": ".types",
81-
@@ -5073,6 +5078,7 @@ _dynamic_imports: typing.Dict[str, str] = {
87+
@@ -5093,6 +5098,7 @@ _dynamic_imports: typing.Dict[str, str] = {
8288
"LogStreamSumoEnum": ".types",
8389
"LogStreamSumoResponseSchema": ".types",
8490
"LogStreamSumoSink": ".types",
8591
+ "ManagementClient": ".management_client",
8692
"MdlPresentationProperties": ".types",
8793
"MdlPresentationRequest": ".types",
8894
"MdlPresentationRequestProperties": ".types",
89-
@@ -5318,6 +5324,7 @@ _dynamic_imports: typing.Dict[str, str] = {
95+
@@ -5343,6 +5349,7 @@ _dynamic_imports: typing.Dict[str, str] = {
9096
"TokenQuota": ".types",
9197
"TokenQuotaClientCredentials": ".types",
9298
"TokenQuotaConfiguration": ".types",
9399
+ "TokenProvider": ".token_provider",
94100
"TooManyRequestsError": ".errors",
95101
"TooManyRequestsSchema": ".types",
96102
"TooManyRequestsSchemaError": ".types",
97-
@@ -5641,6 +5648,8 @@ __all__ = [
103+
@@ -5663,6 +5670,8 @@ __all__ = [
98104
"AssociateOrganizationClientGrantResponseContent",
99105
"AsyncApprovalNotificationsChannelsEnum",
100106
"AsyncAuth0",
@@ -103,15 +109,15 @@ patches:
103109
"AttackProtectionCaptchaArkoseResponseContent",
104110
"AttackProtectionCaptchaAuthChallengeRequest",
105111
"AttackProtectionCaptchaAuthChallengeResponseContent",
106-
@@ -7871,6 +7880,7 @@ __all__ = [
112+
@@ -7902,6 +7911,7 @@ __all__ = [
107113
"LogStreamSumoEnum",
108114
"LogStreamSumoResponseSchema",
109115
"LogStreamSumoSink",
110116
+ "ManagementClient",
111117
"MdlPresentationProperties",
112118
"MdlPresentationRequest",
113119
"MdlPresentationRequestProperties",
114-
@@ -8113,6 +8123,7 @@ __all__ = [
120+
@@ -8149,6 +8159,7 @@ __all__ = [
115121
"TestEventDataContent",
116122
"TokenExchangeProfileResponseContent",
117123
"TokenExchangeProfileTypeEnum",
@@ -219,12 +225,7 @@ patches:
219225
BotDetectionMonitoringModeEnabled,
220226
BrandingColors,
221227
BrandingFont,
222-
BrandingIdentifiers,
223-
BrandingLoginDisplayEnum,
224228
BrandingPageBackground,
225-
BrandingPhoneDisplay,
226-
BrandingPhoneFormattingEnum,
227-
BrandingPhoneMaskingEnum,
228229
BrandingThemeBorders,
229230
BrandingThemeBordersButtonsStyleEnum,
230231
BrandingThemeBordersInputsStyleEnum,
@@ -529,6 +530,7 @@ patches:
529530
ConnectionId,
530531
ConnectionIdTokenEncryptionAlgValuesSupported,
531532
ConnectionIdTokenEncryptionEncValuesSupported,
533+
ConnectionIdTokenSessionExpirySupported,
532534
ConnectionIdTokenSignedResponseAlgEnum,
533535
ConnectionIdTokenSignedResponseAlgs,
534536
ConnectionIdTokenSigningAlgValuesSupported,
@@ -885,6 +887,7 @@ patches:
885887
ConnectionWaadProtocol,
886888
ConnectionWaadProtocolEnumAzureAd,
887889
ConnectionsMetadata,
890+
ContentSecurityPolicyConfig,
888891
CreateActionModuleResponseContent,
889892
CreateActionModuleVersionResponseContent,
890893
CreateActionResponseContent,
@@ -1141,6 +1144,18 @@ patches:
11411144
CreatedUserAuthenticationMethodTypeEnum,
11421145
CredentialDeviceTypeEnum,
11431146
CredentialId,
1147+
CspDirectives,
1148+
CspFlag,
1149+
CspFlags,
1150+
CspPolicies,
1151+
CspPolicy,
1152+
CspPolicyMode,
1153+
CspPolicyReporting,
1154+
CspReportTo,
1155+
CspReportToEndpoint,
1156+
CspReportToEndpoints,
1157+
CspReportingEndpoints,
1158+
CspReportingInfrastructure,
11441159
CustomDomain,
11451160
CustomDomainCustomClientIpHeader,
11461161
CustomDomainCustomClientIpHeaderEnum,
@@ -2627,13 +2642,18 @@ patches:
26272642
SynchronizeGroupsEnum,
26282643
SynchronizedGroupPayload,
26292644
TenantOidcLogoutSettings,
2645+
TenantSettingsCountryCodes,
2646+
TenantSettingsCountryCodesMode,
2647+
TenantSettingsCountryCodesModeResponse,
2648+
TenantSettingsCountryCodesResponse,
26302649
TenantSettingsDeviceFlow,
26312650
TenantSettingsDeviceFlowCharset,
26322651
TenantSettingsDynamicClientRegistrationSecurityMode,
26332652
TenantSettingsErrorPage,
26342653
TenantSettingsFlags,
26352654
TenantSettingsGuardianPage,
26362655
TenantSettingsMtls,
2656+
TenantSettingsNullableSecurityHeaders,
26372657
TenantSettingsPasswordPage,
26382658
TenantSettingsResourceParameterProfile,
26392659
TenantSettingsSessions,
@@ -2664,12 +2684,7 @@ patches:
26642684
UpdateBotDetectionSettingsResponseContent,
26652685
UpdateBrandingColors,
26662686
UpdateBrandingFont,
2667-
UpdateBrandingIdentifiers,
2668-
UpdateBrandingLoginDisplayEnum,
26692687
UpdateBrandingPageBackground,
2670-
UpdateBrandingPhoneDisplay,
2671-
UpdateBrandingPhoneFormattingEnum,
2672-
UpdateBrandingPhoneMaskingEnum,
26732688
UpdateBrandingPhoneProviderResponseContent,
26742689
UpdateBrandingResponseContent,
26752690
UpdateBrandingThemeResponseContent,
@@ -2839,6 +2854,8 @@ patches:
28392854
VerifyEmailTicketResponseContent,
28402855
X509CertificateCredential,
28412856
X509CertificateCredentialTypeEnum,
2857+
XssProtectionConfig,
2858+
XssProtectionMode,
28422859
)
28432860
from .errors import (
28442861
BadRequestError,
@@ -3004,12 +3021,7 @@ patches:
30043021
"BotDetectionMonitoringModeEnabled": ".types",
30053022
"BrandingColors": ".types",
30063023
"BrandingFont": ".types",
3007-
"BrandingIdentifiers": ".types",
3008-
"BrandingLoginDisplayEnum": ".types",
30093024
"BrandingPageBackground": ".types",
3010-
"BrandingPhoneDisplay": ".types",
3011-
"BrandingPhoneFormattingEnum": ".types",
3012-
"BrandingPhoneMaskingEnum": ".types",
30133025
"BrandingThemeBorders": ".types",
30143026
"BrandingThemeBordersButtonsStyleEnum": ".types",
30153027
"BrandingThemeBordersInputsStyleEnum": ".types",
@@ -3315,6 +3327,7 @@ patches:
33153327
"ConnectionId": ".types",
33163328
"ConnectionIdTokenEncryptionAlgValuesSupported": ".types",
33173329
"ConnectionIdTokenEncryptionEncValuesSupported": ".types",
3330+
"ConnectionIdTokenSessionExpirySupported": ".types",
33183331
"ConnectionIdTokenSignedResponseAlgEnum": ".types",
33193332
"ConnectionIdTokenSignedResponseAlgs": ".types",
33203333
"ConnectionIdTokenSigningAlgValuesSupported": ".types",
@@ -3671,6 +3684,7 @@ patches:
36713684
"ConnectionWaadProtocol": ".types",
36723685
"ConnectionWaadProtocolEnumAzureAd": ".types",
36733686
"ConnectionsMetadata": ".types",
3687+
"ContentSecurityPolicyConfig": ".types",
36743688
"ContentTooLargeError": ".errors",
36753689
"CreateActionModuleResponseContent": ".types",
36763690
"CreateActionModuleVersionResponseContent": ".types",
@@ -3928,6 +3942,18 @@ patches:
39283942
"CreatedUserAuthenticationMethodTypeEnum": ".types",
39293943
"CredentialDeviceTypeEnum": ".types",
39303944
"CredentialId": ".types",
3945+
"CspDirectives": ".types",
3946+
"CspFlag": ".types",
3947+
"CspFlags": ".types",
3948+
"CspPolicies": ".types",
3949+
"CspPolicy": ".types",
3950+
"CspPolicyMode": ".types",
3951+
"CspPolicyReporting": ".types",
3952+
"CspReportTo": ".types",
3953+
"CspReportToEndpoint": ".types",
3954+
"CspReportToEndpoints": ".types",
3955+
"CspReportingEndpoints": ".types",
3956+
"CspReportingInfrastructure": ".types",
39313957
"CustomDomain": ".types",
39323958
"CustomDomainHeader": ".management_client",
39333959
"CustomDomainCustomClientIpHeader": ".types",
@@ -5426,13 +5452,18 @@ patches:
54265452
"SynchronizeGroupsEnum": ".types",
54275453
"SynchronizedGroupPayload": ".types",
54285454
"TenantOidcLogoutSettings": ".types",
5455+
"TenantSettingsCountryCodes": ".types",
5456+
"TenantSettingsCountryCodesMode": ".types",
5457+
"TenantSettingsCountryCodesModeResponse": ".types",
5458+
"TenantSettingsCountryCodesResponse": ".types",
54295459
"TenantSettingsDeviceFlow": ".types",
54305460
"TenantSettingsDeviceFlowCharset": ".types",
54315461
"TenantSettingsDynamicClientRegistrationSecurityMode": ".types",
54325462
"TenantSettingsErrorPage": ".types",
54335463
"TenantSettingsFlags": ".types",
54345464
"TenantSettingsGuardianPage": ".types",
54355465
"TenantSettingsMtls": ".types",
5466+
"TenantSettingsNullableSecurityHeaders": ".types",
54365467
"TenantSettingsPasswordPage": ".types",
54375468
"TenantSettingsResourceParameterProfile": ".types",
54385469
"TenantSettingsSessions": ".types",
@@ -5466,12 +5497,7 @@ patches:
54665497
"UpdateBotDetectionSettingsResponseContent": ".types",
54675498
"UpdateBrandingColors": ".types",
54685499
"UpdateBrandingFont": ".types",
5469-
"UpdateBrandingIdentifiers": ".types",
5470-
"UpdateBrandingLoginDisplayEnum": ".types",
54715500
"UpdateBrandingPageBackground": ".types",
5472-
"UpdateBrandingPhoneDisplay": ".types",
5473-
"UpdateBrandingPhoneFormattingEnum": ".types",
5474-
"UpdateBrandingPhoneMaskingEnum": ".types",
54755501
"UpdateBrandingPhoneProviderResponseContent": ".types",
54765502
"UpdateBrandingResponseContent": ".types",
54775503
"UpdateBrandingThemeResponseContent": ".types",
@@ -5641,6 +5667,8 @@ patches:
56415667
"VerifyEmailTicketResponseContent": ".types",
56425668
"X509CertificateCredential": ".types",
56435669
"X509CertificateCredentialTypeEnum": ".types",
5670+
"XssProtectionConfig": ".types",
5671+
"XssProtectionMode": ".types",
56445672
"__version__": ".version",
56455673
"actions": ".actions",
56465674
"anomaly": ".anomaly",
@@ -5807,12 +5835,7 @@ patches:
58075835
"BotDetectionMonitoringModeEnabled",
58085836
"BrandingColors",
58095837
"BrandingFont",
5810-
"BrandingIdentifiers",
5811-
"BrandingLoginDisplayEnum",
58125838
"BrandingPageBackground",
5813-
"BrandingPhoneDisplay",
5814-
"BrandingPhoneFormattingEnum",
5815-
"BrandingPhoneMaskingEnum",
58165839
"BrandingThemeBorders",
58175840
"BrandingThemeBordersButtonsStyleEnum",
58185841
"BrandingThemeBordersInputsStyleEnum",
@@ -6118,6 +6141,7 @@ patches:
61186141
"ConnectionId",
61196142
"ConnectionIdTokenEncryptionAlgValuesSupported",
61206143
"ConnectionIdTokenEncryptionEncValuesSupported",
6144+
"ConnectionIdTokenSessionExpirySupported",
61216145
"ConnectionIdTokenSignedResponseAlgEnum",
61226146
"ConnectionIdTokenSignedResponseAlgs",
61236147
"ConnectionIdTokenSigningAlgValuesSupported",
@@ -6474,6 +6498,7 @@ patches:
64746498
"ConnectionWaadProtocol",
64756499
"ConnectionWaadProtocolEnumAzureAd",
64766500
"ConnectionsMetadata",
6501+
"ContentSecurityPolicyConfig",
64776502
"ContentTooLargeError",
64786503
"CreateActionModuleResponseContent",
64796504
"CreateActionModuleVersionResponseContent",
@@ -6731,6 +6756,18 @@ patches:
67316756
"CreatedUserAuthenticationMethodTypeEnum",
67326757
"CredentialDeviceTypeEnum",
67336758
"CredentialId",
6759+
"CspDirectives",
6760+
"CspFlag",
6761+
"CspFlags",
6762+
"CspPolicies",
6763+
"CspPolicy",
6764+
"CspPolicyMode",
6765+
"CspPolicyReporting",
6766+
"CspReportTo",
6767+
"CspReportToEndpoint",
6768+
"CspReportToEndpoints",
6769+
"CspReportingEndpoints",
6770+
"CspReportingInfrastructure",
67346771
"CustomDomain",
67356772
"CustomDomainCustomClientIpHeader",
67366773
"CustomDomainCustomClientIpHeaderEnum",
@@ -8228,13 +8265,18 @@ patches:
82288265
"SynchronizeGroupsEnum",
82298266
"SynchronizedGroupPayload",
82308267
"TenantOidcLogoutSettings",
8268+
"TenantSettingsCountryCodes",
8269+
"TenantSettingsCountryCodesMode",
8270+
"TenantSettingsCountryCodesModeResponse",
8271+
"TenantSettingsCountryCodesResponse",
82318272
"TenantSettingsDeviceFlow",
82328273
"TenantSettingsDeviceFlowCharset",
82338274
"TenantSettingsDynamicClientRegistrationSecurityMode",
82348275
"TenantSettingsErrorPage",
82358276
"TenantSettingsFlags",
82368277
"TenantSettingsGuardianPage",
82378278
"TenantSettingsMtls",
8279+
"TenantSettingsNullableSecurityHeaders",
82388280
"TenantSettingsPasswordPage",
82398281
"TenantSettingsResourceParameterProfile",
82408282
"TenantSettingsSessions",
@@ -8268,12 +8310,7 @@ patches:
82688310
"UpdateBotDetectionSettingsResponseContent",
82698311
"UpdateBrandingColors",
82708312
"UpdateBrandingFont",
8271-
"UpdateBrandingIdentifiers",
8272-
"UpdateBrandingLoginDisplayEnum",
82738313
"UpdateBrandingPageBackground",
8274-
"UpdateBrandingPhoneDisplay",
8275-
"UpdateBrandingPhoneFormattingEnum",
8276-
"UpdateBrandingPhoneMaskingEnum",
82778314
"UpdateBrandingPhoneProviderResponseContent",
82788315
"UpdateBrandingResponseContent",
82798316
"UpdateBrandingThemeResponseContent",
@@ -8443,6 +8480,8 @@ patches:
84438480
"VerifyEmailTicketResponseContent",
84448481
"X509CertificateCredential",
84458482
"X509CertificateCredentialTypeEnum",
8483+
"XssProtectionConfig",
8484+
"XssProtectionMode",
84468485
"__version__",
84478486
"actions",
84488487
"anomaly",
@@ -8671,3 +8710,4 @@ patches:
86718710
token = await self._async_token()
86728711
headers["Authorization"] = f"Bearer {token}"
86738712
return headers
8713+
status: unresolved

0 commit comments

Comments
 (0)