@@ -55,7 +55,7 @@ def create(
55
55
zone_id : str | NotGiven = NOT_GIVEN ,
56
56
id : str | NotGiven = NOT_GIVEN ,
57
57
action : Literal ["block" ] | NotGiven = NOT_GIVEN ,
58
- action_parameters : rule_create_params .RulesetsBlockRuleActionParameters | NotGiven = NOT_GIVEN ,
58
+ action_parameters : rule_create_params .BlockRuleActionParameters | NotGiven = NOT_GIVEN ,
59
59
description : str | NotGiven = NOT_GIVEN ,
60
60
enabled : bool | NotGiven = NOT_GIVEN ,
61
61
expression : str | NotGiven = NOT_GIVEN ,
@@ -115,7 +115,7 @@ def create(
115
115
zone_id : str | NotGiven = NOT_GIVEN ,
116
116
id : str | NotGiven = NOT_GIVEN ,
117
117
action : Literal ["execute" ] | NotGiven = NOT_GIVEN ,
118
- action_parameters : rule_create_params .RulesetsExecuteRuleActionParameters | NotGiven = NOT_GIVEN ,
118
+ action_parameters : rule_create_params .ExecuteRuleActionParameters | NotGiven = NOT_GIVEN ,
119
119
description : str | NotGiven = NOT_GIVEN ,
120
120
enabled : bool | NotGiven = NOT_GIVEN ,
121
121
expression : str | NotGiven = NOT_GIVEN ,
@@ -235,7 +235,7 @@ def create(
235
235
zone_id : str | NotGiven = NOT_GIVEN ,
236
236
id : str | NotGiven = NOT_GIVEN ,
237
237
action : Literal ["skip" ] | NotGiven = NOT_GIVEN ,
238
- action_parameters : rule_create_params .RulesetsSkipRuleActionParameters | NotGiven = NOT_GIVEN ,
238
+ action_parameters : rule_create_params .SkipRuleActionParameters | NotGiven = NOT_GIVEN ,
239
239
description : str | NotGiven = NOT_GIVEN ,
240
240
enabled : bool | NotGiven = NOT_GIVEN ,
241
241
expression : str | NotGiven = NOT_GIVEN ,
@@ -294,10 +294,10 @@ def create(
294
294
zone_id : str | NotGiven = NOT_GIVEN ,
295
295
id : str | NotGiven = NOT_GIVEN ,
296
296
action : Literal ["block" ] | Literal ["execute" ] | Literal ["log" ] | Literal ["skip" ] | NotGiven = NOT_GIVEN ,
297
- action_parameters : rule_create_params .RulesetsBlockRuleActionParameters
298
- | rule_create_params .RulesetsExecuteRuleActionParameters
297
+ action_parameters : rule_create_params .BlockRuleActionParameters
298
+ | rule_create_params .ExecuteRuleActionParameters
299
299
| object
300
- | rule_create_params .RulesetsSkipRuleActionParameters
300
+ | rule_create_params .SkipRuleActionParameters
301
301
| NotGiven = NOT_GIVEN ,
302
302
description : str | NotGiven = NOT_GIVEN ,
303
303
enabled : bool | NotGiven = NOT_GIVEN ,
@@ -428,7 +428,7 @@ def edit(
428
428
zone_id : str | NotGiven = NOT_GIVEN ,
429
429
id : str | NotGiven = NOT_GIVEN ,
430
430
action : Literal ["block" ] | NotGiven = NOT_GIVEN ,
431
- action_parameters : rule_edit_params .RulesetsBlockRuleActionParameters | NotGiven = NOT_GIVEN ,
431
+ action_parameters : rule_edit_params .BlockRuleActionParameters | NotGiven = NOT_GIVEN ,
432
432
description : str | NotGiven = NOT_GIVEN ,
433
433
enabled : bool | NotGiven = NOT_GIVEN ,
434
434
expression : str | NotGiven = NOT_GIVEN ,
@@ -489,7 +489,7 @@ def edit(
489
489
zone_id : str | NotGiven = NOT_GIVEN ,
490
490
id : str | NotGiven = NOT_GIVEN ,
491
491
action : Literal ["execute" ] | NotGiven = NOT_GIVEN ,
492
- action_parameters : rule_edit_params .RulesetsExecuteRuleActionParameters | NotGiven = NOT_GIVEN ,
492
+ action_parameters : rule_edit_params .ExecuteRuleActionParameters | NotGiven = NOT_GIVEN ,
493
493
description : str | NotGiven = NOT_GIVEN ,
494
494
enabled : bool | NotGiven = NOT_GIVEN ,
495
495
expression : str | NotGiven = NOT_GIVEN ,
@@ -611,7 +611,7 @@ def edit(
611
611
zone_id : str | NotGiven = NOT_GIVEN ,
612
612
id : str | NotGiven = NOT_GIVEN ,
613
613
action : Literal ["skip" ] | NotGiven = NOT_GIVEN ,
614
- action_parameters : rule_edit_params .RulesetsSkipRuleActionParameters | NotGiven = NOT_GIVEN ,
614
+ action_parameters : rule_edit_params .SkipRuleActionParameters | NotGiven = NOT_GIVEN ,
615
615
description : str | NotGiven = NOT_GIVEN ,
616
616
enabled : bool | NotGiven = NOT_GIVEN ,
617
617
expression : str | NotGiven = NOT_GIVEN ,
@@ -672,10 +672,10 @@ def edit(
672
672
zone_id : str | NotGiven = NOT_GIVEN ,
673
673
id : str | NotGiven = NOT_GIVEN ,
674
674
action : Literal ["block" ] | Literal ["execute" ] | Literal ["log" ] | Literal ["skip" ] | NotGiven = NOT_GIVEN ,
675
- action_parameters : rule_edit_params .RulesetsBlockRuleActionParameters
676
- | rule_edit_params .RulesetsExecuteRuleActionParameters
675
+ action_parameters : rule_edit_params .BlockRuleActionParameters
676
+ | rule_edit_params .ExecuteRuleActionParameters
677
677
| object
678
- | rule_edit_params .RulesetsSkipRuleActionParameters
678
+ | rule_edit_params .SkipRuleActionParameters
679
679
| NotGiven = NOT_GIVEN ,
680
680
description : str | NotGiven = NOT_GIVEN ,
681
681
enabled : bool | NotGiven = NOT_GIVEN ,
@@ -752,7 +752,7 @@ async def create(
752
752
zone_id : str | NotGiven = NOT_GIVEN ,
753
753
id : str | NotGiven = NOT_GIVEN ,
754
754
action : Literal ["block" ] | NotGiven = NOT_GIVEN ,
755
- action_parameters : rule_create_params .RulesetsBlockRuleActionParameters | NotGiven = NOT_GIVEN ,
755
+ action_parameters : rule_create_params .BlockRuleActionParameters | NotGiven = NOT_GIVEN ,
756
756
description : str | NotGiven = NOT_GIVEN ,
757
757
enabled : bool | NotGiven = NOT_GIVEN ,
758
758
expression : str | NotGiven = NOT_GIVEN ,
@@ -812,7 +812,7 @@ async def create(
812
812
zone_id : str | NotGiven = NOT_GIVEN ,
813
813
id : str | NotGiven = NOT_GIVEN ,
814
814
action : Literal ["execute" ] | NotGiven = NOT_GIVEN ,
815
- action_parameters : rule_create_params .RulesetsExecuteRuleActionParameters | NotGiven = NOT_GIVEN ,
815
+ action_parameters : rule_create_params .ExecuteRuleActionParameters | NotGiven = NOT_GIVEN ,
816
816
description : str | NotGiven = NOT_GIVEN ,
817
817
enabled : bool | NotGiven = NOT_GIVEN ,
818
818
expression : str | NotGiven = NOT_GIVEN ,
@@ -932,7 +932,7 @@ async def create(
932
932
zone_id : str | NotGiven = NOT_GIVEN ,
933
933
id : str | NotGiven = NOT_GIVEN ,
934
934
action : Literal ["skip" ] | NotGiven = NOT_GIVEN ,
935
- action_parameters : rule_create_params .RulesetsSkipRuleActionParameters | NotGiven = NOT_GIVEN ,
935
+ action_parameters : rule_create_params .SkipRuleActionParameters | NotGiven = NOT_GIVEN ,
936
936
description : str | NotGiven = NOT_GIVEN ,
937
937
enabled : bool | NotGiven = NOT_GIVEN ,
938
938
expression : str | NotGiven = NOT_GIVEN ,
@@ -991,10 +991,10 @@ async def create(
991
991
zone_id : str | NotGiven = NOT_GIVEN ,
992
992
id : str | NotGiven = NOT_GIVEN ,
993
993
action : Literal ["block" ] | Literal ["execute" ] | Literal ["log" ] | Literal ["skip" ] | NotGiven = NOT_GIVEN ,
994
- action_parameters : rule_create_params .RulesetsBlockRuleActionParameters
995
- | rule_create_params .RulesetsExecuteRuleActionParameters
994
+ action_parameters : rule_create_params .BlockRuleActionParameters
995
+ | rule_create_params .ExecuteRuleActionParameters
996
996
| object
997
- | rule_create_params .RulesetsSkipRuleActionParameters
997
+ | rule_create_params .SkipRuleActionParameters
998
998
| NotGiven = NOT_GIVEN ,
999
999
description : str | NotGiven = NOT_GIVEN ,
1000
1000
enabled : bool | NotGiven = NOT_GIVEN ,
@@ -1125,7 +1125,7 @@ async def edit(
1125
1125
zone_id : str | NotGiven = NOT_GIVEN ,
1126
1126
id : str | NotGiven = NOT_GIVEN ,
1127
1127
action : Literal ["block" ] | NotGiven = NOT_GIVEN ,
1128
- action_parameters : rule_edit_params .RulesetsBlockRuleActionParameters | NotGiven = NOT_GIVEN ,
1128
+ action_parameters : rule_edit_params .BlockRuleActionParameters | NotGiven = NOT_GIVEN ,
1129
1129
description : str | NotGiven = NOT_GIVEN ,
1130
1130
enabled : bool | NotGiven = NOT_GIVEN ,
1131
1131
expression : str | NotGiven = NOT_GIVEN ,
@@ -1186,7 +1186,7 @@ async def edit(
1186
1186
zone_id : str | NotGiven = NOT_GIVEN ,
1187
1187
id : str | NotGiven = NOT_GIVEN ,
1188
1188
action : Literal ["execute" ] | NotGiven = NOT_GIVEN ,
1189
- action_parameters : rule_edit_params .RulesetsExecuteRuleActionParameters | NotGiven = NOT_GIVEN ,
1189
+ action_parameters : rule_edit_params .ExecuteRuleActionParameters | NotGiven = NOT_GIVEN ,
1190
1190
description : str | NotGiven = NOT_GIVEN ,
1191
1191
enabled : bool | NotGiven = NOT_GIVEN ,
1192
1192
expression : str | NotGiven = NOT_GIVEN ,
@@ -1308,7 +1308,7 @@ async def edit(
1308
1308
zone_id : str | NotGiven = NOT_GIVEN ,
1309
1309
id : str | NotGiven = NOT_GIVEN ,
1310
1310
action : Literal ["skip" ] | NotGiven = NOT_GIVEN ,
1311
- action_parameters : rule_edit_params .RulesetsSkipRuleActionParameters | NotGiven = NOT_GIVEN ,
1311
+ action_parameters : rule_edit_params .SkipRuleActionParameters | NotGiven = NOT_GIVEN ,
1312
1312
description : str | NotGiven = NOT_GIVEN ,
1313
1313
enabled : bool | NotGiven = NOT_GIVEN ,
1314
1314
expression : str | NotGiven = NOT_GIVEN ,
@@ -1369,10 +1369,10 @@ async def edit(
1369
1369
zone_id : str | NotGiven = NOT_GIVEN ,
1370
1370
id : str | NotGiven = NOT_GIVEN ,
1371
1371
action : Literal ["block" ] | Literal ["execute" ] | Literal ["log" ] | Literal ["skip" ] | NotGiven = NOT_GIVEN ,
1372
- action_parameters : rule_edit_params .RulesetsBlockRuleActionParameters
1373
- | rule_edit_params .RulesetsExecuteRuleActionParameters
1372
+ action_parameters : rule_edit_params .BlockRuleActionParameters
1373
+ | rule_edit_params .ExecuteRuleActionParameters
1374
1374
| object
1375
- | rule_edit_params .RulesetsSkipRuleActionParameters
1375
+ | rule_edit_params .SkipRuleActionParameters
1376
1376
| NotGiven = NOT_GIVEN ,
1377
1377
description : str | NotGiven = NOT_GIVEN ,
1378
1378
enabled : bool | NotGiven = NOT_GIVEN ,
0 commit comments