taxtank-core 0.33.4 → 0.33.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (156) 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/collection-dictionary.mjs +12 -10
  8. package/esm2022/src/lib/collections/collection.mjs +5 -5
  9. package/esm2022/src/lib/collections/property/property.collection.mjs +2 -2
  10. package/esm2022/src/lib/core.module.mjs +5 -18
  11. package/esm2022/src/lib/forms/abstract.form.mjs +1 -1
  12. package/esm2022/src/lib/forms/address/address.form.mjs +1 -1
  13. package/esm2022/src/lib/forms/firm/client-movement.form.mjs +4 -4
  14. package/esm2022/src/lib/forms/firm/employee-details.form.mjs +4 -4
  15. package/esm2022/src/lib/interceptors/basiq-client-id.interceptor.mjs +4 -4
  16. package/esm2022/src/lib/interceptors/basiq-token.interceptor.mjs +4 -4
  17. package/esm2022/src/lib/interceptors/corelogic-interceptor.mjs +5 -5
  18. package/esm2022/src/lib/interceptors/financial-year-interceptor.mjs +5 -5
  19. package/esm2022/src/lib/interceptors/interceptors.module.mjs +4 -4
  20. package/esm2022/src/lib/interceptors/preloader.interceptor.mjs +4 -4
  21. package/esm2022/src/lib/interceptors/rewardful.interceptor.mjs +5 -5
  22. package/esm2022/src/lib/interceptors/user-switcher-interceptor.mjs +5 -5
  23. package/esm2022/src/lib/models/depreciation/depreciation.mjs +1 -1
  24. package/esm2022/src/lib/models/financial-year/financial-year.mjs +1 -1
  25. package/esm2022/src/lib/models/report/index.mjs +3 -1
  26. package/esm2022/src/lib/models/report/report.interface.mjs +2 -0
  27. package/esm2022/src/lib/models/report/reports.const.mjs +73 -0
  28. package/esm2022/src/lib/models/service-subscription/service-subscription.mjs +2 -2
  29. package/esm2022/src/lib/models/sole/sole-invoice.mjs +1 -1
  30. package/esm2022/src/lib/models/transaction/transaction.mjs +1 -1
  31. package/esm2022/src/lib/models/vehicle/vehicle-claim.mjs +1 -1
  32. package/esm2022/src/lib/pipes/app-currency.pipe.mjs +3 -3
  33. package/esm2022/src/lib/pipes/safe-url.pipe.mjs +4 -4
  34. package/esm2022/src/lib/services/account-setup/account-setup.service.mjs +4 -4
  35. package/esm2022/src/lib/services/asset/assets.service.mjs +5 -5
  36. package/esm2022/src/lib/services/bank/bank-account-calculation.service.mjs +3 -3
  37. package/esm2022/src/lib/services/data.service.mjs +3 -3
  38. package/esm2022/src/lib/services/event/event-dispatcher.service.mjs +3 -3
  39. package/esm2022/src/lib/services/event/sse.service.mjs +5 -5
  40. package/esm2022/src/lib/services/export/export-formatter.service.mjs +4 -4
  41. package/esm2022/src/lib/services/firm/current-firm-branch.service.mjs +3 -3
  42. package/esm2022/src/lib/services/header-title/header-title.service.mjs +4 -4
  43. package/esm2022/src/lib/services/http/address/address.service.mjs +5 -5
  44. package/esm2022/src/lib/services/http/bank/bank-account/bank-account.service.mjs +5 -5
  45. package/esm2022/src/lib/services/http/bank/bank-connection/bank-connection.service.mjs +5 -5
  46. package/esm2022/src/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +5 -5
  47. package/esm2022/src/lib/services/http/bank/bank.service.mjs +3 -3
  48. package/esm2022/src/lib/services/http/bank/basiq/basiq-token.service.mjs +3 -3
  49. package/esm2022/src/lib/services/http/bank/basiq/basiq.service.mjs +6 -6
  50. package/esm2022/src/lib/services/http/budget/budget.service.mjs +3 -3
  51. package/esm2022/src/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +3 -3
  52. package/esm2022/src/lib/services/http/chart-accounts/chart-accounts.service.mjs +3 -3
  53. package/esm2022/src/lib/services/http/chat/chat.service.mjs +5 -5
  54. package/esm2022/src/lib/services/http/chat/message-document.service.mjs +5 -5
  55. package/esm2022/src/lib/services/http/chat/message.service.mjs +5 -5
  56. package/esm2022/src/lib/services/http/client/annual-client-details.service.mjs +3 -3
  57. package/esm2022/src/lib/services/http/client/capital-loss/capital-loss.service.mjs +4 -4
  58. package/esm2022/src/lib/services/http/client/client-coupon.service.mjs +3 -3
  59. package/esm2022/src/lib/services/http/client/occupation/occupation.service.mjs +5 -5
  60. package/esm2022/src/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +3 -3
  61. package/esm2022/src/lib/services/http/depreciation/depreciation.service.mjs +5 -5
  62. package/esm2022/src/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
  63. package/esm2022/src/lib/services/http/document/document.service.mjs +3 -3
  64. package/esm2022/src/lib/services/http/facebook/facebook.service.mjs +6 -6
  65. package/esm2022/src/lib/services/http/file/file.service.mjs +3 -3
  66. package/esm2022/src/lib/services/http/firm/client-invite/client-invite.service.mjs +5 -5
  67. package/esm2022/src/lib/services/http/firm/client-movement/client-movement.service.mjs +5 -5
  68. package/esm2022/src/lib/services/http/firm/employee/employee.service.mjs +3 -3
  69. package/esm2022/src/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
  70. package/esm2022/src/lib/services/http/firm/firm-branch/firm-branch.service.mjs +4 -4
  71. package/esm2022/src/lib/services/http/firm/firm.service.mjs +5 -5
  72. package/esm2022/src/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +5 -5
  73. package/esm2022/src/lib/services/http/google/google.service.mjs +5 -5
  74. package/esm2022/src/lib/services/http/holding/holding-import/holding-import.service.mjs +4 -4
  75. package/esm2022/src/lib/services/http/holding/holding-sale.service.mjs +3 -3
  76. package/esm2022/src/lib/services/http/holding/holding-type.service.mjs +3 -3
  77. package/esm2022/src/lib/services/http/holding/holding.service.mjs +5 -5
  78. package/esm2022/src/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +5 -5
  79. package/esm2022/src/lib/services/http/income-source/income-source.service.mjs +5 -5
  80. package/esm2022/src/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +5 -5
  81. package/esm2022/src/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +5 -5
  82. package/esm2022/src/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +5 -5
  83. package/esm2022/src/lib/services/http/loan/loan.service.mjs +5 -5
  84. package/esm2022/src/lib/services/http/pdf/pdf.service.mjs +5 -5
  85. package/esm2022/src/lib/services/http/property/borrowing-report/borrowing-report.service.mjs +3 -3
  86. package/esm2022/src/lib/services/http/property/property-category/property-category.service.mjs +3 -3
  87. package/esm2022/src/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +3 -3
  88. package/esm2022/src/lib/services/http/property/property-document/property-document.service.mjs +3 -3
  89. package/esm2022/src/lib/services/http/property/property-sale/property-sale.service.mjs +3 -3
  90. package/esm2022/src/lib/services/http/property/property-share/property-share.service.mjs +5 -5
  91. package/esm2022/src/lib/services/http/property/property-valuation/property-valuation.service.mjs +3 -3
  92. package/esm2022/src/lib/services/http/property/property.service.mjs +5 -5
  93. package/esm2022/src/lib/services/http/rest/rest-old.service.mjs +5 -5
  94. package/esm2022/src/lib/services/http/rest/rest.service.mjs +5 -5
  95. package/esm2022/src/lib/services/http/service-notification/service-notification.service.mjs +5 -5
  96. package/esm2022/src/lib/services/http/setup-item/setup-item.service.mjs +3 -3
  97. package/esm2022/src/lib/services/http/sole/bas-report/bas-report.service.mjs +3 -3
  98. package/esm2022/src/lib/services/http/sole/sole-business/sole-business.service.mjs +3 -3
  99. package/esm2022/src/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +3 -3
  100. package/esm2022/src/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +3 -3
  101. package/esm2022/src/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +5 -5
  102. package/esm2022/src/lib/services/http/sole/sole-contact/sole-contact.service.mjs +3 -3
  103. package/esm2022/src/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +5 -5
  104. package/esm2022/src/lib/services/http/sole/sole-details/sole-details.service.mjs +5 -5
  105. package/esm2022/src/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +5 -5
  106. package/esm2022/src/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +3 -3
  107. package/esm2022/src/lib/services/http/subscription/service-payment/service-payment.service.mjs +3 -3
  108. package/esm2022/src/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +5 -5
  109. package/esm2022/src/lib/services/http/subscription/service-price/service-price.service.mjs +3 -3
  110. package/esm2022/src/lib/services/http/subscription/service-product/service-product.service.mjs +3 -3
  111. package/esm2022/src/lib/services/http/subscription/service-subscription/subscription.service.mjs +5 -5
  112. package/esm2022/src/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +5 -5
  113. package/esm2022/src/lib/services/http/tax-review/tax-review.service.mjs +5 -5
  114. package/esm2022/src/lib/services/http/tax-summary/tax-summary.service.mjs +5 -5
  115. package/esm2022/src/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +3 -3
  116. package/esm2022/src/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +5 -5
  117. package/esm2022/src/lib/services/http/transaction/transaction.service.mjs +5 -5
  118. package/esm2022/src/lib/services/http/user/financial-year/financial-year.service.mjs +5 -5
  119. package/esm2022/src/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
  120. package/esm2022/src/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
  121. package/esm2022/src/lib/services/http/user/user.service.mjs +5 -5
  122. package/esm2022/src/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
  123. package/esm2022/src/lib/services/http/vehicle/vehicle-claim-details.service.mjs +5 -5
  124. package/esm2022/src/lib/services/http/vehicle/vehicle-claim.service.mjs +5 -5
  125. package/esm2022/src/lib/services/http/vehicle/vehicle-logbook/vehicle-logbook.service.mjs +3 -3
  126. package/esm2022/src/lib/services/http/vehicle/vehicle.service.mjs +4 -4
  127. package/esm2022/src/lib/services/http/youtube/youtube.service.mjs +6 -6
  128. package/esm2022/src/lib/services/intercom/intercom.service.mjs +5 -5
  129. package/esm2022/src/lib/services/json/chart-accounts/chart-accounts-value.service.mjs +4 -4
  130. package/esm2022/src/lib/services/json/holding/holding-type-exchange.service.mjs +4 -4
  131. package/esm2022/src/lib/services/json/income-source/income-source-type.service.mjs +4 -4
  132. package/esm2022/src/lib/services/json/tax-exemption/tax-exemption.service.mjs +4 -4
  133. package/esm2022/src/lib/services/json/tax-return/tax-return-item.service.mjs +4 -4
  134. package/esm2022/src/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +3 -3
  135. package/esm2022/src/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +4 -4
  136. package/esm2022/src/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +3 -3
  137. package/esm2022/src/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +3 -3
  138. package/esm2022/src/lib/services/preloader/preloader.service.mjs +4 -4
  139. package/esm2022/src/lib/services/property/corelogic/corelogic.service.mjs +5 -5
  140. package/esm2022/src/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +5 -5
  141. package/esm2022/src/lib/services/property/property-calculation/property-calculation.service.mjs +3 -3
  142. package/esm2022/src/lib/services/report/property/property-transaction-report.service.mjs +4 -4
  143. package/esm2022/src/lib/services/toast/toast.service.mjs +3 -3
  144. package/esm2022/src/lib/services/user/user-switcher.service.mjs +3 -3
  145. package/esm2022/src/lib/services/xlsx/xlsx.service.mjs +3 -3
  146. package/esm2022/src/lib/validators/unique-email.validator.mjs +4 -4
  147. package/fesm2022/taxtank-core-common.mjs +26 -26
  148. package/fesm2022/taxtank-core.mjs +595 -535
  149. package/fesm2022/taxtank-core.mjs.map +1 -1
  150. package/package.json +1 -1
  151. package/src/lib/collections/collection-dictionary.d.ts +1 -1
  152. package/src/lib/collections/collection.d.ts +3 -4
  153. package/src/lib/core.module.d.ts +0 -3
  154. package/src/lib/models/report/index.d.ts +2 -0
  155. package/src/lib/models/report/report.interface.d.ts +7 -0
  156. package/src/lib/models/report/reports.const.d.ts +3 -0
@@ -71,18 +71,18 @@ class CorelogicService {
71
71
  return this.http.get(`${this.environment.coreLogicUrl}/property/${country}/v2/suggest.json?q=${query}`)
72
72
  .pipe(map((response) => response.suggestions.map((item) => plainToClass(CorelogicSuggestion, item))));
73
73
  }
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' }); }
74
+ 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 }); }
75
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CorelogicService, providedIn: 'root' }); }
76
76
  }
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CorelogicService, decorators: [{
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CorelogicService, decorators: [{
78
78
  type: Injectable,
79
79
  args: [{
80
80
  providedIn: 'root'
81
81
  }]
82
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
82
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
83
83
  type: Inject,
84
84
  args: ['environment']
85
- }] }]; } });
85
+ }] }] });
86
86
 
87
87
  /**
88
88
  * Corelogic interceptor add Core Logic access token for each search requests related with Core Logic API
@@ -111,15 +111,15 @@ class CorelogicInterceptor {
111
111
  }
112
112
  });
113
113
  }
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 }); }
114
+ 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 }); }
115
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CorelogicInterceptor }); }
116
116
  }
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CorelogicInterceptor, decorators: [{
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CorelogicInterceptor, decorators: [{
118
118
  type: Injectable
119
- }], ctorParameters: function () { return [{ type: CorelogicService }, { type: undefined, decorators: [{
119
+ }], ctorParameters: () => [{ type: CorelogicService }, { type: undefined, decorators: [{
120
120
  type: Inject,
121
121
  args: ['environment']
122
- }] }]; } });
122
+ }] }] });
123
123
 
124
124
  /**
125
125
  * Financial Year interceptor add financialYear parameter to requests because a lot of POST and GET requests require this parameter
@@ -150,15 +150,15 @@ class FinancialYearInterceptor {
150
150
  }
151
151
  return next.handle(clonedReq);
152
152
  }
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 }); }
153
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
154
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinancialYearInterceptor }); }
155
155
  }
156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
157
157
  type: Injectable
158
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
158
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
159
159
  type: Inject,
160
160
  args: ['environment']
161
- }] }]; } });
161
+ }] }] });
162
162
 
163
163
  /**
164
164
  * @TODO move from db folder when refactored base models
@@ -208,18 +208,18 @@ class AddressService {
208
208
  }
209
209
  return this.countriesSubject.asObservable();
210
210
  }
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' }); }
211
+ 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 }); }
212
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AddressService, providedIn: 'root' }); }
213
213
  }
214
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddressService, decorators: [{
214
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AddressService, decorators: [{
215
215
  type: Injectable,
216
216
  args: [{
217
217
  providedIn: 'root'
218
218
  }]
219
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
219
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
220
220
  type: Inject,
221
221
  args: ['environment']
222
- }] }]; } });
222
+ }] }] });
223
223
 
224
224
  /**
225
225
  * @TODO TT-3846 upgrade
@@ -235,18 +235,18 @@ class PdfService {
235
235
  formData.append('landscape', landscape ? '1' : '0');
236
236
  return this.http.post(`${this.environment.apiV2}/pdf/html`, formData, { responseType: 'blob' });
237
237
  }
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' }); }
238
+ 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 }); }
239
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfService, providedIn: 'root' }); }
240
240
  }
241
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfService, decorators: [{
241
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfService, decorators: [{
242
242
  type: Injectable,
243
243
  args: [{
244
244
  providedIn: 'root'
245
245
  }]
246
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
246
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
247
247
  type: Inject,
248
248
  args: ['environment']
249
- }] }]; } });
249
+ }] }] });
250
250
 
251
251
  let Address$1 = class Address extends AbstractModel {
252
252
  };
@@ -1914,15 +1914,17 @@ class CollectionDictionary {
1914
1914
  const obj = {};
1915
1915
  // Group collection items
1916
1916
  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);
1917
+ const keys = Array.isArray(get(item, path)) ? get(item, path) : [get(item, path)];
1918
+ keys.forEach(key => {
1919
+ // if object does not have property for grouping it will be grouped as 'other'
1920
+ if (key === undefined) {
1921
+ key = 'other';
1922
+ }
1923
+ if (!obj[key]) {
1924
+ obj[key] = [];
1925
+ }
1926
+ obj[key].push(item);
1927
+ });
1926
1928
  });
1927
1929
  // Create collections from groups
1928
1930
  Object.keys(obj).forEach((key) => {
@@ -2055,9 +2057,9 @@ class Collection {
2055
2057
  this.items.unshift(...items);
2056
2058
  return this.create(this.items);
2057
2059
  }
2058
- remove(...items) {
2060
+ remove(items, path = 'id') {
2059
2061
  items.forEach((item) => {
2060
- const index = this.findIndexBy('id', item.id);
2062
+ const index = this.findIndexBy(path, get(item, path));
2061
2063
  if (index < 0) {
2062
2064
  return;
2063
2065
  }
@@ -2078,8 +2080,8 @@ class Collection {
2078
2080
  }
2079
2081
  return this.create(this.items);
2080
2082
  }
2081
- diff(items) {
2082
- return this.filter((model) => !items.map((item) => item.id).includes(model.id));
2083
+ diff(items, path = 'id') {
2084
+ return this.filter((model) => !items.map((item) => get(item, path)).includes(get(model, path)));
2083
2085
  }
2084
2086
  minBy(path) {
2085
2087
  return this.items.reduce((prev, current) => (get(prev, path) < get(current, path) ? prev : current));
@@ -2409,7 +2411,7 @@ class PropertyCollection extends Collection {
2409
2411
  propertiesByCategory.set(categoryById.get(key), this.filterBy('id', movementsByCategory.get(key).map(movement => movement.property.id)));
2410
2412
  });
2411
2413
  if (allowEmpty) {
2412
- categories.remove(...propertiesByCategory.keys()).toArray().forEach(category => {
2414
+ categories.remove(Array.from(propertiesByCategory.keys())).toArray().forEach(category => {
2413
2415
  propertiesByCategory.set(category, new PropertyCollection());
2414
2416
  });
2415
2417
  }
@@ -4748,7 +4750,7 @@ class ServiceSubscription extends ServiceSubscription$1 {
4748
4750
  */
4749
4751
  applyPromoCode(promoCode) {
4750
4752
  this.promoCode = null;
4751
- if (this.isAnnual() && !promoCode.isAnnualApplicable()) {
4753
+ if (this.isAnnual() && !promoCode?.isAnnualApplicable()) {
4752
4754
  return false;
4753
4755
  }
4754
4756
  this.promoCode = promoCode;
@@ -8216,6 +8218,77 @@ class VehicleExpense extends AbstractModel {
8216
8218
  }
8217
8219
  }
8218
8220
 
8221
+ const REPORTS = new Collection([
8222
+ {
8223
+ title: 'Income & Expense Report',
8224
+ description: 'Income and expense report with prior year comparison and monthly view option. Filter by Tank, property, business or personal categories',
8225
+ route: './income-expense',
8226
+ roles: [UserRolesEnum.CLIENT],
8227
+ },
8228
+ // @TODO TT-4385
8229
+ // {
8230
+ // title: 'Transactions Report',
8231
+ // description: 'Detailed report of the transactions allocated to each category. Filter by tank, property, business or your own search criteria',
8232
+ // route: './transactions',
8233
+ // roles: [UserRolesEnum.CLIENT]
8234
+ // },
8235
+ {
8236
+ title: 'MyTax Report',
8237
+ 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',
8238
+ route: './my-tax',
8239
+ roles: [UserRolesEnum.CLIENT]
8240
+ },
8241
+ // @TODO TT-4386
8242
+ // {
8243
+ // title: 'Net Asset',
8244
+ // description: 'See your current net financial position, including a breakdown of net assets and liabilities across all tanks',
8245
+ // route: './assets',
8246
+ // roles: [UserRolesEnum.CLIENT]
8247
+ // },
8248
+ {
8249
+ title: 'Property Schedule',
8250
+ description: 'Compliant property schedule detailing incomes, expenses and depreciation for each property and ownership percentage',
8251
+ route: './property-transactions',
8252
+ roles: [UserRolesEnum.PROPERTY_TANK]
8253
+ },
8254
+ {
8255
+ title: 'Depreciation Report',
8256
+ description: 'Register of building & improvements depreciation (capital works) and plant & equipment depreciation for each property',
8257
+ route: './depreciation',
8258
+ roles: [UserRolesEnum.WORK_TANK, UserRolesEnum.PROPERTY_TANK, UserRolesEnum.SOLE_TANK]
8259
+ },
8260
+ {
8261
+ title: 'Low Value Pool Report',
8262
+ description: 'Register of new assets valued between $301 and $1,000 and existing assets that fall below the $1,000 threshold',
8263
+ route: './low-value-pool',
8264
+ roles: [UserRolesEnum.WORK_TANK, UserRolesEnum.PROPERTY_TANK, UserRolesEnum.SOLE_TANK]
8265
+ },
8266
+ {
8267
+ title: 'CGT Report',
8268
+ description: 'Calculate net capital gains across all asset classes, including the application of losses and eligible concessions',
8269
+ route: './cgt',
8270
+ roles: [UserRolesEnum.PROPERTY_TANK, UserRolesEnum.HOLDING_TANK]
8271
+ },
8272
+ {
8273
+ title: 'Motor Vehicle Report',
8274
+ description: 'Displays work-related vehicle expenses based upon your logbook claim method or percentage',
8275
+ route: './vehicle-expenses',
8276
+ roles: [UserRolesEnum.WORK_TANK, UserRolesEnum.SOLE_TANK]
8277
+ },
8278
+ {
8279
+ title: 'Business Schedule',
8280
+ description: 'Compliant schedule detailing profit and loss for each primary and non-primary production business',
8281
+ route: './business-schedule',
8282
+ roles: [UserRolesEnum.SOLE_TANK]
8283
+ },
8284
+ {
8285
+ title: 'BAS Report',
8286
+ description: 'Summarises your GST obligations from applicable sales and purchases to enable accurate ATO lodgements',
8287
+ route: './bas',
8288
+ roles: [UserRolesEnum.SOLE_TANK]
8289
+ },
8290
+ ]);
8291
+
8219
8292
  /**
8220
8293
  * Base collection to work with property report items
8221
8294
  */
@@ -10777,10 +10850,10 @@ class EventDispatcherService {
10777
10850
  dispatch2(event) {
10778
10851
  this.eventSubject2.next(event);
10779
10852
  }
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' }); }
10853
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
10854
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EventDispatcherService, providedIn: 'root' }); }
10782
10855
  }
10783
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EventDispatcherService, decorators: [{
10856
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EventDispatcherService, decorators: [{
10784
10857
  type: Injectable,
10785
10858
  args: [{
10786
10859
  providedIn: 'root'
@@ -10816,18 +10889,18 @@ class SseService {
10816
10889
  })
10817
10890
  .pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
10818
10891
  }
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' }); }
10892
+ 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 }); }
10893
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SseService, providedIn: 'root' }); }
10821
10894
  }
10822
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SseService, decorators: [{
10895
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SseService, decorators: [{
10823
10896
  type: Injectable,
10824
10897
  args: [{
10825
10898
  providedIn: 'root'
10826
10899
  }]
10827
- }], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i3.JwtService }, { type: undefined, decorators: [{
10900
+ }], ctorParameters: () => [{ type: i0.NgZone }, { type: i3.JwtService }, { type: undefined, decorators: [{
10828
10901
  type: Inject,
10829
10902
  args: ['environment']
10830
- }] }]; } });
10903
+ }] }] });
10831
10904
 
10832
10905
  // replace array element with the new one (only arrays of objects)
10833
10906
  function replace(array, item, matchField = 'id') {
@@ -10907,10 +10980,10 @@ class DataService {
10907
10980
  setCache(data) {
10908
10981
  this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
10909
10982
  }
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' }); }
10983
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
10984
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DataService, providedIn: 'root' }); }
10912
10985
  }
10913
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DataService, decorators: [{
10986
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DataService, decorators: [{
10914
10987
  type: Injectable,
10915
10988
  args: [{
10916
10989
  providedIn: 'root'
@@ -10978,10 +11051,10 @@ class ToastService {
10978
11051
  message,
10979
11052
  }));
10980
11053
  }
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' }); }
11054
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
11055
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToastService, providedIn: 'root' }); }
10983
11056
  }
10984
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToastService, decorators: [{
11057
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ToastService, decorators: [{
10985
11058
  type: Injectable,
10986
11059
  args: [{
10987
11060
  providedIn: 'root'
@@ -11260,18 +11333,18 @@ let RestService$1 = class RestService extends DataService {
11260
11333
  this.handleResponse([change.model], change.method);
11261
11334
  });
11262
11335
  }
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' }); }
11336
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RestService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
11337
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RestService, providedIn: 'root' }); }
11265
11338
  };
11266
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RestService$1, decorators: [{
11339
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RestService$1, decorators: [{
11267
11340
  type: Injectable,
11268
11341
  args: [{
11269
11342
  providedIn: 'root'
11270
11343
  }]
11271
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
11344
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
11272
11345
  type: Inject,
11273
11346
  args: ['environment']
11274
- }] }]; } });
11347
+ }] }] });
11275
11348
 
11276
11349
  /**
11277
11350
  * Service that handling user's bank accounts logic
@@ -11334,18 +11407,18 @@ class BankAccountService extends RestService$1 {
11334
11407
  this.refreshCache();
11335
11408
  });
11336
11409
  }
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' }); }
11410
+ 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 }); }
11411
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankAccountService, providedIn: 'root' }); }
11339
11412
  }
11340
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankAccountService, decorators: [{
11413
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankAccountService, decorators: [{
11341
11414
  type: Injectable,
11342
11415
  args: [{
11343
11416
  providedIn: 'root'
11344
11417
  }]
11345
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: SseService }, { type: undefined, decorators: [{
11418
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: SseService }, { type: undefined, decorators: [{
11346
11419
  type: Inject,
11347
11420
  args: ['environment']
11348
- }] }]; } });
11421
+ }] }] });
11349
11422
 
11350
11423
  var BankConnectionMessagesEnum;
11351
11424
  (function (BankConnectionMessagesEnum) {
@@ -11433,18 +11506,18 @@ class BankConnectionService extends RestService$1 {
11433
11506
  deactivate(bankConnection) {
11434
11507
  return this.put(bankConnection, `${this.apiUrl}/${bankConnection.id}/deactivate`);
11435
11508
  }
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' }); }
11509
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankConnectionService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
11510
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankConnectionService, providedIn: 'root' }); }
11438
11511
  }
11439
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankConnectionService, decorators: [{
11512
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankConnectionService, decorators: [{
11440
11513
  type: Injectable,
11441
11514
  args: [{
11442
11515
  providedIn: 'root'
11443
11516
  }]
11444
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
11517
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
11445
11518
  type: Inject,
11446
11519
  args: ['environment']
11447
- }] }]; } });
11520
+ }] }] });
11448
11521
 
11449
11522
  var UserEventTypeTypeEnum;
11450
11523
  (function (UserEventTypeTypeEnum) {
@@ -11553,18 +11626,18 @@ class BankTransactionService extends RestService$1 {
11553
11626
  }
11554
11627
  });
11555
11628
  }
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' }); }
11629
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankTransactionService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
11630
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankTransactionService, providedIn: 'root' }); }
11558
11631
  }
11559
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankTransactionService, decorators: [{
11632
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankTransactionService, decorators: [{
11560
11633
  type: Injectable,
11561
11634
  args: [{
11562
11635
  providedIn: 'root'
11563
11636
  }]
11564
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
11637
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
11565
11638
  type: Inject,
11566
11639
  args: ['environment']
11567
- }] }]; } });
11640
+ }] }] });
11568
11641
 
11569
11642
  /**
11570
11643
  * @TODO Alex shouldn't be a separated service, move to basiqService or interceptor
@@ -11590,10 +11663,10 @@ class BasiqTokenService extends RestService$1 {
11590
11663
  const now = new Date().getTime();
11591
11664
  return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
11592
11665
  }
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' }); }
11666
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
11667
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqTokenService, providedIn: 'root' }); }
11595
11668
  }
11596
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasiqTokenService, decorators: [{
11669
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqTokenService, decorators: [{
11597
11670
  type: Injectable,
11598
11671
  args: [{
11599
11672
  providedIn: 'root'
@@ -11734,18 +11807,18 @@ class BasiqService extends RestService$1 {
11734
11807
  }
11735
11808
  });
11736
11809
  }
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' }); }
11810
+ 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 }); }
11811
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqService, providedIn: 'root' }); }
11739
11812
  }
11740
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasiqService, decorators: [{
11813
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqService, decorators: [{
11741
11814
  type: Injectable,
11742
11815
  args: [{
11743
11816
  providedIn: 'root'
11744
11817
  }]
11745
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: undefined, decorators: [{
11818
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: undefined, decorators: [{
11746
11819
  type: Inject,
11747
11820
  args: ['environment']
11748
- }] }, { type: BankConnectionService }]; } });
11821
+ }] }, { type: BankConnectionService }] });
11749
11822
 
11750
11823
  var BasiqMessagesEnum;
11751
11824
  (function (BasiqMessagesEnum) {
@@ -11765,10 +11838,10 @@ class BankService extends RestService$1 {
11765
11838
  this.endpointUri = 'banks';
11766
11839
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
11767
11840
  }
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' }); }
11841
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
11842
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankService, providedIn: 'root' }); }
11770
11843
  }
11771
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankService, decorators: [{
11844
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankService, decorators: [{
11772
11845
  type: Injectable,
11773
11846
  args: [{
11774
11847
  providedIn: 'root'
@@ -11783,10 +11856,10 @@ class BudgetService extends RestService$1 {
11783
11856
  this.endpointUri = 'budgets';
11784
11857
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
11785
11858
  }
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' }); }
11859
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
11860
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BudgetService, providedIn: 'root' }); }
11788
11861
  }
11789
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BudgetService, decorators: [{
11862
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BudgetService, decorators: [{
11790
11863
  type: Injectable,
11791
11864
  args: [{
11792
11865
  providedIn: 'root'
@@ -11812,10 +11885,10 @@ class ChartAccountsDepreciationService extends RestService$1 {
11812
11885
  this.collectionClass = Collection;
11813
11886
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
11814
11887
  }
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' }); }
11888
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
11889
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' }); }
11817
11890
  }
11818
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
11891
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
11819
11892
  type: Injectable,
11820
11893
  args: [{
11821
11894
  providedIn: 'root'
@@ -11854,10 +11927,10 @@ class ChartAccountsService extends RestService$1 {
11854
11927
  return headings;
11855
11928
  }));
11856
11929
  }
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' }); }
11930
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
11931
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChartAccountsService, providedIn: 'root' }); }
11859
11932
  }
11860
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartAccountsService, decorators: [{
11933
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChartAccountsService, decorators: [{
11861
11934
  type: Injectable,
11862
11935
  args: [{
11863
11936
  providedIn: 'root'
@@ -11940,18 +12013,18 @@ class ChatService extends RestService$1 {
11940
12013
  this.setCache(cache, true);
11941
12014
  }, ['post']);
11942
12015
  }
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' }); }
12016
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChatService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12017
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChatService, providedIn: 'root' }); }
11945
12018
  }
11946
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChatService, decorators: [{
12019
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChatService, decorators: [{
11947
12020
  type: Injectable,
11948
12021
  args: [{
11949
12022
  providedIn: 'root'
11950
12023
  }]
11951
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
12024
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
11952
12025
  type: Inject,
11953
12026
  args: ['environment']
11954
- }] }]; } });
12027
+ }] }] });
11955
12028
 
11956
12029
  /**
11957
12030
  * Service for work with messages
@@ -11973,18 +12046,18 @@ class MessageService extends RestService$1 {
11973
12046
  getUnreadChatsAmount() {
11974
12047
  return this.get().pipe(map((messages) => messages.getUnreadChatsAmount()));
11975
12048
  }
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' }); }
12049
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MessageService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12050
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MessageService, providedIn: 'root' }); }
11978
12051
  }
11979
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MessageService, decorators: [{
12052
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MessageService, decorators: [{
11980
12053
  type: Injectable,
11981
12054
  args: [{
11982
12055
  providedIn: 'root'
11983
12056
  }]
11984
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
12057
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
11985
12058
  type: Inject,
11986
12059
  args: ['environment']
11987
- }] }]; } });
12060
+ }] }] });
11988
12061
 
11989
12062
  /**
11990
12063
  * Service for work with Message Documents
@@ -12045,18 +12118,18 @@ class MessageDocumentService extends RestService$1 {
12045
12118
  addBatch(chatId, files) {
12046
12119
  return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
12047
12120
  }
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' }); }
12121
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MessageDocumentService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12122
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MessageDocumentService, providedIn: 'root' }); }
12050
12123
  }
12051
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MessageDocumentService, decorators: [{
12124
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MessageDocumentService, decorators: [{
12052
12125
  type: Injectable,
12053
12126
  args: [{
12054
12127
  providedIn: 'root'
12055
12128
  }]
12056
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
12129
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
12057
12130
  type: Inject,
12058
12131
  args: ['environment']
12059
- }] }]; } });
12132
+ }] }] });
12060
12133
 
12061
12134
  class DepreciationService extends RestService$1 {
12062
12135
  constructor(http, eventDispatcherService, environment) {
@@ -12143,18 +12216,18 @@ class DepreciationService extends RestService$1 {
12143
12216
  this.refreshCache();
12144
12217
  });
12145
12218
  }
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' }); }
12219
+ 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 }); }
12220
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DepreciationService, providedIn: 'root' }); }
12148
12221
  }
12149
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DepreciationService, decorators: [{
12222
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DepreciationService, decorators: [{
12150
12223
  type: Injectable,
12151
12224
  args: [{
12152
12225
  providedIn: 'root'
12153
12226
  }]
12154
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: undefined, decorators: [{
12227
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: undefined, decorators: [{
12155
12228
  type: Inject,
12156
12229
  args: ['environment']
12157
- }] }]; } });
12230
+ }] }] });
12158
12231
 
12159
12232
  /**
12160
12233
  * Service for work with DepreciationCapitalProjects
@@ -12168,10 +12241,10 @@ class DepreciationCapitalProjectService extends RestService$1 {
12168
12241
  this.endpointUri = 'depreciation-capital-projects';
12169
12242
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
12170
12243
  }
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' }); }
12244
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DepreciationCapitalProjectService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12245
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' }); }
12173
12246
  }
12174
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12247
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
12175
12248
  type: Injectable,
12176
12249
  args: [{
12177
12250
  providedIn: 'root'
@@ -12197,10 +12270,10 @@ class DocumentFolderService extends RestService$1 {
12197
12270
  this.modelClass = DocumentFolder;
12198
12271
  this.disabledMethods = ['deleteBatch', 'postBatch', 'putBatch'];
12199
12272
  }
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' }); }
12273
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12274
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DocumentFolderService, providedIn: 'root' }); }
12202
12275
  }
12203
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DocumentFolderService, decorators: [{
12276
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DocumentFolderService, decorators: [{
12204
12277
  type: Injectable,
12205
12278
  args: [{
12206
12279
  providedIn: 'root'
@@ -12215,10 +12288,10 @@ class DocumentService extends RestService$1 {
12215
12288
  this.collectionClass = Collection;
12216
12289
  this.disabledMethods = ['postBatch', 'putBatch'];
12217
12290
  }
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' }); }
12291
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12292
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DocumentService, providedIn: 'root' }); }
12220
12293
  }
12221
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DocumentService, decorators: [{
12294
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DocumentService, decorators: [{
12222
12295
  type: Injectable,
12223
12296
  args: [{
12224
12297
  providedIn: 'root'
@@ -12300,18 +12373,18 @@ class FacebookService {
12300
12373
  });
12301
12374
  });
12302
12375
  }
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' }); }
12376
+ 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 }); }
12377
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FacebookService, providedIn: 'root' }); }
12305
12378
  }
12306
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FacebookService, decorators: [{
12379
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FacebookService, decorators: [{
12307
12380
  type: Injectable,
12308
12381
  args: [{
12309
12382
  providedIn: 'root'
12310
12383
  }]
12311
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: ToastService }, { type: i3.JwtService }, { type: i4.Router }, { type: undefined, decorators: [{
12384
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: ToastService }, { type: i3.JwtService }, { type: i4.Router }, { type: undefined, decorators: [{
12312
12385
  type: Inject,
12313
12386
  args: ['environment']
12314
- }] }]; } });
12387
+ }] }] });
12315
12388
 
12316
12389
  /**
12317
12390
  * Google instance
@@ -12370,18 +12443,18 @@ class GoogleService {
12370
12443
  logout() {
12371
12444
  google.accounts.id.disableAutoSelect();
12372
12445
  }
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' }); }
12446
+ 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 }); }
12447
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GoogleService, providedIn: 'root' }); }
12375
12448
  }
12376
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: GoogleService, decorators: [{
12449
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GoogleService, decorators: [{
12377
12450
  type: Injectable,
12378
12451
  args: [{
12379
12452
  providedIn: 'root'
12380
12453
  }]
12381
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: ToastService }, { type: i3.JwtService }, { type: i4.Router }, { type: undefined, decorators: [{
12454
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: ToastService }, { type: i3.JwtService }, { type: i4.Router }, { type: undefined, decorators: [{
12382
12455
  type: Inject,
12383
12456
  args: ['environment']
12384
- }] }]; } });
12457
+ }] }] });
12385
12458
 
12386
12459
  class FileService extends RestService$1 {
12387
12460
  constructor() {
@@ -12405,10 +12478,10 @@ class FileService extends RestService$1 {
12405
12478
  download(file) {
12406
12479
  return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
12407
12480
  }
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' }); }
12481
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12482
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FileService, providedIn: 'root' }); }
12410
12483
  }
12411
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FileService, decorators: [{
12484
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FileService, decorators: [{
12412
12485
  type: Injectable,
12413
12486
  args: [{
12414
12487
  providedIn: 'root'
@@ -12491,18 +12564,18 @@ class ClientInviteService extends RestService$1 {
12491
12564
  return throwError(error);
12492
12565
  }));
12493
12566
  }
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' }); }
12567
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientInviteService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12568
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientInviteService, providedIn: 'root' }); }
12496
12569
  }
12497
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientInviteService, decorators: [{
12570
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientInviteService, decorators: [{
12498
12571
  type: Injectable,
12499
12572
  args: [{
12500
12573
  providedIn: 'root'
12501
12574
  }]
12502
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
12575
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
12503
12576
  type: Inject,
12504
12577
  args: ['environment']
12505
- }] }]; } });
12578
+ }] }] });
12506
12579
 
12507
12580
  var ClientInviteMessages;
12508
12581
  (function (ClientInviteMessages) {
@@ -12584,18 +12657,18 @@ class ClientMovementService extends RestService$1 {
12584
12657
  // this.updateCache([clientMovement], 'delete');
12585
12658
  }));
12586
12659
  }
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' }); }
12660
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientMovementService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
12661
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientMovementService, providedIn: 'root' }); }
12589
12662
  }
12590
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientMovementService, decorators: [{
12663
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientMovementService, decorators: [{
12591
12664
  type: Injectable,
12592
12665
  args: [{
12593
12666
  providedIn: 'root'
12594
12667
  }]
12595
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
12668
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
12596
12669
  type: Inject,
12597
12670
  args: ['environment']
12598
- }] }]; } });
12671
+ }] }] });
12599
12672
 
12600
12673
  var ClientMovementMessagesEnum;
12601
12674
  (function (ClientMovementMessagesEnum) {
@@ -12648,10 +12721,10 @@ class EmployeeService extends RestService$1 {
12648
12721
  index === -1 ? employee.roles.push(role) : employee.roles.splice(index, 1);
12649
12722
  return super.put(employee, `${this.environment.apiV2}/${this.endpointUri}/${employee.id}`);
12650
12723
  }
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' }); }
12724
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12725
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmployeeService, providedIn: 'root' }); }
12653
12726
  }
12654
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EmployeeService, decorators: [{
12727
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmployeeService, decorators: [{
12655
12728
  type: Injectable,
12656
12729
  args: [{
12657
12730
  providedIn: 'root'
@@ -12712,10 +12785,10 @@ class EmployeeInviteService extends RestService$1 {
12712
12785
  return updatedInvite;
12713
12786
  }));
12714
12787
  }
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' }); }
12788
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12789
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' }); }
12717
12790
  }
12718
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EmployeeInviteService, decorators: [{
12791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmployeeInviteService, decorators: [{
12719
12792
  type: Injectable,
12720
12793
  args: [{
12721
12794
  providedIn: 'root'
@@ -12739,18 +12812,18 @@ class ClientPortfolioReportService {
12739
12812
  return new ClientPortfolioReportCollection(clientReports);
12740
12813
  }));
12741
12814
  }
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' }); }
12815
+ 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 }); }
12816
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' }); }
12744
12817
  }
12745
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
12818
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
12746
12819
  type: Injectable,
12747
12820
  args: [{
12748
12821
  providedIn: 'root'
12749
12822
  }]
12750
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
12823
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
12751
12824
  type: Inject,
12752
12825
  args: ['environment']
12753
- }] }]; } });
12826
+ }] }] });
12754
12827
 
12755
12828
  var FirmMessagesEnum;
12756
12829
  (function (FirmMessagesEnum) {
@@ -12801,18 +12874,18 @@ class FirmService {
12801
12874
  getByType(type) {
12802
12875
  return this.getAll().pipe(map((firms) => firms.filter((firm) => firm.type === type)));
12803
12876
  }
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' }); }
12877
+ 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 }); }
12878
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FirmService, providedIn: 'root' }); }
12806
12879
  }
12807
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FirmService, decorators: [{
12880
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FirmService, decorators: [{
12808
12881
  type: Injectable,
12809
12882
  args: [{
12810
12883
  providedIn: 'root'
12811
12884
  }]
12812
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
12885
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
12813
12886
  type: Inject,
12814
12887
  args: ['environment']
12815
- }] }]; } });
12888
+ }] }] });
12816
12889
 
12817
12890
  class FirmBranchService extends RestService$1 {
12818
12891
  constructor() {
@@ -12822,10 +12895,10 @@ class FirmBranchService extends RestService$1 {
12822
12895
  this.collectionClass = (Collection);
12823
12896
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
12824
12897
  }
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' }); }
12898
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FirmBranchService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
12899
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FirmBranchService, providedIn: 'root' }); }
12827
12900
  }
12828
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FirmBranchService, decorators: [{
12901
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FirmBranchService, decorators: [{
12829
12902
  type: Injectable,
12830
12903
  args: [{
12831
12904
  providedIn: 'root'
@@ -13059,18 +13132,18 @@ class RestService {
13059
13132
  createModelInstance(model) {
13060
13133
  return plainToClass(this.modelClass, model);
13061
13134
  }
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' }); }
13135
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RestService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13136
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RestService, providedIn: 'root' }); }
13064
13137
  }
13065
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RestService, decorators: [{
13138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RestService, decorators: [{
13066
13139
  type: Injectable,
13067
13140
  args: [{
13068
13141
  providedIn: 'root'
13069
13142
  }]
13070
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
13143
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
13071
13144
  type: Inject,
13072
13145
  args: ['environment']
13073
- }] }]; } });
13146
+ }] }] });
13074
13147
 
13075
13148
  /**
13076
13149
  * Service to work with Other Income Forecasts
@@ -13137,18 +13210,18 @@ class IncomeSourceForecastService extends RestService {
13137
13210
  return incomeSource.incomeSourceForecasts;
13138
13211
  }).flat();
13139
13212
  }
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' }); }
13213
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IncomeSourceForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13214
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' }); }
13142
13215
  }
13143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13144
13217
  type: Injectable,
13145
13218
  args: [{
13146
13219
  providedIn: 'root'
13147
13220
  }]
13148
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
13221
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
13149
13222
  type: Inject,
13150
13223
  args: ['environment']
13151
- }] }]; } });
13224
+ }] }] });
13152
13225
 
13153
13226
  /**
13154
13227
  * Service to work with Salary Forecasts
@@ -13214,18 +13287,18 @@ class SalaryForecastService extends RestService {
13214
13287
  return incomeSource.salaryForecasts;
13215
13288
  }).flat();
13216
13289
  }
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' }); }
13290
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SalaryForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13291
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SalaryForecastService, providedIn: 'root' }); }
13219
13292
  }
13220
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SalaryForecastService, decorators: [{
13293
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SalaryForecastService, decorators: [{
13221
13294
  type: Injectable,
13222
13295
  args: [{
13223
13296
  providedIn: 'root'
13224
13297
  }]
13225
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
13298
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
13226
13299
  type: Inject,
13227
13300
  args: ['environment']
13228
- }] }]; } });
13301
+ }] }] });
13229
13302
 
13230
13303
  class SoleForecastService extends RestService {
13231
13304
  constructor(environment) {
@@ -13299,18 +13372,18 @@ class SoleForecastService extends RestService {
13299
13372
  this.refreshCache();
13300
13373
  });
13301
13374
  }
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' }); }
13375
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleForecastService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13376
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleForecastService, providedIn: 'root' }); }
13304
13377
  }
13305
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleForecastService, decorators: [{
13378
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleForecastService, decorators: [{
13306
13379
  type: Injectable,
13307
13380
  args: [{
13308
13381
  providedIn: 'root'
13309
13382
  }]
13310
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
13383
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
13311
13384
  type: Inject,
13312
13385
  args: ['environment']
13313
- }] }]; } });
13386
+ }] }] });
13314
13387
 
13315
13388
  /**
13316
13389
  * Service to work with income sources
@@ -13385,18 +13458,18 @@ class IncomeSourceService extends RestService {
13385
13458
  this.refreshCache();
13386
13459
  });
13387
13460
  }
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' }); }
13461
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IncomeSourceService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13462
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IncomeSourceService, providedIn: 'root' }); }
13390
13463
  }
13391
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IncomeSourceService, decorators: [{
13464
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IncomeSourceService, decorators: [{
13392
13465
  type: Injectable,
13393
13466
  args: [{
13394
13467
  providedIn: 'root'
13395
13468
  }]
13396
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
13469
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
13397
13470
  type: Inject,
13398
13471
  args: ['environment']
13399
- }] }]; } });
13472
+ }] }] });
13400
13473
 
13401
13474
  var IncomeSourceMessagesEnum;
13402
13475
  (function (IncomeSourceMessagesEnum) {
@@ -13461,18 +13534,18 @@ class BorrowingExpenseService {
13461
13534
  return combinedBorrowingExpenses;
13462
13535
  }));
13463
13536
  }
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' }); }
13537
+ 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 }); }
13538
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' }); }
13466
13539
  }
13467
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BorrowingExpenseService, decorators: [{
13540
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BorrowingExpenseService, decorators: [{
13468
13541
  type: Injectable,
13469
13542
  args: [{
13470
13543
  providedIn: 'root'
13471
13544
  }]
13472
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
13545
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
13473
13546
  type: Inject,
13474
13547
  args: ['environment']
13475
- }] }]; } });
13548
+ }] }] });
13476
13549
 
13477
13550
  /**
13478
13551
  * Service that handling loans logic
@@ -13545,18 +13618,18 @@ class LoanService extends RestService$1 {
13545
13618
  this.refreshCache();
13546
13619
  }));
13547
13620
  }
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' }); }
13621
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoanService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13622
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoanService, providedIn: 'root' }); }
13550
13623
  }
13551
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LoanService, decorators: [{
13624
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoanService, decorators: [{
13552
13625
  type: Injectable,
13553
13626
  args: [{
13554
13627
  providedIn: 'root'
13555
13628
  }]
13556
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
13629
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
13557
13630
  type: Inject,
13558
13631
  args: ['environment']
13559
- }] }]; } });
13632
+ }] }] });
13560
13633
 
13561
13634
  class BorrowingReportService extends RestService$1 {
13562
13635
  constructor() {
@@ -13566,10 +13639,10 @@ class BorrowingReportService extends RestService$1 {
13566
13639
  this.collectionClass = Collection;
13567
13640
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
13568
13641
  }
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' }); }
13642
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BorrowingReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13643
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BorrowingReportService, providedIn: 'root' }); }
13571
13644
  }
13572
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BorrowingReportService, decorators: [{
13645
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BorrowingReportService, decorators: [{
13573
13646
  type: Injectable,
13574
13647
  args: [{
13575
13648
  providedIn: 'root'
@@ -13594,10 +13667,10 @@ class PropertyCategoryService extends RestService$1 {
13594
13667
  this.endpointUri = 'properties/categories';
13595
13668
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
13596
13669
  }
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' }); }
13670
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13671
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' }); }
13599
13672
  }
13600
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyCategoryService, decorators: [{
13673
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCategoryService, decorators: [{
13601
13674
  type: Injectable,
13602
13675
  args: [{
13603
13676
  providedIn: 'root'
@@ -13612,10 +13685,10 @@ class PropertyCategoryMovementService extends RestService$1 {
13612
13685
  this.endpointUri = 'property-category-movements';
13613
13686
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
13614
13687
  }
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' }); }
13688
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13689
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' }); }
13617
13690
  }
13618
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
13691
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
13619
13692
  type: Injectable,
13620
13693
  args: [{
13621
13694
  providedIn: 'root'
@@ -13647,10 +13720,10 @@ class PropertyDocumentService extends RestService$1 {
13647
13720
  get() {
13648
13721
  return super.get().pipe(map((documents) => documents.filter((document) => !!document.file)));
13649
13722
  }
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' }); }
13723
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13724
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' }); }
13652
13725
  }
13653
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyDocumentService, decorators: [{
13726
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyDocumentService, decorators: [{
13654
13727
  type: Injectable,
13655
13728
  args: [{
13656
13729
  providedIn: 'root'
@@ -13728,15 +13801,15 @@ class TaxExemptionService extends DataService {
13728
13801
  this.collectionClass = TaxExemptionCollection;
13729
13802
  this.setCache(TaxExemptions);
13730
13803
  }
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' }); }
13804
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
13805
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxExemptionService, providedIn: 'root' }); }
13733
13806
  }
13734
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxExemptionService, decorators: [{
13807
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxExemptionService, decorators: [{
13735
13808
  type: Injectable,
13736
13809
  args: [{
13737
13810
  providedIn: 'root'
13738
13811
  }]
13739
- }], ctorParameters: function () { return []; } });
13812
+ }], ctorParameters: () => [] });
13740
13813
 
13741
13814
  class PropertySaleService extends RestService$1 {
13742
13815
  constructor() {
@@ -13746,10 +13819,10 @@ class PropertySaleService extends RestService$1 {
13746
13819
  this.endpointUri = 'properties/sales';
13747
13820
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
13748
13821
  }
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' }); }
13822
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13823
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertySaleService, providedIn: 'root' }); }
13751
13824
  }
13752
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertySaleService, decorators: [{
13825
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertySaleService, decorators: [{
13753
13826
  type: Injectable,
13754
13827
  args: [{
13755
13828
  providedIn: 'root'
@@ -13802,18 +13875,18 @@ class PropertyShareService extends RestService$1 {
13802
13875
  listenSalesChanges() {
13803
13876
  this.listenCSE(PropertySale, this.refreshCache, ['post', 'delete']);
13804
13877
  }
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' }); }
13878
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyShareService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13879
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyShareService, providedIn: 'root' }); }
13807
13880
  }
13808
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyShareService, decorators: [{
13881
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyShareService, decorators: [{
13809
13882
  type: Injectable,
13810
13883
  args: [{
13811
13884
  providedIn: 'root'
13812
13885
  }]
13813
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
13886
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
13814
13887
  type: Inject,
13815
13888
  args: ['environment']
13816
- }] }]; } });
13889
+ }] }] });
13817
13890
 
13818
13891
  class PropertyValuationService extends RestService$1 {
13819
13892
  constructor() {
@@ -13823,10 +13896,10 @@ class PropertyValuationService extends RestService$1 {
13823
13896
  this.collectionClass = PropertyValuationCollection;
13824
13897
  this.disabledMethods = ['postBatch', 'putBatch'];
13825
13898
  }
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' }); }
13899
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyValuationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
13900
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyValuationService, providedIn: 'root' }); }
13828
13901
  }
13829
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyValuationService, decorators: [{
13902
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyValuationService, decorators: [{
13830
13903
  type: Injectable,
13831
13904
  args: [{
13832
13905
  providedIn: 'root'
@@ -13914,18 +13987,18 @@ class PropertyService extends RestService$1 {
13914
13987
  this.updateCache([deactivatedProperty], 'put');
13915
13988
  }));
13916
13989
  }
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' }); }
13990
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
13991
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyService, providedIn: 'root' }); }
13919
13992
  }
13920
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyService, decorators: [{
13993
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyService, decorators: [{
13921
13994
  type: Injectable,
13922
13995
  args: [{
13923
13996
  providedIn: 'root'
13924
13997
  }]
13925
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
13998
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
13926
13999
  type: Inject,
13927
14000
  args: ['environment']
13928
- }] }]; } });
14001
+ }] }] });
13929
14002
 
13930
14003
  /**
13931
14004
  * Service to handle service notifications logic
@@ -13974,18 +14047,18 @@ class ServiceNotificationService extends RestService {
13974
14047
  this.eventDispatcherService.dispatch(new AppEvent(AppEventTypeEnum.NOTIFICATION_ADDED, notification));
13975
14048
  });
13976
14049
  }
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' }); }
14050
+ 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 }); }
14051
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' }); }
13979
14052
  }
13980
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServiceNotificationService, decorators: [{
14053
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServiceNotificationService, decorators: [{
13981
14054
  type: Injectable,
13982
14055
  args: [{
13983
14056
  providedIn: 'root'
13984
14057
  }]
13985
- }], ctorParameters: function () { return [{ type: EventDispatcherService }, { type: undefined, decorators: [{
14058
+ }], ctorParameters: () => [{ type: EventDispatcherService }, { type: undefined, decorators: [{
13986
14059
  type: Inject,
13987
14060
  args: ['environment']
13988
- }] }, { type: ToastService }, { type: SseService }]; } });
14061
+ }] }, { type: ToastService }, { type: SseService }] });
13989
14062
 
13990
14063
  var SoleBusinessMessagesEnum;
13991
14064
  (function (SoleBusinessMessagesEnum) {
@@ -14000,10 +14073,10 @@ class SoleBusinessService extends RestService$1 {
14000
14073
  this.endpointUri = 'sole-businesses';
14001
14074
  this.roles = [UserRolesEnum.SOLE_TANK];
14002
14075
  }
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' }); }
14076
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14077
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessService, providedIn: 'root' }); }
14005
14078
  }
14006
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleBusinessService, decorators: [{
14079
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessService, decorators: [{
14007
14080
  type: Injectable,
14008
14081
  args: [{
14009
14082
  providedIn: 'root'
@@ -14016,10 +14089,10 @@ class SoleBusinessActivityService extends RestService {
14016
14089
  this.modelClass = SoleBusinessActivity;
14017
14090
  this.url = 'sole-business-activities';
14018
14091
  }
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' }); }
14092
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14093
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' }); }
14021
14094
  }
14022
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14095
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14023
14096
  type: Injectable,
14024
14097
  args: [{
14025
14098
  providedIn: 'root'
@@ -14045,18 +14118,18 @@ class SoleBusinessLossService extends RestService {
14045
14118
  this.refreshCache();
14046
14119
  });
14047
14120
  }
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' }); }
14121
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessLossService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
14122
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' }); }
14050
14123
  }
14051
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14124
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14052
14125
  type: Injectable,
14053
14126
  args: [{
14054
14127
  providedIn: 'root'
14055
14128
  }]
14056
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
14129
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
14057
14130
  type: Inject,
14058
14131
  args: ['environment']
14059
- }] }]; } });
14132
+ }] }] });
14060
14133
 
14061
14134
  /**
14062
14135
  * @TODO vik replace with json when the final list is confirmed
@@ -14067,10 +14140,10 @@ class SoleBusinessLossOffsetRuleService extends RestService {
14067
14140
  this.modelClass = SoleBusinessLossOffsetRule;
14068
14141
  this.url = 'sole-business-loss-offset-rules';
14069
14142
  }
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' }); }
14143
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14144
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' }); }
14072
14145
  }
14073
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14146
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14074
14147
  type: Injectable,
14075
14148
  args: [{
14076
14149
  providedIn: 'root'
@@ -14083,10 +14156,10 @@ class SoleContactService extends RestService {
14083
14156
  this.modelClass = SoleContact;
14084
14157
  this.url = 'sole-contacts';
14085
14158
  }
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' }); }
14159
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14160
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleContactService, providedIn: 'root' }); }
14088
14161
  }
14089
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleContactService, decorators: [{
14162
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleContactService, decorators: [{
14090
14163
  type: Injectable,
14091
14164
  args: [{
14092
14165
  providedIn: 'root'
@@ -14142,18 +14215,18 @@ class SoleDepreciationMethodService {
14142
14215
  this.get().subscribe();
14143
14216
  });
14144
14217
  }
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' }); }
14218
+ 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 }); }
14219
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' }); }
14147
14220
  }
14148
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14149
14222
  type: Injectable,
14150
14223
  args: [{
14151
14224
  providedIn: 'root'
14152
14225
  }]
14153
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
14226
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
14154
14227
  type: Inject,
14155
14228
  args: ['environment']
14156
- }] }, { type: EventDispatcherService }, { type: ToastService }]; } });
14229
+ }] }, { type: EventDispatcherService }, { type: ToastService }] });
14157
14230
 
14158
14231
  /**
14159
14232
  * @TODO TT-1777 Alex: extend from rest service when it refactored
@@ -14197,18 +14270,18 @@ class SoleDetailsService {
14197
14270
  return this.cache;
14198
14271
  }));
14199
14272
  }
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' }); }
14273
+ 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 }); }
14274
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleDetailsService, providedIn: 'root' }); }
14202
14275
  }
14203
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleDetailsService, decorators: [{
14276
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleDetailsService, decorators: [{
14204
14277
  type: Injectable,
14205
14278
  args: [{
14206
14279
  providedIn: 'root'
14207
14280
  }]
14208
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
14281
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
14209
14282
  type: Inject,
14210
14283
  args: ['environment']
14211
- }] }, { type: EventDispatcherService }]; } });
14284
+ }] }, { type: EventDispatcherService }] });
14212
14285
 
14213
14286
  class SoleInvoiceService extends RestService {
14214
14287
  constructor(environment) {
@@ -14239,18 +14312,18 @@ class SoleInvoiceService extends RestService {
14239
14312
  const number = last(this.cache)?.number ?? 0;
14240
14313
  return number + 1;
14241
14314
  }
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' }); }
14315
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleInvoiceService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
14316
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' }); }
14244
14317
  }
14245
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleInvoiceService, decorators: [{
14318
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleInvoiceService, decorators: [{
14246
14319
  type: Injectable,
14247
14320
  args: [{
14248
14321
  providedIn: 'root'
14249
14322
  }]
14250
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
14323
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
14251
14324
  type: Inject,
14252
14325
  args: ['environment']
14253
- }] }]; } });
14326
+ }] }] });
14254
14327
 
14255
14328
  class SoleInvoiceTemplateService extends RestService {
14256
14329
  constructor() {
@@ -14258,10 +14331,10 @@ class SoleInvoiceTemplateService extends RestService {
14258
14331
  this.modelClass = SoleInvoiceTemplate;
14259
14332
  this.url = 'sole-invoice-templates';
14260
14333
  }
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' }); }
14334
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14335
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' }); }
14263
14336
  }
14264
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
14337
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
14265
14338
  type: Injectable,
14266
14339
  args: [{
14267
14340
  providedIn: 'root'
@@ -14282,10 +14355,10 @@ class BasReportService extends RestService {
14282
14355
  this.modelClass = BasReport;
14283
14356
  this.url = 'bas-reports';
14284
14357
  }
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' }); }
14358
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14359
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasReportService, providedIn: 'root' }); }
14287
14360
  }
14288
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasReportService, decorators: [{
14361
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasReportService, decorators: [{
14289
14362
  type: Injectable,
14290
14363
  args: [{
14291
14364
  providedIn: 'root'
@@ -14309,10 +14382,10 @@ class ServicePaymentService extends RestService$1 {
14309
14382
  }
14310
14383
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
14311
14384
  }
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' }); }
14385
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14386
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServicePaymentService, providedIn: 'root' }); }
14314
14387
  }
14315
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServicePaymentService, decorators: [{
14388
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServicePaymentService, decorators: [{
14316
14389
  type: Injectable,
14317
14390
  args: [{
14318
14391
  providedIn: 'root'
@@ -14344,18 +14417,18 @@ class ServicePaymentMethodService extends RestService$1 {
14344
14417
  return this.http.put(`${this.apiUrl}/${paymentMethod.id}/default`, {})
14345
14418
  .pipe(map((updatedPaymentMethod) => plainToClass(ServicePaymentMethod, updatedPaymentMethod)));
14346
14419
  }
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' }); }
14420
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
14421
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' }); }
14349
14422
  }
14350
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
14423
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
14351
14424
  type: Injectable,
14352
14425
  args: [{
14353
14426
  providedIn: 'root'
14354
14427
  }]
14355
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
14428
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
14356
14429
  type: Inject,
14357
14430
  args: ['environment']
14358
- }] }]; } });
14431
+ }] }] });
14359
14432
 
14360
14433
  /**
14361
14434
  * Service that handling banks logic
@@ -14368,10 +14441,10 @@ class ServicePriceService extends RestService$1 {
14368
14441
  this.collectionClass = ServicePriceCollection;
14369
14442
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
14370
14443
  }
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' }); }
14444
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14445
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServicePriceService, providedIn: 'root' }); }
14373
14446
  }
14374
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServicePriceService, decorators: [{
14447
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServicePriceService, decorators: [{
14375
14448
  type: Injectable,
14376
14449
  args: [{
14377
14450
  providedIn: 'root'
@@ -14449,18 +14522,18 @@ class SubscriptionService extends RestService$1 {
14449
14522
  params: { code }
14450
14523
  }).pipe(map((response) => plainToClass(ServicePromoCode, response)));
14451
14524
  }
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' }); }
14525
+ 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 }); }
14526
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubscriptionService, providedIn: 'root' }); }
14454
14527
  }
14455
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SubscriptionService, decorators: [{
14528
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubscriptionService, decorators: [{
14456
14529
  type: Injectable,
14457
14530
  args: [{
14458
14531
  providedIn: 'root'
14459
14532
  }]
14460
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
14533
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
14461
14534
  type: Inject,
14462
14535
  args: ['environment']
14463
- }] }]; } });
14536
+ }] }] });
14464
14537
 
14465
14538
  class ServiceProductService extends RestService$1 {
14466
14539
  constructor() {
@@ -14470,10 +14543,10 @@ class ServiceProductService extends RestService$1 {
14470
14543
  this.endpointUri = 'service-products';
14471
14544
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
14472
14545
  }
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' }); }
14546
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
14547
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServiceProductService, providedIn: 'root' }); }
14475
14548
  }
14476
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ServiceProductService, decorators: [{
14549
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServiceProductService, decorators: [{
14477
14550
  type: Injectable,
14478
14551
  args: [{
14479
14552
  providedIn: 'root'
@@ -14609,18 +14682,18 @@ class TaxReviewHistoryService extends RestService {
14609
14682
  this.updateCache();
14610
14683
  });
14611
14684
  }
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' }); }
14685
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxReviewHistoryService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
14686
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' }); }
14614
14687
  }
14615
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
14688
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
14616
14689
  type: Injectable,
14617
14690
  args: [{
14618
14691
  providedIn: 'root'
14619
14692
  }]
14620
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
14693
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
14621
14694
  type: Inject,
14622
14695
  args: ['environment']
14623
- }] }]; } });
14696
+ }] }] });
14624
14697
 
14625
14698
  /**
14626
14699
  * Service to work with tax review
@@ -14705,18 +14778,18 @@ class TaxReviewService extends RestService {
14705
14778
  }
14706
14779
  });
14707
14780
  }
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' }); }
14781
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxReviewService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
14782
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxReviewService, providedIn: 'root' }); }
14710
14783
  }
14711
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxReviewService, decorators: [{
14784
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxReviewService, decorators: [{
14712
14785
  type: Injectable,
14713
14786
  args: [{
14714
14787
  providedIn: 'root'
14715
14788
  }]
14716
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
14789
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
14717
14790
  type: Inject,
14718
14791
  args: ['environment']
14719
- }] }]; } });
14792
+ }] }] });
14720
14793
 
14721
14794
  var TaxReviewMessagesEnum;
14722
14795
  (function (TaxReviewMessagesEnum) {
@@ -15002,18 +15075,18 @@ class TaxSummaryService {
15002
15075
  this.getForecast().subscribe();
15003
15076
  });
15004
15077
  }
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' }); }
15078
+ 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 }); }
15079
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxSummaryService, providedIn: 'root' }); }
15007
15080
  }
15008
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxSummaryService, decorators: [{
15081
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxSummaryService, decorators: [{
15009
15082
  type: Injectable,
15010
15083
  args: [{
15011
15084
  providedIn: 'root'
15012
15085
  }]
15013
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: undefined, decorators: [{
15086
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: undefined, decorators: [{
15014
15087
  type: Inject,
15015
15088
  args: ['environment']
15016
- }] }]; } });
15089
+ }] }] });
15017
15090
 
15018
15091
  class AllocationRuleService extends RestService$1 {
15019
15092
  constructor() {
@@ -15022,10 +15095,10 @@ class AllocationRuleService extends RestService$1 {
15022
15095
  this.collectionClass = AllocationRuleCollection;
15023
15096
  this.modelClass = AllocationRule;
15024
15097
  }
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' }); }
15098
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15099
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AllocationRuleService, providedIn: 'root' }); }
15027
15100
  }
15028
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AllocationRuleService, decorators: [{
15101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AllocationRuleService, decorators: [{
15029
15102
  type: Injectable,
15030
15103
  args: [{
15031
15104
  providedIn: 'root'
@@ -15130,18 +15203,18 @@ class TransactionAllocationService extends RestService {
15130
15203
  }
15131
15204
  });
15132
15205
  }
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' }); }
15206
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TransactionAllocationService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15207
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' }); }
15135
15208
  }
15136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TransactionAllocationService, decorators: [{
15209
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TransactionAllocationService, decorators: [{
15137
15210
  type: Injectable,
15138
15211
  args: [{
15139
15212
  providedIn: 'root'
15140
15213
  }]
15141
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
15214
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
15142
15215
  type: Inject,
15143
15216
  args: ['environment']
15144
- }] }]; } });
15217
+ }] }] });
15145
15218
 
15146
15219
  /**
15147
15220
  * Service for transactions business logic
@@ -15406,18 +15479,18 @@ class TransactionService extends RestService {
15406
15479
  }
15407
15480
  });
15408
15481
  }
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' }); }
15482
+ 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 }); }
15483
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TransactionService, providedIn: 'root' }); }
15411
15484
  }
15412
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TransactionService, decorators: [{
15485
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TransactionService, decorators: [{
15413
15486
  type: Injectable,
15414
15487
  args: [{
15415
15488
  providedIn: 'root'
15416
15489
  }]
15417
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: undefined, decorators: [{
15490
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: EventDispatcherService }, { type: undefined, decorators: [{
15418
15491
  type: Inject,
15419
15492
  args: ['environment']
15420
- }] }]; } });
15493
+ }] }] });
15421
15494
 
15422
15495
  // @TODO Artem: implement cache and extend rest?
15423
15496
  class YoutubeService {
@@ -15436,18 +15509,18 @@ class YoutubeService {
15436
15509
  title: item.snippet.title
15437
15510
  }))));
15438
15511
  }
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' }); }
15512
+ 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 }); }
15513
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: YoutubeService, providedIn: 'root' }); }
15441
15514
  }
15442
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: YoutubeService, decorators: [{
15515
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: YoutubeService, decorators: [{
15443
15516
  type: Injectable,
15444
15517
  args: [{
15445
15518
  providedIn: 'root'
15446
15519
  }]
15447
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
15520
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
15448
15521
  type: Inject,
15449
15522
  args: ['environment']
15450
- }] }]; } });
15523
+ }] }] });
15451
15524
 
15452
15525
  /**
15453
15526
  * Service that allows to work with WorkTank operations
@@ -15459,10 +15532,10 @@ class VehicleService extends RestService$1 {
15459
15532
  this.collectionClass = (Collection);
15460
15533
  this.modelClass = Vehicle;
15461
15534
  }
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' }); }
15535
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15536
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleService, providedIn: 'root' }); }
15464
15537
  }
15465
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VehicleService, decorators: [{
15538
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleService, decorators: [{
15466
15539
  type: Injectable,
15467
15540
  args: [{
15468
15541
  providedIn: 'root'
@@ -15515,18 +15588,18 @@ class VehicleClaimService extends RestService {
15515
15588
  });
15516
15589
  return combineLatest(batch$);
15517
15590
  }
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' }); }
15591
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleClaimService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15592
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleClaimService, providedIn: 'root' }); }
15520
15593
  }
15521
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VehicleClaimService, decorators: [{
15594
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleClaimService, decorators: [{
15522
15595
  type: Injectable,
15523
15596
  args: [{
15524
15597
  providedIn: 'root'
15525
15598
  }]
15526
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
15599
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
15527
15600
  type: Inject,
15528
15601
  args: ['environment']
15529
- }] }]; } });
15602
+ }] }] });
15530
15603
 
15531
15604
  /**
15532
15605
  * @TODO TT-1777 Alex: extend from rest service when it refactored
@@ -15580,18 +15653,18 @@ class VehicleClaimDetailsService {
15580
15653
  const vehicleClaimDetails = plainToClass(VehicleClaimDetails, Object.assign({}, this.cache, { isManual: true }));
15581
15654
  this.update(vehicleClaimDetails).subscribe();
15582
15655
  }
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' }); }
15656
+ 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 }); }
15657
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' }); }
15585
15658
  }
15586
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
15659
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
15587
15660
  type: Injectable,
15588
15661
  args: [{
15589
15662
  providedIn: 'root'
15590
15663
  }]
15591
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
15664
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
15592
15665
  type: Inject,
15593
15666
  args: ['environment']
15594
- }] }, { type: i1.HttpClient }, { type: EventDispatcherService }]; } });
15667
+ }] }, { type: i1.HttpClient }, { type: EventDispatcherService }] });
15595
15668
 
15596
15669
  /**
15597
15670
  * Vehicle logbook service. Allows user to add, update or delete vehicle trips
@@ -15604,10 +15677,10 @@ class VehicleLogbookService extends RestService$1 {
15604
15677
  this.collectionClass = VehicleLogbookCollection;
15605
15678
  this.modelClass = VehicleLogbook;
15606
15679
  }
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' }); }
15680
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15681
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' }); }
15609
15682
  }
15610
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: VehicleLogbookService, decorators: [{
15683
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: VehicleLogbookService, decorators: [{
15611
15684
  type: Injectable,
15612
15685
  args: [{
15613
15686
  providedIn: 'root'
@@ -15630,10 +15703,10 @@ class AnnualClientDetailsService extends RestService$1 {
15630
15703
  this.endpointUri = 'annual-client-details';
15631
15704
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
15632
15705
  }
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' }); }
15706
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15707
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' }); }
15635
15708
  }
15636
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
15709
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
15637
15710
  type: Injectable,
15638
15711
  args: [{
15639
15712
  providedIn: 'root'
@@ -15663,18 +15736,18 @@ class OccupationService {
15663
15736
  }
15664
15737
  return this.occupationsSubject.asObservable();
15665
15738
  }
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' }); }
15739
+ 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 }); }
15740
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OccupationService, providedIn: 'root' }); }
15668
15741
  }
15669
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: OccupationService, decorators: [{
15742
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: OccupationService, decorators: [{
15670
15743
  type: Injectable,
15671
15744
  args: [{
15672
15745
  providedIn: 'root'
15673
15746
  }]
15674
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
15747
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
15675
15748
  type: Inject,
15676
15749
  args: ['environment']
15677
- }] }]; } });
15750
+ }] }] });
15678
15751
 
15679
15752
  /**
15680
15753
  * discount coupon, applied automatically to the first subscription,
@@ -15688,10 +15761,10 @@ class ClientCouponService extends RestService$1 {
15688
15761
  this.endpointUri = 'users/current/promo-code';
15689
15762
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
15690
15763
  }
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' }); }
15764
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientCouponService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15765
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientCouponService, providedIn: 'root' }); }
15693
15766
  }
15694
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientCouponService, decorators: [{
15767
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientCouponService, decorators: [{
15695
15768
  type: Injectable,
15696
15769
  args: [{
15697
15770
  providedIn: 'root'
@@ -15706,10 +15779,10 @@ class CapitalLossService extends RestService$1 {
15706
15779
  this.collectionClass = (Collection);
15707
15780
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
15708
15781
  }
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' }); }
15782
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CapitalLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15783
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CapitalLossService, providedIn: 'root' }); }
15711
15784
  }
15712
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CapitalLossService, decorators: [{
15785
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CapitalLossService, decorators: [{
15713
15786
  type: Injectable,
15714
15787
  args: [{
15715
15788
  providedIn: 'root'
@@ -15772,10 +15845,10 @@ class UserEventSettingService extends RestService$1 {
15772
15845
  this.endpointUri = 'user-event-settings';
15773
15846
  this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
15774
15847
  }
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' }); }
15848
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15849
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserEventSettingService, providedIn: 'root' }); }
15777
15850
  }
15778
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserEventSettingService, decorators: [{
15851
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserEventSettingService, decorators: [{
15779
15852
  type: Injectable,
15780
15853
  args: [{
15781
15854
  providedIn: 'root'
@@ -15790,10 +15863,10 @@ class UserEventTypeService extends RestService$1 {
15790
15863
  this.endpointUri = 'user-event-types';
15791
15864
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
15792
15865
  }
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' }); }
15866
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15867
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserEventTypeService, providedIn: 'root' }); }
15795
15868
  }
15796
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserEventTypeService, decorators: [{
15869
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserEventTypeService, decorators: [{
15797
15870
  type: Injectable,
15798
15871
  args: [{
15799
15872
  providedIn: 'root'
@@ -15816,10 +15889,10 @@ class UsersInviteService extends RestService {
15816
15889
  this.modelClass = RegistrationInvite;
15817
15890
  this.url = 'users/invite';
15818
15891
  }
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' }); }
15892
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
15893
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UsersInviteService, providedIn: 'root' }); }
15821
15894
  }
15822
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UsersInviteService, decorators: [{
15895
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UsersInviteService, decorators: [{
15823
15896
  type: Injectable,
15824
15897
  args: [{
15825
15898
  providedIn: 'root'
@@ -15910,18 +15983,18 @@ class UserService extends RestService$1 {
15910
15983
  }, 2000);
15911
15984
  }, ['post', 'put']);
15912
15985
  }
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' }); }
15986
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
15987
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserService, providedIn: 'root' }); }
15915
15988
  }
15916
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserService, decorators: [{
15989
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserService, decorators: [{
15917
15990
  type: Injectable,
15918
15991
  args: [{
15919
15992
  providedIn: 'root'
15920
15993
  }]
15921
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
15994
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
15922
15995
  type: Inject,
15923
15996
  args: ['environment']
15924
- }] }]; } });
15997
+ }] }] });
15925
15998
 
15926
15999
  class FinancialYearService {
15927
16000
  constructor(http, environment) {
@@ -15934,18 +16007,18 @@ class FinancialYearService {
15934
16007
  window.location.reload();
15935
16008
  }));
15936
16009
  }
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' }); }
16010
+ 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 }); }
16011
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinancialYearService, providedIn: 'root' }); }
15939
16012
  }
15940
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FinancialYearService, decorators: [{
16013
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinancialYearService, decorators: [{
15941
16014
  type: Injectable,
15942
16015
  args: [{
15943
16016
  providedIn: 'root'
15944
16017
  }]
15945
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
16018
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
15946
16019
  type: Inject,
15947
16020
  args: ['environment']
15948
- }] }]; } });
16021
+ }] }] });
15949
16022
 
15950
16023
  class HoldingService extends RestService$1 {
15951
16024
  constructor(environment) {
@@ -15962,18 +16035,18 @@ class HoldingService extends RestService$1 {
15962
16035
  this.listenCSE(HoldingSale, this.refreshCache, ['post', 'put', 'delete']);
15963
16036
  this.listenCSE(HoldingImport, this.refreshCache, ['post', 'put', 'delete']);
15964
16037
  }
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' }); }
16038
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
16039
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingService, providedIn: 'root' }); }
15967
16040
  }
15968
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingService, decorators: [{
16041
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingService, decorators: [{
15969
16042
  type: Injectable,
15970
16043
  args: [{
15971
16044
  providedIn: 'root'
15972
16045
  }]
15973
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
16046
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
15974
16047
  type: Inject,
15975
16048
  args: ['environment']
15976
- }] }]; } });
16049
+ }] }] });
15977
16050
 
15978
16051
  class HoldingTypeService extends RestService$1 {
15979
16052
  constructor() {
@@ -15983,10 +16056,10 @@ class HoldingTypeService extends RestService$1 {
15983
16056
  this.endpointUri = 'holding-types';
15984
16057
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
15985
16058
  }
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' }); }
16059
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
16060
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingTypeService, providedIn: 'root' }); }
15988
16061
  }
15989
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingTypeService, decorators: [{
16062
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingTypeService, decorators: [{
15990
16063
  type: Injectable,
15991
16064
  args: [{
15992
16065
  providedIn: 'root'
@@ -16001,10 +16074,10 @@ class HoldingSaleService extends RestService$1 {
16001
16074
  this.endpointUri = 'holding-sales';
16002
16075
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16003
16076
  }
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' }); }
16077
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
16078
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingSaleService, providedIn: 'root' }); }
16006
16079
  }
16007
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingSaleService, decorators: [{
16080
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingSaleService, decorators: [{
16008
16081
  type: Injectable,
16009
16082
  args: [{
16010
16083
  providedIn: 'root'
@@ -16031,10 +16104,10 @@ class HoldingImportService extends RestService$1 {
16031
16104
  return holdingImport;
16032
16105
  }));
16033
16106
  }
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' }); }
16107
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingImportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
16108
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingImportService, providedIn: 'root' }); }
16036
16109
  }
16037
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingImportService, decorators: [{
16110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingImportService, decorators: [{
16038
16111
  type: Injectable,
16039
16112
  args: [{
16040
16113
  providedIn: 'root'
@@ -16137,15 +16210,15 @@ class HoldingTypeExchangeService extends DataService {
16137
16210
  this.collectionClass = Collection;
16138
16211
  this.setCache(HoldingTypeExchanges);
16139
16212
  }
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' }); }
16213
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
16214
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' }); }
16142
16215
  }
16143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16144
16217
  type: Injectable,
16145
16218
  args: [{
16146
16219
  providedIn: 'root'
16147
16220
  }]
16148
- }], ctorParameters: function () { return []; } });
16221
+ }], ctorParameters: () => [] });
16149
16222
 
16150
16223
  var HoldingMessagesEnum;
16151
16224
  (function (HoldingMessagesEnum) {
@@ -16243,15 +16316,15 @@ class IncomeSourceTypeService extends DataService {
16243
16316
  this.collectionClass = Collection;
16244
16317
  this.setCache(IncomeSourceTypes);
16245
16318
  }
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' }); }
16319
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
16320
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' }); }
16248
16321
  }
16249
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
16322
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
16250
16323
  type: Injectable,
16251
16324
  args: [{
16252
16325
  providedIn: 'root'
16253
16326
  }]
16254
- }], ctorParameters: function () { return []; } });
16327
+ }], ctorParameters: () => [] });
16255
16328
 
16256
16329
  class ChartAccountsValueService extends DataService {
16257
16330
  constructor() {
@@ -16267,15 +16340,15 @@ class ChartAccountsValueService extends DataService {
16267
16340
  const chartAccountsId = isSole ? ChartAccountsListEnum.KLMS_TRAVELLED : ChartAccountsListEnum.KLMS_TRAVELLED_FOR_WORK;
16268
16341
  return this.getCache().find((ca) => ca.chartAccounts.id === chartAccountsId && new FinancialYear().year === ca.financialYear).value;
16269
16342
  }
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' }); }
16343
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
16344
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' }); }
16272
16345
  }
16273
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ChartAccountsValueService, decorators: [{
16346
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ChartAccountsValueService, decorators: [{
16274
16347
  type: Injectable,
16275
16348
  args: [{
16276
16349
  providedIn: 'root'
16277
16350
  }]
16278
- }], ctorParameters: function () { return []; } });
16351
+ }], ctorParameters: () => [] });
16279
16352
 
16280
16353
  var TaxReturnItems = [
16281
16354
  {
@@ -18359,15 +18432,15 @@ class TaxReturnItemService extends DataService {
18359
18432
  this.collectionClass = Collection;
18360
18433
  this.setCache(TaxReturnItems);
18361
18434
  }
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' }); }
18435
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18436
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' }); }
18364
18437
  }
18365
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TaxReturnItemService, decorators: [{
18438
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TaxReturnItemService, decorators: [{
18366
18439
  type: Injectable,
18367
18440
  args: [{
18368
18441
  providedIn: 'root'
18369
18442
  }]
18370
- }], ctorParameters: function () { return []; } });
18443
+ }], ctorParameters: () => [] });
18371
18444
 
18372
18445
  var SetupItemTypeEnum;
18373
18446
  (function (SetupItemTypeEnum) {
@@ -18383,10 +18456,10 @@ class SetupItemService extends RestService$1 {
18383
18456
  this.collectionClass = AccountSetupItemCollection;
18384
18457
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
18385
18458
  }
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' }); }
18459
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SetupItemService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
18460
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SetupItemService, providedIn: 'root' }); }
18388
18461
  }
18389
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SetupItemService, decorators: [{
18462
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SetupItemService, decorators: [{
18390
18463
  type: Injectable,
18391
18464
  args: [{
18392
18465
  providedIn: 'root'
@@ -18541,15 +18614,15 @@ class AccountSetupService {
18541
18614
  }
18542
18615
  return this.setItemStatus(this.items.findBy('isBankFeeds', true), this.bankAccountsService.getArray());
18543
18616
  }
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' }); }
18617
+ 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 }); }
18618
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AccountSetupService, providedIn: 'root' }); }
18546
18619
  }
18547
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AccountSetupService, decorators: [{
18620
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AccountSetupService, decorators: [{
18548
18621
  type: Injectable,
18549
18622
  args: [{
18550
18623
  providedIn: 'root'
18551
18624
  }]
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 }]; } });
18625
+ }], 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
18626
 
18554
18627
  const KEY = '_switch_user';
18555
18628
  /**
@@ -18576,10 +18649,10 @@ class UserSwitcherService {
18576
18649
  localStorage.removeItem(KEY);
18577
18650
  window.location.replace('/firm/dashboard');
18578
18651
  }
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' }); }
18652
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18653
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserSwitcherService, providedIn: 'root' }); }
18581
18654
  }
18582
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserSwitcherService, decorators: [{
18655
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserSwitcherService, decorators: [{
18583
18656
  type: Injectable,
18584
18657
  args: [{
18585
18658
  providedIn: 'root'
@@ -18620,18 +18693,18 @@ class AssetsService {
18620
18693
  delete(entityId, asset) {
18621
18694
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
18622
18695
  }
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' }); }
18696
+ 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 }); }
18697
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetsService, providedIn: 'root' }); }
18625
18698
  }
18626
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AssetsService, decorators: [{
18699
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AssetsService, decorators: [{
18627
18700
  type: Injectable,
18628
18701
  args: [{
18629
18702
  providedIn: 'root'
18630
18703
  }]
18631
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: UserSwitcherService }, { type: undefined, decorators: [{
18704
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: UserSwitcherService }, { type: undefined, decorators: [{
18632
18705
  type: Inject,
18633
18706
  args: ['environment']
18634
- }] }]; } });
18707
+ }] }] });
18635
18708
 
18636
18709
  class BankAccountCalculationService {
18637
18710
  /**
@@ -18651,10 +18724,10 @@ class BankAccountCalculationService {
18651
18724
  getNetPosition(bankAccounts, bankTransactions, allocations) {
18652
18725
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
18653
18726
  }
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' }); }
18727
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankAccountCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18728
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' }); }
18656
18729
  }
18657
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BankAccountCalculationService, decorators: [{
18730
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BankAccountCalculationService, decorators: [{
18658
18731
  type: Injectable,
18659
18732
  args: [{
18660
18733
  providedIn: 'root'
@@ -18681,15 +18754,15 @@ class ExportFormatterService {
18681
18754
  }
18682
18755
  }));
18683
18756
  }
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' }); }
18757
+ 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 }); }
18758
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ExportFormatterService, providedIn: 'root' }); }
18686
18759
  }
18687
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExportFormatterService, decorators: [{
18760
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ExportFormatterService, decorators: [{
18688
18761
  type: Injectable,
18689
18762
  args: [{
18690
18763
  providedIn: 'root'
18691
18764
  }]
18692
- }], ctorParameters: function () { return [{ type: i1$1.CurrencyPipe }, { type: i1$1.PercentPipe }, { type: i1$1.DatePipe }]; } });
18765
+ }], ctorParameters: () => [{ type: i1$1.CurrencyPipe }, { type: i1$1.PercentPipe }, { type: i1$1.DatePipe }] });
18693
18766
 
18694
18767
  class HeaderTitleService {
18695
18768
  constructor(router, activatedRoute) {
@@ -18704,15 +18777,15 @@ class HeaderTitleService {
18704
18777
  return route;
18705
18778
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
18706
18779
  }
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' }); }
18780
+ 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 }); }
18781
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HeaderTitleService, providedIn: 'root' }); }
18709
18782
  }
18710
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HeaderTitleService, decorators: [{
18783
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HeaderTitleService, decorators: [{
18711
18784
  type: Injectable,
18712
18785
  args: [{
18713
18786
  providedIn: 'root'
18714
18787
  }]
18715
- }], ctorParameters: function () { return [{ type: i4.Router }, { type: i4.ActivatedRoute }]; } });
18788
+ }], ctorParameters: () => [{ type: i4.Router }, { type: i4.ActivatedRoute }] });
18716
18789
 
18717
18790
  /**
18718
18791
  * Service to work with intercom
@@ -18740,18 +18813,18 @@ class IntercomService {
18740
18813
  const connectionCredentials = this.initUser(user);
18741
18814
  window.Intercom('boot', connectionCredentials);
18742
18815
  }
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' }); }
18816
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
18817
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IntercomService, providedIn: 'root' }); }
18745
18818
  }
18746
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IntercomService, decorators: [{
18819
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: IntercomService, decorators: [{
18747
18820
  type: Injectable,
18748
18821
  args: [{
18749
18822
  providedIn: 'root'
18750
18823
  }]
18751
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
18824
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
18752
18825
  type: Inject,
18753
18826
  args: ['environment']
18754
- }] }]; } });
18827
+ }] }] });
18755
18828
 
18756
18829
  applyPlugin(jsPDF);
18757
18830
  /**
@@ -18813,10 +18886,10 @@ class PdfFromDomElementService {
18813
18886
  .outputPdf('blob')
18814
18887
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
18815
18888
  }
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' }); }
18889
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18890
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' }); }
18818
18891
  }
18819
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfFromDomElementService, decorators: [{
18892
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromDomElementService, decorators: [{
18820
18893
  type: Injectable,
18821
18894
  args: [{
18822
18895
  providedIn: 'root'
@@ -18909,10 +18982,10 @@ class PdfFromTableService {
18909
18982
  .text(description, FILE_SETTINGS.text.positionDescriptionX, FILE_SETTINGS.text.positionDescriptionY)
18910
18983
  .setTextColor(FILE_SETTINGS.text.colorPrimary);
18911
18984
  }
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' }); }
18985
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
18986
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromTableService, providedIn: 'root' }); }
18914
18987
  }
18915
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfFromTableService, decorators: [{
18988
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromTableService, decorators: [{
18916
18989
  type: Injectable,
18917
18990
  args: [{
18918
18991
  providedIn: 'root'
@@ -18950,15 +19023,15 @@ class PdfFromDataTableService extends PdfFromTableService {
18950
19023
  });
18951
19024
  return pdf;
18952
19025
  }
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' }); }
19026
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
19027
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' }); }
18955
19028
  }
18956
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfFromDataTableService, decorators: [{
19029
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromDataTableService, decorators: [{
18957
19030
  type: Injectable,
18958
19031
  args: [{
18959
19032
  providedIn: 'root'
18960
19033
  }]
18961
- }], ctorParameters: function () { return [{ type: ExportFormatterService }]; } });
19034
+ }], ctorParameters: () => [{ type: ExportFormatterService }] });
18962
19035
 
18963
19036
  /**
18964
19037
  * Service to generate and export PDF file from provided HTML tables
@@ -18988,10 +19061,10 @@ class PdfFromHtmlTableService extends PdfFromTableService {
18988
19061
  });
18989
19062
  return pdf;
18990
19063
  }
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' }); }
19064
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
19065
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' }); }
18993
19066
  }
18994
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
19067
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
18995
19068
  type: Injectable,
18996
19069
  args: [{
18997
19070
  providedIn: 'root'
@@ -19015,15 +19088,15 @@ class PreloaderService {
19015
19088
  activePreloaders = activePreloaders.filter((preloader) => preloader !== endpoint);
19016
19089
  this.activePreloaders.next(activePreloaders);
19017
19090
  }
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' }); }
19091
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
19092
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PreloaderService, providedIn: 'root' }); }
19020
19093
  }
19021
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PreloaderService, decorators: [{
19094
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PreloaderService, decorators: [{
19022
19095
  type: Injectable,
19023
19096
  args: [{
19024
19097
  providedIn: 'root'
19025
19098
  }]
19026
- }], ctorParameters: function () { return []; } });
19099
+ }], ctorParameters: () => [] });
19027
19100
 
19028
19101
  /**
19029
19102
  * Service for get property equity position half-year history chart data
@@ -19044,18 +19117,18 @@ class EquityPositionChartService {
19044
19117
  }))
19045
19118
  }))));
19046
19119
  }
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' }); }
19120
+ 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 }); }
19121
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' }); }
19049
19122
  }
19050
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EquityPositionChartService, decorators: [{
19123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EquityPositionChartService, decorators: [{
19051
19124
  type: Injectable,
19052
19125
  args: [{
19053
19126
  providedIn: 'root'
19054
19127
  }]
19055
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
19128
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
19056
19129
  type: Inject,
19057
19130
  args: ['environment']
19058
- }] }]; } });
19131
+ }] }] });
19059
19132
 
19060
19133
  var BadgeColorEnum;
19061
19134
  (function (BadgeColorEnum) {
@@ -19218,10 +19291,10 @@ class PropertyCalculationService {
19218
19291
  return new Badge('Monitoring performance');
19219
19292
  }
19220
19293
  }
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' }); }
19294
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
19295
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' }); }
19223
19296
  }
19224
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyCalculationService, decorators: [{
19297
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyCalculationService, decorators: [{
19225
19298
  type: Injectable,
19226
19299
  args: [{
19227
19300
  providedIn: 'root'
@@ -19281,15 +19354,15 @@ class PropertyTransactionReportService {
19281
19354
  // we don't need borrowing expenses for this report
19282
19355
  .getWithoutBorrowingExpenses()));
19283
19356
  }
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' }); }
19357
+ 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 }); }
19358
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' }); }
19286
19359
  }
19287
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
19360
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
19288
19361
  type: Injectable,
19289
19362
  args: [{
19290
19363
  providedIn: 'root'
19291
19364
  }]
19292
- }], ctorParameters: function () { return [{ type: PropertyService }, { type: TransactionService }, { type: DepreciationService }, { type: ChartAccountsService }]; } });
19365
+ }], ctorParameters: () => [{ type: PropertyService }, { type: TransactionService }, { type: DepreciationService }, { type: ChartAccountsService }] });
19293
19366
 
19294
19367
  class CurrentFirmBranchService {
19295
19368
  constructor() {
@@ -19304,10 +19377,10 @@ class CurrentFirmBranchService {
19304
19377
  set(firmBranches) {
19305
19378
  this.firmBranchIds$.next(firmBranches.map(branch => branch.id));
19306
19379
  }
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' }); }
19380
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CurrentFirmBranchService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
19381
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CurrentFirmBranchService, providedIn: 'root' }); }
19309
19382
  }
19310
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CurrentFirmBranchService, decorators: [{
19383
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CurrentFirmBranchService, decorators: [{
19311
19384
  type: Injectable,
19312
19385
  args: [{
19313
19386
  providedIn: 'root'
@@ -19384,10 +19457,10 @@ class XlsxService {
19384
19457
  });
19385
19458
  FileSaver.saveAs(data, `${fileName}.xlsx`);
19386
19459
  }
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' }); }
19460
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
19461
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XlsxService, providedIn: 'root' }); }
19389
19462
  }
19390
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: XlsxService, decorators: [{
19463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XlsxService, decorators: [{
19391
19464
  type: Injectable,
19392
19465
  args: [{
19393
19466
  providedIn: 'root'
@@ -19421,15 +19494,15 @@ class UserSwitcherInterceptor {
19421
19494
  intercept(request, next) {
19422
19495
  return next.handle(this.switch(request, this.userSwitcherService.get()));
19423
19496
  }
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 }); }
19497
+ 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 }); }
19498
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserSwitcherInterceptor }); }
19426
19499
  }
19427
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
19500
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
19428
19501
  type: Injectable
19429
- }], ctorParameters: function () { return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
19502
+ }], ctorParameters: () => [{ type: UserSwitcherService }, { type: undefined, decorators: [{
19430
19503
  type: Inject,
19431
19504
  args: ['environment']
19432
- }] }]; } });
19505
+ }] }] });
19433
19506
 
19434
19507
  /**
19435
19508
  * Backend endpoint class
@@ -19730,12 +19803,12 @@ class PreloaderInterceptor {
19730
19803
  findEndpoint(requestPath) {
19731
19804
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
19732
19805
  }
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 }); }
19806
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable }); }
19807
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PreloaderInterceptor }); }
19735
19808
  }
19736
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PreloaderInterceptor, decorators: [{
19809
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PreloaderInterceptor, decorators: [{
19737
19810
  type: Injectable
19738
- }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
19811
+ }], ctorParameters: () => [{ type: PreloaderService }] });
19739
19812
 
19740
19813
  /**
19741
19814
  * Interceptor which adds user's basiq token to any http request to basiq api
@@ -19758,12 +19831,12 @@ class BasiqTokenInterceptor {
19758
19831
  }
19759
19832
  });
19760
19833
  }
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 }); }
19834
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable }); }
19835
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqTokenInterceptor }); }
19763
19836
  }
19764
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
19837
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
19765
19838
  type: Injectable
19766
- }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
19839
+ }], ctorParameters: () => [{ type: BasiqTokenService }] });
19767
19840
 
19768
19841
  /**
19769
19842
  * Interceptor which check if client's basiq id exist and request it if not
@@ -19784,12 +19857,12 @@ class BasiqClientIdInterceptor {
19784
19857
  url: request.url.replace('null', basiqClientId)
19785
19858
  });
19786
19859
  }
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 }); }
19860
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable }); }
19861
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqClientIdInterceptor }); }
19789
19862
  }
19790
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
19863
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
19791
19864
  type: Injectable
19792
- }], ctorParameters: function () { return [{ type: UserService }]; } });
19865
+ }], ctorParameters: () => [{ type: UserService }] });
19793
19866
 
19794
19867
  /**
19795
19868
  * add rewardful params to registration endpoints
@@ -19822,20 +19895,20 @@ class RewardfulInterceptor {
19822
19895
  && this.environment.rewardfulId
19823
19896
  && (window['Rewardful'].referral || window['Rewardful'].coupon?.id);
19824
19897
  }
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 }); }
19898
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RewardfulInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
19899
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RewardfulInterceptor }); }
19827
19900
  }
19828
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RewardfulInterceptor, decorators: [{
19901
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RewardfulInterceptor, decorators: [{
19829
19902
  type: Injectable
19830
- }], ctorParameters: function () { return [{ type: undefined, decorators: [{
19903
+ }], ctorParameters: () => [{ type: undefined, decorators: [{
19831
19904
  type: Inject,
19832
19905
  args: ['environment']
19833
- }] }]; } });
19906
+ }] }] });
19834
19907
 
19835
19908
  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: [
19909
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
19910
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: InterceptorsModule }); }
19911
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InterceptorsModule, providers: [
19839
19912
  {
19840
19913
  provide: HTTP_INTERCEPTORS,
19841
19914
  useClass: CorelogicInterceptor,
@@ -19874,7 +19947,7 @@ class InterceptorsModule {
19874
19947
  }
19875
19948
  ] }); }
19876
19949
  }
19877
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InterceptorsModule, decorators: [{
19950
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InterceptorsModule, decorators: [{
19878
19951
  type: NgModule,
19879
19952
  args: [{
19880
19953
  providers: [
@@ -19922,26 +19995,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
19922
19995
  * https://angular.io/guide/creating-libraries
19923
19996
  */
19924
19997
  class CoreModule {
19925
- static forRoot(environment) {
19926
- // @TODO remove when bank model refactored (the only use case)
19927
- localStorage.setItem('api_uri', environment['api_uri']);
19928
- return {
19929
- ngModule: CoreModule,
19930
- providers: [
19931
- {
19932
- provide: 'environment',
19933
- useValue: environment
19934
- }
19935
- ]
19936
- };
19937
- }
19938
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
19939
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: CoreModule, imports: [CommonModule,
19998
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
19999
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: CoreModule, imports: [CommonModule,
19940
20000
  InterceptorsModule] }); }
19941
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CoreModule, imports: [CommonModule,
20001
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreModule, imports: [CommonModule,
19942
20002
  InterceptorsModule] }); }
19943
20003
  }
19944
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CoreModule, decorators: [{
20004
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreModule, decorators: [{
19945
20005
  type: NgModule,
19946
20006
  args: [{
19947
20007
  declarations: [],
@@ -19961,10 +20021,10 @@ class AppCurrencyPipe extends CurrencyPipe {
19961
20021
  digitsInfo = digitsInfo ?? '1.0-' + (value.toString().match(/[1-9]/)?.index || 2);
19962
20022
  return super.transform(value, currencyCode, display, digitsInfo, locale);
19963
20023
  }
19964
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AppCurrencyPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
19965
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: AppCurrencyPipe, isStandalone: true, name: "appCurrency" }); }
20024
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AppCurrencyPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
20025
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: AppCurrencyPipe, isStandalone: true, name: "appCurrency" }); }
19966
20026
  }
19967
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AppCurrencyPipe, decorators: [{
20027
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AppCurrencyPipe, decorators: [{
19968
20028
  type: Pipe,
19969
20029
  args: [{
19970
20030
  name: 'appCurrency',
@@ -19979,16 +20039,16 @@ class SafeUrlPipe {
19979
20039
  transform(url) {
19980
20040
  return this.sanitizer.bypassSecurityTrustResourceUrl(url);
19981
20041
  }
19982
- 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 }); }
19983
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safeUrl" }); }
20042
+ 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 }); }
20043
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: SafeUrlPipe, isStandalone: true, name: "safeUrl" }); }
19984
20044
  }
19985
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SafeUrlPipe, decorators: [{
20045
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SafeUrlPipe, decorators: [{
19986
20046
  type: Pipe,
19987
20047
  args: [{
19988
20048
  name: 'safeUrl',
19989
20049
  standalone: true,
19990
20050
  }]
19991
- }], ctorParameters: function () { return [{ type: i1$2.DomSanitizer }]; } });
20051
+ }], ctorParameters: () => [{ type: i1$2.DomSanitizer }] });
19992
20052
 
19993
20053
  var ClientDetailsMedicareExemptionEnum;
19994
20054
  (function (ClientDetailsMedicareExemptionEnum) {
@@ -21085,13 +21145,13 @@ class UniqueEmailValidator {
21085
21145
  validate(control) {
21086
21146
  return this.userService.search(control.value).pipe(map(user => user ? { emailIsUsed: true } : null));
21087
21147
  }
21088
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UniqueEmailValidator, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable }); }
21089
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UniqueEmailValidator, providedIn: 'root' }); }
21148
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UniqueEmailValidator, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable }); }
21149
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UniqueEmailValidator, providedIn: 'root' }); }
21090
21150
  }
21091
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: UniqueEmailValidator, decorators: [{
21151
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UniqueEmailValidator, decorators: [{
21092
21152
  type: Injectable,
21093
21153
  args: [{ providedIn: 'root' }]
21094
- }], ctorParameters: function () { return [{ type: UserService }]; } });
21154
+ }], ctorParameters: () => [{ type: UserService }] });
21095
21155
 
21096
21156
  /**
21097
21157
  * should include alpha+space only, but currently allow all chars except @ for tests
@@ -21170,15 +21230,15 @@ class ClientMovementForm extends AbstractForm {
21170
21230
  firmBranch: new FormControl(clientMovement.firmBranch, [Validators.required]),
21171
21231
  }, clientMovement);
21172
21232
  }
21173
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientMovementForm, deps: [{ token: ClientMovement }], target: i0.ɵɵFactoryTarget.Injectable }); }
21174
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientMovementForm, providedIn: 'root' }); }
21233
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientMovementForm, deps: [{ token: ClientMovement }], target: i0.ɵɵFactoryTarget.Injectable }); }
21234
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientMovementForm, providedIn: 'root' }); }
21175
21235
  }
21176
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ClientMovementForm, decorators: [{
21236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ClientMovementForm, decorators: [{
21177
21237
  type: Injectable,
21178
21238
  args: [{
21179
21239
  providedIn: 'root'
21180
21240
  }]
21181
- }], ctorParameters: function () { return [{ type: ClientMovement }]; } });
21241
+ }], ctorParameters: () => [{ type: ClientMovement }] });
21182
21242
 
21183
21243
  class EmployeeDetailsForm extends AbstractForm {
21184
21244
  constructor(employeeDetails) {
@@ -21186,15 +21246,15 @@ class EmployeeDetailsForm extends AbstractForm {
21186
21246
  firmBranches: new FormControl(employeeDetails.firmBranches, [Validators.required]),
21187
21247
  }, employeeDetails);
21188
21248
  }
21189
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EmployeeDetailsForm, deps: [{ token: EmployeeDetails }], target: i0.ɵɵFactoryTarget.Injectable }); }
21190
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EmployeeDetailsForm, providedIn: 'root' }); }
21249
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmployeeDetailsForm, deps: [{ token: EmployeeDetails }], target: i0.ɵɵFactoryTarget.Injectable }); }
21250
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmployeeDetailsForm, providedIn: 'root' }); }
21191
21251
  }
21192
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EmployeeDetailsForm, decorators: [{
21252
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmployeeDetailsForm, decorators: [{
21193
21253
  type: Injectable,
21194
21254
  args: [{
21195
21255
  providedIn: 'root'
21196
21256
  }]
21197
- }], ctorParameters: function () { return [{ type: EmployeeDetails }]; } });
21257
+ }], ctorParameters: () => [{ type: EmployeeDetails }] });
21198
21258
 
21199
21259
  class ClientInviteForm extends AbstractForm {
21200
21260
  constructor(invite = plainToClass(ClientInvite, {})) {
@@ -24247,5 +24307,5 @@ var MessagesEnum;
24247
24307
  * Generated bundle index. Do not edit.
24248
24308
  */
24249
24309
 
24250
- 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 };
24310
+ 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 };
24251
24311
  //# sourceMappingURL=taxtank-core.mjs.map