@goauthentik/api 2023.10.5-1703167718 → 2023.10.5-1703968412
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 +17 -0
- package/dist/apis/PropertymappingsApi.d.ts +85 -1
- package/dist/apis/PropertymappingsApi.js +240 -0
- package/dist/apis/ProvidersApi.d.ts +85 -1
- package/dist/apis/ProvidersApi.js +240 -0
- package/dist/apis/RacApi.d.ts +103 -0
- package/dist/apis/RacApi.js +276 -0
- package/dist/apis/RbacApi.d.ts +6 -0
- package/dist/apis/RbacApi.js +6 -0
- package/dist/apis/SchemaApi.d.ts +0 -1
- package/dist/apis/SchemaApi.js +0 -1
- package/dist/apis/StagesApi.d.ts +24 -0
- package/dist/apis/StagesApi.js +27 -1
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/esm/apis/PropertymappingsApi.d.ts +85 -1
- package/dist/esm/apis/PropertymappingsApi.js +241 -1
- package/dist/esm/apis/ProvidersApi.d.ts +85 -1
- package/dist/esm/apis/ProvidersApi.js +241 -1
- package/dist/esm/apis/RacApi.d.ts +103 -0
- package/dist/esm/apis/RacApi.js +272 -0
- package/dist/esm/apis/RbacApi.d.ts +6 -0
- package/dist/esm/apis/RbacApi.js +6 -0
- package/dist/esm/apis/SchemaApi.d.ts +0 -1
- package/dist/esm/apis/SchemaApi.js +0 -1
- package/dist/esm/apis/StagesApi.d.ts +24 -0
- package/dist/esm/apis/StagesApi.js +26 -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 +2 -0
- package/dist/esm/models/AppEnum.js +2 -0
- package/dist/esm/models/AuthModeEnum.d.ts +25 -0
- package/dist/esm/models/AuthModeEnum.js +32 -0
- package/dist/esm/models/Endpoint.d.ts +89 -0
- package/dist/esm/models/Endpoint.js +69 -0
- package/dist/esm/models/EndpointRequest.d.ts +69 -0
- package/dist/esm/models/EndpointRequest.js +62 -0
- package/dist/esm/models/GeoipBindingEnum.d.ts +29 -0
- package/dist/esm/models/GeoipBindingEnum.js +36 -0
- package/dist/esm/models/ModelEnum.d.ts +6 -0
- package/dist/esm/models/ModelEnum.js +6 -0
- package/dist/esm/models/ModelRequest.d.ts +3 -0
- package/dist/esm/models/ModelRequest.js +5 -0
- package/dist/esm/models/NetworkBindingEnum.d.ts +29 -0
- package/dist/esm/models/NetworkBindingEnum.js +36 -0
- package/dist/esm/models/OutpostTypeEnum.d.ts +2 -0
- package/dist/esm/models/OutpostTypeEnum.js +2 -0
- package/dist/esm/models/PaginatedEndpointList.d.ts +39 -0
- package/dist/esm/models/PaginatedEndpointList.js +48 -0
- package/dist/esm/models/PaginatedRACPropertyMappingList.d.ts +39 -0
- package/dist/esm/models/PaginatedRACPropertyMappingList.js +48 -0
- package/dist/esm/models/PaginatedRACProviderList.d.ts +39 -0
- package/dist/esm/models/PaginatedRACProviderList.js +48 -0
- package/dist/esm/models/PatchedEndpointRequest.d.ts +69 -0
- package/dist/esm/models/PatchedEndpointRequest.js +57 -0
- package/dist/esm/models/PatchedRACPropertyMappingRequest.d.ts +51 -0
- package/dist/esm/models/PatchedRACPropertyMappingRequest.js +49 -0
- package/dist/esm/models/PatchedRACProviderRequest.d.ts +61 -0
- package/dist/esm/models/PatchedRACProviderRequest.js +53 -0
- package/dist/esm/models/PatchedUserLoginStageRequest.d.ts +14 -0
- package/dist/esm/models/PatchedUserLoginStageRequest.js +6 -0
- package/dist/esm/models/ProtocolEnum.d.ts +27 -0
- package/dist/esm/models/ProtocolEnum.js +34 -0
- package/dist/esm/models/ProviderModelEnum.d.ts +2 -0
- package/dist/esm/models/ProviderModelEnum.js +2 -0
- package/dist/esm/models/ProviderTypeEnum.d.ts +2 -2
- package/dist/esm/models/ProviderTypeEnum.js +2 -2
- package/dist/esm/models/RACPropertyMapping.d.ts +81 -0
- package/dist/esm/models/RACPropertyMapping.js +61 -0
- package/dist/esm/models/RACPropertyMappingRequest.d.ts +51 -0
- package/dist/esm/models/RACPropertyMappingRequest.js +51 -0
- package/dist/esm/models/RACProvider.d.ts +121 -0
- package/dist/esm/models/RACProvider.js +75 -0
- package/dist/esm/models/RACProviderRequest.d.ts +61 -0
- package/dist/esm/models/RACProviderRequest.js +55 -0
- package/dist/esm/models/UserLoginStage.d.ts +14 -0
- package/dist/esm/models/UserLoginStage.js +6 -0
- package/dist/esm/models/UserLoginStageRequest.d.ts +14 -0
- package/dist/esm/models/UserLoginStageRequest.js +6 -0
- package/dist/esm/models/index.d.ts +16 -0
- package/dist/esm/models/index.js +16 -0
- package/dist/models/AppEnum.d.ts +2 -0
- package/dist/models/AppEnum.js +2 -0
- package/dist/models/AuthModeEnum.d.ts +25 -0
- package/dist/models/AuthModeEnum.js +38 -0
- package/dist/models/Endpoint.d.ts +89 -0
- package/dist/models/Endpoint.js +76 -0
- package/dist/models/EndpointRequest.d.ts +69 -0
- package/dist/models/EndpointRequest.js +69 -0
- package/dist/models/GeoipBindingEnum.d.ts +29 -0
- package/dist/models/GeoipBindingEnum.js +42 -0
- package/dist/models/ModelEnum.d.ts +6 -0
- package/dist/models/ModelEnum.js +6 -0
- package/dist/models/ModelRequest.d.ts +3 -0
- package/dist/models/ModelRequest.js +5 -0
- package/dist/models/NetworkBindingEnum.d.ts +29 -0
- package/dist/models/NetworkBindingEnum.js +42 -0
- package/dist/models/OutpostTypeEnum.d.ts +2 -0
- package/dist/models/OutpostTypeEnum.js +2 -0
- package/dist/models/PaginatedEndpointList.d.ts +39 -0
- package/dist/models/PaginatedEndpointList.js +55 -0
- package/dist/models/PaginatedRACPropertyMappingList.d.ts +39 -0
- package/dist/models/PaginatedRACPropertyMappingList.js +55 -0
- package/dist/models/PaginatedRACProviderList.d.ts +39 -0
- package/dist/models/PaginatedRACProviderList.js +55 -0
- package/dist/models/PatchedEndpointRequest.d.ts +69 -0
- package/dist/models/PatchedEndpointRequest.js +64 -0
- package/dist/models/PatchedRACPropertyMappingRequest.d.ts +51 -0
- package/dist/models/PatchedRACPropertyMappingRequest.js +56 -0
- package/dist/models/PatchedRACProviderRequest.d.ts +61 -0
- package/dist/models/PatchedRACProviderRequest.js +60 -0
- package/dist/models/PatchedUserLoginStageRequest.d.ts +14 -0
- package/dist/models/PatchedUserLoginStageRequest.js +6 -0
- package/dist/models/ProtocolEnum.d.ts +27 -0
- package/dist/models/ProtocolEnum.js +40 -0
- package/dist/models/ProviderModelEnum.d.ts +2 -0
- package/dist/models/ProviderModelEnum.js +2 -0
- package/dist/models/ProviderTypeEnum.d.ts +2 -2
- package/dist/models/ProviderTypeEnum.js +2 -2
- package/dist/models/RACPropertyMapping.d.ts +81 -0
- package/dist/models/RACPropertyMapping.js +68 -0
- package/dist/models/RACPropertyMappingRequest.d.ts +51 -0
- package/dist/models/RACPropertyMappingRequest.js +58 -0
- package/dist/models/RACProvider.d.ts +121 -0
- package/dist/models/RACProvider.js +82 -0
- package/dist/models/RACProviderRequest.d.ts +61 -0
- package/dist/models/RACProviderRequest.js +62 -0
- package/dist/models/UserLoginStage.d.ts +14 -0
- package/dist/models/UserLoginStage.js +6 -0
- package/dist/models/UserLoginStageRequest.d.ts +14 -0
- package/dist/models/UserLoginStageRequest.js +6 -0
- package/dist/models/index.d.ts +16 -0
- package/dist/models/index.js +16 -0
- package/package.json +1 -1
- package/src/apis/PropertymappingsApi.ts +317 -0
- package/src/apis/ProvidersApi.ts +317 -0
- package/src/apis/RacApi.ts +358 -0
- package/src/apis/RbacApi.ts +6 -0
- package/src/apis/SchemaApi.ts +0 -1
- package/src/apis/StagesApi.ts +32 -0
- package/src/apis/index.ts +1 -0
- package/src/models/AppEnum.ts +2 -0
- package/src/models/AuthModeEnum.ts +40 -0
- package/src/models/Endpoint.ts +162 -0
- package/src/models/EndpointRequest.ts +131 -0
- package/src/models/GeoipBindingEnum.ts +44 -0
- package/src/models/ModelEnum.ts +6 -0
- package/src/models/ModelRequest.ts +12 -1
- package/src/models/NetworkBindingEnum.ts +44 -0
- package/src/models/OutpostTypeEnum.ts +2 -0
- package/src/models/PaginatedEndpointList.ts +88 -0
- package/src/models/PaginatedRACPropertyMappingList.ts +88 -0
- package/src/models/PaginatedRACProviderList.ts +88 -0
- package/src/models/PatchedEndpointRequest.ts +126 -0
- package/src/models/PatchedRACPropertyMappingRequest.ts +89 -0
- package/src/models/PatchedRACProviderRequest.ts +105 -0
- package/src/models/PatchedUserLoginStageRequest.ts +28 -0
- package/src/models/ProtocolEnum.ts +42 -0
- package/src/models/ProviderModelEnum.ts +2 -0
- package/src/models/ProviderTypeEnum.ts +2 -2
- package/src/models/RACPropertyMapping.ts +131 -0
- package/src/models/RACPropertyMappingRequest.ts +91 -0
- package/src/models/RACProvider.ts +187 -0
- package/src/models/RACProviderRequest.ts +107 -0
- package/src/models/UserLoginStage.ts +28 -0
- package/src/models/UserLoginStageRequest.ts +28 -0
- package/src/models/index.ts +16 -0
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* authentik
|
|
5
|
+
* Making authentication simple.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2023.10.5
|
|
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 { exists } from '../runtime';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the RACProvider interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfRACProvider(value) {
|
|
19
|
+
let isInstance = true;
|
|
20
|
+
isInstance = isInstance && "pk" in value;
|
|
21
|
+
isInstance = isInstance && "name" in value;
|
|
22
|
+
isInstance = isInstance && "authorizationFlow" in value;
|
|
23
|
+
isInstance = isInstance && "component" in value;
|
|
24
|
+
isInstance = isInstance && "assignedApplicationSlug" in value;
|
|
25
|
+
isInstance = isInstance && "assignedApplicationName" in value;
|
|
26
|
+
isInstance = isInstance && "assignedBackchannelApplicationSlug" in value;
|
|
27
|
+
isInstance = isInstance && "assignedBackchannelApplicationName" in value;
|
|
28
|
+
isInstance = isInstance && "verboseName" in value;
|
|
29
|
+
isInstance = isInstance && "verboseNamePlural" in value;
|
|
30
|
+
isInstance = isInstance && "metaModelName" in value;
|
|
31
|
+
isInstance = isInstance && "outpostSet" in value;
|
|
32
|
+
return isInstance;
|
|
33
|
+
}
|
|
34
|
+
export function RACProviderFromJSON(json) {
|
|
35
|
+
return RACProviderFromJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
export function RACProviderFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
+
if ((json === undefined) || (json === null)) {
|
|
39
|
+
return json;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'pk': json['pk'],
|
|
43
|
+
'name': json['name'],
|
|
44
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
45
|
+
'authorizationFlow': json['authorization_flow'],
|
|
46
|
+
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
47
|
+
'component': json['component'],
|
|
48
|
+
'assignedApplicationSlug': json['assigned_application_slug'],
|
|
49
|
+
'assignedApplicationName': json['assigned_application_name'],
|
|
50
|
+
'assignedBackchannelApplicationSlug': json['assigned_backchannel_application_slug'],
|
|
51
|
+
'assignedBackchannelApplicationName': json['assigned_backchannel_application_name'],
|
|
52
|
+
'verboseName': json['verbose_name'],
|
|
53
|
+
'verboseNamePlural': json['verbose_name_plural'],
|
|
54
|
+
'metaModelName': json['meta_model_name'],
|
|
55
|
+
'settings': !exists(json, 'settings') ? undefined : json['settings'],
|
|
56
|
+
'outpostSet': json['outpost_set'],
|
|
57
|
+
'connectionExpiry': !exists(json, 'connection_expiry') ? undefined : json['connection_expiry'],
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
export function RACProviderToJSON(value) {
|
|
61
|
+
if (value === undefined) {
|
|
62
|
+
return undefined;
|
|
63
|
+
}
|
|
64
|
+
if (value === null) {
|
|
65
|
+
return null;
|
|
66
|
+
}
|
|
67
|
+
return {
|
|
68
|
+
'name': value.name,
|
|
69
|
+
'authentication_flow': value.authenticationFlow,
|
|
70
|
+
'authorization_flow': value.authorizationFlow,
|
|
71
|
+
'property_mappings': value.propertyMappings,
|
|
72
|
+
'settings': value.settings,
|
|
73
|
+
'connection_expiry': value.connectionExpiry,
|
|
74
|
+
};
|
|
75
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* authentik
|
|
3
|
+
* Making authentication simple.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2023.10.5
|
|
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
|
+
* RACProvider Serializer
|
|
14
|
+
* @export
|
|
15
|
+
* @interface RACProviderRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface RACProviderRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof RACProviderRequest
|
|
22
|
+
*/
|
|
23
|
+
name: string;
|
|
24
|
+
/**
|
|
25
|
+
* Flow used for authentication when the associated application is accessed by an un-authenticated user.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof RACProviderRequest
|
|
28
|
+
*/
|
|
29
|
+
authenticationFlow?: string | null;
|
|
30
|
+
/**
|
|
31
|
+
* Flow used when authorizing this provider.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof RACProviderRequest
|
|
34
|
+
*/
|
|
35
|
+
authorizationFlow: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {Array<string>}
|
|
39
|
+
* @memberof RACProviderRequest
|
|
40
|
+
*/
|
|
41
|
+
propertyMappings?: Array<string>;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {any}
|
|
45
|
+
* @memberof RACProviderRequest
|
|
46
|
+
*/
|
|
47
|
+
settings?: any | null;
|
|
48
|
+
/**
|
|
49
|
+
* Determines how long a session lasts. Default of 0 means that the sessions lasts until the browser is closed. (Format: hours=-1;minutes=-2;seconds=-3)
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof RACProviderRequest
|
|
52
|
+
*/
|
|
53
|
+
connectionExpiry?: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Check if a given object implements the RACProviderRequest interface.
|
|
57
|
+
*/
|
|
58
|
+
export declare function instanceOfRACProviderRequest(value: object): boolean;
|
|
59
|
+
export declare function RACProviderRequestFromJSON(json: any): RACProviderRequest;
|
|
60
|
+
export declare function RACProviderRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): RACProviderRequest;
|
|
61
|
+
export declare function RACProviderRequestToJSON(value?: RACProviderRequest | null): any;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* authentik
|
|
5
|
+
* Making authentication simple.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2023.10.5
|
|
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 { exists } from '../runtime';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the RACProviderRequest interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfRACProviderRequest(value) {
|
|
19
|
+
let isInstance = true;
|
|
20
|
+
isInstance = isInstance && "name" in value;
|
|
21
|
+
isInstance = isInstance && "authorizationFlow" in value;
|
|
22
|
+
return isInstance;
|
|
23
|
+
}
|
|
24
|
+
export function RACProviderRequestFromJSON(json) {
|
|
25
|
+
return RACProviderRequestFromJSONTyped(json, false);
|
|
26
|
+
}
|
|
27
|
+
export function RACProviderRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
+
if ((json === undefined) || (json === null)) {
|
|
29
|
+
return json;
|
|
30
|
+
}
|
|
31
|
+
return {
|
|
32
|
+
'name': json['name'],
|
|
33
|
+
'authenticationFlow': !exists(json, 'authentication_flow') ? undefined : json['authentication_flow'],
|
|
34
|
+
'authorizationFlow': json['authorization_flow'],
|
|
35
|
+
'propertyMappings': !exists(json, 'property_mappings') ? undefined : json['property_mappings'],
|
|
36
|
+
'settings': !exists(json, 'settings') ? undefined : json['settings'],
|
|
37
|
+
'connectionExpiry': !exists(json, 'connection_expiry') ? undefined : json['connection_expiry'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
export function RACProviderRequestToJSON(value) {
|
|
41
|
+
if (value === undefined) {
|
|
42
|
+
return undefined;
|
|
43
|
+
}
|
|
44
|
+
if (value === null) {
|
|
45
|
+
return null;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'name': value.name,
|
|
49
|
+
'authentication_flow': value.authenticationFlow,
|
|
50
|
+
'authorization_flow': value.authorizationFlow,
|
|
51
|
+
'property_mappings': value.propertyMappings,
|
|
52
|
+
'settings': value.settings,
|
|
53
|
+
'connection_expiry': value.connectionExpiry,
|
|
54
|
+
};
|
|
55
|
+
}
|
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { FlowSet } from './FlowSet';
|
|
13
|
+
import type { GeoipBindingEnum } from './GeoipBindingEnum';
|
|
14
|
+
import type { NetworkBindingEnum } from './NetworkBindingEnum';
|
|
13
15
|
/**
|
|
14
16
|
* UserLoginStage Serializer
|
|
15
17
|
* @export
|
|
@@ -76,6 +78,18 @@ export interface UserLoginStage {
|
|
|
76
78
|
* @memberof UserLoginStage
|
|
77
79
|
*/
|
|
78
80
|
rememberMeOffset?: string;
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
* @type {NetworkBindingEnum}
|
|
84
|
+
* @memberof UserLoginStage
|
|
85
|
+
*/
|
|
86
|
+
networkBinding?: NetworkBindingEnum;
|
|
87
|
+
/**
|
|
88
|
+
*
|
|
89
|
+
* @type {GeoipBindingEnum}
|
|
90
|
+
* @memberof UserLoginStage
|
|
91
|
+
*/
|
|
92
|
+
geoipBinding?: GeoipBindingEnum;
|
|
79
93
|
}
|
|
80
94
|
/**
|
|
81
95
|
* Check if a given object implements the UserLoginStage interface.
|
|
@@ -13,6 +13,8 @@
|
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
15
|
import { FlowSetFromJSON, FlowSetToJSON, } from './FlowSet';
|
|
16
|
+
import { GeoipBindingEnumFromJSON, GeoipBindingEnumToJSON, } from './GeoipBindingEnum';
|
|
17
|
+
import { NetworkBindingEnumFromJSON, NetworkBindingEnumToJSON, } from './NetworkBindingEnum';
|
|
16
18
|
/**
|
|
17
19
|
* Check if a given object implements the UserLoginStage interface.
|
|
18
20
|
*/
|
|
@@ -44,6 +46,8 @@ export function UserLoginStageFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
44
46
|
'sessionDuration': !exists(json, 'session_duration') ? undefined : json['session_duration'],
|
|
45
47
|
'terminateOtherSessions': !exists(json, 'terminate_other_sessions') ? undefined : json['terminate_other_sessions'],
|
|
46
48
|
'rememberMeOffset': !exists(json, 'remember_me_offset') ? undefined : json['remember_me_offset'],
|
|
49
|
+
'networkBinding': !exists(json, 'network_binding') ? undefined : NetworkBindingEnumFromJSON(json['network_binding']),
|
|
50
|
+
'geoipBinding': !exists(json, 'geoip_binding') ? undefined : GeoipBindingEnumFromJSON(json['geoip_binding']),
|
|
47
51
|
};
|
|
48
52
|
}
|
|
49
53
|
export function UserLoginStageToJSON(value) {
|
|
@@ -59,5 +63,7 @@ export function UserLoginStageToJSON(value) {
|
|
|
59
63
|
'session_duration': value.sessionDuration,
|
|
60
64
|
'terminate_other_sessions': value.terminateOtherSessions,
|
|
61
65
|
'remember_me_offset': value.rememberMeOffset,
|
|
66
|
+
'network_binding': NetworkBindingEnumToJSON(value.networkBinding),
|
|
67
|
+
'geoip_binding': GeoipBindingEnumToJSON(value.geoipBinding),
|
|
62
68
|
};
|
|
63
69
|
}
|
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { FlowSetRequest } from './FlowSetRequest';
|
|
13
|
+
import type { GeoipBindingEnum } from './GeoipBindingEnum';
|
|
14
|
+
import type { NetworkBindingEnum } from './NetworkBindingEnum';
|
|
13
15
|
/**
|
|
14
16
|
* UserLoginStage Serializer
|
|
15
17
|
* @export
|
|
@@ -46,6 +48,18 @@ export interface UserLoginStageRequest {
|
|
|
46
48
|
* @memberof UserLoginStageRequest
|
|
47
49
|
*/
|
|
48
50
|
rememberMeOffset?: string;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {NetworkBindingEnum}
|
|
54
|
+
* @memberof UserLoginStageRequest
|
|
55
|
+
*/
|
|
56
|
+
networkBinding?: NetworkBindingEnum;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {GeoipBindingEnum}
|
|
60
|
+
* @memberof UserLoginStageRequest
|
|
61
|
+
*/
|
|
62
|
+
geoipBinding?: GeoipBindingEnum;
|
|
49
63
|
}
|
|
50
64
|
/**
|
|
51
65
|
* Check if a given object implements the UserLoginStageRequest interface.
|
|
@@ -13,6 +13,8 @@
|
|
|
13
13
|
*/
|
|
14
14
|
import { exists } from '../runtime';
|
|
15
15
|
import { FlowSetRequestFromJSON, FlowSetRequestToJSON, } from './FlowSetRequest';
|
|
16
|
+
import { GeoipBindingEnumFromJSON, GeoipBindingEnumToJSON, } from './GeoipBindingEnum';
|
|
17
|
+
import { NetworkBindingEnumFromJSON, NetworkBindingEnumToJSON, } from './NetworkBindingEnum';
|
|
16
18
|
/**
|
|
17
19
|
* Check if a given object implements the UserLoginStageRequest interface.
|
|
18
20
|
*/
|
|
@@ -34,6 +36,8 @@ export function UserLoginStageRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
36
|
'sessionDuration': !exists(json, 'session_duration') ? undefined : json['session_duration'],
|
|
35
37
|
'terminateOtherSessions': !exists(json, 'terminate_other_sessions') ? undefined : json['terminate_other_sessions'],
|
|
36
38
|
'rememberMeOffset': !exists(json, 'remember_me_offset') ? undefined : json['remember_me_offset'],
|
|
39
|
+
'networkBinding': !exists(json, 'network_binding') ? undefined : NetworkBindingEnumFromJSON(json['network_binding']),
|
|
40
|
+
'geoipBinding': !exists(json, 'geoip_binding') ? undefined : GeoipBindingEnumFromJSON(json['geoip_binding']),
|
|
37
41
|
};
|
|
38
42
|
}
|
|
39
43
|
export function UserLoginStageRequestToJSON(value) {
|
|
@@ -49,5 +53,7 @@ export function UserLoginStageRequestToJSON(value) {
|
|
|
49
53
|
'session_duration': value.sessionDuration,
|
|
50
54
|
'terminate_other_sessions': value.terminateOtherSessions,
|
|
51
55
|
'remember_me_offset': value.rememberMeOffset,
|
|
56
|
+
'network_binding': NetworkBindingEnumToJSON(value.networkBinding),
|
|
57
|
+
'geoip_binding': GeoipBindingEnumToJSON(value.geoipBinding),
|
|
52
58
|
};
|
|
53
59
|
}
|
|
@@ -5,6 +5,7 @@ export * from './AppleChallengeResponseRequest';
|
|
|
5
5
|
export * from './AppleLoginChallenge';
|
|
6
6
|
export * from './Application';
|
|
7
7
|
export * from './ApplicationRequest';
|
|
8
|
+
export * from './AuthModeEnum';
|
|
8
9
|
export * from './AuthTypeEnum';
|
|
9
10
|
export * from './AuthenticateWebAuthnStage';
|
|
10
11
|
export * from './AuthenticateWebAuthnStageRequest';
|
|
@@ -98,6 +99,8 @@ export * from './EmailChallenge';
|
|
|
98
99
|
export * from './EmailChallengeResponseRequest';
|
|
99
100
|
export * from './EmailStage';
|
|
100
101
|
export * from './EmailStageRequest';
|
|
102
|
+
export * from './Endpoint';
|
|
103
|
+
export * from './EndpointRequest';
|
|
101
104
|
export * from './ErrorDetail';
|
|
102
105
|
export * from './ErrorReportingConfig';
|
|
103
106
|
export * from './Event';
|
|
@@ -128,6 +131,7 @@ export * from './FlowStageBinding';
|
|
|
128
131
|
export * from './FlowStageBindingRequest';
|
|
129
132
|
export * from './FooterLink';
|
|
130
133
|
export * from './GenericError';
|
|
134
|
+
export * from './GeoipBindingEnum';
|
|
131
135
|
export * from './Group';
|
|
132
136
|
export * from './GroupMember';
|
|
133
137
|
export * from './GroupMemberRequest';
|
|
@@ -168,6 +172,7 @@ export * from './Metadata';
|
|
|
168
172
|
export * from './ModelEnum';
|
|
169
173
|
export * from './ModelRequest';
|
|
170
174
|
export * from './NameIdPolicyEnum';
|
|
175
|
+
export * from './NetworkBindingEnum';
|
|
171
176
|
export * from './NotConfiguredActionEnum';
|
|
172
177
|
export * from './Notification';
|
|
173
178
|
export * from './NotificationRequest';
|
|
@@ -212,6 +217,7 @@ export * from './PaginatedDummyPolicyList';
|
|
|
212
217
|
export * from './PaginatedDummyStageList';
|
|
213
218
|
export * from './PaginatedDuoDeviceList';
|
|
214
219
|
export * from './PaginatedEmailStageList';
|
|
220
|
+
export * from './PaginatedEndpointList';
|
|
215
221
|
export * from './PaginatedEventList';
|
|
216
222
|
export * from './PaginatedEventMatcherPolicyList';
|
|
217
223
|
export * from './PaginatedExpiringBaseGrantModelList';
|
|
@@ -251,6 +257,8 @@ export * from './PaginatedPropertyMappingList';
|
|
|
251
257
|
export * from './PaginatedProviderList';
|
|
252
258
|
export * from './PaginatedProxyOutpostConfigList';
|
|
253
259
|
export * from './PaginatedProxyProviderList';
|
|
260
|
+
export * from './PaginatedRACPropertyMappingList';
|
|
261
|
+
export * from './PaginatedRACProviderList';
|
|
254
262
|
export * from './PaginatedRadiusOutpostConfigList';
|
|
255
263
|
export * from './PaginatedRadiusProviderList';
|
|
256
264
|
export * from './PaginatedReputationList';
|
|
@@ -309,6 +317,7 @@ export * from './PatchedDummyPolicyRequest';
|
|
|
309
317
|
export * from './PatchedDummyStageRequest';
|
|
310
318
|
export * from './PatchedDuoDeviceRequest';
|
|
311
319
|
export * from './PatchedEmailStageRequest';
|
|
320
|
+
export * from './PatchedEndpointRequest';
|
|
312
321
|
export * from './PatchedEventMatcherPolicyRequest';
|
|
313
322
|
export * from './PatchedEventRequest';
|
|
314
323
|
export * from './PatchedExpressionPolicyRequest';
|
|
@@ -340,6 +349,8 @@ export * from './PatchedPolicyBindingRequest';
|
|
|
340
349
|
export * from './PatchedPromptRequest';
|
|
341
350
|
export * from './PatchedPromptStageRequest';
|
|
342
351
|
export * from './PatchedProxyProviderRequest';
|
|
352
|
+
export * from './PatchedRACPropertyMappingRequest';
|
|
353
|
+
export * from './PatchedRACProviderRequest';
|
|
343
354
|
export * from './PatchedRadiusProviderRequest';
|
|
344
355
|
export * from './PatchedReputationPolicyRequest';
|
|
345
356
|
export * from './PatchedRoleRequest';
|
|
@@ -388,6 +399,7 @@ export * from './PromptTypeEnum';
|
|
|
388
399
|
export * from './PropertyMapping';
|
|
389
400
|
export * from './PropertyMappingPreview';
|
|
390
401
|
export * from './PropertyMappingTestResult';
|
|
402
|
+
export * from './ProtocolEnum';
|
|
391
403
|
export * from './Provider';
|
|
392
404
|
export * from './ProviderEnum';
|
|
393
405
|
export * from './ProviderModelEnum';
|
|
@@ -397,6 +409,10 @@ export * from './ProxyMode';
|
|
|
397
409
|
export * from './ProxyOutpostConfig';
|
|
398
410
|
export * from './ProxyProvider';
|
|
399
411
|
export * from './ProxyProviderRequest';
|
|
412
|
+
export * from './RACPropertyMapping';
|
|
413
|
+
export * from './RACPropertyMappingRequest';
|
|
414
|
+
export * from './RACProvider';
|
|
415
|
+
export * from './RACProviderRequest';
|
|
400
416
|
export * from './RadiusOutpostConfig';
|
|
401
417
|
export * from './RadiusProvider';
|
|
402
418
|
export * from './RadiusProviderRequest';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -7,6 +7,7 @@ export * from './AppleChallengeResponseRequest';
|
|
|
7
7
|
export * from './AppleLoginChallenge';
|
|
8
8
|
export * from './Application';
|
|
9
9
|
export * from './ApplicationRequest';
|
|
10
|
+
export * from './AuthModeEnum';
|
|
10
11
|
export * from './AuthTypeEnum';
|
|
11
12
|
export * from './AuthenticateWebAuthnStage';
|
|
12
13
|
export * from './AuthenticateWebAuthnStageRequest';
|
|
@@ -100,6 +101,8 @@ export * from './EmailChallenge';
|
|
|
100
101
|
export * from './EmailChallengeResponseRequest';
|
|
101
102
|
export * from './EmailStage';
|
|
102
103
|
export * from './EmailStageRequest';
|
|
104
|
+
export * from './Endpoint';
|
|
105
|
+
export * from './EndpointRequest';
|
|
103
106
|
export * from './ErrorDetail';
|
|
104
107
|
export * from './ErrorReportingConfig';
|
|
105
108
|
export * from './Event';
|
|
@@ -130,6 +133,7 @@ export * from './FlowStageBinding';
|
|
|
130
133
|
export * from './FlowStageBindingRequest';
|
|
131
134
|
export * from './FooterLink';
|
|
132
135
|
export * from './GenericError';
|
|
136
|
+
export * from './GeoipBindingEnum';
|
|
133
137
|
export * from './Group';
|
|
134
138
|
export * from './GroupMember';
|
|
135
139
|
export * from './GroupMemberRequest';
|
|
@@ -170,6 +174,7 @@ export * from './Metadata';
|
|
|
170
174
|
export * from './ModelEnum';
|
|
171
175
|
export * from './ModelRequest';
|
|
172
176
|
export * from './NameIdPolicyEnum';
|
|
177
|
+
export * from './NetworkBindingEnum';
|
|
173
178
|
export * from './NotConfiguredActionEnum';
|
|
174
179
|
export * from './Notification';
|
|
175
180
|
export * from './NotificationRequest';
|
|
@@ -214,6 +219,7 @@ export * from './PaginatedDummyPolicyList';
|
|
|
214
219
|
export * from './PaginatedDummyStageList';
|
|
215
220
|
export * from './PaginatedDuoDeviceList';
|
|
216
221
|
export * from './PaginatedEmailStageList';
|
|
222
|
+
export * from './PaginatedEndpointList';
|
|
217
223
|
export * from './PaginatedEventList';
|
|
218
224
|
export * from './PaginatedEventMatcherPolicyList';
|
|
219
225
|
export * from './PaginatedExpiringBaseGrantModelList';
|
|
@@ -253,6 +259,8 @@ export * from './PaginatedPropertyMappingList';
|
|
|
253
259
|
export * from './PaginatedProviderList';
|
|
254
260
|
export * from './PaginatedProxyOutpostConfigList';
|
|
255
261
|
export * from './PaginatedProxyProviderList';
|
|
262
|
+
export * from './PaginatedRACPropertyMappingList';
|
|
263
|
+
export * from './PaginatedRACProviderList';
|
|
256
264
|
export * from './PaginatedRadiusOutpostConfigList';
|
|
257
265
|
export * from './PaginatedRadiusProviderList';
|
|
258
266
|
export * from './PaginatedReputationList';
|
|
@@ -311,6 +319,7 @@ export * from './PatchedDummyPolicyRequest';
|
|
|
311
319
|
export * from './PatchedDummyStageRequest';
|
|
312
320
|
export * from './PatchedDuoDeviceRequest';
|
|
313
321
|
export * from './PatchedEmailStageRequest';
|
|
322
|
+
export * from './PatchedEndpointRequest';
|
|
314
323
|
export * from './PatchedEventMatcherPolicyRequest';
|
|
315
324
|
export * from './PatchedEventRequest';
|
|
316
325
|
export * from './PatchedExpressionPolicyRequest';
|
|
@@ -342,6 +351,8 @@ export * from './PatchedPolicyBindingRequest';
|
|
|
342
351
|
export * from './PatchedPromptRequest';
|
|
343
352
|
export * from './PatchedPromptStageRequest';
|
|
344
353
|
export * from './PatchedProxyProviderRequest';
|
|
354
|
+
export * from './PatchedRACPropertyMappingRequest';
|
|
355
|
+
export * from './PatchedRACProviderRequest';
|
|
345
356
|
export * from './PatchedRadiusProviderRequest';
|
|
346
357
|
export * from './PatchedReputationPolicyRequest';
|
|
347
358
|
export * from './PatchedRoleRequest';
|
|
@@ -390,6 +401,7 @@ export * from './PromptTypeEnum';
|
|
|
390
401
|
export * from './PropertyMapping';
|
|
391
402
|
export * from './PropertyMappingPreview';
|
|
392
403
|
export * from './PropertyMappingTestResult';
|
|
404
|
+
export * from './ProtocolEnum';
|
|
393
405
|
export * from './Provider';
|
|
394
406
|
export * from './ProviderEnum';
|
|
395
407
|
export * from './ProviderModelEnum';
|
|
@@ -399,6 +411,10 @@ export * from './ProxyMode';
|
|
|
399
411
|
export * from './ProxyOutpostConfig';
|
|
400
412
|
export * from './ProxyProvider';
|
|
401
413
|
export * from './ProxyProviderRequest';
|
|
414
|
+
export * from './RACPropertyMapping';
|
|
415
|
+
export * from './RACPropertyMappingRequest';
|
|
416
|
+
export * from './RACProvider';
|
|
417
|
+
export * from './RACProviderRequest';
|
|
402
418
|
export * from './RadiusOutpostConfig';
|
|
403
419
|
export * from './RadiusProvider';
|
|
404
420
|
export * from './RadiusProviderRequest';
|
package/dist/models/AppEnum.d.ts
CHANGED
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
* * `authentik.blueprints` - authentik Blueprints
|
|
60
60
|
* * `authentik.core` - authentik Core
|
|
61
61
|
* * `authentik.enterprise` - authentik Enterprise
|
|
62
|
+
* * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC
|
|
62
63
|
* @export
|
|
63
64
|
*/
|
|
64
65
|
export declare const AppEnum: {
|
|
@@ -111,6 +112,7 @@ export declare const AppEnum: {
|
|
|
111
112
|
readonly Blueprints: "authentik.blueprints";
|
|
112
113
|
readonly Core: "authentik.core";
|
|
113
114
|
readonly Enterprise: "authentik.enterprise";
|
|
115
|
+
readonly EnterpriseProvidersRac: "authentik.enterprise.providers.rac";
|
|
114
116
|
readonly UnknownDefaultOpenApi: "11184809";
|
|
115
117
|
};
|
|
116
118
|
export type AppEnum = typeof AppEnum[keyof typeof AppEnum];
|
package/dist/models/AppEnum.js
CHANGED
|
@@ -64,6 +64,7 @@ exports.AppEnumToJSON = exports.AppEnumFromJSONTyped = exports.AppEnumFromJSON =
|
|
|
64
64
|
* * `authentik.blueprints` - authentik Blueprints
|
|
65
65
|
* * `authentik.core` - authentik Core
|
|
66
66
|
* * `authentik.enterprise` - authentik Enterprise
|
|
67
|
+
* * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC
|
|
67
68
|
* @export
|
|
68
69
|
*/
|
|
69
70
|
exports.AppEnum = {
|
|
@@ -116,6 +117,7 @@ exports.AppEnum = {
|
|
|
116
117
|
Blueprints: 'authentik.blueprints',
|
|
117
118
|
Core: 'authentik.core',
|
|
118
119
|
Enterprise: 'authentik.enterprise',
|
|
120
|
+
EnterpriseProvidersRac: 'authentik.enterprise.providers.rac',
|
|
119
121
|
UnknownDefaultOpenApi: '11184809'
|
|
120
122
|
};
|
|
121
123
|
function AppEnumFromJSON(json) {
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* authentik
|
|
3
|
+
* Making authentication simple.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2023.10.5
|
|
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
|
+
* * `static` - Static
|
|
14
|
+
* * `prompt` - Prompt
|
|
15
|
+
* @export
|
|
16
|
+
*/
|
|
17
|
+
export declare const AuthModeEnum: {
|
|
18
|
+
readonly Static: "static";
|
|
19
|
+
readonly Prompt: "prompt";
|
|
20
|
+
readonly UnknownDefaultOpenApi: "11184809";
|
|
21
|
+
};
|
|
22
|
+
export type AuthModeEnum = typeof AuthModeEnum[keyof typeof AuthModeEnum];
|
|
23
|
+
export declare function AuthModeEnumFromJSON(json: any): AuthModeEnum;
|
|
24
|
+
export declare function AuthModeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): AuthModeEnum;
|
|
25
|
+
export declare function AuthModeEnumToJSON(value?: AuthModeEnum | null): any;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* authentik
|
|
6
|
+
* Making authentication simple.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2023.10.5
|
|
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.AuthModeEnumToJSON = exports.AuthModeEnumFromJSONTyped = exports.AuthModeEnumFromJSON = exports.AuthModeEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* * `static` - Static
|
|
19
|
+
* * `prompt` - Prompt
|
|
20
|
+
* @export
|
|
21
|
+
*/
|
|
22
|
+
exports.AuthModeEnum = {
|
|
23
|
+
Static: 'static',
|
|
24
|
+
Prompt: 'prompt',
|
|
25
|
+
UnknownDefaultOpenApi: '11184809'
|
|
26
|
+
};
|
|
27
|
+
function AuthModeEnumFromJSON(json) {
|
|
28
|
+
return AuthModeEnumFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
exports.AuthModeEnumFromJSON = AuthModeEnumFromJSON;
|
|
31
|
+
function AuthModeEnumFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
exports.AuthModeEnumFromJSONTyped = AuthModeEnumFromJSONTyped;
|
|
35
|
+
function AuthModeEnumToJSON(value) {
|
|
36
|
+
return value;
|
|
37
|
+
}
|
|
38
|
+
exports.AuthModeEnumToJSON = AuthModeEnumToJSON;
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* authentik
|
|
3
|
+
* Making authentication simple.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2023.10.5
|
|
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 { AuthModeEnum } from './AuthModeEnum';
|
|
13
|
+
import type { ProtocolEnum } from './ProtocolEnum';
|
|
14
|
+
import type { RACProvider } from './RACProvider';
|
|
15
|
+
/**
|
|
16
|
+
* Endpoint Serializer
|
|
17
|
+
* @export
|
|
18
|
+
* @interface Endpoint
|
|
19
|
+
*/
|
|
20
|
+
export interface Endpoint {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof Endpoint
|
|
25
|
+
*/
|
|
26
|
+
readonly pk: string;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof Endpoint
|
|
31
|
+
*/
|
|
32
|
+
name: string;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof Endpoint
|
|
37
|
+
*/
|
|
38
|
+
provider: number;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {RACProvider}
|
|
42
|
+
* @memberof Endpoint
|
|
43
|
+
*/
|
|
44
|
+
readonly providerObj: RACProvider;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {ProtocolEnum}
|
|
48
|
+
* @memberof Endpoint
|
|
49
|
+
*/
|
|
50
|
+
protocol: ProtocolEnum;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {string}
|
|
54
|
+
* @memberof Endpoint
|
|
55
|
+
*/
|
|
56
|
+
host: string;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {any}
|
|
60
|
+
* @memberof Endpoint
|
|
61
|
+
*/
|
|
62
|
+
settings?: any | null;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @type {Array<string>}
|
|
66
|
+
* @memberof Endpoint
|
|
67
|
+
*/
|
|
68
|
+
propertyMappings?: Array<string>;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {AuthModeEnum}
|
|
72
|
+
* @memberof Endpoint
|
|
73
|
+
*/
|
|
74
|
+
authMode: AuthModeEnum;
|
|
75
|
+
/**
|
|
76
|
+
* Build actual launch URL (the provider itself does not have one, just
|
|
77
|
+
* individual endpoints)
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof Endpoint
|
|
80
|
+
*/
|
|
81
|
+
readonly launchUrl: string | null;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Check if a given object implements the Endpoint interface.
|
|
85
|
+
*/
|
|
86
|
+
export declare function instanceOfEndpoint(value: object): boolean;
|
|
87
|
+
export declare function EndpointFromJSON(json: any): Endpoint;
|
|
88
|
+
export declare function EndpointFromJSONTyped(json: any, ignoreDiscriminator: boolean): Endpoint;
|
|
89
|
+
export declare function EndpointToJSON(value?: Endpoint | null): any;
|