@goauthentik/api 2024.6.3-1723053526 → 2024.6.3-1723206419
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 +11 -4
- package/dist/apis/PropertymappingsApi.d.ts +86 -1
- package/dist/apis/PropertymappingsApi.js +271 -0
- package/dist/apis/RbacApi.d.ts +6 -2
- package/dist/apis/RbacApi.js +6 -2
- package/dist/apis/SourcesApi.d.ts +104 -14
- package/dist/apis/SourcesApi.js +281 -13
- package/dist/esm/apis/PropertymappingsApi.d.ts +86 -1
- package/dist/esm/apis/PropertymappingsApi.js +272 -1
- package/dist/esm/apis/RbacApi.d.ts +6 -2
- package/dist/esm/apis/RbacApi.js +6 -2
- package/dist/esm/apis/SourcesApi.d.ts +104 -14
- package/dist/esm/apis/SourcesApi.js +281 -13
- package/dist/esm/models/GroupPlexSourceConnection.d.ts +56 -0
- package/dist/esm/models/GroupPlexSourceConnection.js +50 -0
- package/dist/esm/models/LicenseSummary.d.ts +3 -26
- package/dist/esm/models/LicenseSummary.js +4 -15
- package/dist/esm/models/LicenseSummaryStatusEnum.d.ts +29 -0
- package/dist/esm/models/LicenseSummaryStatusEnum.js +36 -0
- package/dist/esm/models/ModelEnum.d.ts +3 -1
- package/dist/esm/models/ModelEnum.js +3 -1
- package/dist/esm/models/PaginatedGroupPlexSourceConnectionList.d.ts +39 -0
- package/dist/esm/models/PaginatedGroupPlexSourceConnectionList.js +48 -0
- package/dist/esm/models/PaginatedPlexSourcePropertyMappingList.d.ts +39 -0
- package/dist/esm/models/PaginatedPlexSourcePropertyMappingList.js +48 -0
- package/dist/esm/models/PaginatedUserPlexSourceConnectionList.d.ts +39 -0
- package/dist/esm/models/{PaginatedPlexSourceConnectionList.js → PaginatedUserPlexSourceConnectionList.js} +9 -9
- package/dist/esm/models/PatchedPlexSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/esm/models/PatchedPlexSourcePropertyMappingRequest.js +47 -0
- package/dist/esm/models/PatchedPlexSourceRequest.d.ts +7 -0
- package/dist/esm/models/PatchedPlexSourceRequest.js +3 -0
- package/dist/esm/models/PatchedUserPlexSourceConnectionRequest.d.ts +37 -0
- package/dist/esm/models/{PatchedPlexSourceConnectionRequest.js → PatchedUserPlexSourceConnectionRequest.js} +6 -6
- package/dist/esm/models/PlexSource.d.ts +7 -0
- package/dist/esm/models/PlexSource.js +3 -0
- package/dist/esm/models/PlexSourcePropertyMapping.d.ts +73 -0
- package/dist/esm/models/PlexSourcePropertyMapping.js +59 -0
- package/dist/esm/models/PlexSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/esm/models/PlexSourcePropertyMappingRequest.js +49 -0
- package/dist/esm/models/PlexSourceRequest.d.ts +7 -0
- package/dist/esm/models/PlexSourceRequest.js +3 -0
- package/dist/esm/models/UserPlexSourceConnection.d.ts +56 -0
- package/dist/esm/models/{PlexSourceConnection.js → UserPlexSourceConnection.js} +6 -6
- package/dist/esm/models/UserPlexSourceConnectionRequest.d.ts +37 -0
- package/dist/esm/models/{PlexSourceConnectionRequest.js → UserPlexSourceConnectionRequest.js} +6 -6
- package/dist/esm/models/index.d.ts +11 -4
- package/dist/esm/models/index.js +11 -4
- package/dist/models/GroupPlexSourceConnection.d.ts +56 -0
- package/dist/models/GroupPlexSourceConnection.js +57 -0
- package/dist/models/LicenseSummary.d.ts +3 -26
- package/dist/models/LicenseSummary.js +4 -15
- package/dist/models/LicenseSummaryStatusEnum.d.ts +29 -0
- package/dist/models/LicenseSummaryStatusEnum.js +42 -0
- package/dist/models/ModelEnum.d.ts +3 -1
- package/dist/models/ModelEnum.js +3 -1
- package/dist/models/PaginatedGroupPlexSourceConnectionList.d.ts +39 -0
- package/dist/models/PaginatedGroupPlexSourceConnectionList.js +55 -0
- package/dist/models/PaginatedPlexSourcePropertyMappingList.d.ts +39 -0
- package/dist/models/PaginatedPlexSourcePropertyMappingList.js +55 -0
- package/dist/models/PaginatedUserPlexSourceConnectionList.d.ts +39 -0
- package/dist/models/PaginatedUserPlexSourceConnectionList.js +55 -0
- package/dist/models/PatchedPlexSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/models/PatchedPlexSourcePropertyMappingRequest.js +54 -0
- package/dist/models/PatchedPlexSourceRequest.d.ts +7 -0
- package/dist/models/PatchedPlexSourceRequest.js +3 -0
- package/dist/models/PatchedUserPlexSourceConnectionRequest.d.ts +37 -0
- package/dist/models/PatchedUserPlexSourceConnectionRequest.js +52 -0
- package/dist/models/PlexSource.d.ts +7 -0
- package/dist/models/PlexSource.js +3 -0
- package/dist/models/PlexSourcePropertyMapping.d.ts +73 -0
- package/dist/models/PlexSourcePropertyMapping.js +66 -0
- package/dist/models/PlexSourcePropertyMappingRequest.d.ts +43 -0
- package/dist/models/PlexSourcePropertyMappingRequest.js +56 -0
- package/dist/models/PlexSourceRequest.d.ts +7 -0
- package/dist/models/PlexSourceRequest.js +3 -0
- package/dist/models/UserPlexSourceConnection.d.ts +56 -0
- package/dist/models/{PlexSourceConnection.js → UserPlexSourceConnection.js} +11 -11
- package/dist/models/UserPlexSourceConnectionRequest.d.ts +37 -0
- package/dist/models/UserPlexSourceConnectionRequest.js +53 -0
- package/dist/models/index.d.ts +11 -4
- package/dist/models/index.js +11 -4
- package/package.json +1 -1
- package/src/apis/PropertymappingsApi.ts +350 -0
- package/src/apis/RbacApi.ts +6 -2
- package/src/apis/SourcesApi.ts +368 -37
- package/src/models/GroupPlexSourceConnection.ts +104 -0
- package/src/models/LicenseSummary.ts +12 -41
- package/src/models/LicenseSummaryStatusEnum.ts +44 -0
- package/src/models/ModelEnum.ts +3 -1
- package/src/models/PaginatedGroupPlexSourceConnectionList.ts +88 -0
- package/src/models/{PaginatedPlexSourceConnectionList.ts → PaginatedPlexSourcePropertyMappingList.ts} +19 -19
- package/src/models/PaginatedUserPlexSourceConnectionList.ts +88 -0
- package/src/models/PatchedPlexSourcePropertyMappingRequest.ts +81 -0
- package/src/models/PatchedPlexSourceRequest.ts +14 -0
- package/src/models/{PatchedPlexSourceConnectionRequest.ts → PatchedUserPlexSourceConnectionRequest.ts} +10 -10
- package/src/models/PlexSource.ts +14 -0
- package/src/models/PlexSourcePropertyMapping.ts +123 -0
- package/src/models/PlexSourcePropertyMappingRequest.ts +83 -0
- package/src/models/PlexSourceRequest.ts +14 -0
- package/src/models/{PlexSourceConnection.ts → UserPlexSourceConnection.ts} +13 -13
- package/src/models/{PlexSourceConnectionRequest.ts → UserPlexSourceConnectionRequest.ts} +10 -10
- package/src/models/index.ts +11 -4
- package/dist/esm/models/PaginatedPlexSourceConnectionList.d.ts +0 -39
- package/dist/esm/models/PatchedPlexSourceConnectionRequest.d.ts +0 -37
- package/dist/esm/models/PlexSourceConnection.d.ts +0 -56
- package/dist/esm/models/PlexSourceConnectionRequest.d.ts +0 -37
- package/dist/models/PaginatedPlexSourceConnectionList.d.ts +0 -39
- package/dist/models/PaginatedPlexSourceConnectionList.js +0 -55
- package/dist/models/PatchedPlexSourceConnectionRequest.d.ts +0 -37
- package/dist/models/PatchedPlexSourceConnectionRequest.js +0 -52
- package/dist/models/PlexSourceConnection.d.ts +0 -56
- package/dist/models/PlexSourceConnectionRequest.d.ts +0 -37
- package/dist/models/PlexSourceConnectionRequest.js +0 -53
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* authentik
|
|
3
|
+
* Making authentication simple.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024.6.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 { Source } from './Source';
|
|
13
|
+
/**
|
|
14
|
+
* Plex Source connection Serializer
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UserPlexSourceConnection
|
|
17
|
+
*/
|
|
18
|
+
export interface UserPlexSourceConnection {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof UserPlexSourceConnection
|
|
23
|
+
*/
|
|
24
|
+
readonly pk: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof UserPlexSourceConnection
|
|
29
|
+
*/
|
|
30
|
+
readonly user: number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Source}
|
|
34
|
+
* @memberof UserPlexSourceConnection
|
|
35
|
+
*/
|
|
36
|
+
readonly source: Source;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {Date}
|
|
40
|
+
* @memberof UserPlexSourceConnection
|
|
41
|
+
*/
|
|
42
|
+
readonly created: Date;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof UserPlexSourceConnection
|
|
47
|
+
*/
|
|
48
|
+
identifier: string;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Check if a given object implements the UserPlexSourceConnection interface.
|
|
52
|
+
*/
|
|
53
|
+
export declare function instanceOfUserPlexSourceConnection(value: object): boolean;
|
|
54
|
+
export declare function UserPlexSourceConnectionFromJSON(json: any): UserPlexSourceConnection;
|
|
55
|
+
export declare function UserPlexSourceConnectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserPlexSourceConnection;
|
|
56
|
+
export declare function UserPlexSourceConnectionToJSON(value?: UserPlexSourceConnection | null): any;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
16
|
+
exports.UserPlexSourceConnectionToJSON = exports.UserPlexSourceConnectionFromJSONTyped = exports.UserPlexSourceConnectionFromJSON = exports.instanceOfUserPlexSourceConnection = void 0;
|
|
17
17
|
const Source_1 = require("./Source");
|
|
18
18
|
/**
|
|
19
|
-
* Check if a given object implements the
|
|
19
|
+
* Check if a given object implements the UserPlexSourceConnection interface.
|
|
20
20
|
*/
|
|
21
|
-
function
|
|
21
|
+
function instanceOfUserPlexSourceConnection(value) {
|
|
22
22
|
let isInstance = true;
|
|
23
23
|
isInstance = isInstance && "pk" in value;
|
|
24
24
|
isInstance = isInstance && "user" in value;
|
|
@@ -27,12 +27,12 @@ function instanceOfPlexSourceConnection(value) {
|
|
|
27
27
|
isInstance = isInstance && "identifier" in value;
|
|
28
28
|
return isInstance;
|
|
29
29
|
}
|
|
30
|
-
exports.
|
|
31
|
-
function
|
|
32
|
-
return
|
|
30
|
+
exports.instanceOfUserPlexSourceConnection = instanceOfUserPlexSourceConnection;
|
|
31
|
+
function UserPlexSourceConnectionFromJSON(json) {
|
|
32
|
+
return UserPlexSourceConnectionFromJSONTyped(json, false);
|
|
33
33
|
}
|
|
34
|
-
exports.
|
|
35
|
-
function
|
|
34
|
+
exports.UserPlexSourceConnectionFromJSON = UserPlexSourceConnectionFromJSON;
|
|
35
|
+
function UserPlexSourceConnectionFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
36
|
if ((json === undefined) || (json === null)) {
|
|
37
37
|
return json;
|
|
38
38
|
}
|
|
@@ -44,8 +44,8 @@ function PlexSourceConnectionFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
44
44
|
'identifier': json['identifier'],
|
|
45
45
|
};
|
|
46
46
|
}
|
|
47
|
-
exports.
|
|
48
|
-
function
|
|
47
|
+
exports.UserPlexSourceConnectionFromJSONTyped = UserPlexSourceConnectionFromJSONTyped;
|
|
48
|
+
function UserPlexSourceConnectionToJSON(value) {
|
|
49
49
|
if (value === undefined) {
|
|
50
50
|
return undefined;
|
|
51
51
|
}
|
|
@@ -56,4 +56,4 @@ function PlexSourceConnectionToJSON(value) {
|
|
|
56
56
|
'identifier': value.identifier,
|
|
57
57
|
};
|
|
58
58
|
}
|
|
59
|
-
exports.
|
|
59
|
+
exports.UserPlexSourceConnectionToJSON = UserPlexSourceConnectionToJSON;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* authentik
|
|
3
|
+
* Making authentication simple.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024.6.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
|
+
* Plex Source connection Serializer
|
|
14
|
+
* @export
|
|
15
|
+
* @interface UserPlexSourceConnectionRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface UserPlexSourceConnectionRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UserPlexSourceConnectionRequest
|
|
22
|
+
*/
|
|
23
|
+
identifier: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UserPlexSourceConnectionRequest
|
|
28
|
+
*/
|
|
29
|
+
plexToken: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the UserPlexSourceConnectionRequest interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfUserPlexSourceConnectionRequest(value: object): boolean;
|
|
35
|
+
export declare function UserPlexSourceConnectionRequestFromJSON(json: any): UserPlexSourceConnectionRequest;
|
|
36
|
+
export declare function UserPlexSourceConnectionRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserPlexSourceConnectionRequest;
|
|
37
|
+
export declare function UserPlexSourceConnectionRequestToJSON(value?: UserPlexSourceConnectionRequest | null): any;
|
|
@@ -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.6.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.UserPlexSourceConnectionRequestToJSON = exports.UserPlexSourceConnectionRequestFromJSONTyped = exports.UserPlexSourceConnectionRequestFromJSON = exports.instanceOfUserPlexSourceConnectionRequest = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the UserPlexSourceConnectionRequest interface.
|
|
19
|
+
*/
|
|
20
|
+
function instanceOfUserPlexSourceConnectionRequest(value) {
|
|
21
|
+
let isInstance = true;
|
|
22
|
+
isInstance = isInstance && "identifier" in value;
|
|
23
|
+
isInstance = isInstance && "plexToken" in value;
|
|
24
|
+
return isInstance;
|
|
25
|
+
}
|
|
26
|
+
exports.instanceOfUserPlexSourceConnectionRequest = instanceOfUserPlexSourceConnectionRequest;
|
|
27
|
+
function UserPlexSourceConnectionRequestFromJSON(json) {
|
|
28
|
+
return UserPlexSourceConnectionRequestFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
exports.UserPlexSourceConnectionRequestFromJSON = UserPlexSourceConnectionRequestFromJSON;
|
|
31
|
+
function UserPlexSourceConnectionRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if ((json === undefined) || (json === null)) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'identifier': json['identifier'],
|
|
37
|
+
'plexToken': json['plex_token'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
exports.UserPlexSourceConnectionRequestFromJSONTyped = UserPlexSourceConnectionRequestFromJSONTyped;
|
|
41
|
+
function UserPlexSourceConnectionRequestToJSON(value) {
|
|
42
|
+
if (value === undefined) {
|
|
43
|
+
return undefined;
|
|
44
|
+
}
|
|
45
|
+
if (value === null) {
|
|
46
|
+
return null;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'identifier': value.identifier,
|
|
50
|
+
'plex_token': value.plexToken,
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
exports.UserPlexSourceConnectionRequestToJSON = UserPlexSourceConnectionRequestToJSON;
|
package/dist/models/index.d.ts
CHANGED
|
@@ -159,6 +159,7 @@ export * from './GroupMatchingModeEnum';
|
|
|
159
159
|
export * from './GroupMember';
|
|
160
160
|
export * from './GroupMemberRequest';
|
|
161
161
|
export * from './GroupOAuthSourceConnection';
|
|
162
|
+
export * from './GroupPlexSourceConnection';
|
|
162
163
|
export * from './GroupRequest';
|
|
163
164
|
export * from './GroupSAMLSourceConnection';
|
|
164
165
|
export * from './IdentificationChallenge';
|
|
@@ -188,6 +189,7 @@ export * from './License';
|
|
|
188
189
|
export * from './LicenseForecast';
|
|
189
190
|
export * from './LicenseRequest';
|
|
190
191
|
export * from './LicenseSummary';
|
|
192
|
+
export * from './LicenseSummaryStatusEnum';
|
|
191
193
|
export * from './Link';
|
|
192
194
|
export * from './LogEvent';
|
|
193
195
|
export * from './LogLevelEnum';
|
|
@@ -273,6 +275,7 @@ export * from './PaginatedGoogleWorkspaceProviderMappingList';
|
|
|
273
275
|
export * from './PaginatedGoogleWorkspaceProviderUserList';
|
|
274
276
|
export * from './PaginatedGroupList';
|
|
275
277
|
export * from './PaginatedGroupOAuthSourceConnectionList';
|
|
278
|
+
export * from './PaginatedGroupPlexSourceConnectionList';
|
|
276
279
|
export * from './PaginatedGroupSAMLSourceConnectionList';
|
|
277
280
|
export * from './PaginatedIdentificationStageList';
|
|
278
281
|
export * from './PaginatedInvitationList';
|
|
@@ -299,8 +302,8 @@ export * from './PaginatedPasswordExpiryPolicyList';
|
|
|
299
302
|
export * from './PaginatedPasswordPolicyList';
|
|
300
303
|
export * from './PaginatedPasswordStageList';
|
|
301
304
|
export * from './PaginatedPermissionList';
|
|
302
|
-
export * from './PaginatedPlexSourceConnectionList';
|
|
303
305
|
export * from './PaginatedPlexSourceList';
|
|
306
|
+
export * from './PaginatedPlexSourcePropertyMappingList';
|
|
304
307
|
export * from './PaginatedPolicyBindingList';
|
|
305
308
|
export * from './PaginatedPolicyList';
|
|
306
309
|
export * from './PaginatedPromptList';
|
|
@@ -349,6 +352,7 @@ export * from './PaginatedUserList';
|
|
|
349
352
|
export * from './PaginatedUserLoginStageList';
|
|
350
353
|
export * from './PaginatedUserLogoutStageList';
|
|
351
354
|
export * from './PaginatedUserOAuthSourceConnectionList';
|
|
355
|
+
export * from './PaginatedUserPlexSourceConnectionList';
|
|
352
356
|
export * from './PaginatedUserSAMLSourceConnectionList';
|
|
353
357
|
export * from './PaginatedUserSourceConnectionList';
|
|
354
358
|
export * from './PaginatedUserWriteStageList';
|
|
@@ -417,7 +421,7 @@ export * from './PatchedPasswordExpiryPolicyRequest';
|
|
|
417
421
|
export * from './PatchedPasswordPolicyRequest';
|
|
418
422
|
export * from './PatchedPasswordStageRequest';
|
|
419
423
|
export * from './PatchedPermissionAssignRequest';
|
|
420
|
-
export * from './
|
|
424
|
+
export * from './PatchedPlexSourcePropertyMappingRequest';
|
|
421
425
|
export * from './PatchedPlexSourceRequest';
|
|
422
426
|
export * from './PatchedPolicyBindingRequest';
|
|
423
427
|
export * from './PatchedPromptRequest';
|
|
@@ -451,6 +455,7 @@ export * from './PatchedUserDeleteStageRequest';
|
|
|
451
455
|
export * from './PatchedUserLoginStageRequest';
|
|
452
456
|
export * from './PatchedUserLogoutStageRequest';
|
|
453
457
|
export * from './PatchedUserOAuthSourceConnectionRequest';
|
|
458
|
+
export * from './PatchedUserPlexSourceConnectionRequest';
|
|
454
459
|
export * from './PatchedUserRequest';
|
|
455
460
|
export * from './PatchedUserSAMLSourceConnectionRequest';
|
|
456
461
|
export * from './PatchedUserWriteStageRequest';
|
|
@@ -461,8 +466,8 @@ export * from './PermissionAssignResult';
|
|
|
461
466
|
export * from './PlexAuthenticationChallenge';
|
|
462
467
|
export * from './PlexAuthenticationChallengeResponseRequest';
|
|
463
468
|
export * from './PlexSource';
|
|
464
|
-
export * from './
|
|
465
|
-
export * from './
|
|
469
|
+
export * from './PlexSourcePropertyMapping';
|
|
470
|
+
export * from './PlexSourcePropertyMappingRequest';
|
|
466
471
|
export * from './PlexSourceRequest';
|
|
467
472
|
export * from './PlexTokenRedeemRequest';
|
|
468
473
|
export * from './Policy';
|
|
@@ -611,6 +616,8 @@ export * from './UserOAuthSourceConnectionRequest';
|
|
|
611
616
|
export * from './UserObjectPermission';
|
|
612
617
|
export * from './UserPasswordSetRequest';
|
|
613
618
|
export * from './UserPath';
|
|
619
|
+
export * from './UserPlexSourceConnection';
|
|
620
|
+
export * from './UserPlexSourceConnectionRequest';
|
|
614
621
|
export * from './UserRequest';
|
|
615
622
|
export * from './UserSAMLSourceConnection';
|
|
616
623
|
export * from './UserSAMLSourceConnectionRequest';
|
package/dist/models/index.js
CHANGED
|
@@ -177,6 +177,7 @@ __exportStar(require("./GroupMatchingModeEnum"), exports);
|
|
|
177
177
|
__exportStar(require("./GroupMember"), exports);
|
|
178
178
|
__exportStar(require("./GroupMemberRequest"), exports);
|
|
179
179
|
__exportStar(require("./GroupOAuthSourceConnection"), exports);
|
|
180
|
+
__exportStar(require("./GroupPlexSourceConnection"), exports);
|
|
180
181
|
__exportStar(require("./GroupRequest"), exports);
|
|
181
182
|
__exportStar(require("./GroupSAMLSourceConnection"), exports);
|
|
182
183
|
__exportStar(require("./IdentificationChallenge"), exports);
|
|
@@ -206,6 +207,7 @@ __exportStar(require("./License"), exports);
|
|
|
206
207
|
__exportStar(require("./LicenseForecast"), exports);
|
|
207
208
|
__exportStar(require("./LicenseRequest"), exports);
|
|
208
209
|
__exportStar(require("./LicenseSummary"), exports);
|
|
210
|
+
__exportStar(require("./LicenseSummaryStatusEnum"), exports);
|
|
209
211
|
__exportStar(require("./Link"), exports);
|
|
210
212
|
__exportStar(require("./LogEvent"), exports);
|
|
211
213
|
__exportStar(require("./LogLevelEnum"), exports);
|
|
@@ -291,6 +293,7 @@ __exportStar(require("./PaginatedGoogleWorkspaceProviderMappingList"), exports);
|
|
|
291
293
|
__exportStar(require("./PaginatedGoogleWorkspaceProviderUserList"), exports);
|
|
292
294
|
__exportStar(require("./PaginatedGroupList"), exports);
|
|
293
295
|
__exportStar(require("./PaginatedGroupOAuthSourceConnectionList"), exports);
|
|
296
|
+
__exportStar(require("./PaginatedGroupPlexSourceConnectionList"), exports);
|
|
294
297
|
__exportStar(require("./PaginatedGroupSAMLSourceConnectionList"), exports);
|
|
295
298
|
__exportStar(require("./PaginatedIdentificationStageList"), exports);
|
|
296
299
|
__exportStar(require("./PaginatedInvitationList"), exports);
|
|
@@ -317,8 +320,8 @@ __exportStar(require("./PaginatedPasswordExpiryPolicyList"), exports);
|
|
|
317
320
|
__exportStar(require("./PaginatedPasswordPolicyList"), exports);
|
|
318
321
|
__exportStar(require("./PaginatedPasswordStageList"), exports);
|
|
319
322
|
__exportStar(require("./PaginatedPermissionList"), exports);
|
|
320
|
-
__exportStar(require("./PaginatedPlexSourceConnectionList"), exports);
|
|
321
323
|
__exportStar(require("./PaginatedPlexSourceList"), exports);
|
|
324
|
+
__exportStar(require("./PaginatedPlexSourcePropertyMappingList"), exports);
|
|
322
325
|
__exportStar(require("./PaginatedPolicyBindingList"), exports);
|
|
323
326
|
__exportStar(require("./PaginatedPolicyList"), exports);
|
|
324
327
|
__exportStar(require("./PaginatedPromptList"), exports);
|
|
@@ -367,6 +370,7 @@ __exportStar(require("./PaginatedUserList"), exports);
|
|
|
367
370
|
__exportStar(require("./PaginatedUserLoginStageList"), exports);
|
|
368
371
|
__exportStar(require("./PaginatedUserLogoutStageList"), exports);
|
|
369
372
|
__exportStar(require("./PaginatedUserOAuthSourceConnectionList"), exports);
|
|
373
|
+
__exportStar(require("./PaginatedUserPlexSourceConnectionList"), exports);
|
|
370
374
|
__exportStar(require("./PaginatedUserSAMLSourceConnectionList"), exports);
|
|
371
375
|
__exportStar(require("./PaginatedUserSourceConnectionList"), exports);
|
|
372
376
|
__exportStar(require("./PaginatedUserWriteStageList"), exports);
|
|
@@ -435,7 +439,7 @@ __exportStar(require("./PatchedPasswordExpiryPolicyRequest"), exports);
|
|
|
435
439
|
__exportStar(require("./PatchedPasswordPolicyRequest"), exports);
|
|
436
440
|
__exportStar(require("./PatchedPasswordStageRequest"), exports);
|
|
437
441
|
__exportStar(require("./PatchedPermissionAssignRequest"), exports);
|
|
438
|
-
__exportStar(require("./
|
|
442
|
+
__exportStar(require("./PatchedPlexSourcePropertyMappingRequest"), exports);
|
|
439
443
|
__exportStar(require("./PatchedPlexSourceRequest"), exports);
|
|
440
444
|
__exportStar(require("./PatchedPolicyBindingRequest"), exports);
|
|
441
445
|
__exportStar(require("./PatchedPromptRequest"), exports);
|
|
@@ -469,6 +473,7 @@ __exportStar(require("./PatchedUserDeleteStageRequest"), exports);
|
|
|
469
473
|
__exportStar(require("./PatchedUserLoginStageRequest"), exports);
|
|
470
474
|
__exportStar(require("./PatchedUserLogoutStageRequest"), exports);
|
|
471
475
|
__exportStar(require("./PatchedUserOAuthSourceConnectionRequest"), exports);
|
|
476
|
+
__exportStar(require("./PatchedUserPlexSourceConnectionRequest"), exports);
|
|
472
477
|
__exportStar(require("./PatchedUserRequest"), exports);
|
|
473
478
|
__exportStar(require("./PatchedUserSAMLSourceConnectionRequest"), exports);
|
|
474
479
|
__exportStar(require("./PatchedUserWriteStageRequest"), exports);
|
|
@@ -479,8 +484,8 @@ __exportStar(require("./PermissionAssignResult"), exports);
|
|
|
479
484
|
__exportStar(require("./PlexAuthenticationChallenge"), exports);
|
|
480
485
|
__exportStar(require("./PlexAuthenticationChallengeResponseRequest"), exports);
|
|
481
486
|
__exportStar(require("./PlexSource"), exports);
|
|
482
|
-
__exportStar(require("./
|
|
483
|
-
__exportStar(require("./
|
|
487
|
+
__exportStar(require("./PlexSourcePropertyMapping"), exports);
|
|
488
|
+
__exportStar(require("./PlexSourcePropertyMappingRequest"), exports);
|
|
484
489
|
__exportStar(require("./PlexSourceRequest"), exports);
|
|
485
490
|
__exportStar(require("./PlexTokenRedeemRequest"), exports);
|
|
486
491
|
__exportStar(require("./Policy"), exports);
|
|
@@ -629,6 +634,8 @@ __exportStar(require("./UserOAuthSourceConnectionRequest"), exports);
|
|
|
629
634
|
__exportStar(require("./UserObjectPermission"), exports);
|
|
630
635
|
__exportStar(require("./UserPasswordSetRequest"), exports);
|
|
631
636
|
__exportStar(require("./UserPath"), exports);
|
|
637
|
+
__exportStar(require("./UserPlexSourceConnection"), exports);
|
|
638
|
+
__exportStar(require("./UserPlexSourceConnectionRequest"), exports);
|
|
632
639
|
__exportStar(require("./UserRequest"), exports);
|
|
633
640
|
__exportStar(require("./UserSAMLSourceConnection"), exports);
|
|
634
641
|
__exportStar(require("./UserSAMLSourceConnectionRequest"), exports);
|