ntk-cms-api 20.25.27 → 20.25.29

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 {
@@ -5318,6 +5319,7 @@ declare class SmsLogOutBoxDetailModel extends BaseModuleEntity<string> {
5318
5319
  linkApiPathId: string;
5319
5320
  linkApiNumberId: string;
5320
5321
  receiverNumber: string;
5322
+ message: string;
5321
5323
  pageCount: number;
5322
5324
  credit: number;
5323
5325
  creditDeliveryCostBase: boolean;
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.29",
4
4
  "description": "Ntk Cms Api And Model For Typscript",
5
5
  "author": "Alireza-Karavi",
6
6
  "license": "ISC",