taxtank-core 0.30.5 → 0.30.7

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.
@@ -16,7 +16,7 @@ import first from 'lodash/first';
16
16
  import last from 'lodash/last';
17
17
  import uniqBy from 'lodash/uniqBy';
18
18
  import differenceBy from 'lodash/differenceBy';
19
- import * as moment from 'moment';
19
+ import moment from 'moment';
20
20
  import { DateRange } from 'moment-range';
21
21
  import intersection from 'lodash/intersection';
22
22
  import { Validators, UntypedFormGroup, UntypedFormControl, UntypedFormArray, FormArray, FormGroup, FormControl } from '@angular/forms';
@@ -34,7 +34,7 @@ import { loadStripe } from '@stripe/stripe-js';
34
34
  import fromPairs from 'lodash/fromPairs';
35
35
  import { jsPDF } from 'jspdf';
36
36
  import { applyPlugin } from 'jspdf-autotable';
37
- import { html2pdf } from 'html2pdf.js';
37
+ import html2pdf from 'html2pdf.js';
38
38
  import isEqual from 'lodash/isEqual';
39
39
  import * as xlsx from 'xlsx';
40
40
  import * as FileSaver from 'file-saver';
@@ -8188,6 +8188,7 @@ const ENDPOINTS = {
8188
8188
  CLIENT_MOVEMENTS_CLOSE: new Endpoint('PUT', '\\/client-movements\\/\\d+\\/close'),
8189
8189
  CLIENT_MOVEMENTS_GET: new Endpoint('GET', '\\/client-movements'),
8190
8190
  CLIENT_MOVEMENTS_POST: new Endpoint('POST', '\\/client-movements'),
8191
+ CLIENT_INCOME_TYPES_POST: new Endpoint('POST', '\\/client-income-types'),
8191
8192
  COUNTRIES_GET: new Endpoint('GET', '\\/countries'),
8192
8193
  CORELOGIC_TOKEN_GET: new Endpoint('GET', '/access\\/oauth\\/token.*$'),
8193
8194
  DEPRECIATIONS_OPENING_GET: new Endpoint('GET', '\\/depreciations\\/\\opening-balance\.\*'),