@ayasofyazilim/saas 0.0.40 → 0.0.41
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/CRMService/schemas.gen.ts +18 -10
- package/CRMService/services.gen.ts +211 -159
- package/CRMService/types.gen.ts +269 -186
- package/ContractService/schemas.gen.ts +10590 -11044
- package/ContractService/types.gen.ts +3709 -3705
- package/package.json +1 -1
package/CRMService/types.gen.ts
CHANGED
|
@@ -218,7 +218,7 @@ export type UniRefund_CRMService_EntityInformationTypes_EntityInformationTypeDto
|
|
|
218
218
|
|
|
219
219
|
export type UniRefund_CRMService_Enums_AddressTypeCode = 0 | 1;
|
|
220
220
|
|
|
221
|
-
export type UniRefund_CRMService_Enums_AffiliationTypeCode = 0 | 1 | 2;
|
|
221
|
+
export type UniRefund_CRMService_Enums_AffiliationTypeCode = 0 | 1 | 2 | 3;
|
|
222
222
|
|
|
223
223
|
export type UniRefund_CRMService_Enums_EmailTypeCode = 0 | 1;
|
|
224
224
|
|
|
@@ -1067,11 +1067,11 @@ export type GetApiCrmServiceCustomsData = {
|
|
|
1067
1067
|
|
|
1068
1068
|
export type GetApiCrmServiceCustomsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1069
1069
|
|
|
1070
|
-
export type
|
|
1070
|
+
export type GetApiCrmServiceCustomsByIdDetailData = {
|
|
1071
1071
|
id: string;
|
|
1072
1072
|
};
|
|
1073
1073
|
|
|
1074
|
-
export type
|
|
1074
|
+
export type GetApiCrmServiceCustomsByIdDetailResponse = UniRefund_CRMService_Customss_CustomsDto;
|
|
1075
1075
|
|
|
1076
1076
|
export type PostApiCrmServiceCustomsWithComponentsData = {
|
|
1077
1077
|
requestBody?: UniRefund_CRMService_Customss_CreateCustomsDto;
|
|
@@ -1079,11 +1079,11 @@ export type PostApiCrmServiceCustomsWithComponentsData = {
|
|
|
1079
1079
|
|
|
1080
1080
|
export type PostApiCrmServiceCustomsWithComponentsResponse = unknown;
|
|
1081
1081
|
|
|
1082
|
-
export type
|
|
1082
|
+
export type DeleteApiCrmServiceCustomsByIdWithComponentsData = {
|
|
1083
1083
|
id: string;
|
|
1084
1084
|
};
|
|
1085
1085
|
|
|
1086
|
-
export type
|
|
1086
|
+
export type DeleteApiCrmServiceCustomsByIdWithComponentsResponse = unknown;
|
|
1087
1087
|
|
|
1088
1088
|
export type PostApiCrmServiceCustomsByIdAffiliationsData = {
|
|
1089
1089
|
id: string;
|
|
@@ -1101,37 +1101,38 @@ export type GetApiCrmServiceCustomsByIdAffiliationsData = {
|
|
|
1101
1101
|
|
|
1102
1102
|
export type GetApiCrmServiceCustomsByIdAffiliationsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1103
1103
|
|
|
1104
|
-
export type
|
|
1104
|
+
export type PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdData = {
|
|
1105
1105
|
id: string;
|
|
1106
1106
|
organizationId: string;
|
|
1107
1107
|
requestBody?: UniRefund_CRMService_Organizations_UpdateOrganizationDto;
|
|
1108
1108
|
};
|
|
1109
1109
|
|
|
1110
|
-
export type
|
|
1110
|
+
export type PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdResponse = unknown;
|
|
1111
1111
|
|
|
1112
|
-
export type
|
|
1113
|
-
customsId: string;
|
|
1112
|
+
export type PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdData = {
|
|
1114
1113
|
id: string;
|
|
1115
1114
|
requestBody?: UniRefund_CRMService_TelephoneTypes_UpdateTelephoneTypeDto;
|
|
1115
|
+
telephoneId: string;
|
|
1116
1116
|
};
|
|
1117
1117
|
|
|
1118
|
-
export type
|
|
1118
|
+
export type PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdResponse = UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto;
|
|
1119
1119
|
|
|
1120
|
-
export type
|
|
1121
|
-
|
|
1120
|
+
export type PutApiCrmServiceCustomsByIdAddressesByAddressIdData = {
|
|
1121
|
+
addressId: string;
|
|
1122
1122
|
id: string;
|
|
1123
1123
|
requestBody?: UniRefund_CRMService_AddressTypes_UpdateAddressTypeDto;
|
|
1124
1124
|
};
|
|
1125
1125
|
|
|
1126
|
-
export type
|
|
1126
|
+
export type PutApiCrmServiceCustomsByIdAddressesByAddressIdResponse = UniRefund_CRMService_AddressTypes_AddressTypeDto;
|
|
1127
1127
|
|
|
1128
|
-
export type
|
|
1129
|
-
|
|
1128
|
+
export type PutApiCrmServiceCustomsByIdEmailsByEmailIdData = {
|
|
1129
|
+
addressId?: string;
|
|
1130
|
+
emailId: string;
|
|
1130
1131
|
id: string;
|
|
1131
1132
|
requestBody?: UniRefund_CRMService_EmailCommonDatas_UpdateEmailCommonDataDto;
|
|
1132
1133
|
};
|
|
1133
1134
|
|
|
1134
|
-
export type
|
|
1135
|
+
export type PutApiCrmServiceCustomsByIdEmailsByEmailIdResponse = UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto;
|
|
1135
1136
|
|
|
1136
1137
|
export type GetApiCrmServiceEmailsData = {
|
|
1137
1138
|
maxResultCount?: number;
|
|
@@ -1198,11 +1199,17 @@ export type GetApiCrmServiceMerchantsInfoData = {
|
|
|
1198
1199
|
|
|
1199
1200
|
export type GetApiCrmServiceMerchantsInfoResponse = UniRefund_CRMService_Merchants_MerchantInfoDto;
|
|
1200
1201
|
|
|
1201
|
-
export type
|
|
1202
|
+
export type GetApiCrmServiceMerchantsByIdDetailData = {
|
|
1202
1203
|
id: string;
|
|
1203
1204
|
};
|
|
1204
1205
|
|
|
1205
|
-
export type
|
|
1206
|
+
export type GetApiCrmServiceMerchantsByIdDetailResponse = UniRefund_CRMService_Merchants_MerchantDetailDto;
|
|
1207
|
+
|
|
1208
|
+
export type GetApiCrmServiceMerchantsByIdSubMerchantsData = {
|
|
1209
|
+
id: string;
|
|
1210
|
+
};
|
|
1211
|
+
|
|
1212
|
+
export type GetApiCrmServiceMerchantsByIdSubMerchantsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1206
1213
|
|
|
1207
1214
|
export type PostApiCrmServiceMerchantsWithComponentsData = {
|
|
1208
1215
|
requestBody?: UniRefund_CRMService_Merchants_CreateMerchantDto;
|
|
@@ -1210,65 +1217,71 @@ export type PostApiCrmServiceMerchantsWithComponentsData = {
|
|
|
1210
1217
|
|
|
1211
1218
|
export type PostApiCrmServiceMerchantsWithComponentsResponse = unknown;
|
|
1212
1219
|
|
|
1213
|
-
export type
|
|
1220
|
+
export type DeleteApiCrmServiceMerchantsByIdWithComponentsData = {
|
|
1214
1221
|
id: string;
|
|
1215
1222
|
};
|
|
1216
1223
|
|
|
1217
|
-
export type
|
|
1218
|
-
|
|
1219
|
-
export type PostApiCrmServiceMerchantsByMerchantIdAffiliationsData = {
|
|
1220
|
-
merchantId: string;
|
|
1221
|
-
requestBody?: UniRefund_CRMService_AffiliationTypes_CreateAffiliationTypeDto;
|
|
1222
|
-
};
|
|
1224
|
+
export type DeleteApiCrmServiceMerchantsByIdWithComponentsResponse = unknown;
|
|
1223
1225
|
|
|
1224
|
-
export type
|
|
1225
|
-
|
|
1226
|
-
export type GetApiCrmServiceMerchantsByMerchantIdAffiliationsData = {
|
|
1226
|
+
export type GetApiCrmServiceMerchantsByIdAffiliationsData = {
|
|
1227
|
+
id: string;
|
|
1227
1228
|
maxResultCount?: number;
|
|
1228
|
-
merchantId: string;
|
|
1229
1229
|
skipCount?: number;
|
|
1230
1230
|
sorting?: string;
|
|
1231
1231
|
};
|
|
1232
1232
|
|
|
1233
|
-
export type
|
|
1233
|
+
export type GetApiCrmServiceMerchantsByIdAffiliationsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1234
1234
|
|
|
1235
|
-
export type
|
|
1235
|
+
export type PostApiCrmServiceMerchantsByIdAffiliationsData = {
|
|
1236
|
+
id: string;
|
|
1237
|
+
requestBody?: UniRefund_CRMService_AffiliationTypes_CreateAffiliationTypeDto;
|
|
1238
|
+
};
|
|
1239
|
+
|
|
1240
|
+
export type PostApiCrmServiceMerchantsByIdAffiliationsResponse = unknown;
|
|
1241
|
+
|
|
1242
|
+
export type PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdData = {
|
|
1236
1243
|
id: string;
|
|
1237
1244
|
organizationId: string;
|
|
1238
1245
|
requestBody?: UniRefund_CRMService_Organizations_UpdateOrganizationDto;
|
|
1239
1246
|
};
|
|
1240
1247
|
|
|
1241
|
-
export type
|
|
1248
|
+
export type PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdResponse = unknown;
|
|
1242
1249
|
|
|
1243
|
-
export type
|
|
1250
|
+
export type PostApiCrmServiceMerchantsBulkProductGroupMerchantsData = {
|
|
1244
1251
|
requestBody?: Array<UniRefund_SettingService_ProductGroupMerchants_CreateProductGroupMerchantDto>;
|
|
1245
1252
|
};
|
|
1246
1253
|
|
|
1247
|
-
export type
|
|
1254
|
+
export type PostApiCrmServiceMerchantsBulkProductGroupMerchantsResponse = unknown;
|
|
1248
1255
|
|
|
1249
|
-
export type
|
|
1256
|
+
export type PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdData = {
|
|
1250
1257
|
id: string;
|
|
1251
|
-
merchantId: string;
|
|
1252
1258
|
requestBody?: UniRefund_CRMService_TelephoneTypes_UpdateTelephoneTypeDto;
|
|
1259
|
+
telephoneId: string;
|
|
1260
|
+
};
|
|
1261
|
+
|
|
1262
|
+
export type PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdResponse = UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto;
|
|
1263
|
+
|
|
1264
|
+
export type GetApiCrmServiceMerchantsByIdAddressesData = {
|
|
1265
|
+
id: string;
|
|
1253
1266
|
};
|
|
1254
1267
|
|
|
1255
|
-
export type
|
|
1268
|
+
export type GetApiCrmServiceMerchantsByIdAddressesResponse = Array<UniRefund_CRMService_AddressTypes_AddressTypeDto>;
|
|
1256
1269
|
|
|
1257
|
-
export type
|
|
1270
|
+
export type PutApiCrmServiceMerchantsByIdAddressesByAddressIdData = {
|
|
1271
|
+
addressId: string;
|
|
1258
1272
|
id: string;
|
|
1259
|
-
merchantId: string;
|
|
1260
1273
|
requestBody?: UniRefund_CRMService_AddressTypes_UpdateAddressTypeDto;
|
|
1261
1274
|
};
|
|
1262
1275
|
|
|
1263
|
-
export type
|
|
1276
|
+
export type PutApiCrmServiceMerchantsByIdAddressesByAddressIdResponse = UniRefund_CRMService_AddressTypes_AddressTypeDto;
|
|
1264
1277
|
|
|
1265
|
-
export type
|
|
1278
|
+
export type PutApiCrmServiceMerchantsByIdEmailsByEmailIdData = {
|
|
1279
|
+
emailId: string;
|
|
1266
1280
|
id: string;
|
|
1267
|
-
merchantId: string;
|
|
1268
1281
|
requestBody?: UniRefund_CRMService_EmailCommonDatas_UpdateEmailCommonDataDto;
|
|
1269
1282
|
};
|
|
1270
1283
|
|
|
1271
|
-
export type
|
|
1284
|
+
export type PutApiCrmServiceMerchantsByIdEmailsByEmailIdResponse = UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto;
|
|
1272
1285
|
|
|
1273
1286
|
export type PostApiCrmServiceOrganizationsWithComponentsData = {
|
|
1274
1287
|
requestBody?: UniRefund_CRMService_Organizations_CreateOrganizationDto;
|
|
@@ -1294,11 +1307,11 @@ export type GetApiCrmServiceRefundPointsData = {
|
|
|
1294
1307
|
|
|
1295
1308
|
export type GetApiCrmServiceRefundPointsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1296
1309
|
|
|
1297
|
-
export type
|
|
1310
|
+
export type GetApiCrmServiceRefundPointsByIdDetailData = {
|
|
1298
1311
|
id: string;
|
|
1299
1312
|
};
|
|
1300
1313
|
|
|
1301
|
-
export type
|
|
1314
|
+
export type GetApiCrmServiceRefundPointsByIdDetailResponse = UniRefund_CRMService_RefundPoints_RefundPointDto;
|
|
1302
1315
|
|
|
1303
1316
|
export type PostApiCrmServiceRefundPointsWithComponentsData = {
|
|
1304
1317
|
requestBody?: UniRefund_CRMService_RefundPoints_CreateRefundPointDto;
|
|
@@ -1306,59 +1319,59 @@ export type PostApiCrmServiceRefundPointsWithComponentsData = {
|
|
|
1306
1319
|
|
|
1307
1320
|
export type PostApiCrmServiceRefundPointsWithComponentsResponse = unknown;
|
|
1308
1321
|
|
|
1309
|
-
export type
|
|
1322
|
+
export type DeleteApiCrmServiceRefundPointsByIdWithComponentsData = {
|
|
1310
1323
|
id: string;
|
|
1311
1324
|
};
|
|
1312
1325
|
|
|
1313
|
-
export type
|
|
1326
|
+
export type DeleteApiCrmServiceRefundPointsByIdWithComponentsResponse = unknown;
|
|
1314
1327
|
|
|
1315
|
-
export type
|
|
1316
|
-
|
|
1328
|
+
export type PostApiCrmServiceRefundPointsByIdAffiliationsData = {
|
|
1329
|
+
id: string;
|
|
1317
1330
|
requestBody?: UniRefund_CRMService_AffiliationTypes_CreateAffiliationTypeDto;
|
|
1318
1331
|
};
|
|
1319
1332
|
|
|
1320
|
-
export type
|
|
1333
|
+
export type PostApiCrmServiceRefundPointsByIdAffiliationsResponse = unknown;
|
|
1321
1334
|
|
|
1322
|
-
export type
|
|
1335
|
+
export type GetApiCrmServiceRefundPointsByIdAffiliationsData = {
|
|
1336
|
+
id: string;
|
|
1323
1337
|
maxResultCount?: number;
|
|
1324
|
-
refundPointId: string;
|
|
1325
1338
|
skipCount?: number;
|
|
1326
1339
|
sorting?: string;
|
|
1327
1340
|
};
|
|
1328
1341
|
|
|
1329
|
-
export type
|
|
1342
|
+
export type GetApiCrmServiceRefundPointsByIdAffiliationsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1330
1343
|
|
|
1331
|
-
export type
|
|
1344
|
+
export type PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdData = {
|
|
1345
|
+
id: string;
|
|
1332
1346
|
organizationId: string;
|
|
1333
|
-
refundPointId: string;
|
|
1334
1347
|
requestBody?: UniRefund_CRMService_Organizations_UpdateOrganizationDto;
|
|
1335
1348
|
};
|
|
1336
1349
|
|
|
1337
|
-
export type
|
|
1350
|
+
export type PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdResponse = unknown;
|
|
1338
1351
|
|
|
1339
|
-
export type
|
|
1352
|
+
export type PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdData = {
|
|
1340
1353
|
id: string;
|
|
1341
|
-
refundPointId: string;
|
|
1342
1354
|
requestBody?: UniRefund_CRMService_TelephoneTypes_UpdateTelephoneTypeDto;
|
|
1355
|
+
telephoneId: string;
|
|
1343
1356
|
};
|
|
1344
1357
|
|
|
1345
|
-
export type
|
|
1358
|
+
export type PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdResponse = UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto;
|
|
1346
1359
|
|
|
1347
|
-
export type
|
|
1360
|
+
export type PutApiCrmServiceRefundPointsByIdAddressesByAddressIdData = {
|
|
1361
|
+
addressId: string;
|
|
1348
1362
|
id: string;
|
|
1349
|
-
refundPointId: string;
|
|
1350
1363
|
requestBody?: UniRefund_CRMService_AddressTypes_UpdateAddressTypeDto;
|
|
1351
1364
|
};
|
|
1352
1365
|
|
|
1353
|
-
export type
|
|
1366
|
+
export type PutApiCrmServiceRefundPointsByIdAddressesByAddressIdResponse = UniRefund_CRMService_AddressTypes_AddressTypeDto;
|
|
1354
1367
|
|
|
1355
|
-
export type
|
|
1368
|
+
export type PutApiCrmServiceRefundPointsByIdEmailsByEmailIdData = {
|
|
1369
|
+
emailId: string;
|
|
1356
1370
|
id: string;
|
|
1357
|
-
refundPointId: string;
|
|
1358
1371
|
requestBody?: UniRefund_CRMService_EmailCommonDatas_UpdateEmailCommonDataDto;
|
|
1359
1372
|
};
|
|
1360
1373
|
|
|
1361
|
-
export type
|
|
1374
|
+
export type PutApiCrmServiceRefundPointsByIdEmailsByEmailIdResponse = UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto;
|
|
1362
1375
|
|
|
1363
1376
|
export type GetApiCrmServiceTaxFreesData = {
|
|
1364
1377
|
maxResultCount?: number;
|
|
@@ -1368,11 +1381,11 @@ export type GetApiCrmServiceTaxFreesData = {
|
|
|
1368
1381
|
|
|
1369
1382
|
export type GetApiCrmServiceTaxFreesResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1370
1383
|
|
|
1371
|
-
export type
|
|
1384
|
+
export type GetApiCrmServiceTaxFreesByIdDetailData = {
|
|
1372
1385
|
id: string;
|
|
1373
1386
|
};
|
|
1374
1387
|
|
|
1375
|
-
export type
|
|
1388
|
+
export type GetApiCrmServiceTaxFreesByIdDetailResponse = UniRefund_CRMService_TaxFrees_TaxFreeDto;
|
|
1376
1389
|
|
|
1377
1390
|
export type PostApiCrmServiceTaxFreesWithComponentsData = {
|
|
1378
1391
|
requestBody?: UniRefund_CRMService_TaxFrees_CreateTaxFreeDto;
|
|
@@ -1380,59 +1393,59 @@ export type PostApiCrmServiceTaxFreesWithComponentsData = {
|
|
|
1380
1393
|
|
|
1381
1394
|
export type PostApiCrmServiceTaxFreesWithComponentsResponse = unknown;
|
|
1382
1395
|
|
|
1383
|
-
export type
|
|
1396
|
+
export type DeleteApiCrmServiceTaxFreesByIdWithComponentsData = {
|
|
1384
1397
|
id: string;
|
|
1385
1398
|
};
|
|
1386
1399
|
|
|
1387
|
-
export type
|
|
1400
|
+
export type DeleteApiCrmServiceTaxFreesByIdWithComponentsResponse = unknown;
|
|
1388
1401
|
|
|
1389
|
-
export type
|
|
1402
|
+
export type PostApiCrmServiceTaxFreesByIdAffiliationsData = {
|
|
1403
|
+
id: string;
|
|
1390
1404
|
requestBody?: UniRefund_CRMService_AffiliationTypes_CreateAffiliationTypeDto;
|
|
1391
|
-
taxFreesId: string;
|
|
1392
1405
|
};
|
|
1393
1406
|
|
|
1394
|
-
export type
|
|
1407
|
+
export type PostApiCrmServiceTaxFreesByIdAffiliationsResponse = unknown;
|
|
1395
1408
|
|
|
1396
|
-
export type
|
|
1409
|
+
export type GetApiCrmServiceTaxFreesByIdAffiliationsData = {
|
|
1410
|
+
id: string;
|
|
1397
1411
|
maxResultCount?: number;
|
|
1398
1412
|
skipCount?: number;
|
|
1399
1413
|
sorting?: string;
|
|
1400
|
-
taxFreesId: string;
|
|
1401
1414
|
};
|
|
1402
1415
|
|
|
1403
|
-
export type
|
|
1416
|
+
export type GetApiCrmServiceTaxFreesByIdAffiliationsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1404
1417
|
|
|
1405
|
-
export type
|
|
1418
|
+
export type PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdData = {
|
|
1406
1419
|
id: string;
|
|
1407
1420
|
organizationId: string;
|
|
1408
1421
|
requestBody?: UniRefund_CRMService_Organizations_UpdateOrganizationDto;
|
|
1409
1422
|
};
|
|
1410
1423
|
|
|
1411
|
-
export type
|
|
1424
|
+
export type PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdResponse = unknown;
|
|
1412
1425
|
|
|
1413
|
-
export type
|
|
1426
|
+
export type PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdData = {
|
|
1414
1427
|
id: string;
|
|
1415
1428
|
requestBody?: UniRefund_CRMService_TelephoneTypes_UpdateTelephoneTypeDto;
|
|
1416
|
-
|
|
1429
|
+
telephoneId: string;
|
|
1417
1430
|
};
|
|
1418
1431
|
|
|
1419
|
-
export type
|
|
1432
|
+
export type PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdResponse = UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto;
|
|
1420
1433
|
|
|
1421
|
-
export type
|
|
1434
|
+
export type PutApiCrmServiceTaxFreesByIdAddressesByAddressIdData = {
|
|
1435
|
+
addressId: string;
|
|
1422
1436
|
id: string;
|
|
1423
1437
|
requestBody?: UniRefund_CRMService_AddressTypes_UpdateAddressTypeDto;
|
|
1424
|
-
taxFreeId: string;
|
|
1425
1438
|
};
|
|
1426
1439
|
|
|
1427
|
-
export type
|
|
1440
|
+
export type PutApiCrmServiceTaxFreesByIdAddressesByAddressIdResponse = UniRefund_CRMService_AddressTypes_AddressTypeDto;
|
|
1428
1441
|
|
|
1429
|
-
export type
|
|
1442
|
+
export type PutApiCrmServiceTaxFreesByIdEmailsByEmailIdData = {
|
|
1443
|
+
emailId: string;
|
|
1430
1444
|
id: string;
|
|
1431
1445
|
requestBody?: UniRefund_CRMService_EmailCommonDatas_UpdateEmailCommonDataDto;
|
|
1432
|
-
taxFreeId: string;
|
|
1433
1446
|
};
|
|
1434
1447
|
|
|
1435
|
-
export type
|
|
1448
|
+
export type PutApiCrmServiceTaxFreesByIdEmailsByEmailIdResponse = UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto;
|
|
1436
1449
|
|
|
1437
1450
|
export type GetApiCrmServiceTaxOfficesData = {
|
|
1438
1451
|
maxResultCount?: number;
|
|
@@ -1442,11 +1455,11 @@ export type GetApiCrmServiceTaxOfficesData = {
|
|
|
1442
1455
|
|
|
1443
1456
|
export type GetApiCrmServiceTaxOfficesResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1444
1457
|
|
|
1445
|
-
export type
|
|
1458
|
+
export type GetApiCrmServiceTaxOfficesByIdDetailData = {
|
|
1446
1459
|
id: string;
|
|
1447
1460
|
};
|
|
1448
1461
|
|
|
1449
|
-
export type
|
|
1462
|
+
export type GetApiCrmServiceTaxOfficesByIdDetailResponse = UniRefund_CRMService_TaxOffices_TaxOfficeDto;
|
|
1450
1463
|
|
|
1451
1464
|
export type PostApiCrmServiceTaxOfficesWithComponentsData = {
|
|
1452
1465
|
requestBody?: UniRefund_CRMService_TaxOffices_CreateTaxOfficeDto;
|
|
@@ -1454,59 +1467,59 @@ export type PostApiCrmServiceTaxOfficesWithComponentsData = {
|
|
|
1454
1467
|
|
|
1455
1468
|
export type PostApiCrmServiceTaxOfficesWithComponentsResponse = unknown;
|
|
1456
1469
|
|
|
1457
|
-
export type
|
|
1470
|
+
export type DeleteApiCrmServiceTaxOfficesByIdWithComponentsData = {
|
|
1458
1471
|
id: string;
|
|
1459
1472
|
};
|
|
1460
1473
|
|
|
1461
|
-
export type
|
|
1474
|
+
export type DeleteApiCrmServiceTaxOfficesByIdWithComponentsResponse = unknown;
|
|
1462
1475
|
|
|
1463
|
-
export type
|
|
1476
|
+
export type PostApiCrmServiceTaxOfficesByIdAffiliationsData = {
|
|
1477
|
+
id: string;
|
|
1464
1478
|
requestBody?: UniRefund_CRMService_AffiliationTypes_CreateAffiliationTypeDto;
|
|
1465
|
-
taxOfficesId: string;
|
|
1466
1479
|
};
|
|
1467
1480
|
|
|
1468
|
-
export type
|
|
1481
|
+
export type PostApiCrmServiceTaxOfficesByIdAffiliationsResponse = unknown;
|
|
1469
1482
|
|
|
1470
|
-
export type
|
|
1483
|
+
export type GetApiCrmServiceTaxOfficesByIdAffiliationsData = {
|
|
1484
|
+
id: string;
|
|
1471
1485
|
maxResultCount?: number;
|
|
1472
1486
|
skipCount?: number;
|
|
1473
1487
|
sorting?: string;
|
|
1474
|
-
taxOfficesId: string;
|
|
1475
1488
|
};
|
|
1476
1489
|
|
|
1477
|
-
export type
|
|
1490
|
+
export type GetApiCrmServiceTaxOfficesByIdAffiliationsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
1478
1491
|
|
|
1479
|
-
export type
|
|
1492
|
+
export type PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdData = {
|
|
1493
|
+
id: string;
|
|
1480
1494
|
organizationId: string;
|
|
1481
1495
|
requestBody?: UniRefund_CRMService_Organizations_UpdateOrganizationDto;
|
|
1482
|
-
taxOfficeId: string;
|
|
1483
1496
|
};
|
|
1484
1497
|
|
|
1485
|
-
export type
|
|
1498
|
+
export type PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdResponse = unknown;
|
|
1486
1499
|
|
|
1487
|
-
export type
|
|
1500
|
+
export type PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdData = {
|
|
1488
1501
|
id: string;
|
|
1489
1502
|
requestBody?: UniRefund_CRMService_TelephoneTypes_UpdateTelephoneTypeDto;
|
|
1490
|
-
|
|
1503
|
+
telephoneId: string;
|
|
1491
1504
|
};
|
|
1492
1505
|
|
|
1493
|
-
export type
|
|
1506
|
+
export type PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdResponse = UniRefund_CRMService_TelephoneTypes_TelephoneTypeDto;
|
|
1494
1507
|
|
|
1495
|
-
export type
|
|
1508
|
+
export type PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdData = {
|
|
1509
|
+
addressId: string;
|
|
1496
1510
|
id: string;
|
|
1497
1511
|
requestBody?: UniRefund_CRMService_AddressTypes_UpdateAddressTypeDto;
|
|
1498
|
-
taxOfficeId: string;
|
|
1499
1512
|
};
|
|
1500
1513
|
|
|
1501
|
-
export type
|
|
1514
|
+
export type PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdResponse = UniRefund_CRMService_AddressTypes_AddressTypeDto;
|
|
1502
1515
|
|
|
1503
|
-
export type
|
|
1516
|
+
export type PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdData = {
|
|
1517
|
+
emailId: string;
|
|
1504
1518
|
id: string;
|
|
1505
1519
|
requestBody?: UniRefund_CRMService_EmailCommonDatas_UpdateEmailCommonDataDto;
|
|
1506
|
-
taxOfficeId: string;
|
|
1507
1520
|
};
|
|
1508
1521
|
|
|
1509
|
-
export type
|
|
1522
|
+
export type PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdResponse = UniRefund_CRMService_EmailCommonDatas_EmailCommonDataDto;
|
|
1510
1523
|
|
|
1511
1524
|
export type GetApiCrmServiceTelephonesData = {
|
|
1512
1525
|
maxResultCount?: number;
|
|
@@ -1851,9 +1864,9 @@ export type $OpenApiTs = {
|
|
|
1851
1864
|
};
|
|
1852
1865
|
};
|
|
1853
1866
|
};
|
|
1854
|
-
'/api/crm-service/customs/
|
|
1867
|
+
'/api/crm-service/customs/{id}/detail': {
|
|
1855
1868
|
get: {
|
|
1856
|
-
req:
|
|
1869
|
+
req: GetApiCrmServiceCustomsByIdDetailData;
|
|
1857
1870
|
res: {
|
|
1858
1871
|
/**
|
|
1859
1872
|
* Success
|
|
@@ -1921,9 +1934,9 @@ export type $OpenApiTs = {
|
|
|
1921
1934
|
};
|
|
1922
1935
|
};
|
|
1923
1936
|
};
|
|
1924
|
-
'/api/crm-service/customs/with-components
|
|
1937
|
+
'/api/crm-service/customs/{id}/with-components': {
|
|
1925
1938
|
delete: {
|
|
1926
|
-
req:
|
|
1939
|
+
req: DeleteApiCrmServiceCustomsByIdWithComponentsData;
|
|
1927
1940
|
res: {
|
|
1928
1941
|
/**
|
|
1929
1942
|
* Success
|
|
@@ -2024,9 +2037,9 @@ export type $OpenApiTs = {
|
|
|
2024
2037
|
};
|
|
2025
2038
|
};
|
|
2026
2039
|
};
|
|
2027
|
-
'/api/crm-service/customs/{id}/
|
|
2040
|
+
'/api/crm-service/customs/{id}/organizations/{organizationId}': {
|
|
2028
2041
|
put: {
|
|
2029
|
-
req:
|
|
2042
|
+
req: PutApiCrmServiceCustomsByIdOrganizationsByOrganizationIdData;
|
|
2030
2043
|
res: {
|
|
2031
2044
|
/**
|
|
2032
2045
|
* Success
|
|
@@ -2059,9 +2072,9 @@ export type $OpenApiTs = {
|
|
|
2059
2072
|
};
|
|
2060
2073
|
};
|
|
2061
2074
|
};
|
|
2062
|
-
'/api/crm-service/customs/{
|
|
2075
|
+
'/api/crm-service/customs/{id}/telephones/{telephoneId}': {
|
|
2063
2076
|
put: {
|
|
2064
|
-
req:
|
|
2077
|
+
req: PutApiCrmServiceCustomsByIdTelephonesByTelephoneIdData;
|
|
2065
2078
|
res: {
|
|
2066
2079
|
/**
|
|
2067
2080
|
* Success
|
|
@@ -2094,9 +2107,9 @@ export type $OpenApiTs = {
|
|
|
2094
2107
|
};
|
|
2095
2108
|
};
|
|
2096
2109
|
};
|
|
2097
|
-
'/api/crm-service/customs/{
|
|
2110
|
+
'/api/crm-service/customs/{id}/addresses/{addressId}': {
|
|
2098
2111
|
put: {
|
|
2099
|
-
req:
|
|
2112
|
+
req: PutApiCrmServiceCustomsByIdAddressesByAddressIdData;
|
|
2100
2113
|
res: {
|
|
2101
2114
|
/**
|
|
2102
2115
|
* Success
|
|
@@ -2129,9 +2142,9 @@ export type $OpenApiTs = {
|
|
|
2129
2142
|
};
|
|
2130
2143
|
};
|
|
2131
2144
|
};
|
|
2132
|
-
'/api/crm-service/customs/{
|
|
2145
|
+
'/api/crm-service/customs/{id}/emails/{emailId}': {
|
|
2133
2146
|
put: {
|
|
2134
|
-
req:
|
|
2147
|
+
req: PutApiCrmServiceCustomsByIdEmailsByEmailIdData;
|
|
2135
2148
|
res: {
|
|
2136
2149
|
/**
|
|
2137
2150
|
* Success
|
|
@@ -2473,9 +2486,9 @@ export type $OpenApiTs = {
|
|
|
2473
2486
|
};
|
|
2474
2487
|
};
|
|
2475
2488
|
};
|
|
2476
|
-
'/api/crm-service/merchants/
|
|
2489
|
+
'/api/crm-service/merchants/{id}/detail': {
|
|
2477
2490
|
get: {
|
|
2478
|
-
req:
|
|
2491
|
+
req: GetApiCrmServiceMerchantsByIdDetailData;
|
|
2479
2492
|
res: {
|
|
2480
2493
|
/**
|
|
2481
2494
|
* Success
|
|
@@ -2508,6 +2521,41 @@ export type $OpenApiTs = {
|
|
|
2508
2521
|
};
|
|
2509
2522
|
};
|
|
2510
2523
|
};
|
|
2524
|
+
'/api/crm-service/merchants/{id}/sub-merchants': {
|
|
2525
|
+
get: {
|
|
2526
|
+
req: GetApiCrmServiceMerchantsByIdSubMerchantsData;
|
|
2527
|
+
res: {
|
|
2528
|
+
/**
|
|
2529
|
+
* Success
|
|
2530
|
+
*/
|
|
2531
|
+
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
2532
|
+
/**
|
|
2533
|
+
* Bad Request
|
|
2534
|
+
*/
|
|
2535
|
+
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2536
|
+
/**
|
|
2537
|
+
* Unauthorized
|
|
2538
|
+
*/
|
|
2539
|
+
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2540
|
+
/**
|
|
2541
|
+
* Forbidden
|
|
2542
|
+
*/
|
|
2543
|
+
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2544
|
+
/**
|
|
2545
|
+
* Not Found
|
|
2546
|
+
*/
|
|
2547
|
+
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2548
|
+
/**
|
|
2549
|
+
* Server Error
|
|
2550
|
+
*/
|
|
2551
|
+
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2552
|
+
/**
|
|
2553
|
+
* Server Error
|
|
2554
|
+
*/
|
|
2555
|
+
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2556
|
+
};
|
|
2557
|
+
};
|
|
2558
|
+
};
|
|
2511
2559
|
'/api/crm-service/merchants/with-components': {
|
|
2512
2560
|
post: {
|
|
2513
2561
|
req: PostApiCrmServiceMerchantsWithComponentsData;
|
|
@@ -2543,9 +2591,9 @@ export type $OpenApiTs = {
|
|
|
2543
2591
|
};
|
|
2544
2592
|
};
|
|
2545
2593
|
};
|
|
2546
|
-
'/api/crm-service/merchants/with-components
|
|
2594
|
+
'/api/crm-service/merchants/{id}/with-components': {
|
|
2547
2595
|
delete: {
|
|
2548
|
-
req:
|
|
2596
|
+
req: DeleteApiCrmServiceMerchantsByIdWithComponentsData;
|
|
2549
2597
|
res: {
|
|
2550
2598
|
/**
|
|
2551
2599
|
* Success
|
|
@@ -2578,14 +2626,14 @@ export type $OpenApiTs = {
|
|
|
2578
2626
|
};
|
|
2579
2627
|
};
|
|
2580
2628
|
};
|
|
2581
|
-
'/api/crm-service/merchants/{
|
|
2582
|
-
|
|
2583
|
-
req:
|
|
2629
|
+
'/api/crm-service/merchants/{id}/affiliations': {
|
|
2630
|
+
get: {
|
|
2631
|
+
req: GetApiCrmServiceMerchantsByIdAffiliationsData;
|
|
2584
2632
|
res: {
|
|
2585
2633
|
/**
|
|
2586
2634
|
* Success
|
|
2587
2635
|
*/
|
|
2588
|
-
200:
|
|
2636
|
+
200: Volo_Abp_Application_Dtos_PagedResultDto_1;
|
|
2589
2637
|
/**
|
|
2590
2638
|
* Bad Request
|
|
2591
2639
|
*/
|
|
@@ -2612,13 +2660,13 @@ export type $OpenApiTs = {
|
|
|
2612
2660
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2613
2661
|
};
|
|
2614
2662
|
};
|
|
2615
|
-
|
|
2616
|
-
req:
|
|
2663
|
+
post: {
|
|
2664
|
+
req: PostApiCrmServiceMerchantsByIdAffiliationsData;
|
|
2617
2665
|
res: {
|
|
2618
2666
|
/**
|
|
2619
2667
|
* Success
|
|
2620
2668
|
*/
|
|
2621
|
-
200:
|
|
2669
|
+
200: unknown;
|
|
2622
2670
|
/**
|
|
2623
2671
|
* Bad Request
|
|
2624
2672
|
*/
|
|
@@ -2646,9 +2694,9 @@ export type $OpenApiTs = {
|
|
|
2646
2694
|
};
|
|
2647
2695
|
};
|
|
2648
2696
|
};
|
|
2649
|
-
'/api/crm-service/merchants/{id}/
|
|
2697
|
+
'/api/crm-service/merchants/{id}/organizations/{organizationId}': {
|
|
2650
2698
|
put: {
|
|
2651
|
-
req:
|
|
2699
|
+
req: PutApiCrmServiceMerchantsByIdOrganizationsByOrganizationIdData;
|
|
2652
2700
|
res: {
|
|
2653
2701
|
/**
|
|
2654
2702
|
* Success
|
|
@@ -2681,9 +2729,9 @@ export type $OpenApiTs = {
|
|
|
2681
2729
|
};
|
|
2682
2730
|
};
|
|
2683
2731
|
};
|
|
2684
|
-
'/api/crm-service/merchants/bulk-product-group-
|
|
2732
|
+
'/api/crm-service/merchants/bulk-product-group-merchants': {
|
|
2685
2733
|
post: {
|
|
2686
|
-
req:
|
|
2734
|
+
req: PostApiCrmServiceMerchantsBulkProductGroupMerchantsData;
|
|
2687
2735
|
res: {
|
|
2688
2736
|
/**
|
|
2689
2737
|
* Success
|
|
@@ -2716,9 +2764,9 @@ export type $OpenApiTs = {
|
|
|
2716
2764
|
};
|
|
2717
2765
|
};
|
|
2718
2766
|
};
|
|
2719
|
-
'/api/crm-service/merchants/{
|
|
2767
|
+
'/api/crm-service/merchants/{id}/telephones/{telephoneId}': {
|
|
2720
2768
|
put: {
|
|
2721
|
-
req:
|
|
2769
|
+
req: PutApiCrmServiceMerchantsByIdTelephonesByTelephoneIdData;
|
|
2722
2770
|
res: {
|
|
2723
2771
|
/**
|
|
2724
2772
|
* Success
|
|
@@ -2751,9 +2799,44 @@ export type $OpenApiTs = {
|
|
|
2751
2799
|
};
|
|
2752
2800
|
};
|
|
2753
2801
|
};
|
|
2754
|
-
'/api/crm-service/merchants/{
|
|
2802
|
+
'/api/crm-service/merchants/{id}/addresses': {
|
|
2803
|
+
get: {
|
|
2804
|
+
req: GetApiCrmServiceMerchantsByIdAddressesData;
|
|
2805
|
+
res: {
|
|
2806
|
+
/**
|
|
2807
|
+
* Success
|
|
2808
|
+
*/
|
|
2809
|
+
200: Array<UniRefund_CRMService_AddressTypes_AddressTypeDto>;
|
|
2810
|
+
/**
|
|
2811
|
+
* Bad Request
|
|
2812
|
+
*/
|
|
2813
|
+
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2814
|
+
/**
|
|
2815
|
+
* Unauthorized
|
|
2816
|
+
*/
|
|
2817
|
+
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2818
|
+
/**
|
|
2819
|
+
* Forbidden
|
|
2820
|
+
*/
|
|
2821
|
+
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2822
|
+
/**
|
|
2823
|
+
* Not Found
|
|
2824
|
+
*/
|
|
2825
|
+
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2826
|
+
/**
|
|
2827
|
+
* Server Error
|
|
2828
|
+
*/
|
|
2829
|
+
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2830
|
+
/**
|
|
2831
|
+
* Server Error
|
|
2832
|
+
*/
|
|
2833
|
+
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2834
|
+
};
|
|
2835
|
+
};
|
|
2836
|
+
};
|
|
2837
|
+
'/api/crm-service/merchants/{id}/addresses/{addressId}': {
|
|
2755
2838
|
put: {
|
|
2756
|
-
req:
|
|
2839
|
+
req: PutApiCrmServiceMerchantsByIdAddressesByAddressIdData;
|
|
2757
2840
|
res: {
|
|
2758
2841
|
/**
|
|
2759
2842
|
* Success
|
|
@@ -2786,9 +2869,9 @@ export type $OpenApiTs = {
|
|
|
2786
2869
|
};
|
|
2787
2870
|
};
|
|
2788
2871
|
};
|
|
2789
|
-
'/api/crm-service/merchants/{
|
|
2872
|
+
'/api/crm-service/merchants/{id}/emails/{emailId}': {
|
|
2790
2873
|
put: {
|
|
2791
|
-
req:
|
|
2874
|
+
req: PutApiCrmServiceMerchantsByIdEmailsByEmailIdData;
|
|
2792
2875
|
res: {
|
|
2793
2876
|
/**
|
|
2794
2877
|
* Success
|
|
@@ -2926,9 +3009,9 @@ export type $OpenApiTs = {
|
|
|
2926
3009
|
};
|
|
2927
3010
|
};
|
|
2928
3011
|
};
|
|
2929
|
-
'/api/crm-service/refund-points/
|
|
3012
|
+
'/api/crm-service/refund-points/{id}/detail': {
|
|
2930
3013
|
get: {
|
|
2931
|
-
req:
|
|
3014
|
+
req: GetApiCrmServiceRefundPointsByIdDetailData;
|
|
2932
3015
|
res: {
|
|
2933
3016
|
/**
|
|
2934
3017
|
* Success
|
|
@@ -2996,9 +3079,9 @@ export type $OpenApiTs = {
|
|
|
2996
3079
|
};
|
|
2997
3080
|
};
|
|
2998
3081
|
};
|
|
2999
|
-
'/api/crm-service/refund-points/with-components
|
|
3082
|
+
'/api/crm-service/refund-points/{id}/with-components': {
|
|
3000
3083
|
delete: {
|
|
3001
|
-
req:
|
|
3084
|
+
req: DeleteApiCrmServiceRefundPointsByIdWithComponentsData;
|
|
3002
3085
|
res: {
|
|
3003
3086
|
/**
|
|
3004
3087
|
* Success
|
|
@@ -3031,9 +3114,9 @@ export type $OpenApiTs = {
|
|
|
3031
3114
|
};
|
|
3032
3115
|
};
|
|
3033
3116
|
};
|
|
3034
|
-
'/api/crm-service/refund-points/{
|
|
3117
|
+
'/api/crm-service/refund-points/{id}/affiliations': {
|
|
3035
3118
|
post: {
|
|
3036
|
-
req:
|
|
3119
|
+
req: PostApiCrmServiceRefundPointsByIdAffiliationsData;
|
|
3037
3120
|
res: {
|
|
3038
3121
|
/**
|
|
3039
3122
|
* Success
|
|
@@ -3066,7 +3149,7 @@ export type $OpenApiTs = {
|
|
|
3066
3149
|
};
|
|
3067
3150
|
};
|
|
3068
3151
|
get: {
|
|
3069
|
-
req:
|
|
3152
|
+
req: GetApiCrmServiceRefundPointsByIdAffiliationsData;
|
|
3070
3153
|
res: {
|
|
3071
3154
|
/**
|
|
3072
3155
|
* Success
|
|
@@ -3099,9 +3182,9 @@ export type $OpenApiTs = {
|
|
|
3099
3182
|
};
|
|
3100
3183
|
};
|
|
3101
3184
|
};
|
|
3102
|
-
'/api/crm-service/refund-points/{
|
|
3185
|
+
'/api/crm-service/refund-points/{id}/organizations/{organizationId}': {
|
|
3103
3186
|
put: {
|
|
3104
|
-
req:
|
|
3187
|
+
req: PutApiCrmServiceRefundPointsByIdOrganizationsByOrganizationIdData;
|
|
3105
3188
|
res: {
|
|
3106
3189
|
/**
|
|
3107
3190
|
* Success
|
|
@@ -3134,9 +3217,9 @@ export type $OpenApiTs = {
|
|
|
3134
3217
|
};
|
|
3135
3218
|
};
|
|
3136
3219
|
};
|
|
3137
|
-
'/api/crm-service/refund-points/{
|
|
3220
|
+
'/api/crm-service/refund-points/{id}/telephones/{telephoneId}': {
|
|
3138
3221
|
put: {
|
|
3139
|
-
req:
|
|
3222
|
+
req: PutApiCrmServiceRefundPointsByIdTelephonesByTelephoneIdData;
|
|
3140
3223
|
res: {
|
|
3141
3224
|
/**
|
|
3142
3225
|
* Success
|
|
@@ -3169,9 +3252,9 @@ export type $OpenApiTs = {
|
|
|
3169
3252
|
};
|
|
3170
3253
|
};
|
|
3171
3254
|
};
|
|
3172
|
-
'/api/crm-service/refund-points/{
|
|
3255
|
+
'/api/crm-service/refund-points/{id}/addresses/{addressId}': {
|
|
3173
3256
|
put: {
|
|
3174
|
-
req:
|
|
3257
|
+
req: PutApiCrmServiceRefundPointsByIdAddressesByAddressIdData;
|
|
3175
3258
|
res: {
|
|
3176
3259
|
/**
|
|
3177
3260
|
* Success
|
|
@@ -3204,9 +3287,9 @@ export type $OpenApiTs = {
|
|
|
3204
3287
|
};
|
|
3205
3288
|
};
|
|
3206
3289
|
};
|
|
3207
|
-
'/api/crm-service/refund-points/{
|
|
3290
|
+
'/api/crm-service/refund-points/{id}/emails/{emailId}': {
|
|
3208
3291
|
put: {
|
|
3209
|
-
req:
|
|
3292
|
+
req: PutApiCrmServiceRefundPointsByIdEmailsByEmailIdData;
|
|
3210
3293
|
res: {
|
|
3211
3294
|
/**
|
|
3212
3295
|
* Success
|
|
@@ -3274,9 +3357,9 @@ export type $OpenApiTs = {
|
|
|
3274
3357
|
};
|
|
3275
3358
|
};
|
|
3276
3359
|
};
|
|
3277
|
-
'/api/crm-service/tax-frees/
|
|
3360
|
+
'/api/crm-service/tax-frees/{id}/detail': {
|
|
3278
3361
|
get: {
|
|
3279
|
-
req:
|
|
3362
|
+
req: GetApiCrmServiceTaxFreesByIdDetailData;
|
|
3280
3363
|
res: {
|
|
3281
3364
|
/**
|
|
3282
3365
|
* Success
|
|
@@ -3344,9 +3427,9 @@ export type $OpenApiTs = {
|
|
|
3344
3427
|
};
|
|
3345
3428
|
};
|
|
3346
3429
|
};
|
|
3347
|
-
'/api/crm-service/tax-frees/with-components
|
|
3430
|
+
'/api/crm-service/tax-frees/{id}/with-components': {
|
|
3348
3431
|
delete: {
|
|
3349
|
-
req:
|
|
3432
|
+
req: DeleteApiCrmServiceTaxFreesByIdWithComponentsData;
|
|
3350
3433
|
res: {
|
|
3351
3434
|
/**
|
|
3352
3435
|
* Success
|
|
@@ -3379,9 +3462,9 @@ export type $OpenApiTs = {
|
|
|
3379
3462
|
};
|
|
3380
3463
|
};
|
|
3381
3464
|
};
|
|
3382
|
-
'/api/crm-service/tax-frees/{
|
|
3465
|
+
'/api/crm-service/tax-frees/{id}/affiliations': {
|
|
3383
3466
|
post: {
|
|
3384
|
-
req:
|
|
3467
|
+
req: PostApiCrmServiceTaxFreesByIdAffiliationsData;
|
|
3385
3468
|
res: {
|
|
3386
3469
|
/**
|
|
3387
3470
|
* Success
|
|
@@ -3414,7 +3497,7 @@ export type $OpenApiTs = {
|
|
|
3414
3497
|
};
|
|
3415
3498
|
};
|
|
3416
3499
|
get: {
|
|
3417
|
-
req:
|
|
3500
|
+
req: GetApiCrmServiceTaxFreesByIdAffiliationsData;
|
|
3418
3501
|
res: {
|
|
3419
3502
|
/**
|
|
3420
3503
|
* Success
|
|
@@ -3447,9 +3530,9 @@ export type $OpenApiTs = {
|
|
|
3447
3530
|
};
|
|
3448
3531
|
};
|
|
3449
3532
|
};
|
|
3450
|
-
'/api/crm-service/tax-frees/{id}/
|
|
3533
|
+
'/api/crm-service/tax-frees/{id}/organizations/{organizationId}': {
|
|
3451
3534
|
put: {
|
|
3452
|
-
req:
|
|
3535
|
+
req: PutApiCrmServiceTaxFreesByIdOrganizationsByOrganizationIdData;
|
|
3453
3536
|
res: {
|
|
3454
3537
|
/**
|
|
3455
3538
|
* Success
|
|
@@ -3482,9 +3565,9 @@ export type $OpenApiTs = {
|
|
|
3482
3565
|
};
|
|
3483
3566
|
};
|
|
3484
3567
|
};
|
|
3485
|
-
'/api/crm-service/tax-frees/{
|
|
3568
|
+
'/api/crm-service/tax-frees/{id}/telephones/{telephoneId}': {
|
|
3486
3569
|
put: {
|
|
3487
|
-
req:
|
|
3570
|
+
req: PutApiCrmServiceTaxFreesByIdTelephonesByTelephoneIdData;
|
|
3488
3571
|
res: {
|
|
3489
3572
|
/**
|
|
3490
3573
|
* Success
|
|
@@ -3517,9 +3600,9 @@ export type $OpenApiTs = {
|
|
|
3517
3600
|
};
|
|
3518
3601
|
};
|
|
3519
3602
|
};
|
|
3520
|
-
'/api/crm-service/tax-frees/{
|
|
3603
|
+
'/api/crm-service/tax-frees/{id}/addresses/{addressId}': {
|
|
3521
3604
|
put: {
|
|
3522
|
-
req:
|
|
3605
|
+
req: PutApiCrmServiceTaxFreesByIdAddressesByAddressIdData;
|
|
3523
3606
|
res: {
|
|
3524
3607
|
/**
|
|
3525
3608
|
* Success
|
|
@@ -3552,9 +3635,9 @@ export type $OpenApiTs = {
|
|
|
3552
3635
|
};
|
|
3553
3636
|
};
|
|
3554
3637
|
};
|
|
3555
|
-
'/api/crm-service/tax-frees/{
|
|
3638
|
+
'/api/crm-service/tax-frees/{id}/emails/{emailId}': {
|
|
3556
3639
|
put: {
|
|
3557
|
-
req:
|
|
3640
|
+
req: PutApiCrmServiceTaxFreesByIdEmailsByEmailIdData;
|
|
3558
3641
|
res: {
|
|
3559
3642
|
/**
|
|
3560
3643
|
* Success
|
|
@@ -3622,9 +3705,9 @@ export type $OpenApiTs = {
|
|
|
3622
3705
|
};
|
|
3623
3706
|
};
|
|
3624
3707
|
};
|
|
3625
|
-
'/api/crm-service/tax-offices/
|
|
3708
|
+
'/api/crm-service/tax-offices/{id}/detail': {
|
|
3626
3709
|
get: {
|
|
3627
|
-
req:
|
|
3710
|
+
req: GetApiCrmServiceTaxOfficesByIdDetailData;
|
|
3628
3711
|
res: {
|
|
3629
3712
|
/**
|
|
3630
3713
|
* Success
|
|
@@ -3692,9 +3775,9 @@ export type $OpenApiTs = {
|
|
|
3692
3775
|
};
|
|
3693
3776
|
};
|
|
3694
3777
|
};
|
|
3695
|
-
'/api/crm-service/tax-offices/with-components
|
|
3778
|
+
'/api/crm-service/tax-offices/{id}/with-components': {
|
|
3696
3779
|
delete: {
|
|
3697
|
-
req:
|
|
3780
|
+
req: DeleteApiCrmServiceTaxOfficesByIdWithComponentsData;
|
|
3698
3781
|
res: {
|
|
3699
3782
|
/**
|
|
3700
3783
|
* Success
|
|
@@ -3727,9 +3810,9 @@ export type $OpenApiTs = {
|
|
|
3727
3810
|
};
|
|
3728
3811
|
};
|
|
3729
3812
|
};
|
|
3730
|
-
'/api/crm-service/tax-offices/{
|
|
3813
|
+
'/api/crm-service/tax-offices/{id}/affiliations': {
|
|
3731
3814
|
post: {
|
|
3732
|
-
req:
|
|
3815
|
+
req: PostApiCrmServiceTaxOfficesByIdAffiliationsData;
|
|
3733
3816
|
res: {
|
|
3734
3817
|
/**
|
|
3735
3818
|
* Success
|
|
@@ -3762,7 +3845,7 @@ export type $OpenApiTs = {
|
|
|
3762
3845
|
};
|
|
3763
3846
|
};
|
|
3764
3847
|
get: {
|
|
3765
|
-
req:
|
|
3848
|
+
req: GetApiCrmServiceTaxOfficesByIdAffiliationsData;
|
|
3766
3849
|
res: {
|
|
3767
3850
|
/**
|
|
3768
3851
|
* Success
|
|
@@ -3795,9 +3878,9 @@ export type $OpenApiTs = {
|
|
|
3795
3878
|
};
|
|
3796
3879
|
};
|
|
3797
3880
|
};
|
|
3798
|
-
'/api/crm-service/tax-offices/{
|
|
3881
|
+
'/api/crm-service/tax-offices/{id}/organizations/{organizationId}': {
|
|
3799
3882
|
put: {
|
|
3800
|
-
req:
|
|
3883
|
+
req: PutApiCrmServiceTaxOfficesByIdOrganizationsByOrganizationIdData;
|
|
3801
3884
|
res: {
|
|
3802
3885
|
/**
|
|
3803
3886
|
* Success
|
|
@@ -3830,9 +3913,9 @@ export type $OpenApiTs = {
|
|
|
3830
3913
|
};
|
|
3831
3914
|
};
|
|
3832
3915
|
};
|
|
3833
|
-
'/api/crm-service/tax-offices/{
|
|
3916
|
+
'/api/crm-service/tax-offices/{id}/telephones/{telephoneId}': {
|
|
3834
3917
|
put: {
|
|
3835
|
-
req:
|
|
3918
|
+
req: PutApiCrmServiceTaxOfficesByIdTelephonesByTelephoneIdData;
|
|
3836
3919
|
res: {
|
|
3837
3920
|
/**
|
|
3838
3921
|
* Success
|
|
@@ -3865,9 +3948,9 @@ export type $OpenApiTs = {
|
|
|
3865
3948
|
};
|
|
3866
3949
|
};
|
|
3867
3950
|
};
|
|
3868
|
-
'/api/crm-service/tax-offices/{
|
|
3951
|
+
'/api/crm-service/tax-offices/{id}/addresses/{addressId}': {
|
|
3869
3952
|
put: {
|
|
3870
|
-
req:
|
|
3953
|
+
req: PutApiCrmServiceTaxOfficesByIdAddressesByAddressIdData;
|
|
3871
3954
|
res: {
|
|
3872
3955
|
/**
|
|
3873
3956
|
* Success
|
|
@@ -3900,9 +3983,9 @@ export type $OpenApiTs = {
|
|
|
3900
3983
|
};
|
|
3901
3984
|
};
|
|
3902
3985
|
};
|
|
3903
|
-
'/api/crm-service/tax-offices/{
|
|
3986
|
+
'/api/crm-service/tax-offices/{id}/emails/{emailId}': {
|
|
3904
3987
|
put: {
|
|
3905
|
-
req:
|
|
3988
|
+
req: PutApiCrmServiceTaxOfficesByIdEmailsByEmailIdData;
|
|
3906
3989
|
res: {
|
|
3907
3990
|
/**
|
|
3908
3991
|
* Success
|