ntk-cms-api 1.2.112 → 1.2.113
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 +2 -2
- 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/estateAccountAgencyModel.js +2 -2
- package/esm2015/lib/models/entity/estate/estateAccountUserModel.js +2 -2
- package/fesm2015/ntk-cms-api.js +2 -2
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/entity/estate/estateAccountAgencyModel.d.ts +5 -0
- package/lib/models/entity/estate/estateAccountUserModel.d.ts +5 -0
- package/package.json +1 -1
|
@@ -12784,7 +12784,7 @@
|
|
|
12784
12784
|
return EstateModuleSiteStorageValuesModel;
|
|
12785
12785
|
}(BaseModuleSiteStorageValuesModel));
|
|
12786
12786
|
|
|
12787
|
-
//@@tag-Version-
|
|
12787
|
+
//@@tag-Version-2212171
|
|
12788
12788
|
var EstateAccountAgencyModel = /** @class */ (function (_super) {
|
|
12789
12789
|
__extends(EstateAccountAgencyModel, _super);
|
|
12790
12790
|
function EstateAccountAgencyModel() {
|
|
@@ -12813,7 +12813,7 @@
|
|
|
12813
12813
|
return EstateAccountAgencyTypeUserModel;
|
|
12814
12814
|
}(BaseModuleEntity));
|
|
12815
12815
|
|
|
12816
|
-
//@@tag-Version-
|
|
12816
|
+
//@@tag-Version-2212171
|
|
12817
12817
|
var EstateAccountUserModel = /** @class */ (function (_super) {
|
|
12818
12818
|
__extends(EstateAccountUserModel, _super);
|
|
12819
12819
|
function EstateAccountUserModel() {
|