@ -200,14 +200,24 @@ const SetVariableValue = ({
|
||||
</Alert>
|
||||
)
|
||||
}
|
||||
case 'Now':
|
||||
case 'Yesterday':
|
||||
case 'Tomorrow': {
|
||||
return (
|
||||
<TextInput
|
||||
direction="row"
|
||||
label="Timezone"
|
||||
onChange={(timeZone) => onOptionsChange({ ...options, timeZone })}
|
||||
defaultValue={options.timeZone}
|
||||
placeholder="Europe/Paris"
|
||||
/>
|
||||
)
|
||||
}
|
||||
case 'Contact name':
|
||||
case 'Phone number':
|
||||
case 'Random ID':
|
||||
case 'Now':
|
||||
case 'Today':
|
||||
case 'Tomorrow':
|
||||
case 'User ID':
|
||||
case 'Yesterday':
|
||||
case 'Today':
|
||||
case 'Empty':
|
||||
return null
|
||||
}
|
||||
|
@ -554,10 +554,32 @@
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Now",
|
||||
"Yesterday",
|
||||
"Tomorrow",
|
||||
"Tomorrow"
|
||||
]
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"variableId": {
|
||||
"type": "string"
|
||||
},
|
||||
"isExecutedOnClient": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Moment of the day",
|
||||
"Empty",
|
||||
"Environment name",
|
||||
@ -4926,10 +4948,32 @@
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Now",
|
||||
"Yesterday",
|
||||
"Tomorrow",
|
||||
"Tomorrow"
|
||||
]
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"variableId": {
|
||||
"type": "string"
|
||||
},
|
||||
"isExecutedOnClient": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Moment of the day",
|
||||
"Empty",
|
||||
"Environment name",
|
||||
@ -8349,10 +8393,32 @@
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Now",
|
||||
"Yesterday",
|
||||
"Tomorrow",
|
||||
"Tomorrow"
|
||||
]
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"variableId": {
|
||||
"type": "string"
|
||||
},
|
||||
"isExecutedOnClient": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Moment of the day",
|
||||
"Empty",
|
||||
"Environment name",
|
||||
@ -16835,10 +16901,32 @@
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Now",
|
||||
"Yesterday",
|
||||
"Tomorrow",
|
||||
"Tomorrow"
|
||||
]
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"variableId": {
|
||||
"type": "string"
|
||||
},
|
||||
"isExecutedOnClient": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Moment of the day",
|
||||
"Empty",
|
||||
"Environment name",
|
||||
@ -20325,10 +20413,32 @@
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Now",
|
||||
"Yesterday",
|
||||
"Tomorrow",
|
||||
"Tomorrow"
|
||||
]
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"variableId": {
|
||||
"type": "string"
|
||||
},
|
||||
"isExecutedOnClient": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Moment of the day",
|
||||
"Empty",
|
||||
"Environment name",
|
||||
@ -23122,10 +23232,32 @@
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Now",
|
||||
"Yesterday",
|
||||
"Tomorrow",
|
||||
"Tomorrow"
|
||||
]
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"variableId": {
|
||||
"type": "string"
|
||||
},
|
||||
"isExecutedOnClient": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Moment of the day",
|
||||
"Empty",
|
||||
"Environment name",
|
||||
|
@ -3621,10 +3621,32 @@
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Now",
|
||||
"Yesterday",
|
||||
"Tomorrow",
|
||||
"Tomorrow"
|
||||
]
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"variableId": {
|
||||
"type": "string"
|
||||
},
|
||||
"isExecutedOnClient": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Moment of the day",
|
||||
"Empty",
|
||||
"Environment name",
|
||||
@ -7403,10 +7425,32 @@
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Now",
|
||||
"Yesterday",
|
||||
"Tomorrow",
|
||||
"Tomorrow"
|
||||
]
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"type"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"variableId": {
|
||||
"type": "string"
|
||||
},
|
||||
"isExecutedOnClient": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"Today",
|
||||
"Moment of the day",
|
||||
"Empty",
|
||||
"Environment name",
|
||||
|
Reference in New Issue
Block a user