@goauthentik/api 2024.4.2-1717645682 → 2024.4.2-1718362364
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm/models/OutpostHealth.d.ts +2 -2
- package/dist/esm/models/SystemInfoRuntime.d.ts +1 -1
- package/dist/models/OutpostHealth.d.ts +2 -2
- package/dist/models/SystemInfoRuntime.d.ts +1 -1
- package/package.json +1 -1
- package/src/models/OutpostHealth.ts +2 -2
- package/src/models/SystemInfoRuntime.ts +1 -1
@@ -52,11 +52,11 @@ export interface OutpostHealth {
|
|
52
52
|
*/
|
53
53
|
readonly opensslVersion: string;
|
54
54
|
/**
|
55
|
-
*
|
55
|
+
* Get FIPS enabled
|
56
56
|
* @type {boolean}
|
57
57
|
* @memberof OutpostHealth
|
58
58
|
*/
|
59
|
-
readonly fipsEnabled: boolean;
|
59
|
+
readonly fipsEnabled: boolean | null;
|
60
60
|
/**
|
61
61
|
*
|
62
62
|
* @type {string}
|
@@ -52,11 +52,11 @@ export interface OutpostHealth {
|
|
52
52
|
*/
|
53
53
|
readonly opensslVersion: string;
|
54
54
|
/**
|
55
|
-
*
|
55
|
+
* Get FIPS enabled
|
56
56
|
* @type {boolean}
|
57
57
|
* @memberof OutpostHealth
|
58
58
|
*/
|
59
|
-
readonly fipsEnabled: boolean;
|
59
|
+
readonly fipsEnabled: boolean | null;
|
60
60
|
/**
|
61
61
|
*
|
62
62
|
* @type {string}
|
package/package.json
CHANGED
@@ -56,11 +56,11 @@ export interface OutpostHealth {
|
|
56
56
|
*/
|
57
57
|
readonly opensslVersion: string;
|
58
58
|
/**
|
59
|
-
*
|
59
|
+
* Get FIPS enabled
|
60
60
|
* @type {boolean}
|
61
61
|
* @memberof OutpostHealth
|
62
62
|
*/
|
63
|
-
readonly fipsEnabled: boolean;
|
63
|
+
readonly fipsEnabled: boolean | null;
|
64
64
|
/**
|
65
65
|
*
|
66
66
|
* @type {string}
|