@goauthentik/api 2024.12.3-1738190128 → 2024.12.3-1738774356
Sign up to get free protection for your applications and to get access to all the features.
- package/.openapi-generator/FILES +9 -0
- package/dist/apis/ProvidersApi.d.ts +85 -1
- package/dist/apis/ProvidersApi.js +268 -0
- package/dist/apis/RbacApi.d.ts +2 -0
- package/dist/apis/RbacApi.js +2 -0
- package/dist/apis/SsfApi.d.ts +55 -0
- package/dist/apis/SsfApi.js +129 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/esm/apis/ProvidersApi.d.ts +85 -1
- package/dist/esm/apis/ProvidersApi.js +269 -1
- package/dist/esm/apis/RbacApi.d.ts +2 -0
- package/dist/esm/apis/RbacApi.js +2 -0
- package/dist/esm/apis/SsfApi.d.ts +55 -0
- package/dist/esm/apis/SsfApi.js +125 -0
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.js +1 -0
- package/dist/esm/models/AppEnum.d.ts +1 -0
- package/dist/esm/models/AppEnum.js +1 -0
- package/dist/esm/models/DeliveryMethodEnum.d.ts +26 -0
- package/dist/esm/models/DeliveryMethodEnum.js +44 -0
- package/dist/esm/models/EventsRequestedEnum.d.ts +27 -0
- package/dist/esm/models/EventsRequestedEnum.js +45 -0
- package/dist/esm/models/ModelEnum.d.ts +1 -0
- package/dist/esm/models/ModelEnum.js +1 -0
- package/dist/esm/models/ModelRequest.d.ts +4 -1
- package/dist/esm/models/ModelRequest.js +5 -0
- package/dist/esm/models/PaginatedSSFProviderList.d.ts +40 -0
- package/dist/esm/models/PaginatedSSFProviderList.js +49 -0
- package/dist/esm/models/PaginatedSSFStreamList.d.ts +40 -0
- package/dist/esm/models/PaginatedSSFStreamList.js +49 -0
- package/dist/esm/models/PatchedSSFProviderRequest.d.ts +50 -0
- package/dist/esm/models/PatchedSSFProviderRequest.js +47 -0
- package/dist/esm/models/ProviderModelEnum.d.ts +1 -0
- package/dist/esm/models/ProviderModelEnum.js +1 -0
- package/dist/esm/models/SSFProvider.d.ts +93 -0
- package/dist/esm/models/SSFProvider.js +73 -0
- package/dist/esm/models/SSFProviderRequest.d.ts +50 -0
- package/dist/esm/models/SSFProviderRequest.js +51 -0
- package/dist/esm/models/SSFStream.d.ts +83 -0
- package/dist/esm/models/SSFStream.js +70 -0
- package/dist/esm/models/index.d.ts +8 -0
- package/dist/esm/models/index.js +8 -0
- package/dist/models/AppEnum.d.ts +1 -0
- package/dist/models/AppEnum.js +1 -0
- package/dist/models/DeliveryMethodEnum.d.ts +26 -0
- package/dist/models/DeliveryMethodEnum.js +52 -0
- package/dist/models/EventsRequestedEnum.d.ts +27 -0
- package/dist/models/EventsRequestedEnum.js +53 -0
- package/dist/models/ModelEnum.d.ts +1 -0
- package/dist/models/ModelEnum.js +1 -0
- package/dist/models/ModelRequest.d.ts +4 -1
- package/dist/models/ModelRequest.js +5 -0
- package/dist/models/PaginatedSSFProviderList.d.ts +40 -0
- package/dist/models/PaginatedSSFProviderList.js +56 -0
- package/dist/models/PaginatedSSFStreamList.d.ts +40 -0
- package/dist/models/PaginatedSSFStreamList.js +56 -0
- package/dist/models/PatchedSSFProviderRequest.d.ts +50 -0
- package/dist/models/PatchedSSFProviderRequest.js +54 -0
- package/dist/models/ProviderModelEnum.d.ts +1 -0
- package/dist/models/ProviderModelEnum.js +1 -0
- package/dist/models/SSFProvider.d.ts +93 -0
- package/dist/models/SSFProvider.js +80 -0
- package/dist/models/SSFProviderRequest.d.ts +50 -0
- package/dist/models/SSFProviderRequest.js +58 -0
- package/dist/models/SSFStream.d.ts +83 -0
- package/dist/models/SSFStream.js +77 -0
- package/dist/models/index.d.ts +8 -0
- package/dist/models/index.js +8 -0
- package/package.json +1 -1
- package/src/apis/ProvidersApi.ts +366 -0
- package/src/apis/RbacApi.ts +2 -0
- package/src/apis/SsfApi.ts +166 -0
- package/src/apis/index.ts +1 -0
- package/src/models/AppEnum.ts +1 -0
- package/src/models/DeliveryMethodEnum.ts +54 -0
- package/src/models/EventsRequestedEnum.ts +55 -0
- package/src/models/ModelEnum.ts +1 -0
- package/src/models/ModelRequest.ts +12 -1
- package/src/models/PaginatedSSFProviderList.ts +90 -0
- package/src/models/PaginatedSSFStreamList.ts +90 -0
- package/src/models/PatchedSSFProviderRequest.ts +89 -0
- package/src/models/ProviderModelEnum.ts +1 -0
- package/src/models/SSFProvider.ts +155 -0
- package/src/models/SSFProviderRequest.ts +91 -0
- package/src/models/SSFStream.ts +157 -0
- package/src/models/index.ts +8 -0
@@ -0,0 +1,73 @@
|
|
1
|
+
/* tslint:disable */
|
2
|
+
/* eslint-disable */
|
3
|
+
/**
|
4
|
+
* authentik
|
5
|
+
* Making authentication simple.
|
6
|
+
*
|
7
|
+
* The version of the OpenAPI document: 2024.12.3
|
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
|
+
import { TokenFromJSON, } from './Token';
|
15
|
+
/**
|
16
|
+
* Check if a given object implements the SSFProvider interface.
|
17
|
+
*/
|
18
|
+
export function instanceOfSSFProvider(value) {
|
19
|
+
if (!('pk' in value) || value['pk'] === undefined)
|
20
|
+
return false;
|
21
|
+
if (!('name' in value) || value['name'] === undefined)
|
22
|
+
return false;
|
23
|
+
if (!('component' in value) || value['component'] === undefined)
|
24
|
+
return false;
|
25
|
+
if (!('verboseName' in value) || value['verboseName'] === undefined)
|
26
|
+
return false;
|
27
|
+
if (!('verboseNamePlural' in value) || value['verboseNamePlural'] === undefined)
|
28
|
+
return false;
|
29
|
+
if (!('metaModelName' in value) || value['metaModelName'] === undefined)
|
30
|
+
return false;
|
31
|
+
if (!('signingKey' in value) || value['signingKey'] === undefined)
|
32
|
+
return false;
|
33
|
+
if (!('tokenObj' in value) || value['tokenObj'] === undefined)
|
34
|
+
return false;
|
35
|
+
if (!('ssfUrl' in value) || value['ssfUrl'] === undefined)
|
36
|
+
return false;
|
37
|
+
return true;
|
38
|
+
}
|
39
|
+
export function SSFProviderFromJSON(json) {
|
40
|
+
return SSFProviderFromJSONTyped(json, false);
|
41
|
+
}
|
42
|
+
export function SSFProviderFromJSONTyped(json, ignoreDiscriminator) {
|
43
|
+
if (json == null) {
|
44
|
+
return json;
|
45
|
+
}
|
46
|
+
return {
|
47
|
+
'pk': json['pk'],
|
48
|
+
'name': json['name'],
|
49
|
+
'component': json['component'],
|
50
|
+
'verboseName': json['verbose_name'],
|
51
|
+
'verboseNamePlural': json['verbose_name_plural'],
|
52
|
+
'metaModelName': json['meta_model_name'],
|
53
|
+
'signingKey': json['signing_key'],
|
54
|
+
'tokenObj': TokenFromJSON(json['token_obj']),
|
55
|
+
'oidcAuthProviders': json['oidc_auth_providers'] == null ? undefined : json['oidc_auth_providers'],
|
56
|
+
'ssfUrl': json['ssf_url'],
|
57
|
+
'eventRetention': json['event_retention'] == null ? undefined : json['event_retention'],
|
58
|
+
};
|
59
|
+
}
|
60
|
+
export function SSFProviderToJSON(json) {
|
61
|
+
return SSFProviderToJSONTyped(json, false);
|
62
|
+
}
|
63
|
+
export function SSFProviderToJSONTyped(value, ignoreDiscriminator = false) {
|
64
|
+
if (value == null) {
|
65
|
+
return value;
|
66
|
+
}
|
67
|
+
return {
|
68
|
+
'name': value['name'],
|
69
|
+
'signing_key': value['signingKey'],
|
70
|
+
'oidc_auth_providers': value['oidcAuthProviders'],
|
71
|
+
'event_retention': value['eventRetention'],
|
72
|
+
};
|
73
|
+
}
|
@@ -0,0 +1,50 @@
|
|
1
|
+
/**
|
2
|
+
* authentik
|
3
|
+
* Making authentication simple.
|
4
|
+
*
|
5
|
+
* The version of the OpenAPI document: 2024.12.3
|
6
|
+
* Contact: hello@goauthentik.io
|
7
|
+
*
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
9
|
+
* https://openapi-generator.tech
|
10
|
+
* Do not edit the class manually.
|
11
|
+
*/
|
12
|
+
/**
|
13
|
+
* SSFProvider Serializer
|
14
|
+
* @export
|
15
|
+
* @interface SSFProviderRequest
|
16
|
+
*/
|
17
|
+
export interface SSFProviderRequest {
|
18
|
+
/**
|
19
|
+
*
|
20
|
+
* @type {string}
|
21
|
+
* @memberof SSFProviderRequest
|
22
|
+
*/
|
23
|
+
name: string;
|
24
|
+
/**
|
25
|
+
* Key used to sign the SSF Events.
|
26
|
+
* @type {string}
|
27
|
+
* @memberof SSFProviderRequest
|
28
|
+
*/
|
29
|
+
signingKey: string;
|
30
|
+
/**
|
31
|
+
*
|
32
|
+
* @type {Array<number>}
|
33
|
+
* @memberof SSFProviderRequest
|
34
|
+
*/
|
35
|
+
oidcAuthProviders?: Array<number>;
|
36
|
+
/**
|
37
|
+
*
|
38
|
+
* @type {string}
|
39
|
+
* @memberof SSFProviderRequest
|
40
|
+
*/
|
41
|
+
eventRetention?: string;
|
42
|
+
}
|
43
|
+
/**
|
44
|
+
* Check if a given object implements the SSFProviderRequest interface.
|
45
|
+
*/
|
46
|
+
export declare function instanceOfSSFProviderRequest(value: object): value is SSFProviderRequest;
|
47
|
+
export declare function SSFProviderRequestFromJSON(json: any): SSFProviderRequest;
|
48
|
+
export declare function SSFProviderRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): SSFProviderRequest;
|
49
|
+
export declare function SSFProviderRequestToJSON(json: any): SSFProviderRequest;
|
50
|
+
export declare function SSFProviderRequestToJSONTyped(value?: SSFProviderRequest | null, ignoreDiscriminator?: boolean): any;
|
@@ -0,0 +1,51 @@
|
|
1
|
+
/* tslint:disable */
|
2
|
+
/* eslint-disable */
|
3
|
+
/**
|
4
|
+
* authentik
|
5
|
+
* Making authentication simple.
|
6
|
+
*
|
7
|
+
* The version of the OpenAPI document: 2024.12.3
|
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
|
+
* Check if a given object implements the SSFProviderRequest interface.
|
16
|
+
*/
|
17
|
+
export function instanceOfSSFProviderRequest(value) {
|
18
|
+
if (!('name' in value) || value['name'] === undefined)
|
19
|
+
return false;
|
20
|
+
if (!('signingKey' in value) || value['signingKey'] === undefined)
|
21
|
+
return false;
|
22
|
+
return true;
|
23
|
+
}
|
24
|
+
export function SSFProviderRequestFromJSON(json) {
|
25
|
+
return SSFProviderRequestFromJSONTyped(json, false);
|
26
|
+
}
|
27
|
+
export function SSFProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
28
|
+
if (json == null) {
|
29
|
+
return json;
|
30
|
+
}
|
31
|
+
return {
|
32
|
+
'name': json['name'],
|
33
|
+
'signingKey': json['signing_key'],
|
34
|
+
'oidcAuthProviders': json['oidc_auth_providers'] == null ? undefined : json['oidc_auth_providers'],
|
35
|
+
'eventRetention': json['event_retention'] == null ? undefined : json['event_retention'],
|
36
|
+
};
|
37
|
+
}
|
38
|
+
export function SSFProviderRequestToJSON(json) {
|
39
|
+
return SSFProviderRequestToJSONTyped(json, false);
|
40
|
+
}
|
41
|
+
export function SSFProviderRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
42
|
+
if (value == null) {
|
43
|
+
return value;
|
44
|
+
}
|
45
|
+
return {
|
46
|
+
'name': value['name'],
|
47
|
+
'signing_key': value['signingKey'],
|
48
|
+
'oidc_auth_providers': value['oidcAuthProviders'],
|
49
|
+
'event_retention': value['eventRetention'],
|
50
|
+
};
|
51
|
+
}
|
@@ -0,0 +1,83 @@
|
|
1
|
+
/**
|
2
|
+
* authentik
|
3
|
+
* Making authentication simple.
|
4
|
+
*
|
5
|
+
* The version of the OpenAPI document: 2024.12.3
|
6
|
+
* Contact: hello@goauthentik.io
|
7
|
+
*
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
9
|
+
* https://openapi-generator.tech
|
10
|
+
* Do not edit the class manually.
|
11
|
+
*/
|
12
|
+
import type { DeliveryMethodEnum } from './DeliveryMethodEnum';
|
13
|
+
import type { EventsRequestedEnum } from './EventsRequestedEnum';
|
14
|
+
import type { SSFProvider } from './SSFProvider';
|
15
|
+
/**
|
16
|
+
* SSFStream Serializer
|
17
|
+
* @export
|
18
|
+
* @interface SSFStream
|
19
|
+
*/
|
20
|
+
export interface SSFStream {
|
21
|
+
/**
|
22
|
+
*
|
23
|
+
* @type {string}
|
24
|
+
* @memberof SSFStream
|
25
|
+
*/
|
26
|
+
readonly pk: string;
|
27
|
+
/**
|
28
|
+
*
|
29
|
+
* @type {number}
|
30
|
+
* @memberof SSFStream
|
31
|
+
*/
|
32
|
+
provider: number;
|
33
|
+
/**
|
34
|
+
*
|
35
|
+
* @type {SSFProvider}
|
36
|
+
* @memberof SSFStream
|
37
|
+
*/
|
38
|
+
readonly providerObj: SSFProvider;
|
39
|
+
/**
|
40
|
+
*
|
41
|
+
* @type {DeliveryMethodEnum}
|
42
|
+
* @memberof SSFStream
|
43
|
+
*/
|
44
|
+
deliveryMethod: DeliveryMethodEnum;
|
45
|
+
/**
|
46
|
+
*
|
47
|
+
* @type {string}
|
48
|
+
* @memberof SSFStream
|
49
|
+
*/
|
50
|
+
endpointUrl?: string | null;
|
51
|
+
/**
|
52
|
+
*
|
53
|
+
* @type {Array<EventsRequestedEnum>}
|
54
|
+
* @memberof SSFStream
|
55
|
+
*/
|
56
|
+
eventsRequested?: Array<EventsRequestedEnum>;
|
57
|
+
/**
|
58
|
+
*
|
59
|
+
* @type {string}
|
60
|
+
* @memberof SSFStream
|
61
|
+
*/
|
62
|
+
format: string;
|
63
|
+
/**
|
64
|
+
*
|
65
|
+
* @type {Array<string>}
|
66
|
+
* @memberof SSFStream
|
67
|
+
*/
|
68
|
+
aud?: Array<string>;
|
69
|
+
/**
|
70
|
+
*
|
71
|
+
* @type {string}
|
72
|
+
* @memberof SSFStream
|
73
|
+
*/
|
74
|
+
iss: string;
|
75
|
+
}
|
76
|
+
/**
|
77
|
+
* Check if a given object implements the SSFStream interface.
|
78
|
+
*/
|
79
|
+
export declare function instanceOfSSFStream(value: object): value is SSFStream;
|
80
|
+
export declare function SSFStreamFromJSON(json: any): SSFStream;
|
81
|
+
export declare function SSFStreamFromJSONTyped(json: any, ignoreDiscriminator: boolean): SSFStream;
|
82
|
+
export declare function SSFStreamToJSON(json: any): SSFStream;
|
83
|
+
export declare function SSFStreamToJSONTyped(value?: Omit<SSFStream, 'pk' | 'provider_obj'> | null, ignoreDiscriminator?: boolean): any;
|
@@ -0,0 +1,70 @@
|
|
1
|
+
/* tslint:disable */
|
2
|
+
/* eslint-disable */
|
3
|
+
/**
|
4
|
+
* authentik
|
5
|
+
* Making authentication simple.
|
6
|
+
*
|
7
|
+
* The version of the OpenAPI document: 2024.12.3
|
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
|
+
import { DeliveryMethodEnumFromJSON, DeliveryMethodEnumToJSON, } from './DeliveryMethodEnum';
|
15
|
+
import { EventsRequestedEnumFromJSON, EventsRequestedEnumToJSON, } from './EventsRequestedEnum';
|
16
|
+
import { SSFProviderFromJSON, } from './SSFProvider';
|
17
|
+
/**
|
18
|
+
* Check if a given object implements the SSFStream interface.
|
19
|
+
*/
|
20
|
+
export function instanceOfSSFStream(value) {
|
21
|
+
if (!('pk' in value) || value['pk'] === undefined)
|
22
|
+
return false;
|
23
|
+
if (!('provider' in value) || value['provider'] === undefined)
|
24
|
+
return false;
|
25
|
+
if (!('providerObj' in value) || value['providerObj'] === undefined)
|
26
|
+
return false;
|
27
|
+
if (!('deliveryMethod' in value) || value['deliveryMethod'] === undefined)
|
28
|
+
return false;
|
29
|
+
if (!('format' in value) || value['format'] === undefined)
|
30
|
+
return false;
|
31
|
+
if (!('iss' in value) || value['iss'] === undefined)
|
32
|
+
return false;
|
33
|
+
return true;
|
34
|
+
}
|
35
|
+
export function SSFStreamFromJSON(json) {
|
36
|
+
return SSFStreamFromJSONTyped(json, false);
|
37
|
+
}
|
38
|
+
export function SSFStreamFromJSONTyped(json, ignoreDiscriminator) {
|
39
|
+
if (json == null) {
|
40
|
+
return json;
|
41
|
+
}
|
42
|
+
return {
|
43
|
+
'pk': json['pk'],
|
44
|
+
'provider': json['provider'],
|
45
|
+
'providerObj': SSFProviderFromJSON(json['provider_obj']),
|
46
|
+
'deliveryMethod': DeliveryMethodEnumFromJSON(json['delivery_method']),
|
47
|
+
'endpointUrl': json['endpoint_url'] == null ? undefined : json['endpoint_url'],
|
48
|
+
'eventsRequested': json['events_requested'] == null ? undefined : (json['events_requested'].map(EventsRequestedEnumFromJSON)),
|
49
|
+
'format': json['format'],
|
50
|
+
'aud': json['aud'] == null ? undefined : json['aud'],
|
51
|
+
'iss': json['iss'],
|
52
|
+
};
|
53
|
+
}
|
54
|
+
export function SSFStreamToJSON(json) {
|
55
|
+
return SSFStreamToJSONTyped(json, false);
|
56
|
+
}
|
57
|
+
export function SSFStreamToJSONTyped(value, ignoreDiscriminator = false) {
|
58
|
+
if (value == null) {
|
59
|
+
return value;
|
60
|
+
}
|
61
|
+
return {
|
62
|
+
'provider': value['provider'],
|
63
|
+
'delivery_method': DeliveryMethodEnumToJSON(value['deliveryMethod']),
|
64
|
+
'endpoint_url': value['endpointUrl'],
|
65
|
+
'events_requested': value['eventsRequested'] == null ? undefined : (value['eventsRequested'].map(EventsRequestedEnumToJSON)),
|
66
|
+
'format': value['format'],
|
67
|
+
'aud': value['aud'],
|
68
|
+
'iss': value['iss'],
|
69
|
+
};
|
70
|
+
}
|
@@ -83,6 +83,7 @@ export * from './ContextualFlowInfoLayoutEnum';
|
|
83
83
|
export * from './Coordinate';
|
84
84
|
export * from './CountryCodeEnum';
|
85
85
|
export * from './CurrentBrand';
|
86
|
+
export * from './DeliveryMethodEnum';
|
86
87
|
export * from './DeniedActionEnum';
|
87
88
|
export * from './DenyStage';
|
88
89
|
export * from './DenyStageRequest';
|
@@ -125,6 +126,7 @@ export * from './EventMatcherPolicy';
|
|
125
126
|
export * from './EventMatcherPolicyRequest';
|
126
127
|
export * from './EventRequest';
|
127
128
|
export * from './EventTopPerUser';
|
129
|
+
export * from './EventsRequestedEnum';
|
128
130
|
export * from './ExpiringBaseGrantModel';
|
129
131
|
export * from './ExpressionPolicy';
|
130
132
|
export * from './ExpressionPolicyRequest';
|
@@ -364,6 +366,8 @@ export * from './PaginatedSCIMSourceList';
|
|
364
366
|
export * from './PaginatedSCIMSourcePropertyMappingList';
|
365
367
|
export * from './PaginatedSCIMSourceUserList';
|
366
368
|
export * from './PaginatedSMSDeviceList';
|
369
|
+
export * from './PaginatedSSFProviderList';
|
370
|
+
export * from './PaginatedSSFStreamList';
|
367
371
|
export * from './PaginatedScopeMappingList';
|
368
372
|
export * from './PaginatedServiceConnectionList';
|
369
373
|
export * from './PaginatedSourceList';
|
@@ -485,6 +489,7 @@ export * from './PatchedSCIMSourcePropertyMappingRequest';
|
|
485
489
|
export * from './PatchedSCIMSourceRequest';
|
486
490
|
export * from './PatchedSCIMSourceUserRequest';
|
487
491
|
export * from './PatchedSMSDeviceRequest';
|
492
|
+
export * from './PatchedSSFProviderRequest';
|
488
493
|
export * from './PatchedScopeMappingRequest';
|
489
494
|
export * from './PatchedSettingsRequest';
|
490
495
|
export * from './PatchedSourceStageRequest';
|
@@ -593,6 +598,9 @@ export * from './SCIMSourceUser';
|
|
593
598
|
export * from './SCIMSourceUserRequest';
|
594
599
|
export * from './SMSDevice';
|
595
600
|
export * from './SMSDeviceRequest';
|
601
|
+
export * from './SSFProvider';
|
602
|
+
export * from './SSFProviderRequest';
|
603
|
+
export * from './SSFStream';
|
596
604
|
export * from './ScopeMapping';
|
597
605
|
export * from './ScopeMappingRequest';
|
598
606
|
export * from './SelectableStage';
|
package/dist/esm/models/index.js
CHANGED
@@ -85,6 +85,7 @@ export * from './ContextualFlowInfoLayoutEnum';
|
|
85
85
|
export * from './Coordinate';
|
86
86
|
export * from './CountryCodeEnum';
|
87
87
|
export * from './CurrentBrand';
|
88
|
+
export * from './DeliveryMethodEnum';
|
88
89
|
export * from './DeniedActionEnum';
|
89
90
|
export * from './DenyStage';
|
90
91
|
export * from './DenyStageRequest';
|
@@ -127,6 +128,7 @@ export * from './EventMatcherPolicy';
|
|
127
128
|
export * from './EventMatcherPolicyRequest';
|
128
129
|
export * from './EventRequest';
|
129
130
|
export * from './EventTopPerUser';
|
131
|
+
export * from './EventsRequestedEnum';
|
130
132
|
export * from './ExpiringBaseGrantModel';
|
131
133
|
export * from './ExpressionPolicy';
|
132
134
|
export * from './ExpressionPolicyRequest';
|
@@ -366,6 +368,8 @@ export * from './PaginatedSCIMSourceList';
|
|
366
368
|
export * from './PaginatedSCIMSourcePropertyMappingList';
|
367
369
|
export * from './PaginatedSCIMSourceUserList';
|
368
370
|
export * from './PaginatedSMSDeviceList';
|
371
|
+
export * from './PaginatedSSFProviderList';
|
372
|
+
export * from './PaginatedSSFStreamList';
|
369
373
|
export * from './PaginatedScopeMappingList';
|
370
374
|
export * from './PaginatedServiceConnectionList';
|
371
375
|
export * from './PaginatedSourceList';
|
@@ -487,6 +491,7 @@ export * from './PatchedSCIMSourcePropertyMappingRequest';
|
|
487
491
|
export * from './PatchedSCIMSourceRequest';
|
488
492
|
export * from './PatchedSCIMSourceUserRequest';
|
489
493
|
export * from './PatchedSMSDeviceRequest';
|
494
|
+
export * from './PatchedSSFProviderRequest';
|
490
495
|
export * from './PatchedScopeMappingRequest';
|
491
496
|
export * from './PatchedSettingsRequest';
|
492
497
|
export * from './PatchedSourceStageRequest';
|
@@ -595,6 +600,9 @@ export * from './SCIMSourceUser';
|
|
595
600
|
export * from './SCIMSourceUserRequest';
|
596
601
|
export * from './SMSDevice';
|
597
602
|
export * from './SMSDeviceRequest';
|
603
|
+
export * from './SSFProvider';
|
604
|
+
export * from './SSFProviderRequest';
|
605
|
+
export * from './SSFStream';
|
598
606
|
export * from './ScopeMapping';
|
599
607
|
export * from './ScopeMappingRequest';
|
600
608
|
export * from './SelectableStage';
|
package/dist/models/AppEnum.d.ts
CHANGED
@@ -71,6 +71,7 @@ export declare const AppEnum: {
|
|
71
71
|
readonly AuthentikEnterpriseProvidersGoogleWorkspace: "authentik.enterprise.providers.google_workspace";
|
72
72
|
readonly AuthentikEnterpriseProvidersMicrosoftEntra: "authentik.enterprise.providers.microsoft_entra";
|
73
73
|
readonly AuthentikEnterpriseProvidersRac: "authentik.enterprise.providers.rac";
|
74
|
+
readonly AuthentikEnterpriseProvidersSsf: "authentik.enterprise.providers.ssf";
|
74
75
|
readonly AuthentikEnterpriseStagesAuthenticatorEndpointGdtc: "authentik.enterprise.stages.authenticator_endpoint_gdtc";
|
75
76
|
readonly AuthentikEnterpriseStagesSource: "authentik.enterprise.stages.source";
|
76
77
|
readonly AuthentikEvents: "authentik.events";
|
package/dist/models/AppEnum.js
CHANGED
@@ -81,6 +81,7 @@ exports.AppEnum = {
|
|
81
81
|
AuthentikEnterpriseProvidersGoogleWorkspace: 'authentik.enterprise.providers.google_workspace',
|
82
82
|
AuthentikEnterpriseProvidersMicrosoftEntra: 'authentik.enterprise.providers.microsoft_entra',
|
83
83
|
AuthentikEnterpriseProvidersRac: 'authentik.enterprise.providers.rac',
|
84
|
+
AuthentikEnterpriseProvidersSsf: 'authentik.enterprise.providers.ssf',
|
84
85
|
AuthentikEnterpriseStagesAuthenticatorEndpointGdtc: 'authentik.enterprise.stages.authenticator_endpoint_gdtc',
|
85
86
|
AuthentikEnterpriseStagesSource: 'authentik.enterprise.stages.source',
|
86
87
|
AuthentikEvents: 'authentik.events',
|
@@ -0,0 +1,26 @@
|
|
1
|
+
/**
|
2
|
+
* authentik
|
3
|
+
* Making authentication simple.
|
4
|
+
*
|
5
|
+
* The version of the OpenAPI document: 2024.12.3
|
6
|
+
* Contact: hello@goauthentik.io
|
7
|
+
*
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
9
|
+
* https://openapi-generator.tech
|
10
|
+
* Do not edit the class manually.
|
11
|
+
*/
|
12
|
+
/**
|
13
|
+
*
|
14
|
+
* @export
|
15
|
+
*/
|
16
|
+
export declare const DeliveryMethodEnum: {
|
17
|
+
readonly HttpsSchemasOpenidNetSeceventRiscDeliveryMethodPush: "https://schemas.openid.net/secevent/risc/delivery-method/push";
|
18
|
+
readonly HttpsSchemasOpenidNetSeceventRiscDeliveryMethodPoll: "https://schemas.openid.net/secevent/risc/delivery-method/poll";
|
19
|
+
readonly UnknownDefaultOpenApi: "11184809";
|
20
|
+
};
|
21
|
+
export type DeliveryMethodEnum = typeof DeliveryMethodEnum[keyof typeof DeliveryMethodEnum];
|
22
|
+
export declare function instanceOfDeliveryMethodEnum(value: any): boolean;
|
23
|
+
export declare function DeliveryMethodEnumFromJSON(json: any): DeliveryMethodEnum;
|
24
|
+
export declare function DeliveryMethodEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeliveryMethodEnum;
|
25
|
+
export declare function DeliveryMethodEnumToJSON(value?: DeliveryMethodEnum | null): any;
|
26
|
+
export declare function DeliveryMethodEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): DeliveryMethodEnum;
|
@@ -0,0 +1,52 @@
|
|
1
|
+
"use strict";
|
2
|
+
/* tslint:disable */
|
3
|
+
/* eslint-disable */
|
4
|
+
/**
|
5
|
+
* authentik
|
6
|
+
* Making authentication simple.
|
7
|
+
*
|
8
|
+
* The version of the OpenAPI document: 2024.12.3
|
9
|
+
* Contact: hello@goauthentik.io
|
10
|
+
*
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
12
|
+
* https://openapi-generator.tech
|
13
|
+
* Do not edit the class manually.
|
14
|
+
*/
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
16
|
+
exports.DeliveryMethodEnum = void 0;
|
17
|
+
exports.instanceOfDeliveryMethodEnum = instanceOfDeliveryMethodEnum;
|
18
|
+
exports.DeliveryMethodEnumFromJSON = DeliveryMethodEnumFromJSON;
|
19
|
+
exports.DeliveryMethodEnumFromJSONTyped = DeliveryMethodEnumFromJSONTyped;
|
20
|
+
exports.DeliveryMethodEnumToJSON = DeliveryMethodEnumToJSON;
|
21
|
+
exports.DeliveryMethodEnumToJSONTyped = DeliveryMethodEnumToJSONTyped;
|
22
|
+
/**
|
23
|
+
*
|
24
|
+
* @export
|
25
|
+
*/
|
26
|
+
exports.DeliveryMethodEnum = {
|
27
|
+
HttpsSchemasOpenidNetSeceventRiscDeliveryMethodPush: 'https://schemas.openid.net/secevent/risc/delivery-method/push',
|
28
|
+
HttpsSchemasOpenidNetSeceventRiscDeliveryMethodPoll: 'https://schemas.openid.net/secevent/risc/delivery-method/poll',
|
29
|
+
UnknownDefaultOpenApi: '11184809'
|
30
|
+
};
|
31
|
+
function instanceOfDeliveryMethodEnum(value) {
|
32
|
+
for (const key in exports.DeliveryMethodEnum) {
|
33
|
+
if (Object.prototype.hasOwnProperty.call(exports.DeliveryMethodEnum, key)) {
|
34
|
+
if (exports.DeliveryMethodEnum[key] === value) {
|
35
|
+
return true;
|
36
|
+
}
|
37
|
+
}
|
38
|
+
}
|
39
|
+
return false;
|
40
|
+
}
|
41
|
+
function DeliveryMethodEnumFromJSON(json) {
|
42
|
+
return DeliveryMethodEnumFromJSONTyped(json, false);
|
43
|
+
}
|
44
|
+
function DeliveryMethodEnumFromJSONTyped(json, ignoreDiscriminator) {
|
45
|
+
return json;
|
46
|
+
}
|
47
|
+
function DeliveryMethodEnumToJSON(value) {
|
48
|
+
return value;
|
49
|
+
}
|
50
|
+
function DeliveryMethodEnumToJSONTyped(value, ignoreDiscriminator) {
|
51
|
+
return value;
|
52
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* authentik
|
3
|
+
* Making authentication simple.
|
4
|
+
*
|
5
|
+
* The version of the OpenAPI document: 2024.12.3
|
6
|
+
* Contact: hello@goauthentik.io
|
7
|
+
*
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
9
|
+
* https://openapi-generator.tech
|
10
|
+
* Do not edit the class manually.
|
11
|
+
*/
|
12
|
+
/**
|
13
|
+
*
|
14
|
+
* @export
|
15
|
+
*/
|
16
|
+
export declare const EventsRequestedEnum: {
|
17
|
+
readonly HttpsSchemasOpenidNetSeceventCaepEventTypeSessionRevoked: "https://schemas.openid.net/secevent/caep/event-type/session-revoked";
|
18
|
+
readonly HttpsSchemasOpenidNetSeceventCaepEventTypeCredentialChange: "https://schemas.openid.net/secevent/caep/event-type/credential-change";
|
19
|
+
readonly HttpsSchemasOpenidNetSeceventSsfEventTypeVerification: "https://schemas.openid.net/secevent/ssf/event-type/verification";
|
20
|
+
readonly UnknownDefaultOpenApi: "11184809";
|
21
|
+
};
|
22
|
+
export type EventsRequestedEnum = typeof EventsRequestedEnum[keyof typeof EventsRequestedEnum];
|
23
|
+
export declare function instanceOfEventsRequestedEnum(value: any): boolean;
|
24
|
+
export declare function EventsRequestedEnumFromJSON(json: any): EventsRequestedEnum;
|
25
|
+
export declare function EventsRequestedEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): EventsRequestedEnum;
|
26
|
+
export declare function EventsRequestedEnumToJSON(value?: EventsRequestedEnum | null): any;
|
27
|
+
export declare function EventsRequestedEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): EventsRequestedEnum;
|
@@ -0,0 +1,53 @@
|
|
1
|
+
"use strict";
|
2
|
+
/* tslint:disable */
|
3
|
+
/* eslint-disable */
|
4
|
+
/**
|
5
|
+
* authentik
|
6
|
+
* Making authentication simple.
|
7
|
+
*
|
8
|
+
* The version of the OpenAPI document: 2024.12.3
|
9
|
+
* Contact: hello@goauthentik.io
|
10
|
+
*
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
12
|
+
* https://openapi-generator.tech
|
13
|
+
* Do not edit the class manually.
|
14
|
+
*/
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
16
|
+
exports.EventsRequestedEnum = void 0;
|
17
|
+
exports.instanceOfEventsRequestedEnum = instanceOfEventsRequestedEnum;
|
18
|
+
exports.EventsRequestedEnumFromJSON = EventsRequestedEnumFromJSON;
|
19
|
+
exports.EventsRequestedEnumFromJSONTyped = EventsRequestedEnumFromJSONTyped;
|
20
|
+
exports.EventsRequestedEnumToJSON = EventsRequestedEnumToJSON;
|
21
|
+
exports.EventsRequestedEnumToJSONTyped = EventsRequestedEnumToJSONTyped;
|
22
|
+
/**
|
23
|
+
*
|
24
|
+
* @export
|
25
|
+
*/
|
26
|
+
exports.EventsRequestedEnum = {
|
27
|
+
HttpsSchemasOpenidNetSeceventCaepEventTypeSessionRevoked: 'https://schemas.openid.net/secevent/caep/event-type/session-revoked',
|
28
|
+
HttpsSchemasOpenidNetSeceventCaepEventTypeCredentialChange: 'https://schemas.openid.net/secevent/caep/event-type/credential-change',
|
29
|
+
HttpsSchemasOpenidNetSeceventSsfEventTypeVerification: 'https://schemas.openid.net/secevent/ssf/event-type/verification',
|
30
|
+
UnknownDefaultOpenApi: '11184809'
|
31
|
+
};
|
32
|
+
function instanceOfEventsRequestedEnum(value) {
|
33
|
+
for (const key in exports.EventsRequestedEnum) {
|
34
|
+
if (Object.prototype.hasOwnProperty.call(exports.EventsRequestedEnum, key)) {
|
35
|
+
if (exports.EventsRequestedEnum[key] === value) {
|
36
|
+
return true;
|
37
|
+
}
|
38
|
+
}
|
39
|
+
}
|
40
|
+
return false;
|
41
|
+
}
|
42
|
+
function EventsRequestedEnumFromJSON(json) {
|
43
|
+
return EventsRequestedEnumFromJSONTyped(json, false);
|
44
|
+
}
|
45
|
+
function EventsRequestedEnumFromJSONTyped(json, ignoreDiscriminator) {
|
46
|
+
return json;
|
47
|
+
}
|
48
|
+
function EventsRequestedEnumToJSON(value) {
|
49
|
+
return value;
|
50
|
+
}
|
51
|
+
function EventsRequestedEnumToJSONTyped(value, ignoreDiscriminator) {
|
52
|
+
return value;
|
53
|
+
}
|
@@ -103,6 +103,7 @@ export declare const ModelEnum: {
|
|
103
103
|
readonly AuthentikProvidersRacRacprovider: "authentik_providers_rac.racprovider";
|
104
104
|
readonly AuthentikProvidersRacEndpoint: "authentik_providers_rac.endpoint";
|
105
105
|
readonly AuthentikProvidersRacRacpropertymapping: "authentik_providers_rac.racpropertymapping";
|
106
|
+
readonly AuthentikProvidersSsfSsfprovider: "authentik_providers_ssf.ssfprovider";
|
106
107
|
readonly AuthentikStagesAuthenticatorEndpointGdtcAuthenticatorendpointgdtcstage: "authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage";
|
107
108
|
readonly AuthentikStagesSourceSourcestage: "authentik_stages_source.sourcestage";
|
108
109
|
readonly AuthentikEventsEvent: "authentik_events.event";
|
package/dist/models/ModelEnum.js
CHANGED
@@ -113,6 +113,7 @@ exports.ModelEnum = {
|
|
113
113
|
AuthentikProvidersRacRacprovider: 'authentik_providers_rac.racprovider',
|
114
114
|
AuthentikProvidersRacEndpoint: 'authentik_providers_rac.endpoint',
|
115
115
|
AuthentikProvidersRacRacpropertymapping: 'authentik_providers_rac.racpropertymapping',
|
116
|
+
AuthentikProvidersSsfSsfprovider: 'authentik_providers_ssf.ssfprovider',
|
116
117
|
AuthentikStagesAuthenticatorEndpointGdtcAuthenticatorendpointgdtcstage: 'authentik_stages_authenticator_endpoint_gdtc.authenticatorendpointgdtcstage',
|
117
118
|
AuthentikStagesSourceSourcestage: 'authentik_stages_source.sourcestage',
|
118
119
|
AuthentikEventsEvent: 'authentik_events.event',
|
@@ -18,6 +18,7 @@ import type { RACProviderRequest } from './RACProviderRequest';
|
|
18
18
|
import type { RadiusProviderRequest } from './RadiusProviderRequest';
|
19
19
|
import type { SAMLProviderRequest } from './SAMLProviderRequest';
|
20
20
|
import type { SCIMProviderRequest } from './SCIMProviderRequest';
|
21
|
+
import type { SSFProviderRequest } from './SSFProviderRequest';
|
21
22
|
/**
|
22
23
|
* @type ModelRequest
|
23
24
|
*
|
@@ -41,7 +42,9 @@ export type ModelRequest = {
|
|
41
42
|
providerModel: 'authentik_providers_saml.samlprovider';
|
42
43
|
} & SAMLProviderRequest | {
|
43
44
|
providerModel: 'authentik_providers_scim.scimprovider';
|
44
|
-
} & SCIMProviderRequest
|
45
|
+
} & SCIMProviderRequest | {
|
46
|
+
providerModel: 'authentik_providers_ssf.ssfprovider';
|
47
|
+
} & SSFProviderRequest;
|
45
48
|
export declare function ModelRequestFromJSON(json: any): ModelRequest;
|
46
49
|
export declare function ModelRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ModelRequest;
|
47
50
|
export declare function ModelRequestToJSON(json: any): any;
|
@@ -26,6 +26,7 @@ const RACProviderRequest_1 = require("./RACProviderRequest");
|
|
26
26
|
const RadiusProviderRequest_1 = require("./RadiusProviderRequest");
|
27
27
|
const SAMLProviderRequest_1 = require("./SAMLProviderRequest");
|
28
28
|
const SCIMProviderRequest_1 = require("./SCIMProviderRequest");
|
29
|
+
const SSFProviderRequest_1 = require("./SSFProviderRequest");
|
29
30
|
function ModelRequestFromJSON(json) {
|
30
31
|
return ModelRequestFromJSONTyped(json, false);
|
31
32
|
}
|
@@ -52,6 +53,8 @@ function ModelRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
52
53
|
return Object.assign({}, (0, SAMLProviderRequest_1.SAMLProviderRequestFromJSONTyped)(json, true), { providerModel: 'authentik_providers_saml.samlprovider' });
|
53
54
|
case 'authentik_providers_scim.scimprovider':
|
54
55
|
return Object.assign({}, (0, SCIMProviderRequest_1.SCIMProviderRequestFromJSONTyped)(json, true), { providerModel: 'authentik_providers_scim.scimprovider' });
|
56
|
+
case 'authentik_providers_ssf.ssfprovider':
|
57
|
+
return Object.assign({}, (0, SSFProviderRequest_1.SSFProviderRequestFromJSONTyped)(json, true), { providerModel: 'authentik_providers_ssf.ssfprovider' });
|
55
58
|
default:
|
56
59
|
throw new Error(`No variant of ModelRequest exists with 'providerModel=${json['providerModel']}'`);
|
57
60
|
}
|
@@ -82,6 +85,8 @@ function ModelRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
82
85
|
return Object.assign({}, (0, SAMLProviderRequest_1.SAMLProviderRequestToJSON)(value), { providerModel: 'authentik_providers_saml.samlprovider' });
|
83
86
|
case 'authentik_providers_scim.scimprovider':
|
84
87
|
return Object.assign({}, (0, SCIMProviderRequest_1.SCIMProviderRequestToJSON)(value), { providerModel: 'authentik_providers_scim.scimprovider' });
|
88
|
+
case 'authentik_providers_ssf.ssfprovider':
|
89
|
+
return Object.assign({}, (0, SSFProviderRequest_1.SSFProviderRequestToJSON)(value), { providerModel: 'authentik_providers_ssf.ssfprovider' });
|
85
90
|
default:
|
86
91
|
throw new Error(`No variant of ModelRequest exists with 'providerModel=${value['providerModel']}'`);
|
87
92
|
}
|