diff --git a/Intuit.QuickBase.Core/FieldType.cs b/Intuit.QuickBase.Core/FieldType.cs index 5d3c176..441407d 100644 --- a/Intuit.QuickBase.Core/FieldType.cs +++ b/Intuit.QuickBase.Core/FieldType.cs @@ -82,6 +82,11 @@ public enum FieldType /// URL-Link /// url, + + /// + /// Address + /// + address, // TODO: To be deleted. timestamp, @@ -92,4 +97,4 @@ public enum FieldType vcardbutton, predecessor } -} \ No newline at end of file +}