Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
44de2dadab | |||
d848387715 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fin.cx/portablefinance",
|
||||
"version": "1.0.23",
|
||||
"version": "1.0.24",
|
||||
"private": false,
|
||||
"description": "an interface package for the financeplus organization",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@fin.cx/portablefinance',
|
||||
version: '1.0.23',
|
||||
version: '1.0.24',
|
||||
description: 'an interface package for the financeplus organization'
|
||||
}
|
||||
|
@ -3,6 +3,7 @@ import { type IMonetaryTransaction } from '../interfaces/transaction.js';
|
||||
|
||||
export abstract class AcCsvParser<TOriginalTrnasction> {
|
||||
public abstract paymentProviderName: string;
|
||||
public abstract description: string;
|
||||
public abstract addCsvDecriptor(csvDescriptorArg: ICsvDescriptor): void;
|
||||
public abstract getTransactions(): Promise<IMonetaryTransaction[]>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user