feat: add guardian transactions feature with response DTOs and service integration

This commit is contained in:
Abdalhamid Alhamad
2025-10-15 14:14:59 +03:00
parent 183f6b4475
commit f6fa74897a
16 changed files with 344 additions and 6 deletions

View File

@ -56,12 +56,12 @@ export class AccountTransactionWebhookRequest {
@ApiProperty({ example: '682' })
currency!: string;
@Expose()
@Expose({ name: 'Date' })
@IsString()
@ApiProperty({ name: 'Date', example: '20241112' })
date!: string;
@Expose()
@Expose({ name: 'Time' })
@IsString()
@ApiProperty({ name: 'Time', example: '125340' })
time!: string;