@kommerz/ts-client 1.151.12 → 1.152.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.
@@ -14,6 +14,7 @@
14
14
  */
15
15
  export declare const AccountingLedgerImportType: {
16
16
  readonly Mt940: "MT940";
17
+ readonly DkbCsv: "DKB_CSV";
17
18
  };
18
19
  export type AccountingLedgerImportType = typeof AccountingLedgerImportType[keyof typeof AccountingLedgerImportType];
19
20
  export declare function instanceOfAccountingLedgerImportType(value: any): boolean;
@@ -23,7 +23,8 @@ exports.AccountingLedgerImportTypeToJSONTyped = AccountingLedgerImportTypeToJSON
23
23
  * @export
24
24
  */
25
25
  exports.AccountingLedgerImportType = {
26
- Mt940: 'MT940'
26
+ Mt940: 'MT940',
27
+ DkbCsv: 'DKB_CSV'
27
28
  };
28
29
  function instanceOfAccountingLedgerImportType(value) {
29
30
  for (var key in exports.AccountingLedgerImportType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kommerz/ts-client",
3
- "version": "1.151.12",
3
+ "version": "1.152.0",
4
4
  "description": "Typescript client for Kommerz API",
5
5
  "author": "Kommerz.App",
6
6
  "license": "MIT",