parent
d70c5b1bbc
commit
f693f2cde9
@ -35,4 +35,5 @@ export enum ResponseObjectType {
|
|||||||
USER = 'USER',
|
USER = 'USER',
|
||||||
USERGROUP = 'USERGROUP',
|
USERGROUP = 'USERGROUP',
|
||||||
USERPERMISSIONS = 'USERPERMISSIONS',
|
USERPERMISSIONS = 'USERPERMISSIONS',
|
||||||
|
SELFSERVICEDONOR = 'SELFSERVICEDONOR'
|
||||||
}
|
}
|
@ -12,7 +12,7 @@ export class ResponseSelfServiceDonor implements IResponse {
|
|||||||
* The responseType.
|
* The responseType.
|
||||||
* This contains the type of class/entity this response contains.
|
* This contains the type of class/entity this response contains.
|
||||||
*/
|
*/
|
||||||
responseType: ResponseObjectType = ResponseObjectType.SELFSERVICERUNNER;
|
responseType: ResponseObjectType = ResponseObjectType.SELFSERVICEDONOR;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The participant's id.
|
* The participant's id.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user