@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.
@@ -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}
@@ -56,7 +56,7 @@ export interface SystemInfoRuntime {
56
56
  * @type {boolean}
57
57
  * @memberof SystemInfoRuntime
58
58
  */
59
- opensslFipsMode: boolean;
59
+ opensslFipsMode: 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}
@@ -56,7 +56,7 @@ export interface SystemInfoRuntime {
56
56
  * @type {boolean}
57
57
  * @memberof SystemInfoRuntime
58
58
  */
59
- opensslFipsMode: boolean;
59
+ opensslFipsMode: boolean | null;
60
60
  /**
61
61
  *
62
62
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goauthentik/api",
3
- "version": "2024.4.2-1717645682",
3
+ "version": "2024.4.2-1718362364",
4
4
  "description": "OpenAPI client for @goauthentik/api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -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}
@@ -60,7 +60,7 @@ export interface SystemInfoRuntime {
60
60
  * @type {boolean}
61
61
  * @memberof SystemInfoRuntime
62
62
  */
63
- opensslFipsMode: boolean;
63
+ opensslFipsMode: boolean | null;
64
64
  /**
65
65
  *
66
66
  * @type {string}