Skip to content

Commit 79e5ffb

Browse files
Update API Client
### authentik (v 2026.5.0-rc1) --- #### Result --- No differences. Specifications are equivalent
1 parent c335eef commit 79e5ffb

36 files changed

+3792
-14
lines changed

.openapi-generator/FILES

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

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This repo contains a generated API client to talk with authentik's API from Pyth
1616
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1717

1818
- API version: 2026.5.0-rc1
19-
- Package version: 2026.5.0-rc1-1772621265
19+
- Package version: 2026.5.0-rc1-1773051796
2020
- Generator version: 7.20.0
2121
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
2222

@@ -334,6 +334,13 @@ Class | Method | HTTP request | Description
334334
*EndpointsApi* | [**endpoints_fleet_connectors_retrieve**](docs/EndpointsApi.md#endpoints_fleet_connectors_retrieve) | **GET** /endpoints/fleet/connectors/{connector_uuid}/ |
335335
*EndpointsApi* | [**endpoints_fleet_connectors_update**](docs/EndpointsApi.md#endpoints_fleet_connectors_update) | **PUT** /endpoints/fleet/connectors/{connector_uuid}/ |
336336
*EndpointsApi* | [**endpoints_fleet_connectors_used_by_list**](docs/EndpointsApi.md#endpoints_fleet_connectors_used_by_list) | **GET** /endpoints/fleet/connectors/{connector_uuid}/used_by/ |
337+
*EndpointsApi* | [**endpoints_google_chrome_connectors_create**](docs/EndpointsApi.md#endpoints_google_chrome_connectors_create) | **POST** /endpoints/google_chrome/connectors/ |
338+
*EndpointsApi* | [**endpoints_google_chrome_connectors_destroy**](docs/EndpointsApi.md#endpoints_google_chrome_connectors_destroy) | **DELETE** /endpoints/google_chrome/connectors/{connector_uuid}/ |
339+
*EndpointsApi* | [**endpoints_google_chrome_connectors_list**](docs/EndpointsApi.md#endpoints_google_chrome_connectors_list) | **GET** /endpoints/google_chrome/connectors/ |
340+
*EndpointsApi* | [**endpoints_google_chrome_connectors_partial_update**](docs/EndpointsApi.md#endpoints_google_chrome_connectors_partial_update) | **PATCH** /endpoints/google_chrome/connectors/{connector_uuid}/ |
341+
*EndpointsApi* | [**endpoints_google_chrome_connectors_retrieve**](docs/EndpointsApi.md#endpoints_google_chrome_connectors_retrieve) | **GET** /endpoints/google_chrome/connectors/{connector_uuid}/ |
342+
*EndpointsApi* | [**endpoints_google_chrome_connectors_update**](docs/EndpointsApi.md#endpoints_google_chrome_connectors_update) | **PUT** /endpoints/google_chrome/connectors/{connector_uuid}/ |
343+
*EndpointsApi* | [**endpoints_google_chrome_connectors_used_by_list**](docs/EndpointsApi.md#endpoints_google_chrome_connectors_used_by_list) | **GET** /endpoints/google_chrome/connectors/{connector_uuid}/used_by/ |
337344
*EnterpriseApi* | [**enterprise_license_create**](docs/EnterpriseApi.md#enterprise_license_create) | **POST** /enterprise/license/ |
338345
*EnterpriseApi* | [**enterprise_license_destroy**](docs/EnterpriseApi.md#enterprise_license_destroy) | **DELETE** /enterprise/license/{license_uuid}/ |
339346
*EnterpriseApi* | [**enterprise_license_forecast_retrieve**](docs/EnterpriseApi.md#enterprise_license_forecast_retrieve) | **GET** /enterprise/license/forecast/ |
@@ -1425,6 +1432,8 @@ Class | Method | HTTP request | Description
14251432
- [GeoIPPolicyRequest](docs/GeoIPPolicyRequest.md)
14261433
- [GeoipBindingEnum](docs/GeoipBindingEnum.md)
14271434
- [GlobalTaskStatus](docs/GlobalTaskStatus.md)
1435+
- [GoogleChromeConnector](docs/GoogleChromeConnector.md)
1436+
- [GoogleChromeConnectorRequest](docs/GoogleChromeConnectorRequest.md)
14281437
- [GoogleEndpointDevice](docs/GoogleEndpointDevice.md)
14291438
- [GoogleEndpointDeviceRequest](docs/GoogleEndpointDeviceRequest.md)
14301439
- [GoogleWorkspaceProvider](docs/GoogleWorkspaceProvider.md)
@@ -1608,6 +1617,7 @@ Class | Method | HTTP request | Description
16081617
- [PaginatedFlowList](docs/PaginatedFlowList.md)
16091618
- [PaginatedFlowStageBindingList](docs/PaginatedFlowStageBindingList.md)
16101619
- [PaginatedGeoIPPolicyList](docs/PaginatedGeoIPPolicyList.md)
1620+
- [PaginatedGoogleChromeConnectorList](docs/PaginatedGoogleChromeConnectorList.md)
16111621
- [PaginatedGoogleEndpointDeviceList](docs/PaginatedGoogleEndpointDeviceList.md)
16121622
- [PaginatedGoogleWorkspaceProviderGroupList](docs/PaginatedGoogleWorkspaceProviderGroupList.md)
16131623
- [PaginatedGoogleWorkspaceProviderList](docs/PaginatedGoogleWorkspaceProviderList.md)
@@ -1767,6 +1777,7 @@ Class | Method | HTTP request | Description
17671777
- [PatchedFlowRequest](docs/PatchedFlowRequest.md)
17681778
- [PatchedFlowStageBindingRequest](docs/PatchedFlowStageBindingRequest.md)
17691779
- [PatchedGeoIPPolicyRequest](docs/PatchedGeoIPPolicyRequest.md)
1780+
- [PatchedGoogleChromeConnectorRequest](docs/PatchedGoogleChromeConnectorRequest.md)
17701781
- [PatchedGoogleEndpointDeviceRequest](docs/PatchedGoogleEndpointDeviceRequest.md)
17711782
- [PatchedGoogleWorkspaceProviderMappingRequest](docs/PatchedGoogleWorkspaceProviderMappingRequest.md)
17721783
- [PatchedGoogleWorkspaceProviderRequest](docs/PatchedGoogleWorkspaceProviderRequest.md)

authentik_client/__init__.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
""" # noqa: E501
1616

1717

18-
__version__ = "2026.5.0-rc1-1772621265"
18+
__version__ = "2026.5.0-rc1-1773051796"
1919

2020
# Define package exports
2121
__all__ = [
@@ -256,6 +256,8 @@
256256
"GeoIPPolicyRequest",
257257
"GeoipBindingEnum",
258258
"GlobalTaskStatus",
259+
"GoogleChromeConnector",
260+
"GoogleChromeConnectorRequest",
259261
"GoogleEndpointDevice",
260262
"GoogleEndpointDeviceRequest",
261263
"GoogleWorkspaceProvider",
@@ -439,6 +441,7 @@
439441
"PaginatedFlowList",
440442
"PaginatedFlowStageBindingList",
441443
"PaginatedGeoIPPolicyList",
444+
"PaginatedGoogleChromeConnectorList",
442445
"PaginatedGoogleEndpointDeviceList",
443446
"PaginatedGoogleWorkspaceProviderGroupList",
444447
"PaginatedGoogleWorkspaceProviderList",
@@ -598,6 +601,7 @@
598601
"PatchedFlowRequest",
599602
"PatchedFlowStageBindingRequest",
600603
"PatchedGeoIPPolicyRequest",
604+
"PatchedGoogleChromeConnectorRequest",
601605
"PatchedGoogleEndpointDeviceRequest",
602606
"PatchedGoogleWorkspaceProviderMappingRequest",
603607
"PatchedGoogleWorkspaceProviderRequest",
@@ -1156,6 +1160,8 @@
11561160
from authentik_client.models.geo_ip_policy_request import GeoIPPolicyRequest as GeoIPPolicyRequest
11571161
from authentik_client.models.geoip_binding_enum import GeoipBindingEnum as GeoipBindingEnum
11581162
from authentik_client.models.global_task_status import GlobalTaskStatus as GlobalTaskStatus
1163+
from authentik_client.models.google_chrome_connector import GoogleChromeConnector as GoogleChromeConnector
1164+
from authentik_client.models.google_chrome_connector_request import GoogleChromeConnectorRequest as GoogleChromeConnectorRequest
11591165
from authentik_client.models.google_endpoint_device import GoogleEndpointDevice as GoogleEndpointDevice
11601166
from authentik_client.models.google_endpoint_device_request import GoogleEndpointDeviceRequest as GoogleEndpointDeviceRequest
11611167
from authentik_client.models.google_workspace_provider import GoogleWorkspaceProvider as GoogleWorkspaceProvider
@@ -1339,6 +1345,7 @@
13391345
from authentik_client.models.paginated_flow_list import PaginatedFlowList as PaginatedFlowList
13401346
from authentik_client.models.paginated_flow_stage_binding_list import PaginatedFlowStageBindingList as PaginatedFlowStageBindingList
13411347
from authentik_client.models.paginated_geo_ip_policy_list import PaginatedGeoIPPolicyList as PaginatedGeoIPPolicyList
1348+
from authentik_client.models.paginated_google_chrome_connector_list import PaginatedGoogleChromeConnectorList as PaginatedGoogleChromeConnectorList
13421349
from authentik_client.models.paginated_google_endpoint_device_list import PaginatedGoogleEndpointDeviceList as PaginatedGoogleEndpointDeviceList
13431350
from authentik_client.models.paginated_google_workspace_provider_group_list import PaginatedGoogleWorkspaceProviderGroupList as PaginatedGoogleWorkspaceProviderGroupList
13441351
from authentik_client.models.paginated_google_workspace_provider_list import PaginatedGoogleWorkspaceProviderList as PaginatedGoogleWorkspaceProviderList
@@ -1498,6 +1505,7 @@
14981505
from authentik_client.models.patched_flow_request import PatchedFlowRequest as PatchedFlowRequest
14991506
from authentik_client.models.patched_flow_stage_binding_request import PatchedFlowStageBindingRequest as PatchedFlowStageBindingRequest
15001507
from authentik_client.models.patched_geo_ip_policy_request import PatchedGeoIPPolicyRequest as PatchedGeoIPPolicyRequest
1508+
from authentik_client.models.patched_google_chrome_connector_request import PatchedGoogleChromeConnectorRequest as PatchedGoogleChromeConnectorRequest
15011509
from authentik_client.models.patched_google_endpoint_device_request import PatchedGoogleEndpointDeviceRequest as PatchedGoogleEndpointDeviceRequest
15021510
from authentik_client.models.patched_google_workspace_provider_mapping_request import PatchedGoogleWorkspaceProviderMappingRequest as PatchedGoogleWorkspaceProviderMappingRequest
15031511
from authentik_client.models.patched_google_workspace_provider_request import PatchedGoogleWorkspaceProviderRequest as PatchedGoogleWorkspaceProviderRequest

0 commit comments

Comments
 (0)