vona-module-test-vona 5.0.36 → 5.0.37

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.
package/dist/index.js CHANGED
@@ -844,6 +844,9 @@ let ServicePost = (_dec$E = Service(), _dec2$E = BeanInfo({
844
844
  id
845
845
  });
846
846
  }
847
+ async mget(ids) {
848
+ return await this.scope.model.post.mget(ids);
849
+ }
847
850
  async count() {
848
851
  return await this.scope.model.post.count();
849
852
  }
@@ -16,5 +16,6 @@ export declare class ServicePost extends BeanBase {
16
16
  orders: ["createdAt", "desc"][];
17
17
  }, undefined, 50>[]>;
18
18
  get(id: TableIdentity): Promise<import("vona-module-a-orm").TypeModelRelationResult_Normal<import("vona-module-test-vona").EntityPost, import("vona-module-test-vona").ModelPost, import("vona-module-a-orm").IModelGetOptions<import("vona-module-test-vona").EntityPost, import("vona-module-test-vona").ModelPost>, undefined, 50> | undefined>;
19
+ mget(ids: TableIdentity[]): Promise<import("vona-module-a-orm").TypeModelRelationResult_Normal<import("vona-module-test-vona").EntityPost, import("vona-module-test-vona").ModelPost, import("vona-module-a-orm").IModelGetOptions<import("vona-module-test-vona").EntityPost, import("vona-module-test-vona").ModelPost>, undefined, 50>[]>;
19
20
  count(): Promise<BigNumber | undefined>;
20
21
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-module-test-vona",
3
3
  "type": "module",
4
- "version": "5.0.36",
4
+ "version": "5.0.37",
5
5
  "title": "test-vona",
6
6
  "vonaModule": {
7
7
  "fileVersion": 1,