Skip to content

Commit 604ca5a

Browse files
[fern-replay] Applied customizations
Patches applied (2): - patch-c04f0b4d: Fix for incorrect return type and missing __all__ type - patch-95211006: Restore Auth0 telemetry and custom client wiring after regeneration Patches with unresolved conflicts (2): - patch-4894603d: chore: Restore custom wiring in management/__init__.py - patch-7271f157: Revert wrapper file to preserve Auth0 telemetry customizations Run `fern-replay resolve` to apply these customizations.
1 parent 3c0a854 commit 604ca5a

3 files changed

Lines changed: 132 additions & 40 deletions

File tree

.fern/replay.lock

Lines changed: 101 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,13 @@ generations:
4949
cli_version: unknown
5050
generator_versions:
5151
fernapi/fern-python-sdk: 5.17.0
52-
current_generation: 0ad7f7046e16c2c18e6c4b2c2f40e3f53b13f104
52+
- commit_sha: f3e76ebf362aac6f76e51d749b7497af72a641ff
53+
tree_hash: b6cd2c44dba6fee1b4f7f3a3b073868eb9843957
54+
timestamp: 2026-07-14T15:57:13.040Z
55+
cli_version: unknown
56+
generator_versions:
57+
fernapi/fern-python-sdk: 5.17.0
58+
current_generation: f3e76ebf362aac6f76e51d749b7497af72a641ff
5359
patches:
5460
- id: patch-4894603d
5561
content_hash: sha256:fc35b55720e7e9e354dca29191c5832b7e242ad21ba635310c698ea2c3b70a00
@@ -8808,7 +8814,7 @@ patches:
88088814
"verifiable_credentials",
88098815
]
88108816
user_owned: true
8811-
status: resolving
8817+
status: unresolved
88128818
- id: patch-7271f157
88138819
content_hash: sha256:cd98dd1948587cf3396a2eacf46626176784bd00996eb660374161bfef686e93
88148820
original_commit: 7271f15759cfb545c9ef82b5a4f519ffe0a89db2
@@ -8989,21 +8995,30 @@ patches:
89898995
token = await self._async_token()
89908996
headers["Authorization"] = f"Bearer {token}"
89918997
return headers
8992-
status: resolving
8998+
status: unresolved
89938999
- id: patch-c04f0b4d
8994-
content_hash: sha256:efc0d6e98f846a1ec39e2be0c62a4b1698fe7cbb862229d9ce16095051c8e230
9000+
content_hash: sha256:83d107f26dbfc31edb435b802c8aed47747628eddee83e0fb85a71ec8d11519c
89959001
original_commit: c04f0b4dbbe8f2300f4f1bf42f62350888a92da5
89969002
original_message: Fix for incorrect return type and missing __all__ type
89979003
original_author: Sourav Basu <sourav.basu@okta.com>
8998-
base_generation: 0ad7f7046e16c2c18e6c4b2c2f40e3f53b13f104
9004+
base_generation: f3e76ebf362aac6f76e51d749b7497af72a641ff
89999005
files:
90009006
- src/auth0/management/__init__.py
90019007
patch_content: |
90029008
diff --git a/src/auth0/management/__init__.py b/src/auth0/management/__init__.py
9003-
index 1f42ca56..48bbce95 100644
9009+
index b2be29eb..ec3d7dfc 100644
90049010
--- a/src/auth0/management/__init__.py
90059011
+++ b/src/auth0/management/__init__.py
9006-
@@ -3192,6 +3192,8 @@ if typing.TYPE_CHECKING:
9012+
@@ -1860,6 +1860,8 @@ if typing.TYPE_CHECKING:
9013+
FedCmLoginGoogle,
9014+
FedCmLoginGooglePatch,
9015+
FedCmLoginPatch,
9016+
+ FedCmLoginGooglePatch,
9017+
+ FedCmLoginPatch,
9018+
FlowAction,
9019+
FlowActionActivecampaign,
9020+
FlowActionActivecampaignListContacts,
9021+
@@ -3190,6 +3192,8 @@ if typing.TYPE_CHECKING:
90079022
from .environment import Auth0Environment
90089023
from .event_streams import EventStreamsCreateRequest
90099024
from .version import __version__
@@ -9012,7 +9027,7 @@ patches:
90129027
_dynamic_imports: typing.Dict[str, str] = {
90139028
"Action": ".types",
90149029
"ActionBase": ".types",
9015-
@@ -3252,6 +3254,8 @@ _dynamic_imports: typing.Dict[str, str] = {
9030+
@@ -3250,6 +3254,8 @@ _dynamic_imports: typing.Dict[str, str] = {
90169031
"AssociateOrganizationClientGrantResponseContent": ".types",
90179032
"AsyncApprovalNotificationsChannelsEnum": ".types",
90189033
"AsyncAuth0": ".client",
@@ -9021,31 +9036,40 @@ patches:
90219036
"AttackProtectionCaptchaArkoseResponseContent": ".types",
90229037
"AttackProtectionCaptchaAuthChallengeRequest": ".types",
90239038
"AttackProtectionCaptchaAuthChallengeResponseContent": ".types",
9024-
@@ -4224,6 +4228,7 @@ _dynamic_imports: typing.Dict[str, str] = {
9039+
@@ -4221,6 +4227,7 @@ _dynamic_imports: typing.Dict[str, str] = {
90259040
"CspReportingEndpoints": ".types",
90269041
"CspReportingInfrastructure": ".types",
90279042
"CustomDomain": ".types",
90289043
+ "CustomDomainHeader": ".management_client",
90299044
"CustomDomainCustomClientIpHeader": ".types",
90309045
"CustomDomainCustomClientIpHeaderEnum": ".types",
90319046
"CustomDomainProvisioningTypeEnum": ".types",
9032-
@@ -5874,6 +5879,7 @@ _dynamic_imports: typing.Dict[str, str] = {
9047+
@@ -5053,6 +5060,8 @@ _dynamic_imports: typing.Dict[str, str] = {
9048+
"FedCmLoginGoogle": ".types",
9049+
"FedCmLoginGooglePatch": ".types",
9050+
"FedCmLoginPatch": ".types",
9051+
+ "FedCmLoginGooglePatch": ".types",
9052+
+ "FedCmLoginPatch": ".types",
9053+
"FlowAction": ".types",
9054+
"FlowActionActivecampaign": ".types",
9055+
"FlowActionActivecampaignListContacts": ".types",
9056+
@@ -5870,6 +5879,7 @@ _dynamic_imports: typing.Dict[str, str] = {
90339057
"LogStreamSumoEnum": ".types",
90349058
"LogStreamSumoResponseSchema": ".types",
90359059
"LogStreamSumoSink": ".types",
90369060
+ "ManagementClient": ".management_client",
90379061
"MdlPresentationProperties": ".types",
90389062
"MdlPresentationRequest": ".types",
90399063
"MdlPresentationRequestProperties": ".types",
9040-
@@ -6132,6 +6138,7 @@ _dynamic_imports: typing.Dict[str, str] = {
9064+
@@ -6128,6 +6138,7 @@ _dynamic_imports: typing.Dict[str, str] = {
90419065
"TestEventDataContent": ".types",
90429066
"TokenExchangeProfileResponseContent": ".types",
90439067
"TokenExchangeProfileTypeEnum": ".types",
90449068
+ "TokenProvider": ".token_provider",
90459069
"TokenQuota": ".types",
90469070
"TokenQuotaClientCredentials": ".types",
90479071
"TokenQuotaConfiguration": ".types",
9048-
@@ -6459,6 +6466,8 @@ __all__ = [
9072+
@@ -6455,6 +6466,8 @@ __all__ = [
90499073
"AssociateOrganizationClientGrantResponseContent",
90509074
"AsyncApprovalNotificationsChannelsEnum",
90519075
"AsyncAuth0",
@@ -9054,23 +9078,32 @@ patches:
90549078
"AttackProtectionCaptchaArkoseResponseContent",
90559079
"AttackProtectionCaptchaAuthChallengeRequest",
90569080
"AttackProtectionCaptchaAuthChallengeResponseContent",
9057-
@@ -7431,6 +7440,7 @@ __all__ = [
9081+
@@ -7426,6 +7439,7 @@ __all__ = [
90589082
"CspReportingEndpoints",
90599083
"CspReportingInfrastructure",
90609084
"CustomDomain",
90619085
+ "CustomDomainHeader",
90629086
"CustomDomainCustomClientIpHeader",
90639087
"CustomDomainCustomClientIpHeaderEnum",
90649088
"CustomDomainProvisioningTypeEnum",
9065-
@@ -9081,6 +9091,7 @@ __all__ = [
9089+
@@ -8258,6 +8272,8 @@ __all__ = [
9090+
"FedCmLoginGoogle",
9091+
"FedCmLoginGooglePatch",
9092+
"FedCmLoginPatch",
9093+
+ "FedCmLoginGooglePatch",
9094+
+ "FedCmLoginPatch",
9095+
"FlowAction",
9096+
"FlowActionActivecampaign",
9097+
"FlowActionActivecampaignListContacts",
9098+
@@ -9075,6 +9091,7 @@ __all__ = [
90669099
"LogStreamSumoEnum",
90679100
"LogStreamSumoResponseSchema",
90689101
"LogStreamSumoSink",
90699102
+ "ManagementClient",
90709103
"MdlPresentationProperties",
90719104
"MdlPresentationRequest",
90729105
"MdlPresentationRequestProperties",
9073-
@@ -9339,6 +9350,7 @@ __all__ = [
9106+
@@ -9333,6 +9350,7 @@ __all__ = [
90749107
"TestEventDataContent",
90759108
"TokenExchangeProfileResponseContent",
90769109
"TokenExchangeProfileTypeEnum",
@@ -9448,7 +9481,6 @@ patches:
94489481
ConnectionExtIsSuspended,
94499482
ConnectionExtIsSuspendedGoogleApps,
94509483
ConnectionExtProfile,
9451-
ConnectionFederatedConnectionsAccessTokens,
94529484
ConnectionFieldsMap,
94539485
ConnectionFieldsMapSaml,
94549486
ConnectionFieldsMapSamlValue,
@@ -10943,7 +10975,8 @@ patches:
1094310975
FedCmLoginGoogle,
1094410976
FedCmLoginGooglePatch,
1094510977
FedCmLoginPatch,
10946-
FederatedConnectionTokenSet,
10978+
FedCmLoginGooglePatch,
10979+
FedCmLoginPatch,
1094710980
FlowAction,
1094810981
FlowActionActivecampaign,
1094910982
FlowActionActivecampaignListContacts,
@@ -12643,7 +12676,6 @@ patches:
1264312676
"ConnectionExtIsSuspended": ".types",
1264412677
"ConnectionExtIsSuspendedGoogleApps": ".types",
1264512678
"ConnectionExtProfile": ".types",
12646-
"ConnectionFederatedConnectionsAccessTokens": ".types",
1264712679
"ConnectionFieldsMap": ".types",
1264812680
"ConnectionFieldsMapSaml": ".types",
1264912681
"ConnectionFieldsMapSamlValue": ".types",
@@ -14143,7 +14175,8 @@ patches:
1414314175
"FedCmLoginGoogle": ".types",
1414414176
"FedCmLoginGooglePatch": ".types",
1414514177
"FedCmLoginPatch": ".types",
14146-
"FederatedConnectionTokenSet": ".types",
14178+
"FedCmLoginGooglePatch": ".types",
14179+
"FedCmLoginPatch": ".types",
1414714180
"FlowAction": ".types",
1414814181
"FlowActionActivecampaign": ".types",
1414914182
"FlowActionActivecampaignListContacts": ".types",
@@ -15855,7 +15888,6 @@ patches:
1585515888
"ConnectionExtIsSuspended",
1585615889
"ConnectionExtIsSuspendedGoogleApps",
1585715890
"ConnectionExtProfile",
15858-
"ConnectionFederatedConnectionsAccessTokens",
1585915891
"ConnectionFieldsMap",
1586015892
"ConnectionFieldsMapSaml",
1586115893
"ConnectionFieldsMapSamlValue",
@@ -17355,7 +17387,8 @@ patches:
1735517387
"FedCmLoginGoogle",
1735617388
"FedCmLoginGooglePatch",
1735717389
"FedCmLoginPatch",
17358-
"FederatedConnectionTokenSet",
17390+
"FedCmLoginGooglePatch",
17391+
"FedCmLoginPatch",
1735917392
"FlowAction",
1736017393
"FlowActionActivecampaign",
1736117394
"FlowActionActivecampaignListContacts",
@@ -18677,21 +18710,31 @@ patches:
1867718710
"users",
1867818711
"verifiable_credentials",
1867918712
]
18713+
user_owned: true
1868018714
- id: patch-95211006
18681-
content_hash: sha256:bf02e0b67ed9dcfde6ffbf2880f2355bf31e840592fd6e914a1c4a99d6292614
18715+
content_hash: sha256:1be4415d1692a2bc1fc88fced25a9d80a56fc838787fd3c66b41cae244c29a7d
1868218716
original_commit: 952110062af1b3eb297b3cb94149b1bb8068a253
1868318717
original_message: Restore Auth0 telemetry and custom client wiring after regeneration
1868418718
original_author: Kunal Dawar <kunal.dawar@okta.com>
18685-
base_generation: 0ad7f7046e16c2c18e6c4b2c2f40e3f53b13f104
18719+
base_generation: f3e76ebf362aac6f76e51d749b7497af72a641ff
1868618720
files:
1868718721
- src/auth0/management/__init__.py
1868818722
- src/auth0/management/core/client_wrapper.py
1868918723
patch_content: |
1869018724
diff --git a/src/auth0/management/__init__.py b/src/auth0/management/__init__.py
18691-
index 1f42ca56..48bbce95 100644
18725+
index b2be29eb..ec3d7dfc 100644
1869218726
--- a/src/auth0/management/__init__.py
1869318727
+++ b/src/auth0/management/__init__.py
18694-
@@ -3192,6 +3192,8 @@ if typing.TYPE_CHECKING:
18728+
@@ -1860,6 +1860,8 @@ if typing.TYPE_CHECKING:
18729+
FedCmLoginGoogle,
18730+
FedCmLoginGooglePatch,
18731+
FedCmLoginPatch,
18732+
+ FedCmLoginGooglePatch,
18733+
+ FedCmLoginPatch,
18734+
FlowAction,
18735+
FlowActionActivecampaign,
18736+
FlowActionActivecampaignListContacts,
18737+
@@ -3190,6 +3192,8 @@ if typing.TYPE_CHECKING:
1869518738
from .environment import Auth0Environment
1869618739
from .event_streams import EventStreamsCreateRequest
1869718740
from .version import __version__
@@ -18700,7 +18743,7 @@ patches:
1870018743
_dynamic_imports: typing.Dict[str, str] = {
1870118744
"Action": ".types",
1870218745
"ActionBase": ".types",
18703-
@@ -3252,6 +3254,8 @@ _dynamic_imports: typing.Dict[str, str] = {
18746+
@@ -3250,6 +3254,8 @@ _dynamic_imports: typing.Dict[str, str] = {
1870418747
"AssociateOrganizationClientGrantResponseContent": ".types",
1870518748
"AsyncApprovalNotificationsChannelsEnum": ".types",
1870618749
"AsyncAuth0": ".client",
@@ -18709,31 +18752,40 @@ patches:
1870918752
"AttackProtectionCaptchaArkoseResponseContent": ".types",
1871018753
"AttackProtectionCaptchaAuthChallengeRequest": ".types",
1871118754
"AttackProtectionCaptchaAuthChallengeResponseContent": ".types",
18712-
@@ -4224,6 +4228,7 @@ _dynamic_imports: typing.Dict[str, str] = {
18755+
@@ -4221,6 +4227,7 @@ _dynamic_imports: typing.Dict[str, str] = {
1871318756
"CspReportingEndpoints": ".types",
1871418757
"CspReportingInfrastructure": ".types",
1871518758
"CustomDomain": ".types",
1871618759
+ "CustomDomainHeader": ".management_client",
1871718760
"CustomDomainCustomClientIpHeader": ".types",
1871818761
"CustomDomainCustomClientIpHeaderEnum": ".types",
1871918762
"CustomDomainProvisioningTypeEnum": ".types",
18720-
@@ -5874,6 +5879,7 @@ _dynamic_imports: typing.Dict[str, str] = {
18763+
@@ -5053,6 +5060,8 @@ _dynamic_imports: typing.Dict[str, str] = {
18764+
"FedCmLoginGoogle": ".types",
18765+
"FedCmLoginGooglePatch": ".types",
18766+
"FedCmLoginPatch": ".types",
18767+
+ "FedCmLoginGooglePatch": ".types",
18768+
+ "FedCmLoginPatch": ".types",
18769+
"FlowAction": ".types",
18770+
"FlowActionActivecampaign": ".types",
18771+
"FlowActionActivecampaignListContacts": ".types",
18772+
@@ -5870,6 +5879,7 @@ _dynamic_imports: typing.Dict[str, str] = {
1872118773
"LogStreamSumoEnum": ".types",
1872218774
"LogStreamSumoResponseSchema": ".types",
1872318775
"LogStreamSumoSink": ".types",
1872418776
+ "ManagementClient": ".management_client",
1872518777
"MdlPresentationProperties": ".types",
1872618778
"MdlPresentationRequest": ".types",
1872718779
"MdlPresentationRequestProperties": ".types",
18728-
@@ -6132,6 +6138,7 @@ _dynamic_imports: typing.Dict[str, str] = {
18780+
@@ -6128,6 +6138,7 @@ _dynamic_imports: typing.Dict[str, str] = {
1872918781
"TestEventDataContent": ".types",
1873018782
"TokenExchangeProfileResponseContent": ".types",
1873118783
"TokenExchangeProfileTypeEnum": ".types",
1873218784
+ "TokenProvider": ".token_provider",
1873318785
"TokenQuota": ".types",
1873418786
"TokenQuotaClientCredentials": ".types",
1873518787
"TokenQuotaConfiguration": ".types",
18736-
@@ -6459,6 +6466,8 @@ __all__ = [
18788+
@@ -6455,6 +6466,8 @@ __all__ = [
1873718789
"AssociateOrganizationClientGrantResponseContent",
1873818790
"AsyncApprovalNotificationsChannelsEnum",
1873918791
"AsyncAuth0",
@@ -18742,23 +18794,32 @@ patches:
1874218794
"AttackProtectionCaptchaArkoseResponseContent",
1874318795
"AttackProtectionCaptchaAuthChallengeRequest",
1874418796
"AttackProtectionCaptchaAuthChallengeResponseContent",
18745-
@@ -7431,6 +7440,7 @@ __all__ = [
18797+
@@ -7426,6 +7439,7 @@ __all__ = [
1874618798
"CspReportingEndpoints",
1874718799
"CspReportingInfrastructure",
1874818800
"CustomDomain",
1874918801
+ "CustomDomainHeader",
1875018802
"CustomDomainCustomClientIpHeader",
1875118803
"CustomDomainCustomClientIpHeaderEnum",
1875218804
"CustomDomainProvisioningTypeEnum",
18753-
@@ -9081,6 +9091,7 @@ __all__ = [
18805+
@@ -8258,6 +8272,8 @@ __all__ = [
18806+
"FedCmLoginGoogle",
18807+
"FedCmLoginGooglePatch",
18808+
"FedCmLoginPatch",
18809+
+ "FedCmLoginGooglePatch",
18810+
+ "FedCmLoginPatch",
18811+
"FlowAction",
18812+
"FlowActionActivecampaign",
18813+
"FlowActionActivecampaignListContacts",
18814+
@@ -9075,6 +9091,7 @@ __all__ = [
1875418815
"LogStreamSumoEnum",
1875518816
"LogStreamSumoResponseSchema",
1875618817
"LogStreamSumoSink",
1875718818
+ "ManagementClient",
1875818819
"MdlPresentationProperties",
1875918820
"MdlPresentationRequest",
1876018821
"MdlPresentationRequestProperties",
18761-
@@ -9339,6 +9350,7 @@ __all__ = [
18822+
@@ -9333,6 +9350,7 @@ __all__ = [
1876218823
"TestEventDataContent",
1876318824
"TokenExchangeProfileResponseContent",
1876418825
"TokenExchangeProfileTypeEnum",
@@ -19168,7 +19229,6 @@ patches:
1916819229
ConnectionExtIsSuspended,
1916919230
ConnectionExtIsSuspendedGoogleApps,
1917019231
ConnectionExtProfile,
19171-
ConnectionFederatedConnectionsAccessTokens,
1917219232
ConnectionFieldsMap,
1917319233
ConnectionFieldsMapSaml,
1917419234
ConnectionFieldsMapSamlValue,
@@ -20663,7 +20723,8 @@ patches:
2066320723
FedCmLoginGoogle,
2066420724
FedCmLoginGooglePatch,
2066520725
FedCmLoginPatch,
20666-
FederatedConnectionTokenSet,
20726+
FedCmLoginGooglePatch,
20727+
FedCmLoginPatch,
2066720728
FlowAction,
2066820729
FlowActionActivecampaign,
2066920730
FlowActionActivecampaignListContacts,
@@ -22363,7 +22424,6 @@ patches:
2236322424
"ConnectionExtIsSuspended": ".types",
2236422425
"ConnectionExtIsSuspendedGoogleApps": ".types",
2236522426
"ConnectionExtProfile": ".types",
22366-
"ConnectionFederatedConnectionsAccessTokens": ".types",
2236722427
"ConnectionFieldsMap": ".types",
2236822428
"ConnectionFieldsMapSaml": ".types",
2236922429
"ConnectionFieldsMapSamlValue": ".types",
@@ -23863,7 +23923,8 @@ patches:
2386323923
"FedCmLoginGoogle": ".types",
2386423924
"FedCmLoginGooglePatch": ".types",
2386523925
"FedCmLoginPatch": ".types",
23866-
"FederatedConnectionTokenSet": ".types",
23926+
"FedCmLoginGooglePatch": ".types",
23927+
"FedCmLoginPatch": ".types",
2386723928
"FlowAction": ".types",
2386823929
"FlowActionActivecampaign": ".types",
2386923930
"FlowActionActivecampaignListContacts": ".types",
@@ -25575,7 +25636,6 @@ patches:
2557525636
"ConnectionExtIsSuspended",
2557625637
"ConnectionExtIsSuspendedGoogleApps",
2557725638
"ConnectionExtProfile",
25578-
"ConnectionFederatedConnectionsAccessTokens",
2557925639
"ConnectionFieldsMap",
2558025640
"ConnectionFieldsMapSaml",
2558125641
"ConnectionFieldsMapSamlValue",
@@ -27075,7 +27135,8 @@ patches:
2707527135
"FedCmLoginGoogle",
2707627136
"FedCmLoginGooglePatch",
2707727137
"FedCmLoginPatch",
27078-
"FederatedConnectionTokenSet",
27138+
"FedCmLoginGooglePatch",
27139+
"FedCmLoginPatch",
2707927140
"FlowAction",
2708027141
"FlowActionActivecampaign",
2708127142
"FlowActionActivecampaignListContacts",
@@ -28557,3 +28618,4 @@ patches:
2855728618
token = await self._async_token()
2855828619
headers["Authorization"] = f"Bearer {token}"
2855928620
return headers
28621+
user_owned: true

0 commit comments

Comments
 (0)