@goauthentik/api 2024.10.1-1731422425 → 2024.10.1-1731530740

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,10 +23,10 @@ export interface OAuthDeviceCodeChallengeResponseRequest {
23
23
  component?: string;
24
24
  /**
25
25
  *
26
- * @type {number}
26
+ * @type {string}
27
27
  * @memberof OAuthDeviceCodeChallengeResponseRequest
28
28
  */
29
- code: number;
29
+ code: string;
30
30
  }
31
31
  /**
32
32
  * Check if a given object implements the OAuthDeviceCodeChallengeResponseRequest interface.
@@ -23,10 +23,10 @@ export interface OAuthDeviceCodeChallengeResponseRequest {
23
23
  component?: string;
24
24
  /**
25
25
  *
26
- * @type {number}
26
+ * @type {string}
27
27
  * @memberof OAuthDeviceCodeChallengeResponseRequest
28
28
  */
29
- code: number;
29
+ code: string;
30
30
  }
31
31
  /**
32
32
  * Check if a given object implements the OAuthDeviceCodeChallengeResponseRequest interface.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goauthentik/api",
3
- "version": "2024.10.1-1731422425",
3
+ "version": "2024.10.1-1731530740",
4
4
  "description": "OpenAPI client for @goauthentik/api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -27,10 +27,10 @@ export interface OAuthDeviceCodeChallengeResponseRequest {
27
27
  component?: string;
28
28
  /**
29
29
  *
30
- * @type {number}
30
+ * @type {string}
31
31
  * @memberof OAuthDeviceCodeChallengeResponseRequest
32
32
  */
33
- code: number;
33
+ code: string;
34
34
  }
35
35
 
36
36
  /**