ntk-cms-api 20.25.12 → 20.25.13
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/fesm2022/ntk-cms-api.mjs.map +1 -1
- package/index.d.ts +4 -2
- package/package.json +1 -1
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
|
-
|
|
1019
|
-
|
|
1018
|
+
filterActionSearchCreatedDateFromDate?: Date;
|
|
1019
|
+
filterActionSearchCreatedDateToDate?: Date;
|
|
1020
|
+
filterActionSearchUpdatedDateFromDate?: Date;
|
|
1021
|
+
filterActionSearchUpdatedDateToDate?: Date;
|
|
1020
1022
|
}
|
|
1021
1023
|
|
|
1022
1024
|
declare class FormInfoModel {
|