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

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 AuthenticatorEmailChallengeResponseRequest {
23
23
  component?: string;
24
24
  /**
25
25
  *
26
- * @type {number}
26
+ * @type {string}
27
27
  * @memberof AuthenticatorEmailChallengeResponseRequest
28
28
  */
29
- code?: number;
29
+ code?: string;
30
30
  /**
31
31
  *
32
32
  * @type {string}
@@ -23,10 +23,10 @@ export interface AuthenticatorSMSChallengeResponseRequest {
23
23
  component?: string;
24
24
  /**
25
25
  *
26
- * @type {number}
26
+ * @type {string}
27
27
  * @memberof AuthenticatorSMSChallengeResponseRequest
28
28
  */
29
- code?: number;
29
+ code?: string;
30
30
  /**
31
31
  *
32
32
  * @type {string}
@@ -23,10 +23,10 @@ export interface AuthenticatorTOTPChallengeResponseRequest {
23
23
  component?: string;
24
24
  /**
25
25
  *
26
- * @type {number}
26
+ * @type {string}
27
27
  * @memberof AuthenticatorTOTPChallengeResponseRequest
28
28
  */
29
- code: number;
29
+ code: string;
30
30
  }
31
31
  /**
32
32
  * Check if a given object implements the AuthenticatorTOTPChallengeResponseRequest interface.
@@ -23,10 +23,10 @@ export interface AuthenticatorEmailChallengeResponseRequest {
23
23
  component?: string;
24
24
  /**
25
25
  *
26
- * @type {number}
26
+ * @type {string}
27
27
  * @memberof AuthenticatorEmailChallengeResponseRequest
28
28
  */
29
- code?: number;
29
+ code?: string;
30
30
  /**
31
31
  *
32
32
  * @type {string}
@@ -23,10 +23,10 @@ export interface AuthenticatorSMSChallengeResponseRequest {
23
23
  component?: string;
24
24
  /**
25
25
  *
26
- * @type {number}
26
+ * @type {string}
27
27
  * @memberof AuthenticatorSMSChallengeResponseRequest
28
28
  */
29
- code?: number;
29
+ code?: string;
30
30
  /**
31
31
  *
32
32
  * @type {string}
@@ -23,10 +23,10 @@ export interface AuthenticatorTOTPChallengeResponseRequest {
23
23
  component?: string;
24
24
  /**
25
25
  *
26
- * @type {number}
26
+ * @type {string}
27
27
  * @memberof AuthenticatorTOTPChallengeResponseRequest
28
28
  */
29
- code: number;
29
+ code: string;
30
30
  }
31
31
  /**
32
32
  * Check if a given object implements the AuthenticatorTOTPChallengeResponseRequest interface.