@steedos-widgets/amis-lib 0.0.1 → 0.0.2

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.
@@ -332,7 +332,7 @@ export function getListSchema(appName: any, objectName: any, listViewName: any,
332
332
  });
333
333
  };
334
334
  }>;
335
- export function getObjectRelateds(appName: any, objectName: any, recordId: any, formFactor: any): Promise<{
335
+ export function getObjectRelatedList(appName: any, objectName: any, recordId: any, formFactor: any): Promise<{
336
336
  masterObjectName: any;
337
337
  object_name: any;
338
338
  foreign_key: any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",