taxtank-core 0.28.27 → 0.28.28

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.
@@ -987,6 +987,7 @@
987
987
  DEPRECIATIONS_GET: new Endpoint('GET', '\\/depreciations'),
988
988
  DEPRECIATIONS_POST: new Endpoint('POST', '\\/depreciations'),
989
989
  DEPRECIATIONS_PUT: new Endpoint('PUT', '\\/depreciations\\/\\d+'),
990
+ DEPRECIATIONS_DELETE: new Endpoint('DELETE', '\\/depreciations\\/\\d+'),
990
991
  DEPRECIATION_RECEIPTS_POST: new Endpoint('POST', '\\/depreciations\\/\\d+\\/receipts'),
991
992
  DEPRECIATION_RECEIPTS_DELETE: new Endpoint('DELETE', '\\/depreciations\\/\\d+\\/receipts\\/\\d+'),
992
993
  EMPLOYEES_GET: new Endpoint('GET', '\\/employees'),