@ayasofyazilim/saas 0.0.65 → 0.0.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,821 +1,819 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
-
3
- export type PagedResultDto_ExportValidationDto = {
4
- items?: Array<UniRefund_ExportValidationService_ExportValidations_ExportValidationDto> | null;
5
- totalCount?: number;
6
- };
7
-
8
- export type UniRefund_ExportValidationService_ExportValidations_CreateExportValidationDto = {
9
- id?: string;
10
- tagId?: string | null;
11
- exportLocationId?: string;
12
- referenceId?: string | null;
13
- exportDate?: string | null;
14
- status?: UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode;
15
- stampType?: UniRefund_ExportValidationService_ExportValidations_StampTypeCode;
16
- initialValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
17
- finalValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
18
- creatorId?: string | null;
19
- };
20
-
21
- export type UniRefund_ExportValidationService_ExportValidations_ExportValidationDetailDto = {
22
- id?: string;
23
- tagId?: string | null;
24
- exportLocationId?: string;
25
- referenceId?: string | null;
26
- date?: string | null;
27
- status?: UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode;
28
- stampType?: UniRefund_ExportValidationService_ExportValidations_StampTypeCode;
29
- initialValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
30
- finalValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
31
- };
32
-
33
- export type UniRefund_ExportValidationService_ExportValidations_ExportValidationDto = {
34
- id?: string;
35
- creationTime?: string;
36
- creatorId?: string | null;
37
- lastModificationTime?: string | null;
38
- lastModifierId?: string | null;
39
- isDeleted?: boolean;
40
- deleterId?: string | null;
41
- deletionTime?: string | null;
42
- tenantId?: string | null;
43
- tagId?: string | null;
44
- exportLocationId?: string;
45
- referenceId?: string | null;
46
- exportDate?: string;
47
- status?: UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode;
48
- stampType?: UniRefund_ExportValidationService_ExportValidations_StampTypeCode;
49
- initialValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
50
- finalValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
51
- };
52
-
53
- export type UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode = 'None' | 'Waiting' | 'Approved' | 'Rejected' | 'Expired';
54
-
55
- export type UniRefund_ExportValidationService_ExportValidations_StampTypeCode = 'None' | 'Integration' | 'DigitalStamp';
56
-
57
- export type UniRefund_ExportValidationService_ExportValidations_UpdateExportValidationDto = {
58
- tagId?: string | null;
59
- exportLocationId?: string;
60
- referenceId?: string | null;
61
- exportDate?: string;
62
- status?: UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode;
63
- stampType?: UniRefund_ExportValidationService_ExportValidations_StampTypeCode;
64
- initialValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
65
- finalValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
66
- };
67
-
68
- export type UniRefund_ExportValidationService_ExportValidations_ValidationResult = 'None' | 'Green';
69
-
70
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
71
- grantedPolicies?: {
72
- [key: string]: (boolean);
73
- } | null;
74
- };
75
-
76
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
77
- localization?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto;
78
- auth?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto;
79
- setting?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto;
80
- currentUser?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto;
81
- features?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto;
82
- globalFeatures?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto;
83
- multiTenancy?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto;
84
- currentTenant?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto;
85
- timing?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto;
86
- clock?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto;
87
- objectExtensions?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto;
88
- extraProperties?: {
89
- [key: string]: unknown;
90
- } | null;
91
- };
92
-
93
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto = {
94
- values?: {
95
- [key: string]: (string | null);
96
- } | null;
97
- };
98
-
99
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto = {
100
- enabledFeatures?: Array<(string)> | null;
101
- };
102
-
103
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
104
- values?: {
105
- [key: string]: {
106
- [key: string]: (string);
107
- };
108
- } | null;
109
- resources?: {
110
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
111
- } | null;
112
- languages?: Array<Volo_Abp_Localization_LanguageInfo> | null;
113
- currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
114
- defaultResourceName?: string | null;
115
- languagesMap?: {
116
- [key: string]: Array<Volo_Abp_NameValue>;
117
- } | null;
118
- languageFilesMap?: {
119
- [key: string]: Array<Volo_Abp_NameValue>;
120
- } | null;
121
- };
122
-
123
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
124
- resources?: {
125
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
126
- } | null;
127
- currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
128
- };
129
-
130
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto = {
131
- texts?: {
132
- [key: string]: (string);
133
- } | null;
134
- baseResources?: Array<(string)> | null;
135
- };
136
-
137
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto = {
138
- values?: {
139
- [key: string]: (string | null);
140
- } | null;
141
- };
142
-
143
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto = {
144
- kind?: string | null;
145
- };
146
-
147
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto = {
148
- displayName?: string | null;
149
- englishName?: string | null;
150
- threeLetterIsoLanguageName?: string | null;
151
- twoLetterIsoLanguageName?: string | null;
152
- isRightToLeft?: boolean;
153
- cultureName?: string | null;
154
- name?: string | null;
155
- nativeName?: string | null;
156
- dateTimeFormat?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto;
157
- };
158
-
159
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto = {
160
- isAuthenticated?: boolean;
161
- id?: string | null;
162
- tenantId?: string | null;
163
- impersonatorUserId?: string | null;
164
- impersonatorTenantId?: string | null;
165
- impersonatorUserName?: string | null;
166
- impersonatorTenantName?: string | null;
167
- userName?: string | null;
168
- name?: string | null;
169
- surName?: string | null;
170
- email?: string | null;
171
- emailVerified?: boolean;
172
- phoneNumber?: string | null;
173
- phoneNumberVerified?: boolean;
174
- roles?: Array<(string)> | null;
175
- sessionId?: string | null;
176
- };
177
-
178
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
179
- calendarAlgorithmType?: string | null;
180
- dateTimeFormatLong?: string | null;
181
- shortDatePattern?: string | null;
182
- fullDateTimePattern?: string | null;
183
- dateSeparator?: string | null;
184
- shortTimePattern?: string | null;
185
- longTimePattern?: string | null;
186
- };
187
-
188
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone = {
189
- timeZoneName?: string | null;
190
- };
191
-
192
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
193
- properties?: {
194
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto;
195
- } | null;
196
- configuration?: {
197
- [key: string]: unknown;
198
- } | null;
199
- };
200
-
201
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
202
- fields?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto> | null;
203
- localizationResource?: string | null;
204
- };
205
-
206
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto = {
207
- name?: string | null;
208
- value?: unknown;
209
- };
210
-
211
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto = {
212
- isAvailable?: boolean;
213
- };
214
-
215
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
216
- onGet?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto;
217
- onCreate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto;
218
- onUpdate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto;
219
- };
220
-
221
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto = {
222
- isAvailable?: boolean;
223
- };
224
-
225
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto = {
226
- isAvailable?: boolean;
227
- };
228
-
229
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto = {
230
- typeSimple?: string | null;
231
- config?: {
232
- [key: string]: unknown;
233
- } | null;
234
- };
235
-
236
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
237
- type?: string | null;
238
- typeSimple?: string | null;
239
- displayName?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto;
240
- api?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto;
241
- ui?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto;
242
- attributes?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto> | null;
243
- configuration?: {
244
- [key: string]: unknown;
245
- } | null;
246
- defaultValue?: unknown;
247
- };
248
-
249
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
250
- onTable?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto;
251
- onCreateForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
252
- onEditForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
253
- lookup?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto;
254
- };
255
-
256
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto = {
257
- isVisible?: boolean;
258
- };
259
-
260
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto = {
261
- url?: string | null;
262
- resultListPropertyName?: string | null;
263
- displayPropertyName?: string | null;
264
- valuePropertyName?: string | null;
265
- filterParamName?: string | null;
266
- };
267
-
268
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto = {
269
- isVisible?: boolean;
270
- };
271
-
272
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
273
- name?: string | null;
274
- resource?: string | null;
275
- };
276
-
277
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
278
- entities?: {
279
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto;
280
- } | null;
281
- configuration?: {
282
- [key: string]: unknown;
283
- } | null;
284
- };
285
-
286
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
287
- modules?: {
288
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto;
289
- } | null;
290
- enums?: {
291
- [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto;
292
- } | null;
293
- };
294
-
295
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
296
- iana?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone;
297
- windows?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone;
298
- };
299
-
300
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
301
- timeZone?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone;
302
- };
303
-
304
- export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
305
- timeZoneId?: string | null;
306
- };
307
-
308
- export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
309
- id?: string | null;
310
- name?: string | null;
311
- isAvailable?: boolean;
312
- };
313
-
314
- export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
315
- isEnabled?: boolean;
316
- };
317
-
318
- export type Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
319
- uniqueName?: string | null;
320
- name?: string | null;
321
- httpMethod?: string | null;
322
- url?: string | null;
323
- supportedVersions?: Array<(string)> | null;
324
- parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
325
- parameters?: Array<Volo_Abp_Http_Modeling_ParameterApiDescriptionModel> | null;
326
- returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
327
- allowAnonymous?: boolean | null;
328
- implementFrom?: string | null;
329
- };
330
-
331
- export type Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
332
- modules?: {
333
- [key: string]: Volo_Abp_Http_Modeling_ModuleApiDescriptionModel;
334
- } | null;
335
- types?: {
336
- [key: string]: Volo_Abp_Http_Modeling_TypeApiDescriptionModel;
337
- } | null;
338
- };
339
-
340
- export type Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
341
- controllerName?: string | null;
342
- controllerGroupName?: string | null;
343
- isRemoteService?: boolean;
344
- isIntegrationService?: boolean;
345
- apiVersion?: string | null;
346
- type?: string | null;
347
- interfaces?: Array<Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel> | null;
348
- actions?: {
349
- [key: string]: Volo_Abp_Http_Modeling_ActionApiDescriptionModel;
350
- } | null;
351
- };
352
-
353
- export type Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
354
- type?: string | null;
355
- name?: string | null;
356
- methods?: Array<Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel> | null;
357
- };
358
-
359
- export type Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
360
- name?: string | null;
361
- parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
362
- returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
363
- };
364
-
365
- export type Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
366
- name?: string | null;
367
- typeAsString?: string | null;
368
- type?: string | null;
369
- typeSimple?: string | null;
370
- isOptional?: boolean;
371
- defaultValue?: unknown;
372
- };
373
-
374
- export type Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
375
- rootPath?: string | null;
376
- remoteServiceName?: string | null;
377
- controllers?: {
378
- [key: string]: Volo_Abp_Http_Modeling_ControllerApiDescriptionModel;
379
- } | null;
380
- };
381
-
382
- export type Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
383
- nameOnMethod?: string | null;
384
- name?: string | null;
385
- jsonName?: string | null;
386
- type?: string | null;
387
- typeSimple?: string | null;
388
- isOptional?: boolean;
389
- defaultValue?: unknown;
390
- constraintTypes?: Array<(string)> | null;
391
- bindingSourceId?: string | null;
392
- descriptorName?: string | null;
393
- };
394
-
395
- export type Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
396
- name?: string | null;
397
- jsonName?: string | null;
398
- type?: string | null;
399
- typeSimple?: string | null;
400
- isRequired?: boolean;
401
- minLength?: number | null;
402
- maxLength?: number | null;
403
- minimum?: string | null;
404
- maximum?: string | null;
405
- regex?: string | null;
406
- };
407
-
408
- export type Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
409
- type?: string | null;
410
- typeSimple?: string | null;
411
- };
412
-
413
- export type Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
414
- baseType?: string | null;
415
- isEnum?: boolean;
416
- enumNames?: Array<(string)> | null;
417
- enumValues?: Array<unknown> | null;
418
- genericArguments?: Array<(string)> | null;
419
- properties?: Array<Volo_Abp_Http_Modeling_PropertyApiDescriptionModel> | null;
420
- };
421
-
422
- export type Volo_Abp_Http_RemoteServiceErrorInfo = {
423
- code?: string | null;
424
- message?: string | null;
425
- details?: string | null;
426
- data?: {
427
- [key: string]: unknown;
428
- } | null;
429
- validationErrors?: Array<Volo_Abp_Http_RemoteServiceValidationErrorInfo> | null;
430
- };
431
-
432
- export type Volo_Abp_Http_RemoteServiceErrorResponse = {
433
- error?: Volo_Abp_Http_RemoteServiceErrorInfo;
434
- };
435
-
436
- export type Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
437
- message?: string | null;
438
- members?: Array<(string)> | null;
439
- };
440
-
441
- export type Volo_Abp_Localization_LanguageInfo = {
442
- cultureName?: string | null;
443
- uiCultureName?: string | null;
444
- displayName?: string | null;
445
- readonly twoLetterISOLanguageName?: string | null;
446
- };
447
-
448
- export type Volo_Abp_NameValue = {
449
- name?: string | null;
450
- value?: string | null;
451
- };
452
-
453
- export type GetApiAbpApiDefinitionData = {
454
- includeTypes?: boolean;
455
- };
456
-
457
- export type GetApiAbpApiDefinitionResponse = Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
458
-
459
- export type GetApiAbpApplicationConfigurationData = {
460
- includeLocalizationResources?: boolean;
461
- };
462
-
463
- export type GetApiAbpApplicationConfigurationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
464
-
465
- export type GetApiAbpApplicationLocalizationData = {
466
- cultureName: string;
467
- onlyDynamics?: boolean;
468
- };
469
-
470
- export type GetApiAbpApplicationLocalizationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
471
-
472
- export type GetApiExportValidationServiceExportValidationData = {
473
- maxResultCount?: number;
474
- skipCount?: number;
475
- sorting?: string;
476
- };
477
-
478
- export type GetApiExportValidationServiceExportValidationResponse = PagedResultDto_ExportValidationDto;
479
-
480
- export type PostApiExportValidationServiceExportValidationData = {
481
- requestBody?: UniRefund_ExportValidationService_ExportValidations_CreateExportValidationDto;
482
- };
483
-
484
- export type PostApiExportValidationServiceExportValidationResponse = UniRefund_ExportValidationService_ExportValidations_ExportValidationDto;
485
-
486
- export type GetApiExportValidationServiceExportValidationByIdData = {
487
- id: string;
488
- };
489
-
490
- export type GetApiExportValidationServiceExportValidationByIdResponse = UniRefund_ExportValidationService_ExportValidations_ExportValidationDto;
491
-
492
- export type PutApiExportValidationServiceExportValidationByIdData = {
493
- id: string;
494
- requestBody?: UniRefund_ExportValidationService_ExportValidations_UpdateExportValidationDto;
495
- };
496
-
497
- export type PutApiExportValidationServiceExportValidationByIdResponse = UniRefund_ExportValidationService_ExportValidations_ExportValidationDto;
498
-
499
- export type DeleteApiExportValidationServiceExportValidationByIdData = {
500
- id: string;
501
- };
502
-
503
- export type DeleteApiExportValidationServiceExportValidationByIdResponse = unknown;
504
-
505
- export type GetApiExportValidationServiceExportValidationByIdDetailData = {
506
- id: string;
507
- };
508
-
509
- export type GetApiExportValidationServiceExportValidationByIdDetailResponse = UniRefund_ExportValidationService_ExportValidations_ExportValidationDetailDto;
510
-
511
- export type $OpenApiTs = {
512
- '/api/abp/api-definition': {
513
- get: {
514
- req: GetApiAbpApiDefinitionData;
515
- res: {
516
- /**
517
- * Success
518
- */
519
- 200: Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
520
- /**
521
- * Bad Request
522
- */
523
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
524
- /**
525
- * Unauthorized
526
- */
527
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
528
- /**
529
- * Forbidden
530
- */
531
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
532
- /**
533
- * Not Found
534
- */
535
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
536
- /**
537
- * Server Error
538
- */
539
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
540
- /**
541
- * Server Error
542
- */
543
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
544
- };
545
- };
546
- };
547
- '/api/abp/application-configuration': {
548
- get: {
549
- req: GetApiAbpApplicationConfigurationData;
550
- res: {
551
- /**
552
- * Success
553
- */
554
- 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
555
- /**
556
- * Bad Request
557
- */
558
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
559
- /**
560
- * Unauthorized
561
- */
562
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
563
- /**
564
- * Forbidden
565
- */
566
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
567
- /**
568
- * Not Found
569
- */
570
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
571
- /**
572
- * Server Error
573
- */
574
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
575
- /**
576
- * Server Error
577
- */
578
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
579
- };
580
- };
581
- };
582
- '/api/abp/application-localization': {
583
- get: {
584
- req: GetApiAbpApplicationLocalizationData;
585
- res: {
586
- /**
587
- * Success
588
- */
589
- 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
590
- /**
591
- * Bad Request
592
- */
593
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
594
- /**
595
- * Unauthorized
596
- */
597
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
598
- /**
599
- * Forbidden
600
- */
601
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
602
- /**
603
- * Not Found
604
- */
605
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
606
- /**
607
- * Server Error
608
- */
609
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
610
- /**
611
- * Server Error
612
- */
613
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
614
- };
615
- };
616
- };
617
- '/api/export-validation-service/export-validation': {
618
- get: {
619
- req: GetApiExportValidationServiceExportValidationData;
620
- res: {
621
- /**
622
- * Success
623
- */
624
- 200: PagedResultDto_ExportValidationDto;
625
- /**
626
- * Bad Request
627
- */
628
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
629
- /**
630
- * Unauthorized
631
- */
632
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
633
- /**
634
- * Forbidden
635
- */
636
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
637
- /**
638
- * Not Found
639
- */
640
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
641
- /**
642
- * Server Error
643
- */
644
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
645
- /**
646
- * Server Error
647
- */
648
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
649
- };
650
- };
651
- post: {
652
- req: PostApiExportValidationServiceExportValidationData;
653
- res: {
654
- /**
655
- * Success
656
- */
657
- 200: UniRefund_ExportValidationService_ExportValidations_ExportValidationDto;
658
- /**
659
- * Bad Request
660
- */
661
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
662
- /**
663
- * Unauthorized
664
- */
665
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
666
- /**
667
- * Forbidden
668
- */
669
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
670
- /**
671
- * Not Found
672
- */
673
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
674
- /**
675
- * Server Error
676
- */
677
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
678
- /**
679
- * Server Error
680
- */
681
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
682
- };
683
- };
684
- };
685
- '/api/export-validation-service/export-validation/{id}': {
686
- get: {
687
- req: GetApiExportValidationServiceExportValidationByIdData;
688
- res: {
689
- /**
690
- * Success
691
- */
692
- 200: UniRefund_ExportValidationService_ExportValidations_ExportValidationDto;
693
- /**
694
- * Bad Request
695
- */
696
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
697
- /**
698
- * Unauthorized
699
- */
700
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
701
- /**
702
- * Forbidden
703
- */
704
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
705
- /**
706
- * Not Found
707
- */
708
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
709
- /**
710
- * Server Error
711
- */
712
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
713
- /**
714
- * Server Error
715
- */
716
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
717
- };
718
- };
719
- put: {
720
- req: PutApiExportValidationServiceExportValidationByIdData;
721
- res: {
722
- /**
723
- * Success
724
- */
725
- 200: UniRefund_ExportValidationService_ExportValidations_ExportValidationDto;
726
- /**
727
- * Bad Request
728
- */
729
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
730
- /**
731
- * Unauthorized
732
- */
733
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
734
- /**
735
- * Forbidden
736
- */
737
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
738
- /**
739
- * Not Found
740
- */
741
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
742
- /**
743
- * Server Error
744
- */
745
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
746
- /**
747
- * Server Error
748
- */
749
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
750
- };
751
- };
752
- delete: {
753
- req: DeleteApiExportValidationServiceExportValidationByIdData;
754
- res: {
755
- /**
756
- * Success
757
- */
758
- 200: unknown;
759
- /**
760
- * Bad Request
761
- */
762
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
763
- /**
764
- * Unauthorized
765
- */
766
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
767
- /**
768
- * Forbidden
769
- */
770
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
771
- /**
772
- * Not Found
773
- */
774
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
775
- /**
776
- * Server Error
777
- */
778
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
779
- /**
780
- * Server Error
781
- */
782
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
783
- };
784
- };
785
- };
786
- '/api/export-validation-service/export-validation/{id}/detail': {
787
- get: {
788
- req: GetApiExportValidationServiceExportValidationByIdDetailData;
789
- res: {
790
- /**
791
- * Success
792
- */
793
- 200: UniRefund_ExportValidationService_ExportValidations_ExportValidationDetailDto;
794
- /**
795
- * Bad Request
796
- */
797
- 400: Volo_Abp_Http_RemoteServiceErrorResponse;
798
- /**
799
- * Unauthorized
800
- */
801
- 401: Volo_Abp_Http_RemoteServiceErrorResponse;
802
- /**
803
- * Forbidden
804
- */
805
- 403: Volo_Abp_Http_RemoteServiceErrorResponse;
806
- /**
807
- * Not Found
808
- */
809
- 404: Volo_Abp_Http_RemoteServiceErrorResponse;
810
- /**
811
- * Server Error
812
- */
813
- 500: Volo_Abp_Http_RemoteServiceErrorResponse;
814
- /**
815
- * Server Error
816
- */
817
- 501: Volo_Abp_Http_RemoteServiceErrorResponse;
818
- };
819
- };
820
- };
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+
3
+ export type PagedResultDto_ExportValidationDto = {
4
+ items?: Array<UniRefund_ExportValidationService_ExportValidations_ExportValidationDto> | null;
5
+ totalCount?: number;
6
+ };
7
+
8
+ export type UniRefund_ExportValidationService_ExportValidations_CreateExportValidationDto = {
9
+ id?: string;
10
+ tagId?: string | null;
11
+ exportLocationId?: string;
12
+ referenceId?: string | null;
13
+ exportDate?: string | null;
14
+ status?: UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode;
15
+ stampType?: UniRefund_ExportValidationService_ExportValidations_StampTypeCode;
16
+ initialValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
17
+ finalValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
18
+ creatorId?: string | null;
19
+ };
20
+
21
+ export type UniRefund_ExportValidationService_ExportValidations_ExportValidationDetailDto = {
22
+ id?: string;
23
+ tagId?: string | null;
24
+ exportLocationId?: string;
25
+ referenceId?: string | null;
26
+ exportDate?: string;
27
+ status?: UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode;
28
+ stampType?: UniRefund_ExportValidationService_ExportValidations_StampTypeCode;
29
+ initialValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
30
+ finalValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
31
+ };
32
+
33
+ export type UniRefund_ExportValidationService_ExportValidations_ExportValidationDto = {
34
+ id?: string;
35
+ tagId?: string | null;
36
+ exportLocationId?: string;
37
+ referenceId?: string | null;
38
+ exportDate?: string;
39
+ status?: UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode;
40
+ stampType?: UniRefund_ExportValidationService_ExportValidations_StampTypeCode;
41
+ initialValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
42
+ finalValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
43
+ };
44
+
45
+ export type UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode = 'None' | 'Waiting' | 'Approved' | 'Rejected' | 'Expired';
46
+
47
+ export type UniRefund_ExportValidationService_ExportValidations_StampTypeCode = 'None' | 'Integration' | 'DigitalStamp';
48
+
49
+ export type UniRefund_ExportValidationService_ExportValidations_UpdateExportValidationDto = {
50
+ tagId?: string | null;
51
+ exportLocationId?: string;
52
+ referenceId?: string | null;
53
+ exportDate?: string;
54
+ status?: UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode;
55
+ stampType?: UniRefund_ExportValidationService_ExportValidations_StampTypeCode;
56
+ initialValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
57
+ finalValidationResult?: UniRefund_ExportValidationService_ExportValidations_ValidationResult;
58
+ };
59
+
60
+ export type UniRefund_ExportValidationService_ExportValidations_ValidationResult = 'None' | 'Green';
61
+
62
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto = {
63
+ grantedPolicies?: {
64
+ [key: string]: (boolean);
65
+ } | null;
66
+ };
67
+
68
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto = {
69
+ localization?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto;
70
+ auth?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationAuthConfigurationDto;
71
+ setting?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto;
72
+ currentUser?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto;
73
+ features?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto;
74
+ globalFeatures?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto;
75
+ multiTenancy?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto;
76
+ currentTenant?: Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto;
77
+ timing?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto;
78
+ clock?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto;
79
+ objectExtensions?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto;
80
+ extraProperties?: {
81
+ [key: string]: unknown;
82
+ } | null;
83
+ };
84
+
85
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationFeatureConfigurationDto = {
86
+ values?: {
87
+ [key: string]: (string | null);
88
+ } | null;
89
+ };
90
+
91
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationGlobalFeatureConfigurationDto = {
92
+ enabledFeatures?: Array<(string)> | null;
93
+ };
94
+
95
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationConfigurationDto = {
96
+ values?: {
97
+ [key: string]: {
98
+ [key: string]: (string);
99
+ };
100
+ } | null;
101
+ resources?: {
102
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
103
+ } | null;
104
+ languages?: Array<Volo_Abp_Localization_LanguageInfo> | null;
105
+ currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
106
+ defaultResourceName?: string | null;
107
+ languagesMap?: {
108
+ [key: string]: Array<Volo_Abp_NameValue>;
109
+ } | null;
110
+ languageFilesMap?: {
111
+ [key: string]: Array<Volo_Abp_NameValue>;
112
+ } | null;
113
+ };
114
+
115
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto = {
116
+ resources?: {
117
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto;
118
+ } | null;
119
+ currentCulture?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto;
120
+ };
121
+
122
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationResourceDto = {
123
+ texts?: {
124
+ [key: string]: (string);
125
+ } | null;
126
+ baseResources?: Array<(string)> | null;
127
+ };
128
+
129
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationSettingConfigurationDto = {
130
+ values?: {
131
+ [key: string]: (string | null);
132
+ } | null;
133
+ };
134
+
135
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ClockDto = {
136
+ kind?: string | null;
137
+ };
138
+
139
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDto = {
140
+ displayName?: string | null;
141
+ englishName?: string | null;
142
+ threeLetterIsoLanguageName?: string | null;
143
+ twoLetterIsoLanguageName?: string | null;
144
+ isRightToLeft?: boolean;
145
+ cultureName?: string | null;
146
+ name?: string | null;
147
+ nativeName?: string | null;
148
+ dateTimeFormat?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto;
149
+ };
150
+
151
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentUserDto = {
152
+ isAuthenticated?: boolean;
153
+ id?: string | null;
154
+ tenantId?: string | null;
155
+ impersonatorUserId?: string | null;
156
+ impersonatorTenantId?: string | null;
157
+ impersonatorUserName?: string | null;
158
+ impersonatorTenantName?: string | null;
159
+ userName?: string | null;
160
+ name?: string | null;
161
+ surName?: string | null;
162
+ email?: string | null;
163
+ emailVerified?: boolean;
164
+ phoneNumber?: string | null;
165
+ phoneNumberVerified?: boolean;
166
+ roles?: Array<(string)> | null;
167
+ sessionId?: string | null;
168
+ };
169
+
170
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_DateTimeFormatDto = {
171
+ calendarAlgorithmType?: string | null;
172
+ dateTimeFormatLong?: string | null;
173
+ shortDatePattern?: string | null;
174
+ fullDateTimePattern?: string | null;
175
+ dateSeparator?: string | null;
176
+ shortTimePattern?: string | null;
177
+ longTimePattern?: string | null;
178
+ };
179
+
180
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone = {
181
+ timeZoneName?: string | null;
182
+ };
183
+
184
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto = {
185
+ properties?: {
186
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto;
187
+ } | null;
188
+ configuration?: {
189
+ [key: string]: unknown;
190
+ } | null;
191
+ };
192
+
193
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto = {
194
+ fields?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto> | null;
195
+ localizationResource?: string | null;
196
+ };
197
+
198
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumFieldDto = {
199
+ name?: string | null;
200
+ value?: unknown;
201
+ };
202
+
203
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto = {
204
+ isAvailable?: boolean;
205
+ };
206
+
207
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto = {
208
+ onGet?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto;
209
+ onCreate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiCreateDto;
210
+ onUpdate?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto;
211
+ };
212
+
213
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiGetDto = {
214
+ isAvailable?: boolean;
215
+ };
216
+
217
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiUpdateDto = {
218
+ isAvailable?: boolean;
219
+ };
220
+
221
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto = {
222
+ typeSimple?: string | null;
223
+ config?: {
224
+ [key: string]: unknown;
225
+ } | null;
226
+ };
227
+
228
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyDto = {
229
+ type?: string | null;
230
+ typeSimple?: string | null;
231
+ displayName?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto;
232
+ api?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyApiDto;
233
+ ui?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto;
234
+ attributes?: Array<Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyAttributeDto> | null;
235
+ configuration?: {
236
+ [key: string]: unknown;
237
+ } | null;
238
+ defaultValue?: unknown;
239
+ };
240
+
241
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiDto = {
242
+ onTable?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto;
243
+ onCreateForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
244
+ onEditForm?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto;
245
+ lookup?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto;
246
+ };
247
+
248
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiFormDto = {
249
+ isVisible?: boolean;
250
+ };
251
+
252
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiLookupDto = {
253
+ url?: string | null;
254
+ resultListPropertyName?: string | null;
255
+ displayPropertyName?: string | null;
256
+ valuePropertyName?: string | null;
257
+ filterParamName?: string | null;
258
+ };
259
+
260
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionPropertyUiTableDto = {
261
+ isVisible?: boolean;
262
+ };
263
+
264
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_LocalizableStringDto = {
265
+ name?: string | null;
266
+ resource?: string | null;
267
+ };
268
+
269
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto = {
270
+ entities?: {
271
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_EntityExtensionDto;
272
+ } | null;
273
+ configuration?: {
274
+ [key: string]: unknown;
275
+ } | null;
276
+ };
277
+
278
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ObjectExtensionsDto = {
279
+ modules?: {
280
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ModuleExtensionDto;
281
+ } | null;
282
+ enums?: {
283
+ [key: string]: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_ExtensionEnumDto;
284
+ } | null;
285
+ };
286
+
287
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
288
+ iana?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_IanaTimeZone;
289
+ windows?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone;
290
+ };
291
+
292
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
293
+ timeZone?: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone;
294
+ };
295
+
296
+ export type Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_WindowsTimeZone = {
297
+ timeZoneId?: string | null;
298
+ };
299
+
300
+ export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_CurrentTenantDto = {
301
+ id?: string | null;
302
+ name?: string | null;
303
+ isAvailable?: boolean;
304
+ };
305
+
306
+ export type Volo_Abp_AspNetCore_Mvc_MultiTenancy_MultiTenancyInfoDto = {
307
+ isEnabled?: boolean;
308
+ };
309
+
310
+ export type Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
311
+ uniqueName?: string | null;
312
+ name?: string | null;
313
+ httpMethod?: string | null;
314
+ url?: string | null;
315
+ supportedVersions?: Array<(string)> | null;
316
+ parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
317
+ parameters?: Array<Volo_Abp_Http_Modeling_ParameterApiDescriptionModel> | null;
318
+ returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
319
+ allowAnonymous?: boolean | null;
320
+ implementFrom?: string | null;
321
+ };
322
+
323
+ export type Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
324
+ modules?: {
325
+ [key: string]: Volo_Abp_Http_Modeling_ModuleApiDescriptionModel;
326
+ } | null;
327
+ types?: {
328
+ [key: string]: Volo_Abp_Http_Modeling_TypeApiDescriptionModel;
329
+ } | null;
330
+ };
331
+
332
+ export type Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
333
+ controllerName?: string | null;
334
+ controllerGroupName?: string | null;
335
+ isRemoteService?: boolean;
336
+ isIntegrationService?: boolean;
337
+ apiVersion?: string | null;
338
+ type?: string | null;
339
+ interfaces?: Array<Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel> | null;
340
+ actions?: {
341
+ [key: string]: Volo_Abp_Http_Modeling_ActionApiDescriptionModel;
342
+ } | null;
343
+ };
344
+
345
+ export type Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
346
+ type?: string | null;
347
+ name?: string | null;
348
+ methods?: Array<Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel> | null;
349
+ };
350
+
351
+ export type Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
352
+ name?: string | null;
353
+ parametersOnMethod?: Array<Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel> | null;
354
+ returnValue?: Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel;
355
+ };
356
+
357
+ export type Volo_Abp_Http_Modeling_MethodParameterApiDescriptionModel = {
358
+ name?: string | null;
359
+ typeAsString?: string | null;
360
+ type?: string | null;
361
+ typeSimple?: string | null;
362
+ isOptional?: boolean;
363
+ defaultValue?: unknown;
364
+ };
365
+
366
+ export type Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
367
+ rootPath?: string | null;
368
+ remoteServiceName?: string | null;
369
+ controllers?: {
370
+ [key: string]: Volo_Abp_Http_Modeling_ControllerApiDescriptionModel;
371
+ } | null;
372
+ };
373
+
374
+ export type Volo_Abp_Http_Modeling_ParameterApiDescriptionModel = {
375
+ nameOnMethod?: string | null;
376
+ name?: string | null;
377
+ jsonName?: string | null;
378
+ type?: string | null;
379
+ typeSimple?: string | null;
380
+ isOptional?: boolean;
381
+ defaultValue?: unknown;
382
+ constraintTypes?: Array<(string)> | null;
383
+ bindingSourceId?: string | null;
384
+ descriptorName?: string | null;
385
+ };
386
+
387
+ export type Volo_Abp_Http_Modeling_PropertyApiDescriptionModel = {
388
+ name?: string | null;
389
+ jsonName?: string | null;
390
+ type?: string | null;
391
+ typeSimple?: string | null;
392
+ isRequired?: boolean;
393
+ minLength?: number | null;
394
+ maxLength?: number | null;
395
+ minimum?: string | null;
396
+ maximum?: string | null;
397
+ regex?: string | null;
398
+ };
399
+
400
+ export type Volo_Abp_Http_Modeling_ReturnValueApiDescriptionModel = {
401
+ type?: string | null;
402
+ typeSimple?: string | null;
403
+ };
404
+
405
+ export type Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
406
+ baseType?: string | null;
407
+ isEnum?: boolean;
408
+ enumNames?: Array<(string)> | null;
409
+ enumValues?: Array<unknown> | null;
410
+ genericArguments?: Array<(string)> | null;
411
+ properties?: Array<Volo_Abp_Http_Modeling_PropertyApiDescriptionModel> | null;
412
+ };
413
+
414
+ export type Volo_Abp_Http_RemoteServiceErrorInfo = {
415
+ code?: string | null;
416
+ message?: string | null;
417
+ details?: string | null;
418
+ data?: {
419
+ [key: string]: unknown;
420
+ } | null;
421
+ validationErrors?: Array<Volo_Abp_Http_RemoteServiceValidationErrorInfo> | null;
422
+ };
423
+
424
+ export type Volo_Abp_Http_RemoteServiceErrorResponse = {
425
+ error?: Volo_Abp_Http_RemoteServiceErrorInfo;
426
+ };
427
+
428
+ export type Volo_Abp_Http_RemoteServiceValidationErrorInfo = {
429
+ message?: string | null;
430
+ members?: Array<(string)> | null;
431
+ };
432
+
433
+ export type Volo_Abp_Localization_LanguageInfo = {
434
+ cultureName?: string | null;
435
+ uiCultureName?: string | null;
436
+ displayName?: string | null;
437
+ readonly twoLetterISOLanguageName?: string | null;
438
+ };
439
+
440
+ export type Volo_Abp_NameValue = {
441
+ name?: string | null;
442
+ value?: string | null;
443
+ };
444
+
445
+ export type GetApiAbpApiDefinitionData = {
446
+ includeTypes?: boolean;
447
+ };
448
+
449
+ export type GetApiAbpApiDefinitionResponse = Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
450
+
451
+ export type GetApiAbpApplicationConfigurationData = {
452
+ includeLocalizationResources?: boolean;
453
+ };
454
+
455
+ export type GetApiAbpApplicationConfigurationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
456
+
457
+ export type GetApiAbpApplicationLocalizationData = {
458
+ cultureName: string;
459
+ onlyDynamics?: boolean;
460
+ };
461
+
462
+ export type GetApiAbpApplicationLocalizationResponse = Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
463
+
464
+ export type GetApiExportValidationServiceExportValidationData = {
465
+ exportEndDate?: string;
466
+ exportStartDate?: string;
467
+ maxResultCount?: number;
468
+ referenceId?: string;
469
+ skipCount?: number;
470
+ sorting?: string;
471
+ stampTypeCodes?: Array<UniRefund_ExportValidationService_ExportValidations_StampTypeCode>;
472
+ statuses?: Array<UniRefund_ExportValidationService_ExportValidations_ExportValidationStatusCode>;
473
+ tagIds?: Array<(string)>;
474
+ };
475
+
476
+ export type GetApiExportValidationServiceExportValidationResponse = PagedResultDto_ExportValidationDto;
477
+
478
+ export type PostApiExportValidationServiceExportValidationData = {
479
+ requestBody?: UniRefund_ExportValidationService_ExportValidations_CreateExportValidationDto;
480
+ };
481
+
482
+ export type PostApiExportValidationServiceExportValidationResponse = UniRefund_ExportValidationService_ExportValidations_ExportValidationDto;
483
+
484
+ export type GetApiExportValidationServiceExportValidationByIdData = {
485
+ id: string;
486
+ };
487
+
488
+ export type GetApiExportValidationServiceExportValidationByIdResponse = UniRefund_ExportValidationService_ExportValidations_ExportValidationDto;
489
+
490
+ export type PutApiExportValidationServiceExportValidationByIdData = {
491
+ id: string;
492
+ requestBody?: UniRefund_ExportValidationService_ExportValidations_UpdateExportValidationDto;
493
+ };
494
+
495
+ export type PutApiExportValidationServiceExportValidationByIdResponse = UniRefund_ExportValidationService_ExportValidations_ExportValidationDto;
496
+
497
+ export type DeleteApiExportValidationServiceExportValidationByIdData = {
498
+ id: string;
499
+ };
500
+
501
+ export type DeleteApiExportValidationServiceExportValidationByIdResponse = unknown;
502
+
503
+ export type GetApiExportValidationServiceExportValidationByIdDetailData = {
504
+ id: string;
505
+ };
506
+
507
+ export type GetApiExportValidationServiceExportValidationByIdDetailResponse = UniRefund_ExportValidationService_ExportValidations_ExportValidationDetailDto;
508
+
509
+ export type $OpenApiTs = {
510
+ '/api/abp/api-definition': {
511
+ get: {
512
+ req: GetApiAbpApiDefinitionData;
513
+ res: {
514
+ /**
515
+ * Success
516
+ */
517
+ 200: Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel;
518
+ /**
519
+ * Bad Request
520
+ */
521
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
522
+ /**
523
+ * Unauthorized
524
+ */
525
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
526
+ /**
527
+ * Forbidden
528
+ */
529
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
530
+ /**
531
+ * Not Found
532
+ */
533
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
534
+ /**
535
+ * Server Error
536
+ */
537
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
538
+ /**
539
+ * Server Error
540
+ */
541
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
542
+ };
543
+ };
544
+ };
545
+ '/api/abp/application-configuration': {
546
+ get: {
547
+ req: GetApiAbpApplicationConfigurationData;
548
+ res: {
549
+ /**
550
+ * Success
551
+ */
552
+ 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfigurationDto;
553
+ /**
554
+ * Bad Request
555
+ */
556
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
557
+ /**
558
+ * Unauthorized
559
+ */
560
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
561
+ /**
562
+ * Forbidden
563
+ */
564
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
565
+ /**
566
+ * Not Found
567
+ */
568
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
569
+ /**
570
+ * Server Error
571
+ */
572
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
573
+ /**
574
+ * Server Error
575
+ */
576
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
577
+ };
578
+ };
579
+ };
580
+ '/api/abp/application-localization': {
581
+ get: {
582
+ req: GetApiAbpApplicationLocalizationData;
583
+ res: {
584
+ /**
585
+ * Success
586
+ */
587
+ 200: Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocalizationDto;
588
+ /**
589
+ * Bad Request
590
+ */
591
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
592
+ /**
593
+ * Unauthorized
594
+ */
595
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
596
+ /**
597
+ * Forbidden
598
+ */
599
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
600
+ /**
601
+ * Not Found
602
+ */
603
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
604
+ /**
605
+ * Server Error
606
+ */
607
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
608
+ /**
609
+ * Server Error
610
+ */
611
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
612
+ };
613
+ };
614
+ };
615
+ '/api/export-validation-service/export-validation': {
616
+ get: {
617
+ req: GetApiExportValidationServiceExportValidationData;
618
+ res: {
619
+ /**
620
+ * Success
621
+ */
622
+ 200: PagedResultDto_ExportValidationDto;
623
+ /**
624
+ * Bad Request
625
+ */
626
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
627
+ /**
628
+ * Unauthorized
629
+ */
630
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
631
+ /**
632
+ * Forbidden
633
+ */
634
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
635
+ /**
636
+ * Not Found
637
+ */
638
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
639
+ /**
640
+ * Server Error
641
+ */
642
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
643
+ /**
644
+ * Server Error
645
+ */
646
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
647
+ };
648
+ };
649
+ post: {
650
+ req: PostApiExportValidationServiceExportValidationData;
651
+ res: {
652
+ /**
653
+ * Success
654
+ */
655
+ 200: UniRefund_ExportValidationService_ExportValidations_ExportValidationDto;
656
+ /**
657
+ * Bad Request
658
+ */
659
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
660
+ /**
661
+ * Unauthorized
662
+ */
663
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
664
+ /**
665
+ * Forbidden
666
+ */
667
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
668
+ /**
669
+ * Not Found
670
+ */
671
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
672
+ /**
673
+ * Server Error
674
+ */
675
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
676
+ /**
677
+ * Server Error
678
+ */
679
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
680
+ };
681
+ };
682
+ };
683
+ '/api/export-validation-service/export-validation/{id}': {
684
+ get: {
685
+ req: GetApiExportValidationServiceExportValidationByIdData;
686
+ res: {
687
+ /**
688
+ * Success
689
+ */
690
+ 200: UniRefund_ExportValidationService_ExportValidations_ExportValidationDto;
691
+ /**
692
+ * Bad Request
693
+ */
694
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
695
+ /**
696
+ * Unauthorized
697
+ */
698
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
699
+ /**
700
+ * Forbidden
701
+ */
702
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
703
+ /**
704
+ * Not Found
705
+ */
706
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
707
+ /**
708
+ * Server Error
709
+ */
710
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
711
+ /**
712
+ * Server Error
713
+ */
714
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
715
+ };
716
+ };
717
+ put: {
718
+ req: PutApiExportValidationServiceExportValidationByIdData;
719
+ res: {
720
+ /**
721
+ * Success
722
+ */
723
+ 200: UniRefund_ExportValidationService_ExportValidations_ExportValidationDto;
724
+ /**
725
+ * Bad Request
726
+ */
727
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
728
+ /**
729
+ * Unauthorized
730
+ */
731
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
732
+ /**
733
+ * Forbidden
734
+ */
735
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
736
+ /**
737
+ * Not Found
738
+ */
739
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
740
+ /**
741
+ * Server Error
742
+ */
743
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
744
+ /**
745
+ * Server Error
746
+ */
747
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
748
+ };
749
+ };
750
+ delete: {
751
+ req: DeleteApiExportValidationServiceExportValidationByIdData;
752
+ res: {
753
+ /**
754
+ * Success
755
+ */
756
+ 200: unknown;
757
+ /**
758
+ * Bad Request
759
+ */
760
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
761
+ /**
762
+ * Unauthorized
763
+ */
764
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
765
+ /**
766
+ * Forbidden
767
+ */
768
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
769
+ /**
770
+ * Not Found
771
+ */
772
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
773
+ /**
774
+ * Server Error
775
+ */
776
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
777
+ /**
778
+ * Server Error
779
+ */
780
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
781
+ };
782
+ };
783
+ };
784
+ '/api/export-validation-service/export-validation/{id}/detail': {
785
+ get: {
786
+ req: GetApiExportValidationServiceExportValidationByIdDetailData;
787
+ res: {
788
+ /**
789
+ * Success
790
+ */
791
+ 200: UniRefund_ExportValidationService_ExportValidations_ExportValidationDetailDto;
792
+ /**
793
+ * Bad Request
794
+ */
795
+ 400: Volo_Abp_Http_RemoteServiceErrorResponse;
796
+ /**
797
+ * Unauthorized
798
+ */
799
+ 401: Volo_Abp_Http_RemoteServiceErrorResponse;
800
+ /**
801
+ * Forbidden
802
+ */
803
+ 403: Volo_Abp_Http_RemoteServiceErrorResponse;
804
+ /**
805
+ * Not Found
806
+ */
807
+ 404: Volo_Abp_Http_RemoteServiceErrorResponse;
808
+ /**
809
+ * Server Error
810
+ */
811
+ 500: Volo_Abp_Http_RemoteServiceErrorResponse;
812
+ /**
813
+ * Server Error
814
+ */
815
+ 501: Volo_Abp_Http_RemoteServiceErrorResponse;
816
+ };
817
+ };
818
+ };
821
819
  };