ntk-cms-api 1.0.313 → 1.0.314
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 +27 -0
- package/bundles/ntk-cms-api.umd.js.map +1 -1
- package/bundles/ntk-cms-api.umd.min.js +1 -1
- package/bundles/ntk-cms-api.umd.min.js.map +1 -1
- package/esm2015/lib/models/entity/estate/_export.js +2 -1
- package/esm2015/lib/models/entity/estate/estatePropertyAdsTypeModel.js +4 -0
- package/esm2015/lib/service/estate/_export.js +2 -1
- package/esm2015/lib/service/estate/estatePropertyAdsType.service.js +17 -0
- package/fesm2015/ntk-cms-api.js +16 -1
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/entity/estate/_export.d.ts +1 -0
- package/lib/models/entity/estate/estatePropertyAdsTypeModel.d.ts +9 -0
- package/lib/service/estate/_export.d.ts +1 -0
- package/lib/service/estate/estatePropertyAdsType.service.d.ts +5 -0
- package/ntk-cms-api.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -9571,6 +9571,23 @@
|
|
|
9571
9571
|
},] }
|
|
9572
9572
|
];
|
|
9573
9573
|
|
|
9574
|
+
var EstatePropertyAdsTypeService = /** @class */ (function (_super) {
|
|
9575
|
+
__extends(EstatePropertyAdsTypeService, _super);
|
|
9576
|
+
function EstatePropertyAdsTypeService() {
|
|
9577
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
9578
|
+
}
|
|
9579
|
+
EstatePropertyAdsTypeService.prototype.getModuleCotrolerUrl = function () {
|
|
9580
|
+
return 'EstatePropertyAdsType';
|
|
9581
|
+
};
|
|
9582
|
+
return EstatePropertyAdsTypeService;
|
|
9583
|
+
}(ApiCmsServerBase));
|
|
9584
|
+
EstatePropertyAdsTypeService.ɵprov = i0.ɵɵdefineInjectable({ factory: function EstatePropertyAdsTypeService_Factory() { return new EstatePropertyAdsTypeService(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(NtkCmsApiStoreService)); }, token: EstatePropertyAdsTypeService, providedIn: "root" });
|
|
9585
|
+
EstatePropertyAdsTypeService.decorators = [
|
|
9586
|
+
{ type: i0.Injectable, args: [{
|
|
9587
|
+
providedIn: 'root',
|
|
9588
|
+
},] }
|
|
9589
|
+
];
|
|
9590
|
+
|
|
9574
9591
|
var EstatePropertyService = /** @class */ (function (_super) {
|
|
9575
9592
|
__extends(EstatePropertyService, _super);
|
|
9576
9593
|
function EstatePropertyService() {
|
|
@@ -9848,6 +9865,14 @@
|
|
|
9848
9865
|
return EstatePropertyAdsModel;
|
|
9849
9866
|
}(BaseModuleEntity));
|
|
9850
9867
|
|
|
9868
|
+
var EstatePropertyAdsTypeModel = /** @class */ (function (_super) {
|
|
9869
|
+
__extends(EstatePropertyAdsTypeModel, _super);
|
|
9870
|
+
function EstatePropertyAdsTypeModel() {
|
|
9871
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
9872
|
+
}
|
|
9873
|
+
return EstatePropertyAdsTypeModel;
|
|
9874
|
+
}(BaseModuleEntity));
|
|
9875
|
+
|
|
9851
9876
|
var EstatePropertyModel = /** @class */ (function (_super) {
|
|
9852
9877
|
__extends(EstatePropertyModel, _super);
|
|
9853
9878
|
function EstatePropertyModel() {
|
|
@@ -11573,6 +11598,8 @@
|
|
|
11573
11598
|
exports.EstatePropertyAccountTypeUserService = EstatePropertyAccountTypeUserService;
|
|
11574
11599
|
exports.EstatePropertyAdsModel = EstatePropertyAdsModel;
|
|
11575
11600
|
exports.EstatePropertyAdsService = EstatePropertyAdsService;
|
|
11601
|
+
exports.EstatePropertyAdsTypeModel = EstatePropertyAdsTypeModel;
|
|
11602
|
+
exports.EstatePropertyAdsTypeService = EstatePropertyAdsTypeService;
|
|
11576
11603
|
exports.EstatePropertyDetailGroupModel = EstatePropertyDetailGroupModel;
|
|
11577
11604
|
exports.EstatePropertyDetailGroupService = EstatePropertyDetailGroupService;
|
|
11578
11605
|
exports.EstatePropertyDetailModel = EstatePropertyDetailModel;
|