@ayasofyazilim/saas 0.0.11 → 0.0.13

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.
@@ -332,7 +332,26 @@ export const $AbpForDeploy_ProjectService_Projects_ProjectDto = {
332
332
  projectSectionRelationDetails: {
333
333
  type: 'array',
334
334
  items: {
335
- '$ref': '#/components/schemas/AbpForDeploy.ProjectService.ProjectSections.ProjectSectionRelationDetailDto'
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
336
355
  },
337
356
  nullable: true
338
357
  }
@@ -440,7 +459,58 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__AbpForDeploy_ProjectSe
440
459
  items: {
441
460
  type: 'array',
442
461
  items: {
443
- '$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
444
514
  },
445
515
  nullable: true
446
516
  },
@@ -458,7 +528,56 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__AbpForDeploy_ProjectSe
458
528
  items: {
459
529
  type: 'array',
460
530
  items: {
461
- '$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
462
581
  },
463
582
  nullable: true
464
583
  },
@@ -476,7 +595,123 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__AbpForDeploy_ProjectSe
476
595
  items: {
477
596
  type: 'array',
478
597
  items: {
479
- '$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
480
715
  },
481
716
  nullable: true
482
717
  },
@@ -506,37 +741,604 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationConfi
506
741
  type: 'object',
507
742
  properties: {
508
743
  localization: {
509
- '$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
510
930
  },
511
931
  auth: {
512
- '$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
513
943
  },
514
944
  setting: {
515
- '$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
516
957
  },
517
958
  currentUser: {
518
- '$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
519
1027
  },
520
1028
  features: {
521
- '$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
522
1041
  },
523
1042
  globalFeatures: {
524
- '$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
525
1055
  },
526
1056
  multiTenancy: {
527
- '$ref': '#/components/schemas/Volo.Abp.AspNetCore.Mvc.MultiTenancy.MultiTenancyInfoDto'
1057
+ type: 'object',
1058
+ properties: {
1059
+ isEnabled: {
1060
+ type: 'boolean'
1061
+ }
1062
+ },
1063
+ additionalProperties: false
528
1064
  },
529
1065
  currentTenant: {
530
- '$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
531
1082
  },
532
1083
  timing: {
533
- '$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
534
1114
  },
535
1115
  clock: {
536
- '$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
537
1124
  },
538
1125
  objectExtensions: {
539
- '$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
540
1342
  },
541
1343
  extraProperties: {
542
1344
  type: 'object',
@@ -593,19 +1395,128 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocal
593
1395
  resources: {
594
1396
  type: 'object',
595
1397
  additionalProperties: {
596
- '$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
597
1416
  },
598
1417
  nullable: true
599
1418
  },
600
1419
  languages: {
601
1420
  type: 'array',
602
1421
  items: {
603
- '$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
604
1447
  },
605
1448
  nullable: true
606
1449
  },
607
1450
  currentCulture: {
608
- '$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
609
1520
  },
610
1521
  defaultResourceName: {
611
1522
  type: 'string',
@@ -616,7 +1527,18 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocal
616
1527
  additionalProperties: {
617
1528
  type: 'array',
618
1529
  items: {
619
- '$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
620
1542
  }
621
1543
  },
622
1544
  nullable: true
@@ -626,7 +1548,18 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocal
626
1548
  additionalProperties: {
627
1549
  type: 'array',
628
1550
  items: {
629
- '$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
630
1563
  }
631
1564
  },
632
1565
  nullable: true
@@ -641,7 +1574,24 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ApplicationLocal
641
1574
  resources: {
642
1575
  type: 'object',
643
1576
  additionalProperties: {
644
- '$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
645
1595
  },
646
1596
  nullable: true
647
1597
  }
@@ -731,7 +1681,38 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_CurrentCultureDt
731
1681
  nullable: true
732
1682
  },
733
1683
  dateTimeFormat: {
734
- '$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
735
1716
  }
736
1717
  },
737
1718
  additionalProperties: false
@@ -860,7 +1841,151 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
860
1841
  properties: {
861
1842
  type: 'object',
862
1843
  additionalProperties: {
863
- '$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
864
1989
  },
865
1990
  nullable: true
866
1991
  },
@@ -879,7 +2004,17 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
879
2004
  fields: {
880
2005
  type: 'array',
881
2006
  items: {
882
- '$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
883
2018
  },
884
2019
  nullable: true
885
2020
  },
@@ -919,13 +2054,31 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
919
2054
  type: 'object',
920
2055
  properties: {
921
2056
  onGet: {
922
- '$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
923
2064
  },
924
2065
  onCreate: {
925
- '$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
926
2073
  },
927
2074
  onUpdate: {
928
- '$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
929
2082
  }
930
2083
  },
931
2084
  additionalProperties: false
@@ -979,18 +2132,127 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
979
2132
  nullable: true
980
2133
  },
981
2134
  displayName: {
982
- '$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
983
2147
  },
984
2148
  api: {
985
- '$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
986
2180
  },
987
2181
  ui: {
988
- '$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
989
2239
  },
990
2240
  attributes: {
991
2241
  type: 'array',
992
2242
  items: {
993
- '$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
994
2256
  },
995
2257
  nullable: true
996
2258
  },
@@ -1010,16 +2272,57 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
1010
2272
  type: 'object',
1011
2273
  properties: {
1012
2274
  onTable: {
1013
- '$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
1014
2282
  },
1015
2283
  onCreateForm: {
1016
- '$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
1017
2291
  },
1018
2292
  onEditForm: {
1019
- '$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
1020
2300
  },
1021
2301
  lookup: {
1022
- '$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
1023
2326
  }
1024
2327
  },
1025
2328
  additionalProperties: false
@@ -1093,7 +2396,166 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
1093
2396
  entities: {
1094
2397
  type: 'object',
1095
2398
  additionalProperties: {
1096
- '$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
1097
2559
  },
1098
2560
  nullable: true
1099
2561
  },
@@ -1112,14 +2574,212 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_ObjectExtending_
1112
2574
  modules: {
1113
2575
  type: 'object',
1114
2576
  additionalProperties: {
1115
- '$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
1116
2752
  },
1117
2753
  nullable: true
1118
2754
  },
1119
2755
  enums: {
1120
2756
  type: 'object',
1121
2757
  additionalProperties: {
1122
- '$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
1123
2783
  },
1124
2784
  nullable: true
1125
2785
  }
@@ -1131,10 +2791,24 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimeZone = {
1131
2791
  type: 'object',
1132
2792
  properties: {
1133
2793
  iana: {
1134
- '$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
1135
2802
  },
1136
2803
  windows: {
1137
- '$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
1138
2812
  }
1139
2813
  },
1140
2814
  additionalProperties: false
@@ -1144,7 +2818,30 @@ export const $Volo_Abp_AspNetCore_Mvc_ApplicationConfigurations_TimingDto = {
1144
2818
  type: 'object',
1145
2819
  properties: {
1146
2820
  timeZone: {
1147
- '$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
1148
2845
  }
1149
2846
  },
1150
2847
  additionalProperties: false
@@ -1219,19 +2916,99 @@ export const $Volo_Abp_Http_Modeling_ActionApiDescriptionModel = {
1219
2916
  parametersOnMethod: {
1220
2917
  type: 'array',
1221
2918
  items: {
1222
- '$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
1223
2945
  },
1224
2946
  nullable: true
1225
2947
  },
1226
2948
  parameters: {
1227
2949
  type: 'array',
1228
2950
  items: {
1229
- '$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
1230
2996
  },
1231
2997
  nullable: true
1232
2998
  },
1233
2999
  returnValue: {
1234
- '$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
1235
3012
  },
1236
3013
  allowAnonymous: {
1237
3014
  type: 'boolean',
@@ -1251,14 +3028,353 @@ export const $Volo_Abp_Http_Modeling_ApplicationApiDescriptionModel = {
1251
3028
  modules: {
1252
3029
  type: 'object',
1253
3030
  additionalProperties: {
1254
- '$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
1255
3291
  },
1256
3292
  nullable: true
1257
3293
  },
1258
3294
  types: {
1259
3295
  type: 'object',
1260
3296
  additionalProperties: {
1261
- '$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
1262
3378
  },
1263
3379
  nullable: true
1264
3380
  }
@@ -1294,14 +3410,216 @@ export const $Volo_Abp_Http_Modeling_ControllerApiDescriptionModel = {
1294
3410
  interfaces: {
1295
3411
  type: 'array',
1296
3412
  items: {
1297
- '$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
1298
3485
  },
1299
3486
  nullable: true
1300
3487
  },
1301
3488
  actions: {
1302
3489
  type: 'object',
1303
3490
  additionalProperties: {
1304
- '$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
1305
3623
  },
1306
3624
  nullable: true
1307
3625
  }
@@ -1323,7 +3641,60 @@ export const $Volo_Abp_Http_Modeling_ControllerInterfaceApiDescriptionModel = {
1323
3641
  methods: {
1324
3642
  type: 'array',
1325
3643
  items: {
1326
- '$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
1327
3698
  },
1328
3699
  nullable: true
1329
3700
  }
@@ -1341,12 +3712,48 @@ export const $Volo_Abp_Http_Modeling_InterfaceMethodApiDescriptionModel = {
1341
3712
  parametersOnMethod: {
1342
3713
  type: 'array',
1343
3714
  items: {
1344
- '$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
1345
3741
  },
1346
3742
  nullable: true
1347
3743
  },
1348
3744
  returnValue: {
1349
- '$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
1350
3757
  }
1351
3758
  },
1352
3759
  additionalProperties: false
@@ -1395,7 +3802,248 @@ export const $Volo_Abp_Http_Modeling_ModuleApiDescriptionModel = {
1395
3802
  controllers: {
1396
3803
  type: 'object',
1397
3804
  additionalProperties: {
1398
- '$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
1399
4047
  },
1400
4048
  nullable: true
1401
4049
  }
@@ -1546,7 +4194,51 @@ export const $Volo_Abp_Http_Modeling_TypeApiDescriptionModel = {
1546
4194
  properties: {
1547
4195
  type: 'array',
1548
4196
  items: {
1549
- '$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
1550
4242
  },
1551
4243
  nullable: true
1552
4244
  }
@@ -1577,7 +4269,21 @@ export const $Volo_Abp_Http_RemoteServiceErrorInfo = {
1577
4269
  validationErrors: {
1578
4270
  type: 'array',
1579
4271
  items: {
1580
- '$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
1581
4287
  },
1582
4288
  nullable: true
1583
4289
  }
@@ -1589,7 +4295,48 @@ export const $Volo_Abp_Http_RemoteServiceErrorResponse = {
1589
4295
  type: 'object',
1590
4296
  properties: {
1591
4297
  error: {
1592
- '$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
1593
4340
  }
1594
4341
  },
1595
4342
  additionalProperties: false