@goauthentik/api 2026.2.0-rc1-1765828227 → 2026.2.0-rc1-1765908665

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goauthentik/api",
3
- "version": "2026.2.0-rc1-1765828227",
3
+ "version": "2026.2.0-rc1-1765908665",
4
4
  "description": "OpenAPI client for @goauthentik/api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -27,10 +27,10 @@ export interface AuthenticatorEmailChallengeResponseRequest {
27
27
  component?: string;
28
28
  /**
29
29
  *
30
- * @type {number}
30
+ * @type {string}
31
31
  * @memberof AuthenticatorEmailChallengeResponseRequest
32
32
  */
33
- code?: number;
33
+ code?: string;
34
34
  /**
35
35
  *
36
36
  * @type {string}
@@ -27,10 +27,10 @@ export interface AuthenticatorSMSChallengeResponseRequest {
27
27
  component?: string;
28
28
  /**
29
29
  *
30
- * @type {number}
30
+ * @type {string}
31
31
  * @memberof AuthenticatorSMSChallengeResponseRequest
32
32
  */
33
- code?: number;
33
+ code?: string;
34
34
  /**
35
35
  *
36
36
  * @type {string}
@@ -27,10 +27,10 @@ export interface AuthenticatorTOTPChallengeResponseRequest {
27
27
  component?: string;
28
28
  /**
29
29
  *
30
- * @type {number}
30
+ * @type {string}
31
31
  * @memberof AuthenticatorTOTPChallengeResponseRequest
32
32
  */
33
- code: number;
33
+ code: string;
34
34
  }
35
35
 
36
36
  /**