ntk-cms-api 20.25.12 → 20.25.14

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/index.d.ts CHANGED
@@ -1015,8 +1015,10 @@ declare class FilterModel {
1015
1015
  filterActionSearchLinkSiteId?: number;
1016
1016
  filterActionSearchLinkModuleId?: number;
1017
1017
  filterActionSearchRecordStatus?: RecordStatusEnum;
1018
- filterActionSearchFromDate?: Date;
1019
- filterActionSearchToDate?: Date;
1018
+ filterActionSearchCreatedDateFromDate?: Date;
1019
+ filterActionSearchCreatedDateToDate?: Date;
1020
+ filterActionSearchUpdatedDateFromDate?: Date;
1021
+ filterActionSearchUpdatedDateToDate?: Date;
1020
1022
  }
1021
1023
 
1022
1024
  declare class FormInfoModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "20.25.12",
3
+ "version": "20.25.14",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",