ntk-cms-api 20.25.27 → 20.25.28

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
@@ -580,7 +580,8 @@ declare enum ManageUserAccessDataTypesEnum {
580
580
  All = 1,
581
581
  Viewer = 2,
582
582
  Editor = 3,
583
- Action = 4
583
+ ExportFile = 4,
584
+ Action = 5
584
585
  }
585
586
 
586
587
  declare enum SiteStatusEnum {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntk-cms-api",
3
- "version": "20.25.27",
3
+ "version": "20.25.28",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",