@goauthentik/api 2023.10.4-1701882394 → 2023.10.4-1702989148

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 (105) hide show
  1. package/.openapi-generator/FILES +2 -1
  2. package/dist/apis/SchemaApi.d.ts +1 -0
  3. package/dist/apis/SchemaApi.js +1 -0
  4. package/dist/esm/apis/SchemaApi.d.ts +1 -0
  5. package/dist/esm/apis/SchemaApi.js +1 -0
  6. package/dist/esm/models/AuthenticationEnum.d.ts +2 -0
  7. package/dist/esm/models/AuthenticationEnum.js +2 -0
  8. package/dist/esm/models/BlueprintInstance.d.ts +4 -8
  9. package/dist/esm/models/BlueprintInstanceRequest.d.ts +2 -4
  10. package/dist/esm/models/ContextualFlowInfo.d.ts +3 -3
  11. package/dist/esm/models/ContextualFlowInfo.js +3 -3
  12. package/dist/esm/models/{LayoutEnum.d.ts → ContextualFlowInfoLayoutEnum.d.ts} +5 -5
  13. package/dist/esm/models/{LayoutEnum.js → ContextualFlowInfoLayoutEnum.js} +5 -5
  14. package/dist/esm/models/Event.d.ts +6 -12
  15. package/dist/esm/models/EventRequest.d.ts +6 -12
  16. package/dist/esm/models/Flow.d.ts +3 -3
  17. package/dist/esm/models/Flow.js +3 -3
  18. package/dist/esm/models/FlowLayoutEnum.d.ts +31 -0
  19. package/dist/esm/models/FlowLayoutEnum.js +38 -0
  20. package/dist/esm/models/FlowRequest.d.ts +3 -3
  21. package/dist/esm/models/FlowRequest.js +3 -3
  22. package/dist/esm/models/FlowSet.d.ts +3 -3
  23. package/dist/esm/models/FlowSet.js +3 -3
  24. package/dist/esm/models/FlowSetRequest.d.ts +3 -3
  25. package/dist/esm/models/FlowSetRequest.js +3 -3
  26. package/dist/esm/models/KubernetesServiceConnection.d.ts +2 -4
  27. package/dist/esm/models/KubernetesServiceConnectionRequest.d.ts +2 -4
  28. package/dist/esm/models/OAuthSource.d.ts +2 -4
  29. package/dist/esm/models/OAuthSourceRequest.d.ts +2 -4
  30. package/dist/esm/models/PatchedBlueprintInstanceRequest.d.ts +2 -4
  31. package/dist/esm/models/PatchedEventRequest.d.ts +6 -12
  32. package/dist/esm/models/PatchedFlowRequest.d.ts +3 -3
  33. package/dist/esm/models/PatchedFlowRequest.js +3 -3
  34. package/dist/esm/models/PatchedKubernetesServiceConnectionRequest.d.ts +2 -4
  35. package/dist/esm/models/PatchedOAuthSourceRequest.d.ts +2 -4
  36. package/dist/esm/models/PatchedTenantRequest.d.ts +2 -4
  37. package/dist/esm/models/Reputation.d.ts +2 -4
  38. package/dist/esm/models/Tenant.d.ts +2 -4
  39. package/dist/esm/models/TenantRequest.d.ts +2 -4
  40. package/dist/esm/models/index.d.ts +2 -1
  41. package/dist/esm/models/index.js +2 -1
  42. package/dist/models/AuthenticationEnum.d.ts +2 -0
  43. package/dist/models/AuthenticationEnum.js +2 -0
  44. package/dist/models/BlueprintInstance.d.ts +4 -8
  45. package/dist/models/BlueprintInstanceRequest.d.ts +2 -4
  46. package/dist/models/ContextualFlowInfo.d.ts +3 -3
  47. package/dist/models/ContextualFlowInfo.js +3 -3
  48. package/dist/models/{LayoutEnum.d.ts → ContextualFlowInfoLayoutEnum.d.ts} +5 -5
  49. package/dist/models/{LayoutEnum.js → ContextualFlowInfoLayoutEnum.js} +9 -9
  50. package/dist/models/Event.d.ts +6 -12
  51. package/dist/models/EventRequest.d.ts +6 -12
  52. package/dist/models/Flow.d.ts +3 -3
  53. package/dist/models/Flow.js +3 -3
  54. package/dist/models/FlowLayoutEnum.d.ts +31 -0
  55. package/dist/models/FlowLayoutEnum.js +44 -0
  56. package/dist/models/FlowRequest.d.ts +3 -3
  57. package/dist/models/FlowRequest.js +3 -3
  58. package/dist/models/FlowSet.d.ts +3 -3
  59. package/dist/models/FlowSet.js +3 -3
  60. package/dist/models/FlowSetRequest.d.ts +3 -3
  61. package/dist/models/FlowSetRequest.js +3 -3
  62. package/dist/models/KubernetesServiceConnection.d.ts +2 -4
  63. package/dist/models/KubernetesServiceConnectionRequest.d.ts +2 -4
  64. package/dist/models/OAuthSource.d.ts +2 -4
  65. package/dist/models/OAuthSourceRequest.d.ts +2 -4
  66. package/dist/models/PatchedBlueprintInstanceRequest.d.ts +2 -4
  67. package/dist/models/PatchedEventRequest.d.ts +6 -12
  68. package/dist/models/PatchedFlowRequest.d.ts +3 -3
  69. package/dist/models/PatchedFlowRequest.js +3 -3
  70. package/dist/models/PatchedKubernetesServiceConnectionRequest.d.ts +2 -4
  71. package/dist/models/PatchedOAuthSourceRequest.d.ts +2 -4
  72. package/dist/models/PatchedTenantRequest.d.ts +2 -4
  73. package/dist/models/Reputation.d.ts +2 -4
  74. package/dist/models/Tenant.d.ts +2 -4
  75. package/dist/models/TenantRequest.d.ts +2 -4
  76. package/dist/models/index.d.ts +2 -1
  77. package/dist/models/index.js +2 -1
  78. package/package.json +1 -1
  79. package/src/apis/SchemaApi.ts +1 -0
  80. package/src/models/AuthenticationEnum.ts +2 -0
  81. package/src/models/BlueprintInstance.ts +4 -4
  82. package/src/models/BlueprintInstanceRequest.ts +2 -2
  83. package/src/models/ContextualFlowInfo.ts +9 -9
  84. package/src/models/{LayoutEnum.ts → ContextualFlowInfoLayoutEnum.ts} +7 -7
  85. package/src/models/Event.ts +6 -6
  86. package/src/models/EventRequest.ts +6 -6
  87. package/src/models/Flow.ts +9 -9
  88. package/src/models/FlowLayoutEnum.ts +46 -0
  89. package/src/models/FlowRequest.ts +9 -9
  90. package/src/models/FlowSet.ts +9 -9
  91. package/src/models/FlowSetRequest.ts +9 -9
  92. package/src/models/KubernetesServiceConnection.ts +2 -2
  93. package/src/models/KubernetesServiceConnectionRequest.ts +2 -2
  94. package/src/models/OAuthSource.ts +2 -2
  95. package/src/models/OAuthSourceRequest.ts +2 -2
  96. package/src/models/PatchedBlueprintInstanceRequest.ts +2 -2
  97. package/src/models/PatchedEventRequest.ts +6 -6
  98. package/src/models/PatchedFlowRequest.ts +9 -9
  99. package/src/models/PatchedKubernetesServiceConnectionRequest.ts +2 -2
  100. package/src/models/PatchedOAuthSourceRequest.ts +2 -2
  101. package/src/models/PatchedTenantRequest.ts +2 -2
  102. package/src/models/Reputation.ts +2 -2
  103. package/src/models/Tenant.ts +2 -2
  104. package/src/models/TenantRequest.ts +2 -2
  105. package/src/models/index.ts +2 -1
@@ -21,7 +21,7 @@
21
21
  * * `sidebar_right` - SIDEBAR_RIGHT
22
22
  * @export
23
23
  */
24
- export const LayoutEnum = {
24
+ export const ContextualFlowInfoLayoutEnum = {
25
25
  Stacked: 'stacked',
26
26
  ContentLeft: 'content_left',
27
27
  ContentRight: 'content_right',
@@ -29,18 +29,18 @@ export const LayoutEnum = {
29
29
  SidebarRight: 'sidebar_right',
30
30
  UnknownDefaultOpenApi: '11184809'
31
31
  } as const;
32
- export type LayoutEnum = typeof LayoutEnum[keyof typeof LayoutEnum];
32
+ export type ContextualFlowInfoLayoutEnum = typeof ContextualFlowInfoLayoutEnum[keyof typeof ContextualFlowInfoLayoutEnum];
33
33
 
34
34
 
35
- export function LayoutEnumFromJSON(json: any): LayoutEnum {
36
- return LayoutEnumFromJSONTyped(json, false);
35
+ export function ContextualFlowInfoLayoutEnumFromJSON(json: any): ContextualFlowInfoLayoutEnum {
36
+ return ContextualFlowInfoLayoutEnumFromJSONTyped(json, false);
37
37
  }
38
38
 
39
- export function LayoutEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): LayoutEnum {
40
- return json as LayoutEnum;
39
+ export function ContextualFlowInfoLayoutEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): ContextualFlowInfoLayoutEnum {
40
+ return json as ContextualFlowInfoLayoutEnum;
41
41
  }
42
42
 
43
- export function LayoutEnumToJSON(value?: LayoutEnum | null): any {
43
+ export function ContextualFlowInfoLayoutEnumToJSON(value?: ContextualFlowInfoLayoutEnum | null): any {
44
44
  return value as any;
45
45
  }
46
46
 
@@ -34,10 +34,10 @@ export interface Event {
34
34
  readonly pk: string;
35
35
  /**
36
36
  *
37
- * @type {{ [key: string]: any; }}
37
+ * @type {any}
38
38
  * @memberof Event
39
39
  */
40
- user?: { [key: string]: any; };
40
+ user?: any | null;
41
41
  /**
42
42
  *
43
43
  * @type {EventActions}
@@ -52,10 +52,10 @@ export interface Event {
52
52
  app: string;
53
53
  /**
54
54
  *
55
- * @type {{ [key: string]: any; }}
55
+ * @type {any}
56
56
  * @memberof Event
57
57
  */
58
- context?: { [key: string]: any; };
58
+ context?: any | null;
59
59
  /**
60
60
  *
61
61
  * @type {string}
@@ -76,10 +76,10 @@ export interface Event {
76
76
  expires?: Date;
77
77
  /**
78
78
  *
79
- * @type {{ [key: string]: any; }}
79
+ * @type {any}
80
80
  * @memberof Event
81
81
  */
82
- tenant?: { [key: string]: any; };
82
+ tenant?: any | null;
83
83
  }
84
84
 
85
85
  /**
@@ -28,10 +28,10 @@ import {
28
28
  export interface EventRequest {
29
29
  /**
30
30
  *
31
- * @type {{ [key: string]: any; }}
31
+ * @type {any}
32
32
  * @memberof EventRequest
33
33
  */
34
- user?: { [key: string]: any; };
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 {{ [key: string]: any; }}
49
+ * @type {any}
50
50
  * @memberof EventRequest
51
51
  */
52
- context?: { [key: string]: any; };
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 {{ [key: string]: any; }}
67
+ * @type {any}
68
68
  * @memberof EventRequest
69
69
  */
70
- tenant?: { [key: string]: any; };
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 { LayoutEnum } from './LayoutEnum';
34
+ import type { FlowLayoutEnum } from './FlowLayoutEnum';
35
35
  import {
36
- LayoutEnumFromJSON,
37
- LayoutEnumFromJSONTyped,
38
- LayoutEnumToJSON,
39
- } from './LayoutEnum';
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 {LayoutEnum}
134
+ * @type {FlowLayoutEnum}
135
135
  * @memberof Flow
136
136
  */
137
- layout?: LayoutEnum;
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 : LayoutEnumFromJSON(json['layout']),
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': LayoutEnumToJSON(value.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 { LayoutEnum } from './LayoutEnum';
34
+ import type { FlowLayoutEnum } from './FlowLayoutEnum';
35
35
  import {
36
- LayoutEnumFromJSON,
37
- LayoutEnumFromJSONTyped,
38
- LayoutEnumToJSON,
39
- } from './LayoutEnum';
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 {LayoutEnum}
91
+ * @type {FlowLayoutEnum}
92
92
  * @memberof FlowRequest
93
93
  */
94
- layout?: LayoutEnum;
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 : LayoutEnumFromJSON(json['layout']),
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': LayoutEnumToJSON(value.layout),
159
+ 'layout': FlowLayoutEnumToJSON(value.layout),
160
160
  'denied_action': DeniedActionEnumToJSON(value.deniedAction),
161
161
  'authentication': AuthenticationEnumToJSON(value.authentication),
162
162
  };
@@ -25,12 +25,12 @@ import {
25
25
  FlowDesignationEnumFromJSONTyped,
26
26
  FlowDesignationEnumToJSON,
27
27
  } from './FlowDesignationEnum';
28
- import type { LayoutEnum } from './LayoutEnum';
28
+ import type { FlowLayoutEnum } from './FlowLayoutEnum';
29
29
  import {
30
- LayoutEnumFromJSON,
31
- LayoutEnumFromJSONTyped,
32
- LayoutEnumToJSON,
33
- } from './LayoutEnum';
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 {LayoutEnum}
110
+ * @type {FlowLayoutEnum}
111
111
  * @memberof FlowSet
112
112
  */
113
- layout?: LayoutEnum;
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 : LayoutEnumFromJSON(json['layout']),
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': LayoutEnumToJSON(value.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 { LayoutEnum } from './LayoutEnum';
28
+ import type { FlowLayoutEnum } from './FlowLayoutEnum';
29
29
  import {
30
- LayoutEnumFromJSON,
31
- LayoutEnumFromJSONTyped,
32
- LayoutEnumToJSON,
33
- } from './LayoutEnum';
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 {LayoutEnum}
85
+ * @type {FlowLayoutEnum}
86
86
  * @memberof FlowSetRequest
87
87
  */
88
- layout?: LayoutEnum;
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 : LayoutEnumFromJSON(json['layout']),
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': LayoutEnumToJSON(value.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 {{ [key: string]: any; }}
66
+ * @type {any}
67
67
  * @memberof KubernetesServiceConnection
68
68
  */
69
- kubeconfig?: { [key: string]: any; };
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 {{ [key: string]: any; }}
36
+ * @type {any}
37
37
  * @memberof KubernetesServiceConnectionRequest
38
38
  */
39
- kubeconfig?: { [key: string]: any; };
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 {{ [key: string]: any; }}
206
+ * @type {any}
207
207
  * @memberof OAuthSource
208
208
  */
209
- oidcJwks?: { [key: string]: any; };
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 {{ [key: string]: any; }}
151
+ * @type {any}
152
152
  * @memberof OAuthSourceRequest
153
153
  */
154
- oidcJwks?: { [key: string]: any; };
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 {{ [key: string]: any; }}
36
+ * @type {any}
37
37
  * @memberof PatchedBlueprintInstanceRequest
38
38
  */
39
- context?: { [key: string]: any; };
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 {{ [key: string]: any; }}
31
+ * @type {any}
32
32
  * @memberof PatchedEventRequest
33
33
  */
34
- user?: { [key: string]: any; };
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 {{ [key: string]: any; }}
49
+ * @type {any}
50
50
  * @memberof PatchedEventRequest
51
51
  */
52
- context?: { [key: string]: any; };
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 {{ [key: string]: any; }}
67
+ * @type {any}
68
68
  * @memberof PatchedEventRequest
69
69
  */
70
- tenant?: { [key: string]: any; };
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 { LayoutEnum } from './LayoutEnum';
34
+ import type { FlowLayoutEnum } from './FlowLayoutEnum';
35
35
  import {
36
- LayoutEnumFromJSON,
37
- LayoutEnumFromJSONTyped,
38
- LayoutEnumToJSON,
39
- } from './LayoutEnum';
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 {LayoutEnum}
91
+ * @type {FlowLayoutEnum}
92
92
  * @memberof PatchedFlowRequest
93
93
  */
94
- layout?: LayoutEnum;
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 : LayoutEnumFromJSON(json['layout']),
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': LayoutEnumToJSON(value.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 {{ [key: string]: any; }}
36
+ * @type {any}
37
37
  * @memberof PatchedKubernetesServiceConnectionRequest
38
38
  */
39
- kubeconfig?: { [key: string]: any; };
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 {{ [key: string]: any; }}
151
+ * @type {any}
152
152
  * @memberof PatchedOAuthSourceRequest
153
153
  */
154
- oidcJwks?: { [key: string]: any; };
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 {{ [key: string]: any; }}
102
+ * @type {any}
103
103
  * @memberof PatchedTenantRequest
104
104
  */
105
- attributes?: { [key: string]: any; };
105
+ attributes?: any | null;
106
106
  }
107
107
 
108
108
  /**
@@ -39,10 +39,10 @@ export interface Reputation {
39
39
  ip: string;
40
40
  /**
41
41
  *
42
- * @type {{ [key: string]: any; }}
42
+ * @type {any}
43
43
  * @memberof Reputation
44
44
  */
45
- ipGeoData?: { [key: string]: any; };
45
+ ipGeoData?: any | null;
46
46
  /**
47
47
  *
48
48
  * @type {number}
@@ -105,10 +105,10 @@ export interface Tenant {
105
105
  webCertificate?: string | null;
106
106
  /**
107
107
  *
108
- * @type {{ [key: string]: any; }}
108
+ * @type {any}
109
109
  * @memberof Tenant
110
110
  */
111
- attributes?: { [key: string]: any; };
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 {{ [key: string]: any; }}
102
+ * @type {any}
103
103
  * @memberof TenantRequest
104
104
  */
105
- attributes?: { [key: string]: any; };
105
+ attributes?: any | null;
106
106
  }
107
107
 
108
108
  /**
@@ -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';