sysone-api-mapper 1.0.153 → 1.0.155
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/adapters/claimsAdapter.d.ts +3 -0
- package/dist/src/adapters/claimsAdapter.js +8 -0
- package/dist/src/adapters/collectionAdapter.d.ts +3 -0
- package/dist/src/adapters/collectionAdapter.js +8 -0
- package/dist/src/adapters/createApiAdapter.d.ts +19 -0
- package/dist/src/adapters/createApiAdapter.js +7 -1
- package/dist/src/adapters/locationAdapter.d.ts +1 -0
- package/dist/src/adapters/locationAdapter.js +1 -0
- package/dist/src/adapters/partyAdapter.d.ts +2 -0
- package/dist/src/adapters/partyAdapter.js +2 -0
- package/dist/src/adapters/policyAdapter.d.ts +10 -0
- package/dist/src/adapters/policyAdapter.js +15 -0
- package/dist/src/mapper/endpointsConfig.d.ts +425 -357
- package/dist/src/mapper/endpointsConfig.js +37 -1
- package/package.json +1 -1
|
@@ -927,7 +927,7 @@ export namespace tenantsConfig {
|
|
|
927
927
|
}
|
|
928
928
|
export { cnp_20 as cnp };
|
|
929
929
|
}
|
|
930
|
-
namespace
|
|
930
|
+
namespace GET_INSUREDS_BY_FILTERS {
|
|
931
931
|
namespace _default_18 {
|
|
932
932
|
let url_39: string;
|
|
933
933
|
export { url_39 as url };
|
|
@@ -943,7 +943,9 @@ export namespace tenantsConfig {
|
|
|
943
943
|
export { responseMapper_39 as responseMapper };
|
|
944
944
|
}
|
|
945
945
|
export { _default_18 as default };
|
|
946
|
-
|
|
946
|
+
}
|
|
947
|
+
namespace GET_POLICIES {
|
|
948
|
+
namespace _default_19 {
|
|
947
949
|
let url_40: string;
|
|
948
950
|
export { url_40 as url };
|
|
949
951
|
import method_40 = methods.GET;
|
|
@@ -951,6 +953,21 @@ export namespace tenantsConfig {
|
|
|
951
953
|
let source_15: string;
|
|
952
954
|
export { source_15 as source };
|
|
953
955
|
export function requestMapper_40(request: any): {
|
|
956
|
+
mappedParams: any;
|
|
957
|
+
};
|
|
958
|
+
export { requestMapper_40 as requestMapper };
|
|
959
|
+
export function responseMapper_40(response: any): any;
|
|
960
|
+
export { responseMapper_40 as responseMapper };
|
|
961
|
+
}
|
|
962
|
+
export { _default_19 as default };
|
|
963
|
+
export namespace cnp_21 {
|
|
964
|
+
let url_41: string;
|
|
965
|
+
export { url_41 as url };
|
|
966
|
+
import method_41 = methods.GET;
|
|
967
|
+
export { method_41 as method };
|
|
968
|
+
let source_16: string;
|
|
969
|
+
export { source_16 as source };
|
|
970
|
+
export function requestMapper_41(request: any): {
|
|
954
971
|
mappedParams: {
|
|
955
972
|
sort: string;
|
|
956
973
|
orderType: string;
|
|
@@ -962,41 +979,41 @@ export namespace tenantsConfig {
|
|
|
962
979
|
requestNumber: any;
|
|
963
980
|
};
|
|
964
981
|
};
|
|
965
|
-
export {
|
|
966
|
-
export function
|
|
982
|
+
export { requestMapper_41 as requestMapper };
|
|
983
|
+
export function responseMapper_41(response: any): Promise<{
|
|
967
984
|
values: any;
|
|
968
985
|
total: any;
|
|
969
986
|
}>;
|
|
970
|
-
export {
|
|
987
|
+
export { responseMapper_41 as responseMapper };
|
|
971
988
|
}
|
|
972
989
|
export { cnp_21 as cnp };
|
|
973
990
|
}
|
|
974
991
|
namespace GET_POLICY_DETAIL {
|
|
975
|
-
namespace
|
|
976
|
-
let url_41: string;
|
|
977
|
-
export { url_41 as url };
|
|
978
|
-
import method_41 = methods.GET;
|
|
979
|
-
export { method_41 as method };
|
|
980
|
-
let source_16: string;
|
|
981
|
-
export { source_16 as source };
|
|
982
|
-
export function requestMapper_41(request: any): {
|
|
983
|
-
mappedParams: any;
|
|
984
|
-
};
|
|
985
|
-
export { requestMapper_41 as requestMapper };
|
|
986
|
-
export function responseMapper_41(response: any): any;
|
|
987
|
-
export { responseMapper_41 as responseMapper };
|
|
988
|
-
}
|
|
989
|
-
export { _default_19 as default };
|
|
990
|
-
export namespace cnp_22 {
|
|
992
|
+
namespace _default_20 {
|
|
991
993
|
let url_42: string;
|
|
992
994
|
export { url_42 as url };
|
|
993
995
|
import method_42 = methods.GET;
|
|
994
996
|
export { method_42 as method };
|
|
997
|
+
let source_17: string;
|
|
998
|
+
export { source_17 as source };
|
|
995
999
|
export function requestMapper_42(request: any): {
|
|
996
|
-
mappedParams:
|
|
1000
|
+
mappedParams: any;
|
|
997
1001
|
};
|
|
998
1002
|
export { requestMapper_42 as requestMapper };
|
|
999
|
-
export function responseMapper_42(response: any):
|
|
1003
|
+
export function responseMapper_42(response: any): any;
|
|
1004
|
+
export { responseMapper_42 as responseMapper };
|
|
1005
|
+
}
|
|
1006
|
+
export { _default_20 as default };
|
|
1007
|
+
export namespace cnp_22 {
|
|
1008
|
+
let url_43: string;
|
|
1009
|
+
export { url_43 as url };
|
|
1010
|
+
import method_43 = methods.GET;
|
|
1011
|
+
export { method_43 as method };
|
|
1012
|
+
export function requestMapper_43(request: any): {
|
|
1013
|
+
mappedParams: {};
|
|
1014
|
+
};
|
|
1015
|
+
export { requestMapper_43 as requestMapper };
|
|
1016
|
+
export function responseMapper_43(response: any): Promise<{
|
|
1000
1017
|
policyData: {
|
|
1001
1018
|
alias: null;
|
|
1002
1019
|
creationDate: any;
|
|
@@ -1107,34 +1124,34 @@ export namespace tenantsConfig {
|
|
|
1107
1124
|
salesAgent: any;
|
|
1108
1125
|
salesBranch: any;
|
|
1109
1126
|
}>;
|
|
1110
|
-
export {
|
|
1127
|
+
export { responseMapper_43 as responseMapper };
|
|
1111
1128
|
}
|
|
1112
1129
|
export { cnp_22 as cnp };
|
|
1113
1130
|
}
|
|
1114
1131
|
namespace GET_COLLECTIONS {
|
|
1115
|
-
namespace
|
|
1116
|
-
let url_43: string;
|
|
1117
|
-
export { url_43 as url };
|
|
1118
|
-
import method_43 = methods.GET;
|
|
1119
|
-
export { method_43 as method };
|
|
1120
|
-
export function requestMapper_43(request: any): {
|
|
1121
|
-
mappedParams: any;
|
|
1122
|
-
};
|
|
1123
|
-
export { requestMapper_43 as requestMapper };
|
|
1124
|
-
export function responseMapper_43(response: any): any;
|
|
1125
|
-
export { responseMapper_43 as responseMapper };
|
|
1126
|
-
}
|
|
1127
|
-
export { _default_20 as default };
|
|
1128
|
-
export namespace cnp_23 {
|
|
1132
|
+
namespace _default_21 {
|
|
1129
1133
|
let url_44: string;
|
|
1130
1134
|
export { url_44 as url };
|
|
1131
1135
|
import method_44 = methods.GET;
|
|
1132
1136
|
export { method_44 as method };
|
|
1133
1137
|
export function requestMapper_44(request: any): {
|
|
1134
|
-
mappedParams:
|
|
1138
|
+
mappedParams: any;
|
|
1135
1139
|
};
|
|
1136
1140
|
export { requestMapper_44 as requestMapper };
|
|
1137
|
-
export function responseMapper_44(response: any):
|
|
1141
|
+
export function responseMapper_44(response: any): any;
|
|
1142
|
+
export { responseMapper_44 as responseMapper };
|
|
1143
|
+
}
|
|
1144
|
+
export { _default_21 as default };
|
|
1145
|
+
export namespace cnp_23 {
|
|
1146
|
+
let url_45: string;
|
|
1147
|
+
export { url_45 as url };
|
|
1148
|
+
import method_45 = methods.GET;
|
|
1149
|
+
export { method_45 as method };
|
|
1150
|
+
export function requestMapper_45(request: any): {
|
|
1151
|
+
mappedParams: {};
|
|
1152
|
+
};
|
|
1153
|
+
export { requestMapper_45 as requestMapper };
|
|
1154
|
+
export function responseMapper_45(response: any): Promise<{
|
|
1138
1155
|
billingForm: {};
|
|
1139
1156
|
holderDistribution: null;
|
|
1140
1157
|
insuredDistribution: null;
|
|
@@ -1146,27 +1163,12 @@ export namespace tenantsConfig {
|
|
|
1146
1163
|
};
|
|
1147
1164
|
};
|
|
1148
1165
|
}>;
|
|
1149
|
-
export {
|
|
1166
|
+
export { responseMapper_45 as responseMapper };
|
|
1150
1167
|
}
|
|
1151
1168
|
export { cnp_23 as cnp };
|
|
1152
1169
|
}
|
|
1153
1170
|
namespace GET_POLICY_HOME_COLLECTIVE_DETAIL {
|
|
1154
|
-
namespace
|
|
1155
|
-
let url_45: string;
|
|
1156
|
-
export { url_45 as url };
|
|
1157
|
-
import method_45 = methods.GET;
|
|
1158
|
-
export { method_45 as method };
|
|
1159
|
-
let source_17: string;
|
|
1160
|
-
export { source_17 as source };
|
|
1161
|
-
export function requestMapper_45(request: any): {
|
|
1162
|
-
mappedParams: any;
|
|
1163
|
-
};
|
|
1164
|
-
export { requestMapper_45 as requestMapper };
|
|
1165
|
-
export function responseMapper_45(response: any): any;
|
|
1166
|
-
export { responseMapper_45 as responseMapper };
|
|
1167
|
-
}
|
|
1168
|
-
export { _default_21 as default };
|
|
1169
|
-
export namespace cnp_24 {
|
|
1171
|
+
namespace _default_22 {
|
|
1170
1172
|
let url_46: string;
|
|
1171
1173
|
export { url_46 as url };
|
|
1172
1174
|
import method_46 = methods.GET;
|
|
@@ -1174,10 +1176,25 @@ export namespace tenantsConfig {
|
|
|
1174
1176
|
let source_18: string;
|
|
1175
1177
|
export { source_18 as source };
|
|
1176
1178
|
export function requestMapper_46(request: any): {
|
|
1177
|
-
mappedParams:
|
|
1179
|
+
mappedParams: any;
|
|
1178
1180
|
};
|
|
1179
1181
|
export { requestMapper_46 as requestMapper };
|
|
1180
|
-
export function responseMapper_46(response: any):
|
|
1182
|
+
export function responseMapper_46(response: any): any;
|
|
1183
|
+
export { responseMapper_46 as responseMapper };
|
|
1184
|
+
}
|
|
1185
|
+
export { _default_22 as default };
|
|
1186
|
+
export namespace cnp_24 {
|
|
1187
|
+
let url_47: string;
|
|
1188
|
+
export { url_47 as url };
|
|
1189
|
+
import method_47 = methods.GET;
|
|
1190
|
+
export { method_47 as method };
|
|
1191
|
+
let source_19: string;
|
|
1192
|
+
export { source_19 as source };
|
|
1193
|
+
export function requestMapper_47(request: any): {
|
|
1194
|
+
mappedParams: {};
|
|
1195
|
+
};
|
|
1196
|
+
export { requestMapper_47 as requestMapper };
|
|
1197
|
+
export function responseMapper_47(response: any): Promise<{
|
|
1181
1198
|
policyData: {
|
|
1182
1199
|
number: any;
|
|
1183
1200
|
alias: string;
|
|
@@ -1384,27 +1401,12 @@ export namespace tenantsConfig {
|
|
|
1384
1401
|
}[] | null;
|
|
1385
1402
|
};
|
|
1386
1403
|
}>;
|
|
1387
|
-
export {
|
|
1404
|
+
export { responseMapper_47 as responseMapper };
|
|
1388
1405
|
}
|
|
1389
1406
|
export { cnp_24 as cnp };
|
|
1390
1407
|
}
|
|
1391
1408
|
namespace GET_POLICY_HOME_INDIVIDUAL_DETAIL {
|
|
1392
|
-
namespace
|
|
1393
|
-
let url_47: string;
|
|
1394
|
-
export { url_47 as url };
|
|
1395
|
-
import method_47 = methods.GET;
|
|
1396
|
-
export { method_47 as method };
|
|
1397
|
-
let source_19: string;
|
|
1398
|
-
export { source_19 as source };
|
|
1399
|
-
export function requestMapper_47(request: any): {
|
|
1400
|
-
mappedParams: any;
|
|
1401
|
-
};
|
|
1402
|
-
export { requestMapper_47 as requestMapper };
|
|
1403
|
-
export function responseMapper_47(response: any): any;
|
|
1404
|
-
export { responseMapper_47 as responseMapper };
|
|
1405
|
-
}
|
|
1406
|
-
export { _default_22 as default };
|
|
1407
|
-
export namespace cnp_25 {
|
|
1409
|
+
namespace _default_23 {
|
|
1408
1410
|
let url_48: string;
|
|
1409
1411
|
export { url_48 as url };
|
|
1410
1412
|
import method_48 = methods.GET;
|
|
@@ -1412,10 +1414,25 @@ export namespace tenantsConfig {
|
|
|
1412
1414
|
let source_20: string;
|
|
1413
1415
|
export { source_20 as source };
|
|
1414
1416
|
export function requestMapper_48(request: any): {
|
|
1415
|
-
mappedParams:
|
|
1417
|
+
mappedParams: any;
|
|
1416
1418
|
};
|
|
1417
1419
|
export { requestMapper_48 as requestMapper };
|
|
1418
|
-
export function responseMapper_48(response: any):
|
|
1420
|
+
export function responseMapper_48(response: any): any;
|
|
1421
|
+
export { responseMapper_48 as responseMapper };
|
|
1422
|
+
}
|
|
1423
|
+
export { _default_23 as default };
|
|
1424
|
+
export namespace cnp_25 {
|
|
1425
|
+
let url_49: string;
|
|
1426
|
+
export { url_49 as url };
|
|
1427
|
+
import method_49 = methods.GET;
|
|
1428
|
+
export { method_49 as method };
|
|
1429
|
+
let source_21: string;
|
|
1430
|
+
export { source_21 as source };
|
|
1431
|
+
export function requestMapper_49(request: any): {
|
|
1432
|
+
mappedParams: {};
|
|
1433
|
+
};
|
|
1434
|
+
export { requestMapper_49 as requestMapper };
|
|
1435
|
+
export function responseMapper_49(response: any): Promise<{
|
|
1419
1436
|
policyData: {
|
|
1420
1437
|
alias: null;
|
|
1421
1438
|
creationDate: any;
|
|
@@ -1526,27 +1543,12 @@ export namespace tenantsConfig {
|
|
|
1526
1543
|
salesAgent: any;
|
|
1527
1544
|
salesBranch: any;
|
|
1528
1545
|
}>;
|
|
1529
|
-
export {
|
|
1546
|
+
export { responseMapper_49 as responseMapper };
|
|
1530
1547
|
}
|
|
1531
1548
|
export { cnp_25 as cnp };
|
|
1532
1549
|
}
|
|
1533
1550
|
namespace GET_POLICY_LIFE_COLLECTIVE_DETAIL {
|
|
1534
|
-
namespace
|
|
1535
|
-
let url_49: string;
|
|
1536
|
-
export { url_49 as url };
|
|
1537
|
-
import method_49 = methods.GET;
|
|
1538
|
-
export { method_49 as method };
|
|
1539
|
-
let source_21: string;
|
|
1540
|
-
export { source_21 as source };
|
|
1541
|
-
export function requestMapper_49(request: any): {
|
|
1542
|
-
mappedParams: any;
|
|
1543
|
-
};
|
|
1544
|
-
export { requestMapper_49 as requestMapper };
|
|
1545
|
-
export function responseMapper_49(response: any): any;
|
|
1546
|
-
export { responseMapper_49 as responseMapper };
|
|
1547
|
-
}
|
|
1548
|
-
export { _default_23 as default };
|
|
1549
|
-
export namespace cnp_26 {
|
|
1551
|
+
namespace _default_24 {
|
|
1550
1552
|
let url_50: string;
|
|
1551
1553
|
export { url_50 as url };
|
|
1552
1554
|
import method_50 = methods.GET;
|
|
@@ -1554,10 +1556,25 @@ export namespace tenantsConfig {
|
|
|
1554
1556
|
let source_22: string;
|
|
1555
1557
|
export { source_22 as source };
|
|
1556
1558
|
export function requestMapper_50(request: any): {
|
|
1557
|
-
mappedParams:
|
|
1559
|
+
mappedParams: any;
|
|
1558
1560
|
};
|
|
1559
1561
|
export { requestMapper_50 as requestMapper };
|
|
1560
|
-
export function responseMapper_50(response: any):
|
|
1562
|
+
export function responseMapper_50(response: any): any;
|
|
1563
|
+
export { responseMapper_50 as responseMapper };
|
|
1564
|
+
}
|
|
1565
|
+
export { _default_24 as default };
|
|
1566
|
+
export namespace cnp_26 {
|
|
1567
|
+
let url_51: string;
|
|
1568
|
+
export { url_51 as url };
|
|
1569
|
+
import method_51 = methods.GET;
|
|
1570
|
+
export { method_51 as method };
|
|
1571
|
+
let source_23: string;
|
|
1572
|
+
export { source_23 as source };
|
|
1573
|
+
export function requestMapper_51(request: any): {
|
|
1574
|
+
mappedParams: {};
|
|
1575
|
+
};
|
|
1576
|
+
export { requestMapper_51 as requestMapper };
|
|
1577
|
+
export function responseMapper_51(response: any): Promise<{
|
|
1561
1578
|
policyData: {
|
|
1562
1579
|
number: any;
|
|
1563
1580
|
alias: string;
|
|
@@ -1764,27 +1781,12 @@ export namespace tenantsConfig {
|
|
|
1764
1781
|
}[] | null;
|
|
1765
1782
|
};
|
|
1766
1783
|
}>;
|
|
1767
|
-
export {
|
|
1784
|
+
export { responseMapper_51 as responseMapper };
|
|
1768
1785
|
}
|
|
1769
1786
|
export { cnp_26 as cnp };
|
|
1770
1787
|
}
|
|
1771
1788
|
namespace GET_POLICY_LIFE_INDIVIDUAL_DETAIL {
|
|
1772
|
-
namespace
|
|
1773
|
-
let url_51: string;
|
|
1774
|
-
export { url_51 as url };
|
|
1775
|
-
import method_51 = methods.GET;
|
|
1776
|
-
export { method_51 as method };
|
|
1777
|
-
let source_23: string;
|
|
1778
|
-
export { source_23 as source };
|
|
1779
|
-
export function requestMapper_51(request: any): {
|
|
1780
|
-
mappedParams: any;
|
|
1781
|
-
};
|
|
1782
|
-
export { requestMapper_51 as requestMapper };
|
|
1783
|
-
export function responseMapper_51(response: any): any;
|
|
1784
|
-
export { responseMapper_51 as responseMapper };
|
|
1785
|
-
}
|
|
1786
|
-
export { _default_24 as default };
|
|
1787
|
-
export namespace cnp_27 {
|
|
1789
|
+
namespace _default_25 {
|
|
1788
1790
|
let url_52: string;
|
|
1789
1791
|
export { url_52 as url };
|
|
1790
1792
|
import method_52 = methods.GET;
|
|
@@ -1792,10 +1794,25 @@ export namespace tenantsConfig {
|
|
|
1792
1794
|
let source_24: string;
|
|
1793
1795
|
export { source_24 as source };
|
|
1794
1796
|
export function requestMapper_52(request: any): {
|
|
1795
|
-
mappedParams:
|
|
1797
|
+
mappedParams: any;
|
|
1796
1798
|
};
|
|
1797
1799
|
export { requestMapper_52 as requestMapper };
|
|
1798
|
-
export function responseMapper_52(response: any):
|
|
1800
|
+
export function responseMapper_52(response: any): any;
|
|
1801
|
+
export { responseMapper_52 as responseMapper };
|
|
1802
|
+
}
|
|
1803
|
+
export { _default_25 as default };
|
|
1804
|
+
export namespace cnp_27 {
|
|
1805
|
+
let url_53: string;
|
|
1806
|
+
export { url_53 as url };
|
|
1807
|
+
import method_53 = methods.GET;
|
|
1808
|
+
export { method_53 as method };
|
|
1809
|
+
let source_25: string;
|
|
1810
|
+
export { source_25 as source };
|
|
1811
|
+
export function requestMapper_53(request: any): {
|
|
1812
|
+
mappedParams: {};
|
|
1813
|
+
};
|
|
1814
|
+
export { requestMapper_53 as requestMapper };
|
|
1815
|
+
export function responseMapper_53(response: any): Promise<{
|
|
1799
1816
|
policyData: {
|
|
1800
1817
|
alias: null;
|
|
1801
1818
|
creationDate: any;
|
|
@@ -1906,27 +1923,12 @@ export namespace tenantsConfig {
|
|
|
1906
1923
|
salesAgent: any;
|
|
1907
1924
|
salesBranch: any;
|
|
1908
1925
|
}>;
|
|
1909
|
-
export {
|
|
1926
|
+
export { responseMapper_53 as responseMapper };
|
|
1910
1927
|
}
|
|
1911
1928
|
export { cnp_27 as cnp };
|
|
1912
1929
|
}
|
|
1913
1930
|
namespace GET_POLICY_STATUSES {
|
|
1914
|
-
namespace
|
|
1915
|
-
let url_53: string;
|
|
1916
|
-
export { url_53 as url };
|
|
1917
|
-
import method_53 = methods.GET;
|
|
1918
|
-
export { method_53 as method };
|
|
1919
|
-
export function requestMapper_53(request: any): {
|
|
1920
|
-
mappedParams: any;
|
|
1921
|
-
};
|
|
1922
|
-
export { requestMapper_53 as requestMapper };
|
|
1923
|
-
export function responseMapper_53(response: any): any;
|
|
1924
|
-
export { responseMapper_53 as responseMapper };
|
|
1925
|
-
}
|
|
1926
|
-
export { _default_25 as default };
|
|
1927
|
-
}
|
|
1928
|
-
namespace GET_BENEFICIRY_TYPES {
|
|
1929
|
-
export namespace cnp_28 {
|
|
1931
|
+
namespace _default_26 {
|
|
1930
1932
|
let url_54: string;
|
|
1931
1933
|
export { url_54 as url };
|
|
1932
1934
|
import method_54 = methods.GET;
|
|
@@ -1938,23 +1940,25 @@ export namespace tenantsConfig {
|
|
|
1938
1940
|
export function responseMapper_54(response: any): any;
|
|
1939
1941
|
export { responseMapper_54 as responseMapper };
|
|
1940
1942
|
}
|
|
1941
|
-
export {
|
|
1943
|
+
export { _default_26 as default };
|
|
1942
1944
|
}
|
|
1943
|
-
namespace
|
|
1944
|
-
namespace
|
|
1945
|
+
namespace GET_BENEFICIRY_TYPES {
|
|
1946
|
+
export namespace cnp_28 {
|
|
1945
1947
|
let url_55: string;
|
|
1946
1948
|
export { url_55 as url };
|
|
1947
|
-
import method_55 = methods.
|
|
1949
|
+
import method_55 = methods.GET;
|
|
1948
1950
|
export { method_55 as method };
|
|
1949
|
-
|
|
1951
|
+
export function requestMapper_55(request: any): {
|
|
1952
|
+
mappedParams: any;
|
|
1953
|
+
};
|
|
1950
1954
|
export { requestMapper_55 as requestMapper };
|
|
1951
|
-
let source_25: string;
|
|
1952
|
-
export { source_25 as source };
|
|
1953
1955
|
export function responseMapper_55(response: any): any;
|
|
1954
1956
|
export { responseMapper_55 as responseMapper };
|
|
1955
1957
|
}
|
|
1956
|
-
export {
|
|
1957
|
-
|
|
1958
|
+
export { cnp_28 as cnp };
|
|
1959
|
+
}
|
|
1960
|
+
namespace POST_INSURED_UPDATE {
|
|
1961
|
+
namespace _default_27 {
|
|
1958
1962
|
let url_56: string;
|
|
1959
1963
|
export { url_56 as url };
|
|
1960
1964
|
import method_56 = methods.POST;
|
|
@@ -1963,48 +1967,42 @@ export namespace tenantsConfig {
|
|
|
1963
1967
|
export { requestMapper_56 as requestMapper };
|
|
1964
1968
|
let source_26: string;
|
|
1965
1969
|
export { source_26 as source };
|
|
1966
|
-
export function responseMapper_56(response: any):
|
|
1967
|
-
salary: any;
|
|
1968
|
-
identification: any;
|
|
1969
|
-
};
|
|
1970
|
+
export function responseMapper_56(response: any): any;
|
|
1970
1971
|
export { responseMapper_56 as responseMapper };
|
|
1971
1972
|
}
|
|
1972
|
-
export {
|
|
1973
|
-
|
|
1974
|
-
namespace GET_COVERAGES {
|
|
1975
|
-
namespace _default_27 {
|
|
1973
|
+
export { _default_27 as default };
|
|
1974
|
+
export namespace cnp_29 {
|
|
1976
1975
|
let url_57: string;
|
|
1977
1976
|
export { url_57 as url };
|
|
1978
|
-
import method_57 = methods.
|
|
1977
|
+
import method_57 = methods.POST;
|
|
1979
1978
|
export { method_57 as method };
|
|
1980
|
-
|
|
1981
|
-
mappedParams: any;
|
|
1982
|
-
};
|
|
1979
|
+
let requestMapper_57: null;
|
|
1983
1980
|
export { requestMapper_57 as requestMapper };
|
|
1984
|
-
|
|
1981
|
+
let source_27: string;
|
|
1982
|
+
export { source_27 as source };
|
|
1983
|
+
export function responseMapper_57(response: any): {
|
|
1984
|
+
salary: any;
|
|
1985
|
+
identification: any;
|
|
1986
|
+
};
|
|
1985
1987
|
export { responseMapper_57 as responseMapper };
|
|
1986
1988
|
}
|
|
1987
|
-
export {
|
|
1988
|
-
|
|
1989
|
+
export { cnp_29 as cnp };
|
|
1990
|
+
}
|
|
1991
|
+
namespace GET_COVERAGES {
|
|
1992
|
+
namespace _default_28 {
|
|
1989
1993
|
let url_58: string;
|
|
1990
1994
|
export { url_58 as url };
|
|
1991
1995
|
import method_58 = methods.GET;
|
|
1992
1996
|
export { method_58 as method };
|
|
1993
|
-
let source_27: string;
|
|
1994
|
-
export { source_27 as source };
|
|
1995
1997
|
export function requestMapper_58(request: any): {
|
|
1996
1998
|
mappedParams: any;
|
|
1997
1999
|
};
|
|
1998
2000
|
export { requestMapper_58 as requestMapper };
|
|
1999
|
-
export function responseMapper_58(response: any):
|
|
2000
|
-
coverages: any;
|
|
2001
|
-
};
|
|
2001
|
+
export function responseMapper_58(response: any): any;
|
|
2002
2002
|
export { responseMapper_58 as responseMapper };
|
|
2003
2003
|
}
|
|
2004
|
-
export {
|
|
2005
|
-
|
|
2006
|
-
namespace GET_DISTRIBUTION_LIMITS {
|
|
2007
|
-
export namespace cnp_31 {
|
|
2004
|
+
export { _default_28 as default };
|
|
2005
|
+
export namespace cnp_30 {
|
|
2008
2006
|
let url_59: string;
|
|
2009
2007
|
export { url_59 as url };
|
|
2010
2008
|
import method_59 = methods.GET;
|
|
@@ -2015,13 +2013,15 @@ export namespace tenantsConfig {
|
|
|
2015
2013
|
mappedParams: any;
|
|
2016
2014
|
};
|
|
2017
2015
|
export { requestMapper_59 as requestMapper };
|
|
2018
|
-
export function responseMapper_59(response: any):
|
|
2016
|
+
export function responseMapper_59(response: any): {
|
|
2017
|
+
coverages: any;
|
|
2018
|
+
};
|
|
2019
2019
|
export { responseMapper_59 as responseMapper };
|
|
2020
2020
|
}
|
|
2021
|
-
export {
|
|
2021
|
+
export { cnp_30 as cnp };
|
|
2022
2022
|
}
|
|
2023
|
-
namespace
|
|
2024
|
-
namespace
|
|
2023
|
+
namespace GET_DISTRIBUTION_LIMITS {
|
|
2024
|
+
export namespace cnp_31 {
|
|
2025
2025
|
let url_60: string;
|
|
2026
2026
|
export { url_60 as url };
|
|
2027
2027
|
import method_60 = methods.GET;
|
|
@@ -2035,8 +2035,10 @@ export namespace tenantsConfig {
|
|
|
2035
2035
|
export function responseMapper_60(response: any): any;
|
|
2036
2036
|
export { responseMapper_60 as responseMapper };
|
|
2037
2037
|
}
|
|
2038
|
-
export {
|
|
2039
|
-
|
|
2038
|
+
export { cnp_31 as cnp };
|
|
2039
|
+
}
|
|
2040
|
+
namespace GET_PRODUCTS_BY_SUBSECTIONS {
|
|
2041
|
+
namespace _default_29 {
|
|
2040
2042
|
let url_61: string;
|
|
2041
2043
|
export { url_61 as url };
|
|
2042
2044
|
import method_61 = methods.GET;
|
|
@@ -2044,59 +2046,57 @@ export namespace tenantsConfig {
|
|
|
2044
2046
|
let source_30: string;
|
|
2045
2047
|
export { source_30 as source };
|
|
2046
2048
|
export function requestMapper_61(request: any): {
|
|
2047
|
-
mappedParams:
|
|
2048
|
-
subsectionCode: null;
|
|
2049
|
-
};
|
|
2049
|
+
mappedParams: any;
|
|
2050
2050
|
};
|
|
2051
2051
|
export { requestMapper_61 as requestMapper };
|
|
2052
|
-
export function responseMapper_61(response: any):
|
|
2053
|
-
values: any;
|
|
2054
|
-
}>;
|
|
2052
|
+
export function responseMapper_61(response: any): any;
|
|
2055
2053
|
export { responseMapper_61 as responseMapper };
|
|
2056
2054
|
}
|
|
2057
|
-
export {
|
|
2058
|
-
|
|
2059
|
-
namespace GET_PRODUCT_PARAMETERS {
|
|
2060
|
-
export namespace cnp_33 {
|
|
2055
|
+
export { _default_29 as default };
|
|
2056
|
+
export namespace cnp_32 {
|
|
2061
2057
|
let url_62: string;
|
|
2062
2058
|
export { url_62 as url };
|
|
2063
2059
|
import method_62 = methods.GET;
|
|
2064
2060
|
export { method_62 as method };
|
|
2061
|
+
let source_31: string;
|
|
2062
|
+
export { source_31 as source };
|
|
2065
2063
|
export function requestMapper_62(request: any): {
|
|
2066
|
-
mappedParams:
|
|
2064
|
+
mappedParams: {
|
|
2065
|
+
subsectionCode: null;
|
|
2066
|
+
};
|
|
2067
2067
|
};
|
|
2068
2068
|
export { requestMapper_62 as requestMapper };
|
|
2069
2069
|
export function responseMapper_62(response: any): Promise<{
|
|
2070
|
-
|
|
2071
|
-
code: any;
|
|
2072
|
-
version: any;
|
|
2073
|
-
subsection: any;
|
|
2074
|
-
fieldExclusions: any;
|
|
2075
|
-
fields: any;
|
|
2070
|
+
values: any;
|
|
2076
2071
|
}>;
|
|
2077
2072
|
export { responseMapper_62 as responseMapper };
|
|
2078
2073
|
}
|
|
2079
|
-
export {
|
|
2074
|
+
export { cnp_32 as cnp };
|
|
2080
2075
|
}
|
|
2081
|
-
namespace
|
|
2082
|
-
export namespace
|
|
2076
|
+
namespace GET_PRODUCT_PARAMETERS {
|
|
2077
|
+
export namespace cnp_33 {
|
|
2083
2078
|
let url_63: string;
|
|
2084
2079
|
export { url_63 as url };
|
|
2085
2080
|
import method_63 = methods.GET;
|
|
2086
2081
|
export { method_63 as method };
|
|
2087
|
-
let source_31: string;
|
|
2088
|
-
export { source_31 as source };
|
|
2089
2082
|
export function requestMapper_63(request: any): {
|
|
2090
2083
|
mappedParams: any;
|
|
2091
2084
|
};
|
|
2092
2085
|
export { requestMapper_63 as requestMapper };
|
|
2093
|
-
export function responseMapper_63(response: any):
|
|
2086
|
+
export function responseMapper_63(response: any): Promise<{
|
|
2087
|
+
name: any;
|
|
2088
|
+
code: any;
|
|
2089
|
+
version: any;
|
|
2090
|
+
subsection: any;
|
|
2091
|
+
fieldExclusions: any;
|
|
2092
|
+
fields: any;
|
|
2093
|
+
}>;
|
|
2094
2094
|
export { responseMapper_63 as responseMapper };
|
|
2095
2095
|
}
|
|
2096
|
-
export {
|
|
2096
|
+
export { cnp_33 as cnp };
|
|
2097
2097
|
}
|
|
2098
|
-
namespace
|
|
2099
|
-
export namespace
|
|
2098
|
+
namespace GET_MONETARY_GOALS {
|
|
2099
|
+
export namespace cnp_34 {
|
|
2100
2100
|
let url_64: string;
|
|
2101
2101
|
export { url_64 as url };
|
|
2102
2102
|
import method_64 = methods.GET;
|
|
@@ -2110,10 +2110,10 @@ export namespace tenantsConfig {
|
|
|
2110
2110
|
export function responseMapper_64(response: any): any;
|
|
2111
2111
|
export { responseMapper_64 as responseMapper };
|
|
2112
2112
|
}
|
|
2113
|
-
export {
|
|
2113
|
+
export { cnp_34 as cnp };
|
|
2114
2114
|
}
|
|
2115
|
-
namespace
|
|
2116
|
-
export namespace
|
|
2115
|
+
namespace GET_SAVINGS_DISTRIBUTION {
|
|
2116
|
+
export namespace cnp_35 {
|
|
2117
2117
|
let url_65: string;
|
|
2118
2118
|
export { url_65 as url };
|
|
2119
2119
|
import method_65 = methods.GET;
|
|
@@ -2127,14 +2127,16 @@ export namespace tenantsConfig {
|
|
|
2127
2127
|
export function responseMapper_65(response: any): any;
|
|
2128
2128
|
export { responseMapper_65 as responseMapper };
|
|
2129
2129
|
}
|
|
2130
|
-
export {
|
|
2130
|
+
export { cnp_35 as cnp };
|
|
2131
2131
|
}
|
|
2132
|
-
namespace
|
|
2133
|
-
namespace
|
|
2132
|
+
namespace GET_QUOTATION_BENEFITS {
|
|
2133
|
+
export namespace cnp_36 {
|
|
2134
2134
|
let url_66: string;
|
|
2135
2135
|
export { url_66 as url };
|
|
2136
2136
|
import method_66 = methods.GET;
|
|
2137
2137
|
export { method_66 as method };
|
|
2138
|
+
let source_34: string;
|
|
2139
|
+
export { source_34 as source };
|
|
2138
2140
|
export function requestMapper_66(request: any): {
|
|
2139
2141
|
mappedParams: any;
|
|
2140
2142
|
};
|
|
@@ -2142,14 +2144,16 @@ export namespace tenantsConfig {
|
|
|
2142
2144
|
export function responseMapper_66(response: any): any;
|
|
2143
2145
|
export { responseMapper_66 as responseMapper };
|
|
2144
2146
|
}
|
|
2145
|
-
export {
|
|
2146
|
-
|
|
2147
|
+
export { cnp_36 as cnp };
|
|
2148
|
+
}
|
|
2149
|
+
namespace GET_INDIVIDUAL_DETAILS {
|
|
2150
|
+
namespace _default_30 {
|
|
2147
2151
|
let url_67: string;
|
|
2148
2152
|
export { url_67 as url };
|
|
2149
2153
|
import method_67 = methods.GET;
|
|
2150
2154
|
export { method_67 as method };
|
|
2151
|
-
let
|
|
2152
|
-
export {
|
|
2155
|
+
let source_35: string;
|
|
2156
|
+
export { source_35 as source };
|
|
2153
2157
|
export function requestMapper_67(request: any): {
|
|
2154
2158
|
mappedParams: any;
|
|
2155
2159
|
};
|
|
@@ -2157,16 +2161,16 @@ export namespace tenantsConfig {
|
|
|
2157
2161
|
export function responseMapper_67(response: any): any;
|
|
2158
2162
|
export { responseMapper_67 as responseMapper };
|
|
2159
2163
|
}
|
|
2160
|
-
export {
|
|
2164
|
+
export { _default_30 as default };
|
|
2161
2165
|
}
|
|
2162
|
-
namespace
|
|
2163
|
-
namespace
|
|
2166
|
+
namespace GET_ORGANISATION_DETAILS {
|
|
2167
|
+
namespace _default_31 {
|
|
2164
2168
|
let url_68: string;
|
|
2165
2169
|
export { url_68 as url };
|
|
2166
2170
|
import method_68 = methods.GET;
|
|
2167
2171
|
export { method_68 as method };
|
|
2168
|
-
let
|
|
2169
|
-
export {
|
|
2172
|
+
let source_36: string;
|
|
2173
|
+
export { source_36 as source };
|
|
2170
2174
|
export function requestMapper_68(request: any): {
|
|
2171
2175
|
mappedParams: any;
|
|
2172
2176
|
};
|
|
@@ -2174,8 +2178,10 @@ export namespace tenantsConfig {
|
|
|
2174
2178
|
export function responseMapper_68(response: any): any;
|
|
2175
2179
|
export { responseMapper_68 as responseMapper };
|
|
2176
2180
|
}
|
|
2177
|
-
export {
|
|
2178
|
-
|
|
2181
|
+
export { _default_31 as default };
|
|
2182
|
+
}
|
|
2183
|
+
namespace GET_CURRENCIES {
|
|
2184
|
+
namespace _default_32 {
|
|
2179
2185
|
let url_69: string;
|
|
2180
2186
|
export { url_69 as url };
|
|
2181
2187
|
import method_69 = methods.GET;
|
|
@@ -2184,21 +2190,17 @@ export namespace tenantsConfig {
|
|
|
2184
2190
|
mappedParams: any;
|
|
2185
2191
|
};
|
|
2186
2192
|
export { requestMapper_69 as requestMapper };
|
|
2187
|
-
export function responseMapper_69(response: any):
|
|
2188
|
-
values: any;
|
|
2189
|
-
}>;
|
|
2193
|
+
export function responseMapper_69(response: any): any;
|
|
2190
2194
|
export { responseMapper_69 as responseMapper };
|
|
2191
2195
|
}
|
|
2192
|
-
export {
|
|
2193
|
-
|
|
2194
|
-
namespace GET_IDENTIFICATION_TYPES {
|
|
2195
|
-
namespace _default_31 {
|
|
2196
|
+
export { _default_32 as default };
|
|
2197
|
+
export namespace cnp_37 {
|
|
2196
2198
|
let url_70: string;
|
|
2197
2199
|
export { url_70 as url };
|
|
2198
2200
|
import method_70 = methods.GET;
|
|
2199
2201
|
export { method_70 as method };
|
|
2200
|
-
let
|
|
2201
|
-
export {
|
|
2202
|
+
let source_37: string;
|
|
2203
|
+
export { source_37 as source };
|
|
2202
2204
|
export function requestMapper_70(request: any): {
|
|
2203
2205
|
mappedParams: any;
|
|
2204
2206
|
};
|
|
@@ -2206,42 +2208,42 @@ export namespace tenantsConfig {
|
|
|
2206
2208
|
export function responseMapper_70(response: any): any;
|
|
2207
2209
|
export { responseMapper_70 as responseMapper };
|
|
2208
2210
|
}
|
|
2209
|
-
export {
|
|
2210
|
-
|
|
2211
|
+
export { cnp_37 as cnp };
|
|
2212
|
+
}
|
|
2213
|
+
namespace GET_GENDERS {
|
|
2214
|
+
namespace _default_33 {
|
|
2211
2215
|
let url_71: string;
|
|
2212
2216
|
export { url_71 as url };
|
|
2213
2217
|
import method_71 = methods.GET;
|
|
2214
2218
|
export { method_71 as method };
|
|
2215
|
-
let
|
|
2216
|
-
export {
|
|
2219
|
+
let source_38: string;
|
|
2220
|
+
export { source_38 as source };
|
|
2217
2221
|
export function requestMapper_71(request: any): {
|
|
2218
2222
|
mappedParams: any;
|
|
2219
2223
|
};
|
|
2220
2224
|
export { requestMapper_71 as requestMapper };
|
|
2221
|
-
export function responseMapper_71(response: any):
|
|
2222
|
-
values: any;
|
|
2223
|
-
}>;
|
|
2225
|
+
export function responseMapper_71(response: any): any;
|
|
2224
2226
|
export { responseMapper_71 as responseMapper };
|
|
2225
2227
|
}
|
|
2226
|
-
export {
|
|
2227
|
-
|
|
2228
|
-
namespace GET_COUNTRIES {
|
|
2229
|
-
namespace _default_32 {
|
|
2228
|
+
export { _default_33 as default };
|
|
2229
|
+
export namespace cnp_38 {
|
|
2230
2230
|
let url_72: string;
|
|
2231
2231
|
export { url_72 as url };
|
|
2232
2232
|
import method_72 = methods.GET;
|
|
2233
2233
|
export { method_72 as method };
|
|
2234
|
-
let source_38: string;
|
|
2235
|
-
export { source_38 as source };
|
|
2236
2234
|
export function requestMapper_72(request: any): {
|
|
2237
2235
|
mappedParams: any;
|
|
2238
2236
|
};
|
|
2239
2237
|
export { requestMapper_72 as requestMapper };
|
|
2240
|
-
export function responseMapper_72(response: any):
|
|
2238
|
+
export function responseMapper_72(response: any): Promise<{
|
|
2239
|
+
values: any;
|
|
2240
|
+
}>;
|
|
2241
2241
|
export { responseMapper_72 as responseMapper };
|
|
2242
2242
|
}
|
|
2243
|
-
export {
|
|
2244
|
-
|
|
2243
|
+
export { cnp_38 as cnp };
|
|
2244
|
+
}
|
|
2245
|
+
namespace GET_IDENTIFICATION_TYPES {
|
|
2246
|
+
namespace _default_34 {
|
|
2245
2247
|
let url_73: string;
|
|
2246
2248
|
export { url_73 as url };
|
|
2247
2249
|
import method_73 = methods.GET;
|
|
@@ -2252,15 +2254,11 @@ export namespace tenantsConfig {
|
|
|
2252
2254
|
mappedParams: any;
|
|
2253
2255
|
};
|
|
2254
2256
|
export { requestMapper_73 as requestMapper };
|
|
2255
|
-
export function responseMapper_73(response: any):
|
|
2256
|
-
countries: any;
|
|
2257
|
-
}>;
|
|
2257
|
+
export function responseMapper_73(response: any): any;
|
|
2258
2258
|
export { responseMapper_73 as responseMapper };
|
|
2259
2259
|
}
|
|
2260
|
-
export {
|
|
2261
|
-
|
|
2262
|
-
namespace GET_PROVINCES {
|
|
2263
|
-
namespace _default_33 {
|
|
2260
|
+
export { _default_34 as default };
|
|
2261
|
+
export namespace cnp_39 {
|
|
2264
2262
|
let url_74: string;
|
|
2265
2263
|
export { url_74 as url };
|
|
2266
2264
|
import method_74 = methods.GET;
|
|
@@ -2271,11 +2269,15 @@ export namespace tenantsConfig {
|
|
|
2271
2269
|
mappedParams: any;
|
|
2272
2270
|
};
|
|
2273
2271
|
export { requestMapper_74 as requestMapper };
|
|
2274
|
-
export function responseMapper_74(response: any):
|
|
2272
|
+
export function responseMapper_74(response: any): Promise<{
|
|
2273
|
+
values: any;
|
|
2274
|
+
}>;
|
|
2275
2275
|
export { responseMapper_74 as responseMapper };
|
|
2276
2276
|
}
|
|
2277
|
-
export {
|
|
2278
|
-
|
|
2277
|
+
export { cnp_39 as cnp };
|
|
2278
|
+
}
|
|
2279
|
+
namespace GET_COUNTRIES {
|
|
2280
|
+
namespace _default_35 {
|
|
2279
2281
|
let url_75: string;
|
|
2280
2282
|
export { url_75 as url };
|
|
2281
2283
|
import method_75 = methods.GET;
|
|
@@ -2286,15 +2288,11 @@ export namespace tenantsConfig {
|
|
|
2286
2288
|
mappedParams: any;
|
|
2287
2289
|
};
|
|
2288
2290
|
export { requestMapper_75 as requestMapper };
|
|
2289
|
-
export function responseMapper_75(response: any):
|
|
2290
|
-
provinces: any;
|
|
2291
|
-
}>;
|
|
2291
|
+
export function responseMapper_75(response: any): any;
|
|
2292
2292
|
export { responseMapper_75 as responseMapper };
|
|
2293
2293
|
}
|
|
2294
|
-
export {
|
|
2295
|
-
|
|
2296
|
-
namespace GET_MARITAL_STATUS {
|
|
2297
|
-
namespace _default_34 {
|
|
2294
|
+
export { _default_35 as default };
|
|
2295
|
+
export namespace cnp_40 {
|
|
2298
2296
|
let url_76: string;
|
|
2299
2297
|
export { url_76 as url };
|
|
2300
2298
|
import method_76 = methods.GET;
|
|
@@ -2305,11 +2303,15 @@ export namespace tenantsConfig {
|
|
|
2305
2303
|
mappedParams: any;
|
|
2306
2304
|
};
|
|
2307
2305
|
export { requestMapper_76 as requestMapper };
|
|
2308
|
-
export function responseMapper_76(response: any):
|
|
2306
|
+
export function responseMapper_76(response: any): Promise<{
|
|
2307
|
+
countries: any;
|
|
2308
|
+
}>;
|
|
2309
2309
|
export { responseMapper_76 as responseMapper };
|
|
2310
2310
|
}
|
|
2311
|
-
export {
|
|
2312
|
-
|
|
2311
|
+
export { cnp_40 as cnp };
|
|
2312
|
+
}
|
|
2313
|
+
namespace GET_PROVINCES {
|
|
2314
|
+
namespace _default_36 {
|
|
2313
2315
|
let url_77: string;
|
|
2314
2316
|
export { url_77 as url };
|
|
2315
2317
|
import method_77 = methods.GET;
|
|
@@ -2320,15 +2322,11 @@ export namespace tenantsConfig {
|
|
|
2320
2322
|
mappedParams: any;
|
|
2321
2323
|
};
|
|
2322
2324
|
export { requestMapper_77 as requestMapper };
|
|
2323
|
-
export function responseMapper_77(response: any):
|
|
2324
|
-
values: any;
|
|
2325
|
-
}>;
|
|
2325
|
+
export function responseMapper_77(response: any): any;
|
|
2326
2326
|
export { responseMapper_77 as responseMapper };
|
|
2327
2327
|
}
|
|
2328
|
-
export {
|
|
2329
|
-
|
|
2330
|
-
namespace GET_ACTIVITY {
|
|
2331
|
-
namespace _default_35 {
|
|
2328
|
+
export { _default_36 as default };
|
|
2329
|
+
export namespace cnp_41 {
|
|
2332
2330
|
let url_78: string;
|
|
2333
2331
|
export { url_78 as url };
|
|
2334
2332
|
import method_78 = methods.GET;
|
|
@@ -2339,14 +2337,18 @@ export namespace tenantsConfig {
|
|
|
2339
2337
|
mappedParams: any;
|
|
2340
2338
|
};
|
|
2341
2339
|
export { requestMapper_78 as requestMapper };
|
|
2342
|
-
export function responseMapper_78(response: any):
|
|
2340
|
+
export function responseMapper_78(response: any): Promise<{
|
|
2341
|
+
provinces: any;
|
|
2342
|
+
}>;
|
|
2343
2343
|
export { responseMapper_78 as responseMapper };
|
|
2344
2344
|
}
|
|
2345
|
-
export {
|
|
2346
|
-
|
|
2345
|
+
export { cnp_41 as cnp };
|
|
2346
|
+
}
|
|
2347
|
+
namespace GET_CITIES {
|
|
2348
|
+
namespace _default_37 {
|
|
2347
2349
|
let url_79: string;
|
|
2348
2350
|
export { url_79 as url };
|
|
2349
|
-
|
|
2351
|
+
let method_79: any;
|
|
2350
2352
|
export { method_79 as method };
|
|
2351
2353
|
let source_45: string;
|
|
2352
2354
|
export { source_45 as source };
|
|
@@ -2354,15 +2356,13 @@ export namespace tenantsConfig {
|
|
|
2354
2356
|
mappedParams: any;
|
|
2355
2357
|
};
|
|
2356
2358
|
export { requestMapper_79 as requestMapper };
|
|
2357
|
-
export function responseMapper_79(response: any):
|
|
2358
|
-
values: any;
|
|
2359
|
-
}>;
|
|
2359
|
+
export function responseMapper_79(response: any): any;
|
|
2360
2360
|
export { responseMapper_79 as responseMapper };
|
|
2361
2361
|
}
|
|
2362
|
-
export {
|
|
2362
|
+
export { _default_37 as default };
|
|
2363
2363
|
}
|
|
2364
|
-
namespace
|
|
2365
|
-
|
|
2364
|
+
namespace GET_MARITAL_STATUS {
|
|
2365
|
+
namespace _default_38 {
|
|
2366
2366
|
let url_80: string;
|
|
2367
2367
|
export { url_80 as url };
|
|
2368
2368
|
import method_80 = methods.GET;
|
|
@@ -2376,65 +2376,67 @@ export namespace tenantsConfig {
|
|
|
2376
2376
|
export function responseMapper_80(response: any): any;
|
|
2377
2377
|
export { responseMapper_80 as responseMapper };
|
|
2378
2378
|
}
|
|
2379
|
-
export {
|
|
2380
|
-
|
|
2381
|
-
namespace GET_PAYMENT_FRECUENCIES {
|
|
2382
|
-
namespace _default_36 {
|
|
2379
|
+
export { _default_38 as default };
|
|
2380
|
+
export namespace cnp_42 {
|
|
2383
2381
|
let url_81: string;
|
|
2384
2382
|
export { url_81 as url };
|
|
2385
2383
|
import method_81 = methods.GET;
|
|
2386
2384
|
export { method_81 as method };
|
|
2385
|
+
let source_47: string;
|
|
2386
|
+
export { source_47 as source };
|
|
2387
2387
|
export function requestMapper_81(request: any): {
|
|
2388
2388
|
mappedParams: any;
|
|
2389
2389
|
};
|
|
2390
2390
|
export { requestMapper_81 as requestMapper };
|
|
2391
|
-
export function responseMapper_81(response: any):
|
|
2391
|
+
export function responseMapper_81(response: any): Promise<{
|
|
2392
|
+
values: any;
|
|
2393
|
+
}>;
|
|
2392
2394
|
export { responseMapper_81 as responseMapper };
|
|
2393
2395
|
}
|
|
2394
|
-
export {
|
|
2395
|
-
|
|
2396
|
+
export { cnp_42 as cnp };
|
|
2397
|
+
}
|
|
2398
|
+
namespace GET_ACTIVITY {
|
|
2399
|
+
namespace _default_39 {
|
|
2396
2400
|
let url_82: string;
|
|
2397
2401
|
export { url_82 as url };
|
|
2398
2402
|
import method_82 = methods.GET;
|
|
2399
2403
|
export { method_82 as method };
|
|
2400
|
-
let
|
|
2401
|
-
export {
|
|
2404
|
+
let source_48: string;
|
|
2405
|
+
export { source_48 as source };
|
|
2402
2406
|
export function requestMapper_82(request: any): {
|
|
2403
2407
|
mappedParams: any;
|
|
2404
2408
|
};
|
|
2405
2409
|
export { requestMapper_82 as requestMapper };
|
|
2406
|
-
export function responseMapper_82(response: any):
|
|
2407
|
-
frequencies: any;
|
|
2408
|
-
}>;
|
|
2410
|
+
export function responseMapper_82(response: any): any;
|
|
2409
2411
|
export { responseMapper_82 as responseMapper };
|
|
2410
2412
|
}
|
|
2411
|
-
export {
|
|
2412
|
-
|
|
2413
|
-
namespace GET_PAYMENT_TYPES {
|
|
2414
|
-
export namespace cnp_46 {
|
|
2413
|
+
export { _default_39 as default };
|
|
2414
|
+
export namespace cnp_43 {
|
|
2415
2415
|
let url_83: string;
|
|
2416
2416
|
export { url_83 as url };
|
|
2417
2417
|
import method_83 = methods.GET;
|
|
2418
2418
|
export { method_83 as method };
|
|
2419
|
-
let
|
|
2420
|
-
export {
|
|
2419
|
+
let source_49: string;
|
|
2420
|
+
export { source_49 as source };
|
|
2421
2421
|
export function requestMapper_83(request: any): {
|
|
2422
2422
|
mappedParams: any;
|
|
2423
2423
|
};
|
|
2424
2424
|
export { requestMapper_83 as requestMapper };
|
|
2425
|
-
export function responseMapper_83(response: any):
|
|
2425
|
+
export function responseMapper_83(response: any): Promise<{
|
|
2426
|
+
values: any;
|
|
2427
|
+
}>;
|
|
2426
2428
|
export { responseMapper_83 as responseMapper };
|
|
2427
2429
|
}
|
|
2428
|
-
export {
|
|
2430
|
+
export { cnp_43 as cnp };
|
|
2429
2431
|
}
|
|
2430
|
-
namespace
|
|
2431
|
-
export namespace
|
|
2432
|
+
namespace GET_BLOOD_PRESSURES {
|
|
2433
|
+
export namespace cnp_44 {
|
|
2432
2434
|
let url_84: string;
|
|
2433
2435
|
export { url_84 as url };
|
|
2434
2436
|
import method_84 = methods.GET;
|
|
2435
2437
|
export { method_84 as method };
|
|
2436
|
-
let
|
|
2437
|
-
export {
|
|
2438
|
+
let source_50: string;
|
|
2439
|
+
export { source_50 as source };
|
|
2438
2440
|
export function requestMapper_84(request: any): {
|
|
2439
2441
|
mappedParams: any;
|
|
2440
2442
|
};
|
|
@@ -2442,16 +2444,14 @@ export namespace tenantsConfig {
|
|
|
2442
2444
|
export function responseMapper_84(response: any): any;
|
|
2443
2445
|
export { responseMapper_84 as responseMapper };
|
|
2444
2446
|
}
|
|
2445
|
-
export {
|
|
2447
|
+
export { cnp_44 as cnp };
|
|
2446
2448
|
}
|
|
2447
|
-
namespace
|
|
2448
|
-
namespace
|
|
2449
|
+
namespace GET_PAYMENT_FRECUENCIES {
|
|
2450
|
+
namespace _default_40 {
|
|
2449
2451
|
let url_85: string;
|
|
2450
2452
|
export { url_85 as url };
|
|
2451
2453
|
import method_85 = methods.GET;
|
|
2452
2454
|
export { method_85 as method };
|
|
2453
|
-
let source_50: string;
|
|
2454
|
-
export { source_50 as source };
|
|
2455
2455
|
export function requestMapper_85(request: any): {
|
|
2456
2456
|
mappedParams: any;
|
|
2457
2457
|
};
|
|
@@ -2459,8 +2459,8 @@ export namespace tenantsConfig {
|
|
|
2459
2459
|
export function responseMapper_85(response: any): any;
|
|
2460
2460
|
export { responseMapper_85 as responseMapper };
|
|
2461
2461
|
}
|
|
2462
|
-
export {
|
|
2463
|
-
export namespace
|
|
2462
|
+
export { _default_40 as default };
|
|
2463
|
+
export namespace cnp_45 {
|
|
2464
2464
|
let url_86: string;
|
|
2465
2465
|
export { url_86 as url };
|
|
2466
2466
|
import method_86 = methods.GET;
|
|
@@ -2468,58 +2468,58 @@ export namespace tenantsConfig {
|
|
|
2468
2468
|
let source_51: string;
|
|
2469
2469
|
export { source_51 as source };
|
|
2470
2470
|
export function requestMapper_86(request: any): {
|
|
2471
|
-
mappedParams:
|
|
2472
|
-
firstName: any;
|
|
2473
|
-
lastName: any;
|
|
2474
|
-
identification: any;
|
|
2475
|
-
};
|
|
2471
|
+
mappedParams: any;
|
|
2476
2472
|
};
|
|
2477
2473
|
export { requestMapper_86 as requestMapper };
|
|
2478
|
-
export function responseMapper_86(response: any): {
|
|
2479
|
-
|
|
2480
|
-
}
|
|
2474
|
+
export function responseMapper_86(response: any): Promise<{
|
|
2475
|
+
frequencies: any;
|
|
2476
|
+
}>;
|
|
2481
2477
|
export { responseMapper_86 as responseMapper };
|
|
2482
2478
|
}
|
|
2483
|
-
export {
|
|
2479
|
+
export { cnp_45 as cnp };
|
|
2484
2480
|
}
|
|
2485
|
-
namespace
|
|
2486
|
-
namespace
|
|
2481
|
+
namespace GET_PAYMENT_TYPES {
|
|
2482
|
+
export namespace cnp_46 {
|
|
2487
2483
|
let url_87: string;
|
|
2488
2484
|
export { url_87 as url };
|
|
2489
|
-
import method_87 = methods.
|
|
2485
|
+
import method_87 = methods.GET;
|
|
2490
2486
|
export { method_87 as method };
|
|
2491
2487
|
let source_52: string;
|
|
2492
2488
|
export { source_52 as source };
|
|
2493
|
-
export function requestMapper_87(
|
|
2494
|
-
|
|
2489
|
+
export function requestMapper_87(request: any): {
|
|
2490
|
+
mappedParams: any;
|
|
2495
2491
|
};
|
|
2496
2492
|
export { requestMapper_87 as requestMapper };
|
|
2497
2493
|
export function responseMapper_87(response: any): any;
|
|
2498
2494
|
export { responseMapper_87 as responseMapper };
|
|
2499
2495
|
}
|
|
2500
|
-
export {
|
|
2501
|
-
|
|
2496
|
+
export { cnp_46 as cnp };
|
|
2497
|
+
}
|
|
2498
|
+
namespace GET_BRANCHES {
|
|
2499
|
+
export namespace cnp_47 {
|
|
2502
2500
|
let url_88: string;
|
|
2503
2501
|
export { url_88 as url };
|
|
2504
|
-
import method_88 = methods.
|
|
2502
|
+
import method_88 = methods.GET;
|
|
2505
2503
|
export { method_88 as method };
|
|
2506
2504
|
let source_53: string;
|
|
2507
2505
|
export { source_53 as source };
|
|
2508
|
-
export function requestMapper_88(
|
|
2509
|
-
|
|
2506
|
+
export function requestMapper_88(request: any): {
|
|
2507
|
+
mappedParams: any;
|
|
2510
2508
|
};
|
|
2511
2509
|
export { requestMapper_88 as requestMapper };
|
|
2512
2510
|
export function responseMapper_88(response: any): any;
|
|
2513
2511
|
export { responseMapper_88 as responseMapper };
|
|
2514
2512
|
}
|
|
2515
|
-
export {
|
|
2513
|
+
export { cnp_47 as cnp };
|
|
2516
2514
|
}
|
|
2517
|
-
namespace
|
|
2518
|
-
namespace
|
|
2515
|
+
namespace GET_PARTIES {
|
|
2516
|
+
namespace _default_41 {
|
|
2519
2517
|
let url_89: string;
|
|
2520
2518
|
export { url_89 as url };
|
|
2521
2519
|
import method_89 = methods.GET;
|
|
2522
2520
|
export { method_89 as method };
|
|
2521
|
+
let source_54: string;
|
|
2522
|
+
export { source_54 as source };
|
|
2523
2523
|
export function requestMapper_89(request: any): {
|
|
2524
2524
|
mappedParams: any;
|
|
2525
2525
|
};
|
|
@@ -2527,70 +2527,78 @@ export namespace tenantsConfig {
|
|
|
2527
2527
|
export function responseMapper_89(response: any): any;
|
|
2528
2528
|
export { responseMapper_89 as responseMapper };
|
|
2529
2529
|
}
|
|
2530
|
-
export {
|
|
2531
|
-
|
|
2532
|
-
namespace GET_INTERMEDIARY_BY_CODE {
|
|
2533
|
-
namespace _default_40 {
|
|
2530
|
+
export { _default_41 as default };
|
|
2531
|
+
export namespace cnp_48 {
|
|
2534
2532
|
let url_90: string;
|
|
2535
2533
|
export { url_90 as url };
|
|
2536
2534
|
import method_90 = methods.GET;
|
|
2537
2535
|
export { method_90 as method };
|
|
2536
|
+
let source_55: string;
|
|
2537
|
+
export { source_55 as source };
|
|
2538
2538
|
export function requestMapper_90(request: any): {
|
|
2539
|
-
mappedParams:
|
|
2539
|
+
mappedParams: {
|
|
2540
|
+
firstName: any;
|
|
2541
|
+
lastName: any;
|
|
2542
|
+
identification: any;
|
|
2543
|
+
};
|
|
2540
2544
|
};
|
|
2541
2545
|
export { requestMapper_90 as requestMapper };
|
|
2542
|
-
export function responseMapper_90(response: any):
|
|
2546
|
+
export function responseMapper_90(response: any): {
|
|
2547
|
+
values: any;
|
|
2548
|
+
};
|
|
2543
2549
|
export { responseMapper_90 as responseMapper };
|
|
2544
2550
|
}
|
|
2545
|
-
export {
|
|
2551
|
+
export { cnp_48 as cnp };
|
|
2546
2552
|
}
|
|
2547
|
-
namespace
|
|
2548
|
-
namespace
|
|
2553
|
+
namespace POST_AGE {
|
|
2554
|
+
namespace _default_42 {
|
|
2549
2555
|
let url_91: string;
|
|
2550
2556
|
export { url_91 as url };
|
|
2551
|
-
import method_91 = methods.
|
|
2557
|
+
import method_91 = methods.POST;
|
|
2552
2558
|
export { method_91 as method };
|
|
2553
|
-
|
|
2554
|
-
|
|
2559
|
+
let source_56: string;
|
|
2560
|
+
export { source_56 as source };
|
|
2561
|
+
export function requestMapper_91(params: any): {
|
|
2562
|
+
mappedBody: any;
|
|
2555
2563
|
};
|
|
2556
2564
|
export { requestMapper_91 as requestMapper };
|
|
2557
2565
|
export function responseMapper_91(response: any): any;
|
|
2558
2566
|
export { responseMapper_91 as responseMapper };
|
|
2559
2567
|
}
|
|
2560
|
-
export {
|
|
2561
|
-
|
|
2562
|
-
namespace GET_MODULES {
|
|
2563
|
-
namespace _default_42 {
|
|
2568
|
+
export { _default_42 as default };
|
|
2569
|
+
export namespace cnp_49 {
|
|
2564
2570
|
let url_92: string;
|
|
2565
2571
|
export { url_92 as url };
|
|
2566
|
-
import method_92 = methods.
|
|
2572
|
+
import method_92 = methods.POST;
|
|
2567
2573
|
export { method_92 as method };
|
|
2568
|
-
|
|
2569
|
-
|
|
2574
|
+
let source_57: string;
|
|
2575
|
+
export { source_57 as source };
|
|
2576
|
+
export function requestMapper_92(params: any): {
|
|
2577
|
+
mappedBody: any;
|
|
2570
2578
|
};
|
|
2571
2579
|
export { requestMapper_92 as requestMapper };
|
|
2572
2580
|
export function responseMapper_92(response: any): any;
|
|
2573
2581
|
export { responseMapper_92 as responseMapper };
|
|
2574
2582
|
}
|
|
2575
|
-
export {
|
|
2576
|
-
|
|
2583
|
+
export { cnp_49 as cnp };
|
|
2584
|
+
}
|
|
2585
|
+
namespace GET_INTERMEDIARY_STRUCTURE {
|
|
2586
|
+
namespace _default_43 {
|
|
2577
2587
|
let url_93: string;
|
|
2578
2588
|
export { url_93 as url };
|
|
2579
2589
|
import method_93 = methods.GET;
|
|
2580
2590
|
export { method_93 as method };
|
|
2581
2591
|
export function requestMapper_93(request: any): {
|
|
2582
|
-
mappedParams:
|
|
2583
|
-
roles: any;
|
|
2584
|
-
};
|
|
2592
|
+
mappedParams: any;
|
|
2585
2593
|
};
|
|
2586
2594
|
export { requestMapper_93 as requestMapper };
|
|
2587
2595
|
export function responseMapper_93(response: any): any;
|
|
2588
2596
|
export { responseMapper_93 as responseMapper };
|
|
2589
2597
|
}
|
|
2590
|
-
export {
|
|
2598
|
+
export { _default_43 as default };
|
|
2591
2599
|
}
|
|
2592
|
-
namespace
|
|
2593
|
-
|
|
2600
|
+
namespace GET_INTERMEDIARY_BY_CODE {
|
|
2601
|
+
namespace _default_44 {
|
|
2594
2602
|
let url_94: string;
|
|
2595
2603
|
export { url_94 as url };
|
|
2596
2604
|
import method_94 = methods.GET;
|
|
@@ -2602,6 +2610,66 @@ export namespace tenantsConfig {
|
|
|
2602
2610
|
export function responseMapper_94(response: any): any;
|
|
2603
2611
|
export { responseMapper_94 as responseMapper };
|
|
2604
2612
|
}
|
|
2613
|
+
export { _default_44 as default };
|
|
2614
|
+
}
|
|
2615
|
+
namespace GET_COMMERCIAL_STRUCTURE {
|
|
2616
|
+
namespace _default_45 {
|
|
2617
|
+
let url_95: string;
|
|
2618
|
+
export { url_95 as url };
|
|
2619
|
+
import method_95 = methods.GET;
|
|
2620
|
+
export { method_95 as method };
|
|
2621
|
+
export function requestMapper_95(request: any): {
|
|
2622
|
+
mappedParams: any;
|
|
2623
|
+
};
|
|
2624
|
+
export { requestMapper_95 as requestMapper };
|
|
2625
|
+
export function responseMapper_95(response: any): any;
|
|
2626
|
+
export { responseMapper_95 as responseMapper };
|
|
2627
|
+
}
|
|
2628
|
+
export { _default_45 as default };
|
|
2629
|
+
}
|
|
2630
|
+
namespace GET_MODULES {
|
|
2631
|
+
namespace _default_46 {
|
|
2632
|
+
let url_96: string;
|
|
2633
|
+
export { url_96 as url };
|
|
2634
|
+
import method_96 = methods.GET;
|
|
2635
|
+
export { method_96 as method };
|
|
2636
|
+
export function requestMapper_96(request: any): {
|
|
2637
|
+
mappedParams: any;
|
|
2638
|
+
};
|
|
2639
|
+
export { requestMapper_96 as requestMapper };
|
|
2640
|
+
export function responseMapper_96(response: any): any;
|
|
2641
|
+
export { responseMapper_96 as responseMapper };
|
|
2642
|
+
}
|
|
2643
|
+
export { _default_46 as default };
|
|
2644
|
+
export namespace cnp_50 {
|
|
2645
|
+
let url_97: string;
|
|
2646
|
+
export { url_97 as url };
|
|
2647
|
+
import method_97 = methods.GET;
|
|
2648
|
+
export { method_97 as method };
|
|
2649
|
+
export function requestMapper_97(request: any): {
|
|
2650
|
+
mappedParams: {
|
|
2651
|
+
roles: any;
|
|
2652
|
+
};
|
|
2653
|
+
};
|
|
2654
|
+
export { requestMapper_97 as requestMapper };
|
|
2655
|
+
export function responseMapper_97(response: any): any;
|
|
2656
|
+
export { responseMapper_97 as responseMapper };
|
|
2657
|
+
}
|
|
2658
|
+
export { cnp_50 as cnp };
|
|
2659
|
+
}
|
|
2660
|
+
namespace GET_POWERBI_TOKEN {
|
|
2661
|
+
export namespace cnp_51 {
|
|
2662
|
+
let url_98: string;
|
|
2663
|
+
export { url_98 as url };
|
|
2664
|
+
import method_98 = methods.GET;
|
|
2665
|
+
export { method_98 as method };
|
|
2666
|
+
export function requestMapper_98(request: any): {
|
|
2667
|
+
mappedParams: any;
|
|
2668
|
+
};
|
|
2669
|
+
export { requestMapper_98 as requestMapper };
|
|
2670
|
+
export function responseMapper_98(response: any): any;
|
|
2671
|
+
export { responseMapper_98 as responseMapper };
|
|
2672
|
+
}
|
|
2605
2673
|
export { cnp_51 as cnp };
|
|
2606
2674
|
}
|
|
2607
2675
|
}
|