taxtank-core 0.24.1 → 0.24.4
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 +384 -338
- package/bundles/taxtank-core.umd.js.map +1 -1
- package/esm2015/lib/collections/client-invite.collection.js +7 -0
- package/esm2015/lib/interceptors/basiq.interceptor.js +3 -3
- package/esm2015/lib/interceptors/corelogic-interceptor.js +3 -3
- package/esm2015/lib/interceptors/financial-year-interceptor.js +3 -3
- package/esm2015/lib/interceptors/interceptors.module.js +4 -4
- package/esm2015/lib/interceptors/jwt-interceptor.js +3 -3
- package/esm2015/lib/interceptors/preloader.interceptor.js +3 -3
- package/esm2015/lib/interceptors/user-switcher-interceptor.js +3 -3
- package/esm2015/lib/services/account-setup/account-setup.service.js +3 -3
- package/esm2015/lib/services/asset/assets.service.js +3 -3
- package/esm2015/lib/services/auth/auth.service.js +3 -3
- package/esm2015/lib/services/auth/jwt.service.js +3 -3
- package/esm2015/lib/services/bank/bank-account-calculation.service.js +3 -3
- package/esm2015/lib/services/bank/bank-transaction-calculation.service.js +3 -3
- package/esm2015/lib/services/event/event-dispatcher.service.js +3 -3
- package/esm2015/lib/services/event/sse.service.js +3 -3
- package/esm2015/lib/services/export/export-formatter.service.js +3 -3
- package/esm2015/lib/services/header-title/header-title.service.js +3 -3
- package/esm2015/lib/services/http/address/address.service.js +3 -3
- package/esm2015/lib/services/http/bank/bank-account/bank-account.service.js +3 -3
- package/esm2015/lib/services/http/bank/bank-connection/bank-connection.service.js +3 -3
- package/esm2015/lib/services/http/bank/bank-transaction/bank-transaction.service.js +3 -3
- package/esm2015/lib/services/http/bank/bank.service.js +3 -3
- package/esm2015/lib/services/http/bank/basiq/basiq-token.service.js +3 -3
- package/esm2015/lib/services/http/bank/basiq/basiq.service.js +3 -3
- package/esm2015/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.js +3 -3
- package/esm2015/lib/services/http/chart-accounts/chart-accounts.service.js +3 -3
- package/esm2015/lib/services/http/chat/chat.service.js +3 -3
- package/esm2015/lib/services/http/chat/message/message.service.js +3 -3
- package/esm2015/lib/services/http/chat/message-document/message-document.service.js +3 -3
- package/esm2015/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.js +3 -3
- package/esm2015/lib/services/http/depreciation/depreciation.service.js +3 -3
- package/esm2015/lib/services/http/document/document-folder/document-folder.service.js +3 -3
- package/esm2015/lib/services/http/facebook/facebook.service.js +3 -3
- package/esm2015/lib/services/http/firm/client-income/client-income-types.service.js +3 -3
- package/esm2015/lib/services/http/firm/client-invite/client-invite.service.js +18 -4
- package/esm2015/lib/services/http/firm/client-movement/client-movement.service.js +16 -13
- package/esm2015/lib/services/http/firm/employee/employee.service.js +3 -3
- package/esm2015/lib/services/http/firm/employee-invite/employee-invite.service.js +3 -3
- package/esm2015/lib/services/http/firm/firm.service.js +3 -3
- package/esm2015/lib/services/http/firm/portfolio-report/client-portfolio-report.service.js +3 -3
- package/esm2015/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.js +3 -3
- package/esm2015/lib/services/http/income-source/income-source.service.js +3 -3
- package/esm2015/lib/services/http/income-source/salary-forecast/salary-forecast.service.js +3 -3
- package/esm2015/lib/services/http/income-source/sole-forecast/sole-forecast.service.js +3 -3
- package/esm2015/lib/services/http/loan/borrowing-expense/borrowing-expense.service.js +3 -3
- package/esm2015/lib/services/http/loan/loan.service.js +3 -3
- package/esm2015/lib/services/http/property/property-category/property-category.service.js +3 -3
- package/esm2015/lib/services/http/property/property-category-movement/property-category-movement.service.js +3 -3
- package/esm2015/lib/services/http/property/property-document/property-document.service.js +3 -3
- package/esm2015/lib/services/http/property/property-sale/property-sale.service.js +3 -3
- package/esm2015/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.js +3 -3
- package/esm2015/lib/services/http/property/property-share/property-share.service.js +3 -3
- package/esm2015/lib/services/http/property/property.service.js +3 -3
- package/esm2015/lib/services/http/rest/rest.service.js +3 -3
- package/esm2015/lib/services/http/service-notification/service-notification.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-business/sole-business.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-contact/sole-contact.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-details/sole-details.service.js +3 -3
- package/esm2015/lib/services/http/subscription/service-price.service.js +3 -3
- package/esm2015/lib/services/http/subscription/subscription.service.js +3 -3
- package/esm2015/lib/services/http/tax-review/tax-review-history/tax-review-history.service.js +3 -3
- package/esm2015/lib/services/http/tax-review/tax-review.service.js +14 -6
- package/esm2015/lib/services/http/tax-summary/tax-summary.service.js +3 -3
- package/esm2015/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.js +3 -3
- package/esm2015/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.js +3 -3
- package/esm2015/lib/services/http/transaction/transaction.service.js +3 -3
- package/esm2015/lib/services/http/tutorial-video/tutorial-video.service.js +3 -3
- package/esm2015/lib/services/http/user/occupation/occupation.service.js +3 -3
- package/esm2015/lib/services/http/user/user-event-setting/user-event-setting.service.js +3 -3
- package/esm2015/lib/services/http/user/user-event-type/user-event-type.service.js +3 -3
- package/esm2015/lib/services/http/user/user.service.js +3 -3
- package/esm2015/lib/services/http/user/users-invite/users-invite.service.js +3 -3
- package/esm2015/lib/services/http/vehicle/vehicle-claim.service.js +3 -3
- package/esm2015/lib/services/http/vehicle/vehicle-logbook.service.js +3 -3
- package/esm2015/lib/services/http/vehicle/vehicle.service.js +3 -3
- package/esm2015/lib/services/intercom/intercom.service.js +3 -3
- package/esm2015/lib/services/kompassify/kompassify.service.js +3 -3
- package/esm2015/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.js +3 -3
- package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.js +3 -3
- package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.js +3 -3
- package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-table.service.js +3 -3
- package/esm2015/lib/services/preloader/preloader.service.js +3 -3
- package/esm2015/lib/services/property/corelogic/corelogic.service.js +3 -3
- package/esm2015/lib/services/property/equity-position-chart/equity-position-chart.service.js +3 -3
- package/esm2015/lib/services/property/property-calculation/property-calculation.service.js +3 -3
- package/esm2015/lib/services/report/property/property-transaction-report.service.js +3 -3
- package/esm2015/lib/services/toast/toast.service.js +3 -3
- package/esm2015/lib/services/transaction/transaction-calculation.service.js +3 -3
- package/esm2015/lib/services/user/user-switcher.service.js +3 -3
- package/esm2015/lib/services/xlsx/xlsx.service.js +3 -3
- package/esm2015/lib/tt-core.module.js +4 -4
- package/esm2015/public-api.js +3 -1
- package/fesm2015/taxtank-core.js +362 -334
- package/fesm2015/taxtank-core.js.map +1 -1
- package/lib/collections/client-invite.collection.d.ts +5 -0
- package/lib/services/http/firm/client-invite/client-invite.service.d.ts +7 -1
- package/lib/services/http/firm/client-movement/client-movement.service.d.ts +2 -4
- package/lib/services/http/tax-review/tax-review.service.d.ts +1 -0
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
|
@@ -2,10 +2,12 @@ import { Observable } from 'rxjs';
|
|
|
2
2
|
import { ClientInvite as ClientInviteBase } from '../../../../db/Models/firm/client-invite';
|
|
3
3
|
import { RestService } from '../../rest/rest.service';
|
|
4
4
|
import { ClientInvite } from '../../../../models/client/client-invite';
|
|
5
|
+
import { IEventListener } from "../../../../interfaces/event-listener.interface";
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ClientInviteService extends RestService<ClientInviteBase, ClientInvite> {
|
|
7
|
+
export declare class ClientInviteService extends RestService<ClientInviteBase, ClientInvite> implements IEventListener {
|
|
7
8
|
url: string;
|
|
8
9
|
modelClass: typeof ClientInvite;
|
|
10
|
+
listenEvents(): void;
|
|
9
11
|
/**
|
|
10
12
|
* Import employees for firm from CSV file
|
|
11
13
|
* @param file
|
|
@@ -31,6 +33,10 @@ export declare class ClientInviteService extends RestService<ClientInviteBase, C
|
|
|
31
33
|
* @param invite
|
|
32
34
|
*/
|
|
33
35
|
inviteFirmByUser(invite: ClientInvite): Observable<ClientInvite>;
|
|
36
|
+
/**
|
|
37
|
+
* Reset cache on client/firm invite events
|
|
38
|
+
*/
|
|
39
|
+
listenNotifications(): void;
|
|
34
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClientInviteService, never>;
|
|
35
41
|
static ɵprov: i0.ɵɵInjectableDeclaration<ClientInviteService>;
|
|
36
42
|
}
|
|
@@ -10,6 +10,7 @@ export declare class ClientMovementService extends RestService<ClientMovementBas
|
|
|
10
10
|
modelClass: typeof ClientMovement;
|
|
11
11
|
url: string;
|
|
12
12
|
isHydra: boolean;
|
|
13
|
+
listenEvents(): void;
|
|
13
14
|
/**
|
|
14
15
|
* @TODO BaseRestService should return collection
|
|
15
16
|
*/
|
|
@@ -22,10 +23,7 @@ export declare class ClientMovementService extends RestService<ClientMovementBas
|
|
|
22
23
|
* Reject current firm
|
|
23
24
|
*/
|
|
24
25
|
close(clientMovement: ClientMovement): Observable<void>;
|
|
25
|
-
|
|
26
|
-
* Listen Event Dispatcher service
|
|
27
|
-
*/
|
|
28
|
-
listenEvents(): void;
|
|
26
|
+
private listenNotifications;
|
|
29
27
|
/**
|
|
30
28
|
* Listen to EventDispatcherService event related to clients invitations
|
|
31
29
|
*/
|
|
@@ -33,6 +33,7 @@ export declare class TaxReviewService extends RestService<TaxReviewBase, TaxRevi
|
|
|
33
33
|
* @private
|
|
34
34
|
*/
|
|
35
35
|
private listenClientTransfer;
|
|
36
|
+
private listenNotifications;
|
|
36
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<TaxReviewService, never>;
|
|
37
38
|
static ɵprov: i0.ɵɵInjectableDeclaration<TaxReviewService>;
|
|
38
39
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -40,11 +40,13 @@ export * from './lib/collections/user-event-setting.collection';
|
|
|
40
40
|
export * from './lib/collections/vehicle.collection';
|
|
41
41
|
export * from './lib/collections/vehicle-logbook.collection';
|
|
42
42
|
export * from './lib/collections/exportable.collection';
|
|
43
|
+
export * from './lib/collections/client-invite.collection';
|
|
43
44
|
/**
|
|
44
45
|
* DB models
|
|
45
46
|
*/
|
|
46
47
|
export * from './lib/db/Models/abstract-model';
|
|
47
48
|
export * from './lib/db/Models/transaction/transaction-base';
|
|
49
|
+
export * from './lib/models/chart-accounts/chart-accounts-category.e-collection';
|
|
48
50
|
/**
|
|
49
51
|
* DB enums
|
|
50
52
|
*/
|