diff --git a/src/models/enums/ResponseObjectType.ts b/src/models/enums/ResponseObjectType.ts index c7fc527..91423cf 100644 --- a/src/models/enums/ResponseObjectType.ts +++ b/src/models/enums/ResponseObjectType.ts @@ -35,4 +35,5 @@ export enum ResponseObjectType { USER = 'USER', USERGROUP = 'USERGROUP', USERPERMISSIONS = 'USERPERMISSIONS', + SELFSERVICEDONOR = 'SELFSERVICEDONOR' } \ No newline at end of file diff --git a/src/models/responses/ResponseSelfServiceDonor.ts b/src/models/responses/ResponseSelfServiceDonor.ts index 9be0212..a305233 100644 --- a/src/models/responses/ResponseSelfServiceDonor.ts +++ b/src/models/responses/ResponseSelfServiceDonor.ts @@ -12,7 +12,7 @@ export class ResponseSelfServiceDonor implements IResponse { * The responseType. * This contains the type of class/entity this response contains. */ - responseType: ResponseObjectType = ResponseObjectType.SELFSERVICERUNNER; + responseType: ResponseObjectType = ResponseObjectType.SELFSERVICEDONOR; /** * The participant's id.