Skip to content
Snippets Groups Projects

Development to testing

Merged Ghost User requested to merge Development into testing
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
@@ -86,16 +86,18 @@ export class FlagboxDTO {
objectivePointId: string;
@IsString()
@IsNotEmpty()
@Length(7)
@Length(7, 7)
objectivePointDescription: string;
@IsNumber()
objectivePointMultiplier: number;
@IsOptional()
data: JSON;
}
export class FlagboxEventDTO {
@IsString()
@IsNotEmpty()
@Length(7)
@Length(7, 7)
node_id: string;
@IsNumber()
@Min(0)
Loading