@goauthentik/api 2023.8.3-1694987749 → 2023.8.3-1696335052
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/dist/esm/models/AuthenticatorSMSStage.d.ts +1 -1
- package/dist/esm/models/AuthenticatorSMSStageRequest.d.ts +1 -1
- package/dist/esm/models/PatchedAuthenticatorSMSStageRequest.d.ts +1 -1
- package/dist/models/AuthenticatorSMSStage.d.ts +1 -1
- package/dist/models/AuthenticatorSMSStageRequest.d.ts +1 -1
- package/dist/models/PatchedAuthenticatorSMSStageRequest.d.ts +1 -1
- package/package.json +1 -1
- package/src/models/AuthenticatorSMSStage.ts +1 -1
- package/src/models/AuthenticatorSMSStageRequest.ts +1 -1
- package/src/models/PatchedAuthenticatorSMSStageRequest.ts +1 -1
|
@@ -109,7 +109,7 @@ export interface AuthenticatorSMSStage {
|
|
|
109
109
|
*/
|
|
110
110
|
authType?: AuthTypeEnum;
|
|
111
111
|
/**
|
|
112
|
-
* When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not
|
|
112
|
+
* When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
|
|
113
113
|
* @type {boolean}
|
|
114
114
|
* @memberof AuthenticatorSMSStage
|
|
115
115
|
*/
|
|
@@ -79,7 +79,7 @@ export interface AuthenticatorSMSStageRequest {
|
|
|
79
79
|
*/
|
|
80
80
|
authType?: AuthTypeEnum;
|
|
81
81
|
/**
|
|
82
|
-
* When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not
|
|
82
|
+
* When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
|
|
83
83
|
* @type {boolean}
|
|
84
84
|
* @memberof AuthenticatorSMSStageRequest
|
|
85
85
|
*/
|
|
@@ -79,7 +79,7 @@ export interface PatchedAuthenticatorSMSStageRequest {
|
|
|
79
79
|
*/
|
|
80
80
|
authType?: AuthTypeEnum;
|
|
81
81
|
/**
|
|
82
|
-
* When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not
|
|
82
|
+
* When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
|
|
83
83
|
* @type {boolean}
|
|
84
84
|
* @memberof PatchedAuthenticatorSMSStageRequest
|
|
85
85
|
*/
|
|
@@ -109,7 +109,7 @@ export interface AuthenticatorSMSStage {
|
|
|
109
109
|
*/
|
|
110
110
|
authType?: AuthTypeEnum;
|
|
111
111
|
/**
|
|
112
|
-
* When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not
|
|
112
|
+
* When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
|
|
113
113
|
* @type {boolean}
|
|
114
114
|
* @memberof AuthenticatorSMSStage
|
|
115
115
|
*/
|
|
@@ -79,7 +79,7 @@ export interface AuthenticatorSMSStageRequest {
|
|
|
79
79
|
*/
|
|
80
80
|
authType?: AuthTypeEnum;
|
|
81
81
|
/**
|
|
82
|
-
* When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not
|
|
82
|
+
* When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
|
|
83
83
|
* @type {boolean}
|
|
84
84
|
* @memberof AuthenticatorSMSStageRequest
|
|
85
85
|
*/
|
|
@@ -79,7 +79,7 @@ export interface PatchedAuthenticatorSMSStageRequest {
|
|
|
79
79
|
*/
|
|
80
80
|
authType?: AuthTypeEnum;
|
|
81
81
|
/**
|
|
82
|
-
* When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not
|
|
82
|
+
* When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
|
|
83
83
|
* @type {boolean}
|
|
84
84
|
* @memberof PatchedAuthenticatorSMSStageRequest
|
|
85
85
|
*/
|
package/package.json
CHANGED
|
@@ -129,7 +129,7 @@ export interface AuthenticatorSMSStage {
|
|
|
129
129
|
*/
|
|
130
130
|
authType?: AuthTypeEnum;
|
|
131
131
|
/**
|
|
132
|
-
* When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not
|
|
132
|
+
* When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
|
|
133
133
|
* @type {boolean}
|
|
134
134
|
* @memberof AuthenticatorSMSStage
|
|
135
135
|
*/
|
|
@@ -99,7 +99,7 @@ export interface AuthenticatorSMSStageRequest {
|
|
|
99
99
|
*/
|
|
100
100
|
authType?: AuthTypeEnum;
|
|
101
101
|
/**
|
|
102
|
-
* When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not
|
|
102
|
+
* When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
|
|
103
103
|
* @type {boolean}
|
|
104
104
|
* @memberof AuthenticatorSMSStageRequest
|
|
105
105
|
*/
|
|
@@ -99,7 +99,7 @@ export interface PatchedAuthenticatorSMSStageRequest {
|
|
|
99
99
|
*/
|
|
100
100
|
authType?: AuthTypeEnum;
|
|
101
101
|
/**
|
|
102
|
-
* When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not
|
|
102
|
+
* When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
|
|
103
103
|
* @type {boolean}
|
|
104
104
|
* @memberof PatchedAuthenticatorSMSStageRequest
|
|
105
105
|
*/
|