@ayasofyazilim/saas 0.0.11 → 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.
@@ -6,7 +6,53 @@ export const $Volo_Abp_Account_AccountExternalProviderSettingsDto = {
6
6
  settings: {
7
7
  type: 'array',
8
8
  items: {
9
- '$ref': '#/components/schemas/Volo.Abp.Account.ExternalProviders.ExternalProviderSettings'
9
+ type: 'object',
10
+ properties: {
11
+ name: {
12
+ type: 'string',
13
+ nullable: true
14
+ },
15
+ enabled: {
16
+ type: 'boolean'
17
+ },
18
+ properties: {
19
+ type: 'array',
20
+ items: {
21
+ type: 'object',
22
+ properties: {
23
+ name: {
24
+ type: 'string',
25
+ nullable: true
26
+ },
27
+ value: {
28
+ type: 'string',
29
+ nullable: true
30
+ }
31
+ },
32
+ additionalProperties: false
33
+ },
34
+ nullable: true
35
+ },
36
+ secretProperties: {
37
+ type: 'array',
38
+ items: {
39
+ type: 'object',
40
+ properties: {
41
+ name: {
42
+ type: 'string',
43
+ nullable: true
44
+ },
45
+ value: {
46
+ type: 'string',
47
+ nullable: true
48
+ }
49
+ },
50
+ additionalProperties: false
51
+ },
52
+ nullable: true
53
+ }
54
+ },
55
+ additionalProperties: false
10
56
  },
11
57
  nullable: true
12
58
  }
@@ -68,7 +114,9 @@ export const $Volo_Abp_Account_AccountTwoFactorSettingsDto = {
68
114
  type: 'object',
69
115
  properties: {
70
116
  twoFactorBehaviour: {
71
- '$ref': '#/components/schemas/Volo.Abp.Identity.Features.IdentityProTwoFactorBehaviour'
117
+ enum: [0, 1, 2],
118
+ type: 'integer',
119
+ format: 'int32'
72
120
  },
73
121
  isRememberBrowserEnabled: {
74
122
  type: 'boolean'
@@ -93,14 +141,36 @@ export const $Volo_Abp_Account_ExternalProviders_ExternalProviderSettings = {
93
141
  properties: {
94
142
  type: 'array',
95
143
  items: {
96
- '$ref': '#/components/schemas/Volo.Abp.Account.ExternalProviders.ExternalProviderSettingsProperty'
144
+ type: 'object',
145
+ properties: {
146
+ name: {
147
+ type: 'string',
148
+ nullable: true
149
+ },
150
+ value: {
151
+ type: 'string',
152
+ nullable: true
153
+ }
154
+ },
155
+ additionalProperties: false
97
156
  },
98
157
  nullable: true
99
158
  },
100
159
  secretProperties: {
101
160
  type: 'array',
102
161
  items: {
103
- '$ref': '#/components/schemas/Volo.Abp.Account.ExternalProviders.ExternalProviderSettingsProperty'
162
+ type: 'object',
163
+ properties: {
164
+ name: {
165
+ type: 'string',
166
+ nullable: true
167
+ },
168
+ value: {
169
+ type: 'string',
170
+ nullable: true
171
+ }
172
+ },
173
+ additionalProperties: false
104
174
  },
105
175
  nullable: true
106
176
  }
@@ -136,14 +206,36 @@ export const $Volo_Abp_Account_UpdateExternalProviderDto = {
136
206
  properties: {
137
207
  type: 'array',
138
208
  items: {
139
- '$ref': '#/components/schemas/Volo.Abp.Account.ExternalProviders.ExternalProviderSettingsProperty'
209
+ type: 'object',
210
+ properties: {
211
+ name: {
212
+ type: 'string',
213
+ nullable: true
214
+ },
215
+ value: {
216
+ type: 'string',
217
+ nullable: true
218
+ }
219
+ },
220
+ additionalProperties: false
140
221
  },
141
222
  nullable: true
142
223
  },
143
224
  secretProperties: {
144
225
  type: 'array',
145
226
  items: {
146
- '$ref': '#/components/schemas/Volo.Abp.Account.ExternalProviders.ExternalProviderSettingsProperty'
227
+ type: 'object',
228
+ properties: {
229
+ name: {
230
+ type: 'string',
231
+ nullable: true
232
+ },
233
+ value: {
234
+ type: 'string',
235
+ nullable: true
236
+ }
237
+ },
238
+ additionalProperties: false
147
239
  },
148
240
  nullable: true
149
241
  }
@@ -157,7 +249,41 @@ export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Identity_Ident
157
249
  items: {
158
250
  type: 'array',
159
251
  items: {
160
- '$ref': '#/components/schemas/Volo.Abp.Identity.IdentityRoleDto'
252
+ type: 'object',
253
+ properties: {
254
+ extraProperties: {
255
+ type: 'object',
256
+ additionalProperties: {},
257
+ nullable: true,
258
+ readOnly: true
259
+ },
260
+ id: {
261
+ type: 'string',
262
+ format: 'uuid'
263
+ },
264
+ name: {
265
+ type: 'string',
266
+ nullable: true
267
+ },
268
+ isDefault: {
269
+ type: 'boolean'
270
+ },
271
+ isStatic: {
272
+ type: 'boolean'
273
+ },
274
+ isPublic: {
275
+ type: 'boolean'
276
+ },
277
+ userCount: {
278
+ type: 'integer',
279
+ format: 'int64'
280
+ },
281
+ concurrencyStamp: {
282
+ type: 'string',
283
+ nullable: true
284
+ }
285
+ },
286
+ additionalProperties: false
161
287
  },
162
288
  nullable: true
163
289
  }
@@ -171,7 +297,114 @@ export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Identity_Organ
171
297
  items: {
172
298
  type: 'array',
173
299
  items: {
174
- '$ref': '#/components/schemas/Volo.Abp.Identity.OrganizationUnitWithDetailsDto'
300
+ type: 'object',
301
+ properties: {
302
+ extraProperties: {
303
+ type: 'object',
304
+ additionalProperties: {},
305
+ nullable: true,
306
+ readOnly: true
307
+ },
308
+ id: {
309
+ type: 'string',
310
+ format: 'uuid'
311
+ },
312
+ creationTime: {
313
+ type: 'string',
314
+ format: 'date-time'
315
+ },
316
+ creatorId: {
317
+ type: 'string',
318
+ format: 'uuid',
319
+ nullable: true
320
+ },
321
+ lastModificationTime: {
322
+ type: 'string',
323
+ format: 'date-time',
324
+ nullable: true
325
+ },
326
+ lastModifierId: {
327
+ type: 'string',
328
+ format: 'uuid',
329
+ nullable: true
330
+ },
331
+ isDeleted: {
332
+ type: 'boolean'
333
+ },
334
+ deleterId: {
335
+ type: 'string',
336
+ format: 'uuid',
337
+ nullable: true
338
+ },
339
+ deletionTime: {
340
+ type: 'string',
341
+ format: 'date-time',
342
+ nullable: true
343
+ },
344
+ parentId: {
345
+ type: 'string',
346
+ format: 'uuid',
347
+ nullable: true
348
+ },
349
+ code: {
350
+ type: 'string',
351
+ nullable: true
352
+ },
353
+ displayName: {
354
+ type: 'string',
355
+ nullable: true
356
+ },
357
+ roles: {
358
+ type: 'array',
359
+ items: {
360
+ type: 'object',
361
+ properties: {
362
+ extraProperties: {
363
+ type: 'object',
364
+ additionalProperties: {},
365
+ nullable: true,
366
+ readOnly: true
367
+ },
368
+ id: {
369
+ type: 'string',
370
+ format: 'uuid'
371
+ },
372
+ name: {
373
+ type: 'string',
374
+ nullable: true
375
+ },
376
+ isDefault: {
377
+ type: 'boolean'
378
+ },
379
+ isStatic: {
380
+ type: 'boolean'
381
+ },
382
+ isPublic: {
383
+ type: 'boolean'
384
+ },
385
+ userCount: {
386
+ type: 'integer',
387
+ format: 'int64'
388
+ },
389
+ concurrencyStamp: {
390
+ type: 'string',
391
+ nullable: true
392
+ }
393
+ },
394
+ additionalProperties: false
395
+ },
396
+ nullable: true
397
+ },
398
+ userCount: {
399
+ type: 'integer',
400
+ format: 'int64'
401
+ },
402
+ concurrencyStamp: {
403
+ type: 'string',
404
+ nullable: true
405
+ }
406
+ },
407
+ additionalProperties: false
175
408
  },
176
409
  nullable: true
177
410
  }
@@ -185,7 +418,54 @@ export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Users_UserData
185
418
  items: {
186
419
  type: 'array',
187
420
  items: {
188
- '$ref': '#/components/schemas/Volo.Abp.Users.UserData'
421
+ type: 'object',
422
+ properties: {
423
+ id: {
424
+ type: 'string',
425
+ format: 'uuid'
426
+ },
427
+ tenantId: {
428
+ type: 'string',
429
+ format: 'uuid',
430
+ nullable: true
431
+ },
432
+ userName: {
433
+ type: 'string',
434
+ nullable: true
435
+ },
436
+ name: {
437
+ type: 'string',
438
+ nullable: true
439
+ },
440
+ surname: {
441
+ type: 'string',
442
+ nullable: true
443
+ },
444
+ isActive: {
445
+ type: 'boolean'
446
+ },
447
+ email: {
448
+ type: 'string',
449
+ nullable: true
450
+ },
451
+ emailConfirmed: {
452
+ type: 'boolean'
453
+ },
454
+ phoneNumber: {
455
+ type: 'string',
456
+ nullable: true
457
+ },
458
+ phoneNumberConfirmed: {
459
+ type: 'boolean'
460
+ },
461
+ extraProperties: {
462
+ type: 'object',
463
+ additionalProperties: {},
464
+ nullable: true,
465
+ readOnly: true
466
+ }
467
+ },
468
+ additionalProperties: false
189
469
  },
190
470
  nullable: true
191
471
  }
@@ -199,7 +479,55 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Clai
199
479
  items: {
200
480
  type: 'array',
201
481
  items: {
202
- '$ref': '#/components/schemas/Volo.Abp.Identity.ClaimTypeDto'
482
+ type: 'object',
483
+ properties: {
484
+ extraProperties: {
485
+ type: 'object',
486
+ additionalProperties: {},
487
+ nullable: true,
488
+ readOnly: true
489
+ },
490
+ id: {
491
+ type: 'string',
492
+ format: 'uuid'
493
+ },
494
+ name: {
495
+ type: 'string',
496
+ nullable: true
497
+ },
498
+ required: {
499
+ type: 'boolean'
500
+ },
501
+ isStatic: {
502
+ type: 'boolean'
503
+ },
504
+ regex: {
505
+ type: 'string',
506
+ nullable: true
507
+ },
508
+ regexDescription: {
509
+ type: 'string',
510
+ nullable: true
511
+ },
512
+ description: {
513
+ type: 'string',
514
+ nullable: true
515
+ },
516
+ valueType: {
517
+ enum: [0, 1, 2, 3],
518
+ type: 'integer',
519
+ format: 'int32'
520
+ },
521
+ valueTypeAsString: {
522
+ type: 'string',
523
+ nullable: true
524
+ },
525
+ concurrencyStamp: {
526
+ type: 'string',
527
+ nullable: true
528
+ }
529
+ },
530
+ additionalProperties: false
203
531
  },
204
532
  nullable: true
205
533
  },
@@ -217,7 +545,41 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Iden
217
545
  items: {
218
546
  type: 'array',
219
547
  items: {
220
- '$ref': '#/components/schemas/Volo.Abp.Identity.IdentityRoleDto'
548
+ type: 'object',
549
+ properties: {
550
+ extraProperties: {
551
+ type: 'object',
552
+ additionalProperties: {},
553
+ nullable: true,
554
+ readOnly: true
555
+ },
556
+ id: {
557
+ type: 'string',
558
+ format: 'uuid'
559
+ },
560
+ name: {
561
+ type: 'string',
562
+ nullable: true
563
+ },
564
+ isDefault: {
565
+ type: 'boolean'
566
+ },
567
+ isStatic: {
568
+ type: 'boolean'
569
+ },
570
+ isPublic: {
571
+ type: 'boolean'
572
+ },
573
+ userCount: {
574
+ type: 'integer',
575
+ format: 'int64'
576
+ },
577
+ concurrencyStamp: {
578
+ type: 'string',
579
+ nullable: true
580
+ }
581
+ },
582
+ additionalProperties: false
221
583
  },
222
584
  nullable: true
223
585
  },
@@ -235,7 +597,71 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Iden
235
597
  items: {
236
598
  type: 'array',
237
599
  items: {
238
- '$ref': '#/components/schemas/Volo.Abp.Identity.IdentitySecurityLogDto'
600
+ type: 'object',
601
+ properties: {
602
+ id: {
603
+ type: 'string',
604
+ format: 'uuid'
605
+ },
606
+ tenantId: {
607
+ type: 'string',
608
+ format: 'uuid',
609
+ nullable: true
610
+ },
611
+ applicationName: {
612
+ type: 'string',
613
+ nullable: true
614
+ },
615
+ identity: {
616
+ type: 'string',
617
+ nullable: true
618
+ },
619
+ action: {
620
+ type: 'string',
621
+ nullable: true
622
+ },
623
+ userId: {
624
+ type: 'string',
625
+ format: 'uuid',
626
+ nullable: true
627
+ },
628
+ userName: {
629
+ type: 'string',
630
+ nullable: true
631
+ },
632
+ tenantName: {
633
+ type: 'string',
634
+ nullable: true
635
+ },
636
+ clientId: {
637
+ type: 'string',
638
+ nullable: true
639
+ },
640
+ correlationId: {
641
+ type: 'string',
642
+ nullable: true
643
+ },
644
+ clientIpAddress: {
645
+ type: 'string',
646
+ nullable: true
647
+ },
648
+ browserInfo: {
649
+ type: 'string',
650
+ nullable: true
651
+ },
652
+ creationTime: {
653
+ type: 'string',
654
+ format: 'date-time'
655
+ },
656
+ extraProperties: {
657
+ type: 'object',
658
+ additionalProperties: {
659
+ nullable: true
660
+ },
661
+ nullable: true
662
+ }
663
+ },
664
+ additionalProperties: false
239
665
  },
240
666
  nullable: true
241
667
  },
@@ -253,7 +679,126 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Iden
253
679
  items: {
254
680
  type: 'array',
255
681
  items: {
256
- '$ref': '#/components/schemas/Volo.Abp.Identity.IdentityUserDto'
682
+ type: 'object',
683
+ properties: {
684
+ extraProperties: {
685
+ type: 'object',
686
+ additionalProperties: {},
687
+ nullable: true,
688
+ readOnly: true
689
+ },
690
+ id: {
691
+ type: 'string',
692
+ format: 'uuid'
693
+ },
694
+ creationTime: {
695
+ type: 'string',
696
+ format: 'date-time'
697
+ },
698
+ creatorId: {
699
+ type: 'string',
700
+ format: 'uuid',
701
+ nullable: true
702
+ },
703
+ lastModificationTime: {
704
+ type: 'string',
705
+ format: 'date-time',
706
+ nullable: true
707
+ },
708
+ lastModifierId: {
709
+ type: 'string',
710
+ format: 'uuid',
711
+ nullable: true
712
+ },
713
+ isDeleted: {
714
+ type: 'boolean'
715
+ },
716
+ deleterId: {
717
+ type: 'string',
718
+ format: 'uuid',
719
+ nullable: true
720
+ },
721
+ deletionTime: {
722
+ type: 'string',
723
+ format: 'date-time',
724
+ nullable: true
725
+ },
726
+ tenantId: {
727
+ type: 'string',
728
+ format: 'uuid',
729
+ nullable: true
730
+ },
731
+ userName: {
732
+ type: 'string',
733
+ nullable: true
734
+ },
735
+ email: {
736
+ type: 'string',
737
+ nullable: true
738
+ },
739
+ name: {
740
+ type: 'string',
741
+ nullable: true
742
+ },
743
+ surname: {
744
+ type: 'string',
745
+ nullable: true
746
+ },
747
+ emailConfirmed: {
748
+ type: 'boolean'
749
+ },
750
+ phoneNumber: {
751
+ type: 'string',
752
+ nullable: true
753
+ },
754
+ phoneNumberConfirmed: {
755
+ type: 'boolean'
756
+ },
757
+ supportTwoFactor: {
758
+ type: 'boolean'
759
+ },
760
+ twoFactorEnabled: {
761
+ type: 'boolean'
762
+ },
763
+ isActive: {
764
+ type: 'boolean'
765
+ },
766
+ lockoutEnabled: {
767
+ type: 'boolean'
768
+ },
769
+ isLockedOut: {
770
+ type: 'boolean'
771
+ },
772
+ lockoutEnd: {
773
+ type: 'string',
774
+ format: 'date-time',
775
+ nullable: true
776
+ },
777
+ shouldChangePasswordOnNextLogin: {
778
+ type: 'boolean'
779
+ },
780
+ concurrencyStamp: {
781
+ type: 'string',
782
+ nullable: true
783
+ },
784
+ roleNames: {
785
+ type: 'array',
786
+ items: {
787
+ type: 'string'
788
+ },
789
+ nullable: true
790
+ },
791
+ accessFailedCount: {
792
+ type: 'integer',
793
+ format: 'int32'
794
+ },
795
+ lastPasswordChangeTime: {
796
+ type: 'string',
797
+ format: 'date-time',
798
+ nullable: true
799
+ }
800
+ },
801
+ additionalProperties: false
257
802
  },
258
803
  nullable: true
259
804
  },
@@ -271,7 +816,114 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Orga
271
816
  items: {
272
817
  type: 'array',
273
818
  items: {
274
- '$ref': '#/components/schemas/Volo.Abp.Identity.OrganizationUnitWithDetailsDto'
819
+ type: 'object',
820
+ properties: {
821
+ extraProperties: {
822
+ type: 'object',
823
+ additionalProperties: {},
824
+ nullable: true,
825
+ readOnly: true
826
+ },
827
+ id: {
828
+ type: 'string',
829
+ format: 'uuid'
830
+ },
831
+ creationTime: {
832
+ type: 'string',
833
+ format: 'date-time'
834
+ },
835
+ creatorId: {
836
+ type: 'string',
837
+ format: 'uuid',
838
+ nullable: true
839
+ },
840
+ lastModificationTime: {
841
+ type: 'string',
842
+ format: 'date-time',
843
+ nullable: true
844
+ },
845
+ lastModifierId: {
846
+ type: 'string',
847
+ format: 'uuid',
848
+ nullable: true
849
+ },
850
+ isDeleted: {
851
+ type: 'boolean'
852
+ },
853
+ deleterId: {
854
+ type: 'string',
855
+ format: 'uuid',
856
+ nullable: true
857
+ },
858
+ deletionTime: {
859
+ type: 'string',
860
+ format: 'date-time',
861
+ nullable: true
862
+ },
863
+ parentId: {
864
+ type: 'string',
865
+ format: 'uuid',
866
+ nullable: true
867
+ },
868
+ code: {
869
+ type: 'string',
870
+ nullable: true
871
+ },
872
+ displayName: {
873
+ type: 'string',
874
+ nullable: true
875
+ },
876
+ roles: {
877
+ type: 'array',
878
+ items: {
879
+ type: 'object',
880
+ properties: {
881
+ extraProperties: {
882
+ type: 'object',
883
+ additionalProperties: {},
884
+ nullable: true,
885
+ readOnly: true
886
+ },
887
+ id: {
888
+ type: 'string',
889
+ format: 'uuid'
890
+ },
891
+ name: {
892
+ type: 'string',
893
+ nullable: true
894
+ },
895
+ isDefault: {
896
+ type: 'boolean'
897
+ },
898
+ isStatic: {
899
+ type: 'boolean'
900
+ },
901
+ isPublic: {
902
+ type: 'boolean'
903
+ },
904
+ userCount: {
905
+ type: 'integer',
906
+ format: 'int64'
907
+ },
908
+ concurrencyStamp: {
909
+ type: 'string',
910
+ nullable: true
911
+ }
912
+ },
913
+ additionalProperties: false
914
+ },
915
+ nullable: true
916
+ },
917
+ userCount: {
918
+ type: 'integer',
919
+ format: 'int64'
920
+ },
921
+ concurrencyStamp: {
922
+ type: 'string',
923
+ nullable: true
924
+ }
925
+ },
926
+ additionalProperties: false
275
927
  },
276
928
  nullable: true
277
929
  },
@@ -289,7 +941,108 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_OpenIddict_Ap
289
941
  items: {
290
942
  type: 'array',
291
943
  items: {
292
- '$ref': '#/components/schemas/Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto'
944
+ type: 'object',
945
+ properties: {
946
+ extraProperties: {
947
+ type: 'object',
948
+ additionalProperties: {},
949
+ nullable: true,
950
+ readOnly: true
951
+ },
952
+ id: {
953
+ type: 'string',
954
+ format: 'uuid'
955
+ },
956
+ applicationType: {
957
+ type: 'string',
958
+ nullable: true
959
+ },
960
+ clientId: {
961
+ type: 'string',
962
+ nullable: true
963
+ },
964
+ displayName: {
965
+ type: 'string',
966
+ nullable: true
967
+ },
968
+ clientType: {
969
+ type: 'string',
970
+ nullable: true
971
+ },
972
+ clientSecret: {
973
+ type: 'string',
974
+ nullable: true
975
+ },
976
+ consentType: {
977
+ type: 'string',
978
+ nullable: true
979
+ },
980
+ extensionGrantTypes: {
981
+ uniqueItems: true,
982
+ type: 'array',
983
+ items: {
984
+ type: 'string'
985
+ },
986
+ nullable: true
987
+ },
988
+ postLogoutRedirectUris: {
989
+ uniqueItems: true,
990
+ type: 'array',
991
+ items: {
992
+ type: 'string'
993
+ },
994
+ nullable: true
995
+ },
996
+ redirectUris: {
997
+ uniqueItems: true,
998
+ type: 'array',
999
+ items: {
1000
+ type: 'string'
1001
+ },
1002
+ nullable: true
1003
+ },
1004
+ allowPasswordFlow: {
1005
+ type: 'boolean'
1006
+ },
1007
+ allowClientCredentialsFlow: {
1008
+ type: 'boolean'
1009
+ },
1010
+ allowAuthorizationCodeFlow: {
1011
+ type: 'boolean'
1012
+ },
1013
+ allowRefreshTokenFlow: {
1014
+ type: 'boolean'
1015
+ },
1016
+ allowHybridFlow: {
1017
+ type: 'boolean'
1018
+ },
1019
+ allowImplicitFlow: {
1020
+ type: 'boolean'
1021
+ },
1022
+ allowLogoutEndpoint: {
1023
+ type: 'boolean'
1024
+ },
1025
+ allowDeviceEndpoint: {
1026
+ type: 'boolean'
1027
+ },
1028
+ scopes: {
1029
+ uniqueItems: true,
1030
+ type: 'array',
1031
+ items: {
1032
+ type: 'string'
1033
+ },
1034
+ nullable: true
1035
+ },
1036
+ clientUri: {
1037
+ type: 'string',
1038
+ nullable: true
1039
+ },
1040
+ logoUri: {
1041
+ type: 'string',
1042
+ nullable: true
1043
+ }
1044
+ },
1045
+ additionalProperties: false
293
1046
  },
294
1047
  nullable: true
295
1048
  },
@@ -307,7 +1060,43 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_OpenIddict_Sc
307
1060
  items: {
308
1061
  type: 'array',
309
1062
  items: {
310
- '$ref': '#/components/schemas/Volo.Abp.OpenIddict.Scopes.Dtos.ScopeDto'
1063
+ type: 'object',
1064
+ properties: {
1065
+ extraProperties: {
1066
+ type: 'object',
1067
+ additionalProperties: {},
1068
+ nullable: true,
1069
+ readOnly: true
1070
+ },
1071
+ id: {
1072
+ type: 'string',
1073
+ format: 'uuid'
1074
+ },
1075
+ name: {
1076
+ type: 'string',
1077
+ nullable: true
1078
+ },
1079
+ displayName: {
1080
+ type: 'string',
1081
+ nullable: true
1082
+ },
1083
+ description: {
1084
+ type: 'string',
1085
+ nullable: true
1086
+ },
1087
+ buildIn: {
1088
+ type: 'boolean'
1089
+ },
1090
+ resources: {
1091
+ uniqueItems: true,
1092
+ type: 'array',
1093
+ items: {
1094
+ type: 'string'
1095
+ },
1096
+ nullable: true
1097
+ }
1098
+ },
1099
+ additionalProperties: false
311
1100
  },
312
1101
  nullable: true
313
1102
  },
@@ -337,37 +1126,604 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfi
337
1126
  type: 'object',
338
1127
  properties: {
339
1128
  localization: {
340
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationConfigurationDto'
1129
+ type: 'object',
1130
+ properties: {
1131
+ values: {
1132
+ type: 'object',
1133
+ additionalProperties: {
1134
+ type: 'object',
1135
+ additionalProperties: {
1136
+ type: 'string'
1137
+ }
1138
+ },
1139
+ nullable: true
1140
+ },
1141
+ resources: {
1142
+ type: 'object',
1143
+ additionalProperties: {
1144
+ type: 'object',
1145
+ properties: {
1146
+ texts: {
1147
+ type: 'object',
1148
+ additionalProperties: {
1149
+ type: 'string'
1150
+ },
1151
+ nullable: true
1152
+ },
1153
+ baseResources: {
1154
+ type: 'array',
1155
+ items: {
1156
+ type: 'string'
1157
+ },
1158
+ nullable: true
1159
+ }
1160
+ },
1161
+ additionalProperties: false
1162
+ },
1163
+ nullable: true
1164
+ },
1165
+ languages: {
1166
+ type: 'array',
1167
+ items: {
1168
+ type: 'object',
1169
+ properties: {
1170
+ cultureName: {
1171
+ type: 'string',
1172
+ nullable: true
1173
+ },
1174
+ uiCultureName: {
1175
+ type: 'string',
1176
+ nullable: true
1177
+ },
1178
+ displayName: {
1179
+ type: 'string',
1180
+ nullable: true
1181
+ },
1182
+ twoLetterISOLanguageName: {
1183
+ type: 'string',
1184
+ nullable: true,
1185
+ readOnly: true
1186
+ },
1187
+ flagIcon: {
1188
+ type: 'string',
1189
+ nullable: true
1190
+ }
1191
+ },
1192
+ additionalProperties: false
1193
+ },
1194
+ nullable: true
1195
+ },
1196
+ currentCulture: {
1197
+ type: 'object',
1198
+ properties: {
1199
+ displayName: {
1200
+ type: 'string',
1201
+ nullable: true
1202
+ },
1203
+ englishName: {
1204
+ type: 'string',
1205
+ nullable: true
1206
+ },
1207
+ threeLetterIsoLanguageName: {
1208
+ type: 'string',
1209
+ nullable: true
1210
+ },
1211
+ twoLetterIsoLanguageName: {
1212
+ type: 'string',
1213
+ nullable: true
1214
+ },
1215
+ isRightToLeft: {
1216
+ type: 'boolean'
1217
+ },
1218
+ cultureName: {
1219
+ type: 'string',
1220
+ nullable: true
1221
+ },
1222
+ name: {
1223
+ type: 'string',
1224
+ nullable: true
1225
+ },
1226
+ nativeName: {
1227
+ type: 'string',
1228
+ nullable: true
1229
+ },
1230
+ dateTimeFormat: {
1231
+ type: 'object',
1232
+ properties: {
1233
+ calendarAlgorithmType: {
1234
+ type: 'string',
1235
+ nullable: true
1236
+ },
1237
+ dateTimeFormatLong: {
1238
+ type: 'string',
1239
+ nullable: true
1240
+ },
1241
+ shortDatePattern: {
1242
+ type: 'string',
1243
+ nullable: true
1244
+ },
1245
+ fullDateTimePattern: {
1246
+ type: 'string',
1247
+ nullable: true
1248
+ },
1249
+ dateSeparator: {
1250
+ type: 'string',
1251
+ nullable: true
1252
+ },
1253
+ shortTimePattern: {
1254
+ type: 'string',
1255
+ nullable: true
1256
+ },
1257
+ longTimePattern: {
1258
+ type: 'string',
1259
+ nullable: true
1260
+ }
1261
+ },
1262
+ additionalProperties: false
1263
+ }
1264
+ },
1265
+ additionalProperties: false
1266
+ },
1267
+ defaultResourceName: {
1268
+ type: 'string',
1269
+ nullable: true
1270
+ },
1271
+ languagesMap: {
1272
+ type: 'object',
1273
+ additionalProperties: {
1274
+ type: 'array',
1275
+ items: {
1276
+ type: 'object',
1277
+ properties: {
1278
+ name: {
1279
+ type: 'string',
1280
+ nullable: true
1281
+ },
1282
+ value: {
1283
+ type: 'string',
1284
+ nullable: true
1285
+ }
1286
+ },
1287
+ additionalProperties: false
1288
+ }
1289
+ },
1290
+ nullable: true
1291
+ },
1292
+ languageFilesMap: {
1293
+ type: 'object',
1294
+ additionalProperties: {
1295
+ type: 'array',
1296
+ items: {
1297
+ type: 'object',
1298
+ properties: {
1299
+ name: {
1300
+ type: 'string',
1301
+ nullable: true
1302
+ },
1303
+ value: {
1304
+ type: 'string',
1305
+ nullable: true
1306
+ }
1307
+ },
1308
+ additionalProperties: false
1309
+ }
1310
+ },
1311
+ nullable: true
1312
+ }
1313
+ },
1314
+ additionalProperties: false
341
1315
  },
342
1316
  auth: {
343
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationAuthConfigurationDto'
1317
+ type: 'object',
1318
+ properties: {
1319
+ grantedPolicies: {
1320
+ type: 'object',
1321
+ additionalProperties: {
1322
+ type: 'boolean'
1323
+ },
1324
+ nullable: true
1325
+ }
1326
+ },
1327
+ additionalProperties: false
344
1328
  },
345
1329
  setting: {
346
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationSettingConfigurationDto'
1330
+ type: 'object',
1331
+ properties: {
1332
+ values: {
1333
+ type: 'object',
1334
+ additionalProperties: {
1335
+ type: 'string',
1336
+ nullable: true
1337
+ },
1338
+ nullable: true
1339
+ }
1340
+ },
1341
+ additionalProperties: false
347
1342
  },
348
1343
  currentUser: {
349
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentUserDto'
1344
+ type: 'object',
1345
+ properties: {
1346
+ isAuthenticated: {
1347
+ type: 'boolean'
1348
+ },
1349
+ id: {
1350
+ type: 'string',
1351
+ format: 'uuid',
1352
+ nullable: true
1353
+ },
1354
+ tenantId: {
1355
+ type: 'string',
1356
+ format: 'uuid',
1357
+ nullable: true
1358
+ },
1359
+ impersonatorUserId: {
1360
+ type: 'string',
1361
+ format: 'uuid',
1362
+ nullable: true
1363
+ },
1364
+ impersonatorTenantId: {
1365
+ type: 'string',
1366
+ format: 'uuid',
1367
+ nullable: true
1368
+ },
1369
+ impersonatorUserName: {
1370
+ type: 'string',
1371
+ nullable: true
1372
+ },
1373
+ impersonatorTenantName: {
1374
+ type: 'string',
1375
+ nullable: true
1376
+ },
1377
+ userName: {
1378
+ type: 'string',
1379
+ nullable: true
1380
+ },
1381
+ name: {
1382
+ type: 'string',
1383
+ nullable: true
1384
+ },
1385
+ surName: {
1386
+ type: 'string',
1387
+ nullable: true
1388
+ },
1389
+ email: {
1390
+ type: 'string',
1391
+ nullable: true
1392
+ },
1393
+ emailVerified: {
1394
+ type: 'boolean'
1395
+ },
1396
+ phoneNumber: {
1397
+ type: 'string',
1398
+ nullable: true
1399
+ },
1400
+ phoneNumberVerified: {
1401
+ type: 'boolean'
1402
+ },
1403
+ roles: {
1404
+ type: 'array',
1405
+ items: {
1406
+ type: 'string'
1407
+ },
1408
+ nullable: true
1409
+ }
1410
+ },
1411
+ additionalProperties: false
350
1412
  },
351
1413
  features: {
352
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationFeatureConfigurationDto'
1414
+ type: 'object',
1415
+ properties: {
1416
+ values: {
1417
+ type: 'object',
1418
+ additionalProperties: {
1419
+ type: 'string',
1420
+ nullable: true
1421
+ },
1422
+ nullable: true
1423
+ }
1424
+ },
1425
+ additionalProperties: false
353
1426
  },
354
1427
  globalFeatures: {
355
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationGlobalFeatureConfigurationDto'
1428
+ type: 'object',
1429
+ properties: {
1430
+ enabledFeatures: {
1431
+ uniqueItems: true,
1432
+ type: 'array',
1433
+ items: {
1434
+ type: 'string'
1435
+ },
1436
+ nullable: true
1437
+ }
1438
+ },
1439
+ additionalProperties: false
356
1440
  },
357
1441
  multiTenancy: {
358
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.MultiTenancy.MultiTenancyInfoDto'
1442
+ type: 'object',
1443
+ properties: {
1444
+ isEnabled: {
1445
+ type: 'boolean'
1446
+ }
1447
+ },
1448
+ additionalProperties: false
359
1449
  },
360
1450
  currentTenant: {
361
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.MultiTenancy.CurrentTenantDto'
1451
+ type: 'object',
1452
+ properties: {
1453
+ id: {
1454
+ type: 'string',
1455
+ format: 'uuid',
1456
+ nullable: true
1457
+ },
1458
+ name: {
1459
+ type: 'string',
1460
+ nullable: true
1461
+ },
1462
+ isAvailable: {
1463
+ type: 'boolean'
1464
+ }
1465
+ },
1466
+ additionalProperties: false
362
1467
  },
363
1468
  timing: {
364
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimingDto'
1469
+ type: 'object',
1470
+ properties: {
1471
+ timeZone: {
1472
+ type: 'object',
1473
+ properties: {
1474
+ iana: {
1475
+ type: 'object',
1476
+ properties: {
1477
+ timeZoneName: {
1478
+ type: 'string',
1479
+ nullable: true
1480
+ }
1481
+ },
1482
+ additionalProperties: false
1483
+ },
1484
+ windows: {
1485
+ type: 'object',
1486
+ properties: {
1487
+ timeZoneId: {
1488
+ type: 'string',
1489
+ nullable: true
1490
+ }
1491
+ },
1492
+ additionalProperties: false
1493
+ }
1494
+ },
1495
+ additionalProperties: false
1496
+ }
1497
+ },
1498
+ additionalProperties: false
365
1499
  },
366
1500
  clock: {
367
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ClockDto'
1501
+ type: 'object',
1502
+ properties: {
1503
+ kind: {
1504
+ type: 'string',
1505
+ nullable: true
1506
+ }
1507
+ },
1508
+ additionalProperties: false
368
1509
  },
369
1510
  objectExtensions: {
370
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ObjectExtensionsDto'
1511
+ type: 'object',
1512
+ properties: {
1513
+ modules: {
1514
+ type: 'object',
1515
+ additionalProperties: {
1516
+ type: 'object',
1517
+ properties: {
1518
+ entities: {
1519
+ type: 'object',
1520
+ additionalProperties: {
1521
+ type: 'object',
1522
+ properties: {
1523
+ properties: {
1524
+ type: 'object',
1525
+ additionalProperties: {
1526
+ type: 'object',
1527
+ properties: {
1528
+ type: {
1529
+ type: 'string',
1530
+ nullable: true
1531
+ },
1532
+ typeSimple: {
1533
+ type: 'string',
1534
+ nullable: true
1535
+ },
1536
+ displayName: {
1537
+ type: 'object',
1538
+ properties: {
1539
+ name: {
1540
+ type: 'string',
1541
+ nullable: true
1542
+ },
1543
+ resource: {
1544
+ type: 'string',
1545
+ nullable: true
1546
+ }
1547
+ },
1548
+ additionalProperties: false
1549
+ },
1550
+ api: {
1551
+ type: 'object',
1552
+ properties: {
1553
+ onGet: {
1554
+ type: 'object',
1555
+ properties: {
1556
+ isAvailable: {
1557
+ type: 'boolean'
1558
+ }
1559
+ },
1560
+ additionalProperties: false
1561
+ },
1562
+ onCreate: {
1563
+ type: 'object',
1564
+ properties: {
1565
+ isAvailable: {
1566
+ type: 'boolean'
1567
+ }
1568
+ },
1569
+ additionalProperties: false
1570
+ },
1571
+ onUpdate: {
1572
+ type: 'object',
1573
+ properties: {
1574
+ isAvailable: {
1575
+ type: 'boolean'
1576
+ }
1577
+ },
1578
+ additionalProperties: false
1579
+ }
1580
+ },
1581
+ additionalProperties: false
1582
+ },
1583
+ ui: {
1584
+ type: 'object',
1585
+ properties: {
1586
+ onTable: {
1587
+ type: 'object',
1588
+ properties: {
1589
+ isVisible: {
1590
+ type: 'boolean'
1591
+ }
1592
+ },
1593
+ additionalProperties: false
1594
+ },
1595
+ onCreateForm: {
1596
+ type: 'object',
1597
+ properties: {
1598
+ isVisible: {
1599
+ type: 'boolean'
1600
+ }
1601
+ },
1602
+ additionalProperties: false
1603
+ },
1604
+ onEditForm: {
1605
+ type: 'object',
1606
+ properties: {
1607
+ isVisible: {
1608
+ type: 'boolean'
1609
+ }
1610
+ },
1611
+ additionalProperties: false
1612
+ },
1613
+ lookup: {
1614
+ type: 'object',
1615
+ properties: {
1616
+ url: {
1617
+ type: 'string',
1618
+ nullable: true
1619
+ },
1620
+ resultListPropertyName: {
1621
+ type: 'string',
1622
+ nullable: true
1623
+ },
1624
+ displayPropertyName: {
1625
+ type: 'string',
1626
+ nullable: true
1627
+ },
1628
+ valuePropertyName: {
1629
+ type: 'string',
1630
+ nullable: true
1631
+ },
1632
+ filterParamName: {
1633
+ type: 'string',
1634
+ nullable: true
1635
+ }
1636
+ },
1637
+ additionalProperties: false
1638
+ }
1639
+ },
1640
+ additionalProperties: false
1641
+ },
1642
+ attributes: {
1643
+ type: 'array',
1644
+ items: {
1645
+ type: 'object',
1646
+ properties: {
1647
+ typeSimple: {
1648
+ type: 'string',
1649
+ nullable: true
1650
+ },
1651
+ config: {
1652
+ type: 'object',
1653
+ additionalProperties: {},
1654
+ nullable: true
1655
+ }
1656
+ },
1657
+ additionalProperties: false
1658
+ },
1659
+ nullable: true
1660
+ },
1661
+ configuration: {
1662
+ type: 'object',
1663
+ additionalProperties: {},
1664
+ nullable: true
1665
+ },
1666
+ defaultValue: {
1667
+ nullable: true
1668
+ }
1669
+ },
1670
+ additionalProperties: false
1671
+ },
1672
+ nullable: true
1673
+ },
1674
+ configuration: {
1675
+ type: 'object',
1676
+ additionalProperties: {},
1677
+ nullable: true
1678
+ }
1679
+ },
1680
+ additionalProperties: false
1681
+ },
1682
+ nullable: true
1683
+ },
1684
+ configuration: {
1685
+ type: 'object',
1686
+ additionalProperties: {},
1687
+ nullable: true
1688
+ }
1689
+ },
1690
+ additionalProperties: false
1691
+ },
1692
+ nullable: true
1693
+ },
1694
+ enums: {
1695
+ type: 'object',
1696
+ additionalProperties: {
1697
+ type: 'object',
1698
+ properties: {
1699
+ fields: {
1700
+ type: 'array',
1701
+ items: {
1702
+ type: 'object',
1703
+ properties: {
1704
+ name: {
1705
+ type: 'string',
1706
+ nullable: true
1707
+ },
1708
+ value: {
1709
+ nullable: true
1710
+ }
1711
+ },
1712
+ additionalProperties: false
1713
+ },
1714
+ nullable: true
1715
+ },
1716
+ localizationResource: {
1717
+ type: 'string',
1718
+ nullable: true
1719
+ }
1720
+ },
1721
+ additionalProperties: false
1722
+ },
1723
+ nullable: true
1724
+ }
1725
+ },
1726
+ additionalProperties: false
371
1727
  },
372
1728
  extraProperties: {
373
1729
  type: 'object',
@@ -424,19 +1780,128 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocal
424
1780
  resources: {
425
1781
  type: 'object',
426
1782
  additionalProperties: {
427
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto'
1783
+ type: 'object',
1784
+ properties: {
1785
+ texts: {
1786
+ type: 'object',
1787
+ additionalProperties: {
1788
+ type: 'string'
1789
+ },
1790
+ nullable: true
1791
+ },
1792
+ baseResources: {
1793
+ type: 'array',
1794
+ items: {
1795
+ type: 'string'
1796
+ },
1797
+ nullable: true
1798
+ }
1799
+ },
1800
+ additionalProperties: false
428
1801
  },
429
1802
  nullable: true
430
1803
  },
431
1804
  languages: {
432
1805
  type: 'array',
433
1806
  items: {
434
- '$ref': '#/components/schemas/Volo.Abp.Localization.LanguageInfo'
1807
+ type: 'object',
1808
+ properties: {
1809
+ cultureName: {
1810
+ type: 'string',
1811
+ nullable: true
1812
+ },
1813
+ uiCultureName: {
1814
+ type: 'string',
1815
+ nullable: true
1816
+ },
1817
+ displayName: {
1818
+ type: 'string',
1819
+ nullable: true
1820
+ },
1821
+ twoLetterISOLanguageName: {
1822
+ type: 'string',
1823
+ nullable: true,
1824
+ readOnly: true
1825
+ },
1826
+ flagIcon: {
1827
+ type: 'string',
1828
+ nullable: true
1829
+ }
1830
+ },
1831
+ additionalProperties: false
435
1832
  },
436
1833
  nullable: true
437
1834
  },
438
1835
  currentCulture: {
439
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.CurrentCultureDto'
1836
+ type: 'object',
1837
+ properties: {
1838
+ displayName: {
1839
+ type: 'string',
1840
+ nullable: true
1841
+ },
1842
+ englishName: {
1843
+ type: 'string',
1844
+ nullable: true
1845
+ },
1846
+ threeLetterIsoLanguageName: {
1847
+ type: 'string',
1848
+ nullable: true
1849
+ },
1850
+ twoLetterIsoLanguageName: {
1851
+ type: 'string',
1852
+ nullable: true
1853
+ },
1854
+ isRightToLeft: {
1855
+ type: 'boolean'
1856
+ },
1857
+ cultureName: {
1858
+ type: 'string',
1859
+ nullable: true
1860
+ },
1861
+ name: {
1862
+ type: 'string',
1863
+ nullable: true
1864
+ },
1865
+ nativeName: {
1866
+ type: 'string',
1867
+ nullable: true
1868
+ },
1869
+ dateTimeFormat: {
1870
+ type: 'object',
1871
+ properties: {
1872
+ calendarAlgorithmType: {
1873
+ type: 'string',
1874
+ nullable: true
1875
+ },
1876
+ dateTimeFormatLong: {
1877
+ type: 'string',
1878
+ nullable: true
1879
+ },
1880
+ shortDatePattern: {
1881
+ type: 'string',
1882
+ nullable: true
1883
+ },
1884
+ fullDateTimePattern: {
1885
+ type: 'string',
1886
+ nullable: true
1887
+ },
1888
+ dateSeparator: {
1889
+ type: 'string',
1890
+ nullable: true
1891
+ },
1892
+ shortTimePattern: {
1893
+ type: 'string',
1894
+ nullable: true
1895
+ },
1896
+ longTimePattern: {
1897
+ type: 'string',
1898
+ nullable: true
1899
+ }
1900
+ },
1901
+ additionalProperties: false
1902
+ }
1903
+ },
1904
+ additionalProperties: false
440
1905
  },
441
1906
  defaultResourceName: {
442
1907
  type: 'string',
@@ -447,7 +1912,18 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocal
447
1912
  additionalProperties: {
448
1913
  type: 'array',
449
1914
  items: {
450
- '$ref': '#/components/schemas/Volo.Abp.NameValue'
1915
+ type: 'object',
1916
+ properties: {
1917
+ name: {
1918
+ type: 'string',
1919
+ nullable: true
1920
+ },
1921
+ value: {
1922
+ type: 'string',
1923
+ nullable: true
1924
+ }
1925
+ },
1926
+ additionalProperties: false
451
1927
  }
452
1928
  },
453
1929
  nullable: true
@@ -457,7 +1933,18 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocal
457
1933
  additionalProperties: {
458
1934
  type: 'array',
459
1935
  items: {
460
- '$ref': '#/components/schemas/Volo.Abp.NameValue'
1936
+ type: 'object',
1937
+ properties: {
1938
+ name: {
1939
+ type: 'string',
1940
+ nullable: true
1941
+ },
1942
+ value: {
1943
+ type: 'string',
1944
+ nullable: true
1945
+ }
1946
+ },
1947
+ additionalProperties: false
461
1948
  }
462
1949
  },
463
1950
  nullable: true
@@ -472,7 +1959,24 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocal
472
1959
  resources: {
473
1960
  type: 'object',
474
1961
  additionalProperties: {
475
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ApplicationLocalizationResourceDto'
1962
+ type: 'object',
1963
+ properties: {
1964
+ texts: {
1965
+ type: 'object',
1966
+ additionalProperties: {
1967
+ type: 'string'
1968
+ },
1969
+ nullable: true
1970
+ },
1971
+ baseResources: {
1972
+ type: 'array',
1973
+ items: {
1974
+ type: 'string'
1975
+ },
1976
+ nullable: true
1977
+ }
1978
+ },
1979
+ additionalProperties: false
476
1980
  },
477
1981
  nullable: true
478
1982
  }
@@ -562,7 +2066,38 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDt
562
2066
  nullable: true
563
2067
  },
564
2068
  dateTimeFormat: {
565
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.DateTimeFormatDto'
2069
+ type: 'object',
2070
+ properties: {
2071
+ calendarAlgorithmType: {
2072
+ type: 'string',
2073
+ nullable: true
2074
+ },
2075
+ dateTimeFormatLong: {
2076
+ type: 'string',
2077
+ nullable: true
2078
+ },
2079
+ shortDatePattern: {
2080
+ type: 'string',
2081
+ nullable: true
2082
+ },
2083
+ fullDateTimePattern: {
2084
+ type: 'string',
2085
+ nullable: true
2086
+ },
2087
+ dateSeparator: {
2088
+ type: 'string',
2089
+ nullable: true
2090
+ },
2091
+ shortTimePattern: {
2092
+ type: 'string',
2093
+ nullable: true
2094
+ },
2095
+ longTimePattern: {
2096
+ type: 'string',
2097
+ nullable: true
2098
+ }
2099
+ },
2100
+ additionalProperties: false
566
2101
  }
567
2102
  },
568
2103
  additionalProperties: false
@@ -691,7 +2226,151 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
691
2226
  properties: {
692
2227
  type: 'object',
693
2228
  additionalProperties: {
694
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyDto'
2229
+ type: 'object',
2230
+ properties: {
2231
+ type: {
2232
+ type: 'string',
2233
+ nullable: true
2234
+ },
2235
+ typeSimple: {
2236
+ type: 'string',
2237
+ nullable: true
2238
+ },
2239
+ displayName: {
2240
+ type: 'object',
2241
+ properties: {
2242
+ name: {
2243
+ type: 'string',
2244
+ nullable: true
2245
+ },
2246
+ resource: {
2247
+ type: 'string',
2248
+ nullable: true
2249
+ }
2250
+ },
2251
+ additionalProperties: false
2252
+ },
2253
+ api: {
2254
+ type: 'object',
2255
+ properties: {
2256
+ onGet: {
2257
+ type: 'object',
2258
+ properties: {
2259
+ isAvailable: {
2260
+ type: 'boolean'
2261
+ }
2262
+ },
2263
+ additionalProperties: false
2264
+ },
2265
+ onCreate: {
2266
+ type: 'object',
2267
+ properties: {
2268
+ isAvailable: {
2269
+ type: 'boolean'
2270
+ }
2271
+ },
2272
+ additionalProperties: false
2273
+ },
2274
+ onUpdate: {
2275
+ type: 'object',
2276
+ properties: {
2277
+ isAvailable: {
2278
+ type: 'boolean'
2279
+ }
2280
+ },
2281
+ additionalProperties: false
2282
+ }
2283
+ },
2284
+ additionalProperties: false
2285
+ },
2286
+ ui: {
2287
+ type: 'object',
2288
+ properties: {
2289
+ onTable: {
2290
+ type: 'object',
2291
+ properties: {
2292
+ isVisible: {
2293
+ type: 'boolean'
2294
+ }
2295
+ },
2296
+ additionalProperties: false
2297
+ },
2298
+ onCreateForm: {
2299
+ type: 'object',
2300
+ properties: {
2301
+ isVisible: {
2302
+ type: 'boolean'
2303
+ }
2304
+ },
2305
+ additionalProperties: false
2306
+ },
2307
+ onEditForm: {
2308
+ type: 'object',
2309
+ properties: {
2310
+ isVisible: {
2311
+ type: 'boolean'
2312
+ }
2313
+ },
2314
+ additionalProperties: false
2315
+ },
2316
+ lookup: {
2317
+ type: 'object',
2318
+ properties: {
2319
+ url: {
2320
+ type: 'string',
2321
+ nullable: true
2322
+ },
2323
+ resultListPropertyName: {
2324
+ type: 'string',
2325
+ nullable: true
2326
+ },
2327
+ displayPropertyName: {
2328
+ type: 'string',
2329
+ nullable: true
2330
+ },
2331
+ valuePropertyName: {
2332
+ type: 'string',
2333
+ nullable: true
2334
+ },
2335
+ filterParamName: {
2336
+ type: 'string',
2337
+ nullable: true
2338
+ }
2339
+ },
2340
+ additionalProperties: false
2341
+ }
2342
+ },
2343
+ additionalProperties: false
2344
+ },
2345
+ attributes: {
2346
+ type: 'array',
2347
+ items: {
2348
+ type: 'object',
2349
+ properties: {
2350
+ typeSimple: {
2351
+ type: 'string',
2352
+ nullable: true
2353
+ },
2354
+ config: {
2355
+ type: 'object',
2356
+ additionalProperties: {},
2357
+ nullable: true
2358
+ }
2359
+ },
2360
+ additionalProperties: false
2361
+ },
2362
+ nullable: true
2363
+ },
2364
+ configuration: {
2365
+ type: 'object',
2366
+ additionalProperties: {},
2367
+ nullable: true
2368
+ },
2369
+ defaultValue: {
2370
+ nullable: true
2371
+ }
2372
+ },
2373
+ additionalProperties: false
695
2374
  },
696
2375
  nullable: true
697
2376
  },
@@ -710,7 +2389,17 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
710
2389
  fields: {
711
2390
  type: 'array',
712
2391
  items: {
713
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumFieldDto'
2392
+ type: 'object',
2393
+ properties: {
2394
+ name: {
2395
+ type: 'string',
2396
+ nullable: true
2397
+ },
2398
+ value: {
2399
+ nullable: true
2400
+ }
2401
+ },
2402
+ additionalProperties: false
714
2403
  },
715
2404
  nullable: true
716
2405
  },
@@ -750,13 +2439,31 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
750
2439
  type: 'object',
751
2440
  properties: {
752
2441
  onGet: {
753
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiGetDto'
2442
+ type: 'object',
2443
+ properties: {
2444
+ isAvailable: {
2445
+ type: 'boolean'
2446
+ }
2447
+ },
2448
+ additionalProperties: false
754
2449
  },
755
2450
  onCreate: {
756
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiCreateDto'
2451
+ type: 'object',
2452
+ properties: {
2453
+ isAvailable: {
2454
+ type: 'boolean'
2455
+ }
2456
+ },
2457
+ additionalProperties: false
757
2458
  },
758
2459
  onUpdate: {
759
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiUpdateDto'
2460
+ type: 'object',
2461
+ properties: {
2462
+ isAvailable: {
2463
+ type: 'boolean'
2464
+ }
2465
+ },
2466
+ additionalProperties: false
760
2467
  }
761
2468
  },
762
2469
  additionalProperties: false
@@ -810,18 +2517,127 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
810
2517
  nullable: true
811
2518
  },
812
2519
  displayName: {
813
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.LocalizableStringDto'
2520
+ type: 'object',
2521
+ properties: {
2522
+ name: {
2523
+ type: 'string',
2524
+ nullable: true
2525
+ },
2526
+ resource: {
2527
+ type: 'string',
2528
+ nullable: true
2529
+ }
2530
+ },
2531
+ additionalProperties: false
814
2532
  },
815
2533
  api: {
816
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyApiDto'
2534
+ type: 'object',
2535
+ properties: {
2536
+ onGet: {
2537
+ type: 'object',
2538
+ properties: {
2539
+ isAvailable: {
2540
+ type: 'boolean'
2541
+ }
2542
+ },
2543
+ additionalProperties: false
2544
+ },
2545
+ onCreate: {
2546
+ type: 'object',
2547
+ properties: {
2548
+ isAvailable: {
2549
+ type: 'boolean'
2550
+ }
2551
+ },
2552
+ additionalProperties: false
2553
+ },
2554
+ onUpdate: {
2555
+ type: 'object',
2556
+ properties: {
2557
+ isAvailable: {
2558
+ type: 'boolean'
2559
+ }
2560
+ },
2561
+ additionalProperties: false
2562
+ }
2563
+ },
2564
+ additionalProperties: false
817
2565
  },
818
2566
  ui: {
819
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiDto'
2567
+ type: 'object',
2568
+ properties: {
2569
+ onTable: {
2570
+ type: 'object',
2571
+ properties: {
2572
+ isVisible: {
2573
+ type: 'boolean'
2574
+ }
2575
+ },
2576
+ additionalProperties: false
2577
+ },
2578
+ onCreateForm: {
2579
+ type: 'object',
2580
+ properties: {
2581
+ isVisible: {
2582
+ type: 'boolean'
2583
+ }
2584
+ },
2585
+ additionalProperties: false
2586
+ },
2587
+ onEditForm: {
2588
+ type: 'object',
2589
+ properties: {
2590
+ isVisible: {
2591
+ type: 'boolean'
2592
+ }
2593
+ },
2594
+ additionalProperties: false
2595
+ },
2596
+ lookup: {
2597
+ type: 'object',
2598
+ properties: {
2599
+ url: {
2600
+ type: 'string',
2601
+ nullable: true
2602
+ },
2603
+ resultListPropertyName: {
2604
+ type: 'string',
2605
+ nullable: true
2606
+ },
2607
+ displayPropertyName: {
2608
+ type: 'string',
2609
+ nullable: true
2610
+ },
2611
+ valuePropertyName: {
2612
+ type: 'string',
2613
+ nullable: true
2614
+ },
2615
+ filterParamName: {
2616
+ type: 'string',
2617
+ nullable: true
2618
+ }
2619
+ },
2620
+ additionalProperties: false
2621
+ }
2622
+ },
2623
+ additionalProperties: false
820
2624
  },
821
2625
  attributes: {
822
2626
  type: 'array',
823
2627
  items: {
824
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyAttributeDto'
2628
+ type: 'object',
2629
+ properties: {
2630
+ typeSimple: {
2631
+ type: 'string',
2632
+ nullable: true
2633
+ },
2634
+ config: {
2635
+ type: 'object',
2636
+ additionalProperties: {},
2637
+ nullable: true
2638
+ }
2639
+ },
2640
+ additionalProperties: false
825
2641
  },
826
2642
  nullable: true
827
2643
  },
@@ -841,16 +2657,57 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
841
2657
  type: 'object',
842
2658
  properties: {
843
2659
  onTable: {
844
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiTableDto'
2660
+ type: 'object',
2661
+ properties: {
2662
+ isVisible: {
2663
+ type: 'boolean'
2664
+ }
2665
+ },
2666
+ additionalProperties: false
845
2667
  },
846
2668
  onCreateForm: {
847
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto'
2669
+ type: 'object',
2670
+ properties: {
2671
+ isVisible: {
2672
+ type: 'boolean'
2673
+ }
2674
+ },
2675
+ additionalProperties: false
848
2676
  },
849
2677
  onEditForm: {
850
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiFormDto'
2678
+ type: 'object',
2679
+ properties: {
2680
+ isVisible: {
2681
+ type: 'boolean'
2682
+ }
2683
+ },
2684
+ additionalProperties: false
851
2685
  },
852
2686
  lookup: {
853
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionPropertyUiLookupDto'
2687
+ type: 'object',
2688
+ properties: {
2689
+ url: {
2690
+ type: 'string',
2691
+ nullable: true
2692
+ },
2693
+ resultListPropertyName: {
2694
+ type: 'string',
2695
+ nullable: true
2696
+ },
2697
+ displayPropertyName: {
2698
+ type: 'string',
2699
+ nullable: true
2700
+ },
2701
+ valuePropertyName: {
2702
+ type: 'string',
2703
+ nullable: true
2704
+ },
2705
+ filterParamName: {
2706
+ type: 'string',
2707
+ nullable: true
2708
+ }
2709
+ },
2710
+ additionalProperties: false
854
2711
  }
855
2712
  },
856
2713
  additionalProperties: false
@@ -924,7 +2781,166 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
924
2781
  entities: {
925
2782
  type: 'object',
926
2783
  additionalProperties: {
927
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.EntityExtensionDto'
2784
+ type: 'object',
2785
+ properties: {
2786
+ properties: {
2787
+ type: 'object',
2788
+ additionalProperties: {
2789
+ type: 'object',
2790
+ properties: {
2791
+ type: {
2792
+ type: 'string',
2793
+ nullable: true
2794
+ },
2795
+ typeSimple: {
2796
+ type: 'string',
2797
+ nullable: true
2798
+ },
2799
+ displayName: {
2800
+ type: 'object',
2801
+ properties: {
2802
+ name: {
2803
+ type: 'string',
2804
+ nullable: true
2805
+ },
2806
+ resource: {
2807
+ type: 'string',
2808
+ nullable: true
2809
+ }
2810
+ },
2811
+ additionalProperties: false
2812
+ },
2813
+ api: {
2814
+ type: 'object',
2815
+ properties: {
2816
+ onGet: {
2817
+ type: 'object',
2818
+ properties: {
2819
+ isAvailable: {
2820
+ type: 'boolean'
2821
+ }
2822
+ },
2823
+ additionalProperties: false
2824
+ },
2825
+ onCreate: {
2826
+ type: 'object',
2827
+ properties: {
2828
+ isAvailable: {
2829
+ type: 'boolean'
2830
+ }
2831
+ },
2832
+ additionalProperties: false
2833
+ },
2834
+ onUpdate: {
2835
+ type: 'object',
2836
+ properties: {
2837
+ isAvailable: {
2838
+ type: 'boolean'
2839
+ }
2840
+ },
2841
+ additionalProperties: false
2842
+ }
2843
+ },
2844
+ additionalProperties: false
2845
+ },
2846
+ ui: {
2847
+ type: 'object',
2848
+ properties: {
2849
+ onTable: {
2850
+ type: 'object',
2851
+ properties: {
2852
+ isVisible: {
2853
+ type: 'boolean'
2854
+ }
2855
+ },
2856
+ additionalProperties: false
2857
+ },
2858
+ onCreateForm: {
2859
+ type: 'object',
2860
+ properties: {
2861
+ isVisible: {
2862
+ type: 'boolean'
2863
+ }
2864
+ },
2865
+ additionalProperties: false
2866
+ },
2867
+ onEditForm: {
2868
+ type: 'object',
2869
+ properties: {
2870
+ isVisible: {
2871
+ type: 'boolean'
2872
+ }
2873
+ },
2874
+ additionalProperties: false
2875
+ },
2876
+ lookup: {
2877
+ type: 'object',
2878
+ properties: {
2879
+ url: {
2880
+ type: 'string',
2881
+ nullable: true
2882
+ },
2883
+ resultListPropertyName: {
2884
+ type: 'string',
2885
+ nullable: true
2886
+ },
2887
+ displayPropertyName: {
2888
+ type: 'string',
2889
+ nullable: true
2890
+ },
2891
+ valuePropertyName: {
2892
+ type: 'string',
2893
+ nullable: true
2894
+ },
2895
+ filterParamName: {
2896
+ type: 'string',
2897
+ nullable: true
2898
+ }
2899
+ },
2900
+ additionalProperties: false
2901
+ }
2902
+ },
2903
+ additionalProperties: false
2904
+ },
2905
+ attributes: {
2906
+ type: 'array',
2907
+ items: {
2908
+ type: 'object',
2909
+ properties: {
2910
+ typeSimple: {
2911
+ type: 'string',
2912
+ nullable: true
2913
+ },
2914
+ config: {
2915
+ type: 'object',
2916
+ additionalProperties: {},
2917
+ nullable: true
2918
+ }
2919
+ },
2920
+ additionalProperties: false
2921
+ },
2922
+ nullable: true
2923
+ },
2924
+ configuration: {
2925
+ type: 'object',
2926
+ additionalProperties: {},
2927
+ nullable: true
2928
+ },
2929
+ defaultValue: {
2930
+ nullable: true
2931
+ }
2932
+ },
2933
+ additionalProperties: false
2934
+ },
2935
+ nullable: true
2936
+ },
2937
+ configuration: {
2938
+ type: 'object',
2939
+ additionalProperties: {},
2940
+ nullable: true
2941
+ }
2942
+ },
2943
+ additionalProperties: false
928
2944
  },
929
2945
  nullable: true
930
2946
  },
@@ -943,14 +2959,212 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
943
2959
  modules: {
944
2960
  type: 'object',
945
2961
  additionalProperties: {
946
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ModuleExtensionDto'
2962
+ type: 'object',
2963
+ properties: {
2964
+ entities: {
2965
+ type: 'object',
2966
+ additionalProperties: {
2967
+ type: 'object',
2968
+ properties: {
2969
+ properties: {
2970
+ type: 'object',
2971
+ additionalProperties: {
2972
+ type: 'object',
2973
+ properties: {
2974
+ type: {
2975
+ type: 'string',
2976
+ nullable: true
2977
+ },
2978
+ typeSimple: {
2979
+ type: 'string',
2980
+ nullable: true
2981
+ },
2982
+ displayName: {
2983
+ type: 'object',
2984
+ properties: {
2985
+ name: {
2986
+ type: 'string',
2987
+ nullable: true
2988
+ },
2989
+ resource: {
2990
+ type: 'string',
2991
+ nullable: true
2992
+ }
2993
+ },
2994
+ additionalProperties: false
2995
+ },
2996
+ api: {
2997
+ type: 'object',
2998
+ properties: {
2999
+ onGet: {
3000
+ type: 'object',
3001
+ properties: {
3002
+ isAvailable: {
3003
+ type: 'boolean'
3004
+ }
3005
+ },
3006
+ additionalProperties: false
3007
+ },
3008
+ onCreate: {
3009
+ type: 'object',
3010
+ properties: {
3011
+ isAvailable: {
3012
+ type: 'boolean'
3013
+ }
3014
+ },
3015
+ additionalProperties: false
3016
+ },
3017
+ onUpdate: {
3018
+ type: 'object',
3019
+ properties: {
3020
+ isAvailable: {
3021
+ type: 'boolean'
3022
+ }
3023
+ },
3024
+ additionalProperties: false
3025
+ }
3026
+ },
3027
+ additionalProperties: false
3028
+ },
3029
+ ui: {
3030
+ type: 'object',
3031
+ properties: {
3032
+ onTable: {
3033
+ type: 'object',
3034
+ properties: {
3035
+ isVisible: {
3036
+ type: 'boolean'
3037
+ }
3038
+ },
3039
+ additionalProperties: false
3040
+ },
3041
+ onCreateForm: {
3042
+ type: 'object',
3043
+ properties: {
3044
+ isVisible: {
3045
+ type: 'boolean'
3046
+ }
3047
+ },
3048
+ additionalProperties: false
3049
+ },
3050
+ onEditForm: {
3051
+ type: 'object',
3052
+ properties: {
3053
+ isVisible: {
3054
+ type: 'boolean'
3055
+ }
3056
+ },
3057
+ additionalProperties: false
3058
+ },
3059
+ lookup: {
3060
+ type: 'object',
3061
+ properties: {
3062
+ url: {
3063
+ type: 'string',
3064
+ nullable: true
3065
+ },
3066
+ resultListPropertyName: {
3067
+ type: 'string',
3068
+ nullable: true
3069
+ },
3070
+ displayPropertyName: {
3071
+ type: 'string',
3072
+ nullable: true
3073
+ },
3074
+ valuePropertyName: {
3075
+ type: 'string',
3076
+ nullable: true
3077
+ },
3078
+ filterParamName: {
3079
+ type: 'string',
3080
+ nullable: true
3081
+ }
3082
+ },
3083
+ additionalProperties: false
3084
+ }
3085
+ },
3086
+ additionalProperties: false
3087
+ },
3088
+ attributes: {
3089
+ type: 'array',
3090
+ items: {
3091
+ type: 'object',
3092
+ properties: {
3093
+ typeSimple: {
3094
+ type: 'string',
3095
+ nullable: true
3096
+ },
3097
+ config: {
3098
+ type: 'object',
3099
+ additionalProperties: {},
3100
+ nullable: true
3101
+ }
3102
+ },
3103
+ additionalProperties: false
3104
+ },
3105
+ nullable: true
3106
+ },
3107
+ configuration: {
3108
+ type: 'object',
3109
+ additionalProperties: {},
3110
+ nullable: true
3111
+ },
3112
+ defaultValue: {
3113
+ nullable: true
3114
+ }
3115
+ },
3116
+ additionalProperties: false
3117
+ },
3118
+ nullable: true
3119
+ },
3120
+ configuration: {
3121
+ type: 'object',
3122
+ additionalProperties: {},
3123
+ nullable: true
3124
+ }
3125
+ },
3126
+ additionalProperties: false
3127
+ },
3128
+ nullable: true
3129
+ },
3130
+ configuration: {
3131
+ type: 'object',
3132
+ additionalProperties: {},
3133
+ nullable: true
3134
+ }
3135
+ },
3136
+ additionalProperties: false
947
3137
  },
948
3138
  nullable: true
949
3139
  },
950
3140
  enums: {
951
3141
  type: 'object',
952
3142
  additionalProperties: {
953
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending.ExtensionEnumDto'
3143
+ type: 'object',
3144
+ properties: {
3145
+ fields: {
3146
+ type: 'array',
3147
+ items: {
3148
+ type: 'object',
3149
+ properties: {
3150
+ name: {
3151
+ type: 'string',
3152
+ nullable: true
3153
+ },
3154
+ value: {
3155
+ nullable: true
3156
+ }
3157
+ },
3158
+ additionalProperties: false
3159
+ },
3160
+ nullable: true
3161
+ },
3162
+ localizationResource: {
3163
+ type: 'string',
3164
+ nullable: true
3165
+ }
3166
+ },
3167
+ additionalProperties: false
954
3168
  },
955
3169
  nullable: true
956
3170
  }
@@ -962,10 +3176,24 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
962
3176
  type: 'object',
963
3177
  properties: {
964
3178
  iana: {
965
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.IanaTimeZone'
3179
+ type: 'object',
3180
+ properties: {
3181
+ timeZoneName: {
3182
+ type: 'string',
3183
+ nullable: true
3184
+ }
3185
+ },
3186
+ additionalProperties: false
966
3187
  },
967
3188
  windows: {
968
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.WindowsTimeZone'
3189
+ type: 'object',
3190
+ properties: {
3191
+ timeZoneId: {
3192
+ type: 'string',
3193
+ nullable: true
3194
+ }
3195
+ },
3196
+ additionalProperties: false
969
3197
  }
970
3198
  },
971
3199
  additionalProperties: false
@@ -975,7 +3203,30 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
975
3203
  type: 'object',
976
3204
  properties: {
977
3205
  timeZone: {
978
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.TimeZone'
3206
+ type: 'object',
3207
+ properties: {
3208
+ iana: {
3209
+ type: 'object',
3210
+ properties: {
3211
+ timeZoneName: {
3212
+ type: 'string',
3213
+ nullable: true
3214
+ }
3215
+ },
3216
+ additionalProperties: false
3217
+ },
3218
+ windows: {
3219
+ type: 'object',
3220
+ properties: {
3221
+ timeZoneId: {
3222
+ type: 'string',
3223
+ nullable: true
3224
+ }
3225
+ },
3226
+ additionalProperties: false
3227
+ }
3228
+ },
3229
+ additionalProperties: false
979
3230
  }
980
3231
  },
981
3232
  additionalProperties: false
@@ -1050,19 +3301,99 @@ export const $Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
1050
3301
  parametersOnMethod: {
1051
3302
  type: 'array',
1052
3303
  items: {
1053
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel'
3304
+ type: 'object',
3305
+ properties: {
3306
+ name: {
3307
+ type: 'string',
3308
+ nullable: true
3309
+ },
3310
+ typeAsString: {
3311
+ type: 'string',
3312
+ nullable: true
3313
+ },
3314
+ type: {
3315
+ type: 'string',
3316
+ nullable: true
3317
+ },
3318
+ typeSimple: {
3319
+ type: 'string',
3320
+ nullable: true
3321
+ },
3322
+ isOptional: {
3323
+ type: 'boolean'
3324
+ },
3325
+ defaultValue: {
3326
+ nullable: true
3327
+ }
3328
+ },
3329
+ additionalProperties: false
1054
3330
  },
1055
3331
  nullable: true
1056
3332
  },
1057
3333
  parameters: {
1058
3334
  type: 'array',
1059
3335
  items: {
1060
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ParameterApiDescriptionModel'
3336
+ type: 'object',
3337
+ properties: {
3338
+ nameOnMethod: {
3339
+ type: 'string',
3340
+ nullable: true
3341
+ },
3342
+ name: {
3343
+ type: 'string',
3344
+ nullable: true
3345
+ },
3346
+ jsonName: {
3347
+ type: 'string',
3348
+ nullable: true
3349
+ },
3350
+ type: {
3351
+ type: 'string',
3352
+ nullable: true
3353
+ },
3354
+ typeSimple: {
3355
+ type: 'string',
3356
+ nullable: true
3357
+ },
3358
+ isOptional: {
3359
+ type: 'boolean'
3360
+ },
3361
+ defaultValue: {
3362
+ nullable: true
3363
+ },
3364
+ constraintTypes: {
3365
+ type: 'array',
3366
+ items: {
3367
+ type: 'string'
3368
+ },
3369
+ nullable: true
3370
+ },
3371
+ bindingSourceId: {
3372
+ type: 'string',
3373
+ nullable: true
3374
+ },
3375
+ descriptorName: {
3376
+ type: 'string',
3377
+ nullable: true
3378
+ }
3379
+ },
3380
+ additionalProperties: false
1061
3381
  },
1062
3382
  nullable: true
1063
3383
  },
1064
3384
  returnValue: {
1065
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel'
3385
+ type: 'object',
3386
+ properties: {
3387
+ type: {
3388
+ type: 'string',
3389
+ nullable: true
3390
+ },
3391
+ typeSimple: {
3392
+ type: 'string',
3393
+ nullable: true
3394
+ }
3395
+ },
3396
+ additionalProperties: false
1066
3397
  },
1067
3398
  allowAnonymous: {
1068
3399
  type: 'boolean',
@@ -1082,14 +3413,353 @@ export const $Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
1082
3413
  modules: {
1083
3414
  type: 'object',
1084
3415
  additionalProperties: {
1085
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ModuleApiDescriptionModel'
3416
+ type: 'object',
3417
+ properties: {
3418
+ rootPath: {
3419
+ type: 'string',
3420
+ nullable: true
3421
+ },
3422
+ remoteServiceName: {
3423
+ type: 'string',
3424
+ nullable: true
3425
+ },
3426
+ controllers: {
3427
+ type: 'object',
3428
+ additionalProperties: {
3429
+ type: 'object',
3430
+ properties: {
3431
+ controllerName: {
3432
+ type: 'string',
3433
+ nullable: true
3434
+ },
3435
+ controllerGroupName: {
3436
+ type: 'string',
3437
+ nullable: true
3438
+ },
3439
+ isRemoteService: {
3440
+ type: 'boolean'
3441
+ },
3442
+ isIntegrationService: {
3443
+ type: 'boolean'
3444
+ },
3445
+ apiVersion: {
3446
+ type: 'string',
3447
+ nullable: true
3448
+ },
3449
+ type: {
3450
+ type: 'string',
3451
+ nullable: true
3452
+ },
3453
+ interfaces: {
3454
+ type: 'array',
3455
+ items: {
3456
+ type: 'object',
3457
+ properties: {
3458
+ type: {
3459
+ type: 'string',
3460
+ nullable: true
3461
+ },
3462
+ name: {
3463
+ type: 'string',
3464
+ nullable: true
3465
+ },
3466
+ methods: {
3467
+ type: 'array',
3468
+ items: {
3469
+ type: 'object',
3470
+ properties: {
3471
+ name: {
3472
+ type: 'string',
3473
+ nullable: true
3474
+ },
3475
+ parametersOnMethod: {
3476
+ type: 'array',
3477
+ items: {
3478
+ type: 'object',
3479
+ properties: {
3480
+ name: {
3481
+ type: 'string',
3482
+ nullable: true
3483
+ },
3484
+ typeAsString: {
3485
+ type: 'string',
3486
+ nullable: true
3487
+ },
3488
+ type: {
3489
+ type: 'string',
3490
+ nullable: true
3491
+ },
3492
+ typeSimple: {
3493
+ type: 'string',
3494
+ nullable: true
3495
+ },
3496
+ isOptional: {
3497
+ type: 'boolean'
3498
+ },
3499
+ defaultValue: {
3500
+ nullable: true
3501
+ }
3502
+ },
3503
+ additionalProperties: false
3504
+ },
3505
+ nullable: true
3506
+ },
3507
+ returnValue: {
3508
+ type: 'object',
3509
+ properties: {
3510
+ type: {
3511
+ type: 'string',
3512
+ nullable: true
3513
+ },
3514
+ typeSimple: {
3515
+ type: 'string',
3516
+ nullable: true
3517
+ }
3518
+ },
3519
+ additionalProperties: false
3520
+ }
3521
+ },
3522
+ additionalProperties: false
3523
+ },
3524
+ nullable: true
3525
+ }
3526
+ },
3527
+ additionalProperties: false
3528
+ },
3529
+ nullable: true
3530
+ },
3531
+ actions: {
3532
+ type: 'object',
3533
+ additionalProperties: {
3534
+ type: 'object',
3535
+ properties: {
3536
+ uniqueName: {
3537
+ type: 'string',
3538
+ nullable: true
3539
+ },
3540
+ name: {
3541
+ type: 'string',
3542
+ nullable: true
3543
+ },
3544
+ httpMethod: {
3545
+ type: 'string',
3546
+ nullable: true
3547
+ },
3548
+ url: {
3549
+ type: 'string',
3550
+ nullable: true
3551
+ },
3552
+ supportedVersions: {
3553
+ type: 'array',
3554
+ items: {
3555
+ type: 'string'
3556
+ },
3557
+ nullable: true
3558
+ },
3559
+ parametersOnMethod: {
3560
+ type: 'array',
3561
+ items: {
3562
+ type: 'object',
3563
+ properties: {
3564
+ name: {
3565
+ type: 'string',
3566
+ nullable: true
3567
+ },
3568
+ typeAsString: {
3569
+ type: 'string',
3570
+ nullable: true
3571
+ },
3572
+ type: {
3573
+ type: 'string',
3574
+ nullable: true
3575
+ },
3576
+ typeSimple: {
3577
+ type: 'string',
3578
+ nullable: true
3579
+ },
3580
+ isOptional: {
3581
+ type: 'boolean'
3582
+ },
3583
+ defaultValue: {
3584
+ nullable: true
3585
+ }
3586
+ },
3587
+ additionalProperties: false
3588
+ },
3589
+ nullable: true
3590
+ },
3591
+ parameters: {
3592
+ type: 'array',
3593
+ items: {
3594
+ type: 'object',
3595
+ properties: {
3596
+ nameOnMethod: {
3597
+ type: 'string',
3598
+ nullable: true
3599
+ },
3600
+ name: {
3601
+ type: 'string',
3602
+ nullable: true
3603
+ },
3604
+ jsonName: {
3605
+ type: 'string',
3606
+ nullable: true
3607
+ },
3608
+ type: {
3609
+ type: 'string',
3610
+ nullable: true
3611
+ },
3612
+ typeSimple: {
3613
+ type: 'string',
3614
+ nullable: true
3615
+ },
3616
+ isOptional: {
3617
+ type: 'boolean'
3618
+ },
3619
+ defaultValue: {
3620
+ nullable: true
3621
+ },
3622
+ constraintTypes: {
3623
+ type: 'array',
3624
+ items: {
3625
+ type: 'string'
3626
+ },
3627
+ nullable: true
3628
+ },
3629
+ bindingSourceId: {
3630
+ type: 'string',
3631
+ nullable: true
3632
+ },
3633
+ descriptorName: {
3634
+ type: 'string',
3635
+ nullable: true
3636
+ }
3637
+ },
3638
+ additionalProperties: false
3639
+ },
3640
+ nullable: true
3641
+ },
3642
+ returnValue: {
3643
+ type: 'object',
3644
+ properties: {
3645
+ type: {
3646
+ type: 'string',
3647
+ nullable: true
3648
+ },
3649
+ typeSimple: {
3650
+ type: 'string',
3651
+ nullable: true
3652
+ }
3653
+ },
3654
+ additionalProperties: false
3655
+ },
3656
+ allowAnonymous: {
3657
+ type: 'boolean',
3658
+ nullable: true
3659
+ },
3660
+ implementFrom: {
3661
+ type: 'string',
3662
+ nullable: true
3663
+ }
3664
+ },
3665
+ additionalProperties: false
3666
+ },
3667
+ nullable: true
3668
+ }
3669
+ },
3670
+ additionalProperties: false
3671
+ },
3672
+ nullable: true
3673
+ }
3674
+ },
3675
+ additionalProperties: false
1086
3676
  },
1087
3677
  nullable: true
1088
3678
  },
1089
3679
  types: {
1090
3680
  type: 'object',
1091
3681
  additionalProperties: {
1092
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.TypeApiDescriptionModel'
3682
+ type: 'object',
3683
+ properties: {
3684
+ baseType: {
3685
+ type: 'string',
3686
+ nullable: true
3687
+ },
3688
+ isEnum: {
3689
+ type: 'boolean'
3690
+ },
3691
+ enumNames: {
3692
+ type: 'array',
3693
+ items: {
3694
+ type: 'string'
3695
+ },
3696
+ nullable: true
3697
+ },
3698
+ enumValues: {
3699
+ type: 'array',
3700
+ items: {},
3701
+ nullable: true
3702
+ },
3703
+ genericArguments: {
3704
+ type: 'array',
3705
+ items: {
3706
+ type: 'string'
3707
+ },
3708
+ nullable: true
3709
+ },
3710
+ properties: {
3711
+ type: 'array',
3712
+ items: {
3713
+ type: 'object',
3714
+ properties: {
3715
+ name: {
3716
+ type: 'string',
3717
+ nullable: true
3718
+ },
3719
+ jsonName: {
3720
+ type: 'string',
3721
+ nullable: true
3722
+ },
3723
+ type: {
3724
+ type: 'string',
3725
+ nullable: true
3726
+ },
3727
+ typeSimple: {
3728
+ type: 'string',
3729
+ nullable: true
3730
+ },
3731
+ isRequired: {
3732
+ type: 'boolean'
3733
+ },
3734
+ minLength: {
3735
+ type: 'integer',
3736
+ format: 'int32',
3737
+ nullable: true
3738
+ },
3739
+ maxLength: {
3740
+ type: 'integer',
3741
+ format: 'int32',
3742
+ nullable: true
3743
+ },
3744
+ minimum: {
3745
+ type: 'string',
3746
+ nullable: true
3747
+ },
3748
+ maximum: {
3749
+ type: 'string',
3750
+ nullable: true
3751
+ },
3752
+ regex: {
3753
+ type: 'string',
3754
+ nullable: true
3755
+ }
3756
+ },
3757
+ additionalProperties: false
3758
+ },
3759
+ nullable: true
3760
+ }
3761
+ },
3762
+ additionalProperties: false
1093
3763
  },
1094
3764
  nullable: true
1095
3765
  }
@@ -1125,14 +3795,216 @@ export const $Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
1125
3795
  interfaces: {
1126
3796
  type: 'array',
1127
3797
  items: {
1128
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ControllerInterfaceApiDescriptionModel'
3798
+ type: 'object',
3799
+ properties: {
3800
+ type: {
3801
+ type: 'string',
3802
+ nullable: true
3803
+ },
3804
+ name: {
3805
+ type: 'string',
3806
+ nullable: true
3807
+ },
3808
+ methods: {
3809
+ type: 'array',
3810
+ items: {
3811
+ type: 'object',
3812
+ properties: {
3813
+ name: {
3814
+ type: 'string',
3815
+ nullable: true
3816
+ },
3817
+ parametersOnMethod: {
3818
+ type: 'array',
3819
+ items: {
3820
+ type: 'object',
3821
+ properties: {
3822
+ name: {
3823
+ type: 'string',
3824
+ nullable: true
3825
+ },
3826
+ typeAsString: {
3827
+ type: 'string',
3828
+ nullable: true
3829
+ },
3830
+ type: {
3831
+ type: 'string',
3832
+ nullable: true
3833
+ },
3834
+ typeSimple: {
3835
+ type: 'string',
3836
+ nullable: true
3837
+ },
3838
+ isOptional: {
3839
+ type: 'boolean'
3840
+ },
3841
+ defaultValue: {
3842
+ nullable: true
3843
+ }
3844
+ },
3845
+ additionalProperties: false
3846
+ },
3847
+ nullable: true
3848
+ },
3849
+ returnValue: {
3850
+ type: 'object',
3851
+ properties: {
3852
+ type: {
3853
+ type: 'string',
3854
+ nullable: true
3855
+ },
3856
+ typeSimple: {
3857
+ type: 'string',
3858
+ nullable: true
3859
+ }
3860
+ },
3861
+ additionalProperties: false
3862
+ }
3863
+ },
3864
+ additionalProperties: false
3865
+ },
3866
+ nullable: true
3867
+ }
3868
+ },
3869
+ additionalProperties: false
1129
3870
  },
1130
3871
  nullable: true
1131
3872
  },
1132
3873
  actions: {
1133
3874
  type: 'object',
1134
3875
  additionalProperties: {
1135
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ActionApiDescriptionModel'
3876
+ type: 'object',
3877
+ properties: {
3878
+ uniqueName: {
3879
+ type: 'string',
3880
+ nullable: true
3881
+ },
3882
+ name: {
3883
+ type: 'string',
3884
+ nullable: true
3885
+ },
3886
+ httpMethod: {
3887
+ type: 'string',
3888
+ nullable: true
3889
+ },
3890
+ url: {
3891
+ type: 'string',
3892
+ nullable: true
3893
+ },
3894
+ supportedVersions: {
3895
+ type: 'array',
3896
+ items: {
3897
+ type: 'string'
3898
+ },
3899
+ nullable: true
3900
+ },
3901
+ parametersOnMethod: {
3902
+ type: 'array',
3903
+ items: {
3904
+ type: 'object',
3905
+ properties: {
3906
+ name: {
3907
+ type: 'string',
3908
+ nullable: true
3909
+ },
3910
+ typeAsString: {
3911
+ type: 'string',
3912
+ nullable: true
3913
+ },
3914
+ type: {
3915
+ type: 'string',
3916
+ nullable: true
3917
+ },
3918
+ typeSimple: {
3919
+ type: 'string',
3920
+ nullable: true
3921
+ },
3922
+ isOptional: {
3923
+ type: 'boolean'
3924
+ },
3925
+ defaultValue: {
3926
+ nullable: true
3927
+ }
3928
+ },
3929
+ additionalProperties: false
3930
+ },
3931
+ nullable: true
3932
+ },
3933
+ parameters: {
3934
+ type: 'array',
3935
+ items: {
3936
+ type: 'object',
3937
+ properties: {
3938
+ nameOnMethod: {
3939
+ type: 'string',
3940
+ nullable: true
3941
+ },
3942
+ name: {
3943
+ type: 'string',
3944
+ nullable: true
3945
+ },
3946
+ jsonName: {
3947
+ type: 'string',
3948
+ nullable: true
3949
+ },
3950
+ type: {
3951
+ type: 'string',
3952
+ nullable: true
3953
+ },
3954
+ typeSimple: {
3955
+ type: 'string',
3956
+ nullable: true
3957
+ },
3958
+ isOptional: {
3959
+ type: 'boolean'
3960
+ },
3961
+ defaultValue: {
3962
+ nullable: true
3963
+ },
3964
+ constraintTypes: {
3965
+ type: 'array',
3966
+ items: {
3967
+ type: 'string'
3968
+ },
3969
+ nullable: true
3970
+ },
3971
+ bindingSourceId: {
3972
+ type: 'string',
3973
+ nullable: true
3974
+ },
3975
+ descriptorName: {
3976
+ type: 'string',
3977
+ nullable: true
3978
+ }
3979
+ },
3980
+ additionalProperties: false
3981
+ },
3982
+ nullable: true
3983
+ },
3984
+ returnValue: {
3985
+ type: 'object',
3986
+ properties: {
3987
+ type: {
3988
+ type: 'string',
3989
+ nullable: true
3990
+ },
3991
+ typeSimple: {
3992
+ type: 'string',
3993
+ nullable: true
3994
+ }
3995
+ },
3996
+ additionalProperties: false
3997
+ },
3998
+ allowAnonymous: {
3999
+ type: 'boolean',
4000
+ nullable: true
4001
+ },
4002
+ implementFrom: {
4003
+ type: 'string',
4004
+ nullable: true
4005
+ }
4006
+ },
4007
+ additionalProperties: false
1136
4008
  },
1137
4009
  nullable: true
1138
4010
  }
@@ -1154,7 +4026,60 @@ export const $Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
1154
4026
  methods: {
1155
4027
  type: 'array',
1156
4028
  items: {
1157
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.InterfaceMethodApiDescriptionModel'
4029
+ type: 'object',
4030
+ properties: {
4031
+ name: {
4032
+ type: 'string',
4033
+ nullable: true
4034
+ },
4035
+ parametersOnMethod: {
4036
+ type: 'array',
4037
+ items: {
4038
+ type: 'object',
4039
+ properties: {
4040
+ name: {
4041
+ type: 'string',
4042
+ nullable: true
4043
+ },
4044
+ typeAsString: {
4045
+ type: 'string',
4046
+ nullable: true
4047
+ },
4048
+ type: {
4049
+ type: 'string',
4050
+ nullable: true
4051
+ },
4052
+ typeSimple: {
4053
+ type: 'string',
4054
+ nullable: true
4055
+ },
4056
+ isOptional: {
4057
+ type: 'boolean'
4058
+ },
4059
+ defaultValue: {
4060
+ nullable: true
4061
+ }
4062
+ },
4063
+ additionalProperties: false
4064
+ },
4065
+ nullable: true
4066
+ },
4067
+ returnValue: {
4068
+ type: 'object',
4069
+ properties: {
4070
+ type: {
4071
+ type: 'string',
4072
+ nullable: true
4073
+ },
4074
+ typeSimple: {
4075
+ type: 'string',
4076
+ nullable: true
4077
+ }
4078
+ },
4079
+ additionalProperties: false
4080
+ }
4081
+ },
4082
+ additionalProperties: false
1158
4083
  },
1159
4084
  nullable: true
1160
4085
  }
@@ -1172,12 +4097,48 @@ export const $Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
1172
4097
  parametersOnMethod: {
1173
4098
  type: 'array',
1174
4099
  items: {
1175
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.MethodParameterApiDescriptionModel'
4100
+ type: 'object',
4101
+ properties: {
4102
+ name: {
4103
+ type: 'string',
4104
+ nullable: true
4105
+ },
4106
+ typeAsString: {
4107
+ type: 'string',
4108
+ nullable: true
4109
+ },
4110
+ type: {
4111
+ type: 'string',
4112
+ nullable: true
4113
+ },
4114
+ typeSimple: {
4115
+ type: 'string',
4116
+ nullable: true
4117
+ },
4118
+ isOptional: {
4119
+ type: 'boolean'
4120
+ },
4121
+ defaultValue: {
4122
+ nullable: true
4123
+ }
4124
+ },
4125
+ additionalProperties: false
1176
4126
  },
1177
4127
  nullable: true
1178
4128
  },
1179
4129
  returnValue: {
1180
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ReturnValueApiDescriptionModel'
4130
+ type: 'object',
4131
+ properties: {
4132
+ type: {
4133
+ type: 'string',
4134
+ nullable: true
4135
+ },
4136
+ typeSimple: {
4137
+ type: 'string',
4138
+ nullable: true
4139
+ }
4140
+ },
4141
+ additionalProperties: false
1181
4142
  }
1182
4143
  },
1183
4144
  additionalProperties: false
@@ -1226,7 +4187,248 @@ export const $Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
1226
4187
  controllers: {
1227
4188
  type: 'object',
1228
4189
  additionalProperties: {
1229
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.ControllerApiDescriptionModel'
4190
+ type: 'object',
4191
+ properties: {
4192
+ controllerName: {
4193
+ type: 'string',
4194
+ nullable: true
4195
+ },
4196
+ controllerGroupName: {
4197
+ type: 'string',
4198
+ nullable: true
4199
+ },
4200
+ isRemoteService: {
4201
+ type: 'boolean'
4202
+ },
4203
+ isIntegrationService: {
4204
+ type: 'boolean'
4205
+ },
4206
+ apiVersion: {
4207
+ type: 'string',
4208
+ nullable: true
4209
+ },
4210
+ type: {
4211
+ type: 'string',
4212
+ nullable: true
4213
+ },
4214
+ interfaces: {
4215
+ type: 'array',
4216
+ items: {
4217
+ type: 'object',
4218
+ properties: {
4219
+ type: {
4220
+ type: 'string',
4221
+ nullable: true
4222
+ },
4223
+ name: {
4224
+ type: 'string',
4225
+ nullable: true
4226
+ },
4227
+ methods: {
4228
+ type: 'array',
4229
+ items: {
4230
+ type: 'object',
4231
+ properties: {
4232
+ name: {
4233
+ type: 'string',
4234
+ nullable: true
4235
+ },
4236
+ parametersOnMethod: {
4237
+ type: 'array',
4238
+ items: {
4239
+ type: 'object',
4240
+ properties: {
4241
+ name: {
4242
+ type: 'string',
4243
+ nullable: true
4244
+ },
4245
+ typeAsString: {
4246
+ type: 'string',
4247
+ nullable: true
4248
+ },
4249
+ type: {
4250
+ type: 'string',
4251
+ nullable: true
4252
+ },
4253
+ typeSimple: {
4254
+ type: 'string',
4255
+ nullable: true
4256
+ },
4257
+ isOptional: {
4258
+ type: 'boolean'
4259
+ },
4260
+ defaultValue: {
4261
+ nullable: true
4262
+ }
4263
+ },
4264
+ additionalProperties: false
4265
+ },
4266
+ nullable: true
4267
+ },
4268
+ returnValue: {
4269
+ type: 'object',
4270
+ properties: {
4271
+ type: {
4272
+ type: 'string',
4273
+ nullable: true
4274
+ },
4275
+ typeSimple: {
4276
+ type: 'string',
4277
+ nullable: true
4278
+ }
4279
+ },
4280
+ additionalProperties: false
4281
+ }
4282
+ },
4283
+ additionalProperties: false
4284
+ },
4285
+ nullable: true
4286
+ }
4287
+ },
4288
+ additionalProperties: false
4289
+ },
4290
+ nullable: true
4291
+ },
4292
+ actions: {
4293
+ type: 'object',
4294
+ additionalProperties: {
4295
+ type: 'object',
4296
+ properties: {
4297
+ uniqueName: {
4298
+ type: 'string',
4299
+ nullable: true
4300
+ },
4301
+ name: {
4302
+ type: 'string',
4303
+ nullable: true
4304
+ },
4305
+ httpMethod: {
4306
+ type: 'string',
4307
+ nullable: true
4308
+ },
4309
+ url: {
4310
+ type: 'string',
4311
+ nullable: true
4312
+ },
4313
+ supportedVersions: {
4314
+ type: 'array',
4315
+ items: {
4316
+ type: 'string'
4317
+ },
4318
+ nullable: true
4319
+ },
4320
+ parametersOnMethod: {
4321
+ type: 'array',
4322
+ items: {
4323
+ type: 'object',
4324
+ properties: {
4325
+ name: {
4326
+ type: 'string',
4327
+ nullable: true
4328
+ },
4329
+ typeAsString: {
4330
+ type: 'string',
4331
+ nullable: true
4332
+ },
4333
+ type: {
4334
+ type: 'string',
4335
+ nullable: true
4336
+ },
4337
+ typeSimple: {
4338
+ type: 'string',
4339
+ nullable: true
4340
+ },
4341
+ isOptional: {
4342
+ type: 'boolean'
4343
+ },
4344
+ defaultValue: {
4345
+ nullable: true
4346
+ }
4347
+ },
4348
+ additionalProperties: false
4349
+ },
4350
+ nullable: true
4351
+ },
4352
+ parameters: {
4353
+ type: 'array',
4354
+ items: {
4355
+ type: 'object',
4356
+ properties: {
4357
+ nameOnMethod: {
4358
+ type: 'string',
4359
+ nullable: true
4360
+ },
4361
+ name: {
4362
+ type: 'string',
4363
+ nullable: true
4364
+ },
4365
+ jsonName: {
4366
+ type: 'string',
4367
+ nullable: true
4368
+ },
4369
+ type: {
4370
+ type: 'string',
4371
+ nullable: true
4372
+ },
4373
+ typeSimple: {
4374
+ type: 'string',
4375
+ nullable: true
4376
+ },
4377
+ isOptional: {
4378
+ type: 'boolean'
4379
+ },
4380
+ defaultValue: {
4381
+ nullable: true
4382
+ },
4383
+ constraintTypes: {
4384
+ type: 'array',
4385
+ items: {
4386
+ type: 'string'
4387
+ },
4388
+ nullable: true
4389
+ },
4390
+ bindingSourceId: {
4391
+ type: 'string',
4392
+ nullable: true
4393
+ },
4394
+ descriptorName: {
4395
+ type: 'string',
4396
+ nullable: true
4397
+ }
4398
+ },
4399
+ additionalProperties: false
4400
+ },
4401
+ nullable: true
4402
+ },
4403
+ returnValue: {
4404
+ type: 'object',
4405
+ properties: {
4406
+ type: {
4407
+ type: 'string',
4408
+ nullable: true
4409
+ },
4410
+ typeSimple: {
4411
+ type: 'string',
4412
+ nullable: true
4413
+ }
4414
+ },
4415
+ additionalProperties: false
4416
+ },
4417
+ allowAnonymous: {
4418
+ type: 'boolean',
4419
+ nullable: true
4420
+ },
4421
+ implementFrom: {
4422
+ type: 'string',
4423
+ nullable: true
4424
+ }
4425
+ },
4426
+ additionalProperties: false
4427
+ },
4428
+ nullable: true
4429
+ }
4430
+ },
4431
+ additionalProperties: false
1230
4432
  },
1231
4433
  nullable: true
1232
4434
  }
@@ -1377,7 +4579,51 @@ export const $Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
1377
4579
  properties: {
1378
4580
  type: 'array',
1379
4581
  items: {
1380
- '$ref': '#/components/schemas/Volo.Abp.Http.Modeling.PropertyApiDescriptionModel'
4582
+ type: 'object',
4583
+ properties: {
4584
+ name: {
4585
+ type: 'string',
4586
+ nullable: true
4587
+ },
4588
+ jsonName: {
4589
+ type: 'string',
4590
+ nullable: true
4591
+ },
4592
+ type: {
4593
+ type: 'string',
4594
+ nullable: true
4595
+ },
4596
+ typeSimple: {
4597
+ type: 'string',
4598
+ nullable: true
4599
+ },
4600
+ isRequired: {
4601
+ type: 'boolean'
4602
+ },
4603
+ minLength: {
4604
+ type: 'integer',
4605
+ format: 'int32',
4606
+ nullable: true
4607
+ },
4608
+ maxLength: {
4609
+ type: 'integer',
4610
+ format: 'int32',
4611
+ nullable: true
4612
+ },
4613
+ minimum: {
4614
+ type: 'string',
4615
+ nullable: true
4616
+ },
4617
+ maximum: {
4618
+ type: 'string',
4619
+ nullable: true
4620
+ },
4621
+ regex: {
4622
+ type: 'string',
4623
+ nullable: true
4624
+ }
4625
+ },
4626
+ additionalProperties: false
1381
4627
  },
1382
4628
  nullable: true
1383
4629
  }
@@ -1408,7 +4654,21 @@ export const $Volo_Abp_Http_RemoteServiceErrorInfo = {
1408
4654
  validationErrors: {
1409
4655
  type: 'array',
1410
4656
  items: {
1411
- '$ref': '#/components/schemas/Volo.Abp.Http.RemoteServiceValidationErrorInfo'
4657
+ type: 'object',
4658
+ properties: {
4659
+ message: {
4660
+ type: 'string',
4661
+ nullable: true
4662
+ },
4663
+ members: {
4664
+ type: 'array',
4665
+ items: {
4666
+ type: 'string'
4667
+ },
4668
+ nullable: true
4669
+ }
4670
+ },
4671
+ additionalProperties: false
1412
4672
  },
1413
4673
  nullable: true
1414
4674
  }
@@ -1420,7 +4680,48 @@ export const $Volo_Abp_Http_RemoteServiceErrorResponse = {
1420
4680
  type: 'object',
1421
4681
  properties: {
1422
4682
  error: {
1423
- '$ref': '#/components/schemas/Volo.Abp.Http.RemoteServiceErrorInfo'
4683
+ type: 'object',
4684
+ properties: {
4685
+ code: {
4686
+ type: 'string',
4687
+ nullable: true
4688
+ },
4689
+ message: {
4690
+ type: 'string',
4691
+ nullable: true
4692
+ },
4693
+ details: {
4694
+ type: 'string',
4695
+ nullable: true
4696
+ },
4697
+ data: {
4698
+ type: 'object',
4699
+ additionalProperties: {},
4700
+ nullable: true
4701
+ },
4702
+ validationErrors: {
4703
+ type: 'array',
4704
+ items: {
4705
+ type: 'object',
4706
+ properties: {
4707
+ message: {
4708
+ type: 'string',
4709
+ nullable: true
4710
+ },
4711
+ members: {
4712
+ type: 'array',
4713
+ items: {
4714
+ type: 'string'
4715
+ },
4716
+ nullable: true
4717
+ }
4718
+ },
4719
+ additionalProperties: false
4720
+ },
4721
+ nullable: true
4722
+ }
4723
+ },
4724
+ additionalProperties: false
1424
4725
  }
1425
4726
  },
1426
4727
  additionalProperties: false
@@ -1480,7 +4781,9 @@ export const $Volo_Abp_Identity_ClaimTypeDto = {
1480
4781
  nullable: true
1481
4782
  },
1482
4783
  valueType: {
1483
- '$ref': '#/components/schemas/Volo.Abp.Identity.IdentityClaimValueType'
4784
+ enum: [0, 1, 2, 3],
4785
+ type: 'integer',
4786
+ format: 'int32'
1484
4787
  },
1485
4788
  valueTypeAsString: {
1486
4789
  type: 'string',
@@ -1524,7 +4827,9 @@ export const $Volo_Abp_Identity_CreateClaimTypeDto = {
1524
4827
  nullable: true
1525
4828
  },
1526
4829
  valueType: {
1527
- '$ref': '#/components/schemas/Volo.Abp.Identity.IdentityClaimValueType'
4830
+ enum: [0, 1, 2, 3],
4831
+ type: 'integer',
4832
+ format: 'int32'
1528
4833
  }
1529
4834
  },
1530
4835
  additionalProperties: false
@@ -1894,16 +5199,85 @@ export const $Volo_Abp_Identity_IdentitySettingsDto = {
1894
5199
  type: 'object',
1895
5200
  properties: {
1896
5201
  password: {
1897
- '$ref': '#/components/schemas/Volo.Abp.Identity.IdentityPasswordSettingsDto'
5202
+ type: 'object',
5203
+ properties: {
5204
+ requiredLength: {
5205
+ maximum: 128,
5206
+ minimum: 2,
5207
+ type: 'integer',
5208
+ format: 'int32'
5209
+ },
5210
+ requiredUniqueChars: {
5211
+ maximum: 128,
5212
+ minimum: 1,
5213
+ type: 'integer',
5214
+ format: 'int32'
5215
+ },
5216
+ requireNonAlphanumeric: {
5217
+ type: 'boolean'
5218
+ },
5219
+ requireLowercase: {
5220
+ type: 'boolean'
5221
+ },
5222
+ requireUppercase: {
5223
+ type: 'boolean'
5224
+ },
5225
+ requireDigit: {
5226
+ type: 'boolean'
5227
+ },
5228
+ forceUsersToPeriodicallyChangePassword: {
5229
+ type: 'boolean'
5230
+ },
5231
+ passwordChangePeriodDays: {
5232
+ type: 'integer',
5233
+ format: 'int32'
5234
+ }
5235
+ },
5236
+ additionalProperties: false
1898
5237
  },
1899
5238
  lockout: {
1900
- '$ref': '#/components/schemas/Volo.Abp.Identity.IdentityLockoutSettingsDto'
5239
+ type: 'object',
5240
+ properties: {
5241
+ allowedForNewUsers: {
5242
+ type: 'boolean'
5243
+ },
5244
+ lockoutDuration: {
5245
+ type: 'integer',
5246
+ format: 'int32'
5247
+ },
5248
+ maxFailedAccessAttempts: {
5249
+ type: 'integer',
5250
+ format: 'int32'
5251
+ }
5252
+ },
5253
+ additionalProperties: false
1901
5254
  },
1902
5255
  signIn: {
1903
- '$ref': '#/components/schemas/Volo.Abp.Identity.IdentitySignInSettingsDto'
5256
+ type: 'object',
5257
+ properties: {
5258
+ requireConfirmedEmail: {
5259
+ type: 'boolean'
5260
+ },
5261
+ enablePhoneNumberConfirmation: {
5262
+ type: 'boolean'
5263
+ },
5264
+ requireConfirmedPhoneNumber: {
5265
+ type: 'boolean'
5266
+ }
5267
+ },
5268
+ additionalProperties: false
1904
5269
  },
1905
5270
  user: {
1906
- '$ref': '#/components/schemas/Volo.Abp.Identity.IdentityUserSettingsDto'
5271
+ type: 'object',
5272
+ properties: {
5273
+ isUserNameUpdateEnabled: {
5274
+ type: 'boolean'
5275
+ },
5276
+ isEmailUpdateEnabled: {
5277
+ type: 'boolean'
5278
+ }
5279
+ },
5280
+ additionalProperties: false
1907
5281
  }
1908
5282
  },
1909
5283
  additionalProperties: false
@@ -2390,7 +5764,27 @@ export const $Volo_Abp_Identity_OrganizationUnitDto = {
2390
5764
  roles: {
2391
5765
  type: 'array',
2392
5766
  items: {
2393
- '$ref': '#/components/schemas/Volo.Abp.Identity.OrganizationUnitRoleDto'
5767
+ type: 'object',
5768
+ properties: {
5769
+ creationTime: {
5770
+ type: 'string',
5771
+ format: 'date-time'
5772
+ },
5773
+ creatorId: {
5774
+ type: 'string',
5775
+ format: 'uuid',
5776
+ nullable: true
5777
+ },
5778
+ organizationUnitId: {
5779
+ type: 'string',
5780
+ format: 'uuid'
5781
+ },
5782
+ roleId: {
5783
+ type: 'string',
5784
+ format: 'uuid'
5785
+ }
5786
+ },
5787
+ additionalProperties: false
2394
5788
  },
2395
5789
  nullable: true
2396
5790
  }
@@ -2563,7 +5957,41 @@ export const $Volo_Abp_Identity_OrganizationUnitWithDetailsDto = {
2563
5957
  roles: {
2564
5958
  type: 'array',
2565
5959
  items: {
2566
- '$ref': '#/components/schemas/Volo.Abp.Identity.IdentityRoleDto'
5960
+ type: 'object',
5961
+ properties: {
5962
+ extraProperties: {
5963
+ type: 'object',
5964
+ additionalProperties: {},
5965
+ nullable: true,
5966
+ readOnly: true
5967
+ },
5968
+ id: {
5969
+ type: 'string',
5970
+ format: 'uuid'
5971
+ },
5972
+ name: {
5973
+ type: 'string',
5974
+ nullable: true
5975
+ },
5976
+ isDefault: {
5977
+ type: 'boolean'
5978
+ },
5979
+ isStatic: {
5980
+ type: 'boolean'
5981
+ },
5982
+ isPublic: {
5983
+ type: 'boolean'
5984
+ },
5985
+ userCount: {
5986
+ type: 'integer',
5987
+ format: 'int64'
5988
+ },
5989
+ concurrencyStamp: {
5990
+ type: 'string',
5991
+ nullable: true
5992
+ }
5993
+ },
5994
+ additionalProperties: false
2567
5995
  },
2568
5996
  nullable: true
2569
5997
  },
@@ -2609,7 +6037,9 @@ export const $Volo_Abp_Identity_UpdateClaimTypeDto = {
2609
6037
  nullable: true
2610
6038
  },
2611
6039
  valueType: {
2612
- '$ref': '#/components/schemas/Volo.Abp.Identity.IdentityClaimValueType'
6040
+ enum: [0, 1, 2, 3],
6041
+ type: 'integer',
6042
+ format: 'int32'
2613
6043
  },
2614
6044
  concurrencyStamp: {
2615
6045
  type: 'string',