Skip to content

Commit

Permalink
Add new classes to index
Browse files Browse the repository at this point in the history
  • Loading branch information
ckosmowski committed Nov 17, 2018
1 parent 1854122 commit d9a2f75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/FinTSClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import { Segment } from './Segment';
import { SegmentName } from './SegmentName';
import { SignInfo } from './SignInfo';
import { TanVerfahren } from './TanVerfahren';
import { UPD } from './UPD';
import { TotalResult } from './TotalResult';
import { Umsatz } from './Umsatz';
import { UPD } from './UPD';

export class FinTSClient {

Expand Down
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ export * from './Umsatz';
export * from './UmsatzTyp';
export * from './UPD';
export * from './Verwendungszweck';
export * from './TotalResult';
export * from './ReturnCode';
export * from './SegmentName';

0 comments on commit d9a2f75

Please sign in to comment.