- Add Event resource with get and getAll operations - Implement event tracking for Strike API events - Update node icon from strike.svg to strike.png - Add comprehensive README.md with disclaimer about AI-assisted development - Update CLAUDE.MD documentation with Event resource details - Build dist files with new Event operations Changes include: - New EventDescription.ts with event operations - Updated Strike.node.ts to handle event resource - Icon changed to PNG format for better compatibility - Production-ready README with usage examples and warnings 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
390 B
TypeScript
11 lines
390 B
TypeScript
export * from './BalanceDescription';
|
|
export * from './InvoiceDescription';
|
|
export * from './PaymentDescription';
|
|
export * from './DepositDescription';
|
|
export * from './PayoutDescription';
|
|
export * from './CurrencyExchangeDescription';
|
|
export * from './RatesDescription';
|
|
export * from './AccountDescription';
|
|
export * from './PaymentMethodDescription';
|
|
export * from './EventDescription';
|