@goauthentik/api 2022.12.0-1672240607 → 2022.12.0-1672308901

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.
@@ -127,7 +127,7 @@ export interface CoreTenantsListRequest {
127
127
  brandingFavicon?: string;
128
128
  brandingLogo?: string;
129
129
  brandingTitle?: string;
130
- _default?: boolean;
130
+ _default?: string;
131
131
  domain?: string;
132
132
  eventRetention?: string;
133
133
  flowAuthentication?: string;
@@ -21,7 +21,7 @@ export interface CryptoCertificatekeypairsGenerateCreateRequest {
21
21
  certificateGenerationRequest: CertificateGenerationRequest;
22
22
  }
23
23
  export interface CryptoCertificatekeypairsListRequest {
24
- hasKey?: boolean;
24
+ hasKey?: string;
25
25
  includeDetails?: boolean;
26
26
  managed?: string;
27
27
  name?: string;
@@ -127,7 +127,7 @@ export interface CoreTenantsListRequest {
127
127
  brandingFavicon?: string;
128
128
  brandingLogo?: string;
129
129
  brandingTitle?: string;
130
- _default?: boolean;
130
+ _default?: string;
131
131
  domain?: string;
132
132
  eventRetention?: string;
133
133
  flowAuthentication?: string;
@@ -21,7 +21,7 @@ export interface CryptoCertificatekeypairsGenerateCreateRequest {
21
21
  certificateGenerationRequest: CertificateGenerationRequest;
22
22
  }
23
23
  export interface CryptoCertificatekeypairsListRequest {
24
- hasKey?: boolean;
24
+ hasKey?: string;
25
25
  includeDetails?: boolean;
26
26
  managed?: string;
27
27
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goauthentik/api",
3
- "version": "2022.12.0-1672240607",
3
+ "version": "2022.12.0-1672308901",
4
4
  "description": "OpenAPI client for @goauthentik/api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -282,7 +282,7 @@ export interface CoreTenantsListRequest {
282
282
  brandingFavicon?: string;
283
283
  brandingLogo?: string;
284
284
  brandingTitle?: string;
285
- _default?: boolean;
285
+ _default?: string;
286
286
  domain?: string;
287
287
  eventRetention?: string;
288
288
  flowAuthentication?: string;
@@ -57,7 +57,7 @@ export interface CryptoCertificatekeypairsGenerateCreateRequest {
57
57
  }
58
58
 
59
59
  export interface CryptoCertificatekeypairsListRequest {
60
- hasKey?: boolean;
60
+ hasKey?: string;
61
61
  includeDetails?: boolean;
62
62
  managed?: string;
63
63
  name?: string;