Skip to content

Commit 7df62f5

Browse files
Version 2024.12.2
1 parent a1f56b9 commit 7df62f5

File tree

1,867 files changed

+26748
-64029
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,867 files changed

+26748
-64029
lines changed

.openapi-generator/FILES

Lines changed: 736 additions & 132 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 22 additions & 149 deletions
Large diffs are not rendered by default.

authentik_client/__init__.py

Lines changed: 29 additions & 200 deletions
Large diffs are not rendered by default.

authentik_client/api/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
from authentik_client.api.root_api import RootApi
2121
from authentik_client.api.schema_api import SchemaApi
2222
from authentik_client.api.sources_api import SourcesApi
23-
from authentik_client.api.ssf_api import SsfApi
2423
from authentik_client.api.stages_api import StagesApi
25-
from authentik_client.api.tasks_api import TasksApi
2624
from authentik_client.api.tenants_api import TenantsApi
2725

2826
else:
@@ -50,9 +48,7 @@
5048
from authentik_client.api.root_api import RootApi
5149
from authentik_client.api.schema_api import SchemaApi
5250
from authentik_client.api.sources_api import SourcesApi
53-
from authentik_client.api.ssf_api import SsfApi
5451
from authentik_client.api.stages_api import StagesApi
55-
from authentik_client.api.tasks_api import TasksApi
5652
from authentik_client.api.tenants_api import TenantsApi
5753
5854
""",

0 commit comments

Comments
 (0)