@ayasofyazilim/saas 0.0.75 → 0.0.77
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.
|
@@ -63,7 +63,7 @@ export type UniRefund_CRMService_Individuals_IndividualIdNameDto = {
|
|
|
63
63
|
export type UniRefund_CRMService_Merchants_MerchantBasicInformationDto = {
|
|
64
64
|
id?: string;
|
|
65
65
|
name?: string | null;
|
|
66
|
-
taxOffice?:
|
|
66
|
+
taxOffice?: UniRefund_CRMService_TaxOffices_TaxOfficeNameDto;
|
|
67
67
|
numberOfStores?: number;
|
|
68
68
|
accountManagers?: Array<UniRefund_CRMService_Individuals_IndividualIdNameDto> | null;
|
|
69
69
|
};
|
|
@@ -71,28 +71,14 @@ export type UniRefund_CRMService_Merchants_MerchantBasicInformationDto = {
|
|
|
71
71
|
export type UniRefund_CRMService_RefundPoints_RefundPointBasicInformationDto = {
|
|
72
72
|
id?: string;
|
|
73
73
|
name?: string | null;
|
|
74
|
-
taxOffice?:
|
|
74
|
+
taxOffice?: UniRefund_CRMService_TaxOffices_TaxOfficeNameDto;
|
|
75
75
|
numberOfStores?: number;
|
|
76
76
|
accountManagers?: Array<UniRefund_CRMService_Individuals_IndividualIdNameDto> | null;
|
|
77
77
|
};
|
|
78
78
|
|
|
79
|
-
export type
|
|
80
|
-
id
|
|
81
|
-
name
|
|
82
|
-
};
|
|
83
|
-
|
|
84
|
-
export type UniRefund_ContractService_ContractHeaderRefundFeeHeaders_ContractHeaders_ContractHeaderForRefundPointUpdateDto = {
|
|
85
|
-
readonly extraProperties?: {
|
|
86
|
-
[key: string]: unknown;
|
|
87
|
-
} | null;
|
|
88
|
-
webSite?: string | null;
|
|
89
|
-
merchantClassification: UniRefund_ContractService_Enums_MerchantClassification;
|
|
90
|
-
status: UniRefund_ContractService_Enums_ContractHeaderStatus;
|
|
91
|
-
validFrom: string;
|
|
92
|
-
validTo: string;
|
|
93
|
-
earlyRefund?: boolean;
|
|
94
|
-
addressCommonDataId: string;
|
|
95
|
-
refundFeeHeaders?: Array<UniRefund_ContractService_ContractsForRefundPoint_ContractHeaderRefundFeeHeaders_ContractHeaderRefundFeeHeaderCreateAndUpdateDto> | null;
|
|
79
|
+
export type UniRefund_CRMService_TaxOffices_TaxOfficeNameDto = {
|
|
80
|
+
id: string;
|
|
81
|
+
name: string;
|
|
96
82
|
};
|
|
97
83
|
|
|
98
84
|
export type UniRefund_ContractService_ContractsForMerchant_ContractHeaderRefundTableHeaders_ContractHeaderRefundTableHeaderCreateAndUpdateDto = {
|
|
@@ -195,7 +181,6 @@ export type UniRefund_ContractService_ContractsForMerchant_ContractSettings_Cont
|
|
|
195
181
|
[key: string]: unknown;
|
|
196
182
|
} | null;
|
|
197
183
|
name: string;
|
|
198
|
-
isDefault?: boolean;
|
|
199
184
|
referenceNumber: number;
|
|
200
185
|
invoicingFrequency: UniRefund_ContractService_Enums_InvoicingFrequency;
|
|
201
186
|
termOfPayment: number;
|
|
@@ -337,6 +322,7 @@ export type UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_Ca
|
|
|
337
322
|
[key: string]: (number);
|
|
338
323
|
} | null;
|
|
339
324
|
refundDate?: string;
|
|
325
|
+
earlyRefund?: boolean;
|
|
340
326
|
};
|
|
341
327
|
|
|
342
328
|
export type UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_CalculateFeesForRefundResponseDto = {
|
|
@@ -412,6 +398,20 @@ export type UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_Co
|
|
|
412
398
|
contractHeaderRefundFeeHeaders: Array<UniRefund_ContractService_ContractsForRefundPoint_ContractHeaderRefundFeeHeaders_ContractHeaderRefundFeeHeaderDto>;
|
|
413
399
|
};
|
|
414
400
|
|
|
401
|
+
export type UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderForRefundPointUpdateDto = {
|
|
402
|
+
readonly extraProperties?: {
|
|
403
|
+
[key: string]: unknown;
|
|
404
|
+
} | null;
|
|
405
|
+
webSite?: string | null;
|
|
406
|
+
merchantClassification: UniRefund_ContractService_Enums_MerchantClassification;
|
|
407
|
+
status: UniRefund_ContractService_Enums_ContractHeaderStatus;
|
|
408
|
+
validFrom: string;
|
|
409
|
+
validTo: string;
|
|
410
|
+
earlyRefund?: boolean;
|
|
411
|
+
addressCommonDataId: string;
|
|
412
|
+
refundFeeHeaders?: Array<UniRefund_ContractService_ContractsForRefundPoint_ContractHeaderRefundFeeHeaders_ContractHeaderRefundFeeHeaderCreateAndUpdateDto> | null;
|
|
413
|
+
};
|
|
414
|
+
|
|
415
415
|
export type UniRefund_ContractService_Enums_ContractHeaderForMerchantDraftMissingSteps = 'ContractSetting' | 'RebateSettings' | 'RefundTableHeader';
|
|
416
416
|
|
|
417
417
|
export type UniRefund_ContractService_Enums_ContractHeaderForRefundPointDraftMissingSteps = 'RefundFeeHeader';
|
|
@@ -674,6 +674,13 @@ export type UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHead
|
|
|
674
674
|
rebateTableHeadersFromTemplate?: Array<UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderFromTemplateCreateDto> | null;
|
|
675
675
|
};
|
|
676
676
|
|
|
677
|
+
export type UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailCreateByListDto = {
|
|
678
|
+
readonly extraProperties?: {
|
|
679
|
+
[key: string]: unknown;
|
|
680
|
+
} | null;
|
|
681
|
+
refundFeeDetails?: Array<UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailCreateDto> | null;
|
|
682
|
+
};
|
|
683
|
+
|
|
677
684
|
export type UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailCreateDto = {
|
|
678
685
|
readonly extraProperties?: {
|
|
679
686
|
[key: string]: unknown;
|
|
@@ -682,8 +689,12 @@ export type UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailCr
|
|
|
682
689
|
amountTo: number;
|
|
683
690
|
fixedFeeValue: number;
|
|
684
691
|
percentFeeValue: number;
|
|
692
|
+
fixedFeeValueEarlyRefund?: number | null;
|
|
693
|
+
percentFeeValueEarlyRefund?: number | null;
|
|
685
694
|
minFee: number;
|
|
686
695
|
maxFee: number;
|
|
696
|
+
minFeeEarlyRefund?: number | null;
|
|
697
|
+
maxFeeEarlyRefund?: number | null;
|
|
687
698
|
feeType: UniRefund_ContractService_Enums_FeeType;
|
|
688
699
|
refundMethod: UniRefund_ContractService_Enums_RefundMethod;
|
|
689
700
|
isForEarlyRefund?: boolean;
|
|
@@ -702,29 +713,17 @@ export type UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailDt
|
|
|
702
713
|
amountTo: number;
|
|
703
714
|
fixedFeeValue: number;
|
|
704
715
|
percentFeeValue: number;
|
|
716
|
+
fixedFeeValueEarlyRefund?: number;
|
|
717
|
+
percentFeeValueEarlyRefund?: number;
|
|
705
718
|
minFee: number;
|
|
706
719
|
maxFee: number;
|
|
720
|
+
minFeeEarlyRefund?: number;
|
|
721
|
+
maxFeeEarlyRefund?: number;
|
|
707
722
|
feeType: UniRefund_ContractService_Enums_FeeType;
|
|
708
723
|
refundMethod: UniRefund_ContractService_Enums_RefundMethod;
|
|
709
|
-
isForEarlyRefund?: boolean;
|
|
710
724
|
refundFeeHeaderId: string;
|
|
711
725
|
};
|
|
712
726
|
|
|
713
|
-
export type UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailUpdateDto = {
|
|
714
|
-
readonly extraProperties?: {
|
|
715
|
-
[key: string]: unknown;
|
|
716
|
-
} | null;
|
|
717
|
-
amountFrom: number;
|
|
718
|
-
amountTo: number;
|
|
719
|
-
fixedFeeValue: number;
|
|
720
|
-
percentFeeValue: number;
|
|
721
|
-
minFee: number;
|
|
722
|
-
maxFee: number;
|
|
723
|
-
feeType: UniRefund_ContractService_Enums_FeeType;
|
|
724
|
-
refundMethod: UniRefund_ContractService_Enums_RefundMethod;
|
|
725
|
-
isForEarlyRefund?: boolean;
|
|
726
|
-
};
|
|
727
|
-
|
|
728
727
|
export type UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderCreateDto = {
|
|
729
728
|
readonly extraProperties?: {
|
|
730
729
|
[key: string]: unknown;
|
|
@@ -755,6 +754,13 @@ export type UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderUp
|
|
|
755
754
|
isActive?: boolean;
|
|
756
755
|
};
|
|
757
756
|
|
|
757
|
+
export type UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailCreateByListDto = {
|
|
758
|
+
readonly extraProperties?: {
|
|
759
|
+
[key: string]: unknown;
|
|
760
|
+
} | null;
|
|
761
|
+
refundTableDetails?: Array<UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailCreateDto> | null;
|
|
762
|
+
};
|
|
763
|
+
|
|
758
764
|
export type UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailCreateDto = {
|
|
759
765
|
readonly extraProperties?: {
|
|
760
766
|
[key: string]: unknown;
|
|
@@ -777,10 +783,10 @@ export type UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDeta
|
|
|
777
783
|
deleterId?: string | null;
|
|
778
784
|
deletionTime?: string | null;
|
|
779
785
|
vatRate: number;
|
|
780
|
-
minValue
|
|
781
|
-
maxValue
|
|
782
|
-
refundAmount
|
|
783
|
-
refundPercent
|
|
786
|
+
minValue: number;
|
|
787
|
+
maxValue: number;
|
|
788
|
+
refundAmount: number;
|
|
789
|
+
refundPercent: number;
|
|
784
790
|
isLoyalty?: boolean;
|
|
785
791
|
};
|
|
786
792
|
|
|
@@ -1267,14 +1273,6 @@ export type DeleteApiContractServiceMerchantsContractsContractSettingsByIdData =
|
|
|
1267
1273
|
|
|
1268
1274
|
export type DeleteApiContractServiceMerchantsContractsContractSettingsByIdResponse = unknown;
|
|
1269
1275
|
|
|
1270
|
-
export type GetApiContractServiceMerchantsContractsContractSettingsData = {
|
|
1271
|
-
maxResultCount?: number;
|
|
1272
|
-
skipCount?: number;
|
|
1273
|
-
sorting?: string;
|
|
1274
|
-
};
|
|
1275
|
-
|
|
1276
|
-
export type GetApiContractServiceMerchantsContractsContractSettingsResponse = PagedResultDto_ContractSettingDto;
|
|
1277
|
-
|
|
1278
1276
|
export type GetApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsData = {
|
|
1279
1277
|
id: string;
|
|
1280
1278
|
maxResultCount?: number;
|
|
@@ -1409,18 +1407,11 @@ export type GetApiContractServiceRefundPointsContractsContractHeadersByIdRespons
|
|
|
1409
1407
|
|
|
1410
1408
|
export type PutApiContractServiceRefundPointsContractsContractHeadersByIdData = {
|
|
1411
1409
|
id: string;
|
|
1412
|
-
requestBody?:
|
|
1410
|
+
requestBody?: UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderForRefundPointUpdateDto;
|
|
1413
1411
|
};
|
|
1414
1412
|
|
|
1415
1413
|
export type PutApiContractServiceRefundPointsContractsContractHeadersByIdResponse = UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderDetailForRefundPointDto;
|
|
1416
1414
|
|
|
1417
|
-
export type PostApiContractServiceRefundPointsByIdCalculateFeesData = {
|
|
1418
|
-
id: string;
|
|
1419
|
-
requestBody?: UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_CalculateFeesForRefundRequestDto;
|
|
1420
|
-
};
|
|
1421
|
-
|
|
1422
|
-
export type PostApiContractServiceRefundPointsByIdCalculateFeesResponse = UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_CalculateFeesForRefundResponseDto;
|
|
1423
|
-
|
|
1424
1415
|
export type GetApiContractServiceRefundPointsContractsContractHeadersData = {
|
|
1425
1416
|
isDraft?: boolean;
|
|
1426
1417
|
maxResultCount?: number;
|
|
@@ -1442,6 +1433,13 @@ export type PostApiContractServiceRefundPointsContractsContractHeadersByIdValida
|
|
|
1442
1433
|
|
|
1443
1434
|
export type PostApiContractServiceRefundPointsContractsContractHeadersByIdValidateResponse = boolean;
|
|
1444
1435
|
|
|
1436
|
+
export type PostIntegrationApiRefundPointsByIdCalculateFeesData = {
|
|
1437
|
+
id: string;
|
|
1438
|
+
requestBody?: UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_CalculateFeesForRefundRequestDto;
|
|
1439
|
+
};
|
|
1440
|
+
|
|
1441
|
+
export type PostIntegrationApiRefundPointsByIdCalculateFeesResponse = UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_CalculateFeesForRefundResponseDto;
|
|
1442
|
+
|
|
1445
1443
|
export type GetApiContractServiceRebateTablesRebateSettingsByIdData = {
|
|
1446
1444
|
id: string;
|
|
1447
1445
|
};
|
|
@@ -1595,6 +1593,20 @@ export type PostApiContractServiceRebateTablesRebateTableHeadersByIdRebateTableD
|
|
|
1595
1593
|
|
|
1596
1594
|
export type PostApiContractServiceRebateTablesRebateTableHeadersByIdRebateTableDetailsResponse = UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDetailDto;
|
|
1597
1595
|
|
|
1596
|
+
export type GetIntegrationApiRefundFeeHeadersRefundPointsByIdData = {
|
|
1597
|
+
id: string;
|
|
1598
|
+
refundFeeHeaderId?: string;
|
|
1599
|
+
};
|
|
1600
|
+
|
|
1601
|
+
export type GetIntegrationApiRefundFeeHeadersRefundPointsByIdResponse = UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto;
|
|
1602
|
+
|
|
1603
|
+
export type GetIntegrationApiRefundTableHeadersMerchantsByIdData = {
|
|
1604
|
+
id: string;
|
|
1605
|
+
refundTableHeaderId?: string;
|
|
1606
|
+
};
|
|
1607
|
+
|
|
1608
|
+
export type GetIntegrationApiRefundTableHeadersMerchantsByIdResponse = UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto;
|
|
1609
|
+
|
|
1598
1610
|
export type GetApiContractServiceRefundTablesRefundTableHeadersByIdData = {
|
|
1599
1611
|
id: string;
|
|
1600
1612
|
};
|
|
@@ -1627,58 +1639,19 @@ export type PostApiContractServiceRefundTablesRefundTableHeadersData = {
|
|
|
1627
1639
|
|
|
1628
1640
|
export type PostApiContractServiceRefundTablesRefundTableHeadersResponse = UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto;
|
|
1629
1641
|
|
|
1630
|
-
export type GetApiContractServiceRefundTablesRefundTableHeadersMerchantsByIdData = {
|
|
1631
|
-
id: string;
|
|
1632
|
-
refundTableHeaderId?: string;
|
|
1633
|
-
};
|
|
1634
|
-
|
|
1635
|
-
export type GetApiContractServiceRefundTablesRefundTableHeadersMerchantsByIdResponse = UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto;
|
|
1636
|
-
|
|
1637
1642
|
export type PostApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableDetailsData = {
|
|
1638
1643
|
id: string;
|
|
1639
|
-
requestBody
|
|
1644
|
+
requestBody: UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailCreateByListDto;
|
|
1640
1645
|
};
|
|
1641
1646
|
|
|
1642
1647
|
export type PostApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableDetailsResponse = Array<UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailDto>;
|
|
1643
1648
|
|
|
1644
|
-
export type GetApiContractServiceRefundTablesRefundTableDetailsByIdData = {
|
|
1645
|
-
id: string;
|
|
1646
|
-
};
|
|
1647
|
-
|
|
1648
|
-
export type GetApiContractServiceRefundTablesRefundTableDetailsByIdResponse = UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailDto;
|
|
1649
|
-
|
|
1650
1649
|
export type DeleteApiContractServiceRefundTablesRefundTableDetailsByIdData = {
|
|
1651
1650
|
id: string;
|
|
1652
1651
|
};
|
|
1653
1652
|
|
|
1654
1653
|
export type DeleteApiContractServiceRefundTablesRefundTableDetailsByIdResponse = unknown;
|
|
1655
1654
|
|
|
1656
|
-
export type GetApiContractServiceRefundTablesRefundFeeHeadersByIdData = {
|
|
1657
|
-
id: string;
|
|
1658
|
-
};
|
|
1659
|
-
|
|
1660
|
-
export type GetApiContractServiceRefundTablesRefundFeeHeadersByIdResponse = UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto;
|
|
1661
|
-
|
|
1662
|
-
export type PutApiContractServiceRefundTablesRefundFeeHeadersByIdData = {
|
|
1663
|
-
id: string;
|
|
1664
|
-
requestBody?: UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderUpdateDto;
|
|
1665
|
-
};
|
|
1666
|
-
|
|
1667
|
-
export type PutApiContractServiceRefundTablesRefundFeeHeadersByIdResponse = UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto;
|
|
1668
|
-
|
|
1669
|
-
export type DeleteApiContractServiceRefundTablesRefundFeeHeadersByIdData = {
|
|
1670
|
-
id: string;
|
|
1671
|
-
};
|
|
1672
|
-
|
|
1673
|
-
export type DeleteApiContractServiceRefundTablesRefundFeeHeadersByIdResponse = unknown;
|
|
1674
|
-
|
|
1675
|
-
export type GetApiContractServiceRefundTablesRefundFeeHeadersRefundPointsByIdData = {
|
|
1676
|
-
id: string;
|
|
1677
|
-
refundFeeHeaderId?: string;
|
|
1678
|
-
};
|
|
1679
|
-
|
|
1680
|
-
export type GetApiContractServiceRefundTablesRefundFeeHeadersRefundPointsByIdResponse = UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto;
|
|
1681
|
-
|
|
1682
1655
|
export type GetApiContractServiceRefundTablesRefundFeeHeadersData = {
|
|
1683
1656
|
maxResultCount?: number;
|
|
1684
1657
|
skipCount?: number;
|
|
@@ -1692,31 +1665,31 @@ export type PostApiContractServiceRefundTablesRefundFeeHeadersData = {
|
|
|
1692
1665
|
|
|
1693
1666
|
export type PostApiContractServiceRefundTablesRefundFeeHeadersResponse = UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto;
|
|
1694
1667
|
|
|
1695
|
-
export type
|
|
1668
|
+
export type GetApiContractServiceRefundTablesRefundFeeHeadersByIdData = {
|
|
1696
1669
|
id: string;
|
|
1697
1670
|
};
|
|
1698
1671
|
|
|
1699
|
-
export type
|
|
1672
|
+
export type GetApiContractServiceRefundTablesRefundFeeHeadersByIdResponse = UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto;
|
|
1700
1673
|
|
|
1701
|
-
export type
|
|
1674
|
+
export type PutApiContractServiceRefundTablesRefundFeeHeadersByIdData = {
|
|
1702
1675
|
id: string;
|
|
1703
|
-
requestBody?:
|
|
1676
|
+
requestBody?: UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderUpdateDto;
|
|
1704
1677
|
};
|
|
1705
1678
|
|
|
1706
|
-
export type
|
|
1679
|
+
export type PutApiContractServiceRefundTablesRefundFeeHeadersByIdResponse = UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto;
|
|
1707
1680
|
|
|
1708
|
-
export type
|
|
1681
|
+
export type DeleteApiContractServiceRefundTablesRefundFeeHeadersByIdData = {
|
|
1709
1682
|
id: string;
|
|
1710
1683
|
};
|
|
1711
1684
|
|
|
1712
|
-
export type
|
|
1685
|
+
export type DeleteApiContractServiceRefundTablesRefundFeeHeadersByIdResponse = unknown;
|
|
1713
1686
|
|
|
1714
|
-
export type
|
|
1687
|
+
export type PostApiContractServiceRefundTablesRefundFeeHeadersByIdRefundFeeDetailsData = {
|
|
1715
1688
|
id: string;
|
|
1716
|
-
requestBody?:
|
|
1689
|
+
requestBody?: UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailCreateByListDto;
|
|
1717
1690
|
};
|
|
1718
1691
|
|
|
1719
|
-
export type
|
|
1692
|
+
export type PostApiContractServiceRefundTablesRefundFeeHeadersByIdRefundFeeDetailsResponse = Array<UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailDto>;
|
|
1720
1693
|
|
|
1721
1694
|
export type DeleteApiContractServiceRefundTablesRefundFeeDetailsByIdData = {
|
|
1722
1695
|
id: string;
|
|
@@ -1966,41 +1939,6 @@ export type $OpenApiTs = {
|
|
|
1966
1939
|
};
|
|
1967
1940
|
};
|
|
1968
1941
|
};
|
|
1969
|
-
'/api/contract-service/merchants/contracts/contract-settings': {
|
|
1970
|
-
get: {
|
|
1971
|
-
req: GetApiContractServiceMerchantsContractsContractSettingsData;
|
|
1972
|
-
res: {
|
|
1973
|
-
/**
|
|
1974
|
-
* Success
|
|
1975
|
-
*/
|
|
1976
|
-
200: PagedResultDto_ContractSettingDto;
|
|
1977
|
-
/**
|
|
1978
|
-
* Bad Request
|
|
1979
|
-
*/
|
|
1980
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1981
|
-
/**
|
|
1982
|
-
* Unauthorized
|
|
1983
|
-
*/
|
|
1984
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1985
|
-
/**
|
|
1986
|
-
* Forbidden
|
|
1987
|
-
*/
|
|
1988
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1989
|
-
/**
|
|
1990
|
-
* Not Found
|
|
1991
|
-
*/
|
|
1992
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1993
|
-
/**
|
|
1994
|
-
* Server Error
|
|
1995
|
-
*/
|
|
1996
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1997
|
-
/**
|
|
1998
|
-
* Server Error
|
|
1999
|
-
*/
|
|
2000
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2001
|
-
};
|
|
2002
|
-
};
|
|
2003
|
-
};
|
|
2004
1942
|
'/api/contract-service/merchants/contracts/contract-headers/{id}/contract-settings': {
|
|
2005
1943
|
get: {
|
|
2006
1944
|
req: GetApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsData;
|
|
@@ -2648,14 +2586,14 @@ export type $OpenApiTs = {
|
|
|
2648
2586
|
};
|
|
2649
2587
|
};
|
|
2650
2588
|
};
|
|
2651
|
-
'/api/contract-service/refund-points/
|
|
2652
|
-
|
|
2653
|
-
req:
|
|
2589
|
+
'/api/contract-service/refund-points/contracts/contract-headers': {
|
|
2590
|
+
get: {
|
|
2591
|
+
req: GetApiContractServiceRefundPointsContractsContractHeadersData;
|
|
2654
2592
|
res: {
|
|
2655
2593
|
/**
|
|
2656
2594
|
* Success
|
|
2657
2595
|
*/
|
|
2658
|
-
200:
|
|
2596
|
+
200: PagedResultDto_ContractHeaderForRefundPointDto;
|
|
2659
2597
|
/**
|
|
2660
2598
|
* Bad Request
|
|
2661
2599
|
*/
|
|
@@ -2683,14 +2621,14 @@ export type $OpenApiTs = {
|
|
|
2683
2621
|
};
|
|
2684
2622
|
};
|
|
2685
2623
|
};
|
|
2686
|
-
'/api/contract-service/refund-points/contracts/contract-headers': {
|
|
2624
|
+
'/api/contract-service/refund-points/contracts/contract-headers/{id}/get-missing-steps': {
|
|
2687
2625
|
get: {
|
|
2688
|
-
req:
|
|
2626
|
+
req: GetApiContractServiceRefundPointsContractsContractHeadersByIdGetMissingStepsData;
|
|
2689
2627
|
res: {
|
|
2690
2628
|
/**
|
|
2691
2629
|
* Success
|
|
2692
2630
|
*/
|
|
2693
|
-
200:
|
|
2631
|
+
200: Array<UniRefund_ContractService_Enums_ContractHeaderForRefundPointDraftMissingSteps>;
|
|
2694
2632
|
/**
|
|
2695
2633
|
* Bad Request
|
|
2696
2634
|
*/
|
|
@@ -2718,14 +2656,14 @@ export type $OpenApiTs = {
|
|
|
2718
2656
|
};
|
|
2719
2657
|
};
|
|
2720
2658
|
};
|
|
2721
|
-
'/api/contract-service/refund-points/contracts/contract-headers/{id}/
|
|
2722
|
-
|
|
2723
|
-
req:
|
|
2659
|
+
'/api/contract-service/refund-points/contracts/contract-headers/{id}/validate': {
|
|
2660
|
+
post: {
|
|
2661
|
+
req: PostApiContractServiceRefundPointsContractsContractHeadersByIdValidateData;
|
|
2724
2662
|
res: {
|
|
2725
2663
|
/**
|
|
2726
2664
|
* Success
|
|
2727
2665
|
*/
|
|
2728
|
-
200:
|
|
2666
|
+
200: boolean;
|
|
2729
2667
|
/**
|
|
2730
2668
|
* Bad Request
|
|
2731
2669
|
*/
|
|
@@ -2753,14 +2691,14 @@ export type $OpenApiTs = {
|
|
|
2753
2691
|
};
|
|
2754
2692
|
};
|
|
2755
2693
|
};
|
|
2756
|
-
'/api/
|
|
2694
|
+
'/integration-api/refund-points/{id}/calculate-fees': {
|
|
2757
2695
|
post: {
|
|
2758
|
-
req:
|
|
2696
|
+
req: PostIntegrationApiRefundPointsByIdCalculateFeesData;
|
|
2759
2697
|
res: {
|
|
2760
2698
|
/**
|
|
2761
2699
|
* Success
|
|
2762
2700
|
*/
|
|
2763
|
-
200:
|
|
2701
|
+
200: UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_CalculateFeesForRefundResponseDto;
|
|
2764
2702
|
/**
|
|
2765
2703
|
* Bad Request
|
|
2766
2704
|
*/
|
|
@@ -3573,80 +3511,14 @@ export type $OpenApiTs = {
|
|
|
3573
3511
|
};
|
|
3574
3512
|
};
|
|
3575
3513
|
};
|
|
3576
|
-
'/api/
|
|
3514
|
+
'/integration-api/refund-fee-headers/refund-points/{id}': {
|
|
3577
3515
|
get: {
|
|
3578
|
-
req:
|
|
3516
|
+
req: GetIntegrationApiRefundFeeHeadersRefundPointsByIdData;
|
|
3579
3517
|
res: {
|
|
3580
3518
|
/**
|
|
3581
3519
|
* Success
|
|
3582
3520
|
*/
|
|
3583
|
-
200:
|
|
3584
|
-
/**
|
|
3585
|
-
* Bad Request
|
|
3586
|
-
*/
|
|
3587
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3588
|
-
/**
|
|
3589
|
-
* Unauthorized
|
|
3590
|
-
*/
|
|
3591
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3592
|
-
/**
|
|
3593
|
-
* Forbidden
|
|
3594
|
-
*/
|
|
3595
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3596
|
-
/**
|
|
3597
|
-
* Not Found
|
|
3598
|
-
*/
|
|
3599
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3600
|
-
/**
|
|
3601
|
-
* Server Error
|
|
3602
|
-
*/
|
|
3603
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3604
|
-
/**
|
|
3605
|
-
* Server Error
|
|
3606
|
-
*/
|
|
3607
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3608
|
-
};
|
|
3609
|
-
};
|
|
3610
|
-
put: {
|
|
3611
|
-
req: PutApiContractServiceRefundTablesRefundTableHeadersByIdData;
|
|
3612
|
-
res: {
|
|
3613
|
-
/**
|
|
3614
|
-
* Success
|
|
3615
|
-
*/
|
|
3616
|
-
200: UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto;
|
|
3617
|
-
/**
|
|
3618
|
-
* Bad Request
|
|
3619
|
-
*/
|
|
3620
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3621
|
-
/**
|
|
3622
|
-
* Unauthorized
|
|
3623
|
-
*/
|
|
3624
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3625
|
-
/**
|
|
3626
|
-
* Forbidden
|
|
3627
|
-
*/
|
|
3628
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3629
|
-
/**
|
|
3630
|
-
* Not Found
|
|
3631
|
-
*/
|
|
3632
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3633
|
-
/**
|
|
3634
|
-
* Server Error
|
|
3635
|
-
*/
|
|
3636
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3637
|
-
/**
|
|
3638
|
-
* Server Error
|
|
3639
|
-
*/
|
|
3640
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3641
|
-
};
|
|
3642
|
-
};
|
|
3643
|
-
delete: {
|
|
3644
|
-
req: DeleteApiContractServiceRefundTablesRefundTableHeadersByIdData;
|
|
3645
|
-
res: {
|
|
3646
|
-
/**
|
|
3647
|
-
* Success
|
|
3648
|
-
*/
|
|
3649
|
-
200: unknown;
|
|
3521
|
+
200: UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto;
|
|
3650
3522
|
/**
|
|
3651
3523
|
* Bad Request
|
|
3652
3524
|
*/
|
|
@@ -3674,42 +3546,9 @@ export type $OpenApiTs = {
|
|
|
3674
3546
|
};
|
|
3675
3547
|
};
|
|
3676
3548
|
};
|
|
3677
|
-
'/api/
|
|
3549
|
+
'/integration-api/refund-table-headers/merchants/{id}': {
|
|
3678
3550
|
get: {
|
|
3679
|
-
req:
|
|
3680
|
-
res: {
|
|
3681
|
-
/**
|
|
3682
|
-
* Success
|
|
3683
|
-
*/
|
|
3684
|
-
200: PagedResultDto_RefundTableHeaderDto;
|
|
3685
|
-
/**
|
|
3686
|
-
* Bad Request
|
|
3687
|
-
*/
|
|
3688
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3689
|
-
/**
|
|
3690
|
-
* Unauthorized
|
|
3691
|
-
*/
|
|
3692
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3693
|
-
/**
|
|
3694
|
-
* Forbidden
|
|
3695
|
-
*/
|
|
3696
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3697
|
-
/**
|
|
3698
|
-
* Not Found
|
|
3699
|
-
*/
|
|
3700
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3701
|
-
/**
|
|
3702
|
-
* Server Error
|
|
3703
|
-
*/
|
|
3704
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3705
|
-
/**
|
|
3706
|
-
* Server Error
|
|
3707
|
-
*/
|
|
3708
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3709
|
-
};
|
|
3710
|
-
};
|
|
3711
|
-
post: {
|
|
3712
|
-
req: PostApiContractServiceRefundTablesRefundTableHeadersData;
|
|
3551
|
+
req: GetIntegrationApiRefundTableHeadersMerchantsByIdData;
|
|
3713
3552
|
res: {
|
|
3714
3553
|
/**
|
|
3715
3554
|
* Success
|
|
@@ -3742,9 +3581,9 @@ export type $OpenApiTs = {
|
|
|
3742
3581
|
};
|
|
3743
3582
|
};
|
|
3744
3583
|
};
|
|
3745
|
-
'/api/contract-service/refund-tables/refund-table-headers/
|
|
3584
|
+
'/api/contract-service/refund-tables/refund-table-headers/{id}': {
|
|
3746
3585
|
get: {
|
|
3747
|
-
req:
|
|
3586
|
+
req: GetApiContractServiceRefundTablesRefundTableHeadersByIdData;
|
|
3748
3587
|
res: {
|
|
3749
3588
|
/**
|
|
3750
3589
|
* Success
|
|
@@ -3776,50 +3615,13 @@ export type $OpenApiTs = {
|
|
|
3776
3615
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3777
3616
|
};
|
|
3778
3617
|
};
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
post: {
|
|
3782
|
-
req: PostApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableDetailsData;
|
|
3783
|
-
res: {
|
|
3784
|
-
/**
|
|
3785
|
-
* Success
|
|
3786
|
-
*/
|
|
3787
|
-
200: Array<UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailDto>;
|
|
3788
|
-
/**
|
|
3789
|
-
* Bad Request
|
|
3790
|
-
*/
|
|
3791
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3792
|
-
/**
|
|
3793
|
-
* Unauthorized
|
|
3794
|
-
*/
|
|
3795
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3796
|
-
/**
|
|
3797
|
-
* Forbidden
|
|
3798
|
-
*/
|
|
3799
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3800
|
-
/**
|
|
3801
|
-
* Not Found
|
|
3802
|
-
*/
|
|
3803
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3804
|
-
/**
|
|
3805
|
-
* Server Error
|
|
3806
|
-
*/
|
|
3807
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3808
|
-
/**
|
|
3809
|
-
* Server Error
|
|
3810
|
-
*/
|
|
3811
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3812
|
-
};
|
|
3813
|
-
};
|
|
3814
|
-
};
|
|
3815
|
-
'/api/contract-service/refund-tables/refund-table-details/{id}': {
|
|
3816
|
-
get: {
|
|
3817
|
-
req: GetApiContractServiceRefundTablesRefundTableDetailsByIdData;
|
|
3618
|
+
put: {
|
|
3619
|
+
req: PutApiContractServiceRefundTablesRefundTableHeadersByIdData;
|
|
3818
3620
|
res: {
|
|
3819
3621
|
/**
|
|
3820
3622
|
* Success
|
|
3821
3623
|
*/
|
|
3822
|
-
200:
|
|
3624
|
+
200: UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto;
|
|
3823
3625
|
/**
|
|
3824
3626
|
* Bad Request
|
|
3825
3627
|
*/
|
|
@@ -3847,7 +3649,7 @@ export type $OpenApiTs = {
|
|
|
3847
3649
|
};
|
|
3848
3650
|
};
|
|
3849
3651
|
delete: {
|
|
3850
|
-
req:
|
|
3652
|
+
req: DeleteApiContractServiceRefundTablesRefundTableHeadersByIdData;
|
|
3851
3653
|
res: {
|
|
3852
3654
|
/**
|
|
3853
3655
|
* Success
|
|
@@ -3880,14 +3682,14 @@ export type $OpenApiTs = {
|
|
|
3880
3682
|
};
|
|
3881
3683
|
};
|
|
3882
3684
|
};
|
|
3883
|
-
'/api/contract-service/refund-tables/refund-
|
|
3685
|
+
'/api/contract-service/refund-tables/refund-table-headers': {
|
|
3884
3686
|
get: {
|
|
3885
|
-
req:
|
|
3687
|
+
req: GetApiContractServiceRefundTablesRefundTableHeadersData;
|
|
3886
3688
|
res: {
|
|
3887
3689
|
/**
|
|
3888
3690
|
* Success
|
|
3889
3691
|
*/
|
|
3890
|
-
200:
|
|
3692
|
+
200: PagedResultDto_RefundTableHeaderDto;
|
|
3891
3693
|
/**
|
|
3892
3694
|
* Bad Request
|
|
3893
3695
|
*/
|
|
@@ -3914,13 +3716,13 @@ export type $OpenApiTs = {
|
|
|
3914
3716
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3915
3717
|
};
|
|
3916
3718
|
};
|
|
3917
|
-
|
|
3918
|
-
req:
|
|
3719
|
+
post: {
|
|
3720
|
+
req: PostApiContractServiceRefundTablesRefundTableHeadersData;
|
|
3919
3721
|
res: {
|
|
3920
3722
|
/**
|
|
3921
3723
|
* Success
|
|
3922
3724
|
*/
|
|
3923
|
-
200:
|
|
3725
|
+
200: UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto;
|
|
3924
3726
|
/**
|
|
3925
3727
|
* Bad Request
|
|
3926
3728
|
*/
|
|
@@ -3947,13 +3749,15 @@ export type $OpenApiTs = {
|
|
|
3947
3749
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3948
3750
|
};
|
|
3949
3751
|
};
|
|
3950
|
-
|
|
3951
|
-
|
|
3752
|
+
};
|
|
3753
|
+
'/api/contract-service/refund-tables/refund-table-headers/{id}/refund-table-details': {
|
|
3754
|
+
post: {
|
|
3755
|
+
req: PostApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableDetailsData;
|
|
3952
3756
|
res: {
|
|
3953
3757
|
/**
|
|
3954
3758
|
* Success
|
|
3955
3759
|
*/
|
|
3956
|
-
200:
|
|
3760
|
+
200: Array<UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailDto>;
|
|
3957
3761
|
/**
|
|
3958
3762
|
* Bad Request
|
|
3959
3763
|
*/
|
|
@@ -3981,14 +3785,14 @@ export type $OpenApiTs = {
|
|
|
3981
3785
|
};
|
|
3982
3786
|
};
|
|
3983
3787
|
};
|
|
3984
|
-
'/api/contract-service/refund-tables/refund-
|
|
3985
|
-
|
|
3986
|
-
req:
|
|
3788
|
+
'/api/contract-service/refund-tables/refund-table-details/{id}': {
|
|
3789
|
+
delete: {
|
|
3790
|
+
req: DeleteApiContractServiceRefundTablesRefundTableDetailsByIdData;
|
|
3987
3791
|
res: {
|
|
3988
3792
|
/**
|
|
3989
3793
|
* Success
|
|
3990
3794
|
*/
|
|
3991
|
-
200:
|
|
3795
|
+
200: unknown;
|
|
3992
3796
|
/**
|
|
3993
3797
|
* Bad Request
|
|
3994
3798
|
*/
|
|
@@ -4084,9 +3888,9 @@ export type $OpenApiTs = {
|
|
|
4084
3888
|
};
|
|
4085
3889
|
};
|
|
4086
3890
|
};
|
|
4087
|
-
'/api/contract-service/refund-tables/refund-fee-headers/
|
|
3891
|
+
'/api/contract-service/refund-tables/refund-fee-headers/{id}': {
|
|
4088
3892
|
get: {
|
|
4089
|
-
req:
|
|
3893
|
+
req: GetApiContractServiceRefundTablesRefundFeeHeadersByIdData;
|
|
4090
3894
|
res: {
|
|
4091
3895
|
/**
|
|
4092
3896
|
* Success
|
|
@@ -4118,15 +3922,13 @@ export type $OpenApiTs = {
|
|
|
4118
3922
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4119
3923
|
};
|
|
4120
3924
|
};
|
|
4121
|
-
|
|
4122
|
-
|
|
4123
|
-
post: {
|
|
4124
|
-
req: PostApiContractServiceRefundTablesRefundFeeHeadersByIdRefundFeeDetailsData;
|
|
3925
|
+
put: {
|
|
3926
|
+
req: PutApiContractServiceRefundTablesRefundFeeHeadersByIdData;
|
|
4125
3927
|
res: {
|
|
4126
3928
|
/**
|
|
4127
3929
|
* Success
|
|
4128
3930
|
*/
|
|
4129
|
-
200:
|
|
3931
|
+
200: UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto;
|
|
4130
3932
|
/**
|
|
4131
3933
|
* Bad Request
|
|
4132
3934
|
*/
|
|
@@ -4153,15 +3955,13 @@ export type $OpenApiTs = {
|
|
|
4153
3955
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4154
3956
|
};
|
|
4155
3957
|
};
|
|
4156
|
-
|
|
4157
|
-
|
|
4158
|
-
get: {
|
|
4159
|
-
req: GetApiContractServiceRefundTablesRefundFeeDetailsByIdData;
|
|
3958
|
+
delete: {
|
|
3959
|
+
req: DeleteApiContractServiceRefundTablesRefundFeeHeadersByIdData;
|
|
4160
3960
|
res: {
|
|
4161
3961
|
/**
|
|
4162
3962
|
* Success
|
|
4163
3963
|
*/
|
|
4164
|
-
200:
|
|
3964
|
+
200: unknown;
|
|
4165
3965
|
/**
|
|
4166
3966
|
* Bad Request
|
|
4167
3967
|
*/
|
|
@@ -4188,13 +3988,15 @@ export type $OpenApiTs = {
|
|
|
4188
3988
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4189
3989
|
};
|
|
4190
3990
|
};
|
|
4191
|
-
|
|
4192
|
-
|
|
3991
|
+
};
|
|
3992
|
+
'/api/contract-service/refund-tables/refund-fee-headers/{id}/refund-fee-details': {
|
|
3993
|
+
post: {
|
|
3994
|
+
req: PostApiContractServiceRefundTablesRefundFeeHeadersByIdRefundFeeDetailsData;
|
|
4193
3995
|
res: {
|
|
4194
3996
|
/**
|
|
4195
3997
|
* Success
|
|
4196
3998
|
*/
|
|
4197
|
-
200: UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailDto
|
|
3999
|
+
200: Array<UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailDto>;
|
|
4198
4000
|
/**
|
|
4199
4001
|
* Bad Request
|
|
4200
4002
|
*/
|
|
@@ -4221,6 +4023,8 @@ export type $OpenApiTs = {
|
|
|
4221
4023
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4222
4024
|
};
|
|
4223
4025
|
};
|
|
4026
|
+
};
|
|
4027
|
+
'/api/contract-service/refund-tables/refund-fee-details/{id}': {
|
|
4224
4028
|
delete: {
|
|
4225
4029
|
req: DeleteApiContractServiceRefundTablesRefundFeeDetailsByIdData;
|
|
4226
4030
|
res: {
|