@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.
- package/CRMService/schemas.gen.ts +18542 -18542
- package/CRMService/services.gen.ts +2636 -2636
- package/CRMService/types.gen.ts +5238 -5238
- package/ExportValidationService/schemas.gen.ts +3998 -4073
- package/ExportValidationService/services.gen.ts +260 -248
- package/ExportValidationService/types.gen.ts +818 -820
- package/TagService/schemas.gen.ts +5014 -5014
- package/TagService/services.gen.ts +310 -310
- package/TagService/types.gen.ts +990 -990
- package/package.json +1 -1
|
@@ -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
|
-
|
|
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
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
};
|
|
67
|
-
|
|
68
|
-
export type
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
};
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
};
|
|
220
|
-
|
|
221
|
-
export type
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
typeSimple?: string | null;
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
};
|
|
259
|
-
|
|
260
|
-
export type
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
};
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
};
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
};
|
|
299
|
-
|
|
300
|
-
export type
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
};
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
type?: string | null;
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
};
|
|
373
|
-
|
|
374
|
-
export type
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
};
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
export type
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
export type
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
export type
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
export type
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
export type
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
export type
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
export type
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
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
|
};
|