@zealicsolutions/web-ui 0.4.18 → 0.4.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -73,11 +73,11 @@ export interface DataConnectionAttributes {
73
73
  id: string;
74
74
  attributeType: 'data_model_field';
75
75
  dataModelField: {
76
- id: string;
77
- subtype?: string;
78
- fieldName: string;
79
- code: string;
76
+ dataFieldName: string;
77
+ dataModelFieldId: string;
80
78
  defaultValue?: string;
79
+ entitySubtypeId?: string;
80
+ entitySubtypeName?: string;
81
81
  };
82
82
  }
83
83
  export interface ConditionConfigAttributes {