ntk-cms-api 20.25.9 → 20.25.10
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 +7 -1
- package/fesm2022/ntk-cms-api.mjs.map +1 -1
- package/index.d.ts +4 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -571,7 +571,8 @@ declare enum SendEmailStatusTypeEnum {
|
|
|
571
571
|
declare enum FormSubmitedStatusEnum {
|
|
572
572
|
none = 0,
|
|
573
573
|
Success = 1,
|
|
574
|
-
|
|
574
|
+
Warning = 2,
|
|
575
|
+
Error = 3
|
|
575
576
|
}
|
|
576
577
|
|
|
577
578
|
declare enum ManageUserAccessDataTypesEnum {
|
|
@@ -1030,6 +1031,8 @@ declare class ValidationModel {
|
|
|
1030
1031
|
title: string;
|
|
1031
1032
|
description: string;
|
|
1032
1033
|
status: ValidationStatusEnum;
|
|
1034
|
+
linkTarget: string;
|
|
1035
|
+
linkSrc: string;
|
|
1033
1036
|
}
|
|
1034
1037
|
|
|
1035
1038
|
declare class InfoEnumModel {
|