authentik-api 2026.2.5 → 2026.2.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a9e30334561ef3fd08c257d65f569b4cdf74cbfd388e263fa3042457a61e9a51
4
- data.tar.gz: 43c83773c82488e727ef8c3a6d80d0e61cb6d6c3cba15bd54de011716c8cf322
3
+ metadata.gz: 7703256efc703dc6c95c25941419607b84f5f342953848aefaedb6e54dac2d06
4
+ data.tar.gz: c5a3d61998bf64b1ac224257b7c0e32abda131fd104f325276232eea9155af60
5
5
  SHA512:
6
- metadata.gz: 73a4ef441f070066988ee6b604c565221adbf3a911507f5d23477587efdbbf584c6a9643b241334ccc9e975341a16bbb5e5b00b8d27e9951067cba56f21c028c
7
- data.tar.gz: a3d5013fe05b2ca1f63141b08821394bb47c8a188c3bfe8b413400863c054932667e97fc568e4acb76785ebfd8eb18b753e95122878fa3ada138f1d4115cf07a
6
+ metadata.gz: 9268d392bbb900370d4c000e1d435cfce3bcf30d320c44fd084635f5d93cf3c66515b06b74e4f1784bcc85a211435723804503493ac8815bf14c665e24961bb2
7
+ data.tar.gz: b6c2f7e423f848823aab05509168b38cd5dd9ad90710aafc016d0b9b8d1da646326697e815b7178b3a295e774afbadd1d7b1480c691b78eb69e52a16d7beed4b
data/README_API.md CHANGED
@@ -6,8 +6,8 @@ Making authentication simple.
6
6
 
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
- - API version: 2026.2.5
10
- - Package version: 2026.2.5
9
+ - API version: 2026.2.6
10
+ - Package version: 2026.2.6
11
11
  - Generator version: 7.24.0-SNAPSHOT
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
 
@@ -24,16 +24,16 @@ gem build authentik-api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./authentik-api-2026.2.5.gem
27
+ gem install ./authentik-api-2026.2.6.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./authentik-api-2026.2.5.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./authentik-api-2026.2.6.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'authentik-api', '~> 2026.2.5'
36
+ gem 'authentik-api', '~> 2026.2.6'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -9,8 +9,8 @@ require 'time'
9
9
 
10
10
  module Authentik::Api
11
11
  class ProviderTypeEnum
12
- APPLE = "apple".freeze
13
12
  OPENIDCONNECT = "openidconnect".freeze
13
+ APPLE = "apple".freeze
14
14
  ENTRAID = "entraid".freeze
15
15
  AZUREAD = "azuread".freeze
16
16
  DISCORD = "discord".freeze
@@ -28,7 +28,7 @@ module Authentik::Api
28
28
  WECHAT = "wechat".freeze
29
29
 
30
30
  def self.all_vars
31
- @all_vars ||= [APPLE, OPENIDCONNECT, ENTRAID, AZUREAD, DISCORD, FACEBOOK, GITHUB, GITLAB, GOOGLE, MAILCOW, OKTA, PATREON, REDDIT, SLACK, TWITCH, TWITTER, WECHAT].freeze
31
+ @all_vars ||= [OPENIDCONNECT, APPLE, ENTRAID, AZUREAD, DISCORD, FACEBOOK, GITHUB, GITLAB, GOOGLE, MAILCOW, OKTA, PATREON, REDDIT, SLACK, TWITCH, TWITTER, WECHAT].freeze
32
32
  end
33
33
 
34
34
  # Builds the enum from string
@@ -6,6 +6,6 @@ Any manual changes will be lost when the OpenAPI scheme changes.
6
6
 
7
7
  module Authentik
8
8
  module Api
9
- VERSION = '2026.2.5'
9
+ VERSION = '2026.2.6'
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authentik-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 2026.2.5
4
+ version: 2026.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Uhlig