@ayasofyazilim/saas 0.0.53 → 0.0.55
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/AccountService/AccountServiceClient.ts +68 -68
- package/AccountService/core/ApiRequestOptions.ts +12 -12
- package/AccountService/core/BaseHttpRequest.ts +9 -9
- package/AccountService/core/FetchHttpRequest.ts +21 -21
- package/AccountService/core/OpenAPI.ts +55 -55
- package/AccountService/core/request.ts +340 -340
- package/AccountService/index.ts +8 -8
- package/AdministrationService/AdministrationServiceClient.ts +77 -77
- package/AdministrationService/core/ApiRequestOptions.ts +12 -12
- package/AdministrationService/core/BaseHttpRequest.ts +9 -9
- package/AdministrationService/core/FetchHttpRequest.ts +21 -21
- package/AdministrationService/core/OpenAPI.ts +55 -55
- package/AdministrationService/core/request.ts +340 -340
- package/AdministrationService/index.ts +8 -8
- package/BackerService/core/ApiRequestOptions.ts +12 -12
- package/BackerService/core/BaseHttpRequest.ts +9 -9
- package/BackerService/core/FetchHttpRequest.ts +21 -21
- package/BackerService/core/OpenAPI.ts +55 -55
- package/BackerService/core/request.ts +340 -340
- package/BackerService/index.ts +8 -8
- package/BackerService/services.gen.ts +866 -866
- package/BackerService/types.gen.ts +2170 -2170
- package/ContractService/schemas.gen.ts +4332 -5998
- package/ContractService/services.gen.ts +97 -38
- package/ContractService/types.gen.ts +196 -136
- package/FundraiserService/core/ApiRequestOptions.ts +12 -12
- package/FundraiserService/core/BaseHttpRequest.ts +9 -9
- package/FundraiserService/core/FetchHttpRequest.ts +21 -21
- package/FundraiserService/core/OpenAPI.ts +55 -55
- package/FundraiserService/core/request.ts +340 -340
- package/FundraiserService/index.ts +8 -8
- package/FundraiserService/services.gen.ts +627 -627
- package/FundraiserService/types.gen.ts +1793 -1793
- package/IdentityService/IdentityServiceClient.ts +80 -80
- package/IdentityService/core/ApiRequestOptions.ts +12 -12
- package/IdentityService/core/BaseHttpRequest.ts +9 -9
- package/IdentityService/core/FetchHttpRequest.ts +21 -21
- package/IdentityService/core/OpenAPI.ts +55 -55
- package/IdentityService/core/request.ts +340 -340
- package/IdentityService/index.ts +8 -8
- package/LocationService/LocationServiceClient.ts +74 -74
- package/LocationService/core/ApiError.ts +20 -20
- package/LocationService/core/ApiRequestOptions.ts +12 -12
- package/LocationService/core/ApiResult.ts +6 -6
- package/LocationService/core/BaseHttpRequest.ts +9 -9
- package/LocationService/core/CancelablePromise.ts +125 -125
- package/LocationService/core/FetchHttpRequest.ts +21 -21
- package/LocationService/core/OpenAPI.ts +55 -55
- package/LocationService/core/request.ts +340 -340
- package/LocationService/index.ts +8 -8
- package/MerchantService/core/ApiRequestOptions.ts +12 -12
- package/MerchantService/core/BaseHttpRequest.ts +9 -9
- package/MerchantService/core/FetchHttpRequest.ts +21 -21
- package/MerchantService/core/OpenAPI.ts +55 -55
- package/MerchantService/core/request.ts +340 -340
- package/MerchantService/schemas.gen.ts +14764 -14764
- package/MerchantService/services.gen.ts +1602 -1602
- package/ProjectService/core/ApiRequestOptions.ts +12 -12
- package/ProjectService/core/BaseHttpRequest.ts +9 -9
- package/ProjectService/core/FetchHttpRequest.ts +21 -21
- package/ProjectService/core/OpenAPI.ts +55 -55
- package/ProjectService/core/request.ts +340 -340
- package/ProjectService/index.ts +8 -8
- package/ProjectService/services.gen.ts +492 -492
- package/ProjectService/types.gen.ts +1303 -1303
- package/ProjectService.json +2937 -2937
- package/SaasService/core/ApiRequestOptions.ts +12 -12
- package/SaasService/core/BaseHttpRequest.ts +9 -9
- package/SaasService/core/FetchHttpRequest.ts +21 -21
- package/SaasService/core/OpenAPI.ts +55 -55
- package/SaasService/core/request.ts +340 -340
- package/SaasService/index.ts +8 -8
- package/TagService/TagServiceClient.ts +44 -44
- package/TagService/core/ApiError.ts +20 -20
- package/TagService/core/ApiRequestOptions.ts +12 -12
- package/TagService/core/ApiResult.ts +6 -6
- package/TagService/core/BaseHttpRequest.ts +9 -9
- package/TagService/core/CancelablePromise.ts +125 -125
- package/TagService/core/FetchHttpRequest.ts +21 -21
- package/TagService/core/OpenAPI.ts +55 -55
- package/TagService/core/request.ts +340 -340
- package/TagService/index.ts +8 -8
- package/TagService/schemas.gen.ts +5012 -4736
- package/TagService/services.gen.ts +310 -199
- package/TagService/types.gen.ts +990 -800
- package/TravellerService/TravellerServiceClient.ts +56 -56
- package/TravellerService/core/ApiError.ts +20 -20
- package/TravellerService/core/ApiRequestOptions.ts +12 -12
- package/TravellerService/core/ApiResult.ts +6 -6
- package/TravellerService/core/BaseHttpRequest.ts +9 -9
- package/TravellerService/core/CancelablePromise.ts +125 -125
- package/TravellerService/core/FetchHttpRequest.ts +21 -21
- package/TravellerService/core/OpenAPI.ts +55 -55
- package/TravellerService/core/request.ts +340 -340
- package/TravellerService/index.ts +8 -8
- package/generator.mjs +11 -10
- package/package.json +1 -1
- package/swagger.json +4794 -4794
|
@@ -1,5 +1,55 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
2
|
|
|
3
|
+
export type PagedResultDto_ContractHeaderDetailForMerchantDto = {
|
|
4
|
+
items?: Array<UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderDetailForMerchantDto> | null;
|
|
5
|
+
totalCount?: number;
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export type PagedResultDto_ContractHeaderForMerchantDto = {
|
|
9
|
+
items?: Array<UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantDto> | null;
|
|
10
|
+
totalCount?: number;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export type PagedResultDto_ContractSettingDto = {
|
|
14
|
+
items?: Array<UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto> | null;
|
|
15
|
+
totalCount?: number;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export type PagedResultDto_ContractStoreDto = {
|
|
19
|
+
items?: Array<UniRefund_ContractService_ContractsForMerchant_ContractStores_ContractStoreDto> | null;
|
|
20
|
+
totalCount?: number;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export type PagedResultDto_MinimumNetCommissionDto = {
|
|
24
|
+
items?: Array<UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNetCommissionDto> | null;
|
|
25
|
+
totalCount?: number;
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export type PagedResultDto_RebateTableDetailDto = {
|
|
29
|
+
items?: Array<UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDetailDto> | null;
|
|
30
|
+
totalCount?: number;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export type PagedResultDto_RebateTableHeaderDto = {
|
|
34
|
+
items?: Array<UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderDto> | null;
|
|
35
|
+
totalCount?: number;
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export type PagedResultDto_RefundFeeHeaderDto = {
|
|
39
|
+
items?: Array<UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto> | null;
|
|
40
|
+
totalCount?: number;
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
export type PagedResultDto_RefundTableDetailDto = {
|
|
44
|
+
items?: Array<UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailDto> | null;
|
|
45
|
+
totalCount?: number;
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
export type PagedResultDto_RefundTableHeaderDto = {
|
|
49
|
+
items?: Array<UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto> | null;
|
|
50
|
+
totalCount?: number;
|
|
51
|
+
};
|
|
52
|
+
|
|
3
53
|
export type UniRefund_CRMService_Individuals_IndividualIdNameDto = {
|
|
4
54
|
id?: string;
|
|
5
55
|
name?: string | null;
|
|
@@ -60,7 +110,9 @@ export type UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Contr
|
|
|
60
110
|
contractTypeIdentifier: string;
|
|
61
111
|
webSite?: string | null;
|
|
62
112
|
merchantClassification: UniRefund_ContractService_Enums_MerchantClassification;
|
|
113
|
+
status?: UniRefund_ContractService_Enums_ContractHeaderStatus;
|
|
63
114
|
merchantBasicInformationDto?: UniRefund_CRMService_Merchants_MerchantBasicInformationDto;
|
|
115
|
+
isDraft?: boolean;
|
|
64
116
|
contractType: UniRefund_ContractService_Enums_ContractType;
|
|
65
117
|
addressCommonData: UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto;
|
|
66
118
|
contractHeaderRefundTableHeaders: Array<UniRefund_ContractService_ContractsForMerchant_ContractHeaderRefundTableHeaders_ContractHeaderRefundTableHeaderDto>;
|
|
@@ -70,12 +122,9 @@ export type UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Contr
|
|
|
70
122
|
readonly extraProperties?: {
|
|
71
123
|
[key: string]: unknown;
|
|
72
124
|
} | null;
|
|
73
|
-
contractTypeIdentifier: string;
|
|
74
125
|
webSite?: string | null;
|
|
75
126
|
merchantClassification: UniRefund_ContractService_Enums_MerchantClassification;
|
|
76
|
-
|
|
77
|
-
rebateSetting: UniRefund_ContractService_Rebates_RebateSettings_RebateSettingCreateDto;
|
|
78
|
-
contractSettings: Array<UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingCreateDto>;
|
|
127
|
+
addressCommonDataId: string;
|
|
79
128
|
refundTableHeaders?: Array<UniRefund_ContractService_ContractsForMerchant_ContractHeaderRefundTableHeaders_ContractHeaderRefundTableHeaderCreateDto> | null;
|
|
80
129
|
};
|
|
81
130
|
|
|
@@ -90,11 +139,11 @@ export type UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Contr
|
|
|
90
139
|
deletionTime?: string | null;
|
|
91
140
|
name: string;
|
|
92
141
|
contractTypeIdentifier: string;
|
|
142
|
+
isDraft?: boolean;
|
|
143
|
+
status?: UniRefund_ContractService_Enums_ContractHeaderStatus;
|
|
93
144
|
contractType: UniRefund_ContractService_Enums_ContractType;
|
|
94
145
|
addressCommonData: UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto;
|
|
95
|
-
rebateSetting: UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto;
|
|
96
146
|
contractHeaderRefundTableHeaders: Array<UniRefund_ContractService_ContractsForMerchant_ContractHeaderRefundTableHeaders_ContractHeaderRefundTableHeaderDto>;
|
|
97
|
-
contractSettings: Array<UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto>;
|
|
98
147
|
};
|
|
99
148
|
|
|
100
149
|
export type UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantUpdateDto = {
|
|
@@ -103,7 +152,8 @@ export type UniRefund_ContractService_ContractsForMerchant_ContractHeaders_Contr
|
|
|
103
152
|
} | null;
|
|
104
153
|
webSite?: string | null;
|
|
105
154
|
merchantClassification: UniRefund_ContractService_Enums_MerchantClassification;
|
|
106
|
-
|
|
155
|
+
status: UniRefund_ContractService_Enums_ContractHeaderStatus;
|
|
156
|
+
addressCommonDataId: string;
|
|
107
157
|
contractHeaderRefundTableHeaders?: Array<UniRefund_ContractService_ContractsForMerchant_ContractHeaderRefundTableHeaders_ContractHeaderRefundTableHeaderForMerchantUpdateDto> | null;
|
|
108
158
|
};
|
|
109
159
|
|
|
@@ -118,7 +168,7 @@ export type UniRefund_ContractService_ContractsForMerchant_ContractSettings_Cont
|
|
|
118
168
|
termOfPayment: number;
|
|
119
169
|
deliveryFee?: boolean;
|
|
120
170
|
factoring?: boolean;
|
|
121
|
-
|
|
171
|
+
invoicingAddressCommonDataId: string;
|
|
122
172
|
invoiceChannel: UniRefund_ContractService_Enums_InvoiceChannel;
|
|
123
173
|
eTaxFree?: boolean;
|
|
124
174
|
receiptType: UniRefund_ContractService_Enums_ReceiptType;
|
|
@@ -168,7 +218,7 @@ export type UniRefund_ContractService_ContractsForMerchant_ContractSettings_Cont
|
|
|
168
218
|
termOfPayment: number;
|
|
169
219
|
deliveryFee?: boolean;
|
|
170
220
|
factoring?: boolean;
|
|
171
|
-
|
|
221
|
+
invoicingAddressCommonDataId: string;
|
|
172
222
|
invoiceChannel: UniRefund_ContractService_Enums_InvoiceChannel;
|
|
173
223
|
eTaxFree?: boolean;
|
|
174
224
|
receiptType: UniRefund_ContractService_Enums_ReceiptType;
|
|
@@ -209,6 +259,10 @@ export type UniRefund_ContractService_ContractsForMerchant_ContractStores_Contra
|
|
|
209
259
|
receiptType: UniRefund_ContractService_Enums_ReceiptType;
|
|
210
260
|
};
|
|
211
261
|
|
|
262
|
+
export type UniRefund_ContractService_Enums_ContractHeaderDraftMissingSteps = 'ContractSetting' | 'RebateSettings' | 'RefundTableHeader';
|
|
263
|
+
|
|
264
|
+
export type UniRefund_ContractService_Enums_ContractHeaderStatus = 'None' | 'Registered' | 'DeRegistrationRequestedByUniRefund' | 'DeRegistrationDataRequestedByAuthorities' | 'SuspendedInternallyAfterDeRegistrationDecline' | 'DeRegisteredAtAuthorities' | 'SuspendedInternallyOnly' | 'SuspensionRequestedByUniRefund' | 'SuspensionRequestedByAuthorities' | 'UnSuspensionRequestedByUniRefund' | 'UnSuspensionRequestedByAuthorities' | 'SuspendedAtAuthorities' | 'UnSuspensionForFurtherDeRegistrationInvitedByAuthorities' | 'UnSuspensionForFurtherDeRegistrationRequestedByUniRefund' | 'Terminated';
|
|
265
|
+
|
|
212
266
|
export type UniRefund_ContractService_Enums_ContractType = 'Merchant' | 'RefundPoint';
|
|
213
267
|
|
|
214
268
|
export type UniRefund_ContractService_Enums_FeeType = 'TouristFee' | 'TouristBonusFee' | 'AgentFee' | 'AirportFee';
|
|
@@ -620,21 +674,6 @@ export type UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHead
|
|
|
620
674
|
validTo?: string | null;
|
|
621
675
|
};
|
|
622
676
|
|
|
623
|
-
export type UniRefund_LocationService_AddressCommonDatas_AddressCommonDataCreateDto = {
|
|
624
|
-
readonly extraProperties?: {
|
|
625
|
-
[key: string]: unknown;
|
|
626
|
-
} | null;
|
|
627
|
-
type: UniRefund_LocationService_Enums_AddressType;
|
|
628
|
-
addressLine: string;
|
|
629
|
-
postalCode: string;
|
|
630
|
-
primaryFlag?: boolean;
|
|
631
|
-
countryId: string;
|
|
632
|
-
regionId?: string | null;
|
|
633
|
-
cityId?: string | null;
|
|
634
|
-
districtId?: string | null;
|
|
635
|
-
neighborhoodId?: string | null;
|
|
636
|
-
};
|
|
637
|
-
|
|
638
677
|
export type UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto = {
|
|
639
678
|
id: string;
|
|
640
679
|
creationTime?: string;
|
|
@@ -656,72 +695,7 @@ export type UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto =
|
|
|
656
695
|
neighborhoodId?: string | null;
|
|
657
696
|
};
|
|
658
697
|
|
|
659
|
-
export type
|
|
660
|
-
readonly extraProperties?: {
|
|
661
|
-
[key: string]: unknown;
|
|
662
|
-
} | null;
|
|
663
|
-
type: UniRefund_LocationService_Enums_AddressType;
|
|
664
|
-
addressLine: string;
|
|
665
|
-
postalCode: string;
|
|
666
|
-
primaryFlag?: boolean;
|
|
667
|
-
countryId: string;
|
|
668
|
-
regionId?: string | null;
|
|
669
|
-
cityId?: string | null;
|
|
670
|
-
districtId?: string | null;
|
|
671
|
-
neighborhoodId?: string | null;
|
|
672
|
-
};
|
|
673
|
-
|
|
674
|
-
export type UniRefund_LocationService_Enums_AddressType = 'Home' | 'Office';
|
|
675
|
-
|
|
676
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_1 = {
|
|
677
|
-
items?: Array<UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderDetailForMerchantDto> | null;
|
|
678
|
-
totalCount?: number;
|
|
679
|
-
};
|
|
680
|
-
|
|
681
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_12 = {
|
|
682
|
-
items?: Array<UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantDto> | null;
|
|
683
|
-
totalCount?: number;
|
|
684
|
-
};
|
|
685
|
-
|
|
686
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_13 = {
|
|
687
|
-
items?: Array<UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto> | null;
|
|
688
|
-
totalCount?: number;
|
|
689
|
-
};
|
|
690
|
-
|
|
691
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_14 = {
|
|
692
|
-
items?: Array<UniRefund_ContractService_ContractsForMerchant_ContractStores_ContractStoreDto> | null;
|
|
693
|
-
totalCount?: number;
|
|
694
|
-
};
|
|
695
|
-
|
|
696
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_15 = {
|
|
697
|
-
items?: Array<UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNetCommissionDto> | null;
|
|
698
|
-
totalCount?: number;
|
|
699
|
-
};
|
|
700
|
-
|
|
701
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_16 = {
|
|
702
|
-
items?: Array<UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDetailDto> | null;
|
|
703
|
-
totalCount?: number;
|
|
704
|
-
};
|
|
705
|
-
|
|
706
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_17 = {
|
|
707
|
-
items?: Array<UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderDto> | null;
|
|
708
|
-
totalCount?: number;
|
|
709
|
-
};
|
|
710
|
-
|
|
711
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_18 = {
|
|
712
|
-
items?: Array<UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderDto> | null;
|
|
713
|
-
totalCount?: number;
|
|
714
|
-
};
|
|
715
|
-
|
|
716
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_19 = {
|
|
717
|
-
items?: Array<UniRefund_ContractService_Refunds_RefundTableDetails_RefundTableDetailDto> | null;
|
|
718
|
-
totalCount?: number;
|
|
719
|
-
};
|
|
720
|
-
|
|
721
|
-
export type Volo_Abp_Application_Dtos_PagedResultDto_110 = {
|
|
722
|
-
items?: Array<UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderDto> | null;
|
|
723
|
-
totalCount?: number;
|
|
724
|
-
};
|
|
698
|
+
export type UniRefund_LocationService_Enums_AddressType = 'Home' | 'Office' | 'Invoice' | 'Contact';
|
|
725
699
|
|
|
726
700
|
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
|
|
727
701
|
grantedPolicies?: {
|
|
@@ -1125,6 +1099,12 @@ export type GetApiAbpApplicationLocalizationData = {
|
|
|
1125
1099
|
|
|
1126
1100
|
export type GetApiAbpApplicationLocalizationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
|
|
1127
1101
|
|
|
1102
|
+
export type PostApiContractServiceMerchantsContractsContractHeadersByIdValidateData = {
|
|
1103
|
+
id: string;
|
|
1104
|
+
};
|
|
1105
|
+
|
|
1106
|
+
export type PostApiContractServiceMerchantsContractsContractHeadersByIdValidateResponse = boolean;
|
|
1107
|
+
|
|
1128
1108
|
export type GetApiContractServiceMerchantsContractsContractSettingsByIdData = {
|
|
1129
1109
|
id: string;
|
|
1130
1110
|
};
|
|
@@ -1150,7 +1130,7 @@ export type GetApiContractServiceMerchantsContractsContractSettingsData = {
|
|
|
1150
1130
|
sorting?: string;
|
|
1151
1131
|
};
|
|
1152
1132
|
|
|
1153
|
-
export type GetApiContractServiceMerchantsContractsContractSettingsResponse =
|
|
1133
|
+
export type GetApiContractServiceMerchantsContractsContractSettingsResponse = PagedResultDto_ContractSettingDto;
|
|
1154
1134
|
|
|
1155
1135
|
export type GetApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsData = {
|
|
1156
1136
|
id: string;
|
|
@@ -1159,7 +1139,7 @@ export type GetApiContractServiceMerchantsContractsContractHeadersByIdContractSe
|
|
|
1159
1139
|
sorting?: string;
|
|
1160
1140
|
};
|
|
1161
1141
|
|
|
1162
|
-
export type GetApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsResponse =
|
|
1142
|
+
export type GetApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsResponse = PagedResultDto_ContractSettingDto;
|
|
1163
1143
|
|
|
1164
1144
|
export type PostApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsData = {
|
|
1165
1145
|
id: string;
|
|
@@ -1174,6 +1154,13 @@ export type GetApiContractServiceMerchantsContractsContractHeadersByIdRebateSett
|
|
|
1174
1154
|
|
|
1175
1155
|
export type GetApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsResponse = UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto;
|
|
1176
1156
|
|
|
1157
|
+
export type PostApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsData = {
|
|
1158
|
+
id: string;
|
|
1159
|
+
requestBody?: UniRefund_ContractService_Rebates_RebateSettings_RebateSettingCreateDto;
|
|
1160
|
+
};
|
|
1161
|
+
|
|
1162
|
+
export type PostApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsResponse = UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto;
|
|
1163
|
+
|
|
1177
1164
|
export type PostApiContractServiceMerchantsContractsContractSettingsByIdContractStoresData = {
|
|
1178
1165
|
id: string;
|
|
1179
1166
|
requestBody?: UniRefund_ContractService_ContractsForMerchant_ContractStores_ContractStoreCreateDto;
|
|
@@ -1206,21 +1193,24 @@ export type GetApiContractServiceMerchantsContractsContractStoresData = {
|
|
|
1206
1193
|
sorting?: string;
|
|
1207
1194
|
};
|
|
1208
1195
|
|
|
1209
|
-
export type GetApiContractServiceMerchantsContractsContractStoresResponse =
|
|
1196
|
+
export type GetApiContractServiceMerchantsContractsContractStoresResponse = PagedResultDto_ContractStoreDto;
|
|
1210
1197
|
|
|
1211
|
-
export type
|
|
1198
|
+
export type PostApiContractServiceMerchantsByIdContractsContractHeadersData = {
|
|
1199
|
+
id: string;
|
|
1212
1200
|
requestBody?: UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantCreateDto;
|
|
1213
1201
|
};
|
|
1214
1202
|
|
|
1215
|
-
export type
|
|
1203
|
+
export type PostApiContractServiceMerchantsByIdContractsContractHeadersResponse = UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantDto;
|
|
1216
1204
|
|
|
1217
|
-
export type
|
|
1205
|
+
export type GetApiContractServiceMerchantsByIdContractsContractHeadersData = {
|
|
1206
|
+
id: string;
|
|
1207
|
+
isDraft?: boolean;
|
|
1218
1208
|
maxResultCount?: number;
|
|
1219
1209
|
skipCount?: number;
|
|
1220
1210
|
sorting?: string;
|
|
1221
1211
|
};
|
|
1222
1212
|
|
|
1223
|
-
export type
|
|
1213
|
+
export type GetApiContractServiceMerchantsByIdContractsContractHeadersResponse = PagedResultDto_ContractHeaderDetailForMerchantDto;
|
|
1224
1214
|
|
|
1225
1215
|
export type DeleteApiContractServiceMerchantsContractsContractHeadersByIdData = {
|
|
1226
1216
|
id: string;
|
|
@@ -1241,14 +1231,20 @@ export type PutApiContractServiceMerchantsContractsContractHeadersByIdData = {
|
|
|
1241
1231
|
|
|
1242
1232
|
export type PutApiContractServiceMerchantsContractsContractHeadersByIdResponse = UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderDetailForMerchantDto;
|
|
1243
1233
|
|
|
1244
|
-
export type
|
|
1245
|
-
|
|
1234
|
+
export type GetApiContractServiceMerchantsContractsContractHeadersData = {
|
|
1235
|
+
isDraft?: boolean;
|
|
1246
1236
|
maxResultCount?: number;
|
|
1247
1237
|
skipCount?: number;
|
|
1248
1238
|
sorting?: string;
|
|
1249
1239
|
};
|
|
1250
1240
|
|
|
1251
|
-
export type
|
|
1241
|
+
export type GetApiContractServiceMerchantsContractsContractHeadersResponse = PagedResultDto_ContractHeaderForMerchantDto;
|
|
1242
|
+
|
|
1243
|
+
export type GetApiContractServiceMerchantsContractsContractHeadersByIdGetMissingStepsData = {
|
|
1244
|
+
id: string;
|
|
1245
|
+
};
|
|
1246
|
+
|
|
1247
|
+
export type GetApiContractServiceMerchantsContractsContractHeadersByIdGetMissingStepsResponse = Array<UniRefund_ContractService_Enums_ContractHeaderDraftMissingSteps>;
|
|
1252
1248
|
|
|
1253
1249
|
export type GetApiContractServiceRebateTablesRebateSettingsByIdData = {
|
|
1254
1250
|
id: string;
|
|
@@ -1263,12 +1259,6 @@ export type PutApiContractServiceRebateTablesRebateSettingsByIdData = {
|
|
|
1263
1259
|
|
|
1264
1260
|
export type PutApiContractServiceRebateTablesRebateSettingsByIdResponse = UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto;
|
|
1265
1261
|
|
|
1266
|
-
export type DeleteApiContractServiceRebateTablesRebateSettingsByIdData = {
|
|
1267
|
-
id: string;
|
|
1268
|
-
};
|
|
1269
|
-
|
|
1270
|
-
export type DeleteApiContractServiceRebateTablesRebateSettingsByIdResponse = unknown;
|
|
1271
|
-
|
|
1272
1262
|
export type PostApiContractServiceRebateTablesRebateSettingsByIdMinimumNetCommissionsData = {
|
|
1273
1263
|
id: string;
|
|
1274
1264
|
requestBody?: UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNetCommissionCreateDto;
|
|
@@ -1307,7 +1297,7 @@ export type GetApiContractServiceRebateTablesMinimumNetCommissionsData = {
|
|
|
1307
1297
|
sorting?: string;
|
|
1308
1298
|
};
|
|
1309
1299
|
|
|
1310
|
-
export type GetApiContractServiceRebateTablesMinimumNetCommissionsResponse =
|
|
1300
|
+
export type GetApiContractServiceRebateTablesMinimumNetCommissionsResponse = PagedResultDto_MinimumNetCommissionDto;
|
|
1311
1301
|
|
|
1312
1302
|
export type GetApiContractServiceRebateTablesRebateTableHeadersProcessingFeeDetailsByIdData = {
|
|
1313
1303
|
id: string;
|
|
@@ -1360,7 +1350,7 @@ export type GetApiContractServiceRebateTablesRebateTableDetailsData = {
|
|
|
1360
1350
|
sorting?: string;
|
|
1361
1351
|
};
|
|
1362
1352
|
|
|
1363
|
-
export type GetApiContractServiceRebateTablesRebateTableDetailsResponse =
|
|
1353
|
+
export type GetApiContractServiceRebateTablesRebateTableDetailsResponse = PagedResultDto_RebateTableDetailDto;
|
|
1364
1354
|
|
|
1365
1355
|
export type GetApiContractServiceRebateTablesRebateTableHeadersByIdData = {
|
|
1366
1356
|
id: string;
|
|
@@ -1387,7 +1377,7 @@ export type GetApiContractServiceRebateTablesRebateTableHeadersTemplatesData = {
|
|
|
1387
1377
|
sorting?: string;
|
|
1388
1378
|
};
|
|
1389
1379
|
|
|
1390
|
-
export type GetApiContractServiceRebateTablesRebateTableHeadersTemplatesResponse =
|
|
1380
|
+
export type GetApiContractServiceRebateTablesRebateTableHeadersTemplatesResponse = PagedResultDto_RebateTableHeaderDto;
|
|
1391
1381
|
|
|
1392
1382
|
export type PostApiContractServiceRebateTablesRebateTableHeadersData = {
|
|
1393
1383
|
requestBody?: UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderCreateDto;
|
|
@@ -1426,7 +1416,7 @@ export type GetApiContractServiceRefundTablesRefundTableHeadersData = {
|
|
|
1426
1416
|
skipCount?: number;
|
|
1427
1417
|
};
|
|
1428
1418
|
|
|
1429
|
-
export type GetApiContractServiceRefundTablesRefundTableHeadersResponse =
|
|
1419
|
+
export type GetApiContractServiceRefundTablesRefundTableHeadersResponse = PagedResultDto_RefundTableHeaderDto;
|
|
1430
1420
|
|
|
1431
1421
|
export type PostApiContractServiceRefundTablesRefundTableHeadersData = {
|
|
1432
1422
|
requestBody?: UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHeaderCreateDto;
|
|
@@ -1473,7 +1463,7 @@ export type GetApiContractServiceRefundTablesRefundTableDetailsData = {
|
|
|
1473
1463
|
sorting?: string;
|
|
1474
1464
|
};
|
|
1475
1465
|
|
|
1476
|
-
export type GetApiContractServiceRefundTablesRefundTableDetailsResponse =
|
|
1466
|
+
export type GetApiContractServiceRefundTablesRefundTableDetailsResponse = PagedResultDto_RefundTableDetailDto;
|
|
1477
1467
|
|
|
1478
1468
|
export type GetApiContractServiceRefundTablesRefundFeeHeadersByIdData = {
|
|
1479
1469
|
id: string;
|
|
@@ -1499,7 +1489,7 @@ export type GetApiContractServiceRefundTablesRefundFeeHeadersData = {
|
|
|
1499
1489
|
skipCount?: number;
|
|
1500
1490
|
};
|
|
1501
1491
|
|
|
1502
|
-
export type GetApiContractServiceRefundTablesRefundFeeHeadersResponse =
|
|
1492
|
+
export type GetApiContractServiceRefundTablesRefundFeeHeadersResponse = PagedResultDto_RefundFeeHeaderDto;
|
|
1503
1493
|
|
|
1504
1494
|
export type PostApiContractServiceRefundTablesRefundFeeHeadersData = {
|
|
1505
1495
|
requestBody?: UniRefund_ContractService_Refunds_RefundFeeHeaders_RefundFeeHeaderCreateDto;
|
|
@@ -1645,6 +1635,41 @@ export type $OpenApiTs = {
|
|
|
1645
1635
|
};
|
|
1646
1636
|
};
|
|
1647
1637
|
};
|
|
1638
|
+
'/api/contract-service/merchants/contracts/contract-headers/{id}/validate': {
|
|
1639
|
+
post: {
|
|
1640
|
+
req: PostApiContractServiceMerchantsContractsContractHeadersByIdValidateData;
|
|
1641
|
+
res: {
|
|
1642
|
+
/**
|
|
1643
|
+
* Success
|
|
1644
|
+
*/
|
|
1645
|
+
200: boolean;
|
|
1646
|
+
/**
|
|
1647
|
+
* Bad Request
|
|
1648
|
+
*/
|
|
1649
|
+
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1650
|
+
/**
|
|
1651
|
+
* Unauthorized
|
|
1652
|
+
*/
|
|
1653
|
+
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1654
|
+
/**
|
|
1655
|
+
* Forbidden
|
|
1656
|
+
*/
|
|
1657
|
+
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1658
|
+
/**
|
|
1659
|
+
* Not Found
|
|
1660
|
+
*/
|
|
1661
|
+
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1662
|
+
/**
|
|
1663
|
+
* Server Error
|
|
1664
|
+
*/
|
|
1665
|
+
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1666
|
+
/**
|
|
1667
|
+
* Server Error
|
|
1668
|
+
*/
|
|
1669
|
+
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1670
|
+
};
|
|
1671
|
+
};
|
|
1672
|
+
};
|
|
1648
1673
|
'/api/contract-service/merchants/contracts/contract-settings/{id}': {
|
|
1649
1674
|
get: {
|
|
1650
1675
|
req: GetApiContractServiceMerchantsContractsContractSettingsByIdData;
|
|
@@ -1753,7 +1778,7 @@ export type $OpenApiTs = {
|
|
|
1753
1778
|
/**
|
|
1754
1779
|
* Success
|
|
1755
1780
|
*/
|
|
1756
|
-
200:
|
|
1781
|
+
200: PagedResultDto_ContractSettingDto;
|
|
1757
1782
|
/**
|
|
1758
1783
|
* Bad Request
|
|
1759
1784
|
*/
|
|
@@ -1788,7 +1813,7 @@ export type $OpenApiTs = {
|
|
|
1788
1813
|
/**
|
|
1789
1814
|
* Success
|
|
1790
1815
|
*/
|
|
1791
|
-
200:
|
|
1816
|
+
200: PagedResultDto_ContractSettingDto;
|
|
1792
1817
|
/**
|
|
1793
1818
|
* Bad Request
|
|
1794
1819
|
*/
|
|
@@ -1883,6 +1908,39 @@ export type $OpenApiTs = {
|
|
|
1883
1908
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1884
1909
|
};
|
|
1885
1910
|
};
|
|
1911
|
+
post: {
|
|
1912
|
+
req: PostApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsData;
|
|
1913
|
+
res: {
|
|
1914
|
+
/**
|
|
1915
|
+
* Success
|
|
1916
|
+
*/
|
|
1917
|
+
200: UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto;
|
|
1918
|
+
/**
|
|
1919
|
+
* Bad Request
|
|
1920
|
+
*/
|
|
1921
|
+
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1922
|
+
/**
|
|
1923
|
+
* Unauthorized
|
|
1924
|
+
*/
|
|
1925
|
+
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1926
|
+
/**
|
|
1927
|
+
* Forbidden
|
|
1928
|
+
*/
|
|
1929
|
+
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1930
|
+
/**
|
|
1931
|
+
* Not Found
|
|
1932
|
+
*/
|
|
1933
|
+
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1934
|
+
/**
|
|
1935
|
+
* Server Error
|
|
1936
|
+
*/
|
|
1937
|
+
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1938
|
+
/**
|
|
1939
|
+
* Server Error
|
|
1940
|
+
*/
|
|
1941
|
+
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
1942
|
+
};
|
|
1943
|
+
};
|
|
1886
1944
|
};
|
|
1887
1945
|
'/api/contract-service/merchants/contracts/contract-settings/{id}/contract-stores': {
|
|
1888
1946
|
post: {
|
|
@@ -2027,7 +2085,7 @@ export type $OpenApiTs = {
|
|
|
2027
2085
|
/**
|
|
2028
2086
|
* Success
|
|
2029
2087
|
*/
|
|
2030
|
-
200:
|
|
2088
|
+
200: PagedResultDto_ContractStoreDto;
|
|
2031
2089
|
/**
|
|
2032
2090
|
* Bad Request
|
|
2033
2091
|
*/
|
|
@@ -2055,9 +2113,9 @@ export type $OpenApiTs = {
|
|
|
2055
2113
|
};
|
|
2056
2114
|
};
|
|
2057
2115
|
};
|
|
2058
|
-
'/api/contract-service/merchants/contracts/contract-headers': {
|
|
2116
|
+
'/api/contract-service/merchants/{id}/contracts/contract-headers': {
|
|
2059
2117
|
post: {
|
|
2060
|
-
req:
|
|
2118
|
+
req: PostApiContractServiceMerchantsByIdContractsContractHeadersData;
|
|
2061
2119
|
res: {
|
|
2062
2120
|
/**
|
|
2063
2121
|
* Success
|
|
@@ -2090,12 +2148,12 @@ export type $OpenApiTs = {
|
|
|
2090
2148
|
};
|
|
2091
2149
|
};
|
|
2092
2150
|
get: {
|
|
2093
|
-
req:
|
|
2151
|
+
req: GetApiContractServiceMerchantsByIdContractsContractHeadersData;
|
|
2094
2152
|
res: {
|
|
2095
2153
|
/**
|
|
2096
2154
|
* Success
|
|
2097
2155
|
*/
|
|
2098
|
-
200:
|
|
2156
|
+
200: PagedResultDto_ContractHeaderDetailForMerchantDto;
|
|
2099
2157
|
/**
|
|
2100
2158
|
* Bad Request
|
|
2101
2159
|
*/
|
|
@@ -2224,14 +2282,14 @@ export type $OpenApiTs = {
|
|
|
2224
2282
|
};
|
|
2225
2283
|
};
|
|
2226
2284
|
};
|
|
2227
|
-
'/api/contract-service/merchants/
|
|
2285
|
+
'/api/contract-service/merchants/contracts/contract-headers': {
|
|
2228
2286
|
get: {
|
|
2229
|
-
req:
|
|
2287
|
+
req: GetApiContractServiceMerchantsContractsContractHeadersData;
|
|
2230
2288
|
res: {
|
|
2231
2289
|
/**
|
|
2232
2290
|
* Success
|
|
2233
2291
|
*/
|
|
2234
|
-
200:
|
|
2292
|
+
200: PagedResultDto_ContractHeaderForMerchantDto;
|
|
2235
2293
|
/**
|
|
2236
2294
|
* Bad Request
|
|
2237
2295
|
*/
|
|
@@ -2259,14 +2317,14 @@ export type $OpenApiTs = {
|
|
|
2259
2317
|
};
|
|
2260
2318
|
};
|
|
2261
2319
|
};
|
|
2262
|
-
'/api/contract-service/
|
|
2320
|
+
'/api/contract-service/merchants/contracts/contract-headers/{id}/get-missing-steps': {
|
|
2263
2321
|
get: {
|
|
2264
|
-
req:
|
|
2322
|
+
req: GetApiContractServiceMerchantsContractsContractHeadersByIdGetMissingStepsData;
|
|
2265
2323
|
res: {
|
|
2266
2324
|
/**
|
|
2267
2325
|
* Success
|
|
2268
2326
|
*/
|
|
2269
|
-
200:
|
|
2327
|
+
200: Array<UniRefund_ContractService_Enums_ContractHeaderDraftMissingSteps>;
|
|
2270
2328
|
/**
|
|
2271
2329
|
* Bad Request
|
|
2272
2330
|
*/
|
|
@@ -2293,8 +2351,10 @@ export type $OpenApiTs = {
|
|
|
2293
2351
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2294
2352
|
};
|
|
2295
2353
|
};
|
|
2296
|
-
|
|
2297
|
-
|
|
2354
|
+
};
|
|
2355
|
+
'/api/contract-service/rebate-tables/rebate-settings/{id}': {
|
|
2356
|
+
get: {
|
|
2357
|
+
req: GetApiContractServiceRebateTablesRebateSettingsByIdData;
|
|
2298
2358
|
res: {
|
|
2299
2359
|
/**
|
|
2300
2360
|
* Success
|
|
@@ -2326,13 +2386,13 @@ export type $OpenApiTs = {
|
|
|
2326
2386
|
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
2327
2387
|
};
|
|
2328
2388
|
};
|
|
2329
|
-
|
|
2330
|
-
req:
|
|
2389
|
+
put: {
|
|
2390
|
+
req: PutApiContractServiceRebateTablesRebateSettingsByIdData;
|
|
2331
2391
|
res: {
|
|
2332
2392
|
/**
|
|
2333
2393
|
* Success
|
|
2334
2394
|
*/
|
|
2335
|
-
200:
|
|
2395
|
+
200: UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto;
|
|
2336
2396
|
/**
|
|
2337
2397
|
* Bad Request
|
|
2338
2398
|
*/
|
|
@@ -2538,7 +2598,7 @@ export type $OpenApiTs = {
|
|
|
2538
2598
|
/**
|
|
2539
2599
|
* Success
|
|
2540
2600
|
*/
|
|
2541
|
-
200:
|
|
2601
|
+
200: PagedResultDto_MinimumNetCommissionDto;
|
|
2542
2602
|
/**
|
|
2543
2603
|
* Bad Request
|
|
2544
2604
|
*/
|
|
@@ -2810,7 +2870,7 @@ export type $OpenApiTs = {
|
|
|
2810
2870
|
/**
|
|
2811
2871
|
* Success
|
|
2812
2872
|
*/
|
|
2813
|
-
200:
|
|
2873
|
+
200: PagedResultDto_RebateTableDetailDto;
|
|
2814
2874
|
/**
|
|
2815
2875
|
* Bad Request
|
|
2816
2876
|
*/
|
|
@@ -2946,7 +3006,7 @@ export type $OpenApiTs = {
|
|
|
2946
3006
|
/**
|
|
2947
3007
|
* Success
|
|
2948
3008
|
*/
|
|
2949
|
-
200:
|
|
3009
|
+
200: PagedResultDto_RebateTableHeaderDto;
|
|
2950
3010
|
/**
|
|
2951
3011
|
* Bad Request
|
|
2952
3012
|
*/
|
|
@@ -3152,7 +3212,7 @@ export type $OpenApiTs = {
|
|
|
3152
3212
|
/**
|
|
3153
3213
|
* Success
|
|
3154
3214
|
*/
|
|
3155
|
-
200:
|
|
3215
|
+
200: PagedResultDto_RefundTableHeaderDto;
|
|
3156
3216
|
/**
|
|
3157
3217
|
* Bad Request
|
|
3158
3218
|
*/
|
|
@@ -3391,7 +3451,7 @@ export type $OpenApiTs = {
|
|
|
3391
3451
|
/**
|
|
3392
3452
|
* Success
|
|
3393
3453
|
*/
|
|
3394
|
-
200:
|
|
3454
|
+
200: PagedResultDto_RefundTableDetailDto;
|
|
3395
3455
|
/**
|
|
3396
3456
|
* Bad Request
|
|
3397
3457
|
*/
|
|
@@ -3527,7 +3587,7 @@ export type $OpenApiTs = {
|
|
|
3527
3587
|
/**
|
|
3528
3588
|
* Success
|
|
3529
3589
|
*/
|
|
3530
|
-
200:
|
|
3590
|
+
200: PagedResultDto_RefundFeeHeaderDto;
|
|
3531
3591
|
/**
|
|
3532
3592
|
* Bad Request
|
|
3533
3593
|
*/
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export type ApiRequestOptions = {
|
|
2
|
-
readonly method: 'GET' | 'PUT' | 'POST' | 'DELETE' | 'OPTIONS' | 'HEAD' | 'PATCH';
|
|
3
|
-
readonly url: string;
|
|
4
|
-
readonly path?: Record<string, unknown>;
|
|
5
|
-
readonly cookies?: Record<string, unknown>;
|
|
6
|
-
readonly headers?: Record<string, unknown>;
|
|
7
|
-
readonly query?: Record<string, unknown>;
|
|
8
|
-
readonly formData?: Record<string, unknown>;
|
|
9
|
-
readonly body?: any;
|
|
10
|
-
readonly mediaType?: string;
|
|
11
|
-
readonly responseHeader?: string;
|
|
12
|
-
readonly errors?: Record<number, string>;
|
|
1
|
+
export type ApiRequestOptions = {
|
|
2
|
+
readonly method: 'GET' | 'PUT' | 'POST' | 'DELETE' | 'OPTIONS' | 'HEAD' | 'PATCH';
|
|
3
|
+
readonly url: string;
|
|
4
|
+
readonly path?: Record<string, unknown>;
|
|
5
|
+
readonly cookies?: Record<string, unknown>;
|
|
6
|
+
readonly headers?: Record<string, unknown>;
|
|
7
|
+
readonly query?: Record<string, unknown>;
|
|
8
|
+
readonly formData?: Record<string, unknown>;
|
|
9
|
+
readonly body?: any;
|
|
10
|
+
readonly mediaType?: string;
|
|
11
|
+
readonly responseHeader?: string;
|
|
12
|
+
readonly errors?: Record<number, string>;
|
|
13
13
|
};
|