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.
Files changed (141) hide show
  1. package/esm2020/lib/models/filters/estate/_export.mjs +2 -1
  2. package/esm2020/lib/models/filters/estate/estateAccountAgencyFilterModel.mjs +1 -1
  3. package/esm2020/lib/models/filters/estate/estateAccountExpertFilterModel.mjs +1 -1
  4. package/esm2020/lib/models/filters/estate/estatePropertyExpertPriceFilterModel.mjs +4 -0
  5. package/esm2020/lib/service/api-telegram/apiTelegramBotConfig.service.mjs +23 -9
  6. package/esm2020/lib/service/api-telegram/apiTelegramEnum.service.mjs +5 -3
  7. package/esm2020/lib/service/application/applicationApp.service.mjs +26 -10
  8. package/esm2020/lib/service/application/applicationEnum.service.mjs +5 -3
  9. package/esm2020/lib/service/application/applicationLayout.service.mjs +8 -4
  10. package/esm2020/lib/service/application/applicationLogNotification.service.mjs +5 -3
  11. package/esm2020/lib/service/application/applicationSource.service.mjs +5 -3
  12. package/esm2020/lib/service/application/applicationThemeConfig.service.mjs +5 -3
  13. package/esm2020/lib/service/article/articleCategory.service.mjs +5 -3
  14. package/esm2020/lib/service/article/articleComment.service.mjs +8 -4
  15. package/esm2020/lib/service/article/articleContent.service.mjs +32 -12
  16. package/esm2020/lib/service/article/articleContentOtherInfo.service.mjs +8 -4
  17. package/esm2020/lib/service/article/articleContentSimilar.service.mjs +8 -4
  18. package/esm2020/lib/service/article/articleContentTag.service.mjs +8 -4
  19. package/esm2020/lib/service/article/articleShareServerCategory.service.mjs +5 -3
  20. package/esm2020/lib/service/bank-payment/bankPaymentEnum.service.mjs +8 -4
  21. package/esm2020/lib/service/bank-payment/bankPaymentPrivateSiteConfig.service.mjs +17 -7
  22. package/esm2020/lib/service/bank-payment/bankPaymentPublicConfig.service.mjs +8 -4
  23. package/esm2020/lib/service/bank-payment/bankPaymentTransaction.service.mjs +5 -3
  24. package/esm2020/lib/service/base/apiCmsServerBase.service.mjs +104 -36
  25. package/esm2020/lib/service/base/apiServerBase.service.mjs +1 -9
  26. package/esm2020/lib/service/base/apiServerConfigSiteBase.service.mjs +44 -16
  27. package/esm2020/lib/service/biography/biographyCategory.service.mjs +5 -3
  28. package/esm2020/lib/service/biography/biographyComment.service.mjs +8 -4
  29. package/esm2020/lib/service/biography/biographyContent.service.mjs +50 -18
  30. package/esm2020/lib/service/biography/biographyContentOtherInfo.service.mjs +8 -4
  31. package/esm2020/lib/service/biography/biographyContentSimilar.service.mjs +8 -4
  32. package/esm2020/lib/service/biography/biographyContentTag.service.mjs +8 -4
  33. package/esm2020/lib/service/biography/biographyShareServerCategory.service.mjs +5 -3
  34. package/esm2020/lib/service/blog/blogCategory.service.mjs +5 -3
  35. package/esm2020/lib/service/blog/blogComment.service.mjs +8 -4
  36. package/esm2020/lib/service/blog/blogContent.service.mjs +32 -12
  37. package/esm2020/lib/service/blog/blogContentOtherInfo.service.mjs +8 -4
  38. package/esm2020/lib/service/blog/blogContentSimilar.service.mjs +8 -4
  39. package/esm2020/lib/service/blog/blogContentTag.service.mjs +8 -4
  40. package/esm2020/lib/service/blog/blogShareServerCategory.service.mjs +5 -3
  41. package/esm2020/lib/service/catalog/catalogCategory.service.mjs +5 -3
  42. package/esm2020/lib/service/catalog/catalogContent.service.mjs +20 -8
  43. package/esm2020/lib/service/chart/chartCategory.service.mjs +5 -3
  44. package/esm2020/lib/service/chart/chartComment.service.mjs +8 -4
  45. package/esm2020/lib/service/chart/chartContent.service.mjs +32 -12
  46. package/esm2020/lib/service/chart/chartContentOtherInfo.service.mjs +8 -4
  47. package/esm2020/lib/service/chart/chartContentSimilar.service.mjs +8 -4
  48. package/esm2020/lib/service/chart/chartContentTag.service.mjs +8 -4
  49. package/esm2020/lib/service/chart/chartShareServerCategory.service.mjs +5 -3
  50. package/esm2020/lib/service/contact/contactCategory.service.mjs +5 -3
  51. package/esm2020/lib/service/core-main/coreConfiguration.service.mjs +8 -4
  52. package/esm2020/lib/service/core-main/coreCpMainMenu.service.mjs +11 -5
  53. package/esm2020/lib/service/core-main/coreEnum.service.mjs +71 -25
  54. package/esm2020/lib/service/core-main/coreGuide.service.mjs +11 -5
  55. package/esm2020/lib/service/core-main/coreLocation.service.mjs +23 -9
  56. package/esm2020/lib/service/core-main/coreModule.service.mjs +23 -9
  57. package/esm2020/lib/service/core-main/coreModuleEntity.service.mjs +5 -3
  58. package/esm2020/lib/service/core-main/coreModuleProcess.service.mjs +11 -5
  59. package/esm2020/lib/service/core-main/coreModuleSaleHeader.service.mjs +14 -6
  60. package/esm2020/lib/service/core-main/coreModuleSaleSerial.service.mjs +8 -4
  61. package/esm2020/lib/service/core-main/coreModuleSite.service.mjs +11 -5
  62. package/esm2020/lib/service/core-main/coreSite.service.mjs +53 -19
  63. package/esm2020/lib/service/core-main/coreSiteUser.service.mjs +5 -3
  64. package/esm2020/lib/service/core-main/coreUser.service.mjs +11 -5
  65. package/esm2020/lib/service/core-main/coreUserClaimContent.service.mjs +8 -4
  66. package/esm2020/lib/service/core-module-data/coreModuleDataComment.service.mjs +5 -3
  67. package/esm2020/lib/service/core-module-data/coreModuleDataMemo.service.mjs +5 -3
  68. package/esm2020/lib/service/core-module-data/coreModuleDataPin.service.mjs +5 -3
  69. package/esm2020/lib/service/core-module-data/coreModuleDataTask.service.mjs +5 -3
  70. package/esm2020/lib/service/core-module-log/coreModuleLogFavorite.service.mjs +8 -4
  71. package/esm2020/lib/service/core-module-log/coreModuleLogReportAbuse.service.mjs +5 -3
  72. package/esm2020/lib/service/core-module-log/coreModuleLogShowKey.service.mjs +5 -3
  73. package/esm2020/lib/service/core-module-main/coreModuleSiteCredit.service.mjs +17 -7
  74. package/esm2020/lib/service/core-module-main/coreModuleSiteUserCredit.service.mjs +17 -7
  75. package/esm2020/lib/service/core-module-main/coreModuleTagCategory.service.mjs +5 -3
  76. package/esm2020/lib/service/core-token/coreAuth.service.mjs +50 -18
  77. package/esm2020/lib/service/core-token/coreTokenConnection.service.mjs +8 -4
  78. package/esm2020/lib/service/data-provider/dataProviderEnum.service.mjs +5 -3
  79. package/esm2020/lib/service/data-provider/dataProviderTransaction.service.mjs +8 -4
  80. package/esm2020/lib/service/donate/donateEnum.service.mjs +5 -3
  81. package/esm2020/lib/service/donate/donateTransaction.service.mjs +8 -4
  82. package/esm2020/lib/service/estate/estateAccountAgencyAds.service.mjs +8 -4
  83. package/esm2020/lib/service/estate/estateAdsType.service.mjs +11 -5
  84. package/esm2020/lib/service/estate/estateCustomerOrder.service.mjs +26 -10
  85. package/esm2020/lib/service/estate/estateEnum.service.mjs +11 -5
  86. package/esm2020/lib/service/estate/estateProperty.service.mjs +50 -18
  87. package/esm2020/lib/service/estate/estatePropertyAds.service.mjs +8 -4
  88. package/esm2020/lib/service/estate/estatePropertyDetail.service.mjs +5 -3
  89. package/esm2020/lib/service/estate/estatePropertyDetailGroup.service.mjs +8 -4
  90. package/esm2020/lib/service/estate/estatePropertyExpertPrice.service.mjs +8 -4
  91. package/esm2020/lib/service/estate/estatePropertyHistory.service.mjs +5 -3
  92. package/esm2020/lib/service/estate/estatePropertyShareAgency.service.mjs +5 -3
  93. package/esm2020/lib/service/estate/estatePropertyShareAgent.service.mjs +5 -3
  94. package/esm2020/lib/service/estate/estatePropertyShareSite.service.mjs +8 -4
  95. package/esm2020/lib/service/file/fileCategory.service.mjs +8 -4
  96. package/esm2020/lib/service/file/fileContent.service.mjs +35 -13
  97. package/esm2020/lib/service/hyper-shop/hyperShopCategory.service.mjs +8 -4
  98. package/esm2020/lib/service/hyper-shop/hyperShopContent.service.mjs +17 -7
  99. package/esm2020/lib/service/hyper-shop/hyperShopOrder.service.mjs +11 -5
  100. package/esm2020/lib/service/link-management/linkManagementBillboard.service.mjs +5 -3
  101. package/esm2020/lib/service/link-management/linkManagementEnum.service.mjs +11 -5
  102. package/esm2020/lib/service/link-management/linkManagementTarget.service.mjs +11 -5
  103. package/esm2020/lib/service/link-management/linkManagementTargetBillboardLog.service.mjs +5 -3
  104. package/esm2020/lib/service/news/newsCategory.service.mjs +5 -3
  105. package/esm2020/lib/service/news/newsComment.service.mjs +8 -4
  106. package/esm2020/lib/service/news/newsContent.service.mjs +32 -12
  107. package/esm2020/lib/service/news/newsContentOtherInfo.service.mjs +8 -4
  108. package/esm2020/lib/service/news/newsContentSimilar.service.mjs +8 -4
  109. package/esm2020/lib/service/news/newsContentTag.service.mjs +8 -4
  110. package/esm2020/lib/service/news/newsShareServerCategory.service.mjs +5 -3
  111. package/esm2020/lib/service/polling/pollingCategory.service.mjs +5 -3
  112. package/esm2020/lib/service/polling/pollingVote.service.mjs +5 -3
  113. package/esm2020/lib/service/sms/smsEnum.service.mjs +29 -11
  114. package/esm2020/lib/service/sms/smsLogOutBoxQueue.service.mjs +8 -4
  115. package/esm2020/lib/service/sms/smsLogOutBoxTaskScheduler.service.mjs +8 -4
  116. package/esm2020/lib/service/sms/smsMainApiPath.service.mjs +20 -8
  117. package/esm2020/lib/service/sms/smsMainApiPathPublicConfig.service.mjs +8 -4
  118. package/esm2020/lib/service/sms/smsMainMessageCategory.service.mjs +5 -3
  119. package/esm2020/lib/service/ticketing/ticketingAnswer.service.mjs +5 -3
  120. package/esm2020/lib/service/ticketing/ticketingDepartemen.service.mjs +5 -3
  121. package/esm2020/lib/service/ticketing/ticketingDepartemenOperator.service.mjs +5 -3
  122. package/esm2020/lib/service/ticketing/ticketingEnum.service.mjs +11 -5
  123. package/esm2020/lib/service/ticketing/ticketingFaq.service.mjs +5 -3
  124. package/esm2020/lib/service/ticketing/ticketingTask.service.mjs +11 -5
  125. package/esm2020/lib/service/universal-menu/universalMenuEnum.service.mjs +8 -4
  126. package/esm2020/lib/service/universal-menu/universalMenuMenuItem.service.mjs +8 -4
  127. package/esm2020/lib/service/web-designer/webDesignerEnum.service.mjs +11 -5
  128. package/esm2020/lib/service/web-designer/webDesignerMainMenu.service.mjs +8 -4
  129. package/esm2020/lib/service/web-designer/webDesignerMainPage.service.mjs +20 -8
  130. package/esm2020/lib/service/web-designer/webDesignerMainPageDependency.service.mjs +8 -4
  131. package/fesm2015/ntk-cms-api.mjs +1337 -454
  132. package/fesm2015/ntk-cms-api.mjs.map +1 -1
  133. package/fesm2020/ntk-cms-api.mjs +1337 -454
  134. package/fesm2020/ntk-cms-api.mjs.map +1 -1
  135. package/lib/models/filters/estate/_export.d.ts +1 -0
  136. package/lib/models/filters/estate/estateAccountAgencyFilterModel.d.ts +1 -1
  137. package/lib/models/filters/estate/estateAccountExpertFilterModel.d.ts +1 -1
  138. package/lib/models/filters/estate/estatePropertyExpertPriceFilterModel.d.ts +7 -0
  139. package/lib/service/base/apiServerBase.service.d.ts +0 -2
  140. package/lib/service/estate/estatePropertyExpertPrice.service.d.ts +2 -2
  141. package/package.json +1 -1
@@ -3,7 +3,7 @@ import { Injectable, Component, NgModule, Inject } from '@angular/core';
3
3
  import * as i1 from '@angular/common/http';
4
4
  import { HttpClient } from '@angular/common/http';
5
5
  import { throwError, of, BehaviorSubject } from 'rxjs';
6
- import { retry, catchError, map } from 'rxjs/operators';
6
+ import { retry, map } from 'rxjs/operators';
7
7
 
8
8
  class NtkCmsApiService {
9
9
  constructor() { }
@@ -1145,7 +1145,6 @@ class ApiServerBase {
1145
1145
  constructor(http) {
1146
1146
  this.http = http;
1147
1147
  this.baseUrl = 'https://apicms.ir/api/v2/';
1148
- this.handleErrorCustom = null;
1149
1148
  this.userToken = '';
1150
1149
  this.deviceToken = '';
1151
1150
  this.configApiRetry = 0;
@@ -1162,10 +1161,6 @@ class ApiServerBase {
1162
1161
  localStorage.setItem(this.keyBaseUrl, url);
1163
1162
  this.configApiRetry = apiRetry;
1164
1163
  }
1165
- setConfigHandleError(func) {
1166
- this.handleErrorCustom = func;
1167
- ;
1168
- }
1169
1164
  cashApiIsValid(serviceNameKay, cashApiSeconds) {
1170
1165
  if (cashApiSeconds > 0) {
1171
1166
  if (!this.cachApiResult[serviceNameKay])
@@ -1311,8 +1306,6 @@ class ApiServerBase {
1311
1306
  return model;
1312
1307
  }
1313
1308
  handleError(error, caught) {
1314
- if (this.handleErrorCustom && this.handleErrorCustom != null && this.handleErrorCustom == undefined)
1315
- return this.handleErrorCustom(error, caught);
1316
1309
  let errorMessage = error.message;
1317
1310
  if (error && error.status) {
1318
1311
  // server-side error
@@ -1320,7 +1313,6 @@ class ApiServerBase {
1320
1313
  if (error.status === 401 || error.status === '401') {
1321
1314
  const title = 'خطای امنیتی';
1322
1315
  const message = 'لطفا مجدد وارد سیستم شود';
1323
- localStorage.removeItem(this.keyUserToken);
1324
1316
  }
1325
1317
  }
1326
1318
  else if (error.error instanceof ErrorEvent) {
@@ -1348,7 +1340,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1348
1340
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteConfigDefault', {
1349
1341
  headers: this.getHeaders(),
1350
1342
  })
1351
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1343
+ .pipe(retry(this.configApiRetry),
1344
+ // catchError(this.handleError)
1345
+ map((ret) => {
1352
1346
  return this.errorExceptionResultCheck(ret);
1353
1347
  }));
1354
1348
  }
@@ -1357,7 +1351,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1357
1351
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteConfigDefault', model, {
1358
1352
  headers: this.getHeaders(),
1359
1353
  })
1360
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1354
+ .pipe(retry(this.configApiRetry),
1355
+ // catchError(this.handleError)
1356
+ map((ret) => {
1361
1357
  return this.errorExceptionResultCheck(ret);
1362
1358
  }));
1363
1359
  }
@@ -1366,7 +1362,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1366
1362
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteStorage/' + id, {
1367
1363
  headers: this.getHeaders(),
1368
1364
  })
1369
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1365
+ .pipe(retry(this.configApiRetry),
1366
+ // catchError(this.handleError)
1367
+ map((ret) => {
1370
1368
  return this.errorExceptionResultCheck(ret);
1371
1369
  }));
1372
1370
  }
@@ -1375,7 +1373,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1375
1373
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteStorage/' + Siteid, model, {
1376
1374
  headers: this.getHeaders(),
1377
1375
  })
1378
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1376
+ .pipe(retry(this.configApiRetry),
1377
+ // catchError(this.handleError)
1378
+ map((ret) => {
1379
1379
  return this.errorExceptionResultCheck(ret);
1380
1380
  }));
1381
1381
  }
@@ -1384,7 +1384,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1384
1384
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteConfig/' + id, {
1385
1385
  headers: this.getHeaders(),
1386
1386
  })
1387
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1387
+ .pipe(retry(this.configApiRetry),
1388
+ // catchError(this.handleError)
1389
+ map((ret) => {
1388
1390
  return this.errorExceptionResultCheck(ret);
1389
1391
  }));
1390
1392
  }
@@ -1393,7 +1395,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1393
1395
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteConfig/' + Siteid, model, {
1394
1396
  headers: this.getHeaders(),
1395
1397
  })
1396
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1398
+ .pipe(retry(this.configApiRetry),
1399
+ // catchError(this.handleError)
1400
+ map((ret) => {
1397
1401
  return this.errorExceptionResultCheck(ret);
1398
1402
  }));
1399
1403
  }
@@ -1402,7 +1406,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1402
1406
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteAccess/' + Siteid, {
1403
1407
  headers: this.getHeaders(),
1404
1408
  })
1405
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1409
+ .pipe(retry(this.configApiRetry),
1410
+ // catchError(this.handleError)
1411
+ map((ret) => {
1406
1412
  return this.errorExceptionResultCheck(ret);
1407
1413
  }));
1408
1414
  }
@@ -1411,7 +1417,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1411
1417
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteAccess/' + Siteid, model, {
1412
1418
  headers: this.getHeaders(),
1413
1419
  })
1414
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1420
+ .pipe(retry(this.configApiRetry),
1421
+ // catchError(this.handleError)
1422
+ map((ret) => {
1415
1423
  return this.errorExceptionResultCheck(ret);
1416
1424
  }));
1417
1425
  }
@@ -1420,7 +1428,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1420
1428
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteAccessDefault/', {
1421
1429
  headers: this.getHeaders(),
1422
1430
  })
1423
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1431
+ .pipe(retry(this.configApiRetry),
1432
+ // catchError(this.handleError)
1433
+ map((ret) => {
1424
1434
  return this.errorExceptionResultCheck(ret);
1425
1435
  }));
1426
1436
  }
@@ -1429,7 +1439,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1429
1439
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/SiteAccessDefault/', model, {
1430
1440
  headers: this.getHeaders(),
1431
1441
  })
1432
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1442
+ .pipe(retry(this.configApiRetry),
1443
+ // catchError(this.handleError)
1444
+ map((ret) => {
1433
1445
  return this.errorExceptionResultCheck(ret);
1434
1446
  }));
1435
1447
  }
@@ -1438,7 +1450,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1438
1450
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/AdminMain/', {
1439
1451
  headers: this.getHeaders(),
1440
1452
  })
1441
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1453
+ .pipe(retry(this.configApiRetry),
1454
+ // catchError(this.handleError)
1455
+ map((ret) => {
1442
1456
  return this.errorExceptionResultCheck(ret);
1443
1457
  }));
1444
1458
  }
@@ -1447,7 +1461,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1447
1461
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/AdminMain/', model, {
1448
1462
  headers: this.getHeaders(),
1449
1463
  })
1450
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1464
+ .pipe(retry(this.configApiRetry),
1465
+ // catchError(this.handleError)
1466
+ map((ret) => {
1451
1467
  return this.errorExceptionResultCheck(ret);
1452
1468
  }));
1453
1469
  }
@@ -1456,7 +1472,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1456
1472
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/CheckSite/' + id, {
1457
1473
  headers: this.getHeaders(),
1458
1474
  })
1459
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1475
+ .pipe(retry(this.configApiRetry),
1476
+ // catchError(this.handleError)
1477
+ map((ret) => {
1460
1478
  return this.errorExceptionResultCheck(ret);
1461
1479
  }));
1462
1480
  }
@@ -1465,7 +1483,9 @@ class ApiServerConfigSiteBase extends ApiServerBase {
1465
1483
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/CheckUser/' + id, {
1466
1484
  headers: this.getHeaders(),
1467
1485
  })
1468
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1486
+ .pipe(retry(this.configApiRetry),
1487
+ // catchError(this.handleError)
1488
+ map((ret) => {
1469
1489
  return this.errorExceptionResultCheck(ret);
1470
1490
  }));
1471
1491
  }
@@ -1480,7 +1500,9 @@ class CoreConfigurationService extends ApiServerConfigSiteBase {
1480
1500
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + 'Configuration/UserMembershipRule', {
1481
1501
  headers: this.getHeaders(),
1482
1502
  })
1483
- .pipe(catchError(this.handleError), map((ret) => {
1503
+ .pipe(
1504
+ // catchError(this.handleError)
1505
+ map((ret) => {
1484
1506
  return this.errorExceptionResultCheck(ret);
1485
1507
  }));
1486
1508
  }
@@ -1489,7 +1511,9 @@ class CoreConfigurationService extends ApiServerConfigSiteBase {
1489
1511
  .get(this.getBaseUrl() + 'ip', {
1490
1512
  headers: this.getHeaders(),
1491
1513
  })
1492
- .pipe(catchError(this.handleError), map((ret) => {
1514
+ .pipe(
1515
+ // catchError(this.handleError)
1516
+ map((ret) => {
1493
1517
  return ret;
1494
1518
  }));
1495
1519
  }
@@ -1510,7 +1534,9 @@ class ApiCmsServerBase extends ApiServerBase {
1510
1534
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ViewModel', {
1511
1535
  headers: this.getHeaders(),
1512
1536
  })
1513
- .pipe(catchError(this.handleError), map((ret) => {
1537
+ .pipe(
1538
+ // catchError(this.handleError)
1539
+ map((ret) => {
1514
1540
  return this.errorExceptionResultBaseCheck(ret);
1515
1541
  }));
1516
1542
  }
@@ -1520,7 +1546,9 @@ class ApiCmsServerBase extends ApiServerBase {
1520
1546
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportFileGetAll', {
1521
1547
  headers: this.getHeaders(),
1522
1548
  })
1523
- .pipe(catchError(this.handleError), map((ret) => {
1549
+ .pipe(
1550
+ // catchError(this.handleError)
1551
+ map((ret) => {
1524
1552
  return this.errorExceptionResultCheck(ret);
1525
1553
  }));
1526
1554
  }
@@ -1529,7 +1557,9 @@ class ApiCmsServerBase extends ApiServerBase {
1529
1557
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/getAll', model, {
1530
1558
  headers: this.getHeaders(),
1531
1559
  })
1532
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1560
+ .pipe(retry(this.configApiRetry),
1561
+ // catchError(this.handleError)
1562
+ map((ret) => {
1533
1563
  return this.errorExceptionResultCheck(ret);
1534
1564
  }));
1535
1565
  }
@@ -1538,7 +1568,9 @@ class ApiCmsServerBase extends ApiServerBase {
1538
1568
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/getAllEditor', model, {
1539
1569
  headers: this.getHeaders(),
1540
1570
  })
1541
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1571
+ .pipe(retry(this.configApiRetry),
1572
+ // catchError(this.handleError)
1573
+ map((ret) => {
1542
1574
  return this.errorExceptionResultCheck(ret);
1543
1575
  }));
1544
1576
  }
@@ -1553,7 +1585,9 @@ class ApiCmsServerBase extends ApiServerBase {
1553
1585
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/' + id, {
1554
1586
  headers: this.getHeaders(),
1555
1587
  })
1556
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1588
+ .pipe(retry(this.configApiRetry),
1589
+ // catchError(this.handleError)
1590
+ map((ret) => {
1557
1591
  //! optimaze call api
1558
1592
  if (cashApiSeconds > 0) {
1559
1593
  this.cachApiResult[serviceNameKay] = ret;
@@ -1568,7 +1602,9 @@ class ApiCmsServerBase extends ApiServerBase {
1568
1602
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Count', model, {
1569
1603
  headers: this.getHeaders(),
1570
1604
  })
1571
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1605
+ .pipe(retry(this.configApiRetry),
1606
+ // catchError(this.handleError)
1607
+ map((ret) => {
1572
1608
  return this.errorExceptionResultBaseCheck(ret);
1573
1609
  }));
1574
1610
  }
@@ -1578,7 +1614,9 @@ class ApiCmsServerBase extends ApiServerBase {
1578
1614
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetStatus/' + id + "/" + recordStatus, {
1579
1615
  headers: this.getHeaders(),
1580
1616
  })
1581
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1617
+ .pipe(retry(this.configApiRetry),
1618
+ // catchError(this.handleError)
1619
+ map((ret) => {
1582
1620
  return this.errorExceptionResultCheck(ret);
1583
1621
  }));
1584
1622
  }
@@ -1587,7 +1625,9 @@ class ApiCmsServerBase extends ApiServerBase {
1587
1625
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/exist', model, {
1588
1626
  headers: this.getHeaders(),
1589
1627
  })
1590
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1628
+ .pipe(retry(this.configApiRetry),
1629
+ // catchError(this.handleError)
1630
+ map((ret) => {
1591
1631
  return this.errorExceptionResultBaseCheck(ret);
1592
1632
  }));
1593
1633
  }
@@ -1596,7 +1636,9 @@ class ApiCmsServerBase extends ApiServerBase {
1596
1636
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ExportFile', model, {
1597
1637
  headers: this.getHeaders(),
1598
1638
  })
1599
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1639
+ .pipe(retry(this.configApiRetry),
1640
+ // catchError(this.handleError)
1641
+ map((ret) => {
1600
1642
  return this.errorExceptionResultCheckExportFile(ret);
1601
1643
  }));
1602
1644
  }
@@ -1609,7 +1651,9 @@ class ApiCmsServerBase extends ApiServerBase {
1609
1651
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ExportFile/' + id, model, {
1610
1652
  headers: this.getHeaders(),
1611
1653
  })
1612
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1654
+ .pipe(retry(this.configApiRetry),
1655
+ // catchError(this.handleError)
1656
+ map((ret) => {
1613
1657
  return this.errorExceptionResultCheckExportFile(ret);
1614
1658
  }));
1615
1659
  }
@@ -1619,7 +1663,9 @@ class ApiCmsServerBase extends ApiServerBase {
1619
1663
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/', model, {
1620
1664
  headers: this.getHeaders(),
1621
1665
  })
1622
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1666
+ .pipe(retry(this.configApiRetry),
1667
+ // catchError(this.handleError)
1668
+ map((ret) => {
1623
1669
  return this.errorExceptionResultCheck(ret);
1624
1670
  }));
1625
1671
  }
@@ -1629,7 +1675,9 @@ class ApiCmsServerBase extends ApiServerBase {
1629
1675
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/', model, {
1630
1676
  headers: this.getHeaders(),
1631
1677
  })
1632
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1678
+ .pipe(retry(this.configApiRetry),
1679
+ // catchError(this.handleError)
1680
+ map((ret) => {
1633
1681
  return this.errorExceptionResultCheck(ret);
1634
1682
  }));
1635
1683
  }
@@ -1639,7 +1687,9 @@ class ApiCmsServerBase extends ApiServerBase {
1639
1687
  .delete(this.getBaseUrl() + this.getModuleControllerUrl() + '/' + id, {
1640
1688
  headers: this.getHeaders(),
1641
1689
  })
1642
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1690
+ .pipe(retry(this.configApiRetry),
1691
+ // catchError(this.handleError)
1692
+ map((ret) => {
1643
1693
  return this.errorExceptionResultCheck(ret);
1644
1694
  }));
1645
1695
  }
@@ -1649,7 +1699,9 @@ class ApiCmsServerBase extends ApiServerBase {
1649
1699
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteList', ids, {
1650
1700
  headers: this.getHeaders(),
1651
1701
  })
1652
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1702
+ .pipe(retry(this.configApiRetry),
1703
+ // catchError(this.handleError)
1704
+ map((ret) => {
1653
1705
  return this.errorExceptionResultCheck(ret);
1654
1706
  }));
1655
1707
  }
@@ -1659,7 +1711,9 @@ class ApiCmsServerBase extends ApiServerBase {
1659
1711
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/delete', model, {
1660
1712
  headers: this.getHeaders(),
1661
1713
  })
1662
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1714
+ .pipe(retry(this.configApiRetry),
1715
+ // catchError(this.handleError)
1716
+ map((ret) => {
1663
1717
  return this.errorExceptionResultCheck(ret);
1664
1718
  }));
1665
1719
  }
@@ -1670,7 +1724,9 @@ class ApiCmsServerBase extends ApiServerBase {
1670
1724
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/MemoAdd', model, {
1671
1725
  headers: this.getHeaders(),
1672
1726
  })
1673
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1727
+ .pipe(retry(this.configApiRetry),
1728
+ // catchError(this.handleError)
1729
+ map((ret) => {
1674
1730
  return this.errorExceptionResultCheck(ret);
1675
1731
  }));
1676
1732
  }
@@ -1680,7 +1736,9 @@ class ApiCmsServerBase extends ApiServerBase {
1680
1736
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/MemoDelete/' + id, {
1681
1737
  headers: this.getHeaders(),
1682
1738
  })
1683
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1739
+ .pipe(retry(this.configApiRetry),
1740
+ // catchError(this.handleError)
1741
+ map((ret) => {
1684
1742
  return this.errorExceptionResultCheck(ret);
1685
1743
  }));
1686
1744
  }
@@ -1690,7 +1748,9 @@ class ApiCmsServerBase extends ApiServerBase {
1690
1748
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/MemoGetAll/', {
1691
1749
  headers: this.getHeaders(),
1692
1750
  })
1693
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1751
+ .pipe(retry(this.configApiRetry),
1752
+ // catchError(this.handleError)
1753
+ map((ret) => {
1694
1754
  return this.errorExceptionResultCheck(ret);
1695
1755
  }));
1696
1756
  }
@@ -1700,7 +1760,9 @@ class ApiCmsServerBase extends ApiServerBase {
1700
1760
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/MemoGetAll/' + id, {
1701
1761
  headers: this.getHeaders(),
1702
1762
  })
1703
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1763
+ .pipe(retry(this.configApiRetry),
1764
+ // catchError(this.handleError)
1765
+ map((ret) => {
1704
1766
  return this.errorExceptionResultCheck(ret);
1705
1767
  }));
1706
1768
  }
@@ -1712,7 +1774,9 @@ class ApiCmsServerBase extends ApiServerBase {
1712
1774
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PinAdd/' + id, {
1713
1775
  headers: this.getHeaders(),
1714
1776
  })
1715
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1777
+ .pipe(retry(this.configApiRetry),
1778
+ // catchError(this.handleError)
1779
+ map((ret) => {
1716
1780
  return this.errorExceptionResultCheck(ret);
1717
1781
  }));
1718
1782
  }
@@ -1722,7 +1786,9 @@ class ApiCmsServerBase extends ApiServerBase {
1722
1786
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PinDelete/' + id, {
1723
1787
  headers: this.getHeaders(),
1724
1788
  })
1725
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1789
+ .pipe(retry(this.configApiRetry),
1790
+ // catchError(this.handleError)
1791
+ map((ret) => {
1726
1792
  return this.errorExceptionResultCheck(ret);
1727
1793
  }));
1728
1794
  }
@@ -1732,7 +1798,9 @@ class ApiCmsServerBase extends ApiServerBase {
1732
1798
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PinCheck/' + id, {
1733
1799
  headers: this.getHeaders(),
1734
1800
  })
1735
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1801
+ .pipe(retry(this.configApiRetry),
1802
+ // catchError(this.handleError)
1803
+ map((ret) => {
1736
1804
  return this.errorExceptionResultCheck(ret);
1737
1805
  }));
1738
1806
  }
@@ -1742,7 +1810,9 @@ class ApiCmsServerBase extends ApiServerBase {
1742
1810
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PinGetAll/', {
1743
1811
  headers: this.getHeaders(),
1744
1812
  })
1745
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1813
+ .pipe(retry(this.configApiRetry),
1814
+ // catchError(this.handleError)
1815
+ map((ret) => {
1746
1816
  return this.errorExceptionResultCheck(ret);
1747
1817
  }));
1748
1818
  }
@@ -1752,7 +1822,9 @@ class ApiCmsServerBase extends ApiServerBase {
1752
1822
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PinGetAll/' + id, {
1753
1823
  headers: this.getHeaders(),
1754
1824
  })
1755
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1825
+ .pipe(retry(this.configApiRetry),
1826
+ // catchError(this.handleError)
1827
+ map((ret) => {
1756
1828
  return this.errorExceptionResultCheck(ret);
1757
1829
  }));
1758
1830
  }
@@ -1764,7 +1836,9 @@ class ApiCmsServerBase extends ApiServerBase {
1764
1836
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/TaskAdd', model, {
1765
1837
  headers: this.getHeaders(),
1766
1838
  })
1767
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1839
+ .pipe(retry(this.configApiRetry),
1840
+ // catchError(this.handleError)
1841
+ map((ret) => {
1768
1842
  return this.errorExceptionResultCheck(ret);
1769
1843
  }));
1770
1844
  }
@@ -1774,7 +1848,9 @@ class ApiCmsServerBase extends ApiServerBase {
1774
1848
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TaskDelete/' + id, {
1775
1849
  headers: this.getHeaders(),
1776
1850
  })
1777
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1851
+ .pipe(retry(this.configApiRetry),
1852
+ // catchError(this.handleError)
1853
+ map((ret) => {
1778
1854
  return this.errorExceptionResultCheck(ret);
1779
1855
  }));
1780
1856
  }
@@ -1784,7 +1860,9 @@ class ApiCmsServerBase extends ApiServerBase {
1784
1860
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TaskGetAll/', {
1785
1861
  headers: this.getHeaders(),
1786
1862
  })
1787
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1863
+ .pipe(retry(this.configApiRetry),
1864
+ // catchError(this.handleError)
1865
+ map((ret) => {
1788
1866
  return this.errorExceptionResultCheck(ret);
1789
1867
  }));
1790
1868
  }
@@ -1794,7 +1872,9 @@ class ApiCmsServerBase extends ApiServerBase {
1794
1872
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TaskGetAll/' + id, {
1795
1873
  headers: this.getHeaders(),
1796
1874
  })
1797
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1875
+ .pipe(retry(this.configApiRetry),
1876
+ // catchError(this.handleError)
1877
+ map((ret) => {
1798
1878
  return this.errorExceptionResultCheck(ret);
1799
1879
  }));
1800
1880
  }
@@ -1806,7 +1886,9 @@ class ApiCmsServerBase extends ApiServerBase {
1806
1886
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/CommentAdd', model, {
1807
1887
  headers: this.getHeaders(),
1808
1888
  })
1809
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1889
+ .pipe(retry(this.configApiRetry),
1890
+ // catchError(this.handleError)
1891
+ map((ret) => {
1810
1892
  return this.errorExceptionResultCheck(ret);
1811
1893
  }));
1812
1894
  }
@@ -1816,7 +1898,9 @@ class ApiCmsServerBase extends ApiServerBase {
1816
1898
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CommentDelete/' + id, {
1817
1899
  headers: this.getHeaders(),
1818
1900
  })
1819
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1901
+ .pipe(retry(this.configApiRetry),
1902
+ // catchError(this.handleError)
1903
+ map((ret) => {
1820
1904
  return this.errorExceptionResultCheck(ret);
1821
1905
  }));
1822
1906
  }
@@ -1826,7 +1910,9 @@ class ApiCmsServerBase extends ApiServerBase {
1826
1910
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CommentGetAll/', {
1827
1911
  headers: this.getHeaders(),
1828
1912
  })
1829
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1913
+ .pipe(retry(this.configApiRetry),
1914
+ // catchError(this.handleError)
1915
+ map((ret) => {
1830
1916
  return this.errorExceptionResultCheck(ret);
1831
1917
  }));
1832
1918
  }
@@ -1836,7 +1922,9 @@ class ApiCmsServerBase extends ApiServerBase {
1836
1922
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CommentGetAll/' + id, {
1837
1923
  headers: this.getHeaders(),
1838
1924
  })
1839
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1925
+ .pipe(retry(this.configApiRetry),
1926
+ // catchError(this.handleError)
1927
+ map((ret) => {
1840
1928
  return this.errorExceptionResultCheck(ret);
1841
1929
  }));
1842
1930
  }
@@ -1847,7 +1935,9 @@ class ApiCmsServerBase extends ApiServerBase {
1847
1935
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ShowKeyAdd', model, {
1848
1936
  headers: this.getHeaders(),
1849
1937
  })
1850
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1938
+ .pipe(retry(this.configApiRetry),
1939
+ // catchError(this.handleError)
1940
+ map((ret) => {
1851
1941
  return this.errorExceptionResultCheck(ret);
1852
1942
  }));
1853
1943
  }
@@ -1857,7 +1947,9 @@ class ApiCmsServerBase extends ApiServerBase {
1857
1947
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ShowKeyGetAll/' + id, {
1858
1948
  headers: this.getHeaders(),
1859
1949
  })
1860
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1950
+ .pipe(retry(this.configApiRetry),
1951
+ // catchError(this.handleError)
1952
+ map((ret) => {
1861
1953
  return this.errorExceptionResultCheck(ret);
1862
1954
  }));
1863
1955
  }
@@ -1881,7 +1973,9 @@ class CoreCpMainMenuService extends ApiCmsServerBase {
1881
1973
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllTree', model, {
1882
1974
  headers: this.getHeaders(),
1883
1975
  })
1884
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1976
+ .pipe(retry(this.configApiRetry),
1977
+ // catchError(this.handleError)
1978
+ map((ret) => {
1885
1979
  return this.errorExceptionResultCheck(ret);
1886
1980
  }));
1887
1981
  }
@@ -1894,7 +1988,9 @@ class CoreCpMainMenuService extends ApiCmsServerBase {
1894
1988
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllMenu', model, {
1895
1989
  headers: this.getHeaders(),
1896
1990
  })
1897
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
1991
+ .pipe(retry(this.configApiRetry),
1992
+ // catchError(this.handleError)
1993
+ map((ret) => {
1898
1994
  // if (ret.item != null) {
1899
1995
  // this.coreCpMainMenu.next(ret.listItems);
1900
1996
  // }
@@ -1909,7 +2005,9 @@ class CoreCpMainMenuService extends ApiCmsServerBase {
1909
2005
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
1910
2006
  headers: this.getHeaders(),
1911
2007
  })
1912
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2008
+ .pipe(retry(this.configApiRetry),
2009
+ // catchError(this.handleError)
2010
+ map((ret) => {
1913
2011
  return this.errorExceptionResultBaseCheck(ret);
1914
2012
  }));
1915
2013
  }
@@ -1945,7 +2043,9 @@ class CoreEnumService extends ApiServerBase {
1945
2043
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/RecordStatusEnum', {
1946
2044
  headers: this.getHeaders(),
1947
2045
  })
1948
- .pipe(catchError(this.handleError), map((ret) => {
2046
+ .pipe(
2047
+ // catchError(this.handleError)
2048
+ map((ret) => {
1949
2049
  //! optimaze call api
1950
2050
  if (cashApiSeconds > 0) {
1951
2051
  this.cachApiResult[serviceNameKay] = ret;
@@ -1960,7 +2060,9 @@ class CoreEnumService extends ApiServerBase {
1960
2060
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LocationTypeEnum', {
1961
2061
  headers: this.getHeaders(),
1962
2062
  })
1963
- .pipe(catchError(this.handleError), map((ret) => {
2063
+ .pipe(
2064
+ // catchError(this.handleError)
2065
+ map((ret) => {
1964
2066
  return this.errorExceptionResultCheck(ret);
1965
2067
  }));
1966
2068
  }
@@ -1969,7 +2071,9 @@ class CoreEnumService extends ApiServerBase {
1969
2071
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UserLanguageEnum', {
1970
2072
  headers: this.getHeaders(),
1971
2073
  })
1972
- .pipe(catchError(this.handleError), map((ret) => {
2074
+ .pipe(
2075
+ // catchError(this.handleError)
2076
+ map((ret) => {
1973
2077
  return this.errorExceptionResultCheck(ret);
1974
2078
  }));
1975
2079
  }
@@ -1981,7 +2085,9 @@ class CoreEnumService extends ApiServerBase {
1981
2085
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GenderEnum', {
1982
2086
  headers: this.getHeaders(),
1983
2087
  })
1984
- .pipe(catchError(this.handleError), map((ret) => {
2088
+ .pipe(
2089
+ // catchError(this.handleError)
2090
+ map((ret) => {
1985
2091
  return this.errorExceptionResultCheck(ret);
1986
2092
  }));
1987
2093
  }
@@ -1990,7 +2096,9 @@ class CoreEnumService extends ApiServerBase {
1990
2096
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/MenuPlaceTypeEnum', {
1991
2097
  headers: this.getHeaders(),
1992
2098
  })
1993
- .pipe(catchError(this.handleError), map((ret) => {
2099
+ .pipe(
2100
+ // catchError(this.handleError)
2101
+ map((ret) => {
1994
2102
  return this.errorExceptionResultCheck(ret);
1995
2103
  }));
1996
2104
  }
@@ -1999,7 +2107,9 @@ class CoreEnumService extends ApiServerBase {
1999
2107
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SiteStatusEnum', {
2000
2108
  headers: this.getHeaders(),
2001
2109
  })
2002
- .pipe(catchError(this.handleError), map((ret) => {
2110
+ .pipe(
2111
+ // catchError(this.handleError)
2112
+ map((ret) => {
2003
2113
  return this.errorExceptionResultCheck(ret);
2004
2114
  }));
2005
2115
  }
@@ -2008,7 +2118,9 @@ class CoreEnumService extends ApiServerBase {
2008
2118
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GenderTypeEnum', {
2009
2119
  headers: this.getHeaders(),
2010
2120
  })
2011
- .pipe(catchError(this.handleError), map((ret) => {
2121
+ .pipe(
2122
+ // catchError(this.handleError)
2123
+ map((ret) => {
2012
2124
  return this.errorExceptionResultCheck(ret);
2013
2125
  }));
2014
2126
  }
@@ -2017,7 +2129,9 @@ class CoreEnumService extends ApiServerBase {
2017
2129
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CmsSiteMenuAreaTypeEnum', {
2018
2130
  headers: this.getHeaders(),
2019
2131
  })
2020
- .pipe(catchError(this.handleError), map((ret) => {
2132
+ .pipe(
2133
+ // catchError(this.handleError)
2134
+ map((ret) => {
2021
2135
  return this.errorExceptionResultCheck(ret);
2022
2136
  }));
2023
2137
  }
@@ -2026,7 +2140,9 @@ class CoreEnumService extends ApiServerBase {
2026
2140
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LanguageEnum', {
2027
2141
  headers: this.getHeaders(),
2028
2142
  })
2029
- .pipe(catchError(this.handleError), map((ret) => {
2143
+ .pipe(
2144
+ // catchError(this.handleError)
2145
+ map((ret) => {
2030
2146
  return this.errorExceptionResultCheck(ret);
2031
2147
  }));
2032
2148
  }
@@ -2035,7 +2151,9 @@ class CoreEnumService extends ApiServerBase {
2035
2151
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeviceTypeEnum', {
2036
2152
  headers: this.getHeaders(),
2037
2153
  })
2038
- .pipe(catchError(this.handleError), map((ret) => {
2154
+ .pipe(
2155
+ // catchError(this.handleError)
2156
+ map((ret) => {
2039
2157
  return this.errorExceptionResultCheck(ret);
2040
2158
  }));
2041
2159
  }
@@ -2044,7 +2162,9 @@ class CoreEnumService extends ApiServerBase {
2044
2162
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/OperatingSystemTypeEnum', {
2045
2163
  headers: this.getHeaders(),
2046
2164
  })
2047
- .pipe(catchError(this.handleError), map((ret) => {
2165
+ .pipe(
2166
+ // catchError(this.handleError)
2167
+ map((ret) => {
2048
2168
  return this.errorExceptionResultCheck(ret);
2049
2169
  }));
2050
2170
  }
@@ -2053,7 +2173,9 @@ class CoreEnumService extends ApiServerBase {
2053
2173
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ManageUserAccessAreaTypesEnum', {
2054
2174
  headers: this.getHeaders(),
2055
2175
  })
2056
- .pipe(catchError(this.handleError), map((ret) => {
2176
+ .pipe(
2177
+ // catchError(this.handleError)
2178
+ map((ret) => {
2057
2179
  return this.errorExceptionResultCheck(ret);
2058
2180
  }));
2059
2181
  }
@@ -2062,7 +2184,9 @@ class CoreEnumService extends ApiServerBase {
2062
2184
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ManageUserAccessUserTypesEnum', {
2063
2185
  headers: this.getHeaders(),
2064
2186
  })
2065
- .pipe(catchError(this.handleError), map((ret) => {
2187
+ .pipe(
2188
+ // catchError(this.handleError)
2189
+ map((ret) => {
2066
2190
  return this.errorExceptionResultCheck(ret);
2067
2191
  }));
2068
2192
  }
@@ -2071,7 +2195,9 @@ class CoreEnumService extends ApiServerBase {
2071
2195
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendSmsStatusTypeEnum', {
2072
2196
  headers: this.getHeaders(),
2073
2197
  })
2074
- .pipe(catchError(this.handleError), map((ret) => {
2198
+ .pipe(
2199
+ // catchError(this.handleError)
2200
+ map((ret) => {
2075
2201
  return this.errorExceptionResultCheck(ret);
2076
2202
  }));
2077
2203
  }
@@ -2080,7 +2206,9 @@ class CoreEnumService extends ApiServerBase {
2080
2206
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendEmailStatusTypeEnum', {
2081
2207
  headers: this.getHeaders(),
2082
2208
  })
2083
- .pipe(catchError(this.handleError), map((ret) => {
2209
+ .pipe(
2210
+ // catchError(this.handleError)
2211
+ map((ret) => {
2084
2212
  return this.errorExceptionResultCheck(ret);
2085
2213
  }));
2086
2214
  }
@@ -2089,7 +2217,9 @@ class CoreEnumService extends ApiServerBase {
2089
2217
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendNotificationStatusTypeEnum', {
2090
2218
  headers: this.getHeaders(),
2091
2219
  })
2092
- .pipe(catchError(this.handleError), map((ret) => {
2220
+ .pipe(
2221
+ // catchError(this.handleError)
2222
+ map((ret) => {
2093
2223
  return this.errorExceptionResultCheck(ret);
2094
2224
  }));
2095
2225
  }
@@ -2098,7 +2228,9 @@ class CoreEnumService extends ApiServerBase {
2098
2228
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReceiverNotificationStatusTypeEnum', {
2099
2229
  headers: this.getHeaders(),
2100
2230
  })
2101
- .pipe(catchError(this.handleError), map((ret) => {
2231
+ .pipe(
2232
+ // catchError(this.handleError)
2233
+ map((ret) => {
2102
2234
  return this.errorExceptionResultCheck(ret);
2103
2235
  }));
2104
2236
  }
@@ -2107,7 +2239,9 @@ class CoreEnumService extends ApiServerBase {
2107
2239
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CmsModuleSaleItemTypeEnum', {
2108
2240
  headers: this.getHeaders(),
2109
2241
  })
2110
- .pipe(catchError(this.handleError), map((ret) => {
2242
+ .pipe(
2243
+ // catchError(this.handleError)
2244
+ map((ret) => {
2111
2245
  return this.errorExceptionResultCheck(ret);
2112
2246
  }));
2113
2247
  }
@@ -2116,7 +2250,9 @@ class CoreEnumService extends ApiServerBase {
2116
2250
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/NotificationTypeEnum', {
2117
2251
  headers: this.getHeaders(),
2118
2252
  })
2119
- .pipe(catchError(this.handleError), map((ret) => {
2253
+ .pipe(
2254
+ // catchError(this.handleError)
2255
+ map((ret) => {
2120
2256
  return this.errorExceptionResultCheck(ret);
2121
2257
  }));
2122
2258
  }
@@ -2125,7 +2261,9 @@ class CoreEnumService extends ApiServerBase {
2125
2261
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportFileTypeEnum', {
2126
2262
  headers: this.getHeaders(),
2127
2263
  })
2128
- .pipe(catchError(this.handleError), map((ret) => {
2264
+ .pipe(
2265
+ // catchError(this.handleError)
2266
+ map((ret) => {
2129
2267
  return this.errorExceptionResultCheck(ret);
2130
2268
  }));
2131
2269
  }
@@ -2134,7 +2272,9 @@ class CoreEnumService extends ApiServerBase {
2134
2272
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UserClaimKindsEnum', {
2135
2273
  headers: this.getHeaders(),
2136
2274
  })
2137
- .pipe(catchError(this.handleError), map((ret) => {
2275
+ .pipe(
2276
+ // catchError(this.handleError)
2277
+ map((ret) => {
2138
2278
  return this.errorExceptionResultCheck(ret);
2139
2279
  }));
2140
2280
  }
@@ -2143,7 +2283,9 @@ class CoreEnumService extends ApiServerBase {
2143
2283
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UserClaimGroupActionTypeEnum', {
2144
2284
  headers: this.getHeaders(),
2145
2285
  })
2146
- .pipe(catchError(this.handleError), map((ret) => {
2286
+ .pipe(
2287
+ // catchError(this.handleError)
2288
+ map((ret) => {
2147
2289
  return this.errorExceptionResultCheck(ret);
2148
2290
  }));
2149
2291
  }
@@ -2152,7 +2294,9 @@ class CoreEnumService extends ApiServerBase {
2152
2294
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/InputDataTypeEnum', {
2153
2295
  headers: this.getHeaders(),
2154
2296
  })
2155
- .pipe(catchError(this.handleError), map((ret) => {
2297
+ .pipe(
2298
+ // catchError(this.handleError)
2299
+ map((ret) => {
2156
2300
  return this.errorExceptionResultCheck(ret);
2157
2301
  }));
2158
2302
  }
@@ -2176,7 +2320,9 @@ class CoreGuideService extends ApiCmsServerBase {
2176
2320
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllTree', model, {
2177
2321
  headers: this.getHeaders(),
2178
2322
  })
2179
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2323
+ .pipe(retry(this.configApiRetry),
2324
+ // catchError(this.handleError)
2325
+ map((ret) => {
2180
2326
  return this.errorExceptionResultCheck(ret);
2181
2327
  }));
2182
2328
  }
@@ -2188,7 +2334,9 @@ class CoreGuideService extends ApiCmsServerBase {
2188
2334
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
2189
2335
  headers: this.getHeaders(),
2190
2336
  })
2191
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2337
+ .pipe(retry(this.configApiRetry),
2338
+ // catchError(this.handleError)
2339
+ map((ret) => {
2192
2340
  return this.errorExceptionResultBaseCheck(ret);
2193
2341
  }));
2194
2342
  }
@@ -2197,7 +2345,9 @@ class CoreGuideService extends ApiCmsServerBase {
2197
2345
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/key/' + key, {
2198
2346
  headers: this.getHeaders(),
2199
2347
  })
2200
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2348
+ .pipe(retry(this.configApiRetry),
2349
+ // catchError(this.handleError)
2350
+ map((ret) => {
2201
2351
  return this.errorExceptionResultCheck(ret);
2202
2352
  }));
2203
2353
  }
@@ -2228,7 +2378,9 @@ class CoreLocationService extends ApiCmsServerBase {
2228
2378
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneIncludeChild/' + id, {
2229
2379
  headers: this.getHeaders(),
2230
2380
  })
2231
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2381
+ .pipe(retry(this.configApiRetry),
2382
+ // catchError(this.handleError)
2383
+ map((ret) => {
2232
2384
  return this.errorExceptionResultCheck(ret);
2233
2385
  }));
2234
2386
  }
@@ -2237,7 +2389,9 @@ class CoreLocationService extends ApiCmsServerBase {
2237
2389
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneIncludeParent/' + id, {
2238
2390
  headers: this.getHeaders(),
2239
2391
  })
2240
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2392
+ .pipe(retry(this.configApiRetry),
2393
+ // catchError(this.handleError)
2394
+ map((ret) => {
2241
2395
  return this.errorExceptionResultCheck(ret);
2242
2396
  }));
2243
2397
  }
@@ -2250,7 +2404,9 @@ class CoreLocationService extends ApiCmsServerBase {
2250
2404
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllTree', model, {
2251
2405
  headers: this.getHeaders(),
2252
2406
  })
2253
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2407
+ .pipe(retry(this.configApiRetry),
2408
+ // catchError(this.handleError)
2409
+ map((ret) => {
2254
2410
  return this.errorExceptionResultCheck(ret);
2255
2411
  }));
2256
2412
  }
@@ -2262,7 +2418,9 @@ class CoreLocationService extends ApiCmsServerBase {
2262
2418
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllProvinces', model, {
2263
2419
  headers: this.getHeaders(),
2264
2420
  })
2265
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2421
+ .pipe(retry(this.configApiRetry),
2422
+ // catchError(this.handleError)
2423
+ map((ret) => {
2266
2424
  return this.errorExceptionResultCheck(ret);
2267
2425
  }));
2268
2426
  }
@@ -2274,7 +2432,9 @@ class CoreLocationService extends ApiCmsServerBase {
2274
2432
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllCities', model, {
2275
2433
  headers: this.getHeaders(),
2276
2434
  })
2277
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2435
+ .pipe(retry(this.configApiRetry),
2436
+ // catchError(this.handleError)
2437
+ map((ret) => {
2278
2438
  return this.errorExceptionResultCheck(ret);
2279
2439
  }));
2280
2440
  }
@@ -2286,7 +2446,9 @@ class CoreLocationService extends ApiCmsServerBase {
2286
2446
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllNeighbourhoods', model, {
2287
2447
  headers: this.getHeaders(),
2288
2448
  })
2289
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2449
+ .pipe(retry(this.configApiRetry),
2450
+ // catchError(this.handleError)
2451
+ map((ret) => {
2290
2452
  return this.errorExceptionResultCheck(ret);
2291
2453
  }));
2292
2454
  }
@@ -2298,7 +2460,9 @@ class CoreLocationService extends ApiCmsServerBase {
2298
2460
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllCountry', model, {
2299
2461
  headers: this.getHeaders(),
2300
2462
  })
2301
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2463
+ .pipe(retry(this.configApiRetry),
2464
+ // catchError(this.handleError)
2465
+ map((ret) => {
2302
2466
  return this.errorExceptionResultCheck(ret);
2303
2467
  }));
2304
2468
  }
@@ -2321,7 +2485,9 @@ class CoreModuleService extends ApiCmsServerBase {
2321
2485
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
2322
2486
  headers: this.getHeaders(),
2323
2487
  })
2324
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2488
+ .pipe(retry(this.configApiRetry),
2489
+ // catchError(this.handleError)
2490
+ map((ret) => {
2325
2491
  return this.errorExceptionResultBaseCheck(ret);
2326
2492
  }));
2327
2493
  }
@@ -2330,7 +2496,9 @@ class CoreModuleService extends ApiCmsServerBase {
2330
2496
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
2331
2497
  headers: this.getHeaders(),
2332
2498
  })
2333
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2499
+ .pipe(retry(this.configApiRetry),
2500
+ // catchError(this.handleError)
2501
+ map((ret) => {
2334
2502
  return this.errorExceptionResultCheck(ret);
2335
2503
  }));
2336
2504
  }
@@ -2339,7 +2507,9 @@ class CoreModuleService extends ApiCmsServerBase {
2339
2507
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Config/', MoudleClassName, {
2340
2508
  headers: this.getHeaders(),
2341
2509
  })
2342
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2510
+ .pipe(retry(this.configApiRetry),
2511
+ // catchError(this.handleError)
2512
+ map((ret) => {
2343
2513
  return this.errorExceptionResultCheck(ret);
2344
2514
  }));
2345
2515
  }
@@ -2351,7 +2521,9 @@ class CoreModuleService extends ApiCmsServerBase {
2351
2521
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithModuleConfig/', model, {
2352
2522
  headers: this.getHeaders(),
2353
2523
  })
2354
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2524
+ .pipe(retry(this.configApiRetry),
2525
+ // catchError(this.handleError)
2526
+ map((ret) => {
2355
2527
  return this.errorExceptionResultCheck(ret);
2356
2528
  }));
2357
2529
  }
@@ -2360,7 +2532,9 @@ class CoreModuleService extends ApiCmsServerBase {
2360
2532
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetViewModelWithModuleConfig/' + id, {
2361
2533
  headers: this.getHeaders(),
2362
2534
  })
2363
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2535
+ .pipe(retry(this.configApiRetry),
2536
+ // catchError(this.handleError)
2537
+ map((ret) => {
2364
2538
  return this.errorExceptionResultCheck(ret);
2365
2539
  }));
2366
2540
  }
@@ -2372,7 +2546,9 @@ class CoreModuleService extends ApiCmsServerBase {
2372
2546
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllModuleName/', model, {
2373
2547
  headers: this.getHeaders(),
2374
2548
  })
2375
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2549
+ .pipe(retry(this.configApiRetry),
2550
+ // catchError(this.handleError)
2551
+ map((ret) => {
2376
2552
  return this.errorExceptionResultCheck(ret);
2377
2553
  }));
2378
2554
  }
@@ -2384,7 +2560,9 @@ class CoreModuleService extends ApiCmsServerBase {
2384
2560
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllByCategorySiteId/' + CategorySiteId, model, {
2385
2561
  headers: this.getHeaders(),
2386
2562
  })
2387
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2563
+ .pipe(retry(this.configApiRetry),
2564
+ // catchError(this.handleError)
2565
+ map((ret) => {
2388
2566
  return this.errorExceptionResultCheck(ret);
2389
2567
  }));
2390
2568
  }
@@ -2404,7 +2582,9 @@ class CoreModuleEntityService extends ApiCmsServerBase {
2404
2582
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
2405
2583
  headers: this.getHeaders(),
2406
2584
  })
2407
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2585
+ .pipe(retry(this.configApiRetry),
2586
+ // catchError(this.handleError)
2587
+ map((ret) => {
2408
2588
  return this.errorExceptionResultCheck(ret);
2409
2589
  }));
2410
2590
  }
@@ -2435,7 +2615,9 @@ class CoreModuleProcessService extends ApiCmsServerBase {
2435
2615
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
2436
2616
  headers: this.getHeaders(),
2437
2617
  })
2438
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2618
+ .pipe(retry(this.configApiRetry),
2619
+ // catchError(this.handleError)
2620
+ map((ret) => {
2439
2621
  return this.errorExceptionResultCheck(ret);
2440
2622
  }));
2441
2623
  }
@@ -2447,7 +2629,9 @@ class CoreModuleProcessService extends ApiCmsServerBase {
2447
2629
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormatter/', model, {
2448
2630
  headers: this.getHeaders(),
2449
2631
  })
2450
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2632
+ .pipe(retry(this.configApiRetry),
2633
+ // catchError(this.handleError)
2634
+ map((ret) => {
2451
2635
  return this.errorExceptionResultCheck(ret);
2452
2636
  }));
2453
2637
  }
@@ -2459,7 +2643,9 @@ class CoreModuleProcessService extends ApiCmsServerBase {
2459
2643
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithJsonFormatter/', model, {
2460
2644
  headers: this.getHeaders(),
2461
2645
  })
2462
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2646
+ .pipe(retry(this.configApiRetry),
2647
+ // catchError(this.handleError)
2648
+ map((ret) => {
2463
2649
  return this.errorExceptionResultCheck(ret);
2464
2650
  }));
2465
2651
  }
@@ -2490,7 +2676,9 @@ class CoreModuleSiteService extends ApiCmsServerBase {
2490
2676
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ConfigSite', model, {
2491
2677
  headers: this.getHeaders(),
2492
2678
  })
2493
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2679
+ .pipe(retry(this.configApiRetry),
2680
+ // catchError(this.handleError)
2681
+ map((ret) => {
2494
2682
  return this.errorExceptionResultCheck(ret);
2495
2683
  }));
2496
2684
  }
@@ -2499,7 +2687,9 @@ class CoreModuleSiteService extends ApiCmsServerBase {
2499
2687
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditConfigSite', model, {
2500
2688
  headers: this.getHeaders(),
2501
2689
  })
2502
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2690
+ .pipe(retry(this.configApiRetry),
2691
+ // catchError(this.handleError)
2692
+ map((ret) => {
2503
2693
  return this.errorExceptionResultCheck(ret);
2504
2694
  }));
2505
2695
  }
@@ -2511,7 +2701,9 @@ class CoreModuleSiteService extends ApiCmsServerBase {
2511
2701
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAll/' + id, model, {
2512
2702
  headers: this.getHeaders(),
2513
2703
  })
2514
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2704
+ .pipe(retry(this.configApiRetry),
2705
+ // catchError(this.handleError)
2706
+ map((ret) => {
2515
2707
  return this.errorExceptionResultCheck(ret);
2516
2708
  }));
2517
2709
  }
@@ -2531,7 +2723,9 @@ class CoreSiteService extends ApiCmsServerBase {
2531
2723
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DataOptimaze/' + linkSiteId, {
2532
2724
  headers: this.getHeaders(),
2533
2725
  })
2534
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2726
+ .pipe(retry(this.configApiRetry),
2727
+ // catchError(this.handleError)
2728
+ map((ret) => {
2535
2729
  return this.errorExceptionResultCheck(ret);
2536
2730
  }));
2537
2731
  }
@@ -2540,7 +2734,9 @@ class CoreSiteService extends ApiCmsServerBase {
2540
2734
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DataInfo/' + linkSiteId, {
2541
2735
  headers: this.getHeaders(),
2542
2736
  })
2543
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2737
+ .pipe(retry(this.configApiRetry),
2738
+ // catchError(this.handleError)
2739
+ map((ret) => {
2544
2740
  return this.errorExceptionResultCheck(ret);
2545
2741
  }));
2546
2742
  }
@@ -2549,7 +2745,9 @@ class CoreSiteService extends ApiCmsServerBase {
2549
2745
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/WebScreenshot', model, {
2550
2746
  headers: this.getHeaders(),
2551
2747
  })
2552
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2748
+ .pipe(retry(this.configApiRetry),
2749
+ // catchError(this.handleError)
2750
+ map((ret) => {
2553
2751
  return this.errorExceptionResultCheck(ret);
2554
2752
  }));
2555
2753
  }
@@ -2558,7 +2756,9 @@ class CoreSiteService extends ApiCmsServerBase {
2558
2756
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetRessellerChart/' + linkSiteId, {
2559
2757
  headers: this.getHeaders(),
2560
2758
  })
2561
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2759
+ .pipe(retry(this.configApiRetry),
2760
+ // catchError(this.handleError)
2761
+ map((ret) => {
2562
2762
  return this.errorExceptionResultCheck(ret);
2563
2763
  }));
2564
2764
  }
@@ -2567,7 +2767,9 @@ class CoreSiteService extends ApiCmsServerBase {
2567
2767
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrectSite', {
2568
2768
  headers: this.getHeaders(),
2569
2769
  })
2570
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2770
+ .pipe(retry(this.configApiRetry),
2771
+ // catchError(this.handleError)
2772
+ map((ret) => {
2571
2773
  return this.errorExceptionResultCheck(ret);
2572
2774
  }));
2573
2775
  }
@@ -2576,7 +2778,9 @@ class CoreSiteService extends ApiCmsServerBase {
2576
2778
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/MasterSiteInfo/' + linkSiteId, {
2577
2779
  headers: this.getHeaders(),
2578
2780
  })
2579
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2781
+ .pipe(retry(this.configApiRetry),
2782
+ // catchError(this.handleError)
2783
+ map((ret) => {
2580
2784
  return this.errorExceptionResultCheck(ret);
2581
2785
  }));
2582
2786
  }
@@ -2585,7 +2789,9 @@ class CoreSiteService extends ApiCmsServerBase {
2585
2789
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SupportSite', {
2586
2790
  headers: this.getHeaders(),
2587
2791
  })
2588
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2792
+ .pipe(retry(this.configApiRetry),
2793
+ // catchError(this.handleError)
2794
+ map((ret) => {
2589
2795
  return this.errorExceptionResultCheck(ret);
2590
2796
  }));
2591
2797
  }
@@ -2594,7 +2800,9 @@ class CoreSiteService extends ApiCmsServerBase {
2594
2800
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddFirstSite', model, {
2595
2801
  headers: this.getHeaders(),
2596
2802
  })
2597
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2803
+ .pipe(retry(this.configApiRetry),
2804
+ // catchError(this.handleError)
2805
+ map((ret) => {
2598
2806
  return this.errorExceptionResultCheck(ret);
2599
2807
  }));
2600
2808
  }
@@ -2606,7 +2814,9 @@ class CoreSiteService extends ApiCmsServerBase {
2606
2814
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithAlias', model, {
2607
2815
  headers: this.getHeaders(),
2608
2816
  })
2609
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2817
+ .pipe(retry(this.configApiRetry),
2818
+ // catchError(this.handleError)
2819
+ map((ret) => {
2610
2820
  return this.errorExceptionResultCheck(ret);
2611
2821
  }));
2612
2822
  }
@@ -2618,7 +2828,9 @@ class CoreSiteService extends ApiCmsServerBase {
2618
2828
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllChildWithAlias', model, {
2619
2829
  headers: this.getHeaders(),
2620
2830
  })
2621
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2831
+ .pipe(retry(this.configApiRetry),
2832
+ // catchError(this.handleError)
2833
+ map((ret) => {
2622
2834
  return this.errorExceptionResultCheck(ret);
2623
2835
  }));
2624
2836
  }
@@ -2630,7 +2842,9 @@ class CoreSiteService extends ApiCmsServerBase {
2630
2842
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SearchNew', model, {
2631
2843
  headers: this.getHeaders(),
2632
2844
  })
2633
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2845
+ .pipe(retry(this.configApiRetry),
2846
+ // catchError(this.handleError)
2847
+ map((ret) => {
2634
2848
  return this.errorExceptionResultCheck(ret);
2635
2849
  }));
2636
2850
  }
@@ -2639,7 +2853,9 @@ class CoreSiteService extends ApiCmsServerBase {
2639
2853
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Search', model, {
2640
2854
  headers: this.getHeaders(),
2641
2855
  })
2642
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2856
+ .pipe(retry(this.configApiRetry),
2857
+ // catchError(this.handleError)
2858
+ map((ret) => {
2643
2859
  return this.errorExceptionResultCheck(ret);
2644
2860
  }));
2645
2861
  }
@@ -2648,7 +2864,9 @@ class CoreSiteService extends ApiCmsServerBase {
2648
2864
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetCurrencyMaster', {
2649
2865
  headers: this.getHeaders(),
2650
2866
  })
2651
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2867
+ .pipe(retry(this.configApiRetry),
2868
+ // catchError(this.handleError)
2869
+ map((ret) => {
2652
2870
  return this.errorExceptionResultCheck(ret);
2653
2871
  }));
2654
2872
  }
@@ -2657,7 +2875,9 @@ class CoreSiteService extends ApiCmsServerBase {
2657
2875
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetCurrencySite', {
2658
2876
  headers: this.getHeaders(),
2659
2877
  })
2660
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2878
+ .pipe(retry(this.configApiRetry),
2879
+ // catchError(this.handleError)
2880
+ map((ret) => {
2661
2881
  return this.errorExceptionResultCheck(ret);
2662
2882
  }));
2663
2883
  }
@@ -2666,7 +2886,9 @@ class CoreSiteService extends ApiCmsServerBase {
2666
2886
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetShareInfo', {
2667
2887
  headers: this.getHeaders(),
2668
2888
  })
2669
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2889
+ .pipe(retry(this.configApiRetry),
2890
+ // catchError(this.handleError)
2891
+ map((ret) => {
2670
2892
  return this.errorExceptionResultCheck(ret);
2671
2893
  }));
2672
2894
  }
@@ -2675,7 +2897,9 @@ class CoreSiteService extends ApiCmsServerBase {
2675
2897
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetCurrentDomain', {
2676
2898
  headers: this.getHeaders(),
2677
2899
  })
2678
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2900
+ .pipe(retry(this.configApiRetry),
2901
+ // catchError(this.handleError)
2902
+ map((ret) => {
2679
2903
  return this.errorExceptionResultCheck(ret);
2680
2904
  }));
2681
2905
  }
@@ -2684,7 +2908,9 @@ class CoreSiteService extends ApiCmsServerBase {
2684
2908
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetRegDomains/' + siteCategoryId, {
2685
2909
  headers: this.getHeaders(),
2686
2910
  })
2687
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2911
+ .pipe(retry(this.configApiRetry),
2912
+ // catchError(this.handleError)
2913
+ map((ret) => {
2688
2914
  return this.errorExceptionResultCheck(ret);
2689
2915
  }));
2690
2916
  }
@@ -2737,7 +2963,9 @@ class CoreSiteUserService extends ApiCmsServerBase {
2737
2963
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllSiteCurrentUser', {
2738
2964
  headers: this.getHeaders(),
2739
2965
  })
2740
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2966
+ .pipe(retry(this.configApiRetry),
2967
+ // catchError(this.handleError)
2968
+ map((ret) => {
2741
2969
  return this.errorExceptionResultCheck(ret);
2742
2970
  }));
2743
2971
  }
@@ -2766,7 +2994,9 @@ class CoreUserService extends ApiCmsServerBase {
2766
2994
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetRessellerChart/' + linkUserId, {
2767
2995
  headers: this.getHeaders(),
2768
2996
  })
2769
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
2997
+ .pipe(retry(this.configApiRetry),
2998
+ // catchError(this.handleError)
2999
+ map((ret) => {
2770
3000
  return this.errorExceptionResultCheck(ret);
2771
3001
  }));
2772
3002
  }
@@ -2781,7 +3011,9 @@ class CoreUserService extends ApiCmsServerBase {
2781
3011
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentUser', {
2782
3012
  headers: this.getHeaders(),
2783
3013
  })
2784
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3014
+ .pipe(retry(this.configApiRetry),
3015
+ // catchError(this.handleError)
3016
+ map((ret) => {
2785
3017
  this.SetCurrentUser(ret.item);
2786
3018
  return this.errorExceptionResultCheck(ret);
2787
3019
  }));
@@ -2794,7 +3026,9 @@ class CoreUserService extends ApiCmsServerBase {
2794
3026
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetGlobalToken', model, {
2795
3027
  headers: this.getHeaders(),
2796
3028
  })
2797
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3029
+ .pipe(retry(this.configApiRetry),
3030
+ // catchError(this.handleError)
3031
+ map((ret) => {
2798
3032
  return this.errorExceptionResultCheck(ret);
2799
3033
  }));
2800
3034
  }
@@ -2853,7 +3087,9 @@ class CoreModuleSaleSerialService extends ApiCmsServerBase {
2853
3087
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/CheckUseSerialForSite', model, {
2854
3088
  headers: this.getHeaders(),
2855
3089
  })
2856
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3090
+ .pipe(retry(this.configApiRetry),
3091
+ // catchError(this.handleError)
3092
+ map((ret) => {
2857
3093
  return this.errorExceptionResultCheck(ret);
2858
3094
  }));
2859
3095
  }
@@ -2865,7 +3101,9 @@ class CoreModuleSaleSerialService extends ApiCmsServerBase {
2865
3101
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/RegisterUseSerialForSite', model, {
2866
3102
  headers: this.getHeaders(),
2867
3103
  })
2868
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3104
+ .pipe(retry(this.configApiRetry),
3105
+ // catchError(this.handleError)
3106
+ map((ret) => {
2869
3107
  return this.errorExceptionResultCheck(ret);
2870
3108
  }));
2871
3109
  }
@@ -2938,7 +3176,9 @@ class CoreModuleSaleHeaderService extends ApiCmsServerBase {
2938
3176
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllSale', model, {
2939
3177
  headers: this.getHeaders(),
2940
3178
  })
2941
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3179
+ .pipe(retry(this.configApiRetry),
3180
+ // catchError(this.handleError)
3181
+ map((ret) => {
2942
3182
  return this.errorExceptionResultCheck(ret);
2943
3183
  }));
2944
3184
  }
@@ -2947,7 +3187,9 @@ class CoreModuleSaleHeaderService extends ApiCmsServerBase {
2947
3187
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CheckUseHeaderForSite/' + id, {
2948
3188
  headers: this.getHeaders(),
2949
3189
  })
2950
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3190
+ .pipe(retry(this.configApiRetry),
3191
+ // catchError(this.handleError)
3192
+ map((ret) => {
2951
3193
  return this.errorExceptionResultCheck(ret);
2952
3194
  }));
2953
3195
  }
@@ -2959,7 +3201,9 @@ class CoreModuleSaleHeaderService extends ApiCmsServerBase {
2959
3201
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
2960
3202
  headers: this.getHeaders(),
2961
3203
  })
2962
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3204
+ .pipe(retry(this.configApiRetry),
3205
+ // catchError(this.handleError)
3206
+ map((ret) => {
2963
3207
  return this.errorExceptionResultCheck(ret);
2964
3208
  }));
2965
3209
  }
@@ -2971,7 +3215,9 @@ class CoreModuleSaleHeaderService extends ApiCmsServerBase {
2971
3215
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
2972
3216
  headers: this.getHeaders(),
2973
3217
  })
2974
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3218
+ .pipe(retry(this.configApiRetry),
3219
+ // catchError(this.handleError)
3220
+ map((ret) => {
2975
3221
  return this.errorExceptionResultCheck(ret);
2976
3222
  }));
2977
3223
  }
@@ -2997,7 +3243,9 @@ class CoreUserClaimContentService extends ApiCmsServerBase {
2997
3243
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ClaimCheck', model, {
2998
3244
  headers: this.getHeaders(),
2999
3245
  })
3000
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3246
+ .pipe(retry(this.configApiRetry),
3247
+ // catchError(this.handleError)
3248
+ map((ret) => {
3001
3249
  return this.errorExceptionResultCheck(ret);
3002
3250
  }));
3003
3251
  }
@@ -3006,7 +3254,9 @@ class CoreUserClaimContentService extends ApiCmsServerBase {
3006
3254
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ClaimCheck', {
3007
3255
  headers: this.getHeaders(),
3008
3256
  })
3009
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3257
+ .pipe(retry(this.configApiRetry),
3258
+ // catchError(this.handleError)
3259
+ map((ret) => {
3010
3260
  return this.errorExceptionResultCheck(ret);
3011
3261
  }));
3012
3262
  }
@@ -3248,40 +3498,54 @@ class CoreAuthService extends ApiServerBase {
3248
3498
  });
3249
3499
  }
3250
3500
  ServiceCurrentToken() {
3251
- return this.http.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentToken', { headers: this.getHeaders() }).pipe(catchError(this.handleError), map((ret) => {
3501
+ return this.http.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentToken', { headers: this.getHeaders() }).pipe(
3502
+ // catchError(this.handleError)
3503
+ map((ret) => {
3252
3504
  this.setToken(ret.item.token, ret.item.deviceToken, '');
3253
3505
  return ret;
3254
3506
  }));
3255
3507
  }
3256
3508
  ServiceCurrentDeviceToken() {
3257
- return this.http.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentDeviceToken', { headers: this.getHeaders() }).pipe(catchError(this.handleError), map((ret) => {
3509
+ return this.http.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentDeviceToken', { headers: this.getHeaders() }).pipe(
3510
+ // catchError(this.handleError)
3511
+ map((ret) => {
3258
3512
  this.setDeviceToken(ret.item.deviceToken);
3259
3513
  return ret;
3260
3514
  }));
3261
3515
  }
3262
3516
  ServiceCaptcha() {
3263
- return this.http.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/captcha').pipe(catchError(this.handleError), map((ret) => {
3517
+ return this.http.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/captcha').pipe(
3518
+ // catchError(this.handleError)
3519
+ map((ret) => {
3264
3520
  return ret;
3265
3521
  }));
3266
3522
  }
3267
3523
  ServiceGetTokenDevice(model) {
3268
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetTokenDevice/', model).pipe(catchError(this.handleError), map((ret) => {
3524
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetTokenDevice/', model).pipe(
3525
+ // catchError(this.handleError)
3526
+ map((ret) => {
3269
3527
  this.setDeviceToken(ret.item.deviceToken);
3270
3528
  return ret;
3271
3529
  }));
3272
3530
  }
3273
3531
  ServiceSetTokenDeviceNotificationId(model) {
3274
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetTokenDeviceNotificationId/', model).pipe(catchError(this.handleError), map((ret) => {
3532
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetTokenDeviceNotificationId/', model).pipe(
3533
+ // catchError(this.handleError)
3534
+ map((ret) => {
3275
3535
  return ret;
3276
3536
  }));
3277
3537
  }
3278
3538
  ServiceSignupUser(model) {
3279
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signup', model).pipe(catchError(this.handleError), map((ret) => {
3539
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signup', model).pipe(
3540
+ // catchError(this.handleError)
3541
+ map((ret) => {
3280
3542
  return ret;
3281
3543
  }));
3282
3544
  }
3283
3545
  ServiceSigninUser(model) {
3284
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signin', model).pipe(catchError(this.handleError), map((ret) => {
3546
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signin', model).pipe(
3547
+ // catchError(this.handleError)
3548
+ map((ret) => {
3285
3549
  if (ret.isSuccess) {
3286
3550
  this.SetCurrentTokenInfo(ret.item);
3287
3551
  }
@@ -3289,7 +3553,9 @@ class CoreAuthService extends ApiServerBase {
3289
3553
  }));
3290
3554
  }
3291
3555
  ServiceSigninUserBySMS(model) {
3292
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signInBySms', model).pipe(catchError(this.handleError), map((ret) => {
3556
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signInBySms', model).pipe(
3557
+ // catchError(this.handleError)
3558
+ map((ret) => {
3293
3559
  if (ret.isSuccess) {
3294
3560
  this.SetCurrentTokenInfo(ret.item);
3295
3561
  }
@@ -3304,7 +3570,9 @@ class CoreAuthService extends ApiServerBase {
3304
3570
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/renewToken', model, {
3305
3571
  headers: this.getHeaders(),
3306
3572
  })
3307
- .pipe(catchError(this.handleError), map((ret) => {
3573
+ .pipe(
3574
+ // catchError(this.handleError)
3575
+ map((ret) => {
3308
3576
  if (ret.isSuccess) {
3309
3577
  this.SetCurrentTokenInfo(ret.item);
3310
3578
  }
@@ -3316,17 +3584,23 @@ class CoreAuthService extends ApiServerBase {
3316
3584
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/changePassword', model, {
3317
3585
  headers: this.getHeaders(),
3318
3586
  })
3319
- .pipe(catchError(this.handleError), map((ret) => {
3587
+ .pipe(
3588
+ // catchError(this.handleError)
3589
+ map((ret) => {
3320
3590
  return ret;
3321
3591
  }));
3322
3592
  }
3323
3593
  ServiceForgetPassword(model) {
3324
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/forgetPassword', model).pipe(catchError(this.handleError), map((ret) => {
3594
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/forgetPassword', model).pipe(
3595
+ // catchError(this.handleError)
3596
+ map((ret) => {
3325
3597
  return ret;
3326
3598
  }));
3327
3599
  }
3328
3600
  ServiceForgetPasswordEntryPinCode(model) {
3329
- return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ForgetPasswordEntryPinCode', model).pipe(catchError(this.handleError), map((ret) => {
3601
+ return this.http.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ForgetPasswordEntryPinCode', model).pipe(
3602
+ // catchError(this.handleError)
3603
+ map((ret) => {
3330
3604
  return ret;
3331
3605
  }));
3332
3606
  }
@@ -3335,7 +3609,9 @@ class CoreAuthService extends ApiServerBase {
3335
3609
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/signOut', model, {
3336
3610
  headers: this.getHeaders(),
3337
3611
  })
3338
- .pipe(catchError(this.handleError), map((ret) => {
3612
+ .pipe(
3613
+ // catchError(this.handleError)
3614
+ map((ret) => {
3339
3615
  this.SetCurrentTokenInfo(null);
3340
3616
  return ret;
3341
3617
  }));
@@ -3348,7 +3624,9 @@ class CoreAuthService extends ApiServerBase {
3348
3624
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/existToken', model, {
3349
3625
  headers: this.getHeaders(),
3350
3626
  })
3351
- .pipe(catchError(this.handleError), map((ret) => {
3627
+ .pipe(
3628
+ // catchError(this.handleError)
3629
+ map((ret) => {
3352
3630
  return ret;
3353
3631
  }));
3354
3632
  }
@@ -3360,7 +3638,9 @@ class CoreAuthService extends ApiServerBase {
3360
3638
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/mobileConfirm', model, {
3361
3639
  headers: this.getHeaders(),
3362
3640
  })
3363
- .pipe(catchError(this.handleError), map((ret) => {
3641
+ .pipe(
3642
+ // catchError(this.handleError)
3643
+ map((ret) => {
3364
3644
  return ret;
3365
3645
  }));
3366
3646
  }
@@ -3372,7 +3652,9 @@ class CoreAuthService extends ApiServerBase {
3372
3652
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/emailConfirm', model, {
3373
3653
  headers: this.getHeaders(),
3374
3654
  })
3375
- .pipe(catchError(this.handleError), map((ret) => {
3655
+ .pipe(
3656
+ // catchError(this.handleError)
3657
+ map((ret) => {
3376
3658
  return ret;
3377
3659
  }));
3378
3660
  }
@@ -3445,7 +3727,9 @@ class CoreTokenConnectionService extends ApiCmsServerBase {
3445
3727
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendNotification', model, {
3446
3728
  headers: this.getHeaders(),
3447
3729
  })
3448
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3730
+ .pipe(retry(this.configApiRetry),
3731
+ // catchError(this.handleError)
3732
+ map((ret) => {
3449
3733
  return this.errorExceptionResultCheck(ret);
3450
3734
  }));
3451
3735
  }
@@ -3457,7 +3741,9 @@ class CoreTokenConnectionService extends ApiCmsServerBase {
3457
3741
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllLiveConnection', model, {
3458
3742
  headers: this.getHeaders(),
3459
3743
  })
3460
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
3744
+ .pipe(retry(this.configApiRetry),
3745
+ // catchError(this.handleError)
3746
+ map((ret) => {
3461
3747
  return this.errorExceptionResultCheck(ret);
3462
3748
  }));
3463
3749
  }
@@ -3912,7 +4198,9 @@ class CoreModuleTagCategoryService extends ApiCmsServerBase {
3912
4198
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllTree', model, {
3913
4199
  headers: this.getHeaders(),
3914
4200
  })
3915
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4201
+ .pipe(retry(this.configApiRetry),
4202
+ // catchError(this.handleError)
4203
+ map((ret) => {
3916
4204
  return this.errorExceptionResultCheck(ret);
3917
4205
  }));
3918
4206
  }
@@ -3941,7 +4229,9 @@ class CoreModuleSiteCreditService extends ApiCmsServerBase {
3941
4229
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetCredit/' + LinkModuleId, {
3942
4230
  headers: this.getHeaders(),
3943
4231
  })
3944
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4232
+ .pipe(retry(this.configApiRetry),
4233
+ // catchError(this.handleError)
4234
+ map((ret) => {
3945
4235
  return this.errorExceptionResultCheck(ret);
3946
4236
  }));
3947
4237
  }
@@ -3950,7 +4240,9 @@ class CoreModuleSiteCreditService extends ApiCmsServerBase {
3950
4240
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllCredit/', {
3951
4241
  headers: this.getHeaders(),
3952
4242
  })
3953
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4243
+ .pipe(retry(this.configApiRetry),
4244
+ // catchError(this.handleError)
4245
+ map((ret) => {
3954
4246
  return this.errorExceptionResultCheck(ret);
3955
4247
  }));
3956
4248
  }
@@ -3962,7 +4254,9 @@ class CoreModuleSiteCreditService extends ApiCmsServerBase {
3962
4254
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ChargeDirect', model, {
3963
4255
  headers: this.getHeaders(),
3964
4256
  })
3965
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4257
+ .pipe(retry(this.configApiRetry),
4258
+ // catchError(this.handleError)
4259
+ map((ret) => {
3966
4260
  return this.errorExceptionResultCheck(ret);
3967
4261
  }));
3968
4262
  }
@@ -3974,7 +4268,9 @@ class CoreModuleSiteCreditService extends ApiCmsServerBase {
3974
4268
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
3975
4269
  headers: this.getHeaders(),
3976
4270
  })
3977
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4271
+ .pipe(retry(this.configApiRetry),
4272
+ // catchError(this.handleError)
4273
+ map((ret) => {
3978
4274
  return this.errorExceptionResultCheck(ret);
3979
4275
  }));
3980
4276
  }
@@ -3986,7 +4282,9 @@ class CoreModuleSiteCreditService extends ApiCmsServerBase {
3986
4282
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
3987
4283
  headers: this.getHeaders(),
3988
4284
  })
3989
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4285
+ .pipe(retry(this.configApiRetry),
4286
+ // catchError(this.handleError)
4287
+ map((ret) => {
3990
4288
  return this.errorExceptionResultCheck(ret);
3991
4289
  }));
3992
4290
  }
@@ -4015,7 +4313,9 @@ class CoreModuleSiteUserCreditService extends ApiCmsServerBase {
4015
4313
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetCredit/' + LinkModuleId, {
4016
4314
  headers: this.getHeaders(),
4017
4315
  })
4018
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4316
+ .pipe(retry(this.configApiRetry),
4317
+ // catchError(this.handleError)
4318
+ map((ret) => {
4019
4319
  return this.errorExceptionResultCheck(ret);
4020
4320
  }));
4021
4321
  }
@@ -4024,7 +4324,9 @@ class CoreModuleSiteUserCreditService extends ApiCmsServerBase {
4024
4324
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllCredit/', {
4025
4325
  headers: this.getHeaders(),
4026
4326
  })
4027
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4327
+ .pipe(retry(this.configApiRetry),
4328
+ // catchError(this.handleError)
4329
+ map((ret) => {
4028
4330
  return this.errorExceptionResultCheck(ret);
4029
4331
  }));
4030
4332
  }
@@ -4036,7 +4338,9 @@ class CoreModuleSiteUserCreditService extends ApiCmsServerBase {
4036
4338
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ChargeDirect', model, {
4037
4339
  headers: this.getHeaders(),
4038
4340
  })
4039
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4341
+ .pipe(retry(this.configApiRetry),
4342
+ // catchError(this.handleError)
4343
+ map((ret) => {
4040
4344
  return this.errorExceptionResultCheck(ret);
4041
4345
  }));
4042
4346
  }
@@ -4048,7 +4352,9 @@ class CoreModuleSiteUserCreditService extends ApiCmsServerBase {
4048
4352
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
4049
4353
  headers: this.getHeaders(),
4050
4354
  })
4051
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4355
+ .pipe(retry(this.configApiRetry),
4356
+ // catchError(this.handleError)
4357
+ map((ret) => {
4052
4358
  return this.errorExceptionResultCheck(ret);
4053
4359
  }));
4054
4360
  }
@@ -4060,7 +4366,9 @@ class CoreModuleSiteUserCreditService extends ApiCmsServerBase {
4060
4366
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
4061
4367
  headers: this.getHeaders(),
4062
4368
  })
4063
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4369
+ .pipe(retry(this.configApiRetry),
4370
+ // catchError(this.handleError)
4371
+ map((ret) => {
4064
4372
  return this.errorExceptionResultCheck(ret);
4065
4373
  }));
4066
4374
  }
@@ -4152,7 +4460,9 @@ class CoreModuleLogFavoriteService extends ApiCmsServerBase {
4152
4460
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddFavorite', model, {
4153
4461
  headers: this.getHeaders(),
4154
4462
  })
4155
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4463
+ .pipe(retry(this.configApiRetry),
4464
+ // catchError(this.handleError)
4465
+ map((ret) => {
4156
4466
  return this.errorExceptionResultCheck(ret);
4157
4467
  }));
4158
4468
  }
@@ -4164,7 +4474,9 @@ class CoreModuleLogFavoriteService extends ApiCmsServerBase {
4164
4474
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/RemoveFavorite', model, {
4165
4475
  headers: this.getHeaders(),
4166
4476
  })
4167
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4477
+ .pipe(retry(this.configApiRetry),
4478
+ // catchError(this.handleError)
4479
+ map((ret) => {
4168
4480
  return this.errorExceptionResultCheck(ret);
4169
4481
  }));
4170
4482
  }
@@ -4190,7 +4502,9 @@ class CoreModuleLogReportAbuseService extends ApiCmsServerBase {
4190
4502
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddReportAbuse', model, {
4191
4503
  headers: this.getHeaders(),
4192
4504
  })
4193
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4505
+ .pipe(retry(this.configApiRetry),
4506
+ // catchError(this.handleError)
4507
+ map((ret) => {
4194
4508
  return this.errorExceptionResultCheck(ret);
4195
4509
  }));
4196
4510
  }
@@ -4216,7 +4530,9 @@ class CoreModuleLogShowKeyService extends ApiCmsServerBase {
4216
4530
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddShowKey', model, {
4217
4531
  headers: this.getHeaders(),
4218
4532
  })
4219
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4533
+ .pipe(retry(this.configApiRetry),
4534
+ // catchError(this.handleError)
4535
+ map((ret) => {
4220
4536
  return this.errorExceptionResultCheck(ret);
4221
4537
  }));
4222
4538
  }
@@ -4297,7 +4613,9 @@ class CoreModuleDataCommentService extends ApiCmsServerBase {
4297
4613
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddComment', model, {
4298
4614
  headers: this.getHeaders(),
4299
4615
  })
4300
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4616
+ .pipe(retry(this.configApiRetry),
4617
+ // catchError(this.handleError)
4618
+ map((ret) => {
4301
4619
  return this.errorExceptionResultCheck(ret);
4302
4620
  }));
4303
4621
  }
@@ -4323,7 +4641,9 @@ class CoreModuleDataMemoService extends ApiCmsServerBase {
4323
4641
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddMemo', model, {
4324
4642
  headers: this.getHeaders(),
4325
4643
  })
4326
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4644
+ .pipe(retry(this.configApiRetry),
4645
+ // catchError(this.handleError)
4646
+ map((ret) => {
4327
4647
  return this.errorExceptionResultCheck(ret);
4328
4648
  }));
4329
4649
  }
@@ -4349,7 +4669,9 @@ class CoreModuleDataTaskService extends ApiCmsServerBase {
4349
4669
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddTask', model, {
4350
4670
  headers: this.getHeaders(),
4351
4671
  })
4352
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4672
+ .pipe(retry(this.configApiRetry),
4673
+ // catchError(this.handleError)
4674
+ map((ret) => {
4353
4675
  return this.errorExceptionResultCheck(ret);
4354
4676
  }));
4355
4677
  }
@@ -4375,7 +4697,9 @@ class CoreModuleDataPinService extends ApiCmsServerBase {
4375
4697
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddPin', model, {
4376
4698
  headers: this.getHeaders(),
4377
4699
  })
4378
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4700
+ .pipe(retry(this.configApiRetry),
4701
+ // catchError(this.handleError)
4702
+ map((ret) => {
4379
4703
  return this.errorExceptionResultCheck(ret);
4380
4704
  }));
4381
4705
  }
@@ -4512,7 +4836,9 @@ class FileCategoryService extends ApiCmsServerBase {
4512
4836
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
4513
4837
  headers: this.getHeaders(),
4514
4838
  })
4515
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4839
+ .pipe(retry(this.configApiRetry),
4840
+ // catchError(this.handleError)
4841
+ map((ret) => {
4516
4842
  return this.errorExceptionResultCheck(ret);
4517
4843
  }));
4518
4844
  }
@@ -4521,7 +4847,9 @@ class FileCategoryService extends ApiCmsServerBase {
4521
4847
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/Optimaze', {
4522
4848
  headers: this.getHeaders(),
4523
4849
  })
4524
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4850
+ .pipe(retry(this.configApiRetry),
4851
+ // catchError(this.handleError)
4852
+ map((ret) => {
4525
4853
  return this.errorExceptionResultCheck(ret);
4526
4854
  }));
4527
4855
  }
@@ -4548,7 +4876,9 @@ class FileContentService extends ApiCmsServerBase {
4548
4876
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/UploadByUrl/', model, {
4549
4877
  headers: this.getHeaders(),
4550
4878
  })
4551
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4879
+ .pipe(retry(this.configApiRetry),
4880
+ // catchError(this.handleError)
4881
+ map((ret) => {
4552
4882
  return this.errorExceptionResultCheck(ret);
4553
4883
  }));
4554
4884
  }
@@ -4557,7 +4887,9 @@ class FileContentService extends ApiCmsServerBase {
4557
4887
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/CopyCutFile/', model, {
4558
4888
  headers: this.getHeaders(),
4559
4889
  })
4560
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4890
+ .pipe(retry(this.configApiRetry),
4891
+ // catchError(this.handleError)
4892
+ map((ret) => {
4561
4893
  return this.errorExceptionResultCheck(ret);
4562
4894
  }));
4563
4895
  }
@@ -4566,7 +4898,9 @@ class FileContentService extends ApiCmsServerBase {
4566
4898
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CopyCutFileRootToRootFolder/', {
4567
4899
  headers: this.getHeaders(),
4568
4900
  })
4569
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4901
+ .pipe(retry(this.configApiRetry),
4902
+ // catchError(this.handleError)
4903
+ map((ret) => {
4570
4904
  return this.errorExceptionResultCheck(ret);
4571
4905
  }));
4572
4906
  }
@@ -4578,7 +4912,9 @@ class FileContentService extends ApiCmsServerBase {
4578
4912
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Copy/', model, {
4579
4913
  headers: this.getHeaders(),
4580
4914
  })
4581
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4915
+ .pipe(retry(this.configApiRetry),
4916
+ // catchError(this.handleError)
4917
+ map((ret) => {
4582
4918
  return this.errorExceptionResultCheck(ret);
4583
4919
  }));
4584
4920
  }
@@ -4587,7 +4923,9 @@ class FileContentService extends ApiCmsServerBase {
4587
4923
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllInCategoryById/' + categoryId, {
4588
4924
  headers: this.getHeaders(),
4589
4925
  })
4590
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4926
+ .pipe(retry(this.configApiRetry),
4927
+ // catchError(this.handleError)
4928
+ map((ret) => {
4591
4929
  return this.errorExceptionResultCheck(ret);
4592
4930
  }));
4593
4931
  }
@@ -4599,7 +4937,9 @@ class FileContentService extends ApiCmsServerBase {
4599
4937
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SearchFilesInCategory', model, {
4600
4938
  headers: this.getHeaders(),
4601
4939
  })
4602
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4940
+ .pipe(retry(this.configApiRetry),
4941
+ // catchError(this.handleError)
4942
+ map((ret) => {
4603
4943
  return this.errorExceptionResultBaseCheck(ret);
4604
4944
  }));
4605
4945
  }
@@ -4611,7 +4951,9 @@ class FileContentService extends ApiCmsServerBase {
4611
4951
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DownloadFile', model, {
4612
4952
  headers: this.getHeaders(),
4613
4953
  })
4614
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4954
+ .pipe(retry(this.configApiRetry),
4955
+ // catchError(this.handleError)
4956
+ map((ret) => {
4615
4957
  return this.errorExceptionResultBaseCheck(ret);
4616
4958
  }));
4617
4959
  }
@@ -4620,7 +4962,9 @@ class FileContentService extends ApiCmsServerBase {
4620
4962
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UpdateFileSizes/' + fileId, {
4621
4963
  headers: this.getHeaders(),
4622
4964
  })
4623
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4965
+ .pipe(retry(this.configApiRetry),
4966
+ // catchError(this.handleError)
4967
+ map((ret) => {
4624
4968
  return this.errorExceptionResultBaseCheck(ret);
4625
4969
  }));
4626
4970
  }
@@ -4629,7 +4973,9 @@ class FileContentService extends ApiCmsServerBase {
4629
4973
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UpdateSumSizeUpload/' + fileId, {
4630
4974
  headers: this.getHeaders(),
4631
4975
  })
4632
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4976
+ .pipe(retry(this.configApiRetry),
4977
+ // catchError(this.handleError)
4978
+ map((ret) => {
4633
4979
  return this.errorExceptionResultBaseCheck(ret);
4634
4980
  }));
4635
4981
  }
@@ -4641,7 +4987,9 @@ class FileContentService extends ApiCmsServerBase {
4641
4987
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ImageFileEdit', model, {
4642
4988
  headers: this.getHeaders(),
4643
4989
  })
4644
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
4990
+ .pipe(retry(this.configApiRetry),
4991
+ // catchError(this.handleError)
4992
+ map((ret) => {
4645
4993
  return this.errorExceptionResultBaseCheck(ret);
4646
4994
  }));
4647
4995
  }
@@ -4653,7 +5001,9 @@ class FileContentService extends ApiCmsServerBase {
4653
5001
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/replace/', model, {
4654
5002
  headers: this.getHeaders(),
4655
5003
  })
4656
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5004
+ .pipe(retry(this.configApiRetry),
5005
+ // catchError(this.handleError)
5006
+ map((ret) => {
4657
5007
  return this.errorExceptionResultCheck(ret);
4658
5008
  }));
4659
5009
  }
@@ -4717,7 +5067,9 @@ class LinkManagementEnumService extends ApiServerBase {
4717
5067
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SharingPriceTypeEnum', {
4718
5068
  headers: this.getHeaders(),
4719
5069
  })
4720
- .pipe(catchError(this.handleError), map((ret) => {
5070
+ .pipe(
5071
+ // catchError(this.handleError)
5072
+ map((ret) => {
4721
5073
  return this.errorExceptionResultCheck(ret);
4722
5074
  }));
4723
5075
  }
@@ -4726,7 +5078,9 @@ class LinkManagementEnumService extends ApiServerBase {
4726
5078
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ManagementContentSettingTypeEnum', {
4727
5079
  headers: this.getHeaders(),
4728
5080
  })
4729
- .pipe(catchError(this.handleError), map((ret) => {
5081
+ .pipe(
5082
+ // catchError(this.handleError)
5083
+ map((ret) => {
4730
5084
  return this.errorExceptionResultCheck(ret);
4731
5085
  }));
4732
5086
  }
@@ -4735,7 +5089,9 @@ class LinkManagementEnumService extends ApiServerBase {
4735
5089
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SharingAccountingTypeEnum', {
4736
5090
  headers: this.getHeaders(),
4737
5091
  })
4738
- .pipe(catchError(this.handleError), map((ret) => {
5092
+ .pipe(
5093
+ // catchError(this.handleError)
5094
+ map((ret) => {
4739
5095
  return this.errorExceptionResultCheck(ret);
4740
5096
  }));
4741
5097
  }
@@ -4780,7 +5136,9 @@ class LinkManagementBillboardService extends ApiCmsServerBase {
4780
5136
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneByKey/', key, {
4781
5137
  headers: this.getHeaders(),
4782
5138
  })
4783
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5139
+ .pipe(retry(this.configApiRetry),
5140
+ // catchError(this.handleError)
5141
+ map((ret) => {
4784
5142
  return this.errorExceptionResultCheck(ret);
4785
5143
  }));
4786
5144
  }
@@ -4842,7 +5200,9 @@ class LinkManagementTargetService extends ApiCmsServerBase {
4842
5200
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneByKey/', key, {
4843
5201
  headers: this.getHeaders(),
4844
5202
  })
4845
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5203
+ .pipe(retry(this.configApiRetry),
5204
+ // catchError(this.handleError)
5205
+ map((ret) => {
4846
5206
  return this.errorExceptionResultCheck(ret);
4847
5207
  }));
4848
5208
  }
@@ -4854,7 +5214,9 @@ class LinkManagementTargetService extends ApiCmsServerBase {
4854
5214
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ShortLinkSet/', model, {
4855
5215
  headers: this.getHeaders(),
4856
5216
  })
4857
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5217
+ .pipe(retry(this.configApiRetry),
5218
+ // catchError(this.handleError)
5219
+ map((ret) => {
4858
5220
  return this.errorExceptionResultCheck(ret);
4859
5221
  }));
4860
5222
  }
@@ -4866,7 +5228,9 @@ class LinkManagementTargetService extends ApiCmsServerBase {
4866
5228
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ShortLinkGet/', model, {
4867
5229
  headers: this.getHeaders(),
4868
5230
  })
4869
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5231
+ .pipe(retry(this.configApiRetry),
5232
+ // catchError(this.handleError)
5233
+ map((ret) => {
4870
5234
  return this.errorExceptionResultCheck(ret);
4871
5235
  }));
4872
5236
  }
@@ -4893,7 +5257,9 @@ class LinkManagementTargetBillboardLogService extends ApiCmsServerBase {
4893
5257
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/getAll/' + key, model, {
4894
5258
  headers: this.getHeaders(),
4895
5259
  })
4896
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5260
+ .pipe(retry(this.configApiRetry),
5261
+ // catchError(this.handleError)
5262
+ map((ret) => {
4897
5263
  return this.errorExceptionResultCheck(ret);
4898
5264
  }));
4899
5265
  }
@@ -5040,49 +5406,63 @@ class ApiTelegramBotConfigService extends ApiCmsServerBase {
5040
5406
  ServiceSendMessage(model) {
5041
5407
  return this.http
5042
5408
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendMessage', model, { headers: this.getHeaders(), })
5043
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5409
+ .pipe(retry(this.configApiRetry),
5410
+ // catchError(this.handleError)
5411
+ map((ret) => {
5044
5412
  return this.errorExceptionResultBaseCheck(ret);
5045
5413
  }));
5046
5414
  }
5047
5415
  ServiceGetUpdatesAsync(id) {
5048
5416
  return this.http
5049
5417
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetUpdatesAsync/' + id, { headers: this.getHeaders(), })
5050
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5418
+ .pipe(retry(this.configApiRetry),
5419
+ // catchError(this.handleError)
5420
+ map((ret) => {
5051
5421
  return this.errorExceptionResultCheck(ret);
5052
5422
  }));
5053
5423
  }
5054
5424
  ServiceGetUpdatesAsyncLast(id) {
5055
5425
  return this.http
5056
5426
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetUpdatesAsyncLast/' + id, { headers: this.getHeaders(), })
5057
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5427
+ .pipe(retry(this.configApiRetry),
5428
+ // catchError(this.handleError)
5429
+ map((ret) => {
5058
5430
  return this.errorExceptionResultCheck(ret);
5059
5431
  }));
5060
5432
  }
5061
5433
  ServiceGetMeAsync(id) {
5062
5434
  return this.http
5063
5435
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetMeAsync/' + id, { headers: this.getHeaders(), })
5064
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5436
+ .pipe(retry(this.configApiRetry),
5437
+ // catchError(this.handleError)
5438
+ map((ret) => {
5065
5439
  return this.errorExceptionResultCheck(ret);
5066
5440
  }));
5067
5441
  }
5068
5442
  ServiceSetWebhookAsync(id) {
5069
5443
  return this.http
5070
5444
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetWebhookAsync/' + id, { headers: this.getHeaders(), })
5071
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5445
+ .pipe(retry(this.configApiRetry),
5446
+ // catchError(this.handleError)
5447
+ map((ret) => {
5072
5448
  return this.errorExceptionResultCheck(ret);
5073
5449
  }));
5074
5450
  }
5075
5451
  ServiceSetWebhookAsyncEmpty(id) {
5076
5452
  return this.http
5077
5453
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetWebhookAsyncEmpty/' + id, { headers: this.getHeaders(), })
5078
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5454
+ .pipe(retry(this.configApiRetry),
5455
+ // catchError(this.handleError)
5456
+ map((ret) => {
5079
5457
  return this.errorExceptionResultCheck(ret);
5080
5458
  }));
5081
5459
  }
5082
5460
  ServiceSetAllWebhookUpdate() {
5083
5461
  return this.http
5084
5462
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetAllWebhookUpdate/', { headers: this.getHeaders(), })
5085
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5463
+ .pipe(retry(this.configApiRetry),
5464
+ // catchError(this.handleError)
5465
+ map((ret) => {
5086
5466
  return this.errorExceptionResultCheck(ret);
5087
5467
  }));
5088
5468
  }
@@ -5102,7 +5482,9 @@ class ApiTelegramEnumService extends ApiServerBase {
5102
5482
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/NotificationTypeEnum', {
5103
5483
  headers: this.getHeaders(),
5104
5484
  })
5105
- .pipe(catchError(this.handleError), map((ret) => {
5485
+ .pipe(
5486
+ // catchError(this.handleError)
5487
+ map((ret) => {
5106
5488
  return this.errorExceptionResultCheck(ret);
5107
5489
  }));
5108
5490
  }
@@ -5459,7 +5841,9 @@ class UniversalMenuEnumService extends ApiServerBase {
5459
5841
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UniversalMenuPlatformTypeEnum', {
5460
5842
  headers: this.getHeaders(),
5461
5843
  })
5462
- .pipe(catchError(this.handleError), map((ret) => {
5844
+ .pipe(
5845
+ // catchError(this.handleError)
5846
+ map((ret) => {
5463
5847
  return this.errorExceptionResultCheck(ret);
5464
5848
  }));
5465
5849
  }
@@ -5468,7 +5852,9 @@ class UniversalMenuEnumService extends ApiServerBase {
5468
5852
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/UniversalMenuRenderTypeEnum', {
5469
5853
  headers: this.getHeaders(),
5470
5854
  })
5471
- .pipe(catchError(this.handleError), map((ret) => {
5855
+ .pipe(
5856
+ // catchError(this.handleError)
5857
+ map((ret) => {
5472
5858
  return this.errorExceptionResultCheck(ret);
5473
5859
  }));
5474
5860
  }
@@ -5536,7 +5922,9 @@ class UniversalMenuMenuItemService extends ApiCmsServerBase {
5536
5922
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllMenu', model, {
5537
5923
  headers: this.getHeaders(),
5538
5924
  })
5539
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5925
+ .pipe(retry(this.configApiRetry),
5926
+ // catchError(this.handleError)
5927
+ map((ret) => {
5540
5928
  // if (ret.item != null) {
5541
5929
  // this.coreCpMainMenu.next(ret.listItems);
5542
5930
  // }
@@ -5551,7 +5939,9 @@ class UniversalMenuMenuItemService extends ApiCmsServerBase {
5551
5939
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
5552
5940
  headers: this.getHeaders(),
5553
5941
  })
5554
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
5942
+ .pipe(retry(this.configApiRetry),
5943
+ // catchError(this.handleError)
5944
+ map((ret) => {
5555
5945
  return this.errorExceptionResultBaseCheck(ret);
5556
5946
  }));
5557
5947
  }
@@ -5632,7 +6022,9 @@ class NewsCategoryService extends ApiCmsServerBase {
5632
6022
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
5633
6023
  headers: this.getHeaders(),
5634
6024
  })
5635
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6025
+ .pipe(retry(this.configApiRetry),
6026
+ // catchError(this.handleError)
6027
+ map((ret) => {
5636
6028
  return this.errorExceptionResultCheck(ret);
5637
6029
  }));
5638
6030
  }
@@ -5652,7 +6044,9 @@ class NewsCommentService extends ApiCmsServerBase {
5652
6044
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LikeClick/' + Id, {
5653
6045
  headers: this.getHeaders(),
5654
6046
  })
5655
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6047
+ .pipe(retry(this.configApiRetry),
6048
+ // catchError(this.handleError)
6049
+ map((ret) => {
5656
6050
  return this.errorExceptionResultBaseCheck(ret);
5657
6051
  }));
5658
6052
  }
@@ -5661,7 +6055,9 @@ class NewsCommentService extends ApiCmsServerBase {
5661
6055
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DisLikeClick/' + Id, {
5662
6056
  headers: this.getHeaders(),
5663
6057
  })
5664
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6058
+ .pipe(retry(this.configApiRetry),
6059
+ // catchError(this.handleError)
6060
+ map((ret) => {
5665
6061
  return this.errorExceptionResultBaseCheck(ret);
5666
6062
  }));
5667
6063
  }
@@ -5684,7 +6080,9 @@ class NewsContentService extends ApiCmsServerBase {
5684
6080
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithHierarchyCategoryId/' + Id, model, {
5685
6081
  headers: this.getHeaders(),
5686
6082
  })
5687
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6083
+ .pipe(retry(this.configApiRetry),
6084
+ // catchError(this.handleError)
6085
+ map((ret) => {
5688
6086
  return this.errorExceptionResultCheck(ret);
5689
6087
  }));
5690
6088
  }
@@ -5696,7 +6094,9 @@ class NewsContentService extends ApiCmsServerBase {
5696
6094
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarsId/' + Id, model, {
5697
6095
  headers: this.getHeaders(),
5698
6096
  })
5699
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6097
+ .pipe(retry(this.configApiRetry),
6098
+ // catchError(this.handleError)
6099
+ map((ret) => {
5700
6100
  return this.errorExceptionResultCheck(ret);
5701
6101
  }));
5702
6102
  }
@@ -5708,7 +6108,9 @@ class NewsContentService extends ApiCmsServerBase {
5708
6108
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithTagId/' + Id, model, {
5709
6109
  headers: this.getHeaders(),
5710
6110
  })
5711
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6111
+ .pipe(retry(this.configApiRetry),
6112
+ // catchError(this.handleError)
6113
+ map((ret) => {
5712
6114
  return this.errorExceptionResultCheck(ret);
5713
6115
  }));
5714
6116
  }
@@ -5720,7 +6122,9 @@ class NewsContentService extends ApiCmsServerBase {
5720
6122
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCategoryUseInContentId/' + Id, model, {
5721
6123
  headers: this.getHeaders(),
5722
6124
  })
5723
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6125
+ .pipe(retry(this.configApiRetry),
6126
+ // catchError(this.handleError)
6127
+ map((ret) => {
5724
6128
  return this.errorExceptionResultCheck(ret);
5725
6129
  }));
5726
6130
  }
@@ -5732,7 +6136,9 @@ class NewsContentService extends ApiCmsServerBase {
5732
6136
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
5733
6137
  headers: this.getHeaders(),
5734
6138
  })
5735
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6139
+ .pipe(retry(this.configApiRetry),
6140
+ // catchError(this.handleError)
6141
+ map((ret) => {
5736
6142
  return this.errorExceptionResultBaseCheck(ret);
5737
6143
  }));
5738
6144
  }
@@ -5741,7 +6147,9 @@ class NewsContentService extends ApiCmsServerBase {
5741
6147
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
5742
6148
  headers: this.getHeaders(),
5743
6149
  })
5744
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6150
+ .pipe(retry(this.configApiRetry),
6151
+ // catchError(this.handleError)
6152
+ map((ret) => {
5745
6153
  return this.errorExceptionResultBaseCheck(ret);
5746
6154
  }));
5747
6155
  }
@@ -5750,7 +6158,9 @@ class NewsContentService extends ApiCmsServerBase {
5750
6158
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
5751
6159
  headers: this.getHeaders(),
5752
6160
  })
5753
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6161
+ .pipe(retry(this.configApiRetry),
6162
+ // catchError(this.handleError)
6163
+ map((ret) => {
5754
6164
  return this.errorExceptionResultBaseCheck(ret);
5755
6165
  }));
5756
6166
  }
@@ -5762,7 +6172,9 @@ class NewsContentService extends ApiCmsServerBase {
5762
6172
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
5763
6173
  headers: this.getHeaders(),
5764
6174
  })
5765
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6175
+ .pipe(retry(this.configApiRetry),
6176
+ // catchError(this.handleError)
6177
+ map((ret) => {
5766
6178
  return this.errorExceptionResultCheck(ret);
5767
6179
  }));
5768
6180
  }
@@ -5774,7 +6186,9 @@ class NewsContentService extends ApiCmsServerBase {
5774
6186
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
5775
6187
  headers: this.getHeaders(),
5776
6188
  })
5777
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6189
+ .pipe(retry(this.configApiRetry),
6190
+ // catchError(this.handleError)
6191
+ map((ret) => {
5778
6192
  return this.errorExceptionResultCheck(ret);
5779
6193
  }));
5780
6194
  }
@@ -5786,7 +6200,9 @@ class NewsContentService extends ApiCmsServerBase {
5786
6200
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
5787
6201
  headers: this.getHeaders(),
5788
6202
  })
5789
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6203
+ .pipe(retry(this.configApiRetry),
6204
+ // catchError(this.handleError)
6205
+ map((ret) => {
5790
6206
  return this.errorExceptionResultCheck(ret);
5791
6207
  }));
5792
6208
  }
@@ -5820,7 +6236,9 @@ class NewsContentOtherInfoService extends ApiCmsServerBase {
5820
6236
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
5821
6237
  headers: this.getHeaders(),
5822
6238
  })
5823
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6239
+ .pipe(retry(this.configApiRetry),
6240
+ // catchError(this.handleError)
6241
+ map((ret) => {
5824
6242
  return this.errorExceptionResultCheck(ret);
5825
6243
  }));
5826
6244
  }
@@ -5832,7 +6250,9 @@ class NewsContentOtherInfoService extends ApiCmsServerBase {
5832
6250
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditBatch', model, {
5833
6251
  headers: this.getHeaders(),
5834
6252
  })
5835
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6253
+ .pipe(retry(this.configApiRetry),
6254
+ // catchError(this.handleError)
6255
+ map((ret) => {
5836
6256
  return this.errorExceptionResultCheck(ret);
5837
6257
  }));
5838
6258
  }
@@ -5877,7 +6297,9 @@ class NewsContentSimilarService extends ApiCmsServerBase {
5877
6297
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
5878
6298
  headers: this.getHeaders(),
5879
6299
  })
5880
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6300
+ .pipe(retry(this.configApiRetry),
6301
+ // catchError(this.handleError)
6302
+ map((ret) => {
5881
6303
  return this.errorExceptionResultCheck(ret);
5882
6304
  }));
5883
6305
  }
@@ -5889,7 +6311,9 @@ class NewsContentSimilarService extends ApiCmsServerBase {
5889
6311
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
5890
6312
  headers: this.getHeaders(),
5891
6313
  })
5892
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6314
+ .pipe(retry(this.configApiRetry),
6315
+ // catchError(this.handleError)
6316
+ map((ret) => {
5893
6317
  return this.errorExceptionResultCheck(ret);
5894
6318
  }));
5895
6319
  }
@@ -5912,7 +6336,9 @@ class NewsContentTagService extends ApiCmsServerBase {
5912
6336
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
5913
6337
  headers: this.getHeaders(),
5914
6338
  })
5915
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6339
+ .pipe(retry(this.configApiRetry),
6340
+ // catchError(this.handleError)
6341
+ map((ret) => {
5916
6342
  return this.errorExceptionResultCheck(ret);
5917
6343
  }));
5918
6344
  }
@@ -5924,7 +6350,9 @@ class NewsContentTagService extends ApiCmsServerBase {
5924
6350
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
5925
6351
  headers: this.getHeaders(),
5926
6352
  })
5927
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6353
+ .pipe(retry(this.configApiRetry),
6354
+ // catchError(this.handleError)
6355
+ map((ret) => {
5928
6356
  return this.errorExceptionResultCheck(ret);
5929
6357
  }));
5930
6358
  }
@@ -5969,7 +6397,9 @@ class NewsShareServerCategoryService extends ApiCmsServerBase {
5969
6397
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOtherSite/', model, {
5970
6398
  headers: this.getHeaders(),
5971
6399
  })
5972
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6400
+ .pipe(retry(this.configApiRetry),
6401
+ // catchError(this.handleError)
6402
+ map((ret) => {
5973
6403
  return this.errorExceptionResultCheck(ret);
5974
6404
  }));
5975
6405
  }
@@ -6064,7 +6494,9 @@ class ChartCategoryService extends ApiCmsServerBase {
6064
6494
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
6065
6495
  headers: this.getHeaders(),
6066
6496
  })
6067
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6497
+ .pipe(retry(this.configApiRetry),
6498
+ // catchError(this.handleError)
6499
+ map((ret) => {
6068
6500
  return this.errorExceptionResultCheck(ret);
6069
6501
  }));
6070
6502
  }
@@ -6084,7 +6516,9 @@ class ChartCommentService extends ApiCmsServerBase {
6084
6516
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LikeClick/' + Id, {
6085
6517
  headers: this.getHeaders(),
6086
6518
  })
6087
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6519
+ .pipe(retry(this.configApiRetry),
6520
+ // catchError(this.handleError)
6521
+ map((ret) => {
6088
6522
  return this.errorExceptionResultBaseCheck(ret);
6089
6523
  }));
6090
6524
  }
@@ -6093,7 +6527,9 @@ class ChartCommentService extends ApiCmsServerBase {
6093
6527
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DisLikeClick/' + Id, {
6094
6528
  headers: this.getHeaders(),
6095
6529
  })
6096
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6530
+ .pipe(retry(this.configApiRetry),
6531
+ // catchError(this.handleError)
6532
+ map((ret) => {
6097
6533
  return this.errorExceptionResultBaseCheck(ret);
6098
6534
  }));
6099
6535
  }
@@ -6116,7 +6552,9 @@ class ChartContentService extends ApiCmsServerBase {
6116
6552
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithHierarchyCategoryId/' + Id, model, {
6117
6553
  headers: this.getHeaders(),
6118
6554
  })
6119
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6555
+ .pipe(retry(this.configApiRetry),
6556
+ // catchError(this.handleError)
6557
+ map((ret) => {
6120
6558
  return this.errorExceptionResultCheck(ret);
6121
6559
  }));
6122
6560
  }
@@ -6128,7 +6566,9 @@ class ChartContentService extends ApiCmsServerBase {
6128
6566
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarsId/' + Id, model, {
6129
6567
  headers: this.getHeaders(),
6130
6568
  })
6131
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6569
+ .pipe(retry(this.configApiRetry),
6570
+ // catchError(this.handleError)
6571
+ map((ret) => {
6132
6572
  return this.errorExceptionResultCheck(ret);
6133
6573
  }));
6134
6574
  }
@@ -6140,7 +6580,9 @@ class ChartContentService extends ApiCmsServerBase {
6140
6580
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithTagId/' + Id, model, {
6141
6581
  headers: this.getHeaders(),
6142
6582
  })
6143
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6583
+ .pipe(retry(this.configApiRetry),
6584
+ // catchError(this.handleError)
6585
+ map((ret) => {
6144
6586
  return this.errorExceptionResultCheck(ret);
6145
6587
  }));
6146
6588
  }
@@ -6152,7 +6594,9 @@ class ChartContentService extends ApiCmsServerBase {
6152
6594
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCategoryUseInContentId/' + Id, model, {
6153
6595
  headers: this.getHeaders(),
6154
6596
  })
6155
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6597
+ .pipe(retry(this.configApiRetry),
6598
+ // catchError(this.handleError)
6599
+ map((ret) => {
6156
6600
  return this.errorExceptionResultCheck(ret);
6157
6601
  }));
6158
6602
  }
@@ -6164,7 +6608,9 @@ class ChartContentService extends ApiCmsServerBase {
6164
6608
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
6165
6609
  headers: this.getHeaders(),
6166
6610
  })
6167
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6611
+ .pipe(retry(this.configApiRetry),
6612
+ // catchError(this.handleError)
6613
+ map((ret) => {
6168
6614
  return this.errorExceptionResultBaseCheck(ret);
6169
6615
  }));
6170
6616
  }
@@ -6173,7 +6619,9 @@ class ChartContentService extends ApiCmsServerBase {
6173
6619
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
6174
6620
  headers: this.getHeaders(),
6175
6621
  })
6176
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6622
+ .pipe(retry(this.configApiRetry),
6623
+ // catchError(this.handleError)
6624
+ map((ret) => {
6177
6625
  return this.errorExceptionResultBaseCheck(ret);
6178
6626
  }));
6179
6627
  }
@@ -6182,7 +6630,9 @@ class ChartContentService extends ApiCmsServerBase {
6182
6630
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
6183
6631
  headers: this.getHeaders(),
6184
6632
  })
6185
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6633
+ .pipe(retry(this.configApiRetry),
6634
+ // catchError(this.handleError)
6635
+ map((ret) => {
6186
6636
  return this.errorExceptionResultBaseCheck(ret);
6187
6637
  }));
6188
6638
  }
@@ -6194,7 +6644,9 @@ class ChartContentService extends ApiCmsServerBase {
6194
6644
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
6195
6645
  headers: this.getHeaders(),
6196
6646
  })
6197
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6647
+ .pipe(retry(this.configApiRetry),
6648
+ // catchError(this.handleError)
6649
+ map((ret) => {
6198
6650
  return this.errorExceptionResultCheck(ret);
6199
6651
  }));
6200
6652
  }
@@ -6206,7 +6658,9 @@ class ChartContentService extends ApiCmsServerBase {
6206
6658
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
6207
6659
  headers: this.getHeaders(),
6208
6660
  })
6209
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6661
+ .pipe(retry(this.configApiRetry),
6662
+ // catchError(this.handleError)
6663
+ map((ret) => {
6210
6664
  return this.errorExceptionResultCheck(ret);
6211
6665
  }));
6212
6666
  }
@@ -6218,7 +6672,9 @@ class ChartContentService extends ApiCmsServerBase {
6218
6672
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
6219
6673
  headers: this.getHeaders(),
6220
6674
  })
6221
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6675
+ .pipe(retry(this.configApiRetry),
6676
+ // catchError(this.handleError)
6677
+ map((ret) => {
6222
6678
  return this.errorExceptionResultCheck(ret);
6223
6679
  }));
6224
6680
  }
@@ -6252,7 +6708,9 @@ class ChartContentOtherInfoService extends ApiCmsServerBase {
6252
6708
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
6253
6709
  headers: this.getHeaders(),
6254
6710
  })
6255
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6711
+ .pipe(retry(this.configApiRetry),
6712
+ // catchError(this.handleError)
6713
+ map((ret) => {
6256
6714
  return this.errorExceptionResultCheck(ret);
6257
6715
  }));
6258
6716
  }
@@ -6264,7 +6722,9 @@ class ChartContentOtherInfoService extends ApiCmsServerBase {
6264
6722
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditBatch', model, {
6265
6723
  headers: this.getHeaders(),
6266
6724
  })
6267
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6725
+ .pipe(retry(this.configApiRetry),
6726
+ // catchError(this.handleError)
6727
+ map((ret) => {
6268
6728
  return this.errorExceptionResultCheck(ret);
6269
6729
  }));
6270
6730
  }
@@ -6309,7 +6769,9 @@ class ChartContentSimilarService extends ApiCmsServerBase {
6309
6769
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
6310
6770
  headers: this.getHeaders(),
6311
6771
  })
6312
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6772
+ .pipe(retry(this.configApiRetry),
6773
+ // catchError(this.handleError)
6774
+ map((ret) => {
6313
6775
  return this.errorExceptionResultCheck(ret);
6314
6776
  }));
6315
6777
  }
@@ -6321,7 +6783,9 @@ class ChartContentSimilarService extends ApiCmsServerBase {
6321
6783
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
6322
6784
  headers: this.getHeaders(),
6323
6785
  })
6324
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6786
+ .pipe(retry(this.configApiRetry),
6787
+ // catchError(this.handleError)
6788
+ map((ret) => {
6325
6789
  return this.errorExceptionResultCheck(ret);
6326
6790
  }));
6327
6791
  }
@@ -6344,7 +6808,9 @@ class ChartContentTagService extends ApiCmsServerBase {
6344
6808
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
6345
6809
  headers: this.getHeaders(),
6346
6810
  })
6347
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6811
+ .pipe(retry(this.configApiRetry),
6812
+ // catchError(this.handleError)
6813
+ map((ret) => {
6348
6814
  return this.errorExceptionResultCheck(ret);
6349
6815
  }));
6350
6816
  }
@@ -6356,7 +6822,9 @@ class ChartContentTagService extends ApiCmsServerBase {
6356
6822
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
6357
6823
  headers: this.getHeaders(),
6358
6824
  })
6359
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6825
+ .pipe(retry(this.configApiRetry),
6826
+ // catchError(this.handleError)
6827
+ map((ret) => {
6360
6828
  return this.errorExceptionResultCheck(ret);
6361
6829
  }));
6362
6830
  }
@@ -6401,7 +6869,9 @@ class ChartShareServerCategoryService extends ApiCmsServerBase {
6401
6869
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOtherSite/', model, {
6402
6870
  headers: this.getHeaders(),
6403
6871
  })
6404
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6872
+ .pipe(retry(this.configApiRetry),
6873
+ // catchError(this.handleError)
6874
+ map((ret) => {
6405
6875
  return this.errorExceptionResultCheck(ret);
6406
6876
  }));
6407
6877
  }
@@ -6484,7 +6954,9 @@ class BlogCategoryService extends ApiCmsServerBase {
6484
6954
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
6485
6955
  headers: this.getHeaders(),
6486
6956
  })
6487
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6957
+ .pipe(retry(this.configApiRetry),
6958
+ // catchError(this.handleError)
6959
+ map((ret) => {
6488
6960
  return this.errorExceptionResultCheck(ret);
6489
6961
  }));
6490
6962
  }
@@ -6504,7 +6976,9 @@ class BlogCommentService extends ApiCmsServerBase {
6504
6976
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LikeClick/' + Id, {
6505
6977
  headers: this.getHeaders(),
6506
6978
  })
6507
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6979
+ .pipe(retry(this.configApiRetry),
6980
+ // catchError(this.handleError)
6981
+ map((ret) => {
6508
6982
  return this.errorExceptionResultBaseCheck(ret);
6509
6983
  }));
6510
6984
  }
@@ -6513,7 +6987,9 @@ class BlogCommentService extends ApiCmsServerBase {
6513
6987
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DisLikeClick/' + Id, {
6514
6988
  headers: this.getHeaders(),
6515
6989
  })
6516
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
6990
+ .pipe(retry(this.configApiRetry),
6991
+ // catchError(this.handleError)
6992
+ map((ret) => {
6517
6993
  return this.errorExceptionResultBaseCheck(ret);
6518
6994
  }));
6519
6995
  }
@@ -6536,7 +7012,9 @@ class BlogContentService extends ApiCmsServerBase {
6536
7012
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithHierarchyCategoryId/' + Id, model, {
6537
7013
  headers: this.getHeaders(),
6538
7014
  })
6539
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7015
+ .pipe(retry(this.configApiRetry),
7016
+ // catchError(this.handleError)
7017
+ map((ret) => {
6540
7018
  return this.errorExceptionResultCheck(ret);
6541
7019
  }));
6542
7020
  }
@@ -6548,7 +7026,9 @@ class BlogContentService extends ApiCmsServerBase {
6548
7026
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarsId/' + Id, model, {
6549
7027
  headers: this.getHeaders(),
6550
7028
  })
6551
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7029
+ .pipe(retry(this.configApiRetry),
7030
+ // catchError(this.handleError)
7031
+ map((ret) => {
6552
7032
  return this.errorExceptionResultCheck(ret);
6553
7033
  }));
6554
7034
  }
@@ -6560,7 +7040,9 @@ class BlogContentService extends ApiCmsServerBase {
6560
7040
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithTagId/' + Id, model, {
6561
7041
  headers: this.getHeaders(),
6562
7042
  })
6563
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7043
+ .pipe(retry(this.configApiRetry),
7044
+ // catchError(this.handleError)
7045
+ map((ret) => {
6564
7046
  return this.errorExceptionResultCheck(ret);
6565
7047
  }));
6566
7048
  }
@@ -6572,7 +7054,9 @@ class BlogContentService extends ApiCmsServerBase {
6572
7054
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCategoryUseInContentId/' + Id, model, {
6573
7055
  headers: this.getHeaders(),
6574
7056
  })
6575
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7057
+ .pipe(retry(this.configApiRetry),
7058
+ // catchError(this.handleError)
7059
+ map((ret) => {
6576
7060
  return this.errorExceptionResultCheck(ret);
6577
7061
  }));
6578
7062
  }
@@ -6584,7 +7068,9 @@ class BlogContentService extends ApiCmsServerBase {
6584
7068
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
6585
7069
  headers: this.getHeaders(),
6586
7070
  })
6587
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7071
+ .pipe(retry(this.configApiRetry),
7072
+ // catchError(this.handleError)
7073
+ map((ret) => {
6588
7074
  return this.errorExceptionResultBaseCheck(ret);
6589
7075
  }));
6590
7076
  }
@@ -6593,7 +7079,9 @@ class BlogContentService extends ApiCmsServerBase {
6593
7079
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
6594
7080
  headers: this.getHeaders(),
6595
7081
  })
6596
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7082
+ .pipe(retry(this.configApiRetry),
7083
+ // catchError(this.handleError)
7084
+ map((ret) => {
6597
7085
  return this.errorExceptionResultBaseCheck(ret);
6598
7086
  }));
6599
7087
  }
@@ -6602,7 +7090,9 @@ class BlogContentService extends ApiCmsServerBase {
6602
7090
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
6603
7091
  headers: this.getHeaders(),
6604
7092
  })
6605
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7093
+ .pipe(retry(this.configApiRetry),
7094
+ // catchError(this.handleError)
7095
+ map((ret) => {
6606
7096
  return this.errorExceptionResultBaseCheck(ret);
6607
7097
  }));
6608
7098
  }
@@ -6614,7 +7104,9 @@ class BlogContentService extends ApiCmsServerBase {
6614
7104
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
6615
7105
  headers: this.getHeaders(),
6616
7106
  })
6617
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7107
+ .pipe(retry(this.configApiRetry),
7108
+ // catchError(this.handleError)
7109
+ map((ret) => {
6618
7110
  return this.errorExceptionResultCheck(ret);
6619
7111
  }));
6620
7112
  }
@@ -6626,7 +7118,9 @@ class BlogContentService extends ApiCmsServerBase {
6626
7118
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
6627
7119
  headers: this.getHeaders(),
6628
7120
  })
6629
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7121
+ .pipe(retry(this.configApiRetry),
7122
+ // catchError(this.handleError)
7123
+ map((ret) => {
6630
7124
  return this.errorExceptionResultCheck(ret);
6631
7125
  }));
6632
7126
  }
@@ -6638,7 +7132,9 @@ class BlogContentService extends ApiCmsServerBase {
6638
7132
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
6639
7133
  headers: this.getHeaders(),
6640
7134
  })
6641
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7135
+ .pipe(retry(this.configApiRetry),
7136
+ // catchError(this.handleError)
7137
+ map((ret) => {
6642
7138
  return this.errorExceptionResultCheck(ret);
6643
7139
  }));
6644
7140
  }
@@ -6672,7 +7168,9 @@ class BlogContentOtherInfoService extends ApiCmsServerBase {
6672
7168
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
6673
7169
  headers: this.getHeaders(),
6674
7170
  })
6675
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7171
+ .pipe(retry(this.configApiRetry),
7172
+ // catchError(this.handleError)
7173
+ map((ret) => {
6676
7174
  return this.errorExceptionResultCheck(ret);
6677
7175
  }));
6678
7176
  }
@@ -6684,7 +7182,9 @@ class BlogContentOtherInfoService extends ApiCmsServerBase {
6684
7182
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditBatch', model, {
6685
7183
  headers: this.getHeaders(),
6686
7184
  })
6687
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7185
+ .pipe(retry(this.configApiRetry),
7186
+ // catchError(this.handleError)
7187
+ map((ret) => {
6688
7188
  return this.errorExceptionResultCheck(ret);
6689
7189
  }));
6690
7190
  }
@@ -6729,7 +7229,9 @@ class BlogContentSimilarService extends ApiCmsServerBase {
6729
7229
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
6730
7230
  headers: this.getHeaders(),
6731
7231
  })
6732
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7232
+ .pipe(retry(this.configApiRetry),
7233
+ // catchError(this.handleError)
7234
+ map((ret) => {
6733
7235
  return this.errorExceptionResultCheck(ret);
6734
7236
  }));
6735
7237
  }
@@ -6741,7 +7243,9 @@ class BlogContentSimilarService extends ApiCmsServerBase {
6741
7243
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
6742
7244
  headers: this.getHeaders(),
6743
7245
  })
6744
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7246
+ .pipe(retry(this.configApiRetry),
7247
+ // catchError(this.handleError)
7248
+ map((ret) => {
6745
7249
  return this.errorExceptionResultCheck(ret);
6746
7250
  }));
6747
7251
  }
@@ -6764,7 +7268,9 @@ class BlogContentTagService extends ApiCmsServerBase {
6764
7268
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
6765
7269
  headers: this.getHeaders(),
6766
7270
  })
6767
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7271
+ .pipe(retry(this.configApiRetry),
7272
+ // catchError(this.handleError)
7273
+ map((ret) => {
6768
7274
  return this.errorExceptionResultCheck(ret);
6769
7275
  }));
6770
7276
  }
@@ -6776,7 +7282,9 @@ class BlogContentTagService extends ApiCmsServerBase {
6776
7282
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
6777
7283
  headers: this.getHeaders(),
6778
7284
  })
6779
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7285
+ .pipe(retry(this.configApiRetry),
7286
+ // catchError(this.handleError)
7287
+ map((ret) => {
6780
7288
  return this.errorExceptionResultCheck(ret);
6781
7289
  }));
6782
7290
  }
@@ -6821,7 +7329,9 @@ class BlogShareServerCategoryService extends ApiCmsServerBase {
6821
7329
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOtherSite/', model, {
6822
7330
  headers: this.getHeaders(),
6823
7331
  })
6824
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7332
+ .pipe(retry(this.configApiRetry),
7333
+ // catchError(this.handleError)
7334
+ map((ret) => {
6825
7335
  return this.errorExceptionResultCheck(ret);
6826
7336
  }));
6827
7337
  }
@@ -6916,7 +7426,9 @@ class CatalogCategoryService extends ApiCmsServerBase {
6916
7426
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
6917
7427
  headers: this.getHeaders(),
6918
7428
  })
6919
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7429
+ .pipe(retry(this.configApiRetry),
7430
+ // catchError(this.handleError)
7431
+ map((ret) => {
6920
7432
  return this.errorExceptionResultCheck(ret);
6921
7433
  }));
6922
7434
  }
@@ -6939,7 +7451,9 @@ class CatalogContentService extends ApiCmsServerBase {
6939
7451
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
6940
7452
  headers: this.getHeaders(),
6941
7453
  })
6942
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7454
+ .pipe(retry(this.configApiRetry),
7455
+ // catchError(this.handleError)
7456
+ map((ret) => {
6943
7457
  return this.errorExceptionResultBaseCheck(ret);
6944
7458
  }));
6945
7459
  }
@@ -6948,7 +7462,9 @@ class CatalogContentService extends ApiCmsServerBase {
6948
7462
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
6949
7463
  headers: this.getHeaders(),
6950
7464
  })
6951
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7465
+ .pipe(retry(this.configApiRetry),
7466
+ // catchError(this.handleError)
7467
+ map((ret) => {
6952
7468
  return this.errorExceptionResultBaseCheck(ret);
6953
7469
  }));
6954
7470
  }
@@ -6957,7 +7473,9 @@ class CatalogContentService extends ApiCmsServerBase {
6957
7473
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
6958
7474
  headers: this.getHeaders(),
6959
7475
  })
6960
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7476
+ .pipe(retry(this.configApiRetry),
7477
+ // catchError(this.handleError)
7478
+ map((ret) => {
6961
7479
  return this.errorExceptionResultBaseCheck(ret);
6962
7480
  }));
6963
7481
  }
@@ -6969,7 +7487,9 @@ class CatalogContentService extends ApiCmsServerBase {
6969
7487
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
6970
7488
  headers: this.getHeaders(),
6971
7489
  })
6972
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7490
+ .pipe(retry(this.configApiRetry),
7491
+ // catchError(this.handleError)
7492
+ map((ret) => {
6973
7493
  return this.errorExceptionResultCheck(ret);
6974
7494
  }));
6975
7495
  }
@@ -6981,7 +7501,9 @@ class CatalogContentService extends ApiCmsServerBase {
6981
7501
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
6982
7502
  headers: this.getHeaders(),
6983
7503
  })
6984
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7504
+ .pipe(retry(this.configApiRetry),
7505
+ // catchError(this.handleError)
7506
+ map((ret) => {
6985
7507
  return this.errorExceptionResultCheck(ret);
6986
7508
  }));
6987
7509
  }
@@ -6993,7 +7515,9 @@ class CatalogContentService extends ApiCmsServerBase {
6993
7515
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
6994
7516
  headers: this.getHeaders(),
6995
7517
  })
6996
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7518
+ .pipe(retry(this.configApiRetry),
7519
+ // catchError(this.handleError)
7520
+ map((ret) => {
6997
7521
  return this.errorExceptionResultCheck(ret);
6998
7522
  }));
6999
7523
  }
@@ -7056,7 +7580,9 @@ class BankPaymentPrivateSiteConfigService extends ApiCmsServerBase {
7056
7580
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormatter/' + id, {
7057
7581
  headers: this.getHeaders(),
7058
7582
  })
7059
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7583
+ .pipe(retry(this.configApiRetry),
7584
+ // catchError(this.handleError)
7585
+ map((ret) => {
7060
7586
  return this.errorExceptionResultCheck(ret);
7061
7587
  }));
7062
7588
  }
@@ -7068,7 +7594,9 @@ class BankPaymentPrivateSiteConfigService extends ApiCmsServerBase {
7068
7594
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/TestPay', model, {
7069
7595
  headers: this.getHeaders(),
7070
7596
  })
7071
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7597
+ .pipe(retry(this.configApiRetry),
7598
+ // catchError(this.handleError)
7599
+ map((ret) => {
7072
7600
  return this.errorExceptionResultCheck(ret);
7073
7601
  }));
7074
7602
  }
@@ -7080,7 +7608,9 @@ class BankPaymentPrivateSiteConfigService extends ApiCmsServerBase {
7080
7608
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GoToBankPaymentWebSite', model, {
7081
7609
  headers: this.getHeaders(),
7082
7610
  })
7083
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7611
+ .pipe(retry(this.configApiRetry),
7612
+ // catchError(this.handleError)
7613
+ map((ret) => {
7084
7614
  return this.errorExceptionResultCheck(ret);
7085
7615
  }));
7086
7616
  }
@@ -7089,7 +7619,9 @@ class BankPaymentPrivateSiteConfigService extends ApiCmsServerBase {
7089
7619
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PaymentGatewayList', {
7090
7620
  headers: this.getHeaders(),
7091
7621
  })
7092
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7622
+ .pipe(retry(this.configApiRetry),
7623
+ // catchError(this.handleError)
7624
+ map((ret) => {
7093
7625
  return this.errorExceptionResultCheck(ret);
7094
7626
  }));
7095
7627
  }
@@ -7098,7 +7630,9 @@ class BankPaymentPrivateSiteConfigService extends ApiCmsServerBase {
7098
7630
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PaymentGatewayCoreList', {
7099
7631
  headers: this.getHeaders(),
7100
7632
  })
7101
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7633
+ .pipe(retry(this.configApiRetry),
7634
+ // catchError(this.handleError)
7635
+ map((ret) => {
7102
7636
  return this.errorExceptionResultCheck(ret);
7103
7637
  }));
7104
7638
  }
@@ -7118,7 +7652,9 @@ class BankPaymentPublicConfigService extends ApiCmsServerBase {
7118
7652
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormatter/' + id, {
7119
7653
  headers: this.getHeaders(),
7120
7654
  })
7121
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7655
+ .pipe(retry(this.configApiRetry),
7656
+ // catchError(this.handleError)
7657
+ map((ret) => {
7122
7658
  return this.errorExceptionResultCheck(ret);
7123
7659
  }));
7124
7660
  }
@@ -7127,7 +7663,9 @@ class BankPaymentPublicConfigService extends ApiCmsServerBase {
7127
7663
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
7128
7664
  headers: this.getHeaders(),
7129
7665
  })
7130
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7666
+ .pipe(retry(this.configApiRetry),
7667
+ // catchError(this.handleError)
7668
+ map((ret) => {
7131
7669
  return this.errorExceptionResultCheck(ret);
7132
7670
  }));
7133
7671
  }
@@ -7147,7 +7685,9 @@ class BankPaymentTransactionService extends ApiCmsServerBase {
7147
7685
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TransactionCheck/' + id, {
7148
7686
  headers: this.getHeaders(),
7149
7687
  })
7150
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
7688
+ .pipe(retry(this.configApiRetry),
7689
+ // catchError(this.handleError)
7690
+ map((ret) => {
7151
7691
  return this.errorExceptionResultCheck(ret);
7152
7692
  }));
7153
7693
  }
@@ -7178,7 +7718,9 @@ class BankPaymentEnumService extends ApiServerBase {
7178
7718
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TransactionRecordStatusEnum', {
7179
7719
  headers: this.getHeaders(),
7180
7720
  })
7181
- .pipe(catchError(this.handleError), map((ret) => {
7721
+ .pipe(
7722
+ // catchError(this.handleError)
7723
+ map((ret) => {
7182
7724
  return this.errorExceptionResultCheck(ret);
7183
7725
  }));
7184
7726
  }
@@ -7187,7 +7729,9 @@ class BankPaymentEnumService extends ApiServerBase {
7187
7729
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TransactionBankStatusEnum', {
7188
7730
  headers: this.getHeaders(),
7189
7731
  })
7190
- .pipe(catchError(this.handleError), map((ret) => {
7732
+ .pipe(
7733
+ // catchError(this.handleError)
7734
+ map((ret) => {
7191
7735
  return this.errorExceptionResultCheck(ret);
7192
7736
  }));
7193
7737
  }
@@ -7366,7 +7910,9 @@ class SmsEnumService extends ApiServerBase {
7366
7910
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsApiNumberPermissionAccessStatusEnum', {
7367
7911
  headers: this.getHeaders(),
7368
7912
  })
7369
- .pipe(catchError(this.handleError), map((ret) => {
7913
+ .pipe(
7914
+ // catchError(this.handleError)
7915
+ map((ret) => {
7370
7916
  return this.errorExceptionResultCheck(ret);
7371
7917
  }));
7372
7918
  }
@@ -7375,7 +7921,9 @@ class SmsEnumService extends ApiServerBase {
7375
7921
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsApiNumberPermissionActionEnum', {
7376
7922
  headers: this.getHeaders(),
7377
7923
  })
7378
- .pipe(catchError(this.handleError), map((ret) => {
7924
+ .pipe(
7925
+ // catchError(this.handleError)
7926
+ map((ret) => {
7379
7927
  return this.errorExceptionResultCheck(ret);
7380
7928
  }));
7381
7929
  }
@@ -7384,7 +7932,9 @@ class SmsEnumService extends ApiServerBase {
7384
7932
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsApiPathPermissionAccessStatusEnum', {
7385
7933
  headers: this.getHeaders(),
7386
7934
  })
7387
- .pipe(catchError(this.handleError), map((ret) => {
7935
+ .pipe(
7936
+ // catchError(this.handleError)
7937
+ map((ret) => {
7388
7938
  return this.errorExceptionResultCheck(ret);
7389
7939
  }));
7390
7940
  }
@@ -7393,7 +7943,9 @@ class SmsEnumService extends ApiServerBase {
7393
7943
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsApiPathPermissionActionEnum', {
7394
7944
  headers: this.getHeaders(),
7395
7945
  })
7396
- .pipe(catchError(this.handleError), map((ret) => {
7946
+ .pipe(
7947
+ // catchError(this.handleError)
7948
+ map((ret) => {
7397
7949
  return this.errorExceptionResultCheck(ret);
7398
7950
  }));
7399
7951
  }
@@ -7402,7 +7954,9 @@ class SmsEnumService extends ApiServerBase {
7402
7954
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsMessageTypeEnum', {
7403
7955
  headers: this.getHeaders(),
7404
7956
  })
7405
- .pipe(catchError(this.handleError), map((ret) => {
7957
+ .pipe(
7958
+ // catchError(this.handleError)
7959
+ map((ret) => {
7406
7960
  return this.errorExceptionResultCheck(ret);
7407
7961
  }));
7408
7962
  }
@@ -7411,7 +7965,9 @@ class SmsEnumService extends ApiServerBase {
7411
7965
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsOutBoxTypeEnum', {
7412
7966
  headers: this.getHeaders(),
7413
7967
  })
7414
- .pipe(catchError(this.handleError), map((ret) => {
7968
+ .pipe(
7969
+ // catchError(this.handleError)
7970
+ map((ret) => {
7415
7971
  return this.errorExceptionResultCheck(ret);
7416
7972
  }));
7417
7973
  }
@@ -7420,7 +7976,9 @@ class SmsEnumService extends ApiServerBase {
7420
7976
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsProcessFlowRecordStatusEnum', {
7421
7977
  headers: this.getHeaders(),
7422
7978
  })
7423
- .pipe(catchError(this.handleError), map((ret) => {
7979
+ .pipe(
7980
+ // catchError(this.handleError)
7981
+ map((ret) => {
7424
7982
  return this.errorExceptionResultCheck(ret);
7425
7983
  }));
7426
7984
  }
@@ -7429,7 +7987,9 @@ class SmsEnumService extends ApiServerBase {
7429
7987
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsProcessFlowSmsStatusEnum', {
7430
7988
  headers: this.getHeaders(),
7431
7989
  })
7432
- .pipe(catchError(this.handleError), map((ret) => {
7990
+ .pipe(
7991
+ // catchError(this.handleError)
7992
+ map((ret) => {
7433
7993
  return this.errorExceptionResultCheck(ret);
7434
7994
  }));
7435
7995
  }
@@ -7438,7 +7998,9 @@ class SmsEnumService extends ApiServerBase {
7438
7998
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SmsRecordStatusOutBoxEnum', {
7439
7999
  headers: this.getHeaders(),
7440
8000
  })
7441
- .pipe(catchError(this.handleError), map((ret) => {
8001
+ .pipe(
8002
+ // catchError(this.handleError)
8003
+ map((ret) => {
7442
8004
  return this.errorExceptionResultCheck(ret);
7443
8005
  }));
7444
8006
  }
@@ -7509,7 +8071,9 @@ class SmsMainApiPathService extends ApiCmsServerBase {
7509
8071
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormatter/' + id, {
7510
8072
  headers: this.getHeaders(),
7511
8073
  })
7512
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8074
+ .pipe(retry(this.configApiRetry),
8075
+ // catchError(this.handleError)
8076
+ map((ret) => {
7513
8077
  return this.errorExceptionResultCheck(ret);
7514
8078
  }));
7515
8079
  }
@@ -7521,7 +8085,9 @@ class SmsMainApiPathService extends ApiCmsServerBase {
7521
8085
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendMessageTest', model, {
7522
8086
  headers: this.getHeaders(),
7523
8087
  })
7524
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8088
+ .pipe(retry(this.configApiRetry),
8089
+ // catchError(this.handleError)
8090
+ map((ret) => {
7525
8091
  return this.errorExceptionResultCheck(ret);
7526
8092
  }));
7527
8093
  }
@@ -7533,7 +8099,9 @@ class SmsMainApiPathService extends ApiCmsServerBase {
7533
8099
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendMessage', model, {
7534
8100
  headers: this.getHeaders(),
7535
8101
  })
7536
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8102
+ .pipe(retry(this.configApiRetry),
8103
+ // catchError(this.handleError)
8104
+ map((ret) => {
7537
8105
  return this.errorExceptionResultCheck(ret);
7538
8106
  }));
7539
8107
  }
@@ -7542,7 +8110,9 @@ class SmsMainApiPathService extends ApiCmsServerBase {
7542
8110
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetToken/' + id, {
7543
8111
  headers: this.getHeaders(),
7544
8112
  })
7545
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8113
+ .pipe(retry(this.configApiRetry),
8114
+ // catchError(this.handleError)
8115
+ map((ret) => {
7546
8116
  return this.errorExceptionResultCheck(ret);
7547
8117
  }));
7548
8118
  }
@@ -7551,7 +8121,9 @@ class SmsMainApiPathService extends ApiCmsServerBase {
7551
8121
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetBalance/' + id, {
7552
8122
  headers: this.getHeaders(),
7553
8123
  })
7554
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8124
+ .pipe(retry(this.configApiRetry),
8125
+ // catchError(this.handleError)
8126
+ map((ret) => {
7555
8127
  return this.errorExceptionResultCheck(ret);
7556
8128
  }));
7557
8129
  }
@@ -7560,7 +8132,9 @@ class SmsMainApiPathService extends ApiCmsServerBase {
7560
8132
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetReceiveInboxManually/' + id, {
7561
8133
  headers: this.getHeaders(),
7562
8134
  })
7563
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8135
+ .pipe(retry(this.configApiRetry),
8136
+ // catchError(this.handleError)
8137
+ map((ret) => {
7564
8138
  return this.errorExceptionResultCheck(ret);
7565
8139
  }));
7566
8140
  }
@@ -7646,7 +8220,9 @@ class SmsMainApiPathPublicConfigService extends ApiCmsServerBase {
7646
8220
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormatter/' + id, {
7647
8221
  headers: this.getHeaders(),
7648
8222
  })
7649
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8223
+ .pipe(retry(this.configApiRetry),
8224
+ // catchError(this.handleError)
8225
+ map((ret) => {
7650
8226
  return this.errorExceptionResultCheck(ret);
7651
8227
  }));
7652
8228
  }
@@ -7655,7 +8231,9 @@ class SmsMainApiPathPublicConfigService extends ApiCmsServerBase {
7655
8231
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
7656
8232
  headers: this.getHeaders(),
7657
8233
  })
7658
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8234
+ .pipe(retry(this.configApiRetry),
8235
+ // catchError(this.handleError)
8236
+ map((ret) => {
7659
8237
  return this.errorExceptionResultCheck(ret);
7660
8238
  }));
7661
8239
  }
@@ -7730,7 +8308,9 @@ class SmsMainMessageCategoryService extends ApiCmsServerBase {
7730
8308
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
7731
8309
  headers: this.getHeaders(),
7732
8310
  })
7733
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8311
+ .pipe(retry(this.configApiRetry),
8312
+ // catchError(this.handleError)
8313
+ map((ret) => {
7734
8314
  return this.errorExceptionResultCheck(ret);
7735
8315
  }));
7736
8316
  }
@@ -7750,7 +8330,9 @@ class SmsLogOutBoxQueueService extends ApiCmsServerBase {
7750
8330
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllReadyToSend/', model, {
7751
8331
  headers: this.getHeaders(),
7752
8332
  })
7753
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8333
+ .pipe(retry(this.configApiRetry),
8334
+ // catchError(this.handleError)
8335
+ map((ret) => {
7754
8336
  return this.errorExceptionResultCheck(ret);
7755
8337
  }));
7756
8338
  }
@@ -7759,7 +8341,9 @@ class SmsLogOutBoxQueueService extends ApiCmsServerBase {
7759
8341
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllSending/', model, {
7760
8342
  headers: this.getHeaders(),
7761
8343
  })
7762
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8344
+ .pipe(retry(this.configApiRetry),
8345
+ // catchError(this.handleError)
8346
+ map((ret) => {
7763
8347
  return this.errorExceptionResultCheck(ret);
7764
8348
  }));
7765
8349
  }
@@ -7790,7 +8374,9 @@ class SmsLogOutBoxTaskSchedulerService extends ApiCmsServerBase {
7790
8374
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllReadyToSend/', model, {
7791
8375
  headers: this.getHeaders(),
7792
8376
  })
7793
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8377
+ .pipe(retry(this.configApiRetry),
8378
+ // catchError(this.handleError)
8379
+ map((ret) => {
7794
8380
  return this.errorExceptionResultCheck(ret);
7795
8381
  }));
7796
8382
  }
@@ -7799,7 +8385,9 @@ class SmsLogOutBoxTaskSchedulerService extends ApiCmsServerBase {
7799
8385
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllSending/', model, {
7800
8386
  headers: this.getHeaders(),
7801
8387
  })
7802
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8388
+ .pipe(retry(this.configApiRetry),
8389
+ // catchError(this.handleError)
8390
+ map((ret) => {
7803
8391
  return this.errorExceptionResultCheck(ret);
7804
8392
  }));
7805
8393
  }
@@ -7934,7 +8522,9 @@ class ApplicationEnumService extends ApiServerBase {
7934
8522
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/NotificationTypeEnum', {
7935
8523
  headers: this.getHeaders(),
7936
8524
  })
7937
- .pipe(catchError(this.handleError), map((ret) => {
8525
+ .pipe(
8526
+ // catchError(this.handleError)
8527
+ map((ret) => {
7938
8528
  return this.errorExceptionResultCheck(ret);
7939
8529
  }));
7940
8530
  }
@@ -7966,7 +8556,9 @@ class ApplicationAppService extends ApiCmsServerBase {
7966
8556
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
7967
8557
  headers: this.getHeaders(),
7968
8558
  })
7969
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8559
+ .pipe(retry(this.configApiRetry),
8560
+ // catchError(this.handleError)
8561
+ map((ret) => {
7970
8562
  return this.errorExceptionResultBaseCheck(ret);
7971
8563
  }));
7972
8564
  }
@@ -7978,7 +8570,9 @@ class ApplicationAppService extends ApiCmsServerBase {
7978
8570
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClickList', model, {
7979
8571
  headers: this.getHeaders(),
7980
8572
  })
7981
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8573
+ .pipe(retry(this.configApiRetry),
8574
+ // catchError(this.handleError)
8575
+ map((ret) => {
7982
8576
  return this.errorExceptionResultCheck(ret);
7983
8577
  }));
7984
8578
  }
@@ -7987,7 +8581,9 @@ class ApplicationAppService extends ApiCmsServerBase {
7987
8581
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentApp', {
7988
8582
  headers: this.getHeaders(),
7989
8583
  })
7990
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8584
+ .pipe(retry(this.configApiRetry),
8585
+ // catchError(this.handleError)
8586
+ map((ret) => {
7991
8587
  return this.errorExceptionResultCheck(ret);
7992
8588
  }));
7993
8589
  }
@@ -7996,7 +8592,9 @@ class ApplicationAppService extends ApiCmsServerBase {
7996
8592
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/build/' + id, {
7997
8593
  headers: this.getHeaders(),
7998
8594
  })
7999
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8595
+ .pipe(retry(this.configApiRetry),
8596
+ // catchError(this.handleError)
8597
+ map((ret) => {
8000
8598
  return this.errorExceptionResultCheck(ret);
8001
8599
  }));
8002
8600
  }
@@ -8005,7 +8603,9 @@ class ApplicationAppService extends ApiCmsServerBase {
8005
8603
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/build/' + id + '/' + key, {
8006
8604
  headers: this.getHeaders(),
8007
8605
  })
8008
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8606
+ .pipe(retry(this.configApiRetry),
8607
+ // catchError(this.handleError)
8608
+ map((ret) => {
8009
8609
  return this.errorExceptionResultCheck(ret);
8010
8610
  }));
8011
8611
  }
@@ -8017,7 +8617,9 @@ class ApplicationAppService extends ApiCmsServerBase {
8017
8617
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/BuildInfo', model, {
8018
8618
  headers: this.getHeaders(),
8019
8619
  })
8020
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8620
+ .pipe(retry(this.configApiRetry),
8621
+ // catchError(this.handleError)
8622
+ map((ret) => {
8021
8623
  return this.errorExceptionResultBaseCheck(ret);
8022
8624
  }));
8023
8625
  }
@@ -8029,7 +8631,9 @@ class ApplicationAppService extends ApiCmsServerBase {
8029
8631
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/UploadUpdate', model, {
8030
8632
  headers: this.getHeaders(),
8031
8633
  })
8032
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8634
+ .pipe(retry(this.configApiRetry),
8635
+ // catchError(this.handleError)
8636
+ map((ret) => {
8033
8637
  return this.errorExceptionResultCheck(ret);
8034
8638
  }));
8035
8639
  }
@@ -8041,7 +8645,9 @@ class ApplicationAppService extends ApiCmsServerBase {
8041
8645
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Upload', model, {
8042
8646
  headers: this.getHeaders(),
8043
8647
  })
8044
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8648
+ .pipe(retry(this.configApiRetry),
8649
+ // catchError(this.handleError)
8650
+ map((ret) => {
8045
8651
  return this.errorExceptionResultCheck(ret);
8046
8652
  }));
8047
8653
  }
@@ -8072,7 +8678,9 @@ class ApplicationLayoutService extends ApiCmsServerBase {
8072
8678
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneWithJsonFormat', model, {
8073
8679
  headers: this.getHeaders(),
8074
8680
  })
8075
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8681
+ .pipe(retry(this.configApiRetry),
8682
+ // catchError(this.handleError)
8683
+ map((ret) => {
8076
8684
  return this.errorExceptionResultCheck(ret);
8077
8685
  }));
8078
8686
  }
@@ -8081,7 +8689,9 @@ class ApplicationLayoutService extends ApiCmsServerBase {
8081
8689
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithJsonFormat', model, {
8082
8690
  headers: this.getHeaders(),
8083
8691
  })
8084
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8692
+ .pipe(retry(this.configApiRetry),
8693
+ // catchError(this.handleError)
8694
+ map((ret) => {
8085
8695
  return this.errorExceptionResultCheck(ret);
8086
8696
  }));
8087
8697
  }
@@ -8112,7 +8722,9 @@ class ApplicationLogNotificationService extends ApiCmsServerBase {
8112
8722
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/SendNotification', model, {
8113
8723
  headers: this.getHeaders(),
8114
8724
  })
8115
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8725
+ .pipe(retry(this.configApiRetry),
8726
+ // catchError(this.handleError)
8727
+ map((ret) => {
8116
8728
  return this.errorExceptionResultCheck(ret);
8117
8729
  }));
8118
8730
  }
@@ -8143,7 +8755,9 @@ class ApplicationSourceService extends ApiCmsServerBase {
8143
8755
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/buildApp/' + Id, {
8144
8756
  headers: this.getHeaders(),
8145
8757
  })
8146
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8758
+ .pipe(retry(this.configApiRetry),
8759
+ // catchError(this.handleError)
8760
+ map((ret) => {
8147
8761
  return this.errorExceptionResultCheck(ret);
8148
8762
  }));
8149
8763
  }
@@ -8174,7 +8788,9 @@ class ApplicationThemeConfigService extends ApiCmsServerBase {
8174
8788
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CurrentTheme', {
8175
8789
  headers: this.getHeaders(),
8176
8790
  })
8177
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8791
+ .pipe(retry(this.configApiRetry),
8792
+ // catchError(this.handleError)
8793
+ map((ret) => {
8178
8794
  return this.errorExceptionResultCheck(ret);
8179
8795
  }));
8180
8796
  }
@@ -8277,7 +8893,9 @@ class PollingCategoryService extends ApiCmsServerBase {
8277
8893
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
8278
8894
  headers: this.getHeaders(),
8279
8895
  })
8280
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8896
+ .pipe(retry(this.configApiRetry),
8897
+ // catchError(this.handleError)
8898
+ map((ret) => {
8281
8899
  return this.errorExceptionResultCheck(ret);
8282
8900
  }));
8283
8901
  }
@@ -8322,7 +8940,9 @@ class PollingVoteService extends ApiCmsServerBase {
8322
8940
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
8323
8941
  headers: this.getHeaders(),
8324
8942
  })
8325
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
8943
+ .pipe(retry(this.configApiRetry),
8944
+ // catchError(this.handleError)
8945
+ map((ret) => {
8326
8946
  return this.errorExceptionResultCheck(ret);
8327
8947
  }));
8328
8948
  }
@@ -8382,7 +9002,9 @@ class ContactCategoryService extends ApiCmsServerBase {
8382
9002
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
8383
9003
  headers: this.getHeaders(),
8384
9004
  })
8385
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9005
+ .pipe(retry(this.configApiRetry),
9006
+ // catchError(this.handleError)
9007
+ map((ret) => {
8386
9008
  return this.errorExceptionResultCheck(ret);
8387
9009
  }));
8388
9010
  }
@@ -8445,7 +9067,9 @@ class TicketingAnswerService extends ApiCmsServerBase {
8445
9067
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AnswerReaded/' + id, {
8446
9068
  headers: this.getHeaders(),
8447
9069
  })
8448
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9070
+ .pipe(retry(this.configApiRetry),
9071
+ // catchError(this.handleError)
9072
+ map((ret) => {
8449
9073
  return this.errorExceptionResultCheck(ret);
8450
9074
  }));
8451
9075
  }
@@ -8468,7 +9092,9 @@ class TicketingDepartemenService extends ApiCmsServerBase {
8468
9092
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOrigin/', model, {
8469
9093
  headers: this.getHeaders(),
8470
9094
  })
8471
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9095
+ .pipe(retry(this.configApiRetry),
9096
+ // catchError(this.handleError)
9097
+ map((ret) => {
8472
9098
  return this.errorExceptionResultCheck(ret);
8473
9099
  }));
8474
9100
  }
@@ -8503,7 +9129,9 @@ class TicketingDepartemenOperatorService extends ApiCmsServerBase {
8503
9129
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOperator', model, {
8504
9130
  headers: this.getHeaders(),
8505
9131
  })
8506
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9132
+ .pipe(retry(this.configApiRetry),
9133
+ // catchError(this.handleError)
9134
+ map((ret) => {
8507
9135
  return this.errorExceptionResultCheck(ret);
8508
9136
  }));
8509
9137
  }
@@ -8526,7 +9154,9 @@ class TicketingFaqService extends ApiCmsServerBase {
8526
9154
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOrigin/', model, {
8527
9155
  headers: this.getHeaders(),
8528
9156
  })
8529
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9157
+ .pipe(retry(this.configApiRetry),
9158
+ // catchError(this.handleError)
9159
+ map((ret) => {
8530
9160
  return this.errorExceptionResultCheck(ret);
8531
9161
  }));
8532
9162
  }
@@ -8556,7 +9186,9 @@ class TicketingTaskService extends ApiCmsServerBase {
8556
9186
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ContactUS', model, {
8557
9187
  headers: this.getHeaders(),
8558
9188
  })
8559
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9189
+ .pipe(retry(this.configApiRetry),
9190
+ // catchError(this.handleError)
9191
+ map((ret) => {
8560
9192
  return this.errorExceptionResultCheck(ret);
8561
9193
  }));
8562
9194
  }
@@ -8565,7 +9197,9 @@ class TicketingTaskService extends ApiCmsServerBase {
8565
9197
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TaskReaded/' + id, {
8566
9198
  headers: this.getHeaders(),
8567
9199
  })
8568
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9200
+ .pipe(retry(this.configApiRetry),
9201
+ // catchError(this.handleError)
9202
+ map((ret) => {
8569
9203
  return this.errorExceptionResultCheck(ret);
8570
9204
  }));
8571
9205
  }
@@ -8574,7 +9208,9 @@ class TicketingTaskService extends ApiCmsServerBase {
8574
9208
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/isClosed/' + id, {
8575
9209
  headers: this.getHeaders(),
8576
9210
  })
8577
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9211
+ .pipe(retry(this.configApiRetry),
9212
+ // catchError(this.handleError)
9213
+ map((ret) => {
8578
9214
  return this.errorExceptionResultCheck(ret);
8579
9215
  }));
8580
9216
  }
@@ -8605,7 +9241,9 @@ class TicketingEnumService extends ApiServerBase {
8605
9241
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TicketingDepartemenPriorityEnum', {
8606
9242
  headers: this.getHeaders(),
8607
9243
  })
8608
- .pipe(catchError(this.handleError), map((ret) => {
9244
+ .pipe(
9245
+ // catchError(this.handleError)
9246
+ map((ret) => {
8609
9247
  return this.errorExceptionResultCheck(ret);
8610
9248
  }));
8611
9249
  }
@@ -8614,7 +9252,9 @@ class TicketingEnumService extends ApiServerBase {
8614
9252
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TicketStatusEnum', {
8615
9253
  headers: this.getHeaders(),
8616
9254
  })
8617
- .pipe(catchError(this.handleError), map((ret) => {
9255
+ .pipe(
9256
+ // catchError(this.handleError)
9257
+ map((ret) => {
8618
9258
  return this.errorExceptionResultCheck(ret);
8619
9259
  }));
8620
9260
  }
@@ -8623,7 +9263,9 @@ class TicketingEnumService extends ApiServerBase {
8623
9263
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AnswerStatusEnum', {
8624
9264
  headers: this.getHeaders(),
8625
9265
  })
8626
- .pipe(catchError(this.handleError), map((ret) => {
9266
+ .pipe(
9267
+ // catchError(this.handleError)
9268
+ map((ret) => {
8627
9269
  return this.errorExceptionResultCheck(ret);
8628
9270
  }));
8629
9271
  }
@@ -8725,7 +9367,9 @@ class HyperShopCategoryService extends ApiCmsServerBase {
8725
9367
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllMicroService/', model, {
8726
9368
  headers: this.getHeaders(),
8727
9369
  })
8728
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9370
+ .pipe(retry(this.configApiRetry),
9371
+ // catchError(this.handleError)
9372
+ map((ret) => {
8729
9373
  return this.errorExceptionResultCheck(ret);
8730
9374
  }));
8731
9375
  }
@@ -8734,7 +9378,9 @@ class HyperShopCategoryService extends ApiCmsServerBase {
8734
9378
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneMicroService/' + id, {
8735
9379
  headers: this.getHeaders(),
8736
9380
  })
8737
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9381
+ .pipe(retry(this.configApiRetry),
9382
+ // catchError(this.handleError)
9383
+ map((ret) => {
8738
9384
  return this.errorExceptionResultCheck(ret);
8739
9385
  }));
8740
9386
  }
@@ -8757,7 +9403,9 @@ class HyperShopContentService extends ApiCmsServerBase {
8757
9403
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllMicroService/', model, {
8758
9404
  headers: this.getHeaders(),
8759
9405
  })
8760
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9406
+ .pipe(retry(this.configApiRetry),
9407
+ // catchError(this.handleError)
9408
+ map((ret) => {
8761
9409
  return this.errorExceptionResultCheck(ret);
8762
9410
  }));
8763
9411
  }
@@ -8766,7 +9414,9 @@ class HyperShopContentService extends ApiCmsServerBase {
8766
9414
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetOneMicroService/' + id, {
8767
9415
  headers: this.getHeaders(),
8768
9416
  })
8769
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9417
+ .pipe(retry(this.configApiRetry),
9418
+ // catchError(this.handleError)
9419
+ map((ret) => {
8770
9420
  return this.errorExceptionResultCheck(ret);
8771
9421
  }));
8772
9422
  }
@@ -8775,7 +9425,9 @@ class HyperShopContentService extends ApiCmsServerBase {
8775
9425
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
8776
9426
  headers: this.getHeaders(),
8777
9427
  })
8778
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9428
+ .pipe(retry(this.configApiRetry),
9429
+ // catchError(this.handleError)
9430
+ map((ret) => {
8779
9431
  return this.errorExceptionResultBaseCheck(ret);
8780
9432
  }));
8781
9433
  }
@@ -8784,7 +9436,9 @@ class HyperShopContentService extends ApiCmsServerBase {
8784
9436
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
8785
9437
  headers: this.getHeaders(),
8786
9438
  })
8787
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9439
+ .pipe(retry(this.configApiRetry),
9440
+ // catchError(this.handleError)
9441
+ map((ret) => {
8788
9442
  return this.errorExceptionResultBaseCheck(ret);
8789
9443
  }));
8790
9444
  }
@@ -8796,7 +9450,9 @@ class HyperShopContentService extends ApiCmsServerBase {
8796
9450
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
8797
9451
  headers: this.getHeaders(),
8798
9452
  })
8799
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9453
+ .pipe(retry(this.configApiRetry),
9454
+ // catchError(this.handleError)
9455
+ map((ret) => {
8800
9456
  return this.errorExceptionResultCheck(ret);
8801
9457
  }));
8802
9458
  }
@@ -8816,7 +9472,9 @@ class HyperShopOrderService extends ApiCmsServerBase {
8816
9472
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LastOrder', {
8817
9473
  headers: this.getHeaders(),
8818
9474
  })
8819
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9475
+ .pipe(retry(this.configApiRetry),
9476
+ // catchError(this.handleError)
9477
+ map((ret) => {
8820
9478
  return this.errorExceptionResultCheck(ret);
8821
9479
  }));
8822
9480
  }
@@ -8825,7 +9483,9 @@ class HyperShopOrderService extends ApiCmsServerBase {
8825
9483
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', {
8826
9484
  headers: this.getHeaders(),
8827
9485
  })
8828
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9486
+ .pipe(retry(this.configApiRetry),
9487
+ // catchError(this.handleError)
9488
+ map((ret) => {
8829
9489
  return this.errorExceptionResultCheck(ret);
8830
9490
  }));
8831
9491
  }
@@ -8834,7 +9494,9 @@ class HyperShopOrderService extends ApiCmsServerBase {
8834
9494
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', {
8835
9495
  headers: this.getHeaders(),
8836
9496
  })
8837
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9497
+ .pipe(retry(this.configApiRetry),
9498
+ // catchError(this.handleError)
9499
+ map((ret) => {
8838
9500
  return this.errorExceptionResultCheck(ret);
8839
9501
  }));
8840
9502
  }
@@ -8910,7 +9572,9 @@ class BiographyCategoryService extends ApiCmsServerBase {
8910
9572
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
8911
9573
  headers: this.getHeaders(),
8912
9574
  })
8913
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9575
+ .pipe(retry(this.configApiRetry),
9576
+ // catchError(this.handleError)
9577
+ map((ret) => {
8914
9578
  return this.errorExceptionResultCheck(ret);
8915
9579
  }));
8916
9580
  }
@@ -8930,7 +9594,9 @@ class BiographyCommentService extends ApiCmsServerBase {
8930
9594
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LikeClick/' + Id, {
8931
9595
  headers: this.getHeaders(),
8932
9596
  })
8933
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9597
+ .pipe(retry(this.configApiRetry),
9598
+ // catchError(this.handleError)
9599
+ map((ret) => {
8934
9600
  return this.errorExceptionResultBaseCheck(ret);
8935
9601
  }));
8936
9602
  }
@@ -8939,7 +9605,9 @@ class BiographyCommentService extends ApiCmsServerBase {
8939
9605
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DisLikeClick/' + Id, {
8940
9606
  headers: this.getHeaders(),
8941
9607
  })
8942
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9608
+ .pipe(retry(this.configApiRetry),
9609
+ // catchError(this.handleError)
9610
+ map((ret) => {
8943
9611
  return this.errorExceptionResultBaseCheck(ret);
8944
9612
  }));
8945
9613
  }
@@ -8983,7 +9651,9 @@ class BiographyContentService extends ApiCmsServerBase {
8983
9651
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithHierarchyCategoryId/' + Id, model, {
8984
9652
  headers: this.getHeaders(),
8985
9653
  })
8986
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9654
+ .pipe(retry(this.configApiRetry),
9655
+ // catchError(this.handleError)
9656
+ map((ret) => {
8987
9657
  return this.errorExceptionResultCheck(ret);
8988
9658
  }));
8989
9659
  }
@@ -8995,7 +9665,9 @@ class BiographyContentService extends ApiCmsServerBase {
8995
9665
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarsId/' + Id, model, {
8996
9666
  headers: this.getHeaders(),
8997
9667
  })
8998
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9668
+ .pipe(retry(this.configApiRetry),
9669
+ // catchError(this.handleError)
9670
+ map((ret) => {
8999
9671
  return this.errorExceptionResultCheck(ret);
9000
9672
  }));
9001
9673
  }
@@ -9007,7 +9679,9 @@ class BiographyContentService extends ApiCmsServerBase {
9007
9679
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithTagId/' + Id, model, {
9008
9680
  headers: this.getHeaders(),
9009
9681
  })
9010
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9682
+ .pipe(retry(this.configApiRetry),
9683
+ // catchError(this.handleError)
9684
+ map((ret) => {
9011
9685
  return this.errorExceptionResultCheck(ret);
9012
9686
  }));
9013
9687
  }
@@ -9019,7 +9693,9 @@ class BiographyContentService extends ApiCmsServerBase {
9019
9693
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCategoryUseInContentId/' + Id, model, {
9020
9694
  headers: this.getHeaders(),
9021
9695
  })
9022
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9696
+ .pipe(retry(this.configApiRetry),
9697
+ // catchError(this.handleError)
9698
+ map((ret) => {
9023
9699
  return this.errorExceptionResultCheck(ret);
9024
9700
  }));
9025
9701
  }
@@ -9031,7 +9707,9 @@ class BiographyContentService extends ApiCmsServerBase {
9031
9707
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
9032
9708
  headers: this.getHeaders(),
9033
9709
  })
9034
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9710
+ .pipe(retry(this.configApiRetry),
9711
+ // catchError(this.handleError)
9712
+ map((ret) => {
9035
9713
  return this.errorExceptionResultBaseCheck(ret);
9036
9714
  }));
9037
9715
  }
@@ -9040,7 +9718,9 @@ class BiographyContentService extends ApiCmsServerBase {
9040
9718
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
9041
9719
  headers: this.getHeaders(),
9042
9720
  })
9043
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9721
+ .pipe(retry(this.configApiRetry),
9722
+ // catchError(this.handleError)
9723
+ map((ret) => {
9044
9724
  return this.errorExceptionResultBaseCheck(ret);
9045
9725
  }));
9046
9726
  }
@@ -9049,7 +9729,9 @@ class BiographyContentService extends ApiCmsServerBase {
9049
9729
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
9050
9730
  headers: this.getHeaders(),
9051
9731
  })
9052
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9732
+ .pipe(retry(this.configApiRetry),
9733
+ // catchError(this.handleError)
9734
+ map((ret) => {
9053
9735
  return this.errorExceptionResultBaseCheck(ret);
9054
9736
  }));
9055
9737
  }
@@ -9061,7 +9743,9 @@ class BiographyContentService extends ApiCmsServerBase {
9061
9743
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
9062
9744
  headers: this.getHeaders(),
9063
9745
  })
9064
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9746
+ .pipe(retry(this.configApiRetry),
9747
+ // catchError(this.handleError)
9748
+ map((ret) => {
9065
9749
  return this.errorExceptionResultCheck(ret);
9066
9750
  }));
9067
9751
  }
@@ -9073,7 +9757,9 @@ class BiographyContentService extends ApiCmsServerBase {
9073
9757
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarLocationPeriodStart', model, {
9074
9758
  headers: this.getHeaders(),
9075
9759
  })
9076
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9760
+ .pipe(retry(this.configApiRetry),
9761
+ // catchError(this.handleError)
9762
+ map((ret) => {
9077
9763
  return this.errorExceptionResultCheck(ret);
9078
9764
  }));
9079
9765
  }
@@ -9085,7 +9771,9 @@ class BiographyContentService extends ApiCmsServerBase {
9085
9771
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarLocationPeriodEnd', model, {
9086
9772
  headers: this.getHeaders(),
9087
9773
  })
9088
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9774
+ .pipe(retry(this.configApiRetry),
9775
+ // catchError(this.handleError)
9776
+ map((ret) => {
9089
9777
  return this.errorExceptionResultCheck(ret);
9090
9778
  }));
9091
9779
  }
@@ -9097,7 +9785,9 @@ class BiographyContentService extends ApiCmsServerBase {
9097
9785
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarDatePeriodStartMonthOfYear', model, {
9098
9786
  headers: this.getHeaders(),
9099
9787
  })
9100
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9788
+ .pipe(retry(this.configApiRetry),
9789
+ // catchError(this.handleError)
9790
+ map((ret) => {
9101
9791
  return this.errorExceptionResultCheck(ret);
9102
9792
  }));
9103
9793
  }
@@ -9109,7 +9799,9 @@ class BiographyContentService extends ApiCmsServerBase {
9109
9799
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarDatePeriodStart', model, {
9110
9800
  headers: this.getHeaders(),
9111
9801
  })
9112
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9802
+ .pipe(retry(this.configApiRetry),
9803
+ // catchError(this.handleError)
9804
+ map((ret) => {
9113
9805
  return this.errorExceptionResultCheck(ret);
9114
9806
  }));
9115
9807
  }
@@ -9121,7 +9813,9 @@ class BiographyContentService extends ApiCmsServerBase {
9121
9813
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarDatePeriodStartDayOfYear', model, {
9122
9814
  headers: this.getHeaders(),
9123
9815
  })
9124
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9816
+ .pipe(retry(this.configApiRetry),
9817
+ // catchError(this.handleError)
9818
+ map((ret) => {
9125
9819
  return this.errorExceptionResultCheck(ret);
9126
9820
  }));
9127
9821
  }
@@ -9133,7 +9827,9 @@ class BiographyContentService extends ApiCmsServerBase {
9133
9827
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarDatePeriodStartDayAndMonthOfYear', model, {
9134
9828
  headers: this.getHeaders(),
9135
9829
  })
9136
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9830
+ .pipe(retry(this.configApiRetry),
9831
+ // catchError(this.handleError)
9832
+ map((ret) => {
9137
9833
  return this.errorExceptionResultCheck(ret);
9138
9834
  }));
9139
9835
  }
@@ -9145,7 +9841,9 @@ class BiographyContentService extends ApiCmsServerBase {
9145
9841
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarDatePeriodEnd', model, {
9146
9842
  headers: this.getHeaders(),
9147
9843
  })
9148
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9844
+ .pipe(retry(this.configApiRetry),
9845
+ // catchError(this.handleError)
9846
+ map((ret) => {
9149
9847
  return this.errorExceptionResultCheck(ret);
9150
9848
  }));
9151
9849
  }
@@ -9157,7 +9855,9 @@ class BiographyContentService extends ApiCmsServerBase {
9157
9855
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithDatePeriodEnd', model, {
9158
9856
  headers: this.getHeaders(),
9159
9857
  })
9160
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9858
+ .pipe(retry(this.configApiRetry),
9859
+ // catchError(this.handleError)
9860
+ map((ret) => {
9161
9861
  return this.errorExceptionResultCheck(ret);
9162
9862
  }));
9163
9863
  }
@@ -9191,7 +9891,9 @@ class BiographyContentOtherInfoService extends ApiCmsServerBase {
9191
9891
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
9192
9892
  headers: this.getHeaders(),
9193
9893
  })
9194
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9894
+ .pipe(retry(this.configApiRetry),
9895
+ // catchError(this.handleError)
9896
+ map((ret) => {
9195
9897
  return this.errorExceptionResultCheck(ret);
9196
9898
  }));
9197
9899
  }
@@ -9203,7 +9905,9 @@ class BiographyContentOtherInfoService extends ApiCmsServerBase {
9203
9905
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditBatch', model, {
9204
9906
  headers: this.getHeaders(),
9205
9907
  })
9206
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9908
+ .pipe(retry(this.configApiRetry),
9909
+ // catchError(this.handleError)
9910
+ map((ret) => {
9207
9911
  return this.errorExceptionResultCheck(ret);
9208
9912
  }));
9209
9913
  }
@@ -9248,7 +9952,9 @@ class BiographyContentSimilarService extends ApiCmsServerBase {
9248
9952
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
9249
9953
  headers: this.getHeaders(),
9250
9954
  })
9251
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9955
+ .pipe(retry(this.configApiRetry),
9956
+ // catchError(this.handleError)
9957
+ map((ret) => {
9252
9958
  return this.errorExceptionResultCheck(ret);
9253
9959
  }));
9254
9960
  }
@@ -9260,7 +9966,9 @@ class BiographyContentSimilarService extends ApiCmsServerBase {
9260
9966
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
9261
9967
  headers: this.getHeaders(),
9262
9968
  })
9263
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9969
+ .pipe(retry(this.configApiRetry),
9970
+ // catchError(this.handleError)
9971
+ map((ret) => {
9264
9972
  return this.errorExceptionResultCheck(ret);
9265
9973
  }));
9266
9974
  }
@@ -9283,7 +9991,9 @@ class BiographyContentTagService extends ApiCmsServerBase {
9283
9991
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
9284
9992
  headers: this.getHeaders(),
9285
9993
  })
9286
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
9994
+ .pipe(retry(this.configApiRetry),
9995
+ // catchError(this.handleError)
9996
+ map((ret) => {
9287
9997
  return this.errorExceptionResultCheck(ret);
9288
9998
  }));
9289
9999
  }
@@ -9295,7 +10005,9 @@ class BiographyContentTagService extends ApiCmsServerBase {
9295
10005
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
9296
10006
  headers: this.getHeaders(),
9297
10007
  })
9298
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10008
+ .pipe(retry(this.configApiRetry),
10009
+ // catchError(this.handleError)
10010
+ map((ret) => {
9299
10011
  return this.errorExceptionResultCheck(ret);
9300
10012
  }));
9301
10013
  }
@@ -9340,7 +10052,9 @@ class BiographyShareServerCategoryService extends ApiCmsServerBase {
9340
10052
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOtherSite/', model, {
9341
10053
  headers: this.getHeaders(),
9342
10054
  })
9343
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10055
+ .pipe(retry(this.configApiRetry),
10056
+ // catchError(this.handleError)
10057
+ map((ret) => {
9344
10058
  return this.errorExceptionResultCheck(ret);
9345
10059
  }));
9346
10060
  }
@@ -9444,7 +10158,9 @@ class EstateAccountAgencyAdsService extends ApiCmsServerBase {
9444
10158
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
9445
10159
  headers: this.getHeaders(),
9446
10160
  })
9447
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10161
+ .pipe(retry(this.configApiRetry),
10162
+ // catchError(this.handleError)
10163
+ map((ret) => {
9448
10164
  return this.errorExceptionResultCheck(ret);
9449
10165
  }));
9450
10166
  }
@@ -9456,7 +10172,9 @@ class EstateAccountAgencyAdsService extends ApiCmsServerBase {
9456
10172
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
9457
10173
  headers: this.getHeaders(),
9458
10174
  })
9459
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10175
+ .pipe(retry(this.configApiRetry),
10176
+ // catchError(this.handleError)
10177
+ map((ret) => {
9460
10178
  return this.errorExceptionResultCheck(ret);
9461
10179
  }));
9462
10180
  }
@@ -9534,7 +10252,9 @@ class EstateAdsTypeService extends ApiCmsServerBase {
9534
10252
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllSale', model, {
9535
10253
  headers: this.getHeaders(),
9536
10254
  })
9537
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10255
+ .pipe(retry(this.configApiRetry),
10256
+ // catchError(this.handleError)
10257
+ map((ret) => {
9538
10258
  return this.errorExceptionResultCheck(ret);
9539
10259
  }));
9540
10260
  }
@@ -9543,7 +10263,9 @@ class EstateAdsTypeService extends ApiCmsServerBase {
9543
10263
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CheckUseAdsForProperty/' + AdsTypeId + '/' + id, {
9544
10264
  headers: this.getHeaders(),
9545
10265
  })
9546
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10266
+ .pipe(retry(this.configApiRetry),
10267
+ // catchError(this.handleError)
10268
+ map((ret) => {
9547
10269
  return this.errorExceptionResultCheck(ret);
9548
10270
  }));
9549
10271
  }
@@ -9552,7 +10274,9 @@ class EstateAdsTypeService extends ApiCmsServerBase {
9552
10274
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CheckUseAdsForAccountAgency/' + AdsTypeId + '/' + id, {
9553
10275
  headers: this.getHeaders(),
9554
10276
  })
9555
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10277
+ .pipe(retry(this.configApiRetry),
10278
+ // catchError(this.handleError)
10279
+ map((ret) => {
9556
10280
  return this.errorExceptionResultCheck(ret);
9557
10281
  }));
9558
10282
  }
@@ -9652,7 +10376,9 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
9652
10376
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ActionSendSms/', model, {
9653
10377
  headers: this.getHeaders(),
9654
10378
  })
9655
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10379
+ .pipe(retry(this.configApiRetry),
10380
+ // catchError(this.handleError)
10381
+ map((ret) => {
9656
10382
  return this.errorExceptionResultBaseCheck(ret);
9657
10383
  }));
9658
10384
  }
@@ -9667,7 +10393,9 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
9667
10393
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllResponsibleUserId/' + id, model, {
9668
10394
  headers: this.getHeaders(),
9669
10395
  })
9670
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10396
+ .pipe(retry(this.configApiRetry),
10397
+ // catchError(this.handleError)
10398
+ map((ret) => {
9671
10399
  return this.errorExceptionResultCheck(ret);
9672
10400
  }));
9673
10401
  }
@@ -9682,7 +10410,9 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
9682
10410
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithResponsibleUserId/' + userId, model, {
9683
10411
  headers: this.getHeaders(),
9684
10412
  })
9685
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10413
+ .pipe(retry(this.configApiRetry),
10414
+ // catchError(this.handleError)
10415
+ map((ret) => {
9686
10416
  return this.errorExceptionResultCheck(ret);
9687
10417
  }));
9688
10418
  }
@@ -9694,7 +10424,9 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
9694
10424
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverPropertyId/' + propertyId, model, {
9695
10425
  headers: this.getHeaders(),
9696
10426
  })
9697
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10427
+ .pipe(retry(this.configApiRetry),
10428
+ // catchError(this.handleError)
10429
+ map((ret) => {
9698
10430
  return this.errorExceptionResultCheck(ret);
9699
10431
  }));
9700
10432
  }
@@ -9706,7 +10438,9 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
9706
10438
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverPropertyIdHaveHistory/' + propertyId, model, {
9707
10439
  headers: this.getHeaders(),
9708
10440
  })
9709
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10441
+ .pipe(retry(this.configApiRetry),
10442
+ // catchError(this.handleError)
10443
+ map((ret) => {
9710
10444
  return this.errorExceptionResultCheck(ret);
9711
10445
  }));
9712
10446
  }
@@ -9719,7 +10453,9 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
9719
10453
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithResponsibleUserIdExportFile/' + userId, model, {
9720
10454
  headers: this.getHeaders(),
9721
10455
  })
9722
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10456
+ .pipe(retry(this.configApiRetry),
10457
+ // catchError(this.handleError)
10458
+ map((ret) => {
9723
10459
  return this.errorExceptionResultCheckExportFile(ret);
9724
10460
  }));
9725
10461
  }
@@ -9734,7 +10470,9 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
9734
10470
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCategoryRackFolderId/' + RackFolderId, model, {
9735
10471
  headers: this.getHeaders(),
9736
10472
  })
9737
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10473
+ .pipe(retry(this.configApiRetry),
10474
+ // catchError(this.handleError)
10475
+ map((ret) => {
9738
10476
  return this.errorExceptionResultCheck(ret);
9739
10477
  }));
9740
10478
  }
@@ -9749,7 +10487,9 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
9749
10487
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCategoryZoneId/' + ZoneId, model, {
9750
10488
  headers: this.getHeaders(),
9751
10489
  })
9752
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10490
+ .pipe(retry(this.configApiRetry),
10491
+ // catchError(this.handleError)
10492
+ map((ret) => {
9753
10493
  return this.errorExceptionResultCheck(ret);
9754
10494
  }));
9755
10495
  }
@@ -9780,7 +10520,9 @@ class EstateEnumService extends ApiServerBase {
9780
10520
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/EstateUserTypeEnum', {
9781
10521
  headers: this.getHeaders(),
9782
10522
  })
9783
- .pipe(catchError(this.handleError), map((ret) => {
10523
+ .pipe(
10524
+ // catchError(this.handleError)
10525
+ map((ret) => {
9784
10526
  return this.errorExceptionResultCheck(ret);
9785
10527
  }));
9786
10528
  }
@@ -9789,7 +10531,9 @@ class EstateEnumService extends ApiServerBase {
9789
10531
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/EstatePropertyExpertPriceTypeEnum', {
9790
10532
  headers: this.getHeaders(),
9791
10533
  })
9792
- .pipe(catchError(this.handleError), map((ret) => {
10534
+ .pipe(
10535
+ // catchError(this.handleError)
10536
+ map((ret) => {
9793
10537
  return this.errorExceptionResultCheck(ret);
9794
10538
  }));
9795
10539
  }
@@ -9798,7 +10542,9 @@ class EstateEnumService extends ApiServerBase {
9798
10542
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/EstateActivityStatusEnum', {
9799
10543
  headers: this.getHeaders(),
9800
10544
  })
9801
- .pipe(catchError(this.handleError), map((ret) => {
10545
+ .pipe(
10546
+ // catchError(this.handleError)
10547
+ map((ret) => {
9802
10548
  return this.errorExceptionResultCheck(ret);
9803
10549
  }));
9804
10550
  }
@@ -9821,7 +10567,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9821
10567
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ActionSendSmsToCustomerOrder/' + Id, {
9822
10568
  headers: this.getHeaders(),
9823
10569
  })
9824
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10570
+ .pipe(retry(this.configApiRetry),
10571
+ // catchError(this.handleError)
10572
+ map((ret) => {
9825
10573
  return this.errorExceptionResultBaseCheck(ret);
9826
10574
  }));
9827
10575
  }
@@ -9830,7 +10578,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9830
10578
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ActionSendSms/', model, {
9831
10579
  headers: this.getHeaders(),
9832
10580
  })
9833
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10581
+ .pipe(retry(this.configApiRetry),
10582
+ // catchError(this.handleError)
10583
+ map((ret) => {
9834
10584
  return this.errorExceptionResultBaseCheck(ret);
9835
10585
  }));
9836
10586
  }
@@ -9839,7 +10589,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9839
10589
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
9840
10590
  headers: this.getHeaders(),
9841
10591
  })
9842
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10592
+ .pipe(retry(this.configApiRetry),
10593
+ // catchError(this.handleError)
10594
+ map((ret) => {
9843
10595
  return this.errorExceptionResultBaseCheck(ret);
9844
10596
  }));
9845
10597
  }
@@ -9848,7 +10600,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9848
10600
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
9849
10601
  headers: this.getHeaders(),
9850
10602
  })
9851
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10603
+ .pipe(retry(this.configApiRetry),
10604
+ // catchError(this.handleError)
10605
+ map((ret) => {
9852
10606
  return this.errorExceptionResultBaseCheck(ret);
9853
10607
  }));
9854
10608
  }
@@ -9860,7 +10614,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9860
10614
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
9861
10615
  headers: this.getHeaders(),
9862
10616
  })
9863
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10617
+ .pipe(retry(this.configApiRetry),
10618
+ // catchError(this.handleError)
10619
+ map((ret) => {
9864
10620
  return this.errorExceptionResultCheck(ret);
9865
10621
  }));
9866
10622
  }
@@ -9872,7 +10628,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9872
10628
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
9873
10629
  headers: this.getHeaders(),
9874
10630
  })
9875
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10631
+ .pipe(retry(this.configApiRetry),
10632
+ // catchError(this.handleError)
10633
+ map((ret) => {
9876
10634
  return this.errorExceptionResultCheck(ret);
9877
10635
  }));
9878
10636
  }
@@ -9884,7 +10642,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9884
10642
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
9885
10643
  headers: this.getHeaders(),
9886
10644
  })
9887
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10645
+ .pipe(retry(this.configApiRetry),
10646
+ // catchError(this.handleError)
10647
+ map((ret) => {
9888
10648
  return this.errorExceptionResultCheck(ret);
9889
10649
  }));
9890
10650
  }
@@ -9899,7 +10659,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9899
10659
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverBillboardId/' + BillboardId, model, {
9900
10660
  headers: this.getHeaders(),
9901
10661
  })
9902
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10662
+ .pipe(retry(this.configApiRetry),
10663
+ // catchError(this.handleError)
10664
+ map((ret) => {
9903
10665
  return this.errorExceptionResultCheck(ret);
9904
10666
  }));
9905
10667
  }
@@ -9914,7 +10676,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9914
10676
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCategoryRackFolderId/' + RackFolderId, model, {
9915
10677
  headers: this.getHeaders(),
9916
10678
  })
9917
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10679
+ .pipe(retry(this.configApiRetry),
10680
+ // catchError(this.handleError)
10681
+ map((ret) => {
9918
10682
  return this.errorExceptionResultCheck(ret);
9919
10683
  }));
9920
10684
  }
@@ -9929,7 +10693,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9929
10693
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCategoryZoneId/' + ZoneId, model, {
9930
10694
  headers: this.getHeaders(),
9931
10695
  })
9932
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10696
+ .pipe(retry(this.configApiRetry),
10697
+ // catchError(this.handleError)
10698
+ map((ret) => {
9933
10699
  return this.errorExceptionResultCheck(ret);
9934
10700
  }));
9935
10701
  }
@@ -9944,7 +10710,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9944
10710
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCustomerOrderId/' + CustomerOrderId, model, {
9945
10711
  headers: this.getHeaders(),
9946
10712
  })
9947
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10713
+ .pipe(retry(this.configApiRetry),
10714
+ // catchError(this.handleError)
10715
+ map((ret) => {
9948
10716
  return this.errorExceptionResultCheck(ret);
9949
10717
  }));
9950
10718
  }
@@ -9959,7 +10727,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9959
10727
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCustomerOrderIdHaveHistory/' + CustomerOrderId, model, {
9960
10728
  headers: this.getHeaders(),
9961
10729
  })
9962
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10730
+ .pipe(retry(this.configApiRetry),
10731
+ // catchError(this.handleError)
10732
+ map((ret) => {
9963
10733
  return this.errorExceptionResultCheck(ret);
9964
10734
  }));
9965
10735
  }
@@ -9972,7 +10742,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9972
10742
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCustomerOrderIdExportFile/' + CustomerOrderId, model, {
9973
10743
  headers: this.getHeaders(),
9974
10744
  })
9975
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10745
+ .pipe(retry(this.configApiRetry),
10746
+ // catchError(this.handleError)
10747
+ map((ret) => {
9976
10748
  return this.errorExceptionResultCheckExportFile(ret);
9977
10749
  }));
9978
10750
  }
@@ -9987,7 +10759,9 @@ class EstatePropertyService extends ApiCmsServerBase {
9987
10759
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllResponsibleUserId/' + id, model, {
9988
10760
  headers: this.getHeaders(),
9989
10761
  })
9990
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10762
+ .pipe(retry(this.configApiRetry),
10763
+ // catchError(this.handleError)
10764
+ map((ret) => {
9991
10765
  return this.errorExceptionResultCheck(ret);
9992
10766
  }));
9993
10767
  }
@@ -10002,7 +10776,9 @@ class EstatePropertyService extends ApiCmsServerBase {
10002
10776
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithResponsibleUserId/' + userId, model, {
10003
10777
  headers: this.getHeaders(),
10004
10778
  })
10005
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10779
+ .pipe(retry(this.configApiRetry),
10780
+ // catchError(this.handleError)
10781
+ map((ret) => {
10006
10782
  return this.errorExceptionResultCheck(ret);
10007
10783
  }));
10008
10784
  }
@@ -10015,7 +10791,9 @@ class EstatePropertyService extends ApiCmsServerBase {
10015
10791
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithResponsibleUserIdExportFile/' + userId, model, {
10016
10792
  headers: this.getHeaders(),
10017
10793
  })
10018
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10794
+ .pipe(retry(this.configApiRetry),
10795
+ // catchError(this.handleError)
10796
+ map((ret) => {
10019
10797
  return this.errorExceptionResultCheckExportFile(ret);
10020
10798
  }));
10021
10799
  }
@@ -10055,7 +10833,9 @@ class EstatePropertyAdsService extends ApiCmsServerBase {
10055
10833
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
10056
10834
  headers: this.getHeaders(),
10057
10835
  })
10058
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10836
+ .pipe(retry(this.configApiRetry),
10837
+ // catchError(this.handleError)
10838
+ map((ret) => {
10059
10839
  return this.errorExceptionResultCheck(ret);
10060
10840
  }));
10061
10841
  }
@@ -10067,7 +10847,9 @@ class EstatePropertyAdsService extends ApiCmsServerBase {
10067
10847
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
10068
10848
  headers: this.getHeaders(),
10069
10849
  })
10070
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10850
+ .pipe(retry(this.configApiRetry),
10851
+ // catchError(this.handleError)
10852
+ map((ret) => {
10071
10853
  return this.errorExceptionResultCheck(ret);
10072
10854
  }));
10073
10855
  }
@@ -10101,7 +10883,9 @@ class EstatePropertyDetailService extends ApiCmsServerBase {
10101
10883
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
10102
10884
  headers: this.getHeaders(),
10103
10885
  })
10104
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10886
+ .pipe(retry(this.configApiRetry),
10887
+ // catchError(this.handleError)
10888
+ map((ret) => {
10105
10889
  return this.errorExceptionResultBaseCheck(ret);
10106
10890
  }));
10107
10891
  }
@@ -10124,7 +10908,9 @@ class EstatePropertyDetailGroupService extends ApiCmsServerBase {
10124
10908
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllFastSearch/', model, {
10125
10909
  headers: this.getHeaders(),
10126
10910
  })
10127
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10911
+ .pipe(retry(this.configApiRetry),
10912
+ // catchError(this.handleError)
10913
+ map((ret) => {
10128
10914
  return this.errorExceptionResultCheck(ret);
10129
10915
  }));
10130
10916
  }
@@ -10136,7 +10922,9 @@ class EstatePropertyDetailGroupService extends ApiCmsServerBase {
10136
10922
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
10137
10923
  headers: this.getHeaders(),
10138
10924
  })
10139
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10925
+ .pipe(retry(this.configApiRetry),
10926
+ // catchError(this.handleError)
10927
+ map((ret) => {
10140
10928
  return this.errorExceptionResultBaseCheck(ret);
10141
10929
  }));
10142
10930
  }
@@ -10162,7 +10950,9 @@ class EstatePropertyExpertPriceService extends ApiCmsServerBase {
10162
10950
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/PriceInquiryList', model, {
10163
10951
  headers: this.getHeaders(),
10164
10952
  })
10165
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10953
+ .pipe(retry(this.configApiRetry),
10954
+ // catchError(this.handleError)
10955
+ map((ret) => {
10166
10956
  return this.errorExceptionResultCheck(ret);
10167
10957
  }));
10168
10958
  }
@@ -10174,7 +10964,9 @@ class EstatePropertyExpertPriceService extends ApiCmsServerBase {
10174
10964
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/PriceInquiryCalculate', model, {
10175
10965
  headers: this.getHeaders(),
10176
10966
  })
10177
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10967
+ .pipe(retry(this.configApiRetry),
10968
+ // catchError(this.handleError)
10969
+ map((ret) => {
10178
10970
  return this.errorExceptionResultBaseCheck(ret);
10179
10971
  }));
10180
10972
  }
@@ -10200,7 +10992,9 @@ class EstatePropertyHistoryService extends ApiCmsServerBase {
10200
10992
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllResponsibleUserId/' + id, model, {
10201
10993
  headers: this.getHeaders(),
10202
10994
  })
10203
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
10995
+ .pipe(retry(this.configApiRetry),
10996
+ // catchError(this.handleError)
10997
+ map((ret) => {
10204
10998
  return this.errorExceptionResultCheck(ret);
10205
10999
  }));
10206
11000
  }
@@ -10231,7 +11025,9 @@ class EstatePropertyShareAgencyService extends ApiCmsServerBase {
10231
11025
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/Join/' + linkEstateAgencyId + "/" + shareKey, {
10232
11026
  headers: this.getHeaders(),
10233
11027
  })
10234
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11028
+ .pipe(retry(this.configApiRetry),
11029
+ // catchError(this.handleError)
11030
+ map((ret) => {
10235
11031
  return this.errorExceptionResultCheck(ret);
10236
11032
  }));
10237
11033
  }
@@ -10251,7 +11047,9 @@ class EstatePropertyShareAgentService extends ApiCmsServerBase {
10251
11047
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/Join/' + linkEstateAgentId + "/" + shareKey, {
10252
11048
  headers: this.getHeaders(),
10253
11049
  })
10254
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11050
+ .pipe(retry(this.configApiRetry),
11051
+ // catchError(this.handleError)
11052
+ map((ret) => {
10255
11053
  return this.errorExceptionResultCheck(ret);
10256
11054
  }));
10257
11055
  }
@@ -10271,7 +11069,9 @@ class EstatePropertyShareSiteService extends ApiCmsServerBase {
10271
11069
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/Join/' + linkSitId + "/" + shareKey, {
10272
11070
  headers: this.getHeaders(),
10273
11071
  })
10274
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11072
+ .pipe(retry(this.configApiRetry),
11073
+ // catchError(this.handleError)
11074
+ map((ret) => {
10275
11075
  return this.errorExceptionResultCheck(ret);
10276
11076
  }));
10277
11077
  }
@@ -10280,7 +11080,9 @@ class EstatePropertyShareSiteService extends ApiCmsServerBase {
10280
11080
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/Join/' + shareKey, {
10281
11081
  headers: this.getHeaders(),
10282
11082
  })
10283
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11083
+ .pipe(retry(this.configApiRetry),
11084
+ // catchError(this.handleError)
11085
+ map((ret) => {
10284
11086
  return this.errorExceptionResultCheck(ret);
10285
11087
  }));
10286
11088
  }
@@ -10579,6 +11381,9 @@ class EstatePropertyProjectFilterModel extends FilterModel {
10579
11381
  class EstatePropertySupplierFilterModel extends FilterModel {
10580
11382
  }
10581
11383
 
11384
+ class EstatePropertyExpertPriceFilterModel extends FilterModel {
11385
+ }
11386
+
10582
11387
  class WebDesignerEnumService extends ApiServerBase {
10583
11388
  getModuleControllerUrl() {
10584
11389
  return 'WebDesignerEnum';
@@ -10588,7 +11393,9 @@ class WebDesignerEnumService extends ApiServerBase {
10588
11393
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/PageAbilityTypeEnum', {
10589
11394
  headers: this.getHeaders(),
10590
11395
  })
10591
- .pipe(catchError(this.handleError), map((ret) => {
11396
+ .pipe(
11397
+ // catchError(this.handleError)
11398
+ map((ret) => {
10592
11399
  return this.errorExceptionResultCheck(ret);
10593
11400
  }));
10594
11401
  }
@@ -10597,7 +11404,9 @@ class WebDesignerEnumService extends ApiServerBase {
10597
11404
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CmsSiteMenuAreaTypeEnum', {
10598
11405
  headers: this.getHeaders(),
10599
11406
  })
10600
- .pipe(catchError(this.handleError), map((ret) => {
11407
+ .pipe(
11408
+ // catchError(this.handleError)
11409
+ map((ret) => {
10601
11410
  return this.errorExceptionResultCheck(ret);
10602
11411
  }));
10603
11412
  }
@@ -10606,7 +11415,9 @@ class WebDesignerEnumService extends ApiServerBase {
10606
11415
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/CmsPageUtilityToolsDtoModelActionEnum', {
10607
11416
  headers: this.getHeaders(),
10608
11417
  })
10609
- .pipe(catchError(this.handleError), map((ret) => {
11418
+ .pipe(
11419
+ // catchError(this.handleError)
11420
+ map((ret) => {
10610
11421
  return this.errorExceptionResultCheck(ret);
10611
11422
  }));
10612
11423
  }
@@ -10674,7 +11485,9 @@ class WebDesignerMainMenuService extends ApiCmsServerBase {
10674
11485
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllTree', model, {
10675
11486
  headers: this.getHeaders(),
10676
11487
  })
10677
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11488
+ .pipe(retry(this.configApiRetry),
11489
+ // catchError(this.handleError)
11490
+ map((ret) => {
10678
11491
  return this.errorExceptionResultCheck(ret);
10679
11492
  }));
10680
11493
  }
@@ -10686,7 +11499,9 @@ class WebDesignerMainMenuService extends ApiCmsServerBase {
10686
11499
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditStep', model, {
10687
11500
  headers: this.getHeaders(),
10688
11501
  })
10689
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11502
+ .pipe(retry(this.configApiRetry),
11503
+ // catchError(this.handleError)
11504
+ map((ret) => {
10690
11505
  return this.errorExceptionResultBaseCheck(ret);
10691
11506
  }));
10692
11507
  }
@@ -10712,7 +11527,9 @@ class WebDesignerMainPageService extends ApiCmsServerBase {
10712
11527
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', model, {
10713
11528
  headers: this.getHeaders(),
10714
11529
  })
10715
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11530
+ .pipe(retry(this.configApiRetry),
11531
+ // catchError(this.handleError)
11532
+ map((ret) => {
10716
11533
  return this.errorExceptionResultBaseCheck(ret);
10717
11534
  }));
10718
11535
  }
@@ -10721,7 +11538,9 @@ class WebDesignerMainPageService extends ApiCmsServerBase {
10721
11538
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/WebScreenshot/' + id, {
10722
11539
  headers: this.getHeaders(),
10723
11540
  })
10724
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11541
+ .pipe(retry(this.configApiRetry),
11542
+ // catchError(this.handleError)
11543
+ map((ret) => {
10725
11544
  return this.errorExceptionResultBaseCheck(ret);
10726
11545
  }));
10727
11546
  }
@@ -10730,7 +11549,9 @@ class WebDesignerMainPageService extends ApiCmsServerBase {
10730
11549
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/WebRoute/' + id, {
10731
11550
  headers: this.getHeaders(),
10732
11551
  })
10733
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11552
+ .pipe(retry(this.configApiRetry),
11553
+ // catchError(this.handleError)
11554
+ map((ret) => {
10734
11555
  return this.errorExceptionResultCheck(ret);
10735
11556
  }));
10736
11557
  }
@@ -10742,7 +11563,9 @@ class WebDesignerMainPageService extends ApiCmsServerBase {
10742
11563
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllDefaultPagesBySiteCategory', model, {
10743
11564
  headers: this.getHeaders(),
10744
11565
  })
10745
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11566
+ .pipe(retry(this.configApiRetry),
11567
+ // catchError(this.handleError)
11568
+ map((ret) => {
10746
11569
  return this.errorExceptionResultCheck(ret);
10747
11570
  }));
10748
11571
  }
@@ -10751,7 +11574,9 @@ class WebDesignerMainPageService extends ApiCmsServerBase {
10751
11574
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/SetDefaultAdminValuePage/' + id, {
10752
11575
  headers: this.getHeaders(),
10753
11576
  })
10754
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11577
+ .pipe(retry(this.configApiRetry),
11578
+ // catchError(this.handleError)
11579
+ map((ret) => {
10755
11580
  return this.errorExceptionResultBaseCheck(ret);
10756
11581
  }));
10757
11582
  }
@@ -10763,7 +11588,9 @@ class WebDesignerMainPageService extends ApiCmsServerBase {
10763
11588
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/UtilityTools', model, {
10764
11589
  headers: this.getHeaders(),
10765
11590
  })
10766
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11591
+ .pipe(retry(this.configApiRetry),
11592
+ // catchError(this.handleError)
11593
+ map((ret) => {
10767
11594
  return this.errorExceptionResultCheck(ret);
10768
11595
  }));
10769
11596
  }
@@ -10783,7 +11610,9 @@ class WebDesignerMainPageDependencyService extends ApiCmsServerBase {
10783
11610
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
10784
11611
  headers: this.getHeaders(),
10785
11612
  })
10786
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11613
+ .pipe(retry(this.configApiRetry),
11614
+ // catchError(this.handleError)
11615
+ map((ret) => {
10787
11616
  return this.errorExceptionResultBaseCheck(ret);
10788
11617
  }));
10789
11618
  }
@@ -10792,7 +11621,9 @@ class WebDesignerMainPageDependencyService extends ApiCmsServerBase {
10792
11621
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/WebRoute/' + id, {
10793
11622
  headers: this.getHeaders(),
10794
11623
  })
10795
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11624
+ .pipe(retry(this.configApiRetry),
11625
+ // catchError(this.handleError)
11626
+ map((ret) => {
10796
11627
  return this.errorExceptionResultCheck(ret);
10797
11628
  }));
10798
11629
  }
@@ -10893,7 +11724,9 @@ class ArticleCategoryService extends ApiCmsServerBase {
10893
11724
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/Move', { Old: OldId, New: NewId }, {
10894
11725
  headers: this.getHeaders(),
10895
11726
  })
10896
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11727
+ .pipe(retry(this.configApiRetry),
11728
+ // catchError(this.handleError)
11729
+ map((ret) => {
10897
11730
  return this.errorExceptionResultCheck(ret);
10898
11731
  }));
10899
11732
  }
@@ -10913,7 +11746,9 @@ class ArticleCommentService extends ApiCmsServerBase {
10913
11746
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/LikeClick/' + Id, {
10914
11747
  headers: this.getHeaders(),
10915
11748
  })
10916
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11749
+ .pipe(retry(this.configApiRetry),
11750
+ // catchError(this.handleError)
11751
+ map((ret) => {
10917
11752
  return this.errorExceptionResultBaseCheck(ret);
10918
11753
  }));
10919
11754
  }
@@ -10922,7 +11757,9 @@ class ArticleCommentService extends ApiCmsServerBase {
10922
11757
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DisLikeClick/' + Id, {
10923
11758
  headers: this.getHeaders(),
10924
11759
  })
10925
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11760
+ .pipe(retry(this.configApiRetry),
11761
+ // catchError(this.handleError)
11762
+ map((ret) => {
10926
11763
  return this.errorExceptionResultBaseCheck(ret);
10927
11764
  }));
10928
11765
  }
@@ -10945,7 +11782,9 @@ class ArticleContentService extends ApiCmsServerBase {
10945
11782
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithHierarchyCategoryId/' + Id, model, {
10946
11783
  headers: this.getHeaders(),
10947
11784
  })
10948
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11785
+ .pipe(retry(this.configApiRetry),
11786
+ // catchError(this.handleError)
11787
+ map((ret) => {
10949
11788
  return this.errorExceptionResultCheck(ret);
10950
11789
  }));
10951
11790
  }
@@ -10957,7 +11796,9 @@ class ArticleContentService extends ApiCmsServerBase {
10957
11796
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithSimilarsId/' + Id, model, {
10958
11797
  headers: this.getHeaders(),
10959
11798
  })
10960
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11799
+ .pipe(retry(this.configApiRetry),
11800
+ // catchError(this.handleError)
11801
+ map((ret) => {
10961
11802
  return this.errorExceptionResultCheck(ret);
10962
11803
  }));
10963
11804
  }
@@ -10969,7 +11810,9 @@ class ArticleContentService extends ApiCmsServerBase {
10969
11810
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithTagId/' + Id, model, {
10970
11811
  headers: this.getHeaders(),
10971
11812
  })
10972
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11813
+ .pipe(retry(this.configApiRetry),
11814
+ // catchError(this.handleError)
11815
+ map((ret) => {
10973
11816
  return this.errorExceptionResultCheck(ret);
10974
11817
  }));
10975
11818
  }
@@ -10981,7 +11824,9 @@ class ArticleContentService extends ApiCmsServerBase {
10981
11824
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCategoryUseInContentId/' + Id, model, {
10982
11825
  headers: this.getHeaders(),
10983
11826
  })
10984
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11827
+ .pipe(retry(this.configApiRetry),
11828
+ // catchError(this.handleError)
11829
+ map((ret) => {
10985
11830
  return this.errorExceptionResultCheck(ret);
10986
11831
  }));
10987
11832
  }
@@ -10993,7 +11838,9 @@ class ArticleContentService extends ApiCmsServerBase {
10993
11838
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ScoreClick', model, {
10994
11839
  headers: this.getHeaders(),
10995
11840
  })
10996
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11841
+ .pipe(retry(this.configApiRetry),
11842
+ // catchError(this.handleError)
11843
+ map((ret) => {
10997
11844
  return this.errorExceptionResultBaseCheck(ret);
10998
11845
  }));
10999
11846
  }
@@ -11002,7 +11849,9 @@ class ArticleContentService extends ApiCmsServerBase {
11002
11849
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteAdd/' + Id, {
11003
11850
  headers: this.getHeaders(),
11004
11851
  })
11005
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11852
+ .pipe(retry(this.configApiRetry),
11853
+ // catchError(this.handleError)
11854
+ map((ret) => {
11006
11855
  return this.errorExceptionResultBaseCheck(ret);
11007
11856
  }));
11008
11857
  }
@@ -11011,7 +11860,9 @@ class ArticleContentService extends ApiCmsServerBase {
11011
11860
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteRemove/' + Id, {
11012
11861
  headers: this.getHeaders(),
11013
11862
  })
11014
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11863
+ .pipe(retry(this.configApiRetry),
11864
+ // catchError(this.handleError)
11865
+ map((ret) => {
11015
11866
  return this.errorExceptionResultBaseCheck(ret);
11016
11867
  }));
11017
11868
  }
@@ -11023,7 +11874,9 @@ class ArticleContentService extends ApiCmsServerBase {
11023
11874
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/FavoriteList', model, {
11024
11875
  headers: this.getHeaders(),
11025
11876
  })
11026
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11877
+ .pipe(retry(this.configApiRetry),
11878
+ // catchError(this.handleError)
11879
+ map((ret) => {
11027
11880
  return this.errorExceptionResultCheck(ret);
11028
11881
  }));
11029
11882
  }
@@ -11035,7 +11888,9 @@ class ArticleContentService extends ApiCmsServerBase {
11035
11888
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseAdd', model, {
11036
11889
  headers: this.getHeaders(),
11037
11890
  })
11038
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11891
+ .pipe(retry(this.configApiRetry),
11892
+ // catchError(this.handleError)
11893
+ map((ret) => {
11039
11894
  return this.errorExceptionResultCheck(ret);
11040
11895
  }));
11041
11896
  }
@@ -11047,7 +11902,9 @@ class ArticleContentService extends ApiCmsServerBase {
11047
11902
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportAbuseList', model, {
11048
11903
  headers: this.getHeaders(),
11049
11904
  })
11050
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11905
+ .pipe(retry(this.configApiRetry),
11906
+ // catchError(this.handleError)
11907
+ map((ret) => {
11051
11908
  return this.errorExceptionResultCheck(ret);
11052
11909
  }));
11053
11910
  }
@@ -11081,7 +11938,9 @@ class ArticleContentOtherInfoService extends ApiCmsServerBase {
11081
11938
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
11082
11939
  headers: this.getHeaders(),
11083
11940
  })
11084
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11941
+ .pipe(retry(this.configApiRetry),
11942
+ // catchError(this.handleError)
11943
+ map((ret) => {
11085
11944
  return this.errorExceptionResultCheck(ret);
11086
11945
  }));
11087
11946
  }
@@ -11093,7 +11952,9 @@ class ArticleContentOtherInfoService extends ApiCmsServerBase {
11093
11952
  .put(this.getBaseUrl() + this.getModuleControllerUrl() + '/EditBatch', model, {
11094
11953
  headers: this.getHeaders(),
11095
11954
  })
11096
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
11955
+ .pipe(retry(this.configApiRetry),
11956
+ // catchError(this.handleError)
11957
+ map((ret) => {
11097
11958
  return this.errorExceptionResultCheck(ret);
11098
11959
  }));
11099
11960
  }
@@ -11138,7 +11999,9 @@ class ArticleContentSimilarService extends ApiCmsServerBase {
11138
11999
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
11139
12000
  headers: this.getHeaders(),
11140
12001
  })
11141
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12002
+ .pipe(retry(this.configApiRetry),
12003
+ // catchError(this.handleError)
12004
+ map((ret) => {
11142
12005
  return this.errorExceptionResultCheck(ret);
11143
12006
  }));
11144
12007
  }
@@ -11150,7 +12013,9 @@ class ArticleContentSimilarService extends ApiCmsServerBase {
11150
12013
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
11151
12014
  headers: this.getHeaders(),
11152
12015
  })
11153
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12016
+ .pipe(retry(this.configApiRetry),
12017
+ // catchError(this.handleError)
12018
+ map((ret) => {
11154
12019
  return this.errorExceptionResultCheck(ret);
11155
12020
  }));
11156
12021
  }
@@ -11173,7 +12038,9 @@ class ArticleContentTagService extends ApiCmsServerBase {
11173
12038
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AddBatch', model, {
11174
12039
  headers: this.getHeaders(),
11175
12040
  })
11176
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12041
+ .pipe(retry(this.configApiRetry),
12042
+ // catchError(this.handleError)
12043
+ map((ret) => {
11177
12044
  return this.errorExceptionResultCheck(ret);
11178
12045
  }));
11179
12046
  }
@@ -11185,7 +12052,9 @@ class ArticleContentTagService extends ApiCmsServerBase {
11185
12052
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/DeleteBatch', model, {
11186
12053
  headers: this.getHeaders(),
11187
12054
  })
11188
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12055
+ .pipe(retry(this.configApiRetry),
12056
+ // catchError(this.handleError)
12057
+ map((ret) => {
11189
12058
  return this.errorExceptionResultCheck(ret);
11190
12059
  }));
11191
12060
  }
@@ -11230,7 +12099,9 @@ class ArticleShareServerCategoryService extends ApiCmsServerBase {
11230
12099
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllOtherSite/', model, {
11231
12100
  headers: this.getHeaders(),
11232
12101
  })
11233
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12102
+ .pipe(retry(this.configApiRetry),
12103
+ // catchError(this.handleError)
12104
+ map((ret) => {
11234
12105
  return this.errorExceptionResultCheck(ret);
11235
12106
  }));
11236
12107
  }
@@ -11624,7 +12495,9 @@ class DonateEnumService extends ApiServerBase {
11624
12495
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/TransactionLogPublicTypeEnum', {
11625
12496
  headers: this.getHeaders(),
11626
12497
  })
11627
- .pipe(catchError(this.handleError), map((ret) => {
12498
+ .pipe(
12499
+ // catchError(this.handleError)
12500
+ map((ret) => {
11628
12501
  return this.errorExceptionResultCheck(ret);
11629
12502
  }));
11630
12503
  }
@@ -11713,7 +12586,9 @@ class DonateTransactionService extends ApiCmsServerBase {
11713
12586
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
11714
12587
  headers: this.getHeaders(),
11715
12588
  })
11716
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12589
+ .pipe(retry(this.configApiRetry),
12590
+ // catchError(this.handleError)
12591
+ map((ret) => {
11717
12592
  return this.errorExceptionResultCheck(ret);
11718
12593
  }));
11719
12594
  }
@@ -11725,7 +12600,9 @@ class DonateTransactionService extends ApiCmsServerBase {
11725
12600
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
11726
12601
  headers: this.getHeaders(),
11727
12602
  })
11728
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12603
+ .pipe(retry(this.configApiRetry),
12604
+ // catchError(this.handleError)
12605
+ map((ret) => {
11729
12606
  return this.errorExceptionResultCheck(ret);
11730
12607
  }));
11731
12608
  }
@@ -11827,7 +12704,9 @@ class DataProviderEnumService extends ApiServerBase {
11827
12704
  .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/DataProviderClientConnectionTypeEnum', {
11828
12705
  headers: this.getHeaders(),
11829
12706
  })
11830
- .pipe(catchError(this.handleError), map((ret) => {
12707
+ .pipe(
12708
+ // catchError(this.handleError)
12709
+ map((ret) => {
11831
12710
  return this.errorExceptionResultCheck(ret);
11832
12711
  }));
11833
12712
  }
@@ -11971,7 +12850,9 @@ class DataProviderTransactionService extends ApiCmsServerBase {
11971
12850
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderCalculate', model, {
11972
12851
  headers: this.getHeaders(),
11973
12852
  })
11974
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12853
+ .pipe(retry(this.configApiRetry),
12854
+ // catchError(this.handleError)
12855
+ map((ret) => {
11975
12856
  return this.errorExceptionResultCheck(ret);
11976
12857
  }));
11977
12858
  }
@@ -11983,7 +12864,9 @@ class DataProviderTransactionService extends ApiCmsServerBase {
11983
12864
  .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/OrderPayment', model, {
11984
12865
  headers: this.getHeaders(),
11985
12866
  })
11986
- .pipe(retry(this.configApiRetry), catchError(this.handleError), map((ret) => {
12867
+ .pipe(retry(this.configApiRetry),
12868
+ // catchError(this.handleError)
12869
+ map((ret) => {
11987
12870
  return this.errorExceptionResultCheck(ret);
11988
12871
  }));
11989
12872
  }
@@ -12003,5 +12886,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
12003
12886
  * Generated bundle index. Do not edit.
12004
12887
  */
12005
12888
 
12006
- export { AccessHelper, AccessModel, ActionGoStepEnum, ActivityStatusEnumEstate, AnswerStatusEnum, ApiReceiveMethodEnum, ApiServerBase, ApiTelegramBotConfigModel, ApiTelegramBotConfigService, ApiTelegramConfigurationService, ApiTelegramEnumService, ApiTelegramLogInputModel, ApiTelegramLogInputService, ApiTelegramLogOutputModel, ApiTelegramLogOutputService, ApiTelegramMemberInfoModel, ApiTelegramMemberInfoService, ApiTelegramModuleConfigAdminMainValuesModel, ApiTelegramModuleConfigSiteAccessValuesModel, ApiTelegramModuleConfigSiteValuesModel, ApiTelegramModuleSiteStorageValuesModel, ApiTelegramReceivedFileModel, ApiTelegramReceivedFileService, ApiTelegramRenderInfoModel, ApiTelegramSendMessageTodoModel, ApiTelegramSessionModel, ApiTelegramUploadedFileModel, ApiTelegramUploadedFileService, AppMainDtoModel, AppMainHederDtoModel, AppMainLayoutMainRequestModel, ApplicationAppModel, ApplicationAppService, ApplicationConfigurationService, ApplicationEnumService, ApplicationIntroModel, ApplicationIntroService, ApplicationLayoutModel, ApplicationLayoutService, ApplicationLayoutValueModel, ApplicationLayoutValueService, ApplicationLogNotificationModel, ApplicationLogNotificationService, ApplicationMemberInfoModel, ApplicationMemberInfoService, ApplicationModuleConfigAdminMainValuesModel, ApplicationModuleConfigSiteAccessValuesModel, ApplicationModuleConfigSiteValuesModel, ApplicationModuleSiteStorageValuesModel, ApplicationSourceModel, ApplicationSourceService, ApplicationSourceSiteCategoryModel, ApplicationSourceSiteCategoryService, ApplicationThemeConfigModel, ApplicationThemeConfigService, ArticleCategoryModel, ArticleCategoryService, ArticleCommentModel, ArticleCommentService, ArticleConfigurationService, ArticleContentAndParameterValueService, ArticleContentCategoryModel, ArticleContentCategoryService, ArticleContentModel, ArticleContentOtherInfoModel, ArticleContentOtherInfoService, ArticleContentParameterService, ArticleContentParameterTypeService, ArticleContentService, ArticleContentSimilarModel, ArticleContentSimilarService, ArticleContentTagModel, ArticleContentTagService, ArticleModuleConfigAdminMainValuesModel, ArticleModuleConfigSiteAccessValuesModel, ArticleModuleConfigSiteValuesModel, ArticleModuleSiteStorageValuesModel, ArticleShareMainAdminSettingModel, ArticleShareMainAdminSettingService, ArticleShareReceiverCategoryModel, ArticleShareReceiverCategoryService, ArticleShareServerCategoryModel, ArticleShareServerCategoryService, AuthEmailConfirmDtoModel, AuthMobileConfirmDtoModel, AuthRenewTokenModel, AuthUserChangePasswordModel, AuthUserForgetPasswordEntryPinCodeModel, AuthUserForgetPasswordModel, AuthUserSignInBySmsDtoModel, AuthUserSignInModel, AuthUserSignOutModel, AuthUserSignUpModel, BankPaymentConfigurationService, BankPaymentEnumService, BankPaymentInjectOnlineTransactionDtoModel, BankPaymentInjectPaymentGotoBankStep1CalculateModel, BankPaymentInjectPaymentGotoBankStep2LandingSitePageModel, BankPaymentModuleConfigAdminMainValuesModel, BankPaymentModuleConfigSiteAccessValuesModel, BankPaymentModuleConfigSiteValuesModel, BankPaymentModuleSiteStorageValuesModel, BankPaymentPrivateSiteConfigAliasJsonModel, BankPaymentPrivateSiteConfigModel, BankPaymentPrivateSiteConfigService, BankPaymentPublicConfigAliasJsonModel, BankPaymentPublicConfigModel, BankPaymentPublicConfigService, BankPaymentTransactionLogModel, BankPaymentTransactionLogService, BankPaymentTransactionModel, BankPaymentTransactionService, BaseEntity, BaseModuleConfigAdminMainValuesModel, BaseModuleConfigSiteAccessValuesModel, BaseModuleConfigSiteValuesModel, BaseModuleEntity, BaseModuleSiteCheckSiteModel, BaseModuleSiteCheckUserModel, BaseModuleSiteStorageValuesModel, BiographyCategoryModel, BiographyCategoryService, BiographyCommentModel, BiographyCommentService, BiographyConfigurationService, BiographyContentAndParameterValueService, BiographyContentCategoryModel, BiographyContentCategoryService, BiographyContentModel, BiographyContentOtherInfoModel, BiographyContentOtherInfoService, BiographyContentParameterService, BiographyContentParameterTypeService, BiographyContentService, BiographyContentSimilarModel, BiographyContentSimilarService, BiographyContentTagModel, BiographyContentTagService, BiographyContentWithDatePeriodEndDtoModel, BiographyContentWithSimilarDatePeriodEndDtoModel, BiographyContentWithSimilarDatePeriodStartDayAndMonthOfYearDtoModel, BiographyContentWithSimilarDatePeriodStartDayOfYearDtoModel, BiographyContentWithSimilarDatePeriodStartDtoModel, BiographyContentWithSimilarDatePeriodStartMonthOfYearListDtoModel, BiographyContentWithSimilarLocationPeriodDtoModel, BiographyModuleConfigAdminMainValuesModel, BiographyModuleConfigSiteAccessValuesModel, BiographyModuleConfigSiteValuesModel, BiographyModuleSiteStorageValuesModel, BiographyShareMainAdminSettingModel, BiographyShareMainAdminSettingService, BiographyShareReceiverCategoryModel, BiographyShareReceiverCategoryService, BiographyShareServerCategoryModel, BiographyShareServerCategoryService, BlogCategoryModel, BlogCategoryService, BlogCommentModel, BlogCommentService, BlogConfigurationService, BlogContentAndParameterValueService, BlogContentCategoryModel, BlogContentCategoryService, BlogContentModel, BlogContentOtherInfoModel, BlogContentOtherInfoService, BlogContentParameterService, BlogContentParameterTypeService, BlogContentService, BlogContentSimilarModel, BlogContentSimilarService, BlogContentTagModel, BlogContentTagService, BlogModuleConfigAdminMainValuesModel, BlogModuleConfigSiteAccessValuesModel, BlogModuleConfigSiteValuesModel, BlogModuleSiteStorageValuesModel, BlogShareMainAdminSettingModel, BlogShareMainAdminSettingService, BlogShareReceiverCategoryModel, BlogShareReceiverCategoryService, BlogShareServerCategoryModel, BlogShareServerCategoryService, BuildStatusTypeEnum, BuilderInfoStatusDtoModel, BulkMessageTypeEnum, CaptchaModel, CatalogCategoryModel, CatalogCategoryService, CatalogConfigurationService, CatalogContentModel, CatalogContentOtherInfoModel, CatalogContentPageModel, CatalogContentService, CatalogModuleConfigAdminMainValuesModel, CatalogModuleConfigSiteAccessValuesModel, CatalogModuleConfigSiteValuesModel, CatalogModuleSiteStorageValuesModel, ChartCategoryModel, ChartCategoryService, ChartCommentModel, ChartCommentService, ChartConfigurationService, ChartContentAndParameterValueService, ChartContentCategoryModel, ChartContentCategoryService, ChartContentModel, ChartContentOtherInfoModel, ChartContentOtherInfoService, ChartContentParameterService, ChartContentParameterTypeService, ChartContentService, ChartContentSimilarModel, ChartContentSimilarService, ChartContentTagModel, ChartContentTagService, ChartModuleConfigAdminMainValuesModel, ChartModuleConfigSiteAccessValuesModel, ChartModuleConfigSiteValuesModel, ChartModuleSiteStorageValuesModel, ChartShareMainAdminSettingService, ChartShareReceiverCategoryService, ChartShareServerCategoryService, CheckStatusActionModel, ClauseTypeEnum, CmsModuleSaleItemTypeEnum, CmsNotificationModel, CmsNotificationSendDtoModel, CmsPageUtilityToolsActionEnum, CmsPageUtilityToolsDtoModel, CmsSiteMenuAreaTypeEnum, ConnectionStatusEnum, ConnectionTypeEnum, ContactCategoryModel, ContactCategoryService, ContactConfigurationService, ContactContentModel, ContactContentService, ContactModuleConfigAdminMainValuesModel, ContactModuleConfigSiteAccessValuesModel, ContactModuleConfigSiteValuesModel, ContactModuleSiteStorageValuesModel, CoreAuthService, CoreConfigurationService, CoreCpMainMenuCmsUserGroupModel, CoreCpMainMenuCmsUserGroupService, CoreCpMainMenuModel, CoreCpMainMenuService, CoreCurrencyModel, CoreCurrencyService, CoreDeviceModel, CoreDeviceService, CoreEnumService, CoreGuideModel, CoreGuideService, CoreLocationModel, CoreLocationService, CoreLogAvoidDuplicateDataEntryModel, CoreLogAvoidDuplicateDataEntryService, CoreLogCurrencyModel, CoreLogCurrencyService, CoreLogEmailModel, CoreLogEmailService, CoreLogErrorModel, CoreLogErrorService, CoreLogMemberModel, CoreLogMemberService, CoreLogNotificationModel, CoreLogNotificationService, CoreLogReportDataModel, CoreLogReportDataService, CoreLogSmsModel, CoreLogSmsService, CoreLogTokenConnectionModel, CoreLogTokenConnectionService, CoreLogTokenMicroServiceModel, CoreLogTokenMicroServiceService, CoreLogTokenUserModel, CoreLogTokenUserService, CoreModuleCheckSerialForSiteDtoModel, CoreModuleConfigAdminMainValuesModel, CoreModuleConfigSiteAccessValuesModel, CoreModuleConfigSiteValuesModel, CoreModuleDataCommentDtoModel, CoreModuleDataCommentModel, CoreModuleDataCommentService, CoreModuleDataMemoDtoModel, CoreModuleDataMemoModel, CoreModuleDataMemoService, CoreModuleDataPinDtoModel, CoreModuleDataPinModel, CoreModuleDataPinService, CoreModuleDataTaskDtoModel, CoreModuleDataTaskModel, CoreModuleDataTaskService, CoreModuleEntityModel, CoreModuleEntityReportFileModel, CoreModuleEntityReportFileService, CoreModuleEntityService, CoreModuleFavoriteDtoModel, CoreModuleLogContentCountModel, CoreModuleLogContentCountService, CoreModuleLogFavoriteModel, CoreModuleLogFavoriteService, CoreModuleLogLikeModel, CoreModuleLogLikeService, CoreModuleLogReportAbuseModel, CoreModuleLogReportAbuseService, CoreModuleLogScoreModel, CoreModuleLogScoreService, CoreModuleLogShowKeyModel, CoreModuleLogShowKeyService, CoreModuleLogSiteCreditBlockedModel, CoreModuleLogSiteCreditBlockedService, CoreModuleLogSiteCreditModel, CoreModuleLogSiteCreditService, CoreModuleLogSiteUserCreditBlockedModel, CoreModuleLogSiteUserCreditBlockedService, CoreModuleLogSiteUserCreditModel, CoreModuleLogSiteUserCreditService, CoreModuleModel, CoreModuleProcessCustomizeModel, CoreModuleProcessCustomizeService, CoreModuleProcessModel, CoreModuleProcessService, CoreModuleRelationshipContentModel, CoreModuleRelationshipContentService, CoreModuleReportAbuseDtoModel, CoreModuleSaleHeaderCalculateDtoModel, CoreModuleSaleHeaderGroupModel, CoreModuleSaleHeaderGroupService, CoreModuleSaleHeaderModel, CoreModuleSaleHeaderPaymentDtoModel, CoreModuleSaleHeaderService, CoreModuleSaleInvoiceDetailModel, CoreModuleSaleInvoiceDetailService, CoreModuleSaleInvoiceModel, CoreModuleSaleInvoiceService, CoreModuleSaleItemModel, CoreModuleSaleItemService, CoreModuleSaleSerialModel, CoreModuleSaleSerialService, CoreModuleService, CoreModuleShowKeyDtoModel, CoreModuleSiteAccountingDocumentDetailModel, CoreModuleSiteAccountingDocumentDetailService, CoreModuleSiteAccountingDocumentDetailTypeModel, CoreModuleSiteAccountingDocumentDetailTypeService, CoreModuleSiteAccountingDocumentModel, CoreModuleSiteAccountingDocumentService, CoreModuleSiteCreditCalculateDtoModel, CoreModuleSiteCreditChargeDirectDtoModel, CoreModuleSiteCreditModel, CoreModuleSiteCreditPaymentDtoModel, CoreModuleSiteCreditService, CoreModuleSiteModel, CoreModuleSiteService, CoreModuleSiteStorageValuesModel, CoreModuleSiteUserCreditCalculateDtoModel, CoreModuleSiteUserCreditChargeDirectDtoModel, CoreModuleSiteUserCreditModel, CoreModuleSiteUserCreditPaymentDtoModel, CoreModuleSiteUserCreditService, CoreModuleTagCategoryModel, CoreModuleTagCategoryService, CoreModuleTagModel, CoreModuleTagService, CoreSiteAddFirstSiteDtoModel, CoreSiteCategoryCmsModuleModel, CoreSiteCategoryCmsModuleService, CoreSiteCategoryModel, CoreSiteCategoryService, CoreSiteDomainAliasModel, CoreSiteDomainAliasService, CoreSiteModel, CoreSiteSearchModel, CoreSiteService, CoreSiteSupportModel, CoreSiteUserModel, CoreSiteUserService, CoreTokenActivationModel, CoreTokenActivationService, CoreTokenConnectionModel, CoreTokenConnectionService, CoreTokenMicroServiceModel, CoreTokenMicroServiceService, CoreTokenUserBadLoginModel, CoreTokenUserBadLoginService, CoreTokenUserModel, CoreTokenUserService, CoreUserClaimCheckDtoModel, CoreUserClaimCheckModel, CoreUserClaimContentModel, CoreUserClaimContentService, CoreUserClaimGroupDetailModel, CoreUserClaimGroupDetailService, CoreUserClaimGroupModel, CoreUserClaimGroupService, CoreUserClaimTypeModel, CoreUserClaimTypeService, CoreUserGroupModel, CoreUserGroupService, CoreUserModel, CoreUserService, CoreUserSupportAccessModel, CoreUserSupportAccessService, DataFieldInfoModel, DataProviderClientConnectionTypeEnum, DataProviderClientModel, DataProviderClientService, DataProviderConfigurationService, DataProviderEnumService, DataProviderLogClientModel, DataProviderLogClientService, DataProviderLogDataModel, DataProviderLogDataService, DataProviderLogPlanModel, DataProviderLogPlanService, DataProviderLogSourceModel, DataProviderLogSourceService, DataProviderModuleCalculateDtoModel, DataProviderModuleConfigAdminMainValuesModel, DataProviderModuleConfigSiteAccessValuesModel, DataProviderModuleConfigSiteValuesModel, DataProviderModulePaymentDtoModel, DataProviderModuleSiteStorageValuesModel, DataProviderPlanCategoryModel, DataProviderPlanCategoryService, DataProviderPlanClientModel, DataProviderPlanClientService, DataProviderPlanModel, DataProviderPlanPriceModel, DataProviderPlanPriceService, DataProviderPlanService, DataProviderPlanSourceModel, DataProviderPlanSourceService, DataProviderSourceModel, DataProviderSourceService, DataProviderTransactionModel, DataProviderTransactionService, DateTypeEnum, DayOfWeekEnum, DeviceStatusEnum, DeviceTypeEnum, DomainModel, DonateConfigurationService, DonateEnumService, DonateLogViewModel, DonateLogViewService, DonateModuleCalculateDtoModel, DonateModuleConfigAdminMainValuesModel, DonateModuleConfigSiteAccessValuesModel, DonateModuleConfigSiteValuesModel, DonateModulePaymentDtoModel, DonateModuleSiteStorageValuesModel, DonateSponsorModel, DonateSponsorService, DonateTargetCategoryModel, DonateTargetCategoryService, DonateTargetModel, DonateTargetPeriodModel, DonateTargetPeriodService, DonateTargetPeriodSponsorModel, DonateTargetPeriodSponsorService, DonateTargetService, DonateTransactionModel, DonateTransactionService, EditStepDtoModel, ErrorExceptionResult, ErrorExceptionResultBase, ErrorExceptionResultExportFile, ErrorTypeEnum, EstateAccountAgencyAdsModel, EstateAccountAgencyAdsService, EstateAccountAgencyExpertModel, EstateAccountAgencyExpertService, EstateAccountAgencyFilterModel, EstateAccountAgencyModel, EstateAccountAgencyService, EstateAccountAgencyWorkAreaModel, EstateAccountAgencyWorkAreaService, EstateAccountExpertFilterModel, EstateAccountExpertModel, EstateAccountExpertService, EstateAccountExpertWorkAreaModel, EstateAccountExpertWorkAreaService, EstateActivityTypeModel, EstateActivityTypeService, EstateAdsTypeModel, EstateAdsTypeService, EstateBillboardModel, EstateBillboardService, EstateCategoryRackFolderOrderModel, EstateCategoryRackFolderPropertyModel, EstateCategoryRackModel, EstateCategoryRackService, EstateCategoryZoneModel, EstateCategoryZoneService, EstateConfigurationService, EstateContractModel, EstateContractService, EstateContractTypeModel, EstateContractTypeService, EstateCustomerCategoryModel, EstateCustomerCategoryService, EstateCustomerOrderActionSendSmsDtoModel, EstateCustomerOrderFilterModel, EstateCustomerOrderModel, EstateCustomerOrderResultModel, EstateCustomerOrderResultService, EstateCustomerOrderService, EstateEnumService, EstateModuleConfigAdminMainValuesModel, EstateModuleConfigSiteAccessValuesModel, EstateModuleConfigSiteValuesModel, EstateModuleSaleAccountAgencyAdsCalculateDtoModel, EstateModuleSaleAccountAgencyAdsPaymentDtoModel, EstateModuleSalePropertyAdsCalculateDtoModel, EstateModuleSalePropertyAdsPaymentDtoModel, EstateModuleSiteStorageValuesModel, EstatePriceInquiryDtoModel, EstatePropertyAccountTypeUserModel, EstatePropertyAccountTypeUserService, EstatePropertyActionSendSmsDtoModel, EstatePropertyAdsModel, EstatePropertyAdsService, EstatePropertyCompanyFilterModel, EstatePropertyCompanyModel, EstatePropertyCompanyService, EstatePropertyDetailGroupModel, EstatePropertyDetailGroupService, EstatePropertyDetailModel, EstatePropertyDetailService, EstatePropertyDetailValueModel, EstatePropertyExpertPriceModel, EstatePropertyExpertPriceService, EstatePropertyExpertPriceTypeEnum, EstatePropertyFilterModel, EstatePropertyHistoryFilterModel, EstatePropertyHistoryModel, EstatePropertyHistoryService, EstatePropertyModel, EstatePropertyProjectFilterModel, EstatePropertyProjectModel, EstatePropertyProjectService, EstatePropertyService, EstatePropertyShareAgencyModel, EstatePropertyShareAgencyService, EstatePropertyShareAgentModel, EstatePropertyShareAgentService, EstatePropertyShareSiteModel, EstatePropertyShareSiteService, EstatePropertySupplierCategoryModel, EstatePropertySupplierCategoryService, EstatePropertySupplierFilterModel, EstatePropertySupplierModel, EstatePropertySupplierService, EstatePropertyTypeLanduseModel, EstatePropertyTypeLanduseService, EstatePropertyTypeModel, EstatePropertyTypeService, EstatePropertyTypeUsageModel, EstatePropertyTypeUsageService, EstateUserTypeEnum, ExportFileModel, ExportFileTypeEnum, ExportReceiveMethodEnum, FieldInfoModel, FieldInputDataSourceModel, File360TourDefaultModel, File360TourHotSpotModel, File360TourModel, File360TourScenesModel, File360ViewModel, FileCategoryModel, FileCategoryService, FileCompressDtoModel, FileConfigurationService, FileContentModel, FileContentService, FileCopyCutDtoModel, FileDownloadDtoModel, FileTypeEnum, FileUploadByUrlDtoModel, FileUploadModel, FileUploadedModel, FilterDataModel, FilterDataModelSearchTypesEnum, FilterModel, FormInfoModel, FormSubmitedStatusEnum, GenderTypeEnum, GetAllDefaultPagesBySiteCategoryDtoModel, GetPropertiesInfoModel, HyperShopCategoryModel, HyperShopCategoryService, HyperShopConfigurationService, HyperShopConnectionTypeEnum, HyperShopContentModel, HyperShopContentService, HyperShopModuleConfigAdminMainValuesModel, HyperShopModuleConfigSiteAccessValuesModel, HyperShopModuleConfigSiteValuesModel, HyperShopModuleSiteStorageValuesModel, HyperShopOrderContentDtoModel, HyperShopOrderContentModel, HyperShopOrderDtoModel, HyperShopOrderModel, HyperShopOrderPaymentDtoModel, HyperShopOrderService, HyperShopOrderTypeEnum, HyperShopPaymentModel, HyperShopPaymentTypeEnum, InfoEnumModel, InputDataTypeEnum, IpModel, ItemState, LanguageEnum, LanguageFullEnum, LinkManagementAccountingDetailModel, LinkManagementAccountingDetailService, LinkManagementAccountingModel, LinkManagementAccountingService, LinkManagementBillboardCategoryModel, LinkManagementBillboardCategoryService, LinkManagementBillboardFilterModel, LinkManagementBillboardModel, LinkManagementBillboardPatternModel, LinkManagementBillboardPatternService, LinkManagementBillboardService, LinkManagementCategoryModel, LinkManagementCategoryService, LinkManagementConfigurationService, LinkManagementEnumService, LinkManagementMemberModel, LinkManagementMemberService, LinkManagementModuleConfigAdminMainValuesModel, LinkManagementModuleConfigSiteAccessValuesModel, LinkManagementModuleConfigSiteValuesModel, LinkManagementModuleSiteStorageValuesModel, LinkManagementTargetBillboardLogModel, LinkManagementTargetBillboardLogService, LinkManagementTargetCategoryModel, LinkManagementTargetCategoryService, LinkManagementTargetFilterModel, LinkManagementTargetModel, LinkManagementTargetService, LinkManagementTargetShortLinkGetDtoModel, LinkManagementTargetShortLinkGetResponceModel, LinkManagementTargetShortLinkSetDtoModel, LinkManagementTargetShortLinkSetResponceModel, ManageUserAccessAreaTypesEnum, ManageUserAccessDataTypesEnum, ManageUserAccessUserTypesEnum, ManagementContentSettingTypeEnum, MemberConfigurationService, MemberGroupModel, MemberGroupService, MemberHistoryModel, MemberHistoryService, MemberModuleConfigAdminMainValuesModel, MemberModuleConfigSiteAccessValuesModel, MemberModuleConfigSiteValuesModel, MemberModuleSiteStorageValuesModel, MemberPropertyAliasModel, MemberPropertyAliasService, MemberPropertyDetailDefaultValueModel, MemberPropertyDetailGroupModel, MemberPropertyDetailGroupService, MemberPropertyDetailModel, MemberPropertyDetailService, MemberPropertyDetailValueModel, MemberPropertyDetailValueService, MemberPropertyModel, MemberPropertyService, MemberPropertySiteModel, MemberPropertySiteService, MemberPropertyTypeModel, MemberPropertyTypeService, MemberPropertyTypeSiteModel, MemberPropertyTypeSiteService, MemberUserGroupModel, MemberUserGroupService, MemberUserModel, MemberUserSearchAliasModel, MemberUserSearchAliasService, MemberUserService, MemberUserSiteModel, MemberUserSiteService, MenuPlaceTypeEnum, MessageTypeEnum, MicroServiceConnectionStatusEnum, MicroServiceConnectionTypeEnum, MicroServiceModuleTypeEnum, ModuleConfigAdminMainValuesModel, ModuleConfigSiteAccessValuesModel, ModuleConfigSiteValuesModel, ModuleSiteStorageValuesModel, NewsCategoryModel, NewsCategoryService, NewsCommentModel, NewsCommentService, NewsConfigurationService, NewsContentAndParameterValueService, NewsContentCategoryModel, NewsContentCategoryService, NewsContentModel, NewsContentOtherInfoModel, NewsContentOtherInfoService, NewsContentParameterService, NewsContentParameterTypeService, NewsContentService, NewsContentSimilarModel, NewsContentSimilarService, NewsContentTagModel, NewsContentTagService, NewsModuleConfigAdminMainValuesModel, NewsModuleConfigSiteAccessValuesModel, NewsModuleConfigSiteValuesModel, NewsModuleSiteStorageValuesModel, NewsShareMainAdminSettingModel, NewsShareMainAdminSettingService, NewsShareReceiverCategoryModel, NewsShareReceiverCategoryService, NewsShareServerCategoryModel, NewsShareServerCategoryService, NotificationModuleTypeEnum, NotificationTypeEnum, NtkCmsApiComponent, NtkCmsApiModule, NtkCmsApiService, OperatingSystemTypeEnum, PageAbilityTypeEnum, PageModel, PaymentMethodEnum, PollingCategoryModel, PollingCategoryService, PollingConfigurationService, PollingContentModel, PollingContentService, PollingModuleConfigAdminMainValuesModel, PollingModuleConfigSiteAccessValuesModel, PollingModuleConfigSiteValuesModel, PollingModuleSiteStorageValuesModel, PollingOptionModel, PollingOptionService, PollingVoteModel, PollingVoteService, ProcessInfoModel, ProcessModuleSiteDataInfoOutputModel, ProcessModuleSiteDataOptimazeOutputModel, ProcessModuleSiteDataRemoveOutputModel, ReceiverNotificationStatusTypeEnum, RecordStatusEnum, RenderModelApplicationSendNotificationInput, ReportFileTypeEnum, RessellerChartModel, ScheduleCronTypeEnum, ScoreClickDtoModel, ScoreClickInfoModel, SearchTagModel, SendEmailStatusTypeEnum, SendNotificationModel, SendNotificationStatusTypeEnum, SendSmsStatusTypeEnum, ShareInfoModel, SharingAccountingTypeEnum, SharingPriceTypeEnum, SiteStatusEnum, SmsApiGetBalanceResultModel, SmsApiGetReceiveInboxManuallyResultModel, SmsApiGetTokenResultModel, SmsApiNumberPermissionAccessStatusEnum, SmsApiNumberPermissionActionEnum, SmsApiPathPermissionAccessStatusEnum, SmsApiPathPermissionActionEnum, SmsApiSendMessageDtoModel, SmsApiSendMessageTestDtoModel, SmsApiSendResultModel, SmsConfigurationService, SmsEnumService, SmsLogApiPathModel, SmsLogApiPathService, SmsLogInBoxModel, SmsLogInBoxService, SmsLogOutBoxDetailBulkModel, SmsLogOutBoxDetailBulkService, SmsLogOutBoxDetailModel, SmsLogOutBoxDetailService, SmsLogOutBoxModel, SmsLogOutBoxQueueModel, SmsLogOutBoxQueueService, SmsLogOutBoxScheduleRunInfoModel, SmsLogOutBoxService, SmsLogOutBoxTaskSchedulerModel, SmsLogOutBoxTaskSchedulerService, SmsMainApiNumberModel, SmsMainApiNumberPermissionModel, SmsMainApiNumberPermissionService, SmsMainApiNumberService, SmsMainApiPathAliasJsonModel, SmsMainApiPathAndApiNumberModel, SmsMainApiPathAndApiNumberService, SmsMainApiPathCompanyModel, SmsMainApiPathCompanyService, SmsMainApiPathModel, SmsMainApiPathPermissionModel, SmsMainApiPathPermissionService, SmsMainApiPathPriceServiceModel, SmsMainApiPathPriceServiceService, SmsMainApiPathProcessFlowLogModel, SmsMainApiPathProcessFlowLogService, SmsMainApiPathProcessFlowModel, SmsMainApiPathProcessFlowService, SmsMainApiPathPublicConfigAliasJsonModel, SmsMainApiPathPublicConfigModel, SmsMainApiPathPublicConfigService, SmsMainApiPathService, SmsMainApiPathSuperSederModel, SmsMainApiPathSuperSederService, SmsMainCustomerCreditModel, SmsMainCustomerCreditService, SmsMainMessageCategoryModel, SmsMainMessageCategoryService, SmsMainMessageContentModel, SmsMainMessageContentService, SmsMessageTypeEnum, SmsModuleConfigAdminMainValuesModel, SmsModuleConfigSiteAccessValuesModel, SmsModuleConfigSiteValuesModel, SmsModuleSiteStorageValuesModel, SmsOutBoxTypeEnum, SmsProcessFlowRecordStatusEnum, SmsProcessFlowSmsStatusEnum, SmsRecordStatusOutBoxEnum, SortTypeEnum, ThemeConfigLayoutModel, TicketAccessStatusEnum, TicketStatusEnum, TicketingAnswerModel, TicketingAnswerService, TicketingConfigurationService, TicketingDepartemenLogModel, TicketingDepartemenLogService, TicketingDepartemenModel, TicketingDepartemenOperatorModel, TicketingDepartemenOperatorService, TicketingDepartemenPriorityEnum, TicketingDepartemenService, TicketingEnumService, TicketingFaqModel, TicketingFaqService, TicketingModuleConfigAdminMainValuesModel, TicketingModuleConfigSiteAccessValuesModel, TicketingModuleConfigSiteValuesModel, TicketingModuleSiteStorageValuesModel, TicketingTaskDtoModel, TicketingTaskModel, TicketingTaskService, TicketingTemplateModel, TicketingTemplateService, TokenDeviceClientInfoDtoModel, TokenDeviceModel, TokenDeviceSetNotificationIdDtoModel, TokenInfoModel, TransactionBankStatusEnum, TransactionLogPublicTypeEnum, TransactionRecordStatusEnum, UiPropertyDesignEnum, UniversalActionModel, UniversalMenuConfigurationService, UniversalMenuEnumService, UniversalMenuMenuItemModel, UniversalMenuMenuItemProcessModel, UniversalMenuMenuItemProcessService, UniversalMenuMenuItemService, UniversalMenuModuleConfigAdminMainValuesModel, UniversalMenuModuleConfigSiteAccessValuesModel, UniversalMenuModuleConfigSiteValuesModel, UniversalMenuModuleSiteStorageValuesModel, UniversalMenuPlatformModel, UniversalMenuPlatformService, UniversalMenuPlatformTypeEnum, UniversalMenuProcessModel, UniversalMenuProcessService, UniversalMenuRenderTypeEnum, UniversalMenuSessionModel, UniversalMenuSessionService, UpdateTypeEnum, UploadApplictionDtoModel, UserActivateTypesEnum, UserClaimGroupActionTypeEnum, UserClaimKindsEnum, WebDesignerConfigurationService, WebDesignerEnumService, WebDesignerLogMemberInfoModel, WebDesignerLogMemberInfoService, WebDesignerLogPageSafeModel, WebDesignerLogPageSafeService, WebDesignerMainIntroModel, WebDesignerMainIntroService, WebDesignerMainMenuModel, WebDesignerMainMenuService, WebDesignerMainPageDependencyModel, WebDesignerMainPageDependencyService, WebDesignerMainPageModel, WebDesignerMainPageService, WebDesignerMainPageTemplateModel, WebDesignerMainPageTemplateService, WebDesignerMainPageTemplateSiteCategoryModel, WebDesignerMainPageTemplateSiteCategoryService, WebDesignerModuleConfigAdminMainValuesModel, WebDesignerModuleConfigSiteAccessValuesModel, WebDesignerModuleConfigSiteValuesModel, WebDesignerModuleSiteStorageValuesModel, WebDesignerPageAutoAddDtoModel };
12889
+ export { AccessHelper, AccessModel, ActionGoStepEnum, ActivityStatusEnumEstate, AnswerStatusEnum, ApiReceiveMethodEnum, ApiServerBase, ApiTelegramBotConfigModel, ApiTelegramBotConfigService, ApiTelegramConfigurationService, ApiTelegramEnumService, ApiTelegramLogInputModel, ApiTelegramLogInputService, ApiTelegramLogOutputModel, ApiTelegramLogOutputService, ApiTelegramMemberInfoModel, ApiTelegramMemberInfoService, ApiTelegramModuleConfigAdminMainValuesModel, ApiTelegramModuleConfigSiteAccessValuesModel, ApiTelegramModuleConfigSiteValuesModel, ApiTelegramModuleSiteStorageValuesModel, ApiTelegramReceivedFileModel, ApiTelegramReceivedFileService, ApiTelegramRenderInfoModel, ApiTelegramSendMessageTodoModel, ApiTelegramSessionModel, ApiTelegramUploadedFileModel, ApiTelegramUploadedFileService, AppMainDtoModel, AppMainHederDtoModel, AppMainLayoutMainRequestModel, ApplicationAppModel, ApplicationAppService, ApplicationConfigurationService, ApplicationEnumService, ApplicationIntroModel, ApplicationIntroService, ApplicationLayoutModel, ApplicationLayoutService, ApplicationLayoutValueModel, ApplicationLayoutValueService, ApplicationLogNotificationModel, ApplicationLogNotificationService, ApplicationMemberInfoModel, ApplicationMemberInfoService, ApplicationModuleConfigAdminMainValuesModel, ApplicationModuleConfigSiteAccessValuesModel, ApplicationModuleConfigSiteValuesModel, ApplicationModuleSiteStorageValuesModel, ApplicationSourceModel, ApplicationSourceService, ApplicationSourceSiteCategoryModel, ApplicationSourceSiteCategoryService, ApplicationThemeConfigModel, ApplicationThemeConfigService, ArticleCategoryModel, ArticleCategoryService, ArticleCommentModel, ArticleCommentService, ArticleConfigurationService, ArticleContentAndParameterValueService, ArticleContentCategoryModel, ArticleContentCategoryService, ArticleContentModel, ArticleContentOtherInfoModel, ArticleContentOtherInfoService, ArticleContentParameterService, ArticleContentParameterTypeService, ArticleContentService, ArticleContentSimilarModel, ArticleContentSimilarService, ArticleContentTagModel, ArticleContentTagService, ArticleModuleConfigAdminMainValuesModel, ArticleModuleConfigSiteAccessValuesModel, ArticleModuleConfigSiteValuesModel, ArticleModuleSiteStorageValuesModel, ArticleShareMainAdminSettingModel, ArticleShareMainAdminSettingService, ArticleShareReceiverCategoryModel, ArticleShareReceiverCategoryService, ArticleShareServerCategoryModel, ArticleShareServerCategoryService, AuthEmailConfirmDtoModel, AuthMobileConfirmDtoModel, AuthRenewTokenModel, AuthUserChangePasswordModel, AuthUserForgetPasswordEntryPinCodeModel, AuthUserForgetPasswordModel, AuthUserSignInBySmsDtoModel, AuthUserSignInModel, AuthUserSignOutModel, AuthUserSignUpModel, BankPaymentConfigurationService, BankPaymentEnumService, BankPaymentInjectOnlineTransactionDtoModel, BankPaymentInjectPaymentGotoBankStep1CalculateModel, BankPaymentInjectPaymentGotoBankStep2LandingSitePageModel, BankPaymentModuleConfigAdminMainValuesModel, BankPaymentModuleConfigSiteAccessValuesModel, BankPaymentModuleConfigSiteValuesModel, BankPaymentModuleSiteStorageValuesModel, BankPaymentPrivateSiteConfigAliasJsonModel, BankPaymentPrivateSiteConfigModel, BankPaymentPrivateSiteConfigService, BankPaymentPublicConfigAliasJsonModel, BankPaymentPublicConfigModel, BankPaymentPublicConfigService, BankPaymentTransactionLogModel, BankPaymentTransactionLogService, BankPaymentTransactionModel, BankPaymentTransactionService, BaseEntity, BaseModuleConfigAdminMainValuesModel, BaseModuleConfigSiteAccessValuesModel, BaseModuleConfigSiteValuesModel, BaseModuleEntity, BaseModuleSiteCheckSiteModel, BaseModuleSiteCheckUserModel, BaseModuleSiteStorageValuesModel, BiographyCategoryModel, BiographyCategoryService, BiographyCommentModel, BiographyCommentService, BiographyConfigurationService, BiographyContentAndParameterValueService, BiographyContentCategoryModel, BiographyContentCategoryService, BiographyContentModel, BiographyContentOtherInfoModel, BiographyContentOtherInfoService, BiographyContentParameterService, BiographyContentParameterTypeService, BiographyContentService, BiographyContentSimilarModel, BiographyContentSimilarService, BiographyContentTagModel, BiographyContentTagService, BiographyContentWithDatePeriodEndDtoModel, BiographyContentWithSimilarDatePeriodEndDtoModel, BiographyContentWithSimilarDatePeriodStartDayAndMonthOfYearDtoModel, BiographyContentWithSimilarDatePeriodStartDayOfYearDtoModel, BiographyContentWithSimilarDatePeriodStartDtoModel, BiographyContentWithSimilarDatePeriodStartMonthOfYearListDtoModel, BiographyContentWithSimilarLocationPeriodDtoModel, BiographyModuleConfigAdminMainValuesModel, BiographyModuleConfigSiteAccessValuesModel, BiographyModuleConfigSiteValuesModel, BiographyModuleSiteStorageValuesModel, BiographyShareMainAdminSettingModel, BiographyShareMainAdminSettingService, BiographyShareReceiverCategoryModel, BiographyShareReceiverCategoryService, BiographyShareServerCategoryModel, BiographyShareServerCategoryService, BlogCategoryModel, BlogCategoryService, BlogCommentModel, BlogCommentService, BlogConfigurationService, BlogContentAndParameterValueService, BlogContentCategoryModel, BlogContentCategoryService, BlogContentModel, BlogContentOtherInfoModel, BlogContentOtherInfoService, BlogContentParameterService, BlogContentParameterTypeService, BlogContentService, BlogContentSimilarModel, BlogContentSimilarService, BlogContentTagModel, BlogContentTagService, BlogModuleConfigAdminMainValuesModel, BlogModuleConfigSiteAccessValuesModel, BlogModuleConfigSiteValuesModel, BlogModuleSiteStorageValuesModel, BlogShareMainAdminSettingModel, BlogShareMainAdminSettingService, BlogShareReceiverCategoryModel, BlogShareReceiverCategoryService, BlogShareServerCategoryModel, BlogShareServerCategoryService, BuildStatusTypeEnum, BuilderInfoStatusDtoModel, BulkMessageTypeEnum, CaptchaModel, CatalogCategoryModel, CatalogCategoryService, CatalogConfigurationService, CatalogContentModel, CatalogContentOtherInfoModel, CatalogContentPageModel, CatalogContentService, CatalogModuleConfigAdminMainValuesModel, CatalogModuleConfigSiteAccessValuesModel, CatalogModuleConfigSiteValuesModel, CatalogModuleSiteStorageValuesModel, ChartCategoryModel, ChartCategoryService, ChartCommentModel, ChartCommentService, ChartConfigurationService, ChartContentAndParameterValueService, ChartContentCategoryModel, ChartContentCategoryService, ChartContentModel, ChartContentOtherInfoModel, ChartContentOtherInfoService, ChartContentParameterService, ChartContentParameterTypeService, ChartContentService, ChartContentSimilarModel, ChartContentSimilarService, ChartContentTagModel, ChartContentTagService, ChartModuleConfigAdminMainValuesModel, ChartModuleConfigSiteAccessValuesModel, ChartModuleConfigSiteValuesModel, ChartModuleSiteStorageValuesModel, ChartShareMainAdminSettingService, ChartShareReceiverCategoryService, ChartShareServerCategoryService, CheckStatusActionModel, ClauseTypeEnum, CmsModuleSaleItemTypeEnum, CmsNotificationModel, CmsNotificationSendDtoModel, CmsPageUtilityToolsActionEnum, CmsPageUtilityToolsDtoModel, CmsSiteMenuAreaTypeEnum, ConnectionStatusEnum, ConnectionTypeEnum, ContactCategoryModel, ContactCategoryService, ContactConfigurationService, ContactContentModel, ContactContentService, ContactModuleConfigAdminMainValuesModel, ContactModuleConfigSiteAccessValuesModel, ContactModuleConfigSiteValuesModel, ContactModuleSiteStorageValuesModel, CoreAuthService, CoreConfigurationService, CoreCpMainMenuCmsUserGroupModel, CoreCpMainMenuCmsUserGroupService, CoreCpMainMenuModel, CoreCpMainMenuService, CoreCurrencyModel, CoreCurrencyService, CoreDeviceModel, CoreDeviceService, CoreEnumService, CoreGuideModel, CoreGuideService, CoreLocationModel, CoreLocationService, CoreLogAvoidDuplicateDataEntryModel, CoreLogAvoidDuplicateDataEntryService, CoreLogCurrencyModel, CoreLogCurrencyService, CoreLogEmailModel, CoreLogEmailService, CoreLogErrorModel, CoreLogErrorService, CoreLogMemberModel, CoreLogMemberService, CoreLogNotificationModel, CoreLogNotificationService, CoreLogReportDataModel, CoreLogReportDataService, CoreLogSmsModel, CoreLogSmsService, CoreLogTokenConnectionModel, CoreLogTokenConnectionService, CoreLogTokenMicroServiceModel, CoreLogTokenMicroServiceService, CoreLogTokenUserModel, CoreLogTokenUserService, CoreModuleCheckSerialForSiteDtoModel, CoreModuleConfigAdminMainValuesModel, CoreModuleConfigSiteAccessValuesModel, CoreModuleConfigSiteValuesModel, CoreModuleDataCommentDtoModel, CoreModuleDataCommentModel, CoreModuleDataCommentService, CoreModuleDataMemoDtoModel, CoreModuleDataMemoModel, CoreModuleDataMemoService, CoreModuleDataPinDtoModel, CoreModuleDataPinModel, CoreModuleDataPinService, CoreModuleDataTaskDtoModel, CoreModuleDataTaskModel, CoreModuleDataTaskService, CoreModuleEntityModel, CoreModuleEntityReportFileModel, CoreModuleEntityReportFileService, CoreModuleEntityService, CoreModuleFavoriteDtoModel, CoreModuleLogContentCountModel, CoreModuleLogContentCountService, CoreModuleLogFavoriteModel, CoreModuleLogFavoriteService, CoreModuleLogLikeModel, CoreModuleLogLikeService, CoreModuleLogReportAbuseModel, CoreModuleLogReportAbuseService, CoreModuleLogScoreModel, CoreModuleLogScoreService, CoreModuleLogShowKeyModel, CoreModuleLogShowKeyService, CoreModuleLogSiteCreditBlockedModel, CoreModuleLogSiteCreditBlockedService, CoreModuleLogSiteCreditModel, CoreModuleLogSiteCreditService, CoreModuleLogSiteUserCreditBlockedModel, CoreModuleLogSiteUserCreditBlockedService, CoreModuleLogSiteUserCreditModel, CoreModuleLogSiteUserCreditService, CoreModuleModel, CoreModuleProcessCustomizeModel, CoreModuleProcessCustomizeService, CoreModuleProcessModel, CoreModuleProcessService, CoreModuleRelationshipContentModel, CoreModuleRelationshipContentService, CoreModuleReportAbuseDtoModel, CoreModuleSaleHeaderCalculateDtoModel, CoreModuleSaleHeaderGroupModel, CoreModuleSaleHeaderGroupService, CoreModuleSaleHeaderModel, CoreModuleSaleHeaderPaymentDtoModel, CoreModuleSaleHeaderService, CoreModuleSaleInvoiceDetailModel, CoreModuleSaleInvoiceDetailService, CoreModuleSaleInvoiceModel, CoreModuleSaleInvoiceService, CoreModuleSaleItemModel, CoreModuleSaleItemService, CoreModuleSaleSerialModel, CoreModuleSaleSerialService, CoreModuleService, CoreModuleShowKeyDtoModel, CoreModuleSiteAccountingDocumentDetailModel, CoreModuleSiteAccountingDocumentDetailService, CoreModuleSiteAccountingDocumentDetailTypeModel, CoreModuleSiteAccountingDocumentDetailTypeService, CoreModuleSiteAccountingDocumentModel, CoreModuleSiteAccountingDocumentService, CoreModuleSiteCreditCalculateDtoModel, CoreModuleSiteCreditChargeDirectDtoModel, CoreModuleSiteCreditModel, CoreModuleSiteCreditPaymentDtoModel, CoreModuleSiteCreditService, CoreModuleSiteModel, CoreModuleSiteService, CoreModuleSiteStorageValuesModel, CoreModuleSiteUserCreditCalculateDtoModel, CoreModuleSiteUserCreditChargeDirectDtoModel, CoreModuleSiteUserCreditModel, CoreModuleSiteUserCreditPaymentDtoModel, CoreModuleSiteUserCreditService, CoreModuleTagCategoryModel, CoreModuleTagCategoryService, CoreModuleTagModel, CoreModuleTagService, CoreSiteAddFirstSiteDtoModel, CoreSiteCategoryCmsModuleModel, CoreSiteCategoryCmsModuleService, CoreSiteCategoryModel, CoreSiteCategoryService, CoreSiteDomainAliasModel, CoreSiteDomainAliasService, CoreSiteModel, CoreSiteSearchModel, CoreSiteService, CoreSiteSupportModel, CoreSiteUserModel, CoreSiteUserService, CoreTokenActivationModel, CoreTokenActivationService, CoreTokenConnectionModel, CoreTokenConnectionService, CoreTokenMicroServiceModel, CoreTokenMicroServiceService, CoreTokenUserBadLoginModel, CoreTokenUserBadLoginService, CoreTokenUserModel, CoreTokenUserService, CoreUserClaimCheckDtoModel, CoreUserClaimCheckModel, CoreUserClaimContentModel, CoreUserClaimContentService, CoreUserClaimGroupDetailModel, CoreUserClaimGroupDetailService, CoreUserClaimGroupModel, CoreUserClaimGroupService, CoreUserClaimTypeModel, CoreUserClaimTypeService, CoreUserGroupModel, CoreUserGroupService, CoreUserModel, CoreUserService, CoreUserSupportAccessModel, CoreUserSupportAccessService, DataFieldInfoModel, DataProviderClientConnectionTypeEnum, DataProviderClientModel, DataProviderClientService, DataProviderConfigurationService, DataProviderEnumService, DataProviderLogClientModel, DataProviderLogClientService, DataProviderLogDataModel, DataProviderLogDataService, DataProviderLogPlanModel, DataProviderLogPlanService, DataProviderLogSourceModel, DataProviderLogSourceService, DataProviderModuleCalculateDtoModel, DataProviderModuleConfigAdminMainValuesModel, DataProviderModuleConfigSiteAccessValuesModel, DataProviderModuleConfigSiteValuesModel, DataProviderModulePaymentDtoModel, DataProviderModuleSiteStorageValuesModel, DataProviderPlanCategoryModel, DataProviderPlanCategoryService, DataProviderPlanClientModel, DataProviderPlanClientService, DataProviderPlanModel, DataProviderPlanPriceModel, DataProviderPlanPriceService, DataProviderPlanService, DataProviderPlanSourceModel, DataProviderPlanSourceService, DataProviderSourceModel, DataProviderSourceService, DataProviderTransactionModel, DataProviderTransactionService, DateTypeEnum, DayOfWeekEnum, DeviceStatusEnum, DeviceTypeEnum, DomainModel, DonateConfigurationService, DonateEnumService, DonateLogViewModel, DonateLogViewService, DonateModuleCalculateDtoModel, DonateModuleConfigAdminMainValuesModel, DonateModuleConfigSiteAccessValuesModel, DonateModuleConfigSiteValuesModel, DonateModulePaymentDtoModel, DonateModuleSiteStorageValuesModel, DonateSponsorModel, DonateSponsorService, DonateTargetCategoryModel, DonateTargetCategoryService, DonateTargetModel, DonateTargetPeriodModel, DonateTargetPeriodService, DonateTargetPeriodSponsorModel, DonateTargetPeriodSponsorService, DonateTargetService, DonateTransactionModel, DonateTransactionService, EditStepDtoModel, ErrorExceptionResult, ErrorExceptionResultBase, ErrorExceptionResultExportFile, ErrorTypeEnum, EstateAccountAgencyAdsModel, EstateAccountAgencyAdsService, EstateAccountAgencyExpertModel, EstateAccountAgencyExpertService, EstateAccountAgencyFilterModel, EstateAccountAgencyModel, EstateAccountAgencyService, EstateAccountAgencyWorkAreaModel, EstateAccountAgencyWorkAreaService, EstateAccountExpertFilterModel, EstateAccountExpertModel, EstateAccountExpertService, EstateAccountExpertWorkAreaModel, EstateAccountExpertWorkAreaService, EstateActivityTypeModel, EstateActivityTypeService, EstateAdsTypeModel, EstateAdsTypeService, EstateBillboardModel, EstateBillboardService, EstateCategoryRackFolderOrderModel, EstateCategoryRackFolderPropertyModel, EstateCategoryRackModel, EstateCategoryRackService, EstateCategoryZoneModel, EstateCategoryZoneService, EstateConfigurationService, EstateContractModel, EstateContractService, EstateContractTypeModel, EstateContractTypeService, EstateCustomerCategoryModel, EstateCustomerCategoryService, EstateCustomerOrderActionSendSmsDtoModel, EstateCustomerOrderFilterModel, EstateCustomerOrderModel, EstateCustomerOrderResultModel, EstateCustomerOrderResultService, EstateCustomerOrderService, EstateEnumService, EstateModuleConfigAdminMainValuesModel, EstateModuleConfigSiteAccessValuesModel, EstateModuleConfigSiteValuesModel, EstateModuleSaleAccountAgencyAdsCalculateDtoModel, EstateModuleSaleAccountAgencyAdsPaymentDtoModel, EstateModuleSalePropertyAdsCalculateDtoModel, EstateModuleSalePropertyAdsPaymentDtoModel, EstateModuleSiteStorageValuesModel, EstatePriceInquiryDtoModel, EstatePropertyAccountTypeUserModel, EstatePropertyAccountTypeUserService, EstatePropertyActionSendSmsDtoModel, EstatePropertyAdsModel, EstatePropertyAdsService, EstatePropertyCompanyFilterModel, EstatePropertyCompanyModel, EstatePropertyCompanyService, EstatePropertyDetailGroupModel, EstatePropertyDetailGroupService, EstatePropertyDetailModel, EstatePropertyDetailService, EstatePropertyDetailValueModel, EstatePropertyExpertPriceFilterModel, EstatePropertyExpertPriceModel, EstatePropertyExpertPriceService, EstatePropertyExpertPriceTypeEnum, EstatePropertyFilterModel, EstatePropertyHistoryFilterModel, EstatePropertyHistoryModel, EstatePropertyHistoryService, EstatePropertyModel, EstatePropertyProjectFilterModel, EstatePropertyProjectModel, EstatePropertyProjectService, EstatePropertyService, EstatePropertyShareAgencyModel, EstatePropertyShareAgencyService, EstatePropertyShareAgentModel, EstatePropertyShareAgentService, EstatePropertyShareSiteModel, EstatePropertyShareSiteService, EstatePropertySupplierCategoryModel, EstatePropertySupplierCategoryService, EstatePropertySupplierFilterModel, EstatePropertySupplierModel, EstatePropertySupplierService, EstatePropertyTypeLanduseModel, EstatePropertyTypeLanduseService, EstatePropertyTypeModel, EstatePropertyTypeService, EstatePropertyTypeUsageModel, EstatePropertyTypeUsageService, EstateUserTypeEnum, ExportFileModel, ExportFileTypeEnum, ExportReceiveMethodEnum, FieldInfoModel, FieldInputDataSourceModel, File360TourDefaultModel, File360TourHotSpotModel, File360TourModel, File360TourScenesModel, File360ViewModel, FileCategoryModel, FileCategoryService, FileCompressDtoModel, FileConfigurationService, FileContentModel, FileContentService, FileCopyCutDtoModel, FileDownloadDtoModel, FileTypeEnum, FileUploadByUrlDtoModel, FileUploadModel, FileUploadedModel, FilterDataModel, FilterDataModelSearchTypesEnum, FilterModel, FormInfoModel, FormSubmitedStatusEnum, GenderTypeEnum, GetAllDefaultPagesBySiteCategoryDtoModel, GetPropertiesInfoModel, HyperShopCategoryModel, HyperShopCategoryService, HyperShopConfigurationService, HyperShopConnectionTypeEnum, HyperShopContentModel, HyperShopContentService, HyperShopModuleConfigAdminMainValuesModel, HyperShopModuleConfigSiteAccessValuesModel, HyperShopModuleConfigSiteValuesModel, HyperShopModuleSiteStorageValuesModel, HyperShopOrderContentDtoModel, HyperShopOrderContentModel, HyperShopOrderDtoModel, HyperShopOrderModel, HyperShopOrderPaymentDtoModel, HyperShopOrderService, HyperShopOrderTypeEnum, HyperShopPaymentModel, HyperShopPaymentTypeEnum, InfoEnumModel, InputDataTypeEnum, IpModel, ItemState, LanguageEnum, LanguageFullEnum, LinkManagementAccountingDetailModel, LinkManagementAccountingDetailService, LinkManagementAccountingModel, LinkManagementAccountingService, LinkManagementBillboardCategoryModel, LinkManagementBillboardCategoryService, LinkManagementBillboardFilterModel, LinkManagementBillboardModel, LinkManagementBillboardPatternModel, LinkManagementBillboardPatternService, LinkManagementBillboardService, LinkManagementCategoryModel, LinkManagementCategoryService, LinkManagementConfigurationService, LinkManagementEnumService, LinkManagementMemberModel, LinkManagementMemberService, LinkManagementModuleConfigAdminMainValuesModel, LinkManagementModuleConfigSiteAccessValuesModel, LinkManagementModuleConfigSiteValuesModel, LinkManagementModuleSiteStorageValuesModel, LinkManagementTargetBillboardLogModel, LinkManagementTargetBillboardLogService, LinkManagementTargetCategoryModel, LinkManagementTargetCategoryService, LinkManagementTargetFilterModel, LinkManagementTargetModel, LinkManagementTargetService, LinkManagementTargetShortLinkGetDtoModel, LinkManagementTargetShortLinkGetResponceModel, LinkManagementTargetShortLinkSetDtoModel, LinkManagementTargetShortLinkSetResponceModel, ManageUserAccessAreaTypesEnum, ManageUserAccessDataTypesEnum, ManageUserAccessUserTypesEnum, ManagementContentSettingTypeEnum, MemberConfigurationService, MemberGroupModel, MemberGroupService, MemberHistoryModel, MemberHistoryService, MemberModuleConfigAdminMainValuesModel, MemberModuleConfigSiteAccessValuesModel, MemberModuleConfigSiteValuesModel, MemberModuleSiteStorageValuesModel, MemberPropertyAliasModel, MemberPropertyAliasService, MemberPropertyDetailDefaultValueModel, MemberPropertyDetailGroupModel, MemberPropertyDetailGroupService, MemberPropertyDetailModel, MemberPropertyDetailService, MemberPropertyDetailValueModel, MemberPropertyDetailValueService, MemberPropertyModel, MemberPropertyService, MemberPropertySiteModel, MemberPropertySiteService, MemberPropertyTypeModel, MemberPropertyTypeService, MemberPropertyTypeSiteModel, MemberPropertyTypeSiteService, MemberUserGroupModel, MemberUserGroupService, MemberUserModel, MemberUserSearchAliasModel, MemberUserSearchAliasService, MemberUserService, MemberUserSiteModel, MemberUserSiteService, MenuPlaceTypeEnum, MessageTypeEnum, MicroServiceConnectionStatusEnum, MicroServiceConnectionTypeEnum, MicroServiceModuleTypeEnum, ModuleConfigAdminMainValuesModel, ModuleConfigSiteAccessValuesModel, ModuleConfigSiteValuesModel, ModuleSiteStorageValuesModel, NewsCategoryModel, NewsCategoryService, NewsCommentModel, NewsCommentService, NewsConfigurationService, NewsContentAndParameterValueService, NewsContentCategoryModel, NewsContentCategoryService, NewsContentModel, NewsContentOtherInfoModel, NewsContentOtherInfoService, NewsContentParameterService, NewsContentParameterTypeService, NewsContentService, NewsContentSimilarModel, NewsContentSimilarService, NewsContentTagModel, NewsContentTagService, NewsModuleConfigAdminMainValuesModel, NewsModuleConfigSiteAccessValuesModel, NewsModuleConfigSiteValuesModel, NewsModuleSiteStorageValuesModel, NewsShareMainAdminSettingModel, NewsShareMainAdminSettingService, NewsShareReceiverCategoryModel, NewsShareReceiverCategoryService, NewsShareServerCategoryModel, NewsShareServerCategoryService, NotificationModuleTypeEnum, NotificationTypeEnum, NtkCmsApiComponent, NtkCmsApiModule, NtkCmsApiService, OperatingSystemTypeEnum, PageAbilityTypeEnum, PageModel, PaymentMethodEnum, PollingCategoryModel, PollingCategoryService, PollingConfigurationService, PollingContentModel, PollingContentService, PollingModuleConfigAdminMainValuesModel, PollingModuleConfigSiteAccessValuesModel, PollingModuleConfigSiteValuesModel, PollingModuleSiteStorageValuesModel, PollingOptionModel, PollingOptionService, PollingVoteModel, PollingVoteService, ProcessInfoModel, ProcessModuleSiteDataInfoOutputModel, ProcessModuleSiteDataOptimazeOutputModel, ProcessModuleSiteDataRemoveOutputModel, ReceiverNotificationStatusTypeEnum, RecordStatusEnum, RenderModelApplicationSendNotificationInput, ReportFileTypeEnum, RessellerChartModel, ScheduleCronTypeEnum, ScoreClickDtoModel, ScoreClickInfoModel, SearchTagModel, SendEmailStatusTypeEnum, SendNotificationModel, SendNotificationStatusTypeEnum, SendSmsStatusTypeEnum, ShareInfoModel, SharingAccountingTypeEnum, SharingPriceTypeEnum, SiteStatusEnum, SmsApiGetBalanceResultModel, SmsApiGetReceiveInboxManuallyResultModel, SmsApiGetTokenResultModel, SmsApiNumberPermissionAccessStatusEnum, SmsApiNumberPermissionActionEnum, SmsApiPathPermissionAccessStatusEnum, SmsApiPathPermissionActionEnum, SmsApiSendMessageDtoModel, SmsApiSendMessageTestDtoModel, SmsApiSendResultModel, SmsConfigurationService, SmsEnumService, SmsLogApiPathModel, SmsLogApiPathService, SmsLogInBoxModel, SmsLogInBoxService, SmsLogOutBoxDetailBulkModel, SmsLogOutBoxDetailBulkService, SmsLogOutBoxDetailModel, SmsLogOutBoxDetailService, SmsLogOutBoxModel, SmsLogOutBoxQueueModel, SmsLogOutBoxQueueService, SmsLogOutBoxScheduleRunInfoModel, SmsLogOutBoxService, SmsLogOutBoxTaskSchedulerModel, SmsLogOutBoxTaskSchedulerService, SmsMainApiNumberModel, SmsMainApiNumberPermissionModel, SmsMainApiNumberPermissionService, SmsMainApiNumberService, SmsMainApiPathAliasJsonModel, SmsMainApiPathAndApiNumberModel, SmsMainApiPathAndApiNumberService, SmsMainApiPathCompanyModel, SmsMainApiPathCompanyService, SmsMainApiPathModel, SmsMainApiPathPermissionModel, SmsMainApiPathPermissionService, SmsMainApiPathPriceServiceModel, SmsMainApiPathPriceServiceService, SmsMainApiPathProcessFlowLogModel, SmsMainApiPathProcessFlowLogService, SmsMainApiPathProcessFlowModel, SmsMainApiPathProcessFlowService, SmsMainApiPathPublicConfigAliasJsonModel, SmsMainApiPathPublicConfigModel, SmsMainApiPathPublicConfigService, SmsMainApiPathService, SmsMainApiPathSuperSederModel, SmsMainApiPathSuperSederService, SmsMainCustomerCreditModel, SmsMainCustomerCreditService, SmsMainMessageCategoryModel, SmsMainMessageCategoryService, SmsMainMessageContentModel, SmsMainMessageContentService, SmsMessageTypeEnum, SmsModuleConfigAdminMainValuesModel, SmsModuleConfigSiteAccessValuesModel, SmsModuleConfigSiteValuesModel, SmsModuleSiteStorageValuesModel, SmsOutBoxTypeEnum, SmsProcessFlowRecordStatusEnum, SmsProcessFlowSmsStatusEnum, SmsRecordStatusOutBoxEnum, SortTypeEnum, ThemeConfigLayoutModel, TicketAccessStatusEnum, TicketStatusEnum, TicketingAnswerModel, TicketingAnswerService, TicketingConfigurationService, TicketingDepartemenLogModel, TicketingDepartemenLogService, TicketingDepartemenModel, TicketingDepartemenOperatorModel, TicketingDepartemenOperatorService, TicketingDepartemenPriorityEnum, TicketingDepartemenService, TicketingEnumService, TicketingFaqModel, TicketingFaqService, TicketingModuleConfigAdminMainValuesModel, TicketingModuleConfigSiteAccessValuesModel, TicketingModuleConfigSiteValuesModel, TicketingModuleSiteStorageValuesModel, TicketingTaskDtoModel, TicketingTaskModel, TicketingTaskService, TicketingTemplateModel, TicketingTemplateService, TokenDeviceClientInfoDtoModel, TokenDeviceModel, TokenDeviceSetNotificationIdDtoModel, TokenInfoModel, TransactionBankStatusEnum, TransactionLogPublicTypeEnum, TransactionRecordStatusEnum, UiPropertyDesignEnum, UniversalActionModel, UniversalMenuConfigurationService, UniversalMenuEnumService, UniversalMenuMenuItemModel, UniversalMenuMenuItemProcessModel, UniversalMenuMenuItemProcessService, UniversalMenuMenuItemService, UniversalMenuModuleConfigAdminMainValuesModel, UniversalMenuModuleConfigSiteAccessValuesModel, UniversalMenuModuleConfigSiteValuesModel, UniversalMenuModuleSiteStorageValuesModel, UniversalMenuPlatformModel, UniversalMenuPlatformService, UniversalMenuPlatformTypeEnum, UniversalMenuProcessModel, UniversalMenuProcessService, UniversalMenuRenderTypeEnum, UniversalMenuSessionModel, UniversalMenuSessionService, UpdateTypeEnum, UploadApplictionDtoModel, UserActivateTypesEnum, UserClaimGroupActionTypeEnum, UserClaimKindsEnum, WebDesignerConfigurationService, WebDesignerEnumService, WebDesignerLogMemberInfoModel, WebDesignerLogMemberInfoService, WebDesignerLogPageSafeModel, WebDesignerLogPageSafeService, WebDesignerMainIntroModel, WebDesignerMainIntroService, WebDesignerMainMenuModel, WebDesignerMainMenuService, WebDesignerMainPageDependencyModel, WebDesignerMainPageDependencyService, WebDesignerMainPageModel, WebDesignerMainPageService, WebDesignerMainPageTemplateModel, WebDesignerMainPageTemplateService, WebDesignerMainPageTemplateSiteCategoryModel, WebDesignerMainPageTemplateSiteCategoryService, WebDesignerModuleConfigAdminMainValuesModel, WebDesignerModuleConfigSiteAccessValuesModel, WebDesignerModuleConfigSiteValuesModel, WebDesignerModuleSiteStorageValuesModel, WebDesignerPageAutoAddDtoModel };
12007
12890
  //# sourceMappingURL=ntk-cms-api.mjs.map