taxtank-core 0.30.78 → 0.30.79

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.
@@ -9320,6 +9320,7 @@ const ENDPOINTS = {
9320
9320
  BANK_TRANSACTIONS_IMPORT_POST: new Endpoint('POST', '\\/bank-transactions\\/\\d+\\/import'),
9321
9321
  BASIQ_ACCOUNTS_GET: new Endpoint('GET', '\\/basiq\\/accounts'),
9322
9322
  BASIQ_TOKEN_GET: new Endpoint('GET', '\\/basiq\\/tokens'),
9323
+ BASIQ_DELETE: new Endpoint('PUT', '\\/bank-connections/\\d+\\/remove-basiq'),
9323
9324
  BORROWING_EXPENSES_GET: new Endpoint('GET', '\\/borrowing-expenses'),
9324
9325
  CHARTS_INCOME_GET: new Endpoint('GET', '\\/charts\\/\\incomes'),
9325
9326
  CHARTS_EXPENSES_GET: new Endpoint('GET', '\\/charts\\/\\expenses'),