taxtank-core 0.20.0 → 0.20.1

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.
@@ -44,6 +44,7 @@ export declare class UserService implements IEventListener {
44
44
  * Reset user password
45
45
  */
46
46
  resetPassword(newPassword: string, resetToken: string): Observable<object>;
47
+ resendConfirmationEmail(email: string): Observable<object>;
47
48
  /**
48
49
  * Confirm registered user
49
50
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.2.3 || ~13.0.0",