@steedos-widgets/amis-lib 3.6.2-beta.6 → 3.6.2-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -225,12 +225,9 @@ export function getRecordDetailSchema(objectName: any, appId: any, props?: {}):
225
225
  label: string;
226
226
  objectApiName: string;
227
227
  recordId: string;
228
- id: string;
229
228
  appId: any;
230
229
  }[];
231
- id: string;
232
230
  }[];
233
- id: string;
234
231
  } | {
235
232
  type: string;
236
233
  label: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "3.6.2-beta.6",
4
+ "version": "3.6.2-beta.7",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -61,5 +61,5 @@
61
61
  "lodash": "^4.17.21",
62
62
  "react-i18next": "12.3.1"
63
63
  },
64
- "gitHead": "60b0fa72929039637851c75a1c8386723cbd19e2"
64
+ "gitHead": "724dfd7a834539fa951423fceae0fca144429200"
65
65
  }