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/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
- Error = 2
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "20.25.9",
3
+ "version": "20.25.10",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",