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