ntk-cms-api 1.2.115 → 1.2.117
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/bundles/ntk-cms-api.umd.js +1 -1
- package/bundles/ntk-cms-api.umd.js.map +1 -1
- package/bundles/ntk-cms-api.umd.min.js.map +1 -1
- package/esm2015/lib/models/entity/estate/estateAccountAgencyUserModel.js +2 -2
- package/esm2015/lib/models/entity/estate/estatePropertyHistoryModel.js +1 -1
- package/fesm2015/ntk-cms-api.js +1 -1
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/entity/estate/estateAccountAgencyUserModel.d.ts +2 -0
- package/lib/models/entity/estate/estatePropertyHistoryModel.d.ts +1 -0
- package/package.json +1 -1
|
@@ -12806,7 +12806,7 @@
|
|
|
12806
12806
|
return EstateAccountAgencyAdsModel;
|
|
12807
12807
|
}(BaseModuleEntity));
|
|
12808
12808
|
|
|
12809
|
-
//@@tag-Version-
|
|
12809
|
+
//@@tag-Version-2212191
|
|
12810
12810
|
var EstateAccountAgencyUserModel = /** @class */ (function (_super) {
|
|
12811
12811
|
__extends(EstateAccountAgencyUserModel, _super);
|
|
12812
12812
|
function EstateAccountAgencyUserModel() {
|