ntk-cms-api 18.3.462 → 18.3.464
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/filters/estate/_export.mjs +2 -1
- package/esm2020/lib/models/filters/estate/estateAccountAgencyFilterModel.mjs +1 -1
- package/esm2020/lib/models/filters/estate/estateAccountExpertFilterModel.mjs +1 -1
- package/esm2020/lib/models/filters/estate/estatePropertyExpertPriceFilterModel.mjs +4 -0
- package/esm2020/lib/service/api-telegram/apiTelegramBotConfig.service.mjs +23 -9
- package/esm2020/lib/service/api-telegram/apiTelegramEnum.service.mjs +5 -3
- package/esm2020/lib/service/application/applicationApp.service.mjs +26 -10
- package/esm2020/lib/service/application/applicationEnum.service.mjs +5 -3
- package/esm2020/lib/service/application/applicationLayout.service.mjs +8 -4
- package/esm2020/lib/service/application/applicationLogNotification.service.mjs +5 -3
- package/esm2020/lib/service/application/applicationSource.service.mjs +5 -3
- package/esm2020/lib/service/application/applicationThemeConfig.service.mjs +5 -3
- package/esm2020/lib/service/article/articleCategory.service.mjs +5 -3
- package/esm2020/lib/service/article/articleComment.service.mjs +8 -4
- package/esm2020/lib/service/article/articleContent.service.mjs +32 -12
- package/esm2020/lib/service/article/articleContentOtherInfo.service.mjs +8 -4
- package/esm2020/lib/service/article/articleContentSimilar.service.mjs +8 -4
- package/esm2020/lib/service/article/articleContentTag.service.mjs +8 -4
- package/esm2020/lib/service/article/articleShareServerCategory.service.mjs +5 -3
- package/esm2020/lib/service/bank-payment/bankPaymentEnum.service.mjs +8 -4
- package/esm2020/lib/service/bank-payment/bankPaymentPrivateSiteConfig.service.mjs +17 -7
- package/esm2020/lib/service/bank-payment/bankPaymentPublicConfig.service.mjs +8 -4
- package/esm2020/lib/service/bank-payment/bankPaymentTransaction.service.mjs +5 -3
- package/esm2020/lib/service/base/apiCmsServerBase.service.mjs +104 -36
- package/esm2020/lib/service/base/apiServerBase.service.mjs +1 -9
- package/esm2020/lib/service/base/apiServerConfigSiteBase.service.mjs +44 -16
- package/esm2020/lib/service/biography/biographyCategory.service.mjs +5 -3
- package/esm2020/lib/service/biography/biographyComment.service.mjs +8 -4
- package/esm2020/lib/service/biography/biographyContent.service.mjs +50 -18
- package/esm2020/lib/service/biography/biographyContentOtherInfo.service.mjs +8 -4
- package/esm2020/lib/service/biography/biographyContentSimilar.service.mjs +8 -4
- package/esm2020/lib/service/biography/biographyContentTag.service.mjs +8 -4
- package/esm2020/lib/service/biography/biographyShareServerCategory.service.mjs +5 -3
- package/esm2020/lib/service/blog/blogCategory.service.mjs +5 -3
- package/esm2020/lib/service/blog/blogComment.service.mjs +8 -4
- package/esm2020/lib/service/blog/blogContent.service.mjs +32 -12
- package/esm2020/lib/service/blog/blogContentOtherInfo.service.mjs +8 -4
- package/esm2020/lib/service/blog/blogContentSimilar.service.mjs +8 -4
- package/esm2020/lib/service/blog/blogContentTag.service.mjs +8 -4
- package/esm2020/lib/service/blog/blogShareServerCategory.service.mjs +5 -3
- package/esm2020/lib/service/catalog/catalogCategory.service.mjs +5 -3
- package/esm2020/lib/service/catalog/catalogContent.service.mjs +20 -8
- package/esm2020/lib/service/chart/chartCategory.service.mjs +5 -3
- package/esm2020/lib/service/chart/chartComment.service.mjs +8 -4
- package/esm2020/lib/service/chart/chartContent.service.mjs +32 -12
- package/esm2020/lib/service/chart/chartContentOtherInfo.service.mjs +8 -4
- package/esm2020/lib/service/chart/chartContentSimilar.service.mjs +8 -4
- package/esm2020/lib/service/chart/chartContentTag.service.mjs +8 -4
- package/esm2020/lib/service/chart/chartShareServerCategory.service.mjs +5 -3
- package/esm2020/lib/service/contact/contactCategory.service.mjs +5 -3
- package/esm2020/lib/service/core-main/coreConfiguration.service.mjs +8 -4
- package/esm2020/lib/service/core-main/coreCpMainMenu.service.mjs +11 -5
- package/esm2020/lib/service/core-main/coreEnum.service.mjs +71 -25
- package/esm2020/lib/service/core-main/coreGuide.service.mjs +11 -5
- package/esm2020/lib/service/core-main/coreLocation.service.mjs +23 -9
- package/esm2020/lib/service/core-main/coreModule.service.mjs +23 -9
- package/esm2020/lib/service/core-main/coreModuleEntity.service.mjs +5 -3
- package/esm2020/lib/service/core-main/coreModuleProcess.service.mjs +11 -5
- package/esm2020/lib/service/core-main/coreModuleSaleHeader.service.mjs +14 -6
- package/esm2020/lib/service/core-main/coreModuleSaleSerial.service.mjs +8 -4
- package/esm2020/lib/service/core-main/coreModuleSite.service.mjs +11 -5
- package/esm2020/lib/service/core-main/coreSite.service.mjs +53 -19
- package/esm2020/lib/service/core-main/coreSiteUser.service.mjs +5 -3
- package/esm2020/lib/service/core-main/coreUser.service.mjs +11 -5
- package/esm2020/lib/service/core-main/coreUserClaimContent.service.mjs +8 -4
- package/esm2020/lib/service/core-module-data/coreModuleDataComment.service.mjs +5 -3
- package/esm2020/lib/service/core-module-data/coreModuleDataMemo.service.mjs +5 -3
- package/esm2020/lib/service/core-module-data/coreModuleDataPin.service.mjs +5 -3
- package/esm2020/lib/service/core-module-data/coreModuleDataTask.service.mjs +5 -3
- package/esm2020/lib/service/core-module-log/coreModuleLogFavorite.service.mjs +8 -4
- package/esm2020/lib/service/core-module-log/coreModuleLogReportAbuse.service.mjs +5 -3
- package/esm2020/lib/service/core-module-log/coreModuleLogShowKey.service.mjs +5 -3
- package/esm2020/lib/service/core-module-main/coreModuleSiteCredit.service.mjs +17 -7
- package/esm2020/lib/service/core-module-main/coreModuleSiteUserCredit.service.mjs +17 -7
- package/esm2020/lib/service/core-module-main/coreModuleTagCategory.service.mjs +5 -3
- package/esm2020/lib/service/core-token/coreAuth.service.mjs +50 -18
- package/esm2020/lib/service/core-token/coreTokenConnection.service.mjs +8 -4
- package/esm2020/lib/service/data-provider/dataProviderEnum.service.mjs +5 -3
- package/esm2020/lib/service/data-provider/dataProviderTransaction.service.mjs +8 -4
- package/esm2020/lib/service/donate/donateEnum.service.mjs +5 -3
- package/esm2020/lib/service/donate/donateTransaction.service.mjs +8 -4
- package/esm2020/lib/service/estate/estateAccountAgencyAds.service.mjs +8 -4
- package/esm2020/lib/service/estate/estateAdsType.service.mjs +11 -5
- package/esm2020/lib/service/estate/estateCustomerOrder.service.mjs +26 -10
- package/esm2020/lib/service/estate/estateEnum.service.mjs +11 -5
- package/esm2020/lib/service/estate/estateProperty.service.mjs +50 -18
- package/esm2020/lib/service/estate/estatePropertyAds.service.mjs +8 -4
- package/esm2020/lib/service/estate/estatePropertyDetail.service.mjs +5 -3
- package/esm2020/lib/service/estate/estatePropertyDetailGroup.service.mjs +8 -4
- package/esm2020/lib/service/estate/estatePropertyExpertPrice.service.mjs +8 -4
- package/esm2020/lib/service/estate/estatePropertyHistory.service.mjs +5 -3
- package/esm2020/lib/service/estate/estatePropertyShareAgency.service.mjs +5 -3
- package/esm2020/lib/service/estate/estatePropertyShareAgent.service.mjs +5 -3
- package/esm2020/lib/service/estate/estatePropertyShareSite.service.mjs +8 -4
- package/esm2020/lib/service/file/fileCategory.service.mjs +8 -4
- package/esm2020/lib/service/file/fileContent.service.mjs +35 -13
- package/esm2020/lib/service/hyper-shop/hyperShopCategory.service.mjs +8 -4
- package/esm2020/lib/service/hyper-shop/hyperShopContent.service.mjs +17 -7
- package/esm2020/lib/service/hyper-shop/hyperShopOrder.service.mjs +11 -5
- package/esm2020/lib/service/link-management/linkManagementBillboard.service.mjs +5 -3
- package/esm2020/lib/service/link-management/linkManagementEnum.service.mjs +11 -5
- package/esm2020/lib/service/link-management/linkManagementTarget.service.mjs +11 -5
- package/esm2020/lib/service/link-management/linkManagementTargetBillboardLog.service.mjs +5 -3
- package/esm2020/lib/service/news/newsCategory.service.mjs +5 -3
- package/esm2020/lib/service/news/newsComment.service.mjs +8 -4
- package/esm2020/lib/service/news/newsContent.service.mjs +32 -12
- package/esm2020/lib/service/news/newsContentOtherInfo.service.mjs +8 -4
- package/esm2020/lib/service/news/newsContentSimilar.service.mjs +8 -4
- package/esm2020/lib/service/news/newsContentTag.service.mjs +8 -4
- package/esm2020/lib/service/news/newsShareServerCategory.service.mjs +5 -3
- package/esm2020/lib/service/polling/pollingCategory.service.mjs +5 -3
- package/esm2020/lib/service/polling/pollingVote.service.mjs +5 -3
- package/esm2020/lib/service/sms/smsEnum.service.mjs +29 -11
- package/esm2020/lib/service/sms/smsLogOutBoxQueue.service.mjs +8 -4
- package/esm2020/lib/service/sms/smsLogOutBoxTaskScheduler.service.mjs +8 -4
- package/esm2020/lib/service/sms/smsMainApiPath.service.mjs +20 -8
- package/esm2020/lib/service/sms/smsMainApiPathPublicConfig.service.mjs +8 -4
- package/esm2020/lib/service/sms/smsMainMessageCategory.service.mjs +5 -3
- package/esm2020/lib/service/ticketing/ticketingAnswer.service.mjs +5 -3
- package/esm2020/lib/service/ticketing/ticketingDepartemen.service.mjs +5 -3
- package/esm2020/lib/service/ticketing/ticketingDepartemenOperator.service.mjs +5 -3
- package/esm2020/lib/service/ticketing/ticketingEnum.service.mjs +11 -5
- package/esm2020/lib/service/ticketing/ticketingFaq.service.mjs +5 -3
- package/esm2020/lib/service/ticketing/ticketingTask.service.mjs +11 -5
- package/esm2020/lib/service/universal-menu/universalMenuEnum.service.mjs +8 -4
- package/esm2020/lib/service/universal-menu/universalMenuMenuItem.service.mjs +8 -4
- package/esm2020/lib/service/web-designer/webDesignerEnum.service.mjs +11 -5
- package/esm2020/lib/service/web-designer/webDesignerMainMenu.service.mjs +8 -4
- package/esm2020/lib/service/web-designer/webDesignerMainPage.service.mjs +20 -8
- package/esm2020/lib/service/web-designer/webDesignerMainPageDependency.service.mjs +8 -4
- package/fesm2015/ntk-cms-api.mjs +1337 -454
- package/fesm2015/ntk-cms-api.mjs.map +1 -1
- package/fesm2020/ntk-cms-api.mjs +1337 -454
- package/fesm2020/ntk-cms-api.mjs.map +1 -1
- package/lib/models/filters/estate/_export.d.ts +1 -0
- package/lib/models/filters/estate/estateAccountAgencyFilterModel.d.ts +1 -1
- package/lib/models/filters/estate/estateAccountExpertFilterModel.d.ts +1 -1
- package/lib/models/filters/estate/estatePropertyExpertPriceFilterModel.d.ts +7 -0
- package/lib/service/base/apiServerBase.service.d.ts +0 -2
- package/lib/service/estate/estatePropertyExpertPrice.service.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Injectable } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { map, retry } from 'rxjs/operators';
|
|
3
3
|
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class BankPaymentPublicConfigService extends ApiCmsServerBase {
|
|
@@ -11,7 +11,9 @@ export class BankPaymentPublicConfigService extends ApiCmsServerBase {
|
|
|
11
11
|
.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormatter/' + id, {
|
|
12
12
|
headers: this.getHeaders(),
|
|
13
13
|
})
|
|
14
|
-
.pipe(retry(this.configApiRetry),
|
|
14
|
+
.pipe(retry(this.configApiRetry),
|
|
15
|
+
// catchError(this.handleError)
|
|
16
|
+
map((ret) => {
|
|
15
17
|
return this.errorExceptionResultCheck(ret);
|
|
16
18
|
}));
|
|
17
19
|
}
|
|
@@ -20,7 +22,9 @@ export class BankPaymentPublicConfigService extends ApiCmsServerBase {
|
|
|
20
22
|
.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
|
|
21
23
|
headers: this.getHeaders(),
|
|
22
24
|
})
|
|
23
|
-
.pipe(retry(this.configApiRetry),
|
|
25
|
+
.pipe(retry(this.configApiRetry),
|
|
26
|
+
// catchError(this.handleError)
|
|
27
|
+
map((ret) => {
|
|
24
28
|
return this.errorExceptionResultCheck(ret);
|
|
25
29
|
}));
|
|
26
30
|
}
|
|
@@ -30,4 +34,4 @@ BankPaymentPublicConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion:
|
|
|
30
34
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BankPaymentPublicConfigService, decorators: [{
|
|
31
35
|
type: Injectable
|
|
32
36
|
}] });
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
37
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFua1BheW1lbnRQdWJsaWNDb25maWcuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL250ay1jbXMtYXBpL3NyYy9saWIvc2VydmljZS9iYW5rLXBheW1lbnQvYmFua1BheW1lbnRQdWJsaWNDb25maWcuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTNDLE9BQU8sRUFBRSxHQUFHLEVBQUUsS0FBSyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFLNUMsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7O0FBSXBFLE1BQU0sT0FBTyw4QkFDWCxTQUFRLGdCQUFtRTtJQUMzRSxzQkFBc0I7UUFDcEIsT0FBTyx5QkFBeUIsQ0FBQztJQUNuQyxDQUFDO0lBQ0QsOEJBQThCLENBQUMsRUFBVTtRQUN2QyxPQUFPLElBQUksQ0FBQyxJQUFJO2FBQ2IsR0FBRyxDQUFDLElBQUksQ0FBQyxVQUFVLEVBQUUsR0FBRyxJQUFJLENBQUMsc0JBQXNCLEVBQUUsR0FBRywyQkFBMkIsR0FBRyxFQUFFLEVBQUU7WUFDekYsT0FBTyxFQUFFLElBQUksQ0FBQyxVQUFVLEVBQUU7U0FDM0IsQ0FBQzthQUNELElBQUksQ0FDSCxLQUFLLENBQUMsSUFBSSxDQUFDLGNBQWMsQ0FBQztRQUMxQiwrQkFBK0I7UUFDL0IsR0FBRyxDQUFDLENBQUMsR0FBUSxFQUFFLEVBQUU7WUFDZixPQUFPLElBQUksQ0FBQyx5QkFBeUIsQ0FBQyxHQUFHLENBQUMsQ0FBQztRQUM3QyxDQUFDLENBQUMsQ0FDSCxDQUFDO0lBQ04sQ0FBQztJQUNELGNBQWM7UUFDWixPQUFPLElBQUksQ0FBQyxJQUFJO2FBQ2IsR0FBRyxDQUFDLElBQUksQ0FBQyxVQUFVLEVBQUUsR0FBRyxJQUFJLENBQUMsc0JBQXNCLEVBQUUsR0FBRyxXQUFXLEVBQUU7WUFDcEUsT0FBTyxFQUFFLElBQUksQ0FBQyxVQUFVLEVBQUU7U0FDM0IsQ0FBQzthQUNELElBQUksQ0FDSCxLQUFLLENBQUMsSUFBSSxDQUFDLGNBQWMsQ0FBQztRQUMxQiwrQkFBK0I7UUFDL0IsR0FBRyxDQUFDLENBQUMsR0FBUSxFQUFFLEVBQUU7WUFDZixPQUFPLElBQUksQ0FBQyx5QkFBeUIsQ0FBQyxHQUFHLENBQUMsQ0FBQztRQUM3QyxDQUFDLENBQUMsQ0FDSCxDQUFDO0lBQ04sQ0FBQzs7NEhBOUJVLDhCQUE4QjtnSUFBOUIsOEJBQThCOzRGQUE5Qiw4QkFBOEI7a0JBRDFDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE9ic2VydmFibGUgfSBmcm9tICdyeGpzJztcclxuaW1wb3J0IHsgbWFwLCByZXRyeSB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcclxuaW1wb3J0IHsgQmFua1BheW1lbnRQdWJsaWNDb25maWdBbGlhc0pzb25Nb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9lbnRpdHkvYmFuay1wYXltZW50L2JhbmtQYXltZW50UHVibGljQ29uZmlnQWxpYXNKc29uTW9kZWwnO1xyXG5pbXBvcnQgeyBCYW5rUGF5bWVudFB1YmxpY0NvbmZpZ01vZGVsIH0gZnJvbSAnLi4vLi4vbW9kZWxzL2VudGl0eS9iYW5rLXBheW1lbnQvYmFua1BheW1lbnRQdWJsaWNDb25maWdNb2RlbCc7XHJcbmltcG9ydCB7IEVycm9yRXhjZXB0aW9uUmVzdWx0IH0gZnJvbSAnLi4vLi4vbW9kZWxzL2VudGl0eS9iYXNlL2Vycm9yRXhjZXB0aW9uUmVzdWx0JztcclxuaW1wb3J0IHsgRmlsdGVyTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvZW50aXR5L2Jhc2UvZmlsdGVyTW9kZWwnO1xyXG5pbXBvcnQgeyBBcGlDbXNTZXJ2ZXJCYXNlIH0gZnJvbSAnLi4vYmFzZS9hcGlDbXNTZXJ2ZXJCYXNlLnNlcnZpY2UnO1xyXG5cclxuXHJcbkBJbmplY3RhYmxlKClcclxuZXhwb3J0IGNsYXNzIEJhbmtQYXltZW50UHVibGljQ29uZmlnU2VydmljZVxyXG4gIGV4dGVuZHMgQXBpQ21zU2VydmVyQmFzZTxCYW5rUGF5bWVudFB1YmxpY0NvbmZpZ01vZGVsLCBudW1iZXIsIEZpbHRlck1vZGVsPiB7XHJcbiAgZ2V0TW9kdWxlQ29udHJvbGxlclVybCgpOiBzdHJpbmcge1xyXG4gICAgcmV0dXJuICdCYW5rUGF5bWVudFB1YmxpY0NvbmZpZyc7XHJcbiAgfVxyXG4gIFNlcnZpY2VHZXRPbmVXaXRoSnNvbkZvcm1hdHRlcihpZDogbnVtYmVyKTogT2JzZXJ2YWJsZTxFcnJvckV4Y2VwdGlvblJlc3VsdDxCYW5rUGF5bWVudFB1YmxpY0NvbmZpZ0FsaWFzSnNvbk1vZGVsPj4ge1xyXG4gICAgcmV0dXJuIHRoaXMuaHR0cFxyXG4gICAgICAuZ2V0KHRoaXMuZ2V0QmFzZVVybCgpICsgdGhpcy5nZXRNb2R1bGVDb250cm9sbGVyVXJsKCkgKyAnL0dldE9uZVdpdGhKc29uRm9ybWF0dGVyLycgKyBpZCwge1xyXG4gICAgICAgIGhlYWRlcnM6IHRoaXMuZ2V0SGVhZGVycygpLFxyXG4gICAgICB9KVxyXG4gICAgICAucGlwZShcclxuICAgICAgICByZXRyeSh0aGlzLmNvbmZpZ0FwaVJldHJ5KSxcclxuICAgICAgICAvLyBjYXRjaEVycm9yKHRoaXMuaGFuZGxlRXJyb3IpXHJcbiAgICAgICAgbWFwKChyZXQ6IGFueSkgPT4ge1xyXG4gICAgICAgICAgcmV0dXJuIHRoaXMuZXJyb3JFeGNlcHRpb25SZXN1bHRDaGVjayhyZXQpO1xyXG4gICAgICAgIH0pLFxyXG4gICAgICApO1xyXG4gIH1cclxuICBTZXJ2aWNlQXV0b0FkZCgpOiBPYnNlcnZhYmxlPEVycm9yRXhjZXB0aW9uUmVzdWx0PEJhbmtQYXltZW50UHVibGljQ29uZmlnTW9kZWw+PiB7XHJcbiAgICByZXR1cm4gdGhpcy5odHRwXHJcbiAgICAgIC5nZXQodGhpcy5nZXRCYXNlVXJsKCkgKyB0aGlzLmdldE1vZHVsZUNvbnRyb2xsZXJVcmwoKSArICcvQXV0b0FkZC8nLCB7XHJcbiAgICAgICAgaGVhZGVyczogdGhpcy5nZXRIZWFkZXJzKCksXHJcbiAgICAgIH0pXHJcbiAgICAgIC5waXBlKFxyXG4gICAgICAgIHJldHJ5KHRoaXMuY29uZmlnQXBpUmV0cnkpLFxyXG4gICAgICAgIC8vIGNhdGNoRXJyb3IodGhpcy5oYW5kbGVFcnJvcilcclxuICAgICAgICBtYXAoKHJldDogYW55KSA9PiB7XHJcbiAgICAgICAgICByZXR1cm4gdGhpcy5lcnJvckV4Y2VwdGlvblJlc3VsdENoZWNrKHJldCk7XHJcbiAgICAgICAgfSksXHJcbiAgICAgICk7XHJcbiAgfVxyXG5cclxufVxyXG4iXX0=
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Injectable } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { map, retry } from 'rxjs/operators';
|
|
3
3
|
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export class BankPaymentTransactionService extends ApiCmsServerBase {
|
|
@@ -11,7 +11,9 @@ export class BankPaymentTransactionService extends ApiCmsServerBase {
|
|
|
11
11
|
.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TransactionCheck/' + id, {
|
|
12
12
|
headers: this.getHeaders(),
|
|
13
13
|
})
|
|
14
|
-
.pipe(retry(this.configApiRetry),
|
|
14
|
+
.pipe(retry(this.configApiRetry),
|
|
15
|
+
// catchError(this.handleError)
|
|
16
|
+
map((ret) => {
|
|
15
17
|
return this.errorExceptionResultCheck(ret);
|
|
16
18
|
}));
|
|
17
19
|
}
|
|
@@ -21,4 +23,4 @@ BankPaymentTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion:
|
|
|
21
23
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BankPaymentTransactionService, decorators: [{
|
|
22
24
|
type: Injectable
|
|
23
25
|
}] });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFua1BheW1lbnRUcmFuc2FjdGlvbi5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbnRrLWNtcy1hcGkvc3JjL2xpYi9zZXJ2aWNlL2JhbmstcGF5bWVudC9iYW5rUGF5bWVudFRyYW5zYWN0aW9uLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUzQyxPQUFPLEVBQUUsR0FBRyxFQUFFLEtBQUssRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBSTVDLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGtDQUFrQyxDQUFDOztBQUlwRSxNQUFNLE9BQU8sNkJBQ1gsU0FBUSxnQkFBa0U7SUFDMUUsc0JBQXNCO1FBQ3BCLE9BQU8sd0JBQXdCLENBQUM7SUFDbEMsQ0FBQztJQUNELHVCQUF1QixDQUFDLEVBQVU7UUFDaEMsT0FBTyxJQUFJLENBQUMsSUFBSTthQUNiLEdBQUcsQ0FBQyxJQUFJLENBQUMsVUFBVSxFQUFFLEdBQUcsSUFBSSxDQUFDLHNCQUFzQixFQUFFLEdBQUcsb0JBQW9CLEdBQUcsRUFBRSxFQUFFO1lBQ2xGLE9BQU8sRUFBRSxJQUFJLENBQUMsVUFBVSxFQUFFO1NBQzNCLENBQUM7YUFDRCxJQUFJLENBQ0gsS0FBSyxDQUFDLElBQUksQ0FBQyxjQUFjLENBQUM7UUFDMUIsK0JBQStCO1FBQy9CLEdBQUcsQ0FBQyxDQUFDLEdBQVEsRUFBRSxFQUFFO1lBQ2YsT0FBTyxJQUFJLENBQUMseUJBQXlCLENBQUMsR0FBRyxDQUFDLENBQUM7UUFDN0MsQ0FBQyxDQUFDLENBQ0gsQ0FBQztJQUNOLENBQUM7OzJIQWpCVSw2QkFBNkI7K0hBQTdCLDZCQUE2Qjs0RkFBN0IsNkJBQTZCO2tCQUR6QyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcyc7XHJcbmltcG9ydCB7IG1hcCwgcmV0cnkgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XHJcbmltcG9ydCB7IEJhbmtQYXltZW50VHJhbnNhY3Rpb25Nb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy9lbnRpdHkvYmFuay1wYXltZW50L2JhbmtQYXltZW50VHJhbnNhY3Rpb25Nb2RlbCc7XHJcbmltcG9ydCB7IEVycm9yRXhjZXB0aW9uUmVzdWx0IH0gZnJvbSAnLi4vLi4vbW9kZWxzL2VudGl0eS9iYXNlL2Vycm9yRXhjZXB0aW9uUmVzdWx0JztcclxuaW1wb3J0IHsgRmlsdGVyTW9kZWwgfSBmcm9tICcuLi8uLi9tb2RlbHMvZW50aXR5L2Jhc2UvZmlsdGVyTW9kZWwnO1xyXG5pbXBvcnQgeyBBcGlDbXNTZXJ2ZXJCYXNlIH0gZnJvbSAnLi4vYmFzZS9hcGlDbXNTZXJ2ZXJCYXNlLnNlcnZpY2UnO1xyXG5cclxuXHJcbkBJbmplY3RhYmxlKClcclxuZXhwb3J0IGNsYXNzIEJhbmtQYXltZW50VHJhbnNhY3Rpb25TZXJ2aWNlXHJcbiAgZXh0ZW5kcyBBcGlDbXNTZXJ2ZXJCYXNlPEJhbmtQYXltZW50VHJhbnNhY3Rpb25Nb2RlbCwgbnVtYmVyLCBGaWx0ZXJNb2RlbD4ge1xyXG4gIGdldE1vZHVsZUNvbnRyb2xsZXJVcmwoKTogc3RyaW5nIHtcclxuICAgIHJldHVybiAnQmFua1BheW1lbnRUcmFuc2FjdGlvbic7XHJcbiAgfVxyXG4gIFNlcnZpY2VUcmFuc2FjdGlvbkNoZWNrKGlkOiBudW1iZXIpOiBPYnNlcnZhYmxlPEVycm9yRXhjZXB0aW9uUmVzdWx0PEJhbmtQYXltZW50VHJhbnNhY3Rpb25Nb2RlbD4+IHtcclxuICAgIHJldHVybiB0aGlzLmh0dHBcclxuICAgICAgLmdldCh0aGlzLmdldEJhc2VVcmwoKSArIHRoaXMuZ2V0TW9kdWxlQ29udHJvbGxlclVybCgpICsgJy9UcmFuc2FjdGlvbkNoZWNrLycgKyBpZCwge1xyXG4gICAgICAgIGhlYWRlcnM6IHRoaXMuZ2V0SGVhZGVycygpLFxyXG4gICAgICB9KVxyXG4gICAgICAucGlwZShcclxuICAgICAgICByZXRyeSh0aGlzLmNvbmZpZ0FwaVJldHJ5KSxcclxuICAgICAgICAvLyBjYXRjaEVycm9yKHRoaXMuaGFuZGxlRXJyb3IpXHJcbiAgICAgICAgbWFwKChyZXQ6IGFueSkgPT4ge1xyXG4gICAgICAgICAgcmV0dXJuIHRoaXMuZXJyb3JFeGNlcHRpb25SZXN1bHRDaGVjayhyZXQpO1xyXG4gICAgICAgIH0pLFxyXG4gICAgICApO1xyXG4gIH1cclxuXHJcbn1cclxuIl19
|