Skip to content

Commit 7714649

Browse files
Version 2025.12.3
1 parent a5e4dd6 commit 7714649

File tree

860 files changed

+862
-862
lines changed

Some content is hidden

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

860 files changed

+862
-862
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "authentik-client"
3-
version = "2025.12.2"
3+
version = "2025.12.3"
44
authors = ["hello@goauthentik.io"]
55
description = "Making authentication simple."
66
license = "MIT"

README.md

Lines changed: 2 additions & 2 deletions

schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: authentik
4-
version: 2025.12.2
4+
version: 2025.12.3
55
description: Making authentication simple.
66
contact:
77
email: hello@goauthentik.io

src/apis/admin_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Making authentication simple.
55
*
6-
* The version of the OpenAPI document: 2025.12.2
6+
* The version of the OpenAPI document: 2025.12.3
77
* Contact: hello@goauthentik.io
88
* Generated by: https://openapi-generator.tech
99
*/

src/apis/authenticators_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Making authentication simple.
55
*
6-
* The version of the OpenAPI document: 2025.12.2
6+
* The version of the OpenAPI document: 2025.12.3
77
* Contact: hello@goauthentik.io
88
* Generated by: https://openapi-generator.tech
99
*/

src/apis/configuration.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Making authentication simple.
55
*
6-
* The version of the OpenAPI document: 2025.12.2
6+
* The version of the OpenAPI document: 2025.12.3
77
* Contact: hello@goauthentik.io
88
* Generated by: https://openapi-generator.tech
99
*/
@@ -37,7 +37,7 @@ impl Default for Configuration {
3737
fn default() -> Self {
3838
Configuration {
3939
base_path: "/api/v3".to_owned(),
40-
user_agent: Some("OpenAPI-Generator/2025.12.2/rust".to_owned()),
40+
user_agent: Some("OpenAPI-Generator/2025.12.3/rust".to_owned()),
4141
client: reqwest_middleware::ClientBuilder::new(reqwest::Client::new()).build(),
4242
basic_auth: None,
4343
oauth_access_token: None,

src/apis/core_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Making authentication simple.
55
*
6-
* The version of the OpenAPI document: 2025.12.2
6+
* The version of the OpenAPI document: 2025.12.3
77
* Contact: hello@goauthentik.io
88
* Generated by: https://openapi-generator.tech
99
*/

src/apis/crypto_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Making authentication simple.
55
*
6-
* The version of the OpenAPI document: 2025.12.2
6+
* The version of the OpenAPI document: 2025.12.3
77
* Contact: hello@goauthentik.io
88
* Generated by: https://openapi-generator.tech
99
*/

src/apis/endpoints_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Making authentication simple.
55
*
6-
* The version of the OpenAPI document: 2025.12.2
6+
* The version of the OpenAPI document: 2025.12.3
77
* Contact: hello@goauthentik.io
88
* Generated by: https://openapi-generator.tech
99
*/

src/apis/enterprise_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Making authentication simple.
55
*
6-
* The version of the OpenAPI document: 2025.12.2
6+
* The version of the OpenAPI document: 2025.12.3
77
* Contact: hello@goauthentik.io
88
* Generated by: https://openapi-generator.tech
99
*/

0 commit comments

Comments
 (0)