ntk-cms-api 18.3.427 → 18.3.428
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/esm2020/lib/models/entity/estate/estateCustomerOrderModel.mjs +1 -1
- package/esm2020/lib/models/entity/estate/estatePropertyModel.mjs +1 -2
- package/fesm2015/ntk-cms-api.mjs +0 -1
- package/fesm2015/ntk-cms-api.mjs.map +1 -1
- package/fesm2020/ntk-cms-api.mjs +0 -1
- package/fesm2020/ntk-cms-api.mjs.map +1 -1
- package/lib/models/entity/estate/estateCustomerOrderModel.d.ts +5 -0
- package/lib/models/entity/estate/estatePropertyModel.d.ts +5 -0
- package/package.json +1 -1
package/fesm2020/ntk-cms-api.mjs
CHANGED
|
@@ -11099,7 +11099,6 @@ class EstatePropertyModel extends BaseModuleEntity {
|
|
|
11099
11099
|
constructor() {
|
|
11100
11100
|
super(...arguments);
|
|
11101
11101
|
this.mainAdminRecordStatus = RecordStatusEnum.Pending;
|
|
11102
|
-
/**Acton */
|
|
11103
11102
|
}
|
|
11104
11103
|
}
|
|
11105
11104
|
|