fix(core): update
This commit is contained in:
parent
44de2dadab
commit
71f8dc7685
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@fin.cx/portablefinance',
|
||||
version: '1.0.24',
|
||||
version: '1.0.25',
|
||||
description: 'an interface package for the financeplus organization'
|
||||
}
|
||||
|
@ -2,4 +2,5 @@ export interface IVoucher {
|
||||
voucherDate: Date;
|
||||
voucherId: string;
|
||||
voucherStatus: 'uploaded' | 'transmitted';
|
||||
voucherBinaryString: string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user