@dynamic-labs/sdk-api 0.0.510 → 0.0.511
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
|
@@ -151,13 +151,13 @@ export interface InternalUserFields {
|
|
|
151
151
|
*/
|
|
152
152
|
newsletterNotification?: boolean;
|
|
153
153
|
/**
|
|
154
|
-
*
|
|
154
|
+
* When provided, the user email will be marked as verified in our system and the user will be allowed to sign in with that email. When social is enabled and the social provider has a verified email, we will automatically associate that social with the existing user.
|
|
155
155
|
* @type {Date}
|
|
156
156
|
* @memberof InternalUserFields
|
|
157
157
|
*/
|
|
158
158
|
emailVerifiedAt?: Date;
|
|
159
159
|
/**
|
|
160
|
-
*
|
|
160
|
+
* If email is trusted and verified, please provide a emailVerifiedAt timestamp. This will ensure that a user signing in with this email can access the correctly-created user account.
|
|
161
161
|
* @type {string}
|
|
162
162
|
* @memberof InternalUserFields
|
|
163
163
|
*/
|
|
@@ -18,13 +18,13 @@ import { CreateWalletRequest } from './CreateWalletRequest';
|
|
|
18
18
|
*/
|
|
19
19
|
export interface InternalUserFieldsAllOf {
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* When provided, the user email will be marked as verified in our system and the user will be allowed to sign in with that email. When social is enabled and the social provider has a verified email, we will automatically associate that social with the existing user.
|
|
22
22
|
* @type {Date}
|
|
23
23
|
* @memberof InternalUserFieldsAllOf
|
|
24
24
|
*/
|
|
25
25
|
emailVerifiedAt?: Date;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* If email is trusted and verified, please provide a emailVerifiedAt timestamp. This will ensure that a user signing in with this email can access the correctly-created user account.
|
|
28
28
|
* @type {string}
|
|
29
29
|
* @memberof InternalUserFieldsAllOf
|
|
30
30
|
*/
|