ntk-cms-api 1.2.192 → 1.2.193
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 +2 -1
- package/fesm2015/ntk-cms-api.mjs +1 -0
- package/fesm2015/ntk-cms-api.mjs.map +1 -1
- package/fesm2020/ntk-cms-api.mjs +1 -0
- package/fesm2020/ntk-cms-api.mjs.map +1 -1
- package/lib/models/entity/estate/estateCustomerOrderModel.d.ts +3 -0
- package/lib/models/entity/estate/estatePropertyModel.d.ts +2 -0
- package/package.json +1 -1
package/fesm2020/ntk-cms-api.mjs
CHANGED
|
@@ -10775,6 +10775,7 @@ class EstatePropertyModel extends BaseModuleEntity {
|
|
|
10775
10775
|
constructor() {
|
|
10776
10776
|
super(...arguments);
|
|
10777
10777
|
this.mainAdminRecordStatus = EnumRecordStatus.Pending;
|
|
10778
|
+
/**Acton */
|
|
10778
10779
|
}
|
|
10779
10780
|
}
|
|
10780
10781
|
|