@tasenor/common-plugins 1.9.16 → 1.9.18

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 (161) hide show
  1. package/.turbo/turbo-build.log +4 -0
  2. package/.turbo/turbo-lint.log +1 -1
  3. package/.turbo/turbo-show-version.log +5 -0
  4. package/dist/CoinAPI/backend/index.d.ts +22 -0
  5. package/dist/CoinAPI/backend/index.js +91 -0
  6. package/dist/CoinAPI/backend/index.js.map +1 -0
  7. package/dist/CoinbaseImport/backend/CoinbaseHandler.d.ts +11 -0
  8. package/dist/CoinbaseImport/backend/CoinbaseHandler.js +30 -0
  9. package/dist/CoinbaseImport/backend/CoinbaseHandler.js.map +1 -0
  10. package/dist/CoinbaseImport/backend/index.d.ts +5 -0
  11. package/dist/CoinbaseImport/backend/index.js +18 -0
  12. package/dist/CoinbaseImport/backend/index.js.map +1 -0
  13. package/dist/DocumentCleaner/ui/index.d.ts +43 -0
  14. package/dist/DocumentCleaner/ui/index.js +139 -0
  15. package/dist/DocumentCleaner/ui/index.js.map +1 -0
  16. package/dist/Euro/ui/index.d.ts +15 -0
  17. package/dist/Euro/ui/index.js +22 -0
  18. package/dist/Euro/ui/index.js.map +1 -0
  19. package/dist/Finnish/ui/finnish.json +341 -0
  20. package/dist/Finnish/ui/index.d.ts +17 -0
  21. package/dist/Finnish/ui/index.js +47 -0
  22. package/dist/Finnish/ui/index.js.map +1 -0
  23. package/dist/FinnishBalanceSheetReport/backend/index.d.ts +18 -0
  24. package/dist/FinnishBalanceSheetReport/backend/index.js +96 -0
  25. package/dist/FinnishBalanceSheetReport/backend/index.js.map +1 -0
  26. package/dist/FinnishBalanceSheetReportInvestment/backend/index.d.ts +18 -0
  27. package/dist/FinnishBalanceSheetReportInvestment/backend/index.js +96 -0
  28. package/dist/FinnishBalanceSheetReportInvestment/backend/index.js.map +1 -0
  29. package/dist/FinnishBalanceSheetReportLite/backend/index.d.ts +19 -0
  30. package/dist/FinnishBalanceSheetReportLite/backend/index.js +109 -0
  31. package/dist/FinnishBalanceSheetReportLite/backend/index.js.map +1 -0
  32. package/dist/FinnishIncomeStatementReport/backend/index.d.ts +26 -0
  33. package/dist/FinnishIncomeStatementReport/backend/index.js +190 -0
  34. package/dist/FinnishIncomeStatementReport/backend/index.js.map +1 -0
  35. package/dist/FinnishIncomeStatementReportInvestment/backend/index.d.ts +26 -0
  36. package/dist/FinnishIncomeStatementReportInvestment/backend/index.js +190 -0
  37. package/dist/FinnishIncomeStatementReportInvestment/backend/index.js.map +1 -0
  38. package/dist/FinnishIncomeStatementReportLite/backend/index.d.ts +26 -0
  39. package/dist/FinnishIncomeStatementReportLite/backend/index.js +188 -0
  40. package/dist/FinnishIncomeStatementReportLite/backend/index.js.map +1 -0
  41. package/dist/FinnishInvestmentCompany/backend/index.d.ts +10 -0
  42. package/dist/FinnishInvestmentCompany/backend/index.js +36 -0
  43. package/dist/FinnishInvestmentCompany/backend/index.js.map +1 -0
  44. package/dist/FinnishInvestmentCompany/ui/index.d.ts +16 -0
  45. package/dist/FinnishInvestmentCompany/ui/index.js +22 -0
  46. package/dist/FinnishInvestmentCompany/ui/index.js.map +1 -0
  47. package/dist/FinnishLimitedCompanyComplete/backend/index.d.ts +10 -0
  48. package/dist/FinnishLimitedCompanyComplete/backend/index.js +36 -0
  49. package/dist/FinnishLimitedCompanyComplete/backend/index.js.map +1 -0
  50. package/dist/FinnishLimitedCompanyComplete/ui/index.d.ts +16 -0
  51. package/dist/FinnishLimitedCompanyComplete/ui/index.js +22 -0
  52. package/dist/FinnishLimitedCompanyComplete/ui/index.js.map +1 -0
  53. package/dist/FinnishLimitedCompanyLite/backend/index.d.ts +10 -0
  54. package/dist/FinnishLimitedCompanyLite/backend/index.js +43 -0
  55. package/dist/FinnishLimitedCompanyLite/backend/index.js.map +1 -0
  56. package/dist/FinnishLimitedCompanyLite/ui/index.d.ts +16 -0
  57. package/dist/FinnishLimitedCompanyLite/ui/index.js +24 -0
  58. package/dist/FinnishLimitedCompanyLite/ui/index.js.map +1 -0
  59. package/dist/GitBackup/backend/index.d.ts +26 -0
  60. package/dist/GitBackup/backend/index.js +91 -0
  61. package/dist/GitBackup/backend/index.js.map +1 -0
  62. package/dist/GitBackup/ui/index.d.ts +44 -0
  63. package/dist/GitBackup/ui/index.js +114 -0
  64. package/dist/GitBackup/ui/index.js.map +1 -0
  65. package/dist/IncomeAndExpenses/backend/index.d.ts +5 -0
  66. package/dist/IncomeAndExpenses/backend/index.js +350 -0
  67. package/dist/IncomeAndExpenses/backend/index.js.map +1 -0
  68. package/dist/JournalReport/backend/index.d.ts +15 -0
  69. package/dist/JournalReport/backend/index.js +143 -0
  70. package/dist/JournalReport/backend/index.js.map +1 -0
  71. package/dist/KrakenImport/backend/KrakenHandler.d.ts +23 -0
  72. package/dist/KrakenImport/backend/KrakenHandler.js +83 -0
  73. package/dist/KrakenImport/backend/KrakenHandler.js.map +1 -0
  74. package/dist/KrakenImport/backend/index.d.ts +5 -0
  75. package/dist/KrakenImport/backend/index.js +18 -0
  76. package/dist/KrakenImport/backend/index.js.map +1 -0
  77. package/dist/LedgerReport/backend/index.d.ts +15 -0
  78. package/dist/LedgerReport/backend/index.js +150 -0
  79. package/dist/LedgerReport/backend/index.js.map +1 -0
  80. package/dist/LynxImport/backend/LynxHandler.d.ts +28 -0
  81. package/dist/LynxImport/backend/LynxHandler.js +340 -0
  82. package/dist/LynxImport/backend/LynxHandler.js.map +1 -0
  83. package/dist/LynxImport/backend/index.d.ts +5 -0
  84. package/dist/LynxImport/backend/index.js +18 -0
  85. package/dist/LynxImport/backend/index.js.map +1 -0
  86. package/dist/NordeaImport/backend/NordeaHandler.d.ts +11 -0
  87. package/dist/NordeaImport/backend/NordeaHandler.js +39 -0
  88. package/dist/NordeaImport/backend/NordeaHandler.js.map +1 -0
  89. package/dist/NordeaImport/backend/index.d.ts +5 -0
  90. package/dist/NordeaImport/backend/index.js +18 -0
  91. package/dist/NordeaImport/backend/index.js.map +1 -0
  92. package/dist/NordnetImport/backend/NordnetHandler.d.ts +17 -0
  93. package/dist/NordnetImport/backend/NordnetHandler.js +66 -0
  94. package/dist/NordnetImport/backend/NordnetHandler.js.map +1 -0
  95. package/dist/NordnetImport/backend/index.d.ts +5 -0
  96. package/dist/NordnetImport/backend/index.js +18 -0
  97. package/dist/NordnetImport/backend/index.js.map +1 -0
  98. package/dist/Rand/ui/index.d.ts +15 -0
  99. package/dist/Rand/ui/index.js +22 -0
  100. package/dist/Rand/ui/index.js.map +1 -0
  101. package/dist/RapidAPI/backend/index.d.ts +22 -0
  102. package/dist/RapidAPI/backend/index.js +119 -0
  103. package/dist/RapidAPI/backend/index.js.map +1 -0
  104. package/dist/TITOImport/backend/TITOHandler.d.ts +13 -0
  105. package/dist/TITOImport/backend/TITOHandler.js +241 -0
  106. package/dist/TITOImport/backend/TITOHandler.js.map +1 -0
  107. package/dist/TITOImport/backend/index.d.ts +5 -0
  108. package/dist/TITOImport/backend/index.js +18 -0
  109. package/dist/TITOImport/backend/index.js.map +1 -0
  110. package/dist/TagEditor/ui/index.d.ts +31 -0
  111. package/dist/TagEditor/ui/index.js +349 -0
  112. package/dist/TagEditor/ui/index.js.map +1 -0
  113. package/dist/USDollar/ui/index.d.ts +15 -0
  114. package/dist/USDollar/ui/index.js +22 -0
  115. package/dist/USDollar/ui/index.js.map +1 -0
  116. package/dist/VAT/ui/index.d.ts +69 -0
  117. package/dist/VAT/ui/index.js +509 -0
  118. package/dist/VAT/ui/index.js.map +1 -0
  119. package/dist/VATFinland/backend/index.d.ts +5 -0
  120. package/dist/VATFinland/backend/index.js +17 -0
  121. package/dist/VATFinland/backend/index.js.map +1 -0
  122. package/package.json +7 -6
  123. package/src/CoinAPI/backend/index.ts +2 -2
  124. package/src/CoinbaseImport/backend/CoinbaseHandler.ts +2 -2
  125. package/src/CoinbaseImport/backend/index.ts +2 -2
  126. package/src/DocumentCleaner/ui/index.tsx +2 -2
  127. package/src/Euro/ui/index.tsx +1 -1
  128. package/src/Finnish/ui/index.tsx +1 -1
  129. package/src/FinnishBalanceSheetReport/backend/index.ts +2 -2
  130. package/src/FinnishBalanceSheetReportInvestment/backend/index.ts +2 -2
  131. package/src/FinnishBalanceSheetReportLite/backend/index.ts +2 -2
  132. package/src/FinnishIncomeStatementReport/backend/index.ts +2 -2
  133. package/src/FinnishIncomeStatementReportInvestment/backend/index.ts +2 -2
  134. package/src/FinnishIncomeStatementReportLite/backend/index.ts +2 -2
  135. package/src/FinnishInvestmentCompany/backend/index.ts +2 -2
  136. package/src/FinnishInvestmentCompany/ui/index.tsx +1 -1
  137. package/src/FinnishLimitedCompanyComplete/backend/index.ts +2 -2
  138. package/src/FinnishLimitedCompanyComplete/ui/index.tsx +1 -1
  139. package/src/FinnishLimitedCompanyLite/backend/index.ts +2 -2
  140. package/src/FinnishLimitedCompanyLite/ui/index.tsx +1 -1
  141. package/src/GitBackup/backend/index.ts +2 -2
  142. package/src/GitBackup/ui/index.tsx +1 -1
  143. package/src/IncomeAndExpenses/backend/index.ts +2 -2
  144. package/src/JournalReport/backend/index.ts +2 -2
  145. package/src/KrakenImport/backend/KrakenHandler.ts +2 -2
  146. package/src/KrakenImport/backend/index.ts +2 -2
  147. package/src/LedgerReport/backend/index.ts +2 -2
  148. package/src/LynxImport/backend/LynxHandler.ts +2 -2
  149. package/src/LynxImport/backend/index.ts +2 -2
  150. package/src/NordeaImport/backend/NordeaHandler.ts +2 -2
  151. package/src/NordeaImport/backend/index.ts +2 -2
  152. package/src/NordnetImport/backend/NordnetHandler.ts +2 -2
  153. package/src/NordnetImport/backend/index.ts +2 -2
  154. package/src/Rand/ui/index.tsx +1 -1
  155. package/src/RapidAPI/backend/index.ts +2 -2
  156. package/src/TITOImport/backend/TITOHandler.ts +2 -2
  157. package/src/TITOImport/backend/index.ts +2 -2
  158. package/src/TagEditor/ui/index.tsx +2 -2
  159. package/src/USDollar/ui/index.tsx +1 -1
  160. package/src/VAT/ui/index.tsx +2 -2
  161. package/src/VATFinland/backend/index.ts +2 -2
@@ -1,10 +1,10 @@
1
1
  // eslint-disable-next-line no-use-before-define
2
2
  import React from 'react'
3
- import { Title, Localize, SubPanel, IconButton, ToolPlugin } from '@dataplug/tasenor-common-ui'
3
+ import { Title, Localize, SubPanel, IconButton, ToolPlugin } from '@tasenor/common-ui'
4
4
  import { runInAction } from 'mobx'
5
5
  import { Trans } from 'react-i18next'
6
6
  import { Typography } from '@mui/material'
7
- import { DocumentModel, ShortDate, ID } from '@dataplug/tasenor-common'
7
+ import { DocumentModel, ShortDate, ID } from '@tasenor/common'
8
8
 
9
9
  class DocumentCleaner extends ToolPlugin {
10
10
 
@@ -1,4 +1,4 @@
1
- import { CurrencyPlugin } from '@dataplug/tasenor-common-ui'
1
+ import { CurrencyPlugin } from '@tasenor/common-ui'
2
2
 
3
3
  class Euro extends CurrencyPlugin {
4
4
 
@@ -1,7 +1,7 @@
1
1
  import dayjs from 'dayjs'
2
2
  import { sprintf } from 'sprintf-js'
3
3
  import FI from './finnish.json'
4
- import { LanguagePlugin } from '@dataplug/tasenor-common-ui'
4
+ import { LanguagePlugin } from '@tasenor/common-ui'
5
5
 
6
6
  class Finnish extends LanguagePlugin {
7
7
 
@@ -1,5 +1,5 @@
1
- import { AccountNumber, Language, PluginCode, ReportID, ReportOptions, Version } from '@dataplug/tasenor-common'
2
- import { ReportPlugin } from '@dataplug/tasenor-common-node'
1
+ import { AccountNumber, Language, PluginCode, ReportID, ReportOptions, Version } from '@tasenor/common'
2
+ import { ReportPlugin } from '@tasenor/common-node'
3
3
  import dayjs from 'dayjs'
4
4
  import quarterOfYear from 'dayjs/plugin/quarterOfYear'
5
5
  dayjs.extend(quarterOfYear)
@@ -1,5 +1,5 @@
1
- import { AccountNumber, Language, PluginCode, ReportID, ReportOptions, Version } from '@dataplug/tasenor-common'
2
- import { ReportPlugin } from '@dataplug/tasenor-common-node'
1
+ import { AccountNumber, Language, PluginCode, ReportID, ReportOptions, Version } from '@tasenor/common'
2
+ import { ReportPlugin } from '@tasenor/common-node'
3
3
  import dayjs from 'dayjs'
4
4
  import quarterOfYear from 'dayjs/plugin/quarterOfYear'
5
5
  dayjs.extend(quarterOfYear)
@@ -1,5 +1,5 @@
1
- import { AccountNumber, Language, PluginCode, ReportID, ReportOptions, Version } from '@dataplug/tasenor-common'
2
- import { ReportPlugin } from '@dataplug/tasenor-common-node'
1
+ import { AccountNumber, Language, PluginCode, ReportID, ReportOptions, Version } from '@tasenor/common'
2
+ import { ReportPlugin } from '@tasenor/common-node'
3
3
  import dayjs from 'dayjs'
4
4
  import quarterOfYear from 'dayjs/plugin/quarterOfYear'
5
5
  dayjs.extend(quarterOfYear)
@@ -1,5 +1,5 @@
1
- import { AccountNumber, Language, PluginCode, ReportID, ReportOptions, Version } from '@dataplug/tasenor-common'
2
- import { ReportPlugin } from '@dataplug/tasenor-common-node'
1
+ import { AccountNumber, Language, PluginCode, ReportID, ReportOptions, Version } from '@tasenor/common'
2
+ import { ReportPlugin } from '@tasenor/common-node'
3
3
  import dayjs from 'dayjs'
4
4
  import quarterOfYear from 'dayjs/plugin/quarterOfYear'
5
5
  dayjs.extend(quarterOfYear)
@@ -1,5 +1,5 @@
1
- import { AccountNumber, Language, PluginCode, ReportID, ReportOptions, Version } from '@dataplug/tasenor-common'
2
- import { ReportPlugin } from '@dataplug/tasenor-common-node'
1
+ import { AccountNumber, Language, PluginCode, ReportID, ReportOptions, Version } from '@tasenor/common'
2
+ import { ReportPlugin } from '@tasenor/common-node'
3
3
  import dayjs from 'dayjs'
4
4
  import quarterOfYear from 'dayjs/plugin/quarterOfYear'
5
5
  dayjs.extend(quarterOfYear)
@@ -1,5 +1,5 @@
1
- import { AccountNumber, Language, PluginCode, ReportID, ReportOptions, Version } from '@dataplug/tasenor-common'
2
- import { ReportPlugin } from '@dataplug/tasenor-common-node'
1
+ import { AccountNumber, Language, PluginCode, ReportID, ReportOptions, Version } from '@tasenor/common'
2
+ import { ReportPlugin } from '@tasenor/common-node'
3
3
  import dayjs from 'dayjs'
4
4
  import quarterOfYear from 'dayjs/plugin/quarterOfYear'
5
5
  dayjs.extend(quarterOfYear)
@@ -1,6 +1,6 @@
1
1
  import path from 'path'
2
- import { SchemePlugin } from '@dataplug/tasenor-common-node'
3
- import { Currency, Language, PluginCode, SchemeName, TsvFilePath, Version } from '@dataplug/tasenor-common'
2
+ import { SchemePlugin } from '@tasenor/common-node'
3
+ import { Currency, Language, PluginCode, SchemeName, TsvFilePath, Version } from '@tasenor/common'
4
4
 
5
5
  class FinnishInvestmentCompany extends SchemePlugin {
6
6
 
@@ -1,4 +1,4 @@
1
- import { SchemePlugin } from '@dataplug/tasenor-common-ui'
1
+ import { SchemePlugin } from '@tasenor/common-ui'
2
2
 
3
3
  class FinnishInvestmentCompany extends SchemePlugin {
4
4
 
@@ -1,6 +1,6 @@
1
1
  import path from 'path'
2
- import { SchemePlugin } from '@dataplug/tasenor-common-node'
3
- import { Currency, Language, PluginCode, SchemeName, TsvFilePath, Version } from '@dataplug/tasenor-common'
2
+ import { SchemePlugin } from '@tasenor/common-node'
3
+ import { Currency, Language, PluginCode, SchemeName, TsvFilePath, Version } from '@tasenor/common'
4
4
 
5
5
  class FinnishLimitedCompanyComplete extends SchemePlugin {
6
6
 
@@ -1,4 +1,4 @@
1
- import { SchemePlugin } from '@dataplug/tasenor-common-ui'
1
+ import { SchemePlugin } from '@tasenor/common-ui'
2
2
 
3
3
  class FinnishLimitedCompanyComplete extends SchemePlugin {
4
4
 
@@ -1,6 +1,6 @@
1
1
  import path from 'path'
2
- import { SchemePlugin } from '@dataplug/tasenor-common-node'
3
- import { Currency, Language, PluginCode, SchemeName, TsvFilePath, Version } from '@dataplug/tasenor-common'
2
+ import { SchemePlugin } from '@tasenor/common-node'
3
+ import { Currency, Language, PluginCode, SchemeName, TsvFilePath, Version } from '@tasenor/common'
4
4
 
5
5
  class FinnishLimitedCompanyLite extends SchemePlugin {
6
6
 
@@ -1,4 +1,4 @@
1
- import { SchemePlugin } from '@dataplug/tasenor-common-ui'
1
+ import { SchemePlugin } from '@tasenor/common-ui'
2
2
 
3
3
  class FinnishLimitedCompanyLite extends SchemePlugin {
4
4
 
@@ -1,5 +1,5 @@
1
- import { GitRepo, KnexDatabase, systemPiped, TasenorExporter, ToolPlugin } from '@dataplug/tasenor-common-node'
2
- import { DirectoryPath, Email, error, log, note, PluginCode, Version } from '@dataplug/tasenor-common'
1
+ import { GitRepo, KnexDatabase, systemPiped, TasenorExporter, ToolPlugin } from '@tasenor/common-node'
2
+ import { DirectoryPath, Email, error, log, note, PluginCode, Version } from '@tasenor/common'
3
3
  import fs from 'fs'
4
4
  import path from 'path'
5
5
 
@@ -1,5 +1,5 @@
1
1
  import React from 'react'
2
- import { Note, IconButton, SubPanel, ToolPlugin } from '@dataplug/tasenor-common-ui'
2
+ import { Note, IconButton, SubPanel, ToolPlugin } from '@tasenor/common-ui'
3
3
  import { makeObservable, observable, runInAction } from 'mobx'
4
4
  import { Trans } from 'react-i18next'
5
5
 
@@ -1,5 +1,5 @@
1
- import { DataPlugin } from '@dataplug/tasenor-common-node'
2
- import { PluginCode, Version } from '@dataplug/tasenor-common'
1
+ import { DataPlugin } from '@tasenor/common-node'
2
+ import { PluginCode, Version } from '@tasenor/common'
3
3
 
4
4
  class IncomeAndExpenses extends DataPlugin {
5
5
  constructor() {
@@ -1,5 +1,5 @@
1
- import { ReportPlugin } from '@dataplug/tasenor-common-node'
2
- import { Language, PluginCode, ReportColumnDefinition, ReportFormat, ReportID, ReportItem, ReportOptions, Version } from '@dataplug/tasenor-common'
1
+ import { ReportPlugin } from '@tasenor/common-node'
2
+ import { Language, PluginCode, ReportColumnDefinition, ReportFormat, ReportID, ReportItem, ReportOptions, Version } from '@tasenor/common'
3
3
 
4
4
  class JournalReport extends ReportPlugin {
5
5
  constructor() {
@@ -1,5 +1,5 @@
1
- import { ImportStateText, NO_SEGMENT, SegmentId, TextFileLine } from '@dataplug/tasenor-common'
2
- import { NotImplemented, Process, ProcessFile, TransactionImportHandler } from '@dataplug/tasenor-common-node'
1
+ import { ImportStateText, NO_SEGMENT, SegmentId, TextFileLine } from '@tasenor/common'
2
+ import { NotImplemented, Process, ProcessFile, TransactionImportHandler } from '@tasenor/common-node'
3
3
 
4
4
  /**
5
5
  * Import implementation for Coinbase CSV format.
@@ -1,5 +1,5 @@
1
- import { ImportPlugin } from '@dataplug/tasenor-common-node'
2
- import { PluginCode, Version } from '@dataplug/tasenor-common'
1
+ import { ImportPlugin } from '@tasenor/common-node'
2
+ import { PluginCode, Version } from '@tasenor/common'
3
3
  import { KrakenHandler } from './KrakenHandler'
4
4
 
5
5
  class KrakenImportPlugin extends ImportPlugin {
@@ -1,5 +1,5 @@
1
- import { ReportPlugin } from '@dataplug/tasenor-common-node'
2
- import { Language, PluginCode, ReportColumnDefinition, ReportFormat, ReportID, ReportItem, ReportOptions, Version } from '@dataplug/tasenor-common'
1
+ import { ReportPlugin } from '@tasenor/common-node'
2
+ import { Language, PluginCode, ReportColumnDefinition, ReportFormat, ReportID, ReportItem, ReportOptions, Version } from '@tasenor/common'
3
3
 
4
4
  class LedgerReport extends ReportPlugin {
5
5
  constructor() {
@@ -1,5 +1,5 @@
1
- import { ImportStateText, NO_SEGMENT, ProcessConfig, warning, month, Language, ucfirst } from '@dataplug/tasenor-common'
2
- import { InvalidFile, Process, ProcessFile, TransactionImportHandler } from '@dataplug/tasenor-common-node'
1
+ import { ImportStateText, NO_SEGMENT, ProcessConfig, warning, month, Language, ucfirst } from '@tasenor/common'
2
+ import { InvalidFile, Process, ProcessFile, TransactionImportHandler } from '@tasenor/common-node'
3
3
 
4
4
  // Matcher for ticker and ISIN code.
5
5
  const TICKER_ISIN_REGEX = /^\s*([-A-Za-z0-9 .]+)\(([A-Z0-9]+)\)/
@@ -1,5 +1,5 @@
1
- import { ImportPlugin } from '@dataplug/tasenor-common-node'
2
- import { PluginCode, Version } from '@dataplug/tasenor-common'
1
+ import { ImportPlugin } from '@tasenor/common-node'
2
+ import { PluginCode, Version } from '@tasenor/common'
3
3
  import { LynxHandler } from './LynxHandler'
4
4
 
5
5
  class LynxImportPlugin extends ImportPlugin {
@@ -1,5 +1,5 @@
1
- import { NO_SEGMENT, SegmentId, TextFileLine } from '@dataplug/tasenor-common'
2
- import { ProcessFile, TransactionImportHandler } from '@dataplug/tasenor-common-node'
1
+ import { NO_SEGMENT, SegmentId, TextFileLine } from '@tasenor/common'
2
+ import { ProcessFile, TransactionImportHandler } from '@tasenor/common-node'
3
3
 
4
4
  /**
5
5
  * Import implementation for Nordea CSV format.
@@ -1,5 +1,5 @@
1
- import { ImportPlugin } from '@dataplug/tasenor-common-node'
2
- import { PluginCode, Version } from '@dataplug/tasenor-common'
1
+ import { ImportPlugin } from '@tasenor/common-node'
2
+ import { PluginCode, Version } from '@tasenor/common'
3
3
  import { NordeaHandler } from './NordeaHandler'
4
4
 
5
5
  class NordeaImportPlugin extends ImportPlugin {
@@ -1,5 +1,5 @@
1
- import { ImportStateText, NO_SEGMENT, SegmentId, TextFileLine } from '@dataplug/tasenor-common'
2
- import { NotImplemented, Process, ProcessFile, TransactionImportHandler } from '@dataplug/tasenor-common-node'
1
+ import { ImportStateText, NO_SEGMENT, SegmentId, TextFileLine } from '@tasenor/common'
2
+ import { NotImplemented, Process, ProcessFile, TransactionImportHandler } from '@tasenor/common-node'
3
3
 
4
4
  /**
5
5
  * Import implementation for Coinbase CSV format.
@@ -1,5 +1,5 @@
1
- import { ImportPlugin } from '@dataplug/tasenor-common-node'
2
- import { PluginCode, Version } from '@dataplug/tasenor-common'
1
+ import { ImportPlugin } from '@tasenor/common-node'
2
+ import { PluginCode, Version } from '@tasenor/common'
3
3
  import { NordnetHandler } from './NordnetHandler'
4
4
 
5
5
  class NordnetImportPlugin extends ImportPlugin {
@@ -1,4 +1,4 @@
1
- import { CurrencyPlugin } from '@dataplug/tasenor-common-ui'
1
+ import { CurrencyPlugin } from '@tasenor/common-ui'
2
2
 
3
3
  class Rand extends CurrencyPlugin {
4
4
 
@@ -1,5 +1,5 @@
1
- import { ServicePlugin } from '@dataplug/tasenor-common-node'
2
- import { PluginCode, Version, TasenorElement } from '@dataplug/tasenor-common'
1
+ import { ServicePlugin } from '@tasenor/common-node'
2
+ import { PluginCode, Version, TasenorElement } from '@tasenor/common'
3
3
 
4
4
  /**
5
5
  * Service: historical-currency-rate
@@ -1,5 +1,5 @@
1
- import { NO_SEGMENT, SegmentId, TextFileLine } from '@dataplug/tasenor-common'
2
- import { InvalidFile, NotImplemented, ProcessFile, TransactionImportHandler } from '@dataplug/tasenor-common-node'
1
+ import { NO_SEGMENT, SegmentId, TextFileLine } from '@tasenor/common'
2
+ import { InvalidFile, NotImplemented, ProcessFile, TransactionImportHandler } from '@tasenor/common-node'
3
3
 
4
4
  // Store the latest transactoin ID
5
5
  let ref: string | undefined
@@ -1,5 +1,5 @@
1
- import { ImportPlugin } from '@dataplug/tasenor-common-node'
2
- import { PluginCode, Version } from '@dataplug/tasenor-common'
1
+ import { ImportPlugin } from '@tasenor/common-node'
2
+ import { PluginCode, Version } from '@tasenor/common'
3
3
  import { TITOHandler } from './TITOHandler'
4
4
 
5
5
  class TITOImportPlugin extends ImportPlugin {
@@ -1,6 +1,6 @@
1
1
  import React, { useState } from 'react'
2
- import { Title, ToolPlugin, QuestionMarkInline, FileUploadData, FileUploader } from '@dataplug/tasenor-common-ui'
3
- import { DatabaseModel, haveCursor, isTag, Tag, TagModel, TagType, Url } from '@dataplug/tasenor-common'
2
+ import { Title, ToolPlugin, QuestionMarkInline, FileUploadData, FileUploader } from '@tasenor/common-ui'
3
+ import { DatabaseModel, haveCursor, isTag, Tag, TagModel, TagType, Url } from '@tasenor/common'
4
4
  import { Trans, useTranslation } from 'react-i18next'
5
5
  import { Box, Button, Card, CardContent, CardMedia, Grid, IconButton, Tab, Tabs, TextField, Typography } from '@mui/material'
6
6
  import { Add, Cancel, CheckCircle } from '@mui/icons-material'
@@ -1,4 +1,4 @@
1
- import { CurrencyPlugin } from '@dataplug/tasenor-common-ui'
1
+ import { CurrencyPlugin } from '@tasenor/common-ui'
2
2
 
3
3
  class USDollar extends CurrencyPlugin {
4
4
 
@@ -2,8 +2,8 @@
2
2
  import React from 'react'
3
3
  import dayjs from 'dayjs'
4
4
  import { Trans } from 'react-i18next'
5
- import { AccountNumber, Currency, DocumentModelData, EntryModel, haveKnowledge, Tag, TagType } from '@dataplug/tasenor-common'
6
- import { Localize, SubPanel, IconButton, IconSpacer, ToolPlugin, Money, TagChip, Dialog, Note } from '@dataplug/tasenor-common-ui'
5
+ import { AccountNumber, Currency, DocumentModelData, EntryModel, haveKnowledge, Tag, TagType } from '@tasenor/common'
6
+ import { Localize, SubPanel, IconButton, IconSpacer, ToolPlugin, Money, TagChip, Dialog, Note } from '@tasenor/common-ui'
7
7
  import { Link, Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from '@mui/material'
8
8
  import { makeObservable, observable, runInAction } from 'mobx'
9
9
 
@@ -1,5 +1,5 @@
1
- import { DataPlugin } from '@dataplug/tasenor-common-node'
2
- import { PluginCode, Version } from '@dataplug/tasenor-common'
1
+ import { DataPlugin } from '@tasenor/common-node'
2
+ import { PluginCode, Version } from '@tasenor/common'
3
3
 
4
4
  class VATFinland extends DataPlugin {
5
5
  constructor() {