@kipicore/dbcore 1.1.415 → 1.1.416

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.
@@ -5,8 +5,6 @@ export interface IModulePriceList {
5
5
  moduleCode: string[];
6
6
  pricePerStudent: number;
7
7
  pricePerUser: number;
8
- expiredDate?: Date;
9
- buyDate?: Date;
10
8
  totalPricePerStudent?: number;
11
9
  totalPricePerUser?: number;
12
10
  }
@@ -17,4 +15,6 @@ export interface IModulePriceModelAttributes extends IDefaultAttributes, Documen
17
15
  totalPricePerStudent?: number;
18
16
  totalPricePerUser?: number;
19
17
  appType: APP_TYPE;
18
+ expiredDate?: Date;
19
+ buyDate?: Date;
20
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.415",
3
+ "version": "1.1.416",
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",