@@ -5047,7 +5047,10 @@ Methods:
5047
5047
Types:
5048
5048
5049
5049
``` python
5050
- from cloudflare.types.zero_trust.access.applications import UserPolicyCheckListResponse
5050
+ from cloudflare.types.zero_trust.access.applications import (
5051
+ UserPolicyCheckGeo,
5052
+ UserPolicyCheckListResponse,
5053
+ )
5051
5054
```
5052
5055
5053
5056
Methods:
@@ -5285,11 +5288,7 @@ Methods:
5285
5288
Types:
5286
5289
5287
5290
``` python
5288
- from cloudflare.types.zero_trust import (
5289
- NetworkPath,
5290
- Percentiles,
5291
- UnnamedSchemaRefBf9e2abcf1b78a6cab8e6e29e2228a11,
5292
- )
5291
+ from cloudflare.types.zero_trust import DeviceExperienceMonitor, NetworkPath, Percentiles
5293
5292
```
5294
5293
5295
5294
### Colos
@@ -5665,10 +5664,10 @@ from cloudflare.types.zero_trust.gateway import (
5665
5664
CustomCertificateSettings,
5666
5665
ExtendedEmailMatching,
5667
5666
FipsSettings,
5667
+ GatewayConfigurationSettings,
5668
5668
NotificationSettings,
5669
5669
ProtocolDetection,
5670
5670
TLSSettings,
5671
- UnnamedSchemaRef055aaf3918bf29f81c09d394a864182e,
5672
5671
ConfigurationUpdateResponse,
5673
5672
ConfigurationEditResponse,
5674
5673
ConfigurationGetResponse,
@@ -5723,12 +5722,7 @@ Methods:
5723
5722
Types:
5724
5723
5725
5724
``` python
5726
- from cloudflare.types.zero_trust.gateway import (
5727
- Location,
5728
- LocationNetwork,
5729
- UnnamedSchemaRef1b37523fdb0ae5806cd8e062492aab66,
5730
- LocationDeleteResponse,
5731
- )
5725
+ from cloudflare.types.zero_trust.gateway import Location, LocationNetwork, LocationDeleteResponse
5732
5726
```
5733
5727
5734
5728
Methods:
@@ -5744,10 +5738,7 @@ Methods:
5744
5738
Types:
5745
5739
5746
5740
``` python
5747
- from cloudflare.types.zero_trust.gateway import (
5748
- LoggingSetting,
5749
- UnnamedSchemaRefE86eeb84b7e922c35cfb0031a6309f7b,
5750
- )
5741
+ from cloudflare.types.zero_trust.gateway import LoggingSetting
5751
5742
```
5752
5743
5753
5744
Methods:
@@ -5763,7 +5754,6 @@ Types:
5763
5754
from cloudflare.types.zero_trust.gateway import (
5764
5755
GatewayIPs,
5765
5756
ProxyEndpoint,
5766
- UnnamedSchemaRef4753ee81779d0e57189420079abab61e,
5767
5757
ProxyEndpointDeleteResponse,
5768
5758
)
5769
5759
```
@@ -5807,11 +5797,7 @@ Methods:
5807
5797
Types:
5808
5798
5809
5799
``` python
5810
- from cloudflare.types.zero_trust.networks import (
5811
- Route,
5812
- Teamnet,
5813
- UnnamedSchemaRefC125d35cbb7f93aab989cd19bd764ed6,
5814
- )
5800
+ from cloudflare.types.zero_trust.networks import NetworkRoute, Route, Teamnet
5815
5801
```
5816
5802
5817
5803
Methods:
@@ -5982,8 +5968,8 @@ Types:
5982
5968
5983
5969
``` python
5984
5970
from cloudflare.types.url_scanner import (
5985
- UnnamedSchemaRef3750739f772bbdf0bb00d6634ccc0631 ,
5986
- UnnamedSchemaRef6d7a78acccfc753a8e931b1c4e72b6a6 ,
5971
+ URLScannerDomain ,
5972
+ URLScannerTask ,
5987
5973
ScanCreateResponse,
5988
5974
ScanGetResponse,
5989
5975
ScanHarResponse,
0 commit comments