@@ -3759,11 +3759,7 @@ Methods:
3759
3759
Types:
3760
3760
3761
3761
``` python
3762
- from cloudflare.types import (
3763
- HealthCheck,
3764
- HealthCheckType,
3765
- UnnamedSchemaRefEebdc868ce7f7ae92e23438caa84e7b5,
3766
- )
3762
+ from cloudflare.types import HealthCheck, HealthCheckRate, HealthCheckType
3767
3763
```
3768
3764
3769
3765
## CfInterconnects
@@ -3967,10 +3963,7 @@ Methods:
3967
3963
Types:
3968
3964
3969
3965
``` python
3970
- from cloudflare.types.magic_network_monitoring import (
3971
- Configuration,
3972
- UnnamedSchemaRef621ca3f6ea9a96427c902b0d14279ff8,
3973
- )
3966
+ from cloudflare.types.magic_network_monitoring import Configuration
3974
3967
```
3975
3968
3976
3969
Methods:
@@ -3992,10 +3985,7 @@ Methods:
3992
3985
Types:
3993
3986
3994
3987
``` python
3995
- from cloudflare.types.magic_network_monitoring import (
3996
- MagicNetworkMonitoringRule,
3997
- UnnamedSchemaRef99ba74ba6027c3c87ca03d4e81cfc16d,
3998
- )
3988
+ from cloudflare.types.magic_network_monitoring import MagicNetworkMonitoringRule
3999
3989
```
4000
3990
4001
3991
Methods:
@@ -4198,13 +4188,7 @@ Methods:
4198
4188
Types:
4199
4189
4200
4190
``` python
4201
- from cloudflare.types.rules import (
4202
- Hostname,
4203
- List,
4204
- Redirect,
4205
- UnnamedSchemaRefE706d5e8367564544e2991af82ebb07a,
4206
- ListDeleteResponse,
4207
- )
4191
+ from cloudflare.types.rules import Hostname, List, Redirect, ListDeleteResponse
4208
4192
```
4209
4193
4210
4194
Methods:
@@ -4220,10 +4204,7 @@ Methods:
4220
4204
Types:
4221
4205
4222
4206
``` python
4223
- from cloudflare.types.rules.lists import (
4224
- UnnamedSchemaRefCc279fb99baf6a166db5c4e790a8c6cd,
4225
- BulkOperationGetResponse,
4226
- )
4207
+ from cloudflare.types.rules.lists import OperationStatus, BulkOperationGetResponse
4227
4208
```
4228
4209
4229
4210
Methods:
@@ -4236,8 +4217,8 @@ Types:
4236
4217
4237
4218
``` python
4238
4219
from cloudflare.types.rules.lists import (
4239
- UnnamedSchemaRef34bb6e31800bc0207c083affa12d2775 ,
4240
- UnnamedSchemaRef46621d4d5b6644caae5c9167b8e28865 ,
4220
+ ListCursor ,
4221
+ ListItem ,
4241
4222
ItemCreateResponse,
4242
4223
ItemUpdateResponse,
4243
4224
ItemListResponse,
@@ -4261,11 +4242,7 @@ Methods:
4261
4242
Types:
4262
4243
4263
4244
``` python
4264
- from cloudflare.types.storage import (
4265
- Components,
4266
- Schema,
4267
- UnnamedSchemaRef608bee5065f7314d6fa572b89a1910f7,
4268
- )
4245
+ from cloudflare.types.storage import Components, Schema
4269
4246
```
4270
4247
4271
4248
Methods:
@@ -4490,7 +4467,7 @@ Methods:
4490
4467
Types:
4491
4468
4492
4469
``` python
4493
- from cloudflare.types import UnnamedSchemaRefD6e23adacaca017802aaa484a8b3f405
4470
+ from cloudflare.types import Alert
4494
4471
```
4495
4472
4496
4473
## AvailableAlerts
@@ -4753,9 +4730,9 @@ Types:
4753
4730
4754
4731
``` python
4755
4732
from cloudflare.types.zero_trust.devices import (
4733
+ DEXTest,
4756
4734
SchemaData,
4757
4735
SchemaHTTP,
4758
- UnnamedSchemaRef15fd6ef0641450fd873ffb71715170c9,
4759
4736
DEXTestDeleteResponse,
4760
4737
)
4761
4738
```
@@ -4773,11 +4750,7 @@ Methods:
4773
4750
Types:
4774
4751
4775
4752
``` python
4776
- from cloudflare.types.zero_trust.devices import (
4777
- DeviceNetwork,
4778
- UnnamedSchemaRefD2b048663faf5e0cd5c90501b71171de,
4779
- NetworkDeleteResponse,
4780
- )
4753
+ from cloudflare.types.zero_trust.devices import DeviceNetwork, NetworkDeleteResponse
4781
4754
```
4782
4755
4783
4756
Methods:
@@ -4793,11 +4766,7 @@ Methods:
4793
4766
Types:
4794
4767
4795
4768
``` python
4796
- from cloudflare.types.zero_trust.devices import (
4797
- SettingsPolicy,
4798
- UnnamedSchemaRefF636ff9f2cb41ff4b715cf8ed8515581,
4799
- PolicyDeleteResponse,
4800
- )
4769
+ from cloudflare.types.zero_trust.devices import SettingsPolicy, PolicyDeleteResponse
4801
4770
```
4802
4771
4803
4772
Methods:
@@ -4827,7 +4796,6 @@ Types:
4827
4796
``` python
4828
4797
from cloudflare.types.zero_trust.devices.policies import (
4829
4798
SplitTunnelExclude,
4830
- UnnamedSchemaRef0462afe1a32ee90b1999d4277af59fa8,
4831
4799
ExcludeUpdateResponse,
4832
4800
ExcludeGetResponse,
4833
4801
)
@@ -4846,7 +4814,7 @@ Types:
4846
4814
``` python
4847
4815
from cloudflare.types.zero_trust.devices.policies import (
4848
4816
FallbackDomain,
4849
- UnnamedSchemaRef1fbf91ecd61792c751fead58dc8005e6 ,
4817
+ FallbackDomainPolicy ,
4850
4818
FallbackDomainUpdateResponse,
4851
4819
FallbackDomainGetResponse,
4852
4820
)
@@ -4865,7 +4833,6 @@ Types:
4865
4833
``` python
4866
4834
from cloudflare.types.zero_trust.devices.policies import (
4867
4835
SplitTunnelInclude,
4868
- UnnamedSchemaRef5e0c6134a624678286f4a424b001870a,
4869
4836
IncludeUpdateResponse,
4870
4837
IncludeGetResponse,
4871
4838
)
@@ -4886,9 +4853,6 @@ from cloudflare.types.zero_trust.devices import (
4886
4853
DeviceInput,
4887
4854
DeviceMatch,
4888
4855
DevicePostureRule,
4889
- UnnamedSchemaRef34ef0ad73a63c3f76ed170adca181930,
4890
- UnnamedSchemaRef41885dd46b9e0294254c49305a273681,
4891
- UnnamedSchemaRef9e35ef84511131488ae286ce78ac4b27,
4892
4856
PostureDeleteResponse,
4893
4857
)
4894
4858
```
@@ -4906,11 +4870,7 @@ Methods:
4906
4870
Types:
4907
4871
4908
4872
``` python
4909
- from cloudflare.types.zero_trust.devices.posture import (
4910
- Integration,
4911
- UnnamedSchemaRefB84b377dfc9454d455b646d4bc9ab507,
4912
- IntegrationDeleteResponse,
4913
- )
4873
+ from cloudflare.types.zero_trust.devices.posture import Integration, IntegrationDeleteResponse
4914
4874
```
4915
4875
4916
4876
Methods:
@@ -5043,6 +5003,9 @@ from cloudflare.types.zero_trust.access import (
5043
5003
Application,
5044
5004
CorsHeaders,
5045
5005
CustomPagesh,
5006
+ SaasAppNameFormat,
5007
+ SaasAppNameIDFormat,
5008
+ SaasAppSource,
5046
5009
SAMLSaasApp,
5047
5010
SelfHostedDomainsh,
5048
5011
ApplicationDeleteResponse,
0 commit comments