@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
|
@@ -18,7 +18,7 @@ const runtime_1 = require("../runtime");
|
|
|
18
18
|
const AuthenticationEnum_1 = require("./AuthenticationEnum");
|
|
19
19
|
const DeniedActionEnum_1 = require("./DeniedActionEnum");
|
|
20
20
|
const FlowDesignationEnum_1 = require("./FlowDesignationEnum");
|
|
21
|
-
const
|
|
21
|
+
const FlowLayoutEnum_1 = require("./FlowLayoutEnum");
|
|
22
22
|
const PolicyEngineMode_1 = require("./PolicyEngineMode");
|
|
23
23
|
/**
|
|
24
24
|
* Check if a given object implements the FlowRequest interface.
|
|
@@ -47,7 +47,7 @@ function FlowRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
47
47
|
'designation': (0, FlowDesignationEnum_1.FlowDesignationEnumFromJSON)(json['designation']),
|
|
48
48
|
'policyEngineMode': !(0, runtime_1.exists)(json, 'policy_engine_mode') ? undefined : (0, PolicyEngineMode_1.PolicyEngineModeFromJSON)(json['policy_engine_mode']),
|
|
49
49
|
'compatibilityMode': !(0, runtime_1.exists)(json, 'compatibility_mode') ? undefined : json['compatibility_mode'],
|
|
50
|
-
'layout': !(0, runtime_1.exists)(json, 'layout') ? undefined : (0,
|
|
50
|
+
'layout': !(0, runtime_1.exists)(json, 'layout') ? undefined : (0, FlowLayoutEnum_1.FlowLayoutEnumFromJSON)(json['layout']),
|
|
51
51
|
'deniedAction': !(0, runtime_1.exists)(json, 'denied_action') ? undefined : (0, DeniedActionEnum_1.DeniedActionEnumFromJSON)(json['denied_action']),
|
|
52
52
|
'authentication': !(0, runtime_1.exists)(json, 'authentication') ? undefined : (0, AuthenticationEnum_1.AuthenticationEnumFromJSON)(json['authentication']),
|
|
53
53
|
};
|
|
@@ -67,7 +67,7 @@ function FlowRequestToJSON(value) {
|
|
|
67
67
|
'designation': (0, FlowDesignationEnum_1.FlowDesignationEnumToJSON)(value.designation),
|
|
68
68
|
'policy_engine_mode': (0, PolicyEngineMode_1.PolicyEngineModeToJSON)(value.policyEngineMode),
|
|
69
69
|
'compatibility_mode': value.compatibilityMode,
|
|
70
|
-
'layout': (0,
|
|
70
|
+
'layout': (0, FlowLayoutEnum_1.FlowLayoutEnumToJSON)(value.layout),
|
|
71
71
|
'denied_action': (0, DeniedActionEnum_1.DeniedActionEnumToJSON)(value.deniedAction),
|
|
72
72
|
'authentication': (0, AuthenticationEnum_1.AuthenticationEnumToJSON)(value.authentication),
|
|
73
73
|
};
|
package/dist/models/FlowSet.d.ts
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { DeniedActionEnum } from './DeniedActionEnum';
|
|
13
13
|
import type { FlowDesignationEnum } from './FlowDesignationEnum';
|
|
14
|
-
import type {
|
|
14
|
+
import type { FlowLayoutEnum } from './FlowLayoutEnum';
|
|
15
15
|
import type { PolicyEngineMode } from './PolicyEngineMode';
|
|
16
16
|
/**
|
|
17
17
|
* Stripped down flow serializer
|
|
@@ -82,10 +82,10 @@ export interface FlowSet {
|
|
|
82
82
|
readonly exportUrl: string;
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
|
-
* @type {
|
|
85
|
+
* @type {FlowLayoutEnum}
|
|
86
86
|
* @memberof FlowSet
|
|
87
87
|
*/
|
|
88
|
-
layout?:
|
|
88
|
+
layout?: FlowLayoutEnum;
|
|
89
89
|
/**
|
|
90
90
|
*
|
|
91
91
|
* @type {DeniedActionEnum}
|
package/dist/models/FlowSet.js
CHANGED
|
@@ -17,7 +17,7 @@ exports.FlowSetToJSON = exports.FlowSetFromJSONTyped = exports.FlowSetFromJSON =
|
|
|
17
17
|
const runtime_1 = require("../runtime");
|
|
18
18
|
const DeniedActionEnum_1 = require("./DeniedActionEnum");
|
|
19
19
|
const FlowDesignationEnum_1 = require("./FlowDesignationEnum");
|
|
20
|
-
const
|
|
20
|
+
const FlowLayoutEnum_1 = require("./FlowLayoutEnum");
|
|
21
21
|
const PolicyEngineMode_1 = require("./PolicyEngineMode");
|
|
22
22
|
/**
|
|
23
23
|
* Check if a given object implements the FlowSet interface.
|
|
@@ -54,7 +54,7 @@ function FlowSetFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
54
54
|
'policyEngineMode': !(0, runtime_1.exists)(json, 'policy_engine_mode') ? undefined : (0, PolicyEngineMode_1.PolicyEngineModeFromJSON)(json['policy_engine_mode']),
|
|
55
55
|
'compatibilityMode': !(0, runtime_1.exists)(json, 'compatibility_mode') ? undefined : json['compatibility_mode'],
|
|
56
56
|
'exportUrl': json['export_url'],
|
|
57
|
-
'layout': !(0, runtime_1.exists)(json, 'layout') ? undefined : (0,
|
|
57
|
+
'layout': !(0, runtime_1.exists)(json, 'layout') ? undefined : (0, FlowLayoutEnum_1.FlowLayoutEnumFromJSON)(json['layout']),
|
|
58
58
|
'deniedAction': !(0, runtime_1.exists)(json, 'denied_action') ? undefined : (0, DeniedActionEnum_1.DeniedActionEnumFromJSON)(json['denied_action']),
|
|
59
59
|
};
|
|
60
60
|
}
|
|
@@ -73,7 +73,7 @@ function FlowSetToJSON(value) {
|
|
|
73
73
|
'designation': (0, FlowDesignationEnum_1.FlowDesignationEnumToJSON)(value.designation),
|
|
74
74
|
'policy_engine_mode': (0, PolicyEngineMode_1.PolicyEngineModeToJSON)(value.policyEngineMode),
|
|
75
75
|
'compatibility_mode': value.compatibilityMode,
|
|
76
|
-
'layout': (0,
|
|
76
|
+
'layout': (0, FlowLayoutEnum_1.FlowLayoutEnumToJSON)(value.layout),
|
|
77
77
|
'denied_action': (0, DeniedActionEnum_1.DeniedActionEnumToJSON)(value.deniedAction),
|
|
78
78
|
};
|
|
79
79
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { DeniedActionEnum } from './DeniedActionEnum';
|
|
13
13
|
import type { FlowDesignationEnum } from './FlowDesignationEnum';
|
|
14
|
-
import type {
|
|
14
|
+
import type { FlowLayoutEnum } from './FlowLayoutEnum';
|
|
15
15
|
import type { PolicyEngineMode } from './PolicyEngineMode';
|
|
16
16
|
/**
|
|
17
17
|
* Stripped down flow serializer
|
|
@@ -57,10 +57,10 @@ export interface FlowSetRequest {
|
|
|
57
57
|
compatibilityMode?: boolean;
|
|
58
58
|
/**
|
|
59
59
|
*
|
|
60
|
-
* @type {
|
|
60
|
+
* @type {FlowLayoutEnum}
|
|
61
61
|
* @memberof FlowSetRequest
|
|
62
62
|
*/
|
|
63
|
-
layout?:
|
|
63
|
+
layout?: FlowLayoutEnum;
|
|
64
64
|
/**
|
|
65
65
|
*
|
|
66
66
|
* @type {DeniedActionEnum}
|
|
@@ -17,7 +17,7 @@ exports.FlowSetRequestToJSON = exports.FlowSetRequestFromJSONTyped = exports.Flo
|
|
|
17
17
|
const runtime_1 = require("../runtime");
|
|
18
18
|
const DeniedActionEnum_1 = require("./DeniedActionEnum");
|
|
19
19
|
const FlowDesignationEnum_1 = require("./FlowDesignationEnum");
|
|
20
|
-
const
|
|
20
|
+
const FlowLayoutEnum_1 = require("./FlowLayoutEnum");
|
|
21
21
|
const PolicyEngineMode_1 = require("./PolicyEngineMode");
|
|
22
22
|
/**
|
|
23
23
|
* Check if a given object implements the FlowSetRequest interface.
|
|
@@ -46,7 +46,7 @@ function FlowSetRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
46
46
|
'designation': (0, FlowDesignationEnum_1.FlowDesignationEnumFromJSON)(json['designation']),
|
|
47
47
|
'policyEngineMode': !(0, runtime_1.exists)(json, 'policy_engine_mode') ? undefined : (0, PolicyEngineMode_1.PolicyEngineModeFromJSON)(json['policy_engine_mode']),
|
|
48
48
|
'compatibilityMode': !(0, runtime_1.exists)(json, 'compatibility_mode') ? undefined : json['compatibility_mode'],
|
|
49
|
-
'layout': !(0, runtime_1.exists)(json, 'layout') ? undefined : (0,
|
|
49
|
+
'layout': !(0, runtime_1.exists)(json, 'layout') ? undefined : (0, FlowLayoutEnum_1.FlowLayoutEnumFromJSON)(json['layout']),
|
|
50
50
|
'deniedAction': !(0, runtime_1.exists)(json, 'denied_action') ? undefined : (0, DeniedActionEnum_1.DeniedActionEnumFromJSON)(json['denied_action']),
|
|
51
51
|
};
|
|
52
52
|
}
|
|
@@ -65,7 +65,7 @@ function FlowSetRequestToJSON(value) {
|
|
|
65
65
|
'designation': (0, FlowDesignationEnum_1.FlowDesignationEnumToJSON)(value.designation),
|
|
66
66
|
'policy_engine_mode': (0, PolicyEngineMode_1.PolicyEngineModeToJSON)(value.policyEngineMode),
|
|
67
67
|
'compatibility_mode': value.compatibilityMode,
|
|
68
|
-
'layout': (0,
|
|
68
|
+
'layout': (0, FlowLayoutEnum_1.FlowLayoutEnumToJSON)(value.layout),
|
|
69
69
|
'denied_action': (0, DeniedActionEnum_1.DeniedActionEnumToJSON)(value.deniedAction),
|
|
70
70
|
};
|
|
71
71
|
}
|
|
@@ -59,12 +59,10 @@ export interface KubernetesServiceConnection {
|
|
|
59
59
|
readonly metaModelName: string;
|
|
60
60
|
/**
|
|
61
61
|
* Paste your kubeconfig here. authentik will automatically use the currently selected context.
|
|
62
|
-
* @type {
|
|
62
|
+
* @type {any}
|
|
63
63
|
* @memberof KubernetesServiceConnection
|
|
64
64
|
*/
|
|
65
|
-
kubeconfig?:
|
|
66
|
-
[key: string]: any;
|
|
67
|
-
};
|
|
65
|
+
kubeconfig?: any | null;
|
|
68
66
|
/**
|
|
69
67
|
* Verify SSL Certificates of the Kubernetes API endpoint
|
|
70
68
|
* @type {boolean}
|
|
@@ -29,12 +29,10 @@ export interface KubernetesServiceConnectionRequest {
|
|
|
29
29
|
local?: boolean;
|
|
30
30
|
/**
|
|
31
31
|
* Paste your kubeconfig here. authentik will automatically use the currently selected context.
|
|
32
|
-
* @type {
|
|
32
|
+
* @type {any}
|
|
33
33
|
* @memberof KubernetesServiceConnectionRequest
|
|
34
34
|
*/
|
|
35
|
-
kubeconfig?:
|
|
36
|
-
[key: string]: any;
|
|
37
|
-
};
|
|
35
|
+
kubeconfig?: any | null;
|
|
38
36
|
/**
|
|
39
37
|
* Verify SSL Certificates of the Kubernetes API endpoint
|
|
40
38
|
* @type {boolean}
|
|
@@ -178,12 +178,10 @@ export interface OAuthSource {
|
|
|
178
178
|
oidcJwksUrl?: string;
|
|
179
179
|
/**
|
|
180
180
|
*
|
|
181
|
-
* @type {
|
|
181
|
+
* @type {any}
|
|
182
182
|
* @memberof OAuthSource
|
|
183
183
|
*/
|
|
184
|
-
oidcJwks?:
|
|
185
|
-
[key: string]: any;
|
|
186
|
-
};
|
|
184
|
+
oidcJwks?: any | null;
|
|
187
185
|
}
|
|
188
186
|
/**
|
|
189
187
|
* Check if a given object implements the OAuthSource interface.
|
|
@@ -128,12 +128,10 @@ export interface OAuthSourceRequest {
|
|
|
128
128
|
oidcJwksUrl?: string;
|
|
129
129
|
/**
|
|
130
130
|
*
|
|
131
|
-
* @type {
|
|
131
|
+
* @type {any}
|
|
132
132
|
* @memberof OAuthSourceRequest
|
|
133
133
|
*/
|
|
134
|
-
oidcJwks?:
|
|
135
|
-
[key: string]: any;
|
|
136
|
-
};
|
|
134
|
+
oidcJwks?: any | null;
|
|
137
135
|
}
|
|
138
136
|
/**
|
|
139
137
|
* Check if a given object implements the OAuthSourceRequest interface.
|
|
@@ -29,12 +29,10 @@ export interface PatchedBlueprintInstanceRequest {
|
|
|
29
29
|
path?: string;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
|
-
* @type {
|
|
32
|
+
* @type {any}
|
|
33
33
|
* @memberof PatchedBlueprintInstanceRequest
|
|
34
34
|
*/
|
|
35
|
-
context?:
|
|
36
|
-
[key: string]: any;
|
|
37
|
-
};
|
|
35
|
+
context?: any | null;
|
|
38
36
|
/**
|
|
39
37
|
*
|
|
40
38
|
* @type {boolean}
|
|
@@ -18,12 +18,10 @@ import type { EventActions } from './EventActions';
|
|
|
18
18
|
export interface PatchedEventRequest {
|
|
19
19
|
/**
|
|
20
20
|
*
|
|
21
|
-
* @type {
|
|
21
|
+
* @type {any}
|
|
22
22
|
* @memberof PatchedEventRequest
|
|
23
23
|
*/
|
|
24
|
-
user?:
|
|
25
|
-
[key: string]: any;
|
|
26
|
-
};
|
|
24
|
+
user?: any | null;
|
|
27
25
|
/**
|
|
28
26
|
*
|
|
29
27
|
* @type {EventActions}
|
|
@@ -38,12 +36,10 @@ export interface PatchedEventRequest {
|
|
|
38
36
|
app?: string;
|
|
39
37
|
/**
|
|
40
38
|
*
|
|
41
|
-
* @type {
|
|
39
|
+
* @type {any}
|
|
42
40
|
* @memberof PatchedEventRequest
|
|
43
41
|
*/
|
|
44
|
-
context?:
|
|
45
|
-
[key: string]: any;
|
|
46
|
-
};
|
|
42
|
+
context?: any | null;
|
|
47
43
|
/**
|
|
48
44
|
*
|
|
49
45
|
* @type {string}
|
|
@@ -58,12 +54,10 @@ export interface PatchedEventRequest {
|
|
|
58
54
|
expires?: Date;
|
|
59
55
|
/**
|
|
60
56
|
*
|
|
61
|
-
* @type {
|
|
57
|
+
* @type {any}
|
|
62
58
|
* @memberof PatchedEventRequest
|
|
63
59
|
*/
|
|
64
|
-
tenant?:
|
|
65
|
-
[key: string]: any;
|
|
66
|
-
};
|
|
60
|
+
tenant?: any | null;
|
|
67
61
|
}
|
|
68
62
|
/**
|
|
69
63
|
* Check if a given object implements the PatchedEventRequest interface.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
import type { AuthenticationEnum } from './AuthenticationEnum';
|
|
13
13
|
import type { DeniedActionEnum } from './DeniedActionEnum';
|
|
14
14
|
import type { FlowDesignationEnum } from './FlowDesignationEnum';
|
|
15
|
-
import type {
|
|
15
|
+
import type { FlowLayoutEnum } from './FlowLayoutEnum';
|
|
16
16
|
import type { PolicyEngineMode } from './PolicyEngineMode';
|
|
17
17
|
/**
|
|
18
18
|
* Flow Serializer
|
|
@@ -58,10 +58,10 @@ export interface PatchedFlowRequest {
|
|
|
58
58
|
compatibilityMode?: boolean;
|
|
59
59
|
/**
|
|
60
60
|
*
|
|
61
|
-
* @type {
|
|
61
|
+
* @type {FlowLayoutEnum}
|
|
62
62
|
* @memberof PatchedFlowRequest
|
|
63
63
|
*/
|
|
64
|
-
layout?:
|
|
64
|
+
layout?: FlowLayoutEnum;
|
|
65
65
|
/**
|
|
66
66
|
*
|
|
67
67
|
* @type {DeniedActionEnum}
|
|
@@ -18,7 +18,7 @@ const runtime_1 = require("../runtime");
|
|
|
18
18
|
const AuthenticationEnum_1 = require("./AuthenticationEnum");
|
|
19
19
|
const DeniedActionEnum_1 = require("./DeniedActionEnum");
|
|
20
20
|
const FlowDesignationEnum_1 = require("./FlowDesignationEnum");
|
|
21
|
-
const
|
|
21
|
+
const FlowLayoutEnum_1 = require("./FlowLayoutEnum");
|
|
22
22
|
const PolicyEngineMode_1 = require("./PolicyEngineMode");
|
|
23
23
|
/**
|
|
24
24
|
* Check if a given object implements the PatchedFlowRequest interface.
|
|
@@ -43,7 +43,7 @@ function PatchedFlowRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
43
43
|
'designation': !(0, runtime_1.exists)(json, 'designation') ? undefined : (0, FlowDesignationEnum_1.FlowDesignationEnumFromJSON)(json['designation']),
|
|
44
44
|
'policyEngineMode': !(0, runtime_1.exists)(json, 'policy_engine_mode') ? undefined : (0, PolicyEngineMode_1.PolicyEngineModeFromJSON)(json['policy_engine_mode']),
|
|
45
45
|
'compatibilityMode': !(0, runtime_1.exists)(json, 'compatibility_mode') ? undefined : json['compatibility_mode'],
|
|
46
|
-
'layout': !(0, runtime_1.exists)(json, 'layout') ? undefined : (0,
|
|
46
|
+
'layout': !(0, runtime_1.exists)(json, 'layout') ? undefined : (0, FlowLayoutEnum_1.FlowLayoutEnumFromJSON)(json['layout']),
|
|
47
47
|
'deniedAction': !(0, runtime_1.exists)(json, 'denied_action') ? undefined : (0, DeniedActionEnum_1.DeniedActionEnumFromJSON)(json['denied_action']),
|
|
48
48
|
'authentication': !(0, runtime_1.exists)(json, 'authentication') ? undefined : (0, AuthenticationEnum_1.AuthenticationEnumFromJSON)(json['authentication']),
|
|
49
49
|
};
|
|
@@ -63,7 +63,7 @@ function PatchedFlowRequestToJSON(value) {
|
|
|
63
63
|
'designation': (0, FlowDesignationEnum_1.FlowDesignationEnumToJSON)(value.designation),
|
|
64
64
|
'policy_engine_mode': (0, PolicyEngineMode_1.PolicyEngineModeToJSON)(value.policyEngineMode),
|
|
65
65
|
'compatibility_mode': value.compatibilityMode,
|
|
66
|
-
'layout': (0,
|
|
66
|
+
'layout': (0, FlowLayoutEnum_1.FlowLayoutEnumToJSON)(value.layout),
|
|
67
67
|
'denied_action': (0, DeniedActionEnum_1.DeniedActionEnumToJSON)(value.deniedAction),
|
|
68
68
|
'authentication': (0, AuthenticationEnum_1.AuthenticationEnumToJSON)(value.authentication),
|
|
69
69
|
};
|
|
@@ -29,12 +29,10 @@ export interface PatchedKubernetesServiceConnectionRequest {
|
|
|
29
29
|
local?: boolean;
|
|
30
30
|
/**
|
|
31
31
|
* Paste your kubeconfig here. authentik will automatically use the currently selected context.
|
|
32
|
-
* @type {
|
|
32
|
+
* @type {any}
|
|
33
33
|
* @memberof PatchedKubernetesServiceConnectionRequest
|
|
34
34
|
*/
|
|
35
|
-
kubeconfig?:
|
|
36
|
-
[key: string]: any;
|
|
37
|
-
};
|
|
35
|
+
kubeconfig?: any | null;
|
|
38
36
|
/**
|
|
39
37
|
* Verify SSL Certificates of the Kubernetes API endpoint
|
|
40
38
|
* @type {boolean}
|
|
@@ -128,12 +128,10 @@ export interface PatchedOAuthSourceRequest {
|
|
|
128
128
|
oidcJwksUrl?: string;
|
|
129
129
|
/**
|
|
130
130
|
*
|
|
131
|
-
* @type {
|
|
131
|
+
* @type {any}
|
|
132
132
|
* @memberof PatchedOAuthSourceRequest
|
|
133
133
|
*/
|
|
134
|
-
oidcJwks?:
|
|
135
|
-
[key: string]: any;
|
|
136
|
-
};
|
|
134
|
+
oidcJwks?: any | null;
|
|
137
135
|
}
|
|
138
136
|
/**
|
|
139
137
|
* Check if a given object implements the PatchedOAuthSourceRequest interface.
|
|
@@ -95,12 +95,10 @@ export interface PatchedTenantRequest {
|
|
|
95
95
|
webCertificate?: string | null;
|
|
96
96
|
/**
|
|
97
97
|
*
|
|
98
|
-
* @type {
|
|
98
|
+
* @type {any}
|
|
99
99
|
* @memberof PatchedTenantRequest
|
|
100
100
|
*/
|
|
101
|
-
attributes?:
|
|
102
|
-
[key: string]: any;
|
|
103
|
-
};
|
|
101
|
+
attributes?: any | null;
|
|
104
102
|
}
|
|
105
103
|
/**
|
|
106
104
|
* Check if a given object implements the PatchedTenantRequest interface.
|
|
@@ -35,12 +35,10 @@ export interface Reputation {
|
|
|
35
35
|
ip: string;
|
|
36
36
|
/**
|
|
37
37
|
*
|
|
38
|
-
* @type {
|
|
38
|
+
* @type {any}
|
|
39
39
|
* @memberof Reputation
|
|
40
40
|
*/
|
|
41
|
-
ipGeoData?:
|
|
42
|
-
[key: string]: any;
|
|
43
|
-
};
|
|
41
|
+
ipGeoData?: any | null;
|
|
44
42
|
/**
|
|
45
43
|
*
|
|
46
44
|
* @type {number}
|
package/dist/models/Tenant.d.ts
CHANGED
|
@@ -101,12 +101,10 @@ export interface Tenant {
|
|
|
101
101
|
webCertificate?: string | null;
|
|
102
102
|
/**
|
|
103
103
|
*
|
|
104
|
-
* @type {
|
|
104
|
+
* @type {any}
|
|
105
105
|
* @memberof Tenant
|
|
106
106
|
*/
|
|
107
|
-
attributes?:
|
|
108
|
-
[key: string]: any;
|
|
109
|
-
};
|
|
107
|
+
attributes?: any | null;
|
|
110
108
|
}
|
|
111
109
|
/**
|
|
112
110
|
* Check if a given object implements the Tenant interface.
|
|
@@ -95,12 +95,10 @@ export interface TenantRequest {
|
|
|
95
95
|
webCertificate?: string | null;
|
|
96
96
|
/**
|
|
97
97
|
*
|
|
98
|
-
* @type {
|
|
98
|
+
* @type {any}
|
|
99
99
|
* @memberof TenantRequest
|
|
100
100
|
*/
|
|
101
|
-
attributes?:
|
|
102
|
-
[key: string]: any;
|
|
103
|
-
};
|
|
101
|
+
attributes?: any | null;
|
|
104
102
|
}
|
|
105
103
|
/**
|
|
106
104
|
* Check if a given object implements the TenantRequest interface.
|
package/dist/models/index.d.ts
CHANGED
|
@@ -69,6 +69,7 @@ export * from './ConsentStage';
|
|
|
69
69
|
export * from './ConsentStageModeEnum';
|
|
70
70
|
export * from './ConsentStageRequest';
|
|
71
71
|
export * from './ContextualFlowInfo';
|
|
72
|
+
export * from './ContextualFlowInfoLayoutEnum';
|
|
72
73
|
export * from './Coordinate';
|
|
73
74
|
export * from './CurrentTenant';
|
|
74
75
|
export * from './DeniedActionEnum';
|
|
@@ -118,6 +119,7 @@ export * from './FlowErrorChallenge';
|
|
|
118
119
|
export * from './FlowImportResult';
|
|
119
120
|
export * from './FlowInspection';
|
|
120
121
|
export * from './FlowInspectorPlan';
|
|
122
|
+
export * from './FlowLayoutEnum';
|
|
121
123
|
export * from './FlowRequest';
|
|
122
124
|
export * from './FlowSet';
|
|
123
125
|
export * from './FlowSetRequest';
|
|
@@ -153,7 +155,6 @@ export * from './LDAPProviderRequest';
|
|
|
153
155
|
export * from './LDAPSource';
|
|
154
156
|
export * from './LDAPSourceRequest';
|
|
155
157
|
export * from './LDAPSyncStatus';
|
|
156
|
-
export * from './LayoutEnum';
|
|
157
158
|
export * from './License';
|
|
158
159
|
export * from './LicenseForecast';
|
|
159
160
|
export * from './LicenseRequest';
|
package/dist/models/index.js
CHANGED
|
@@ -87,6 +87,7 @@ __exportStar(require("./ConsentStage"), exports);
|
|
|
87
87
|
__exportStar(require("./ConsentStageModeEnum"), exports);
|
|
88
88
|
__exportStar(require("./ConsentStageRequest"), exports);
|
|
89
89
|
__exportStar(require("./ContextualFlowInfo"), exports);
|
|
90
|
+
__exportStar(require("./ContextualFlowInfoLayoutEnum"), exports);
|
|
90
91
|
__exportStar(require("./Coordinate"), exports);
|
|
91
92
|
__exportStar(require("./CurrentTenant"), exports);
|
|
92
93
|
__exportStar(require("./DeniedActionEnum"), exports);
|
|
@@ -136,6 +137,7 @@ __exportStar(require("./FlowErrorChallenge"), exports);
|
|
|
136
137
|
__exportStar(require("./FlowImportResult"), exports);
|
|
137
138
|
__exportStar(require("./FlowInspection"), exports);
|
|
138
139
|
__exportStar(require("./FlowInspectorPlan"), exports);
|
|
140
|
+
__exportStar(require("./FlowLayoutEnum"), exports);
|
|
139
141
|
__exportStar(require("./FlowRequest"), exports);
|
|
140
142
|
__exportStar(require("./FlowSet"), exports);
|
|
141
143
|
__exportStar(require("./FlowSetRequest"), exports);
|
|
@@ -171,7 +173,6 @@ __exportStar(require("./LDAPProviderRequest"), exports);
|
|
|
171
173
|
__exportStar(require("./LDAPSource"), exports);
|
|
172
174
|
__exportStar(require("./LDAPSourceRequest"), exports);
|
|
173
175
|
__exportStar(require("./LDAPSyncStatus"), exports);
|
|
174
|
-
__exportStar(require("./LayoutEnum"), exports);
|
|
175
176
|
__exportStar(require("./License"), exports);
|
|
176
177
|
__exportStar(require("./LicenseForecast"), exports);
|
|
177
178
|
__exportStar(require("./LicenseRequest"), exports);
|
package/package.json
CHANGED
package/src/apis/SchemaApi.ts
CHANGED
|
@@ -46,10 +46,10 @@ export interface BlueprintInstance {
|
|
|
46
46
|
path?: string;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
|
-
* @type {
|
|
49
|
+
* @type {any}
|
|
50
50
|
* @memberof BlueprintInstance
|
|
51
51
|
*/
|
|
52
|
-
context?:
|
|
52
|
+
context?: any | null;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
55
|
* @type {Date}
|
|
@@ -82,10 +82,10 @@ export interface BlueprintInstance {
|
|
|
82
82
|
readonly managedModels: Array<string>;
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
|
-
* @type {
|
|
85
|
+
* @type {any}
|
|
86
86
|
* @memberof BlueprintInstance
|
|
87
87
|
*/
|
|
88
|
-
readonly metadata:
|
|
88
|
+
readonly metadata: any | null;
|
|
89
89
|
/**
|
|
90
90
|
*
|
|
91
91
|
* @type {string}
|
|
@@ -33,10 +33,10 @@ export interface BlueprintInstanceRequest {
|
|
|
33
33
|
path?: string;
|
|
34
34
|
/**
|
|
35
35
|
*
|
|
36
|
-
* @type {
|
|
36
|
+
* @type {any}
|
|
37
37
|
* @memberof BlueprintInstanceRequest
|
|
38
38
|
*/
|
|
39
|
-
context?:
|
|
39
|
+
context?: any | null;
|
|
40
40
|
/**
|
|
41
41
|
*
|
|
42
42
|
* @type {boolean}
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
-
import type {
|
|
16
|
+
import type { ContextualFlowInfoLayoutEnum } from './ContextualFlowInfoLayoutEnum';
|
|
17
17
|
import {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
} from './
|
|
18
|
+
ContextualFlowInfoLayoutEnumFromJSON,
|
|
19
|
+
ContextualFlowInfoLayoutEnumFromJSONTyped,
|
|
20
|
+
ContextualFlowInfoLayoutEnumToJSON,
|
|
21
|
+
} from './ContextualFlowInfoLayoutEnum';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
* Contextual flow information for a challenge
|
|
@@ -46,10 +46,10 @@ export interface ContextualFlowInfo {
|
|
|
46
46
|
cancelUrl: string;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
|
-
* @type {
|
|
49
|
+
* @type {ContextualFlowInfoLayoutEnum}
|
|
50
50
|
* @memberof ContextualFlowInfo
|
|
51
51
|
*/
|
|
52
|
-
layout:
|
|
52
|
+
layout: ContextualFlowInfoLayoutEnum;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
/**
|
|
@@ -76,7 +76,7 @@ export function ContextualFlowInfoFromJSONTyped(json: any, ignoreDiscriminator:
|
|
|
76
76
|
'title': !exists(json, 'title') ? undefined : json['title'],
|
|
77
77
|
'background': !exists(json, 'background') ? undefined : json['background'],
|
|
78
78
|
'cancelUrl': json['cancel_url'],
|
|
79
|
-
'layout':
|
|
79
|
+
'layout': ContextualFlowInfoLayoutEnumFromJSON(json['layout']),
|
|
80
80
|
};
|
|
81
81
|
}
|
|
82
82
|
|
|
@@ -92,7 +92,7 @@ export function ContextualFlowInfoToJSON(value?: ContextualFlowInfo | null): any
|
|
|
92
92
|
'title': value.title,
|
|
93
93
|
'background': value.background,
|
|
94
94
|
'cancel_url': value.cancelUrl,
|
|
95
|
-
'layout':
|
|
95
|
+
'layout': ContextualFlowInfoLayoutEnumToJSON(value.layout),
|
|
96
96
|
};
|
|
97
97
|
}
|
|
98
98
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
* * `sidebar_right` - SIDEBAR_RIGHT
|
|
22
22
|
* @export
|
|
23
23
|
*/
|
|
24
|
-
export const
|
|
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
|
|
32
|
+
export type ContextualFlowInfoLayoutEnum = typeof ContextualFlowInfoLayoutEnum[keyof typeof ContextualFlowInfoLayoutEnum];
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
export function
|
|
36
|
-
return
|
|
35
|
+
export function ContextualFlowInfoLayoutEnumFromJSON(json: any): ContextualFlowInfoLayoutEnum {
|
|
36
|
+
return ContextualFlowInfoLayoutEnumFromJSONTyped(json, false);
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
export function
|
|
40
|
-
return json as
|
|
39
|
+
export function ContextualFlowInfoLayoutEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): ContextualFlowInfoLayoutEnum {
|
|
40
|
+
return json as ContextualFlowInfoLayoutEnum;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
export function
|
|
43
|
+
export function ContextualFlowInfoLayoutEnumToJSON(value?: ContextualFlowInfoLayoutEnum | null): any {
|
|
44
44
|
return value as any;
|
|
45
45
|
}
|
|
46
46
|
|
package/src/models/Event.ts
CHANGED
|
@@ -34,10 +34,10 @@ export interface Event {
|
|
|
34
34
|
readonly pk: string;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
|
-
* @type {
|
|
37
|
+
* @type {any}
|
|
38
38
|
* @memberof Event
|
|
39
39
|
*/
|
|
40
|
-
user?:
|
|
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 {
|
|
55
|
+
* @type {any}
|
|
56
56
|
* @memberof Event
|
|
57
57
|
*/
|
|
58
|
-
context?:
|
|
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 {
|
|
79
|
+
* @type {any}
|
|
80
80
|
* @memberof Event
|
|
81
81
|
*/
|
|
82
|
-
tenant?:
|
|
82
|
+
tenant?: any | null;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
/**
|