@adminide-stack/core 1.1.1-alpha.387 → 1.1.1-alpha.391
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.
@@ -2965,6 +2965,7 @@ export declare type IUserAuth0UpdateFields = {
|
|
2965
2965
|
company_name?: Maybe<Scalars['String']>;
|
2966
2966
|
dob?: Maybe<Scalars['Date']>;
|
2967
2967
|
zip_code?: Maybe<Scalars['Int']>;
|
2968
|
+
email_verified?: Maybe<Scalars['Boolean']>;
|
2968
2969
|
};
|
2969
2970
|
export declare const enum IUserBroadcasterAction {
|
2970
2971
|
onUserLoggedIn = "onUserLoggedIn",
|