ntk-cms-api 20.25.41 → 20.25.42

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.
@@ -11384,7 +11384,7 @@ class EstatePropertyModel extends BaseModuleEntity {
11384
11384
  class EstatePropertyProjectModel extends BaseModuleEntity {
11385
11385
  constructor() {
11386
11386
  super(...arguments);
11387
- this.mainAdminRecordStatus = RecordStatusEnum.Pending;
11387
+ this.mainAdminRecordStatus = RecordAdminStatusEnum.Pending;
11388
11388
  // * About */
11389
11389
  }
11390
11390
  }