taxtank-core 0.30.116 → 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 (151) 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/interceptors/basiq-client-id.interceptor.mjs +3 -3
  8. package/esm2020/lib/interceptors/basiq-token.interceptor.mjs +3 -3
  9. package/esm2020/lib/interceptors/corelogic-interceptor.mjs +3 -3
  10. package/esm2020/lib/interceptors/financial-year-interceptor.mjs +3 -3
  11. package/esm2020/lib/interceptors/interceptors.module.mjs +4 -4
  12. package/esm2020/lib/interceptors/jwt-interceptor.mjs +3 -3
  13. package/esm2020/lib/interceptors/preloader.interceptor.mjs +3 -3
  14. package/esm2020/lib/interceptors/user-switcher-interceptor.mjs +3 -3
  15. package/esm2020/lib/models/index.mjs +2 -1
  16. package/esm2020/lib/models/sole/bas-report.mjs +1 -1
  17. package/esm2020/lib/models/tax-return/index.mjs +4 -0
  18. package/esm2020/lib/models/tax-return/tax-return-category.mjs +19 -0
  19. package/esm2020/lib/models/tax-return/tax-return-item.mjs +20 -0
  20. package/esm2020/lib/models/tax-return/tax-return.mjs +10 -0
  21. package/esm2020/lib/services/account-setup/account-setup.service.mjs +3 -3
  22. package/esm2020/lib/services/affiliate/rewardful/rewardful.service.mjs +3 -3
  23. package/esm2020/lib/services/asset/assets.service.mjs +3 -3
  24. package/esm2020/lib/services/auth/auth.service.mjs +3 -3
  25. package/esm2020/lib/services/auth/jwt.service.mjs +3 -3
  26. package/esm2020/lib/services/bank/bank-account-calculation.service.mjs +3 -3
  27. package/esm2020/lib/services/bank/bank-transaction-calculation.service.mjs +3 -3
  28. package/esm2020/lib/services/data.service.mjs +3 -3
  29. package/esm2020/lib/services/event/event-dispatcher.service.mjs +3 -3
  30. package/esm2020/lib/services/event/sse.service.mjs +3 -3
  31. package/esm2020/lib/services/export/export-formatter.service.mjs +3 -3
  32. package/esm2020/lib/services/header-title/header-title.service.mjs +3 -3
  33. package/esm2020/lib/services/http/address/address.service.mjs +3 -3
  34. package/esm2020/lib/services/http/bank/bank-account/bank-account.service.mjs +3 -3
  35. package/esm2020/lib/services/http/bank/bank-connection/bank-connection.service.mjs +3 -3
  36. package/esm2020/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +3 -3
  37. package/esm2020/lib/services/http/bank/bank.service.mjs +3 -3
  38. package/esm2020/lib/services/http/bank/basiq/basiq-token.service.mjs +3 -3
  39. package/esm2020/lib/services/http/bank/basiq/basiq.service.mjs +3 -3
  40. package/esm2020/lib/services/http/budget/budget.service.mjs +3 -3
  41. package/esm2020/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +3 -3
  42. package/esm2020/lib/services/http/chart-accounts/chart-accounts.service.mjs +3 -3
  43. package/esm2020/lib/services/http/chat/chat.service.mjs +3 -3
  44. package/esm2020/lib/services/http/chat/message-document.service.mjs +3 -3
  45. package/esm2020/lib/services/http/chat/message.service.mjs +3 -3
  46. package/esm2020/lib/services/http/client/capital-gain/annual-client-details.service.mjs +3 -3
  47. package/esm2020/lib/services/http/client/occupation/occupation.service.mjs +3 -3
  48. package/esm2020/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +3 -3
  49. package/esm2020/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.mjs +3 -3
  50. package/esm2020/lib/services/http/depreciation/depreciation.service.mjs +3 -3
  51. package/esm2020/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
  52. package/esm2020/lib/services/http/document/document.service.mjs +3 -3
  53. package/esm2020/lib/services/http/facebook/facebook.service.mjs +3 -3
  54. package/esm2020/lib/services/http/file/file.service.mjs +3 -3
  55. package/esm2020/lib/services/http/firm/client-income/client-income-types.service.mjs +3 -3
  56. package/esm2020/lib/services/http/firm/client-invite/client-invite.service.mjs +3 -3
  57. package/esm2020/lib/services/http/firm/client-movement/client-movement.service.mjs +3 -3
  58. package/esm2020/lib/services/http/firm/employee/employee.service.mjs +3 -3
  59. package/esm2020/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
  60. package/esm2020/lib/services/http/firm/firm.service.mjs +3 -3
  61. package/esm2020/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +3 -3
  62. package/esm2020/lib/services/http/google/google.service.mjs +3 -3
  63. package/esm2020/lib/services/http/holding/holding-sale.service.mjs +3 -3
  64. package/esm2020/lib/services/http/holding/holding-type.service.mjs +3 -3
  65. package/esm2020/lib/services/http/holding/holding.service.mjs +3 -3
  66. package/esm2020/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +3 -3
  67. package/esm2020/lib/services/http/income-source/income-source.service.mjs +3 -3
  68. package/esm2020/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +3 -3
  69. package/esm2020/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +3 -3
  70. package/esm2020/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +3 -3
  71. package/esm2020/lib/services/http/loan/loan.service.mjs +3 -3
  72. package/esm2020/lib/services/http/property/property-category/property-category.service.mjs +3 -3
  73. package/esm2020/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +3 -3
  74. package/esm2020/lib/services/http/property/property-document/property-document.service.mjs +3 -3
  75. package/esm2020/lib/services/http/property/property-sale/property-sale.service.mjs +3 -3
  76. package/esm2020/lib/services/http/property/property-share/property-share.service.mjs +3 -3
  77. package/esm2020/lib/services/http/property/property.service.mjs +3 -3
  78. package/esm2020/lib/services/http/receipt/receipt.service.mjs +3 -3
  79. package/esm2020/lib/services/http/rest/rest-old.service.mjs +3 -3
  80. package/esm2020/lib/services/http/rest/rest.service.mjs +3 -3
  81. package/esm2020/lib/services/http/service-notification/service-notification.service.mjs +3 -3
  82. package/esm2020/lib/services/http/sole/bas-report/bas-report.service.mjs +3 -3
  83. package/esm2020/lib/services/http/sole/sole-business/sole-business.service.mjs +3 -3
  84. package/esm2020/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +3 -3
  85. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +3 -3
  86. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +3 -3
  87. package/esm2020/lib/services/http/sole/sole-contact/sole-contact.service.mjs +3 -3
  88. package/esm2020/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +3 -3
  89. package/esm2020/lib/services/http/sole/sole-details/sole-details.service.mjs +3 -3
  90. package/esm2020/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +3 -3
  91. package/esm2020/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +3 -3
  92. package/esm2020/lib/services/http/subscription/service-payment/service-payment.service.mjs +3 -3
  93. package/esm2020/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +3 -3
  94. package/esm2020/lib/services/http/subscription/service-price/service-price.service.mjs +3 -3
  95. package/esm2020/lib/services/http/subscription/service-product/service-product.service.mjs +3 -3
  96. package/esm2020/lib/services/http/subscription/service-subscription/subscription.service.mjs +3 -3
  97. package/esm2020/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +3 -3
  98. package/esm2020/lib/services/http/tax-review/tax-review.service.mjs +3 -3
  99. package/esm2020/lib/services/http/tax-summary/tax-summary.service.mjs +3 -3
  100. package/esm2020/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +3 -3
  101. package/esm2020/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +3 -3
  102. package/esm2020/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.mjs +3 -3
  103. package/esm2020/lib/services/http/transaction/transaction.service.mjs +3 -3
  104. package/esm2020/lib/services/http/tutorial-video/tutorial-video.service.mjs +3 -3
  105. package/esm2020/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
  106. package/esm2020/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
  107. package/esm2020/lib/services/http/user/user.service.mjs +3 -3
  108. package/esm2020/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
  109. package/esm2020/lib/services/http/vehicle/vehicle-claim-details.service.mjs +3 -3
  110. package/esm2020/lib/services/http/vehicle/vehicle-claim.service.mjs +3 -3
  111. package/esm2020/lib/services/http/vehicle/vehicle-logbook.service.mjs +3 -3
  112. package/esm2020/lib/services/http/vehicle/vehicle.service.mjs +3 -3
  113. package/esm2020/lib/services/intercom/intercom.service.mjs +3 -3
  114. package/esm2020/lib/services/json/chart-accounts/chart-accounts-value.service.mjs +3 -3
  115. package/esm2020/lib/services/json/holding/holding-type-exchange.service.mjs +3 -3
  116. package/esm2020/lib/services/json/income-source/income-source-type.service.mjs +3 -3
  117. package/esm2020/lib/services/json/index.mjs +2 -1
  118. package/esm2020/lib/services/json/tax-exemption/tax-exemption.service.mjs +3 -3
  119. package/esm2020/lib/services/json/tax-return/tax-return-item.service.mjs +23 -0
  120. package/esm2020/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +3 -3
  121. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +3 -3
  122. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +3 -3
  123. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +3 -3
  124. package/esm2020/lib/services/preloader/preloader.service.mjs +3 -3
  125. package/esm2020/lib/services/property/corelogic/corelogic.service.mjs +3 -3
  126. package/esm2020/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +3 -3
  127. package/esm2020/lib/services/property/property-calculation/property-calculation.service.mjs +3 -3
  128. package/esm2020/lib/services/report/property/property-transaction-report.service.mjs +3 -3
  129. package/esm2020/lib/services/toast/toast.service.mjs +3 -3
  130. package/esm2020/lib/services/transaction/transaction-calculation.service.mjs +3 -3
  131. package/esm2020/lib/services/user/user-switcher.service.mjs +3 -3
  132. package/esm2020/lib/services/vehicle/logbook-best-period.service.mjs +3 -3
  133. package/esm2020/lib/services/xlsx/xlsx.service.mjs +3 -3
  134. package/esm2020/lib/tt-core.module.mjs +4 -4
  135. package/fesm2015/taxtank-core.mjs +2505 -367
  136. package/fesm2015/taxtank-core.mjs.map +1 -1
  137. package/fesm2020/taxtank-core.mjs +2505 -367
  138. package/fesm2020/taxtank-core.mjs.map +1 -1
  139. package/lib/collections/transaction/transaction-allocation.collection.d.ts +1 -3
  140. package/lib/collections/transaction/transaction.collection.d.ts +1 -0
  141. package/lib/db/Models/index.d.ts +1 -3
  142. package/lib/db/Models/tax-return/index.d.ts +3 -0
  143. package/lib/db/Models/tax-return/tax-return-item.d.ts +1 -1
  144. package/lib/models/index.d.ts +1 -0
  145. package/lib/models/tax-return/index.d.ts +3 -0
  146. package/lib/models/tax-return/tax-return-category.d.ts +8 -0
  147. package/lib/models/tax-return/tax-return-item.d.ts +9 -0
  148. package/lib/models/tax-return/tax-return.d.ts +5 -0
  149. package/lib/services/json/index.d.ts +1 -0
  150. package/lib/services/json/tax-return/tax-return-item.service.d.ts +12 -0
  151. 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.4", 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.4", ngImport: i0, type: CorelogicService, providedIn: 'root' });
75
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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.4", 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.4", ngImport: i0, type: CorelogicInterceptor });
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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.4", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
157
- FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FinancialYearInterceptor });
158
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
@@ -692,11 +692,14 @@ let ServiceSubscriptionItem$1 = class ServiceSubscriptionItem extends AbstractMo
692
692
  let ServiceSubscription$1 = class ServiceSubscription extends ObservableModel {
693
693
  };
694
694
 
695
- class TaxReturnCategory extends AbstractModel {
696
- }
695
+ let TaxReturn$1 = class TaxReturn extends AbstractModel {
696
+ };
697
697
 
698
- class TaxReturn extends AbstractModel {
699
- }
698
+ let TaxReturnCategory$1 = class TaxReturnCategory extends AbstractModel {
699
+ };
700
+
701
+ let TaxReturnItem$1 = class TaxReturnItem extends AbstractModel {
702
+ };
700
703
 
701
704
  let TransactionAllocation$1 = class TransactionAllocation extends AbstractModel {
702
705
  };
@@ -5802,6 +5805,13 @@ class TransactionCollection extends ExportableCollection {
5802
5805
  getByAllocations(allocations) {
5803
5806
  return new TransactionCollection(this.items.filter((transaction) => allocations.hasTransaction(transaction)));
5804
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
+ }
5805
5815
  /**
5806
5816
  * Get transactions related to Vehicle category
5807
5817
  */
@@ -9109,6 +9119,42 @@ __decorate([
9109
9119
  Type(() => User)
9110
9120
  ], Budget.prototype, "user", void 0);
9111
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
+
9112
9158
  const NAME_TOKEN = 'token';
9113
9159
  const NAME_REFRESH_TOKEN = 'refreshToken';
9114
9160
  class JwtService extends JwtHelperService {
@@ -9137,9 +9183,9 @@ class JwtService extends JwtHelperService {
9137
9183
  return this.getUser().id === userId;
9138
9184
  }
9139
9185
  }
9140
- JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
9141
- JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtService, providedIn: 'root' });
9142
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
9143
9189
  type: Injectable,
9144
9190
  args: [{
9145
9191
  providedIn: 'root'
@@ -9174,9 +9220,9 @@ class EventDispatcherService {
9174
9220
  this.eventSubject2.next(event);
9175
9221
  }
9176
9222
  }
9177
- EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9178
- EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
9179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
9180
9226
  type: Injectable,
9181
9227
  args: [{
9182
9228
  providedIn: 'root'
@@ -9225,9 +9271,9 @@ class AuthService {
9225
9271
  location.replace(url);
9226
9272
  }
9227
9273
  }
9228
- AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9229
- AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AuthService, providedIn: 'root' });
9230
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
9231
9277
  type: Injectable,
9232
9278
  args: [{
9233
9279
  providedIn: 'root'
@@ -9363,9 +9409,9 @@ class JwtInterceptor {
9363
9409
  });
9364
9410
  }
9365
9411
  }
9366
- JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9367
- JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: JwtInterceptor });
9368
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
9369
9415
  type: Injectable
9370
9416
  }], ctorParameters: function () {
9371
9417
  return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
@@ -9400,9 +9446,9 @@ class UserSwitcherService {
9400
9446
  window.location.replace('/firm/dashboard');
9401
9447
  }
9402
9448
  }
9403
- UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9404
- UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9405
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
9406
9452
  type: Injectable,
9407
9453
  args: [{
9408
9454
  providedIn: 'root'
@@ -9448,9 +9494,9 @@ class UserSwitcherInterceptor {
9448
9494
  return next.handle(this.switch(request, this.userSwitcherService.get()));
9449
9495
  }
9450
9496
  }
9451
- UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9452
- UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserSwitcherInterceptor });
9453
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
9454
9500
  type: Injectable
9455
9501
  }], ctorParameters: function () {
9456
9502
  return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
@@ -9731,9 +9777,9 @@ class PreloaderService {
9731
9777
  this.activePreloaders.next(activePreloaders);
9732
9778
  }
9733
9779
  }
9734
- PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9735
- PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9736
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
9737
9783
  type: Injectable,
9738
9784
  args: [{
9739
9785
  providedIn: 'root'
@@ -9761,9 +9807,9 @@ class PreloaderInterceptor {
9761
9807
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
9762
9808
  }
9763
9809
  }
9764
- PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9765
- PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PreloaderInterceptor });
9766
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
9767
9813
  type: Injectable
9768
9814
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
9769
9815
 
@@ -9793,9 +9839,9 @@ class DataService {
9793
9839
  this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
9794
9840
  }
9795
9841
  }
9796
- DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9797
- DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DataService, providedIn: 'root' });
9798
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
9799
9845
  type: Injectable,
9800
9846
  args: [{
9801
9847
  providedIn: 'root'
@@ -9832,9 +9878,9 @@ class SseService {
9832
9878
  .pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
9833
9879
  }
9834
9880
  }
9835
- SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9836
- SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SseService, providedIn: 'root' });
9837
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
9838
9884
  type: Injectable,
9839
9885
  args: [{
9840
9886
  providedIn: 'root'
@@ -10050,9 +10096,9 @@ let RestService$1 = class RestService extends DataService {
10050
10096
  */
10051
10097
  listenEvents() { }
10052
10098
  };
10053
- RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10054
- RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService$1, providedIn: 'root' });
10055
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
10056
10102
  type: Injectable,
10057
10103
  args: [{
10058
10104
  providedIn: 'root'
@@ -10197,9 +10243,9 @@ class ToastService {
10197
10243
  }));
10198
10244
  }
10199
10245
  }
10200
- ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10201
- ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ToastService, providedIn: 'root' });
10202
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
10203
10249
  type: Injectable,
10204
10250
  args: [{
10205
10251
  providedIn: 'root'
@@ -10277,9 +10323,9 @@ class BankConnectionService extends RestService$1 {
10277
10323
  });
10278
10324
  }
10279
10325
  }
10280
- BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
10281
- BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
10282
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
10283
10329
  type: Injectable,
10284
10330
  args: [{
10285
10331
  providedIn: 'root'
@@ -10422,9 +10468,9 @@ BasiqService.retrieveAccountsCheckInterval = 3000;
10422
10468
  * How long we will wait accounts retrieving, break after timeout if not retireved
10423
10469
  */
10424
10470
  BasiqService.retrieveAccountsTimeout = 20000;
10425
- BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
10426
- BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqService, providedIn: 'root' });
10427
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
10428
10474
  type: Injectable,
10429
10475
  args: [{
10430
10476
  providedIn: 'root'
@@ -10461,9 +10507,9 @@ class BasiqTokenService extends RestService$1 {
10461
10507
  return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
10462
10508
  }
10463
10509
  }
10464
- BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10465
- BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10466
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
10467
10513
  type: Injectable,
10468
10514
  args: [{
10469
10515
  providedIn: 'root'
@@ -10492,9 +10538,9 @@ class BasiqTokenInterceptor {
10492
10538
  });
10493
10539
  }
10494
10540
  }
10495
- BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10496
- BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqTokenInterceptor });
10497
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
10498
10544
  type: Injectable
10499
10545
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
10500
10546
 
@@ -10677,9 +10723,9 @@ class UserService {
10677
10723
  });
10678
10724
  }
10679
10725
  }
10680
- UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10681
- UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserService, providedIn: 'root' });
10682
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
10683
10729
  type: Injectable,
10684
10730
  args: [{
10685
10731
  providedIn: 'root'
@@ -10711,17 +10757,17 @@ class BasiqClientIdInterceptor {
10711
10757
  });
10712
10758
  }
10713
10759
  }
10714
- BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10715
- BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasiqClientIdInterceptor });
10716
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
10717
10763
  type: Injectable
10718
10764
  }], ctorParameters: function () { return [{ type: UserService }]; } });
10719
10765
 
10720
10766
  class InterceptorsModule {
10721
10767
  }
10722
- InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10723
- InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule });
10724
- InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", 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: [
10725
10771
  {
10726
10772
  provide: HTTP_INTERCEPTORS,
10727
10773
  useClass: CorelogicInterceptor,
@@ -10759,7 +10805,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
10759
10805
  multi: true
10760
10806
  }
10761
10807
  ] });
10762
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: InterceptorsModule, decorators: [{
10808
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, decorators: [{
10763
10809
  type: NgModule,
10764
10810
  args: [{
10765
10811
  providers: [
@@ -10817,12 +10863,12 @@ class TtCoreModule {
10817
10863
  };
10818
10864
  }
10819
10865
  }
10820
- TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10821
- TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", 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,
10822
10868
  InterceptorsModule] });
10823
- TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", 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,
10824
10870
  InterceptorsModule] });
10825
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TtCoreModule, decorators: [{
10871
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, decorators: [{
10826
10872
  type: NgModule,
10827
10873
  args: [{
10828
10874
  declarations: [],
@@ -12379,9 +12425,9 @@ class AddressService {
12379
12425
  return this.countriesSubject.asObservable();
12380
12426
  }
12381
12427
  }
12382
- AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12383
- AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AddressService, providedIn: 'root' });
12384
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
12385
12431
  type: Injectable,
12386
12432
  args: [{
12387
12433
  providedIn: 'root'
@@ -12451,9 +12497,9 @@ class BankAccountService extends RestService$1 {
12451
12497
  });
12452
12498
  }
12453
12499
  }
12454
- BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12455
- BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12456
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
12457
12503
  type: Injectable,
12458
12504
  args: [{
12459
12505
  providedIn: 'root'
@@ -12520,9 +12566,9 @@ class BankTransactionService extends RestService$1 {
12520
12566
  });
12521
12567
  }
12522
12568
  }
12523
- BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12524
- BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12525
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
12526
12572
  type: Injectable,
12527
12573
  args: [{
12528
12574
  providedIn: 'root'
@@ -12549,9 +12595,9 @@ class BankService extends RestService$1 {
12549
12595
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12550
12596
  }
12551
12597
  }
12552
- BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12553
- BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankService, providedIn: 'root' });
12554
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
12555
12601
  type: Injectable,
12556
12602
  args: [{
12557
12603
  providedIn: 'root'
@@ -12568,9 +12614,9 @@ class BudgetService extends RestService$1 {
12568
12614
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
12569
12615
  }
12570
12616
  }
12571
- BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12572
- BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BudgetService, providedIn: 'root' });
12573
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
12574
12620
  type: Injectable,
12575
12621
  args: [{
12576
12622
  providedIn: 'root'
@@ -12598,9 +12644,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
12598
12644
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12599
12645
  }
12600
12646
  }
12601
- ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12602
- ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12603
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
12604
12650
  type: Injectable,
12605
12651
  args: [{
12606
12652
  providedIn: 'root'
@@ -12640,9 +12686,9 @@ class ChartAccountsService extends RestService$1 {
12640
12686
  }));
12641
12687
  }
12642
12688
  }
12643
- ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12644
- ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12645
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
12646
12692
  type: Injectable,
12647
12693
  args: [{
12648
12694
  providedIn: 'root'
@@ -12711,9 +12757,9 @@ class ChatService extends RestService$1 {
12711
12757
  });
12712
12758
  }
12713
12759
  }
12714
- ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12715
- ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChatService, providedIn: 'root' });
12716
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
12717
12763
  type: Injectable,
12718
12764
  args: [{
12719
12765
  providedIn: 'root'
@@ -12772,9 +12818,9 @@ class MessageService extends RestService$1 {
12772
12818
  });
12773
12819
  }
12774
12820
  }
12775
- MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12776
- MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageService, providedIn: 'root' });
12777
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
12778
12824
  type: Injectable,
12779
12825
  args: [{
12780
12826
  providedIn: 'root'
@@ -12846,9 +12892,9 @@ class MessageDocumentService extends RestService$1 {
12846
12892
  return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
12847
12893
  }
12848
12894
  }
12849
- MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12850
- MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12851
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
12852
12898
  type: Injectable,
12853
12899
  args: [{
12854
12900
  providedIn: 'root'
@@ -12911,9 +12957,9 @@ class ReceiptService {
12911
12957
  return plainToClass(this.modelClass, data);
12912
12958
  }
12913
12959
  }
12914
- ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12915
- ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12916
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
12917
12963
  type: Injectable,
12918
12964
  args: [{
12919
12965
  providedIn: 'root'
@@ -12944,9 +12990,9 @@ class DepreciationReceiptService extends ReceiptService {
12944
12990
  this.listenEvents();
12945
12991
  }
12946
12992
  }
12947
- DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12948
- DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12949
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
12950
12996
  type: Injectable,
12951
12997
  args: [{
12952
12998
  providedIn: 'root'
@@ -13081,9 +13127,9 @@ class DepreciationService extends RestService$1 {
13081
13127
  });
13082
13128
  }
13083
13129
  }
13084
- DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: DepreciationReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
13085
- DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationService, providedIn: 'root' });
13086
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
13087
13133
  type: Injectable,
13088
13134
  args: [{
13089
13135
  providedIn: 'root'
@@ -13135,9 +13181,9 @@ class DepreciationCapitalProjectService {
13135
13181
  }));
13136
13182
  }
13137
13183
  }
13138
- DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13139
- DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
13140
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
13141
13187
  type: Injectable,
13142
13188
  args: [{
13143
13189
  providedIn: 'root'
@@ -13349,9 +13395,9 @@ class RestService {
13349
13395
  */
13350
13396
  listenEvents() { }
13351
13397
  }
13352
- RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
13353
- RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RestService, providedIn: 'root' });
13354
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
13355
13401
  type: Injectable,
13356
13402
  args: [{
13357
13403
  providedIn: 'root'
@@ -13370,9 +13416,9 @@ class DocumentService extends RestService {
13370
13416
  this.modelClass = Document;
13371
13417
  }
13372
13418
  }
13373
- DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13374
- DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentService, providedIn: 'root' });
13375
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
13376
13422
  type: Injectable,
13377
13423
  args: [{
13378
13424
  providedIn: 'root'
@@ -13438,9 +13484,9 @@ class DocumentFolderService extends RestService {
13438
13484
  }));
13439
13485
  }
13440
13486
  }
13441
- DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13442
- DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13443
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
13444
13490
  type: Injectable,
13445
13491
  args: [{
13446
13492
  providedIn: 'root'
@@ -13517,9 +13563,9 @@ FacebookService.authOptions = {
13517
13563
  auth_type: 'rerequest',
13518
13564
  return_scopes: true
13519
13565
  };
13520
- FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13521
- FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FacebookService, providedIn: 'root' });
13522
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
13523
13569
  type: Injectable,
13524
13570
  args: [{
13525
13571
  providedIn: 'root'
@@ -13589,9 +13635,9 @@ class GoogleService {
13589
13635
  google.accounts.id.disableAutoSelect();
13590
13636
  }
13591
13637
  }
13592
- GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13593
- GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: GoogleService, providedIn: 'root' });
13594
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
13595
13641
  type: Injectable,
13596
13642
  args: [{
13597
13643
  providedIn: 'root'
@@ -13622,9 +13668,9 @@ class FileService extends RestService$1 {
13622
13668
  return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
13623
13669
  }
13624
13670
  }
13625
- FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13626
- FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FileService, providedIn: 'root' });
13627
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
13628
13674
  type: Injectable,
13629
13675
  args: [{
13630
13676
  providedIn: 'root'
@@ -13641,9 +13687,9 @@ class ClientIncomeTypesService extends RestService$1 {
13641
13687
  this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
13642
13688
  }
13643
13689
  }
13644
- ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13645
- ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13646
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
13647
13693
  type: Injectable,
13648
13694
  args: [{
13649
13695
  providedIn: 'root'
@@ -13760,9 +13806,9 @@ class ClientInviteService extends RestService {
13760
13806
  });
13761
13807
  }
13762
13808
  }
13763
- ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13764
- ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13765
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
13766
13812
  type: Injectable,
13767
13813
  args: [{
13768
13814
  providedIn: 'root'
@@ -13846,9 +13892,9 @@ class ClientMovementService extends RestService {
13846
13892
  });
13847
13893
  }
13848
13894
  }
13849
- ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13850
- ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13851
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
13852
13898
  type: Injectable,
13853
13899
  args: [{
13854
13900
  providedIn: 'root'
@@ -13877,9 +13923,9 @@ class EmployeeService extends RestService {
13877
13923
  }));
13878
13924
  }
13879
13925
  }
13880
- EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13881
- EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13882
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
13883
13929
  type: Injectable,
13884
13930
  args: [{
13885
13931
  providedIn: 'root'
@@ -13920,9 +13966,9 @@ class EmployeeInviteService extends RestService {
13920
13966
  }));
13921
13967
  }
13922
13968
  }
13923
- EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13924
- EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13925
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
13926
13972
  type: Injectable,
13927
13973
  args: [{
13928
13974
  providedIn: 'root'
@@ -13947,9 +13993,9 @@ class ClientPortfolioReportService {
13947
13993
  }));
13948
13994
  }
13949
13995
  }
13950
- ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13951
- ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13952
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
13953
13999
  type: Injectable,
13954
14000
  args: [{
13955
14001
  providedIn: 'root'
@@ -14013,9 +14059,9 @@ class FirmService {
14013
14059
  }));
14014
14060
  }
14015
14061
  }
14016
- FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14017
- FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: FirmService, providedIn: 'root' });
14018
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14019
14065
  type: Injectable,
14020
14066
  args: [{
14021
14067
  providedIn: 'root'
@@ -14090,9 +14136,9 @@ class IncomeSourceForecastService extends RestService {
14090
14136
  }).flat();
14091
14137
  }
14092
14138
  }
14093
- IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14094
- IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
14095
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14096
14142
  type: Injectable,
14097
14143
  args: [{
14098
14144
  providedIn: 'root'
@@ -14162,9 +14208,9 @@ class SalaryForecastService extends RestService {
14162
14208
  }).flat();
14163
14209
  }
14164
14210
  }
14165
- SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14166
- SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
14167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14168
14214
  type: Injectable,
14169
14215
  args: [{
14170
14216
  providedIn: 'root'
@@ -14240,9 +14286,9 @@ class SoleForecastService extends RestService {
14240
14286
  });
14241
14287
  }
14242
14288
  }
14243
- SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14244
- SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
14245
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14246
14292
  type: Injectable,
14247
14293
  args: [{
14248
14294
  providedIn: 'root'
@@ -14321,9 +14367,9 @@ class IncomeSourceService extends RestService {
14321
14367
  });
14322
14368
  }
14323
14369
  }
14324
- IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14325
- IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
14326
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14327
14373
  type: Injectable,
14328
14374
  args: [{
14329
14375
  providedIn: 'root'
@@ -14384,9 +14430,9 @@ class BorrowingExpenseService {
14384
14430
  }));
14385
14431
  }
14386
14432
  }
14387
- BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14388
- BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14389
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14390
14436
  type: Injectable,
14391
14437
  args: [{
14392
14438
  providedIn: 'root'
@@ -14468,9 +14514,9 @@ class LoanService extends RestService$1 {
14468
14514
  }));
14469
14515
  }
14470
14516
  }
14471
- LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14472
- LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LoanService, providedIn: 'root' });
14473
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14474
14520
  type: Injectable,
14475
14521
  args: [{
14476
14522
  providedIn: 'root'
@@ -14489,9 +14535,9 @@ class PropertyCategoryService extends RestService$1 {
14489
14535
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14490
14536
  }
14491
14537
  }
14492
- PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14493
- PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14494
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14495
14541
  type: Injectable,
14496
14542
  args: [{
14497
14543
  providedIn: 'root'
@@ -14507,9 +14553,9 @@ class PropertyCategoryMovementService extends RestService$1 {
14507
14553
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14508
14554
  }
14509
14555
  }
14510
- PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14511
- PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14512
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14513
14559
  type: Injectable,
14514
14560
  args: [{
14515
14561
  providedIn: 'root'
@@ -14551,9 +14597,9 @@ class PropertyDocumentService extends RestService$1 {
14551
14597
  });
14552
14598
  }
14553
14599
  }
14554
- PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14555
- PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14556
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14557
14603
  type: Injectable,
14558
14604
  args: [{
14559
14605
  providedIn: 'root'
@@ -14627,9 +14673,9 @@ class TaxExemptionService extends DataService {
14627
14673
  this.setCache(TaxExemptions);
14628
14674
  }
14629
14675
  }
14630
- TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14631
- TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14632
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14633
14679
  type: Injectable,
14634
14680
  args: [{
14635
14681
  providedIn: 'root'
@@ -14645,9 +14691,9 @@ class PropertySaleService extends RestService$1 {
14645
14691
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14646
14692
  }
14647
14693
  }
14648
- PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14649
- PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14650
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14651
14697
  type: Injectable,
14652
14698
  args: [{
14653
14699
  providedIn: 'root'
@@ -14694,9 +14740,9 @@ class PropertyShareService extends RestService$1 {
14694
14740
  this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
14695
14741
  }
14696
14742
  }
14697
- PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14698
- PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14699
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14700
14746
  type: Injectable,
14701
14747
  args: [{
14702
14748
  providedIn: 'root'
@@ -14793,9 +14839,9 @@ class PropertyService extends RestService$1 {
14793
14839
  }));
14794
14840
  }
14795
14841
  }
14796
- PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14797
- PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyService, providedIn: 'root' });
14798
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14799
14845
  type: Injectable,
14800
14846
  args: [{
14801
14847
  providedIn: 'root'
@@ -14849,9 +14895,9 @@ class ServiceNotificationService extends RestService {
14849
14895
  });
14850
14896
  }
14851
14897
  }
14852
- ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
14853
- ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14854
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14855
14901
  type: Injectable,
14856
14902
  args: [{
14857
14903
  providedIn: 'root'
@@ -14902,9 +14948,9 @@ class SoleBusinessService extends RestService {
14902
14948
  }));
14903
14949
  }
14904
14950
  }
14905
- SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14906
- SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14907
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14908
14954
  type: Injectable,
14909
14955
  args: [{
14910
14956
  providedIn: 'root'
@@ -14919,9 +14965,9 @@ class SoleBusinessActivityService extends RestService {
14919
14965
  this.isHydra = true;
14920
14966
  }
14921
14967
  }
14922
- SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14923
- SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14924
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14925
14971
  type: Injectable,
14926
14972
  args: [{
14927
14973
  providedIn: 'root'
@@ -14947,9 +14993,9 @@ class SoleBusinessLossService extends RestService {
14947
14993
  });
14948
14994
  }
14949
14995
  }
14950
- SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14951
- SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14952
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14953
14999
  type: Injectable,
14954
15000
  args: [{
14955
15001
  providedIn: 'root'
@@ -14967,9 +15013,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
14967
15013
  this.isHydra = true;
14968
15014
  }
14969
15015
  }
14970
- SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14971
- SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14972
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14973
15019
  type: Injectable,
14974
15020
  args: [{
14975
15021
  providedIn: 'root'
@@ -14984,9 +15030,9 @@ class SoleContactService extends RestService {
14984
15030
  this.isHydra = true;
14985
15031
  }
14986
15032
  }
14987
- SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14988
- SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14989
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
14990
15036
  type: Injectable,
14991
15037
  args: [{
14992
15038
  providedIn: 'root'
@@ -15042,9 +15088,9 @@ class SoleDepreciationMethodService {
15042
15088
  });
15043
15089
  }
15044
15090
  }
15045
- SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
15046
- SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
15047
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
15048
15094
  type: Injectable,
15049
15095
  args: [{
15050
15096
  providedIn: 'root'
@@ -15099,9 +15145,9 @@ class SoleDetailsService {
15099
15145
  }));
15100
15146
  }
15101
15147
  }
15102
- SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
15103
- SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
15104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
15105
15151
  type: Injectable,
15106
15152
  args: [{
15107
15153
  providedIn: 'root'
@@ -15177,9 +15223,9 @@ class SoleInvoiceService extends RestService {
15177
15223
  });
15178
15224
  }
15179
15225
  }
15180
- SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15181
- SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
15182
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
15183
15229
  type: Injectable,
15184
15230
  args: [{
15185
15231
  providedIn: 'root'
@@ -15194,9 +15240,9 @@ class SoleInvoiceTemplateService extends RestService {
15194
15240
  this.isHydra = true;
15195
15241
  }
15196
15242
  }
15197
- SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15198
- SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
15199
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
15200
15246
  type: Injectable,
15201
15247
  args: [{
15202
15248
  providedIn: 'root'
@@ -15211,9 +15257,9 @@ class BasReportService extends RestService {
15211
15257
  this.isHydra = true;
15212
15258
  }
15213
15259
  }
15214
- BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15215
- BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BasReportService, providedIn: 'root' });
15216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
15217
15263
  type: Injectable,
15218
15264
  args: [{
15219
15265
  providedIn: 'root'
@@ -15239,9 +15285,9 @@ class ServicePaymentService extends RestService$1 {
15239
15285
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
15240
15286
  }
15241
15287
  }
15242
- ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15243
- ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
15244
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
15245
15291
  type: Injectable,
15246
15292
  args: [{
15247
15293
  providedIn: 'root'
@@ -15289,9 +15335,9 @@ class ServicePaymentMethodService extends RestService$1 {
15289
15335
  });
15290
15336
  }
15291
15337
  }
15292
- ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
15293
- ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
15294
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
15295
15341
  type: Injectable,
15296
15342
  args: [{
15297
15343
  providedIn: 'root'
@@ -15316,9 +15362,9 @@ class ServicePriceService extends RestService$1 {
15316
15362
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
15317
15363
  }
15318
15364
  }
15319
- ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15320
- ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
15321
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
15322
15368
  type: Injectable,
15323
15369
  args: [{
15324
15370
  providedIn: 'root'
@@ -15435,9 +15481,9 @@ class SubscriptionService extends RestService$1 {
15435
15481
  });
15436
15482
  }
15437
15483
  }
15438
- SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15439
- SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
15440
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
15441
15487
  type: Injectable,
15442
15488
  args: [{
15443
15489
  providedIn: 'root'
@@ -15459,9 +15505,9 @@ class ServiceProductService extends RestService$1 {
15459
15505
  this.isApiPlatform = true;
15460
15506
  }
15461
15507
  }
15462
- ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15463
- ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15464
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
15465
15511
  type: Injectable,
15466
15512
  args: [{
15467
15513
  providedIn: 'root'
@@ -15493,9 +15539,9 @@ class TaxReviewHistoryService extends RestService {
15493
15539
  });
15494
15540
  }
15495
15541
  }
15496
- TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15497
- TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15498
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
15499
15545
  type: Injectable,
15500
15546
  args: [{
15501
15547
  providedIn: 'root'
@@ -15584,9 +15630,9 @@ class TaxReviewService extends RestService {
15584
15630
  });
15585
15631
  }
15586
15632
  }
15587
- TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15588
- TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15589
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
15590
15636
  type: Injectable,
15591
15637
  args: [{
15592
15638
  providedIn: 'root'
@@ -15643,9 +15689,9 @@ class TaxSummaryService {
15643
15689
  });
15644
15690
  }
15645
15691
  }
15646
- TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15647
- TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15648
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
15649
15695
  type: Injectable,
15650
15696
  args: [{
15651
15697
  providedIn: 'root'
@@ -15666,9 +15712,9 @@ class AllocationRuleService extends RestService$1 {
15666
15712
  this.isApiPlatform = true;
15667
15713
  }
15668
15714
  }
15669
- AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15670
- AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15671
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
15672
15718
  type: Injectable,
15673
15719
  args: [{
15674
15720
  providedIn: 'root'
@@ -15758,9 +15804,9 @@ class TransactionAllocationService extends RestService {
15758
15804
  });
15759
15805
  }
15760
15806
  }
15761
- TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15762
- TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15763
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
15764
15810
  type: Injectable,
15765
15811
  args: [{
15766
15812
  providedIn: 'root'
@@ -15786,9 +15832,9 @@ class TransactionReceiptService extends ReceiptService {
15786
15832
  this.listenEvents();
15787
15833
  }
15788
15834
  }
15789
- TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
15790
- TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15791
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
15792
15838
  type: Injectable,
15793
15839
  args: [{
15794
15840
  providedIn: 'root'
@@ -16100,9 +16146,9 @@ class TransactionService extends RestService {
16100
16146
  });
16101
16147
  }
16102
16148
  }
16103
- TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
16104
- TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionService, providedIn: 'root' });
16105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
16106
16152
  type: Injectable,
16107
16153
  args: [{
16108
16154
  providedIn: 'root'
@@ -16133,9 +16179,9 @@ class TutorialVideoService {
16133
16179
  }
16134
16180
  TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
16135
16181
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
16136
- TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16137
- TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
16138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
16139
16185
  type: Injectable,
16140
16186
  args: [{
16141
16187
  providedIn: 'root'
@@ -16157,9 +16203,9 @@ class VehicleService extends RestService {
16157
16203
  this.modelClass = Vehicle;
16158
16204
  }
16159
16205
  }
16160
- VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16161
- VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleService, providedIn: 'root' });
16162
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
16163
16209
  type: Injectable,
16164
16210
  args: [{
16165
16211
  providedIn: 'root'
@@ -16231,9 +16277,9 @@ class VehicleClaimService extends RestService {
16231
16277
  combineLatest(batch$).subscribe();
16232
16278
  }
16233
16279
  }
16234
- VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16235
- VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
16236
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
16237
16283
  type: Injectable,
16238
16284
  args: [{
16239
16285
  providedIn: 'root'
@@ -16310,9 +16356,9 @@ class VehicleClaimDetailsService {
16310
16356
  this.update(vehicleClaimDetails).subscribe();
16311
16357
  }
16312
16358
  }
16313
- VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
16314
- VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
16315
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
16316
16362
  type: Injectable,
16317
16363
  args: [{
16318
16364
  providedIn: 'root'
@@ -16334,9 +16380,9 @@ class VehicleLogbookService extends RestService {
16334
16380
  this.modelClass = VehicleLogbook;
16335
16381
  }
16336
16382
  }
16337
- VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16338
- VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
16339
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
16340
16386
  type: Injectable,
16341
16387
  args: [{
16342
16388
  providedIn: 'root'
@@ -16353,9 +16399,9 @@ class AnnualClientDetailsService extends RestService$1 {
16353
16399
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
16354
16400
  }
16355
16401
  }
16356
- AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16357
- AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
16358
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
16359
16405
  type: Injectable,
16360
16406
  args: [{
16361
16407
  providedIn: 'root'
@@ -16386,9 +16432,9 @@ class OccupationService {
16386
16432
  return this.occupationsSubject.asObservable();
16387
16433
  }
16388
16434
  }
16389
- OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16390
- OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: OccupationService, providedIn: 'root' });
16391
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
16392
16438
  type: Injectable,
16393
16439
  args: [{
16394
16440
  providedIn: 'root'
@@ -16434,9 +16480,9 @@ class UserEventSettingService extends RestService {
16434
16480
  }));
16435
16481
  }
16436
16482
  }
16437
- UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16438
- UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
16439
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
16440
16486
  type: Injectable,
16441
16487
  args: [{
16442
16488
  providedIn: 'root'
@@ -16451,9 +16497,9 @@ class UserEventTypeService extends RestService {
16451
16497
  this.isHydra = true;
16452
16498
  }
16453
16499
  }
16454
- UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16455
- UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
16456
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
16457
16503
  type: Injectable,
16458
16504
  args: [{
16459
16505
  providedIn: 'root'
@@ -16470,9 +16516,9 @@ class UsersInviteService extends RestService {
16470
16516
  this.url = 'users/invite';
16471
16517
  }
16472
16518
  }
16473
- UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16474
- UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16475
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
16476
16522
  type: Injectable,
16477
16523
  args: [{
16478
16524
  providedIn: 'root'
@@ -16492,9 +16538,9 @@ class HoldingService extends RestService$1 {
16492
16538
  this.listenCSE(HoldingSale, ['post', 'put', 'delete'], this.resetCache);
16493
16539
  }
16494
16540
  }
16495
- HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16496
- HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingService, providedIn: 'root' });
16497
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
16498
16544
  type: Injectable,
16499
16545
  args: [{
16500
16546
  providedIn: 'root'
@@ -16511,9 +16557,9 @@ class HoldingTypeService extends RestService$1 {
16511
16557
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16512
16558
  }
16513
16559
  }
16514
- HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16515
- HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16516
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
16517
16563
  type: Injectable,
16518
16564
  args: [{
16519
16565
  providedIn: 'root'
@@ -16530,9 +16576,9 @@ class HoldingSaleService extends RestService$1 {
16530
16576
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16531
16577
  }
16532
16578
  }
16533
- HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16534
- HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16535
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
16536
16582
  type: Injectable,
16537
16583
  args: [{
16538
16584
  providedIn: 'root'
@@ -16627,9 +16673,9 @@ class HoldingTypeExchangeService extends DataService {
16627
16673
  this.setCache(HoldingTypeExchanges);
16628
16674
  }
16629
16675
  }
16630
- HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16631
- HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16632
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
16633
16679
  type: Injectable,
16634
16680
  args: [{
16635
16681
  providedIn: 'root'
@@ -16733,9 +16779,9 @@ class IncomeSourceTypeService extends DataService {
16733
16779
  this.setCache(IncomeSourceTypes);
16734
16780
  }
16735
16781
  }
16736
- IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16737
- IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
16738
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
16739
16785
  type: Injectable,
16740
16786
  args: [{
16741
16787
  providedIn: 'root'
@@ -16757,9 +16803,2101 @@ class ChartAccountsValueService extends DataService {
16757
16803
  return this.getCache().find((ca) => ca.chartAccounts.id === chartAccountsId && new FinancialYear().year === ca.financialYear).value;
16758
16804
  }
16759
16805
  }
16760
- ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16761
- ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
16762
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
16809
+ type: Injectable,
16810
+ args: [{
16811
+ providedIn: 'root'
16812
+ }]
16813
+ }], ctorParameters: function () { return []; } });
16814
+
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: [{
16763
18901
  type: Injectable,
16764
18902
  args: [{
16765
18903
  providedIn: 'root'
@@ -16979,9 +19117,9 @@ class AccountSetupService {
16979
19117
  return this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray());
16980
19118
  }
16981
19119
  }
16982
- AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", 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 });
16983
- AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
16984
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AccountSetupService, decorators: [{
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: [{
16985
19123
  type: Injectable,
16986
19124
  args: [{
16987
19125
  providedIn: 'root'
@@ -17007,9 +19145,9 @@ class RewardfulService {
17007
19145
  });
17008
19146
  }
17009
19147
  }
17010
- RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
17011
- RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: RewardfulService, providedIn: 'root' });
17012
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
17013
19151
  type: Injectable,
17014
19152
  args: [{
17015
19153
  providedIn: 'root'
@@ -17056,9 +19194,9 @@ class AssetsService {
17056
19194
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
17057
19195
  }
17058
19196
  }
17059
- AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
17060
- AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: AssetsService, providedIn: 'root' });
17061
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
17062
19200
  type: Injectable,
17063
19201
  args: [{
17064
19202
  providedIn: 'root'
@@ -17119,9 +19257,9 @@ class BankTransactionCalculationService {
17119
19257
  return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
17120
19258
  }
17121
19259
  }
17122
- BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17123
- BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
17124
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
17125
19263
  type: Injectable,
17126
19264
  args: [{
17127
19265
  providedIn: 'root'
@@ -17150,9 +19288,9 @@ class BankAccountCalculationService {
17150
19288
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
17151
19289
  }
17152
19290
  }
17153
- BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
17154
- BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
17155
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
17156
19294
  type: Injectable,
17157
19295
  args: [{
17158
19296
  providedIn: 'root'
@@ -17180,9 +19318,9 @@ class ExportFormatterService {
17180
19318
  }));
17181
19319
  }
17182
19320
  }
17183
- ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
17184
- ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
17185
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
17186
19324
  type: Injectable,
17187
19325
  args: [{
17188
19326
  providedIn: 'root'
@@ -17203,9 +19341,9 @@ class HeaderTitleService {
17203
19341
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
17204
19342
  }
17205
19343
  }
17206
- HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
17207
- HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
17208
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
17209
19347
  type: Injectable,
17210
19348
  args: [{
17211
19349
  providedIn: 'root'
@@ -17239,9 +19377,9 @@ class IntercomService {
17239
19377
  window.Intercom('boot', connectionCredentials);
17240
19378
  }
17241
19379
  }
17242
- IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
17243
- IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: IntercomService, providedIn: 'root' });
17244
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
17245
19383
  type: Injectable,
17246
19384
  args: [{
17247
19385
  providedIn: 'root'
@@ -17313,9 +19451,9 @@ class PdfFromDomElementService {
17313
19451
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
17314
19452
  }
17315
19453
  }
17316
- PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17317
- PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
17318
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
17319
19457
  type: Injectable,
17320
19458
  args: [{
17321
19459
  providedIn: 'root'
@@ -17409,9 +19547,9 @@ class PdfFromTableService {
17409
19547
  .setTextColor(FILE_SETTINGS.text.colorPrimary);
17410
19548
  }
17411
19549
  }
17412
- PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17413
- PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
17414
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
17415
19553
  type: Injectable,
17416
19554
  args: [{
17417
19555
  providedIn: 'root'
@@ -17445,9 +19583,9 @@ class PdfFromDataTableService extends PdfFromTableService {
17445
19583
  return pdf;
17446
19584
  }
17447
19585
  }
17448
- PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
17449
- PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
17450
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
17451
19589
  type: Injectable,
17452
19590
  args: [{
17453
19591
  providedIn: 'root'
@@ -17480,9 +19618,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
17480
19618
  return pdf;
17481
19619
  }
17482
19620
  }
17483
- PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
17484
- PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
17485
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
17486
19624
  type: Injectable,
17487
19625
  args: [{
17488
19626
  providedIn: 'root'
@@ -17509,9 +19647,9 @@ class EquityPositionChartService {
17509
19647
  }))));
17510
19648
  }
17511
19649
  }
17512
- EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
17513
- EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
17514
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
17515
19653
  type: Injectable,
17516
19654
  args: [{
17517
19655
  providedIn: 'root'
@@ -17666,9 +19804,9 @@ class PropertyCalculationService {
17666
19804
  }
17667
19805
  }
17668
19806
  }
17669
- PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17670
- PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
17671
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
17672
19810
  type: Injectable,
17673
19811
  args: [{
17674
19812
  providedIn: 'root'
@@ -17719,9 +19857,9 @@ class PropertyTransactionReportService {
17719
19857
  .getWithoutBorrowingExpenses()));
17720
19858
  }
17721
19859
  }
17722
- PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
17723
- PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
17724
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
17725
19863
  type: Injectable,
17726
19864
  args: [{
17727
19865
  providedIn: 'root'
@@ -17789,9 +19927,9 @@ class TransactionCalculationService {
17789
19927
  return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
17790
19928
  }
17791
19929
  }
17792
- TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17793
- TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
17794
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
17795
19933
  type: Injectable,
17796
19934
  args: [{
17797
19935
  providedIn: 'root'
@@ -17851,9 +19989,9 @@ class LogbookBestPeriodService {
17851
19989
  });
17852
19990
  }
17853
19991
  }
17854
- LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
17855
- LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
17856
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
17857
19995
  type: Injectable,
17858
19996
  args: [{
17859
19997
  providedIn: 'root'
@@ -17932,9 +20070,9 @@ class XlsxService {
17932
20070
  FileSaver.saveAs(data, `${fileName}.xlsx`);
17933
20071
  }
17934
20072
  }
17935
- XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17936
- XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: XlsxService, providedIn: 'root' });
17937
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", 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: [{
17938
20076
  type: Injectable,
17939
20077
  args: [{
17940
20078
  providedIn: 'root'
@@ -21147,5 +23285,5 @@ var MessagesEnum;
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