ntk-cms-api 18.3.439 → 18.3.441
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/_export.mjs +24 -24
- package/esm2020/lib/models/entity/estate/estateAccountAgencyExpertModel.mjs +5 -0
- package/esm2020/lib/models/entity/estate/estateAccountExpertModel.mjs +5 -0
- package/esm2020/lib/models/entity/estate/estateAccountExpertWorkAreaModel.mjs +5 -0
- package/esm2020/lib/models/entity/estate/estateCustomerOrderModel.mjs +1 -1
- package/esm2020/lib/models/entity/estate/estatePropertyHistoryModel.mjs +1 -1
- package/esm2020/lib/models/entity/estate/estatePropertyModel.mjs +1 -1
- package/esm2020/lib/models/filters/estate/_export.mjs +5 -6
- package/esm2020/lib/models/filters/estate/estateAccountExpertFilterModel.mjs +4 -0
- package/esm2020/lib/service/estate/_export.mjs +24 -24
- package/esm2020/lib/service/estate/{estateAccountUserWorkArea.service.mjs → estateAccountAgencyExpert.service.mjs} +6 -6
- package/esm2020/lib/service/estate/estateAccountExpert.service.mjs +14 -0
- package/esm2020/lib/service/estate/estateAccountExpertWorkArea.service.mjs +14 -0
- package/esm2020/lib/service/estate/estateCustomerOrder.service.mjs +19 -1
- package/esm2020/lib/service/estate/estateProperty.service.mjs +19 -1
- package/esm2020/lib/service/estate/estatePropertyHistory.service.mjs +20 -1
- package/fesm2015/ntk-cms-api.mjs +476 -425
- package/fesm2015/ntk-cms-api.mjs.map +1 -1
- package/fesm2020/ntk-cms-api.mjs +476 -425
- package/fesm2020/ntk-cms-api.mjs.map +1 -1
- package/lib/models/entity/estate/_export.d.ts +23 -23
- package/lib/models/entity/estate/{estateAccountAgencyUserModel.d.ts → estateAccountAgencyExpertModel.d.ts} +2 -2
- package/lib/models/entity/estate/{estateAccountUserModel.d.ts → estateAccountExpertModel.d.ts} +1 -1
- package/lib/models/entity/estate/estateAccountExpertWorkAreaModel.d.ts +5 -0
- package/lib/models/entity/estate/estateCustomerOrderModel.d.ts +1 -1
- package/lib/models/entity/estate/estatePropertyHistoryModel.d.ts +1 -1
- package/lib/models/entity/estate/estatePropertyModel.d.ts +1 -1
- package/lib/models/filters/estate/_export.d.ts +4 -5
- package/lib/models/filters/estate/{estateAccountUserFilterModel.d.ts → estateAccountExpertFilterModel.d.ts} +1 -1
- package/lib/service/estate/_export.d.ts +23 -23
- package/lib/service/estate/estateAccountAgencyExpert.service.d.ts +9 -0
- package/lib/service/estate/estateAccountExpert.service.d.ts +9 -0
- package/lib/service/estate/estateAccountExpertWorkArea.service.d.ts +9 -0
- package/lib/service/estate/estateCustomerOrder.service.d.ts +3 -0
- package/lib/service/estate/estateProperty.service.d.ts +3 -0
- package/lib/service/estate/estatePropertyHistory.service.d.ts +5 -0
- package/package.json +1 -1
- package/esm2020/lib/models/entity/estate/estateAccountAgencyUserModel.mjs +0 -5
- package/esm2020/lib/models/entity/estate/estateAccountUserModel.mjs +0 -5
- package/esm2020/lib/models/entity/estate/estateAccountUserWorkAreaModel.mjs +0 -5
- package/esm2020/lib/models/filters/estate/estateAccountUserFilterModel.mjs +0 -4
- package/esm2020/lib/service/estate/estateAccountAgencyUser.service.mjs +0 -14
- package/esm2020/lib/service/estate/estateAccountUser.service.mjs +0 -14
- package/lib/models/entity/estate/estateAccountUserWorkAreaModel.d.ts +0 -5
- package/lib/service/estate/estateAccountAgencyUser.service.d.ts +0 -9
- package/lib/service/estate/estateAccountUser.service.d.ts +0 -9
- package/lib/service/estate/estateAccountUserWorkArea.service.d.ts +0 -9
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
export * from './estateConfigurationModel';
|
|
2
|
-
export * from './estateAccountAgencyModel';
|
|
3
1
|
export * from './estateAccountAgencyAdsModel';
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
2
|
+
export * from './estateAccountAgencyExpertModel';
|
|
3
|
+
export * from './estateAccountAgencyModel';
|
|
4
|
+
export * from './estateAccountAgencyWorkAreaModel';
|
|
5
|
+
export * from './estateAccountExpertModel';
|
|
6
|
+
export * from './estateAccountExpertWorkAreaModel';
|
|
7
|
+
export * from './estateActivityTypeModel';
|
|
8
|
+
export * from './estateAdsTypeModel';
|
|
9
|
+
export * from './estateBillboardModel';
|
|
10
|
+
export * from './estateCategoryRackFolderOrderModel';
|
|
11
|
+
export * from './estateCategoryRackFolderPropertyModel';
|
|
12
|
+
export * from './estateCategoryRackModel';
|
|
13
|
+
export * from './estateCategoryZoneModel';
|
|
14
|
+
export * from './estateConfigurationModel';
|
|
6
15
|
export * from './estateContractModel';
|
|
7
16
|
export * from './estateContractTypeModel';
|
|
17
|
+
export * from './estateCustomerCategoryModel';
|
|
18
|
+
export * from './estateCustomerOrderModel';
|
|
19
|
+
export * from './estateCustomerOrderResultModel';
|
|
8
20
|
export * from './estatePropertyAccountTypeUserModel';
|
|
21
|
+
export * from './estatePropertyAdsModel';
|
|
22
|
+
export * from './estatePropertyCompanyModel';
|
|
9
23
|
export * from './estatePropertyDetailGroupModel';
|
|
10
24
|
export * from './estatePropertyDetailModel';
|
|
11
25
|
export * from './estatePropertyDetailValueModel';
|
|
26
|
+
export * from './estatePropertyExpertPriceModel';
|
|
12
27
|
export * from './estatePropertyHistoryModel';
|
|
13
|
-
export * from './estatePropertyAdsModel';
|
|
14
|
-
export * from './estateAdsTypeModel';
|
|
15
28
|
export * from './estatePropertyModel';
|
|
16
|
-
export * from './
|
|
17
|
-
export * from './estateCustomerOrderModel';
|
|
18
|
-
export * from './estatePropertyTypeModel';
|
|
19
|
-
export * from './estatePropertyTypeUsageModel';
|
|
20
|
-
export * from './estatePropertyTypeLanduseModel';
|
|
29
|
+
export * from './estatePropertyProjectModel';
|
|
21
30
|
export * from './estatePropertyShareAgencyModel';
|
|
22
31
|
export * from './estatePropertyShareAgentModel';
|
|
23
32
|
export * from './estatePropertyShareSiteModel';
|
|
24
|
-
export * from './estatePropertyProjectModel';
|
|
25
|
-
export * from './estatePropertyCompanyModel';
|
|
26
|
-
export * from './estateActivityTypeModel';
|
|
27
|
-
export * from './estatePropertyExpertPriceModel';
|
|
28
|
-
export * from './estateCustomerOrderResultModel';
|
|
29
|
-
export * from './estateCustomerCategoryModel';
|
|
30
|
-
export * from './estateCategoryRackModel';
|
|
31
|
-
export * from './estateCategoryRackFolderOrderModel';
|
|
32
|
-
export * from './estateCategoryRackFolderPropertyModel';
|
|
33
|
-
export * from './estateCategoryZoneModel';
|
|
34
33
|
export * from './estatePropertySupplierCategoryModel';
|
|
35
34
|
export * from './estatePropertySupplierModel';
|
|
36
|
-
export * from './
|
|
37
|
-
export * from './
|
|
35
|
+
export * from './estatePropertyTypeLanduseModel';
|
|
36
|
+
export * from './estatePropertyTypeModel';
|
|
37
|
+
export * from './estatePropertyTypeUsageModel';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseModuleEntity } from '../base/baseModuleEntity';
|
|
2
|
-
export declare class
|
|
2
|
+
export declare class EstateAccountAgencyExpertModel extends BaseModuleEntity<string> {
|
|
3
3
|
linkEstateAccountAgencyId: string;
|
|
4
|
-
|
|
4
|
+
linkEstateExpertId: string;
|
|
5
5
|
accessShareAgencyToUser: boolean;
|
|
6
6
|
accessShareUserToAgency: boolean;
|
|
7
7
|
}
|
package/lib/models/entity/estate/{estateAccountUserModel.d.ts → estateAccountExpertModel.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseModuleEntity } from '../base/baseModuleEntity';
|
|
2
|
-
export declare class
|
|
2
|
+
export declare class EstateAccountExpertModel extends BaseModuleEntity<string> {
|
|
3
3
|
linkCmsUserId: number;
|
|
4
4
|
title: string;
|
|
5
5
|
description: string;
|
|
@@ -8,7 +8,7 @@ export declare class EstateCustomerOrderModel extends BaseModuleEntity<string> {
|
|
|
8
8
|
descriptionHidden: string;
|
|
9
9
|
caseCode: string;
|
|
10
10
|
linkCmsUserId?: number;
|
|
11
|
-
|
|
11
|
+
linkEstateExpertId: string;
|
|
12
12
|
linkEstateAgencyId: string;
|
|
13
13
|
linkEstateCustomerCategoryId: string;
|
|
14
14
|
areaAddress: string;
|
|
@@ -5,7 +5,7 @@ export declare class EstatePropertyHistoryModel extends BaseModuleEntity<string>
|
|
|
5
5
|
title: string;
|
|
6
6
|
linkPropertyId: string;
|
|
7
7
|
linkCustomerOrderId: string;
|
|
8
|
-
|
|
8
|
+
linkEstateExpertId: string;
|
|
9
9
|
linkEstateAgencyId: string;
|
|
10
10
|
linkActivityTypeId: string;
|
|
11
11
|
linkFileIds: string;
|
|
@@ -20,7 +20,7 @@ export declare class EstatePropertyModel extends BaseModuleEntity<string> {
|
|
|
20
20
|
partition: number;
|
|
21
21
|
area: number;
|
|
22
22
|
linkCmsUserId?: number;
|
|
23
|
-
|
|
23
|
+
linkEstateExpertId: string;
|
|
24
24
|
linkEstateAgencyId: string;
|
|
25
25
|
isSoldIt: boolean;
|
|
26
26
|
reviewDataAfterSoldIt?: Date;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
export * from './estatePropertyFilterModel';
|
|
2
|
-
export * from './estatePropertyHistoryFilterModel';
|
|
3
|
-
export * from './estatePropertyFilterModel';
|
|
4
1
|
export * from './estateAccountAgencyFilterModel';
|
|
5
|
-
export * from './
|
|
2
|
+
export * from './estateAccountExpertFilterModel';
|
|
6
3
|
export * from './estateCustomerOrderFilterModel';
|
|
7
4
|
export * from './estatePropertyCompanyFilterModel';
|
|
8
|
-
export * from './
|
|
5
|
+
export * from './estatePropertyFilterModel';
|
|
6
|
+
export * from './estatePropertyHistoryFilterModel';
|
|
9
7
|
export * from './estatePropertyProjectFilterModel';
|
|
8
|
+
export * from './estatePropertySupplierFilterModel';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FilterModel } from "../../entity/base/filterModel";
|
|
2
|
-
export declare class
|
|
2
|
+
export declare class EstateAccountExpertFilterModel extends FilterModel {
|
|
3
3
|
onDateTimeFrom: Date;
|
|
4
4
|
onDateTimeTo: Date;
|
|
5
5
|
linkResponsibleUserId: number;
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
export * from './estateConfiguration.service';
|
|
2
|
-
export * from './estateEnum.service';
|
|
3
1
|
export * from './estateAccountAgency.service';
|
|
4
2
|
export * from './estateAccountAgencyAds.service';
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './
|
|
3
|
+
export * from './estateAccountAgencyExpert.service';
|
|
4
|
+
export * from './estateAccountAgencyWorkArea.service';
|
|
5
|
+
export * from './estateAccountExpert.service';
|
|
6
|
+
export * from './estateAccountExpertWorkArea.service';
|
|
7
|
+
export * from './estateActivityType.service';
|
|
8
|
+
export * from './estateAdsType.service';
|
|
9
|
+
export * from './estateBillboard.service';
|
|
10
|
+
export * from './estateCategoryRack.service';
|
|
11
|
+
export * from './estateCategoryZone.service';
|
|
12
|
+
export * from './estateConfiguration.service';
|
|
7
13
|
export * from './estateContract.service';
|
|
8
14
|
export * from './estateContractType.service';
|
|
15
|
+
export * from './estateCustomerCategory.service';
|
|
16
|
+
export * from './estateCustomerOrder.service';
|
|
17
|
+
export * from './estateCustomerOrderResult.service';
|
|
18
|
+
export * from './estateEnum.service';
|
|
19
|
+
export * from './estateProperty.service';
|
|
9
20
|
export * from './estatePropertyAccountTypeUser.service';
|
|
10
|
-
export * from './
|
|
21
|
+
export * from './estatePropertyAds.service';
|
|
22
|
+
export * from './estatePropertyCompany.service';
|
|
11
23
|
export * from './estatePropertyDetail.service';
|
|
24
|
+
export * from './estatePropertyDetailGroup.service';
|
|
25
|
+
export * from './estatePropertyExpertPrice.service';
|
|
12
26
|
export * from './estatePropertyHistory.service';
|
|
13
|
-
export * from './
|
|
14
|
-
export * from './estateAdsType.service';
|
|
15
|
-
export * from './estateBillboard.service';
|
|
16
|
-
export * from './estateCustomerOrder.service';
|
|
17
|
-
export * from './estateProperty.service';
|
|
18
|
-
export * from './estatePropertyType.service';
|
|
19
|
-
export * from './estatePropertyTypeLanduse.service';
|
|
20
|
-
export * from './estatePropertyTypeUsage.service';
|
|
27
|
+
export * from './estatePropertyProject.service';
|
|
21
28
|
export * from './estatePropertyShareAgency.service';
|
|
22
29
|
export * from './estatePropertyShareAgent.service';
|
|
23
30
|
export * from './estatePropertyShareSite.service';
|
|
24
|
-
export * from './estatePropertyProject.service';
|
|
25
|
-
export * from './estatePropertyCompany.service';
|
|
26
31
|
export * from './estatePropertySupplier.service';
|
|
27
|
-
export * from './estateActivityType.service';
|
|
28
|
-
export * from './estatePropertyExpertPrice.service';
|
|
29
|
-
export * from './estateCustomerOrderResult.service';
|
|
30
|
-
export * from './estateCustomerCategory.service';
|
|
31
|
-
export * from './estateCategoryRack.service';
|
|
32
|
-
export * from './estateCategoryZone.service';
|
|
33
32
|
export * from './estatePropertySupplierCategory.service';
|
|
34
|
-
export * from './
|
|
35
|
-
export * from './
|
|
33
|
+
export * from './estatePropertyType.service';
|
|
34
|
+
export * from './estatePropertyTypeLanduse.service';
|
|
35
|
+
export * from './estatePropertyTypeUsage.service';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FilterModel } from '../../models/entity/base/filterModel';
|
|
2
|
+
import { EstateAccountAgencyExpertModel } from '../../models/entity/estate/estateAccountAgencyExpertModel';
|
|
3
|
+
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class EstateAccountAgencyExpertService extends ApiCmsServerBase<EstateAccountAgencyExpertModel, string, FilterModel> {
|
|
6
|
+
getModuleControllerUrl(): string;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EstateAccountAgencyExpertService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<EstateAccountAgencyExpertService>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { EstateAccountExpertModel } from '../../models/entity/estate/estateAccountExpertModel';
|
|
2
|
+
import { EstateAccountExpertFilterModel } from '../../models/filters/estate/estateAccountExpertFilterModel';
|
|
3
|
+
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class EstateAccountExpertService extends ApiCmsServerBase<EstateAccountExpertModel, string, EstateAccountExpertFilterModel> {
|
|
6
|
+
getModuleControllerUrl(): string;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EstateAccountExpertService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<EstateAccountExpertService>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FilterModel } from '../../models/entity/base/filterModel';
|
|
2
|
+
import { EstateAccountExpertWorkAreaModel } from '../../models/entity/estate/estateAccountExpertWorkAreaModel';
|
|
3
|
+
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class EstateAccountExpertWorkAreaService extends ApiCmsServerBase<EstateAccountExpertWorkAreaModel, string, FilterModel> {
|
|
6
|
+
getModuleControllerUrl(): string;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EstateAccountExpertWorkAreaService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<EstateAccountExpertWorkAreaService>;
|
|
9
|
+
}
|
|
@@ -6,10 +6,13 @@ import { ErrorExceptionResultExportFile } from '../../models/entity/base/errorEx
|
|
|
6
6
|
import { EstateCustomerOrderModel } from '../../models/entity/estate/estateCustomerOrderModel';
|
|
7
7
|
import { EstateCustomerOrderFilterModel } from '../../models/filters/estate/estateCustomerOrderFilterModel';
|
|
8
8
|
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
9
|
+
import { FilterModel } from '../../models/entity/base/filterModel';
|
|
10
|
+
import { CoreUserModel } from '../../models/entity/core-main/coreUserModel';
|
|
9
11
|
import * as i0 from "@angular/core";
|
|
10
12
|
export declare class EstateCustomerOrderService extends ApiCmsServerBase<EstateCustomerOrderModel, string, EstateCustomerOrderFilterModel> {
|
|
11
13
|
getModuleControllerUrl(): string;
|
|
12
14
|
ServiceActionSendSms(model: EstateCustomerOrderActionSendSmsDtoModel): Observable<ErrorExceptionResultBase>;
|
|
15
|
+
ServiceGetAllResponsibleUserId(id: string, model: FilterModel): Observable<ErrorExceptionResult<CoreUserModel>>;
|
|
13
16
|
ServiceGetAllWithResponsibleUserId(userId: number, model: EstateCustomerOrderFilterModel): Observable<ErrorExceptionResult<EstateCustomerOrderModel>>;
|
|
14
17
|
ServiceGetAllWithCoverPropertyId(propertyId: string, model: EstateCustomerOrderFilterModel): Observable<ErrorExceptionResult<EstateCustomerOrderModel>>;
|
|
15
18
|
ServiceGetAllWithCoverPropertyIdHaveHistory(propertyId: string, model: EstateCustomerOrderFilterModel): Observable<ErrorExceptionResult<EstateCustomerOrderModel>>;
|
|
@@ -7,6 +7,8 @@ import { ErrorExceptionResultExportFile } from '../../models/entity/base/errorEx
|
|
|
7
7
|
import { EstatePropertyModel } from '../../models/entity/estate/estatePropertyModel';
|
|
8
8
|
import { EstatePropertyFilterModel } from '../../models/filters/estate/estatePropertyFilterModel';
|
|
9
9
|
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
10
|
+
import { FilterModel } from '../../models/entity/base/filterModel';
|
|
11
|
+
import { CoreUserModel } from '../../models/entity/core-main/coreUserModel';
|
|
10
12
|
import * as i0 from "@angular/core";
|
|
11
13
|
export declare class EstatePropertyService extends ApiCmsServerBase<EstatePropertyModel, string, EstatePropertyFilterModel> {
|
|
12
14
|
getModuleControllerUrl(): string;
|
|
@@ -23,6 +25,7 @@ export declare class EstatePropertyService extends ApiCmsServerBase<EstateProper
|
|
|
23
25
|
ServiceGetAllWithCoverCustomerOrderId(CustomerOrderId: string, model: EstatePropertyFilterModel): Observable<ErrorExceptionResult<EstatePropertyModel>>;
|
|
24
26
|
ServiceGetAllWithCoverCustomerOrderIdHaveHistory(CustomerOrderId: string, model: EstatePropertyFilterModel): Observable<ErrorExceptionResult<EstatePropertyModel>>;
|
|
25
27
|
ServiceGetAllWithCoverCustomerOrderIdExportFile(CustomerOrderId: string, model: EstatePropertyFilterModel): Observable<ErrorExceptionResultExportFile>;
|
|
28
|
+
ServiceGetAllResponsibleUserId(id: string, model: FilterModel): Observable<ErrorExceptionResult<CoreUserModel>>;
|
|
26
29
|
ServiceGetAllWithResponsibleUserId(userId: number, model: EstatePropertyFilterModel): Observable<ErrorExceptionResult<EstatePropertyModel>>;
|
|
27
30
|
ServiceGetAllWithResponsibleUserIdExportFile(userId: number, model: EstatePropertyFilterModel): Observable<ErrorExceptionResultExportFile>;
|
|
28
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<EstatePropertyService, never>;
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { EstatePropertyHistoryModel } from '../../models/entity/estate/estatePropertyHistoryModel';
|
|
2
2
|
import { EstatePropertyHistoryFilterModel } from '../../models/filters/estate/estatePropertyHistoryFilterModel';
|
|
3
3
|
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
|
|
6
|
+
import { FilterModel } from '../../models/entity/base/filterModel';
|
|
7
|
+
import { CoreUserModel } from '../../models/entity/core-main/coreUserModel';
|
|
4
8
|
import * as i0 from "@angular/core";
|
|
5
9
|
export declare class EstatePropertyHistoryService extends ApiCmsServerBase<EstatePropertyHistoryModel, string, EstatePropertyHistoryFilterModel> {
|
|
6
10
|
getModuleControllerUrl(): string;
|
|
11
|
+
ServiceGetAllResponsibleUserId(id: string, model: FilterModel): Observable<ErrorExceptionResult<CoreUserModel>>;
|
|
7
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<EstatePropertyHistoryService, never>;
|
|
8
13
|
static ɵprov: i0.ɵɵInjectableDeclaration<EstatePropertyHistoryService>;
|
|
9
14
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { BaseModuleEntity } from '../base/baseModuleEntity';
|
|
2
|
-
//@@tag-Version-2212191
|
|
3
|
-
export class EstateAccountAgencyUserModel extends BaseModuleEntity {
|
|
4
|
-
}
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YXRlQWNjb3VudEFnZW5jeVVzZXJNb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL250ay1jbXMtYXBpL3NyYy9saWIvbW9kZWxzL2VudGl0eS9lc3RhdGUvZXN0YXRlQWNjb3VudEFnZW5jeVVzZXJNb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUM1RCx1QkFBdUI7QUFDdkIsTUFBTSxPQUFPLDRCQUE2QixTQUFRLGdCQUF3QjtDQUt6RSIsInNvdXJjZXNDb250ZW50IjpbIlxyXG5pbXBvcnQgeyBCYXNlTW9kdWxlRW50aXR5IH0gZnJvbSAnLi4vYmFzZS9iYXNlTW9kdWxlRW50aXR5JztcclxuLy9AQHRhZy1WZXJzaW9uLTIyMTIxOTFcclxuZXhwb3J0IGNsYXNzIEVzdGF0ZUFjY291bnRBZ2VuY3lVc2VyTW9kZWwgZXh0ZW5kcyBCYXNlTW9kdWxlRW50aXR5PHN0cmluZz4ge1xyXG4gIGxpbmtFc3RhdGVBY2NvdW50QWdlbmN5SWQ6IHN0cmluZztcclxuICBsaW5rRXN0YXRlQWNjb3VudFVzZXJJZDogc3RyaW5nO1xyXG4gIGFjY2Vzc1NoYXJlQWdlbmN5VG9Vc2VyOiBib29sZWFuO1xyXG4gIGFjY2Vzc1NoYXJlVXNlclRvQWdlbmN5OiBib29sZWFuO1xyXG59XHJcbiJdfQ==
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { BaseModuleEntity } from '../base/baseModuleEntity';
|
|
2
|
-
//@@tag-Version-2212171
|
|
3
|
-
export class EstateAccountUserModel extends BaseModuleEntity {
|
|
4
|
-
}
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YXRlQWNjb3VudFVzZXJNb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL250ay1jbXMtYXBpL3NyYy9saWIvbW9kZWxzL2VudGl0eS9lc3RhdGUvZXN0YXRlQWNjb3VudFVzZXJNb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUM1RCx1QkFBdUI7QUFDdkIsTUFBTSxPQUFPLHNCQUF1QixTQUFRLGdCQUF3QjtDQThCbkUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCYXNlTW9kdWxlRW50aXR5IH0gZnJvbSAnLi4vYmFzZS9iYXNlTW9kdWxlRW50aXR5JztcclxuLy9AQHRhZy1WZXJzaW9uLTIyMTIxNzFcclxuZXhwb3J0IGNsYXNzIEVzdGF0ZUFjY291bnRVc2VyTW9kZWwgZXh0ZW5kcyBCYXNlTW9kdWxlRW50aXR5PHN0cmluZz4ge1xyXG4gIGxpbmtDbXNVc2VySWQ6IG51bWJlcjtcclxuICB0aXRsZTogc3RyaW5nO1xyXG4gIGRlc2NyaXB0aW9uOiBzdHJpbmc7XHJcbiAgZGVzY3JpcHRpb25IaWRkZW46IHN0cmluZztcclxuICBqb2luSWQ6IHN0cmluZztcclxuICBsaW5rTG9jYXRpb25JZD86IG51bWJlcjtcclxuICBsaW5rTG9jYXRpb25JZFRpdGxlOiBzdHJpbmc7XHJcbiAgbGlua0xvY2F0aW9uSWRQYXJlbnRUaXRsZTogc3RyaW5nO1xyXG4gIGxpbmtMb2NhdGlvbldvcmtBcmVhSWRzOiBudW1iZXJbXTtcclxuICBub3RpZmljYXRpb25Xb3JrQXJlYUVzdGF0ZTogYm9vbGVhbjtcclxuICBub3RpZmljYXRpb25Xb3JrQXJlYUN1c3RvbWVyT3JkZXI6IGJvb2xlYW47XHJcblxyXG4gIGdlb2xvY2F0aW9ubGF0aXR1ZGU/OiBudW1iZXI7XHJcbiAgZ2VvbG9jYXRpb25sb25naXR1ZGU/OiBudW1iZXI7XHJcbiAgZGF0ZU1hbnVmYWN0dXJlPzogRGF0ZTtcclxuICBwbGFjZVByb2R1Y3Rpb246IHN0cmluZztcclxuICBzZXJpYWxSZklkOiBzdHJpbmc7XHJcbiAgc2VyaWFsTnVtYmVyOiBzdHJpbmc7XHJcbiAgcGhvbmVOdW1iZXI6IHN0cmluZztcclxuICBtb2JpbGVOdW1iZXI6IHN0cmluZztcclxuICBhZGRyZXNzOiBzdHJpbmc7XHJcbiAgbGlua01haW5JbWFnZUlkPzogbnVtYmVyO1xyXG4gIGxpbmtNYWluSW1hZ2VJZFNyYzogc3RyaW5nO1xyXG5cclxuICBhY2Nlc3NXYXRjaFJvd1NpdGU6IGJvb2xlYW47XHJcbiAgYWNjZXNzV2F0Y2hSb3dPdGhlckFnZW5jeTogYm9vbGVhbjtcclxuICBhY2Nlc3NXYXRjaFJvd090aGVyQWdlbnQ6IGJvb2xlYW47XHJcbiAgYWNjZXNzQWxsb3dTaGFyZVJvd1dhdGNoT3RoZXJBZ2VuY3k6IGJvb2xlYW47XHJcbiAgYWNjZXNzQWxsb3dTaGFyZVJvd1dhdGNoT3RoZXJBZ2VudDogYm9vbGVhbjtcclxufVxyXG4iXX0=
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { BaseModuleEntity } from '../base/baseModuleEntity';
|
|
2
|
-
//@@tag-Version-2212191
|
|
3
|
-
export class EstateAccountUserWorkAreaModel extends BaseModuleEntity {
|
|
4
|
-
}
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YXRlQWNjb3VudFVzZXJXb3JrQXJlYU1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbnRrLWNtcy1hcGkvc3JjL2xpYi9tb2RlbHMvZW50aXR5L2VzdGF0ZS9lc3RhdGVBY2NvdW50VXNlcldvcmtBcmVhTW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDNUQsdUJBQXVCO0FBQ3ZCLE1BQU0sT0FBTyw4QkFBK0IsU0FBUSxnQkFBd0I7Q0FHM0UiLCJzb3VyY2VzQ29udGVudCI6WyJcclxuaW1wb3J0IHsgQmFzZU1vZHVsZUVudGl0eSB9IGZyb20gJy4uL2Jhc2UvYmFzZU1vZHVsZUVudGl0eSc7XHJcbi8vQEB0YWctVmVyc2lvbi0yMjEyMTkxXHJcbmV4cG9ydCBjbGFzcyBFc3RhdGVBY2NvdW50VXNlcldvcmtBcmVhTW9kZWwgZXh0ZW5kcyBCYXNlTW9kdWxlRW50aXR5PHN0cmluZz4ge1xyXG4gIGxpbmtFc3RhdGVBY2NvdW50VXNlcklkOiBzdHJpbmc7XHJcbiAgbGlua0NvcmVMb2NhdGlvbklkOiBudW1iZXI7XHJcbn1cclxuIl19
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { FilterModel } from "../../entity/base/filterModel";
|
|
2
|
-
export class EstateAccountUserFilterModel extends FilterModel {
|
|
3
|
-
}
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YXRlQWNjb3VudFVzZXJGaWx0ZXJNb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL250ay1jbXMtYXBpL3NyYy9saWIvbW9kZWxzL2ZpbHRlcnMvZXN0YXRlL2VzdGF0ZUFjY291bnRVc2VyRmlsdGVyTW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBRTVELE1BQU0sT0FBTyw0QkFBNkIsU0FBUSxXQUFXO0NBTTVEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRmlsdGVyTW9kZWwgfSBmcm9tIFwiLi4vLi4vZW50aXR5L2Jhc2UvZmlsdGVyTW9kZWxcIjtcclxuXHJcbmV4cG9ydCBjbGFzcyBFc3RhdGVBY2NvdW50VXNlckZpbHRlck1vZGVsIGV4dGVuZHMgRmlsdGVyTW9kZWwge1xyXG4gIG9uRGF0ZVRpbWVGcm9tOiBEYXRlO1xyXG4gIG9uRGF0ZVRpbWVUbzogRGF0ZTtcclxuICBsaW5rUmVzcG9uc2libGVVc2VySWQ6IG51bWJlcjtcclxuICBsb2NhdGlvbkxpc3RJZHM6IG51bWJlcltdO1xyXG4gIGxpbmtMb2NhdGlvbldvcmtBcmVhSWRzOiBudW1iZXJbXTtcclxufVxyXG4iXX0=
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class EstateAccountAgencyUserService extends ApiCmsServerBase {
|
|
5
|
-
getModuleControllerUrl() {
|
|
6
|
-
return 'EstateAccountAgencyUser';
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
EstateAccountAgencyUserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EstateAccountAgencyUserService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10
|
-
EstateAccountAgencyUserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EstateAccountAgencyUserService });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EstateAccountAgencyUserService, decorators: [{
|
|
12
|
-
type: Injectable
|
|
13
|
-
}] });
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YXRlQWNjb3VudEFnZW5jeVVzZXIuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL250ay1jbXMtYXBpL3NyYy9saWIvc2VydmljZS9lc3RhdGUvZXN0YXRlQWNjb3VudEFnZW5jeVVzZXIuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRzNDLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGtDQUFrQyxDQUFDOztBQUdwRSxNQUFNLE9BQU8sOEJBQStCLFNBQVEsZ0JBQW1FO0lBQ3JILHNCQUFzQjtRQUNwQixPQUFPLHlCQUF5QixDQUFDO0lBQ25DLENBQUM7OzRIQUhVLDhCQUE4QjtnSUFBOUIsOEJBQThCOzRGQUE5Qiw4QkFBOEI7a0JBRDFDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJcclxuaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBGaWx0ZXJNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9lbnRpdHkvYmFzZS9maWx0ZXJNb2RlbCc7XHJcbmltcG9ydCB7IEVzdGF0ZUFjY291bnRBZ2VuY3lVc2VyTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvZW50aXR5L2VzdGF0ZS9lc3RhdGVBY2NvdW50QWdlbmN5VXNlck1vZGVsJztcclxuaW1wb3J0IHsgQXBpQ21zU2VydmVyQmFzZSB9IGZyb20gJy4uL2Jhc2UvYXBpQ21zU2VydmVyQmFzZS5zZXJ2aWNlJztcclxuXHJcbkBJbmplY3RhYmxlKClcclxuZXhwb3J0IGNsYXNzIEVzdGF0ZUFjY291bnRBZ2VuY3lVc2VyU2VydmljZSBleHRlbmRzIEFwaUNtc1NlcnZlckJhc2U8RXN0YXRlQWNjb3VudEFnZW5jeVVzZXJNb2RlbCwgc3RyaW5nLCBGaWx0ZXJNb2RlbD4ge1xyXG4gIGdldE1vZHVsZUNvbnRyb2xsZXJVcmwoKTogc3RyaW5nIHtcclxuICAgIHJldHVybiAnRXN0YXRlQWNjb3VudEFnZW5jeVVzZXInO1xyXG4gIH1cclxufVxyXG4iXX0=
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class EstateAccountUserService extends ApiCmsServerBase {
|
|
5
|
-
getModuleControllerUrl() {
|
|
6
|
-
return 'EstateAccountUser';
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
EstateAccountUserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EstateAccountUserService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10
|
-
EstateAccountUserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EstateAccountUserService });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EstateAccountUserService, decorators: [{
|
|
12
|
-
type: Injectable
|
|
13
|
-
}] });
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YXRlQWNjb3VudFVzZXIuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL250ay1jbXMtYXBpL3NyYy9saWIvc2VydmljZS9lc3RhdGUvZXN0YXRlQWNjb3VudFVzZXIuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNDLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGtDQUFrQyxDQUFDOztBQVFwRSxNQUFNLE9BQU8sd0JBQXlCLFNBQVEsZ0JBQThFO0lBQzFILHNCQUFzQjtRQUNwQixPQUFPLG1CQUFtQixDQUFDO0lBQzdCLENBQUM7O3NIQUhVLHdCQUF3QjswSEFBeEIsd0JBQXdCOzRGQUF4Qix3QkFBd0I7a0JBRHBDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJcclxuaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBBcGlDbXNTZXJ2ZXJCYXNlIH0gZnJvbSAnLi4vYmFzZS9hcGlDbXNTZXJ2ZXJCYXNlLnNlcnZpY2UnO1xyXG5cclxuaW1wb3J0IHsgRXN0YXRlQWNjb3VudFVzZXJNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9lbnRpdHkvZXN0YXRlL2VzdGF0ZUFjY291bnRVc2VyTW9kZWwnO1xyXG5pbXBvcnQgeyBFc3RhdGVBY2NvdW50VXNlckZpbHRlck1vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL2ZpbHRlcnMvZXN0YXRlL2VzdGF0ZUFjY291bnRVc2VyRmlsdGVyTW9kZWwnO1xyXG5cclxuXHJcblxyXG5ASW5qZWN0YWJsZSgpXHJcbmV4cG9ydCBjbGFzcyBFc3RhdGVBY2NvdW50VXNlclNlcnZpY2UgZXh0ZW5kcyBBcGlDbXNTZXJ2ZXJCYXNlPEVzdGF0ZUFjY291bnRVc2VyTW9kZWwsIHN0cmluZywgRXN0YXRlQWNjb3VudFVzZXJGaWx0ZXJNb2RlbD4ge1xyXG4gIGdldE1vZHVsZUNvbnRyb2xsZXJVcmwoKTogc3RyaW5nIHtcclxuICAgIHJldHVybiAnRXN0YXRlQWNjb3VudFVzZXInO1xyXG4gIH1cclxufVxyXG4iXX0=
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { FilterModel } from '../../models/entity/base/filterModel';
|
|
2
|
-
import { EstateAccountAgencyUserModel } from '../../models/entity/estate/estateAccountAgencyUserModel';
|
|
3
|
-
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class EstateAccountAgencyUserService extends ApiCmsServerBase<EstateAccountAgencyUserModel, string, FilterModel> {
|
|
6
|
-
getModuleControllerUrl(): string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EstateAccountAgencyUserService, never>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<EstateAccountAgencyUserService>;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
2
|
-
import { EstateAccountUserModel } from '../../models/entity/estate/estateAccountUserModel';
|
|
3
|
-
import { EstateAccountUserFilterModel } from '../../models/filters/estate/estateAccountUserFilterModel';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class EstateAccountUserService extends ApiCmsServerBase<EstateAccountUserModel, string, EstateAccountUserFilterModel> {
|
|
6
|
-
getModuleControllerUrl(): string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EstateAccountUserService, never>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<EstateAccountUserService>;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { FilterModel } from '../../models/entity/base/filterModel';
|
|
2
|
-
import { EstateAccountUserWorkAreaModel } from '../../models/entity/estate/estateAccountUserWorkAreaModel';
|
|
3
|
-
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class EstateAccountUserWorkAreaService extends ApiCmsServerBase<EstateAccountUserWorkAreaModel, string, FilterModel> {
|
|
6
|
-
getModuleControllerUrl(): string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EstateAccountUserWorkAreaService, never>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<EstateAccountUserWorkAreaService>;
|
|
9
|
-
}
|