From 88f4edfdf9d3a21ba07f81f89841c82cb1003867 Mon Sep 17 00:00:00 2001 From: Sebastian Chamena <43488475+schattian@users.noreply.github.com> Date: Wed, 28 Jul 2021 18:51:47 -0300 Subject: [PATCH] Add missing columnTypes --- seatable_api/constants.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/seatable_api/constants.py b/seatable_api/constants.py index 43eee07..d4db04d 100644 --- a/seatable_api/constants.py +++ b/seatable_api/constants.py @@ -38,3 +38,9 @@ class ColumnTypes(Enum): GEOLOCATION = 'geolocation' AUTO_NUMBER = 'auto-number' URL = 'url' + RATE = 'rate' + EMAIL = 'email' + DURATION = 'duration' + LINK_FORMULA = 'link-formula' + GEOLOCATION = 'geolocation' + IMAGE = 'image'