parent
d0df5dd641
commit
8bc01d3f24
@ -29,7 +29,7 @@ export class CreateGroupContact {
|
|||||||
lastname: string;
|
lastname: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The new contact's address's id.
|
* The new contact's address.
|
||||||
*/
|
*/
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
@IsObject()
|
@IsObject()
|
||||||
|
@ -45,7 +45,7 @@ export abstract class CreateParticipant {
|
|||||||
email?: string;
|
email?: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The new participant's address's id.
|
* The new participant's address.
|
||||||
*/
|
*/
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
@IsObject()
|
@IsObject()
|
||||||
|
@ -8,7 +8,7 @@ import { CreateRunnerGroup } from './CreateRunnerGroup';
|
|||||||
*/
|
*/
|
||||||
export class CreateRunnerOrganisation extends CreateRunnerGroup {
|
export class CreateRunnerOrganisation extends CreateRunnerGroup {
|
||||||
/**
|
/**
|
||||||
* The new organisation's address's id.
|
* The new organisation's address.
|
||||||
*/
|
*/
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
@IsObject()
|
@IsObject()
|
||||||
|
@ -16,7 +16,7 @@ export class UpdateRunnerOrganisation extends CreateRunnerGroup {
|
|||||||
id: number;
|
id: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The updated organisation's address's id.
|
* The updated organisation's address.
|
||||||
*/
|
*/
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
@IsObject()
|
@IsObject()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user