@goauthentik/api 2023.10.4-1700591367 → 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/EventsApi.d.ts +20 -0
- package/dist/apis/EventsApi.js +58 -0
- package/dist/apis/SchemaApi.d.ts +1 -0
- package/dist/apis/SchemaApi.js +1 -0
- package/dist/esm/apis/EventsApi.d.ts +20 -0
- package/dist/esm/apis/EventsApi.js +58 -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/EventsApi.ts +83 -0
- 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
|
@@ -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';
|