@ayasofyazilim/saas 0.0.24 → 0.0.25
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/BackerService/schemas.gen.ts +12444 -12401
- package/BackerService/types.gen.ts +14936 -14936
- package/FundraiserService/schemas.gen.ts +795 -661
- package/FundraiserService/services.gen.ts +12 -36
- package/FundraiserService/types.gen.ts +1229 -2471
- package/MerchantService/schemas.gen.ts +14764 -14697
- package/MerchantService/services.gen.ts +1602 -1602
- package/MerchantService/types.gen.ts +18875 -18819
- package/ProjectService/schemas.gen.ts +365 -1
- package/ProjectService/types.gen.ts +161 -1
- package/SettingService/schemas.gen.ts +1524 -1521
- package/SettingService/types.gen.ts +981 -980
- package/package.json +1 -1
|
@@ -1,15 +1,163 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
2
|
|
|
3
|
-
export const $
|
|
3
|
+
export const $UpwithCrowd_FundraiserService_AffiliationTypes_AffiliationTypeDto = {
|
|
4
4
|
type: 'object',
|
|
5
5
|
properties: {
|
|
6
6
|
id: {
|
|
7
7
|
type: 'string',
|
|
8
8
|
format: 'uuid'
|
|
9
9
|
},
|
|
10
|
+
creationTime: {
|
|
11
|
+
type: 'string',
|
|
12
|
+
format: 'date-time'
|
|
13
|
+
},
|
|
14
|
+
creatorId: {
|
|
15
|
+
type: 'string',
|
|
16
|
+
format: 'uuid',
|
|
17
|
+
nullable: true
|
|
18
|
+
},
|
|
19
|
+
lastModificationTime: {
|
|
20
|
+
type: 'string',
|
|
21
|
+
format: 'date-time',
|
|
22
|
+
nullable: true
|
|
23
|
+
},
|
|
24
|
+
lastModifierId: {
|
|
25
|
+
type: 'string',
|
|
26
|
+
format: 'uuid',
|
|
27
|
+
nullable: true
|
|
28
|
+
},
|
|
29
|
+
isDeleted: {
|
|
30
|
+
type: 'boolean'
|
|
31
|
+
},
|
|
32
|
+
deleterId: {
|
|
33
|
+
type: 'string',
|
|
34
|
+
format: 'uuid',
|
|
35
|
+
nullable: true
|
|
36
|
+
},
|
|
37
|
+
deletionTime: {
|
|
38
|
+
type: 'string',
|
|
39
|
+
format: 'date-time',
|
|
40
|
+
nullable: true
|
|
41
|
+
},
|
|
42
|
+
fundraiserId: {
|
|
43
|
+
type: 'string',
|
|
44
|
+
format: 'uuid'
|
|
45
|
+
},
|
|
10
46
|
name: {
|
|
11
47
|
type: 'string',
|
|
12
48
|
nullable: true
|
|
49
|
+
},
|
|
50
|
+
description: {
|
|
51
|
+
type: 'string',
|
|
52
|
+
nullable: true
|
|
53
|
+
},
|
|
54
|
+
affiliationTypeCode: {
|
|
55
|
+
enum: [0, 1, 2],
|
|
56
|
+
type: 'integer',
|
|
57
|
+
format: 'int32'
|
|
58
|
+
},
|
|
59
|
+
partyId: {
|
|
60
|
+
type: 'string',
|
|
61
|
+
format: 'uuid'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
additionalProperties: false
|
|
65
|
+
} as const;
|
|
66
|
+
|
|
67
|
+
export const $UpwithCrowd_FundraiserService_Enums_AffiliationTypeCode = {
|
|
68
|
+
enum: [0, 1, 2],
|
|
69
|
+
type: 'integer',
|
|
70
|
+
format: 'int32'
|
|
71
|
+
} as const;
|
|
72
|
+
|
|
73
|
+
export const $UpwithCrowd_FundraiserService_Enums_FundraiserPartyType = {
|
|
74
|
+
enum: [0, 1],
|
|
75
|
+
type: 'integer',
|
|
76
|
+
format: 'int32'
|
|
77
|
+
} as const;
|
|
78
|
+
|
|
79
|
+
export const $UpwithCrowd_FundraiserService_Fundraisers_FundraiserProfileDto = {
|
|
80
|
+
type: 'object',
|
|
81
|
+
properties: {
|
|
82
|
+
id: {
|
|
83
|
+
type: 'string',
|
|
84
|
+
format: 'uuid'
|
|
85
|
+
},
|
|
86
|
+
name: {
|
|
87
|
+
type: 'string',
|
|
88
|
+
nullable: true
|
|
89
|
+
},
|
|
90
|
+
fundraiserType: {
|
|
91
|
+
enum: [0, 1],
|
|
92
|
+
type: 'integer',
|
|
93
|
+
format: 'int32'
|
|
94
|
+
},
|
|
95
|
+
fundraiserTypeDescription: {
|
|
96
|
+
type: 'string',
|
|
97
|
+
nullable: true
|
|
98
|
+
},
|
|
99
|
+
affiliation: {
|
|
100
|
+
type: 'object',
|
|
101
|
+
properties: {
|
|
102
|
+
id: {
|
|
103
|
+
type: 'string',
|
|
104
|
+
format: 'uuid'
|
|
105
|
+
},
|
|
106
|
+
creationTime: {
|
|
107
|
+
type: 'string',
|
|
108
|
+
format: 'date-time'
|
|
109
|
+
},
|
|
110
|
+
creatorId: {
|
|
111
|
+
type: 'string',
|
|
112
|
+
format: 'uuid',
|
|
113
|
+
nullable: true
|
|
114
|
+
},
|
|
115
|
+
lastModificationTime: {
|
|
116
|
+
type: 'string',
|
|
117
|
+
format: 'date-time',
|
|
118
|
+
nullable: true
|
|
119
|
+
},
|
|
120
|
+
lastModifierId: {
|
|
121
|
+
type: 'string',
|
|
122
|
+
format: 'uuid',
|
|
123
|
+
nullable: true
|
|
124
|
+
},
|
|
125
|
+
isDeleted: {
|
|
126
|
+
type: 'boolean'
|
|
127
|
+
},
|
|
128
|
+
deleterId: {
|
|
129
|
+
type: 'string',
|
|
130
|
+
format: 'uuid',
|
|
131
|
+
nullable: true
|
|
132
|
+
},
|
|
133
|
+
deletionTime: {
|
|
134
|
+
type: 'string',
|
|
135
|
+
format: 'date-time',
|
|
136
|
+
nullable: true
|
|
137
|
+
},
|
|
138
|
+
fundraiserId: {
|
|
139
|
+
type: 'string',
|
|
140
|
+
format: 'uuid'
|
|
141
|
+
},
|
|
142
|
+
name: {
|
|
143
|
+
type: 'string',
|
|
144
|
+
nullable: true
|
|
145
|
+
},
|
|
146
|
+
description: {
|
|
147
|
+
type: 'string',
|
|
148
|
+
nullable: true
|
|
149
|
+
},
|
|
150
|
+
affiliationTypeCode: {
|
|
151
|
+
enum: [0, 1, 2],
|
|
152
|
+
type: 'integer',
|
|
153
|
+
format: 'int32'
|
|
154
|
+
},
|
|
155
|
+
partyId: {
|
|
156
|
+
type: 'string',
|
|
157
|
+
format: 'uuid'
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
additionalProperties: false
|
|
13
161
|
}
|
|
14
162
|
},
|
|
15
163
|
additionalProperties: false
|
|
@@ -352,6 +500,78 @@ export const $UpwithCrowd_ProjectService_Projects_ProjectDetailDto = {
|
|
|
352
500
|
name: {
|
|
353
501
|
type: 'string',
|
|
354
502
|
nullable: true
|
|
503
|
+
},
|
|
504
|
+
fundraiserType: {
|
|
505
|
+
enum: [0, 1],
|
|
506
|
+
type: 'integer',
|
|
507
|
+
format: 'int32'
|
|
508
|
+
},
|
|
509
|
+
fundraiserTypeDescription: {
|
|
510
|
+
type: 'string',
|
|
511
|
+
nullable: true
|
|
512
|
+
},
|
|
513
|
+
affiliation: {
|
|
514
|
+
type: 'object',
|
|
515
|
+
properties: {
|
|
516
|
+
id: {
|
|
517
|
+
type: 'string',
|
|
518
|
+
format: 'uuid'
|
|
519
|
+
},
|
|
520
|
+
creationTime: {
|
|
521
|
+
type: 'string',
|
|
522
|
+
format: 'date-time'
|
|
523
|
+
},
|
|
524
|
+
creatorId: {
|
|
525
|
+
type: 'string',
|
|
526
|
+
format: 'uuid',
|
|
527
|
+
nullable: true
|
|
528
|
+
},
|
|
529
|
+
lastModificationTime: {
|
|
530
|
+
type: 'string',
|
|
531
|
+
format: 'date-time',
|
|
532
|
+
nullable: true
|
|
533
|
+
},
|
|
534
|
+
lastModifierId: {
|
|
535
|
+
type: 'string',
|
|
536
|
+
format: 'uuid',
|
|
537
|
+
nullable: true
|
|
538
|
+
},
|
|
539
|
+
isDeleted: {
|
|
540
|
+
type: 'boolean'
|
|
541
|
+
},
|
|
542
|
+
deleterId: {
|
|
543
|
+
type: 'string',
|
|
544
|
+
format: 'uuid',
|
|
545
|
+
nullable: true
|
|
546
|
+
},
|
|
547
|
+
deletionTime: {
|
|
548
|
+
type: 'string',
|
|
549
|
+
format: 'date-time',
|
|
550
|
+
nullable: true
|
|
551
|
+
},
|
|
552
|
+
fundraiserId: {
|
|
553
|
+
type: 'string',
|
|
554
|
+
format: 'uuid'
|
|
555
|
+
},
|
|
556
|
+
name: {
|
|
557
|
+
type: 'string',
|
|
558
|
+
nullable: true
|
|
559
|
+
},
|
|
560
|
+
description: {
|
|
561
|
+
type: 'string',
|
|
562
|
+
nullable: true
|
|
563
|
+
},
|
|
564
|
+
affiliationTypeCode: {
|
|
565
|
+
enum: [0, 1, 2],
|
|
566
|
+
type: 'integer',
|
|
567
|
+
format: 'int32'
|
|
568
|
+
},
|
|
569
|
+
partyId: {
|
|
570
|
+
type: 'string',
|
|
571
|
+
format: 'uuid'
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
additionalProperties: false
|
|
355
575
|
}
|
|
356
576
|
},
|
|
357
577
|
additionalProperties: false
|
|
@@ -632,6 +852,78 @@ export const $UpwithCrowd_ProjectService_Projects_ProjectWithFundraiserDto = {
|
|
|
632
852
|
name: {
|
|
633
853
|
type: 'string',
|
|
634
854
|
nullable: true
|
|
855
|
+
},
|
|
856
|
+
fundraiserType: {
|
|
857
|
+
enum: [0, 1],
|
|
858
|
+
type: 'integer',
|
|
859
|
+
format: 'int32'
|
|
860
|
+
},
|
|
861
|
+
fundraiserTypeDescription: {
|
|
862
|
+
type: 'string',
|
|
863
|
+
nullable: true
|
|
864
|
+
},
|
|
865
|
+
affiliation: {
|
|
866
|
+
type: 'object',
|
|
867
|
+
properties: {
|
|
868
|
+
id: {
|
|
869
|
+
type: 'string',
|
|
870
|
+
format: 'uuid'
|
|
871
|
+
},
|
|
872
|
+
creationTime: {
|
|
873
|
+
type: 'string',
|
|
874
|
+
format: 'date-time'
|
|
875
|
+
},
|
|
876
|
+
creatorId: {
|
|
877
|
+
type: 'string',
|
|
878
|
+
format: 'uuid',
|
|
879
|
+
nullable: true
|
|
880
|
+
},
|
|
881
|
+
lastModificationTime: {
|
|
882
|
+
type: 'string',
|
|
883
|
+
format: 'date-time',
|
|
884
|
+
nullable: true
|
|
885
|
+
},
|
|
886
|
+
lastModifierId: {
|
|
887
|
+
type: 'string',
|
|
888
|
+
format: 'uuid',
|
|
889
|
+
nullable: true
|
|
890
|
+
},
|
|
891
|
+
isDeleted: {
|
|
892
|
+
type: 'boolean'
|
|
893
|
+
},
|
|
894
|
+
deleterId: {
|
|
895
|
+
type: 'string',
|
|
896
|
+
format: 'uuid',
|
|
897
|
+
nullable: true
|
|
898
|
+
},
|
|
899
|
+
deletionTime: {
|
|
900
|
+
type: 'string',
|
|
901
|
+
format: 'date-time',
|
|
902
|
+
nullable: true
|
|
903
|
+
},
|
|
904
|
+
fundraiserId: {
|
|
905
|
+
type: 'string',
|
|
906
|
+
format: 'uuid'
|
|
907
|
+
},
|
|
908
|
+
name: {
|
|
909
|
+
type: 'string',
|
|
910
|
+
nullable: true
|
|
911
|
+
},
|
|
912
|
+
description: {
|
|
913
|
+
type: 'string',
|
|
914
|
+
nullable: true
|
|
915
|
+
},
|
|
916
|
+
affiliationTypeCode: {
|
|
917
|
+
enum: [0, 1, 2],
|
|
918
|
+
type: 'integer',
|
|
919
|
+
format: 'int32'
|
|
920
|
+
},
|
|
921
|
+
partyId: {
|
|
922
|
+
type: 'string',
|
|
923
|
+
format: 'uuid'
|
|
924
|
+
}
|
|
925
|
+
},
|
|
926
|
+
additionalProperties: false
|
|
635
927
|
}
|
|
636
928
|
},
|
|
637
929
|
additionalProperties: false
|
|
@@ -1019,6 +1311,78 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UpwithCrowd_ProjectSer
|
|
|
1019
1311
|
name: {
|
|
1020
1312
|
type: 'string',
|
|
1021
1313
|
nullable: true
|
|
1314
|
+
},
|
|
1315
|
+
fundraiserType: {
|
|
1316
|
+
enum: [0, 1],
|
|
1317
|
+
type: 'integer',
|
|
1318
|
+
format: 'int32'
|
|
1319
|
+
},
|
|
1320
|
+
fundraiserTypeDescription: {
|
|
1321
|
+
type: 'string',
|
|
1322
|
+
nullable: true
|
|
1323
|
+
},
|
|
1324
|
+
affiliation: {
|
|
1325
|
+
type: 'object',
|
|
1326
|
+
properties: {
|
|
1327
|
+
id: {
|
|
1328
|
+
type: 'string',
|
|
1329
|
+
format: 'uuid'
|
|
1330
|
+
},
|
|
1331
|
+
creationTime: {
|
|
1332
|
+
type: 'string',
|
|
1333
|
+
format: 'date-time'
|
|
1334
|
+
},
|
|
1335
|
+
creatorId: {
|
|
1336
|
+
type: 'string',
|
|
1337
|
+
format: 'uuid',
|
|
1338
|
+
nullable: true
|
|
1339
|
+
},
|
|
1340
|
+
lastModificationTime: {
|
|
1341
|
+
type: 'string',
|
|
1342
|
+
format: 'date-time',
|
|
1343
|
+
nullable: true
|
|
1344
|
+
},
|
|
1345
|
+
lastModifierId: {
|
|
1346
|
+
type: 'string',
|
|
1347
|
+
format: 'uuid',
|
|
1348
|
+
nullable: true
|
|
1349
|
+
},
|
|
1350
|
+
isDeleted: {
|
|
1351
|
+
type: 'boolean'
|
|
1352
|
+
},
|
|
1353
|
+
deleterId: {
|
|
1354
|
+
type: 'string',
|
|
1355
|
+
format: 'uuid',
|
|
1356
|
+
nullable: true
|
|
1357
|
+
},
|
|
1358
|
+
deletionTime: {
|
|
1359
|
+
type: 'string',
|
|
1360
|
+
format: 'date-time',
|
|
1361
|
+
nullable: true
|
|
1362
|
+
},
|
|
1363
|
+
fundraiserId: {
|
|
1364
|
+
type: 'string',
|
|
1365
|
+
format: 'uuid'
|
|
1366
|
+
},
|
|
1367
|
+
name: {
|
|
1368
|
+
type: 'string',
|
|
1369
|
+
nullable: true
|
|
1370
|
+
},
|
|
1371
|
+
description: {
|
|
1372
|
+
type: 'string',
|
|
1373
|
+
nullable: true
|
|
1374
|
+
},
|
|
1375
|
+
affiliationTypeCode: {
|
|
1376
|
+
enum: [0, 1, 2],
|
|
1377
|
+
type: 'integer',
|
|
1378
|
+
format: 'int32'
|
|
1379
|
+
},
|
|
1380
|
+
partyId: {
|
|
1381
|
+
type: 'string',
|
|
1382
|
+
format: 'uuid'
|
|
1383
|
+
}
|
|
1384
|
+
},
|
|
1385
|
+
additionalProperties: false
|
|
1022
1386
|
}
|
|
1023
1387
|
},
|
|
1024
1388
|
additionalProperties: false
|
|
@@ -1,10 +1,51 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
2
|
|
|
3
|
-
export type
|
|
3
|
+
export type UpwithCrowd_FundraiserService_AffiliationTypes_AffiliationTypeDto = {
|
|
4
|
+
id?: string;
|
|
5
|
+
creationTime?: string;
|
|
6
|
+
creatorId?: string | null;
|
|
7
|
+
lastModificationTime?: string | null;
|
|
8
|
+
lastModifierId?: string | null;
|
|
9
|
+
isDeleted?: boolean;
|
|
10
|
+
deleterId?: string | null;
|
|
11
|
+
deletionTime?: string | null;
|
|
12
|
+
fundraiserId?: string;
|
|
13
|
+
name?: string | null;
|
|
14
|
+
description?: string | null;
|
|
15
|
+
affiliationTypeCode?: 0 | 1 | 2;
|
|
16
|
+
partyId?: string;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
export type affiliationTypeCode = 0 | 1 | 2;
|
|
20
|
+
|
|
21
|
+
export type UpwithCrowd_FundraiserService_Enums_AffiliationTypeCode = 0 | 1 | 2;
|
|
22
|
+
|
|
23
|
+
export type UpwithCrowd_FundraiserService_Enums_FundraiserPartyType = 0 | 1;
|
|
24
|
+
|
|
25
|
+
export type UpwithCrowd_FundraiserService_Fundraisers_FundraiserProfileDto = {
|
|
4
26
|
id?: string;
|
|
5
27
|
name?: string | null;
|
|
28
|
+
fundraiserType?: 0 | 1;
|
|
29
|
+
fundraiserTypeDescription?: string | null;
|
|
30
|
+
affiliation?: {
|
|
31
|
+
id?: string;
|
|
32
|
+
creationTime?: string;
|
|
33
|
+
creatorId?: string | null;
|
|
34
|
+
lastModificationTime?: string | null;
|
|
35
|
+
lastModifierId?: string | null;
|
|
36
|
+
isDeleted?: boolean;
|
|
37
|
+
deleterId?: string | null;
|
|
38
|
+
deletionTime?: string | null;
|
|
39
|
+
fundraiserId?: string;
|
|
40
|
+
name?: string | null;
|
|
41
|
+
description?: string | null;
|
|
42
|
+
affiliationTypeCode?: 0 | 1 | 2;
|
|
43
|
+
partyId?: string;
|
|
44
|
+
};
|
|
6
45
|
};
|
|
7
46
|
|
|
47
|
+
export type fundraiserType = 0 | 1;
|
|
48
|
+
|
|
8
49
|
export type UpwithCrowd_ProjectService_ProjectSectionRelations_CreateProjectSectionRelationDto = {
|
|
9
50
|
projectId: string;
|
|
10
51
|
projectSectionId: string;
|
|
@@ -94,6 +135,23 @@ export type UpwithCrowd_ProjectService_Projects_ProjectDetailDto = {
|
|
|
94
135
|
fundraiser?: {
|
|
95
136
|
id?: string;
|
|
96
137
|
name?: string | null;
|
|
138
|
+
fundraiserType?: 0 | 1;
|
|
139
|
+
fundraiserTypeDescription?: string | null;
|
|
140
|
+
affiliation?: {
|
|
141
|
+
id?: string;
|
|
142
|
+
creationTime?: string;
|
|
143
|
+
creatorId?: string | null;
|
|
144
|
+
lastModificationTime?: string | null;
|
|
145
|
+
lastModifierId?: string | null;
|
|
146
|
+
isDeleted?: boolean;
|
|
147
|
+
deleterId?: string | null;
|
|
148
|
+
deletionTime?: string | null;
|
|
149
|
+
fundraiserId?: string;
|
|
150
|
+
name?: string | null;
|
|
151
|
+
description?: string | null;
|
|
152
|
+
affiliationTypeCode?: 0 | 1 | 2;
|
|
153
|
+
partyId?: string;
|
|
154
|
+
};
|
|
97
155
|
};
|
|
98
156
|
projectSectionRelations?: Array<{
|
|
99
157
|
projectId?: string;
|
|
@@ -168,6 +226,23 @@ export type UpwithCrowd_ProjectService_Projects_ProjectWithFundraiserDto = {
|
|
|
168
226
|
fundraiser?: {
|
|
169
227
|
id?: string;
|
|
170
228
|
name?: string | null;
|
|
229
|
+
fundraiserType?: 0 | 1;
|
|
230
|
+
fundraiserTypeDescription?: string | null;
|
|
231
|
+
affiliation?: {
|
|
232
|
+
id?: string;
|
|
233
|
+
creationTime?: string;
|
|
234
|
+
creatorId?: string | null;
|
|
235
|
+
lastModificationTime?: string | null;
|
|
236
|
+
lastModifierId?: string | null;
|
|
237
|
+
isDeleted?: boolean;
|
|
238
|
+
deleterId?: string | null;
|
|
239
|
+
deletionTime?: string | null;
|
|
240
|
+
fundraiserId?: string;
|
|
241
|
+
name?: string | null;
|
|
242
|
+
description?: string | null;
|
|
243
|
+
affiliationTypeCode?: 0 | 1 | 2;
|
|
244
|
+
partyId?: string;
|
|
245
|
+
};
|
|
171
246
|
};
|
|
172
247
|
};
|
|
173
248
|
|
|
@@ -264,6 +339,23 @@ export type Volo_Abp_Application_Dtos_PagedResultDto_12 = {
|
|
|
264
339
|
fundraiser?: {
|
|
265
340
|
id?: string;
|
|
266
341
|
name?: string | null;
|
|
342
|
+
fundraiserType?: 0 | 1;
|
|
343
|
+
fundraiserTypeDescription?: string | null;
|
|
344
|
+
affiliation?: {
|
|
345
|
+
id?: string;
|
|
346
|
+
creationTime?: string;
|
|
347
|
+
creatorId?: string | null;
|
|
348
|
+
lastModificationTime?: string | null;
|
|
349
|
+
lastModifierId?: string | null;
|
|
350
|
+
isDeleted?: boolean;
|
|
351
|
+
deleterId?: string | null;
|
|
352
|
+
deletionTime?: string | null;
|
|
353
|
+
fundraiserId?: string;
|
|
354
|
+
name?: string | null;
|
|
355
|
+
description?: string | null;
|
|
356
|
+
affiliationTypeCode?: 0 | 1 | 2;
|
|
357
|
+
partyId?: string;
|
|
358
|
+
};
|
|
267
359
|
};
|
|
268
360
|
}> | null;
|
|
269
361
|
totalCount?: number;
|
|
@@ -1948,6 +2040,23 @@ export type GetApiProjectServiceProjectsWithFundraiserListAsyncResponse = {
|
|
|
1948
2040
|
fundraiser?: {
|
|
1949
2041
|
id?: string;
|
|
1950
2042
|
name?: string | null;
|
|
2043
|
+
fundraiserType?: 0 | 1;
|
|
2044
|
+
fundraiserTypeDescription?: string | null;
|
|
2045
|
+
affiliation?: {
|
|
2046
|
+
id?: string;
|
|
2047
|
+
creationTime?: string;
|
|
2048
|
+
creatorId?: string | null;
|
|
2049
|
+
lastModificationTime?: string | null;
|
|
2050
|
+
lastModifierId?: string | null;
|
|
2051
|
+
isDeleted?: boolean;
|
|
2052
|
+
deleterId?: string | null;
|
|
2053
|
+
deletionTime?: string | null;
|
|
2054
|
+
fundraiserId?: string;
|
|
2055
|
+
name?: string | null;
|
|
2056
|
+
description?: string | null;
|
|
2057
|
+
affiliationTypeCode?: 0 | 1 | 2;
|
|
2058
|
+
partyId?: string;
|
|
2059
|
+
};
|
|
1951
2060
|
};
|
|
1952
2061
|
}> | null;
|
|
1953
2062
|
totalCount?: number;
|
|
@@ -2159,6 +2268,23 @@ export type GetApiProjectServicePublicProjectsDetailByIdResponse = {
|
|
|
2159
2268
|
fundraiser?: {
|
|
2160
2269
|
id?: string;
|
|
2161
2270
|
name?: string | null;
|
|
2271
|
+
fundraiserType?: 0 | 1;
|
|
2272
|
+
fundraiserTypeDescription?: string | null;
|
|
2273
|
+
affiliation?: {
|
|
2274
|
+
id?: string;
|
|
2275
|
+
creationTime?: string;
|
|
2276
|
+
creatorId?: string | null;
|
|
2277
|
+
lastModificationTime?: string | null;
|
|
2278
|
+
lastModifierId?: string | null;
|
|
2279
|
+
isDeleted?: boolean;
|
|
2280
|
+
deleterId?: string | null;
|
|
2281
|
+
deletionTime?: string | null;
|
|
2282
|
+
fundraiserId?: string;
|
|
2283
|
+
name?: string | null;
|
|
2284
|
+
description?: string | null;
|
|
2285
|
+
affiliationTypeCode?: 0 | 1 | 2;
|
|
2286
|
+
partyId?: string;
|
|
2287
|
+
};
|
|
2162
2288
|
};
|
|
2163
2289
|
projectSectionRelations?: Array<{
|
|
2164
2290
|
projectId?: string;
|
|
@@ -3650,6 +3776,23 @@ export type $OpenApiTs = {
|
|
|
3650
3776
|
fundraiser?: {
|
|
3651
3777
|
id?: string;
|
|
3652
3778
|
name?: string | null;
|
|
3779
|
+
fundraiserType?: 0 | 1;
|
|
3780
|
+
fundraiserTypeDescription?: string | null;
|
|
3781
|
+
affiliation?: {
|
|
3782
|
+
id?: string;
|
|
3783
|
+
creationTime?: string;
|
|
3784
|
+
creatorId?: string | null;
|
|
3785
|
+
lastModificationTime?: string | null;
|
|
3786
|
+
lastModifierId?: string | null;
|
|
3787
|
+
isDeleted?: boolean;
|
|
3788
|
+
deleterId?: string | null;
|
|
3789
|
+
deletionTime?: string | null;
|
|
3790
|
+
fundraiserId?: string;
|
|
3791
|
+
name?: string | null;
|
|
3792
|
+
description?: string | null;
|
|
3793
|
+
affiliationTypeCode?: 0 | 1 | 2;
|
|
3794
|
+
partyId?: string;
|
|
3795
|
+
};
|
|
3653
3796
|
};
|
|
3654
3797
|
}> | null;
|
|
3655
3798
|
totalCount?: number;
|
|
@@ -4701,6 +4844,23 @@ export type $OpenApiTs = {
|
|
|
4701
4844
|
fundraiser?: {
|
|
4702
4845
|
id?: string;
|
|
4703
4846
|
name?: string | null;
|
|
4847
|
+
fundraiserType?: 0 | 1;
|
|
4848
|
+
fundraiserTypeDescription?: string | null;
|
|
4849
|
+
affiliation?: {
|
|
4850
|
+
id?: string;
|
|
4851
|
+
creationTime?: string;
|
|
4852
|
+
creatorId?: string | null;
|
|
4853
|
+
lastModificationTime?: string | null;
|
|
4854
|
+
lastModifierId?: string | null;
|
|
4855
|
+
isDeleted?: boolean;
|
|
4856
|
+
deleterId?: string | null;
|
|
4857
|
+
deletionTime?: string | null;
|
|
4858
|
+
fundraiserId?: string;
|
|
4859
|
+
name?: string | null;
|
|
4860
|
+
description?: string | null;
|
|
4861
|
+
affiliationTypeCode?: 0 | 1 | 2;
|
|
4862
|
+
partyId?: string;
|
|
4863
|
+
};
|
|
4704
4864
|
};
|
|
4705
4865
|
projectSectionRelations?: Array<{
|
|
4706
4866
|
projectId?: string;
|