taxtank-core 2.1.43 → 2.1.46

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.
@@ -722,9 +722,6 @@ let User$1 = class User extends ObservableModel {
722
722
  static { this.className = 'User'; }
723
723
  };
724
724
 
725
- let VehicleClaimDetails$1 = class VehicleClaimDetails extends AbstractModel {
726
- };
727
-
728
725
  let VehicleClaim$1 = class VehicleClaim extends ObservableModel {
729
726
  static { this.className = 'VehicleClaim'; }
730
727
  };
@@ -1245,6 +1242,36 @@ var BusinessChartAccountsEnum;
1245
1242
  BusinessChartAccountsEnum[BusinessChartAccountsEnum["HOME_OFFICE_RATES"] = 891] = "HOME_OFFICE_RATES";
1246
1243
  BusinessChartAccountsEnum[BusinessChartAccountsEnum["HOME_OFFICE_OTHER"] = 894] = "HOME_OFFICE_OTHER";
1247
1244
  BusinessChartAccountsEnum[BusinessChartAccountsEnum["CREDIT_ADJUSTMENT"] = 912] = "CREDIT_ADJUSTMENT";
1245
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["PROJECT_MANAGEMENT_FEES"] = 933] = "PROJECT_MANAGEMENT_FEES";
1246
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["CONSULTING_FEES"] = 934] = "CONSULTING_FEES";
1247
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["DELIVERY_EARNINGS"] = 935] = "DELIVERY_EARNINGS";
1248
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["TIPS_GRATUITIES"] = 936] = "TIPS_GRATUITIES";
1249
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["BONUSES_INCENTIVES"] = 937] = "BONUSES_INCENTIVES";
1250
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["REFERRAL_BONUSES"] = 938] = "REFERRAL_BONUSES";
1251
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["FREELANCE_INCOME"] = 939] = "FREELANCE_INCOME";
1252
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["PLATFORM_FEES_REIMBURSEMENTS"] = 940] = "PLATFORM_FEES_REIMBURSEMENTS";
1253
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["NDIS_PARTICIPANT_FEES"] = 941] = "NDIS_PARTICIPANT_FEES";
1254
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["GOVERNMENT_NDIS_PAYMENTS"] = 942] = "GOVERNMENT_NDIS_PAYMENTS";
1255
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["SUPPORT_COORDINATION_INCOME"] = 943] = "SUPPORT_COORDINATION_INCOME";
1256
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["ASSISTIVE_TECHNOLOGY_SALES"] = 944] = "ASSISTIVE_TECHNOLOGY_SALES";
1257
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["THERAPEUTIC_SUPPORTS_INCOME"] = 945] = "THERAPEUTIC_SUPPORTS_INCOME";
1258
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["CONSULTATION_FEES"] = 946] = "CONSULTATION_FEES";
1259
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["BULK_BILLING_INCOME"] = 947] = "BULK_BILLING_INCOME";
1260
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["MEDICARE_REBATES"] = 948] = "MEDICARE_REBATES";
1261
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["SPECIALIST_SERVICE_FEES"] = 949] = "SPECIALIST_SERVICE_FEES";
1262
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["TELEHEALTH_INCOME"] = 950] = "TELEHEALTH_INCOME";
1263
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["MEDICAL_TESTING_DIAGNOSTIC_INCOME"] = 951] = "MEDICAL_TESTING_DIAGNOSTIC_INCOME";
1264
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["ALLOWANCES_RECEIVED"] = 952] = "ALLOWANCES_RECEIVED";
1265
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["RENTAL_INCOME"] = 953] = "RENTAL_INCOME";
1266
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["PROPERTY_MANAGEMENT_INCOME"] = 954] = "PROPERTY_MANAGEMENT_INCOME";
1267
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["GOVERNMENT_RENT_ASSISTANCE"] = 955] = "GOVERNMENT_RENT_ASSISTANCE";
1268
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["LEASE_PAYMENTS_RECEIVED"] = 956] = "LEASE_PAYMENTS_RECEIVED";
1269
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["CONSULTATION_CANCELLATION_FEES"] = 1007] = "CONSULTATION_CANCELLATION_FEES";
1270
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["RECOVERIES_FROM_TENANTS"] = 1008] = "RECOVERIES_FROM_TENANTS";
1271
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["RENTAL_BOND"] = 1009] = "RENTAL_BOND";
1272
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["CHILDCARE_FEES"] = 1010] = "CHILDCARE_FEES";
1273
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["GOVERNMENT_CHILDCARE_SUBSIDIES"] = 1011] = "GOVERNMENT_CHILDCARE_SUBSIDIES";
1274
+ BusinessChartAccountsEnum[BusinessChartAccountsEnum["ADDITIONAL_CHILDCARE_SERVICES"] = 1017] = "ADDITIONAL_CHILDCARE_SERVICES";
1248
1275
  })(BusinessChartAccountsEnum || (BusinessChartAccountsEnum = {}));
1249
1276
 
1250
1277
  var ChartAccountsMetaFieldListEnum;
@@ -5422,35 +5449,67 @@ __decorate([
5422
5449
  Type(() => SoleBusinessLossOffsetRule)
5423
5450
  ], SoleBusinessLoss.prototype, "offsetRule", void 0);
5424
5451
 
5452
+ const invoiceChartAccountsConst = [
5453
+ BusinessChartAccountsEnum.PSI_ABN_NOT_QUOTED,
5454
+ BusinessChartAccountsEnum.PSI_LABOUR_HIRE_OR_OTHER,
5455
+ BusinessChartAccountsEnum.PSI_VOLUNTARY_AGREEMENT,
5456
+ BusinessChartAccountsEnum.SALES,
5457
+ BusinessChartAccountsEnum.LABOUR,
5458
+ BusinessChartAccountsEnum.UBER_INCOME,
5459
+ BusinessChartAccountsEnum.COMMISSION,
5460
+ BusinessChartAccountsEnum.PARTS_CONSUMABLES,
5461
+ BusinessChartAccountsEnum.OTHER_BUSINESS_INCOME,
5462
+ BusinessChartAccountsEnum.ASSESSIBLE_GOVERNMENT_PAYMENTS,
5463
+ BusinessChartAccountsEnum.GROSS_PAYMENTS_NO_ABN_GIVEN,
5464
+ BusinessChartAccountsEnum.GROSS_PAYMENTS_VOLUNTARY_AGREEMENT,
5465
+ BusinessChartAccountsEnum.GROSS_PAYMENTS_LABOUR_HIRE_OR_OTHER_SPECIFIED_PAYMENTS,
5466
+ BusinessChartAccountsEnum.CONTRACTORS_AND_COMMISSION,
5467
+ BusinessChartAccountsEnum.SUPERANNUATION,
5468
+ BusinessChartAccountsEnum.PSI_OTHER,
5469
+ BusinessChartAccountsEnum.OTHER_ASSESSABLE_PAYMENTS,
5470
+ BusinessChartAccountsEnum.JOBKEEPER,
5471
+ BusinessChartAccountsEnum.GST_REFUND,
5472
+ BusinessChartAccountsEnum.PAYG_INSTALLMENTS,
5473
+ BusinessChartAccountsEnum.INTEREST_EARNED,
5474
+ BusinessChartAccountsEnum.CREDIT_ADJUSTMENT,
5475
+ BusinessChartAccountsEnum.PROJECT_MANAGEMENT_FEES,
5476
+ BusinessChartAccountsEnum.CONSULTING_FEES,
5477
+ BusinessChartAccountsEnum.DELIVERY_EARNINGS,
5478
+ BusinessChartAccountsEnum.TIPS_GRATUITIES,
5479
+ BusinessChartAccountsEnum.BONUSES_INCENTIVES,
5480
+ BusinessChartAccountsEnum.REFERRAL_BONUSES,
5481
+ BusinessChartAccountsEnum.FREELANCE_INCOME,
5482
+ BusinessChartAccountsEnum.PLATFORM_FEES_REIMBURSEMENTS,
5483
+ BusinessChartAccountsEnum.NDIS_PARTICIPANT_FEES,
5484
+ BusinessChartAccountsEnum.GOVERNMENT_NDIS_PAYMENTS,
5485
+ BusinessChartAccountsEnum.SUPPORT_COORDINATION_INCOME,
5486
+ BusinessChartAccountsEnum.ASSISTIVE_TECHNOLOGY_SALES,
5487
+ BusinessChartAccountsEnum.THERAPEUTIC_SUPPORTS_INCOME,
5488
+ BusinessChartAccountsEnum.CONSULTATION_FEES,
5489
+ BusinessChartAccountsEnum.BULK_BILLING_INCOME,
5490
+ BusinessChartAccountsEnum.MEDICARE_REBATES,
5491
+ BusinessChartAccountsEnum.SPECIALIST_SERVICE_FEES,
5492
+ BusinessChartAccountsEnum.TELEHEALTH_INCOME,
5493
+ BusinessChartAccountsEnum.MEDICAL_TESTING_DIAGNOSTIC_INCOME,
5494
+ BusinessChartAccountsEnum.ALLOWANCES_RECEIVED,
5495
+ BusinessChartAccountsEnum.RENTAL_INCOME,
5496
+ BusinessChartAccountsEnum.PROPERTY_MANAGEMENT_INCOME,
5497
+ BusinessChartAccountsEnum.GOVERNMENT_RENT_ASSISTANCE,
5498
+ BusinessChartAccountsEnum.LEASE_PAYMENTS_RECEIVED,
5499
+ BusinessChartAccountsEnum.CONSULTATION_CANCELLATION_FEES,
5500
+ BusinessChartAccountsEnum.RECOVERIES_FROM_TENANTS,
5501
+ BusinessChartAccountsEnum.RENTAL_BOND,
5502
+ BusinessChartAccountsEnum.CHILDCARE_FEES,
5503
+ BusinessChartAccountsEnum.GOVERNMENT_CHILDCARE_SUBSIDIES,
5504
+ BusinessChartAccountsEnum.ADDITIONAL_CHILDCARE_SERVICES
5505
+ ];
5506
+
5425
5507
  class SoleInvoiceItem extends SoleInvoiceItem$1 {
5426
5508
  constructor() {
5427
5509
  super(...arguments);
5428
5510
  this.isGST = false;
5429
5511
  }
5430
- static { this.chartAccounts = [
5431
- BusinessChartAccountsEnum.PSI_ABN_NOT_QUOTED,
5432
- BusinessChartAccountsEnum.PSI_LABOUR_HIRE_OR_OTHER,
5433
- BusinessChartAccountsEnum.PSI_VOLUNTARY_AGREEMENT,
5434
- BusinessChartAccountsEnum.SALES,
5435
- BusinessChartAccountsEnum.LABOUR,
5436
- BusinessChartAccountsEnum.UBER_INCOME,
5437
- BusinessChartAccountsEnum.COMMISSION,
5438
- BusinessChartAccountsEnum.PARTS_CONSUMABLES,
5439
- BusinessChartAccountsEnum.OTHER_BUSINESS_INCOME,
5440
- BusinessChartAccountsEnum.ASSESSIBLE_GOVERNMENT_PAYMENTS,
5441
- BusinessChartAccountsEnum.GROSS_PAYMENTS_NO_ABN_GIVEN,
5442
- BusinessChartAccountsEnum.GROSS_PAYMENTS_VOLUNTARY_AGREEMENT,
5443
- BusinessChartAccountsEnum.GROSS_PAYMENTS_LABOUR_HIRE_OR_OTHER_SPECIFIED_PAYMENTS,
5444
- BusinessChartAccountsEnum.CONTRACTORS_AND_COMMISSION,
5445
- BusinessChartAccountsEnum.SUPERANNUATION,
5446
- BusinessChartAccountsEnum.PSI_OTHER,
5447
- BusinessChartAccountsEnum.OTHER_ASSESSABLE_PAYMENTS,
5448
- BusinessChartAccountsEnum.JOBKEEPER,
5449
- BusinessChartAccountsEnum.GST_REFUND,
5450
- BusinessChartAccountsEnum.PAYG_INSTALLMENTS,
5451
- BusinessChartAccountsEnum.INTEREST_EARNED,
5452
- BusinessChartAccountsEnum.CREDIT_ADJUSTMENT
5453
- ]; }
5512
+ static { this.chartAccounts = invoiceChartAccountsConst; }
5454
5513
  get totalPrice() {
5455
5514
  return this.price * this.quantity;
5456
5515
  }
@@ -5730,46 +5789,29 @@ __decorate([
5730
5789
  Type(() => VehicleLogbook)
5731
5790
  ], Vehicle.prototype, "logbook", void 0);
5732
5791
 
5733
- var VehicleClaimDetailsMethodEnum;
5734
- (function (VehicleClaimDetailsMethodEnum) {
5735
- VehicleClaimDetailsMethodEnum[VehicleClaimDetailsMethodEnum["KMS"] = 1] = "KMS";
5736
- VehicleClaimDetailsMethodEnum[VehicleClaimDetailsMethodEnum["LOGBOOK"] = 2] = "LOGBOOK";
5737
- })(VehicleClaimDetailsMethodEnum || (VehicleClaimDetailsMethodEnum = {}));
5792
+ var VehicleClaimMethodEnum;
5793
+ (function (VehicleClaimMethodEnum) {
5794
+ VehicleClaimMethodEnum[VehicleClaimMethodEnum["KMS"] = 1] = "KMS";
5795
+ VehicleClaimMethodEnum[VehicleClaimMethodEnum["LOGBOOK"] = 2] = "LOGBOOK";
5796
+ })(VehicleClaimMethodEnum || (VehicleClaimMethodEnum = {}));
5738
5797
 
5739
- class VehicleClaimDetails extends VehicleClaimDetails$1 {
5798
+ class VehicleClaim extends VehicleClaim$1 {
5740
5799
  constructor() {
5741
5800
  super(...arguments);
5742
- /**
5743
- * Init default values for the new instances
5744
- */
5745
5801
  this.isManual = true;
5802
+ this.method = VehicleClaimMethodEnum.KMS;
5746
5803
  this.financialYear = new FinancialYear().year;
5747
- }
5748
- isLogbookMethod() {
5749
- return this.method === VehicleClaimDetailsMethodEnum.LOGBOOK;
5750
- }
5751
- isKmsMethod() {
5752
- return this.method === VehicleClaimDetailsMethodEnum.KMS;
5753
- }
5754
- }
5755
- __decorate([
5756
- Type(() => User)
5757
- ], VehicleClaimDetails.prototype, "user", void 0);
5758
-
5759
- class VehicleClaim extends VehicleClaim$1 {
5760
- constructor() {
5761
- super(...arguments);
5762
5804
  this.kilometers = 0;
5763
5805
  this.workUsage = 0;
5764
5806
  }
5765
- /**
5766
- * limit for kms claim method
5767
- */
5768
5807
  static { this.totalKmsLimit = 5000; }
5769
- /**
5770
- * limit for work usage claim method
5771
- */
5772
5808
  static { this.totalWorkUsagePercent = 100; }
5809
+ isLogbookMethod() {
5810
+ return this.method === VehicleClaimMethodEnum.LOGBOOK;
5811
+ }
5812
+ isKmsMethod() {
5813
+ return this.method === VehicleClaimMethodEnum.KMS;
5814
+ }
5773
5815
  isWorkTank() {
5774
5816
  return !this.business;
5775
5817
  }
@@ -5803,8 +5845,8 @@ class VehicleClaim extends VehicleClaim$1 {
5803
5845
  }
5804
5846
  }
5805
5847
  __decorate([
5806
- Type(() => VehicleClaimDetails)
5807
- ], VehicleClaim.prototype, "details", void 0);
5848
+ Type(() => User)
5849
+ ], VehicleClaim.prototype, "user", void 0);
5808
5850
  __decorate([
5809
5851
  Type(() => SoleBusiness)
5810
5852
  ], VehicleClaim.prototype, "business", void 0);
@@ -6143,12 +6185,14 @@ class User extends User$1 {
6143
6185
  /**
6144
6186
  * search roles including hierarchy
6145
6187
  */
6146
- hasRoles(roles) {
6188
+ hasRoles(roles, hierarchy = true) {
6147
6189
  roles = roles instanceof Array ? roles : [roles];
6148
6190
  if (!roles.length) {
6149
6191
  return true;
6150
6192
  }
6151
- roles = flatten(roles.map((role) => USER_ROLES[role]));
6193
+ if (hierarchy) {
6194
+ roles = flatten(roles.map((role) => USER_ROLES[role]));
6195
+ }
6152
6196
  return !!intersection(this.roles, roles).length;
6153
6197
  }
6154
6198
  getTankTypes() {
@@ -8071,12 +8115,12 @@ var LossTypeEnum;
8071
8115
  * https://taxtank.atlassian.net/wiki/spaces/TAXTANK/pages/4644110466/Tax+Return+MyTax+-+Online+Form (section "Business income or losses")
8072
8116
  */
8073
8117
  class MyTaxBusinessDetails {
8074
- constructor(vehicleClaimDetails, businesses, soleDetails, user) {
8118
+ constructor(vehicleClaim, businesses, soleDetails, user) {
8075
8119
  this.businessActivities = uniqBy(businesses.mapBy('activity'), 'id');
8076
8120
  this.businessABN = soleDetails?.abn;
8077
8121
  this.businessAddress = user.address?.name;
8078
8122
  this.businesses = businesses;
8079
- this.vehicleClaimDetails = vehicleClaimDetails;
8123
+ this.vehicleClaim = vehicleClaim;
8080
8124
  }
8081
8125
  }
8082
8126
 
@@ -8384,11 +8428,10 @@ class MyTaxDeductions {
8384
8428
  * can't claim the first $250 of self-education expenses (Item code D4)
8385
8429
  */
8386
8430
  static { this.selfEducationNotDeductibleAmount = new FinancialYear().year > 2022 ? 0 : -250; }
8387
- constructor(transactions, depreciations, vehicleClaim, vehicleClaimDetails, vehicleClaimRate) {
8431
+ constructor(transactions, depreciations, vehicleClaim, vehicleClaimRate) {
8388
8432
  this.transactions = transactions;
8389
8433
  this.depreciations = depreciations;
8390
8434
  this.vehicleClaim = vehicleClaim;
8391
- this.vehicleClaimDetails = vehicleClaimDetails;
8392
8435
  this.vehicleClaimRate = vehicleClaimRate;
8393
8436
  // user can have no selected vehicle claim
8394
8437
  if (this.vehicleClaim) {
@@ -8442,8 +8485,8 @@ class MyTaxDeductions {
8442
8485
  .sumBy('claimAmount');
8443
8486
  }
8444
8487
  getVehicleExpensesTotalAmount() {
8445
- if (this.vehicleClaimDetails) {
8446
- return this.vehicleClaimDetails.isLogbookMethod() ? this.totalExpensesAmount : this.klmsMethodClaimAmount;
8488
+ if (this.vehicleClaim) {
8489
+ return this.vehicleClaim.isLogbookMethod() ? this.totalExpensesAmount : this.klmsMethodClaimAmount;
8447
8490
  }
8448
8491
  return 0;
8449
8492
  }
@@ -11539,8 +11582,8 @@ var AppEventTypeEnum;
11539
11582
  AppEventTypeEnum[AppEventTypeEnum["TRANSACTION_DELETED"] = 44] = "TRANSACTION_DELETED";
11540
11583
  AppEventTypeEnum[AppEventTypeEnum["TRANSACTION_UPDATED"] = 45] = "TRANSACTION_UPDATED";
11541
11584
  AppEventTypeEnum[AppEventTypeEnum["TRANSACTIONS_CREATED"] = 46] = "TRANSACTIONS_CREATED";
11542
- AppEventTypeEnum[AppEventTypeEnum["VEHICLE_CLAIM_DETAILS_UPDATED"] = 47] = "VEHICLE_CLAIM_DETAILS_UPDATED";
11543
- AppEventTypeEnum[AppEventTypeEnum["VEHICLE_CLAIM_DETAILS_CREATED"] = 48] = "VEHICLE_CLAIM_DETAILS_CREATED";
11585
+ AppEventTypeEnum[AppEventTypeEnum["VEHICLE_CLAIM_UPDATED"] = 47] = "VEHICLE_CLAIM_UPDATED";
11586
+ AppEventTypeEnum[AppEventTypeEnum["VEHICLE_CLAIM_CREATED"] = 48] = "VEHICLE_CLAIM_CREATED";
11544
11587
  AppEventTypeEnum[AppEventTypeEnum["VEHICLE_LOGBOOK_CREATED"] = 49] = "VEHICLE_LOGBOOK_CREATED";
11545
11588
  AppEventTypeEnum[AppEventTypeEnum["VEHICLE_LOGBOOK_UPDATED"] = 50] = "VEHICLE_LOGBOOK_UPDATED";
11546
11589
  AppEventTypeEnum[AppEventTypeEnum["VEHICLE_LOGBOOK_DELETED"] = 51] = "VEHICLE_LOGBOOK_DELETED";
@@ -14644,9 +14687,7 @@ class DepreciationService extends RestService$1 {
14644
14687
  */
14645
14688
  listenVehicleClaimChanges() {
14646
14689
  this.eventDispatcherService.on2(...VehicleClaim.getEventNames('post', 'put')).subscribe(() => this.refreshCache());
14647
- this.eventDispatcherService.on([
14648
- AppEventTypeEnum.VEHICLE_CLAIM_DETAILS_UPDATED
14649
- ]).subscribe(() => {
14690
+ this.eventDispatcherService.on([AppEventTypeEnum.VEHICLE_CLAIM_UPDATED]).subscribe(() => {
14650
14691
  this.refreshCache();
14651
14692
  });
14652
14693
  }
@@ -18011,7 +18052,7 @@ class TransactionService extends RestService {
18011
18052
  }
18012
18053
  listenVehicleClaimChanges() {
18013
18054
  this.eventDispatcherService.on2(...VehicleClaim.getEventNames('post', 'put')).subscribe(() => this.refreshCache());
18014
- this.eventDispatcherService.on([AppEventTypeEnum.VEHICLE_CLAIM_DETAILS_UPDATED]).subscribe(() => {
18055
+ this.eventDispatcherService.on([AppEventTypeEnum.VEHICLE_CLAIM_UPDATED]).subscribe(() => {
18015
18056
  this.refreshCache();
18016
18057
  });
18017
18058
  }
@@ -18176,21 +18217,14 @@ var VehicleMessagesEnum;
18176
18217
  })(VehicleMessagesEnum || (VehicleMessagesEnum = {}));
18177
18218
 
18178
18219
  class VehicleClaimService extends RestService$1 {
18179
- constructor(environment) {
18180
- super(environment);
18181
- this.environment = environment;
18220
+ constructor() {
18221
+ super(...arguments);
18182
18222
  this.endpointUri = 'vehicle-claims';
18183
18223
  this.modelClass = VehicleClaim;
18184
18224
  this.collectionClass = VehicleClaimCollection;
18185
18225
  this.roles = [UserRolesEnum$1.WORK_TANK, UserRolesEnum$1.SOLE_TANK];
18186
- this.listenEvents();
18187
- }
18188
- listenEvents() {
18189
- this.eventDispatcherService.on([AppEventTypeEnum.VEHICLE_CLAIM_DETAILS_UPDATED]).subscribe(() => {
18190
- this.refreshCache();
18191
- });
18192
18226
  }
18193
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: VehicleClaimService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable }); }
18227
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
18194
18228
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: VehicleClaimService, providedIn: 'root' }); }
18195
18229
  }
18196
18230
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: VehicleClaimService, decorators: [{
@@ -18198,75 +18232,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImpo
18198
18232
  args: [{
18199
18233
  providedIn: 'root'
18200
18234
  }]
18201
- }], ctorParameters: () => [{ type: undefined, decorators: [{
18202
- type: Inject,
18203
- args: ['environment']
18204
- }] }] });
18205
-
18206
- /**
18207
- * @TODO TT-1777 Alex: extend from rest service when it refactored
18208
- */
18209
- class VehicleClaimDetailsService {
18210
- constructor(environment, http, eventDispatcherService) {
18211
- this.environment = environment;
18212
- this.http = http;
18213
- this.eventDispatcherService = eventDispatcherService;
18214
- this.cacheSubject = new ReplaySubject(1);
18215
- this.url = 'vehicle-claim-details';
18216
- }
18217
- get() {
18218
- if (!this.cache) {
18219
- this.http.get(`${this.environment.apiV2}/${this.url}`)
18220
- .pipe(map((response) => plainToClass(VehicleClaimDetails, response[0])))
18221
- .subscribe((vehicleClaimDetails) => {
18222
- this.cache = vehicleClaimDetails;
18223
- this.cacheSubject.next(this.cache);
18224
- });
18225
- }
18226
- return this.cacheSubject.asObservable();
18227
- }
18228
- add(details) {
18229
- return this.http.post(`${this.environment.apiV2}/${this.url}`, details).pipe(map((newDetails) => {
18230
- const details = plainToClass(VehicleClaimDetails, newDetails);
18231
- this.cache = details;
18232
- this.cacheSubject.next(details);
18233
- this.eventDispatcherService.dispatch(new AppEvent(AppEventTypeEnum.VEHICLE_CLAIM_DETAILS_CREATED, details));
18234
- return details;
18235
- }));
18236
- }
18237
- update(details) {
18238
- return this.http.put(`${this.environment.apiV2}/${this.url}/${details.id}`, details).pipe(map((updatedDetails) => {
18239
- const details = plainToClass(VehicleClaimDetails, updatedDetails);
18240
- this.cache = details;
18241
- this.cacheSubject.next(details);
18242
- this.eventDispatcherService.dispatch(new AppEvent(AppEventTypeEnum.VEHICLE_CLAIM_DETAILS_UPDATED, details));
18243
- return details;
18244
- }));
18245
- }
18246
- /**
18247
- * Set vehicle claim details as manual
18248
- * @TODO Vik: Best period move this and related logic to backend
18249
- */
18250
- updateToManual() {
18251
- // no need to update if cache not exist
18252
- if (!this.cache) {
18253
- return;
18254
- }
18255
- const vehicleClaimDetails = plainToClass(VehicleClaimDetails, Object.assign({}, this.cache, { isManual: true }));
18256
- this.update(vehicleClaimDetails).subscribe();
18257
- }
18258
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable }); }
18259
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' }); }
18260
- }
18261
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
18262
- type: Injectable,
18263
- args: [{
18264
- providedIn: 'root'
18265
- }]
18266
- }], ctorParameters: () => [{ type: undefined, decorators: [{
18267
- type: Inject,
18268
- args: ['environment']
18269
- }] }, { type: i1.HttpClient }, { type: EventDispatcherService }] });
18235
+ }] });
18270
18236
 
18271
18237
  /**
18272
18238
  * Vehicle logbook service. Allows user to add, update or delete vehicle trips
@@ -18481,7 +18447,8 @@ var UserMessagesEnum;
18481
18447
  UserMessagesEnum["PHOTO_UPDATED"] = "Profile photo updated";
18482
18448
  UserMessagesEnum["USER_DATA_UPDATED"] = "Data was successfully updated!";
18483
18449
  UserMessagesEnum["CLIENT_DETAILS_UPDATED"] = "Client details updated";
18484
- UserMessagesEnum["DELETE"] = "Closing your account will mean you won't be able to access this account again. It will also revoke consent for all banks and delete all transaction data. This can not be undone.";
18450
+ UserMessagesEnum["DELETE"] = "Deleting your account is permanent. All your data will be permanently deleted, bank feeds disconnected, and access removed immediately. Once it\u2019s gone, it\u2019s gone. No take-backs. No undo.";
18451
+ UserMessagesEnum["DELETE_FIRM"] = "Deleting this account is permanent. All team members will be removed, client access will be revoked, and all firm data will be permanently deleted immediately. This action cannot be undone.";
18485
18452
  UserMessagesEnum["PASSWORD_UPDATED"] = "Password changed successfully!";
18486
18453
  UserMessagesEnum["PASSWORD_MISMATCH"] = "Your current password is wrong";
18487
18454
  UserMessagesEnum["PASSWORD_ERROR"] = "Can not change password. Try again later";
@@ -22851,9 +22818,6 @@ const ENDPOINTS = {
22851
22818
  VEHICLE_LOGBOOKS_POST: new Endpoint('POST', '\\/vehicles\\/logbooks'),
22852
22819
  VEHICLE_LOGBOOKS_PUT: new Endpoint('PUT', '\\/vehicles\\/logbooks\\/\\d+'),
22853
22820
  VEHICLE_LOGBOOKS_DELETE: new Endpoint('DELETE', '\\/vehicles\\/logbooks\\/\\d+'),
22854
- VEHICLE_CLAIM_DETAILS_GET: new Endpoint('GET', '\\/vehicle-claim-details'),
22855
- VEHICLE_CLAIM_DETAILS_POST: new Endpoint('POST', '\\/vehicle-claim-details'),
22856
- VEHICLE_CLAIM_DETAILS_PUT: new Endpoint('PUT', '\\/vehicle-claim-details\\/\\d+'),
22857
22821
  AUSSIE_STORES_GET: new Endpoint('GET', '\\/aussie\\/stores'),
22858
22822
  MFA_LOGIN: new Endpoint('POST', '\\/2fa_check'),
22859
22823
  MFA_DETAILS_POST: new Endpoint('POST', '\\/mfa-details'),
@@ -22966,13 +22930,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.10", ngImpo
22966
22930
  }] }] });
22967
22931
 
22968
22932
  const ADBLOCK_ERROR_HTML = new InjectionToken('ADBLOCK_ERROR_HTML');
22969
- const ADBLOCK_ERROR_HTML_VALUE = `
22970
- <div class="text-center">
22971
- <strong>Action needed - Your adblocker is blocking CoreLogic</strong>
22972
- To add a property in TaxTank we need to fetch data from CoreLogic — but your ad blocker is getting in the way.
22973
- Please disable your adblocker or whitelist TaxTank to continue.
22974
- <a class="btn" target="_blank" href="https://support.taxtank.com.au/en/articles/10505609-how-to-ensure-seamless-functionality-while-using-ad-blockers-with-taxtank">Learn more</a>
22975
- </div>
22933
+ const ADBLOCK_ERROR_HTML_VALUE = `
22934
+ <div class="text-center">
22935
+ <strong>Action needed - Your adblocker is blocking CoreLogic</strong>
22936
+ To add a property in TaxTank we need to fetch data from CoreLogic — but your ad blocker is getting in the way.
22937
+ Please disable your adblocker or whitelist TaxTank to continue.
22938
+ <a class="btn" target="_blank" href="https://support.taxtank.com.au/en/articles/10505609-how-to-ensure-seamless-functionality-while-using-ad-blockers-with-taxtank">Learn more</a>
22939
+ </div>
22976
22940
  `;
22977
22941
 
22978
22942
  /**
@@ -26149,7 +26113,7 @@ class MyTaxBusinessDetailsForm extends AbstractForm {
26149
26113
  constructor(businessDetails) {
26150
26114
  super({
26151
26115
  vehicleClaimMethod: new UntypedFormControl({
26152
- value: businessDetails.vehicleClaimDetails?.method,
26116
+ value: businessDetails.vehicleClaim?.method,
26153
26117
  disabled: true
26154
26118
  }),
26155
26119
  businessType: new UntypedFormControl({ value: BusinessTypeEnum.SOLE_TRADER, disabled: true }),
@@ -26371,7 +26335,7 @@ class MyTaxDeductionsForm extends AbstractForm {
26371
26335
  constructor(deductions) {
26372
26336
  super({
26373
26337
  vehicleClaimMethod: new UntypedFormControl({
26374
- value: deductions.vehicleClaimDetails?.method,
26338
+ value: deductions.vehicleClaim?.method,
26375
26339
  disabled: true
26376
26340
  }),
26377
26341
  vehicleExpensesTotalAmount: new UntypedFormControl({
@@ -26758,19 +26722,20 @@ class VehicleForm extends AbstractForm {
26758
26722
  * Add/Edit Vehicle Claim form
26759
26723
  */
26760
26724
  class VehicleClaimForm extends AbstractForm {
26761
- /**
26762
- * @param vehicleClaim required even for the new claim, because claim needs business for sole tank
26763
- * @param details required for form controls disabled state management
26764
- */
26765
- constructor(vehicleClaim, details) {
26725
+ constructor(vehicleClaim, isBestPeriodExist) {
26766
26726
  super({
26767
- kilometers: new UntypedFormControl({
26727
+ method: new FormControl(vehicleClaim.method, Validators.required),
26728
+ isManual: new FormControl({
26729
+ value: vehicleClaim.isManual,
26730
+ disabled: !isBestPeriodExist
26731
+ }),
26732
+ kilometers: new FormControl({
26768
26733
  value: vehicleClaim.kilometers,
26769
- disabled: !details.isManual || details.isLogbookMethod()
26734
+ disabled: !vehicleClaim.isManual || vehicleClaim.isLogbookMethod()
26770
26735
  }),
26771
- workUsage: new UntypedFormControl({
26736
+ workUsage: new FormControl({
26772
26737
  value: vehicleClaim.workUsage,
26773
- disabled: !details.isManual || details.isKmsMethod()
26738
+ disabled: !vehicleClaim.isManual || vehicleClaim.isKmsMethod()
26774
26739
  })
26775
26740
  }, vehicleClaim);
26776
26741
  }
@@ -26779,21 +26744,6 @@ class VehicleClaimForm extends AbstractForm {
26779
26744
  }
26780
26745
  }
26781
26746
 
26782
- /**
26783
- * Add/Edit vehicle claim details form
26784
- */
26785
- class VehicleClaimDetailsForm extends AbstractForm {
26786
- constructor(vehicleClaimDetails, isBestPeriodExist) {
26787
- super({
26788
- method: new UntypedFormControl(vehicleClaimDetails.method, Validators.required),
26789
- isManual: new UntypedFormControl({
26790
- value: vehicleClaimDetails.isManual,
26791
- disabled: !isBestPeriodExist
26792
- }),
26793
- }, vehicleClaimDetails);
26794
- }
26795
- }
26796
-
26797
26747
  /**
26798
26748
  * Add/Edit vehicle logbook form.
26799
26749
  * Behavior cases:
@@ -27680,8 +27630,9 @@ class TransactionBaseFilterForm extends FormGroup {
27680
27630
  if (value.tankType) {
27681
27631
  collection = collection.filterBy('tankType', value.tankType);
27682
27632
  }
27683
- if (value.businesses?.length) {
27684
- collection = collection.filterBy('business.id', value.businesses.map(business => business.id));
27633
+ const businesses = value.businesses instanceof Array ? value.businesses : [value.businesses];
27634
+ if (businesses?.length) {
27635
+ collection = collection.filterBy('business.id', businesses.map(business => business.id));
27685
27636
  }
27686
27637
  if (value.properties?.length) {
27687
27638
  collection = collection.filterBy('property.id', value.properties.map(property => property.id));
@@ -28204,5 +28155,5 @@ var MessagesEnum;
28204
28155
  * Generated bundle index. Do not edit.
28205
28156
  */
28206
28157
 
28207
- export { ADBLOCK_ERROR_HTML, ADBLOCK_ERROR_HTML_VALUE, AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupItemStatusEnum, AccountSetupItemsEnum, AccountSetupService, AdblockDetectorService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppCurrencyPipe, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AppPercentPipe, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AussieAppointment, AussieAppointmentForm, AussieBroker, AussieConfirmationForm, AussieService, AussieStore, AussieStoreForm, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountForm, BankAccountImportForm, BankAccountMessagesEnum, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionCollection, BankConnectionForm, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionChartData, BankTransactionCollection, BankTransactionComment, BankTransactionCommentForm, BankTransactionCommentMessagesEnum, BankTransactionCommentService, BankTransactionImport, BankTransactionImportCollection, BankTransactionImportMessagesEnum, BankTransactionImportService, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportMessagesEnum, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BasiqUser, BasiqUserService, BestVehicleLogbookCollection, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BorrowingReport, BorrowingReportForm, BorrowingReportMessagesEnum, BorrowingReportService, Budget, BudgetCollection, BudgetForm, BudgetMessagesEnum, BudgetMetadataInterface, BudgetRule, BudgetRuleCollection, BudgetRuleForm, BudgetRuleItem, BudgetRuleItemCollection, BudgetRuleService, BudgetService, BudgetTypeEnum, BusinessChartAccountsEnum, BusinessResolver, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CalendarEvent, CalendarEventCollection, CalendarEventTypeEnum, CalendarReminder, CalendarReminderCollection, CalendarReminderForm, CalendarReminderMessagesEnum, CalendarReminderService, CalendarReminderTypeEnum, CalendarViewEnum, CapitalLoss, CapitalLossForm, CapitalLossMessagesEnum, CapitalLossService, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsAdjustmentIncludedListEnum, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsForm, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMessagesEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsPropertyAdjustmentsListEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueCollection, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatFilterForm, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientCouponService, ClientDetails, ClientDetailsForm, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientInvite, ClientInviteCollection, ClientInviteForm, ClientInviteMessages, ClientInvitePutForm, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementForm, ClientMovementMessagesEnum, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CollectionForm, CoreModule, CorelogicMessagesEnum, CorelogicService, CorelogicSuggestion, Country, Currency, CurrencyService, CurrentFirmBranchService, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DailyFrequencyEnum, DateAmountDictionary, DateFormatsEnum, DateRange, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderCollection, DocumentFolderForm, DocumentFolderMessagesEnum, DocumentFolderService, DocumentForm, DocumentMessagesEnum, DocumentService, DocumentTypeEnum, ENDPOINTS, EXPENSE_CATEGORY_BY_TYPE, EmployeeCollection, EmployeeDetails, EmployeeDetailsForm, EmployeeInvite, EmployeeInviteCollection, EmployeeInviteForm, EmployeeInviteRoleEnum, EmployeeInviteService, EmployeeMessagesEnum, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialGoal, FinancialGoalCollection, FinancialGoalFilterForm, FinancialGoalForm, FinancialGoalMessagesEnum, FinancialGoalService, FinancialGoalStatusEnum, FinancialGoalTypeEnum, FinancialYear, FinancialYearService, Firm, FirmBranch, FirmBranchForm, FirmBranchMessagesEnum, FirmBranchService, FirmForm, FirmInviteForm, FirmMessagesEnum, FirmService, FirmTypeEnum, FormValidationsEnum, GenderEnum, GoogleService, HTTP_ERROR_MESSAGES, HeaderTitleService, Holding, HoldingCollection, HoldingExpenseForm, HoldingIncomeForm, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleService, HoldingTrade, HoldingTradeCollection, HoldingTradeFilterForm, HoldingTradeForm, HoldingTradeImport, HoldingTradeImportCollection, HoldingTradeImportForm, HoldingTradeImportMessagesEnum, HoldingTradeImportService, HoldingTradeMessagesEnum, HoldingTradeReportItem, HoldingTradeService, HoldingTradeTypeEnum, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeListEnum, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, HomeOfficeCalculatorForm, HomeOfficeClaim, HomeOfficeClaimCollection, HomeOfficeClaimForm, HomeOfficeClaimMessagesEnum, HomeOfficeClaimMethodEnum, HomeOfficeClaimService, HomeOfficeLog, HomeOfficeLogForm, HomeOfficeLogMessagesEnum, HomeOfficeLogService, INCOME_CATEGORY_BY_TYPE, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastCollection, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceMessagesEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, InvoicePaymentForm, InvoiceTransactionsService, JsPdf, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanInterestTypeEnum, LoanInterestTypeLabelEnum, LoanMaxNumberOfPaymentsEnum, LoanMessagesEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentTypeEnum, LoanRepaymentTypeLabelEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MfaDetails, MfaDetailsForm, MfaDetailsMessagesEnum, MfaDetailsService, MoneyCalendarEvent, MoneyCalendarEventCollection, MoneyScheduleFilterForm, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfService, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, PriorDepreciationService, PriorTransactionService, Property, PropertyAddForm, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementForm, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyEditForm, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyForecastForm, PropertyMessagesEnum, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareForm, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, PropertyValuationCollection, PropertyValuationForm, PropertyValuationMessages, PropertyValuationService, REPORTS, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, RelativeDatePipe, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestMessagesEnum, RestService$1 as RestService, SERVICE_PRODUCT_ROLES, SafeUrlPipe, SalaryForecast, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceEnum, ServicePriceOldEnum, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIconsEnum, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, SetupItemTypeEnum, SharesightDetails, SharesightDetailsMessagesEnum, SharesightDetailsService, SharesightPortfolio, SharesightPortfolioMessages, SharesightPortfolioService, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossCollection, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessMessagesEnum, SoleBusinessService, SoleContact, SoleContactForm, SoleContactItem, SoleContactItemCollection, SoleContactMessagesEnum, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsResolver, SoleDetailsService, SoleForecast, SoleForecastService, SoleIncomeForm, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStateEnum, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SoleInvoiceTypeEnum, SolePlItem, SolePlItemCollection, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionMessagesEnum, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionCollection, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemEnum, TaxReturnItemService, TaxReview, TaxReviewCollection, TaxReviewFilterForm, TaxReviewFilterStatusEnum, TaxReviewHistoryService, TaxReviewMessagesEnum, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, TimezoneEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseCollection, TransactionBaseFilter, TransactionBaseFilterForm, TransactionBaseForm, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReportItem, TransactionReportItemCollection, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TreeNodeData, USER_ROLES, USER_WORK_POSITION, UniqueEmailValidator, User, UserCollection, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserForm, UserInviteForm, UserMedicareExemptionEnum, UserMessagesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookMessages, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleMessagesEnum, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, YoutubeService, YoutubeVideosEnum, atLeastOneCheckedValidator, atLeastOneEnabledValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, compareWithControlValidator, conditionalValidator, createDate, currentFinYearValidator, dateRangeValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, matchSumValidator, maxDateValidator, minDateValidator, nameValidator, passwordMatchValidator, passwordValidator, recurringDates, replace, sort, sortDeep, toArray };
28158
+ export { ADBLOCK_ERROR_HTML, ADBLOCK_ERROR_HTML_VALUE, AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupItemStatusEnum, AccountSetupItemsEnum, AccountSetupService, AdblockDetectorService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppCurrencyPipe, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AppPercentPipe, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AussieAppointment, AussieAppointmentForm, AussieBroker, AussieConfirmationForm, AussieService, AussieStore, AussieStoreForm, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountForm, BankAccountImportForm, BankAccountMessagesEnum, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionCollection, BankConnectionForm, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionChartData, BankTransactionCollection, BankTransactionComment, BankTransactionCommentForm, BankTransactionCommentMessagesEnum, BankTransactionCommentService, BankTransactionImport, BankTransactionImportCollection, BankTransactionImportMessagesEnum, BankTransactionImportService, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportMessagesEnum, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BasiqUser, BasiqUserService, BestVehicleLogbookCollection, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BorrowingReport, BorrowingReportForm, BorrowingReportMessagesEnum, BorrowingReportService, Budget, BudgetCollection, BudgetForm, BudgetMessagesEnum, BudgetMetadataInterface, BudgetRule, BudgetRuleCollection, BudgetRuleForm, BudgetRuleItem, BudgetRuleItemCollection, BudgetRuleService, BudgetService, BudgetTypeEnum, BusinessChartAccountsEnum, BusinessResolver, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CalendarEvent, CalendarEventCollection, CalendarEventTypeEnum, CalendarReminder, CalendarReminderCollection, CalendarReminderForm, CalendarReminderMessagesEnum, CalendarReminderService, CalendarReminderTypeEnum, CalendarViewEnum, CapitalLoss, CapitalLossForm, CapitalLossMessagesEnum, CapitalLossService, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsAdjustmentIncludedListEnum, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsForm, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMessagesEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsPropertyAdjustmentsListEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueCollection, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatFilterForm, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientCouponService, ClientDetails, ClientDetailsForm, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientInvite, ClientInviteCollection, ClientInviteForm, ClientInviteMessages, ClientInvitePutForm, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementForm, ClientMovementMessagesEnum, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CollectionForm, CoreModule, CorelogicMessagesEnum, CorelogicService, CorelogicSuggestion, Country, Currency, CurrencyService, CurrentFirmBranchService, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DailyFrequencyEnum, DateAmountDictionary, DateFormatsEnum, DateRange, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderCollection, DocumentFolderForm, DocumentFolderMessagesEnum, DocumentFolderService, DocumentForm, DocumentMessagesEnum, DocumentService, DocumentTypeEnum, ENDPOINTS, EXPENSE_CATEGORY_BY_TYPE, EmployeeCollection, EmployeeDetails, EmployeeDetailsForm, EmployeeInvite, EmployeeInviteCollection, EmployeeInviteForm, EmployeeInviteRoleEnum, EmployeeInviteService, EmployeeMessagesEnum, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialGoal, FinancialGoalCollection, FinancialGoalFilterForm, FinancialGoalForm, FinancialGoalMessagesEnum, FinancialGoalService, FinancialGoalStatusEnum, FinancialGoalTypeEnum, FinancialYear, FinancialYearService, Firm, FirmBranch, FirmBranchForm, FirmBranchMessagesEnum, FirmBranchService, FirmForm, FirmInviteForm, FirmMessagesEnum, FirmService, FirmTypeEnum, FormValidationsEnum, GenderEnum, GoogleService, HTTP_ERROR_MESSAGES, HeaderTitleService, Holding, HoldingCollection, HoldingExpenseForm, HoldingIncomeForm, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleService, HoldingTrade, HoldingTradeCollection, HoldingTradeFilterForm, HoldingTradeForm, HoldingTradeImport, HoldingTradeImportCollection, HoldingTradeImportForm, HoldingTradeImportMessagesEnum, HoldingTradeImportService, HoldingTradeMessagesEnum, HoldingTradeReportItem, HoldingTradeService, HoldingTradeTypeEnum, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeListEnum, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, HomeOfficeCalculatorForm, HomeOfficeClaim, HomeOfficeClaimCollection, HomeOfficeClaimForm, HomeOfficeClaimMessagesEnum, HomeOfficeClaimMethodEnum, HomeOfficeClaimService, HomeOfficeLog, HomeOfficeLogForm, HomeOfficeLogMessagesEnum, HomeOfficeLogService, INCOME_CATEGORY_BY_TYPE, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastCollection, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceMessagesEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, InvoicePaymentForm, InvoiceTransactionsService, JsPdf, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanInterestTypeEnum, LoanInterestTypeLabelEnum, LoanMaxNumberOfPaymentsEnum, LoanMessagesEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentTypeEnum, LoanRepaymentTypeLabelEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MfaDetails, MfaDetailsForm, MfaDetailsMessagesEnum, MfaDetailsService, MoneyCalendarEvent, MoneyCalendarEventCollection, MoneyScheduleFilterForm, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfService, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, PriorDepreciationService, PriorTransactionService, Property, PropertyAddForm, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementForm, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyEditForm, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyForecastForm, PropertyMessagesEnum, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareForm, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, PropertyValuationCollection, PropertyValuationForm, PropertyValuationMessages, PropertyValuationService, REPORTS, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, RelativeDatePipe, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestMessagesEnum, RestService$1 as RestService, SERVICE_PRODUCT_ROLES, SafeUrlPipe, SalaryForecast, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceEnum, ServicePriceOldEnum, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIconsEnum, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, SetupItemTypeEnum, SharesightDetails, SharesightDetailsMessagesEnum, SharesightDetailsService, SharesightPortfolio, SharesightPortfolioMessages, SharesightPortfolioService, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossCollection, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessMessagesEnum, SoleBusinessService, SoleContact, SoleContactForm, SoleContactItem, SoleContactItemCollection, SoleContactMessagesEnum, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsResolver, SoleDetailsService, SoleForecast, SoleForecastService, SoleIncomeForm, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStateEnum, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SoleInvoiceTypeEnum, SolePlItem, SolePlItemCollection, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionMessagesEnum, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionCollection, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemEnum, TaxReturnItemService, TaxReview, TaxReviewCollection, TaxReviewFilterForm, TaxReviewFilterStatusEnum, TaxReviewHistoryService, TaxReviewMessagesEnum, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, TimezoneEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseCollection, TransactionBaseFilter, TransactionBaseFilterForm, TransactionBaseForm, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReportItem, TransactionReportItemCollection, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TreeNodeData, USER_ROLES, USER_WORK_POSITION, UniqueEmailValidator, User, UserCollection, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserForm, UserInviteForm, UserMedicareExemptionEnum, UserMessagesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimForm, VehicleClaimMethodEnum, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookMessages, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleMessagesEnum, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, YoutubeService, YoutubeVideosEnum, atLeastOneCheckedValidator, atLeastOneEnabledValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, compareWithControlValidator, conditionalValidator, createDate, currentFinYearValidator, dateRangeValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, matchSumValidator, maxDateValidator, minDateValidator, nameValidator, passwordMatchValidator, passwordValidator, recurringDates, replace, sort, sortDeep, toArray };
28208
28159
  //# sourceMappingURL=taxtank-core.mjs.map