Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(api): update via SDK Studio #354

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5090,12 +5090,12 @@ from cloudflare.types.zero_trust.access import (
AllowedOriginsh,
AppID,
Application,
CorsHeaders,
CORSHeaders,
CustomPagesh,
SaasAppNameFormat,
SaasAppNameIDFormat,
SaasAppSource,
SAMLSaasApp,
SaaSAppNameFormat,
SaaSAppNameIDFormat,
SaaSAppSource,
SAMLSaaSApp,
SelfHostedDomainsh,
ApplicationDeleteResponse,
ApplicationRevokeTokensResponse,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
Application,
AllowedIdpsh,
CustomPagesh,
CorsHeadersParam,
CORSHeadersParam,
SelfHostedDomainsh,
ApplicationDeleteResponse,
application_create_params,
Expand Down Expand Up @@ -98,7 +98,7 @@ def create(
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
custom_deny_message: str | NotGiven = NOT_GIVEN,
custom_deny_url: str | NotGiven = NOT_GIVEN,
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -213,7 +213,7 @@ def create(
custom_pages: List[CustomPagesh] | NotGiven = NOT_GIVEN,
logo_url: str | NotGiven = NOT_GIVEN,
name: str | NotGiven = NOT_GIVEN,
saas_app: application_create_params.SaaSApplicationSaasApp | NotGiven = NOT_GIVEN,
saas_app: application_create_params.SaaSApplicationSaaSApp | NotGiven = NOT_GIVEN,
tags: List[str] | NotGiven = NOT_GIVEN,
type: str | NotGiven = NOT_GIVEN,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
Expand Down Expand Up @@ -272,7 +272,7 @@ def create(
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
custom_deny_message: str | NotGiven = NOT_GIVEN,
custom_deny_url: str | NotGiven = NOT_GIVEN,
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -387,7 +387,7 @@ def create(
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
custom_deny_message: str | NotGiven = NOT_GIVEN,
custom_deny_url: str | NotGiven = NOT_GIVEN,
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -694,7 +694,7 @@ def create(
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
custom_deny_message: str | NotGiven = NOT_GIVEN,
custom_deny_url: str | NotGiven = NOT_GIVEN,
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
Expand All @@ -711,7 +711,7 @@ def create(
session_duration: str | NotGiven = NOT_GIVEN,
skip_interstitial: bool | NotGiven = NOT_GIVEN,
tags: List[str] | NotGiven = NOT_GIVEN,
saas_app: application_create_params.SaaSApplicationSaasApp | NotGiven = NOT_GIVEN,
saas_app: application_create_params.SaaSApplicationSaaSApp | NotGiven = NOT_GIVEN,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
# The extra values given here take precedence over values defined on the client or passed to this method.
extra_headers: Headers | None = None,
Expand Down Expand Up @@ -790,7 +790,7 @@ def update(
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
custom_deny_message: str | NotGiven = NOT_GIVEN,
custom_deny_url: str | NotGiven = NOT_GIVEN,
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -908,7 +908,7 @@ def update(
custom_pages: List[CustomPagesh] | NotGiven = NOT_GIVEN,
logo_url: str | NotGiven = NOT_GIVEN,
name: str | NotGiven = NOT_GIVEN,
saas_app: application_update_params.SaaSApplicationSaasApp | NotGiven = NOT_GIVEN,
saas_app: application_update_params.SaaSApplicationSaaSApp | NotGiven = NOT_GIVEN,
tags: List[str] | NotGiven = NOT_GIVEN,
type: str | NotGiven = NOT_GIVEN,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
Expand Down Expand Up @@ -970,7 +970,7 @@ def update(
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
custom_deny_message: str | NotGiven = NOT_GIVEN,
custom_deny_url: str | NotGiven = NOT_GIVEN,
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -1088,7 +1088,7 @@ def update(
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
custom_deny_message: str | NotGiven = NOT_GIVEN,
custom_deny_url: str | NotGiven = NOT_GIVEN,
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -1410,7 +1410,7 @@ def update(
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
custom_deny_message: str | NotGiven = NOT_GIVEN,
custom_deny_url: str | NotGiven = NOT_GIVEN,
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
Expand All @@ -1427,7 +1427,7 @@ def update(
session_duration: str | NotGiven = NOT_GIVEN,
skip_interstitial: bool | NotGiven = NOT_GIVEN,
tags: List[str] | NotGiven = NOT_GIVEN,
saas_app: application_update_params.SaaSApplicationSaasApp | NotGiven = NOT_GIVEN,
saas_app: application_update_params.SaaSApplicationSaaSApp | NotGiven = NOT_GIVEN,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
# The extra values given here take precedence over values defined on the client or passed to this method.
extra_headers: Headers | None = None,
Expand Down Expand Up @@ -1746,7 +1746,7 @@ async def create(
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
custom_deny_message: str | NotGiven = NOT_GIVEN,
custom_deny_url: str | NotGiven = NOT_GIVEN,
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -1861,7 +1861,7 @@ async def create(
custom_pages: List[CustomPagesh] | NotGiven = NOT_GIVEN,
logo_url: str | NotGiven = NOT_GIVEN,
name: str | NotGiven = NOT_GIVEN,
saas_app: application_create_params.SaaSApplicationSaasApp | NotGiven = NOT_GIVEN,
saas_app: application_create_params.SaaSApplicationSaaSApp | NotGiven = NOT_GIVEN,
tags: List[str] | NotGiven = NOT_GIVEN,
type: str | NotGiven = NOT_GIVEN,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
Expand Down Expand Up @@ -1920,7 +1920,7 @@ async def create(
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
custom_deny_message: str | NotGiven = NOT_GIVEN,
custom_deny_url: str | NotGiven = NOT_GIVEN,
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -2035,7 +2035,7 @@ async def create(
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
custom_deny_message: str | NotGiven = NOT_GIVEN,
custom_deny_url: str | NotGiven = NOT_GIVEN,
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -2342,7 +2342,7 @@ async def create(
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
custom_deny_message: str | NotGiven = NOT_GIVEN,
custom_deny_url: str | NotGiven = NOT_GIVEN,
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
Expand All @@ -2359,7 +2359,7 @@ async def create(
session_duration: str | NotGiven = NOT_GIVEN,
skip_interstitial: bool | NotGiven = NOT_GIVEN,
tags: List[str] | NotGiven = NOT_GIVEN,
saas_app: application_create_params.SaaSApplicationSaasApp | NotGiven = NOT_GIVEN,
saas_app: application_create_params.SaaSApplicationSaaSApp | NotGiven = NOT_GIVEN,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
# The extra values given here take precedence over values defined on the client or passed to this method.
extra_headers: Headers | None = None,
Expand Down Expand Up @@ -2438,7 +2438,7 @@ async def update(
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
custom_deny_message: str | NotGiven = NOT_GIVEN,
custom_deny_url: str | NotGiven = NOT_GIVEN,
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -2556,7 +2556,7 @@ async def update(
custom_pages: List[CustomPagesh] | NotGiven = NOT_GIVEN,
logo_url: str | NotGiven = NOT_GIVEN,
name: str | NotGiven = NOT_GIVEN,
saas_app: application_update_params.SaaSApplicationSaasApp | NotGiven = NOT_GIVEN,
saas_app: application_update_params.SaaSApplicationSaaSApp | NotGiven = NOT_GIVEN,
tags: List[str] | NotGiven = NOT_GIVEN,
type: str | NotGiven = NOT_GIVEN,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
Expand Down Expand Up @@ -2618,7 +2618,7 @@ async def update(
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
custom_deny_message: str | NotGiven = NOT_GIVEN,
custom_deny_url: str | NotGiven = NOT_GIVEN,
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -2736,7 +2736,7 @@ async def update(
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
custom_deny_message: str | NotGiven = NOT_GIVEN,
custom_deny_url: str | NotGiven = NOT_GIVEN,
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
Expand Down Expand Up @@ -3058,7 +3058,7 @@ async def update(
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
custom_deny_message: str | NotGiven = NOT_GIVEN,
custom_deny_url: str | NotGiven = NOT_GIVEN,
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
Expand All @@ -3075,7 +3075,7 @@ async def update(
session_duration: str | NotGiven = NOT_GIVEN,
skip_interstitial: bool | NotGiven = NOT_GIVEN,
tags: List[str] | NotGiven = NOT_GIVEN,
saas_app: application_update_params.SaaSApplicationSaasApp | NotGiven = NOT_GIVEN,
saas_app: application_update_params.SaaSApplicationSaaSApp | NotGiven = NOT_GIVEN,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
# The extra values given here take precedence over values defined on the client or passed to this method.
extra_headers: Headers | None = None,
Expand Down
16 changes: 8 additions & 8 deletions src/cloudflare/types/zero_trust/access/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
from .certificate import Certificate as Certificate
from .custom_page import CustomPage as CustomPage
from .app_id_param import AppIDParam as AppIDParam
from .cors_headers import CorsHeaders as CorsHeaders
from .cors_headers import CORSHeaders as CORSHeaders
from .allowed_idpsh import AllowedIdpsh as AllowedIdpsh
from .custom_pagesh import CustomPagesh as CustomPagesh
from .saml_saas_app import SAMLSaasApp as SAMLSaasApp
from .saml_saas_app import SAMLSaaSApp as SAMLSaaSApp
from .service_token import ServiceToken as ServiceToken
from .saas_app_source import SaasAppSource as SaasAppSource
from .saas_app_source import SaaSAppSource as SaaSAppSource
from .allowed_headersh import AllowedHeadersh as AllowedHeadersh
from .allowed_methodsh import AllowedMethodsh as AllowedMethodsh
from .allowed_originsh import AllowedOriginsh as AllowedOriginsh
Expand All @@ -23,22 +23,22 @@
from .key_update_params import KeyUpdateParams as KeyUpdateParams
from .tag_create_params import TagCreateParams as TagCreateParams
from .tag_update_params import TagUpdateParams as TagUpdateParams
from .cors_headers_param import CorsHeadersParam as CorsHeadersParam
from .cors_headers_param import CORSHeadersParam as CORSHeadersParam
from .group_create_params import GroupCreateParams as GroupCreateParams
from .group_update_params import GroupUpdateParams as GroupUpdateParams
from .key_rotate_response import KeyRotateResponse as KeyRotateResponse
from .key_update_response import KeyUpdateResponse as KeyUpdateResponse
from .saml_saas_app_param import SAMLSaasAppParam as SAMLSaasAppParam
from .saml_saas_app_param import SAMLSaaSAppParam as SAMLSaaSAppParam
from .tag_delete_response import TagDeleteResponse as TagDeleteResponse
from .associated_hostnames import AssociatedHostnames as AssociatedHostnames
from .saas_app_name_format import SaasAppNameFormat as SaasAppNameFormat
from .saas_app_name_format import SaaSAppNameFormat as SaaSAppNameFormat
from .self_hosted_domainsh import SelfHostedDomainsh as SelfHostedDomainsh
from .group_delete_response import GroupDeleteResponse as GroupDeleteResponse
from .saas_app_source_param import SaasAppSourceParam as SaasAppSourceParam
from .saas_app_source_param import SaaSAppSourceParam as SaaSAppSourceParam
from .bookmark_create_params import BookmarkCreateParams as BookmarkCreateParams
from .bookmark_delete_params import BookmarkDeleteParams as BookmarkDeleteParams
from .bookmark_update_params import BookmarkUpdateParams as BookmarkUpdateParams
from .saas_app_name_id_format import SaasAppNameIDFormat as SaasAppNameIDFormat
from .saas_app_name_id_format import SaaSAppNameIDFormat as SaaSAppNameIDFormat
from .bookmark_delete_response import BookmarkDeleteResponse as BookmarkDeleteResponse
from .custom_page_without_html import CustomPageWithoutHTML as CustomPageWithoutHTML
from .application_create_params import ApplicationCreateParams as ApplicationCreateParams
Expand Down
Loading