@goauthentik/api 2023.6.1-1690193532 → 2023.6.1-1690455444
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.
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
* * `authentik.crypto` - authentik Crypto
|
|
16
16
|
* * `authentik.events` - authentik Events
|
|
17
17
|
* * `authentik.flows` - authentik Flows
|
|
18
|
-
* * `authentik.lib` - authentik lib
|
|
19
18
|
* * `authentik.outposts` - authentik Outpost
|
|
20
19
|
* * `authentik.policies.dummy` - authentik Policies.Dummy
|
|
21
20
|
* * `authentik.policies.event_matcher` - authentik Policies.Event Matcher
|
|
@@ -66,7 +65,6 @@ export declare const AppEnum: {
|
|
|
66
65
|
readonly Crypto: "authentik.crypto";
|
|
67
66
|
readonly Events: "authentik.events";
|
|
68
67
|
readonly Flows: "authentik.flows";
|
|
69
|
-
readonly Lib: "authentik.lib";
|
|
70
68
|
readonly Outposts: "authentik.outposts";
|
|
71
69
|
readonly PoliciesDummy: "authentik.policies.dummy";
|
|
72
70
|
readonly PoliciesEventMatcher: "authentik.policies.event_matcher";
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
* * `authentik.crypto` - authentik Crypto
|
|
18
18
|
* * `authentik.events` - authentik Events
|
|
19
19
|
* * `authentik.flows` - authentik Flows
|
|
20
|
-
* * `authentik.lib` - authentik lib
|
|
21
20
|
* * `authentik.outposts` - authentik Outpost
|
|
22
21
|
* * `authentik.policies.dummy` - authentik Policies.Dummy
|
|
23
22
|
* * `authentik.policies.event_matcher` - authentik Policies.Event Matcher
|
|
@@ -68,7 +67,6 @@ export const AppEnum = {
|
|
|
68
67
|
Crypto: 'authentik.crypto',
|
|
69
68
|
Events: 'authentik.events',
|
|
70
69
|
Flows: 'authentik.flows',
|
|
71
|
-
Lib: 'authentik.lib',
|
|
72
70
|
Outposts: 'authentik.outposts',
|
|
73
71
|
PoliciesDummy: 'authentik.policies.dummy',
|
|
74
72
|
PoliciesEventMatcher: 'authentik.policies.event_matcher',
|
package/dist/models/AppEnum.d.ts
CHANGED
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
* * `authentik.crypto` - authentik Crypto
|
|
16
16
|
* * `authentik.events` - authentik Events
|
|
17
17
|
* * `authentik.flows` - authentik Flows
|
|
18
|
-
* * `authentik.lib` - authentik lib
|
|
19
18
|
* * `authentik.outposts` - authentik Outpost
|
|
20
19
|
* * `authentik.policies.dummy` - authentik Policies.Dummy
|
|
21
20
|
* * `authentik.policies.event_matcher` - authentik Policies.Event Matcher
|
|
@@ -66,7 +65,6 @@ export declare const AppEnum: {
|
|
|
66
65
|
readonly Crypto: "authentik.crypto";
|
|
67
66
|
readonly Events: "authentik.events";
|
|
68
67
|
readonly Flows: "authentik.flows";
|
|
69
|
-
readonly Lib: "authentik.lib";
|
|
70
68
|
readonly Outposts: "authentik.outposts";
|
|
71
69
|
readonly PoliciesDummy: "authentik.policies.dummy";
|
|
72
70
|
readonly PoliciesEventMatcher: "authentik.policies.event_matcher";
|
package/dist/models/AppEnum.js
CHANGED
|
@@ -20,7 +20,6 @@ exports.AppEnumToJSON = exports.AppEnumFromJSONTyped = exports.AppEnumFromJSON =
|
|
|
20
20
|
* * `authentik.crypto` - authentik Crypto
|
|
21
21
|
* * `authentik.events` - authentik Events
|
|
22
22
|
* * `authentik.flows` - authentik Flows
|
|
23
|
-
* * `authentik.lib` - authentik lib
|
|
24
23
|
* * `authentik.outposts` - authentik Outpost
|
|
25
24
|
* * `authentik.policies.dummy` - authentik Policies.Dummy
|
|
26
25
|
* * `authentik.policies.event_matcher` - authentik Policies.Event Matcher
|
|
@@ -71,7 +70,6 @@ exports.AppEnum = {
|
|
|
71
70
|
Crypto: 'authentik.crypto',
|
|
72
71
|
Events: 'authentik.events',
|
|
73
72
|
Flows: 'authentik.flows',
|
|
74
|
-
Lib: 'authentik.lib',
|
|
75
73
|
Outposts: 'authentik.outposts',
|
|
76
74
|
PoliciesDummy: 'authentik.policies.dummy',
|
|
77
75
|
PoliciesEventMatcher: 'authentik.policies.event_matcher',
|
package/package.json
CHANGED
package/src/models/AppEnum.ts
CHANGED
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
* * `authentik.crypto` - authentik Crypto
|
|
20
20
|
* * `authentik.events` - authentik Events
|
|
21
21
|
* * `authentik.flows` - authentik Flows
|
|
22
|
-
* * `authentik.lib` - authentik lib
|
|
23
22
|
* * `authentik.outposts` - authentik Outpost
|
|
24
23
|
* * `authentik.policies.dummy` - authentik Policies.Dummy
|
|
25
24
|
* * `authentik.policies.event_matcher` - authentik Policies.Event Matcher
|
|
@@ -70,7 +69,6 @@ export const AppEnum = {
|
|
|
70
69
|
Crypto: 'authentik.crypto',
|
|
71
70
|
Events: 'authentik.events',
|
|
72
71
|
Flows: 'authentik.flows',
|
|
73
|
-
Lib: 'authentik.lib',
|
|
74
72
|
Outposts: 'authentik.outposts',
|
|
75
73
|
PoliciesDummy: 'authentik.policies.dummy',
|
|
76
74
|
PoliciesEventMatcher: 'authentik.policies.event_matcher',
|