vona-module-test-vona 5.0.19 → 5.0.20

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.
@@ -138,14 +138,12 @@ declare module 'vona-module-a-database' {
138
138
  declare module 'vona-module-test-vona' {
139
139
  }
140
140
  export interface IModuleEntity {
141
- test: TypeMetaEntity<EntityTest>;
141
+ test: TypeMetaEntity<EntityTest, EntityTestTableName>;
142
142
  }
143
143
  /** entity: end */
144
144
  /** entity: begin */
145
+ export type EntityTestTableName = 'testVona';
145
146
  declare module 'vona-module-test-vona' {
146
- interface EntityTest {
147
- get $table(): 'testVona';
148
- }
149
147
  interface IEntityOptionsTest {
150
148
  fields?: TypeEntityOptionsFields<EntityTest, IEntityOptionsTest['_fieldsMore_']>;
151
149
  }
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.19",
4
+ "version": "5.0.20",
5
5
  "title": "test-vona",
6
6
  "vonaModule": {
7
7
  "fileVersion": 1,