@@ -25,22 +25,28 @@ generations:
2525 cli_version: unknown
2626 generator_versions:
2727 fernapi/fern-python-sdk: 5.12.10
28- current_generation: 812b8ca16fc2740001f9839ce5c88f85fed87c6e
28+ - commit_sha: a6b05e768329fac22fd4da6fbe711006e23029f8
29+ tree_hash: 7d5c57084d9ebef687bb0c3446e81432b93dddf0
30+ timestamp: 2026-05-26T04:54:34.809Z
31+ cli_version: unknown
32+ generator_versions:
33+ fernapi/fern-python-sdk: 5.12.10
34+ current_generation: a6b05e768329fac22fd4da6fbe711006e23029f8
2935patches:
3036 - id: patch-4894603d
31- content_hash: sha256:85d8e392938ef0338e526c1cc9abe95cc3b51986f1145d7b25ceef95605d282c
37+ content_hash: sha256:09d8cd6f9f5c2aee1d72f67be687d870c9145144262b28f81513c64915494584
3238 original_commit: 4894603d03409962bc60a34712de8abffe919e2c
3339 original_message: "chore: Restore custom wiring in management/__init__.py"
3440 original_author: Kunal Dawar <kunal.dawar@okta.com>
35- base_generation: 812b8ca16fc2740001f9839ce5c88f85fed87c6e
41+ base_generation: a6b05e768329fac22fd4da6fbe711006e23029f8
3642 files:
3743 - src/auth0/management/__init__.py
3844 patch_content: |
3945 diff --git a/src/auth0/management/__init__.py b/src/auth0/management/__init__.py
40- index 46338c3..4fd6baf 100644
46+ index 71b8e8c..ecd00f0 100644
4147 --- a/src/auth0/management/__init__.py
4248 +++ b/src/auth0/management/__init__.py
43- @@ -2743 ,6 +2743 ,8 @@ if typing.TYPE_CHECKING:
49+ @@ -2766 ,6 +2766 ,8 @@ if typing.TYPE_CHECKING:
4450 from .environment import Auth0Environment
4551 from .event_streams import EventStreamsCreateRequest
4652 from .version import __version__
@@ -49,7 +55,7 @@ patches:
4955 _dynamic_imports: typing.Dict[str, str] = {
5056 "Action": ".types",
5157 "ActionBase": ".types",
52- @@ -2803 ,6 +2805 ,8 @@ _dynamic_imports: typing.Dict[str, str] = {
58+ @@ -2826 ,6 +2828 ,8 @@ _dynamic_imports: typing.Dict[str, str] = {
5359 "AssociateOrganizationClientGrantResponseContent": ".types",
5460 "AsyncApprovalNotificationsChannelsEnum": ".types",
5561 "AsyncAuth0": ".client",
@@ -58,31 +64,31 @@ patches:
5864 "AttackProtectionCaptchaArkoseResponseContent": ".types",
5965 "AttackProtectionCaptchaAuthChallengeRequest": ".types",
6066 "AttackProtectionCaptchaAuthChallengeResponseContent": ".types",
61- @@ -3761 ,6 +3765 ,7 @@ _dynamic_imports: typing.Dict[str, str] = {
67+ @@ -3785 ,6 +3789 ,7 @@ _dynamic_imports: typing.Dict[str, str] = {
6268 "CredentialDeviceTypeEnum": ".types",
6369 "CredentialId": ".types",
6470 "CustomDomain": ".types",
6571 + "CustomDomainHeader": ".management_client",
6672 "CustomDomainCustomClientIpHeader": ".types",
6773 "CustomDomainCustomClientIpHeaderEnum": ".types",
6874 "CustomDomainProvisioningTypeEnum": ".types",
69- @@ -5020 ,6 +5025 ,7 @@ _dynamic_imports: typing.Dict[str, str] = {
75+ @@ -5047 ,6 +5052 ,7 @@ _dynamic_imports: typing.Dict[str, str] = {
7076 "LogStreamSumoEnum": ".types",
7177 "LogStreamSumoResponseSchema": ".types",
7278 "LogStreamSumoSink": ".types",
7379 + "ManagementClient": ".management_client",
7480 "MdlPresentationProperties": ".types",
7581 "MdlPresentationRequest": ".types",
7682 "MdlPresentationRequestProperties": ".types",
77- @@ -5246 ,6 +5252 ,7 @@ _dynamic_imports: typing.Dict[str, str] = {
83+ @@ -5290 ,6 +5296 ,7 @@ _dynamic_imports: typing.Dict[str, str] = {
7884 "TokenQuota": ".types",
7985 "TokenQuotaClientCredentials": ".types",
8086 "TokenQuotaConfiguration": ".types",
8187 + "TokenProvider": ".token_provider",
8288 "TooManyRequestsError": ".errors",
8389 "TooManyRequestsSchema": ".types",
8490 "TooManyRequestsSchemaError": ".types",
85- @@ -5561 ,6 +5568 ,8 @@ __all__ = [
91+ @@ -5607 ,6 +5614 ,8 @@ __all__ = [
8692 "AssociateOrganizationClientGrantResponseContent",
8793 "AsyncApprovalNotificationsChannelsEnum",
8894 "AsyncAuth0",
@@ -91,15 +97,15 @@ patches:
9197 "AttackProtectionCaptchaArkoseResponseContent",
9298 "AttackProtectionCaptchaAuthChallengeRequest",
9399 "AttackProtectionCaptchaAuthChallengeResponseContent",
94- @@ -7778 ,6 +7787 ,7 @@ __all__ = [
100+ @@ -7828 ,6 +7837 ,7 @@ __all__ = [
95101 "LogStreamSumoEnum",
96102 "LogStreamSumoResponseSchema",
97103 "LogStreamSumoSink",
98104 + "ManagementClient",
99105 "MdlPresentationProperties",
100106 "MdlPresentationRequest",
101107 "MdlPresentationRequestProperties",
102- @@ -8001 ,6 +8011 ,7 @@ __all__ = [
108+ @@ -8068 ,6 +8078 ,7 @@ __all__ = [
103109 "TestEventDataContent",
104110 "TokenExchangeProfileResponseContent",
105111 "TokenExchangeProfileTypeEnum",
@@ -1109,6 +1115,7 @@ patches:
11091115 CreatePhoneTemplateResponseContent,
11101116 CreatePhoneTemplateTestNotificationResponseContent,
11111117 CreatePublicKeyDeviceCredentialResponseContent,
1118+ CreateRateLimitPolicyResponseContent,
11121119 CreateResourceServerResponseContent,
11131120 CreateRoleResponseContent,
11141121 CreateRuleResponseContent,
@@ -2218,6 +2225,7 @@ patches:
22182225 GetOrganizationResponseContent,
22192226 GetPartialsResponseContent,
22202227 GetPhoneTemplateResponseContent,
2228+ GetRateLimitPolicyResponseContent,
22212229 GetRefreshTokenResponseContent,
22222230 GetRefreshTokensPaginatedResponseContent,
22232231 GetResourceServerResponseContent,
@@ -2297,6 +2305,7 @@ patches:
22972305 ListFlowsRequestParametersHydrateEnum,
22982306 ListFlowsVaultConnectionsOffsetPaginatedResponseContent,
22992307 ListFormsOffsetPaginatedResponseContent,
2308+ ListGroupRolesResponseContent,
23002309 ListGroupsPaginatedResponseContent,
23012310 ListGuardianPoliciesResponseContent,
23022311 ListHooksOffsetPaginatedResponseContent,
@@ -2311,6 +2320,7 @@ patches:
23112320 ListOrganizationMembersPaginatedResponseContent,
23122321 ListOrganizationsPaginatedResponseContent,
23132322 ListPhoneTemplatesResponseContent,
2323+ ListRateLimitPoliciesPaginatedResponseContent,
23142324 ListRefreshTokensPaginatedResponseContent,
23152325 ListResourceServerOffsetPaginatedResponseContent,
23162326 ListRolePermissionsOffsetPaginatedResponseContent,
@@ -2432,6 +2442,13 @@ patches:
24322442 PasswordMaxLengthExceededPolicyEnum,
24332443 PasswordSequentialCharactersPolicyEnum,
24342444 PatchClientCredentialResponseContent,
2445+ PatchRateLimitPolicyConfigurationRequestContent,
2446+ PatchRateLimitPolicyConfigurationRequestContentAction,
2447+ PatchRateLimitPolicyConfigurationRequestContentActionAction,
2448+ PatchRateLimitPolicyConfigurationRequestContentOne,
2449+ PatchRateLimitPolicyConfigurationRequestContentOneAction,
2450+ PatchRateLimitPolicyConfigurationRequestContentZero,
2451+ PatchRateLimitPolicyConfigurationRequestContentZeroAction,
24352452 PatchSupplementalSignalsResponseContent,
24362453 PermissionRequestPayload,
24372454 PermissionsResponsePayload,
@@ -2458,6 +2475,16 @@ patches:
24582475 PublicKeyCredential,
24592476 PublicKeyCredentialAlgorithmEnum,
24602477 PublicKeyCredentialTypeEnum,
2478+ RateLimitPolicy,
2479+ RateLimitPolicyConfiguration,
2480+ RateLimitPolicyConfigurationAction,
2481+ RateLimitPolicyConfigurationActionAction,
2482+ RateLimitPolicyConfigurationOne,
2483+ RateLimitPolicyConfigurationOneAction,
2484+ RateLimitPolicyConfigurationZero,
2485+ RateLimitPolicyConfigurationZeroAction,
2486+ RateLimitPolicyConsumerEnum,
2487+ RateLimitPolicyResourceEnum,
24612488 RefreshTokenDate,
24622489 RefreshTokenDateObject,
24632490 RefreshTokenDevice,
@@ -2720,6 +2747,7 @@ patches:
27202747 UpdateOrganizationDiscoveryDomainResponseContent,
27212748 UpdateOrganizationResponseContent,
27222749 UpdatePhoneTemplateResponseContent,
2750+ UpdateRateLimitPolicyResponseContent,
27232751 UpdateRefreshTokenResponseContent,
27242752 UpdateResourceServerResponseContent,
27252753 UpdateRiskAssessmentsSettingsNewDeviceResponseContent,
@@ -2830,6 +2858,7 @@ patches:
28302858 network_acls,
28312859 organizations,
28322860 prompts,
2861+ rate_limit_policies,
28332862 refresh_tokens,
28342863 resource_servers,
28352864 risk_assessments,
@@ -3856,6 +3885,7 @@ patches:
38563885 "CreatePhoneTemplateResponseContent": ".types",
38573886 "CreatePhoneTemplateTestNotificationResponseContent": ".types",
38583887 "CreatePublicKeyDeviceCredentialResponseContent": ".types",
3888+ "CreateRateLimitPolicyResponseContent": ".types",
38593889 "CreateResourceServerResponseContent": ".types",
38603890 "CreateRoleResponseContent": ".types",
38613891 "CreateRuleResponseContent": ".types",
@@ -4970,6 +5000,7 @@ patches:
49705000 "GetOrganizationResponseContent": ".types",
49715001 "GetPartialsResponseContent": ".types",
49725002 "GetPhoneTemplateResponseContent": ".types",
5003+ "GetRateLimitPolicyResponseContent": ".types",
49735004 "GetRefreshTokenResponseContent": ".types",
49745005 "GetRefreshTokensPaginatedResponseContent": ".types",
49755006 "GetResourceServerResponseContent": ".types",
@@ -5051,6 +5082,7 @@ patches:
50515082 "ListFlowsRequestParametersHydrateEnum": ".types",
50525083 "ListFlowsVaultConnectionsOffsetPaginatedResponseContent": ".types",
50535084 "ListFormsOffsetPaginatedResponseContent": ".types",
5085+ "ListGroupRolesResponseContent": ".types",
50545086 "ListGroupsPaginatedResponseContent": ".types",
50555087 "ListGuardianPoliciesResponseContent": ".types",
50565088 "ListHooksOffsetPaginatedResponseContent": ".types",
@@ -5065,6 +5097,7 @@ patches:
50655097 "ListOrganizationMembersPaginatedResponseContent": ".types",
50665098 "ListOrganizationsPaginatedResponseContent": ".types",
50675099 "ListPhoneTemplatesResponseContent": ".types",
5100+ "ListRateLimitPoliciesPaginatedResponseContent": ".types",
50685101 "ListRefreshTokensPaginatedResponseContent": ".types",
50695102 "ListResourceServerOffsetPaginatedResponseContent": ".types",
50705103 "ListRolePermissionsOffsetPaginatedResponseContent": ".types",
@@ -5188,6 +5221,13 @@ patches:
51885221 "PasswordMaxLengthExceededPolicyEnum": ".types",
51895222 "PasswordSequentialCharactersPolicyEnum": ".types",
51905223 "PatchClientCredentialResponseContent": ".types",
5224+ "PatchRateLimitPolicyConfigurationRequestContent": ".types",
5225+ "PatchRateLimitPolicyConfigurationRequestContentAction": ".types",
5226+ "PatchRateLimitPolicyConfigurationRequestContentActionAction": ".types",
5227+ "PatchRateLimitPolicyConfigurationRequestContentOne": ".types",
5228+ "PatchRateLimitPolicyConfigurationRequestContentOneAction": ".types",
5229+ "PatchRateLimitPolicyConfigurationRequestContentZero": ".types",
5230+ "PatchRateLimitPolicyConfigurationRequestContentZeroAction": ".types",
51915231 "PatchSupplementalSignalsResponseContent": ".types",
51925232 "PaymentRequiredError": ".errors",
51935233 "PermissionRequestPayload": ".types",
@@ -5216,6 +5256,16 @@ patches:
52165256 "PublicKeyCredential": ".types",
52175257 "PublicKeyCredentialAlgorithmEnum": ".types",
52185258 "PublicKeyCredentialTypeEnum": ".types",
5259+ "RateLimitPolicy": ".types",
5260+ "RateLimitPolicyConfiguration": ".types",
5261+ "RateLimitPolicyConfigurationAction": ".types",
5262+ "RateLimitPolicyConfigurationActionAction": ".types",
5263+ "RateLimitPolicyConfigurationOne": ".types",
5264+ "RateLimitPolicyConfigurationOneAction": ".types",
5265+ "RateLimitPolicyConfigurationZero": ".types",
5266+ "RateLimitPolicyConfigurationZeroAction": ".types",
5267+ "RateLimitPolicyConsumerEnum": ".types",
5268+ "RateLimitPolicyResourceEnum": ".types",
52195269 "RefreshTokenDate": ".types",
52205270 "RefreshTokenDateObject": ".types",
52215271 "RefreshTokenDevice": ".types",
@@ -5482,6 +5532,7 @@ patches:
54825532 "UpdateOrganizationDiscoveryDomainResponseContent": ".types",
54835533 "UpdateOrganizationResponseContent": ".types",
54845534 "UpdatePhoneTemplateResponseContent": ".types",
5535+ "UpdateRateLimitPolicyResponseContent": ".types",
54855536 "UpdateRefreshTokenResponseContent": ".types",
54865537 "UpdateResourceServerResponseContent": ".types",
54875538 "UpdateRiskAssessmentsSettingsNewDeviceResponseContent": ".types",
@@ -5577,6 +5628,7 @@ patches:
55775628 "network_acls": ".network_acls",
55785629 "organizations": ".organizations",
55795630 "prompts": ".prompts",
5631+ "rate_limit_policies": ".rate_limit_policies",
55805632 "refresh_tokens": ".refresh_tokens",
55815633 "resource_servers": ".resource_servers",
55825634 "risk_assessments": ".risk_assessments",
@@ -6619,6 +6671,7 @@ patches:
66196671 "CreatePhoneTemplateResponseContent",
66206672 "CreatePhoneTemplateTestNotificationResponseContent",
66216673 "CreatePublicKeyDeviceCredentialResponseContent",
6674+ "CreateRateLimitPolicyResponseContent",
66226675 "CreateResourceServerResponseContent",
66236676 "CreateRoleResponseContent",
66246677 "CreateRuleResponseContent",
@@ -7732,6 +7785,7 @@ patches:
77327785 "GetOrganizationResponseContent",
77337786 "GetPartialsResponseContent",
77347787 "GetPhoneTemplateResponseContent",
7788+ "GetRateLimitPolicyResponseContent",
77357789 "GetRefreshTokenResponseContent",
77367790 "GetRefreshTokensPaginatedResponseContent",
77377791 "GetResourceServerResponseContent",
@@ -7813,6 +7867,7 @@ patches:
78137867 "ListFlowsRequestParametersHydrateEnum",
78147868 "ListFlowsVaultConnectionsOffsetPaginatedResponseContent",
78157869 "ListFormsOffsetPaginatedResponseContent",
7870+ "ListGroupRolesResponseContent",
78167871 "ListGroupsPaginatedResponseContent",
78177872 "ListGuardianPoliciesResponseContent",
78187873 "ListHooksOffsetPaginatedResponseContent",
@@ -7827,6 +7882,7 @@ patches:
78277882 "ListOrganizationMembersPaginatedResponseContent",
78287883 "ListOrganizationsPaginatedResponseContent",
78297884 "ListPhoneTemplatesResponseContent",
7885+ "ListRateLimitPoliciesPaginatedResponseContent",
78307886 "ListRefreshTokensPaginatedResponseContent",
78317887 "ListResourceServerOffsetPaginatedResponseContent",
78327888 "ListRolePermissionsOffsetPaginatedResponseContent",
@@ -7950,6 +8006,13 @@ patches:
79508006 "PasswordMaxLengthExceededPolicyEnum",
79518007 "PasswordSequentialCharactersPolicyEnum",
79528008 "PatchClientCredentialResponseContent",
8009+ "PatchRateLimitPolicyConfigurationRequestContent",
8010+ "PatchRateLimitPolicyConfigurationRequestContentAction",
8011+ "PatchRateLimitPolicyConfigurationRequestContentActionAction",
8012+ "PatchRateLimitPolicyConfigurationRequestContentOne",
8013+ "PatchRateLimitPolicyConfigurationRequestContentOneAction",
8014+ "PatchRateLimitPolicyConfigurationRequestContentZero",
8015+ "PatchRateLimitPolicyConfigurationRequestContentZeroAction",
79538016 "PatchSupplementalSignalsResponseContent",
79548017 "PaymentRequiredError",
79558018 "PermissionRequestPayload",
@@ -7978,6 +8041,16 @@ patches:
79788041 "PublicKeyCredential",
79798042 "PublicKeyCredentialAlgorithmEnum",
79808043 "PublicKeyCredentialTypeEnum",
8044+ "RateLimitPolicy",
8045+ "RateLimitPolicyConfiguration",
8046+ "RateLimitPolicyConfigurationAction",
8047+ "RateLimitPolicyConfigurationActionAction",
8048+ "RateLimitPolicyConfigurationOne",
8049+ "RateLimitPolicyConfigurationOneAction",
8050+ "RateLimitPolicyConfigurationZero",
8051+ "RateLimitPolicyConfigurationZeroAction",
8052+ "RateLimitPolicyConsumerEnum",
8053+ "RateLimitPolicyResourceEnum",
79818054 "RefreshTokenDate",
79828055 "RefreshTokenDateObject",
79838056 "RefreshTokenDevice",
@@ -8244,6 +8317,7 @@ patches:
82448317 "UpdateOrganizationDiscoveryDomainResponseContent",
82458318 "UpdateOrganizationResponseContent",
82468319 "UpdatePhoneTemplateResponseContent",
8320+ "UpdateRateLimitPolicyResponseContent",
82478321 "UpdateRefreshTokenResponseContent",
82488322 "UpdateResourceServerResponseContent",
82498323 "UpdateRiskAssessmentsSettingsNewDeviceResponseContent",
@@ -8339,6 +8413,7 @@ patches:
83398413 "network_acls",
83408414 "organizations",
83418415 "prompts",
8416+ "rate_limit_policies",
83428417 "refresh_tokens",
83438418 "resource_servers",
83448419 "risk_assessments",
@@ -8358,3 +8433,4 @@ patches:
83588433 "users",
83598434 "verifiable_credentials",
83608435 ]
8436+ user_owned: true
0 commit comments