@goauthentik/api 2026.2.0-rc1-1767654897 → 2026.2.0-rc1-1767672135

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.
package/docs/CoreApi.md CHANGED
@@ -4128,7 +4128,7 @@ example().catch(console.error);
4128
4128
 
4129
4129
  ## coreUsersExportCreate
4130
4130
 
4131
- > DataExport coreUsersExportCreate(attributes, dateJoined, dateJoinedGt, dateJoinedLt, email, groupsByName, groupsByPk, isActive, isSuperuser, lastUpdated, lastUpdatedGt, lastUpdatedLt, name, ordering, path, pathStartswith, rolesByName, rolesByPk, search, type, username, uuid)
4131
+ > DataExport coreUsersExportCreate(attributes, dateJoined, dateJoinedGt, dateJoinedLt, email, groupsByName, groupsByPk, isActive, isSuperuser, lastLogin, lastLoginGt, lastLoginIsnull, lastLoginLt, lastUpdated, lastUpdatedGt, lastUpdatedLt, name, ordering, path, pathStartswith, rolesByName, rolesByPk, search, type, username, uuid)
4132
4132
 
4133
4133
 
4134
4134
 
@@ -4171,6 +4171,14 @@ async function example() {
4171
4171
  // boolean (optional)
4172
4172
  isSuperuser: true,
4173
4173
  // Date (optional)
4174
+ lastLogin: 2013-10-20T19:20:30+01:00,
4175
+ // Date (optional)
4176
+ lastLoginGt: 2013-10-20T19:20:30+01:00,
4177
+ // boolean (optional)
4178
+ lastLoginIsnull: true,
4179
+ // Date (optional)
4180
+ lastLoginLt: 2013-10-20T19:20:30+01:00,
4181
+ // Date (optional)
4174
4182
  lastUpdated: 2013-10-20T19:20:30+01:00,
4175
4183
  // Date (optional)
4176
4184
  lastUpdatedGt: 2013-10-20T19:20:30+01:00,
@@ -4224,6 +4232,10 @@ example().catch(console.error);
4224
4232
  | **groupsByPk** | `Array<string>` | | [Optional] |
4225
4233
  | **isActive** | `boolean` | | [Optional] [Defaults to `undefined`] |
4226
4234
  | **isSuperuser** | `boolean` | | [Optional] [Defaults to `undefined`] |
4235
+ | **lastLogin** | `Date` | | [Optional] [Defaults to `undefined`] |
4236
+ | **lastLoginGt** | `Date` | | [Optional] [Defaults to `undefined`] |
4237
+ | **lastLoginIsnull** | `boolean` | | [Optional] [Defaults to `undefined`] |
4238
+ | **lastLoginLt** | `Date` | | [Optional] [Defaults to `undefined`] |
4227
4239
  | **lastUpdated** | `Date` | | [Optional] [Defaults to `undefined`] |
4228
4240
  | **lastUpdatedGt** | `Date` | | [Optional] [Defaults to `undefined`] |
4229
4241
  | **lastUpdatedLt** | `Date` | | [Optional] [Defaults to `undefined`] |
@@ -4405,7 +4417,7 @@ This endpoint does not need any parameter.
4405
4417
 
4406
4418
  ## coreUsersList
4407
4419
 
4408
- > PaginatedUserList coreUsersList(attributes, dateJoined, dateJoinedGt, dateJoinedLt, email, groupsByName, groupsByPk, includeGroups, includeRoles, isActive, isSuperuser, lastUpdated, lastUpdatedGt, lastUpdatedLt, name, ordering, page, pageSize, path, pathStartswith, rolesByName, rolesByPk, search, type, username, uuid)
4420
+ > PaginatedUserList coreUsersList(attributes, dateJoined, dateJoinedGt, dateJoinedLt, email, groupsByName, groupsByPk, includeGroups, includeRoles, isActive, isSuperuser, lastLogin, lastLoginGt, lastLoginIsnull, lastLoginLt, lastUpdated, lastUpdatedGt, lastUpdatedLt, name, ordering, page, pageSize, path, pathStartswith, rolesByName, rolesByPk, search, type, username, uuid)
4409
4421
 
4410
4422
 
4411
4423
 
@@ -4452,6 +4464,14 @@ async function example() {
4452
4464
  // boolean (optional)
4453
4465
  isSuperuser: true,
4454
4466
  // Date (optional)
4467
+ lastLogin: 2013-10-20T19:20:30+01:00,
4468
+ // Date (optional)
4469
+ lastLoginGt: 2013-10-20T19:20:30+01:00,
4470
+ // boolean (optional)
4471
+ lastLoginIsnull: true,
4472
+ // Date (optional)
4473
+ lastLoginLt: 2013-10-20T19:20:30+01:00,
4474
+ // Date (optional)
4455
4475
  lastUpdated: 2013-10-20T19:20:30+01:00,
4456
4476
  // Date (optional)
4457
4477
  lastUpdatedGt: 2013-10-20T19:20:30+01:00,
@@ -4511,6 +4531,10 @@ example().catch(console.error);
4511
4531
  | **includeRoles** | `boolean` | | [Optional] [Defaults to `true`] |
4512
4532
  | **isActive** | `boolean` | | [Optional] [Defaults to `undefined`] |
4513
4533
  | **isSuperuser** | `boolean` | | [Optional] [Defaults to `undefined`] |
4534
+ | **lastLogin** | `Date` | | [Optional] [Defaults to `undefined`] |
4535
+ | **lastLoginGt** | `Date` | | [Optional] [Defaults to `undefined`] |
4536
+ | **lastLoginIsnull** | `boolean` | | [Optional] [Defaults to `undefined`] |
4537
+ | **lastLoginLt** | `Date` | | [Optional] [Defaults to `undefined`] |
4514
4538
  | **lastUpdated** | `Date` | | [Optional] [Defaults to `undefined`] |
4515
4539
  | **lastUpdatedGt** | `Date` | | [Optional] [Defaults to `undefined`] |
4516
4540
  | **lastUpdatedLt** | `Date` | | [Optional] [Defaults to `undefined`] |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goauthentik/api",
3
- "version": "2026.2.0-rc1-1767654897",
3
+ "version": "2026.2.0-rc1-1767672135",
4
4
  "description": "OpenAPI client for @goauthentik/api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -458,6 +458,10 @@ export interface CoreUsersExportCreateRequest {
458
458
  groupsByPk?: Array<string>;
459
459
  isActive?: boolean;
460
460
  isSuperuser?: boolean;
461
+ lastLogin?: Date;
462
+ lastLoginGt?: Date;
463
+ lastLoginIsnull?: boolean;
464
+ lastLoginLt?: Date;
461
465
  lastUpdated?: Date;
462
466
  lastUpdatedGt?: Date;
463
467
  lastUpdatedLt?: Date;
@@ -490,6 +494,10 @@ export interface CoreUsersListRequest {
490
494
  includeRoles?: boolean;
491
495
  isActive?: boolean;
492
496
  isSuperuser?: boolean;
497
+ lastLogin?: Date;
498
+ lastLoginGt?: Date;
499
+ lastLoginIsnull?: boolean;
500
+ lastLoginLt?: Date;
493
501
  lastUpdated?: Date;
494
502
  lastUpdatedGt?: Date;
495
503
  lastUpdatedLt?: Date;
@@ -3292,6 +3300,22 @@ export class CoreApi extends runtime.BaseAPI {
3292
3300
  queryParameters['is_superuser'] = requestParameters['isSuperuser'];
3293
3301
  }
3294
3302
 
3303
+ if (requestParameters['lastLogin'] != null) {
3304
+ queryParameters['last_login'] = (requestParameters['lastLogin'] as any).toISOString();
3305
+ }
3306
+
3307
+ if (requestParameters['lastLoginGt'] != null) {
3308
+ queryParameters['last_login__gt'] = (requestParameters['lastLoginGt'] as any).toISOString();
3309
+ }
3310
+
3311
+ if (requestParameters['lastLoginIsnull'] != null) {
3312
+ queryParameters['last_login__isnull'] = requestParameters['lastLoginIsnull'];
3313
+ }
3314
+
3315
+ if (requestParameters['lastLoginLt'] != null) {
3316
+ queryParameters['last_login__lt'] = (requestParameters['lastLoginLt'] as any).toISOString();
3317
+ }
3318
+
3295
3319
  if (requestParameters['lastUpdated'] != null) {
3296
3320
  queryParameters['last_updated'] = (requestParameters['lastUpdated'] as any).toISOString();
3297
3321
  }
@@ -3515,6 +3539,22 @@ export class CoreApi extends runtime.BaseAPI {
3515
3539
  queryParameters['is_superuser'] = requestParameters['isSuperuser'];
3516
3540
  }
3517
3541
 
3542
+ if (requestParameters['lastLogin'] != null) {
3543
+ queryParameters['last_login'] = (requestParameters['lastLogin'] as any).toISOString();
3544
+ }
3545
+
3546
+ if (requestParameters['lastLoginGt'] != null) {
3547
+ queryParameters['last_login__gt'] = (requestParameters['lastLoginGt'] as any).toISOString();
3548
+ }
3549
+
3550
+ if (requestParameters['lastLoginIsnull'] != null) {
3551
+ queryParameters['last_login__isnull'] = requestParameters['lastLoginIsnull'];
3552
+ }
3553
+
3554
+ if (requestParameters['lastLoginLt'] != null) {
3555
+ queryParameters['last_login__lt'] = (requestParameters['lastLoginLt'] as any).toISOString();
3556
+ }
3557
+
3518
3558
  if (requestParameters['lastUpdated'] != null) {
3519
3559
  queryParameters['last_updated'] = (requestParameters['lastUpdated'] as any).toISOString();
3520
3560
  }