ntk-cms-api 1.2.56 → 1.2.58
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 +4 -2
- 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/estateActivityTypeModel.js +3 -2
- package/fesm2015/ntk-cms-api.js +1 -1
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/entity/estate/estateActivityTypeModel.d.ts +6 -1
- package/ntk-cms-api.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -12193,11 +12193,13 @@
|
|
|
12193
12193
|
return EstatePropertyProjectModel;
|
|
12194
12194
|
}(BaseModuleEntity));
|
|
12195
12195
|
|
|
12196
|
-
var EstateActivityTypeModel = /** @class */ (function () {
|
|
12196
|
+
var EstateActivityTypeModel = /** @class */ (function (_super) {
|
|
12197
|
+
__extends(EstateActivityTypeModel, _super);
|
|
12197
12198
|
function EstateActivityTypeModel() {
|
|
12199
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
12198
12200
|
}
|
|
12199
12201
|
return EstateActivityTypeModel;
|
|
12200
|
-
}());
|
|
12202
|
+
}(BaseModuleEntity));
|
|
12201
12203
|
|
|
12202
12204
|
(function (EstateUserTypeEnum) {
|
|
12203
12205
|
EstateUserTypeEnum[EstateUserTypeEnum["Customer"] = 1] = "Customer";
|