@corbado/web-core
Advanced tools
Comparing version 2.2.0-alpha.0 to 2.2.1-alpha.0
@@ -221,2 +221,3 @@ /** | ||
readonly ConditionalUiCompleted: "conditional-ui-completed"; | ||
readonly PostSignupEmailVerify: "post-signup-email-verify"; | ||
}; | ||
@@ -248,2 +249,8 @@ export type BlockType = typeof BlockType[keyof typeof BlockType]; | ||
'canUsePasskeys': boolean; | ||
/** | ||
* | ||
* @type {JavaScriptHighEntropy} | ||
* @memberof ClientInformation | ||
*/ | ||
'javaScriptHighEntropy'?: JavaScriptHighEntropy; | ||
} | ||
@@ -383,2 +390,15 @@ /** | ||
* @export | ||
* @interface GeneralBlockPostSignupEmailVerify | ||
*/ | ||
export interface GeneralBlockPostSignupEmailVerify { | ||
/** | ||
* | ||
* @type {RequestError} | ||
* @memberof GeneralBlockPostSignupEmailVerify | ||
*/ | ||
'error'?: RequestError; | ||
} | ||
/** | ||
* | ||
* @export | ||
* @interface GeneralBlockSignupInit | ||
@@ -534,2 +554,27 @@ */ | ||
* @export | ||
* @interface JavaScriptHighEntropy | ||
*/ | ||
export interface JavaScriptHighEntropy { | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof JavaScriptHighEntropy | ||
*/ | ||
'platform': string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof JavaScriptHighEntropy | ||
*/ | ||
'platformVersion': string; | ||
/** | ||
* | ||
* @type {boolean} | ||
* @memberof JavaScriptHighEntropy | ||
*/ | ||
'mobile': boolean; | ||
} | ||
/** | ||
* | ||
* @export | ||
* @interface LoginIdentifier | ||
@@ -536,0 +581,0 @@ */ |
{ | ||
"name": "@corbado/web-core", | ||
"version": "2.2.0-alpha.0", | ||
"version": "2.2.1-alpha.0", | ||
"description": "This package contains core functionalities which are exported by all the SDKs and UI packages of our JavaScript library", | ||
@@ -44,5 +44,5 @@ "author": "Abdullah Shahbaz <abdullah_ghani@live.com>", | ||
"devDependencies": { | ||
"@corbado/types": "^2.2.0-alpha.0" | ||
"@corbado/types": "^2.2.1-alpha.0" | ||
}, | ||
"gitHead": "f197f1f976dd944115eb925d3e3930fa78c70eae" | ||
"gitHead": "530ab01913082e15928b5dc9f17b39dd9d161d43" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
745251
6426
3