vona-module-a-mail 5.0.7 → 5.0.8
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.
|
@@ -4,7 +4,7 @@ import type { TableIdentity } from 'table-identity';
|
|
|
4
4
|
/** entity: begin */
|
|
5
5
|
export * from '../entity/mail.ts';
|
|
6
6
|
import type { IEntityOptionsMail } from '../entity/mail.ts';
|
|
7
|
-
import 'vona';
|
|
7
|
+
import 'vona-module-a-orm';
|
|
8
8
|
declare module 'vona-module-a-orm' {
|
|
9
9
|
interface IEntityRecord {
|
|
10
10
|
'a-mail:mail': IEntityOptionsMail;
|
|
@@ -36,7 +36,7 @@ declare module 'vona-module-a-mail' {
|
|
|
36
36
|
/** model: begin */
|
|
37
37
|
export * from '../model/mail.ts';
|
|
38
38
|
import type { IModelOptionsMail } from '../model/mail.ts';
|
|
39
|
-
import 'vona';
|
|
39
|
+
import 'vona-module-a-orm';
|
|
40
40
|
declare module 'vona-module-a-orm' {
|
|
41
41
|
interface IModelRecord {
|
|
42
42
|
'a-mail:mail': IModelOptionsMail;
|
|
@@ -120,7 +120,7 @@ declare module 'vona' {
|
|
|
120
120
|
/** bean: end */
|
|
121
121
|
/** service: begin */
|
|
122
122
|
export * from '../service/mail.ts';
|
|
123
|
-
import 'vona';
|
|
123
|
+
import 'vona-module-a-bean';
|
|
124
124
|
declare module 'vona-module-a-bean' {
|
|
125
125
|
interface IServiceRecord {
|
|
126
126
|
'a-mail:mail': never;
|
|
@@ -151,8 +151,8 @@ declare module 'vona' {
|
|
|
151
151
|
/** service: end */
|
|
152
152
|
/** meta: begin */
|
|
153
153
|
export * from '../bean/meta.version.ts';
|
|
154
|
-
import 'vona';
|
|
155
|
-
declare module 'vona' {
|
|
154
|
+
import 'vona-module-a-meta';
|
|
155
|
+
declare module 'vona-module-a-meta' {
|
|
156
156
|
interface IMetaRecord {
|
|
157
157
|
'a-mail:version': never;
|
|
158
158
|
}
|