diff --git a/src/models/responses/ResponseParticipant.ts b/src/models/responses/ResponseParticipant.ts index b5ca124..5262f89 100644 --- a/src/models/responses/ResponseParticipant.ts +++ b/src/models/responses/ResponseParticipant.ts @@ -50,6 +50,12 @@ export abstract class ResponseParticipant implements IResponse { @IsString() email?: string; + /** + * how the participant got into the system + */ + @IsString() + created_via?: string; + /** * The participant's address. */