@goauthentik/api 2022.12.1-1672608421 → 2022.12.1-1672612412

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.
@@ -21,7 +21,7 @@ export interface CryptoCertificatekeypairsGenerateCreateRequest {
21
21
  certificateGenerationRequest: CertificateGenerationRequest;
22
22
  }
23
23
  export interface CryptoCertificatekeypairsListRequest {
24
- hasKey?: string;
24
+ hasKey?: boolean;
25
25
  includeDetails?: boolean;
26
26
  managed?: string;
27
27
  name?: string;
@@ -21,7 +21,7 @@ export interface CryptoCertificatekeypairsGenerateCreateRequest {
21
21
  certificateGenerationRequest: CertificateGenerationRequest;
22
22
  }
23
23
  export interface CryptoCertificatekeypairsListRequest {
24
- hasKey?: string;
24
+ hasKey?: boolean;
25
25
  includeDetails?: boolean;
26
26
  managed?: string;
27
27
  name?: string;
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- *
13
+ * Account adding/removing operations
14
14
  * @export
15
15
  * @interface UserAccountRequest
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- *
13
+ * Account adding/removing operations
14
14
  * @export
15
15
  * @interface UserAccountRequest
16
16
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goauthentik/api",
3
- "version": "2022.12.1-1672608421",
3
+ "version": "2022.12.1-1672612412",
4
4
  "description": "OpenAPI client for @goauthentik/api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -57,7 +57,7 @@ export interface CryptoCertificatekeypairsGenerateCreateRequest {
57
57
  }
58
58
 
59
59
  export interface CryptoCertificatekeypairsListRequest {
60
- hasKey?: string;
60
+ hasKey?: boolean;
61
61
  includeDetails?: boolean;
62
62
  managed?: string;
63
63
  name?: string;
@@ -14,7 +14,7 @@
14
14
 
15
15
  import { exists, mapValues } from '../runtime';
16
16
  /**
17
- *
17
+ * Account adding/removing operations
18
18
  * @export
19
19
  * @interface UserAccountRequest
20
20
  */