@kipicore/dbcore 1.1.459 → 1.1.460

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.
package/README.md CHANGED
@@ -1,4 +1,10 @@
1
1
  # kipi-db-core
2
2
 
3
3
 
4
- // yarn pgdb:model --name student_fee_collection
4
+ // yarn pgdb:model --name student_fee_collection
5
+
6
+
7
+ name as par Aadharcard
8
+ passPort number
9
+ passPort as name
10
+ hight and wight
@@ -10,3 +10,7 @@ export interface IPermissionAttributes extends IDefaultAttributes {
10
10
  appType: APP_TYPE;
11
11
  userTypes: USER_TYPES[];
12
12
  }
13
+ export interface IPermissionTree extends IPermissionAttributes {
14
+ features?: IPermissionTree[];
15
+ actions?: IPermissionTree[];
16
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.459",
3
+ "version": "1.1.460",
4
4
  "description": "Reusable DB core package with Postgres, MongoDB, models, services, interfaces, and types",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",