@goauthentik/api 2024.6.3-1723053526 → 2024.6.3-1723206419

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. package/.openapi-generator/FILES +11 -4
  2. package/dist/apis/PropertymappingsApi.d.ts +86 -1
  3. package/dist/apis/PropertymappingsApi.js +271 -0
  4. package/dist/apis/RbacApi.d.ts +6 -2
  5. package/dist/apis/RbacApi.js +6 -2
  6. package/dist/apis/SourcesApi.d.ts +104 -14
  7. package/dist/apis/SourcesApi.js +281 -13
  8. package/dist/esm/apis/PropertymappingsApi.d.ts +86 -1
  9. package/dist/esm/apis/PropertymappingsApi.js +272 -1
  10. package/dist/esm/apis/RbacApi.d.ts +6 -2
  11. package/dist/esm/apis/RbacApi.js +6 -2
  12. package/dist/esm/apis/SourcesApi.d.ts +104 -14
  13. package/dist/esm/apis/SourcesApi.js +281 -13
  14. package/dist/esm/models/GroupPlexSourceConnection.d.ts +56 -0
  15. package/dist/esm/models/GroupPlexSourceConnection.js +50 -0
  16. package/dist/esm/models/LicenseSummary.d.ts +3 -26
  17. package/dist/esm/models/LicenseSummary.js +4 -15
  18. package/dist/esm/models/LicenseSummaryStatusEnum.d.ts +29 -0
  19. package/dist/esm/models/LicenseSummaryStatusEnum.js +36 -0
  20. package/dist/esm/models/ModelEnum.d.ts +3 -1
  21. package/dist/esm/models/ModelEnum.js +3 -1
  22. package/dist/esm/models/PaginatedGroupPlexSourceConnectionList.d.ts +39 -0
  23. package/dist/esm/models/PaginatedGroupPlexSourceConnectionList.js +48 -0
  24. package/dist/esm/models/PaginatedPlexSourcePropertyMappingList.d.ts +39 -0
  25. package/dist/esm/models/PaginatedPlexSourcePropertyMappingList.js +48 -0
  26. package/dist/esm/models/PaginatedUserPlexSourceConnectionList.d.ts +39 -0
  27. package/dist/esm/models/{PaginatedPlexSourceConnectionList.js → PaginatedUserPlexSourceConnectionList.js} +9 -9
  28. package/dist/esm/models/PatchedPlexSourcePropertyMappingRequest.d.ts +43 -0
  29. package/dist/esm/models/PatchedPlexSourcePropertyMappingRequest.js +47 -0
  30. package/dist/esm/models/PatchedPlexSourceRequest.d.ts +7 -0
  31. package/dist/esm/models/PatchedPlexSourceRequest.js +3 -0
  32. package/dist/esm/models/PatchedUserPlexSourceConnectionRequest.d.ts +37 -0
  33. package/dist/esm/models/{PatchedPlexSourceConnectionRequest.js → PatchedUserPlexSourceConnectionRequest.js} +6 -6
  34. package/dist/esm/models/PlexSource.d.ts +7 -0
  35. package/dist/esm/models/PlexSource.js +3 -0
  36. package/dist/esm/models/PlexSourcePropertyMapping.d.ts +73 -0
  37. package/dist/esm/models/PlexSourcePropertyMapping.js +59 -0
  38. package/dist/esm/models/PlexSourcePropertyMappingRequest.d.ts +43 -0
  39. package/dist/esm/models/PlexSourcePropertyMappingRequest.js +49 -0
  40. package/dist/esm/models/PlexSourceRequest.d.ts +7 -0
  41. package/dist/esm/models/PlexSourceRequest.js +3 -0
  42. package/dist/esm/models/UserPlexSourceConnection.d.ts +56 -0
  43. package/dist/esm/models/{PlexSourceConnection.js → UserPlexSourceConnection.js} +6 -6
  44. package/dist/esm/models/UserPlexSourceConnectionRequest.d.ts +37 -0
  45. package/dist/esm/models/{PlexSourceConnectionRequest.js → UserPlexSourceConnectionRequest.js} +6 -6
  46. package/dist/esm/models/index.d.ts +11 -4
  47. package/dist/esm/models/index.js +11 -4
  48. package/dist/models/GroupPlexSourceConnection.d.ts +56 -0
  49. package/dist/models/GroupPlexSourceConnection.js +57 -0
  50. package/dist/models/LicenseSummary.d.ts +3 -26
  51. package/dist/models/LicenseSummary.js +4 -15
  52. package/dist/models/LicenseSummaryStatusEnum.d.ts +29 -0
  53. package/dist/models/LicenseSummaryStatusEnum.js +42 -0
  54. package/dist/models/ModelEnum.d.ts +3 -1
  55. package/dist/models/ModelEnum.js +3 -1
  56. package/dist/models/PaginatedGroupPlexSourceConnectionList.d.ts +39 -0
  57. package/dist/models/PaginatedGroupPlexSourceConnectionList.js +55 -0
  58. package/dist/models/PaginatedPlexSourcePropertyMappingList.d.ts +39 -0
  59. package/dist/models/PaginatedPlexSourcePropertyMappingList.js +55 -0
  60. package/dist/models/PaginatedUserPlexSourceConnectionList.d.ts +39 -0
  61. package/dist/models/PaginatedUserPlexSourceConnectionList.js +55 -0
  62. package/dist/models/PatchedPlexSourcePropertyMappingRequest.d.ts +43 -0
  63. package/dist/models/PatchedPlexSourcePropertyMappingRequest.js +54 -0
  64. package/dist/models/PatchedPlexSourceRequest.d.ts +7 -0
  65. package/dist/models/PatchedPlexSourceRequest.js +3 -0
  66. package/dist/models/PatchedUserPlexSourceConnectionRequest.d.ts +37 -0
  67. package/dist/models/PatchedUserPlexSourceConnectionRequest.js +52 -0
  68. package/dist/models/PlexSource.d.ts +7 -0
  69. package/dist/models/PlexSource.js +3 -0
  70. package/dist/models/PlexSourcePropertyMapping.d.ts +73 -0
  71. package/dist/models/PlexSourcePropertyMapping.js +66 -0
  72. package/dist/models/PlexSourcePropertyMappingRequest.d.ts +43 -0
  73. package/dist/models/PlexSourcePropertyMappingRequest.js +56 -0
  74. package/dist/models/PlexSourceRequest.d.ts +7 -0
  75. package/dist/models/PlexSourceRequest.js +3 -0
  76. package/dist/models/UserPlexSourceConnection.d.ts +56 -0
  77. package/dist/models/{PlexSourceConnection.js → UserPlexSourceConnection.js} +11 -11
  78. package/dist/models/UserPlexSourceConnectionRequest.d.ts +37 -0
  79. package/dist/models/UserPlexSourceConnectionRequest.js +53 -0
  80. package/dist/models/index.d.ts +11 -4
  81. package/dist/models/index.js +11 -4
  82. package/package.json +1 -1
  83. package/src/apis/PropertymappingsApi.ts +350 -0
  84. package/src/apis/RbacApi.ts +6 -2
  85. package/src/apis/SourcesApi.ts +368 -37
  86. package/src/models/GroupPlexSourceConnection.ts +104 -0
  87. package/src/models/LicenseSummary.ts +12 -41
  88. package/src/models/LicenseSummaryStatusEnum.ts +44 -0
  89. package/src/models/ModelEnum.ts +3 -1
  90. package/src/models/PaginatedGroupPlexSourceConnectionList.ts +88 -0
  91. package/src/models/{PaginatedPlexSourceConnectionList.ts → PaginatedPlexSourcePropertyMappingList.ts} +19 -19
  92. package/src/models/PaginatedUserPlexSourceConnectionList.ts +88 -0
  93. package/src/models/PatchedPlexSourcePropertyMappingRequest.ts +81 -0
  94. package/src/models/PatchedPlexSourceRequest.ts +14 -0
  95. package/src/models/{PatchedPlexSourceConnectionRequest.ts → PatchedUserPlexSourceConnectionRequest.ts} +10 -10
  96. package/src/models/PlexSource.ts +14 -0
  97. package/src/models/PlexSourcePropertyMapping.ts +123 -0
  98. package/src/models/PlexSourcePropertyMappingRequest.ts +83 -0
  99. package/src/models/PlexSourceRequest.ts +14 -0
  100. package/src/models/{PlexSourceConnection.ts → UserPlexSourceConnection.ts} +13 -13
  101. package/src/models/{PlexSourceConnectionRequest.ts → UserPlexSourceConnectionRequest.ts} +10 -10
  102. package/src/models/index.ts +11 -4
  103. package/dist/esm/models/PaginatedPlexSourceConnectionList.d.ts +0 -39
  104. package/dist/esm/models/PatchedPlexSourceConnectionRequest.d.ts +0 -37
  105. package/dist/esm/models/PlexSourceConnection.d.ts +0 -56
  106. package/dist/esm/models/PlexSourceConnectionRequest.d.ts +0 -37
  107. package/dist/models/PaginatedPlexSourceConnectionList.d.ts +0 -39
  108. package/dist/models/PaginatedPlexSourceConnectionList.js +0 -55
  109. package/dist/models/PatchedPlexSourceConnectionRequest.d.ts +0 -37
  110. package/dist/models/PatchedPlexSourceConnectionRequest.js +0 -52
  111. package/dist/models/PlexSourceConnection.d.ts +0 -56
  112. package/dist/models/PlexSourceConnectionRequest.d.ts +0 -37
  113. package/dist/models/PlexSourceConnectionRequest.js +0 -53
@@ -0,0 +1,55 @@
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.PaginatedUserPlexSourceConnectionListToJSON = exports.PaginatedUserPlexSourceConnectionListFromJSONTyped = exports.PaginatedUserPlexSourceConnectionListFromJSON = exports.instanceOfPaginatedUserPlexSourceConnectionList = void 0;
17
+ const Pagination_1 = require("./Pagination");
18
+ const UserPlexSourceConnection_1 = require("./UserPlexSourceConnection");
19
+ /**
20
+ * Check if a given object implements the PaginatedUserPlexSourceConnectionList interface.
21
+ */
22
+ function instanceOfPaginatedUserPlexSourceConnectionList(value) {
23
+ let isInstance = true;
24
+ isInstance = isInstance && "pagination" in value;
25
+ isInstance = isInstance && "results" in value;
26
+ return isInstance;
27
+ }
28
+ exports.instanceOfPaginatedUserPlexSourceConnectionList = instanceOfPaginatedUserPlexSourceConnectionList;
29
+ function PaginatedUserPlexSourceConnectionListFromJSON(json) {
30
+ return PaginatedUserPlexSourceConnectionListFromJSONTyped(json, false);
31
+ }
32
+ exports.PaginatedUserPlexSourceConnectionListFromJSON = PaginatedUserPlexSourceConnectionListFromJSON;
33
+ function PaginatedUserPlexSourceConnectionListFromJSONTyped(json, ignoreDiscriminator) {
34
+ if ((json === undefined) || (json === null)) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'pagination': (0, Pagination_1.PaginationFromJSON)(json['pagination']),
39
+ 'results': (json['results'].map(UserPlexSourceConnection_1.UserPlexSourceConnectionFromJSON)),
40
+ };
41
+ }
42
+ exports.PaginatedUserPlexSourceConnectionListFromJSONTyped = PaginatedUserPlexSourceConnectionListFromJSONTyped;
43
+ function PaginatedUserPlexSourceConnectionListToJSON(value) {
44
+ if (value === undefined) {
45
+ return undefined;
46
+ }
47
+ if (value === null) {
48
+ return null;
49
+ }
50
+ return {
51
+ 'pagination': (0, Pagination_1.PaginationToJSON)(value.pagination),
52
+ 'results': (value.results.map(UserPlexSourceConnection_1.UserPlexSourceConnectionToJSON)),
53
+ };
54
+ }
55
+ exports.PaginatedUserPlexSourceConnectionListToJSON = PaginatedUserPlexSourceConnectionListToJSON;
@@ -0,0 +1,43 @@
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
+ * PlexSourcePropertyMapping Serializer
14
+ * @export
15
+ * @interface PatchedPlexSourcePropertyMappingRequest
16
+ */
17
+ export interface PatchedPlexSourcePropertyMappingRequest {
18
+ /**
19
+ * Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.
20
+ * @type {string}
21
+ * @memberof PatchedPlexSourcePropertyMappingRequest
22
+ */
23
+ managed?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PatchedPlexSourcePropertyMappingRequest
28
+ */
29
+ name?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PatchedPlexSourcePropertyMappingRequest
34
+ */
35
+ expression?: string;
36
+ }
37
+ /**
38
+ * Check if a given object implements the PatchedPlexSourcePropertyMappingRequest interface.
39
+ */
40
+ export declare function instanceOfPatchedPlexSourcePropertyMappingRequest(value: object): boolean;
41
+ export declare function PatchedPlexSourcePropertyMappingRequestFromJSON(json: any): PatchedPlexSourcePropertyMappingRequest;
42
+ export declare function PatchedPlexSourcePropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedPlexSourcePropertyMappingRequest;
43
+ export declare function PatchedPlexSourcePropertyMappingRequestToJSON(value?: PatchedPlexSourcePropertyMappingRequest | null): any;
@@ -0,0 +1,54 @@
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.PatchedPlexSourcePropertyMappingRequestToJSON = exports.PatchedPlexSourcePropertyMappingRequestFromJSONTyped = exports.PatchedPlexSourcePropertyMappingRequestFromJSON = exports.instanceOfPatchedPlexSourcePropertyMappingRequest = void 0;
17
+ const runtime_1 = require("../runtime");
18
+ /**
19
+ * Check if a given object implements the PatchedPlexSourcePropertyMappingRequest interface.
20
+ */
21
+ function instanceOfPatchedPlexSourcePropertyMappingRequest(value) {
22
+ let isInstance = true;
23
+ return isInstance;
24
+ }
25
+ exports.instanceOfPatchedPlexSourcePropertyMappingRequest = instanceOfPatchedPlexSourcePropertyMappingRequest;
26
+ function PatchedPlexSourcePropertyMappingRequestFromJSON(json) {
27
+ return PatchedPlexSourcePropertyMappingRequestFromJSONTyped(json, false);
28
+ }
29
+ exports.PatchedPlexSourcePropertyMappingRequestFromJSON = PatchedPlexSourcePropertyMappingRequestFromJSON;
30
+ function PatchedPlexSourcePropertyMappingRequestFromJSONTyped(json, ignoreDiscriminator) {
31
+ if ((json === undefined) || (json === null)) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'managed': !(0, runtime_1.exists)(json, 'managed') ? undefined : json['managed'],
36
+ 'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
37
+ 'expression': !(0, runtime_1.exists)(json, 'expression') ? undefined : json['expression'],
38
+ };
39
+ }
40
+ exports.PatchedPlexSourcePropertyMappingRequestFromJSONTyped = PatchedPlexSourcePropertyMappingRequestFromJSONTyped;
41
+ function PatchedPlexSourcePropertyMappingRequestToJSON(value) {
42
+ if (value === undefined) {
43
+ return undefined;
44
+ }
45
+ if (value === null) {
46
+ return null;
47
+ }
48
+ return {
49
+ 'managed': value.managed,
50
+ 'name': value.name,
51
+ 'expression': value.expression,
52
+ };
53
+ }
54
+ exports.PatchedPlexSourcePropertyMappingRequestToJSON = PatchedPlexSourcePropertyMappingRequestToJSON;
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { GroupMatchingModeEnum } from './GroupMatchingModeEnum';
12
13
  import type { PolicyEngineMode } from './PolicyEngineMode';
13
14
  import type { UserMatchingModeEnum } from './UserMatchingModeEnum';
14
15
  /**
@@ -77,6 +78,12 @@ export interface PatchedPlexSourceRequest {
77
78
  * @memberof PatchedPlexSourceRequest
78
79
  */
79
80
  userPathTemplate?: string;
81
+ /**
82
+ *
83
+ * @type {GroupMatchingModeEnum}
84
+ * @memberof PatchedPlexSourceRequest
85
+ */
86
+ groupMatchingMode?: GroupMatchingModeEnum;
80
87
  /**
81
88
  * Client identifier used to talk to Plex.
82
89
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.PatchedPlexSourceRequestToJSON = exports.PatchedPlexSourceRequestFromJSONTyped = exports.PatchedPlexSourceRequestFromJSON = exports.instanceOfPatchedPlexSourceRequest = void 0;
17
17
  const runtime_1 = require("../runtime");
18
+ const GroupMatchingModeEnum_1 = require("./GroupMatchingModeEnum");
18
19
  const PolicyEngineMode_1 = require("./PolicyEngineMode");
19
20
  const UserMatchingModeEnum_1 = require("./UserMatchingModeEnum");
20
21
  /**
@@ -44,6 +45,7 @@ function PatchedPlexSourceRequestFromJSONTyped(json, ignoreDiscriminator) {
44
45
  'policyEngineMode': !(0, runtime_1.exists)(json, 'policy_engine_mode') ? undefined : (0, PolicyEngineMode_1.PolicyEngineModeFromJSON)(json['policy_engine_mode']),
45
46
  'userMatchingMode': !(0, runtime_1.exists)(json, 'user_matching_mode') ? undefined : (0, UserMatchingModeEnum_1.UserMatchingModeEnumFromJSON)(json['user_matching_mode']),
46
47
  'userPathTemplate': !(0, runtime_1.exists)(json, 'user_path_template') ? undefined : json['user_path_template'],
48
+ 'groupMatchingMode': !(0, runtime_1.exists)(json, 'group_matching_mode') ? undefined : (0, GroupMatchingModeEnum_1.GroupMatchingModeEnumFromJSON)(json['group_matching_mode']),
47
49
  'clientId': !(0, runtime_1.exists)(json, 'client_id') ? undefined : json['client_id'],
48
50
  'allowedServers': !(0, runtime_1.exists)(json, 'allowed_servers') ? undefined : json['allowed_servers'],
49
51
  'allowFriends': !(0, runtime_1.exists)(json, 'allow_friends') ? undefined : json['allow_friends'],
@@ -69,6 +71,7 @@ function PatchedPlexSourceRequestToJSON(value) {
69
71
  'policy_engine_mode': (0, PolicyEngineMode_1.PolicyEngineModeToJSON)(value.policyEngineMode),
70
72
  'user_matching_mode': (0, UserMatchingModeEnum_1.UserMatchingModeEnumToJSON)(value.userMatchingMode),
71
73
  'user_path_template': value.userPathTemplate,
74
+ 'group_matching_mode': (0, GroupMatchingModeEnum_1.GroupMatchingModeEnumToJSON)(value.groupMatchingMode),
72
75
  'client_id': value.clientId,
73
76
  'allowed_servers': value.allowedServers,
74
77
  'allow_friends': value.allowFriends,
@@ -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 PatchedUserPlexSourceConnectionRequest
16
+ */
17
+ export interface PatchedUserPlexSourceConnectionRequest {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PatchedUserPlexSourceConnectionRequest
22
+ */
23
+ identifier?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PatchedUserPlexSourceConnectionRequest
28
+ */
29
+ plexToken?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the PatchedUserPlexSourceConnectionRequest interface.
33
+ */
34
+ export declare function instanceOfPatchedUserPlexSourceConnectionRequest(value: object): boolean;
35
+ export declare function PatchedUserPlexSourceConnectionRequestFromJSON(json: any): PatchedUserPlexSourceConnectionRequest;
36
+ export declare function PatchedUserPlexSourceConnectionRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedUserPlexSourceConnectionRequest;
37
+ export declare function PatchedUserPlexSourceConnectionRequestToJSON(value?: PatchedUserPlexSourceConnectionRequest | null): any;
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * authentik
6
+ * Making authentication simple.
7
+ *
8
+ * The version of the OpenAPI document: 2024.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.PatchedUserPlexSourceConnectionRequestToJSON = exports.PatchedUserPlexSourceConnectionRequestFromJSONTyped = exports.PatchedUserPlexSourceConnectionRequestFromJSON = exports.instanceOfPatchedUserPlexSourceConnectionRequest = void 0;
17
+ const runtime_1 = require("../runtime");
18
+ /**
19
+ * Check if a given object implements the PatchedUserPlexSourceConnectionRequest interface.
20
+ */
21
+ function instanceOfPatchedUserPlexSourceConnectionRequest(value) {
22
+ let isInstance = true;
23
+ return isInstance;
24
+ }
25
+ exports.instanceOfPatchedUserPlexSourceConnectionRequest = instanceOfPatchedUserPlexSourceConnectionRequest;
26
+ function PatchedUserPlexSourceConnectionRequestFromJSON(json) {
27
+ return PatchedUserPlexSourceConnectionRequestFromJSONTyped(json, false);
28
+ }
29
+ exports.PatchedUserPlexSourceConnectionRequestFromJSON = PatchedUserPlexSourceConnectionRequestFromJSON;
30
+ function PatchedUserPlexSourceConnectionRequestFromJSONTyped(json, ignoreDiscriminator) {
31
+ if ((json === undefined) || (json === null)) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'identifier': !(0, runtime_1.exists)(json, 'identifier') ? undefined : json['identifier'],
36
+ 'plexToken': !(0, runtime_1.exists)(json, 'plex_token') ? undefined : json['plex_token'],
37
+ };
38
+ }
39
+ exports.PatchedUserPlexSourceConnectionRequestFromJSONTyped = PatchedUserPlexSourceConnectionRequestFromJSONTyped;
40
+ function PatchedUserPlexSourceConnectionRequestToJSON(value) {
41
+ if (value === undefined) {
42
+ return undefined;
43
+ }
44
+ if (value === null) {
45
+ return null;
46
+ }
47
+ return {
48
+ 'identifier': value.identifier,
49
+ 'plex_token': value.plexToken,
50
+ };
51
+ }
52
+ exports.PatchedUserPlexSourceConnectionRequestToJSON = PatchedUserPlexSourceConnectionRequestToJSON;
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { GroupMatchingModeEnum } from './GroupMatchingModeEnum';
12
13
  import type { PolicyEngineMode } from './PolicyEngineMode';
13
14
  import type { UserMatchingModeEnum } from './UserMatchingModeEnum';
14
15
  /**
@@ -119,6 +120,12 @@ export interface PlexSource {
119
120
  * @memberof PlexSource
120
121
  */
121
122
  readonly icon: string;
123
+ /**
124
+ *
125
+ * @type {GroupMatchingModeEnum}
126
+ * @memberof PlexSource
127
+ */
128
+ groupMatchingMode?: GroupMatchingModeEnum;
122
129
  /**
123
130
  * Client identifier used to talk to Plex.
124
131
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.PlexSourceToJSON = exports.PlexSourceFromJSONTyped = exports.PlexSourceFromJSON = exports.instanceOfPlexSource = void 0;
17
17
  const runtime_1 = require("../runtime");
18
+ const GroupMatchingModeEnum_1 = require("./GroupMatchingModeEnum");
18
19
  const PolicyEngineMode_1 = require("./PolicyEngineMode");
19
20
  const UserMatchingModeEnum_1 = require("./UserMatchingModeEnum");
20
21
  /**
@@ -61,6 +62,7 @@ function PlexSourceFromJSONTyped(json, ignoreDiscriminator) {
61
62
  'managed': json['managed'],
62
63
  'userPathTemplate': !(0, runtime_1.exists)(json, 'user_path_template') ? undefined : json['user_path_template'],
63
64
  'icon': json['icon'],
65
+ 'groupMatchingMode': !(0, runtime_1.exists)(json, 'group_matching_mode') ? undefined : (0, GroupMatchingModeEnum_1.GroupMatchingModeEnumFromJSON)(json['group_matching_mode']),
64
66
  'clientId': !(0, runtime_1.exists)(json, 'client_id') ? undefined : json['client_id'],
65
67
  'allowedServers': !(0, runtime_1.exists)(json, 'allowed_servers') ? undefined : json['allowed_servers'],
66
68
  'allowFriends': !(0, runtime_1.exists)(json, 'allow_friends') ? undefined : json['allow_friends'],
@@ -86,6 +88,7 @@ function PlexSourceToJSON(value) {
86
88
  'policy_engine_mode': (0, PolicyEngineMode_1.PolicyEngineModeToJSON)(value.policyEngineMode),
87
89
  'user_matching_mode': (0, UserMatchingModeEnum_1.UserMatchingModeEnumToJSON)(value.userMatchingMode),
88
90
  'user_path_template': value.userPathTemplate,
91
+ 'group_matching_mode': (0, GroupMatchingModeEnum_1.GroupMatchingModeEnumToJSON)(value.groupMatchingMode),
89
92
  'client_id': value.clientId,
90
93
  'allowed_servers': value.allowedServers,
91
94
  'allow_friends': value.allowFriends,
@@ -0,0 +1,73 @@
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
+ * PlexSourcePropertyMapping Serializer
14
+ * @export
15
+ * @interface PlexSourcePropertyMapping
16
+ */
17
+ export interface PlexSourcePropertyMapping {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof PlexSourcePropertyMapping
22
+ */
23
+ readonly pk: string;
24
+ /**
25
+ * Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.
26
+ * @type {string}
27
+ * @memberof PlexSourcePropertyMapping
28
+ */
29
+ managed?: string | null;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PlexSourcePropertyMapping
34
+ */
35
+ name: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof PlexSourcePropertyMapping
40
+ */
41
+ expression: string;
42
+ /**
43
+ * Get object's component so that we know how to edit the object
44
+ * @type {string}
45
+ * @memberof PlexSourcePropertyMapping
46
+ */
47
+ readonly component: string;
48
+ /**
49
+ * Return object's verbose_name
50
+ * @type {string}
51
+ * @memberof PlexSourcePropertyMapping
52
+ */
53
+ readonly verboseName: string;
54
+ /**
55
+ * Return object's plural verbose_name
56
+ * @type {string}
57
+ * @memberof PlexSourcePropertyMapping
58
+ */
59
+ readonly verboseNamePlural: string;
60
+ /**
61
+ * Return internal model name
62
+ * @type {string}
63
+ * @memberof PlexSourcePropertyMapping
64
+ */
65
+ readonly metaModelName: string;
66
+ }
67
+ /**
68
+ * Check if a given object implements the PlexSourcePropertyMapping interface.
69
+ */
70
+ export declare function instanceOfPlexSourcePropertyMapping(value: object): boolean;
71
+ export declare function PlexSourcePropertyMappingFromJSON(json: any): PlexSourcePropertyMapping;
72
+ export declare function PlexSourcePropertyMappingFromJSONTyped(json: any, ignoreDiscriminator: boolean): PlexSourcePropertyMapping;
73
+ export declare function PlexSourcePropertyMappingToJSON(value?: PlexSourcePropertyMapping | null): any;
@@ -0,0 +1,66 @@
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.PlexSourcePropertyMappingToJSON = exports.PlexSourcePropertyMappingFromJSONTyped = exports.PlexSourcePropertyMappingFromJSON = exports.instanceOfPlexSourcePropertyMapping = void 0;
17
+ const runtime_1 = require("../runtime");
18
+ /**
19
+ * Check if a given object implements the PlexSourcePropertyMapping interface.
20
+ */
21
+ function instanceOfPlexSourcePropertyMapping(value) {
22
+ let isInstance = true;
23
+ isInstance = isInstance && "pk" in value;
24
+ isInstance = isInstance && "name" in value;
25
+ isInstance = isInstance && "expression" in value;
26
+ isInstance = isInstance && "component" in value;
27
+ isInstance = isInstance && "verboseName" in value;
28
+ isInstance = isInstance && "verboseNamePlural" in value;
29
+ isInstance = isInstance && "metaModelName" in value;
30
+ return isInstance;
31
+ }
32
+ exports.instanceOfPlexSourcePropertyMapping = instanceOfPlexSourcePropertyMapping;
33
+ function PlexSourcePropertyMappingFromJSON(json) {
34
+ return PlexSourcePropertyMappingFromJSONTyped(json, false);
35
+ }
36
+ exports.PlexSourcePropertyMappingFromJSON = PlexSourcePropertyMappingFromJSON;
37
+ function PlexSourcePropertyMappingFromJSONTyped(json, ignoreDiscriminator) {
38
+ if ((json === undefined) || (json === null)) {
39
+ return json;
40
+ }
41
+ return {
42
+ 'pk': json['pk'],
43
+ 'managed': !(0, runtime_1.exists)(json, 'managed') ? undefined : json['managed'],
44
+ 'name': json['name'],
45
+ 'expression': json['expression'],
46
+ 'component': json['component'],
47
+ 'verboseName': json['verbose_name'],
48
+ 'verboseNamePlural': json['verbose_name_plural'],
49
+ 'metaModelName': json['meta_model_name'],
50
+ };
51
+ }
52
+ exports.PlexSourcePropertyMappingFromJSONTyped = PlexSourcePropertyMappingFromJSONTyped;
53
+ function PlexSourcePropertyMappingToJSON(value) {
54
+ if (value === undefined) {
55
+ return undefined;
56
+ }
57
+ if (value === null) {
58
+ return null;
59
+ }
60
+ return {
61
+ 'managed': value.managed,
62
+ 'name': value.name,
63
+ 'expression': value.expression,
64
+ };
65
+ }
66
+ exports.PlexSourcePropertyMappingToJSON = PlexSourcePropertyMappingToJSON;
@@ -0,0 +1,43 @@
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
+ * PlexSourcePropertyMapping Serializer
14
+ * @export
15
+ * @interface PlexSourcePropertyMappingRequest
16
+ */
17
+ export interface PlexSourcePropertyMappingRequest {
18
+ /**
19
+ * Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.
20
+ * @type {string}
21
+ * @memberof PlexSourcePropertyMappingRequest
22
+ */
23
+ managed?: string | null;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof PlexSourcePropertyMappingRequest
28
+ */
29
+ name: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PlexSourcePropertyMappingRequest
34
+ */
35
+ expression: string;
36
+ }
37
+ /**
38
+ * Check if a given object implements the PlexSourcePropertyMappingRequest interface.
39
+ */
40
+ export declare function instanceOfPlexSourcePropertyMappingRequest(value: object): boolean;
41
+ export declare function PlexSourcePropertyMappingRequestFromJSON(json: any): PlexSourcePropertyMappingRequest;
42
+ export declare function PlexSourcePropertyMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PlexSourcePropertyMappingRequest;
43
+ export declare function PlexSourcePropertyMappingRequestToJSON(value?: PlexSourcePropertyMappingRequest | null): any;
@@ -0,0 +1,56 @@
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.PlexSourcePropertyMappingRequestToJSON = exports.PlexSourcePropertyMappingRequestFromJSONTyped = exports.PlexSourcePropertyMappingRequestFromJSON = exports.instanceOfPlexSourcePropertyMappingRequest = void 0;
17
+ const runtime_1 = require("../runtime");
18
+ /**
19
+ * Check if a given object implements the PlexSourcePropertyMappingRequest interface.
20
+ */
21
+ function instanceOfPlexSourcePropertyMappingRequest(value) {
22
+ let isInstance = true;
23
+ isInstance = isInstance && "name" in value;
24
+ isInstance = isInstance && "expression" in value;
25
+ return isInstance;
26
+ }
27
+ exports.instanceOfPlexSourcePropertyMappingRequest = instanceOfPlexSourcePropertyMappingRequest;
28
+ function PlexSourcePropertyMappingRequestFromJSON(json) {
29
+ return PlexSourcePropertyMappingRequestFromJSONTyped(json, false);
30
+ }
31
+ exports.PlexSourcePropertyMappingRequestFromJSON = PlexSourcePropertyMappingRequestFromJSON;
32
+ function PlexSourcePropertyMappingRequestFromJSONTyped(json, ignoreDiscriminator) {
33
+ if ((json === undefined) || (json === null)) {
34
+ return json;
35
+ }
36
+ return {
37
+ 'managed': !(0, runtime_1.exists)(json, 'managed') ? undefined : json['managed'],
38
+ 'name': json['name'],
39
+ 'expression': json['expression'],
40
+ };
41
+ }
42
+ exports.PlexSourcePropertyMappingRequestFromJSONTyped = PlexSourcePropertyMappingRequestFromJSONTyped;
43
+ function PlexSourcePropertyMappingRequestToJSON(value) {
44
+ if (value === undefined) {
45
+ return undefined;
46
+ }
47
+ if (value === null) {
48
+ return null;
49
+ }
50
+ return {
51
+ 'managed': value.managed,
52
+ 'name': value.name,
53
+ 'expression': value.expression,
54
+ };
55
+ }
56
+ exports.PlexSourcePropertyMappingRequestToJSON = PlexSourcePropertyMappingRequestToJSON;
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { GroupMatchingModeEnum } from './GroupMatchingModeEnum';
12
13
  import type { PolicyEngineMode } from './PolicyEngineMode';
13
14
  import type { UserMatchingModeEnum } from './UserMatchingModeEnum';
14
15
  /**
@@ -77,6 +78,12 @@ export interface PlexSourceRequest {
77
78
  * @memberof PlexSourceRequest
78
79
  */
79
80
  userPathTemplate?: string;
81
+ /**
82
+ *
83
+ * @type {GroupMatchingModeEnum}
84
+ * @memberof PlexSourceRequest
85
+ */
86
+ groupMatchingMode?: GroupMatchingModeEnum;
80
87
  /**
81
88
  * Client identifier used to talk to Plex.
82
89
  * @type {string}
@@ -15,6 +15,7 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.PlexSourceRequestToJSON = exports.PlexSourceRequestFromJSONTyped = exports.PlexSourceRequestFromJSON = exports.instanceOfPlexSourceRequest = void 0;
17
17
  const runtime_1 = require("../runtime");
18
+ const GroupMatchingModeEnum_1 = require("./GroupMatchingModeEnum");
18
19
  const PolicyEngineMode_1 = require("./PolicyEngineMode");
19
20
  const UserMatchingModeEnum_1 = require("./UserMatchingModeEnum");
20
21
  /**
@@ -47,6 +48,7 @@ function PlexSourceRequestFromJSONTyped(json, ignoreDiscriminator) {
47
48
  'policyEngineMode': !(0, runtime_1.exists)(json, 'policy_engine_mode') ? undefined : (0, PolicyEngineMode_1.PolicyEngineModeFromJSON)(json['policy_engine_mode']),
48
49
  'userMatchingMode': !(0, runtime_1.exists)(json, 'user_matching_mode') ? undefined : (0, UserMatchingModeEnum_1.UserMatchingModeEnumFromJSON)(json['user_matching_mode']),
49
50
  'userPathTemplate': !(0, runtime_1.exists)(json, 'user_path_template') ? undefined : json['user_path_template'],
51
+ 'groupMatchingMode': !(0, runtime_1.exists)(json, 'group_matching_mode') ? undefined : (0, GroupMatchingModeEnum_1.GroupMatchingModeEnumFromJSON)(json['group_matching_mode']),
50
52
  'clientId': !(0, runtime_1.exists)(json, 'client_id') ? undefined : json['client_id'],
51
53
  'allowedServers': !(0, runtime_1.exists)(json, 'allowed_servers') ? undefined : json['allowed_servers'],
52
54
  'allowFriends': !(0, runtime_1.exists)(json, 'allow_friends') ? undefined : json['allow_friends'],
@@ -72,6 +74,7 @@ function PlexSourceRequestToJSON(value) {
72
74
  'policy_engine_mode': (0, PolicyEngineMode_1.PolicyEngineModeToJSON)(value.policyEngineMode),
73
75
  'user_matching_mode': (0, UserMatchingModeEnum_1.UserMatchingModeEnumToJSON)(value.userMatchingMode),
74
76
  'user_path_template': value.userPathTemplate,
77
+ 'group_matching_mode': (0, GroupMatchingModeEnum_1.GroupMatchingModeEnumToJSON)(value.groupMatchingMode),
75
78
  'client_id': value.clientId,
76
79
  'allowed_servers': value.allowedServers,
77
80
  'allow_friends': value.allowFriends,