Skip to content
Snippets Groups Projects

chore: abstract dtos to encompass a wider range of use cases and fix for out of band proof requests

Closed Boyan Tsolov requested to merge core-dtos into main
Compare and Show latest version
22 files
+ 2220
1657
Compare changes
  • Side-by-side
  • Inline
Files
22
@@ -7,8 +7,8 @@ import {
ConnectionEvent,
CreateInvitationResponseDto,
GatewayAcceptedResponseDto,
ConnectionReqDto,
makeEvent,
IdReqDto,
} from "@ocm-engine/dtos";
@Controller()
@@ -21,7 +21,7 @@ export class AppController {
async create(
@Body()
payload: {
data: null | CreateInvitationResponseDto | ConnectionReqDto;
data: null | CreateInvitationResponseDto | IdReqDto;
type: ConnectionEvent;
source: string;
},
Loading