Skip to content

Commit

Permalink
Update API Client
Browse files Browse the repository at this point in the history
  • Loading branch information
authentik-automation[bot] committed Oct 30, 2024
1 parent 17513f2 commit 2b7f1f2
Show file tree
Hide file tree
Showing 696 changed files with 698 additions and 698 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "authentik-client"
version = "3.2024083.10"
version = "3.2024100.0"
authors = ["[email protected]"]
description = "Making authentication simple."
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ This repo contains a generated API client to talk with authentik's API from Rust
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 2024.8.3
- Package version: 2024.8.3
- API version: 2024.10.0
- Package version: 2024.10.0

## Installation

Expand Down
2 changes: 1 addition & 1 deletion schema.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: authentik
version: 2024.8.3
version: 2024.10.0
description: Making authentication simple.
contact:
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/apis/admin_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/authenticators_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
4 changes: 2 additions & 2 deletions src/apis/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down Expand Up @@ -38,7 +38,7 @@ impl Default for Configuration {
fn default() -> Self {
Configuration {
base_path: "http://localhost/api/v3".to_owned(),
user_agent: Some("OpenAPI-Generator/2024.8.3/rust".to_owned()),
user_agent: Some("OpenAPI-Generator/2024.10.0/rust".to_owned()),
client: reqwest_middleware::ClientBuilder::new(reqwest::Client::new()).build(),
basic_auth: None,
oauth_access_token: None,
Expand Down
2 changes: 1 addition & 1 deletion src/apis/core_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/crypto_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/enterprise_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/events_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/flows_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/managed_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/oauth2_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/outposts_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/policies_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/propertymappings_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/providers_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/rac_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/rbac_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/root_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/schema_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/sources_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/stages_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/apis/tenants_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/access_denied_challenge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/alg_enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/app_enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/apple_challenge_response_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/apple_login_challenge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/application_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/auth_mode_enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/auth_type_enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/authenticated_session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/authenticated_session_asn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/authenticated_session_geo_ip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/authenticated_session_user_agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/authenticated_session_user_agent_device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/authenticated_session_user_agent_os.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/authenticated_session_user_agent_user_agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/authentication_enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
2 changes: 1 addition & 1 deletion src/models/authenticator_attachment_enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Making authentication simple.
*
* The version of the OpenAPI document: 2024.8.3
* The version of the OpenAPI document: 2024.10.0
* Contact: [email protected]
* Generated by: https://openapi-generator.tech
*/
Expand Down
Loading

0 comments on commit 2b7f1f2

Please sign in to comment.