Commit 6652cb5
authored
fix(NOJIRA-123): fix Action.condition type (#50)
* fix(types): fix Condition.op, Condition.vars type
The Create API allows for the logical operators 'and' and 'or' to used as the operator for a condition.
https://developer.typeform.com/create/logic-jumps/#best-practices-for-logic-jumps
* fix(types): Use proper Array union type syntax1 parent 3348493 commit 6652cb5
1 file changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
201 | 214 | | |
202 | 215 | | |
203 | 216 | | |
| |||
0 commit comments