@goauthentik/api 2023.10.6-1706016512 → 2023.10.6-1706092584
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.
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
* * `authentik.blueprints` - authentik Blueprints
|
|
61
61
|
* * `authentik.core` - authentik Core
|
|
62
62
|
* * `authentik.enterprise` - authentik Enterprise
|
|
63
|
+
* * `authentik.enterprise.audit` - authentik Enterprise.Audit
|
|
63
64
|
* * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC
|
|
64
65
|
* @export
|
|
65
66
|
*/
|
|
@@ -114,6 +115,7 @@ export declare const AppEnum: {
|
|
|
114
115
|
readonly Blueprints: "authentik.blueprints";
|
|
115
116
|
readonly Core: "authentik.core";
|
|
116
117
|
readonly Enterprise: "authentik.enterprise";
|
|
118
|
+
readonly EnterpriseAudit: "authentik.enterprise.audit";
|
|
117
119
|
readonly EnterpriseProvidersRac: "authentik.enterprise.providers.rac";
|
|
118
120
|
readonly UnknownDefaultOpenApi: "11184809";
|
|
119
121
|
};
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
* * `authentik.blueprints` - authentik Blueprints
|
|
63
63
|
* * `authentik.core` - authentik Core
|
|
64
64
|
* * `authentik.enterprise` - authentik Enterprise
|
|
65
|
+
* * `authentik.enterprise.audit` - authentik Enterprise.Audit
|
|
65
66
|
* * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC
|
|
66
67
|
* @export
|
|
67
68
|
*/
|
|
@@ -116,6 +117,7 @@ export const AppEnum = {
|
|
|
116
117
|
Blueprints: 'authentik.blueprints',
|
|
117
118
|
Core: 'authentik.core',
|
|
118
119
|
Enterprise: 'authentik.enterprise',
|
|
120
|
+
EnterpriseAudit: 'authentik.enterprise.audit',
|
|
119
121
|
EnterpriseProvidersRac: 'authentik.enterprise.providers.rac',
|
|
120
122
|
UnknownDefaultOpenApi: '11184809'
|
|
121
123
|
};
|
package/dist/models/AppEnum.d.ts
CHANGED
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
* * `authentik.blueprints` - authentik Blueprints
|
|
61
61
|
* * `authentik.core` - authentik Core
|
|
62
62
|
* * `authentik.enterprise` - authentik Enterprise
|
|
63
|
+
* * `authentik.enterprise.audit` - authentik Enterprise.Audit
|
|
63
64
|
* * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC
|
|
64
65
|
* @export
|
|
65
66
|
*/
|
|
@@ -114,6 +115,7 @@ export declare const AppEnum: {
|
|
|
114
115
|
readonly Blueprints: "authentik.blueprints";
|
|
115
116
|
readonly Core: "authentik.core";
|
|
116
117
|
readonly Enterprise: "authentik.enterprise";
|
|
118
|
+
readonly EnterpriseAudit: "authentik.enterprise.audit";
|
|
117
119
|
readonly EnterpriseProvidersRac: "authentik.enterprise.providers.rac";
|
|
118
120
|
readonly UnknownDefaultOpenApi: "11184809";
|
|
119
121
|
};
|
package/dist/models/AppEnum.js
CHANGED
|
@@ -65,6 +65,7 @@ exports.AppEnumToJSON = exports.AppEnumFromJSONTyped = exports.AppEnumFromJSON =
|
|
|
65
65
|
* * `authentik.blueprints` - authentik Blueprints
|
|
66
66
|
* * `authentik.core` - authentik Core
|
|
67
67
|
* * `authentik.enterprise` - authentik Enterprise
|
|
68
|
+
* * `authentik.enterprise.audit` - authentik Enterprise.Audit
|
|
68
69
|
* * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC
|
|
69
70
|
* @export
|
|
70
71
|
*/
|
|
@@ -119,6 +120,7 @@ exports.AppEnum = {
|
|
|
119
120
|
Blueprints: 'authentik.blueprints',
|
|
120
121
|
Core: 'authentik.core',
|
|
121
122
|
Enterprise: 'authentik.enterprise',
|
|
123
|
+
EnterpriseAudit: 'authentik.enterprise.audit',
|
|
122
124
|
EnterpriseProvidersRac: 'authentik.enterprise.providers.rac',
|
|
123
125
|
UnknownDefaultOpenApi: '11184809'
|
|
124
126
|
};
|
package/package.json
CHANGED
package/src/models/AppEnum.ts
CHANGED
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
* * `authentik.blueprints` - authentik Blueprints
|
|
65
65
|
* * `authentik.core` - authentik Core
|
|
66
66
|
* * `authentik.enterprise` - authentik Enterprise
|
|
67
|
+
* * `authentik.enterprise.audit` - authentik Enterprise.Audit
|
|
67
68
|
* * `authentik.enterprise.providers.rac` - authentik Enterprise.Providers.RAC
|
|
68
69
|
* @export
|
|
69
70
|
*/
|
|
@@ -118,6 +119,7 @@ export const AppEnum = {
|
|
|
118
119
|
Blueprints: 'authentik.blueprints',
|
|
119
120
|
Core: 'authentik.core',
|
|
120
121
|
Enterprise: 'authentik.enterprise',
|
|
122
|
+
EnterpriseAudit: 'authentik.enterprise.audit',
|
|
121
123
|
EnterpriseProvidersRac: 'authentik.enterprise.providers.rac',
|
|
122
124
|
UnknownDefaultOpenApi: '11184809'
|
|
123
125
|
} as const;
|