|
10 | 10 | "Configuration",
|
11 | 11 | "ConfigurationLegacyJhsIPConfiguration",
|
12 | 12 | "ConfigurationLegacyJhsIPV6Configuration",
|
13 |
| - "ConfigurationLegacyJhsCidrConfiguration", |
| 13 | + "ConfigurationLegacyJhsCIDRConfiguration", |
14 | 14 | "ConfigurationLegacyJhsASNConfiguration",
|
15 | 15 | "ConfigurationLegacyJhsCountryConfiguration",
|
16 | 16 | ]
|
@@ -60,7 +60,7 @@ class ConfigurationLegacyJhsIPV6Configuration(TypedDict, total=False):
|
60 | 60 | """The IPv6 address to match."""
|
61 | 61 |
|
62 | 62 |
|
63 |
| -class ConfigurationLegacyJhsCidrConfiguration(TypedDict, total=False): |
| 63 | +class ConfigurationLegacyJhsCIDRConfiguration(TypedDict, total=False): |
64 | 64 | target: Literal["ip_range"]
|
65 | 65 | """The configuration target.
|
66 | 66 |
|
@@ -106,7 +106,7 @@ class ConfigurationLegacyJhsCountryConfiguration(TypedDict, total=False):
|
106 | 106 | Configuration = Union[
|
107 | 107 | ConfigurationLegacyJhsIPConfiguration,
|
108 | 108 | ConfigurationLegacyJhsIPV6Configuration,
|
109 |
| - ConfigurationLegacyJhsCidrConfiguration, |
| 109 | + ConfigurationLegacyJhsCIDRConfiguration, |
110 | 110 | ConfigurationLegacyJhsASNConfiguration,
|
111 | 111 | ConfigurationLegacyJhsCountryConfiguration,
|
112 | 112 | ]
|
0 commit comments