fix: implement formula field, list field, and reference field as chilrden of the field class. fix: when converting api response data to appropriate field response make sure json field objects are converted to correct field class based upon type.

This commit is contained in:
StevanFreeborn
2023-02-04 22:00:19 -06:00
parent 48de5ec3b8
commit e6eae35e03
11 changed files with 717 additions and 34 deletions
+5
View File
@@ -68,6 +68,11 @@ export enum FieldType {
*/
SurveyUnifiedAnswer = 'SurveyUnifiedAnswer',
/**
* @constant SurveyDelegation - The field is a survey delegation field.
*/
SurveyDelegation = 'SurveyDelegation',
/**
* @constant Attachment - The field is a attachment field.
* @type {string}