Skip to content

Commit 78a1b71

Browse files
-e Update API Client
#### What's Changed --- ##### `GET` /policies/event_matcher/{policy_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Removed enum value: * `authentik_stages_consent.userconsent` ##### `PUT` /policies/event_matcher/{policy_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Removed enum value: * `authentik_stages_consent.userconsent` ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Removed enum value: * `authentik_stages_consent.userconsent` ##### `PATCH` /policies/event_matcher/{policy_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Removed enum value: * `authentik_stages_consent.userconsent` ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Removed enum value: * `authentik_stages_consent.userconsent` ##### `POST` /policies/event_matcher/ ###### Request: Changed content type : `application/json` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Removed enum value: * `authentik_stages_consent.userconsent` ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Removed enum value: * `authentik_stages_consent.userconsent` ##### `GET` /policies/event_matcher/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Event Matcher Policy Serializer * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Removed enum value: * `authentik_stages_consent.userconsent` ##### `POST` /rbac/permissions/assigned_by_roles/{uuid}/assign/ ###### Request: Changed content type : `application/json` * Changed property `model` (string) Removed enum value: * `authentik_stages_consent.userconsent` ##### `PATCH` /rbac/permissions/assigned_by_roles/{uuid}/unassign/ ###### Request: Changed content type : `application/json` * Changed property `model` (string) Removed enum value: * `authentik_stages_consent.userconsent` ##### `POST` /rbac/permissions/assigned_by_users/{id}/assign/ ###### Request: Changed content type : `application/json` * Changed property `model` (string) Removed enum value: * `authentik_stages_consent.userconsent` ##### `PATCH` /rbac/permissions/assigned_by_users/{id}/unassign/ ###### Request: Changed content type : `application/json` * Changed property `model` (string) Removed enum value: * `authentik_stages_consent.userconsent` ##### `GET` /rbac/permissions/assigned_by_roles/ ###### Parameters: Changed: `model` in `query` ##### `GET` /rbac/permissions/assigned_by_users/ ###### Parameters: Changed: `model` in `query`
1 parent 0d90f97 commit 78a1b71

File tree

9 files changed

+6
-12
lines changed

9 files changed

+6
-12
lines changed

README.md

Lines changed: 1 addition & 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: 2025.10.0-rc1
19-
- Package version: 2025.10.0-rc1-1758283993
19+
- Package version: 2025.10.0-rc1-1758299172
2020
- Generator version: 7.15.0
2121
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
2222

authentik_client/__init__.py

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

1717

18-
__version__ = "2025.10.0-rc1-1758283993"
18+
__version__ = "2025.10.0-rc1-1758299172"
1919

2020
# Define package exports
2121
__all__ = [

authentik_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __init__(
9292
self.default_headers[header_name] = header_value
9393
self.cookie = cookie
9494
# Set default User-Agent.
95-
self.user_agent = 'OpenAPI-Generator/2025.10.0-rc1-1758283993/python'
95+
self.user_agent = 'OpenAPI-Generator/2025.10.0-rc1-1758299172/python'
9696
self.client_side_validation = configuration.client_side_validation
9797

9898
def __enter__(self):

authentik_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def to_debug_report(self) -> str:
511511
"OS: {env}\n"\
512512
"Python Version: {pyversion}\n"\
513513
"Version of the API: 2025.10.0-rc1\n"\
514-
"SDK Package Version: 2025.10.0-rc1-1758283993".\
514+
"SDK Package Version: 2025.10.0-rc1-1758299172".\
515515
format(env=sys.platform, pyversion=sys.version)
516516

517517
def get_host_settings(self) -> List[HostSetting]:

authentik_client/models/model_enum.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ class ModelEnum(str, Enum):
105105
AUTHENTIK_STAGES_AUTHENTICATOR_WEBAUTHN_DOT_WEBAUTHNDEVICE = 'authentik_stages_authenticator_webauthn.webauthndevice'
106106
AUTHENTIK_STAGES_CAPTCHA_DOT_CAPTCHASTAGE = 'authentik_stages_captcha.captchastage'
107107
AUTHENTIK_STAGES_CONSENT_DOT_CONSENTSTAGE = 'authentik_stages_consent.consentstage'
108-
AUTHENTIK_STAGES_CONSENT_DOT_USERCONSENT = 'authentik_stages_consent.userconsent'
109108
AUTHENTIK_STAGES_DENY_DOT_DENYSTAGE = 'authentik_stages_deny.denystage'
110109
AUTHENTIK_STAGES_DUMMY_DOT_DUMMYSTAGE = 'authentik_stages_dummy.dummystage'
111110
AUTHENTIK_STAGES_EMAIL_DOT_EMAILSTAGE = 'authentik_stages_email.emailstage'

docs/ModelEnum.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@
159159

160160
* `AUTHENTIK_STAGES_CONSENT_DOT_CONSENTSTAGE` (value: `'authentik_stages_consent.consentstage'`)
161161

162-
* `AUTHENTIK_STAGES_CONSENT_DOT_USERCONSENT` (value: `'authentik_stages_consent.userconsent'`)
163-
164162
* `AUTHENTIK_STAGES_DENY_DOT_DENYSTAGE` (value: `'authentik_stages_deny.denystage'`)
165163

166164
* `AUTHENTIK_STAGES_DUMMY_DOT_DUMMYSTAGE` (value: `'authentik_stages_dummy.dummystage'`)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "authentik_client"
3-
version = "2025.10.0-rc1-1758283993"
3+
version = "2025.10.0-rc1-1758299172"
44
description = "authentik"
55
authors = [
66
{name = "authentik Team",email = "[email protected]"},

schema.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23008,7 +23008,6 @@ paths:
2300823008
- authentik_stages_authenticator_webauthn.webauthndevice
2300923009
- authentik_stages_captcha.captchastage
2301023010
- authentik_stages_consent.consentstage
23011-
- authentik_stages_consent.userconsent
2301223011
- authentik_stages_deny.denystage
2301323012
- authentik_stages_dummy.dummystage
2301423013
- authentik_stages_email.emailstage
@@ -23238,7 +23237,6 @@ paths:
2323823237
- authentik_stages_authenticator_webauthn.webauthndevice
2323923238
- authentik_stages_captcha.captchastage
2324023239
- authentik_stages_consent.consentstage
23241-
- authentik_stages_consent.userconsent
2324223240
- authentik_stages_deny.denystage
2324323241
- authentik_stages_dummy.dummystage
2324423242
- authentik_stages_email.emailstage
@@ -46104,7 +46102,6 @@ components:
4610446102
- authentik_stages_authenticator_webauthn.webauthndevice
4610546103
- authentik_stages_captcha.captchastage
4610646104
- authentik_stages_consent.consentstage
46107-
- authentik_stages_consent.userconsent
4610846105
- authentik_stages_deny.denystage
4610946106
- authentik_stages_dummy.dummystage
4611046107
- authentik_stages_email.emailstage

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# prerequisite: setuptools
2323
# http://pypi.python.org/pypi/setuptools
2424
NAME = "authentik-client"
25-
VERSION = "2025.10.0-rc1-1758283993"
25+
VERSION = "2025.10.0-rc1-1758299172"
2626
PYTHON_REQUIRES = ">= 3.9"
2727
REQUIRES = [
2828
"urllib3 >= 2.1.0, < 3.0.0",

0 commit comments

Comments
 (0)