add to http request node convert tests

This commit is contained in:
takatost
2024-02-23 18:18:49 +08:00
parent 45621ba4d7
commit 0806b3163a
7 changed files with 210 additions and 9 deletions

View File

@ -94,6 +94,7 @@ class VariableEntity(BaseModel):
TEXT_INPUT = 'text-input'
SELECT = 'select'
PARAGRAPH = 'paragraph'
NUMBER = 'number'
@classmethod
def value_of(cls, value: str) -> 'VariableEntity.Type':