taxtank-core 0.33.5 → 0.33.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (177) hide show
  1. package/esm2022/common/src/common.module.mjs +4 -4
  2. package/esm2022/common/src/interceptors/interceptors.module.mjs +4 -4
  3. package/esm2022/common/src/interceptors/jwt-interceptor.mjs +5 -5
  4. package/esm2022/common/src/services/auth/auth.service.mjs +5 -5
  5. package/esm2022/common/src/services/auth/jwt.service.mjs +3 -3
  6. package/esm2022/common/src/services/mixpanel.service.mjs +5 -5
  7. package/esm2022/src/lib/collections/bank-account.collection.mjs +5 -41
  8. package/esm2022/src/lib/collections/collection-dictionary.mjs +12 -10
  9. package/esm2022/src/lib/collections/collection.mjs +5 -5
  10. package/esm2022/src/lib/collections/depreciation.collection.mjs +6 -18
  11. package/esm2022/src/lib/collections/property/property.collection.mjs +9 -5
  12. package/esm2022/src/lib/collections/transaction/transaction.collection.mjs +3 -15
  13. package/esm2022/src/lib/core.module.mjs +4 -4
  14. package/esm2022/src/lib/db/Enums/bank/bank-account-type.enum.mjs +2 -2
  15. package/esm2022/src/lib/db/Models/bank/bank-account.mjs +1 -1
  16. package/esm2022/src/lib/db/Models/transaction/transaction-base.mjs +6 -40
  17. package/esm2022/src/lib/forms/abstract.form.mjs +1 -1
  18. package/esm2022/src/lib/forms/address/address.form.mjs +1 -1
  19. package/esm2022/src/lib/forms/firm/client-movement.form.mjs +4 -4
  20. package/esm2022/src/lib/forms/firm/employee-details.form.mjs +4 -4
  21. package/esm2022/src/lib/forms/property/property-share.form.mjs +2 -2
  22. package/esm2022/src/lib/interceptors/basiq-client-id.interceptor.mjs +4 -4
  23. package/esm2022/src/lib/interceptors/basiq-token.interceptor.mjs +4 -4
  24. package/esm2022/src/lib/interceptors/corelogic-interceptor.mjs +5 -5
  25. package/esm2022/src/lib/interceptors/financial-year-interceptor.mjs +5 -5
  26. package/esm2022/src/lib/interceptors/interceptors.module.mjs +4 -4
  27. package/esm2022/src/lib/interceptors/preloader.interceptor.mjs +4 -4
  28. package/esm2022/src/lib/interceptors/rewardful.interceptor.mjs +5 -5
  29. package/esm2022/src/lib/interceptors/user-switcher-interceptor.mjs +5 -5
  30. package/esm2022/src/lib/models/bank/bank-account.mjs +6 -3
  31. package/esm2022/src/lib/models/bank/type-loan.const.mjs +2 -5
  32. package/esm2022/src/lib/models/depreciation/depreciation.mjs +8 -22
  33. package/esm2022/src/lib/models/financial-year/financial-year.mjs +1 -1
  34. package/esm2022/src/lib/models/property/property.mjs +1 -4
  35. package/esm2022/src/lib/models/report/index.mjs +3 -1
  36. package/esm2022/src/lib/models/report/report.interface.mjs +2 -0
  37. package/esm2022/src/lib/models/report/reports.const.mjs +73 -0
  38. package/esm2022/src/lib/models/service-subscription/service-subscription.mjs +2 -2
  39. package/esm2022/src/lib/models/sole/sole-invoice.mjs +1 -1
  40. package/esm2022/src/lib/models/transaction/transaction.mjs +1 -19
  41. package/esm2022/src/lib/models/vehicle/vehicle-claim.mjs +1 -1
  42. package/esm2022/src/lib/pipes/app-currency.pipe.mjs +3 -3
  43. package/esm2022/src/lib/pipes/safe-url.pipe.mjs +4 -4
  44. package/esm2022/src/lib/services/account-setup/account-setup.service.mjs +4 -4
  45. package/esm2022/src/lib/services/asset/assets.service.mjs +5 -5
  46. package/esm2022/src/lib/services/bank/bank-account-calculation.service.mjs +3 -3
  47. package/esm2022/src/lib/services/data.service.mjs +3 -3
  48. package/esm2022/src/lib/services/event/event-dispatcher.service.mjs +3 -3
  49. package/esm2022/src/lib/services/event/sse.service.mjs +5 -5
  50. package/esm2022/src/lib/services/export/export-formatter.service.mjs +4 -4
  51. package/esm2022/src/lib/services/firm/current-firm-branch.service.mjs +3 -3
  52. package/esm2022/src/lib/services/header-title/header-title.service.mjs +4 -4
  53. package/esm2022/src/lib/services/http/address/address.service.mjs +5 -5
  54. package/esm2022/src/lib/services/http/bank/bank-account/bank-account.service.mjs +5 -5
  55. package/esm2022/src/lib/services/http/bank/bank-connection/bank-connection.service.mjs +5 -5
  56. package/esm2022/src/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +5 -5
  57. package/esm2022/src/lib/services/http/bank/bank.service.mjs +3 -3
  58. package/esm2022/src/lib/services/http/bank/basiq/basiq-token.service.mjs +3 -3
  59. package/esm2022/src/lib/services/http/bank/basiq/basiq.service.mjs +6 -6
  60. package/esm2022/src/lib/services/http/budget/budget.service.mjs +3 -3
  61. package/esm2022/src/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +3 -3
  62. package/esm2022/src/lib/services/http/chart-accounts/chart-accounts.service.mjs +3 -3
  63. package/esm2022/src/lib/services/http/chat/chat.service.mjs +5 -5
  64. package/esm2022/src/lib/services/http/chat/message-document.service.mjs +5 -5
  65. package/esm2022/src/lib/services/http/chat/message.service.mjs +5 -5
  66. package/esm2022/src/lib/services/http/client/annual-client-details.service.mjs +3 -3
  67. package/esm2022/src/lib/services/http/client/capital-loss/capital-loss.service.mjs +4 -4
  68. package/esm2022/src/lib/services/http/client/client-coupon.service.mjs +3 -3
  69. package/esm2022/src/lib/services/http/client/occupation/occupation.service.mjs +5 -5
  70. package/esm2022/src/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +3 -3
  71. package/esm2022/src/lib/services/http/depreciation/depreciation.service.mjs +5 -5
  72. package/esm2022/src/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
  73. package/esm2022/src/lib/services/http/document/document.service.mjs +3 -3
  74. package/esm2022/src/lib/services/http/facebook/facebook.service.mjs +6 -6
  75. package/esm2022/src/lib/services/http/file/file.service.mjs +3 -3
  76. package/esm2022/src/lib/services/http/firm/client-invite/client-invite.service.mjs +5 -5
  77. package/esm2022/src/lib/services/http/firm/client-movement/client-movement.service.mjs +5 -5
  78. package/esm2022/src/lib/services/http/firm/employee/employee.service.mjs +3 -3
  79. package/esm2022/src/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
  80. package/esm2022/src/lib/services/http/firm/firm-branch/firm-branch.service.mjs +4 -4
  81. package/esm2022/src/lib/services/http/firm/firm.service.mjs +5 -5
  82. package/esm2022/src/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +5 -5
  83. package/esm2022/src/lib/services/http/google/google.service.mjs +5 -5
  84. package/esm2022/src/lib/services/http/holding/holding-import/holding-import.service.mjs +4 -4
  85. package/esm2022/src/lib/services/http/holding/holding-sale.service.mjs +3 -3
  86. package/esm2022/src/lib/services/http/holding/holding-type.service.mjs +3 -3
  87. package/esm2022/src/lib/services/http/holding/holding.service.mjs +5 -5
  88. package/esm2022/src/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +5 -5
  89. package/esm2022/src/lib/services/http/income-source/income-source.service.mjs +5 -5
  90. package/esm2022/src/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +5 -5
  91. package/esm2022/src/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +5 -5
  92. package/esm2022/src/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +5 -5
  93. package/esm2022/src/lib/services/http/loan/loan.service.mjs +5 -5
  94. package/esm2022/src/lib/services/http/pdf/pdf.service.mjs +5 -5
  95. package/esm2022/src/lib/services/http/property/borrowing-report/borrowing-report.service.mjs +3 -3
  96. package/esm2022/src/lib/services/http/property/property-category/property-category.service.mjs +3 -3
  97. package/esm2022/src/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +3 -3
  98. package/esm2022/src/lib/services/http/property/property-document/property-document.service.mjs +3 -3
  99. package/esm2022/src/lib/services/http/property/property-sale/property-sale.service.mjs +3 -3
  100. package/esm2022/src/lib/services/http/property/property-share/property-share.service.mjs +5 -5
  101. package/esm2022/src/lib/services/http/property/property-valuation/property-valuation.service.mjs +3 -3
  102. package/esm2022/src/lib/services/http/property/property.service.mjs +5 -5
  103. package/esm2022/src/lib/services/http/rest/rest-old.service.mjs +5 -5
  104. package/esm2022/src/lib/services/http/rest/rest.service.mjs +5 -5
  105. package/esm2022/src/lib/services/http/service-notification/service-notification.service.mjs +5 -5
  106. package/esm2022/src/lib/services/http/setup-item/setup-item.service.mjs +3 -3
  107. package/esm2022/src/lib/services/http/sole/bas-report/bas-report.service.mjs +3 -3
  108. package/esm2022/src/lib/services/http/sole/sole-business/sole-business.service.mjs +3 -3
  109. package/esm2022/src/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +3 -3
  110. package/esm2022/src/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +3 -3
  111. package/esm2022/src/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +5 -5
  112. package/esm2022/src/lib/services/http/sole/sole-contact/sole-contact.service.mjs +3 -3
  113. package/esm2022/src/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +5 -5
  114. package/esm2022/src/lib/services/http/sole/sole-details/sole-details.service.mjs +5 -5
  115. package/esm2022/src/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +5 -5
  116. package/esm2022/src/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +3 -3
  117. package/esm2022/src/lib/services/http/subscription/service-payment/service-payment.service.mjs +3 -3
  118. package/esm2022/src/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +5 -5
  119. package/esm2022/src/lib/services/http/subscription/service-price/service-price.service.mjs +3 -3
  120. package/esm2022/src/lib/services/http/subscription/service-product/service-product.service.mjs +3 -3
  121. package/esm2022/src/lib/services/http/subscription/service-subscription/subscription.service.mjs +5 -5
  122. package/esm2022/src/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +5 -5
  123. package/esm2022/src/lib/services/http/tax-review/tax-review.service.mjs +5 -5
  124. package/esm2022/src/lib/services/http/tax-summary/tax-summary.service.mjs +5 -5
  125. package/esm2022/src/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +3 -3
  126. package/esm2022/src/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +5 -5
  127. package/esm2022/src/lib/services/http/transaction/transaction.service.mjs +6 -23
  128. package/esm2022/src/lib/services/http/user/financial-year/financial-year.service.mjs +5 -5
  129. package/esm2022/src/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
  130. package/esm2022/src/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
  131. package/esm2022/src/lib/services/http/user/user.service.mjs +5 -5
  132. package/esm2022/src/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
  133. package/esm2022/src/lib/services/http/vehicle/vehicle-claim-details.service.mjs +5 -5
  134. package/esm2022/src/lib/services/http/vehicle/vehicle-claim.service.mjs +5 -5
  135. package/esm2022/src/lib/services/http/vehicle/vehicle-logbook/vehicle-logbook.service.mjs +3 -3
  136. package/esm2022/src/lib/services/http/vehicle/vehicle.service.mjs +4 -4
  137. package/esm2022/src/lib/services/http/youtube/youtube.service.mjs +6 -6
  138. package/esm2022/src/lib/services/intercom/intercom.service.mjs +5 -5
  139. package/esm2022/src/lib/services/json/chart-accounts/chart-accounts-value.service.mjs +4 -4
  140. package/esm2022/src/lib/services/json/holding/holding-type-exchange.service.mjs +4 -4
  141. package/esm2022/src/lib/services/json/income-source/income-source-type.service.mjs +4 -4
  142. package/esm2022/src/lib/services/json/tax-exemption/tax-exemption.service.mjs +4 -4
  143. package/esm2022/src/lib/services/json/tax-return/tax-return-item.service.mjs +4 -4
  144. package/esm2022/src/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +3 -3
  145. package/esm2022/src/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +4 -4
  146. package/esm2022/src/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +3 -3
  147. package/esm2022/src/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +3 -3
  148. package/esm2022/src/lib/services/preloader/preloader.service.mjs +4 -4
  149. package/esm2022/src/lib/services/property/corelogic/corelogic.service.mjs +5 -5
  150. package/esm2022/src/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +5 -5
  151. package/esm2022/src/lib/services/property/property-calculation/property-calculation.service.mjs +3 -3
  152. package/esm2022/src/lib/services/report/property/property-transaction-report.service.mjs +4 -4
  153. package/esm2022/src/lib/services/toast/toast.service.mjs +3 -3
  154. package/esm2022/src/lib/services/user/user-switcher.service.mjs +3 -3
  155. package/esm2022/src/lib/services/xlsx/xlsx.service.mjs +3 -3
  156. package/esm2022/src/lib/validators/unique-email.validator.mjs +4 -4
  157. package/fesm2022/taxtank-core-common.mjs +26 -26
  158. package/fesm2022/taxtank-core.mjs +632 -701
  159. package/fesm2022/taxtank-core.mjs.map +1 -1
  160. package/package.json +1 -1
  161. package/src/lib/collections/bank-account.collection.d.ts +1 -21
  162. package/src/lib/collections/collection-dictionary.d.ts +1 -1
  163. package/src/lib/collections/collection.d.ts +3 -4
  164. package/src/lib/collections/depreciation.collection.d.ts +1 -1
  165. package/src/lib/collections/property/property.collection.d.ts +1 -1
  166. package/src/lib/db/Enums/bank/bank-account-type.enum.d.ts +1 -0
  167. package/src/lib/db/Models/bank/bank-account.d.ts +0 -1
  168. package/src/lib/db/Models/transaction/transaction-base.d.ts +0 -9
  169. package/src/lib/models/bank/bank-account.d.ts +1 -0
  170. package/src/lib/models/bank/type-loan.const.d.ts +0 -3
  171. package/src/lib/models/depreciation/depreciation.d.ts +3 -11
  172. package/src/lib/models/property/property.d.ts +0 -1
  173. package/src/lib/models/report/index.d.ts +2 -0
  174. package/src/lib/models/report/report.interface.d.ts +7 -0
  175. package/src/lib/models/report/reports.const.d.ts +3 -0
  176. package/src/lib/models/transaction/transaction.d.ts +1 -6
  177. package/src/lib/services/http/transaction/transaction.service.d.ts +0 -6
@@ -25,7 +25,6 @@ import round from 'lodash/round';
25
25
  import range from 'lodash/range';
26
26
  import { Validators, FormGroup, FormArray, UntypedFormControl, UntypedFormArray, UntypedFormGroup, FormControl } from '@angular/forms';
27
27
  import compact from 'lodash/compact';
28
- import concat from 'lodash/concat';
29
28
  import cloneDeep$1 from 'lodash/cloneDeep';
30
29
  import { EventSourcePolyfill } from 'event-source-polyfill/src/eventsource.min.js';
31
30
  import clone from 'lodash/clone';
@@ -71,18 +70,18 @@ class CorelogicService {
71
70
  return this.http.get(`${this.environment.coreLogicUrl}/property/${country}/v2/suggest.json?q=${query}`)
72
71
  .pipe(map((response) => response.suggestions.map((item) => plainToClass(CorelogicSuggestion, item))));
73
72
  }
74
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
75
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CorelogicService, providedIn: 'root' }); }
73
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
74
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CorelogicService, providedIn: 'root' }); }
76
75
  }
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CorelogicService, decorators: [{
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CorelogicService, decorators: [{
78
77
  type: Injectable,
79
78
  args: [{
80
79
  providedIn: 'root'
81
80
  }]
82
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
81
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
83
82
  type: Inject,
84
83
  args: ['environment']
85
- }] }]; } });
84
+ }] }] });
86
85
 
87
86
  /**
88
87
  * Corelogic interceptor add Core Logic access token for each search requests related with Core Logic API
@@ -111,15 +110,15 @@ class CorelogicInterceptor {
111
110
  }
112
111
  });
113
112
  }
114
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
115
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CorelogicInterceptor }); }
113
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
114
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CorelogicInterceptor }); }
116
115
  }
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CorelogicInterceptor, decorators: [{
116
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CorelogicInterceptor, decorators: [{
118
117
  type: Injectable
119
- }], ctorParameters: function () { return [{ type: CorelogicService }, { type: undefined, decorators: [{
118
+ }], ctorParameters: () => [{ type: CorelogicService }, { type: undefined, decorators: [{
120
119
  type: Inject,
121
120
  args: ['environment']
122
- }] }]; } });
121
+ }] }] });
123
122
 
124
123
  /**
125
124
  * Financial Year interceptor add financialYear parameter to requests because a lot of POST and GET requests require this parameter
@@ -150,15 +149,15 @@ class FinancialYearInterceptor {
150
149
  }
151
150
  return next.handle(clonedReq);
152
151
  }
153
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
154
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FinancialYearInterceptor }); }
152
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
153
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinancialYearInterceptor }); }
155
154
  }
156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
155
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
157
156
  type: Injectable
158
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
157
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
159
158
  type: Inject,
160
159
  args: ['environment']
161
- }] }]; } });
160
+ }] }] });
162
161
 
163
162
  /**
164
163
  * @TODO move from db folder when refactored base models
@@ -208,18 +207,18 @@ class AddressService {
208
207
  }
209
208
  return this.countriesSubject.asObservable();
210
209
  }
211
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
212
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddressService, providedIn: 'root' }); }
210
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
211
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AddressService, providedIn: 'root' }); }
213
212
  }
214
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddressService, decorators: [{
213
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AddressService, decorators: [{
215
214
  type: Injectable,
216
215
  args: [{
217
216
  providedIn: 'root'
218
217
  }]
219
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
218
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
220
219
  type: Inject,
221
220
  args: ['environment']
222
- }] }]; } });
221
+ }] }] });
223
222
 
224
223
  /**
225
224
  * @TODO TT-3846 upgrade
@@ -235,18 +234,18 @@ class PdfService {
235
234
  formData.append('landscape', landscape ? '1' : '0');
236
235
  return this.http.post(`${this.environment.apiV2}/pdf/html`, formData, { responseType: 'blob' });
237
236
  }
238
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
239
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfService, providedIn: 'root' }); }
237
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
238
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfService, providedIn: 'root' }); }
240
239
  }
241
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfService, decorators: [{
240
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfService, decorators: [{
242
241
  type: Injectable,
243
242
  args: [{
244
243
  providedIn: 'root'
245
244
  }]
246
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
245
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
247
246
  type: Inject,
248
247
  args: ['environment']
249
- }] }]; } });
248
+ }] }] });
250
249
 
251
250
  let Address$1 = class Address extends AbstractModel {
252
251
  };
@@ -465,57 +464,23 @@ class TransactionBase extends ObservableModel {
465
464
  /**
466
465
  * @TODO remove when AllocateForm is refactored and not merging with Transaction class which cause the issue
467
466
  */
468
- set tankType(tankType) {
469
- }
470
- /**
471
- * Check if current tank is Property
472
- */
467
+ set tankType(tankType) { }
473
468
  isPropertyTank() {
474
- // chart accounts may be empty for new instances
475
- if (this.chartAccounts) {
476
- return CHART_ACCOUNTS_CATEGORIES.property.includes(this.chartAccounts.category);
477
- }
478
- return !!this.property;
469
+ return CHART_ACCOUNTS_CATEGORIES.property.includes(this.chartAccounts?.category);
479
470
  }
480
- /**
481
- * Check if current tank is Work
482
- */
483
471
  isWorkTank() {
484
- // chart accounts may be empty for new instances
485
- if (this.chartAccounts) {
486
- return CHART_ACCOUNTS_CATEGORIES.work.includes(this.chartAccounts?.category);
487
- }
488
- return !this.isPropertyTank() && !this.isSoleTank();
472
+ return CHART_ACCOUNTS_CATEGORIES.work.includes(this.chartAccounts?.category);
489
473
  }
490
- /**
491
- * Check if current tank is Sole
492
- */
493
474
  isSoleTank() {
494
- // chart accounts may be empty for new instances
495
- if (this.chartAccounts) {
496
- return CHART_ACCOUNTS_CATEGORIES.sole.includes(this.chartAccounts?.category);
497
- }
498
- return !!this.business;
475
+ return CHART_ACCOUNTS_CATEGORIES.sole.includes(this.chartAccounts?.category);
499
476
  }
500
477
  isHoldingTank() {
501
- // chart accounts may be empty for new instances
502
- if (this.chartAccounts) {
503
- return CHART_ACCOUNTS_CATEGORIES.holding.includes(this.chartAccounts?.category);
504
- }
505
- // @TODO Alex we need another way to distinguish work/holding
506
- return !this.isPropertyTank() && !this.isSoleTank();
478
+ return CHART_ACCOUNTS_CATEGORIES.holding.includes(this.chartAccounts?.category);
507
479
  }
508
480
  isOtherTank() {
509
- // chart accounts may be empty for new instances
510
- if (!this.chartAccounts) {
511
- return false;
512
- }
513
481
  return CHART_ACCOUNTS_CATEGORIES.other.includes(this.chartAccounts?.category);
514
482
  }
515
483
  isPersonalTank() {
516
- if (!this.chartAccounts) {
517
- return false;
518
- }
519
484
  return CHART_ACCOUNTS_CATEGORIES.personal.includes(this.chartAccounts?.category);
520
485
  }
521
486
  get amountWithGst() {
@@ -974,7 +939,7 @@ var BankAccountTypeEnum;
974
939
  BankAccountTypeEnum[BankAccountTypeEnum["SAVINGS"] = 2] = "SAVINGS";
975
940
  BankAccountTypeEnum[BankAccountTypeEnum["CREDIT_CARD"] = 3] = "CREDIT_CARD";
976
941
  // @TODO Alex: should be removed by backend (TT-2107)
977
- // MORTGAGE = 4,
942
+ BankAccountTypeEnum[BankAccountTypeEnum["MORTGAGE"] = 4] = "MORTGAGE";
978
943
  BankAccountTypeEnum[BankAccountTypeEnum["LOAN"] = 5] = "LOAN";
979
944
  BankAccountTypeEnum[BankAccountTypeEnum["INVESTMENT"] = 6] = "INVESTMENT";
980
945
  BankAccountTypeEnum[BankAccountTypeEnum["TERM_DEPOSIT"] = 7] = "TERM_DEPOSIT";
@@ -1914,15 +1879,17 @@ class CollectionDictionary {
1914
1879
  const obj = {};
1915
1880
  // Group collection items
1916
1881
  collection.items.forEach((item) => {
1917
- let key = get(item, path);
1918
- // if object does not have property for grouping it will be grouped as 'other'
1919
- if (key === undefined) {
1920
- key = 'other';
1921
- }
1922
- if (!obj[key]) {
1923
- obj[key] = [];
1924
- }
1925
- obj[key].push(item);
1882
+ const keys = Array.isArray(get(item, path)) ? get(item, path) : [get(item, path)];
1883
+ keys.forEach(key => {
1884
+ // if object does not have property for grouping it will be grouped as 'other'
1885
+ if (key === undefined) {
1886
+ key = 'other';
1887
+ }
1888
+ if (!obj[key]) {
1889
+ obj[key] = [];
1890
+ }
1891
+ obj[key].push(item);
1892
+ });
1926
1893
  });
1927
1894
  // Create collections from groups
1928
1895
  Object.keys(obj).forEach((key) => {
@@ -2055,9 +2022,9 @@ class Collection {
2055
2022
  this.items.unshift(...items);
2056
2023
  return this.create(this.items);
2057
2024
  }
2058
- remove(...items) {
2025
+ remove(items, path = 'id') {
2059
2026
  items.forEach((item) => {
2060
- const index = this.findIndexBy('id', item.id);
2027
+ const index = this.findIndexBy(path, get(item, path));
2061
2028
  if (index < 0) {
2062
2029
  return;
2063
2030
  }
@@ -2078,8 +2045,8 @@ class Collection {
2078
2045
  }
2079
2046
  return this.create(this.items);
2080
2047
  }
2081
- diff(items) {
2082
- return this.filter((model) => !items.map((item) => item.id).includes(model.id));
2048
+ diff(items, path = 'id') {
2049
+ return this.filter((model) => !items.map((item) => get(item, path)).includes(get(model, path)));
2083
2050
  }
2084
2051
  minBy(path) {
2085
2052
  return this.items.reduce((prev, current) => (get(prev, path) < get(current, path) ? prev : current));
@@ -2335,10 +2302,14 @@ class PropertyCollection extends Collection {
2335
2302
  return this.sumBy('growthPercent');
2336
2303
  }
2337
2304
  get marketValue() {
2338
- return this.sumBy('marketValue');
2305
+ return this.sumBy('valuation.marketValue');
2339
2306
  }
2340
- get marketValueGrowth() {
2341
- return (this.marketValue - this.purchasePrice) / this.purchasePrice;
2307
+ get sharedMarketValue() {
2308
+ let sharedMarketValue = 0;
2309
+ this.items.forEach(property => {
2310
+ sharedMarketValue += property.shareRatio * property.marketValue;
2311
+ });
2312
+ return sharedMarketValue;
2342
2313
  }
2343
2314
  /**
2344
2315
  * Get list of unique property categories from collection
@@ -2409,7 +2380,7 @@ class PropertyCollection extends Collection {
2409
2380
  propertiesByCategory.set(categoryById.get(key), this.filterBy('id', movementsByCategory.get(key).map(movement => movement.property.id)));
2410
2381
  });
2411
2382
  if (allowEmpty) {
2412
- categories.remove(...propertiesByCategory.keys()).toArray().forEach(category => {
2383
+ categories.remove(Array.from(propertiesByCategory.keys())).toArray().forEach(category => {
2413
2384
  propertiesByCategory.set(category, new PropertyCollection());
2414
2385
  });
2415
2386
  }
@@ -4748,7 +4719,7 @@ class ServiceSubscription extends ServiceSubscription$1 {
4748
4719
  */
4749
4720
  applyPromoCode(promoCode) {
4750
4721
  this.promoCode = null;
4751
- if (this.isAnnual() && !promoCode.isAnnualApplicable()) {
4722
+ if (this.isAnnual() && !promoCode?.isAnnualApplicable()) {
4752
4723
  return false;
4753
4724
  }
4754
4725
  this.promoCode = promoCode;
@@ -5829,9 +5800,6 @@ class Property extends Property$1 {
5829
5800
  get forecastedCashPosition() {
5830
5801
  return this.currentYearForecast?.cashPosition || 0;
5831
5802
  }
5832
- get marketValueGrowth() {
5833
- return (this.marketValue - this.purchasePrice) / this.marketValue;
5834
- }
5835
5803
  get myShare() {
5836
5804
  return this.shares.find((share) => share.user.id === +localStorage.getItem('userId'));
5837
5805
  }
@@ -6460,24 +6428,6 @@ class Transaction extends Transaction$1 {
6460
6428
  isInterest() {
6461
6429
  return this.chartAccounts.id === ChartAccountsListEnum.INTEREST_ON_LOAN;
6462
6430
  }
6463
- get chartAccountsCategories() {
6464
- switch (true) {
6465
- case this.isPersonal():
6466
- return CHART_ACCOUNTS_CATEGORIES.personal;
6467
- case this.isPropertyTank():
6468
- return CHART_ACCOUNTS_CATEGORIES.property;
6469
- case this.isSoleTank():
6470
- return CHART_ACCOUNTS_CATEGORIES.sole;
6471
- default:
6472
- return CHART_ACCOUNTS_CATEGORIES.work;
6473
- }
6474
- }
6475
- /**
6476
- * Get transaction date
6477
- */
6478
- getDate() {
6479
- return this.date;
6480
- }
6481
6431
  /**
6482
6432
  * Check if transaction type is vehicle
6483
6433
  */
@@ -6801,14 +6751,10 @@ class Depreciation extends Depreciation$1 {
6801
6751
  super(...arguments);
6802
6752
  this.forecasts = [];
6803
6753
  this.type = DepreciationTypeEnum.PLANT_EQUIPMENT;
6804
- /**
6805
- * @TODO remove after ? signs removed from db models
6806
- */
6807
6754
  this.amount = 0;
6808
6755
  }
6809
- static { this.WRITTEN_OFF_THRESHOLD = 300; }
6810
- static { this.LOW_VALUE_POOL_THRESHOLD = 1000; }
6811
- // Type checking
6756
+ static { this.writtenOffThreshold = 300; }
6757
+ static { this.lowValuePoolThreshold = 1000; }
6812
6758
  isCapital() {
6813
6759
  return this.type === DepreciationTypeEnum.CAPITAL_WORKS;
6814
6760
  }
@@ -6818,7 +6764,6 @@ class Depreciation extends Depreciation$1 {
6818
6764
  isAsset() {
6819
6765
  return this.type === DepreciationTypeEnum.PLANT_EQUIPMENT;
6820
6766
  }
6821
- // Calculation checking
6822
6767
  isSBPCalculation() {
6823
6768
  return this.calculation === DepreciationCalculationEnum.SBP;
6824
6769
  }
@@ -6837,7 +6782,7 @@ class Depreciation extends Depreciation$1 {
6837
6782
  && !this.isSBPCalculation()
6838
6783
  && this.isDiminishing()
6839
6784
  && !this.isWrittenOff()
6840
- && this.currentYearForecast.closeBalance <= Depreciation.LOW_VALUE_POOL_THRESHOLD;
6785
+ && this.currentYearForecast.closeBalance <= Depreciation.lowValuePoolThreshold;
6841
6786
  }
6842
6787
  isSBP() {
6843
6788
  return this.isAsset() && this.isSBPCalculation() && !this.isWrittenOff();
@@ -6857,12 +6802,6 @@ class Depreciation extends Depreciation$1 {
6857
6802
  isVehicleDepreciation() {
6858
6803
  return this.chartAccounts.heading?.id === ChartAccountsHeadingVehicleListEnum.DEPRECIATION_VEHICLES;
6859
6804
  }
6860
- /**
6861
- * Get depreciation purchase date
6862
- */
6863
- getDate() {
6864
- return this.date;
6865
- }
6866
6805
  /**
6867
6806
  * @TODO Vik: Research a problem with depreciations without current year forecast
6868
6807
  */
@@ -6884,9 +6823,6 @@ class Depreciation extends Depreciation$1 {
6884
6823
  getCloseBalanceByYear(year) {
6885
6824
  return this.getForecastByYear(year)?.closeBalance || 0;
6886
6825
  }
6887
- isBuildingAtCost() {
6888
- return this.chartAccounts.id === ChartAccountsListEnum.BUILDING_AT_COST;
6889
- }
6890
6826
  /**
6891
6827
  * Create a new transaction from current depreciation
6892
6828
  */
@@ -6907,7 +6843,7 @@ class Depreciation extends Depreciation$1 {
6907
6843
  }
6908
6844
  get amountWithGst() {
6909
6845
  // gst applies only to new assets
6910
- if (this.isNew()) {
6846
+ if (this.isCurrentYearBuy()) {
6911
6847
  return super.amountWithGst;
6912
6848
  }
6913
6849
  return this.amount;
@@ -6918,7 +6854,7 @@ class Depreciation extends Depreciation$1 {
6918
6854
  /**
6919
6855
  * assets purchased in the current financial year
6920
6856
  */
6921
- isNew() {
6857
+ isCurrentYearBuy() {
6922
6858
  return new FinancialYear(this.date).year === new FinancialYear().year;
6923
6859
  }
6924
6860
  }
@@ -6952,7 +6888,7 @@ __decorate([
6952
6888
  forecast.closeBalance < 1000 &&
6953
6889
  obj.calculation === DepreciationCalculationEnum.DIMINISHING &&
6954
6890
  obj.type === DepreciationTypeEnum.PLANT_EQUIPMENT &&
6955
- !(obj.amount > Depreciation.WRITTEN_OFF_THRESHOLD && obj.amount < Depreciation.LOW_VALUE_POOL_THRESHOLD) &&
6891
+ !(obj.amount > Depreciation.writtenOffThreshold && obj.amount < Depreciation.lowValuePoolThreshold) &&
6956
6892
  !(obj.writeOffDate && new FinancialYear(new Date(obj.writeOffDate)).year === obj.financialYear);
6957
6893
  });
6958
6894
  return value;
@@ -7090,7 +7026,7 @@ class TransactionCollection extends ExportableCollection {
7090
7026
  * Get new collection of property transactions
7091
7027
  */
7092
7028
  getPropertyTransactions() {
7093
- return new TransactionCollection(this.items.filter((transaction) => transaction.isPropertyTank()));
7029
+ return this.filterBy('tankType', TankTypeEnum.PROPERTY);
7094
7030
  }
7095
7031
  getDebitTransactions() {
7096
7032
  return new TransactionCollection(this.items.filter((transaction) => transaction.isDebit()));
@@ -7123,19 +7059,7 @@ class TransactionCollection extends ExportableCollection {
7123
7059
  * Get new transaction collection filtered by tank type
7124
7060
  */
7125
7061
  getByTankType(tankType) {
7126
- return this.create(this.items.filter((transaction) => {
7127
- switch (tankType) {
7128
- case TankTypeEnum.PROPERTY:
7129
- return transaction.isPropertyTank();
7130
- case TankTypeEnum.WORK:
7131
- return transaction.isWorkTank();
7132
- case TankTypeEnum.SOLE:
7133
- return transaction.isSoleTank();
7134
- // Transaction may be not related to any tank type (personal)
7135
- default:
7136
- return false;
7137
- }
7138
- }));
7062
+ return this.filterBy('tankType', tankType);
7139
7063
  }
7140
7064
  getExportHeader() {
7141
7065
  return ['Date', 'Description', 'Debit', 'Credit'];
@@ -7262,8 +7186,8 @@ class DepreciationCollection extends Collection {
7262
7186
  getSoleDepreciations() {
7263
7187
  return this.filter((depreciation) => depreciation.isSoleTank());
7264
7188
  }
7265
- getNew() {
7266
- return this.filter((depreciation) => depreciation.isNew());
7189
+ getCurrentYearBuy() {
7190
+ return this.filter(depreciation => depreciation.isCurrentYearBuy());
7267
7191
  }
7268
7192
  /**
7269
7193
  * Get total amount of all depreciations in the collection
@@ -7272,7 +7196,7 @@ class DepreciationCollection extends Collection {
7272
7196
  return this.items.reduce((sum, depreciation) => sum + depreciation.amount, 0);
7273
7197
  }
7274
7198
  get claimAmount() {
7275
- return this.items.reduce((sum, depreciation) => sum + depreciation.currentYearForecast.claimAmount, 0);
7199
+ return this.sumBy('currentYearForecast.claimAmount');
7276
7200
  }
7277
7201
  getClaimedAmountByYear(year = +localStorage.getItem('financialYear')) {
7278
7202
  const closeBalance = this.items.reduce((sum, depreciation) => sum + depreciation.getCloseBalanceByYear(year), 0);
@@ -7285,7 +7209,7 @@ class DepreciationCollection extends Collection {
7285
7209
  return this.items.reduce((sum, depreciation) => sum + depreciation.getCloseBalanceByYear(year), 0);
7286
7210
  }
7287
7211
  getCurrentYearForecastAmount() {
7288
- return this.items.reduce((sum, depreciation) => sum + depreciation.currentYearForecast.amount, 0);
7212
+ return this.sumBy('currentYearForecast.amount');
7289
7213
  }
7290
7214
  get closeBalance() {
7291
7215
  return this.sumBy('currentYearForecast.closeBalance');
@@ -7336,19 +7260,7 @@ class DepreciationCollection extends Collection {
7336
7260
  return this.filter((depreciation) => depreciation.isVehicleDepreciation());
7337
7261
  }
7338
7262
  getByTankType(tankType) {
7339
- return this.create(this.items.filter((depreciation) => {
7340
- switch (tankType) {
7341
- case TankTypeEnum.PROPERTY:
7342
- return depreciation.isPropertyTank();
7343
- case TankTypeEnum.WORK:
7344
- return depreciation.isWorkTank();
7345
- case TankTypeEnum.SOLE:
7346
- return depreciation.isSoleTank();
7347
- // case for other tank or some extra
7348
- default:
7349
- return false;
7350
- }
7351
- }));
7263
+ return this.filterBy('tankType', tankType);
7352
7264
  }
7353
7265
  /**
7354
7266
  * Create TransactionCollection from depreciation items
@@ -8216,6 +8128,77 @@ class VehicleExpense extends AbstractModel {
8216
8128
  }
8217
8129
  }
8218
8130
 
8131
+ const REPORTS = new Collection([
8132
+ // @TODO TT-4385
8133
+ // {
8134
+ // title: 'Income & Expense Report',
8135
+ // description: 'Income and expense report with prior year comparison and monthly view option. Filter by Tank, property, business or personal categories',
8136
+ // route: './income-expense',
8137
+ // roles: [UserRolesEnum.CLIENT],
8138
+ // },
8139
+ {
8140
+ title: 'Transactions Report',
8141
+ description: 'Detailed report of the transactions allocated to each category. Filter by tank, property, business or your own search criteria',
8142
+ route: './transactions',
8143
+ roles: [UserRolesEnum.CLIENT]
8144
+ },
8145
+ {
8146
+ title: 'MyTax Report',
8147
+ description: 'Coded to the ATO\'s MyTax report, our interactive report enable you to self lodge faster, easier and more accurately online without the stress',
8148
+ route: './my-tax',
8149
+ roles: [UserRolesEnum.CLIENT]
8150
+ },
8151
+ // @TODO TT-4386
8152
+ {
8153
+ title: 'Net Asset',
8154
+ description: 'See your current net financial position, including a breakdown of net assets and liabilities across all tanks',
8155
+ route: './net-assets',
8156
+ roles: [UserRolesEnum.CLIENT]
8157
+ },
8158
+ {
8159
+ title: 'Property Schedule',
8160
+ description: 'Compliant property schedule detailing incomes, expenses and depreciation for each property and ownership percentage',
8161
+ route: './property-transactions',
8162
+ roles: [UserRolesEnum.PROPERTY_TANK]
8163
+ },
8164
+ {
8165
+ title: 'Depreciation Report',
8166
+ description: 'Register of building & improvements depreciation (capital works) and plant & equipment depreciation for each property',
8167
+ route: './depreciation',
8168
+ roles: [UserRolesEnum.WORK_TANK, UserRolesEnum.PROPERTY_TANK, UserRolesEnum.SOLE_TANK]
8169
+ },
8170
+ {
8171
+ title: 'Low Value Pool Report',
8172
+ description: 'Register of new assets valued between $301 and $1,000 and existing assets that fall below the $1,000 threshold',
8173
+ route: './low-value-pool',
8174
+ roles: [UserRolesEnum.WORK_TANK, UserRolesEnum.PROPERTY_TANK, UserRolesEnum.SOLE_TANK]
8175
+ },
8176
+ {
8177
+ title: 'CGT Report',
8178
+ description: 'Calculate net capital gains across all asset classes, including the application of losses and eligible concessions',
8179
+ route: './cgt',
8180
+ roles: [UserRolesEnum.PROPERTY_TANK, UserRolesEnum.HOLDING_TANK]
8181
+ },
8182
+ {
8183
+ title: 'Motor Vehicle Report',
8184
+ description: 'Displays work-related vehicle expenses based upon your logbook claim method or percentage',
8185
+ route: './vehicle-expenses',
8186
+ roles: [UserRolesEnum.WORK_TANK, UserRolesEnum.SOLE_TANK]
8187
+ },
8188
+ {
8189
+ title: 'Business Schedule',
8190
+ description: 'Compliant schedule detailing profit and loss for each primary and non-primary production business',
8191
+ route: './business-schedule',
8192
+ roles: [UserRolesEnum.SOLE_TANK]
8193
+ },
8194
+ {
8195
+ title: 'BAS Report',
8196
+ description: 'Summarises your GST obligations from applicable sales and purchases to enable accurate ATO lodgements',
8197
+ route: './bas',
8198
+ roles: [UserRolesEnum.SOLE_TANK]
8199
+ },
8200
+ ]);
8201
+
8219
8202
  /**
8220
8203
  * Base collection to work with property report items
8221
8204
  */
@@ -8888,26 +8871,6 @@ class AccountSetupItemCollection extends Collection {
8888
8871
  * Collection of bank accounts.
8889
8872
  */
8890
8873
  class BankAccountCollection extends Collection {
8891
- /**
8892
- * get list of bank accounts with passed types
8893
- */
8894
- getByType(types, isExclude = false) {
8895
- // get types always as array (if only one passed)
8896
- const typesArray = concat(types);
8897
- return this.items.filter((bankAccount) => {
8898
- if (isExclude) {
8899
- return !typesArray.includes(bankAccount.type);
8900
- }
8901
- return typesArray.includes(bankAccount.type);
8902
- });
8903
- }
8904
- /**
8905
- * get amount of current loans
8906
- */
8907
- getCurrentLoanAmount() {
8908
- return this.getByType(TYPE_LOAN)
8909
- .reduce((sum, bankAccount) => sum += bankAccount.currentBalance, 0);
8910
- }
8911
8874
  /**
8912
8875
  * get collection filtered by property id
8913
8876
  */
@@ -8936,18 +8899,15 @@ class BankAccountCollection extends Collection {
8936
8899
  getActive() {
8937
8900
  return this.getOwn().filter((bankAccount) => bankAccount.isActive());
8938
8901
  }
8939
- /**
8940
- * Get collection of loan bank accounts
8941
- */
8942
8902
  getLoanAccounts() {
8943
- return new BankAccountCollection(this.getByType(TYPE_LOAN));
8903
+ return this.filterBy('type', TYPE_LOAN);
8904
+ }
8905
+ getDebitAccounts() {
8906
+ return this.filter(bankAccount => ![...TYPE_LOAN, BankAccountTypeEnum.CREDIT_CARD].includes(bankAccount.type));
8944
8907
  }
8945
8908
  get loans() {
8946
8909
  return new LoanCollection(this.filterBy('type', BankAccountTypeEnum.LOAN).map((bankAccount) => bankAccount.loan));
8947
8910
  }
8948
- getSavingsAccounts() {
8949
- return new BankAccountCollection(this.getByType(TYPE_LOAN, true));
8950
- }
8951
8911
  getOpeningBalance() {
8952
8912
  return this.items.reduce((sum, bankAccount) => sum + bankAccount.getOpeningBalance(), 0);
8953
8913
  }
@@ -8957,18 +8917,6 @@ class BankAccountCollection extends Collection {
8957
8917
  get bankShortNames() {
8958
8918
  return uniq(this.map((bankAccount) => bankAccount.bank.shortName)).join(', ');
8959
8919
  }
8960
- /**
8961
- * Get Collection of bank accounts with property tank type
8962
- */
8963
- getPropertyBankAccounts() {
8964
- return new BankAccountCollection(this.items.filter((bankAccount) => bankAccount.isPropertyTank()));
8965
- }
8966
- /**
8967
- * Get Collection of bank accounts with work tank type
8968
- */
8969
- getWorkBankAccounts() {
8970
- return new BankAccountCollection(this.items.filter((bankAccount) => bankAccount.isWorkTank()));
8971
- }
8972
8920
  /**
8973
8921
  * Get Collection of bank accounts by tank type
8974
8922
  */
@@ -9884,7 +9832,7 @@ class BankAccount extends BankAccount$1 {
9884
9832
  * first import (transactions) of basiq accounts
9885
9833
  */
9886
9834
  isFirstImport() {
9887
- return !this.lastTransactionDate && !this.isManual;
9835
+ return !this.lastTransactionDate && !this.isManual();
9888
9836
  }
9889
9837
  /**
9890
9838
  * Check if passed user id is owner of bank account
@@ -9899,11 +9847,14 @@ class BankAccount extends BankAccount$1 {
9899
9847
  const shouldPayoutLoanAccount = this.isActive() && this.isLoan() && taxTankBalance === 0;
9900
9848
  // we don't check current balance for basiq accounts, because basiq doesn't provide us last transactions (can't do for closed accounts),
9901
9849
  // that's why balance won't be 0 (updated by basiq)
9902
- if (shouldPayoutLoanAccount && this.isManual) {
9850
+ if (shouldPayoutLoanAccount && this.isManual()) {
9903
9851
  return this.currentBalance === 0;
9904
9852
  }
9905
9853
  return shouldPayoutLoanAccount;
9906
9854
  }
9855
+ isManual() {
9856
+ return !this.accountId;
9857
+ }
9907
9858
  }
9908
9859
  __decorate([
9909
9860
  Type(() => BankAccountProperty)
@@ -10139,11 +10090,8 @@ var BankTransactionSummaryFieldsEnum;
10139
10090
  BankTransactionSummaryFieldsEnum["ALLOCATED_AMOUNT"] = "allocatedAmount";
10140
10091
  })(BankTransactionSummaryFieldsEnum || (BankTransactionSummaryFieldsEnum = {}));
10141
10092
 
10142
- /**
10143
- * @TODO credit card has nothing to do with loan
10144
- */
10145
10093
  const TYPE_LOAN = [
10146
- BankAccountTypeEnum.CREDIT_CARD,
10094
+ BankAccountTypeEnum.MORTGAGE,
10147
10095
  BankAccountTypeEnum.LOAN
10148
10096
  ];
10149
10097
 
@@ -10777,10 +10725,10 @@ class EventDispatcherService {
10777
10725
  dispatch2(event) {
10778
10726
  this.eventSubject2.next(event);
10779
10727
  }
10780
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
10781
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EventDispatcherService, providedIn: 'root' }); }
10728
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
10729
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EventDispatcherService, providedIn: 'root' }); }
10782
10730
  }
10783
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EventDispatcherService, decorators: [{
10731
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EventDispatcherService, decorators: [{
10784
10732
  type: Injectable,
10785
10733
  args: [{
10786
10734
  providedIn: 'root'
@@ -10816,18 +10764,18 @@ class SseService {
10816
10764
  })
10817
10765
  .pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
10818
10766
  }
10819
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: i3.JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
10820
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SseService, providedIn: 'root' }); }
10767
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: i3.JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
10768
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SseService, providedIn: 'root' }); }
10821
10769
  }
10822
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SseService, decorators: [{
10770
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SseService, decorators: [{
10823
10771
  type: Injectable,
10824
10772
  args: [{
10825
10773
  providedIn: 'root'
10826
10774
  }]
10827
- }], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i3.JwtService }, { type: undefined, decorators: [{
10775
+ }], ctorParameters: () => [{ type: i0.NgZone }, { type: i3.JwtService }, { type: undefined, decorators: [{
10828
10776
  type: Inject,
10829
10777
  args: ['environment']
10830
- }] }]; } });
10778
+ }] }] });
10831
10779
 
10832
10780
  // replace array element with the new one (only arrays of objects)
10833
10781
  function replace(array, item, matchField = 'id') {
@@ -10907,10 +10855,10 @@ class DataService {
10907
10855
  setCache(data) {
10908
10856
  this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
10909
10857
  }
10910
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
10911
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DataService, providedIn: 'root' }); }
10858
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
10859
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DataService, providedIn: 'root' }); }
10912
10860
  }
10913
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DataService, decorators: [{
10861
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DataService, decorators: [{
10914
10862
  type: Injectable,
10915
10863
  args: [{
10916
10864
  providedIn: 'root'
@@ -10978,10 +10926,10 @@ class ToastService {
10978
10926
  message,
10979
10927
  }));
10980
10928
  }
10981
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
10982
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToastService, providedIn: 'root' }); }
10929
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
10930
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToastService, providedIn: 'root' }); }
10983
10931
  }
10984
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToastService, decorators: [{
10932
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToastService, decorators: [{
10985
10933
  type: Injectable,
10986
10934
  args: [{
10987
10935
  providedIn: 'root'
@@ -11260,18 +11208,18 @@ let RestService$1 = class RestService extends DataService {
11260
11208
  this.handleResponse([change.model], change.method);
11261
11209
  });
11262
11210
  }
11263
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RestService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
11264
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RestService, providedIn: 'root' }); }
11211
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RestService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
11212
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RestService, providedIn: 'root' }); }
11265
11213
  };
11266
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RestService$1, decorators: [{
11214
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RestService$1, decorators: [{
11267
11215
  type: Injectable,
11268
11216
  args: [{
11269
11217
  providedIn: 'root'
11270
11218
  }]
11271
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
11219
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
11272
11220
  type: Inject,
11273
11221
  args: ['environment']
11274
- }] }]; } });
11222
+ }] }] });
11275
11223
 
11276
11224
  /**
11277
11225
  * Service that handling user's bank accounts logic
@@ -11334,18 +11282,18 @@ class BankAccountService extends RestService$1 {
11334
11282
  this.refreshCache();
11335
11283
  });
11336
11284
  }
11337
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
11338
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankAccountService, providedIn: 'root' }); }
11285
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
11286
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankAccountService, providedIn: 'root' }); }
11339
11287
  }
11340
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankAccountService, decorators: [{
11288
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankAccountService, decorators: [{
11341
11289
  type: Injectable,
11342
11290
  args: [{
11343
11291
  providedIn: 'root'
11344
11292
  }]
11345
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: SseService }, { type: undefined, decorators: [{
11293
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: SseService }, { type: undefined, decorators: [{
11346
11294
  type: Inject,
11347
11295
  args: ['environment']
11348
- }] }]; } });
11296
+ }] }] });
11349
11297
 
11350
11298
  var BankConnectionMessagesEnum;
11351
11299
  (function (BankConnectionMessagesEnum) {
@@ -11433,18 +11381,18 @@ class BankConnectionService extends RestService$1 {
11433
11381
  deactivate(bankConnection) {
11434
11382
  return this.put(bankConnection, `${this.apiUrl}/${bankConnection.id}/deactivate`);
11435
11383
  }
11436
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankConnectionService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
11437
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankConnectionService, providedIn: 'root' }); }
11384
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankConnectionService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
11385
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankConnectionService, providedIn: 'root' }); }
11438
11386
  }
11439
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankConnectionService, decorators: [{
11387
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankConnectionService, decorators: [{
11440
11388
  type: Injectable,
11441
11389
  args: [{
11442
11390
  providedIn: 'root'
11443
11391
  }]
11444
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
11392
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
11445
11393
  type: Inject,
11446
11394
  args: ['environment']
11447
- }] }]; } });
11395
+ }] }] });
11448
11396
 
11449
11397
  var UserEventTypeTypeEnum;
11450
11398
  (function (UserEventTypeTypeEnum) {
@@ -11553,18 +11501,18 @@ class BankTransactionService extends RestService$1 {
11553
11501
  }
11554
11502
  });
11555
11503
  }
11556
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankTransactionService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
11557
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankTransactionService, providedIn: 'root' }); }
11504
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankTransactionService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
11505
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankTransactionService, providedIn: 'root' }); }
11558
11506
  }
11559
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankTransactionService, decorators: [{
11507
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankTransactionService, decorators: [{
11560
11508
  type: Injectable,
11561
11509
  args: [{
11562
11510
  providedIn: 'root'
11563
11511
  }]
11564
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
11512
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
11565
11513
  type: Inject,
11566
11514
  args: ['environment']
11567
- }] }]; } });
11515
+ }] }] });
11568
11516
 
11569
11517
  /**
11570
11518
  * @TODO Alex shouldn't be a separated service, move to basiqService or interceptor
@@ -11590,10 +11538,10 @@ class BasiqTokenService extends RestService$1 {
11590
11538
  const now = new Date().getTime();
11591
11539
  return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
11592
11540
  }
11593
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
11594
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasiqTokenService, providedIn: 'root' }); }
11541
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
11542
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqTokenService, providedIn: 'root' }); }
11595
11543
  }
11596
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasiqTokenService, decorators: [{
11544
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqTokenService, decorators: [{
11597
11545
  type: Injectable,
11598
11546
  args: [{
11599
11547
  providedIn: 'root'
@@ -11734,18 +11682,18 @@ class BasiqService extends RestService$1 {
11734
11682
  }
11735
11683
  });
11736
11684
  }
11737
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable }); }
11738
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasiqService, providedIn: 'root' }); }
11685
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable }); }
11686
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqService, providedIn: 'root' }); }
11739
11687
  }
11740
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasiqService, decorators: [{
11688
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqService, decorators: [{
11741
11689
  type: Injectable,
11742
11690
  args: [{
11743
11691
  providedIn: 'root'
11744
11692
  }]
11745
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: undefined, decorators: [{
11693
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: undefined, decorators: [{
11746
11694
  type: Inject,
11747
11695
  args: ['environment']
11748
- }] }, { type: BankConnectionService }]; } });
11696
+ }] }, { type: BankConnectionService }] });
11749
11697
 
11750
11698
  var BasiqMessagesEnum;
11751
11699
  (function (BasiqMessagesEnum) {
@@ -11765,10 +11713,10 @@ class BankService extends RestService$1 {
11765
11713
  this.endpointUri = 'banks';
11766
11714
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
11767
11715
  }
11768
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
11769
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankService, providedIn: 'root' }); }
11716
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
11717
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankService, providedIn: 'root' }); }
11770
11718
  }
11771
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankService, decorators: [{
11719
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankService, decorators: [{
11772
11720
  type: Injectable,
11773
11721
  args: [{
11774
11722
  providedIn: 'root'
@@ -11783,10 +11731,10 @@ class BudgetService extends RestService$1 {
11783
11731
  this.endpointUri = 'budgets';
11784
11732
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
11785
11733
  }
11786
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
11787
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BudgetService, providedIn: 'root' }); }
11734
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
11735
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BudgetService, providedIn: 'root' }); }
11788
11736
  }
11789
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BudgetService, decorators: [{
11737
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BudgetService, decorators: [{
11790
11738
  type: Injectable,
11791
11739
  args: [{
11792
11740
  providedIn: 'root'
@@ -11812,10 +11760,10 @@ class ChartAccountsDepreciationService extends RestService$1 {
11812
11760
  this.collectionClass = Collection;
11813
11761
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
11814
11762
  }
11815
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
11816
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' }); }
11763
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
11764
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' }); }
11817
11765
  }
11818
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
11766
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
11819
11767
  type: Injectable,
11820
11768
  args: [{
11821
11769
  providedIn: 'root'
@@ -11854,10 +11802,10 @@ class ChartAccountsService extends RestService$1 {
11854
11802
  return headings;
11855
11803
  }));
11856
11804
  }
11857
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
11858
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartAccountsService, providedIn: 'root' }); }
11805
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
11806
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChartAccountsService, providedIn: 'root' }); }
11859
11807
  }
11860
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartAccountsService, decorators: [{
11808
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChartAccountsService, decorators: [{
11861
11809
  type: Injectable,
11862
11810
  args: [{
11863
11811
  providedIn: 'root'
@@ -11940,18 +11888,18 @@ class ChatService extends RestService$1 {
11940
11888
  this.setCache(cache, true);
11941
11889
  }, ['post']);
11942
11890
  }
11943
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChatService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
11944
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChatService, providedIn: 'root' }); }
11891
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChatService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
11892
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChatService, providedIn: 'root' }); }
11945
11893
  }
11946
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChatService, decorators: [{
11894
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChatService, decorators: [{
11947
11895
  type: Injectable,
11948
11896
  args: [{
11949
11897
  providedIn: 'root'
11950
11898
  }]
11951
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
11899
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
11952
11900
  type: Inject,
11953
11901
  args: ['environment']
11954
- }] }]; } });
11902
+ }] }] });
11955
11903
 
11956
11904
  /**
11957
11905
  * Service for work with messages
@@ -11973,18 +11921,18 @@ class MessageService extends RestService$1 {
11973
11921
  getUnreadChatsAmount() {
11974
11922
  return this.get().pipe(map((messages) => messages.getUnreadChatsAmount()));
11975
11923
  }
11976
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MessageService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
11977
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MessageService, providedIn: 'root' }); }
11924
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MessageService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
11925
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MessageService, providedIn: 'root' }); }
11978
11926
  }
11979
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MessageService, decorators: [{
11927
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MessageService, decorators: [{
11980
11928
  type: Injectable,
11981
11929
  args: [{
11982
11930
  providedIn: 'root'
11983
11931
  }]
11984
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
11932
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
11985
11933
  type: Inject,
11986
11934
  args: ['environment']
11987
- }] }]; } });
11935
+ }] }] });
11988
11936
 
11989
11937
  /**
11990
11938
  * Service for work with Message Documents
@@ -12045,18 +11993,18 @@ class MessageDocumentService extends RestService$1 {
12045
11993
  addBatch(chatId, files) {
12046
11994
  return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
12047
11995
  }
12048
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MessageDocumentService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12049
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MessageDocumentService, providedIn: 'root' }); }
11996
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MessageDocumentService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
11997
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MessageDocumentService, providedIn: 'root' }); }
12050
11998
  }
12051
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MessageDocumentService, decorators: [{
11999
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MessageDocumentService, decorators: [{
12052
12000
  type: Injectable,
12053
12001
  args: [{
12054
12002
  providedIn: 'root'
12055
12003
  }]
12056
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
12004
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
12057
12005
  type: Inject,
12058
12006
  args: ['environment']
12059
- }] }]; } });
12007
+ }] }] });
12060
12008
 
12061
12009
  class DepreciationService extends RestService$1 {
12062
12010
  constructor(http, eventDispatcherService, environment) {
@@ -12143,18 +12091,18 @@ class DepreciationService extends RestService$1 {
12143
12091
  this.refreshCache();
12144
12092
  });
12145
12093
  }
12146
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12147
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DepreciationService, providedIn: 'root' }); }
12094
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12095
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DepreciationService, providedIn: 'root' }); }
12148
12096
  }
12149
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DepreciationService, decorators: [{
12097
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DepreciationService, decorators: [{
12150
12098
  type: Injectable,
12151
12099
  args: [{
12152
12100
  providedIn: 'root'
12153
12101
  }]
12154
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: undefined, decorators: [{
12102
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: undefined, decorators: [{
12155
12103
  type: Inject,
12156
12104
  args: ['environment']
12157
- }] }]; } });
12105
+ }] }] });
12158
12106
 
12159
12107
  /**
12160
12108
  * Service for work with DepreciationCapitalProjects
@@ -12168,10 +12116,10 @@ class DepreciationCapitalProjectService extends RestService$1 {
12168
12116
  this.endpointUri = 'depreciation-capital-projects';
12169
12117
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
12170
12118
  }
12171
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DepreciationCapitalProjectService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12172
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' }); }
12119
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DepreciationCapitalProjectService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12120
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' }); }
12173
12121
  }
12174
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12175
12123
  type: Injectable,
12176
12124
  args: [{
12177
12125
  providedIn: 'root'
@@ -12197,10 +12145,10 @@ class DocumentFolderService extends RestService$1 {
12197
12145
  this.modelClass = DocumentFolder;
12198
12146
  this.disabledMethods = ['deleteBatch', 'postBatch', 'putBatch'];
12199
12147
  }
12200
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12201
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DocumentFolderService, providedIn: 'root' }); }
12148
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12149
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DocumentFolderService, providedIn: 'root' }); }
12202
12150
  }
12203
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DocumentFolderService, decorators: [{
12151
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DocumentFolderService, decorators: [{
12204
12152
  type: Injectable,
12205
12153
  args: [{
12206
12154
  providedIn: 'root'
@@ -12215,10 +12163,10 @@ class DocumentService extends RestService$1 {
12215
12163
  this.collectionClass = Collection;
12216
12164
  this.disabledMethods = ['postBatch', 'putBatch'];
12217
12165
  }
12218
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12219
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DocumentService, providedIn: 'root' }); }
12166
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12167
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DocumentService, providedIn: 'root' }); }
12220
12168
  }
12221
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DocumentService, decorators: [{
12169
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DocumentService, decorators: [{
12222
12170
  type: Injectable,
12223
12171
  args: [{
12224
12172
  providedIn: 'root'
@@ -12300,18 +12248,18 @@ class FacebookService {
12300
12248
  });
12301
12249
  });
12302
12250
  }
12303
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: i3.JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12304
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FacebookService, providedIn: 'root' }); }
12251
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: i3.JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12252
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FacebookService, providedIn: 'root' }); }
12305
12253
  }
12306
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FacebookService, decorators: [{
12254
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FacebookService, decorators: [{
12307
12255
  type: Injectable,
12308
12256
  args: [{
12309
12257
  providedIn: 'root'
12310
12258
  }]
12311
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: ToastService }, { type: i3.JwtService }, { type: i4.Router }, { type: undefined, decorators: [{
12259
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: ToastService }, { type: i3.JwtService }, { type: i4.Router }, { type: undefined, decorators: [{
12312
12260
  type: Inject,
12313
12261
  args: ['environment']
12314
- }] }]; } });
12262
+ }] }] });
12315
12263
 
12316
12264
  /**
12317
12265
  * Google instance
@@ -12370,18 +12318,18 @@ class GoogleService {
12370
12318
  logout() {
12371
12319
  google.accounts.id.disableAutoSelect();
12372
12320
  }
12373
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: i3.JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12374
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GoogleService, providedIn: 'root' }); }
12321
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: i3.JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12322
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GoogleService, providedIn: 'root' }); }
12375
12323
  }
12376
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GoogleService, decorators: [{
12324
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GoogleService, decorators: [{
12377
12325
  type: Injectable,
12378
12326
  args: [{
12379
12327
  providedIn: 'root'
12380
12328
  }]
12381
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: ToastService }, { type: i3.JwtService }, { type: i4.Router }, { type: undefined, decorators: [{
12329
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: ToastService }, { type: i3.JwtService }, { type: i4.Router }, { type: undefined, decorators: [{
12382
12330
  type: Inject,
12383
12331
  args: ['environment']
12384
- }] }]; } });
12332
+ }] }] });
12385
12333
 
12386
12334
  class FileService extends RestService$1 {
12387
12335
  constructor() {
@@ -12405,10 +12353,10 @@ class FileService extends RestService$1 {
12405
12353
  download(file) {
12406
12354
  return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
12407
12355
  }
12408
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12409
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FileService, providedIn: 'root' }); }
12356
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12357
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FileService, providedIn: 'root' }); }
12410
12358
  }
12411
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FileService, decorators: [{
12359
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FileService, decorators: [{
12412
12360
  type: Injectable,
12413
12361
  args: [{
12414
12362
  providedIn: 'root'
@@ -12491,18 +12439,18 @@ class ClientInviteService extends RestService$1 {
12491
12439
  return throwError(error);
12492
12440
  }));
12493
12441
  }
12494
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientInviteService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12495
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientInviteService, providedIn: 'root' }); }
12442
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientInviteService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12443
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientInviteService, providedIn: 'root' }); }
12496
12444
  }
12497
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientInviteService, decorators: [{
12445
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientInviteService, decorators: [{
12498
12446
  type: Injectable,
12499
12447
  args: [{
12500
12448
  providedIn: 'root'
12501
12449
  }]
12502
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
12450
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
12503
12451
  type: Inject,
12504
12452
  args: ['environment']
12505
- }] }]; } });
12453
+ }] }] });
12506
12454
 
12507
12455
  var ClientInviteMessages;
12508
12456
  (function (ClientInviteMessages) {
@@ -12584,18 +12532,18 @@ class ClientMovementService extends RestService$1 {
12584
12532
  // this.updateCache([clientMovement], 'delete');
12585
12533
  }));
12586
12534
  }
12587
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientMovementService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12588
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientMovementService, providedIn: 'root' }); }
12535
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientMovementService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12536
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientMovementService, providedIn: 'root' }); }
12589
12537
  }
12590
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientMovementService, decorators: [{
12538
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientMovementService, decorators: [{
12591
12539
  type: Injectable,
12592
12540
  args: [{
12593
12541
  providedIn: 'root'
12594
12542
  }]
12595
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
12543
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
12596
12544
  type: Inject,
12597
12545
  args: ['environment']
12598
- }] }]; } });
12546
+ }] }] });
12599
12547
 
12600
12548
  var ClientMovementMessagesEnum;
12601
12549
  (function (ClientMovementMessagesEnum) {
@@ -12648,10 +12596,10 @@ class EmployeeService extends RestService$1 {
12648
12596
  index === -1 ? employee.roles.push(role) : employee.roles.splice(index, 1);
12649
12597
  return super.put(employee, `${this.environment.apiV2}/${this.endpointUri}/${employee.id}`);
12650
12598
  }
12651
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12652
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EmployeeService, providedIn: 'root' }); }
12599
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12600
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmployeeService, providedIn: 'root' }); }
12653
12601
  }
12654
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EmployeeService, decorators: [{
12602
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmployeeService, decorators: [{
12655
12603
  type: Injectable,
12656
12604
  args: [{
12657
12605
  providedIn: 'root'
@@ -12712,10 +12660,10 @@ class EmployeeInviteService extends RestService$1 {
12712
12660
  return updatedInvite;
12713
12661
  }));
12714
12662
  }
12715
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12716
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' }); }
12663
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12664
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' }); }
12717
12665
  }
12718
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EmployeeInviteService, decorators: [{
12666
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmployeeInviteService, decorators: [{
12719
12667
  type: Injectable,
12720
12668
  args: [{
12721
12669
  providedIn: 'root'
@@ -12739,18 +12687,18 @@ class ClientPortfolioReportService {
12739
12687
  return new ClientPortfolioReportCollection(clientReports);
12740
12688
  }));
12741
12689
  }
12742
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12743
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' }); }
12690
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12691
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' }); }
12744
12692
  }
12745
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
12693
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
12746
12694
  type: Injectable,
12747
12695
  args: [{
12748
12696
  providedIn: 'root'
12749
12697
  }]
12750
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
12698
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
12751
12699
  type: Inject,
12752
12700
  args: ['environment']
12753
- }] }]; } });
12701
+ }] }] });
12754
12702
 
12755
12703
  var FirmMessagesEnum;
12756
12704
  (function (FirmMessagesEnum) {
@@ -12801,18 +12749,18 @@ class FirmService {
12801
12749
  getByType(type) {
12802
12750
  return this.getAll().pipe(map((firms) => firms.filter((firm) => firm.type === type)));
12803
12751
  }
12804
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12805
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FirmService, providedIn: 'root' }); }
12752
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12753
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FirmService, providedIn: 'root' }); }
12806
12754
  }
12807
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FirmService, decorators: [{
12755
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FirmService, decorators: [{
12808
12756
  type: Injectable,
12809
12757
  args: [{
12810
12758
  providedIn: 'root'
12811
12759
  }]
12812
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
12760
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
12813
12761
  type: Inject,
12814
12762
  args: ['environment']
12815
- }] }]; } });
12763
+ }] }] });
12816
12764
 
12817
12765
  class FirmBranchService extends RestService$1 {
12818
12766
  constructor() {
@@ -12822,10 +12770,10 @@ class FirmBranchService extends RestService$1 {
12822
12770
  this.collectionClass = (Collection);
12823
12771
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
12824
12772
  }
12825
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FirmBranchService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12826
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FirmBranchService, providedIn: 'root' }); }
12773
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FirmBranchService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12774
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FirmBranchService, providedIn: 'root' }); }
12827
12775
  }
12828
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FirmBranchService, decorators: [{
12776
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FirmBranchService, decorators: [{
12829
12777
  type: Injectable,
12830
12778
  args: [{
12831
12779
  providedIn: 'root'
@@ -13059,18 +13007,18 @@ class RestService {
13059
13007
  createModelInstance(model) {
13060
13008
  return plainToClass(this.modelClass, model);
13061
13009
  }
13062
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RestService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13063
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RestService, providedIn: 'root' }); }
13010
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RestService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13011
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RestService, providedIn: 'root' }); }
13064
13012
  }
13065
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RestService, decorators: [{
13013
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RestService, decorators: [{
13066
13014
  type: Injectable,
13067
13015
  args: [{
13068
13016
  providedIn: 'root'
13069
13017
  }]
13070
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
13018
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
13071
13019
  type: Inject,
13072
13020
  args: ['environment']
13073
- }] }]; } });
13021
+ }] }] });
13074
13022
 
13075
13023
  /**
13076
13024
  * Service to work with Other Income Forecasts
@@ -13137,18 +13085,18 @@ class IncomeSourceForecastService extends RestService {
13137
13085
  return incomeSource.incomeSourceForecasts;
13138
13086
  }).flat();
13139
13087
  }
13140
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IncomeSourceForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13141
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' }); }
13088
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IncomeSourceForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13089
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' }); }
13142
13090
  }
13143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13091
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13144
13092
  type: Injectable,
13145
13093
  args: [{
13146
13094
  providedIn: 'root'
13147
13095
  }]
13148
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
13096
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
13149
13097
  type: Inject,
13150
13098
  args: ['environment']
13151
- }] }]; } });
13099
+ }] }] });
13152
13100
 
13153
13101
  /**
13154
13102
  * Service to work with Salary Forecasts
@@ -13214,18 +13162,18 @@ class SalaryForecastService extends RestService {
13214
13162
  return incomeSource.salaryForecasts;
13215
13163
  }).flat();
13216
13164
  }
13217
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SalaryForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13218
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SalaryForecastService, providedIn: 'root' }); }
13165
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SalaryForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13166
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SalaryForecastService, providedIn: 'root' }); }
13219
13167
  }
13220
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SalaryForecastService, decorators: [{
13168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SalaryForecastService, decorators: [{
13221
13169
  type: Injectable,
13222
13170
  args: [{
13223
13171
  providedIn: 'root'
13224
13172
  }]
13225
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
13173
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
13226
13174
  type: Inject,
13227
13175
  args: ['environment']
13228
- }] }]; } });
13176
+ }] }] });
13229
13177
 
13230
13178
  class SoleForecastService extends RestService {
13231
13179
  constructor(environment) {
@@ -13299,18 +13247,18 @@ class SoleForecastService extends RestService {
13299
13247
  this.refreshCache();
13300
13248
  });
13301
13249
  }
13302
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13303
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleForecastService, providedIn: 'root' }); }
13250
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13251
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleForecastService, providedIn: 'root' }); }
13304
13252
  }
13305
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleForecastService, decorators: [{
13253
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleForecastService, decorators: [{
13306
13254
  type: Injectable,
13307
13255
  args: [{
13308
13256
  providedIn: 'root'
13309
13257
  }]
13310
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
13258
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
13311
13259
  type: Inject,
13312
13260
  args: ['environment']
13313
- }] }]; } });
13261
+ }] }] });
13314
13262
 
13315
13263
  /**
13316
13264
  * Service to work with income sources
@@ -13385,18 +13333,18 @@ class IncomeSourceService extends RestService {
13385
13333
  this.refreshCache();
13386
13334
  });
13387
13335
  }
13388
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IncomeSourceService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13389
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IncomeSourceService, providedIn: 'root' }); }
13336
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IncomeSourceService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13337
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IncomeSourceService, providedIn: 'root' }); }
13390
13338
  }
13391
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IncomeSourceService, decorators: [{
13339
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IncomeSourceService, decorators: [{
13392
13340
  type: Injectable,
13393
13341
  args: [{
13394
13342
  providedIn: 'root'
13395
13343
  }]
13396
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
13344
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
13397
13345
  type: Inject,
13398
13346
  args: ['environment']
13399
- }] }]; } });
13347
+ }] }] });
13400
13348
 
13401
13349
  var IncomeSourceMessagesEnum;
13402
13350
  (function (IncomeSourceMessagesEnum) {
@@ -13461,18 +13409,18 @@ class BorrowingExpenseService {
13461
13409
  return combinedBorrowingExpenses;
13462
13410
  }));
13463
13411
  }
13464
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13465
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' }); }
13412
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13413
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' }); }
13466
13414
  }
13467
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BorrowingExpenseService, decorators: [{
13415
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BorrowingExpenseService, decorators: [{
13468
13416
  type: Injectable,
13469
13417
  args: [{
13470
13418
  providedIn: 'root'
13471
13419
  }]
13472
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
13420
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
13473
13421
  type: Inject,
13474
13422
  args: ['environment']
13475
- }] }]; } });
13423
+ }] }] });
13476
13424
 
13477
13425
  /**
13478
13426
  * Service that handling loans logic
@@ -13545,18 +13493,18 @@ class LoanService extends RestService$1 {
13545
13493
  this.refreshCache();
13546
13494
  }));
13547
13495
  }
13548
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LoanService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13549
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LoanService, providedIn: 'root' }); }
13496
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoanService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13497
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoanService, providedIn: 'root' }); }
13550
13498
  }
13551
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LoanService, decorators: [{
13499
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoanService, decorators: [{
13552
13500
  type: Injectable,
13553
13501
  args: [{
13554
13502
  providedIn: 'root'
13555
13503
  }]
13556
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
13504
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
13557
13505
  type: Inject,
13558
13506
  args: ['environment']
13559
- }] }]; } });
13507
+ }] }] });
13560
13508
 
13561
13509
  class BorrowingReportService extends RestService$1 {
13562
13510
  constructor() {
@@ -13566,10 +13514,10 @@ class BorrowingReportService extends RestService$1 {
13566
13514
  this.collectionClass = Collection;
13567
13515
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
13568
13516
  }
13569
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BorrowingReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13570
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BorrowingReportService, providedIn: 'root' }); }
13517
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BorrowingReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13518
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BorrowingReportService, providedIn: 'root' }); }
13571
13519
  }
13572
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BorrowingReportService, decorators: [{
13520
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BorrowingReportService, decorators: [{
13573
13521
  type: Injectable,
13574
13522
  args: [{
13575
13523
  providedIn: 'root'
@@ -13594,10 +13542,10 @@ class PropertyCategoryService extends RestService$1 {
13594
13542
  this.endpointUri = 'properties/categories';
13595
13543
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
13596
13544
  }
13597
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13598
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' }); }
13545
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13546
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' }); }
13599
13547
  }
13600
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyCategoryService, decorators: [{
13548
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCategoryService, decorators: [{
13601
13549
  type: Injectable,
13602
13550
  args: [{
13603
13551
  providedIn: 'root'
@@ -13612,10 +13560,10 @@ class PropertyCategoryMovementService extends RestService$1 {
13612
13560
  this.endpointUri = 'property-category-movements';
13613
13561
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
13614
13562
  }
13615
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13616
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' }); }
13563
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13564
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' }); }
13617
13565
  }
13618
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
13566
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
13619
13567
  type: Injectable,
13620
13568
  args: [{
13621
13569
  providedIn: 'root'
@@ -13647,10 +13595,10 @@ class PropertyDocumentService extends RestService$1 {
13647
13595
  get() {
13648
13596
  return super.get().pipe(map((documents) => documents.filter((document) => !!document.file)));
13649
13597
  }
13650
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13651
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' }); }
13598
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13599
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' }); }
13652
13600
  }
13653
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyDocumentService, decorators: [{
13601
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyDocumentService, decorators: [{
13654
13602
  type: Injectable,
13655
13603
  args: [{
13656
13604
  providedIn: 'root'
@@ -13728,15 +13676,15 @@ class TaxExemptionService extends DataService {
13728
13676
  this.collectionClass = TaxExemptionCollection;
13729
13677
  this.setCache(TaxExemptions);
13730
13678
  }
13731
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
13732
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxExemptionService, providedIn: 'root' }); }
13679
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
13680
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxExemptionService, providedIn: 'root' }); }
13733
13681
  }
13734
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxExemptionService, decorators: [{
13682
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxExemptionService, decorators: [{
13735
13683
  type: Injectable,
13736
13684
  args: [{
13737
13685
  providedIn: 'root'
13738
13686
  }]
13739
- }], ctorParameters: function () { return []; } });
13687
+ }], ctorParameters: () => [] });
13740
13688
 
13741
13689
  class PropertySaleService extends RestService$1 {
13742
13690
  constructor() {
@@ -13746,10 +13694,10 @@ class PropertySaleService extends RestService$1 {
13746
13694
  this.endpointUri = 'properties/sales';
13747
13695
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
13748
13696
  }
13749
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13750
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertySaleService, providedIn: 'root' }); }
13697
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13698
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertySaleService, providedIn: 'root' }); }
13751
13699
  }
13752
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertySaleService, decorators: [{
13700
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertySaleService, decorators: [{
13753
13701
  type: Injectable,
13754
13702
  args: [{
13755
13703
  providedIn: 'root'
@@ -13802,18 +13750,18 @@ class PropertyShareService extends RestService$1 {
13802
13750
  listenSalesChanges() {
13803
13751
  this.listenCSE(PropertySale, this.refreshCache, ['post', 'delete']);
13804
13752
  }
13805
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyShareService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13806
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyShareService, providedIn: 'root' }); }
13753
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyShareService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13754
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyShareService, providedIn: 'root' }); }
13807
13755
  }
13808
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyShareService, decorators: [{
13756
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyShareService, decorators: [{
13809
13757
  type: Injectable,
13810
13758
  args: [{
13811
13759
  providedIn: 'root'
13812
13760
  }]
13813
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
13761
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
13814
13762
  type: Inject,
13815
13763
  args: ['environment']
13816
- }] }]; } });
13764
+ }] }] });
13817
13765
 
13818
13766
  class PropertyValuationService extends RestService$1 {
13819
13767
  constructor() {
@@ -13823,10 +13771,10 @@ class PropertyValuationService extends RestService$1 {
13823
13771
  this.collectionClass = PropertyValuationCollection;
13824
13772
  this.disabledMethods = ['postBatch', 'putBatch'];
13825
13773
  }
13826
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyValuationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13827
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyValuationService, providedIn: 'root' }); }
13774
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyValuationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13775
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyValuationService, providedIn: 'root' }); }
13828
13776
  }
13829
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyValuationService, decorators: [{
13777
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyValuationService, decorators: [{
13830
13778
  type: Injectable,
13831
13779
  args: [{
13832
13780
  providedIn: 'root'
@@ -13914,18 +13862,18 @@ class PropertyService extends RestService$1 {
13914
13862
  this.updateCache([deactivatedProperty], 'put');
13915
13863
  }));
13916
13864
  }
13917
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13918
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyService, providedIn: 'root' }); }
13865
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13866
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyService, providedIn: 'root' }); }
13919
13867
  }
13920
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyService, decorators: [{
13868
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyService, decorators: [{
13921
13869
  type: Injectable,
13922
13870
  args: [{
13923
13871
  providedIn: 'root'
13924
13872
  }]
13925
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
13873
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
13926
13874
  type: Inject,
13927
13875
  args: ['environment']
13928
- }] }]; } });
13876
+ }] }] });
13929
13877
 
13930
13878
  /**
13931
13879
  * Service to handle service notifications logic
@@ -13974,18 +13922,18 @@ class ServiceNotificationService extends RestService {
13974
13922
  this.eventDispatcherService.dispatch(new AppEvent(AppEventTypeEnum.NOTIFICATION_ADDED, notification));
13975
13923
  });
13976
13924
  }
13977
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServiceNotificationService, deps: [{ token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable }); }
13978
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' }); }
13925
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServiceNotificationService, deps: [{ token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable }); }
13926
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' }); }
13979
13927
  }
13980
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServiceNotificationService, decorators: [{
13928
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServiceNotificationService, decorators: [{
13981
13929
  type: Injectable,
13982
13930
  args: [{
13983
13931
  providedIn: 'root'
13984
13932
  }]
13985
- }], ctorParameters: function () { return [{ type: EventDispatcherService }, { type: undefined, decorators: [{
13933
+ }], ctorParameters: () => [{ type: EventDispatcherService }, { type: undefined, decorators: [{
13986
13934
  type: Inject,
13987
13935
  args: ['environment']
13988
- }] }, { type: ToastService }, { type: SseService }]; } });
13936
+ }] }, { type: ToastService }, { type: SseService }] });
13989
13937
 
13990
13938
  var SoleBusinessMessagesEnum;
13991
13939
  (function (SoleBusinessMessagesEnum) {
@@ -14000,10 +13948,10 @@ class SoleBusinessService extends RestService$1 {
14000
13948
  this.endpointUri = 'sole-businesses';
14001
13949
  this.roles = [UserRolesEnum.SOLE_TANK];
14002
13950
  }
14003
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14004
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleBusinessService, providedIn: 'root' }); }
13951
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13952
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessService, providedIn: 'root' }); }
14005
13953
  }
14006
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleBusinessService, decorators: [{
13954
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessService, decorators: [{
14007
13955
  type: Injectable,
14008
13956
  args: [{
14009
13957
  providedIn: 'root'
@@ -14016,10 +13964,10 @@ class SoleBusinessActivityService extends RestService {
14016
13964
  this.modelClass = SoleBusinessActivity;
14017
13965
  this.url = 'sole-business-activities';
14018
13966
  }
14019
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14020
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' }); }
13967
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13968
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' }); }
14021
13969
  }
14022
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
13970
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14023
13971
  type: Injectable,
14024
13972
  args: [{
14025
13973
  providedIn: 'root'
@@ -14045,18 +13993,18 @@ class SoleBusinessLossService extends RestService {
14045
13993
  this.refreshCache();
14046
13994
  });
14047
13995
  }
14048
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleBusinessLossService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
14049
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' }); }
13996
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessLossService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13997
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' }); }
14050
13998
  }
14051
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleBusinessLossService, decorators: [{
13999
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14052
14000
  type: Injectable,
14053
14001
  args: [{
14054
14002
  providedIn: 'root'
14055
14003
  }]
14056
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
14004
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
14057
14005
  type: Inject,
14058
14006
  args: ['environment']
14059
- }] }]; } });
14007
+ }] }] });
14060
14008
 
14061
14009
  /**
14062
14010
  * @TODO vik replace with json when the final list is confirmed
@@ -14067,10 +14015,10 @@ class SoleBusinessLossOffsetRuleService extends RestService {
14067
14015
  this.modelClass = SoleBusinessLossOffsetRule;
14068
14016
  this.url = 'sole-business-loss-offset-rules';
14069
14017
  }
14070
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14071
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' }); }
14018
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14019
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' }); }
14072
14020
  }
14073
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14021
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14074
14022
  type: Injectable,
14075
14023
  args: [{
14076
14024
  providedIn: 'root'
@@ -14083,10 +14031,10 @@ class SoleContactService extends RestService {
14083
14031
  this.modelClass = SoleContact;
14084
14032
  this.url = 'sole-contacts';
14085
14033
  }
14086
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14087
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleContactService, providedIn: 'root' }); }
14034
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14035
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleContactService, providedIn: 'root' }); }
14088
14036
  }
14089
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleContactService, decorators: [{
14037
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleContactService, decorators: [{
14090
14038
  type: Injectable,
14091
14039
  args: [{
14092
14040
  providedIn: 'root'
@@ -14142,18 +14090,18 @@ class SoleDepreciationMethodService {
14142
14090
  this.get().subscribe();
14143
14091
  });
14144
14092
  }
14145
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable }); }
14146
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' }); }
14093
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable }); }
14094
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' }); }
14147
14095
  }
14148
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14096
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14149
14097
  type: Injectable,
14150
14098
  args: [{
14151
14099
  providedIn: 'root'
14152
14100
  }]
14153
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
14101
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
14154
14102
  type: Inject,
14155
14103
  args: ['environment']
14156
- }] }, { type: EventDispatcherService }, { type: ToastService }]; } });
14104
+ }] }, { type: EventDispatcherService }, { type: ToastService }] });
14157
14105
 
14158
14106
  /**
14159
14107
  * @TODO TT-1777 Alex: extend from rest service when it refactored
@@ -14197,18 +14145,18 @@ class SoleDetailsService {
14197
14145
  return this.cache;
14198
14146
  }));
14199
14147
  }
14200
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable }); }
14201
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleDetailsService, providedIn: 'root' }); }
14148
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable }); }
14149
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleDetailsService, providedIn: 'root' }); }
14202
14150
  }
14203
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleDetailsService, decorators: [{
14151
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleDetailsService, decorators: [{
14204
14152
  type: Injectable,
14205
14153
  args: [{
14206
14154
  providedIn: 'root'
14207
14155
  }]
14208
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
14156
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
14209
14157
  type: Inject,
14210
14158
  args: ['environment']
14211
- }] }, { type: EventDispatcherService }]; } });
14159
+ }] }, { type: EventDispatcherService }] });
14212
14160
 
14213
14161
  class SoleInvoiceService extends RestService {
14214
14162
  constructor(environment) {
@@ -14239,18 +14187,18 @@ class SoleInvoiceService extends RestService {
14239
14187
  const number = last(this.cache)?.number ?? 0;
14240
14188
  return number + 1;
14241
14189
  }
14242
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleInvoiceService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
14243
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' }); }
14190
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleInvoiceService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
14191
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' }); }
14244
14192
  }
14245
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleInvoiceService, decorators: [{
14193
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleInvoiceService, decorators: [{
14246
14194
  type: Injectable,
14247
14195
  args: [{
14248
14196
  providedIn: 'root'
14249
14197
  }]
14250
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
14198
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
14251
14199
  type: Inject,
14252
14200
  args: ['environment']
14253
- }] }]; } });
14201
+ }] }] });
14254
14202
 
14255
14203
  class SoleInvoiceTemplateService extends RestService {
14256
14204
  constructor() {
@@ -14258,10 +14206,10 @@ class SoleInvoiceTemplateService extends RestService {
14258
14206
  this.modelClass = SoleInvoiceTemplate;
14259
14207
  this.url = 'sole-invoice-templates';
14260
14208
  }
14261
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14262
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' }); }
14209
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14210
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' }); }
14263
14211
  }
14264
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
14212
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
14265
14213
  type: Injectable,
14266
14214
  args: [{
14267
14215
  providedIn: 'root'
@@ -14282,10 +14230,10 @@ class BasReportService extends RestService {
14282
14230
  this.modelClass = BasReport;
14283
14231
  this.url = 'bas-reports';
14284
14232
  }
14285
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14286
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasReportService, providedIn: 'root' }); }
14233
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14234
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasReportService, providedIn: 'root' }); }
14287
14235
  }
14288
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasReportService, decorators: [{
14236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasReportService, decorators: [{
14289
14237
  type: Injectable,
14290
14238
  args: [{
14291
14239
  providedIn: 'root'
@@ -14309,10 +14257,10 @@ class ServicePaymentService extends RestService$1 {
14309
14257
  }
14310
14258
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
14311
14259
  }
14312
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14313
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServicePaymentService, providedIn: 'root' }); }
14260
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14261
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServicePaymentService, providedIn: 'root' }); }
14314
14262
  }
14315
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServicePaymentService, decorators: [{
14263
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServicePaymentService, decorators: [{
14316
14264
  type: Injectable,
14317
14265
  args: [{
14318
14266
  providedIn: 'root'
@@ -14344,18 +14292,18 @@ class ServicePaymentMethodService extends RestService$1 {
14344
14292
  return this.http.put(`${this.apiUrl}/${paymentMethod.id}/default`, {})
14345
14293
  .pipe(map((updatedPaymentMethod) => plainToClass(ServicePaymentMethod, updatedPaymentMethod)));
14346
14294
  }
14347
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
14348
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' }); }
14295
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
14296
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' }); }
14349
14297
  }
14350
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
14298
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
14351
14299
  type: Injectable,
14352
14300
  args: [{
14353
14301
  providedIn: 'root'
14354
14302
  }]
14355
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
14303
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
14356
14304
  type: Inject,
14357
14305
  args: ['environment']
14358
- }] }]; } });
14306
+ }] }] });
14359
14307
 
14360
14308
  /**
14361
14309
  * Service that handling banks logic
@@ -14368,10 +14316,10 @@ class ServicePriceService extends RestService$1 {
14368
14316
  this.collectionClass = ServicePriceCollection;
14369
14317
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
14370
14318
  }
14371
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14372
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServicePriceService, providedIn: 'root' }); }
14319
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14320
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServicePriceService, providedIn: 'root' }); }
14373
14321
  }
14374
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServicePriceService, decorators: [{
14322
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServicePriceService, decorators: [{
14375
14323
  type: Injectable,
14376
14324
  args: [{
14377
14325
  providedIn: 'root'
@@ -14449,18 +14397,18 @@ class SubscriptionService extends RestService$1 {
14449
14397
  params: { code }
14450
14398
  }).pipe(map((response) => plainToClass(ServicePromoCode, response)));
14451
14399
  }
14452
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
14453
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SubscriptionService, providedIn: 'root' }); }
14400
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
14401
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubscriptionService, providedIn: 'root' }); }
14454
14402
  }
14455
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SubscriptionService, decorators: [{
14403
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubscriptionService, decorators: [{
14456
14404
  type: Injectable,
14457
14405
  args: [{
14458
14406
  providedIn: 'root'
14459
14407
  }]
14460
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
14408
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
14461
14409
  type: Inject,
14462
14410
  args: ['environment']
14463
- }] }]; } });
14411
+ }] }] });
14464
14412
 
14465
14413
  class ServiceProductService extends RestService$1 {
14466
14414
  constructor() {
@@ -14470,10 +14418,10 @@ class ServiceProductService extends RestService$1 {
14470
14418
  this.endpointUri = 'service-products';
14471
14419
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
14472
14420
  }
14473
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14474
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServiceProductService, providedIn: 'root' }); }
14421
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14422
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServiceProductService, providedIn: 'root' }); }
14475
14423
  }
14476
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServiceProductService, decorators: [{
14424
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServiceProductService, decorators: [{
14477
14425
  type: Injectable,
14478
14426
  args: [{
14479
14427
  providedIn: 'root'
@@ -14609,18 +14557,18 @@ class TaxReviewHistoryService extends RestService {
14609
14557
  this.updateCache();
14610
14558
  });
14611
14559
  }
14612
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxReviewHistoryService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
14613
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' }); }
14560
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxReviewHistoryService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
14561
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' }); }
14614
14562
  }
14615
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
14563
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
14616
14564
  type: Injectable,
14617
14565
  args: [{
14618
14566
  providedIn: 'root'
14619
14567
  }]
14620
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
14568
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
14621
14569
  type: Inject,
14622
14570
  args: ['environment']
14623
- }] }]; } });
14571
+ }] }] });
14624
14572
 
14625
14573
  /**
14626
14574
  * Service to work with tax review
@@ -14705,18 +14653,18 @@ class TaxReviewService extends RestService {
14705
14653
  }
14706
14654
  });
14707
14655
  }
14708
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxReviewService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
14709
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxReviewService, providedIn: 'root' }); }
14656
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxReviewService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
14657
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxReviewService, providedIn: 'root' }); }
14710
14658
  }
14711
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxReviewService, decorators: [{
14659
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxReviewService, decorators: [{
14712
14660
  type: Injectable,
14713
14661
  args: [{
14714
14662
  providedIn: 'root'
14715
14663
  }]
14716
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
14664
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
14717
14665
  type: Inject,
14718
14666
  args: ['environment']
14719
- }] }]; } });
14667
+ }] }] });
14720
14668
 
14721
14669
  var TaxReviewMessagesEnum;
14722
14670
  (function (TaxReviewMessagesEnum) {
@@ -15002,18 +14950,18 @@ class TaxSummaryService {
15002
14950
  this.getForecast().subscribe();
15003
14951
  });
15004
14952
  }
15005
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15006
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxSummaryService, providedIn: 'root' }); }
14953
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
14954
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxSummaryService, providedIn: 'root' }); }
15007
14955
  }
15008
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxSummaryService, decorators: [{
14956
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxSummaryService, decorators: [{
15009
14957
  type: Injectable,
15010
14958
  args: [{
15011
14959
  providedIn: 'root'
15012
14960
  }]
15013
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: undefined, decorators: [{
14961
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: undefined, decorators: [{
15014
14962
  type: Inject,
15015
14963
  args: ['environment']
15016
- }] }]; } });
14964
+ }] }] });
15017
14965
 
15018
14966
  class AllocationRuleService extends RestService$1 {
15019
14967
  constructor() {
@@ -15022,10 +14970,10 @@ class AllocationRuleService extends RestService$1 {
15022
14970
  this.collectionClass = AllocationRuleCollection;
15023
14971
  this.modelClass = AllocationRule;
15024
14972
  }
15025
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15026
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AllocationRuleService, providedIn: 'root' }); }
14973
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14974
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AllocationRuleService, providedIn: 'root' }); }
15027
14975
  }
15028
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AllocationRuleService, decorators: [{
14976
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AllocationRuleService, decorators: [{
15029
14977
  type: Injectable,
15030
14978
  args: [{
15031
14979
  providedIn: 'root'
@@ -15130,18 +15078,18 @@ class TransactionAllocationService extends RestService {
15130
15078
  }
15131
15079
  });
15132
15080
  }
15133
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TransactionAllocationService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15134
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' }); }
15081
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TransactionAllocationService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15082
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' }); }
15135
15083
  }
15136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TransactionAllocationService, decorators: [{
15084
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TransactionAllocationService, decorators: [{
15137
15085
  type: Injectable,
15138
15086
  args: [{
15139
15087
  providedIn: 'root'
15140
15088
  }]
15141
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
15089
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
15142
15090
  type: Inject,
15143
15091
  args: ['environment']
15144
- }] }]; } });
15092
+ }] }] });
15145
15093
 
15146
15094
  /**
15147
15095
  * Service for transactions business logic
@@ -15337,23 +15285,6 @@ class TransactionService extends RestService {
15337
15285
  this.transactionDeleted.emit(model);
15338
15286
  }));
15339
15287
  }
15340
- /**
15341
- * @TODO Alex wrong place for this logic, move to model
15342
- * calculate gross income amount based on transaction amount and taxes (fees)
15343
- * @param transaction Transaction instance for calculation
15344
- */
15345
- calculateGrossAmount(transaction) {
15346
- let amount = transaction.amount || 0;
15347
- // gross income amount includes amount of fees for property tank and tax for work tank
15348
- if (transaction.isPropertyTank()) {
15349
- amount += transaction.transactions.reduce((sum, item) => sum + item.amount, 0);
15350
- }
15351
- else {
15352
- // @TODO Alex: fix logic after TT-641 ready
15353
- amount += (transaction.tax || 0);
15354
- }
15355
- return amount;
15356
- }
15357
15288
  /**
15358
15289
  * Listen to EventDispatcherService event related to Depreciation changing
15359
15290
  */
@@ -15406,18 +15337,18 @@ class TransactionService extends RestService {
15406
15337
  }
15407
15338
  });
15408
15339
  }
15409
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15410
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TransactionService, providedIn: 'root' }); }
15340
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15341
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TransactionService, providedIn: 'root' }); }
15411
15342
  }
15412
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TransactionService, decorators: [{
15343
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TransactionService, decorators: [{
15413
15344
  type: Injectable,
15414
15345
  args: [{
15415
15346
  providedIn: 'root'
15416
15347
  }]
15417
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: undefined, decorators: [{
15348
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: undefined, decorators: [{
15418
15349
  type: Inject,
15419
15350
  args: ['environment']
15420
- }] }]; } });
15351
+ }] }] });
15421
15352
 
15422
15353
  // @TODO Artem: implement cache and extend rest?
15423
15354
  class YoutubeService {
@@ -15436,18 +15367,18 @@ class YoutubeService {
15436
15367
  title: item.snippet.title
15437
15368
  }))));
15438
15369
  }
15439
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: YoutubeService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15440
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: YoutubeService, providedIn: 'root' }); }
15370
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: YoutubeService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15371
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: YoutubeService, providedIn: 'root' }); }
15441
15372
  }
15442
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: YoutubeService, decorators: [{
15373
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: YoutubeService, decorators: [{
15443
15374
  type: Injectable,
15444
15375
  args: [{
15445
15376
  providedIn: 'root'
15446
15377
  }]
15447
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
15378
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
15448
15379
  type: Inject,
15449
15380
  args: ['environment']
15450
- }] }]; } });
15381
+ }] }] });
15451
15382
 
15452
15383
  /**
15453
15384
  * Service that allows to work with WorkTank operations
@@ -15459,10 +15390,10 @@ class VehicleService extends RestService$1 {
15459
15390
  this.collectionClass = (Collection);
15460
15391
  this.modelClass = Vehicle;
15461
15392
  }
15462
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15463
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VehicleService, providedIn: 'root' }); }
15393
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15394
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleService, providedIn: 'root' }); }
15464
15395
  }
15465
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VehicleService, decorators: [{
15396
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleService, decorators: [{
15466
15397
  type: Injectable,
15467
15398
  args: [{
15468
15399
  providedIn: 'root'
@@ -15515,18 +15446,18 @@ class VehicleClaimService extends RestService {
15515
15446
  });
15516
15447
  return combineLatest(batch$);
15517
15448
  }
15518
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VehicleClaimService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15519
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VehicleClaimService, providedIn: 'root' }); }
15449
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleClaimService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15450
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleClaimService, providedIn: 'root' }); }
15520
15451
  }
15521
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VehicleClaimService, decorators: [{
15452
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleClaimService, decorators: [{
15522
15453
  type: Injectable,
15523
15454
  args: [{
15524
15455
  providedIn: 'root'
15525
15456
  }]
15526
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
15457
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
15527
15458
  type: Inject,
15528
15459
  args: ['environment']
15529
- }] }]; } });
15460
+ }] }] });
15530
15461
 
15531
15462
  /**
15532
15463
  * @TODO TT-1777 Alex: extend from rest service when it refactored
@@ -15580,18 +15511,18 @@ class VehicleClaimDetailsService {
15580
15511
  const vehicleClaimDetails = plainToClass(VehicleClaimDetails, Object.assign({}, this.cache, { isManual: true }));
15581
15512
  this.update(vehicleClaimDetails).subscribe();
15582
15513
  }
15583
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15584
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' }); }
15514
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15515
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' }); }
15585
15516
  }
15586
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
15517
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
15587
15518
  type: Injectable,
15588
15519
  args: [{
15589
15520
  providedIn: 'root'
15590
15521
  }]
15591
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
15522
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
15592
15523
  type: Inject,
15593
15524
  args: ['environment']
15594
- }] }, { type: i1.HttpClient }, { type: EventDispatcherService }]; } });
15525
+ }] }, { type: i1.HttpClient }, { type: EventDispatcherService }] });
15595
15526
 
15596
15527
  /**
15597
15528
  * Vehicle logbook service. Allows user to add, update or delete vehicle trips
@@ -15604,10 +15535,10 @@ class VehicleLogbookService extends RestService$1 {
15604
15535
  this.collectionClass = VehicleLogbookCollection;
15605
15536
  this.modelClass = VehicleLogbook;
15606
15537
  }
15607
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15608
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' }); }
15538
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15539
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' }); }
15609
15540
  }
15610
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VehicleLogbookService, decorators: [{
15541
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleLogbookService, decorators: [{
15611
15542
  type: Injectable,
15612
15543
  args: [{
15613
15544
  providedIn: 'root'
@@ -15630,10 +15561,10 @@ class AnnualClientDetailsService extends RestService$1 {
15630
15561
  this.endpointUri = 'annual-client-details';
15631
15562
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
15632
15563
  }
15633
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15634
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' }); }
15564
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15565
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' }); }
15635
15566
  }
15636
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
15567
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
15637
15568
  type: Injectable,
15638
15569
  args: [{
15639
15570
  providedIn: 'root'
@@ -15663,18 +15594,18 @@ class OccupationService {
15663
15594
  }
15664
15595
  return this.occupationsSubject.asObservable();
15665
15596
  }
15666
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15667
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OccupationService, providedIn: 'root' }); }
15597
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15598
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OccupationService, providedIn: 'root' }); }
15668
15599
  }
15669
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OccupationService, decorators: [{
15600
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OccupationService, decorators: [{
15670
15601
  type: Injectable,
15671
15602
  args: [{
15672
15603
  providedIn: 'root'
15673
15604
  }]
15674
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
15605
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
15675
15606
  type: Inject,
15676
15607
  args: ['environment']
15677
- }] }]; } });
15608
+ }] }] });
15678
15609
 
15679
15610
  /**
15680
15611
  * discount coupon, applied automatically to the first subscription,
@@ -15688,10 +15619,10 @@ class ClientCouponService extends RestService$1 {
15688
15619
  this.endpointUri = 'users/current/promo-code';
15689
15620
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
15690
15621
  }
15691
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientCouponService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15692
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientCouponService, providedIn: 'root' }); }
15622
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientCouponService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15623
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientCouponService, providedIn: 'root' }); }
15693
15624
  }
15694
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientCouponService, decorators: [{
15625
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientCouponService, decorators: [{
15695
15626
  type: Injectable,
15696
15627
  args: [{
15697
15628
  providedIn: 'root'
@@ -15706,10 +15637,10 @@ class CapitalLossService extends RestService$1 {
15706
15637
  this.collectionClass = (Collection);
15707
15638
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
15708
15639
  }
15709
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CapitalLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15710
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CapitalLossService, providedIn: 'root' }); }
15640
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CapitalLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15641
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CapitalLossService, providedIn: 'root' }); }
15711
15642
  }
15712
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CapitalLossService, decorators: [{
15643
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CapitalLossService, decorators: [{
15713
15644
  type: Injectable,
15714
15645
  args: [{
15715
15646
  providedIn: 'root'
@@ -15772,10 +15703,10 @@ class UserEventSettingService extends RestService$1 {
15772
15703
  this.endpointUri = 'user-event-settings';
15773
15704
  this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
15774
15705
  }
15775
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15776
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserEventSettingService, providedIn: 'root' }); }
15706
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15707
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserEventSettingService, providedIn: 'root' }); }
15777
15708
  }
15778
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserEventSettingService, decorators: [{
15709
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserEventSettingService, decorators: [{
15779
15710
  type: Injectable,
15780
15711
  args: [{
15781
15712
  providedIn: 'root'
@@ -15790,10 +15721,10 @@ class UserEventTypeService extends RestService$1 {
15790
15721
  this.endpointUri = 'user-event-types';
15791
15722
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
15792
15723
  }
15793
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15794
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserEventTypeService, providedIn: 'root' }); }
15724
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15725
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserEventTypeService, providedIn: 'root' }); }
15795
15726
  }
15796
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserEventTypeService, decorators: [{
15727
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserEventTypeService, decorators: [{
15797
15728
  type: Injectable,
15798
15729
  args: [{
15799
15730
  providedIn: 'root'
@@ -15816,10 +15747,10 @@ class UsersInviteService extends RestService {
15816
15747
  this.modelClass = RegistrationInvite;
15817
15748
  this.url = 'users/invite';
15818
15749
  }
15819
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15820
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UsersInviteService, providedIn: 'root' }); }
15750
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15751
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UsersInviteService, providedIn: 'root' }); }
15821
15752
  }
15822
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UsersInviteService, decorators: [{
15753
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UsersInviteService, decorators: [{
15823
15754
  type: Injectable,
15824
15755
  args: [{
15825
15756
  providedIn: 'root'
@@ -15910,18 +15841,18 @@ class UserService extends RestService$1 {
15910
15841
  }, 2000);
15911
15842
  }, ['post', 'put']);
15912
15843
  }
15913
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15914
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserService, providedIn: 'root' }); }
15844
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15845
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserService, providedIn: 'root' }); }
15915
15846
  }
15916
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserService, decorators: [{
15847
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserService, decorators: [{
15917
15848
  type: Injectable,
15918
15849
  args: [{
15919
15850
  providedIn: 'root'
15920
15851
  }]
15921
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
15852
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
15922
15853
  type: Inject,
15923
15854
  args: ['environment']
15924
- }] }]; } });
15855
+ }] }] });
15925
15856
 
15926
15857
  class FinancialYearService {
15927
15858
  constructor(http, environment) {
@@ -15934,18 +15865,18 @@ class FinancialYearService {
15934
15865
  window.location.reload();
15935
15866
  }));
15936
15867
  }
15937
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FinancialYearService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15938
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FinancialYearService, providedIn: 'root' }); }
15868
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinancialYearService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15869
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinancialYearService, providedIn: 'root' }); }
15939
15870
  }
15940
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FinancialYearService, decorators: [{
15871
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinancialYearService, decorators: [{
15941
15872
  type: Injectable,
15942
15873
  args: [{
15943
15874
  providedIn: 'root'
15944
15875
  }]
15945
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
15876
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
15946
15877
  type: Inject,
15947
15878
  args: ['environment']
15948
- }] }]; } });
15879
+ }] }] });
15949
15880
 
15950
15881
  class HoldingService extends RestService$1 {
15951
15882
  constructor(environment) {
@@ -15962,18 +15893,18 @@ class HoldingService extends RestService$1 {
15962
15893
  this.listenCSE(HoldingSale, this.refreshCache, ['post', 'put', 'delete']);
15963
15894
  this.listenCSE(HoldingImport, this.refreshCache, ['post', 'put', 'delete']);
15964
15895
  }
15965
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15966
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingService, providedIn: 'root' }); }
15896
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15897
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingService, providedIn: 'root' }); }
15967
15898
  }
15968
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingService, decorators: [{
15899
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingService, decorators: [{
15969
15900
  type: Injectable,
15970
15901
  args: [{
15971
15902
  providedIn: 'root'
15972
15903
  }]
15973
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
15904
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
15974
15905
  type: Inject,
15975
15906
  args: ['environment']
15976
- }] }]; } });
15907
+ }] }] });
15977
15908
 
15978
15909
  class HoldingTypeService extends RestService$1 {
15979
15910
  constructor() {
@@ -15983,10 +15914,10 @@ class HoldingTypeService extends RestService$1 {
15983
15914
  this.endpointUri = 'holding-types';
15984
15915
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
15985
15916
  }
15986
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15987
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingTypeService, providedIn: 'root' }); }
15917
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15918
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingTypeService, providedIn: 'root' }); }
15988
15919
  }
15989
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingTypeService, decorators: [{
15920
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingTypeService, decorators: [{
15990
15921
  type: Injectable,
15991
15922
  args: [{
15992
15923
  providedIn: 'root'
@@ -16001,10 +15932,10 @@ class HoldingSaleService extends RestService$1 {
16001
15932
  this.endpointUri = 'holding-sales';
16002
15933
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16003
15934
  }
16004
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
16005
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingSaleService, providedIn: 'root' }); }
15935
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15936
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingSaleService, providedIn: 'root' }); }
16006
15937
  }
16007
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingSaleService, decorators: [{
15938
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingSaleService, decorators: [{
16008
15939
  type: Injectable,
16009
15940
  args: [{
16010
15941
  providedIn: 'root'
@@ -16031,10 +15962,10 @@ class HoldingImportService extends RestService$1 {
16031
15962
  return holdingImport;
16032
15963
  }));
16033
15964
  }
16034
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingImportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
16035
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingImportService, providedIn: 'root' }); }
15965
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingImportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15966
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingImportService, providedIn: 'root' }); }
16036
15967
  }
16037
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingImportService, decorators: [{
15968
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingImportService, decorators: [{
16038
15969
  type: Injectable,
16039
15970
  args: [{
16040
15971
  providedIn: 'root'
@@ -16137,15 +16068,15 @@ class HoldingTypeExchangeService extends DataService {
16137
16068
  this.collectionClass = Collection;
16138
16069
  this.setCache(HoldingTypeExchanges);
16139
16070
  }
16140
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
16141
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' }); }
16071
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
16072
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' }); }
16142
16073
  }
16143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16074
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16144
16075
  type: Injectable,
16145
16076
  args: [{
16146
16077
  providedIn: 'root'
16147
16078
  }]
16148
- }], ctorParameters: function () { return []; } });
16079
+ }], ctorParameters: () => [] });
16149
16080
 
16150
16081
  var HoldingMessagesEnum;
16151
16082
  (function (HoldingMessagesEnum) {
@@ -16243,15 +16174,15 @@ class IncomeSourceTypeService extends DataService {
16243
16174
  this.collectionClass = Collection;
16244
16175
  this.setCache(IncomeSourceTypes);
16245
16176
  }
16246
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
16247
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' }); }
16177
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
16178
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' }); }
16248
16179
  }
16249
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
16180
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
16250
16181
  type: Injectable,
16251
16182
  args: [{
16252
16183
  providedIn: 'root'
16253
16184
  }]
16254
- }], ctorParameters: function () { return []; } });
16185
+ }], ctorParameters: () => [] });
16255
16186
 
16256
16187
  class ChartAccountsValueService extends DataService {
16257
16188
  constructor() {
@@ -16267,15 +16198,15 @@ class ChartAccountsValueService extends DataService {
16267
16198
  const chartAccountsId = isSole ? ChartAccountsListEnum.KLMS_TRAVELLED : ChartAccountsListEnum.KLMS_TRAVELLED_FOR_WORK;
16268
16199
  return this.getCache().find((ca) => ca.chartAccounts.id === chartAccountsId && new FinancialYear().year === ca.financialYear).value;
16269
16200
  }
16270
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
16271
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' }); }
16201
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
16202
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' }); }
16272
16203
  }
16273
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartAccountsValueService, decorators: [{
16204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChartAccountsValueService, decorators: [{
16274
16205
  type: Injectable,
16275
16206
  args: [{
16276
16207
  providedIn: 'root'
16277
16208
  }]
16278
- }], ctorParameters: function () { return []; } });
16209
+ }], ctorParameters: () => [] });
16279
16210
 
16280
16211
  var TaxReturnItems = [
16281
16212
  {
@@ -18359,15 +18290,15 @@ class TaxReturnItemService extends DataService {
18359
18290
  this.collectionClass = Collection;
18360
18291
  this.setCache(TaxReturnItems);
18361
18292
  }
18362
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18363
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' }); }
18293
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18294
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' }); }
18364
18295
  }
18365
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxReturnItemService, decorators: [{
18296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxReturnItemService, decorators: [{
18366
18297
  type: Injectable,
18367
18298
  args: [{
18368
18299
  providedIn: 'root'
18369
18300
  }]
18370
- }], ctorParameters: function () { return []; } });
18301
+ }], ctorParameters: () => [] });
18371
18302
 
18372
18303
  var SetupItemTypeEnum;
18373
18304
  (function (SetupItemTypeEnum) {
@@ -18383,10 +18314,10 @@ class SetupItemService extends RestService$1 {
18383
18314
  this.collectionClass = AccountSetupItemCollection;
18384
18315
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
18385
18316
  }
18386
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SetupItemService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
18387
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SetupItemService, providedIn: 'root' }); }
18317
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SetupItemService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
18318
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SetupItemService, providedIn: 'root' }); }
18388
18319
  }
18389
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SetupItemService, decorators: [{
18320
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SetupItemService, decorators: [{
18390
18321
  type: Injectable,
18391
18322
  args: [{
18392
18323
  providedIn: 'root'
@@ -18541,15 +18472,15 @@ class AccountSetupService {
18541
18472
  }
18542
18473
  return this.setItemStatus(this.items.findBy('isBankFeeds', true), this.bankAccountsService.getArray());
18543
18474
  }
18544
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AccountSetupService, deps: [{ token: SetupItemService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }, { token: UserService }, { token: ClientMovementService }, { token: ClientInviteService }, { token: EmployeeService }, { token: EmployeeInviteService }, { token: FirmService }], target: i0.ɵɵFactoryTarget.Injectable }); }
18545
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AccountSetupService, providedIn: 'root' }); }
18475
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AccountSetupService, deps: [{ token: SetupItemService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }, { token: UserService }, { token: ClientMovementService }, { token: ClientInviteService }, { token: EmployeeService }, { token: EmployeeInviteService }, { token: FirmService }], target: i0.ɵɵFactoryTarget.Injectable }); }
18476
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AccountSetupService, providedIn: 'root' }); }
18546
18477
  }
18547
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AccountSetupService, decorators: [{
18478
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AccountSetupService, decorators: [{
18548
18479
  type: Injectable,
18549
18480
  args: [{
18550
18481
  providedIn: 'root'
18551
18482
  }]
18552
- }], ctorParameters: function () { return [{ type: SetupItemService }, { type: PropertyService }, { type: IncomeSourceService }, { type: BankAccountService }, { type: TransactionAllocationService }, { type: VehicleClaimService }, { type: TransactionService }, { type: SoleBusinessService }, { type: HoldingService }, { type: UserService }, { type: ClientMovementService }, { type: ClientInviteService }, { type: EmployeeService }, { type: EmployeeInviteService }, { type: FirmService }]; } });
18483
+ }], ctorParameters: () => [{ type: SetupItemService }, { type: PropertyService }, { type: IncomeSourceService }, { type: BankAccountService }, { type: TransactionAllocationService }, { type: VehicleClaimService }, { type: TransactionService }, { type: SoleBusinessService }, { type: HoldingService }, { type: UserService }, { type: ClientMovementService }, { type: ClientInviteService }, { type: EmployeeService }, { type: EmployeeInviteService }, { type: FirmService }] });
18553
18484
 
18554
18485
  const KEY = '_switch_user';
18555
18486
  /**
@@ -18576,10 +18507,10 @@ class UserSwitcherService {
18576
18507
  localStorage.removeItem(KEY);
18577
18508
  window.location.replace('/firm/dashboard');
18578
18509
  }
18579
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18580
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserSwitcherService, providedIn: 'root' }); }
18510
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18511
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserSwitcherService, providedIn: 'root' }); }
18581
18512
  }
18582
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserSwitcherService, decorators: [{
18513
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserSwitcherService, decorators: [{
18583
18514
  type: Injectable,
18584
18515
  args: [{
18585
18516
  providedIn: 'root'
@@ -18620,18 +18551,18 @@ class AssetsService {
18620
18551
  delete(entityId, asset) {
18621
18552
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
18622
18553
  }
18623
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
18624
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AssetsService, providedIn: 'root' }); }
18554
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
18555
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetsService, providedIn: 'root' }); }
18625
18556
  }
18626
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AssetsService, decorators: [{
18557
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetsService, decorators: [{
18627
18558
  type: Injectable,
18628
18559
  args: [{
18629
18560
  providedIn: 'root'
18630
18561
  }]
18631
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: UserSwitcherService }, { type: undefined, decorators: [{
18562
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: UserSwitcherService }, { type: undefined, decorators: [{
18632
18563
  type: Inject,
18633
18564
  args: ['environment']
18634
- }] }]; } });
18565
+ }] }] });
18635
18566
 
18636
18567
  class BankAccountCalculationService {
18637
18568
  /**
@@ -18651,10 +18582,10 @@ class BankAccountCalculationService {
18651
18582
  getNetPosition(bankAccounts, bankTransactions, allocations) {
18652
18583
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
18653
18584
  }
18654
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankAccountCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18655
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' }); }
18585
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankAccountCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18586
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' }); }
18656
18587
  }
18657
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankAccountCalculationService, decorators: [{
18588
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankAccountCalculationService, decorators: [{
18658
18589
  type: Injectable,
18659
18590
  args: [{
18660
18591
  providedIn: 'root'
@@ -18681,15 +18612,15 @@ class ExportFormatterService {
18681
18612
  }
18682
18613
  }));
18683
18614
  }
18684
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable }); }
18685
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExportFormatterService, providedIn: 'root' }); }
18615
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable }); }
18616
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ExportFormatterService, providedIn: 'root' }); }
18686
18617
  }
18687
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExportFormatterService, decorators: [{
18618
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ExportFormatterService, decorators: [{
18688
18619
  type: Injectable,
18689
18620
  args: [{
18690
18621
  providedIn: 'root'
18691
18622
  }]
18692
- }], ctorParameters: function () { return [{ type: i1$1.CurrencyPipe }, { type: i1$1.PercentPipe }, { type: i1$1.DatePipe }]; } });
18623
+ }], ctorParameters: () => [{ type: i1$1.CurrencyPipe }, { type: i1$1.PercentPipe }, { type: i1$1.DatePipe }] });
18693
18624
 
18694
18625
  class HeaderTitleService {
18695
18626
  constructor(router, activatedRoute) {
@@ -18704,15 +18635,15 @@ class HeaderTitleService {
18704
18635
  return route;
18705
18636
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
18706
18637
  }
18707
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable }); }
18708
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HeaderTitleService, providedIn: 'root' }); }
18638
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable }); }
18639
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HeaderTitleService, providedIn: 'root' }); }
18709
18640
  }
18710
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HeaderTitleService, decorators: [{
18641
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HeaderTitleService, decorators: [{
18711
18642
  type: Injectable,
18712
18643
  args: [{
18713
18644
  providedIn: 'root'
18714
18645
  }]
18715
- }], ctorParameters: function () { return [{ type: i4.Router }, { type: i4.ActivatedRoute }]; } });
18646
+ }], ctorParameters: () => [{ type: i4.Router }, { type: i4.ActivatedRoute }] });
18716
18647
 
18717
18648
  /**
18718
18649
  * Service to work with intercom
@@ -18740,18 +18671,18 @@ class IntercomService {
18740
18671
  const connectionCredentials = this.initUser(user);
18741
18672
  window.Intercom('boot', connectionCredentials);
18742
18673
  }
18743
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
18744
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IntercomService, providedIn: 'root' }); }
18674
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
18675
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IntercomService, providedIn: 'root' }); }
18745
18676
  }
18746
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IntercomService, decorators: [{
18677
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IntercomService, decorators: [{
18747
18678
  type: Injectable,
18748
18679
  args: [{
18749
18680
  providedIn: 'root'
18750
18681
  }]
18751
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
18682
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
18752
18683
  type: Inject,
18753
18684
  args: ['environment']
18754
- }] }]; } });
18685
+ }] }] });
18755
18686
 
18756
18687
  applyPlugin(jsPDF);
18757
18688
  /**
@@ -18813,10 +18744,10 @@ class PdfFromDomElementService {
18813
18744
  .outputPdf('blob')
18814
18745
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
18815
18746
  }
18816
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18817
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' }); }
18747
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18748
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' }); }
18818
18749
  }
18819
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfFromDomElementService, decorators: [{
18750
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromDomElementService, decorators: [{
18820
18751
  type: Injectable,
18821
18752
  args: [{
18822
18753
  providedIn: 'root'
@@ -18909,10 +18840,10 @@ class PdfFromTableService {
18909
18840
  .text(description, FILE_SETTINGS.text.positionDescriptionX, FILE_SETTINGS.text.positionDescriptionY)
18910
18841
  .setTextColor(FILE_SETTINGS.text.colorPrimary);
18911
18842
  }
18912
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18913
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfFromTableService, providedIn: 'root' }); }
18843
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18844
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromTableService, providedIn: 'root' }); }
18914
18845
  }
18915
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfFromTableService, decorators: [{
18846
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromTableService, decorators: [{
18916
18847
  type: Injectable,
18917
18848
  args: [{
18918
18849
  providedIn: 'root'
@@ -18950,15 +18881,15 @@ class PdfFromDataTableService extends PdfFromTableService {
18950
18881
  });
18951
18882
  return pdf;
18952
18883
  }
18953
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
18954
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' }); }
18884
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
18885
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' }); }
18955
18886
  }
18956
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfFromDataTableService, decorators: [{
18887
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromDataTableService, decorators: [{
18957
18888
  type: Injectable,
18958
18889
  args: [{
18959
18890
  providedIn: 'root'
18960
18891
  }]
18961
- }], ctorParameters: function () { return [{ type: ExportFormatterService }]; } });
18892
+ }], ctorParameters: () => [{ type: ExportFormatterService }] });
18962
18893
 
18963
18894
  /**
18964
18895
  * Service to generate and export PDF file from provided HTML tables
@@ -18988,10 +18919,10 @@ class PdfFromHtmlTableService extends PdfFromTableService {
18988
18919
  });
18989
18920
  return pdf;
18990
18921
  }
18991
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
18992
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' }); }
18922
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
18923
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' }); }
18993
18924
  }
18994
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
18925
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
18995
18926
  type: Injectable,
18996
18927
  args: [{
18997
18928
  providedIn: 'root'
@@ -19015,15 +18946,15 @@ class PreloaderService {
19015
18946
  activePreloaders = activePreloaders.filter((preloader) => preloader !== endpoint);
19016
18947
  this.activePreloaders.next(activePreloaders);
19017
18948
  }
19018
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
19019
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PreloaderService, providedIn: 'root' }); }
18949
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18950
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PreloaderService, providedIn: 'root' }); }
19020
18951
  }
19021
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PreloaderService, decorators: [{
18952
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PreloaderService, decorators: [{
19022
18953
  type: Injectable,
19023
18954
  args: [{
19024
18955
  providedIn: 'root'
19025
18956
  }]
19026
- }], ctorParameters: function () { return []; } });
18957
+ }], ctorParameters: () => [] });
19027
18958
 
19028
18959
  /**
19029
18960
  * Service for get property equity position half-year history chart data
@@ -19044,18 +18975,18 @@ class EquityPositionChartService {
19044
18975
  }))
19045
18976
  }))));
19046
18977
  }
19047
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
19048
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' }); }
18978
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
18979
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' }); }
19049
18980
  }
19050
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EquityPositionChartService, decorators: [{
18981
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EquityPositionChartService, decorators: [{
19051
18982
  type: Injectable,
19052
18983
  args: [{
19053
18984
  providedIn: 'root'
19054
18985
  }]
19055
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
18986
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
19056
18987
  type: Inject,
19057
18988
  args: ['environment']
19058
- }] }]; } });
18989
+ }] }] });
19059
18990
 
19060
18991
  var BadgeColorEnum;
19061
18992
  (function (BadgeColorEnum) {
@@ -19218,10 +19149,10 @@ class PropertyCalculationService {
19218
19149
  return new Badge('Monitoring performance');
19219
19150
  }
19220
19151
  }
19221
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
19222
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' }); }
19152
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
19153
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' }); }
19223
19154
  }
19224
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyCalculationService, decorators: [{
19155
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCalculationService, decorators: [{
19225
19156
  type: Injectable,
19226
19157
  args: [{
19227
19158
  providedIn: 'root'
@@ -19281,15 +19212,15 @@ class PropertyTransactionReportService {
19281
19212
  // we don't need borrowing expenses for this report
19282
19213
  .getWithoutBorrowingExpenses()));
19283
19214
  }
19284
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
19285
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' }); }
19215
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
19216
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' }); }
19286
19217
  }
19287
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
19218
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
19288
19219
  type: Injectable,
19289
19220
  args: [{
19290
19221
  providedIn: 'root'
19291
19222
  }]
19292
- }], ctorParameters: function () { return [{ type: PropertyService }, { type: TransactionService }, { type: DepreciationService }, { type: ChartAccountsService }]; } });
19223
+ }], ctorParameters: () => [{ type: PropertyService }, { type: TransactionService }, { type: DepreciationService }, { type: ChartAccountsService }] });
19293
19224
 
19294
19225
  class CurrentFirmBranchService {
19295
19226
  constructor() {
@@ -19304,10 +19235,10 @@ class CurrentFirmBranchService {
19304
19235
  set(firmBranches) {
19305
19236
  this.firmBranchIds$.next(firmBranches.map(branch => branch.id));
19306
19237
  }
19307
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CurrentFirmBranchService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
19308
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CurrentFirmBranchService, providedIn: 'root' }); }
19238
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CurrentFirmBranchService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
19239
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CurrentFirmBranchService, providedIn: 'root' }); }
19309
19240
  }
19310
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CurrentFirmBranchService, decorators: [{
19241
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CurrentFirmBranchService, decorators: [{
19311
19242
  type: Injectable,
19312
19243
  args: [{
19313
19244
  providedIn: 'root'
@@ -19384,10 +19315,10 @@ class XlsxService {
19384
19315
  });
19385
19316
  FileSaver.saveAs(data, `${fileName}.xlsx`);
19386
19317
  }
19387
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
19388
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: XlsxService, providedIn: 'root' }); }
19318
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
19319
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XlsxService, providedIn: 'root' }); }
19389
19320
  }
19390
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: XlsxService, decorators: [{
19321
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XlsxService, decorators: [{
19391
19322
  type: Injectable,
19392
19323
  args: [{
19393
19324
  providedIn: 'root'
@@ -19421,15 +19352,15 @@ class UserSwitcherInterceptor {
19421
19352
  intercept(request, next) {
19422
19353
  return next.handle(this.switch(request, this.userSwitcherService.get()));
19423
19354
  }
19424
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
19425
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserSwitcherInterceptor }); }
19355
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
19356
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserSwitcherInterceptor }); }
19426
19357
  }
19427
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
19358
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
19428
19359
  type: Injectable
19429
- }], ctorParameters: function () { return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
19360
+ }], ctorParameters: () => [{ type: UserSwitcherService }, { type: undefined, decorators: [{
19430
19361
  type: Inject,
19431
19362
  args: ['environment']
19432
- }] }]; } });
19363
+ }] }] });
19433
19364
 
19434
19365
  /**
19435
19366
  * Backend endpoint class
@@ -19730,12 +19661,12 @@ class PreloaderInterceptor {
19730
19661
  findEndpoint(requestPath) {
19731
19662
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
19732
19663
  }
19733
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable }); }
19734
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PreloaderInterceptor }); }
19664
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable }); }
19665
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PreloaderInterceptor }); }
19735
19666
  }
19736
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PreloaderInterceptor, decorators: [{
19667
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PreloaderInterceptor, decorators: [{
19737
19668
  type: Injectable
19738
- }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
19669
+ }], ctorParameters: () => [{ type: PreloaderService }] });
19739
19670
 
19740
19671
  /**
19741
19672
  * Interceptor which adds user's basiq token to any http request to basiq api
@@ -19758,12 +19689,12 @@ class BasiqTokenInterceptor {
19758
19689
  }
19759
19690
  });
19760
19691
  }
19761
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable }); }
19762
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasiqTokenInterceptor }); }
19692
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable }); }
19693
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqTokenInterceptor }); }
19763
19694
  }
19764
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
19695
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
19765
19696
  type: Injectable
19766
- }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
19697
+ }], ctorParameters: () => [{ type: BasiqTokenService }] });
19767
19698
 
19768
19699
  /**
19769
19700
  * Interceptor which check if client's basiq id exist and request it if not
@@ -19784,12 +19715,12 @@ class BasiqClientIdInterceptor {
19784
19715
  url: request.url.replace('null', basiqClientId)
19785
19716
  });
19786
19717
  }
19787
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable }); }
19788
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasiqClientIdInterceptor }); }
19718
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable }); }
19719
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqClientIdInterceptor }); }
19789
19720
  }
19790
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
19721
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
19791
19722
  type: Injectable
19792
- }], ctorParameters: function () { return [{ type: UserService }]; } });
19723
+ }], ctorParameters: () => [{ type: UserService }] });
19793
19724
 
19794
19725
  /**
19795
19726
  * add rewardful params to registration endpoints
@@ -19822,20 +19753,20 @@ class RewardfulInterceptor {
19822
19753
  && this.environment.rewardfulId
19823
19754
  && (window['Rewardful'].referral || window['Rewardful'].coupon?.id);
19824
19755
  }
19825
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RewardfulInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
19826
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RewardfulInterceptor }); }
19756
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RewardfulInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
19757
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RewardfulInterceptor }); }
19827
19758
  }
19828
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RewardfulInterceptor, decorators: [{
19759
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RewardfulInterceptor, decorators: [{
19829
19760
  type: Injectable
19830
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
19761
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
19831
19762
  type: Inject,
19832
19763
  args: ['environment']
19833
- }] }]; } });
19764
+ }] }] });
19834
19765
 
19835
19766
  class InterceptorsModule {
19836
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
19837
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: InterceptorsModule }); }
19838
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InterceptorsModule, providers: [
19767
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
19768
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: InterceptorsModule }); }
19769
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InterceptorsModule, providers: [
19839
19770
  {
19840
19771
  provide: HTTP_INTERCEPTORS,
19841
19772
  useClass: CorelogicInterceptor,
@@ -19874,7 +19805,7 @@ class InterceptorsModule {
19874
19805
  }
19875
19806
  ] }); }
19876
19807
  }
19877
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InterceptorsModule, decorators: [{
19808
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InterceptorsModule, decorators: [{
19878
19809
  type: NgModule,
19879
19810
  args: [{
19880
19811
  providers: [
@@ -19922,13 +19853,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
19922
19853
  * https://angular.io/guide/creating-libraries
19923
19854
  */
19924
19855
  class CoreModule {
19925
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
19926
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: CoreModule, imports: [CommonModule,
19856
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
19857
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: CoreModule, imports: [CommonModule,
19927
19858
  InterceptorsModule] }); }
19928
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CoreModule, imports: [CommonModule,
19859
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreModule, imports: [CommonModule,
19929
19860
  InterceptorsModule] }); }
19930
19861
  }
19931
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CoreModule, decorators: [{
19862
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreModule, decorators: [{
19932
19863
  type: NgModule,
19933
19864
  args: [{
19934
19865
  declarations: [],
@@ -19948,10 +19879,10 @@ class AppCurrencyPipe extends CurrencyPipe {
19948
19879
  digitsInfo = digitsInfo ?? '1.0-' + (value.toString().match(/[1-9]/)?.index || 2);
19949
19880
  return super.transform(value, currencyCode, display, digitsInfo, locale);
19950
19881
  }
19951
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AppCurrencyPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
19952
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: AppCurrencyPipe, isStandalone: true, name: "appCurrency" }); }
19882
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AppCurrencyPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
19883
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: AppCurrencyPipe, isStandalone: true, name: "appCurrency" }); }
19953
19884
  }
19954
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AppCurrencyPipe, decorators: [{
19885
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AppCurrencyPipe, decorators: [{
19955
19886
  type: Pipe,
19956
19887
  args: [{
19957
19888
  name: 'appCurrency',
@@ -19966,16 +19897,16 @@ class SafeUrlPipe {
19966
19897
  transform(url) {
19967
19898
  return this.sanitizer.bypassSecurityTrustResourceUrl(url);
19968
19899
  }
19969
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SafeUrlPipe, deps: [{ token: i1$2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
19970
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safeUrl" }); }
19900
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SafeUrlPipe, deps: [{ token: i1$2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
19901
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safeUrl" }); }
19971
19902
  }
19972
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SafeUrlPipe, decorators: [{
19903
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SafeUrlPipe, decorators: [{
19973
19904
  type: Pipe,
19974
19905
  args: [{
19975
19906
  name: 'safeUrl',
19976
19907
  standalone: true,
19977
19908
  }]
19978
- }], ctorParameters: function () { return [{ type: i1$2.DomSanitizer }]; } });
19909
+ }], ctorParameters: () => [{ type: i1$2.DomSanitizer }] });
19979
19910
 
19980
19911
  var ClientDetailsMedicareExemptionEnum;
19981
19912
  (function (ClientDetailsMedicareExemptionEnum) {
@@ -21072,13 +21003,13 @@ class UniqueEmailValidator {
21072
21003
  validate(control) {
21073
21004
  return this.userService.search(control.value).pipe(map(user => user ? { emailIsUsed: true } : null));
21074
21005
  }
21075
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UniqueEmailValidator, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable }); }
21076
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UniqueEmailValidator, providedIn: 'root' }); }
21006
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UniqueEmailValidator, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable }); }
21007
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UniqueEmailValidator, providedIn: 'root' }); }
21077
21008
  }
21078
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UniqueEmailValidator, decorators: [{
21009
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UniqueEmailValidator, decorators: [{
21079
21010
  type: Injectable,
21080
21011
  args: [{ providedIn: 'root' }]
21081
- }], ctorParameters: function () { return [{ type: UserService }]; } });
21012
+ }], ctorParameters: () => [{ type: UserService }] });
21082
21013
 
21083
21014
  /**
21084
21015
  * should include alpha+space only, but currently allow all chars except @ for tests
@@ -21157,15 +21088,15 @@ class ClientMovementForm extends AbstractForm {
21157
21088
  firmBranch: new FormControl(clientMovement.firmBranch, [Validators.required]),
21158
21089
  }, clientMovement);
21159
21090
  }
21160
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientMovementForm, deps: [{ token: ClientMovement }], target: i0.ɵɵFactoryTarget.Injectable }); }
21161
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientMovementForm, providedIn: 'root' }); }
21091
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientMovementForm, deps: [{ token: ClientMovement }], target: i0.ɵɵFactoryTarget.Injectable }); }
21092
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientMovementForm, providedIn: 'root' }); }
21162
21093
  }
21163
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientMovementForm, decorators: [{
21094
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientMovementForm, decorators: [{
21164
21095
  type: Injectable,
21165
21096
  args: [{
21166
21097
  providedIn: 'root'
21167
21098
  }]
21168
- }], ctorParameters: function () { return [{ type: ClientMovement }]; } });
21099
+ }], ctorParameters: () => [{ type: ClientMovement }] });
21169
21100
 
21170
21101
  class EmployeeDetailsForm extends AbstractForm {
21171
21102
  constructor(employeeDetails) {
@@ -21173,15 +21104,15 @@ class EmployeeDetailsForm extends AbstractForm {
21173
21104
  firmBranches: new FormControl(employeeDetails.firmBranches, [Validators.required]),
21174
21105
  }, employeeDetails);
21175
21106
  }
21176
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EmployeeDetailsForm, deps: [{ token: EmployeeDetails }], target: i0.ɵɵFactoryTarget.Injectable }); }
21177
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EmployeeDetailsForm, providedIn: 'root' }); }
21107
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmployeeDetailsForm, deps: [{ token: EmployeeDetails }], target: i0.ɵɵFactoryTarget.Injectable }); }
21108
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmployeeDetailsForm, providedIn: 'root' }); }
21178
21109
  }
21179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EmployeeDetailsForm, decorators: [{
21110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmployeeDetailsForm, decorators: [{
21180
21111
  type: Injectable,
21181
21112
  args: [{
21182
21113
  providedIn: 'root'
21183
21114
  }]
21184
- }], ctorParameters: function () { return [{ type: EmployeeDetails }]; } });
21115
+ }], ctorParameters: () => [{ type: EmployeeDetails }] });
21185
21116
 
21186
21117
  class ClientInviteForm extends AbstractForm {
21187
21118
  constructor(invite = plainToClass(ClientInvite, {})) {
@@ -22355,7 +22286,7 @@ class PropertyShareForm extends AbstractForm {
22355
22286
  constructor(share = plainToClass(PropertyShare, {})) {
22356
22287
  super({
22357
22288
  fromDate: new UntypedFormControl(share.fromDate || new Date()),
22358
- percent: new UntypedFormControl(share.percent, [Validators.required, Validators.min(0), Validators.max(100)])
22289
+ percent: new UntypedFormControl(share.percent, [Validators.required, Validators.min(1), Validators.max(100)])
22359
22290
  }, share);
22360
22291
  }
22361
22292
  }
@@ -24234,5 +24165,5 @@ var MessagesEnum;
24234
24165
  * Generated bundle index. Do not edit.
24235
24166
  */
24236
24167
 
24237
- export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppCurrencyPipe, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportMessagesEnum, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BestVehicleLogbookCollection, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BorrowingReport, BorrowingReportForm, BorrowingReportMessagesEnum, BorrowingReportService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CapitalLoss, CapitalLossForm, CapitalLossMessagesEnum, CapitalLossService, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsAdjustmentIncludedListEnum, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsForm, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsInvoiceEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMessagesEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsPropertyAdjustmentsListEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsUnallocatableListEnum, ChartAccountsValue, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatFilterForm, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientCouponService, ClientDetails, ClientDetailsForm, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientInvite, ClientInviteCollection, ClientInviteForm, ClientInviteMessages, ClientInvitePutForm, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementForm, ClientMovementMessagesEnum, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CollectionForm, CoreModule, CorelogicService, CorelogicSuggestion, Country, CurrentFirmBranchService, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderForm, DocumentFolderMessagesEnum, DocumentFolderService, DocumentForm, DocumentMessagesEnum, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeDetailsForm, EmployeeInvite, EmployeeInviteCollection, EmployeeInviteForm, EmployeeInviteRoleEnum, EmployeeInviteService, EmployeeMessagesEnum, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, FinancialYearService, Firm, FirmBranch, FirmBranchForm, FirmBranchMessagesEnum, FirmBranchService, FirmForm, FirmInviteForm, FirmMessagesEnum, FirmService, FirmTypeEnum, FormValidationsEnum, GenderEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingImport, HoldingImportForm, HoldingImportMessagesEnum, HoldingImportService, HoldingIncomeForm, HoldingMessagesEnum, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeListEnum, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastCollection, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceMessagesEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, InvoicePaymentForm, JsPdf, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanInterestTypeLabelEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanRepaymentTypeLabelEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfService, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyAddForm, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementForm, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentForm, PropertyDocumentMessagesEnum, PropertyDocumentService, PropertyEditForm, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyForecastForm, PropertyMessagesEnum, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareForm, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, PropertyValuationCollection, PropertyValuationForm, PropertyValuationMessages, PropertyValuationService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, SERVICE_PRODUCT_ROLES, SafeUrlPipe, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceListEnum, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIconsEnum, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, SetupItemTypeEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessMessagesEnum, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleIncomeForm, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionMessagesEnum, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionCollection, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemEnum, TaxReturnItemService, TaxReview, TaxReviewCollection, TaxReviewFilterForm, TaxReviewFilterStatusEnum, TaxReviewHistoryService, TaxReviewMessagesEnum, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseFilterForm, TransactionBaseForm, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionService, TransactionSourceEnum, TransactionTypeEnum, USER_ROLES, USER_WORK_POSITION, UniqueEmailValidator, User, UserCollection, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserForm, UserInviteForm, UserMedicareExemptionEnum, UserMessagesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookMessages, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleMessagesEnum, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, YoutubeService, alphaSpaceValidator, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, matchSumValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, toArray };
24168
+ export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppCurrencyPipe, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportMessagesEnum, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BestVehicleLogbookCollection, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BorrowingReport, BorrowingReportForm, BorrowingReportMessagesEnum, BorrowingReportService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CapitalLoss, CapitalLossForm, CapitalLossMessagesEnum, CapitalLossService, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsAdjustmentIncludedListEnum, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsForm, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsInvoiceEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMessagesEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsPropertyAdjustmentsListEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsUnallocatableListEnum, ChartAccountsValue, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatFilterForm, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientCouponService, ClientDetails, ClientDetailsForm, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientInvite, ClientInviteCollection, ClientInviteForm, ClientInviteMessages, ClientInvitePutForm, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementForm, ClientMovementMessagesEnum, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CollectionForm, CoreModule, CorelogicService, CorelogicSuggestion, Country, CurrentFirmBranchService, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderForm, DocumentFolderMessagesEnum, DocumentFolderService, DocumentForm, DocumentMessagesEnum, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeDetailsForm, EmployeeInvite, EmployeeInviteCollection, EmployeeInviteForm, EmployeeInviteRoleEnum, EmployeeInviteService, EmployeeMessagesEnum, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, FinancialYearService, Firm, FirmBranch, FirmBranchForm, FirmBranchMessagesEnum, FirmBranchService, FirmForm, FirmInviteForm, FirmMessagesEnum, FirmService, FirmTypeEnum, FormValidationsEnum, GenderEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingImport, HoldingImportForm, HoldingImportMessagesEnum, HoldingImportService, HoldingIncomeForm, HoldingMessagesEnum, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeListEnum, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastCollection, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceMessagesEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, InvoicePaymentForm, JsPdf, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanInterestTypeLabelEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanRepaymentTypeLabelEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfService, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyAddForm, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementForm, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentForm, PropertyDocumentMessagesEnum, PropertyDocumentService, PropertyEditForm, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyForecastForm, PropertyMessagesEnum, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareForm, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, PropertyValuationCollection, PropertyValuationForm, PropertyValuationMessages, PropertyValuationService, REPORTS, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, SERVICE_PRODUCT_ROLES, SafeUrlPipe, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceListEnum, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIconsEnum, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, SetupItemTypeEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessMessagesEnum, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleIncomeForm, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionMessagesEnum, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionCollection, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemEnum, TaxReturnItemService, TaxReview, TaxReviewCollection, TaxReviewFilterForm, TaxReviewFilterStatusEnum, TaxReviewHistoryService, TaxReviewMessagesEnum, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseFilterForm, TransactionBaseForm, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionService, TransactionSourceEnum, TransactionTypeEnum, USER_ROLES, USER_WORK_POSITION, UniqueEmailValidator, User, UserCollection, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserForm, UserInviteForm, UserMedicareExemptionEnum, UserMessagesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookMessages, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleMessagesEnum, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, YoutubeService, alphaSpaceValidator, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, matchSumValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, toArray };
24238
24169
  //# sourceMappingURL=taxtank-core.mjs.map