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/fesm2022/ntk-cms-api.mjs +2 -1
- package/fesm2022/ntk-cms-api.mjs.map +1 -1
- package/index.d.ts +3 -1
- package/package.json +1 -1
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
|
-
|
|
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;
|