@goauthentik/api 2023.10.4-1701882394 → 2023.10.4-1702933698
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/.openapi-generator/FILES +2 -1
- package/dist/apis/SchemaApi.d.ts +1 -0
- package/dist/apis/SchemaApi.js +1 -0
- package/dist/esm/apis/SchemaApi.d.ts +1 -0
- package/dist/esm/apis/SchemaApi.js +1 -0
- package/dist/esm/models/BlueprintInstance.d.ts +4 -8
- package/dist/esm/models/BlueprintInstanceRequest.d.ts +2 -4
- package/dist/esm/models/ContextualFlowInfo.d.ts +3 -3
- package/dist/esm/models/ContextualFlowInfo.js +3 -3
- package/dist/esm/models/{LayoutEnum.d.ts → ContextualFlowInfoLayoutEnum.d.ts} +5 -5
- package/dist/esm/models/{LayoutEnum.js → ContextualFlowInfoLayoutEnum.js} +5 -5
- package/dist/esm/models/Event.d.ts +6 -12
- package/dist/esm/models/EventRequest.d.ts +6 -12
- package/dist/esm/models/Flow.d.ts +3 -3
- package/dist/esm/models/Flow.js +3 -3
- package/dist/esm/models/FlowLayoutEnum.d.ts +31 -0
- package/dist/esm/models/FlowLayoutEnum.js +38 -0
- package/dist/esm/models/FlowRequest.d.ts +3 -3
- package/dist/esm/models/FlowRequest.js +3 -3
- package/dist/esm/models/FlowSet.d.ts +3 -3
- package/dist/esm/models/FlowSet.js +3 -3
- package/dist/esm/models/FlowSetRequest.d.ts +3 -3
- package/dist/esm/models/FlowSetRequest.js +3 -3
- package/dist/esm/models/KubernetesServiceConnection.d.ts +2 -4
- package/dist/esm/models/KubernetesServiceConnectionRequest.d.ts +2 -4
- package/dist/esm/models/OAuthSource.d.ts +2 -4
- package/dist/esm/models/OAuthSourceRequest.d.ts +2 -4
- package/dist/esm/models/PatchedBlueprintInstanceRequest.d.ts +2 -4
- package/dist/esm/models/PatchedEventRequest.d.ts +6 -12
- package/dist/esm/models/PatchedFlowRequest.d.ts +3 -3
- package/dist/esm/models/PatchedFlowRequest.js +3 -3
- package/dist/esm/models/PatchedKubernetesServiceConnectionRequest.d.ts +2 -4
- package/dist/esm/models/PatchedOAuthSourceRequest.d.ts +2 -4
- package/dist/esm/models/PatchedTenantRequest.d.ts +2 -4
- package/dist/esm/models/Reputation.d.ts +2 -4
- package/dist/esm/models/Tenant.d.ts +2 -4
- package/dist/esm/models/TenantRequest.d.ts +2 -4
- package/dist/esm/models/index.d.ts +2 -1
- package/dist/esm/models/index.js +2 -1
- package/dist/models/BlueprintInstance.d.ts +4 -8
- package/dist/models/BlueprintInstanceRequest.d.ts +2 -4
- package/dist/models/ContextualFlowInfo.d.ts +3 -3
- package/dist/models/ContextualFlowInfo.js +3 -3
- package/dist/models/{LayoutEnum.d.ts → ContextualFlowInfoLayoutEnum.d.ts} +5 -5
- package/dist/models/{LayoutEnum.js → ContextualFlowInfoLayoutEnum.js} +9 -9
- package/dist/models/Event.d.ts +6 -12
- package/dist/models/EventRequest.d.ts +6 -12
- package/dist/models/Flow.d.ts +3 -3
- package/dist/models/Flow.js +3 -3
- package/dist/models/FlowLayoutEnum.d.ts +31 -0
- package/dist/models/FlowLayoutEnum.js +44 -0
- package/dist/models/FlowRequest.d.ts +3 -3
- package/dist/models/FlowRequest.js +3 -3
- package/dist/models/FlowSet.d.ts +3 -3
- package/dist/models/FlowSet.js +3 -3
- package/dist/models/FlowSetRequest.d.ts +3 -3
- package/dist/models/FlowSetRequest.js +3 -3
- package/dist/models/KubernetesServiceConnection.d.ts +2 -4
- package/dist/models/KubernetesServiceConnectionRequest.d.ts +2 -4
- package/dist/models/OAuthSource.d.ts +2 -4
- package/dist/models/OAuthSourceRequest.d.ts +2 -4
- package/dist/models/PatchedBlueprintInstanceRequest.d.ts +2 -4
- package/dist/models/PatchedEventRequest.d.ts +6 -12
- package/dist/models/PatchedFlowRequest.d.ts +3 -3
- package/dist/models/PatchedFlowRequest.js +3 -3
- package/dist/models/PatchedKubernetesServiceConnectionRequest.d.ts +2 -4
- package/dist/models/PatchedOAuthSourceRequest.d.ts +2 -4
- package/dist/models/PatchedTenantRequest.d.ts +2 -4
- package/dist/models/Reputation.d.ts +2 -4
- package/dist/models/Tenant.d.ts +2 -4
- package/dist/models/TenantRequest.d.ts +2 -4
- package/dist/models/index.d.ts +2 -1
- package/dist/models/index.js +2 -1
- package/package.json +1 -1
- package/src/apis/SchemaApi.ts +1 -0
- package/src/models/BlueprintInstance.ts +4 -4
- package/src/models/BlueprintInstanceRequest.ts +2 -2
- package/src/models/ContextualFlowInfo.ts +9 -9
- package/src/models/{LayoutEnum.ts → ContextualFlowInfoLayoutEnum.ts} +7 -7
- package/src/models/Event.ts +6 -6
- package/src/models/EventRequest.ts +6 -6
- package/src/models/Flow.ts +9 -9
- package/src/models/FlowLayoutEnum.ts +46 -0
- package/src/models/FlowRequest.ts +9 -9
- package/src/models/FlowSet.ts +9 -9
- package/src/models/FlowSetRequest.ts +9 -9
- package/src/models/KubernetesServiceConnection.ts +2 -2
- package/src/models/KubernetesServiceConnectionRequest.ts +2 -2
- package/src/models/OAuthSource.ts +2 -2
- package/src/models/OAuthSourceRequest.ts +2 -2
- package/src/models/PatchedBlueprintInstanceRequest.ts +2 -2
- package/src/models/PatchedEventRequest.ts +6 -6
- package/src/models/PatchedFlowRequest.ts +9 -9
- package/src/models/PatchedKubernetesServiceConnectionRequest.ts +2 -2
- package/src/models/PatchedOAuthSourceRequest.ts +2 -2
- package/src/models/PatchedTenantRequest.ts +2 -2
- package/src/models/Reputation.ts +2 -2
- package/src/models/Tenant.ts +2 -2
- package/src/models/TenantRequest.ts +2 -2
- package/src/models/index.ts +2 -1
|
@@ -28,10 +28,10 @@ import {
|
|
|
28
28
|
export interface EventRequest {
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
|
-
* @type {
|
|
31
|
+
* @type {any}
|
|
32
32
|
* @memberof EventRequest
|
|
33
33
|
*/
|
|
34
|
-
user?:
|
|
34
|
+
user?: any | null;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @type {EventActions}
|
|
@@ -46,10 +46,10 @@ export interface EventRequest {
|
|
|
46
46
|
app: string;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
|
-
* @type {
|
|
49
|
+
* @type {any}
|
|
50
50
|
* @memberof EventRequest
|
|
51
51
|
*/
|
|
52
|
-
context?:
|
|
52
|
+
context?: any | null;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
55
|
* @type {string}
|
|
@@ -64,10 +64,10 @@ export interface EventRequest {
|
|
|
64
64
|
expires?: Date;
|
|
65
65
|
/**
|
|
66
66
|
*
|
|
67
|
-
* @type {
|
|
67
|
+
* @type {any}
|
|
68
68
|
* @memberof EventRequest
|
|
69
69
|
*/
|
|
70
|
-
tenant?:
|
|
70
|
+
tenant?: any | null;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
/**
|
package/src/models/Flow.ts
CHANGED
|
@@ -31,12 +31,12 @@ import {
|
|
|
31
31
|
FlowDesignationEnumFromJSONTyped,
|
|
32
32
|
FlowDesignationEnumToJSON,
|
|
33
33
|
} from './FlowDesignationEnum';
|
|
34
|
-
import type {
|
|
34
|
+
import type { FlowLayoutEnum } from './FlowLayoutEnum';
|
|
35
35
|
import {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
} from './
|
|
36
|
+
FlowLayoutEnumFromJSON,
|
|
37
|
+
FlowLayoutEnumFromJSONTyped,
|
|
38
|
+
FlowLayoutEnumToJSON,
|
|
39
|
+
} from './FlowLayoutEnum';
|
|
40
40
|
import type { PolicyEngineMode } from './PolicyEngineMode';
|
|
41
41
|
import {
|
|
42
42
|
PolicyEngineModeFromJSON,
|
|
@@ -131,10 +131,10 @@ export interface Flow {
|
|
|
131
131
|
readonly exportUrl: string;
|
|
132
132
|
/**
|
|
133
133
|
*
|
|
134
|
-
* @type {
|
|
134
|
+
* @type {FlowLayoutEnum}
|
|
135
135
|
* @memberof Flow
|
|
136
136
|
*/
|
|
137
|
-
layout?:
|
|
137
|
+
layout?: FlowLayoutEnum;
|
|
138
138
|
/**
|
|
139
139
|
*
|
|
140
140
|
* @type {DeniedActionEnum}
|
|
@@ -192,7 +192,7 @@ export function FlowFromJSONTyped(json: any, ignoreDiscriminator: boolean): Flow
|
|
|
192
192
|
'policyEngineMode': !exists(json, 'policy_engine_mode') ? undefined : PolicyEngineModeFromJSON(json['policy_engine_mode']),
|
|
193
193
|
'compatibilityMode': !exists(json, 'compatibility_mode') ? undefined : json['compatibility_mode'],
|
|
194
194
|
'exportUrl': json['export_url'],
|
|
195
|
-
'layout': !exists(json, 'layout') ? undefined :
|
|
195
|
+
'layout': !exists(json, 'layout') ? undefined : FlowLayoutEnumFromJSON(json['layout']),
|
|
196
196
|
'deniedAction': !exists(json, 'denied_action') ? undefined : DeniedActionEnumFromJSON(json['denied_action']),
|
|
197
197
|
'authentication': !exists(json, 'authentication') ? undefined : AuthenticationEnumFromJSON(json['authentication']),
|
|
198
198
|
};
|
|
@@ -213,7 +213,7 @@ export function FlowToJSON(value?: Flow | null): any {
|
|
|
213
213
|
'designation': FlowDesignationEnumToJSON(value.designation),
|
|
214
214
|
'policy_engine_mode': PolicyEngineModeToJSON(value.policyEngineMode),
|
|
215
215
|
'compatibility_mode': value.compatibilityMode,
|
|
216
|
-
'layout':
|
|
216
|
+
'layout': FlowLayoutEnumToJSON(value.layout),
|
|
217
217
|
'denied_action': DeniedActionEnumToJSON(value.deniedAction),
|
|
218
218
|
'authentication': AuthenticationEnumToJSON(value.authentication),
|
|
219
219
|
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* authentik
|
|
5
|
+
* Making authentication simple.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2023.10.4
|
|
8
|
+
* Contact: hello@goauthentik.io
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* * `stacked` - Stacked
|
|
18
|
+
* * `content_left` - Content Left
|
|
19
|
+
* * `content_right` - Content Right
|
|
20
|
+
* * `sidebar_left` - Sidebar Left
|
|
21
|
+
* * `sidebar_right` - Sidebar Right
|
|
22
|
+
* @export
|
|
23
|
+
*/
|
|
24
|
+
export const FlowLayoutEnum = {
|
|
25
|
+
Stacked: 'stacked',
|
|
26
|
+
ContentLeft: 'content_left',
|
|
27
|
+
ContentRight: 'content_right',
|
|
28
|
+
SidebarLeft: 'sidebar_left',
|
|
29
|
+
SidebarRight: 'sidebar_right',
|
|
30
|
+
UnknownDefaultOpenApi: '11184809'
|
|
31
|
+
} as const;
|
|
32
|
+
export type FlowLayoutEnum = typeof FlowLayoutEnum[keyof typeof FlowLayoutEnum];
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
export function FlowLayoutEnumFromJSON(json: any): FlowLayoutEnum {
|
|
36
|
+
return FlowLayoutEnumFromJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export function FlowLayoutEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): FlowLayoutEnum {
|
|
40
|
+
return json as FlowLayoutEnum;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export function FlowLayoutEnumToJSON(value?: FlowLayoutEnum | null): any {
|
|
44
|
+
return value as any;
|
|
45
|
+
}
|
|
46
|
+
|
|
@@ -31,12 +31,12 @@ import {
|
|
|
31
31
|
FlowDesignationEnumFromJSONTyped,
|
|
32
32
|
FlowDesignationEnumToJSON,
|
|
33
33
|
} from './FlowDesignationEnum';
|
|
34
|
-
import type {
|
|
34
|
+
import type { FlowLayoutEnum } from './FlowLayoutEnum';
|
|
35
35
|
import {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
} from './
|
|
36
|
+
FlowLayoutEnumFromJSON,
|
|
37
|
+
FlowLayoutEnumFromJSONTyped,
|
|
38
|
+
FlowLayoutEnumToJSON,
|
|
39
|
+
} from './FlowLayoutEnum';
|
|
40
40
|
import type { PolicyEngineMode } from './PolicyEngineMode';
|
|
41
41
|
import {
|
|
42
42
|
PolicyEngineModeFromJSON,
|
|
@@ -88,10 +88,10 @@ export interface FlowRequest {
|
|
|
88
88
|
compatibilityMode?: boolean;
|
|
89
89
|
/**
|
|
90
90
|
*
|
|
91
|
-
* @type {
|
|
91
|
+
* @type {FlowLayoutEnum}
|
|
92
92
|
* @memberof FlowRequest
|
|
93
93
|
*/
|
|
94
|
-
layout?:
|
|
94
|
+
layout?: FlowLayoutEnum;
|
|
95
95
|
/**
|
|
96
96
|
*
|
|
97
97
|
* @type {DeniedActionEnum}
|
|
@@ -135,7 +135,7 @@ export function FlowRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean
|
|
|
135
135
|
'designation': FlowDesignationEnumFromJSON(json['designation']),
|
|
136
136
|
'policyEngineMode': !exists(json, 'policy_engine_mode') ? undefined : PolicyEngineModeFromJSON(json['policy_engine_mode']),
|
|
137
137
|
'compatibilityMode': !exists(json, 'compatibility_mode') ? undefined : json['compatibility_mode'],
|
|
138
|
-
'layout': !exists(json, 'layout') ? undefined :
|
|
138
|
+
'layout': !exists(json, 'layout') ? undefined : FlowLayoutEnumFromJSON(json['layout']),
|
|
139
139
|
'deniedAction': !exists(json, 'denied_action') ? undefined : DeniedActionEnumFromJSON(json['denied_action']),
|
|
140
140
|
'authentication': !exists(json, 'authentication') ? undefined : AuthenticationEnumFromJSON(json['authentication']),
|
|
141
141
|
};
|
|
@@ -156,7 +156,7 @@ export function FlowRequestToJSON(value?: FlowRequest | null): any {
|
|
|
156
156
|
'designation': FlowDesignationEnumToJSON(value.designation),
|
|
157
157
|
'policy_engine_mode': PolicyEngineModeToJSON(value.policyEngineMode),
|
|
158
158
|
'compatibility_mode': value.compatibilityMode,
|
|
159
|
-
'layout':
|
|
159
|
+
'layout': FlowLayoutEnumToJSON(value.layout),
|
|
160
160
|
'denied_action': DeniedActionEnumToJSON(value.deniedAction),
|
|
161
161
|
'authentication': AuthenticationEnumToJSON(value.authentication),
|
|
162
162
|
};
|
package/src/models/FlowSet.ts
CHANGED
|
@@ -25,12 +25,12 @@ import {
|
|
|
25
25
|
FlowDesignationEnumFromJSONTyped,
|
|
26
26
|
FlowDesignationEnumToJSON,
|
|
27
27
|
} from './FlowDesignationEnum';
|
|
28
|
-
import type {
|
|
28
|
+
import type { FlowLayoutEnum } from './FlowLayoutEnum';
|
|
29
29
|
import {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
} from './
|
|
30
|
+
FlowLayoutEnumFromJSON,
|
|
31
|
+
FlowLayoutEnumFromJSONTyped,
|
|
32
|
+
FlowLayoutEnumToJSON,
|
|
33
|
+
} from './FlowLayoutEnum';
|
|
34
34
|
import type { PolicyEngineMode } from './PolicyEngineMode';
|
|
35
35
|
import {
|
|
36
36
|
PolicyEngineModeFromJSON,
|
|
@@ -107,10 +107,10 @@ export interface FlowSet {
|
|
|
107
107
|
readonly exportUrl: string;
|
|
108
108
|
/**
|
|
109
109
|
*
|
|
110
|
-
* @type {
|
|
110
|
+
* @type {FlowLayoutEnum}
|
|
111
111
|
* @memberof FlowSet
|
|
112
112
|
*/
|
|
113
|
-
layout?:
|
|
113
|
+
layout?: FlowLayoutEnum;
|
|
114
114
|
/**
|
|
115
115
|
*
|
|
116
116
|
* @type {DeniedActionEnum}
|
|
@@ -156,7 +156,7 @@ export function FlowSetFromJSONTyped(json: any, ignoreDiscriminator: boolean): F
|
|
|
156
156
|
'policyEngineMode': !exists(json, 'policy_engine_mode') ? undefined : PolicyEngineModeFromJSON(json['policy_engine_mode']),
|
|
157
157
|
'compatibilityMode': !exists(json, 'compatibility_mode') ? undefined : json['compatibility_mode'],
|
|
158
158
|
'exportUrl': json['export_url'],
|
|
159
|
-
'layout': !exists(json, 'layout') ? undefined :
|
|
159
|
+
'layout': !exists(json, 'layout') ? undefined : FlowLayoutEnumFromJSON(json['layout']),
|
|
160
160
|
'deniedAction': !exists(json, 'denied_action') ? undefined : DeniedActionEnumFromJSON(json['denied_action']),
|
|
161
161
|
};
|
|
162
162
|
}
|
|
@@ -176,7 +176,7 @@ export function FlowSetToJSON(value?: FlowSet | null): any {
|
|
|
176
176
|
'designation': FlowDesignationEnumToJSON(value.designation),
|
|
177
177
|
'policy_engine_mode': PolicyEngineModeToJSON(value.policyEngineMode),
|
|
178
178
|
'compatibility_mode': value.compatibilityMode,
|
|
179
|
-
'layout':
|
|
179
|
+
'layout': FlowLayoutEnumToJSON(value.layout),
|
|
180
180
|
'denied_action': DeniedActionEnumToJSON(value.deniedAction),
|
|
181
181
|
};
|
|
182
182
|
}
|
|
@@ -25,12 +25,12 @@ import {
|
|
|
25
25
|
FlowDesignationEnumFromJSONTyped,
|
|
26
26
|
FlowDesignationEnumToJSON,
|
|
27
27
|
} from './FlowDesignationEnum';
|
|
28
|
-
import type {
|
|
28
|
+
import type { FlowLayoutEnum } from './FlowLayoutEnum';
|
|
29
29
|
import {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
} from './
|
|
30
|
+
FlowLayoutEnumFromJSON,
|
|
31
|
+
FlowLayoutEnumFromJSONTyped,
|
|
32
|
+
FlowLayoutEnumToJSON,
|
|
33
|
+
} from './FlowLayoutEnum';
|
|
34
34
|
import type { PolicyEngineMode } from './PolicyEngineMode';
|
|
35
35
|
import {
|
|
36
36
|
PolicyEngineModeFromJSON,
|
|
@@ -82,10 +82,10 @@ export interface FlowSetRequest {
|
|
|
82
82
|
compatibilityMode?: boolean;
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
|
-
* @type {
|
|
85
|
+
* @type {FlowLayoutEnum}
|
|
86
86
|
* @memberof FlowSetRequest
|
|
87
87
|
*/
|
|
88
|
-
layout?:
|
|
88
|
+
layout?: FlowLayoutEnum;
|
|
89
89
|
/**
|
|
90
90
|
*
|
|
91
91
|
* @type {DeniedActionEnum}
|
|
@@ -123,7 +123,7 @@ export function FlowSetRequestFromJSONTyped(json: any, ignoreDiscriminator: bool
|
|
|
123
123
|
'designation': FlowDesignationEnumFromJSON(json['designation']),
|
|
124
124
|
'policyEngineMode': !exists(json, 'policy_engine_mode') ? undefined : PolicyEngineModeFromJSON(json['policy_engine_mode']),
|
|
125
125
|
'compatibilityMode': !exists(json, 'compatibility_mode') ? undefined : json['compatibility_mode'],
|
|
126
|
-
'layout': !exists(json, 'layout') ? undefined :
|
|
126
|
+
'layout': !exists(json, 'layout') ? undefined : FlowLayoutEnumFromJSON(json['layout']),
|
|
127
127
|
'deniedAction': !exists(json, 'denied_action') ? undefined : DeniedActionEnumFromJSON(json['denied_action']),
|
|
128
128
|
};
|
|
129
129
|
}
|
|
@@ -143,7 +143,7 @@ export function FlowSetRequestToJSON(value?: FlowSetRequest | null): any {
|
|
|
143
143
|
'designation': FlowDesignationEnumToJSON(value.designation),
|
|
144
144
|
'policy_engine_mode': PolicyEngineModeToJSON(value.policyEngineMode),
|
|
145
145
|
'compatibility_mode': value.compatibilityMode,
|
|
146
|
-
'layout':
|
|
146
|
+
'layout': FlowLayoutEnumToJSON(value.layout),
|
|
147
147
|
'denied_action': DeniedActionEnumToJSON(value.deniedAction),
|
|
148
148
|
};
|
|
149
149
|
}
|
|
@@ -63,10 +63,10 @@ export interface KubernetesServiceConnection {
|
|
|
63
63
|
readonly metaModelName: string;
|
|
64
64
|
/**
|
|
65
65
|
* Paste your kubeconfig here. authentik will automatically use the currently selected context.
|
|
66
|
-
* @type {
|
|
66
|
+
* @type {any}
|
|
67
67
|
* @memberof KubernetesServiceConnection
|
|
68
68
|
*/
|
|
69
|
-
kubeconfig?:
|
|
69
|
+
kubeconfig?: any | null;
|
|
70
70
|
/**
|
|
71
71
|
* Verify SSL Certificates of the Kubernetes API endpoint
|
|
72
72
|
* @type {boolean}
|
|
@@ -33,10 +33,10 @@ export interface KubernetesServiceConnectionRequest {
|
|
|
33
33
|
local?: boolean;
|
|
34
34
|
/**
|
|
35
35
|
* Paste your kubeconfig here. authentik will automatically use the currently selected context.
|
|
36
|
-
* @type {
|
|
36
|
+
* @type {any}
|
|
37
37
|
* @memberof KubernetesServiceConnectionRequest
|
|
38
38
|
*/
|
|
39
|
-
kubeconfig?:
|
|
39
|
+
kubeconfig?: any | null;
|
|
40
40
|
/**
|
|
41
41
|
* Verify SSL Certificates of the Kubernetes API endpoint
|
|
42
42
|
* @type {boolean}
|
|
@@ -203,10 +203,10 @@ export interface OAuthSource {
|
|
|
203
203
|
oidcJwksUrl?: string;
|
|
204
204
|
/**
|
|
205
205
|
*
|
|
206
|
-
* @type {
|
|
206
|
+
* @type {any}
|
|
207
207
|
* @memberof OAuthSource
|
|
208
208
|
*/
|
|
209
|
-
oidcJwks?:
|
|
209
|
+
oidcJwks?: any | null;
|
|
210
210
|
}
|
|
211
211
|
|
|
212
212
|
/**
|
|
@@ -148,10 +148,10 @@ export interface OAuthSourceRequest {
|
|
|
148
148
|
oidcJwksUrl?: string;
|
|
149
149
|
/**
|
|
150
150
|
*
|
|
151
|
-
* @type {
|
|
151
|
+
* @type {any}
|
|
152
152
|
* @memberof OAuthSourceRequest
|
|
153
153
|
*/
|
|
154
|
-
oidcJwks?:
|
|
154
|
+
oidcJwks?: any | null;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
/**
|
|
@@ -33,10 +33,10 @@ export interface PatchedBlueprintInstanceRequest {
|
|
|
33
33
|
path?: string;
|
|
34
34
|
/**
|
|
35
35
|
*
|
|
36
|
-
* @type {
|
|
36
|
+
* @type {any}
|
|
37
37
|
* @memberof PatchedBlueprintInstanceRequest
|
|
38
38
|
*/
|
|
39
|
-
context?:
|
|
39
|
+
context?: any | null;
|
|
40
40
|
/**
|
|
41
41
|
*
|
|
42
42
|
* @type {boolean}
|
|
@@ -28,10 +28,10 @@ import {
|
|
|
28
28
|
export interface PatchedEventRequest {
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
|
-
* @type {
|
|
31
|
+
* @type {any}
|
|
32
32
|
* @memberof PatchedEventRequest
|
|
33
33
|
*/
|
|
34
|
-
user?:
|
|
34
|
+
user?: any | null;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @type {EventActions}
|
|
@@ -46,10 +46,10 @@ export interface PatchedEventRequest {
|
|
|
46
46
|
app?: string;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
|
-
* @type {
|
|
49
|
+
* @type {any}
|
|
50
50
|
* @memberof PatchedEventRequest
|
|
51
51
|
*/
|
|
52
|
-
context?:
|
|
52
|
+
context?: any | null;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
55
|
* @type {string}
|
|
@@ -64,10 +64,10 @@ export interface PatchedEventRequest {
|
|
|
64
64
|
expires?: Date;
|
|
65
65
|
/**
|
|
66
66
|
*
|
|
67
|
-
* @type {
|
|
67
|
+
* @type {any}
|
|
68
68
|
* @memberof PatchedEventRequest
|
|
69
69
|
*/
|
|
70
|
-
tenant?:
|
|
70
|
+
tenant?: any | null;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
/**
|
|
@@ -31,12 +31,12 @@ import {
|
|
|
31
31
|
FlowDesignationEnumFromJSONTyped,
|
|
32
32
|
FlowDesignationEnumToJSON,
|
|
33
33
|
} from './FlowDesignationEnum';
|
|
34
|
-
import type {
|
|
34
|
+
import type { FlowLayoutEnum } from './FlowLayoutEnum';
|
|
35
35
|
import {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
} from './
|
|
36
|
+
FlowLayoutEnumFromJSON,
|
|
37
|
+
FlowLayoutEnumFromJSONTyped,
|
|
38
|
+
FlowLayoutEnumToJSON,
|
|
39
|
+
} from './FlowLayoutEnum';
|
|
40
40
|
import type { PolicyEngineMode } from './PolicyEngineMode';
|
|
41
41
|
import {
|
|
42
42
|
PolicyEngineModeFromJSON,
|
|
@@ -88,10 +88,10 @@ export interface PatchedFlowRequest {
|
|
|
88
88
|
compatibilityMode?: boolean;
|
|
89
89
|
/**
|
|
90
90
|
*
|
|
91
|
-
* @type {
|
|
91
|
+
* @type {FlowLayoutEnum}
|
|
92
92
|
* @memberof PatchedFlowRequest
|
|
93
93
|
*/
|
|
94
|
-
layout?:
|
|
94
|
+
layout?: FlowLayoutEnum;
|
|
95
95
|
/**
|
|
96
96
|
*
|
|
97
97
|
* @type {DeniedActionEnum}
|
|
@@ -131,7 +131,7 @@ export function PatchedFlowRequestFromJSONTyped(json: any, ignoreDiscriminator:
|
|
|
131
131
|
'designation': !exists(json, 'designation') ? undefined : FlowDesignationEnumFromJSON(json['designation']),
|
|
132
132
|
'policyEngineMode': !exists(json, 'policy_engine_mode') ? undefined : PolicyEngineModeFromJSON(json['policy_engine_mode']),
|
|
133
133
|
'compatibilityMode': !exists(json, 'compatibility_mode') ? undefined : json['compatibility_mode'],
|
|
134
|
-
'layout': !exists(json, 'layout') ? undefined :
|
|
134
|
+
'layout': !exists(json, 'layout') ? undefined : FlowLayoutEnumFromJSON(json['layout']),
|
|
135
135
|
'deniedAction': !exists(json, 'denied_action') ? undefined : DeniedActionEnumFromJSON(json['denied_action']),
|
|
136
136
|
'authentication': !exists(json, 'authentication') ? undefined : AuthenticationEnumFromJSON(json['authentication']),
|
|
137
137
|
};
|
|
@@ -152,7 +152,7 @@ export function PatchedFlowRequestToJSON(value?: PatchedFlowRequest | null): any
|
|
|
152
152
|
'designation': FlowDesignationEnumToJSON(value.designation),
|
|
153
153
|
'policy_engine_mode': PolicyEngineModeToJSON(value.policyEngineMode),
|
|
154
154
|
'compatibility_mode': value.compatibilityMode,
|
|
155
|
-
'layout':
|
|
155
|
+
'layout': FlowLayoutEnumToJSON(value.layout),
|
|
156
156
|
'denied_action': DeniedActionEnumToJSON(value.deniedAction),
|
|
157
157
|
'authentication': AuthenticationEnumToJSON(value.authentication),
|
|
158
158
|
};
|
|
@@ -33,10 +33,10 @@ export interface PatchedKubernetesServiceConnectionRequest {
|
|
|
33
33
|
local?: boolean;
|
|
34
34
|
/**
|
|
35
35
|
* Paste your kubeconfig here. authentik will automatically use the currently selected context.
|
|
36
|
-
* @type {
|
|
36
|
+
* @type {any}
|
|
37
37
|
* @memberof PatchedKubernetesServiceConnectionRequest
|
|
38
38
|
*/
|
|
39
|
-
kubeconfig?:
|
|
39
|
+
kubeconfig?: any | null;
|
|
40
40
|
/**
|
|
41
41
|
* Verify SSL Certificates of the Kubernetes API endpoint
|
|
42
42
|
* @type {boolean}
|
|
@@ -148,10 +148,10 @@ export interface PatchedOAuthSourceRequest {
|
|
|
148
148
|
oidcJwksUrl?: string;
|
|
149
149
|
/**
|
|
150
150
|
*
|
|
151
|
-
* @type {
|
|
151
|
+
* @type {any}
|
|
152
152
|
* @memberof PatchedOAuthSourceRequest
|
|
153
153
|
*/
|
|
154
|
-
oidcJwks?:
|
|
154
|
+
oidcJwks?: any | null;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
/**
|
|
@@ -99,10 +99,10 @@ export interface PatchedTenantRequest {
|
|
|
99
99
|
webCertificate?: string | null;
|
|
100
100
|
/**
|
|
101
101
|
*
|
|
102
|
-
* @type {
|
|
102
|
+
* @type {any}
|
|
103
103
|
* @memberof PatchedTenantRequest
|
|
104
104
|
*/
|
|
105
|
-
attributes?:
|
|
105
|
+
attributes?: any | null;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
/**
|
package/src/models/Reputation.ts
CHANGED
package/src/models/Tenant.ts
CHANGED
|
@@ -105,10 +105,10 @@ export interface Tenant {
|
|
|
105
105
|
webCertificate?: string | null;
|
|
106
106
|
/**
|
|
107
107
|
*
|
|
108
|
-
* @type {
|
|
108
|
+
* @type {any}
|
|
109
109
|
* @memberof Tenant
|
|
110
110
|
*/
|
|
111
|
-
attributes?:
|
|
111
|
+
attributes?: any | null;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
/**
|
|
@@ -99,10 +99,10 @@ export interface TenantRequest {
|
|
|
99
99
|
webCertificate?: string | null;
|
|
100
100
|
/**
|
|
101
101
|
*
|
|
102
|
-
* @type {
|
|
102
|
+
* @type {any}
|
|
103
103
|
* @memberof TenantRequest
|
|
104
104
|
*/
|
|
105
|
-
attributes?:
|
|
105
|
+
attributes?: any | null;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
/**
|
package/src/models/index.ts
CHANGED
|
@@ -71,6 +71,7 @@ export * from './ConsentStage';
|
|
|
71
71
|
export * from './ConsentStageModeEnum';
|
|
72
72
|
export * from './ConsentStageRequest';
|
|
73
73
|
export * from './ContextualFlowInfo';
|
|
74
|
+
export * from './ContextualFlowInfoLayoutEnum';
|
|
74
75
|
export * from './Coordinate';
|
|
75
76
|
export * from './CurrentTenant';
|
|
76
77
|
export * from './DeniedActionEnum';
|
|
@@ -120,6 +121,7 @@ export * from './FlowErrorChallenge';
|
|
|
120
121
|
export * from './FlowImportResult';
|
|
121
122
|
export * from './FlowInspection';
|
|
122
123
|
export * from './FlowInspectorPlan';
|
|
124
|
+
export * from './FlowLayoutEnum';
|
|
123
125
|
export * from './FlowRequest';
|
|
124
126
|
export * from './FlowSet';
|
|
125
127
|
export * from './FlowSetRequest';
|
|
@@ -155,7 +157,6 @@ export * from './LDAPProviderRequest';
|
|
|
155
157
|
export * from './LDAPSource';
|
|
156
158
|
export * from './LDAPSourceRequest';
|
|
157
159
|
export * from './LDAPSyncStatus';
|
|
158
|
-
export * from './LayoutEnum';
|
|
159
160
|
export * from './License';
|
|
160
161
|
export * from './LicenseForecast';
|
|
161
162
|
export * from './LicenseRequest';
|