|
42 | 42 | from .snippet import Snippet as Snippet
|
43 | 43 | from .edge_ips import EdgeIPs as EdgeIPs
|
44 | 44 | from .hostname import Hostname as Hostname
|
45 |
| -from .log_rule import LogRule as LogRule |
46 | 45 | from .settings import Settings as Settings
|
47 | 46 | from .calls_app import CallsApp as CallsApp
|
48 | 47 | from .component import Component as Component
|
49 | 48 | from .dns_param import DNSParam as DNSParam
|
50 | 49 | from .page_rule import PageRule as PageRule
|
51 | 50 | from .rate_plan import RatePlan as RatePlan
|
52 |
| -from .skip_rule import SkipRule as SkipRule |
53 |
| -from .block_rule import BlockRule as BlockRule |
54 | 51 | from .d1_binding import D1Binding as D1Binding
|
55 | 52 | from .hyperdrive import Hyperdrive as Hyperdrive
|
56 | 53 | from .membership import Membership as Membership
|
|
64 | 61 | from .route_param import RouteParam as RouteParam
|
65 | 62 | from .rules_param import RulesParam as RulesParam
|
66 | 63 | from .check_region import CheckRegion as CheckRegion
|
67 |
| -from .execute_rule import ExecuteRule as ExecuteRule |
68 | 64 | from .header_param import HeaderParam as HeaderParam
|
69 | 65 | from .health_check import HealthCheck as HealthCheck
|
70 | 66 | from .origin_param import OriginParam as OriginParam
|
|
81 | 77 | from .hostname_param import HostnameParam as HostnameParam
|
82 | 78 | from .ip_list_params import IPListParams as IPListParams
|
83 | 79 | from .labeled_region import LabeledRegion as LabeledRegion
|
84 |
| -from .log_rule_param import LogRuleParam as LogRuleParam |
85 | 80 | from .warp_connector import WARPConnector as WARPConnector
|
86 | 81 | from .allowed_origins import AllowedOrigins as AllowedOrigins
|
87 | 82 | from .custom_hostname import CustomHostname as CustomHostname
|
88 | 83 | from .firewall_filter import FirewallFilter as FirewallFilter
|
89 | 84 | from .origin_steering import OriginSteering as OriginSteering
|
90 | 85 | from .random_steering import RandomSteering as RandomSteering
|
91 | 86 | from .service_binding import ServiceBinding as ServiceBinding
|
92 |
| -from .skip_rule_param import SkipRuleParam as SkipRuleParam |
93 | 87 | from .adaptive_routing import AdaptiveRouting as AdaptiveRouting
|
94 |
| -from .block_rule_param import BlockRuleParam as BlockRuleParam |
95 | 88 | from .geo_restrictions import GeoRestrictions as GeoRestrictions
|
96 | 89 | from .ip_list_response import IPListResponse as IPListResponse
|
97 | 90 | from .mtls_certificate import MTLSCertificate as MTLSCertificate
|
|
116 | 109 | from .client_certificate import ClientCertificate as ClientCertificate
|
117 | 110 | from .custom_certificate import CustomCertificate as CustomCertificate
|
118 | 111 | from .dnssec_edit_params import DNSSECEditParams as DNSSECEditParams
|
119 |
| -from .execute_rule_param import ExecuteRuleParam as ExecuteRuleParam |
120 | 112 | from .filter_list_params import FilterListParams as FilterListParams
|
121 | 113 | from .health_check_param import HealthCheckParam as HealthCheckParam
|
122 | 114 | from .http_configuration import HTTPConfiguration as HTTPConfiguration
|
|
0 commit comments