ronds-metadata 1.3.87 → 1.3.88

Sign up to get free protection for your applications and to get access to all the features.
@@ -94,6 +94,26 @@ export declare const BusinessSchema: {
94
94
  }[];
95
95
  enum?: undefined;
96
96
  items?: undefined;
97
+ } | {
98
+ id: string;
99
+ type: string;
100
+ fields: {
101
+ id: string;
102
+ type: string;
103
+ refId: string;
104
+ value: {
105
+ common: {
106
+ label: string;
107
+ labelSpan: number;
108
+ depend: {
109
+ show: string;
110
+ };
111
+ };
112
+ 'common-en-US': {};
113
+ };
114
+ }[];
115
+ enum?: undefined;
116
+ items?: undefined;
97
117
  } | {
98
118
  id: string;
99
119
  type: string;
@@ -106,7 +106,6 @@ var ETL_SOURCE_SCHEMA = [{
106
106
  value: {
107
107
  common: {
108
108
  label: 'SQL',
109
- require: true,
110
109
  labelSpan: 4,
111
110
  depend: {
112
111
  show: 'datasource.dsType=="PostgreSql" || datasource.dsType=="SqlServer"'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.3.87",
4
+ "version": "1.3.88",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",