add created_via to ResponseParticipant

This commit is contained in:
Philipp Dormann 2025-03-28 17:46:53 +01:00
parent f95b614410
commit 294ce3fc5a
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -50,6 +50,12 @@ export abstract class ResponseParticipant implements IResponse {
@IsString() @IsString()
email?: string; email?: string;
/**
* how the participant got into the system
*/
@IsString()
created_via?: string;
/** /**
* The participant's address. * The participant's address.
*/ */