@ayasofyazilim/saas 0.0.15 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,18 +1,6 @@
1
1
  // This file is auto-generated by @hey-api/openapi-ts
2
2
 
3
- export const $Ayasofyazilim_Shared_Common_AddressTypeCode = {
4
- enum: [0, 1],
5
- type: 'integer',
6
- format: 'int32'
7
- } as const;
8
-
9
- export const $Ayasofyazilim_Shared_Common_PartyTypeCode = {
10
- enum: [0, 1],
11
- type: 'integer',
12
- format: 'int32'
13
- } as const;
14
-
15
- export const $Ayasofyazilim_Shared_Dtos_Common_AddressTypeDto = {
3
+ export const $UpwithCrowd_BackerService_AddressTypes_AddressTypeDto = {
16
4
  type: 'object',
17
5
  properties: {
18
6
  id: {
@@ -88,234 +76,41 @@ export const $Ayasofyazilim_Shared_Dtos_Common_AddressTypeDto = {
88
76
  additionalProperties: false
89
77
  } as const;
90
78
 
91
- export const $Ayasofyazilim_Shared_Dtos_Common_ContactInformationTypeDto = {
79
+ export const $UpwithCrowd_BackerService_AddressTypes_CreateAddressTypeDto = {
92
80
  type: 'object',
93
81
  properties: {
94
- id: {
95
- type: 'string',
96
- format: 'uuid'
97
- },
98
- partyId: {
99
- type: 'string',
100
- format: 'uuid'
82
+ extraProperties: {
83
+ type: 'object',
84
+ additionalProperties: {},
85
+ nullable: true,
86
+ readOnly: true
101
87
  },
102
- partType: {
88
+ typeCode: {
103
89
  enum: [0, 1],
104
90
  type: 'integer',
105
91
  format: 'int32'
106
92
  },
107
- startDate: {
108
- type: 'string',
109
- format: 'date-time'
110
- },
111
- endDate: {
93
+ addressLine: {
112
94
  type: 'string',
113
- format: 'date-time'
114
- },
115
- telephone: {
116
- type: 'array',
117
- items: {
118
- type: 'object',
119
- properties: {
120
- id: {
121
- type: 'string',
122
- format: 'uuid'
123
- },
124
- creationTime: {
125
- type: 'string',
126
- format: 'date-time'
127
- },
128
- creatorId: {
129
- type: 'string',
130
- format: 'uuid',
131
- nullable: true
132
- },
133
- lastModificationTime: {
134
- type: 'string',
135
- format: 'date-time',
136
- nullable: true
137
- },
138
- lastModifierId: {
139
- type: 'string',
140
- format: 'uuid',
141
- nullable: true
142
- },
143
- areaCode: {
144
- type: 'string',
145
- nullable: true
146
- },
147
- localNumber: {
148
- type: 'string',
149
- nullable: true
150
- },
151
- ituCountryCode: {
152
- type: 'string',
153
- nullable: true
154
- },
155
- contactInformationTypeId: {
156
- type: 'string',
157
- format: 'uuid'
158
- }
159
- },
160
- additionalProperties: false
161
- },
162
- nullable: true
163
- },
164
- address: {
165
- type: 'array',
166
- items: {
167
- type: 'object',
168
- properties: {
169
- id: {
170
- type: 'string',
171
- format: 'uuid'
172
- },
173
- creationTime: {
174
- type: 'string',
175
- format: 'date-time'
176
- },
177
- creatorId: {
178
- type: 'string',
179
- format: 'uuid',
180
- nullable: true
181
- },
182
- lastModificationTime: {
183
- type: 'string',
184
- format: 'date-time',
185
- nullable: true
186
- },
187
- lastModifierId: {
188
- type: 'string',
189
- format: 'uuid',
190
- nullable: true
191
- },
192
- isDeleted: {
193
- type: 'boolean'
194
- },
195
- deleterId: {
196
- type: 'string',
197
- format: 'uuid',
198
- nullable: true
199
- },
200
- deletionTime: {
201
- type: 'string',
202
- format: 'date-time',
203
- nullable: true
204
- },
205
- typeCode: {
206
- enum: [0, 1],
207
- type: 'integer',
208
- format: 'int32'
209
- },
210
- addressLine: {
211
- type: 'string',
212
- nullable: true
213
- },
214
- city: {
215
- type: 'string',
216
- nullable: true
217
- },
218
- terriority: {
219
- type: 'string',
220
- nullable: true
221
- },
222
- postalCode: {
223
- type: 'string',
224
- nullable: true
225
- },
226
- country: {
227
- type: 'string',
228
- nullable: true
229
- },
230
- fullAddress: {
231
- type: 'string',
232
- nullable: true
233
- },
234
- contactInformationTypeId: {
235
- type: 'string',
236
- format: 'uuid'
237
- }
238
- },
239
- additionalProperties: false
240
- },
241
- nullable: true
242
- },
243
- email: {
244
- type: 'array',
245
- items: {
246
- type: 'object',
247
- properties: {
248
- id: {
249
- type: 'string',
250
- format: 'uuid'
251
- },
252
- creationTime: {
253
- type: 'string',
254
- format: 'date-time'
255
- },
256
- creatorId: {
257
- type: 'string',
258
- format: 'uuid',
259
- nullable: true
260
- },
261
- lastModificationTime: {
262
- type: 'string',
263
- format: 'date-time',
264
- nullable: true
265
- },
266
- lastModifierId: {
267
- type: 'string',
268
- format: 'uuid',
269
- nullable: true
270
- },
271
- contactInformationTypeId: {
272
- type: 'string',
273
- format: 'uuid'
274
- },
275
- emailAddress: {
276
- type: 'string',
277
- nullable: true
278
- }
279
- },
280
- additionalProperties: false
281
- },
282
95
  nullable: true
283
- }
284
- },
285
- additionalProperties: false
286
- } as const;
287
-
288
- export const $Ayasofyazilim_Shared_Dtos_Common_EmailCommonDataDto = {
289
- type: 'object',
290
- properties: {
291
- id: {
292
- type: 'string',
293
- format: 'uuid'
294
- },
295
- creationTime: {
296
- type: 'string',
297
- format: 'date-time'
298
96
  },
299
- creatorId: {
97
+ city: {
300
98
  type: 'string',
301
- format: 'uuid',
302
99
  nullable: true
303
100
  },
304
- lastModificationTime: {
101
+ terriority: {
305
102
  type: 'string',
306
- format: 'date-time',
307
103
  nullable: true
308
104
  },
309
- lastModifierId: {
105
+ postalCode: {
310
106
  type: 'string',
311
- format: 'uuid',
312
107
  nullable: true
313
108
  },
314
- contactInformationTypeId: {
109
+ country: {
315
110
  type: 'string',
316
- format: 'uuid'
111
+ nullable: true
317
112
  },
318
- emailAddress: {
113
+ fullAddress: {
319
114
  type: 'string',
320
115
  nullable: true
321
116
  }
@@ -323,174 +118,7 @@ export const $Ayasofyazilim_Shared_Dtos_Common_EmailCommonDataDto = {
323
118
  additionalProperties: false
324
119
  } as const;
325
120
 
326
- export const $Ayasofyazilim_Shared_Dtos_Common_NameCommonDataDto = {
327
- type: 'object',
328
- properties: {
329
- id: {
330
- type: 'string',
331
- format: 'uuid'
332
- },
333
- creationTime: {
334
- type: 'string',
335
- format: 'date-time'
336
- },
337
- creatorId: {
338
- type: 'string',
339
- format: 'uuid',
340
- nullable: true
341
- },
342
- lastModificationTime: {
343
- type: 'string',
344
- format: 'date-time',
345
- nullable: true
346
- },
347
- lastModifierId: {
348
- type: 'string',
349
- format: 'uuid',
350
- nullable: true
351
- },
352
- isDeleted: {
353
- type: 'boolean'
354
- },
355
- deleterId: {
356
- type: 'string',
357
- format: 'uuid',
358
- nullable: true
359
- },
360
- deletionTime: {
361
- type: 'string',
362
- format: 'date-time',
363
- nullable: true
364
- },
365
- individualId: {
366
- type: 'string',
367
- format: 'uuid'
368
- },
369
- salutation: {
370
- type: 'string',
371
- nullable: true
372
- },
373
- name: {
374
- type: 'string',
375
- nullable: true
376
- },
377
- suffix: {
378
- type: 'string',
379
- nullable: true
380
- },
381
- mailingName: {
382
- type: 'string',
383
- nullable: true
384
- },
385
- officialName: {
386
- type: 'string',
387
- nullable: true
388
- }
389
- },
390
- additionalProperties: false
391
- } as const;
392
-
393
- export const $Ayasofyazilim_Shared_Dtos_Common_TelephoneTypeDto = {
394
- type: 'object',
395
- properties: {
396
- id: {
397
- type: 'string',
398
- format: 'uuid'
399
- },
400
- creationTime: {
401
- type: 'string',
402
- format: 'date-time'
403
- },
404
- creatorId: {
405
- type: 'string',
406
- format: 'uuid',
407
- nullable: true
408
- },
409
- lastModificationTime: {
410
- type: 'string',
411
- format: 'date-time',
412
- nullable: true
413
- },
414
- lastModifierId: {
415
- type: 'string',
416
- format: 'uuid',
417
- nullable: true
418
- },
419
- areaCode: {
420
- type: 'string',
421
- nullable: true
422
- },
423
- localNumber: {
424
- type: 'string',
425
- nullable: true
426
- },
427
- ituCountryCode: {
428
- type: 'string',
429
- nullable: true
430
- },
431
- contactInformationTypeId: {
432
- type: 'string',
433
- format: 'uuid'
434
- }
435
- },
436
- additionalProperties: false
437
- } as const;
438
-
439
- export const $Ayasofyazilim_Shared_Dtos_Individual_PersonalSummaryDto = {
440
- type: 'object',
441
- properties: {
442
- id: {
443
- type: 'string',
444
- format: 'uuid'
445
- },
446
- creationTime: {
447
- type: 'string',
448
- format: 'date-time'
449
- },
450
- creatorId: {
451
- type: 'string',
452
- format: 'uuid',
453
- nullable: true
454
- },
455
- lastModificationTime: {
456
- type: 'string',
457
- format: 'date-time',
458
- nullable: true
459
- },
460
- lastModifierId: {
461
- type: 'string',
462
- format: 'uuid',
463
- nullable: true
464
- },
465
- individualId: {
466
- type: 'string',
467
- format: 'uuid'
468
- },
469
- date: {
470
- type: 'string',
471
- format: 'date-time'
472
- },
473
- birthDate: {
474
- type: 'string',
475
- format: 'date-time'
476
- },
477
- ethnicity: {
478
- type: 'string',
479
- nullable: true
480
- },
481
- maritalStatusCode: {
482
- type: 'string',
483
- nullable: true
484
- },
485
- religiousAffiliationName: {
486
- type: 'string',
487
- nullable: true
488
- }
489
- },
490
- additionalProperties: false
491
- } as const;
492
-
493
- export const $UpwithCrowd_BackerService_Backers_BackerDto = {
121
+ export const $UpwithCrowd_BackerService_Backers_BackerDto = {
494
122
  type: 'object',
495
123
  properties: {
496
124
  id: {
@@ -634,14 +262,37 @@ export const $UpwithCrowd_BackerService_Backers_BackerDto = {
634
262
  type: 'string',
635
263
  format: 'uuid'
636
264
  },
637
- partyId: {
265
+ creationTime: {
638
266
  type: 'string',
639
- format: 'uuid'
267
+ format: 'date-time'
640
268
  },
641
- partType: {
642
- enum: [0, 1],
643
- type: 'integer',
644
- format: 'int32'
269
+ creatorId: {
270
+ type: 'string',
271
+ format: 'uuid',
272
+ nullable: true
273
+ },
274
+ lastModificationTime: {
275
+ type: 'string',
276
+ format: 'date-time',
277
+ nullable: true
278
+ },
279
+ lastModifierId: {
280
+ type: 'string',
281
+ format: 'uuid',
282
+ nullable: true
283
+ },
284
+ isDeleted: {
285
+ type: 'boolean'
286
+ },
287
+ deleterId: {
288
+ type: 'string',
289
+ format: 'uuid',
290
+ nullable: true
291
+ },
292
+ deletionTime: {
293
+ type: 'string',
294
+ format: 'date-time',
295
+ nullable: true
645
296
  },
646
297
  startDate: {
647
298
  type: 'string',
@@ -651,7 +302,7 @@ export const $UpwithCrowd_BackerService_Backers_BackerDto = {
651
302
  type: 'string',
652
303
  format: 'date-time'
653
304
  },
654
- telephone: {
305
+ telephones: {
655
306
  type: 'array',
656
307
  items: {
657
308
  type: 'object',
@@ -679,6 +330,19 @@ export const $UpwithCrowd_BackerService_Backers_BackerDto = {
679
330
  format: 'uuid',
680
331
  nullable: true
681
332
  },
333
+ isDeleted: {
334
+ type: 'boolean'
335
+ },
336
+ deleterId: {
337
+ type: 'string',
338
+ format: 'uuid',
339
+ nullable: true
340
+ },
341
+ deletionTime: {
342
+ type: 'string',
343
+ format: 'date-time',
344
+ nullable: true
345
+ },
682
346
  areaCode: {
683
347
  type: 'string',
684
348
  nullable: true
@@ -700,7 +364,7 @@ export const $UpwithCrowd_BackerService_Backers_BackerDto = {
700
364
  },
701
365
  nullable: true
702
366
  },
703
- address: {
367
+ addresses: {
704
368
  type: 'array',
705
369
  items: {
706
370
  type: 'object',
@@ -779,7 +443,7 @@ export const $UpwithCrowd_BackerService_Backers_BackerDto = {
779
443
  },
780
444
  nullable: true
781
445
  },
782
- email: {
446
+ emails: {
783
447
  type: 'array',
784
448
  items: {
785
449
  type: 'object',
@@ -807,13 +471,26 @@ export const $UpwithCrowd_BackerService_Backers_BackerDto = {
807
471
  format: 'uuid',
808
472
  nullable: true
809
473
  },
810
- contactInformationTypeId: {
474
+ isDeleted: {
475
+ type: 'boolean'
476
+ },
477
+ deleterId: {
811
478
  type: 'string',
812
- format: 'uuid'
479
+ format: 'uuid',
480
+ nullable: true
481
+ },
482
+ deletionTime: {
483
+ type: 'string',
484
+ format: 'date-time',
485
+ nullable: true
813
486
  },
814
487
  emailAddress: {
815
488
  type: 'string',
816
489
  nullable: true
490
+ },
491
+ contactInformationTypeId: {
492
+ type: 'string',
493
+ format: 'uuid'
817
494
  }
818
495
  },
819
496
  additionalProperties: false
@@ -822,14 +499,6 @@ export const $UpwithCrowd_BackerService_Backers_BackerDto = {
822
499
  }
823
500
  },
824
501
  additionalProperties: false
825
- },
826
- entityInformationTypeId: {
827
- type: 'string',
828
- format: 'uuid'
829
- },
830
- contactInformationId: {
831
- type: 'string',
832
- format: 'uuid'
833
502
  }
834
503
  },
835
504
  additionalProperties: false
@@ -950,14 +619,37 @@ export const $UpwithCrowd_BackerService_Backers_BackerDto = {
950
619
  type: 'string',
951
620
  format: 'uuid'
952
621
  },
953
- partyId: {
622
+ creationTime: {
954
623
  type: 'string',
955
- format: 'uuid'
624
+ format: 'date-time'
956
625
  },
957
- partType: {
958
- enum: [0, 1],
959
- type: 'integer',
960
- format: 'int32'
626
+ creatorId: {
627
+ type: 'string',
628
+ format: 'uuid',
629
+ nullable: true
630
+ },
631
+ lastModificationTime: {
632
+ type: 'string',
633
+ format: 'date-time',
634
+ nullable: true
635
+ },
636
+ lastModifierId: {
637
+ type: 'string',
638
+ format: 'uuid',
639
+ nullable: true
640
+ },
641
+ isDeleted: {
642
+ type: 'boolean'
643
+ },
644
+ deleterId: {
645
+ type: 'string',
646
+ format: 'uuid',
647
+ nullable: true
648
+ },
649
+ deletionTime: {
650
+ type: 'string',
651
+ format: 'date-time',
652
+ nullable: true
961
653
  },
962
654
  startDate: {
963
655
  type: 'string',
@@ -967,7 +659,7 @@ export const $UpwithCrowd_BackerService_Backers_BackerDto = {
967
659
  type: 'string',
968
660
  format: 'date-time'
969
661
  },
970
- telephone: {
662
+ telephones: {
971
663
  type: 'array',
972
664
  items: {
973
665
  type: 'object',
@@ -995,6 +687,19 @@ export const $UpwithCrowd_BackerService_Backers_BackerDto = {
995
687
  format: 'uuid',
996
688
  nullable: true
997
689
  },
690
+ isDeleted: {
691
+ type: 'boolean'
692
+ },
693
+ deleterId: {
694
+ type: 'string',
695
+ format: 'uuid',
696
+ nullable: true
697
+ },
698
+ deletionTime: {
699
+ type: 'string',
700
+ format: 'date-time',
701
+ nullable: true
702
+ },
998
703
  areaCode: {
999
704
  type: 'string',
1000
705
  nullable: true
@@ -1016,7 +721,7 @@ export const $UpwithCrowd_BackerService_Backers_BackerDto = {
1016
721
  },
1017
722
  nullable: true
1018
723
  },
1019
- address: {
724
+ addresses: {
1020
725
  type: 'array',
1021
726
  items: {
1022
727
  type: 'object',
@@ -1095,7 +800,7 @@ export const $UpwithCrowd_BackerService_Backers_BackerDto = {
1095
800
  },
1096
801
  nullable: true
1097
802
  },
1098
- email: {
803
+ emails: {
1099
804
  type: 'array',
1100
805
  items: {
1101
806
  type: 'object',
@@ -1123,13 +828,26 @@ export const $UpwithCrowd_BackerService_Backers_BackerDto = {
1123
828
  format: 'uuid',
1124
829
  nullable: true
1125
830
  },
1126
- contactInformationTypeId: {
1127
- type: 'string',
1128
- format: 'uuid'
831
+ isDeleted: {
832
+ type: 'boolean'
833
+ },
834
+ deleterId: {
835
+ type: 'string',
836
+ format: 'uuid',
837
+ nullable: true
838
+ },
839
+ deletionTime: {
840
+ type: 'string',
841
+ format: 'date-time',
842
+ nullable: true
1129
843
  },
1130
844
  emailAddress: {
1131
845
  type: 'string',
1132
846
  nullable: true
847
+ },
848
+ contactInformationTypeId: {
849
+ type: 'string',
850
+ format: 'uuid'
1133
851
  }
1134
852
  },
1135
853
  additionalProperties: false
@@ -1167,6 +885,19 @@ export const $UpwithCrowd_BackerService_Backers_BackerDto = {
1167
885
  format: 'uuid',
1168
886
  nullable: true
1169
887
  },
888
+ isDeleted: {
889
+ type: 'boolean'
890
+ },
891
+ deleterId: {
892
+ type: 'string',
893
+ format: 'uuid',
894
+ nullable: true
895
+ },
896
+ deletionTime: {
897
+ type: 'string',
898
+ format: 'date-time',
899
+ nullable: true
900
+ },
1170
901
  individualId: {
1171
902
  type: 'string',
1172
903
  format: 'uuid'
@@ -1218,130 +949,36 @@ export const $UpwithCrowd_BackerService_Backers_BackerDto = {
1218
949
  additionalProperties: false
1219
950
  } as const;
1220
951
 
1221
- export const $UpwithCrowd_BackerService_Backers_CreateUpdateBackerDto = {
952
+ export const $UpwithCrowd_BackerService_Backers_CreateBackerDto = {
1222
953
  type: 'object',
1223
954
  properties: {
1224
- id: {
1225
- type: 'string',
1226
- format: 'uuid'
1227
- },
1228
- creationTime: {
1229
- type: 'string',
1230
- format: 'date-time'
1231
- },
1232
- creatorId: {
1233
- type: 'string',
1234
- format: 'uuid',
1235
- nullable: true
1236
- },
1237
- lastModificationTime: {
1238
- type: 'string',
1239
- format: 'date-time',
1240
- nullable: true
1241
- },
1242
- lastModifierId: {
1243
- type: 'string',
1244
- format: 'uuid',
1245
- nullable: true
1246
- },
1247
- isDeleted: {
1248
- type: 'boolean'
1249
- },
1250
- deleterId: {
1251
- type: 'string',
1252
- format: 'uuid',
1253
- nullable: true
1254
- },
1255
- deletionTime: {
1256
- type: 'string',
1257
- format: 'date-time',
1258
- nullable: true
955
+ extraProperties: {
956
+ type: 'object',
957
+ additionalProperties: {},
958
+ nullable: true,
959
+ readOnly: true
1259
960
  },
1260
961
  entityInformationTypes: {
1261
962
  type: 'array',
1262
963
  items: {
1263
964
  type: 'object',
1264
965
  properties: {
1265
- id: {
1266
- type: 'string',
1267
- format: 'uuid'
1268
- },
1269
- creationTime: {
1270
- type: 'string',
1271
- format: 'date-time'
1272
- },
1273
- creatorId: {
1274
- type: 'string',
1275
- format: 'uuid',
1276
- nullable: true
1277
- },
1278
- lastModificationTime: {
1279
- type: 'string',
1280
- format: 'date-time',
1281
- nullable: true
1282
- },
1283
- lastModifierId: {
1284
- type: 'string',
1285
- format: 'uuid',
1286
- nullable: true
1287
- },
1288
- isDeleted: {
1289
- type: 'boolean'
1290
- },
1291
- deleterId: {
1292
- type: 'string',
1293
- format: 'uuid',
1294
- nullable: true
1295
- },
1296
- deletionTime: {
1297
- type: 'string',
1298
- format: 'date-time',
1299
- nullable: true
1300
- },
1301
- backerId: {
1302
- type: 'string',
1303
- format: 'uuid'
966
+ extraProperties: {
967
+ type: 'object',
968
+ additionalProperties: {},
969
+ nullable: true,
970
+ readOnly: true
1304
971
  },
1305
972
  organizations: {
1306
973
  type: 'array',
1307
974
  items: {
1308
975
  type: 'object',
1309
976
  properties: {
1310
- id: {
1311
- type: 'string',
1312
- format: 'uuid'
1313
- },
1314
- creationTime: {
1315
- type: 'string',
1316
- format: 'date-time'
1317
- },
1318
- creatorId: {
1319
- type: 'string',
1320
- format: 'uuid',
1321
- nullable: true
1322
- },
1323
- lastModificationTime: {
1324
- type: 'string',
1325
- format: 'date-time',
1326
- nullable: true
1327
- },
1328
- lastModifierId: {
1329
- type: 'string',
1330
- format: 'uuid',
1331
- nullable: true
1332
- },
1333
- isDeleted: {
1334
- type: 'boolean'
1335
- },
1336
- deleterId: {
1337
- type: 'string',
1338
- format: 'uuid',
1339
- nullable: true
1340
- },
1341
- deletionTime: {
1342
- type: 'string',
1343
- format: 'date-time',
1344
- nullable: true
977
+ extraProperties: {
978
+ type: 'object',
979
+ additionalProperties: {},
980
+ nullable: true,
981
+ readOnly: true
1345
982
  },
1346
983
  name: {
1347
984
  type: 'string',
@@ -1355,21 +992,18 @@ export const $UpwithCrowd_BackerService_Backers_CreateUpdateBackerDto = {
1355
992
  type: 'string',
1356
993
  nullable: true
1357
994
  },
995
+ customerNumber: {
996
+ type: 'string',
997
+ nullable: true
998
+ },
1358
999
  contactInformation: {
1359
1000
  type: 'object',
1360
1001
  properties: {
1361
- id: {
1362
- type: 'string',
1363
- format: 'uuid'
1364
- },
1365
- partyId: {
1366
- type: 'string',
1367
- format: 'uuid'
1368
- },
1369
- partType: {
1370
- enum: [0, 1],
1371
- type: 'integer',
1372
- format: 'int32'
1002
+ extraProperties: {
1003
+ type: 'object',
1004
+ additionalProperties: {},
1005
+ nullable: true,
1006
+ readOnly: true
1373
1007
  },
1374
1008
  startDate: {
1375
1009
  type: 'string',
@@ -1379,33 +1013,16 @@ export const $UpwithCrowd_BackerService_Backers_CreateUpdateBackerDto = {
1379
1013
  type: 'string',
1380
1014
  format: 'date-time'
1381
1015
  },
1382
- telephone: {
1016
+ telephones: {
1383
1017
  type: 'array',
1384
1018
  items: {
1385
1019
  type: 'object',
1386
1020
  properties: {
1387
- id: {
1388
- type: 'string',
1389
- format: 'uuid'
1390
- },
1391
- creationTime: {
1392
- type: 'string',
1393
- format: 'date-time'
1394
- },
1395
- creatorId: {
1396
- type: 'string',
1397
- format: 'uuid',
1398
- nullable: true
1399
- },
1400
- lastModificationTime: {
1401
- type: 'string',
1402
- format: 'date-time',
1403
- nullable: true
1404
- },
1405
- lastModifierId: {
1406
- type: 'string',
1407
- format: 'uuid',
1408
- nullable: true
1021
+ extraProperties: {
1022
+ type: 'object',
1023
+ additionalProperties: {},
1024
+ nullable: true,
1025
+ readOnly: true
1409
1026
  },
1410
1027
  areaCode: {
1411
1028
  type: 'string',
@@ -1418,56 +1035,22 @@ export const $UpwithCrowd_BackerService_Backers_CreateUpdateBackerDto = {
1418
1035
  ituCountryCode: {
1419
1036
  type: 'string',
1420
1037
  nullable: true
1421
- },
1422
- contactInformationTypeId: {
1423
- type: 'string',
1424
- format: 'uuid'
1425
1038
  }
1426
1039
  },
1427
1040
  additionalProperties: false
1428
1041
  },
1429
1042
  nullable: true
1430
1043
  },
1431
- address: {
1044
+ addresses: {
1432
1045
  type: 'array',
1433
1046
  items: {
1434
1047
  type: 'object',
1435
1048
  properties: {
1436
- id: {
1437
- type: 'string',
1438
- format: 'uuid'
1439
- },
1440
- creationTime: {
1441
- type: 'string',
1442
- format: 'date-time'
1443
- },
1444
- creatorId: {
1445
- type: 'string',
1446
- format: 'uuid',
1447
- nullable: true
1448
- },
1449
- lastModificationTime: {
1450
- type: 'string',
1451
- format: 'date-time',
1452
- nullable: true
1453
- },
1454
- lastModifierId: {
1455
- type: 'string',
1456
- format: 'uuid',
1457
- nullable: true
1458
- },
1459
- isDeleted: {
1460
- type: 'boolean'
1461
- },
1462
- deleterId: {
1463
- type: 'string',
1464
- format: 'uuid',
1465
- nullable: true
1466
- },
1467
- deletionTime: {
1468
- type: 'string',
1469
- format: 'date-time',
1470
- nullable: true
1049
+ extraProperties: {
1050
+ type: 'object',
1051
+ additionalProperties: {},
1052
+ nullable: true,
1053
+ readOnly: true
1471
1054
  },
1472
1055
  typeCode: {
1473
1056
  enum: [0, 1],
@@ -1497,49 +1080,24 @@ export const $UpwithCrowd_BackerService_Backers_CreateUpdateBackerDto = {
1497
1080
  fullAddress: {
1498
1081
  type: 'string',
1499
1082
  nullable: true
1500
- },
1501
- contactInformationTypeId: {
1502
- type: 'string',
1503
- format: 'uuid'
1504
1083
  }
1505
1084
  },
1506
1085
  additionalProperties: false
1507
1086
  },
1508
1087
  nullable: true
1509
1088
  },
1510
- email: {
1089
+ emails: {
1511
1090
  type: 'array',
1512
1091
  items: {
1513
1092
  type: 'object',
1514
1093
  properties: {
1515
- id: {
1516
- type: 'string',
1517
- format: 'uuid'
1518
- },
1519
- creationTime: {
1520
- type: 'string',
1521
- format: 'date-time'
1522
- },
1523
- creatorId: {
1524
- type: 'string',
1525
- format: 'uuid',
1526
- nullable: true
1527
- },
1528
- lastModificationTime: {
1529
- type: 'string',
1530
- format: 'date-time',
1531
- nullable: true
1094
+ extraProperties: {
1095
+ type: 'object',
1096
+ additionalProperties: {},
1097
+ nullable: true,
1098
+ readOnly: true
1532
1099
  },
1533
- lastModifierId: {
1534
- type: 'string',
1535
- format: 'uuid',
1536
- nullable: true
1537
- },
1538
- contactInformationTypeId: {
1539
- type: 'string',
1540
- format: 'uuid'
1541
- },
1542
- emailAddress: {
1100
+ emailAddress: {
1543
1101
  type: 'string',
1544
1102
  nullable: true
1545
1103
  }
@@ -1550,14 +1108,6 @@ export const $UpwithCrowd_BackerService_Backers_CreateUpdateBackerDto = {
1550
1108
  }
1551
1109
  },
1552
1110
  additionalProperties: false
1553
- },
1554
- entityInformationTypeId: {
1555
- type: 'string',
1556
- format: 'uuid'
1557
- },
1558
- contactInformationId: {
1559
- type: 'string',
1560
- format: 'uuid'
1561
1111
  }
1562
1112
  },
1563
1113
  additionalProperties: false
@@ -1569,85 +1119,15 @@ export const $UpwithCrowd_BackerService_Backers_CreateUpdateBackerDto = {
1569
1119
  items: {
1570
1120
  type: 'object',
1571
1121
  properties: {
1572
- id: {
1573
- type: 'string',
1574
- format: 'uuid'
1575
- },
1576
- creationTime: {
1577
- type: 'string',
1578
- format: 'date-time'
1579
- },
1580
- creatorId: {
1581
- type: 'string',
1582
- format: 'uuid',
1583
- nullable: true
1584
- },
1585
- lastModificationTime: {
1586
- type: 'string',
1587
- format: 'date-time',
1588
- nullable: true
1589
- },
1590
- lastModifierId: {
1591
- type: 'string',
1592
- format: 'uuid',
1593
- nullable: true
1594
- },
1595
- isDeleted: {
1596
- type: 'boolean'
1597
- },
1598
- deleterId: {
1599
- type: 'string',
1600
- format: 'uuid',
1601
- nullable: true
1602
- },
1603
- deletionTime: {
1604
- type: 'string',
1605
- format: 'date-time',
1606
- nullable: true
1122
+ extraProperties: {
1123
+ type: 'object',
1124
+ additionalProperties: {},
1125
+ nullable: true,
1126
+ readOnly: true
1607
1127
  },
1608
1128
  name: {
1609
1129
  type: 'object',
1610
1130
  properties: {
1611
- id: {
1612
- type: 'string',
1613
- format: 'uuid'
1614
- },
1615
- creationTime: {
1616
- type: 'string',
1617
- format: 'date-time'
1618
- },
1619
- creatorId: {
1620
- type: 'string',
1621
- format: 'uuid',
1622
- nullable: true
1623
- },
1624
- lastModificationTime: {
1625
- type: 'string',
1626
- format: 'date-time',
1627
- nullable: true
1628
- },
1629
- lastModifierId: {
1630
- type: 'string',
1631
- format: 'uuid',
1632
- nullable: true
1633
- },
1634
- isDeleted: {
1635
- type: 'boolean'
1636
- },
1637
- deleterId: {
1638
- type: 'string',
1639
- format: 'uuid',
1640
- nullable: true
1641
- },
1642
- deletionTime: {
1643
- type: 'string',
1644
- format: 'date-time',
1645
- nullable: true
1646
- },
1647
- individualId: {
1648
- type: 'string',
1649
- format: 'uuid'
1650
- },
1651
1131
  salutation: {
1652
1132
  type: 'string',
1653
1133
  nullable: true
@@ -1674,18 +1154,11 @@ export const $UpwithCrowd_BackerService_Backers_CreateUpdateBackerDto = {
1674
1154
  contactInformation: {
1675
1155
  type: 'object',
1676
1156
  properties: {
1677
- id: {
1678
- type: 'string',
1679
- format: 'uuid'
1680
- },
1681
- partyId: {
1682
- type: 'string',
1683
- format: 'uuid'
1684
- },
1685
- partType: {
1686
- enum: [0, 1],
1687
- type: 'integer',
1688
- format: 'int32'
1157
+ extraProperties: {
1158
+ type: 'object',
1159
+ additionalProperties: {},
1160
+ nullable: true,
1161
+ readOnly: true
1689
1162
  },
1690
1163
  startDate: {
1691
1164
  type: 'string',
@@ -1695,33 +1168,16 @@ export const $UpwithCrowd_BackerService_Backers_CreateUpdateBackerDto = {
1695
1168
  type: 'string',
1696
1169
  format: 'date-time'
1697
1170
  },
1698
- telephone: {
1171
+ telephones: {
1699
1172
  type: 'array',
1700
1173
  items: {
1701
1174
  type: 'object',
1702
1175
  properties: {
1703
- id: {
1704
- type: 'string',
1705
- format: 'uuid'
1706
- },
1707
- creationTime: {
1708
- type: 'string',
1709
- format: 'date-time'
1710
- },
1711
- creatorId: {
1712
- type: 'string',
1713
- format: 'uuid',
1714
- nullable: true
1715
- },
1716
- lastModificationTime: {
1717
- type: 'string',
1718
- format: 'date-time',
1719
- nullable: true
1720
- },
1721
- lastModifierId: {
1722
- type: 'string',
1723
- format: 'uuid',
1724
- nullable: true
1176
+ extraProperties: {
1177
+ type: 'object',
1178
+ additionalProperties: {},
1179
+ nullable: true,
1180
+ readOnly: true
1725
1181
  },
1726
1182
  areaCode: {
1727
1183
  type: 'string',
@@ -1734,56 +1190,22 @@ export const $UpwithCrowd_BackerService_Backers_CreateUpdateBackerDto = {
1734
1190
  ituCountryCode: {
1735
1191
  type: 'string',
1736
1192
  nullable: true
1737
- },
1738
- contactInformationTypeId: {
1739
- type: 'string',
1740
- format: 'uuid'
1741
1193
  }
1742
1194
  },
1743
1195
  additionalProperties: false
1744
1196
  },
1745
1197
  nullable: true
1746
1198
  },
1747
- address: {
1199
+ addresses: {
1748
1200
  type: 'array',
1749
1201
  items: {
1750
1202
  type: 'object',
1751
1203
  properties: {
1752
- id: {
1753
- type: 'string',
1754
- format: 'uuid'
1755
- },
1756
- creationTime: {
1757
- type: 'string',
1758
- format: 'date-time'
1759
- },
1760
- creatorId: {
1761
- type: 'string',
1762
- format: 'uuid',
1763
- nullable: true
1764
- },
1765
- lastModificationTime: {
1766
- type: 'string',
1767
- format: 'date-time',
1768
- nullable: true
1769
- },
1770
- lastModifierId: {
1771
- type: 'string',
1772
- format: 'uuid',
1773
- nullable: true
1774
- },
1775
- isDeleted: {
1776
- type: 'boolean'
1777
- },
1778
- deleterId: {
1779
- type: 'string',
1780
- format: 'uuid',
1781
- nullable: true
1782
- },
1783
- deletionTime: {
1784
- type: 'string',
1785
- format: 'date-time',
1786
- nullable: true
1204
+ extraProperties: {
1205
+ type: 'object',
1206
+ additionalProperties: {},
1207
+ nullable: true,
1208
+ readOnly: true
1787
1209
  },
1788
1210
  typeCode: {
1789
1211
  enum: [0, 1],
@@ -1813,47 +1235,22 @@ export const $UpwithCrowd_BackerService_Backers_CreateUpdateBackerDto = {
1813
1235
  fullAddress: {
1814
1236
  type: 'string',
1815
1237
  nullable: true
1816
- },
1817
- contactInformationTypeId: {
1818
- type: 'string',
1819
- format: 'uuid'
1820
1238
  }
1821
1239
  },
1822
1240
  additionalProperties: false
1823
1241
  },
1824
1242
  nullable: true
1825
1243
  },
1826
- email: {
1244
+ emails: {
1827
1245
  type: 'array',
1828
1246
  items: {
1829
1247
  type: 'object',
1830
1248
  properties: {
1831
- id: {
1832
- type: 'string',
1833
- format: 'uuid'
1834
- },
1835
- creationTime: {
1836
- type: 'string',
1837
- format: 'date-time'
1838
- },
1839
- creatorId: {
1840
- type: 'string',
1841
- format: 'uuid',
1842
- nullable: true
1843
- },
1844
- lastModificationTime: {
1845
- type: 'string',
1846
- format: 'date-time',
1847
- nullable: true
1848
- },
1849
- lastModifierId: {
1850
- type: 'string',
1851
- format: 'uuid',
1852
- nullable: true
1853
- },
1854
- contactInformationTypeId: {
1855
- type: 'string',
1856
- format: 'uuid'
1249
+ extraProperties: {
1250
+ type: 'object',
1251
+ additionalProperties: {},
1252
+ nullable: true,
1253
+ readOnly: true
1857
1254
  },
1858
1255
  emailAddress: {
1859
1256
  type: 'string',
@@ -1867,38 +1264,11 @@ export const $UpwithCrowd_BackerService_Backers_CreateUpdateBackerDto = {
1867
1264
  },
1868
1265
  additionalProperties: false
1869
1266
  },
1870
- personalSummary: {
1267
+ personalSummaries: {
1871
1268
  type: 'array',
1872
1269
  items: {
1873
1270
  type: 'object',
1874
1271
  properties: {
1875
- id: {
1876
- type: 'string',
1877
- format: 'uuid'
1878
- },
1879
- creationTime: {
1880
- type: 'string',
1881
- format: 'date-time'
1882
- },
1883
- creatorId: {
1884
- type: 'string',
1885
- format: 'uuid',
1886
- nullable: true
1887
- },
1888
- lastModificationTime: {
1889
- type: 'string',
1890
- format: 'date-time',
1891
- nullable: true
1892
- },
1893
- lastModifierId: {
1894
- type: 'string',
1895
- format: 'uuid',
1896
- nullable: true
1897
- },
1898
- individualId: {
1899
- type: 'string',
1900
- format: 'uuid'
1901
- },
1902
1272
  date: {
1903
1273
  type: 'string',
1904
1274
  format: 'date-time'
@@ -1923,14 +1293,6 @@ export const $UpwithCrowd_BackerService_Backers_CreateUpdateBackerDto = {
1923
1293
  additionalProperties: false
1924
1294
  },
1925
1295
  nullable: true
1926
- },
1927
- entityInformationTypeId: {
1928
- type: 'string',
1929
- format: 'uuid'
1930
- },
1931
- contactInformationId: {
1932
- type: 'string',
1933
- format: 'uuid'
1934
1296
  }
1935
1297
  },
1936
1298
  additionalProperties: false
@@ -1946,7 +1308,1102 @@ export const $UpwithCrowd_BackerService_Backers_CreateUpdateBackerDto = {
1946
1308
  additionalProperties: false
1947
1309
  } as const;
1948
1310
 
1949
- export const $UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntityInformationTypeDto = {
1311
+ export const $UpwithCrowd_BackerService_Backers_CreateBackerWithComponentsDto = {
1312
+ required: ['entityInformationTypes'],
1313
+ type: 'object',
1314
+ properties: {
1315
+ extraProperties: {
1316
+ type: 'object',
1317
+ additionalProperties: {},
1318
+ nullable: true,
1319
+ readOnly: true
1320
+ },
1321
+ entityInformationTypes: {
1322
+ type: 'array',
1323
+ items: {
1324
+ type: 'object',
1325
+ properties: {
1326
+ extraProperties: {
1327
+ type: 'object',
1328
+ additionalProperties: {},
1329
+ nullable: true,
1330
+ readOnly: true
1331
+ },
1332
+ organizations: {
1333
+ type: 'array',
1334
+ items: {
1335
+ type: 'object',
1336
+ properties: {
1337
+ extraProperties: {
1338
+ type: 'object',
1339
+ additionalProperties: {},
1340
+ nullable: true,
1341
+ readOnly: true
1342
+ },
1343
+ name: {
1344
+ type: 'string',
1345
+ nullable: true
1346
+ },
1347
+ taxpayerId: {
1348
+ type: 'string',
1349
+ nullable: true
1350
+ },
1351
+ legalStatusCode: {
1352
+ type: 'string',
1353
+ nullable: true
1354
+ },
1355
+ customerNumber: {
1356
+ type: 'string',
1357
+ nullable: true
1358
+ },
1359
+ contactInformation: {
1360
+ type: 'object',
1361
+ properties: {
1362
+ extraProperties: {
1363
+ type: 'object',
1364
+ additionalProperties: {},
1365
+ nullable: true,
1366
+ readOnly: true
1367
+ },
1368
+ startDate: {
1369
+ type: 'string',
1370
+ format: 'date-time'
1371
+ },
1372
+ endDate: {
1373
+ type: 'string',
1374
+ format: 'date-time'
1375
+ },
1376
+ telephones: {
1377
+ type: 'array',
1378
+ items: {
1379
+ type: 'object',
1380
+ properties: {
1381
+ extraProperties: {
1382
+ type: 'object',
1383
+ additionalProperties: {},
1384
+ nullable: true,
1385
+ readOnly: true
1386
+ },
1387
+ areaCode: {
1388
+ type: 'string',
1389
+ nullable: true
1390
+ },
1391
+ localNumber: {
1392
+ type: 'string',
1393
+ nullable: true
1394
+ },
1395
+ ituCountryCode: {
1396
+ type: 'string',
1397
+ nullable: true
1398
+ }
1399
+ },
1400
+ additionalProperties: false
1401
+ },
1402
+ nullable: true
1403
+ },
1404
+ addresses: {
1405
+ type: 'array',
1406
+ items: {
1407
+ type: 'object',
1408
+ properties: {
1409
+ extraProperties: {
1410
+ type: 'object',
1411
+ additionalProperties: {},
1412
+ nullable: true,
1413
+ readOnly: true
1414
+ },
1415
+ typeCode: {
1416
+ enum: [0, 1],
1417
+ type: 'integer',
1418
+ format: 'int32'
1419
+ },
1420
+ addressLine: {
1421
+ type: 'string',
1422
+ nullable: true
1423
+ },
1424
+ city: {
1425
+ type: 'string',
1426
+ nullable: true
1427
+ },
1428
+ terriority: {
1429
+ type: 'string',
1430
+ nullable: true
1431
+ },
1432
+ postalCode: {
1433
+ type: 'string',
1434
+ nullable: true
1435
+ },
1436
+ country: {
1437
+ type: 'string',
1438
+ nullable: true
1439
+ },
1440
+ fullAddress: {
1441
+ type: 'string',
1442
+ nullable: true
1443
+ }
1444
+ },
1445
+ additionalProperties: false
1446
+ },
1447
+ nullable: true
1448
+ },
1449
+ emails: {
1450
+ type: 'array',
1451
+ items: {
1452
+ type: 'object',
1453
+ properties: {
1454
+ extraProperties: {
1455
+ type: 'object',
1456
+ additionalProperties: {},
1457
+ nullable: true,
1458
+ readOnly: true
1459
+ },
1460
+ emailAddress: {
1461
+ type: 'string',
1462
+ nullable: true
1463
+ }
1464
+ },
1465
+ additionalProperties: false
1466
+ },
1467
+ nullable: true
1468
+ }
1469
+ },
1470
+ additionalProperties: false
1471
+ }
1472
+ },
1473
+ additionalProperties: false
1474
+ },
1475
+ nullable: true
1476
+ },
1477
+ individuals: {
1478
+ type: 'array',
1479
+ items: {
1480
+ type: 'object',
1481
+ properties: {
1482
+ extraProperties: {
1483
+ type: 'object',
1484
+ additionalProperties: {},
1485
+ nullable: true,
1486
+ readOnly: true
1487
+ },
1488
+ name: {
1489
+ type: 'object',
1490
+ properties: {
1491
+ salutation: {
1492
+ type: 'string',
1493
+ nullable: true
1494
+ },
1495
+ name: {
1496
+ type: 'string',
1497
+ nullable: true
1498
+ },
1499
+ suffix: {
1500
+ type: 'string',
1501
+ nullable: true
1502
+ },
1503
+ mailingName: {
1504
+ type: 'string',
1505
+ nullable: true
1506
+ },
1507
+ officialName: {
1508
+ type: 'string',
1509
+ nullable: true
1510
+ }
1511
+ },
1512
+ additionalProperties: false
1513
+ },
1514
+ contactInformation: {
1515
+ type: 'object',
1516
+ properties: {
1517
+ extraProperties: {
1518
+ type: 'object',
1519
+ additionalProperties: {},
1520
+ nullable: true,
1521
+ readOnly: true
1522
+ },
1523
+ startDate: {
1524
+ type: 'string',
1525
+ format: 'date-time'
1526
+ },
1527
+ endDate: {
1528
+ type: 'string',
1529
+ format: 'date-time'
1530
+ },
1531
+ telephones: {
1532
+ type: 'array',
1533
+ items: {
1534
+ type: 'object',
1535
+ properties: {
1536
+ extraProperties: {
1537
+ type: 'object',
1538
+ additionalProperties: {},
1539
+ nullable: true,
1540
+ readOnly: true
1541
+ },
1542
+ areaCode: {
1543
+ type: 'string',
1544
+ nullable: true
1545
+ },
1546
+ localNumber: {
1547
+ type: 'string',
1548
+ nullable: true
1549
+ },
1550
+ ituCountryCode: {
1551
+ type: 'string',
1552
+ nullable: true
1553
+ }
1554
+ },
1555
+ additionalProperties: false
1556
+ },
1557
+ nullable: true
1558
+ },
1559
+ addresses: {
1560
+ type: 'array',
1561
+ items: {
1562
+ type: 'object',
1563
+ properties: {
1564
+ extraProperties: {
1565
+ type: 'object',
1566
+ additionalProperties: {},
1567
+ nullable: true,
1568
+ readOnly: true
1569
+ },
1570
+ typeCode: {
1571
+ enum: [0, 1],
1572
+ type: 'integer',
1573
+ format: 'int32'
1574
+ },
1575
+ addressLine: {
1576
+ type: 'string',
1577
+ nullable: true
1578
+ },
1579
+ city: {
1580
+ type: 'string',
1581
+ nullable: true
1582
+ },
1583
+ terriority: {
1584
+ type: 'string',
1585
+ nullable: true
1586
+ },
1587
+ postalCode: {
1588
+ type: 'string',
1589
+ nullable: true
1590
+ },
1591
+ country: {
1592
+ type: 'string',
1593
+ nullable: true
1594
+ },
1595
+ fullAddress: {
1596
+ type: 'string',
1597
+ nullable: true
1598
+ }
1599
+ },
1600
+ additionalProperties: false
1601
+ },
1602
+ nullable: true
1603
+ },
1604
+ emails: {
1605
+ type: 'array',
1606
+ items: {
1607
+ type: 'object',
1608
+ properties: {
1609
+ extraProperties: {
1610
+ type: 'object',
1611
+ additionalProperties: {},
1612
+ nullable: true,
1613
+ readOnly: true
1614
+ },
1615
+ emailAddress: {
1616
+ type: 'string',
1617
+ nullable: true
1618
+ }
1619
+ },
1620
+ additionalProperties: false
1621
+ },
1622
+ nullable: true
1623
+ }
1624
+ },
1625
+ additionalProperties: false
1626
+ },
1627
+ personalSummaries: {
1628
+ type: 'array',
1629
+ items: {
1630
+ type: 'object',
1631
+ properties: {
1632
+ date: {
1633
+ type: 'string',
1634
+ format: 'date-time'
1635
+ },
1636
+ birthDate: {
1637
+ type: 'string',
1638
+ format: 'date-time'
1639
+ },
1640
+ ethnicity: {
1641
+ type: 'string',
1642
+ nullable: true
1643
+ },
1644
+ maritalStatusCode: {
1645
+ type: 'string',
1646
+ nullable: true
1647
+ },
1648
+ religiousAffiliationName: {
1649
+ type: 'string',
1650
+ nullable: true
1651
+ }
1652
+ },
1653
+ additionalProperties: false
1654
+ },
1655
+ nullable: true
1656
+ }
1657
+ },
1658
+ additionalProperties: false
1659
+ },
1660
+ nullable: true
1661
+ }
1662
+ },
1663
+ additionalProperties: false
1664
+ }
1665
+ }
1666
+ },
1667
+ additionalProperties: false
1668
+ } as const;
1669
+
1670
+ export const $UpwithCrowd_BackerService_Backers_UpdateBackerDto = {
1671
+ type: 'object',
1672
+ properties: {
1673
+ extraProperties: {
1674
+ type: 'object',
1675
+ additionalProperties: {},
1676
+ nullable: true,
1677
+ readOnly: true
1678
+ },
1679
+ entityInformationTypes: {
1680
+ type: 'array',
1681
+ items: {
1682
+ type: 'object',
1683
+ properties: {
1684
+ extraProperties: {
1685
+ type: 'object',
1686
+ additionalProperties: {},
1687
+ nullable: true,
1688
+ readOnly: true
1689
+ },
1690
+ organizations: {
1691
+ type: 'array',
1692
+ items: {
1693
+ type: 'object',
1694
+ properties: {
1695
+ extraProperties: {
1696
+ type: 'object',
1697
+ additionalProperties: {},
1698
+ nullable: true,
1699
+ readOnly: true
1700
+ },
1701
+ name: {
1702
+ type: 'string',
1703
+ nullable: true
1704
+ },
1705
+ taxpayerId: {
1706
+ type: 'string',
1707
+ nullable: true
1708
+ },
1709
+ legalStatusCode: {
1710
+ type: 'string',
1711
+ nullable: true
1712
+ },
1713
+ customerNumber: {
1714
+ type: 'string',
1715
+ nullable: true
1716
+ },
1717
+ contactInformation: {
1718
+ type: 'object',
1719
+ properties: {
1720
+ extraProperties: {
1721
+ type: 'object',
1722
+ additionalProperties: {},
1723
+ nullable: true,
1724
+ readOnly: true
1725
+ },
1726
+ startDate: {
1727
+ type: 'string',
1728
+ format: 'date-time'
1729
+ },
1730
+ endDate: {
1731
+ type: 'string',
1732
+ format: 'date-time'
1733
+ },
1734
+ telephones: {
1735
+ type: 'array',
1736
+ items: {
1737
+ type: 'object',
1738
+ properties: {
1739
+ extraProperties: {
1740
+ type: 'object',
1741
+ additionalProperties: {},
1742
+ nullable: true,
1743
+ readOnly: true
1744
+ },
1745
+ areaCode: {
1746
+ type: 'string',
1747
+ nullable: true
1748
+ },
1749
+ localNumber: {
1750
+ type: 'string',
1751
+ nullable: true
1752
+ },
1753
+ ituCountryCode: {
1754
+ type: 'string',
1755
+ nullable: true
1756
+ }
1757
+ },
1758
+ additionalProperties: false
1759
+ },
1760
+ nullable: true
1761
+ },
1762
+ addresses: {
1763
+ type: 'array',
1764
+ items: {
1765
+ type: 'object',
1766
+ properties: {
1767
+ extraProperties: {
1768
+ type: 'object',
1769
+ additionalProperties: {},
1770
+ nullable: true,
1771
+ readOnly: true
1772
+ },
1773
+ typeCode: {
1774
+ enum: [0, 1],
1775
+ type: 'integer',
1776
+ format: 'int32'
1777
+ },
1778
+ addressLine: {
1779
+ type: 'string',
1780
+ nullable: true
1781
+ },
1782
+ city: {
1783
+ type: 'string',
1784
+ nullable: true
1785
+ },
1786
+ terriority: {
1787
+ type: 'string',
1788
+ nullable: true
1789
+ },
1790
+ postalCode: {
1791
+ type: 'string',
1792
+ nullable: true
1793
+ },
1794
+ country: {
1795
+ type: 'string',
1796
+ nullable: true
1797
+ },
1798
+ fullAddress: {
1799
+ type: 'string',
1800
+ nullable: true
1801
+ }
1802
+ },
1803
+ additionalProperties: false
1804
+ },
1805
+ nullable: true
1806
+ },
1807
+ emails: {
1808
+ type: 'array',
1809
+ items: {
1810
+ type: 'object',
1811
+ properties: {
1812
+ extraProperties: {
1813
+ type: 'object',
1814
+ additionalProperties: {},
1815
+ nullable: true,
1816
+ readOnly: true
1817
+ },
1818
+ emailAddress: {
1819
+ type: 'string',
1820
+ nullable: true
1821
+ }
1822
+ },
1823
+ additionalProperties: false
1824
+ },
1825
+ nullable: true
1826
+ }
1827
+ },
1828
+ additionalProperties: false
1829
+ }
1830
+ },
1831
+ additionalProperties: false
1832
+ },
1833
+ nullable: true
1834
+ },
1835
+ individuals: {
1836
+ type: 'array',
1837
+ items: {
1838
+ type: 'object',
1839
+ properties: {
1840
+ extraProperties: {
1841
+ type: 'object',
1842
+ additionalProperties: {},
1843
+ nullable: true,
1844
+ readOnly: true
1845
+ },
1846
+ name: {
1847
+ type: 'object',
1848
+ properties: {
1849
+ salutation: {
1850
+ type: 'string',
1851
+ nullable: true
1852
+ },
1853
+ name: {
1854
+ type: 'string',
1855
+ nullable: true
1856
+ },
1857
+ suffix: {
1858
+ type: 'string',
1859
+ nullable: true
1860
+ },
1861
+ mailingName: {
1862
+ type: 'string',
1863
+ nullable: true
1864
+ },
1865
+ officialName: {
1866
+ type: 'string',
1867
+ nullable: true
1868
+ }
1869
+ },
1870
+ additionalProperties: false
1871
+ },
1872
+ contactInformation: {
1873
+ type: 'object',
1874
+ properties: {
1875
+ extraProperties: {
1876
+ type: 'object',
1877
+ additionalProperties: {},
1878
+ nullable: true,
1879
+ readOnly: true
1880
+ },
1881
+ startDate: {
1882
+ type: 'string',
1883
+ format: 'date-time'
1884
+ },
1885
+ endDate: {
1886
+ type: 'string',
1887
+ format: 'date-time'
1888
+ },
1889
+ telephones: {
1890
+ type: 'array',
1891
+ items: {
1892
+ type: 'object',
1893
+ properties: {
1894
+ extraProperties: {
1895
+ type: 'object',
1896
+ additionalProperties: {},
1897
+ nullable: true,
1898
+ readOnly: true
1899
+ },
1900
+ areaCode: {
1901
+ type: 'string',
1902
+ nullable: true
1903
+ },
1904
+ localNumber: {
1905
+ type: 'string',
1906
+ nullable: true
1907
+ },
1908
+ ituCountryCode: {
1909
+ type: 'string',
1910
+ nullable: true
1911
+ }
1912
+ },
1913
+ additionalProperties: false
1914
+ },
1915
+ nullable: true
1916
+ },
1917
+ addresses: {
1918
+ type: 'array',
1919
+ items: {
1920
+ type: 'object',
1921
+ properties: {
1922
+ extraProperties: {
1923
+ type: 'object',
1924
+ additionalProperties: {},
1925
+ nullable: true,
1926
+ readOnly: true
1927
+ },
1928
+ typeCode: {
1929
+ enum: [0, 1],
1930
+ type: 'integer',
1931
+ format: 'int32'
1932
+ },
1933
+ addressLine: {
1934
+ type: 'string',
1935
+ nullable: true
1936
+ },
1937
+ city: {
1938
+ type: 'string',
1939
+ nullable: true
1940
+ },
1941
+ terriority: {
1942
+ type: 'string',
1943
+ nullable: true
1944
+ },
1945
+ postalCode: {
1946
+ type: 'string',
1947
+ nullable: true
1948
+ },
1949
+ country: {
1950
+ type: 'string',
1951
+ nullable: true
1952
+ },
1953
+ fullAddress: {
1954
+ type: 'string',
1955
+ nullable: true
1956
+ }
1957
+ },
1958
+ additionalProperties: false
1959
+ },
1960
+ nullable: true
1961
+ },
1962
+ emails: {
1963
+ type: 'array',
1964
+ items: {
1965
+ type: 'object',
1966
+ properties: {
1967
+ extraProperties: {
1968
+ type: 'object',
1969
+ additionalProperties: {},
1970
+ nullable: true,
1971
+ readOnly: true
1972
+ },
1973
+ emailAddress: {
1974
+ type: 'string',
1975
+ nullable: true
1976
+ }
1977
+ },
1978
+ additionalProperties: false
1979
+ },
1980
+ nullable: true
1981
+ }
1982
+ },
1983
+ additionalProperties: false
1984
+ },
1985
+ personalSummaries: {
1986
+ type: 'array',
1987
+ items: {
1988
+ type: 'object',
1989
+ properties: {
1990
+ date: {
1991
+ type: 'string',
1992
+ format: 'date-time'
1993
+ },
1994
+ birthDate: {
1995
+ type: 'string',
1996
+ format: 'date-time'
1997
+ },
1998
+ ethnicity: {
1999
+ type: 'string',
2000
+ nullable: true
2001
+ },
2002
+ maritalStatusCode: {
2003
+ type: 'string',
2004
+ nullable: true
2005
+ },
2006
+ religiousAffiliationName: {
2007
+ type: 'string',
2008
+ nullable: true
2009
+ }
2010
+ },
2011
+ additionalProperties: false
2012
+ },
2013
+ nullable: true
2014
+ }
2015
+ },
2016
+ additionalProperties: false
2017
+ },
2018
+ nullable: true
2019
+ }
2020
+ },
2021
+ additionalProperties: false
2022
+ },
2023
+ nullable: true
2024
+ }
2025
+ },
2026
+ additionalProperties: false
2027
+ } as const;
2028
+
2029
+ export const $UpwithCrowd_BackerService_ContactInformationTypes_ContactInformationTypeDto = {
2030
+ type: 'object',
2031
+ properties: {
2032
+ id: {
2033
+ type: 'string',
2034
+ format: 'uuid'
2035
+ },
2036
+ creationTime: {
2037
+ type: 'string',
2038
+ format: 'date-time'
2039
+ },
2040
+ creatorId: {
2041
+ type: 'string',
2042
+ format: 'uuid',
2043
+ nullable: true
2044
+ },
2045
+ lastModificationTime: {
2046
+ type: 'string',
2047
+ format: 'date-time',
2048
+ nullable: true
2049
+ },
2050
+ lastModifierId: {
2051
+ type: 'string',
2052
+ format: 'uuid',
2053
+ nullable: true
2054
+ },
2055
+ isDeleted: {
2056
+ type: 'boolean'
2057
+ },
2058
+ deleterId: {
2059
+ type: 'string',
2060
+ format: 'uuid',
2061
+ nullable: true
2062
+ },
2063
+ deletionTime: {
2064
+ type: 'string',
2065
+ format: 'date-time',
2066
+ nullable: true
2067
+ },
2068
+ startDate: {
2069
+ type: 'string',
2070
+ format: 'date-time'
2071
+ },
2072
+ endDate: {
2073
+ type: 'string',
2074
+ format: 'date-time'
2075
+ },
2076
+ telephones: {
2077
+ type: 'array',
2078
+ items: {
2079
+ type: 'object',
2080
+ properties: {
2081
+ id: {
2082
+ type: 'string',
2083
+ format: 'uuid'
2084
+ },
2085
+ creationTime: {
2086
+ type: 'string',
2087
+ format: 'date-time'
2088
+ },
2089
+ creatorId: {
2090
+ type: 'string',
2091
+ format: 'uuid',
2092
+ nullable: true
2093
+ },
2094
+ lastModificationTime: {
2095
+ type: 'string',
2096
+ format: 'date-time',
2097
+ nullable: true
2098
+ },
2099
+ lastModifierId: {
2100
+ type: 'string',
2101
+ format: 'uuid',
2102
+ nullable: true
2103
+ },
2104
+ isDeleted: {
2105
+ type: 'boolean'
2106
+ },
2107
+ deleterId: {
2108
+ type: 'string',
2109
+ format: 'uuid',
2110
+ nullable: true
2111
+ },
2112
+ deletionTime: {
2113
+ type: 'string',
2114
+ format: 'date-time',
2115
+ nullable: true
2116
+ },
2117
+ areaCode: {
2118
+ type: 'string',
2119
+ nullable: true
2120
+ },
2121
+ localNumber: {
2122
+ type: 'string',
2123
+ nullable: true
2124
+ },
2125
+ ituCountryCode: {
2126
+ type: 'string',
2127
+ nullable: true
2128
+ },
2129
+ contactInformationTypeId: {
2130
+ type: 'string',
2131
+ format: 'uuid'
2132
+ }
2133
+ },
2134
+ additionalProperties: false
2135
+ },
2136
+ nullable: true
2137
+ },
2138
+ addresses: {
2139
+ type: 'array',
2140
+ items: {
2141
+ type: 'object',
2142
+ properties: {
2143
+ id: {
2144
+ type: 'string',
2145
+ format: 'uuid'
2146
+ },
2147
+ creationTime: {
2148
+ type: 'string',
2149
+ format: 'date-time'
2150
+ },
2151
+ creatorId: {
2152
+ type: 'string',
2153
+ format: 'uuid',
2154
+ nullable: true
2155
+ },
2156
+ lastModificationTime: {
2157
+ type: 'string',
2158
+ format: 'date-time',
2159
+ nullable: true
2160
+ },
2161
+ lastModifierId: {
2162
+ type: 'string',
2163
+ format: 'uuid',
2164
+ nullable: true
2165
+ },
2166
+ isDeleted: {
2167
+ type: 'boolean'
2168
+ },
2169
+ deleterId: {
2170
+ type: 'string',
2171
+ format: 'uuid',
2172
+ nullable: true
2173
+ },
2174
+ deletionTime: {
2175
+ type: 'string',
2176
+ format: 'date-time',
2177
+ nullable: true
2178
+ },
2179
+ typeCode: {
2180
+ enum: [0, 1],
2181
+ type: 'integer',
2182
+ format: 'int32'
2183
+ },
2184
+ addressLine: {
2185
+ type: 'string',
2186
+ nullable: true
2187
+ },
2188
+ city: {
2189
+ type: 'string',
2190
+ nullable: true
2191
+ },
2192
+ terriority: {
2193
+ type: 'string',
2194
+ nullable: true
2195
+ },
2196
+ postalCode: {
2197
+ type: 'string',
2198
+ nullable: true
2199
+ },
2200
+ country: {
2201
+ type: 'string',
2202
+ nullable: true
2203
+ },
2204
+ fullAddress: {
2205
+ type: 'string',
2206
+ nullable: true
2207
+ },
2208
+ contactInformationTypeId: {
2209
+ type: 'string',
2210
+ format: 'uuid'
2211
+ }
2212
+ },
2213
+ additionalProperties: false
2214
+ },
2215
+ nullable: true
2216
+ },
2217
+ emails: {
2218
+ type: 'array',
2219
+ items: {
2220
+ type: 'object',
2221
+ properties: {
2222
+ id: {
2223
+ type: 'string',
2224
+ format: 'uuid'
2225
+ },
2226
+ creationTime: {
2227
+ type: 'string',
2228
+ format: 'date-time'
2229
+ },
2230
+ creatorId: {
2231
+ type: 'string',
2232
+ format: 'uuid',
2233
+ nullable: true
2234
+ },
2235
+ lastModificationTime: {
2236
+ type: 'string',
2237
+ format: 'date-time',
2238
+ nullable: true
2239
+ },
2240
+ lastModifierId: {
2241
+ type: 'string',
2242
+ format: 'uuid',
2243
+ nullable: true
2244
+ },
2245
+ isDeleted: {
2246
+ type: 'boolean'
2247
+ },
2248
+ deleterId: {
2249
+ type: 'string',
2250
+ format: 'uuid',
2251
+ nullable: true
2252
+ },
2253
+ deletionTime: {
2254
+ type: 'string',
2255
+ format: 'date-time',
2256
+ nullable: true
2257
+ },
2258
+ emailAddress: {
2259
+ type: 'string',
2260
+ nullable: true
2261
+ },
2262
+ contactInformationTypeId: {
2263
+ type: 'string',
2264
+ format: 'uuid'
2265
+ }
2266
+ },
2267
+ additionalProperties: false
2268
+ },
2269
+ nullable: true
2270
+ }
2271
+ },
2272
+ additionalProperties: false
2273
+ } as const;
2274
+
2275
+ export const $UpwithCrowd_BackerService_ContactInformationTypes_CreateContactInformationTypeDto = {
2276
+ type: 'object',
2277
+ properties: {
2278
+ extraProperties: {
2279
+ type: 'object',
2280
+ additionalProperties: {},
2281
+ nullable: true,
2282
+ readOnly: true
2283
+ },
2284
+ startDate: {
2285
+ type: 'string',
2286
+ format: 'date-time'
2287
+ },
2288
+ endDate: {
2289
+ type: 'string',
2290
+ format: 'date-time'
2291
+ },
2292
+ telephones: {
2293
+ type: 'array',
2294
+ items: {
2295
+ type: 'object',
2296
+ properties: {
2297
+ extraProperties: {
2298
+ type: 'object',
2299
+ additionalProperties: {},
2300
+ nullable: true,
2301
+ readOnly: true
2302
+ },
2303
+ areaCode: {
2304
+ type: 'string',
2305
+ nullable: true
2306
+ },
2307
+ localNumber: {
2308
+ type: 'string',
2309
+ nullable: true
2310
+ },
2311
+ ituCountryCode: {
2312
+ type: 'string',
2313
+ nullable: true
2314
+ }
2315
+ },
2316
+ additionalProperties: false
2317
+ },
2318
+ nullable: true
2319
+ },
2320
+ addresses: {
2321
+ type: 'array',
2322
+ items: {
2323
+ type: 'object',
2324
+ properties: {
2325
+ extraProperties: {
2326
+ type: 'object',
2327
+ additionalProperties: {},
2328
+ nullable: true,
2329
+ readOnly: true
2330
+ },
2331
+ typeCode: {
2332
+ enum: [0, 1],
2333
+ type: 'integer',
2334
+ format: 'int32'
2335
+ },
2336
+ addressLine: {
2337
+ type: 'string',
2338
+ nullable: true
2339
+ },
2340
+ city: {
2341
+ type: 'string',
2342
+ nullable: true
2343
+ },
2344
+ terriority: {
2345
+ type: 'string',
2346
+ nullable: true
2347
+ },
2348
+ postalCode: {
2349
+ type: 'string',
2350
+ nullable: true
2351
+ },
2352
+ country: {
2353
+ type: 'string',
2354
+ nullable: true
2355
+ },
2356
+ fullAddress: {
2357
+ type: 'string',
2358
+ nullable: true
2359
+ }
2360
+ },
2361
+ additionalProperties: false
2362
+ },
2363
+ nullable: true
2364
+ },
2365
+ emails: {
2366
+ type: 'array',
2367
+ items: {
2368
+ type: 'object',
2369
+ properties: {
2370
+ extraProperties: {
2371
+ type: 'object',
2372
+ additionalProperties: {},
2373
+ nullable: true,
2374
+ readOnly: true
2375
+ },
2376
+ emailAddress: {
2377
+ type: 'string',
2378
+ nullable: true
2379
+ }
2380
+ },
2381
+ additionalProperties: false
2382
+ },
2383
+ nullable: true
2384
+ }
2385
+ },
2386
+ additionalProperties: false
2387
+ } as const;
2388
+
2389
+ export const $UpwithCrowd_BackerService_EmailCommonDatas_CreateEmailCommonDataDto = {
2390
+ type: 'object',
2391
+ properties: {
2392
+ extraProperties: {
2393
+ type: 'object',
2394
+ additionalProperties: {},
2395
+ nullable: true,
2396
+ readOnly: true
2397
+ },
2398
+ emailAddress: {
2399
+ type: 'string',
2400
+ nullable: true
2401
+ }
2402
+ },
2403
+ additionalProperties: false
2404
+ } as const;
2405
+
2406
+ export const $UpwithCrowd_BackerService_EmailCommonDatas_EmailCommonDataDto = {
1950
2407
  type: 'object',
1951
2408
  properties: {
1952
2409
  id: {
@@ -1985,50 +2442,37 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntit
1985
2442
  format: 'date-time',
1986
2443
  nullable: true
1987
2444
  },
1988
- backerId: {
2445
+ emailAddress: {
2446
+ type: 'string',
2447
+ nullable: true
2448
+ },
2449
+ contactInformationTypeId: {
1989
2450
  type: 'string',
1990
2451
  format: 'uuid'
2452
+ }
2453
+ },
2454
+ additionalProperties: false
2455
+ } as const;
2456
+
2457
+ export const $UpwithCrowd_BackerService_EntityInformationTypes_CreateEntityInformationTypeDto = {
2458
+ type: 'object',
2459
+ properties: {
2460
+ extraProperties: {
2461
+ type: 'object',
2462
+ additionalProperties: {},
2463
+ nullable: true,
2464
+ readOnly: true
1991
2465
  },
1992
2466
  organizations: {
1993
2467
  type: 'array',
1994
2468
  items: {
1995
2469
  type: 'object',
1996
2470
  properties: {
1997
- id: {
1998
- type: 'string',
1999
- format: 'uuid'
2000
- },
2001
- creationTime: {
2002
- type: 'string',
2003
- format: 'date-time'
2004
- },
2005
- creatorId: {
2006
- type: 'string',
2007
- format: 'uuid',
2008
- nullable: true
2009
- },
2010
- lastModificationTime: {
2011
- type: 'string',
2012
- format: 'date-time',
2013
- nullable: true
2014
- },
2015
- lastModifierId: {
2016
- type: 'string',
2017
- format: 'uuid',
2018
- nullable: true
2019
- },
2020
- isDeleted: {
2021
- type: 'boolean'
2022
- },
2023
- deleterId: {
2024
- type: 'string',
2025
- format: 'uuid',
2026
- nullable: true
2027
- },
2028
- deletionTime: {
2029
- type: 'string',
2030
- format: 'date-time',
2031
- nullable: true
2471
+ extraProperties: {
2472
+ type: 'object',
2473
+ additionalProperties: {},
2474
+ nullable: true,
2475
+ readOnly: true
2032
2476
  },
2033
2477
  name: {
2034
2478
  type: 'string',
@@ -2042,21 +2486,18 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntit
2042
2486
  type: 'string',
2043
2487
  nullable: true
2044
2488
  },
2489
+ customerNumber: {
2490
+ type: 'string',
2491
+ nullable: true
2492
+ },
2045
2493
  contactInformation: {
2046
2494
  type: 'object',
2047
2495
  properties: {
2048
- id: {
2049
- type: 'string',
2050
- format: 'uuid'
2051
- },
2052
- partyId: {
2053
- type: 'string',
2054
- format: 'uuid'
2055
- },
2056
- partType: {
2057
- enum: [0, 1],
2058
- type: 'integer',
2059
- format: 'int32'
2496
+ extraProperties: {
2497
+ type: 'object',
2498
+ additionalProperties: {},
2499
+ nullable: true,
2500
+ readOnly: true
2060
2501
  },
2061
2502
  startDate: {
2062
2503
  type: 'string',
@@ -2066,33 +2507,16 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntit
2066
2507
  type: 'string',
2067
2508
  format: 'date-time'
2068
2509
  },
2069
- telephone: {
2510
+ telephones: {
2070
2511
  type: 'array',
2071
2512
  items: {
2072
2513
  type: 'object',
2073
2514
  properties: {
2074
- id: {
2075
- type: 'string',
2076
- format: 'uuid'
2077
- },
2078
- creationTime: {
2079
- type: 'string',
2080
- format: 'date-time'
2081
- },
2082
- creatorId: {
2083
- type: 'string',
2084
- format: 'uuid',
2085
- nullable: true
2086
- },
2087
- lastModificationTime: {
2088
- type: 'string',
2089
- format: 'date-time',
2090
- nullable: true
2091
- },
2092
- lastModifierId: {
2093
- type: 'string',
2094
- format: 'uuid',
2095
- nullable: true
2515
+ extraProperties: {
2516
+ type: 'object',
2517
+ additionalProperties: {},
2518
+ nullable: true,
2519
+ readOnly: true
2096
2520
  },
2097
2521
  areaCode: {
2098
2522
  type: 'string',
@@ -2105,56 +2529,22 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntit
2105
2529
  ituCountryCode: {
2106
2530
  type: 'string',
2107
2531
  nullable: true
2108
- },
2109
- contactInformationTypeId: {
2110
- type: 'string',
2111
- format: 'uuid'
2112
2532
  }
2113
2533
  },
2114
2534
  additionalProperties: false
2115
2535
  },
2116
2536
  nullable: true
2117
2537
  },
2118
- address: {
2538
+ addresses: {
2119
2539
  type: 'array',
2120
2540
  items: {
2121
2541
  type: 'object',
2122
2542
  properties: {
2123
- id: {
2124
- type: 'string',
2125
- format: 'uuid'
2126
- },
2127
- creationTime: {
2128
- type: 'string',
2129
- format: 'date-time'
2130
- },
2131
- creatorId: {
2132
- type: 'string',
2133
- format: 'uuid',
2134
- nullable: true
2135
- },
2136
- lastModificationTime: {
2137
- type: 'string',
2138
- format: 'date-time',
2139
- nullable: true
2140
- },
2141
- lastModifierId: {
2142
- type: 'string',
2143
- format: 'uuid',
2144
- nullable: true
2145
- },
2146
- isDeleted: {
2147
- type: 'boolean'
2148
- },
2149
- deleterId: {
2150
- type: 'string',
2151
- format: 'uuid',
2152
- nullable: true
2153
- },
2154
- deletionTime: {
2155
- type: 'string',
2156
- format: 'date-time',
2157
- nullable: true
2543
+ extraProperties: {
2544
+ type: 'object',
2545
+ additionalProperties: {},
2546
+ nullable: true,
2547
+ readOnly: true
2158
2548
  },
2159
2549
  typeCode: {
2160
2550
  enum: [0, 1],
@@ -2184,47 +2574,22 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntit
2184
2574
  fullAddress: {
2185
2575
  type: 'string',
2186
2576
  nullable: true
2187
- },
2188
- contactInformationTypeId: {
2189
- type: 'string',
2190
- format: 'uuid'
2191
2577
  }
2192
2578
  },
2193
2579
  additionalProperties: false
2194
2580
  },
2195
2581
  nullable: true
2196
2582
  },
2197
- email: {
2583
+ emails: {
2198
2584
  type: 'array',
2199
2585
  items: {
2200
2586
  type: 'object',
2201
2587
  properties: {
2202
- id: {
2203
- type: 'string',
2204
- format: 'uuid'
2205
- },
2206
- creationTime: {
2207
- type: 'string',
2208
- format: 'date-time'
2209
- },
2210
- creatorId: {
2211
- type: 'string',
2212
- format: 'uuid',
2213
- nullable: true
2214
- },
2215
- lastModificationTime: {
2216
- type: 'string',
2217
- format: 'date-time',
2218
- nullable: true
2219
- },
2220
- lastModifierId: {
2221
- type: 'string',
2222
- format: 'uuid',
2223
- nullable: true
2224
- },
2225
- contactInformationTypeId: {
2226
- type: 'string',
2227
- format: 'uuid'
2588
+ extraProperties: {
2589
+ type: 'object',
2590
+ additionalProperties: {},
2591
+ nullable: true,
2592
+ readOnly: true
2228
2593
  },
2229
2594
  emailAddress: {
2230
2595
  type: 'string',
@@ -2237,14 +2602,6 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntit
2237
2602
  }
2238
2603
  },
2239
2604
  additionalProperties: false
2240
- },
2241
- entityInformationTypeId: {
2242
- type: 'string',
2243
- format: 'uuid'
2244
- },
2245
- contactInformationId: {
2246
- type: 'string',
2247
- format: 'uuid'
2248
2605
  }
2249
2606
  },
2250
2607
  additionalProperties: false
@@ -2256,85 +2613,15 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntit
2256
2613
  items: {
2257
2614
  type: 'object',
2258
2615
  properties: {
2259
- id: {
2260
- type: 'string',
2261
- format: 'uuid'
2262
- },
2263
- creationTime: {
2264
- type: 'string',
2265
- format: 'date-time'
2266
- },
2267
- creatorId: {
2268
- type: 'string',
2269
- format: 'uuid',
2270
- nullable: true
2271
- },
2272
- lastModificationTime: {
2273
- type: 'string',
2274
- format: 'date-time',
2275
- nullable: true
2276
- },
2277
- lastModifierId: {
2278
- type: 'string',
2279
- format: 'uuid',
2280
- nullable: true
2281
- },
2282
- isDeleted: {
2283
- type: 'boolean'
2284
- },
2285
- deleterId: {
2286
- type: 'string',
2287
- format: 'uuid',
2288
- nullable: true
2289
- },
2290
- deletionTime: {
2291
- type: 'string',
2292
- format: 'date-time',
2293
- nullable: true
2616
+ extraProperties: {
2617
+ type: 'object',
2618
+ additionalProperties: {},
2619
+ nullable: true,
2620
+ readOnly: true
2294
2621
  },
2295
2622
  name: {
2296
2623
  type: 'object',
2297
2624
  properties: {
2298
- id: {
2299
- type: 'string',
2300
- format: 'uuid'
2301
- },
2302
- creationTime: {
2303
- type: 'string',
2304
- format: 'date-time'
2305
- },
2306
- creatorId: {
2307
- type: 'string',
2308
- format: 'uuid',
2309
- nullable: true
2310
- },
2311
- lastModificationTime: {
2312
- type: 'string',
2313
- format: 'date-time',
2314
- nullable: true
2315
- },
2316
- lastModifierId: {
2317
- type: 'string',
2318
- format: 'uuid',
2319
- nullable: true
2320
- },
2321
- isDeleted: {
2322
- type: 'boolean'
2323
- },
2324
- deleterId: {
2325
- type: 'string',
2326
- format: 'uuid',
2327
- nullable: true
2328
- },
2329
- deletionTime: {
2330
- type: 'string',
2331
- format: 'date-time',
2332
- nullable: true
2333
- },
2334
- individualId: {
2335
- type: 'string',
2336
- format: 'uuid'
2337
- },
2338
2625
  salutation: {
2339
2626
  type: 'string',
2340
2627
  nullable: true
@@ -2361,18 +2648,11 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntit
2361
2648
  contactInformation: {
2362
2649
  type: 'object',
2363
2650
  properties: {
2364
- id: {
2365
- type: 'string',
2366
- format: 'uuid'
2367
- },
2368
- partyId: {
2369
- type: 'string',
2370
- format: 'uuid'
2371
- },
2372
- partType: {
2373
- enum: [0, 1],
2374
- type: 'integer',
2375
- format: 'int32'
2651
+ extraProperties: {
2652
+ type: 'object',
2653
+ additionalProperties: {},
2654
+ nullable: true,
2655
+ readOnly: true
2376
2656
  },
2377
2657
  startDate: {
2378
2658
  type: 'string',
@@ -2382,33 +2662,16 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntit
2382
2662
  type: 'string',
2383
2663
  format: 'date-time'
2384
2664
  },
2385
- telephone: {
2665
+ telephones: {
2386
2666
  type: 'array',
2387
2667
  items: {
2388
2668
  type: 'object',
2389
2669
  properties: {
2390
- id: {
2391
- type: 'string',
2392
- format: 'uuid'
2393
- },
2394
- creationTime: {
2395
- type: 'string',
2396
- format: 'date-time'
2397
- },
2398
- creatorId: {
2399
- type: 'string',
2400
- format: 'uuid',
2401
- nullable: true
2402
- },
2403
- lastModificationTime: {
2404
- type: 'string',
2405
- format: 'date-time',
2406
- nullable: true
2407
- },
2408
- lastModifierId: {
2409
- type: 'string',
2410
- format: 'uuid',
2411
- nullable: true
2670
+ extraProperties: {
2671
+ type: 'object',
2672
+ additionalProperties: {},
2673
+ nullable: true,
2674
+ readOnly: true
2412
2675
  },
2413
2676
  areaCode: {
2414
2677
  type: 'string',
@@ -2421,56 +2684,22 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntit
2421
2684
  ituCountryCode: {
2422
2685
  type: 'string',
2423
2686
  nullable: true
2424
- },
2425
- contactInformationTypeId: {
2426
- type: 'string',
2427
- format: 'uuid'
2428
2687
  }
2429
2688
  },
2430
2689
  additionalProperties: false
2431
2690
  },
2432
2691
  nullable: true
2433
2692
  },
2434
- address: {
2693
+ addresses: {
2435
2694
  type: 'array',
2436
2695
  items: {
2437
2696
  type: 'object',
2438
2697
  properties: {
2439
- id: {
2440
- type: 'string',
2441
- format: 'uuid'
2442
- },
2443
- creationTime: {
2444
- type: 'string',
2445
- format: 'date-time'
2446
- },
2447
- creatorId: {
2448
- type: 'string',
2449
- format: 'uuid',
2450
- nullable: true
2451
- },
2452
- lastModificationTime: {
2453
- type: 'string',
2454
- format: 'date-time',
2455
- nullable: true
2456
- },
2457
- lastModifierId: {
2458
- type: 'string',
2459
- format: 'uuid',
2460
- nullable: true
2461
- },
2462
- isDeleted: {
2463
- type: 'boolean'
2464
- },
2465
- deleterId: {
2466
- type: 'string',
2467
- format: 'uuid',
2468
- nullable: true
2469
- },
2470
- deletionTime: {
2471
- type: 'string',
2472
- format: 'date-time',
2473
- nullable: true
2698
+ extraProperties: {
2699
+ type: 'object',
2700
+ additionalProperties: {},
2701
+ nullable: true,
2702
+ readOnly: true
2474
2703
  },
2475
2704
  typeCode: {
2476
2705
  enum: [0, 1],
@@ -2500,47 +2729,22 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntit
2500
2729
  fullAddress: {
2501
2730
  type: 'string',
2502
2731
  nullable: true
2503
- },
2504
- contactInformationTypeId: {
2505
- type: 'string',
2506
- format: 'uuid'
2507
2732
  }
2508
2733
  },
2509
2734
  additionalProperties: false
2510
2735
  },
2511
2736
  nullable: true
2512
2737
  },
2513
- email: {
2738
+ emails: {
2514
2739
  type: 'array',
2515
2740
  items: {
2516
2741
  type: 'object',
2517
2742
  properties: {
2518
- id: {
2519
- type: 'string',
2520
- format: 'uuid'
2521
- },
2522
- creationTime: {
2523
- type: 'string',
2524
- format: 'date-time'
2525
- },
2526
- creatorId: {
2527
- type: 'string',
2528
- format: 'uuid',
2529
- nullable: true
2530
- },
2531
- lastModificationTime: {
2532
- type: 'string',
2533
- format: 'date-time',
2534
- nullable: true
2535
- },
2536
- lastModifierId: {
2537
- type: 'string',
2538
- format: 'uuid',
2539
- nullable: true
2540
- },
2541
- contactInformationTypeId: {
2542
- type: 'string',
2543
- format: 'uuid'
2743
+ extraProperties: {
2744
+ type: 'object',
2745
+ additionalProperties: {},
2746
+ nullable: true,
2747
+ readOnly: true
2544
2748
  },
2545
2749
  emailAddress: {
2546
2750
  type: 'string',
@@ -2554,38 +2758,11 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntit
2554
2758
  },
2555
2759
  additionalProperties: false
2556
2760
  },
2557
- personalSummary: {
2761
+ personalSummaries: {
2558
2762
  type: 'array',
2559
2763
  items: {
2560
2764
  type: 'object',
2561
2765
  properties: {
2562
- id: {
2563
- type: 'string',
2564
- format: 'uuid'
2565
- },
2566
- creationTime: {
2567
- type: 'string',
2568
- format: 'date-time'
2569
- },
2570
- creatorId: {
2571
- type: 'string',
2572
- format: 'uuid',
2573
- nullable: true
2574
- },
2575
- lastModificationTime: {
2576
- type: 'string',
2577
- format: 'date-time',
2578
- nullable: true
2579
- },
2580
- lastModifierId: {
2581
- type: 'string',
2582
- format: 'uuid',
2583
- nullable: true
2584
- },
2585
- individualId: {
2586
- type: 'string',
2587
- format: 'uuid'
2588
- },
2589
2766
  date: {
2590
2767
  type: 'string',
2591
2768
  format: 'date-time'
@@ -2610,14 +2787,6 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntit
2610
2787
  additionalProperties: false
2611
2788
  },
2612
2789
  nullable: true
2613
- },
2614
- entityInformationTypeId: {
2615
- type: 'string',
2616
- format: 'uuid'
2617
- },
2618
- contactInformationId: {
2619
- type: 'string',
2620
- format: 'uuid'
2621
2790
  }
2622
2791
  },
2623
2792
  additionalProperties: false
@@ -2731,14 +2900,37 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_EntityInformation
2731
2900
  type: 'string',
2732
2901
  format: 'uuid'
2733
2902
  },
2734
- partyId: {
2903
+ creationTime: {
2904
+ type: 'string',
2905
+ format: 'date-time'
2906
+ },
2907
+ creatorId: {
2908
+ type: 'string',
2909
+ format: 'uuid',
2910
+ nullable: true
2911
+ },
2912
+ lastModificationTime: {
2913
+ type: 'string',
2914
+ format: 'date-time',
2915
+ nullable: true
2916
+ },
2917
+ lastModifierId: {
2918
+ type: 'string',
2919
+ format: 'uuid',
2920
+ nullable: true
2921
+ },
2922
+ isDeleted: {
2923
+ type: 'boolean'
2924
+ },
2925
+ deleterId: {
2735
2926
  type: 'string',
2736
- format: 'uuid'
2927
+ format: 'uuid',
2928
+ nullable: true
2737
2929
  },
2738
- partType: {
2739
- enum: [0, 1],
2740
- type: 'integer',
2741
- format: 'int32'
2930
+ deletionTime: {
2931
+ type: 'string',
2932
+ format: 'date-time',
2933
+ nullable: true
2742
2934
  },
2743
2935
  startDate: {
2744
2936
  type: 'string',
@@ -2748,7 +2940,7 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_EntityInformation
2748
2940
  type: 'string',
2749
2941
  format: 'date-time'
2750
2942
  },
2751
- telephone: {
2943
+ telephones: {
2752
2944
  type: 'array',
2753
2945
  items: {
2754
2946
  type: 'object',
@@ -2776,6 +2968,19 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_EntityInformation
2776
2968
  format: 'uuid',
2777
2969
  nullable: true
2778
2970
  },
2971
+ isDeleted: {
2972
+ type: 'boolean'
2973
+ },
2974
+ deleterId: {
2975
+ type: 'string',
2976
+ format: 'uuid',
2977
+ nullable: true
2978
+ },
2979
+ deletionTime: {
2980
+ type: 'string',
2981
+ format: 'date-time',
2982
+ nullable: true
2983
+ },
2779
2984
  areaCode: {
2780
2985
  type: 'string',
2781
2986
  nullable: true
@@ -2797,7 +3002,7 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_EntityInformation
2797
3002
  },
2798
3003
  nullable: true
2799
3004
  },
2800
- address: {
3005
+ addresses: {
2801
3006
  type: 'array',
2802
3007
  items: {
2803
3008
  type: 'object',
@@ -2876,7 +3081,7 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_EntityInformation
2876
3081
  },
2877
3082
  nullable: true
2878
3083
  },
2879
- email: {
3084
+ emails: {
2880
3085
  type: 'array',
2881
3086
  items: {
2882
3087
  type: 'object',
@@ -2904,13 +3109,26 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_EntityInformation
2904
3109
  format: 'uuid',
2905
3110
  nullable: true
2906
3111
  },
2907
- contactInformationTypeId: {
3112
+ isDeleted: {
3113
+ type: 'boolean'
3114
+ },
3115
+ deleterId: {
2908
3116
  type: 'string',
2909
- format: 'uuid'
3117
+ format: 'uuid',
3118
+ nullable: true
3119
+ },
3120
+ deletionTime: {
3121
+ type: 'string',
3122
+ format: 'date-time',
3123
+ nullable: true
2910
3124
  },
2911
3125
  emailAddress: {
2912
3126
  type: 'string',
2913
3127
  nullable: true
3128
+ },
3129
+ contactInformationTypeId: {
3130
+ type: 'string',
3131
+ format: 'uuid'
2914
3132
  }
2915
3133
  },
2916
3134
  additionalProperties: false
@@ -2919,14 +3137,6 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_EntityInformation
2919
3137
  }
2920
3138
  },
2921
3139
  additionalProperties: false
2922
- },
2923
- entityInformationTypeId: {
2924
- type: 'string',
2925
- format: 'uuid'
2926
- },
2927
- contactInformationId: {
2928
- type: 'string',
2929
- format: 'uuid'
2930
3140
  }
2931
3141
  },
2932
3142
  additionalProperties: false
@@ -3047,14 +3257,37 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_EntityInformation
3047
3257
  type: 'string',
3048
3258
  format: 'uuid'
3049
3259
  },
3050
- partyId: {
3260
+ creationTime: {
3051
3261
  type: 'string',
3052
- format: 'uuid'
3262
+ format: 'date-time'
3053
3263
  },
3054
- partType: {
3055
- enum: [0, 1],
3056
- type: 'integer',
3057
- format: 'int32'
3264
+ creatorId: {
3265
+ type: 'string',
3266
+ format: 'uuid',
3267
+ nullable: true
3268
+ },
3269
+ lastModificationTime: {
3270
+ type: 'string',
3271
+ format: 'date-time',
3272
+ nullable: true
3273
+ },
3274
+ lastModifierId: {
3275
+ type: 'string',
3276
+ format: 'uuid',
3277
+ nullable: true
3278
+ },
3279
+ isDeleted: {
3280
+ type: 'boolean'
3281
+ },
3282
+ deleterId: {
3283
+ type: 'string',
3284
+ format: 'uuid',
3285
+ nullable: true
3286
+ },
3287
+ deletionTime: {
3288
+ type: 'string',
3289
+ format: 'date-time',
3290
+ nullable: true
3058
3291
  },
3059
3292
  startDate: {
3060
3293
  type: 'string',
@@ -3064,7 +3297,7 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_EntityInformation
3064
3297
  type: 'string',
3065
3298
  format: 'date-time'
3066
3299
  },
3067
- telephone: {
3300
+ telephones: {
3068
3301
  type: 'array',
3069
3302
  items: {
3070
3303
  type: 'object',
@@ -3092,6 +3325,19 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_EntityInformation
3092
3325
  format: 'uuid',
3093
3326
  nullable: true
3094
3327
  },
3328
+ isDeleted: {
3329
+ type: 'boolean'
3330
+ },
3331
+ deleterId: {
3332
+ type: 'string',
3333
+ format: 'uuid',
3334
+ nullable: true
3335
+ },
3336
+ deletionTime: {
3337
+ type: 'string',
3338
+ format: 'date-time',
3339
+ nullable: true
3340
+ },
3095
3341
  areaCode: {
3096
3342
  type: 'string',
3097
3343
  nullable: true
@@ -3113,7 +3359,7 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_EntityInformation
3113
3359
  },
3114
3360
  nullable: true
3115
3361
  },
3116
- address: {
3362
+ addresses: {
3117
3363
  type: 'array',
3118
3364
  items: {
3119
3365
  type: 'object',
@@ -3192,7 +3438,7 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_EntityInformation
3192
3438
  },
3193
3439
  nullable: true
3194
3440
  },
3195
- email: {
3441
+ emails: {
3196
3442
  type: 'array',
3197
3443
  items: {
3198
3444
  type: 'object',
@@ -3220,13 +3466,26 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_EntityInformation
3220
3466
  format: 'uuid',
3221
3467
  nullable: true
3222
3468
  },
3223
- contactInformationTypeId: {
3469
+ isDeleted: {
3470
+ type: 'boolean'
3471
+ },
3472
+ deleterId: {
3224
3473
  type: 'string',
3225
- format: 'uuid'
3474
+ format: 'uuid',
3475
+ nullable: true
3476
+ },
3477
+ deletionTime: {
3478
+ type: 'string',
3479
+ format: 'date-time',
3480
+ nullable: true
3226
3481
  },
3227
3482
  emailAddress: {
3228
3483
  type: 'string',
3229
3484
  nullable: true
3485
+ },
3486
+ contactInformationTypeId: {
3487
+ type: 'string',
3488
+ format: 'uuid'
3230
3489
  }
3231
3490
  },
3232
3491
  additionalProperties: false
@@ -3264,6 +3523,19 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_EntityInformation
3264
3523
  format: 'uuid',
3265
3524
  nullable: true
3266
3525
  },
3526
+ isDeleted: {
3527
+ type: 'boolean'
3528
+ },
3529
+ deleterId: {
3530
+ type: 'string',
3531
+ format: 'uuid',
3532
+ nullable: true
3533
+ },
3534
+ deletionTime: {
3535
+ type: 'string',
3536
+ format: 'date-time',
3537
+ nullable: true
3538
+ },
3267
3539
  individualId: {
3268
3540
  type: 'string',
3269
3541
  format: 'uuid'
@@ -3310,88 +3582,24 @@ export const $UpwithCrowd_BackerService_EntityInformationTypes_EntityInformation
3310
3582
  additionalProperties: false
3311
3583
  } as const;
3312
3584
 
3313
- export const $UpwithCrowd_BackerService_Individuals_CreateUpdateIndividualDto = {
3585
+ export const $UpwithCrowd_BackerService_Enums_AddressTypeCode = {
3586
+ enum: [0, 1],
3587
+ type: 'integer',
3588
+ format: 'int32'
3589
+ } as const;
3590
+
3591
+ export const $UpwithCrowd_BackerService_Individuals_CreateIndividualDto = {
3314
3592
  type: 'object',
3315
3593
  properties: {
3316
- id: {
3317
- type: 'string',
3318
- format: 'uuid'
3319
- },
3320
- creationTime: {
3321
- type: 'string',
3322
- format: 'date-time'
3323
- },
3324
- creatorId: {
3325
- type: 'string',
3326
- format: 'uuid',
3327
- nullable: true
3328
- },
3329
- lastModificationTime: {
3330
- type: 'string',
3331
- format: 'date-time',
3332
- nullable: true
3333
- },
3334
- lastModifierId: {
3335
- type: 'string',
3336
- format: 'uuid',
3337
- nullable: true
3338
- },
3339
- isDeleted: {
3340
- type: 'boolean'
3341
- },
3342
- deleterId: {
3343
- type: 'string',
3344
- format: 'uuid',
3345
- nullable: true
3346
- },
3347
- deletionTime: {
3348
- type: 'string',
3349
- format: 'date-time',
3350
- nullable: true
3594
+ extraProperties: {
3595
+ type: 'object',
3596
+ additionalProperties: {},
3597
+ nullable: true,
3598
+ readOnly: true
3351
3599
  },
3352
3600
  name: {
3353
3601
  type: 'object',
3354
3602
  properties: {
3355
- id: {
3356
- type: 'string',
3357
- format: 'uuid'
3358
- },
3359
- creationTime: {
3360
- type: 'string',
3361
- format: 'date-time'
3362
- },
3363
- creatorId: {
3364
- type: 'string',
3365
- format: 'uuid',
3366
- nullable: true
3367
- },
3368
- lastModificationTime: {
3369
- type: 'string',
3370
- format: 'date-time',
3371
- nullable: true
3372
- },
3373
- lastModifierId: {
3374
- type: 'string',
3375
- format: 'uuid',
3376
- nullable: true
3377
- },
3378
- isDeleted: {
3379
- type: 'boolean'
3380
- },
3381
- deleterId: {
3382
- type: 'string',
3383
- format: 'uuid',
3384
- nullable: true
3385
- },
3386
- deletionTime: {
3387
- type: 'string',
3388
- format: 'date-time',
3389
- nullable: true
3390
- },
3391
- individualId: {
3392
- type: 'string',
3393
- format: 'uuid'
3394
- },
3395
3603
  salutation: {
3396
3604
  type: 'string',
3397
3605
  nullable: true
@@ -3418,54 +3626,30 @@ export const $UpwithCrowd_BackerService_Individuals_CreateUpdateIndividualDto =
3418
3626
  contactInformation: {
3419
3627
  type: 'object',
3420
3628
  properties: {
3421
- id: {
3422
- type: 'string',
3423
- format: 'uuid'
3424
- },
3425
- partyId: {
3426
- type: 'string',
3427
- format: 'uuid'
3428
- },
3429
- partType: {
3430
- enum: [0, 1],
3431
- type: 'integer',
3432
- format: 'int32'
3433
- },
3434
- startDate: {
3435
- type: 'string',
3436
- format: 'date-time'
3437
- },
3438
- endDate: {
3439
- type: 'string',
3440
- format: 'date-time'
3441
- },
3442
- telephone: {
3443
- type: 'array',
3444
- items: {
3445
- type: 'object',
3446
- properties: {
3447
- id: {
3448
- type: 'string',
3449
- format: 'uuid'
3450
- },
3451
- creationTime: {
3452
- type: 'string',
3453
- format: 'date-time'
3454
- },
3455
- creatorId: {
3456
- type: 'string',
3457
- format: 'uuid',
3458
- nullable: true
3459
- },
3460
- lastModificationTime: {
3461
- type: 'string',
3462
- format: 'date-time',
3463
- nullable: true
3464
- },
3465
- lastModifierId: {
3466
- type: 'string',
3467
- format: 'uuid',
3468
- nullable: true
3629
+ extraProperties: {
3630
+ type: 'object',
3631
+ additionalProperties: {},
3632
+ nullable: true,
3633
+ readOnly: true
3634
+ },
3635
+ startDate: {
3636
+ type: 'string',
3637
+ format: 'date-time'
3638
+ },
3639
+ endDate: {
3640
+ type: 'string',
3641
+ format: 'date-time'
3642
+ },
3643
+ telephones: {
3644
+ type: 'array',
3645
+ items: {
3646
+ type: 'object',
3647
+ properties: {
3648
+ extraProperties: {
3649
+ type: 'object',
3650
+ additionalProperties: {},
3651
+ nullable: true,
3652
+ readOnly: true
3469
3653
  },
3470
3654
  areaCode: {
3471
3655
  type: 'string',
@@ -3478,56 +3662,22 @@ export const $UpwithCrowd_BackerService_Individuals_CreateUpdateIndividualDto =
3478
3662
  ituCountryCode: {
3479
3663
  type: 'string',
3480
3664
  nullable: true
3481
- },
3482
- contactInformationTypeId: {
3483
- type: 'string',
3484
- format: 'uuid'
3485
3665
  }
3486
3666
  },
3487
3667
  additionalProperties: false
3488
3668
  },
3489
3669
  nullable: true
3490
3670
  },
3491
- address: {
3671
+ addresses: {
3492
3672
  type: 'array',
3493
3673
  items: {
3494
3674
  type: 'object',
3495
3675
  properties: {
3496
- id: {
3497
- type: 'string',
3498
- format: 'uuid'
3499
- },
3500
- creationTime: {
3501
- type: 'string',
3502
- format: 'date-time'
3503
- },
3504
- creatorId: {
3505
- type: 'string',
3506
- format: 'uuid',
3507
- nullable: true
3508
- },
3509
- lastModificationTime: {
3510
- type: 'string',
3511
- format: 'date-time',
3512
- nullable: true
3513
- },
3514
- lastModifierId: {
3515
- type: 'string',
3516
- format: 'uuid',
3517
- nullable: true
3518
- },
3519
- isDeleted: {
3520
- type: 'boolean'
3521
- },
3522
- deleterId: {
3523
- type: 'string',
3524
- format: 'uuid',
3525
- nullable: true
3526
- },
3527
- deletionTime: {
3528
- type: 'string',
3529
- format: 'date-time',
3530
- nullable: true
3676
+ extraProperties: {
3677
+ type: 'object',
3678
+ additionalProperties: {},
3679
+ nullable: true,
3680
+ readOnly: true
3531
3681
  },
3532
3682
  typeCode: {
3533
3683
  enum: [0, 1],
@@ -3557,47 +3707,22 @@ export const $UpwithCrowd_BackerService_Individuals_CreateUpdateIndividualDto =
3557
3707
  fullAddress: {
3558
3708
  type: 'string',
3559
3709
  nullable: true
3560
- },
3561
- contactInformationTypeId: {
3562
- type: 'string',
3563
- format: 'uuid'
3564
3710
  }
3565
3711
  },
3566
3712
  additionalProperties: false
3567
3713
  },
3568
3714
  nullable: true
3569
3715
  },
3570
- email: {
3716
+ emails: {
3571
3717
  type: 'array',
3572
3718
  items: {
3573
3719
  type: 'object',
3574
3720
  properties: {
3575
- id: {
3576
- type: 'string',
3577
- format: 'uuid'
3578
- },
3579
- creationTime: {
3580
- type: 'string',
3581
- format: 'date-time'
3582
- },
3583
- creatorId: {
3584
- type: 'string',
3585
- format: 'uuid',
3586
- nullable: true
3587
- },
3588
- lastModificationTime: {
3589
- type: 'string',
3590
- format: 'date-time',
3591
- nullable: true
3592
- },
3593
- lastModifierId: {
3594
- type: 'string',
3595
- format: 'uuid',
3596
- nullable: true
3597
- },
3598
- contactInformationTypeId: {
3599
- type: 'string',
3600
- format: 'uuid'
3721
+ extraProperties: {
3722
+ type: 'object',
3723
+ additionalProperties: {},
3724
+ nullable: true,
3725
+ readOnly: true
3601
3726
  },
3602
3727
  emailAddress: {
3603
3728
  type: 'string',
@@ -3611,38 +3736,11 @@ export const $UpwithCrowd_BackerService_Individuals_CreateUpdateIndividualDto =
3611
3736
  },
3612
3737
  additionalProperties: false
3613
3738
  },
3614
- personalSummary: {
3739
+ personalSummaries: {
3615
3740
  type: 'array',
3616
3741
  items: {
3617
3742
  type: 'object',
3618
3743
  properties: {
3619
- id: {
3620
- type: 'string',
3621
- format: 'uuid'
3622
- },
3623
- creationTime: {
3624
- type: 'string',
3625
- format: 'date-time'
3626
- },
3627
- creatorId: {
3628
- type: 'string',
3629
- format: 'uuid',
3630
- nullable: true
3631
- },
3632
- lastModificationTime: {
3633
- type: 'string',
3634
- format: 'date-time',
3635
- nullable: true
3636
- },
3637
- lastModifierId: {
3638
- type: 'string',
3639
- format: 'uuid',
3640
- nullable: true
3641
- },
3642
- individualId: {
3643
- type: 'string',
3644
- format: 'uuid'
3645
- },
3646
3744
  date: {
3647
3745
  type: 'string',
3648
3746
  format: 'date-time'
@@ -3667,14 +3765,6 @@ export const $UpwithCrowd_BackerService_Individuals_CreateUpdateIndividualDto =
3667
3765
  additionalProperties: false
3668
3766
  },
3669
3767
  nullable: true
3670
- },
3671
- entityInformationTypeId: {
3672
- type: 'string',
3673
- format: 'uuid'
3674
- },
3675
- contactInformationId: {
3676
- type: 'string',
3677
- format: 'uuid'
3678
3768
  }
3679
3769
  },
3680
3770
  additionalProperties: false
@@ -3792,14 +3882,37 @@ export const $UpwithCrowd_BackerService_Individuals_IndividualDto = {
3792
3882
  type: 'string',
3793
3883
  format: 'uuid'
3794
3884
  },
3795
- partyId: {
3885
+ creationTime: {
3796
3886
  type: 'string',
3797
- format: 'uuid'
3887
+ format: 'date-time'
3888
+ },
3889
+ creatorId: {
3890
+ type: 'string',
3891
+ format: 'uuid',
3892
+ nullable: true
3893
+ },
3894
+ lastModificationTime: {
3895
+ type: 'string',
3896
+ format: 'date-time',
3897
+ nullable: true
3798
3898
  },
3799
- partType: {
3800
- enum: [0, 1],
3801
- type: 'integer',
3802
- format: 'int32'
3899
+ lastModifierId: {
3900
+ type: 'string',
3901
+ format: 'uuid',
3902
+ nullable: true
3903
+ },
3904
+ isDeleted: {
3905
+ type: 'boolean'
3906
+ },
3907
+ deleterId: {
3908
+ type: 'string',
3909
+ format: 'uuid',
3910
+ nullable: true
3911
+ },
3912
+ deletionTime: {
3913
+ type: 'string',
3914
+ format: 'date-time',
3915
+ nullable: true
3803
3916
  },
3804
3917
  startDate: {
3805
3918
  type: 'string',
@@ -3809,7 +3922,7 @@ export const $UpwithCrowd_BackerService_Individuals_IndividualDto = {
3809
3922
  type: 'string',
3810
3923
  format: 'date-time'
3811
3924
  },
3812
- telephone: {
3925
+ telephones: {
3813
3926
  type: 'array',
3814
3927
  items: {
3815
3928
  type: 'object',
@@ -3837,6 +3950,19 @@ export const $UpwithCrowd_BackerService_Individuals_IndividualDto = {
3837
3950
  format: 'uuid',
3838
3951
  nullable: true
3839
3952
  },
3953
+ isDeleted: {
3954
+ type: 'boolean'
3955
+ },
3956
+ deleterId: {
3957
+ type: 'string',
3958
+ format: 'uuid',
3959
+ nullable: true
3960
+ },
3961
+ deletionTime: {
3962
+ type: 'string',
3963
+ format: 'date-time',
3964
+ nullable: true
3965
+ },
3840
3966
  areaCode: {
3841
3967
  type: 'string',
3842
3968
  nullable: true
@@ -3858,7 +3984,7 @@ export const $UpwithCrowd_BackerService_Individuals_IndividualDto = {
3858
3984
  },
3859
3985
  nullable: true
3860
3986
  },
3861
- address: {
3987
+ addresses: {
3862
3988
  type: 'array',
3863
3989
  items: {
3864
3990
  type: 'object',
@@ -3937,7 +4063,7 @@ export const $UpwithCrowd_BackerService_Individuals_IndividualDto = {
3937
4063
  },
3938
4064
  nullable: true
3939
4065
  },
3940
- email: {
4066
+ emails: {
3941
4067
  type: 'array',
3942
4068
  items: {
3943
4069
  type: 'object',
@@ -3965,13 +4091,26 @@ export const $UpwithCrowd_BackerService_Individuals_IndividualDto = {
3965
4091
  format: 'uuid',
3966
4092
  nullable: true
3967
4093
  },
3968
- contactInformationTypeId: {
4094
+ isDeleted: {
4095
+ type: 'boolean'
4096
+ },
4097
+ deleterId: {
3969
4098
  type: 'string',
3970
- format: 'uuid'
4099
+ format: 'uuid',
4100
+ nullable: true
4101
+ },
4102
+ deletionTime: {
4103
+ type: 'string',
4104
+ format: 'date-time',
4105
+ nullable: true
3971
4106
  },
3972
4107
  emailAddress: {
3973
4108
  type: 'string',
3974
4109
  nullable: true
4110
+ },
4111
+ contactInformationTypeId: {
4112
+ type: 'string',
4113
+ format: 'uuid'
3975
4114
  }
3976
4115
  },
3977
4116
  additionalProperties: false
@@ -4009,6 +4148,19 @@ export const $UpwithCrowd_BackerService_Individuals_IndividualDto = {
4009
4148
  format: 'uuid',
4010
4149
  nullable: true
4011
4150
  },
4151
+ isDeleted: {
4152
+ type: 'boolean'
4153
+ },
4154
+ deleterId: {
4155
+ type: 'string',
4156
+ format: 'uuid',
4157
+ nullable: true
4158
+ },
4159
+ deletionTime: {
4160
+ type: 'string',
4161
+ format: 'date-time',
4162
+ nullable: true
4163
+ },
4012
4164
  individualId: {
4013
4165
  type: 'string',
4014
4166
  format: 'uuid'
@@ -4050,7 +4202,34 @@ export const $UpwithCrowd_BackerService_Individuals_IndividualDto = {
4050
4202
  additionalProperties: false
4051
4203
  } as const;
4052
4204
 
4053
- export const $UpwithCrowd_BackerService_Organizations_CreateUpdateOrganizationDto = {
4205
+ export const $UpwithCrowd_BackerService_NameCommonDatas_CreateNameCommonDataDto = {
4206
+ type: 'object',
4207
+ properties: {
4208
+ salutation: {
4209
+ type: 'string',
4210
+ nullable: true
4211
+ },
4212
+ name: {
4213
+ type: 'string',
4214
+ nullable: true
4215
+ },
4216
+ suffix: {
4217
+ type: 'string',
4218
+ nullable: true
4219
+ },
4220
+ mailingName: {
4221
+ type: 'string',
4222
+ nullable: true
4223
+ },
4224
+ officialName: {
4225
+ type: 'string',
4226
+ nullable: true
4227
+ }
4228
+ },
4229
+ additionalProperties: false
4230
+ } as const;
4231
+
4232
+ export const $UpwithCrowd_BackerService_NameCommonDatas_NameCommonDataDto = {
4054
4233
  type: 'object',
4055
4234
  properties: {
4056
4235
  id: {
@@ -4086,8 +4265,45 @@ export const $UpwithCrowd_BackerService_Organizations_CreateUpdateOrganizationDt
4086
4265
  },
4087
4266
  deletionTime: {
4088
4267
  type: 'string',
4089
- format: 'date-time',
4268
+ format: 'date-time',
4269
+ nullable: true
4270
+ },
4271
+ individualId: {
4272
+ type: 'string',
4273
+ format: 'uuid'
4274
+ },
4275
+ salutation: {
4276
+ type: 'string',
4277
+ nullable: true
4278
+ },
4279
+ name: {
4280
+ type: 'string',
4281
+ nullable: true
4282
+ },
4283
+ suffix: {
4284
+ type: 'string',
4285
+ nullable: true
4286
+ },
4287
+ mailingName: {
4288
+ type: 'string',
4289
+ nullable: true
4290
+ },
4291
+ officialName: {
4292
+ type: 'string',
4090
4293
  nullable: true
4294
+ }
4295
+ },
4296
+ additionalProperties: false
4297
+ } as const;
4298
+
4299
+ export const $UpwithCrowd_BackerService_Organizations_CreateOrganizationDto = {
4300
+ type: 'object',
4301
+ properties: {
4302
+ extraProperties: {
4303
+ type: 'object',
4304
+ additionalProperties: {},
4305
+ nullable: true,
4306
+ readOnly: true
4091
4307
  },
4092
4308
  name: {
4093
4309
  type: 'string',
@@ -4101,21 +4317,18 @@ export const $UpwithCrowd_BackerService_Organizations_CreateUpdateOrganizationDt
4101
4317
  type: 'string',
4102
4318
  nullable: true
4103
4319
  },
4320
+ customerNumber: {
4321
+ type: 'string',
4322
+ nullable: true
4323
+ },
4104
4324
  contactInformation: {
4105
4325
  type: 'object',
4106
4326
  properties: {
4107
- id: {
4108
- type: 'string',
4109
- format: 'uuid'
4110
- },
4111
- partyId: {
4112
- type: 'string',
4113
- format: 'uuid'
4114
- },
4115
- partType: {
4116
- enum: [0, 1],
4117
- type: 'integer',
4118
- format: 'int32'
4327
+ extraProperties: {
4328
+ type: 'object',
4329
+ additionalProperties: {},
4330
+ nullable: true,
4331
+ readOnly: true
4119
4332
  },
4120
4333
  startDate: {
4121
4334
  type: 'string',
@@ -4125,33 +4338,16 @@ export const $UpwithCrowd_BackerService_Organizations_CreateUpdateOrganizationDt
4125
4338
  type: 'string',
4126
4339
  format: 'date-time'
4127
4340
  },
4128
- telephone: {
4341
+ telephones: {
4129
4342
  type: 'array',
4130
4343
  items: {
4131
4344
  type: 'object',
4132
4345
  properties: {
4133
- id: {
4134
- type: 'string',
4135
- format: 'uuid'
4136
- },
4137
- creationTime: {
4138
- type: 'string',
4139
- format: 'date-time'
4140
- },
4141
- creatorId: {
4142
- type: 'string',
4143
- format: 'uuid',
4144
- nullable: true
4145
- },
4146
- lastModificationTime: {
4147
- type: 'string',
4148
- format: 'date-time',
4149
- nullable: true
4150
- },
4151
- lastModifierId: {
4152
- type: 'string',
4153
- format: 'uuid',
4154
- nullable: true
4346
+ extraProperties: {
4347
+ type: 'object',
4348
+ additionalProperties: {},
4349
+ nullable: true,
4350
+ readOnly: true
4155
4351
  },
4156
4352
  areaCode: {
4157
4353
  type: 'string',
@@ -4164,56 +4360,22 @@ export const $UpwithCrowd_BackerService_Organizations_CreateUpdateOrganizationDt
4164
4360
  ituCountryCode: {
4165
4361
  type: 'string',
4166
4362
  nullable: true
4167
- },
4168
- contactInformationTypeId: {
4169
- type: 'string',
4170
- format: 'uuid'
4171
4363
  }
4172
4364
  },
4173
4365
  additionalProperties: false
4174
4366
  },
4175
4367
  nullable: true
4176
4368
  },
4177
- address: {
4369
+ addresses: {
4178
4370
  type: 'array',
4179
4371
  items: {
4180
4372
  type: 'object',
4181
4373
  properties: {
4182
- id: {
4183
- type: 'string',
4184
- format: 'uuid'
4185
- },
4186
- creationTime: {
4187
- type: 'string',
4188
- format: 'date-time'
4189
- },
4190
- creatorId: {
4191
- type: 'string',
4192
- format: 'uuid',
4193
- nullable: true
4194
- },
4195
- lastModificationTime: {
4196
- type: 'string',
4197
- format: 'date-time',
4198
- nullable: true
4199
- },
4200
- lastModifierId: {
4201
- type: 'string',
4202
- format: 'uuid',
4203
- nullable: true
4204
- },
4205
- isDeleted: {
4206
- type: 'boolean'
4207
- },
4208
- deleterId: {
4209
- type: 'string',
4210
- format: 'uuid',
4211
- nullable: true
4212
- },
4213
- deletionTime: {
4214
- type: 'string',
4215
- format: 'date-time',
4216
- nullable: true
4374
+ extraProperties: {
4375
+ type: 'object',
4376
+ additionalProperties: {},
4377
+ nullable: true,
4378
+ readOnly: true
4217
4379
  },
4218
4380
  typeCode: {
4219
4381
  enum: [0, 1],
@@ -4243,47 +4405,22 @@ export const $UpwithCrowd_BackerService_Organizations_CreateUpdateOrganizationDt
4243
4405
  fullAddress: {
4244
4406
  type: 'string',
4245
4407
  nullable: true
4246
- },
4247
- contactInformationTypeId: {
4248
- type: 'string',
4249
- format: 'uuid'
4250
4408
  }
4251
4409
  },
4252
4410
  additionalProperties: false
4253
4411
  },
4254
4412
  nullable: true
4255
4413
  },
4256
- email: {
4414
+ emails: {
4257
4415
  type: 'array',
4258
4416
  items: {
4259
4417
  type: 'object',
4260
4418
  properties: {
4261
- id: {
4262
- type: 'string',
4263
- format: 'uuid'
4264
- },
4265
- creationTime: {
4266
- type: 'string',
4267
- format: 'date-time'
4268
- },
4269
- creatorId: {
4270
- type: 'string',
4271
- format: 'uuid',
4272
- nullable: true
4273
- },
4274
- lastModificationTime: {
4275
- type: 'string',
4276
- format: 'date-time',
4277
- nullable: true
4278
- },
4279
- lastModifierId: {
4280
- type: 'string',
4281
- format: 'uuid',
4282
- nullable: true
4283
- },
4284
- contactInformationTypeId: {
4285
- type: 'string',
4286
- format: 'uuid'
4419
+ extraProperties: {
4420
+ type: 'object',
4421
+ additionalProperties: {},
4422
+ nullable: true,
4423
+ readOnly: true
4287
4424
  },
4288
4425
  emailAddress: {
4289
4426
  type: 'string',
@@ -4296,14 +4433,6 @@ export const $UpwithCrowd_BackerService_Organizations_CreateUpdateOrganizationDt
4296
4433
  }
4297
4434
  },
4298
4435
  additionalProperties: false
4299
- },
4300
- entityInformationTypeId: {
4301
- type: 'string',
4302
- format: 'uuid'
4303
- },
4304
- contactInformationId: {
4305
- type: 'string',
4306
- format: 'uuid'
4307
4436
  }
4308
4437
  },
4309
4438
  additionalProperties: false
@@ -4367,14 +4496,37 @@ export const $UpwithCrowd_BackerService_Organizations_OrganizationDto = {
4367
4496
  type: 'string',
4368
4497
  format: 'uuid'
4369
4498
  },
4370
- partyId: {
4499
+ creationTime: {
4371
4500
  type: 'string',
4372
- format: 'uuid'
4501
+ format: 'date-time'
4502
+ },
4503
+ creatorId: {
4504
+ type: 'string',
4505
+ format: 'uuid',
4506
+ nullable: true
4507
+ },
4508
+ lastModificationTime: {
4509
+ type: 'string',
4510
+ format: 'date-time',
4511
+ nullable: true
4512
+ },
4513
+ lastModifierId: {
4514
+ type: 'string',
4515
+ format: 'uuid',
4516
+ nullable: true
4517
+ },
4518
+ isDeleted: {
4519
+ type: 'boolean'
4520
+ },
4521
+ deleterId: {
4522
+ type: 'string',
4523
+ format: 'uuid',
4524
+ nullable: true
4373
4525
  },
4374
- partType: {
4375
- enum: [0, 1],
4376
- type: 'integer',
4377
- format: 'int32'
4526
+ deletionTime: {
4527
+ type: 'string',
4528
+ format: 'date-time',
4529
+ nullable: true
4378
4530
  },
4379
4531
  startDate: {
4380
4532
  type: 'string',
@@ -4384,7 +4536,7 @@ export const $UpwithCrowd_BackerService_Organizations_OrganizationDto = {
4384
4536
  type: 'string',
4385
4537
  format: 'date-time'
4386
4538
  },
4387
- telephone: {
4539
+ telephones: {
4388
4540
  type: 'array',
4389
4541
  items: {
4390
4542
  type: 'object',
@@ -4412,6 +4564,19 @@ export const $UpwithCrowd_BackerService_Organizations_OrganizationDto = {
4412
4564
  format: 'uuid',
4413
4565
  nullable: true
4414
4566
  },
4567
+ isDeleted: {
4568
+ type: 'boolean'
4569
+ },
4570
+ deleterId: {
4571
+ type: 'string',
4572
+ format: 'uuid',
4573
+ nullable: true
4574
+ },
4575
+ deletionTime: {
4576
+ type: 'string',
4577
+ format: 'date-time',
4578
+ nullable: true
4579
+ },
4415
4580
  areaCode: {
4416
4581
  type: 'string',
4417
4582
  nullable: true
@@ -4433,7 +4598,7 @@ export const $UpwithCrowd_BackerService_Organizations_OrganizationDto = {
4433
4598
  },
4434
4599
  nullable: true
4435
4600
  },
4436
- address: {
4601
+ addresses: {
4437
4602
  type: 'array',
4438
4603
  items: {
4439
4604
  type: 'object',
@@ -4512,7 +4677,7 @@ export const $UpwithCrowd_BackerService_Organizations_OrganizationDto = {
4512
4677
  },
4513
4678
  nullable: true
4514
4679
  },
4515
- email: {
4680
+ emails: {
4516
4681
  type: 'array',
4517
4682
  items: {
4518
4683
  type: 'object',
@@ -4540,13 +4705,26 @@ export const $UpwithCrowd_BackerService_Organizations_OrganizationDto = {
4540
4705
  format: 'uuid',
4541
4706
  nullable: true
4542
4707
  },
4543
- contactInformationTypeId: {
4708
+ isDeleted: {
4709
+ type: 'boolean'
4710
+ },
4711
+ deleterId: {
4544
4712
  type: 'string',
4545
- format: 'uuid'
4713
+ format: 'uuid',
4714
+ nullable: true
4715
+ },
4716
+ deletionTime: {
4717
+ type: 'string',
4718
+ format: 'date-time',
4719
+ nullable: true
4546
4720
  },
4547
4721
  emailAddress: {
4548
4722
  type: 'string',
4549
4723
  nullable: true
4724
+ },
4725
+ contactInformationTypeId: {
4726
+ type: 'string',
4727
+ format: 'uuid'
4550
4728
  }
4551
4729
  },
4552
4730
  additionalProperties: false
@@ -4555,12 +4733,182 @@ export const $UpwithCrowd_BackerService_Organizations_OrganizationDto = {
4555
4733
  }
4556
4734
  },
4557
4735
  additionalProperties: false
4736
+ }
4737
+ },
4738
+ additionalProperties: false
4739
+ } as const;
4740
+
4741
+ export const $UpwithCrowd_BackerService_PersonalSummaries_CreatePersonalSummaryDto = {
4742
+ type: 'object',
4743
+ properties: {
4744
+ date: {
4745
+ type: 'string',
4746
+ format: 'date-time'
4747
+ },
4748
+ birthDate: {
4749
+ type: 'string',
4750
+ format: 'date-time'
4751
+ },
4752
+ ethnicity: {
4753
+ type: 'string',
4754
+ nullable: true
4755
+ },
4756
+ maritalStatusCode: {
4757
+ type: 'string',
4758
+ nullable: true
4759
+ },
4760
+ religiousAffiliationName: {
4761
+ type: 'string',
4762
+ nullable: true
4763
+ }
4764
+ },
4765
+ additionalProperties: false
4766
+ } as const;
4767
+
4768
+ export const $UpwithCrowd_BackerService_PersonalSummaries_PersonalSummaryDto = {
4769
+ type: 'object',
4770
+ properties: {
4771
+ id: {
4772
+ type: 'string',
4773
+ format: 'uuid'
4774
+ },
4775
+ creationTime: {
4776
+ type: 'string',
4777
+ format: 'date-time'
4778
+ },
4779
+ creatorId: {
4780
+ type: 'string',
4781
+ format: 'uuid',
4782
+ nullable: true
4783
+ },
4784
+ lastModificationTime: {
4785
+ type: 'string',
4786
+ format: 'date-time',
4787
+ nullable: true
4788
+ },
4789
+ lastModifierId: {
4790
+ type: 'string',
4791
+ format: 'uuid',
4792
+ nullable: true
4793
+ },
4794
+ isDeleted: {
4795
+ type: 'boolean'
4558
4796
  },
4559
- entityInformationTypeId: {
4797
+ deleterId: {
4798
+ type: 'string',
4799
+ format: 'uuid',
4800
+ nullable: true
4801
+ },
4802
+ deletionTime: {
4803
+ type: 'string',
4804
+ format: 'date-time',
4805
+ nullable: true
4806
+ },
4807
+ individualId: {
4560
4808
  type: 'string',
4561
4809
  format: 'uuid'
4562
4810
  },
4563
- contactInformationId: {
4811
+ date: {
4812
+ type: 'string',
4813
+ format: 'date-time'
4814
+ },
4815
+ birthDate: {
4816
+ type: 'string',
4817
+ format: 'date-time'
4818
+ },
4819
+ ethnicity: {
4820
+ type: 'string',
4821
+ nullable: true
4822
+ },
4823
+ maritalStatusCode: {
4824
+ type: 'string',
4825
+ nullable: true
4826
+ },
4827
+ religiousAffiliationName: {
4828
+ type: 'string',
4829
+ nullable: true
4830
+ }
4831
+ },
4832
+ additionalProperties: false
4833
+ } as const;
4834
+
4835
+ export const $UpwithCrowd_BackerService_TelephoneTypes_CreateTelephoneTypeDto = {
4836
+ type: 'object',
4837
+ properties: {
4838
+ extraProperties: {
4839
+ type: 'object',
4840
+ additionalProperties: {},
4841
+ nullable: true,
4842
+ readOnly: true
4843
+ },
4844
+ areaCode: {
4845
+ type: 'string',
4846
+ nullable: true
4847
+ },
4848
+ localNumber: {
4849
+ type: 'string',
4850
+ nullable: true
4851
+ },
4852
+ ituCountryCode: {
4853
+ type: 'string',
4854
+ nullable: true
4855
+ }
4856
+ },
4857
+ additionalProperties: false
4858
+ } as const;
4859
+
4860
+ export const $UpwithCrowd_BackerService_TelephoneTypes_TelephoneTypeDto = {
4861
+ type: 'object',
4862
+ properties: {
4863
+ id: {
4864
+ type: 'string',
4865
+ format: 'uuid'
4866
+ },
4867
+ creationTime: {
4868
+ type: 'string',
4869
+ format: 'date-time'
4870
+ },
4871
+ creatorId: {
4872
+ type: 'string',
4873
+ format: 'uuid',
4874
+ nullable: true
4875
+ },
4876
+ lastModificationTime: {
4877
+ type: 'string',
4878
+ format: 'date-time',
4879
+ nullable: true
4880
+ },
4881
+ lastModifierId: {
4882
+ type: 'string',
4883
+ format: 'uuid',
4884
+ nullable: true
4885
+ },
4886
+ isDeleted: {
4887
+ type: 'boolean'
4888
+ },
4889
+ deleterId: {
4890
+ type: 'string',
4891
+ format: 'uuid',
4892
+ nullable: true
4893
+ },
4894
+ deletionTime: {
4895
+ type: 'string',
4896
+ format: 'date-time',
4897
+ nullable: true
4898
+ },
4899
+ areaCode: {
4900
+ type: 'string',
4901
+ nullable: true
4902
+ },
4903
+ localNumber: {
4904
+ type: 'string',
4905
+ nullable: true
4906
+ },
4907
+ ituCountryCode: {
4908
+ type: 'string',
4909
+ nullable: true
4910
+ },
4911
+ contactInformationTypeId: {
4564
4912
  type: 'string',
4565
4913
  format: 'uuid'
4566
4914
  }
@@ -4717,14 +5065,37 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UpwithCrowd_BackerServ
4717
5065
  type: 'string',
4718
5066
  format: 'uuid'
4719
5067
  },
4720
- partyId: {
5068
+ creationTime: {
4721
5069
  type: 'string',
4722
- format: 'uuid'
5070
+ format: 'date-time'
4723
5071
  },
4724
- partType: {
4725
- enum: [0, 1],
4726
- type: 'integer',
4727
- format: 'int32'
5072
+ creatorId: {
5073
+ type: 'string',
5074
+ format: 'uuid',
5075
+ nullable: true
5076
+ },
5077
+ lastModificationTime: {
5078
+ type: 'string',
5079
+ format: 'date-time',
5080
+ nullable: true
5081
+ },
5082
+ lastModifierId: {
5083
+ type: 'string',
5084
+ format: 'uuid',
5085
+ nullable: true
5086
+ },
5087
+ isDeleted: {
5088
+ type: 'boolean'
5089
+ },
5090
+ deleterId: {
5091
+ type: 'string',
5092
+ format: 'uuid',
5093
+ nullable: true
5094
+ },
5095
+ deletionTime: {
5096
+ type: 'string',
5097
+ format: 'date-time',
5098
+ nullable: true
4728
5099
  },
4729
5100
  startDate: {
4730
5101
  type: 'string',
@@ -4734,7 +5105,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UpwithCrowd_BackerServ
4734
5105
  type: 'string',
4735
5106
  format: 'date-time'
4736
5107
  },
4737
- telephone: {
5108
+ telephones: {
4738
5109
  type: 'array',
4739
5110
  items: {
4740
5111
  type: 'object',
@@ -4762,6 +5133,19 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UpwithCrowd_BackerServ
4762
5133
  format: 'uuid',
4763
5134
  nullable: true
4764
5135
  },
5136
+ isDeleted: {
5137
+ type: 'boolean'
5138
+ },
5139
+ deleterId: {
5140
+ type: 'string',
5141
+ format: 'uuid',
5142
+ nullable: true
5143
+ },
5144
+ deletionTime: {
5145
+ type: 'string',
5146
+ format: 'date-time',
5147
+ nullable: true
5148
+ },
4765
5149
  areaCode: {
4766
5150
  type: 'string',
4767
5151
  nullable: true
@@ -4783,7 +5167,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UpwithCrowd_BackerServ
4783
5167
  },
4784
5168
  nullable: true
4785
5169
  },
4786
- address: {
5170
+ addresses: {
4787
5171
  type: 'array',
4788
5172
  items: {
4789
5173
  type: 'object',
@@ -4862,7 +5246,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UpwithCrowd_BackerServ
4862
5246
  },
4863
5247
  nullable: true
4864
5248
  },
4865
- email: {
5249
+ emails: {
4866
5250
  type: 'array',
4867
5251
  items: {
4868
5252
  type: 'object',
@@ -4890,13 +5274,26 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UpwithCrowd_BackerServ
4890
5274
  format: 'uuid',
4891
5275
  nullable: true
4892
5276
  },
4893
- contactInformationTypeId: {
5277
+ isDeleted: {
5278
+ type: 'boolean'
5279
+ },
5280
+ deleterId: {
4894
5281
  type: 'string',
4895
- format: 'uuid'
5282
+ format: 'uuid',
5283
+ nullable: true
5284
+ },
5285
+ deletionTime: {
5286
+ type: 'string',
5287
+ format: 'date-time',
5288
+ nullable: true
4896
5289
  },
4897
5290
  emailAddress: {
4898
5291
  type: 'string',
4899
5292
  nullable: true
5293
+ },
5294
+ contactInformationTypeId: {
5295
+ type: 'string',
5296
+ format: 'uuid'
4900
5297
  }
4901
5298
  },
4902
5299
  additionalProperties: false
@@ -4905,14 +5302,6 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UpwithCrowd_BackerServ
4905
5302
  }
4906
5303
  },
4907
5304
  additionalProperties: false
4908
- },
4909
- entityInformationTypeId: {
4910
- type: 'string',
4911
- format: 'uuid'
4912
- },
4913
- contactInformationId: {
4914
- type: 'string',
4915
- format: 'uuid'
4916
5305
  }
4917
5306
  },
4918
5307
  additionalProperties: false
@@ -5033,14 +5422,37 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UpwithCrowd_BackerServ
5033
5422
  type: 'string',
5034
5423
  format: 'uuid'
5035
5424
  },
5036
- partyId: {
5425
+ creationTime: {
5037
5426
  type: 'string',
5038
- format: 'uuid'
5427
+ format: 'date-time'
5039
5428
  },
5040
- partType: {
5041
- enum: [0, 1],
5042
- type: 'integer',
5043
- format: 'int32'
5429
+ creatorId: {
5430
+ type: 'string',
5431
+ format: 'uuid',
5432
+ nullable: true
5433
+ },
5434
+ lastModificationTime: {
5435
+ type: 'string',
5436
+ format: 'date-time',
5437
+ nullable: true
5438
+ },
5439
+ lastModifierId: {
5440
+ type: 'string',
5441
+ format: 'uuid',
5442
+ nullable: true
5443
+ },
5444
+ isDeleted: {
5445
+ type: 'boolean'
5446
+ },
5447
+ deleterId: {
5448
+ type: 'string',
5449
+ format: 'uuid',
5450
+ nullable: true
5451
+ },
5452
+ deletionTime: {
5453
+ type: 'string',
5454
+ format: 'date-time',
5455
+ nullable: true
5044
5456
  },
5045
5457
  startDate: {
5046
5458
  type: 'string',
@@ -5050,7 +5462,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UpwithCrowd_BackerServ
5050
5462
  type: 'string',
5051
5463
  format: 'date-time'
5052
5464
  },
5053
- telephone: {
5465
+ telephones: {
5054
5466
  type: 'array',
5055
5467
  items: {
5056
5468
  type: 'object',
@@ -5078,6 +5490,19 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UpwithCrowd_BackerServ
5078
5490
  format: 'uuid',
5079
5491
  nullable: true
5080
5492
  },
5493
+ isDeleted: {
5494
+ type: 'boolean'
5495
+ },
5496
+ deleterId: {
5497
+ type: 'string',
5498
+ format: 'uuid',
5499
+ nullable: true
5500
+ },
5501
+ deletionTime: {
5502
+ type: 'string',
5503
+ format: 'date-time',
5504
+ nullable: true
5505
+ },
5081
5506
  areaCode: {
5082
5507
  type: 'string',
5083
5508
  nullable: true
@@ -5099,7 +5524,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UpwithCrowd_BackerServ
5099
5524
  },
5100
5525
  nullable: true
5101
5526
  },
5102
- address: {
5527
+ addresses: {
5103
5528
  type: 'array',
5104
5529
  items: {
5105
5530
  type: 'object',
@@ -5178,7 +5603,7 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UpwithCrowd_BackerServ
5178
5603
  },
5179
5604
  nullable: true
5180
5605
  },
5181
- email: {
5606
+ emails: {
5182
5607
  type: 'array',
5183
5608
  items: {
5184
5609
  type: 'object',
@@ -5206,13 +5631,26 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UpwithCrowd_BackerServ
5206
5631
  format: 'uuid',
5207
5632
  nullable: true
5208
5633
  },
5209
- contactInformationTypeId: {
5634
+ isDeleted: {
5635
+ type: 'boolean'
5636
+ },
5637
+ deleterId: {
5210
5638
  type: 'string',
5211
- format: 'uuid'
5639
+ format: 'uuid',
5640
+ nullable: true
5641
+ },
5642
+ deletionTime: {
5643
+ type: 'string',
5644
+ format: 'date-time',
5645
+ nullable: true
5212
5646
  },
5213
5647
  emailAddress: {
5214
5648
  type: 'string',
5215
5649
  nullable: true
5650
+ },
5651
+ contactInformationTypeId: {
5652
+ type: 'string',
5653
+ format: 'uuid'
5216
5654
  }
5217
5655
  },
5218
5656
  additionalProperties: false
@@ -5250,6 +5688,19 @@ export const $Volo_Abp_Application_Dtos_PagedResultDto_1__UpwithCrowd_BackerServ
5250
5688
  format: 'uuid',
5251
5689
  nullable: true
5252
5690
  },
5691
+ isDeleted: {
5692
+ type: 'boolean'
5693
+ },
5694
+ deleterId: {
5695
+ type: 'string',
5696
+ format: 'uuid',
5697
+ nullable: true
5698
+ },
5699
+ deletionTime: {
5700
+ type: 'string',
5701
+ format: 'date-time',
5702
+ nullable: true
5703
+ },
5253
5704
  individualId: {
5254
5705
  type: 'string',
5255
5706
  format: 'uuid'