ntk-cms-api 18.3.441 → 18.3.442
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 +6 -1
- package/esm2020/lib/models/entity/estate/estatePropertyModel.mjs +3 -1
- package/fesm2015/ntk-cms-api.mjs +7 -0
- package/fesm2015/ntk-cms-api.mjs.map +1 -1
- package/fesm2020/ntk-cms-api.mjs +7 -0
- package/fesm2020/ntk-cms-api.mjs.map +1 -1
- package/lib/models/entity/estate/estateCustomerOrderModel.d.ts +4 -1
- package/lib/models/entity/estate/estatePropertyModel.d.ts +4 -1
- package/package.json +1 -1
package/fesm2020/ntk-cms-api.mjs
CHANGED
|
@@ -11198,6 +11198,11 @@ class EstateCustomerCategoryModel extends BaseModuleEntity {
|
|
|
11198
11198
|
|
|
11199
11199
|
//@@tag-Version-2211261
|
|
11200
11200
|
class EstateCustomerOrderModel extends BaseModuleEntity {
|
|
11201
|
+
constructor() {
|
|
11202
|
+
super(...arguments);
|
|
11203
|
+
/**Acton */
|
|
11204
|
+
this.actionCreateNewCmsUser = false;
|
|
11205
|
+
}
|
|
11201
11206
|
}
|
|
11202
11207
|
|
|
11203
11208
|
//@@tag-Version-2201011
|
|
@@ -11246,6 +11251,8 @@ class EstatePropertyModel extends BaseModuleEntity {
|
|
|
11246
11251
|
constructor() {
|
|
11247
11252
|
super(...arguments);
|
|
11248
11253
|
this.mainAdminRecordStatus = RecordStatusEnum.Pending;
|
|
11254
|
+
/**Acton */
|
|
11255
|
+
this.actionCreateNewCmsUser = false;
|
|
11249
11256
|
}
|
|
11250
11257
|
}
|
|
11251
11258
|
|