@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 {
package/dist/index.d.ts CHANGED
@@ -1679,11 +1679,11 @@ interface DataConnectionAttributes {
1679
1679
  id: string;
1680
1680
  attributeType: 'data_model_field';
1681
1681
  dataModelField: {
1682
- id: string;
1683
- subtype?: string;
1684
- fieldName: string;
1685
- code: string;
1682
+ dataFieldName: string;
1683
+ dataModelFieldId: string;
1686
1684
  defaultValue?: string;
1685
+ entitySubtypeId?: string;
1686
+ entitySubtypeName?: string;
1687
1687
  };
1688
1688
  }
1689
1689
  interface ConditionConfigAttributes {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.4.18",
3
+ "version": "0.4.19",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"