ntk-cms-api 1.2.248 → 1.2.249
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/dto/estate/_export.mjs +1 -10
- package/esm2020/lib/models/dto/link-management/_export.mjs +6 -0
- package/esm2020/lib/models/dto/link-management/linkManagementTargetShortLinkGetDtoModel.mjs +3 -0
- package/esm2020/lib/models/dto/link-management/linkManagementTargetShortLinkGetResponceModel.mjs +3 -0
- package/esm2020/lib/models/dto/link-management/linkManagementTargetShortLinkSetDtoModel.mjs +3 -0
- package/esm2020/lib/models/dto/link-management/linkManagementTargetShortLinkSetResponceModel.mjs +3 -0
- package/esm2020/lib/models/entity/estate/estateCategoryRackFolderOrderModel.mjs +2 -2
- package/esm2020/lib/models/entity/estate/estateCategoryRackFolderPropertyModel.mjs +2 -2
- package/esm2020/lib/models/entity/link-management/linkManagementAccountingDetailModel.mjs +1 -1
- package/esm2020/lib/models/entity/link-management/linkManagementBillboardPatternModel.mjs +1 -1
- package/esm2020/lib/models/entity/link-management/linkManagementTargetModel.mjs +1 -1
- package/esm2020/lib/models/enums/link-management/_export.mjs +4 -0
- package/esm2020/lib/models/enums/{linkManagement → link-management}/managementContentSettingTypeEnum.mjs +1 -1
- package/esm2020/lib/models/enums/{linkManagement → link-management}/sharingAccountingTypeEnum.mjs +1 -1
- package/esm2020/lib/models/enums/{linkManagement → link-management}/sharingPriceTypeEnum.mjs +1 -1
- package/esm2020/lib/models/filters/estate/_export.mjs +10 -0
- package/esm2020/lib/models/filters/estate/estateAccountAgencyFilterModel.mjs +4 -0
- package/esm2020/lib/models/filters/estate/estateAccountUserFilterModel.mjs +4 -0
- package/esm2020/lib/models/filters/estate/estateCustomerOrderFilterModel.mjs +4 -0
- package/esm2020/lib/models/filters/estate/estatePropertyCompanyFilterModel.mjs +4 -0
- package/esm2020/lib/models/filters/estate/estatePropertyFilterModel.mjs +4 -0
- package/esm2020/lib/models/filters/estate/estatePropertyHistoryFilterModel.mjs +4 -0
- package/esm2020/lib/models/filters/estate/estatePropertyProjectFilterModel.mjs +4 -0
- package/esm2020/lib/models/filters/estate/estatePropertySupplierFilterModel.mjs +4 -0
- package/esm2020/lib/models/filters/link-management/_export.mjs +3 -0
- package/esm2020/lib/models/filters/link-management/linkManagementBillboardFilterModel.mjs +4 -0
- package/esm2020/lib/models/filters/link-management/linkManagementTargetFilterModel.mjs +4 -0
- package/esm2020/lib/service/estate/estateAccountAgency.service.mjs +1 -1
- package/esm2020/lib/service/estate/estateAccountUser.service.mjs +1 -1
- package/esm2020/lib/service/estate/estateCustomerOrder.service.mjs +2 -2
- package/esm2020/lib/service/estate/estateProperty.service.mjs +2 -2
- package/esm2020/lib/service/estate/estatePropertyCompany.service.mjs +1 -1
- package/esm2020/lib/service/estate/estatePropertyHistory.service.mjs +1 -1
- package/esm2020/lib/service/estate/estatePropertyProject.service.mjs +1 -1
- package/esm2020/lib/service/estate/estatePropertySupplier.service.mjs +1 -1
- package/esm2020/lib/service/link-management/linkManagementBillboard.service.mjs +1 -1
- package/esm2020/lib/service/link-management/linkManagementTarget.service.mjs +3 -3
- package/esm2020/public-api.mjs +5 -3
- package/fesm2015/ntk-cms-api.mjs +10 -4
- package/fesm2015/ntk-cms-api.mjs.map +1 -1
- package/fesm2020/ntk-cms-api.mjs +10 -4
- package/fesm2020/ntk-cms-api.mjs.map +1 -1
- package/lib/models/dto/estate/_export.d.ts +0 -9
- package/lib/models/entity/estate/estateCategoryRackFolderOrderModel.d.ts +1 -1
- package/lib/models/entity/estate/estateCategoryRackFolderPropertyModel.d.ts +1 -1
- package/lib/models/entity/link-management/linkManagementAccountingDetailModel.d.ts +1 -1
- package/lib/models/entity/link-management/linkManagementBillboardPatternModel.d.ts +2 -2
- package/lib/models/entity/link-management/linkManagementTargetModel.d.ts +4 -3
- package/lib/models/filters/estate/_export.d.ts +9 -0
- package/lib/models/filters/link-management/_export.d.ts +2 -0
- package/lib/models/filters/link-management/linkManagementBillboardFilterModel.d.ts +8 -0
- package/lib/models/filters/link-management/linkManagementTargetFilterModel.d.ts +8 -0
- package/lib/service/estate/estateAccountAgency.service.d.ts +1 -1
- package/lib/service/estate/estateAccountUser.service.d.ts +1 -1
- package/lib/service/estate/estateCustomerOrder.service.d.ts +1 -1
- package/lib/service/estate/estateProperty.service.d.ts +1 -1
- package/lib/service/estate/estatePropertyCompany.service.d.ts +1 -1
- package/lib/service/estate/estatePropertyHistory.service.d.ts +1 -1
- package/lib/service/estate/estatePropertyProject.service.d.ts +1 -1
- package/lib/service/estate/estatePropertySupplier.service.d.ts +1 -1
- package/lib/service/link-management/linkManagementBillboard.service.d.ts +2 -2
- package/lib/service/link-management/linkManagementTarget.service.d.ts +6 -6
- package/package.json +1 -1
- package/public-api.d.ts +4 -2
- package/esm2020/lib/models/dto/estate/estateAccountAgencyFilterModel.mjs +0 -4
- package/esm2020/lib/models/dto/estate/estateAccountUserFilterModel.mjs +0 -4
- package/esm2020/lib/models/dto/estate/estateCustomerOrderFilterModel.mjs +0 -4
- package/esm2020/lib/models/dto/estate/estatePropertyCompanyFilterModel.mjs +0 -4
- package/esm2020/lib/models/dto/estate/estatePropertyFilterModel.mjs +0 -4
- package/esm2020/lib/models/dto/estate/estatePropertyHistoryFilterModel.mjs +0 -4
- package/esm2020/lib/models/dto/estate/estatePropertyProjectFilterModel.mjs +0 -4
- package/esm2020/lib/models/dto/estate/estatePropertySupplierFilterModel.mjs +0 -4
- package/esm2020/lib/models/dto/linkManagement/_export.mjs +0 -6
- package/esm2020/lib/models/dto/linkManagement/linkManagementTargetShortLinkGetDtoModel.mjs +0 -3
- package/esm2020/lib/models/dto/linkManagement/linkManagementTargetShortLinkGetResponceModel.mjs +0 -3
- package/esm2020/lib/models/dto/linkManagement/linkManagementTargetShortLinkSetDtoModel.mjs +0 -3
- package/esm2020/lib/models/dto/linkManagement/linkManagementTargetShortLinkSetResponceModel.mjs +0 -3
- package/esm2020/lib/models/enums/linkManagement/_export.mjs +0 -4
- /package/lib/models/dto/{linkManagement → link-management}/_export.d.ts +0 -0
- /package/lib/models/dto/{linkManagement → link-management}/linkManagementTargetShortLinkGetDtoModel.d.ts +0 -0
- /package/lib/models/dto/{linkManagement → link-management}/linkManagementTargetShortLinkGetResponceModel.d.ts +0 -0
- /package/lib/models/dto/{linkManagement → link-management}/linkManagementTargetShortLinkSetDtoModel.d.ts +0 -0
- /package/lib/models/dto/{linkManagement → link-management}/linkManagementTargetShortLinkSetResponceModel.d.ts +0 -0
- /package/lib/models/enums/{linkManagement → link-management}/_export.d.ts +0 -0
- /package/lib/models/enums/{linkManagement → link-management}/managementContentSettingTypeEnum.d.ts +0 -0
- /package/lib/models/enums/{linkManagement → link-management}/sharingAccountingTypeEnum.d.ts +0 -0
- /package/lib/models/enums/{linkManagement → link-management}/sharingPriceTypeEnum.d.ts +0 -0
- /package/lib/models/{dto → filters}/estate/estateAccountAgencyFilterModel.d.ts +0 -0
- /package/lib/models/{dto → filters}/estate/estateAccountUserFilterModel.d.ts +0 -0
- /package/lib/models/{dto → filters}/estate/estateCustomerOrderFilterModel.d.ts +0 -0
- /package/lib/models/{dto → filters}/estate/estatePropertyCompanyFilterModel.d.ts +0 -0
- /package/lib/models/{dto → filters}/estate/estatePropertyFilterModel.d.ts +0 -0
- /package/lib/models/{dto → filters}/estate/estatePropertyHistoryFilterModel.d.ts +0 -0
- /package/lib/models/{dto → filters}/estate/estatePropertyProjectFilterModel.d.ts +0 -0
- /package/lib/models/{dto → filters}/estate/estatePropertySupplierFilterModel.d.ts +0 -0
|
@@ -3,14 +3,5 @@ export * from './estateModuleSaleAccountAgencyAdsPaymentDtoModel';
|
|
|
3
3
|
export * from './estateModuleSalePropertyAdsCalculateDtoModel';
|
|
4
4
|
export * from './estateModuleSalePropertyAdsPaymentDtoModel';
|
|
5
5
|
export * from './estatePriceInquiryDtoModel';
|
|
6
|
-
export * from './estatePropertyFilterModel';
|
|
7
|
-
export * from './estatePropertyHistoryFilterModel';
|
|
8
|
-
export * from './estatePropertyFilterModel';
|
|
9
6
|
export * from './estatePropertyActionSendSmsDtoModel';
|
|
10
7
|
export * from './estateCustomerOrderActionSendSmsDtoModel';
|
|
11
|
-
export * from './estateAccountAgencyFilterModel';
|
|
12
|
-
export * from './estateAccountUserFilterModel';
|
|
13
|
-
export * from './estateCustomerOrderFilterModel';
|
|
14
|
-
export * from './estatePropertyCompanyFilterModel';
|
|
15
|
-
export * from './estatePropertySupplierFilterModel';
|
|
16
|
-
export * from './estatePropertyProjectFilterModel';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EstateCustomerOrderFilterModel } from "../../
|
|
1
|
+
import { EstateCustomerOrderFilterModel } from "../../filters/estate/estateCustomerOrderFilterModel";
|
|
2
2
|
export declare class EstateCategoryRackFolderOrderModel extends EstateCustomerOrderFilterModel {
|
|
3
3
|
uid: string;
|
|
4
4
|
iconFont: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EstatePropertyFilterModel } from "../../
|
|
1
|
+
import { EstatePropertyFilterModel } from "../../filters/estate/estatePropertyFilterModel";
|
|
2
2
|
export declare class EstateCategoryRackFolderPropertyModel extends EstatePropertyFilterModel {
|
|
3
3
|
uid: string;
|
|
4
4
|
iconFont: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SharingAccountingTypeEnum } from '../../enums/
|
|
1
|
+
import { SharingAccountingTypeEnum } from '../../enums/link-management/sharingAccountingTypeEnum';
|
|
2
2
|
import { BaseModuleEntity } from '../base/baseModuleEntity';
|
|
3
3
|
import { LinkManagementAccountingModel } from './linkManagementAccountingModel';
|
|
4
4
|
export declare class LinkManagementAccountingDetailModel extends BaseModuleEntity<number> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ManagementContentSettingTypeEnum } from '../../enums/
|
|
2
|
-
import { SharingPriceTypeEnum } from '../../enums/
|
|
1
|
+
import { ManagementContentSettingTypeEnum } from '../../enums/link-management/managementContentSettingTypeEnum';
|
|
2
|
+
import { SharingPriceTypeEnum } from '../../enums/link-management/sharingPriceTypeEnum';
|
|
3
3
|
import { BaseModuleEntity } from '../base/baseModuleEntity';
|
|
4
4
|
import { LinkManagementBillboardModel } from './linkManagementBillboardModel';
|
|
5
5
|
import { LinkManagementTargetModel } from './linkManagementTargetModel';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { ManagementContentSettingTypeEnum } from '../../enums/
|
|
2
|
-
import { SharingPriceTypeEnum } from '../../enums/
|
|
1
|
+
import { ManagementContentSettingTypeEnum } from '../../enums/link-management/managementContentSettingTypeEnum';
|
|
2
|
+
import { SharingPriceTypeEnum } from '../../enums/link-management/sharingPriceTypeEnum';
|
|
3
3
|
import { BaseModuleEntity } from '../base/baseModuleEntity';
|
|
4
|
+
import { LinkManagementTargetCategoryModel } from './linkManagementTargetCategoryModel';
|
|
4
5
|
export declare class LinkManagementTargetModel extends BaseModuleEntity<number> {
|
|
5
6
|
title: string;
|
|
6
7
|
description: string;
|
|
@@ -9,8 +10,8 @@ export declare class LinkManagementTargetModel extends BaseModuleEntity<number>
|
|
|
9
10
|
currentClickCount: number;
|
|
10
11
|
currentViewCount: number;
|
|
11
12
|
linkManagementMemberId?: number;
|
|
12
|
-
linkTargetCategoryId?: number;
|
|
13
13
|
linkBillboardPatternId?: number;
|
|
14
|
+
targetCategories: LinkManagementTargetCategoryModel[];
|
|
14
15
|
webAddress: string;
|
|
15
16
|
smallPreview: string;
|
|
16
17
|
shareBeginDate?: Date;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './estatePropertyFilterModel';
|
|
2
|
+
export * from './estatePropertyHistoryFilterModel';
|
|
3
|
+
export * from './estatePropertyFilterModel';
|
|
4
|
+
export * from './estateAccountAgencyFilterModel';
|
|
5
|
+
export * from './estateAccountUserFilterModel';
|
|
6
|
+
export * from './estateCustomerOrderFilterModel';
|
|
7
|
+
export * from './estatePropertyCompanyFilterModel';
|
|
8
|
+
export * from './estatePropertySupplierFilterModel';
|
|
9
|
+
export * from './estatePropertyProjectFilterModel';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FilterModel } from "../../entity/base/filterModel";
|
|
2
|
+
export declare class LinkManagementBillboardFilterModel extends FilterModel {
|
|
3
|
+
onDateTimeFrom: Date;
|
|
4
|
+
onDateTimeTo: Date;
|
|
5
|
+
linkResponsibleUserId: number;
|
|
6
|
+
linkBillboardPatternIds: number[];
|
|
7
|
+
linkCategoryIds: number[];
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FilterModel } from "../../entity/base/filterModel";
|
|
2
|
+
export declare class LinkManagementTargetFilterModel extends FilterModel {
|
|
3
|
+
onDateTimeFrom: Date;
|
|
4
|
+
onDateTimeTo: Date;
|
|
5
|
+
linkResponsibleUserId: number;
|
|
6
|
+
linkBillboardPatternIds: number[];
|
|
7
|
+
linkCategoryIds: number[];
|
|
8
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
2
2
|
import { EstateAccountAgencyModel } from '../../models/entity/estate/estateAccountAgencyModel';
|
|
3
|
-
import { EstateAccountAgencyFilterModel } from '../../models/
|
|
3
|
+
import { EstateAccountAgencyFilterModel } from '../../models/filters/estate/estateAccountAgencyFilterModel';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class EstateAccountAgencyService extends ApiCmsServerBase<EstateAccountAgencyModel, string, EstateAccountAgencyFilterModel> {
|
|
6
6
|
getModuleControllerUrl(): string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
2
2
|
import { EstateAccountUserModel } from '../../models/entity/estate/estateAccountUserModel';
|
|
3
|
-
import { EstateAccountUserFilterModel } from '../../models/
|
|
3
|
+
import { EstateAccountUserFilterModel } from '../../models/filters/estate/estateAccountUserFilterModel';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class EstateAccountUserService extends ApiCmsServerBase<EstateAccountUserModel, string, EstateAccountUserFilterModel> {
|
|
6
6
|
getModuleControllerUrl(): string;
|
|
@@ -5,7 +5,7 @@ import { Observable } from 'rxjs';
|
|
|
5
5
|
import { ErrorExceptionResultExportFile } from '../../models/entity/base/errorExceptionResultExportFile';
|
|
6
6
|
import { EstateCustomerOrderActionSendSmsDtoModel } from '../../models/dto/estate/estateCustomerOrderActionSendSmsDtoModel';
|
|
7
7
|
import { ErrorExceptionResultBase } from '../../models/entity/base/errorExceptionResultBase';
|
|
8
|
-
import { EstateCustomerOrderFilterModel } from '../../models/
|
|
8
|
+
import { EstateCustomerOrderFilterModel } from '../../models/filters/estate/estateCustomerOrderFilterModel';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class EstateCustomerOrderService extends ApiCmsServerBase<EstateCustomerOrderModel, string, EstateCustomerOrderFilterModel> {
|
|
11
11
|
getModuleControllerUrl(): string;
|
|
@@ -6,7 +6,7 @@ import { ErrorExceptionResultBase } from '../../models/entity/base/errorExceptio
|
|
|
6
6
|
import { CoreModuleReportAbuseDtoModel } from '../../models/dto/core-module/coreModuleReportAbuseDtoModel';
|
|
7
7
|
import { ErrorExceptionResultExportFile } from '../../models/entity/base/errorExceptionResultExportFile';
|
|
8
8
|
import { EstatePropertyActionSendSmsDtoModel } from '../../models/dto/estate/estatePropertyActionSendSmsDtoModel';
|
|
9
|
-
import { EstatePropertyFilterModel } from '../../models/
|
|
9
|
+
import { EstatePropertyFilterModel } from '../../models/filters/estate/estatePropertyFilterModel';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare class EstatePropertyService extends ApiCmsServerBase<EstatePropertyModel, string, EstatePropertyFilterModel> {
|
|
12
12
|
getModuleControllerUrl(): string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
2
2
|
import { EstatePropertyCompanyModel } from '../../models/entity/estate/estatePropertyCompanyModel';
|
|
3
|
-
import { EstatePropertyCompanyFilterModel } from '../../models/
|
|
3
|
+
import { EstatePropertyCompanyFilterModel } from '../../models/filters/estate/estatePropertyCompanyFilterModel';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class EstatePropertyCompanyService extends ApiCmsServerBase<EstatePropertyCompanyModel, string, EstatePropertyCompanyFilterModel> {
|
|
6
6
|
getModuleControllerUrl(): string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
2
2
|
import { EstatePropertyHistoryModel } from '../../models/entity/estate/estatePropertyHistoryModel';
|
|
3
|
-
import { EstatePropertyHistoryFilterModel } from '../../models/
|
|
3
|
+
import { EstatePropertyHistoryFilterModel } from '../../models/filters/estate/estatePropertyHistoryFilterModel';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class EstatePropertyHistoryService extends ApiCmsServerBase<EstatePropertyHistoryModel, string, EstatePropertyHistoryFilterModel> {
|
|
6
6
|
getModuleControllerUrl(): string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
2
2
|
import { EstatePropertyProjectModel } from '../../models/entity/estate/estatePropertyProjectModel';
|
|
3
|
-
import { EstatePropertyProjectFilterModel } from '../../models/
|
|
3
|
+
import { EstatePropertyProjectFilterModel } from '../../models/filters/estate/estatePropertyProjectFilterModel';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class EstatePropertyProjectService extends ApiCmsServerBase<EstatePropertyProjectModel, string, EstatePropertyProjectFilterModel> {
|
|
6
6
|
getModuleControllerUrl(): string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
2
2
|
import { EstatePropertySupplierModel } from '../../models/entity/estate/estatePropertySupplierModel';
|
|
3
|
-
import { EstatePropertySupplierFilterModel } from '../../models/
|
|
3
|
+
import { EstatePropertySupplierFilterModel } from '../../models/filters/estate/estatePropertySupplierFilterModel';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class EstatePropertySupplierService extends ApiCmsServerBase<EstatePropertySupplierModel, string, EstatePropertySupplierFilterModel> {
|
|
6
6
|
getModuleControllerUrl(): string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
2
|
-
import { FilterModel } from '../../models/entity/base/filterModel';
|
|
3
2
|
import { LinkManagementBillboardModel } from '../../models/entity/link-management/linkManagementBillboardModel';
|
|
4
3
|
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
|
|
5
4
|
import { Observable } from 'rxjs';
|
|
5
|
+
import { LinkManagementBillboardFilterModel } from '../../models/filters/link-management/linkManagementBillboardFilterModel';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class LinkManagementBillboardService extends ApiCmsServerBase<LinkManagementBillboardModel, number,
|
|
7
|
+
export declare class LinkManagementBillboardService extends ApiCmsServerBase<LinkManagementBillboardModel, number, LinkManagementBillboardFilterModel> {
|
|
8
8
|
getModuleControllerUrl(): string;
|
|
9
9
|
ServiceGetOneByKey(key: string): Observable<ErrorExceptionResult<LinkManagementBillboardModel>>;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinkManagementBillboardService, never>;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { LinkManagementTargetShortLinkGetDtoModel } from '../../models/dto/
|
|
3
|
-
import { LinkManagementTargetShortLinkGetResponceModel } from '../../models/dto/
|
|
4
|
-
import { LinkManagementTargetShortLinkSetDtoModel } from '../../models/dto/
|
|
5
|
-
import { LinkManagementTargetShortLinkSetResponceModel } from '../../models/dto/
|
|
2
|
+
import { LinkManagementTargetShortLinkGetDtoModel } from '../../models/dto/link-management/linkManagementTargetShortLinkGetDtoModel';
|
|
3
|
+
import { LinkManagementTargetShortLinkGetResponceModel } from '../../models/dto/link-management/linkManagementTargetShortLinkGetResponceModel';
|
|
4
|
+
import { LinkManagementTargetShortLinkSetDtoModel } from '../../models/dto/link-management/linkManagementTargetShortLinkSetDtoModel';
|
|
5
|
+
import { LinkManagementTargetShortLinkSetResponceModel } from '../../models/dto/link-management/linkManagementTargetShortLinkSetResponceModel';
|
|
6
6
|
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
|
|
7
7
|
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
8
|
-
import { FilterModel } from '../../models/entity/base/filterModel';
|
|
9
8
|
import { LinkManagementTargetModel } from '../../models/entity/link-management/linkManagementTargetModel';
|
|
9
|
+
import { LinkManagementTargetFilterModel } from '../../models/filters/link-management/linkManagementTargetFilterModel';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class LinkManagementTargetService extends ApiCmsServerBase<LinkManagementTargetModel, number,
|
|
11
|
+
export declare class LinkManagementTargetService extends ApiCmsServerBase<LinkManagementTargetModel, number, LinkManagementTargetFilterModel> {
|
|
12
12
|
getModuleControllerUrl(): string;
|
|
13
13
|
ServiceGetOneByKey(key: string): Observable<ErrorExceptionResult<LinkManagementTargetShortLinkGetResponceModel>>;
|
|
14
14
|
ServiceShortLinkSet(model: LinkManagementTargetShortLinkSetDtoModel): Observable<ErrorExceptionResult<LinkManagementTargetShortLinkSetResponceModel>>;
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -27,8 +27,9 @@ export * from './lib/models/entity/file/_export';
|
|
|
27
27
|
export * from './lib/models/dto/file/_export';
|
|
28
28
|
export * from './lib/service/link-management/_export';
|
|
29
29
|
export * from './lib/models/entity/link-management/_export';
|
|
30
|
-
export * from './lib/models/dto/
|
|
31
|
-
export * from './lib/models/
|
|
30
|
+
export * from './lib/models/dto/link-management/_export';
|
|
31
|
+
export * from './lib/models/filters/link-management/_export';
|
|
32
|
+
export * from './lib/models/enums/link-management/_export';
|
|
32
33
|
export * from './lib/service/api-telegram/_export';
|
|
33
34
|
export * from './lib/models/entity/api-telegram/_export';
|
|
34
35
|
export * from './lib/models/dto/api-telegram/_export';
|
|
@@ -72,6 +73,7 @@ export * from './lib/service/estate/_export';
|
|
|
72
73
|
export * from './lib/models/entity/estate/_export';
|
|
73
74
|
export * from './lib/models/enums/estate/_export';
|
|
74
75
|
export * from './lib/models/dto/estate/_export';
|
|
76
|
+
export * from './lib/models/filters/estate/_export';
|
|
75
77
|
export * from './lib/service/web-designer/_export';
|
|
76
78
|
export * from './lib/models/entity/web-designer/_export';
|
|
77
79
|
export * from './lib/models/dto/webDesigner/_export';
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { FilterModel } from "../../entity/base/filterModel";
|
|
2
|
-
export class EstateAccountAgencyFilterModel extends FilterModel {
|
|
3
|
-
}
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YXRlQWNjb3VudEFnZW5jeUZpbHRlck1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbnRrLWNtcy1hcGkvc3JjL2xpYi9tb2RlbHMvZHRvL2VzdGF0ZS9lc3RhdGVBY2NvdW50QWdlbmN5RmlsdGVyTW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBRTVELE1BQU0sT0FBTyw4QkFBK0IsU0FBUSxXQUFXO0NBTTlEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRmlsdGVyTW9kZWwgfSBmcm9tIFwiLi4vLi4vZW50aXR5L2Jhc2UvZmlsdGVyTW9kZWxcIjtcclxuXHJcbmV4cG9ydCBjbGFzcyBFc3RhdGVBY2NvdW50QWdlbmN5RmlsdGVyTW9kZWwgZXh0ZW5kcyBGaWx0ZXJNb2RlbCB7XHJcbiAgb25EYXRlVGltZUZyb206IERhdGU7XHJcbiAgb25EYXRlVGltZVRvOiBEYXRlO1xyXG4gIGxpbmtSZXNwb25zaWJsZVVzZXJJZDogbnVtYmVyO1xyXG4gIGxvY2F0aW9uTGlzdElkczogbnVtYmVyW107XHJcbiAgbGlua0xvY2F0aW9uV29ya0FyZWFJZHM6IG51bWJlcltdO1xyXG59XHJcbiJdfQ==
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { FilterModel } from "../../entity/base/filterModel";
|
|
2
|
-
export class EstateAccountUserFilterModel extends FilterModel {
|
|
3
|
-
}
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YXRlQWNjb3VudFVzZXJGaWx0ZXJNb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL250ay1jbXMtYXBpL3NyYy9saWIvbW9kZWxzL2R0by9lc3RhdGUvZXN0YXRlQWNjb3VudFVzZXJGaWx0ZXJNb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFFNUQsTUFBTSxPQUFPLDRCQUE2QixTQUFRLFdBQVc7Q0FNNUQiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGaWx0ZXJNb2RlbCB9IGZyb20gXCIuLi8uLi9lbnRpdHkvYmFzZS9maWx0ZXJNb2RlbFwiO1xyXG5cclxuZXhwb3J0IGNsYXNzIEVzdGF0ZUFjY291bnRVc2VyRmlsdGVyTW9kZWwgZXh0ZW5kcyBGaWx0ZXJNb2RlbCB7XHJcbiAgb25EYXRlVGltZUZyb206IERhdGU7XHJcbiAgb25EYXRlVGltZVRvOiBEYXRlO1xyXG4gIGxpbmtSZXNwb25zaWJsZVVzZXJJZDogbnVtYmVyO1xyXG4gIGxvY2F0aW9uTGlzdElkczogbnVtYmVyW107XHJcbiAgbGlua0xvY2F0aW9uV29ya0FyZWFJZHM6IG51bWJlcltdO1xyXG59XHJcbiJdfQ==
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { FilterModel } from "../../entity/base/filterModel";
|
|
2
|
-
export class EstateCustomerOrderFilterModel extends FilterModel {
|
|
3
|
-
}
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YXRlQ3VzdG9tZXJPcmRlckZpbHRlck1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbnRrLWNtcy1hcGkvc3JjL2xpYi9tb2RlbHMvZHRvL2VzdGF0ZS9lc3RhdGVDdXN0b21lck9yZGVyRmlsdGVyTW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBRzVELE1BQU0sT0FBTyw4QkFBK0IsU0FBUSxXQUFXO0NBc0I5RCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEZpbHRlck1vZGVsIH0gZnJvbSBcIi4uLy4uL2VudGl0eS9iYXNlL2ZpbHRlck1vZGVsXCI7XHJcbmltcG9ydCB7IEVzdGF0ZVByb3BlcnR5RGV0YWlsVmFsdWVNb2RlbCB9IGZyb20gXCIuLi8uLi9lbnRpdHkvZXN0YXRlL2VzdGF0ZVByb3BlcnR5RGV0YWlsVmFsdWVNb2RlbFwiO1xyXG5cclxuZXhwb3J0IGNsYXNzIEVzdGF0ZUN1c3RvbWVyT3JkZXJGaWx0ZXJNb2RlbCBleHRlbmRzIEZpbHRlck1vZGVsIHtcclxuICBvbkRhdGVUaW1lRnJvbTogRGF0ZTtcclxuICBvbkRhdGVUaW1lVG86IERhdGU7XHJcbiAgbGlua1Jlc3BvbnNpYmxlVXNlcklkOiBudW1iZXI7XHJcbiAgY2FzZUNvZGU6IHN0cmluZztcclxuICBsaW5rUHJvcGVydHlUeXBlTGFuZHVzZUlkOiBzdHJpbmc7XHJcbiAgbGlua1Byb3BlcnR5VHlwZVVzYWdlSWQ6IHN0cmluZztcclxuICBsaW5rQ29udHJhY3RUeXBlSWQ6IHN0cmluZztcclxuICBjcmVhdGVkWWFlcj86IG51bWJlcjtcclxuICBwYXJ0aXRpb24/OiBudW1iZXI7XHJcbiAgYXJlYT86IG51bWJlcjtcclxuICBzYWxlUHJpY2VNaW4/OiBudW1iZXI7XHJcbiAgc2FsZVByaWNlTWF4PzogbnVtYmVyO1xyXG4gIHJlbnRQcmljZU1pbj86IG51bWJlcjtcclxuICByZW50UHJpY2VNYXg/OiBudW1iZXI7XHJcbiAgZGVwb3NpdFByaWNlTWluPzogbnVtYmVyO1xyXG4gIGRlcG9zaXRQcmljZU1heD86IG51bWJlcjtcclxuICBwZXJpb2RQcmljZU1pbj86IG51bWJlcjtcclxuICBwZXJpb2RQcmljZU1heD86IG51bWJlcjtcclxuICBsaW5rTG9jYXRpb25JZHM6IG51bWJlcltdO1xyXG4gIGxpbmtDb3JlQ3VycmVuY3lJZDogbnVtYmVyO1xyXG4gIHByb3BlcnR5RGV0YWlsVmFsdWVzOiBFc3RhdGVQcm9wZXJ0eURldGFpbFZhbHVlTW9kZWxbXTtcclxufVxyXG4iXX0=
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { FilterModel } from "../../entity/base/filterModel";
|
|
2
|
-
export class EstatePropertyCompanyFilterModel extends FilterModel {
|
|
3
|
-
}
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YXRlUHJvcGVydHlDb21wYW55RmlsdGVyTW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9udGstY21zLWFwaS9zcmMvbGliL21vZGVscy9kdG8vZXN0YXRlL2VzdGF0ZVByb3BlcnR5Q29tcGFueUZpbHRlck1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUU1RCxNQUFNLE9BQU8sZ0NBQWlDLFNBQVEsV0FBVztDQUloRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEZpbHRlck1vZGVsIH0gZnJvbSBcIi4uLy4uL2VudGl0eS9iYXNlL2ZpbHRlck1vZGVsXCI7XHJcblxyXG5leHBvcnQgY2xhc3MgRXN0YXRlUHJvcGVydHlDb21wYW55RmlsdGVyTW9kZWwgZXh0ZW5kcyBGaWx0ZXJNb2RlbCB7XHJcbiAgb25EYXRlVGltZUZyb206IERhdGU7XHJcbiAgb25EYXRlVGltZVRvOiBEYXRlO1xyXG4gIGxpbmtSZXNwb25zaWJsZVVzZXJJZDogbnVtYmVyO1xyXG59XHJcbiJdfQ==
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { FilterModel } from "../../entity/base/filterModel";
|
|
2
|
-
export class EstatePropertyFilterModel extends FilterModel {
|
|
3
|
-
}
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YXRlUHJvcGVydHlGaWx0ZXJNb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL250ay1jbXMtYXBpL3NyYy9saWIvbW9kZWxzL2R0by9lc3RhdGUvZXN0YXRlUHJvcGVydHlGaWx0ZXJNb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFHNUQsTUFBTSxPQUFPLHlCQUEwQixTQUFRLFdBQVc7Q0FzQnpEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRmlsdGVyTW9kZWwgfSBmcm9tIFwiLi4vLi4vZW50aXR5L2Jhc2UvZmlsdGVyTW9kZWxcIjtcclxuaW1wb3J0IHsgRXN0YXRlUHJvcGVydHlEZXRhaWxWYWx1ZU1vZGVsIH0gZnJvbSBcIi4uLy4uL2VudGl0eS9lc3RhdGUvZXN0YXRlUHJvcGVydHlEZXRhaWxWYWx1ZU1vZGVsXCI7XHJcblxyXG5leHBvcnQgY2xhc3MgRXN0YXRlUHJvcGVydHlGaWx0ZXJNb2RlbCBleHRlbmRzIEZpbHRlck1vZGVsIHtcclxuICBvbkRhdGVUaW1lRnJvbTogRGF0ZTtcclxuICBvbkRhdGVUaW1lVG86IERhdGU7XHJcbiAgbGlua1Jlc3BvbnNpYmxlVXNlcklkOiBudW1iZXI7XHJcbiAgY2FzZUNvZGU6IHN0cmluZztcclxuICBsaW5rUHJvcGVydHlUeXBlTGFuZHVzZUlkOiBzdHJpbmc7XHJcbiAgbGlua1Byb3BlcnR5VHlwZVVzYWdlSWQ6IHN0cmluZztcclxuICBsaW5rQ29udHJhY3RUeXBlSWQ6IHN0cmluZztcclxuICBjcmVhdGVkWWFlcj86IG51bWJlcjtcclxuICBwYXJ0aXRpb24/OiBudW1iZXI7XHJcbiAgYXJlYT86IG51bWJlcjtcclxuICBzYWxlUHJpY2VNaW4/OiBudW1iZXI7XHJcbiAgc2FsZVByaWNlTWF4PzogbnVtYmVyO1xyXG4gIHJlbnRQcmljZU1pbj86IG51bWJlcjtcclxuICByZW50UHJpY2VNYXg/OiBudW1iZXI7XHJcbiAgZGVwb3NpdFByaWNlTWluPzogbnVtYmVyO1xyXG4gIGRlcG9zaXRQcmljZU1heD86IG51bWJlcjtcclxuICBwZXJpb2RQcmljZU1pbj86IG51bWJlcjtcclxuICBwZXJpb2RQcmljZU1heD86IG51bWJlcjtcclxuICBsaW5rTG9jYXRpb25JZHM6IG51bWJlcltdO1xyXG4gIGxpbmtDb3JlQ3VycmVuY3lJZDogbnVtYmVyO1xyXG4gIHByb3BlcnR5RGV0YWlsVmFsdWVzOiBFc3RhdGVQcm9wZXJ0eURldGFpbFZhbHVlTW9kZWxbXTtcclxufVxyXG4iXX0=
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { FilterModel } from "../../entity/base/filterModel";
|
|
2
|
-
export class EstatePropertyHistoryFilterModel extends FilterModel {
|
|
3
|
-
}
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YXRlUHJvcGVydHlIaXN0b3J5RmlsdGVyTW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9udGstY21zLWFwaS9zcmMvbGliL21vZGVscy9kdG8vZXN0YXRlL2VzdGF0ZVByb3BlcnR5SGlzdG9yeUZpbHRlck1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUU1RCxNQUFNLE9BQU8sZ0NBQWlDLFNBQVEsV0FBVztDQUloRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEZpbHRlck1vZGVsIH0gZnJvbSBcIi4uLy4uL2VudGl0eS9iYXNlL2ZpbHRlck1vZGVsXCI7XHJcblxyXG5leHBvcnQgY2xhc3MgRXN0YXRlUHJvcGVydHlIaXN0b3J5RmlsdGVyTW9kZWwgZXh0ZW5kcyBGaWx0ZXJNb2RlbCB7XHJcbiAgb25EYXRlVGltZUZyb206IERhdGU7XHJcbiAgb25EYXRlVGltZVRvOiBEYXRlO1xyXG4gIGxpbmtSZXNwb25zaWJsZVVzZXJJZDogbnVtYmVyO1xyXG59XHJcbiJdfQ==
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { FilterModel } from "../../entity/base/filterModel";
|
|
2
|
-
export class EstatePropertyProjectFilterModel extends FilterModel {
|
|
3
|
-
}
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YXRlUHJvcGVydHlQcm9qZWN0RmlsdGVyTW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9udGstY21zLWFwaS9zcmMvbGliL21vZGVscy9kdG8vZXN0YXRlL2VzdGF0ZVByb3BlcnR5UHJvamVjdEZpbHRlck1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUU1RCxNQUFNLE9BQU8sZ0NBQWlDLFNBQVEsV0FBVztDQUloRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEZpbHRlck1vZGVsIH0gZnJvbSBcIi4uLy4uL2VudGl0eS9iYXNlL2ZpbHRlck1vZGVsXCI7XHJcblxyXG5leHBvcnQgY2xhc3MgRXN0YXRlUHJvcGVydHlQcm9qZWN0RmlsdGVyTW9kZWwgZXh0ZW5kcyBGaWx0ZXJNb2RlbCB7XHJcbiAgb25EYXRlVGltZUZyb206IERhdGU7XHJcbiAgb25EYXRlVGltZVRvOiBEYXRlO1xyXG4gIGxpbmtSZXNwb25zaWJsZVVzZXJJZDogbnVtYmVyO1xyXG59XHJcbiJdfQ==
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { FilterModel } from "../../entity/base/filterModel";
|
|
2
|
-
export class EstatePropertySupplierFilterModel extends FilterModel {
|
|
3
|
-
}
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXN0YXRlUHJvcGVydHlTdXBwbGllckZpbHRlck1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbnRrLWNtcy1hcGkvc3JjL2xpYi9tb2RlbHMvZHRvL2VzdGF0ZS9lc3RhdGVQcm9wZXJ0eVN1cHBsaWVyRmlsdGVyTW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBRTVELE1BQU0sT0FBTyxpQ0FBa0MsU0FBUSxXQUFXO0NBSWpFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRmlsdGVyTW9kZWwgfSBmcm9tIFwiLi4vLi4vZW50aXR5L2Jhc2UvZmlsdGVyTW9kZWxcIjtcclxuXHJcbmV4cG9ydCBjbGFzcyBFc3RhdGVQcm9wZXJ0eVN1cHBsaWVyRmlsdGVyTW9kZWwgZXh0ZW5kcyBGaWx0ZXJNb2RlbCB7XHJcbiAgb25EYXRlVGltZUZyb206IERhdGU7XHJcbiAgb25EYXRlVGltZVRvOiBEYXRlO1xyXG4gIGxpbmtSZXNwb25zaWJsZVVzZXJJZDogbnVtYmVyO1xyXG59XHJcbiJdfQ==
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * from './linkManagementTargetShortLinkGetDtoModel';
|
|
2
|
-
export * from './linkManagementTargetShortLinkGetResponceModel';
|
|
3
|
-
export * from './linkManagementTargetShortLinkSetDtoModel';
|
|
4
|
-
export * from './linkManagementTargetShortLinkSetResponceModel';
|
|
5
|
-
export * from './linkManagementTargetShortLinkSetResponceModel';
|
|
6
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiX2V4cG9ydC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL250ay1jbXMtYXBpL3NyYy9saWIvbW9kZWxzL2R0by9saW5rTWFuYWdlbWVudC9fZXhwb3J0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsNENBQTRDLENBQUM7QUFDM0QsY0FBYyxpREFBaUQsQ0FBQztBQUNoRSxjQUFjLDRDQUE0QyxDQUFDO0FBQzNELGNBQWMsaURBQWlELENBQUM7QUFDaEUsY0FBYyxpREFBaUQsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGlua01hbmFnZW1lbnRUYXJnZXRTaG9ydExpbmtHZXREdG9Nb2RlbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGlua01hbmFnZW1lbnRUYXJnZXRTaG9ydExpbmtHZXRSZXNwb25jZU1vZGVsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saW5rTWFuYWdlbWVudFRhcmdldFNob3J0TGlua1NldER0b01vZGVsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saW5rTWFuYWdlbWVudFRhcmdldFNob3J0TGlua1NldFJlc3BvbmNlTW9kZWwnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpbmtNYW5hZ2VtZW50VGFyZ2V0U2hvcnRMaW5rU2V0UmVzcG9uY2VNb2RlbCc7XHJcbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export class LinkManagementTargetShortLinkGetDtoModel {
|
|
2
|
-
}
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlua01hbmFnZW1lbnRUYXJnZXRTaG9ydExpbmtHZXREdG9Nb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL250ay1jbXMtYXBpL3NyYy9saWIvbW9kZWxzL2R0by9saW5rTWFuYWdlbWVudC9saW5rTWFuYWdlbWVudFRhcmdldFNob3J0TGlua0dldER0b01vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sT0FBTyx3Q0FBd0M7Q0FJcEQiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgTGlua01hbmFnZW1lbnRUYXJnZXRTaG9ydExpbmtHZXREdG9Nb2RlbCB7XHJcbiAgY2FwdGNoYUtleTogc3RyaW5nO1xyXG4gIGNhcHRjaGFUZXh0OiBzdHJpbmc7XHJcbiAga2V5OiBzdHJpbmc7XHJcbn1cclxuIl19
|
package/esm2020/lib/models/dto/linkManagement/linkManagementTargetShortLinkGetResponceModel.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export class LinkManagementTargetShortLinkGetResponceModel {
|
|
2
|
-
}
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlua01hbmFnZW1lbnRUYXJnZXRTaG9ydExpbmtHZXRSZXNwb25jZU1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbnRrLWNtcy1hcGkvc3JjL2xpYi9tb2RlbHMvZHRvL2xpbmtNYW5hZ2VtZW50L2xpbmtNYW5hZ2VtZW50VGFyZ2V0U2hvcnRMaW5rR2V0UmVzcG9uY2VNb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLE9BQU8sNkNBQTZDO0NBUXpEIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNsYXNzIExpbmtNYW5hZ2VtZW50VGFyZ2V0U2hvcnRMaW5rR2V0UmVzcG9uY2VNb2RlbCB7XHJcbiAga2V5OiBzdHJpbmc7XHJcbiAgZmlsZXNTcmM6IHN0cmluZ1tdO1xyXG4gIGRlc2NyaXB0aW9uOiBzdHJpbmc7XHJcbiAgdXJsQWRkcmVzczogc3RyaW5nO1xyXG4gIHNoYXJlRXhwaXJlRGF0ZTogRGF0ZTtcclxuICBzaG9ydExpbmtVcmw6IHN0cmluZztcclxuICBzaG9ydExpbmtRUkNvZGVCYXNlNjQ6IHN0cmluZztcclxufVxyXG4iXX0=
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export class LinkManagementTargetShortLinkSetDtoModel {
|
|
2
|
-
}
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlua01hbmFnZW1lbnRUYXJnZXRTaG9ydExpbmtTZXREdG9Nb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL250ay1jbXMtYXBpL3NyYy9saWIvbW9kZWxzL2R0by9saW5rTWFuYWdlbWVudC9saW5rTWFuYWdlbWVudFRhcmdldFNob3J0TGlua1NldER0b01vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sT0FBTyx3Q0FBd0M7Q0FNcEQiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgTGlua01hbmFnZW1lbnRUYXJnZXRTaG9ydExpbmtTZXREdG9Nb2RlbCB7XHJcbiAgY2FwdGNoYUtleTogc3RyaW5nO1xyXG4gIGNhcHRjaGFUZXh0OiBzdHJpbmc7XHJcbiAgdXJsQWRkcmVzczogc3RyaW5nO1xyXG4gIGRlc2NyaXB0aW9uOiBzdHJpbmc7XHJcbiAgdXBsb2FkRmlsZUdVSUQ6IHN0cmluZztcclxufVxyXG4iXX0=
|
package/esm2020/lib/models/dto/linkManagement/linkManagementTargetShortLinkSetResponceModel.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export class LinkManagementTargetShortLinkSetResponceModel {
|
|
2
|
-
}
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlua01hbmFnZW1lbnRUYXJnZXRTaG9ydExpbmtTZXRSZXNwb25jZU1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbnRrLWNtcy1hcGkvc3JjL2xpYi9tb2RlbHMvZHRvL2xpbmtNYW5hZ2VtZW50L2xpbmtNYW5hZ2VtZW50VGFyZ2V0U2hvcnRMaW5rU2V0UmVzcG9uY2VNb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLE9BQU8sNkNBQTZDO0NBS3pEIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNsYXNzIExpbmtNYW5hZ2VtZW50VGFyZ2V0U2hvcnRMaW5rU2V0UmVzcG9uY2VNb2RlbCB7XHJcbiAga2V5OiBzdHJpbmc7XHJcbiAgc2hhcmVFeHBpcmVEYXRlOiBEYXRlO1xyXG4gIHNob3J0TGlua1VybDogc3RyaW5nO1xyXG4gIHNob3J0TGlua1FSQ29kZUJhc2U2NDogc3RyaW5nO1xyXG59XHJcbiJdfQ==
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './managementContentSettingTypeEnum';
|
|
2
|
-
export * from './sharingAccountingTypeEnum';
|
|
3
|
-
export * from './sharingPriceTypeEnum';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiX2V4cG9ydC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL250ay1jbXMtYXBpL3NyYy9saWIvbW9kZWxzL2VudW1zL2xpbmtNYW5hZ2VtZW50L19leHBvcnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxvQ0FBb0MsQ0FBQztBQUNuRCxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsd0JBQXdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL21hbmFnZW1lbnRDb250ZW50U2V0dGluZ1R5cGVFbnVtJztcclxuZXhwb3J0ICogZnJvbSAnLi9zaGFyaW5nQWNjb3VudGluZ1R5cGVFbnVtJztcclxuZXhwb3J0ICogZnJvbSAnLi9zaGFyaW5nUHJpY2VUeXBlRW51bSc7XHJcbiJdfQ==
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/models/enums/{linkManagement → link-management}/managementContentSettingTypeEnum.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|