@ayasofyazilim/saas 0.0.76 → 0.0.78
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/ContractService/ContractServiceClient.ts +9 -0
- package/ContractService/schemas.gen.ts +168 -152
- package/ContractService/services.gen.ts +99 -211
- package/ContractService/types.gen.ts +112 -326
- package/RefundService/schemas.gen.ts +1202 -67
- package/RefundService/services.gen.ts +25 -1
- package/RefundService/types.gen.ts +185 -10
- package/package.json +1 -1
|
@@ -81,20 +81,6 @@ export type UniRefund_CRMService_TaxOffices_TaxOfficeNameDto = {
|
|
|
81
81
|
name: string;
|
|
82
82
|
};
|
|
83
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;
|
|
96
|
-
};
|
|
97
|
-
|
|
98
84
|
export type UniRefund_ContractService_ContractsForMerchant_ContractHeaderRefundTableHeaders_ContractHeaderRefundTableHeaderCreateAndUpdateDto = {
|
|
99
85
|
readonly extraProperties?: {
|
|
100
86
|
[key: string]: unknown;
|
|
@@ -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;
|
|
@@ -413,6 +398,20 @@ export type UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_Co
|
|
|
413
398
|
contractHeaderRefundFeeHeaders: Array<UniRefund_ContractService_ContractsForRefundPoint_ContractHeaderRefundFeeHeaders_ContractHeaderRefundFeeHeaderDto>;
|
|
414
399
|
};
|
|
415
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
|
+
|
|
416
415
|
export type UniRefund_ContractService_Enums_ContractHeaderForMerchantDraftMissingSteps = 'ContractSetting' | 'RebateSettings' | 'RefundTableHeader';
|
|
417
416
|
|
|
418
417
|
export type UniRefund_ContractService_Enums_ContractHeaderForRefundPointDraftMissingSteps = 'RefundFeeHeader';
|
|
@@ -675,6 +674,13 @@ export type UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHead
|
|
|
675
674
|
rebateTableHeadersFromTemplate?: Array<UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderFromTemplateCreateDto> | null;
|
|
676
675
|
};
|
|
677
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
|
+
|
|
678
684
|
export type UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailCreateDto = {
|
|
679
685
|
readonly extraProperties?: {
|
|
680
686
|
[key: string]: unknown;
|
|
@@ -718,24 +724,6 @@ export type UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailDt
|
|
|
718
724
|
refundFeeHeaderId: string;
|
|
719
725
|
};
|
|
720
726
|
|
|
721
|
-
export type UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailUpdateDto = {
|
|
722
|
-
readonly extraProperties?: {
|
|
723
|
-
[key: string]: unknown;
|
|
724
|
-
} | null;
|
|
725
|
-
amountFrom: number;
|
|
726
|
-
amountTo: number;
|
|
727
|
-
fixedFeeValue: number;
|
|
728
|
-
percentFeeValue: number;
|
|
729
|
-
fixedFeeValueEarlyRefund?: number | null;
|
|
730
|
-
percentFeeValueEarlyRefund?: number | null;
|
|
731
|
-
minFee: number;
|
|
732
|
-
maxFee: number;
|
|
733
|
-
minFeeEarlyRefund?: number | null;
|
|
734
|
-
maxFeeEarlyRefund?: number | null;
|
|
735
|
-
feeType: UniRefund_ContractService_Enums_FeeType;
|
|
736
|
-
refundMethod: UniRefund_ContractService_Enums_RefundMethod;
|
|
737
|
-
};
|
|
738
|
-
|
|
739
727
|
export type UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderCreateDto = {
|
|
740
728
|
readonly extraProperties?: {
|
|
741
729
|
[key: string]: unknown;
|
|
@@ -795,10 +783,10 @@ export type UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDeta
|
|
|
795
783
|
deleterId?: string | null;
|
|
796
784
|
deletionTime?: string | null;
|
|
797
785
|
vatRate: number;
|
|
798
|
-
minValue
|
|
799
|
-
maxValue
|
|
800
|
-
refundAmount
|
|
801
|
-
refundPercent
|
|
786
|
+
minValue: number;
|
|
787
|
+
maxValue: number;
|
|
788
|
+
refundAmount: number;
|
|
789
|
+
refundPercent: number;
|
|
802
790
|
isLoyalty?: boolean;
|
|
803
791
|
};
|
|
804
792
|
|
|
@@ -1285,14 +1273,6 @@ export type DeleteApiContractServiceMerchantsContractsContractSettingsByIdData =
|
|
|
1285
1273
|
|
|
1286
1274
|
export type DeleteApiContractServiceMerchantsContractsContractSettingsByIdResponse = unknown;
|
|
1287
1275
|
|
|
1288
|
-
export type GetApiContractServiceMerchantsContractsContractSettingsData = {
|
|
1289
|
-
maxResultCount?: number;
|
|
1290
|
-
skipCount?: number;
|
|
1291
|
-
sorting?: string;
|
|
1292
|
-
};
|
|
1293
|
-
|
|
1294
|
-
export type GetApiContractServiceMerchantsContractsContractSettingsResponse = PagedResultDto_ContractSettingDto;
|
|
1295
|
-
|
|
1296
1276
|
export type GetApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsData = {
|
|
1297
1277
|
id: string;
|
|
1298
1278
|
maxResultCount?: number;
|
|
@@ -1427,18 +1407,11 @@ export type GetApiContractServiceRefundPointsContractsContractHeadersByIdRespons
|
|
|
1427
1407
|
|
|
1428
1408
|
export type PutApiContractServiceRefundPointsContractsContractHeadersByIdData = {
|
|
1429
1409
|
id: string;
|
|
1430
|
-
requestBody?:
|
|
1410
|
+
requestBody?: UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderForRefundPointUpdateDto;
|
|
1431
1411
|
};
|
|
1432
1412
|
|
|
1433
1413
|
export type PutApiContractServiceRefundPointsContractsContractHeadersByIdResponse = UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_ContractHeaderDetailForRefundPointDto;
|
|
1434
1414
|
|
|
1435
|
-
export type PostApiContractServiceRefundPointsByIdCalculateFeesData = {
|
|
1436
|
-
id: string;
|
|
1437
|
-
requestBody?: UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_CalculateFeesForRefundRequestDto;
|
|
1438
|
-
};
|
|
1439
|
-
|
|
1440
|
-
export type PostApiContractServiceRefundPointsByIdCalculateFeesResponse = UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_CalculateFeesForRefundResponseDto;
|
|
1441
|
-
|
|
1442
1415
|
export type GetApiContractServiceRefundPointsContractsContractHeadersData = {
|
|
1443
1416
|
isDraft?: boolean;
|
|
1444
1417
|
maxResultCount?: number;
|
|
@@ -1460,6 +1433,13 @@ export type PostApiContractServiceRefundPointsContractsContractHeadersByIdValida
|
|
|
1460
1433
|
|
|
1461
1434
|
export type PostApiContractServiceRefundPointsContractsContractHeadersByIdValidateResponse = boolean;
|
|
1462
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
|
+
|
|
1463
1443
|
export type GetApiContractServiceRebateTablesRebateSettingsByIdData = {
|
|
1464
1444
|
id: string;
|
|
1465
1445
|
};
|
|
@@ -1613,6 +1593,20 @@ export type PostApiContractServiceRebateTablesRebateTableHeadersByIdRebateTableD
|
|
|
1613
1593
|
|
|
1614
1594
|
export type PostApiContractServiceRebateTablesRebateTableHeadersByIdRebateTableDetailsResponse = UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDetailDto;
|
|
1615
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
|
+
|
|
1616
1610
|
export type GetApiContractServiceRefundTablesRefundTableHeadersByIdData = {
|
|
1617
1611
|
id: string;
|
|
1618
1612
|
};
|
|
@@ -1645,13 +1639,6 @@ export type PostApiContractServiceRefundTablesRefundTableHeadersData = {
|
|
|
1645
1639
|
|
|
1646
1640
|
export type PostApiContractServiceRefundTablesRefundTableHeadersResponse = UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto;
|
|
1647
1641
|
|
|
1648
|
-
export type GetApiContractServiceRefundTablesRefundTableHeadersMerchantsByIdData = {
|
|
1649
|
-
id: string;
|
|
1650
|
-
refundTableHeaderId?: string;
|
|
1651
|
-
};
|
|
1652
|
-
|
|
1653
|
-
export type GetApiContractServiceRefundTablesRefundTableHeadersMerchantsByIdResponse = UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto;
|
|
1654
|
-
|
|
1655
1642
|
export type PostApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableDetailsData = {
|
|
1656
1643
|
id: string;
|
|
1657
1644
|
requestBody: UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailCreateByListDto;
|
|
@@ -1659,44 +1646,12 @@ export type PostApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableD
|
|
|
1659
1646
|
|
|
1660
1647
|
export type PostApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableDetailsResponse = Array<UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailDto>;
|
|
1661
1648
|
|
|
1662
|
-
export type GetApiContractServiceRefundTablesRefundTableDetailsByIdData = {
|
|
1663
|
-
id: string;
|
|
1664
|
-
};
|
|
1665
|
-
|
|
1666
|
-
export type GetApiContractServiceRefundTablesRefundTableDetailsByIdResponse = UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailDto;
|
|
1667
|
-
|
|
1668
1649
|
export type DeleteApiContractServiceRefundTablesRefundTableDetailsByIdData = {
|
|
1669
1650
|
id: string;
|
|
1670
1651
|
};
|
|
1671
1652
|
|
|
1672
1653
|
export type DeleteApiContractServiceRefundTablesRefundTableDetailsByIdResponse = unknown;
|
|
1673
1654
|
|
|
1674
|
-
export type GetApiContractServiceRefundTablesRefundFeeHeadersByIdData = {
|
|
1675
|
-
id: string;
|
|
1676
|
-
};
|
|
1677
|
-
|
|
1678
|
-
export type GetApiContractServiceRefundTablesRefundFeeHeadersByIdResponse = UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto;
|
|
1679
|
-
|
|
1680
|
-
export type PutApiContractServiceRefundTablesRefundFeeHeadersByIdData = {
|
|
1681
|
-
id: string;
|
|
1682
|
-
requestBody?: UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderUpdateDto;
|
|
1683
|
-
};
|
|
1684
|
-
|
|
1685
|
-
export type PutApiContractServiceRefundTablesRefundFeeHeadersByIdResponse = UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto;
|
|
1686
|
-
|
|
1687
|
-
export type DeleteApiContractServiceRefundTablesRefundFeeHeadersByIdData = {
|
|
1688
|
-
id: string;
|
|
1689
|
-
};
|
|
1690
|
-
|
|
1691
|
-
export type DeleteApiContractServiceRefundTablesRefundFeeHeadersByIdResponse = unknown;
|
|
1692
|
-
|
|
1693
|
-
export type GetApiContractServiceRefundTablesRefundFeeHeadersRefundPointsByIdData = {
|
|
1694
|
-
id: string;
|
|
1695
|
-
refundFeeHeaderId?: string;
|
|
1696
|
-
};
|
|
1697
|
-
|
|
1698
|
-
export type GetApiContractServiceRefundTablesRefundFeeHeadersRefundPointsByIdResponse = UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto;
|
|
1699
|
-
|
|
1700
1655
|
export type GetApiContractServiceRefundTablesRefundFeeHeadersData = {
|
|
1701
1656
|
maxResultCount?: number;
|
|
1702
1657
|
skipCount?: number;
|
|
@@ -1710,31 +1665,31 @@ export type PostApiContractServiceRefundTablesRefundFeeHeadersData = {
|
|
|
1710
1665
|
|
|
1711
1666
|
export type PostApiContractServiceRefundTablesRefundFeeHeadersResponse = UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto;
|
|
1712
1667
|
|
|
1713
|
-
export type
|
|
1668
|
+
export type GetApiContractServiceRefundTablesRefundFeeHeadersByIdData = {
|
|
1714
1669
|
id: string;
|
|
1715
1670
|
};
|
|
1716
1671
|
|
|
1717
|
-
export type
|
|
1672
|
+
export type GetApiContractServiceRefundTablesRefundFeeHeadersByIdResponse = UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto;
|
|
1718
1673
|
|
|
1719
|
-
export type
|
|
1674
|
+
export type PutApiContractServiceRefundTablesRefundFeeHeadersByIdData = {
|
|
1720
1675
|
id: string;
|
|
1721
|
-
requestBody?:
|
|
1676
|
+
requestBody?: UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderUpdateDto;
|
|
1722
1677
|
};
|
|
1723
1678
|
|
|
1724
|
-
export type
|
|
1679
|
+
export type PutApiContractServiceRefundTablesRefundFeeHeadersByIdResponse = UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto;
|
|
1725
1680
|
|
|
1726
|
-
export type
|
|
1681
|
+
export type DeleteApiContractServiceRefundTablesRefundFeeHeadersByIdData = {
|
|
1727
1682
|
id: string;
|
|
1728
1683
|
};
|
|
1729
1684
|
|
|
1730
|
-
export type
|
|
1685
|
+
export type DeleteApiContractServiceRefundTablesRefundFeeHeadersByIdResponse = unknown;
|
|
1731
1686
|
|
|
1732
|
-
export type
|
|
1687
|
+
export type PostApiContractServiceRefundTablesRefundFeeHeadersByIdRefundFeeDetailsData = {
|
|
1733
1688
|
id: string;
|
|
1734
|
-
requestBody?:
|
|
1689
|
+
requestBody?: UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailCreateByListDto;
|
|
1735
1690
|
};
|
|
1736
1691
|
|
|
1737
|
-
export type
|
|
1692
|
+
export type PostApiContractServiceRefundTablesRefundFeeHeadersByIdRefundFeeDetailsResponse = Array<UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailDto>;
|
|
1738
1693
|
|
|
1739
1694
|
export type DeleteApiContractServiceRefundTablesRefundFeeDetailsByIdData = {
|
|
1740
1695
|
id: string;
|
|
@@ -1984,41 +1939,6 @@ export type $OpenApiTs = {
|
|
|
1984
1939
|
};
|
|
1985
1940
|
};
|
|
1986
1941
|
};
|
|
1987
|
-
'/api/contract-service/merchants/contracts/contract-settings': {
|
|
1988
|
-
get: {
|
|
1989
|
-
req: GetApiContractServiceMerchantsContractsContractSettingsData;
|
|
1990
|
-
res: {
|
|
1991
|
-
/**
|
|
1992
|
-
* Success
|
|
1993
|
-
*/
|
|
1994
|
-
200: PagedResultDto_ContractSettingDto;
|
|
1995
|
-
/**
|
|
1996
|
-
* Bad Request
|
|
1997
|
-
*/
|
|
1998
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1999
|
-
/**
|
|
2000
|
-
* Unauthorized
|
|
2001
|
-
*/
|
|
2002
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2003
|
-
/**
|
|
2004
|
-
* Forbidden
|
|
2005
|
-
*/
|
|
2006
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2007
|
-
/**
|
|
2008
|
-
* Not Found
|
|
2009
|
-
*/
|
|
2010
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2011
|
-
/**
|
|
2012
|
-
* Server Error
|
|
2013
|
-
*/
|
|
2014
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2015
|
-
/**
|
|
2016
|
-
* Server Error
|
|
2017
|
-
*/
|
|
2018
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2019
|
-
};
|
|
2020
|
-
};
|
|
2021
|
-
};
|
|
2022
1942
|
'/api/contract-service/merchants/contracts/contract-headers/{id}/contract-settings': {
|
|
2023
1943
|
get: {
|
|
2024
1944
|
req: GetApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsData;
|
|
@@ -2666,14 +2586,14 @@ export type $OpenApiTs = {
|
|
|
2666
2586
|
};
|
|
2667
2587
|
};
|
|
2668
2588
|
};
|
|
2669
|
-
'/api/contract-service/refund-points/
|
|
2670
|
-
|
|
2671
|
-
req:
|
|
2589
|
+
'/api/contract-service/refund-points/contracts/contract-headers': {
|
|
2590
|
+
get: {
|
|
2591
|
+
req: GetApiContractServiceRefundPointsContractsContractHeadersData;
|
|
2672
2592
|
res: {
|
|
2673
2593
|
/**
|
|
2674
2594
|
* Success
|
|
2675
2595
|
*/
|
|
2676
|
-
200:
|
|
2596
|
+
200: PagedResultDto_ContractHeaderForRefundPointDto;
|
|
2677
2597
|
/**
|
|
2678
2598
|
* Bad Request
|
|
2679
2599
|
*/
|
|
@@ -2701,14 +2621,14 @@ export type $OpenApiTs = {
|
|
|
2701
2621
|
};
|
|
2702
2622
|
};
|
|
2703
2623
|
};
|
|
2704
|
-
'/api/contract-service/refund-points/contracts/contract-headers': {
|
|
2624
|
+
'/api/contract-service/refund-points/contracts/contract-headers/{id}/get-missing-steps': {
|
|
2705
2625
|
get: {
|
|
2706
|
-
req:
|
|
2626
|
+
req: GetApiContractServiceRefundPointsContractsContractHeadersByIdGetMissingStepsData;
|
|
2707
2627
|
res: {
|
|
2708
2628
|
/**
|
|
2709
2629
|
* Success
|
|
2710
2630
|
*/
|
|
2711
|
-
200:
|
|
2631
|
+
200: Array<UniRefund_ContractService_Enums_ContractHeaderForRefundPointDraftMissingSteps>;
|
|
2712
2632
|
/**
|
|
2713
2633
|
* Bad Request
|
|
2714
2634
|
*/
|
|
@@ -2736,14 +2656,14 @@ export type $OpenApiTs = {
|
|
|
2736
2656
|
};
|
|
2737
2657
|
};
|
|
2738
2658
|
};
|
|
2739
|
-
'/api/contract-service/refund-points/contracts/contract-headers/{id}/
|
|
2740
|
-
|
|
2741
|
-
req:
|
|
2659
|
+
'/api/contract-service/refund-points/contracts/contract-headers/{id}/validate': {
|
|
2660
|
+
post: {
|
|
2661
|
+
req: PostApiContractServiceRefundPointsContractsContractHeadersByIdValidateData;
|
|
2742
2662
|
res: {
|
|
2743
2663
|
/**
|
|
2744
2664
|
* Success
|
|
2745
2665
|
*/
|
|
2746
|
-
200:
|
|
2666
|
+
200: boolean;
|
|
2747
2667
|
/**
|
|
2748
2668
|
* Bad Request
|
|
2749
2669
|
*/
|
|
@@ -2771,14 +2691,14 @@ export type $OpenApiTs = {
|
|
|
2771
2691
|
};
|
|
2772
2692
|
};
|
|
2773
2693
|
};
|
|
2774
|
-
'/api/
|
|
2694
|
+
'/integration-api/refund-points/{id}/calculate-fees': {
|
|
2775
2695
|
post: {
|
|
2776
|
-
req:
|
|
2696
|
+
req: PostIntegrationApiRefundPointsByIdCalculateFeesData;
|
|
2777
2697
|
res: {
|
|
2778
2698
|
/**
|
|
2779
2699
|
* Success
|
|
2780
2700
|
*/
|
|
2781
|
-
200:
|
|
2701
|
+
200: UniRefund_ContractService_ContractsForRefundPoint_ContractHeaders_CalculateFeesForRefundResponseDto;
|
|
2782
2702
|
/**
|
|
2783
2703
|
* Bad Request
|
|
2784
2704
|
*/
|
|
@@ -3591,80 +3511,14 @@ export type $OpenApiTs = {
|
|
|
3591
3511
|
};
|
|
3592
3512
|
};
|
|
3593
3513
|
};
|
|
3594
|
-
'/api/
|
|
3514
|
+
'/integration-api/refund-fee-headers/refund-points/{id}': {
|
|
3595
3515
|
get: {
|
|
3596
|
-
req:
|
|
3516
|
+
req: GetIntegrationApiRefundFeeHeadersRefundPointsByIdData;
|
|
3597
3517
|
res: {
|
|
3598
3518
|
/**
|
|
3599
3519
|
* Success
|
|
3600
3520
|
*/
|
|
3601
|
-
200:
|
|
3602
|
-
/**
|
|
3603
|
-
* Bad Request
|
|
3604
|
-
*/
|
|
3605
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3606
|
-
/**
|
|
3607
|
-
* Unauthorized
|
|
3608
|
-
*/
|
|
3609
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3610
|
-
/**
|
|
3611
|
-
* Forbidden
|
|
3612
|
-
*/
|
|
3613
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3614
|
-
/**
|
|
3615
|
-
* Not Found
|
|
3616
|
-
*/
|
|
3617
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3618
|
-
/**
|
|
3619
|
-
* Server Error
|
|
3620
|
-
*/
|
|
3621
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3622
|
-
/**
|
|
3623
|
-
* Server Error
|
|
3624
|
-
*/
|
|
3625
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3626
|
-
};
|
|
3627
|
-
};
|
|
3628
|
-
put: {
|
|
3629
|
-
req: PutApiContractServiceRefundTablesRefundTableHeadersByIdData;
|
|
3630
|
-
res: {
|
|
3631
|
-
/**
|
|
3632
|
-
* Success
|
|
3633
|
-
*/
|
|
3634
|
-
200: UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto;
|
|
3635
|
-
/**
|
|
3636
|
-
* Bad Request
|
|
3637
|
-
*/
|
|
3638
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3639
|
-
/**
|
|
3640
|
-
* Unauthorized
|
|
3641
|
-
*/
|
|
3642
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3643
|
-
/**
|
|
3644
|
-
* Forbidden
|
|
3645
|
-
*/
|
|
3646
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3647
|
-
/**
|
|
3648
|
-
* Not Found
|
|
3649
|
-
*/
|
|
3650
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3651
|
-
/**
|
|
3652
|
-
* Server Error
|
|
3653
|
-
*/
|
|
3654
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3655
|
-
/**
|
|
3656
|
-
* Server Error
|
|
3657
|
-
*/
|
|
3658
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3659
|
-
};
|
|
3660
|
-
};
|
|
3661
|
-
delete: {
|
|
3662
|
-
req: DeleteApiContractServiceRefundTablesRefundTableHeadersByIdData;
|
|
3663
|
-
res: {
|
|
3664
|
-
/**
|
|
3665
|
-
* Success
|
|
3666
|
-
*/
|
|
3667
|
-
200: unknown;
|
|
3521
|
+
200: UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto;
|
|
3668
3522
|
/**
|
|
3669
3523
|
* Bad Request
|
|
3670
3524
|
*/
|
|
@@ -3692,42 +3546,9 @@ export type $OpenApiTs = {
|
|
|
3692
3546
|
};
|
|
3693
3547
|
};
|
|
3694
3548
|
};
|
|
3695
|
-
'/api/
|
|
3549
|
+
'/integration-api/refund-table-headers/merchants/{id}': {
|
|
3696
3550
|
get: {
|
|
3697
|
-
req:
|
|
3698
|
-
res: {
|
|
3699
|
-
/**
|
|
3700
|
-
* Success
|
|
3701
|
-
*/
|
|
3702
|
-
200: PagedResultDto_RefundTableHeaderDto;
|
|
3703
|
-
/**
|
|
3704
|
-
* Bad Request
|
|
3705
|
-
*/
|
|
3706
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3707
|
-
/**
|
|
3708
|
-
* Unauthorized
|
|
3709
|
-
*/
|
|
3710
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3711
|
-
/**
|
|
3712
|
-
* Forbidden
|
|
3713
|
-
*/
|
|
3714
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3715
|
-
/**
|
|
3716
|
-
* Not Found
|
|
3717
|
-
*/
|
|
3718
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3719
|
-
/**
|
|
3720
|
-
* Server Error
|
|
3721
|
-
*/
|
|
3722
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3723
|
-
/**
|
|
3724
|
-
* Server Error
|
|
3725
|
-
*/
|
|
3726
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3727
|
-
};
|
|
3728
|
-
};
|
|
3729
|
-
post: {
|
|
3730
|
-
req: PostApiContractServiceRefundTablesRefundTableHeadersData;
|
|
3551
|
+
req: GetIntegrationApiRefundTableHeadersMerchantsByIdData;
|
|
3731
3552
|
res: {
|
|
3732
3553
|
/**
|
|
3733
3554
|
* Success
|
|
@@ -3760,9 +3581,9 @@ export type $OpenApiTs = {
|
|
|
3760
3581
|
};
|
|
3761
3582
|
};
|
|
3762
3583
|
};
|
|
3763
|
-
'/api/contract-service/refund-tables/refund-table-headers/
|
|
3584
|
+
'/api/contract-service/refund-tables/refund-table-headers/{id}': {
|
|
3764
3585
|
get: {
|
|
3765
|
-
req:
|
|
3586
|
+
req: GetApiContractServiceRefundTablesRefundTableHeadersByIdData;
|
|
3766
3587
|
res: {
|
|
3767
3588
|
/**
|
|
3768
3589
|
* Success
|
|
@@ -3794,50 +3615,13 @@ export type $OpenApiTs = {
|
|
|
3794
3615
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3795
3616
|
};
|
|
3796
3617
|
};
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
post: {
|
|
3800
|
-
req: PostApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableDetailsData;
|
|
3801
|
-
res: {
|
|
3802
|
-
/**
|
|
3803
|
-
* Success
|
|
3804
|
-
*/
|
|
3805
|
-
200: Array<UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailDto>;
|
|
3806
|
-
/**
|
|
3807
|
-
* Bad Request
|
|
3808
|
-
*/
|
|
3809
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3810
|
-
/**
|
|
3811
|
-
* Unauthorized
|
|
3812
|
-
*/
|
|
3813
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3814
|
-
/**
|
|
3815
|
-
* Forbidden
|
|
3816
|
-
*/
|
|
3817
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3818
|
-
/**
|
|
3819
|
-
* Not Found
|
|
3820
|
-
*/
|
|
3821
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3822
|
-
/**
|
|
3823
|
-
* Server Error
|
|
3824
|
-
*/
|
|
3825
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3826
|
-
/**
|
|
3827
|
-
* Server Error
|
|
3828
|
-
*/
|
|
3829
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3830
|
-
};
|
|
3831
|
-
};
|
|
3832
|
-
};
|
|
3833
|
-
'/api/contract-service/refund-tables/refund-table-details/{id}': {
|
|
3834
|
-
get: {
|
|
3835
|
-
req: GetApiContractServiceRefundTablesRefundTableDetailsByIdData;
|
|
3618
|
+
put: {
|
|
3619
|
+
req: PutApiContractServiceRefundTablesRefundTableHeadersByIdData;
|
|
3836
3620
|
res: {
|
|
3837
3621
|
/**
|
|
3838
3622
|
* Success
|
|
3839
3623
|
*/
|
|
3840
|
-
200:
|
|
3624
|
+
200: UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto;
|
|
3841
3625
|
/**
|
|
3842
3626
|
* Bad Request
|
|
3843
3627
|
*/
|
|
@@ -3865,7 +3649,7 @@ export type $OpenApiTs = {
|
|
|
3865
3649
|
};
|
|
3866
3650
|
};
|
|
3867
3651
|
delete: {
|
|
3868
|
-
req:
|
|
3652
|
+
req: DeleteApiContractServiceRefundTablesRefundTableHeadersByIdData;
|
|
3869
3653
|
res: {
|
|
3870
3654
|
/**
|
|
3871
3655
|
* Success
|
|
@@ -3898,14 +3682,14 @@ export type $OpenApiTs = {
|
|
|
3898
3682
|
};
|
|
3899
3683
|
};
|
|
3900
3684
|
};
|
|
3901
|
-
'/api/contract-service/refund-tables/refund-
|
|
3685
|
+
'/api/contract-service/refund-tables/refund-table-headers': {
|
|
3902
3686
|
get: {
|
|
3903
|
-
req:
|
|
3687
|
+
req: GetApiContractServiceRefundTablesRefundTableHeadersData;
|
|
3904
3688
|
res: {
|
|
3905
3689
|
/**
|
|
3906
3690
|
* Success
|
|
3907
3691
|
*/
|
|
3908
|
-
200:
|
|
3692
|
+
200: PagedResultDto_RefundTableHeaderDto;
|
|
3909
3693
|
/**
|
|
3910
3694
|
* Bad Request
|
|
3911
3695
|
*/
|
|
@@ -3932,13 +3716,13 @@ export type $OpenApiTs = {
|
|
|
3932
3716
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3933
3717
|
};
|
|
3934
3718
|
};
|
|
3935
|
-
|
|
3936
|
-
req:
|
|
3719
|
+
post: {
|
|
3720
|
+
req: PostApiContractServiceRefundTablesRefundTableHeadersData;
|
|
3937
3721
|
res: {
|
|
3938
3722
|
/**
|
|
3939
3723
|
* Success
|
|
3940
3724
|
*/
|
|
3941
|
-
200:
|
|
3725
|
+
200: UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto;
|
|
3942
3726
|
/**
|
|
3943
3727
|
* Bad Request
|
|
3944
3728
|
*/
|
|
@@ -3965,13 +3749,15 @@ export type $OpenApiTs = {
|
|
|
3965
3749
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
3966
3750
|
};
|
|
3967
3751
|
};
|
|
3968
|
-
|
|
3969
|
-
|
|
3752
|
+
};
|
|
3753
|
+
'/api/contract-service/refund-tables/refund-table-headers/{id}/refund-table-details': {
|
|
3754
|
+
post: {
|
|
3755
|
+
req: PostApiContractServiceRefundTablesRefundTableHeadersByIdRefundTableDetailsData;
|
|
3970
3756
|
res: {
|
|
3971
3757
|
/**
|
|
3972
3758
|
* Success
|
|
3973
3759
|
*/
|
|
3974
|
-
200:
|
|
3760
|
+
200: Array<UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailDto>;
|
|
3975
3761
|
/**
|
|
3976
3762
|
* Bad Request
|
|
3977
3763
|
*/
|
|
@@ -3999,14 +3785,14 @@ export type $OpenApiTs = {
|
|
|
3999
3785
|
};
|
|
4000
3786
|
};
|
|
4001
3787
|
};
|
|
4002
|
-
'/api/contract-service/refund-tables/refund-
|
|
4003
|
-
|
|
4004
|
-
req:
|
|
3788
|
+
'/api/contract-service/refund-tables/refund-table-details/{id}': {
|
|
3789
|
+
delete: {
|
|
3790
|
+
req: DeleteApiContractServiceRefundTablesRefundTableDetailsByIdData;
|
|
4005
3791
|
res: {
|
|
4006
3792
|
/**
|
|
4007
3793
|
* Success
|
|
4008
3794
|
*/
|
|
4009
|
-
200:
|
|
3795
|
+
200: unknown;
|
|
4010
3796
|
/**
|
|
4011
3797
|
* Bad Request
|
|
4012
3798
|
*/
|
|
@@ -4102,9 +3888,9 @@ export type $OpenApiTs = {
|
|
|
4102
3888
|
};
|
|
4103
3889
|
};
|
|
4104
3890
|
};
|
|
4105
|
-
'/api/contract-service/refund-tables/refund-fee-headers/
|
|
3891
|
+
'/api/contract-service/refund-tables/refund-fee-headers/{id}': {
|
|
4106
3892
|
get: {
|
|
4107
|
-
req:
|
|
3893
|
+
req: GetApiContractServiceRefundTablesRefundFeeHeadersByIdData;
|
|
4108
3894
|
res: {
|
|
4109
3895
|
/**
|
|
4110
3896
|
* Success
|
|
@@ -4136,15 +3922,13 @@ export type $OpenApiTs = {
|
|
|
4136
3922
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4137
3923
|
};
|
|
4138
3924
|
};
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
post: {
|
|
4142
|
-
req: PostApiContractServiceRefundTablesRefundFeeHeadersByIdRefundFeeDetailsData;
|
|
3925
|
+
put: {
|
|
3926
|
+
req: PutApiContractServiceRefundTablesRefundFeeHeadersByIdData;
|
|
4143
3927
|
res: {
|
|
4144
3928
|
/**
|
|
4145
3929
|
* Success
|
|
4146
3930
|
*/
|
|
4147
|
-
200:
|
|
3931
|
+
200: UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto;
|
|
4148
3932
|
/**
|
|
4149
3933
|
* Bad Request
|
|
4150
3934
|
*/
|
|
@@ -4171,15 +3955,13 @@ export type $OpenApiTs = {
|
|
|
4171
3955
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4172
3956
|
};
|
|
4173
3957
|
};
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
get: {
|
|
4177
|
-
req: GetApiContractServiceRefundTablesRefundFeeDetailsByIdData;
|
|
3958
|
+
delete: {
|
|
3959
|
+
req: DeleteApiContractServiceRefundTablesRefundFeeHeadersByIdData;
|
|
4178
3960
|
res: {
|
|
4179
3961
|
/**
|
|
4180
3962
|
* Success
|
|
4181
3963
|
*/
|
|
4182
|
-
200:
|
|
3964
|
+
200: unknown;
|
|
4183
3965
|
/**
|
|
4184
3966
|
* Bad Request
|
|
4185
3967
|
*/
|
|
@@ -4206,13 +3988,15 @@ export type $OpenApiTs = {
|
|
|
4206
3988
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4207
3989
|
};
|
|
4208
3990
|
};
|
|
4209
|
-
|
|
4210
|
-
|
|
3991
|
+
};
|
|
3992
|
+
'/api/contract-service/refund-tables/refund-fee-headers/{id}/refund-fee-details': {
|
|
3993
|
+
post: {
|
|
3994
|
+
req: PostApiContractServiceRefundTablesRefundFeeHeadersByIdRefundFeeDetailsData;
|
|
4211
3995
|
res: {
|
|
4212
3996
|
/**
|
|
4213
3997
|
* Success
|
|
4214
3998
|
*/
|
|
4215
|
-
200: UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailDto
|
|
3999
|
+
200: Array<UniRefund_ContractService_Refunds_RefundFeeDetails_RefundFeeDetailDto>;
|
|
4216
4000
|
/**
|
|
4217
4001
|
* Bad Request
|
|
4218
4002
|
*/
|
|
@@ -4239,6 +4023,8 @@ export type $OpenApiTs = {
|
|
|
4239
4023
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
4240
4024
|
};
|
|
4241
4025
|
};
|
|
4026
|
+
};
|
|
4027
|
+
'/api/contract-service/refund-tables/refund-fee-details/{id}': {
|
|
4242
4028
|
delete: {
|
|
4243
4029
|
req: DeleteApiContractServiceRefundTablesRefundFeeDetailsByIdData;
|
|
4244
4030
|
res: {
|