|
12 | 12 | "CDNResourceReplaceParams", |
13 | 13 | "Options", |
14 | 14 | "OptionsAllowedHTTPMethods", |
15 | | - "OptionsBotProtection", |
16 | | - "OptionsBotProtectionBotChallenge", |
17 | 15 | "OptionsBrotliCompression", |
18 | 16 | "OptionsBrowserCacheSettings", |
19 | 17 | "OptionsCacheHTTPHeaders", |
@@ -182,35 +180,6 @@ class OptionsAllowedHTTPMethods(TypedDict, total=False): |
182 | 180 | value: Required[List[Literal["GET", "HEAD", "POST", "PUT", "PATCH", "DELETE", "OPTIONS"]]] |
183 | 181 |
|
184 | 182 |
|
185 | | -class OptionsBotProtectionBotChallenge(TypedDict, total=False): |
186 | | - """Controls the bot challenge module state.""" |
187 | | - |
188 | | - enabled: bool |
189 | | - """Possible values: |
190 | | -
|
191 | | - - **true** - Bot challenge is enabled. |
192 | | - - **false** - Bot challenge is disabled. |
193 | | - """ |
194 | | - |
195 | | - |
196 | | -class OptionsBotProtection(TypedDict, total=False): |
197 | | - """ |
198 | | - Allows to prevent online services from overloading and ensure your business workflow running smoothly. |
199 | | - """ |
200 | | - |
201 | | - bot_challenge: Required[OptionsBotProtectionBotChallenge] |
202 | | - """Controls the bot challenge module state.""" |
203 | | - |
204 | | - enabled: Required[bool] |
205 | | - """Controls the option state. |
206 | | -
|
207 | | - Possible values: |
208 | | -
|
209 | | - - **true** - Option is enabled. |
210 | | - - **false** - Option is disabled. |
211 | | - """ |
212 | | - |
213 | | - |
214 | 183 | class OptionsBrotliCompression(TypedDict, total=False): |
215 | 184 | """Compresses content with Brotli on the CDN side. |
216 | 185 |
|
@@ -1779,12 +1748,6 @@ class Options(TypedDict, total=False): |
1779 | 1748 | allowed_http_methods: Annotated[Optional[OptionsAllowedHTTPMethods], PropertyInfo(alias="allowedHttpMethods")] |
1780 | 1749 | """HTTP methods allowed for content requests from the CDN.""" |
1781 | 1750 |
|
1782 | | - bot_protection: Optional[OptionsBotProtection] |
1783 | | - """ |
1784 | | - Allows to prevent online services from overloading and ensure your business |
1785 | | - workflow running smoothly. |
1786 | | - """ |
1787 | | - |
1788 | 1751 | brotli_compression: Optional[OptionsBrotliCompression] |
1789 | 1752 | """Compresses content with Brotli on the CDN side. |
1790 | 1753 |
|
|
0 commit comments