@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,10 +1,6 @@
1
1
  // This file is auto-generated by @hey-api/openapi-ts
2
2
 
3
- export type Ayasofyazilim_Shared_Common_AddressTypeCode = 0 | 1;
4
-
5
- export type Ayasofyazilim_Shared_Common_PartyTypeCode = 0 | 1;
6
-
7
- export type Ayasofyazilim_Shared_Dtos_Common_AddressTypeDto = {
3
+ export type UpwithCrowd_BackerService_AddressTypes_AddressTypeDto = {
8
4
  id?: string;
9
5
  creationTime?: string;
10
6
  creatorId?: string | null;
@@ -25,105 +21,17 @@ export type Ayasofyazilim_Shared_Dtos_Common_AddressTypeDto = {
25
21
 
26
22
  export type typeCode = 0 | 1;
27
23
 
28
- export type Ayasofyazilim_Shared_Dtos_Common_ContactInformationTypeDto = {
29
- id?: string;
30
- partyId?: string;
31
- partType?: 0 | 1;
32
- startDate?: string;
33
- endDate?: string;
34
- telephone?: Array<{
35
- id?: string;
36
- creationTime?: string;
37
- creatorId?: string | null;
38
- lastModificationTime?: string | null;
39
- lastModifierId?: string | null;
40
- areaCode?: string | null;
41
- localNumber?: string | null;
42
- ituCountryCode?: string | null;
43
- contactInformationTypeId?: string;
44
- }> | null;
45
- address?: Array<{
46
- id?: string;
47
- creationTime?: string;
48
- creatorId?: string | null;
49
- lastModificationTime?: string | null;
50
- lastModifierId?: string | null;
51
- isDeleted?: boolean;
52
- deleterId?: string | null;
53
- deletionTime?: string | null;
54
- typeCode?: 0 | 1;
55
- addressLine?: string | null;
56
- city?: string | null;
57
- terriority?: string | null;
58
- postalCode?: string | null;
59
- country?: string | null;
60
- fullAddress?: string | null;
61
- contactInformationTypeId?: string;
62
- }> | null;
63
- email?: Array<{
64
- id?: string;
65
- creationTime?: string;
66
- creatorId?: string | null;
67
- lastModificationTime?: string | null;
68
- lastModifierId?: string | null;
69
- contactInformationTypeId?: string;
70
- emailAddress?: string | null;
71
- }> | null;
72
- };
73
-
74
- export type partType = 0 | 1;
75
-
76
- export type Ayasofyazilim_Shared_Dtos_Common_EmailCommonDataDto = {
77
- id?: string;
78
- creationTime?: string;
79
- creatorId?: string | null;
80
- lastModificationTime?: string | null;
81
- lastModifierId?: string | null;
82
- contactInformationTypeId?: string;
83
- emailAddress?: string | null;
84
- };
85
-
86
- export type Ayasofyazilim_Shared_Dtos_Common_NameCommonDataDto = {
87
- id?: string;
88
- creationTime?: string;
89
- creatorId?: string | null;
90
- lastModificationTime?: string | null;
91
- lastModifierId?: string | null;
92
- isDeleted?: boolean;
93
- deleterId?: string | null;
94
- deletionTime?: string | null;
95
- individualId?: string;
96
- salutation?: string | null;
97
- name?: string | null;
98
- suffix?: string | null;
99
- mailingName?: string | null;
100
- officialName?: string | null;
101
- };
102
-
103
- export type Ayasofyazilim_Shared_Dtos_Common_TelephoneTypeDto = {
104
- id?: string;
105
- creationTime?: string;
106
- creatorId?: string | null;
107
- lastModificationTime?: string | null;
108
- lastModifierId?: string | null;
109
- areaCode?: string | null;
110
- localNumber?: string | null;
111
- ituCountryCode?: string | null;
112
- contactInformationTypeId?: string;
113
- };
114
-
115
- export type Ayasofyazilim_Shared_Dtos_Individual_PersonalSummaryDto = {
116
- id?: string;
117
- creationTime?: string;
118
- creatorId?: string | null;
119
- lastModificationTime?: string | null;
120
- lastModifierId?: string | null;
121
- individualId?: string;
122
- date?: string;
123
- birthDate?: string;
124
- ethnicity?: string | null;
125
- maritalStatusCode?: string | null;
126
- religiousAffiliationName?: string | null;
24
+ export type UpwithCrowd_BackerService_AddressTypes_CreateAddressTypeDto = {
25
+ readonly extraProperties?: {
26
+ [key: string]: unknown;
27
+ } | null;
28
+ typeCode?: 0 | 1;
29
+ addressLine?: string | null;
30
+ city?: string | null;
31
+ terriority?: string | null;
32
+ postalCode?: string | null;
33
+ country?: string | null;
34
+ fullAddress?: string | null;
127
35
  };
128
36
 
129
37
  export type UpwithCrowd_BackerService_Backers_BackerDto = {
@@ -159,22 +67,30 @@ export type UpwithCrowd_BackerService_Backers_BackerDto = {
159
67
  legalStatusCode?: string | null;
160
68
  contactInformation?: {
161
69
  id?: string;
162
- partyId?: string;
163
- partType?: 0 | 1;
70
+ creationTime?: string;
71
+ creatorId?: string | null;
72
+ lastModificationTime?: string | null;
73
+ lastModifierId?: string | null;
74
+ isDeleted?: boolean;
75
+ deleterId?: string | null;
76
+ deletionTime?: string | null;
164
77
  startDate?: string;
165
78
  endDate?: string;
166
- telephone?: Array<{
79
+ telephones?: Array<{
167
80
  id?: string;
168
81
  creationTime?: string;
169
82
  creatorId?: string | null;
170
83
  lastModificationTime?: string | null;
171
84
  lastModifierId?: string | null;
85
+ isDeleted?: boolean;
86
+ deleterId?: string | null;
87
+ deletionTime?: string | null;
172
88
  areaCode?: string | null;
173
89
  localNumber?: string | null;
174
90
  ituCountryCode?: string | null;
175
91
  contactInformationTypeId?: string;
176
92
  }> | null;
177
- address?: Array<{
93
+ addresses?: Array<{
178
94
  id?: string;
179
95
  creationTime?: string;
180
96
  creatorId?: string | null;
@@ -192,18 +108,19 @@ export type UpwithCrowd_BackerService_Backers_BackerDto = {
192
108
  fullAddress?: string | null;
193
109
  contactInformationTypeId?: string;
194
110
  }> | null;
195
- email?: Array<{
111
+ emails?: Array<{
196
112
  id?: string;
197
113
  creationTime?: string;
198
114
  creatorId?: string | null;
199
115
  lastModificationTime?: string | null;
200
116
  lastModifierId?: string | null;
201
- contactInformationTypeId?: string;
117
+ isDeleted?: boolean;
118
+ deleterId?: string | null;
119
+ deletionTime?: string | null;
202
120
  emailAddress?: string | null;
121
+ contactInformationTypeId?: string;
203
122
  }> | null;
204
123
  };
205
- entityInformationTypeId?: string;
206
- contactInformationId?: string;
207
124
  }> | null;
208
125
  individuals?: Array<{
209
126
  id?: string;
@@ -232,22 +149,30 @@ export type UpwithCrowd_BackerService_Backers_BackerDto = {
232
149
  };
233
150
  contactInformation?: {
234
151
  id?: string;
235
- partyId?: string;
236
- partType?: 0 | 1;
152
+ creationTime?: string;
153
+ creatorId?: string | null;
154
+ lastModificationTime?: string | null;
155
+ lastModifierId?: string | null;
156
+ isDeleted?: boolean;
157
+ deleterId?: string | null;
158
+ deletionTime?: string | null;
237
159
  startDate?: string;
238
160
  endDate?: string;
239
- telephone?: Array<{
161
+ telephones?: Array<{
240
162
  id?: string;
241
163
  creationTime?: string;
242
164
  creatorId?: string | null;
243
165
  lastModificationTime?: string | null;
244
166
  lastModifierId?: string | null;
167
+ isDeleted?: boolean;
168
+ deleterId?: string | null;
169
+ deletionTime?: string | null;
245
170
  areaCode?: string | null;
246
171
  localNumber?: string | null;
247
172
  ituCountryCode?: string | null;
248
173
  contactInformationTypeId?: string;
249
174
  }> | null;
250
- address?: Array<{
175
+ addresses?: Array<{
251
176
  id?: string;
252
177
  creationTime?: string;
253
178
  creatorId?: string | null;
@@ -265,14 +190,17 @@ export type UpwithCrowd_BackerService_Backers_BackerDto = {
265
190
  fullAddress?: string | null;
266
191
  contactInformationTypeId?: string;
267
192
  }> | null;
268
- email?: Array<{
193
+ emails?: Array<{
269
194
  id?: string;
270
195
  creationTime?: string;
271
196
  creatorId?: string | null;
272
197
  lastModificationTime?: string | null;
273
198
  lastModifierId?: string | null;
274
- contactInformationTypeId?: string;
199
+ isDeleted?: boolean;
200
+ deleterId?: string | null;
201
+ deletionTime?: string | null;
275
202
  emailAddress?: string | null;
203
+ contactInformationTypeId?: string;
276
204
  }> | null;
277
205
  };
278
206
  personalSummary?: Array<{
@@ -281,6 +209,9 @@ export type UpwithCrowd_BackerService_Backers_BackerDto = {
281
209
  creatorId?: string | null;
282
210
  lastModificationTime?: string | null;
283
211
  lastModifierId?: string | null;
212
+ isDeleted?: boolean;
213
+ deleterId?: string | null;
214
+ deletionTime?: string | null;
284
215
  individualId?: string;
285
216
  date?: string;
286
217
  birthDate?: string;
@@ -294,63 +225,40 @@ export type UpwithCrowd_BackerService_Backers_BackerDto = {
294
225
  }> | null;
295
226
  };
296
227
 
297
- export type UpwithCrowd_BackerService_Backers_CreateUpdateBackerDto = {
298
- id?: string;
299
- creationTime?: string;
300
- creatorId?: string | null;
301
- lastModificationTime?: string | null;
302
- lastModifierId?: string | null;
303
- isDeleted?: boolean;
304
- deleterId?: string | null;
305
- deletionTime?: string | null;
228
+ export type UpwithCrowd_BackerService_Backers_CreateBackerDto = {
229
+ readonly extraProperties?: {
230
+ [key: string]: unknown;
231
+ } | null;
306
232
  entityInformationTypes?: Array<{
307
- id?: string;
308
- creationTime?: string;
309
- creatorId?: string | null;
310
- lastModificationTime?: string | null;
311
- lastModifierId?: string | null;
312
- isDeleted?: boolean;
313
- deleterId?: string | null;
314
- deletionTime?: string | null;
315
- backerId?: string;
233
+ readonly extraProperties?: {
234
+ [key: string]: unknown;
235
+ } | null;
316
236
  organizations?: Array<{
317
- id?: string;
318
- creationTime?: string;
319
- creatorId?: string | null;
320
- lastModificationTime?: string | null;
321
- lastModifierId?: string | null;
322
- isDeleted?: boolean;
323
- deleterId?: string | null;
324
- deletionTime?: string | null;
237
+ readonly extraProperties?: {
238
+ [key: string]: unknown;
239
+ } | null;
325
240
  name?: string | null;
326
241
  taxpayerId?: string | null;
327
242
  legalStatusCode?: string | null;
243
+ customerNumber?: string | null;
328
244
  contactInformation?: {
329
- id?: string;
330
- partyId?: string;
331
- partType?: 0 | 1;
245
+ readonly extraProperties?: {
246
+ [key: string]: unknown;
247
+ } | null;
332
248
  startDate?: string;
333
249
  endDate?: string;
334
- telephone?: Array<{
335
- id?: string;
336
- creationTime?: string;
337
- creatorId?: string | null;
338
- lastModificationTime?: string | null;
339
- lastModifierId?: string | null;
250
+ telephones?: Array<{
251
+ readonly extraProperties?: {
252
+ [key: string]: unknown;
253
+ } | null;
340
254
  areaCode?: string | null;
341
255
  localNumber?: string | null;
342
256
  ituCountryCode?: string | null;
343
- contactInformationTypeId?: string;
344
257
  }> | null;
345
- address?: Array<{
346
- id?: string;
347
- creationTime?: string;
348
- creatorId?: string | null;
349
- lastModificationTime?: string | null;
350
- lastModifierId?: string | null;
351
- isDeleted?: boolean;
352
- deleterId?: string | null;
353
- deletionTime?: string | null;
258
+ addresses?: Array<{
259
+ readonly extraProperties?: {
260
+ [key: string]: unknown;
261
+ } | null;
354
262
  typeCode?: 0 | 1;
355
263
  addressLine?: string | null;
356
264
  city?: string | null;
@@ -358,40 +266,20 @@ export type UpwithCrowd_BackerService_Backers_CreateUpdateBackerDto = {
358
266
  postalCode?: string | null;
359
267
  country?: string | null;
360
268
  fullAddress?: string | null;
361
- contactInformationTypeId?: string;
362
269
  }> | null;
363
- email?: Array<{
364
- id?: string;
365
- creationTime?: string;
366
- creatorId?: string | null;
367
- lastModificationTime?: string | null;
368
- lastModifierId?: string | null;
369
- contactInformationTypeId?: string;
270
+ emails?: Array<{
271
+ readonly extraProperties?: {
272
+ [key: string]: unknown;
273
+ } | null;
370
274
  emailAddress?: string | null;
371
275
  }> | null;
372
276
  };
373
- entityInformationTypeId?: string;
374
- contactInformationId?: string;
375
277
  }> | null;
376
278
  individuals?: Array<{
377
- id?: string;
378
- creationTime?: string;
379
- creatorId?: string | null;
380
- lastModificationTime?: string | null;
381
- lastModifierId?: string | null;
382
- isDeleted?: boolean;
383
- deleterId?: string | null;
384
- deletionTime?: string | null;
279
+ readonly extraProperties?: {
280
+ [key: string]: unknown;
281
+ } | null;
385
282
  name?: {
386
- id?: string;
387
- creationTime?: string;
388
- creatorId?: string | null;
389
- lastModificationTime?: string | null;
390
- lastModifierId?: string | null;
391
- isDeleted?: boolean;
392
- deleterId?: string | null;
393
- deletionTime?: string | null;
394
- individualId?: string;
395
283
  salutation?: string | null;
396
284
  name?: string | null;
397
285
  suffix?: string | null;
@@ -399,31 +287,23 @@ export type UpwithCrowd_BackerService_Backers_CreateUpdateBackerDto = {
399
287
  officialName?: string | null;
400
288
  };
401
289
  contactInformation?: {
402
- id?: string;
403
- partyId?: string;
404
- partType?: 0 | 1;
290
+ readonly extraProperties?: {
291
+ [key: string]: unknown;
292
+ } | null;
405
293
  startDate?: string;
406
294
  endDate?: string;
407
- telephone?: Array<{
408
- id?: string;
409
- creationTime?: string;
410
- creatorId?: string | null;
411
- lastModificationTime?: string | null;
412
- lastModifierId?: string | null;
295
+ telephones?: Array<{
296
+ readonly extraProperties?: {
297
+ [key: string]: unknown;
298
+ } | null;
413
299
  areaCode?: string | null;
414
300
  localNumber?: string | null;
415
301
  ituCountryCode?: string | null;
416
- contactInformationTypeId?: string;
417
302
  }> | null;
418
- address?: Array<{
419
- id?: string;
420
- creationTime?: string;
421
- creatorId?: string | null;
422
- lastModificationTime?: string | null;
423
- lastModifierId?: string | null;
424
- isDeleted?: boolean;
425
- deleterId?: string | null;
426
- deletionTime?: string | null;
303
+ addresses?: Array<{
304
+ readonly extraProperties?: {
305
+ [key: string]: unknown;
306
+ } | null;
427
307
  typeCode?: 0 | 1;
428
308
  addressLine?: string | null;
429
309
  city?: string | null;
@@ -431,39 +311,237 @@ export type UpwithCrowd_BackerService_Backers_CreateUpdateBackerDto = {
431
311
  postalCode?: string | null;
432
312
  country?: string | null;
433
313
  fullAddress?: string | null;
434
- contactInformationTypeId?: string;
435
314
  }> | null;
436
- email?: Array<{
437
- id?: string;
438
- creationTime?: string;
439
- creatorId?: string | null;
440
- lastModificationTime?: string | null;
441
- lastModifierId?: string | null;
442
- contactInformationTypeId?: string;
315
+ emails?: Array<{
316
+ readonly extraProperties?: {
317
+ [key: string]: unknown;
318
+ } | null;
443
319
  emailAddress?: string | null;
444
320
  }> | null;
445
321
  };
446
- personalSummary?: Array<{
447
- id?: string;
448
- creationTime?: string;
449
- creatorId?: string | null;
450
- lastModificationTime?: string | null;
451
- lastModifierId?: string | null;
452
- individualId?: string;
322
+ personalSummaries?: Array<{
453
323
  date?: string;
454
324
  birthDate?: string;
455
325
  ethnicity?: string | null;
456
326
  maritalStatusCode?: string | null;
457
327
  religiousAffiliationName?: string | null;
458
328
  }> | null;
459
- entityInformationTypeId?: string;
460
- contactInformationId?: string;
461
329
  }> | null;
462
330
  }> | null;
463
331
  };
464
332
 
465
- export type UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntityInformationTypeDto = {
466
- id?: string;
333
+ export type UpwithCrowd_BackerService_Backers_CreateBackerWithComponentsDto = {
334
+ readonly extraProperties?: {
335
+ [key: string]: unknown;
336
+ } | null;
337
+ entityInformationTypes: Array<{
338
+ readonly extraProperties?: {
339
+ [key: string]: unknown;
340
+ } | null;
341
+ organizations?: Array<{
342
+ readonly extraProperties?: {
343
+ [key: string]: unknown;
344
+ } | null;
345
+ name?: string | null;
346
+ taxpayerId?: string | null;
347
+ legalStatusCode?: string | null;
348
+ customerNumber?: string | null;
349
+ contactInformation?: {
350
+ readonly extraProperties?: {
351
+ [key: string]: unknown;
352
+ } | null;
353
+ startDate?: string;
354
+ endDate?: string;
355
+ telephones?: Array<{
356
+ readonly extraProperties?: {
357
+ [key: string]: unknown;
358
+ } | null;
359
+ areaCode?: string | null;
360
+ localNumber?: string | null;
361
+ ituCountryCode?: string | null;
362
+ }> | null;
363
+ addresses?: Array<{
364
+ readonly extraProperties?: {
365
+ [key: string]: unknown;
366
+ } | null;
367
+ typeCode?: 0 | 1;
368
+ addressLine?: string | null;
369
+ city?: string | null;
370
+ terriority?: string | null;
371
+ postalCode?: string | null;
372
+ country?: string | null;
373
+ fullAddress?: string | null;
374
+ }> | null;
375
+ emails?: Array<{
376
+ readonly extraProperties?: {
377
+ [key: string]: unknown;
378
+ } | null;
379
+ emailAddress?: string | null;
380
+ }> | null;
381
+ };
382
+ }> | null;
383
+ individuals?: Array<{
384
+ readonly extraProperties?: {
385
+ [key: string]: unknown;
386
+ } | null;
387
+ name?: {
388
+ salutation?: string | null;
389
+ name?: string | null;
390
+ suffix?: string | null;
391
+ mailingName?: string | null;
392
+ officialName?: string | null;
393
+ };
394
+ contactInformation?: {
395
+ readonly extraProperties?: {
396
+ [key: string]: unknown;
397
+ } | null;
398
+ startDate?: string;
399
+ endDate?: string;
400
+ telephones?: Array<{
401
+ readonly extraProperties?: {
402
+ [key: string]: unknown;
403
+ } | null;
404
+ areaCode?: string | null;
405
+ localNumber?: string | null;
406
+ ituCountryCode?: string | null;
407
+ }> | null;
408
+ addresses?: Array<{
409
+ readonly extraProperties?: {
410
+ [key: string]: unknown;
411
+ } | null;
412
+ typeCode?: 0 | 1;
413
+ addressLine?: string | null;
414
+ city?: string | null;
415
+ terriority?: string | null;
416
+ postalCode?: string | null;
417
+ country?: string | null;
418
+ fullAddress?: string | null;
419
+ }> | null;
420
+ emails?: Array<{
421
+ readonly extraProperties?: {
422
+ [key: string]: unknown;
423
+ } | null;
424
+ emailAddress?: string | null;
425
+ }> | null;
426
+ };
427
+ personalSummaries?: Array<{
428
+ date?: string;
429
+ birthDate?: string;
430
+ ethnicity?: string | null;
431
+ maritalStatusCode?: string | null;
432
+ religiousAffiliationName?: string | null;
433
+ }> | null;
434
+ }> | null;
435
+ }>;
436
+ };
437
+
438
+ export type UpwithCrowd_BackerService_Backers_UpdateBackerDto = {
439
+ readonly extraProperties?: {
440
+ [key: string]: unknown;
441
+ } | null;
442
+ entityInformationTypes?: Array<{
443
+ readonly extraProperties?: {
444
+ [key: string]: unknown;
445
+ } | null;
446
+ organizations?: Array<{
447
+ readonly extraProperties?: {
448
+ [key: string]: unknown;
449
+ } | null;
450
+ name?: string | null;
451
+ taxpayerId?: string | null;
452
+ legalStatusCode?: string | null;
453
+ customerNumber?: string | null;
454
+ contactInformation?: {
455
+ readonly extraProperties?: {
456
+ [key: string]: unknown;
457
+ } | null;
458
+ startDate?: string;
459
+ endDate?: string;
460
+ telephones?: Array<{
461
+ readonly extraProperties?: {
462
+ [key: string]: unknown;
463
+ } | null;
464
+ areaCode?: string | null;
465
+ localNumber?: string | null;
466
+ ituCountryCode?: string | null;
467
+ }> | null;
468
+ addresses?: Array<{
469
+ readonly extraProperties?: {
470
+ [key: string]: unknown;
471
+ } | null;
472
+ typeCode?: 0 | 1;
473
+ addressLine?: string | null;
474
+ city?: string | null;
475
+ terriority?: string | null;
476
+ postalCode?: string | null;
477
+ country?: string | null;
478
+ fullAddress?: string | null;
479
+ }> | null;
480
+ emails?: Array<{
481
+ readonly extraProperties?: {
482
+ [key: string]: unknown;
483
+ } | null;
484
+ emailAddress?: string | null;
485
+ }> | null;
486
+ };
487
+ }> | null;
488
+ individuals?: Array<{
489
+ readonly extraProperties?: {
490
+ [key: string]: unknown;
491
+ } | null;
492
+ name?: {
493
+ salutation?: string | null;
494
+ name?: string | null;
495
+ suffix?: string | null;
496
+ mailingName?: string | null;
497
+ officialName?: string | null;
498
+ };
499
+ contactInformation?: {
500
+ readonly extraProperties?: {
501
+ [key: string]: unknown;
502
+ } | null;
503
+ startDate?: string;
504
+ endDate?: string;
505
+ telephones?: Array<{
506
+ readonly extraProperties?: {
507
+ [key: string]: unknown;
508
+ } | null;
509
+ areaCode?: string | null;
510
+ localNumber?: string | null;
511
+ ituCountryCode?: string | null;
512
+ }> | null;
513
+ addresses?: Array<{
514
+ readonly extraProperties?: {
515
+ [key: string]: unknown;
516
+ } | null;
517
+ typeCode?: 0 | 1;
518
+ addressLine?: string | null;
519
+ city?: string | null;
520
+ terriority?: string | null;
521
+ postalCode?: string | null;
522
+ country?: string | null;
523
+ fullAddress?: string | null;
524
+ }> | null;
525
+ emails?: Array<{
526
+ readonly extraProperties?: {
527
+ [key: string]: unknown;
528
+ } | null;
529
+ emailAddress?: string | null;
530
+ }> | null;
531
+ };
532
+ personalSummaries?: Array<{
533
+ date?: string;
534
+ birthDate?: string;
535
+ ethnicity?: string | null;
536
+ maritalStatusCode?: string | null;
537
+ religiousAffiliationName?: string | null;
538
+ }> | null;
539
+ }> | null;
540
+ }> | null;
541
+ };
542
+
543
+ export type UpwithCrowd_BackerService_ContactInformationTypes_ContactInformationTypeDto = {
544
+ id?: string;
467
545
  creationTime?: string;
468
546
  creatorId?: string | null;
469
547
  lastModificationTime?: string | null;
@@ -471,8 +549,9 @@ export type UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntityI
471
549
  isDeleted?: boolean;
472
550
  deleterId?: string | null;
473
551
  deletionTime?: string | null;
474
- backerId?: string;
475
- organizations?: Array<{
552
+ startDate?: string;
553
+ endDate?: string;
554
+ telephones?: Array<{
476
555
  id?: string;
477
556
  creationTime?: string;
478
557
  creatorId?: string | null;
@@ -481,35 +560,127 @@ export type UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntityI
481
560
  isDeleted?: boolean;
482
561
  deleterId?: string | null;
483
562
  deletionTime?: string | null;
563
+ areaCode?: string | null;
564
+ localNumber?: string | null;
565
+ ituCountryCode?: string | null;
566
+ contactInformationTypeId?: string;
567
+ }> | null;
568
+ addresses?: Array<{
569
+ id?: string;
570
+ creationTime?: string;
571
+ creatorId?: string | null;
572
+ lastModificationTime?: string | null;
573
+ lastModifierId?: string | null;
574
+ isDeleted?: boolean;
575
+ deleterId?: string | null;
576
+ deletionTime?: string | null;
577
+ typeCode?: 0 | 1;
578
+ addressLine?: string | null;
579
+ city?: string | null;
580
+ terriority?: string | null;
581
+ postalCode?: string | null;
582
+ country?: string | null;
583
+ fullAddress?: string | null;
584
+ contactInformationTypeId?: string;
585
+ }> | null;
586
+ emails?: Array<{
587
+ id?: string;
588
+ creationTime?: string;
589
+ creatorId?: string | null;
590
+ lastModificationTime?: string | null;
591
+ lastModifierId?: string | null;
592
+ isDeleted?: boolean;
593
+ deleterId?: string | null;
594
+ deletionTime?: string | null;
595
+ emailAddress?: string | null;
596
+ contactInformationTypeId?: string;
597
+ }> | null;
598
+ };
599
+
600
+ export type UpwithCrowd_BackerService_ContactInformationTypes_CreateContactInformationTypeDto = {
601
+ readonly extraProperties?: {
602
+ [key: string]: unknown;
603
+ } | null;
604
+ startDate?: string;
605
+ endDate?: string;
606
+ telephones?: Array<{
607
+ readonly extraProperties?: {
608
+ [key: string]: unknown;
609
+ } | null;
610
+ areaCode?: string | null;
611
+ localNumber?: string | null;
612
+ ituCountryCode?: string | null;
613
+ }> | null;
614
+ addresses?: Array<{
615
+ readonly extraProperties?: {
616
+ [key: string]: unknown;
617
+ } | null;
618
+ typeCode?: 0 | 1;
619
+ addressLine?: string | null;
620
+ city?: string | null;
621
+ terriority?: string | null;
622
+ postalCode?: string | null;
623
+ country?: string | null;
624
+ fullAddress?: string | null;
625
+ }> | null;
626
+ emails?: Array<{
627
+ readonly extraProperties?: {
628
+ [key: string]: unknown;
629
+ } | null;
630
+ emailAddress?: string | null;
631
+ }> | null;
632
+ };
633
+
634
+ export type UpwithCrowd_BackerService_EmailCommonDatas_CreateEmailCommonDataDto = {
635
+ readonly extraProperties?: {
636
+ [key: string]: unknown;
637
+ } | null;
638
+ emailAddress?: string | null;
639
+ };
640
+
641
+ export type UpwithCrowd_BackerService_EmailCommonDatas_EmailCommonDataDto = {
642
+ id?: string;
643
+ creationTime?: string;
644
+ creatorId?: string | null;
645
+ lastModificationTime?: string | null;
646
+ lastModifierId?: string | null;
647
+ isDeleted?: boolean;
648
+ deleterId?: string | null;
649
+ deletionTime?: string | null;
650
+ emailAddress?: string | null;
651
+ contactInformationTypeId?: string;
652
+ };
653
+
654
+ export type UpwithCrowd_BackerService_EntityInformationTypes_CreateEntityInformationTypeDto = {
655
+ readonly extraProperties?: {
656
+ [key: string]: unknown;
657
+ } | null;
658
+ organizations?: Array<{
659
+ readonly extraProperties?: {
660
+ [key: string]: unknown;
661
+ } | null;
484
662
  name?: string | null;
485
663
  taxpayerId?: string | null;
486
664
  legalStatusCode?: string | null;
665
+ customerNumber?: string | null;
487
666
  contactInformation?: {
488
- id?: string;
489
- partyId?: string;
490
- partType?: 0 | 1;
667
+ readonly extraProperties?: {
668
+ [key: string]: unknown;
669
+ } | null;
491
670
  startDate?: string;
492
671
  endDate?: string;
493
- telephone?: Array<{
494
- id?: string;
495
- creationTime?: string;
496
- creatorId?: string | null;
497
- lastModificationTime?: string | null;
498
- lastModifierId?: string | null;
672
+ telephones?: Array<{
673
+ readonly extraProperties?: {
674
+ [key: string]: unknown;
675
+ } | null;
499
676
  areaCode?: string | null;
500
677
  localNumber?: string | null;
501
678
  ituCountryCode?: string | null;
502
- contactInformationTypeId?: string;
503
679
  }> | null;
504
- address?: Array<{
505
- id?: string;
506
- creationTime?: string;
507
- creatorId?: string | null;
508
- lastModificationTime?: string | null;
509
- lastModifierId?: string | null;
510
- isDeleted?: boolean;
511
- deleterId?: string | null;
512
- deletionTime?: string | null;
680
+ addresses?: Array<{
681
+ readonly extraProperties?: {
682
+ [key: string]: unknown;
683
+ } | null;
513
684
  typeCode?: 0 | 1;
514
685
  addressLine?: string | null;
515
686
  city?: string | null;
@@ -517,40 +688,20 @@ export type UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntityI
517
688
  postalCode?: string | null;
518
689
  country?: string | null;
519
690
  fullAddress?: string | null;
520
- contactInformationTypeId?: string;
521
691
  }> | null;
522
- email?: Array<{
523
- id?: string;
524
- creationTime?: string;
525
- creatorId?: string | null;
526
- lastModificationTime?: string | null;
527
- lastModifierId?: string | null;
528
- contactInformationTypeId?: string;
692
+ emails?: Array<{
693
+ readonly extraProperties?: {
694
+ [key: string]: unknown;
695
+ } | null;
529
696
  emailAddress?: string | null;
530
697
  }> | null;
531
698
  };
532
- entityInformationTypeId?: string;
533
- contactInformationId?: string;
534
699
  }> | null;
535
700
  individuals?: Array<{
536
- id?: string;
537
- creationTime?: string;
538
- creatorId?: string | null;
539
- lastModificationTime?: string | null;
540
- lastModifierId?: string | null;
541
- isDeleted?: boolean;
542
- deleterId?: string | null;
543
- deletionTime?: string | null;
701
+ readonly extraProperties?: {
702
+ [key: string]: unknown;
703
+ } | null;
544
704
  name?: {
545
- id?: string;
546
- creationTime?: string;
547
- creatorId?: string | null;
548
- lastModificationTime?: string | null;
549
- lastModifierId?: string | null;
550
- isDeleted?: boolean;
551
- deleterId?: string | null;
552
- deletionTime?: string | null;
553
- individualId?: string;
554
705
  salutation?: string | null;
555
706
  name?: string | null;
556
707
  suffix?: string | null;
@@ -558,31 +709,23 @@ export type UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntityI
558
709
  officialName?: string | null;
559
710
  };
560
711
  contactInformation?: {
561
- id?: string;
562
- partyId?: string;
563
- partType?: 0 | 1;
712
+ readonly extraProperties?: {
713
+ [key: string]: unknown;
714
+ } | null;
564
715
  startDate?: string;
565
716
  endDate?: string;
566
- telephone?: Array<{
567
- id?: string;
568
- creationTime?: string;
569
- creatorId?: string | null;
570
- lastModificationTime?: string | null;
571
- lastModifierId?: string | null;
717
+ telephones?: Array<{
718
+ readonly extraProperties?: {
719
+ [key: string]: unknown;
720
+ } | null;
572
721
  areaCode?: string | null;
573
722
  localNumber?: string | null;
574
723
  ituCountryCode?: string | null;
575
- contactInformationTypeId?: string;
576
724
  }> | null;
577
- address?: Array<{
578
- id?: string;
579
- creationTime?: string;
580
- creatorId?: string | null;
581
- lastModificationTime?: string | null;
582
- lastModifierId?: string | null;
583
- isDeleted?: boolean;
584
- deleterId?: string | null;
585
- deletionTime?: string | null;
725
+ addresses?: Array<{
726
+ readonly extraProperties?: {
727
+ [key: string]: unknown;
728
+ } | null;
586
729
  typeCode?: 0 | 1;
587
730
  addressLine?: string | null;
588
731
  city?: string | null;
@@ -590,33 +733,21 @@ export type UpwithCrowd_BackerService_EntityInformationTypes_CreateUpdateEntityI
590
733
  postalCode?: string | null;
591
734
  country?: string | null;
592
735
  fullAddress?: string | null;
593
- contactInformationTypeId?: string;
594
736
  }> | null;
595
- email?: Array<{
596
- id?: string;
597
- creationTime?: string;
598
- creatorId?: string | null;
599
- lastModificationTime?: string | null;
600
- lastModifierId?: string | null;
601
- contactInformationTypeId?: string;
737
+ emails?: Array<{
738
+ readonly extraProperties?: {
739
+ [key: string]: unknown;
740
+ } | null;
602
741
  emailAddress?: string | null;
603
742
  }> | null;
604
743
  };
605
- personalSummary?: Array<{
606
- id?: string;
607
- creationTime?: string;
608
- creatorId?: string | null;
609
- lastModificationTime?: string | null;
610
- lastModifierId?: string | null;
611
- individualId?: string;
744
+ personalSummaries?: Array<{
612
745
  date?: string;
613
746
  birthDate?: string;
614
747
  ethnicity?: string | null;
615
748
  maritalStatusCode?: string | null;
616
749
  religiousAffiliationName?: string | null;
617
750
  }> | null;
618
- entityInformationTypeId?: string;
619
- contactInformationId?: string;
620
751
  }> | null;
621
752
  };
622
753
 
@@ -644,22 +775,30 @@ export type UpwithCrowd_BackerService_EntityInformationTypes_EntityInformationTy
644
775
  legalStatusCode?: string | null;
645
776
  contactInformation?: {
646
777
  id?: string;
647
- partyId?: string;
648
- partType?: 0 | 1;
778
+ creationTime?: string;
779
+ creatorId?: string | null;
780
+ lastModificationTime?: string | null;
781
+ lastModifierId?: string | null;
782
+ isDeleted?: boolean;
783
+ deleterId?: string | null;
784
+ deletionTime?: string | null;
649
785
  startDate?: string;
650
786
  endDate?: string;
651
- telephone?: Array<{
787
+ telephones?: Array<{
652
788
  id?: string;
653
789
  creationTime?: string;
654
790
  creatorId?: string | null;
655
791
  lastModificationTime?: string | null;
656
792
  lastModifierId?: string | null;
793
+ isDeleted?: boolean;
794
+ deleterId?: string | null;
795
+ deletionTime?: string | null;
657
796
  areaCode?: string | null;
658
797
  localNumber?: string | null;
659
798
  ituCountryCode?: string | null;
660
799
  contactInformationTypeId?: string;
661
800
  }> | null;
662
- address?: Array<{
801
+ addresses?: Array<{
663
802
  id?: string;
664
803
  creationTime?: string;
665
804
  creatorId?: string | null;
@@ -677,18 +816,19 @@ export type UpwithCrowd_BackerService_EntityInformationTypes_EntityInformationTy
677
816
  fullAddress?: string | null;
678
817
  contactInformationTypeId?: string;
679
818
  }> | null;
680
- email?: Array<{
819
+ emails?: Array<{
681
820
  id?: string;
682
821
  creationTime?: string;
683
822
  creatorId?: string | null;
684
823
  lastModificationTime?: string | null;
685
824
  lastModifierId?: string | null;
686
- contactInformationTypeId?: string;
825
+ isDeleted?: boolean;
826
+ deleterId?: string | null;
827
+ deletionTime?: string | null;
687
828
  emailAddress?: string | null;
829
+ contactInformationTypeId?: string;
688
830
  }> | null;
689
831
  };
690
- entityInformationTypeId?: string;
691
- contactInformationId?: string;
692
832
  }> | null;
693
833
  individuals?: Array<{
694
834
  id?: string;
@@ -717,22 +857,30 @@ export type UpwithCrowd_BackerService_EntityInformationTypes_EntityInformationTy
717
857
  };
718
858
  contactInformation?: {
719
859
  id?: string;
720
- partyId?: string;
721
- partType?: 0 | 1;
860
+ creationTime?: string;
861
+ creatorId?: string | null;
862
+ lastModificationTime?: string | null;
863
+ lastModifierId?: string | null;
864
+ isDeleted?: boolean;
865
+ deleterId?: string | null;
866
+ deletionTime?: string | null;
722
867
  startDate?: string;
723
868
  endDate?: string;
724
- telephone?: Array<{
869
+ telephones?: Array<{
725
870
  id?: string;
726
871
  creationTime?: string;
727
872
  creatorId?: string | null;
728
873
  lastModificationTime?: string | null;
729
874
  lastModifierId?: string | null;
875
+ isDeleted?: boolean;
876
+ deleterId?: string | null;
877
+ deletionTime?: string | null;
730
878
  areaCode?: string | null;
731
879
  localNumber?: string | null;
732
880
  ituCountryCode?: string | null;
733
881
  contactInformationTypeId?: string;
734
882
  }> | null;
735
- address?: Array<{
883
+ addresses?: Array<{
736
884
  id?: string;
737
885
  creationTime?: string;
738
886
  creatorId?: string | null;
@@ -750,14 +898,17 @@ export type UpwithCrowd_BackerService_EntityInformationTypes_EntityInformationTy
750
898
  fullAddress?: string | null;
751
899
  contactInformationTypeId?: string;
752
900
  }> | null;
753
- email?: Array<{
901
+ emails?: Array<{
754
902
  id?: string;
755
903
  creationTime?: string;
756
904
  creatorId?: string | null;
757
905
  lastModificationTime?: string | null;
758
906
  lastModifierId?: string | null;
759
- contactInformationTypeId?: string;
907
+ isDeleted?: boolean;
908
+ deleterId?: string | null;
909
+ deletionTime?: string | null;
760
910
  emailAddress?: string | null;
911
+ contactInformationTypeId?: string;
761
912
  }> | null;
762
913
  };
763
914
  personalSummary?: Array<{
@@ -766,6 +917,9 @@ export type UpwithCrowd_BackerService_EntityInformationTypes_EntityInformationTy
766
917
  creatorId?: string | null;
767
918
  lastModificationTime?: string | null;
768
919
  lastModifierId?: string | null;
920
+ isDeleted?: boolean;
921
+ deleterId?: string | null;
922
+ deletionTime?: string | null;
769
923
  individualId?: string;
770
924
  date?: string;
771
925
  birthDate?: string;
@@ -778,25 +932,13 @@ export type UpwithCrowd_BackerService_EntityInformationTypes_EntityInformationTy
778
932
  }> | null;
779
933
  };
780
934
 
781
- export type UpwithCrowd_BackerService_Individuals_CreateUpdateIndividualDto = {
782
- id?: string;
783
- creationTime?: string;
784
- creatorId?: string | null;
785
- lastModificationTime?: string | null;
786
- lastModifierId?: string | null;
787
- isDeleted?: boolean;
788
- deleterId?: string | null;
789
- deletionTime?: string | null;
935
+ export type UpwithCrowd_BackerService_Enums_AddressTypeCode = 0 | 1;
936
+
937
+ export type UpwithCrowd_BackerService_Individuals_CreateIndividualDto = {
938
+ readonly extraProperties?: {
939
+ [key: string]: unknown;
940
+ } | null;
790
941
  name?: {
791
- id?: string;
792
- creationTime?: string;
793
- creatorId?: string | null;
794
- lastModificationTime?: string | null;
795
- lastModifierId?: string | null;
796
- isDeleted?: boolean;
797
- deleterId?: string | null;
798
- deletionTime?: string | null;
799
- individualId?: string;
800
942
  salutation?: string | null;
801
943
  name?: string | null;
802
944
  suffix?: string | null;
@@ -804,31 +946,23 @@ export type UpwithCrowd_BackerService_Individuals_CreateUpdateIndividualDto = {
804
946
  officialName?: string | null;
805
947
  };
806
948
  contactInformation?: {
807
- id?: string;
808
- partyId?: string;
809
- partType?: 0 | 1;
949
+ readonly extraProperties?: {
950
+ [key: string]: unknown;
951
+ } | null;
810
952
  startDate?: string;
811
953
  endDate?: string;
812
- telephone?: Array<{
813
- id?: string;
814
- creationTime?: string;
815
- creatorId?: string | null;
816
- lastModificationTime?: string | null;
817
- lastModifierId?: string | null;
954
+ telephones?: Array<{
955
+ readonly extraProperties?: {
956
+ [key: string]: unknown;
957
+ } | null;
818
958
  areaCode?: string | null;
819
959
  localNumber?: string | null;
820
960
  ituCountryCode?: string | null;
821
- contactInformationTypeId?: string;
822
961
  }> | null;
823
- address?: Array<{
824
- id?: string;
825
- creationTime?: string;
826
- creatorId?: string | null;
827
- lastModificationTime?: string | null;
828
- lastModifierId?: string | null;
829
- isDeleted?: boolean;
830
- deleterId?: string | null;
831
- deletionTime?: string | null;
962
+ addresses?: Array<{
963
+ readonly extraProperties?: {
964
+ [key: string]: unknown;
965
+ } | null;
832
966
  typeCode?: 0 | 1;
833
967
  addressLine?: string | null;
834
968
  city?: string | null;
@@ -836,33 +970,21 @@ export type UpwithCrowd_BackerService_Individuals_CreateUpdateIndividualDto = {
836
970
  postalCode?: string | null;
837
971
  country?: string | null;
838
972
  fullAddress?: string | null;
839
- contactInformationTypeId?: string;
840
973
  }> | null;
841
- email?: Array<{
842
- id?: string;
843
- creationTime?: string;
844
- creatorId?: string | null;
845
- lastModificationTime?: string | null;
846
- lastModifierId?: string | null;
847
- contactInformationTypeId?: string;
974
+ emails?: Array<{
975
+ readonly extraProperties?: {
976
+ [key: string]: unknown;
977
+ } | null;
848
978
  emailAddress?: string | null;
849
979
  }> | null;
850
980
  };
851
- personalSummary?: Array<{
852
- id?: string;
853
- creationTime?: string;
854
- creatorId?: string | null;
855
- lastModificationTime?: string | null;
856
- lastModifierId?: string | null;
857
- individualId?: string;
981
+ personalSummaries?: Array<{
858
982
  date?: string;
859
983
  birthDate?: string;
860
984
  ethnicity?: string | null;
861
985
  maritalStatusCode?: string | null;
862
986
  religiousAffiliationName?: string | null;
863
987
  }> | null;
864
- entityInformationTypeId?: string;
865
- contactInformationId?: string;
866
988
  };
867
989
 
868
990
  export type UpwithCrowd_BackerService_Individuals_IndividualDto = {
@@ -892,22 +1014,30 @@ export type UpwithCrowd_BackerService_Individuals_IndividualDto = {
892
1014
  };
893
1015
  contactInformation?: {
894
1016
  id?: string;
895
- partyId?: string;
896
- partType?: 0 | 1;
1017
+ creationTime?: string;
1018
+ creatorId?: string | null;
1019
+ lastModificationTime?: string | null;
1020
+ lastModifierId?: string | null;
1021
+ isDeleted?: boolean;
1022
+ deleterId?: string | null;
1023
+ deletionTime?: string | null;
897
1024
  startDate?: string;
898
1025
  endDate?: string;
899
- telephone?: Array<{
1026
+ telephones?: Array<{
900
1027
  id?: string;
901
1028
  creationTime?: string;
902
1029
  creatorId?: string | null;
903
1030
  lastModificationTime?: string | null;
904
1031
  lastModifierId?: string | null;
1032
+ isDeleted?: boolean;
1033
+ deleterId?: string | null;
1034
+ deletionTime?: string | null;
905
1035
  areaCode?: string | null;
906
1036
  localNumber?: string | null;
907
1037
  ituCountryCode?: string | null;
908
1038
  contactInformationTypeId?: string;
909
1039
  }> | null;
910
- address?: Array<{
1040
+ addresses?: Array<{
911
1041
  id?: string;
912
1042
  creationTime?: string;
913
1043
  creatorId?: string | null;
@@ -925,14 +1055,17 @@ export type UpwithCrowd_BackerService_Individuals_IndividualDto = {
925
1055
  fullAddress?: string | null;
926
1056
  contactInformationTypeId?: string;
927
1057
  }> | null;
928
- email?: Array<{
1058
+ emails?: Array<{
929
1059
  id?: string;
930
1060
  creationTime?: string;
931
1061
  creatorId?: string | null;
932
1062
  lastModificationTime?: string | null;
933
1063
  lastModifierId?: string | null;
934
- contactInformationTypeId?: string;
1064
+ isDeleted?: boolean;
1065
+ deleterId?: string | null;
1066
+ deletionTime?: string | null;
935
1067
  emailAddress?: string | null;
1068
+ contactInformationTypeId?: string;
936
1069
  }> | null;
937
1070
  };
938
1071
  personalSummary?: Array<{
@@ -941,6 +1074,9 @@ export type UpwithCrowd_BackerService_Individuals_IndividualDto = {
941
1074
  creatorId?: string | null;
942
1075
  lastModificationTime?: string | null;
943
1076
  lastModifierId?: string | null;
1077
+ isDeleted?: boolean;
1078
+ deleterId?: string | null;
1079
+ deletionTime?: string | null;
944
1080
  individualId?: string;
945
1081
  date?: string;
946
1082
  birthDate?: string;
@@ -952,7 +1088,15 @@ export type UpwithCrowd_BackerService_Individuals_IndividualDto = {
952
1088
  contactInformationId?: string;
953
1089
  };
954
1090
 
955
- export type UpwithCrowd_BackerService_Organizations_CreateUpdateOrganizationDto = {
1091
+ export type UpwithCrowd_BackerService_NameCommonDatas_CreateNameCommonDataDto = {
1092
+ salutation?: string | null;
1093
+ name?: string | null;
1094
+ suffix?: string | null;
1095
+ mailingName?: string | null;
1096
+ officialName?: string | null;
1097
+ };
1098
+
1099
+ export type UpwithCrowd_BackerService_NameCommonDatas_NameCommonDataDto = {
956
1100
  id?: string;
957
1101
  creationTime?: string;
958
1102
  creatorId?: string | null;
@@ -961,35 +1105,40 @@ export type UpwithCrowd_BackerService_Organizations_CreateUpdateOrganizationDto
961
1105
  isDeleted?: boolean;
962
1106
  deleterId?: string | null;
963
1107
  deletionTime?: string | null;
1108
+ individualId?: string;
1109
+ salutation?: string | null;
1110
+ name?: string | null;
1111
+ suffix?: string | null;
1112
+ mailingName?: string | null;
1113
+ officialName?: string | null;
1114
+ };
1115
+
1116
+ export type UpwithCrowd_BackerService_Organizations_CreateOrganizationDto = {
1117
+ readonly extraProperties?: {
1118
+ [key: string]: unknown;
1119
+ } | null;
964
1120
  name?: string | null;
965
1121
  taxpayerId?: string | null;
966
1122
  legalStatusCode?: string | null;
1123
+ customerNumber?: string | null;
967
1124
  contactInformation?: {
968
- id?: string;
969
- partyId?: string;
970
- partType?: 0 | 1;
1125
+ readonly extraProperties?: {
1126
+ [key: string]: unknown;
1127
+ } | null;
971
1128
  startDate?: string;
972
1129
  endDate?: string;
973
- telephone?: Array<{
974
- id?: string;
975
- creationTime?: string;
976
- creatorId?: string | null;
977
- lastModificationTime?: string | null;
978
- lastModifierId?: string | null;
1130
+ telephones?: Array<{
1131
+ readonly extraProperties?: {
1132
+ [key: string]: unknown;
1133
+ } | null;
979
1134
  areaCode?: string | null;
980
1135
  localNumber?: string | null;
981
1136
  ituCountryCode?: string | null;
982
- contactInformationTypeId?: string;
983
1137
  }> | null;
984
- address?: Array<{
985
- id?: string;
986
- creationTime?: string;
987
- creatorId?: string | null;
988
- lastModificationTime?: string | null;
989
- lastModifierId?: string | null;
990
- isDeleted?: boolean;
991
- deleterId?: string | null;
992
- deletionTime?: string | null;
1138
+ addresses?: Array<{
1139
+ readonly extraProperties?: {
1140
+ [key: string]: unknown;
1141
+ } | null;
993
1142
  typeCode?: 0 | 1;
994
1143
  addressLine?: string | null;
995
1144
  city?: string | null;
@@ -997,20 +1146,14 @@ export type UpwithCrowd_BackerService_Organizations_CreateUpdateOrganizationDto
997
1146
  postalCode?: string | null;
998
1147
  country?: string | null;
999
1148
  fullAddress?: string | null;
1000
- contactInformationTypeId?: string;
1001
1149
  }> | null;
1002
- email?: Array<{
1003
- id?: string;
1004
- creationTime?: string;
1005
- creatorId?: string | null;
1006
- lastModificationTime?: string | null;
1007
- lastModifierId?: string | null;
1008
- contactInformationTypeId?: string;
1150
+ emails?: Array<{
1151
+ readonly extraProperties?: {
1152
+ [key: string]: unknown;
1153
+ } | null;
1009
1154
  emailAddress?: string | null;
1010
1155
  }> | null;
1011
1156
  };
1012
- entityInformationTypeId?: string;
1013
- contactInformationId?: string;
1014
1157
  };
1015
1158
 
1016
1159
  export type UpwithCrowd_BackerService_Organizations_OrganizationDto = {
@@ -1027,22 +1170,30 @@ export type UpwithCrowd_BackerService_Organizations_OrganizationDto = {
1027
1170
  legalStatusCode?: string | null;
1028
1171
  contactInformation?: {
1029
1172
  id?: string;
1030
- partyId?: string;
1031
- partType?: 0 | 1;
1173
+ creationTime?: string;
1174
+ creatorId?: string | null;
1175
+ lastModificationTime?: string | null;
1176
+ lastModifierId?: string | null;
1177
+ isDeleted?: boolean;
1178
+ deleterId?: string | null;
1179
+ deletionTime?: string | null;
1032
1180
  startDate?: string;
1033
1181
  endDate?: string;
1034
- telephone?: Array<{
1182
+ telephones?: Array<{
1035
1183
  id?: string;
1036
1184
  creationTime?: string;
1037
1185
  creatorId?: string | null;
1038
1186
  lastModificationTime?: string | null;
1039
1187
  lastModifierId?: string | null;
1188
+ isDeleted?: boolean;
1189
+ deleterId?: string | null;
1190
+ deletionTime?: string | null;
1040
1191
  areaCode?: string | null;
1041
1192
  localNumber?: string | null;
1042
1193
  ituCountryCode?: string | null;
1043
1194
  contactInformationTypeId?: string;
1044
1195
  }> | null;
1045
- address?: Array<{
1196
+ addresses?: Array<{
1046
1197
  id?: string;
1047
1198
  creationTime?: string;
1048
1199
  creatorId?: string | null;
@@ -1060,18 +1211,68 @@ export type UpwithCrowd_BackerService_Organizations_OrganizationDto = {
1060
1211
  fullAddress?: string | null;
1061
1212
  contactInformationTypeId?: string;
1062
1213
  }> | null;
1063
- email?: Array<{
1214
+ emails?: Array<{
1064
1215
  id?: string;
1065
1216
  creationTime?: string;
1066
1217
  creatorId?: string | null;
1067
1218
  lastModificationTime?: string | null;
1068
1219
  lastModifierId?: string | null;
1069
- contactInformationTypeId?: string;
1220
+ isDeleted?: boolean;
1221
+ deleterId?: string | null;
1222
+ deletionTime?: string | null;
1070
1223
  emailAddress?: string | null;
1224
+ contactInformationTypeId?: string;
1071
1225
  }> | null;
1072
1226
  };
1073
- entityInformationTypeId?: string;
1074
- contactInformationId?: string;
1227
+ };
1228
+
1229
+ export type UpwithCrowd_BackerService_PersonalSummaries_CreatePersonalSummaryDto = {
1230
+ date?: string;
1231
+ birthDate?: string;
1232
+ ethnicity?: string | null;
1233
+ maritalStatusCode?: string | null;
1234
+ religiousAffiliationName?: string | null;
1235
+ };
1236
+
1237
+ export type UpwithCrowd_BackerService_PersonalSummaries_PersonalSummaryDto = {
1238
+ id?: string;
1239
+ creationTime?: string;
1240
+ creatorId?: string | null;
1241
+ lastModificationTime?: string | null;
1242
+ lastModifierId?: string | null;
1243
+ isDeleted?: boolean;
1244
+ deleterId?: string | null;
1245
+ deletionTime?: string | null;
1246
+ individualId?: string;
1247
+ date?: string;
1248
+ birthDate?: string;
1249
+ ethnicity?: string | null;
1250
+ maritalStatusCode?: string | null;
1251
+ religiousAffiliationName?: string | null;
1252
+ };
1253
+
1254
+ export type UpwithCrowd_BackerService_TelephoneTypes_CreateTelephoneTypeDto = {
1255
+ readonly extraProperties?: {
1256
+ [key: string]: unknown;
1257
+ } | null;
1258
+ areaCode?: string | null;
1259
+ localNumber?: string | null;
1260
+ ituCountryCode?: string | null;
1261
+ };
1262
+
1263
+ export type UpwithCrowd_BackerService_TelephoneTypes_TelephoneTypeDto = {
1264
+ id?: string;
1265
+ creationTime?: string;
1266
+ creatorId?: string | null;
1267
+ lastModificationTime?: string | null;
1268
+ lastModifierId?: string | null;
1269
+ isDeleted?: boolean;
1270
+ deleterId?: string | null;
1271
+ deletionTime?: string | null;
1272
+ areaCode?: string | null;
1273
+ localNumber?: string | null;
1274
+ ituCountryCode?: string | null;
1275
+ contactInformationTypeId?: string;
1075
1276
  };
1076
1277
 
1077
1278
  export type Volo_Abp_Application_Dtos_PagedResultDto_1 = {
@@ -1108,22 +1309,30 @@ export type Volo_Abp_Application_Dtos_PagedResultDto_1 = {
1108
1309
  legalStatusCode?: string | null;
1109
1310
  contactInformation?: {
1110
1311
  id?: string;
1111
- partyId?: string;
1112
- partType?: 0 | 1;
1312
+ creationTime?: string;
1313
+ creatorId?: string | null;
1314
+ lastModificationTime?: string | null;
1315
+ lastModifierId?: string | null;
1316
+ isDeleted?: boolean;
1317
+ deleterId?: string | null;
1318
+ deletionTime?: string | null;
1113
1319
  startDate?: string;
1114
1320
  endDate?: string;
1115
- telephone?: Array<{
1321
+ telephones?: Array<{
1116
1322
  id?: string;
1117
1323
  creationTime?: string;
1118
1324
  creatorId?: string | null;
1119
1325
  lastModificationTime?: string | null;
1120
1326
  lastModifierId?: string | null;
1327
+ isDeleted?: boolean;
1328
+ deleterId?: string | null;
1329
+ deletionTime?: string | null;
1121
1330
  areaCode?: string | null;
1122
1331
  localNumber?: string | null;
1123
1332
  ituCountryCode?: string | null;
1124
1333
  contactInformationTypeId?: string;
1125
1334
  }> | null;
1126
- address?: Array<{
1335
+ addresses?: Array<{
1127
1336
  id?: string;
1128
1337
  creationTime?: string;
1129
1338
  creatorId?: string | null;
@@ -1141,18 +1350,19 @@ export type Volo_Abp_Application_Dtos_PagedResultDto_1 = {
1141
1350
  fullAddress?: string | null;
1142
1351
  contactInformationTypeId?: string;
1143
1352
  }> | null;
1144
- email?: Array<{
1353
+ emails?: Array<{
1145
1354
  id?: string;
1146
1355
  creationTime?: string;
1147
1356
  creatorId?: string | null;
1148
1357
  lastModificationTime?: string | null;
1149
1358
  lastModifierId?: string | null;
1150
- contactInformationTypeId?: string;
1359
+ isDeleted?: boolean;
1360
+ deleterId?: string | null;
1361
+ deletionTime?: string | null;
1151
1362
  emailAddress?: string | null;
1363
+ contactInformationTypeId?: string;
1152
1364
  }> | null;
1153
1365
  };
1154
- entityInformationTypeId?: string;
1155
- contactInformationId?: string;
1156
1366
  }> | null;
1157
1367
  individuals?: Array<{
1158
1368
  id?: string;
@@ -1181,22 +1391,30 @@ export type Volo_Abp_Application_Dtos_PagedResultDto_1 = {
1181
1391
  };
1182
1392
  contactInformation?: {
1183
1393
  id?: string;
1184
- partyId?: string;
1185
- partType?: 0 | 1;
1394
+ creationTime?: string;
1395
+ creatorId?: string | null;
1396
+ lastModificationTime?: string | null;
1397
+ lastModifierId?: string | null;
1398
+ isDeleted?: boolean;
1399
+ deleterId?: string | null;
1400
+ deletionTime?: string | null;
1186
1401
  startDate?: string;
1187
1402
  endDate?: string;
1188
- telephone?: Array<{
1403
+ telephones?: Array<{
1189
1404
  id?: string;
1190
1405
  creationTime?: string;
1191
1406
  creatorId?: string | null;
1192
1407
  lastModificationTime?: string | null;
1193
1408
  lastModifierId?: string | null;
1409
+ isDeleted?: boolean;
1410
+ deleterId?: string | null;
1411
+ deletionTime?: string | null;
1194
1412
  areaCode?: string | null;
1195
1413
  localNumber?: string | null;
1196
1414
  ituCountryCode?: string | null;
1197
1415
  contactInformationTypeId?: string;
1198
1416
  }> | null;
1199
- address?: Array<{
1417
+ addresses?: Array<{
1200
1418
  id?: string;
1201
1419
  creationTime?: string;
1202
1420
  creatorId?: string | null;
@@ -1214,14 +1432,17 @@ export type Volo_Abp_Application_Dtos_PagedResultDto_1 = {
1214
1432
  fullAddress?: string | null;
1215
1433
  contactInformationTypeId?: string;
1216
1434
  }> | null;
1217
- email?: Array<{
1435
+ emails?: Array<{
1218
1436
  id?: string;
1219
1437
  creationTime?: string;
1220
1438
  creatorId?: string | null;
1221
1439
  lastModificationTime?: string | null;
1222
1440
  lastModifierId?: string | null;
1223
- contactInformationTypeId?: string;
1441
+ isDeleted?: boolean;
1442
+ deleterId?: string | null;
1443
+ deletionTime?: string | null;
1224
1444
  emailAddress?: string | null;
1445
+ contactInformationTypeId?: string;
1225
1446
  }> | null;
1226
1447
  };
1227
1448
  personalSummary?: Array<{
@@ -1230,6 +1451,9 @@ export type Volo_Abp_Application_Dtos_PagedResultDto_1 = {
1230
1451
  creatorId?: string | null;
1231
1452
  lastModificationTime?: string | null;
1232
1453
  lastModifierId?: string | null;
1454
+ isDeleted?: boolean;
1455
+ deleterId?: string | null;
1456
+ deletionTime?: string | null;
1233
1457
  individualId?: string;
1234
1458
  date?: string;
1235
1459
  birthDate?: string;
@@ -2656,62 +2880,39 @@ export type GetApiAbpApplicationLocalizationResponse = {
2656
2880
 
2657
2881
  export type PostApiBackerServiceBackersData = {
2658
2882
  requestBody?: {
2659
- id?: string;
2660
- creationTime?: string;
2661
- creatorId?: string | null;
2662
- lastModificationTime?: string | null;
2663
- lastModifierId?: string | null;
2664
- isDeleted?: boolean;
2665
- deleterId?: string | null;
2666
- deletionTime?: string | null;
2667
- entityInformationTypes?: Array<{
2668
- id?: string;
2669
- creationTime?: string;
2670
- creatorId?: string | null;
2671
- lastModificationTime?: string | null;
2672
- lastModifierId?: string | null;
2673
- isDeleted?: boolean;
2674
- deleterId?: string | null;
2675
- deletionTime?: string | null;
2676
- backerId?: string;
2883
+ readonly extraProperties?: {
2884
+ [key: string]: unknown;
2885
+ } | null;
2886
+ entityInformationTypes?: Array<{
2887
+ readonly extraProperties?: {
2888
+ [key: string]: unknown;
2889
+ } | null;
2677
2890
  organizations?: Array<{
2678
- id?: string;
2679
- creationTime?: string;
2680
- creatorId?: string | null;
2681
- lastModificationTime?: string | null;
2682
- lastModifierId?: string | null;
2683
- isDeleted?: boolean;
2684
- deleterId?: string | null;
2685
- deletionTime?: string | null;
2891
+ readonly extraProperties?: {
2892
+ [key: string]: unknown;
2893
+ } | null;
2686
2894
  name?: string | null;
2687
2895
  taxpayerId?: string | null;
2688
2896
  legalStatusCode?: string | null;
2897
+ customerNumber?: string | null;
2689
2898
  contactInformation?: {
2690
- id?: string;
2691
- partyId?: string;
2692
- partType?: 0 | 1;
2899
+ readonly extraProperties?: {
2900
+ [key: string]: unknown;
2901
+ } | null;
2693
2902
  startDate?: string;
2694
2903
  endDate?: string;
2695
- telephone?: Array<{
2696
- id?: string;
2697
- creationTime?: string;
2698
- creatorId?: string | null;
2699
- lastModificationTime?: string | null;
2700
- lastModifierId?: string | null;
2904
+ telephones?: Array<{
2905
+ readonly extraProperties?: {
2906
+ [key: string]: unknown;
2907
+ } | null;
2701
2908
  areaCode?: string | null;
2702
2909
  localNumber?: string | null;
2703
2910
  ituCountryCode?: string | null;
2704
- contactInformationTypeId?: string;
2705
2911
  }> | null;
2706
- address?: Array<{
2707
- id?: string;
2708
- creationTime?: string;
2709
- creatorId?: string | null;
2710
- lastModificationTime?: string | null;
2711
- lastModifierId?: string | null;
2712
- isDeleted?: boolean;
2713
- deleterId?: string | null;
2714
- deletionTime?: string | null;
2912
+ addresses?: Array<{
2913
+ readonly extraProperties?: {
2914
+ [key: string]: unknown;
2915
+ } | null;
2715
2916
  typeCode?: 0 | 1;
2716
2917
  addressLine?: string | null;
2717
2918
  city?: string | null;
@@ -2719,40 +2920,20 @@ export type PostApiBackerServiceBackersData = {
2719
2920
  postalCode?: string | null;
2720
2921
  country?: string | null;
2721
2922
  fullAddress?: string | null;
2722
- contactInformationTypeId?: string;
2723
2923
  }> | null;
2724
- email?: Array<{
2725
- id?: string;
2726
- creationTime?: string;
2727
- creatorId?: string | null;
2728
- lastModificationTime?: string | null;
2729
- lastModifierId?: string | null;
2730
- contactInformationTypeId?: string;
2924
+ emails?: Array<{
2925
+ readonly extraProperties?: {
2926
+ [key: string]: unknown;
2927
+ } | null;
2731
2928
  emailAddress?: string | null;
2732
2929
  }> | null;
2733
2930
  };
2734
- entityInformationTypeId?: string;
2735
- contactInformationId?: string;
2736
2931
  }> | null;
2737
2932
  individuals?: Array<{
2738
- id?: string;
2739
- creationTime?: string;
2740
- creatorId?: string | null;
2741
- lastModificationTime?: string | null;
2742
- lastModifierId?: string | null;
2743
- isDeleted?: boolean;
2744
- deleterId?: string | null;
2745
- deletionTime?: string | null;
2933
+ readonly extraProperties?: {
2934
+ [key: string]: unknown;
2935
+ } | null;
2746
2936
  name?: {
2747
- id?: string;
2748
- creationTime?: string;
2749
- creatorId?: string | null;
2750
- lastModificationTime?: string | null;
2751
- lastModifierId?: string | null;
2752
- isDeleted?: boolean;
2753
- deleterId?: string | null;
2754
- deletionTime?: string | null;
2755
- individualId?: string;
2756
2937
  salutation?: string | null;
2757
2938
  name?: string | null;
2758
2939
  suffix?: string | null;
@@ -2760,31 +2941,23 @@ export type PostApiBackerServiceBackersData = {
2760
2941
  officialName?: string | null;
2761
2942
  };
2762
2943
  contactInformation?: {
2763
- id?: string;
2764
- partyId?: string;
2765
- partType?: 0 | 1;
2944
+ readonly extraProperties?: {
2945
+ [key: string]: unknown;
2946
+ } | null;
2766
2947
  startDate?: string;
2767
2948
  endDate?: string;
2768
- telephone?: Array<{
2769
- id?: string;
2770
- creationTime?: string;
2771
- creatorId?: string | null;
2772
- lastModificationTime?: string | null;
2773
- lastModifierId?: string | null;
2949
+ telephones?: Array<{
2950
+ readonly extraProperties?: {
2951
+ [key: string]: unknown;
2952
+ } | null;
2774
2953
  areaCode?: string | null;
2775
2954
  localNumber?: string | null;
2776
2955
  ituCountryCode?: string | null;
2777
- contactInformationTypeId?: string;
2778
2956
  }> | null;
2779
- address?: Array<{
2780
- id?: string;
2781
- creationTime?: string;
2782
- creatorId?: string | null;
2783
- lastModificationTime?: string | null;
2784
- lastModifierId?: string | null;
2785
- isDeleted?: boolean;
2786
- deleterId?: string | null;
2787
- deletionTime?: string | null;
2957
+ addresses?: Array<{
2958
+ readonly extraProperties?: {
2959
+ [key: string]: unknown;
2960
+ } | null;
2788
2961
  typeCode?: 0 | 1;
2789
2962
  addressLine?: string | null;
2790
2963
  city?: string | null;
@@ -2792,33 +2965,21 @@ export type PostApiBackerServiceBackersData = {
2792
2965
  postalCode?: string | null;
2793
2966
  country?: string | null;
2794
2967
  fullAddress?: string | null;
2795
- contactInformationTypeId?: string;
2796
2968
  }> | null;
2797
- email?: Array<{
2798
- id?: string;
2799
- creationTime?: string;
2800
- creatorId?: string | null;
2801
- lastModificationTime?: string | null;
2802
- lastModifierId?: string | null;
2803
- contactInformationTypeId?: string;
2969
+ emails?: Array<{
2970
+ readonly extraProperties?: {
2971
+ [key: string]: unknown;
2972
+ } | null;
2804
2973
  emailAddress?: string | null;
2805
2974
  }> | null;
2806
2975
  };
2807
- personalSummary?: Array<{
2808
- id?: string;
2809
- creationTime?: string;
2810
- creatorId?: string | null;
2811
- lastModificationTime?: string | null;
2812
- lastModifierId?: string | null;
2813
- individualId?: string;
2976
+ personalSummaries?: Array<{
2814
2977
  date?: string;
2815
2978
  birthDate?: string;
2816
2979
  ethnicity?: string | null;
2817
2980
  maritalStatusCode?: string | null;
2818
2981
  religiousAffiliationName?: string | null;
2819
2982
  }> | null;
2820
- entityInformationTypeId?: string;
2821
- contactInformationId?: string;
2822
2983
  }> | null;
2823
2984
  }> | null;
2824
2985
  };
@@ -2857,22 +3018,30 @@ export type PostApiBackerServiceBackersResponse = {
2857
3018
  legalStatusCode?: string | null;
2858
3019
  contactInformation?: {
2859
3020
  id?: string;
2860
- partyId?: string;
2861
- partType?: 0 | 1;
3021
+ creationTime?: string;
3022
+ creatorId?: string | null;
3023
+ lastModificationTime?: string | null;
3024
+ lastModifierId?: string | null;
3025
+ isDeleted?: boolean;
3026
+ deleterId?: string | null;
3027
+ deletionTime?: string | null;
2862
3028
  startDate?: string;
2863
3029
  endDate?: string;
2864
- telephone?: Array<{
3030
+ telephones?: Array<{
2865
3031
  id?: string;
2866
3032
  creationTime?: string;
2867
3033
  creatorId?: string | null;
2868
3034
  lastModificationTime?: string | null;
2869
3035
  lastModifierId?: string | null;
3036
+ isDeleted?: boolean;
3037
+ deleterId?: string | null;
3038
+ deletionTime?: string | null;
2870
3039
  areaCode?: string | null;
2871
3040
  localNumber?: string | null;
2872
3041
  ituCountryCode?: string | null;
2873
3042
  contactInformationTypeId?: string;
2874
3043
  }> | null;
2875
- address?: Array<{
3044
+ addresses?: Array<{
2876
3045
  id?: string;
2877
3046
  creationTime?: string;
2878
3047
  creatorId?: string | null;
@@ -2890,18 +3059,19 @@ export type PostApiBackerServiceBackersResponse = {
2890
3059
  fullAddress?: string | null;
2891
3060
  contactInformationTypeId?: string;
2892
3061
  }> | null;
2893
- email?: Array<{
3062
+ emails?: Array<{
2894
3063
  id?: string;
2895
3064
  creationTime?: string;
2896
3065
  creatorId?: string | null;
2897
3066
  lastModificationTime?: string | null;
2898
3067
  lastModifierId?: string | null;
2899
- contactInformationTypeId?: string;
3068
+ isDeleted?: boolean;
3069
+ deleterId?: string | null;
3070
+ deletionTime?: string | null;
2900
3071
  emailAddress?: string | null;
3072
+ contactInformationTypeId?: string;
2901
3073
  }> | null;
2902
3074
  };
2903
- entityInformationTypeId?: string;
2904
- contactInformationId?: string;
2905
3075
  }> | null;
2906
3076
  individuals?: Array<{
2907
3077
  id?: string;
@@ -2930,22 +3100,30 @@ export type PostApiBackerServiceBackersResponse = {
2930
3100
  };
2931
3101
  contactInformation?: {
2932
3102
  id?: string;
2933
- partyId?: string;
2934
- partType?: 0 | 1;
3103
+ creationTime?: string;
3104
+ creatorId?: string | null;
3105
+ lastModificationTime?: string | null;
3106
+ lastModifierId?: string | null;
3107
+ isDeleted?: boolean;
3108
+ deleterId?: string | null;
3109
+ deletionTime?: string | null;
2935
3110
  startDate?: string;
2936
3111
  endDate?: string;
2937
- telephone?: Array<{
3112
+ telephones?: Array<{
2938
3113
  id?: string;
2939
3114
  creationTime?: string;
2940
3115
  creatorId?: string | null;
2941
3116
  lastModificationTime?: string | null;
2942
3117
  lastModifierId?: string | null;
3118
+ isDeleted?: boolean;
3119
+ deleterId?: string | null;
3120
+ deletionTime?: string | null;
2943
3121
  areaCode?: string | null;
2944
3122
  localNumber?: string | null;
2945
3123
  ituCountryCode?: string | null;
2946
3124
  contactInformationTypeId?: string;
2947
3125
  }> | null;
2948
- address?: Array<{
3126
+ addresses?: Array<{
2949
3127
  id?: string;
2950
3128
  creationTime?: string;
2951
3129
  creatorId?: string | null;
@@ -2963,14 +3141,17 @@ export type PostApiBackerServiceBackersResponse = {
2963
3141
  fullAddress?: string | null;
2964
3142
  contactInformationTypeId?: string;
2965
3143
  }> | null;
2966
- email?: Array<{
3144
+ emails?: Array<{
2967
3145
  id?: string;
2968
3146
  creationTime?: string;
2969
3147
  creatorId?: string | null;
2970
3148
  lastModificationTime?: string | null;
2971
3149
  lastModifierId?: string | null;
2972
- contactInformationTypeId?: string;
3150
+ isDeleted?: boolean;
3151
+ deleterId?: string | null;
3152
+ deletionTime?: string | null;
2973
3153
  emailAddress?: string | null;
3154
+ contactInformationTypeId?: string;
2974
3155
  }> | null;
2975
3156
  };
2976
3157
  personalSummary?: Array<{
@@ -2979,6 +3160,9 @@ export type PostApiBackerServiceBackersResponse = {
2979
3160
  creatorId?: string | null;
2980
3161
  lastModificationTime?: string | null;
2981
3162
  lastModifierId?: string | null;
3163
+ isDeleted?: boolean;
3164
+ deleterId?: string | null;
3165
+ deletionTime?: string | null;
2982
3166
  individualId?: string;
2983
3167
  date?: string;
2984
3168
  birthDate?: string;
@@ -3037,22 +3221,30 @@ export type GetApiBackerServiceBackersResponse = {
3037
3221
  legalStatusCode?: string | null;
3038
3222
  contactInformation?: {
3039
3223
  id?: string;
3040
- partyId?: string;
3041
- partType?: 0 | 1;
3224
+ creationTime?: string;
3225
+ creatorId?: string | null;
3226
+ lastModificationTime?: string | null;
3227
+ lastModifierId?: string | null;
3228
+ isDeleted?: boolean;
3229
+ deleterId?: string | null;
3230
+ deletionTime?: string | null;
3042
3231
  startDate?: string;
3043
3232
  endDate?: string;
3044
- telephone?: Array<{
3233
+ telephones?: Array<{
3045
3234
  id?: string;
3046
3235
  creationTime?: string;
3047
3236
  creatorId?: string | null;
3048
3237
  lastModificationTime?: string | null;
3049
3238
  lastModifierId?: string | null;
3239
+ isDeleted?: boolean;
3240
+ deleterId?: string | null;
3241
+ deletionTime?: string | null;
3050
3242
  areaCode?: string | null;
3051
3243
  localNumber?: string | null;
3052
3244
  ituCountryCode?: string | null;
3053
3245
  contactInformationTypeId?: string;
3054
3246
  }> | null;
3055
- address?: Array<{
3247
+ addresses?: Array<{
3056
3248
  id?: string;
3057
3249
  creationTime?: string;
3058
3250
  creatorId?: string | null;
@@ -3070,18 +3262,19 @@ export type GetApiBackerServiceBackersResponse = {
3070
3262
  fullAddress?: string | null;
3071
3263
  contactInformationTypeId?: string;
3072
3264
  }> | null;
3073
- email?: Array<{
3265
+ emails?: Array<{
3074
3266
  id?: string;
3075
3267
  creationTime?: string;
3076
3268
  creatorId?: string | null;
3077
3269
  lastModificationTime?: string | null;
3078
3270
  lastModifierId?: string | null;
3079
- contactInformationTypeId?: string;
3271
+ isDeleted?: boolean;
3272
+ deleterId?: string | null;
3273
+ deletionTime?: string | null;
3080
3274
  emailAddress?: string | null;
3275
+ contactInformationTypeId?: string;
3081
3276
  }> | null;
3082
3277
  };
3083
- entityInformationTypeId?: string;
3084
- contactInformationId?: string;
3085
3278
  }> | null;
3086
3279
  individuals?: Array<{
3087
3280
  id?: string;
@@ -3110,22 +3303,30 @@ export type GetApiBackerServiceBackersResponse = {
3110
3303
  };
3111
3304
  contactInformation?: {
3112
3305
  id?: string;
3113
- partyId?: string;
3114
- partType?: 0 | 1;
3306
+ creationTime?: string;
3307
+ creatorId?: string | null;
3308
+ lastModificationTime?: string | null;
3309
+ lastModifierId?: string | null;
3310
+ isDeleted?: boolean;
3311
+ deleterId?: string | null;
3312
+ deletionTime?: string | null;
3115
3313
  startDate?: string;
3116
3314
  endDate?: string;
3117
- telephone?: Array<{
3315
+ telephones?: Array<{
3118
3316
  id?: string;
3119
3317
  creationTime?: string;
3120
3318
  creatorId?: string | null;
3121
3319
  lastModificationTime?: string | null;
3122
3320
  lastModifierId?: string | null;
3321
+ isDeleted?: boolean;
3322
+ deleterId?: string | null;
3323
+ deletionTime?: string | null;
3123
3324
  areaCode?: string | null;
3124
3325
  localNumber?: string | null;
3125
3326
  ituCountryCode?: string | null;
3126
3327
  contactInformationTypeId?: string;
3127
3328
  }> | null;
3128
- address?: Array<{
3329
+ addresses?: Array<{
3129
3330
  id?: string;
3130
3331
  creationTime?: string;
3131
3332
  creatorId?: string | null;
@@ -3143,14 +3344,17 @@ export type GetApiBackerServiceBackersResponse = {
3143
3344
  fullAddress?: string | null;
3144
3345
  contactInformationTypeId?: string;
3145
3346
  }> | null;
3146
- email?: Array<{
3347
+ emails?: Array<{
3147
3348
  id?: string;
3148
3349
  creationTime?: string;
3149
3350
  creatorId?: string | null;
3150
3351
  lastModificationTime?: string | null;
3151
3352
  lastModifierId?: string | null;
3152
- contactInformationTypeId?: string;
3353
+ isDeleted?: boolean;
3354
+ deleterId?: string | null;
3355
+ deletionTime?: string | null;
3153
3356
  emailAddress?: string | null;
3357
+ contactInformationTypeId?: string;
3154
3358
  }> | null;
3155
3359
  };
3156
3360
  personalSummary?: Array<{
@@ -3159,6 +3363,9 @@ export type GetApiBackerServiceBackersResponse = {
3159
3363
  creatorId?: string | null;
3160
3364
  lastModificationTime?: string | null;
3161
3365
  lastModifierId?: string | null;
3366
+ isDeleted?: boolean;
3367
+ deleterId?: string | null;
3368
+ deletionTime?: string | null;
3162
3369
  individualId?: string;
3163
3370
  date?: string;
3164
3371
  birthDate?: string;
@@ -3177,62 +3384,39 @@ export type GetApiBackerServiceBackersResponse = {
3177
3384
  export type PutApiBackerServiceBackersData = {
3178
3385
  id?: string;
3179
3386
  requestBody?: {
3180
- id?: string;
3181
- creationTime?: string;
3182
- creatorId?: string | null;
3183
- lastModificationTime?: string | null;
3184
- lastModifierId?: string | null;
3185
- isDeleted?: boolean;
3186
- deleterId?: string | null;
3187
- deletionTime?: string | null;
3387
+ readonly extraProperties?: {
3388
+ [key: string]: unknown;
3389
+ } | null;
3188
3390
  entityInformationTypes?: Array<{
3189
- id?: string;
3190
- creationTime?: string;
3191
- creatorId?: string | null;
3192
- lastModificationTime?: string | null;
3193
- lastModifierId?: string | null;
3194
- isDeleted?: boolean;
3195
- deleterId?: string | null;
3196
- deletionTime?: string | null;
3197
- backerId?: string;
3391
+ readonly extraProperties?: {
3392
+ [key: string]: unknown;
3393
+ } | null;
3198
3394
  organizations?: Array<{
3199
- id?: string;
3200
- creationTime?: string;
3201
- creatorId?: string | null;
3202
- lastModificationTime?: string | null;
3203
- lastModifierId?: string | null;
3204
- isDeleted?: boolean;
3205
- deleterId?: string | null;
3206
- deletionTime?: string | null;
3395
+ readonly extraProperties?: {
3396
+ [key: string]: unknown;
3397
+ } | null;
3207
3398
  name?: string | null;
3208
3399
  taxpayerId?: string | null;
3209
3400
  legalStatusCode?: string | null;
3401
+ customerNumber?: string | null;
3210
3402
  contactInformation?: {
3211
- id?: string;
3212
- partyId?: string;
3213
- partType?: 0 | 1;
3403
+ readonly extraProperties?: {
3404
+ [key: string]: unknown;
3405
+ } | null;
3214
3406
  startDate?: string;
3215
3407
  endDate?: string;
3216
- telephone?: Array<{
3217
- id?: string;
3218
- creationTime?: string;
3219
- creatorId?: string | null;
3220
- lastModificationTime?: string | null;
3221
- lastModifierId?: string | null;
3408
+ telephones?: Array<{
3409
+ readonly extraProperties?: {
3410
+ [key: string]: unknown;
3411
+ } | null;
3222
3412
  areaCode?: string | null;
3223
3413
  localNumber?: string | null;
3224
3414
  ituCountryCode?: string | null;
3225
- contactInformationTypeId?: string;
3226
3415
  }> | null;
3227
- address?: Array<{
3228
- id?: string;
3229
- creationTime?: string;
3230
- creatorId?: string | null;
3231
- lastModificationTime?: string | null;
3232
- lastModifierId?: string | null;
3233
- isDeleted?: boolean;
3234
- deleterId?: string | null;
3235
- deletionTime?: string | null;
3416
+ addresses?: Array<{
3417
+ readonly extraProperties?: {
3418
+ [key: string]: unknown;
3419
+ } | null;
3236
3420
  typeCode?: 0 | 1;
3237
3421
  addressLine?: string | null;
3238
3422
  city?: string | null;
@@ -3240,40 +3424,20 @@ export type PutApiBackerServiceBackersData = {
3240
3424
  postalCode?: string | null;
3241
3425
  country?: string | null;
3242
3426
  fullAddress?: string | null;
3243
- contactInformationTypeId?: string;
3244
3427
  }> | null;
3245
- email?: Array<{
3246
- id?: string;
3247
- creationTime?: string;
3248
- creatorId?: string | null;
3249
- lastModificationTime?: string | null;
3250
- lastModifierId?: string | null;
3251
- contactInformationTypeId?: string;
3428
+ emails?: Array<{
3429
+ readonly extraProperties?: {
3430
+ [key: string]: unknown;
3431
+ } | null;
3252
3432
  emailAddress?: string | null;
3253
3433
  }> | null;
3254
3434
  };
3255
- entityInformationTypeId?: string;
3256
- contactInformationId?: string;
3257
3435
  }> | null;
3258
3436
  individuals?: Array<{
3259
- id?: string;
3260
- creationTime?: string;
3261
- creatorId?: string | null;
3262
- lastModificationTime?: string | null;
3263
- lastModifierId?: string | null;
3264
- isDeleted?: boolean;
3265
- deleterId?: string | null;
3266
- deletionTime?: string | null;
3437
+ readonly extraProperties?: {
3438
+ [key: string]: unknown;
3439
+ } | null;
3267
3440
  name?: {
3268
- id?: string;
3269
- creationTime?: string;
3270
- creatorId?: string | null;
3271
- lastModificationTime?: string | null;
3272
- lastModifierId?: string | null;
3273
- isDeleted?: boolean;
3274
- deleterId?: string | null;
3275
- deletionTime?: string | null;
3276
- individualId?: string;
3277
3441
  salutation?: string | null;
3278
3442
  name?: string | null;
3279
3443
  suffix?: string | null;
@@ -3281,31 +3445,23 @@ export type PutApiBackerServiceBackersData = {
3281
3445
  officialName?: string | null;
3282
3446
  };
3283
3447
  contactInformation?: {
3284
- id?: string;
3285
- partyId?: string;
3286
- partType?: 0 | 1;
3448
+ readonly extraProperties?: {
3449
+ [key: string]: unknown;
3450
+ } | null;
3287
3451
  startDate?: string;
3288
3452
  endDate?: string;
3289
- telephone?: Array<{
3290
- id?: string;
3291
- creationTime?: string;
3292
- creatorId?: string | null;
3293
- lastModificationTime?: string | null;
3294
- lastModifierId?: string | null;
3453
+ telephones?: Array<{
3454
+ readonly extraProperties?: {
3455
+ [key: string]: unknown;
3456
+ } | null;
3295
3457
  areaCode?: string | null;
3296
3458
  localNumber?: string | null;
3297
3459
  ituCountryCode?: string | null;
3298
- contactInformationTypeId?: string;
3299
3460
  }> | null;
3300
- address?: Array<{
3301
- id?: string;
3302
- creationTime?: string;
3303
- creatorId?: string | null;
3304
- lastModificationTime?: string | null;
3305
- lastModifierId?: string | null;
3306
- isDeleted?: boolean;
3307
- deleterId?: string | null;
3308
- deletionTime?: string | null;
3461
+ addresses?: Array<{
3462
+ readonly extraProperties?: {
3463
+ [key: string]: unknown;
3464
+ } | null;
3309
3465
  typeCode?: 0 | 1;
3310
3466
  addressLine?: string | null;
3311
3467
  city?: string | null;
@@ -3313,33 +3469,21 @@ export type PutApiBackerServiceBackersData = {
3313
3469
  postalCode?: string | null;
3314
3470
  country?: string | null;
3315
3471
  fullAddress?: string | null;
3316
- contactInformationTypeId?: string;
3317
3472
  }> | null;
3318
- email?: Array<{
3319
- id?: string;
3320
- creationTime?: string;
3321
- creatorId?: string | null;
3322
- lastModificationTime?: string | null;
3323
- lastModifierId?: string | null;
3324
- contactInformationTypeId?: string;
3473
+ emails?: Array<{
3474
+ readonly extraProperties?: {
3475
+ [key: string]: unknown;
3476
+ } | null;
3325
3477
  emailAddress?: string | null;
3326
3478
  }> | null;
3327
3479
  };
3328
- personalSummary?: Array<{
3329
- id?: string;
3330
- creationTime?: string;
3331
- creatorId?: string | null;
3332
- lastModificationTime?: string | null;
3333
- lastModifierId?: string | null;
3334
- individualId?: string;
3480
+ personalSummaries?: Array<{
3335
3481
  date?: string;
3336
3482
  birthDate?: string;
3337
3483
  ethnicity?: string | null;
3338
3484
  maritalStatusCode?: string | null;
3339
3485
  religiousAffiliationName?: string | null;
3340
3486
  }> | null;
3341
- entityInformationTypeId?: string;
3342
- contactInformationId?: string;
3343
3487
  }> | null;
3344
3488
  }> | null;
3345
3489
  };
@@ -3378,22 +3522,30 @@ export type PutApiBackerServiceBackersResponse = {
3378
3522
  legalStatusCode?: string | null;
3379
3523
  contactInformation?: {
3380
3524
  id?: string;
3381
- partyId?: string;
3382
- partType?: 0 | 1;
3525
+ creationTime?: string;
3526
+ creatorId?: string | null;
3527
+ lastModificationTime?: string | null;
3528
+ lastModifierId?: string | null;
3529
+ isDeleted?: boolean;
3530
+ deleterId?: string | null;
3531
+ deletionTime?: string | null;
3383
3532
  startDate?: string;
3384
3533
  endDate?: string;
3385
- telephone?: Array<{
3534
+ telephones?: Array<{
3386
3535
  id?: string;
3387
3536
  creationTime?: string;
3388
3537
  creatorId?: string | null;
3389
3538
  lastModificationTime?: string | null;
3390
3539
  lastModifierId?: string | null;
3540
+ isDeleted?: boolean;
3541
+ deleterId?: string | null;
3542
+ deletionTime?: string | null;
3391
3543
  areaCode?: string | null;
3392
3544
  localNumber?: string | null;
3393
3545
  ituCountryCode?: string | null;
3394
3546
  contactInformationTypeId?: string;
3395
3547
  }> | null;
3396
- address?: Array<{
3548
+ addresses?: Array<{
3397
3549
  id?: string;
3398
3550
  creationTime?: string;
3399
3551
  creatorId?: string | null;
@@ -3411,18 +3563,19 @@ export type PutApiBackerServiceBackersResponse = {
3411
3563
  fullAddress?: string | null;
3412
3564
  contactInformationTypeId?: string;
3413
3565
  }> | null;
3414
- email?: Array<{
3566
+ emails?: Array<{
3415
3567
  id?: string;
3416
3568
  creationTime?: string;
3417
3569
  creatorId?: string | null;
3418
3570
  lastModificationTime?: string | null;
3419
3571
  lastModifierId?: string | null;
3420
- contactInformationTypeId?: string;
3572
+ isDeleted?: boolean;
3573
+ deleterId?: string | null;
3574
+ deletionTime?: string | null;
3421
3575
  emailAddress?: string | null;
3576
+ contactInformationTypeId?: string;
3422
3577
  }> | null;
3423
3578
  };
3424
- entityInformationTypeId?: string;
3425
- contactInformationId?: string;
3426
3579
  }> | null;
3427
3580
  individuals?: Array<{
3428
3581
  id?: string;
@@ -3451,22 +3604,30 @@ export type PutApiBackerServiceBackersResponse = {
3451
3604
  };
3452
3605
  contactInformation?: {
3453
3606
  id?: string;
3454
- partyId?: string;
3455
- partType?: 0 | 1;
3607
+ creationTime?: string;
3608
+ creatorId?: string | null;
3609
+ lastModificationTime?: string | null;
3610
+ lastModifierId?: string | null;
3611
+ isDeleted?: boolean;
3612
+ deleterId?: string | null;
3613
+ deletionTime?: string | null;
3456
3614
  startDate?: string;
3457
3615
  endDate?: string;
3458
- telephone?: Array<{
3616
+ telephones?: Array<{
3459
3617
  id?: string;
3460
3618
  creationTime?: string;
3461
3619
  creatorId?: string | null;
3462
3620
  lastModificationTime?: string | null;
3463
3621
  lastModifierId?: string | null;
3622
+ isDeleted?: boolean;
3623
+ deleterId?: string | null;
3624
+ deletionTime?: string | null;
3464
3625
  areaCode?: string | null;
3465
3626
  localNumber?: string | null;
3466
3627
  ituCountryCode?: string | null;
3467
3628
  contactInformationTypeId?: string;
3468
3629
  }> | null;
3469
- address?: Array<{
3630
+ addresses?: Array<{
3470
3631
  id?: string;
3471
3632
  creationTime?: string;
3472
3633
  creatorId?: string | null;
@@ -3484,14 +3645,17 @@ export type PutApiBackerServiceBackersResponse = {
3484
3645
  fullAddress?: string | null;
3485
3646
  contactInformationTypeId?: string;
3486
3647
  }> | null;
3487
- email?: Array<{
3648
+ emails?: Array<{
3488
3649
  id?: string;
3489
3650
  creationTime?: string;
3490
3651
  creatorId?: string | null;
3491
3652
  lastModificationTime?: string | null;
3492
3653
  lastModifierId?: string | null;
3493
- contactInformationTypeId?: string;
3654
+ isDeleted?: boolean;
3655
+ deleterId?: string | null;
3656
+ deletionTime?: string | null;
3494
3657
  emailAddress?: string | null;
3658
+ contactInformationTypeId?: string;
3495
3659
  }> | null;
3496
3660
  };
3497
3661
  personalSummary?: Array<{
@@ -3500,6 +3664,9 @@ export type PutApiBackerServiceBackersResponse = {
3500
3664
  creatorId?: string | null;
3501
3665
  lastModificationTime?: string | null;
3502
3666
  lastModifierId?: string | null;
3667
+ isDeleted?: boolean;
3668
+ deleterId?: string | null;
3669
+ deletionTime?: string | null;
3503
3670
  individualId?: string;
3504
3671
  date?: string;
3505
3672
  birthDate?: string;
@@ -3515,62 +3682,39 @@ export type PutApiBackerServiceBackersResponse = {
3515
3682
 
3516
3683
  export type PostApiBackerServiceBackersWithComponentsData = {
3517
3684
  requestBody?: {
3518
- id?: string;
3519
- creationTime?: string;
3520
- creatorId?: string | null;
3521
- lastModificationTime?: string | null;
3522
- lastModifierId?: string | null;
3523
- isDeleted?: boolean;
3524
- deleterId?: string | null;
3525
- deletionTime?: string | null;
3526
- entityInformationTypes?: Array<{
3527
- id?: string;
3528
- creationTime?: string;
3529
- creatorId?: string | null;
3530
- lastModificationTime?: string | null;
3531
- lastModifierId?: string | null;
3532
- isDeleted?: boolean;
3533
- deleterId?: string | null;
3534
- deletionTime?: string | null;
3535
- backerId?: string;
3685
+ readonly extraProperties?: {
3686
+ [key: string]: unknown;
3687
+ } | null;
3688
+ entityInformationTypes: Array<{
3689
+ readonly extraProperties?: {
3690
+ [key: string]: unknown;
3691
+ } | null;
3536
3692
  organizations?: Array<{
3537
- id?: string;
3538
- creationTime?: string;
3539
- creatorId?: string | null;
3540
- lastModificationTime?: string | null;
3541
- lastModifierId?: string | null;
3542
- isDeleted?: boolean;
3543
- deleterId?: string | null;
3544
- deletionTime?: string | null;
3693
+ readonly extraProperties?: {
3694
+ [key: string]: unknown;
3695
+ } | null;
3545
3696
  name?: string | null;
3546
3697
  taxpayerId?: string | null;
3547
3698
  legalStatusCode?: string | null;
3699
+ customerNumber?: string | null;
3548
3700
  contactInformation?: {
3549
- id?: string;
3550
- partyId?: string;
3551
- partType?: 0 | 1;
3701
+ readonly extraProperties?: {
3702
+ [key: string]: unknown;
3703
+ } | null;
3552
3704
  startDate?: string;
3553
3705
  endDate?: string;
3554
- telephone?: Array<{
3555
- id?: string;
3556
- creationTime?: string;
3557
- creatorId?: string | null;
3558
- lastModificationTime?: string | null;
3559
- lastModifierId?: string | null;
3706
+ telephones?: Array<{
3707
+ readonly extraProperties?: {
3708
+ [key: string]: unknown;
3709
+ } | null;
3560
3710
  areaCode?: string | null;
3561
3711
  localNumber?: string | null;
3562
3712
  ituCountryCode?: string | null;
3563
- contactInformationTypeId?: string;
3564
3713
  }> | null;
3565
- address?: Array<{
3566
- id?: string;
3567
- creationTime?: string;
3568
- creatorId?: string | null;
3569
- lastModificationTime?: string | null;
3570
- lastModifierId?: string | null;
3571
- isDeleted?: boolean;
3572
- deleterId?: string | null;
3573
- deletionTime?: string | null;
3714
+ addresses?: Array<{
3715
+ readonly extraProperties?: {
3716
+ [key: string]: unknown;
3717
+ } | null;
3574
3718
  typeCode?: 0 | 1;
3575
3719
  addressLine?: string | null;
3576
3720
  city?: string | null;
@@ -3578,40 +3722,20 @@ export type PostApiBackerServiceBackersWithComponentsData = {
3578
3722
  postalCode?: string | null;
3579
3723
  country?: string | null;
3580
3724
  fullAddress?: string | null;
3581
- contactInformationTypeId?: string;
3582
3725
  }> | null;
3583
- email?: Array<{
3584
- id?: string;
3585
- creationTime?: string;
3586
- creatorId?: string | null;
3587
- lastModificationTime?: string | null;
3588
- lastModifierId?: string | null;
3589
- contactInformationTypeId?: string;
3726
+ emails?: Array<{
3727
+ readonly extraProperties?: {
3728
+ [key: string]: unknown;
3729
+ } | null;
3590
3730
  emailAddress?: string | null;
3591
3731
  }> | null;
3592
3732
  };
3593
- entityInformationTypeId?: string;
3594
- contactInformationId?: string;
3595
3733
  }> | null;
3596
3734
  individuals?: Array<{
3597
- id?: string;
3598
- creationTime?: string;
3599
- creatorId?: string | null;
3600
- lastModificationTime?: string | null;
3601
- lastModifierId?: string | null;
3602
- isDeleted?: boolean;
3603
- deleterId?: string | null;
3604
- deletionTime?: string | null;
3735
+ readonly extraProperties?: {
3736
+ [key: string]: unknown;
3737
+ } | null;
3605
3738
  name?: {
3606
- id?: string;
3607
- creationTime?: string;
3608
- creatorId?: string | null;
3609
- lastModificationTime?: string | null;
3610
- lastModifierId?: string | null;
3611
- isDeleted?: boolean;
3612
- deleterId?: string | null;
3613
- deletionTime?: string | null;
3614
- individualId?: string;
3615
3739
  salutation?: string | null;
3616
3740
  name?: string | null;
3617
3741
  suffix?: string | null;
@@ -3619,31 +3743,23 @@ export type PostApiBackerServiceBackersWithComponentsData = {
3619
3743
  officialName?: string | null;
3620
3744
  };
3621
3745
  contactInformation?: {
3622
- id?: string;
3623
- partyId?: string;
3624
- partType?: 0 | 1;
3746
+ readonly extraProperties?: {
3747
+ [key: string]: unknown;
3748
+ } | null;
3625
3749
  startDate?: string;
3626
3750
  endDate?: string;
3627
- telephone?: Array<{
3628
- id?: string;
3629
- creationTime?: string;
3630
- creatorId?: string | null;
3631
- lastModificationTime?: string | null;
3632
- lastModifierId?: string | null;
3751
+ telephones?: Array<{
3752
+ readonly extraProperties?: {
3753
+ [key: string]: unknown;
3754
+ } | null;
3633
3755
  areaCode?: string | null;
3634
3756
  localNumber?: string | null;
3635
3757
  ituCountryCode?: string | null;
3636
- contactInformationTypeId?: string;
3637
3758
  }> | null;
3638
- address?: Array<{
3639
- id?: string;
3640
- creationTime?: string;
3641
- creatorId?: string | null;
3642
- lastModificationTime?: string | null;
3643
- lastModifierId?: string | null;
3644
- isDeleted?: boolean;
3645
- deleterId?: string | null;
3646
- deletionTime?: string | null;
3759
+ addresses?: Array<{
3760
+ readonly extraProperties?: {
3761
+ [key: string]: unknown;
3762
+ } | null;
3647
3763
  typeCode?: 0 | 1;
3648
3764
  addressLine?: string | null;
3649
3765
  city?: string | null;
@@ -3651,35 +3767,23 @@ export type PostApiBackerServiceBackersWithComponentsData = {
3651
3767
  postalCode?: string | null;
3652
3768
  country?: string | null;
3653
3769
  fullAddress?: string | null;
3654
- contactInformationTypeId?: string;
3655
3770
  }> | null;
3656
- email?: Array<{
3657
- id?: string;
3658
- creationTime?: string;
3659
- creatorId?: string | null;
3660
- lastModificationTime?: string | null;
3661
- lastModifierId?: string | null;
3662
- contactInformationTypeId?: string;
3771
+ emails?: Array<{
3772
+ readonly extraProperties?: {
3773
+ [key: string]: unknown;
3774
+ } | null;
3663
3775
  emailAddress?: string | null;
3664
3776
  }> | null;
3665
3777
  };
3666
- personalSummary?: Array<{
3667
- id?: string;
3668
- creationTime?: string;
3669
- creatorId?: string | null;
3670
- lastModificationTime?: string | null;
3671
- lastModifierId?: string | null;
3672
- individualId?: string;
3778
+ personalSummaries?: Array<{
3673
3779
  date?: string;
3674
3780
  birthDate?: string;
3675
3781
  ethnicity?: string | null;
3676
3782
  maritalStatusCode?: string | null;
3677
3783
  religiousAffiliationName?: string | null;
3678
3784
  }> | null;
3679
- entityInformationTypeId?: string;
3680
- contactInformationId?: string;
3681
3785
  }> | null;
3682
- }> | null;
3786
+ }>;
3683
3787
  };
3684
3788
  };
3685
3789
 
@@ -3716,22 +3820,30 @@ export type PostApiBackerServiceBackersWithComponentsResponse = {
3716
3820
  legalStatusCode?: string | null;
3717
3821
  contactInformation?: {
3718
3822
  id?: string;
3719
- partyId?: string;
3720
- partType?: 0 | 1;
3823
+ creationTime?: string;
3824
+ creatorId?: string | null;
3825
+ lastModificationTime?: string | null;
3826
+ lastModifierId?: string | null;
3827
+ isDeleted?: boolean;
3828
+ deleterId?: string | null;
3829
+ deletionTime?: string | null;
3721
3830
  startDate?: string;
3722
3831
  endDate?: string;
3723
- telephone?: Array<{
3832
+ telephones?: Array<{
3724
3833
  id?: string;
3725
3834
  creationTime?: string;
3726
3835
  creatorId?: string | null;
3727
3836
  lastModificationTime?: string | null;
3728
3837
  lastModifierId?: string | null;
3838
+ isDeleted?: boolean;
3839
+ deleterId?: string | null;
3840
+ deletionTime?: string | null;
3729
3841
  areaCode?: string | null;
3730
3842
  localNumber?: string | null;
3731
3843
  ituCountryCode?: string | null;
3732
3844
  contactInformationTypeId?: string;
3733
3845
  }> | null;
3734
- address?: Array<{
3846
+ addresses?: Array<{
3735
3847
  id?: string;
3736
3848
  creationTime?: string;
3737
3849
  creatorId?: string | null;
@@ -3749,18 +3861,19 @@ export type PostApiBackerServiceBackersWithComponentsResponse = {
3749
3861
  fullAddress?: string | null;
3750
3862
  contactInformationTypeId?: string;
3751
3863
  }> | null;
3752
- email?: Array<{
3864
+ emails?: Array<{
3753
3865
  id?: string;
3754
3866
  creationTime?: string;
3755
3867
  creatorId?: string | null;
3756
3868
  lastModificationTime?: string | null;
3757
3869
  lastModifierId?: string | null;
3758
- contactInformationTypeId?: string;
3870
+ isDeleted?: boolean;
3871
+ deleterId?: string | null;
3872
+ deletionTime?: string | null;
3759
3873
  emailAddress?: string | null;
3874
+ contactInformationTypeId?: string;
3760
3875
  }> | null;
3761
3876
  };
3762
- entityInformationTypeId?: string;
3763
- contactInformationId?: string;
3764
3877
  }> | null;
3765
3878
  individuals?: Array<{
3766
3879
  id?: string;
@@ -3789,22 +3902,30 @@ export type PostApiBackerServiceBackersWithComponentsResponse = {
3789
3902
  };
3790
3903
  contactInformation?: {
3791
3904
  id?: string;
3792
- partyId?: string;
3793
- partType?: 0 | 1;
3905
+ creationTime?: string;
3906
+ creatorId?: string | null;
3907
+ lastModificationTime?: string | null;
3908
+ lastModifierId?: string | null;
3909
+ isDeleted?: boolean;
3910
+ deleterId?: string | null;
3911
+ deletionTime?: string | null;
3794
3912
  startDate?: string;
3795
3913
  endDate?: string;
3796
- telephone?: Array<{
3914
+ telephones?: Array<{
3797
3915
  id?: string;
3798
3916
  creationTime?: string;
3799
3917
  creatorId?: string | null;
3800
3918
  lastModificationTime?: string | null;
3801
3919
  lastModifierId?: string | null;
3920
+ isDeleted?: boolean;
3921
+ deleterId?: string | null;
3922
+ deletionTime?: string | null;
3802
3923
  areaCode?: string | null;
3803
3924
  localNumber?: string | null;
3804
3925
  ituCountryCode?: string | null;
3805
3926
  contactInformationTypeId?: string;
3806
3927
  }> | null;
3807
- address?: Array<{
3928
+ addresses?: Array<{
3808
3929
  id?: string;
3809
3930
  creationTime?: string;
3810
3931
  creatorId?: string | null;
@@ -3822,14 +3943,17 @@ export type PostApiBackerServiceBackersWithComponentsResponse = {
3822
3943
  fullAddress?: string | null;
3823
3944
  contactInformationTypeId?: string;
3824
3945
  }> | null;
3825
- email?: Array<{
3946
+ emails?: Array<{
3826
3947
  id?: string;
3827
3948
  creationTime?: string;
3828
3949
  creatorId?: string | null;
3829
3950
  lastModificationTime?: string | null;
3830
3951
  lastModifierId?: string | null;
3831
- contactInformationTypeId?: string;
3952
+ isDeleted?: boolean;
3953
+ deleterId?: string | null;
3954
+ deletionTime?: string | null;
3832
3955
  emailAddress?: string | null;
3956
+ contactInformationTypeId?: string;
3833
3957
  }> | null;
3834
3958
  };
3835
3959
  personalSummary?: Array<{
@@ -3838,6 +3962,9 @@ export type PostApiBackerServiceBackersWithComponentsResponse = {
3838
3962
  creatorId?: string | null;
3839
3963
  lastModificationTime?: string | null;
3840
3964
  lastModifierId?: string | null;
3965
+ isDeleted?: boolean;
3966
+ deleterId?: string | null;
3967
+ deletionTime?: string | null;
3841
3968
  individualId?: string;
3842
3969
  date?: string;
3843
3970
  birthDate?: string;
@@ -3888,22 +4015,30 @@ export type GetApiBackerServiceBackersByIdResponse = {
3888
4015
  legalStatusCode?: string | null;
3889
4016
  contactInformation?: {
3890
4017
  id?: string;
3891
- partyId?: string;
3892
- partType?: 0 | 1;
4018
+ creationTime?: string;
4019
+ creatorId?: string | null;
4020
+ lastModificationTime?: string | null;
4021
+ lastModifierId?: string | null;
4022
+ isDeleted?: boolean;
4023
+ deleterId?: string | null;
4024
+ deletionTime?: string | null;
3893
4025
  startDate?: string;
3894
4026
  endDate?: string;
3895
- telephone?: Array<{
4027
+ telephones?: Array<{
3896
4028
  id?: string;
3897
4029
  creationTime?: string;
3898
4030
  creatorId?: string | null;
3899
4031
  lastModificationTime?: string | null;
3900
4032
  lastModifierId?: string | null;
4033
+ isDeleted?: boolean;
4034
+ deleterId?: string | null;
4035
+ deletionTime?: string | null;
3901
4036
  areaCode?: string | null;
3902
4037
  localNumber?: string | null;
3903
4038
  ituCountryCode?: string | null;
3904
4039
  contactInformationTypeId?: string;
3905
4040
  }> | null;
3906
- address?: Array<{
4041
+ addresses?: Array<{
3907
4042
  id?: string;
3908
4043
  creationTime?: string;
3909
4044
  creatorId?: string | null;
@@ -3921,18 +4056,19 @@ export type GetApiBackerServiceBackersByIdResponse = {
3921
4056
  fullAddress?: string | null;
3922
4057
  contactInformationTypeId?: string;
3923
4058
  }> | null;
3924
- email?: Array<{
4059
+ emails?: Array<{
3925
4060
  id?: string;
3926
4061
  creationTime?: string;
3927
4062
  creatorId?: string | null;
3928
4063
  lastModificationTime?: string | null;
3929
4064
  lastModifierId?: string | null;
3930
- contactInformationTypeId?: string;
4065
+ isDeleted?: boolean;
4066
+ deleterId?: string | null;
4067
+ deletionTime?: string | null;
3931
4068
  emailAddress?: string | null;
4069
+ contactInformationTypeId?: string;
3932
4070
  }> | null;
3933
4071
  };
3934
- entityInformationTypeId?: string;
3935
- contactInformationId?: string;
3936
4072
  }> | null;
3937
4073
  individuals?: Array<{
3938
4074
  id?: string;
@@ -3961,22 +4097,30 @@ export type GetApiBackerServiceBackersByIdResponse = {
3961
4097
  };
3962
4098
  contactInformation?: {
3963
4099
  id?: string;
3964
- partyId?: string;
3965
- partType?: 0 | 1;
4100
+ creationTime?: string;
4101
+ creatorId?: string | null;
4102
+ lastModificationTime?: string | null;
4103
+ lastModifierId?: string | null;
4104
+ isDeleted?: boolean;
4105
+ deleterId?: string | null;
4106
+ deletionTime?: string | null;
3966
4107
  startDate?: string;
3967
4108
  endDate?: string;
3968
- telephone?: Array<{
4109
+ telephones?: Array<{
3969
4110
  id?: string;
3970
4111
  creationTime?: string;
3971
4112
  creatorId?: string | null;
3972
4113
  lastModificationTime?: string | null;
3973
4114
  lastModifierId?: string | null;
4115
+ isDeleted?: boolean;
4116
+ deleterId?: string | null;
4117
+ deletionTime?: string | null;
3974
4118
  areaCode?: string | null;
3975
4119
  localNumber?: string | null;
3976
4120
  ituCountryCode?: string | null;
3977
4121
  contactInformationTypeId?: string;
3978
4122
  }> | null;
3979
- address?: Array<{
4123
+ addresses?: Array<{
3980
4124
  id?: string;
3981
4125
  creationTime?: string;
3982
4126
  creatorId?: string | null;
@@ -3994,14 +4138,17 @@ export type GetApiBackerServiceBackersByIdResponse = {
3994
4138
  fullAddress?: string | null;
3995
4139
  contactInformationTypeId?: string;
3996
4140
  }> | null;
3997
- email?: Array<{
4141
+ emails?: Array<{
3998
4142
  id?: string;
3999
4143
  creationTime?: string;
4000
4144
  creatorId?: string | null;
4001
4145
  lastModificationTime?: string | null;
4002
4146
  lastModifierId?: string | null;
4003
- contactInformationTypeId?: string;
4147
+ isDeleted?: boolean;
4148
+ deleterId?: string | null;
4149
+ deletionTime?: string | null;
4004
4150
  emailAddress?: string | null;
4151
+ contactInformationTypeId?: string;
4005
4152
  }> | null;
4006
4153
  };
4007
4154
  personalSummary?: Array<{
@@ -4010,6 +4157,9 @@ export type GetApiBackerServiceBackersByIdResponse = {
4010
4157
  creatorId?: string | null;
4011
4158
  lastModificationTime?: string | null;
4012
4159
  lastModifierId?: string | null;
4160
+ isDeleted?: boolean;
4161
+ deleterId?: string | null;
4162
+ deletionTime?: string | null;
4013
4163
  individualId?: string;
4014
4164
  date?: string;
4015
4165
  birthDate?: string;
@@ -4060,22 +4210,30 @@ export type GetApiBackerServiceBackersDetailByIdResponse = {
4060
4210
  legalStatusCode?: string | null;
4061
4211
  contactInformation?: {
4062
4212
  id?: string;
4063
- partyId?: string;
4064
- partType?: 0 | 1;
4213
+ creationTime?: string;
4214
+ creatorId?: string | null;
4215
+ lastModificationTime?: string | null;
4216
+ lastModifierId?: string | null;
4217
+ isDeleted?: boolean;
4218
+ deleterId?: string | null;
4219
+ deletionTime?: string | null;
4065
4220
  startDate?: string;
4066
4221
  endDate?: string;
4067
- telephone?: Array<{
4222
+ telephones?: Array<{
4068
4223
  id?: string;
4069
4224
  creationTime?: string;
4070
4225
  creatorId?: string | null;
4071
4226
  lastModificationTime?: string | null;
4072
4227
  lastModifierId?: string | null;
4228
+ isDeleted?: boolean;
4229
+ deleterId?: string | null;
4230
+ deletionTime?: string | null;
4073
4231
  areaCode?: string | null;
4074
4232
  localNumber?: string | null;
4075
4233
  ituCountryCode?: string | null;
4076
4234
  contactInformationTypeId?: string;
4077
4235
  }> | null;
4078
- address?: Array<{
4236
+ addresses?: Array<{
4079
4237
  id?: string;
4080
4238
  creationTime?: string;
4081
4239
  creatorId?: string | null;
@@ -4093,18 +4251,19 @@ export type GetApiBackerServiceBackersDetailByIdResponse = {
4093
4251
  fullAddress?: string | null;
4094
4252
  contactInformationTypeId?: string;
4095
4253
  }> | null;
4096
- email?: Array<{
4254
+ emails?: Array<{
4097
4255
  id?: string;
4098
4256
  creationTime?: string;
4099
4257
  creatorId?: string | null;
4100
4258
  lastModificationTime?: string | null;
4101
4259
  lastModifierId?: string | null;
4102
- contactInformationTypeId?: string;
4260
+ isDeleted?: boolean;
4261
+ deleterId?: string | null;
4262
+ deletionTime?: string | null;
4103
4263
  emailAddress?: string | null;
4264
+ contactInformationTypeId?: string;
4104
4265
  }> | null;
4105
4266
  };
4106
- entityInformationTypeId?: string;
4107
- contactInformationId?: string;
4108
4267
  }> | null;
4109
4268
  individuals?: Array<{
4110
4269
  id?: string;
@@ -4133,22 +4292,30 @@ export type GetApiBackerServiceBackersDetailByIdResponse = {
4133
4292
  };
4134
4293
  contactInformation?: {
4135
4294
  id?: string;
4136
- partyId?: string;
4137
- partType?: 0 | 1;
4295
+ creationTime?: string;
4296
+ creatorId?: string | null;
4297
+ lastModificationTime?: string | null;
4298
+ lastModifierId?: string | null;
4299
+ isDeleted?: boolean;
4300
+ deleterId?: string | null;
4301
+ deletionTime?: string | null;
4138
4302
  startDate?: string;
4139
4303
  endDate?: string;
4140
- telephone?: Array<{
4304
+ telephones?: Array<{
4141
4305
  id?: string;
4142
4306
  creationTime?: string;
4143
4307
  creatorId?: string | null;
4144
4308
  lastModificationTime?: string | null;
4145
4309
  lastModifierId?: string | null;
4310
+ isDeleted?: boolean;
4311
+ deleterId?: string | null;
4312
+ deletionTime?: string | null;
4146
4313
  areaCode?: string | null;
4147
4314
  localNumber?: string | null;
4148
4315
  ituCountryCode?: string | null;
4149
4316
  contactInformationTypeId?: string;
4150
4317
  }> | null;
4151
- address?: Array<{
4318
+ addresses?: Array<{
4152
4319
  id?: string;
4153
4320
  creationTime?: string;
4154
4321
  creatorId?: string | null;
@@ -4166,14 +4333,17 @@ export type GetApiBackerServiceBackersDetailByIdResponse = {
4166
4333
  fullAddress?: string | null;
4167
4334
  contactInformationTypeId?: string;
4168
4335
  }> | null;
4169
- email?: Array<{
4336
+ emails?: Array<{
4170
4337
  id?: string;
4171
4338
  creationTime?: string;
4172
4339
  creatorId?: string | null;
4173
4340
  lastModificationTime?: string | null;
4174
4341
  lastModifierId?: string | null;
4175
- contactInformationTypeId?: string;
4342
+ isDeleted?: boolean;
4343
+ deleterId?: string | null;
4344
+ deletionTime?: string | null;
4176
4345
  emailAddress?: string | null;
4346
+ contactInformationTypeId?: string;
4177
4347
  }> | null;
4178
4348
  };
4179
4349
  personalSummary?: Array<{
@@ -4182,6 +4352,9 @@ export type GetApiBackerServiceBackersDetailByIdResponse = {
4182
4352
  creatorId?: string | null;
4183
4353
  lastModificationTime?: string | null;
4184
4354
  lastModifierId?: string | null;
4355
+ isDeleted?: boolean;
4356
+ deleterId?: string | null;
4357
+ deletionTime?: string | null;
4185
4358
  individualId?: string;
4186
4359
  date?: string;
4187
4360
  birthDate?: string;
@@ -4864,22 +5037,30 @@ export type $OpenApiTs = {
4864
5037
  legalStatusCode?: string | null;
4865
5038
  contactInformation?: {
4866
5039
  id?: string;
4867
- partyId?: string;
4868
- partType?: 0 | 1;
5040
+ creationTime?: string;
5041
+ creatorId?: string | null;
5042
+ lastModificationTime?: string | null;
5043
+ lastModifierId?: string | null;
5044
+ isDeleted?: boolean;
5045
+ deleterId?: string | null;
5046
+ deletionTime?: string | null;
4869
5047
  startDate?: string;
4870
5048
  endDate?: string;
4871
- telephone?: Array<{
5049
+ telephones?: Array<{
4872
5050
  id?: string;
4873
5051
  creationTime?: string;
4874
5052
  creatorId?: string | null;
4875
5053
  lastModificationTime?: string | null;
4876
5054
  lastModifierId?: string | null;
5055
+ isDeleted?: boolean;
5056
+ deleterId?: string | null;
5057
+ deletionTime?: string | null;
4877
5058
  areaCode?: string | null;
4878
5059
  localNumber?: string | null;
4879
5060
  ituCountryCode?: string | null;
4880
5061
  contactInformationTypeId?: string;
4881
5062
  }> | null;
4882
- address?: Array<{
5063
+ addresses?: Array<{
4883
5064
  id?: string;
4884
5065
  creationTime?: string;
4885
5066
  creatorId?: string | null;
@@ -4897,18 +5078,19 @@ export type $OpenApiTs = {
4897
5078
  fullAddress?: string | null;
4898
5079
  contactInformationTypeId?: string;
4899
5080
  }> | null;
4900
- email?: Array<{
5081
+ emails?: Array<{
4901
5082
  id?: string;
4902
5083
  creationTime?: string;
4903
5084
  creatorId?: string | null;
4904
5085
  lastModificationTime?: string | null;
4905
5086
  lastModifierId?: string | null;
4906
- contactInformationTypeId?: string;
5087
+ isDeleted?: boolean;
5088
+ deleterId?: string | null;
5089
+ deletionTime?: string | null;
4907
5090
  emailAddress?: string | null;
5091
+ contactInformationTypeId?: string;
4908
5092
  }> | null;
4909
5093
  };
4910
- entityInformationTypeId?: string;
4911
- contactInformationId?: string;
4912
5094
  }> | null;
4913
5095
  individuals?: Array<{
4914
5096
  id?: string;
@@ -4937,22 +5119,30 @@ export type $OpenApiTs = {
4937
5119
  };
4938
5120
  contactInformation?: {
4939
5121
  id?: string;
4940
- partyId?: string;
4941
- partType?: 0 | 1;
5122
+ creationTime?: string;
5123
+ creatorId?: string | null;
5124
+ lastModificationTime?: string | null;
5125
+ lastModifierId?: string | null;
5126
+ isDeleted?: boolean;
5127
+ deleterId?: string | null;
5128
+ deletionTime?: string | null;
4942
5129
  startDate?: string;
4943
5130
  endDate?: string;
4944
- telephone?: Array<{
5131
+ telephones?: Array<{
4945
5132
  id?: string;
4946
5133
  creationTime?: string;
4947
5134
  creatorId?: string | null;
4948
5135
  lastModificationTime?: string | null;
4949
5136
  lastModifierId?: string | null;
5137
+ isDeleted?: boolean;
5138
+ deleterId?: string | null;
5139
+ deletionTime?: string | null;
4950
5140
  areaCode?: string | null;
4951
5141
  localNumber?: string | null;
4952
5142
  ituCountryCode?: string | null;
4953
5143
  contactInformationTypeId?: string;
4954
5144
  }> | null;
4955
- address?: Array<{
5145
+ addresses?: Array<{
4956
5146
  id?: string;
4957
5147
  creationTime?: string;
4958
5148
  creatorId?: string | null;
@@ -4970,14 +5160,17 @@ export type $OpenApiTs = {
4970
5160
  fullAddress?: string | null;
4971
5161
  contactInformationTypeId?: string;
4972
5162
  }> | null;
4973
- email?: Array<{
5163
+ emails?: Array<{
4974
5164
  id?: string;
4975
5165
  creationTime?: string;
4976
5166
  creatorId?: string | null;
4977
5167
  lastModificationTime?: string | null;
4978
5168
  lastModifierId?: string | null;
4979
- contactInformationTypeId?: string;
5169
+ isDeleted?: boolean;
5170
+ deleterId?: string | null;
5171
+ deletionTime?: string | null;
4980
5172
  emailAddress?: string | null;
5173
+ contactInformationTypeId?: string;
4981
5174
  }> | null;
4982
5175
  };
4983
5176
  personalSummary?: Array<{
@@ -4986,6 +5179,9 @@ export type $OpenApiTs = {
4986
5179
  creatorId?: string | null;
4987
5180
  lastModificationTime?: string | null;
4988
5181
  lastModifierId?: string | null;
5182
+ isDeleted?: boolean;
5183
+ deleterId?: string | null;
5184
+ deletionTime?: string | null;
4989
5185
  individualId?: string;
4990
5186
  date?: string;
4991
5187
  birthDate?: string;
@@ -5253,22 +5449,30 @@ export type $OpenApiTs = {
5253
5449
  legalStatusCode?: string | null;
5254
5450
  contactInformation?: {
5255
5451
  id?: string;
5256
- partyId?: string;
5257
- partType?: 0 | 1;
5452
+ creationTime?: string;
5453
+ creatorId?: string | null;
5454
+ lastModificationTime?: string | null;
5455
+ lastModifierId?: string | null;
5456
+ isDeleted?: boolean;
5457
+ deleterId?: string | null;
5458
+ deletionTime?: string | null;
5258
5459
  startDate?: string;
5259
5460
  endDate?: string;
5260
- telephone?: Array<{
5461
+ telephones?: Array<{
5261
5462
  id?: string;
5262
5463
  creationTime?: string;
5263
5464
  creatorId?: string | null;
5264
5465
  lastModificationTime?: string | null;
5265
5466
  lastModifierId?: string | null;
5467
+ isDeleted?: boolean;
5468
+ deleterId?: string | null;
5469
+ deletionTime?: string | null;
5266
5470
  areaCode?: string | null;
5267
5471
  localNumber?: string | null;
5268
5472
  ituCountryCode?: string | null;
5269
5473
  contactInformationTypeId?: string;
5270
5474
  }> | null;
5271
- address?: Array<{
5475
+ addresses?: Array<{
5272
5476
  id?: string;
5273
5477
  creationTime?: string;
5274
5478
  creatorId?: string | null;
@@ -5286,18 +5490,19 @@ export type $OpenApiTs = {
5286
5490
  fullAddress?: string | null;
5287
5491
  contactInformationTypeId?: string;
5288
5492
  }> | null;
5289
- email?: Array<{
5493
+ emails?: Array<{
5290
5494
  id?: string;
5291
5495
  creationTime?: string;
5292
5496
  creatorId?: string | null;
5293
5497
  lastModificationTime?: string | null;
5294
5498
  lastModifierId?: string | null;
5295
- contactInformationTypeId?: string;
5499
+ isDeleted?: boolean;
5500
+ deleterId?: string | null;
5501
+ deletionTime?: string | null;
5296
5502
  emailAddress?: string | null;
5503
+ contactInformationTypeId?: string;
5297
5504
  }> | null;
5298
5505
  };
5299
- entityInformationTypeId?: string;
5300
- contactInformationId?: string;
5301
5506
  }> | null;
5302
5507
  individuals?: Array<{
5303
5508
  id?: string;
@@ -5326,22 +5531,30 @@ export type $OpenApiTs = {
5326
5531
  };
5327
5532
  contactInformation?: {
5328
5533
  id?: string;
5329
- partyId?: string;
5330
- partType?: 0 | 1;
5534
+ creationTime?: string;
5535
+ creatorId?: string | null;
5536
+ lastModificationTime?: string | null;
5537
+ lastModifierId?: string | null;
5538
+ isDeleted?: boolean;
5539
+ deleterId?: string | null;
5540
+ deletionTime?: string | null;
5331
5541
  startDate?: string;
5332
5542
  endDate?: string;
5333
- telephone?: Array<{
5543
+ telephones?: Array<{
5334
5544
  id?: string;
5335
5545
  creationTime?: string;
5336
5546
  creatorId?: string | null;
5337
5547
  lastModificationTime?: string | null;
5338
5548
  lastModifierId?: string | null;
5549
+ isDeleted?: boolean;
5550
+ deleterId?: string | null;
5551
+ deletionTime?: string | null;
5339
5552
  areaCode?: string | null;
5340
5553
  localNumber?: string | null;
5341
5554
  ituCountryCode?: string | null;
5342
5555
  contactInformationTypeId?: string;
5343
5556
  }> | null;
5344
- address?: Array<{
5557
+ addresses?: Array<{
5345
5558
  id?: string;
5346
5559
  creationTime?: string;
5347
5560
  creatorId?: string | null;
@@ -5359,14 +5572,17 @@ export type $OpenApiTs = {
5359
5572
  fullAddress?: string | null;
5360
5573
  contactInformationTypeId?: string;
5361
5574
  }> | null;
5362
- email?: Array<{
5575
+ emails?: Array<{
5363
5576
  id?: string;
5364
5577
  creationTime?: string;
5365
5578
  creatorId?: string | null;
5366
5579
  lastModificationTime?: string | null;
5367
5580
  lastModifierId?: string | null;
5368
- contactInformationTypeId?: string;
5581
+ isDeleted?: boolean;
5582
+ deleterId?: string | null;
5583
+ deletionTime?: string | null;
5369
5584
  emailAddress?: string | null;
5585
+ contactInformationTypeId?: string;
5370
5586
  }> | null;
5371
5587
  };
5372
5588
  personalSummary?: Array<{
@@ -5375,6 +5591,9 @@ export type $OpenApiTs = {
5375
5591
  creatorId?: string | null;
5376
5592
  lastModificationTime?: string | null;
5377
5593
  lastModifierId?: string | null;
5594
+ isDeleted?: boolean;
5595
+ deleterId?: string | null;
5596
+ deletionTime?: string | null;
5378
5597
  individualId?: string;
5379
5598
  date?: string;
5380
5599
  birthDate?: string;
@@ -5532,22 +5751,30 @@ export type $OpenApiTs = {
5532
5751
  legalStatusCode?: string | null;
5533
5752
  contactInformation?: {
5534
5753
  id?: string;
5535
- partyId?: string;
5536
- partType?: 0 | 1;
5754
+ creationTime?: string;
5755
+ creatorId?: string | null;
5756
+ lastModificationTime?: string | null;
5757
+ lastModifierId?: string | null;
5758
+ isDeleted?: boolean;
5759
+ deleterId?: string | null;
5760
+ deletionTime?: string | null;
5537
5761
  startDate?: string;
5538
5762
  endDate?: string;
5539
- telephone?: Array<{
5763
+ telephones?: Array<{
5540
5764
  id?: string;
5541
5765
  creationTime?: string;
5542
5766
  creatorId?: string | null;
5543
5767
  lastModificationTime?: string | null;
5544
5768
  lastModifierId?: string | null;
5769
+ isDeleted?: boolean;
5770
+ deleterId?: string | null;
5771
+ deletionTime?: string | null;
5545
5772
  areaCode?: string | null;
5546
5773
  localNumber?: string | null;
5547
5774
  ituCountryCode?: string | null;
5548
5775
  contactInformationTypeId?: string;
5549
5776
  }> | null;
5550
- address?: Array<{
5777
+ addresses?: Array<{
5551
5778
  id?: string;
5552
5779
  creationTime?: string;
5553
5780
  creatorId?: string | null;
@@ -5565,18 +5792,19 @@ export type $OpenApiTs = {
5565
5792
  fullAddress?: string | null;
5566
5793
  contactInformationTypeId?: string;
5567
5794
  }> | null;
5568
- email?: Array<{
5795
+ emails?: Array<{
5569
5796
  id?: string;
5570
5797
  creationTime?: string;
5571
5798
  creatorId?: string | null;
5572
5799
  lastModificationTime?: string | null;
5573
5800
  lastModifierId?: string | null;
5574
- contactInformationTypeId?: string;
5801
+ isDeleted?: boolean;
5802
+ deleterId?: string | null;
5803
+ deletionTime?: string | null;
5575
5804
  emailAddress?: string | null;
5805
+ contactInformationTypeId?: string;
5576
5806
  }> | null;
5577
5807
  };
5578
- entityInformationTypeId?: string;
5579
- contactInformationId?: string;
5580
5808
  }> | null;
5581
5809
  individuals?: Array<{
5582
5810
  id?: string;
@@ -5605,22 +5833,30 @@ export type $OpenApiTs = {
5605
5833
  };
5606
5834
  contactInformation?: {
5607
5835
  id?: string;
5608
- partyId?: string;
5609
- partType?: 0 | 1;
5836
+ creationTime?: string;
5837
+ creatorId?: string | null;
5838
+ lastModificationTime?: string | null;
5839
+ lastModifierId?: string | null;
5840
+ isDeleted?: boolean;
5841
+ deleterId?: string | null;
5842
+ deletionTime?: string | null;
5610
5843
  startDate?: string;
5611
5844
  endDate?: string;
5612
- telephone?: Array<{
5845
+ telephones?: Array<{
5613
5846
  id?: string;
5614
5847
  creationTime?: string;
5615
5848
  creatorId?: string | null;
5616
5849
  lastModificationTime?: string | null;
5617
5850
  lastModifierId?: string | null;
5851
+ isDeleted?: boolean;
5852
+ deleterId?: string | null;
5853
+ deletionTime?: string | null;
5618
5854
  areaCode?: string | null;
5619
5855
  localNumber?: string | null;
5620
5856
  ituCountryCode?: string | null;
5621
5857
  contactInformationTypeId?: string;
5622
5858
  }> | null;
5623
- address?: Array<{
5859
+ addresses?: Array<{
5624
5860
  id?: string;
5625
5861
  creationTime?: string;
5626
5862
  creatorId?: string | null;
@@ -5638,14 +5874,17 @@ export type $OpenApiTs = {
5638
5874
  fullAddress?: string | null;
5639
5875
  contactInformationTypeId?: string;
5640
5876
  }> | null;
5641
- email?: Array<{
5877
+ emails?: Array<{
5642
5878
  id?: string;
5643
5879
  creationTime?: string;
5644
5880
  creatorId?: string | null;
5645
5881
  lastModificationTime?: string | null;
5646
5882
  lastModifierId?: string | null;
5647
- contactInformationTypeId?: string;
5883
+ isDeleted?: boolean;
5884
+ deleterId?: string | null;
5885
+ deletionTime?: string | null;
5648
5886
  emailAddress?: string | null;
5887
+ contactInformationTypeId?: string;
5649
5888
  }> | null;
5650
5889
  };
5651
5890
  personalSummary?: Array<{
@@ -5654,6 +5893,9 @@ export type $OpenApiTs = {
5654
5893
  creatorId?: string | null;
5655
5894
  lastModificationTime?: string | null;
5656
5895
  lastModifierId?: string | null;
5896
+ isDeleted?: boolean;
5897
+ deleterId?: string | null;
5898
+ deletionTime?: string | null;
5657
5899
  individualId?: string;
5658
5900
  date?: string;
5659
5901
  birthDate?: string;
@@ -5811,22 +6053,30 @@ export type $OpenApiTs = {
5811
6053
  legalStatusCode?: string | null;
5812
6054
  contactInformation?: {
5813
6055
  id?: string;
5814
- partyId?: string;
5815
- partType?: 0 | 1;
6056
+ creationTime?: string;
6057
+ creatorId?: string | null;
6058
+ lastModificationTime?: string | null;
6059
+ lastModifierId?: string | null;
6060
+ isDeleted?: boolean;
6061
+ deleterId?: string | null;
6062
+ deletionTime?: string | null;
5816
6063
  startDate?: string;
5817
6064
  endDate?: string;
5818
- telephone?: Array<{
6065
+ telephones?: Array<{
5819
6066
  id?: string;
5820
6067
  creationTime?: string;
5821
6068
  creatorId?: string | null;
5822
6069
  lastModificationTime?: string | null;
5823
6070
  lastModifierId?: string | null;
6071
+ isDeleted?: boolean;
6072
+ deleterId?: string | null;
6073
+ deletionTime?: string | null;
5824
6074
  areaCode?: string | null;
5825
6075
  localNumber?: string | null;
5826
6076
  ituCountryCode?: string | null;
5827
6077
  contactInformationTypeId?: string;
5828
6078
  }> | null;
5829
- address?: Array<{
6079
+ addresses?: Array<{
5830
6080
  id?: string;
5831
6081
  creationTime?: string;
5832
6082
  creatorId?: string | null;
@@ -5844,18 +6094,19 @@ export type $OpenApiTs = {
5844
6094
  fullAddress?: string | null;
5845
6095
  contactInformationTypeId?: string;
5846
6096
  }> | null;
5847
- email?: Array<{
6097
+ emails?: Array<{
5848
6098
  id?: string;
5849
6099
  creationTime?: string;
5850
6100
  creatorId?: string | null;
5851
6101
  lastModificationTime?: string | null;
5852
6102
  lastModifierId?: string | null;
5853
- contactInformationTypeId?: string;
6103
+ isDeleted?: boolean;
6104
+ deleterId?: string | null;
6105
+ deletionTime?: string | null;
5854
6106
  emailAddress?: string | null;
6107
+ contactInformationTypeId?: string;
5855
6108
  }> | null;
5856
6109
  };
5857
- entityInformationTypeId?: string;
5858
- contactInformationId?: string;
5859
6110
  }> | null;
5860
6111
  individuals?: Array<{
5861
6112
  id?: string;
@@ -5884,22 +6135,30 @@ export type $OpenApiTs = {
5884
6135
  };
5885
6136
  contactInformation?: {
5886
6137
  id?: string;
5887
- partyId?: string;
5888
- partType?: 0 | 1;
6138
+ creationTime?: string;
6139
+ creatorId?: string | null;
6140
+ lastModificationTime?: string | null;
6141
+ lastModifierId?: string | null;
6142
+ isDeleted?: boolean;
6143
+ deleterId?: string | null;
6144
+ deletionTime?: string | null;
5889
6145
  startDate?: string;
5890
6146
  endDate?: string;
5891
- telephone?: Array<{
6147
+ telephones?: Array<{
5892
6148
  id?: string;
5893
6149
  creationTime?: string;
5894
6150
  creatorId?: string | null;
5895
6151
  lastModificationTime?: string | null;
5896
6152
  lastModifierId?: string | null;
6153
+ isDeleted?: boolean;
6154
+ deleterId?: string | null;
6155
+ deletionTime?: string | null;
5897
6156
  areaCode?: string | null;
5898
6157
  localNumber?: string | null;
5899
6158
  ituCountryCode?: string | null;
5900
6159
  contactInformationTypeId?: string;
5901
6160
  }> | null;
5902
- address?: Array<{
6161
+ addresses?: Array<{
5903
6162
  id?: string;
5904
6163
  creationTime?: string;
5905
6164
  creatorId?: string | null;
@@ -5917,14 +6176,17 @@ export type $OpenApiTs = {
5917
6176
  fullAddress?: string | null;
5918
6177
  contactInformationTypeId?: string;
5919
6178
  }> | null;
5920
- email?: Array<{
6179
+ emails?: Array<{
5921
6180
  id?: string;
5922
6181
  creationTime?: string;
5923
6182
  creatorId?: string | null;
5924
6183
  lastModificationTime?: string | null;
5925
6184
  lastModifierId?: string | null;
5926
- contactInformationTypeId?: string;
6185
+ isDeleted?: boolean;
6186
+ deleterId?: string | null;
6187
+ deletionTime?: string | null;
5927
6188
  emailAddress?: string | null;
6189
+ contactInformationTypeId?: string;
5928
6190
  }> | null;
5929
6191
  };
5930
6192
  personalSummary?: Array<{
@@ -5933,6 +6195,9 @@ export type $OpenApiTs = {
5933
6195
  creatorId?: string | null;
5934
6196
  lastModificationTime?: string | null;
5935
6197
  lastModifierId?: string | null;
6198
+ isDeleted?: boolean;
6199
+ deleterId?: string | null;
6200
+ deletionTime?: string | null;
5936
6201
  individualId?: string;
5937
6202
  date?: string;
5938
6203
  birthDate?: string;
@@ -6090,22 +6355,30 @@ export type $OpenApiTs = {
6090
6355
  legalStatusCode?: string | null;
6091
6356
  contactInformation?: {
6092
6357
  id?: string;
6093
- partyId?: string;
6094
- partType?: 0 | 1;
6358
+ creationTime?: string;
6359
+ creatorId?: string | null;
6360
+ lastModificationTime?: string | null;
6361
+ lastModifierId?: string | null;
6362
+ isDeleted?: boolean;
6363
+ deleterId?: string | null;
6364
+ deletionTime?: string | null;
6095
6365
  startDate?: string;
6096
6366
  endDate?: string;
6097
- telephone?: Array<{
6367
+ telephones?: Array<{
6098
6368
  id?: string;
6099
6369
  creationTime?: string;
6100
6370
  creatorId?: string | null;
6101
6371
  lastModificationTime?: string | null;
6102
6372
  lastModifierId?: string | null;
6373
+ isDeleted?: boolean;
6374
+ deleterId?: string | null;
6375
+ deletionTime?: string | null;
6103
6376
  areaCode?: string | null;
6104
6377
  localNumber?: string | null;
6105
6378
  ituCountryCode?: string | null;
6106
6379
  contactInformationTypeId?: string;
6107
6380
  }> | null;
6108
- address?: Array<{
6381
+ addresses?: Array<{
6109
6382
  id?: string;
6110
6383
  creationTime?: string;
6111
6384
  creatorId?: string | null;
@@ -6123,18 +6396,19 @@ export type $OpenApiTs = {
6123
6396
  fullAddress?: string | null;
6124
6397
  contactInformationTypeId?: string;
6125
6398
  }> | null;
6126
- email?: Array<{
6399
+ emails?: Array<{
6127
6400
  id?: string;
6128
6401
  creationTime?: string;
6129
6402
  creatorId?: string | null;
6130
6403
  lastModificationTime?: string | null;
6131
6404
  lastModifierId?: string | null;
6132
- contactInformationTypeId?: string;
6405
+ isDeleted?: boolean;
6406
+ deleterId?: string | null;
6407
+ deletionTime?: string | null;
6133
6408
  emailAddress?: string | null;
6409
+ contactInformationTypeId?: string;
6134
6410
  }> | null;
6135
6411
  };
6136
- entityInformationTypeId?: string;
6137
- contactInformationId?: string;
6138
6412
  }> | null;
6139
6413
  individuals?: Array<{
6140
6414
  id?: string;
@@ -6163,22 +6437,30 @@ export type $OpenApiTs = {
6163
6437
  };
6164
6438
  contactInformation?: {
6165
6439
  id?: string;
6166
- partyId?: string;
6167
- partType?: 0 | 1;
6440
+ creationTime?: string;
6441
+ creatorId?: string | null;
6442
+ lastModificationTime?: string | null;
6443
+ lastModifierId?: string | null;
6444
+ isDeleted?: boolean;
6445
+ deleterId?: string | null;
6446
+ deletionTime?: string | null;
6168
6447
  startDate?: string;
6169
6448
  endDate?: string;
6170
- telephone?: Array<{
6449
+ telephones?: Array<{
6171
6450
  id?: string;
6172
6451
  creationTime?: string;
6173
6452
  creatorId?: string | null;
6174
6453
  lastModificationTime?: string | null;
6175
6454
  lastModifierId?: string | null;
6455
+ isDeleted?: boolean;
6456
+ deleterId?: string | null;
6457
+ deletionTime?: string | null;
6176
6458
  areaCode?: string | null;
6177
6459
  localNumber?: string | null;
6178
6460
  ituCountryCode?: string | null;
6179
6461
  contactInformationTypeId?: string;
6180
6462
  }> | null;
6181
- address?: Array<{
6463
+ addresses?: Array<{
6182
6464
  id?: string;
6183
6465
  creationTime?: string;
6184
6466
  creatorId?: string | null;
@@ -6196,14 +6478,17 @@ export type $OpenApiTs = {
6196
6478
  fullAddress?: string | null;
6197
6479
  contactInformationTypeId?: string;
6198
6480
  }> | null;
6199
- email?: Array<{
6481
+ emails?: Array<{
6200
6482
  id?: string;
6201
6483
  creationTime?: string;
6202
6484
  creatorId?: string | null;
6203
6485
  lastModificationTime?: string | null;
6204
6486
  lastModifierId?: string | null;
6205
- contactInformationTypeId?: string;
6487
+ isDeleted?: boolean;
6488
+ deleterId?: string | null;
6489
+ deletionTime?: string | null;
6206
6490
  emailAddress?: string | null;
6491
+ contactInformationTypeId?: string;
6207
6492
  }> | null;
6208
6493
  };
6209
6494
  personalSummary?: Array<{
@@ -6212,6 +6497,9 @@ export type $OpenApiTs = {
6212
6497
  creatorId?: string | null;
6213
6498
  lastModificationTime?: string | null;
6214
6499
  lastModifierId?: string | null;
6500
+ isDeleted?: boolean;
6501
+ deleterId?: string | null;
6502
+ deletionTime?: string | null;
6215
6503
  individualId?: string;
6216
6504
  date?: string;
6217
6505
  birthDate?: string;
@@ -6369,22 +6657,30 @@ export type $OpenApiTs = {
6369
6657
  legalStatusCode?: string | null;
6370
6658
  contactInformation?: {
6371
6659
  id?: string;
6372
- partyId?: string;
6373
- partType?: 0 | 1;
6660
+ creationTime?: string;
6661
+ creatorId?: string | null;
6662
+ lastModificationTime?: string | null;
6663
+ lastModifierId?: string | null;
6664
+ isDeleted?: boolean;
6665
+ deleterId?: string | null;
6666
+ deletionTime?: string | null;
6374
6667
  startDate?: string;
6375
6668
  endDate?: string;
6376
- telephone?: Array<{
6669
+ telephones?: Array<{
6377
6670
  id?: string;
6378
6671
  creationTime?: string;
6379
6672
  creatorId?: string | null;
6380
6673
  lastModificationTime?: string | null;
6381
6674
  lastModifierId?: string | null;
6675
+ isDeleted?: boolean;
6676
+ deleterId?: string | null;
6677
+ deletionTime?: string | null;
6382
6678
  areaCode?: string | null;
6383
6679
  localNumber?: string | null;
6384
6680
  ituCountryCode?: string | null;
6385
6681
  contactInformationTypeId?: string;
6386
6682
  }> | null;
6387
- address?: Array<{
6683
+ addresses?: Array<{
6388
6684
  id?: string;
6389
6685
  creationTime?: string;
6390
6686
  creatorId?: string | null;
@@ -6402,18 +6698,19 @@ export type $OpenApiTs = {
6402
6698
  fullAddress?: string | null;
6403
6699
  contactInformationTypeId?: string;
6404
6700
  }> | null;
6405
- email?: Array<{
6701
+ emails?: Array<{
6406
6702
  id?: string;
6407
6703
  creationTime?: string;
6408
6704
  creatorId?: string | null;
6409
6705
  lastModificationTime?: string | null;
6410
6706
  lastModifierId?: string | null;
6411
- contactInformationTypeId?: string;
6707
+ isDeleted?: boolean;
6708
+ deleterId?: string | null;
6709
+ deletionTime?: string | null;
6412
6710
  emailAddress?: string | null;
6711
+ contactInformationTypeId?: string;
6413
6712
  }> | null;
6414
6713
  };
6415
- entityInformationTypeId?: string;
6416
- contactInformationId?: string;
6417
6714
  }> | null;
6418
6715
  individuals?: Array<{
6419
6716
  id?: string;
@@ -6442,22 +6739,30 @@ export type $OpenApiTs = {
6442
6739
  };
6443
6740
  contactInformation?: {
6444
6741
  id?: string;
6445
- partyId?: string;
6446
- partType?: 0 | 1;
6742
+ creationTime?: string;
6743
+ creatorId?: string | null;
6744
+ lastModificationTime?: string | null;
6745
+ lastModifierId?: string | null;
6746
+ isDeleted?: boolean;
6747
+ deleterId?: string | null;
6748
+ deletionTime?: string | null;
6447
6749
  startDate?: string;
6448
6750
  endDate?: string;
6449
- telephone?: Array<{
6751
+ telephones?: Array<{
6450
6752
  id?: string;
6451
6753
  creationTime?: string;
6452
6754
  creatorId?: string | null;
6453
6755
  lastModificationTime?: string | null;
6454
6756
  lastModifierId?: string | null;
6757
+ isDeleted?: boolean;
6758
+ deleterId?: string | null;
6759
+ deletionTime?: string | null;
6455
6760
  areaCode?: string | null;
6456
6761
  localNumber?: string | null;
6457
6762
  ituCountryCode?: string | null;
6458
6763
  contactInformationTypeId?: string;
6459
6764
  }> | null;
6460
- address?: Array<{
6765
+ addresses?: Array<{
6461
6766
  id?: string;
6462
6767
  creationTime?: string;
6463
6768
  creatorId?: string | null;
@@ -6475,14 +6780,17 @@ export type $OpenApiTs = {
6475
6780
  fullAddress?: string | null;
6476
6781
  contactInformationTypeId?: string;
6477
6782
  }> | null;
6478
- email?: Array<{
6783
+ emails?: Array<{
6479
6784
  id?: string;
6480
6785
  creationTime?: string;
6481
6786
  creatorId?: string | null;
6482
6787
  lastModificationTime?: string | null;
6483
6788
  lastModifierId?: string | null;
6484
- contactInformationTypeId?: string;
6789
+ isDeleted?: boolean;
6790
+ deleterId?: string | null;
6791
+ deletionTime?: string | null;
6485
6792
  emailAddress?: string | null;
6793
+ contactInformationTypeId?: string;
6486
6794
  }> | null;
6487
6795
  };
6488
6796
  personalSummary?: Array<{
@@ -6491,6 +6799,9 @@ export type $OpenApiTs = {
6491
6799
  creatorId?: string | null;
6492
6800
  lastModificationTime?: string | null;
6493
6801
  lastModifierId?: string | null;
6802
+ isDeleted?: boolean;
6803
+ deleterId?: string | null;
6804
+ deletionTime?: string | null;
6494
6805
  individualId?: string;
6495
6806
  date?: string;
6496
6807
  birthDate?: string;