Skip to content

Commit

Permalink
chore(internal): version bump (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Sep 20, 2024
1 parent af8b53b commit 231f120
Show file tree
Hide file tree
Showing 65 changed files with 88 additions and 19 deletions.
1 change: 1 addition & 0 deletions src/cloudflare/types/accounts/member_delete_response.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["MemberDeleteResponse"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/cache/cache_purge_response.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["CachePurgeResponse"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["AccessRuleDeleteResponse"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/firewall/deleted_filter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["DeletedFilter"]
Expand Down
10 changes: 3 additions & 7 deletions src/cloudflare/types/hyperdrive/configuration.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from typing import Optional
from typing_extensions import Literal

from ..._models import BaseModel
Expand All @@ -15,14 +14,11 @@ class Configuration(BaseModel):
host: str
"""The host (hostname or IP) of your origin database."""

port: int
"""The port (default: 5432 for Postgres) of your origin database."""

scheme: Literal["postgres", "postgresql", "mysql"]
"""Specifies the URL scheme used to connect to your origin database."""

user: str
"""The user of your origin database."""

access_client_id: Optional[str] = None
"""The Client ID of the Access token to use when connecting to the origin database"""

port: Optional[int] = None
"""The port (default: 5432 for Postgres) of your origin database."""
9 changes: 3 additions & 6 deletions src/cloudflare/types/hyperdrive/configuration_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ class ConfigurationParam(TypedDict, total=False):
host: Required[str]
"""The host (hostname or IP) of your origin database."""

port: Required[int]
"""The port (default: 5432 for Postgres) of your origin database."""

scheme: Required[Literal["postgres", "postgresql", "mysql"]]
"""Specifies the URL scheme used to connect to your origin database."""

user: Required[str]
"""The user of your origin database."""

access_client_id: str
"""The Client ID of the Access token to use when connecting to the origin database"""

port: int
"""The port (default: 5432 for Postgres) of your origin database."""
1 change: 1 addition & 0 deletions src/cloudflare/types/iam/resource_group_delete_response.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["ResourceGroupDeleteResponse"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/keyless_certificates/tunnel.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["Tunnel"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/kv/namespace_delete_response.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["NamespaceDeleteResponse"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/kv/namespace_update_response.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["NamespaceUpdateResponse"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/kv/namespaces/bulk_delete_response.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ...._models import BaseModel

__all__ = ["BulkDeleteResponse"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/kv/namespaces/bulk_update_response.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ...._models import BaseModel

__all__ = ["BulkUpdateResponse"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ...._models import BaseModel

__all__ = ["ValueDeleteResponse"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ...._models import BaseModel

__all__ = ["ValueUpdateResponse"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["PageShieldUpdateResponse"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/page_shield/setting.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["Setting"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/pagerules/pagerule_delete_response.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["PageruleDeleteResponse"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/radar/bgp/route_stats_response.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ...._models import BaseModel

__all__ = ["RouteStatsResponse", "Meta", "Stats"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/radar/dataset_download_response.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["DatasetDownloadResponse", "Dataset"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ....._models import BaseModel
from ...radar_email_series import RadarEmailSeries

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ....._models import BaseModel
from ...radar_email_series import RadarEmailSeries

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ....._models import BaseModel
from ...radar_email_series import RadarEmailSeries

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ....._models import BaseModel
from ...radar_email_series import RadarEmailSeries

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ....._models import BaseModel
from ...radar_email_series import RadarEmailSeries

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ....._models import BaseModel
from ...radar_email_series import RadarEmailSeries

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ....._models import BaseModel
from ...radar_email_series import RadarEmailSeries

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ....._models import BaseModel
from ...radar_email_series import RadarEmailSeries

Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/radar/http/browser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ...._models import BaseModel

__all__ = ["Browser"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/rules/hostname.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["Hostname"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/rulesets/logging.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["Logging"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/secondary_dns/acl.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["ACL"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/secondary_dns/tsig.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["TSIG"]
Expand Down
2 changes: 2 additions & 0 deletions src/cloudflare/types/shared/asn.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.




__all__ = ["ASN"]

ASN = int
2 changes: 2 additions & 0 deletions src/cloudflare/types/shared/permission.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.




__all__ = ["Permission"]

Permission = str
1 change: 1 addition & 0 deletions src/cloudflare/types/shared/response_info.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["ResponseInfo"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/user/token_delete_response.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["TokenDeleteResponse"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["SettingEditResponse"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/waiting_rooms/setting_get_response.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["SettingGetResponse"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["SettingUpdateResponse"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/web3/hostname_delete_response.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["HostnameDeleteResponse"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ......_models import BaseModel

__all__ = ["EntryDeleteResponse"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ....._models import BaseModel

__all__ = ["CertificateSettings"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["AccessDevicePostureRule", "DevicePosture"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["AnyValidServiceTokenRule"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["AuthenticationMethodRule", "AuthMethod"]
Expand Down
1 change: 1 addition & 0 deletions src/cloudflare/types/zero_trust/certificate_rule.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.



from ..._models import BaseModel

__all__ = ["CertificateRule"]
Expand Down
Loading

0 comments on commit 231f120

Please sign in to comment.