authentik-api 2026.2.3.rc1 → 2026.2.4

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.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/README_API.md +6 -6
  3. data/lib/authentik/api/api/admin_api.rb +1 -1
  4. data/lib/authentik/api/api/authenticators_api.rb +60 -60
  5. data/lib/authentik/api/api/core_api.rb +45 -45
  6. data/lib/authentik/api/api/crypto_api.rb +7 -7
  7. data/lib/authentik/api/api/endpoints_api.rb +35 -35
  8. data/lib/authentik/api/api/enterprise_api.rb +5 -5
  9. data/lib/authentik/api/api/events_api.rb +20 -20
  10. data/lib/authentik/api/api/flows_api.rb +16 -16
  11. data/lib/authentik/api/api/lifecycle_api.rb +5 -5
  12. data/lib/authentik/api/api/managed_api.rb +6 -6
  13. data/lib/authentik/api/api/oauth2_api.rb +9 -9
  14. data/lib/authentik/api/api/outposts_api.rb +22 -22
  15. data/lib/authentik/api/api/policies_api.rb +52 -52
  16. data/lib/authentik/api/api/propertymappings_api.rb +79 -79
  17. data/lib/authentik/api/api/providers_api.rb +88 -88
  18. data/lib/authentik/api/api/rac_api.rb +10 -10
  19. data/lib/authentik/api/api/rbac_api.rb +15 -15
  20. data/lib/authentik/api/api/reports_api.rb +2 -2
  21. data/lib/authentik/api/api/sources_api.rb +123 -123
  22. data/lib/authentik/api/api/ssf_api.rb +1 -1
  23. data/lib/authentik/api/api/stages_api.rb +142 -142
  24. data/lib/authentik/api/api/tasks_api.rb +6 -6
  25. data/lib/authentik/api/api/tenants_api.rb +10 -10
  26. data/lib/authentik/api/models/expiring_base_grant_model.rb +1 -1
  27. data/lib/authentik/api/models/group_kerberos_source_connection_request.rb +1 -27
  28. data/lib/authentik/api/models/group_ldap_source_connection_request.rb +1 -27
  29. data/lib/authentik/api/models/group_o_auth_source_connection_request.rb +1 -27
  30. data/lib/authentik/api/models/group_plex_source_connection_request.rb +1 -27
  31. data/lib/authentik/api/models/group_saml_source_connection_request.rb +1 -27
  32. data/lib/authentik/api/models/group_source_connection_request.rb +1 -27
  33. data/lib/authentik/api/models/group_telegram_source_connection_request.rb +1 -27
  34. data/lib/authentik/api/models/notification_rule.rb +1 -15
  35. data/lib/authentik/api/models/patched_group_kerberos_source_connection_request.rb +1 -10
  36. data/lib/authentik/api/models/patched_group_ldap_source_connection_request.rb +1 -10
  37. data/lib/authentik/api/models/patched_group_o_auth_source_connection_request.rb +1 -10
  38. data/lib/authentik/api/models/patched_group_plex_source_connection_request.rb +1 -10
  39. data/lib/authentik/api/models/patched_group_saml_source_connection_request.rb +1 -10
  40. data/lib/authentik/api/models/patched_group_source_connection_request.rb +1 -10
  41. data/lib/authentik/api/models/patched_group_telegram_source_connection_request.rb +1 -10
  42. data/lib/authentik/api/models/patched_user_kerberos_source_connection_request.rb +1 -10
  43. data/lib/authentik/api/models/patched_user_ldap_source_connection_request.rb +1 -10
  44. data/lib/authentik/api/models/patched_user_o_auth_source_connection_request.rb +1 -10
  45. data/lib/authentik/api/models/patched_user_plex_source_connection_request.rb +1 -10
  46. data/lib/authentik/api/models/patched_user_saml_source_connection_request.rb +1 -10
  47. data/lib/authentik/api/models/patched_user_source_connection_request.rb +1 -10
  48. data/lib/authentik/api/models/patched_user_telegram_source_connection_request.rb +1 -10
  49. data/lib/authentik/api/models/token_model.rb +1 -1
  50. data/lib/authentik/api/models/user_kerberos_source_connection_request.rb +1 -27
  51. data/lib/authentik/api/models/user_ldap_source_connection_request.rb +1 -27
  52. data/lib/authentik/api/models/user_o_auth_source_connection_request.rb +1 -27
  53. data/lib/authentik/api/models/user_plex_source_connection_request.rb +1 -27
  54. data/lib/authentik/api/models/user_saml_source_connection_request.rb +1 -27
  55. data/lib/authentik/api/models/user_source_connection_request.rb +1 -27
  56. data/lib/authentik/api/models/user_telegram_source_connection_request.rb +1 -27
  57. data/lib/authentik/api/version.rb +1 -1
  58. data/spec/models/group_kerberos_source_connection_request_spec.rb +0 -6
  59. data/spec/models/group_ldap_source_connection_request_spec.rb +0 -6
  60. data/spec/models/group_o_auth_source_connection_request_spec.rb +0 -6
  61. data/spec/models/group_plex_source_connection_request_spec.rb +0 -6
  62. data/spec/models/group_saml_source_connection_request_spec.rb +0 -6
  63. data/spec/models/group_source_connection_request_spec.rb +0 -6
  64. data/spec/models/group_telegram_source_connection_request_spec.rb +0 -6
  65. data/spec/models/patched_group_kerberos_source_connection_request_spec.rb +0 -6
  66. data/spec/models/patched_group_ldap_source_connection_request_spec.rb +0 -6
  67. data/spec/models/patched_group_o_auth_source_connection_request_spec.rb +0 -6
  68. data/spec/models/patched_group_plex_source_connection_request_spec.rb +0 -6
  69. data/spec/models/patched_group_saml_source_connection_request_spec.rb +0 -6
  70. data/spec/models/patched_group_source_connection_request_spec.rb +0 -6
  71. data/spec/models/patched_group_telegram_source_connection_request_spec.rb +0 -6
  72. data/spec/models/patched_user_kerberos_source_connection_request_spec.rb +0 -6
  73. data/spec/models/patched_user_ldap_source_connection_request_spec.rb +0 -6
  74. data/spec/models/patched_user_o_auth_source_connection_request_spec.rb +0 -6
  75. data/spec/models/patched_user_plex_source_connection_request_spec.rb +0 -6
  76. data/spec/models/patched_user_saml_source_connection_request_spec.rb +0 -6
  77. data/spec/models/patched_user_source_connection_request_spec.rb +0 -6
  78. data/spec/models/patched_user_telegram_source_connection_request_spec.rb +0 -6
  79. data/spec/models/user_kerberos_source_connection_request_spec.rb +0 -6
  80. data/spec/models/user_ldap_source_connection_request_spec.rb +0 -6
  81. data/spec/models/user_o_auth_source_connection_request_spec.rb +0 -6
  82. data/spec/models/user_plex_source_connection_request_spec.rb +0 -6
  83. data/spec/models/user_saml_source_connection_request_spec.rb +0 -6
  84. data/spec/models/user_source_connection_request_spec.rb +0 -6
  85. data/spec/models/user_telegram_source_connection_request_spec.rb +0 -6
  86. metadata +1 -1
@@ -10,8 +10,6 @@ require 'time'
10
10
  module Authentik::Api
11
11
  # User source connection
12
12
  class UserTelegramSourceConnectionRequest < ApiModelBase
13
- attr_accessor :user
14
-
15
13
  attr_accessor :source
16
14
 
17
15
  attr_accessor :identifier
@@ -19,7 +17,6 @@ module Authentik::Api
19
17
  # Attribute mapping from ruby-style variable name to JSON key.
20
18
  def self.attribute_map
21
19
  {
22
- :'user' => :'user',
23
20
  :'source' => :'source',
24
21
  :'identifier' => :'identifier'
25
22
  }
@@ -38,7 +35,6 @@ module Authentik::Api
38
35
  # Attribute type mapping.
39
36
  def self.openapi_types
40
37
  {
41
- :'user' => :'Integer',
42
38
  :'source' => :'String',
43
39
  :'identifier' => :'String'
44
40
  }
@@ -66,12 +62,6 @@ module Authentik::Api
66
62
  h[k.to_sym] = v
67
63
  }
68
64
 
69
- if attributes.key?(:'user')
70
- self.user = attributes[:'user']
71
- else
72
- self.user = nil
73
- end
74
-
75
65
  if attributes.key?(:'source')
76
66
  self.source = attributes[:'source']
77
67
  else
@@ -90,10 +80,6 @@ module Authentik::Api
90
80
  def list_invalid_properties
91
81
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
92
82
  invalid_properties = Array.new
93
- if @user.nil?
94
- invalid_properties.push('invalid value for "user", user cannot be nil.')
95
- end
96
-
97
83
  if @source.nil?
98
84
  invalid_properties.push('invalid value for "source", source cannot be nil.')
99
85
  end
@@ -113,23 +99,12 @@ module Authentik::Api
113
99
  # @return true if the model is valid
114
100
  def valid?
115
101
  warn '[DEPRECATED] the `valid?` method is obsolete'
116
- return false if @user.nil?
117
102
  return false if @source.nil?
118
103
  return false if @identifier.nil?
119
104
  return false if @identifier.to_s.length < 1
120
105
  true
121
106
  end
122
107
 
123
- # Custom attribute writer method with validation
124
- # @param [Object] user Value to be assigned
125
- def user=(user)
126
- if user.nil?
127
- fail ArgumentError, 'user cannot be nil'
128
- end
129
-
130
- @user = user
131
- end
132
-
133
108
  # Custom attribute writer method with validation
134
109
  # @param [Object] source Value to be assigned
135
110
  def source=(source)
@@ -159,7 +134,6 @@ module Authentik::Api
159
134
  def ==(o)
160
135
  return true if self.equal?(o)
161
136
  self.class == o.class &&
162
- user == o.user &&
163
137
  source == o.source &&
164
138
  identifier == o.identifier
165
139
  end
@@ -173,7 +147,7 @@ module Authentik::Api
173
147
  # Calculates hash code according to all attributes.
174
148
  # @return [Integer] Hash code
175
149
  def hash
176
- [user, source, identifier].hash
150
+ [source, identifier].hash
177
151
  end
178
152
 
179
153
  # Builds the object from hash
@@ -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.3.rc1'
9
+ VERSION = '2026.2.4'
10
10
  end
11
11
  end
@@ -21,12 +21,6 @@ describe Authentik::Api::GroupKerberosSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::GroupLDAPSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::GroupOAuthSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::GroupPlexSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::GroupSAMLSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::GroupSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::GroupTelegramSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedGroupKerberosSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedGroupLDAPSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedGroupOAuthSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedGroupPlexSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedGroupSAMLSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedGroupSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedGroupTelegramSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "group"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedUserKerberosSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedUserLDAPSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedUserOAuthSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedUserPlexSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedUserSAMLSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedUserSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::PatchedUserTelegramSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::UserKerberosSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::UserLDAPSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::UserOAuthSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::UserPlexSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::UserSAMLSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::UserSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -21,12 +21,6 @@ describe Authentik::Api::UserTelegramSourceConnectionRequest do
21
21
  end
22
22
  end
23
23
 
24
- describe 'test attribute "user"' do
25
- it 'should work' do
26
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
27
- end
28
- end
29
-
30
24
  describe 'test attribute "source"' do
31
25
  it 'should work' do
32
26
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
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.3.rc1
4
+ version: 2026.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Uhlig