@goauthentik/api 2025.2.3-1744036568 → 2025.2.3-1744041717

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 (61) hide show
  1. package/dist/esm/models/GroupKerberosSourceConnection.d.ts +7 -1
  2. package/dist/esm/models/GroupKerberosSourceConnection.js +3 -0
  3. package/dist/esm/models/GroupOAuthSourceConnection.d.ts +7 -1
  4. package/dist/esm/models/GroupOAuthSourceConnection.js +3 -0
  5. package/dist/esm/models/GroupPlexSourceConnection.d.ts +7 -1
  6. package/dist/esm/models/GroupPlexSourceConnection.js +3 -0
  7. package/dist/esm/models/GroupSAMLSourceConnection.d.ts +7 -1
  8. package/dist/esm/models/GroupSAMLSourceConnection.js +3 -0
  9. package/dist/esm/models/GroupSourceConnection.d.ts +7 -1
  10. package/dist/esm/models/GroupSourceConnection.js +3 -0
  11. package/dist/esm/models/PatchedUserSourceConnectionRequest.d.ts +6 -0
  12. package/dist/esm/models/PatchedUserSourceConnectionRequest.js +2 -0
  13. package/dist/esm/models/UserKerberosSourceConnection.d.ts +9 -3
  14. package/dist/esm/models/UserKerberosSourceConnection.js +5 -2
  15. package/dist/esm/models/UserOAuthSourceConnection.d.ts +9 -3
  16. package/dist/esm/models/UserOAuthSourceConnection.js +5 -2
  17. package/dist/esm/models/UserPlexSourceConnection.d.ts +9 -3
  18. package/dist/esm/models/UserPlexSourceConnection.js +5 -2
  19. package/dist/esm/models/UserSAMLSourceConnection.d.ts +9 -3
  20. package/dist/esm/models/UserSAMLSourceConnection.js +5 -2
  21. package/dist/esm/models/UserSourceConnection.d.ts +13 -1
  22. package/dist/esm/models/UserSourceConnection.js +7 -0
  23. package/dist/esm/models/UserSourceConnectionRequest.d.ts +6 -0
  24. package/dist/esm/models/UserSourceConnectionRequest.js +4 -0
  25. package/dist/models/GroupKerberosSourceConnection.d.ts +7 -1
  26. package/dist/models/GroupKerberosSourceConnection.js +3 -0
  27. package/dist/models/GroupOAuthSourceConnection.d.ts +7 -1
  28. package/dist/models/GroupOAuthSourceConnection.js +3 -0
  29. package/dist/models/GroupPlexSourceConnection.d.ts +7 -1
  30. package/dist/models/GroupPlexSourceConnection.js +3 -0
  31. package/dist/models/GroupSAMLSourceConnection.d.ts +7 -1
  32. package/dist/models/GroupSAMLSourceConnection.js +3 -0
  33. package/dist/models/GroupSourceConnection.d.ts +7 -1
  34. package/dist/models/GroupSourceConnection.js +3 -0
  35. package/dist/models/PatchedUserSourceConnectionRequest.d.ts +6 -0
  36. package/dist/models/PatchedUserSourceConnectionRequest.js +2 -0
  37. package/dist/models/UserKerberosSourceConnection.d.ts +9 -3
  38. package/dist/models/UserKerberosSourceConnection.js +5 -2
  39. package/dist/models/UserOAuthSourceConnection.d.ts +9 -3
  40. package/dist/models/UserOAuthSourceConnection.js +5 -2
  41. package/dist/models/UserPlexSourceConnection.d.ts +9 -3
  42. package/dist/models/UserPlexSourceConnection.js +5 -2
  43. package/dist/models/UserSAMLSourceConnection.d.ts +9 -3
  44. package/dist/models/UserSAMLSourceConnection.js +5 -2
  45. package/dist/models/UserSourceConnection.d.ts +13 -1
  46. package/dist/models/UserSourceConnection.js +7 -0
  47. package/dist/models/UserSourceConnectionRequest.d.ts +6 -0
  48. package/dist/models/UserSourceConnectionRequest.js +4 -0
  49. package/package.json +1 -1
  50. package/src/models/GroupKerberosSourceConnection.ts +9 -1
  51. package/src/models/GroupOAuthSourceConnection.ts +9 -1
  52. package/src/models/GroupPlexSourceConnection.ts +9 -1
  53. package/src/models/GroupSAMLSourceConnection.ts +9 -1
  54. package/src/models/GroupSourceConnection.ts +9 -1
  55. package/src/models/PatchedUserSourceConnectionRequest.ts +8 -0
  56. package/src/models/UserKerberosSourceConnection.ts +13 -5
  57. package/src/models/UserOAuthSourceConnection.ts +13 -5
  58. package/src/models/UserPlexSourceConnection.ts +13 -5
  59. package/src/models/UserSAMLSourceConnection.ts +13 -5
  60. package/src/models/UserSourceConnection.ts +18 -1
  61. package/src/models/UserSourceConnectionRequest.ts +9 -0
@@ -52,6 +52,12 @@ export interface GroupKerberosSourceConnection {
52
52
  * @memberof GroupKerberosSourceConnection
53
53
  */
54
54
  readonly created: Date;
55
+ /**
56
+ *
57
+ * @type {Date}
58
+ * @memberof GroupKerberosSourceConnection
59
+ */
60
+ readonly lastUpdated: Date;
55
61
  }
56
62
  /**
57
63
  * Check if a given object implements the GroupKerberosSourceConnection interface.
@@ -60,4 +66,4 @@ export declare function instanceOfGroupKerberosSourceConnection(value: object):
60
66
  export declare function GroupKerberosSourceConnectionFromJSON(json: any): GroupKerberosSourceConnection;
61
67
  export declare function GroupKerberosSourceConnectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): GroupKerberosSourceConnection;
62
68
  export declare function GroupKerberosSourceConnectionToJSON(json: any): GroupKerberosSourceConnection;
63
- export declare function GroupKerberosSourceConnectionToJSONTyped(value?: Omit<GroupKerberosSourceConnection, 'pk' | 'source_obj' | 'created'> | null, ignoreDiscriminator?: boolean): any;
69
+ export declare function GroupKerberosSourceConnectionToJSONTyped(value?: Omit<GroupKerberosSourceConnection, 'pk' | 'source_obj' | 'created' | 'last_updated'> | null, ignoreDiscriminator?: boolean): any;
@@ -28,6 +28,8 @@ export function instanceOfGroupKerberosSourceConnection(value) {
28
28
  return false;
29
29
  if (!('created' in value) || value['created'] === undefined)
30
30
  return false;
31
+ if (!('lastUpdated' in value) || value['lastUpdated'] === undefined)
32
+ return false;
31
33
  return true;
32
34
  }
33
35
  export function GroupKerberosSourceConnectionFromJSON(json) {
@@ -44,6 +46,7 @@ export function GroupKerberosSourceConnectionFromJSONTyped(json, ignoreDiscrimin
44
46
  'sourceObj': SourceFromJSON(json['source_obj']),
45
47
  'identifier': json['identifier'],
46
48
  'created': (new Date(json['created'])),
49
+ 'lastUpdated': (new Date(json['last_updated'])),
47
50
  };
48
51
  }
49
52
  export function GroupKerberosSourceConnectionToJSON(json) {
@@ -52,6 +52,12 @@ export interface GroupOAuthSourceConnection {
52
52
  * @memberof GroupOAuthSourceConnection
53
53
  */
54
54
  readonly created: Date;
55
+ /**
56
+ *
57
+ * @type {Date}
58
+ * @memberof GroupOAuthSourceConnection
59
+ */
60
+ readonly lastUpdated: Date;
55
61
  }
56
62
  /**
57
63
  * Check if a given object implements the GroupOAuthSourceConnection interface.
@@ -60,4 +66,4 @@ export declare function instanceOfGroupOAuthSourceConnection(value: object): val
60
66
  export declare function GroupOAuthSourceConnectionFromJSON(json: any): GroupOAuthSourceConnection;
61
67
  export declare function GroupOAuthSourceConnectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): GroupOAuthSourceConnection;
62
68
  export declare function GroupOAuthSourceConnectionToJSON(json: any): GroupOAuthSourceConnection;
63
- export declare function GroupOAuthSourceConnectionToJSONTyped(value?: Omit<GroupOAuthSourceConnection, 'pk' | 'source_obj' | 'created'> | null, ignoreDiscriminator?: boolean): any;
69
+ export declare function GroupOAuthSourceConnectionToJSONTyped(value?: Omit<GroupOAuthSourceConnection, 'pk' | 'source_obj' | 'created' | 'last_updated'> | null, ignoreDiscriminator?: boolean): any;
@@ -28,6 +28,8 @@ export function instanceOfGroupOAuthSourceConnection(value) {
28
28
  return false;
29
29
  if (!('created' in value) || value['created'] === undefined)
30
30
  return false;
31
+ if (!('lastUpdated' in value) || value['lastUpdated'] === undefined)
32
+ return false;
31
33
  return true;
32
34
  }
33
35
  export function GroupOAuthSourceConnectionFromJSON(json) {
@@ -44,6 +46,7 @@ export function GroupOAuthSourceConnectionFromJSONTyped(json, ignoreDiscriminato
44
46
  'sourceObj': SourceFromJSON(json['source_obj']),
45
47
  'identifier': json['identifier'],
46
48
  'created': (new Date(json['created'])),
49
+ 'lastUpdated': (new Date(json['last_updated'])),
47
50
  };
48
51
  }
49
52
  export function GroupOAuthSourceConnectionToJSON(json) {
@@ -52,6 +52,12 @@ export interface GroupPlexSourceConnection {
52
52
  * @memberof GroupPlexSourceConnection
53
53
  */
54
54
  readonly created: Date;
55
+ /**
56
+ *
57
+ * @type {Date}
58
+ * @memberof GroupPlexSourceConnection
59
+ */
60
+ readonly lastUpdated: Date;
55
61
  }
56
62
  /**
57
63
  * Check if a given object implements the GroupPlexSourceConnection interface.
@@ -60,4 +66,4 @@ export declare function instanceOfGroupPlexSourceConnection(value: object): valu
60
66
  export declare function GroupPlexSourceConnectionFromJSON(json: any): GroupPlexSourceConnection;
61
67
  export declare function GroupPlexSourceConnectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): GroupPlexSourceConnection;
62
68
  export declare function GroupPlexSourceConnectionToJSON(json: any): GroupPlexSourceConnection;
63
- export declare function GroupPlexSourceConnectionToJSONTyped(value?: Omit<GroupPlexSourceConnection, 'pk' | 'source_obj' | 'created'> | null, ignoreDiscriminator?: boolean): any;
69
+ export declare function GroupPlexSourceConnectionToJSONTyped(value?: Omit<GroupPlexSourceConnection, 'pk' | 'source_obj' | 'created' | 'last_updated'> | null, ignoreDiscriminator?: boolean): any;
@@ -28,6 +28,8 @@ export function instanceOfGroupPlexSourceConnection(value) {
28
28
  return false;
29
29
  if (!('created' in value) || value['created'] === undefined)
30
30
  return false;
31
+ if (!('lastUpdated' in value) || value['lastUpdated'] === undefined)
32
+ return false;
31
33
  return true;
32
34
  }
33
35
  export function GroupPlexSourceConnectionFromJSON(json) {
@@ -44,6 +46,7 @@ export function GroupPlexSourceConnectionFromJSONTyped(json, ignoreDiscriminator
44
46
  'sourceObj': SourceFromJSON(json['source_obj']),
45
47
  'identifier': json['identifier'],
46
48
  'created': (new Date(json['created'])),
49
+ 'lastUpdated': (new Date(json['last_updated'])),
47
50
  };
48
51
  }
49
52
  export function GroupPlexSourceConnectionToJSON(json) {
@@ -52,6 +52,12 @@ export interface GroupSAMLSourceConnection {
52
52
  * @memberof GroupSAMLSourceConnection
53
53
  */
54
54
  readonly created: Date;
55
+ /**
56
+ *
57
+ * @type {Date}
58
+ * @memberof GroupSAMLSourceConnection
59
+ */
60
+ readonly lastUpdated: Date;
55
61
  }
56
62
  /**
57
63
  * Check if a given object implements the GroupSAMLSourceConnection interface.
@@ -60,4 +66,4 @@ export declare function instanceOfGroupSAMLSourceConnection(value: object): valu
60
66
  export declare function GroupSAMLSourceConnectionFromJSON(json: any): GroupSAMLSourceConnection;
61
67
  export declare function GroupSAMLSourceConnectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): GroupSAMLSourceConnection;
62
68
  export declare function GroupSAMLSourceConnectionToJSON(json: any): GroupSAMLSourceConnection;
63
- export declare function GroupSAMLSourceConnectionToJSONTyped(value?: Omit<GroupSAMLSourceConnection, 'pk' | 'source_obj' | 'created'> | null, ignoreDiscriminator?: boolean): any;
69
+ export declare function GroupSAMLSourceConnectionToJSONTyped(value?: Omit<GroupSAMLSourceConnection, 'pk' | 'source_obj' | 'created' | 'last_updated'> | null, ignoreDiscriminator?: boolean): any;
@@ -28,6 +28,8 @@ export function instanceOfGroupSAMLSourceConnection(value) {
28
28
  return false;
29
29
  if (!('created' in value) || value['created'] === undefined)
30
30
  return false;
31
+ if (!('lastUpdated' in value) || value['lastUpdated'] === undefined)
32
+ return false;
31
33
  return true;
32
34
  }
33
35
  export function GroupSAMLSourceConnectionFromJSON(json) {
@@ -44,6 +46,7 @@ export function GroupSAMLSourceConnectionFromJSONTyped(json, ignoreDiscriminator
44
46
  'sourceObj': SourceFromJSON(json['source_obj']),
45
47
  'identifier': json['identifier'],
46
48
  'created': (new Date(json['created'])),
49
+ 'lastUpdated': (new Date(json['last_updated'])),
47
50
  };
48
51
  }
49
52
  export function GroupSAMLSourceConnectionToJSON(json) {
@@ -52,6 +52,12 @@ export interface GroupSourceConnection {
52
52
  * @memberof GroupSourceConnection
53
53
  */
54
54
  readonly created: Date;
55
+ /**
56
+ *
57
+ * @type {Date}
58
+ * @memberof GroupSourceConnection
59
+ */
60
+ readonly lastUpdated: Date;
55
61
  }
56
62
  /**
57
63
  * Check if a given object implements the GroupSourceConnection interface.
@@ -60,4 +66,4 @@ export declare function instanceOfGroupSourceConnection(value: object): value is
60
66
  export declare function GroupSourceConnectionFromJSON(json: any): GroupSourceConnection;
61
67
  export declare function GroupSourceConnectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): GroupSourceConnection;
62
68
  export declare function GroupSourceConnectionToJSON(json: any): GroupSourceConnection;
63
- export declare function GroupSourceConnectionToJSONTyped(value?: Omit<GroupSourceConnection, 'pk' | 'source_obj' | 'created'> | null, ignoreDiscriminator?: boolean): any;
69
+ export declare function GroupSourceConnectionToJSONTyped(value?: Omit<GroupSourceConnection, 'pk' | 'source_obj' | 'created' | 'last_updated'> | null, ignoreDiscriminator?: boolean): any;
@@ -28,6 +28,8 @@ export function instanceOfGroupSourceConnection(value) {
28
28
  return false;
29
29
  if (!('created' in value) || value['created'] === undefined)
30
30
  return false;
31
+ if (!('lastUpdated' in value) || value['lastUpdated'] === undefined)
32
+ return false;
31
33
  return true;
32
34
  }
33
35
  export function GroupSourceConnectionFromJSON(json) {
@@ -44,6 +46,7 @@ export function GroupSourceConnectionFromJSONTyped(json, ignoreDiscriminator) {
44
46
  'sourceObj': SourceFromJSON(json['source_obj']),
45
47
  'identifier': json['identifier'],
46
48
  'created': (new Date(json['created'])),
49
+ 'lastUpdated': (new Date(json['last_updated'])),
47
50
  };
48
51
  }
49
52
  export function GroupSourceConnectionToJSON(json) {
@@ -27,6 +27,12 @@ export interface PatchedUserSourceConnectionRequest {
27
27
  * @memberof PatchedUserSourceConnectionRequest
28
28
  */
29
29
  source?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof PatchedUserSourceConnectionRequest
34
+ */
35
+ identifier?: string;
30
36
  }
31
37
  /**
32
38
  * Check if a given object implements the PatchedUserSourceConnectionRequest interface.
@@ -27,6 +27,7 @@ export function PatchedUserSourceConnectionRequestFromJSONTyped(json, ignoreDisc
27
27
  return {
28
28
  'user': json['user'] == null ? undefined : json['user'],
29
29
  'source': json['source'] == null ? undefined : json['source'],
30
+ 'identifier': json['identifier'] == null ? undefined : json['identifier'],
30
31
  };
31
32
  }
32
33
  export function PatchedUserSourceConnectionRequestToJSON(json) {
@@ -39,5 +40,6 @@ export function PatchedUserSourceConnectionRequestToJSONTyped(value, ignoreDiscr
39
40
  return {
40
41
  'user': value['user'],
41
42
  'source': value['source'],
43
+ 'identifier': value['identifier'],
42
44
  };
43
45
  }
@@ -40,6 +40,12 @@ export interface UserKerberosSourceConnection {
40
40
  * @memberof UserKerberosSourceConnection
41
41
  */
42
42
  readonly sourceObj: Source;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof UserKerberosSourceConnection
47
+ */
48
+ identifier: string;
43
49
  /**
44
50
  *
45
51
  * @type {Date}
@@ -48,10 +54,10 @@ export interface UserKerberosSourceConnection {
48
54
  readonly created: Date;
49
55
  /**
50
56
  *
51
- * @type {string}
57
+ * @type {Date}
52
58
  * @memberof UserKerberosSourceConnection
53
59
  */
54
- identifier: string;
60
+ readonly lastUpdated: Date;
55
61
  }
56
62
  /**
57
63
  * Check if a given object implements the UserKerberosSourceConnection interface.
@@ -60,4 +66,4 @@ export declare function instanceOfUserKerberosSourceConnection(value: object): v
60
66
  export declare function UserKerberosSourceConnectionFromJSON(json: any): UserKerberosSourceConnection;
61
67
  export declare function UserKerberosSourceConnectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserKerberosSourceConnection;
62
68
  export declare function UserKerberosSourceConnectionToJSON(json: any): UserKerberosSourceConnection;
63
- export declare function UserKerberosSourceConnectionToJSONTyped(value?: Omit<UserKerberosSourceConnection, 'pk' | 'source_obj' | 'created'> | null, ignoreDiscriminator?: boolean): any;
69
+ export declare function UserKerberosSourceConnectionToJSONTyped(value?: Omit<UserKerberosSourceConnection, 'pk' | 'source_obj' | 'created' | 'last_updated'> | null, ignoreDiscriminator?: boolean): any;
@@ -24,9 +24,11 @@ export function instanceOfUserKerberosSourceConnection(value) {
24
24
  return false;
25
25
  if (!('sourceObj' in value) || value['sourceObj'] === undefined)
26
26
  return false;
27
+ if (!('identifier' in value) || value['identifier'] === undefined)
28
+ return false;
27
29
  if (!('created' in value) || value['created'] === undefined)
28
30
  return false;
29
- if (!('identifier' in value) || value['identifier'] === undefined)
31
+ if (!('lastUpdated' in value) || value['lastUpdated'] === undefined)
30
32
  return false;
31
33
  return true;
32
34
  }
@@ -42,8 +44,9 @@ export function UserKerberosSourceConnectionFromJSONTyped(json, ignoreDiscrimina
42
44
  'user': json['user'],
43
45
  'source': json['source'],
44
46
  'sourceObj': SourceFromJSON(json['source_obj']),
45
- 'created': (new Date(json['created'])),
46
47
  'identifier': json['identifier'],
48
+ 'created': (new Date(json['created'])),
49
+ 'lastUpdated': (new Date(json['last_updated'])),
47
50
  };
48
51
  }
49
52
  export function UserKerberosSourceConnectionToJSON(json) {
@@ -40,6 +40,12 @@ export interface UserOAuthSourceConnection {
40
40
  * @memberof UserOAuthSourceConnection
41
41
  */
42
42
  readonly sourceObj: Source;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof UserOAuthSourceConnection
47
+ */
48
+ identifier: string;
43
49
  /**
44
50
  *
45
51
  * @type {Date}
@@ -48,10 +54,10 @@ export interface UserOAuthSourceConnection {
48
54
  readonly created: Date;
49
55
  /**
50
56
  *
51
- * @type {string}
57
+ * @type {Date}
52
58
  * @memberof UserOAuthSourceConnection
53
59
  */
54
- identifier: string;
60
+ readonly lastUpdated: Date;
55
61
  }
56
62
  /**
57
63
  * Check if a given object implements the UserOAuthSourceConnection interface.
@@ -60,4 +66,4 @@ export declare function instanceOfUserOAuthSourceConnection(value: object): valu
60
66
  export declare function UserOAuthSourceConnectionFromJSON(json: any): UserOAuthSourceConnection;
61
67
  export declare function UserOAuthSourceConnectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserOAuthSourceConnection;
62
68
  export declare function UserOAuthSourceConnectionToJSON(json: any): UserOAuthSourceConnection;
63
- export declare function UserOAuthSourceConnectionToJSONTyped(value?: Omit<UserOAuthSourceConnection, 'pk' | 'source_obj' | 'created'> | null, ignoreDiscriminator?: boolean): any;
69
+ export declare function UserOAuthSourceConnectionToJSONTyped(value?: Omit<UserOAuthSourceConnection, 'pk' | 'source_obj' | 'created' | 'last_updated'> | null, ignoreDiscriminator?: boolean): any;
@@ -24,9 +24,11 @@ export function instanceOfUserOAuthSourceConnection(value) {
24
24
  return false;
25
25
  if (!('sourceObj' in value) || value['sourceObj'] === undefined)
26
26
  return false;
27
+ if (!('identifier' in value) || value['identifier'] === undefined)
28
+ return false;
27
29
  if (!('created' in value) || value['created'] === undefined)
28
30
  return false;
29
- if (!('identifier' in value) || value['identifier'] === undefined)
31
+ if (!('lastUpdated' in value) || value['lastUpdated'] === undefined)
30
32
  return false;
31
33
  return true;
32
34
  }
@@ -42,8 +44,9 @@ export function UserOAuthSourceConnectionFromJSONTyped(json, ignoreDiscriminator
42
44
  'user': json['user'],
43
45
  'source': json['source'],
44
46
  'sourceObj': SourceFromJSON(json['source_obj']),
45
- 'created': (new Date(json['created'])),
46
47
  'identifier': json['identifier'],
48
+ 'created': (new Date(json['created'])),
49
+ 'lastUpdated': (new Date(json['last_updated'])),
47
50
  };
48
51
  }
49
52
  export function UserOAuthSourceConnectionToJSON(json) {
@@ -40,6 +40,12 @@ export interface UserPlexSourceConnection {
40
40
  * @memberof UserPlexSourceConnection
41
41
  */
42
42
  readonly sourceObj: Source;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof UserPlexSourceConnection
47
+ */
48
+ identifier: string;
43
49
  /**
44
50
  *
45
51
  * @type {Date}
@@ -48,10 +54,10 @@ export interface UserPlexSourceConnection {
48
54
  readonly created: Date;
49
55
  /**
50
56
  *
51
- * @type {string}
57
+ * @type {Date}
52
58
  * @memberof UserPlexSourceConnection
53
59
  */
54
- identifier: string;
60
+ readonly lastUpdated: Date;
55
61
  }
56
62
  /**
57
63
  * Check if a given object implements the UserPlexSourceConnection interface.
@@ -60,4 +66,4 @@ export declare function instanceOfUserPlexSourceConnection(value: object): value
60
66
  export declare function UserPlexSourceConnectionFromJSON(json: any): UserPlexSourceConnection;
61
67
  export declare function UserPlexSourceConnectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserPlexSourceConnection;
62
68
  export declare function UserPlexSourceConnectionToJSON(json: any): UserPlexSourceConnection;
63
- export declare function UserPlexSourceConnectionToJSONTyped(value?: Omit<UserPlexSourceConnection, 'pk' | 'source_obj' | 'created'> | null, ignoreDiscriminator?: boolean): any;
69
+ export declare function UserPlexSourceConnectionToJSONTyped(value?: Omit<UserPlexSourceConnection, 'pk' | 'source_obj' | 'created' | 'last_updated'> | null, ignoreDiscriminator?: boolean): any;
@@ -24,9 +24,11 @@ export function instanceOfUserPlexSourceConnection(value) {
24
24
  return false;
25
25
  if (!('sourceObj' in value) || value['sourceObj'] === undefined)
26
26
  return false;
27
+ if (!('identifier' in value) || value['identifier'] === undefined)
28
+ return false;
27
29
  if (!('created' in value) || value['created'] === undefined)
28
30
  return false;
29
- if (!('identifier' in value) || value['identifier'] === undefined)
31
+ if (!('lastUpdated' in value) || value['lastUpdated'] === undefined)
30
32
  return false;
31
33
  return true;
32
34
  }
@@ -42,8 +44,9 @@ export function UserPlexSourceConnectionFromJSONTyped(json, ignoreDiscriminator)
42
44
  'user': json['user'],
43
45
  'source': json['source'],
44
46
  'sourceObj': SourceFromJSON(json['source_obj']),
45
- 'created': (new Date(json['created'])),
46
47
  'identifier': json['identifier'],
48
+ 'created': (new Date(json['created'])),
49
+ 'lastUpdated': (new Date(json['last_updated'])),
47
50
  };
48
51
  }
49
52
  export function UserPlexSourceConnectionToJSON(json) {
@@ -40,6 +40,12 @@ export interface UserSAMLSourceConnection {
40
40
  * @memberof UserSAMLSourceConnection
41
41
  */
42
42
  readonly sourceObj: Source;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof UserSAMLSourceConnection
47
+ */
48
+ identifier: string;
43
49
  /**
44
50
  *
45
51
  * @type {Date}
@@ -48,10 +54,10 @@ export interface UserSAMLSourceConnection {
48
54
  readonly created: Date;
49
55
  /**
50
56
  *
51
- * @type {string}
57
+ * @type {Date}
52
58
  * @memberof UserSAMLSourceConnection
53
59
  */
54
- identifier: string;
60
+ readonly lastUpdated: Date;
55
61
  }
56
62
  /**
57
63
  * Check if a given object implements the UserSAMLSourceConnection interface.
@@ -60,4 +66,4 @@ export declare function instanceOfUserSAMLSourceConnection(value: object): value
60
66
  export declare function UserSAMLSourceConnectionFromJSON(json: any): UserSAMLSourceConnection;
61
67
  export declare function UserSAMLSourceConnectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserSAMLSourceConnection;
62
68
  export declare function UserSAMLSourceConnectionToJSON(json: any): UserSAMLSourceConnection;
63
- export declare function UserSAMLSourceConnectionToJSONTyped(value?: Omit<UserSAMLSourceConnection, 'pk' | 'source_obj' | 'created'> | null, ignoreDiscriminator?: boolean): any;
69
+ export declare function UserSAMLSourceConnectionToJSONTyped(value?: Omit<UserSAMLSourceConnection, 'pk' | 'source_obj' | 'created' | 'last_updated'> | null, ignoreDiscriminator?: boolean): any;
@@ -24,9 +24,11 @@ export function instanceOfUserSAMLSourceConnection(value) {
24
24
  return false;
25
25
  if (!('sourceObj' in value) || value['sourceObj'] === undefined)
26
26
  return false;
27
+ if (!('identifier' in value) || value['identifier'] === undefined)
28
+ return false;
27
29
  if (!('created' in value) || value['created'] === undefined)
28
30
  return false;
29
- if (!('identifier' in value) || value['identifier'] === undefined)
31
+ if (!('lastUpdated' in value) || value['lastUpdated'] === undefined)
30
32
  return false;
31
33
  return true;
32
34
  }
@@ -42,8 +44,9 @@ export function UserSAMLSourceConnectionFromJSONTyped(json, ignoreDiscriminator)
42
44
  'user': json['user'],
43
45
  'source': json['source'],
44
46
  'sourceObj': SourceFromJSON(json['source_obj']),
45
- 'created': (new Date(json['created'])),
46
47
  'identifier': json['identifier'],
48
+ 'created': (new Date(json['created'])),
49
+ 'lastUpdated': (new Date(json['last_updated'])),
47
50
  };
48
51
  }
49
52
  export function UserSAMLSourceConnectionToJSON(json) {
@@ -40,12 +40,24 @@ export interface UserSourceConnection {
40
40
  * @memberof UserSourceConnection
41
41
  */
42
42
  readonly sourceObj: Source;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof UserSourceConnection
47
+ */
48
+ identifier: string;
43
49
  /**
44
50
  *
45
51
  * @type {Date}
46
52
  * @memberof UserSourceConnection
47
53
  */
48
54
  readonly created: Date;
55
+ /**
56
+ *
57
+ * @type {Date}
58
+ * @memberof UserSourceConnection
59
+ */
60
+ readonly lastUpdated: Date;
49
61
  }
50
62
  /**
51
63
  * Check if a given object implements the UserSourceConnection interface.
@@ -54,4 +66,4 @@ export declare function instanceOfUserSourceConnection(value: object): value is
54
66
  export declare function UserSourceConnectionFromJSON(json: any): UserSourceConnection;
55
67
  export declare function UserSourceConnectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserSourceConnection;
56
68
  export declare function UserSourceConnectionToJSON(json: any): UserSourceConnection;
57
- export declare function UserSourceConnectionToJSONTyped(value?: Omit<UserSourceConnection, 'pk' | 'source_obj' | 'created'> | null, ignoreDiscriminator?: boolean): any;
69
+ export declare function UserSourceConnectionToJSONTyped(value?: Omit<UserSourceConnection, 'pk' | 'source_obj' | 'created' | 'last_updated'> | null, ignoreDiscriminator?: boolean): any;
@@ -24,8 +24,12 @@ export function instanceOfUserSourceConnection(value) {
24
24
  return false;
25
25
  if (!('sourceObj' in value) || value['sourceObj'] === undefined)
26
26
  return false;
27
+ if (!('identifier' in value) || value['identifier'] === undefined)
28
+ return false;
27
29
  if (!('created' in value) || value['created'] === undefined)
28
30
  return false;
31
+ if (!('lastUpdated' in value) || value['lastUpdated'] === undefined)
32
+ return false;
29
33
  return true;
30
34
  }
31
35
  export function UserSourceConnectionFromJSON(json) {
@@ -40,7 +44,9 @@ export function UserSourceConnectionFromJSONTyped(json, ignoreDiscriminator) {
40
44
  'user': json['user'],
41
45
  'source': json['source'],
42
46
  'sourceObj': SourceFromJSON(json['source_obj']),
47
+ 'identifier': json['identifier'],
43
48
  'created': (new Date(json['created'])),
49
+ 'lastUpdated': (new Date(json['last_updated'])),
44
50
  };
45
51
  }
46
52
  export function UserSourceConnectionToJSON(json) {
@@ -53,5 +59,6 @@ export function UserSourceConnectionToJSONTyped(value, ignoreDiscriminator = fal
53
59
  return {
54
60
  'user': value['user'],
55
61
  'source': value['source'],
62
+ 'identifier': value['identifier'],
56
63
  };
57
64
  }
@@ -27,6 +27,12 @@ export interface UserSourceConnectionRequest {
27
27
  * @memberof UserSourceConnectionRequest
28
28
  */
29
29
  source: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof UserSourceConnectionRequest
34
+ */
35
+ identifier: string;
30
36
  }
31
37
  /**
32
38
  * Check if a given object implements the UserSourceConnectionRequest interface.
@@ -19,6 +19,8 @@ export function instanceOfUserSourceConnectionRequest(value) {
19
19
  return false;
20
20
  if (!('source' in value) || value['source'] === undefined)
21
21
  return false;
22
+ if (!('identifier' in value) || value['identifier'] === undefined)
23
+ return false;
22
24
  return true;
23
25
  }
24
26
  export function UserSourceConnectionRequestFromJSON(json) {
@@ -31,6 +33,7 @@ export function UserSourceConnectionRequestFromJSONTyped(json, ignoreDiscriminat
31
33
  return {
32
34
  'user': json['user'],
33
35
  'source': json['source'],
36
+ 'identifier': json['identifier'],
34
37
  };
35
38
  }
36
39
  export function UserSourceConnectionRequestToJSON(json) {
@@ -43,5 +46,6 @@ export function UserSourceConnectionRequestToJSONTyped(value, ignoreDiscriminato
43
46
  return {
44
47
  'user': value['user'],
45
48
  'source': value['source'],
49
+ 'identifier': value['identifier'],
46
50
  };
47
51
  }
@@ -52,6 +52,12 @@ export interface GroupKerberosSourceConnection {
52
52
  * @memberof GroupKerberosSourceConnection
53
53
  */
54
54
  readonly created: Date;
55
+ /**
56
+ *
57
+ * @type {Date}
58
+ * @memberof GroupKerberosSourceConnection
59
+ */
60
+ readonly lastUpdated: Date;
55
61
  }
56
62
  /**
57
63
  * Check if a given object implements the GroupKerberosSourceConnection interface.
@@ -60,4 +66,4 @@ export declare function instanceOfGroupKerberosSourceConnection(value: object):
60
66
  export declare function GroupKerberosSourceConnectionFromJSON(json: any): GroupKerberosSourceConnection;
61
67
  export declare function GroupKerberosSourceConnectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): GroupKerberosSourceConnection;
62
68
  export declare function GroupKerberosSourceConnectionToJSON(json: any): GroupKerberosSourceConnection;
63
- export declare function GroupKerberosSourceConnectionToJSONTyped(value?: Omit<GroupKerberosSourceConnection, 'pk' | 'source_obj' | 'created'> | null, ignoreDiscriminator?: boolean): any;
69
+ export declare function GroupKerberosSourceConnectionToJSONTyped(value?: Omit<GroupKerberosSourceConnection, 'pk' | 'source_obj' | 'created' | 'last_updated'> | null, ignoreDiscriminator?: boolean): any;
@@ -35,6 +35,8 @@ function instanceOfGroupKerberosSourceConnection(value) {
35
35
  return false;
36
36
  if (!('created' in value) || value['created'] === undefined)
37
37
  return false;
38
+ if (!('lastUpdated' in value) || value['lastUpdated'] === undefined)
39
+ return false;
38
40
  return true;
39
41
  }
40
42
  function GroupKerberosSourceConnectionFromJSON(json) {
@@ -51,6 +53,7 @@ function GroupKerberosSourceConnectionFromJSONTyped(json, ignoreDiscriminator) {
51
53
  'sourceObj': (0, Source_1.SourceFromJSON)(json['source_obj']),
52
54
  'identifier': json['identifier'],
53
55
  'created': (new Date(json['created'])),
56
+ 'lastUpdated': (new Date(json['last_updated'])),
54
57
  };
55
58
  }
56
59
  function GroupKerberosSourceConnectionToJSON(json) {
@@ -52,6 +52,12 @@ export interface GroupOAuthSourceConnection {
52
52
  * @memberof GroupOAuthSourceConnection
53
53
  */
54
54
  readonly created: Date;
55
+ /**
56
+ *
57
+ * @type {Date}
58
+ * @memberof GroupOAuthSourceConnection
59
+ */
60
+ readonly lastUpdated: Date;
55
61
  }
56
62
  /**
57
63
  * Check if a given object implements the GroupOAuthSourceConnection interface.
@@ -60,4 +66,4 @@ export declare function instanceOfGroupOAuthSourceConnection(value: object): val
60
66
  export declare function GroupOAuthSourceConnectionFromJSON(json: any): GroupOAuthSourceConnection;
61
67
  export declare function GroupOAuthSourceConnectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): GroupOAuthSourceConnection;
62
68
  export declare function GroupOAuthSourceConnectionToJSON(json: any): GroupOAuthSourceConnection;
63
- export declare function GroupOAuthSourceConnectionToJSONTyped(value?: Omit<GroupOAuthSourceConnection, 'pk' | 'source_obj' | 'created'> | null, ignoreDiscriminator?: boolean): any;
69
+ export declare function GroupOAuthSourceConnectionToJSONTyped(value?: Omit<GroupOAuthSourceConnection, 'pk' | 'source_obj' | 'created' | 'last_updated'> | null, ignoreDiscriminator?: boolean): any;
@@ -35,6 +35,8 @@ function instanceOfGroupOAuthSourceConnection(value) {
35
35
  return false;
36
36
  if (!('created' in value) || value['created'] === undefined)
37
37
  return false;
38
+ if (!('lastUpdated' in value) || value['lastUpdated'] === undefined)
39
+ return false;
38
40
  return true;
39
41
  }
40
42
  function GroupOAuthSourceConnectionFromJSON(json) {
@@ -51,6 +53,7 @@ function GroupOAuthSourceConnectionFromJSONTyped(json, ignoreDiscriminator) {
51
53
  'sourceObj': (0, Source_1.SourceFromJSON)(json['source_obj']),
52
54
  'identifier': json['identifier'],
53
55
  'created': (new Date(json['created'])),
56
+ 'lastUpdated': (new Date(json['last_updated'])),
54
57
  };
55
58
  }
56
59
  function GroupOAuthSourceConnectionToJSON(json) {
@@ -52,6 +52,12 @@ export interface GroupPlexSourceConnection {
52
52
  * @memberof GroupPlexSourceConnection
53
53
  */
54
54
  readonly created: Date;
55
+ /**
56
+ *
57
+ * @type {Date}
58
+ * @memberof GroupPlexSourceConnection
59
+ */
60
+ readonly lastUpdated: Date;
55
61
  }
56
62
  /**
57
63
  * Check if a given object implements the GroupPlexSourceConnection interface.
@@ -60,4 +66,4 @@ export declare function instanceOfGroupPlexSourceConnection(value: object): valu
60
66
  export declare function GroupPlexSourceConnectionFromJSON(json: any): GroupPlexSourceConnection;
61
67
  export declare function GroupPlexSourceConnectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): GroupPlexSourceConnection;
62
68
  export declare function GroupPlexSourceConnectionToJSON(json: any): GroupPlexSourceConnection;
63
- export declare function GroupPlexSourceConnectionToJSONTyped(value?: Omit<GroupPlexSourceConnection, 'pk' | 'source_obj' | 'created'> | null, ignoreDiscriminator?: boolean): any;
69
+ export declare function GroupPlexSourceConnectionToJSONTyped(value?: Omit<GroupPlexSourceConnection, 'pk' | 'source_obj' | 'created' | 'last_updated'> | null, ignoreDiscriminator?: boolean): any;