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.
@@ -45,7 +45,7 @@
45
45
  }
46
46
  },
47
47
  "dependencies": {
48
- "vona": "^5.0.73"
48
+ "vona": "^5.0.74"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@cabloy/lint": "^5.0.16",
@@ -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' {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-cli-set-api",
3
3
  "type": "module",
4
- "version": "1.0.130",
4
+ "version": "1.0.131",
5
5
  "description": "vona cli-set-api",
6
6
  "publishConfig": {
7
7
  "access": "public"