@goauthentik/api 2024.10.1-1731422425 → 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 {
|
|
26
|
+
* @type {string}
|
|
27
27
|
* @memberof OAuthDeviceCodeChallengeResponseRequest
|
|
28
28
|
*/
|
|
29
|
-
code:
|
|
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 {
|
|
26
|
+
* @type {string}
|
|
27
27
|
* @memberof OAuthDeviceCodeChallengeResponseRequest
|
|
28
28
|
*/
|
|
29
|
-
code:
|
|
29
|
+
code: string;
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
32
|
* Check if a given object implements the OAuthDeviceCodeChallengeResponseRequest interface.
|
package/package.json
CHANGED