@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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/src/containers/types/moleculeTypes.d.ts +4 -4
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/src/containers/types/moleculeTypes.d.ts +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
@@ -73,11 +73,11 @@ export interface DataConnectionAttributes {
|
|
73
73
|
id: string;
|
74
74
|
attributeType: 'data_model_field';
|
75
75
|
dataModelField: {
|
76
|
-
|
77
|
-
|
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 {
|