@@ -238,6 +238,8 @@ 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
241+ authentik_client/models/google_chrome_connector.py
242+ authentik_client/models/google_chrome_connector_request.py
241243authentik_client/models/google_endpoint_device.py
242244authentik_client/models/google_endpoint_device_request.py
243245authentik_client/models/google_workspace_provider.py
@@ -420,6 +422,7 @@ authentik_client/models/paginated_fleet_connector_list.py
420422authentik_client/models/paginated_flow_list.py
421423authentik_client/models/paginated_flow_stage_binding_list.py
422424authentik_client/models/paginated_geo_ip_policy_list.py
425+ authentik_client/models/paginated_google_chrome_connector_list.py
423426authentik_client/models/paginated_google_endpoint_device_list.py
424427authentik_client/models/paginated_google_workspace_provider_group_list.py
425428authentik_client/models/paginated_google_workspace_provider_list.py
@@ -579,6 +582,7 @@ authentik_client/models/patched_fleet_connector_request.py
579582authentik_client/models/patched_flow_request.py
580583authentik_client/models/patched_flow_stage_binding_request.py
581584authentik_client/models/patched_geo_ip_policy_request.py
585+ authentik_client/models/patched_google_chrome_connector_request.py
582586authentik_client/models/patched_google_endpoint_device_request.py
583587authentik_client/models/patched_google_workspace_provider_mapping_request.py
584588authentik_client/models/patched_google_workspace_provider_request.py
@@ -1107,6 +1111,8 @@ docs/GeoIPPolicyCountriesObjInner.md
11071111docs/GeoIPPolicyRequest.md
11081112docs/GeoipBindingEnum.md
11091113docs/GlobalTaskStatus.md
1114+ docs/GoogleChromeConnector.md
1115+ docs/GoogleChromeConnectorRequest.md
11101116docs/GoogleEndpointDevice.md
11111117docs/GoogleEndpointDeviceRequest.md
11121118docs/GoogleWorkspaceProvider.md
@@ -1294,6 +1300,7 @@ docs/PaginatedFleetConnectorList.md
12941300docs/PaginatedFlowList.md
12951301docs/PaginatedFlowStageBindingList.md
12961302docs/PaginatedGeoIPPolicyList.md
1303+ docs/PaginatedGoogleChromeConnectorList.md
12971304docs/PaginatedGoogleEndpointDeviceList.md
12981305docs/PaginatedGoogleWorkspaceProviderGroupList.md
12991306docs/PaginatedGoogleWorkspaceProviderList.md
@@ -1453,6 +1460,7 @@ docs/PatchedFleetConnectorRequest.md
14531460docs/PatchedFlowRequest.md
14541461docs/PatchedFlowStageBindingRequest.md
14551462docs/PatchedGeoIPPolicyRequest.md
1463+ docs/PatchedGoogleChromeConnectorRequest.md
14561464docs/PatchedGoogleEndpointDeviceRequest.md
14571465docs/PatchedGoogleWorkspaceProviderMappingRequest.md
14581466docs/PatchedGoogleWorkspaceProviderRequest.md
@@ -1998,6 +2006,8 @@ test/test_geo_ip_policy_countries_obj_inner.py
19982006test/test_geo_ip_policy_request.py
19992007test/test_geoip_binding_enum.py
20002008test/test_global_task_status.py
2009+ test/test_google_chrome_connector.py
2010+ test/test_google_chrome_connector_request.py
20012011test/test_google_endpoint_device.py
20022012test/test_google_endpoint_device_request.py
20032013test/test_google_workspace_provider.py
@@ -2184,6 +2194,7 @@ test/test_paginated_fleet_connector_list.py
21842194test/test_paginated_flow_list.py
21852195test/test_paginated_flow_stage_binding_list.py
21862196test/test_paginated_geo_ip_policy_list.py
2197+ test/test_paginated_google_chrome_connector_list.py
21872198test/test_paginated_google_endpoint_device_list.py
21882199test/test_paginated_google_workspace_provider_group_list.py
21892200test/test_paginated_google_workspace_provider_list.py
@@ -2343,6 +2354,7 @@ test/test_patched_fleet_connector_request.py
23432354test/test_patched_flow_request.py
23442355test/test_patched_flow_stage_binding_request.py
23452356test/test_patched_geo_ip_policy_request.py
2357+ test/test_patched_google_chrome_connector_request.py
23462358test/test_patched_google_endpoint_device_request.py
23472359test/test_patched_google_workspace_provider_mapping_request.py
23482360test/test_patched_google_workspace_provider_request.py
0 commit comments