@ayasofyazilim/saas 0.0.48 → 0.0.50

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.
Files changed (122) hide show
  1. package/AccountService/AccountServiceClient.ts +68 -68
  2. package/AccountService/core/ApiRequestOptions.ts +12 -12
  3. package/AccountService/core/BaseHttpRequest.ts +9 -9
  4. package/AccountService/core/FetchHttpRequest.ts +21 -21
  5. package/AccountService/core/OpenAPI.ts +55 -55
  6. package/AccountService/core/request.ts +340 -340
  7. package/AccountService/index.ts +8 -8
  8. package/AccountService/schemas.gen.ts +5333 -5333
  9. package/AccountService/services.gen.ts +1539 -1539
  10. package/AccountService/types.gen.ts +3328 -3328
  11. package/AdministrationService/AdministrationServiceClient.ts +77 -77
  12. package/AdministrationService/core/ApiRequestOptions.ts +12 -12
  13. package/AdministrationService/core/BaseHttpRequest.ts +9 -9
  14. package/AdministrationService/core/FetchHttpRequest.ts +21 -21
  15. package/AdministrationService/core/OpenAPI.ts +55 -55
  16. package/AdministrationService/core/request.ts +340 -340
  17. package/AdministrationService/index.ts +8 -8
  18. package/AdministrationService/schemas.gen.ts +5987 -5987
  19. package/AdministrationService/services.gen.ts +1404 -1404
  20. package/AdministrationService/types.gen.ts +2851 -2851
  21. package/BackerService/core/ApiRequestOptions.ts +12 -12
  22. package/BackerService/core/BaseHttpRequest.ts +9 -9
  23. package/BackerService/core/FetchHttpRequest.ts +21 -21
  24. package/BackerService/core/OpenAPI.ts +55 -55
  25. package/BackerService/core/request.ts +340 -340
  26. package/BackerService/index.ts +8 -8
  27. package/BackerService/services.gen.ts +866 -866
  28. package/BackerService/types.gen.ts +2170 -2170
  29. package/CRMService/schemas.gen.ts +124 -113
  30. package/CRMService/services.gen.ts +133 -1
  31. package/CRMService/types.gen.ts +239 -12
  32. package/ContractService/ContractServiceClient.ts +3 -3
  33. package/ContractService/schemas.gen.ts +1836 -495
  34. package/ContractService/services.gen.ts +108 -84
  35. package/ContractService/types.gen.ts +295 -130
  36. package/FundraiserService/core/ApiRequestOptions.ts +12 -12
  37. package/FundraiserService/core/BaseHttpRequest.ts +9 -9
  38. package/FundraiserService/core/FetchHttpRequest.ts +21 -21
  39. package/FundraiserService/core/OpenAPI.ts +55 -55
  40. package/FundraiserService/core/request.ts +340 -340
  41. package/FundraiserService/index.ts +8 -8
  42. package/FundraiserService/services.gen.ts +627 -627
  43. package/FundraiserService/types.gen.ts +1793 -1793
  44. package/IdentityService/IdentityServiceClient.ts +80 -80
  45. package/IdentityService/core/ApiRequestOptions.ts +12 -12
  46. package/IdentityService/core/BaseHttpRequest.ts +9 -9
  47. package/IdentityService/core/FetchHttpRequest.ts +21 -21
  48. package/IdentityService/core/OpenAPI.ts +55 -55
  49. package/IdentityService/core/request.ts +340 -340
  50. package/IdentityService/index.ts +8 -8
  51. package/IdentityService/schemas.gen.ts +6845 -6845
  52. package/IdentityService/services.gen.ts +2924 -2924
  53. package/IdentityService/types.gen.ts +5484 -5484
  54. package/LocationService/LocationServiceClient.ts +74 -74
  55. package/LocationService/core/ApiError.ts +20 -20
  56. package/LocationService/core/ApiRequestOptions.ts +12 -12
  57. package/LocationService/core/ApiResult.ts +6 -6
  58. package/LocationService/core/BaseHttpRequest.ts +9 -9
  59. package/LocationService/core/CancelablePromise.ts +125 -125
  60. package/LocationService/core/FetchHttpRequest.ts +21 -21
  61. package/LocationService/core/OpenAPI.ts +55 -55
  62. package/LocationService/core/request.ts +340 -340
  63. package/LocationService/index.ts +8 -8
  64. package/LocationService/schemas.gen.ts +6639 -6639
  65. package/LocationService/services.gen.ts +1726 -1726
  66. package/LocationService/types.gen.ts +3615 -3615
  67. package/MerchantService/core/ApiRequestOptions.ts +12 -12
  68. package/MerchantService/core/BaseHttpRequest.ts +9 -9
  69. package/MerchantService/core/FetchHttpRequest.ts +21 -21
  70. package/MerchantService/core/OpenAPI.ts +55 -55
  71. package/MerchantService/core/request.ts +340 -340
  72. package/MerchantService/schemas.gen.ts +14764 -14764
  73. package/MerchantService/services.gen.ts +1602 -1602
  74. package/ProjectService/core/ApiRequestOptions.ts +12 -12
  75. package/ProjectService/core/BaseHttpRequest.ts +9 -9
  76. package/ProjectService/core/FetchHttpRequest.ts +21 -21
  77. package/ProjectService/core/OpenAPI.ts +55 -55
  78. package/ProjectService/core/request.ts +340 -340
  79. package/ProjectService/index.ts +8 -8
  80. package/ProjectService/services.gen.ts +492 -492
  81. package/ProjectService/types.gen.ts +1303 -1303
  82. package/ProjectService.json +2937 -2937
  83. package/SaasService/core/ApiRequestOptions.ts +12 -12
  84. package/SaasService/core/BaseHttpRequest.ts +9 -9
  85. package/SaasService/core/FetchHttpRequest.ts +21 -21
  86. package/SaasService/core/OpenAPI.ts +55 -55
  87. package/SaasService/core/request.ts +340 -340
  88. package/SaasService/index.ts +8 -8
  89. package/SaasService/schemas.gen.ts +5345 -5345
  90. package/SaasService/services.gen.ts +1329 -1329
  91. package/SaasService/types.gen.ts +2737 -2737
  92. package/SettingService/schemas.gen.ts +5410 -5410
  93. package/SettingService/services.gen.ts +890 -890
  94. package/SettingService/types.gen.ts +2052 -2052
  95. package/TagService/TagServiceClient.ts +44 -44
  96. package/TagService/core/ApiError.ts +20 -20
  97. package/TagService/core/ApiRequestOptions.ts +12 -12
  98. package/TagService/core/ApiResult.ts +6 -6
  99. package/TagService/core/BaseHttpRequest.ts +9 -9
  100. package/TagService/core/CancelablePromise.ts +125 -125
  101. package/TagService/core/FetchHttpRequest.ts +21 -21
  102. package/TagService/core/OpenAPI.ts +55 -55
  103. package/TagService/core/request.ts +340 -340
  104. package/TagService/index.ts +8 -8
  105. package/TagService/schemas.gen.ts +4677 -4677
  106. package/TagService/services.gen.ts +175 -175
  107. package/TagService/types.gen.ts +771 -771
  108. package/TravellerService/TravellerServiceClient.ts +56 -56
  109. package/TravellerService/core/ApiError.ts +20 -20
  110. package/TravellerService/core/ApiRequestOptions.ts +12 -12
  111. package/TravellerService/core/ApiResult.ts +6 -6
  112. package/TravellerService/core/BaseHttpRequest.ts +9 -9
  113. package/TravellerService/core/CancelablePromise.ts +125 -125
  114. package/TravellerService/core/FetchHttpRequest.ts +21 -21
  115. package/TravellerService/core/OpenAPI.ts +55 -55
  116. package/TravellerService/core/request.ts +340 -340
  117. package/TravellerService/index.ts +8 -8
  118. package/TravellerService/schemas.gen.ts +6322 -6322
  119. package/TravellerService/services.gen.ts +713 -713
  120. package/TravellerService/types.gen.ts +1834 -1834
  121. package/package.json +1 -1
  122. package/swagger.json +4794 -4794
@@ -1,6 +1,24 @@
1
1
  // This file is auto-generated by @hey-api/openapi-ts
2
2
 
3
- export type UniRefund_ContractService_Contracts_ContractHeaderRefundTableHeaders_ContractHeaderRefundTableHeaderCreateDto = {
3
+ export type UniRefund_CRMService_Individuals_IndividualIdNameDto = {
4
+ id?: string;
5
+ name?: string | null;
6
+ };
7
+
8
+ export type UniRefund_CRMService_Merchants_MerchantBasicInformationDto = {
9
+ id?: string;
10
+ name?: string | null;
11
+ taxOffice?: UniRefund_CRMService_TaxOffices_TaxOfficeIdNameDto;
12
+ numberOfStores?: number;
13
+ accountManagers?: Array<UniRefund_CRMService_Individuals_IndividualIdNameDto> | null;
14
+ };
15
+
16
+ export type UniRefund_CRMService_TaxOffices_TaxOfficeIdNameDto = {
17
+ id?: string;
18
+ name?: string | null;
19
+ };
20
+
21
+ export type UniRefund_ContractService_ContractsForMerchant_ContractHeaderRefundTableHeaders_ContractHeaderRefundTableHeaderCreateDto = {
4
22
  readonly extraProperties?: {
5
23
  [key: string]: unknown;
6
24
  } | null;
@@ -8,7 +26,7 @@ export type UniRefund_ContractService_Contracts_ContractHeaderRefundTableHeaders
8
26
  isDefault?: boolean;
9
27
  };
10
28
 
11
- export type UniRefund_ContractService_Contracts_ContractHeaderRefundTableHeaders_ContractHeaderRefundTableHeaderDto = {
29
+ export type UniRefund_ContractService_ContractsForMerchant_ContractHeaderRefundTableHeaders_ContractHeaderRefundTableHeaderDto = {
12
30
  id: string;
13
31
  creationTime?: string;
14
32
  creatorId?: string | null;
@@ -21,18 +39,39 @@ export type UniRefund_ContractService_Contracts_ContractHeaderRefundTableHeaders
21
39
  isDefault?: boolean;
22
40
  };
23
41
 
24
- export type UniRefund_ContractService_Contracts_ContractHeaders_ContractHeaderCreateDto = {
42
+ export type UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderDetailForMerchantDto = {
43
+ id: string;
44
+ creationTime?: string;
45
+ creatorId?: string | null;
46
+ lastModificationTime?: string | null;
47
+ lastModifierId?: string | null;
48
+ isDeleted?: boolean;
49
+ deleterId?: string | null;
50
+ deletionTime?: string | null;
51
+ name: string;
52
+ contractTypeIdentifier: string;
53
+ webSite?: string | null;
54
+ merchantClassification: UniRefund_ContractService_Enums_MerchantClassification;
55
+ merchantBasicInformationDto?: UniRefund_CRMService_Merchants_MerchantBasicInformationDto;
56
+ contractType: UniRefund_ContractService_Enums_ContractType;
57
+ addressCommonData: UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto;
58
+ contractHeaderRefundTableHeaders: Array<UniRefund_ContractService_ContractsForMerchant_ContractHeaderRefundTableHeaders_ContractHeaderRefundTableHeaderDto>;
59
+ };
60
+
61
+ export type UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantCreateDto = {
25
62
  readonly extraProperties?: {
26
63
  [key: string]: unknown;
27
64
  } | null;
28
- merchantId: string;
29
- addressId: string;
65
+ contractTypeIdentifier: string;
66
+ webSite?: string | null;
67
+ merchantClassification: UniRefund_ContractService_Enums_MerchantClassification;
68
+ addressCommonData: UniRefund_LocationService_AddressCommonDatas_AddressCommonDataCreateDto;
30
69
  rebateSetting: UniRefund_ContractService_Rebates_RebateSettings_RebateSettingCreateDto;
31
- contractSettings: Array<UniRefund_ContractService_Contracts_ContractSettings_ContractSettingCreateDto>;
32
- refundTableHeaders?: Array<UniRefund_ContractService_Contracts_ContractHeaderRefundTableHeaders_ContractHeaderRefundTableHeaderCreateDto> | null;
70
+ contractSettings: Array<UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingCreateDto>;
71
+ refundTableHeaders?: Array<UniRefund_ContractService_ContractsForMerchant_ContractHeaderRefundTableHeaders_ContractHeaderRefundTableHeaderCreateDto> | null;
33
72
  };
34
73
 
35
- export type UniRefund_ContractService_Contracts_ContractHeaders_ContractHeaderDto = {
74
+ export type UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantDto = {
36
75
  id: string;
37
76
  creationTime?: string;
38
77
  creatorId?: string | null;
@@ -41,22 +80,27 @@ export type UniRefund_ContractService_Contracts_ContractHeaders_ContractHeaderDt
41
80
  isDeleted?: boolean;
42
81
  deleterId?: string | null;
43
82
  deletionTime?: string | null;
44
- merchantId: string;
45
- addressId: string;
83
+ name: string;
84
+ contractTypeIdentifier: string;
85
+ contractType: UniRefund_ContractService_Enums_ContractType;
86
+ addressCommonData: UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto;
46
87
  rebateSetting: UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto;
47
- contractHeaderRefundTableHeaders: Array<UniRefund_ContractService_Contracts_ContractHeaderRefundTableHeaders_ContractHeaderRefundTableHeaderDto>;
48
- contractSettings: Array<UniRefund_ContractService_Contracts_ContractSettings_ContractSettingDto>;
88
+ contractHeaderRefundTableHeaders: Array<UniRefund_ContractService_ContractsForMerchant_ContractHeaderRefundTableHeaders_ContractHeaderRefundTableHeaderDto>;
89
+ contractSettings: Array<UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto>;
49
90
  };
50
91
 
51
- export type UniRefund_ContractService_Contracts_ContractHeaders_ContractHeaderUpdateDto = {
92
+ export type UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantUpdateDto = {
52
93
  readonly extraProperties?: {
53
94
  [key: string]: unknown;
54
95
  } | null;
55
- merchantId: string;
56
- addressId: string;
96
+ contractType: UniRefund_ContractService_Enums_ContractType;
97
+ contractTypeIdentifier: string;
98
+ webSite?: string | null;
99
+ merchantClassification: UniRefund_ContractService_Enums_MerchantClassification;
100
+ addressCommonData: UniRefund_LocationService_AddressCommonDatas_AddressCommonDataUpdateDto;
57
101
  };
58
102
 
59
- export type UniRefund_ContractService_Contracts_ContractSettings_ContractSettingCreateDto = {
103
+ export type UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingCreateDto = {
60
104
  readonly extraProperties?: {
61
105
  [key: string]: unknown;
62
106
  } | null;
@@ -67,7 +111,7 @@ export type UniRefund_ContractService_Contracts_ContractSettings_ContractSetting
67
111
  termOfPayment: number;
68
112
  deliveryFee?: boolean;
69
113
  factoring?: boolean;
70
- invoicingAddressId: string;
114
+ invoicingAddressCommonData: UniRefund_LocationService_AddressCommonDatas_AddressCommonDataCreateDto;
71
115
  invoiceChannel: UniRefund_ContractService_Enums_InvoiceChannel;
72
116
  eTaxFree?: boolean;
73
117
  receiptType: UniRefund_ContractService_Enums_ReceiptType;
@@ -76,10 +120,9 @@ export type UniRefund_ContractService_Contracts_ContractSettings_ContractSetting
76
120
  goodsHaveSerialNumbers?: boolean;
77
121
  excludeFromCashLimit?: boolean;
78
122
  deskoScanner?: boolean;
79
- contractStores?: Array<UniRefund_ContractService_Contracts_ContractStores_ContractStoreCreateDto> | null;
80
123
  };
81
124
 
82
- export type UniRefund_ContractService_Contracts_ContractSettings_ContractSettingDto = {
125
+ export type UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto = {
83
126
  id: string;
84
127
  creationTime?: string;
85
128
  creatorId?: string | null;
@@ -95,7 +138,7 @@ export type UniRefund_ContractService_Contracts_ContractSettings_ContractSetting
95
138
  termOfPayment: number;
96
139
  deliveryFee?: boolean;
97
140
  factoring?: boolean;
98
- invoicingAddressId: string;
141
+ invoicingAddressCommonData: UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto;
99
142
  invoiceChannel: UniRefund_ContractService_Enums_InvoiceChannel;
100
143
  eTaxFree?: boolean;
101
144
  receiptType: UniRefund_ContractService_Enums_ReceiptType;
@@ -105,10 +148,23 @@ export type UniRefund_ContractService_Contracts_ContractSettings_ContractSetting
105
148
  excludeFromCashLimit?: boolean;
106
149
  deskoScanner?: boolean;
107
150
  contractHeaderId?: string;
108
- contractStores?: Array<UniRefund_ContractService_Contracts_ContractStores_ContractStoreDto> | null;
109
151
  };
110
152
 
111
- export type UniRefund_ContractService_Contracts_ContractSettings_ContractSettingUpdateDto = {
153
+ export type UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingRestrictedDto = {
154
+ id: string;
155
+ creationTime?: string;
156
+ creatorId?: string | null;
157
+ lastModificationTime?: string | null;
158
+ lastModifierId?: string | null;
159
+ isDeleted?: boolean;
160
+ deleterId?: string | null;
161
+ deletionTime?: string | null;
162
+ name: string;
163
+ isDefault?: boolean;
164
+ receiptType: UniRefund_ContractService_Enums_ReceiptType;
165
+ };
166
+
167
+ export type UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingUpdateDto = {
112
168
  readonly extraProperties?: {
113
169
  [key: string]: unknown;
114
170
  } | null;
@@ -119,7 +175,7 @@ export type UniRefund_ContractService_Contracts_ContractSettings_ContractSetting
119
175
  termOfPayment: number;
120
176
  deliveryFee?: boolean;
121
177
  factoring?: boolean;
122
- invoicingAddressId: string;
178
+ invoicingAddressCommonData: UniRefund_LocationService_AddressCommonDatas_AddressCommonDataUpdateDto;
123
179
  invoiceChannel: UniRefund_ContractService_Enums_InvoiceChannel;
124
180
  eTaxFree?: boolean;
125
181
  receiptType: UniRefund_ContractService_Enums_ReceiptType;
@@ -130,15 +186,15 @@ export type UniRefund_ContractService_Contracts_ContractSettings_ContractSetting
130
186
  deskoScanner?: boolean;
131
187
  };
132
188
 
133
- export type UniRefund_ContractService_Contracts_ContractStores_ContractStoreCreateDto = {
189
+ export type UniRefund_ContractService_ContractsForMerchant_ContractStores_ContractStoreCreateDto = {
134
190
  readonly extraProperties?: {
135
191
  [key: string]: unknown;
136
192
  } | null;
137
- merchantId: string;
193
+ contractTypeIdentifiersSubId: string;
138
194
  receiptType: UniRefund_ContractService_Enums_ReceiptType;
139
195
  };
140
196
 
141
- export type UniRefund_ContractService_Contracts_ContractStores_ContractStoreDto = {
197
+ export type UniRefund_ContractService_ContractsForMerchant_ContractStores_ContractStoreDto = {
142
198
  id: string;
143
199
  creationTime?: string;
144
200
  creatorId?: string | null;
@@ -147,24 +203,29 @@ export type UniRefund_ContractService_Contracts_ContractStores_ContractStoreDto
147
203
  isDeleted?: boolean;
148
204
  deleterId?: string | null;
149
205
  deletionTime?: string | null;
150
- merchantId: string;
206
+ contractTypeIdentifiersSubId: string;
151
207
  receiptType: UniRefund_ContractService_Enums_ReceiptType;
152
208
  };
153
209
 
154
- export type UniRefund_ContractService_Contracts_ContractStores_ContractStoreUpdateDto = {
210
+ export type UniRefund_ContractService_ContractsForMerchant_ContractStores_ContractStoreUpdateDto = {
155
211
  readonly extraProperties?: {
156
212
  [key: string]: unknown;
157
213
  } | null;
158
- merchantId: string;
214
+ contractTypeIdentifiersSubId: string;
215
+ contractSettingId: string;
159
216
  receiptType: UniRefund_ContractService_Enums_ReceiptType;
160
217
  };
161
218
 
219
+ export type UniRefund_ContractService_Enums_ContractType = 'Merchant' | 'RefundPoint';
220
+
162
221
  export type UniRefund_ContractService_Enums_FeeType = 'TouristFee' | 'TouristBonusFee' | 'AgentFee' | 'AirportFee';
163
222
 
164
223
  export type UniRefund_ContractService_Enums_InvoiceChannel = 'ElectronicInvoice' | 'Email' | 'PaperInvoice';
165
224
 
166
225
  export type UniRefund_ContractService_Enums_InvoicingFrequency = 'OneTimePerMonth' | 'TwoTimesPerMonth';
167
226
 
227
+ export type UniRefund_ContractService_Enums_MerchantClassification = 'Excellent' | 'Good' | 'Satisfactory' | 'Low';
228
+
168
229
  export type UniRefund_ContractService_Enums_RebateStatementPeriod = 'None' | 'Monthly' | 'Quarterly' | 'BiAnnually' | 'Annually';
169
230
 
170
231
  export type UniRefund_ContractService_Enums_ReceiptType = 'NoBarcodeNumber' | 'NoBarcodeText' | 'Barcode' | 'QRCodeIntegration' | 'UniRefundVoucherIntegration';
@@ -266,7 +327,7 @@ export type UniRefund_ContractService_Rebates_RebateSettings_RebateSettingCreate
266
327
  referenceNumber: number;
267
328
  isTrustedMerchant: boolean;
268
329
  rebateStatementPeriod: UniRefund_ContractService_Enums_RebateStatementPeriod;
269
- rebateTableHeaders?: Array<UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderCreateDto> | null;
330
+ rebateTableHeaders?: Array<UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderNotTemplateCreateDto> | null;
270
331
  rebateTableHeaderIds?: Array<(string)> | null;
271
332
  contactInformationTypeId: string;
272
333
  minimumNetCommissions?: Array<UniRefund_ContractService_Rebates_MinimumNetCommissions_MinimumNetCommissionCreateDto> | null;
@@ -379,6 +440,18 @@ export type UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHead
379
440
  processingFeeDetails?: Array<UniRefund_ContractService_Rebates_ProcessingFeeDetails_ProcessingFeeDetailDto> | null;
380
441
  };
381
442
 
443
+ export type UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderNotTemplateCreateDto = {
444
+ readonly extraProperties?: {
445
+ [key: string]: unknown;
446
+ } | null;
447
+ name: string;
448
+ calculateNetCommissionInsteadOfRefund?: boolean;
449
+ validFrom: string;
450
+ validTo: string;
451
+ rebateTableDetails?: Array<UniRefund_ContractService_Rebates_RebateTableDetails_RebateTableDetailCreateDto> | null;
452
+ processingFeeDetails?: Array<UniRefund_ContractService_Rebates_ProcessingFeeDetails_ProcessingFeeDetailCreateDto> | null;
453
+ };
454
+
382
455
  export type UniRefund_ContractService_Rebates_RebateTableHeaders_RebateTableHeaderUpdateDto = {
383
456
  readonly extraProperties?: {
384
457
  [key: string]: unknown;
@@ -556,18 +629,71 @@ export type UniRefund_ContractService_Refunds_RefundTableHeaders_RefundTableHead
556
629
  validTo?: string | null;
557
630
  };
558
631
 
632
+ export type UniRefund_LocationService_AddressCommonDatas_AddressCommonDataCreateDto = {
633
+ readonly extraProperties?: {
634
+ [key: string]: unknown;
635
+ } | null;
636
+ type: UniRefund_LocationService_Enums_AddressType;
637
+ addressLine: string;
638
+ postalCode: string;
639
+ primaryFlag?: boolean;
640
+ countryId: string;
641
+ regionId?: string | null;
642
+ cityId?: string | null;
643
+ districtId?: string | null;
644
+ neighborhoodId?: string | null;
645
+ };
646
+
647
+ export type UniRefund_LocationService_AddressCommonDatas_AddressCommonDataDto = {
648
+ id: string;
649
+ creationTime?: string;
650
+ creatorId?: string | null;
651
+ lastModificationTime?: string | null;
652
+ lastModifierId?: string | null;
653
+ isDeleted?: boolean;
654
+ deleterId?: string | null;
655
+ deletionTime?: string | null;
656
+ type: UniRefund_LocationService_Enums_AddressType;
657
+ addressLine: string;
658
+ postalCode: string;
659
+ fullAddress: string;
660
+ primaryFlag?: boolean;
661
+ countryId: string;
662
+ regionId?: string | null;
663
+ cityId: string;
664
+ districtId: string;
665
+ neighborhoodId?: string | null;
666
+ };
667
+
668
+ export type UniRefund_LocationService_AddressCommonDatas_AddressCommonDataUpdateDto = {
669
+ readonly extraProperties?: {
670
+ [key: string]: unknown;
671
+ } | null;
672
+ type: UniRefund_LocationService_Enums_AddressType;
673
+ addressLine: string;
674
+ postalCode: string;
675
+ primaryFlag?: boolean;
676
+ countryId: string;
677
+ regionId?: string | null;
678
+ cityId?: string | null;
679
+ districtId?: string | null;
680
+ neighborhoodId?: string | null;
681
+ };
682
+
683
+ export type UniRefund_LocationService_Enums_AddressType = 'Home' | 'Office';
684
+
559
685
  export type Volo_Abp_Application_Dtos_PagedResultDto_1 = {
560
- items?: Array<UniRefund_ContractService_Contracts_ContractHeaders_ContractHeaderDto> | null;
686
+ items?: Array<UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantDto> | null;
561
687
  totalCount?: number;
562
688
  };
563
689
 
564
690
  export type Volo_Abp_Application_Dtos_PagedResultDto_12 = {
565
- items?: Array<UniRefund_ContractService_Contracts_ContractSettings_ContractSettingDto> | null;
691
+ items?: Array<UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto> | null;
566
692
  totalCount?: number;
567
693
  };
568
694
 
569
695
  export type Volo_Abp_Application_Dtos_PagedResultDto_13 = {
570
- items?: Array<UniRefund_ContractService_Contracts_ContractStores_ContractStoreDto> | null;
696
+ items?: Array<UniRefund_ContractService_ContractsForMerchant_ContractStores_ContractStoreDto> | null;
571
697
  totalCount?: number;
572
698
  };
573
699
 
@@ -1003,112 +1129,118 @@ export type GetApiAbpApplicationLocalizationData = {
1003
1129
 
1004
1130
  export type GetApiAbpApplicationLocalizationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
1005
1131
 
1006
- export type DeleteApiContractServiceContractsContractSettingsByIdData = {
1132
+ export type GetApiContractServiceMerchantsContractsContractSettingsByIdData = {
1007
1133
  id: string;
1008
1134
  };
1009
1135
 
1010
- export type DeleteApiContractServiceContractsContractSettingsByIdResponse = unknown;
1136
+ export type GetApiContractServiceMerchantsContractsContractSettingsByIdResponse = UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto;
1011
1137
 
1012
- export type GetApiContractServiceContractsContractSettingsByIdData = {
1138
+ export type PutApiContractServiceMerchantsContractsContractSettingsByIdData = {
1013
1139
  id: string;
1140
+ requestBody?: UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingUpdateDto;
1014
1141
  };
1015
1142
 
1016
- export type GetApiContractServiceContractsContractSettingsByIdResponse = UniRefund_ContractService_Contracts_ContractSettings_ContractSettingDto;
1143
+ export type PutApiContractServiceMerchantsContractsContractSettingsByIdResponse = UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto;
1017
1144
 
1018
- export type PutApiContractServiceContractsContractSettingsByIdData = {
1145
+ export type DeleteApiContractServiceMerchantsContractsContractSettingsByIdData = {
1019
1146
  id: string;
1020
- requestBody?: UniRefund_ContractService_Contracts_ContractSettings_ContractSettingUpdateDto;
1021
1147
  };
1022
1148
 
1023
- export type PutApiContractServiceContractsContractSettingsByIdResponse = UniRefund_ContractService_Contracts_ContractSettings_ContractSettingDto;
1149
+ export type DeleteApiContractServiceMerchantsContractsContractSettingsByIdResponse = unknown;
1024
1150
 
1025
- export type GetApiContractServiceContractsContractSettingsData = {
1151
+ export type GetApiContractServiceMerchantsContractsContractSettingsData = {
1026
1152
  maxResultCount?: number;
1027
1153
  skipCount?: number;
1028
1154
  sorting?: string;
1029
1155
  };
1030
1156
 
1031
- export type GetApiContractServiceContractsContractSettingsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
1157
+ export type GetApiContractServiceMerchantsContractsContractSettingsResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
1032
1158
 
1033
- export type PostApiContractServiceContractsContractSettingsByIdContractStoresData = {
1159
+ export type GetApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsData = {
1034
1160
  id: string;
1035
- requestBody?: UniRefund_ContractService_Contracts_ContractStores_ContractStoreCreateDto;
1036
1161
  };
1037
1162
 
1038
- export type PostApiContractServiceContractsContractSettingsByIdContractStoresResponse = UniRefund_ContractService_Contracts_ContractStores_ContractStoreDto;
1163
+ export type GetApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsResponse = Array<UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingRestrictedDto>;
1039
1164
 
1040
- export type DeleteApiContractServiceContractsContractStoresByIdData = {
1165
+ export type PostApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsData = {
1041
1166
  id: string;
1167
+ requestBody?: UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingCreateDto;
1042
1168
  };
1043
1169
 
1044
- export type DeleteApiContractServiceContractsContractStoresByIdResponse = unknown;
1170
+ export type PostApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsResponse = UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto;
1045
1171
 
1046
- export type GetApiContractServiceContractsContractStoresByIdData = {
1172
+ export type GetApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsData = {
1047
1173
  id: string;
1048
1174
  };
1049
1175
 
1050
- export type GetApiContractServiceContractsContractStoresByIdResponse = UniRefund_ContractService_Contracts_ContractStores_ContractStoreDto;
1176
+ export type GetApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsResponse = Array<UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto>;
1051
1177
 
1052
- export type PutApiContractServiceContractsContractStoresByIdData = {
1178
+ export type PostApiContractServiceMerchantsContractsContractSettingsByIdContractStoresData = {
1053
1179
  id: string;
1054
- requestBody?: UniRefund_ContractService_Contracts_ContractStores_ContractStoreUpdateDto;
1180
+ requestBody?: UniRefund_ContractService_ContractsForMerchant_ContractStores_ContractStoreCreateDto;
1055
1181
  };
1056
1182
 
1057
- export type PutApiContractServiceContractsContractStoresByIdResponse = UniRefund_ContractService_Contracts_ContractStores_ContractStoreDto;
1183
+ export type PostApiContractServiceMerchantsContractsContractSettingsByIdContractStoresResponse = UniRefund_ContractService_ContractsForMerchant_ContractStores_ContractStoreDto;
1058
1184
 
1059
- export type GetApiContractServiceContractsContractStoresData = {
1060
- maxResultCount?: number;
1061
- skipCount?: number;
1062
- sorting?: string;
1185
+ export type DeleteApiContractServiceMerchantsContractsContractStoresByIdData = {
1186
+ id: string;
1063
1187
  };
1064
1188
 
1065
- export type GetApiContractServiceContractsContractStoresResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
1189
+ export type DeleteApiContractServiceMerchantsContractsContractStoresByIdResponse = unknown;
1066
1190
 
1067
- export type PostApiContractServiceContractsContractHeadersData = {
1068
- requestBody?: UniRefund_ContractService_Contracts_ContractHeaders_ContractHeaderCreateDto;
1191
+ export type GetApiContractServiceMerchantsContractsContractStoresByIdData = {
1192
+ id: string;
1069
1193
  };
1070
1194
 
1071
- export type PostApiContractServiceContractsContractHeadersResponse = UniRefund_ContractService_Contracts_ContractHeaders_ContractHeaderDto;
1195
+ export type GetApiContractServiceMerchantsContractsContractStoresByIdResponse = UniRefund_ContractService_ContractsForMerchant_ContractStores_ContractStoreDto;
1072
1196
 
1073
- export type GetApiContractServiceContractsContractHeadersData = {
1197
+ export type PutApiContractServiceMerchantsContractsContractStoresByIdData = {
1198
+ id: string;
1199
+ requestBody?: UniRefund_ContractService_ContractsForMerchant_ContractStores_ContractStoreUpdateDto;
1200
+ };
1201
+
1202
+ export type PutApiContractServiceMerchantsContractsContractStoresByIdResponse = UniRefund_ContractService_ContractsForMerchant_ContractStores_ContractStoreDto;
1203
+
1204
+ export type GetApiContractServiceMerchantsContractsContractStoresData = {
1074
1205
  maxResultCount?: number;
1075
1206
  skipCount?: number;
1076
1207
  sorting?: string;
1077
1208
  };
1078
1209
 
1079
- export type GetApiContractServiceContractsContractHeadersResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
1210
+ export type GetApiContractServiceMerchantsContractsContractStoresResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
1080
1211
 
1081
- export type PostApiContractServiceContractsContractHeadersByIdContractSettingsData = {
1082
- id: string;
1083
- requestBody?: UniRefund_ContractService_Contracts_ContractSettings_ContractSettingCreateDto;
1212
+ export type PostApiContractServiceMerchantsContractsContractHeadersData = {
1213
+ requestBody?: UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantCreateDto;
1084
1214
  };
1085
1215
 
1086
- export type PostApiContractServiceContractsContractHeadersByIdContractSettingsResponse = UniRefund_ContractService_Contracts_ContractSettings_ContractSettingDto;
1216
+ export type PostApiContractServiceMerchantsContractsContractHeadersResponse = UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantDto;
1087
1217
 
1088
- export type DeleteApiContractServiceContractsContractHeadersByIdData = {
1089
- id: string;
1218
+ export type GetApiContractServiceMerchantsContractsContractHeadersData = {
1219
+ maxResultCount?: number;
1220
+ skipCount?: number;
1221
+ sorting?: string;
1090
1222
  };
1091
1223
 
1092
- export type DeleteApiContractServiceContractsContractHeadersByIdResponse = unknown;
1224
+ export type GetApiContractServiceMerchantsContractsContractHeadersResponse = Volo_Abp_Application_Dtos_PagedResultDto_1;
1093
1225
 
1094
- export type GetApiContractServiceContractsContractHeadersByIdData = {
1226
+ export type DeleteApiContractServiceMerchantsContractsContractHeadersByIdData = {
1095
1227
  id: string;
1096
1228
  };
1097
1229
 
1098
- export type GetApiContractServiceContractsContractHeadersByIdResponse = UniRefund_ContractService_Contracts_ContractHeaders_ContractHeaderDto;
1230
+ export type DeleteApiContractServiceMerchantsContractsContractHeadersByIdResponse = unknown;
1099
1231
 
1100
- export type PutApiContractServiceContractsContractHeadersByIdData = {
1232
+ export type GetApiContractServiceMerchantsContractsContractHeadersByIdData = {
1101
1233
  id: string;
1102
- requestBody?: UniRefund_ContractService_Contracts_ContractHeaders_ContractHeaderUpdateDto;
1103
1234
  };
1104
1235
 
1105
- export type PutApiContractServiceContractsContractHeadersByIdResponse = UniRefund_ContractService_Contracts_ContractHeaders_ContractHeaderDto;
1236
+ export type GetApiContractServiceMerchantsContractsContractHeadersByIdResponse = UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderDetailForMerchantDto;
1106
1237
 
1107
- export type GetApiContractServiceContractsContractHeadersDetailByIdData = {
1238
+ export type PutApiContractServiceMerchantsContractsContractHeadersByIdData = {
1108
1239
  id: string;
1240
+ requestBody?: UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantUpdateDto;
1109
1241
  };
1110
1242
 
1111
- export type GetApiContractServiceContractsContractHeadersDetailByIdResponse = UniRefund_ContractService_Contracts_ContractHeaders_ContractHeaderDto;
1243
+ export type PutApiContractServiceMerchantsContractsContractHeadersByIdResponse = UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantDto;
1112
1244
 
1113
1245
  export type GetApiContractServiceRebateTablesRebateSettingsByIdData = {
1114
1246
  id: string;
@@ -1505,14 +1637,14 @@ export type $OpenApiTs = {
1505
1637
  };
1506
1638
  };
1507
1639
  };
1508
- '/api/contract-service/contracts/contract-settings/{id}': {
1509
- delete: {
1510
- req: DeleteApiContractServiceContractsContractSettingsByIdData;
1640
+ '/api/contract-service/merchants/contracts/contract-settings/{id}': {
1641
+ get: {
1642
+ req: GetApiContractServiceMerchantsContractsContractSettingsByIdData;
1511
1643
  res: {
1512
1644
  /**
1513
1645
  * Success
1514
1646
  */
1515
- 200: unknown;
1647
+ 200: UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto;
1516
1648
  /**
1517
1649
  * Bad Request
1518
1650
  */
@@ -1539,13 +1671,13 @@ export type $OpenApiTs = {
1539
1671
  501: Volo_Abp_Http_RemoteServiceErrorResponse;
1540
1672
  };
1541
1673
  };
1542
- get: {
1543
- req: GetApiContractServiceContractsContractSettingsByIdData;
1674
+ put: {
1675
+ req: PutApiContractServiceMerchantsContractsContractSettingsByIdData;
1544
1676
  res: {
1545
1677
  /**
1546
1678
  * Success
1547
1679
  */
1548
- 200: UniRefund_ContractService_Contracts_ContractSettings_ContractSettingDto;
1680
+ 200: UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto;
1549
1681
  /**
1550
1682
  * Bad Request
1551
1683
  */
@@ -1572,13 +1704,13 @@ export type $OpenApiTs = {
1572
1704
  501: Volo_Abp_Http_RemoteServiceErrorResponse;
1573
1705
  };
1574
1706
  };
1575
- put: {
1576
- req: PutApiContractServiceContractsContractSettingsByIdData;
1707
+ delete: {
1708
+ req: DeleteApiContractServiceMerchantsContractsContractSettingsByIdData;
1577
1709
  res: {
1578
1710
  /**
1579
1711
  * Success
1580
1712
  */
1581
- 200: UniRefund_ContractService_Contracts_ContractSettings_ContractSettingDto;
1713
+ 200: unknown;
1582
1714
  /**
1583
1715
  * Bad Request
1584
1716
  */
@@ -1606,9 +1738,9 @@ export type $OpenApiTs = {
1606
1738
  };
1607
1739
  };
1608
1740
  };
1609
- '/api/contract-service/contracts/contract-settings': {
1741
+ '/api/contract-service/merchants/contracts/contract-settings': {
1610
1742
  get: {
1611
- req: GetApiContractServiceContractsContractSettingsData;
1743
+ req: GetApiContractServiceMerchantsContractsContractSettingsData;
1612
1744
  res: {
1613
1745
  /**
1614
1746
  * Success
@@ -1641,14 +1773,14 @@ export type $OpenApiTs = {
1641
1773
  };
1642
1774
  };
1643
1775
  };
1644
- '/api/contract-service/contracts/contract-settings/{id}/contract-stores': {
1645
- post: {
1646
- req: PostApiContractServiceContractsContractSettingsByIdContractStoresData;
1776
+ '/api/contract-service/merchants/contracts/contract-headers/{id}/contract-settings': {
1777
+ get: {
1778
+ req: GetApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsData;
1647
1779
  res: {
1648
1780
  /**
1649
1781
  * Success
1650
1782
  */
1651
- 200: UniRefund_ContractService_Contracts_ContractStores_ContractStoreDto;
1783
+ 200: Array<UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingRestrictedDto>;
1652
1784
  /**
1653
1785
  * Bad Request
1654
1786
  */
@@ -1675,15 +1807,13 @@ export type $OpenApiTs = {
1675
1807
  501: Volo_Abp_Http_RemoteServiceErrorResponse;
1676
1808
  };
1677
1809
  };
1678
- };
1679
- '/api/contract-service/contracts/contract-stores/{id}': {
1680
- delete: {
1681
- req: DeleteApiContractServiceContractsContractStoresByIdData;
1810
+ post: {
1811
+ req: PostApiContractServiceMerchantsContractsContractHeadersByIdContractSettingsData;
1682
1812
  res: {
1683
1813
  /**
1684
1814
  * Success
1685
1815
  */
1686
- 200: unknown;
1816
+ 200: UniRefund_ContractService_ContractsForMerchant_ContractSettings_ContractSettingDto;
1687
1817
  /**
1688
1818
  * Bad Request
1689
1819
  */
@@ -1710,13 +1840,15 @@ export type $OpenApiTs = {
1710
1840
  501: Volo_Abp_Http_RemoteServiceErrorResponse;
1711
1841
  };
1712
1842
  };
1843
+ };
1844
+ '/api/contract-service/merchants/contracts/contract-headers/{id}/rebate-settings': {
1713
1845
  get: {
1714
- req: GetApiContractServiceContractsContractStoresByIdData;
1846
+ req: GetApiContractServiceMerchantsContractsContractHeadersByIdRebateSettingsData;
1715
1847
  res: {
1716
1848
  /**
1717
1849
  * Success
1718
1850
  */
1719
- 200: UniRefund_ContractService_Contracts_ContractStores_ContractStoreDto;
1851
+ 200: Array<UniRefund_ContractService_Rebates_RebateSettings_RebateSettingDto>;
1720
1852
  /**
1721
1853
  * Bad Request
1722
1854
  */
@@ -1743,13 +1875,15 @@ export type $OpenApiTs = {
1743
1875
  501: Volo_Abp_Http_RemoteServiceErrorResponse;
1744
1876
  };
1745
1877
  };
1746
- put: {
1747
- req: PutApiContractServiceContractsContractStoresByIdData;
1878
+ };
1879
+ '/api/contract-service/merchants/contracts/contract-settings/{id}/contract-stores': {
1880
+ post: {
1881
+ req: PostApiContractServiceMerchantsContractsContractSettingsByIdContractStoresData;
1748
1882
  res: {
1749
1883
  /**
1750
1884
  * Success
1751
1885
  */
1752
- 200: UniRefund_ContractService_Contracts_ContractStores_ContractStoreDto;
1886
+ 200: UniRefund_ContractService_ContractsForMerchant_ContractStores_ContractStoreDto;
1753
1887
  /**
1754
1888
  * Bad Request
1755
1889
  */
@@ -1777,14 +1911,47 @@ export type $OpenApiTs = {
1777
1911
  };
1778
1912
  };
1779
1913
  };
1780
- '/api/contract-service/contracts/contract-stores': {
1914
+ '/api/contract-service/merchants/contracts/contract-stores/{id}': {
1915
+ delete: {
1916
+ req: DeleteApiContractServiceMerchantsContractsContractStoresByIdData;
1917
+ res: {
1918
+ /**
1919
+ * Success
1920
+ */
1921
+ 200: unknown;
1922
+ /**
1923
+ * Bad Request
1924
+ */
1925
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1926
+ /**
1927
+ * Unauthorized
1928
+ */
1929
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1930
+ /**
1931
+ * Forbidden
1932
+ */
1933
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1934
+ /**
1935
+ * Not Found
1936
+ */
1937
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1938
+ /**
1939
+ * Server Error
1940
+ */
1941
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1942
+ /**
1943
+ * Server Error
1944
+ */
1945
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1946
+ };
1947
+ };
1781
1948
  get: {
1782
- req: GetApiContractServiceContractsContractStoresData;
1949
+ req: GetApiContractServiceMerchantsContractsContractStoresByIdData;
1783
1950
  res: {
1784
1951
  /**
1785
1952
  * Success
1786
1953
  */
1787
- 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1954
+ 200: UniRefund_ContractService_ContractsForMerchant_ContractStores_ContractStoreDto;
1788
1955
  /**
1789
1956
  * Bad Request
1790
1957
  */
@@ -1811,15 +1978,13 @@ export type $OpenApiTs = {
1811
1978
  501: Volo_Abp_Http_RemoteServiceErrorResponse;
1812
1979
  };
1813
1980
  };
1814
- };
1815
- '/api/contract-service/contracts/contract-headers': {
1816
- post: {
1817
- req: PostApiContractServiceContractsContractHeadersData;
1981
+ put: {
1982
+ req: PutApiContractServiceMerchantsContractsContractStoresByIdData;
1818
1983
  res: {
1819
1984
  /**
1820
1985
  * Success
1821
1986
  */
1822
- 200: UniRefund_ContractService_Contracts_ContractHeaders_ContractHeaderDto;
1987
+ 200: UniRefund_ContractService_ContractsForMerchant_ContractStores_ContractStoreDto;
1823
1988
  /**
1824
1989
  * Bad Request
1825
1990
  */
@@ -1846,8 +2011,10 @@ export type $OpenApiTs = {
1846
2011
  501: Volo_Abp_Http_RemoteServiceErrorResponse;
1847
2012
  };
1848
2013
  };
2014
+ };
2015
+ '/api/contract-service/merchants/contracts/contract-stores': {
1849
2016
  get: {
1850
- req: GetApiContractServiceContractsContractHeadersData;
2017
+ req: GetApiContractServiceMerchantsContractsContractStoresData;
1851
2018
  res: {
1852
2019
  /**
1853
2020
  * Success
@@ -1880,14 +2047,14 @@ export type $OpenApiTs = {
1880
2047
  };
1881
2048
  };
1882
2049
  };
1883
- '/api/contract-service/contracts/contract-headers/{id}/contract-settings': {
2050
+ '/api/contract-service/merchants/contracts/contract-headers': {
1884
2051
  post: {
1885
- req: PostApiContractServiceContractsContractHeadersByIdContractSettingsData;
2052
+ req: PostApiContractServiceMerchantsContractsContractHeadersData;
1886
2053
  res: {
1887
2054
  /**
1888
2055
  * Success
1889
2056
  */
1890
- 200: UniRefund_ContractService_Contracts_ContractSettings_ContractSettingDto;
2057
+ 200: UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantDto;
1891
2058
  /**
1892
2059
  * Bad Request
1893
2060
  */
@@ -1914,15 +2081,13 @@ export type $OpenApiTs = {
1914
2081
  501: Volo_Abp_Http_RemoteServiceErrorResponse;
1915
2082
  };
1916
2083
  };
1917
- };
1918
- '/api/contract-service/contracts/contract-headers/{id}': {
1919
- delete: {
1920
- req: DeleteApiContractServiceContractsContractHeadersByIdData;
2084
+ get: {
2085
+ req: GetApiContractServiceMerchantsContractsContractHeadersData;
1921
2086
  res: {
1922
2087
  /**
1923
2088
  * Success
1924
2089
  */
1925
- 200: unknown;
2090
+ 200: Volo_Abp_Application_Dtos_PagedResultDto_1;
1926
2091
  /**
1927
2092
  * Bad Request
1928
2093
  */
@@ -1949,13 +2114,15 @@ export type $OpenApiTs = {
1949
2114
  501: Volo_Abp_Http_RemoteServiceErrorResponse;
1950
2115
  };
1951
2116
  };
1952
- get: {
1953
- req: GetApiContractServiceContractsContractHeadersByIdData;
2117
+ };
2118
+ '/api/contract-service/merchants/contracts/contract-headers/{id}': {
2119
+ delete: {
2120
+ req: DeleteApiContractServiceMerchantsContractsContractHeadersByIdData;
1954
2121
  res: {
1955
2122
  /**
1956
2123
  * Success
1957
2124
  */
1958
- 200: UniRefund_ContractService_Contracts_ContractHeaders_ContractHeaderDto;
2125
+ 200: unknown;
1959
2126
  /**
1960
2127
  * Bad Request
1961
2128
  */
@@ -1982,13 +2149,13 @@ export type $OpenApiTs = {
1982
2149
  501: Volo_Abp_Http_RemoteServiceErrorResponse;
1983
2150
  };
1984
2151
  };
1985
- put: {
1986
- req: PutApiContractServiceContractsContractHeadersByIdData;
2152
+ get: {
2153
+ req: GetApiContractServiceMerchantsContractsContractHeadersByIdData;
1987
2154
  res: {
1988
2155
  /**
1989
2156
  * Success
1990
2157
  */
1991
- 200: UniRefund_ContractService_Contracts_ContractHeaders_ContractHeaderDto;
2158
+ 200: UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderDetailForMerchantDto;
1992
2159
  /**
1993
2160
  * Bad Request
1994
2161
  */
@@ -2015,15 +2182,13 @@ export type $OpenApiTs = {
2015
2182
  501: Volo_Abp_Http_RemoteServiceErrorResponse;
2016
2183
  };
2017
2184
  };
2018
- };
2019
- '/api/contract-service/contracts/contract-headers/detail/{id}': {
2020
- get: {
2021
- req: GetApiContractServiceContractsContractHeadersDetailByIdData;
2185
+ put: {
2186
+ req: PutApiContractServiceMerchantsContractsContractHeadersByIdData;
2022
2187
  res: {
2023
2188
  /**
2024
2189
  * Success
2025
2190
  */
2026
- 200: UniRefund_ContractService_Contracts_ContractHeaders_ContractHeaderDto;
2191
+ 200: UniRefund_ContractService_ContractsForMerchant_ContractHeaders_ContractHeaderForMerchantDto;
2027
2192
  /**
2028
2193
  * Bad Request
2029
2194
  */