@ayasofyazilim/saas 0.0.64 → 0.0.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CRMService/CRMServiceClient.ts +65 -65
- package/CRMService/schemas.gen.ts +18542 -18476
- package/CRMService/services.gen.ts +2636 -2548
- package/CRMService/types.gen.ts +5238 -5104
- package/ExportValidationService/ExportValidationServiceClient.ts +44 -44
- package/ExportValidationService/core/ApiError.ts +20 -20
- package/ExportValidationService/core/ApiRequestOptions.ts +12 -12
- package/ExportValidationService/core/ApiResult.ts +6 -6
- package/ExportValidationService/core/BaseHttpRequest.ts +9 -9
- package/ExportValidationService/core/CancelablePromise.ts +125 -125
- package/ExportValidationService/core/FetchHttpRequest.ts +21 -21
- package/ExportValidationService/core/OpenAPI.ts +55 -55
- package/ExportValidationService/core/request.ts +340 -340
- package/ExportValidationService/index.ts +8 -8
- package/ExportValidationService/schemas.gen.ts +2 -77
- package/ExportValidationService/services.gen.ts +12 -0
- package/ExportValidationService/types.gen.ts +7 -9
- package/LocationService/schemas.gen.ts +6635 -6635
- package/LocationService/services.gen.ts +1797 -1797
- package/LocationService/types.gen.ts +3738 -3738
- package/TagService/schemas.gen.ts +5014 -5014
- package/TagService/services.gen.ts +310 -310
- package/TagService/types.gen.ts +990 -990
- package/package.json +1 -1
package/TagService/types.gen.ts
CHANGED
|
@@ -1,991 +1,991 @@
|
|
|
1
|
-
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
-
|
|
3
|
-
export type TagPagedAndSortedResultResponseDto_TagListItemDto = {
|
|
4
|
-
items?: Array<UniRefund_TagService_Tags_TagListItemDto> | null;
|
|
5
|
-
totalCount?: number;
|
|
6
|
-
};
|
|
7
|
-
|
|
8
|
-
export type UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode = 'None' | 'Waiting' | 'Approved' | 'Rejected' | 'Expired';
|
|
9
|
-
|
|
10
|
-
export type UniRefund_ExportValidationService_ExportValidations_StampTypeCode = 'None' | 'Integration' | 'DigitalStamp';
|
|
11
|
-
|
|
12
|
-
export type UniRefund_TagService_Billings_BillingDto = {
|
|
13
|
-
id?: string;
|
|
14
|
-
billingDate?: string | null;
|
|
15
|
-
billingNumber?: string | null;
|
|
16
|
-
status?: number | null;
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
export type UniRefund_TagService_ExportValidations_ExportValidationDto = {
|
|
20
|
-
id?: string;
|
|
21
|
-
endpointId?: string | null;
|
|
22
|
-
referenceId?: string | null;
|
|
23
|
-
date?: string | null;
|
|
24
|
-
status?: UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode;
|
|
25
|
-
stampType?: UniRefund_ExportValidationService_ExportValidations_StampTypeCode;
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
export type UniRefund_TagService_Invoices_InvoiceDto = {
|
|
29
|
-
id?: string;
|
|
30
|
-
number?: string | null;
|
|
31
|
-
issueDate?: string;
|
|
32
|
-
totalAmount?: number;
|
|
33
|
-
vatAmount?: number;
|
|
34
|
-
currency?: string | null;
|
|
35
|
-
invoiceLines?: Array<UniRefund_TagService_Invoices_InvoiceLineDto> | null;
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
export type UniRefund_TagService_Invoices_InvoiceLineDto = {
|
|
39
|
-
id?: string;
|
|
40
|
-
productGroup?: string | null;
|
|
41
|
-
description?: string | null;
|
|
42
|
-
amount?: number;
|
|
43
|
-
taxRate?: number;
|
|
44
|
-
taxAmount?: number;
|
|
45
|
-
taxBase?: number;
|
|
46
|
-
currency?: string | null;
|
|
47
|
-
};
|
|
48
|
-
|
|
49
|
-
export type UniRefund_TagService_Invoices_InvoiceRequestDto = {
|
|
50
|
-
id?: string | null;
|
|
51
|
-
uuid?: string;
|
|
52
|
-
invoiceNumber?: string | null;
|
|
53
|
-
issueDate?: string;
|
|
54
|
-
amountPaid?: number;
|
|
55
|
-
vatAmount?: number;
|
|
56
|
-
taxTotals?: Array<UniRefund_TagService_Tags_TaxTotalDto> | null;
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
export type UniRefund_TagService_Merchants_MerchantDetailDto = {
|
|
60
|
-
id?: string;
|
|
61
|
-
name?: string | null;
|
|
62
|
-
address?: UniRefund_TagService_Tags_AddressDto;
|
|
63
|
-
productGroups?: Array<UniRefund_TagService_Tags_ProductGroupDto> | null;
|
|
64
|
-
};
|
|
65
|
-
|
|
66
|
-
export type UniRefund_TagService_Merchants_MerchantRequestDto = {
|
|
67
|
-
vatNumber: string;
|
|
68
|
-
countryCode: string;
|
|
69
|
-
branchId: string;
|
|
70
|
-
};
|
|
71
|
-
|
|
72
|
-
export type UniRefund_TagService_Refunds_RefundDto = {
|
|
73
|
-
id?: string;
|
|
74
|
-
submissionDate?: string | null;
|
|
75
|
-
paidDate?: string | null;
|
|
76
|
-
refundLocation?: string | null;
|
|
77
|
-
status?: number | null;
|
|
78
|
-
refundMethod?: UniRefund_TagService_Tags_RefundType;
|
|
79
|
-
};
|
|
80
|
-
|
|
81
|
-
export type UniRefund_TagService_Tags_AddressDto = {
|
|
82
|
-
id?: string;
|
|
83
|
-
fullText?: string | null;
|
|
84
|
-
};
|
|
85
|
-
|
|
86
|
-
export type UniRefund_TagService_Tags_CreateTagRequestDto = {
|
|
87
|
-
merchant?: UniRefund_TagService_Merchants_MerchantRequestDto;
|
|
88
|
-
traveller?: UniRefund_TagService_Travellers_TravellerRequestDto;
|
|
89
|
-
invoices?: Array<UniRefund_TagService_Invoices_InvoiceRequestDto> | null;
|
|
90
|
-
exportValidation?: UniRefund_TagService_Tags_ExportValidationRequestDto;
|
|
91
|
-
};
|
|
92
|
-
|
|
93
|
-
export type UniRefund_TagService_Tags_ExportValidationRequestDto = {
|
|
94
|
-
dateTime?: string | null;
|
|
95
|
-
endpoint?: string;
|
|
96
|
-
referenceId?: string | null;
|
|
97
|
-
responseCode?: string | null;
|
|
98
|
-
description?: string | null;
|
|
99
|
-
};
|
|
100
|
-
|
|
101
|
-
export type UniRefund_TagService_Tags_ProductGroupDto = {
|
|
102
|
-
id?: string;
|
|
103
|
-
description?: string | null;
|
|
104
|
-
};
|
|
105
|
-
|
|
106
|
-
export type UniRefund_TagService_Tags_RefundType = 'None' | 'Cash' | 'CreditorDebitCard';
|
|
107
|
-
|
|
108
|
-
export type UniRefund_TagService_Tags_SumTagsResponseDto = {
|
|
109
|
-
tagIds?: Array<(string)> | null;
|
|
110
|
-
travellerId?: string;
|
|
111
|
-
refundAmount?: number;
|
|
112
|
-
refundCurrency?: string | null;
|
|
113
|
-
};
|
|
114
|
-
|
|
115
|
-
export type UniRefund_TagService_Tags_TagDetailDto = {
|
|
116
|
-
id?: string;
|
|
117
|
-
tagNumber?: string | null;
|
|
118
|
-
status?: UniRefund_TagService_Tags_TagStatusType;
|
|
119
|
-
refundType?: UniRefund_TagService_Tags_RefundType;
|
|
120
|
-
issueDate?: string | null;
|
|
121
|
-
expireDate?: string | null;
|
|
122
|
-
merchant?: UniRefund_TagService_Merchants_MerchantDetailDto;
|
|
123
|
-
traveller?: UniRefund_TagService_Travellers_TravellerDetailDto;
|
|
124
|
-
exportValidation?: UniRefund_TagService_ExportValidations_ExportValidationDto;
|
|
125
|
-
refund?: UniRefund_TagService_Refunds_RefundDto;
|
|
126
|
-
billing?: UniRefund_TagService_Billings_BillingDto;
|
|
127
|
-
invoices?: Array<UniRefund_TagService_Invoices_InvoiceDto> | null;
|
|
128
|
-
totals?: Array<UniRefund_TagService_Tags_TagTotalDto> | null;
|
|
129
|
-
};
|
|
130
|
-
|
|
131
|
-
export type UniRefund_TagService_Tags_TagDto = {
|
|
132
|
-
id?: string;
|
|
133
|
-
tagNumber?: string | null;
|
|
134
|
-
status?: UniRefund_TagService_Tags_TagStatusType;
|
|
135
|
-
refundType?: UniRefund_TagService_Tags_RefundType;
|
|
136
|
-
issueDate?: string | null;
|
|
137
|
-
expireDate?: string | null;
|
|
138
|
-
exportValidationId?: string | null;
|
|
139
|
-
refundId?: string | null;
|
|
140
|
-
billingId?: string | null;
|
|
141
|
-
merchantId?: string | null;
|
|
142
|
-
travellerId?: string | null;
|
|
143
|
-
travelDocumentNumber?: string | null;
|
|
144
|
-
tripId?: string | null;
|
|
145
|
-
refundTableId?: string | null;
|
|
146
|
-
rebateTableId?: string | null;
|
|
147
|
-
totals?: Array<UniRefund_TagService_Tags_TagTotalDto> | null;
|
|
148
|
-
};
|
|
149
|
-
|
|
150
|
-
export type UniRefund_TagService_Tags_TagListItemDto = {
|
|
151
|
-
id?: string;
|
|
152
|
-
tagNumber?: string | null;
|
|
153
|
-
issueDate?: string;
|
|
154
|
-
expireDate?: string;
|
|
155
|
-
travellerFullName?: string | null;
|
|
156
|
-
travellerDocumentNumber?: string | null;
|
|
157
|
-
merchantTitle?: string | null;
|
|
158
|
-
status?: UniRefund_TagService_Tags_TagStatusType;
|
|
159
|
-
totals?: Array<UniRefund_TagService_Tags_TagTotalDto> | null;
|
|
160
|
-
};
|
|
161
|
-
|
|
162
|
-
export type UniRefund_TagService_Tags_TagListSummaryDto = {
|
|
163
|
-
totalSalesAmount?: number;
|
|
164
|
-
totalRefundAmount?: number;
|
|
165
|
-
currency?: string | null;
|
|
166
|
-
};
|
|
167
|
-
|
|
168
|
-
export type UniRefund_TagService_Tags_TagStatusType = 'None' | 'Open' | 'PreIssued' | 'Issued' | 'WaitingGoodsValidation' | 'WaitingStampValidation' | 'Declined' | 'ExportValidated' | 'PaymentBlocked' | 'PaymentInProgress' | 'PaymentProblem' | 'Paid' | 'Cancelled' | 'Expired' | 'Correction' | 'OptedOut';
|
|
169
|
-
|
|
170
|
-
export type UniRefund_TagService_Tags_TagTotalDto = {
|
|
171
|
-
totalType?: UniRefund_TagService_Tags_TotalType;
|
|
172
|
-
amount?: number;
|
|
173
|
-
description?: string | null;
|
|
174
|
-
currency?: string | null;
|
|
175
|
-
};
|
|
176
|
-
|
|
177
|
-
export type UniRefund_TagService_Tags_TaxTotalDto = {
|
|
178
|
-
taxRate?: number;
|
|
179
|
-
taxTotal?: number;
|
|
180
|
-
taxableAmount?: number;
|
|
181
|
-
};
|
|
182
|
-
|
|
183
|
-
export type UniRefund_TagService_Tags_TotalType = 'None' | 'SalesAmount' | 'VatAmount' | 'GrossRefund' | 'RefundFee' | 'AgentRefundFee' | 'Refund';
|
|
184
|
-
|
|
185
|
-
export type UniRefund_TagService_Travellers_TravellerDetailDto = {
|
|
186
|
-
id?: string;
|
|
187
|
-
travelDocumentNumber?: string | null;
|
|
188
|
-
countryOfResidence?: string | null;
|
|
189
|
-
nationality?: string | null;
|
|
190
|
-
firstname?: string | null;
|
|
191
|
-
lastname?: string | null;
|
|
192
|
-
};
|
|
193
|
-
|
|
194
|
-
export type UniRefund_TagService_Travellers_TravellerRequestDto = {
|
|
195
|
-
id?: string | null;
|
|
196
|
-
travelDocumentNumber: string;
|
|
197
|
-
nationalityCountryCode2: string;
|
|
198
|
-
firstName: string;
|
|
199
|
-
lastName: string;
|
|
200
|
-
residenceCountryCode2: string;
|
|
201
|
-
expirationDate: string;
|
|
202
|
-
birthDate?: string | null;
|
|
203
|
-
};
|
|
204
|
-
|
|
205
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
|
|
206
|
-
grantedPolicies?: {
|
|
207
|
-
[key: string]: (boolean);
|
|
208
|
-
} | null;
|
|
209
|
-
};
|
|
210
|
-
|
|
211
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
|
|
212
|
-
localization?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto;
|
|
213
|
-
auth?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto;
|
|
214
|
-
setting?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto;
|
|
215
|
-
currentUser?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto;
|
|
216
|
-
features?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto;
|
|
217
|
-
globalFeatures?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto;
|
|
218
|
-
multiTenancy?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto;
|
|
219
|
-
currentTenant?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto;
|
|
220
|
-
timing?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto;
|
|
221
|
-
clock?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto;
|
|
222
|
-
objectExtensions?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto;
|
|
223
|
-
extraProperties?: {
|
|
224
|
-
[key: string]: unknown;
|
|
225
|
-
} | null;
|
|
226
|
-
};
|
|
227
|
-
|
|
228
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto = {
|
|
229
|
-
values?: {
|
|
230
|
-
[key: string]: (string | null);
|
|
231
|
-
} | null;
|
|
232
|
-
};
|
|
233
|
-
|
|
234
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto = {
|
|
235
|
-
enabledFeatures?: Array<(string)> | null;
|
|
236
|
-
};
|
|
237
|
-
|
|
238
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
|
|
239
|
-
values?: {
|
|
240
|
-
[key: string]: {
|
|
241
|
-
[key: string]: (string);
|
|
242
|
-
};
|
|
243
|
-
} | null;
|
|
244
|
-
resources?: {
|
|
245
|
-
[key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
|
|
246
|
-
} | null;
|
|
247
|
-
languages?: Array<Volo_Abp_Localization_LanguageInfo> | null;
|
|
248
|
-
currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
|
|
249
|
-
defaultResourceName?: string | null;
|
|
250
|
-
languagesMap?: {
|
|
251
|
-
[key: string]: Array<Volo_Abp_NameValue>;
|
|
252
|
-
} | null;
|
|
253
|
-
languageFilesMap?: {
|
|
254
|
-
[key: string]: Array<Volo_Abp_NameValue>;
|
|
255
|
-
} | null;
|
|
256
|
-
};
|
|
257
|
-
|
|
258
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
|
|
259
|
-
resources?: {
|
|
260
|
-
[key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
|
|
261
|
-
} | null;
|
|
262
|
-
currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
|
|
263
|
-
};
|
|
264
|
-
|
|
265
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto = {
|
|
266
|
-
texts?: {
|
|
267
|
-
[key: string]: (string);
|
|
268
|
-
} | null;
|
|
269
|
-
baseResources?: Array<(string)> | null;
|
|
270
|
-
};
|
|
271
|
-
|
|
272
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto = {
|
|
273
|
-
values?: {
|
|
274
|
-
[key: string]: (string | null);
|
|
275
|
-
} | null;
|
|
276
|
-
};
|
|
277
|
-
|
|
278
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto = {
|
|
279
|
-
kind?: string | null;
|
|
280
|
-
};
|
|
281
|
-
|
|
282
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto = {
|
|
283
|
-
displayName?: string | null;
|
|
284
|
-
englishName?: string | null;
|
|
285
|
-
threeLetterIsoLanguageName?: string | null;
|
|
286
|
-
twoLetterIsoLanguageName?: string | null;
|
|
287
|
-
isRightToLeft?: boolean;
|
|
288
|
-
cultureName?: string | null;
|
|
289
|
-
name?: string | null;
|
|
290
|
-
nativeName?: string | null;
|
|
291
|
-
dateTimeFormat?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto;
|
|
292
|
-
};
|
|
293
|
-
|
|
294
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto = {
|
|
295
|
-
isAuthenticated?: boolean;
|
|
296
|
-
id?: string | null;
|
|
297
|
-
tenantId?: string | null;
|
|
298
|
-
impersonatorUserId?: string | null;
|
|
299
|
-
impersonatorTenantId?: string | null;
|
|
300
|
-
impersonatorUserName?: string | null;
|
|
301
|
-
impersonatorTenantName?: string | null;
|
|
302
|
-
userName?: string | null;
|
|
303
|
-
name?: string | null;
|
|
304
|
-
surName?: string | null;
|
|
305
|
-
email?: string | null;
|
|
306
|
-
emailVerified?: boolean;
|
|
307
|
-
phoneNumber?: string | null;
|
|
308
|
-
phoneNumberVerified?: boolean;
|
|
309
|
-
roles?: Array<(string)> | null;
|
|
310
|
-
sessionId?: string | null;
|
|
311
|
-
};
|
|
312
|
-
|
|
313
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
|
|
314
|
-
calendarAlgorithmType?: string | null;
|
|
315
|
-
dateTimeFormatLong?: string | null;
|
|
316
|
-
shortDatePattern?: string | null;
|
|
317
|
-
fullDateTimePattern?: string | null;
|
|
318
|
-
dateSeparator?: string | null;
|
|
319
|
-
shortTimePattern?: string | null;
|
|
320
|
-
longTimePattern?: string | null;
|
|
321
|
-
};
|
|
322
|
-
|
|
323
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone = {
|
|
324
|
-
timeZoneName?: string | null;
|
|
325
|
-
};
|
|
326
|
-
|
|
327
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
|
|
328
|
-
properties?: {
|
|
329
|
-
[key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto;
|
|
330
|
-
} | null;
|
|
331
|
-
configuration?: {
|
|
332
|
-
[key: string]: unknown;
|
|
333
|
-
} | null;
|
|
334
|
-
};
|
|
335
|
-
|
|
336
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
|
|
337
|
-
fields?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto> | null;
|
|
338
|
-
localizationResource?: string | null;
|
|
339
|
-
};
|
|
340
|
-
|
|
341
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto = {
|
|
342
|
-
name?: string | null;
|
|
343
|
-
value?: unknown;
|
|
344
|
-
};
|
|
345
|
-
|
|
346
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto = {
|
|
347
|
-
isAvailable?: boolean;
|
|
348
|
-
};
|
|
349
|
-
|
|
350
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
|
|
351
|
-
onGet?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto;
|
|
352
|
-
onCreate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto;
|
|
353
|
-
onUpdate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto;
|
|
354
|
-
};
|
|
355
|
-
|
|
356
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto = {
|
|
357
|
-
isAvailable?: boolean;
|
|
358
|
-
};
|
|
359
|
-
|
|
360
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto = {
|
|
361
|
-
isAvailable?: boolean;
|
|
362
|
-
};
|
|
363
|
-
|
|
364
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto = {
|
|
365
|
-
typeSimple?: string | null;
|
|
366
|
-
config?: {
|
|
367
|
-
[key: string]: unknown;
|
|
368
|
-
} | null;
|
|
369
|
-
};
|
|
370
|
-
|
|
371
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
|
|
372
|
-
type?: string | null;
|
|
373
|
-
typeSimple?: string | null;
|
|
374
|
-
displayName?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto;
|
|
375
|
-
api?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto;
|
|
376
|
-
ui?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto;
|
|
377
|
-
attributes?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto> | null;
|
|
378
|
-
configuration?: {
|
|
379
|
-
[key: string]: unknown;
|
|
380
|
-
} | null;
|
|
381
|
-
defaultValue?: unknown;
|
|
382
|
-
};
|
|
383
|
-
|
|
384
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
|
|
385
|
-
onTable?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto;
|
|
386
|
-
onCreateForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
|
|
387
|
-
onEditForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
|
|
388
|
-
lookup?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto;
|
|
389
|
-
};
|
|
390
|
-
|
|
391
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto = {
|
|
392
|
-
isVisible?: boolean;
|
|
393
|
-
};
|
|
394
|
-
|
|
395
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto = {
|
|
396
|
-
url?: string | null;
|
|
397
|
-
resultListPropertyName?: string | null;
|
|
398
|
-
displayPropertyName?: string | null;
|
|
399
|
-
valuePropertyName?: string | null;
|
|
400
|
-
filterParamName?: string | null;
|
|
401
|
-
};
|
|
402
|
-
|
|
403
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto = {
|
|
404
|
-
isVisible?: boolean;
|
|
405
|
-
};
|
|
406
|
-
|
|
407
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
|
|
408
|
-
name?: string | null;
|
|
409
|
-
resource?: string | null;
|
|
410
|
-
};
|
|
411
|
-
|
|
412
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
|
|
413
|
-
entities?: {
|
|
414
|
-
[key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto;
|
|
415
|
-
} | null;
|
|
416
|
-
configuration?: {
|
|
417
|
-
[key: string]: unknown;
|
|
418
|
-
} | null;
|
|
419
|
-
};
|
|
420
|
-
|
|
421
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
|
|
422
|
-
modules?: {
|
|
423
|
-
[key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto;
|
|
424
|
-
} | null;
|
|
425
|
-
enums?: {
|
|
426
|
-
[key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto;
|
|
427
|
-
} | null;
|
|
428
|
-
};
|
|
429
|
-
|
|
430
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
|
|
431
|
-
iana?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone;
|
|
432
|
-
windows?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone;
|
|
433
|
-
};
|
|
434
|
-
|
|
435
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
|
|
436
|
-
timeZone?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone;
|
|
437
|
-
};
|
|
438
|
-
|
|
439
|
-
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
|
|
440
|
-
timeZoneId?: string | null;
|
|
441
|
-
};
|
|
442
|
-
|
|
443
|
-
export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
|
|
444
|
-
id?: string | null;
|
|
445
|
-
name?: string | null;
|
|
446
|
-
isAvailable?: boolean;
|
|
447
|
-
};
|
|
448
|
-
|
|
449
|
-
export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
|
|
450
|
-
isEnabled?: boolean;
|
|
451
|
-
};
|
|
452
|
-
|
|
453
|
-
export type Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
|
|
454
|
-
uniqueName?: string | null;
|
|
455
|
-
name?: string | null;
|
|
456
|
-
httpMethod?: string | null;
|
|
457
|
-
url?: string | null;
|
|
458
|
-
supportedVersions?: Array<(string)> | null;
|
|
459
|
-
parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
|
|
460
|
-
parameters?: Array<Volo_Abp_Http_Modeling_ParameterApiDescriptionModel> | null;
|
|
461
|
-
returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
|
|
462
|
-
allowAnonymous?: boolean | null;
|
|
463
|
-
implementFrom?: string | null;
|
|
464
|
-
};
|
|
465
|
-
|
|
466
|
-
export type Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
|
|
467
|
-
modules?: {
|
|
468
|
-
[key: string]: Volo_Abp_Http_Modeling_ModuleApiDescriptionModel;
|
|
469
|
-
} | null;
|
|
470
|
-
types?: {
|
|
471
|
-
[key: string]: Volo_Abp_Http_Modeling_TypeApiDescriptionModel;
|
|
472
|
-
} | null;
|
|
473
|
-
};
|
|
474
|
-
|
|
475
|
-
export type Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
|
|
476
|
-
controllerName?: string | null;
|
|
477
|
-
controllerGroupName?: string | null;
|
|
478
|
-
isRemoteService?: boolean;
|
|
479
|
-
isIntegrationService?: boolean;
|
|
480
|
-
apiVersion?: string | null;
|
|
481
|
-
type?: string | null;
|
|
482
|
-
interfaces?: Array<Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel> | null;
|
|
483
|
-
actions?: {
|
|
484
|
-
[key: string]: Volo_Abp_Http_Modeling_ActionApiDescriptionModel;
|
|
485
|
-
} | null;
|
|
486
|
-
};
|
|
487
|
-
|
|
488
|
-
export type Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
|
|
489
|
-
type?: string | null;
|
|
490
|
-
name?: string | null;
|
|
491
|
-
methods?: Array<Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel> | null;
|
|
492
|
-
};
|
|
493
|
-
|
|
494
|
-
export type Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
|
|
495
|
-
name?: string | null;
|
|
496
|
-
parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
|
|
497
|
-
returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
|
|
498
|
-
};
|
|
499
|
-
|
|
500
|
-
export type Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
|
|
501
|
-
name?: string | null;
|
|
502
|
-
typeAsString?: string | null;
|
|
503
|
-
type?: string | null;
|
|
504
|
-
typeSimple?: string | null;
|
|
505
|
-
isOptional?: boolean;
|
|
506
|
-
defaultValue?: unknown;
|
|
507
|
-
};
|
|
508
|
-
|
|
509
|
-
export type Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
|
|
510
|
-
rootPath?: string | null;
|
|
511
|
-
remoteServiceName?: string | null;
|
|
512
|
-
controllers?: {
|
|
513
|
-
[key: string]: Volo_Abp_Http_Modeling_ControllerApiDescriptionModel;
|
|
514
|
-
} | null;
|
|
515
|
-
};
|
|
516
|
-
|
|
517
|
-
export type Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
|
|
518
|
-
nameOnMethod?: string | null;
|
|
519
|
-
name?: string | null;
|
|
520
|
-
jsonName?: string | null;
|
|
521
|
-
type?: string | null;
|
|
522
|
-
typeSimple?: string | null;
|
|
523
|
-
isOptional?: boolean;
|
|
524
|
-
defaultValue?: unknown;
|
|
525
|
-
constraintTypes?: Array<(string)> | null;
|
|
526
|
-
bindingSourceId?: string | null;
|
|
527
|
-
descriptorName?: string | null;
|
|
528
|
-
};
|
|
529
|
-
|
|
530
|
-
export type Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
|
|
531
|
-
name?: string | null;
|
|
532
|
-
jsonName?: string | null;
|
|
533
|
-
type?: string | null;
|
|
534
|
-
typeSimple?: string | null;
|
|
535
|
-
isRequired?: boolean;
|
|
536
|
-
minLength?: number | null;
|
|
537
|
-
maxLength?: number | null;
|
|
538
|
-
minimum?: string | null;
|
|
539
|
-
maximum?: string | null;
|
|
540
|
-
regex?: string | null;
|
|
541
|
-
};
|
|
542
|
-
|
|
543
|
-
export type Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
|
|
544
|
-
type?: string | null;
|
|
545
|
-
typeSimple?: string | null;
|
|
546
|
-
};
|
|
547
|
-
|
|
548
|
-
export type Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
|
|
549
|
-
baseType?: string | null;
|
|
550
|
-
isEnum?: boolean;
|
|
551
|
-
enumNames?: Array<(string)> | null;
|
|
552
|
-
enumValues?: Array<unknown> | null;
|
|
553
|
-
genericArguments?: Array<(string)> | null;
|
|
554
|
-
properties?: Array<Volo_Abp_Http_Modeling_PropertyApiDescriptionModel> | null;
|
|
555
|
-
};
|
|
556
|
-
|
|
557
|
-
export type Volo_Abp_Http_RemoteServiceErrorInfo = {
|
|
558
|
-
code?: string | null;
|
|
559
|
-
message?: string | null;
|
|
560
|
-
details?: string | null;
|
|
561
|
-
data?: {
|
|
562
|
-
[key: string]: unknown;
|
|
563
|
-
} | null;
|
|
564
|
-
validationErrors?: Array<Volo_Abp_Http_RemoteServiceValidationErrorInfo> | null;
|
|
565
|
-
};
|
|
566
|
-
|
|
567
|
-
export type Volo_Abp_Http_RemoteServiceErrorResponse = {
|
|
568
|
-
error?: Volo_Abp_Http_RemoteServiceErrorInfo;
|
|
569
|
-
};
|
|
570
|
-
|
|
571
|
-
export type Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
|
|
572
|
-
message?: string | null;
|
|
573
|
-
members?: Array<(string)> | null;
|
|
574
|
-
};
|
|
575
|
-
|
|
576
|
-
export type Volo_Abp_Localization_LanguageInfo = {
|
|
577
|
-
cultureName?: string | null;
|
|
578
|
-
uiCultureName?: string | null;
|
|
579
|
-
displayName?: string | null;
|
|
580
|
-
readonly twoLetterISOLanguageName?: string | null;
|
|
581
|
-
};
|
|
582
|
-
|
|
583
|
-
export type Volo_Abp_NameValue = {
|
|
584
|
-
name?: string | null;
|
|
585
|
-
value?: string | null;
|
|
586
|
-
};
|
|
587
|
-
|
|
588
|
-
export type GetApiAbpApiDefinitionData = {
|
|
589
|
-
includeTypes?: boolean;
|
|
590
|
-
};
|
|
591
|
-
|
|
592
|
-
export type GetApiAbpApiDefinitionResponse = Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
|
|
593
|
-
|
|
594
|
-
export type GetApiAbpApplicationConfigurationData = {
|
|
595
|
-
includeLocalizationResources?: boolean;
|
|
596
|
-
};
|
|
597
|
-
|
|
598
|
-
export type GetApiAbpApplicationConfigurationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
|
|
599
|
-
|
|
600
|
-
export type GetApiAbpApplicationLocalizationData = {
|
|
601
|
-
cultureName: string;
|
|
602
|
-
onlyDynamics?: boolean;
|
|
603
|
-
};
|
|
604
|
-
|
|
605
|
-
export type GetApiAbpApplicationLocalizationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
|
|
606
|
-
|
|
607
|
-
export type PostApiTagServiceTagData = {
|
|
608
|
-
requestBody?: UniRefund_TagService_Tags_CreateTagRequestDto;
|
|
609
|
-
};
|
|
610
|
-
|
|
611
|
-
export type PostApiTagServiceTagResponse = UniRefund_TagService_Tags_TagDto;
|
|
612
|
-
|
|
613
|
-
export type GetApiTagServiceTagData = {
|
|
614
|
-
exportEndDate?: string;
|
|
615
|
-
exportStartDate?: string;
|
|
616
|
-
invoiceNumber?: string;
|
|
617
|
-
issuedEndDate?: string;
|
|
618
|
-
issuedStartDate?: string;
|
|
619
|
-
maxResultCount?: number;
|
|
620
|
-
merchantIds?: Array<(string)>;
|
|
621
|
-
paidEndDate?: string;
|
|
622
|
-
paidStartDate?: string;
|
|
623
|
-
refundTypes?: Array<UniRefund_TagService_Tags_RefundType>;
|
|
624
|
-
skipCount?: number;
|
|
625
|
-
sorting?: string;
|
|
626
|
-
statuses?: Array<UniRefund_TagService_Tags_TagStatusType>;
|
|
627
|
-
tagNumber?: string;
|
|
628
|
-
travellerDocumentNumber?: string;
|
|
629
|
-
travellerFullName?: string;
|
|
630
|
-
travellerIds?: Array<(string)>;
|
|
631
|
-
};
|
|
632
|
-
|
|
633
|
-
export type GetApiTagServiceTagResponse = TagPagedAndSortedResultResponseDto_TagListItemDto;
|
|
634
|
-
|
|
635
|
-
export type GetApiTagServiceTagByIdDetailData = {
|
|
636
|
-
id: string;
|
|
637
|
-
};
|
|
638
|
-
|
|
639
|
-
export type GetApiTagServiceTagByIdDetailResponse = UniRefund_TagService_Tags_TagDetailDto;
|
|
640
|
-
|
|
641
|
-
export type GetApiTagServiceTagTagsSumData = {
|
|
642
|
-
tagIds?: Array<(string)>;
|
|
643
|
-
};
|
|
644
|
-
|
|
645
|
-
export type GetApiTagServiceTagTagsSumResponse = UniRefund_TagService_Tags_SumTagsResponseDto;
|
|
646
|
-
|
|
647
|
-
export type GetApiTagServiceTagSummaryData = {
|
|
648
|
-
exportEndDate?: string;
|
|
649
|
-
exportStartDate?: string;
|
|
650
|
-
invoiceNumber?: string;
|
|
651
|
-
issuedEndDate?: string;
|
|
652
|
-
issuedStartDate?: string;
|
|
653
|
-
maxResultCount?: number;
|
|
654
|
-
merchantIds?: Array<(string)>;
|
|
655
|
-
paidEndDate?: string;
|
|
656
|
-
paidStartDate?: string;
|
|
657
|
-
refundTypes?: Array<UniRefund_TagService_Tags_RefundType>;
|
|
658
|
-
skipCount?: number;
|
|
659
|
-
sorting?: string;
|
|
660
|
-
statuses?: Array<UniRefund_TagService_Tags_TagStatusType>;
|
|
661
|
-
tagNumber?: string;
|
|
662
|
-
travellerDocumentNumber?: string;
|
|
663
|
-
travellerFullName?: string;
|
|
664
|
-
travellerIds?: Array<(string)>;
|
|
665
|
-
};
|
|
666
|
-
|
|
667
|
-
export type GetApiTagServiceTagSummaryResponse = UniRefund_TagService_Tags_TagListSummaryDto;
|
|
668
|
-
|
|
669
|
-
export type PutApiTagServiceTagTagsRefundData = {
|
|
670
|
-
refundId?: string;
|
|
671
|
-
refundType?: UniRefund_TagService_Tags_RefundType;
|
|
672
|
-
requestBody?: Array<(string)>;
|
|
673
|
-
};
|
|
674
|
-
|
|
675
|
-
export type PutApiTagServiceTagTagsRefundResponse = unknown;
|
|
676
|
-
|
|
677
|
-
export type $OpenApiTs = {
|
|
678
|
-
'/api/abp/api-definition': {
|
|
679
|
-
get: {
|
|
680
|
-
req: GetApiAbpApiDefinitionData;
|
|
681
|
-
res: {
|
|
682
|
-
/**
|
|
683
|
-
* Success
|
|
684
|
-
*/
|
|
685
|
-
200: Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
|
|
686
|
-
/**
|
|
687
|
-
* Bad Request
|
|
688
|
-
*/
|
|
689
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
690
|
-
/**
|
|
691
|
-
* Unauthorized
|
|
692
|
-
*/
|
|
693
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
694
|
-
/**
|
|
695
|
-
* Forbidden
|
|
696
|
-
*/
|
|
697
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
698
|
-
/**
|
|
699
|
-
* Not Found
|
|
700
|
-
*/
|
|
701
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
702
|
-
/**
|
|
703
|
-
* Server Error
|
|
704
|
-
*/
|
|
705
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
706
|
-
/**
|
|
707
|
-
* Server Error
|
|
708
|
-
*/
|
|
709
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
710
|
-
};
|
|
711
|
-
};
|
|
712
|
-
};
|
|
713
|
-
'/api/abp/application-configuration': {
|
|
714
|
-
get: {
|
|
715
|
-
req: GetApiAbpApplicationConfigurationData;
|
|
716
|
-
res: {
|
|
717
|
-
/**
|
|
718
|
-
* Success
|
|
719
|
-
*/
|
|
720
|
-
200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
|
|
721
|
-
/**
|
|
722
|
-
* Bad Request
|
|
723
|
-
*/
|
|
724
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
725
|
-
/**
|
|
726
|
-
* Unauthorized
|
|
727
|
-
*/
|
|
728
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
729
|
-
/**
|
|
730
|
-
* Forbidden
|
|
731
|
-
*/
|
|
732
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
733
|
-
/**
|
|
734
|
-
* Not Found
|
|
735
|
-
*/
|
|
736
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
737
|
-
/**
|
|
738
|
-
* Server Error
|
|
739
|
-
*/
|
|
740
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
741
|
-
/**
|
|
742
|
-
* Server Error
|
|
743
|
-
*/
|
|
744
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
745
|
-
};
|
|
746
|
-
};
|
|
747
|
-
};
|
|
748
|
-
'/api/abp/application-localization': {
|
|
749
|
-
get: {
|
|
750
|
-
req: GetApiAbpApplicationLocalizationData;
|
|
751
|
-
res: {
|
|
752
|
-
/**
|
|
753
|
-
* Success
|
|
754
|
-
*/
|
|
755
|
-
200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
|
|
756
|
-
/**
|
|
757
|
-
* Bad Request
|
|
758
|
-
*/
|
|
759
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
760
|
-
/**
|
|
761
|
-
* Unauthorized
|
|
762
|
-
*/
|
|
763
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
764
|
-
/**
|
|
765
|
-
* Forbidden
|
|
766
|
-
*/
|
|
767
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
768
|
-
/**
|
|
769
|
-
* Not Found
|
|
770
|
-
*/
|
|
771
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
772
|
-
/**
|
|
773
|
-
* Server Error
|
|
774
|
-
*/
|
|
775
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
776
|
-
/**
|
|
777
|
-
* Server Error
|
|
778
|
-
*/
|
|
779
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
780
|
-
};
|
|
781
|
-
};
|
|
782
|
-
};
|
|
783
|
-
'/api/tag-service/Tag': {
|
|
784
|
-
post: {
|
|
785
|
-
req: PostApiTagServiceTagData;
|
|
786
|
-
res: {
|
|
787
|
-
/**
|
|
788
|
-
* Success
|
|
789
|
-
*/
|
|
790
|
-
200: UniRefund_TagService_Tags_TagDto;
|
|
791
|
-
/**
|
|
792
|
-
* Bad Request
|
|
793
|
-
*/
|
|
794
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
795
|
-
/**
|
|
796
|
-
* Unauthorized
|
|
797
|
-
*/
|
|
798
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
799
|
-
/**
|
|
800
|
-
* Forbidden
|
|
801
|
-
*/
|
|
802
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
803
|
-
/**
|
|
804
|
-
* Not Found
|
|
805
|
-
*/
|
|
806
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
807
|
-
/**
|
|
808
|
-
* Server Error
|
|
809
|
-
*/
|
|
810
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
811
|
-
/**
|
|
812
|
-
* Server Error
|
|
813
|
-
*/
|
|
814
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
815
|
-
};
|
|
816
|
-
};
|
|
817
|
-
get: {
|
|
818
|
-
req: GetApiTagServiceTagData;
|
|
819
|
-
res: {
|
|
820
|
-
/**
|
|
821
|
-
* Success
|
|
822
|
-
*/
|
|
823
|
-
200: TagPagedAndSortedResultResponseDto_TagListItemDto;
|
|
824
|
-
/**
|
|
825
|
-
* Bad Request
|
|
826
|
-
*/
|
|
827
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
828
|
-
/**
|
|
829
|
-
* Unauthorized
|
|
830
|
-
*/
|
|
831
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
832
|
-
/**
|
|
833
|
-
* Forbidden
|
|
834
|
-
*/
|
|
835
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
836
|
-
/**
|
|
837
|
-
* Not Found
|
|
838
|
-
*/
|
|
839
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
840
|
-
/**
|
|
841
|
-
* Server Error
|
|
842
|
-
*/
|
|
843
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
844
|
-
/**
|
|
845
|
-
* Server Error
|
|
846
|
-
*/
|
|
847
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
848
|
-
};
|
|
849
|
-
};
|
|
850
|
-
};
|
|
851
|
-
'/api/tag-service/Tag/{id}/detail': {
|
|
852
|
-
get: {
|
|
853
|
-
req: GetApiTagServiceTagByIdDetailData;
|
|
854
|
-
res: {
|
|
855
|
-
/**
|
|
856
|
-
* Success
|
|
857
|
-
*/
|
|
858
|
-
200: UniRefund_TagService_Tags_TagDetailDto;
|
|
859
|
-
/**
|
|
860
|
-
* Bad Request
|
|
861
|
-
*/
|
|
862
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
863
|
-
/**
|
|
864
|
-
* Unauthorized
|
|
865
|
-
*/
|
|
866
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
867
|
-
/**
|
|
868
|
-
* Forbidden
|
|
869
|
-
*/
|
|
870
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
871
|
-
/**
|
|
872
|
-
* Not Found
|
|
873
|
-
*/
|
|
874
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
875
|
-
/**
|
|
876
|
-
* Server Error
|
|
877
|
-
*/
|
|
878
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
879
|
-
/**
|
|
880
|
-
* Server Error
|
|
881
|
-
*/
|
|
882
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
883
|
-
};
|
|
884
|
-
};
|
|
885
|
-
};
|
|
886
|
-
'/api/tag-service/Tag/tags-sum': {
|
|
887
|
-
get: {
|
|
888
|
-
req: GetApiTagServiceTagTagsSumData;
|
|
889
|
-
res: {
|
|
890
|
-
/**
|
|
891
|
-
* Success
|
|
892
|
-
*/
|
|
893
|
-
200: UniRefund_TagService_Tags_SumTagsResponseDto;
|
|
894
|
-
/**
|
|
895
|
-
* Bad Request
|
|
896
|
-
*/
|
|
897
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
898
|
-
/**
|
|
899
|
-
* Unauthorized
|
|
900
|
-
*/
|
|
901
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
902
|
-
/**
|
|
903
|
-
* Forbidden
|
|
904
|
-
*/
|
|
905
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
906
|
-
/**
|
|
907
|
-
* Not Found
|
|
908
|
-
*/
|
|
909
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
910
|
-
/**
|
|
911
|
-
* Server Error
|
|
912
|
-
*/
|
|
913
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
914
|
-
/**
|
|
915
|
-
* Server Error
|
|
916
|
-
*/
|
|
917
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
918
|
-
};
|
|
919
|
-
};
|
|
920
|
-
};
|
|
921
|
-
'/api/tag-service/Tag/summary': {
|
|
922
|
-
get: {
|
|
923
|
-
req: GetApiTagServiceTagSummaryData;
|
|
924
|
-
res: {
|
|
925
|
-
/**
|
|
926
|
-
* Success
|
|
927
|
-
*/
|
|
928
|
-
200: UniRefund_TagService_Tags_TagListSummaryDto;
|
|
929
|
-
/**
|
|
930
|
-
* Bad Request
|
|
931
|
-
*/
|
|
932
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
933
|
-
/**
|
|
934
|
-
* Unauthorized
|
|
935
|
-
*/
|
|
936
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
937
|
-
/**
|
|
938
|
-
* Forbidden
|
|
939
|
-
*/
|
|
940
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
941
|
-
/**
|
|
942
|
-
* Not Found
|
|
943
|
-
*/
|
|
944
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
945
|
-
/**
|
|
946
|
-
* Server Error
|
|
947
|
-
*/
|
|
948
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
949
|
-
/**
|
|
950
|
-
* Server Error
|
|
951
|
-
*/
|
|
952
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
953
|
-
};
|
|
954
|
-
};
|
|
955
|
-
};
|
|
956
|
-
'/api/tag-service/Tag/tags-refund': {
|
|
957
|
-
put: {
|
|
958
|
-
req: PutApiTagServiceTagTagsRefundData;
|
|
959
|
-
res: {
|
|
960
|
-
/**
|
|
961
|
-
* Success
|
|
962
|
-
*/
|
|
963
|
-
200: unknown;
|
|
964
|
-
/**
|
|
965
|
-
* Bad Request
|
|
966
|
-
*/
|
|
967
|
-
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
968
|
-
/**
|
|
969
|
-
* Unauthorized
|
|
970
|
-
*/
|
|
971
|
-
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
972
|
-
/**
|
|
973
|
-
* Forbidden
|
|
974
|
-
*/
|
|
975
|
-
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
976
|
-
/**
|
|
977
|
-
* Not Found
|
|
978
|
-
*/
|
|
979
|
-
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
980
|
-
/**
|
|
981
|
-
* Server Error
|
|
982
|
-
*/
|
|
983
|
-
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
984
|
-
/**
|
|
985
|
-
* Server Error
|
|
986
|
-
*/
|
|
987
|
-
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
988
|
-
};
|
|
989
|
-
};
|
|
990
|
-
};
|
|
1
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
|
|
3
|
+
export type TagPagedAndSortedResultResponseDto_TagListItemDto = {
|
|
4
|
+
items?: Array<UniRefund_TagService_Tags_TagListItemDto> | null;
|
|
5
|
+
totalCount?: number;
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export type UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode = 'None' | 'Waiting' | 'Approved' | 'Rejected' | 'Expired';
|
|
9
|
+
|
|
10
|
+
export type UniRefund_ExportValidationService_ExportValidations_StampTypeCode = 'None' | 'Integration' | 'DigitalStamp';
|
|
11
|
+
|
|
12
|
+
export type UniRefund_TagService_Billings_BillingDto = {
|
|
13
|
+
id?: string;
|
|
14
|
+
billingDate?: string | null;
|
|
15
|
+
billingNumber?: string | null;
|
|
16
|
+
status?: number | null;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
export type UniRefund_TagService_ExportValidations_ExportValidationDto = {
|
|
20
|
+
id?: string;
|
|
21
|
+
endpointId?: string | null;
|
|
22
|
+
referenceId?: string | null;
|
|
23
|
+
date?: string | null;
|
|
24
|
+
status?: UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode;
|
|
25
|
+
stampType?: UniRefund_ExportValidationService_ExportValidations_StampTypeCode;
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export type UniRefund_TagService_Invoices_InvoiceDto = {
|
|
29
|
+
id?: string;
|
|
30
|
+
number?: string | null;
|
|
31
|
+
issueDate?: string;
|
|
32
|
+
totalAmount?: number;
|
|
33
|
+
vatAmount?: number;
|
|
34
|
+
currency?: string | null;
|
|
35
|
+
invoiceLines?: Array<UniRefund_TagService_Invoices_InvoiceLineDto> | null;
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export type UniRefund_TagService_Invoices_InvoiceLineDto = {
|
|
39
|
+
id?: string;
|
|
40
|
+
productGroup?: string | null;
|
|
41
|
+
description?: string | null;
|
|
42
|
+
amount?: number;
|
|
43
|
+
taxRate?: number;
|
|
44
|
+
taxAmount?: number;
|
|
45
|
+
taxBase?: number;
|
|
46
|
+
currency?: string | null;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export type UniRefund_TagService_Invoices_InvoiceRequestDto = {
|
|
50
|
+
id?: string | null;
|
|
51
|
+
uuid?: string;
|
|
52
|
+
invoiceNumber?: string | null;
|
|
53
|
+
issueDate?: string;
|
|
54
|
+
amountPaid?: number;
|
|
55
|
+
vatAmount?: number;
|
|
56
|
+
taxTotals?: Array<UniRefund_TagService_Tags_TaxTotalDto> | null;
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
export type UniRefund_TagService_Merchants_MerchantDetailDto = {
|
|
60
|
+
id?: string;
|
|
61
|
+
name?: string | null;
|
|
62
|
+
address?: UniRefund_TagService_Tags_AddressDto;
|
|
63
|
+
productGroups?: Array<UniRefund_TagService_Tags_ProductGroupDto> | null;
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
export type UniRefund_TagService_Merchants_MerchantRequestDto = {
|
|
67
|
+
vatNumber: string;
|
|
68
|
+
countryCode: string;
|
|
69
|
+
branchId: string;
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
export type UniRefund_TagService_Refunds_RefundDto = {
|
|
73
|
+
id?: string;
|
|
74
|
+
submissionDate?: string | null;
|
|
75
|
+
paidDate?: string | null;
|
|
76
|
+
refundLocation?: string | null;
|
|
77
|
+
status?: number | null;
|
|
78
|
+
refundMethod?: UniRefund_TagService_Tags_RefundType;
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
export type UniRefund_TagService_Tags_AddressDto = {
|
|
82
|
+
id?: string;
|
|
83
|
+
fullText?: string | null;
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
export type UniRefund_TagService_Tags_CreateTagRequestDto = {
|
|
87
|
+
merchant?: UniRefund_TagService_Merchants_MerchantRequestDto;
|
|
88
|
+
traveller?: UniRefund_TagService_Travellers_TravellerRequestDto;
|
|
89
|
+
invoices?: Array<UniRefund_TagService_Invoices_InvoiceRequestDto> | null;
|
|
90
|
+
exportValidation?: UniRefund_TagService_Tags_ExportValidationRequestDto;
|
|
91
|
+
};
|
|
92
|
+
|
|
93
|
+
export type UniRefund_TagService_Tags_ExportValidationRequestDto = {
|
|
94
|
+
dateTime?: string | null;
|
|
95
|
+
endpoint?: string;
|
|
96
|
+
referenceId?: string | null;
|
|
97
|
+
responseCode?: string | null;
|
|
98
|
+
description?: string | null;
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
export type UniRefund_TagService_Tags_ProductGroupDto = {
|
|
102
|
+
id?: string;
|
|
103
|
+
description?: string | null;
|
|
104
|
+
};
|
|
105
|
+
|
|
106
|
+
export type UniRefund_TagService_Tags_RefundType = 'None' | 'Cash' | 'CreditorDebitCard';
|
|
107
|
+
|
|
108
|
+
export type UniRefund_TagService_Tags_SumTagsResponseDto = {
|
|
109
|
+
tagIds?: Array<(string)> | null;
|
|
110
|
+
travellerId?: string;
|
|
111
|
+
refundAmount?: number;
|
|
112
|
+
refundCurrency?: string | null;
|
|
113
|
+
};
|
|
114
|
+
|
|
115
|
+
export type UniRefund_TagService_Tags_TagDetailDto = {
|
|
116
|
+
id?: string;
|
|
117
|
+
tagNumber?: string | null;
|
|
118
|
+
status?: UniRefund_TagService_Tags_TagStatusType;
|
|
119
|
+
refundType?: UniRefund_TagService_Tags_RefundType;
|
|
120
|
+
issueDate?: string | null;
|
|
121
|
+
expireDate?: string | null;
|
|
122
|
+
merchant?: UniRefund_TagService_Merchants_MerchantDetailDto;
|
|
123
|
+
traveller?: UniRefund_TagService_Travellers_TravellerDetailDto;
|
|
124
|
+
exportValidation?: UniRefund_TagService_ExportValidations_ExportValidationDto;
|
|
125
|
+
refund?: UniRefund_TagService_Refunds_RefundDto;
|
|
126
|
+
billing?: UniRefund_TagService_Billings_BillingDto;
|
|
127
|
+
invoices?: Array<UniRefund_TagService_Invoices_InvoiceDto> | null;
|
|
128
|
+
totals?: Array<UniRefund_TagService_Tags_TagTotalDto> | null;
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
export type UniRefund_TagService_Tags_TagDto = {
|
|
132
|
+
id?: string;
|
|
133
|
+
tagNumber?: string | null;
|
|
134
|
+
status?: UniRefund_TagService_Tags_TagStatusType;
|
|
135
|
+
refundType?: UniRefund_TagService_Tags_RefundType;
|
|
136
|
+
issueDate?: string | null;
|
|
137
|
+
expireDate?: string | null;
|
|
138
|
+
exportValidationId?: string | null;
|
|
139
|
+
refundId?: string | null;
|
|
140
|
+
billingId?: string | null;
|
|
141
|
+
merchantId?: string | null;
|
|
142
|
+
travellerId?: string | null;
|
|
143
|
+
travelDocumentNumber?: string | null;
|
|
144
|
+
tripId?: string | null;
|
|
145
|
+
refundTableId?: string | null;
|
|
146
|
+
rebateTableId?: string | null;
|
|
147
|
+
totals?: Array<UniRefund_TagService_Tags_TagTotalDto> | null;
|
|
148
|
+
};
|
|
149
|
+
|
|
150
|
+
export type UniRefund_TagService_Tags_TagListItemDto = {
|
|
151
|
+
id?: string;
|
|
152
|
+
tagNumber?: string | null;
|
|
153
|
+
issueDate?: string;
|
|
154
|
+
expireDate?: string;
|
|
155
|
+
travellerFullName?: string | null;
|
|
156
|
+
travellerDocumentNumber?: string | null;
|
|
157
|
+
merchantTitle?: string | null;
|
|
158
|
+
status?: UniRefund_TagService_Tags_TagStatusType;
|
|
159
|
+
totals?: Array<UniRefund_TagService_Tags_TagTotalDto> | null;
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
export type UniRefund_TagService_Tags_TagListSummaryDto = {
|
|
163
|
+
totalSalesAmount?: number;
|
|
164
|
+
totalRefundAmount?: number;
|
|
165
|
+
currency?: string | null;
|
|
166
|
+
};
|
|
167
|
+
|
|
168
|
+
export type UniRefund_TagService_Tags_TagStatusType = 'None' | 'Open' | 'PreIssued' | 'Issued' | 'WaitingGoodsValidation' | 'WaitingStampValidation' | 'Declined' | 'ExportValidated' | 'PaymentBlocked' | 'PaymentInProgress' | 'PaymentProblem' | 'Paid' | 'Cancelled' | 'Expired' | 'Correction' | 'OptedOut';
|
|
169
|
+
|
|
170
|
+
export type UniRefund_TagService_Tags_TagTotalDto = {
|
|
171
|
+
totalType?: UniRefund_TagService_Tags_TotalType;
|
|
172
|
+
amount?: number;
|
|
173
|
+
description?: string | null;
|
|
174
|
+
currency?: string | null;
|
|
175
|
+
};
|
|
176
|
+
|
|
177
|
+
export type UniRefund_TagService_Tags_TaxTotalDto = {
|
|
178
|
+
taxRate?: number;
|
|
179
|
+
taxTotal?: number;
|
|
180
|
+
taxableAmount?: number;
|
|
181
|
+
};
|
|
182
|
+
|
|
183
|
+
export type UniRefund_TagService_Tags_TotalType = 'None' | 'SalesAmount' | 'VatAmount' | 'GrossRefund' | 'RefundFee' | 'AgentRefundFee' | 'Refund';
|
|
184
|
+
|
|
185
|
+
export type UniRefund_TagService_Travellers_TravellerDetailDto = {
|
|
186
|
+
id?: string;
|
|
187
|
+
travelDocumentNumber?: string | null;
|
|
188
|
+
countryOfResidence?: string | null;
|
|
189
|
+
nationality?: string | null;
|
|
190
|
+
firstname?: string | null;
|
|
191
|
+
lastname?: string | null;
|
|
192
|
+
};
|
|
193
|
+
|
|
194
|
+
export type UniRefund_TagService_Travellers_TravellerRequestDto = {
|
|
195
|
+
id?: string | null;
|
|
196
|
+
travelDocumentNumber: string;
|
|
197
|
+
nationalityCountryCode2: string;
|
|
198
|
+
firstName: string;
|
|
199
|
+
lastName: string;
|
|
200
|
+
residenceCountryCode2: string;
|
|
201
|
+
expirationDate: string;
|
|
202
|
+
birthDate?: string | null;
|
|
203
|
+
};
|
|
204
|
+
|
|
205
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
|
|
206
|
+
grantedPolicies?: {
|
|
207
|
+
[key: string]: (boolean);
|
|
208
|
+
} | null;
|
|
209
|
+
};
|
|
210
|
+
|
|
211
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
|
|
212
|
+
localization?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto;
|
|
213
|
+
auth?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto;
|
|
214
|
+
setting?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto;
|
|
215
|
+
currentUser?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto;
|
|
216
|
+
features?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto;
|
|
217
|
+
globalFeatures?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto;
|
|
218
|
+
multiTenancy?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto;
|
|
219
|
+
currentTenant?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto;
|
|
220
|
+
timing?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto;
|
|
221
|
+
clock?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto;
|
|
222
|
+
objectExtensions?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto;
|
|
223
|
+
extraProperties?: {
|
|
224
|
+
[key: string]: unknown;
|
|
225
|
+
} | null;
|
|
226
|
+
};
|
|
227
|
+
|
|
228
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto = {
|
|
229
|
+
values?: {
|
|
230
|
+
[key: string]: (string | null);
|
|
231
|
+
} | null;
|
|
232
|
+
};
|
|
233
|
+
|
|
234
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto = {
|
|
235
|
+
enabledFeatures?: Array<(string)> | null;
|
|
236
|
+
};
|
|
237
|
+
|
|
238
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
|
|
239
|
+
values?: {
|
|
240
|
+
[key: string]: {
|
|
241
|
+
[key: string]: (string);
|
|
242
|
+
};
|
|
243
|
+
} | null;
|
|
244
|
+
resources?: {
|
|
245
|
+
[key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
|
|
246
|
+
} | null;
|
|
247
|
+
languages?: Array<Volo_Abp_Localization_LanguageInfo> | null;
|
|
248
|
+
currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
|
|
249
|
+
defaultResourceName?: string | null;
|
|
250
|
+
languagesMap?: {
|
|
251
|
+
[key: string]: Array<Volo_Abp_NameValue>;
|
|
252
|
+
} | null;
|
|
253
|
+
languageFilesMap?: {
|
|
254
|
+
[key: string]: Array<Volo_Abp_NameValue>;
|
|
255
|
+
} | null;
|
|
256
|
+
};
|
|
257
|
+
|
|
258
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
|
|
259
|
+
resources?: {
|
|
260
|
+
[key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
|
|
261
|
+
} | null;
|
|
262
|
+
currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
|
|
263
|
+
};
|
|
264
|
+
|
|
265
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto = {
|
|
266
|
+
texts?: {
|
|
267
|
+
[key: string]: (string);
|
|
268
|
+
} | null;
|
|
269
|
+
baseResources?: Array<(string)> | null;
|
|
270
|
+
};
|
|
271
|
+
|
|
272
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto = {
|
|
273
|
+
values?: {
|
|
274
|
+
[key: string]: (string | null);
|
|
275
|
+
} | null;
|
|
276
|
+
};
|
|
277
|
+
|
|
278
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto = {
|
|
279
|
+
kind?: string | null;
|
|
280
|
+
};
|
|
281
|
+
|
|
282
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto = {
|
|
283
|
+
displayName?: string | null;
|
|
284
|
+
englishName?: string | null;
|
|
285
|
+
threeLetterIsoLanguageName?: string | null;
|
|
286
|
+
twoLetterIsoLanguageName?: string | null;
|
|
287
|
+
isRightToLeft?: boolean;
|
|
288
|
+
cultureName?: string | null;
|
|
289
|
+
name?: string | null;
|
|
290
|
+
nativeName?: string | null;
|
|
291
|
+
dateTimeFormat?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto;
|
|
292
|
+
};
|
|
293
|
+
|
|
294
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto = {
|
|
295
|
+
isAuthenticated?: boolean;
|
|
296
|
+
id?: string | null;
|
|
297
|
+
tenantId?: string | null;
|
|
298
|
+
impersonatorUserId?: string | null;
|
|
299
|
+
impersonatorTenantId?: string | null;
|
|
300
|
+
impersonatorUserName?: string | null;
|
|
301
|
+
impersonatorTenantName?: string | null;
|
|
302
|
+
userName?: string | null;
|
|
303
|
+
name?: string | null;
|
|
304
|
+
surName?: string | null;
|
|
305
|
+
email?: string | null;
|
|
306
|
+
emailVerified?: boolean;
|
|
307
|
+
phoneNumber?: string | null;
|
|
308
|
+
phoneNumberVerified?: boolean;
|
|
309
|
+
roles?: Array<(string)> | null;
|
|
310
|
+
sessionId?: string | null;
|
|
311
|
+
};
|
|
312
|
+
|
|
313
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
|
|
314
|
+
calendarAlgorithmType?: string | null;
|
|
315
|
+
dateTimeFormatLong?: string | null;
|
|
316
|
+
shortDatePattern?: string | null;
|
|
317
|
+
fullDateTimePattern?: string | null;
|
|
318
|
+
dateSeparator?: string | null;
|
|
319
|
+
shortTimePattern?: string | null;
|
|
320
|
+
longTimePattern?: string | null;
|
|
321
|
+
};
|
|
322
|
+
|
|
323
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone = {
|
|
324
|
+
timeZoneName?: string | null;
|
|
325
|
+
};
|
|
326
|
+
|
|
327
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
|
|
328
|
+
properties?: {
|
|
329
|
+
[key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto;
|
|
330
|
+
} | null;
|
|
331
|
+
configuration?: {
|
|
332
|
+
[key: string]: unknown;
|
|
333
|
+
} | null;
|
|
334
|
+
};
|
|
335
|
+
|
|
336
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
|
|
337
|
+
fields?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto> | null;
|
|
338
|
+
localizationResource?: string | null;
|
|
339
|
+
};
|
|
340
|
+
|
|
341
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto = {
|
|
342
|
+
name?: string | null;
|
|
343
|
+
value?: unknown;
|
|
344
|
+
};
|
|
345
|
+
|
|
346
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto = {
|
|
347
|
+
isAvailable?: boolean;
|
|
348
|
+
};
|
|
349
|
+
|
|
350
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
|
|
351
|
+
onGet?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto;
|
|
352
|
+
onCreate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto;
|
|
353
|
+
onUpdate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto;
|
|
354
|
+
};
|
|
355
|
+
|
|
356
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto = {
|
|
357
|
+
isAvailable?: boolean;
|
|
358
|
+
};
|
|
359
|
+
|
|
360
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto = {
|
|
361
|
+
isAvailable?: boolean;
|
|
362
|
+
};
|
|
363
|
+
|
|
364
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto = {
|
|
365
|
+
typeSimple?: string | null;
|
|
366
|
+
config?: {
|
|
367
|
+
[key: string]: unknown;
|
|
368
|
+
} | null;
|
|
369
|
+
};
|
|
370
|
+
|
|
371
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
|
|
372
|
+
type?: string | null;
|
|
373
|
+
typeSimple?: string | null;
|
|
374
|
+
displayName?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto;
|
|
375
|
+
api?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto;
|
|
376
|
+
ui?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto;
|
|
377
|
+
attributes?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto> | null;
|
|
378
|
+
configuration?: {
|
|
379
|
+
[key: string]: unknown;
|
|
380
|
+
} | null;
|
|
381
|
+
defaultValue?: unknown;
|
|
382
|
+
};
|
|
383
|
+
|
|
384
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
|
|
385
|
+
onTable?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto;
|
|
386
|
+
onCreateForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
|
|
387
|
+
onEditForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
|
|
388
|
+
lookup?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto;
|
|
389
|
+
};
|
|
390
|
+
|
|
391
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto = {
|
|
392
|
+
isVisible?: boolean;
|
|
393
|
+
};
|
|
394
|
+
|
|
395
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto = {
|
|
396
|
+
url?: string | null;
|
|
397
|
+
resultListPropertyName?: string | null;
|
|
398
|
+
displayPropertyName?: string | null;
|
|
399
|
+
valuePropertyName?: string | null;
|
|
400
|
+
filterParamName?: string | null;
|
|
401
|
+
};
|
|
402
|
+
|
|
403
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto = {
|
|
404
|
+
isVisible?: boolean;
|
|
405
|
+
};
|
|
406
|
+
|
|
407
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
|
|
408
|
+
name?: string | null;
|
|
409
|
+
resource?: string | null;
|
|
410
|
+
};
|
|
411
|
+
|
|
412
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
|
|
413
|
+
entities?: {
|
|
414
|
+
[key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto;
|
|
415
|
+
} | null;
|
|
416
|
+
configuration?: {
|
|
417
|
+
[key: string]: unknown;
|
|
418
|
+
} | null;
|
|
419
|
+
};
|
|
420
|
+
|
|
421
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
|
|
422
|
+
modules?: {
|
|
423
|
+
[key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto;
|
|
424
|
+
} | null;
|
|
425
|
+
enums?: {
|
|
426
|
+
[key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto;
|
|
427
|
+
} | null;
|
|
428
|
+
};
|
|
429
|
+
|
|
430
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
|
|
431
|
+
iana?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone;
|
|
432
|
+
windows?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone;
|
|
433
|
+
};
|
|
434
|
+
|
|
435
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
|
|
436
|
+
timeZone?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone;
|
|
437
|
+
};
|
|
438
|
+
|
|
439
|
+
export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
|
|
440
|
+
timeZoneId?: string | null;
|
|
441
|
+
};
|
|
442
|
+
|
|
443
|
+
export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
|
|
444
|
+
id?: string | null;
|
|
445
|
+
name?: string | null;
|
|
446
|
+
isAvailable?: boolean;
|
|
447
|
+
};
|
|
448
|
+
|
|
449
|
+
export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
|
|
450
|
+
isEnabled?: boolean;
|
|
451
|
+
};
|
|
452
|
+
|
|
453
|
+
export type Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
|
|
454
|
+
uniqueName?: string | null;
|
|
455
|
+
name?: string | null;
|
|
456
|
+
httpMethod?: string | null;
|
|
457
|
+
url?: string | null;
|
|
458
|
+
supportedVersions?: Array<(string)> | null;
|
|
459
|
+
parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
|
|
460
|
+
parameters?: Array<Volo_Abp_Http_Modeling_ParameterApiDescriptionModel> | null;
|
|
461
|
+
returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
|
|
462
|
+
allowAnonymous?: boolean | null;
|
|
463
|
+
implementFrom?: string | null;
|
|
464
|
+
};
|
|
465
|
+
|
|
466
|
+
export type Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
|
|
467
|
+
modules?: {
|
|
468
|
+
[key: string]: Volo_Abp_Http_Modeling_ModuleApiDescriptionModel;
|
|
469
|
+
} | null;
|
|
470
|
+
types?: {
|
|
471
|
+
[key: string]: Volo_Abp_Http_Modeling_TypeApiDescriptionModel;
|
|
472
|
+
} | null;
|
|
473
|
+
};
|
|
474
|
+
|
|
475
|
+
export type Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
|
|
476
|
+
controllerName?: string | null;
|
|
477
|
+
controllerGroupName?: string | null;
|
|
478
|
+
isRemoteService?: boolean;
|
|
479
|
+
isIntegrationService?: boolean;
|
|
480
|
+
apiVersion?: string | null;
|
|
481
|
+
type?: string | null;
|
|
482
|
+
interfaces?: Array<Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel> | null;
|
|
483
|
+
actions?: {
|
|
484
|
+
[key: string]: Volo_Abp_Http_Modeling_ActionApiDescriptionModel;
|
|
485
|
+
} | null;
|
|
486
|
+
};
|
|
487
|
+
|
|
488
|
+
export type Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
|
|
489
|
+
type?: string | null;
|
|
490
|
+
name?: string | null;
|
|
491
|
+
methods?: Array<Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel> | null;
|
|
492
|
+
};
|
|
493
|
+
|
|
494
|
+
export type Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
|
|
495
|
+
name?: string | null;
|
|
496
|
+
parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
|
|
497
|
+
returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
|
|
498
|
+
};
|
|
499
|
+
|
|
500
|
+
export type Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
|
|
501
|
+
name?: string | null;
|
|
502
|
+
typeAsString?: string | null;
|
|
503
|
+
type?: string | null;
|
|
504
|
+
typeSimple?: string | null;
|
|
505
|
+
isOptional?: boolean;
|
|
506
|
+
defaultValue?: unknown;
|
|
507
|
+
};
|
|
508
|
+
|
|
509
|
+
export type Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
|
|
510
|
+
rootPath?: string | null;
|
|
511
|
+
remoteServiceName?: string | null;
|
|
512
|
+
controllers?: {
|
|
513
|
+
[key: string]: Volo_Abp_Http_Modeling_ControllerApiDescriptionModel;
|
|
514
|
+
} | null;
|
|
515
|
+
};
|
|
516
|
+
|
|
517
|
+
export type Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
|
|
518
|
+
nameOnMethod?: string | null;
|
|
519
|
+
name?: string | null;
|
|
520
|
+
jsonName?: string | null;
|
|
521
|
+
type?: string | null;
|
|
522
|
+
typeSimple?: string | null;
|
|
523
|
+
isOptional?: boolean;
|
|
524
|
+
defaultValue?: unknown;
|
|
525
|
+
constraintTypes?: Array<(string)> | null;
|
|
526
|
+
bindingSourceId?: string | null;
|
|
527
|
+
descriptorName?: string | null;
|
|
528
|
+
};
|
|
529
|
+
|
|
530
|
+
export type Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
|
|
531
|
+
name?: string | null;
|
|
532
|
+
jsonName?: string | null;
|
|
533
|
+
type?: string | null;
|
|
534
|
+
typeSimple?: string | null;
|
|
535
|
+
isRequired?: boolean;
|
|
536
|
+
minLength?: number | null;
|
|
537
|
+
maxLength?: number | null;
|
|
538
|
+
minimum?: string | null;
|
|
539
|
+
maximum?: string | null;
|
|
540
|
+
regex?: string | null;
|
|
541
|
+
};
|
|
542
|
+
|
|
543
|
+
export type Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
|
|
544
|
+
type?: string | null;
|
|
545
|
+
typeSimple?: string | null;
|
|
546
|
+
};
|
|
547
|
+
|
|
548
|
+
export type Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
|
|
549
|
+
baseType?: string | null;
|
|
550
|
+
isEnum?: boolean;
|
|
551
|
+
enumNames?: Array<(string)> | null;
|
|
552
|
+
enumValues?: Array<unknown> | null;
|
|
553
|
+
genericArguments?: Array<(string)> | null;
|
|
554
|
+
properties?: Array<Volo_Abp_Http_Modeling_PropertyApiDescriptionModel> | null;
|
|
555
|
+
};
|
|
556
|
+
|
|
557
|
+
export type Volo_Abp_Http_RemoteServiceErrorInfo = {
|
|
558
|
+
code?: string | null;
|
|
559
|
+
message?: string | null;
|
|
560
|
+
details?: string | null;
|
|
561
|
+
data?: {
|
|
562
|
+
[key: string]: unknown;
|
|
563
|
+
} | null;
|
|
564
|
+
validationErrors?: Array<Volo_Abp_Http_RemoteServiceValidationErrorInfo> | null;
|
|
565
|
+
};
|
|
566
|
+
|
|
567
|
+
export type Volo_Abp_Http_RemoteServiceErrorResponse = {
|
|
568
|
+
error?: Volo_Abp_Http_RemoteServiceErrorInfo;
|
|
569
|
+
};
|
|
570
|
+
|
|
571
|
+
export type Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
|
|
572
|
+
message?: string | null;
|
|
573
|
+
members?: Array<(string)> | null;
|
|
574
|
+
};
|
|
575
|
+
|
|
576
|
+
export type Volo_Abp_Localization_LanguageInfo = {
|
|
577
|
+
cultureName?: string | null;
|
|
578
|
+
uiCultureName?: string | null;
|
|
579
|
+
displayName?: string | null;
|
|
580
|
+
readonly twoLetterISOLanguageName?: string | null;
|
|
581
|
+
};
|
|
582
|
+
|
|
583
|
+
export type Volo_Abp_NameValue = {
|
|
584
|
+
name?: string | null;
|
|
585
|
+
value?: string | null;
|
|
586
|
+
};
|
|
587
|
+
|
|
588
|
+
export type GetApiAbpApiDefinitionData = {
|
|
589
|
+
includeTypes?: boolean;
|
|
590
|
+
};
|
|
591
|
+
|
|
592
|
+
export type GetApiAbpApiDefinitionResponse = Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
|
|
593
|
+
|
|
594
|
+
export type GetApiAbpApplicationConfigurationData = {
|
|
595
|
+
includeLocalizationResources?: boolean;
|
|
596
|
+
};
|
|
597
|
+
|
|
598
|
+
export type GetApiAbpApplicationConfigurationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
|
|
599
|
+
|
|
600
|
+
export type GetApiAbpApplicationLocalizationData = {
|
|
601
|
+
cultureName: string;
|
|
602
|
+
onlyDynamics?: boolean;
|
|
603
|
+
};
|
|
604
|
+
|
|
605
|
+
export type GetApiAbpApplicationLocalizationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
|
|
606
|
+
|
|
607
|
+
export type PostApiTagServiceTagData = {
|
|
608
|
+
requestBody?: UniRefund_TagService_Tags_CreateTagRequestDto;
|
|
609
|
+
};
|
|
610
|
+
|
|
611
|
+
export type PostApiTagServiceTagResponse = UniRefund_TagService_Tags_TagDto;
|
|
612
|
+
|
|
613
|
+
export type GetApiTagServiceTagData = {
|
|
614
|
+
exportEndDate?: string;
|
|
615
|
+
exportStartDate?: string;
|
|
616
|
+
invoiceNumber?: string;
|
|
617
|
+
issuedEndDate?: string;
|
|
618
|
+
issuedStartDate?: string;
|
|
619
|
+
maxResultCount?: number;
|
|
620
|
+
merchantIds?: Array<(string)>;
|
|
621
|
+
paidEndDate?: string;
|
|
622
|
+
paidStartDate?: string;
|
|
623
|
+
refundTypes?: Array<UniRefund_TagService_Tags_RefundType>;
|
|
624
|
+
skipCount?: number;
|
|
625
|
+
sorting?: string;
|
|
626
|
+
statuses?: Array<UniRefund_TagService_Tags_TagStatusType>;
|
|
627
|
+
tagNumber?: string;
|
|
628
|
+
travellerDocumentNumber?: string;
|
|
629
|
+
travellerFullName?: string;
|
|
630
|
+
travellerIds?: Array<(string)>;
|
|
631
|
+
};
|
|
632
|
+
|
|
633
|
+
export type GetApiTagServiceTagResponse = TagPagedAndSortedResultResponseDto_TagListItemDto;
|
|
634
|
+
|
|
635
|
+
export type GetApiTagServiceTagByIdDetailData = {
|
|
636
|
+
id: string;
|
|
637
|
+
};
|
|
638
|
+
|
|
639
|
+
export type GetApiTagServiceTagByIdDetailResponse = UniRefund_TagService_Tags_TagDetailDto;
|
|
640
|
+
|
|
641
|
+
export type GetApiTagServiceTagTagsSumData = {
|
|
642
|
+
tagIds?: Array<(string)>;
|
|
643
|
+
};
|
|
644
|
+
|
|
645
|
+
export type GetApiTagServiceTagTagsSumResponse = UniRefund_TagService_Tags_SumTagsResponseDto;
|
|
646
|
+
|
|
647
|
+
export type GetApiTagServiceTagSummaryData = {
|
|
648
|
+
exportEndDate?: string;
|
|
649
|
+
exportStartDate?: string;
|
|
650
|
+
invoiceNumber?: string;
|
|
651
|
+
issuedEndDate?: string;
|
|
652
|
+
issuedStartDate?: string;
|
|
653
|
+
maxResultCount?: number;
|
|
654
|
+
merchantIds?: Array<(string)>;
|
|
655
|
+
paidEndDate?: string;
|
|
656
|
+
paidStartDate?: string;
|
|
657
|
+
refundTypes?: Array<UniRefund_TagService_Tags_RefundType>;
|
|
658
|
+
skipCount?: number;
|
|
659
|
+
sorting?: string;
|
|
660
|
+
statuses?: Array<UniRefund_TagService_Tags_TagStatusType>;
|
|
661
|
+
tagNumber?: string;
|
|
662
|
+
travellerDocumentNumber?: string;
|
|
663
|
+
travellerFullName?: string;
|
|
664
|
+
travellerIds?: Array<(string)>;
|
|
665
|
+
};
|
|
666
|
+
|
|
667
|
+
export type GetApiTagServiceTagSummaryResponse = UniRefund_TagService_Tags_TagListSummaryDto;
|
|
668
|
+
|
|
669
|
+
export type PutApiTagServiceTagTagsRefundData = {
|
|
670
|
+
refundId?: string;
|
|
671
|
+
refundType?: UniRefund_TagService_Tags_RefundType;
|
|
672
|
+
requestBody?: Array<(string)>;
|
|
673
|
+
};
|
|
674
|
+
|
|
675
|
+
export type PutApiTagServiceTagTagsRefundResponse = unknown;
|
|
676
|
+
|
|
677
|
+
export type $OpenApiTs = {
|
|
678
|
+
'/api/abp/api-definition': {
|
|
679
|
+
get: {
|
|
680
|
+
req: GetApiAbpApiDefinitionData;
|
|
681
|
+
res: {
|
|
682
|
+
/**
|
|
683
|
+
* Success
|
|
684
|
+
*/
|
|
685
|
+
200: Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
|
|
686
|
+
/**
|
|
687
|
+
* Bad Request
|
|
688
|
+
*/
|
|
689
|
+
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
690
|
+
/**
|
|
691
|
+
* Unauthorized
|
|
692
|
+
*/
|
|
693
|
+
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
694
|
+
/**
|
|
695
|
+
* Forbidden
|
|
696
|
+
*/
|
|
697
|
+
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
698
|
+
/**
|
|
699
|
+
* Not Found
|
|
700
|
+
*/
|
|
701
|
+
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
702
|
+
/**
|
|
703
|
+
* Server Error
|
|
704
|
+
*/
|
|
705
|
+
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
706
|
+
/**
|
|
707
|
+
* Server Error
|
|
708
|
+
*/
|
|
709
|
+
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
710
|
+
};
|
|
711
|
+
};
|
|
712
|
+
};
|
|
713
|
+
'/api/abp/application-configuration': {
|
|
714
|
+
get: {
|
|
715
|
+
req: GetApiAbpApplicationConfigurationData;
|
|
716
|
+
res: {
|
|
717
|
+
/**
|
|
718
|
+
* Success
|
|
719
|
+
*/
|
|
720
|
+
200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
|
|
721
|
+
/**
|
|
722
|
+
* Bad Request
|
|
723
|
+
*/
|
|
724
|
+
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
725
|
+
/**
|
|
726
|
+
* Unauthorized
|
|
727
|
+
*/
|
|
728
|
+
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
729
|
+
/**
|
|
730
|
+
* Forbidden
|
|
731
|
+
*/
|
|
732
|
+
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
733
|
+
/**
|
|
734
|
+
* Not Found
|
|
735
|
+
*/
|
|
736
|
+
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
737
|
+
/**
|
|
738
|
+
* Server Error
|
|
739
|
+
*/
|
|
740
|
+
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
741
|
+
/**
|
|
742
|
+
* Server Error
|
|
743
|
+
*/
|
|
744
|
+
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
745
|
+
};
|
|
746
|
+
};
|
|
747
|
+
};
|
|
748
|
+
'/api/abp/application-localization': {
|
|
749
|
+
get: {
|
|
750
|
+
req: GetApiAbpApplicationLocalizationData;
|
|
751
|
+
res: {
|
|
752
|
+
/**
|
|
753
|
+
* Success
|
|
754
|
+
*/
|
|
755
|
+
200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
|
|
756
|
+
/**
|
|
757
|
+
* Bad Request
|
|
758
|
+
*/
|
|
759
|
+
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
760
|
+
/**
|
|
761
|
+
* Unauthorized
|
|
762
|
+
*/
|
|
763
|
+
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
764
|
+
/**
|
|
765
|
+
* Forbidden
|
|
766
|
+
*/
|
|
767
|
+
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
768
|
+
/**
|
|
769
|
+
* Not Found
|
|
770
|
+
*/
|
|
771
|
+
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
772
|
+
/**
|
|
773
|
+
* Server Error
|
|
774
|
+
*/
|
|
775
|
+
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
776
|
+
/**
|
|
777
|
+
* Server Error
|
|
778
|
+
*/
|
|
779
|
+
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
780
|
+
};
|
|
781
|
+
};
|
|
782
|
+
};
|
|
783
|
+
'/api/tag-service/Tag': {
|
|
784
|
+
post: {
|
|
785
|
+
req: PostApiTagServiceTagData;
|
|
786
|
+
res: {
|
|
787
|
+
/**
|
|
788
|
+
* Success
|
|
789
|
+
*/
|
|
790
|
+
200: UniRefund_TagService_Tags_TagDto;
|
|
791
|
+
/**
|
|
792
|
+
* Bad Request
|
|
793
|
+
*/
|
|
794
|
+
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
795
|
+
/**
|
|
796
|
+
* Unauthorized
|
|
797
|
+
*/
|
|
798
|
+
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
799
|
+
/**
|
|
800
|
+
* Forbidden
|
|
801
|
+
*/
|
|
802
|
+
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
803
|
+
/**
|
|
804
|
+
* Not Found
|
|
805
|
+
*/
|
|
806
|
+
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
807
|
+
/**
|
|
808
|
+
* Server Error
|
|
809
|
+
*/
|
|
810
|
+
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
811
|
+
/**
|
|
812
|
+
* Server Error
|
|
813
|
+
*/
|
|
814
|
+
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
815
|
+
};
|
|
816
|
+
};
|
|
817
|
+
get: {
|
|
818
|
+
req: GetApiTagServiceTagData;
|
|
819
|
+
res: {
|
|
820
|
+
/**
|
|
821
|
+
* Success
|
|
822
|
+
*/
|
|
823
|
+
200: TagPagedAndSortedResultResponseDto_TagListItemDto;
|
|
824
|
+
/**
|
|
825
|
+
* Bad Request
|
|
826
|
+
*/
|
|
827
|
+
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
828
|
+
/**
|
|
829
|
+
* Unauthorized
|
|
830
|
+
*/
|
|
831
|
+
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
832
|
+
/**
|
|
833
|
+
* Forbidden
|
|
834
|
+
*/
|
|
835
|
+
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
836
|
+
/**
|
|
837
|
+
* Not Found
|
|
838
|
+
*/
|
|
839
|
+
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
840
|
+
/**
|
|
841
|
+
* Server Error
|
|
842
|
+
*/
|
|
843
|
+
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
844
|
+
/**
|
|
845
|
+
* Server Error
|
|
846
|
+
*/
|
|
847
|
+
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
848
|
+
};
|
|
849
|
+
};
|
|
850
|
+
};
|
|
851
|
+
'/api/tag-service/Tag/{id}/detail': {
|
|
852
|
+
get: {
|
|
853
|
+
req: GetApiTagServiceTagByIdDetailData;
|
|
854
|
+
res: {
|
|
855
|
+
/**
|
|
856
|
+
* Success
|
|
857
|
+
*/
|
|
858
|
+
200: UniRefund_TagService_Tags_TagDetailDto;
|
|
859
|
+
/**
|
|
860
|
+
* Bad Request
|
|
861
|
+
*/
|
|
862
|
+
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
863
|
+
/**
|
|
864
|
+
* Unauthorized
|
|
865
|
+
*/
|
|
866
|
+
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
867
|
+
/**
|
|
868
|
+
* Forbidden
|
|
869
|
+
*/
|
|
870
|
+
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
871
|
+
/**
|
|
872
|
+
* Not Found
|
|
873
|
+
*/
|
|
874
|
+
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
875
|
+
/**
|
|
876
|
+
* Server Error
|
|
877
|
+
*/
|
|
878
|
+
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
879
|
+
/**
|
|
880
|
+
* Server Error
|
|
881
|
+
*/
|
|
882
|
+
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
883
|
+
};
|
|
884
|
+
};
|
|
885
|
+
};
|
|
886
|
+
'/api/tag-service/Tag/tags-sum': {
|
|
887
|
+
get: {
|
|
888
|
+
req: GetApiTagServiceTagTagsSumData;
|
|
889
|
+
res: {
|
|
890
|
+
/**
|
|
891
|
+
* Success
|
|
892
|
+
*/
|
|
893
|
+
200: UniRefund_TagService_Tags_SumTagsResponseDto;
|
|
894
|
+
/**
|
|
895
|
+
* Bad Request
|
|
896
|
+
*/
|
|
897
|
+
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
898
|
+
/**
|
|
899
|
+
* Unauthorized
|
|
900
|
+
*/
|
|
901
|
+
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
902
|
+
/**
|
|
903
|
+
* Forbidden
|
|
904
|
+
*/
|
|
905
|
+
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
906
|
+
/**
|
|
907
|
+
* Not Found
|
|
908
|
+
*/
|
|
909
|
+
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
910
|
+
/**
|
|
911
|
+
* Server Error
|
|
912
|
+
*/
|
|
913
|
+
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
914
|
+
/**
|
|
915
|
+
* Server Error
|
|
916
|
+
*/
|
|
917
|
+
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
918
|
+
};
|
|
919
|
+
};
|
|
920
|
+
};
|
|
921
|
+
'/api/tag-service/Tag/summary': {
|
|
922
|
+
get: {
|
|
923
|
+
req: GetApiTagServiceTagSummaryData;
|
|
924
|
+
res: {
|
|
925
|
+
/**
|
|
926
|
+
* Success
|
|
927
|
+
*/
|
|
928
|
+
200: UniRefund_TagService_Tags_TagListSummaryDto;
|
|
929
|
+
/**
|
|
930
|
+
* Bad Request
|
|
931
|
+
*/
|
|
932
|
+
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
933
|
+
/**
|
|
934
|
+
* Unauthorized
|
|
935
|
+
*/
|
|
936
|
+
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
937
|
+
/**
|
|
938
|
+
* Forbidden
|
|
939
|
+
*/
|
|
940
|
+
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
941
|
+
/**
|
|
942
|
+
* Not Found
|
|
943
|
+
*/
|
|
944
|
+
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
945
|
+
/**
|
|
946
|
+
* Server Error
|
|
947
|
+
*/
|
|
948
|
+
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
949
|
+
/**
|
|
950
|
+
* Server Error
|
|
951
|
+
*/
|
|
952
|
+
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
953
|
+
};
|
|
954
|
+
};
|
|
955
|
+
};
|
|
956
|
+
'/api/tag-service/Tag/tags-refund': {
|
|
957
|
+
put: {
|
|
958
|
+
req: PutApiTagServiceTagTagsRefundData;
|
|
959
|
+
res: {
|
|
960
|
+
/**
|
|
961
|
+
* Success
|
|
962
|
+
*/
|
|
963
|
+
200: unknown;
|
|
964
|
+
/**
|
|
965
|
+
* Bad Request
|
|
966
|
+
*/
|
|
967
|
+
400: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
968
|
+
/**
|
|
969
|
+
* Unauthorized
|
|
970
|
+
*/
|
|
971
|
+
401: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
972
|
+
/**
|
|
973
|
+
* Forbidden
|
|
974
|
+
*/
|
|
975
|
+
403: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
976
|
+
/**
|
|
977
|
+
* Not Found
|
|
978
|
+
*/
|
|
979
|
+
404: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
980
|
+
/**
|
|
981
|
+
* Server Error
|
|
982
|
+
*/
|
|
983
|
+
500: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
984
|
+
/**
|
|
985
|
+
* Server Error
|
|
986
|
+
*/
|
|
987
|
+
501: Volo_Abp_Http_RemoteServiceErrorResponse;
|
|
988
|
+
};
|
|
989
|
+
};
|
|
990
|
+
};
|
|
991
991
|
};
|