taxtank-core 0.22.0 → 0.22.3
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/bundles/taxtank-core.umd.js +13 -11
- package/bundles/taxtank-core.umd.js.map +1 -1
- package/esm2015/lib/forms/register/register-client.form.js +3 -6
- package/esm2015/lib/interceptors/financial-year-interceptor.js +3 -2
- package/esm2015/lib/models/tax-summary/tax-summary.js +5 -1
- package/esm2015/lib/services/http/user/user.service.js +7 -6
- package/fesm2015/taxtank-core.js +13 -11
- package/fesm2015/taxtank-core.js.map +1 -1
- package/lib/services/http/user/user.service.d.ts +1 -4
- package/package.json +1 -1
|
@@ -61,10 +61,7 @@ export declare class UserService implements IEventListener {
|
|
|
61
61
|
* Update user photo
|
|
62
62
|
*/
|
|
63
63
|
updatePhoto(photo: FormData): Observable<void>;
|
|
64
|
-
|
|
65
|
-
* Run forecast update script on backend when user switched financial year
|
|
66
|
-
*/
|
|
67
|
-
switchFinancialYear(): Observable<object>;
|
|
64
|
+
switchFinancialYear(year: number): Observable<void>;
|
|
68
65
|
/**
|
|
69
66
|
* clear service cache
|
|
70
67
|
*/
|