authentik-client 2025.10.0rc1.post1757525038__py3-none-any.whl → 2025.10.0rc1.post1757526586__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "2025.10.0-rc1-1757525038"
18
+ __version__ = "2025.10.0-rc1-1757526586"
19
19
 
20
20
  # Define package exports
21
21
  __all__ = [
@@ -10432,7 +10432,7 @@ class CoreApi:
10432
10432
  ) -> None:
10433
10433
  """core_groups_remove_user_create
10434
10434
 
10435
- Add user to group
10435
+ Remove user from group
10436
10436
 
10437
10437
  :param group_uuid: A UUID string identifying this Group. (required)
10438
10438
  :type group_uuid: str
@@ -10506,7 +10506,7 @@ class CoreApi:
10506
10506
  ) -> ApiResponse[None]:
10507
10507
  """core_groups_remove_user_create
10508
10508
 
10509
- Add user to group
10509
+ Remove user from group
10510
10510
 
10511
10511
  :param group_uuid: A UUID string identifying this Group. (required)
10512
10512
  :type group_uuid: str
@@ -10580,7 +10580,7 @@ class CoreApi:
10580
10580
  ) -> RESTResponseType:
10581
10581
  """core_groups_remove_user_create
10582
10582
 
10583
- Add user to group
10583
+ Remove user from group
10584
10584
 
10585
10585
  :param group_uuid: A UUID string identifying this Group. (required)
10586
10586
  :type group_uuid: str
@@ -92,7 +92,7 @@ class ApiClient:
92
92
  self.default_headers[header_name] = header_value
93
93
  self.cookie = cookie
94
94
  # Set default User-Agent.
95
- self.user_agent = 'OpenAPI-Generator/2025.10.0-rc1-1757525038/python'
95
+ self.user_agent = 'OpenAPI-Generator/2025.10.0-rc1-1757526586/python'
96
96
  self.client_side_validation = configuration.client_side_validation
97
97
 
98
98
  def __enter__(self):
@@ -511,7 +511,7 @@ class Configuration:
511
511
  "OS: {env}\n"\
512
512
  "Python Version: {pyversion}\n"\
513
513
  "Version of the API: 2025.10.0-rc1\n"\
514
- "SDK Package Version: 2025.10.0-rc1-1757525038".\
514
+ "SDK Package Version: 2025.10.0-rc1-1757526586".\
515
515
  format(env=sys.platform, pyversion=sys.version)
516
516
 
517
517
  def get_host_settings(self) -> List[HostSetting]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: authentik_client
3
- Version: 2025.10.0rc1.post1757525038
3
+ Version: 2025.10.0rc1.post1757526586
4
4
  Summary: authentik
5
5
  Home-page:
6
6
  Author: authentik Team
@@ -37,7 +37,7 @@ This repo contains a generated API client to talk with authentik's API from Pyth
37
37
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
38
38
 
39
39
  - API version: 2025.10.0-rc1
40
- - Package version: 2025.10.0-rc1-1757525038
40
+ - Package version: 2025.10.0-rc1-1757526586
41
41
  - Generator version: 7.15.0
42
42
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
43
43
 
@@ -1,14 +1,14 @@
1
- authentik_client/__init__.py,sha256=ZHNM68Q-_2MaHxhjpy2lhJW8KCtiCQWn1aDZhLXbxqQ,202980
2
- authentik_client/api_client.py,sha256=TPrFlqhrHKDlM8NLrf0blqtuOC7D9lnVVLjJEoPgEps,27788
1
+ authentik_client/__init__.py,sha256=AyuMyErGhC9pzpcG4CMXAfl9XBf6zos7Al9v-bJdSFY,202980
2
+ authentik_client/api_client.py,sha256=SYzmAm3M6gUdyXyhLTxqBKhtC5bvoAPdRCSSLD_VPEk,27788
3
3
  authentik_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- authentik_client/configuration.py,sha256=WC49XQFI-FIEWmWnJf8k3ph42rSgsPuITykb79SpHyU,18217
4
+ authentik_client/configuration.py,sha256=vYkfeZKePnwxRn_Ffj85t4Tz1k3wQeKutjvTi1waUOg,18217
5
5
  authentik_client/exceptions.py,sha256=4q-TsDYTwn7bWsLKOvFeL2AaiCZUnA7SCh63d3t_kjI,6438
6
6
  authentik_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  authentik_client/rest.py,sha256=m11jVxUJ7qjwSOhvF-CyFtP4x0Abf05Klp5Ltk-TqJQ,9437
8
8
  authentik_client/api/__init__.py,sha256=iH6MezY5I4DbB5MlmwhvqNyQ8pQCSHIMzV6R9xOPfJU,2877
9
9
  authentik_client/api/admin_api.py,sha256=_WnBGbQ78hXKTgqHoNkcSqJsMBA8YRWn8gpXgqmp4IE,102553
10
10
  authentik_client/api/authenticators_api.py,sha256=FgUBDM3KyvPeBP6hBDBq9brZi_Gsj1XG4N_Lr2GFuRw,951757
11
- authentik_client/api/core_api.py,sha256=UVo-AUh9f9Ph6c6-BsK-GVfQUoBDtDIZb9jOSeUpEMU,783174
11
+ authentik_client/api/core_api.py,sha256=l0fBIgvxMV1wnT-6HQEgs6RzvTmZOrv-dUtlazmD92M,783189
12
12
  authentik_client/api/crypto_api.py,sha256=mYU-sIMK_zBzg_4HWy_XBXhD4umkKr1G04NVaH5z68I,118213
13
13
  authentik_client/api/enterprise_api.py,sha256=JptJcd_S2gtkFhdO7zF0EjLbgh9pXH00Gh9-tUCOH7c,109844
14
14
  authentik_client/api/events_api.py,sha256=lXhgUyvkvsM-chNyPtO-BdtcJ2e_7FpRgQlobReFMQc,369048
@@ -782,8 +782,8 @@ authentik_client/models/web_authn_device_request.py,sha256=1mT3dZ-AF3NAZ0lBDDJa8
782
782
  authentik_client/models/web_authn_device_type.py,sha256=ssmIwxj_-mOfT0IZC8NYkdrDRVp_TQCbaj6wSwClXWg,2584
783
783
  authentik_client/models/web_authn_device_type_request.py,sha256=WYI4KkODoYHmYyZLZ3kUeYDhNgIBbhHtSvJCdPHxVfE,2680
784
784
  authentik_client/models/worker.py,sha256=gpxK7gHTZYrEO5F1G2USpsAdHbsUV7OB4DN9yK2CMAk,2630
785
- authentik_client-2025.10.0rc1.post1757525038.dist-info/licenses/LICENSE,sha256=_ANh2dRwYEmvYN1KFWcawUKip_A4cVU8M7GMx82oq5Y,1080
786
- authentik_client-2025.10.0rc1.post1757525038.dist-info/METADATA,sha256=kaurZPJwv93pYaWc_URaOVnvLkawmPvIrIdjoui2RCo,204723
787
- authentik_client-2025.10.0rc1.post1757525038.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
788
- authentik_client-2025.10.0rc1.post1757525038.dist-info/top_level.txt,sha256=Flt5cPkht9FMHom7_FQi3Y9Aoqw5jlDOlkh_oP8r068,17
789
- authentik_client-2025.10.0rc1.post1757525038.dist-info/RECORD,,
785
+ authentik_client-2025.10.0rc1.post1757526586.dist-info/licenses/LICENSE,sha256=_ANh2dRwYEmvYN1KFWcawUKip_A4cVU8M7GMx82oq5Y,1080
786
+ authentik_client-2025.10.0rc1.post1757526586.dist-info/METADATA,sha256=1enyPdkZ00O4nNl3N6F5j7Z5pzRH7DWt5Tf7eb9aZWk,204723
787
+ authentik_client-2025.10.0rc1.post1757526586.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
788
+ authentik_client-2025.10.0rc1.post1757526586.dist-info/top_level.txt,sha256=Flt5cPkht9FMHom7_FQi3Y9Aoqw5jlDOlkh_oP8r068,17
789
+ authentik_client-2025.10.0rc1.post1757526586.dist-info/RECORD,,