@ayasofyazilim/saas 0.0.108 → 0.0.110

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.
@@ -1,1129 +1,2082 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
-
3
- export type PagedResultDto_RebateStatementHeaderForListDto = {
4
- items?: Array<UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderForListDto> | null;
5
- totalCount?: number;
6
- };
7
-
8
- export type PagedResultDto_VATStatementHeaderForListDto = {
9
- items?: Array<UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderForListDto> | null;
10
- totalCount?: number;
11
- };
12
-
13
- export type UniRefund_ContractService_Enums_InvoiceChannel = 'ElectronicInvoice' | 'Email' | 'PaperInvoice';
14
-
15
- export type UniRefund_ContractService_Enums_InvoicingFrequency = 'OneTimePerMonth' | 'TwoTimesPerMonth';
16
-
17
- export type UniRefund_ContractService_Enums_RebateStatementPeriod = 'None' | 'Monthly' | 'Quarterly' | 'BiAnnually' | 'Annually';
18
-
19
- export type UniRefund_FinanceService_Enums_PaymentStatus = 'NotPaid' | 'PartlyPaid' | 'Paid' | 'OverPaid';
20
-
21
- export type UniRefund_FinanceService_Enums_RebateStatementStatus = 'Unfinished' | 'Approved' | 'Processing' | 'Error' | 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
22
-
23
- export type UniRefund_FinanceService_Enums_VATStatementStatus = 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
24
-
25
- export type UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderCreateDto = {
26
- rebateStatementDate: string;
27
- yearMonthPairs: Array<UniRefund_FinanceService_RebateStatementHeaders_YearMonthPairDto>;
28
- };
29
-
30
- export type UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderDetailDto = {
31
- id: string;
32
- readonly number: string;
33
- merchantId: string;
34
- merchantName: string;
35
- rebateStatementDate: string;
36
- total: number;
37
- status: UniRefund_FinanceService_Enums_RebateStatementStatus;
38
- period: UniRefund_ContractService_Enums_RebateStatementPeriod;
39
- readonly customerNumber: string;
40
- contractHeaderId?: string;
41
- rebateStatementStoreDetails?: Array<UniRefund_FinanceService_RebateStatementStoreDetails_RebateStatementStoreDetailDto> | null;
42
- };
43
-
44
- export type UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderDraftDto = {
45
- merchantId: string;
46
- merchantName: string;
47
- rebateStatementDate: string;
48
- total: number;
49
- status: UniRefund_FinanceService_Enums_RebateStatementStatus;
50
- period: UniRefund_ContractService_Enums_RebateStatementPeriod;
51
- customerNumber: string;
52
- contractHeaderId: string;
53
- rebateStatementStoreDetails?: Array<UniRefund_FinanceService_RebateStatementStoreDetails_RebateStatementStoreDetailDraftDto> | null;
54
- };
55
-
56
- export type UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderDto = {
57
- merchantId: string;
58
- merchantName: string;
59
- rebateStatementDate: string;
60
- total: number;
61
- status: UniRefund_FinanceService_Enums_RebateStatementStatus;
62
- period: UniRefund_ContractService_Enums_RebateStatementPeriod;
63
- customerNumber: string;
64
- contractHeaderId: string;
65
- rebateStatementStoreDetails?: Array<UniRefund_FinanceService_RebateStatementStoreDetails_RebateStatementStoreDetailDraftDto> | null;
66
- id: string;
67
- number: string;
68
- };
69
-
70
- export type UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderForListDto = {
71
- id: string;
72
- merchantId: string;
73
- merchantName?: string | null;
74
- rebateStatementDate: string;
75
- number: string;
76
- total: number;
77
- status: UniRefund_FinanceService_Enums_RebateStatementStatus;
78
- period: UniRefund_ContractService_Enums_RebateStatementPeriod;
79
- };
80
-
81
- export type UniRefund_FinanceService_RebateStatementHeaders_YearMonthPairDto = {
82
- year: number;
83
- month: number;
84
- };
85
-
86
- export type UniRefund_FinanceService_RebateStatementStoreDetails_RebateStatementStoreDetailDraftDto = {
87
- merchantId: string;
88
- merchantName: string;
89
- tagCount: number;
90
- grandTotalAmount: number;
91
- vatAmount: number;
92
- rebateAmount: number;
93
- referenceDateBegin: string;
94
- vatStatementHeaderId: string;
95
- invoiceNumber: string;
96
- };
97
-
98
- export type UniRefund_FinanceService_RebateStatementStoreDetails_RebateStatementStoreDetailDto = {
99
- merchantId: string;
100
- merchantName: string;
101
- tagCount: number;
102
- grandTotalAmount: number;
103
- vatAmount: number;
104
- rebateAmount: number;
105
- referenceDateBegin: string;
106
- vatStatementHeaderId: string;
107
- invoiceNumber: string;
108
- id: string;
109
- };
110
-
111
- export type UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderBasicInformationDto = {
112
- id: string;
113
- vatStatementDate: string;
114
- invoiceNumber: string;
115
- status: UniRefund_FinanceService_Enums_VATStatementStatus;
116
- };
117
-
118
- export type UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderCreateDto = {
119
- readonly extraProperties?: {
120
- [key: string]: unknown;
121
- } | null;
122
- year: number;
123
- month: number;
124
- vatStatementDate: string;
125
- };
126
-
127
- export type UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderDetailDto = {
128
- merchantId: string;
129
- tagCount: number;
130
- merchantName: string;
131
- vatStatementDate: string;
132
- dueDate: string;
133
- total: number;
134
- unpaid: number;
135
- status: UniRefund_FinanceService_Enums_VATStatementStatus;
136
- billingPeriod: UniRefund_ContractService_Enums_InvoicingFrequency;
137
- termOfPayment: number;
138
- paymentStatus: UniRefund_FinanceService_Enums_PaymentStatus;
139
- isFactoring?: boolean;
140
- referenceDateBegin: string;
141
- referenceDateEnd: string;
142
- deliveryMethod: UniRefund_ContractService_Enums_InvoiceChannel;
143
- customerNumber?: string | null;
144
- referenceNumber?: string | null;
145
- yourReference?: string | null;
146
- contractHeaderId: string;
147
- rebateStatementHeaderId?: string | null;
148
- vatStatementTagDetails?: Array<UniRefund_FinanceService_VATStatementTagDetails_VATStatementTagDetailDto> | null;
149
- id: string;
150
- invoiceNumber: string;
151
- };
152
-
153
- export type UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderDraftDto = {
154
- merchantId: string;
155
- tagCount: number;
156
- merchantName: string;
157
- vatStatementDate: string;
158
- dueDate: string;
159
- total: number;
160
- unpaid: number;
161
- status: UniRefund_FinanceService_Enums_VATStatementStatus;
162
- billingPeriod: UniRefund_ContractService_Enums_InvoicingFrequency;
163
- termOfPayment: number;
164
- paymentStatus: UniRefund_FinanceService_Enums_PaymentStatus;
165
- isFactoring?: boolean;
166
- referenceDateBegin: string;
167
- referenceDateEnd: string;
168
- deliveryMethod: UniRefund_ContractService_Enums_InvoiceChannel;
169
- customerNumber?: string | null;
170
- referenceNumber?: string | null;
171
- yourReference?: string | null;
172
- contractHeaderId: string;
173
- rebateStatementHeaderId?: string | null;
174
- vatStatementTagDetails?: Array<UniRefund_FinanceService_VATStatementTagDetails_VATStatementTagDetailDraftDto> | null;
175
- };
176
-
177
- export type UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderDto = {
178
- merchantId: string;
179
- tagCount: number;
180
- merchantName: string;
181
- vatStatementDate: string;
182
- dueDate: string;
183
- total: number;
184
- unpaid: number;
185
- status: UniRefund_FinanceService_Enums_VATStatementStatus;
186
- billingPeriod: UniRefund_ContractService_Enums_InvoicingFrequency;
187
- termOfPayment: number;
188
- paymentStatus: UniRefund_FinanceService_Enums_PaymentStatus;
189
- isFactoring?: boolean;
190
- referenceDateBegin: string;
191
- referenceDateEnd: string;
192
- deliveryMethod: UniRefund_ContractService_Enums_InvoiceChannel;
193
- customerNumber?: string | null;
194
- referenceNumber?: string | null;
195
- yourReference?: string | null;
196
- contractHeaderId: string;
197
- rebateStatementHeaderId?: string | null;
198
- vatStatementTagDetails?: Array<UniRefund_FinanceService_VATStatementTagDetails_VATStatementTagDetailDto> | null;
199
- id: string;
200
- invoiceNumber: string;
201
- };
202
-
203
- export type UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderForListDto = {
204
- id: string;
205
- invoiceNumber: string;
206
- merchantId: string;
207
- tagCount: number;
208
- merchantName: string;
209
- vatStatementDate: string;
210
- dueDate: string;
211
- total: number;
212
- unpaid: number;
213
- status: UniRefund_FinanceService_Enums_VATStatementStatus;
214
- paymentStatus: UniRefund_FinanceService_Enums_PaymentStatus;
215
- };
216
-
217
- export type UniRefund_FinanceService_VATStatementTagDetails_VATStatementTagDetailDraftDto = {
218
- tagId: string;
219
- merchantId: string;
220
- merchantName: string;
221
- tagNumber: string;
222
- refundDate: string;
223
- grandTotal: number;
224
- taxAmount: number;
225
- refundAmount: number;
226
- correctedAmount?: number | null;
227
- currency: string;
228
- };
229
-
230
- export type UniRefund_FinanceService_VATStatementTagDetails_VATStatementTagDetailDto = {
231
- tagId: string;
232
- merchantId: string;
233
- merchantName: string;
234
- tagNumber: string;
235
- refundDate: string;
236
- grandTotal: number;
237
- taxAmount: number;
238
- refundAmount: number;
239
- correctedAmount?: number | null;
240
- currency: string;
241
- id: string;
242
- };
243
-
244
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
245
- grantedPolicies?: {
246
- [key: string]: (boolean);
247
- } | null;
248
- };
249
-
250
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
251
- localization?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto;
252
- auth?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto;
253
- setting?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto;
254
- currentUser?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto;
255
- features?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto;
256
- globalFeatures?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto;
257
- multiTenancy?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto;
258
- currentTenant?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto;
259
- timing?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto;
260
- clock?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto;
261
- objectExtensions?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto;
262
- extraProperties?: {
263
- [key: string]: unknown;
264
- } | null;
265
- };
266
-
267
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto = {
268
- values?: {
269
- [key: string]: (string | null);
270
- } | null;
271
- };
272
-
273
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto = {
274
- enabledFeatures?: Array<(string)> | null;
275
- };
276
-
277
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
278
- values?: {
279
- [key: string]: {
280
- [key: string]: (string);
281
- };
282
- } | null;
283
- resources?: {
284
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
285
- } | null;
286
- languages?: Array<Volo_Abp_Localization_LanguageInfo> | null;
287
- currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
288
- defaultResourceName?: string | null;
289
- languagesMap?: {
290
- [key: string]: Array<Volo_Abp_NameValue>;
291
- } | null;
292
- languageFilesMap?: {
293
- [key: string]: Array<Volo_Abp_NameValue>;
294
- } | null;
295
- };
296
-
297
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
298
- resources?: {
299
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
300
- } | null;
301
- currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
302
- };
303
-
304
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto = {
305
- texts?: {
306
- [key: string]: (string);
307
- } | null;
308
- baseResources?: Array<(string)> | null;
309
- };
310
-
311
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto = {
312
- values?: {
313
- [key: string]: (string | null);
314
- } | null;
315
- };
316
-
317
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto = {
318
- kind?: string | null;
319
- };
320
-
321
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto = {
322
- displayName?: string | null;
323
- englishName?: string | null;
324
- threeLetterIsoLanguageName?: string | null;
325
- twoLetterIsoLanguageName?: string | null;
326
- isRightToLeft?: boolean;
327
- cultureName?: string | null;
328
- name?: string | null;
329
- nativeName?: string | null;
330
- dateTimeFormat?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto;
331
- };
332
-
333
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto = {
334
- isAuthenticated?: boolean;
335
- id?: string | null;
336
- tenantId?: string | null;
337
- impersonatorUserId?: string | null;
338
- impersonatorTenantId?: string | null;
339
- impersonatorUserName?: string | null;
340
- impersonatorTenantName?: string | null;
341
- userName?: string | null;
342
- name?: string | null;
343
- surName?: string | null;
344
- email?: string | null;
345
- emailVerified?: boolean;
346
- phoneNumber?: string | null;
347
- phoneNumberVerified?: boolean;
348
- roles?: Array<(string)> | null;
349
- sessionId?: string | null;
350
- };
351
-
352
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
353
- calendarAlgorithmType?: string | null;
354
- dateTimeFormatLong?: string | null;
355
- shortDatePattern?: string | null;
356
- fullDateTimePattern?: string | null;
357
- dateSeparator?: string | null;
358
- shortTimePattern?: string | null;
359
- longTimePattern?: string | null;
360
- };
361
-
362
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone = {
363
- timeZoneName?: string | null;
364
- };
365
-
366
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
367
- properties?: {
368
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto;
369
- } | null;
370
- configuration?: {
371
- [key: string]: unknown;
372
- } | null;
373
- };
374
-
375
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
376
- fields?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto> | null;
377
- localizationResource?: string | null;
378
- };
379
-
380
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto = {
381
- name?: string | null;
382
- value?: unknown;
383
- };
384
-
385
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto = {
386
- isAvailable?: boolean;
387
- };
388
-
389
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
390
- onGet?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto;
391
- onCreate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto;
392
- onUpdate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto;
393
- };
394
-
395
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto = {
396
- isAvailable?: boolean;
397
- };
398
-
399
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto = {
400
- isAvailable?: boolean;
401
- };
402
-
403
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto = {
404
- typeSimple?: string | null;
405
- config?: {
406
- [key: string]: unknown;
407
- } | null;
408
- };
409
-
410
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
411
- type?: string | null;
412
- typeSimple?: string | null;
413
- displayName?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto;
414
- api?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto;
415
- ui?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto;
416
- attributes?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto> | null;
417
- configuration?: {
418
- [key: string]: unknown;
419
- } | null;
420
- defaultValue?: unknown;
421
- };
422
-
423
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
424
- onTable?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto;
425
- onCreateForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
426
- onEditForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
427
- lookup?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto;
428
- };
429
-
430
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto = {
431
- isVisible?: boolean;
432
- };
433
-
434
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto = {
435
- url?: string | null;
436
- resultListPropertyName?: string | null;
437
- displayPropertyName?: string | null;
438
- valuePropertyName?: string | null;
439
- filterParamName?: string | null;
440
- };
441
-
442
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto = {
443
- isVisible?: boolean;
444
- };
445
-
446
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
447
- name?: string | null;
448
- resource?: string | null;
449
- };
450
-
451
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
452
- entities?: {
453
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto;
454
- } | null;
455
- configuration?: {
456
- [key: string]: unknown;
457
- } | null;
458
- };
459
-
460
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
461
- modules?: {
462
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto;
463
- } | null;
464
- enums?: {
465
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto;
466
- } | null;
467
- };
468
-
469
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
470
- iana?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone;
471
- windows?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone;
472
- };
473
-
474
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
475
- timeZone?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone;
476
- };
477
-
478
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
479
- timeZoneId?: string | null;
480
- };
481
-
482
- export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
483
- id?: string | null;
484
- name?: string | null;
485
- isAvailable?: boolean;
486
- };
487
-
488
- export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
489
- isEnabled?: boolean;
490
- };
491
-
492
- export type Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
493
- uniqueName?: string | null;
494
- name?: string | null;
495
- httpMethod?: string | null;
496
- url?: string | null;
497
- supportedVersions?: Array<(string)> | null;
498
- parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
499
- parameters?: Array<Volo_Abp_Http_Modeling_ParameterApiDescriptionModel> | null;
500
- returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
501
- allowAnonymous?: boolean | null;
502
- implementFrom?: string | null;
503
- };
504
-
505
- export type Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
506
- modules?: {
507
- [key: string]: Volo_Abp_Http_Modeling_ModuleApiDescriptionModel;
508
- } | null;
509
- types?: {
510
- [key: string]: Volo_Abp_Http_Modeling_TypeApiDescriptionModel;
511
- } | null;
512
- };
513
-
514
- export type Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
515
- controllerName?: string | null;
516
- controllerGroupName?: string | null;
517
- isRemoteService?: boolean;
518
- isIntegrationService?: boolean;
519
- apiVersion?: string | null;
520
- type?: string | null;
521
- interfaces?: Array<Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel> | null;
522
- actions?: {
523
- [key: string]: Volo_Abp_Http_Modeling_ActionApiDescriptionModel;
524
- } | null;
525
- };
526
-
527
- export type Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
528
- type?: string | null;
529
- name?: string | null;
530
- methods?: Array<Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel> | null;
531
- };
532
-
533
- export type Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
534
- name?: string | null;
535
- parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
536
- returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
537
- };
538
-
539
- export type Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
540
- name?: string | null;
541
- typeAsString?: string | null;
542
- type?: string | null;
543
- typeSimple?: string | null;
544
- isOptional?: boolean;
545
- defaultValue?: unknown;
546
- };
547
-
548
- export type Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
549
- rootPath?: string | null;
550
- remoteServiceName?: string | null;
551
- controllers?: {
552
- [key: string]: Volo_Abp_Http_Modeling_ControllerApiDescriptionModel;
553
- } | null;
554
- };
555
-
556
- export type Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
557
- nameOnMethod?: string | null;
558
- name?: string | null;
559
- jsonName?: string | null;
560
- type?: string | null;
561
- typeSimple?: string | null;
562
- isOptional?: boolean;
563
- defaultValue?: unknown;
564
- constraintTypes?: Array<(string)> | null;
565
- bindingSourceId?: string | null;
566
- descriptorName?: string | null;
567
- };
568
-
569
- export type Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
570
- name?: string | null;
571
- jsonName?: string | null;
572
- type?: string | null;
573
- typeSimple?: string | null;
574
- isRequired?: boolean;
575
- minLength?: number | null;
576
- maxLength?: number | null;
577
- minimum?: string | null;
578
- maximum?: string | null;
579
- regex?: string | null;
580
- };
581
-
582
- export type Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
583
- type?: string | null;
584
- typeSimple?: string | null;
585
- };
586
-
587
- export type Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
588
- baseType?: string | null;
589
- isEnum?: boolean;
590
- enumNames?: Array<(string)> | null;
591
- enumValues?: Array<unknown> | null;
592
- genericArguments?: Array<(string)> | null;
593
- properties?: Array<Volo_Abp_Http_Modeling_PropertyApiDescriptionModel> | null;
594
- };
595
-
596
- export type Volo_Abp_Http_RemoteServiceErrorInfo = {
597
- code?: string | null;
598
- message?: string | null;
599
- details?: string | null;
600
- data?: {
601
- [key: string]: unknown;
602
- } | null;
603
- validationErrors?: Array<Volo_Abp_Http_RemoteServiceValidationErrorInfo> | null;
604
- };
605
-
606
- export type Volo_Abp_Http_RemoteServiceErrorResponse = {
607
- error?: Volo_Abp_Http_RemoteServiceErrorInfo;
608
- };
609
-
610
- export type Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
611
- message?: string | null;
612
- members?: Array<(string)> | null;
613
- };
614
-
615
- export type Volo_Abp_Localization_LanguageInfo = {
616
- cultureName?: string | null;
617
- uiCultureName?: string | null;
618
- displayName?: string | null;
619
- readonly twoLetterISOLanguageName?: string | null;
620
- };
621
-
622
- export type Volo_Abp_NameValue = {
623
- name?: string | null;
624
- value?: string | null;
625
- };
626
-
627
- export type GetApiAbpApiDefinitionData = {
628
- includeTypes?: boolean;
629
- };
630
-
631
- export type GetApiAbpApiDefinitionResponse = Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
632
-
633
- export type GetApiAbpApplicationConfigurationData = {
634
- includeLocalizationResources?: boolean;
635
- };
636
-
637
- export type GetApiAbpApplicationConfigurationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
638
-
639
- export type GetApiAbpApplicationLocalizationData = {
640
- cultureName: string;
641
- onlyDynamics?: boolean;
642
- };
643
-
644
- export type GetApiAbpApplicationLocalizationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
645
-
646
- export type GetApiFinanceServiceRebateStatementHeadersByIdData = {
647
- id: string;
648
- };
649
-
650
- export type GetApiFinanceServiceRebateStatementHeadersByIdResponse = UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderDetailDto;
651
-
652
- export type GetApiFinanceServiceRebateStatementHeadersData = {
653
- maxResultCount?: number;
654
- skipCount?: number;
655
- sorting?: string;
656
- };
657
-
658
- export type GetApiFinanceServiceRebateStatementHeadersResponse = PagedResultDto_RebateStatementHeaderForListDto;
659
-
660
- export type PostApiFinanceServiceRebateStatementHeadersFormDraftByMerchantIdData = {
661
- merchantId: string;
662
- requestBody: UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderCreateDto;
663
- };
664
-
665
- export type PostApiFinanceServiceRebateStatementHeadersFormDraftByMerchantIdResponse = Array<UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderDraftDto>;
666
-
667
- export type PostApiFinanceServiceRebateStatementHeadersByMerchantIdData = {
668
- merchantId: string;
669
- requestBody: UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderCreateDto;
670
- };
671
-
672
- export type PostApiFinanceServiceRebateStatementHeadersByMerchantIdResponse = Array<UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderDto>;
673
-
674
- export type GetApiFinanceServiceVatStatementHeadersByIdData = {
675
- id: string;
676
- };
677
-
678
- export type GetApiFinanceServiceVatStatementHeadersByIdResponse = UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderDetailDto;
679
-
680
- export type GetApiFinanceServiceVatStatementHeadersByIdBasicInformationData = {
681
- id: string;
682
- };
683
-
684
- export type GetApiFinanceServiceVatStatementHeadersByIdBasicInformationResponse = UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderBasicInformationDto;
685
-
686
- export type GetApiFinanceServiceVatStatementHeadersData = {
687
- maxResultCount?: number;
688
- skipCount?: number;
689
- sorting?: string;
690
- };
691
-
692
- export type GetApiFinanceServiceVatStatementHeadersResponse = PagedResultDto_VATStatementHeaderForListDto;
693
-
694
- export type PostApiFinanceServiceVatStatementHeadersFormDraftByMerchantIdData = {
695
- merchantId: string;
696
- requestBody: UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderCreateDto;
697
- };
698
-
699
- export type PostApiFinanceServiceVatStatementHeadersFormDraftByMerchantIdResponse = Array<UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderDraftDto>;
700
-
701
- export type PostApiFinanceServiceVatStatementHeadersByMerchantIdData = {
702
- merchantId: string;
703
- requestBody: UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderCreateDto;
704
- };
705
-
706
- export type PostApiFinanceServiceVatStatementHeadersByMerchantIdResponse = Array<UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderDto>;
707
-
708
- export type $OpenApiTs = {
709
- '/api/abp/api-definition': {
710
- get: {
711
- req: GetApiAbpApiDefinitionData;
712
- res: {
713
- /**
714
- * Success
715
- */
716
- 200: Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
717
- /**
718
- * Bad Request
719
- */
720
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
721
- /**
722
- * Unauthorized
723
- */
724
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
725
- /**
726
- * Forbidden
727
- */
728
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
729
- /**
730
- * Not Found
731
- */
732
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
733
- /**
734
- * Server Error
735
- */
736
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
737
- /**
738
- * Server Error
739
- */
740
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
741
- };
742
- };
743
- };
744
- '/api/abp/application-configuration': {
745
- get: {
746
- req: GetApiAbpApplicationConfigurationData;
747
- res: {
748
- /**
749
- * Success
750
- */
751
- 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
752
- /**
753
- * Bad Request
754
- */
755
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
756
- /**
757
- * Unauthorized
758
- */
759
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
760
- /**
761
- * Forbidden
762
- */
763
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
764
- /**
765
- * Not Found
766
- */
767
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
768
- /**
769
- * Server Error
770
- */
771
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
772
- /**
773
- * Server Error
774
- */
775
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
776
- };
777
- };
778
- };
779
- '/api/abp/application-localization': {
780
- get: {
781
- req: GetApiAbpApplicationLocalizationData;
782
- res: {
783
- /**
784
- * Success
785
- */
786
- 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
787
- /**
788
- * Bad Request
789
- */
790
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
791
- /**
792
- * Unauthorized
793
- */
794
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
795
- /**
796
- * Forbidden
797
- */
798
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
799
- /**
800
- * Not Found
801
- */
802
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
803
- /**
804
- * Server Error
805
- */
806
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
807
- /**
808
- * Server Error
809
- */
810
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
811
- };
812
- };
813
- };
814
- '/api/finance-service/rebate-statement-headers/{id}': {
815
- get: {
816
- req: GetApiFinanceServiceRebateStatementHeadersByIdData;
817
- res: {
818
- /**
819
- * Success
820
- */
821
- 200: UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderDetailDto;
822
- /**
823
- * Bad Request
824
- */
825
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
826
- /**
827
- * Unauthorized
828
- */
829
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
830
- /**
831
- * Forbidden
832
- */
833
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
834
- /**
835
- * Not Found
836
- */
837
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
838
- /**
839
- * Server Error
840
- */
841
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
842
- /**
843
- * Server Error
844
- */
845
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
846
- };
847
- };
848
- };
849
- '/api/finance-service/rebate-statement-headers': {
850
- get: {
851
- req: GetApiFinanceServiceRebateStatementHeadersData;
852
- res: {
853
- /**
854
- * Success
855
- */
856
- 200: PagedResultDto_RebateStatementHeaderForListDto;
857
- /**
858
- * Bad Request
859
- */
860
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
861
- /**
862
- * Unauthorized
863
- */
864
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
865
- /**
866
- * Forbidden
867
- */
868
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
869
- /**
870
- * Not Found
871
- */
872
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
873
- /**
874
- * Server Error
875
- */
876
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
877
- /**
878
- * Server Error
879
- */
880
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
881
- };
882
- };
883
- };
884
- '/api/finance-service/rebate-statement-headers/form-draft/{merchantId}': {
885
- post: {
886
- req: PostApiFinanceServiceRebateStatementHeadersFormDraftByMerchantIdData;
887
- res: {
888
- /**
889
- * Success
890
- */
891
- 200: Array<UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderDraftDto>;
892
- /**
893
- * Bad Request
894
- */
895
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
896
- /**
897
- * Unauthorized
898
- */
899
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
900
- /**
901
- * Forbidden
902
- */
903
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
904
- /**
905
- * Not Found
906
- */
907
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
908
- /**
909
- * Server Error
910
- */
911
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
912
- /**
913
- * Server Error
914
- */
915
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
916
- };
917
- };
918
- };
919
- '/api/finance-service/rebate-statement-headers/{merchantId}': {
920
- post: {
921
- req: PostApiFinanceServiceRebateStatementHeadersByMerchantIdData;
922
- res: {
923
- /**
924
- * Success
925
- */
926
- 200: Array<UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderDto>;
927
- /**
928
- * Bad Request
929
- */
930
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
931
- /**
932
- * Unauthorized
933
- */
934
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
935
- /**
936
- * Forbidden
937
- */
938
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
939
- /**
940
- * Not Found
941
- */
942
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
943
- /**
944
- * Server Error
945
- */
946
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
947
- /**
948
- * Server Error
949
- */
950
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
951
- };
952
- };
953
- };
954
- '/api/finance-service/vat-statement-headers/{id}': {
955
- get: {
956
- req: GetApiFinanceServiceVatStatementHeadersByIdData;
957
- res: {
958
- /**
959
- * Success
960
- */
961
- 200: UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderDetailDto;
962
- /**
963
- * Bad Request
964
- */
965
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
966
- /**
967
- * Unauthorized
968
- */
969
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
970
- /**
971
- * Forbidden
972
- */
973
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
974
- /**
975
- * Not Found
976
- */
977
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
978
- /**
979
- * Server Error
980
- */
981
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
982
- /**
983
- * Server Error
984
- */
985
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
986
- };
987
- };
988
- };
989
- '/api/finance-service/vat-statement-headers/{id}/basic-information': {
990
- get: {
991
- req: GetApiFinanceServiceVatStatementHeadersByIdBasicInformationData;
992
- res: {
993
- /**
994
- * Success
995
- */
996
- 200: UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderBasicInformationDto;
997
- /**
998
- * Bad Request
999
- */
1000
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1001
- /**
1002
- * Unauthorized
1003
- */
1004
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1005
- /**
1006
- * Forbidden
1007
- */
1008
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1009
- /**
1010
- * Not Found
1011
- */
1012
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1013
- /**
1014
- * Server Error
1015
- */
1016
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1017
- /**
1018
- * Server Error
1019
- */
1020
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1021
- };
1022
- };
1023
- };
1024
- '/api/finance-service/vat-statement-headers': {
1025
- get: {
1026
- req: GetApiFinanceServiceVatStatementHeadersData;
1027
- res: {
1028
- /**
1029
- * Success
1030
- */
1031
- 200: PagedResultDto_VATStatementHeaderForListDto;
1032
- /**
1033
- * Bad Request
1034
- */
1035
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1036
- /**
1037
- * Unauthorized
1038
- */
1039
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1040
- /**
1041
- * Forbidden
1042
- */
1043
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1044
- /**
1045
- * Not Found
1046
- */
1047
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1048
- /**
1049
- * Server Error
1050
- */
1051
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1052
- /**
1053
- * Server Error
1054
- */
1055
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1056
- };
1057
- };
1058
- };
1059
- '/api/finance-service/vat-statement-headers/form-draft/{merchantId}': {
1060
- post: {
1061
- req: PostApiFinanceServiceVatStatementHeadersFormDraftByMerchantIdData;
1062
- res: {
1063
- /**
1064
- * Success
1065
- */
1066
- 200: Array<UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderDraftDto>;
1067
- /**
1068
- * Bad Request
1069
- */
1070
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1071
- /**
1072
- * Unauthorized
1073
- */
1074
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1075
- /**
1076
- * Forbidden
1077
- */
1078
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1079
- /**
1080
- * Not Found
1081
- */
1082
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1083
- /**
1084
- * Server Error
1085
- */
1086
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1087
- /**
1088
- * Server Error
1089
- */
1090
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1091
- };
1092
- };
1093
- };
1094
- '/api/finance-service/vat-statement-headers/{merchantId}': {
1095
- post: {
1096
- req: PostApiFinanceServiceVatStatementHeadersByMerchantIdData;
1097
- res: {
1098
- /**
1099
- * Success
1100
- */
1101
- 200: Array<UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderDto>;
1102
- /**
1103
- * Bad Request
1104
- */
1105
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
1106
- /**
1107
- * Unauthorized
1108
- */
1109
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
1110
- /**
1111
- * Forbidden
1112
- */
1113
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
1114
- /**
1115
- * Not Found
1116
- */
1117
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
1118
- /**
1119
- * Server Error
1120
- */
1121
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
1122
- /**
1123
- * Server Error
1124
- */
1125
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
1126
- };
1127
- };
1128
- };
1129
- };
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+
3
+ export type PagedResultDto_RebateStatementHeaderForListDto = {
4
+ items?: Array<{
5
+ id: string;
6
+ merchantId: string;
7
+ merchantName?: (string) | null;
8
+ rebateStatementDate: string;
9
+ number: string;
10
+ total: number;
11
+ status: 'Unfinished' | 'Approved' | 'Processing' | 'Error' | 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
12
+ period: 'None' | 'Monthly' | 'Quarterly' | 'BiAnnually' | 'Annually';
13
+ }> | null;
14
+ totalCount?: number;
15
+ };
16
+
17
+ export type PagedResultDto_VATStatementHeaderForListDto = {
18
+ items?: Array<{
19
+ id: string;
20
+ invoiceNumber: string;
21
+ merchantId: string;
22
+ tagCount: number;
23
+ merchantName: string;
24
+ vatStatementDate: string;
25
+ dueDate: string;
26
+ total: number;
27
+ unpaid: number;
28
+ status: 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
29
+ paymentStatus: 'NotPaid' | 'PartlyPaid' | 'Paid' | 'OverPaid';
30
+ }> | null;
31
+ totalCount?: number;
32
+ };
33
+
34
+ export type UniRefund_ContractService_Enums_InvoiceChannel = 'ElectronicInvoice' | 'Email' | 'PaperInvoice';
35
+
36
+ export type UniRefund_ContractService_Enums_InvoicingFrequency = 'OneTimePerMonth' | 'TwoTimesPerMonth';
37
+
38
+ export type UniRefund_ContractService_Enums_RebateStatementPeriod = 'None' | 'Monthly' | 'Quarterly' | 'BiAnnually' | 'Annually';
39
+
40
+ export type UniRefund_FinanceService_Enums_PaymentStatus = 'NotPaid' | 'PartlyPaid' | 'Paid' | 'OverPaid';
41
+
42
+ export type UniRefund_FinanceService_Enums_RebateStatementStatus = 'Unfinished' | 'Approved' | 'Processing' | 'Error' | 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
43
+
44
+ export type UniRefund_FinanceService_Enums_VATStatementStatus = 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
45
+
46
+ export type UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderCreateDto = {
47
+ merchantId: string;
48
+ rebateStatementDate: string;
49
+ yearMonthPairs: Array<{
50
+ year: number;
51
+ month: number;
52
+ }>;
53
+ };
54
+
55
+ export type UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderDetailDto = {
56
+ id: string;
57
+ readonly number: string;
58
+ merchantId: string;
59
+ merchantName: string;
60
+ rebateStatementDate: string;
61
+ total: number;
62
+ status: 'Unfinished' | 'Approved' | 'Processing' | 'Error' | 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
63
+ period: 'None' | 'Monthly' | 'Quarterly' | 'BiAnnually' | 'Annually';
64
+ readonly customerNumber: string;
65
+ contractHeaderId?: string;
66
+ rebateStatementStoreDetails?: Array<{
67
+ merchantId: string;
68
+ merchantName: string;
69
+ tagCount: number;
70
+ grandTotalAmount: number;
71
+ vatAmount: number;
72
+ rebateAmount: number;
73
+ referenceDateBegin: string;
74
+ vatStatementHeaderId: string;
75
+ invoiceNumber: string;
76
+ id: string;
77
+ }> | null;
78
+ };
79
+
80
+ export type status = 'Unfinished' | 'Approved' | 'Processing' | 'Error' | 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
81
+
82
+ export type period = 'None' | 'Monthly' | 'Quarterly' | 'BiAnnually' | 'Annually';
83
+
84
+ export type UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderDraftDto = {
85
+ merchantId: string;
86
+ merchantName: string;
87
+ rebateStatementDate: string;
88
+ total: number;
89
+ status: 'Unfinished' | 'Approved' | 'Processing' | 'Error' | 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
90
+ period: 'None' | 'Monthly' | 'Quarterly' | 'BiAnnually' | 'Annually';
91
+ customerNumber: string;
92
+ contractHeaderId: string;
93
+ rebateStatementStoreDetails?: Array<{
94
+ merchantId: string;
95
+ merchantName: string;
96
+ tagCount: number;
97
+ grandTotalAmount: number;
98
+ vatAmount: number;
99
+ rebateAmount: number;
100
+ referenceDateBegin: string;
101
+ vatStatementHeaderId: string;
102
+ invoiceNumber: string;
103
+ }> | null;
104
+ };
105
+
106
+ export type UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderDto = {
107
+ merchantId: string;
108
+ merchantName: string;
109
+ rebateStatementDate: string;
110
+ total: number;
111
+ status: 'Unfinished' | 'Approved' | 'Processing' | 'Error' | 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
112
+ period: 'None' | 'Monthly' | 'Quarterly' | 'BiAnnually' | 'Annually';
113
+ customerNumber: string;
114
+ contractHeaderId: string;
115
+ rebateStatementStoreDetails?: Array<{
116
+ merchantId: string;
117
+ merchantName: string;
118
+ tagCount: number;
119
+ grandTotalAmount: number;
120
+ vatAmount: number;
121
+ rebateAmount: number;
122
+ referenceDateBegin: string;
123
+ vatStatementHeaderId: string;
124
+ invoiceNumber: string;
125
+ }> | null;
126
+ id: string;
127
+ number: string;
128
+ };
129
+
130
+ export type UniRefund_FinanceService_RebateStatementHeaders_RebateStatementHeaderForListDto = {
131
+ id: string;
132
+ merchantId: string;
133
+ merchantName?: (string) | null;
134
+ rebateStatementDate: string;
135
+ number: string;
136
+ total: number;
137
+ status: 'Unfinished' | 'Approved' | 'Processing' | 'Error' | 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
138
+ period: 'None' | 'Monthly' | 'Quarterly' | 'BiAnnually' | 'Annually';
139
+ };
140
+
141
+ export type UniRefund_FinanceService_RebateStatementHeaders_YearMonthPairDto = {
142
+ year: number;
143
+ month: number;
144
+ };
145
+
146
+ export type UniRefund_FinanceService_RebateStatementStoreDetails_RebateStatementStoreDetailDraftDto = {
147
+ merchantId: string;
148
+ merchantName: string;
149
+ tagCount: number;
150
+ grandTotalAmount: number;
151
+ vatAmount: number;
152
+ rebateAmount: number;
153
+ referenceDateBegin: string;
154
+ vatStatementHeaderId: string;
155
+ invoiceNumber: string;
156
+ };
157
+
158
+ export type UniRefund_FinanceService_RebateStatementStoreDetails_RebateStatementStoreDetailDto = {
159
+ merchantId: string;
160
+ merchantName: string;
161
+ tagCount: number;
162
+ grandTotalAmount: number;
163
+ vatAmount: number;
164
+ rebateAmount: number;
165
+ referenceDateBegin: string;
166
+ vatStatementHeaderId: string;
167
+ invoiceNumber: string;
168
+ id: string;
169
+ };
170
+
171
+ export type UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderBasicInformationDto = {
172
+ id: string;
173
+ vatStatementDate: string;
174
+ invoiceNumber: string;
175
+ status: 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
176
+ };
177
+
178
+ export type status2 = 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
179
+
180
+ export type UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderCreateDto = {
181
+ readonly extraProperties?: {
182
+ [key: string]: unknown;
183
+ } | null;
184
+ merchantId: string;
185
+ year: number;
186
+ month: number;
187
+ vatStatementDate: string;
188
+ };
189
+
190
+ export type UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderDetailDto = {
191
+ merchantId: string;
192
+ tagCount: number;
193
+ merchantName: string;
194
+ vatStatementDate: string;
195
+ dueDate: string;
196
+ total: number;
197
+ unpaid: number;
198
+ status: 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
199
+ billingPeriod: 'OneTimePerMonth' | 'TwoTimesPerMonth';
200
+ termOfPayment: number;
201
+ paymentStatus: 'NotPaid' | 'PartlyPaid' | 'Paid' | 'OverPaid';
202
+ isFactoring?: boolean;
203
+ referenceDateBegin: string;
204
+ referenceDateEnd: string;
205
+ deliveryMethod: 'ElectronicInvoice' | 'Email' | 'PaperInvoice';
206
+ customerNumber?: (string) | null;
207
+ referenceNumber?: (string) | null;
208
+ yourReference?: (string) | null;
209
+ contractHeaderId: string;
210
+ rebateStatementHeaderId?: (string) | null;
211
+ vatStatementTagDetails?: Array<{
212
+ tagId: string;
213
+ merchantId: string;
214
+ merchantName: string;
215
+ tagNumber: string;
216
+ refundDate: string;
217
+ grandTotal: number;
218
+ taxAmount: number;
219
+ refundAmount: number;
220
+ correctedAmount?: (number) | null;
221
+ currency: string;
222
+ id: string;
223
+ }> | null;
224
+ id: string;
225
+ invoiceNumber: string;
226
+ };
227
+
228
+ export type billingPeriod = 'OneTimePerMonth' | 'TwoTimesPerMonth';
229
+
230
+ export type paymentStatus = 'NotPaid' | 'PartlyPaid' | 'Paid' | 'OverPaid';
231
+
232
+ export type deliveryMethod = 'ElectronicInvoice' | 'Email' | 'PaperInvoice';
233
+
234
+ export type UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderDraftDto = {
235
+ merchantId: string;
236
+ tagCount: number;
237
+ merchantName: string;
238
+ vatStatementDate: string;
239
+ dueDate: string;
240
+ total: number;
241
+ unpaid: number;
242
+ status: 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
243
+ billingPeriod: 'OneTimePerMonth' | 'TwoTimesPerMonth';
244
+ termOfPayment: number;
245
+ paymentStatus: 'NotPaid' | 'PartlyPaid' | 'Paid' | 'OverPaid';
246
+ isFactoring?: boolean;
247
+ referenceDateBegin: string;
248
+ referenceDateEnd: string;
249
+ deliveryMethod: 'ElectronicInvoice' | 'Email' | 'PaperInvoice';
250
+ customerNumber?: (string) | null;
251
+ referenceNumber?: (string) | null;
252
+ yourReference?: (string) | null;
253
+ contractHeaderId: string;
254
+ rebateStatementHeaderId?: (string) | null;
255
+ vatStatementTagDetails?: Array<{
256
+ tagId: string;
257
+ merchantId: string;
258
+ merchantName: string;
259
+ tagNumber: string;
260
+ refundDate: string;
261
+ grandTotal: number;
262
+ taxAmount: number;
263
+ refundAmount: number;
264
+ correctedAmount?: (number) | null;
265
+ currency: string;
266
+ }> | null;
267
+ };
268
+
269
+ export type UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderDto = {
270
+ merchantId: string;
271
+ tagCount: number;
272
+ merchantName: string;
273
+ vatStatementDate: string;
274
+ dueDate: string;
275
+ total: number;
276
+ unpaid: number;
277
+ status: 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
278
+ billingPeriod: 'OneTimePerMonth' | 'TwoTimesPerMonth';
279
+ termOfPayment: number;
280
+ paymentStatus: 'NotPaid' | 'PartlyPaid' | 'Paid' | 'OverPaid';
281
+ isFactoring?: boolean;
282
+ referenceDateBegin: string;
283
+ referenceDateEnd: string;
284
+ deliveryMethod: 'ElectronicInvoice' | 'Email' | 'PaperInvoice';
285
+ customerNumber?: (string) | null;
286
+ referenceNumber?: (string) | null;
287
+ yourReference?: (string) | null;
288
+ contractHeaderId: string;
289
+ rebateStatementHeaderId?: (string) | null;
290
+ vatStatementTagDetails?: Array<{
291
+ tagId: string;
292
+ merchantId: string;
293
+ merchantName: string;
294
+ tagNumber: string;
295
+ refundDate: string;
296
+ grandTotal: number;
297
+ taxAmount: number;
298
+ refundAmount: number;
299
+ correctedAmount?: (number) | null;
300
+ currency: string;
301
+ id: string;
302
+ }> | null;
303
+ id: string;
304
+ invoiceNumber: string;
305
+ };
306
+
307
+ export type UniRefund_FinanceService_VATStatementHeaders_VATStatementHeaderForListDto = {
308
+ id: string;
309
+ invoiceNumber: string;
310
+ merchantId: string;
311
+ tagCount: number;
312
+ merchantName: string;
313
+ vatStatementDate: string;
314
+ dueDate: string;
315
+ total: number;
316
+ unpaid: number;
317
+ status: 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
318
+ paymentStatus: 'NotPaid' | 'PartlyPaid' | 'Paid' | 'OverPaid';
319
+ };
320
+
321
+ export type UniRefund_FinanceService_VATStatementTagDetails_VATStatementTagDetailDraftDto = {
322
+ tagId: string;
323
+ merchantId: string;
324
+ merchantName: string;
325
+ tagNumber: string;
326
+ refundDate: string;
327
+ grandTotal: number;
328
+ taxAmount: number;
329
+ refundAmount: number;
330
+ correctedAmount?: (number) | null;
331
+ currency: string;
332
+ };
333
+
334
+ export type UniRefund_FinanceService_VATStatementTagDetails_VATStatementTagDetailDto = {
335
+ tagId: string;
336
+ merchantId: string;
337
+ merchantName: string;
338
+ tagNumber: string;
339
+ refundDate: string;
340
+ grandTotal: number;
341
+ taxAmount: number;
342
+ refundAmount: number;
343
+ correctedAmount?: (number) | null;
344
+ currency: string;
345
+ id: string;
346
+ };
347
+
348
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
349
+ grantedPolicies?: {
350
+ [key: string]: (boolean);
351
+ } | null;
352
+ };
353
+
354
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
355
+ localization?: {
356
+ values?: {
357
+ [key: string]: {
358
+ [key: string]: (string);
359
+ };
360
+ } | null;
361
+ resources?: {
362
+ [key: string]: {
363
+ texts?: {
364
+ [key: string]: (string);
365
+ } | null;
366
+ baseResources?: Array<(string)> | null;
367
+ };
368
+ } | null;
369
+ languages?: Array<{
370
+ cultureName?: (string) | null;
371
+ uiCultureName?: (string) | null;
372
+ displayName?: (string) | null;
373
+ readonly twoLetterISOLanguageName?: (string) | null;
374
+ }> | null;
375
+ currentCulture?: {
376
+ displayName?: (string) | null;
377
+ englishName?: (string) | null;
378
+ threeLetterIsoLanguageName?: (string) | null;
379
+ twoLetterIsoLanguageName?: (string) | null;
380
+ isRightToLeft?: boolean;
381
+ cultureName?: (string) | null;
382
+ name?: (string) | null;
383
+ nativeName?: (string) | null;
384
+ dateTimeFormat?: {
385
+ calendarAlgorithmType?: (string) | null;
386
+ dateTimeFormatLong?: (string) | null;
387
+ shortDatePattern?: (string) | null;
388
+ fullDateTimePattern?: (string) | null;
389
+ dateSeparator?: (string) | null;
390
+ shortTimePattern?: (string) | null;
391
+ longTimePattern?: (string) | null;
392
+ };
393
+ };
394
+ defaultResourceName?: (string) | null;
395
+ languagesMap?: {
396
+ [key: string]: Array<{
397
+ name?: (string) | null;
398
+ value?: (string) | null;
399
+ }>;
400
+ } | null;
401
+ languageFilesMap?: {
402
+ [key: string]: Array<{
403
+ name?: (string) | null;
404
+ value?: (string) | null;
405
+ }>;
406
+ } | null;
407
+ };
408
+ auth?: {
409
+ grantedPolicies?: {
410
+ [key: string]: (boolean);
411
+ } | null;
412
+ };
413
+ setting?: {
414
+ values?: {
415
+ [key: string]: ((string) | null);
416
+ } | null;
417
+ };
418
+ currentUser?: {
419
+ isAuthenticated?: boolean;
420
+ id?: (string) | null;
421
+ tenantId?: (string) | null;
422
+ impersonatorUserId?: (string) | null;
423
+ impersonatorTenantId?: (string) | null;
424
+ impersonatorUserName?: (string) | null;
425
+ impersonatorTenantName?: (string) | null;
426
+ userName?: (string) | null;
427
+ name?: (string) | null;
428
+ surName?: (string) | null;
429
+ email?: (string) | null;
430
+ emailVerified?: boolean;
431
+ phoneNumber?: (string) | null;
432
+ phoneNumberVerified?: boolean;
433
+ roles?: Array<(string)> | null;
434
+ sessionId?: (string) | null;
435
+ };
436
+ features?: {
437
+ values?: {
438
+ [key: string]: ((string) | null);
439
+ } | null;
440
+ };
441
+ globalFeatures?: {
442
+ enabledFeatures?: Array<(string)> | null;
443
+ };
444
+ multiTenancy?: {
445
+ isEnabled?: boolean;
446
+ };
447
+ currentTenant?: {
448
+ id?: (string) | null;
449
+ name?: (string) | null;
450
+ isAvailable?: boolean;
451
+ };
452
+ timing?: {
453
+ timeZone?: {
454
+ iana?: {
455
+ timeZoneName?: (string) | null;
456
+ };
457
+ windows?: {
458
+ timeZoneId?: (string) | null;
459
+ };
460
+ };
461
+ };
462
+ clock?: {
463
+ kind?: (string) | null;
464
+ };
465
+ objectExtensions?: {
466
+ modules?: {
467
+ [key: string]: {
468
+ entities?: {
469
+ [key: string]: {
470
+ properties?: {
471
+ [key: string]: {
472
+ type?: (string) | null;
473
+ typeSimple?: (string) | null;
474
+ displayName?: {
475
+ name?: (string) | null;
476
+ resource?: (string) | null;
477
+ };
478
+ api?: {
479
+ onGet?: {
480
+ isAvailable?: boolean;
481
+ };
482
+ onCreate?: {
483
+ isAvailable?: boolean;
484
+ };
485
+ onUpdate?: {
486
+ isAvailable?: boolean;
487
+ };
488
+ };
489
+ ui?: {
490
+ onTable?: {
491
+ isVisible?: boolean;
492
+ };
493
+ onCreateForm?: {
494
+ isVisible?: boolean;
495
+ };
496
+ onEditForm?: {
497
+ isVisible?: boolean;
498
+ };
499
+ lookup?: {
500
+ url?: (string) | null;
501
+ resultListPropertyName?: (string) | null;
502
+ displayPropertyName?: (string) | null;
503
+ valuePropertyName?: (string) | null;
504
+ filterParamName?: (string) | null;
505
+ };
506
+ };
507
+ attributes?: Array<{
508
+ typeSimple?: (string) | null;
509
+ config?: {
510
+ [key: string]: unknown;
511
+ } | null;
512
+ }> | null;
513
+ configuration?: {
514
+ [key: string]: unknown;
515
+ } | null;
516
+ defaultValue?: unknown;
517
+ };
518
+ } | null;
519
+ configuration?: {
520
+ [key: string]: unknown;
521
+ } | null;
522
+ };
523
+ } | null;
524
+ configuration?: {
525
+ [key: string]: unknown;
526
+ } | null;
527
+ };
528
+ } | null;
529
+ enums?: {
530
+ [key: string]: {
531
+ fields?: Array<{
532
+ name?: (string) | null;
533
+ value?: unknown;
534
+ }> | null;
535
+ localizationResource?: (string) | null;
536
+ };
537
+ } | null;
538
+ };
539
+ extraProperties?: {
540
+ [key: string]: unknown;
541
+ } | null;
542
+ };
543
+
544
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto = {
545
+ values?: {
546
+ [key: string]: ((string) | null);
547
+ } | null;
548
+ };
549
+
550
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto = {
551
+ enabledFeatures?: Array<(string)> | null;
552
+ };
553
+
554
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
555
+ values?: {
556
+ [key: string]: {
557
+ [key: string]: (string);
558
+ };
559
+ } | null;
560
+ resources?: {
561
+ [key: string]: {
562
+ texts?: {
563
+ [key: string]: (string);
564
+ } | null;
565
+ baseResources?: Array<(string)> | null;
566
+ };
567
+ } | null;
568
+ languages?: Array<{
569
+ cultureName?: (string) | null;
570
+ uiCultureName?: (string) | null;
571
+ displayName?: (string) | null;
572
+ readonly twoLetterISOLanguageName?: (string) | null;
573
+ }> | null;
574
+ currentCulture?: {
575
+ displayName?: (string) | null;
576
+ englishName?: (string) | null;
577
+ threeLetterIsoLanguageName?: (string) | null;
578
+ twoLetterIsoLanguageName?: (string) | null;
579
+ isRightToLeft?: boolean;
580
+ cultureName?: (string) | null;
581
+ name?: (string) | null;
582
+ nativeName?: (string) | null;
583
+ dateTimeFormat?: {
584
+ calendarAlgorithmType?: (string) | null;
585
+ dateTimeFormatLong?: (string) | null;
586
+ shortDatePattern?: (string) | null;
587
+ fullDateTimePattern?: (string) | null;
588
+ dateSeparator?: (string) | null;
589
+ shortTimePattern?: (string) | null;
590
+ longTimePattern?: (string) | null;
591
+ };
592
+ };
593
+ defaultResourceName?: (string) | null;
594
+ languagesMap?: {
595
+ [key: string]: Array<{
596
+ name?: (string) | null;
597
+ value?: (string) | null;
598
+ }>;
599
+ } | null;
600
+ languageFilesMap?: {
601
+ [key: string]: Array<{
602
+ name?: (string) | null;
603
+ value?: (string) | null;
604
+ }>;
605
+ } | null;
606
+ };
607
+
608
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
609
+ resources?: {
610
+ [key: string]: {
611
+ texts?: {
612
+ [key: string]: (string);
613
+ } | null;
614
+ baseResources?: Array<(string)> | null;
615
+ };
616
+ } | null;
617
+ currentCulture?: {
618
+ displayName?: (string) | null;
619
+ englishName?: (string) | null;
620
+ threeLetterIsoLanguageName?: (string) | null;
621
+ twoLetterIsoLanguageName?: (string) | null;
622
+ isRightToLeft?: boolean;
623
+ cultureName?: (string) | null;
624
+ name?: (string) | null;
625
+ nativeName?: (string) | null;
626
+ dateTimeFormat?: {
627
+ calendarAlgorithmType?: (string) | null;
628
+ dateTimeFormatLong?: (string) | null;
629
+ shortDatePattern?: (string) | null;
630
+ fullDateTimePattern?: (string) | null;
631
+ dateSeparator?: (string) | null;
632
+ shortTimePattern?: (string) | null;
633
+ longTimePattern?: (string) | null;
634
+ };
635
+ };
636
+ };
637
+
638
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto = {
639
+ texts?: {
640
+ [key: string]: (string);
641
+ } | null;
642
+ baseResources?: Array<(string)> | null;
643
+ };
644
+
645
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto = {
646
+ values?: {
647
+ [key: string]: ((string) | null);
648
+ } | null;
649
+ };
650
+
651
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto = {
652
+ kind?: (string) | null;
653
+ };
654
+
655
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto = {
656
+ displayName?: (string) | null;
657
+ englishName?: (string) | null;
658
+ threeLetterIsoLanguageName?: (string) | null;
659
+ twoLetterIsoLanguageName?: (string) | null;
660
+ isRightToLeft?: boolean;
661
+ cultureName?: (string) | null;
662
+ name?: (string) | null;
663
+ nativeName?: (string) | null;
664
+ dateTimeFormat?: {
665
+ calendarAlgorithmType?: (string) | null;
666
+ dateTimeFormatLong?: (string) | null;
667
+ shortDatePattern?: (string) | null;
668
+ fullDateTimePattern?: (string) | null;
669
+ dateSeparator?: (string) | null;
670
+ shortTimePattern?: (string) | null;
671
+ longTimePattern?: (string) | null;
672
+ };
673
+ };
674
+
675
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto = {
676
+ isAuthenticated?: boolean;
677
+ id?: (string) | null;
678
+ tenantId?: (string) | null;
679
+ impersonatorUserId?: (string) | null;
680
+ impersonatorTenantId?: (string) | null;
681
+ impersonatorUserName?: (string) | null;
682
+ impersonatorTenantName?: (string) | null;
683
+ userName?: (string) | null;
684
+ name?: (string) | null;
685
+ surName?: (string) | null;
686
+ email?: (string) | null;
687
+ emailVerified?: boolean;
688
+ phoneNumber?: (string) | null;
689
+ phoneNumberVerified?: boolean;
690
+ roles?: Array<(string)> | null;
691
+ sessionId?: (string) | null;
692
+ };
693
+
694
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
695
+ calendarAlgorithmType?: (string) | null;
696
+ dateTimeFormatLong?: (string) | null;
697
+ shortDatePattern?: (string) | null;
698
+ fullDateTimePattern?: (string) | null;
699
+ dateSeparator?: (string) | null;
700
+ shortTimePattern?: (string) | null;
701
+ longTimePattern?: (string) | null;
702
+ };
703
+
704
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone = {
705
+ timeZoneName?: (string) | null;
706
+ };
707
+
708
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
709
+ properties?: {
710
+ [key: string]: {
711
+ type?: (string) | null;
712
+ typeSimple?: (string) | null;
713
+ displayName?: {
714
+ name?: (string) | null;
715
+ resource?: (string) | null;
716
+ };
717
+ api?: {
718
+ onGet?: {
719
+ isAvailable?: boolean;
720
+ };
721
+ onCreate?: {
722
+ isAvailable?: boolean;
723
+ };
724
+ onUpdate?: {
725
+ isAvailable?: boolean;
726
+ };
727
+ };
728
+ ui?: {
729
+ onTable?: {
730
+ isVisible?: boolean;
731
+ };
732
+ onCreateForm?: {
733
+ isVisible?: boolean;
734
+ };
735
+ onEditForm?: {
736
+ isVisible?: boolean;
737
+ };
738
+ lookup?: {
739
+ url?: (string) | null;
740
+ resultListPropertyName?: (string) | null;
741
+ displayPropertyName?: (string) | null;
742
+ valuePropertyName?: (string) | null;
743
+ filterParamName?: (string) | null;
744
+ };
745
+ };
746
+ attributes?: Array<{
747
+ typeSimple?: (string) | null;
748
+ config?: {
749
+ [key: string]: unknown;
750
+ } | null;
751
+ }> | null;
752
+ configuration?: {
753
+ [key: string]: unknown;
754
+ } | null;
755
+ defaultValue?: unknown;
756
+ };
757
+ } | null;
758
+ configuration?: {
759
+ [key: string]: unknown;
760
+ } | null;
761
+ };
762
+
763
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
764
+ fields?: Array<{
765
+ name?: (string) | null;
766
+ value?: unknown;
767
+ }> | null;
768
+ localizationResource?: (string) | null;
769
+ };
770
+
771
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto = {
772
+ name?: (string) | null;
773
+ value?: unknown;
774
+ };
775
+
776
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto = {
777
+ isAvailable?: boolean;
778
+ };
779
+
780
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
781
+ onGet?: {
782
+ isAvailable?: boolean;
783
+ };
784
+ onCreate?: {
785
+ isAvailable?: boolean;
786
+ };
787
+ onUpdate?: {
788
+ isAvailable?: boolean;
789
+ };
790
+ };
791
+
792
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto = {
793
+ isAvailable?: boolean;
794
+ };
795
+
796
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto = {
797
+ isAvailable?: boolean;
798
+ };
799
+
800
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto = {
801
+ typeSimple?: (string) | null;
802
+ config?: {
803
+ [key: string]: unknown;
804
+ } | null;
805
+ };
806
+
807
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
808
+ type?: (string) | null;
809
+ typeSimple?: (string) | null;
810
+ displayName?: {
811
+ name?: (string) | null;
812
+ resource?: (string) | null;
813
+ };
814
+ api?: {
815
+ onGet?: {
816
+ isAvailable?: boolean;
817
+ };
818
+ onCreate?: {
819
+ isAvailable?: boolean;
820
+ };
821
+ onUpdate?: {
822
+ isAvailable?: boolean;
823
+ };
824
+ };
825
+ ui?: {
826
+ onTable?: {
827
+ isVisible?: boolean;
828
+ };
829
+ onCreateForm?: {
830
+ isVisible?: boolean;
831
+ };
832
+ onEditForm?: {
833
+ isVisible?: boolean;
834
+ };
835
+ lookup?: {
836
+ url?: (string) | null;
837
+ resultListPropertyName?: (string) | null;
838
+ displayPropertyName?: (string) | null;
839
+ valuePropertyName?: (string) | null;
840
+ filterParamName?: (string) | null;
841
+ };
842
+ };
843
+ attributes?: Array<{
844
+ typeSimple?: (string) | null;
845
+ config?: {
846
+ [key: string]: unknown;
847
+ } | null;
848
+ }> | null;
849
+ configuration?: {
850
+ [key: string]: unknown;
851
+ } | null;
852
+ defaultValue?: unknown;
853
+ };
854
+
855
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
856
+ onTable?: {
857
+ isVisible?: boolean;
858
+ };
859
+ onCreateForm?: {
860
+ isVisible?: boolean;
861
+ };
862
+ onEditForm?: {
863
+ isVisible?: boolean;
864
+ };
865
+ lookup?: {
866
+ url?: (string) | null;
867
+ resultListPropertyName?: (string) | null;
868
+ displayPropertyName?: (string) | null;
869
+ valuePropertyName?: (string) | null;
870
+ filterParamName?: (string) | null;
871
+ };
872
+ };
873
+
874
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto = {
875
+ isVisible?: boolean;
876
+ };
877
+
878
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto = {
879
+ url?: (string) | null;
880
+ resultListPropertyName?: (string) | null;
881
+ displayPropertyName?: (string) | null;
882
+ valuePropertyName?: (string) | null;
883
+ filterParamName?: (string) | null;
884
+ };
885
+
886
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto = {
887
+ isVisible?: boolean;
888
+ };
889
+
890
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
891
+ name?: (string) | null;
892
+ resource?: (string) | null;
893
+ };
894
+
895
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
896
+ entities?: {
897
+ [key: string]: {
898
+ properties?: {
899
+ [key: string]: {
900
+ type?: (string) | null;
901
+ typeSimple?: (string) | null;
902
+ displayName?: {
903
+ name?: (string) | null;
904
+ resource?: (string) | null;
905
+ };
906
+ api?: {
907
+ onGet?: {
908
+ isAvailable?: boolean;
909
+ };
910
+ onCreate?: {
911
+ isAvailable?: boolean;
912
+ };
913
+ onUpdate?: {
914
+ isAvailable?: boolean;
915
+ };
916
+ };
917
+ ui?: {
918
+ onTable?: {
919
+ isVisible?: boolean;
920
+ };
921
+ onCreateForm?: {
922
+ isVisible?: boolean;
923
+ };
924
+ onEditForm?: {
925
+ isVisible?: boolean;
926
+ };
927
+ lookup?: {
928
+ url?: (string) | null;
929
+ resultListPropertyName?: (string) | null;
930
+ displayPropertyName?: (string) | null;
931
+ valuePropertyName?: (string) | null;
932
+ filterParamName?: (string) | null;
933
+ };
934
+ };
935
+ attributes?: Array<{
936
+ typeSimple?: (string) | null;
937
+ config?: {
938
+ [key: string]: unknown;
939
+ } | null;
940
+ }> | null;
941
+ configuration?: {
942
+ [key: string]: unknown;
943
+ } | null;
944
+ defaultValue?: unknown;
945
+ };
946
+ } | null;
947
+ configuration?: {
948
+ [key: string]: unknown;
949
+ } | null;
950
+ };
951
+ } | null;
952
+ configuration?: {
953
+ [key: string]: unknown;
954
+ } | null;
955
+ };
956
+
957
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
958
+ modules?: {
959
+ [key: string]: {
960
+ entities?: {
961
+ [key: string]: {
962
+ properties?: {
963
+ [key: string]: {
964
+ type?: (string) | null;
965
+ typeSimple?: (string) | null;
966
+ displayName?: {
967
+ name?: (string) | null;
968
+ resource?: (string) | null;
969
+ };
970
+ api?: {
971
+ onGet?: {
972
+ isAvailable?: boolean;
973
+ };
974
+ onCreate?: {
975
+ isAvailable?: boolean;
976
+ };
977
+ onUpdate?: {
978
+ isAvailable?: boolean;
979
+ };
980
+ };
981
+ ui?: {
982
+ onTable?: {
983
+ isVisible?: boolean;
984
+ };
985
+ onCreateForm?: {
986
+ isVisible?: boolean;
987
+ };
988
+ onEditForm?: {
989
+ isVisible?: boolean;
990
+ };
991
+ lookup?: {
992
+ url?: (string) | null;
993
+ resultListPropertyName?: (string) | null;
994
+ displayPropertyName?: (string) | null;
995
+ valuePropertyName?: (string) | null;
996
+ filterParamName?: (string) | null;
997
+ };
998
+ };
999
+ attributes?: Array<{
1000
+ typeSimple?: (string) | null;
1001
+ config?: {
1002
+ [key: string]: unknown;
1003
+ } | null;
1004
+ }> | null;
1005
+ configuration?: {
1006
+ [key: string]: unknown;
1007
+ } | null;
1008
+ defaultValue?: unknown;
1009
+ };
1010
+ } | null;
1011
+ configuration?: {
1012
+ [key: string]: unknown;
1013
+ } | null;
1014
+ };
1015
+ } | null;
1016
+ configuration?: {
1017
+ [key: string]: unknown;
1018
+ } | null;
1019
+ };
1020
+ } | null;
1021
+ enums?: {
1022
+ [key: string]: {
1023
+ fields?: Array<{
1024
+ name?: (string) | null;
1025
+ value?: unknown;
1026
+ }> | null;
1027
+ localizationResource?: (string) | null;
1028
+ };
1029
+ } | null;
1030
+ };
1031
+
1032
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
1033
+ iana?: {
1034
+ timeZoneName?: (string) | null;
1035
+ };
1036
+ windows?: {
1037
+ timeZoneId?: (string) | null;
1038
+ };
1039
+ };
1040
+
1041
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
1042
+ timeZone?: {
1043
+ iana?: {
1044
+ timeZoneName?: (string) | null;
1045
+ };
1046
+ windows?: {
1047
+ timeZoneId?: (string) | null;
1048
+ };
1049
+ };
1050
+ };
1051
+
1052
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
1053
+ timeZoneId?: (string) | null;
1054
+ };
1055
+
1056
+ export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
1057
+ id?: (string) | null;
1058
+ name?: (string) | null;
1059
+ isAvailable?: boolean;
1060
+ };
1061
+
1062
+ export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
1063
+ isEnabled?: boolean;
1064
+ };
1065
+
1066
+ export type Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
1067
+ uniqueName?: (string) | null;
1068
+ name?: (string) | null;
1069
+ httpMethod?: (string) | null;
1070
+ url?: (string) | null;
1071
+ supportedVersions?: Array<(string)> | null;
1072
+ parametersOnMethod?: Array<{
1073
+ name?: (string) | null;
1074
+ typeAsString?: (string) | null;
1075
+ type?: (string) | null;
1076
+ typeSimple?: (string) | null;
1077
+ isOptional?: boolean;
1078
+ defaultValue?: unknown;
1079
+ }> | null;
1080
+ parameters?: Array<{
1081
+ nameOnMethod?: (string) | null;
1082
+ name?: (string) | null;
1083
+ jsonName?: (string) | null;
1084
+ type?: (string) | null;
1085
+ typeSimple?: (string) | null;
1086
+ isOptional?: boolean;
1087
+ defaultValue?: unknown;
1088
+ constraintTypes?: Array<(string)> | null;
1089
+ bindingSourceId?: (string) | null;
1090
+ descriptorName?: (string) | null;
1091
+ }> | null;
1092
+ returnValue?: {
1093
+ type?: (string) | null;
1094
+ typeSimple?: (string) | null;
1095
+ };
1096
+ allowAnonymous?: (boolean) | null;
1097
+ implementFrom?: (string) | null;
1098
+ };
1099
+
1100
+ export type Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
1101
+ modules?: {
1102
+ [key: string]: {
1103
+ rootPath?: (string) | null;
1104
+ remoteServiceName?: (string) | null;
1105
+ controllers?: {
1106
+ [key: string]: {
1107
+ controllerName?: (string) | null;
1108
+ controllerGroupName?: (string) | null;
1109
+ isRemoteService?: boolean;
1110
+ isIntegrationService?: boolean;
1111
+ apiVersion?: (string) | null;
1112
+ type?: (string) | null;
1113
+ interfaces?: Array<{
1114
+ type?: (string) | null;
1115
+ name?: (string) | null;
1116
+ methods?: Array<{
1117
+ name?: (string) | null;
1118
+ parametersOnMethod?: Array<{
1119
+ name?: (string) | null;
1120
+ typeAsString?: (string) | null;
1121
+ type?: (string) | null;
1122
+ typeSimple?: (string) | null;
1123
+ isOptional?: boolean;
1124
+ defaultValue?: unknown;
1125
+ }> | null;
1126
+ returnValue?: {
1127
+ type?: (string) | null;
1128
+ typeSimple?: (string) | null;
1129
+ };
1130
+ }> | null;
1131
+ }> | null;
1132
+ actions?: {
1133
+ [key: string]: {
1134
+ uniqueName?: (string) | null;
1135
+ name?: (string) | null;
1136
+ httpMethod?: (string) | null;
1137
+ url?: (string) | null;
1138
+ supportedVersions?: Array<(string)> | null;
1139
+ parametersOnMethod?: Array<{
1140
+ name?: (string) | null;
1141
+ typeAsString?: (string) | null;
1142
+ type?: (string) | null;
1143
+ typeSimple?: (string) | null;
1144
+ isOptional?: boolean;
1145
+ defaultValue?: unknown;
1146
+ }> | null;
1147
+ parameters?: Array<{
1148
+ nameOnMethod?: (string) | null;
1149
+ name?: (string) | null;
1150
+ jsonName?: (string) | null;
1151
+ type?: (string) | null;
1152
+ typeSimple?: (string) | null;
1153
+ isOptional?: boolean;
1154
+ defaultValue?: unknown;
1155
+ constraintTypes?: Array<(string)> | null;
1156
+ bindingSourceId?: (string) | null;
1157
+ descriptorName?: (string) | null;
1158
+ }> | null;
1159
+ returnValue?: {
1160
+ type?: (string) | null;
1161
+ typeSimple?: (string) | null;
1162
+ };
1163
+ allowAnonymous?: (boolean) | null;
1164
+ implementFrom?: (string) | null;
1165
+ };
1166
+ } | null;
1167
+ };
1168
+ } | null;
1169
+ };
1170
+ } | null;
1171
+ types?: {
1172
+ [key: string]: {
1173
+ baseType?: (string) | null;
1174
+ isEnum?: boolean;
1175
+ enumNames?: Array<(string)> | null;
1176
+ enumValues?: Array<unknown> | null;
1177
+ genericArguments?: Array<(string)> | null;
1178
+ properties?: Array<{
1179
+ name?: (string) | null;
1180
+ jsonName?: (string) | null;
1181
+ type?: (string) | null;
1182
+ typeSimple?: (string) | null;
1183
+ isRequired?: boolean;
1184
+ minLength?: (number) | null;
1185
+ maxLength?: (number) | null;
1186
+ minimum?: (string) | null;
1187
+ maximum?: (string) | null;
1188
+ regex?: (string) | null;
1189
+ }> | null;
1190
+ };
1191
+ } | null;
1192
+ };
1193
+
1194
+ export type Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
1195
+ controllerName?: (string) | null;
1196
+ controllerGroupName?: (string) | null;
1197
+ isRemoteService?: boolean;
1198
+ isIntegrationService?: boolean;
1199
+ apiVersion?: (string) | null;
1200
+ type?: (string) | null;
1201
+ interfaces?: Array<{
1202
+ type?: (string) | null;
1203
+ name?: (string) | null;
1204
+ methods?: Array<{
1205
+ name?: (string) | null;
1206
+ parametersOnMethod?: Array<{
1207
+ name?: (string) | null;
1208
+ typeAsString?: (string) | null;
1209
+ type?: (string) | null;
1210
+ typeSimple?: (string) | null;
1211
+ isOptional?: boolean;
1212
+ defaultValue?: unknown;
1213
+ }> | null;
1214
+ returnValue?: {
1215
+ type?: (string) | null;
1216
+ typeSimple?: (string) | null;
1217
+ };
1218
+ }> | null;
1219
+ }> | null;
1220
+ actions?: {
1221
+ [key: string]: {
1222
+ uniqueName?: (string) | null;
1223
+ name?: (string) | null;
1224
+ httpMethod?: (string) | null;
1225
+ url?: (string) | null;
1226
+ supportedVersions?: Array<(string)> | null;
1227
+ parametersOnMethod?: Array<{
1228
+ name?: (string) | null;
1229
+ typeAsString?: (string) | null;
1230
+ type?: (string) | null;
1231
+ typeSimple?: (string) | null;
1232
+ isOptional?: boolean;
1233
+ defaultValue?: unknown;
1234
+ }> | null;
1235
+ parameters?: Array<{
1236
+ nameOnMethod?: (string) | null;
1237
+ name?: (string) | null;
1238
+ jsonName?: (string) | null;
1239
+ type?: (string) | null;
1240
+ typeSimple?: (string) | null;
1241
+ isOptional?: boolean;
1242
+ defaultValue?: unknown;
1243
+ constraintTypes?: Array<(string)> | null;
1244
+ bindingSourceId?: (string) | null;
1245
+ descriptorName?: (string) | null;
1246
+ }> | null;
1247
+ returnValue?: {
1248
+ type?: (string) | null;
1249
+ typeSimple?: (string) | null;
1250
+ };
1251
+ allowAnonymous?: (boolean) | null;
1252
+ implementFrom?: (string) | null;
1253
+ };
1254
+ } | null;
1255
+ };
1256
+
1257
+ export type Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
1258
+ type?: (string) | null;
1259
+ name?: (string) | null;
1260
+ methods?: Array<{
1261
+ name?: (string) | null;
1262
+ parametersOnMethod?: Array<{
1263
+ name?: (string) | null;
1264
+ typeAsString?: (string) | null;
1265
+ type?: (string) | null;
1266
+ typeSimple?: (string) | null;
1267
+ isOptional?: boolean;
1268
+ defaultValue?: unknown;
1269
+ }> | null;
1270
+ returnValue?: {
1271
+ type?: (string) | null;
1272
+ typeSimple?: (string) | null;
1273
+ };
1274
+ }> | null;
1275
+ };
1276
+
1277
+ export type Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
1278
+ name?: (string) | null;
1279
+ parametersOnMethod?: Array<{
1280
+ name?: (string) | null;
1281
+ typeAsString?: (string) | null;
1282
+ type?: (string) | null;
1283
+ typeSimple?: (string) | null;
1284
+ isOptional?: boolean;
1285
+ defaultValue?: unknown;
1286
+ }> | null;
1287
+ returnValue?: {
1288
+ type?: (string) | null;
1289
+ typeSimple?: (string) | null;
1290
+ };
1291
+ };
1292
+
1293
+ export type Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
1294
+ name?: (string) | null;
1295
+ typeAsString?: (string) | null;
1296
+ type?: (string) | null;
1297
+ typeSimple?: (string) | null;
1298
+ isOptional?: boolean;
1299
+ defaultValue?: unknown;
1300
+ };
1301
+
1302
+ export type Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
1303
+ rootPath?: (string) | null;
1304
+ remoteServiceName?: (string) | null;
1305
+ controllers?: {
1306
+ [key: string]: {
1307
+ controllerName?: (string) | null;
1308
+ controllerGroupName?: (string) | null;
1309
+ isRemoteService?: boolean;
1310
+ isIntegrationService?: boolean;
1311
+ apiVersion?: (string) | null;
1312
+ type?: (string) | null;
1313
+ interfaces?: Array<{
1314
+ type?: (string) | null;
1315
+ name?: (string) | null;
1316
+ methods?: Array<{
1317
+ name?: (string) | null;
1318
+ parametersOnMethod?: Array<{
1319
+ name?: (string) | null;
1320
+ typeAsString?: (string) | null;
1321
+ type?: (string) | null;
1322
+ typeSimple?: (string) | null;
1323
+ isOptional?: boolean;
1324
+ defaultValue?: unknown;
1325
+ }> | null;
1326
+ returnValue?: {
1327
+ type?: (string) | null;
1328
+ typeSimple?: (string) | null;
1329
+ };
1330
+ }> | null;
1331
+ }> | null;
1332
+ actions?: {
1333
+ [key: string]: {
1334
+ uniqueName?: (string) | null;
1335
+ name?: (string) | null;
1336
+ httpMethod?: (string) | null;
1337
+ url?: (string) | null;
1338
+ supportedVersions?: Array<(string)> | null;
1339
+ parametersOnMethod?: Array<{
1340
+ name?: (string) | null;
1341
+ typeAsString?: (string) | null;
1342
+ type?: (string) | null;
1343
+ typeSimple?: (string) | null;
1344
+ isOptional?: boolean;
1345
+ defaultValue?: unknown;
1346
+ }> | null;
1347
+ parameters?: Array<{
1348
+ nameOnMethod?: (string) | null;
1349
+ name?: (string) | null;
1350
+ jsonName?: (string) | null;
1351
+ type?: (string) | null;
1352
+ typeSimple?: (string) | null;
1353
+ isOptional?: boolean;
1354
+ defaultValue?: unknown;
1355
+ constraintTypes?: Array<(string)> | null;
1356
+ bindingSourceId?: (string) | null;
1357
+ descriptorName?: (string) | null;
1358
+ }> | null;
1359
+ returnValue?: {
1360
+ type?: (string) | null;
1361
+ typeSimple?: (string) | null;
1362
+ };
1363
+ allowAnonymous?: (boolean) | null;
1364
+ implementFrom?: (string) | null;
1365
+ };
1366
+ } | null;
1367
+ };
1368
+ } | null;
1369
+ };
1370
+
1371
+ export type Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
1372
+ nameOnMethod?: (string) | null;
1373
+ name?: (string) | null;
1374
+ jsonName?: (string) | null;
1375
+ type?: (string) | null;
1376
+ typeSimple?: (string) | null;
1377
+ isOptional?: boolean;
1378
+ defaultValue?: unknown;
1379
+ constraintTypes?: Array<(string)> | null;
1380
+ bindingSourceId?: (string) | null;
1381
+ descriptorName?: (string) | null;
1382
+ };
1383
+
1384
+ export type Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
1385
+ name?: (string) | null;
1386
+ jsonName?: (string) | null;
1387
+ type?: (string) | null;
1388
+ typeSimple?: (string) | null;
1389
+ isRequired?: boolean;
1390
+ minLength?: (number) | null;
1391
+ maxLength?: (number) | null;
1392
+ minimum?: (string) | null;
1393
+ maximum?: (string) | null;
1394
+ regex?: (string) | null;
1395
+ };
1396
+
1397
+ export type Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
1398
+ type?: (string) | null;
1399
+ typeSimple?: (string) | null;
1400
+ };
1401
+
1402
+ export type Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
1403
+ baseType?: (string) | null;
1404
+ isEnum?: boolean;
1405
+ enumNames?: Array<(string)> | null;
1406
+ enumValues?: Array<unknown> | null;
1407
+ genericArguments?: Array<(string)> | null;
1408
+ properties?: Array<{
1409
+ name?: (string) | null;
1410
+ jsonName?: (string) | null;
1411
+ type?: (string) | null;
1412
+ typeSimple?: (string) | null;
1413
+ isRequired?: boolean;
1414
+ minLength?: (number) | null;
1415
+ maxLength?: (number) | null;
1416
+ minimum?: (string) | null;
1417
+ maximum?: (string) | null;
1418
+ regex?: (string) | null;
1419
+ }> | null;
1420
+ };
1421
+
1422
+ export type Volo_Abp_Http_RemoteServiceErrorInfo = {
1423
+ code?: (string) | null;
1424
+ message?: (string) | null;
1425
+ details?: (string) | null;
1426
+ data?: {
1427
+ [key: string]: unknown;
1428
+ } | null;
1429
+ validationErrors?: Array<{
1430
+ message?: (string) | null;
1431
+ members?: Array<(string)> | null;
1432
+ }> | null;
1433
+ };
1434
+
1435
+ export type Volo_Abp_Http_RemoteServiceErrorResponse = {
1436
+ error?: {
1437
+ code?: (string) | null;
1438
+ message?: (string) | null;
1439
+ details?: (string) | null;
1440
+ data?: {
1441
+ [key: string]: unknown;
1442
+ } | null;
1443
+ validationErrors?: Array<{
1444
+ message?: (string) | null;
1445
+ members?: Array<(string)> | null;
1446
+ }> | null;
1447
+ };
1448
+ };
1449
+
1450
+ export type Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
1451
+ message?: (string) | null;
1452
+ members?: Array<(string)> | null;
1453
+ };
1454
+
1455
+ export type Volo_Abp_Localization_LanguageInfo = {
1456
+ cultureName?: (string) | null;
1457
+ uiCultureName?: (string) | null;
1458
+ displayName?: (string) | null;
1459
+ readonly twoLetterISOLanguageName?: (string) | null;
1460
+ };
1461
+
1462
+ export type Volo_Abp_NameValue = {
1463
+ name?: (string) | null;
1464
+ value?: (string) | null;
1465
+ };
1466
+
1467
+ export type GetApiAbpApiDefinitionData = {
1468
+ includeTypes?: boolean;
1469
+ };
1470
+
1471
+ export type GetApiAbpApiDefinitionResponse = ({
1472
+ modules?: {
1473
+ [key: string]: {
1474
+ rootPath?: (string) | null;
1475
+ remoteServiceName?: (string) | null;
1476
+ controllers?: {
1477
+ [key: string]: {
1478
+ controllerName?: (string) | null;
1479
+ controllerGroupName?: (string) | null;
1480
+ isRemoteService?: boolean;
1481
+ isIntegrationService?: boolean;
1482
+ apiVersion?: (string) | null;
1483
+ type?: (string) | null;
1484
+ interfaces?: Array<{
1485
+ type?: (string) | null;
1486
+ name?: (string) | null;
1487
+ methods?: Array<{
1488
+ name?: (string) | null;
1489
+ parametersOnMethod?: Array<{
1490
+ name?: (string) | null;
1491
+ typeAsString?: (string) | null;
1492
+ type?: (string) | null;
1493
+ typeSimple?: (string) | null;
1494
+ isOptional?: boolean;
1495
+ defaultValue?: unknown;
1496
+ }> | null;
1497
+ returnValue?: {
1498
+ type?: (string) | null;
1499
+ typeSimple?: (string) | null;
1500
+ };
1501
+ }> | null;
1502
+ }> | null;
1503
+ actions?: {
1504
+ [key: string]: {
1505
+ uniqueName?: (string) | null;
1506
+ name?: (string) | null;
1507
+ httpMethod?: (string) | null;
1508
+ url?: (string) | null;
1509
+ supportedVersions?: Array<(string)> | null;
1510
+ parametersOnMethod?: Array<{
1511
+ name?: (string) | null;
1512
+ typeAsString?: (string) | null;
1513
+ type?: (string) | null;
1514
+ typeSimple?: (string) | null;
1515
+ isOptional?: boolean;
1516
+ defaultValue?: unknown;
1517
+ }> | null;
1518
+ parameters?: Array<{
1519
+ nameOnMethod?: (string) | null;
1520
+ name?: (string) | null;
1521
+ jsonName?: (string) | null;
1522
+ type?: (string) | null;
1523
+ typeSimple?: (string) | null;
1524
+ isOptional?: boolean;
1525
+ defaultValue?: unknown;
1526
+ constraintTypes?: Array<(string)> | null;
1527
+ bindingSourceId?: (string) | null;
1528
+ descriptorName?: (string) | null;
1529
+ }> | null;
1530
+ returnValue?: {
1531
+ type?: (string) | null;
1532
+ typeSimple?: (string) | null;
1533
+ };
1534
+ allowAnonymous?: (boolean) | null;
1535
+ implementFrom?: (string) | null;
1536
+ };
1537
+ } | null;
1538
+ };
1539
+ } | null;
1540
+ };
1541
+ } | null;
1542
+ types?: {
1543
+ [key: string]: {
1544
+ baseType?: (string) | null;
1545
+ isEnum?: boolean;
1546
+ enumNames?: Array<(string)> | null;
1547
+ enumValues?: Array<unknown> | null;
1548
+ genericArguments?: Array<(string)> | null;
1549
+ properties?: Array<{
1550
+ name?: (string) | null;
1551
+ jsonName?: (string) | null;
1552
+ type?: (string) | null;
1553
+ typeSimple?: (string) | null;
1554
+ isRequired?: boolean;
1555
+ minLength?: (number) | null;
1556
+ maxLength?: (number) | null;
1557
+ minimum?: (string) | null;
1558
+ maximum?: (string) | null;
1559
+ regex?: (string) | null;
1560
+ }> | null;
1561
+ };
1562
+ } | null;
1563
+ });
1564
+
1565
+ export type GetApiAbpApplicationConfigurationData = {
1566
+ includeLocalizationResources?: boolean;
1567
+ };
1568
+
1569
+ export type GetApiAbpApplicationConfigurationResponse = ({
1570
+ localization?: {
1571
+ values?: {
1572
+ [key: string]: {
1573
+ [key: string]: (string);
1574
+ };
1575
+ } | null;
1576
+ resources?: {
1577
+ [key: string]: {
1578
+ texts?: {
1579
+ [key: string]: (string);
1580
+ } | null;
1581
+ baseResources?: Array<(string)> | null;
1582
+ };
1583
+ } | null;
1584
+ languages?: Array<{
1585
+ cultureName?: (string) | null;
1586
+ uiCultureName?: (string) | null;
1587
+ displayName?: (string) | null;
1588
+ readonly twoLetterISOLanguageName?: (string) | null;
1589
+ }> | null;
1590
+ currentCulture?: {
1591
+ displayName?: (string) | null;
1592
+ englishName?: (string) | null;
1593
+ threeLetterIsoLanguageName?: (string) | null;
1594
+ twoLetterIsoLanguageName?: (string) | null;
1595
+ isRightToLeft?: boolean;
1596
+ cultureName?: (string) | null;
1597
+ name?: (string) | null;
1598
+ nativeName?: (string) | null;
1599
+ dateTimeFormat?: {
1600
+ calendarAlgorithmType?: (string) | null;
1601
+ dateTimeFormatLong?: (string) | null;
1602
+ shortDatePattern?: (string) | null;
1603
+ fullDateTimePattern?: (string) | null;
1604
+ dateSeparator?: (string) | null;
1605
+ shortTimePattern?: (string) | null;
1606
+ longTimePattern?: (string) | null;
1607
+ };
1608
+ };
1609
+ defaultResourceName?: (string) | null;
1610
+ languagesMap?: {
1611
+ [key: string]: Array<{
1612
+ name?: (string) | null;
1613
+ value?: (string) | null;
1614
+ }>;
1615
+ } | null;
1616
+ languageFilesMap?: {
1617
+ [key: string]: Array<{
1618
+ name?: (string) | null;
1619
+ value?: (string) | null;
1620
+ }>;
1621
+ } | null;
1622
+ };
1623
+ auth?: {
1624
+ grantedPolicies?: {
1625
+ [key: string]: (boolean);
1626
+ } | null;
1627
+ };
1628
+ setting?: {
1629
+ values?: {
1630
+ [key: string]: ((string) | null);
1631
+ } | null;
1632
+ };
1633
+ currentUser?: {
1634
+ isAuthenticated?: boolean;
1635
+ id?: (string) | null;
1636
+ tenantId?: (string) | null;
1637
+ impersonatorUserId?: (string) | null;
1638
+ impersonatorTenantId?: (string) | null;
1639
+ impersonatorUserName?: (string) | null;
1640
+ impersonatorTenantName?: (string) | null;
1641
+ userName?: (string) | null;
1642
+ name?: (string) | null;
1643
+ surName?: (string) | null;
1644
+ email?: (string) | null;
1645
+ emailVerified?: boolean;
1646
+ phoneNumber?: (string) | null;
1647
+ phoneNumberVerified?: boolean;
1648
+ roles?: Array<(string)> | null;
1649
+ sessionId?: (string) | null;
1650
+ };
1651
+ features?: {
1652
+ values?: {
1653
+ [key: string]: ((string) | null);
1654
+ } | null;
1655
+ };
1656
+ globalFeatures?: {
1657
+ enabledFeatures?: Array<(string)> | null;
1658
+ };
1659
+ multiTenancy?: {
1660
+ isEnabled?: boolean;
1661
+ };
1662
+ currentTenant?: {
1663
+ id?: (string) | null;
1664
+ name?: (string) | null;
1665
+ isAvailable?: boolean;
1666
+ };
1667
+ timing?: {
1668
+ timeZone?: {
1669
+ iana?: {
1670
+ timeZoneName?: (string) | null;
1671
+ };
1672
+ windows?: {
1673
+ timeZoneId?: (string) | null;
1674
+ };
1675
+ };
1676
+ };
1677
+ clock?: {
1678
+ kind?: (string) | null;
1679
+ };
1680
+ objectExtensions?: {
1681
+ modules?: {
1682
+ [key: string]: {
1683
+ entities?: {
1684
+ [key: string]: {
1685
+ properties?: {
1686
+ [key: string]: {
1687
+ type?: (string) | null;
1688
+ typeSimple?: (string) | null;
1689
+ displayName?: {
1690
+ name?: (string) | null;
1691
+ resource?: (string) | null;
1692
+ };
1693
+ api?: {
1694
+ onGet?: {
1695
+ isAvailable?: boolean;
1696
+ };
1697
+ onCreate?: {
1698
+ isAvailable?: boolean;
1699
+ };
1700
+ onUpdate?: {
1701
+ isAvailable?: boolean;
1702
+ };
1703
+ };
1704
+ ui?: {
1705
+ onTable?: {
1706
+ isVisible?: boolean;
1707
+ };
1708
+ onCreateForm?: {
1709
+ isVisible?: boolean;
1710
+ };
1711
+ onEditForm?: {
1712
+ isVisible?: boolean;
1713
+ };
1714
+ lookup?: {
1715
+ url?: (string) | null;
1716
+ resultListPropertyName?: (string) | null;
1717
+ displayPropertyName?: (string) | null;
1718
+ valuePropertyName?: (string) | null;
1719
+ filterParamName?: (string) | null;
1720
+ };
1721
+ };
1722
+ attributes?: Array<{
1723
+ typeSimple?: (string) | null;
1724
+ config?: {
1725
+ [key: string]: unknown;
1726
+ } | null;
1727
+ }> | null;
1728
+ configuration?: {
1729
+ [key: string]: unknown;
1730
+ } | null;
1731
+ defaultValue?: unknown;
1732
+ };
1733
+ } | null;
1734
+ configuration?: {
1735
+ [key: string]: unknown;
1736
+ } | null;
1737
+ };
1738
+ } | null;
1739
+ configuration?: {
1740
+ [key: string]: unknown;
1741
+ } | null;
1742
+ };
1743
+ } | null;
1744
+ enums?: {
1745
+ [key: string]: {
1746
+ fields?: Array<{
1747
+ name?: (string) | null;
1748
+ value?: unknown;
1749
+ }> | null;
1750
+ localizationResource?: (string) | null;
1751
+ };
1752
+ } | null;
1753
+ };
1754
+ extraProperties?: {
1755
+ [key: string]: unknown;
1756
+ } | null;
1757
+ });
1758
+
1759
+ export type GetApiAbpApplicationLocalizationData = {
1760
+ cultureName: string;
1761
+ onlyDynamics?: boolean;
1762
+ };
1763
+
1764
+ export type GetApiAbpApplicationLocalizationResponse = ({
1765
+ resources?: {
1766
+ [key: string]: {
1767
+ texts?: {
1768
+ [key: string]: (string);
1769
+ } | null;
1770
+ baseResources?: Array<(string)> | null;
1771
+ };
1772
+ } | null;
1773
+ currentCulture?: {
1774
+ displayName?: (string) | null;
1775
+ englishName?: (string) | null;
1776
+ threeLetterIsoLanguageName?: (string) | null;
1777
+ twoLetterIsoLanguageName?: (string) | null;
1778
+ isRightToLeft?: boolean;
1779
+ cultureName?: (string) | null;
1780
+ name?: (string) | null;
1781
+ nativeName?: (string) | null;
1782
+ dateTimeFormat?: {
1783
+ calendarAlgorithmType?: (string) | null;
1784
+ dateTimeFormatLong?: (string) | null;
1785
+ shortDatePattern?: (string) | null;
1786
+ fullDateTimePattern?: (string) | null;
1787
+ dateSeparator?: (string) | null;
1788
+ shortTimePattern?: (string) | null;
1789
+ longTimePattern?: (string) | null;
1790
+ };
1791
+ };
1792
+ });
1793
+
1794
+ export type GetApiFinanceServiceRebateStatementHeadersByIdData = {
1795
+ id: string;
1796
+ };
1797
+
1798
+ export type GetApiFinanceServiceRebateStatementHeadersByIdResponse = ({
1799
+ id: string;
1800
+ readonly number: string;
1801
+ merchantId: string;
1802
+ merchantName: string;
1803
+ rebateStatementDate: string;
1804
+ total: number;
1805
+ status: 'Unfinished' | 'Approved' | 'Processing' | 'Error' | 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
1806
+ period: 'None' | 'Monthly' | 'Quarterly' | 'BiAnnually' | 'Annually';
1807
+ readonly customerNumber: string;
1808
+ contractHeaderId?: string;
1809
+ rebateStatementStoreDetails?: Array<{
1810
+ merchantId: string;
1811
+ merchantName: string;
1812
+ tagCount: number;
1813
+ grandTotalAmount: number;
1814
+ vatAmount: number;
1815
+ rebateAmount: number;
1816
+ referenceDateBegin: string;
1817
+ vatStatementHeaderId: string;
1818
+ invoiceNumber: string;
1819
+ id: string;
1820
+ }> | null;
1821
+ });
1822
+
1823
+ export type GetApiFinanceServiceRebateStatementHeadersData = {
1824
+ maxResultCount?: number;
1825
+ skipCount?: number;
1826
+ sorting?: string;
1827
+ };
1828
+
1829
+ export type GetApiFinanceServiceRebateStatementHeadersResponse = ({
1830
+ items?: Array<{
1831
+ id: string;
1832
+ merchantId: string;
1833
+ merchantName?: (string) | null;
1834
+ rebateStatementDate: string;
1835
+ number: string;
1836
+ total: number;
1837
+ status: 'Unfinished' | 'Approved' | 'Processing' | 'Error' | 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
1838
+ period: 'None' | 'Monthly' | 'Quarterly' | 'BiAnnually' | 'Annually';
1839
+ }> | null;
1840
+ totalCount?: number;
1841
+ });
1842
+
1843
+ export type PostApiFinanceServiceRebateStatementHeadersData = {
1844
+ requestBody: {
1845
+ merchantId: string;
1846
+ rebateStatementDate: string;
1847
+ yearMonthPairs: Array<{
1848
+ year: number;
1849
+ month: number;
1850
+ }>;
1851
+ };
1852
+ };
1853
+
1854
+ export type PostApiFinanceServiceRebateStatementHeadersResponse = (Array<{
1855
+ merchantId: string;
1856
+ merchantName: string;
1857
+ rebateStatementDate: string;
1858
+ total: number;
1859
+ status: 'Unfinished' | 'Approved' | 'Processing' | 'Error' | 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
1860
+ period: 'None' | 'Monthly' | 'Quarterly' | 'BiAnnually' | 'Annually';
1861
+ customerNumber: string;
1862
+ contractHeaderId: string;
1863
+ rebateStatementStoreDetails?: Array<{
1864
+ merchantId: string;
1865
+ merchantName: string;
1866
+ tagCount: number;
1867
+ grandTotalAmount: number;
1868
+ vatAmount: number;
1869
+ rebateAmount: number;
1870
+ referenceDateBegin: string;
1871
+ vatStatementHeaderId: string;
1872
+ invoiceNumber: string;
1873
+ }> | null;
1874
+ id: string;
1875
+ number: string;
1876
+ }>);
1877
+
1878
+ export type PostApiFinanceServiceRebateStatementHeadersFormDraftData = {
1879
+ requestBody: {
1880
+ merchantId: string;
1881
+ rebateStatementDate: string;
1882
+ yearMonthPairs: Array<{
1883
+ year: number;
1884
+ month: number;
1885
+ }>;
1886
+ };
1887
+ };
1888
+
1889
+ export type PostApiFinanceServiceRebateStatementHeadersFormDraftResponse = (Array<{
1890
+ merchantId: string;
1891
+ merchantName: string;
1892
+ rebateStatementDate: string;
1893
+ total: number;
1894
+ status: 'Unfinished' | 'Approved' | 'Processing' | 'Error' | 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
1895
+ period: 'None' | 'Monthly' | 'Quarterly' | 'BiAnnually' | 'Annually';
1896
+ customerNumber: string;
1897
+ contractHeaderId: string;
1898
+ rebateStatementStoreDetails?: Array<{
1899
+ merchantId: string;
1900
+ merchantName: string;
1901
+ tagCount: number;
1902
+ grandTotalAmount: number;
1903
+ vatAmount: number;
1904
+ rebateAmount: number;
1905
+ referenceDateBegin: string;
1906
+ vatStatementHeaderId: string;
1907
+ invoiceNumber: string;
1908
+ }> | null;
1909
+ }>);
1910
+
1911
+ export type GetApiFinanceServiceVatStatementHeadersByIdData = {
1912
+ id: string;
1913
+ };
1914
+
1915
+ export type GetApiFinanceServiceVatStatementHeadersByIdResponse = ({
1916
+ merchantId: string;
1917
+ tagCount: number;
1918
+ merchantName: string;
1919
+ vatStatementDate: string;
1920
+ dueDate: string;
1921
+ total: number;
1922
+ unpaid: number;
1923
+ status: 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
1924
+ billingPeriod: 'OneTimePerMonth' | 'TwoTimesPerMonth';
1925
+ termOfPayment: number;
1926
+ paymentStatus: 'NotPaid' | 'PartlyPaid' | 'Paid' | 'OverPaid';
1927
+ isFactoring?: boolean;
1928
+ referenceDateBegin: string;
1929
+ referenceDateEnd: string;
1930
+ deliveryMethod: 'ElectronicInvoice' | 'Email' | 'PaperInvoice';
1931
+ customerNumber?: (string) | null;
1932
+ referenceNumber?: (string) | null;
1933
+ yourReference?: (string) | null;
1934
+ contractHeaderId: string;
1935
+ rebateStatementHeaderId?: (string) | null;
1936
+ vatStatementTagDetails?: Array<{
1937
+ tagId: string;
1938
+ merchantId: string;
1939
+ merchantName: string;
1940
+ tagNumber: string;
1941
+ refundDate: string;
1942
+ grandTotal: number;
1943
+ taxAmount: number;
1944
+ refundAmount: number;
1945
+ correctedAmount?: (number) | null;
1946
+ currency: string;
1947
+ id: string;
1948
+ }> | null;
1949
+ id: string;
1950
+ invoiceNumber: string;
1951
+ });
1952
+
1953
+ export type GetApiFinanceServiceVatStatementHeadersByIdBasicInformationData = {
1954
+ id: string;
1955
+ };
1956
+
1957
+ export type GetApiFinanceServiceVatStatementHeadersByIdBasicInformationResponse = ({
1958
+ id: string;
1959
+ vatStatementDate: string;
1960
+ invoiceNumber: string;
1961
+ status: 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
1962
+ });
1963
+
1964
+ export type GetApiFinanceServiceVatStatementHeadersData = {
1965
+ maxResultCount?: number;
1966
+ skipCount?: number;
1967
+ sorting?: string;
1968
+ };
1969
+
1970
+ export type GetApiFinanceServiceVatStatementHeadersResponse = ({
1971
+ items?: Array<{
1972
+ id: string;
1973
+ invoiceNumber: string;
1974
+ merchantId: string;
1975
+ tagCount: number;
1976
+ merchantName: string;
1977
+ vatStatementDate: string;
1978
+ dueDate: string;
1979
+ total: number;
1980
+ unpaid: number;
1981
+ status: 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
1982
+ paymentStatus: 'NotPaid' | 'PartlyPaid' | 'Paid' | 'OverPaid';
1983
+ }> | null;
1984
+ totalCount?: number;
1985
+ });
1986
+
1987
+ export type PostApiFinanceServiceVatStatementHeadersData = {
1988
+ requestBody: {
1989
+ readonly extraProperties?: {
1990
+ [key: string]: unknown;
1991
+ } | null;
1992
+ merchantId: string;
1993
+ year: number;
1994
+ month: number;
1995
+ vatStatementDate: string;
1996
+ };
1997
+ };
1998
+
1999
+ export type PostApiFinanceServiceVatStatementHeadersResponse = (Array<{
2000
+ merchantId: string;
2001
+ tagCount: number;
2002
+ merchantName: string;
2003
+ vatStatementDate: string;
2004
+ dueDate: string;
2005
+ total: number;
2006
+ unpaid: number;
2007
+ status: 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
2008
+ billingPeriod: 'OneTimePerMonth' | 'TwoTimesPerMonth';
2009
+ termOfPayment: number;
2010
+ paymentStatus: 'NotPaid' | 'PartlyPaid' | 'Paid' | 'OverPaid';
2011
+ isFactoring?: boolean;
2012
+ referenceDateBegin: string;
2013
+ referenceDateEnd: string;
2014
+ deliveryMethod: 'ElectronicInvoice' | 'Email' | 'PaperInvoice';
2015
+ customerNumber?: (string) | null;
2016
+ referenceNumber?: (string) | null;
2017
+ yourReference?: (string) | null;
2018
+ contractHeaderId: string;
2019
+ rebateStatementHeaderId?: (string) | null;
2020
+ vatStatementTagDetails?: Array<{
2021
+ tagId: string;
2022
+ merchantId: string;
2023
+ merchantName: string;
2024
+ tagNumber: string;
2025
+ refundDate: string;
2026
+ grandTotal: number;
2027
+ taxAmount: number;
2028
+ refundAmount: number;
2029
+ correctedAmount?: (number) | null;
2030
+ currency: string;
2031
+ id: string;
2032
+ }> | null;
2033
+ id: string;
2034
+ invoiceNumber: string;
2035
+ }>);
2036
+
2037
+ export type PostApiFinanceServiceVatStatementHeadersFormDraftData = {
2038
+ requestBody: {
2039
+ readonly extraProperties?: {
2040
+ [key: string]: unknown;
2041
+ } | null;
2042
+ merchantId: string;
2043
+ year: number;
2044
+ month: number;
2045
+ vatStatementDate: string;
2046
+ };
2047
+ };
2048
+
2049
+ export type PostApiFinanceServiceVatStatementHeadersFormDraftResponse = (Array<{
2050
+ merchantId: string;
2051
+ tagCount: number;
2052
+ merchantName: string;
2053
+ vatStatementDate: string;
2054
+ dueDate: string;
2055
+ total: number;
2056
+ unpaid: number;
2057
+ status: 'Sent' | 'PaymentReminder1' | 'PaymentReminder2' | 'PaymentReminder3' | 'DebtCollection' | 'Cancelled' | 'CreditNote' | 'Paid';
2058
+ billingPeriod: 'OneTimePerMonth' | 'TwoTimesPerMonth';
2059
+ termOfPayment: number;
2060
+ paymentStatus: 'NotPaid' | 'PartlyPaid' | 'Paid' | 'OverPaid';
2061
+ isFactoring?: boolean;
2062
+ referenceDateBegin: string;
2063
+ referenceDateEnd: string;
2064
+ deliveryMethod: 'ElectronicInvoice' | 'Email' | 'PaperInvoice';
2065
+ customerNumber?: (string) | null;
2066
+ referenceNumber?: (string) | null;
2067
+ yourReference?: (string) | null;
2068
+ contractHeaderId: string;
2069
+ rebateStatementHeaderId?: (string) | null;
2070
+ vatStatementTagDetails?: Array<{
2071
+ tagId: string;
2072
+ merchantId: string;
2073
+ merchantName: string;
2074
+ tagNumber: string;
2075
+ refundDate: string;
2076
+ grandTotal: number;
2077
+ taxAmount: number;
2078
+ refundAmount: number;
2079
+ correctedAmount?: (number) | null;
2080
+ currency: string;
2081
+ }> | null;
2082
+ }>);