@goauthentik/api 2023.10.7-1706576211 → 2023.10.7-1707429127

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.
@@ -14,7 +14,6 @@
14
14
  * * `authentik.admin` - authentik Admin
15
15
  * * `authentik.api` - authentik API
16
16
  * * `authentik.crypto` - authentik Crypto
17
- * * `authentik.events` - authentik Events
18
17
  * * `authentik.flows` - authentik Flows
19
18
  * * `authentik.outposts` - authentik Outpost
20
19
  * * `authentik.policies.dummy` - authentik Policies.Dummy
@@ -62,6 +61,7 @@
62
61
  * * `authentik.enterprise` - authentik Enterprise
63
62
  * * `authentik.enterprise.audit` - authentik Enterprise.Audit
64
63
  * * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC
64
+ * * `authentik.events` - authentik Events
65
65
  * @export
66
66
  */
67
67
  export declare const AppEnum: {
@@ -69,7 +69,6 @@ export declare const AppEnum: {
69
69
  readonly Admin: "authentik.admin";
70
70
  readonly Api: "authentik.api";
71
71
  readonly Crypto: "authentik.crypto";
72
- readonly Events: "authentik.events";
73
72
  readonly Flows: "authentik.flows";
74
73
  readonly Outposts: "authentik.outposts";
75
74
  readonly PoliciesDummy: "authentik.policies.dummy";
@@ -117,6 +116,7 @@ export declare const AppEnum: {
117
116
  readonly Enterprise: "authentik.enterprise";
118
117
  readonly EnterpriseAudit: "authentik.enterprise.audit";
119
118
  readonly EnterpriseProvidersRac: "authentik.enterprise.providers.rac";
119
+ readonly Events: "authentik.events";
120
120
  readonly UnknownDefaultOpenApi: "11184809";
121
121
  };
122
122
  export type AppEnum = typeof AppEnum[keyof typeof AppEnum];
@@ -16,7 +16,6 @@
16
16
  * * `authentik.admin` - authentik Admin
17
17
  * * `authentik.api` - authentik API
18
18
  * * `authentik.crypto` - authentik Crypto
19
- * * `authentik.events` - authentik Events
20
19
  * * `authentik.flows` - authentik Flows
21
20
  * * `authentik.outposts` - authentik Outpost
22
21
  * * `authentik.policies.dummy` - authentik Policies.Dummy
@@ -64,6 +63,7 @@
64
63
  * * `authentik.enterprise` - authentik Enterprise
65
64
  * * `authentik.enterprise.audit` - authentik Enterprise.Audit
66
65
  * * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC
66
+ * * `authentik.events` - authentik Events
67
67
  * @export
68
68
  */
69
69
  export const AppEnum = {
@@ -71,7 +71,6 @@ export const AppEnum = {
71
71
  Admin: 'authentik.admin',
72
72
  Api: 'authentik.api',
73
73
  Crypto: 'authentik.crypto',
74
- Events: 'authentik.events',
75
74
  Flows: 'authentik.flows',
76
75
  Outposts: 'authentik.outposts',
77
76
  PoliciesDummy: 'authentik.policies.dummy',
@@ -119,6 +118,7 @@ export const AppEnum = {
119
118
  Enterprise: 'authentik.enterprise',
120
119
  EnterpriseAudit: 'authentik.enterprise.audit',
121
120
  EnterpriseProvidersRac: 'authentik.enterprise.providers.rac',
121
+ Events: 'authentik.events',
122
122
  UnknownDefaultOpenApi: '11184809'
123
123
  };
124
124
  export function AppEnumFromJSON(json) {
@@ -12,11 +12,6 @@
12
12
  /**
13
13
  * * `authentik_tenants.domain` - Domain
14
14
  * * `authentik_crypto.certificatekeypair` - Certificate-Key Pair
15
- * * `authentik_events.event` - Event
16
- * * `authentik_events.notificationtransport` - Notification Transport
17
- * * `authentik_events.notification` - Notification
18
- * * `authentik_events.notificationrule` - Notification Rule
19
- * * `authentik_events.notificationwebhookmapping` - Webhook Mapping
20
15
  * * `authentik_flows.flow` - Flow
21
16
  * * `authentik_flows.flowstagebinding` - Flow Stage Binding
22
17
  * * `authentik_outposts.dockerserviceconnection` - Docker Service-Connection
@@ -84,16 +79,16 @@
84
79
  * * `authentik_providers_rac.racprovider` - RAC Provider
85
80
  * * `authentik_providers_rac.endpoint` - RAC Endpoint
86
81
  * * `authentik_providers_rac.racpropertymapping` - RAC Property Mapping
82
+ * * `authentik_events.event` - Event
83
+ * * `authentik_events.notificationtransport` - Notification Transport
84
+ * * `authentik_events.notification` - Notification
85
+ * * `authentik_events.notificationrule` - Notification Rule
86
+ * * `authentik_events.notificationwebhookmapping` - Webhook Mapping
87
87
  * @export
88
88
  */
89
89
  export declare const ModelEnum: {
90
90
  readonly TenantsDomain: "authentik_tenants.domain";
91
91
  readonly CryptoCertificatekeypair: "authentik_crypto.certificatekeypair";
92
- readonly EventsEvent: "authentik_events.event";
93
- readonly EventsNotificationtransport: "authentik_events.notificationtransport";
94
- readonly EventsNotification: "authentik_events.notification";
95
- readonly EventsNotificationrule: "authentik_events.notificationrule";
96
- readonly EventsNotificationwebhookmapping: "authentik_events.notificationwebhookmapping";
97
92
  readonly FlowsFlow: "authentik_flows.flow";
98
93
  readonly FlowsFlowstagebinding: "authentik_flows.flowstagebinding";
99
94
  readonly OutpostsDockerserviceconnection: "authentik_outposts.dockerserviceconnection";
@@ -161,6 +156,11 @@ export declare const ModelEnum: {
161
156
  readonly ProvidersRacRacprovider: "authentik_providers_rac.racprovider";
162
157
  readonly ProvidersRacEndpoint: "authentik_providers_rac.endpoint";
163
158
  readonly ProvidersRacRacpropertymapping: "authentik_providers_rac.racpropertymapping";
159
+ readonly EventsEvent: "authentik_events.event";
160
+ readonly EventsNotificationtransport: "authentik_events.notificationtransport";
161
+ readonly EventsNotification: "authentik_events.notification";
162
+ readonly EventsNotificationrule: "authentik_events.notificationrule";
163
+ readonly EventsNotificationwebhookmapping: "authentik_events.notificationwebhookmapping";
164
164
  readonly UnknownDefaultOpenApi: "11184809";
165
165
  };
166
166
  export type ModelEnum = typeof ModelEnum[keyof typeof ModelEnum];
@@ -14,11 +14,6 @@
14
14
  /**
15
15
  * * `authentik_tenants.domain` - Domain
16
16
  * * `authentik_crypto.certificatekeypair` - Certificate-Key Pair
17
- * * `authentik_events.event` - Event
18
- * * `authentik_events.notificationtransport` - Notification Transport
19
- * * `authentik_events.notification` - Notification
20
- * * `authentik_events.notificationrule` - Notification Rule
21
- * * `authentik_events.notificationwebhookmapping` - Webhook Mapping
22
17
  * * `authentik_flows.flow` - Flow
23
18
  * * `authentik_flows.flowstagebinding` - Flow Stage Binding
24
19
  * * `authentik_outposts.dockerserviceconnection` - Docker Service-Connection
@@ -86,16 +81,16 @@
86
81
  * * `authentik_providers_rac.racprovider` - RAC Provider
87
82
  * * `authentik_providers_rac.endpoint` - RAC Endpoint
88
83
  * * `authentik_providers_rac.racpropertymapping` - RAC Property Mapping
84
+ * * `authentik_events.event` - Event
85
+ * * `authentik_events.notificationtransport` - Notification Transport
86
+ * * `authentik_events.notification` - Notification
87
+ * * `authentik_events.notificationrule` - Notification Rule
88
+ * * `authentik_events.notificationwebhookmapping` - Webhook Mapping
89
89
  * @export
90
90
  */
91
91
  export const ModelEnum = {
92
92
  TenantsDomain: 'authentik_tenants.domain',
93
93
  CryptoCertificatekeypair: 'authentik_crypto.certificatekeypair',
94
- EventsEvent: 'authentik_events.event',
95
- EventsNotificationtransport: 'authentik_events.notificationtransport',
96
- EventsNotification: 'authentik_events.notification',
97
- EventsNotificationrule: 'authentik_events.notificationrule',
98
- EventsNotificationwebhookmapping: 'authentik_events.notificationwebhookmapping',
99
94
  FlowsFlow: 'authentik_flows.flow',
100
95
  FlowsFlowstagebinding: 'authentik_flows.flowstagebinding',
101
96
  OutpostsDockerserviceconnection: 'authentik_outposts.dockerserviceconnection',
@@ -163,6 +158,11 @@ export const ModelEnum = {
163
158
  ProvidersRacRacprovider: 'authentik_providers_rac.racprovider',
164
159
  ProvidersRacEndpoint: 'authentik_providers_rac.endpoint',
165
160
  ProvidersRacRacpropertymapping: 'authentik_providers_rac.racpropertymapping',
161
+ EventsEvent: 'authentik_events.event',
162
+ EventsNotificationtransport: 'authentik_events.notificationtransport',
163
+ EventsNotification: 'authentik_events.notification',
164
+ EventsNotificationrule: 'authentik_events.notificationrule',
165
+ EventsNotificationwebhookmapping: 'authentik_events.notificationwebhookmapping',
166
166
  UnknownDefaultOpenApi: '11184809'
167
167
  };
168
168
  export function ModelEnumFromJSON(json) {
@@ -47,19 +47,19 @@ export interface SystemTask {
47
47
  */
48
48
  description: string;
49
49
  /**
50
- * Timestamp when the task started
50
+ *
51
51
  * @type {Date}
52
52
  * @memberof SystemTask
53
53
  */
54
54
  readonly startTimestamp: Date;
55
55
  /**
56
- * Timestamp when the task finished
56
+ *
57
57
  * @type {Date}
58
58
  * @memberof SystemTask
59
59
  */
60
60
  readonly finishTimestamp: Date;
61
61
  /**
62
- * Get the duration a task took to run
62
+ *
63
63
  * @type {number}
64
64
  * @memberof SystemTask
65
65
  */
@@ -72,7 +72,7 @@ export interface User {
72
72
  */
73
73
  email?: string;
74
74
  /**
75
- *
75
+ * User's avatar, either a http/https URL or a data URI
76
76
  * @type {string}
77
77
  * @memberof User
78
78
  */
@@ -29,6 +29,12 @@ export interface UserConsent {
29
29
  * @memberof UserConsent
30
30
  */
31
31
  expires?: Date;
32
+ /**
33
+ *
34
+ * @type {boolean}
35
+ * @memberof UserConsent
36
+ */
37
+ expiring?: boolean;
32
38
  /**
33
39
  *
34
40
  * @type {User}
@@ -34,6 +34,7 @@ export function UserConsentFromJSONTyped(json, ignoreDiscriminator) {
34
34
  return {
35
35
  'pk': json['pk'],
36
36
  'expires': !exists(json, 'expires') ? undefined : (new Date(json['expires'])),
37
+ 'expiring': !exists(json, 'expiring') ? undefined : json['expiring'],
37
38
  'user': UserFromJSON(json['user']),
38
39
  'application': ApplicationFromJSON(json['application']),
39
40
  'permissions': !exists(json, 'permissions') ? undefined : json['permissions'],
@@ -48,6 +49,7 @@ export function UserConsentToJSON(value) {
48
49
  }
49
50
  return {
50
51
  'expires': value.expires === undefined ? undefined : (value.expires.toISOString()),
52
+ 'expiring': value.expiring,
51
53
  'user': UserToJSON(value.user),
52
54
  'application': ApplicationToJSON(value.application),
53
55
  'permissions': value.permissions,
@@ -60,7 +60,7 @@ export interface UserSelf {
60
60
  */
61
61
  email?: string;
62
62
  /**
63
- *
63
+ * User's avatar, either a http/https URL or a data URI
64
64
  * @type {string}
65
65
  * @memberof UserSelf
66
66
  */
@@ -14,7 +14,6 @@
14
14
  * * `authentik.admin` - authentik Admin
15
15
  * * `authentik.api` - authentik API
16
16
  * * `authentik.crypto` - authentik Crypto
17
- * * `authentik.events` - authentik Events
18
17
  * * `authentik.flows` - authentik Flows
19
18
  * * `authentik.outposts` - authentik Outpost
20
19
  * * `authentik.policies.dummy` - authentik Policies.Dummy
@@ -62,6 +61,7 @@
62
61
  * * `authentik.enterprise` - authentik Enterprise
63
62
  * * `authentik.enterprise.audit` - authentik Enterprise.Audit
64
63
  * * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC
64
+ * * `authentik.events` - authentik Events
65
65
  * @export
66
66
  */
67
67
  export declare const AppEnum: {
@@ -69,7 +69,6 @@ export declare const AppEnum: {
69
69
  readonly Admin: "authentik.admin";
70
70
  readonly Api: "authentik.api";
71
71
  readonly Crypto: "authentik.crypto";
72
- readonly Events: "authentik.events";
73
72
  readonly Flows: "authentik.flows";
74
73
  readonly Outposts: "authentik.outposts";
75
74
  readonly PoliciesDummy: "authentik.policies.dummy";
@@ -117,6 +116,7 @@ export declare const AppEnum: {
117
116
  readonly Enterprise: "authentik.enterprise";
118
117
  readonly EnterpriseAudit: "authentik.enterprise.audit";
119
118
  readonly EnterpriseProvidersRac: "authentik.enterprise.providers.rac";
119
+ readonly Events: "authentik.events";
120
120
  readonly UnknownDefaultOpenApi: "11184809";
121
121
  };
122
122
  export type AppEnum = typeof AppEnum[keyof typeof AppEnum];
@@ -19,7 +19,6 @@ exports.AppEnumToJSON = exports.AppEnumFromJSONTyped = exports.AppEnumFromJSON =
19
19
  * * `authentik.admin` - authentik Admin
20
20
  * * `authentik.api` - authentik API
21
21
  * * `authentik.crypto` - authentik Crypto
22
- * * `authentik.events` - authentik Events
23
22
  * * `authentik.flows` - authentik Flows
24
23
  * * `authentik.outposts` - authentik Outpost
25
24
  * * `authentik.policies.dummy` - authentik Policies.Dummy
@@ -67,6 +66,7 @@ exports.AppEnumToJSON = exports.AppEnumFromJSONTyped = exports.AppEnumFromJSON =
67
66
  * * `authentik.enterprise` - authentik Enterprise
68
67
  * * `authentik.enterprise.audit` - authentik Enterprise.Audit
69
68
  * * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC
69
+ * * `authentik.events` - authentik Events
70
70
  * @export
71
71
  */
72
72
  exports.AppEnum = {
@@ -74,7 +74,6 @@ exports.AppEnum = {
74
74
  Admin: 'authentik.admin',
75
75
  Api: 'authentik.api',
76
76
  Crypto: 'authentik.crypto',
77
- Events: 'authentik.events',
78
77
  Flows: 'authentik.flows',
79
78
  Outposts: 'authentik.outposts',
80
79
  PoliciesDummy: 'authentik.policies.dummy',
@@ -122,6 +121,7 @@ exports.AppEnum = {
122
121
  Enterprise: 'authentik.enterprise',
123
122
  EnterpriseAudit: 'authentik.enterprise.audit',
124
123
  EnterpriseProvidersRac: 'authentik.enterprise.providers.rac',
124
+ Events: 'authentik.events',
125
125
  UnknownDefaultOpenApi: '11184809'
126
126
  };
127
127
  function AppEnumFromJSON(json) {
@@ -12,11 +12,6 @@
12
12
  /**
13
13
  * * `authentik_tenants.domain` - Domain
14
14
  * * `authentik_crypto.certificatekeypair` - Certificate-Key Pair
15
- * * `authentik_events.event` - Event
16
- * * `authentik_events.notificationtransport` - Notification Transport
17
- * * `authentik_events.notification` - Notification
18
- * * `authentik_events.notificationrule` - Notification Rule
19
- * * `authentik_events.notificationwebhookmapping` - Webhook Mapping
20
15
  * * `authentik_flows.flow` - Flow
21
16
  * * `authentik_flows.flowstagebinding` - Flow Stage Binding
22
17
  * * `authentik_outposts.dockerserviceconnection` - Docker Service-Connection
@@ -84,16 +79,16 @@
84
79
  * * `authentik_providers_rac.racprovider` - RAC Provider
85
80
  * * `authentik_providers_rac.endpoint` - RAC Endpoint
86
81
  * * `authentik_providers_rac.racpropertymapping` - RAC Property Mapping
82
+ * * `authentik_events.event` - Event
83
+ * * `authentik_events.notificationtransport` - Notification Transport
84
+ * * `authentik_events.notification` - Notification
85
+ * * `authentik_events.notificationrule` - Notification Rule
86
+ * * `authentik_events.notificationwebhookmapping` - Webhook Mapping
87
87
  * @export
88
88
  */
89
89
  export declare const ModelEnum: {
90
90
  readonly TenantsDomain: "authentik_tenants.domain";
91
91
  readonly CryptoCertificatekeypair: "authentik_crypto.certificatekeypair";
92
- readonly EventsEvent: "authentik_events.event";
93
- readonly EventsNotificationtransport: "authentik_events.notificationtransport";
94
- readonly EventsNotification: "authentik_events.notification";
95
- readonly EventsNotificationrule: "authentik_events.notificationrule";
96
- readonly EventsNotificationwebhookmapping: "authentik_events.notificationwebhookmapping";
97
92
  readonly FlowsFlow: "authentik_flows.flow";
98
93
  readonly FlowsFlowstagebinding: "authentik_flows.flowstagebinding";
99
94
  readonly OutpostsDockerserviceconnection: "authentik_outposts.dockerserviceconnection";
@@ -161,6 +156,11 @@ export declare const ModelEnum: {
161
156
  readonly ProvidersRacRacprovider: "authentik_providers_rac.racprovider";
162
157
  readonly ProvidersRacEndpoint: "authentik_providers_rac.endpoint";
163
158
  readonly ProvidersRacRacpropertymapping: "authentik_providers_rac.racpropertymapping";
159
+ readonly EventsEvent: "authentik_events.event";
160
+ readonly EventsNotificationtransport: "authentik_events.notificationtransport";
161
+ readonly EventsNotification: "authentik_events.notification";
162
+ readonly EventsNotificationrule: "authentik_events.notificationrule";
163
+ readonly EventsNotificationwebhookmapping: "authentik_events.notificationwebhookmapping";
164
164
  readonly UnknownDefaultOpenApi: "11184809";
165
165
  };
166
166
  export type ModelEnum = typeof ModelEnum[keyof typeof ModelEnum];
@@ -17,11 +17,6 @@ exports.ModelEnumToJSON = exports.ModelEnumFromJSONTyped = exports.ModelEnumFrom
17
17
  /**
18
18
  * * `authentik_tenants.domain` - Domain
19
19
  * * `authentik_crypto.certificatekeypair` - Certificate-Key Pair
20
- * * `authentik_events.event` - Event
21
- * * `authentik_events.notificationtransport` - Notification Transport
22
- * * `authentik_events.notification` - Notification
23
- * * `authentik_events.notificationrule` - Notification Rule
24
- * * `authentik_events.notificationwebhookmapping` - Webhook Mapping
25
20
  * * `authentik_flows.flow` - Flow
26
21
  * * `authentik_flows.flowstagebinding` - Flow Stage Binding
27
22
  * * `authentik_outposts.dockerserviceconnection` - Docker Service-Connection
@@ -89,16 +84,16 @@ exports.ModelEnumToJSON = exports.ModelEnumFromJSONTyped = exports.ModelEnumFrom
89
84
  * * `authentik_providers_rac.racprovider` - RAC Provider
90
85
  * * `authentik_providers_rac.endpoint` - RAC Endpoint
91
86
  * * `authentik_providers_rac.racpropertymapping` - RAC Property Mapping
87
+ * * `authentik_events.event` - Event
88
+ * * `authentik_events.notificationtransport` - Notification Transport
89
+ * * `authentik_events.notification` - Notification
90
+ * * `authentik_events.notificationrule` - Notification Rule
91
+ * * `authentik_events.notificationwebhookmapping` - Webhook Mapping
92
92
  * @export
93
93
  */
94
94
  exports.ModelEnum = {
95
95
  TenantsDomain: 'authentik_tenants.domain',
96
96
  CryptoCertificatekeypair: 'authentik_crypto.certificatekeypair',
97
- EventsEvent: 'authentik_events.event',
98
- EventsNotificationtransport: 'authentik_events.notificationtransport',
99
- EventsNotification: 'authentik_events.notification',
100
- EventsNotificationrule: 'authentik_events.notificationrule',
101
- EventsNotificationwebhookmapping: 'authentik_events.notificationwebhookmapping',
102
97
  FlowsFlow: 'authentik_flows.flow',
103
98
  FlowsFlowstagebinding: 'authentik_flows.flowstagebinding',
104
99
  OutpostsDockerserviceconnection: 'authentik_outposts.dockerserviceconnection',
@@ -166,6 +161,11 @@ exports.ModelEnum = {
166
161
  ProvidersRacRacprovider: 'authentik_providers_rac.racprovider',
167
162
  ProvidersRacEndpoint: 'authentik_providers_rac.endpoint',
168
163
  ProvidersRacRacpropertymapping: 'authentik_providers_rac.racpropertymapping',
164
+ EventsEvent: 'authentik_events.event',
165
+ EventsNotificationtransport: 'authentik_events.notificationtransport',
166
+ EventsNotification: 'authentik_events.notification',
167
+ EventsNotificationrule: 'authentik_events.notificationrule',
168
+ EventsNotificationwebhookmapping: 'authentik_events.notificationwebhookmapping',
169
169
  UnknownDefaultOpenApi: '11184809'
170
170
  };
171
171
  function ModelEnumFromJSON(json) {
@@ -47,19 +47,19 @@ export interface SystemTask {
47
47
  */
48
48
  description: string;
49
49
  /**
50
- * Timestamp when the task started
50
+ *
51
51
  * @type {Date}
52
52
  * @memberof SystemTask
53
53
  */
54
54
  readonly startTimestamp: Date;
55
55
  /**
56
- * Timestamp when the task finished
56
+ *
57
57
  * @type {Date}
58
58
  * @memberof SystemTask
59
59
  */
60
60
  readonly finishTimestamp: Date;
61
61
  /**
62
- * Get the duration a task took to run
62
+ *
63
63
  * @type {number}
64
64
  * @memberof SystemTask
65
65
  */
@@ -72,7 +72,7 @@ export interface User {
72
72
  */
73
73
  email?: string;
74
74
  /**
75
- *
75
+ * User's avatar, either a http/https URL or a data URI
76
76
  * @type {string}
77
77
  * @memberof User
78
78
  */
@@ -29,6 +29,12 @@ export interface UserConsent {
29
29
  * @memberof UserConsent
30
30
  */
31
31
  expires?: Date;
32
+ /**
33
+ *
34
+ * @type {boolean}
35
+ * @memberof UserConsent
36
+ */
37
+ expiring?: boolean;
32
38
  /**
33
39
  *
34
40
  * @type {User}
@@ -39,6 +39,7 @@ function UserConsentFromJSONTyped(json, ignoreDiscriminator) {
39
39
  return {
40
40
  'pk': json['pk'],
41
41
  'expires': !(0, runtime_1.exists)(json, 'expires') ? undefined : (new Date(json['expires'])),
42
+ 'expiring': !(0, runtime_1.exists)(json, 'expiring') ? undefined : json['expiring'],
42
43
  'user': (0, User_1.UserFromJSON)(json['user']),
43
44
  'application': (0, Application_1.ApplicationFromJSON)(json['application']),
44
45
  'permissions': !(0, runtime_1.exists)(json, 'permissions') ? undefined : json['permissions'],
@@ -54,6 +55,7 @@ function UserConsentToJSON(value) {
54
55
  }
55
56
  return {
56
57
  'expires': value.expires === undefined ? undefined : (value.expires.toISOString()),
58
+ 'expiring': value.expiring,
57
59
  'user': (0, User_1.UserToJSON)(value.user),
58
60
  'application': (0, Application_1.ApplicationToJSON)(value.application),
59
61
  'permissions': value.permissions,
@@ -60,7 +60,7 @@ export interface UserSelf {
60
60
  */
61
61
  email?: string;
62
62
  /**
63
- *
63
+ * User's avatar, either a http/https URL or a data URI
64
64
  * @type {string}
65
65
  * @memberof UserSelf
66
66
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goauthentik/api",
3
- "version": "2023.10.7-1706576211",
3
+ "version": "2023.10.7-1707429127",
4
4
  "description": "OpenAPI client for @goauthentik/api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -18,7 +18,6 @@
18
18
  * * `authentik.admin` - authentik Admin
19
19
  * * `authentik.api` - authentik API
20
20
  * * `authentik.crypto` - authentik Crypto
21
- * * `authentik.events` - authentik Events
22
21
  * * `authentik.flows` - authentik Flows
23
22
  * * `authentik.outposts` - authentik Outpost
24
23
  * * `authentik.policies.dummy` - authentik Policies.Dummy
@@ -66,6 +65,7 @@
66
65
  * * `authentik.enterprise` - authentik Enterprise
67
66
  * * `authentik.enterprise.audit` - authentik Enterprise.Audit
68
67
  * * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC
68
+ * * `authentik.events` - authentik Events
69
69
  * @export
70
70
  */
71
71
  export const AppEnum = {
@@ -73,7 +73,6 @@ export const AppEnum = {
73
73
  Admin: 'authentik.admin',
74
74
  Api: 'authentik.api',
75
75
  Crypto: 'authentik.crypto',
76
- Events: 'authentik.events',
77
76
  Flows: 'authentik.flows',
78
77
  Outposts: 'authentik.outposts',
79
78
  PoliciesDummy: 'authentik.policies.dummy',
@@ -121,6 +120,7 @@ export const AppEnum = {
121
120
  Enterprise: 'authentik.enterprise',
122
121
  EnterpriseAudit: 'authentik.enterprise.audit',
123
122
  EnterpriseProvidersRac: 'authentik.enterprise.providers.rac',
123
+ Events: 'authentik.events',
124
124
  UnknownDefaultOpenApi: '11184809'
125
125
  } as const;
126
126
  export type AppEnum = typeof AppEnum[keyof typeof AppEnum];
@@ -16,11 +16,6 @@
16
16
  /**
17
17
  * * `authentik_tenants.domain` - Domain
18
18
  * * `authentik_crypto.certificatekeypair` - Certificate-Key Pair
19
- * * `authentik_events.event` - Event
20
- * * `authentik_events.notificationtransport` - Notification Transport
21
- * * `authentik_events.notification` - Notification
22
- * * `authentik_events.notificationrule` - Notification Rule
23
- * * `authentik_events.notificationwebhookmapping` - Webhook Mapping
24
19
  * * `authentik_flows.flow` - Flow
25
20
  * * `authentik_flows.flowstagebinding` - Flow Stage Binding
26
21
  * * `authentik_outposts.dockerserviceconnection` - Docker Service-Connection
@@ -88,16 +83,16 @@
88
83
  * * `authentik_providers_rac.racprovider` - RAC Provider
89
84
  * * `authentik_providers_rac.endpoint` - RAC Endpoint
90
85
  * * `authentik_providers_rac.racpropertymapping` - RAC Property Mapping
86
+ * * `authentik_events.event` - Event
87
+ * * `authentik_events.notificationtransport` - Notification Transport
88
+ * * `authentik_events.notification` - Notification
89
+ * * `authentik_events.notificationrule` - Notification Rule
90
+ * * `authentik_events.notificationwebhookmapping` - Webhook Mapping
91
91
  * @export
92
92
  */
93
93
  export const ModelEnum = {
94
94
  TenantsDomain: 'authentik_tenants.domain',
95
95
  CryptoCertificatekeypair: 'authentik_crypto.certificatekeypair',
96
- EventsEvent: 'authentik_events.event',
97
- EventsNotificationtransport: 'authentik_events.notificationtransport',
98
- EventsNotification: 'authentik_events.notification',
99
- EventsNotificationrule: 'authentik_events.notificationrule',
100
- EventsNotificationwebhookmapping: 'authentik_events.notificationwebhookmapping',
101
96
  FlowsFlow: 'authentik_flows.flow',
102
97
  FlowsFlowstagebinding: 'authentik_flows.flowstagebinding',
103
98
  OutpostsDockerserviceconnection: 'authentik_outposts.dockerserviceconnection',
@@ -165,6 +160,11 @@ export const ModelEnum = {
165
160
  ProvidersRacRacprovider: 'authentik_providers_rac.racprovider',
166
161
  ProvidersRacEndpoint: 'authentik_providers_rac.endpoint',
167
162
  ProvidersRacRacpropertymapping: 'authentik_providers_rac.racpropertymapping',
163
+ EventsEvent: 'authentik_events.event',
164
+ EventsNotificationtransport: 'authentik_events.notificationtransport',
165
+ EventsNotification: 'authentik_events.notification',
166
+ EventsNotificationrule: 'authentik_events.notificationrule',
167
+ EventsNotificationwebhookmapping: 'authentik_events.notificationwebhookmapping',
168
168
  UnknownDefaultOpenApi: '11184809'
169
169
  } as const;
170
170
  export type ModelEnum = typeof ModelEnum[keyof typeof ModelEnum];
@@ -57,19 +57,19 @@ export interface SystemTask {
57
57
  */
58
58
  description: string;
59
59
  /**
60
- * Timestamp when the task started
60
+ *
61
61
  * @type {Date}
62
62
  * @memberof SystemTask
63
63
  */
64
64
  readonly startTimestamp: Date;
65
65
  /**
66
- * Timestamp when the task finished
66
+ *
67
67
  * @type {Date}
68
68
  * @memberof SystemTask
69
69
  */
70
70
  readonly finishTimestamp: Date;
71
71
  /**
72
- * Get the duration a task took to run
72
+ *
73
73
  * @type {number}
74
74
  * @memberof SystemTask
75
75
  */
@@ -87,7 +87,7 @@ export interface User {
87
87
  */
88
88
  email?: string;
89
89
  /**
90
- *
90
+ * User's avatar, either a http/https URL or a data URI
91
91
  * @type {string}
92
92
  * @memberof User
93
93
  */
@@ -44,6 +44,12 @@ export interface UserConsent {
44
44
  * @memberof UserConsent
45
45
  */
46
46
  expires?: Date;
47
+ /**
48
+ *
49
+ * @type {boolean}
50
+ * @memberof UserConsent
51
+ */
52
+ expiring?: boolean;
47
53
  /**
48
54
  *
49
55
  * @type {User}
@@ -88,6 +94,7 @@ export function UserConsentFromJSONTyped(json: any, ignoreDiscriminator: boolean
88
94
 
89
95
  'pk': json['pk'],
90
96
  'expires': !exists(json, 'expires') ? undefined : (new Date(json['expires'])),
97
+ 'expiring': !exists(json, 'expiring') ? undefined : json['expiring'],
91
98
  'user': UserFromJSON(json['user']),
92
99
  'application': ApplicationFromJSON(json['application']),
93
100
  'permissions': !exists(json, 'permissions') ? undefined : json['permissions'],
@@ -104,6 +111,7 @@ export function UserConsentToJSON(value?: UserConsent | null): any {
104
111
  return {
105
112
 
106
113
  'expires': value.expires === undefined ? undefined : (value.expires.toISOString()),
114
+ 'expiring': value.expiring,
107
115
  'user': UserToJSON(value.user),
108
116
  'application': ApplicationToJSON(value.application),
109
117
  'permissions': value.permissions,
@@ -75,7 +75,7 @@ export interface UserSelf {
75
75
  */
76
76
  email?: string;
77
77
  /**
78
- *
78
+ * User's avatar, either a http/https URL or a data URI
79
79
  * @type {string}
80
80
  * @memberof UserSelf
81
81
  */