taxtank-core 0.30.115 → 0.30.117

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/esm2020/lib/collections/transaction/transaction-allocation.collection.mjs +1 -1
  2. package/esm2020/lib/collections/transaction/transaction.collection.mjs +8 -1
  3. package/esm2020/lib/db/Json/tax-return/tax-return-item.json +1778 -0
  4. package/esm2020/lib/db/Models/index.mjs +2 -4
  5. package/esm2020/lib/db/Models/tax-return/index.mjs +4 -0
  6. package/esm2020/lib/db/Models/tax-return/tax-return-item.mjs +1 -1
  7. package/esm2020/lib/db/Models/transaction/transaction-base.mjs +5 -2
  8. package/esm2020/lib/interceptors/basiq-client-id.interceptor.mjs +3 -3
  9. package/esm2020/lib/interceptors/basiq-token.interceptor.mjs +3 -3
  10. package/esm2020/lib/interceptors/corelogic-interceptor.mjs +3 -3
  11. package/esm2020/lib/interceptors/financial-year-interceptor.mjs +3 -3
  12. package/esm2020/lib/interceptors/interceptors.module.mjs +4 -4
  13. package/esm2020/lib/interceptors/jwt-interceptor.mjs +3 -3
  14. package/esm2020/lib/interceptors/preloader.interceptor.mjs +3 -3
  15. package/esm2020/lib/interceptors/user-switcher-interceptor.mjs +3 -3
  16. package/esm2020/lib/models/index.mjs +2 -1
  17. package/esm2020/lib/models/sole/bas-report.mjs +1 -1
  18. package/esm2020/lib/models/tax-return/index.mjs +4 -0
  19. package/esm2020/lib/models/tax-return/tax-return-category.mjs +19 -0
  20. package/esm2020/lib/models/tax-return/tax-return-item.mjs +20 -0
  21. package/esm2020/lib/models/tax-return/tax-return.mjs +10 -0
  22. package/esm2020/lib/services/account-setup/account-setup.service.mjs +3 -3
  23. package/esm2020/lib/services/affiliate/rewardful/rewardful.service.mjs +3 -3
  24. package/esm2020/lib/services/asset/assets.service.mjs +3 -3
  25. package/esm2020/lib/services/auth/auth.service.mjs +3 -3
  26. package/esm2020/lib/services/auth/jwt.service.mjs +3 -3
  27. package/esm2020/lib/services/bank/bank-account-calculation.service.mjs +3 -3
  28. package/esm2020/lib/services/bank/bank-transaction-calculation.service.mjs +3 -3
  29. package/esm2020/lib/services/data.service.mjs +3 -3
  30. package/esm2020/lib/services/event/event-dispatcher.service.mjs +3 -3
  31. package/esm2020/lib/services/event/sse.service.mjs +3 -3
  32. package/esm2020/lib/services/export/export-formatter.service.mjs +3 -3
  33. package/esm2020/lib/services/header-title/header-title.service.mjs +3 -3
  34. package/esm2020/lib/services/http/address/address.service.mjs +3 -3
  35. package/esm2020/lib/services/http/bank/bank-account/bank-account.service.mjs +3 -3
  36. package/esm2020/lib/services/http/bank/bank-connection/bank-connection.service.mjs +3 -3
  37. package/esm2020/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +3 -3
  38. package/esm2020/lib/services/http/bank/bank.service.mjs +3 -3
  39. package/esm2020/lib/services/http/bank/basiq/basiq-token.service.mjs +3 -3
  40. package/esm2020/lib/services/http/bank/basiq/basiq.service.mjs +3 -3
  41. package/esm2020/lib/services/http/budget/budget.service.mjs +3 -3
  42. package/esm2020/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +3 -3
  43. package/esm2020/lib/services/http/chart-accounts/chart-accounts.service.mjs +3 -3
  44. package/esm2020/lib/services/http/chat/chat.service.mjs +3 -3
  45. package/esm2020/lib/services/http/chat/message-document.service.mjs +3 -3
  46. package/esm2020/lib/services/http/chat/message.service.mjs +3 -3
  47. package/esm2020/lib/services/http/client/capital-gain/annual-client-details.service.mjs +3 -3
  48. package/esm2020/lib/services/http/client/occupation/occupation.service.mjs +3 -3
  49. package/esm2020/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +3 -3
  50. package/esm2020/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.mjs +3 -3
  51. package/esm2020/lib/services/http/depreciation/depreciation.service.mjs +3 -3
  52. package/esm2020/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
  53. package/esm2020/lib/services/http/document/document.service.mjs +3 -3
  54. package/esm2020/lib/services/http/facebook/facebook.service.mjs +3 -3
  55. package/esm2020/lib/services/http/file/file.service.mjs +3 -3
  56. package/esm2020/lib/services/http/firm/client-income/client-income-types.service.mjs +3 -3
  57. package/esm2020/lib/services/http/firm/client-invite/client-invite.service.mjs +3 -3
  58. package/esm2020/lib/services/http/firm/client-movement/client-movement.service.mjs +3 -3
  59. package/esm2020/lib/services/http/firm/employee/employee.service.mjs +3 -3
  60. package/esm2020/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
  61. package/esm2020/lib/services/http/firm/firm.service.mjs +3 -3
  62. package/esm2020/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +3 -3
  63. package/esm2020/lib/services/http/google/google.service.mjs +3 -3
  64. package/esm2020/lib/services/http/holding/holding-sale.service.mjs +3 -3
  65. package/esm2020/lib/services/http/holding/holding-type.service.mjs +3 -3
  66. package/esm2020/lib/services/http/holding/holding.service.mjs +3 -3
  67. package/esm2020/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +3 -3
  68. package/esm2020/lib/services/http/income-source/income-source.service.mjs +3 -3
  69. package/esm2020/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +3 -3
  70. package/esm2020/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +3 -3
  71. package/esm2020/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +3 -3
  72. package/esm2020/lib/services/http/loan/loan.service.mjs +3 -3
  73. package/esm2020/lib/services/http/property/property-category/property-category.service.mjs +3 -3
  74. package/esm2020/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +3 -3
  75. package/esm2020/lib/services/http/property/property-document/property-document.service.mjs +3 -3
  76. package/esm2020/lib/services/http/property/property-sale/property-sale.service.mjs +3 -3
  77. package/esm2020/lib/services/http/property/property-share/property-share.service.mjs +3 -3
  78. package/esm2020/lib/services/http/property/property.service.mjs +3 -3
  79. package/esm2020/lib/services/http/receipt/receipt.service.mjs +3 -3
  80. package/esm2020/lib/services/http/rest/rest-old.service.mjs +3 -3
  81. package/esm2020/lib/services/http/rest/rest.service.mjs +3 -3
  82. package/esm2020/lib/services/http/service-notification/service-notification.service.mjs +3 -3
  83. package/esm2020/lib/services/http/sole/bas-report/bas-report.service.mjs +3 -3
  84. package/esm2020/lib/services/http/sole/sole-business/sole-business.service.mjs +3 -3
  85. package/esm2020/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +3 -3
  86. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +3 -3
  87. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +3 -3
  88. package/esm2020/lib/services/http/sole/sole-contact/sole-contact.service.mjs +3 -3
  89. package/esm2020/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +3 -3
  90. package/esm2020/lib/services/http/sole/sole-details/sole-details.service.mjs +3 -3
  91. package/esm2020/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +3 -3
  92. package/esm2020/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +3 -3
  93. package/esm2020/lib/services/http/subscription/service-payment/service-payment.service.mjs +3 -3
  94. package/esm2020/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +3 -3
  95. package/esm2020/lib/services/http/subscription/service-price/service-price.service.mjs +3 -3
  96. package/esm2020/lib/services/http/subscription/service-product/service-product.service.mjs +3 -3
  97. package/esm2020/lib/services/http/subscription/service-subscription/subscription.service.mjs +3 -3
  98. package/esm2020/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +3 -3
  99. package/esm2020/lib/services/http/tax-review/tax-review.service.mjs +3 -3
  100. package/esm2020/lib/services/http/tax-summary/tax-summary.service.mjs +3 -3
  101. package/esm2020/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +3 -3
  102. package/esm2020/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +3 -3
  103. package/esm2020/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.mjs +3 -3
  104. package/esm2020/lib/services/http/transaction/transaction.service.mjs +3 -3
  105. package/esm2020/lib/services/http/tutorial-video/tutorial-video.service.mjs +3 -3
  106. package/esm2020/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
  107. package/esm2020/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
  108. package/esm2020/lib/services/http/user/user.service.mjs +3 -3
  109. package/esm2020/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
  110. package/esm2020/lib/services/http/vehicle/vehicle-claim-details.service.mjs +3 -3
  111. package/esm2020/lib/services/http/vehicle/vehicle-claim.service.mjs +3 -3
  112. package/esm2020/lib/services/http/vehicle/vehicle-logbook.service.mjs +3 -3
  113. package/esm2020/lib/services/http/vehicle/vehicle.service.mjs +3 -3
  114. package/esm2020/lib/services/intercom/intercom.service.mjs +3 -3
  115. package/esm2020/lib/services/json/chart-accounts/chart-accounts-value.service.mjs +3 -3
  116. package/esm2020/lib/services/json/holding/holding-type-exchange.service.mjs +3 -3
  117. package/esm2020/lib/services/json/income-source/income-source-type.service.mjs +3 -3
  118. package/esm2020/lib/services/json/index.mjs +2 -1
  119. package/esm2020/lib/services/json/tax-exemption/tax-exemption.service.mjs +3 -3
  120. package/esm2020/lib/services/json/tax-return/tax-return-item.service.mjs +23 -0
  121. package/esm2020/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +3 -3
  122. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +3 -3
  123. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +3 -3
  124. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +3 -3
  125. package/esm2020/lib/services/preloader/preloader.service.mjs +3 -3
  126. package/esm2020/lib/services/property/corelogic/corelogic.service.mjs +3 -3
  127. package/esm2020/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +3 -3
  128. package/esm2020/lib/services/property/property-calculation/property-calculation.service.mjs +3 -3
  129. package/esm2020/lib/services/report/property/property-transaction-report.service.mjs +3 -3
  130. package/esm2020/lib/services/toast/toast.service.mjs +3 -3
  131. package/esm2020/lib/services/transaction/transaction-calculation.service.mjs +3 -3
  132. package/esm2020/lib/services/user/user-switcher.service.mjs +3 -3
  133. package/esm2020/lib/services/vehicle/logbook-best-period.service.mjs +3 -3
  134. package/esm2020/lib/services/xlsx/xlsx.service.mjs +3 -3
  135. package/esm2020/lib/tt-core.module.mjs +4 -4
  136. package/fesm2015/taxtank-core.mjs +2733 -595
  137. package/fesm2015/taxtank-core.mjs.map +1 -1
  138. package/fesm2020/taxtank-core.mjs +2733 -595
  139. package/fesm2020/taxtank-core.mjs.map +1 -1
  140. package/lib/collections/transaction/transaction-allocation.collection.d.ts +1 -3
  141. package/lib/collections/transaction/transaction.collection.d.ts +1 -0
  142. package/lib/db/Models/index.d.ts +1 -3
  143. package/lib/db/Models/tax-return/index.d.ts +3 -0
  144. package/lib/db/Models/tax-return/tax-return-item.d.ts +1 -1
  145. package/lib/models/index.d.ts +1 -0
  146. package/lib/models/tax-return/index.d.ts +3 -0
  147. package/lib/models/tax-return/tax-return-category.d.ts +8 -0
  148. package/lib/models/tax-return/tax-return-item.d.ts +9 -0
  149. package/lib/models/tax-return/tax-return.d.ts +5 -0
  150. package/lib/services/json/index.d.ts +1 -0
  151. package/lib/services/json/tax-return/tax-return-item.service.d.ts +12 -0
  152. package/package.json +1 -1
@@ -70,9 +70,9 @@ class CorelogicService {
70
70
  .pipe(map((response) => response.suggestions.map((item) => plainToClass(CorelogicSuggestion, item))));
71
71
  }
72
72
  }
73
- CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
74
- CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CorelogicService, providedIn: 'root' });
75
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CorelogicService, decorators: [{
73
+ CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
74
+ CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, providedIn: 'root' });
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, decorators: [{
76
76
  type: Injectable,
77
77
  args: [{
78
78
  providedIn: 'root'
@@ -112,9 +112,9 @@ class CorelogicInterceptor {
112
112
  });
113
113
  }
114
114
  }
115
- CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
116
- CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CorelogicInterceptor });
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CorelogicInterceptor, decorators: [{
115
+ CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
116
+ CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor });
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, decorators: [{
118
118
  type: Injectable
119
119
  }], ctorParameters: function () {
120
120
  return [{ type: CorelogicService }, { type: undefined, decorators: [{
@@ -153,9 +153,9 @@ class FinancialYearInterceptor {
153
153
  return next.handle(clonedReq);
154
154
  }
155
155
  }
156
- FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
157
- FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FinancialYearInterceptor });
158
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
156
+ FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
157
+ FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor });
158
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
159
159
  type: Injectable
160
160
  }], ctorParameters: function () {
161
161
  return [{ type: undefined, decorators: [{
@@ -381,7 +381,7 @@ var TankTypeEnum;
381
381
 
382
382
  class TransactionBase extends ObservableModel {
383
383
  get claimRatio() {
384
- return this.claimPercent / 100;
384
+ return this.sharedClaimPercent / 100;
385
385
  }
386
386
  get tankType() {
387
387
  switch (true) {
@@ -469,6 +469,9 @@ __decorate([
469
469
  Type(() => Object),
470
470
  Transform(({ obj }) => obj.file)
471
471
  ], TransactionBase.prototype, "file", void 0);
472
+ __decorate([
473
+ Transform(({ value }) => +value)
474
+ ], TransactionBase.prototype, "sharedClaimPercent", void 0);
472
475
  __decorate([
473
476
  Exclude()
474
477
  ], TransactionBase.prototype, "amountWithGst", null);
@@ -689,11 +692,14 @@ let ServiceSubscriptionItem$1 = class ServiceSubscriptionItem extends AbstractMo
689
692
  let ServiceSubscription$1 = class ServiceSubscription extends ObservableModel {
690
693
  };
691
694
 
692
- class TaxReturnCategory extends AbstractModel {
693
- }
695
+ let TaxReturn$1 = class TaxReturn extends AbstractModel {
696
+ };
694
697
 
695
- class TaxReturn extends AbstractModel {
696
- }
698
+ let TaxReturnCategory$1 = class TaxReturnCategory extends AbstractModel {
699
+ };
700
+
701
+ let TaxReturnItem$1 = class TaxReturnItem extends AbstractModel {
702
+ };
697
703
 
698
704
  let TransactionAllocation$1 = class TransactionAllocation extends AbstractModel {
699
705
  };
@@ -5799,6 +5805,13 @@ class TransactionCollection extends ExportableCollection {
5799
5805
  getByAllocations(allocations) {
5800
5806
  return new TransactionCollection(this.items.filter((transaction) => allocations.hasTransaction(transaction)));
5801
5807
  }
5808
+ setAllocatedClaimAmount(allocations) {
5809
+ const allocationsByTransaction = allocations.groupBy('transaction.id');
5810
+ this.items.forEach((transaction) => {
5811
+ transaction.claimAmount = transaction.getAllocatedClaimAmount(allocationsByTransaction.get(transaction.id));
5812
+ });
5813
+ return this;
5814
+ }
5802
5815
  /**
5803
5816
  * Get transactions related to Vehicle category
5804
5817
  */
@@ -9106,6 +9119,42 @@ __decorate([
9106
9119
  Type(() => User)
9107
9120
  ], Budget.prototype, "user", void 0);
9108
9121
 
9122
+ class TaxReturnCategory extends TaxReturnCategory$1 {
9123
+ }
9124
+ __decorate([
9125
+ Type(() => Date)
9126
+ ], TaxReturnCategory.prototype, "createdAt", void 0);
9127
+ __decorate([
9128
+ Type(() => Date)
9129
+ ], TaxReturnCategory.prototype, "updatedAt", void 0);
9130
+ __decorate([
9131
+ Type(() => TaxReturnItem)
9132
+ ], TaxReturnCategory.prototype, "taxReturnItems", void 0);
9133
+ __decorate([
9134
+ Type(() => TaxReturnCategory)
9135
+ ], TaxReturnCategory.prototype, "parent", void 0);
9136
+
9137
+ class TaxReturnItem extends TaxReturnItem$1 {
9138
+ }
9139
+ __decorate([
9140
+ Type(() => Date)
9141
+ ], TaxReturnItem.prototype, "createdAt", void 0);
9142
+ __decorate([
9143
+ Type(() => Date)
9144
+ ], TaxReturnItem.prototype, "updatedAt", void 0);
9145
+ __decorate([
9146
+ Type(() => TaxReturnCategory)
9147
+ ], TaxReturnItem.prototype, "taxReturnCategory", void 0);
9148
+ __decorate([
9149
+ Type(() => TaxReturn)
9150
+ ], TaxReturnItem.prototype, "taxReturns", void 0);
9151
+
9152
+ class TaxReturn extends TaxReturn$1 {
9153
+ }
9154
+ __decorate([
9155
+ Type(() => TaxReturnItem)
9156
+ ], TaxReturn.prototype, "taxReturnItems", void 0);
9157
+
9109
9158
  const NAME_TOKEN = 'token';
9110
9159
  const NAME_REFRESH_TOKEN = 'refreshToken';
9111
9160
  class JwtService extends JwtHelperService {
@@ -9134,9 +9183,9 @@ class JwtService extends JwtHelperService {
9134
9183
  return this.getUser().id === userId;
9135
9184
  }
9136
9185
  }
9137
- JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
9138
- JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JwtService, providedIn: 'root' });
9139
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JwtService, decorators: [{
9186
+ JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
9187
+ JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, providedIn: 'root' });
9188
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, decorators: [{
9140
9189
  type: Injectable,
9141
9190
  args: [{
9142
9191
  providedIn: 'root'
@@ -9171,9 +9220,9 @@ class EventDispatcherService {
9171
9220
  this.eventSubject2.next(event);
9172
9221
  }
9173
9222
  }
9174
- EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9175
- EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
9176
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EventDispatcherService, decorators: [{
9223
+ EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9224
+ EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
9225
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, decorators: [{
9177
9226
  type: Injectable,
9178
9227
  args: [{
9179
9228
  providedIn: 'root'
@@ -9222,9 +9271,9 @@ class AuthService {
9222
9271
  location.replace(url);
9223
9272
  }
9224
9273
  }
9225
- AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9226
- AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AuthService, providedIn: 'root' });
9227
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AuthService, decorators: [{
9274
+ AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9275
+ AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, providedIn: 'root' });
9276
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, decorators: [{
9228
9277
  type: Injectable,
9229
9278
  args: [{
9230
9279
  providedIn: 'root'
@@ -9360,9 +9409,9 @@ class JwtInterceptor {
9360
9409
  });
9361
9410
  }
9362
9411
  }
9363
- JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9364
- JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JwtInterceptor });
9365
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JwtInterceptor, decorators: [{
9412
+ JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9413
+ JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor });
9414
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, decorators: [{
9366
9415
  type: Injectable
9367
9416
  }], ctorParameters: function () {
9368
9417
  return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
@@ -9397,9 +9446,9 @@ class UserSwitcherService {
9397
9446
  window.location.replace('/firm/dashboard');
9398
9447
  }
9399
9448
  }
9400
- UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9401
- UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9402
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserSwitcherService, decorators: [{
9449
+ UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9450
+ UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9451
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, decorators: [{
9403
9452
  type: Injectable,
9404
9453
  args: [{
9405
9454
  providedIn: 'root'
@@ -9445,9 +9494,9 @@ class UserSwitcherInterceptor {
9445
9494
  return next.handle(this.switch(request, this.userSwitcherService.get()));
9446
9495
  }
9447
9496
  }
9448
- UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9449
- UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserSwitcherInterceptor });
9450
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9497
+ UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9498
+ UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor });
9499
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9451
9500
  type: Injectable
9452
9501
  }], ctorParameters: function () {
9453
9502
  return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
@@ -9728,9 +9777,9 @@ class PreloaderService {
9728
9777
  this.activePreloaders.next(activePreloaders);
9729
9778
  }
9730
9779
  }
9731
- PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9732
- PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9733
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PreloaderService, decorators: [{
9780
+ PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9781
+ PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9782
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, decorators: [{
9734
9783
  type: Injectable,
9735
9784
  args: [{
9736
9785
  providedIn: 'root'
@@ -9758,9 +9807,9 @@ class PreloaderInterceptor {
9758
9807
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
9759
9808
  }
9760
9809
  }
9761
- PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9762
- PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PreloaderInterceptor });
9763
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9810
+ PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9811
+ PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor });
9812
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9764
9813
  type: Injectable
9765
9814
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
9766
9815
 
@@ -9790,9 +9839,9 @@ class DataService {
9790
9839
  this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
9791
9840
  }
9792
9841
  }
9793
- DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9794
- DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DataService, providedIn: 'root' });
9795
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DataService, decorators: [{
9842
+ DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9843
+ DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, providedIn: 'root' });
9844
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, decorators: [{
9796
9845
  type: Injectable,
9797
9846
  args: [{
9798
9847
  providedIn: 'root'
@@ -9829,9 +9878,9 @@ class SseService {
9829
9878
  .pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
9830
9879
  }
9831
9880
  }
9832
- SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9833
- SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SseService, providedIn: 'root' });
9834
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SseService, decorators: [{
9881
+ SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9882
+ SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, providedIn: 'root' });
9883
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, decorators: [{
9835
9884
  type: Injectable,
9836
9885
  args: [{
9837
9886
  providedIn: 'root'
@@ -10047,9 +10096,9 @@ let RestService$1 = class RestService extends DataService {
10047
10096
  */
10048
10097
  listenEvents() { }
10049
10098
  };
10050
- RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10051
- RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RestService$1, providedIn: 'root' });
10052
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RestService$1, decorators: [{
10099
+ RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10100
+ RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, providedIn: 'root' });
10101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, decorators: [{
10053
10102
  type: Injectable,
10054
10103
  args: [{
10055
10104
  providedIn: 'root'
@@ -10194,9 +10243,9 @@ class ToastService {
10194
10243
  }));
10195
10244
  }
10196
10245
  }
10197
- ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10198
- ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ToastService, providedIn: 'root' });
10199
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ToastService, decorators: [{
10246
+ ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10247
+ ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, providedIn: 'root' });
10248
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, decorators: [{
10200
10249
  type: Injectable,
10201
10250
  args: [{
10202
10251
  providedIn: 'root'
@@ -10274,9 +10323,9 @@ class BankConnectionService extends RestService$1 {
10274
10323
  });
10275
10324
  }
10276
10325
  }
10277
- BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
10278
- BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
10279
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankConnectionService, decorators: [{
10326
+ BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
10327
+ BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
10328
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, decorators: [{
10280
10329
  type: Injectable,
10281
10330
  args: [{
10282
10331
  providedIn: 'root'
@@ -10419,9 +10468,9 @@ BasiqService.retrieveAccountsCheckInterval = 3000;
10419
10468
  * How long we will wait accounts retrieving, break after timeout if not retireved
10420
10469
  */
10421
10470
  BasiqService.retrieveAccountsTimeout = 20000;
10422
- BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
10423
- BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqService, providedIn: 'root' });
10424
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqService, decorators: [{
10471
+ BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
10472
+ BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, providedIn: 'root' });
10473
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, decorators: [{
10425
10474
  type: Injectable,
10426
10475
  args: [{
10427
10476
  providedIn: 'root'
@@ -10458,9 +10507,9 @@ class BasiqTokenService extends RestService$1 {
10458
10507
  return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
10459
10508
  }
10460
10509
  }
10461
- BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10462
- BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10463
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqTokenService, decorators: [{
10510
+ BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10511
+ BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10512
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, decorators: [{
10464
10513
  type: Injectable,
10465
10514
  args: [{
10466
10515
  providedIn: 'root'
@@ -10489,9 +10538,9 @@ class BasiqTokenInterceptor {
10489
10538
  });
10490
10539
  }
10491
10540
  }
10492
- BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10493
- BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqTokenInterceptor });
10494
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10541
+ BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10542
+ BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor });
10543
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10495
10544
  type: Injectable
10496
10545
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
10497
10546
 
@@ -10674,9 +10723,9 @@ class UserService {
10674
10723
  });
10675
10724
  }
10676
10725
  }
10677
- UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10678
- UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserService, providedIn: 'root' });
10679
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserService, decorators: [{
10726
+ UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10727
+ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, providedIn: 'root' });
10728
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, decorators: [{
10680
10729
  type: Injectable,
10681
10730
  args: [{
10682
10731
  providedIn: 'root'
@@ -10708,17 +10757,17 @@ class BasiqClientIdInterceptor {
10708
10757
  });
10709
10758
  }
10710
10759
  }
10711
- BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10712
- BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqClientIdInterceptor });
10713
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10760
+ BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10761
+ BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor });
10762
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10714
10763
  type: Injectable
10715
10764
  }], ctorParameters: function () { return [{ type: UserService }]; } });
10716
10765
 
10717
10766
  class InterceptorsModule {
10718
10767
  }
10719
- InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10720
- InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: InterceptorsModule });
10721
- InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: InterceptorsModule, providers: [
10768
+ InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10769
+ InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule });
10770
+ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, providers: [
10722
10771
  {
10723
10772
  provide: HTTP_INTERCEPTORS,
10724
10773
  useClass: CorelogicInterceptor,
@@ -10756,7 +10805,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
10756
10805
  multi: true
10757
10806
  }
10758
10807
  ] });
10759
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: InterceptorsModule, decorators: [{
10808
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, decorators: [{
10760
10809
  type: NgModule,
10761
10810
  args: [{
10762
10811
  providers: [
@@ -10814,12 +10863,12 @@ class TtCoreModule {
10814
10863
  };
10815
10864
  }
10816
10865
  }
10817
- TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10818
- TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10866
+ TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10867
+ TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10819
10868
  InterceptorsModule] });
10820
- TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10869
+ TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10821
10870
  InterceptorsModule] });
10822
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TtCoreModule, decorators: [{
10871
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, decorators: [{
10823
10872
  type: NgModule,
10824
10873
  args: [{
10825
10874
  declarations: [],
@@ -12376,9 +12425,9 @@ class AddressService {
12376
12425
  return this.countriesSubject.asObservable();
12377
12426
  }
12378
12427
  }
12379
- AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12380
- AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AddressService, providedIn: 'root' });
12381
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AddressService, decorators: [{
12428
+ AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12429
+ AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, providedIn: 'root' });
12430
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, decorators: [{
12382
12431
  type: Injectable,
12383
12432
  args: [{
12384
12433
  providedIn: 'root'
@@ -12448,9 +12497,9 @@ class BankAccountService extends RestService$1 {
12448
12497
  });
12449
12498
  }
12450
12499
  }
12451
- BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12452
- BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12453
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankAccountService, decorators: [{
12500
+ BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12501
+ BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12502
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, decorators: [{
12454
12503
  type: Injectable,
12455
12504
  args: [{
12456
12505
  providedIn: 'root'
@@ -12517,9 +12566,9 @@ class BankTransactionService extends RestService$1 {
12517
12566
  });
12518
12567
  }
12519
12568
  }
12520
- BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12521
- BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12522
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankTransactionService, decorators: [{
12569
+ BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12570
+ BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12571
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, decorators: [{
12523
12572
  type: Injectable,
12524
12573
  args: [{
12525
12574
  providedIn: 'root'
@@ -12546,9 +12595,9 @@ class BankService extends RestService$1 {
12546
12595
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12547
12596
  }
12548
12597
  }
12549
- BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12550
- BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankService, providedIn: 'root' });
12551
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankService, decorators: [{
12598
+ BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12599
+ BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, providedIn: 'root' });
12600
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, decorators: [{
12552
12601
  type: Injectable,
12553
12602
  args: [{
12554
12603
  providedIn: 'root'
@@ -12565,9 +12614,9 @@ class BudgetService extends RestService$1 {
12565
12614
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
12566
12615
  }
12567
12616
  }
12568
- BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12569
- BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BudgetService, providedIn: 'root' });
12570
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BudgetService, decorators: [{
12617
+ BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12618
+ BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, providedIn: 'root' });
12619
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, decorators: [{
12571
12620
  type: Injectable,
12572
12621
  args: [{
12573
12622
  providedIn: 'root'
@@ -12595,9 +12644,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
12595
12644
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12596
12645
  }
12597
12646
  }
12598
- ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12599
- ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12600
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12647
+ ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12648
+ ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12649
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12601
12650
  type: Injectable,
12602
12651
  args: [{
12603
12652
  providedIn: 'root'
@@ -12637,9 +12686,9 @@ class ChartAccountsService extends RestService$1 {
12637
12686
  }));
12638
12687
  }
12639
12688
  }
12640
- ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12641
- ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12642
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsService, decorators: [{
12689
+ ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12690
+ ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12691
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, decorators: [{
12643
12692
  type: Injectable,
12644
12693
  args: [{
12645
12694
  providedIn: 'root'
@@ -12708,9 +12757,9 @@ class ChatService extends RestService$1 {
12708
12757
  });
12709
12758
  }
12710
12759
  }
12711
- ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12712
- ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChatService, providedIn: 'root' });
12713
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChatService, decorators: [{
12760
+ ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12761
+ ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, providedIn: 'root' });
12762
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, decorators: [{
12714
12763
  type: Injectable,
12715
12764
  args: [{
12716
12765
  providedIn: 'root'
@@ -12769,9 +12818,9 @@ class MessageService extends RestService$1 {
12769
12818
  });
12770
12819
  }
12771
12820
  }
12772
- MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12773
- MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MessageService, providedIn: 'root' });
12774
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MessageService, decorators: [{
12821
+ MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12822
+ MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, providedIn: 'root' });
12823
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, decorators: [{
12775
12824
  type: Injectable,
12776
12825
  args: [{
12777
12826
  providedIn: 'root'
@@ -12843,9 +12892,9 @@ class MessageDocumentService extends RestService$1 {
12843
12892
  return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
12844
12893
  }
12845
12894
  }
12846
- MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12847
- MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12848
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MessageDocumentService, decorators: [{
12895
+ MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12896
+ MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12897
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, decorators: [{
12849
12898
  type: Injectable,
12850
12899
  args: [{
12851
12900
  providedIn: 'root'
@@ -12908,9 +12957,9 @@ class ReceiptService {
12908
12957
  return plainToClass(this.modelClass, data);
12909
12958
  }
12910
12959
  }
12911
- ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12912
- ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12913
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ReceiptService, decorators: [{
12960
+ ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12961
+ ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12962
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, decorators: [{
12914
12963
  type: Injectable,
12915
12964
  args: [{
12916
12965
  providedIn: 'root'
@@ -12941,9 +12990,9 @@ class DepreciationReceiptService extends ReceiptService {
12941
12990
  this.listenEvents();
12942
12991
  }
12943
12992
  }
12944
- DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12945
- DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12946
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12993
+ DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12994
+ DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12995
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12947
12996
  type: Injectable,
12948
12997
  args: [{
12949
12998
  providedIn: 'root'
@@ -13078,9 +13127,9 @@ class DepreciationService extends RestService$1 {
13078
13127
  });
13079
13128
  }
13080
13129
  }
13081
- DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: DepreciationReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
13082
- DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationService, providedIn: 'root' });
13083
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationService, decorators: [{
13130
+ DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: DepreciationReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
13131
+ DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
13132
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, decorators: [{
13084
13133
  type: Injectable,
13085
13134
  args: [{
13086
13135
  providedIn: 'root'
@@ -13132,9 +13181,9 @@ class DepreciationCapitalProjectService {
13132
13181
  }));
13133
13182
  }
13134
13183
  }
13135
- DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13136
- DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
13137
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
13184
+ DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13185
+ DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
13186
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
13138
13187
  type: Injectable,
13139
13188
  args: [{
13140
13189
  providedIn: 'root'
@@ -13346,9 +13395,9 @@ class RestService {
13346
13395
  */
13347
13396
  listenEvents() { }
13348
13397
  }
13349
- RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
13350
- RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RestService, providedIn: 'root' });
13351
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RestService, decorators: [{
13398
+ RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
13399
+ RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, providedIn: 'root' });
13400
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, decorators: [{
13352
13401
  type: Injectable,
13353
13402
  args: [{
13354
13403
  providedIn: 'root'
@@ -13367,9 +13416,9 @@ class DocumentService extends RestService {
13367
13416
  this.modelClass = Document;
13368
13417
  }
13369
13418
  }
13370
- DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13371
- DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentService, providedIn: 'root' });
13372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentService, decorators: [{
13419
+ DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13420
+ DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, providedIn: 'root' });
13421
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, decorators: [{
13373
13422
  type: Injectable,
13374
13423
  args: [{
13375
13424
  providedIn: 'root'
@@ -13435,9 +13484,9 @@ class DocumentFolderService extends RestService {
13435
13484
  }));
13436
13485
  }
13437
13486
  }
13438
- DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13439
- DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13440
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentFolderService, decorators: [{
13487
+ DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13488
+ DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13489
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, decorators: [{
13441
13490
  type: Injectable,
13442
13491
  args: [{
13443
13492
  providedIn: 'root'
@@ -13514,9 +13563,9 @@ FacebookService.authOptions = {
13514
13563
  auth_type: 'rerequest',
13515
13564
  return_scopes: true
13516
13565
  };
13517
- FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13518
- FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FacebookService, providedIn: 'root' });
13519
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FacebookService, decorators: [{
13566
+ FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13567
+ FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, providedIn: 'root' });
13568
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, decorators: [{
13520
13569
  type: Injectable,
13521
13570
  args: [{
13522
13571
  providedIn: 'root'
@@ -13586,9 +13635,9 @@ class GoogleService {
13586
13635
  google.accounts.id.disableAutoSelect();
13587
13636
  }
13588
13637
  }
13589
- GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13590
- GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GoogleService, providedIn: 'root' });
13591
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GoogleService, decorators: [{
13638
+ GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13639
+ GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, providedIn: 'root' });
13640
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, decorators: [{
13592
13641
  type: Injectable,
13593
13642
  args: [{
13594
13643
  providedIn: 'root'
@@ -13619,9 +13668,9 @@ class FileService extends RestService$1 {
13619
13668
  return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
13620
13669
  }
13621
13670
  }
13622
- FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13623
- FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FileService, providedIn: 'root' });
13624
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FileService, decorators: [{
13671
+ FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13672
+ FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, providedIn: 'root' });
13673
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, decorators: [{
13625
13674
  type: Injectable,
13626
13675
  args: [{
13627
13676
  providedIn: 'root'
@@ -13638,9 +13687,9 @@ class ClientIncomeTypesService extends RestService$1 {
13638
13687
  this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
13639
13688
  }
13640
13689
  }
13641
- ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13642
- ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13643
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13690
+ ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13691
+ ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13692
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13644
13693
  type: Injectable,
13645
13694
  args: [{
13646
13695
  providedIn: 'root'
@@ -13757,9 +13806,9 @@ class ClientInviteService extends RestService {
13757
13806
  });
13758
13807
  }
13759
13808
  }
13760
- ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13761
- ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13762
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientInviteService, decorators: [{
13809
+ ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13810
+ ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13811
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, decorators: [{
13763
13812
  type: Injectable,
13764
13813
  args: [{
13765
13814
  providedIn: 'root'
@@ -13843,9 +13892,9 @@ class ClientMovementService extends RestService {
13843
13892
  });
13844
13893
  }
13845
13894
  }
13846
- ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13847
- ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13848
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientMovementService, decorators: [{
13895
+ ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13896
+ ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13897
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, decorators: [{
13849
13898
  type: Injectable,
13850
13899
  args: [{
13851
13900
  providedIn: 'root'
@@ -13874,9 +13923,9 @@ class EmployeeService extends RestService {
13874
13923
  }));
13875
13924
  }
13876
13925
  }
13877
- EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13878
- EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13879
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EmployeeService, decorators: [{
13926
+ EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13927
+ EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13928
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, decorators: [{
13880
13929
  type: Injectable,
13881
13930
  args: [{
13882
13931
  providedIn: 'root'
@@ -13917,9 +13966,9 @@ class EmployeeInviteService extends RestService {
13917
13966
  }));
13918
13967
  }
13919
13968
  }
13920
- EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13921
- EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13922
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EmployeeInviteService, decorators: [{
13969
+ EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13970
+ EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13971
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, decorators: [{
13923
13972
  type: Injectable,
13924
13973
  args: [{
13925
13974
  providedIn: 'root'
@@ -13944,9 +13993,9 @@ class ClientPortfolioReportService {
13944
13993
  }));
13945
13994
  }
13946
13995
  }
13947
- ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13948
- ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13949
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13996
+ ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13997
+ ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13998
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13950
13999
  type: Injectable,
13951
14000
  args: [{
13952
14001
  providedIn: 'root'
@@ -14010,9 +14059,9 @@ class FirmService {
14010
14059
  }));
14011
14060
  }
14012
14061
  }
14013
- FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14014
- FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FirmService, providedIn: 'root' });
14015
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FirmService, decorators: [{
14062
+ FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14063
+ FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, providedIn: 'root' });
14064
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, decorators: [{
14016
14065
  type: Injectable,
14017
14066
  args: [{
14018
14067
  providedIn: 'root'
@@ -14087,9 +14136,9 @@ class IncomeSourceForecastService extends RestService {
14087
14136
  }).flat();
14088
14137
  }
14089
14138
  }
14090
- IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14091
- IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
14092
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
14139
+ IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14140
+ IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
14141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
14093
14142
  type: Injectable,
14094
14143
  args: [{
14095
14144
  providedIn: 'root'
@@ -14159,9 +14208,9 @@ class SalaryForecastService extends RestService {
14159
14208
  }).flat();
14160
14209
  }
14161
14210
  }
14162
- SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14163
- SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
14164
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SalaryForecastService, decorators: [{
14211
+ SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14212
+ SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
14213
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, decorators: [{
14165
14214
  type: Injectable,
14166
14215
  args: [{
14167
14216
  providedIn: 'root'
@@ -14237,9 +14286,9 @@ class SoleForecastService extends RestService {
14237
14286
  });
14238
14287
  }
14239
14288
  }
14240
- SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14241
- SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
14242
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleForecastService, decorators: [{
14289
+ SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14290
+ SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
14291
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, decorators: [{
14243
14292
  type: Injectable,
14244
14293
  args: [{
14245
14294
  providedIn: 'root'
@@ -14318,9 +14367,9 @@ class IncomeSourceService extends RestService {
14318
14367
  });
14319
14368
  }
14320
14369
  }
14321
- IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14322
- IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
14323
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceService, decorators: [{
14370
+ IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14371
+ IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
14372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, decorators: [{
14324
14373
  type: Injectable,
14325
14374
  args: [{
14326
14375
  providedIn: 'root'
@@ -14381,9 +14430,9 @@ class BorrowingExpenseService {
14381
14430
  }));
14382
14431
  }
14383
14432
  }
14384
- BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14385
- BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14386
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BorrowingExpenseService, decorators: [{
14433
+ BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14434
+ BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14435
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, decorators: [{
14387
14436
  type: Injectable,
14388
14437
  args: [{
14389
14438
  providedIn: 'root'
@@ -14465,9 +14514,9 @@ class LoanService extends RestService$1 {
14465
14514
  }));
14466
14515
  }
14467
14516
  }
14468
- LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14469
- LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LoanService, providedIn: 'root' });
14470
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LoanService, decorators: [{
14517
+ LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14518
+ LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, providedIn: 'root' });
14519
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, decorators: [{
14471
14520
  type: Injectable,
14472
14521
  args: [{
14473
14522
  providedIn: 'root'
@@ -14486,9 +14535,9 @@ class PropertyCategoryService extends RestService$1 {
14486
14535
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14487
14536
  }
14488
14537
  }
14489
- PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14490
- PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14491
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCategoryService, decorators: [{
14538
+ PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14539
+ PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14540
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, decorators: [{
14492
14541
  type: Injectable,
14493
14542
  args: [{
14494
14543
  providedIn: 'root'
@@ -14504,9 +14553,9 @@ class PropertyCategoryMovementService extends RestService$1 {
14504
14553
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14505
14554
  }
14506
14555
  }
14507
- PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14508
- PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14509
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14556
+ PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14557
+ PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14558
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14510
14559
  type: Injectable,
14511
14560
  args: [{
14512
14561
  providedIn: 'root'
@@ -14548,9 +14597,9 @@ class PropertyDocumentService extends RestService$1 {
14548
14597
  });
14549
14598
  }
14550
14599
  }
14551
- PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14552
- PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14553
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyDocumentService, decorators: [{
14600
+ PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14601
+ PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14602
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, decorators: [{
14554
14603
  type: Injectable,
14555
14604
  args: [{
14556
14605
  providedIn: 'root'
@@ -14624,9 +14673,9 @@ class TaxExemptionService extends DataService {
14624
14673
  this.setCache(TaxExemptions);
14625
14674
  }
14626
14675
  }
14627
- TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14628
- TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14629
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxExemptionService, decorators: [{
14676
+ TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14677
+ TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14678
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, decorators: [{
14630
14679
  type: Injectable,
14631
14680
  args: [{
14632
14681
  providedIn: 'root'
@@ -14642,9 +14691,9 @@ class PropertySaleService extends RestService$1 {
14642
14691
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14643
14692
  }
14644
14693
  }
14645
- PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14646
- PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14647
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertySaleService, decorators: [{
14694
+ PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14695
+ PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14696
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, decorators: [{
14648
14697
  type: Injectable,
14649
14698
  args: [{
14650
14699
  providedIn: 'root'
@@ -14691,9 +14740,9 @@ class PropertyShareService extends RestService$1 {
14691
14740
  this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
14692
14741
  }
14693
14742
  }
14694
- PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14695
- PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14696
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyShareService, decorators: [{
14743
+ PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14744
+ PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14745
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, decorators: [{
14697
14746
  type: Injectable,
14698
14747
  args: [{
14699
14748
  providedIn: 'root'
@@ -14790,9 +14839,9 @@ class PropertyService extends RestService$1 {
14790
14839
  }));
14791
14840
  }
14792
14841
  }
14793
- PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14794
- PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyService, providedIn: 'root' });
14795
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyService, decorators: [{
14842
+ PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14843
+ PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, providedIn: 'root' });
14844
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, decorators: [{
14796
14845
  type: Injectable,
14797
14846
  args: [{
14798
14847
  providedIn: 'root'
@@ -14846,9 +14895,9 @@ class ServiceNotificationService extends RestService {
14846
14895
  });
14847
14896
  }
14848
14897
  }
14849
- ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
14850
- ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14851
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServiceNotificationService, decorators: [{
14898
+ ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
14899
+ ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14900
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, decorators: [{
14852
14901
  type: Injectable,
14853
14902
  args: [{
14854
14903
  providedIn: 'root'
@@ -14899,9 +14948,9 @@ class SoleBusinessService extends RestService {
14899
14948
  }));
14900
14949
  }
14901
14950
  }
14902
- SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14903
- SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14904
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessService, decorators: [{
14951
+ SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14952
+ SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14953
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, decorators: [{
14905
14954
  type: Injectable,
14906
14955
  args: [{
14907
14956
  providedIn: 'root'
@@ -14916,9 +14965,9 @@ class SoleBusinessActivityService extends RestService {
14916
14965
  this.isHydra = true;
14917
14966
  }
14918
14967
  }
14919
- SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14920
- SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14921
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14968
+ SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14969
+ SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14970
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14922
14971
  type: Injectable,
14923
14972
  args: [{
14924
14973
  providedIn: 'root'
@@ -14944,9 +14993,9 @@ class SoleBusinessLossService extends RestService {
14944
14993
  });
14945
14994
  }
14946
14995
  }
14947
- SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14948
- SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14949
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14996
+ SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14997
+ SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14998
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14950
14999
  type: Injectable,
14951
15000
  args: [{
14952
15001
  providedIn: 'root'
@@ -14964,9 +15013,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
14964
15013
  this.isHydra = true;
14965
15014
  }
14966
15015
  }
14967
- SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14968
- SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14969
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
15016
+ SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15017
+ SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
15018
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14970
15019
  type: Injectable,
14971
15020
  args: [{
14972
15021
  providedIn: 'root'
@@ -14981,9 +15030,9 @@ class SoleContactService extends RestService {
14981
15030
  this.isHydra = true;
14982
15031
  }
14983
15032
  }
14984
- SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14985
- SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14986
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleContactService, decorators: [{
15033
+ SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15034
+ SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, providedIn: 'root' });
15035
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, decorators: [{
14987
15036
  type: Injectable,
14988
15037
  args: [{
14989
15038
  providedIn: 'root'
@@ -15039,9 +15088,9 @@ class SoleDepreciationMethodService {
15039
15088
  });
15040
15089
  }
15041
15090
  }
15042
- SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
15043
- SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
15044
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
15091
+ SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
15092
+ SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
15093
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
15045
15094
  type: Injectable,
15046
15095
  args: [{
15047
15096
  providedIn: 'root'
@@ -15096,9 +15145,9 @@ class SoleDetailsService {
15096
15145
  }));
15097
15146
  }
15098
15147
  }
15099
- SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
15100
- SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
15101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleDetailsService, decorators: [{
15148
+ SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
15149
+ SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
15150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, decorators: [{
15102
15151
  type: Injectable,
15103
15152
  args: [{
15104
15153
  providedIn: 'root'
@@ -15174,9 +15223,9 @@ class SoleInvoiceService extends RestService {
15174
15223
  });
15175
15224
  }
15176
15225
  }
15177
- SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15178
- SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
15179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleInvoiceService, decorators: [{
15226
+ SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15227
+ SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
15228
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, decorators: [{
15180
15229
  type: Injectable,
15181
15230
  args: [{
15182
15231
  providedIn: 'root'
@@ -15191,9 +15240,9 @@ class SoleInvoiceTemplateService extends RestService {
15191
15240
  this.isHydra = true;
15192
15241
  }
15193
15242
  }
15194
- SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15195
- SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
15196
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
15243
+ SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15244
+ SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
15245
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
15197
15246
  type: Injectable,
15198
15247
  args: [{
15199
15248
  providedIn: 'root'
@@ -15208,9 +15257,9 @@ class BasReportService extends RestService {
15208
15257
  this.isHydra = true;
15209
15258
  }
15210
15259
  }
15211
- BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15212
- BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasReportService, providedIn: 'root' });
15213
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasReportService, decorators: [{
15260
+ BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15261
+ BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, providedIn: 'root' });
15262
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, decorators: [{
15214
15263
  type: Injectable,
15215
15264
  args: [{
15216
15265
  providedIn: 'root'
@@ -15236,9 +15285,9 @@ class ServicePaymentService extends RestService$1 {
15236
15285
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
15237
15286
  }
15238
15287
  }
15239
- ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15240
- ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
15241
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePaymentService, decorators: [{
15288
+ ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15289
+ ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
15290
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, decorators: [{
15242
15291
  type: Injectable,
15243
15292
  args: [{
15244
15293
  providedIn: 'root'
@@ -15286,9 +15335,9 @@ class ServicePaymentMethodService extends RestService$1 {
15286
15335
  });
15287
15336
  }
15288
15337
  }
15289
- ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
15290
- ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
15291
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
15338
+ ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
15339
+ ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
15340
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
15292
15341
  type: Injectable,
15293
15342
  args: [{
15294
15343
  providedIn: 'root'
@@ -15313,9 +15362,9 @@ class ServicePriceService extends RestService$1 {
15313
15362
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
15314
15363
  }
15315
15364
  }
15316
- ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15317
- ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
15318
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePriceService, decorators: [{
15365
+ ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15366
+ ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
15367
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, decorators: [{
15319
15368
  type: Injectable,
15320
15369
  args: [{
15321
15370
  providedIn: 'root'
@@ -15432,9 +15481,9 @@ class SubscriptionService extends RestService$1 {
15432
15481
  });
15433
15482
  }
15434
15483
  }
15435
- SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15436
- SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
15437
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SubscriptionService, decorators: [{
15484
+ SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15485
+ SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
15486
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, decorators: [{
15438
15487
  type: Injectable,
15439
15488
  args: [{
15440
15489
  providedIn: 'root'
@@ -15456,9 +15505,9 @@ class ServiceProductService extends RestService$1 {
15456
15505
  this.isApiPlatform = true;
15457
15506
  }
15458
15507
  }
15459
- ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15460
- ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15461
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServiceProductService, decorators: [{
15508
+ ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15509
+ ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15510
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, decorators: [{
15462
15511
  type: Injectable,
15463
15512
  args: [{
15464
15513
  providedIn: 'root'
@@ -15490,9 +15539,9 @@ class TaxReviewHistoryService extends RestService {
15490
15539
  });
15491
15540
  }
15492
15541
  }
15493
- TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15494
- TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15495
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15542
+ TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15543
+ TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15544
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15496
15545
  type: Injectable,
15497
15546
  args: [{
15498
15547
  providedIn: 'root'
@@ -15581,9 +15630,9 @@ class TaxReviewService extends RestService {
15581
15630
  });
15582
15631
  }
15583
15632
  }
15584
- TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15585
- TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15586
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReviewService, decorators: [{
15633
+ TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15634
+ TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15635
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, decorators: [{
15587
15636
  type: Injectable,
15588
15637
  args: [{
15589
15638
  providedIn: 'root'
@@ -15640,9 +15689,9 @@ class TaxSummaryService {
15640
15689
  });
15641
15690
  }
15642
15691
  }
15643
- TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15644
- TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15645
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxSummaryService, decorators: [{
15692
+ TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15693
+ TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15694
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, decorators: [{
15646
15695
  type: Injectable,
15647
15696
  args: [{
15648
15697
  providedIn: 'root'
@@ -15663,9 +15712,9 @@ class AllocationRuleService extends RestService$1 {
15663
15712
  this.isApiPlatform = true;
15664
15713
  }
15665
15714
  }
15666
- AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15667
- AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15668
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AllocationRuleService, decorators: [{
15715
+ AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15716
+ AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15717
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, decorators: [{
15669
15718
  type: Injectable,
15670
15719
  args: [{
15671
15720
  providedIn: 'root'
@@ -15755,9 +15804,9 @@ class TransactionAllocationService extends RestService {
15755
15804
  });
15756
15805
  }
15757
15806
  }
15758
- TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15759
- TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15760
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionAllocationService, decorators: [{
15807
+ TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15808
+ TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15809
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, decorators: [{
15761
15810
  type: Injectable,
15762
15811
  args: [{
15763
15812
  providedIn: 'root'
@@ -15783,9 +15832,9 @@ class TransactionReceiptService extends ReceiptService {
15783
15832
  this.listenEvents();
15784
15833
  }
15785
15834
  }
15786
- TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
15787
- TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15788
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionReceiptService, decorators: [{
15835
+ TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
15836
+ TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15837
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, decorators: [{
15789
15838
  type: Injectable,
15790
15839
  args: [{
15791
15840
  providedIn: 'root'
@@ -16097,9 +16146,9 @@ class TransactionService extends RestService {
16097
16146
  });
16098
16147
  }
16099
16148
  }
16100
- TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
16101
- TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionService, providedIn: 'root' });
16102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionService, decorators: [{
16149
+ TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
16150
+ TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, providedIn: 'root' });
16151
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, decorators: [{
16103
16152
  type: Injectable,
16104
16153
  args: [{
16105
16154
  providedIn: 'root'
@@ -16130,9 +16179,9 @@ class TutorialVideoService {
16130
16179
  }
16131
16180
  TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
16132
16181
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
16133
- TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16134
- TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
16135
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TutorialVideoService, decorators: [{
16182
+ TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16183
+ TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
16184
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, decorators: [{
16136
16185
  type: Injectable,
16137
16186
  args: [{
16138
16187
  providedIn: 'root'
@@ -16154,9 +16203,9 @@ class VehicleService extends RestService {
16154
16203
  this.modelClass = Vehicle;
16155
16204
  }
16156
16205
  }
16157
- VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16158
- VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleService, providedIn: 'root' });
16159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleService, decorators: [{
16206
+ VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16207
+ VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, providedIn: 'root' });
16208
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, decorators: [{
16160
16209
  type: Injectable,
16161
16210
  args: [{
16162
16211
  providedIn: 'root'
@@ -16228,9 +16277,9 @@ class VehicleClaimService extends RestService {
16228
16277
  combineLatest(batch$).subscribe();
16229
16278
  }
16230
16279
  }
16231
- VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16232
- VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
16233
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleClaimService, decorators: [{
16280
+ VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16281
+ VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
16282
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, decorators: [{
16234
16283
  type: Injectable,
16235
16284
  args: [{
16236
16285
  providedIn: 'root'
@@ -16307,9 +16356,9 @@ class VehicleClaimDetailsService {
16307
16356
  this.update(vehicleClaimDetails).subscribe();
16308
16357
  }
16309
16358
  }
16310
- VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
16311
- VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
16312
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
16359
+ VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
16360
+ VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
16361
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
16313
16362
  type: Injectable,
16314
16363
  args: [{
16315
16364
  providedIn: 'root'
@@ -16331,9 +16380,9 @@ class VehicleLogbookService extends RestService {
16331
16380
  this.modelClass = VehicleLogbook;
16332
16381
  }
16333
16382
  }
16334
- VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16335
- VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
16336
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleLogbookService, decorators: [{
16383
+ VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16384
+ VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
16385
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, decorators: [{
16337
16386
  type: Injectable,
16338
16387
  args: [{
16339
16388
  providedIn: 'root'
@@ -16350,9 +16399,9 @@ class AnnualClientDetailsService extends RestService$1 {
16350
16399
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
16351
16400
  }
16352
16401
  }
16353
- AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16354
- AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
16355
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
16402
+ AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16403
+ AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
16404
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
16356
16405
  type: Injectable,
16357
16406
  args: [{
16358
16407
  providedIn: 'root'
@@ -16383,9 +16432,9 @@ class OccupationService {
16383
16432
  return this.occupationsSubject.asObservable();
16384
16433
  }
16385
16434
  }
16386
- OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16387
- OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OccupationService, providedIn: 'root' });
16388
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OccupationService, decorators: [{
16435
+ OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16436
+ OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, providedIn: 'root' });
16437
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, decorators: [{
16389
16438
  type: Injectable,
16390
16439
  args: [{
16391
16440
  providedIn: 'root'
@@ -16431,9 +16480,9 @@ class UserEventSettingService extends RestService {
16431
16480
  }));
16432
16481
  }
16433
16482
  }
16434
- UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16435
- UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
16436
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserEventSettingService, decorators: [{
16483
+ UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16484
+ UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
16485
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, decorators: [{
16437
16486
  type: Injectable,
16438
16487
  args: [{
16439
16488
  providedIn: 'root'
@@ -16448,9 +16497,9 @@ class UserEventTypeService extends RestService {
16448
16497
  this.isHydra = true;
16449
16498
  }
16450
16499
  }
16451
- UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16452
- UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
16453
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserEventTypeService, decorators: [{
16500
+ UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16501
+ UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
16502
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, decorators: [{
16454
16503
  type: Injectable,
16455
16504
  args: [{
16456
16505
  providedIn: 'root'
@@ -16467,9 +16516,9 @@ class UsersInviteService extends RestService {
16467
16516
  this.url = 'users/invite';
16468
16517
  }
16469
16518
  }
16470
- UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16471
- UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16472
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UsersInviteService, decorators: [{
16519
+ UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16520
+ UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16521
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, decorators: [{
16473
16522
  type: Injectable,
16474
16523
  args: [{
16475
16524
  providedIn: 'root'
@@ -16489,9 +16538,9 @@ class HoldingService extends RestService$1 {
16489
16538
  this.listenCSE(HoldingSale, ['post', 'put', 'delete'], this.resetCache);
16490
16539
  }
16491
16540
  }
16492
- HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16493
- HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingService, providedIn: 'root' });
16494
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingService, decorators: [{
16541
+ HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16542
+ HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, providedIn: 'root' });
16543
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, decorators: [{
16495
16544
  type: Injectable,
16496
16545
  args: [{
16497
16546
  providedIn: 'root'
@@ -16508,9 +16557,9 @@ class HoldingTypeService extends RestService$1 {
16508
16557
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16509
16558
  }
16510
16559
  }
16511
- HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16512
- HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16513
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingTypeService, decorators: [{
16560
+ HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16561
+ HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16562
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, decorators: [{
16514
16563
  type: Injectable,
16515
16564
  args: [{
16516
16565
  providedIn: 'root'
@@ -16527,9 +16576,9 @@ class HoldingSaleService extends RestService$1 {
16527
16576
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16528
16577
  }
16529
16578
  }
16530
- HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16531
- HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16532
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingSaleService, decorators: [{
16579
+ HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16580
+ HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16581
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, decorators: [{
16533
16582
  type: Injectable,
16534
16583
  args: [{
16535
16584
  providedIn: 'root'
@@ -16624,9 +16673,9 @@ class HoldingTypeExchangeService extends DataService {
16624
16673
  this.setCache(HoldingTypeExchanges);
16625
16674
  }
16626
16675
  }
16627
- HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16628
- HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16629
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16676
+ HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16677
+ HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16678
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16630
16679
  type: Injectable,
16631
16680
  args: [{
16632
16681
  providedIn: 'root'
@@ -16730,9 +16779,9 @@ class IncomeSourceTypeService extends DataService {
16730
16779
  this.setCache(IncomeSourceTypes);
16731
16780
  }
16732
16781
  }
16733
- IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16734
- IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
16735
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
16782
+ IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16783
+ IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
16784
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
16736
16785
  type: Injectable,
16737
16786
  args: [{
16738
16787
  providedIn: 'root'
@@ -16754,242 +16803,2334 @@ class ChartAccountsValueService extends DataService {
16754
16803
  return this.getCache().find((ca) => ca.chartAccounts.id === chartAccountsId && new FinancialYear().year === ca.financialYear).value;
16755
16804
  }
16756
16805
  }
16757
- ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16758
- ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
16759
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsValueService, decorators: [{
16806
+ ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16807
+ ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
16808
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, decorators: [{
16760
16809
  type: Injectable,
16761
16810
  args: [{
16762
16811
  providedIn: 'root'
16763
16812
  }]
16764
16813
  }], ctorParameters: function () { return []; } });
16765
16814
 
16766
- /**
16767
- * Enum list of all possible account setup items. Using with [ACCOUNT_SETUP_ITEMS]{@link ACCOUNT_SETUP_ITEMS}
16768
- */
16769
- var AccountSetupItemsEnum;
16770
- (function (AccountSetupItemsEnum) {
16771
- AccountSetupItemsEnum[AccountSetupItemsEnum["SALARY"] = 0] = "SALARY";
16772
- AccountSetupItemsEnum[AccountSetupItemsEnum["OTHER_INCOME"] = 1] = "OTHER_INCOME";
16773
- AccountSetupItemsEnum[AccountSetupItemsEnum["PROPERTY"] = 2] = "PROPERTY";
16774
- AccountSetupItemsEnum[AccountSetupItemsEnum["BANK_FEEDS"] = 3] = "BANK_FEEDS";
16775
- AccountSetupItemsEnum[AccountSetupItemsEnum["WORK_LOGBOOK"] = 4] = "WORK_LOGBOOK";
16776
- AccountSetupItemsEnum[AccountSetupItemsEnum["TRANSACTION"] = 5] = "TRANSACTION";
16777
- AccountSetupItemsEnum[AccountSetupItemsEnum["SOLE_BUSINESS"] = 6] = "SOLE_BUSINESS";
16778
- AccountSetupItemsEnum[AccountSetupItemsEnum["HOLDINGS"] = 7] = "HOLDINGS";
16779
- })(AccountSetupItemsEnum || (AccountSetupItemsEnum = {}));
16780
-
16781
- /**
16782
- * List of all possible account setup steps
16783
- */
16784
- const ACCOUNT_SETUP_ITEMS = {
16785
- [AccountSetupItemsEnum.SALARY]: plainToClass(AccountSetupItem, {
16786
- title: 'Add your work income forecast',
16787
- description: 'One the most important steps is to add your salary or wage incomes so we can automatically calculate tax withheld and your forecasted tax position.',
16788
- url: '/client/work-tank/forecasting',
16789
- urlFragment: 'salaryProductTour',
16790
- clientIncomeTypes: ['work']
16791
- }),
16792
- [AccountSetupItemsEnum.OTHER_INCOME]: plainToClass(AccountSetupItem, {
16793
- title: 'Add any other expected incomes',
16794
- description: 'To ensure an accurate tax position forecast, add estimates for any other income types, like dividends, interest, trusts, annuities, director payments etc.',
16795
- url: '/client/work-tank/forecasting',
16796
- urlFragment: 'otherIncomeProductTour',
16797
- clientIncomeTypes: ['work']
16798
- }),
16799
- [AccountSetupItemsEnum.PROPERTY]: plainToClass(AccountSetupItem, {
16800
- title: 'Add your properties',
16801
- description: 'Add your properties to seamlessly manage your rental incomes and expenses, whilst tracking your cash position, tax positions and equity forecasts in real time.',
16802
- url: '/client/property-tank',
16803
- urlFragment: 'productTour',
16804
- clientIncomeTypes: ['property']
16805
- }),
16806
- [AccountSetupItemsEnum.BANK_FEEDS]: plainToClass(AccountSetupItem, {
16807
- title: 'Link banks and select accounts',
16808
- description: 'Link banks to automatically feed your account transactions to save you time and money. Allocating live transactions ensures nothing is missed, lost or forgotten!',
16809
- url: '/client/bank-feeds',
16810
- urlFragment: 'bankAccountProductTour',
16811
- clientIncomeTypes: ['work', 'property', 'sole']
16812
- }),
16813
- [AccountSetupItemsEnum.WORK_LOGBOOK]: plainToClass(AccountSetupItem, {
16814
- title: 'Set up your logbook method',
16815
- description: 'Do you use your vehicle for work? Select your method and the kms or logbook % to automate accurately all vehicle expenses throughout the year.',
16816
- url: '/client/work-tank/logbook',
16817
- urlFragment: 'productTour'
16818
- }),
16819
- [AccountSetupItemsEnum.TRANSACTION]: plainToClass(AccountSetupItem, {
16820
- title: 'Allocate transactions',
16821
- description: 'Select one or multiple transactions, the category from the dropdown and attach your receipt. It’s that simple to capture every possible deduction, and keep organised all throughout the year.',
16822
- url: '/client/bank-feeds',
16823
- urlFragment: 'allocationProductTour',
16824
- clientIncomeTypes: ['work', 'property', 'sole']
16825
- }),
16826
- [AccountSetupItemsEnum.SOLE_BUSINESS]: plainToClass(AccountSetupItem, {
16827
- title: 'Add your Sole Trader business',
16828
- description: 'Add up to 6 sole trader businesses to seamlessly manage invoicing, payments, BAS and prior even losses for every hustle without the hassle!',
16829
- url: '/client/sole-tank',
16830
- urlFragment: 'productTour',
16831
- clientIncomeTypes: ['sole']
16832
- }),
16833
- [AccountSetupItemsEnum.HOLDINGS]: plainToClass(AccountSetupItem, {
16834
- title: 'Add your holdings',
16835
- description: 'Track your trades for shares, crypto and other assets in one place, and auto calculate CGT all year round!',
16836
- url: '/client/holdings-tank',
16837
- // @TODO Nicole waiting for product tour from
16838
- urlFragment: 'productTour',
16839
- clientIncomeTypes: ['holdings']
16840
- }),
16841
- };
16842
-
16843
- /**
16844
- * Service handling user's account setup process.
16845
- * Checks required steps and their completion
16846
- */
16847
- class AccountSetupService {
16848
- constructor(clientIncomeTypesService, propertyService, incomeSourceService, bankAccountsService, transactionAllocationService, vehicleClaimService, transactionService, soleBusinessService, holdingService, userService) {
16849
- this.clientIncomeTypesService = clientIncomeTypesService;
16850
- this.propertyService = propertyService;
16851
- this.incomeSourceService = incomeSourceService;
16852
- this.bankAccountsService = bankAccountsService;
16853
- this.transactionAllocationService = transactionAllocationService;
16854
- this.vehicleClaimService = vehicleClaimService;
16855
- this.transactionService = transactionService;
16856
- this.soleBusinessService = soleBusinessService;
16857
- this.holdingService = holdingService;
16858
- this.userService = userService;
16859
- this.cacheSubject = new ReplaySubject(1);
16860
- }
16861
- /**
16862
- * Get list of account setup items for current user
16863
- */
16864
- get() {
16865
- if (!this.cache) {
16866
- this.cache = new AccountSetupItemCollection([]);
16867
- this.clientIncomeTypesService.getSingle()
16868
- .pipe(mergeMap((incomeTypes) => {
16869
- this.clientIncomeTypesId = incomeTypes.id;
16870
- return this.createBatch(incomeTypes);
16871
- }))
16872
- .subscribe((items) => {
16873
- switch (true) {
16874
- case !this.cache:
16875
- case this.cache.filterBy('isCompleted', true).length !== items.filterBy('isCompleted', true).length:
16876
- case this.cache.length !== items.length:
16877
- this.cache = cloneDeep$1(items);
16878
- this.cacheSubject.next(this.cache);
16879
- }
16880
- });
16881
- }
16882
- return this.cacheSubject.asObservable();
16883
- }
16884
- /**
16885
- * Prepare client income types to update to hide depended account setup items
16886
- */
16887
- prepareIncomeTypes(item) {
16888
- return plainToClass(ClientIncomeTypes, Object.assign({ id: this.clientIncomeTypesId }, fromPairs(item.clientIncomeTypes.map((type) => [type, false]))));
16889
- }
16890
- /**
16891
- * Get a single AccountSetupItem and check it's completion
16892
- */
16893
- create(itemType, request) {
16894
- return request.pipe(map((result) => {
16895
- const item = ACCOUNT_SETUP_ITEMS[itemType];
16896
- if (result.length) {
16897
- item.isCompleted = true;
16898
- }
16899
- else {
16900
- item.isCompleted = false;
16901
- }
16902
- return item;
16903
- }));
16904
- }
16905
- /**
16906
- * Get batch of requests to get list of required AccountSetupItem's.
16907
- * Some items are optional and depends of user's client income types
16908
- */
16909
- createBatch(incomeTypes) {
16910
- const batch = [];
16911
- const user = this.userService.getCache();
16912
- // Salary item is completed when user added salary income source
16913
- if (incomeTypes.work && user.hasRoles(UserRolesEnum.WORK_TANK)) {
16914
- batch.push(this.create(AccountSetupItemsEnum.SALARY, this.getIncomeSources(true)),
16915
- // Other income is a part of work tank, completed when user added at least one other income source
16916
- this.create(AccountSetupItemsEnum.OTHER_INCOME, this.getIncomeSources()));
16917
- }
16918
- // Rental income item is completed when user added at least one property
16919
- if (incomeTypes.property && user.hasRoles(UserRolesEnum.PROPERTY_TANK)) {
16920
- batch.push(this.create(AccountSetupItemsEnum.PROPERTY, this.propertyService.getArray()));
16921
- }
16922
- // Sole business item is completed when user added at least one business
16923
- if (incomeTypes.sole && user.hasRoles(UserRolesEnum.SOLE_TANK)) {
16924
- batch.push(this.create(AccountSetupItemsEnum.SOLE_BUSINESS, this.soleBusinessService.get()));
16925
- }
16926
- // holdings item is completed when user added at least one holding
16927
- if (incomeTypes.holdings && user.hasRoles(UserRolesEnum.HOLDING_TANK)) {
16928
- batch.push(this.create(AccountSetupItemsEnum.HOLDINGS, this.holdingService.getArray()));
16929
- }
16930
- if (incomeTypes.sole || incomeTypes.property || incomeTypes.work || incomeTypes.holdings) {
16931
- // Bank feeds item is completed when user added at least one bank account (basiq or manual)
16932
- batch.push(this.getBankFeedsItem());
16933
- // Logbook item is completed when user has at least one vehicle claim with any method (kms or logbook)
16934
- batch.push(this.getLogbookItem());
16935
- // Allocation item is completed when user added at least one transaction allocation
16936
- batch.push(this.create(AccountSetupItemsEnum.TRANSACTION, this.transactionAllocationService.get()));
16937
- }
16938
- return combineLatest(batch).pipe(map((items) => new AccountSetupItemCollection(items)));
16939
- }
16940
- /**
16941
- * @TODO Alex: work with collection when services refactored
16942
- * @TODO Vik: waiting for income sources refactoring
16943
- */
16944
- getIncomeSources(isSalary = false) {
16945
- return this.incomeSourceService.get().pipe(map((incomeSources) => {
16946
- const collection = new IncomeSourceCollection(incomeSources);
16947
- if (isSalary) {
16948
- return collection.getSalary();
16949
- }
16950
- return collection.items.filter((incomeSource) => incomeSource.isOtherIncome());
16951
- }));
16952
- }
16953
- /**
16954
- * Show logbook item when user has at least 1 vehicle transaction
16955
- */
16956
- getLogbookItem() {
16957
- return this.transactionService.get()
16958
- .pipe(
16959
- // @TODO Alex: remove map when services start work with collections
16960
- map((transactions) => new TransactionCollection(transactions)), mergeMap((transactions) => {
16961
- if (transactions.getVehicleTransactions().length) {
16962
- return this.create(AccountSetupItemsEnum.WORK_LOGBOOK, this.vehicleClaimService.get());
16963
- }
16964
- return of(null);
16965
- }));
16966
- }
16967
- /**
16968
- * Show bank feeds item when user has only holding tank
16969
- */
16970
- getBankFeedsItem() {
16971
- const userRoles = this.userService.getCache().roles;
16972
- const bankFeedsRoles = [UserRolesEnum.PROPERTY_TANK, UserRolesEnum.WORK_TANK, UserRolesEnum.SOLE_TANK];
16973
- if (!intersection(bankFeedsRoles, userRoles).length) {
16974
- return of(null);
16975
- }
16976
- return this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray());
16977
- }
16978
- }
16979
- AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }, { token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
16980
- AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
16981
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AccountSetupService, decorators: [{
16982
- type: Injectable,
16983
- args: [{
16984
- providedIn: 'root'
16985
- }]
16986
- }], ctorParameters: function () { return [{ type: ClientIncomeTypesService }, { type: PropertyService }, { type: IncomeSourceService }, { type: BankAccountService }, { type: TransactionAllocationService }, { type: VehicleClaimService }, { type: TransactionService }, { type: SoleBusinessService }, { type: HoldingService }, { type: UserService }]; } });
16987
-
16988
- /**
16989
- * Service to work with Rewardful (affiliate program) API
16990
- * https://developers.rewardful.com/javascript-api/overview#executing-code-when-rewardful-loads
16991
- */
16992
- class RewardfulService {
16815
+ var TaxReturnItems = [
16816
+ {
16817
+ id: 1,
16818
+ taxReturnCategory: {
16819
+ id: 1
16820
+ },
16821
+ code: 1,
16822
+ subCode: "C",
16823
+ taxReturnCode: null,
16824
+ name: "Salary or wages",
16825
+ seq: 10,
16826
+ isOtherIncome: 0,
16827
+ createdAt: "2020-06-01 00:00:00",
16828
+ updatedAt: "2020-06-01 00:00:00"
16829
+ },
16830
+ {
16831
+ id: 2,
16832
+ taxReturnCategory: {
16833
+ id: 30
16834
+ },
16835
+ code: 2,
16836
+ subCode: "K",
16837
+ taxReturnCode: null,
16838
+ name: "Allowances, earnings, tips, directors fees",
16839
+ seq: 20,
16840
+ isOtherIncome: 0,
16841
+ createdAt: "2020-06-01 00:00:00",
16842
+ updatedAt: "2020-06-01 00:00:00"
16843
+ },
16844
+ {
16845
+ id: 3,
16846
+ taxReturnCategory: {
16847
+ id: 31
16848
+ },
16849
+ code: 3,
16850
+ subCode: "R",
16851
+ taxReturnCode: null,
16852
+ name: "Employer lump sum payments",
16853
+ seq: 30,
16854
+ isOtherIncome: 0,
16855
+ createdAt: "2020-06-01 00:00:00",
16856
+ updatedAt: "2020-06-01 00:00:00"
16857
+ },
16858
+ {
16859
+ id: 4,
16860
+ taxReturnCategory: {
16861
+ id: 32
16862
+ },
16863
+ code: 4,
16864
+ subCode: "I",
16865
+ taxReturnCode: null,
16866
+ name: "Employment termination payments",
16867
+ seq: 40,
16868
+ isOtherIncome: 0,
16869
+ createdAt: "2020-06-01 00:00:00",
16870
+ updatedAt: "2020-06-01 00:00:00"
16871
+ },
16872
+ {
16873
+ id: 5,
16874
+ taxReturnCategory: {
16875
+ id: 2
16876
+ },
16877
+ code: 5,
16878
+ subCode: "A",
16879
+ taxReturnCode: null,
16880
+ name: "Australian Government allowances and payments",
16881
+ seq: 50,
16882
+ isOtherIncome: 1,
16883
+ createdAt: "2020-06-01 00:00:00",
16884
+ updatedAt: "2020-06-01 00:00:00"
16885
+ },
16886
+ {
16887
+ id: 6,
16888
+ taxReturnCategory: {
16889
+ id: 33
16890
+ },
16891
+ code: 6,
16892
+ subCode: "B",
16893
+ taxReturnCode: null,
16894
+ name: "Australian Government pensions and allowances",
16895
+ seq: 60,
16896
+ isOtherIncome: 1,
16897
+ createdAt: "2020-06-01 00:00:00",
16898
+ updatedAt: "2020-06-01 00:00:00"
16899
+ },
16900
+ {
16901
+ id: 7,
16902
+ taxReturnCategory: {
16903
+ id: 3
16904
+ },
16905
+ code: 7,
16906
+ subCode: null,
16907
+ taxReturnCode: null,
16908
+ name: "Australian annuities and superannuation income streams",
16909
+ seq: 70,
16910
+ isOtherIncome: 1,
16911
+ createdAt: "2020-06-01 00:00:00",
16912
+ updatedAt: "2020-06-01 00:00:00"
16913
+ },
16914
+ {
16915
+ id: 8,
16916
+ taxReturnCategory: {
16917
+ id: 34
16918
+ },
16919
+ code: 8,
16920
+ subCode: null,
16921
+ taxReturnCode: null,
16922
+ name: "Australian superannuation lump sum payments",
16923
+ seq: 80,
16924
+ isOtherIncome: 1,
16925
+ createdAt: "2020-06-01 00:00:00",
16926
+ updatedAt: "2020-06-01 00:00:00"
16927
+ },
16928
+ {
16929
+ id: 9,
16930
+ taxReturnCategory: {
16931
+ id: 4
16932
+ },
16933
+ code: 9,
16934
+ subCode: "O",
16935
+ taxReturnCode: null,
16936
+ name: "Attributed personal services income",
16937
+ seq: 90,
16938
+ isOtherIncome: 0,
16939
+ createdAt: "2020-06-01 00:00:00",
16940
+ updatedAt: "2020-06-01 00:00:00"
16941
+ },
16942
+ {
16943
+ id: 10,
16944
+ taxReturnCategory: {
16945
+ id: 5
16946
+ },
16947
+ code: 10,
16948
+ subCode: "L",
16949
+ taxReturnCode: null,
16950
+ name: "Gross interest",
16951
+ seq: 100,
16952
+ isOtherIncome: 1,
16953
+ createdAt: "2020-06-01 00:00:00",
16954
+ updatedAt: "2020-06-01 00:00:00"
16955
+ },
16956
+ {
16957
+ id: 11,
16958
+ taxReturnCategory: {
16959
+ id: 6
16960
+ },
16961
+ code: 11,
16962
+ subCode: null,
16963
+ taxReturnCode: null,
16964
+ name: "Dividends",
16965
+ seq: 110,
16966
+ isOtherIncome: 1,
16967
+ createdAt: "2020-06-01 00:00:00",
16968
+ updatedAt: "2020-06-01 00:00:00"
16969
+ },
16970
+ {
16971
+ id: 12,
16972
+ taxReturnCategory: {
16973
+ id: 35
16974
+ },
16975
+ code: 12,
16976
+ subCode: null,
16977
+ taxReturnCode: null,
16978
+ name: "Employee share schemes",
16979
+ seq: 120,
16980
+ isOtherIncome: 1,
16981
+ createdAt: "2020-06-01 00:00:00",
16982
+ updatedAt: "2020-06-01 00:00:00"
16983
+ },
16984
+ {
16985
+ id: 13,
16986
+ taxReturnCategory: {
16987
+ id: 13
16988
+ },
16989
+ code: 13,
16990
+ subCode: null,
16991
+ taxReturnCode: null,
16992
+ name: "Partnerships and trusts",
16993
+ seq: 130,
16994
+ isOtherIncome: 1,
16995
+ createdAt: "2020-06-01 00:00:00",
16996
+ updatedAt: "2020-06-01 00:00:00"
16997
+ },
16998
+ {
16999
+ id: 14,
17000
+ taxReturnCategory: {
17001
+ id: 14
17002
+ },
17003
+ code: 14,
17004
+ subCode: "N",
17005
+ taxReturnCode: null,
17006
+ name: "Personal services income (PSI) - ABN not quoted",
17007
+ seq: 140,
17008
+ isOtherIncome: 1,
17009
+ createdAt: "2020-06-01 00:00:00",
17010
+ updatedAt: "2020-06-01 00:00:00"
17011
+ },
17012
+ {
17013
+ id: 15,
17014
+ taxReturnCategory: {
17015
+ id: 38
17016
+ },
17017
+ code: 15,
17018
+ subCode: null,
17019
+ taxReturnCode: null,
17020
+ name: "Net income or loss from business",
17021
+ seq: 150,
17022
+ isOtherIncome: 1,
17023
+ createdAt: "2020-06-01 00:00:00",
17024
+ updatedAt: "2020-06-01 00:00:00"
17025
+ },
17026
+ {
17027
+ id: 16,
17028
+ taxReturnCategory: {
17029
+ id: 16
17030
+ },
17031
+ code: 16,
17032
+ subCode: null,
17033
+ taxReturnCode: null,
17034
+ name: "Deferred non-commercial business losses",
17035
+ seq: 160,
17036
+ isOtherIncome: 1,
17037
+ createdAt: "2020-06-01 00:00:00",
17038
+ updatedAt: "2020-06-01 00:00:00"
17039
+ },
17040
+ {
17041
+ id: 17,
17042
+ taxReturnCategory: {
17043
+ id: 17
17044
+ },
17045
+ code: 17,
17046
+ subCode: null,
17047
+ taxReturnCode: null,
17048
+ name: "Net farm management deposits or repayments",
17049
+ seq: 170,
17050
+ isOtherIncome: 1,
17051
+ createdAt: "2020-06-01 00:00:00",
17052
+ updatedAt: "2020-06-01 00:00:00"
17053
+ },
17054
+ {
17055
+ id: 18,
17056
+ taxReturnCategory: {
17057
+ id: 15
17058
+ },
17059
+ code: 18,
17060
+ subCode: null,
17061
+ taxReturnCode: null,
17062
+ name: "Capital gains",
17063
+ seq: 180,
17064
+ isOtherIncome: 1,
17065
+ createdAt: "2020-06-01 00:00:00",
17066
+ updatedAt: "2020-06-01 00:00:00"
17067
+ },
17068
+ {
17069
+ id: 19,
17070
+ taxReturnCategory: {
17071
+ id: 17
17072
+ },
17073
+ code: 19,
17074
+ subCode: null,
17075
+ taxReturnCode: null,
17076
+ name: "Foreign entities",
17077
+ seq: 190,
17078
+ isOtherIncome: 1,
17079
+ createdAt: "2020-06-01 00:00:00",
17080
+ updatedAt: "2020-06-01 00:00:00"
17081
+ },
17082
+ {
17083
+ id: 20,
17084
+ taxReturnCategory: {
17085
+ id: 16
17086
+ },
17087
+ code: 20,
17088
+ subCode: null,
17089
+ taxReturnCode: null,
17090
+ name: "Foreign source income and foreign assets or property",
17091
+ seq: 200,
17092
+ isOtherIncome: 1,
17093
+ createdAt: "2020-06-01 00:00:00",
17094
+ updatedAt: "2020-06-01 00:00:00"
17095
+ },
17096
+ {
17097
+ id: 21,
17098
+ taxReturnCategory: {
17099
+ id: 12
17100
+ },
17101
+ code: 21,
17102
+ subCode: "T",
17103
+ taxReturnCode: "U",
17104
+ name: "Travel Expenses",
17105
+ seq: 210,
17106
+ isOtherIncome: 1,
17107
+ createdAt: "2020-06-01 00:00:00",
17108
+ updatedAt: "2020-06-01 00:00:00"
17109
+ },
17110
+ {
17111
+ id: 22,
17112
+ taxReturnCategory: {
17113
+ id: 8
17114
+ },
17115
+ code: 21,
17116
+ subCode: "A",
17117
+ taxReturnCode: "P",
17118
+ name: "Rental Income",
17119
+ seq: 220,
17120
+ isOtherIncome: 1,
17121
+ createdAt: "2020-06-01 00:00:00",
17122
+ updatedAt: "2020-06-01 00:00:00"
17123
+ },
17124
+ {
17125
+ id: 23,
17126
+ taxReturnCategory: {
17127
+ id: 8
17128
+ },
17129
+ code: 21,
17130
+ subCode: "B",
17131
+ taxReturnCode: "P",
17132
+ name: "Other rental Income",
17133
+ seq: 230,
17134
+ isOtherIncome: 1,
17135
+ createdAt: "2020-06-01 00:00:00",
17136
+ updatedAt: "2020-06-01 00:00:00"
17137
+ },
17138
+ {
17139
+ id: 24,
17140
+ taxReturnCategory: {
17141
+ id: 9
17142
+ },
17143
+ code: 21,
17144
+ subCode: "L",
17145
+ taxReturnCode: "Q",
17146
+ name: "Interest on loan(s)",
17147
+ seq: 240,
17148
+ isOtherIncome: 1,
17149
+ createdAt: "2020-06-01 00:00:00",
17150
+ updatedAt: "2020-06-01 00:00:00"
17151
+ },
17152
+ {
17153
+ id: 25,
17154
+ taxReturnCategory: {
17155
+ id: 10
17156
+ },
17157
+ code: 21,
17158
+ subCode: "R",
17159
+ taxReturnCode: "F",
17160
+ name: "Capital Works - Depreciation",
17161
+ seq: 250,
17162
+ isOtherIncome: 1,
17163
+ createdAt: "2020-06-01 00:00:00",
17164
+ updatedAt: "2020-06-01 00:00:00"
17165
+ },
17166
+ {
17167
+ id: 26,
17168
+ taxReturnCategory: {
17169
+ id: 12
17170
+ },
17171
+ code: 21,
17172
+ subCode: "D",
17173
+ taxReturnCode: "U",
17174
+ name: "Advertising for tenants",
17175
+ seq: 260,
17176
+ isOtherIncome: 1,
17177
+ createdAt: "2020-06-01 00:00:00",
17178
+ updatedAt: "2020-06-01 00:00:00"
17179
+ },
17180
+ {
17181
+ id: 27,
17182
+ taxReturnCategory: {
17183
+ id: 12
17184
+ },
17185
+ code: 21,
17186
+ subCode: "E",
17187
+ taxReturnCode: "U",
17188
+ name: "Body Corporate Fees",
17189
+ seq: 270,
17190
+ isOtherIncome: 1,
17191
+ createdAt: "2020-06-01 00:00:00",
17192
+ updatedAt: "2020-06-01 00:00:00"
17193
+ },
17194
+ {
17195
+ id: 28,
17196
+ taxReturnCategory: {
17197
+ id: 29
17198
+ },
17199
+ code: 21,
17200
+ subCode: "F",
17201
+ taxReturnCode: "U",
17202
+ name: "Borrowing Expenses",
17203
+ seq: 280,
17204
+ isOtherIncome: 1,
17205
+ createdAt: "2020-06-01 00:00:00",
17206
+ updatedAt: "2020-06-01 00:00:00"
17207
+ },
17208
+ {
17209
+ id: 29,
17210
+ taxReturnCategory: {
17211
+ id: 12
17212
+ },
17213
+ code: 21,
17214
+ subCode: "G",
17215
+ taxReturnCode: "U",
17216
+ name: "Cleaning",
17217
+ seq: 290,
17218
+ isOtherIncome: 1,
17219
+ createdAt: "2020-06-01 00:00:00",
17220
+ updatedAt: "2020-06-01 00:00:00"
17221
+ },
17222
+ {
17223
+ id: 30,
17224
+ taxReturnCategory: {
17225
+ id: 12
17226
+ },
17227
+ code: 21,
17228
+ subCode: "H",
17229
+ taxReturnCode: "U",
17230
+ name: "Council Rates",
17231
+ seq: 300,
17232
+ isOtherIncome: 1,
17233
+ createdAt: "2020-06-01 00:00:00",
17234
+ updatedAt: "2020-06-01 00:00:00"
17235
+ },
17236
+ {
17237
+ id: 31,
17238
+ taxReturnCategory: {
17239
+ id: 12
17240
+ },
17241
+ code: 21,
17242
+ subCode: "J",
17243
+ taxReturnCode: "U",
17244
+ name: "Gardening / Lawn Mowing",
17245
+ seq: 310,
17246
+ isOtherIncome: 1,
17247
+ createdAt: "2020-06-01 00:00:00",
17248
+ updatedAt: "2020-06-01 00:00:00"
17249
+ },
17250
+ {
17251
+ id: 32,
17252
+ taxReturnCategory: {
17253
+ id: 11
17254
+ },
17255
+ code: 21,
17256
+ subCode: "I",
17257
+ taxReturnCode: "U",
17258
+ name: "Plant & Equipment - Depreciation & Low Value Pool",
17259
+ seq: 320,
17260
+ isOtherIncome: 1,
17261
+ createdAt: "2020-06-01 00:00:00",
17262
+ updatedAt: "2020-06-01 00:00:00"
17263
+ },
17264
+ {
17265
+ id: 33,
17266
+ taxReturnCategory: {
17267
+ id: 12
17268
+ },
17269
+ code: 21,
17270
+ subCode: "K",
17271
+ taxReturnCode: "U",
17272
+ name: "Insurance",
17273
+ seq: 330,
17274
+ isOtherIncome: 1,
17275
+ createdAt: "2020-06-01 00:00:00",
17276
+ updatedAt: "2020-06-01 00:00:00"
17277
+ },
17278
+ {
17279
+ id: 34,
17280
+ taxReturnCategory: {
17281
+ id: 12
17282
+ },
17283
+ code: 21,
17284
+ subCode: "M",
17285
+ taxReturnCode: "U",
17286
+ name: "Land Tax",
17287
+ seq: 340,
17288
+ isOtherIncome: 1,
17289
+ createdAt: "2020-06-01 00:00:00",
17290
+ updatedAt: "2020-06-01 00:00:00"
17291
+ },
17292
+ {
17293
+ id: 35,
17294
+ taxReturnCategory: {
17295
+ id: 12
17296
+ },
17297
+ code: 21,
17298
+ subCode: "N",
17299
+ taxReturnCode: "U",
17300
+ name: "Legal Fees",
17301
+ seq: 350,
17302
+ isOtherIncome: 1,
17303
+ createdAt: "2020-06-01 00:00:00",
17304
+ updatedAt: "2020-06-01 00:00:00"
17305
+ },
17306
+ {
17307
+ id: 36,
17308
+ taxReturnCategory: {
17309
+ id: 12
17310
+ },
17311
+ code: 21,
17312
+ subCode: "O",
17313
+ taxReturnCode: "U",
17314
+ name: "Pest Control",
17315
+ seq: 360,
17316
+ isOtherIncome: 1,
17317
+ createdAt: "2020-06-01 00:00:00",
17318
+ updatedAt: "2020-06-01 00:00:00"
17319
+ },
17320
+ {
17321
+ id: 37,
17322
+ taxReturnCategory: {
17323
+ id: 12
17324
+ },
17325
+ code: 21,
17326
+ subCode: "P",
17327
+ taxReturnCode: "U",
17328
+ name: "Property Management Fees",
17329
+ seq: 370,
17330
+ isOtherIncome: 1,
17331
+ createdAt: "2020-06-01 00:00:00",
17332
+ updatedAt: "2020-06-01 00:00:00"
17333
+ },
17334
+ {
17335
+ id: 38,
17336
+ taxReturnCategory: {
17337
+ id: 12
17338
+ },
17339
+ code: 21,
17340
+ subCode: "Q",
17341
+ taxReturnCode: "U",
17342
+ name: "Repairs & Maintenance",
17343
+ seq: 380,
17344
+ isOtherIncome: 1,
17345
+ createdAt: "2020-06-01 00:00:00",
17346
+ updatedAt: "2020-06-01 00:00:00"
17347
+ },
17348
+ {
17349
+ id: 39,
17350
+ taxReturnCategory: {
17351
+ id: 12
17352
+ },
17353
+ code: 21,
17354
+ subCode: "S",
17355
+ taxReturnCode: "U",
17356
+ name: "Stationery / Phone / Postage",
17357
+ seq: 390,
17358
+ isOtherIncome: 1,
17359
+ createdAt: "2020-06-01 00:00:00",
17360
+ updatedAt: "2020-06-01 00:00:00"
17361
+ },
17362
+ {
17363
+ id: 40,
17364
+ taxReturnCategory: {
17365
+ id: 12
17366
+ },
17367
+ code: 21,
17368
+ subCode: "U",
17369
+ taxReturnCode: "U",
17370
+ name: "Water Charges",
17371
+ seq: 400,
17372
+ isOtherIncome: 1,
17373
+ createdAt: "2020-06-01 00:00:00",
17374
+ updatedAt: "2020-06-01 00:00:00"
17375
+ },
17376
+ {
17377
+ id: 41,
17378
+ taxReturnCategory: {
17379
+ id: 12
17380
+ },
17381
+ code: 21,
17382
+ subCode: "V",
17383
+ taxReturnCode: "U",
17384
+ name: "Sundry Rental Expenses",
17385
+ seq: 410,
17386
+ isOtherIncome: 1,
17387
+ createdAt: "2020-06-01 00:00:00",
17388
+ updatedAt: "2020-06-01 00:00:00"
17389
+ },
17390
+ {
17391
+ id: 42,
17392
+ taxReturnCategory: {
17393
+ id: 17
17394
+ },
17395
+ code: 22,
17396
+ subCode: "W",
17397
+ taxReturnCode: null,
17398
+ name: "Bonuses from life insurance companies and friendly societies",
17399
+ seq: 420,
17400
+ isOtherIncome: 1,
17401
+ createdAt: "2020-06-01 00:00:00",
17402
+ updatedAt: "2020-06-01 00:00:00"
17403
+ },
17404
+ {
17405
+ id: 43,
17406
+ taxReturnCategory: {
17407
+ id: 39
17408
+ },
17409
+ code: 23,
17410
+ subCode: null,
17411
+ taxReturnCode: null,
17412
+ name: "Forestry managed investment scheme income",
17413
+ seq: 430,
17414
+ isOtherIncome: 1,
17415
+ createdAt: "2020-06-01 00:00:00",
17416
+ updatedAt: "2020-06-01 00:00:00"
17417
+ },
17418
+ {
17419
+ id: 44,
17420
+ taxReturnCategory: {
17421
+ id: 40
17422
+ },
17423
+ code: 24,
17424
+ subCode: null,
17425
+ taxReturnCode: null,
17426
+ name: "Other income",
17427
+ seq: 440,
17428
+ isOtherIncome: 1,
17429
+ createdAt: "2020-06-01 00:00:00",
17430
+ updatedAt: "2020-06-01 00:00:00"
17431
+ },
17432
+ {
17433
+ id: 45,
17434
+ taxReturnCategory: {
17435
+ id: 7
17436
+ },
17437
+ code: "D1",
17438
+ subCode: null,
17439
+ taxReturnCode: null,
17440
+ name: "Work-related car expenses",
17441
+ seq: 450,
17442
+ isOtherIncome: 0,
17443
+ createdAt: "2020-06-01 00:00:00",
17444
+ updatedAt: "2020-06-01 00:00:00"
17445
+ },
17446
+ {
17447
+ id: 46,
17448
+ taxReturnCategory: {
17449
+ id: 7
17450
+ },
17451
+ code: "D1",
17452
+ subCode: "Claim S",
17453
+ taxReturnCode: null,
17454
+ name: "Klm's travelled for work",
17455
+ seq: 460,
17456
+ isOtherIncome: 0,
17457
+ createdAt: "2020-06-01 00:00:00",
17458
+ updatedAt: "2020-06-01 00:00:00"
17459
+ },
17460
+ {
17461
+ id: 47,
17462
+ taxReturnCategory: {
17463
+ id: 7
17464
+ },
17465
+ code: "D1",
17466
+ subCode: "Claim B",
17467
+ taxReturnCode: null,
17468
+ name: "Depreciation - Vehicles",
17469
+ seq: 470,
17470
+ isOtherIncome: 0,
17471
+ createdAt: "2020-06-01 00:00:00",
17472
+ updatedAt: "2020-06-01 00:00:00"
17473
+ },
17474
+ {
17475
+ id: 48,
17476
+ taxReturnCategory: {
17477
+ id: 7
17478
+ },
17479
+ code: "D2",
17480
+ subCode: null,
17481
+ taxReturnCode: null,
17482
+ name: "Work-related travel expenses",
17483
+ seq: 480,
17484
+ isOtherIncome: 0,
17485
+ createdAt: "2020-06-01 00:00:00",
17486
+ updatedAt: "2020-06-01 00:00:00"
17487
+ },
17488
+ {
17489
+ id: 49,
17490
+ taxReturnCategory: {
17491
+ id: 7
17492
+ },
17493
+ code: "D2",
17494
+ subCode: "A",
17495
+ taxReturnCode: null,
17496
+ name: "Award Transport",
17497
+ seq: 490,
17498
+ isOtherIncome: 0,
17499
+ createdAt: "2020-06-01 00:00:00",
17500
+ updatedAt: "2020-06-01 00:00:00"
17501
+ },
17502
+ {
17503
+ id: 50,
17504
+ taxReturnCategory: {
17505
+ id: 7
17506
+ },
17507
+ code: "D2",
17508
+ subCode: "D",
17509
+ taxReturnCode: null,
17510
+ name: "Domestic Transport",
17511
+ seq: 500,
17512
+ isOtherIncome: 0,
17513
+ createdAt: "2020-06-01 00:00:00",
17514
+ updatedAt: "2020-06-01 00:00:00"
17515
+ },
17516
+ {
17517
+ id: 51,
17518
+ taxReturnCategory: {
17519
+ id: 7
17520
+ },
17521
+ code: "D2",
17522
+ subCode: "T",
17523
+ taxReturnCode: null,
17524
+ name: "Tolls",
17525
+ seq: 510,
17526
+ isOtherIncome: 0,
17527
+ createdAt: "2020-06-01 00:00:00",
17528
+ updatedAt: "2020-06-01 00:00:00"
17529
+ },
17530
+ {
17531
+ id: 52,
17532
+ taxReturnCategory: {
17533
+ id: 7
17534
+ },
17535
+ code: "D2",
17536
+ subCode: "P",
17537
+ taxReturnCode: null,
17538
+ name: "Parking",
17539
+ seq: 520,
17540
+ isOtherIncome: 0,
17541
+ createdAt: "2020-06-01 00:00:00",
17542
+ updatedAt: "2020-06-01 00:00:00"
17543
+ },
17544
+ {
17545
+ id: 53,
17546
+ taxReturnCategory: {
17547
+ id: 7
17548
+ },
17549
+ code: "D2",
17550
+ subCode: "V",
17551
+ taxReturnCode: null,
17552
+ name: "Hire Vehicle Expenses",
17553
+ seq: 530,
17554
+ isOtherIncome: 0,
17555
+ createdAt: "2020-06-01 00:00:00",
17556
+ updatedAt: "2020-06-01 00:00:00"
17557
+ },
17558
+ {
17559
+ id: 54,
17560
+ taxReturnCategory: {
17561
+ id: 7
17562
+ },
17563
+ code: "D2",
17564
+ subCode: "O",
17565
+ taxReturnCode: null,
17566
+ name: "Travel Expenses - Other",
17567
+ seq: 540,
17568
+ isOtherIncome: 0,
17569
+ createdAt: "2020-06-01 00:00:00",
17570
+ updatedAt: "2020-06-01 00:00:00"
17571
+ },
17572
+ {
17573
+ id: 55,
17574
+ taxReturnCategory: {
17575
+ id: 7
17576
+ },
17577
+ code: "D3",
17578
+ subCode: null,
17579
+ taxReturnCode: null,
17580
+ name: "Work-related clothing expenses",
17581
+ seq: 550,
17582
+ isOtherIncome: 0,
17583
+ createdAt: "2020-06-01 00:00:00",
17584
+ updatedAt: "2020-06-01 00:00:00"
17585
+ },
17586
+ {
17587
+ id: 56,
17588
+ taxReturnCategory: {
17589
+ id: 7
17590
+ },
17591
+ code: "D3",
17592
+ subCode: "C",
17593
+ taxReturnCode: null,
17594
+ name: "Compulsory Work Uniform",
17595
+ seq: 560,
17596
+ isOtherIncome: 0,
17597
+ createdAt: "2020-06-01 00:00:00",
17598
+ updatedAt: "2020-06-01 00:00:00"
17599
+ },
17600
+ {
17601
+ id: 57,
17602
+ taxReturnCategory: {
17603
+ id: 7
17604
+ },
17605
+ code: "D3",
17606
+ subCode: "P",
17607
+ taxReturnCode: null,
17608
+ name: "Hi Vis Workwear",
17609
+ seq: 570,
17610
+ isOtherIncome: 0,
17611
+ createdAt: "2020-06-01 00:00:00",
17612
+ updatedAt: "2020-06-01 00:00:00"
17613
+ },
17614
+ {
17615
+ id: 58,
17616
+ taxReturnCategory: {
17617
+ id: 7
17618
+ },
17619
+ code: "D3",
17620
+ subCode: "S",
17621
+ taxReturnCode: null,
17622
+ name: "Occupational Specific Clothing",
17623
+ seq: 580,
17624
+ isOtherIncome: 0,
17625
+ createdAt: "2020-06-01 00:00:00",
17626
+ updatedAt: "2020-06-01 00:00:00"
17627
+ },
17628
+ {
17629
+ id: 59,
17630
+ taxReturnCategory: {
17631
+ id: 7
17632
+ },
17633
+ code: "D4",
17634
+ subCode: null,
17635
+ taxReturnCode: null,
17636
+ name: "Work-related self-education expenses",
17637
+ seq: 590,
17638
+ isOtherIncome: 0,
17639
+ createdAt: "2020-06-01 00:00:00",
17640
+ updatedAt: "2020-06-01 00:00:00"
17641
+ },
17642
+ {
17643
+ id: 60,
17644
+ taxReturnCategory: {
17645
+ id: 7
17646
+ },
17647
+ code: "D4",
17648
+ subCode: "A",
17649
+ taxReturnCode: null,
17650
+ name: "Course Fees",
17651
+ seq: 600,
17652
+ isOtherIncome: 0,
17653
+ createdAt: "2020-06-01 00:00:00",
17654
+ updatedAt: "2020-06-01 00:00:00"
17655
+ },
17656
+ {
17657
+ id: 61,
17658
+ taxReturnCategory: {
17659
+ id: 7
17660
+ },
17661
+ code: "D5",
17662
+ subCode: null,
17663
+ taxReturnCode: null,
17664
+ name: "Other work-related expenses",
17665
+ seq: 610,
17666
+ isOtherIncome: 0,
17667
+ createdAt: "2020-06-01 00:00:00",
17668
+ updatedAt: "2020-06-01 00:00:00"
17669
+ },
17670
+ {
17671
+ id: 62,
17672
+ taxReturnCategory: {
17673
+ id: 7
17674
+ },
17675
+ code: "D5",
17676
+ subCode: "A",
17677
+ taxReturnCode: null,
17678
+ name: "Mobile Phone",
17679
+ seq: 620,
17680
+ isOtherIncome: 0,
17681
+ createdAt: "2020-06-01 00:00:00",
17682
+ updatedAt: "2020-06-01 00:00:00"
17683
+ },
17684
+ {
17685
+ id: 63,
17686
+ taxReturnCategory: {
17687
+ id: 7
17688
+ },
17689
+ code: "D5",
17690
+ subCode: "B",
17691
+ taxReturnCode: null,
17692
+ name: "Books, Journals",
17693
+ seq: 630,
17694
+ isOtherIncome: 0,
17695
+ createdAt: "2020-06-01 00:00:00",
17696
+ updatedAt: "2020-06-01 00:00:00"
17697
+ },
17698
+ {
17699
+ id: 64,
17700
+ taxReturnCategory: {
17701
+ id: 7
17702
+ },
17703
+ code: "D5",
17704
+ subCode: "E",
17705
+ taxReturnCode: null,
17706
+ name: "Internet",
17707
+ seq: 640,
17708
+ isOtherIncome: 0,
17709
+ createdAt: "2020-06-01 00:00:00",
17710
+ updatedAt: "2020-06-01 00:00:00"
17711
+ },
17712
+ {
17713
+ id: 65,
17714
+ taxReturnCategory: {
17715
+ id: 7
17716
+ },
17717
+ code: "D5",
17718
+ subCode: "F",
17719
+ taxReturnCode: null,
17720
+ name: "Financial Institutions Duty (FID)",
17721
+ seq: 650,
17722
+ isOtherIncome: 0,
17723
+ createdAt: "2020-06-01 00:00:00",
17724
+ updatedAt: "2020-06-01 00:00:00"
17725
+ },
17726
+ {
17727
+ id: 66,
17728
+ taxReturnCategory: {
17729
+ id: 7
17730
+ },
17731
+ code: "D5",
17732
+ subCode: "G",
17733
+ taxReturnCode: null,
17734
+ name: "Subscriptions",
17735
+ seq: 660,
17736
+ isOtherIncome: 0,
17737
+ createdAt: "2020-06-01 00:00:00",
17738
+ updatedAt: "2020-06-01 00:00:00"
17739
+ },
17740
+ {
17741
+ id: 67,
17742
+ taxReturnCategory: {
17743
+ id: 7
17744
+ },
17745
+ code: "D5",
17746
+ subCode: "H",
17747
+ taxReturnCode: null,
17748
+ name: "Home Office - Running",
17749
+ seq: 670,
17750
+ isOtherIncome: 0,
17751
+ createdAt: "2020-06-01 00:00:00",
17752
+ updatedAt: "2020-06-01 00:00:00"
17753
+ },
17754
+ {
17755
+ id: 68,
17756
+ taxReturnCategory: {
17757
+ id: 7
17758
+ },
17759
+ code: "D5",
17760
+ subCode: "I",
17761
+ taxReturnCode: null,
17762
+ name: "Work-related depreciation",
17763
+ seq: 680,
17764
+ isOtherIncome: 0,
17765
+ createdAt: "2020-06-01 00:00:00",
17766
+ updatedAt: "2020-06-01 00:00:00"
17767
+ },
17768
+ {
17769
+ id: 70,
17770
+ taxReturnCategory: {
17771
+ id: 7
17772
+ },
17773
+ code: "D5",
17774
+ subCode: "J",
17775
+ taxReturnCode: null,
17776
+ name: "Home Office - Occupancy",
17777
+ seq: 700,
17778
+ isOtherIncome: 0,
17779
+ createdAt: "2020-06-01 00:00:00",
17780
+ updatedAt: "2020-06-01 00:00:00"
17781
+ },
17782
+ {
17783
+ id: 71,
17784
+ taxReturnCategory: {
17785
+ id: 7
17786
+ },
17787
+ code: "D5",
17788
+ subCode: "M",
17789
+ taxReturnCode: null,
17790
+ name: "Award Overtime Meal Allowance Expense",
17791
+ seq: 710,
17792
+ isOtherIncome: 0,
17793
+ createdAt: "2020-06-01 00:00:00",
17794
+ updatedAt: "2020-06-01 00:00:00"
17795
+ },
17796
+ {
17797
+ id: 72,
17798
+ taxReturnCategory: {
17799
+ id: 7
17800
+ },
17801
+ code: "D5",
17802
+ subCode: "N",
17803
+ taxReturnCode: null,
17804
+ name: "Newspaper",
17805
+ seq: 720,
17806
+ isOtherIncome: 0,
17807
+ createdAt: "2020-06-01 00:00:00",
17808
+ updatedAt: "2020-06-01 00:00:00"
17809
+ },
17810
+ {
17811
+ id: 73,
17812
+ taxReturnCategory: {
17813
+ id: 7
17814
+ },
17815
+ code: "D5",
17816
+ subCode: "P",
17817
+ taxReturnCode: null,
17818
+ name: "Printing, Postage & Stationery",
17819
+ seq: 730,
17820
+ isOtherIncome: 0,
17821
+ createdAt: "2020-06-01 00:00:00",
17822
+ updatedAt: "2020-06-01 00:00:00"
17823
+ },
17824
+ {
17825
+ id: 74,
17826
+ taxReturnCategory: {
17827
+ id: 7
17828
+ },
17829
+ code: "D5",
17830
+ subCode: "S",
17831
+ taxReturnCode: null,
17832
+ name: "Seminars, workshops and courses",
17833
+ seq: 740,
17834
+ isOtherIncome: 0,
17835
+ createdAt: "2020-06-01 00:00:00",
17836
+ updatedAt: "2020-06-01 00:00:00"
17837
+ },
17838
+ {
17839
+ id: 75,
17840
+ taxReturnCategory: {
17841
+ id: 7
17842
+ },
17843
+ code: "D5",
17844
+ subCode: "T",
17845
+ taxReturnCode: null,
17846
+ name: "Telephone",
17847
+ seq: 750,
17848
+ isOtherIncome: 0,
17849
+ createdAt: "2020-06-01 00:00:00",
17850
+ updatedAt: "2020-06-01 00:00:00"
17851
+ },
17852
+ {
17853
+ id: 76,
17854
+ taxReturnCategory: {
17855
+ id: 7
17856
+ },
17857
+ code: "D5",
17858
+ subCode: "U",
17859
+ taxReturnCode: null,
17860
+ name: "Union Fees",
17861
+ seq: 760,
17862
+ isOtherIncome: 0,
17863
+ createdAt: "2020-06-01 00:00:00",
17864
+ updatedAt: "2020-06-01 00:00:00"
17865
+ },
17866
+ {
17867
+ id: 77,
17868
+ taxReturnCategory: {
17869
+ id: 7
17870
+ },
17871
+ code: "D5",
17872
+ subCode: "O",
17873
+ taxReturnCode: null,
17874
+ name: "Other work-related expenses",
17875
+ seq: 770,
17876
+ isOtherIncome: 0,
17877
+ createdAt: "2020-06-01 00:00:00",
17878
+ updatedAt: "2020-06-01 00:00:00"
17879
+ },
17880
+ {
17881
+ id: 78,
17882
+ taxReturnCategory: {
17883
+ id: 7
17884
+ },
17885
+ code: "D6",
17886
+ subCode: null,
17887
+ taxReturnCode: null,
17888
+ name: "Low-value pool deduction",
17889
+ seq: 780,
17890
+ isOtherIncome: 0,
17891
+ createdAt: "2020-06-01 00:00:00",
17892
+ updatedAt: "2020-06-01 00:00:00"
17893
+ },
17894
+ {
17895
+ id: 79,
17896
+ taxReturnCategory: {
17897
+ id: 7
17898
+ },
17899
+ code: "D7",
17900
+ subCode: null,
17901
+ taxReturnCode: null,
17902
+ name: "Interest Deductions",
17903
+ seq: 790,
17904
+ isOtherIncome: 0,
17905
+ createdAt: "2020-06-01 00:00:00",
17906
+ updatedAt: "2020-06-01 00:00:00"
17907
+ },
17908
+ {
17909
+ id: 80,
17910
+ taxReturnCategory: {
17911
+ id: 7
17912
+ },
17913
+ code: "D7",
17914
+ subCode: "BL",
17915
+ taxReturnCode: null,
17916
+ name: "Interest Deductions - Linked Bonded & Notes",
17917
+ seq: 800,
17918
+ isOtherIncome: 0,
17919
+ createdAt: "2020-06-01 00:00:00",
17920
+ updatedAt: "2020-06-01 00:00:00"
17921
+ },
17922
+ {
17923
+ id: 81,
17924
+ taxReturnCategory: {
17925
+ id: 7
17926
+ },
17927
+ code: "D7",
17928
+ subCode: "BO",
17929
+ taxReturnCode: null,
17930
+ name: "Interest Deductions - Bonds Other",
17931
+ seq: 810,
17932
+ isOtherIncome: 0,
17933
+ createdAt: "2020-06-01 00:00:00",
17934
+ updatedAt: "2020-06-01 00:00:00"
17935
+ },
17936
+ {
17937
+ id: 82,
17938
+ taxReturnCategory: {
17939
+ id: 7
17940
+ },
17941
+ code: "D7",
17942
+ subCode: "CN",
17943
+ taxReturnCode: null,
17944
+ name: "Interest Deductions - Convertible Notes",
17945
+ seq: 820,
17946
+ isOtherIncome: 0,
17947
+ createdAt: "2020-06-01 00:00:00",
17948
+ updatedAt: "2020-06-01 00:00:00"
17949
+ },
17950
+ {
17951
+ id: 83,
17952
+ taxReturnCategory: {
17953
+ id: 7
17954
+ },
17955
+ code: "D7",
17956
+ subCode: "CP",
17957
+ taxReturnCode: null,
17958
+ name: "Interest Deductions - Convertible Preference Shares",
17959
+ seq: 830,
17960
+ isOtherIncome: 0,
17961
+ createdAt: "2020-06-01 00:00:00",
17962
+ updatedAt: "2020-06-01 00:00:00"
17963
+ },
17964
+ {
17965
+ id: 84,
17966
+ taxReturnCategory: {
17967
+ id: 7
17968
+ },
17969
+ code: "D7",
17970
+ subCode: "IR",
17971
+ taxReturnCode: null,
17972
+ name: "Interest Deductions - Instalment Receipts",
17973
+ seq: 840,
17974
+ isOtherIncome: 0,
17975
+ createdAt: "2020-06-01 00:00:00",
17976
+ updatedAt: "2020-06-01 00:00:00"
17977
+ },
17978
+ {
17979
+ id: 85,
17980
+ taxReturnCategory: {
17981
+ id: 7
17982
+ },
17983
+ code: "D7",
17984
+ subCode: "MA",
17985
+ taxReturnCode: null,
17986
+ name: "Interest Deductions - Allocated Pensions & Annuities",
17987
+ seq: 850,
17988
+ isOtherIncome: 0,
17989
+ createdAt: "2020-06-01 00:00:00",
17990
+ updatedAt: "2020-06-01 00:00:00"
17991
+ },
17992
+ {
17993
+ id: 86,
17994
+ taxReturnCategory: {
17995
+ id: 7
17996
+ },
17997
+ code: "D7",
17998
+ subCode: "MF",
17999
+ taxReturnCode: null,
18000
+ name: "Interest Deductions - Friendly Society",
18001
+ seq: 860,
18002
+ isOtherIncome: 0,
18003
+ createdAt: "2020-06-01 00:00:00",
18004
+ updatedAt: "2020-06-01 00:00:00"
18005
+ },
18006
+ {
18007
+ id: 87,
18008
+ taxReturnCategory: {
18009
+ id: 7
18010
+ },
18011
+ code: "D8",
18012
+ subCode: null,
18013
+ taxReturnCode: null,
18014
+ name: "Dividend Deductions",
18015
+ seq: 870,
18016
+ isOtherIncome: 0,
18017
+ createdAt: "2020-06-01 00:00:00",
18018
+ updatedAt: "2020-06-01 00:00:00"
18019
+ },
18020
+ {
18021
+ id: 88,
18022
+ taxReturnCategory: {
18023
+ id: 7
18024
+ },
18025
+ code: "D8",
18026
+ subCode: "BL",
18027
+ taxReturnCode: null,
18028
+ name: "Dividend Deductions - Linked Bonded & Notes",
18029
+ seq: 880,
18030
+ isOtherIncome: 0,
18031
+ createdAt: "2020-06-01 00:00:00",
18032
+ updatedAt: "2020-06-01 00:00:00"
18033
+ },
18034
+ {
18035
+ id: 89,
18036
+ taxReturnCategory: {
18037
+ id: 7
18038
+ },
18039
+ code: "D8",
18040
+ subCode: "BO",
18041
+ taxReturnCode: null,
18042
+ name: "Dividend Deductions - Bonds Other",
18043
+ seq: 890,
18044
+ isOtherIncome: 0,
18045
+ createdAt: "2020-06-01 00:00:00",
18046
+ updatedAt: "2020-06-01 00:00:00"
18047
+ },
18048
+ {
18049
+ id: 90,
18050
+ taxReturnCategory: {
18051
+ id: 7
18052
+ },
18053
+ code: "D8",
18054
+ subCode: "CN",
18055
+ taxReturnCode: null,
18056
+ name: "Dividend Deductions - Convertible Notes",
18057
+ seq: 900,
18058
+ isOtherIncome: 0,
18059
+ createdAt: "2020-06-01 00:00:00",
18060
+ updatedAt: "2020-06-01 00:00:00"
18061
+ },
18062
+ {
18063
+ id: 91,
18064
+ taxReturnCategory: {
18065
+ id: 7
18066
+ },
18067
+ code: "D8",
18068
+ subCode: "CP",
18069
+ taxReturnCode: null,
18070
+ name: "Dividend Deductions - Convertible Preference Share",
18071
+ seq: 910,
18072
+ isOtherIncome: 0,
18073
+ createdAt: "2020-06-01 00:00:00",
18074
+ updatedAt: "2020-06-01 00:00:00"
18075
+ },
18076
+ {
18077
+ id: 92,
18078
+ taxReturnCategory: {
18079
+ id: 7
18080
+ },
18081
+ code: "D8",
18082
+ subCode: "MA",
18083
+ taxReturnCode: null,
18084
+ name: "Dividend Deductions - Allocated Pensions & Annuities",
18085
+ seq: 920,
18086
+ isOtherIncome: 0,
18087
+ createdAt: "2020-06-01 00:00:00",
18088
+ updatedAt: "2020-06-01 00:00:00"
18089
+ },
18090
+ {
18091
+ id: 93,
18092
+ taxReturnCategory: {
18093
+ id: 7
18094
+ },
18095
+ code: "D8",
18096
+ subCode: "MF",
18097
+ taxReturnCode: null,
18098
+ name: "Dividend Deductions - Friendly Society",
18099
+ seq: 930,
18100
+ isOtherIncome: 0,
18101
+ createdAt: "2020-06-01 00:00:00",
18102
+ updatedAt: "2020-06-01 00:00:00"
18103
+ },
18104
+ {
18105
+ id: 94,
18106
+ taxReturnCategory: {
18107
+ id: 7
18108
+ },
18109
+ code: "D9",
18110
+ subCode: "J",
18111
+ taxReturnCode: null,
18112
+ name: "Gifts or donations",
18113
+ seq: 940,
18114
+ isOtherIncome: 0,
18115
+ createdAt: "2020-06-01 00:00:00",
18116
+ updatedAt: "2020-06-01 00:00:00"
18117
+ },
18118
+ {
18119
+ id: 95,
18120
+ taxReturnCategory: {
18121
+ id: 7
18122
+ },
18123
+ code: "D10",
18124
+ subCode: null,
18125
+ taxReturnCode: null,
18126
+ name: "Cost of managing tax affairs",
18127
+ seq: 950,
18128
+ isOtherIncome: 0,
18129
+ createdAt: "2020-06-01 00:00:00",
18130
+ updatedAt: "2020-06-01 00:00:00"
18131
+ },
18132
+ {
18133
+ id: 96,
18134
+ taxReturnCategory: {
18135
+ id: 7
18136
+ },
18137
+ code: "D10",
18138
+ subCode: "N",
18139
+ taxReturnCode: null,
18140
+ name: "Interest Charged by ATO",
18141
+ seq: 960,
18142
+ isOtherIncome: 0,
18143
+ createdAt: "2020-06-01 00:00:00",
18144
+ updatedAt: "2020-06-01 00:00:00"
18145
+ },
18146
+ {
18147
+ id: 97,
18148
+ taxReturnCategory: {
18149
+ id: 7
18150
+ },
18151
+ code: "D10",
18152
+ subCode: "L",
18153
+ taxReturnCode: null,
18154
+ name: "Litigation Costs",
18155
+ seq: 970,
18156
+ isOtherIncome: 0,
18157
+ createdAt: "2020-06-01 00:00:00",
18158
+ updatedAt: "2020-06-01 00:00:00"
18159
+ },
18160
+ {
18161
+ id: 98,
18162
+ taxReturnCategory: {
18163
+ id: 7
18164
+ },
18165
+ code: "D10",
18166
+ subCode: "M",
18167
+ taxReturnCode: null,
18168
+ name: "Accounting Fees",
18169
+ seq: 980,
18170
+ isOtherIncome: 0,
18171
+ createdAt: "2020-06-01 00:00:00",
18172
+ updatedAt: "2020-06-01 00:00:00"
18173
+ },
18174
+ {
18175
+ id: 99,
18176
+ taxReturnCategory: {
18177
+ id: 7
18178
+ },
18179
+ code: "D11",
18180
+ subCode: null,
18181
+ taxReturnCode: null,
18182
+ name: "Deductible amount of undeducted purchase price of a foreign pension or annuity",
18183
+ seq: 990,
18184
+ isOtherIncome: 0,
18185
+ createdAt: "2020-06-01 00:00:00",
18186
+ updatedAt: "2020-06-01 00:00:00"
18187
+ },
18188
+ {
18189
+ id: 100,
18190
+ taxReturnCategory: {
18191
+ id: 18
18192
+ },
18193
+ code: "D12",
18194
+ subCode: null,
18195
+ taxReturnCode: null,
18196
+ name: "Personal superannuation contributions",
18197
+ seq: 1000,
18198
+ isOtherIncome: 0,
18199
+ createdAt: "2020-06-01 00:00:00",
18200
+ updatedAt: "2020-06-01 00:00:00"
18201
+ },
18202
+ {
18203
+ id: 101,
18204
+ taxReturnCategory: {
18205
+ id: 18
18206
+ },
18207
+ code: "D12",
18208
+ subCode: "H",
18209
+ taxReturnCode: null,
18210
+ name: "Personal Super Contributions (Non-Deductible)",
18211
+ seq: 1010,
18212
+ isOtherIncome: 0,
18213
+ createdAt: "2020-06-01 00:00:00",
18214
+ updatedAt: "2020-06-01 00:00:00"
18215
+ },
18216
+ {
18217
+ id: 102,
18218
+ taxReturnCategory: {
18219
+ id: 18
18220
+ },
18221
+ code: "D13",
18222
+ subCode: null,
18223
+ taxReturnCode: null,
18224
+ name: "Deduction for project pool",
18225
+ seq: 1020,
18226
+ isOtherIncome: 0,
18227
+ createdAt: "2020-06-01 00:00:00",
18228
+ updatedAt: "2020-06-01 00:00:00"
18229
+ },
18230
+ {
18231
+ id: 103,
18232
+ taxReturnCategory: {
18233
+ id: 18
18234
+ },
18235
+ code: "D14",
18236
+ subCode: "A",
18237
+ taxReturnCode: null,
18238
+ name: "Forestry managed investment scheme deduction",
18239
+ seq: 1030,
18240
+ isOtherIncome: 0,
18241
+ createdAt: "2020-06-01 00:00:00",
18242
+ updatedAt: "2020-06-01 00:00:00"
18243
+ },
18244
+ {
18245
+ id: 104,
18246
+ taxReturnCategory: {
18247
+ id: 18
18248
+ },
18249
+ code: "D15",
18250
+ subCode: "O",
18251
+ taxReturnCode: null,
18252
+ name: "Non capital losses on disposal of assets",
18253
+ seq: 1040,
18254
+ isOtherIncome: 0,
18255
+ createdAt: "2020-06-01 00:00:00",
18256
+ updatedAt: "2020-06-01 00:00:00"
18257
+ },
18258
+ {
18259
+ id: 105,
18260
+ taxReturnCategory: {
18261
+ id: 18
18262
+ },
18263
+ code: "D15",
18264
+ subCode: "P",
18265
+ taxReturnCode: null,
18266
+ name: "Income Protection Insurance",
18267
+ seq: 1050,
18268
+ isOtherIncome: 0,
18269
+ createdAt: "2020-06-01 00:00:00",
18270
+ updatedAt: "2020-06-01 00:00:00"
18271
+ },
18272
+ {
18273
+ id: 133,
18274
+ taxReturnCategory: {
18275
+ id: 18
18276
+ },
18277
+ code: "D16",
18278
+ subCode: null,
18279
+ taxReturnCode: null,
18280
+ name: "Private income and expenses",
18281
+ seq: 1330,
18282
+ isOtherIncome: 0,
18283
+ createdAt: "2020-06-01 00:00:00",
18284
+ updatedAt: "2020-06-01 00:00:00"
18285
+ },
18286
+ {
18287
+ id: 134,
18288
+ taxReturnCategory: {
18289
+ id: 31
18290
+ },
18291
+ code: 3,
18292
+ subCode: "H",
18293
+ taxReturnCode: null,
18294
+ name: "Lump Sum B",
18295
+ seq: 35,
18296
+ isOtherIncome: 0,
18297
+ createdAt: "2020-06-01 00:00:00",
18298
+ updatedAt: "2020-06-01 00:00:00"
18299
+ },
18300
+ {
18301
+ id: 135,
18302
+ taxReturnCategory: {
18303
+ id: 40
18304
+ },
18305
+ code: 24,
18306
+ subCode: "E",
18307
+ taxReturnCode: null,
18308
+ name: "Tax Withheld Lump Sum payments in arrears",
18309
+ seq: 441,
18310
+ isOtherIncome: 1,
18311
+ createdAt: "2020-06-01 00:00:00",
18312
+ updatedAt: "2020-06-01 00:00:00"
18313
+ },
18314
+ {
18315
+ id: 136,
18316
+ taxReturnCategory: {
18317
+ id: 40
18318
+ },
18319
+ code: 24,
18320
+ subCode: "Y",
18321
+ taxReturnCode: null,
18322
+ name: "Other Income - Category 1",
18323
+ seq: 442,
18324
+ isOtherIncome: 1,
18325
+ createdAt: "2020-06-01 00:00:00",
18326
+ updatedAt: "2020-06-01 00:00:00"
18327
+ },
18328
+ {
18329
+ id: 137,
18330
+ taxReturnCategory: {
18331
+ id: 40
18332
+ },
18333
+ code: 24,
18334
+ subCode: "V",
18335
+ taxReturnCode: null,
18336
+ name: "Other Income - Ctaegory 4",
18337
+ seq: 443,
18338
+ isOtherIncome: 1,
18339
+ createdAt: "2020-06-01 00:00:00",
18340
+ updatedAt: "2020-06-01 00:00:00"
18341
+ },
18342
+ {
18343
+ id: 138,
18344
+ taxReturnCategory: {
18345
+ id: 40
18346
+ },
18347
+ code: 24,
18348
+ subCode: "Z",
18349
+ taxReturnCode: null,
18350
+ name: "Taxable Professional Income",
18351
+ seq: 444,
18352
+ isOtherIncome: 1,
18353
+ createdAt: "2020-06-01 00:00:00",
18354
+ updatedAt: "2020-06-01 00:00:00"
18355
+ },
18356
+ {
18357
+ id: 139,
18358
+ taxReturnCategory: {
18359
+ id: 40
18360
+ },
18361
+ code: 24,
18362
+ subCode: "X",
18363
+ taxReturnCode: null,
18364
+ name: "Other Income - Category 2 - ATO Interest",
18365
+ seq: 445,
18366
+ isOtherIncome: 1,
18367
+ createdAt: "2020-06-01 00:00:00",
18368
+ updatedAt: "2020-06-01 00:00:00"
18369
+ },
18370
+ {
18371
+ id: 140,
18372
+ taxReturnCategory: {
18373
+ id: 6
18374
+ },
18375
+ code: 11,
18376
+ subCode: null,
18377
+ taxReturnCode: null,
18378
+ name: "Dividends",
18379
+ seq: 111,
18380
+ isOtherIncome: 1,
18381
+ createdAt: "2020-06-01 00:00:00",
18382
+ updatedAt: "2020-06-01 00:00:00"
18383
+ },
18384
+ {
18385
+ id: 144,
18386
+ taxReturnCategory: {
18387
+ id: 3
18388
+ },
18389
+ code: 7,
18390
+ subCode: "J",
18391
+ taxReturnCode: null,
18392
+ name: "Superannuation income streams - Taxed Element",
18393
+ seq: 71,
18394
+ isOtherIncome: 1,
18395
+ createdAt: "2020-06-01 00:00:00",
18396
+ updatedAt: "2020-06-01 00:00:00"
18397
+ },
18398
+ {
18399
+ id: 145,
18400
+ taxReturnCategory: {
18401
+ id: 3
18402
+ },
18403
+ code: 7,
18404
+ subCode: "N",
18405
+ taxReturnCode: null,
18406
+ name: "Superannuation income streams - Untaxed Element",
18407
+ seq: 72,
18408
+ isOtherIncome: 1,
18409
+ createdAt: "2020-06-01 00:00:00",
18410
+ updatedAt: "2020-06-01 00:00:00"
18411
+ },
18412
+ {
18413
+ id: 146,
18414
+ taxReturnCategory: {
18415
+ id: 3
18416
+ },
18417
+ code: 7,
18418
+ subCode: "M",
18419
+ taxReturnCode: null,
18420
+ name: "Assessable Amount From Capped Benefit",
18421
+ seq: 73,
18422
+ isOtherIncome: 1,
18423
+ createdAt: "2020-06-01 00:00:00",
18424
+ updatedAt: "2020-06-01 00:00:00"
18425
+ },
18426
+ {
18427
+ id: 147,
18428
+ taxReturnCategory: {
18429
+ id: 3
18430
+ },
18431
+ code: 7,
18432
+ subCode: "Y",
18433
+ taxReturnCode: null,
18434
+ name: "Lump Sum in Arrears - Taxed Element",
18435
+ seq: 74,
18436
+ isOtherIncome: 1,
18437
+ createdAt: "2020-06-01 00:00:00",
18438
+ updatedAt: "2020-06-01 00:00:00"
18439
+ },
18440
+ {
18441
+ id: 148,
18442
+ taxReturnCategory: {
18443
+ id: 3
18444
+ },
18445
+ code: 7,
18446
+ subCode: "Z",
18447
+ taxReturnCode: null,
18448
+ name: "Lump Sum in Arrears - Untaxed Element",
18449
+ seq: 75,
18450
+ isOtherIncome: 1,
18451
+ createdAt: "2020-06-01 00:00:00",
18452
+ updatedAt: "2020-06-01 00:00:00"
18453
+ },
18454
+ {
18455
+ id: 149,
18456
+ taxReturnCategory: {
18457
+ id: 34
18458
+ },
18459
+ code: 8,
18460
+ subCode: "Q",
18461
+ taxReturnCode: null,
18462
+ name: "Superannuation Lump Sum Payments - Taxed Element",
18463
+ seq: 81,
18464
+ isOtherIncome: 1,
18465
+ createdAt: "2020-06-01 00:00:00",
18466
+ updatedAt: "2020-06-01 00:00:00"
18467
+ },
18468
+ {
18469
+ id: 150,
18470
+ taxReturnCategory: {
18471
+ id: 34
18472
+ },
18473
+ code: 8,
18474
+ subCode: "P",
18475
+ taxReturnCode: null,
18476
+ name: "Superannuation Lump Sum Payments - Untaxed Element",
18477
+ seq: 82,
18478
+ isOtherIncome: 1,
18479
+ createdAt: "2020-06-01 00:00:00",
18480
+ updatedAt: "2020-06-01 00:00:00"
18481
+ },
18482
+ {
18483
+ id: 151,
18484
+ taxReturnCategory: {
18485
+ id: 35
18486
+ },
18487
+ code: 12,
18488
+ subCode: "D",
18489
+ taxReturnCode: null,
18490
+ name: "Discount From Taxed Upfront Schemes - Eligible for reduction",
18491
+ seq: 121,
18492
+ isOtherIncome: 1,
18493
+ createdAt: "2020-06-01 00:00:00",
18494
+ updatedAt: "2020-06-01 00:00:00"
18495
+ },
18496
+ {
18497
+ id: 152,
18498
+ taxReturnCategory: {
18499
+ id: 35
18500
+ },
18501
+ code: 12,
18502
+ subCode: "E",
18503
+ taxReturnCode: null,
18504
+ name: "Discount From Taxed Upfront Schemes - Not Eligible for reduction",
18505
+ seq: 122,
18506
+ isOtherIncome: 1,
18507
+ createdAt: "2020-06-01 00:00:00",
18508
+ updatedAt: "2020-06-01 00:00:00"
18509
+ },
18510
+ {
18511
+ id: 153,
18512
+ taxReturnCategory: {
18513
+ id: 35
18514
+ },
18515
+ code: 12,
18516
+ subCode: "F",
18517
+ taxReturnCode: null,
18518
+ name: "Discount From Deferral Schemes",
18519
+ seq: 123,
18520
+ isOtherIncome: 1,
18521
+ createdAt: "2020-06-01 00:00:00",
18522
+ updatedAt: "2020-06-01 00:00:00"
18523
+ },
18524
+ {
18525
+ id: 154,
18526
+ taxReturnCategory: {
18527
+ id: 36
18528
+ },
18529
+ code: 13,
18530
+ subCode: "O",
18531
+ taxReturnCode: null,
18532
+ name: "Partnership Income",
18533
+ seq: 131,
18534
+ isOtherIncome: 1,
18535
+ createdAt: "2020-06-01 00:00:00",
18536
+ updatedAt: "2020-06-01 00:00:00"
18537
+ },
18538
+ {
18539
+ id: 155,
18540
+ taxReturnCategory: {
18541
+ id: 37
18542
+ },
18543
+ code: 13,
18544
+ subCode: "U",
18545
+ taxReturnCode: null,
18546
+ name: "Trust Income",
18547
+ seq: 132,
18548
+ isOtherIncome: 1,
18549
+ createdAt: "2020-06-01 00:00:00",
18550
+ updatedAt: "2020-06-01 00:00:00"
18551
+ },
18552
+ {
18553
+ id: 156,
18554
+ taxReturnCategory: {
18555
+ id: 36
18556
+ },
18557
+ code: 13,
18558
+ subCode: "B",
18559
+ taxReturnCode: null,
18560
+ name: "Partnership Expenses",
18561
+ seq: 133,
18562
+ isOtherIncome: 1,
18563
+ createdAt: "2020-06-01 00:00:00",
18564
+ updatedAt: "2020-06-01 00:00:00"
18565
+ },
18566
+ {
18567
+ id: 157,
18568
+ taxReturnCategory: {
18569
+ id: 37
18570
+ },
18571
+ code: 13,
18572
+ subCode: "Y",
18573
+ taxReturnCode: null,
18574
+ name: "Trust Expenses",
18575
+ seq: 134,
18576
+ isOtherIncome: 1,
18577
+ createdAt: "2020-06-01 00:00:00",
18578
+ updatedAt: "2020-06-01 00:00:00"
18579
+ },
18580
+ {
18581
+ id: 158,
18582
+ taxReturnCategory: {
18583
+ id: 14
18584
+ },
18585
+ code: 14,
18586
+ subCode: "O",
18587
+ taxReturnCode: null,
18588
+ name: "Personal services income (PSI) - labour hire or other",
18589
+ seq: 141,
18590
+ isOtherIncome: 1,
18591
+ createdAt: "2020-06-01 00:00:00",
18592
+ updatedAt: "2020-06-01 00:00:00"
18593
+ },
18594
+ {
18595
+ id: 159,
18596
+ taxReturnCategory: {
18597
+ id: 14
18598
+ },
18599
+ code: 14,
18600
+ subCode: "V",
18601
+ taxReturnCode: null,
18602
+ name: "Personal services income (PSI) - voluntary agreement",
18603
+ seq: 148,
18604
+ isOtherIncome: 1,
18605
+ createdAt: "2020-06-01 00:00:00",
18606
+ updatedAt: "2020-06-01 00:00:00"
18607
+ },
18608
+ {
18609
+ id: 160,
18610
+ taxReturnCategory: {
18611
+ id: 18
18612
+ },
18613
+ code: "D15",
18614
+ subCode: "D",
18615
+ taxReturnCode: null,
18616
+ name: "Foreign exchange losses",
18617
+ seq: 1055,
18618
+ isOtherIncome: 0,
18619
+ createdAt: "2020-06-01 00:00:00",
18620
+ updatedAt: "2020-06-01 00:00:00"
18621
+ },
18622
+ {
18623
+ id: 161,
18624
+ taxReturnCategory: {
18625
+ id: 42
18626
+ },
18627
+ code: 15,
18628
+ subCode: "D",
18629
+ taxReturnCode: null,
18630
+ name: "Gross payments - no ABN given",
18631
+ seq: 1500,
18632
+ isOtherIncome: 0,
18633
+ createdAt: "2022-07-29 00:00:00",
18634
+ updatedAt: "2022-07-29 00:00:00"
18635
+ },
18636
+ {
18637
+ id: 162,
18638
+ taxReturnCategory: {
18639
+ id: 43
18640
+ },
18641
+ code: 15,
18642
+ subCode: "F",
18643
+ taxReturnCode: null,
18644
+ name: "Gross payments - Voluntary agreement",
18645
+ seq: 1510,
18646
+ isOtherIncome: 0,
18647
+ createdAt: "2022-07-29 00:00:00",
18648
+ updatedAt: "2022-07-29 00:00:00"
18649
+ },
18650
+ {
18651
+ id: 163,
18652
+ taxReturnCategory: {
18653
+ id: 50
18654
+ },
18655
+ code: 15,
18656
+ subCode: "G",
18657
+ taxReturnCode: null,
18658
+ name: "Superannuation expenses",
18659
+ seq: 1520,
18660
+ isOtherIncome: 0,
18661
+ createdAt: "2022-07-29 00:00:00",
18662
+ updatedAt: "2022-07-29 00:00:00"
18663
+ },
18664
+ {
18665
+ id: 164,
18666
+ taxReturnCategory: {
18667
+ id: 45
18668
+ },
18669
+ code: 15,
18670
+ subCode: "H",
18671
+ taxReturnCode: null,
18672
+ name: "Assessable Government Payments",
18673
+ seq: 1530,
18674
+ isOtherIncome: 0,
18675
+ createdAt: "2022-07-29 00:00:00",
18676
+ updatedAt: "2022-07-29 00:00:00"
18677
+ },
18678
+ {
18679
+ id: 165,
18680
+ taxReturnCategory: {
18681
+ id: 51
18682
+ },
18683
+ code: 15,
18684
+ subCode: "I",
18685
+ taxReturnCode: null,
18686
+ name: "Bad debts",
18687
+ seq: 1540,
18688
+ isOtherIncome: 0,
18689
+ createdAt: "2022-07-29 00:00:00",
18690
+ updatedAt: "2022-07-29 00:00:00"
18691
+ },
18692
+ {
18693
+ id: 166,
18694
+ taxReturnCategory: {
18695
+ id: 46
18696
+ },
18697
+ code: 15,
18698
+ subCode: "J",
18699
+ taxReturnCode: null,
18700
+ name: "Other Business Income",
18701
+ seq: 1550,
18702
+ isOtherIncome: 0,
18703
+ createdAt: "2022-07-29 00:00:00",
18704
+ updatedAt: "2022-07-29 00:00:00"
18705
+ },
18706
+ {
18707
+ id: 167,
18708
+ taxReturnCategory: {
18709
+ id: 53
18710
+ },
18711
+ code: 15,
18712
+ subCode: "K",
18713
+ taxReturnCode: null,
18714
+ name: "Rent expenses",
18715
+ seq: 1560,
18716
+ isOtherIncome: 0,
18717
+ createdAt: "2022-07-29 00:00:00",
18718
+ updatedAt: "2022-07-29 00:00:00"
18719
+ },
18720
+ {
18721
+ id: 168,
18722
+ taxReturnCategory: {
18723
+ id: 48
18724
+ },
18725
+ code: 15,
18726
+ subCode: "L",
18727
+ taxReturnCode: null,
18728
+ name: "Purchases and other costs",
18729
+ seq: 1570,
18730
+ isOtherIncome: 0,
18731
+ createdAt: "2022-07-29 00:00:00",
18732
+ updatedAt: "2022-07-29 00:00:00"
18733
+ },
18734
+ {
18735
+ id: 169,
18736
+ taxReturnCategory: {
18737
+ id: 56
18738
+ },
18739
+ code: 15,
18740
+ subCode: "M",
18741
+ taxReturnCode: null,
18742
+ name: "Depreciation expenses",
18743
+ seq: 1580,
18744
+ isOtherIncome: 0,
18745
+ createdAt: "2022-07-29 00:00:00",
18746
+ updatedAt: "2022-07-29 00:00:00"
18747
+ },
18748
+ {
18749
+ id: 170,
18750
+ taxReturnCategory: {
18751
+ id: 57
18752
+ },
18753
+ code: 15,
18754
+ subCode: "N",
18755
+ taxReturnCode: null,
18756
+ name: "Motor vehicle expenses",
18757
+ seq: 1590,
18758
+ isOtherIncome: 0,
18759
+ createdAt: "2022-07-29 00:00:00",
18760
+ updatedAt: "2022-07-29 00:00:00"
18761
+ },
18762
+ {
18763
+ id: 171,
18764
+ taxReturnCategory: {
18765
+ id: 44
18766
+ },
18767
+ code: 15,
18768
+ subCode: "O",
18769
+ taxReturnCode: null,
18770
+ name: "Gross payments - Labour hire or other",
18771
+ seq: 1600,
18772
+ isOtherIncome: 0,
18773
+ createdAt: "2022-07-29 00:00:00",
18774
+ updatedAt: "2022-07-29 00:00:00"
18775
+ },
18776
+ {
18777
+ id: 172,
18778
+ taxReturnCategory: {
18779
+ id: 58
18780
+ },
18781
+ code: 15,
18782
+ subCode: "P",
18783
+ taxReturnCode: null,
18784
+ name: "All other expenses",
18785
+ seq: 1610,
18786
+ isOtherIncome: 0,
18787
+ createdAt: "2022-07-29 00:00:00",
18788
+ updatedAt: "2022-07-29 00:00:00"
18789
+ },
18790
+ {
18791
+ id: 173,
18792
+ taxReturnCategory: {
18793
+ id: 54
18794
+ },
18795
+ code: 15,
18796
+ subCode: "Q",
18797
+ taxReturnCode: null,
18798
+ name: "Interest expenses within Australia",
18799
+ seq: 1620,
18800
+ isOtherIncome: 0,
18801
+ createdAt: "2022-07-29 00:00:00",
18802
+ updatedAt: "2022-07-29 00:00:00"
18803
+ },
18804
+ {
18805
+ id: 174,
18806
+ taxReturnCategory: {
18807
+ id: 55
18808
+ },
18809
+ code: 15,
18810
+ subCode: "R",
18811
+ taxReturnCode: null,
18812
+ name: "Interest expenses overseas",
18813
+ seq: 1630,
18814
+ isOtherIncome: 0,
18815
+ createdAt: "2022-07-29 00:00:00",
18816
+ updatedAt: "2022-07-29 00:00:00"
18817
+ },
18818
+ {
18819
+ id: 175,
18820
+ taxReturnCategory: {
18821
+ id: 49
18822
+ },
18823
+ code: 15,
18824
+ subCode: "F",
18825
+ taxReturnCode: null,
18826
+ name: "Contractors, subcontractors & commission expenses",
18827
+ seq: 1575,
18828
+ isOtherIncome: 0,
18829
+ createdAt: "2022-08-31 00:00:00",
18830
+ updatedAt: "2022-08-31 00:00:00"
18831
+ },
18832
+ {
18833
+ id: 176,
18834
+ taxReturnCategory: {
18835
+ id: 52
18836
+ },
18837
+ code: 15,
18838
+ subCode: "J",
18839
+ taxReturnCode: null,
18840
+ name: "Lease expenses",
18841
+ seq: 1545,
18842
+ isOtherIncome: 0,
18843
+ createdAt: "2022-08-31 00:00:00",
18844
+ updatedAt: "2022-08-31 00:00:00"
18845
+ },
18846
+ {
18847
+ id: 177,
18848
+ taxReturnCategory: {
18849
+ id: 14
18850
+ },
18851
+ code: 14,
18852
+ subCode: "J",
18853
+ taxReturnCode: null,
18854
+ name: "Personal services income (PSI) - Other",
18855
+ seq: 142,
18856
+ isOtherIncome: 1,
18857
+ createdAt: "2022-10-15 00:00:00",
18858
+ updatedAt: "2022-10-15 00:00:00"
18859
+ },
18860
+ {
18861
+ id: 178,
18862
+ taxReturnCategory: {
18863
+ id: 14
18864
+ },
18865
+ code: 14,
18866
+ subCode: "K",
18867
+ taxReturnCode: null,
18868
+ name: "Personal services income (PSI) - Deductions Associates",
18869
+ seq: 143,
18870
+ isOtherIncome: 1,
18871
+ createdAt: "2022-10-15 00:00:00",
18872
+ updatedAt: "2022-10-15 00:00:00"
18873
+ },
18874
+ {
18875
+ id: 179,
18876
+ taxReturnCategory: {
18877
+ id: 14
18878
+ },
18879
+ code: 14,
18880
+ subCode: "L",
18881
+ taxReturnCode: null,
18882
+ name: "Personal services income (PSI) - Deductions Other",
18883
+ seq: 144,
18884
+ isOtherIncome: 1,
18885
+ createdAt: "2022-10-15 00:00:00",
18886
+ updatedAt: "2022-10-15 00:00:00"
18887
+ }
18888
+ ];
18889
+
18890
+ class TaxReturnItemService extends DataService {
18891
+ constructor() {
18892
+ super();
18893
+ this.modelClass = TaxReturnItem;
18894
+ this.collectionClass = Collection;
18895
+ this.setCache(TaxReturnItems);
18896
+ }
18897
+ }
18898
+ TaxReturnItemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
18899
+ TaxReturnItemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' });
18900
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, decorators: [{
18901
+ type: Injectable,
18902
+ args: [{
18903
+ providedIn: 'root'
18904
+ }]
18905
+ }], ctorParameters: function () { return []; } });
18906
+
18907
+ /**
18908
+ * Enum list of all possible account setup items. Using with [ACCOUNT_SETUP_ITEMS]{@link ACCOUNT_SETUP_ITEMS}
18909
+ */
18910
+ var AccountSetupItemsEnum;
18911
+ (function (AccountSetupItemsEnum) {
18912
+ AccountSetupItemsEnum[AccountSetupItemsEnum["SALARY"] = 0] = "SALARY";
18913
+ AccountSetupItemsEnum[AccountSetupItemsEnum["OTHER_INCOME"] = 1] = "OTHER_INCOME";
18914
+ AccountSetupItemsEnum[AccountSetupItemsEnum["PROPERTY"] = 2] = "PROPERTY";
18915
+ AccountSetupItemsEnum[AccountSetupItemsEnum["BANK_FEEDS"] = 3] = "BANK_FEEDS";
18916
+ AccountSetupItemsEnum[AccountSetupItemsEnum["WORK_LOGBOOK"] = 4] = "WORK_LOGBOOK";
18917
+ AccountSetupItemsEnum[AccountSetupItemsEnum["TRANSACTION"] = 5] = "TRANSACTION";
18918
+ AccountSetupItemsEnum[AccountSetupItemsEnum["SOLE_BUSINESS"] = 6] = "SOLE_BUSINESS";
18919
+ AccountSetupItemsEnum[AccountSetupItemsEnum["HOLDINGS"] = 7] = "HOLDINGS";
18920
+ })(AccountSetupItemsEnum || (AccountSetupItemsEnum = {}));
18921
+
18922
+ /**
18923
+ * List of all possible account setup steps
18924
+ */
18925
+ const ACCOUNT_SETUP_ITEMS = {
18926
+ [AccountSetupItemsEnum.SALARY]: plainToClass(AccountSetupItem, {
18927
+ title: 'Add your work income forecast',
18928
+ description: 'One the most important steps is to add your salary or wage incomes so we can automatically calculate tax withheld and your forecasted tax position.',
18929
+ url: '/client/work-tank/forecasting',
18930
+ urlFragment: 'salaryProductTour',
18931
+ clientIncomeTypes: ['work']
18932
+ }),
18933
+ [AccountSetupItemsEnum.OTHER_INCOME]: plainToClass(AccountSetupItem, {
18934
+ title: 'Add any other expected incomes',
18935
+ description: 'To ensure an accurate tax position forecast, add estimates for any other income types, like dividends, interest, trusts, annuities, director payments etc.',
18936
+ url: '/client/work-tank/forecasting',
18937
+ urlFragment: 'otherIncomeProductTour',
18938
+ clientIncomeTypes: ['work']
18939
+ }),
18940
+ [AccountSetupItemsEnum.PROPERTY]: plainToClass(AccountSetupItem, {
18941
+ title: 'Add your properties',
18942
+ description: 'Add your properties to seamlessly manage your rental incomes and expenses, whilst tracking your cash position, tax positions and equity forecasts in real time.',
18943
+ url: '/client/property-tank',
18944
+ urlFragment: 'productTour',
18945
+ clientIncomeTypes: ['property']
18946
+ }),
18947
+ [AccountSetupItemsEnum.BANK_FEEDS]: plainToClass(AccountSetupItem, {
18948
+ title: 'Link banks and select accounts',
18949
+ description: 'Link banks to automatically feed your account transactions to save you time and money. Allocating live transactions ensures nothing is missed, lost or forgotten!',
18950
+ url: '/client/bank-feeds',
18951
+ urlFragment: 'bankAccountProductTour',
18952
+ clientIncomeTypes: ['work', 'property', 'sole']
18953
+ }),
18954
+ [AccountSetupItemsEnum.WORK_LOGBOOK]: plainToClass(AccountSetupItem, {
18955
+ title: 'Set up your logbook method',
18956
+ description: 'Do you use your vehicle for work? Select your method and the kms or logbook % to automate accurately all vehicle expenses throughout the year.',
18957
+ url: '/client/work-tank/logbook',
18958
+ urlFragment: 'productTour'
18959
+ }),
18960
+ [AccountSetupItemsEnum.TRANSACTION]: plainToClass(AccountSetupItem, {
18961
+ title: 'Allocate transactions',
18962
+ description: 'Select one or multiple transactions, the category from the dropdown and attach your receipt. It’s that simple to capture every possible deduction, and keep organised all throughout the year.',
18963
+ url: '/client/bank-feeds',
18964
+ urlFragment: 'allocationProductTour',
18965
+ clientIncomeTypes: ['work', 'property', 'sole']
18966
+ }),
18967
+ [AccountSetupItemsEnum.SOLE_BUSINESS]: plainToClass(AccountSetupItem, {
18968
+ title: 'Add your Sole Trader business',
18969
+ description: 'Add up to 6 sole trader businesses to seamlessly manage invoicing, payments, BAS and prior even losses for every hustle without the hassle!',
18970
+ url: '/client/sole-tank',
18971
+ urlFragment: 'productTour',
18972
+ clientIncomeTypes: ['sole']
18973
+ }),
18974
+ [AccountSetupItemsEnum.HOLDINGS]: plainToClass(AccountSetupItem, {
18975
+ title: 'Add your holdings',
18976
+ description: 'Track your trades for shares, crypto and other assets in one place, and auto calculate CGT all year round!',
18977
+ url: '/client/holdings-tank',
18978
+ // @TODO Nicole waiting for product tour from
18979
+ urlFragment: 'productTour',
18980
+ clientIncomeTypes: ['holdings']
18981
+ }),
18982
+ };
18983
+
18984
+ /**
18985
+ * Service handling user's account setup process.
18986
+ * Checks required steps and their completion
18987
+ */
18988
+ class AccountSetupService {
18989
+ constructor(clientIncomeTypesService, propertyService, incomeSourceService, bankAccountsService, transactionAllocationService, vehicleClaimService, transactionService, soleBusinessService, holdingService, userService) {
18990
+ this.clientIncomeTypesService = clientIncomeTypesService;
18991
+ this.propertyService = propertyService;
18992
+ this.incomeSourceService = incomeSourceService;
18993
+ this.bankAccountsService = bankAccountsService;
18994
+ this.transactionAllocationService = transactionAllocationService;
18995
+ this.vehicleClaimService = vehicleClaimService;
18996
+ this.transactionService = transactionService;
18997
+ this.soleBusinessService = soleBusinessService;
18998
+ this.holdingService = holdingService;
18999
+ this.userService = userService;
19000
+ this.cacheSubject = new ReplaySubject(1);
19001
+ }
19002
+ /**
19003
+ * Get list of account setup items for current user
19004
+ */
19005
+ get() {
19006
+ if (!this.cache) {
19007
+ this.cache = new AccountSetupItemCollection([]);
19008
+ this.clientIncomeTypesService.getSingle()
19009
+ .pipe(mergeMap((incomeTypes) => {
19010
+ this.clientIncomeTypesId = incomeTypes.id;
19011
+ return this.createBatch(incomeTypes);
19012
+ }))
19013
+ .subscribe((items) => {
19014
+ switch (true) {
19015
+ case !this.cache:
19016
+ case this.cache.filterBy('isCompleted', true).length !== items.filterBy('isCompleted', true).length:
19017
+ case this.cache.length !== items.length:
19018
+ this.cache = cloneDeep$1(items);
19019
+ this.cacheSubject.next(this.cache);
19020
+ }
19021
+ });
19022
+ }
19023
+ return this.cacheSubject.asObservable();
19024
+ }
19025
+ /**
19026
+ * Prepare client income types to update to hide depended account setup items
19027
+ */
19028
+ prepareIncomeTypes(item) {
19029
+ return plainToClass(ClientIncomeTypes, Object.assign({ id: this.clientIncomeTypesId }, fromPairs(item.clientIncomeTypes.map((type) => [type, false]))));
19030
+ }
19031
+ /**
19032
+ * Get a single AccountSetupItem and check it's completion
19033
+ */
19034
+ create(itemType, request) {
19035
+ return request.pipe(map((result) => {
19036
+ const item = ACCOUNT_SETUP_ITEMS[itemType];
19037
+ if (result.length) {
19038
+ item.isCompleted = true;
19039
+ }
19040
+ else {
19041
+ item.isCompleted = false;
19042
+ }
19043
+ return item;
19044
+ }));
19045
+ }
19046
+ /**
19047
+ * Get batch of requests to get list of required AccountSetupItem's.
19048
+ * Some items are optional and depends of user's client income types
19049
+ */
19050
+ createBatch(incomeTypes) {
19051
+ const batch = [];
19052
+ const user = this.userService.getCache();
19053
+ // Salary item is completed when user added salary income source
19054
+ if (incomeTypes.work && user.hasRoles(UserRolesEnum.WORK_TANK)) {
19055
+ batch.push(this.create(AccountSetupItemsEnum.SALARY, this.getIncomeSources(true)),
19056
+ // Other income is a part of work tank, completed when user added at least one other income source
19057
+ this.create(AccountSetupItemsEnum.OTHER_INCOME, this.getIncomeSources()));
19058
+ }
19059
+ // Rental income item is completed when user added at least one property
19060
+ if (incomeTypes.property && user.hasRoles(UserRolesEnum.PROPERTY_TANK)) {
19061
+ batch.push(this.create(AccountSetupItemsEnum.PROPERTY, this.propertyService.getArray()));
19062
+ }
19063
+ // Sole business item is completed when user added at least one business
19064
+ if (incomeTypes.sole && user.hasRoles(UserRolesEnum.SOLE_TANK)) {
19065
+ batch.push(this.create(AccountSetupItemsEnum.SOLE_BUSINESS, this.soleBusinessService.get()));
19066
+ }
19067
+ // holdings item is completed when user added at least one holding
19068
+ if (incomeTypes.holdings && user.hasRoles(UserRolesEnum.HOLDING_TANK)) {
19069
+ batch.push(this.create(AccountSetupItemsEnum.HOLDINGS, this.holdingService.getArray()));
19070
+ }
19071
+ if (incomeTypes.sole || incomeTypes.property || incomeTypes.work || incomeTypes.holdings) {
19072
+ // Bank feeds item is completed when user added at least one bank account (basiq or manual)
19073
+ batch.push(this.getBankFeedsItem());
19074
+ // Logbook item is completed when user has at least one vehicle claim with any method (kms or logbook)
19075
+ batch.push(this.getLogbookItem());
19076
+ // Allocation item is completed when user added at least one transaction allocation
19077
+ batch.push(this.create(AccountSetupItemsEnum.TRANSACTION, this.transactionAllocationService.get()));
19078
+ }
19079
+ return combineLatest(batch).pipe(map((items) => new AccountSetupItemCollection(items)));
19080
+ }
19081
+ /**
19082
+ * @TODO Alex: work with collection when services refactored
19083
+ * @TODO Vik: waiting for income sources refactoring
19084
+ */
19085
+ getIncomeSources(isSalary = false) {
19086
+ return this.incomeSourceService.get().pipe(map((incomeSources) => {
19087
+ const collection = new IncomeSourceCollection(incomeSources);
19088
+ if (isSalary) {
19089
+ return collection.getSalary();
19090
+ }
19091
+ return collection.items.filter((incomeSource) => incomeSource.isOtherIncome());
19092
+ }));
19093
+ }
19094
+ /**
19095
+ * Show logbook item when user has at least 1 vehicle transaction
19096
+ */
19097
+ getLogbookItem() {
19098
+ return this.transactionService.get()
19099
+ .pipe(
19100
+ // @TODO Alex: remove map when services start work with collections
19101
+ map((transactions) => new TransactionCollection(transactions)), mergeMap((transactions) => {
19102
+ if (transactions.getVehicleTransactions().length) {
19103
+ return this.create(AccountSetupItemsEnum.WORK_LOGBOOK, this.vehicleClaimService.get());
19104
+ }
19105
+ return of(null);
19106
+ }));
19107
+ }
19108
+ /**
19109
+ * Show bank feeds item when user has only holding tank
19110
+ */
19111
+ getBankFeedsItem() {
19112
+ const userRoles = this.userService.getCache().roles;
19113
+ const bankFeedsRoles = [UserRolesEnum.PROPERTY_TANK, UserRolesEnum.WORK_TANK, UserRolesEnum.SOLE_TANK];
19114
+ if (!intersection(bankFeedsRoles, userRoles).length) {
19115
+ return of(null);
19116
+ }
19117
+ return this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray());
19118
+ }
19119
+ }
19120
+ AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }, { token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
19121
+ AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
19122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, decorators: [{
19123
+ type: Injectable,
19124
+ args: [{
19125
+ providedIn: 'root'
19126
+ }]
19127
+ }], ctorParameters: function () { return [{ type: ClientIncomeTypesService }, { type: PropertyService }, { type: IncomeSourceService }, { type: BankAccountService }, { type: TransactionAllocationService }, { type: VehicleClaimService }, { type: TransactionService }, { type: SoleBusinessService }, { type: HoldingService }, { type: UserService }]; } });
19128
+
19129
+ /**
19130
+ * Service to work with Rewardful (affiliate program) API
19131
+ * https://developers.rewardful.com/javascript-api/overview#executing-code-when-rewardful-loads
19132
+ */
19133
+ class RewardfulService {
16993
19134
  constructor(environment) {
16994
19135
  this.environment = environment;
16995
19136
  }
@@ -17004,9 +19145,9 @@ class RewardfulService {
17004
19145
  });
17005
19146
  }
17006
19147
  }
17007
- RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
17008
- RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RewardfulService, providedIn: 'root' });
17009
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RewardfulService, decorators: [{
19148
+ RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
19149
+ RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, providedIn: 'root' });
19150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, decorators: [{
17010
19151
  type: Injectable,
17011
19152
  args: [{
17012
19153
  providedIn: 'root'
@@ -17053,9 +19194,9 @@ class AssetsService {
17053
19194
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
17054
19195
  }
17055
19196
  }
17056
- AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
17057
- AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AssetsService, providedIn: 'root' });
17058
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AssetsService, decorators: [{
19197
+ AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
19198
+ AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, providedIn: 'root' });
19199
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, decorators: [{
17059
19200
  type: Injectable,
17060
19201
  args: [{
17061
19202
  providedIn: 'root'
@@ -17116,9 +19257,9 @@ class BankTransactionCalculationService {
17116
19257
  return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
17117
19258
  }
17118
19259
  }
17119
- BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17120
- BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
17121
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
19260
+ BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19261
+ BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
19262
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
17122
19263
  type: Injectable,
17123
19264
  args: [{
17124
19265
  providedIn: 'root'
@@ -17147,9 +19288,9 @@ class BankAccountCalculationService {
17147
19288
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
17148
19289
  }
17149
19290
  }
17150
- BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
17151
- BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
17152
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankAccountCalculationService, decorators: [{
19291
+ BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
19292
+ BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
19293
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, decorators: [{
17153
19294
  type: Injectable,
17154
19295
  args: [{
17155
19296
  providedIn: 'root'
@@ -17177,9 +19318,9 @@ class ExportFormatterService {
17177
19318
  }));
17178
19319
  }
17179
19320
  }
17180
- ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
17181
- ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
17182
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ExportFormatterService, decorators: [{
19321
+ ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
19322
+ ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
19323
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, decorators: [{
17183
19324
  type: Injectable,
17184
19325
  args: [{
17185
19326
  providedIn: 'root'
@@ -17200,9 +19341,9 @@ class HeaderTitleService {
17200
19341
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
17201
19342
  }
17202
19343
  }
17203
- HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
17204
- HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
17205
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HeaderTitleService, decorators: [{
19344
+ HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
19345
+ HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
19346
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, decorators: [{
17206
19347
  type: Injectable,
17207
19348
  args: [{
17208
19349
  providedIn: 'root'
@@ -17236,9 +19377,9 @@ class IntercomService {
17236
19377
  window.Intercom('boot', connectionCredentials);
17237
19378
  }
17238
19379
  }
17239
- IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
17240
- IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IntercomService, providedIn: 'root' });
17241
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IntercomService, decorators: [{
19380
+ IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
19381
+ IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, providedIn: 'root' });
19382
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, decorators: [{
17242
19383
  type: Injectable,
17243
19384
  args: [{
17244
19385
  providedIn: 'root'
@@ -17310,9 +19451,9 @@ class PdfFromDomElementService {
17310
19451
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
17311
19452
  }
17312
19453
  }
17313
- PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17314
- PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
17315
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromDomElementService, decorators: [{
19454
+ PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19455
+ PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
19456
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, decorators: [{
17316
19457
  type: Injectable,
17317
19458
  args: [{
17318
19459
  providedIn: 'root'
@@ -17406,9 +19547,9 @@ class PdfFromTableService {
17406
19547
  .setTextColor(FILE_SETTINGS.text.colorPrimary);
17407
19548
  }
17408
19549
  }
17409
- PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17410
- PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
17411
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromTableService, decorators: [{
19550
+ PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19551
+ PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
19552
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, decorators: [{
17412
19553
  type: Injectable,
17413
19554
  args: [{
17414
19555
  providedIn: 'root'
@@ -17442,9 +19583,9 @@ class PdfFromDataTableService extends PdfFromTableService {
17442
19583
  return pdf;
17443
19584
  }
17444
19585
  }
17445
- PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
17446
- PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
17447
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromDataTableService, decorators: [{
19586
+ PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
19587
+ PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
19588
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, decorators: [{
17448
19589
  type: Injectable,
17449
19590
  args: [{
17450
19591
  providedIn: 'root'
@@ -17477,9 +19618,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
17477
19618
  return pdf;
17478
19619
  }
17479
19620
  }
17480
- PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
17481
- PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
17482
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
19621
+ PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
19622
+ PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
19623
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
17483
19624
  type: Injectable,
17484
19625
  args: [{
17485
19626
  providedIn: 'root'
@@ -17506,9 +19647,9 @@ class EquityPositionChartService {
17506
19647
  }))));
17507
19648
  }
17508
19649
  }
17509
- EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
17510
- EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
17511
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EquityPositionChartService, decorators: [{
19650
+ EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
19651
+ EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
19652
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, decorators: [{
17512
19653
  type: Injectable,
17513
19654
  args: [{
17514
19655
  providedIn: 'root'
@@ -17663,9 +19804,9 @@ class PropertyCalculationService {
17663
19804
  }
17664
19805
  }
17665
19806
  }
17666
- PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17667
- PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
17668
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCalculationService, decorators: [{
19807
+ PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19808
+ PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
19809
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, decorators: [{
17669
19810
  type: Injectable,
17670
19811
  args: [{
17671
19812
  providedIn: 'root'
@@ -17716,9 +19857,9 @@ class PropertyTransactionReportService {
17716
19857
  .getWithoutBorrowingExpenses()));
17717
19858
  }
17718
19859
  }
17719
- PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
17720
- PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
17721
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
19860
+ PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
19861
+ PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
19862
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
17722
19863
  type: Injectable,
17723
19864
  args: [{
17724
19865
  providedIn: 'root'
@@ -17786,9 +19927,9 @@ class TransactionCalculationService {
17786
19927
  return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
17787
19928
  }
17788
19929
  }
17789
- TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17790
- TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
17791
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionCalculationService, decorators: [{
19930
+ TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19931
+ TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
19932
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, decorators: [{
17792
19933
  type: Injectable,
17793
19934
  args: [{
17794
19935
  providedIn: 'root'
@@ -17848,9 +19989,9 @@ class LogbookBestPeriodService {
17848
19989
  });
17849
19990
  }
17850
19991
  }
17851
- LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
17852
- LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
17853
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
19992
+ LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
19993
+ LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
19994
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
17854
19995
  type: Injectable,
17855
19996
  args: [{
17856
19997
  providedIn: 'root'
@@ -17929,9 +20070,9 @@ class XlsxService {
17929
20070
  FileSaver.saveAs(data, `${fileName}.xlsx`);
17930
20071
  }
17931
20072
  }
17932
- XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17933
- XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: XlsxService, providedIn: 'root' });
17934
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: XlsxService, decorators: [{
20073
+ XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
20074
+ XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, providedIn: 'root' });
20075
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, decorators: [{
17935
20076
  type: Injectable,
17936
20077
  args: [{
17937
20078
  providedIn: 'root'
@@ -21139,13 +23280,10 @@ var MessagesEnum;
21139
23280
  })(MessagesEnum || (MessagesEnum = {}));
21140
23281
 
21141
23282
  // @TODO Alex: Create indexes everywhere and break this file to imports from indexes
21142
- /**
21143
- * Public API Surface of tt-core
21144
- */
21145
23283
 
21146
23284
  /**
21147
23285
  * Generated bundle index. Do not edit.
21148
23286
  */
21149
23287
 
21150
- 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, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AuthService, 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, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsInvoiceExpenseEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteMessages, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, 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, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingIncomeForm, HoldingMessagesEnum, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, 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, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, taxReviewFilterPredicate, toArray };
23288
+ 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, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AuthService, 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, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsInvoiceExpenseEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteMessages, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, 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, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingIncomeForm, HoldingMessagesEnum, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, 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, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemService, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, taxReviewFilterPredicate, toArray };
21151
23289
  //# sourceMappingURL=taxtank-core.mjs.map