ntk-cms-api 1.2.252 → 1.2.254
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/estateAccountAgencyModel.mjs +1 -1
- package/esm2020/lib/models/entity/estate/estateAccountUserModel.mjs +1 -1
- package/esm2020/lib/models/entity/estate/estatePropertyCompanyModel.mjs +1 -1
- package/esm2020/lib/models/entity/estate/estatePropertyProjectModel.mjs +1 -1
- package/esm2020/lib/models/entity/estate/estatePropertySupplierModel.mjs +1 -1
- package/esm2020/lib/service/estate/estateEnum.service.mjs +2 -2
- package/fesm2015/ntk-cms-api.mjs +1 -1
- package/fesm2015/ntk-cms-api.mjs.map +1 -1
- package/fesm2020/ntk-cms-api.mjs +1 -1
- package/fesm2020/ntk-cms-api.mjs.map +1 -1
- package/lib/models/entity/estate/estateAccountAgencyModel.d.ts +1 -0
- package/lib/models/entity/estate/estateAccountUserModel.d.ts +1 -0
- package/lib/models/entity/estate/estatePropertyCompanyModel.d.ts +1 -0
- package/lib/models/entity/estate/estatePropertyProjectModel.d.ts +1 -0
- package/lib/models/entity/estate/estatePropertySupplierModel.d.ts +1 -0
- package/package.json +1 -1
package/fesm2020/ntk-cms-api.mjs
CHANGED
|
@@ -10187,7 +10187,7 @@ class EstateEnumService extends ApiServerBase {
|
|
|
10187
10187
|
}
|
|
10188
10188
|
ServiceEstateActivityStatusEnum() {
|
|
10189
10189
|
return this.http
|
|
10190
|
-
.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/
|
|
10190
|
+
.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/EstateActivityStatusEnum', {
|
|
10191
10191
|
headers: this.getHeaders(),
|
|
10192
10192
|
})
|
|
10193
10193
|
.pipe(
|