@ayasofyazilim/saas 0.0.10 → 0.0.12

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,12 +1,44 @@
1
1
  // This file is auto-generated by @hey-api/openapi-ts
2
2
 
3
- export const $AbpForDeploy_ProjectService_ProjectSectionRelations_CreateProjectSectionRelationDto = {
3
+ export const $AbpForDeploy_ProjectService_ProjectSectionRelations_CreateUpdateProjectSectionRelationDto = {
4
4
  type: 'object',
5
5
  properties: {
6
6
  id: {
7
7
  type: 'string',
8
8
  format: 'uuid'
9
9
  },
10
+ creationTime: {
11
+ type: 'string',
12
+ format: 'date-time'
13
+ },
14
+ creatorId: {
15
+ type: 'string',
16
+ format: 'uuid',
17
+ nullable: true
18
+ },
19
+ lastModificationTime: {
20
+ type: 'string',
21
+ format: 'date-time',
22
+ nullable: true
23
+ },
24
+ lastModifierId: {
25
+ type: 'string',
26
+ format: 'uuid',
27
+ nullable: true
28
+ },
29
+ isDeleted: {
30
+ type: 'boolean'
31
+ },
32
+ deleterId: {
33
+ type: 'string',
34
+ format: 'uuid',
35
+ nullable: true
36
+ },
37
+ deletionTime: {
38
+ type: 'string',
39
+ format: 'date-time',
40
+ nullable: true
41
+ },
10
42
  projectId: {
11
43
  type: 'string',
12
44
  format: 'uuid'
@@ -30,28 +62,37 @@ export const $AbpForDeploy_ProjectService_ProjectSectionRelations_ProjectSection
30
62
  type: 'string',
31
63
  format: 'uuid'
32
64
  },
33
- projectId: {
65
+ creationTime: {
34
66
  type: 'string',
35
- format: 'uuid'
67
+ format: 'date-time'
36
68
  },
37
- projectSectionId: {
69
+ creatorId: {
38
70
  type: 'string',
39
- format: 'uuid'
71
+ format: 'uuid',
72
+ nullable: true
40
73
  },
41
- value: {
74
+ lastModificationTime: {
42
75
  type: 'string',
76
+ format: 'date-time',
43
77
  nullable: true
44
- }
45
- },
46
- additionalProperties: false
47
- } as const;
48
-
49
- export const $AbpForDeploy_ProjectService_ProjectSectionRelations_UpdateProjectSectionRelationDto = {
50
- type: 'object',
51
- properties: {
52
- id: {
78
+ },
79
+ lastModifierId: {
53
80
  type: 'string',
54
- format: 'uuid'
81
+ format: 'uuid',
82
+ nullable: true
83
+ },
84
+ isDeleted: {
85
+ type: 'boolean'
86
+ },
87
+ deleterId: {
88
+ type: 'string',
89
+ format: 'uuid',
90
+ nullable: true
91
+ },
92
+ deletionTime: {
93
+ type: 'string',
94
+ format: 'date-time',
95
+ nullable: true
55
96
  },
56
97
  projectId: {
57
98
  type: 'string',
@@ -69,13 +110,45 @@ export const $AbpForDeploy_ProjectService_ProjectSectionRelations_UpdateProjectS
69
110
  additionalProperties: false
70
111
  } as const;
71
112
 
72
- export const $AbpForDeploy_ProjectService_ProjectSections_CreateProjectSectionDto = {
113
+ export const $AbpForDeploy_ProjectService_ProjectSections_CreateUpdateProjectSectionDto = {
73
114
  type: 'object',
74
115
  properties: {
75
116
  id: {
76
117
  type: 'string',
77
118
  format: 'uuid'
78
119
  },
120
+ creationTime: {
121
+ type: 'string',
122
+ format: 'date-time'
123
+ },
124
+ creatorId: {
125
+ type: 'string',
126
+ format: 'uuid',
127
+ nullable: true
128
+ },
129
+ lastModificationTime: {
130
+ type: 'string',
131
+ format: 'date-time',
132
+ nullable: true
133
+ },
134
+ lastModifierId: {
135
+ type: 'string',
136
+ format: 'uuid',
137
+ nullable: true
138
+ },
139
+ isDeleted: {
140
+ type: 'boolean'
141
+ },
142
+ deleterId: {
143
+ type: 'string',
144
+ format: 'uuid',
145
+ nullable: true
146
+ },
147
+ deletionTime: {
148
+ type: 'string',
149
+ format: 'date-time',
150
+ nullable: true
151
+ },
79
152
  name: {
80
153
  type: 'string',
81
154
  nullable: true
@@ -90,27 +163,44 @@ export const $AbpForDeploy_ProjectService_ProjectSections_CreateProjectSectionDt
90
163
  additionalProperties: false
91
164
  } as const;
92
165
 
93
- export const $AbpForDeploy_ProjectService_ProjectSections_ProjectSectionDetailDto = {
166
+ export const $AbpForDeploy_ProjectService_ProjectSections_ProjectSectionDto = {
94
167
  type: 'object',
95
168
  properties: {
96
- name: {
169
+ id: {
170
+ type: 'string',
171
+ format: 'uuid'
172
+ },
173
+ creationTime: {
174
+ type: 'string',
175
+ format: 'date-time'
176
+ },
177
+ creatorId: {
97
178
  type: 'string',
179
+ format: 'uuid',
98
180
  nullable: true
99
181
  },
100
- value: {
182
+ lastModificationTime: {
101
183
  type: 'string',
184
+ format: 'date-time',
102
185
  nullable: true
103
- }
104
- },
105
- additionalProperties: false
106
- } as const;
107
-
108
- export const $AbpForDeploy_ProjectService_ProjectSections_ProjectSectionDto = {
109
- type: 'object',
110
- properties: {
111
- id: {
186
+ },
187
+ lastModifierId: {
112
188
  type: 'string',
113
- format: 'uuid'
189
+ format: 'uuid',
190
+ nullable: true
191
+ },
192
+ isDeleted: {
193
+ type: 'boolean'
194
+ },
195
+ deleterId: {
196
+ type: 'string',
197
+ format: 'uuid',
198
+ nullable: true
199
+ },
200
+ deletionTime: {
201
+ type: 'string',
202
+ format: 'date-time',
203
+ nullable: true
114
204
  },
115
205
  name: {
116
206
  type: 'string',
@@ -126,18 +216,24 @@ export const $AbpForDeploy_ProjectService_ProjectSections_ProjectSectionDto = {
126
216
  additionalProperties: false
127
217
  } as const;
128
218
 
129
- export const $AbpForDeploy_ProjectService_ProjectSections_UpdateProjectSectionDto = {
219
+ export const $AbpForDeploy_ProjectService_ProjectSections_ProjectSectionRelationDetailDto = {
130
220
  type: 'object',
131
221
  properties: {
222
+ id: {
223
+ type: 'string',
224
+ format: 'uuid'
225
+ },
226
+ sectionId: {
227
+ type: 'string',
228
+ format: 'uuid'
229
+ },
132
230
  name: {
133
231
  type: 'string',
134
232
  nullable: true
135
233
  },
136
- isDefault: {
137
- type: 'boolean'
138
- },
139
- isOptional: {
140
- type: 'boolean'
234
+ value: {
235
+ type: 'string',
236
+ nullable: true
141
237
  }
142
238
  },
143
239
  additionalProperties: false
@@ -150,6 +246,38 @@ export const $AbpForDeploy_ProjectService_Projects_ProjectDto = {
150
246
  type: 'string',
151
247
  format: 'uuid'
152
248
  },
249
+ creationTime: {
250
+ type: 'string',
251
+ format: 'date-time'
252
+ },
253
+ creatorId: {
254
+ type: 'string',
255
+ format: 'uuid',
256
+ nullable: true
257
+ },
258
+ lastModificationTime: {
259
+ type: 'string',
260
+ format: 'date-time',
261
+ nullable: true
262
+ },
263
+ lastModifierId: {
264
+ type: 'string',
265
+ format: 'uuid',
266
+ nullable: true
267
+ },
268
+ isDeleted: {
269
+ type: 'boolean'
270
+ },
271
+ deleterId: {
272
+ type: 'string',
273
+ format: 'uuid',
274
+ nullable: true
275
+ },
276
+ deletionTime: {
277
+ type: 'string',
278
+ format: 'date-time',
279
+ nullable: true
280
+ },
153
281
  projectName: {
154
282
  type: 'string',
155
283
  nullable: true
@@ -197,91 +325,78 @@ export const $AbpForDeploy_ProjectService_Projects_ProjectDto = {
197
325
  type: 'string',
198
326
  format: 'date-time'
199
327
  },
200
- projectSectionRelations: {
328
+ organizationId: {
329
+ type: 'string',
330
+ format: 'uuid'
331
+ },
332
+ projectSectionRelationDetails: {
201
333
  type: 'array',
202
334
  items: {
203
- '$ref': '#/components/schemas/AbpForDeploy.ProjectService.ProjectSections.ProjectSectionDetailDto'
335
+ type: 'object',
336
+ properties: {
337
+ id: {
338
+ type: 'string',
339
+ format: 'uuid'
340
+ },
341
+ sectionId: {
342
+ type: 'string',
343
+ format: 'uuid'
344
+ },
345
+ name: {
346
+ type: 'string',
347
+ nullable: true
348
+ },
349
+ value: {
350
+ type: 'string',
351
+ nullable: true
352
+ }
353
+ },
354
+ additionalProperties: false
204
355
  },
205
356
  nullable: true
206
- },
207
- organizationId: {
208
- type: 'string',
209
- format: 'uuid'
210
357
  }
211
358
  },
212
359
  additionalProperties: false
213
360
  } as const;
214
361
 
215
- export const $AbpForDeploy_ProjectService_ProjectsDto_CreateProjectDto = {
362
+ export const $AbpForDeploy_ProjectService_ProjectsDto_CreateUpdateProjectDto = {
216
363
  type: 'object',
217
364
  properties: {
218
365
  id: {
219
366
  type: 'string',
220
367
  format: 'uuid'
221
368
  },
222
- projectName: {
369
+ creationTime: {
223
370
  type: 'string',
224
- nullable: true
371
+ format: 'date-time'
225
372
  },
226
- projectDefinition: {
373
+ creatorId: {
227
374
  type: 'string',
375
+ format: 'uuid',
228
376
  nullable: true
229
377
  },
230
- cashValue: {
231
- type: 'integer',
232
- format: 'int64'
233
- },
234
- additionalFundRate: {
378
+ lastModificationTime: {
235
379
  type: 'string',
380
+ format: 'date-time',
236
381
  nullable: true
237
382
  },
238
- qualifiedFundRate: {
383
+ lastModifierId: {
239
384
  type: 'string',
385
+ format: 'uuid',
240
386
  nullable: true
241
387
  },
242
- fundNominalAmount: {
243
- type: 'integer',
244
- format: 'int64'
245
- },
246
- fundableAmount: {
247
- type: 'integer',
248
- format: 'int64'
249
- },
250
- overFunding: {
251
- type: 'string'
388
+ isDeleted: {
389
+ type: 'boolean'
252
390
  },
253
- privilege: {
391
+ deleterId: {
254
392
  type: 'string',
393
+ format: 'uuid',
255
394
  nullable: true
256
395
  },
257
- projectStartDate: {
258
- type: 'string',
259
- format: 'date-time'
260
- },
261
- projectEndDate: {
262
- type: 'string',
263
- format: 'date-time'
264
- },
265
- organizationId: {
266
- type: 'string',
267
- format: 'uuid'
268
- },
269
- fundCollectionType: {
270
- maxLength: 4,
271
- minLength: 0,
396
+ deletionTime: {
272
397
  type: 'string',
398
+ format: 'date-time',
273
399
  nullable: true
274
- }
275
- },
276
- additionalProperties: false
277
- } as const;
278
-
279
- export const $AbpForDeploy_ProjectService_ProjectsDto_UpdateProjectDto = {
280
- type: 'object',
281
- properties: {
282
- id: {
283
- type: 'string',
284
- format: 'uuid'
285
400
  },
286
401
  projectName: {
287
402
  type: 'string',
@@ -326,30 +441,13 @@ export const $AbpForDeploy_ProjectService_ProjectsDto_UpdateProjectDto = {
326
441
  type: 'string',
327
442
  format: 'date-time'
328
443
  },
329
- organizationId: {
444
+ fundCollectionType: {
330
445
  type: 'string',
331
- format: 'uuid'
446
+ nullable: true
332
447
  },
333
- projectId: {
448
+ organizationId: {
334
449
  type: 'string',
335
450
  format: 'uuid'
336
- },
337
- fundCollectType: {
338
- maxLength: 4,
339
- minLength: 0,
340
- type: 'string',
341
- nullable: true
342
- }
343
- },
344
- additionalProperties: false
345
- } as const;
346
-
347
- export const $AbpForDeploy_ProjectService_Samples_SampleDto = {
348
- type: 'object',
349
- properties: {
350
- value: {
351
- type: 'integer',
352
- format: 'int32'
353
451
  }
354
452
  },
355
453
  additionalProperties: false
@@ -361,7 +459,58 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__AbpForDeploy_ProjectSe
361
459
  items: {
362
460
  type: 'array',
363
461
  items: {
364
- '$ref': '#/components/schemas/AbpForDeploy.ProjectService.ProjectSectionRelations.ProjectSectionRelationDto'
462
+ type: 'object',
463
+ properties: {
464
+ id: {
465
+ type: 'string',
466
+ format: 'uuid'
467
+ },
468
+ creationTime: {
469
+ type: 'string',
470
+ format: 'date-time'
471
+ },
472
+ creatorId: {
473
+ type: 'string',
474
+ format: 'uuid',
475
+ nullable: true
476
+ },
477
+ lastModificationTime: {
478
+ type: 'string',
479
+ format: 'date-time',
480
+ nullable: true
481
+ },
482
+ lastModifierId: {
483
+ type: 'string',
484
+ format: 'uuid',
485
+ nullable: true
486
+ },
487
+ isDeleted: {
488
+ type: 'boolean'
489
+ },
490
+ deleterId: {
491
+ type: 'string',
492
+ format: 'uuid',
493
+ nullable: true
494
+ },
495
+ deletionTime: {
496
+ type: 'string',
497
+ format: 'date-time',
498
+ nullable: true
499
+ },
500
+ projectId: {
501
+ type: 'string',
502
+ format: 'uuid'
503
+ },
504
+ projectSectionId: {
505
+ type: 'string',
506
+ format: 'uuid'
507
+ },
508
+ value: {
509
+ type: 'string',
510
+ nullable: true
511
+ }
512
+ },
513
+ additionalProperties: false
365
514
  },
366
515
  nullable: true
367
516
  },
@@ -379,7 +528,56 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__AbpForDeploy_ProjectSe
379
528
  items: {
380
529
  type: 'array',
381
530
  items: {
382
- '$ref': '#/components/schemas/AbpForDeploy.ProjectService.ProjectSections.ProjectSectionDto'
531
+ type: 'object',
532
+ properties: {
533
+ id: {
534
+ type: 'string',
535
+ format: 'uuid'
536
+ },
537
+ creationTime: {
538
+ type: 'string',
539
+ format: 'date-time'
540
+ },
541
+ creatorId: {
542
+ type: 'string',
543
+ format: 'uuid',
544
+ nullable: true
545
+ },
546
+ lastModificationTime: {
547
+ type: 'string',
548
+ format: 'date-time',
549
+ nullable: true
550
+ },
551
+ lastModifierId: {
552
+ type: 'string',
553
+ format: 'uuid',
554
+ nullable: true
555
+ },
556
+ isDeleted: {
557
+ type: 'boolean'
558
+ },
559
+ deleterId: {
560
+ type: 'string',
561
+ format: 'uuid',
562
+ nullable: true
563
+ },
564
+ deletionTime: {
565
+ type: 'string',
566
+ format: 'date-time',
567
+ nullable: true
568
+ },
569
+ name: {
570
+ type: 'string',
571
+ nullable: true
572
+ },
573
+ isDefault: {
574
+ type: 'boolean'
575
+ },
576
+ isOptional: {
577
+ type: 'boolean'
578
+ }
579
+ },
580
+ additionalProperties: false
383
581
  },
384
582
  nullable: true
385
583
  },
@@ -397,7 +595,123 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__AbpForDeploy_ProjectSe
397
595
  items: {
398
596
  type: 'array',
399
597
  items: {
400
- '$ref': '#/components/schemas/AbpForDeploy.ProjectService.Projects.ProjectDto'
598
+ type: 'object',
599
+ properties: {
600
+ id: {
601
+ type: 'string',
602
+ format: 'uuid'
603
+ },
604
+ creationTime: {
605
+ type: 'string',
606
+ format: 'date-time'
607
+ },
608
+ creatorId: {
609
+ type: 'string',
610
+ format: 'uuid',
611
+ nullable: true
612
+ },
613
+ lastModificationTime: {
614
+ type: 'string',
615
+ format: 'date-time',
616
+ nullable: true
617
+ },
618
+ lastModifierId: {
619
+ type: 'string',
620
+ format: 'uuid',
621
+ nullable: true
622
+ },
623
+ isDeleted: {
624
+ type: 'boolean'
625
+ },
626
+ deleterId: {
627
+ type: 'string',
628
+ format: 'uuid',
629
+ nullable: true
630
+ },
631
+ deletionTime: {
632
+ type: 'string',
633
+ format: 'date-time',
634
+ nullable: true
635
+ },
636
+ projectName: {
637
+ type: 'string',
638
+ nullable: true
639
+ },
640
+ projectDefinition: {
641
+ type: 'string',
642
+ nullable: true
643
+ },
644
+ cashValue: {
645
+ type: 'integer',
646
+ format: 'int64'
647
+ },
648
+ fundCollectionType: {
649
+ type: 'string',
650
+ nullable: true
651
+ },
652
+ additionalFundRate: {
653
+ type: 'string',
654
+ nullable: true
655
+ },
656
+ qualifiedFundRate: {
657
+ type: 'string',
658
+ nullable: true
659
+ },
660
+ fundNominalAmount: {
661
+ type: 'integer',
662
+ format: 'int64'
663
+ },
664
+ fundableAmount: {
665
+ type: 'integer',
666
+ format: 'int64'
667
+ },
668
+ overFunding: {
669
+ type: 'string'
670
+ },
671
+ privilege: {
672
+ type: 'string',
673
+ nullable: true
674
+ },
675
+ projectStartDate: {
676
+ type: 'string',
677
+ format: 'date-time'
678
+ },
679
+ projectEndDate: {
680
+ type: 'string',
681
+ format: 'date-time'
682
+ },
683
+ organizationId: {
684
+ type: 'string',
685
+ format: 'uuid'
686
+ },
687
+ projectSectionRelationDetails: {
688
+ type: 'array',
689
+ items: {
690
+ type: 'object',
691
+ properties: {
692
+ id: {
693
+ type: 'string',
694
+ format: 'uuid'
695
+ },
696
+ sectionId: {
697
+ type: 'string',
698
+ format: 'uuid'
699
+ },
700
+ name: {
701
+ type: 'string',
702
+ nullable: true
703
+ },
704
+ value: {
705
+ type: 'string',
706
+ nullable: true
707
+ }
708
+ },
709
+ additionalProperties: false
710
+ },
711
+ nullable: true
712
+ }
713
+ },
714
+ additionalProperties: false
401
715
  },
402
716
  nullable: true
403
717
  },
@@ -427,37 +741,604 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfi
427
741
  type: 'object',
428
742
  properties: {
429
743
  localization: {
430
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationConfigurationDto'
744
+ type: 'object',
745
+ properties: {
746
+ values: {
747
+ type: 'object',
748
+ additionalProperties: {
749
+ type: 'object',
750
+ additionalProperties: {
751
+ type: 'string'
752
+ }
753
+ },
754
+ nullable: true
755
+ },
756
+ resources: {
757
+ type: 'object',
758
+ additionalProperties: {
759
+ type: 'object',
760
+ properties: {
761
+ texts: {
762
+ type: 'object',
763
+ additionalProperties: {
764
+ type: 'string'
765
+ },
766
+ nullable: true
767
+ },
768
+ baseResources: {
769
+ type: 'array',
770
+ items: {
771
+ type: 'string'
772
+ },
773
+ nullable: true
774
+ }
775
+ },
776
+ additionalProperties: false
777
+ },
778
+ nullable: true
779
+ },
780
+ languages: {
781
+ type: 'array',
782
+ items: {
783
+ type: 'object',
784
+ properties: {
785
+ cultureName: {
786
+ type: 'string',
787
+ nullable: true
788
+ },
789
+ uiCultureName: {
790
+ type: 'string',
791
+ nullable: true
792
+ },
793
+ displayName: {
794
+ type: 'string',
795
+ nullable: true
796
+ },
797
+ twoLetterISOLanguageName: {
798
+ type: 'string',
799
+ nullable: true,
800
+ readOnly: true
801
+ },
802
+ flagIcon: {
803
+ type: 'string',
804
+ nullable: true
805
+ }
806
+ },
807
+ additionalProperties: false
808
+ },
809
+ nullable: true
810
+ },
811
+ currentCulture: {
812
+ type: 'object',
813
+ properties: {
814
+ displayName: {
815
+ type: 'string',
816
+ nullable: true
817
+ },
818
+ englishName: {
819
+ type: 'string',
820
+ nullable: true
821
+ },
822
+ threeLetterIsoLanguageName: {
823
+ type: 'string',
824
+ nullable: true
825
+ },
826
+ twoLetterIsoLanguageName: {
827
+ type: 'string',
828
+ nullable: true
829
+ },
830
+ isRightToLeft: {
831
+ type: 'boolean'
832
+ },
833
+ cultureName: {
834
+ type: 'string',
835
+ nullable: true
836
+ },
837
+ name: {
838
+ type: 'string',
839
+ nullable: true
840
+ },
841
+ nativeName: {
842
+ type: 'string',
843
+ nullable: true
844
+ },
845
+ dateTimeFormat: {
846
+ type: 'object',
847
+ properties: {
848
+ calendarAlgorithmType: {
849
+ type: 'string',
850
+ nullable: true
851
+ },
852
+ dateTimeFormatLong: {
853
+ type: 'string',
854
+ nullable: true
855
+ },
856
+ shortDatePattern: {
857
+ type: 'string',
858
+ nullable: true
859
+ },
860
+ fullDateTimePattern: {
861
+ type: 'string',
862
+ nullable: true
863
+ },
864
+ dateSeparator: {
865
+ type: 'string',
866
+ nullable: true
867
+ },
868
+ shortTimePattern: {
869
+ type: 'string',
870
+ nullable: true
871
+ },
872
+ longTimePattern: {
873
+ type: 'string',
874
+ nullable: true
875
+ }
876
+ },
877
+ additionalProperties: false
878
+ }
879
+ },
880
+ additionalProperties: false
881
+ },
882
+ defaultResourceName: {
883
+ type: 'string',
884
+ nullable: true
885
+ },
886
+ languagesMap: {
887
+ type: 'object',
888
+ additionalProperties: {
889
+ type: 'array',
890
+ items: {
891
+ type: 'object',
892
+ properties: {
893
+ name: {
894
+ type: 'string',
895
+ nullable: true
896
+ },
897
+ value: {
898
+ type: 'string',
899
+ nullable: true
900
+ }
901
+ },
902
+ additionalProperties: false
903
+ }
904
+ },
905
+ nullable: true
906
+ },
907
+ languageFilesMap: {
908
+ type: 'object',
909
+ additionalProperties: {
910
+ type: 'array',
911
+ items: {
912
+ type: 'object',
913
+ properties: {
914
+ name: {
915
+ type: 'string',
916
+ nullable: true
917
+ },
918
+ value: {
919
+ type: 'string',
920
+ nullable: true
921
+ }
922
+ },
923
+ additionalProperties: false
924
+ }
925
+ },
926
+ nullable: true
927
+ }
928
+ },
929
+ additionalProperties: false
431
930
  },
432
931
  auth: {
433
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationAuthConfigurationDto'
932
+ type: 'object',
933
+ properties: {
934
+ grantedPolicies: {
935
+ type: 'object',
936
+ additionalProperties: {
937
+ type: 'boolean'
938
+ },
939
+ nullable: true
940
+ }
941
+ },
942
+ additionalProperties: false
434
943
  },
435
944
  setting: {
436
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationSettingConfigurationDto'
945
+ type: 'object',
946
+ properties: {
947
+ values: {
948
+ type: 'object',
949
+ additionalProperties: {
950
+ type: 'string',
951
+ nullable: true
952
+ },
953
+ nullable: true
954
+ }
955
+ },
956
+ additionalProperties: false
437
957
  },
438
958
  currentUser: {
439
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentUserDto'
959
+ type: 'object',
960
+ properties: {
961
+ isAuthenticated: {
962
+ type: 'boolean'
963
+ },
964
+ id: {
965
+ type: 'string',
966
+ format: 'uuid',
967
+ nullable: true
968
+ },
969
+ tenantId: {
970
+ type: 'string',
971
+ format: 'uuid',
972
+ nullable: true
973
+ },
974
+ impersonatorUserId: {
975
+ type: 'string',
976
+ format: 'uuid',
977
+ nullable: true
978
+ },
979
+ impersonatorTenantId: {
980
+ type: 'string',
981
+ format: 'uuid',
982
+ nullable: true
983
+ },
984
+ impersonatorUserName: {
985
+ type: 'string',
986
+ nullable: true
987
+ },
988
+ impersonatorTenantName: {
989
+ type: 'string',
990
+ nullable: true
991
+ },
992
+ userName: {
993
+ type: 'string',
994
+ nullable: true
995
+ },
996
+ name: {
997
+ type: 'string',
998
+ nullable: true
999
+ },
1000
+ surName: {
1001
+ type: 'string',
1002
+ nullable: true
1003
+ },
1004
+ email: {
1005
+ type: 'string',
1006
+ nullable: true
1007
+ },
1008
+ emailVerified: {
1009
+ type: 'boolean'
1010
+ },
1011
+ phoneNumber: {
1012
+ type: 'string',
1013
+ nullable: true
1014
+ },
1015
+ phoneNumberVerified: {
1016
+ type: 'boolean'
1017
+ },
1018
+ roles: {
1019
+ type: 'array',
1020
+ items: {
1021
+ type: 'string'
1022
+ },
1023
+ nullable: true
1024
+ }
1025
+ },
1026
+ additionalProperties: false
440
1027
  },
441
1028
  features: {
442
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationFeatureConfigurationDto'
1029
+ type: 'object',
1030
+ properties: {
1031
+ values: {
1032
+ type: 'object',
1033
+ additionalProperties: {
1034
+ type: 'string',
1035
+ nullable: true
1036
+ },
1037
+ nullable: true
1038
+ }
1039
+ },
1040
+ additionalProperties: false
443
1041
  },
444
1042
  globalFeatures: {
445
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationGlobalFeatureConfigurationDto'
1043
+ type: 'object',
1044
+ properties: {
1045
+ enabledFeatures: {
1046
+ uniqueItems: true,
1047
+ type: 'array',
1048
+ items: {
1049
+ type: 'string'
1050
+ },
1051
+ nullable: true
1052
+ }
1053
+ },
1054
+ additionalProperties: false
446
1055
  },
447
1056
  multiTenancy: {
448
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.MultiTenancy.MultiTenancyInfoDto'
1057
+ type: 'object',
1058
+ properties: {
1059
+ isEnabled: {
1060
+ type: 'boolean'
1061
+ }
1062
+ },
1063
+ additionalProperties: false
449
1064
  },
450
1065
  currentTenant: {
451
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.MultiTenancy.CurrentTenantDto'
1066
+ type: 'object',
1067
+ properties: {
1068
+ id: {
1069
+ type: 'string',
1070
+ format: 'uuid',
1071
+ nullable: true
1072
+ },
1073
+ name: {
1074
+ type: 'string',
1075
+ nullable: true
1076
+ },
1077
+ isAvailable: {
1078
+ type: 'boolean'
1079
+ }
1080
+ },
1081
+ additionalProperties: false
452
1082
  },
453
1083
  timing: {
454
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimingDto'
1084
+ type: 'object',
1085
+ properties: {
1086
+ timeZone: {
1087
+ type: 'object',
1088
+ properties: {
1089
+ iana: {
1090
+ type: 'object',
1091
+ properties: {
1092
+ timeZoneName: {
1093
+ type: 'string',
1094
+ nullable: true
1095
+ }
1096
+ },
1097
+ additionalProperties: false
1098
+ },
1099
+ windows: {
1100
+ type: 'object',
1101
+ properties: {
1102
+ timeZoneId: {
1103
+ type: 'string',
1104
+ nullable: true
1105
+ }
1106
+ },
1107
+ additionalProperties: false
1108
+ }
1109
+ },
1110
+ additionalProperties: false
1111
+ }
1112
+ },
1113
+ additionalProperties: false
455
1114
  },
456
1115
  clock: {
457
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClockDto'
1116
+ type: 'object',
1117
+ properties: {
1118
+ kind: {
1119
+ type: 'string',
1120
+ nullable: true
1121
+ }
1122
+ },
1123
+ additionalProperties: false
458
1124
  },
459
1125
  objectExtensions: {
460
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ObjectExtensionsDto'
1126
+ type: 'object',
1127
+ properties: {
1128
+ modules: {
1129
+ type: 'object',
1130
+ additionalProperties: {
1131
+ type: 'object',
1132
+ properties: {
1133
+ entities: {
1134
+ type: 'object',
1135
+ additionalProperties: {
1136
+ type: 'object',
1137
+ properties: {
1138
+ properties: {
1139
+ type: 'object',
1140
+ additionalProperties: {
1141
+ type: 'object',
1142
+ properties: {
1143
+ type: {
1144
+ type: 'string',
1145
+ nullable: true
1146
+ },
1147
+ typeSimple: {
1148
+ type: 'string',
1149
+ nullable: true
1150
+ },
1151
+ displayName: {
1152
+ type: 'object',
1153
+ properties: {
1154
+ name: {
1155
+ type: 'string',
1156
+ nullable: true
1157
+ },
1158
+ resource: {
1159
+ type: 'string',
1160
+ nullable: true
1161
+ }
1162
+ },
1163
+ additionalProperties: false
1164
+ },
1165
+ api: {
1166
+ type: 'object',
1167
+ properties: {
1168
+ onGet: {
1169
+ type: 'object',
1170
+ properties: {
1171
+ isAvailable: {
1172
+ type: 'boolean'
1173
+ }
1174
+ },
1175
+ additionalProperties: false
1176
+ },
1177
+ onCreate: {
1178
+ type: 'object',
1179
+ properties: {
1180
+ isAvailable: {
1181
+ type: 'boolean'
1182
+ }
1183
+ },
1184
+ additionalProperties: false
1185
+ },
1186
+ onUpdate: {
1187
+ type: 'object',
1188
+ properties: {
1189
+ isAvailable: {
1190
+ type: 'boolean'
1191
+ }
1192
+ },
1193
+ additionalProperties: false
1194
+ }
1195
+ },
1196
+ additionalProperties: false
1197
+ },
1198
+ ui: {
1199
+ type: 'object',
1200
+ properties: {
1201
+ onTable: {
1202
+ type: 'object',
1203
+ properties: {
1204
+ isVisible: {
1205
+ type: 'boolean'
1206
+ }
1207
+ },
1208
+ additionalProperties: false
1209
+ },
1210
+ onCreateForm: {
1211
+ type: 'object',
1212
+ properties: {
1213
+ isVisible: {
1214
+ type: 'boolean'
1215
+ }
1216
+ },
1217
+ additionalProperties: false
1218
+ },
1219
+ onEditForm: {
1220
+ type: 'object',
1221
+ properties: {
1222
+ isVisible: {
1223
+ type: 'boolean'
1224
+ }
1225
+ },
1226
+ additionalProperties: false
1227
+ },
1228
+ lookup: {
1229
+ type: 'object',
1230
+ properties: {
1231
+ url: {
1232
+ type: 'string',
1233
+ nullable: true
1234
+ },
1235
+ resultListPropertyName: {
1236
+ type: 'string',
1237
+ nullable: true
1238
+ },
1239
+ displayPropertyName: {
1240
+ type: 'string',
1241
+ nullable: true
1242
+ },
1243
+ valuePropertyName: {
1244
+ type: 'string',
1245
+ nullable: true
1246
+ },
1247
+ filterParamName: {
1248
+ type: 'string',
1249
+ nullable: true
1250
+ }
1251
+ },
1252
+ additionalProperties: false
1253
+ }
1254
+ },
1255
+ additionalProperties: false
1256
+ },
1257
+ attributes: {
1258
+ type: 'array',
1259
+ items: {
1260
+ type: 'object',
1261
+ properties: {
1262
+ typeSimple: {
1263
+ type: 'string',
1264
+ nullable: true
1265
+ },
1266
+ config: {
1267
+ type: 'object',
1268
+ additionalProperties: {},
1269
+ nullable: true
1270
+ }
1271
+ },
1272
+ additionalProperties: false
1273
+ },
1274
+ nullable: true
1275
+ },
1276
+ configuration: {
1277
+ type: 'object',
1278
+ additionalProperties: {},
1279
+ nullable: true
1280
+ },
1281
+ defaultValue: {
1282
+ nullable: true
1283
+ }
1284
+ },
1285
+ additionalProperties: false
1286
+ },
1287
+ nullable: true
1288
+ },
1289
+ configuration: {
1290
+ type: 'object',
1291
+ additionalProperties: {},
1292
+ nullable: true
1293
+ }
1294
+ },
1295
+ additionalProperties: false
1296
+ },
1297
+ nullable: true
1298
+ },
1299
+ configuration: {
1300
+ type: 'object',
1301
+ additionalProperties: {},
1302
+ nullable: true
1303
+ }
1304
+ },
1305
+ additionalProperties: false
1306
+ },
1307
+ nullable: true
1308
+ },
1309
+ enums: {
1310
+ type: 'object',
1311
+ additionalProperties: {
1312
+ type: 'object',
1313
+ properties: {
1314
+ fields: {
1315
+ type: 'array',
1316
+ items: {
1317
+ type: 'object',
1318
+ properties: {
1319
+ name: {
1320
+ type: 'string',
1321
+ nullable: true
1322
+ },
1323
+ value: {
1324
+ nullable: true
1325
+ }
1326
+ },
1327
+ additionalProperties: false
1328
+ },
1329
+ nullable: true
1330
+ },
1331
+ localizationResource: {
1332
+ type: 'string',
1333
+ nullable: true
1334
+ }
1335
+ },
1336
+ additionalProperties: false
1337
+ },
1338
+ nullable: true
1339
+ }
1340
+ },
1341
+ additionalProperties: false
461
1342
  },
462
1343
  extraProperties: {
463
1344
  type: 'object',
@@ -514,19 +1395,128 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocal
514
1395
  resources: {
515
1396
  type: 'object',
516
1397
  additionalProperties: {
517
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto'
1398
+ type: 'object',
1399
+ properties: {
1400
+ texts: {
1401
+ type: 'object',
1402
+ additionalProperties: {
1403
+ type: 'string'
1404
+ },
1405
+ nullable: true
1406
+ },
1407
+ baseResources: {
1408
+ type: 'array',
1409
+ items: {
1410
+ type: 'string'
1411
+ },
1412
+ nullable: true
1413
+ }
1414
+ },
1415
+ additionalProperties: false
518
1416
  },
519
1417
  nullable: true
520
1418
  },
521
1419
  languages: {
522
1420
  type: 'array',
523
1421
  items: {
524
- '$ref': '#/components/schemas/Volo.Abp.Localization.LanguageInfo'
1422
+ type: 'object',
1423
+ properties: {
1424
+ cultureName: {
1425
+ type: 'string',
1426
+ nullable: true
1427
+ },
1428
+ uiCultureName: {
1429
+ type: 'string',
1430
+ nullable: true
1431
+ },
1432
+ displayName: {
1433
+ type: 'string',
1434
+ nullable: true
1435
+ },
1436
+ twoLetterISOLanguageName: {
1437
+ type: 'string',
1438
+ nullable: true,
1439
+ readOnly: true
1440
+ },
1441
+ flagIcon: {
1442
+ type: 'string',
1443
+ nullable: true
1444
+ }
1445
+ },
1446
+ additionalProperties: false
525
1447
  },
526
1448
  nullable: true
527
1449
  },
528
1450
  currentCulture: {
529
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentCultureDto'
1451
+ type: 'object',
1452
+ properties: {
1453
+ displayName: {
1454
+ type: 'string',
1455
+ nullable: true
1456
+ },
1457
+ englishName: {
1458
+ type: 'string',
1459
+ nullable: true
1460
+ },
1461
+ threeLetterIsoLanguageName: {
1462
+ type: 'string',
1463
+ nullable: true
1464
+ },
1465
+ twoLetterIsoLanguageName: {
1466
+ type: 'string',
1467
+ nullable: true
1468
+ },
1469
+ isRightToLeft: {
1470
+ type: 'boolean'
1471
+ },
1472
+ cultureName: {
1473
+ type: 'string',
1474
+ nullable: true
1475
+ },
1476
+ name: {
1477
+ type: 'string',
1478
+ nullable: true
1479
+ },
1480
+ nativeName: {
1481
+ type: 'string',
1482
+ nullable: true
1483
+ },
1484
+ dateTimeFormat: {
1485
+ type: 'object',
1486
+ properties: {
1487
+ calendarAlgorithmType: {
1488
+ type: 'string',
1489
+ nullable: true
1490
+ },
1491
+ dateTimeFormatLong: {
1492
+ type: 'string',
1493
+ nullable: true
1494
+ },
1495
+ shortDatePattern: {
1496
+ type: 'string',
1497
+ nullable: true
1498
+ },
1499
+ fullDateTimePattern: {
1500
+ type: 'string',
1501
+ nullable: true
1502
+ },
1503
+ dateSeparator: {
1504
+ type: 'string',
1505
+ nullable: true
1506
+ },
1507
+ shortTimePattern: {
1508
+ type: 'string',
1509
+ nullable: true
1510
+ },
1511
+ longTimePattern: {
1512
+ type: 'string',
1513
+ nullable: true
1514
+ }
1515
+ },
1516
+ additionalProperties: false
1517
+ }
1518
+ },
1519
+ additionalProperties: false
530
1520
  },
531
1521
  defaultResourceName: {
532
1522
  type: 'string',
@@ -537,7 +1527,18 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocal
537
1527
  additionalProperties: {
538
1528
  type: 'array',
539
1529
  items: {
540
- '$ref': '#/components/schemas/Volo.Abp.NameValue'
1530
+ type: 'object',
1531
+ properties: {
1532
+ name: {
1533
+ type: 'string',
1534
+ nullable: true
1535
+ },
1536
+ value: {
1537
+ type: 'string',
1538
+ nullable: true
1539
+ }
1540
+ },
1541
+ additionalProperties: false
541
1542
  }
542
1543
  },
543
1544
  nullable: true
@@ -547,7 +1548,18 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocal
547
1548
  additionalProperties: {
548
1549
  type: 'array',
549
1550
  items: {
550
- '$ref': '#/components/schemas/Volo.Abp.NameValue'
1551
+ type: 'object',
1552
+ properties: {
1553
+ name: {
1554
+ type: 'string',
1555
+ nullable: true
1556
+ },
1557
+ value: {
1558
+ type: 'string',
1559
+ nullable: true
1560
+ }
1561
+ },
1562
+ additionalProperties: false
551
1563
  }
552
1564
  },
553
1565
  nullable: true
@@ -562,7 +1574,24 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocal
562
1574
  resources: {
563
1575
  type: 'object',
564
1576
  additionalProperties: {
565
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto'
1577
+ type: 'object',
1578
+ properties: {
1579
+ texts: {
1580
+ type: 'object',
1581
+ additionalProperties: {
1582
+ type: 'string'
1583
+ },
1584
+ nullable: true
1585
+ },
1586
+ baseResources: {
1587
+ type: 'array',
1588
+ items: {
1589
+ type: 'string'
1590
+ },
1591
+ nullable: true
1592
+ }
1593
+ },
1594
+ additionalProperties: false
566
1595
  },
567
1596
  nullable: true
568
1597
  }
@@ -652,7 +1681,38 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDt
652
1681
  nullable: true
653
1682
  },
654
1683
  dateTimeFormat: {
655
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.DateTimeFormatDto'
1684
+ type: 'object',
1685
+ properties: {
1686
+ calendarAlgorithmType: {
1687
+ type: 'string',
1688
+ nullable: true
1689
+ },
1690
+ dateTimeFormatLong: {
1691
+ type: 'string',
1692
+ nullable: true
1693
+ },
1694
+ shortDatePattern: {
1695
+ type: 'string',
1696
+ nullable: true
1697
+ },
1698
+ fullDateTimePattern: {
1699
+ type: 'string',
1700
+ nullable: true
1701
+ },
1702
+ dateSeparator: {
1703
+ type: 'string',
1704
+ nullable: true
1705
+ },
1706
+ shortTimePattern: {
1707
+ type: 'string',
1708
+ nullable: true
1709
+ },
1710
+ longTimePattern: {
1711
+ type: 'string',
1712
+ nullable: true
1713
+ }
1714
+ },
1715
+ additionalProperties: false
656
1716
  }
657
1717
  },
658
1718
  additionalProperties: false
@@ -781,7 +1841,151 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
781
1841
  properties: {
782
1842
  type: 'object',
783
1843
  additionalProperties: {
784
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyDto'
1844
+ type: 'object',
1845
+ properties: {
1846
+ type: {
1847
+ type: 'string',
1848
+ nullable: true
1849
+ },
1850
+ typeSimple: {
1851
+ type: 'string',
1852
+ nullable: true
1853
+ },
1854
+ displayName: {
1855
+ type: 'object',
1856
+ properties: {
1857
+ name: {
1858
+ type: 'string',
1859
+ nullable: true
1860
+ },
1861
+ resource: {
1862
+ type: 'string',
1863
+ nullable: true
1864
+ }
1865
+ },
1866
+ additionalProperties: false
1867
+ },
1868
+ api: {
1869
+ type: 'object',
1870
+ properties: {
1871
+ onGet: {
1872
+ type: 'object',
1873
+ properties: {
1874
+ isAvailable: {
1875
+ type: 'boolean'
1876
+ }
1877
+ },
1878
+ additionalProperties: false
1879
+ },
1880
+ onCreate: {
1881
+ type: 'object',
1882
+ properties: {
1883
+ isAvailable: {
1884
+ type: 'boolean'
1885
+ }
1886
+ },
1887
+ additionalProperties: false
1888
+ },
1889
+ onUpdate: {
1890
+ type: 'object',
1891
+ properties: {
1892
+ isAvailable: {
1893
+ type: 'boolean'
1894
+ }
1895
+ },
1896
+ additionalProperties: false
1897
+ }
1898
+ },
1899
+ additionalProperties: false
1900
+ },
1901
+ ui: {
1902
+ type: 'object',
1903
+ properties: {
1904
+ onTable: {
1905
+ type: 'object',
1906
+ properties: {
1907
+ isVisible: {
1908
+ type: 'boolean'
1909
+ }
1910
+ },
1911
+ additionalProperties: false
1912
+ },
1913
+ onCreateForm: {
1914
+ type: 'object',
1915
+ properties: {
1916
+ isVisible: {
1917
+ type: 'boolean'
1918
+ }
1919
+ },
1920
+ additionalProperties: false
1921
+ },
1922
+ onEditForm: {
1923
+ type: 'object',
1924
+ properties: {
1925
+ isVisible: {
1926
+ type: 'boolean'
1927
+ }
1928
+ },
1929
+ additionalProperties: false
1930
+ },
1931
+ lookup: {
1932
+ type: 'object',
1933
+ properties: {
1934
+ url: {
1935
+ type: 'string',
1936
+ nullable: true
1937
+ },
1938
+ resultListPropertyName: {
1939
+ type: 'string',
1940
+ nullable: true
1941
+ },
1942
+ displayPropertyName: {
1943
+ type: 'string',
1944
+ nullable: true
1945
+ },
1946
+ valuePropertyName: {
1947
+ type: 'string',
1948
+ nullable: true
1949
+ },
1950
+ filterParamName: {
1951
+ type: 'string',
1952
+ nullable: true
1953
+ }
1954
+ },
1955
+ additionalProperties: false
1956
+ }
1957
+ },
1958
+ additionalProperties: false
1959
+ },
1960
+ attributes: {
1961
+ type: 'array',
1962
+ items: {
1963
+ type: 'object',
1964
+ properties: {
1965
+ typeSimple: {
1966
+ type: 'string',
1967
+ nullable: true
1968
+ },
1969
+ config: {
1970
+ type: 'object',
1971
+ additionalProperties: {},
1972
+ nullable: true
1973
+ }
1974
+ },
1975
+ additionalProperties: false
1976
+ },
1977
+ nullable: true
1978
+ },
1979
+ configuration: {
1980
+ type: 'object',
1981
+ additionalProperties: {},
1982
+ nullable: true
1983
+ },
1984
+ defaultValue: {
1985
+ nullable: true
1986
+ }
1987
+ },
1988
+ additionalProperties: false
785
1989
  },
786
1990
  nullable: true
787
1991
  },
@@ -800,7 +2004,17 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
800
2004
  fields: {
801
2005
  type: 'array',
802
2006
  items: {
803
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumFieldDto'
2007
+ type: 'object',
2008
+ properties: {
2009
+ name: {
2010
+ type: 'string',
2011
+ nullable: true
2012
+ },
2013
+ value: {
2014
+ nullable: true
2015
+ }
2016
+ },
2017
+ additionalProperties: false
804
2018
  },
805
2019
  nullable: true
806
2020
  },
@@ -840,13 +2054,31 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
840
2054
  type: 'object',
841
2055
  properties: {
842
2056
  onGet: {
843
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiGetDto'
2057
+ type: 'object',
2058
+ properties: {
2059
+ isAvailable: {
2060
+ type: 'boolean'
2061
+ }
2062
+ },
2063
+ additionalProperties: false
844
2064
  },
845
2065
  onCreate: {
846
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiCreateDto'
2066
+ type: 'object',
2067
+ properties: {
2068
+ isAvailable: {
2069
+ type: 'boolean'
2070
+ }
2071
+ },
2072
+ additionalProperties: false
847
2073
  },
848
2074
  onUpdate: {
849
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiUpdateDto'
2075
+ type: 'object',
2076
+ properties: {
2077
+ isAvailable: {
2078
+ type: 'boolean'
2079
+ }
2080
+ },
2081
+ additionalProperties: false
850
2082
  }
851
2083
  },
852
2084
  additionalProperties: false
@@ -900,18 +2132,127 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
900
2132
  nullable: true
901
2133
  },
902
2134
  displayName: {
903
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.LocalizableStringDto'
2135
+ type: 'object',
2136
+ properties: {
2137
+ name: {
2138
+ type: 'string',
2139
+ nullable: true
2140
+ },
2141
+ resource: {
2142
+ type: 'string',
2143
+ nullable: true
2144
+ }
2145
+ },
2146
+ additionalProperties: false
904
2147
  },
905
2148
  api: {
906
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiDto'
2149
+ type: 'object',
2150
+ properties: {
2151
+ onGet: {
2152
+ type: 'object',
2153
+ properties: {
2154
+ isAvailable: {
2155
+ type: 'boolean'
2156
+ }
2157
+ },
2158
+ additionalProperties: false
2159
+ },
2160
+ onCreate: {
2161
+ type: 'object',
2162
+ properties: {
2163
+ isAvailable: {
2164
+ type: 'boolean'
2165
+ }
2166
+ },
2167
+ additionalProperties: false
2168
+ },
2169
+ onUpdate: {
2170
+ type: 'object',
2171
+ properties: {
2172
+ isAvailable: {
2173
+ type: 'boolean'
2174
+ }
2175
+ },
2176
+ additionalProperties: false
2177
+ }
2178
+ },
2179
+ additionalProperties: false
907
2180
  },
908
2181
  ui: {
909
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiDto'
2182
+ type: 'object',
2183
+ properties: {
2184
+ onTable: {
2185
+ type: 'object',
2186
+ properties: {
2187
+ isVisible: {
2188
+ type: 'boolean'
2189
+ }
2190
+ },
2191
+ additionalProperties: false
2192
+ },
2193
+ onCreateForm: {
2194
+ type: 'object',
2195
+ properties: {
2196
+ isVisible: {
2197
+ type: 'boolean'
2198
+ }
2199
+ },
2200
+ additionalProperties: false
2201
+ },
2202
+ onEditForm: {
2203
+ type: 'object',
2204
+ properties: {
2205
+ isVisible: {
2206
+ type: 'boolean'
2207
+ }
2208
+ },
2209
+ additionalProperties: false
2210
+ },
2211
+ lookup: {
2212
+ type: 'object',
2213
+ properties: {
2214
+ url: {
2215
+ type: 'string',
2216
+ nullable: true
2217
+ },
2218
+ resultListPropertyName: {
2219
+ type: 'string',
2220
+ nullable: true
2221
+ },
2222
+ displayPropertyName: {
2223
+ type: 'string',
2224
+ nullable: true
2225
+ },
2226
+ valuePropertyName: {
2227
+ type: 'string',
2228
+ nullable: true
2229
+ },
2230
+ filterParamName: {
2231
+ type: 'string',
2232
+ nullable: true
2233
+ }
2234
+ },
2235
+ additionalProperties: false
2236
+ }
2237
+ },
2238
+ additionalProperties: false
910
2239
  },
911
2240
  attributes: {
912
2241
  type: 'array',
913
2242
  items: {
914
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyAttributeDto'
2243
+ type: 'object',
2244
+ properties: {
2245
+ typeSimple: {
2246
+ type: 'string',
2247
+ nullable: true
2248
+ },
2249
+ config: {
2250
+ type: 'object',
2251
+ additionalProperties: {},
2252
+ nullable: true
2253
+ }
2254
+ },
2255
+ additionalProperties: false
915
2256
  },
916
2257
  nullable: true
917
2258
  },
@@ -931,16 +2272,57 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
931
2272
  type: 'object',
932
2273
  properties: {
933
2274
  onTable: {
934
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiTableDto'
2275
+ type: 'object',
2276
+ properties: {
2277
+ isVisible: {
2278
+ type: 'boolean'
2279
+ }
2280
+ },
2281
+ additionalProperties: false
935
2282
  },
936
2283
  onCreateForm: {
937
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto'
2284
+ type: 'object',
2285
+ properties: {
2286
+ isVisible: {
2287
+ type: 'boolean'
2288
+ }
2289
+ },
2290
+ additionalProperties: false
938
2291
  },
939
2292
  onEditForm: {
940
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto'
2293
+ type: 'object',
2294
+ properties: {
2295
+ isVisible: {
2296
+ type: 'boolean'
2297
+ }
2298
+ },
2299
+ additionalProperties: false
941
2300
  },
942
2301
  lookup: {
943
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiLookupDto'
2302
+ type: 'object',
2303
+ properties: {
2304
+ url: {
2305
+ type: 'string',
2306
+ nullable: true
2307
+ },
2308
+ resultListPropertyName: {
2309
+ type: 'string',
2310
+ nullable: true
2311
+ },
2312
+ displayPropertyName: {
2313
+ type: 'string',
2314
+ nullable: true
2315
+ },
2316
+ valuePropertyName: {
2317
+ type: 'string',
2318
+ nullable: true
2319
+ },
2320
+ filterParamName: {
2321
+ type: 'string',
2322
+ nullable: true
2323
+ }
2324
+ },
2325
+ additionalProperties: false
944
2326
  }
945
2327
  },
946
2328
  additionalProperties: false
@@ -1014,7 +2396,166 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
1014
2396
  entities: {
1015
2397
  type: 'object',
1016
2398
  additionalProperties: {
1017
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.EntityExtensionDto'
2399
+ type: 'object',
2400
+ properties: {
2401
+ properties: {
2402
+ type: 'object',
2403
+ additionalProperties: {
2404
+ type: 'object',
2405
+ properties: {
2406
+ type: {
2407
+ type: 'string',
2408
+ nullable: true
2409
+ },
2410
+ typeSimple: {
2411
+ type: 'string',
2412
+ nullable: true
2413
+ },
2414
+ displayName: {
2415
+ type: 'object',
2416
+ properties: {
2417
+ name: {
2418
+ type: 'string',
2419
+ nullable: true
2420
+ },
2421
+ resource: {
2422
+ type: 'string',
2423
+ nullable: true
2424
+ }
2425
+ },
2426
+ additionalProperties: false
2427
+ },
2428
+ api: {
2429
+ type: 'object',
2430
+ properties: {
2431
+ onGet: {
2432
+ type: 'object',
2433
+ properties: {
2434
+ isAvailable: {
2435
+ type: 'boolean'
2436
+ }
2437
+ },
2438
+ additionalProperties: false
2439
+ },
2440
+ onCreate: {
2441
+ type: 'object',
2442
+ properties: {
2443
+ isAvailable: {
2444
+ type: 'boolean'
2445
+ }
2446
+ },
2447
+ additionalProperties: false
2448
+ },
2449
+ onUpdate: {
2450
+ type: 'object',
2451
+ properties: {
2452
+ isAvailable: {
2453
+ type: 'boolean'
2454
+ }
2455
+ },
2456
+ additionalProperties: false
2457
+ }
2458
+ },
2459
+ additionalProperties: false
2460
+ },
2461
+ ui: {
2462
+ type: 'object',
2463
+ properties: {
2464
+ onTable: {
2465
+ type: 'object',
2466
+ properties: {
2467
+ isVisible: {
2468
+ type: 'boolean'
2469
+ }
2470
+ },
2471
+ additionalProperties: false
2472
+ },
2473
+ onCreateForm: {
2474
+ type: 'object',
2475
+ properties: {
2476
+ isVisible: {
2477
+ type: 'boolean'
2478
+ }
2479
+ },
2480
+ additionalProperties: false
2481
+ },
2482
+ onEditForm: {
2483
+ type: 'object',
2484
+ properties: {
2485
+ isVisible: {
2486
+ type: 'boolean'
2487
+ }
2488
+ },
2489
+ additionalProperties: false
2490
+ },
2491
+ lookup: {
2492
+ type: 'object',
2493
+ properties: {
2494
+ url: {
2495
+ type: 'string',
2496
+ nullable: true
2497
+ },
2498
+ resultListPropertyName: {
2499
+ type: 'string',
2500
+ nullable: true
2501
+ },
2502
+ displayPropertyName: {
2503
+ type: 'string',
2504
+ nullable: true
2505
+ },
2506
+ valuePropertyName: {
2507
+ type: 'string',
2508
+ nullable: true
2509
+ },
2510
+ filterParamName: {
2511
+ type: 'string',
2512
+ nullable: true
2513
+ }
2514
+ },
2515
+ additionalProperties: false
2516
+ }
2517
+ },
2518
+ additionalProperties: false
2519
+ },
2520
+ attributes: {
2521
+ type: 'array',
2522
+ items: {
2523
+ type: 'object',
2524
+ properties: {
2525
+ typeSimple: {
2526
+ type: 'string',
2527
+ nullable: true
2528
+ },
2529
+ config: {
2530
+ type: 'object',
2531
+ additionalProperties: {},
2532
+ nullable: true
2533
+ }
2534
+ },
2535
+ additionalProperties: false
2536
+ },
2537
+ nullable: true
2538
+ },
2539
+ configuration: {
2540
+ type: 'object',
2541
+ additionalProperties: {},
2542
+ nullable: true
2543
+ },
2544
+ defaultValue: {
2545
+ nullable: true
2546
+ }
2547
+ },
2548
+ additionalProperties: false
2549
+ },
2550
+ nullable: true
2551
+ },
2552
+ configuration: {
2553
+ type: 'object',
2554
+ additionalProperties: {},
2555
+ nullable: true
2556
+ }
2557
+ },
2558
+ additionalProperties: false
1018
2559
  },
1019
2560
  nullable: true
1020
2561
  },
@@ -1033,14 +2574,212 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
1033
2574
  modules: {
1034
2575
  type: 'object',
1035
2576
  additionalProperties: {
1036
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ModuleExtensionDto'
2577
+ type: 'object',
2578
+ properties: {
2579
+ entities: {
2580
+ type: 'object',
2581
+ additionalProperties: {
2582
+ type: 'object',
2583
+ properties: {
2584
+ properties: {
2585
+ type: 'object',
2586
+ additionalProperties: {
2587
+ type: 'object',
2588
+ properties: {
2589
+ type: {
2590
+ type: 'string',
2591
+ nullable: true
2592
+ },
2593
+ typeSimple: {
2594
+ type: 'string',
2595
+ nullable: true
2596
+ },
2597
+ displayName: {
2598
+ type: 'object',
2599
+ properties: {
2600
+ name: {
2601
+ type: 'string',
2602
+ nullable: true
2603
+ },
2604
+ resource: {
2605
+ type: 'string',
2606
+ nullable: true
2607
+ }
2608
+ },
2609
+ additionalProperties: false
2610
+ },
2611
+ api: {
2612
+ type: 'object',
2613
+ properties: {
2614
+ onGet: {
2615
+ type: 'object',
2616
+ properties: {
2617
+ isAvailable: {
2618
+ type: 'boolean'
2619
+ }
2620
+ },
2621
+ additionalProperties: false
2622
+ },
2623
+ onCreate: {
2624
+ type: 'object',
2625
+ properties: {
2626
+ isAvailable: {
2627
+ type: 'boolean'
2628
+ }
2629
+ },
2630
+ additionalProperties: false
2631
+ },
2632
+ onUpdate: {
2633
+ type: 'object',
2634
+ properties: {
2635
+ isAvailable: {
2636
+ type: 'boolean'
2637
+ }
2638
+ },
2639
+ additionalProperties: false
2640
+ }
2641
+ },
2642
+ additionalProperties: false
2643
+ },
2644
+ ui: {
2645
+ type: 'object',
2646
+ properties: {
2647
+ onTable: {
2648
+ type: 'object',
2649
+ properties: {
2650
+ isVisible: {
2651
+ type: 'boolean'
2652
+ }
2653
+ },
2654
+ additionalProperties: false
2655
+ },
2656
+ onCreateForm: {
2657
+ type: 'object',
2658
+ properties: {
2659
+ isVisible: {
2660
+ type: 'boolean'
2661
+ }
2662
+ },
2663
+ additionalProperties: false
2664
+ },
2665
+ onEditForm: {
2666
+ type: 'object',
2667
+ properties: {
2668
+ isVisible: {
2669
+ type: 'boolean'
2670
+ }
2671
+ },
2672
+ additionalProperties: false
2673
+ },
2674
+ lookup: {
2675
+ type: 'object',
2676
+ properties: {
2677
+ url: {
2678
+ type: 'string',
2679
+ nullable: true
2680
+ },
2681
+ resultListPropertyName: {
2682
+ type: 'string',
2683
+ nullable: true
2684
+ },
2685
+ displayPropertyName: {
2686
+ type: 'string',
2687
+ nullable: true
2688
+ },
2689
+ valuePropertyName: {
2690
+ type: 'string',
2691
+ nullable: true
2692
+ },
2693
+ filterParamName: {
2694
+ type: 'string',
2695
+ nullable: true
2696
+ }
2697
+ },
2698
+ additionalProperties: false
2699
+ }
2700
+ },
2701
+ additionalProperties: false
2702
+ },
2703
+ attributes: {
2704
+ type: 'array',
2705
+ items: {
2706
+ type: 'object',
2707
+ properties: {
2708
+ typeSimple: {
2709
+ type: 'string',
2710
+ nullable: true
2711
+ },
2712
+ config: {
2713
+ type: 'object',
2714
+ additionalProperties: {},
2715
+ nullable: true
2716
+ }
2717
+ },
2718
+ additionalProperties: false
2719
+ },
2720
+ nullable: true
2721
+ },
2722
+ configuration: {
2723
+ type: 'object',
2724
+ additionalProperties: {},
2725
+ nullable: true
2726
+ },
2727
+ defaultValue: {
2728
+ nullable: true
2729
+ }
2730
+ },
2731
+ additionalProperties: false
2732
+ },
2733
+ nullable: true
2734
+ },
2735
+ configuration: {
2736
+ type: 'object',
2737
+ additionalProperties: {},
2738
+ nullable: true
2739
+ }
2740
+ },
2741
+ additionalProperties: false
2742
+ },
2743
+ nullable: true
2744
+ },
2745
+ configuration: {
2746
+ type: 'object',
2747
+ additionalProperties: {},
2748
+ nullable: true
2749
+ }
2750
+ },
2751
+ additionalProperties: false
1037
2752
  },
1038
2753
  nullable: true
1039
2754
  },
1040
2755
  enums: {
1041
2756
  type: 'object',
1042
2757
  additionalProperties: {
1043
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumDto'
2758
+ type: 'object',
2759
+ properties: {
2760
+ fields: {
2761
+ type: 'array',
2762
+ items: {
2763
+ type: 'object',
2764
+ properties: {
2765
+ name: {
2766
+ type: 'string',
2767
+ nullable: true
2768
+ },
2769
+ value: {
2770
+ nullable: true
2771
+ }
2772
+ },
2773
+ additionalProperties: false
2774
+ },
2775
+ nullable: true
2776
+ },
2777
+ localizationResource: {
2778
+ type: 'string',
2779
+ nullable: true
2780
+ }
2781
+ },
2782
+ additionalProperties: false
1044
2783
  },
1045
2784
  nullable: true
1046
2785
  }
@@ -1052,10 +2791,24 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
1052
2791
  type: 'object',
1053
2792
  properties: {
1054
2793
  iana: {
1055
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IanaTimeZone'
2794
+ type: 'object',
2795
+ properties: {
2796
+ timeZoneName: {
2797
+ type: 'string',
2798
+ nullable: true
2799
+ }
2800
+ },
2801
+ additionalProperties: false
1056
2802
  },
1057
2803
  windows: {
1058
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.WindowsTimeZone'
2804
+ type: 'object',
2805
+ properties: {
2806
+ timeZoneId: {
2807
+ type: 'string',
2808
+ nullable: true
2809
+ }
2810
+ },
2811
+ additionalProperties: false
1059
2812
  }
1060
2813
  },
1061
2814
  additionalProperties: false
@@ -1065,7 +2818,30 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
1065
2818
  type: 'object',
1066
2819
  properties: {
1067
2820
  timeZone: {
1068
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimeZone'
2821
+ type: 'object',
2822
+ properties: {
2823
+ iana: {
2824
+ type: 'object',
2825
+ properties: {
2826
+ timeZoneName: {
2827
+ type: 'string',
2828
+ nullable: true
2829
+ }
2830
+ },
2831
+ additionalProperties: false
2832
+ },
2833
+ windows: {
2834
+ type: 'object',
2835
+ properties: {
2836
+ timeZoneId: {
2837
+ type: 'string',
2838
+ nullable: true
2839
+ }
2840
+ },
2841
+ additionalProperties: false
2842
+ }
2843
+ },
2844
+ additionalProperties: false
1069
2845
  }
1070
2846
  },
1071
2847
  additionalProperties: false
@@ -1140,19 +2916,99 @@ export const $Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
1140
2916
  parametersOnMethod: {
1141
2917
  type: 'array',
1142
2918
  items: {
1143
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel'
2919
+ type: 'object',
2920
+ properties: {
2921
+ name: {
2922
+ type: 'string',
2923
+ nullable: true
2924
+ },
2925
+ typeAsString: {
2926
+ type: 'string',
2927
+ nullable: true
2928
+ },
2929
+ type: {
2930
+ type: 'string',
2931
+ nullable: true
2932
+ },
2933
+ typeSimple: {
2934
+ type: 'string',
2935
+ nullable: true
2936
+ },
2937
+ isOptional: {
2938
+ type: 'boolean'
2939
+ },
2940
+ defaultValue: {
2941
+ nullable: true
2942
+ }
2943
+ },
2944
+ additionalProperties: false
1144
2945
  },
1145
2946
  nullable: true
1146
2947
  },
1147
2948
  parameters: {
1148
2949
  type: 'array',
1149
2950
  items: {
1150
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ParameterApiDescriptionModel'
2951
+ type: 'object',
2952
+ properties: {
2953
+ nameOnMethod: {
2954
+ type: 'string',
2955
+ nullable: true
2956
+ },
2957
+ name: {
2958
+ type: 'string',
2959
+ nullable: true
2960
+ },
2961
+ jsonName: {
2962
+ type: 'string',
2963
+ nullable: true
2964
+ },
2965
+ type: {
2966
+ type: 'string',
2967
+ nullable: true
2968
+ },
2969
+ typeSimple: {
2970
+ type: 'string',
2971
+ nullable: true
2972
+ },
2973
+ isOptional: {
2974
+ type: 'boolean'
2975
+ },
2976
+ defaultValue: {
2977
+ nullable: true
2978
+ },
2979
+ constraintTypes: {
2980
+ type: 'array',
2981
+ items: {
2982
+ type: 'string'
2983
+ },
2984
+ nullable: true
2985
+ },
2986
+ bindingSourceId: {
2987
+ type: 'string',
2988
+ nullable: true
2989
+ },
2990
+ descriptorName: {
2991
+ type: 'string',
2992
+ nullable: true
2993
+ }
2994
+ },
2995
+ additionalProperties: false
1151
2996
  },
1152
2997
  nullable: true
1153
2998
  },
1154
2999
  returnValue: {
1155
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel'
3000
+ type: 'object',
3001
+ properties: {
3002
+ type: {
3003
+ type: 'string',
3004
+ nullable: true
3005
+ },
3006
+ typeSimple: {
3007
+ type: 'string',
3008
+ nullable: true
3009
+ }
3010
+ },
3011
+ additionalProperties: false
1156
3012
  },
1157
3013
  allowAnonymous: {
1158
3014
  type: 'boolean',
@@ -1172,14 +3028,353 @@ export const $Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
1172
3028
  modules: {
1173
3029
  type: 'object',
1174
3030
  additionalProperties: {
1175
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ModuleApiDescriptionModel'
3031
+ type: 'object',
3032
+ properties: {
3033
+ rootPath: {
3034
+ type: 'string',
3035
+ nullable: true
3036
+ },
3037
+ remoteServiceName: {
3038
+ type: 'string',
3039
+ nullable: true
3040
+ },
3041
+ controllers: {
3042
+ type: 'object',
3043
+ additionalProperties: {
3044
+ type: 'object',
3045
+ properties: {
3046
+ controllerName: {
3047
+ type: 'string',
3048
+ nullable: true
3049
+ },
3050
+ controllerGroupName: {
3051
+ type: 'string',
3052
+ nullable: true
3053
+ },
3054
+ isRemoteService: {
3055
+ type: 'boolean'
3056
+ },
3057
+ isIntegrationService: {
3058
+ type: 'boolean'
3059
+ },
3060
+ apiVersion: {
3061
+ type: 'string',
3062
+ nullable: true
3063
+ },
3064
+ type: {
3065
+ type: 'string',
3066
+ nullable: true
3067
+ },
3068
+ interfaces: {
3069
+ type: 'array',
3070
+ items: {
3071
+ type: 'object',
3072
+ properties: {
3073
+ type: {
3074
+ type: 'string',
3075
+ nullable: true
3076
+ },
3077
+ name: {
3078
+ type: 'string',
3079
+ nullable: true
3080
+ },
3081
+ methods: {
3082
+ type: 'array',
3083
+ items: {
3084
+ type: 'object',
3085
+ properties: {
3086
+ name: {
3087
+ type: 'string',
3088
+ nullable: true
3089
+ },
3090
+ parametersOnMethod: {
3091
+ type: 'array',
3092
+ items: {
3093
+ type: 'object',
3094
+ properties: {
3095
+ name: {
3096
+ type: 'string',
3097
+ nullable: true
3098
+ },
3099
+ typeAsString: {
3100
+ type: 'string',
3101
+ nullable: true
3102
+ },
3103
+ type: {
3104
+ type: 'string',
3105
+ nullable: true
3106
+ },
3107
+ typeSimple: {
3108
+ type: 'string',
3109
+ nullable: true
3110
+ },
3111
+ isOptional: {
3112
+ type: 'boolean'
3113
+ },
3114
+ defaultValue: {
3115
+ nullable: true
3116
+ }
3117
+ },
3118
+ additionalProperties: false
3119
+ },
3120
+ nullable: true
3121
+ },
3122
+ returnValue: {
3123
+ type: 'object',
3124
+ properties: {
3125
+ type: {
3126
+ type: 'string',
3127
+ nullable: true
3128
+ },
3129
+ typeSimple: {
3130
+ type: 'string',
3131
+ nullable: true
3132
+ }
3133
+ },
3134
+ additionalProperties: false
3135
+ }
3136
+ },
3137
+ additionalProperties: false
3138
+ },
3139
+ nullable: true
3140
+ }
3141
+ },
3142
+ additionalProperties: false
3143
+ },
3144
+ nullable: true
3145
+ },
3146
+ actions: {
3147
+ type: 'object',
3148
+ additionalProperties: {
3149
+ type: 'object',
3150
+ properties: {
3151
+ uniqueName: {
3152
+ type: 'string',
3153
+ nullable: true
3154
+ },
3155
+ name: {
3156
+ type: 'string',
3157
+ nullable: true
3158
+ },
3159
+ httpMethod: {
3160
+ type: 'string',
3161
+ nullable: true
3162
+ },
3163
+ url: {
3164
+ type: 'string',
3165
+ nullable: true
3166
+ },
3167
+ supportedVersions: {
3168
+ type: 'array',
3169
+ items: {
3170
+ type: 'string'
3171
+ },
3172
+ nullable: true
3173
+ },
3174
+ parametersOnMethod: {
3175
+ type: 'array',
3176
+ items: {
3177
+ type: 'object',
3178
+ properties: {
3179
+ name: {
3180
+ type: 'string',
3181
+ nullable: true
3182
+ },
3183
+ typeAsString: {
3184
+ type: 'string',
3185
+ nullable: true
3186
+ },
3187
+ type: {
3188
+ type: 'string',
3189
+ nullable: true
3190
+ },
3191
+ typeSimple: {
3192
+ type: 'string',
3193
+ nullable: true
3194
+ },
3195
+ isOptional: {
3196
+ type: 'boolean'
3197
+ },
3198
+ defaultValue: {
3199
+ nullable: true
3200
+ }
3201
+ },
3202
+ additionalProperties: false
3203
+ },
3204
+ nullable: true
3205
+ },
3206
+ parameters: {
3207
+ type: 'array',
3208
+ items: {
3209
+ type: 'object',
3210
+ properties: {
3211
+ nameOnMethod: {
3212
+ type: 'string',
3213
+ nullable: true
3214
+ },
3215
+ name: {
3216
+ type: 'string',
3217
+ nullable: true
3218
+ },
3219
+ jsonName: {
3220
+ type: 'string',
3221
+ nullable: true
3222
+ },
3223
+ type: {
3224
+ type: 'string',
3225
+ nullable: true
3226
+ },
3227
+ typeSimple: {
3228
+ type: 'string',
3229
+ nullable: true
3230
+ },
3231
+ isOptional: {
3232
+ type: 'boolean'
3233
+ },
3234
+ defaultValue: {
3235
+ nullable: true
3236
+ },
3237
+ constraintTypes: {
3238
+ type: 'array',
3239
+ items: {
3240
+ type: 'string'
3241
+ },
3242
+ nullable: true
3243
+ },
3244
+ bindingSourceId: {
3245
+ type: 'string',
3246
+ nullable: true
3247
+ },
3248
+ descriptorName: {
3249
+ type: 'string',
3250
+ nullable: true
3251
+ }
3252
+ },
3253
+ additionalProperties: false
3254
+ },
3255
+ nullable: true
3256
+ },
3257
+ returnValue: {
3258
+ type: 'object',
3259
+ properties: {
3260
+ type: {
3261
+ type: 'string',
3262
+ nullable: true
3263
+ },
3264
+ typeSimple: {
3265
+ type: 'string',
3266
+ nullable: true
3267
+ }
3268
+ },
3269
+ additionalProperties: false
3270
+ },
3271
+ allowAnonymous: {
3272
+ type: 'boolean',
3273
+ nullable: true
3274
+ },
3275
+ implementFrom: {
3276
+ type: 'string',
3277
+ nullable: true
3278
+ }
3279
+ },
3280
+ additionalProperties: false
3281
+ },
3282
+ nullable: true
3283
+ }
3284
+ },
3285
+ additionalProperties: false
3286
+ },
3287
+ nullable: true
3288
+ }
3289
+ },
3290
+ additionalProperties: false
1176
3291
  },
1177
3292
  nullable: true
1178
3293
  },
1179
3294
  types: {
1180
3295
  type: 'object',
1181
3296
  additionalProperties: {
1182
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.TypeApiDescriptionModel'
3297
+ type: 'object',
3298
+ properties: {
3299
+ baseType: {
3300
+ type: 'string',
3301
+ nullable: true
3302
+ },
3303
+ isEnum: {
3304
+ type: 'boolean'
3305
+ },
3306
+ enumNames: {
3307
+ type: 'array',
3308
+ items: {
3309
+ type: 'string'
3310
+ },
3311
+ nullable: true
3312
+ },
3313
+ enumValues: {
3314
+ type: 'array',
3315
+ items: {},
3316
+ nullable: true
3317
+ },
3318
+ genericArguments: {
3319
+ type: 'array',
3320
+ items: {
3321
+ type: 'string'
3322
+ },
3323
+ nullable: true
3324
+ },
3325
+ properties: {
3326
+ type: 'array',
3327
+ items: {
3328
+ type: 'object',
3329
+ properties: {
3330
+ name: {
3331
+ type: 'string',
3332
+ nullable: true
3333
+ },
3334
+ jsonName: {
3335
+ type: 'string',
3336
+ nullable: true
3337
+ },
3338
+ type: {
3339
+ type: 'string',
3340
+ nullable: true
3341
+ },
3342
+ typeSimple: {
3343
+ type: 'string',
3344
+ nullable: true
3345
+ },
3346
+ isRequired: {
3347
+ type: 'boolean'
3348
+ },
3349
+ minLength: {
3350
+ type: 'integer',
3351
+ format: 'int32',
3352
+ nullable: true
3353
+ },
3354
+ maxLength: {
3355
+ type: 'integer',
3356
+ format: 'int32',
3357
+ nullable: true
3358
+ },
3359
+ minimum: {
3360
+ type: 'string',
3361
+ nullable: true
3362
+ },
3363
+ maximum: {
3364
+ type: 'string',
3365
+ nullable: true
3366
+ },
3367
+ regex: {
3368
+ type: 'string',
3369
+ nullable: true
3370
+ }
3371
+ },
3372
+ additionalProperties: false
3373
+ },
3374
+ nullable: true
3375
+ }
3376
+ },
3377
+ additionalProperties: false
1183
3378
  },
1184
3379
  nullable: true
1185
3380
  }
@@ -1215,14 +3410,216 @@ export const $Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
1215
3410
  interfaces: {
1216
3411
  type: 'array',
1217
3412
  items: {
1218
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ControllerInterfaceApiDescriptionModel'
3413
+ type: 'object',
3414
+ properties: {
3415
+ type: {
3416
+ type: 'string',
3417
+ nullable: true
3418
+ },
3419
+ name: {
3420
+ type: 'string',
3421
+ nullable: true
3422
+ },
3423
+ methods: {
3424
+ type: 'array',
3425
+ items: {
3426
+ type: 'object',
3427
+ properties: {
3428
+ name: {
3429
+ type: 'string',
3430
+ nullable: true
3431
+ },
3432
+ parametersOnMethod: {
3433
+ type: 'array',
3434
+ items: {
3435
+ type: 'object',
3436
+ properties: {
3437
+ name: {
3438
+ type: 'string',
3439
+ nullable: true
3440
+ },
3441
+ typeAsString: {
3442
+ type: 'string',
3443
+ nullable: true
3444
+ },
3445
+ type: {
3446
+ type: 'string',
3447
+ nullable: true
3448
+ },
3449
+ typeSimple: {
3450
+ type: 'string',
3451
+ nullable: true
3452
+ },
3453
+ isOptional: {
3454
+ type: 'boolean'
3455
+ },
3456
+ defaultValue: {
3457
+ nullable: true
3458
+ }
3459
+ },
3460
+ additionalProperties: false
3461
+ },
3462
+ nullable: true
3463
+ },
3464
+ returnValue: {
3465
+ type: 'object',
3466
+ properties: {
3467
+ type: {
3468
+ type: 'string',
3469
+ nullable: true
3470
+ },
3471
+ typeSimple: {
3472
+ type: 'string',
3473
+ nullable: true
3474
+ }
3475
+ },
3476
+ additionalProperties: false
3477
+ }
3478
+ },
3479
+ additionalProperties: false
3480
+ },
3481
+ nullable: true
3482
+ }
3483
+ },
3484
+ additionalProperties: false
1219
3485
  },
1220
3486
  nullable: true
1221
3487
  },
1222
3488
  actions: {
1223
3489
  type: 'object',
1224
3490
  additionalProperties: {
1225
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ActionApiDescriptionModel'
3491
+ type: 'object',
3492
+ properties: {
3493
+ uniqueName: {
3494
+ type: 'string',
3495
+ nullable: true
3496
+ },
3497
+ name: {
3498
+ type: 'string',
3499
+ nullable: true
3500
+ },
3501
+ httpMethod: {
3502
+ type: 'string',
3503
+ nullable: true
3504
+ },
3505
+ url: {
3506
+ type: 'string',
3507
+ nullable: true
3508
+ },
3509
+ supportedVersions: {
3510
+ type: 'array',
3511
+ items: {
3512
+ type: 'string'
3513
+ },
3514
+ nullable: true
3515
+ },
3516
+ parametersOnMethod: {
3517
+ type: 'array',
3518
+ items: {
3519
+ type: 'object',
3520
+ properties: {
3521
+ name: {
3522
+ type: 'string',
3523
+ nullable: true
3524
+ },
3525
+ typeAsString: {
3526
+ type: 'string',
3527
+ nullable: true
3528
+ },
3529
+ type: {
3530
+ type: 'string',
3531
+ nullable: true
3532
+ },
3533
+ typeSimple: {
3534
+ type: 'string',
3535
+ nullable: true
3536
+ },
3537
+ isOptional: {
3538
+ type: 'boolean'
3539
+ },
3540
+ defaultValue: {
3541
+ nullable: true
3542
+ }
3543
+ },
3544
+ additionalProperties: false
3545
+ },
3546
+ nullable: true
3547
+ },
3548
+ parameters: {
3549
+ type: 'array',
3550
+ items: {
3551
+ type: 'object',
3552
+ properties: {
3553
+ nameOnMethod: {
3554
+ type: 'string',
3555
+ nullable: true
3556
+ },
3557
+ name: {
3558
+ type: 'string',
3559
+ nullable: true
3560
+ },
3561
+ jsonName: {
3562
+ type: 'string',
3563
+ nullable: true
3564
+ },
3565
+ type: {
3566
+ type: 'string',
3567
+ nullable: true
3568
+ },
3569
+ typeSimple: {
3570
+ type: 'string',
3571
+ nullable: true
3572
+ },
3573
+ isOptional: {
3574
+ type: 'boolean'
3575
+ },
3576
+ defaultValue: {
3577
+ nullable: true
3578
+ },
3579
+ constraintTypes: {
3580
+ type: 'array',
3581
+ items: {
3582
+ type: 'string'
3583
+ },
3584
+ nullable: true
3585
+ },
3586
+ bindingSourceId: {
3587
+ type: 'string',
3588
+ nullable: true
3589
+ },
3590
+ descriptorName: {
3591
+ type: 'string',
3592
+ nullable: true
3593
+ }
3594
+ },
3595
+ additionalProperties: false
3596
+ },
3597
+ nullable: true
3598
+ },
3599
+ returnValue: {
3600
+ type: 'object',
3601
+ properties: {
3602
+ type: {
3603
+ type: 'string',
3604
+ nullable: true
3605
+ },
3606
+ typeSimple: {
3607
+ type: 'string',
3608
+ nullable: true
3609
+ }
3610
+ },
3611
+ additionalProperties: false
3612
+ },
3613
+ allowAnonymous: {
3614
+ type: 'boolean',
3615
+ nullable: true
3616
+ },
3617
+ implementFrom: {
3618
+ type: 'string',
3619
+ nullable: true
3620
+ }
3621
+ },
3622
+ additionalProperties: false
1226
3623
  },
1227
3624
  nullable: true
1228
3625
  }
@@ -1244,7 +3641,60 @@ export const $Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
1244
3641
  methods: {
1245
3642
  type: 'array',
1246
3643
  items: {
1247
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.InterfaceMethodApiDescriptionModel'
3644
+ type: 'object',
3645
+ properties: {
3646
+ name: {
3647
+ type: 'string',
3648
+ nullable: true
3649
+ },
3650
+ parametersOnMethod: {
3651
+ type: 'array',
3652
+ items: {
3653
+ type: 'object',
3654
+ properties: {
3655
+ name: {
3656
+ type: 'string',
3657
+ nullable: true
3658
+ },
3659
+ typeAsString: {
3660
+ type: 'string',
3661
+ nullable: true
3662
+ },
3663
+ type: {
3664
+ type: 'string',
3665
+ nullable: true
3666
+ },
3667
+ typeSimple: {
3668
+ type: 'string',
3669
+ nullable: true
3670
+ },
3671
+ isOptional: {
3672
+ type: 'boolean'
3673
+ },
3674
+ defaultValue: {
3675
+ nullable: true
3676
+ }
3677
+ },
3678
+ additionalProperties: false
3679
+ },
3680
+ nullable: true
3681
+ },
3682
+ returnValue: {
3683
+ type: 'object',
3684
+ properties: {
3685
+ type: {
3686
+ type: 'string',
3687
+ nullable: true
3688
+ },
3689
+ typeSimple: {
3690
+ type: 'string',
3691
+ nullable: true
3692
+ }
3693
+ },
3694
+ additionalProperties: false
3695
+ }
3696
+ },
3697
+ additionalProperties: false
1248
3698
  },
1249
3699
  nullable: true
1250
3700
  }
@@ -1262,12 +3712,48 @@ export const $Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
1262
3712
  parametersOnMethod: {
1263
3713
  type: 'array',
1264
3714
  items: {
1265
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel'
3715
+ type: 'object',
3716
+ properties: {
3717
+ name: {
3718
+ type: 'string',
3719
+ nullable: true
3720
+ },
3721
+ typeAsString: {
3722
+ type: 'string',
3723
+ nullable: true
3724
+ },
3725
+ type: {
3726
+ type: 'string',
3727
+ nullable: true
3728
+ },
3729
+ typeSimple: {
3730
+ type: 'string',
3731
+ nullable: true
3732
+ },
3733
+ isOptional: {
3734
+ type: 'boolean'
3735
+ },
3736
+ defaultValue: {
3737
+ nullable: true
3738
+ }
3739
+ },
3740
+ additionalProperties: false
1266
3741
  },
1267
3742
  nullable: true
1268
3743
  },
1269
3744
  returnValue: {
1270
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel'
3745
+ type: 'object',
3746
+ properties: {
3747
+ type: {
3748
+ type: 'string',
3749
+ nullable: true
3750
+ },
3751
+ typeSimple: {
3752
+ type: 'string',
3753
+ nullable: true
3754
+ }
3755
+ },
3756
+ additionalProperties: false
1271
3757
  }
1272
3758
  },
1273
3759
  additionalProperties: false
@@ -1316,7 +3802,248 @@ export const $Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
1316
3802
  controllers: {
1317
3803
  type: 'object',
1318
3804
  additionalProperties: {
1319
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ControllerApiDescriptionModel'
3805
+ type: 'object',
3806
+ properties: {
3807
+ controllerName: {
3808
+ type: 'string',
3809
+ nullable: true
3810
+ },
3811
+ controllerGroupName: {
3812
+ type: 'string',
3813
+ nullable: true
3814
+ },
3815
+ isRemoteService: {
3816
+ type: 'boolean'
3817
+ },
3818
+ isIntegrationService: {
3819
+ type: 'boolean'
3820
+ },
3821
+ apiVersion: {
3822
+ type: 'string',
3823
+ nullable: true
3824
+ },
3825
+ type: {
3826
+ type: 'string',
3827
+ nullable: true
3828
+ },
3829
+ interfaces: {
3830
+ type: 'array',
3831
+ items: {
3832
+ type: 'object',
3833
+ properties: {
3834
+ type: {
3835
+ type: 'string',
3836
+ nullable: true
3837
+ },
3838
+ name: {
3839
+ type: 'string',
3840
+ nullable: true
3841
+ },
3842
+ methods: {
3843
+ type: 'array',
3844
+ items: {
3845
+ type: 'object',
3846
+ properties: {
3847
+ name: {
3848
+ type: 'string',
3849
+ nullable: true
3850
+ },
3851
+ parametersOnMethod: {
3852
+ type: 'array',
3853
+ items: {
3854
+ type: 'object',
3855
+ properties: {
3856
+ name: {
3857
+ type: 'string',
3858
+ nullable: true
3859
+ },
3860
+ typeAsString: {
3861
+ type: 'string',
3862
+ nullable: true
3863
+ },
3864
+ type: {
3865
+ type: 'string',
3866
+ nullable: true
3867
+ },
3868
+ typeSimple: {
3869
+ type: 'string',
3870
+ nullable: true
3871
+ },
3872
+ isOptional: {
3873
+ type: 'boolean'
3874
+ },
3875
+ defaultValue: {
3876
+ nullable: true
3877
+ }
3878
+ },
3879
+ additionalProperties: false
3880
+ },
3881
+ nullable: true
3882
+ },
3883
+ returnValue: {
3884
+ type: 'object',
3885
+ properties: {
3886
+ type: {
3887
+ type: 'string',
3888
+ nullable: true
3889
+ },
3890
+ typeSimple: {
3891
+ type: 'string',
3892
+ nullable: true
3893
+ }
3894
+ },
3895
+ additionalProperties: false
3896
+ }
3897
+ },
3898
+ additionalProperties: false
3899
+ },
3900
+ nullable: true
3901
+ }
3902
+ },
3903
+ additionalProperties: false
3904
+ },
3905
+ nullable: true
3906
+ },
3907
+ actions: {
3908
+ type: 'object',
3909
+ additionalProperties: {
3910
+ type: 'object',
3911
+ properties: {
3912
+ uniqueName: {
3913
+ type: 'string',
3914
+ nullable: true
3915
+ },
3916
+ name: {
3917
+ type: 'string',
3918
+ nullable: true
3919
+ },
3920
+ httpMethod: {
3921
+ type: 'string',
3922
+ nullable: true
3923
+ },
3924
+ url: {
3925
+ type: 'string',
3926
+ nullable: true
3927
+ },
3928
+ supportedVersions: {
3929
+ type: 'array',
3930
+ items: {
3931
+ type: 'string'
3932
+ },
3933
+ nullable: true
3934
+ },
3935
+ parametersOnMethod: {
3936
+ type: 'array',
3937
+ items: {
3938
+ type: 'object',
3939
+ properties: {
3940
+ name: {
3941
+ type: 'string',
3942
+ nullable: true
3943
+ },
3944
+ typeAsString: {
3945
+ type: 'string',
3946
+ nullable: true
3947
+ },
3948
+ type: {
3949
+ type: 'string',
3950
+ nullable: true
3951
+ },
3952
+ typeSimple: {
3953
+ type: 'string',
3954
+ nullable: true
3955
+ },
3956
+ isOptional: {
3957
+ type: 'boolean'
3958
+ },
3959
+ defaultValue: {
3960
+ nullable: true
3961
+ }
3962
+ },
3963
+ additionalProperties: false
3964
+ },
3965
+ nullable: true
3966
+ },
3967
+ parameters: {
3968
+ type: 'array',
3969
+ items: {
3970
+ type: 'object',
3971
+ properties: {
3972
+ nameOnMethod: {
3973
+ type: 'string',
3974
+ nullable: true
3975
+ },
3976
+ name: {
3977
+ type: 'string',
3978
+ nullable: true
3979
+ },
3980
+ jsonName: {
3981
+ type: 'string',
3982
+ nullable: true
3983
+ },
3984
+ type: {
3985
+ type: 'string',
3986
+ nullable: true
3987
+ },
3988
+ typeSimple: {
3989
+ type: 'string',
3990
+ nullable: true
3991
+ },
3992
+ isOptional: {
3993
+ type: 'boolean'
3994
+ },
3995
+ defaultValue: {
3996
+ nullable: true
3997
+ },
3998
+ constraintTypes: {
3999
+ type: 'array',
4000
+ items: {
4001
+ type: 'string'
4002
+ },
4003
+ nullable: true
4004
+ },
4005
+ bindingSourceId: {
4006
+ type: 'string',
4007
+ nullable: true
4008
+ },
4009
+ descriptorName: {
4010
+ type: 'string',
4011
+ nullable: true
4012
+ }
4013
+ },
4014
+ additionalProperties: false
4015
+ },
4016
+ nullable: true
4017
+ },
4018
+ returnValue: {
4019
+ type: 'object',
4020
+ properties: {
4021
+ type: {
4022
+ type: 'string',
4023
+ nullable: true
4024
+ },
4025
+ typeSimple: {
4026
+ type: 'string',
4027
+ nullable: true
4028
+ }
4029
+ },
4030
+ additionalProperties: false
4031
+ },
4032
+ allowAnonymous: {
4033
+ type: 'boolean',
4034
+ nullable: true
4035
+ },
4036
+ implementFrom: {
4037
+ type: 'string',
4038
+ nullable: true
4039
+ }
4040
+ },
4041
+ additionalProperties: false
4042
+ },
4043
+ nullable: true
4044
+ }
4045
+ },
4046
+ additionalProperties: false
1320
4047
  },
1321
4048
  nullable: true
1322
4049
  }
@@ -1467,7 +4194,51 @@ export const $Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
1467
4194
  properties: {
1468
4195
  type: 'array',
1469
4196
  items: {
1470
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.PropertyApiDescriptionModel'
4197
+ type: 'object',
4198
+ properties: {
4199
+ name: {
4200
+ type: 'string',
4201
+ nullable: true
4202
+ },
4203
+ jsonName: {
4204
+ type: 'string',
4205
+ nullable: true
4206
+ },
4207
+ type: {
4208
+ type: 'string',
4209
+ nullable: true
4210
+ },
4211
+ typeSimple: {
4212
+ type: 'string',
4213
+ nullable: true
4214
+ },
4215
+ isRequired: {
4216
+ type: 'boolean'
4217
+ },
4218
+ minLength: {
4219
+ type: 'integer',
4220
+ format: 'int32',
4221
+ nullable: true
4222
+ },
4223
+ maxLength: {
4224
+ type: 'integer',
4225
+ format: 'int32',
4226
+ nullable: true
4227
+ },
4228
+ minimum: {
4229
+ type: 'string',
4230
+ nullable: true
4231
+ },
4232
+ maximum: {
4233
+ type: 'string',
4234
+ nullable: true
4235
+ },
4236
+ regex: {
4237
+ type: 'string',
4238
+ nullable: true
4239
+ }
4240
+ },
4241
+ additionalProperties: false
1471
4242
  },
1472
4243
  nullable: true
1473
4244
  }
@@ -1498,7 +4269,21 @@ export const $Volo_Abp_Http_RemoteServiceErrorInfo = {
1498
4269
  validationErrors: {
1499
4270
  type: 'array',
1500
4271
  items: {
1501
- '$ref': '#/components/schemas/Volo.Abp.Http.RemoteServiceValidationErrorInfo'
4272
+ type: 'object',
4273
+ properties: {
4274
+ message: {
4275
+ type: 'string',
4276
+ nullable: true
4277
+ },
4278
+ members: {
4279
+ type: 'array',
4280
+ items: {
4281
+ type: 'string'
4282
+ },
4283
+ nullable: true
4284
+ }
4285
+ },
4286
+ additionalProperties: false
1502
4287
  },
1503
4288
  nullable: true
1504
4289
  }
@@ -1510,7 +4295,48 @@ export const $Volo_Abp_Http_RemoteServiceErrorResponse = {
1510
4295
  type: 'object',
1511
4296
  properties: {
1512
4297
  error: {
1513
- '$ref': '#/components/schemas/Volo.Abp.Http.RemoteServiceErrorInfo'
4298
+ type: 'object',
4299
+ properties: {
4300
+ code: {
4301
+ type: 'string',
4302
+ nullable: true
4303
+ },
4304
+ message: {
4305
+ type: 'string',
4306
+ nullable: true
4307
+ },
4308
+ details: {
4309
+ type: 'string',
4310
+ nullable: true
4311
+ },
4312
+ data: {
4313
+ type: 'object',
4314
+ additionalProperties: {},
4315
+ nullable: true
4316
+ },
4317
+ validationErrors: {
4318
+ type: 'array',
4319
+ items: {
4320
+ type: 'object',
4321
+ properties: {
4322
+ message: {
4323
+ type: 'string',
4324
+ nullable: true
4325
+ },
4326
+ members: {
4327
+ type: 'array',
4328
+ items: {
4329
+ type: 'string'
4330
+ },
4331
+ nullable: true
4332
+ }
4333
+ },
4334
+ additionalProperties: false
4335
+ },
4336
+ nullable: true
4337
+ }
4338
+ },
4339
+ additionalProperties: false
1514
4340
  }
1515
4341
  },
1516
4342
  additionalProperties: false