authentik-api 2026.2.3.rc1 → 2026.2.3

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.
@@ -118,7 +118,7 @@ module Authentik::Api
118
118
  fail ArgumentError, "Missing the required parameter 'id' when calling TasksApi.tasks_schedules_partial_update"
119
119
  end
120
120
  # resource path
121
- local_var_path = '/tasks/schedules/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
121
+ local_var_path = '/tasks/schedules/{id}/'.sub('{id}', CGI.escape(id.to_s))
122
122
 
123
123
  # query parameters
124
124
  query_params = opts[:query_params] || {}
@@ -182,7 +182,7 @@ module Authentik::Api
182
182
  fail ArgumentError, "Missing the required parameter 'id' when calling TasksApi.tasks_schedules_retrieve"
183
183
  end
184
184
  # resource path
185
- local_var_path = '/tasks/schedules/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
185
+ local_var_path = '/tasks/schedules/{id}/'.sub('{id}', CGI.escape(id.to_s))
186
186
 
187
187
  # query parameters
188
188
  query_params = opts[:query_params] || {}
@@ -243,7 +243,7 @@ module Authentik::Api
243
243
  fail ArgumentError, "Missing the required parameter 'id' when calling TasksApi.tasks_schedules_send_create"
244
244
  end
245
245
  # resource path
246
- local_var_path = '/tasks/schedules/{id}/send/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
246
+ local_var_path = '/tasks/schedules/{id}/send/'.sub('{id}', CGI.escape(id.to_s))
247
247
 
248
248
  # query parameters
249
249
  query_params = opts[:query_params] || {}
@@ -308,7 +308,7 @@ module Authentik::Api
308
308
  fail ArgumentError, "Missing the required parameter 'schedule_request' when calling TasksApi.tasks_schedules_update"
309
309
  end
310
310
  # resource path
311
- local_var_path = '/tasks/schedules/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
311
+ local_var_path = '/tasks/schedules/{id}/'.sub('{id}', CGI.escape(id.to_s))
312
312
 
313
313
  # query parameters
314
314
  query_params = opts[:query_params] || {}
@@ -469,7 +469,7 @@ module Authentik::Api
469
469
  fail ArgumentError, "Missing the required parameter 'message_id' when calling TasksApi.tasks_tasks_retrieve"
470
470
  end
471
471
  # resource path
472
- local_var_path = '/tasks/tasks/{message_id}/'.sub('{' + 'message_id' + '}', CGI.escape(message_id.to_s))
472
+ local_var_path = '/tasks/tasks/{message_id}/'.sub('{message_id}', CGI.escape(message_id.to_s))
473
473
 
474
474
  # query parameters
475
475
  query_params = opts[:query_params] || {}
@@ -530,7 +530,7 @@ module Authentik::Api
530
530
  fail ArgumentError, "Missing the required parameter 'message_id' when calling TasksApi.tasks_tasks_retry_create"
531
531
  end
532
532
  # resource path
533
- local_var_path = '/tasks/tasks/{message_id}/retry/'.sub('{' + 'message_id' + '}', CGI.escape(message_id.to_s))
533
+ local_var_path = '/tasks/tasks/{message_id}/retry/'.sub('{message_id}', CGI.escape(message_id.to_s))
534
534
 
535
535
  # query parameters
536
536
  query_params = opts[:query_params] || {}
@@ -101,7 +101,7 @@ module Authentik::Api
101
101
  fail ArgumentError, "Missing the required parameter 'id' when calling TenantsApi.tenants_domains_destroy"
102
102
  end
103
103
  # resource path
104
- local_var_path = '/tenants/domains/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
104
+ local_var_path = '/tenants/domains/{id}/'.sub('{id}', CGI.escape(id.to_s))
105
105
 
106
106
  # query parameters
107
107
  query_params = opts[:query_params] || {}
@@ -231,7 +231,7 @@ module Authentik::Api
231
231
  fail ArgumentError, "Missing the required parameter 'id' when calling TenantsApi.tenants_domains_partial_update"
232
232
  end
233
233
  # resource path
234
- local_var_path = '/tenants/domains/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
234
+ local_var_path = '/tenants/domains/{id}/'.sub('{id}', CGI.escape(id.to_s))
235
235
 
236
236
  # query parameters
237
237
  query_params = opts[:query_params] || {}
@@ -297,7 +297,7 @@ module Authentik::Api
297
297
  fail ArgumentError, "Missing the required parameter 'id' when calling TenantsApi.tenants_domains_retrieve"
298
298
  end
299
299
  # resource path
300
- local_var_path = '/tenants/domains/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
300
+ local_var_path = '/tenants/domains/{id}/'.sub('{id}', CGI.escape(id.to_s))
301
301
 
302
302
  # query parameters
303
303
  query_params = opts[:query_params] || {}
@@ -364,7 +364,7 @@ module Authentik::Api
364
364
  fail ArgumentError, "Missing the required parameter 'domain_request' when calling TenantsApi.tenants_domains_update"
365
365
  end
366
366
  # resource path
367
- local_var_path = '/tenants/domains/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
367
+ local_var_path = '/tenants/domains/{id}/'.sub('{id}', CGI.escape(id.to_s))
368
368
 
369
369
  # query parameters
370
370
  query_params = opts[:query_params] || {}
@@ -502,7 +502,7 @@ module Authentik::Api
502
502
  fail ArgumentError, "Missing the required parameter 'tenant_admin_group_request_request' when calling TenantsApi.tenants_tenants_create_admin_group_create"
503
503
  end
504
504
  # resource path
505
- local_var_path = '/tenants/tenants/{tenant_uuid}/create_admin_group/'.sub('{' + 'tenant_uuid' + '}', CGI.escape(tenant_uuid.to_s))
505
+ local_var_path = '/tenants/tenants/{tenant_uuid}/create_admin_group/'.sub('{tenant_uuid}', CGI.escape(tenant_uuid.to_s))
506
506
 
507
507
  # query parameters
508
508
  query_params = opts[:query_params] || {}
@@ -574,7 +574,7 @@ module Authentik::Api
574
574
  fail ArgumentError, "Missing the required parameter 'tenant_recovery_key_request_request' when calling TenantsApi.tenants_tenants_create_recovery_key_create"
575
575
  end
576
576
  # resource path
577
- local_var_path = '/tenants/tenants/{tenant_uuid}/create_recovery_key/'.sub('{' + 'tenant_uuid' + '}', CGI.escape(tenant_uuid.to_s))
577
+ local_var_path = '/tenants/tenants/{tenant_uuid}/create_recovery_key/'.sub('{tenant_uuid}', CGI.escape(tenant_uuid.to_s))
578
578
 
579
579
  # query parameters
580
580
  query_params = opts[:query_params] || {}
@@ -640,7 +640,7 @@ module Authentik::Api
640
640
  fail ArgumentError, "Missing the required parameter 'tenant_uuid' when calling TenantsApi.tenants_tenants_destroy"
641
641
  end
642
642
  # resource path
643
- local_var_path = '/tenants/tenants/{tenant_uuid}/'.sub('{' + 'tenant_uuid' + '}', CGI.escape(tenant_uuid.to_s))
643
+ local_var_path = '/tenants/tenants/{tenant_uuid}/'.sub('{tenant_uuid}', CGI.escape(tenant_uuid.to_s))
644
644
 
645
645
  # query parameters
646
646
  query_params = opts[:query_params] || {}
@@ -770,7 +770,7 @@ module Authentik::Api
770
770
  fail ArgumentError, "Missing the required parameter 'tenant_uuid' when calling TenantsApi.tenants_tenants_partial_update"
771
771
  end
772
772
  # resource path
773
- local_var_path = '/tenants/tenants/{tenant_uuid}/'.sub('{' + 'tenant_uuid' + '}', CGI.escape(tenant_uuid.to_s))
773
+ local_var_path = '/tenants/tenants/{tenant_uuid}/'.sub('{tenant_uuid}', CGI.escape(tenant_uuid.to_s))
774
774
 
775
775
  # query parameters
776
776
  query_params = opts[:query_params] || {}
@@ -836,7 +836,7 @@ module Authentik::Api
836
836
  fail ArgumentError, "Missing the required parameter 'tenant_uuid' when calling TenantsApi.tenants_tenants_retrieve"
837
837
  end
838
838
  # resource path
839
- local_var_path = '/tenants/tenants/{tenant_uuid}/'.sub('{' + 'tenant_uuid' + '}', CGI.escape(tenant_uuid.to_s))
839
+ local_var_path = '/tenants/tenants/{tenant_uuid}/'.sub('{tenant_uuid}', CGI.escape(tenant_uuid.to_s))
840
840
 
841
841
  # query parameters
842
842
  query_params = opts[:query_params] || {}
@@ -903,7 +903,7 @@ module Authentik::Api
903
903
  fail ArgumentError, "Missing the required parameter 'tenant_request' when calling TenantsApi.tenants_tenants_update"
904
904
  end
905
905
  # resource path
906
- local_var_path = '/tenants/tenants/{tenant_uuid}/'.sub('{' + 'tenant_uuid' + '}', CGI.escape(tenant_uuid.to_s))
906
+ local_var_path = '/tenants/tenants/{tenant_uuid}/'.sub('{tenant_uuid}', CGI.escape(tenant_uuid.to_s))
907
907
 
908
908
  # query parameters
909
909
  query_params = opts[:query_params] || {}
@@ -49,7 +49,7 @@ module Authentik::Api
49
49
  def self.openapi_types
50
50
  {
51
51
  :'pk' => :'Integer',
52
- :'provider' => :'OAuth2Provider',
52
+ :'provider' => :'Provider',
53
53
  :'user' => :'User',
54
54
  :'is_expired' => :'Boolean',
55
55
  :'expires' => :'Time',
@@ -90,6 +90,7 @@ module Authentik::Api
90
90
  def self.openapi_nullable
91
91
  Set.new([
92
92
  :'destination_group',
93
+ :'destination_group_obj',
93
94
  ])
94
95
  end
95
96
 
@@ -159,10 +160,6 @@ module Authentik::Api
159
160
  invalid_properties.push('invalid value for "name", name cannot be nil.')
160
161
  end
161
162
 
162
- if @destination_group_obj.nil?
163
- invalid_properties.push('invalid value for "destination_group_obj", destination_group_obj cannot be nil.')
164
- end
165
-
166
163
  invalid_properties
167
164
  end
168
165
 
@@ -172,7 +169,6 @@ module Authentik::Api
172
169
  warn '[DEPRECATED] the `valid?` method is obsolete'
173
170
  return false if @pk.nil?
174
171
  return false if @name.nil?
175
- return false if @destination_group_obj.nil?
176
172
  true
177
173
  end
178
174
 
@@ -196,16 +192,6 @@ module Authentik::Api
196
192
  @name = name
197
193
  end
198
194
 
199
- # Custom attribute writer method with validation
200
- # @param [Object] destination_group_obj Value to be assigned
201
- def destination_group_obj=(destination_group_obj)
202
- if destination_group_obj.nil?
203
- fail ArgumentError, 'destination_group_obj cannot be nil'
204
- end
205
-
206
- @destination_group_obj = destination_group_obj
207
- end
208
-
209
195
  # Checks equality by comparing each attribute.
210
196
  # @param [Object] Object to be compared
211
197
  def ==(o)
@@ -56,7 +56,7 @@ module Authentik::Api
56
56
  def self.openapi_types
57
57
  {
58
58
  :'pk' => :'Integer',
59
- :'provider' => :'OAuth2Provider',
59
+ :'provider' => :'Provider',
60
60
  :'user' => :'User',
61
61
  :'is_expired' => :'Boolean',
62
62
  :'expires' => :'Time',
@@ -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.3'
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.3.rc1
4
+ version: 2026.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Uhlig