taxtank-core 0.30.115 → 0.30.117

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/esm2020/lib/collections/transaction/transaction-allocation.collection.mjs +1 -1
  2. package/esm2020/lib/collections/transaction/transaction.collection.mjs +8 -1
  3. package/esm2020/lib/db/Json/tax-return/tax-return-item.json +1778 -0
  4. package/esm2020/lib/db/Models/index.mjs +2 -4
  5. package/esm2020/lib/db/Models/tax-return/index.mjs +4 -0
  6. package/esm2020/lib/db/Models/tax-return/tax-return-item.mjs +1 -1
  7. package/esm2020/lib/db/Models/transaction/transaction-base.mjs +5 -2
  8. package/esm2020/lib/interceptors/basiq-client-id.interceptor.mjs +3 -3
  9. package/esm2020/lib/interceptors/basiq-token.interceptor.mjs +3 -3
  10. package/esm2020/lib/interceptors/corelogic-interceptor.mjs +3 -3
  11. package/esm2020/lib/interceptors/financial-year-interceptor.mjs +3 -3
  12. package/esm2020/lib/interceptors/interceptors.module.mjs +4 -4
  13. package/esm2020/lib/interceptors/jwt-interceptor.mjs +3 -3
  14. package/esm2020/lib/interceptors/preloader.interceptor.mjs +3 -3
  15. package/esm2020/lib/interceptors/user-switcher-interceptor.mjs +3 -3
  16. package/esm2020/lib/models/index.mjs +2 -1
  17. package/esm2020/lib/models/sole/bas-report.mjs +1 -1
  18. package/esm2020/lib/models/tax-return/index.mjs +4 -0
  19. package/esm2020/lib/models/tax-return/tax-return-category.mjs +19 -0
  20. package/esm2020/lib/models/tax-return/tax-return-item.mjs +20 -0
  21. package/esm2020/lib/models/tax-return/tax-return.mjs +10 -0
  22. package/esm2020/lib/services/account-setup/account-setup.service.mjs +3 -3
  23. package/esm2020/lib/services/affiliate/rewardful/rewardful.service.mjs +3 -3
  24. package/esm2020/lib/services/asset/assets.service.mjs +3 -3
  25. package/esm2020/lib/services/auth/auth.service.mjs +3 -3
  26. package/esm2020/lib/services/auth/jwt.service.mjs +3 -3
  27. package/esm2020/lib/services/bank/bank-account-calculation.service.mjs +3 -3
  28. package/esm2020/lib/services/bank/bank-transaction-calculation.service.mjs +3 -3
  29. package/esm2020/lib/services/data.service.mjs +3 -3
  30. package/esm2020/lib/services/event/event-dispatcher.service.mjs +3 -3
  31. package/esm2020/lib/services/event/sse.service.mjs +3 -3
  32. package/esm2020/lib/services/export/export-formatter.service.mjs +3 -3
  33. package/esm2020/lib/services/header-title/header-title.service.mjs +3 -3
  34. package/esm2020/lib/services/http/address/address.service.mjs +3 -3
  35. package/esm2020/lib/services/http/bank/bank-account/bank-account.service.mjs +3 -3
  36. package/esm2020/lib/services/http/bank/bank-connection/bank-connection.service.mjs +3 -3
  37. package/esm2020/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +3 -3
  38. package/esm2020/lib/services/http/bank/bank.service.mjs +3 -3
  39. package/esm2020/lib/services/http/bank/basiq/basiq-token.service.mjs +3 -3
  40. package/esm2020/lib/services/http/bank/basiq/basiq.service.mjs +3 -3
  41. package/esm2020/lib/services/http/budget/budget.service.mjs +3 -3
  42. package/esm2020/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +3 -3
  43. package/esm2020/lib/services/http/chart-accounts/chart-accounts.service.mjs +3 -3
  44. package/esm2020/lib/services/http/chat/chat.service.mjs +3 -3
  45. package/esm2020/lib/services/http/chat/message-document.service.mjs +3 -3
  46. package/esm2020/lib/services/http/chat/message.service.mjs +3 -3
  47. package/esm2020/lib/services/http/client/capital-gain/annual-client-details.service.mjs +3 -3
  48. package/esm2020/lib/services/http/client/occupation/occupation.service.mjs +3 -3
  49. package/esm2020/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +3 -3
  50. package/esm2020/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.mjs +3 -3
  51. package/esm2020/lib/services/http/depreciation/depreciation.service.mjs +3 -3
  52. package/esm2020/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
  53. package/esm2020/lib/services/http/document/document.service.mjs +3 -3
  54. package/esm2020/lib/services/http/facebook/facebook.service.mjs +3 -3
  55. package/esm2020/lib/services/http/file/file.service.mjs +3 -3
  56. package/esm2020/lib/services/http/firm/client-income/client-income-types.service.mjs +3 -3
  57. package/esm2020/lib/services/http/firm/client-invite/client-invite.service.mjs +3 -3
  58. package/esm2020/lib/services/http/firm/client-movement/client-movement.service.mjs +3 -3
  59. package/esm2020/lib/services/http/firm/employee/employee.service.mjs +3 -3
  60. package/esm2020/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
  61. package/esm2020/lib/services/http/firm/firm.service.mjs +3 -3
  62. package/esm2020/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +3 -3
  63. package/esm2020/lib/services/http/google/google.service.mjs +3 -3
  64. package/esm2020/lib/services/http/holding/holding-sale.service.mjs +3 -3
  65. package/esm2020/lib/services/http/holding/holding-type.service.mjs +3 -3
  66. package/esm2020/lib/services/http/holding/holding.service.mjs +3 -3
  67. package/esm2020/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +3 -3
  68. package/esm2020/lib/services/http/income-source/income-source.service.mjs +3 -3
  69. package/esm2020/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +3 -3
  70. package/esm2020/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +3 -3
  71. package/esm2020/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +3 -3
  72. package/esm2020/lib/services/http/loan/loan.service.mjs +3 -3
  73. package/esm2020/lib/services/http/property/property-category/property-category.service.mjs +3 -3
  74. package/esm2020/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +3 -3
  75. package/esm2020/lib/services/http/property/property-document/property-document.service.mjs +3 -3
  76. package/esm2020/lib/services/http/property/property-sale/property-sale.service.mjs +3 -3
  77. package/esm2020/lib/services/http/property/property-share/property-share.service.mjs +3 -3
  78. package/esm2020/lib/services/http/property/property.service.mjs +3 -3
  79. package/esm2020/lib/services/http/receipt/receipt.service.mjs +3 -3
  80. package/esm2020/lib/services/http/rest/rest-old.service.mjs +3 -3
  81. package/esm2020/lib/services/http/rest/rest.service.mjs +3 -3
  82. package/esm2020/lib/services/http/service-notification/service-notification.service.mjs +3 -3
  83. package/esm2020/lib/services/http/sole/bas-report/bas-report.service.mjs +3 -3
  84. package/esm2020/lib/services/http/sole/sole-business/sole-business.service.mjs +3 -3
  85. package/esm2020/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +3 -3
  86. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +3 -3
  87. package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +3 -3
  88. package/esm2020/lib/services/http/sole/sole-contact/sole-contact.service.mjs +3 -3
  89. package/esm2020/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +3 -3
  90. package/esm2020/lib/services/http/sole/sole-details/sole-details.service.mjs +3 -3
  91. package/esm2020/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +3 -3
  92. package/esm2020/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +3 -3
  93. package/esm2020/lib/services/http/subscription/service-payment/service-payment.service.mjs +3 -3
  94. package/esm2020/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +3 -3
  95. package/esm2020/lib/services/http/subscription/service-price/service-price.service.mjs +3 -3
  96. package/esm2020/lib/services/http/subscription/service-product/service-product.service.mjs +3 -3
  97. package/esm2020/lib/services/http/subscription/service-subscription/subscription.service.mjs +3 -3
  98. package/esm2020/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +3 -3
  99. package/esm2020/lib/services/http/tax-review/tax-review.service.mjs +3 -3
  100. package/esm2020/lib/services/http/tax-summary/tax-summary.service.mjs +3 -3
  101. package/esm2020/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +3 -3
  102. package/esm2020/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +3 -3
  103. package/esm2020/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.mjs +3 -3
  104. package/esm2020/lib/services/http/transaction/transaction.service.mjs +3 -3
  105. package/esm2020/lib/services/http/tutorial-video/tutorial-video.service.mjs +3 -3
  106. package/esm2020/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
  107. package/esm2020/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
  108. package/esm2020/lib/services/http/user/user.service.mjs +3 -3
  109. package/esm2020/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
  110. package/esm2020/lib/services/http/vehicle/vehicle-claim-details.service.mjs +3 -3
  111. package/esm2020/lib/services/http/vehicle/vehicle-claim.service.mjs +3 -3
  112. package/esm2020/lib/services/http/vehicle/vehicle-logbook.service.mjs +3 -3
  113. package/esm2020/lib/services/http/vehicle/vehicle.service.mjs +3 -3
  114. package/esm2020/lib/services/intercom/intercom.service.mjs +3 -3
  115. package/esm2020/lib/services/json/chart-accounts/chart-accounts-value.service.mjs +3 -3
  116. package/esm2020/lib/services/json/holding/holding-type-exchange.service.mjs +3 -3
  117. package/esm2020/lib/services/json/income-source/income-source-type.service.mjs +3 -3
  118. package/esm2020/lib/services/json/index.mjs +2 -1
  119. package/esm2020/lib/services/json/tax-exemption/tax-exemption.service.mjs +3 -3
  120. package/esm2020/lib/services/json/tax-return/tax-return-item.service.mjs +23 -0
  121. package/esm2020/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +3 -3
  122. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +3 -3
  123. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +3 -3
  124. package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +3 -3
  125. package/esm2020/lib/services/preloader/preloader.service.mjs +3 -3
  126. package/esm2020/lib/services/property/corelogic/corelogic.service.mjs +3 -3
  127. package/esm2020/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +3 -3
  128. package/esm2020/lib/services/property/property-calculation/property-calculation.service.mjs +3 -3
  129. package/esm2020/lib/services/report/property/property-transaction-report.service.mjs +3 -3
  130. package/esm2020/lib/services/toast/toast.service.mjs +3 -3
  131. package/esm2020/lib/services/transaction/transaction-calculation.service.mjs +3 -3
  132. package/esm2020/lib/services/user/user-switcher.service.mjs +3 -3
  133. package/esm2020/lib/services/vehicle/logbook-best-period.service.mjs +3 -3
  134. package/esm2020/lib/services/xlsx/xlsx.service.mjs +3 -3
  135. package/esm2020/lib/tt-core.module.mjs +4 -4
  136. package/fesm2015/taxtank-core.mjs +2733 -595
  137. package/fesm2015/taxtank-core.mjs.map +1 -1
  138. package/fesm2020/taxtank-core.mjs +2733 -595
  139. package/fesm2020/taxtank-core.mjs.map +1 -1
  140. package/lib/collections/transaction/transaction-allocation.collection.d.ts +1 -3
  141. package/lib/collections/transaction/transaction.collection.d.ts +1 -0
  142. package/lib/db/Models/index.d.ts +1 -3
  143. package/lib/db/Models/tax-return/index.d.ts +3 -0
  144. package/lib/db/Models/tax-return/tax-return-item.d.ts +1 -1
  145. package/lib/models/index.d.ts +1 -0
  146. package/lib/models/tax-return/index.d.ts +3 -0
  147. package/lib/models/tax-return/tax-return-category.d.ts +8 -0
  148. package/lib/models/tax-return/tax-return-item.d.ts +9 -0
  149. package/lib/models/tax-return/tax-return.d.ts +5 -0
  150. package/lib/services/json/index.d.ts +1 -0
  151. package/lib/services/json/tax-return/tax-return-item.service.d.ts +12 -0
  152. package/package.json +1 -1
@@ -70,9 +70,9 @@ class CorelogicService {
70
70
  .pipe(map((response) => response.suggestions.map((item) => plainToClass(CorelogicSuggestion, item))));
71
71
  }
72
72
  }
73
- CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
74
- CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CorelogicService, providedIn: 'root' });
75
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CorelogicService, decorators: [{
73
+ CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
74
+ CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, providedIn: 'root' });
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, decorators: [{
76
76
  type: Injectable,
77
77
  args: [{
78
78
  providedIn: 'root'
@@ -110,9 +110,9 @@ class CorelogicInterceptor {
110
110
  });
111
111
  }
112
112
  }
113
- CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
114
- CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CorelogicInterceptor });
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: CorelogicInterceptor, decorators: [{
113
+ 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 });
114
+ CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor });
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, decorators: [{
116
116
  type: Injectable
117
117
  }], ctorParameters: function () { return [{ type: CorelogicService }, { type: undefined, decorators: [{
118
118
  type: Inject,
@@ -149,9 +149,9 @@ class FinancialYearInterceptor {
149
149
  return next.handle(clonedReq);
150
150
  }
151
151
  }
152
- FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
153
- FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FinancialYearInterceptor });
154
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
152
+ FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
153
+ FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor });
154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
155
155
  type: Injectable
156
156
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
157
157
  type: Inject,
@@ -375,7 +375,7 @@ var TankTypeEnum;
375
375
 
376
376
  class TransactionBase extends ObservableModel {
377
377
  get claimRatio() {
378
- return this.claimPercent / 100;
378
+ return this.sharedClaimPercent / 100;
379
379
  }
380
380
  get tankType() {
381
381
  switch (true) {
@@ -460,6 +460,9 @@ __decorate([
460
460
  Type(() => Object),
461
461
  Transform(({ obj }) => obj.file)
462
462
  ], TransactionBase.prototype, "file", void 0);
463
+ __decorate([
464
+ Transform(({ value }) => +value)
465
+ ], TransactionBase.prototype, "sharedClaimPercent", void 0);
463
466
  __decorate([
464
467
  Exclude()
465
468
  ], TransactionBase.prototype, "amountWithGst", null);
@@ -680,11 +683,14 @@ let ServiceSubscriptionItem$1 = class ServiceSubscriptionItem extends AbstractMo
680
683
  let ServiceSubscription$1 = class ServiceSubscription extends ObservableModel {
681
684
  };
682
685
 
683
- class TaxReturnCategory extends AbstractModel {
684
- }
686
+ let TaxReturn$1 = class TaxReturn extends AbstractModel {
687
+ };
685
688
 
686
- class TaxReturn extends AbstractModel {
687
- }
689
+ let TaxReturnCategory$1 = class TaxReturnCategory extends AbstractModel {
690
+ };
691
+
692
+ let TaxReturnItem$1 = class TaxReturnItem extends AbstractModel {
693
+ };
688
694
 
689
695
  let TransactionAllocation$1 = class TransactionAllocation extends AbstractModel {
690
696
  };
@@ -5767,6 +5773,13 @@ class TransactionCollection extends ExportableCollection {
5767
5773
  getByAllocations(allocations) {
5768
5774
  return new TransactionCollection(this.items.filter((transaction) => allocations.hasTransaction(transaction)));
5769
5775
  }
5776
+ setAllocatedClaimAmount(allocations) {
5777
+ const allocationsByTransaction = allocations.groupBy('transaction.id');
5778
+ this.items.forEach((transaction) => {
5779
+ transaction.claimAmount = transaction.getAllocatedClaimAmount(allocationsByTransaction.get(transaction.id));
5780
+ });
5781
+ return this;
5782
+ }
5770
5783
  /**
5771
5784
  * Get transactions related to Vehicle category
5772
5785
  */
@@ -9052,6 +9065,42 @@ __decorate([
9052
9065
  Type(() => User)
9053
9066
  ], Budget.prototype, "user", void 0);
9054
9067
 
9068
+ class TaxReturnCategory extends TaxReturnCategory$1 {
9069
+ }
9070
+ __decorate([
9071
+ Type(() => Date)
9072
+ ], TaxReturnCategory.prototype, "createdAt", void 0);
9073
+ __decorate([
9074
+ Type(() => Date)
9075
+ ], TaxReturnCategory.prototype, "updatedAt", void 0);
9076
+ __decorate([
9077
+ Type(() => TaxReturnItem)
9078
+ ], TaxReturnCategory.prototype, "taxReturnItems", void 0);
9079
+ __decorate([
9080
+ Type(() => TaxReturnCategory)
9081
+ ], TaxReturnCategory.prototype, "parent", void 0);
9082
+
9083
+ class TaxReturnItem extends TaxReturnItem$1 {
9084
+ }
9085
+ __decorate([
9086
+ Type(() => Date)
9087
+ ], TaxReturnItem.prototype, "createdAt", void 0);
9088
+ __decorate([
9089
+ Type(() => Date)
9090
+ ], TaxReturnItem.prototype, "updatedAt", void 0);
9091
+ __decorate([
9092
+ Type(() => TaxReturnCategory)
9093
+ ], TaxReturnItem.prototype, "taxReturnCategory", void 0);
9094
+ __decorate([
9095
+ Type(() => TaxReturn)
9096
+ ], TaxReturnItem.prototype, "taxReturns", void 0);
9097
+
9098
+ class TaxReturn extends TaxReturn$1 {
9099
+ }
9100
+ __decorate([
9101
+ Type(() => TaxReturnItem)
9102
+ ], TaxReturn.prototype, "taxReturnItems", void 0);
9103
+
9055
9104
  const NAME_TOKEN = 'token';
9056
9105
  const NAME_REFRESH_TOKEN = 'refreshToken';
9057
9106
  class JwtService extends JwtHelperService {
@@ -9080,9 +9129,9 @@ class JwtService extends JwtHelperService {
9080
9129
  return this.getUser().id === userId;
9081
9130
  }
9082
9131
  }
9083
- JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
9084
- JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JwtService, providedIn: 'root' });
9085
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JwtService, decorators: [{
9132
+ JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
9133
+ JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, providedIn: 'root' });
9134
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, decorators: [{
9086
9135
  type: Injectable,
9087
9136
  args: [{
9088
9137
  providedIn: 'root'
@@ -9117,9 +9166,9 @@ class EventDispatcherService {
9117
9166
  this.eventSubject2.next(event);
9118
9167
  }
9119
9168
  }
9120
- EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9121
- EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
9122
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EventDispatcherService, decorators: [{
9169
+ EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9170
+ EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
9171
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, decorators: [{
9123
9172
  type: Injectable,
9124
9173
  args: [{
9125
9174
  providedIn: 'root'
@@ -9168,9 +9217,9 @@ class AuthService {
9168
9217
  location.replace(url);
9169
9218
  }
9170
9219
  }
9171
- AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9172
- AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AuthService, providedIn: 'root' });
9173
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AuthService, decorators: [{
9220
+ 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 });
9221
+ AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, providedIn: 'root' });
9222
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, decorators: [{
9174
9223
  type: Injectable,
9175
9224
  args: [{
9176
9225
  providedIn: 'root'
@@ -9303,9 +9352,9 @@ class JwtInterceptor {
9303
9352
  });
9304
9353
  }
9305
9354
  }
9306
- JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9307
- JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JwtInterceptor });
9308
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: JwtInterceptor, decorators: [{
9355
+ 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 });
9356
+ JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor });
9357
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, decorators: [{
9309
9358
  type: Injectable
9310
9359
  }], ctorParameters: function () { return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
9311
9360
  type: Inject,
@@ -9338,9 +9387,9 @@ class UserSwitcherService {
9338
9387
  window.location.replace('/firm/dashboard');
9339
9388
  }
9340
9389
  }
9341
- UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9342
- UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9343
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserSwitcherService, decorators: [{
9390
+ UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9391
+ UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
9392
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, decorators: [{
9344
9393
  type: Injectable,
9345
9394
  args: [{
9346
9395
  providedIn: 'root'
@@ -9386,9 +9435,9 @@ class UserSwitcherInterceptor {
9386
9435
  return next.handle(this.switch(request, this.userSwitcherService.get()));
9387
9436
  }
9388
9437
  }
9389
- UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9390
- UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserSwitcherInterceptor });
9391
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9438
+ 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 });
9439
+ UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor });
9440
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
9392
9441
  type: Injectable
9393
9442
  }], ctorParameters: function () { return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
9394
9443
  type: Inject,
@@ -9667,9 +9716,9 @@ class PreloaderService {
9667
9716
  this.activePreloaders.next(activePreloaders);
9668
9717
  }
9669
9718
  }
9670
- PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9671
- PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9672
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PreloaderService, decorators: [{
9719
+ PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9720
+ PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, providedIn: 'root' });
9721
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, decorators: [{
9673
9722
  type: Injectable,
9674
9723
  args: [{
9675
9724
  providedIn: 'root'
@@ -9697,9 +9746,9 @@ class PreloaderInterceptor {
9697
9746
  return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
9698
9747
  }
9699
9748
  }
9700
- PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9701
- PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PreloaderInterceptor });
9702
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9749
+ PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
9750
+ PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor });
9751
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, decorators: [{
9703
9752
  type: Injectable
9704
9753
  }], ctorParameters: function () { return [{ type: PreloaderService }]; } });
9705
9754
 
@@ -9729,9 +9778,9 @@ class DataService {
9729
9778
  this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
9730
9779
  }
9731
9780
  }
9732
- DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9733
- DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DataService, providedIn: 'root' });
9734
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DataService, decorators: [{
9781
+ DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
9782
+ DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, providedIn: 'root' });
9783
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, decorators: [{
9735
9784
  type: Injectable,
9736
9785
  args: [{
9737
9786
  providedIn: 'root'
@@ -9768,9 +9817,9 @@ class SseService {
9768
9817
  .pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
9769
9818
  }
9770
9819
  }
9771
- SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9772
- SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SseService, providedIn: 'root' });
9773
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SseService, decorators: [{
9820
+ 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 });
9821
+ SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, providedIn: 'root' });
9822
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, decorators: [{
9774
9823
  type: Injectable,
9775
9824
  args: [{
9776
9825
  providedIn: 'root'
@@ -9984,9 +10033,9 @@ let RestService$1 = class RestService extends DataService {
9984
10033
  */
9985
10034
  listenEvents() { }
9986
10035
  };
9987
- RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
9988
- RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RestService$1, providedIn: 'root' });
9989
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RestService$1, decorators: [{
10036
+ 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 });
10037
+ RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, providedIn: 'root' });
10038
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, decorators: [{
9990
10039
  type: Injectable,
9991
10040
  args: [{
9992
10041
  providedIn: 'root'
@@ -10129,9 +10178,9 @@ class ToastService {
10129
10178
  }));
10130
10179
  }
10131
10180
  }
10132
- ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10133
- ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ToastService, providedIn: 'root' });
10134
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ToastService, decorators: [{
10181
+ ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
10182
+ ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, providedIn: 'root' });
10183
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, decorators: [{
10135
10184
  type: Injectable,
10136
10185
  args: [{
10137
10186
  providedIn: 'root'
@@ -10209,9 +10258,9 @@ class BankConnectionService extends RestService$1 {
10209
10258
  });
10210
10259
  }
10211
10260
  }
10212
- BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
10213
- BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
10214
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankConnectionService, decorators: [{
10261
+ 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 });
10262
+ BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
10263
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, decorators: [{
10215
10264
  type: Injectable,
10216
10265
  args: [{
10217
10266
  providedIn: 'root'
@@ -10352,9 +10401,9 @@ BasiqService.retrieveAccountsCheckInterval = 3000;
10352
10401
  * How long we will wait accounts retrieving, break after timeout if not retireved
10353
10402
  */
10354
10403
  BasiqService.retrieveAccountsTimeout = 20000;
10355
- BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
10356
- BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqService, providedIn: 'root' });
10357
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqService, decorators: [{
10404
+ 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 });
10405
+ BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, providedIn: 'root' });
10406
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, decorators: [{
10358
10407
  type: Injectable,
10359
10408
  args: [{
10360
10409
  providedIn: 'root'
@@ -10389,9 +10438,9 @@ class BasiqTokenService extends RestService$1 {
10389
10438
  return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
10390
10439
  }
10391
10440
  }
10392
- BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10393
- BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10394
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqTokenService, decorators: [{
10441
+ BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
10442
+ BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
10443
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, decorators: [{
10395
10444
  type: Injectable,
10396
10445
  args: [{
10397
10446
  providedIn: 'root'
@@ -10420,9 +10469,9 @@ class BasiqTokenInterceptor {
10420
10469
  });
10421
10470
  }
10422
10471
  }
10423
- BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10424
- BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqTokenInterceptor });
10425
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10472
+ BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
10473
+ BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor });
10474
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
10426
10475
  type: Injectable
10427
10476
  }], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
10428
10477
 
@@ -10604,9 +10653,9 @@ class UserService {
10604
10653
  });
10605
10654
  }
10606
10655
  }
10607
- UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
10608
- UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserService, providedIn: 'root' });
10609
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserService, decorators: [{
10656
+ 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 });
10657
+ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, providedIn: 'root' });
10658
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, decorators: [{
10610
10659
  type: Injectable,
10611
10660
  args: [{
10612
10661
  providedIn: 'root'
@@ -10636,17 +10685,17 @@ class BasiqClientIdInterceptor {
10636
10685
  });
10637
10686
  }
10638
10687
  }
10639
- BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10640
- BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqClientIdInterceptor });
10641
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10688
+ BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
10689
+ BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor });
10690
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
10642
10691
  type: Injectable
10643
10692
  }], ctorParameters: function () { return [{ type: UserService }]; } });
10644
10693
 
10645
10694
  class InterceptorsModule {
10646
10695
  }
10647
- InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10648
- InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: InterceptorsModule });
10649
- InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: InterceptorsModule, providers: [
10696
+ InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10697
+ InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule });
10698
+ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, providers: [
10650
10699
  {
10651
10700
  provide: HTTP_INTERCEPTORS,
10652
10701
  useClass: CorelogicInterceptor,
@@ -10684,7 +10733,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
10684
10733
  multi: true
10685
10734
  }
10686
10735
  ] });
10687
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: InterceptorsModule, decorators: [{
10736
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, decorators: [{
10688
10737
  type: NgModule,
10689
10738
  args: [{
10690
10739
  providers: [
@@ -10742,12 +10791,12 @@ class TtCoreModule {
10742
10791
  };
10743
10792
  }
10744
10793
  }
10745
- TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10746
- TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10794
+ TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10795
+ TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10747
10796
  InterceptorsModule] });
10748
- TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10797
+ TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
10749
10798
  InterceptorsModule] });
10750
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TtCoreModule, decorators: [{
10799
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, decorators: [{
10751
10800
  type: NgModule,
10752
10801
  args: [{
10753
10802
  declarations: [],
@@ -12299,9 +12348,9 @@ class AddressService {
12299
12348
  return this.countriesSubject.asObservable();
12300
12349
  }
12301
12350
  }
12302
- AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12303
- AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AddressService, providedIn: 'root' });
12304
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AddressService, decorators: [{
12351
+ 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 });
12352
+ AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, providedIn: 'root' });
12353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, decorators: [{
12305
12354
  type: Injectable,
12306
12355
  args: [{
12307
12356
  providedIn: 'root'
@@ -12369,9 +12418,9 @@ class BankAccountService extends RestService$1 {
12369
12418
  });
12370
12419
  }
12371
12420
  }
12372
- BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
12373
- BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12374
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankAccountService, decorators: [{
12421
+ 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 });
12422
+ BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, providedIn: 'root' });
12423
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, decorators: [{
12375
12424
  type: Injectable,
12376
12425
  args: [{
12377
12426
  providedIn: 'root'
@@ -12436,9 +12485,9 @@ class BankTransactionService extends RestService$1 {
12436
12485
  });
12437
12486
  }
12438
12487
  }
12439
- BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12440
- BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12441
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankTransactionService, decorators: [{
12488
+ BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12489
+ BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
12490
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, decorators: [{
12442
12491
  type: Injectable,
12443
12492
  args: [{
12444
12493
  providedIn: 'root'
@@ -12465,9 +12514,9 @@ class BankService extends RestService$1 {
12465
12514
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12466
12515
  }
12467
12516
  }
12468
- BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12469
- BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankService, providedIn: 'root' });
12470
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankService, decorators: [{
12517
+ BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12518
+ BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, providedIn: 'root' });
12519
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, decorators: [{
12471
12520
  type: Injectable,
12472
12521
  args: [{
12473
12522
  providedIn: 'root'
@@ -12484,9 +12533,9 @@ class BudgetService extends RestService$1 {
12484
12533
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
12485
12534
  }
12486
12535
  }
12487
- BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12488
- BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BudgetService, providedIn: 'root' });
12489
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BudgetService, decorators: [{
12536
+ BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12537
+ BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, providedIn: 'root' });
12538
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, decorators: [{
12490
12539
  type: Injectable,
12491
12540
  args: [{
12492
12541
  providedIn: 'root'
@@ -12514,9 +12563,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
12514
12563
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
12515
12564
  }
12516
12565
  }
12517
- ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12518
- ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12519
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12566
+ ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12567
+ ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
12568
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
12520
12569
  type: Injectable,
12521
12570
  args: [{
12522
12571
  providedIn: 'root'
@@ -12556,9 +12605,9 @@ class ChartAccountsService extends RestService$1 {
12556
12605
  }));
12557
12606
  }
12558
12607
  }
12559
- ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12560
- ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12561
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsService, decorators: [{
12608
+ ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12609
+ ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
12610
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, decorators: [{
12562
12611
  type: Injectable,
12563
12612
  args: [{
12564
12613
  providedIn: 'root'
@@ -12627,9 +12676,9 @@ class ChatService extends RestService$1 {
12627
12676
  });
12628
12677
  }
12629
12678
  }
12630
- ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12631
- ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChatService, providedIn: 'root' });
12632
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChatService, decorators: [{
12679
+ 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 });
12680
+ ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, providedIn: 'root' });
12681
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, decorators: [{
12633
12682
  type: Injectable,
12634
12683
  args: [{
12635
12684
  providedIn: 'root'
@@ -12686,9 +12735,9 @@ class MessageService extends RestService$1 {
12686
12735
  });
12687
12736
  }
12688
12737
  }
12689
- MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
12690
- MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MessageService, providedIn: 'root' });
12691
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MessageService, decorators: [{
12738
+ 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 });
12739
+ MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, providedIn: 'root' });
12740
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, decorators: [{
12692
12741
  type: Injectable,
12693
12742
  args: [{
12694
12743
  providedIn: 'root'
@@ -12757,9 +12806,9 @@ class MessageDocumentService extends RestService$1 {
12757
12806
  return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
12758
12807
  }
12759
12808
  }
12760
- MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12761
- MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12762
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MessageDocumentService, decorators: [{
12809
+ MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
12810
+ MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
12811
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, decorators: [{
12763
12812
  type: Injectable,
12764
12813
  args: [{
12765
12814
  providedIn: 'root'
@@ -12822,9 +12871,9 @@ class ReceiptService {
12822
12871
  return plainToClass(this.modelClass, data);
12823
12872
  }
12824
12873
  }
12825
- ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12826
- ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12827
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ReceiptService, decorators: [{
12874
+ 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 });
12875
+ ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, providedIn: 'root' });
12876
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, decorators: [{
12828
12877
  type: Injectable,
12829
12878
  args: [{
12830
12879
  providedIn: 'root'
@@ -12853,9 +12902,9 @@ class DepreciationReceiptService extends ReceiptService {
12853
12902
  this.listenEvents();
12854
12903
  }
12855
12904
  }
12856
- DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
12857
- DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12858
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12905
+ 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 });
12906
+ DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
12907
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, decorators: [{
12859
12908
  type: Injectable,
12860
12909
  args: [{
12861
12910
  providedIn: 'root'
@@ -12988,9 +13037,9 @@ class DepreciationService extends RestService$1 {
12988
13037
  });
12989
13038
  }
12990
13039
  }
12991
- DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: DepreciationReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
12992
- DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationService, providedIn: 'root' });
12993
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationService, decorators: [{
13040
+ 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 });
13041
+ DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
13042
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, decorators: [{
12994
13043
  type: Injectable,
12995
13044
  args: [{
12996
13045
  providedIn: 'root'
@@ -13040,9 +13089,9 @@ class DepreciationCapitalProjectService {
13040
13089
  }));
13041
13090
  }
13042
13091
  }
13043
- DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13044
- DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
13045
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
13092
+ 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 });
13093
+ DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
13094
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
13046
13095
  type: Injectable,
13047
13096
  args: [{
13048
13097
  providedIn: 'root'
@@ -13252,9 +13301,9 @@ class RestService {
13252
13301
  */
13253
13302
  listenEvents() { }
13254
13303
  }
13255
- RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
13256
- RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RestService, providedIn: 'root' });
13257
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RestService, decorators: [{
13304
+ 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 });
13305
+ RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, providedIn: 'root' });
13306
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, decorators: [{
13258
13307
  type: Injectable,
13259
13308
  args: [{
13260
13309
  providedIn: 'root'
@@ -13271,9 +13320,9 @@ class DocumentService extends RestService {
13271
13320
  this.modelClass = Document;
13272
13321
  }
13273
13322
  }
13274
- DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13275
- DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentService, providedIn: 'root' });
13276
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentService, decorators: [{
13323
+ DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13324
+ DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, providedIn: 'root' });
13325
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, decorators: [{
13277
13326
  type: Injectable,
13278
13327
  args: [{
13279
13328
  providedIn: 'root'
@@ -13339,9 +13388,9 @@ class DocumentFolderService extends RestService {
13339
13388
  }));
13340
13389
  }
13341
13390
  }
13342
- DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13343
- DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13344
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DocumentFolderService, decorators: [{
13391
+ DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13392
+ DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
13393
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, decorators: [{
13345
13394
  type: Injectable,
13346
13395
  args: [{
13347
13396
  providedIn: 'root'
@@ -13416,9 +13465,9 @@ FacebookService.authOptions = {
13416
13465
  auth_type: 'rerequest',
13417
13466
  return_scopes: true
13418
13467
  };
13419
- FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13420
- FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FacebookService, providedIn: 'root' });
13421
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FacebookService, decorators: [{
13468
+ 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 });
13469
+ FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, providedIn: 'root' });
13470
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, decorators: [{
13422
13471
  type: Injectable,
13423
13472
  args: [{
13424
13473
  providedIn: 'root'
@@ -13486,9 +13535,9 @@ class GoogleService {
13486
13535
  google.accounts.id.disableAutoSelect();
13487
13536
  }
13488
13537
  }
13489
- GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13490
- GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GoogleService, providedIn: 'root' });
13491
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: GoogleService, decorators: [{
13538
+ 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 });
13539
+ GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, providedIn: 'root' });
13540
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, decorators: [{
13492
13541
  type: Injectable,
13493
13542
  args: [{
13494
13543
  providedIn: 'root'
@@ -13517,9 +13566,9 @@ class FileService extends RestService$1 {
13517
13566
  return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
13518
13567
  }
13519
13568
  }
13520
- FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13521
- FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FileService, providedIn: 'root' });
13522
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FileService, decorators: [{
13569
+ FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13570
+ FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, providedIn: 'root' });
13571
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, decorators: [{
13523
13572
  type: Injectable,
13524
13573
  args: [{
13525
13574
  providedIn: 'root'
@@ -13536,9 +13585,9 @@ class ClientIncomeTypesService extends RestService$1 {
13536
13585
  this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
13537
13586
  }
13538
13587
  }
13539
- ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13540
- ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13541
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13588
+ ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13589
+ ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
13590
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
13542
13591
  type: Injectable,
13543
13592
  args: [{
13544
13593
  providedIn: 'root'
@@ -13655,9 +13704,9 @@ class ClientInviteService extends RestService {
13655
13704
  });
13656
13705
  }
13657
13706
  }
13658
- ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13659
- ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13660
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientInviteService, decorators: [{
13707
+ ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13708
+ ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
13709
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, decorators: [{
13661
13710
  type: Injectable,
13662
13711
  args: [{
13663
13712
  providedIn: 'root'
@@ -13741,9 +13790,9 @@ class ClientMovementService extends RestService {
13741
13790
  });
13742
13791
  }
13743
13792
  }
13744
- ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13745
- ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13746
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientMovementService, decorators: [{
13793
+ ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13794
+ ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
13795
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, decorators: [{
13747
13796
  type: Injectable,
13748
13797
  args: [{
13749
13798
  providedIn: 'root'
@@ -13772,9 +13821,9 @@ class EmployeeService extends RestService {
13772
13821
  }));
13773
13822
  }
13774
13823
  }
13775
- EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13776
- EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13777
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EmployeeService, decorators: [{
13824
+ EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13825
+ EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, providedIn: 'root' });
13826
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, decorators: [{
13778
13827
  type: Injectable,
13779
13828
  args: [{
13780
13829
  providedIn: 'root'
@@ -13815,9 +13864,9 @@ class EmployeeInviteService extends RestService {
13815
13864
  }));
13816
13865
  }
13817
13866
  }
13818
- EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13819
- EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13820
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EmployeeInviteService, decorators: [{
13867
+ EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13868
+ EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
13869
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, decorators: [{
13821
13870
  type: Injectable,
13822
13871
  args: [{
13823
13872
  providedIn: 'root'
@@ -13842,9 +13891,9 @@ class ClientPortfolioReportService {
13842
13891
  }));
13843
13892
  }
13844
13893
  }
13845
- ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13846
- ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13847
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13894
+ 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 });
13895
+ ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
13896
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
13848
13897
  type: Injectable,
13849
13898
  args: [{
13850
13899
  providedIn: 'root'
@@ -13906,9 +13955,9 @@ class FirmService {
13906
13955
  }));
13907
13956
  }
13908
13957
  }
13909
- FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
13910
- FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FirmService, providedIn: 'root' });
13911
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: FirmService, decorators: [{
13958
+ 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 });
13959
+ FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, providedIn: 'root' });
13960
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, decorators: [{
13912
13961
  type: Injectable,
13913
13962
  args: [{
13914
13963
  providedIn: 'root'
@@ -13981,9 +14030,9 @@ class IncomeSourceForecastService extends RestService {
13981
14030
  }).flat();
13982
14031
  }
13983
14032
  }
13984
- IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
13985
- IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
13986
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
14033
+ IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14034
+ IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
14035
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
13987
14036
  type: Injectable,
13988
14037
  args: [{
13989
14038
  providedIn: 'root'
@@ -14053,9 +14102,9 @@ class SalaryForecastService extends RestService {
14053
14102
  }).flat();
14054
14103
  }
14055
14104
  }
14056
- SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14057
- SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
14058
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SalaryForecastService, decorators: [{
14105
+ SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14106
+ SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
14107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, decorators: [{
14059
14108
  type: Injectable,
14060
14109
  args: [{
14061
14110
  providedIn: 'root'
@@ -14131,9 +14180,9 @@ class SoleForecastService extends RestService {
14131
14180
  });
14132
14181
  }
14133
14182
  }
14134
- SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14135
- SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
14136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleForecastService, decorators: [{
14183
+ SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14184
+ SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
14185
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, decorators: [{
14137
14186
  type: Injectable,
14138
14187
  args: [{
14139
14188
  providedIn: 'root'
@@ -14212,9 +14261,9 @@ class IncomeSourceService extends RestService {
14212
14261
  });
14213
14262
  }
14214
14263
  }
14215
- IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14216
- IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
14217
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceService, decorators: [{
14264
+ IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14265
+ IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
14266
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, decorators: [{
14218
14267
  type: Injectable,
14219
14268
  args: [{
14220
14269
  providedIn: 'root'
@@ -14275,9 +14324,9 @@ class BorrowingExpenseService {
14275
14324
  }));
14276
14325
  }
14277
14326
  }
14278
- BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
14279
- BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14280
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BorrowingExpenseService, decorators: [{
14327
+ 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 });
14328
+ BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
14329
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, decorators: [{
14281
14330
  type: Injectable,
14282
14331
  args: [{
14283
14332
  providedIn: 'root'
@@ -14357,9 +14406,9 @@ class LoanService extends RestService$1 {
14357
14406
  }));
14358
14407
  }
14359
14408
  }
14360
- LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14361
- LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LoanService, providedIn: 'root' });
14362
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LoanService, decorators: [{
14409
+ LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14410
+ LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, providedIn: 'root' });
14411
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, decorators: [{
14363
14412
  type: Injectable,
14364
14413
  args: [{
14365
14414
  providedIn: 'root'
@@ -14378,9 +14427,9 @@ class PropertyCategoryService extends RestService$1 {
14378
14427
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14379
14428
  }
14380
14429
  }
14381
- PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14382
- PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14383
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCategoryService, decorators: [{
14430
+ PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14431
+ PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
14432
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, decorators: [{
14384
14433
  type: Injectable,
14385
14434
  args: [{
14386
14435
  providedIn: 'root'
@@ -14396,9 +14445,9 @@ class PropertyCategoryMovementService extends RestService$1 {
14396
14445
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14397
14446
  }
14398
14447
  }
14399
- PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14400
- PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14401
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14448
+ PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14449
+ PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
14450
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
14402
14451
  type: Injectable,
14403
14452
  args: [{
14404
14453
  providedIn: 'root'
@@ -14440,9 +14489,9 @@ class PropertyDocumentService extends RestService$1 {
14440
14489
  });
14441
14490
  }
14442
14491
  }
14443
- PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14444
- PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14445
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyDocumentService, decorators: [{
14492
+ PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14493
+ PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
14494
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, decorators: [{
14446
14495
  type: Injectable,
14447
14496
  args: [{
14448
14497
  providedIn: 'root'
@@ -14521,9 +14570,9 @@ class TaxExemptionService extends DataService {
14521
14570
  this.setCache(TaxExemptions);
14522
14571
  }
14523
14572
  }
14524
- TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14525
- TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14526
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxExemptionService, decorators: [{
14573
+ TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14574
+ TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
14575
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, decorators: [{
14527
14576
  type: Injectable,
14528
14577
  args: [{
14529
14578
  providedIn: 'root'
@@ -14539,9 +14588,9 @@ class PropertySaleService extends RestService$1 {
14539
14588
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
14540
14589
  }
14541
14590
  }
14542
- PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14543
- PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14544
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertySaleService, decorators: [{
14591
+ PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14592
+ PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
14593
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, decorators: [{
14545
14594
  type: Injectable,
14546
14595
  args: [{
14547
14596
  providedIn: 'root'
@@ -14588,9 +14637,9 @@ class PropertyShareService extends RestService$1 {
14588
14637
  this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
14589
14638
  }
14590
14639
  }
14591
- PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14592
- PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14593
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyShareService, decorators: [{
14640
+ PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14641
+ PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
14642
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, decorators: [{
14594
14643
  type: Injectable,
14595
14644
  args: [{
14596
14645
  providedIn: 'root'
@@ -14687,9 +14736,9 @@ class PropertyService extends RestService$1 {
14687
14736
  }));
14688
14737
  }
14689
14738
  }
14690
- PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14691
- PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyService, providedIn: 'root' });
14692
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyService, decorators: [{
14739
+ PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14740
+ PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, providedIn: 'root' });
14741
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, decorators: [{
14693
14742
  type: Injectable,
14694
14743
  args: [{
14695
14744
  providedIn: 'root'
@@ -14743,9 +14792,9 @@ class ServiceNotificationService extends RestService {
14743
14792
  });
14744
14793
  }
14745
14794
  }
14746
- ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
14747
- ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14748
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServiceNotificationService, decorators: [{
14795
+ 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 });
14796
+ ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
14797
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, decorators: [{
14749
14798
  type: Injectable,
14750
14799
  args: [{
14751
14800
  providedIn: 'root'
@@ -14794,9 +14843,9 @@ class SoleBusinessService extends RestService {
14794
14843
  }));
14795
14844
  }
14796
14845
  }
14797
- SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14798
- SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14799
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessService, decorators: [{
14846
+ SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14847
+ SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
14848
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, decorators: [{
14800
14849
  type: Injectable,
14801
14850
  args: [{
14802
14851
  providedIn: 'root'
@@ -14811,9 +14860,9 @@ class SoleBusinessActivityService extends RestService {
14811
14860
  this.isHydra = true;
14812
14861
  }
14813
14862
  }
14814
- SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14815
- SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14816
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14863
+ SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14864
+ SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
14865
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
14817
14866
  type: Injectable,
14818
14867
  args: [{
14819
14868
  providedIn: 'root'
@@ -14839,9 +14888,9 @@ class SoleBusinessLossService extends RestService {
14839
14888
  });
14840
14889
  }
14841
14890
  }
14842
- SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14843
- SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14844
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14891
+ SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14892
+ SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
14893
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, decorators: [{
14845
14894
  type: Injectable,
14846
14895
  args: [{
14847
14896
  providedIn: 'root'
@@ -14859,9 +14908,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
14859
14908
  this.isHydra = true;
14860
14909
  }
14861
14910
  }
14862
- SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14863
- SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14864
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14911
+ SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14912
+ SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
14913
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
14865
14914
  type: Injectable,
14866
14915
  args: [{
14867
14916
  providedIn: 'root'
@@ -14876,9 +14925,9 @@ class SoleContactService extends RestService {
14876
14925
  this.isHydra = true;
14877
14926
  }
14878
14927
  }
14879
- SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14880
- SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14881
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleContactService, decorators: [{
14928
+ SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
14929
+ SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, providedIn: 'root' });
14930
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, decorators: [{
14882
14931
  type: Injectable,
14883
14932
  args: [{
14884
14933
  providedIn: 'root'
@@ -14934,9 +14983,9 @@ class SoleDepreciationMethodService {
14934
14983
  });
14935
14984
  }
14936
14985
  }
14937
- SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
14938
- SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14939
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14986
+ 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 });
14987
+ SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
14988
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
14940
14989
  type: Injectable,
14941
14990
  args: [{
14942
14991
  providedIn: 'root'
@@ -14989,9 +15038,9 @@ class SoleDetailsService {
14989
15038
  }));
14990
15039
  }
14991
15040
  }
14992
- SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
14993
- SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
14994
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleDetailsService, decorators: [{
15041
+ 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 });
15042
+ SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
15043
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, decorators: [{
14995
15044
  type: Injectable,
14996
15045
  args: [{
14997
15046
  providedIn: 'root'
@@ -15064,9 +15113,9 @@ class SoleInvoiceService extends RestService {
15064
15113
  });
15065
15114
  }
15066
15115
  }
15067
- SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15068
- SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
15069
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleInvoiceService, decorators: [{
15116
+ SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15117
+ SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
15118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, decorators: [{
15070
15119
  type: Injectable,
15071
15120
  args: [{
15072
15121
  providedIn: 'root'
@@ -15081,9 +15130,9 @@ class SoleInvoiceTemplateService extends RestService {
15081
15130
  this.isHydra = true;
15082
15131
  }
15083
15132
  }
15084
- SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15085
- SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
15086
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
15133
+ SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15134
+ SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
15135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
15087
15136
  type: Injectable,
15088
15137
  args: [{
15089
15138
  providedIn: 'root'
@@ -15098,9 +15147,9 @@ class BasReportService extends RestService {
15098
15147
  this.isHydra = true;
15099
15148
  }
15100
15149
  }
15101
- BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15102
- BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasReportService, providedIn: 'root' });
15103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasReportService, decorators: [{
15150
+ BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15151
+ BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, providedIn: 'root' });
15152
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, decorators: [{
15104
15153
  type: Injectable,
15105
15154
  args: [{
15106
15155
  providedIn: 'root'
@@ -15126,9 +15175,9 @@ class ServicePaymentService extends RestService$1 {
15126
15175
  return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
15127
15176
  }
15128
15177
  }
15129
- ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15130
- ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
15131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePaymentService, decorators: [{
15178
+ ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15179
+ ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
15180
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, decorators: [{
15132
15181
  type: Injectable,
15133
15182
  args: [{
15134
15183
  providedIn: 'root'
@@ -15176,9 +15225,9 @@ class ServicePaymentMethodService extends RestService$1 {
15176
15225
  });
15177
15226
  }
15178
15227
  }
15179
- ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
15180
- ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
15181
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
15228
+ 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 });
15229
+ ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
15230
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
15182
15231
  type: Injectable,
15183
15232
  args: [{
15184
15233
  providedIn: 'root'
@@ -15201,9 +15250,9 @@ class ServicePriceService extends RestService$1 {
15201
15250
  this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
15202
15251
  }
15203
15252
  }
15204
- ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15205
- ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
15206
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServicePriceService, decorators: [{
15253
+ ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15254
+ ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
15255
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, decorators: [{
15207
15256
  type: Injectable,
15208
15257
  args: [{
15209
15258
  providedIn: 'root'
@@ -15318,9 +15367,9 @@ class SubscriptionService extends RestService$1 {
15318
15367
  });
15319
15368
  }
15320
15369
  }
15321
- SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15322
- SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
15323
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: SubscriptionService, decorators: [{
15370
+ 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 });
15371
+ SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
15372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, decorators: [{
15324
15373
  type: Injectable,
15325
15374
  args: [{
15326
15375
  providedIn: 'root'
@@ -15340,9 +15389,9 @@ class ServiceProductService extends RestService$1 {
15340
15389
  this.isApiPlatform = true;
15341
15390
  }
15342
15391
  }
15343
- ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15344
- ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15345
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ServiceProductService, decorators: [{
15392
+ ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15393
+ ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
15394
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, decorators: [{
15346
15395
  type: Injectable,
15347
15396
  args: [{
15348
15397
  providedIn: 'root'
@@ -15374,9 +15423,9 @@ class TaxReviewHistoryService extends RestService {
15374
15423
  });
15375
15424
  }
15376
15425
  }
15377
- TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15378
- TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15379
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15426
+ TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15427
+ TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
15428
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
15380
15429
  type: Injectable,
15381
15430
  args: [{
15382
15431
  providedIn: 'root'
@@ -15465,9 +15514,9 @@ class TaxReviewService extends RestService {
15465
15514
  });
15466
15515
  }
15467
15516
  }
15468
- TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15469
- TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15470
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxReviewService, decorators: [{
15517
+ TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15518
+ TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
15519
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, decorators: [{
15471
15520
  type: Injectable,
15472
15521
  args: [{
15473
15522
  providedIn: 'root'
@@ -15524,9 +15573,9 @@ class TaxSummaryService {
15524
15573
  });
15525
15574
  }
15526
15575
  }
15527
- TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
15528
- TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15529
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TaxSummaryService, decorators: [{
15576
+ 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 });
15577
+ TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
15578
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, decorators: [{
15530
15579
  type: Injectable,
15531
15580
  args: [{
15532
15581
  providedIn: 'root'
@@ -15545,9 +15594,9 @@ class AllocationRuleService extends RestService$1 {
15545
15594
  this.isApiPlatform = true;
15546
15595
  }
15547
15596
  }
15548
- AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15549
- AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15550
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AllocationRuleService, decorators: [{
15597
+ AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15598
+ AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
15599
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, decorators: [{
15551
15600
  type: Injectable,
15552
15601
  args: [{
15553
15602
  providedIn: 'root'
@@ -15637,9 +15686,9 @@ class TransactionAllocationService extends RestService {
15637
15686
  });
15638
15687
  }
15639
15688
  }
15640
- TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15641
- TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15642
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionAllocationService, decorators: [{
15689
+ TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
15690
+ TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
15691
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, decorators: [{
15643
15692
  type: Injectable,
15644
15693
  args: [{
15645
15694
  providedIn: 'root'
@@ -15665,9 +15714,9 @@ class TransactionReceiptService extends ReceiptService {
15665
15714
  this.listenEvents();
15666
15715
  }
15667
15716
  }
15668
- TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
15669
- TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15670
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionReceiptService, decorators: [{
15717
+ 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 });
15718
+ TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
15719
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, decorators: [{
15671
15720
  type: Injectable,
15672
15721
  args: [{
15673
15722
  providedIn: 'root'
@@ -15976,9 +16025,9 @@ class TransactionService extends RestService {
15976
16025
  });
15977
16026
  }
15978
16027
  }
15979
- TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
15980
- TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionService, providedIn: 'root' });
15981
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionService, decorators: [{
16028
+ 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 });
16029
+ TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, providedIn: 'root' });
16030
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, decorators: [{
15982
16031
  type: Injectable,
15983
16032
  args: [{
15984
16033
  providedIn: 'root'
@@ -16007,9 +16056,9 @@ class TutorialVideoService {
16007
16056
  }
16008
16057
  TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
16009
16058
  TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
16010
- TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16011
- TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
16012
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TutorialVideoService, decorators: [{
16059
+ 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 });
16060
+ TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
16061
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, decorators: [{
16013
16062
  type: Injectable,
16014
16063
  args: [{
16015
16064
  providedIn: 'root'
@@ -16029,9 +16078,9 @@ class VehicleService extends RestService {
16029
16078
  this.modelClass = Vehicle;
16030
16079
  }
16031
16080
  }
16032
- VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16033
- VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleService, providedIn: 'root' });
16034
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleService, decorators: [{
16081
+ VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16082
+ VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, providedIn: 'root' });
16083
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, decorators: [{
16035
16084
  type: Injectable,
16036
16085
  args: [{
16037
16086
  providedIn: 'root'
@@ -16103,9 +16152,9 @@ class VehicleClaimService extends RestService {
16103
16152
  combineLatest(batch$).subscribe();
16104
16153
  }
16105
16154
  }
16106
- VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16107
- VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
16108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleClaimService, decorators: [{
16155
+ VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16156
+ VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
16157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, decorators: [{
16109
16158
  type: Injectable,
16110
16159
  args: [{
16111
16160
  providedIn: 'root'
@@ -16182,9 +16231,9 @@ class VehicleClaimDetailsService {
16182
16231
  this.update(vehicleClaimDetails).subscribe();
16183
16232
  }
16184
16233
  }
16185
- VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
16186
- VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
16187
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
16234
+ 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 });
16235
+ VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
16236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
16188
16237
  type: Injectable,
16189
16238
  args: [{
16190
16239
  providedIn: 'root'
@@ -16204,9 +16253,9 @@ class VehicleLogbookService extends RestService {
16204
16253
  this.modelClass = VehicleLogbook;
16205
16254
  }
16206
16255
  }
16207
- VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16208
- VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
16209
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: VehicleLogbookService, decorators: [{
16256
+ VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16257
+ VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
16258
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, decorators: [{
16210
16259
  type: Injectable,
16211
16260
  args: [{
16212
16261
  providedIn: 'root'
@@ -16223,9 +16272,9 @@ class AnnualClientDetailsService extends RestService$1 {
16223
16272
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
16224
16273
  }
16225
16274
  }
16226
- AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16227
- AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
16228
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
16275
+ AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16276
+ AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
16277
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
16229
16278
  type: Injectable,
16230
16279
  args: [{
16231
16280
  providedIn: 'root'
@@ -16256,9 +16305,9 @@ class OccupationService {
16256
16305
  return this.occupationsSubject.asObservable();
16257
16306
  }
16258
16307
  }
16259
- OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16260
- OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OccupationService, providedIn: 'root' });
16261
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: OccupationService, decorators: [{
16308
+ 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 });
16309
+ OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, providedIn: 'root' });
16310
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, decorators: [{
16262
16311
  type: Injectable,
16263
16312
  args: [{
16264
16313
  providedIn: 'root'
@@ -16302,9 +16351,9 @@ class UserEventSettingService extends RestService {
16302
16351
  }));
16303
16352
  }
16304
16353
  }
16305
- UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16306
- UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
16307
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserEventSettingService, decorators: [{
16354
+ UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16355
+ UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
16356
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, decorators: [{
16308
16357
  type: Injectable,
16309
16358
  args: [{
16310
16359
  providedIn: 'root'
@@ -16319,9 +16368,9 @@ class UserEventTypeService extends RestService {
16319
16368
  this.isHydra = true;
16320
16369
  }
16321
16370
  }
16322
- UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16323
- UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
16324
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UserEventTypeService, decorators: [{
16371
+ UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16372
+ UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
16373
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, decorators: [{
16325
16374
  type: Injectable,
16326
16375
  args: [{
16327
16376
  providedIn: 'root'
@@ -16338,9 +16387,9 @@ class UsersInviteService extends RestService {
16338
16387
  this.url = 'users/invite';
16339
16388
  }
16340
16389
  }
16341
- UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16342
- UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16343
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: UsersInviteService, decorators: [{
16390
+ UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16391
+ UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
16392
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, decorators: [{
16344
16393
  type: Injectable,
16345
16394
  args: [{
16346
16395
  providedIn: 'root'
@@ -16360,9 +16409,9 @@ class HoldingService extends RestService$1 {
16360
16409
  this.listenCSE(HoldingSale, ['post', 'put', 'delete'], this.resetCache);
16361
16410
  }
16362
16411
  }
16363
- HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16364
- HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingService, providedIn: 'root' });
16365
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingService, decorators: [{
16412
+ HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16413
+ HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, providedIn: 'root' });
16414
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, decorators: [{
16366
16415
  type: Injectable,
16367
16416
  args: [{
16368
16417
  providedIn: 'root'
@@ -16379,9 +16428,9 @@ class HoldingTypeService extends RestService$1 {
16379
16428
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16380
16429
  }
16381
16430
  }
16382
- HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16383
- HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16384
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingTypeService, decorators: [{
16431
+ HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16432
+ HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
16433
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, decorators: [{
16385
16434
  type: Injectable,
16386
16435
  args: [{
16387
16436
  providedIn: 'root'
@@ -16398,9 +16447,9 @@ class HoldingSaleService extends RestService$1 {
16398
16447
  this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
16399
16448
  }
16400
16449
  }
16401
- HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16402
- HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16403
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingSaleService, decorators: [{
16450
+ HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
16451
+ HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
16452
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, decorators: [{
16404
16453
  type: Injectable,
16405
16454
  args: [{
16406
16455
  providedIn: 'root'
@@ -16495,9 +16544,9 @@ class HoldingTypeExchangeService extends DataService {
16495
16544
  this.setCache(HoldingTypeExchanges);
16496
16545
  }
16497
16546
  }
16498
- HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16499
- HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16500
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16547
+ HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16548
+ HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
16549
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
16501
16550
  type: Injectable,
16502
16551
  args: [{
16503
16552
  providedIn: 'root'
@@ -16601,9 +16650,9 @@ class IncomeSourceTypeService extends DataService {
16601
16650
  this.setCache(IncomeSourceTypes);
16602
16651
  }
16603
16652
  }
16604
- IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16605
- IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
16606
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
16653
+ IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16654
+ IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
16655
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
16607
16656
  type: Injectable,
16608
16657
  args: [{
16609
16658
  providedIn: 'root'
@@ -16625,242 +16674,2334 @@ class ChartAccountsValueService extends DataService {
16625
16674
  return this.getCache().find((ca) => ca.chartAccounts.id === chartAccountsId && new FinancialYear().year === ca.financialYear).value;
16626
16675
  }
16627
16676
  }
16628
- ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16629
- ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
16630
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ChartAccountsValueService, decorators: [{
16677
+ ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16678
+ ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
16679
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, decorators: [{
16631
16680
  type: Injectable,
16632
16681
  args: [{
16633
16682
  providedIn: 'root'
16634
16683
  }]
16635
16684
  }], ctorParameters: function () { return []; } });
16636
16685
 
16637
- /**
16638
- * Enum list of all possible account setup items. Using with [ACCOUNT_SETUP_ITEMS]{@link ACCOUNT_SETUP_ITEMS}
16639
- */
16640
- var AccountSetupItemsEnum;
16641
- (function (AccountSetupItemsEnum) {
16642
- AccountSetupItemsEnum[AccountSetupItemsEnum["SALARY"] = 0] = "SALARY";
16643
- AccountSetupItemsEnum[AccountSetupItemsEnum["OTHER_INCOME"] = 1] = "OTHER_INCOME";
16644
- AccountSetupItemsEnum[AccountSetupItemsEnum["PROPERTY"] = 2] = "PROPERTY";
16645
- AccountSetupItemsEnum[AccountSetupItemsEnum["BANK_FEEDS"] = 3] = "BANK_FEEDS";
16646
- AccountSetupItemsEnum[AccountSetupItemsEnum["WORK_LOGBOOK"] = 4] = "WORK_LOGBOOK";
16647
- AccountSetupItemsEnum[AccountSetupItemsEnum["TRANSACTION"] = 5] = "TRANSACTION";
16648
- AccountSetupItemsEnum[AccountSetupItemsEnum["SOLE_BUSINESS"] = 6] = "SOLE_BUSINESS";
16649
- AccountSetupItemsEnum[AccountSetupItemsEnum["HOLDINGS"] = 7] = "HOLDINGS";
16650
- })(AccountSetupItemsEnum || (AccountSetupItemsEnum = {}));
16651
-
16652
- /**
16653
- * List of all possible account setup steps
16654
- */
16655
- const ACCOUNT_SETUP_ITEMS = {
16656
- [AccountSetupItemsEnum.SALARY]: plainToClass(AccountSetupItem, {
16657
- title: 'Add your work income forecast',
16658
- description: 'One the most important steps is to add your salary or wage incomes so we can automatically calculate tax withheld and your forecasted tax position.',
16659
- url: '/client/work-tank/forecasting',
16660
- urlFragment: 'salaryProductTour',
16661
- clientIncomeTypes: ['work']
16662
- }),
16663
- [AccountSetupItemsEnum.OTHER_INCOME]: plainToClass(AccountSetupItem, {
16664
- title: 'Add any other expected incomes',
16665
- description: 'To ensure an accurate tax position forecast, add estimates for any other income types, like dividends, interest, trusts, annuities, director payments etc.',
16666
- url: '/client/work-tank/forecasting',
16667
- urlFragment: 'otherIncomeProductTour',
16668
- clientIncomeTypes: ['work']
16669
- }),
16670
- [AccountSetupItemsEnum.PROPERTY]: plainToClass(AccountSetupItem, {
16671
- title: 'Add your properties',
16672
- description: 'Add your properties to seamlessly manage your rental incomes and expenses, whilst tracking your cash position, tax positions and equity forecasts in real time.',
16673
- url: '/client/property-tank',
16674
- urlFragment: 'productTour',
16675
- clientIncomeTypes: ['property']
16676
- }),
16677
- [AccountSetupItemsEnum.BANK_FEEDS]: plainToClass(AccountSetupItem, {
16678
- title: 'Link banks and select accounts',
16679
- description: 'Link banks to automatically feed your account transactions to save you time and money. Allocating live transactions ensures nothing is missed, lost or forgotten!',
16680
- url: '/client/bank-feeds',
16681
- urlFragment: 'bankAccountProductTour',
16682
- clientIncomeTypes: ['work', 'property', 'sole']
16683
- }),
16684
- [AccountSetupItemsEnum.WORK_LOGBOOK]: plainToClass(AccountSetupItem, {
16685
- title: 'Set up your logbook method',
16686
- description: 'Do you use your vehicle for work? Select your method and the kms or logbook % to automate accurately all vehicle expenses throughout the year.',
16687
- url: '/client/work-tank/logbook',
16688
- urlFragment: 'productTour'
16689
- }),
16690
- [AccountSetupItemsEnum.TRANSACTION]: plainToClass(AccountSetupItem, {
16691
- title: 'Allocate transactions',
16692
- description: 'Select one or multiple transactions, the category from the dropdown and attach your receipt. It’s that simple to capture every possible deduction, and keep organised all throughout the year.',
16693
- url: '/client/bank-feeds',
16694
- urlFragment: 'allocationProductTour',
16695
- clientIncomeTypes: ['work', 'property', 'sole']
16696
- }),
16697
- [AccountSetupItemsEnum.SOLE_BUSINESS]: plainToClass(AccountSetupItem, {
16698
- title: 'Add your Sole Trader business',
16699
- description: 'Add up to 6 sole trader businesses to seamlessly manage invoicing, payments, BAS and prior even losses for every hustle without the hassle!',
16700
- url: '/client/sole-tank',
16701
- urlFragment: 'productTour',
16702
- clientIncomeTypes: ['sole']
16703
- }),
16704
- [AccountSetupItemsEnum.HOLDINGS]: plainToClass(AccountSetupItem, {
16705
- title: 'Add your holdings',
16706
- description: 'Track your trades for shares, crypto and other assets in one place, and auto calculate CGT all year round!',
16707
- url: '/client/holdings-tank',
16708
- // @TODO Nicole waiting for product tour from
16709
- urlFragment: 'productTour',
16710
- clientIncomeTypes: ['holdings']
16711
- }),
16712
- };
16713
-
16714
- /**
16715
- * Service handling user's account setup process.
16716
- * Checks required steps and their completion
16717
- */
16718
- class AccountSetupService {
16719
- constructor(clientIncomeTypesService, propertyService, incomeSourceService, bankAccountsService, transactionAllocationService, vehicleClaimService, transactionService, soleBusinessService, holdingService, userService) {
16720
- this.clientIncomeTypesService = clientIncomeTypesService;
16721
- this.propertyService = propertyService;
16722
- this.incomeSourceService = incomeSourceService;
16723
- this.bankAccountsService = bankAccountsService;
16724
- this.transactionAllocationService = transactionAllocationService;
16725
- this.vehicleClaimService = vehicleClaimService;
16726
- this.transactionService = transactionService;
16727
- this.soleBusinessService = soleBusinessService;
16728
- this.holdingService = holdingService;
16729
- this.userService = userService;
16730
- this.cacheSubject = new ReplaySubject(1);
16731
- }
16732
- /**
16733
- * Get list of account setup items for current user
16734
- */
16735
- get() {
16736
- if (!this.cache) {
16737
- this.cache = new AccountSetupItemCollection([]);
16738
- this.clientIncomeTypesService.getSingle()
16739
- .pipe(mergeMap((incomeTypes) => {
16740
- this.clientIncomeTypesId = incomeTypes.id;
16741
- return this.createBatch(incomeTypes);
16742
- }))
16743
- .subscribe((items) => {
16744
- switch (true) {
16745
- case !this.cache:
16746
- case this.cache.filterBy('isCompleted', true).length !== items.filterBy('isCompleted', true).length:
16747
- case this.cache.length !== items.length:
16748
- this.cache = cloneDeep$1(items);
16749
- this.cacheSubject.next(this.cache);
16750
- }
16751
- });
16752
- }
16753
- return this.cacheSubject.asObservable();
16754
- }
16755
- /**
16756
- * Prepare client income types to update to hide depended account setup items
16757
- */
16758
- prepareIncomeTypes(item) {
16759
- return plainToClass(ClientIncomeTypes, Object.assign({ id: this.clientIncomeTypesId }, fromPairs(item.clientIncomeTypes.map((type) => [type, false]))));
16760
- }
16761
- /**
16762
- * Get a single AccountSetupItem and check it's completion
16763
- */
16764
- create(itemType, request) {
16765
- return request.pipe(map((result) => {
16766
- const item = ACCOUNT_SETUP_ITEMS[itemType];
16767
- if (result.length) {
16768
- item.isCompleted = true;
16769
- }
16770
- else {
16771
- item.isCompleted = false;
16772
- }
16773
- return item;
16774
- }));
16775
- }
16776
- /**
16777
- * Get batch of requests to get list of required AccountSetupItem's.
16778
- * Some items are optional and depends of user's client income types
16779
- */
16780
- createBatch(incomeTypes) {
16781
- const batch = [];
16782
- const user = this.userService.getCache();
16783
- // Salary item is completed when user added salary income source
16784
- if (incomeTypes.work && user.hasRoles(UserRolesEnum.WORK_TANK)) {
16785
- batch.push(this.create(AccountSetupItemsEnum.SALARY, this.getIncomeSources(true)),
16786
- // Other income is a part of work tank, completed when user added at least one other income source
16787
- this.create(AccountSetupItemsEnum.OTHER_INCOME, this.getIncomeSources()));
16788
- }
16789
- // Rental income item is completed when user added at least one property
16790
- if (incomeTypes.property && user.hasRoles(UserRolesEnum.PROPERTY_TANK)) {
16791
- batch.push(this.create(AccountSetupItemsEnum.PROPERTY, this.propertyService.getArray()));
16792
- }
16793
- // Sole business item is completed when user added at least one business
16794
- if (incomeTypes.sole && user.hasRoles(UserRolesEnum.SOLE_TANK)) {
16795
- batch.push(this.create(AccountSetupItemsEnum.SOLE_BUSINESS, this.soleBusinessService.get()));
16796
- }
16797
- // holdings item is completed when user added at least one holding
16798
- if (incomeTypes.holdings && user.hasRoles(UserRolesEnum.HOLDING_TANK)) {
16799
- batch.push(this.create(AccountSetupItemsEnum.HOLDINGS, this.holdingService.getArray()));
16800
- }
16801
- if (incomeTypes.sole || incomeTypes.property || incomeTypes.work || incomeTypes.holdings) {
16802
- // Bank feeds item is completed when user added at least one bank account (basiq or manual)
16803
- batch.push(this.getBankFeedsItem());
16804
- // Logbook item is completed when user has at least one vehicle claim with any method (kms or logbook)
16805
- batch.push(this.getLogbookItem());
16806
- // Allocation item is completed when user added at least one transaction allocation
16807
- batch.push(this.create(AccountSetupItemsEnum.TRANSACTION, this.transactionAllocationService.get()));
16808
- }
16809
- return combineLatest(batch).pipe(map((items) => new AccountSetupItemCollection(items)));
16810
- }
16811
- /**
16812
- * @TODO Alex: work with collection when services refactored
16813
- * @TODO Vik: waiting for income sources refactoring
16814
- */
16815
- getIncomeSources(isSalary = false) {
16816
- return this.incomeSourceService.get().pipe(map((incomeSources) => {
16817
- const collection = new IncomeSourceCollection(incomeSources);
16818
- if (isSalary) {
16819
- return collection.getSalary();
16820
- }
16821
- return collection.items.filter((incomeSource) => incomeSource.isOtherIncome());
16822
- }));
16823
- }
16824
- /**
16825
- * Show logbook item when user has at least 1 vehicle transaction
16826
- */
16827
- getLogbookItem() {
16828
- return this.transactionService.get()
16829
- .pipe(
16830
- // @TODO Alex: remove map when services start work with collections
16831
- map((transactions) => new TransactionCollection(transactions)), mergeMap((transactions) => {
16832
- if (transactions.getVehicleTransactions().length) {
16833
- return this.create(AccountSetupItemsEnum.WORK_LOGBOOK, this.vehicleClaimService.get());
16834
- }
16835
- return of(null);
16836
- }));
16837
- }
16838
- /**
16839
- * Show bank feeds item when user has only holding tank
16840
- */
16841
- getBankFeedsItem() {
16842
- const userRoles = this.userService.getCache().roles;
16843
- const bankFeedsRoles = [UserRolesEnum.PROPERTY_TANK, UserRolesEnum.WORK_TANK, UserRolesEnum.SOLE_TANK];
16844
- if (!intersection(bankFeedsRoles, userRoles).length) {
16845
- return of(null);
16846
- }
16847
- return this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray());
16848
- }
16849
- }
16850
- AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }, { token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
16851
- AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
16852
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AccountSetupService, decorators: [{
16853
- type: Injectable,
16854
- args: [{
16855
- providedIn: 'root'
16856
- }]
16857
- }], ctorParameters: function () { return [{ type: ClientIncomeTypesService }, { type: PropertyService }, { type: IncomeSourceService }, { type: BankAccountService }, { type: TransactionAllocationService }, { type: VehicleClaimService }, { type: TransactionService }, { type: SoleBusinessService }, { type: HoldingService }, { type: UserService }]; } });
16858
-
16859
- /**
16860
- * Service to work with Rewardful (affiliate program) API
16861
- * https://developers.rewardful.com/javascript-api/overview#executing-code-when-rewardful-loads
16862
- */
16863
- class RewardfulService {
16686
+ var TaxReturnItems = [
16687
+ {
16688
+ id: 1,
16689
+ taxReturnCategory: {
16690
+ id: 1
16691
+ },
16692
+ code: 1,
16693
+ subCode: "C",
16694
+ taxReturnCode: null,
16695
+ name: "Salary or wages",
16696
+ seq: 10,
16697
+ isOtherIncome: 0,
16698
+ createdAt: "2020-06-01 00:00:00",
16699
+ updatedAt: "2020-06-01 00:00:00"
16700
+ },
16701
+ {
16702
+ id: 2,
16703
+ taxReturnCategory: {
16704
+ id: 30
16705
+ },
16706
+ code: 2,
16707
+ subCode: "K",
16708
+ taxReturnCode: null,
16709
+ name: "Allowances, earnings, tips, directors fees",
16710
+ seq: 20,
16711
+ isOtherIncome: 0,
16712
+ createdAt: "2020-06-01 00:00:00",
16713
+ updatedAt: "2020-06-01 00:00:00"
16714
+ },
16715
+ {
16716
+ id: 3,
16717
+ taxReturnCategory: {
16718
+ id: 31
16719
+ },
16720
+ code: 3,
16721
+ subCode: "R",
16722
+ taxReturnCode: null,
16723
+ name: "Employer lump sum payments",
16724
+ seq: 30,
16725
+ isOtherIncome: 0,
16726
+ createdAt: "2020-06-01 00:00:00",
16727
+ updatedAt: "2020-06-01 00:00:00"
16728
+ },
16729
+ {
16730
+ id: 4,
16731
+ taxReturnCategory: {
16732
+ id: 32
16733
+ },
16734
+ code: 4,
16735
+ subCode: "I",
16736
+ taxReturnCode: null,
16737
+ name: "Employment termination payments",
16738
+ seq: 40,
16739
+ isOtherIncome: 0,
16740
+ createdAt: "2020-06-01 00:00:00",
16741
+ updatedAt: "2020-06-01 00:00:00"
16742
+ },
16743
+ {
16744
+ id: 5,
16745
+ taxReturnCategory: {
16746
+ id: 2
16747
+ },
16748
+ code: 5,
16749
+ subCode: "A",
16750
+ taxReturnCode: null,
16751
+ name: "Australian Government allowances and payments",
16752
+ seq: 50,
16753
+ isOtherIncome: 1,
16754
+ createdAt: "2020-06-01 00:00:00",
16755
+ updatedAt: "2020-06-01 00:00:00"
16756
+ },
16757
+ {
16758
+ id: 6,
16759
+ taxReturnCategory: {
16760
+ id: 33
16761
+ },
16762
+ code: 6,
16763
+ subCode: "B",
16764
+ taxReturnCode: null,
16765
+ name: "Australian Government pensions and allowances",
16766
+ seq: 60,
16767
+ isOtherIncome: 1,
16768
+ createdAt: "2020-06-01 00:00:00",
16769
+ updatedAt: "2020-06-01 00:00:00"
16770
+ },
16771
+ {
16772
+ id: 7,
16773
+ taxReturnCategory: {
16774
+ id: 3
16775
+ },
16776
+ code: 7,
16777
+ subCode: null,
16778
+ taxReturnCode: null,
16779
+ name: "Australian annuities and superannuation income streams",
16780
+ seq: 70,
16781
+ isOtherIncome: 1,
16782
+ createdAt: "2020-06-01 00:00:00",
16783
+ updatedAt: "2020-06-01 00:00:00"
16784
+ },
16785
+ {
16786
+ id: 8,
16787
+ taxReturnCategory: {
16788
+ id: 34
16789
+ },
16790
+ code: 8,
16791
+ subCode: null,
16792
+ taxReturnCode: null,
16793
+ name: "Australian superannuation lump sum payments",
16794
+ seq: 80,
16795
+ isOtherIncome: 1,
16796
+ createdAt: "2020-06-01 00:00:00",
16797
+ updatedAt: "2020-06-01 00:00:00"
16798
+ },
16799
+ {
16800
+ id: 9,
16801
+ taxReturnCategory: {
16802
+ id: 4
16803
+ },
16804
+ code: 9,
16805
+ subCode: "O",
16806
+ taxReturnCode: null,
16807
+ name: "Attributed personal services income",
16808
+ seq: 90,
16809
+ isOtherIncome: 0,
16810
+ createdAt: "2020-06-01 00:00:00",
16811
+ updatedAt: "2020-06-01 00:00:00"
16812
+ },
16813
+ {
16814
+ id: 10,
16815
+ taxReturnCategory: {
16816
+ id: 5
16817
+ },
16818
+ code: 10,
16819
+ subCode: "L",
16820
+ taxReturnCode: null,
16821
+ name: "Gross interest",
16822
+ seq: 100,
16823
+ isOtherIncome: 1,
16824
+ createdAt: "2020-06-01 00:00:00",
16825
+ updatedAt: "2020-06-01 00:00:00"
16826
+ },
16827
+ {
16828
+ id: 11,
16829
+ taxReturnCategory: {
16830
+ id: 6
16831
+ },
16832
+ code: 11,
16833
+ subCode: null,
16834
+ taxReturnCode: null,
16835
+ name: "Dividends",
16836
+ seq: 110,
16837
+ isOtherIncome: 1,
16838
+ createdAt: "2020-06-01 00:00:00",
16839
+ updatedAt: "2020-06-01 00:00:00"
16840
+ },
16841
+ {
16842
+ id: 12,
16843
+ taxReturnCategory: {
16844
+ id: 35
16845
+ },
16846
+ code: 12,
16847
+ subCode: null,
16848
+ taxReturnCode: null,
16849
+ name: "Employee share schemes",
16850
+ seq: 120,
16851
+ isOtherIncome: 1,
16852
+ createdAt: "2020-06-01 00:00:00",
16853
+ updatedAt: "2020-06-01 00:00:00"
16854
+ },
16855
+ {
16856
+ id: 13,
16857
+ taxReturnCategory: {
16858
+ id: 13
16859
+ },
16860
+ code: 13,
16861
+ subCode: null,
16862
+ taxReturnCode: null,
16863
+ name: "Partnerships and trusts",
16864
+ seq: 130,
16865
+ isOtherIncome: 1,
16866
+ createdAt: "2020-06-01 00:00:00",
16867
+ updatedAt: "2020-06-01 00:00:00"
16868
+ },
16869
+ {
16870
+ id: 14,
16871
+ taxReturnCategory: {
16872
+ id: 14
16873
+ },
16874
+ code: 14,
16875
+ subCode: "N",
16876
+ taxReturnCode: null,
16877
+ name: "Personal services income (PSI) - ABN not quoted",
16878
+ seq: 140,
16879
+ isOtherIncome: 1,
16880
+ createdAt: "2020-06-01 00:00:00",
16881
+ updatedAt: "2020-06-01 00:00:00"
16882
+ },
16883
+ {
16884
+ id: 15,
16885
+ taxReturnCategory: {
16886
+ id: 38
16887
+ },
16888
+ code: 15,
16889
+ subCode: null,
16890
+ taxReturnCode: null,
16891
+ name: "Net income or loss from business",
16892
+ seq: 150,
16893
+ isOtherIncome: 1,
16894
+ createdAt: "2020-06-01 00:00:00",
16895
+ updatedAt: "2020-06-01 00:00:00"
16896
+ },
16897
+ {
16898
+ id: 16,
16899
+ taxReturnCategory: {
16900
+ id: 16
16901
+ },
16902
+ code: 16,
16903
+ subCode: null,
16904
+ taxReturnCode: null,
16905
+ name: "Deferred non-commercial business losses",
16906
+ seq: 160,
16907
+ isOtherIncome: 1,
16908
+ createdAt: "2020-06-01 00:00:00",
16909
+ updatedAt: "2020-06-01 00:00:00"
16910
+ },
16911
+ {
16912
+ id: 17,
16913
+ taxReturnCategory: {
16914
+ id: 17
16915
+ },
16916
+ code: 17,
16917
+ subCode: null,
16918
+ taxReturnCode: null,
16919
+ name: "Net farm management deposits or repayments",
16920
+ seq: 170,
16921
+ isOtherIncome: 1,
16922
+ createdAt: "2020-06-01 00:00:00",
16923
+ updatedAt: "2020-06-01 00:00:00"
16924
+ },
16925
+ {
16926
+ id: 18,
16927
+ taxReturnCategory: {
16928
+ id: 15
16929
+ },
16930
+ code: 18,
16931
+ subCode: null,
16932
+ taxReturnCode: null,
16933
+ name: "Capital gains",
16934
+ seq: 180,
16935
+ isOtherIncome: 1,
16936
+ createdAt: "2020-06-01 00:00:00",
16937
+ updatedAt: "2020-06-01 00:00:00"
16938
+ },
16939
+ {
16940
+ id: 19,
16941
+ taxReturnCategory: {
16942
+ id: 17
16943
+ },
16944
+ code: 19,
16945
+ subCode: null,
16946
+ taxReturnCode: null,
16947
+ name: "Foreign entities",
16948
+ seq: 190,
16949
+ isOtherIncome: 1,
16950
+ createdAt: "2020-06-01 00:00:00",
16951
+ updatedAt: "2020-06-01 00:00:00"
16952
+ },
16953
+ {
16954
+ id: 20,
16955
+ taxReturnCategory: {
16956
+ id: 16
16957
+ },
16958
+ code: 20,
16959
+ subCode: null,
16960
+ taxReturnCode: null,
16961
+ name: "Foreign source income and foreign assets or property",
16962
+ seq: 200,
16963
+ isOtherIncome: 1,
16964
+ createdAt: "2020-06-01 00:00:00",
16965
+ updatedAt: "2020-06-01 00:00:00"
16966
+ },
16967
+ {
16968
+ id: 21,
16969
+ taxReturnCategory: {
16970
+ id: 12
16971
+ },
16972
+ code: 21,
16973
+ subCode: "T",
16974
+ taxReturnCode: "U",
16975
+ name: "Travel Expenses",
16976
+ seq: 210,
16977
+ isOtherIncome: 1,
16978
+ createdAt: "2020-06-01 00:00:00",
16979
+ updatedAt: "2020-06-01 00:00:00"
16980
+ },
16981
+ {
16982
+ id: 22,
16983
+ taxReturnCategory: {
16984
+ id: 8
16985
+ },
16986
+ code: 21,
16987
+ subCode: "A",
16988
+ taxReturnCode: "P",
16989
+ name: "Rental Income",
16990
+ seq: 220,
16991
+ isOtherIncome: 1,
16992
+ createdAt: "2020-06-01 00:00:00",
16993
+ updatedAt: "2020-06-01 00:00:00"
16994
+ },
16995
+ {
16996
+ id: 23,
16997
+ taxReturnCategory: {
16998
+ id: 8
16999
+ },
17000
+ code: 21,
17001
+ subCode: "B",
17002
+ taxReturnCode: "P",
17003
+ name: "Other rental Income",
17004
+ seq: 230,
17005
+ isOtherIncome: 1,
17006
+ createdAt: "2020-06-01 00:00:00",
17007
+ updatedAt: "2020-06-01 00:00:00"
17008
+ },
17009
+ {
17010
+ id: 24,
17011
+ taxReturnCategory: {
17012
+ id: 9
17013
+ },
17014
+ code: 21,
17015
+ subCode: "L",
17016
+ taxReturnCode: "Q",
17017
+ name: "Interest on loan(s)",
17018
+ seq: 240,
17019
+ isOtherIncome: 1,
17020
+ createdAt: "2020-06-01 00:00:00",
17021
+ updatedAt: "2020-06-01 00:00:00"
17022
+ },
17023
+ {
17024
+ id: 25,
17025
+ taxReturnCategory: {
17026
+ id: 10
17027
+ },
17028
+ code: 21,
17029
+ subCode: "R",
17030
+ taxReturnCode: "F",
17031
+ name: "Capital Works - Depreciation",
17032
+ seq: 250,
17033
+ isOtherIncome: 1,
17034
+ createdAt: "2020-06-01 00:00:00",
17035
+ updatedAt: "2020-06-01 00:00:00"
17036
+ },
17037
+ {
17038
+ id: 26,
17039
+ taxReturnCategory: {
17040
+ id: 12
17041
+ },
17042
+ code: 21,
17043
+ subCode: "D",
17044
+ taxReturnCode: "U",
17045
+ name: "Advertising for tenants",
17046
+ seq: 260,
17047
+ isOtherIncome: 1,
17048
+ createdAt: "2020-06-01 00:00:00",
17049
+ updatedAt: "2020-06-01 00:00:00"
17050
+ },
17051
+ {
17052
+ id: 27,
17053
+ taxReturnCategory: {
17054
+ id: 12
17055
+ },
17056
+ code: 21,
17057
+ subCode: "E",
17058
+ taxReturnCode: "U",
17059
+ name: "Body Corporate Fees",
17060
+ seq: 270,
17061
+ isOtherIncome: 1,
17062
+ createdAt: "2020-06-01 00:00:00",
17063
+ updatedAt: "2020-06-01 00:00:00"
17064
+ },
17065
+ {
17066
+ id: 28,
17067
+ taxReturnCategory: {
17068
+ id: 29
17069
+ },
17070
+ code: 21,
17071
+ subCode: "F",
17072
+ taxReturnCode: "U",
17073
+ name: "Borrowing Expenses",
17074
+ seq: 280,
17075
+ isOtherIncome: 1,
17076
+ createdAt: "2020-06-01 00:00:00",
17077
+ updatedAt: "2020-06-01 00:00:00"
17078
+ },
17079
+ {
17080
+ id: 29,
17081
+ taxReturnCategory: {
17082
+ id: 12
17083
+ },
17084
+ code: 21,
17085
+ subCode: "G",
17086
+ taxReturnCode: "U",
17087
+ name: "Cleaning",
17088
+ seq: 290,
17089
+ isOtherIncome: 1,
17090
+ createdAt: "2020-06-01 00:00:00",
17091
+ updatedAt: "2020-06-01 00:00:00"
17092
+ },
17093
+ {
17094
+ id: 30,
17095
+ taxReturnCategory: {
17096
+ id: 12
17097
+ },
17098
+ code: 21,
17099
+ subCode: "H",
17100
+ taxReturnCode: "U",
17101
+ name: "Council Rates",
17102
+ seq: 300,
17103
+ isOtherIncome: 1,
17104
+ createdAt: "2020-06-01 00:00:00",
17105
+ updatedAt: "2020-06-01 00:00:00"
17106
+ },
17107
+ {
17108
+ id: 31,
17109
+ taxReturnCategory: {
17110
+ id: 12
17111
+ },
17112
+ code: 21,
17113
+ subCode: "J",
17114
+ taxReturnCode: "U",
17115
+ name: "Gardening / Lawn Mowing",
17116
+ seq: 310,
17117
+ isOtherIncome: 1,
17118
+ createdAt: "2020-06-01 00:00:00",
17119
+ updatedAt: "2020-06-01 00:00:00"
17120
+ },
17121
+ {
17122
+ id: 32,
17123
+ taxReturnCategory: {
17124
+ id: 11
17125
+ },
17126
+ code: 21,
17127
+ subCode: "I",
17128
+ taxReturnCode: "U",
17129
+ name: "Plant & Equipment - Depreciation & Low Value Pool",
17130
+ seq: 320,
17131
+ isOtherIncome: 1,
17132
+ createdAt: "2020-06-01 00:00:00",
17133
+ updatedAt: "2020-06-01 00:00:00"
17134
+ },
17135
+ {
17136
+ id: 33,
17137
+ taxReturnCategory: {
17138
+ id: 12
17139
+ },
17140
+ code: 21,
17141
+ subCode: "K",
17142
+ taxReturnCode: "U",
17143
+ name: "Insurance",
17144
+ seq: 330,
17145
+ isOtherIncome: 1,
17146
+ createdAt: "2020-06-01 00:00:00",
17147
+ updatedAt: "2020-06-01 00:00:00"
17148
+ },
17149
+ {
17150
+ id: 34,
17151
+ taxReturnCategory: {
17152
+ id: 12
17153
+ },
17154
+ code: 21,
17155
+ subCode: "M",
17156
+ taxReturnCode: "U",
17157
+ name: "Land Tax",
17158
+ seq: 340,
17159
+ isOtherIncome: 1,
17160
+ createdAt: "2020-06-01 00:00:00",
17161
+ updatedAt: "2020-06-01 00:00:00"
17162
+ },
17163
+ {
17164
+ id: 35,
17165
+ taxReturnCategory: {
17166
+ id: 12
17167
+ },
17168
+ code: 21,
17169
+ subCode: "N",
17170
+ taxReturnCode: "U",
17171
+ name: "Legal Fees",
17172
+ seq: 350,
17173
+ isOtherIncome: 1,
17174
+ createdAt: "2020-06-01 00:00:00",
17175
+ updatedAt: "2020-06-01 00:00:00"
17176
+ },
17177
+ {
17178
+ id: 36,
17179
+ taxReturnCategory: {
17180
+ id: 12
17181
+ },
17182
+ code: 21,
17183
+ subCode: "O",
17184
+ taxReturnCode: "U",
17185
+ name: "Pest Control",
17186
+ seq: 360,
17187
+ isOtherIncome: 1,
17188
+ createdAt: "2020-06-01 00:00:00",
17189
+ updatedAt: "2020-06-01 00:00:00"
17190
+ },
17191
+ {
17192
+ id: 37,
17193
+ taxReturnCategory: {
17194
+ id: 12
17195
+ },
17196
+ code: 21,
17197
+ subCode: "P",
17198
+ taxReturnCode: "U",
17199
+ name: "Property Management Fees",
17200
+ seq: 370,
17201
+ isOtherIncome: 1,
17202
+ createdAt: "2020-06-01 00:00:00",
17203
+ updatedAt: "2020-06-01 00:00:00"
17204
+ },
17205
+ {
17206
+ id: 38,
17207
+ taxReturnCategory: {
17208
+ id: 12
17209
+ },
17210
+ code: 21,
17211
+ subCode: "Q",
17212
+ taxReturnCode: "U",
17213
+ name: "Repairs & Maintenance",
17214
+ seq: 380,
17215
+ isOtherIncome: 1,
17216
+ createdAt: "2020-06-01 00:00:00",
17217
+ updatedAt: "2020-06-01 00:00:00"
17218
+ },
17219
+ {
17220
+ id: 39,
17221
+ taxReturnCategory: {
17222
+ id: 12
17223
+ },
17224
+ code: 21,
17225
+ subCode: "S",
17226
+ taxReturnCode: "U",
17227
+ name: "Stationery / Phone / Postage",
17228
+ seq: 390,
17229
+ isOtherIncome: 1,
17230
+ createdAt: "2020-06-01 00:00:00",
17231
+ updatedAt: "2020-06-01 00:00:00"
17232
+ },
17233
+ {
17234
+ id: 40,
17235
+ taxReturnCategory: {
17236
+ id: 12
17237
+ },
17238
+ code: 21,
17239
+ subCode: "U",
17240
+ taxReturnCode: "U",
17241
+ name: "Water Charges",
17242
+ seq: 400,
17243
+ isOtherIncome: 1,
17244
+ createdAt: "2020-06-01 00:00:00",
17245
+ updatedAt: "2020-06-01 00:00:00"
17246
+ },
17247
+ {
17248
+ id: 41,
17249
+ taxReturnCategory: {
17250
+ id: 12
17251
+ },
17252
+ code: 21,
17253
+ subCode: "V",
17254
+ taxReturnCode: "U",
17255
+ name: "Sundry Rental Expenses",
17256
+ seq: 410,
17257
+ isOtherIncome: 1,
17258
+ createdAt: "2020-06-01 00:00:00",
17259
+ updatedAt: "2020-06-01 00:00:00"
17260
+ },
17261
+ {
17262
+ id: 42,
17263
+ taxReturnCategory: {
17264
+ id: 17
17265
+ },
17266
+ code: 22,
17267
+ subCode: "W",
17268
+ taxReturnCode: null,
17269
+ name: "Bonuses from life insurance companies and friendly societies",
17270
+ seq: 420,
17271
+ isOtherIncome: 1,
17272
+ createdAt: "2020-06-01 00:00:00",
17273
+ updatedAt: "2020-06-01 00:00:00"
17274
+ },
17275
+ {
17276
+ id: 43,
17277
+ taxReturnCategory: {
17278
+ id: 39
17279
+ },
17280
+ code: 23,
17281
+ subCode: null,
17282
+ taxReturnCode: null,
17283
+ name: "Forestry managed investment scheme income",
17284
+ seq: 430,
17285
+ isOtherIncome: 1,
17286
+ createdAt: "2020-06-01 00:00:00",
17287
+ updatedAt: "2020-06-01 00:00:00"
17288
+ },
17289
+ {
17290
+ id: 44,
17291
+ taxReturnCategory: {
17292
+ id: 40
17293
+ },
17294
+ code: 24,
17295
+ subCode: null,
17296
+ taxReturnCode: null,
17297
+ name: "Other income",
17298
+ seq: 440,
17299
+ isOtherIncome: 1,
17300
+ createdAt: "2020-06-01 00:00:00",
17301
+ updatedAt: "2020-06-01 00:00:00"
17302
+ },
17303
+ {
17304
+ id: 45,
17305
+ taxReturnCategory: {
17306
+ id: 7
17307
+ },
17308
+ code: "D1",
17309
+ subCode: null,
17310
+ taxReturnCode: null,
17311
+ name: "Work-related car expenses",
17312
+ seq: 450,
17313
+ isOtherIncome: 0,
17314
+ createdAt: "2020-06-01 00:00:00",
17315
+ updatedAt: "2020-06-01 00:00:00"
17316
+ },
17317
+ {
17318
+ id: 46,
17319
+ taxReturnCategory: {
17320
+ id: 7
17321
+ },
17322
+ code: "D1",
17323
+ subCode: "Claim S",
17324
+ taxReturnCode: null,
17325
+ name: "Klm's travelled for work",
17326
+ seq: 460,
17327
+ isOtherIncome: 0,
17328
+ createdAt: "2020-06-01 00:00:00",
17329
+ updatedAt: "2020-06-01 00:00:00"
17330
+ },
17331
+ {
17332
+ id: 47,
17333
+ taxReturnCategory: {
17334
+ id: 7
17335
+ },
17336
+ code: "D1",
17337
+ subCode: "Claim B",
17338
+ taxReturnCode: null,
17339
+ name: "Depreciation - Vehicles",
17340
+ seq: 470,
17341
+ isOtherIncome: 0,
17342
+ createdAt: "2020-06-01 00:00:00",
17343
+ updatedAt: "2020-06-01 00:00:00"
17344
+ },
17345
+ {
17346
+ id: 48,
17347
+ taxReturnCategory: {
17348
+ id: 7
17349
+ },
17350
+ code: "D2",
17351
+ subCode: null,
17352
+ taxReturnCode: null,
17353
+ name: "Work-related travel expenses",
17354
+ seq: 480,
17355
+ isOtherIncome: 0,
17356
+ createdAt: "2020-06-01 00:00:00",
17357
+ updatedAt: "2020-06-01 00:00:00"
17358
+ },
17359
+ {
17360
+ id: 49,
17361
+ taxReturnCategory: {
17362
+ id: 7
17363
+ },
17364
+ code: "D2",
17365
+ subCode: "A",
17366
+ taxReturnCode: null,
17367
+ name: "Award Transport",
17368
+ seq: 490,
17369
+ isOtherIncome: 0,
17370
+ createdAt: "2020-06-01 00:00:00",
17371
+ updatedAt: "2020-06-01 00:00:00"
17372
+ },
17373
+ {
17374
+ id: 50,
17375
+ taxReturnCategory: {
17376
+ id: 7
17377
+ },
17378
+ code: "D2",
17379
+ subCode: "D",
17380
+ taxReturnCode: null,
17381
+ name: "Domestic Transport",
17382
+ seq: 500,
17383
+ isOtherIncome: 0,
17384
+ createdAt: "2020-06-01 00:00:00",
17385
+ updatedAt: "2020-06-01 00:00:00"
17386
+ },
17387
+ {
17388
+ id: 51,
17389
+ taxReturnCategory: {
17390
+ id: 7
17391
+ },
17392
+ code: "D2",
17393
+ subCode: "T",
17394
+ taxReturnCode: null,
17395
+ name: "Tolls",
17396
+ seq: 510,
17397
+ isOtherIncome: 0,
17398
+ createdAt: "2020-06-01 00:00:00",
17399
+ updatedAt: "2020-06-01 00:00:00"
17400
+ },
17401
+ {
17402
+ id: 52,
17403
+ taxReturnCategory: {
17404
+ id: 7
17405
+ },
17406
+ code: "D2",
17407
+ subCode: "P",
17408
+ taxReturnCode: null,
17409
+ name: "Parking",
17410
+ seq: 520,
17411
+ isOtherIncome: 0,
17412
+ createdAt: "2020-06-01 00:00:00",
17413
+ updatedAt: "2020-06-01 00:00:00"
17414
+ },
17415
+ {
17416
+ id: 53,
17417
+ taxReturnCategory: {
17418
+ id: 7
17419
+ },
17420
+ code: "D2",
17421
+ subCode: "V",
17422
+ taxReturnCode: null,
17423
+ name: "Hire Vehicle Expenses",
17424
+ seq: 530,
17425
+ isOtherIncome: 0,
17426
+ createdAt: "2020-06-01 00:00:00",
17427
+ updatedAt: "2020-06-01 00:00:00"
17428
+ },
17429
+ {
17430
+ id: 54,
17431
+ taxReturnCategory: {
17432
+ id: 7
17433
+ },
17434
+ code: "D2",
17435
+ subCode: "O",
17436
+ taxReturnCode: null,
17437
+ name: "Travel Expenses - Other",
17438
+ seq: 540,
17439
+ isOtherIncome: 0,
17440
+ createdAt: "2020-06-01 00:00:00",
17441
+ updatedAt: "2020-06-01 00:00:00"
17442
+ },
17443
+ {
17444
+ id: 55,
17445
+ taxReturnCategory: {
17446
+ id: 7
17447
+ },
17448
+ code: "D3",
17449
+ subCode: null,
17450
+ taxReturnCode: null,
17451
+ name: "Work-related clothing expenses",
17452
+ seq: 550,
17453
+ isOtherIncome: 0,
17454
+ createdAt: "2020-06-01 00:00:00",
17455
+ updatedAt: "2020-06-01 00:00:00"
17456
+ },
17457
+ {
17458
+ id: 56,
17459
+ taxReturnCategory: {
17460
+ id: 7
17461
+ },
17462
+ code: "D3",
17463
+ subCode: "C",
17464
+ taxReturnCode: null,
17465
+ name: "Compulsory Work Uniform",
17466
+ seq: 560,
17467
+ isOtherIncome: 0,
17468
+ createdAt: "2020-06-01 00:00:00",
17469
+ updatedAt: "2020-06-01 00:00:00"
17470
+ },
17471
+ {
17472
+ id: 57,
17473
+ taxReturnCategory: {
17474
+ id: 7
17475
+ },
17476
+ code: "D3",
17477
+ subCode: "P",
17478
+ taxReturnCode: null,
17479
+ name: "Hi Vis Workwear",
17480
+ seq: 570,
17481
+ isOtherIncome: 0,
17482
+ createdAt: "2020-06-01 00:00:00",
17483
+ updatedAt: "2020-06-01 00:00:00"
17484
+ },
17485
+ {
17486
+ id: 58,
17487
+ taxReturnCategory: {
17488
+ id: 7
17489
+ },
17490
+ code: "D3",
17491
+ subCode: "S",
17492
+ taxReturnCode: null,
17493
+ name: "Occupational Specific Clothing",
17494
+ seq: 580,
17495
+ isOtherIncome: 0,
17496
+ createdAt: "2020-06-01 00:00:00",
17497
+ updatedAt: "2020-06-01 00:00:00"
17498
+ },
17499
+ {
17500
+ id: 59,
17501
+ taxReturnCategory: {
17502
+ id: 7
17503
+ },
17504
+ code: "D4",
17505
+ subCode: null,
17506
+ taxReturnCode: null,
17507
+ name: "Work-related self-education expenses",
17508
+ seq: 590,
17509
+ isOtherIncome: 0,
17510
+ createdAt: "2020-06-01 00:00:00",
17511
+ updatedAt: "2020-06-01 00:00:00"
17512
+ },
17513
+ {
17514
+ id: 60,
17515
+ taxReturnCategory: {
17516
+ id: 7
17517
+ },
17518
+ code: "D4",
17519
+ subCode: "A",
17520
+ taxReturnCode: null,
17521
+ name: "Course Fees",
17522
+ seq: 600,
17523
+ isOtherIncome: 0,
17524
+ createdAt: "2020-06-01 00:00:00",
17525
+ updatedAt: "2020-06-01 00:00:00"
17526
+ },
17527
+ {
17528
+ id: 61,
17529
+ taxReturnCategory: {
17530
+ id: 7
17531
+ },
17532
+ code: "D5",
17533
+ subCode: null,
17534
+ taxReturnCode: null,
17535
+ name: "Other work-related expenses",
17536
+ seq: 610,
17537
+ isOtherIncome: 0,
17538
+ createdAt: "2020-06-01 00:00:00",
17539
+ updatedAt: "2020-06-01 00:00:00"
17540
+ },
17541
+ {
17542
+ id: 62,
17543
+ taxReturnCategory: {
17544
+ id: 7
17545
+ },
17546
+ code: "D5",
17547
+ subCode: "A",
17548
+ taxReturnCode: null,
17549
+ name: "Mobile Phone",
17550
+ seq: 620,
17551
+ isOtherIncome: 0,
17552
+ createdAt: "2020-06-01 00:00:00",
17553
+ updatedAt: "2020-06-01 00:00:00"
17554
+ },
17555
+ {
17556
+ id: 63,
17557
+ taxReturnCategory: {
17558
+ id: 7
17559
+ },
17560
+ code: "D5",
17561
+ subCode: "B",
17562
+ taxReturnCode: null,
17563
+ name: "Books, Journals",
17564
+ seq: 630,
17565
+ isOtherIncome: 0,
17566
+ createdAt: "2020-06-01 00:00:00",
17567
+ updatedAt: "2020-06-01 00:00:00"
17568
+ },
17569
+ {
17570
+ id: 64,
17571
+ taxReturnCategory: {
17572
+ id: 7
17573
+ },
17574
+ code: "D5",
17575
+ subCode: "E",
17576
+ taxReturnCode: null,
17577
+ name: "Internet",
17578
+ seq: 640,
17579
+ isOtherIncome: 0,
17580
+ createdAt: "2020-06-01 00:00:00",
17581
+ updatedAt: "2020-06-01 00:00:00"
17582
+ },
17583
+ {
17584
+ id: 65,
17585
+ taxReturnCategory: {
17586
+ id: 7
17587
+ },
17588
+ code: "D5",
17589
+ subCode: "F",
17590
+ taxReturnCode: null,
17591
+ name: "Financial Institutions Duty (FID)",
17592
+ seq: 650,
17593
+ isOtherIncome: 0,
17594
+ createdAt: "2020-06-01 00:00:00",
17595
+ updatedAt: "2020-06-01 00:00:00"
17596
+ },
17597
+ {
17598
+ id: 66,
17599
+ taxReturnCategory: {
17600
+ id: 7
17601
+ },
17602
+ code: "D5",
17603
+ subCode: "G",
17604
+ taxReturnCode: null,
17605
+ name: "Subscriptions",
17606
+ seq: 660,
17607
+ isOtherIncome: 0,
17608
+ createdAt: "2020-06-01 00:00:00",
17609
+ updatedAt: "2020-06-01 00:00:00"
17610
+ },
17611
+ {
17612
+ id: 67,
17613
+ taxReturnCategory: {
17614
+ id: 7
17615
+ },
17616
+ code: "D5",
17617
+ subCode: "H",
17618
+ taxReturnCode: null,
17619
+ name: "Home Office - Running",
17620
+ seq: 670,
17621
+ isOtherIncome: 0,
17622
+ createdAt: "2020-06-01 00:00:00",
17623
+ updatedAt: "2020-06-01 00:00:00"
17624
+ },
17625
+ {
17626
+ id: 68,
17627
+ taxReturnCategory: {
17628
+ id: 7
17629
+ },
17630
+ code: "D5",
17631
+ subCode: "I",
17632
+ taxReturnCode: null,
17633
+ name: "Work-related depreciation",
17634
+ seq: 680,
17635
+ isOtherIncome: 0,
17636
+ createdAt: "2020-06-01 00:00:00",
17637
+ updatedAt: "2020-06-01 00:00:00"
17638
+ },
17639
+ {
17640
+ id: 70,
17641
+ taxReturnCategory: {
17642
+ id: 7
17643
+ },
17644
+ code: "D5",
17645
+ subCode: "J",
17646
+ taxReturnCode: null,
17647
+ name: "Home Office - Occupancy",
17648
+ seq: 700,
17649
+ isOtherIncome: 0,
17650
+ createdAt: "2020-06-01 00:00:00",
17651
+ updatedAt: "2020-06-01 00:00:00"
17652
+ },
17653
+ {
17654
+ id: 71,
17655
+ taxReturnCategory: {
17656
+ id: 7
17657
+ },
17658
+ code: "D5",
17659
+ subCode: "M",
17660
+ taxReturnCode: null,
17661
+ name: "Award Overtime Meal Allowance Expense",
17662
+ seq: 710,
17663
+ isOtherIncome: 0,
17664
+ createdAt: "2020-06-01 00:00:00",
17665
+ updatedAt: "2020-06-01 00:00:00"
17666
+ },
17667
+ {
17668
+ id: 72,
17669
+ taxReturnCategory: {
17670
+ id: 7
17671
+ },
17672
+ code: "D5",
17673
+ subCode: "N",
17674
+ taxReturnCode: null,
17675
+ name: "Newspaper",
17676
+ seq: 720,
17677
+ isOtherIncome: 0,
17678
+ createdAt: "2020-06-01 00:00:00",
17679
+ updatedAt: "2020-06-01 00:00:00"
17680
+ },
17681
+ {
17682
+ id: 73,
17683
+ taxReturnCategory: {
17684
+ id: 7
17685
+ },
17686
+ code: "D5",
17687
+ subCode: "P",
17688
+ taxReturnCode: null,
17689
+ name: "Printing, Postage & Stationery",
17690
+ seq: 730,
17691
+ isOtherIncome: 0,
17692
+ createdAt: "2020-06-01 00:00:00",
17693
+ updatedAt: "2020-06-01 00:00:00"
17694
+ },
17695
+ {
17696
+ id: 74,
17697
+ taxReturnCategory: {
17698
+ id: 7
17699
+ },
17700
+ code: "D5",
17701
+ subCode: "S",
17702
+ taxReturnCode: null,
17703
+ name: "Seminars, workshops and courses",
17704
+ seq: 740,
17705
+ isOtherIncome: 0,
17706
+ createdAt: "2020-06-01 00:00:00",
17707
+ updatedAt: "2020-06-01 00:00:00"
17708
+ },
17709
+ {
17710
+ id: 75,
17711
+ taxReturnCategory: {
17712
+ id: 7
17713
+ },
17714
+ code: "D5",
17715
+ subCode: "T",
17716
+ taxReturnCode: null,
17717
+ name: "Telephone",
17718
+ seq: 750,
17719
+ isOtherIncome: 0,
17720
+ createdAt: "2020-06-01 00:00:00",
17721
+ updatedAt: "2020-06-01 00:00:00"
17722
+ },
17723
+ {
17724
+ id: 76,
17725
+ taxReturnCategory: {
17726
+ id: 7
17727
+ },
17728
+ code: "D5",
17729
+ subCode: "U",
17730
+ taxReturnCode: null,
17731
+ name: "Union Fees",
17732
+ seq: 760,
17733
+ isOtherIncome: 0,
17734
+ createdAt: "2020-06-01 00:00:00",
17735
+ updatedAt: "2020-06-01 00:00:00"
17736
+ },
17737
+ {
17738
+ id: 77,
17739
+ taxReturnCategory: {
17740
+ id: 7
17741
+ },
17742
+ code: "D5",
17743
+ subCode: "O",
17744
+ taxReturnCode: null,
17745
+ name: "Other work-related expenses",
17746
+ seq: 770,
17747
+ isOtherIncome: 0,
17748
+ createdAt: "2020-06-01 00:00:00",
17749
+ updatedAt: "2020-06-01 00:00:00"
17750
+ },
17751
+ {
17752
+ id: 78,
17753
+ taxReturnCategory: {
17754
+ id: 7
17755
+ },
17756
+ code: "D6",
17757
+ subCode: null,
17758
+ taxReturnCode: null,
17759
+ name: "Low-value pool deduction",
17760
+ seq: 780,
17761
+ isOtherIncome: 0,
17762
+ createdAt: "2020-06-01 00:00:00",
17763
+ updatedAt: "2020-06-01 00:00:00"
17764
+ },
17765
+ {
17766
+ id: 79,
17767
+ taxReturnCategory: {
17768
+ id: 7
17769
+ },
17770
+ code: "D7",
17771
+ subCode: null,
17772
+ taxReturnCode: null,
17773
+ name: "Interest Deductions",
17774
+ seq: 790,
17775
+ isOtherIncome: 0,
17776
+ createdAt: "2020-06-01 00:00:00",
17777
+ updatedAt: "2020-06-01 00:00:00"
17778
+ },
17779
+ {
17780
+ id: 80,
17781
+ taxReturnCategory: {
17782
+ id: 7
17783
+ },
17784
+ code: "D7",
17785
+ subCode: "BL",
17786
+ taxReturnCode: null,
17787
+ name: "Interest Deductions - Linked Bonded & Notes",
17788
+ seq: 800,
17789
+ isOtherIncome: 0,
17790
+ createdAt: "2020-06-01 00:00:00",
17791
+ updatedAt: "2020-06-01 00:00:00"
17792
+ },
17793
+ {
17794
+ id: 81,
17795
+ taxReturnCategory: {
17796
+ id: 7
17797
+ },
17798
+ code: "D7",
17799
+ subCode: "BO",
17800
+ taxReturnCode: null,
17801
+ name: "Interest Deductions - Bonds Other",
17802
+ seq: 810,
17803
+ isOtherIncome: 0,
17804
+ createdAt: "2020-06-01 00:00:00",
17805
+ updatedAt: "2020-06-01 00:00:00"
17806
+ },
17807
+ {
17808
+ id: 82,
17809
+ taxReturnCategory: {
17810
+ id: 7
17811
+ },
17812
+ code: "D7",
17813
+ subCode: "CN",
17814
+ taxReturnCode: null,
17815
+ name: "Interest Deductions - Convertible Notes",
17816
+ seq: 820,
17817
+ isOtherIncome: 0,
17818
+ createdAt: "2020-06-01 00:00:00",
17819
+ updatedAt: "2020-06-01 00:00:00"
17820
+ },
17821
+ {
17822
+ id: 83,
17823
+ taxReturnCategory: {
17824
+ id: 7
17825
+ },
17826
+ code: "D7",
17827
+ subCode: "CP",
17828
+ taxReturnCode: null,
17829
+ name: "Interest Deductions - Convertible Preference Shares",
17830
+ seq: 830,
17831
+ isOtherIncome: 0,
17832
+ createdAt: "2020-06-01 00:00:00",
17833
+ updatedAt: "2020-06-01 00:00:00"
17834
+ },
17835
+ {
17836
+ id: 84,
17837
+ taxReturnCategory: {
17838
+ id: 7
17839
+ },
17840
+ code: "D7",
17841
+ subCode: "IR",
17842
+ taxReturnCode: null,
17843
+ name: "Interest Deductions - Instalment Receipts",
17844
+ seq: 840,
17845
+ isOtherIncome: 0,
17846
+ createdAt: "2020-06-01 00:00:00",
17847
+ updatedAt: "2020-06-01 00:00:00"
17848
+ },
17849
+ {
17850
+ id: 85,
17851
+ taxReturnCategory: {
17852
+ id: 7
17853
+ },
17854
+ code: "D7",
17855
+ subCode: "MA",
17856
+ taxReturnCode: null,
17857
+ name: "Interest Deductions - Allocated Pensions & Annuities",
17858
+ seq: 850,
17859
+ isOtherIncome: 0,
17860
+ createdAt: "2020-06-01 00:00:00",
17861
+ updatedAt: "2020-06-01 00:00:00"
17862
+ },
17863
+ {
17864
+ id: 86,
17865
+ taxReturnCategory: {
17866
+ id: 7
17867
+ },
17868
+ code: "D7",
17869
+ subCode: "MF",
17870
+ taxReturnCode: null,
17871
+ name: "Interest Deductions - Friendly Society",
17872
+ seq: 860,
17873
+ isOtherIncome: 0,
17874
+ createdAt: "2020-06-01 00:00:00",
17875
+ updatedAt: "2020-06-01 00:00:00"
17876
+ },
17877
+ {
17878
+ id: 87,
17879
+ taxReturnCategory: {
17880
+ id: 7
17881
+ },
17882
+ code: "D8",
17883
+ subCode: null,
17884
+ taxReturnCode: null,
17885
+ name: "Dividend Deductions",
17886
+ seq: 870,
17887
+ isOtherIncome: 0,
17888
+ createdAt: "2020-06-01 00:00:00",
17889
+ updatedAt: "2020-06-01 00:00:00"
17890
+ },
17891
+ {
17892
+ id: 88,
17893
+ taxReturnCategory: {
17894
+ id: 7
17895
+ },
17896
+ code: "D8",
17897
+ subCode: "BL",
17898
+ taxReturnCode: null,
17899
+ name: "Dividend Deductions - Linked Bonded & Notes",
17900
+ seq: 880,
17901
+ isOtherIncome: 0,
17902
+ createdAt: "2020-06-01 00:00:00",
17903
+ updatedAt: "2020-06-01 00:00:00"
17904
+ },
17905
+ {
17906
+ id: 89,
17907
+ taxReturnCategory: {
17908
+ id: 7
17909
+ },
17910
+ code: "D8",
17911
+ subCode: "BO",
17912
+ taxReturnCode: null,
17913
+ name: "Dividend Deductions - Bonds Other",
17914
+ seq: 890,
17915
+ isOtherIncome: 0,
17916
+ createdAt: "2020-06-01 00:00:00",
17917
+ updatedAt: "2020-06-01 00:00:00"
17918
+ },
17919
+ {
17920
+ id: 90,
17921
+ taxReturnCategory: {
17922
+ id: 7
17923
+ },
17924
+ code: "D8",
17925
+ subCode: "CN",
17926
+ taxReturnCode: null,
17927
+ name: "Dividend Deductions - Convertible Notes",
17928
+ seq: 900,
17929
+ isOtherIncome: 0,
17930
+ createdAt: "2020-06-01 00:00:00",
17931
+ updatedAt: "2020-06-01 00:00:00"
17932
+ },
17933
+ {
17934
+ id: 91,
17935
+ taxReturnCategory: {
17936
+ id: 7
17937
+ },
17938
+ code: "D8",
17939
+ subCode: "CP",
17940
+ taxReturnCode: null,
17941
+ name: "Dividend Deductions - Convertible Preference Share",
17942
+ seq: 910,
17943
+ isOtherIncome: 0,
17944
+ createdAt: "2020-06-01 00:00:00",
17945
+ updatedAt: "2020-06-01 00:00:00"
17946
+ },
17947
+ {
17948
+ id: 92,
17949
+ taxReturnCategory: {
17950
+ id: 7
17951
+ },
17952
+ code: "D8",
17953
+ subCode: "MA",
17954
+ taxReturnCode: null,
17955
+ name: "Dividend Deductions - Allocated Pensions & Annuities",
17956
+ seq: 920,
17957
+ isOtherIncome: 0,
17958
+ createdAt: "2020-06-01 00:00:00",
17959
+ updatedAt: "2020-06-01 00:00:00"
17960
+ },
17961
+ {
17962
+ id: 93,
17963
+ taxReturnCategory: {
17964
+ id: 7
17965
+ },
17966
+ code: "D8",
17967
+ subCode: "MF",
17968
+ taxReturnCode: null,
17969
+ name: "Dividend Deductions - Friendly Society",
17970
+ seq: 930,
17971
+ isOtherIncome: 0,
17972
+ createdAt: "2020-06-01 00:00:00",
17973
+ updatedAt: "2020-06-01 00:00:00"
17974
+ },
17975
+ {
17976
+ id: 94,
17977
+ taxReturnCategory: {
17978
+ id: 7
17979
+ },
17980
+ code: "D9",
17981
+ subCode: "J",
17982
+ taxReturnCode: null,
17983
+ name: "Gifts or donations",
17984
+ seq: 940,
17985
+ isOtherIncome: 0,
17986
+ createdAt: "2020-06-01 00:00:00",
17987
+ updatedAt: "2020-06-01 00:00:00"
17988
+ },
17989
+ {
17990
+ id: 95,
17991
+ taxReturnCategory: {
17992
+ id: 7
17993
+ },
17994
+ code: "D10",
17995
+ subCode: null,
17996
+ taxReturnCode: null,
17997
+ name: "Cost of managing tax affairs",
17998
+ seq: 950,
17999
+ isOtherIncome: 0,
18000
+ createdAt: "2020-06-01 00:00:00",
18001
+ updatedAt: "2020-06-01 00:00:00"
18002
+ },
18003
+ {
18004
+ id: 96,
18005
+ taxReturnCategory: {
18006
+ id: 7
18007
+ },
18008
+ code: "D10",
18009
+ subCode: "N",
18010
+ taxReturnCode: null,
18011
+ name: "Interest Charged by ATO",
18012
+ seq: 960,
18013
+ isOtherIncome: 0,
18014
+ createdAt: "2020-06-01 00:00:00",
18015
+ updatedAt: "2020-06-01 00:00:00"
18016
+ },
18017
+ {
18018
+ id: 97,
18019
+ taxReturnCategory: {
18020
+ id: 7
18021
+ },
18022
+ code: "D10",
18023
+ subCode: "L",
18024
+ taxReturnCode: null,
18025
+ name: "Litigation Costs",
18026
+ seq: 970,
18027
+ isOtherIncome: 0,
18028
+ createdAt: "2020-06-01 00:00:00",
18029
+ updatedAt: "2020-06-01 00:00:00"
18030
+ },
18031
+ {
18032
+ id: 98,
18033
+ taxReturnCategory: {
18034
+ id: 7
18035
+ },
18036
+ code: "D10",
18037
+ subCode: "M",
18038
+ taxReturnCode: null,
18039
+ name: "Accounting Fees",
18040
+ seq: 980,
18041
+ isOtherIncome: 0,
18042
+ createdAt: "2020-06-01 00:00:00",
18043
+ updatedAt: "2020-06-01 00:00:00"
18044
+ },
18045
+ {
18046
+ id: 99,
18047
+ taxReturnCategory: {
18048
+ id: 7
18049
+ },
18050
+ code: "D11",
18051
+ subCode: null,
18052
+ taxReturnCode: null,
18053
+ name: "Deductible amount of undeducted purchase price of a foreign pension or annuity",
18054
+ seq: 990,
18055
+ isOtherIncome: 0,
18056
+ createdAt: "2020-06-01 00:00:00",
18057
+ updatedAt: "2020-06-01 00:00:00"
18058
+ },
18059
+ {
18060
+ id: 100,
18061
+ taxReturnCategory: {
18062
+ id: 18
18063
+ },
18064
+ code: "D12",
18065
+ subCode: null,
18066
+ taxReturnCode: null,
18067
+ name: "Personal superannuation contributions",
18068
+ seq: 1000,
18069
+ isOtherIncome: 0,
18070
+ createdAt: "2020-06-01 00:00:00",
18071
+ updatedAt: "2020-06-01 00:00:00"
18072
+ },
18073
+ {
18074
+ id: 101,
18075
+ taxReturnCategory: {
18076
+ id: 18
18077
+ },
18078
+ code: "D12",
18079
+ subCode: "H",
18080
+ taxReturnCode: null,
18081
+ name: "Personal Super Contributions (Non-Deductible)",
18082
+ seq: 1010,
18083
+ isOtherIncome: 0,
18084
+ createdAt: "2020-06-01 00:00:00",
18085
+ updatedAt: "2020-06-01 00:00:00"
18086
+ },
18087
+ {
18088
+ id: 102,
18089
+ taxReturnCategory: {
18090
+ id: 18
18091
+ },
18092
+ code: "D13",
18093
+ subCode: null,
18094
+ taxReturnCode: null,
18095
+ name: "Deduction for project pool",
18096
+ seq: 1020,
18097
+ isOtherIncome: 0,
18098
+ createdAt: "2020-06-01 00:00:00",
18099
+ updatedAt: "2020-06-01 00:00:00"
18100
+ },
18101
+ {
18102
+ id: 103,
18103
+ taxReturnCategory: {
18104
+ id: 18
18105
+ },
18106
+ code: "D14",
18107
+ subCode: "A",
18108
+ taxReturnCode: null,
18109
+ name: "Forestry managed investment scheme deduction",
18110
+ seq: 1030,
18111
+ isOtherIncome: 0,
18112
+ createdAt: "2020-06-01 00:00:00",
18113
+ updatedAt: "2020-06-01 00:00:00"
18114
+ },
18115
+ {
18116
+ id: 104,
18117
+ taxReturnCategory: {
18118
+ id: 18
18119
+ },
18120
+ code: "D15",
18121
+ subCode: "O",
18122
+ taxReturnCode: null,
18123
+ name: "Non capital losses on disposal of assets",
18124
+ seq: 1040,
18125
+ isOtherIncome: 0,
18126
+ createdAt: "2020-06-01 00:00:00",
18127
+ updatedAt: "2020-06-01 00:00:00"
18128
+ },
18129
+ {
18130
+ id: 105,
18131
+ taxReturnCategory: {
18132
+ id: 18
18133
+ },
18134
+ code: "D15",
18135
+ subCode: "P",
18136
+ taxReturnCode: null,
18137
+ name: "Income Protection Insurance",
18138
+ seq: 1050,
18139
+ isOtherIncome: 0,
18140
+ createdAt: "2020-06-01 00:00:00",
18141
+ updatedAt: "2020-06-01 00:00:00"
18142
+ },
18143
+ {
18144
+ id: 133,
18145
+ taxReturnCategory: {
18146
+ id: 18
18147
+ },
18148
+ code: "D16",
18149
+ subCode: null,
18150
+ taxReturnCode: null,
18151
+ name: "Private income and expenses",
18152
+ seq: 1330,
18153
+ isOtherIncome: 0,
18154
+ createdAt: "2020-06-01 00:00:00",
18155
+ updatedAt: "2020-06-01 00:00:00"
18156
+ },
18157
+ {
18158
+ id: 134,
18159
+ taxReturnCategory: {
18160
+ id: 31
18161
+ },
18162
+ code: 3,
18163
+ subCode: "H",
18164
+ taxReturnCode: null,
18165
+ name: "Lump Sum B",
18166
+ seq: 35,
18167
+ isOtherIncome: 0,
18168
+ createdAt: "2020-06-01 00:00:00",
18169
+ updatedAt: "2020-06-01 00:00:00"
18170
+ },
18171
+ {
18172
+ id: 135,
18173
+ taxReturnCategory: {
18174
+ id: 40
18175
+ },
18176
+ code: 24,
18177
+ subCode: "E",
18178
+ taxReturnCode: null,
18179
+ name: "Tax Withheld Lump Sum payments in arrears",
18180
+ seq: 441,
18181
+ isOtherIncome: 1,
18182
+ createdAt: "2020-06-01 00:00:00",
18183
+ updatedAt: "2020-06-01 00:00:00"
18184
+ },
18185
+ {
18186
+ id: 136,
18187
+ taxReturnCategory: {
18188
+ id: 40
18189
+ },
18190
+ code: 24,
18191
+ subCode: "Y",
18192
+ taxReturnCode: null,
18193
+ name: "Other Income - Category 1",
18194
+ seq: 442,
18195
+ isOtherIncome: 1,
18196
+ createdAt: "2020-06-01 00:00:00",
18197
+ updatedAt: "2020-06-01 00:00:00"
18198
+ },
18199
+ {
18200
+ id: 137,
18201
+ taxReturnCategory: {
18202
+ id: 40
18203
+ },
18204
+ code: 24,
18205
+ subCode: "V",
18206
+ taxReturnCode: null,
18207
+ name: "Other Income - Ctaegory 4",
18208
+ seq: 443,
18209
+ isOtherIncome: 1,
18210
+ createdAt: "2020-06-01 00:00:00",
18211
+ updatedAt: "2020-06-01 00:00:00"
18212
+ },
18213
+ {
18214
+ id: 138,
18215
+ taxReturnCategory: {
18216
+ id: 40
18217
+ },
18218
+ code: 24,
18219
+ subCode: "Z",
18220
+ taxReturnCode: null,
18221
+ name: "Taxable Professional Income",
18222
+ seq: 444,
18223
+ isOtherIncome: 1,
18224
+ createdAt: "2020-06-01 00:00:00",
18225
+ updatedAt: "2020-06-01 00:00:00"
18226
+ },
18227
+ {
18228
+ id: 139,
18229
+ taxReturnCategory: {
18230
+ id: 40
18231
+ },
18232
+ code: 24,
18233
+ subCode: "X",
18234
+ taxReturnCode: null,
18235
+ name: "Other Income - Category 2 - ATO Interest",
18236
+ seq: 445,
18237
+ isOtherIncome: 1,
18238
+ createdAt: "2020-06-01 00:00:00",
18239
+ updatedAt: "2020-06-01 00:00:00"
18240
+ },
18241
+ {
18242
+ id: 140,
18243
+ taxReturnCategory: {
18244
+ id: 6
18245
+ },
18246
+ code: 11,
18247
+ subCode: null,
18248
+ taxReturnCode: null,
18249
+ name: "Dividends",
18250
+ seq: 111,
18251
+ isOtherIncome: 1,
18252
+ createdAt: "2020-06-01 00:00:00",
18253
+ updatedAt: "2020-06-01 00:00:00"
18254
+ },
18255
+ {
18256
+ id: 144,
18257
+ taxReturnCategory: {
18258
+ id: 3
18259
+ },
18260
+ code: 7,
18261
+ subCode: "J",
18262
+ taxReturnCode: null,
18263
+ name: "Superannuation income streams - Taxed Element",
18264
+ seq: 71,
18265
+ isOtherIncome: 1,
18266
+ createdAt: "2020-06-01 00:00:00",
18267
+ updatedAt: "2020-06-01 00:00:00"
18268
+ },
18269
+ {
18270
+ id: 145,
18271
+ taxReturnCategory: {
18272
+ id: 3
18273
+ },
18274
+ code: 7,
18275
+ subCode: "N",
18276
+ taxReturnCode: null,
18277
+ name: "Superannuation income streams - Untaxed Element",
18278
+ seq: 72,
18279
+ isOtherIncome: 1,
18280
+ createdAt: "2020-06-01 00:00:00",
18281
+ updatedAt: "2020-06-01 00:00:00"
18282
+ },
18283
+ {
18284
+ id: 146,
18285
+ taxReturnCategory: {
18286
+ id: 3
18287
+ },
18288
+ code: 7,
18289
+ subCode: "M",
18290
+ taxReturnCode: null,
18291
+ name: "Assessable Amount From Capped Benefit",
18292
+ seq: 73,
18293
+ isOtherIncome: 1,
18294
+ createdAt: "2020-06-01 00:00:00",
18295
+ updatedAt: "2020-06-01 00:00:00"
18296
+ },
18297
+ {
18298
+ id: 147,
18299
+ taxReturnCategory: {
18300
+ id: 3
18301
+ },
18302
+ code: 7,
18303
+ subCode: "Y",
18304
+ taxReturnCode: null,
18305
+ name: "Lump Sum in Arrears - Taxed Element",
18306
+ seq: 74,
18307
+ isOtherIncome: 1,
18308
+ createdAt: "2020-06-01 00:00:00",
18309
+ updatedAt: "2020-06-01 00:00:00"
18310
+ },
18311
+ {
18312
+ id: 148,
18313
+ taxReturnCategory: {
18314
+ id: 3
18315
+ },
18316
+ code: 7,
18317
+ subCode: "Z",
18318
+ taxReturnCode: null,
18319
+ name: "Lump Sum in Arrears - Untaxed Element",
18320
+ seq: 75,
18321
+ isOtherIncome: 1,
18322
+ createdAt: "2020-06-01 00:00:00",
18323
+ updatedAt: "2020-06-01 00:00:00"
18324
+ },
18325
+ {
18326
+ id: 149,
18327
+ taxReturnCategory: {
18328
+ id: 34
18329
+ },
18330
+ code: 8,
18331
+ subCode: "Q",
18332
+ taxReturnCode: null,
18333
+ name: "Superannuation Lump Sum Payments - Taxed Element",
18334
+ seq: 81,
18335
+ isOtherIncome: 1,
18336
+ createdAt: "2020-06-01 00:00:00",
18337
+ updatedAt: "2020-06-01 00:00:00"
18338
+ },
18339
+ {
18340
+ id: 150,
18341
+ taxReturnCategory: {
18342
+ id: 34
18343
+ },
18344
+ code: 8,
18345
+ subCode: "P",
18346
+ taxReturnCode: null,
18347
+ name: "Superannuation Lump Sum Payments - Untaxed Element",
18348
+ seq: 82,
18349
+ isOtherIncome: 1,
18350
+ createdAt: "2020-06-01 00:00:00",
18351
+ updatedAt: "2020-06-01 00:00:00"
18352
+ },
18353
+ {
18354
+ id: 151,
18355
+ taxReturnCategory: {
18356
+ id: 35
18357
+ },
18358
+ code: 12,
18359
+ subCode: "D",
18360
+ taxReturnCode: null,
18361
+ name: "Discount From Taxed Upfront Schemes - Eligible for reduction",
18362
+ seq: 121,
18363
+ isOtherIncome: 1,
18364
+ createdAt: "2020-06-01 00:00:00",
18365
+ updatedAt: "2020-06-01 00:00:00"
18366
+ },
18367
+ {
18368
+ id: 152,
18369
+ taxReturnCategory: {
18370
+ id: 35
18371
+ },
18372
+ code: 12,
18373
+ subCode: "E",
18374
+ taxReturnCode: null,
18375
+ name: "Discount From Taxed Upfront Schemes - Not Eligible for reduction",
18376
+ seq: 122,
18377
+ isOtherIncome: 1,
18378
+ createdAt: "2020-06-01 00:00:00",
18379
+ updatedAt: "2020-06-01 00:00:00"
18380
+ },
18381
+ {
18382
+ id: 153,
18383
+ taxReturnCategory: {
18384
+ id: 35
18385
+ },
18386
+ code: 12,
18387
+ subCode: "F",
18388
+ taxReturnCode: null,
18389
+ name: "Discount From Deferral Schemes",
18390
+ seq: 123,
18391
+ isOtherIncome: 1,
18392
+ createdAt: "2020-06-01 00:00:00",
18393
+ updatedAt: "2020-06-01 00:00:00"
18394
+ },
18395
+ {
18396
+ id: 154,
18397
+ taxReturnCategory: {
18398
+ id: 36
18399
+ },
18400
+ code: 13,
18401
+ subCode: "O",
18402
+ taxReturnCode: null,
18403
+ name: "Partnership Income",
18404
+ seq: 131,
18405
+ isOtherIncome: 1,
18406
+ createdAt: "2020-06-01 00:00:00",
18407
+ updatedAt: "2020-06-01 00:00:00"
18408
+ },
18409
+ {
18410
+ id: 155,
18411
+ taxReturnCategory: {
18412
+ id: 37
18413
+ },
18414
+ code: 13,
18415
+ subCode: "U",
18416
+ taxReturnCode: null,
18417
+ name: "Trust Income",
18418
+ seq: 132,
18419
+ isOtherIncome: 1,
18420
+ createdAt: "2020-06-01 00:00:00",
18421
+ updatedAt: "2020-06-01 00:00:00"
18422
+ },
18423
+ {
18424
+ id: 156,
18425
+ taxReturnCategory: {
18426
+ id: 36
18427
+ },
18428
+ code: 13,
18429
+ subCode: "B",
18430
+ taxReturnCode: null,
18431
+ name: "Partnership Expenses",
18432
+ seq: 133,
18433
+ isOtherIncome: 1,
18434
+ createdAt: "2020-06-01 00:00:00",
18435
+ updatedAt: "2020-06-01 00:00:00"
18436
+ },
18437
+ {
18438
+ id: 157,
18439
+ taxReturnCategory: {
18440
+ id: 37
18441
+ },
18442
+ code: 13,
18443
+ subCode: "Y",
18444
+ taxReturnCode: null,
18445
+ name: "Trust Expenses",
18446
+ seq: 134,
18447
+ isOtherIncome: 1,
18448
+ createdAt: "2020-06-01 00:00:00",
18449
+ updatedAt: "2020-06-01 00:00:00"
18450
+ },
18451
+ {
18452
+ id: 158,
18453
+ taxReturnCategory: {
18454
+ id: 14
18455
+ },
18456
+ code: 14,
18457
+ subCode: "O",
18458
+ taxReturnCode: null,
18459
+ name: "Personal services income (PSI) - labour hire or other",
18460
+ seq: 141,
18461
+ isOtherIncome: 1,
18462
+ createdAt: "2020-06-01 00:00:00",
18463
+ updatedAt: "2020-06-01 00:00:00"
18464
+ },
18465
+ {
18466
+ id: 159,
18467
+ taxReturnCategory: {
18468
+ id: 14
18469
+ },
18470
+ code: 14,
18471
+ subCode: "V",
18472
+ taxReturnCode: null,
18473
+ name: "Personal services income (PSI) - voluntary agreement",
18474
+ seq: 148,
18475
+ isOtherIncome: 1,
18476
+ createdAt: "2020-06-01 00:00:00",
18477
+ updatedAt: "2020-06-01 00:00:00"
18478
+ },
18479
+ {
18480
+ id: 160,
18481
+ taxReturnCategory: {
18482
+ id: 18
18483
+ },
18484
+ code: "D15",
18485
+ subCode: "D",
18486
+ taxReturnCode: null,
18487
+ name: "Foreign exchange losses",
18488
+ seq: 1055,
18489
+ isOtherIncome: 0,
18490
+ createdAt: "2020-06-01 00:00:00",
18491
+ updatedAt: "2020-06-01 00:00:00"
18492
+ },
18493
+ {
18494
+ id: 161,
18495
+ taxReturnCategory: {
18496
+ id: 42
18497
+ },
18498
+ code: 15,
18499
+ subCode: "D",
18500
+ taxReturnCode: null,
18501
+ name: "Gross payments - no ABN given",
18502
+ seq: 1500,
18503
+ isOtherIncome: 0,
18504
+ createdAt: "2022-07-29 00:00:00",
18505
+ updatedAt: "2022-07-29 00:00:00"
18506
+ },
18507
+ {
18508
+ id: 162,
18509
+ taxReturnCategory: {
18510
+ id: 43
18511
+ },
18512
+ code: 15,
18513
+ subCode: "F",
18514
+ taxReturnCode: null,
18515
+ name: "Gross payments - Voluntary agreement",
18516
+ seq: 1510,
18517
+ isOtherIncome: 0,
18518
+ createdAt: "2022-07-29 00:00:00",
18519
+ updatedAt: "2022-07-29 00:00:00"
18520
+ },
18521
+ {
18522
+ id: 163,
18523
+ taxReturnCategory: {
18524
+ id: 50
18525
+ },
18526
+ code: 15,
18527
+ subCode: "G",
18528
+ taxReturnCode: null,
18529
+ name: "Superannuation expenses",
18530
+ seq: 1520,
18531
+ isOtherIncome: 0,
18532
+ createdAt: "2022-07-29 00:00:00",
18533
+ updatedAt: "2022-07-29 00:00:00"
18534
+ },
18535
+ {
18536
+ id: 164,
18537
+ taxReturnCategory: {
18538
+ id: 45
18539
+ },
18540
+ code: 15,
18541
+ subCode: "H",
18542
+ taxReturnCode: null,
18543
+ name: "Assessable Government Payments",
18544
+ seq: 1530,
18545
+ isOtherIncome: 0,
18546
+ createdAt: "2022-07-29 00:00:00",
18547
+ updatedAt: "2022-07-29 00:00:00"
18548
+ },
18549
+ {
18550
+ id: 165,
18551
+ taxReturnCategory: {
18552
+ id: 51
18553
+ },
18554
+ code: 15,
18555
+ subCode: "I",
18556
+ taxReturnCode: null,
18557
+ name: "Bad debts",
18558
+ seq: 1540,
18559
+ isOtherIncome: 0,
18560
+ createdAt: "2022-07-29 00:00:00",
18561
+ updatedAt: "2022-07-29 00:00:00"
18562
+ },
18563
+ {
18564
+ id: 166,
18565
+ taxReturnCategory: {
18566
+ id: 46
18567
+ },
18568
+ code: 15,
18569
+ subCode: "J",
18570
+ taxReturnCode: null,
18571
+ name: "Other Business Income",
18572
+ seq: 1550,
18573
+ isOtherIncome: 0,
18574
+ createdAt: "2022-07-29 00:00:00",
18575
+ updatedAt: "2022-07-29 00:00:00"
18576
+ },
18577
+ {
18578
+ id: 167,
18579
+ taxReturnCategory: {
18580
+ id: 53
18581
+ },
18582
+ code: 15,
18583
+ subCode: "K",
18584
+ taxReturnCode: null,
18585
+ name: "Rent expenses",
18586
+ seq: 1560,
18587
+ isOtherIncome: 0,
18588
+ createdAt: "2022-07-29 00:00:00",
18589
+ updatedAt: "2022-07-29 00:00:00"
18590
+ },
18591
+ {
18592
+ id: 168,
18593
+ taxReturnCategory: {
18594
+ id: 48
18595
+ },
18596
+ code: 15,
18597
+ subCode: "L",
18598
+ taxReturnCode: null,
18599
+ name: "Purchases and other costs",
18600
+ seq: 1570,
18601
+ isOtherIncome: 0,
18602
+ createdAt: "2022-07-29 00:00:00",
18603
+ updatedAt: "2022-07-29 00:00:00"
18604
+ },
18605
+ {
18606
+ id: 169,
18607
+ taxReturnCategory: {
18608
+ id: 56
18609
+ },
18610
+ code: 15,
18611
+ subCode: "M",
18612
+ taxReturnCode: null,
18613
+ name: "Depreciation expenses",
18614
+ seq: 1580,
18615
+ isOtherIncome: 0,
18616
+ createdAt: "2022-07-29 00:00:00",
18617
+ updatedAt: "2022-07-29 00:00:00"
18618
+ },
18619
+ {
18620
+ id: 170,
18621
+ taxReturnCategory: {
18622
+ id: 57
18623
+ },
18624
+ code: 15,
18625
+ subCode: "N",
18626
+ taxReturnCode: null,
18627
+ name: "Motor vehicle expenses",
18628
+ seq: 1590,
18629
+ isOtherIncome: 0,
18630
+ createdAt: "2022-07-29 00:00:00",
18631
+ updatedAt: "2022-07-29 00:00:00"
18632
+ },
18633
+ {
18634
+ id: 171,
18635
+ taxReturnCategory: {
18636
+ id: 44
18637
+ },
18638
+ code: 15,
18639
+ subCode: "O",
18640
+ taxReturnCode: null,
18641
+ name: "Gross payments - Labour hire or other",
18642
+ seq: 1600,
18643
+ isOtherIncome: 0,
18644
+ createdAt: "2022-07-29 00:00:00",
18645
+ updatedAt: "2022-07-29 00:00:00"
18646
+ },
18647
+ {
18648
+ id: 172,
18649
+ taxReturnCategory: {
18650
+ id: 58
18651
+ },
18652
+ code: 15,
18653
+ subCode: "P",
18654
+ taxReturnCode: null,
18655
+ name: "All other expenses",
18656
+ seq: 1610,
18657
+ isOtherIncome: 0,
18658
+ createdAt: "2022-07-29 00:00:00",
18659
+ updatedAt: "2022-07-29 00:00:00"
18660
+ },
18661
+ {
18662
+ id: 173,
18663
+ taxReturnCategory: {
18664
+ id: 54
18665
+ },
18666
+ code: 15,
18667
+ subCode: "Q",
18668
+ taxReturnCode: null,
18669
+ name: "Interest expenses within Australia",
18670
+ seq: 1620,
18671
+ isOtherIncome: 0,
18672
+ createdAt: "2022-07-29 00:00:00",
18673
+ updatedAt: "2022-07-29 00:00:00"
18674
+ },
18675
+ {
18676
+ id: 174,
18677
+ taxReturnCategory: {
18678
+ id: 55
18679
+ },
18680
+ code: 15,
18681
+ subCode: "R",
18682
+ taxReturnCode: null,
18683
+ name: "Interest expenses overseas",
18684
+ seq: 1630,
18685
+ isOtherIncome: 0,
18686
+ createdAt: "2022-07-29 00:00:00",
18687
+ updatedAt: "2022-07-29 00:00:00"
18688
+ },
18689
+ {
18690
+ id: 175,
18691
+ taxReturnCategory: {
18692
+ id: 49
18693
+ },
18694
+ code: 15,
18695
+ subCode: "F",
18696
+ taxReturnCode: null,
18697
+ name: "Contractors, subcontractors & commission expenses",
18698
+ seq: 1575,
18699
+ isOtherIncome: 0,
18700
+ createdAt: "2022-08-31 00:00:00",
18701
+ updatedAt: "2022-08-31 00:00:00"
18702
+ },
18703
+ {
18704
+ id: 176,
18705
+ taxReturnCategory: {
18706
+ id: 52
18707
+ },
18708
+ code: 15,
18709
+ subCode: "J",
18710
+ taxReturnCode: null,
18711
+ name: "Lease expenses",
18712
+ seq: 1545,
18713
+ isOtherIncome: 0,
18714
+ createdAt: "2022-08-31 00:00:00",
18715
+ updatedAt: "2022-08-31 00:00:00"
18716
+ },
18717
+ {
18718
+ id: 177,
18719
+ taxReturnCategory: {
18720
+ id: 14
18721
+ },
18722
+ code: 14,
18723
+ subCode: "J",
18724
+ taxReturnCode: null,
18725
+ name: "Personal services income (PSI) - Other",
18726
+ seq: 142,
18727
+ isOtherIncome: 1,
18728
+ createdAt: "2022-10-15 00:00:00",
18729
+ updatedAt: "2022-10-15 00:00:00"
18730
+ },
18731
+ {
18732
+ id: 178,
18733
+ taxReturnCategory: {
18734
+ id: 14
18735
+ },
18736
+ code: 14,
18737
+ subCode: "K",
18738
+ taxReturnCode: null,
18739
+ name: "Personal services income (PSI) - Deductions Associates",
18740
+ seq: 143,
18741
+ isOtherIncome: 1,
18742
+ createdAt: "2022-10-15 00:00:00",
18743
+ updatedAt: "2022-10-15 00:00:00"
18744
+ },
18745
+ {
18746
+ id: 179,
18747
+ taxReturnCategory: {
18748
+ id: 14
18749
+ },
18750
+ code: 14,
18751
+ subCode: "L",
18752
+ taxReturnCode: null,
18753
+ name: "Personal services income (PSI) - Deductions Other",
18754
+ seq: 144,
18755
+ isOtherIncome: 1,
18756
+ createdAt: "2022-10-15 00:00:00",
18757
+ updatedAt: "2022-10-15 00:00:00"
18758
+ }
18759
+ ];
18760
+
18761
+ class TaxReturnItemService extends DataService {
18762
+ constructor() {
18763
+ super();
18764
+ this.modelClass = TaxReturnItem;
18765
+ this.collectionClass = Collection;
18766
+ this.setCache(TaxReturnItems);
18767
+ }
18768
+ }
18769
+ TaxReturnItemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
18770
+ TaxReturnItemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' });
18771
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, decorators: [{
18772
+ type: Injectable,
18773
+ args: [{
18774
+ providedIn: 'root'
18775
+ }]
18776
+ }], ctorParameters: function () { return []; } });
18777
+
18778
+ /**
18779
+ * Enum list of all possible account setup items. Using with [ACCOUNT_SETUP_ITEMS]{@link ACCOUNT_SETUP_ITEMS}
18780
+ */
18781
+ var AccountSetupItemsEnum;
18782
+ (function (AccountSetupItemsEnum) {
18783
+ AccountSetupItemsEnum[AccountSetupItemsEnum["SALARY"] = 0] = "SALARY";
18784
+ AccountSetupItemsEnum[AccountSetupItemsEnum["OTHER_INCOME"] = 1] = "OTHER_INCOME";
18785
+ AccountSetupItemsEnum[AccountSetupItemsEnum["PROPERTY"] = 2] = "PROPERTY";
18786
+ AccountSetupItemsEnum[AccountSetupItemsEnum["BANK_FEEDS"] = 3] = "BANK_FEEDS";
18787
+ AccountSetupItemsEnum[AccountSetupItemsEnum["WORK_LOGBOOK"] = 4] = "WORK_LOGBOOK";
18788
+ AccountSetupItemsEnum[AccountSetupItemsEnum["TRANSACTION"] = 5] = "TRANSACTION";
18789
+ AccountSetupItemsEnum[AccountSetupItemsEnum["SOLE_BUSINESS"] = 6] = "SOLE_BUSINESS";
18790
+ AccountSetupItemsEnum[AccountSetupItemsEnum["HOLDINGS"] = 7] = "HOLDINGS";
18791
+ })(AccountSetupItemsEnum || (AccountSetupItemsEnum = {}));
18792
+
18793
+ /**
18794
+ * List of all possible account setup steps
18795
+ */
18796
+ const ACCOUNT_SETUP_ITEMS = {
18797
+ [AccountSetupItemsEnum.SALARY]: plainToClass(AccountSetupItem, {
18798
+ title: 'Add your work income forecast',
18799
+ description: 'One the most important steps is to add your salary or wage incomes so we can automatically calculate tax withheld and your forecasted tax position.',
18800
+ url: '/client/work-tank/forecasting',
18801
+ urlFragment: 'salaryProductTour',
18802
+ clientIncomeTypes: ['work']
18803
+ }),
18804
+ [AccountSetupItemsEnum.OTHER_INCOME]: plainToClass(AccountSetupItem, {
18805
+ title: 'Add any other expected incomes',
18806
+ description: 'To ensure an accurate tax position forecast, add estimates for any other income types, like dividends, interest, trusts, annuities, director payments etc.',
18807
+ url: '/client/work-tank/forecasting',
18808
+ urlFragment: 'otherIncomeProductTour',
18809
+ clientIncomeTypes: ['work']
18810
+ }),
18811
+ [AccountSetupItemsEnum.PROPERTY]: plainToClass(AccountSetupItem, {
18812
+ title: 'Add your properties',
18813
+ description: 'Add your properties to seamlessly manage your rental incomes and expenses, whilst tracking your cash position, tax positions and equity forecasts in real time.',
18814
+ url: '/client/property-tank',
18815
+ urlFragment: 'productTour',
18816
+ clientIncomeTypes: ['property']
18817
+ }),
18818
+ [AccountSetupItemsEnum.BANK_FEEDS]: plainToClass(AccountSetupItem, {
18819
+ title: 'Link banks and select accounts',
18820
+ description: 'Link banks to automatically feed your account transactions to save you time and money. Allocating live transactions ensures nothing is missed, lost or forgotten!',
18821
+ url: '/client/bank-feeds',
18822
+ urlFragment: 'bankAccountProductTour',
18823
+ clientIncomeTypes: ['work', 'property', 'sole']
18824
+ }),
18825
+ [AccountSetupItemsEnum.WORK_LOGBOOK]: plainToClass(AccountSetupItem, {
18826
+ title: 'Set up your logbook method',
18827
+ description: 'Do you use your vehicle for work? Select your method and the kms or logbook % to automate accurately all vehicle expenses throughout the year.',
18828
+ url: '/client/work-tank/logbook',
18829
+ urlFragment: 'productTour'
18830
+ }),
18831
+ [AccountSetupItemsEnum.TRANSACTION]: plainToClass(AccountSetupItem, {
18832
+ title: 'Allocate transactions',
18833
+ description: 'Select one or multiple transactions, the category from the dropdown and attach your receipt. It’s that simple to capture every possible deduction, and keep organised all throughout the year.',
18834
+ url: '/client/bank-feeds',
18835
+ urlFragment: 'allocationProductTour',
18836
+ clientIncomeTypes: ['work', 'property', 'sole']
18837
+ }),
18838
+ [AccountSetupItemsEnum.SOLE_BUSINESS]: plainToClass(AccountSetupItem, {
18839
+ title: 'Add your Sole Trader business',
18840
+ description: 'Add up to 6 sole trader businesses to seamlessly manage invoicing, payments, BAS and prior even losses for every hustle without the hassle!',
18841
+ url: '/client/sole-tank',
18842
+ urlFragment: 'productTour',
18843
+ clientIncomeTypes: ['sole']
18844
+ }),
18845
+ [AccountSetupItemsEnum.HOLDINGS]: plainToClass(AccountSetupItem, {
18846
+ title: 'Add your holdings',
18847
+ description: 'Track your trades for shares, crypto and other assets in one place, and auto calculate CGT all year round!',
18848
+ url: '/client/holdings-tank',
18849
+ // @TODO Nicole waiting for product tour from
18850
+ urlFragment: 'productTour',
18851
+ clientIncomeTypes: ['holdings']
18852
+ }),
18853
+ };
18854
+
18855
+ /**
18856
+ * Service handling user's account setup process.
18857
+ * Checks required steps and their completion
18858
+ */
18859
+ class AccountSetupService {
18860
+ constructor(clientIncomeTypesService, propertyService, incomeSourceService, bankAccountsService, transactionAllocationService, vehicleClaimService, transactionService, soleBusinessService, holdingService, userService) {
18861
+ this.clientIncomeTypesService = clientIncomeTypesService;
18862
+ this.propertyService = propertyService;
18863
+ this.incomeSourceService = incomeSourceService;
18864
+ this.bankAccountsService = bankAccountsService;
18865
+ this.transactionAllocationService = transactionAllocationService;
18866
+ this.vehicleClaimService = vehicleClaimService;
18867
+ this.transactionService = transactionService;
18868
+ this.soleBusinessService = soleBusinessService;
18869
+ this.holdingService = holdingService;
18870
+ this.userService = userService;
18871
+ this.cacheSubject = new ReplaySubject(1);
18872
+ }
18873
+ /**
18874
+ * Get list of account setup items for current user
18875
+ */
18876
+ get() {
18877
+ if (!this.cache) {
18878
+ this.cache = new AccountSetupItemCollection([]);
18879
+ this.clientIncomeTypesService.getSingle()
18880
+ .pipe(mergeMap((incomeTypes) => {
18881
+ this.clientIncomeTypesId = incomeTypes.id;
18882
+ return this.createBatch(incomeTypes);
18883
+ }))
18884
+ .subscribe((items) => {
18885
+ switch (true) {
18886
+ case !this.cache:
18887
+ case this.cache.filterBy('isCompleted', true).length !== items.filterBy('isCompleted', true).length:
18888
+ case this.cache.length !== items.length:
18889
+ this.cache = cloneDeep$1(items);
18890
+ this.cacheSubject.next(this.cache);
18891
+ }
18892
+ });
18893
+ }
18894
+ return this.cacheSubject.asObservable();
18895
+ }
18896
+ /**
18897
+ * Prepare client income types to update to hide depended account setup items
18898
+ */
18899
+ prepareIncomeTypes(item) {
18900
+ return plainToClass(ClientIncomeTypes, Object.assign({ id: this.clientIncomeTypesId }, fromPairs(item.clientIncomeTypes.map((type) => [type, false]))));
18901
+ }
18902
+ /**
18903
+ * Get a single AccountSetupItem and check it's completion
18904
+ */
18905
+ create(itemType, request) {
18906
+ return request.pipe(map((result) => {
18907
+ const item = ACCOUNT_SETUP_ITEMS[itemType];
18908
+ if (result.length) {
18909
+ item.isCompleted = true;
18910
+ }
18911
+ else {
18912
+ item.isCompleted = false;
18913
+ }
18914
+ return item;
18915
+ }));
18916
+ }
18917
+ /**
18918
+ * Get batch of requests to get list of required AccountSetupItem's.
18919
+ * Some items are optional and depends of user's client income types
18920
+ */
18921
+ createBatch(incomeTypes) {
18922
+ const batch = [];
18923
+ const user = this.userService.getCache();
18924
+ // Salary item is completed when user added salary income source
18925
+ if (incomeTypes.work && user.hasRoles(UserRolesEnum.WORK_TANK)) {
18926
+ batch.push(this.create(AccountSetupItemsEnum.SALARY, this.getIncomeSources(true)),
18927
+ // Other income is a part of work tank, completed when user added at least one other income source
18928
+ this.create(AccountSetupItemsEnum.OTHER_INCOME, this.getIncomeSources()));
18929
+ }
18930
+ // Rental income item is completed when user added at least one property
18931
+ if (incomeTypes.property && user.hasRoles(UserRolesEnum.PROPERTY_TANK)) {
18932
+ batch.push(this.create(AccountSetupItemsEnum.PROPERTY, this.propertyService.getArray()));
18933
+ }
18934
+ // Sole business item is completed when user added at least one business
18935
+ if (incomeTypes.sole && user.hasRoles(UserRolesEnum.SOLE_TANK)) {
18936
+ batch.push(this.create(AccountSetupItemsEnum.SOLE_BUSINESS, this.soleBusinessService.get()));
18937
+ }
18938
+ // holdings item is completed when user added at least one holding
18939
+ if (incomeTypes.holdings && user.hasRoles(UserRolesEnum.HOLDING_TANK)) {
18940
+ batch.push(this.create(AccountSetupItemsEnum.HOLDINGS, this.holdingService.getArray()));
18941
+ }
18942
+ if (incomeTypes.sole || incomeTypes.property || incomeTypes.work || incomeTypes.holdings) {
18943
+ // Bank feeds item is completed when user added at least one bank account (basiq or manual)
18944
+ batch.push(this.getBankFeedsItem());
18945
+ // Logbook item is completed when user has at least one vehicle claim with any method (kms or logbook)
18946
+ batch.push(this.getLogbookItem());
18947
+ // Allocation item is completed when user added at least one transaction allocation
18948
+ batch.push(this.create(AccountSetupItemsEnum.TRANSACTION, this.transactionAllocationService.get()));
18949
+ }
18950
+ return combineLatest(batch).pipe(map((items) => new AccountSetupItemCollection(items)));
18951
+ }
18952
+ /**
18953
+ * @TODO Alex: work with collection when services refactored
18954
+ * @TODO Vik: waiting for income sources refactoring
18955
+ */
18956
+ getIncomeSources(isSalary = false) {
18957
+ return this.incomeSourceService.get().pipe(map((incomeSources) => {
18958
+ const collection = new IncomeSourceCollection(incomeSources);
18959
+ if (isSalary) {
18960
+ return collection.getSalary();
18961
+ }
18962
+ return collection.items.filter((incomeSource) => incomeSource.isOtherIncome());
18963
+ }));
18964
+ }
18965
+ /**
18966
+ * Show logbook item when user has at least 1 vehicle transaction
18967
+ */
18968
+ getLogbookItem() {
18969
+ return this.transactionService.get()
18970
+ .pipe(
18971
+ // @TODO Alex: remove map when services start work with collections
18972
+ map((transactions) => new TransactionCollection(transactions)), mergeMap((transactions) => {
18973
+ if (transactions.getVehicleTransactions().length) {
18974
+ return this.create(AccountSetupItemsEnum.WORK_LOGBOOK, this.vehicleClaimService.get());
18975
+ }
18976
+ return of(null);
18977
+ }));
18978
+ }
18979
+ /**
18980
+ * Show bank feeds item when user has only holding tank
18981
+ */
18982
+ getBankFeedsItem() {
18983
+ const userRoles = this.userService.getCache().roles;
18984
+ const bankFeedsRoles = [UserRolesEnum.PROPERTY_TANK, UserRolesEnum.WORK_TANK, UserRolesEnum.SOLE_TANK];
18985
+ if (!intersection(bankFeedsRoles, userRoles).length) {
18986
+ return of(null);
18987
+ }
18988
+ return this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray());
18989
+ }
18990
+ }
18991
+ 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 });
18992
+ AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
18993
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, decorators: [{
18994
+ type: Injectable,
18995
+ args: [{
18996
+ providedIn: 'root'
18997
+ }]
18998
+ }], ctorParameters: function () { return [{ type: ClientIncomeTypesService }, { type: PropertyService }, { type: IncomeSourceService }, { type: BankAccountService }, { type: TransactionAllocationService }, { type: VehicleClaimService }, { type: TransactionService }, { type: SoleBusinessService }, { type: HoldingService }, { type: UserService }]; } });
18999
+
19000
+ /**
19001
+ * Service to work with Rewardful (affiliate program) API
19002
+ * https://developers.rewardful.com/javascript-api/overview#executing-code-when-rewardful-loads
19003
+ */
19004
+ class RewardfulService {
16864
19005
  constructor(environment) {
16865
19006
  this.environment = environment;
16866
19007
  }
@@ -16875,9 +19016,9 @@ class RewardfulService {
16875
19016
  });
16876
19017
  }
16877
19018
  }
16878
- RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16879
- RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RewardfulService, providedIn: 'root' });
16880
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RewardfulService, decorators: [{
19019
+ RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
19020
+ RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, providedIn: 'root' });
19021
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, decorators: [{
16881
19022
  type: Injectable,
16882
19023
  args: [{
16883
19024
  providedIn: 'root'
@@ -16922,9 +19063,9 @@ class AssetsService {
16922
19063
  return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
16923
19064
  }
16924
19065
  }
16925
- AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
16926
- AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AssetsService, providedIn: 'root' });
16927
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: AssetsService, decorators: [{
19066
+ 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 });
19067
+ AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, providedIn: 'root' });
19068
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, decorators: [{
16928
19069
  type: Injectable,
16929
19070
  args: [{
16930
19071
  providedIn: 'root'
@@ -16983,9 +19124,9 @@ class BankTransactionCalculationService {
16983
19124
  return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
16984
19125
  }
16985
19126
  }
16986
- BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
16987
- BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
16988
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
19127
+ BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19128
+ BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
19129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
16989
19130
  type: Injectable,
16990
19131
  args: [{
16991
19132
  providedIn: 'root'
@@ -17014,9 +19155,9 @@ class BankAccountCalculationService {
17014
19155
  return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
17015
19156
  }
17016
19157
  }
17017
- BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
17018
- BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
17019
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BankAccountCalculationService, decorators: [{
19158
+ BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
19159
+ BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
19160
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, decorators: [{
17020
19161
  type: Injectable,
17021
19162
  args: [{
17022
19163
  providedIn: 'root'
@@ -17044,9 +19185,9 @@ class ExportFormatterService {
17044
19185
  }));
17045
19186
  }
17046
19187
  }
17047
- ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
17048
- ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
17049
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ExportFormatterService, decorators: [{
19188
+ 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 });
19189
+ ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
19190
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, decorators: [{
17050
19191
  type: Injectable,
17051
19192
  args: [{
17052
19193
  providedIn: 'root'
@@ -17067,9 +19208,9 @@ class HeaderTitleService {
17067
19208
  }), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
17068
19209
  }
17069
19210
  }
17070
- HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
17071
- HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
17072
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: HeaderTitleService, decorators: [{
19211
+ 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 });
19212
+ HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
19213
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, decorators: [{
17073
19214
  type: Injectable,
17074
19215
  args: [{
17075
19216
  providedIn: 'root'
@@ -17103,9 +19244,9 @@ class IntercomService {
17103
19244
  window.Intercom('boot', connectionCredentials);
17104
19245
  }
17105
19246
  }
17106
- IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
17107
- IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IntercomService, providedIn: 'root' });
17108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: IntercomService, decorators: [{
19247
+ IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
19248
+ IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, providedIn: 'root' });
19249
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, decorators: [{
17109
19250
  type: Injectable,
17110
19251
  args: [{
17111
19252
  providedIn: 'root'
@@ -17175,9 +19316,9 @@ class PdfFromDomElementService {
17175
19316
  .then((blob) => new File([blob], filename, { type: 'application/pdf' })));
17176
19317
  }
17177
19318
  }
17178
- PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17179
- PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
17180
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromDomElementService, decorators: [{
19319
+ PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19320
+ PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
19321
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, decorators: [{
17181
19322
  type: Injectable,
17182
19323
  args: [{
17183
19324
  providedIn: 'root'
@@ -17271,9 +19412,9 @@ class PdfFromTableService {
17271
19412
  .setTextColor(FILE_SETTINGS.text.colorPrimary);
17272
19413
  }
17273
19414
  }
17274
- PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17275
- PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
17276
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromTableService, decorators: [{
19415
+ PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19416
+ PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
19417
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, decorators: [{
17277
19418
  type: Injectable,
17278
19419
  args: [{
17279
19420
  providedIn: 'root'
@@ -17312,9 +19453,9 @@ class PdfFromDataTableService extends PdfFromTableService {
17312
19453
  return pdf;
17313
19454
  }
17314
19455
  }
17315
- PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
17316
- PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
17317
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromDataTableService, decorators: [{
19456
+ PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
19457
+ PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
19458
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, decorators: [{
17318
19459
  type: Injectable,
17319
19460
  args: [{
17320
19461
  providedIn: 'root'
@@ -17350,9 +19491,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
17350
19491
  return pdf;
17351
19492
  }
17352
19493
  }
17353
- PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
17354
- PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
17355
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
19494
+ PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
19495
+ PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
19496
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
17356
19497
  type: Injectable,
17357
19498
  args: [{
17358
19499
  providedIn: 'root'
@@ -17379,9 +19520,9 @@ class EquityPositionChartService {
17379
19520
  }))));
17380
19521
  }
17381
19522
  }
17382
- EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
17383
- EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
17384
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: EquityPositionChartService, decorators: [{
19523
+ 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 });
19524
+ EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
19525
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, decorators: [{
17385
19526
  type: Injectable,
17386
19527
  args: [{
17387
19528
  providedIn: 'root'
@@ -17534,9 +19675,9 @@ class PropertyCalculationService {
17534
19675
  }
17535
19676
  }
17536
19677
  }
17537
- PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17538
- PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
17539
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyCalculationService, decorators: [{
19678
+ PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19679
+ PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
19680
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, decorators: [{
17540
19681
  type: Injectable,
17541
19682
  args: [{
17542
19683
  providedIn: 'root'
@@ -17587,9 +19728,9 @@ class PropertyTransactionReportService {
17587
19728
  .getWithoutBorrowingExpenses()));
17588
19729
  }
17589
19730
  }
17590
- PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
17591
- PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
17592
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
19731
+ 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 });
19732
+ PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
19733
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
17593
19734
  type: Injectable,
17594
19735
  args: [{
17595
19736
  providedIn: 'root'
@@ -17657,9 +19798,9 @@ class TransactionCalculationService {
17657
19798
  return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
17658
19799
  }
17659
19800
  }
17660
- TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17661
- TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
17662
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: TransactionCalculationService, decorators: [{
19801
+ TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19802
+ TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
19803
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, decorators: [{
17663
19804
  type: Injectable,
17664
19805
  args: [{
17665
19806
  providedIn: 'root'
@@ -17719,9 +19860,9 @@ class LogbookBestPeriodService {
17719
19860
  });
17720
19861
  }
17721
19862
  }
17722
- LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
17723
- LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
17724
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
19863
+ 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 });
19864
+ LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
19865
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
17725
19866
  type: Injectable,
17726
19867
  args: [{
17727
19868
  providedIn: 'root'
@@ -17799,9 +19940,9 @@ class XlsxService {
17799
19940
  FileSaver.saveAs(data, `${fileName}.xlsx`);
17800
19941
  }
17801
19942
  }
17802
- XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
17803
- XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: XlsxService, providedIn: 'root' });
17804
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: XlsxService, decorators: [{
19943
+ XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
19944
+ XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, providedIn: 'root' });
19945
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, decorators: [{
17805
19946
  type: Injectable,
17806
19947
  args: [{
17807
19948
  providedIn: 'root'
@@ -20996,13 +23137,10 @@ var MessagesEnum;
20996
23137
  })(MessagesEnum || (MessagesEnum = {}));
20997
23138
 
20998
23139
  // @TODO Alex: Create indexes everywhere and break this file to imports from indexes
20999
- /**
21000
- * Public API Surface of tt-core
21001
- */
21002
23140
 
21003
23141
  /**
21004
23142
  * Generated bundle index. Do not edit.
21005
23143
  */
21006
23144
 
21007
- 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 };
23145
+ 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 };
21008
23146
  //# sourceMappingURL=taxtank-core.mjs.map