@steedos-widgets/amis-lib 6.10.1-beta.15 → 6.10.1-beta.17

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.
@@ -10,7 +10,6 @@ export function getReadonlyFormInitApi(object: any, recordId: any, fields: any,
10
10
  headers: {
11
11
  Authorization: string;
12
12
  };
13
- trackExpression: string;
14
13
  }>;
15
14
  export function getScriptForAddUrlPrefixForImgFields(fields: any, readonly: any): string;
16
15
  export function getEditFormInitApi(object: any, recordId: any, fields: any, options: any): Promise<{
@@ -309,7 +309,6 @@ export function getRecordServiceSchema(objectName: any, appId: any, props: {}, b
309
309
  headers: {
310
310
  Authorization: string;
311
311
  };
312
- trackExpression: string;
313
312
  };
314
313
  body: {
315
314
  type: string;
@@ -339,7 +338,6 @@ export function getRecordDetailMiniSchema(objectName: any, appId: any, props?: {
339
338
  headers: {
340
339
  Authorization: string;
341
340
  };
342
- trackExpression: string;
343
341
  };
344
342
  body: {
345
343
  type: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "6.10.1-beta.15",
4
+ "version": "6.10.1-beta.17",
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": "2dda1fe61ed103bcc27d2fc02ddb8f74501d9e5a"
64
+ "gitHead": "e2d5f01a14d2fe64056737c08df0f5ac9560a593"
65
65
  }