@goauthentik/api 2025.2.3-1743464496 → 2025.2.3-1744036568

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.
Files changed (104) hide show
  1. package/.openapi-generator/FILES +4 -0
  2. package/dist/apis/SourcesApi.d.ts +145 -49
  3. package/dist/apis/SourcesApi.js +356 -48
  4. package/dist/esm/apis/SourcesApi.d.ts +145 -49
  5. package/dist/esm/apis/SourcesApi.js +357 -49
  6. package/dist/esm/models/GroupKerberosSourceConnection.d.ts +1 -1
  7. package/dist/esm/models/GroupKerberosSourceConnectionRequest.d.ts +1 -1
  8. package/dist/esm/models/GroupOAuthSourceConnection.d.ts +1 -1
  9. package/dist/esm/models/GroupOAuthSourceConnectionRequest.d.ts +1 -1
  10. package/dist/esm/models/GroupPlexSourceConnection.d.ts +1 -1
  11. package/dist/esm/models/GroupPlexSourceConnectionRequest.d.ts +1 -1
  12. package/dist/esm/models/GroupSAMLSourceConnection.d.ts +1 -1
  13. package/dist/esm/models/GroupSAMLSourceConnectionRequest.d.ts +1 -1
  14. package/dist/esm/models/GroupSourceConnection.d.ts +63 -0
  15. package/dist/esm/models/GroupSourceConnection.js +61 -0
  16. package/dist/esm/models/GroupSourceConnectionRequest.d.ts +44 -0
  17. package/dist/esm/models/GroupSourceConnectionRequest.js +51 -0
  18. package/dist/esm/models/PaginatedGroupSourceConnectionList.d.ts +40 -0
  19. package/dist/esm/models/PaginatedGroupSourceConnectionList.js +49 -0
  20. package/dist/esm/models/PatchedGroupKerberosSourceConnectionRequest.d.ts +1 -1
  21. package/dist/esm/models/PatchedGroupOAuthSourceConnectionRequest.d.ts +1 -1
  22. package/dist/esm/models/PatchedGroupPlexSourceConnectionRequest.d.ts +1 -1
  23. package/dist/esm/models/PatchedGroupSAMLSourceConnectionRequest.d.ts +1 -1
  24. package/dist/esm/models/PatchedGroupSourceConnectionRequest.d.ts +44 -0
  25. package/dist/esm/models/PatchedGroupSourceConnectionRequest.js +45 -0
  26. package/dist/esm/models/PatchedUserKerberosSourceConnectionRequest.d.ts +1 -1
  27. package/dist/esm/models/PatchedUserOAuthSourceConnectionRequest.d.ts +1 -1
  28. package/dist/esm/models/PatchedUserPlexSourceConnectionRequest.d.ts +1 -1
  29. package/dist/esm/models/PatchedUserSAMLSourceConnectionRequest.d.ts +1 -1
  30. package/dist/esm/models/UserKerberosSourceConnection.d.ts +1 -1
  31. package/dist/esm/models/UserKerberosSourceConnectionRequest.d.ts +1 -1
  32. package/dist/esm/models/UserOAuthSourceConnection.d.ts +1 -1
  33. package/dist/esm/models/UserOAuthSourceConnectionRequest.d.ts +1 -1
  34. package/dist/esm/models/UserPlexSourceConnection.d.ts +1 -1
  35. package/dist/esm/models/UserPlexSourceConnectionRequest.d.ts +1 -1
  36. package/dist/esm/models/UserSAMLSourceConnection.d.ts +1 -1
  37. package/dist/esm/models/UserSAMLSourceConnectionRequest.d.ts +1 -1
  38. package/dist/esm/models/index.d.ts +4 -0
  39. package/dist/esm/models/index.js +4 -0
  40. package/dist/models/GroupKerberosSourceConnection.d.ts +1 -1
  41. package/dist/models/GroupKerberosSourceConnectionRequest.d.ts +1 -1
  42. package/dist/models/GroupOAuthSourceConnection.d.ts +1 -1
  43. package/dist/models/GroupOAuthSourceConnectionRequest.d.ts +1 -1
  44. package/dist/models/GroupPlexSourceConnection.d.ts +1 -1
  45. package/dist/models/GroupPlexSourceConnectionRequest.d.ts +1 -1
  46. package/dist/models/GroupSAMLSourceConnection.d.ts +1 -1
  47. package/dist/models/GroupSAMLSourceConnectionRequest.d.ts +1 -1
  48. package/dist/models/GroupSourceConnection.d.ts +63 -0
  49. package/dist/models/GroupSourceConnection.js +68 -0
  50. package/dist/models/GroupSourceConnectionRequest.d.ts +44 -0
  51. package/dist/models/GroupSourceConnectionRequest.js +58 -0
  52. package/dist/models/PaginatedGroupSourceConnectionList.d.ts +40 -0
  53. package/dist/models/PaginatedGroupSourceConnectionList.js +56 -0
  54. package/dist/models/PatchedGroupKerberosSourceConnectionRequest.d.ts +1 -1
  55. package/dist/models/PatchedGroupOAuthSourceConnectionRequest.d.ts +1 -1
  56. package/dist/models/PatchedGroupPlexSourceConnectionRequest.d.ts +1 -1
  57. package/dist/models/PatchedGroupSAMLSourceConnectionRequest.d.ts +1 -1
  58. package/dist/models/PatchedGroupSourceConnectionRequest.d.ts +44 -0
  59. package/dist/models/PatchedGroupSourceConnectionRequest.js +52 -0
  60. package/dist/models/PatchedUserKerberosSourceConnectionRequest.d.ts +1 -1
  61. package/dist/models/PatchedUserOAuthSourceConnectionRequest.d.ts +1 -1
  62. package/dist/models/PatchedUserPlexSourceConnectionRequest.d.ts +1 -1
  63. package/dist/models/PatchedUserSAMLSourceConnectionRequest.d.ts +1 -1
  64. package/dist/models/UserKerberosSourceConnection.d.ts +1 -1
  65. package/dist/models/UserKerberosSourceConnectionRequest.d.ts +1 -1
  66. package/dist/models/UserOAuthSourceConnection.d.ts +1 -1
  67. package/dist/models/UserOAuthSourceConnectionRequest.d.ts +1 -1
  68. package/dist/models/UserPlexSourceConnection.d.ts +1 -1
  69. package/dist/models/UserPlexSourceConnectionRequest.d.ts +1 -1
  70. package/dist/models/UserSAMLSourceConnection.d.ts +1 -1
  71. package/dist/models/UserSAMLSourceConnectionRequest.d.ts +1 -1
  72. package/dist/models/index.d.ts +4 -0
  73. package/dist/models/index.js +4 -0
  74. package/package.json +1 -1
  75. package/src/apis/SourcesApi.ts +467 -48
  76. package/src/models/GroupKerberosSourceConnection.ts +1 -1
  77. package/src/models/GroupKerberosSourceConnectionRequest.ts +1 -1
  78. package/src/models/GroupOAuthSourceConnection.ts +1 -1
  79. package/src/models/GroupOAuthSourceConnectionRequest.ts +1 -1
  80. package/src/models/GroupPlexSourceConnection.ts +1 -1
  81. package/src/models/GroupPlexSourceConnectionRequest.ts +1 -1
  82. package/src/models/GroupSAMLSourceConnection.ts +1 -1
  83. package/src/models/GroupSAMLSourceConnectionRequest.ts +1 -1
  84. package/src/models/GroupSourceConnection.ts +116 -0
  85. package/src/models/GroupSourceConnectionRequest.ts +84 -0
  86. package/src/models/PaginatedGroupSourceConnectionList.ts +90 -0
  87. package/src/models/PatchedGroupKerberosSourceConnectionRequest.ts +1 -1
  88. package/src/models/PatchedGroupOAuthSourceConnectionRequest.ts +1 -1
  89. package/src/models/PatchedGroupPlexSourceConnectionRequest.ts +1 -1
  90. package/src/models/PatchedGroupSAMLSourceConnectionRequest.ts +1 -1
  91. package/src/models/PatchedGroupSourceConnectionRequest.ts +81 -0
  92. package/src/models/PatchedUserKerberosSourceConnectionRequest.ts +1 -1
  93. package/src/models/PatchedUserOAuthSourceConnectionRequest.ts +1 -1
  94. package/src/models/PatchedUserPlexSourceConnectionRequest.ts +1 -1
  95. package/src/models/PatchedUserSAMLSourceConnectionRequest.ts +1 -1
  96. package/src/models/UserKerberosSourceConnection.ts +1 -1
  97. package/src/models/UserKerberosSourceConnectionRequest.ts +1 -1
  98. package/src/models/UserOAuthSourceConnection.ts +1 -1
  99. package/src/models/UserOAuthSourceConnectionRequest.ts +1 -1
  100. package/src/models/UserPlexSourceConnection.ts +1 -1
  101. package/src/models/UserPlexSourceConnectionRequest.ts +1 -1
  102. package/src/models/UserSAMLSourceConnection.ts +1 -1
  103. package/src/models/UserSAMLSourceConnectionRequest.ts +1 -1
  104. package/src/models/index.ts +4 -0
@@ -22,7 +22,7 @@ import {
22
22
  } from './Source';
23
23
 
24
24
  /**
25
- * OAuth Group-Source connection Serializer
25
+ * Group Source Connection
26
26
  * @export
27
27
  * @interface GroupKerberosSourceConnection
28
28
  */
@@ -14,7 +14,7 @@
14
14
 
15
15
  import { mapValues } from '../runtime';
16
16
  /**
17
- * OAuth Group-Source connection Serializer
17
+ * Group Source Connection
18
18
  * @export
19
19
  * @interface GroupKerberosSourceConnectionRequest
20
20
  */
@@ -22,7 +22,7 @@ import {
22
22
  } from './Source';
23
23
 
24
24
  /**
25
- * OAuth Group-Source connection Serializer
25
+ * Group Source Connection
26
26
  * @export
27
27
  * @interface GroupOAuthSourceConnection
28
28
  */
@@ -14,7 +14,7 @@
14
14
 
15
15
  import { mapValues } from '../runtime';
16
16
  /**
17
- * OAuth Group-Source connection Serializer
17
+ * Group Source Connection
18
18
  * @export
19
19
  * @interface GroupOAuthSourceConnectionRequest
20
20
  */
@@ -22,7 +22,7 @@ import {
22
22
  } from './Source';
23
23
 
24
24
  /**
25
- * Plex Group-Source connection Serializer
25
+ * Group Source Connection
26
26
  * @export
27
27
  * @interface GroupPlexSourceConnection
28
28
  */
@@ -14,7 +14,7 @@
14
14
 
15
15
  import { mapValues } from '../runtime';
16
16
  /**
17
- * Plex Group-Source connection Serializer
17
+ * Group Source Connection
18
18
  * @export
19
19
  * @interface GroupPlexSourceConnectionRequest
20
20
  */
@@ -22,7 +22,7 @@ import {
22
22
  } from './Source';
23
23
 
24
24
  /**
25
- * OAuth Group-Source connection Serializer
25
+ * Group Source Connection
26
26
  * @export
27
27
  * @interface GroupSAMLSourceConnection
28
28
  */
@@ -14,7 +14,7 @@
14
14
 
15
15
  import { mapValues } from '../runtime';
16
16
  /**
17
- * OAuth Group-Source connection Serializer
17
+ * Group Source Connection
18
18
  * @export
19
19
  * @interface GroupSAMLSourceConnectionRequest
20
20
  */
@@ -0,0 +1,116 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * authentik
5
+ * Making authentication simple.
6
+ *
7
+ * The version of the OpenAPI document: 2025.2.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
+
15
+ import { mapValues } from '../runtime';
16
+ import type { Source } from './Source';
17
+ import {
18
+ SourceFromJSON,
19
+ SourceFromJSONTyped,
20
+ SourceToJSON,
21
+ SourceToJSONTyped,
22
+ } from './Source';
23
+
24
+ /**
25
+ * Group Source Connection
26
+ * @export
27
+ * @interface GroupSourceConnection
28
+ */
29
+ export interface GroupSourceConnection {
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof GroupSourceConnection
34
+ */
35
+ readonly pk: number;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof GroupSourceConnection
40
+ */
41
+ group: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof GroupSourceConnection
46
+ */
47
+ source: string;
48
+ /**
49
+ *
50
+ * @type {Source}
51
+ * @memberof GroupSourceConnection
52
+ */
53
+ readonly sourceObj: Source;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof GroupSourceConnection
58
+ */
59
+ identifier: string;
60
+ /**
61
+ *
62
+ * @type {Date}
63
+ * @memberof GroupSourceConnection
64
+ */
65
+ readonly created: Date;
66
+ }
67
+
68
+ /**
69
+ * Check if a given object implements the GroupSourceConnection interface.
70
+ */
71
+ export function instanceOfGroupSourceConnection(value: object): value is GroupSourceConnection {
72
+ if (!('pk' in value) || value['pk'] === undefined) return false;
73
+ if (!('group' in value) || value['group'] === undefined) return false;
74
+ if (!('source' in value) || value['source'] === undefined) return false;
75
+ if (!('sourceObj' in value) || value['sourceObj'] === undefined) return false;
76
+ if (!('identifier' in value) || value['identifier'] === undefined) return false;
77
+ if (!('created' in value) || value['created'] === undefined) return false;
78
+ return true;
79
+ }
80
+
81
+ export function GroupSourceConnectionFromJSON(json: any): GroupSourceConnection {
82
+ return GroupSourceConnectionFromJSONTyped(json, false);
83
+ }
84
+
85
+ export function GroupSourceConnectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): GroupSourceConnection {
86
+ if (json == null) {
87
+ return json;
88
+ }
89
+ return {
90
+
91
+ 'pk': json['pk'],
92
+ 'group': json['group'],
93
+ 'source': json['source'],
94
+ 'sourceObj': SourceFromJSON(json['source_obj']),
95
+ 'identifier': json['identifier'],
96
+ 'created': (new Date(json['created'])),
97
+ };
98
+ }
99
+
100
+ export function GroupSourceConnectionToJSON(json: any): GroupSourceConnection {
101
+ return GroupSourceConnectionToJSONTyped(json, false);
102
+ }
103
+
104
+ export function GroupSourceConnectionToJSONTyped(value?: Omit<GroupSourceConnection, 'pk'|'source_obj'|'created'> | null, ignoreDiscriminator: boolean = false): any {
105
+ if (value == null) {
106
+ return value;
107
+ }
108
+
109
+ return {
110
+
111
+ 'group': value['group'],
112
+ 'source': value['source'],
113
+ 'identifier': value['identifier'],
114
+ };
115
+ }
116
+
@@ -0,0 +1,84 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * authentik
5
+ * Making authentication simple.
6
+ *
7
+ * The version of the OpenAPI document: 2025.2.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
+
15
+ import { mapValues } from '../runtime';
16
+ /**
17
+ * Group Source Connection
18
+ * @export
19
+ * @interface GroupSourceConnectionRequest
20
+ */
21
+ export interface GroupSourceConnectionRequest {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof GroupSourceConnectionRequest
26
+ */
27
+ group: string;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof GroupSourceConnectionRequest
32
+ */
33
+ source: string;
34
+ /**
35
+ *
36
+ * @type {string}
37
+ * @memberof GroupSourceConnectionRequest
38
+ */
39
+ identifier: string;
40
+ }
41
+
42
+ /**
43
+ * Check if a given object implements the GroupSourceConnectionRequest interface.
44
+ */
45
+ export function instanceOfGroupSourceConnectionRequest(value: object): value is GroupSourceConnectionRequest {
46
+ if (!('group' in value) || value['group'] === undefined) return false;
47
+ if (!('source' in value) || value['source'] === undefined) return false;
48
+ if (!('identifier' in value) || value['identifier'] === undefined) return false;
49
+ return true;
50
+ }
51
+
52
+ export function GroupSourceConnectionRequestFromJSON(json: any): GroupSourceConnectionRequest {
53
+ return GroupSourceConnectionRequestFromJSONTyped(json, false);
54
+ }
55
+
56
+ export function GroupSourceConnectionRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GroupSourceConnectionRequest {
57
+ if (json == null) {
58
+ return json;
59
+ }
60
+ return {
61
+
62
+ 'group': json['group'],
63
+ 'source': json['source'],
64
+ 'identifier': json['identifier'],
65
+ };
66
+ }
67
+
68
+ export function GroupSourceConnectionRequestToJSON(json: any): GroupSourceConnectionRequest {
69
+ return GroupSourceConnectionRequestToJSONTyped(json, false);
70
+ }
71
+
72
+ export function GroupSourceConnectionRequestToJSONTyped(value?: GroupSourceConnectionRequest | null, ignoreDiscriminator: boolean = false): any {
73
+ if (value == null) {
74
+ return value;
75
+ }
76
+
77
+ return {
78
+
79
+ 'group': value['group'],
80
+ 'source': value['source'],
81
+ 'identifier': value['identifier'],
82
+ };
83
+ }
84
+
@@ -0,0 +1,90 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * authentik
5
+ * Making authentication simple.
6
+ *
7
+ * The version of the OpenAPI document: 2025.2.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
+
15
+ import { mapValues } from '../runtime';
16
+ import type { Pagination } from './Pagination';
17
+ import {
18
+ PaginationFromJSON,
19
+ PaginationFromJSONTyped,
20
+ PaginationToJSON,
21
+ PaginationToJSONTyped,
22
+ } from './Pagination';
23
+ import type { GroupSourceConnection } from './GroupSourceConnection';
24
+ import {
25
+ GroupSourceConnectionFromJSON,
26
+ GroupSourceConnectionFromJSONTyped,
27
+ GroupSourceConnectionToJSON,
28
+ GroupSourceConnectionToJSONTyped,
29
+ } from './GroupSourceConnection';
30
+
31
+ /**
32
+ *
33
+ * @export
34
+ * @interface PaginatedGroupSourceConnectionList
35
+ */
36
+ export interface PaginatedGroupSourceConnectionList {
37
+ /**
38
+ *
39
+ * @type {Pagination}
40
+ * @memberof PaginatedGroupSourceConnectionList
41
+ */
42
+ pagination: Pagination;
43
+ /**
44
+ *
45
+ * @type {Array<GroupSourceConnection>}
46
+ * @memberof PaginatedGroupSourceConnectionList
47
+ */
48
+ results: Array<GroupSourceConnection>;
49
+ }
50
+
51
+ /**
52
+ * Check if a given object implements the PaginatedGroupSourceConnectionList interface.
53
+ */
54
+ export function instanceOfPaginatedGroupSourceConnectionList(value: object): value is PaginatedGroupSourceConnectionList {
55
+ if (!('pagination' in value) || value['pagination'] === undefined) return false;
56
+ if (!('results' in value) || value['results'] === undefined) return false;
57
+ return true;
58
+ }
59
+
60
+ export function PaginatedGroupSourceConnectionListFromJSON(json: any): PaginatedGroupSourceConnectionList {
61
+ return PaginatedGroupSourceConnectionListFromJSONTyped(json, false);
62
+ }
63
+
64
+ export function PaginatedGroupSourceConnectionListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedGroupSourceConnectionList {
65
+ if (json == null) {
66
+ return json;
67
+ }
68
+ return {
69
+
70
+ 'pagination': PaginationFromJSON(json['pagination']),
71
+ 'results': ((json['results'] as Array<any>).map(GroupSourceConnectionFromJSON)),
72
+ };
73
+ }
74
+
75
+ export function PaginatedGroupSourceConnectionListToJSON(json: any): PaginatedGroupSourceConnectionList {
76
+ return PaginatedGroupSourceConnectionListToJSONTyped(json, false);
77
+ }
78
+
79
+ export function PaginatedGroupSourceConnectionListToJSONTyped(value?: PaginatedGroupSourceConnectionList | null, ignoreDiscriminator: boolean = false): any {
80
+ if (value == null) {
81
+ return value;
82
+ }
83
+
84
+ return {
85
+
86
+ 'pagination': PaginationToJSON(value['pagination']),
87
+ 'results': ((value['results'] as Array<any>).map(GroupSourceConnectionToJSON)),
88
+ };
89
+ }
90
+
@@ -14,7 +14,7 @@
14
14
 
15
15
  import { mapValues } from '../runtime';
16
16
  /**
17
- * OAuth Group-Source connection Serializer
17
+ * Group Source Connection
18
18
  * @export
19
19
  * @interface PatchedGroupKerberosSourceConnectionRequest
20
20
  */
@@ -14,7 +14,7 @@
14
14
 
15
15
  import { mapValues } from '../runtime';
16
16
  /**
17
- * OAuth Group-Source connection Serializer
17
+ * Group Source Connection
18
18
  * @export
19
19
  * @interface PatchedGroupOAuthSourceConnectionRequest
20
20
  */
@@ -14,7 +14,7 @@
14
14
 
15
15
  import { mapValues } from '../runtime';
16
16
  /**
17
- * Plex Group-Source connection Serializer
17
+ * Group Source Connection
18
18
  * @export
19
19
  * @interface PatchedGroupPlexSourceConnectionRequest
20
20
  */
@@ -14,7 +14,7 @@
14
14
 
15
15
  import { mapValues } from '../runtime';
16
16
  /**
17
- * OAuth Group-Source connection Serializer
17
+ * Group Source Connection
18
18
  * @export
19
19
  * @interface PatchedGroupSAMLSourceConnectionRequest
20
20
  */
@@ -0,0 +1,81 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * authentik
5
+ * Making authentication simple.
6
+ *
7
+ * The version of the OpenAPI document: 2025.2.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
+
15
+ import { mapValues } from '../runtime';
16
+ /**
17
+ * Group Source Connection
18
+ * @export
19
+ * @interface PatchedGroupSourceConnectionRequest
20
+ */
21
+ export interface PatchedGroupSourceConnectionRequest {
22
+ /**
23
+ *
24
+ * @type {string}
25
+ * @memberof PatchedGroupSourceConnectionRequest
26
+ */
27
+ group?: string;
28
+ /**
29
+ *
30
+ * @type {string}
31
+ * @memberof PatchedGroupSourceConnectionRequest
32
+ */
33
+ source?: string;
34
+ /**
35
+ *
36
+ * @type {string}
37
+ * @memberof PatchedGroupSourceConnectionRequest
38
+ */
39
+ identifier?: string;
40
+ }
41
+
42
+ /**
43
+ * Check if a given object implements the PatchedGroupSourceConnectionRequest interface.
44
+ */
45
+ export function instanceOfPatchedGroupSourceConnectionRequest(value: object): value is PatchedGroupSourceConnectionRequest {
46
+ return true;
47
+ }
48
+
49
+ export function PatchedGroupSourceConnectionRequestFromJSON(json: any): PatchedGroupSourceConnectionRequest {
50
+ return PatchedGroupSourceConnectionRequestFromJSONTyped(json, false);
51
+ }
52
+
53
+ export function PatchedGroupSourceConnectionRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedGroupSourceConnectionRequest {
54
+ if (json == null) {
55
+ return json;
56
+ }
57
+ return {
58
+
59
+ 'group': json['group'] == null ? undefined : json['group'],
60
+ 'source': json['source'] == null ? undefined : json['source'],
61
+ 'identifier': json['identifier'] == null ? undefined : json['identifier'],
62
+ };
63
+ }
64
+
65
+ export function PatchedGroupSourceConnectionRequestToJSON(json: any): PatchedGroupSourceConnectionRequest {
66
+ return PatchedGroupSourceConnectionRequestToJSONTyped(json, false);
67
+ }
68
+
69
+ export function PatchedGroupSourceConnectionRequestToJSONTyped(value?: PatchedGroupSourceConnectionRequest | null, ignoreDiscriminator: boolean = false): any {
70
+ if (value == null) {
71
+ return value;
72
+ }
73
+
74
+ return {
75
+
76
+ 'group': value['group'],
77
+ 'source': value['source'],
78
+ 'identifier': value['identifier'],
79
+ };
80
+ }
81
+
@@ -14,7 +14,7 @@
14
14
 
15
15
  import { mapValues } from '../runtime';
16
16
  /**
17
- * Kerberos Source Serializer
17
+ * User source connection
18
18
  * @export
19
19
  * @interface PatchedUserKerberosSourceConnectionRequest
20
20
  */
@@ -14,7 +14,7 @@
14
14
 
15
15
  import { mapValues } from '../runtime';
16
16
  /**
17
- * OAuth Source Serializer
17
+ * User source connection
18
18
  * @export
19
19
  * @interface PatchedUserOAuthSourceConnectionRequest
20
20
  */
@@ -14,7 +14,7 @@
14
14
 
15
15
  import { mapValues } from '../runtime';
16
16
  /**
17
- * Plex Source connection Serializer
17
+ * User source connection
18
18
  * @export
19
19
  * @interface PatchedUserPlexSourceConnectionRequest
20
20
  */
@@ -14,7 +14,7 @@
14
14
 
15
15
  import { mapValues } from '../runtime';
16
16
  /**
17
- * SAML Source Serializer
17
+ * User source connection
18
18
  * @export
19
19
  * @interface PatchedUserSAMLSourceConnectionRequest
20
20
  */
@@ -22,7 +22,7 @@ import {
22
22
  } from './Source';
23
23
 
24
24
  /**
25
- * Kerberos Source Serializer
25
+ * User source connection
26
26
  * @export
27
27
  * @interface UserKerberosSourceConnection
28
28
  */
@@ -14,7 +14,7 @@
14
14
 
15
15
  import { mapValues } from '../runtime';
16
16
  /**
17
- * Kerberos Source Serializer
17
+ * User source connection
18
18
  * @export
19
19
  * @interface UserKerberosSourceConnectionRequest
20
20
  */
@@ -22,7 +22,7 @@ import {
22
22
  } from './Source';
23
23
 
24
24
  /**
25
- * OAuth Source Serializer
25
+ * User source connection
26
26
  * @export
27
27
  * @interface UserOAuthSourceConnection
28
28
  */
@@ -14,7 +14,7 @@
14
14
 
15
15
  import { mapValues } from '../runtime';
16
16
  /**
17
- * OAuth Source Serializer
17
+ * User source connection
18
18
  * @export
19
19
  * @interface UserOAuthSourceConnectionRequest
20
20
  */
@@ -22,7 +22,7 @@ import {
22
22
  } from './Source';
23
23
 
24
24
  /**
25
- * Plex Source connection Serializer
25
+ * User source connection
26
26
  * @export
27
27
  * @interface UserPlexSourceConnection
28
28
  */
@@ -14,7 +14,7 @@
14
14
 
15
15
  import { mapValues } from '../runtime';
16
16
  /**
17
- * Plex Source connection Serializer
17
+ * User source connection
18
18
  * @export
19
19
  * @interface UserPlexSourceConnectionRequest
20
20
  */
@@ -22,7 +22,7 @@ import {
22
22
  } from './Source';
23
23
 
24
24
  /**
25
- * SAML Source Serializer
25
+ * User source connection
26
26
  * @export
27
27
  * @interface UserSAMLSourceConnection
28
28
  */
@@ -14,7 +14,7 @@
14
14
 
15
15
  import { mapValues } from '../runtime';
16
16
  /**
17
- * SAML Source Serializer
17
+ * User source connection
18
18
  * @export
19
19
  * @interface UserSAMLSourceConnectionRequest
20
20
  */
@@ -186,6 +186,8 @@ export * from './GroupPlexSourceConnectionRequest';
186
186
  export * from './GroupRequest';
187
187
  export * from './GroupSAMLSourceConnection';
188
188
  export * from './GroupSAMLSourceConnectionRequest';
189
+ export * from './GroupSourceConnection';
190
+ export * from './GroupSourceConnectionRequest';
189
191
  export * from './IdentificationChallenge';
190
192
  export * from './IdentificationChallengeResponseRequest';
191
193
  export * from './IdentificationStage';
@@ -317,6 +319,7 @@ export * from './PaginatedGroupList';
317
319
  export * from './PaginatedGroupOAuthSourceConnectionList';
318
320
  export * from './PaginatedGroupPlexSourceConnectionList';
319
321
  export * from './PaginatedGroupSAMLSourceConnectionList';
322
+ export * from './PaginatedGroupSourceConnectionList';
320
323
  export * from './PaginatedIdentificationStageList';
321
324
  export * from './PaginatedInvitationList';
322
325
  export * from './PaginatedInvitationStageList';
@@ -454,6 +457,7 @@ export * from './PatchedGroupOAuthSourceConnectionRequest';
454
457
  export * from './PatchedGroupPlexSourceConnectionRequest';
455
458
  export * from './PatchedGroupRequest';
456
459
  export * from './PatchedGroupSAMLSourceConnectionRequest';
460
+ export * from './PatchedGroupSourceConnectionRequest';
457
461
  export * from './PatchedIdentificationStageRequest';
458
462
  export * from './PatchedInvitationRequest';
459
463
  export * from './PatchedInvitationStageRequest';