@authgear/web
Advanced tools
Comparing version 2.11.0-rc.0 to 2.11.0
@@ -214,3 +214,4 @@ /** | ||
export declare enum SettingsAction { | ||
ChangePassword = "change_password" | ||
ChangePassword = "change_password", | ||
DeleteAccount = "delete_account" | ||
} | ||
@@ -676,2 +677,8 @@ | ||
/** | ||
* Start settings action "delete_account" by redirecting to the authorization endpoint. | ||
* | ||
* @public | ||
*/ | ||
startDeleteAccount(options: SettingsActionOptions): Promise<void>; | ||
/** | ||
* Start reauthentication by redirecting to the authorization endpoint. | ||
@@ -705,2 +712,10 @@ */ | ||
/** | ||
* Finish settings action "delete_account". | ||
* | ||
* It may reject with OAuthError. | ||
* | ||
* @public | ||
*/ | ||
finishDeleteAccount(): Promise<void>; | ||
/** | ||
* Finish promote anonymous user. | ||
@@ -707,0 +722,0 @@ * |
{ | ||
"name": "@authgear/web", | ||
"version": "2.11.0-rc.0", | ||
"version": "2.11.0", | ||
"license": "Apache-2.0", | ||
@@ -14,3 +14,3 @@ "main": "dist/authgear-web.cjs.js", | ||
"devDependencies": { | ||
"@authgear/core": "2.11.0-rc.0", | ||
"@authgear/core": "2.11.0", | ||
"core-js-pure": "^3.37.0" | ||
@@ -17,0 +17,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
952125
25414
1