@@ -2014,7 +2014,7 @@ Methods:
2014
2014
Types:
2015
2015
2016
2016
```python
2017
- from cloudflare.types import Hostname, KeylessCertificate, Tunnel, KeylessCertificateDeleteResponse
2017
+ from cloudflare.types import KeylessCertificate, Tunnel, KeylessCertificateDeleteResponse
2018
2018
```
2019
2019
2020
2020
Methods:
@@ -2204,11 +2204,7 @@ Methods:
2204
2204
Types:
2205
2205
2206
2206
```python
2207
- from cloudflare.types.origin_tls_client_auth import (
2208
- AuthenticatedOriginPull,
2209
- ID ,
2210
- HostnameUpdateResponse,
2211
- )
2207
+ from cloudflare.types.origin_tls_client_auth import AuthenticatedOriginPull, HostnameUpdateResponse
2212
2208
```
2213
2209
2214
2210
Methods:
@@ -3043,10 +3039,22 @@ Types:
3043
3039
```python
3044
3040
from cloudflare.types.rulesets import (
3045
3041
BlockRule,
3042
+ ChallengeRule,
3043
+ CompressResponseRule,
3046
3044
ExecuteRule,
3045
+ JsChallengeRule,
3047
3046
LogRule,
3048
3047
Logging,
3048
+ ManagedChallengeRule,
3049
+ RedirectRule,
3050
+ RewriteRule,
3051
+ RewriteURIPart,
3052
+ RouteRule,
3049
3053
RulesetRule,
3054
+ ScoreRule,
3055
+ ServeErrorRule,
3056
+ SetCacheSettingsRule,
3057
+ SetConfigRule,
3050
3058
SkipRule,
3051
3059
RuleCreateResponse,
3052
3060
RuleDeleteResponse,
@@ -4684,6 +4692,40 @@ Methods:
4684
4692
4685
4693
- <code title="get /accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/bindings">client.workers_for_platforms.dispatch.namespaces.scripts.bindings.<a href="./src/cloudflare/resources/workers_for_platforms/dispatch/namespaces/scripts/bindings.py">get</a>(script_name, \*, account_id, dispatch_namespace) -> <a href="./src/cloudflare/types/workers_for_platforms/dispatch/namespaces/scripts/binding_get_response.py">BindingGetResponse</a></code>
4686
4694
4695
+ ##### Secrets
4696
+
4697
+ Types:
4698
+
4699
+ ```python
4700
+ from cloudflare.types.workers_for_platforms.dispatch.namespaces.scripts import (
4701
+ SecretUpdateResponse,
4702
+ SecretListResponse,
4703
+ )
4704
+ ```
4705
+
4706
+ Methods:
4707
+
4708
+ - <code title="put /accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/secrets">client.workers_for_platforms.dispatch.namespaces.scripts.secrets.<a href="./src/cloudflare/resources/workers_for_platforms/dispatch/namespaces/scripts/secrets.py">update</a>(script_name, \*, account_id, dispatch_namespace, \*\*<a href="src/cloudflare/types/workers_for_platforms/dispatch/namespaces/scripts/secret_update_params.py">params</a>) -> <a href="./src/cloudflare/types/workers_for_platforms/dispatch/namespaces/scripts/secret_update_response.py">SecretUpdateResponse</a></code>
4709
+ - <code title="get /accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/secrets">client.workers_for_platforms.dispatch.namespaces.scripts.secrets.<a href="./src/cloudflare/resources/workers_for_platforms/dispatch/namespaces/scripts/secrets.py">list</a>(script_name, \*, account_id, dispatch_namespace) -> <a href="./src/cloudflare/types/workers_for_platforms/dispatch/namespaces/scripts/secret_list_response.py">SyncSinglePage[SecretListResponse]</a></code>
4710
+
4711
+ ##### Tags
4712
+
4713
+ Types:
4714
+
4715
+ ```python
4716
+ from cloudflare.types.workers_for_platforms.dispatch.namespaces.scripts import (
4717
+ TagUpdateResponse,
4718
+ TagListResponse,
4719
+ TagDeleteResponse,
4720
+ )
4721
+ ```
4722
+
4723
+ Methods:
4724
+
4725
+ - <code title="put /accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/tags">client.workers_for_platforms.dispatch.namespaces.scripts.tags.<a href="./src/cloudflare/resources/workers_for_platforms/dispatch/namespaces/scripts/tags.py">update</a>(script_name, \*, account_id, dispatch_namespace, \*\*<a href="src/cloudflare/types/workers_for_platforms/dispatch/namespaces/scripts/tag_update_params.py">params</a>) -> <a href="./src/cloudflare/types/workers_for_platforms/dispatch/namespaces/scripts/tag_update_response.py">TagUpdateResponse</a></code>
4726
+ - <code title="get /accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/tags">client.workers_for_platforms.dispatch.namespaces.scripts.tags.<a href="./src/cloudflare/resources/workers_for_platforms/dispatch/namespaces/scripts/tags.py">list</a>(script_name, \*, account_id, dispatch_namespace) -> <a href="./src/cloudflare/types/workers_for_platforms/dispatch/namespaces/scripts/tag_list_response.py">SyncSinglePage[TagListResponse]</a></code>
4727
+ - <code title="delete /accounts/{account_id}/workers/dispatch/namespaces/{dispatch_namespace}/scripts/{script_name}/tags/{tag}">client.workers_for_platforms.dispatch.namespaces.scripts.tags.<a href="./src/cloudflare/resources/workers_for_platforms/dispatch/namespaces/scripts/tags.py">delete</a>(tag, \*, account_id, dispatch_namespace, script_name) -> <a href="./src/cloudflare/types/workers_for_platforms/dispatch/namespaces/scripts/tag_delete_response.py">object</a></code>
4728
+
4687
4729
# ZeroTrust
4688
4730
4689
4731
## Devices
0 commit comments