ntk-cms-api 20.25.52 → 20.25.53

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.
@@ -7715,7 +7715,7 @@ class SmsLogOutBoxModel extends BaseModuleEntity {
7715
7715
  class SmsLogOutBoxQueueModel extends BaseModuleEntity {
7716
7716
  constructor() {
7717
7717
  super(...arguments);
7718
- this.mainAdminRecordStatus = RecordAdminStatusEnum.Pending;
7718
+ this.adminRecordStatus = RecordAdminStatusEnum.Pending;
7719
7719
  }
7720
7720
  }
7721
7721