@fin.cx/skr 2.0.0 → 3.0.0

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.
@@ -1,18 +1,3 @@
1
1
  import type { IAccountData } from './skr.types.js';
2
- /**
3
- * SKR04 - Financial Classification Principle (Abschlussgliederungsprinzip)
4
- * Organized by financial statement structure
5
- */
6
2
  export declare const SKR04_ACCOUNTS: IAccountData[];
7
- export declare const SKR04_ACCOUNT_CLASSES: {
8
- 0: string;
9
- 1: string;
10
- 2: string;
11
- 3: string;
12
- 4: string;
13
- 5: string;
14
- 6: string;
15
- 7: string;
16
- 8: string;
17
- 9: string;
18
- };
3
+ export declare const SKR04_ACCOUNT_CLASSES: Record<number, string>;