Correcion de validaciones en ACTIVITY
This commit is contained in:
@@ -223,17 +223,17 @@ class ActivityPropertiesStructure
|
||||
public $tas_duration;
|
||||
|
||||
/**
|
||||
* @var string {@from body} {@choice DAYS,HOURS}
|
||||
* @var string {@from body}
|
||||
*/
|
||||
public $tas_timeunit;
|
||||
|
||||
/**
|
||||
* @var string {@from body} {@choice 1,,2}
|
||||
* @var string {@from body}
|
||||
*/
|
||||
public $tas_type_day;
|
||||
|
||||
/**
|
||||
* @var string {@from body} {@min 0} {@max 32}
|
||||
* @var string {@from body}
|
||||
*/
|
||||
public $tas_calendar;
|
||||
|
||||
@@ -263,7 +263,7 @@ class ActivityPropertiesStructure
|
||||
public $tas_def_subject_message;
|
||||
|
||||
/**
|
||||
* @var string {@from body} {@choice template,text}
|
||||
* @var string {@from body}
|
||||
*/
|
||||
public $tas_def_message_type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user