vona-cli-set-api 1.0.130 → 1.0.131
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.
|
@@ -124,6 +124,17 @@ export interface IModuleModel {
|
|
|
124
124
|
}
|
|
125
125
|
/** model: end */
|
|
126
126
|
/** model: begin */
|
|
127
|
+
|
|
128
|
+
import 'vona';
|
|
129
|
+
declare module 'vona' {
|
|
130
|
+
export interface IBeanRecordGeneral {
|
|
131
|
+
'home-user.model.role': ModelRole;
|
|
132
|
+
'home-user.model.roleUser': ModelRoleUser;
|
|
133
|
+
'home-user.model.user': ModelUser;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
/** model: end */
|
|
137
|
+
/** model: begin */
|
|
127
138
|
import type { IModelGetOptions, IModelMethodOptions, IModelSelectParams, TableIdentity, TypeModelRelationResult, TypeModelWhere, IModelInsertOptions, TypeModelMutateRelationData, IModelDeleteOptions, IModelUpdateOptions, IModelMutateOptions, IModelSelectCountParams, IModelSelectAggrParams, TypeModelAggrRelationResult, IModelSelectGroupParams, TypeModelGroupRelationResult } from 'vona-module-a-orm';
|
|
128
139
|
import { SymbolKeyEntity, SymbolKeyEntityMeta, SymbolKeyModelOptions } from 'vona-module-a-orm';
|
|
129
140
|
declare module 'vona-module-home-user' {
|