vona-cli-set-api 1.0.131 → 1.0.133

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.
@@ -45,7 +45,7 @@
45
45
  }
46
46
  },
47
47
  "dependencies": {
48
- "vona": "^5.0.74"
48
+ "vona": "^5.0.75"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@cabloy/lint": "^5.0.16",
@@ -101,6 +101,16 @@ export interface IModuleModel {
101
101
  }
102
102
  /** model: end */
103
103
  /** model: begin */
104
+ import 'vona';
105
+ declare module 'vona' {
106
+ interface IBeanRecordGeneral {
107
+ 'home-user.model.role': ModelRole;
108
+ 'home-user.model.roleUser': ModelRoleUser;
109
+ 'home-user.model.user': ModelUser;
110
+ }
111
+ }
112
+ /** model: end */
113
+ /** model: begin */
104
114
  import type { IModelGetOptions, IModelMethodOptions, IModelSelectParams, TableIdentity, TypeModelRelationResult, TypeModelWhere, IModelInsertOptions, TypeModelMutateRelationData, IModelDeleteOptions, IModelUpdateOptions, IModelMutateOptions, IModelSelectCountParams, IModelSelectAggrParams, TypeModelAggrRelationResult, IModelSelectGroupParams, TypeModelGroupRelationResult } from 'vona-module-a-orm';
105
115
  import { SymbolKeyEntity, SymbolKeyEntityMeta, SymbolKeyModelOptions } from 'vona-module-a-orm';
106
116
  declare module 'vona-module-home-user' {