Skip to content

Commit 393b11d

Browse files
fern-api[bot]developerkunal
authored andcommitted
[fern-generated] Update SDK
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 5.12.10
1 parent 5e2d073 commit 393b11d

111 files changed

Lines changed: 6622 additions & 3206 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.

.fern/replay.lock

Lines changed: 0 additions & 839 deletions
Large diffs are not rendered by default.

reference.md

Lines changed: 2016 additions & 1363 deletions
Large diffs are not rendered by default.

src/auth0/management/__init__.py

Lines changed: 69 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,7 @@
998998
CreatePhoneTemplateResponseContent,
999999
CreatePhoneTemplateTestNotificationResponseContent,
10001000
CreatePublicKeyDeviceCredentialResponseContent,
1001+
CreateRateLimitPolicyResponseContent,
10011002
CreateResourceServerResponseContent,
10021003
CreateRoleResponseContent,
10031004
CreateRuleResponseContent,
@@ -2107,6 +2108,7 @@
21072108
GetOrganizationResponseContent,
21082109
GetPartialsResponseContent,
21092110
GetPhoneTemplateResponseContent,
2111+
GetRateLimitPolicyResponseContent,
21102112
GetRefreshTokenResponseContent,
21112113
GetRefreshTokensPaginatedResponseContent,
21122114
GetResourceServerResponseContent,
@@ -2186,6 +2188,7 @@
21862188
ListFlowsRequestParametersHydrateEnum,
21872189
ListFlowsVaultConnectionsOffsetPaginatedResponseContent,
21882190
ListFormsOffsetPaginatedResponseContent,
2191+
ListGroupRolesResponseContent,
21892192
ListGroupsPaginatedResponseContent,
21902193
ListGuardianPoliciesResponseContent,
21912194
ListHooksOffsetPaginatedResponseContent,
@@ -2200,6 +2203,7 @@
22002203
ListOrganizationMembersPaginatedResponseContent,
22012204
ListOrganizationsPaginatedResponseContent,
22022205
ListPhoneTemplatesResponseContent,
2206+
ListRateLimitPoliciesPaginatedResponseContent,
22032207
ListRefreshTokensPaginatedResponseContent,
22042208
ListResourceServerOffsetPaginatedResponseContent,
22052209
ListRolePermissionsOffsetPaginatedResponseContent,
@@ -2321,6 +2325,13 @@
23212325
PasswordMaxLengthExceededPolicyEnum,
23222326
PasswordSequentialCharactersPolicyEnum,
23232327
PatchClientCredentialResponseContent,
2328+
PatchRateLimitPolicyConfigurationRequestContent,
2329+
PatchRateLimitPolicyConfigurationRequestContentAction,
2330+
PatchRateLimitPolicyConfigurationRequestContentActionAction,
2331+
PatchRateLimitPolicyConfigurationRequestContentOne,
2332+
PatchRateLimitPolicyConfigurationRequestContentOneAction,
2333+
PatchRateLimitPolicyConfigurationRequestContentZero,
2334+
PatchRateLimitPolicyConfigurationRequestContentZeroAction,
23242335
PatchSupplementalSignalsResponseContent,
23252336
PermissionRequestPayload,
23262337
PermissionsResponsePayload,
@@ -2347,6 +2358,16 @@
23472358
PublicKeyCredential,
23482359
PublicKeyCredentialAlgorithmEnum,
23492360
PublicKeyCredentialTypeEnum,
2361+
RateLimitPolicy,
2362+
RateLimitPolicyConfiguration,
2363+
RateLimitPolicyConfigurationAction,
2364+
RateLimitPolicyConfigurationActionAction,
2365+
RateLimitPolicyConfigurationOne,
2366+
RateLimitPolicyConfigurationOneAction,
2367+
RateLimitPolicyConfigurationZero,
2368+
RateLimitPolicyConfigurationZeroAction,
2369+
RateLimitPolicyConsumerEnum,
2370+
RateLimitPolicyResourceEnum,
23502371
RefreshTokenDate,
23512372
RefreshTokenDateObject,
23522373
RefreshTokenDevice,
@@ -2609,6 +2630,7 @@
26092630
UpdateOrganizationDiscoveryDomainResponseContent,
26102631
UpdateOrganizationResponseContent,
26112632
UpdatePhoneTemplateResponseContent,
2633+
UpdateRateLimitPolicyResponseContent,
26122634
UpdateRefreshTokenResponseContent,
26132635
UpdateResourceServerResponseContent,
26142636
UpdateRiskAssessmentsSettingsNewDeviceResponseContent,
@@ -2719,6 +2741,7 @@
27192741
network_acls,
27202742
organizations,
27212743
prompts,
2744+
rate_limit_policies,
27222745
refresh_tokens,
27232746
resource_servers,
27242747
risk_assessments,
@@ -2743,8 +2766,6 @@
27432766
from .environment import Auth0Environment
27442767
from .event_streams import EventStreamsCreateRequest
27452768
from .version import __version__
2746-
from .management_client import AsyncManagementClient, CustomDomainHeader, ManagementClient
2747-
from .token_provider import AsyncTokenProvider, TokenProvider
27482769
_dynamic_imports: typing.Dict[str, str] = {
27492770
"Action": ".types",
27502771
"ActionBase": ".types",
@@ -2805,8 +2826,6 @@
28052826
"AssociateOrganizationClientGrantResponseContent": ".types",
28062827
"AsyncApprovalNotificationsChannelsEnum": ".types",
28072828
"AsyncAuth0": ".client",
2808-
"AsyncManagementClient": ".management_client",
2809-
"AsyncTokenProvider": ".token_provider",
28102829
"AttackProtectionCaptchaArkoseResponseContent": ".types",
28112830
"AttackProtectionCaptchaAuthChallengeRequest": ".types",
28122831
"AttackProtectionCaptchaAuthChallengeResponseContent": ".types",
@@ -3745,6 +3764,7 @@
37453764
"CreatePhoneTemplateResponseContent": ".types",
37463765
"CreatePhoneTemplateTestNotificationResponseContent": ".types",
37473766
"CreatePublicKeyDeviceCredentialResponseContent": ".types",
3767+
"CreateRateLimitPolicyResponseContent": ".types",
37483768
"CreateResourceServerResponseContent": ".types",
37493769
"CreateRoleResponseContent": ".types",
37503770
"CreateRuleResponseContent": ".types",
@@ -3765,7 +3785,6 @@
37653785
"CredentialDeviceTypeEnum": ".types",
37663786
"CredentialId": ".types",
37673787
"CustomDomain": ".types",
3768-
"CustomDomainHeader": ".management_client",
37693788
"CustomDomainCustomClientIpHeader": ".types",
37703789
"CustomDomainCustomClientIpHeaderEnum": ".types",
37713790
"CustomDomainProvisioningTypeEnum": ".types",
@@ -4859,6 +4878,7 @@
48594878
"GetOrganizationResponseContent": ".types",
48604879
"GetPartialsResponseContent": ".types",
48614880
"GetPhoneTemplateResponseContent": ".types",
4881+
"GetRateLimitPolicyResponseContent": ".types",
48624882
"GetRefreshTokenResponseContent": ".types",
48634883
"GetRefreshTokensPaginatedResponseContent": ".types",
48644884
"GetResourceServerResponseContent": ".types",
@@ -4940,6 +4960,7 @@
49404960
"ListFlowsRequestParametersHydrateEnum": ".types",
49414961
"ListFlowsVaultConnectionsOffsetPaginatedResponseContent": ".types",
49424962
"ListFormsOffsetPaginatedResponseContent": ".types",
4963+
"ListGroupRolesResponseContent": ".types",
49434964
"ListGroupsPaginatedResponseContent": ".types",
49444965
"ListGuardianPoliciesResponseContent": ".types",
49454966
"ListHooksOffsetPaginatedResponseContent": ".types",
@@ -4954,6 +4975,7 @@
49544975
"ListOrganizationMembersPaginatedResponseContent": ".types",
49554976
"ListOrganizationsPaginatedResponseContent": ".types",
49564977
"ListPhoneTemplatesResponseContent": ".types",
4978+
"ListRateLimitPoliciesPaginatedResponseContent": ".types",
49574979
"ListRefreshTokensPaginatedResponseContent": ".types",
49584980
"ListResourceServerOffsetPaginatedResponseContent": ".types",
49594981
"ListRolePermissionsOffsetPaginatedResponseContent": ".types",
@@ -5025,7 +5047,6 @@
50255047
"LogStreamSumoEnum": ".types",
50265048
"LogStreamSumoResponseSchema": ".types",
50275049
"LogStreamSumoSink": ".types",
5028-
"ManagementClient": ".management_client",
50295050
"MdlPresentationProperties": ".types",
50305051
"MdlPresentationRequest": ".types",
50315052
"MdlPresentationRequestProperties": ".types",
@@ -5077,6 +5098,13 @@
50775098
"PasswordMaxLengthExceededPolicyEnum": ".types",
50785099
"PasswordSequentialCharactersPolicyEnum": ".types",
50795100
"PatchClientCredentialResponseContent": ".types",
5101+
"PatchRateLimitPolicyConfigurationRequestContent": ".types",
5102+
"PatchRateLimitPolicyConfigurationRequestContentAction": ".types",
5103+
"PatchRateLimitPolicyConfigurationRequestContentActionAction": ".types",
5104+
"PatchRateLimitPolicyConfigurationRequestContentOne": ".types",
5105+
"PatchRateLimitPolicyConfigurationRequestContentOneAction": ".types",
5106+
"PatchRateLimitPolicyConfigurationRequestContentZero": ".types",
5107+
"PatchRateLimitPolicyConfigurationRequestContentZeroAction": ".types",
50805108
"PatchSupplementalSignalsResponseContent": ".types",
50815109
"PaymentRequiredError": ".errors",
50825110
"PermissionRequestPayload": ".types",
@@ -5105,6 +5133,16 @@
51055133
"PublicKeyCredential": ".types",
51065134
"PublicKeyCredentialAlgorithmEnum": ".types",
51075135
"PublicKeyCredentialTypeEnum": ".types",
5136+
"RateLimitPolicy": ".types",
5137+
"RateLimitPolicyConfiguration": ".types",
5138+
"RateLimitPolicyConfigurationAction": ".types",
5139+
"RateLimitPolicyConfigurationActionAction": ".types",
5140+
"RateLimitPolicyConfigurationOne": ".types",
5141+
"RateLimitPolicyConfigurationOneAction": ".types",
5142+
"RateLimitPolicyConfigurationZero": ".types",
5143+
"RateLimitPolicyConfigurationZeroAction": ".types",
5144+
"RateLimitPolicyConsumerEnum": ".types",
5145+
"RateLimitPolicyResourceEnum": ".types",
51085146
"RefreshTokenDate": ".types",
51095147
"RefreshTokenDateObject": ".types",
51105148
"RefreshTokenDevice": ".types",
@@ -5252,7 +5290,6 @@
52525290
"TokenQuota": ".types",
52535291
"TokenQuotaClientCredentials": ".types",
52545292
"TokenQuotaConfiguration": ".types",
5255-
"TokenProvider": ".token_provider",
52565293
"TooManyRequestsError": ".errors",
52575294
"TooManyRequestsSchema": ".types",
52585295
"TooManyRequestsSchemaError": ".types",
@@ -5371,6 +5408,7 @@
53715408
"UpdateOrganizationDiscoveryDomainResponseContent": ".types",
53725409
"UpdateOrganizationResponseContent": ".types",
53735410
"UpdatePhoneTemplateResponseContent": ".types",
5411+
"UpdateRateLimitPolicyResponseContent": ".types",
53745412
"UpdateRefreshTokenResponseContent": ".types",
53755413
"UpdateResourceServerResponseContent": ".types",
53765414
"UpdateRiskAssessmentsSettingsNewDeviceResponseContent": ".types",
@@ -5466,6 +5504,7 @@
54665504
"network_acls": ".network_acls",
54675505
"organizations": ".organizations",
54685506
"prompts": ".prompts",
5507+
"rate_limit_policies": ".rate_limit_policies",
54695508
"refresh_tokens": ".refresh_tokens",
54705509
"resource_servers": ".resource_servers",
54715510
"risk_assessments": ".risk_assessments",
@@ -5568,8 +5607,6 @@ def __dir__():
55685607
"AssociateOrganizationClientGrantResponseContent",
55695608
"AsyncApprovalNotificationsChannelsEnum",
55705609
"AsyncAuth0",
5571-
"AsyncManagementClient",
5572-
"AsyncTokenProvider",
55735610
"AttackProtectionCaptchaArkoseResponseContent",
55745611
"AttackProtectionCaptchaAuthChallengeRequest",
55755612
"AttackProtectionCaptchaAuthChallengeResponseContent",
@@ -6508,6 +6545,7 @@ def __dir__():
65086545
"CreatePhoneTemplateResponseContent",
65096546
"CreatePhoneTemplateTestNotificationResponseContent",
65106547
"CreatePublicKeyDeviceCredentialResponseContent",
6548+
"CreateRateLimitPolicyResponseContent",
65116549
"CreateResourceServerResponseContent",
65126550
"CreateRoleResponseContent",
65136551
"CreateRuleResponseContent",
@@ -7621,6 +7659,7 @@ def __dir__():
76217659
"GetOrganizationResponseContent",
76227660
"GetPartialsResponseContent",
76237661
"GetPhoneTemplateResponseContent",
7662+
"GetRateLimitPolicyResponseContent",
76247663
"GetRefreshTokenResponseContent",
76257664
"GetRefreshTokensPaginatedResponseContent",
76267665
"GetResourceServerResponseContent",
@@ -7702,6 +7741,7 @@ def __dir__():
77027741
"ListFlowsRequestParametersHydrateEnum",
77037742
"ListFlowsVaultConnectionsOffsetPaginatedResponseContent",
77047743
"ListFormsOffsetPaginatedResponseContent",
7744+
"ListGroupRolesResponseContent",
77057745
"ListGroupsPaginatedResponseContent",
77067746
"ListGuardianPoliciesResponseContent",
77077747
"ListHooksOffsetPaginatedResponseContent",
@@ -7716,6 +7756,7 @@ def __dir__():
77167756
"ListOrganizationMembersPaginatedResponseContent",
77177757
"ListOrganizationsPaginatedResponseContent",
77187758
"ListPhoneTemplatesResponseContent",
7759+
"ListRateLimitPoliciesPaginatedResponseContent",
77197760
"ListRefreshTokensPaginatedResponseContent",
77207761
"ListResourceServerOffsetPaginatedResponseContent",
77217762
"ListRolePermissionsOffsetPaginatedResponseContent",
@@ -7787,7 +7828,6 @@ def __dir__():
77877828
"LogStreamSumoEnum",
77887829
"LogStreamSumoResponseSchema",
77897830
"LogStreamSumoSink",
7790-
"ManagementClient",
77917831
"MdlPresentationProperties",
77927832
"MdlPresentationRequest",
77937833
"MdlPresentationRequestProperties",
@@ -7839,6 +7879,13 @@ def __dir__():
78397879
"PasswordMaxLengthExceededPolicyEnum",
78407880
"PasswordSequentialCharactersPolicyEnum",
78417881
"PatchClientCredentialResponseContent",
7882+
"PatchRateLimitPolicyConfigurationRequestContent",
7883+
"PatchRateLimitPolicyConfigurationRequestContentAction",
7884+
"PatchRateLimitPolicyConfigurationRequestContentActionAction",
7885+
"PatchRateLimitPolicyConfigurationRequestContentOne",
7886+
"PatchRateLimitPolicyConfigurationRequestContentOneAction",
7887+
"PatchRateLimitPolicyConfigurationRequestContentZero",
7888+
"PatchRateLimitPolicyConfigurationRequestContentZeroAction",
78427889
"PatchSupplementalSignalsResponseContent",
78437890
"PaymentRequiredError",
78447891
"PermissionRequestPayload",
@@ -7867,6 +7914,16 @@ def __dir__():
78677914
"PublicKeyCredential",
78687915
"PublicKeyCredentialAlgorithmEnum",
78697916
"PublicKeyCredentialTypeEnum",
7917+
"RateLimitPolicy",
7918+
"RateLimitPolicyConfiguration",
7919+
"RateLimitPolicyConfigurationAction",
7920+
"RateLimitPolicyConfigurationActionAction",
7921+
"RateLimitPolicyConfigurationOne",
7922+
"RateLimitPolicyConfigurationOneAction",
7923+
"RateLimitPolicyConfigurationZero",
7924+
"RateLimitPolicyConfigurationZeroAction",
7925+
"RateLimitPolicyConsumerEnum",
7926+
"RateLimitPolicyResourceEnum",
78707927
"RefreshTokenDate",
78717928
"RefreshTokenDateObject",
78727929
"RefreshTokenDevice",
@@ -8011,7 +8068,6 @@ def __dir__():
80118068
"TestEventDataContent",
80128069
"TokenExchangeProfileResponseContent",
80138070
"TokenExchangeProfileTypeEnum",
8014-
"TokenProvider",
80158071
"TokenQuota",
80168072
"TokenQuotaClientCredentials",
80178073
"TokenQuotaConfiguration",
@@ -8133,6 +8189,7 @@ def __dir__():
81338189
"UpdateOrganizationDiscoveryDomainResponseContent",
81348190
"UpdateOrganizationResponseContent",
81358191
"UpdatePhoneTemplateResponseContent",
8192+
"UpdateRateLimitPolicyResponseContent",
81368193
"UpdateRefreshTokenResponseContent",
81378194
"UpdateResourceServerResponseContent",
81388195
"UpdateRiskAssessmentsSettingsNewDeviceResponseContent",
@@ -8228,6 +8285,7 @@ def __dir__():
82288285
"network_acls",
82298286
"organizations",
82308287
"prompts",
8288+
"rate_limit_policies",
82318289
"refresh_tokens",
82328290
"resource_servers",
82338291
"risk_assessments",

src/auth0/management/actions/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def update(
284284
request_options: typing.Optional[RequestOptions] = None,
285285
) -> UpdateActionResponseContent:
286286
"""
287-
Update an existing action. If this action is currently bound to a trigger, updating it will <strong>not</strong> affect any user flows until the action is deployed.
287+
Update an existing action. If this action is currently bound to a trigger, updating it will **not** affect any user flows until the action is deployed.
288288
289289
Parameters
290290
----------
@@ -734,7 +734,7 @@ async def update(
734734
request_options: typing.Optional[RequestOptions] = None,
735735
) -> UpdateActionResponseContent:
736736
"""
737-
Update an existing action. If this action is currently bound to a trigger, updating it will <strong>not</strong> affect any user flows until the action is deployed.
737+
Update an existing action. If this action is currently bound to a trigger, updating it will **not** affect any user flows until the action is deployed.
738738
739739
Parameters
740740
----------

src/auth0/management/actions/raw_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def update(
519519
request_options: typing.Optional[RequestOptions] = None,
520520
) -> HttpResponse[UpdateActionResponseContent]:
521521
"""
522-
Update an existing action. If this action is currently bound to a trigger, updating it will <strong>not</strong> affect any user flows until the action is deployed.
522+
Update an existing action. If this action is currently bound to a trigger, updating it will **not** affect any user flows until the action is deployed.
523523
524524
Parameters
525525
----------
@@ -1325,7 +1325,7 @@ async def update(
13251325
request_options: typing.Optional[RequestOptions] = None,
13261326
) -> AsyncHttpResponse[UpdateActionResponseContent]:
13271327
"""
1328-
Update an existing action. If this action is currently bound to a trigger, updating it will <strong>not</strong> affect any user flows until the action is deployed.
1328+
Update an existing action. If this action is currently bound to a trigger, updating it will **not** affect any user flows until the action is deployed.
13291329
13301330
Parameters
13311331
----------

src/auth0/management/actions/versions/raw_client.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,6 @@ def deploy(
280280
json=convert_and_respect_annotation_metadata(
281281
object_=request, annotation=typing.Optional[DeployActionVersionRequestContent], direction="write"
282282
),
283-
headers={
284-
"content-type": "application/json",
285-
},
286283
request_options=request_options,
287284
omit=OMIT,
288285
)
@@ -605,9 +602,6 @@ async def deploy(
605602
json=convert_and_respect_annotation_metadata(
606603
object_=request, annotation=typing.Optional[DeployActionVersionRequestContent], direction="write"
607604
),
608-
headers={
609-
"content-type": "application/json",
610-
},
611605
request_options=request_options,
612606
omit=OMIT,
613607
)

src/auth0/management/branding/phone/templates/raw_client.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -565,9 +565,6 @@ def reset(
565565
f"branding/phone/templates/{encode_path_param(id)}/reset",
566566
method="PATCH",
567567
json=request,
568-
headers={
569-
"content-type": "application/json",
570-
},
571568
request_options=request_options,
572569
omit=OMIT,
573570
)
@@ -1280,9 +1277,6 @@ async def reset(
12801277
f"branding/phone/templates/{encode_path_param(id)}/reset",
12811278
method="PATCH",
12821279
json=request,
1283-
headers={
1284-
"content-type": "application/json",
1285-
},
12861280
request_options=request_options,
12871281
omit=OMIT,
12881282
)

0 commit comments

Comments
 (0)