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.
- package/fesm2022/ntk-cms-api.mjs +1 -1
- package/fesm2022/ntk-cms-api.mjs.map +1 -1
- package/index.d.ts +1 -2
- package/package.json +1 -1
package/fesm2022/ntk-cms-api.mjs
CHANGED
|
@@ -11384,7 +11384,7 @@ class EstatePropertyModel extends BaseModuleEntity {
|
|
|
11384
11384
|
class EstatePropertyProjectModel extends BaseModuleEntity {
|
|
11385
11385
|
constructor() {
|
|
11386
11386
|
super(...arguments);
|
|
11387
|
-
this.mainAdminRecordStatus =
|
|
11387
|
+
this.mainAdminRecordStatus = RecordAdminStatusEnum.Pending;
|
|
11388
11388
|
// * About */
|
|
11389
11389
|
}
|
|
11390
11390
|
}
|