ntk-cms-api 18.3.430 → 18.3.432

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.
@@ -7782,7 +7782,12 @@ class SmsMainApiPathPermissionModel extends BaseModuleEntity {
7782
7782
 
7783
7783
  //@@tag-Version-2201011
7784
7784
  class SmsMainApiPathPriceServiceModel extends BaseModuleEntity {
7785
- }
7785
+ }
7786
+ // export class MessageLengthPaginationModel {
7787
+ // pageCount: number;
7788
+ // messageMinLength: number;
7789
+ // messageMaxLength: number;
7790
+ // }
7786
7791
 
7787
7792
  //@@tag-Version-2201011
7788
7793
  class SmsMainApiPathProcessFlowLogModel extends BaseModuleEntity {