@@ -144,7 +144,6 @@ authentik_client/models/denied_action_enum.py
144144authentik_client/models/deny_stage.py
145145authentik_client/models/deny_stage_request.py
146146authentik_client/models/detailed_country.py
147- authentik_client/models/detailed_country_field.py
148147authentik_client/models/device.py
149148authentik_client/models/device_access_group.py
150149authentik_client/models/device_access_group_request.py
@@ -235,6 +234,7 @@ authentik_client/models/frame_challenge.py
235234authentik_client/models/frame_challenge_response_request.py
236235authentik_client/models/generic_error.py
237236authentik_client/models/geo_ip_policy.py
237+ authentik_client/models/geo_ip_policy_countries_obj_inner.py
238238authentik_client/models/geo_ip_policy_request.py
239239authentik_client/models/geoip_binding_enum.py
240240authentik_client/models/global_task_status.py
@@ -1009,7 +1009,6 @@ docs/DeniedActionEnum.md
10091009docs/DenyStage.md
10101010docs/DenyStageRequest.md
10111011docs/DetailedCountry.md
1012- docs/DetailedCountryField.md
10131012docs/Device.md
10141013docs/DeviceAccessGroup.md
10151014docs/DeviceAccessGroupRequest.md
@@ -1104,6 +1103,7 @@ docs/FrameChallenge.md
11041103docs/FrameChallengeResponseRequest.md
11051104docs/GenericError.md
11061105docs/GeoIPPolicy.md
1106+ docs/GeoIPPolicyCountriesObjInner.md
11071107docs/GeoIPPolicyRequest.md
11081108docs/GeoipBindingEnum.md
11091109docs/GlobalTaskStatus.md
@@ -1900,7 +1900,6 @@ test/test_denied_action_enum.py
19001900test/test_deny_stage.py
19011901test/test_deny_stage_request.py
19021902test/test_detailed_country.py
1903- test/test_detailed_country_field.py
19041903test/test_device.py
19051904test/test_device_access_group.py
19061905test/test_device_access_group_request.py
@@ -1995,6 +1994,7 @@ test/test_frame_challenge.py
19951994test/test_frame_challenge_response_request.py
19961995test/test_generic_error.py
19971996test/test_geo_ip_policy.py
1997+ test/test_geo_ip_policy_countries_obj_inner.py
19981998test/test_geo_ip_policy_request.py
19991999test/test_geoip_binding_enum.py
20002000test/test_global_task_status.py
0 commit comments