@goauthentik/api 2024.10.1-1731418991 → 2024.10.1-1731530740

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.
@@ -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-1731418991",
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
  /**