ntk-cms-api 1.2.209 → 1.2.210
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/base/_export.mjs +2 -2
- package/esm2020/lib/models/entity/base/{infoModelEnum.mjs → infoEnumModel.mjs} +2 -2
- package/esm2020/lib/service/api-telegram/apiTelegramEnum.service.mjs +4 -4
- package/esm2020/lib/service/application/applicationEnum.service.mjs +4 -4
- package/esm2020/lib/service/bank-payment/bankPaymentEnum.service.mjs +3 -3
- package/esm2020/lib/service/core-main/coreEnum.service.mjs +23 -23
- package/esm2020/lib/service/data-provider/dataProviderEnum.service.mjs +1 -1
- package/esm2020/lib/service/donate/donateEnum.service.mjs +2 -2
- package/esm2020/lib/service/estate/estateEnum.service.mjs +1 -1
- package/esm2020/lib/service/link-management/linkManagementEnum.service.mjs +4 -4
- package/esm2020/lib/service/sms/smsEnum.service.mjs +1 -1
- package/esm2020/lib/service/ticketing/ticketingEnum.service.mjs +4 -4
- package/esm2020/lib/service/universal-menu/universalMenuEnum.service.mjs +3 -3
- package/esm2020/lib/service/web-designer/webDesignerEnum.service.mjs +5 -5
- package/fesm2015/ntk-cms-api.mjs +45 -45
- package/fesm2015/ntk-cms-api.mjs.map +1 -1
- package/fesm2020/ntk-cms-api.mjs +45 -45
- package/fesm2020/ntk-cms-api.mjs.map +1 -1
- package/lib/models/entity/base/_export.d.ts +1 -1
- package/lib/models/entity/base/{infoModelEnum.d.ts → infoEnumModel.d.ts} +1 -1
- package/lib/service/api-telegram/apiTelegramEnum.service.d.ts +3 -3
- package/lib/service/application/applicationEnum.service.d.ts +3 -3
- package/lib/service/bank-payment/bankPaymentEnum.service.d.ts +3 -3
- package/lib/service/core-main/coreEnum.service.d.ts +20 -20
- package/lib/service/data-provider/dataProviderEnum.service.d.ts +2 -2
- package/lib/service/donate/donateEnum.service.d.ts +2 -2
- package/lib/service/estate/estateEnum.service.d.ts +4 -4
- package/lib/service/link-management/linkManagementEnum.service.d.ts +4 -4
- package/lib/service/sms/smsEnum.service.d.ts +10 -10
- package/lib/service/ticketing/ticketingEnum.service.d.ts +4 -4
- package/lib/service/universal-menu/universalMenuEnum.service.d.ts +3 -3
- package/lib/service/web-designer/webDesignerEnum.service.d.ts +4 -4
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ export * from './accessModel';
|
|
|
6
6
|
export * from './baseEntity';
|
|
7
7
|
export * from './baseModuleEntity';
|
|
8
8
|
export * from './captchaModel';
|
|
9
|
-
export * from './
|
|
9
|
+
export * from './infoEnumModel';
|
|
10
10
|
export * from './errorExceptionResult';
|
|
11
11
|
export * from './errorExceptionResultBase';
|
|
12
12
|
export * from './errorExceptionResultExportFile';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
|
|
3
|
-
import {
|
|
3
|
+
import { InfoEnumModel } from '../../models/entity/base/infoEnumModel';
|
|
4
4
|
import { ApiServerBase } from '../base/apiServerBase.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class ApiTelegramEnumService extends ApiServerBase {
|
|
7
7
|
getModuleControllerUrl(): string;
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
ServiceNotificationTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
9
|
+
ServiceOSTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ApiTelegramEnumService, never>;
|
|
11
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<ApiTelegramEnumService>;
|
|
12
12
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
|
|
3
|
-
import {
|
|
3
|
+
import { InfoEnumModel } from '../../models/entity/base/infoEnumModel';
|
|
4
4
|
import { ApiServerBase } from '../base/apiServerBase.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class ApplicationEnumService extends ApiServerBase {
|
|
7
7
|
getModuleControllerUrl(): string;
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
ServiceNotificationTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
9
|
+
ServiceOSTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationEnumService, never>;
|
|
11
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<ApplicationEnumService>;
|
|
12
12
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
|
|
3
|
-
import {
|
|
3
|
+
import { InfoEnumModel } from '../../models/entity/base/infoEnumModel';
|
|
4
4
|
import { ApiServerBase } from '../base/apiServerBase.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class BankPaymentEnumService extends ApiServerBase {
|
|
7
7
|
getModuleControllerUrl(): string;
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
ServiceTransactionRecordStatusEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
9
|
+
ServiceTransactionBankStatusEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<BankPaymentEnumService, never>;
|
|
11
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<BankPaymentEnumService>;
|
|
12
12
|
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
|
|
3
|
-
import {
|
|
3
|
+
import { InfoEnumModel } from '../../models/entity/base/infoEnumModel';
|
|
4
4
|
import { ApiServerBase } from '../base/apiServerBase.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CoreEnumService extends ApiServerBase {
|
|
7
7
|
getModuleControllerUrl(): string;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
ServiceReportFileTypeEnum(): Observable<ErrorExceptionResult<
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
ServiceInputDataTypeEnum(): Observable<ErrorExceptionResult<
|
|
8
|
+
ServiceRecordStatusEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
9
|
+
ServiceLocationTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
10
|
+
ServiceUserLanguageEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
11
|
+
ServiceGenderEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
12
|
+
ServiceMenuPlaceTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
13
|
+
ServiceSiteStatusEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
14
|
+
ServiceGenderTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
15
|
+
ServiceCmsSiteMenuAreaTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
16
|
+
ServiceLanguageEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
17
|
+
ServiceDeviceTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
18
|
+
ServiceOperatingSystemTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
19
|
+
ServiceManageUserAccessAreaTypesEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
20
|
+
ServiceManageUserAccessUserTypesEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
21
|
+
ServiceSendSmsStatusTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
22
|
+
ServiceCmsModuleSaleItemTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
23
|
+
ServiceReportFileTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
24
|
+
ServiceUserClaimKindsEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
25
|
+
ServiceUserClaimGroupActionTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
26
|
+
ServiceInputDataTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<CoreEnumService, never>;
|
|
28
28
|
static ɵprov: i0.ɵɵInjectableDeclaration<CoreEnumService>;
|
|
29
29
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
|
|
3
|
-
import {
|
|
3
|
+
import { InfoEnumModel } from '../../models/entity/base/infoEnumModel';
|
|
4
4
|
import { ApiServerBase } from '../base/apiServerBase.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class DataProviderEnumService extends ApiServerBase {
|
|
7
7
|
getModuleControllerUrl(): string;
|
|
8
|
-
ServiceDataProviderClientConnectionTypeEnum(): Observable<ErrorExceptionResult<
|
|
8
|
+
ServiceDataProviderClientConnectionTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataProviderEnumService, never>;
|
|
10
10
|
static ɵprov: i0.ɵɵInjectableDeclaration<DataProviderEnumService>;
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
|
|
3
|
-
import {
|
|
3
|
+
import { InfoEnumModel } from '../../models/entity/base/infoEnumModel';
|
|
4
4
|
import { ApiServerBase } from '../base/apiServerBase.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class DonateEnumService extends ApiServerBase {
|
|
7
7
|
getModuleControllerUrl(): string;
|
|
8
|
-
|
|
8
|
+
ServiceTransactionLogPublicTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<DonateEnumService, never>;
|
|
10
10
|
static ɵprov: i0.ɵɵInjectableDeclaration<DonateEnumService>;
|
|
11
11
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
|
|
3
|
-
import {
|
|
3
|
+
import { InfoEnumModel } from '../../models/entity/base/infoEnumModel';
|
|
4
4
|
import { ApiServerBase } from '../base/apiServerBase.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class EstateEnumService extends ApiServerBase {
|
|
7
7
|
getModuleControllerUrl(): string;
|
|
8
|
-
ServiceEstateUserTypeEnum(): Observable<ErrorExceptionResult<
|
|
9
|
-
ServiceEstatePropertyExpertPriceTypeEnum(): Observable<ErrorExceptionResult<
|
|
10
|
-
ServiceEstateActivityStatusEnum(): Observable<ErrorExceptionResult<
|
|
8
|
+
ServiceEstateUserTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
9
|
+
ServiceEstatePropertyExpertPriceTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
10
|
+
ServiceEstateActivityStatusEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EstateEnumService, never>;
|
|
12
12
|
static ɵprov: i0.ɵɵInjectableDeclaration<EstateEnumService>;
|
|
13
13
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
|
|
3
|
-
import {
|
|
3
|
+
import { InfoEnumModel } from '../../models/entity/base/infoEnumModel';
|
|
4
4
|
import { ApiServerBase } from '../base/apiServerBase.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class LinkManagementEnumService extends ApiServerBase {
|
|
7
7
|
getModuleControllerUrl(): string;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
ServiceSharingPriceTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
9
|
+
ServiceManagementContentSettingTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
10
|
+
ServiceSharingAccountingTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinkManagementEnumService, never>;
|
|
12
12
|
static ɵprov: i0.ɵɵInjectableDeclaration<LinkManagementEnumService>;
|
|
13
13
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
|
|
3
|
-
import {
|
|
3
|
+
import { InfoEnumModel } from '../../models/entity/base/infoEnumModel';
|
|
4
4
|
import { ApiServerBase } from '../base/apiServerBase.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class SmsEnumService extends ApiServerBase {
|
|
7
7
|
getModuleControllerUrl(): string;
|
|
8
|
-
ServiceSmsApiNumberPermissionAccessStatusEnum(): Observable<ErrorExceptionResult<
|
|
9
|
-
ServiceSmsApiNumberPermissionActionEnum(): Observable<ErrorExceptionResult<
|
|
10
|
-
ServiceSmsApiPathPermissionAccessStatusEnum(): Observable<ErrorExceptionResult<
|
|
11
|
-
ServiceSmsApiPathPermissionActionEnum(): Observable<ErrorExceptionResult<
|
|
12
|
-
ServiceSmsMessageTypeEnum(): Observable<ErrorExceptionResult<
|
|
13
|
-
ServiceSmsOutBoxTypeEnum(): Observable<ErrorExceptionResult<
|
|
14
|
-
ServiceSmsProcessFlowRecordStatusEnum(): Observable<ErrorExceptionResult<
|
|
15
|
-
ServiceSmsProcessFlowSmsStatusEnum(): Observable<ErrorExceptionResult<
|
|
16
|
-
ServiceSmsRecordStatusOutBoxEnum(): Observable<ErrorExceptionResult<
|
|
8
|
+
ServiceSmsApiNumberPermissionAccessStatusEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
9
|
+
ServiceSmsApiNumberPermissionActionEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
10
|
+
ServiceSmsApiPathPermissionAccessStatusEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
11
|
+
ServiceSmsApiPathPermissionActionEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
12
|
+
ServiceSmsMessageTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
13
|
+
ServiceSmsOutBoxTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
14
|
+
ServiceSmsProcessFlowRecordStatusEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
15
|
+
ServiceSmsProcessFlowSmsStatusEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
16
|
+
ServiceSmsRecordStatusOutBoxEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmsEnumService, never>;
|
|
18
18
|
static ɵprov: i0.ɵɵInjectableDeclaration<SmsEnumService>;
|
|
19
19
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
|
|
3
|
-
import {
|
|
3
|
+
import { InfoEnumModel } from '../../models/entity/base/infoEnumModel';
|
|
4
4
|
import { ApiServerBase } from '../base/apiServerBase.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class TicketingEnumService extends ApiServerBase {
|
|
7
7
|
getModuleControllerUrl(): string;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
ServiceTicketingDepartemenPriorityEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
9
|
+
ServiceTicketStatusEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
10
|
+
ServiceAnswerStatusEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<TicketingEnumService, never>;
|
|
12
12
|
static ɵprov: i0.ɵɵInjectableDeclaration<TicketingEnumService>;
|
|
13
13
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
|
|
3
|
-
import {
|
|
3
|
+
import { InfoEnumModel } from '../../models/entity/base/infoEnumModel';
|
|
4
4
|
import { ApiServerBase } from '../base/apiServerBase.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class UniversalMenuEnumService extends ApiServerBase {
|
|
7
7
|
getModuleControllerUrl(): string;
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
ServiceUniversalMenuPlatformTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
9
|
+
ServiceUniversalMenuRenderTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<UniversalMenuEnumService, never>;
|
|
11
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<UniversalMenuEnumService>;
|
|
12
12
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
|
|
3
|
-
import {
|
|
3
|
+
import { InfoEnumModel } from '../../models/entity/base/infoEnumModel';
|
|
4
4
|
import { ApiServerBase } from '../base/apiServerBase.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class WebDesignerEnumService extends ApiServerBase {
|
|
7
7
|
getModuleControllerUrl(): string;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
ServicePageAbilityTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
9
|
+
ServiceCmsSiteMenuAreaTypeEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
10
|
+
ServiceCmsPageUtilityToolsDtoModelActionEnum(): Observable<ErrorExceptionResult<InfoEnumModel>>;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<WebDesignerEnumService, never>;
|
|
12
12
|
static ɵprov: i0.ɵɵInjectableDeclaration<WebDesignerEnumService>;
|
|
13
13
|
}
|