@ayasofyazilim/saas 0.0.94 → 0.0.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CRMService/CRMServiceClient.ts +0 -3
- package/CRMService/schemas.gen.ts +375 -487
- package/CRMService/services.gen.ts +154 -126
- package/CRMService/types.gen.ts +247 -212
- package/RefundService/schemas.gen.ts +90 -64
- package/RefundService/services.gen.ts +26 -2
- package/RefundService/types.gen.ts +79 -37
- package/generator.mjs +2 -2
- package/package.json +1 -1
- package/upwithcrowdService/schemas.gen.ts +1296 -182
- package/upwithcrowdService/services.gen.ts +3064 -1658
- package/upwithcrowdService/types.gen.ts +3286 -700
- package/upwithcrowdService/upwithcrowdServiceClient.ts +24 -0
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
2
|
|
|
3
3
|
export const $System_Net_HttpStatusCode = {
|
|
4
|
-
enum: [
|
|
5
|
-
type: '
|
|
4
|
+
enum: [100, 101, 102, 103, 200, 201, 202, 203, 204, 205, 206, 207, 208, 226, 300, 301, 302, 303, 304, 305, 306, 307, 308, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 421, 422, 423, 424, 426, 428, 429, 431, 451, 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, 511],
|
|
5
|
+
type: 'integer',
|
|
6
|
+
format: 'int32'
|
|
6
7
|
} as const;
|
|
7
8
|
|
|
8
9
|
export const $UpwithCrowd_EDevlet_EDevletDto = {
|
|
@@ -87,8 +88,9 @@ export const $UpwithCrowd_Entrepreneurs_EntrepreneurRiskDto = {
|
|
|
87
88
|
type: 'string'
|
|
88
89
|
},
|
|
89
90
|
idType: {
|
|
90
|
-
enum: [
|
|
91
|
-
type: '
|
|
91
|
+
enum: [0, 1],
|
|
92
|
+
type: 'integer',
|
|
93
|
+
format: 'int32'
|
|
92
94
|
},
|
|
93
95
|
entrepreneurId: {
|
|
94
96
|
minLength: 1,
|
|
@@ -100,8 +102,9 @@ export const $UpwithCrowd_Entrepreneurs_EntrepreneurRiskDto = {
|
|
|
100
102
|
} as const;
|
|
101
103
|
|
|
102
104
|
export const $UpwithCrowd_Entrepreneurs_IdType = {
|
|
103
|
-
enum: [
|
|
104
|
-
type: '
|
|
105
|
+
enum: [0, 1],
|
|
106
|
+
type: 'integer',
|
|
107
|
+
format: 'int32'
|
|
105
108
|
} as const;
|
|
106
109
|
|
|
107
110
|
export const $UpwithCrowd_MemberLimits_IncreaseLimitResponseDto = {
|
|
@@ -370,8 +373,9 @@ export const $UpwithCrowd_Members_DeleteMemberResponseDto = {
|
|
|
370
373
|
} as const;
|
|
371
374
|
|
|
372
375
|
export const $UpwithCrowd_Members_IdType = {
|
|
373
|
-
enum: [
|
|
374
|
-
type: '
|
|
376
|
+
enum: [0, 1, 2, 3, 4, 5],
|
|
377
|
+
type: 'integer',
|
|
378
|
+
format: 'int32'
|
|
375
379
|
} as const;
|
|
376
380
|
|
|
377
381
|
export const $UpwithCrowd_Members_ListMemberResponseDto = {
|
|
@@ -383,8 +387,9 @@ export const $UpwithCrowd_Members_ListMemberResponseDto = {
|
|
|
383
387
|
format: 'uuid'
|
|
384
388
|
},
|
|
385
389
|
idType: {
|
|
386
|
-
enum: [
|
|
387
|
-
type: '
|
|
390
|
+
enum: [0, 1, 2, 3, 4, 5],
|
|
391
|
+
type: 'integer',
|
|
392
|
+
format: 'int32'
|
|
388
393
|
},
|
|
389
394
|
memberId: {
|
|
390
395
|
minLength: 1,
|
|
@@ -451,8 +456,9 @@ export const $UpwithCrowd_Members_SaveMemberDto = {
|
|
|
451
456
|
type: 'object',
|
|
452
457
|
properties: {
|
|
453
458
|
idType: {
|
|
454
|
-
enum: [
|
|
455
|
-
type: '
|
|
459
|
+
enum: [0, 1, 2, 3, 4, 5],
|
|
460
|
+
type: 'integer',
|
|
461
|
+
format: 'int32'
|
|
456
462
|
},
|
|
457
463
|
memberId: {
|
|
458
464
|
minLength: 1,
|
|
@@ -555,8 +561,9 @@ export const $UpwithCrowd_Members_UpdateMemberDto = {
|
|
|
555
561
|
type: 'object',
|
|
556
562
|
properties: {
|
|
557
563
|
idType: {
|
|
558
|
-
enum: [
|
|
559
|
-
type: '
|
|
564
|
+
enum: [0, 1, 2, 3, 4, 5],
|
|
565
|
+
type: 'integer',
|
|
566
|
+
format: 'int32'
|
|
560
567
|
},
|
|
561
568
|
memberId: {
|
|
562
569
|
minLength: 1,
|
|
@@ -661,8 +668,22 @@ export const $UpwithCrowd_Members_UpdateMemberResponseDto = {
|
|
|
661
668
|
} as const;
|
|
662
669
|
|
|
663
670
|
export const $UpwithCrowd_Projects_FundCollectionType = {
|
|
664
|
-
enum: [
|
|
665
|
-
type: '
|
|
671
|
+
enum: [0, 1, 2, 3],
|
|
672
|
+
type: 'integer',
|
|
673
|
+
format: 'int32'
|
|
674
|
+
} as const;
|
|
675
|
+
|
|
676
|
+
export const $UpwithCrowd_Projects_ProjectLimitQueryDto = {
|
|
677
|
+
required: ['projectId'],
|
|
678
|
+
type: 'object',
|
|
679
|
+
properties: {
|
|
680
|
+
projectId: {
|
|
681
|
+
minLength: 1,
|
|
682
|
+
pattern: '[a-zA-Z0-9_]{1,15}',
|
|
683
|
+
type: 'string'
|
|
684
|
+
}
|
|
685
|
+
},
|
|
686
|
+
additionalProperties: false
|
|
666
687
|
} as const;
|
|
667
688
|
|
|
668
689
|
export const $UpwithCrowd_Projects_SaveProjectDto = {
|
|
@@ -680,8 +701,9 @@ export const $UpwithCrowd_Projects_SaveProjectDto = {
|
|
|
680
701
|
type: 'string'
|
|
681
702
|
},
|
|
682
703
|
fundCollectionType: {
|
|
683
|
-
enum: [
|
|
684
|
-
type: '
|
|
704
|
+
enum: [0, 1, 2, 3],
|
|
705
|
+
type: 'integer',
|
|
706
|
+
format: 'int32'
|
|
685
707
|
},
|
|
686
708
|
fundNominalAmount: {
|
|
687
709
|
minLength: 1,
|
|
@@ -732,46 +754,79 @@ export const $UpwithCrowd_Projects_SaveProjectDto = {
|
|
|
732
754
|
additionalProperties: false
|
|
733
755
|
} as const;
|
|
734
756
|
|
|
735
|
-
export const $
|
|
757
|
+
export const $UpwithCrowd_Projects_SaveProjectWithRefDto = {
|
|
758
|
+
required: ['additionalFundRate', 'entrepreneurId', 'fundableAmount', 'fundCollectionType', 'fundNominalAmount', 'masterReference', 'overFunding', 'projectDefinition', 'projectEndDate', 'projectName', 'projectStartDate'],
|
|
736
759
|
type: 'object',
|
|
737
760
|
properties: {
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
761
|
+
projectName: {
|
|
762
|
+
minLength: 1,
|
|
763
|
+
pattern: "([a-zA-Z0-9ıüğşöçĞÜŞİÖÇ ,.'-]{1,600})",
|
|
764
|
+
type: 'string'
|
|
742
765
|
},
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
766
|
+
projectDefinition: {
|
|
767
|
+
minLength: 1,
|
|
768
|
+
pattern: "([a-zA-Z0-9ıüğşöçĞÜŞİÖÇ ,.'-]{1,2000})",
|
|
769
|
+
type: 'string'
|
|
746
770
|
},
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
type: '
|
|
750
|
-
|
|
771
|
+
fundCollectionType: {
|
|
772
|
+
enum: [0, 1, 2, 3],
|
|
773
|
+
type: 'integer',
|
|
774
|
+
format: 'int32'
|
|
751
775
|
},
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
776
|
+
fundNominalAmount: {
|
|
777
|
+
minLength: 1,
|
|
778
|
+
pattern: '^([1-9][0-9]{0,19})',
|
|
779
|
+
type: 'string'
|
|
756
780
|
},
|
|
757
|
-
|
|
758
|
-
|
|
781
|
+
fundableAmount: {
|
|
782
|
+
minLength: 1,
|
|
783
|
+
pattern: '^([1-9][0-9]{0,19})',
|
|
784
|
+
type: 'string'
|
|
785
|
+
},
|
|
786
|
+
additionalFundRate: {
|
|
787
|
+
minLength: 1,
|
|
788
|
+
pattern: '^[1-9]?[0-9]{1}$|^100$',
|
|
789
|
+
type: 'string'
|
|
790
|
+
},
|
|
791
|
+
qualifiedFundRate: {
|
|
792
|
+
pattern: '^[1-9]?[0-9]{1}$|^100$',
|
|
759
793
|
type: 'string',
|
|
760
794
|
nullable: true
|
|
761
795
|
},
|
|
762
|
-
|
|
763
|
-
pattern: '
|
|
796
|
+
privilege: {
|
|
797
|
+
pattern: "([a-zA-Z0-9ıüğşöçĞÜŞİÖÇ ,.'-]{1,600})",
|
|
764
798
|
type: 'string',
|
|
765
799
|
nullable: true
|
|
766
800
|
},
|
|
767
|
-
|
|
768
|
-
|
|
801
|
+
projectStartDate: {
|
|
802
|
+
minLength: 1,
|
|
803
|
+
pattern: '(19|20)[0-9][0-9]-(0[1-9]|1[0-2])-(0[1-9]|([12][0-9]|3[01])) ([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]',
|
|
804
|
+
type: 'string'
|
|
805
|
+
},
|
|
806
|
+
projectEndDate: {
|
|
807
|
+
minLength: 1,
|
|
808
|
+
pattern: '(19|20)[0-9][0-9]-(0[1-9]|1[0-2])-(0[1-9]|([12][0-9]|3[01])) ([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]',
|
|
809
|
+
type: 'string'
|
|
810
|
+
},
|
|
811
|
+
overFunding: {
|
|
812
|
+
minLength: 1,
|
|
813
|
+
pattern: '(Y|N)',
|
|
814
|
+
type: 'string'
|
|
815
|
+
},
|
|
816
|
+
cashValue: {
|
|
817
|
+
pattern: '^([1-9][0-9]{0,19})',
|
|
769
818
|
type: 'string',
|
|
770
819
|
nullable: true
|
|
771
820
|
},
|
|
772
821
|
masterReference: {
|
|
773
|
-
|
|
774
|
-
|
|
822
|
+
minLength: 1,
|
|
823
|
+
pattern: '([a-f0-9]{8}(-[a-f0-9]{4}){3}-[a-f0-9]{12})',
|
|
824
|
+
type: 'string'
|
|
825
|
+
},
|
|
826
|
+
entrepreneurId: {
|
|
827
|
+
minLength: 1,
|
|
828
|
+
pattern: '[0-9]{10,11}',
|
|
829
|
+
type: 'string'
|
|
775
830
|
}
|
|
776
831
|
},
|
|
777
832
|
additionalProperties: false
|
|
@@ -792,8 +847,9 @@ export const $UpwithCrowd_Projects_UpdateProjectDto = {
|
|
|
792
847
|
type: 'string'
|
|
793
848
|
},
|
|
794
849
|
fundCollectionType: {
|
|
795
|
-
enum: [
|
|
796
|
-
type: '
|
|
850
|
+
enum: [0, 1, 2, 3],
|
|
851
|
+
type: 'integer',
|
|
852
|
+
format: 'int32'
|
|
797
853
|
},
|
|
798
854
|
fundNominalAmount: {
|
|
799
855
|
minLength: 1,
|
|
@@ -957,6 +1013,129 @@ export const $UpwithCrowd_Responses_KfsResponseDto = {
|
|
|
957
1013
|
additionalProperties: false
|
|
958
1014
|
} as const;
|
|
959
1015
|
|
|
1016
|
+
export const $UpwithCrowd_Responses_ProjectLimitQueryResponseDto = {
|
|
1017
|
+
required: ['kfsReturnMessageRef', 'receiverMessageReference', 'receiverPlatformId', 'responseCode', 'responseDesc'],
|
|
1018
|
+
type: 'object',
|
|
1019
|
+
properties: {
|
|
1020
|
+
kfsReturnMessageRef: {
|
|
1021
|
+
minLength: 1,
|
|
1022
|
+
pattern: '[a-zA-Z0-9]{1,20}',
|
|
1023
|
+
type: 'string'
|
|
1024
|
+
},
|
|
1025
|
+
prepDateTime: {
|
|
1026
|
+
type: 'string',
|
|
1027
|
+
nullable: true
|
|
1028
|
+
},
|
|
1029
|
+
receiverMessageReference: {
|
|
1030
|
+
minLength: 1,
|
|
1031
|
+
pattern: '[a-zA-Z0-9]{1,20}',
|
|
1032
|
+
type: 'string'
|
|
1033
|
+
},
|
|
1034
|
+
responseCode: {
|
|
1035
|
+
minLength: 1,
|
|
1036
|
+
pattern: '[A-Z]{0,2}[0-9]{3,5}',
|
|
1037
|
+
type: 'string'
|
|
1038
|
+
},
|
|
1039
|
+
responseDesc: {
|
|
1040
|
+
minLength: 1,
|
|
1041
|
+
pattern: '[\\s\\S]*',
|
|
1042
|
+
type: 'string'
|
|
1043
|
+
},
|
|
1044
|
+
receiverPlatformId: {
|
|
1045
|
+
minLength: 1,
|
|
1046
|
+
pattern: '[a-zA-Z_]{1,10}',
|
|
1047
|
+
type: 'string'
|
|
1048
|
+
},
|
|
1049
|
+
projectState: {
|
|
1050
|
+
type: 'string',
|
|
1051
|
+
nullable: true
|
|
1052
|
+
},
|
|
1053
|
+
totalLimit: {
|
|
1054
|
+
type: 'string',
|
|
1055
|
+
nullable: true
|
|
1056
|
+
},
|
|
1057
|
+
availableLimit: {
|
|
1058
|
+
type: 'string',
|
|
1059
|
+
nullable: true
|
|
1060
|
+
},
|
|
1061
|
+
qualifiedAmount: {
|
|
1062
|
+
type: 'string',
|
|
1063
|
+
nullable: true
|
|
1064
|
+
},
|
|
1065
|
+
qualifiedRate: {
|
|
1066
|
+
type: 'string',
|
|
1067
|
+
nullable: true
|
|
1068
|
+
},
|
|
1069
|
+
unqualifiedAmount: {
|
|
1070
|
+
type: 'string',
|
|
1071
|
+
nullable: true
|
|
1072
|
+
},
|
|
1073
|
+
unqualifiedRate: {
|
|
1074
|
+
type: 'string',
|
|
1075
|
+
nullable: true
|
|
1076
|
+
},
|
|
1077
|
+
limitUpdateDate: {
|
|
1078
|
+
type: 'string',
|
|
1079
|
+
nullable: true
|
|
1080
|
+
},
|
|
1081
|
+
masterReference: {
|
|
1082
|
+
type: 'string',
|
|
1083
|
+
nullable: true
|
|
1084
|
+
},
|
|
1085
|
+
fundCollectType: {
|
|
1086
|
+
type: 'string',
|
|
1087
|
+
nullable: true
|
|
1088
|
+
}
|
|
1089
|
+
},
|
|
1090
|
+
additionalProperties: false
|
|
1091
|
+
} as const;
|
|
1092
|
+
|
|
1093
|
+
export const $UpwithCrowd_Responses_SaveProjectResponseDto = {
|
|
1094
|
+
required: ['kfsReturnMessageRef', 'receiverMessageReference', 'receiverPlatformId', 'responseCode', 'responseDesc'],
|
|
1095
|
+
type: 'object',
|
|
1096
|
+
properties: {
|
|
1097
|
+
kfsReturnMessageRef: {
|
|
1098
|
+
minLength: 1,
|
|
1099
|
+
pattern: '[a-zA-Z0-9]{1,20}',
|
|
1100
|
+
type: 'string'
|
|
1101
|
+
},
|
|
1102
|
+
prepDateTime: {
|
|
1103
|
+
type: 'string',
|
|
1104
|
+
nullable: true
|
|
1105
|
+
},
|
|
1106
|
+
receiverMessageReference: {
|
|
1107
|
+
minLength: 1,
|
|
1108
|
+
pattern: '[a-zA-Z0-9]{1,20}',
|
|
1109
|
+
type: 'string'
|
|
1110
|
+
},
|
|
1111
|
+
responseCode: {
|
|
1112
|
+
minLength: 1,
|
|
1113
|
+
pattern: '[A-Z]{0,2}[0-9]{3,5}',
|
|
1114
|
+
type: 'string'
|
|
1115
|
+
},
|
|
1116
|
+
responseDesc: {
|
|
1117
|
+
minLength: 1,
|
|
1118
|
+
pattern: '[\\s\\S]*',
|
|
1119
|
+
type: 'string'
|
|
1120
|
+
},
|
|
1121
|
+
receiverPlatformId: {
|
|
1122
|
+
minLength: 1,
|
|
1123
|
+
pattern: '[a-zA-Z_]{1,10}',
|
|
1124
|
+
type: 'string'
|
|
1125
|
+
},
|
|
1126
|
+
projectId: {
|
|
1127
|
+
pattern: '[a-zA-Z0-9]{14,20}',
|
|
1128
|
+
type: 'string',
|
|
1129
|
+
nullable: true
|
|
1130
|
+
},
|
|
1131
|
+
masterReference: {
|
|
1132
|
+
type: 'string',
|
|
1133
|
+
nullable: true
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
additionalProperties: false
|
|
1137
|
+
} as const;
|
|
1138
|
+
|
|
960
1139
|
export const $UpwithCrowd_RightOwners_CancelRightOwnerDto = {
|
|
961
1140
|
required: ['projectId', 'rightOwnerNotifRef'],
|
|
962
1141
|
type: 'object',
|
|
@@ -1073,101 +1252,951 @@ export const $Volo_Abp_Account_AccountRecaptchaSettingsDto = {
|
|
|
1073
1252
|
},
|
|
1074
1253
|
siteKey: {
|
|
1075
1254
|
type: 'string',
|
|
1076
|
-
nullable: true
|
|
1255
|
+
nullable: true
|
|
1256
|
+
},
|
|
1257
|
+
siteSecret: {
|
|
1258
|
+
type: 'string',
|
|
1259
|
+
nullable: true
|
|
1260
|
+
},
|
|
1261
|
+
version: {
|
|
1262
|
+
maximum: 3,
|
|
1263
|
+
minimum: 2,
|
|
1264
|
+
type: 'integer',
|
|
1265
|
+
format: 'int32'
|
|
1266
|
+
},
|
|
1267
|
+
score: {
|
|
1268
|
+
maximum: 1,
|
|
1269
|
+
minimum: 0.1,
|
|
1270
|
+
type: 'number',
|
|
1271
|
+
format: 'double'
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
additionalProperties: false
|
|
1275
|
+
} as const;
|
|
1276
|
+
|
|
1277
|
+
export const $Volo_Abp_Account_AccountSettingsDto = {
|
|
1278
|
+
type: 'object',
|
|
1279
|
+
properties: {
|
|
1280
|
+
isSelfRegistrationEnabled: {
|
|
1281
|
+
type: 'boolean'
|
|
1282
|
+
},
|
|
1283
|
+
enableLocalLogin: {
|
|
1284
|
+
type: 'boolean'
|
|
1285
|
+
},
|
|
1286
|
+
preventEmailEnumeration: {
|
|
1287
|
+
type: 'boolean'
|
|
1288
|
+
}
|
|
1289
|
+
},
|
|
1290
|
+
additionalProperties: false
|
|
1291
|
+
} as const;
|
|
1292
|
+
|
|
1293
|
+
export const $Volo_Abp_Account_AccountTwoFactorSettingsDto = {
|
|
1294
|
+
type: 'object',
|
|
1295
|
+
properties: {
|
|
1296
|
+
twoFactorBehaviour: {
|
|
1297
|
+
enum: [0, 1, 2],
|
|
1298
|
+
type: 'integer',
|
|
1299
|
+
format: 'int32'
|
|
1300
|
+
},
|
|
1301
|
+
isRememberBrowserEnabled: {
|
|
1302
|
+
type: 'boolean'
|
|
1303
|
+
},
|
|
1304
|
+
usersCanChange: {
|
|
1305
|
+
type: 'boolean'
|
|
1306
|
+
}
|
|
1307
|
+
},
|
|
1308
|
+
additionalProperties: false
|
|
1309
|
+
} as const;
|
|
1310
|
+
|
|
1311
|
+
export const $Volo_Abp_Account_AuthenticatorInfoDto = {
|
|
1312
|
+
type: 'object',
|
|
1313
|
+
properties: {
|
|
1314
|
+
key: {
|
|
1315
|
+
type: 'string',
|
|
1316
|
+
nullable: true
|
|
1317
|
+
},
|
|
1318
|
+
uri: {
|
|
1319
|
+
type: 'string',
|
|
1320
|
+
nullable: true
|
|
1321
|
+
}
|
|
1322
|
+
},
|
|
1323
|
+
additionalProperties: false
|
|
1324
|
+
} as const;
|
|
1325
|
+
|
|
1326
|
+
export const $Volo_Abp_Account_ChangePasswordInput = {
|
|
1327
|
+
required: ['newPassword'],
|
|
1328
|
+
type: 'object',
|
|
1329
|
+
properties: {
|
|
1330
|
+
currentPassword: {
|
|
1331
|
+
maxLength: 128,
|
|
1332
|
+
minLength: 0,
|
|
1333
|
+
type: 'string',
|
|
1334
|
+
nullable: true
|
|
1335
|
+
},
|
|
1336
|
+
newPassword: {
|
|
1337
|
+
maxLength: 128,
|
|
1338
|
+
minLength: 0,
|
|
1339
|
+
type: 'string'
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
additionalProperties: false
|
|
1343
|
+
} as const;
|
|
1344
|
+
|
|
1345
|
+
export const $Volo_Abp_Account_ConfirmEmailInput = {
|
|
1346
|
+
required: ['token', 'userId'],
|
|
1347
|
+
type: 'object',
|
|
1348
|
+
properties: {
|
|
1349
|
+
userId: {
|
|
1350
|
+
type: 'string',
|
|
1351
|
+
format: 'uuid'
|
|
1352
|
+
},
|
|
1353
|
+
token: {
|
|
1354
|
+
minLength: 1,
|
|
1355
|
+
type: 'string'
|
|
1356
|
+
}
|
|
1357
|
+
},
|
|
1358
|
+
additionalProperties: false
|
|
1359
|
+
} as const;
|
|
1360
|
+
|
|
1361
|
+
export const $Volo_Abp_Account_ConfirmPhoneNumberInput = {
|
|
1362
|
+
required: ['token', 'userId'],
|
|
1363
|
+
type: 'object',
|
|
1364
|
+
properties: {
|
|
1365
|
+
userId: {
|
|
1366
|
+
type: 'string',
|
|
1367
|
+
format: 'uuid'
|
|
1368
|
+
},
|
|
1369
|
+
token: {
|
|
1370
|
+
minLength: 1,
|
|
1371
|
+
type: 'string'
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1374
|
+
additionalProperties: false
|
|
1375
|
+
} as const;
|
|
1376
|
+
|
|
1377
|
+
export const $Volo_Abp_Account_DelegateNewUserInput = {
|
|
1378
|
+
required: ['endTime', 'startTime'],
|
|
1379
|
+
type: 'object',
|
|
1380
|
+
properties: {
|
|
1381
|
+
targetUserId: {
|
|
1382
|
+
type: 'string',
|
|
1383
|
+
format: 'uuid'
|
|
1384
|
+
},
|
|
1385
|
+
startTime: {
|
|
1386
|
+
type: 'string',
|
|
1387
|
+
format: 'date-time'
|
|
1388
|
+
},
|
|
1389
|
+
endTime: {
|
|
1390
|
+
type: 'string',
|
|
1391
|
+
format: 'date-time'
|
|
1392
|
+
}
|
|
1393
|
+
},
|
|
1394
|
+
additionalProperties: false
|
|
1395
|
+
} as const;
|
|
1396
|
+
|
|
1397
|
+
export const $Volo_Abp_Account_ExternalProviders_ExternalProviderDto = {
|
|
1398
|
+
type: 'object',
|
|
1399
|
+
properties: {
|
|
1400
|
+
providers: {
|
|
1401
|
+
type: 'array',
|
|
1402
|
+
items: {
|
|
1403
|
+
type: 'object',
|
|
1404
|
+
properties: {
|
|
1405
|
+
name: {
|
|
1406
|
+
type: 'string',
|
|
1407
|
+
nullable: true
|
|
1408
|
+
},
|
|
1409
|
+
enabled: {
|
|
1410
|
+
type: 'boolean'
|
|
1411
|
+
},
|
|
1412
|
+
properties: {
|
|
1413
|
+
type: 'array',
|
|
1414
|
+
items: {
|
|
1415
|
+
type: 'object',
|
|
1416
|
+
properties: {
|
|
1417
|
+
name: {
|
|
1418
|
+
type: 'string',
|
|
1419
|
+
nullable: true
|
|
1420
|
+
},
|
|
1421
|
+
value: {
|
|
1422
|
+
type: 'string',
|
|
1423
|
+
nullable: true
|
|
1424
|
+
}
|
|
1425
|
+
},
|
|
1426
|
+
additionalProperties: false
|
|
1427
|
+
},
|
|
1428
|
+
nullable: true
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
additionalProperties: false
|
|
1432
|
+
},
|
|
1433
|
+
nullable: true
|
|
1434
|
+
}
|
|
1435
|
+
},
|
|
1436
|
+
additionalProperties: false
|
|
1437
|
+
} as const;
|
|
1438
|
+
|
|
1439
|
+
export const $Volo_Abp_Account_ExternalProviders_ExternalProviderItemDto = {
|
|
1440
|
+
type: 'object',
|
|
1441
|
+
properties: {
|
|
1442
|
+
name: {
|
|
1443
|
+
type: 'string',
|
|
1444
|
+
nullable: true
|
|
1445
|
+
},
|
|
1446
|
+
enabled: {
|
|
1447
|
+
type: 'boolean'
|
|
1448
|
+
},
|
|
1449
|
+
properties: {
|
|
1450
|
+
type: 'array',
|
|
1451
|
+
items: {
|
|
1452
|
+
type: 'object',
|
|
1453
|
+
properties: {
|
|
1454
|
+
name: {
|
|
1455
|
+
type: 'string',
|
|
1456
|
+
nullable: true
|
|
1457
|
+
},
|
|
1458
|
+
value: {
|
|
1459
|
+
type: 'string',
|
|
1460
|
+
nullable: true
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1463
|
+
additionalProperties: false
|
|
1464
|
+
},
|
|
1465
|
+
nullable: true
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1468
|
+
additionalProperties: false
|
|
1469
|
+
} as const;
|
|
1470
|
+
|
|
1471
|
+
export const $Volo_Abp_Account_ExternalProviders_ExternalProviderItemWithSecretDto = {
|
|
1472
|
+
type: 'object',
|
|
1473
|
+
properties: {
|
|
1474
|
+
success: {
|
|
1475
|
+
type: 'boolean'
|
|
1476
|
+
},
|
|
1477
|
+
name: {
|
|
1478
|
+
type: 'string',
|
|
1479
|
+
nullable: true
|
|
1480
|
+
},
|
|
1481
|
+
enabled: {
|
|
1482
|
+
type: 'boolean'
|
|
1483
|
+
},
|
|
1484
|
+
properties: {
|
|
1485
|
+
type: 'array',
|
|
1486
|
+
items: {
|
|
1487
|
+
type: 'object',
|
|
1488
|
+
properties: {
|
|
1489
|
+
name: {
|
|
1490
|
+
type: 'string',
|
|
1491
|
+
nullable: true
|
|
1492
|
+
},
|
|
1493
|
+
value: {
|
|
1494
|
+
type: 'string',
|
|
1495
|
+
nullable: true
|
|
1496
|
+
}
|
|
1497
|
+
},
|
|
1498
|
+
additionalProperties: false
|
|
1499
|
+
},
|
|
1500
|
+
nullable: true
|
|
1501
|
+
},
|
|
1502
|
+
secretProperties: {
|
|
1503
|
+
type: 'array',
|
|
1504
|
+
items: {
|
|
1505
|
+
type: 'object',
|
|
1506
|
+
properties: {
|
|
1507
|
+
name: {
|
|
1508
|
+
type: 'string',
|
|
1509
|
+
nullable: true
|
|
1510
|
+
},
|
|
1511
|
+
value: {
|
|
1512
|
+
type: 'string',
|
|
1513
|
+
nullable: true
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1516
|
+
additionalProperties: false
|
|
1517
|
+
},
|
|
1518
|
+
nullable: true
|
|
1519
|
+
}
|
|
1520
|
+
},
|
|
1521
|
+
additionalProperties: false
|
|
1522
|
+
} as const;
|
|
1523
|
+
|
|
1524
|
+
export const $Volo_Abp_Account_ExternalProviders_ExternalProviderSettings = {
|
|
1525
|
+
type: 'object',
|
|
1526
|
+
properties: {
|
|
1527
|
+
name: {
|
|
1528
|
+
type: 'string',
|
|
1529
|
+
nullable: true
|
|
1530
|
+
},
|
|
1531
|
+
enabled: {
|
|
1532
|
+
type: 'boolean'
|
|
1533
|
+
},
|
|
1534
|
+
properties: {
|
|
1535
|
+
type: 'array',
|
|
1536
|
+
items: {
|
|
1537
|
+
type: 'object',
|
|
1538
|
+
properties: {
|
|
1539
|
+
name: {
|
|
1540
|
+
type: 'string',
|
|
1541
|
+
nullable: true
|
|
1542
|
+
},
|
|
1543
|
+
value: {
|
|
1544
|
+
type: 'string',
|
|
1545
|
+
nullable: true
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
additionalProperties: false
|
|
1549
|
+
},
|
|
1550
|
+
nullable: true
|
|
1551
|
+
},
|
|
1552
|
+
secretProperties: {
|
|
1553
|
+
type: 'array',
|
|
1554
|
+
items: {
|
|
1555
|
+
type: 'object',
|
|
1556
|
+
properties: {
|
|
1557
|
+
name: {
|
|
1558
|
+
type: 'string',
|
|
1559
|
+
nullable: true
|
|
1560
|
+
},
|
|
1561
|
+
value: {
|
|
1562
|
+
type: 'string',
|
|
1563
|
+
nullable: true
|
|
1564
|
+
}
|
|
1565
|
+
},
|
|
1566
|
+
additionalProperties: false
|
|
1567
|
+
},
|
|
1568
|
+
nullable: true
|
|
1569
|
+
}
|
|
1570
|
+
},
|
|
1571
|
+
additionalProperties: false
|
|
1572
|
+
} as const;
|
|
1573
|
+
|
|
1574
|
+
export const $Volo_Abp_Account_ExternalProviders_ExternalProviderSettingsProperty = {
|
|
1575
|
+
type: 'object',
|
|
1576
|
+
properties: {
|
|
1577
|
+
name: {
|
|
1578
|
+
type: 'string',
|
|
1579
|
+
nullable: true
|
|
1580
|
+
},
|
|
1581
|
+
value: {
|
|
1582
|
+
type: 'string',
|
|
1583
|
+
nullable: true
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
additionalProperties: false
|
|
1587
|
+
} as const;
|
|
1588
|
+
|
|
1589
|
+
export const $Volo_Abp_Account_IdentityUserConfirmationStateDto = {
|
|
1590
|
+
type: 'object',
|
|
1591
|
+
properties: {
|
|
1592
|
+
emailConfirmed: {
|
|
1593
|
+
type: 'boolean'
|
|
1594
|
+
},
|
|
1595
|
+
phoneNumberConfirmed: {
|
|
1596
|
+
type: 'boolean'
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1599
|
+
additionalProperties: false
|
|
1600
|
+
} as const;
|
|
1601
|
+
|
|
1602
|
+
export const $Volo_Abp_Account_IsLinkedInput = {
|
|
1603
|
+
type: 'object',
|
|
1604
|
+
properties: {
|
|
1605
|
+
userId: {
|
|
1606
|
+
type: 'string',
|
|
1607
|
+
format: 'uuid'
|
|
1608
|
+
},
|
|
1609
|
+
tenantId: {
|
|
1610
|
+
type: 'string',
|
|
1611
|
+
format: 'uuid',
|
|
1612
|
+
nullable: true
|
|
1613
|
+
}
|
|
1614
|
+
},
|
|
1615
|
+
additionalProperties: false
|
|
1616
|
+
} as const;
|
|
1617
|
+
|
|
1618
|
+
export const $Volo_Abp_Account_LinkUserDto = {
|
|
1619
|
+
type: 'object',
|
|
1620
|
+
properties: {
|
|
1621
|
+
targetUserId: {
|
|
1622
|
+
type: 'string',
|
|
1623
|
+
format: 'uuid'
|
|
1624
|
+
},
|
|
1625
|
+
targetUserName: {
|
|
1626
|
+
type: 'string',
|
|
1627
|
+
nullable: true
|
|
1628
|
+
},
|
|
1629
|
+
targetTenantId: {
|
|
1630
|
+
type: 'string',
|
|
1631
|
+
format: 'uuid',
|
|
1632
|
+
nullable: true
|
|
1633
|
+
},
|
|
1634
|
+
targetTenantName: {
|
|
1635
|
+
type: 'string',
|
|
1636
|
+
nullable: true
|
|
1637
|
+
},
|
|
1638
|
+
directlyLinked: {
|
|
1639
|
+
type: 'boolean'
|
|
1640
|
+
}
|
|
1641
|
+
},
|
|
1642
|
+
additionalProperties: false
|
|
1643
|
+
} as const;
|
|
1644
|
+
|
|
1645
|
+
export const $Volo_Abp_Account_LinkUserInput = {
|
|
1646
|
+
required: ['token'],
|
|
1647
|
+
type: 'object',
|
|
1648
|
+
properties: {
|
|
1649
|
+
userId: {
|
|
1650
|
+
type: 'string',
|
|
1651
|
+
format: 'uuid'
|
|
1652
|
+
},
|
|
1653
|
+
tenantId: {
|
|
1654
|
+
type: 'string',
|
|
1655
|
+
format: 'uuid',
|
|
1656
|
+
nullable: true
|
|
1657
|
+
},
|
|
1658
|
+
token: {
|
|
1659
|
+
minLength: 1,
|
|
1660
|
+
type: 'string'
|
|
1661
|
+
}
|
|
1662
|
+
},
|
|
1663
|
+
additionalProperties: false
|
|
1664
|
+
} as const;
|
|
1665
|
+
|
|
1666
|
+
export const $Volo_Abp_Account_ProfileDto = {
|
|
1667
|
+
type: 'object',
|
|
1668
|
+
properties: {
|
|
1669
|
+
extraProperties: {
|
|
1670
|
+
type: 'object',
|
|
1671
|
+
additionalProperties: {},
|
|
1672
|
+
nullable: true,
|
|
1673
|
+
readOnly: true
|
|
1674
|
+
},
|
|
1675
|
+
userName: {
|
|
1676
|
+
type: 'string',
|
|
1677
|
+
nullable: true
|
|
1678
|
+
},
|
|
1679
|
+
email: {
|
|
1680
|
+
type: 'string',
|
|
1681
|
+
nullable: true
|
|
1682
|
+
},
|
|
1683
|
+
emailConfirmed: {
|
|
1684
|
+
type: 'boolean'
|
|
1685
|
+
},
|
|
1686
|
+
name: {
|
|
1687
|
+
type: 'string',
|
|
1688
|
+
nullable: true
|
|
1689
|
+
},
|
|
1690
|
+
surname: {
|
|
1691
|
+
type: 'string',
|
|
1692
|
+
nullable: true
|
|
1693
|
+
},
|
|
1694
|
+
phoneNumber: {
|
|
1695
|
+
type: 'string',
|
|
1696
|
+
nullable: true
|
|
1697
|
+
},
|
|
1698
|
+
phoneNumberConfirmed: {
|
|
1699
|
+
type: 'boolean'
|
|
1700
|
+
},
|
|
1701
|
+
isExternal: {
|
|
1702
|
+
type: 'boolean'
|
|
1703
|
+
},
|
|
1704
|
+
hasPassword: {
|
|
1705
|
+
type: 'boolean'
|
|
1706
|
+
},
|
|
1707
|
+
supportsMultipleTimezone: {
|
|
1708
|
+
type: 'boolean'
|
|
1709
|
+
},
|
|
1710
|
+
timezone: {
|
|
1711
|
+
type: 'string',
|
|
1712
|
+
nullable: true
|
|
1713
|
+
},
|
|
1714
|
+
concurrencyStamp: {
|
|
1715
|
+
type: 'string',
|
|
1716
|
+
nullable: true
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
additionalProperties: false
|
|
1720
|
+
} as const;
|
|
1721
|
+
|
|
1722
|
+
export const $Volo_Abp_Account_ProfilePictureInput = {
|
|
1723
|
+
type: 'object',
|
|
1724
|
+
properties: {
|
|
1725
|
+
type: {
|
|
1726
|
+
enum: [0, 1, 2],
|
|
1727
|
+
type: 'integer',
|
|
1728
|
+
format: 'int32'
|
|
1729
|
+
},
|
|
1730
|
+
imageContent: {
|
|
1731
|
+
type: 'string',
|
|
1732
|
+
format: 'binary',
|
|
1733
|
+
nullable: true
|
|
1734
|
+
}
|
|
1735
|
+
},
|
|
1736
|
+
additionalProperties: false
|
|
1737
|
+
} as const;
|
|
1738
|
+
|
|
1739
|
+
export const $Volo_Abp_Account_ProfilePictureSourceDto = {
|
|
1740
|
+
type: 'object',
|
|
1741
|
+
properties: {
|
|
1742
|
+
type: {
|
|
1743
|
+
enum: [0, 1, 2],
|
|
1744
|
+
type: 'integer',
|
|
1745
|
+
format: 'int32'
|
|
1746
|
+
},
|
|
1747
|
+
source: {
|
|
1748
|
+
type: 'string',
|
|
1749
|
+
nullable: true
|
|
1750
|
+
},
|
|
1751
|
+
fileContent: {
|
|
1752
|
+
type: 'string',
|
|
1753
|
+
format: 'byte',
|
|
1754
|
+
nullable: true
|
|
1755
|
+
}
|
|
1756
|
+
},
|
|
1757
|
+
additionalProperties: false
|
|
1758
|
+
} as const;
|
|
1759
|
+
|
|
1760
|
+
export const $Volo_Abp_Account_ProfilePictureType = {
|
|
1761
|
+
enum: [0, 1, 2],
|
|
1762
|
+
type: 'integer',
|
|
1763
|
+
format: 'int32'
|
|
1764
|
+
} as const;
|
|
1765
|
+
|
|
1766
|
+
export const $Volo_Abp_Account_RegisterDto = {
|
|
1767
|
+
required: ['appName', 'emailAddress', 'password', 'userName'],
|
|
1768
|
+
type: 'object',
|
|
1769
|
+
properties: {
|
|
1770
|
+
extraProperties: {
|
|
1771
|
+
type: 'object',
|
|
1772
|
+
additionalProperties: {},
|
|
1773
|
+
nullable: true,
|
|
1774
|
+
readOnly: true
|
|
1775
|
+
},
|
|
1776
|
+
userName: {
|
|
1777
|
+
maxLength: 256,
|
|
1778
|
+
minLength: 0,
|
|
1779
|
+
type: 'string'
|
|
1780
|
+
},
|
|
1781
|
+
emailAddress: {
|
|
1782
|
+
maxLength: 256,
|
|
1783
|
+
minLength: 0,
|
|
1784
|
+
type: 'string',
|
|
1785
|
+
format: 'email'
|
|
1786
|
+
},
|
|
1787
|
+
password: {
|
|
1788
|
+
maxLength: 128,
|
|
1789
|
+
minLength: 0,
|
|
1790
|
+
type: 'string',
|
|
1791
|
+
format: 'password'
|
|
1792
|
+
},
|
|
1793
|
+
appName: {
|
|
1794
|
+
minLength: 1,
|
|
1795
|
+
type: 'string'
|
|
1796
|
+
},
|
|
1797
|
+
returnUrl: {
|
|
1798
|
+
type: 'string',
|
|
1799
|
+
nullable: true
|
|
1800
|
+
},
|
|
1801
|
+
returnUrlHash: {
|
|
1802
|
+
type: 'string',
|
|
1803
|
+
nullable: true
|
|
1804
|
+
},
|
|
1805
|
+
captchaResponse: {
|
|
1806
|
+
type: 'string',
|
|
1807
|
+
nullable: true
|
|
1808
|
+
}
|
|
1809
|
+
},
|
|
1810
|
+
additionalProperties: false
|
|
1811
|
+
} as const;
|
|
1812
|
+
|
|
1813
|
+
export const $Volo_Abp_Account_ResetPasswordDto = {
|
|
1814
|
+
required: ['password', 'resetToken'],
|
|
1815
|
+
type: 'object',
|
|
1816
|
+
properties: {
|
|
1817
|
+
userId: {
|
|
1818
|
+
type: 'string',
|
|
1819
|
+
format: 'uuid'
|
|
1820
|
+
},
|
|
1821
|
+
resetToken: {
|
|
1822
|
+
minLength: 1,
|
|
1823
|
+
type: 'string'
|
|
1824
|
+
},
|
|
1825
|
+
password: {
|
|
1826
|
+
minLength: 1,
|
|
1827
|
+
type: 'string'
|
|
1828
|
+
}
|
|
1829
|
+
},
|
|
1830
|
+
additionalProperties: false
|
|
1831
|
+
} as const;
|
|
1832
|
+
|
|
1833
|
+
export const $Volo_Abp_Account_SendEmailConfirmationTokenDto = {
|
|
1834
|
+
required: ['appName', 'userId'],
|
|
1835
|
+
type: 'object',
|
|
1836
|
+
properties: {
|
|
1837
|
+
appName: {
|
|
1838
|
+
minLength: 1,
|
|
1839
|
+
type: 'string'
|
|
1840
|
+
},
|
|
1841
|
+
userId: {
|
|
1842
|
+
type: 'string',
|
|
1843
|
+
format: 'uuid'
|
|
1844
|
+
},
|
|
1845
|
+
returnUrl: {
|
|
1846
|
+
type: 'string',
|
|
1847
|
+
nullable: true
|
|
1848
|
+
},
|
|
1849
|
+
returnUrlHash: {
|
|
1850
|
+
type: 'string',
|
|
1851
|
+
nullable: true
|
|
1852
|
+
}
|
|
1853
|
+
},
|
|
1854
|
+
additionalProperties: false
|
|
1855
|
+
} as const;
|
|
1856
|
+
|
|
1857
|
+
export const $Volo_Abp_Account_SendPasswordResetCodeDto = {
|
|
1858
|
+
required: ['appName', 'email'],
|
|
1859
|
+
type: 'object',
|
|
1860
|
+
properties: {
|
|
1861
|
+
email: {
|
|
1862
|
+
maxLength: 256,
|
|
1863
|
+
minLength: 0,
|
|
1864
|
+
type: 'string',
|
|
1865
|
+
format: 'email'
|
|
1866
|
+
},
|
|
1867
|
+
appName: {
|
|
1868
|
+
minLength: 1,
|
|
1869
|
+
type: 'string'
|
|
1870
|
+
},
|
|
1871
|
+
returnUrl: {
|
|
1872
|
+
type: 'string',
|
|
1873
|
+
nullable: true
|
|
1874
|
+
},
|
|
1875
|
+
returnUrlHash: {
|
|
1876
|
+
type: 'string',
|
|
1877
|
+
nullable: true
|
|
1878
|
+
}
|
|
1879
|
+
},
|
|
1880
|
+
additionalProperties: false
|
|
1881
|
+
} as const;
|
|
1882
|
+
|
|
1883
|
+
export const $Volo_Abp_Account_SendPhoneNumberConfirmationTokenDto = {
|
|
1884
|
+
required: ['userId'],
|
|
1885
|
+
type: 'object',
|
|
1886
|
+
properties: {
|
|
1887
|
+
userId: {
|
|
1888
|
+
type: 'string',
|
|
1889
|
+
format: 'uuid'
|
|
1890
|
+
},
|
|
1891
|
+
phoneNumber: {
|
|
1892
|
+
type: 'string',
|
|
1893
|
+
nullable: true
|
|
1894
|
+
}
|
|
1895
|
+
},
|
|
1896
|
+
additionalProperties: false
|
|
1897
|
+
} as const;
|
|
1898
|
+
|
|
1899
|
+
export const $Volo_Abp_Account_SendTwoFactorCodeInput = {
|
|
1900
|
+
required: ['provider', 'token', 'userId'],
|
|
1901
|
+
type: 'object',
|
|
1902
|
+
properties: {
|
|
1903
|
+
userId: {
|
|
1904
|
+
type: 'string',
|
|
1905
|
+
format: 'uuid'
|
|
1906
|
+
},
|
|
1907
|
+
provider: {
|
|
1908
|
+
minLength: 1,
|
|
1909
|
+
type: 'string'
|
|
1910
|
+
},
|
|
1911
|
+
token: {
|
|
1912
|
+
minLength: 1,
|
|
1913
|
+
type: 'string'
|
|
1914
|
+
}
|
|
1915
|
+
},
|
|
1916
|
+
additionalProperties: false
|
|
1917
|
+
} as const;
|
|
1918
|
+
|
|
1919
|
+
export const $Volo_Abp_Account_UnLinkUserInput = {
|
|
1920
|
+
type: 'object',
|
|
1921
|
+
properties: {
|
|
1922
|
+
userId: {
|
|
1923
|
+
type: 'string',
|
|
1924
|
+
format: 'uuid'
|
|
1925
|
+
},
|
|
1926
|
+
tenantId: {
|
|
1927
|
+
type: 'string',
|
|
1928
|
+
format: 'uuid',
|
|
1929
|
+
nullable: true
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1932
|
+
additionalProperties: false
|
|
1933
|
+
} as const;
|
|
1934
|
+
|
|
1935
|
+
export const $Volo_Abp_Account_UpdateExternalProviderDto = {
|
|
1936
|
+
type: 'object',
|
|
1937
|
+
properties: {
|
|
1938
|
+
name: {
|
|
1939
|
+
type: 'string',
|
|
1940
|
+
nullable: true
|
|
1941
|
+
},
|
|
1942
|
+
enabled: {
|
|
1943
|
+
type: 'boolean'
|
|
1944
|
+
},
|
|
1945
|
+
properties: {
|
|
1946
|
+
type: 'array',
|
|
1947
|
+
items: {
|
|
1948
|
+
type: 'object',
|
|
1949
|
+
properties: {
|
|
1950
|
+
name: {
|
|
1951
|
+
type: 'string',
|
|
1952
|
+
nullable: true
|
|
1953
|
+
},
|
|
1954
|
+
value: {
|
|
1955
|
+
type: 'string',
|
|
1956
|
+
nullable: true
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1959
|
+
additionalProperties: false
|
|
1960
|
+
},
|
|
1961
|
+
nullable: true
|
|
1962
|
+
},
|
|
1963
|
+
secretProperties: {
|
|
1964
|
+
type: 'array',
|
|
1965
|
+
items: {
|
|
1966
|
+
type: 'object',
|
|
1967
|
+
properties: {
|
|
1968
|
+
name: {
|
|
1969
|
+
type: 'string',
|
|
1970
|
+
nullable: true
|
|
1971
|
+
},
|
|
1972
|
+
value: {
|
|
1973
|
+
type: 'string',
|
|
1974
|
+
nullable: true
|
|
1975
|
+
}
|
|
1976
|
+
},
|
|
1977
|
+
additionalProperties: false
|
|
1978
|
+
},
|
|
1979
|
+
nullable: true
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1982
|
+
additionalProperties: false
|
|
1983
|
+
} as const;
|
|
1984
|
+
|
|
1985
|
+
export const $Volo_Abp_Account_UpdateProfileDto = {
|
|
1986
|
+
required: ['userName'],
|
|
1987
|
+
type: 'object',
|
|
1988
|
+
properties: {
|
|
1989
|
+
extraProperties: {
|
|
1990
|
+
type: 'object',
|
|
1991
|
+
additionalProperties: {},
|
|
1992
|
+
nullable: true,
|
|
1993
|
+
readOnly: true
|
|
1994
|
+
},
|
|
1995
|
+
userName: {
|
|
1996
|
+
maxLength: 256,
|
|
1997
|
+
minLength: 0,
|
|
1998
|
+
type: 'string'
|
|
1999
|
+
},
|
|
2000
|
+
email: {
|
|
2001
|
+
maxLength: 256,
|
|
2002
|
+
minLength: 0,
|
|
2003
|
+
type: 'string',
|
|
2004
|
+
nullable: true
|
|
2005
|
+
},
|
|
2006
|
+
name: {
|
|
2007
|
+
maxLength: 64,
|
|
2008
|
+
minLength: 0,
|
|
2009
|
+
type: 'string',
|
|
2010
|
+
nullable: true
|
|
2011
|
+
},
|
|
2012
|
+
surname: {
|
|
2013
|
+
maxLength: 64,
|
|
2014
|
+
minLength: 0,
|
|
2015
|
+
type: 'string',
|
|
2016
|
+
nullable: true
|
|
2017
|
+
},
|
|
2018
|
+
phoneNumber: {
|
|
2019
|
+
maxLength: 16,
|
|
2020
|
+
minLength: 0,
|
|
2021
|
+
type: 'string',
|
|
2022
|
+
nullable: true
|
|
2023
|
+
},
|
|
2024
|
+
timezone: {
|
|
2025
|
+
type: 'string',
|
|
2026
|
+
nullable: true
|
|
2027
|
+
},
|
|
2028
|
+
concurrencyStamp: {
|
|
2029
|
+
type: 'string',
|
|
2030
|
+
nullable: true
|
|
2031
|
+
}
|
|
2032
|
+
},
|
|
2033
|
+
additionalProperties: false
|
|
2034
|
+
} as const;
|
|
2035
|
+
|
|
2036
|
+
export const $Volo_Abp_Account_UserDelegationDto = {
|
|
2037
|
+
type: 'object',
|
|
2038
|
+
properties: {
|
|
2039
|
+
id: {
|
|
2040
|
+
type: 'string',
|
|
2041
|
+
format: 'uuid'
|
|
2042
|
+
},
|
|
2043
|
+
userName: {
|
|
2044
|
+
type: 'string',
|
|
2045
|
+
nullable: true
|
|
2046
|
+
},
|
|
2047
|
+
startTime: {
|
|
2048
|
+
type: 'string',
|
|
2049
|
+
format: 'date-time'
|
|
2050
|
+
},
|
|
2051
|
+
endTime: {
|
|
2052
|
+
type: 'string',
|
|
2053
|
+
format: 'date-time'
|
|
2054
|
+
}
|
|
2055
|
+
},
|
|
2056
|
+
additionalProperties: false
|
|
2057
|
+
} as const;
|
|
2058
|
+
|
|
2059
|
+
export const $Volo_Abp_Account_UserLookupDto = {
|
|
2060
|
+
type: 'object',
|
|
2061
|
+
properties: {
|
|
2062
|
+
id: {
|
|
2063
|
+
type: 'string',
|
|
2064
|
+
format: 'uuid'
|
|
2065
|
+
},
|
|
2066
|
+
userName: {
|
|
2067
|
+
type: 'string',
|
|
2068
|
+
nullable: true
|
|
2069
|
+
}
|
|
2070
|
+
},
|
|
2071
|
+
additionalProperties: false
|
|
2072
|
+
} as const;
|
|
2073
|
+
|
|
2074
|
+
export const $Volo_Abp_Account_VerifyAuthenticatorCodeDto = {
|
|
2075
|
+
type: 'object',
|
|
2076
|
+
properties: {
|
|
2077
|
+
recoveryCodes: {
|
|
2078
|
+
type: 'array',
|
|
2079
|
+
items: {
|
|
2080
|
+
type: 'string'
|
|
2081
|
+
},
|
|
2082
|
+
nullable: true
|
|
2083
|
+
}
|
|
2084
|
+
},
|
|
2085
|
+
additionalProperties: false
|
|
2086
|
+
} as const;
|
|
2087
|
+
|
|
2088
|
+
export const $Volo_Abp_Account_VerifyAuthenticatorCodeInput = {
|
|
2089
|
+
type: 'object',
|
|
2090
|
+
properties: {
|
|
2091
|
+
code: {
|
|
2092
|
+
type: 'string',
|
|
2093
|
+
nullable: true
|
|
2094
|
+
}
|
|
2095
|
+
},
|
|
2096
|
+
additionalProperties: false
|
|
2097
|
+
} as const;
|
|
2098
|
+
|
|
2099
|
+
export const $Volo_Abp_Account_VerifyEmailConfirmationTokenInput = {
|
|
2100
|
+
required: ['token', 'userId'],
|
|
2101
|
+
type: 'object',
|
|
2102
|
+
properties: {
|
|
2103
|
+
userId: {
|
|
2104
|
+
type: 'string',
|
|
2105
|
+
format: 'uuid'
|
|
2106
|
+
},
|
|
2107
|
+
token: {
|
|
2108
|
+
minLength: 1,
|
|
2109
|
+
type: 'string'
|
|
2110
|
+
}
|
|
2111
|
+
},
|
|
2112
|
+
additionalProperties: false
|
|
2113
|
+
} as const;
|
|
2114
|
+
|
|
2115
|
+
export const $Volo_Abp_Account_VerifyLinkLoginTokenInput = {
|
|
2116
|
+
required: ['token', 'userId'],
|
|
2117
|
+
type: 'object',
|
|
2118
|
+
properties: {
|
|
2119
|
+
userId: {
|
|
2120
|
+
type: 'string',
|
|
2121
|
+
format: 'uuid'
|
|
1077
2122
|
},
|
|
1078
|
-
|
|
2123
|
+
tenantId: {
|
|
1079
2124
|
type: 'string',
|
|
2125
|
+
format: 'uuid',
|
|
1080
2126
|
nullable: true
|
|
1081
2127
|
},
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
type: 'integer',
|
|
1086
|
-
format: 'int32'
|
|
1087
|
-
},
|
|
1088
|
-
score: {
|
|
1089
|
-
maximum: 1,
|
|
1090
|
-
minimum: 0.1,
|
|
1091
|
-
type: 'number',
|
|
1092
|
-
format: 'double'
|
|
2128
|
+
token: {
|
|
2129
|
+
minLength: 1,
|
|
2130
|
+
type: 'string'
|
|
1093
2131
|
}
|
|
1094
2132
|
},
|
|
1095
2133
|
additionalProperties: false
|
|
1096
2134
|
} as const;
|
|
1097
2135
|
|
|
1098
|
-
export const $
|
|
2136
|
+
export const $Volo_Abp_Account_VerifyLinkTokenInput = {
|
|
2137
|
+
required: ['token', 'userId'],
|
|
1099
2138
|
type: 'object',
|
|
1100
2139
|
properties: {
|
|
1101
|
-
|
|
1102
|
-
type: '
|
|
2140
|
+
userId: {
|
|
2141
|
+
type: 'string',
|
|
2142
|
+
format: 'uuid'
|
|
1103
2143
|
},
|
|
1104
|
-
|
|
1105
|
-
type: '
|
|
2144
|
+
tenantId: {
|
|
2145
|
+
type: 'string',
|
|
2146
|
+
format: 'uuid',
|
|
2147
|
+
nullable: true
|
|
1106
2148
|
},
|
|
1107
|
-
|
|
1108
|
-
|
|
2149
|
+
token: {
|
|
2150
|
+
minLength: 1,
|
|
2151
|
+
type: 'string'
|
|
1109
2152
|
}
|
|
1110
2153
|
},
|
|
1111
2154
|
additionalProperties: false
|
|
1112
2155
|
} as const;
|
|
1113
2156
|
|
|
1114
|
-
export const $
|
|
2157
|
+
export const $Volo_Abp_Account_VerifyPasswordResetTokenInput = {
|
|
2158
|
+
required: ['resetToken'],
|
|
1115
2159
|
type: 'object',
|
|
1116
2160
|
properties: {
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
},
|
|
1121
|
-
isRememberBrowserEnabled: {
|
|
1122
|
-
type: 'boolean'
|
|
2161
|
+
userId: {
|
|
2162
|
+
type: 'string',
|
|
2163
|
+
format: 'uuid'
|
|
1123
2164
|
},
|
|
1124
|
-
|
|
1125
|
-
|
|
2165
|
+
resetToken: {
|
|
2166
|
+
minLength: 1,
|
|
2167
|
+
type: 'string'
|
|
1126
2168
|
}
|
|
1127
2169
|
},
|
|
1128
2170
|
additionalProperties: false
|
|
1129
2171
|
} as const;
|
|
1130
2172
|
|
|
1131
|
-
export const $
|
|
2173
|
+
export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Account_LinkUserDto__Volo_Abp_Account_Pro_Public_Application_Contracts__Version_8_2_1_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
1132
2174
|
type: 'object',
|
|
1133
2175
|
properties: {
|
|
1134
|
-
|
|
1135
|
-
type: 'string',
|
|
1136
|
-
nullable: true
|
|
1137
|
-
},
|
|
1138
|
-
enabled: {
|
|
1139
|
-
type: 'boolean'
|
|
1140
|
-
},
|
|
1141
|
-
properties: {
|
|
2176
|
+
items: {
|
|
1142
2177
|
type: 'array',
|
|
1143
2178
|
items: {
|
|
1144
2179
|
type: 'object',
|
|
1145
2180
|
properties: {
|
|
1146
|
-
|
|
2181
|
+
targetUserId: {
|
|
1147
2182
|
type: 'string',
|
|
1148
|
-
|
|
2183
|
+
format: 'uuid'
|
|
1149
2184
|
},
|
|
1150
|
-
|
|
2185
|
+
targetUserName: {
|
|
1151
2186
|
type: 'string',
|
|
1152
2187
|
nullable: true
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
|
-
additionalProperties: false
|
|
1156
|
-
},
|
|
1157
|
-
nullable: true
|
|
1158
|
-
},
|
|
1159
|
-
secretProperties: {
|
|
1160
|
-
type: 'array',
|
|
1161
|
-
items: {
|
|
1162
|
-
type: 'object',
|
|
1163
|
-
properties: {
|
|
1164
|
-
name: {
|
|
2188
|
+
},
|
|
2189
|
+
targetTenantId: {
|
|
1165
2190
|
type: 'string',
|
|
2191
|
+
format: 'uuid',
|
|
1166
2192
|
nullable: true
|
|
1167
2193
|
},
|
|
1168
|
-
|
|
2194
|
+
targetTenantName: {
|
|
1169
2195
|
type: 'string',
|
|
1170
2196
|
nullable: true
|
|
2197
|
+
},
|
|
2198
|
+
directlyLinked: {
|
|
2199
|
+
type: 'boolean'
|
|
1171
2200
|
}
|
|
1172
2201
|
},
|
|
1173
2202
|
additionalProperties: false
|
|
@@ -1178,59 +2207,52 @@ export const $Volo_Abp_Account_ExternalProviders_ExternalProviderSettings = {
|
|
|
1178
2207
|
additionalProperties: false
|
|
1179
2208
|
} as const;
|
|
1180
2209
|
|
|
1181
|
-
export const $
|
|
1182
|
-
type: 'object',
|
|
1183
|
-
properties: {
|
|
1184
|
-
name: {
|
|
1185
|
-
type: 'string',
|
|
1186
|
-
nullable: true
|
|
1187
|
-
},
|
|
1188
|
-
value: {
|
|
1189
|
-
type: 'string',
|
|
1190
|
-
nullable: true
|
|
1191
|
-
}
|
|
1192
|
-
},
|
|
1193
|
-
additionalProperties: false
|
|
1194
|
-
} as const;
|
|
1195
|
-
|
|
1196
|
-
export const $Volo_Abp_Account_UpdateExternalProviderDto = {
|
|
2210
|
+
export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Account_UserDelegationDto__Volo_Abp_Account_Pro_Public_Application_Contracts__Version_8_2_1_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
1197
2211
|
type: 'object',
|
|
1198
2212
|
properties: {
|
|
1199
|
-
|
|
1200
|
-
type: 'string',
|
|
1201
|
-
nullable: true
|
|
1202
|
-
},
|
|
1203
|
-
enabled: {
|
|
1204
|
-
type: 'boolean'
|
|
1205
|
-
},
|
|
1206
|
-
properties: {
|
|
2213
|
+
items: {
|
|
1207
2214
|
type: 'array',
|
|
1208
2215
|
items: {
|
|
1209
2216
|
type: 'object',
|
|
1210
2217
|
properties: {
|
|
1211
|
-
|
|
2218
|
+
id: {
|
|
1212
2219
|
type: 'string',
|
|
1213
|
-
|
|
2220
|
+
format: 'uuid'
|
|
1214
2221
|
},
|
|
1215
|
-
|
|
2222
|
+
userName: {
|
|
1216
2223
|
type: 'string',
|
|
1217
2224
|
nullable: true
|
|
2225
|
+
},
|
|
2226
|
+
startTime: {
|
|
2227
|
+
type: 'string',
|
|
2228
|
+
format: 'date-time'
|
|
2229
|
+
},
|
|
2230
|
+
endTime: {
|
|
2231
|
+
type: 'string',
|
|
2232
|
+
format: 'date-time'
|
|
1218
2233
|
}
|
|
1219
2234
|
},
|
|
1220
2235
|
additionalProperties: false
|
|
1221
2236
|
},
|
|
1222
2237
|
nullable: true
|
|
1223
|
-
}
|
|
1224
|
-
|
|
2238
|
+
}
|
|
2239
|
+
},
|
|
2240
|
+
additionalProperties: false
|
|
2241
|
+
} as const;
|
|
2242
|
+
|
|
2243
|
+
export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Account_UserLookupDto__Volo_Abp_Account_Pro_Public_Application_Contracts__Version_8_2_1_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
2244
|
+
type: 'object',
|
|
2245
|
+
properties: {
|
|
2246
|
+
items: {
|
|
1225
2247
|
type: 'array',
|
|
1226
2248
|
items: {
|
|
1227
2249
|
type: 'object',
|
|
1228
2250
|
properties: {
|
|
1229
|
-
|
|
2251
|
+
id: {
|
|
1230
2252
|
type: 'string',
|
|
1231
|
-
|
|
2253
|
+
format: 'uuid'
|
|
1232
2254
|
},
|
|
1233
|
-
|
|
2255
|
+
userName: {
|
|
1234
2256
|
type: 'string',
|
|
1235
2257
|
nullable: true
|
|
1236
2258
|
}
|
|
@@ -1470,6 +2492,35 @@ export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_LanguageManage
|
|
|
1470
2492
|
additionalProperties: false
|
|
1471
2493
|
} as const;
|
|
1472
2494
|
|
|
2495
|
+
export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_PermissionManagement_IsGrantedResponse__Volo_Abp_PermissionManagement_Domain_Shared__Version_8_2_1_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
2496
|
+
type: 'object',
|
|
2497
|
+
properties: {
|
|
2498
|
+
items: {
|
|
2499
|
+
type: 'array',
|
|
2500
|
+
items: {
|
|
2501
|
+
type: 'object',
|
|
2502
|
+
properties: {
|
|
2503
|
+
userId: {
|
|
2504
|
+
type: 'string',
|
|
2505
|
+
format: 'uuid'
|
|
2506
|
+
},
|
|
2507
|
+
permissions: {
|
|
2508
|
+
type: 'object',
|
|
2509
|
+
additionalProperties: {
|
|
2510
|
+
type: 'boolean',
|
|
2511
|
+
nullable: true
|
|
2512
|
+
},
|
|
2513
|
+
nullable: true
|
|
2514
|
+
}
|
|
2515
|
+
},
|
|
2516
|
+
additionalProperties: false
|
|
2517
|
+
},
|
|
2518
|
+
nullable: true
|
|
2519
|
+
}
|
|
2520
|
+
},
|
|
2521
|
+
additionalProperties: false
|
|
2522
|
+
} as const;
|
|
2523
|
+
|
|
1473
2524
|
export const $Volo_Abp_Application_Dtos_ListResultDto_1__Volo_Abp_Users_UserData__Volo_Abp_Users_Abstractions__Version_8_2_1_0__Culture_neutral__PublicKeyToken_null__ = {
|
|
1474
2525
|
type: 'object',
|
|
1475
2526
|
properties: {
|
|
@@ -1545,8 +2596,9 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UpwithCrowd_Members_Li
|
|
|
1545
2596
|
format: 'uuid'
|
|
1546
2597
|
},
|
|
1547
2598
|
idType: {
|
|
1548
|
-
enum: [
|
|
1549
|
-
type: '
|
|
2599
|
+
enum: [0, 1, 2, 3, 4, 5],
|
|
2600
|
+
type: 'integer',
|
|
2601
|
+
format: 'int32'
|
|
1550
2602
|
},
|
|
1551
2603
|
memberId: {
|
|
1552
2604
|
minLength: 1,
|
|
@@ -1753,8 +2805,9 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_AuditLogging_
|
|
|
1753
2805
|
format: 'date-time'
|
|
1754
2806
|
},
|
|
1755
2807
|
changeType: {
|
|
1756
|
-
enum: [
|
|
1757
|
-
type: '
|
|
2808
|
+
enum: [0, 1, 2],
|
|
2809
|
+
type: 'integer',
|
|
2810
|
+
format: 'int32'
|
|
1758
2811
|
},
|
|
1759
2812
|
entityId: {
|
|
1760
2813
|
type: 'string',
|
|
@@ -1902,8 +2955,9 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_AuditLogging_
|
|
|
1902
2955
|
format: 'date-time'
|
|
1903
2956
|
},
|
|
1904
2957
|
changeType: {
|
|
1905
|
-
enum: [
|
|
1906
|
-
type: '
|
|
2958
|
+
enum: [0, 1, 2],
|
|
2959
|
+
type: 'integer',
|
|
2960
|
+
format: 'int32'
|
|
1907
2961
|
},
|
|
1908
2962
|
entityId: {
|
|
1909
2963
|
type: 'string',
|
|
@@ -2039,8 +3093,9 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Abp_Identity_Clai
|
|
|
2039
3093
|
nullable: true
|
|
2040
3094
|
},
|
|
2041
3095
|
valueType: {
|
|
2042
|
-
enum: [
|
|
2043
|
-
type: '
|
|
3096
|
+
enum: [0, 1, 2, 3],
|
|
3097
|
+
type: 'integer',
|
|
3098
|
+
format: 'int32'
|
|
2044
3099
|
},
|
|
2045
3100
|
valueTypeAsString: {
|
|
2046
3101
|
type: 'string',
|
|
@@ -2954,8 +4009,9 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__Volo_Saas_Host_Dtos_Sa
|
|
|
2954
4009
|
type: 'boolean'
|
|
2955
4010
|
},
|
|
2956
4011
|
activationState: {
|
|
2957
|
-
enum: [
|
|
2958
|
-
type: '
|
|
4012
|
+
enum: [0, 1, 2],
|
|
4013
|
+
type: 'integer',
|
|
4014
|
+
format: 'int32'
|
|
2959
4015
|
},
|
|
2960
4016
|
activationEndDate: {
|
|
2961
4017
|
type: 'string',
|
|
@@ -5417,8 +6473,9 @@ export const $Volo_Abp_AuditLogging_AuditLogDto = {
|
|
|
5417
6473
|
format: 'date-time'
|
|
5418
6474
|
},
|
|
5419
6475
|
changeType: {
|
|
5420
|
-
enum: [
|
|
5421
|
-
type: '
|
|
6476
|
+
enum: [0, 1, 2],
|
|
6477
|
+
type: 'integer',
|
|
6478
|
+
format: 'int32'
|
|
5422
6479
|
},
|
|
5423
6480
|
entityId: {
|
|
5424
6481
|
type: 'string',
|
|
@@ -5583,8 +6640,9 @@ export const $Volo_Abp_AuditLogging_EntityChangeDto = {
|
|
|
5583
6640
|
format: 'date-time'
|
|
5584
6641
|
},
|
|
5585
6642
|
changeType: {
|
|
5586
|
-
enum: [
|
|
5587
|
-
type: '
|
|
6643
|
+
enum: [0, 1, 2],
|
|
6644
|
+
type: 'integer',
|
|
6645
|
+
format: 'int32'
|
|
5588
6646
|
},
|
|
5589
6647
|
entityId: {
|
|
5590
6648
|
type: 'string',
|
|
@@ -5667,8 +6725,9 @@ export const $Volo_Abp_AuditLogging_EntityChangeWithUsernameDto = {
|
|
|
5667
6725
|
format: 'date-time'
|
|
5668
6726
|
},
|
|
5669
6727
|
changeType: {
|
|
5670
|
-
enum: [
|
|
5671
|
-
type: '
|
|
6728
|
+
enum: [0, 1, 2],
|
|
6729
|
+
type: 'integer',
|
|
6730
|
+
format: 'int32'
|
|
5672
6731
|
},
|
|
5673
6732
|
entityId: {
|
|
5674
6733
|
type: 'string',
|
|
@@ -5797,8 +6856,9 @@ export const $Volo_Abp_AuditLogging_GetErrorRateOutput = {
|
|
|
5797
6856
|
} as const;
|
|
5798
6857
|
|
|
5799
6858
|
export const $Volo_Abp_Auditing_EntityChangeType = {
|
|
5800
|
-
enum: [
|
|
5801
|
-
type: '
|
|
6859
|
+
enum: [0, 1, 2],
|
|
6860
|
+
type: 'integer',
|
|
6861
|
+
format: 'int32'
|
|
5802
6862
|
} as const;
|
|
5803
6863
|
|
|
5804
6864
|
export const $Volo_Abp_FeatureManagement_FeatureDto = {
|
|
@@ -7684,8 +8744,9 @@ export const $Volo_Abp_Identity_ClaimTypeDto = {
|
|
|
7684
8744
|
nullable: true
|
|
7685
8745
|
},
|
|
7686
8746
|
valueType: {
|
|
7687
|
-
enum: [
|
|
7688
|
-
type: '
|
|
8747
|
+
enum: [0, 1, 2, 3],
|
|
8748
|
+
type: 'integer',
|
|
8749
|
+
format: 'int32'
|
|
7689
8750
|
},
|
|
7690
8751
|
valueTypeAsString: {
|
|
7691
8752
|
type: 'string',
|
|
@@ -7729,8 +8790,9 @@ export const $Volo_Abp_Identity_CreateClaimTypeDto = {
|
|
|
7729
8790
|
nullable: true
|
|
7730
8791
|
},
|
|
7731
8792
|
valueType: {
|
|
7732
|
-
enum: [
|
|
7733
|
-
type: '
|
|
8793
|
+
enum: [0, 1, 2, 3],
|
|
8794
|
+
type: 'integer',
|
|
8795
|
+
format: 'int32'
|
|
7734
8796
|
}
|
|
7735
8797
|
},
|
|
7736
8798
|
additionalProperties: false
|
|
@@ -7762,13 +8824,15 @@ export const $Volo_Abp_Identity_ExternalLoginProviderDto = {
|
|
|
7762
8824
|
} as const;
|
|
7763
8825
|
|
|
7764
8826
|
export const $Volo_Abp_Identity_Features_IdentityProTwoFactorBehaviour = {
|
|
7765
|
-
enum: [
|
|
7766
|
-
type: '
|
|
8827
|
+
enum: [0, 1, 2],
|
|
8828
|
+
type: 'integer',
|
|
8829
|
+
format: 'int32'
|
|
7767
8830
|
} as const;
|
|
7768
8831
|
|
|
7769
8832
|
export const $Volo_Abp_Identity_IdentityClaimValueType = {
|
|
7770
|
-
enum: [
|
|
7771
|
-
type: '
|
|
8833
|
+
enum: [0, 1, 2, 3],
|
|
8834
|
+
type: 'integer',
|
|
8835
|
+
format: 'int32'
|
|
7772
8836
|
} as const;
|
|
7773
8837
|
|
|
7774
8838
|
export const $Volo_Abp_Identity_IdentityLdapSettingsDto = {
|
|
@@ -8161,8 +9225,9 @@ export const $Volo_Abp_Identity_IdentitySessionSettingsDto = {
|
|
|
8161
9225
|
type: 'object',
|
|
8162
9226
|
properties: {
|
|
8163
9227
|
preventConcurrentLogin: {
|
|
8164
|
-
enum: [
|
|
8165
|
-
type: '
|
|
9228
|
+
enum: [0, 1, 2],
|
|
9229
|
+
type: 'integer',
|
|
9230
|
+
format: 'int32'
|
|
8166
9231
|
}
|
|
8167
9232
|
},
|
|
8168
9233
|
additionalProperties: false
|
|
@@ -8662,8 +9727,9 @@ export const $Volo_Abp_Identity_ImportUsersFromFileOutput = {
|
|
|
8662
9727
|
} as const;
|
|
8663
9728
|
|
|
8664
9729
|
export const $Volo_Abp_Identity_ImportUsersFromFileType = {
|
|
8665
|
-
enum: [
|
|
8666
|
-
type: '
|
|
9730
|
+
enum: [1, 2],
|
|
9731
|
+
type: 'integer',
|
|
9732
|
+
format: 'int32'
|
|
8667
9733
|
} as const;
|
|
8668
9734
|
|
|
8669
9735
|
export const $Volo_Abp_Identity_OrganizationUnitCreateDto = {
|
|
@@ -8995,8 +10061,9 @@ export const $Volo_Abp_Identity_OrganizationUnitWithDetailsDto = {
|
|
|
8995
10061
|
} as const;
|
|
8996
10062
|
|
|
8997
10063
|
export const $Volo_Abp_Identity_Settings_IdentityProPreventConcurrentLoginBehaviour = {
|
|
8998
|
-
enum: [
|
|
8999
|
-
type: '
|
|
10064
|
+
enum: [0, 1, 2],
|
|
10065
|
+
type: 'integer',
|
|
10066
|
+
format: 'int32'
|
|
9000
10067
|
} as const;
|
|
9001
10068
|
|
|
9002
10069
|
export const $Volo_Abp_Identity_UpdateClaimTypeDto = {
|
|
@@ -9029,8 +10096,9 @@ export const $Volo_Abp_Identity_UpdateClaimTypeDto = {
|
|
|
9029
10096
|
nullable: true
|
|
9030
10097
|
},
|
|
9031
10098
|
valueType: {
|
|
9032
|
-
enum: [
|
|
9033
|
-
type: '
|
|
10099
|
+
enum: [0, 1, 2, 3],
|
|
10100
|
+
type: 'integer',
|
|
10101
|
+
format: 'int32'
|
|
9034
10102
|
},
|
|
9035
10103
|
concurrencyStamp: {
|
|
9036
10104
|
type: 'string',
|
|
@@ -9779,6 +10847,43 @@ export const $Volo_Abp_PermissionManagement_GetPermissionListResultDto = {
|
|
|
9779
10847
|
additionalProperties: false
|
|
9780
10848
|
} as const;
|
|
9781
10849
|
|
|
10850
|
+
export const $Volo_Abp_PermissionManagement_IsGrantedRequest = {
|
|
10851
|
+
type: 'object',
|
|
10852
|
+
properties: {
|
|
10853
|
+
userId: {
|
|
10854
|
+
type: 'string',
|
|
10855
|
+
format: 'uuid'
|
|
10856
|
+
},
|
|
10857
|
+
permissionNames: {
|
|
10858
|
+
type: 'array',
|
|
10859
|
+
items: {
|
|
10860
|
+
type: 'string'
|
|
10861
|
+
},
|
|
10862
|
+
nullable: true
|
|
10863
|
+
}
|
|
10864
|
+
},
|
|
10865
|
+
additionalProperties: false
|
|
10866
|
+
} as const;
|
|
10867
|
+
|
|
10868
|
+
export const $Volo_Abp_PermissionManagement_IsGrantedResponse = {
|
|
10869
|
+
type: 'object',
|
|
10870
|
+
properties: {
|
|
10871
|
+
userId: {
|
|
10872
|
+
type: 'string',
|
|
10873
|
+
format: 'uuid'
|
|
10874
|
+
},
|
|
10875
|
+
permissions: {
|
|
10876
|
+
type: 'object',
|
|
10877
|
+
additionalProperties: {
|
|
10878
|
+
type: 'boolean',
|
|
10879
|
+
nullable: true
|
|
10880
|
+
},
|
|
10881
|
+
nullable: true
|
|
10882
|
+
}
|
|
10883
|
+
},
|
|
10884
|
+
additionalProperties: false
|
|
10885
|
+
} as const;
|
|
10886
|
+
|
|
9782
10887
|
export const $Volo_Abp_PermissionManagement_PermissionGrantInfoDto = {
|
|
9783
10888
|
type: 'object',
|
|
9784
10889
|
properties: {
|
|
@@ -10317,8 +11422,9 @@ export const $Volo_Payment_Requests_PaymentRequestProductDto = {
|
|
|
10317
11422
|
format: 'float'
|
|
10318
11423
|
},
|
|
10319
11424
|
paymentType: {
|
|
10320
|
-
enum: [
|
|
10321
|
-
type: '
|
|
11425
|
+
enum: [0, 1],
|
|
11426
|
+
type: 'integer',
|
|
11427
|
+
format: 'int32'
|
|
10322
11428
|
},
|
|
10323
11429
|
planId: {
|
|
10324
11430
|
type: 'string',
|
|
@@ -10334,8 +11440,9 @@ export const $Volo_Payment_Requests_PaymentRequestProductDto = {
|
|
|
10334
11440
|
} as const;
|
|
10335
11441
|
|
|
10336
11442
|
export const $Volo_Payment_Requests_PaymentRequestState = {
|
|
10337
|
-
enum: [
|
|
10338
|
-
type: '
|
|
11443
|
+
enum: [0, 1, 2, 3],
|
|
11444
|
+
type: 'integer',
|
|
11445
|
+
format: 'int32'
|
|
10339
11446
|
} as const;
|
|
10340
11447
|
|
|
10341
11448
|
export const $Volo_Payment_Requests_PaymentRequestWithDetailsDto = {
|
|
@@ -10381,8 +11488,9 @@ export const $Volo_Payment_Requests_PaymentRequestWithDetailsDto = {
|
|
|
10381
11488
|
format: 'float'
|
|
10382
11489
|
},
|
|
10383
11490
|
paymentType: {
|
|
10384
|
-
enum: [
|
|
10385
|
-
type: '
|
|
11491
|
+
enum: [0, 1],
|
|
11492
|
+
type: 'integer',
|
|
11493
|
+
format: 'int32'
|
|
10386
11494
|
},
|
|
10387
11495
|
planId: {
|
|
10388
11496
|
type: 'string',
|
|
@@ -10403,8 +11511,9 @@ export const $Volo_Payment_Requests_PaymentRequestWithDetailsDto = {
|
|
|
10403
11511
|
nullable: true
|
|
10404
11512
|
},
|
|
10405
11513
|
state: {
|
|
10406
|
-
enum: [
|
|
10407
|
-
type: '
|
|
11514
|
+
enum: [0, 1, 2, 3],
|
|
11515
|
+
type: 'integer',
|
|
11516
|
+
format: 'int32'
|
|
10408
11517
|
},
|
|
10409
11518
|
failReason: {
|
|
10410
11519
|
type: 'string',
|
|
@@ -10436,8 +11545,9 @@ export const $Volo_Payment_Requests_PaymentRequestWithDetailsDto = {
|
|
|
10436
11545
|
} as const;
|
|
10437
11546
|
|
|
10438
11547
|
export const $Volo_Payment_Requests_PaymentType = {
|
|
10439
|
-
enum: [
|
|
10440
|
-
type: '
|
|
11548
|
+
enum: [0, 1],
|
|
11549
|
+
type: 'integer',
|
|
11550
|
+
format: 'int32'
|
|
10441
11551
|
} as const;
|
|
10442
11552
|
|
|
10443
11553
|
export const $Volo_Saas_Host_Dtos_EditionCreateDto = {
|
|
@@ -10615,8 +11725,9 @@ export const $Volo_Saas_Host_Dtos_SaasTenantCreateDto = {
|
|
|
10615
11725
|
nullable: true
|
|
10616
11726
|
},
|
|
10617
11727
|
activationState: {
|
|
10618
|
-
enum: [
|
|
10619
|
-
type: '
|
|
11728
|
+
enum: [0, 1, 2],
|
|
11729
|
+
type: 'integer',
|
|
11730
|
+
format: 'int32'
|
|
10620
11731
|
},
|
|
10621
11732
|
activationEndDate: {
|
|
10622
11733
|
type: 'string',
|
|
@@ -10765,8 +11876,9 @@ export const $Volo_Saas_Host_Dtos_SaasTenantDto = {
|
|
|
10765
11876
|
type: 'boolean'
|
|
10766
11877
|
},
|
|
10767
11878
|
activationState: {
|
|
10768
|
-
enum: [
|
|
10769
|
-
type: '
|
|
11879
|
+
enum: [0, 1, 2],
|
|
11880
|
+
type: 'integer',
|
|
11881
|
+
format: 'int32'
|
|
10770
11882
|
},
|
|
10771
11883
|
activationEndDate: {
|
|
10772
11884
|
type: 'string',
|
|
@@ -10817,8 +11929,9 @@ export const $Volo_Saas_Host_Dtos_SaasTenantUpdateDto = {
|
|
|
10817
11929
|
nullable: true
|
|
10818
11930
|
},
|
|
10819
11931
|
activationState: {
|
|
10820
|
-
enum: [
|
|
10821
|
-
type: '
|
|
11932
|
+
enum: [0, 1, 2],
|
|
11933
|
+
type: 'integer',
|
|
11934
|
+
format: 'int32'
|
|
10822
11935
|
},
|
|
10823
11936
|
activationEndDate: {
|
|
10824
11937
|
type: 'string',
|
|
@@ -10855,6 +11968,7 @@ export const $Volo_Saas_Host_GetEditionUsageStatisticsResultDto = {
|
|
|
10855
11968
|
} as const;
|
|
10856
11969
|
|
|
10857
11970
|
export const $Volo_Saas_TenantActivationState = {
|
|
10858
|
-
enum: [
|
|
10859
|
-
type: '
|
|
11971
|
+
enum: [0, 1, 2],
|
|
11972
|
+
type: 'integer',
|
|
11973
|
+
format: 'int32'
|
|
10860
11974
|
} as const;
|