@goauthentik/api 2022.5.3-1653766088 → 2022.5.3-1653936924

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.
@@ -417,6 +417,7 @@ export declare type EventsRulesListSeverityEnum = typeof EventsRulesListSeverity
417
417
  */
418
418
  export declare const EventsTransportsListModeEnum: {
419
419
  readonly Email: "email";
420
+ readonly Local: "local";
420
421
  readonly Webhook: "webhook";
421
422
  readonly WebhookSlack: "webhook_slack";
422
423
  };
@@ -1138,6 +1138,7 @@ exports.EventsRulesListSeverityEnum = {
1138
1138
  */
1139
1139
  exports.EventsTransportsListModeEnum = {
1140
1140
  Email: 'email',
1141
+ Local: 'local',
1141
1142
  Webhook: 'webhook',
1142
1143
  WebhookSlack: 'webhook_slack'
1143
1144
  };
@@ -417,6 +417,7 @@ export declare type EventsRulesListSeverityEnum = typeof EventsRulesListSeverity
417
417
  */
418
418
  export declare const EventsTransportsListModeEnum: {
419
419
  readonly Email: "email";
420
+ readonly Local: "local";
420
421
  readonly Webhook: "webhook";
421
422
  readonly WebhookSlack: "webhook_slack";
422
423
  };
@@ -1134,6 +1134,7 @@ export const EventsRulesListSeverityEnum = {
1134
1134
  */
1135
1135
  export const EventsTransportsListModeEnum = {
1136
1136
  Email: 'email',
1137
+ Local: 'local',
1137
1138
  Webhook: 'webhook',
1138
1139
  WebhookSlack: 'webhook_slack'
1139
1140
  };
@@ -14,6 +14,7 @@
14
14
  * @export
15
15
  */
16
16
  export declare const NotificationTransportModeEnum: {
17
+ readonly Local: "local";
17
18
  readonly Webhook: "webhook";
18
19
  readonly WebhookSlack: "webhook_slack";
19
20
  readonly Email: "email";
@@ -16,6 +16,7 @@
16
16
  * @export
17
17
  */
18
18
  export const NotificationTransportModeEnum = {
19
+ Local: 'local',
19
20
  Webhook: 'webhook',
20
21
  WebhookSlack: 'webhook_slack',
21
22
  Email: 'email'
@@ -14,6 +14,7 @@
14
14
  * @export
15
15
  */
16
16
  export declare const NotificationTransportModeEnum: {
17
+ readonly Local: "local";
17
18
  readonly Webhook: "webhook";
18
19
  readonly WebhookSlack: "webhook_slack";
19
20
  readonly Email: "email";
@@ -19,6 +19,7 @@ exports.NotificationTransportModeEnumToJSON = exports.NotificationTransportModeE
19
19
  * @export
20
20
  */
21
21
  exports.NotificationTransportModeEnum = {
22
+ Local: 'local',
22
23
  Webhook: 'webhook',
23
24
  WebhookSlack: 'webhook_slack',
24
25
  Email: 'email'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goauthentik/api",
3
- "version": "2022.5.3-1653766088",
3
+ "version": "2022.5.3-1653936924",
4
4
  "description": "OpenAPI client for @goauthentik/api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -1495,6 +1495,7 @@ export type EventsRulesListSeverityEnum = typeof EventsRulesListSeverityEnum[key
1495
1495
  */
1496
1496
  export const EventsTransportsListModeEnum = {
1497
1497
  Email: 'email',
1498
+ Local: 'local',
1498
1499
  Webhook: 'webhook',
1499
1500
  WebhookSlack: 'webhook_slack'
1500
1501
  } as const;
@@ -18,6 +18,7 @@
18
18
  * @export
19
19
  */
20
20
  export const NotificationTransportModeEnum = {
21
+ Local: 'local',
21
22
  Webhook: 'webhook',
22
23
  WebhookSlack: 'webhook_slack',
23
24
  Email: 'email'