@goauthentik/api 2024.6.3-1723050887 → 2024.6.3-1723109801

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. package/.openapi-generator/FILES +10 -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/ModelEnum.d.ts +3 -1
  17. package/dist/esm/models/ModelEnum.js +3 -1
  18. package/dist/esm/models/PaginatedGroupPlexSourceConnectionList.d.ts +39 -0
  19. package/dist/esm/models/PaginatedGroupPlexSourceConnectionList.js +48 -0
  20. package/dist/esm/models/PaginatedPlexSourcePropertyMappingList.d.ts +39 -0
  21. package/dist/esm/models/PaginatedPlexSourcePropertyMappingList.js +48 -0
  22. package/dist/esm/models/PaginatedUserPlexSourceConnectionList.d.ts +39 -0
  23. package/dist/esm/models/{PaginatedPlexSourceConnectionList.js → PaginatedUserPlexSourceConnectionList.js} +9 -9
  24. package/dist/esm/models/PatchedPlexSourcePropertyMappingRequest.d.ts +43 -0
  25. package/dist/esm/models/PatchedPlexSourcePropertyMappingRequest.js +47 -0
  26. package/dist/esm/models/PatchedPlexSourceRequest.d.ts +7 -0
  27. package/dist/esm/models/PatchedPlexSourceRequest.js +3 -0
  28. package/dist/esm/models/PatchedSAMLSourceRequest.d.ts +6 -0
  29. package/dist/esm/models/PatchedSAMLSourceRequest.js +2 -0
  30. package/dist/esm/models/PatchedUserPlexSourceConnectionRequest.d.ts +37 -0
  31. package/dist/esm/models/{PatchedPlexSourceConnectionRequest.js → PatchedUserPlexSourceConnectionRequest.js} +6 -6
  32. package/dist/esm/models/PlexSource.d.ts +7 -0
  33. package/dist/esm/models/PlexSource.js +3 -0
  34. package/dist/esm/models/PlexSourcePropertyMapping.d.ts +73 -0
  35. package/dist/esm/models/PlexSourcePropertyMapping.js +59 -0
  36. package/dist/esm/models/PlexSourcePropertyMappingRequest.d.ts +43 -0
  37. package/dist/esm/models/PlexSourcePropertyMappingRequest.js +49 -0
  38. package/dist/esm/models/PlexSourceRequest.d.ts +7 -0
  39. package/dist/esm/models/PlexSourceRequest.js +3 -0
  40. package/dist/esm/models/SAMLSource.d.ts +6 -0
  41. package/dist/esm/models/SAMLSource.js +2 -0
  42. package/dist/esm/models/SAMLSourceRequest.d.ts +6 -0
  43. package/dist/esm/models/SAMLSourceRequest.js +2 -0
  44. package/dist/esm/models/UserPlexSourceConnection.d.ts +56 -0
  45. package/dist/esm/models/{PlexSourceConnection.js → UserPlexSourceConnection.js} +6 -6
  46. package/dist/esm/models/UserPlexSourceConnectionRequest.d.ts +37 -0
  47. package/dist/esm/models/{PlexSourceConnectionRequest.js → UserPlexSourceConnectionRequest.js} +6 -6
  48. package/dist/esm/models/index.d.ts +10 -4
  49. package/dist/esm/models/index.js +10 -4
  50. package/dist/models/GroupPlexSourceConnection.d.ts +56 -0
  51. package/dist/models/GroupPlexSourceConnection.js +57 -0
  52. package/dist/models/ModelEnum.d.ts +3 -1
  53. package/dist/models/ModelEnum.js +3 -1
  54. package/dist/models/PaginatedGroupPlexSourceConnectionList.d.ts +39 -0
  55. package/dist/models/PaginatedGroupPlexSourceConnectionList.js +55 -0
  56. package/dist/models/PaginatedPlexSourcePropertyMappingList.d.ts +39 -0
  57. package/dist/models/PaginatedPlexSourcePropertyMappingList.js +55 -0
  58. package/dist/models/PaginatedUserPlexSourceConnectionList.d.ts +39 -0
  59. package/dist/models/PaginatedUserPlexSourceConnectionList.js +55 -0
  60. package/dist/models/PatchedPlexSourcePropertyMappingRequest.d.ts +43 -0
  61. package/dist/models/PatchedPlexSourcePropertyMappingRequest.js +54 -0
  62. package/dist/models/PatchedPlexSourceRequest.d.ts +7 -0
  63. package/dist/models/PatchedPlexSourceRequest.js +3 -0
  64. package/dist/models/PatchedSAMLSourceRequest.d.ts +6 -0
  65. package/dist/models/PatchedSAMLSourceRequest.js +2 -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/SAMLSource.d.ts +6 -0
  77. package/dist/models/SAMLSource.js +2 -0
  78. package/dist/models/SAMLSourceRequest.d.ts +6 -0
  79. package/dist/models/SAMLSourceRequest.js +2 -0
  80. package/dist/models/UserPlexSourceConnection.d.ts +56 -0
  81. package/dist/models/{PlexSourceConnection.js → UserPlexSourceConnection.js} +11 -11
  82. package/dist/models/UserPlexSourceConnectionRequest.d.ts +37 -0
  83. package/dist/models/UserPlexSourceConnectionRequest.js +53 -0
  84. package/dist/models/index.d.ts +10 -4
  85. package/dist/models/index.js +10 -4
  86. package/package.json +1 -1
  87. package/src/apis/PropertymappingsApi.ts +350 -0
  88. package/src/apis/RbacApi.ts +6 -2
  89. package/src/apis/SourcesApi.ts +368 -37
  90. package/src/models/GroupPlexSourceConnection.ts +104 -0
  91. package/src/models/ModelEnum.ts +3 -1
  92. package/src/models/PaginatedGroupPlexSourceConnectionList.ts +88 -0
  93. package/src/models/{PaginatedPlexSourceConnectionList.ts → PaginatedPlexSourcePropertyMappingList.ts} +19 -19
  94. package/src/models/PaginatedUserPlexSourceConnectionList.ts +88 -0
  95. package/src/models/PatchedPlexSourcePropertyMappingRequest.ts +81 -0
  96. package/src/models/PatchedPlexSourceRequest.ts +14 -0
  97. package/src/models/PatchedSAMLSourceRequest.ts +8 -0
  98. package/src/models/{PatchedPlexSourceConnectionRequest.ts → PatchedUserPlexSourceConnectionRequest.ts} +10 -10
  99. package/src/models/PlexSource.ts +14 -0
  100. package/src/models/PlexSourcePropertyMapping.ts +123 -0
  101. package/src/models/PlexSourcePropertyMappingRequest.ts +83 -0
  102. package/src/models/PlexSourceRequest.ts +14 -0
  103. package/src/models/SAMLSource.ts +8 -0
  104. package/src/models/SAMLSourceRequest.ts +8 -0
  105. package/src/models/{PlexSourceConnection.ts → UserPlexSourceConnection.ts} +13 -13
  106. package/src/models/{PlexSourceConnectionRequest.ts → UserPlexSourceConnectionRequest.ts} +10 -10
  107. package/src/models/index.ts +10 -4
  108. package/dist/esm/models/PaginatedPlexSourceConnectionList.d.ts +0 -39
  109. package/dist/esm/models/PatchedPlexSourceConnectionRequest.d.ts +0 -37
  110. package/dist/esm/models/PlexSourceConnection.d.ts +0 -56
  111. package/dist/esm/models/PlexSourceConnectionRequest.d.ts +0 -37
  112. package/dist/models/PaginatedPlexSourceConnectionList.d.ts +0 -39
  113. package/dist/models/PaginatedPlexSourceConnectionList.js +0 -55
  114. package/dist/models/PatchedPlexSourceConnectionRequest.d.ts +0 -37
  115. package/dist/models/PatchedPlexSourceConnectionRequest.js +0 -52
  116. package/dist/models/PlexSourceConnection.d.ts +0 -56
  117. package/dist/models/PlexSourceConnectionRequest.d.ts +0 -37
  118. package/dist/models/PlexSourceConnectionRequest.js +0 -53
@@ -0,0 +1,50 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * authentik
5
+ * Making authentication simple.
6
+ *
7
+ * The version of the OpenAPI document: 2024.6.3
8
+ * Contact: hello@goauthentik.io
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { SourceFromJSON, } from './Source';
15
+ /**
16
+ * Check if a given object implements the GroupPlexSourceConnection interface.
17
+ */
18
+ export function instanceOfGroupPlexSourceConnection(value) {
19
+ let isInstance = true;
20
+ isInstance = isInstance && "pk" in value;
21
+ isInstance = isInstance && "group" in value;
22
+ isInstance = isInstance && "source" in value;
23
+ isInstance = isInstance && "identifier" in value;
24
+ isInstance = isInstance && "created" in value;
25
+ return isInstance;
26
+ }
27
+ export function GroupPlexSourceConnectionFromJSON(json) {
28
+ return GroupPlexSourceConnectionFromJSONTyped(json, false);
29
+ }
30
+ export function GroupPlexSourceConnectionFromJSONTyped(json, ignoreDiscriminator) {
31
+ if ((json === undefined) || (json === null)) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'pk': json['pk'],
36
+ 'group': json['group'],
37
+ 'source': SourceFromJSON(json['source']),
38
+ 'identifier': json['identifier'],
39
+ 'created': (new Date(json['created'])),
40
+ };
41
+ }
42
+ export function GroupPlexSourceConnectionToJSON(value) {
43
+ if (value === undefined) {
44
+ return undefined;
45
+ }
46
+ if (value === null) {
47
+ return null;
48
+ }
49
+ return {};
50
+ }
@@ -47,7 +47,9 @@ export declare const ModelEnum: {
47
47
  readonly SourcesOauthUseroauthsourceconnection: "authentik_sources_oauth.useroauthsourceconnection";
48
48
  readonly SourcesOauthGroupoauthsourceconnection: "authentik_sources_oauth.groupoauthsourceconnection";
49
49
  readonly SourcesPlexPlexsource: "authentik_sources_plex.plexsource";
50
- readonly SourcesPlexPlexsourceconnection: "authentik_sources_plex.plexsourceconnection";
50
+ readonly SourcesPlexPlexsourcepropertymapping: "authentik_sources_plex.plexsourcepropertymapping";
51
+ readonly SourcesPlexUserplexsourceconnection: "authentik_sources_plex.userplexsourceconnection";
52
+ readonly SourcesPlexGroupplexsourceconnection: "authentik_sources_plex.groupplexsourceconnection";
51
53
  readonly SourcesSamlSamlsource: "authentik_sources_saml.samlsource";
52
54
  readonly SourcesSamlSamlsourcepropertymapping: "authentik_sources_saml.samlsourcepropertymapping";
53
55
  readonly SourcesSamlUsersamlsourceconnection: "authentik_sources_saml.usersamlsourceconnection";
@@ -49,7 +49,9 @@ export const ModelEnum = {
49
49
  SourcesOauthUseroauthsourceconnection: 'authentik_sources_oauth.useroauthsourceconnection',
50
50
  SourcesOauthGroupoauthsourceconnection: 'authentik_sources_oauth.groupoauthsourceconnection',
51
51
  SourcesPlexPlexsource: 'authentik_sources_plex.plexsource',
52
- SourcesPlexPlexsourceconnection: 'authentik_sources_plex.plexsourceconnection',
52
+ SourcesPlexPlexsourcepropertymapping: 'authentik_sources_plex.plexsourcepropertymapping',
53
+ SourcesPlexUserplexsourceconnection: 'authentik_sources_plex.userplexsourceconnection',
54
+ SourcesPlexGroupplexsourceconnection: 'authentik_sources_plex.groupplexsourceconnection',
53
55
  SourcesSamlSamlsource: 'authentik_sources_saml.samlsource',
54
56
  SourcesSamlSamlsourcepropertymapping: 'authentik_sources_saml.samlsourcepropertymapping',
55
57
  SourcesSamlUsersamlsourceconnection: 'authentik_sources_saml.usersamlsourceconnection',
@@ -0,0 +1,39 @@
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 { GroupPlexSourceConnection } from './GroupPlexSourceConnection';
13
+ import type { Pagination } from './Pagination';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface PaginatedGroupPlexSourceConnectionList
18
+ */
19
+ export interface PaginatedGroupPlexSourceConnectionList {
20
+ /**
21
+ *
22
+ * @type {Pagination}
23
+ * @memberof PaginatedGroupPlexSourceConnectionList
24
+ */
25
+ pagination: Pagination;
26
+ /**
27
+ *
28
+ * @type {Array<GroupPlexSourceConnection>}
29
+ * @memberof PaginatedGroupPlexSourceConnectionList
30
+ */
31
+ results: Array<GroupPlexSourceConnection>;
32
+ }
33
+ /**
34
+ * Check if a given object implements the PaginatedGroupPlexSourceConnectionList interface.
35
+ */
36
+ export declare function instanceOfPaginatedGroupPlexSourceConnectionList(value: object): boolean;
37
+ export declare function PaginatedGroupPlexSourceConnectionListFromJSON(json: any): PaginatedGroupPlexSourceConnectionList;
38
+ export declare function PaginatedGroupPlexSourceConnectionListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedGroupPlexSourceConnectionList;
39
+ export declare function PaginatedGroupPlexSourceConnectionListToJSON(value?: PaginatedGroupPlexSourceConnectionList | null): any;
@@ -0,0 +1,48 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * authentik
5
+ * Making authentication simple.
6
+ *
7
+ * The version of the OpenAPI document: 2024.6.3
8
+ * Contact: hello@goauthentik.io
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { GroupPlexSourceConnectionFromJSON, GroupPlexSourceConnectionToJSON, } from './GroupPlexSourceConnection';
15
+ import { PaginationFromJSON, PaginationToJSON, } from './Pagination';
16
+ /**
17
+ * Check if a given object implements the PaginatedGroupPlexSourceConnectionList interface.
18
+ */
19
+ export function instanceOfPaginatedGroupPlexSourceConnectionList(value) {
20
+ let isInstance = true;
21
+ isInstance = isInstance && "pagination" in value;
22
+ isInstance = isInstance && "results" in value;
23
+ return isInstance;
24
+ }
25
+ export function PaginatedGroupPlexSourceConnectionListFromJSON(json) {
26
+ return PaginatedGroupPlexSourceConnectionListFromJSONTyped(json, false);
27
+ }
28
+ export function PaginatedGroupPlexSourceConnectionListFromJSONTyped(json, ignoreDiscriminator) {
29
+ if ((json === undefined) || (json === null)) {
30
+ return json;
31
+ }
32
+ return {
33
+ 'pagination': PaginationFromJSON(json['pagination']),
34
+ 'results': (json['results'].map(GroupPlexSourceConnectionFromJSON)),
35
+ };
36
+ }
37
+ export function PaginatedGroupPlexSourceConnectionListToJSON(value) {
38
+ if (value === undefined) {
39
+ return undefined;
40
+ }
41
+ if (value === null) {
42
+ return null;
43
+ }
44
+ return {
45
+ 'pagination': PaginationToJSON(value.pagination),
46
+ 'results': (value.results.map(GroupPlexSourceConnectionToJSON)),
47
+ };
48
+ }
@@ -0,0 +1,39 @@
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 { Pagination } from './Pagination';
13
+ import type { PlexSourcePropertyMapping } from './PlexSourcePropertyMapping';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface PaginatedPlexSourcePropertyMappingList
18
+ */
19
+ export interface PaginatedPlexSourcePropertyMappingList {
20
+ /**
21
+ *
22
+ * @type {Pagination}
23
+ * @memberof PaginatedPlexSourcePropertyMappingList
24
+ */
25
+ pagination: Pagination;
26
+ /**
27
+ *
28
+ * @type {Array<PlexSourcePropertyMapping>}
29
+ * @memberof PaginatedPlexSourcePropertyMappingList
30
+ */
31
+ results: Array<PlexSourcePropertyMapping>;
32
+ }
33
+ /**
34
+ * Check if a given object implements the PaginatedPlexSourcePropertyMappingList interface.
35
+ */
36
+ export declare function instanceOfPaginatedPlexSourcePropertyMappingList(value: object): boolean;
37
+ export declare function PaginatedPlexSourcePropertyMappingListFromJSON(json: any): PaginatedPlexSourcePropertyMappingList;
38
+ export declare function PaginatedPlexSourcePropertyMappingListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedPlexSourcePropertyMappingList;
39
+ export declare function PaginatedPlexSourcePropertyMappingListToJSON(value?: PaginatedPlexSourcePropertyMappingList | null): any;
@@ -0,0 +1,48 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * authentik
5
+ * Making authentication simple.
6
+ *
7
+ * The version of the OpenAPI document: 2024.6.3
8
+ * Contact: hello@goauthentik.io
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { PaginationFromJSON, PaginationToJSON, } from './Pagination';
15
+ import { PlexSourcePropertyMappingFromJSON, PlexSourcePropertyMappingToJSON, } from './PlexSourcePropertyMapping';
16
+ /**
17
+ * Check if a given object implements the PaginatedPlexSourcePropertyMappingList interface.
18
+ */
19
+ export function instanceOfPaginatedPlexSourcePropertyMappingList(value) {
20
+ let isInstance = true;
21
+ isInstance = isInstance && "pagination" in value;
22
+ isInstance = isInstance && "results" in value;
23
+ return isInstance;
24
+ }
25
+ export function PaginatedPlexSourcePropertyMappingListFromJSON(json) {
26
+ return PaginatedPlexSourcePropertyMappingListFromJSONTyped(json, false);
27
+ }
28
+ export function PaginatedPlexSourcePropertyMappingListFromJSONTyped(json, ignoreDiscriminator) {
29
+ if ((json === undefined) || (json === null)) {
30
+ return json;
31
+ }
32
+ return {
33
+ 'pagination': PaginationFromJSON(json['pagination']),
34
+ 'results': (json['results'].map(PlexSourcePropertyMappingFromJSON)),
35
+ };
36
+ }
37
+ export function PaginatedPlexSourcePropertyMappingListToJSON(value) {
38
+ if (value === undefined) {
39
+ return undefined;
40
+ }
41
+ if (value === null) {
42
+ return null;
43
+ }
44
+ return {
45
+ 'pagination': PaginationToJSON(value.pagination),
46
+ 'results': (value.results.map(PlexSourcePropertyMappingToJSON)),
47
+ };
48
+ }
@@ -0,0 +1,39 @@
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 { Pagination } from './Pagination';
13
+ import type { UserPlexSourceConnection } from './UserPlexSourceConnection';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface PaginatedUserPlexSourceConnectionList
18
+ */
19
+ export interface PaginatedUserPlexSourceConnectionList {
20
+ /**
21
+ *
22
+ * @type {Pagination}
23
+ * @memberof PaginatedUserPlexSourceConnectionList
24
+ */
25
+ pagination: Pagination;
26
+ /**
27
+ *
28
+ * @type {Array<UserPlexSourceConnection>}
29
+ * @memberof PaginatedUserPlexSourceConnectionList
30
+ */
31
+ results: Array<UserPlexSourceConnection>;
32
+ }
33
+ /**
34
+ * Check if a given object implements the PaginatedUserPlexSourceConnectionList interface.
35
+ */
36
+ export declare function instanceOfPaginatedUserPlexSourceConnectionList(value: object): boolean;
37
+ export declare function PaginatedUserPlexSourceConnectionListFromJSON(json: any): PaginatedUserPlexSourceConnectionList;
38
+ export declare function PaginatedUserPlexSourceConnectionListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedUserPlexSourceConnectionList;
39
+ export declare function PaginatedUserPlexSourceConnectionListToJSON(value?: PaginatedUserPlexSourceConnectionList | null): any;
@@ -12,29 +12,29 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  import { PaginationFromJSON, PaginationToJSON, } from './Pagination';
15
- import { PlexSourceConnectionFromJSON, PlexSourceConnectionToJSON, } from './PlexSourceConnection';
15
+ import { UserPlexSourceConnectionFromJSON, UserPlexSourceConnectionToJSON, } from './UserPlexSourceConnection';
16
16
  /**
17
- * Check if a given object implements the PaginatedPlexSourceConnectionList interface.
17
+ * Check if a given object implements the PaginatedUserPlexSourceConnectionList interface.
18
18
  */
19
- export function instanceOfPaginatedPlexSourceConnectionList(value) {
19
+ export function instanceOfPaginatedUserPlexSourceConnectionList(value) {
20
20
  let isInstance = true;
21
21
  isInstance = isInstance && "pagination" in value;
22
22
  isInstance = isInstance && "results" in value;
23
23
  return isInstance;
24
24
  }
25
- export function PaginatedPlexSourceConnectionListFromJSON(json) {
26
- return PaginatedPlexSourceConnectionListFromJSONTyped(json, false);
25
+ export function PaginatedUserPlexSourceConnectionListFromJSON(json) {
26
+ return PaginatedUserPlexSourceConnectionListFromJSONTyped(json, false);
27
27
  }
28
- export function PaginatedPlexSourceConnectionListFromJSONTyped(json, ignoreDiscriminator) {
28
+ export function PaginatedUserPlexSourceConnectionListFromJSONTyped(json, ignoreDiscriminator) {
29
29
  if ((json === undefined) || (json === null)) {
30
30
  return json;
31
31
  }
32
32
  return {
33
33
  'pagination': PaginationFromJSON(json['pagination']),
34
- 'results': (json['results'].map(PlexSourceConnectionFromJSON)),
34
+ 'results': (json['results'].map(UserPlexSourceConnectionFromJSON)),
35
35
  };
36
36
  }
37
- export function PaginatedPlexSourceConnectionListToJSON(value) {
37
+ export function PaginatedUserPlexSourceConnectionListToJSON(value) {
38
38
  if (value === undefined) {
39
39
  return undefined;
40
40
  }
@@ -43,6 +43,6 @@ export function PaginatedPlexSourceConnectionListToJSON(value) {
43
43
  }
44
44
  return {
45
45
  'pagination': PaginationToJSON(value.pagination),
46
- 'results': (value.results.map(PlexSourceConnectionToJSON)),
46
+ 'results': (value.results.map(UserPlexSourceConnectionToJSON)),
47
47
  };
48
48
  }
@@ -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,47 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * authentik
5
+ * Making authentication simple.
6
+ *
7
+ * The version of the OpenAPI document: 2024.6.3
8
+ * Contact: hello@goauthentik.io
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { exists } from '../runtime';
15
+ /**
16
+ * Check if a given object implements the PatchedPlexSourcePropertyMappingRequest interface.
17
+ */
18
+ export function instanceOfPatchedPlexSourcePropertyMappingRequest(value) {
19
+ let isInstance = true;
20
+ return isInstance;
21
+ }
22
+ export function PatchedPlexSourcePropertyMappingRequestFromJSON(json) {
23
+ return PatchedPlexSourcePropertyMappingRequestFromJSONTyped(json, false);
24
+ }
25
+ export function PatchedPlexSourcePropertyMappingRequestFromJSONTyped(json, ignoreDiscriminator) {
26
+ if ((json === undefined) || (json === null)) {
27
+ return json;
28
+ }
29
+ return {
30
+ 'managed': !exists(json, 'managed') ? undefined : json['managed'],
31
+ 'name': !exists(json, 'name') ? undefined : json['name'],
32
+ 'expression': !exists(json, 'expression') ? undefined : json['expression'],
33
+ };
34
+ }
35
+ export function PatchedPlexSourcePropertyMappingRequestToJSON(value) {
36
+ if (value === undefined) {
37
+ return undefined;
38
+ }
39
+ if (value === null) {
40
+ return null;
41
+ }
42
+ return {
43
+ 'managed': value.managed,
44
+ 'name': value.name,
45
+ 'expression': value.expression,
46
+ };
47
+ }
@@ -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}
@@ -12,6 +12,7 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  import { exists } from '../runtime';
15
+ import { GroupMatchingModeEnumFromJSON, GroupMatchingModeEnumToJSON, } from './GroupMatchingModeEnum';
15
16
  import { PolicyEngineModeFromJSON, PolicyEngineModeToJSON, } from './PolicyEngineMode';
16
17
  import { UserMatchingModeEnumFromJSON, UserMatchingModeEnumToJSON, } from './UserMatchingModeEnum';
17
18
  /**
@@ -39,6 +40,7 @@ export function PatchedPlexSourceRequestFromJSONTyped(json, ignoreDiscriminator)
39
40
  'policyEngineMode': !exists(json, 'policy_engine_mode') ? undefined : PolicyEngineModeFromJSON(json['policy_engine_mode']),
40
41
  'userMatchingMode': !exists(json, 'user_matching_mode') ? undefined : UserMatchingModeEnumFromJSON(json['user_matching_mode']),
41
42
  'userPathTemplate': !exists(json, 'user_path_template') ? undefined : json['user_path_template'],
43
+ 'groupMatchingMode': !exists(json, 'group_matching_mode') ? undefined : GroupMatchingModeEnumFromJSON(json['group_matching_mode']),
42
44
  'clientId': !exists(json, 'client_id') ? undefined : json['client_id'],
43
45
  'allowedServers': !exists(json, 'allowed_servers') ? undefined : json['allowed_servers'],
44
46
  'allowFriends': !exists(json, 'allow_friends') ? undefined : json['allow_friends'],
@@ -63,6 +65,7 @@ export function PatchedPlexSourceRequestToJSON(value) {
63
65
  'policy_engine_mode': PolicyEngineModeToJSON(value.policyEngineMode),
64
66
  'user_matching_mode': UserMatchingModeEnumToJSON(value.userMatchingMode),
65
67
  'user_path_template': value.userPathTemplate,
68
+ 'group_matching_mode': GroupMatchingModeEnumToJSON(value.groupMatchingMode),
66
69
  'client_id': value.clientId,
67
70
  'allowed_servers': value.allowedServers,
68
71
  'allow_friends': value.allowFriends,
@@ -160,6 +160,12 @@ export interface PatchedSAMLSourceRequest {
160
160
  * @memberof PatchedSAMLSourceRequest
161
161
  */
162
162
  temporaryUserDeleteAfter?: string;
163
+ /**
164
+ * When selected, incoming assertions are encrypted by the IdP using the public key of the encryption keypair. The assertion is decrypted by the SP using the the private key.
165
+ * @type {string}
166
+ * @memberof PatchedSAMLSourceRequest
167
+ */
168
+ encryptionKp?: string | null;
163
169
  }
164
170
  /**
165
171
  * Check if a given object implements the PatchedSAMLSourceRequest interface.
@@ -57,6 +57,7 @@ export function PatchedSAMLSourceRequestFromJSONTyped(json, ignoreDiscriminator)
57
57
  'digestAlgorithm': !exists(json, 'digest_algorithm') ? undefined : DigestAlgorithmEnumFromJSON(json['digest_algorithm']),
58
58
  'signatureAlgorithm': !exists(json, 'signature_algorithm') ? undefined : SignatureAlgorithmEnumFromJSON(json['signature_algorithm']),
59
59
  'temporaryUserDeleteAfter': !exists(json, 'temporary_user_delete_after') ? undefined : json['temporary_user_delete_after'],
60
+ 'encryptionKp': !exists(json, 'encryption_kp') ? undefined : json['encryption_kp'],
60
61
  };
61
62
  }
62
63
  export function PatchedSAMLSourceRequestToJSON(value) {
@@ -90,5 +91,6 @@ export function PatchedSAMLSourceRequestToJSON(value) {
90
91
  'digest_algorithm': DigestAlgorithmEnumToJSON(value.digestAlgorithm),
91
92
  'signature_algorithm': SignatureAlgorithmEnumToJSON(value.signatureAlgorithm),
92
93
  'temporary_user_delete_after': value.temporaryUserDeleteAfter,
94
+ 'encryption_kp': value.encryptionKp,
93
95
  };
94
96
  }
@@ -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;
@@ -13,16 +13,16 @@
13
13
  */
14
14
  import { exists } from '../runtime';
15
15
  /**
16
- * Check if a given object implements the PatchedPlexSourceConnectionRequest interface.
16
+ * Check if a given object implements the PatchedUserPlexSourceConnectionRequest interface.
17
17
  */
18
- export function instanceOfPatchedPlexSourceConnectionRequest(value) {
18
+ export function instanceOfPatchedUserPlexSourceConnectionRequest(value) {
19
19
  let isInstance = true;
20
20
  return isInstance;
21
21
  }
22
- export function PatchedPlexSourceConnectionRequestFromJSON(json) {
23
- return PatchedPlexSourceConnectionRequestFromJSONTyped(json, false);
22
+ export function PatchedUserPlexSourceConnectionRequestFromJSON(json) {
23
+ return PatchedUserPlexSourceConnectionRequestFromJSONTyped(json, false);
24
24
  }
25
- export function PatchedPlexSourceConnectionRequestFromJSONTyped(json, ignoreDiscriminator) {
25
+ export function PatchedUserPlexSourceConnectionRequestFromJSONTyped(json, ignoreDiscriminator) {
26
26
  if ((json === undefined) || (json === null)) {
27
27
  return json;
28
28
  }
@@ -31,7 +31,7 @@ export function PatchedPlexSourceConnectionRequestFromJSONTyped(json, ignoreDisc
31
31
  'plexToken': !exists(json, 'plex_token') ? undefined : json['plex_token'],
32
32
  };
33
33
  }
34
- export function PatchedPlexSourceConnectionRequestToJSON(value) {
34
+ export function PatchedUserPlexSourceConnectionRequestToJSON(value) {
35
35
  if (value === undefined) {
36
36
  return undefined;
37
37
  }
@@ -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}
@@ -12,6 +12,7 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  import { exists } from '../runtime';
15
+ import { GroupMatchingModeEnumFromJSON, GroupMatchingModeEnumToJSON, } from './GroupMatchingModeEnum';
15
16
  import { PolicyEngineModeFromJSON, PolicyEngineModeToJSON, } from './PolicyEngineMode';
16
17
  import { UserMatchingModeEnumFromJSON, UserMatchingModeEnumToJSON, } from './UserMatchingModeEnum';
17
18
  /**
@@ -56,6 +57,7 @@ export function PlexSourceFromJSONTyped(json, ignoreDiscriminator) {
56
57
  'managed': json['managed'],
57
58
  'userPathTemplate': !exists(json, 'user_path_template') ? undefined : json['user_path_template'],
58
59
  'icon': json['icon'],
60
+ 'groupMatchingMode': !exists(json, 'group_matching_mode') ? undefined : GroupMatchingModeEnumFromJSON(json['group_matching_mode']),
59
61
  'clientId': !exists(json, 'client_id') ? undefined : json['client_id'],
60
62
  'allowedServers': !exists(json, 'allowed_servers') ? undefined : json['allowed_servers'],
61
63
  'allowFriends': !exists(json, 'allow_friends') ? undefined : json['allow_friends'],
@@ -80,6 +82,7 @@ export function PlexSourceToJSON(value) {
80
82
  'policy_engine_mode': PolicyEngineModeToJSON(value.policyEngineMode),
81
83
  'user_matching_mode': UserMatchingModeEnumToJSON(value.userMatchingMode),
82
84
  'user_path_template': value.userPathTemplate,
85
+ 'group_matching_mode': GroupMatchingModeEnumToJSON(value.groupMatchingMode),
83
86
  'client_id': value.clientId,
84
87
  'allowed_servers': value.allowedServers,
85
88
  'allow_friends': value.allowFriends,