Skip to content

Commit

Permalink
Merge pull request #14 from Bhutan-NDI/fix/resue-connection-fix
Browse files Browse the repository at this point in the history
Added outOfBandRecord and  reuseThreadId in connection record for reuse-connection event.
  • Loading branch information
yogeshayanworks authored Aug 2, 2024
2 parents b0723e2 + a050a68 commit 0cfd31b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/api-gateway/src/connection/dtos/connection.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,14 @@ export class ConnectionDto {
@ApiPropertyOptional()
@IsOptional()
type: string;

@ApiPropertyOptional()
@IsOptional()
outOfBandRecord?: object;

@ApiPropertyOptional()
@IsOptional()
reuseThreadId?: string;
}

class ReceiveInvitationCommonDto {
Expand Down

0 comments on commit 0cfd31b

Please sign in to comment.