@goauthentik/api 2025.2.4-1744288676 → 2025.2.4-1744646168
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 +14 -0
- package/dist/apis/CoreApi.d.ts +2 -2
- package/dist/apis/CoreApi.js +6 -6
- package/dist/apis/RbacApi.d.ts +90 -1
- package/dist/apis/RbacApi.js +271 -0
- package/dist/apis/SourcesApi.d.ts +169 -1
- package/dist/apis/SourcesApi.js +536 -0
- package/dist/esm/apis/CoreApi.d.ts +2 -2
- package/dist/esm/apis/CoreApi.js +6 -6
- package/dist/esm/apis/RbacApi.d.ts +90 -1
- package/dist/esm/apis/RbacApi.js +272 -1
- package/dist/esm/apis/SourcesApi.d.ts +169 -1
- package/dist/esm/apis/SourcesApi.js +537 -1
- package/dist/esm/models/AuthenticatedSession.d.ts +4 -4
- package/dist/esm/models/AuthenticatedSession.js +6 -5
- package/dist/esm/models/GroupLDAPSourceConnection.d.ts +69 -0
- package/dist/esm/models/GroupLDAPSourceConnection.js +64 -0
- package/dist/esm/models/GroupLDAPSourceConnectionRequest.d.ts +44 -0
- package/dist/esm/models/GroupLDAPSourceConnectionRequest.js +51 -0
- package/dist/esm/models/InitialPermissions.d.ts +64 -0
- package/dist/esm/models/InitialPermissions.js +61 -0
- package/dist/esm/models/InitialPermissionsModeEnum.d.ts +26 -0
- package/dist/esm/models/InitialPermissionsModeEnum.js +44 -0
- package/dist/esm/models/InitialPermissionsRequest.d.ts +51 -0
- package/dist/esm/models/InitialPermissionsRequest.js +54 -0
- package/dist/esm/models/ModelEnum.d.ts +3 -0
- package/dist/esm/models/ModelEnum.js +3 -0
- package/dist/esm/models/PaginatedGroupLDAPSourceConnectionList.d.ts +40 -0
- package/dist/esm/models/PaginatedGroupLDAPSourceConnectionList.js +49 -0
- package/dist/esm/models/PaginatedInitialPermissionsList.d.ts +40 -0
- package/dist/esm/models/PaginatedInitialPermissionsList.js +49 -0
- package/dist/esm/models/PaginatedUserLDAPSourceConnectionList.d.ts +40 -0
- package/dist/esm/models/PaginatedUserLDAPSourceConnectionList.js +49 -0
- package/dist/esm/models/PatchedGroupLDAPSourceConnectionRequest.d.ts +44 -0
- package/dist/esm/models/PatchedGroupLDAPSourceConnectionRequest.js +45 -0
- package/dist/esm/models/PatchedInitialPermissionsRequest.d.ts +51 -0
- package/dist/esm/models/PatchedInitialPermissionsRequest.js +48 -0
- package/dist/esm/models/PatchedSettingsRequest.d.ts +12 -0
- package/dist/esm/models/PatchedSettingsRequest.js +4 -0
- package/dist/esm/models/PatchedUserLDAPSourceConnectionRequest.d.ts +44 -0
- package/dist/esm/models/PatchedUserLDAPSourceConnectionRequest.js +45 -0
- package/dist/esm/models/PermissionRequest.d.ts +38 -0
- package/dist/esm/models/PermissionRequest.js +47 -0
- package/dist/esm/models/Settings.d.ts +12 -0
- package/dist/esm/models/Settings.js +4 -0
- package/dist/esm/models/SettingsRequest.d.ts +12 -0
- package/dist/esm/models/SettingsRequest.js +4 -0
- package/dist/esm/models/UserLDAPSourceConnection.d.ts +69 -0
- package/dist/esm/models/UserLDAPSourceConnection.js +64 -0
- package/dist/esm/models/UserLDAPSourceConnectionRequest.d.ts +44 -0
- package/dist/esm/models/UserLDAPSourceConnectionRequest.js +51 -0
- package/dist/esm/models/index.d.ts +14 -0
- package/dist/esm/models/index.js +14 -0
- package/dist/models/AuthenticatedSession.d.ts +4 -4
- package/dist/models/AuthenticatedSession.js +6 -5
- package/dist/models/GroupLDAPSourceConnection.d.ts +69 -0
- package/dist/models/GroupLDAPSourceConnection.js +71 -0
- package/dist/models/GroupLDAPSourceConnectionRequest.d.ts +44 -0
- package/dist/models/GroupLDAPSourceConnectionRequest.js +58 -0
- package/dist/models/InitialPermissions.d.ts +64 -0
- package/dist/models/InitialPermissions.js +68 -0
- package/dist/models/InitialPermissionsModeEnum.d.ts +26 -0
- package/dist/models/InitialPermissionsModeEnum.js +52 -0
- package/dist/models/InitialPermissionsRequest.d.ts +51 -0
- package/dist/models/InitialPermissionsRequest.js +61 -0
- package/dist/models/ModelEnum.d.ts +3 -0
- package/dist/models/ModelEnum.js +3 -0
- package/dist/models/PaginatedGroupLDAPSourceConnectionList.d.ts +40 -0
- package/dist/models/PaginatedGroupLDAPSourceConnectionList.js +56 -0
- package/dist/models/PaginatedInitialPermissionsList.d.ts +40 -0
- package/dist/models/PaginatedInitialPermissionsList.js +56 -0
- package/dist/models/PaginatedUserLDAPSourceConnectionList.d.ts +40 -0
- package/dist/models/PaginatedUserLDAPSourceConnectionList.js +56 -0
- package/dist/models/PatchedGroupLDAPSourceConnectionRequest.d.ts +44 -0
- package/dist/models/PatchedGroupLDAPSourceConnectionRequest.js +52 -0
- package/dist/models/PatchedInitialPermissionsRequest.d.ts +51 -0
- package/dist/models/PatchedInitialPermissionsRequest.js +55 -0
- package/dist/models/PatchedSettingsRequest.d.ts +12 -0
- package/dist/models/PatchedSettingsRequest.js +4 -0
- package/dist/models/PatchedUserLDAPSourceConnectionRequest.d.ts +44 -0
- package/dist/models/PatchedUserLDAPSourceConnectionRequest.js +52 -0
- package/dist/models/PermissionRequest.d.ts +38 -0
- package/dist/models/PermissionRequest.js +54 -0
- package/dist/models/Settings.d.ts +12 -0
- package/dist/models/Settings.js +4 -0
- package/dist/models/SettingsRequest.d.ts +12 -0
- package/dist/models/SettingsRequest.js +4 -0
- package/dist/models/UserLDAPSourceConnection.d.ts +69 -0
- package/dist/models/UserLDAPSourceConnection.js +71 -0
- package/dist/models/UserLDAPSourceConnectionRequest.d.ts +44 -0
- package/dist/models/UserLDAPSourceConnectionRequest.js +58 -0
- package/dist/models/index.d.ts +14 -0
- package/dist/models/index.js +14 -0
- package/package.json +1 -1
- package/src/apis/CoreApi.ts +10 -10
- package/src/apis/RbacApi.ts +367 -0
- package/src/apis/SourcesApi.ts +1929 -1197
- package/src/models/AuthenticatedSession.ts +8 -9
- package/src/models/GroupLDAPSourceConnection.ts +124 -0
- package/src/models/GroupLDAPSourceConnectionRequest.ts +84 -0
- package/src/models/InitialPermissions.ts +125 -0
- package/src/models/InitialPermissionsModeEnum.ts +54 -0
- package/src/models/InitialPermissionsRequest.ts +102 -0
- package/src/models/ModelEnum.ts +3 -0
- package/src/models/PaginatedGroupLDAPSourceConnectionList.ts +90 -0
- package/src/models/PaginatedInitialPermissionsList.ts +90 -0
- package/src/models/PaginatedUserLDAPSourceConnectionList.ts +90 -0
- package/src/models/PatchedGroupLDAPSourceConnectionRequest.ts +81 -0
- package/src/models/PatchedInitialPermissionsRequest.ts +99 -0
- package/src/models/PatchedSettingsRequest.ts +16 -0
- package/src/models/PatchedUserLDAPSourceConnectionRequest.ts +81 -0
- package/src/models/PermissionRequest.ts +75 -0
- package/src/models/Settings.ts +16 -0
- package/src/models/SettingsRequest.ts +16 -0
- package/src/models/UserLDAPSourceConnection.ts +124 -0
- package/src/models/UserLDAPSourceConnectionRequest.ts +84 -0
- package/src/models/index.ts +14 -0
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* authentik
|
|
6
|
+
* Making authentication simple.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2025.2.4
|
|
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.instanceOfUserLDAPSourceConnection = instanceOfUserLDAPSourceConnection;
|
|
17
|
+
exports.UserLDAPSourceConnectionFromJSON = UserLDAPSourceConnectionFromJSON;
|
|
18
|
+
exports.UserLDAPSourceConnectionFromJSONTyped = UserLDAPSourceConnectionFromJSONTyped;
|
|
19
|
+
exports.UserLDAPSourceConnectionToJSON = UserLDAPSourceConnectionToJSON;
|
|
20
|
+
exports.UserLDAPSourceConnectionToJSONTyped = UserLDAPSourceConnectionToJSONTyped;
|
|
21
|
+
const Source_1 = require("./Source");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the UserLDAPSourceConnection interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfUserLDAPSourceConnection(value) {
|
|
26
|
+
if (!('pk' in value) || value['pk'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('user' in value) || value['user'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('source' in value) || value['source'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('sourceObj' in value) || value['sourceObj'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('identifier' in value) || value['identifier'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('created' in value) || value['created'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('lastUpdated' in value) || value['lastUpdated'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
return true;
|
|
41
|
+
}
|
|
42
|
+
function UserLDAPSourceConnectionFromJSON(json) {
|
|
43
|
+
return UserLDAPSourceConnectionFromJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function UserLDAPSourceConnectionFromJSONTyped(json, ignoreDiscriminator) {
|
|
46
|
+
if (json == null) {
|
|
47
|
+
return json;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'pk': json['pk'],
|
|
51
|
+
'user': json['user'],
|
|
52
|
+
'source': json['source'],
|
|
53
|
+
'sourceObj': (0, Source_1.SourceFromJSON)(json['source_obj']),
|
|
54
|
+
'identifier': json['identifier'],
|
|
55
|
+
'created': (new Date(json['created'])),
|
|
56
|
+
'lastUpdated': (new Date(json['last_updated'])),
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
function UserLDAPSourceConnectionToJSON(json) {
|
|
60
|
+
return UserLDAPSourceConnectionToJSONTyped(json, false);
|
|
61
|
+
}
|
|
62
|
+
function UserLDAPSourceConnectionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
63
|
+
if (value == null) {
|
|
64
|
+
return value;
|
|
65
|
+
}
|
|
66
|
+
return {
|
|
67
|
+
'user': value['user'],
|
|
68
|
+
'source': value['source'],
|
|
69
|
+
'identifier': value['identifier'],
|
|
70
|
+
};
|
|
71
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* authentik
|
|
3
|
+
* Making authentication simple.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2025.2.4
|
|
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
|
+
* User source connection
|
|
14
|
+
* @export
|
|
15
|
+
* @interface UserLDAPSourceConnectionRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface UserLDAPSourceConnectionRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof UserLDAPSourceConnectionRequest
|
|
22
|
+
*/
|
|
23
|
+
user: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UserLDAPSourceConnectionRequest
|
|
28
|
+
*/
|
|
29
|
+
source: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof UserLDAPSourceConnectionRequest
|
|
34
|
+
*/
|
|
35
|
+
identifier: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the UserLDAPSourceConnectionRequest interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfUserLDAPSourceConnectionRequest(value: object): value is UserLDAPSourceConnectionRequest;
|
|
41
|
+
export declare function UserLDAPSourceConnectionRequestFromJSON(json: any): UserLDAPSourceConnectionRequest;
|
|
42
|
+
export declare function UserLDAPSourceConnectionRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserLDAPSourceConnectionRequest;
|
|
43
|
+
export declare function UserLDAPSourceConnectionRequestToJSON(json: any): UserLDAPSourceConnectionRequest;
|
|
44
|
+
export declare function UserLDAPSourceConnectionRequestToJSONTyped(value?: UserLDAPSourceConnectionRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* authentik
|
|
6
|
+
* Making authentication simple.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 2025.2.4
|
|
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.instanceOfUserLDAPSourceConnectionRequest = instanceOfUserLDAPSourceConnectionRequest;
|
|
17
|
+
exports.UserLDAPSourceConnectionRequestFromJSON = UserLDAPSourceConnectionRequestFromJSON;
|
|
18
|
+
exports.UserLDAPSourceConnectionRequestFromJSONTyped = UserLDAPSourceConnectionRequestFromJSONTyped;
|
|
19
|
+
exports.UserLDAPSourceConnectionRequestToJSON = UserLDAPSourceConnectionRequestToJSON;
|
|
20
|
+
exports.UserLDAPSourceConnectionRequestToJSONTyped = UserLDAPSourceConnectionRequestToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the UserLDAPSourceConnectionRequest interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfUserLDAPSourceConnectionRequest(value) {
|
|
25
|
+
if (!('user' in value) || value['user'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('source' in value) || value['source'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('identifier' in value) || value['identifier'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
return true;
|
|
32
|
+
}
|
|
33
|
+
function UserLDAPSourceConnectionRequestFromJSON(json) {
|
|
34
|
+
return UserLDAPSourceConnectionRequestFromJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
function UserLDAPSourceConnectionRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
+
if (json == null) {
|
|
38
|
+
return json;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'user': json['user'],
|
|
42
|
+
'source': json['source'],
|
|
43
|
+
'identifier': json['identifier'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
function UserLDAPSourceConnectionRequestToJSON(json) {
|
|
47
|
+
return UserLDAPSourceConnectionRequestToJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
function UserLDAPSourceConnectionRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'user': value['user'],
|
|
55
|
+
'source': value['source'],
|
|
56
|
+
'identifier': value['identifier'],
|
|
57
|
+
};
|
|
58
|
+
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -174,6 +174,8 @@ export * from './GoogleWorkspaceProviderUserRequest';
|
|
|
174
174
|
export * from './Group';
|
|
175
175
|
export * from './GroupKerberosSourceConnection';
|
|
176
176
|
export * from './GroupKerberosSourceConnectionRequest';
|
|
177
|
+
export * from './GroupLDAPSourceConnection';
|
|
178
|
+
export * from './GroupLDAPSourceConnectionRequest';
|
|
177
179
|
export * from './GroupMatchingModeEnum';
|
|
178
180
|
export * from './GroupMember';
|
|
179
181
|
export * from './GroupMemberRequest';
|
|
@@ -191,6 +193,9 @@ export * from './IdentificationChallengeResponseRequest';
|
|
|
191
193
|
export * from './IdentificationStage';
|
|
192
194
|
export * from './IdentificationStageRequest';
|
|
193
195
|
export * from './ImpersonationRequest';
|
|
196
|
+
export * from './InitialPermissions';
|
|
197
|
+
export * from './InitialPermissionsModeEnum';
|
|
198
|
+
export * from './InitialPermissionsRequest';
|
|
194
199
|
export * from './InstallID';
|
|
195
200
|
export * from './IntentEnum';
|
|
196
201
|
export * from './InvalidResponseActionEnum';
|
|
@@ -313,12 +318,14 @@ export * from './PaginatedGoogleWorkspaceProviderList';
|
|
|
313
318
|
export * from './PaginatedGoogleWorkspaceProviderMappingList';
|
|
314
319
|
export * from './PaginatedGoogleWorkspaceProviderUserList';
|
|
315
320
|
export * from './PaginatedGroupKerberosSourceConnectionList';
|
|
321
|
+
export * from './PaginatedGroupLDAPSourceConnectionList';
|
|
316
322
|
export * from './PaginatedGroupList';
|
|
317
323
|
export * from './PaginatedGroupOAuthSourceConnectionList';
|
|
318
324
|
export * from './PaginatedGroupPlexSourceConnectionList';
|
|
319
325
|
export * from './PaginatedGroupSAMLSourceConnectionList';
|
|
320
326
|
export * from './PaginatedGroupSourceConnectionList';
|
|
321
327
|
export * from './PaginatedIdentificationStageList';
|
|
328
|
+
export * from './PaginatedInitialPermissionsList';
|
|
322
329
|
export * from './PaginatedInvitationList';
|
|
323
330
|
export * from './PaginatedInvitationStageList';
|
|
324
331
|
export * from './PaginatedKerberosSourceList';
|
|
@@ -395,6 +402,7 @@ export * from './PaginatedUserAssignedObjectPermissionList';
|
|
|
395
402
|
export * from './PaginatedUserConsentList';
|
|
396
403
|
export * from './PaginatedUserDeleteStageList';
|
|
397
404
|
export * from './PaginatedUserKerberosSourceConnectionList';
|
|
405
|
+
export * from './PaginatedUserLDAPSourceConnectionList';
|
|
398
406
|
export * from './PaginatedUserList';
|
|
399
407
|
export * from './PaginatedUserLoginStageList';
|
|
400
408
|
export * from './PaginatedUserLogoutStageList';
|
|
@@ -451,12 +459,14 @@ export * from './PatchedGeoIPPolicyRequest';
|
|
|
451
459
|
export * from './PatchedGoogleWorkspaceProviderMappingRequest';
|
|
452
460
|
export * from './PatchedGoogleWorkspaceProviderRequest';
|
|
453
461
|
export * from './PatchedGroupKerberosSourceConnectionRequest';
|
|
462
|
+
export * from './PatchedGroupLDAPSourceConnectionRequest';
|
|
454
463
|
export * from './PatchedGroupOAuthSourceConnectionRequest';
|
|
455
464
|
export * from './PatchedGroupPlexSourceConnectionRequest';
|
|
456
465
|
export * from './PatchedGroupRequest';
|
|
457
466
|
export * from './PatchedGroupSAMLSourceConnectionRequest';
|
|
458
467
|
export * from './PatchedGroupSourceConnectionRequest';
|
|
459
468
|
export * from './PatchedIdentificationStageRequest';
|
|
469
|
+
export * from './PatchedInitialPermissionsRequest';
|
|
460
470
|
export * from './PatchedInvitationRequest';
|
|
461
471
|
export * from './PatchedInvitationStageRequest';
|
|
462
472
|
export * from './PatchedKerberosSourcePropertyMappingRequest';
|
|
@@ -514,6 +524,7 @@ export * from './PatchedTenantRequest';
|
|
|
514
524
|
export * from './PatchedTokenRequest';
|
|
515
525
|
export * from './PatchedUserDeleteStageRequest';
|
|
516
526
|
export * from './PatchedUserKerberosSourceConnectionRequest';
|
|
527
|
+
export * from './PatchedUserLDAPSourceConnectionRequest';
|
|
517
528
|
export * from './PatchedUserLoginStageRequest';
|
|
518
529
|
export * from './PatchedUserLogoutStageRequest';
|
|
519
530
|
export * from './PatchedUserOAuthSourceConnectionRequest';
|
|
@@ -526,6 +537,7 @@ export * from './PatchedWebAuthnDeviceRequest';
|
|
|
526
537
|
export * from './Permission';
|
|
527
538
|
export * from './PermissionAssignRequest';
|
|
528
539
|
export * from './PermissionAssignResult';
|
|
540
|
+
export * from './PermissionRequest';
|
|
529
541
|
export * from './PlexAuthenticationChallenge';
|
|
530
542
|
export * from './PlexAuthenticationChallengeResponseRequest';
|
|
531
543
|
export * from './PlexSource';
|
|
@@ -682,6 +694,8 @@ export * from './UserGroup';
|
|
|
682
694
|
export * from './UserGroupRequest';
|
|
683
695
|
export * from './UserKerberosSourceConnection';
|
|
684
696
|
export * from './UserKerberosSourceConnectionRequest';
|
|
697
|
+
export * from './UserLDAPSourceConnection';
|
|
698
|
+
export * from './UserLDAPSourceConnectionRequest';
|
|
685
699
|
export * from './UserLoginChallenge';
|
|
686
700
|
export * from './UserLoginChallengeResponseRequest';
|
|
687
701
|
export * from './UserLoginStage';
|
package/dist/models/index.js
CHANGED
|
@@ -192,6 +192,8 @@ __exportStar(require("./GoogleWorkspaceProviderUserRequest"), exports);
|
|
|
192
192
|
__exportStar(require("./Group"), exports);
|
|
193
193
|
__exportStar(require("./GroupKerberosSourceConnection"), exports);
|
|
194
194
|
__exportStar(require("./GroupKerberosSourceConnectionRequest"), exports);
|
|
195
|
+
__exportStar(require("./GroupLDAPSourceConnection"), exports);
|
|
196
|
+
__exportStar(require("./GroupLDAPSourceConnectionRequest"), exports);
|
|
195
197
|
__exportStar(require("./GroupMatchingModeEnum"), exports);
|
|
196
198
|
__exportStar(require("./GroupMember"), exports);
|
|
197
199
|
__exportStar(require("./GroupMemberRequest"), exports);
|
|
@@ -209,6 +211,9 @@ __exportStar(require("./IdentificationChallengeResponseRequest"), exports);
|
|
|
209
211
|
__exportStar(require("./IdentificationStage"), exports);
|
|
210
212
|
__exportStar(require("./IdentificationStageRequest"), exports);
|
|
211
213
|
__exportStar(require("./ImpersonationRequest"), exports);
|
|
214
|
+
__exportStar(require("./InitialPermissions"), exports);
|
|
215
|
+
__exportStar(require("./InitialPermissionsModeEnum"), exports);
|
|
216
|
+
__exportStar(require("./InitialPermissionsRequest"), exports);
|
|
212
217
|
__exportStar(require("./InstallID"), exports);
|
|
213
218
|
__exportStar(require("./IntentEnum"), exports);
|
|
214
219
|
__exportStar(require("./InvalidResponseActionEnum"), exports);
|
|
@@ -331,12 +336,14 @@ __exportStar(require("./PaginatedGoogleWorkspaceProviderList"), exports);
|
|
|
331
336
|
__exportStar(require("./PaginatedGoogleWorkspaceProviderMappingList"), exports);
|
|
332
337
|
__exportStar(require("./PaginatedGoogleWorkspaceProviderUserList"), exports);
|
|
333
338
|
__exportStar(require("./PaginatedGroupKerberosSourceConnectionList"), exports);
|
|
339
|
+
__exportStar(require("./PaginatedGroupLDAPSourceConnectionList"), exports);
|
|
334
340
|
__exportStar(require("./PaginatedGroupList"), exports);
|
|
335
341
|
__exportStar(require("./PaginatedGroupOAuthSourceConnectionList"), exports);
|
|
336
342
|
__exportStar(require("./PaginatedGroupPlexSourceConnectionList"), exports);
|
|
337
343
|
__exportStar(require("./PaginatedGroupSAMLSourceConnectionList"), exports);
|
|
338
344
|
__exportStar(require("./PaginatedGroupSourceConnectionList"), exports);
|
|
339
345
|
__exportStar(require("./PaginatedIdentificationStageList"), exports);
|
|
346
|
+
__exportStar(require("./PaginatedInitialPermissionsList"), exports);
|
|
340
347
|
__exportStar(require("./PaginatedInvitationList"), exports);
|
|
341
348
|
__exportStar(require("./PaginatedInvitationStageList"), exports);
|
|
342
349
|
__exportStar(require("./PaginatedKerberosSourceList"), exports);
|
|
@@ -413,6 +420,7 @@ __exportStar(require("./PaginatedUserAssignedObjectPermissionList"), exports);
|
|
|
413
420
|
__exportStar(require("./PaginatedUserConsentList"), exports);
|
|
414
421
|
__exportStar(require("./PaginatedUserDeleteStageList"), exports);
|
|
415
422
|
__exportStar(require("./PaginatedUserKerberosSourceConnectionList"), exports);
|
|
423
|
+
__exportStar(require("./PaginatedUserLDAPSourceConnectionList"), exports);
|
|
416
424
|
__exportStar(require("./PaginatedUserList"), exports);
|
|
417
425
|
__exportStar(require("./PaginatedUserLoginStageList"), exports);
|
|
418
426
|
__exportStar(require("./PaginatedUserLogoutStageList"), exports);
|
|
@@ -469,12 +477,14 @@ __exportStar(require("./PatchedGeoIPPolicyRequest"), exports);
|
|
|
469
477
|
__exportStar(require("./PatchedGoogleWorkspaceProviderMappingRequest"), exports);
|
|
470
478
|
__exportStar(require("./PatchedGoogleWorkspaceProviderRequest"), exports);
|
|
471
479
|
__exportStar(require("./PatchedGroupKerberosSourceConnectionRequest"), exports);
|
|
480
|
+
__exportStar(require("./PatchedGroupLDAPSourceConnectionRequest"), exports);
|
|
472
481
|
__exportStar(require("./PatchedGroupOAuthSourceConnectionRequest"), exports);
|
|
473
482
|
__exportStar(require("./PatchedGroupPlexSourceConnectionRequest"), exports);
|
|
474
483
|
__exportStar(require("./PatchedGroupRequest"), exports);
|
|
475
484
|
__exportStar(require("./PatchedGroupSAMLSourceConnectionRequest"), exports);
|
|
476
485
|
__exportStar(require("./PatchedGroupSourceConnectionRequest"), exports);
|
|
477
486
|
__exportStar(require("./PatchedIdentificationStageRequest"), exports);
|
|
487
|
+
__exportStar(require("./PatchedInitialPermissionsRequest"), exports);
|
|
478
488
|
__exportStar(require("./PatchedInvitationRequest"), exports);
|
|
479
489
|
__exportStar(require("./PatchedInvitationStageRequest"), exports);
|
|
480
490
|
__exportStar(require("./PatchedKerberosSourcePropertyMappingRequest"), exports);
|
|
@@ -532,6 +542,7 @@ __exportStar(require("./PatchedTenantRequest"), exports);
|
|
|
532
542
|
__exportStar(require("./PatchedTokenRequest"), exports);
|
|
533
543
|
__exportStar(require("./PatchedUserDeleteStageRequest"), exports);
|
|
534
544
|
__exportStar(require("./PatchedUserKerberosSourceConnectionRequest"), exports);
|
|
545
|
+
__exportStar(require("./PatchedUserLDAPSourceConnectionRequest"), exports);
|
|
535
546
|
__exportStar(require("./PatchedUserLoginStageRequest"), exports);
|
|
536
547
|
__exportStar(require("./PatchedUserLogoutStageRequest"), exports);
|
|
537
548
|
__exportStar(require("./PatchedUserOAuthSourceConnectionRequest"), exports);
|
|
@@ -544,6 +555,7 @@ __exportStar(require("./PatchedWebAuthnDeviceRequest"), exports);
|
|
|
544
555
|
__exportStar(require("./Permission"), exports);
|
|
545
556
|
__exportStar(require("./PermissionAssignRequest"), exports);
|
|
546
557
|
__exportStar(require("./PermissionAssignResult"), exports);
|
|
558
|
+
__exportStar(require("./PermissionRequest"), exports);
|
|
547
559
|
__exportStar(require("./PlexAuthenticationChallenge"), exports);
|
|
548
560
|
__exportStar(require("./PlexAuthenticationChallengeResponseRequest"), exports);
|
|
549
561
|
__exportStar(require("./PlexSource"), exports);
|
|
@@ -700,6 +712,8 @@ __exportStar(require("./UserGroup"), exports);
|
|
|
700
712
|
__exportStar(require("./UserGroupRequest"), exports);
|
|
701
713
|
__exportStar(require("./UserKerberosSourceConnection"), exports);
|
|
702
714
|
__exportStar(require("./UserKerberosSourceConnectionRequest"), exports);
|
|
715
|
+
__exportStar(require("./UserLDAPSourceConnection"), exports);
|
|
716
|
+
__exportStar(require("./UserLDAPSourceConnectionRequest"), exports);
|
|
703
717
|
__exportStar(require("./UserLoginChallenge"), exports);
|
|
704
718
|
__exportStar(require("./UserLoginChallengeResponseRequest"), exports);
|
|
705
719
|
__exportStar(require("./UserLoginStage"), exports);
|
package/package.json
CHANGED
package/src/apis/CoreApi.ts
CHANGED
|
@@ -266,12 +266,12 @@ export interface CoreAuthenticatedSessionsDestroyRequest {
|
|
|
266
266
|
}
|
|
267
267
|
|
|
268
268
|
export interface CoreAuthenticatedSessionsListRequest {
|
|
269
|
-
lastIp?: string;
|
|
270
|
-
lastUserAgent?: string;
|
|
271
269
|
ordering?: string;
|
|
272
270
|
page?: number;
|
|
273
271
|
pageSize?: number;
|
|
274
272
|
search?: string;
|
|
273
|
+
sessionLastIp?: string;
|
|
274
|
+
sessionLastUserAgent?: string;
|
|
275
275
|
userUsername?: string;
|
|
276
276
|
}
|
|
277
277
|
|
|
@@ -1453,14 +1453,6 @@ export class CoreApi extends runtime.BaseAPI {
|
|
|
1453
1453
|
async coreAuthenticatedSessionsListRaw(requestParameters: CoreAuthenticatedSessionsListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedAuthenticatedSessionList>> {
|
|
1454
1454
|
const queryParameters: any = {};
|
|
1455
1455
|
|
|
1456
|
-
if (requestParameters['lastIp'] != null) {
|
|
1457
|
-
queryParameters['last_ip'] = requestParameters['lastIp'];
|
|
1458
|
-
}
|
|
1459
|
-
|
|
1460
|
-
if (requestParameters['lastUserAgent'] != null) {
|
|
1461
|
-
queryParameters['last_user_agent'] = requestParameters['lastUserAgent'];
|
|
1462
|
-
}
|
|
1463
|
-
|
|
1464
1456
|
if (requestParameters['ordering'] != null) {
|
|
1465
1457
|
queryParameters['ordering'] = requestParameters['ordering'];
|
|
1466
1458
|
}
|
|
@@ -1477,6 +1469,14 @@ export class CoreApi extends runtime.BaseAPI {
|
|
|
1477
1469
|
queryParameters['search'] = requestParameters['search'];
|
|
1478
1470
|
}
|
|
1479
1471
|
|
|
1472
|
+
if (requestParameters['sessionLastIp'] != null) {
|
|
1473
|
+
queryParameters['session__last_ip'] = requestParameters['sessionLastIp'];
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
if (requestParameters['sessionLastUserAgent'] != null) {
|
|
1477
|
+
queryParameters['session__last_user_agent'] = requestParameters['sessionLastUserAgent'];
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
1480
|
if (requestParameters['userUsername'] != null) {
|
|
1481
1481
|
queryParameters['user__username'] = requestParameters['userUsername'];
|
|
1482
1482
|
}
|