Skip to content

Commit

Permalink
Export more payment types
Browse files Browse the repository at this point in the history
  • Loading branch information
SamborGornicz committed Oct 31, 2024
1 parent b26890f commit 492addf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/agent-app-sdk/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { Charge, IDirectCharge, IRecurrentCharge, Metadata } from '@livechat/widget-core-sdk';
export { Charge, IDirectCharge, IRecurrentCharge, Metadata, TransactionError, TransactionEvent, UpdateBillingCycleEvent } from '@livechat/widget-core-sdk';
export * from './widgets/details';
export * from './widgets/fullscreen';
export * from './widgets/messagebox';
Expand Down
2 changes: 1 addition & 1 deletion packages/helpdesk-sdk/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { Charge, IDirectCharge, IRecurrentCharge, Metadata } from '@livechat/widget-core-sdk';
export { Charge, IDirectCharge, IRecurrentCharge, Metadata, TransactionError, TransactionEvent, UpdateBillingCycleEvent } from '@livechat/widget-core-sdk';
export * from './widgets/details';
export * from './widgets/fullscreen';

0 comments on commit 492addf

Please sign in to comment.