@goauthentik/api 2026.2.0-rc1-1767898882 → 2026.2.0-rc1-1768869959

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.
@@ -4448,7 +4448,7 @@ async function example() {
4448
4448
  const body = {
4449
4449
  // boolean (optional)
4450
4450
  enabled: true,
4451
- // 'Heimdal' | 'MIT' | 'other' | KAdmin server type (optional)
4451
+ // 'Heimdal' | 'MIT' | KAdmin server type (optional)
4452
4452
  kadminType: kadminType_example,
4453
4453
  // string (optional)
4454
4454
  name: name_example,
@@ -4496,7 +4496,7 @@ example().catch(console.error);
4496
4496
  | Name | Type | Description | Notes |
4497
4497
  |------------- | ------------- | ------------- | -------------|
4498
4498
  | **enabled** | `boolean` | | [Optional] [Defaults to `undefined`] |
4499
- | **kadminType** | `Heimdal`, `MIT`, `other` | KAdmin server type | [Optional] [Defaults to `undefined`] [Enum: Heimdal, MIT, other] |
4499
+ | **kadminType** | `Heimdal`, `MIT` | KAdmin server type | [Optional] [Defaults to `undefined`] [Enum: Heimdal, MIT] |
4500
4500
  | **name** | `string` | | [Optional] [Defaults to `undefined`] |
4501
4501
  | **ordering** | `string` | Which field to use when ordering the results. | [Optional] [Defaults to `undefined`] |
4502
4502
  | **page** | `number` | A page number within the paginated result set. | [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-1767898882",
3
+ "version": "2026.2.0-rc1-1768869959",
4
4
  "description": "OpenAPI client for @goauthentik/api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -10155,7 +10155,6 @@ export class SourcesApi extends runtime.BaseAPI {
10155
10155
  export const SourcesKerberosListKadminTypeEnum = {
10156
10156
  Heimdal: 'Heimdal',
10157
10157
  Mit: 'MIT',
10158
- Other: 'other',
10159
10158
  UnknownDefaultOpenApi: '11184809'
10160
10159
  } as const;
10161
10160
  export type SourcesKerberosListKadminTypeEnum = typeof SourcesKerberosListKadminTypeEnum[keyof typeof SourcesKerberosListKadminTypeEnum];
@@ -20,7 +20,6 @@
20
20
  export const KadminTypeEnum = {
21
21
  Mit: 'MIT',
22
22
  Heimdal: 'Heimdal',
23
- Other: 'other',
24
23
  UnknownDefaultOpenApi: '11184809'
25
24
  } as const;
26
25
  export type KadminTypeEnum = typeof KadminTypeEnum[keyof typeof KadminTypeEnum];