File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <Nullable >disable</Nullable >
66 <AssemblyName >Close</AssemblyName >
77 <RootNamespace >Close</RootNamespace >
8- <Version >0.2.4 </Version >
8+ <Version >0.2.5 </Version >
99 <Authors >Peter Schroeder</Authors >
1010 <Company >Telzio, Inc.</Company >
1111 <Copyright >© 2013-2024 Telzio, Inc.</Copyright >
Original file line number Diff line number Diff line change @@ -10,9 +10,15 @@ public class Condition
1010 [ JsonPropertyName ( "values" ) ]
1111 public List < string > Values { get ; set ; }
1212
13+ [ JsonPropertyName ( "value" ) ]
14+ public string Value { get ; set ; }
15+
1316 [ JsonPropertyName ( "gte" ) ]
1417 public int ? Gte { get ; set ; }
1518
1619 [ JsonPropertyName ( "lte" ) ]
1720 public int ? Lte { get ; set ; }
21+
22+ [ JsonPropertyName ( "mode" ) ]
23+ public string Mode { get ; set ; }
1824}
Original file line number Diff line number Diff line change @@ -9,4 +9,7 @@ public enum ObjectType
99 sms ,
1010 taskcompleted ,
1111 custom_object ,
12+ contact ,
13+ contact_email ,
14+ contact_phone
1215}
You can’t perform that action at this time.
0 commit comments