taxtank-core 0.20.1 → 0.21.0

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.
Files changed (144) hide show
  1. package/bundles/taxtank-core.umd.js +754 -617
  2. package/bundles/taxtank-core.umd.js.map +1 -1
  3. package/esm2015/lib/collections/collection.js +6 -3
  4. package/esm2015/lib/db/Enums/bank-popular.enum.js +14 -0
  5. package/esm2015/lib/forms/abstract.form.js +11 -4
  6. package/esm2015/lib/forms/bank/bank-account/bank-account-add-manual.form.js +75 -0
  7. package/esm2015/lib/forms/bank/bank-account/bank-account-import.form.js +43 -0
  8. package/esm2015/lib/forms/bank/bank-account/bank-account-loan.form.js +23 -0
  9. package/esm2015/lib/forms/bank/bank-account/bank-account-properties.form.js +36 -0
  10. package/esm2015/lib/forms/bank/bank-account/bank-accounts-import.form.js +50 -0
  11. package/esm2015/lib/forms/index.js +6 -7
  12. package/esm2015/lib/forms/report/my-tax/my-tax-income-statements.form.js +3 -3
  13. package/esm2015/lib/forms/user/password.form.js +3 -2
  14. package/esm2015/lib/forms/user/reset-password.form.js +2 -1
  15. package/esm2015/lib/interceptors/basiq.interceptor.js +3 -3
  16. package/esm2015/lib/interceptors/corelogic-interceptor.js +3 -3
  17. package/esm2015/lib/interceptors/financial-year-interceptor.js +3 -3
  18. package/esm2015/lib/interceptors/interceptors.module.js +4 -4
  19. package/esm2015/lib/interceptors/jwt-interceptor.js +9 -4
  20. package/esm2015/lib/interceptors/preloader.interceptor.js +3 -3
  21. package/esm2015/lib/interceptors/user-switcher-interceptor.js +3 -3
  22. package/esm2015/lib/models/bank/bank.js +7 -2
  23. package/esm2015/lib/models/dictionary/dictionary.js +35 -0
  24. package/esm2015/lib/services/account-setup/account-setup.service.js +3 -3
  25. package/esm2015/lib/services/asset/assets.service.js +3 -3
  26. package/esm2015/lib/services/auth/auth.service.js +3 -3
  27. package/esm2015/lib/services/auth/jwt.service.js +3 -3
  28. package/esm2015/lib/services/bank/bank-account-calculation.service.js +3 -3
  29. package/esm2015/lib/services/bank/bank-transaction-calculation.service.js +3 -3
  30. package/esm2015/lib/services/event/event-dispatcher.service.js +3 -3
  31. package/esm2015/lib/services/event/sse.service.js +3 -3
  32. package/esm2015/lib/services/export/export-formatter.service.js +3 -3
  33. package/esm2015/lib/services/header-title/header-title.service.js +3 -3
  34. package/esm2015/lib/services/http/address/address.service.js +3 -3
  35. package/esm2015/lib/services/http/bank/bank-account/bank-account.service.js +10 -4
  36. package/esm2015/lib/services/http/bank/bank-connection/bank-connection.service.js +18 -48
  37. package/esm2015/lib/services/http/bank/bank-transaction/bank-transaction.service.js +3 -3
  38. package/esm2015/lib/services/http/bank/bank.service.js +11 -4
  39. package/esm2015/lib/services/http/bank/basiq/basiq-token.service.js +3 -3
  40. package/esm2015/lib/services/http/bank/basiq/basiq.service.js +55 -17
  41. package/esm2015/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.js +3 -3
  42. package/esm2015/lib/services/http/chart-accounts/chart-accounts.service.js +3 -3
  43. package/esm2015/lib/services/http/chat/chat.service.js +3 -3
  44. package/esm2015/lib/services/http/chat/message/message.service.js +3 -3
  45. package/esm2015/lib/services/http/chat/message-document/message-document.service.js +3 -3
  46. package/esm2015/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.js +3 -3
  47. package/esm2015/lib/services/http/depreciation/depreciation.service.js +3 -3
  48. package/esm2015/lib/services/http/document/document-folder/document-folder.service.js +3 -3
  49. package/esm2015/lib/services/http/facebook/facebook.service.js +3 -3
  50. package/esm2015/lib/services/http/firm/client-income/client-income-types.service.js +3 -3
  51. package/esm2015/lib/services/http/firm/client-invite/client-invite.service.js +3 -3
  52. package/esm2015/lib/services/http/firm/client-movement/client-movement.service.js +3 -3
  53. package/esm2015/lib/services/http/firm/employee/employee.service.js +3 -3
  54. package/esm2015/lib/services/http/firm/employee-invite/employee-invite.service.js +3 -3
  55. package/esm2015/lib/services/http/firm/firm.service.js +3 -3
  56. package/esm2015/lib/services/http/firm/portfolio-report/client-portfolio-report.service.js +3 -3
  57. package/esm2015/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.js +3 -3
  58. package/esm2015/lib/services/http/income-source/income-source.service.js +3 -3
  59. package/esm2015/lib/services/http/income-source/salary-forecast/salary-forecast.service.js +3 -3
  60. package/esm2015/lib/services/http/income-source/sole-forecast/sole-forecast.service.js +3 -3
  61. package/esm2015/lib/services/http/loan/borrowing-expense/borrowing-expense.service.js +3 -3
  62. package/esm2015/lib/services/http/loan/loan.service.js +3 -3
  63. package/esm2015/lib/services/http/property/property-category/property-category.service.js +3 -3
  64. package/esm2015/lib/services/http/property/property-category-movement/property-category-movement.service.js +3 -3
  65. package/esm2015/lib/services/http/property/property-document/property-document.service.js +3 -3
  66. package/esm2015/lib/services/http/property/property-sale/property-sale.service.js +3 -3
  67. package/esm2015/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.js +3 -3
  68. package/esm2015/lib/services/http/property/property-share/property-share.service.js +3 -3
  69. package/esm2015/lib/services/http/property/property.service.js +3 -3
  70. package/esm2015/lib/services/http/rest/rest.service.js +3 -3
  71. package/esm2015/lib/services/http/service-notification/service-notification.service.js +3 -3
  72. package/esm2015/lib/services/http/subscription/service-price.service.js +3 -3
  73. package/esm2015/lib/services/http/subscription/subscription.service.js +3 -3
  74. package/esm2015/lib/services/http/tax-review/tax-review-history/tax-review-history.service.js +3 -3
  75. package/esm2015/lib/services/http/tax-review/tax-review.service.js +3 -3
  76. package/esm2015/lib/services/http/tax-summary/tax-summary.service.js +3 -3
  77. package/esm2015/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.js +3 -3
  78. package/esm2015/lib/services/http/transaction/transaction.service.js +3 -3
  79. package/esm2015/lib/services/http/user/occupation/occupation.service.js +3 -3
  80. package/esm2015/lib/services/http/user/user-event-setting/user-event-setting.service.js +3 -3
  81. package/esm2015/lib/services/http/user/user-event-type/user-event-type.service.js +3 -3
  82. package/esm2015/lib/services/http/user/user.service.js +3 -3
  83. package/esm2015/lib/services/http/vehicle/vehicle-claim.service.js +3 -3
  84. package/esm2015/lib/services/http/vehicle/vehicle-logbook.service.js +3 -3
  85. package/esm2015/lib/services/http/vehicle/vehicle.service.js +3 -3
  86. package/esm2015/lib/services/intercom/intercom.service.js +3 -3
  87. package/esm2015/lib/services/kompassify/kompassify.service.js +3 -3
  88. package/esm2015/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.js +3 -3
  89. package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.js +3 -3
  90. package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.js +3 -3
  91. package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-table.service.js +3 -3
  92. package/esm2015/lib/services/preloader/preloader.service.js +3 -3
  93. package/esm2015/lib/services/property/corelogic/corelogic.service.js +3 -3
  94. package/esm2015/lib/services/property/equity-position-chart/equity-position-chart.service.js +3 -3
  95. package/esm2015/lib/services/property/property-calculation/property-calculation.service.js +3 -3
  96. package/esm2015/lib/services/report/property/property-transaction-report.service.js +3 -3
  97. package/esm2015/lib/services/toast/toast.service.js +3 -3
  98. package/esm2015/lib/services/transaction/transaction-calculation.service.js +3 -3
  99. package/esm2015/lib/services/user/user-switcher.service.js +3 -3
  100. package/esm2015/lib/services/xlsx/xlsx.service.js +3 -3
  101. package/esm2015/lib/tt-core.module.js +4 -4
  102. package/esm2015/lib/validators/at-least-one-enabled.validator.js +11 -0
  103. package/esm2015/lib/validators/autocomplete.validator.js +10 -0
  104. package/esm2015/lib/validators/index.js +2 -3
  105. package/esm2015/public-api.js +2 -2
  106. package/fesm2015/taxtank-core.js +705 -562
  107. package/fesm2015/taxtank-core.js.map +1 -1
  108. package/lib/collections/collection.d.ts +2 -1
  109. package/lib/db/Enums/bank-popular.enum.d.ts +12 -0
  110. package/lib/forms/abstract.form.d.ts +5 -3
  111. package/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts +25 -0
  112. package/lib/forms/bank/bank-account/bank-account-import.form.d.ts +15 -0
  113. package/lib/forms/bank/bank-account/bank-account-loan.form.d.ts +8 -0
  114. package/lib/forms/bank/bank-account/bank-account-properties.form.d.ts +11 -0
  115. package/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts +12 -0
  116. package/lib/forms/index.d.ts +5 -6
  117. package/lib/models/bank/bank.d.ts +1 -0
  118. package/lib/models/dictionary/dictionary.d.ts +12 -0
  119. package/lib/services/http/bank/bank-account/bank-account.service.d.ts +3 -0
  120. package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts +0 -8
  121. package/lib/services/http/bank/bank.service.d.ts +2 -0
  122. package/lib/services/http/bank/basiq/basiq.service.d.ts +12 -3
  123. package/lib/validators/at-least-one-enabled.validator.d.ts +5 -0
  124. package/lib/validators/{require-autocomplete.d.ts → autocomplete.validator.d.ts} +2 -1
  125. package/lib/validators/index.d.ts +1 -2
  126. package/package.json +1 -1
  127. package/public-api.d.ts +1 -1
  128. package/esm2015/lib/collections/bank.collection.js +0 -15
  129. package/esm2015/lib/forms/bank/bank-account-add-manual.form.js +0 -19
  130. package/esm2015/lib/forms/bank/bank-account-loan.form.js +0 -20
  131. package/esm2015/lib/forms/bank/bank-account-migrate.form.js +0 -15
  132. package/esm2015/lib/forms/bank/bank-account-properties.form.js +0 -15
  133. package/esm2015/lib/forms/bank/bank-account-property.form.js +0 -13
  134. package/esm2015/lib/forms/bank/bank-account.form.js +0 -66
  135. package/esm2015/lib/validators/require-autocomplete.js +0 -14
  136. package/esm2015/lib/validators/require-select.validator.js +0 -15
  137. package/lib/collections/bank.collection.d.ts +0 -7
  138. package/lib/forms/bank/bank-account-add-manual.form.d.ts +0 -10
  139. package/lib/forms/bank/bank-account-loan.form.d.ts +0 -5
  140. package/lib/forms/bank/bank-account-migrate.form.d.ts +0 -9
  141. package/lib/forms/bank/bank-account-properties.form.d.ts +0 -8
  142. package/lib/forms/bank/bank-account-property.form.d.ts +0 -5
  143. package/lib/forms/bank/bank-account.form.d.ts +0 -28
  144. package/lib/validators/require-select.validator.d.ts +0 -5
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/common/http'), require('rxjs'), require('rxjs/operators'), require('class-transformer'), require('@auth0/angular-jwt'), require('lodash/get'), require('lodash/last'), require('moment'), require('lodash/flatten'), require('lodash/hasIn'), require('lodash/first'), require('lodash/cloneDeep'), require('lodash/compact'), require('lodash/uniqBy'), require('lodash/concat'), require('moment-range'), require('@angular/forms'), require('lodash/fromPairs'), require('lodash'), require('event-source-polyfill/src/eventsource.min.js'), require('@angular/router'), require('lodash/clone'), require('html2pdf.js'), require('jspdf'), require('jspdf-autotable'), require('@stripe/stripe-js'), require('xlsx'), require('file-saver')) :
3
- typeof define === 'function' && define.amd ? define('taxtank-core', ['exports', '@angular/core', '@angular/common', '@angular/common/http', 'rxjs', 'rxjs/operators', 'class-transformer', '@auth0/angular-jwt', 'lodash/get', 'lodash/last', 'moment', 'lodash/flatten', 'lodash/hasIn', 'lodash/first', 'lodash/cloneDeep', 'lodash/compact', 'lodash/uniqBy', 'lodash/concat', 'moment-range', '@angular/forms', 'lodash/fromPairs', 'lodash', 'event-source-polyfill/src/eventsource.min.js', '@angular/router', 'lodash/clone', 'html2pdf.js', 'jspdf', 'jspdf-autotable', '@stripe/stripe-js', 'xlsx', 'file-saver'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["taxtank-core"] = {}, global.ng.core, global.ng.common, global.ng.common.http, global.rxjs, global.rxjs.operators, global.classTransformer, global.angularJwt, global.get, global.last, global.moment, global.flatten, global.hasIn, global.first, global.cloneDeep$1, global.compact, global.uniqBy, global.concat, global.momentRange, global.ng.forms, global.fromPairs, global._, global.eventsource_min_js, global.ng.router, global.clone, global.html2pdf, global.jsPDF, global.autoTable, global.stripeJs, global.xlsx, global.FileSaver));
5
- })(this, (function (exports, i0, i1$1, i1, rxjs, operators, classTransformer, angularJwt, get, last, moment, flatten, hasIn, first, cloneDeep$1, compact, uniqBy, concat, momentRange, forms, fromPairs, _, eventsource_min_js, i1$2, clone, html2pdf, jsPDF, autoTable, stripeJs, xlsx, FileSaver) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/common/http'), require('rxjs'), require('rxjs/operators'), require('class-transformer'), require('@auth0/angular-jwt'), require('lodash/get'), require('lodash/last'), require('moment'), require('lodash/flatten'), require('lodash/hasIn'), require('lodash/first'), require('lodash/uniqBy'), require('lodash/concat'), require('rxjs/internal/observable/throwError'), require('lodash/cloneDeep'), require('lodash/compact'), require('moment-range'), require('@angular/forms'), require('lodash/fromPairs'), require('lodash'), require('event-source-polyfill/src/eventsource.min.js'), require('@angular/router'), require('lodash/clone'), require('html2pdf.js'), require('jspdf'), require('jspdf-autotable'), require('@stripe/stripe-js'), require('xlsx'), require('file-saver')) :
3
+ typeof define === 'function' && define.amd ? define('taxtank-core', ['exports', '@angular/core', '@angular/common', '@angular/common/http', 'rxjs', 'rxjs/operators', 'class-transformer', '@auth0/angular-jwt', 'lodash/get', 'lodash/last', 'moment', 'lodash/flatten', 'lodash/hasIn', 'lodash/first', 'lodash/uniqBy', 'lodash/concat', 'rxjs/internal/observable/throwError', 'lodash/cloneDeep', 'lodash/compact', 'moment-range', '@angular/forms', 'lodash/fromPairs', 'lodash', 'event-source-polyfill/src/eventsource.min.js', '@angular/router', 'lodash/clone', 'html2pdf.js', 'jspdf', 'jspdf-autotable', '@stripe/stripe-js', 'xlsx', 'file-saver'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["taxtank-core"] = {}, global.ng.core, global.ng.common, global.ng.common.http, global.rxjs, global.rxjs.operators, global.classTransformer, global.angularJwt, global.get, global.last, global.moment, global.flatten, global.hasIn, global.first, global.uniqBy, global.concat, global.rxjs["internal/observable/throwError"], global.cloneDeep$1, global.compact, global.momentRange, global.ng.forms, global.fromPairs, global._, global.eventsource_min_js, global.ng.router, global.clone, global.html2pdf, global.jsPDF, global.autoTable, global.stripeJs, global.xlsx, global.FileSaver));
5
+ })(this, (function (exports, i0, i1$1, i1, rxjs, operators, classTransformer, angularJwt, get, last, moment, flatten, hasIn, first, uniqBy, concat, throwError, cloneDeep$1, compact, momentRange, forms, fromPairs, _, eventsource_min_js, i1$2, clone, html2pdf, jsPDF, autoTable, stripeJs, xlsx, FileSaver) { 'use strict';
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
@@ -33,10 +33,10 @@
33
33
  var flatten__default = /*#__PURE__*/_interopDefaultLegacy(flatten);
34
34
  var hasIn__default = /*#__PURE__*/_interopDefaultLegacy(hasIn);
35
35
  var first__default = /*#__PURE__*/_interopDefaultLegacy(first);
36
- var cloneDeep__default = /*#__PURE__*/_interopDefaultLegacy(cloneDeep$1);
37
- var compact__default = /*#__PURE__*/_interopDefaultLegacy(compact);
38
36
  var uniqBy__default = /*#__PURE__*/_interopDefaultLegacy(uniqBy);
39
37
  var concat__default = /*#__PURE__*/_interopDefaultLegacy(concat);
38
+ var cloneDeep__default = /*#__PURE__*/_interopDefaultLegacy(cloneDeep$1);
39
+ var compact__default = /*#__PURE__*/_interopDefaultLegacy(compact);
40
40
  var fromPairs__default = /*#__PURE__*/_interopDefaultLegacy(fromPairs);
41
41
  var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
42
42
  var i1__namespace$2 = /*#__PURE__*/_interopNamespace(i1$2);
@@ -88,9 +88,9 @@
88
88
  };
89
89
  return CorelogicService;
90
90
  }());
91
- CorelogicService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
92
- CorelogicService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicService, providedIn: 'root' });
93
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicService, decorators: [{
91
+ CorelogicService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
92
+ CorelogicService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicService, providedIn: 'root' });
93
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicService, decorators: [{
94
94
  type: i0.Injectable,
95
95
  args: [{
96
96
  providedIn: 'root'
@@ -135,9 +135,9 @@
135
135
  };
136
136
  return CorelogicInterceptor;
137
137
  }());
138
- CorelogicInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
139
- CorelogicInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicInterceptor });
140
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: CorelogicInterceptor, decorators: [{
138
+ CorelogicInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
139
+ CorelogicInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicInterceptor });
140
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CorelogicInterceptor, decorators: [{
141
141
  type: i0.Injectable
142
142
  }], ctorParameters: function () {
143
143
  return [{ type: CorelogicService }, { type: undefined, decorators: [{
@@ -176,9 +176,9 @@
176
176
  };
177
177
  return FinancialYearInterceptor;
178
178
  }());
179
- FinancialYearInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
180
- FinancialYearInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FinancialYearInterceptor });
181
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FinancialYearInterceptor, decorators: [{
179
+ FinancialYearInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
180
+ FinancialYearInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FinancialYearInterceptor });
181
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FinancialYearInterceptor, decorators: [{
182
182
  type: i0.Injectable
183
183
  }], ctorParameters: function () {
184
184
  return [{ type: undefined, decorators: [{
@@ -187,7 +187,7 @@
187
187
  }] }];
188
188
  } });
189
189
 
190
- /******************************************************************************
190
+ /*! *****************************************************************************
191
191
  Copyright (c) Microsoft Corporation.
192
192
 
193
193
  Permission to use, copy, modify, and/or distribute this software for any
@@ -349,11 +349,7 @@
349
349
  var __createBinding = Object.create ? (function (o, m, k, k2) {
350
350
  if (k2 === undefined)
351
351
  k2 = k;
352
- var desc = Object.getOwnPropertyDescriptor(m, k);
353
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
354
- desc = { enumerable: true, get: function () { return m[k]; } };
355
- }
356
- Object.defineProperty(o, k2, desc);
352
+ Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
357
353
  }) : (function (o, m, k, k2) {
358
354
  if (k2 === undefined)
359
355
  k2 = k;
@@ -508,11 +504,6 @@
508
504
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
509
505
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
510
506
  }
511
- function __classPrivateFieldIn(state, receiver) {
512
- if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
513
- throw new TypeError("Cannot use 'in' operator on non-object");
514
- return typeof state === "function" ? receiver === state : state.has(receiver);
515
- }
516
507
 
517
508
  var NAME_TOKEN = 'token';
518
509
  var NAME_REFRESH_TOKEN = 'refreshToken';
@@ -543,9 +534,9 @@
543
534
  };
544
535
  return JwtService;
545
536
  }(angularJwt.JwtHelperService));
546
- JwtService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
547
- JwtService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtService, providedIn: 'root' });
548
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtService, decorators: [{
537
+ JwtService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
538
+ JwtService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtService, providedIn: 'root' });
539
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtService, decorators: [{
549
540
  type: i0.Injectable,
550
541
  args: [{
551
542
  providedIn: 'root'
@@ -619,9 +610,9 @@
619
610
  };
620
611
  return EventDispatcherService;
621
612
  }());
622
- EventDispatcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EventDispatcherService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
623
- EventDispatcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EventDispatcherService, providedIn: 'root' });
624
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EventDispatcherService, decorators: [{
613
+ EventDispatcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EventDispatcherService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
614
+ EventDispatcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EventDispatcherService, providedIn: 'root' });
615
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EventDispatcherService, decorators: [{
625
616
  type: i0.Injectable,
626
617
  args: [{
627
618
  providedIn: 'root'
@@ -675,9 +666,9 @@
675
666
  };
676
667
  return AuthService;
677
668
  }());
678
- AuthService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AuthService, deps: [{ token: i1__namespace.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
679
- AuthService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AuthService, providedIn: 'root' });
680
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AuthService, decorators: [{
669
+ AuthService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AuthService, deps: [{ token: i1__namespace.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
670
+ AuthService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AuthService, providedIn: 'root' });
671
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AuthService, decorators: [{
681
672
  type: i0.Injectable,
682
673
  args: [{
683
674
  providedIn: 'root'
@@ -766,6 +757,11 @@
766
757
  };
767
758
  JwtInterceptor.prototype.handle401Error = function (req, next, err) {
768
759
  var _this = this;
760
+ var _a;
761
+ // skip 401 errors not from JWT (basiq login case or other)
762
+ if (!((_a = err.error.message) === null || _a === void 0 ? void 0 : _a.includes('JWT Token'))) {
763
+ return rxjs.throwError(err);
764
+ }
769
765
  if (req.url.includes('token/refresh') || req.url.includes('login')) {
770
766
  if (req.url.includes('token/refresh')) {
771
767
  this.authService.logoutFront();
@@ -813,9 +809,9 @@
813
809
  };
814
810
  return JwtInterceptor;
815
811
  }());
816
- JwtInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
817
- JwtInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtInterceptor });
818
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: JwtInterceptor, decorators: [{
812
+ JwtInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
813
+ JwtInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtInterceptor });
814
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: JwtInterceptor, decorators: [{
819
815
  type: i0.Injectable
820
816
  }], ctorParameters: function () {
821
817
  return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
@@ -853,9 +849,9 @@
853
849
  };
854
850
  return UserSwitcherService;
855
851
  }());
856
- UserSwitcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
857
- UserSwitcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherService, providedIn: 'root' });
858
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherService, decorators: [{
852
+ UserSwitcherService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
853
+ UserSwitcherService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherService, providedIn: 'root' });
854
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherService, decorators: [{
859
855
  type: i0.Injectable,
860
856
  args: [{
861
857
  providedIn: 'root'
@@ -892,9 +888,9 @@
892
888
  };
893
889
  return UserSwitcherInterceptor;
894
890
  }());
895
- UserSwitcherInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
896
- UserSwitcherInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherInterceptor });
897
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserSwitcherInterceptor, decorators: [{
891
+ UserSwitcherInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
892
+ UserSwitcherInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherInterceptor });
893
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserSwitcherInterceptor, decorators: [{
898
894
  type: i0.Injectable
899
895
  }], ctorParameters: function () {
900
896
  return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
@@ -1098,9 +1094,9 @@
1098
1094
  };
1099
1095
  return PreloaderService;
1100
1096
  }());
1101
- PreloaderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1102
- PreloaderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderService, providedIn: 'root' });
1103
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderService, decorators: [{
1097
+ PreloaderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1098
+ PreloaderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderService, providedIn: 'root' });
1099
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderService, decorators: [{
1104
1100
  type: i0.Injectable,
1105
1101
  args: [{
1106
1102
  providedIn: 'root'
@@ -1130,9 +1126,9 @@
1130
1126
  };
1131
1127
  return PreloaderInterceptor;
1132
1128
  }());
1133
- PreloaderInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1134
- PreloaderInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderInterceptor });
1135
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PreloaderInterceptor, decorators: [{
1129
+ PreloaderInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1130
+ PreloaderInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderInterceptor });
1131
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PreloaderInterceptor, decorators: [{
1136
1132
  type: i0.Injectable
1137
1133
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
1138
1134
 
@@ -1273,9 +1269,9 @@
1273
1269
  };
1274
1270
  return ToastService;
1275
1271
  }());
1276
- ToastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ToastService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1277
- ToastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ToastService, providedIn: 'root' });
1278
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ToastService, decorators: [{
1272
+ ToastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ToastService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1273
+ ToastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ToastService, providedIn: 'root' });
1274
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ToastService, decorators: [{
1279
1275
  type: i0.Injectable,
1280
1276
  args: [{
1281
1277
  providedIn: 'root'
@@ -1481,9 +1477,9 @@
1481
1477
  RestService.prototype.listenEvents = function () { };
1482
1478
  return RestService;
1483
1479
  }());
1484
- RestService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1485
- RestService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService, providedIn: 'root' });
1486
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: RestService, decorators: [{
1480
+ RestService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
1481
+ RestService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService, providedIn: 'root' });
1482
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RestService, decorators: [{
1487
1483
  type: i0.Injectable,
1488
1484
  args: [{
1489
1485
  providedIn: 'root'
@@ -2803,6 +2799,9 @@
2803
2799
  Collection.prototype.getIds = function () {
2804
2800
  return this.items.map(function (item) { return item['id']; });
2805
2801
  };
2802
+ Collection.prototype.mapBy = function (path) {
2803
+ return this.items.map(function (item) { return get__default["default"](item, path); });
2804
+ };
2806
2805
  Collection.prototype.sortBy = function (field, isDesc) {
2807
2806
  if (field === void 0) { field = 'id'; }
2808
2807
  if (isDesc === void 0) { isDesc = true; }
@@ -2865,8 +2864,8 @@
2865
2864
  Collection.prototype.remove = function (items) {
2866
2865
  return this.filter(function (model) { return !items.map(function (item) { return item.id; }).includes(model.id); });
2867
2866
  };
2868
- Collection.prototype.removeBy = function (path, value) {
2869
- return this.filter(function (item) { return get__default["default"](item, path) !== value; });
2867
+ Collection.prototype.removeBy = function (path, values) {
2868
+ return this.filter(function (item) { return !(Array.isArray(values) ? values : [values]).includes(get__default["default"](item, path)); });
2870
2869
  };
2871
2870
  return Collection;
2872
2871
  }());
@@ -3236,6 +3235,20 @@
3236
3235
  return Bank;
3237
3236
  }(AbstractModel));
3238
3237
 
3238
+ var BankPopularEnum;
3239
+ (function (BankPopularEnum) {
3240
+ BankPopularEnum["BANKWEST"] = "Bank of Western Australia trading as BankWest";
3241
+ BankPopularEnum["ANZ"] = "Australia and New Zealand Banking Group Limited";
3242
+ BankPopularEnum["CBA"] = "Commonwealth Bank Australia";
3243
+ BankPopularEnum["WESTPAC"] = "Westpac Banking Corporation";
3244
+ BankPopularEnum["BENDIGO"] = "Bendigo and Adelaide Bank Limited";
3245
+ BankPopularEnum["ING_DIRECT"] = "ING Bank (Australia) Limited (trading as ING Direct)";
3246
+ BankPopularEnum["ST_GEORGE"] = "St. George Bank (a subsidiary of Westpac)";
3247
+ BankPopularEnum["SUNCORP"] = "Suncorp-Metway Limited";
3248
+ BankPopularEnum["CITIBANK"] = "Citibank";
3249
+ BankPopularEnum["BOQ"] = "Bank of Queensland Limited";
3250
+ })(BankPopularEnum || (BankPopularEnum = {}));
3251
+
3239
3252
  var Bank = /** @class */ (function (_super) {
3240
3253
  __extends(Bank, _super);
3241
3254
  function Bank() {
@@ -3258,6 +3271,13 @@
3258
3271
  return value ? value.replace(' ', '%20') : null;
3259
3272
  })
3260
3273
  ], Bank.prototype, "logo", void 0);
3274
+ __decorate([
3275
+ classTransformer.Transform(function (_a) {
3276
+ var obj = _a.obj;
3277
+ return Object.values(BankPopularEnum).includes(obj.name);
3278
+ }),
3279
+ classTransformer.Expose()
3280
+ ], Bank.prototype, "isPopular", void 0);
3261
3281
 
3262
3282
  exports.BankConnectionStatusEnum = void 0;
3263
3283
  (function (BankConnectionStatusEnum) {
@@ -3418,16 +3438,151 @@
3418
3438
  classTransformer.Type(function () { return BankConnection; })
3419
3439
  ], BankAccount.prototype, "bankConnection", void 0);
3420
3440
 
3441
+ var TYPE_LOAN = [
3442
+ exports.BankAccountTypeEnum.MORTGAGE,
3443
+ exports.BankAccountTypeEnum.CREDIT_CARD,
3444
+ exports.BankAccountTypeEnum.LOAN
3445
+ ];
3446
+
3421
3447
  /**
3422
- * any event happened in the app, which needs to be handled somehow (distributed to other part of the app)
3448
+ * Collection of bank accounts.
3423
3449
  */
3424
- var AppEvent = /** @class */ (function () {
3425
- function AppEvent(type, payload) {
3426
- this.type = type;
3427
- this.payload = payload;
3450
+ var BankAccountCollection = /** @class */ (function (_super) {
3451
+ __extends(BankAccountCollection, _super);
3452
+ function BankAccountCollection() {
3453
+ return _super !== null && _super.apply(this, arguments) || this;
3428
3454
  }
3429
- return AppEvent;
3430
- }());
3455
+ /**
3456
+ * get list of bank accounts with passed types
3457
+ */
3458
+ BankAccountCollection.prototype.getByType = function (types, isExclude) {
3459
+ if (isExclude === void 0) { isExclude = false; }
3460
+ // get types always as array (if only one passed)
3461
+ var typesArray = concat__default["default"](types);
3462
+ return this.items.filter(function (bankAccount) {
3463
+ if (isExclude) {
3464
+ return !typesArray.includes(bankAccount.type);
3465
+ }
3466
+ return typesArray.includes(bankAccount.type);
3467
+ });
3468
+ };
3469
+ /**
3470
+ * get amount of initial loans
3471
+ */
3472
+ BankAccountCollection.prototype.getInitialLoanAmount = function () {
3473
+ return this.getByType(TYPE_LOAN)
3474
+ .reduce(function (sum, bankAccount) {
3475
+ return sum += bankAccount.balances.length ? bankAccount.getOpeningBalance() : 0;
3476
+ }, 0);
3477
+ };
3478
+ /**
3479
+ * get amount of current loans
3480
+ */
3481
+ BankAccountCollection.prototype.getCurrentLoanAmount = function () {
3482
+ return this.getByType(TYPE_LOAN)
3483
+ .reduce(function (sum, bankAccount) {
3484
+ return sum += bankAccount.currentBalance;
3485
+ }, 0);
3486
+ };
3487
+ /**
3488
+ * get collection filtered by property id
3489
+ */
3490
+ BankAccountCollection.prototype.getByPropertyId = function (id) {
3491
+ return new BankAccountCollection(this.items.filter(function (bankAccount) {
3492
+ return bankAccount.bankAccountProperties.find(function (bankAccountProperty) {
3493
+ return bankAccountProperty.property.id === id;
3494
+ });
3495
+ }));
3496
+ };
3497
+ /**
3498
+ * get collection filtered by properties ids
3499
+ */
3500
+ BankAccountCollection.prototype.getByPropertiesIds = function (ids) {
3501
+ return new BankAccountCollection(this.items.filter(function (bankAccount) {
3502
+ return bankAccount.bankAccountProperties.find(function (bankAccountProperty) {
3503
+ return ids.includes(bankAccountProperty.property.id);
3504
+ });
3505
+ }));
3506
+ };
3507
+ /**
3508
+ * get collection of active bank accounts
3509
+ */
3510
+ BankAccountCollection.prototype.getActiveBankAccounts = function () {
3511
+ return new BankAccountCollection(this.items.filter(function (bankAccount) {
3512
+ return bankAccount.isActive();
3513
+ }));
3514
+ };
3515
+ /**
3516
+ * get reduction of loan (reduction of principle) percentage
3517
+ */
3518
+ BankAccountCollection.prototype.getPrincipleReductionPercent = function () {
3519
+ var initialLoans = this.getInitialLoanAmount();
3520
+ var currentLoans = this.getCurrentLoanAmount();
3521
+ if (!initialLoans) {
3522
+ return 0;
3523
+ }
3524
+ return (initialLoans - currentLoans) / initialLoans * 100;
3525
+ };
3526
+ /**
3527
+ * Get collection of loan bank accounts
3528
+ */
3529
+ BankAccountCollection.prototype.getLoanAccounts = function () {
3530
+ return new BankAccountCollection(this.getByType(TYPE_LOAN));
3531
+ };
3532
+ BankAccountCollection.prototype.getSavingsAccounts = function () {
3533
+ return new BankAccountCollection(this.getByType(TYPE_LOAN, true));
3534
+ };
3535
+ BankAccountCollection.prototype.getOpeningBalance = function () {
3536
+ return this.items.reduce(function (sum, bankAccount) { return sum + bankAccount.getOpeningBalance(); }, 0);
3537
+ };
3538
+ Object.defineProperty(BankAccountCollection.prototype, "currentBalance", {
3539
+ get: function () {
3540
+ return this.sumBy('currentBalance');
3541
+ },
3542
+ enumerable: false,
3543
+ configurable: true
3544
+ });
3545
+ /**
3546
+ * Get Collection of bank accounts with property tank type
3547
+ */
3548
+ BankAccountCollection.prototype.getPropertyBankAccounts = function () {
3549
+ return new BankAccountCollection(this.items.filter(function (bankAccount) { return bankAccount.isPropertyTank(); }));
3550
+ };
3551
+ /**
3552
+ * Get Collection of bank accounts with work tank type
3553
+ */
3554
+ BankAccountCollection.prototype.getWorkBankAccounts = function () {
3555
+ return new BankAccountCollection(this.items.filter(function (bankAccount) { return bankAccount.isWorkTank(); }));
3556
+ };
3557
+ /**
3558
+ * Get Collection of bank accounts by tank type
3559
+ */
3560
+ BankAccountCollection.prototype.getByTankType = function (tankType) {
3561
+ return new BankAccountCollection(this.items.filter(function (bankAccount) { return bankAccount.tankType === tankType; }));
3562
+ };
3563
+ /**
3564
+ * Get list of all bank account properties
3565
+ */
3566
+ BankAccountCollection.prototype.getBankAccountPropertiesList = function () {
3567
+ return flatten__default["default"](this.items.map(function (bankAccount) {
3568
+ return bankAccount.bankAccountProperties;
3569
+ }));
3570
+ };
3571
+ /**
3572
+ * Get lis of unique properties from all bank accounts properties
3573
+ */
3574
+ BankAccountCollection.prototype.getProperties = function () {
3575
+ return uniqBy__default["default"](this.getBankAccountPropertiesList().map(function (bankAccountProperty) {
3576
+ return bankAccountProperty.property;
3577
+ }), 'id');
3578
+ };
3579
+ BankAccountCollection.prototype.getPropertyBalanceAmount = function (propertyId) {
3580
+ return this.items.reduce(function (sum, bankAccount) {
3581
+ return sum + bankAccount.getPropertyBalanceAmount(propertyId);
3582
+ }, 0);
3583
+ };
3584
+ return BankAccountCollection;
3585
+ }(Collection));
3431
3586
 
3432
3587
  /**
3433
3588
  * BankConnection means user account at specific bank (usually each user has only one at the same bank)
@@ -3443,16 +3598,26 @@
3443
3598
  }
3444
3599
  BankConnectionService.prototype.listenEvents = function () {
3445
3600
  this.listenToAddedBankAccounts();
3446
- this.listenBasiqJobCreated();
3447
- this.listenConnectionUpdated();
3448
3601
  this.listenNotifications();
3449
3602
  };
3450
3603
  BankConnectionService.prototype.add = function (bankConnection) {
3451
3604
  var _this = this;
3452
3605
  return this.http.post(this.environment.apiV2 + "/" + this.url, bankConnection)
3453
3606
  .pipe(operators.map(function (bankConnectionBase) {
3454
- _this.eventDispatcherService.dispatch(new AppEvent(exports.AppEventTypeEnum.BANK_CONNECTION_ADDED, null));
3455
- return classTransformer.plainToClass(BankConnection, bankConnectionBase);
3607
+ var connection = classTransformer.plainToClass(BankConnection, bankConnectionBase);
3608
+ // We use this endpoint for create and reconnect bank connections because of basiq logic.
3609
+ // So we try to replace bank connection in cache for reconnection case.
3610
+ if (bankConnection.id) {
3611
+ var tempCache = cloneDeep__default["default"](_this.cache);
3612
+ replace(tempCache, connection);
3613
+ _this.cache = cloneDeep__default["default"](tempCache);
3614
+ _this.cacheSubject.next(tempCache);
3615
+ }
3616
+ else {
3617
+ _this.cache.push(connection);
3618
+ _this.cacheSubject.next(cloneDeep__default["default"](_this.cache));
3619
+ }
3620
+ return classTransformer.plainToClass(BankConnection, connection);
3456
3621
  }));
3457
3622
  };
3458
3623
  BankConnectionService.prototype.listenToAddedBankAccounts = function () {
@@ -3461,47 +3626,6 @@
3461
3626
  _this.resetCache();
3462
3627
  });
3463
3628
  };
3464
- /**
3465
- * When user log in to bank, basiq create a job. We create a bank connection with based on this job
3466
- */
3467
- BankConnectionService.prototype.listenBasiqJobCreated = function () {
3468
- var _this = this;
3469
- this.eventDispatcherService.on(exports.AppEventTypeEnum.BASIQ_JOB_CREATED).subscribe(function (result) {
3470
- // push connection to cache temporary to show it to user directly with pending status and not wait until backend loaded
3471
- var tempCache = cloneDeep__default["default"](_this.cache);
3472
- result.connection.setPending();
3473
- tempCache.push(result.connection);
3474
- _this.cache = tempCache;
3475
- _this.cacheSubject.next(tempCache);
3476
- _this.add(classTransformer.plainToClass(BankConnection, { basiqJob: { externalId: result.jobId } })).subscribe(function (newConnection) {
3477
- // replace temporary connection with real saved connection
3478
- // no replace() because connection does not have id yet
3479
- tempCache.splice(-1, 1, newConnection);
3480
- _this.cache = cloneDeep__default["default"](tempCache);
3481
- _this.cacheSubject.next(tempCache);
3482
- });
3483
- });
3484
- };
3485
- /**
3486
- * When basiq connection disconnected we create a basiq job and update this connection
3487
- */
3488
- BankConnectionService.prototype.listenConnectionUpdated = function () {
3489
- var _this = this;
3490
- this.eventDispatcherService.on(exports.AppEventTypeEnum.BASIQ_CONNECTION_UPDATED).subscribe(function (result) {
3491
- // replace connection to cache temporary to show pending status until backend loaded
3492
- var tempCache = cloneDeep__default["default"](_this.cache);
3493
- result.connection.setPending();
3494
- replace(tempCache, result.connection);
3495
- _this.cache = tempCache;
3496
- _this.cacheSubject.next(tempCache);
3497
- _this.add(classTransformer.plainToClass(BankConnection, { basiqJob: { externalId: result.jobId } })).subscribe(function (updatedConnection) {
3498
- // replace temporary connection again with real updated connection
3499
- replace(tempCache, updatedConnection);
3500
- _this.cache = cloneDeep__default["default"](tempCache);
3501
- _this.cacheSubject.next(tempCache);
3502
- });
3503
- });
3504
- };
3505
3629
  /**
3506
3630
  * Update cache when basiq login failed to get actual connections statuses
3507
3631
  */
@@ -3515,9 +3639,9 @@
3515
3639
  };
3516
3640
  return BankConnectionService;
3517
3641
  }(RestService));
3518
- BankConnectionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankConnectionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
3519
- BankConnectionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankConnectionService, providedIn: 'root' });
3520
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankConnectionService, decorators: [{
3642
+ BankConnectionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankConnectionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
3643
+ BankConnectionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankConnectionService, providedIn: 'root' });
3644
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankConnectionService, decorators: [{
3521
3645
  type: i0.Injectable,
3522
3646
  args: [{
3523
3647
  providedIn: 'root'
@@ -3530,9 +3654,7 @@
3530
3654
  */
3531
3655
  var BasiqService = /** @class */ (function (_super) {
3532
3656
  __extends(BasiqService, _super);
3533
- function BasiqService(http, eventDispatcherService, environment, toastService,
3534
- // init BankConnectionService to listen events
3535
- bankConnectionService) {
3657
+ function BasiqService(http, eventDispatcherService, environment, toastService, bankConnectionService) {
3536
3658
  var _this = _super.call(this, http, eventDispatcherService, environment, toastService) || this;
3537
3659
  _this.http = http;
3538
3660
  _this.eventDispatcherService = eventDispatcherService;
@@ -3550,23 +3672,60 @@
3550
3672
  this.listenNotifications();
3551
3673
  };
3552
3674
  /**
3553
- * Create Basiq job for the new bank connection creation
3675
+ * Create a new Bank connection based on Basiq job.
3676
+ * Here we have nested requests because we need to get a job id before we create a bank connection.
3677
+ * There is no way to use event dispatcher because we expect some errors from bank-connections API, but in components
3678
+ * we interact with basiq service.
3554
3679
  */
3555
- BasiqService.prototype.createConnection = function (data, userId, connection) {
3680
+ BasiqService.prototype.createConnection = function (loginData, userId) {
3556
3681
  var _this = this;
3557
- return this.http.post(BasiqService.basiqApiUrl + "/users/" + userId + "/connections", data).pipe(operators.map(function (response) {
3558
- _this.eventDispatcherService.dispatch(new AppEvent(exports.AppEventTypeEnum.BASIQ_JOB_CREATED, { jobId: response.id, connection: connection }));
3559
- return response.id;
3682
+ // Send login data to basiq API to create a basiq job
3683
+ return this.http.post(BasiqService.basiqApiUrl + "/users/" + userId + "/connections", loginData)
3684
+ .pipe(operators.mergeMap(function (response) {
3685
+ // Create bank connection based on basiq job
3686
+ return _this.bankConnectionService.add(classTransformer.plainToClass(BankConnection, { basiqJob: { externalId: response.id } }));
3687
+ }), operators.catchError(function (error) {
3688
+ // Show error when user provided wrong login data
3689
+ if (error.status === 401) {
3690
+ _this.toastService.error('Invalid credentials');
3691
+ }
3692
+ return throwError.throwError(error);
3560
3693
  }));
3561
3694
  };
3562
3695
  /**
3563
3696
  * Update disconnected bank connection
3697
+ * Here we have nested requests because we need to get a job id before we create a bank connection.
3698
+ * There is no way to use event dispatcher because we expect some errors from bank-connections API, but in components
3699
+ * we interact with basiq service.
3564
3700
  */
3565
3701
  BasiqService.prototype.updateConnection = function (data, userId, connection) {
3566
3702
  var _this = this;
3567
- return this.http.post(BasiqService.basiqApiUrl + "/users/" + userId + "/connections", Object.assign(data, { id: connection.externalId })).pipe(operators.map(function (response) {
3568
- _this.eventDispatcherService.dispatch(new AppEvent(exports.AppEventTypeEnum.BASIQ_CONNECTION_UPDATED, { jobId: response.id, connection: connection }));
3569
- return response.id;
3703
+ // Send login data to basiq API to create a basiq job
3704
+ return this.http.post(BasiqService.basiqApiUrl + "/users/" + userId + "/connections", Object.assign(data, { id: connection.externalId }))
3705
+ .pipe(
3706
+ // Create bank connection based on basiq job
3707
+ operators.mergeMap(function (response) {
3708
+ return _this.bankConnectionService.add(classTransformer.plainToClass(BankConnection, Object.assign({ id: connection.id, basiqJob: { externalId: response.id } })));
3709
+ }), operators.catchError(function (error) {
3710
+ // Show error when user provided wrong login data
3711
+ if (error.status === 401) {
3712
+ _this.toastService.error('Invalid credentials');
3713
+ }
3714
+ // Show error when user provided another login (not login he used before)
3715
+ if (error.status === 400) {
3716
+ _this.toastService.error('Please enter the login you used before');
3717
+ }
3718
+ return throwError.throwError(error);
3719
+ }));
3720
+ };
3721
+ BasiqService.prototype.getByConnection = function (connection) {
3722
+ return this.get().pipe(operators.map(function (bankAccounts) {
3723
+ return new BankAccountCollection(bankAccounts).filterBy('bankConnection.id', connection.id);
3724
+ }));
3725
+ };
3726
+ BasiqService.prototype.getNotImportedByConnection = function (savedAccounts, connection) {
3727
+ return this.getByConnection(connection).pipe(operators.map(function (bankAccounts) {
3728
+ return bankAccounts.removeBy('accountId', savedAccounts.mapBy('accountId'));
3570
3729
  }));
3571
3730
  };
3572
3731
  /**
@@ -3583,9 +3742,9 @@
3583
3742
  return BasiqService;
3584
3743
  }(RestService));
3585
3744
  BasiqService.basiqApiUrl = 'https://au-api.basiq.io';
3586
- BasiqService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: BankConnectionService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3587
- BasiqService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqService, providedIn: 'root' });
3588
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqService, decorators: [{
3745
+ BasiqService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: BankConnectionService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3746
+ BasiqService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqService, providedIn: 'root' });
3747
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqService, decorators: [{
3589
3748
  type: i0.Injectable,
3590
3749
  args: [{
3591
3750
  providedIn: 'root'
@@ -3637,9 +3796,9 @@
3637
3796
  };
3638
3797
  return BasiqTokenService;
3639
3798
  }());
3640
- BasiqTokenService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3641
- BasiqTokenService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenService, providedIn: 'root' });
3642
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqTokenService, decorators: [{
3799
+ BasiqTokenService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3800
+ BasiqTokenService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenService, providedIn: 'root' });
3801
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqTokenService, decorators: [{
3643
3802
  type: i0.Injectable,
3644
3803
  args: [{
3645
3804
  providedIn: 'root'
@@ -3677,9 +3836,9 @@
3677
3836
  };
3678
3837
  return BasiqInterceptor;
3679
3838
  }());
3680
- BasiqInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqInterceptor, deps: [{ token: BasiqTokenService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3681
- BasiqInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqInterceptor });
3682
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BasiqInterceptor, decorators: [{
3839
+ BasiqInterceptor.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqInterceptor, deps: [{ token: BasiqTokenService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
3840
+ BasiqInterceptor.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqInterceptor });
3841
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BasiqInterceptor, decorators: [{
3683
3842
  type: i0.Injectable
3684
3843
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
3685
3844
 
@@ -3688,9 +3847,9 @@
3688
3847
  }
3689
3848
  return InterceptorsModule;
3690
3849
  }());
3691
- InterceptorsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: InterceptorsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3692
- InterceptorsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: InterceptorsModule });
3693
- InterceptorsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: InterceptorsModule, providers: [
3850
+ InterceptorsModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: InterceptorsModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3851
+ InterceptorsModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: InterceptorsModule });
3852
+ InterceptorsModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: InterceptorsModule, providers: [
3694
3853
  {
3695
3854
  provide: i1.HTTP_INTERCEPTORS,
3696
3855
  useClass: CorelogicInterceptor,
@@ -3723,7 +3882,7 @@
3723
3882
  multi: true
3724
3883
  }
3725
3884
  ] });
3726
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: InterceptorsModule, decorators: [{
3885
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: InterceptorsModule, decorators: [{
3727
3886
  type: i0.NgModule,
3728
3887
  args: [{
3729
3888
  providers: [
@@ -3779,14 +3938,14 @@
3779
3938
  };
3780
3939
  return TtCoreModule;
3781
3940
  }());
3782
- TtCoreModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TtCoreModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3783
- TtCoreModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TtCoreModule, imports: [i1$1.CommonModule,
3941
+ TtCoreModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TtCoreModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
3942
+ TtCoreModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TtCoreModule, imports: [i1$1.CommonModule,
3784
3943
  InterceptorsModule] });
3785
- TtCoreModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TtCoreModule, imports: [[
3944
+ TtCoreModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TtCoreModule, imports: [[
3786
3945
  i1$1.CommonModule,
3787
3946
  InterceptorsModule
3788
3947
  ]] });
3789
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TtCoreModule, decorators: [{
3948
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TtCoreModule, decorators: [{
3790
3949
  type: i0.NgModule,
3791
3950
  args: [{
3792
3951
  declarations: [],
@@ -3810,169 +3969,6 @@
3810
3969
  return AccountSetupItemCollection;
3811
3970
  }(Collection));
3812
3971
 
3813
- var BankCollection = /** @class */ (function (_super) {
3814
- __extends(BankCollection, _super);
3815
- function BankCollection(banks) {
3816
- var _this = _super.call(this, banks) || this;
3817
- _this.sortByPopularity();
3818
- return _this;
3819
- }
3820
- BankCollection.prototype.sortByPopularity = function () {
3821
- this.items.sort(function (bank1, bank2) {
3822
- // Banks already sorted on backend by name, so we just need to up top-10 banks
3823
- return (BankCollection.tobBanksIds.includes(bank1.id) && !BankCollection.tobBanksIds.includes(bank2.id)) ? -1 : 1;
3824
- });
3825
- };
3826
- return BankCollection;
3827
- }(Collection));
3828
- BankCollection.tobBanksIds = [124, 13, 134, 172, 126, 142, 135, 137, 138, 128];
3829
-
3830
- var TYPE_LOAN = [
3831
- exports.BankAccountTypeEnum.MORTGAGE,
3832
- exports.BankAccountTypeEnum.CREDIT_CARD,
3833
- exports.BankAccountTypeEnum.LOAN
3834
- ];
3835
-
3836
- /**
3837
- * Collection of bank accounts.
3838
- */
3839
- var BankAccountCollection = /** @class */ (function (_super) {
3840
- __extends(BankAccountCollection, _super);
3841
- function BankAccountCollection() {
3842
- return _super !== null && _super.apply(this, arguments) || this;
3843
- }
3844
- /**
3845
- * get list of bank accounts with passed types
3846
- */
3847
- BankAccountCollection.prototype.getByType = function (types, isExclude) {
3848
- if (isExclude === void 0) { isExclude = false; }
3849
- // get types always as array (if only one passed)
3850
- var typesArray = concat__default["default"](types);
3851
- return this.items.filter(function (bankAccount) {
3852
- if (isExclude) {
3853
- return !typesArray.includes(bankAccount.type);
3854
- }
3855
- return typesArray.includes(bankAccount.type);
3856
- });
3857
- };
3858
- /**
3859
- * get amount of initial loans
3860
- */
3861
- BankAccountCollection.prototype.getInitialLoanAmount = function () {
3862
- return this.getByType(TYPE_LOAN)
3863
- .reduce(function (sum, bankAccount) {
3864
- return sum += bankAccount.balances.length ? bankAccount.getOpeningBalance() : 0;
3865
- }, 0);
3866
- };
3867
- /**
3868
- * get amount of current loans
3869
- */
3870
- BankAccountCollection.prototype.getCurrentLoanAmount = function () {
3871
- return this.getByType(TYPE_LOAN)
3872
- .reduce(function (sum, bankAccount) {
3873
- return sum += bankAccount.currentBalance;
3874
- }, 0);
3875
- };
3876
- /**
3877
- * get collection filtered by property id
3878
- */
3879
- BankAccountCollection.prototype.getByPropertyId = function (id) {
3880
- return new BankAccountCollection(this.items.filter(function (bankAccount) {
3881
- return bankAccount.bankAccountProperties.find(function (bankAccountProperty) {
3882
- return bankAccountProperty.property.id === id;
3883
- });
3884
- }));
3885
- };
3886
- /**
3887
- * get collection filtered by properties ids
3888
- */
3889
- BankAccountCollection.prototype.getByPropertiesIds = function (ids) {
3890
- return new BankAccountCollection(this.items.filter(function (bankAccount) {
3891
- return bankAccount.bankAccountProperties.find(function (bankAccountProperty) {
3892
- return ids.includes(bankAccountProperty.property.id);
3893
- });
3894
- }));
3895
- };
3896
- /**
3897
- * get collection of active bank accounts
3898
- */
3899
- BankAccountCollection.prototype.getActiveBankAccounts = function () {
3900
- return new BankAccountCollection(this.items.filter(function (bankAccount) {
3901
- return bankAccount.isActive();
3902
- }));
3903
- };
3904
- /**
3905
- * get reduction of loan (reduction of principle) percentage
3906
- */
3907
- BankAccountCollection.prototype.getPrincipleReductionPercent = function () {
3908
- var initialLoans = this.getInitialLoanAmount();
3909
- var currentLoans = this.getCurrentLoanAmount();
3910
- if (!initialLoans) {
3911
- return 0;
3912
- }
3913
- return (initialLoans - currentLoans) / initialLoans * 100;
3914
- };
3915
- /**
3916
- * Get collection of loan bank accounts
3917
- */
3918
- BankAccountCollection.prototype.getLoanAccounts = function () {
3919
- return new BankAccountCollection(this.getByType(TYPE_LOAN));
3920
- };
3921
- BankAccountCollection.prototype.getSavingsAccounts = function () {
3922
- return new BankAccountCollection(this.getByType(TYPE_LOAN, true));
3923
- };
3924
- BankAccountCollection.prototype.getOpeningBalance = function () {
3925
- return this.items.reduce(function (sum, bankAccount) { return sum + bankAccount.getOpeningBalance(); }, 0);
3926
- };
3927
- Object.defineProperty(BankAccountCollection.prototype, "currentBalance", {
3928
- get: function () {
3929
- return this.sumBy('currentBalance');
3930
- },
3931
- enumerable: false,
3932
- configurable: true
3933
- });
3934
- /**
3935
- * Get Collection of bank accounts with property tank type
3936
- */
3937
- BankAccountCollection.prototype.getPropertyBankAccounts = function () {
3938
- return new BankAccountCollection(this.items.filter(function (bankAccount) { return bankAccount.isPropertyTank(); }));
3939
- };
3940
- /**
3941
- * Get Collection of bank accounts with work tank type
3942
- */
3943
- BankAccountCollection.prototype.getWorkBankAccounts = function () {
3944
- return new BankAccountCollection(this.items.filter(function (bankAccount) { return bankAccount.isWorkTank(); }));
3945
- };
3946
- /**
3947
- * Get Collection of bank accounts by tank type
3948
- */
3949
- BankAccountCollection.prototype.getByTankType = function (tankType) {
3950
- return new BankAccountCollection(this.items.filter(function (bankAccount) { return bankAccount.tankType === tankType; }));
3951
- };
3952
- /**
3953
- * Get list of all bank account properties
3954
- */
3955
- BankAccountCollection.prototype.getBankAccountPropertiesList = function () {
3956
- return flatten__default["default"](this.items.map(function (bankAccount) {
3957
- return bankAccount.bankAccountProperties;
3958
- }));
3959
- };
3960
- /**
3961
- * Get lis of unique properties from all bank accounts properties
3962
- */
3963
- BankAccountCollection.prototype.getProperties = function () {
3964
- return uniqBy__default["default"](this.getBankAccountPropertiesList().map(function (bankAccountProperty) {
3965
- return bankAccountProperty.property;
3966
- }), 'id');
3967
- };
3968
- BankAccountCollection.prototype.getPropertyBalanceAmount = function (propertyId) {
3969
- return this.items.reduce(function (sum, bankAccount) {
3970
- return sum + bankAccount.getPropertyBalanceAmount(propertyId);
3971
- }, 0);
3972
- };
3973
- return BankAccountCollection;
3974
- }(Collection));
3975
-
3976
3972
  exports.TransactionOperationEnum = void 0;
3977
3973
  (function (TransactionOperationEnum) {
3978
3974
  TransactionOperationEnum[TransactionOperationEnum["ALLOCATE"] = 1] = "ALLOCATE";
@@ -8312,6 +8308,42 @@
8312
8308
  return DepreciationReceipt;
8313
8309
  }(DepreciationReceipt$1));
8314
8310
 
8311
+ /**
8312
+ * List of objects grouped by passed property
8313
+ */
8314
+ var Dictionary = /** @class */ (function () {
8315
+ function Dictionary(items, path) {
8316
+ if (path === void 0) { path = 'id'; }
8317
+ this.items = {};
8318
+ if (!items.length) {
8319
+ return;
8320
+ }
8321
+ // Do nothing if provided path was not found in the 1st item
8322
+ if (!hasIn__default["default"](items[0], path.split('.')[0])) {
8323
+ return;
8324
+ }
8325
+ this.groupItems(items, path);
8326
+ }
8327
+ Dictionary.prototype.add = function (key, value) {
8328
+ this.items[key] = value;
8329
+ };
8330
+ Dictionary.prototype.get = function (key) {
8331
+ return this.items[key] ? this.items[key] : null;
8332
+ };
8333
+ Dictionary.prototype.groupItems = function (items, path) {
8334
+ var _this = this;
8335
+ items.forEach(function (item) {
8336
+ var key = get__default["default"](item, path);
8337
+ // if object does not have property for grouping it will be grouped as 'other'
8338
+ if (key === undefined) {
8339
+ key = 'other';
8340
+ }
8341
+ _this.items[key] = item;
8342
+ });
8343
+ };
8344
+ return Dictionary;
8345
+ }());
8346
+
8315
8347
  var Document$1 = /** @class */ (function (_super) {
8316
8348
  __extends(Document, _super);
8317
8349
  function Document() {
@@ -8416,6 +8448,17 @@
8416
8448
  classTransformer.Type(function () { return User; })
8417
8449
  ], EmployeeInvite.prototype, "employee", void 0);
8418
8450
 
8451
+ /**
8452
+ * any event happened in the app, which needs to be handled somehow (distributed to other part of the app)
8453
+ */
8454
+ var AppEvent = /** @class */ (function () {
8455
+ function AppEvent(type, payload) {
8456
+ this.type = type;
8457
+ this.payload = payload;
8458
+ }
8459
+ return AppEvent;
8460
+ }());
8461
+
8419
8462
  exports.ExportFormatEnum = void 0;
8420
8463
  (function (ExportFormatEnum) {
8421
8464
  ExportFormatEnum["PDF"] = "PDF";
@@ -10154,9 +10197,9 @@
10154
10197
  };
10155
10198
  return ClientIncomeTypesService;
10156
10199
  }());
10157
- ClientIncomeTypesService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientIncomeTypesService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10158
- ClientIncomeTypesService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientIncomeTypesService, providedIn: 'root' });
10159
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientIncomeTypesService, decorators: [{
10200
+ ClientIncomeTypesService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientIncomeTypesService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
10201
+ ClientIncomeTypesService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientIncomeTypesService, providedIn: 'root' });
10202
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientIncomeTypesService, decorators: [{
10160
10203
  type: i0.Injectable,
10161
10204
  args: [{
10162
10205
  providedIn: 'root'
@@ -10268,9 +10311,9 @@
10268
10311
  };
10269
10312
  return PropertyService;
10270
10313
  }(RestService));
10271
- PropertyService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
10272
- PropertyService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyService, providedIn: 'root' });
10273
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyService, decorators: [{
10314
+ PropertyService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
10315
+ PropertyService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyService, providedIn: 'root' });
10316
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyService, decorators: [{
10274
10317
  type: i0.Injectable,
10275
10318
  args: [{
10276
10319
  providedIn: 'root'
@@ -10365,9 +10408,9 @@
10365
10408
  };
10366
10409
  return IncomeSourceService;
10367
10410
  }(RestService));
10368
- IncomeSourceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
10369
- IncomeSourceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceService, providedIn: 'root' });
10370
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceService, decorators: [{
10411
+ IncomeSourceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
10412
+ IncomeSourceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceService, providedIn: 'root' });
10413
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceService, decorators: [{
10371
10414
  type: i0.Injectable,
10372
10415
  args: [{
10373
10416
  providedIn: 'root'
@@ -10455,6 +10498,11 @@
10455
10498
  return bankAccounts.filter(function (bankAccount) { return bankAccount.isOwner(+localStorage.getItem('userId')); });
10456
10499
  }));
10457
10500
  };
10501
+ BankAccountService.prototype.getByConnection = function (connection) {
10502
+ return this.get().pipe(operators.map(function (bankAccounts) {
10503
+ return new BankAccountCollection(bankAccounts).filterBy('bankConnection.id', connection.id);
10504
+ }));
10505
+ };
10458
10506
  /**
10459
10507
  * Listen to EventDispatcherService events
10460
10508
  */
@@ -10470,9 +10518,9 @@
10470
10518
  };
10471
10519
  return BankAccountService;
10472
10520
  }(RestService));
10473
- BankAccountService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
10474
- BankAccountService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountService, providedIn: 'root' });
10475
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountService, decorators: [{
10521
+ BankAccountService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
10522
+ BankAccountService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountService, providedIn: 'root' });
10523
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountService, decorators: [{
10476
10524
  type: i0.Injectable,
10477
10525
  args: [{
10478
10526
  providedIn: 'root'
@@ -10552,9 +10600,9 @@
10552
10600
  };
10553
10601
  return TransactionAllocationService;
10554
10602
  }(RestService));
10555
- TransactionAllocationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionAllocationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
10556
- TransactionAllocationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionAllocationService, providedIn: 'root' });
10557
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionAllocationService, decorators: [{
10603
+ TransactionAllocationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionAllocationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
10604
+ TransactionAllocationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionAllocationService, providedIn: 'root' });
10605
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionAllocationService, decorators: [{
10558
10606
  type: i0.Injectable,
10559
10607
  args: [{
10560
10608
  providedIn: 'root'
@@ -10587,9 +10635,9 @@
10587
10635
  }
10588
10636
  return VehicleClaimService;
10589
10637
  }(RestService));
10590
- VehicleClaimService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
10591
- VehicleClaimService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimService, providedIn: 'root' });
10592
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleClaimService, decorators: [{
10638
+ VehicleClaimService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
10639
+ VehicleClaimService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimService, providedIn: 'root' });
10640
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleClaimService, decorators: [{
10593
10641
  type: i0.Injectable,
10594
10642
  args: [{
10595
10643
  providedIn: 'root'
@@ -10924,9 +10972,9 @@
10924
10972
  };
10925
10973
  return TransactionService;
10926
10974
  }(RestService));
10927
- TransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
10928
- TransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionService, providedIn: 'root' });
10929
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionService, decorators: [{
10975
+ TransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
10976
+ TransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionService, providedIn: 'root' });
10977
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionService, decorators: [{
10930
10978
  type: i0.Injectable,
10931
10979
  args: [{
10932
10980
  providedIn: 'root'
@@ -11062,9 +11110,9 @@
11062
11110
  };
11063
11111
  return AccountSetupService;
11064
11112
  }());
11065
- AccountSetupService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11066
- AccountSetupService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AccountSetupService, providedIn: 'root' });
11067
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AccountSetupService, decorators: [{
11113
+ AccountSetupService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11114
+ AccountSetupService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AccountSetupService, providedIn: 'root' });
11115
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AccountSetupService, decorators: [{
11068
11116
  type: i0.Injectable,
11069
11117
  args: [{
11070
11118
  providedIn: 'root'
@@ -11093,9 +11141,9 @@
11093
11141
  };
11094
11142
  return AddressService;
11095
11143
  }());
11096
- AddressService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AddressService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11097
- AddressService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AddressService, providedIn: 'root' });
11098
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AddressService, decorators: [{
11144
+ AddressService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AddressService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11145
+ AddressService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AddressService, providedIn: 'root' });
11146
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AddressService, decorators: [{
11099
11147
  type: i0.Injectable,
11100
11148
  args: [{
11101
11149
  providedIn: 'root'
@@ -11143,9 +11191,9 @@
11143
11191
  };
11144
11192
  return AssetsService;
11145
11193
  }());
11146
- AssetsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AssetsService, deps: [{ token: i1__namespace.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11147
- AssetsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AssetsService, providedIn: 'root' });
11148
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: AssetsService, decorators: [{
11194
+ AssetsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AssetsService, deps: [{ token: i1__namespace.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11195
+ AssetsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AssetsService, providedIn: 'root' });
11196
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AssetsService, decorators: [{
11149
11197
  type: i0.Injectable,
11150
11198
  args: [{
11151
11199
  providedIn: 'root'
@@ -11169,11 +11217,17 @@
11169
11217
  _this.isHydra = true;
11170
11218
  return _this;
11171
11219
  }
11220
+ BankService.prototype.get = function () {
11221
+ return _super.prototype.get.call(this).pipe(operators.map(function (banks) {
11222
+ // exclude basiq banks without login fields (basiq may return broken banks without loginFields)
11223
+ return banks.filter(function (bank) { return !bank.externalId || (bank.externalId && bank.loginFields); });
11224
+ }));
11225
+ };
11172
11226
  return BankService;
11173
11227
  }(RestService));
11174
- BankService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
11175
- BankService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankService, providedIn: 'root' });
11176
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankService, decorators: [{
11228
+ BankService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
11229
+ BankService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankService, providedIn: 'root' });
11230
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankService, decorators: [{
11177
11231
  type: i0.Injectable,
11178
11232
  args: [{
11179
11233
  providedIn: 'root'
@@ -11238,9 +11292,9 @@
11238
11292
  };
11239
11293
  return BankTransactionCalculationService;
11240
11294
  }());
11241
- BankTransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11242
- BankTransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionCalculationService, providedIn: 'root' });
11243
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionCalculationService, decorators: [{
11295
+ BankTransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11296
+ BankTransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionCalculationService, providedIn: 'root' });
11297
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionCalculationService, decorators: [{
11244
11298
  type: i0.Injectable,
11245
11299
  args: [{
11246
11300
  providedIn: 'root'
@@ -11266,9 +11320,9 @@
11266
11320
  };
11267
11321
  return BankAccountCalculationService;
11268
11322
  }());
11269
- BankAccountCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11270
- BankAccountCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountCalculationService, providedIn: 'root' });
11271
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankAccountCalculationService, decorators: [{
11323
+ BankAccountCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11324
+ BankAccountCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountCalculationService, providedIn: 'root' });
11325
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankAccountCalculationService, decorators: [{
11272
11326
  type: i0.Injectable,
11273
11327
  args: [{
11274
11328
  providedIn: 'root'
@@ -11343,9 +11397,9 @@
11343
11397
  };
11344
11398
  return BankTransactionService;
11345
11399
  }(RestService));
11346
- BankTransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
11347
- BankTransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionService, providedIn: 'root' });
11348
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BankTransactionService, decorators: [{
11400
+ BankTransactionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
11401
+ BankTransactionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionService, providedIn: 'root' });
11402
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BankTransactionService, decorators: [{
11349
11403
  type: i0.Injectable,
11350
11404
  args: [{
11351
11405
  providedIn: 'root'
@@ -11407,9 +11461,9 @@
11407
11461
  };
11408
11462
  return BorrowingExpenseService;
11409
11463
  }());
11410
- BorrowingExpenseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BorrowingExpenseService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11411
- BorrowingExpenseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BorrowingExpenseService, providedIn: 'root' });
11412
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: BorrowingExpenseService, decorators: [{
11464
+ BorrowingExpenseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BorrowingExpenseService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11465
+ BorrowingExpenseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BorrowingExpenseService, providedIn: 'root' });
11466
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: BorrowingExpenseService, decorators: [{
11413
11467
  type: i0.Injectable,
11414
11468
  args: [{
11415
11469
  providedIn: 'root'
@@ -11492,9 +11546,9 @@
11492
11546
  };
11493
11547
  return ChartAccountsService;
11494
11548
  }());
11495
- ChartAccountsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11496
- ChartAccountsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsService, providedIn: 'root' });
11497
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsService, decorators: [{
11549
+ ChartAccountsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11550
+ ChartAccountsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsService, providedIn: 'root' });
11551
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsService, decorators: [{
11498
11552
  type: i0.Injectable,
11499
11553
  args: [{
11500
11554
  providedIn: 'root'
@@ -11532,9 +11586,9 @@
11532
11586
  };
11533
11587
  return ChartAccountsDepreciationService;
11534
11588
  }(RestService));
11535
- ChartAccountsDepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsDepreciationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
11536
- ChartAccountsDepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsDepreciationService, providedIn: 'root' });
11537
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChartAccountsDepreciationService, decorators: [{
11589
+ ChartAccountsDepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsDepreciationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
11590
+ ChartAccountsDepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsDepreciationService, providedIn: 'root' });
11591
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChartAccountsDepreciationService, decorators: [{
11538
11592
  type: i0.Injectable,
11539
11593
  args: [{
11540
11594
  providedIn: 'root'
@@ -11574,9 +11628,9 @@
11574
11628
  };
11575
11629
  return SseService;
11576
11630
  }());
11577
- SseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SseService, deps: [{ token: i0__namespace.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11578
- SseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SseService, providedIn: 'root' });
11579
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SseService, decorators: [{
11631
+ SseService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SseService, deps: [{ token: i0__namespace.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11632
+ SseService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SseService, providedIn: 'root' });
11633
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SseService, decorators: [{
11580
11634
  type: i0.Injectable,
11581
11635
  args: [{
11582
11636
  providedIn: 'root'
@@ -11657,9 +11711,9 @@
11657
11711
  };
11658
11712
  return ChatService;
11659
11713
  }(RestService));
11660
- ChatService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChatService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11661
- ChatService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChatService, providedIn: 'root' });
11662
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ChatService, decorators: [{
11714
+ ChatService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChatService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11715
+ ChatService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChatService, providedIn: 'root' });
11716
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ChatService, decorators: [{
11663
11717
  type: i0.Injectable,
11664
11718
  args: [{
11665
11719
  providedIn: 'root'
@@ -11711,9 +11765,9 @@
11711
11765
  };
11712
11766
  return MessageService;
11713
11767
  }(RestService));
11714
- MessageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11715
- MessageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageService, providedIn: 'root' });
11716
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageService, decorators: [{
11768
+ MessageService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11769
+ MessageService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageService, providedIn: 'root' });
11770
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageService, decorators: [{
11717
11771
  type: i0.Injectable,
11718
11772
  args: [{
11719
11773
  providedIn: 'root'
@@ -11827,9 +11881,9 @@
11827
11881
  };
11828
11882
  return MessageDocumentService;
11829
11883
  }());
11830
- MessageDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageDocumentService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11831
- MessageDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageDocumentService, providedIn: 'root' });
11832
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: MessageDocumentService, decorators: [{
11884
+ MessageDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageDocumentService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
11885
+ MessageDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageDocumentService, providedIn: 'root' });
11886
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: MessageDocumentService, decorators: [{
11833
11887
  type: i0.Injectable,
11834
11888
  args: [{
11835
11889
  providedIn: 'root'
@@ -11931,9 +11985,9 @@
11931
11985
  };
11932
11986
  return ClientInviteService;
11933
11987
  }(RestService));
11934
- ClientInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
11935
- ClientInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientInviteService, providedIn: 'root' });
11936
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientInviteService, decorators: [{
11988
+ ClientInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
11989
+ ClientInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientInviteService, providedIn: 'root' });
11990
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientInviteService, decorators: [{
11937
11991
  type: i0.Injectable,
11938
11992
  args: [{
11939
11993
  providedIn: 'root'
@@ -12017,9 +12071,9 @@
12017
12071
  };
12018
12072
  return ClientMovementService;
12019
12073
  }(RestService));
12020
- ClientMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientMovementService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12021
- ClientMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientMovementService, providedIn: 'root' });
12022
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientMovementService, decorators: [{
12074
+ ClientMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientMovementService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12075
+ ClientMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientMovementService, providedIn: 'root' });
12076
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientMovementService, decorators: [{
12023
12077
  type: i0.Injectable,
12024
12078
  args: [{
12025
12079
  providedIn: 'root'
@@ -12045,9 +12099,9 @@
12045
12099
  };
12046
12100
  return ClientPortfolioReportService;
12047
12101
  }());
12048
- ClientPortfolioReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientPortfolioReportService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12049
- ClientPortfolioReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientPortfolioReportService, providedIn: 'root' });
12050
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ClientPortfolioReportService, decorators: [{
12102
+ ClientPortfolioReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientPortfolioReportService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12103
+ ClientPortfolioReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientPortfolioReportService, providedIn: 'root' });
12104
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ClientPortfolioReportService, decorators: [{
12051
12105
  type: i0.Injectable,
12052
12106
  args: [{
12053
12107
  providedIn: 'root'
@@ -12106,9 +12160,9 @@
12106
12160
  };
12107
12161
  return DepreciationCapitalProjectService;
12108
12162
  }());
12109
- DepreciationCapitalProjectService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationCapitalProjectService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12110
- DepreciationCapitalProjectService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationCapitalProjectService, providedIn: 'root' });
12111
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationCapitalProjectService, decorators: [{
12163
+ DepreciationCapitalProjectService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationCapitalProjectService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12164
+ DepreciationCapitalProjectService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationCapitalProjectService, providedIn: 'root' });
12165
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationCapitalProjectService, decorators: [{
12112
12166
  type: i0.Injectable,
12113
12167
  args: [{
12114
12168
  providedIn: 'root'
@@ -12214,9 +12268,9 @@
12214
12268
  };
12215
12269
  return DepreciationService;
12216
12270
  }(RestService));
12217
- DepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12218
- DepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationService, providedIn: 'root' });
12219
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DepreciationService, decorators: [{
12271
+ DepreciationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12272
+ DepreciationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationService, providedIn: 'root' });
12273
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DepreciationService, decorators: [{
12220
12274
  type: i0.Injectable,
12221
12275
  args: [{
12222
12276
  providedIn: 'root'
@@ -12288,9 +12342,9 @@
12288
12342
  };
12289
12343
  return DocumentFolderService;
12290
12344
  }(RestService));
12291
- DocumentFolderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentFolderService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12292
- DocumentFolderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentFolderService, providedIn: 'root' });
12293
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: DocumentFolderService, decorators: [{
12345
+ DocumentFolderService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentFolderService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12346
+ DocumentFolderService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentFolderService, providedIn: 'root' });
12347
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentFolderService, decorators: [{
12294
12348
  type: i0.Injectable,
12295
12349
  args: [{
12296
12350
  providedIn: 'root'
@@ -12323,9 +12377,9 @@
12323
12377
  };
12324
12378
  return EmployeeService;
12325
12379
  }(RestService));
12326
- EmployeeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12327
- EmployeeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeService, providedIn: 'root' });
12328
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeService, decorators: [{
12380
+ EmployeeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12381
+ EmployeeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeService, providedIn: 'root' });
12382
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeService, decorators: [{
12329
12383
  type: i0.Injectable,
12330
12384
  args: [{
12331
12385
  providedIn: 'root'
@@ -12372,9 +12426,9 @@
12372
12426
  };
12373
12427
  return EmployeeInviteService;
12374
12428
  }(RestService));
12375
- EmployeeInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12376
- EmployeeInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeInviteService, providedIn: 'root' });
12377
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EmployeeInviteService, decorators: [{
12429
+ EmployeeInviteService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeInviteService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12430
+ EmployeeInviteService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeInviteService, providedIn: 'root' });
12431
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EmployeeInviteService, decorators: [{
12378
12432
  type: i0.Injectable,
12379
12433
  args: [{
12380
12434
  providedIn: 'root'
@@ -12445,9 +12499,9 @@
12445
12499
  };
12446
12500
  return FirmService;
12447
12501
  }());
12448
- FirmService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FirmService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12449
- FirmService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FirmService, providedIn: 'root' });
12450
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FirmService, decorators: [{
12502
+ FirmService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FirmService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12503
+ FirmService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FirmService, providedIn: 'root' });
12504
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FirmService, decorators: [{
12451
12505
  type: i0.Injectable,
12452
12506
  args: [{
12453
12507
  providedIn: 'root'
@@ -12479,9 +12533,9 @@
12479
12533
  };
12480
12534
  return ExportFormatterService;
12481
12535
  }());
12482
- ExportFormatterService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ExportFormatterService, deps: [{ token: i1__namespace$1.CurrencyPipe }, { token: i1__namespace$1.DatePipe }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12483
- ExportFormatterService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ExportFormatterService, providedIn: 'root' });
12484
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ExportFormatterService, decorators: [{
12536
+ ExportFormatterService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ExportFormatterService, deps: [{ token: i1__namespace$1.CurrencyPipe }, { token: i1__namespace$1.DatePipe }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12537
+ ExportFormatterService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ExportFormatterService, providedIn: 'root' });
12538
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ExportFormatterService, decorators: [{
12485
12539
  type: i0.Injectable,
12486
12540
  args: [{
12487
12541
  providedIn: 'root'
@@ -12504,9 +12558,9 @@
12504
12558
  };
12505
12559
  return HeaderTitleService;
12506
12560
  }());
12507
- HeaderTitleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: HeaderTitleService, deps: [{ token: i1__namespace$2.Router }, { token: i1__namespace$2.ActivatedRoute }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12508
- HeaderTitleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: HeaderTitleService, providedIn: 'root' });
12509
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: HeaderTitleService, decorators: [{
12561
+ HeaderTitleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: HeaderTitleService, deps: [{ token: i1__namespace$2.Router }, { token: i1__namespace$2.ActivatedRoute }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12562
+ HeaderTitleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: HeaderTitleService, providedIn: 'root' });
12563
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: HeaderTitleService, decorators: [{
12510
12564
  type: i0.Injectable,
12511
12565
  args: [{
12512
12566
  providedIn: 'root'
@@ -12581,9 +12635,9 @@
12581
12635
  };
12582
12636
  return IncomeSourceForecastService;
12583
12637
  }(RestService));
12584
- IncomeSourceForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12585
- IncomeSourceForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceForecastService, providedIn: 'root' });
12586
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IncomeSourceForecastService, decorators: [{
12638
+ IncomeSourceForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12639
+ IncomeSourceForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceForecastService, providedIn: 'root' });
12640
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IncomeSourceForecastService, decorators: [{
12587
12641
  type: i0.Injectable,
12588
12642
  args: [{
12589
12643
  providedIn: 'root'
@@ -12658,9 +12712,9 @@
12658
12712
  };
12659
12713
  return SalaryForecastService;
12660
12714
  }(RestService));
12661
- SalaryForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SalaryForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12662
- SalaryForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SalaryForecastService, providedIn: 'root' });
12663
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SalaryForecastService, decorators: [{
12715
+ SalaryForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SalaryForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12716
+ SalaryForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SalaryForecastService, providedIn: 'root' });
12717
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SalaryForecastService, decorators: [{
12664
12718
  type: i0.Injectable,
12665
12719
  args: [{
12666
12720
  providedIn: 'root'
@@ -12732,9 +12786,9 @@
12732
12786
  };
12733
12787
  return SoleForecastService;
12734
12788
  }(RestService));
12735
- SoleForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12736
- SoleForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleForecastService, providedIn: 'root' });
12737
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SoleForecastService, decorators: [{
12789
+ SoleForecastService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleForecastService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12790
+ SoleForecastService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleForecastService, providedIn: 'root' });
12791
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SoleForecastService, decorators: [{
12738
12792
  type: i0.Injectable,
12739
12793
  args: [{
12740
12794
  providedIn: 'root'
@@ -12769,9 +12823,9 @@
12769
12823
  };
12770
12824
  return IntercomService;
12771
12825
  }());
12772
- IntercomService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IntercomService, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12773
- IntercomService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IntercomService, providedIn: 'root' });
12774
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IntercomService, decorators: [{
12826
+ IntercomService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IntercomService, deps: [{ token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12827
+ IntercomService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IntercomService, providedIn: 'root' });
12828
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: IntercomService, decorators: [{
12775
12829
  type: i0.Injectable,
12776
12830
  args: [{
12777
12831
  providedIn: 'root'
@@ -12802,9 +12856,9 @@
12802
12856
  };
12803
12857
  return KompassifyService;
12804
12858
  }());
12805
- KompassifyService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: KompassifyService, deps: [{ token: i1__namespace$2.Router }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12806
- KompassifyService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: KompassifyService, providedIn: 'root' });
12807
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: KompassifyService, decorators: [{
12859
+ KompassifyService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: KompassifyService, deps: [{ token: i1__namespace$2.Router }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12860
+ KompassifyService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: KompassifyService, providedIn: 'root' });
12861
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: KompassifyService, decorators: [{
12808
12862
  type: i0.Injectable,
12809
12863
  args: [{
12810
12864
  providedIn: 'root'
@@ -12937,9 +12991,9 @@
12937
12991
  };
12938
12992
  return LoanService;
12939
12993
  }(RestService));
12940
- LoanService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LoanService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12941
- LoanService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LoanService, providedIn: 'root' });
12942
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: LoanService, decorators: [{
12994
+ LoanService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LoanService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
12995
+ LoanService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LoanService, providedIn: 'root' });
12996
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: LoanService, decorators: [{
12943
12997
  type: i0.Injectable,
12944
12998
  args: [{
12945
12999
  providedIn: 'root'
@@ -12986,9 +13040,9 @@
12986
13040
  };
12987
13041
  return ServiceNotificationService;
12988
13042
  }(RestService));
12989
- ServiceNotificationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServiceNotificationService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
12990
- ServiceNotificationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServiceNotificationService, providedIn: 'root' });
12991
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServiceNotificationService, decorators: [{
13043
+ ServiceNotificationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServiceNotificationService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13044
+ ServiceNotificationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServiceNotificationService, providedIn: 'root' });
13045
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServiceNotificationService, decorators: [{
12992
13046
  type: i0.Injectable,
12993
13047
  args: [{
12994
13048
  providedIn: 'root'
@@ -13043,9 +13097,9 @@
13043
13097
  };
13044
13098
  return PdfFromDomElementService;
13045
13099
  }());
13046
- PdfFromDomElementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDomElementService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13047
- PdfFromDomElementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDomElementService, providedIn: 'root' });
13048
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDomElementService, decorators: [{
13100
+ PdfFromDomElementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDomElementService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13101
+ PdfFromDomElementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDomElementService, providedIn: 'root' });
13102
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDomElementService, decorators: [{
13049
13103
  type: i0.Injectable,
13050
13104
  args: [{
13051
13105
  providedIn: 'root'
@@ -13128,9 +13182,9 @@
13128
13182
  };
13129
13183
  return PdfFromTableService;
13130
13184
  }());
13131
- PdfFromTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromTableService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13132
- PdfFromTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromTableService, providedIn: 'root' });
13133
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromTableService, decorators: [{
13185
+ PdfFromTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromTableService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13186
+ PdfFromTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromTableService, providedIn: 'root' });
13187
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromTableService, decorators: [{
13134
13188
  type: i0.Injectable,
13135
13189
  args: [{
13136
13190
  providedIn: 'root'
@@ -13169,9 +13223,9 @@
13169
13223
  };
13170
13224
  return PdfFromHtmlTableService;
13171
13225
  }(PdfFromTableService));
13172
- PdfFromHtmlTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromHtmlTableService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13173
- PdfFromHtmlTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromHtmlTableService, providedIn: 'root' });
13174
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromHtmlTableService, decorators: [{
13226
+ PdfFromHtmlTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromHtmlTableService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13227
+ PdfFromHtmlTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromHtmlTableService, providedIn: 'root' });
13228
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromHtmlTableService, decorators: [{
13175
13229
  type: i0.Injectable,
13176
13230
  args: [{
13177
13231
  providedIn: 'root'
@@ -13207,9 +13261,9 @@
13207
13261
  };
13208
13262
  return PdfFromDataTableService;
13209
13263
  }(PdfFromTableService));
13210
- PdfFromDataTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13211
- PdfFromDataTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDataTableService, providedIn: 'root' });
13212
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PdfFromDataTableService, decorators: [{
13264
+ PdfFromDataTableService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13265
+ PdfFromDataTableService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDataTableService, providedIn: 'root' });
13266
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PdfFromDataTableService, decorators: [{
13213
13267
  type: i0.Injectable,
13214
13268
  args: [{
13215
13269
  providedIn: 'root'
@@ -13266,9 +13320,9 @@
13266
13320
  };
13267
13321
  return PropertyTransactionReportService;
13268
13322
  }());
13269
- PropertyTransactionReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13270
- PropertyTransactionReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyTransactionReportService, providedIn: 'root' });
13271
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyTransactionReportService, decorators: [{
13323
+ PropertyTransactionReportService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13324
+ PropertyTransactionReportService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyTransactionReportService, providedIn: 'root' });
13325
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyTransactionReportService, decorators: [{
13272
13326
  type: i0.Injectable,
13273
13327
  args: [{
13274
13328
  providedIn: 'root'
@@ -13396,9 +13450,9 @@
13396
13450
  };
13397
13451
  return PropertyCalculationService;
13398
13452
  }());
13399
- PropertyCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13400
- PropertyCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCalculationService, providedIn: 'root' });
13401
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCalculationService, decorators: [{
13453
+ PropertyCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13454
+ PropertyCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCalculationService, providedIn: 'root' });
13455
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCalculationService, decorators: [{
13402
13456
  type: i0.Injectable,
13403
13457
  args: [{
13404
13458
  providedIn: 'root'
@@ -13418,9 +13472,9 @@
13418
13472
  }
13419
13473
  return PropertyCategoryService;
13420
13474
  }(RestService));
13421
- PropertyCategoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13422
- PropertyCategoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryService, providedIn: 'root' });
13423
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryService, decorators: [{
13475
+ PropertyCategoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13476
+ PropertyCategoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryService, providedIn: 'root' });
13477
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryService, decorators: [{
13424
13478
  type: i0.Injectable,
13425
13479
  args: [{
13426
13480
  providedIn: 'root'
@@ -13477,9 +13531,9 @@
13477
13531
  };
13478
13532
  return PropertyDocumentService;
13479
13533
  }(RestService));
13480
- PropertyDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyDocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13481
- PropertyDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyDocumentService, providedIn: 'root' });
13482
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyDocumentService, decorators: [{
13534
+ PropertyDocumentService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyDocumentService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13535
+ PropertyDocumentService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyDocumentService, providedIn: 'root' });
13536
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyDocumentService, decorators: [{
13483
13537
  type: i0.Injectable,
13484
13538
  args: [{
13485
13539
  providedIn: 'root'
@@ -13580,9 +13634,9 @@
13580
13634
  };
13581
13635
  return PropertyShareService;
13582
13636
  }(RestService));
13583
- PropertyShareService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyShareService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13584
- PropertyShareService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyShareService, providedIn: 'root' });
13585
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyShareService, decorators: [{
13637
+ PropertyShareService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyShareService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13638
+ PropertyShareService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyShareService, providedIn: 'root' });
13639
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyShareService, decorators: [{
13586
13640
  type: i0.Injectable,
13587
13641
  args: [{
13588
13642
  providedIn: 'root'
@@ -13599,9 +13653,9 @@
13599
13653
  }
13600
13654
  return PropertySaleService;
13601
13655
  }(RestService));
13602
- PropertySaleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertySaleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13603
- PropertySaleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertySaleService, providedIn: 'root' });
13604
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertySaleService, decorators: [{
13656
+ PropertySaleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertySaleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13657
+ PropertySaleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertySaleService, providedIn: 'root' });
13658
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertySaleService, decorators: [{
13605
13659
  type: i0.Injectable,
13606
13660
  args: [{
13607
13661
  providedIn: 'root'
@@ -13635,9 +13689,9 @@
13635
13689
  };
13636
13690
  return EquityPositionChartService;
13637
13691
  }());
13638
- EquityPositionChartService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EquityPositionChartService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13639
- EquityPositionChartService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EquityPositionChartService, providedIn: 'root' });
13640
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: EquityPositionChartService, decorators: [{
13692
+ EquityPositionChartService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EquityPositionChartService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13693
+ EquityPositionChartService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EquityPositionChartService, providedIn: 'root' });
13694
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: EquityPositionChartService, decorators: [{
13641
13695
  type: i0.Injectable,
13642
13696
  args: [{
13643
13697
  providedIn: 'root'
@@ -13686,9 +13740,9 @@
13686
13740
  };
13687
13741
  return PropertyCategoryMovementService;
13688
13742
  }(RestService));
13689
- PropertyCategoryMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryMovementService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13690
- PropertyCategoryMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryMovementService, providedIn: 'root' });
13691
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: PropertyCategoryMovementService, decorators: [{
13743
+ PropertyCategoryMovementService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryMovementService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13744
+ PropertyCategoryMovementService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryMovementService, providedIn: 'root' });
13745
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PropertyCategoryMovementService, decorators: [{
13692
13746
  type: i0.Injectable,
13693
13747
  args: [{
13694
13748
  providedIn: 'root'
@@ -13793,9 +13847,9 @@
13793
13847
  };
13794
13848
  return SubscriptionService;
13795
13849
  }());
13796
- SubscriptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SubscriptionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13797
- SubscriptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SubscriptionService, providedIn: 'root' });
13798
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: SubscriptionService, decorators: [{
13850
+ SubscriptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SubscriptionService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
13851
+ SubscriptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SubscriptionService, providedIn: 'root' });
13852
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SubscriptionService, decorators: [{
13799
13853
  type: i0.Injectable,
13800
13854
  args: [{
13801
13855
  providedIn: 'root'
@@ -13821,9 +13875,9 @@
13821
13875
  }
13822
13876
  return ServicePriceService;
13823
13877
  }(RestService));
13824
- ServicePriceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServicePriceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13825
- ServicePriceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServicePriceService, providedIn: 'root' });
13826
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: ServicePriceService, decorators: [{
13878
+ ServicePriceService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServicePriceService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13879
+ ServicePriceService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServicePriceService, providedIn: 'root' });
13880
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ServicePriceService, decorators: [{
13827
13881
  type: i0.Injectable,
13828
13882
  args: [{
13829
13883
  providedIn: 'root'
@@ -13912,9 +13966,9 @@
13912
13966
  };
13913
13967
  return TaxReviewService;
13914
13968
  }(RestService));
13915
- TaxReviewService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13916
- TaxReviewService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewService, providedIn: 'root' });
13917
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewService, decorators: [{
13969
+ TaxReviewService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13970
+ TaxReviewService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewService, providedIn: 'root' });
13971
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewService, decorators: [{
13918
13972
  type: i0.Injectable,
13919
13973
  args: [{
13920
13974
  providedIn: 'root'
@@ -13950,9 +14004,9 @@
13950
14004
  };
13951
14005
  return TaxReviewHistoryService;
13952
14006
  }(RestService));
13953
- TaxReviewHistoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewHistoryService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
13954
- TaxReviewHistoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewHistoryService, providedIn: 'root' });
13955
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxReviewHistoryService, decorators: [{
14007
+ TaxReviewHistoryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewHistoryService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14008
+ TaxReviewHistoryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewHistoryService, providedIn: 'root' });
14009
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxReviewHistoryService, decorators: [{
13956
14010
  type: i0.Injectable,
13957
14011
  args: [{
13958
14012
  providedIn: 'root'
@@ -14013,9 +14067,9 @@
14013
14067
  };
14014
14068
  return TaxSummaryService;
14015
14069
  }());
14016
- TaxSummaryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxSummaryService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14017
- TaxSummaryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxSummaryService, providedIn: 'root' });
14018
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxSummaryService, decorators: [{
14070
+ TaxSummaryService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxSummaryService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14071
+ TaxSummaryService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxSummaryService, providedIn: 'root' });
14072
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxSummaryService, decorators: [{
14019
14073
  type: i0.Injectable,
14020
14074
  args: [{
14021
14075
  providedIn: 'root'
@@ -14067,9 +14121,9 @@
14067
14121
  };
14068
14122
  return TransactionCalculationService;
14069
14123
  }());
14070
- TransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14071
- TransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionCalculationService, providedIn: 'root' });
14072
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TransactionCalculationService, decorators: [{
14124
+ TransactionCalculationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionCalculationService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14125
+ TransactionCalculationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionCalculationService, providedIn: 'root' });
14126
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TransactionCalculationService, decorators: [{
14073
14127
  type: i0.Injectable,
14074
14128
  args: [{
14075
14129
  providedIn: 'root'
@@ -14104,9 +14158,9 @@
14104
14158
  };
14105
14159
  return OccupationService;
14106
14160
  }());
14107
- OccupationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: OccupationService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14108
- OccupationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: OccupationService, providedIn: 'root' });
14109
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: OccupationService, decorators: [{
14161
+ OccupationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: OccupationService, deps: [{ token: i1__namespace.HttpClient }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14162
+ OccupationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: OccupationService, providedIn: 'root' });
14163
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: OccupationService, decorators: [{
14110
14164
  type: i0.Injectable,
14111
14165
  args: [{
14112
14166
  providedIn: 'root'
@@ -14259,9 +14313,9 @@
14259
14313
  };
14260
14314
  return UserService;
14261
14315
  }());
14262
- UserService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserService, deps: [{ token: i1__namespace.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14263
- UserService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserService, providedIn: 'root' });
14264
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserService, decorators: [{
14316
+ UserService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserService, deps: [{ token: i1__namespace.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14317
+ UserService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserService, providedIn: 'root' });
14318
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserService, decorators: [{
14265
14319
  type: i0.Injectable,
14266
14320
  args: [{
14267
14321
  providedIn: 'root'
@@ -14311,9 +14365,9 @@
14311
14365
  };
14312
14366
  return UserEventSettingService;
14313
14367
  }(RestService));
14314
- UserEventSettingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventSettingService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14315
- UserEventSettingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventSettingService, providedIn: 'root' });
14316
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventSettingService, decorators: [{
14368
+ UserEventSettingService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventSettingService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14369
+ UserEventSettingService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventSettingService, providedIn: 'root' });
14370
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventSettingService, decorators: [{
14317
14371
  type: i0.Injectable,
14318
14372
  args: [{
14319
14373
  providedIn: 'root'
@@ -14331,9 +14385,9 @@
14331
14385
  }
14332
14386
  return UserEventTypeService;
14333
14387
  }(RestService));
14334
- UserEventTypeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventTypeService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14335
- UserEventTypeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventTypeService, providedIn: 'root' });
14336
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: UserEventTypeService, decorators: [{
14388
+ UserEventTypeService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventTypeService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14389
+ UserEventTypeService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventTypeService, providedIn: 'root' });
14390
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UserEventTypeService, decorators: [{
14337
14391
  type: i0.Injectable,
14338
14392
  args: [{
14339
14393
  providedIn: 'root'
@@ -14402,9 +14456,9 @@
14402
14456
  };
14403
14457
  return VehicleService;
14404
14458
  }(RestService));
14405
- VehicleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14406
- VehicleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleService, providedIn: 'root' });
14407
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleService, decorators: [{
14459
+ VehicleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14460
+ VehicleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleService, providedIn: 'root' });
14461
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleService, decorators: [{
14408
14462
  type: i0.Injectable,
14409
14463
  args: [{
14410
14464
  providedIn: 'root'
@@ -14451,9 +14505,9 @@
14451
14505
  };
14452
14506
  return VehicleLogbookService;
14453
14507
  }());
14454
- VehicleLogbookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleLogbookService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14455
- VehicleLogbookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleLogbookService, providedIn: 'root' });
14456
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: VehicleLogbookService, decorators: [{
14508
+ VehicleLogbookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleLogbookService, deps: [{ token: i1__namespace.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14509
+ VehicleLogbookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleLogbookService, providedIn: 'root' });
14510
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: VehicleLogbookService, decorators: [{
14457
14511
  type: i0.Injectable,
14458
14512
  args: [{
14459
14513
  providedIn: 'root'
@@ -14502,9 +14556,9 @@
14502
14556
  };
14503
14557
  return XlsxService;
14504
14558
  }());
14505
- XlsxService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: XlsxService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14506
- XlsxService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: XlsxService, providedIn: 'root' });
14507
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: XlsxService, decorators: [{
14559
+ XlsxService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: XlsxService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14560
+ XlsxService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: XlsxService, providedIn: 'root' });
14561
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: XlsxService, decorators: [{
14508
14562
  type: i0.Injectable,
14509
14563
  args: [{
14510
14564
  providedIn: 'root'
@@ -14522,9 +14576,9 @@
14522
14576
  }
14523
14577
  return TaxExemptionService;
14524
14578
  }(RestService));
14525
- TaxExemptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxExemptionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14526
- TaxExemptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxExemptionService, providedIn: 'root' });
14527
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: TaxExemptionService, decorators: [{
14579
+ TaxExemptionService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxExemptionService, deps: null, target: i0__namespace.ɵɵFactoryTarget.Injectable });
14580
+ TaxExemptionService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxExemptionService, providedIn: 'root' });
14581
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TaxExemptionService, decorators: [{
14528
14582
  type: i0.Injectable,
14529
14583
  args: [{
14530
14584
  providedIn: 'root'
@@ -14613,9 +14667,9 @@
14613
14667
  auth_type: 'rerequest',
14614
14668
  return_scopes: true
14615
14669
  };
14616
- FacebookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FacebookService, deps: [{ token: i1__namespace.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i1__namespace$2.Router }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14617
- FacebookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FacebookService, providedIn: 'root' });
14618
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FacebookService, decorators: [{
14670
+ FacebookService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FacebookService, deps: [{ token: i1__namespace.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i1__namespace$2.Router }, { token: 'environment' }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
14671
+ FacebookService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FacebookService, providedIn: 'root' });
14672
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FacebookService, decorators: [{
14619
14673
  type: i0.Injectable,
14620
14674
  args: [{
14621
14675
  providedIn: 'root'
@@ -14704,9 +14758,9 @@
14704
14758
  var AbstractForm = /** @class */ (function (_super) {
14705
14759
  __extends(AbstractForm, _super);
14706
14760
  function AbstractForm(controls, model, validatorOrOpts, asyncValidator) {
14707
- if (model === void 0) { model = {}; }
14708
14761
  var _this = _super.call(this, controls, validatorOrOpts, asyncValidator) || this;
14709
- _this.model = model;
14762
+ _this.onSubmit = new i0.EventEmitter();
14763
+ _this.model = model || _this.createModelInstance();
14710
14764
  _this.modelClass = _this.model.constructor;
14711
14765
  return _this;
14712
14766
  }
@@ -14722,11 +14776,20 @@
14722
14776
  if (!this.valid) {
14723
14777
  return null;
14724
14778
  }
14725
- return classTransformer.plainToClass(this.modelClass, Object.assign({}, this.model, this.value, data));
14779
+ var model = this.createModelInstance(Object.assign({}, this.model, this.value, data));
14780
+ this.onSubmit.emit(model);
14781
+ return model;
14782
+ };
14783
+ AbstractForm.prototype.createModelInstance = function (data) {
14784
+ if (data === void 0) { data = {}; }
14785
+ return classTransformer.plainToClass(this.modelClass, data);
14726
14786
  };
14727
14787
  return AbstractForm;
14728
14788
  }(forms.FormGroup));
14729
14789
 
14790
+ /**
14791
+ * Form with bank account loan details
14792
+ */
14730
14793
  var BankAccountLoanForm = /** @class */ (function (_super) {
14731
14794
  __extends(BankAccountLoanForm, _super);
14732
14795
  function BankAccountLoanForm(loan) {
@@ -14746,117 +14809,154 @@
14746
14809
  return BankAccountLoanForm;
14747
14810
  }(AbstractForm));
14748
14811
 
14749
- var BankAccountPropertyForm = /** @class */ (function (_super) {
14750
- __extends(BankAccountPropertyForm, _super);
14751
- function BankAccountPropertyForm(isLoan, bankAccountProperty) {
14752
- if (bankAccountProperty === void 0) { bankAccountProperty = classTransformer.plainToClass(BankAccountProperty, {}); }
14753
- return _super.call(this, {
14754
- property: new forms.FormControl(bankAccountProperty.property, forms.Validators.required),
14755
- percent: new forms.FormControl({ value: bankAccountProperty.percent, disabled: !isLoan }, forms.Validators.required)
14756
- }, bankAccountProperty) || this;
14757
- }
14758
- return BankAccountPropertyForm;
14759
- }(AbstractForm));
14760
-
14812
+ /**
14813
+ * Form array with bank account properties
14814
+ */
14761
14815
  var BankAccountPropertiesForm = /** @class */ (function (_super) {
14762
14816
  __extends(BankAccountPropertiesForm, _super);
14763
- function BankAccountPropertiesForm(isLoan, bankAccountProperties) {
14764
- if (bankAccountProperties === void 0) { bankAccountProperties = []; }
14765
- var _this = _super.call(this, bankAccountProperties.length
14766
- ? bankAccountProperties.map(function (bankAccountProperty) { return new BankAccountPropertyForm(isLoan, bankAccountProperty); })
14767
- : [new BankAccountPropertyForm(isLoan)]) || this;
14768
- _this.isLoan = isLoan;
14769
- _this.bankAccountProperties = bankAccountProperties;
14770
- return _this;
14817
+ function BankAccountPropertiesForm(bankAccountProperties) {
14818
+ if (bankAccountProperties === void 0) { bankAccountProperties = [classTransformer.plainToClass(BankAccountProperty, {})]; }
14819
+ return _super.call(this, bankAccountProperties.map(function (bankAccountProperty) {
14820
+ return new forms.FormGroup({
14821
+ property: new forms.FormControl(bankAccountProperty.property, forms.Validators.required),
14822
+ percent: new forms.FormControl(bankAccountProperty.percent, forms.Validators.required)
14823
+ });
14824
+ })) || this;
14771
14825
  }
14772
14826
  BankAccountPropertiesForm.prototype.add = function () {
14773
- this.push(new BankAccountPropertyForm(this.isLoan));
14827
+ this.push(new forms.FormGroup({
14828
+ property: new forms.FormControl(null, forms.Validators.required),
14829
+ percent: new forms.FormControl({
14830
+ value: 100,
14831
+ disabled: !this.at(0).contains('percent')
14832
+ }, forms.Validators.required)
14833
+ }));
14834
+ };
14835
+ BankAccountPropertiesForm.prototype.enablePercent = function () {
14836
+ this.controls.forEach(function (propertyFormGroup) {
14837
+ propertyFormGroup.get('percent').enable();
14838
+ });
14839
+ };
14840
+ BankAccountPropertiesForm.prototype.disablePercent = function () {
14841
+ this.controls.forEach(function (propertyFormGroup) {
14842
+ propertyFormGroup.get('percent').disable();
14843
+ });
14774
14844
  };
14775
14845
  return BankAccountPropertiesForm;
14776
14846
  }(forms.FormArray));
14777
14847
 
14778
14848
  /**
14779
- * Form for additional data for bank accounts. Allow user to set tank type, loan and properties for new not-saved bank accounts.
14780
- * Works with manual and basiq bank accounts.
14849
+ * Form is using for import basiq bank accounts.
14850
+ * Basiq accounts has all data except tank type, properties and loan partially
14781
14851
  */
14782
- var BankAccountForm = /** @class */ (function (_super) {
14783
- __extends(BankAccountForm, _super);
14784
- function BankAccountForm(bankAccount) {
14785
- if (bankAccount === void 0) { bankAccount = classTransformer.plainToClass(BankAccount, {}); }
14852
+ var BankAccountImportForm = /** @class */ (function (_super) {
14853
+ __extends(BankAccountImportForm, _super);
14854
+ function BankAccountImportForm(bankAccount) {
14786
14855
  var _this = _super.call(this, {
14787
14856
  tankType: new forms.FormControl(bankAccount.tankType, forms.Validators.required),
14788
14857
  }, bankAccount) || this;
14789
- _this.bankAccount = bankAccount;
14790
14858
  if (bankAccount.isLoan()) {
14791
14859
  _this.addControl('loan', new BankAccountLoanForm(bankAccount.loan));
14792
14860
  }
14861
+ // basiq account import form should be disabled (unchecked) by default
14862
+ _this.disable();
14793
14863
  _this.listenEvents();
14794
14864
  return _this;
14795
14865
  }
14796
- BankAccountForm.prototype.listenEvents = function () {
14866
+ BankAccountImportForm.prototype.listenEvents = function () {
14797
14867
  this.listenTankTypeChanges();
14798
- this.listenValueChanges();
14799
- };
14800
- Object.defineProperty(BankAccountForm.prototype, "properties", {
14801
- get: function () {
14802
- return this.get('bankAccountProperties');
14803
- },
14804
- enumerable: false,
14805
- configurable: true
14806
- });
14807
- BankAccountForm.prototype.isLoan = function () {
14808
- return BankAccount.loanTypes.includes(this.bankAccount.type);
14809
- };
14810
- BankAccountForm.prototype.isPropertyTank = function () {
14811
- return this.get('tankType').value === exports.TankTypeEnum.PROPERTY;
14812
- };
14813
- BankAccountForm.prototype.confirm = function () {
14814
- this.markAllAsTouched();
14815
- if (this.invalid) {
14816
- return;
14817
- }
14818
- this.isConfirmed = true;
14819
- };
14820
- BankAccountForm.prototype.addPropertiesArray = function () {
14821
- var control = new BankAccountPropertiesForm(this.isLoan(), this.bankAccount.bankAccountProperties);
14822
- // Default form behaviour is: if we add enabled form control to disabled form group then this form group enable.
14823
- // Disable form control before add to avoid form group enabling.
14824
- if (this.disabled) {
14825
- control.disable();
14826
- }
14827
- this.addControl('bankAccountProperties', control);
14828
14868
  };
14829
14869
  /**
14830
- * Add/Remove properties form array depending on selected tank type
14870
+ * Add/Remove bank account properties form depends on selected tank type
14831
14871
  */
14832
- BankAccountForm.prototype.listenTankTypeChanges = function () {
14833
- var _this = this;
14834
- this.get('tankType').valueChanges.subscribe(function () {
14835
- _this.isPropertyTank() ? _this.addPropertiesArray() : _this.removeControl('bankAccountProperties');
14836
- });
14837
- };
14838
- BankAccountForm.prototype.listenValueChanges = function () {
14872
+ BankAccountImportForm.prototype.listenTankTypeChanges = function () {
14839
14873
  var _this = this;
14840
- this.valueChanges.subscribe(function () {
14841
- _this.isConfirmed = false;
14874
+ this.get('tankType').valueChanges.subscribe(function (tankType) {
14875
+ if (tankType === exports.TankTypeEnum.PROPERTY) {
14876
+ _this.addControl('bankAccountProperties', new BankAccountPropertiesForm());
14877
+ // property percent allowed only for loan bank accounts
14878
+ if (!_this.contains('loan')) {
14879
+ _this.get('bankAccountProperties').disablePercent();
14880
+ }
14881
+ }
14882
+ else {
14883
+ _this.removeControl('bankAccountProperties');
14884
+ }
14842
14885
  });
14843
14886
  };
14844
- return BankAccountForm;
14887
+ return BankAccountImportForm;
14845
14888
  }(AbstractForm));
14846
14889
 
14847
14890
  /**
14848
- * Form is using for manual bank account creation (not Basiq), prepares bank account data for the next saving.
14891
+ * Form is using for single manual bank account creation (not Basiq)
14849
14892
  */
14850
14893
  var BankAccountAddManualForm = /** @class */ (function (_super) {
14851
14894
  __extends(BankAccountAddManualForm, _super);
14852
14895
  function BankAccountAddManualForm(connection) {
14853
- return _super.call(this, {
14896
+ var _this = _super.call(this, {
14854
14897
  type: new forms.FormControl(null, forms.Validators.required),
14855
14898
  accountName: new forms.FormControl(null, forms.Validators.required),
14856
14899
  currentBalance: new forms.FormControl(null, forms.Validators.required),
14857
14900
  accountNumber: new forms.FormControl(null, [forms.Validators.required, forms.Validators.pattern(BankAccountAddManualForm.accountNumberPattern)]),
14858
- }, classTransformer.plainToClass(BankAccount, { bankConnection: connection })) || this;
14901
+ tankType: new forms.FormControl(null, forms.Validators.required),
14902
+ }) || this;
14903
+ _this.connection = connection;
14904
+ _this.listenEvents();
14905
+ return _this;
14859
14906
  }
14907
+ BankAccountAddManualForm.prototype.listenEvents = function () {
14908
+ this.listenTypeChanges();
14909
+ this.listenTankTypeChanges();
14910
+ };
14911
+ /**
14912
+ * Add/Remove loan form depends on selected bank account type
14913
+ */
14914
+ BankAccountAddManualForm.prototype.listenTypeChanges = function () {
14915
+ var _this = this;
14916
+ this.get('type').valueChanges.subscribe(function (type) {
14917
+ if (BankAccount.loanTypes.includes(type)) {
14918
+ _this.addControl('loan', new BankAccountLoanForm());
14919
+ // property percent allowed only for loan bank accounts
14920
+ if (_this.contains('bankAccountProperties')) {
14921
+ _this.get('bankAccountProperties').enablePercent();
14922
+ }
14923
+ }
14924
+ else {
14925
+ _this.removeControl('loan');
14926
+ // property percent allowed only for loan bank accounts
14927
+ if (_this.contains('bankAccountProperties')) {
14928
+ _this.get('bankAccountProperties').disablePercent();
14929
+ }
14930
+ }
14931
+ });
14932
+ };
14933
+ /**
14934
+ * Add/Remove bank account properties form depends on selected tank type
14935
+ */
14936
+ BankAccountAddManualForm.prototype.listenTankTypeChanges = function () {
14937
+ var _this = this;
14938
+ this.get('tankType').valueChanges.subscribe(function (tankType) {
14939
+ if (tankType === exports.TankTypeEnum.PROPERTY) {
14940
+ _this.addControl('bankAccountProperties', new BankAccountPropertiesForm());
14941
+ // property percent allowed only for loan bank accounts
14942
+ if (_this.contains('loan')) {
14943
+ _this.get('bankAccountProperties').enablePercent();
14944
+ }
14945
+ else {
14946
+ _this.get('bankAccountProperties').disablePercent();
14947
+ }
14948
+ }
14949
+ else {
14950
+ _this.removeControl('bankAccountProperties');
14951
+ }
14952
+ });
14953
+ };
14954
+ /**
14955
+ * Attach bank connection to manual bank account
14956
+ */
14957
+ BankAccountAddManualForm.prototype.submit = function () {
14958
+ return _super.prototype.submit.call(this, { bankConnection: this.connection });
14959
+ };
14860
14960
  return BankAccountAddManualForm;
14861
14961
  }(AbstractForm));
14862
14962
  BankAccountAddManualForm.accountNumberPattern = '^[0-9]{6}[ ]{1}[0-9]{1,}$';
@@ -14883,18 +14983,74 @@
14883
14983
  };
14884
14984
  }
14885
14985
 
14886
- var BankAccountMigrateForm = /** @class */ (function (_super) {
14887
- __extends(BankAccountMigrateForm, _super);
14888
- function BankAccountMigrateForm() {
14889
- return _super.call(this, {
14890
- migrateFrom: new forms.FormControl(BankAccountMigrateForm.minDate, [forms.Validators.required, dateRangeValidator(BankAccountMigrateForm.minDate, BankAccountMigrateForm.maxDate)]),
14891
- migrateTo: new forms.FormControl(BankAccountMigrateForm.maxDate, [forms.Validators.required, dateRangeValidator(BankAccountMigrateForm.minDate, BankAccountMigrateForm.maxDate)])
14986
+ /**
14987
+ * Validator check if at least one control in formArray is enabled
14988
+ */
14989
+ function atLeastOneEnabledValidator(arrayName) {
14990
+ return function (formGroup) {
14991
+ return !!formGroup.get(arrayName).controls.find(function (control) { return control.enabled; })
14992
+ ? null
14993
+ : { arrayControlsDisabled: true };
14994
+ };
14995
+ }
14996
+
14997
+ /**
14998
+ * Form for import multiple basiq bank accounts
14999
+ */
15000
+ var BankAccountsImportForm = /** @class */ (function (_super) {
15001
+ __extends(BankAccountsImportForm, _super);
15002
+ function BankAccountsImportForm(bankAccounts) {
15003
+ var _this = _super.call(this, {
15004
+ migrateFrom: new forms.FormControl(BankAccountsImportForm.minDate, [forms.Validators.required, dateRangeValidator(BankAccountsImportForm.minDate, BankAccountsImportForm.maxDate)]),
15005
+ migrateTo: new forms.FormControl(BankAccountsImportForm.maxDate, [forms.Validators.required, dateRangeValidator(BankAccountsImportForm.minDate, BankAccountsImportForm.maxDate)]),
15006
+ bankAccounts: new forms.FormArray(bankAccounts.map(function (bankAccount) { return new BankAccountImportForm(bankAccount); }))
15007
+ }, [], {
15008
+ validators: [atLeastOneEnabledValidator('bankAccounts')]
14892
15009
  }) || this;
15010
+ _this.bankAccounts = bankAccounts;
15011
+ return _this;
14893
15012
  }
14894
- return BankAccountMigrateForm;
15013
+ BankAccountsImportForm.prototype.submit = function () {
15014
+ var e_1, _a;
15015
+ this.submitted = true;
15016
+ if (this.invalid) {
15017
+ return null;
15018
+ }
15019
+ var bankAccounts = [];
15020
+ try {
15021
+ // form is valid when all selected bank accounts forms are valid
15022
+ for (var _b = __values(this.get('bankAccounts').controls), _c = _b.next(); !_c.done; _c = _b.next()) {
15023
+ var bankAccountImportForm = _c.value;
15024
+ // skip disabled forms
15025
+ if (bankAccountImportForm.disabled) {
15026
+ continue;
15027
+ }
15028
+ var bankAccount = bankAccountImportForm.submit({
15029
+ migrateFrom: this.value.migrateFrom,
15030
+ migrateTo: this.value.migrateTo
15031
+ });
15032
+ if (!bankAccount) {
15033
+ return null;
15034
+ }
15035
+ bankAccounts.push(bankAccount);
15036
+ }
15037
+ }
15038
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
15039
+ finally {
15040
+ try {
15041
+ if (_c && !_c.done && (_a = _b.return)) _a.call(_b);
15042
+ }
15043
+ finally { if (e_1) throw e_1.error; }
15044
+ }
15045
+ if (!bankAccounts.length) {
15046
+ return null;
15047
+ }
15048
+ return bankAccounts;
15049
+ };
15050
+ return BankAccountsImportForm;
14895
15051
  }(AbstractForm));
14896
- BankAccountMigrateForm.minDate = new FinancialYear().prevFinYear.startDate;
14897
- BankAccountMigrateForm.maxDate = new Date();
15052
+ BankAccountsImportForm.minDate = new FinancialYear().prevFinYear.startDate;
15053
+ BankAccountsImportForm.maxDate = new Date();
14898
15054
 
14899
15055
  /**
14900
15056
  * Form with basiq bank login fields.
@@ -14927,15 +15083,11 @@
14927
15083
 
14928
15084
  /**
14929
15085
  * Validation function for autocomplete fields. Checks that the user should select a value from a list rather than type in input field
15086
+ * @TODO Alex: create class AppValidators with static methods and move there all custom validators (line Angular Validators)
14930
15087
  */
14931
- function requireAutocomplete() {
15088
+ function autocompleteValidator() {
14932
15089
  return function (control) {
14933
- if (typeof control.value === 'string' && !!control.value) {
14934
- return { notFromList: true };
14935
- }
14936
- else {
14937
- return null;
14938
- }
15090
+ return (!control.value || (typeof control.value === 'object')) ? null : { notFromList: true };
14939
15091
  };
14940
15092
  }
14941
15093
 
@@ -14977,21 +15129,6 @@
14977
15129
  };
14978
15130
  }
14979
15131
 
14980
- /**
14981
- * Validation function, that checks that the user should select a value from a list rather than type in input field
14982
- */
14983
- function requireSelectValidator() {
14984
- return function (control) {
14985
- var selection = control.value;
14986
- if (typeof selection === 'string' && !!selection) {
14987
- return { notFromList: true };
14988
- }
14989
- else {
14990
- return null;
14991
- }
14992
- };
14993
- }
14994
-
14995
15132
  var ClientIncomeTypesForm = /** @class */ (function (_super) {
14996
15133
  __extends(ClientIncomeTypesForm, _super);
14997
15134
  function ClientIncomeTypesForm(clientIncomeTypes) {
@@ -15019,13 +15156,14 @@
15019
15156
  return LoginForm;
15020
15157
  }(AbstractForm));
15021
15158
 
15159
+ // @TODO Alex: Create a model and handle request fields via class-transformer
15022
15160
  var PasswordForm = /** @class */ (function (_super) {
15023
15161
  __extends(PasswordForm, _super);
15024
15162
  function PasswordForm() {
15025
15163
  return _super.call(this, {
15026
15164
  password: new forms.FormControl(null, [forms.Validators.required, passwordValidator()]),
15027
15165
  confirm: new forms.FormControl(null, forms.Validators.required),
15028
- }, {}, passwordMatchValidator('password', 'confirm')) || this;
15166
+ }, { password: null, confirm: null }, passwordMatchValidator('password', 'confirm')) || this;
15029
15167
  }
15030
15168
  return PasswordForm;
15031
15169
  }(AbstractForm));
@@ -15074,6 +15212,7 @@
15074
15212
  return RegisterFirmForm;
15075
15213
  }(AbstractForm));
15076
15214
 
15215
+ // @TODO Alex: Create a model and handle request fields via class-transformer
15077
15216
  var ResetPasswordForm = /** @class */ (function (_super) {
15078
15217
  __extends(ResetPasswordForm, _super);
15079
15218
  function ResetPasswordForm() {
@@ -15339,7 +15478,7 @@
15339
15478
  __extends(MyTaxIncomeStatementsForm, _super);
15340
15479
  function MyTaxIncomeStatementsForm(incomeStatements, user) {
15341
15480
  var _this = _super.call(this, {
15342
- occupation: new forms.FormControl(user.clientDetails.occupation, [forms.Validators.required, requireSelectValidator()]),
15481
+ occupation: new forms.FormControl(user.clientDetails.occupation, [forms.Validators.required, autocompleteValidator()]),
15343
15482
  allowanceTotalAmount: new forms.FormControl({
15344
15483
  value: incomeStatements.allowanceTotalAmount,
15345
15484
  disabled: true
@@ -15616,14 +15755,12 @@
15616
15755
  exports.BankAccountCalculationService = BankAccountCalculationService;
15617
15756
  exports.BankAccountChartData = BankAccountChartData;
15618
15757
  exports.BankAccountCollection = BankAccountCollection;
15619
- exports.BankAccountForm = BankAccountForm;
15758
+ exports.BankAccountImportForm = BankAccountImportForm;
15620
15759
  exports.BankAccountLoanForm = BankAccountLoanForm;
15621
- exports.BankAccountMigrateForm = BankAccountMigrateForm;
15622
15760
  exports.BankAccountPropertiesForm = BankAccountPropertiesForm;
15623
15761
  exports.BankAccountProperty = BankAccountProperty;
15624
- exports.BankAccountPropertyForm = BankAccountPropertyForm;
15625
15762
  exports.BankAccountService = BankAccountService;
15626
- exports.BankCollection = BankCollection;
15763
+ exports.BankAccountsImportForm = BankAccountsImportForm;
15627
15764
  exports.BankConnection = BankConnection;
15628
15765
  exports.BankConnectionService = BankConnectionService;
15629
15766
  exports.BankLoginData = BankLoginData;
@@ -15692,6 +15829,7 @@
15692
15829
  exports.DepreciationReportItem = DepreciationReportItem;
15693
15830
  exports.DepreciationReportItemCollection = DepreciationReportItemCollection;
15694
15831
  exports.DepreciationService = DepreciationService;
15832
+ exports.Dictionary = Dictionary;
15695
15833
  exports.Document = Document;
15696
15834
  exports.DocumentFolder = DocumentFolder;
15697
15835
  exports.DocumentFolderService = DocumentFolderService;
@@ -15879,6 +16017,7 @@
15879
16017
  exports.XlsxService = XlsxService;
15880
16018
  exports.atLeastOneCheckedValidator = atLeastOneCheckedValidator;
15881
16019
  exports.atoLinks = atoLinks;
16020
+ exports.autocompleteValidator = autocompleteValidator;
15882
16021
  exports.cloneDeep = cloneDeep;
15883
16022
  exports.compare = compare;
15884
16023
  exports.compareMatOptions = compareMatOptions;
@@ -15889,8 +16028,6 @@
15889
16028
  exports.passwordMatchValidator = passwordMatchValidator;
15890
16029
  exports.passwordValidator = passwordValidator;
15891
16030
  exports.replace = replace;
15892
- exports.requireAutocomplete = requireAutocomplete;
15893
- exports.requireSelectValidator = requireSelectValidator;
15894
16031
  exports.roundTo = roundTo;
15895
16032
  exports.sort = sort;
15896
16033
  exports.sortDeep = sortDeep;