@uptiqai/integrations-sdk 1.11.0 → 1.13.0

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,3 +1,1157 @@
1
+ /**
2
+ * @nullable
3
+ */
4
+ export type UdgNormalisedXeroGetTaxes200Data = unknown | null;
5
+ export type UdgNormalisedXeroGetTaxes200 = {
6
+ /** @nullable */
7
+ data?: UdgNormalisedXeroGetTaxes200Data;
8
+ page?: number;
9
+ pageSize?: number;
10
+ total?: number;
11
+ [key: string]: unknown | null;
12
+ };
13
+ export type UdgNormalisedXeroGetTaxesBody = {
14
+ /** Integration user id for accountancy requests. */
15
+ userId: string;
16
+ };
17
+ /**
18
+ * @nullable
19
+ */
20
+ export type UdgNormalisedXeroGetProfitAndLossCash200Data = unknown | null;
21
+ export type UdgNormalisedXeroGetProfitAndLossCash200 = {
22
+ /** @nullable */
23
+ data?: UdgNormalisedXeroGetProfitAndLossCash200Data;
24
+ page?: number;
25
+ pageSize?: number;
26
+ total?: number;
27
+ [key: string]: unknown | null;
28
+ };
29
+ export type UdgNormalisedXeroGetProfitAndLossCashBody = {
30
+ /** Integration user id for accountancy requests. */
31
+ userId: string;
32
+ };
33
+ /**
34
+ * @nullable
35
+ */
36
+ export type UdgNormalisedXeroGetProfitAndLossAccrual200Data = unknown | null;
37
+ export type UdgNormalisedXeroGetProfitAndLossAccrual200 = {
38
+ /** @nullable */
39
+ data?: UdgNormalisedXeroGetProfitAndLossAccrual200Data;
40
+ page?: number;
41
+ pageSize?: number;
42
+ total?: number;
43
+ [key: string]: unknown | null;
44
+ };
45
+ export type UdgNormalisedXeroGetProfitAndLossAccrualBody = {
46
+ /** Integration user id for accountancy requests. */
47
+ userId: string;
48
+ };
49
+ /**
50
+ * @nullable
51
+ */
52
+ export type UdgNormalisedXeroGetBalanceSheetCash200Data = unknown | null;
53
+ export type UdgNormalisedXeroGetBalanceSheetCash200 = {
54
+ /** @nullable */
55
+ data?: UdgNormalisedXeroGetBalanceSheetCash200Data;
56
+ page?: number;
57
+ pageSize?: number;
58
+ total?: number;
59
+ [key: string]: unknown | null;
60
+ };
61
+ export type UdgNormalisedXeroGetBalanceSheetCashBody = {
62
+ /** Integration user id for accountancy requests. */
63
+ userId: string;
64
+ };
65
+ /**
66
+ * @nullable
67
+ */
68
+ export type UdgNormalisedXeroGetBalanceSheetAccrual200Data = unknown | null;
69
+ export type UdgNormalisedXeroGetBalanceSheetAccrual200 = {
70
+ /** @nullable */
71
+ data?: UdgNormalisedXeroGetBalanceSheetAccrual200Data;
72
+ page?: number;
73
+ pageSize?: number;
74
+ total?: number;
75
+ [key: string]: unknown | null;
76
+ };
77
+ export type UdgNormalisedXeroGetBalanceSheetAccrualBody = {
78
+ /** Integration user id for accountancy requests. */
79
+ userId: string;
80
+ };
81
+ /**
82
+ * @nullable
83
+ */
84
+ export type UdgNormalisedXeroGetTransactions200Data = unknown | null;
85
+ export type UdgNormalisedXeroGetTransactions200 = {
86
+ /** @nullable */
87
+ data?: UdgNormalisedXeroGetTransactions200Data;
88
+ page?: number;
89
+ pageSize?: number;
90
+ total?: number;
91
+ [key: string]: unknown | null;
92
+ };
93
+ export type UdgNormalisedXeroGetTransactionsBody = {
94
+ /** Integration user id for accountancy requests. */
95
+ userId: string;
96
+ };
97
+ /**
98
+ * @nullable
99
+ */
100
+ export type UdgNormalisedXeroGetItems200Data = unknown | null;
101
+ export type UdgNormalisedXeroGetItems200 = {
102
+ /** @nullable */
103
+ data?: UdgNormalisedXeroGetItems200Data;
104
+ page?: number;
105
+ pageSize?: number;
106
+ total?: number;
107
+ [key: string]: unknown | null;
108
+ };
109
+ export type UdgNormalisedXeroGetItemsBody = {
110
+ /** Integration user id for accountancy requests. */
111
+ userId: string;
112
+ };
113
+ /**
114
+ * @nullable
115
+ */
116
+ export type UdgNormalisedXeroGetPayments200Data = unknown | null;
117
+ export type UdgNormalisedXeroGetPayments200 = {
118
+ /** @nullable */
119
+ data?: UdgNormalisedXeroGetPayments200Data;
120
+ page?: number;
121
+ pageSize?: number;
122
+ total?: number;
123
+ [key: string]: unknown | null;
124
+ };
125
+ export type UdgNormalisedXeroGetPaymentsBody = {
126
+ /** Integration user id for accountancy requests. */
127
+ userId: string;
128
+ };
129
+ /**
130
+ * @nullable
131
+ */
132
+ export type UdgNormalisedXeroGetRecurringDocuments200Data = unknown | null;
133
+ export type UdgNormalisedXeroGetRecurringDocuments200 = {
134
+ /** @nullable */
135
+ data?: UdgNormalisedXeroGetRecurringDocuments200Data;
136
+ page?: number;
137
+ pageSize?: number;
138
+ total?: number;
139
+ [key: string]: unknown | null;
140
+ };
141
+ export type UdgNormalisedXeroGetRecurringDocumentsBody = {
142
+ /** Integration user id for accountancy requests. */
143
+ userId: string;
144
+ };
145
+ /**
146
+ * @nullable
147
+ */
148
+ export type UdgNormalisedXeroGetDocuments200Data = unknown | null;
149
+ export type UdgNormalisedXeroGetDocuments200 = {
150
+ /** @nullable */
151
+ data?: UdgNormalisedXeroGetDocuments200Data;
152
+ page?: number;
153
+ pageSize?: number;
154
+ total?: number;
155
+ [key: string]: unknown | null;
156
+ };
157
+ export type UdgNormalisedXeroGetDocumentsBody = {
158
+ /** Integration user id for accountancy requests. */
159
+ userId: string;
160
+ };
161
+ /**
162
+ * @nullable
163
+ */
164
+ export type UdgNormalisedXeroGetCreditNotes200Data = unknown | null;
165
+ export type UdgNormalisedXeroGetCreditNotes200 = {
166
+ /** @nullable */
167
+ data?: UdgNormalisedXeroGetCreditNotes200Data;
168
+ page?: number;
169
+ pageSize?: number;
170
+ total?: number;
171
+ [key: string]: unknown | null;
172
+ };
173
+ export type UdgNormalisedXeroGetCreditNotesBody = {
174
+ /** Integration user id for accountancy requests. */
175
+ userId: string;
176
+ };
177
+ /**
178
+ * @nullable
179
+ */
180
+ export type UdgNormalisedXeroGetBills200Data = unknown | null;
181
+ export type UdgNormalisedXeroGetBills200 = {
182
+ /** @nullable */
183
+ data?: UdgNormalisedXeroGetBills200Data;
184
+ page?: number;
185
+ pageSize?: number;
186
+ total?: number;
187
+ [key: string]: unknown | null;
188
+ };
189
+ export type UdgNormalisedXeroGetBillsBody = {
190
+ /** Integration user id for accountancy requests. */
191
+ userId: string;
192
+ };
193
+ /**
194
+ * @nullable
195
+ */
196
+ export type UdgNormalisedXeroGetInvoices200Data = unknown | null;
197
+ export type UdgNormalisedXeroGetInvoices200 = {
198
+ /** @nullable */
199
+ data?: UdgNormalisedXeroGetInvoices200Data;
200
+ page?: number;
201
+ pageSize?: number;
202
+ total?: number;
203
+ [key: string]: unknown | null;
204
+ };
205
+ export type UdgNormalisedXeroGetInvoicesBody = {
206
+ /** Integration user id for accountancy requests. */
207
+ userId: string;
208
+ };
209
+ /**
210
+ * @nullable
211
+ */
212
+ export type UdgNormalisedXeroGetEmployees200Data = unknown | null;
213
+ export type UdgNormalisedXeroGetEmployees200 = {
214
+ /** @nullable */
215
+ data?: UdgNormalisedXeroGetEmployees200Data;
216
+ page?: number;
217
+ pageSize?: number;
218
+ total?: number;
219
+ [key: string]: unknown | null;
220
+ };
221
+ export type UdgNormalisedXeroGetEmployeesBody = {
222
+ /** Integration user id for accountancy requests. */
223
+ userId: string;
224
+ };
225
+ /**
226
+ * @nullable
227
+ */
228
+ export type UdgNormalisedXeroGetCompanyInfo200Data = unknown | null;
229
+ export type UdgNormalisedXeroGetCompanyInfo200 = {
230
+ /** @nullable */
231
+ data?: UdgNormalisedXeroGetCompanyInfo200Data;
232
+ page?: number;
233
+ pageSize?: number;
234
+ total?: number;
235
+ [key: string]: unknown | null;
236
+ };
237
+ export type UdgNormalisedXeroGetCompanyInfoBody = {
238
+ /** Integration user id for accountancy requests. */
239
+ userId: string;
240
+ };
241
+ /**
242
+ * @nullable
243
+ */
244
+ export type UdgNormalisedXeroGetContacts200Data = unknown | null;
245
+ export type UdgNormalisedXeroGetContacts200 = {
246
+ /** @nullable */
247
+ data?: UdgNormalisedXeroGetContacts200Data;
248
+ page?: number;
249
+ pageSize?: number;
250
+ total?: number;
251
+ [key: string]: unknown | null;
252
+ };
253
+ export type UdgNormalisedXeroGetContactsBody = {
254
+ /** Integration user id for accountancy requests. */
255
+ userId: string;
256
+ };
257
+ /**
258
+ * @nullable
259
+ */
260
+ export type UdgNormalisedXeroGetAccounts200Data = unknown | null;
261
+ export type UdgNormalisedXeroGetAccounts200 = {
262
+ /** @nullable */
263
+ data?: UdgNormalisedXeroGetAccounts200Data;
264
+ page?: number;
265
+ pageSize?: number;
266
+ total?: number;
267
+ [key: string]: unknown | null;
268
+ };
269
+ export type UdgNormalisedXeroGetAccountsBody = {
270
+ /** Integration user id for accountancy requests. */
271
+ userId: string;
272
+ };
273
+ export type UdgNormalisedXeroAuthenticate200 = {
274
+ /**
275
+ * Integration user id after authentication
276
+ * @minLength 1
277
+ */
278
+ userId: string;
279
+ };
280
+ export type UdgNormalisedXeroAuthenticateBody = {
281
+ [key: string]: unknown;
282
+ };
283
+ /**
284
+ * @nullable
285
+ */
286
+ export type UdgNormalisedWaveGetItems200Data = unknown | null;
287
+ export type UdgNormalisedWaveGetItems200 = {
288
+ /** @nullable */
289
+ data?: UdgNormalisedWaveGetItems200Data;
290
+ page?: number;
291
+ pageSize?: number;
292
+ total?: number;
293
+ [key: string]: unknown | null;
294
+ };
295
+ export type UdgNormalisedWaveGetItemsBody = {
296
+ /** Integration user id for accountancy requests. */
297
+ userId: string;
298
+ };
299
+ /**
300
+ * @nullable
301
+ */
302
+ export type UdgNormalisedWaveGetInvoices200Data = unknown | null;
303
+ export type UdgNormalisedWaveGetInvoices200 = {
304
+ /** @nullable */
305
+ data?: UdgNormalisedWaveGetInvoices200Data;
306
+ page?: number;
307
+ pageSize?: number;
308
+ total?: number;
309
+ [key: string]: unknown | null;
310
+ };
311
+ export type UdgNormalisedWaveGetInvoicesBody = {
312
+ /** Integration user id for accountancy requests. */
313
+ userId: string;
314
+ };
315
+ /**
316
+ * @nullable
317
+ */
318
+ export type UdgNormalisedWaveGetCompanyInfo200Data = unknown | null;
319
+ export type UdgNormalisedWaveGetCompanyInfo200 = {
320
+ /** @nullable */
321
+ data?: UdgNormalisedWaveGetCompanyInfo200Data;
322
+ page?: number;
323
+ pageSize?: number;
324
+ total?: number;
325
+ [key: string]: unknown | null;
326
+ };
327
+ export type UdgNormalisedWaveGetCompanyInfoBody = {
328
+ /** Integration user id for accountancy requests. */
329
+ userId: string;
330
+ };
331
+ /**
332
+ * @nullable
333
+ */
334
+ export type UdgNormalisedWaveGetContacts200Data = unknown | null;
335
+ export type UdgNormalisedWaveGetContacts200 = {
336
+ /** @nullable */
337
+ data?: UdgNormalisedWaveGetContacts200Data;
338
+ page?: number;
339
+ pageSize?: number;
340
+ total?: number;
341
+ [key: string]: unknown | null;
342
+ };
343
+ export type UdgNormalisedWaveGetContactsBody = {
344
+ /** Integration user id for accountancy requests. */
345
+ userId: string;
346
+ };
347
+ /**
348
+ * @nullable
349
+ */
350
+ export type UdgNormalisedWaveGetAccounts200Data = unknown | null;
351
+ export type UdgNormalisedWaveGetAccounts200 = {
352
+ /** @nullable */
353
+ data?: UdgNormalisedWaveGetAccounts200Data;
354
+ page?: number;
355
+ pageSize?: number;
356
+ total?: number;
357
+ [key: string]: unknown | null;
358
+ };
359
+ export type UdgNormalisedWaveGetAccountsBody = {
360
+ /** Integration user id for accountancy requests. */
361
+ userId: string;
362
+ };
363
+ export type UdgNormalisedWaveAuthenticate200 = {
364
+ /**
365
+ * Integration user id after authentication
366
+ * @minLength 1
367
+ */
368
+ userId: string;
369
+ };
370
+ export type UdgNormalisedWaveAuthenticateBody = {
371
+ [key: string]: unknown;
372
+ };
373
+ /**
374
+ * @nullable
375
+ */
376
+ export type UdgNormalisedQuickbooksGetBalanceSheetCash200Data = unknown | null;
377
+ export type UdgNormalisedQuickbooksGetBalanceSheetCash200 = {
378
+ /** @nullable */
379
+ data?: UdgNormalisedQuickbooksGetBalanceSheetCash200Data;
380
+ page?: number;
381
+ pageSize?: number;
382
+ total?: number;
383
+ [key: string]: unknown | null;
384
+ };
385
+ export type UdgNormalisedQuickbooksGetBalanceSheetCashBody = {
386
+ /** Integration user id for accountancy requests. */
387
+ userId: string;
388
+ };
389
+ /**
390
+ * @nullable
391
+ */
392
+ export type UdgNormalisedQuickbooksGetProfitAndLossCash200Data = unknown | null;
393
+ export type UdgNormalisedQuickbooksGetProfitAndLossCash200 = {
394
+ /** @nullable */
395
+ data?: UdgNormalisedQuickbooksGetProfitAndLossCash200Data;
396
+ page?: number;
397
+ pageSize?: number;
398
+ total?: number;
399
+ [key: string]: unknown | null;
400
+ };
401
+ export type UdgNormalisedQuickbooksGetProfitAndLossCashBody = {
402
+ /** Integration user id for accountancy requests. */
403
+ userId: string;
404
+ };
405
+ /**
406
+ * @nullable
407
+ */
408
+ export type UdgNormalisedQuickbooksGetTaxes200Data = unknown | null;
409
+ export type UdgNormalisedQuickbooksGetTaxes200 = {
410
+ /** @nullable */
411
+ data?: UdgNormalisedQuickbooksGetTaxes200Data;
412
+ page?: number;
413
+ pageSize?: number;
414
+ total?: number;
415
+ [key: string]: unknown | null;
416
+ };
417
+ export type UdgNormalisedQuickbooksGetTaxesBody = {
418
+ /** Integration user id for accountancy requests. */
419
+ userId: string;
420
+ };
421
+ /**
422
+ * @nullable
423
+ */
424
+ export type UdgNormalisedQuickbooksGetCashflow200Data = unknown | null;
425
+ export type UdgNormalisedQuickbooksGetCashflow200 = {
426
+ /** @nullable */
427
+ data?: UdgNormalisedQuickbooksGetCashflow200Data;
428
+ page?: number;
429
+ pageSize?: number;
430
+ total?: number;
431
+ [key: string]: unknown | null;
432
+ };
433
+ export type UdgNormalisedQuickbooksGetCashflowBody = {
434
+ /** Integration user id for accountancy requests. */
435
+ userId: string;
436
+ };
437
+ /**
438
+ * @nullable
439
+ */
440
+ export type UdgNormalisedQuickbooksGetProfitAndLossAccrual200Data = unknown | null;
441
+ export type UdgNormalisedQuickbooksGetProfitAndLossAccrual200 = {
442
+ /** @nullable */
443
+ data?: UdgNormalisedQuickbooksGetProfitAndLossAccrual200Data;
444
+ page?: number;
445
+ pageSize?: number;
446
+ total?: number;
447
+ [key: string]: unknown | null;
448
+ };
449
+ export type UdgNormalisedQuickbooksGetProfitAndLossAccrualBody = {
450
+ /** Integration user id for accountancy requests. */
451
+ userId: string;
452
+ };
453
+ /**
454
+ * @nullable
455
+ */
456
+ export type UdgNormalisedQuickbooksGetBalanceSheetAccrual200Data = unknown | null;
457
+ export type UdgNormalisedQuickbooksGetBalanceSheetAccrual200 = {
458
+ /** @nullable */
459
+ data?: UdgNormalisedQuickbooksGetBalanceSheetAccrual200Data;
460
+ page?: number;
461
+ pageSize?: number;
462
+ total?: number;
463
+ [key: string]: unknown | null;
464
+ };
465
+ export type UdgNormalisedQuickbooksGetBalanceSheetAccrualBody = {
466
+ /** Integration user id for accountancy requests. */
467
+ userId: string;
468
+ };
469
+ /**
470
+ * @nullable
471
+ */
472
+ export type UdgNormalisedQuickbooksGetTransactions200Data = unknown | null;
473
+ export type UdgNormalisedQuickbooksGetTransactions200 = {
474
+ /** @nullable */
475
+ data?: UdgNormalisedQuickbooksGetTransactions200Data;
476
+ page?: number;
477
+ pageSize?: number;
478
+ total?: number;
479
+ [key: string]: unknown | null;
480
+ };
481
+ export type UdgNormalisedQuickbooksGetTransactionsBody = {
482
+ /** Integration user id for accountancy requests. */
483
+ userId: string;
484
+ };
485
+ /**
486
+ * @nullable
487
+ */
488
+ export type UdgNormalisedQuickbooksGetAccounts200Data = unknown | null;
489
+ export type UdgNormalisedQuickbooksGetAccounts200 = {
490
+ /** @nullable */
491
+ data?: UdgNormalisedQuickbooksGetAccounts200Data;
492
+ page?: number;
493
+ pageSize?: number;
494
+ total?: number;
495
+ [key: string]: unknown | null;
496
+ };
497
+ export type UdgNormalisedQuickbooksGetAccountsBody = {
498
+ /** Integration user id for accountancy requests. */
499
+ userId: string;
500
+ };
501
+ /**
502
+ * @nullable
503
+ */
504
+ export type UdgNormalisedQuickbooksGetItems200Data = unknown | null;
505
+ export type UdgNormalisedQuickbooksGetItems200 = {
506
+ /** @nullable */
507
+ data?: UdgNormalisedQuickbooksGetItems200Data;
508
+ page?: number;
509
+ pageSize?: number;
510
+ total?: number;
511
+ [key: string]: unknown | null;
512
+ };
513
+ export type UdgNormalisedQuickbooksGetItemsBody = {
514
+ /** Integration user id for accountancy requests. */
515
+ userId: string;
516
+ };
517
+ /**
518
+ * @nullable
519
+ */
520
+ export type UdgNormalisedQuickbooksGetPayments200Data = unknown | null;
521
+ export type UdgNormalisedQuickbooksGetPayments200 = {
522
+ /** @nullable */
523
+ data?: UdgNormalisedQuickbooksGetPayments200Data;
524
+ page?: number;
525
+ pageSize?: number;
526
+ total?: number;
527
+ [key: string]: unknown | null;
528
+ };
529
+ export type UdgNormalisedQuickbooksGetPaymentsBody = {
530
+ /** Integration user id for accountancy requests. */
531
+ userId: string;
532
+ };
533
+ /**
534
+ * @nullable
535
+ */
536
+ export type UdgNormalisedQuickbooksGetRecurringDocuments200Data = unknown | null;
537
+ export type UdgNormalisedQuickbooksGetRecurringDocuments200 = {
538
+ /** @nullable */
539
+ data?: UdgNormalisedQuickbooksGetRecurringDocuments200Data;
540
+ page?: number;
541
+ pageSize?: number;
542
+ total?: number;
543
+ [key: string]: unknown | null;
544
+ };
545
+ export type UdgNormalisedQuickbooksGetRecurringDocumentsBody = {
546
+ /** Integration user id for accountancy requests. */
547
+ userId: string;
548
+ };
549
+ /**
550
+ * @nullable
551
+ */
552
+ export type UdgNormalisedQuickbooksGetDocuments200Data = unknown | null;
553
+ export type UdgNormalisedQuickbooksGetDocuments200 = {
554
+ /** @nullable */
555
+ data?: UdgNormalisedQuickbooksGetDocuments200Data;
556
+ page?: number;
557
+ pageSize?: number;
558
+ total?: number;
559
+ [key: string]: unknown | null;
560
+ };
561
+ export type UdgNormalisedQuickbooksGetDocumentsBody = {
562
+ /** Integration user id for accountancy requests. */
563
+ userId: string;
564
+ };
565
+ /**
566
+ * @nullable
567
+ */
568
+ export type UdgNormalisedQuickbooksGetCreditNotes200Data = unknown | null;
569
+ export type UdgNormalisedQuickbooksGetCreditNotes200 = {
570
+ /** @nullable */
571
+ data?: UdgNormalisedQuickbooksGetCreditNotes200Data;
572
+ page?: number;
573
+ pageSize?: number;
574
+ total?: number;
575
+ [key: string]: unknown | null;
576
+ };
577
+ export type UdgNormalisedQuickbooksGetCreditNotesBody = {
578
+ /** Integration user id for accountancy requests. */
579
+ userId: string;
580
+ };
581
+ /**
582
+ * @nullable
583
+ */
584
+ export type UdgNormalisedQuickbooksGetBills200Data = unknown | null;
585
+ export type UdgNormalisedQuickbooksGetBills200 = {
586
+ /** @nullable */
587
+ data?: UdgNormalisedQuickbooksGetBills200Data;
588
+ page?: number;
589
+ pageSize?: number;
590
+ total?: number;
591
+ [key: string]: unknown | null;
592
+ };
593
+ export type UdgNormalisedQuickbooksGetBillsBody = {
594
+ /** Integration user id for accountancy requests. */
595
+ userId: string;
596
+ };
597
+ /**
598
+ * @nullable
599
+ */
600
+ export type UdgNormalisedQuickbooksGetInvoices200Data = unknown | null;
601
+ export type UdgNormalisedQuickbooksGetInvoices200 = {
602
+ /** @nullable */
603
+ data?: UdgNormalisedQuickbooksGetInvoices200Data;
604
+ page?: number;
605
+ pageSize?: number;
606
+ total?: number;
607
+ [key: string]: unknown | null;
608
+ };
609
+ export type UdgNormalisedQuickbooksGetInvoicesBody = {
610
+ /** Integration user id for accountancy requests. */
611
+ userId: string;
612
+ };
613
+ /**
614
+ * @nullable
615
+ */
616
+ export type UdgNormalisedQuickbooksGetEmployees200Data = unknown | null;
617
+ export type UdgNormalisedQuickbooksGetEmployees200 = {
618
+ /** @nullable */
619
+ data?: UdgNormalisedQuickbooksGetEmployees200Data;
620
+ page?: number;
621
+ pageSize?: number;
622
+ total?: number;
623
+ [key: string]: unknown | null;
624
+ };
625
+ export type UdgNormalisedQuickbooksGetEmployeesBody = {
626
+ /** Integration user id for accountancy requests. */
627
+ userId: string;
628
+ };
629
+ /**
630
+ * @nullable
631
+ */
632
+ export type UdgNormalisedQuickbooksGetCompanyInfo200Data = unknown | null;
633
+ export type UdgNormalisedQuickbooksGetCompanyInfo200 = {
634
+ /** @nullable */
635
+ data?: UdgNormalisedQuickbooksGetCompanyInfo200Data;
636
+ page?: number;
637
+ pageSize?: number;
638
+ total?: number;
639
+ [key: string]: unknown | null;
640
+ };
641
+ export type UdgNormalisedQuickbooksGetCompanyInfoBody = {
642
+ /** Integration user id for accountancy requests. */
643
+ userId: string;
644
+ };
645
+ /**
646
+ * @nullable
647
+ */
648
+ export type UdgNormalisedQuickbooksGetContacts200Data = unknown | null;
649
+ export type UdgNormalisedQuickbooksGetContacts200 = {
650
+ /** @nullable */
651
+ data?: UdgNormalisedQuickbooksGetContacts200Data;
652
+ page?: number;
653
+ pageSize?: number;
654
+ total?: number;
655
+ [key: string]: unknown | null;
656
+ };
657
+ export type UdgNormalisedQuickbooksGetContactsBody = {
658
+ /** Integration user id for accountancy requests. */
659
+ userId: string;
660
+ };
661
+ export type UdgNormalisedQuickbooksAuthenticate200 = {
662
+ /**
663
+ * Integration user id after authentication
664
+ * @minLength 1
665
+ */
666
+ userId: string;
667
+ };
668
+ export type UdgNormalisedQuickbooksAuthenticateBody = {
669
+ [key: string]: unknown;
670
+ };
671
+ /**
672
+ * @nullable
673
+ */
674
+ export type UdgNormalisedFreshbooksGetProfitAndLossCash200Data = unknown | null;
675
+ export type UdgNormalisedFreshbooksGetProfitAndLossCash200 = {
676
+ /** @nullable */
677
+ data?: UdgNormalisedFreshbooksGetProfitAndLossCash200Data;
678
+ page?: number;
679
+ pageSize?: number;
680
+ total?: number;
681
+ [key: string]: unknown | null;
682
+ };
683
+ export type UdgNormalisedFreshbooksGetProfitAndLossCashBody = {
684
+ /** Integration user id for accountancy requests. */
685
+ userId: string;
686
+ };
687
+ /**
688
+ * @nullable
689
+ */
690
+ export type UdgNormalisedFreshbooksGetTaxes200Data = unknown | null;
691
+ export type UdgNormalisedFreshbooksGetTaxes200 = {
692
+ /** @nullable */
693
+ data?: UdgNormalisedFreshbooksGetTaxes200Data;
694
+ page?: number;
695
+ pageSize?: number;
696
+ total?: number;
697
+ [key: string]: unknown | null;
698
+ };
699
+ export type UdgNormalisedFreshbooksGetTaxesBody = {
700
+ /** Integration user id for accountancy requests. */
701
+ userId: string;
702
+ };
703
+ /**
704
+ * @nullable
705
+ */
706
+ export type UdgNormalisedFreshbooksGetProfitAndLossAccrual200Data = unknown | null;
707
+ export type UdgNormalisedFreshbooksGetProfitAndLossAccrual200 = {
708
+ /** @nullable */
709
+ data?: UdgNormalisedFreshbooksGetProfitAndLossAccrual200Data;
710
+ page?: number;
711
+ pageSize?: number;
712
+ total?: number;
713
+ [key: string]: unknown | null;
714
+ };
715
+ export type UdgNormalisedFreshbooksGetProfitAndLossAccrualBody = {
716
+ /** Integration user id for accountancy requests. */
717
+ userId: string;
718
+ };
719
+ /**
720
+ * @nullable
721
+ */
722
+ export type UdgNormalisedFreshbooksGetBalanceSheetAccrual200Data = unknown | null;
723
+ export type UdgNormalisedFreshbooksGetBalanceSheetAccrual200 = {
724
+ /** @nullable */
725
+ data?: UdgNormalisedFreshbooksGetBalanceSheetAccrual200Data;
726
+ page?: number;
727
+ pageSize?: number;
728
+ total?: number;
729
+ [key: string]: unknown | null;
730
+ };
731
+ export type UdgNormalisedFreshbooksGetBalanceSheetAccrualBody = {
732
+ /** Integration user id for accountancy requests. */
733
+ userId: string;
734
+ };
735
+ /**
736
+ * @nullable
737
+ */
738
+ export type UdgNormalisedFreshbooksGetTransactions200Data = unknown | null;
739
+ export type UdgNormalisedFreshbooksGetTransactions200 = {
740
+ /** @nullable */
741
+ data?: UdgNormalisedFreshbooksGetTransactions200Data;
742
+ page?: number;
743
+ pageSize?: number;
744
+ total?: number;
745
+ [key: string]: unknown | null;
746
+ };
747
+ export type UdgNormalisedFreshbooksGetTransactionsBody = {
748
+ /** Integration user id for accountancy requests. */
749
+ userId: string;
750
+ };
751
+ /**
752
+ * @nullable
753
+ */
754
+ export type UdgNormalisedFreshbooksGetAccounts200Data = unknown | null;
755
+ export type UdgNormalisedFreshbooksGetAccounts200 = {
756
+ /** @nullable */
757
+ data?: UdgNormalisedFreshbooksGetAccounts200Data;
758
+ page?: number;
759
+ pageSize?: number;
760
+ total?: number;
761
+ [key: string]: unknown | null;
762
+ };
763
+ export type UdgNormalisedFreshbooksGetAccountsBody = {
764
+ /** Integration user id for accountancy requests. */
765
+ userId: string;
766
+ };
767
+ /**
768
+ * @nullable
769
+ */
770
+ export type UdgNormalisedFreshbooksGetItems200Data = unknown | null;
771
+ export type UdgNormalisedFreshbooksGetItems200 = {
772
+ /** @nullable */
773
+ data?: UdgNormalisedFreshbooksGetItems200Data;
774
+ page?: number;
775
+ pageSize?: number;
776
+ total?: number;
777
+ [key: string]: unknown | null;
778
+ };
779
+ export type UdgNormalisedFreshbooksGetItemsBody = {
780
+ /** Integration user id for accountancy requests. */
781
+ userId: string;
782
+ };
783
+ /**
784
+ * @nullable
785
+ */
786
+ export type UdgNormalisedFreshbooksGetPayments200Data = unknown | null;
787
+ export type UdgNormalisedFreshbooksGetPayments200 = {
788
+ /** @nullable */
789
+ data?: UdgNormalisedFreshbooksGetPayments200Data;
790
+ page?: number;
791
+ pageSize?: number;
792
+ total?: number;
793
+ [key: string]: unknown | null;
794
+ };
795
+ export type UdgNormalisedFreshbooksGetPaymentsBody = {
796
+ /** Integration user id for accountancy requests. */
797
+ userId: string;
798
+ };
799
+ /**
800
+ * @nullable
801
+ */
802
+ export type UdgNormalisedFreshbooksGetRecurringDocuments200Data = unknown | null;
803
+ export type UdgNormalisedFreshbooksGetRecurringDocuments200 = {
804
+ /** @nullable */
805
+ data?: UdgNormalisedFreshbooksGetRecurringDocuments200Data;
806
+ page?: number;
807
+ pageSize?: number;
808
+ total?: number;
809
+ [key: string]: unknown | null;
810
+ };
811
+ export type UdgNormalisedFreshbooksGetRecurringDocumentsBody = {
812
+ /** Integration user id for accountancy requests. */
813
+ userId: string;
814
+ };
815
+ /**
816
+ * @nullable
817
+ */
818
+ export type UdgNormalisedFreshbooksGetDocuments200Data = unknown | null;
819
+ export type UdgNormalisedFreshbooksGetDocuments200 = {
820
+ /** @nullable */
821
+ data?: UdgNormalisedFreshbooksGetDocuments200Data;
822
+ page?: number;
823
+ pageSize?: number;
824
+ total?: number;
825
+ [key: string]: unknown | null;
826
+ };
827
+ export type UdgNormalisedFreshbooksGetDocumentsBody = {
828
+ /** Integration user id for accountancy requests. */
829
+ userId: string;
830
+ };
831
+ /**
832
+ * @nullable
833
+ */
834
+ export type UdgNormalisedFreshbooksGetBills200Data = unknown | null;
835
+ export type UdgNormalisedFreshbooksGetBills200 = {
836
+ /** @nullable */
837
+ data?: UdgNormalisedFreshbooksGetBills200Data;
838
+ page?: number;
839
+ pageSize?: number;
840
+ total?: number;
841
+ [key: string]: unknown | null;
842
+ };
843
+ export type UdgNormalisedFreshbooksGetBillsBody = {
844
+ /** Integration user id for accountancy requests. */
845
+ userId: string;
846
+ };
847
+ /**
848
+ * @nullable
849
+ */
850
+ export type UdgNormalisedFreshbooksGetInvoices200Data = unknown | null;
851
+ export type UdgNormalisedFreshbooksGetInvoices200 = {
852
+ /** @nullable */
853
+ data?: UdgNormalisedFreshbooksGetInvoices200Data;
854
+ page?: number;
855
+ pageSize?: number;
856
+ total?: number;
857
+ [key: string]: unknown | null;
858
+ };
859
+ export type UdgNormalisedFreshbooksGetInvoicesBody = {
860
+ /** Integration user id for accountancy requests. */
861
+ userId: string;
862
+ };
863
+ /**
864
+ * @nullable
865
+ */
866
+ export type UdgNormalisedFreshbooksGetEmployees200Data = unknown | null;
867
+ export type UdgNormalisedFreshbooksGetEmployees200 = {
868
+ /** @nullable */
869
+ data?: UdgNormalisedFreshbooksGetEmployees200Data;
870
+ page?: number;
871
+ pageSize?: number;
872
+ total?: number;
873
+ [key: string]: unknown | null;
874
+ };
875
+ export type UdgNormalisedFreshbooksGetEmployeesBody = {
876
+ /** Integration user id for accountancy requests. */
877
+ userId: string;
878
+ };
879
+ /**
880
+ * @nullable
881
+ */
882
+ export type UdgNormalisedFreshbooksGetCompanyInfo200Data = unknown | null;
883
+ export type UdgNormalisedFreshbooksGetCompanyInfo200 = {
884
+ /** @nullable */
885
+ data?: UdgNormalisedFreshbooksGetCompanyInfo200Data;
886
+ page?: number;
887
+ pageSize?: number;
888
+ total?: number;
889
+ [key: string]: unknown | null;
890
+ };
891
+ export type UdgNormalisedFreshbooksGetCompanyInfoBody = {
892
+ /** Integration user id for accountancy requests. */
893
+ userId: string;
894
+ };
895
+ /**
896
+ * @nullable
897
+ */
898
+ export type UdgNormalisedFreshbooksGetContacts200Data = unknown | null;
899
+ export type UdgNormalisedFreshbooksGetContacts200 = {
900
+ /** @nullable */
901
+ data?: UdgNormalisedFreshbooksGetContacts200Data;
902
+ page?: number;
903
+ pageSize?: number;
904
+ total?: number;
905
+ [key: string]: unknown | null;
906
+ };
907
+ export type UdgNormalisedFreshbooksGetContactsBody = {
908
+ /** Integration user id for accountancy requests. */
909
+ userId: string;
910
+ };
911
+ export type UdgNormalisedFreshbooksAuthenticate200 = {
912
+ /**
913
+ * Integration user id after authentication
914
+ * @minLength 1
915
+ */
916
+ userId: string;
917
+ };
918
+ export type UdgNormalisedFreshbooksAuthenticateBody = {
919
+ [key: string]: unknown;
920
+ };
921
+ /**
922
+ * @nullable
923
+ */
924
+ export type UdgNormalisedFreeAgentGetProfitAndLossAccrual200Data = unknown | null;
925
+ export type UdgNormalisedFreeAgentGetProfitAndLossAccrual200 = {
926
+ /** @nullable */
927
+ data?: UdgNormalisedFreeAgentGetProfitAndLossAccrual200Data;
928
+ page?: number;
929
+ pageSize?: number;
930
+ total?: number;
931
+ [key: string]: unknown | null;
932
+ };
933
+ export type UdgNormalisedFreeAgentGetProfitAndLossAccrualBody = {
934
+ /** Integration user id for accountancy requests. */
935
+ userId: string;
936
+ };
937
+ /**
938
+ * @nullable
939
+ */
940
+ export type UdgNormalisedFreeAgentGetBalanceSheetAccrual200Data = unknown | null;
941
+ export type UdgNormalisedFreeAgentGetBalanceSheetAccrual200 = {
942
+ /** @nullable */
943
+ data?: UdgNormalisedFreeAgentGetBalanceSheetAccrual200Data;
944
+ page?: number;
945
+ pageSize?: number;
946
+ total?: number;
947
+ [key: string]: unknown | null;
948
+ };
949
+ export type UdgNormalisedFreeAgentGetBalanceSheetAccrualBody = {
950
+ /** Integration user id for accountancy requests. */
951
+ userId: string;
952
+ };
953
+ /**
954
+ * @nullable
955
+ */
956
+ export type UdgNormalisedFreeAgentGetTransactions200Data = unknown | null;
957
+ export type UdgNormalisedFreeAgentGetTransactions200 = {
958
+ /** @nullable */
959
+ data?: UdgNormalisedFreeAgentGetTransactions200Data;
960
+ page?: number;
961
+ pageSize?: number;
962
+ total?: number;
963
+ [key: string]: unknown | null;
964
+ };
965
+ export type UdgNormalisedFreeAgentGetTransactionsBody = {
966
+ /** Integration user id for accountancy requests. */
967
+ userId: string;
968
+ };
969
+ /**
970
+ * @nullable
971
+ */
972
+ export type UdgNormalisedFreeAgentGetAccounts200Data = unknown | null;
973
+ export type UdgNormalisedFreeAgentGetAccounts200 = {
974
+ /** @nullable */
975
+ data?: UdgNormalisedFreeAgentGetAccounts200Data;
976
+ page?: number;
977
+ pageSize?: number;
978
+ total?: number;
979
+ [key: string]: unknown | null;
980
+ };
981
+ export type UdgNormalisedFreeAgentGetAccountsBody = {
982
+ /** Integration user id for accountancy requests. */
983
+ userId: string;
984
+ };
985
+ /**
986
+ * @nullable
987
+ */
988
+ export type UdgNormalisedFreeAgentGetItems200Data = unknown | null;
989
+ export type UdgNormalisedFreeAgentGetItems200 = {
990
+ /** @nullable */
991
+ data?: UdgNormalisedFreeAgentGetItems200Data;
992
+ page?: number;
993
+ pageSize?: number;
994
+ total?: number;
995
+ [key: string]: unknown | null;
996
+ };
997
+ export type UdgNormalisedFreeAgentGetItemsBody = {
998
+ /** Integration user id for accountancy requests. */
999
+ userId: string;
1000
+ };
1001
+ /**
1002
+ * @nullable
1003
+ */
1004
+ export type UdgNormalisedFreeAgentGetPayments200Data = unknown | null;
1005
+ export type UdgNormalisedFreeAgentGetPayments200 = {
1006
+ /** @nullable */
1007
+ data?: UdgNormalisedFreeAgentGetPayments200Data;
1008
+ page?: number;
1009
+ pageSize?: number;
1010
+ total?: number;
1011
+ [key: string]: unknown | null;
1012
+ };
1013
+ export type UdgNormalisedFreeAgentGetPaymentsBody = {
1014
+ /** Integration user id for accountancy requests. */
1015
+ userId: string;
1016
+ };
1017
+ /**
1018
+ * @nullable
1019
+ */
1020
+ export type UdgNormalisedFreeAgentGetRecurringDocuments200Data = unknown | null;
1021
+ export type UdgNormalisedFreeAgentGetRecurringDocuments200 = {
1022
+ /** @nullable */
1023
+ data?: UdgNormalisedFreeAgentGetRecurringDocuments200Data;
1024
+ page?: number;
1025
+ pageSize?: number;
1026
+ total?: number;
1027
+ [key: string]: unknown | null;
1028
+ };
1029
+ export type UdgNormalisedFreeAgentGetRecurringDocumentsBody = {
1030
+ /** Integration user id for accountancy requests. */
1031
+ userId: string;
1032
+ };
1033
+ /**
1034
+ * @nullable
1035
+ */
1036
+ export type UdgNormalisedFreeAgentGetDocuments200Data = unknown | null;
1037
+ export type UdgNormalisedFreeAgentGetDocuments200 = {
1038
+ /** @nullable */
1039
+ data?: UdgNormalisedFreeAgentGetDocuments200Data;
1040
+ page?: number;
1041
+ pageSize?: number;
1042
+ total?: number;
1043
+ [key: string]: unknown | null;
1044
+ };
1045
+ export type UdgNormalisedFreeAgentGetDocumentsBody = {
1046
+ /** Integration user id for accountancy requests. */
1047
+ userId: string;
1048
+ };
1049
+ /**
1050
+ * @nullable
1051
+ */
1052
+ export type UdgNormalisedFreeAgentGetCreditNotes200Data = unknown | null;
1053
+ export type UdgNormalisedFreeAgentGetCreditNotes200 = {
1054
+ /** @nullable */
1055
+ data?: UdgNormalisedFreeAgentGetCreditNotes200Data;
1056
+ page?: number;
1057
+ pageSize?: number;
1058
+ total?: number;
1059
+ [key: string]: unknown | null;
1060
+ };
1061
+ export type UdgNormalisedFreeAgentGetCreditNotesBody = {
1062
+ /** Integration user id for accountancy requests. */
1063
+ userId: string;
1064
+ };
1065
+ /**
1066
+ * @nullable
1067
+ */
1068
+ export type UdgNormalisedFreeAgentGetBills200Data = unknown | null;
1069
+ export type UdgNormalisedFreeAgentGetBills200 = {
1070
+ /** @nullable */
1071
+ data?: UdgNormalisedFreeAgentGetBills200Data;
1072
+ page?: number;
1073
+ pageSize?: number;
1074
+ total?: number;
1075
+ [key: string]: unknown | null;
1076
+ };
1077
+ export type UdgNormalisedFreeAgentGetBillsBody = {
1078
+ /** Integration user id for accountancy requests. */
1079
+ userId: string;
1080
+ };
1081
+ /**
1082
+ * @nullable
1083
+ */
1084
+ export type UdgNormalisedFreeAgentGetInvoices200Data = unknown | null;
1085
+ export type UdgNormalisedFreeAgentGetInvoices200 = {
1086
+ /** @nullable */
1087
+ data?: UdgNormalisedFreeAgentGetInvoices200Data;
1088
+ page?: number;
1089
+ pageSize?: number;
1090
+ total?: number;
1091
+ [key: string]: unknown | null;
1092
+ };
1093
+ export type UdgNormalisedFreeAgentGetInvoicesBody = {
1094
+ /** Integration user id for accountancy requests. */
1095
+ userId: string;
1096
+ };
1097
+ /**
1098
+ * @nullable
1099
+ */
1100
+ export type UdgNormalisedFreeAgentGetEmployees200Data = unknown | null;
1101
+ export type UdgNormalisedFreeAgentGetEmployees200 = {
1102
+ /** @nullable */
1103
+ data?: UdgNormalisedFreeAgentGetEmployees200Data;
1104
+ page?: number;
1105
+ pageSize?: number;
1106
+ total?: number;
1107
+ [key: string]: unknown | null;
1108
+ };
1109
+ export type UdgNormalisedFreeAgentGetEmployeesBody = {
1110
+ /** Integration user id for accountancy requests. */
1111
+ userId: string;
1112
+ };
1113
+ /**
1114
+ * @nullable
1115
+ */
1116
+ export type UdgNormalisedFreeAgentGetCompanyInfo200Data = unknown | null;
1117
+ export type UdgNormalisedFreeAgentGetCompanyInfo200 = {
1118
+ /** @nullable */
1119
+ data?: UdgNormalisedFreeAgentGetCompanyInfo200Data;
1120
+ page?: number;
1121
+ pageSize?: number;
1122
+ total?: number;
1123
+ [key: string]: unknown | null;
1124
+ };
1125
+ export type UdgNormalisedFreeAgentGetCompanyInfoBody = {
1126
+ /** Integration user id for accountancy requests. */
1127
+ userId: string;
1128
+ };
1129
+ /**
1130
+ * @nullable
1131
+ */
1132
+ export type UdgNormalisedFreeAgentGetContacts200Data = unknown | null;
1133
+ export type UdgNormalisedFreeAgentGetContacts200 = {
1134
+ /** @nullable */
1135
+ data?: UdgNormalisedFreeAgentGetContacts200Data;
1136
+ page?: number;
1137
+ pageSize?: number;
1138
+ total?: number;
1139
+ [key: string]: unknown | null;
1140
+ };
1141
+ export type UdgNormalisedFreeAgentGetContactsBody = {
1142
+ /** Integration user id for accountancy requests. */
1143
+ userId: string;
1144
+ };
1145
+ export type UdgNormalisedFreeAgentAuthenticate200 = {
1146
+ /**
1147
+ * Integration user id after authentication
1148
+ * @minLength 1
1149
+ */
1150
+ userId: string;
1151
+ };
1152
+ export type UdgNormalisedFreeAgentAuthenticateBody = {
1153
+ [key: string]: unknown;
1154
+ };
1
1155
  export type HubspotSendTransactionalEmail200 = {
2
1156
  [key: string]: unknown | null;
3
1157
  };
@@ -521,10 +1675,6 @@ export type WealthboxGetWorkflowTemplatesBody = {
521
1675
  userId: string;
522
1676
  [key: string]: unknown | null;
523
1677
  };
524
- export type WealthboxGetContactRoles200 = {
525
- contact_roles: WealthboxGetContactRoles200ContactRolesItem[];
526
- [key: string]: unknown | null;
527
- };
528
1678
  export type WealthboxGetContactRoles200ContactRolesItemRemovedOptionsItem = {
529
1679
  [key: string]: unknown | null;
530
1680
  };
@@ -539,6 +1689,10 @@ export type WealthboxGetContactRoles200ContactRolesItem = {
539
1689
  removed_options?: WealthboxGetContactRoles200ContactRolesItemRemovedOptionsItem[];
540
1690
  [key: string]: unknown | null;
541
1691
  };
1692
+ export type WealthboxGetContactRoles200 = {
1693
+ contact_roles: WealthboxGetContactRoles200ContactRolesItem[];
1694
+ [key: string]: unknown | null;
1695
+ };
542
1696
  export type WealthboxGetContactRolesBody = {
543
1697
  /**
544
1698
  * Page number for paginated Wealthbox endpoints.
@@ -735,10 +1889,6 @@ export type WealthboxGetTeamsBody = {
735
1889
  userId: string;
736
1890
  [key: string]: unknown | null;
737
1891
  };
738
- export type WealthboxGetUsers200 = {
739
- users?: WealthboxGetUsers200UsersItem[];
740
- [key: string]: unknown | null;
741
- };
742
1892
  export type WealthboxGetUsers200UsersItemStatus = 'active' | 'invited' | 'inactive' | 'legacy' | string;
743
1893
  export type WealthboxGetUsers200UsersItem = {
744
1894
  /** @nullable */
@@ -751,6 +1901,10 @@ export type WealthboxGetUsers200UsersItem = {
751
1901
  status?: WealthboxGetUsers200UsersItemStatus;
752
1902
  [key: string]: unknown | null;
753
1903
  };
1904
+ export type WealthboxGetUsers200 = {
1905
+ users?: WealthboxGetUsers200UsersItem[];
1906
+ [key: string]: unknown | null;
1907
+ };
754
1908
  /**
755
1909
  * Filter users by their status
756
1910
  */
@@ -786,21 +1940,6 @@ export type WealthboxGetMe200UsersItem = {
786
1940
  status?: WealthboxGetMe200UsersItemStatus;
787
1941
  [key: string]: unknown | null;
788
1942
  };
789
- export type WealthboxGetMe200CurrentUserStatus = 'active' | 'invited' | 'inactive' | 'legacy' | string;
790
- export type WealthboxGetMe200CurrentUser = {
791
- /** @nullable */
792
- account?: number | null;
793
- email?: string;
794
- excluded_from_assignments?: boolean;
795
- /** @nullable */
796
- id: number | null;
797
- name: string;
798
- status?: WealthboxGetMe200CurrentUserStatus;
799
- [key: string]: unknown | null;
800
- };
801
- export type WealthboxGetMe200AccountsItem = {
802
- [key: string]: unknown | null;
803
- };
804
1943
  export type WealthboxGetMe200 = {
805
1944
  accounts?: WealthboxGetMe200AccountsItem[];
806
1945
  created_at?: string;
@@ -816,6 +1955,21 @@ export type WealthboxGetMe200 = {
816
1955
  users?: WealthboxGetMe200UsersItem[];
817
1956
  [key: string]: unknown | null;
818
1957
  };
1958
+ export type WealthboxGetMe200CurrentUserStatus = 'active' | 'invited' | 'inactive' | 'legacy' | string;
1959
+ export type WealthboxGetMe200CurrentUser = {
1960
+ /** @nullable */
1961
+ account?: number | null;
1962
+ email?: string;
1963
+ excluded_from_assignments?: boolean;
1964
+ /** @nullable */
1965
+ id: number | null;
1966
+ name: string;
1967
+ status?: WealthboxGetMe200CurrentUserStatus;
1968
+ [key: string]: unknown | null;
1969
+ };
1970
+ export type WealthboxGetMe200AccountsItem = {
1971
+ [key: string]: unknown | null;
1972
+ };
819
1973
  export type WealthboxGetMeBody = {
820
1974
  /** Integration user id for Wealthbox requests. */
821
1975
  userId: string;
@@ -1532,12 +2686,6 @@ export type WealthboxUpdateProject200 = {
1532
2686
  visible_to?: WealthboxUpdateProject200VisibleTo;
1533
2687
  [key: string]: unknown | null;
1534
2688
  };
1535
- export type WealthboxUpdateProjectBodyCustomFieldsItem = {
1536
- /** @nullable */
1537
- id: number | null;
1538
- value?: WealthboxUpdateProjectBodyCustomFieldsItemValue;
1539
- [key: string]: unknown | null;
1540
- };
1541
2689
  export type WealthboxUpdateProjectBody = {
1542
2690
  custom_fields?: WealthboxUpdateProjectBodyCustomFieldsItem[];
1543
2691
  /** @minLength 1 */
@@ -1565,6 +2713,12 @@ export type WealthboxUpdateProjectBodyCustomFieldsItemValueAnyOfTwo = unknown |
1565
2713
  */
1566
2714
  export type WealthboxUpdateProjectBodyCustomFieldsItemValueAnyOf = unknown | null;
1567
2715
  export type WealthboxUpdateProjectBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateProjectBodyCustomFieldsItemValueAnyOf | WealthboxUpdateProjectBodyCustomFieldsItemValueAnyOfTwo;
2716
+ export type WealthboxUpdateProjectBodyCustomFieldsItem = {
2717
+ /** @nullable */
2718
+ id: number | null;
2719
+ value?: WealthboxUpdateProjectBodyCustomFieldsItemValue;
2720
+ [key: string]: unknown | null;
2721
+ };
1568
2722
  /**
1569
2723
  * @nullable
1570
2724
  */
@@ -1628,19 +2782,6 @@ export type WealthboxCreateProject200 = {
1628
2782
  visible_to?: WealthboxCreateProject200VisibleTo;
1629
2783
  [key: string]: unknown | null;
1630
2784
  };
1631
- export type WealthboxCreateProjectBody = {
1632
- custom_fields?: WealthboxCreateProjectBodyCustomFieldsItem[];
1633
- /** @minLength 1 */
1634
- description: string;
1635
- /** @minLength 1 */
1636
- name: string;
1637
- /** @nullable */
1638
- organizer?: number | null;
1639
- /** Integration user id for Wealthbox requests. */
1640
- userId: string;
1641
- visible_to?: string;
1642
- [key: string]: unknown | null;
1643
- };
1644
2785
  /**
1645
2786
  * @nullable
1646
2787
  */
@@ -1656,6 +2797,19 @@ export type WealthboxCreateProjectBodyCustomFieldsItem = {
1656
2797
  value?: WealthboxCreateProjectBodyCustomFieldsItemValue;
1657
2798
  [key: string]: unknown | null;
1658
2799
  };
2800
+ export type WealthboxCreateProjectBody = {
2801
+ custom_fields?: WealthboxCreateProjectBodyCustomFieldsItem[];
2802
+ /** @minLength 1 */
2803
+ description: string;
2804
+ /** @minLength 1 */
2805
+ name: string;
2806
+ /** @nullable */
2807
+ organizer?: number | null;
2808
+ /** Integration user id for Wealthbox requests. */
2809
+ userId: string;
2810
+ visible_to?: string;
2811
+ [key: string]: unknown | null;
2812
+ };
1659
2813
  /**
1660
2814
  * @nullable
1661
2815
  */
@@ -2218,6 +3372,12 @@ export type WealthboxUpdateOpportunityBodyLinkedToItem = {
2218
3372
  type: string;
2219
3373
  [key: string]: unknown | null;
2220
3374
  };
3375
+ export type WealthboxUpdateOpportunityBodyCustomFieldsItem = {
3376
+ /** @nullable */
3377
+ id: number | null;
3378
+ value?: WealthboxUpdateOpportunityBodyCustomFieldsItemValue;
3379
+ [key: string]: unknown | null;
3380
+ };
2221
3381
  /**
2222
3382
  * @nullable
2223
3383
  */
@@ -2227,12 +3387,6 @@ export type WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOfTwo = unknow
2227
3387
  */
2228
3388
  export type WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOf = unknown | null;
2229
3389
  export type WealthboxUpdateOpportunityBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOf | WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOfTwo;
2230
- export type WealthboxUpdateOpportunityBodyCustomFieldsItem = {
2231
- /** @nullable */
2232
- id: number | null;
2233
- value?: WealthboxUpdateOpportunityBodyCustomFieldsItemValue;
2234
- [key: string]: unknown | null;
2235
- };
2236
3390
  export type WealthboxUpdateOpportunityBodyAmountsItemKind = 'Fee' | 'Commission' | 'AUM' | 'Other' | string;
2237
3391
  export type WealthboxUpdateOpportunityBodyAmountsItem = {
2238
3392
  amount?: number;
@@ -2383,6 +3537,13 @@ export type WealthboxCreateOpportunityBody = {
2383
3537
  visible_to?: string;
2384
3538
  [key: string]: unknown | null;
2385
3539
  };
3540
+ export type WealthboxCreateOpportunityBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxCreateOpportunityBodyCustomFieldsItemValueAnyOf | WealthboxCreateOpportunityBodyCustomFieldsItemValueAnyOfTwo;
3541
+ export type WealthboxCreateOpportunityBodyCustomFieldsItem = {
3542
+ /** @nullable */
3543
+ id: number | null;
3544
+ value?: WealthboxCreateOpportunityBodyCustomFieldsItemValue;
3545
+ [key: string]: unknown | null;
3546
+ };
2386
3547
  /**
2387
3548
  * @nullable
2388
3549
  */
@@ -2391,13 +3552,6 @@ export type WealthboxCreateOpportunityBodyCustomFieldsItemValueAnyOfTwo = unknow
2391
3552
  * @nullable
2392
3553
  */
2393
3554
  export type WealthboxCreateOpportunityBodyCustomFieldsItemValueAnyOf = unknown | null;
2394
- export type WealthboxCreateOpportunityBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxCreateOpportunityBodyCustomFieldsItemValueAnyOf | WealthboxCreateOpportunityBodyCustomFieldsItemValueAnyOfTwo;
2395
- export type WealthboxCreateOpportunityBodyCustomFieldsItem = {
2396
- /** @nullable */
2397
- id: number | null;
2398
- value?: WealthboxCreateOpportunityBodyCustomFieldsItemValue;
2399
- [key: string]: unknown | null;
2400
- };
2401
3555
  export type WealthboxCreateOpportunityBodyAmountsItemKind = 'Fee' | 'Commission' | 'AUM' | 'Other' | string;
2402
3556
  export type WealthboxCreateOpportunityBodyAmountsItem = {
2403
3557
  amount?: number;
@@ -3506,6 +4660,12 @@ export type WealthboxUpdateTaskBodyLinkedToItem = {
3506
4660
  type: string;
3507
4661
  [key: string]: unknown | null;
3508
4662
  };
4663
+ export type WealthboxUpdateTaskBodyCustomFieldsItem = {
4664
+ /** @nullable */
4665
+ id: number | null;
4666
+ value?: WealthboxUpdateTaskBodyCustomFieldsItemValue;
4667
+ [key: string]: unknown | null;
4668
+ };
3509
4669
  export type WealthboxUpdateTaskBody = {
3510
4670
  /** @nullable */
3511
4671
  assigned_to?: number | null;
@@ -3541,12 +4701,6 @@ export type WealthboxUpdateTaskBodyCustomFieldsItemValueAnyOfTwo = unknown | nul
3541
4701
  */
3542
4702
  export type WealthboxUpdateTaskBodyCustomFieldsItemValueAnyOf = unknown | null;
3543
4703
  export type WealthboxUpdateTaskBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateTaskBodyCustomFieldsItemValueAnyOf | WealthboxUpdateTaskBodyCustomFieldsItemValueAnyOfTwo;
3544
- export type WealthboxUpdateTaskBodyCustomFieldsItem = {
3545
- /** @nullable */
3546
- id: number | null;
3547
- value?: WealthboxUpdateTaskBodyCustomFieldsItemValue;
3548
- [key: string]: unknown | null;
3549
- };
3550
4704
  /**
3551
4705
  * @nullable
3552
4706
  */
@@ -4085,183 +5239,328 @@ export type WealthboxUpdateContact200WebsitesItem = {
4085
5239
  /**
4086
5240
  * @nullable
4087
5241
  */
4088
- export type WealthboxUpdateContact200VisibleTo = unknown | null;
5242
+ export type WealthboxUpdateContact200VisibleTo = unknown | null;
5243
+ /**
5244
+ * @nullable
5245
+ */
5246
+ export type WealthboxUpdateContact200UpdatedAt = unknown | null;
5247
+ /**
5248
+ * @nullable
5249
+ */
5250
+ export type WealthboxUpdateContact200Type = unknown | null;
5251
+ /**
5252
+ * @nullable
5253
+ */
5254
+ export type WealthboxUpdateContact200TwitterName = unknown | null;
5255
+ /**
5256
+ * @nullable
5257
+ */
5258
+ export type WealthboxUpdateContact200TrustedContact = unknown | null;
5259
+ /**
5260
+ * @nullable
5261
+ */
5262
+ export type WealthboxUpdateContact200TimeHorizon = unknown | null;
5263
+ /**
5264
+ * @nullable
5265
+ */
5266
+ export type WealthboxUpdateContact200TaxYear = unknown | null;
5267
+ /**
5268
+ * @nullable
5269
+ */
5270
+ export type WealthboxUpdateContact200TaxBracket = unknown | null;
5271
+ export type WealthboxUpdateContact200TagsItem = {
5272
+ [key: string]: unknown | null;
5273
+ };
5274
+ /**
5275
+ * @nullable
5276
+ */
5277
+ export type WealthboxUpdateContact200Suffix = unknown | null;
5278
+ export type WealthboxUpdateContact200StreetAddressesItem = {
5279
+ [key: string]: unknown | null;
5280
+ };
5281
+ /**
5282
+ * @nullable
5283
+ */
5284
+ export type WealthboxUpdateContact200StocksAndBondsExperience = unknown | null;
5285
+ /**
5286
+ * @nullable
5287
+ */
5288
+ export type WealthboxUpdateContact200Status = unknown | null;
5289
+ /**
5290
+ * @nullable
5291
+ */
5292
+ export type WealthboxUpdateContact200SignedIpsAgreementDate = unknown | null;
5293
+ /**
5294
+ * @nullable
5295
+ */
5296
+ export type WealthboxUpdateContact200SignedFpAgreementDate = unknown | null;
5297
+ /**
5298
+ * @nullable
5299
+ */
5300
+ export type WealthboxUpdateContact200SignedFeeAgreementDate = unknown | null;
5301
+ /**
5302
+ * @nullable
5303
+ */
5304
+ export type WealthboxUpdateContact200RiskTolerance = unknown | null;
5305
+ /**
5306
+ * @nullable
5307
+ */
5308
+ export type WealthboxUpdateContact200RetirementDate = unknown | null;
5309
+ /**
5310
+ * @nullable
5311
+ */
5312
+ export type WealthboxUpdateContact200ReferredBy = unknown | null;
5313
+ /**
5314
+ * @nullable
5315
+ */
5316
+ export type WealthboxUpdateContact200Prefix = unknown | null;
5317
+ export type WealthboxUpdateContact200PhoneNumbersItem = {
5318
+ [key: string]: unknown | null;
5319
+ };
5320
+ /**
5321
+ * @nullable
5322
+ */
5323
+ export type WealthboxUpdateContact200PersonalInterests = unknown | null;
5324
+ /**
5325
+ * @nullable
5326
+ */
5327
+ export type WealthboxUpdateContact200PassportNumber = unknown | null;
5328
+ /**
5329
+ * @nullable
5330
+ */
5331
+ export type WealthboxUpdateContact200PartnershipsExperience = unknown | null;
5332
+ /**
5333
+ * @nullable
5334
+ */
5335
+ export type WealthboxUpdateContact200OtherInvestingExperience = unknown | null;
5336
+ /**
5337
+ * @nullable
5338
+ */
5339
+ export type WealthboxUpdateContact200Other = unknown | null;
5340
+ export type WealthboxUpdateContact200Occupation = {
5341
+ [key: string]: unknown | null;
5342
+ };
5343
+ /**
5344
+ * @nullable
5345
+ */
5346
+ export type WealthboxUpdateContact200NonLiquidAssets = unknown | null;
5347
+ /**
5348
+ * @nullable
5349
+ */
5350
+ export type WealthboxUpdateContact200Nickname = unknown | null;
5351
+ /**
5352
+ * @nullable
5353
+ */
5354
+ export type WealthboxUpdateContact200MutualFundExperience = unknown | null;
5355
+ /**
5356
+ * @nullable
5357
+ */
5358
+ export type WealthboxUpdateContact200MiddleName = unknown | null;
5359
+ /**
5360
+ * @nullable
5361
+ */
5362
+ export type WealthboxUpdateContact200MaritalStatus = unknown | null;
5363
+ /**
5364
+ * @nullable
5365
+ */
5366
+ export type WealthboxUpdateContact200MaidenName = unknown | null;
5367
+ /**
5368
+ * @nullable
5369
+ */
5370
+ export type WealthboxUpdateContact200LinkedinUrl = unknown | null;
4089
5371
  /**
4090
5372
  * @nullable
4091
5373
  */
4092
- export type WealthboxUpdateContact200UpdatedAt = unknown | null;
5374
+ export type WealthboxUpdateContact200Liabilities = unknown | null;
4093
5375
  /**
4094
5376
  * @nullable
4095
5377
  */
4096
- export type WealthboxUpdateContact200Type = unknown | null;
5378
+ export type WealthboxUpdateContact200LastPrivacyOfferingDate = unknown | null;
4097
5379
  /**
4098
5380
  * @nullable
4099
5381
  */
4100
- export type WealthboxUpdateContact200TwitterName = unknown | null;
5382
+ export type WealthboxUpdateContact200LastName = unknown | null;
4101
5383
  /**
4102
5384
  * @nullable
4103
5385
  */
4104
- export type WealthboxUpdateContact200TrustedContact = unknown | null;
5386
+ export type WealthboxUpdateContact200LastCrsOfferingDate = unknown | null;
4105
5387
  /**
4106
5388
  * @nullable
4107
5389
  */
4108
- export type WealthboxUpdateContact200TimeHorizon = unknown | null;
5390
+ export type WealthboxUpdateContact200LastAdvOfferingDate = unknown | null;
4109
5391
  /**
4110
5392
  * @nullable
4111
5393
  */
4112
- export type WealthboxUpdateContact200TaxYear = unknown | null;
5394
+ export type WealthboxUpdateContact200JobTitle = unknown | null;
4113
5395
  /**
4114
5396
  * @nullable
4115
5397
  */
4116
- export type WealthboxUpdateContact200TaxBracket = unknown | null;
4117
- export type WealthboxUpdateContact200TagsItem = {
4118
- [key: string]: unknown | null;
4119
- };
5398
+ export type WealthboxUpdateContact200InvestmentObjective = unknown | null;
4120
5399
  /**
4121
5400
  * @nullable
4122
5401
  */
4123
- export type WealthboxUpdateContact200Suffix = unknown | null;
4124
- export type WealthboxUpdateContact200StreetAddressesItem = {
4125
- [key: string]: unknown | null;
4126
- };
5402
+ export type WealthboxUpdateContact200Insurance = unknown | null;
4127
5403
  /**
4128
5404
  * @nullable
4129
5405
  */
4130
- export type WealthboxUpdateContact200StocksAndBondsExperience = unknown | null;
5406
+ export type WealthboxUpdateContact200InitialCrsOfferingDate = unknown | null;
4131
5407
  /**
4132
5408
  * @nullable
4133
5409
  */
4134
- export type WealthboxUpdateContact200Status = unknown | null;
5410
+ export type WealthboxUpdateContact200ImportantInformation = unknown | null;
4135
5411
  /**
4136
5412
  * @nullable
4137
5413
  */
4138
- export type WealthboxUpdateContact200SignedIpsAgreementDate = unknown | null;
5414
+ export type WealthboxUpdateContact200Image = unknown | null;
4139
5415
  /**
4140
5416
  * @nullable
4141
5417
  */
4142
- export type WealthboxUpdateContact200SignedFpAgreementDate = unknown | null;
5418
+ export type WealthboxUpdateContact200Id = unknown | null;
4143
5419
  /**
4144
5420
  * @nullable
4145
5421
  */
4146
- export type WealthboxUpdateContact200SignedFeeAgreementDate = unknown | null;
5422
+ export type WealthboxUpdateContact200HouseholdTitle = unknown | null;
4147
5423
  /**
4148
5424
  * @nullable
4149
5425
  */
4150
- export type WealthboxUpdateContact200RiskTolerance = unknown | null;
5426
+ export type WealthboxUpdateContact200HouseholdName = unknown | null;
5427
+ export type WealthboxUpdateContact200HouseholdMembersItem = {
5428
+ [key: string]: unknown | null;
5429
+ };
4151
5430
  /**
4152
5431
  * @nullable
4153
5432
  */
4154
- export type WealthboxUpdateContact200RetirementDate = unknown | null;
5433
+ export type WealthboxUpdateContact200HouseholdId = unknown | null;
5434
+ export type WealthboxUpdateContact200Household = {
5435
+ /** @nullable */
5436
+ id?: WealthboxUpdateContact200HouseholdId;
5437
+ members?: WealthboxUpdateContact200HouseholdMembersItem[];
5438
+ /** @nullable */
5439
+ name?: WealthboxUpdateContact200HouseholdName;
5440
+ /** @nullable */
5441
+ title?: WealthboxUpdateContact200HouseholdTitle;
5442
+ [key: string]: unknown | null;
5443
+ };
4155
5444
  /**
4156
5445
  * @nullable
4157
5446
  */
4158
- export type WealthboxUpdateContact200ReferredBy = unknown | null;
5447
+ export type WealthboxUpdateContact200GrossAnnualIncome = unknown | null;
4159
5448
  /**
4160
5449
  * @nullable
4161
5450
  */
4162
- export type WealthboxUpdateContact200Prefix = unknown | null;
4163
- export type WealthboxUpdateContact200PhoneNumbersItem = {
4164
- [key: string]: unknown | null;
4165
- };
5451
+ export type WealthboxUpdateContact200GreenCardNumber = unknown | null;
4166
5452
  /**
4167
5453
  * @nullable
4168
5454
  */
4169
- export type WealthboxUpdateContact200PersonalInterests = unknown | null;
5455
+ export type WealthboxUpdateContact200Gender = unknown | null;
4170
5456
  /**
4171
5457
  * @nullable
4172
5458
  */
4173
- export type WealthboxUpdateContact200PassportNumber = unknown | null;
5459
+ export type WealthboxUpdateContact200FirstName = unknown | null;
4174
5460
  /**
4175
5461
  * @nullable
4176
5462
  */
4177
- export type WealthboxUpdateContact200PartnershipsExperience = unknown | null;
5463
+ export type WealthboxUpdateContact200FamilyOfficer = unknown | null;
4178
5464
  /**
4179
5465
  * @nullable
4180
5466
  */
4181
- export type WealthboxUpdateContact200OtherInvestingExperience = unknown | null;
5467
+ export type WealthboxUpdateContact200ExternalUniqueId = unknown | null;
4182
5468
  /**
4183
5469
  * @nullable
4184
5470
  */
4185
- export type WealthboxUpdateContact200Other = unknown | null;
4186
- export type WealthboxUpdateContact200Occupation = {
5471
+ export type WealthboxUpdateContact200EstimatedTaxes = unknown | null;
5472
+ export type WealthboxUpdateContact200EmailAddressesItem = {
5473
+ [key: string]: unknown | null;
5474
+ };
5475
+ export type WealthboxUpdateContact200DriversLicense = {
4187
5476
  [key: string]: unknown | null;
4188
5477
  };
4189
5478
  /**
4190
5479
  * @nullable
4191
5480
  */
4192
- export type WealthboxUpdateContact200NonLiquidAssets = unknown | null;
5481
+ export type WealthboxUpdateContact200Doctor = unknown | null;
4193
5482
  /**
4194
5483
  * @nullable
4195
5484
  */
4196
- export type WealthboxUpdateContact200Nickname = unknown | null;
5485
+ export type WealthboxUpdateContact200DateOfDeath = unknown | null;
5486
+ export type WealthboxUpdateContact200CustomFieldsItem = {
5487
+ [key: string]: unknown | null;
5488
+ };
4197
5489
  /**
4198
5490
  * @nullable
4199
5491
  */
4200
- export type WealthboxUpdateContact200MutualFundExperience = unknown | null;
5492
+ export type WealthboxUpdateContact200Creator = unknown | null;
4201
5493
  /**
4202
5494
  * @nullable
4203
5495
  */
4204
- export type WealthboxUpdateContact200MiddleName = unknown | null;
5496
+ export type WealthboxUpdateContact200CreatedAt = unknown | null;
4205
5497
  /**
4206
5498
  * @nullable
4207
5499
  */
4208
- export type WealthboxUpdateContact200MaritalStatus = unknown | null;
5500
+ export type WealthboxUpdateContact200Cpa = unknown | null;
4209
5501
  /**
4210
5502
  * @nullable
4211
5503
  */
4212
- export type WealthboxUpdateContact200MaidenName = unknown | null;
5504
+ export type WealthboxUpdateContact200ContactType = unknown | null;
4213
5505
  /**
4214
5506
  * @nullable
4215
5507
  */
4216
- export type WealthboxUpdateContact200LinkedinUrl = unknown | null;
5508
+ export type WealthboxUpdateContact200ContactSource = unknown | null;
5509
+ export type WealthboxUpdateContact200ContactRolesItem = {
5510
+ [key: string]: unknown | null;
5511
+ };
4217
5512
  /**
4218
5513
  * @nullable
4219
5514
  */
4220
- export type WealthboxUpdateContact200Liabilities = unknown | null;
5515
+ export type WealthboxUpdateContact200ConfirmedByTaxReturn = unknown | null;
4221
5516
  /**
4222
5517
  * @nullable
4223
5518
  */
4224
- export type WealthboxUpdateContact200LastPrivacyOfferingDate = unknown | null;
5519
+ export type WealthboxUpdateContact200CompanyName = unknown | null;
4225
5520
  /**
4226
5521
  * @nullable
4227
5522
  */
4228
- export type WealthboxUpdateContact200LastName = unknown | null;
5523
+ export type WealthboxUpdateContact200ClientSince = unknown | null;
4229
5524
  /**
4230
5525
  * @nullable
4231
5526
  */
4232
- export type WealthboxUpdateContact200LastCrsOfferingDate = unknown | null;
5527
+ export type WealthboxUpdateContact200BusinessManager = unknown | null;
4233
5528
  /**
4234
5529
  * @nullable
4235
5530
  */
4236
- export type WealthboxUpdateContact200LastAdvOfferingDate = unknown | null;
5531
+ export type WealthboxUpdateContact200BirthPlace = unknown | null;
4237
5532
  /**
4238
5533
  * @nullable
4239
5534
  */
4240
- export type WealthboxUpdateContact200JobTitle = unknown | null;
5535
+ export type WealthboxUpdateContact200BirthDate = unknown | null;
4241
5536
  /**
4242
5537
  * @nullable
4243
5538
  */
4244
- export type WealthboxUpdateContact200InvestmentObjective = unknown | null;
5539
+ export type WealthboxUpdateContact200BackgroundInformation = unknown | null;
4245
5540
  /**
4246
5541
  * @nullable
4247
5542
  */
4248
- export type WealthboxUpdateContact200Insurance = unknown | null;
5543
+ export type WealthboxUpdateContact200Attorney = unknown | null;
4249
5544
  /**
4250
5545
  * @nullable
4251
5546
  */
4252
- export type WealthboxUpdateContact200InitialCrsOfferingDate = unknown | null;
5547
+ export type WealthboxUpdateContact200Assistant = unknown | null;
4253
5548
  /**
4254
5549
  * @nullable
4255
5550
  */
4256
- export type WealthboxUpdateContact200ImportantInformation = unknown | null;
5551
+ export type WealthboxUpdateContact200AssignedTo = unknown | null;
4257
5552
  /**
4258
5553
  * @nullable
4259
5554
  */
4260
- export type WealthboxUpdateContact200Image = unknown | null;
5555
+ export type WealthboxUpdateContact200Assets = unknown | null;
4261
5556
  /**
4262
5557
  * @nullable
4263
5558
  */
4264
- export type WealthboxUpdateContact200Id = unknown | null;
5559
+ export type WealthboxUpdateContact200Anniversary = unknown | null;
5560
+ /**
5561
+ * @nullable
5562
+ */
5563
+ export type WealthboxUpdateContact200AdjustedGrossIncome = unknown | null;
4265
5564
  export type WealthboxUpdateContact200 = {
4266
5565
  /** @nullable */
4267
5566
  adjusted_gross_income?: WealthboxUpdateContact200AdjustedGrossIncome;
@@ -4372,192 +5671,47 @@ export type WealthboxUpdateContact200 = {
4372
5671
  /** @nullable */
4373
5672
  personal_interests?: WealthboxUpdateContact200PersonalInterests;
4374
5673
  phone_numbers?: WealthboxUpdateContact200PhoneNumbersItem[];
4375
- /** @nullable */
4376
- prefix?: WealthboxUpdateContact200Prefix;
4377
- /** @nullable */
4378
- referred_by?: WealthboxUpdateContact200ReferredBy;
4379
- /** @nullable */
4380
- retirement_date?: WealthboxUpdateContact200RetirementDate;
4381
- /** @nullable */
4382
- risk_tolerance?: WealthboxUpdateContact200RiskTolerance;
4383
- /** @nullable */
4384
- signed_fee_agreement_date?: WealthboxUpdateContact200SignedFeeAgreementDate;
4385
- /** @nullable */
4386
- signed_fp_agreement_date?: WealthboxUpdateContact200SignedFpAgreementDate;
4387
- /** @nullable */
4388
- signed_ips_agreement_date?: WealthboxUpdateContact200SignedIpsAgreementDate;
4389
- /** @nullable */
4390
- status?: WealthboxUpdateContact200Status;
4391
- /** @nullable */
4392
- stocks_and_bonds_experience?: WealthboxUpdateContact200StocksAndBondsExperience;
4393
- street_addresses?: WealthboxUpdateContact200StreetAddressesItem[];
4394
- /** @nullable */
4395
- suffix?: WealthboxUpdateContact200Suffix;
4396
- tags?: WealthboxUpdateContact200TagsItem[];
4397
- /** @nullable */
4398
- tax_bracket?: WealthboxUpdateContact200TaxBracket;
4399
- /** @nullable */
4400
- tax_year?: WealthboxUpdateContact200TaxYear;
4401
- /** @nullable */
4402
- time_horizon?: WealthboxUpdateContact200TimeHorizon;
4403
- /** @nullable */
4404
- trusted_contact?: WealthboxUpdateContact200TrustedContact;
4405
- /** @nullable */
4406
- twitter_name?: WealthboxUpdateContact200TwitterName;
4407
- /** @nullable */
4408
- type?: WealthboxUpdateContact200Type;
4409
- /** @nullable */
4410
- updated_at?: WealthboxUpdateContact200UpdatedAt;
4411
- /** @nullable */
4412
- visible_to?: WealthboxUpdateContact200VisibleTo;
4413
- websites?: WealthboxUpdateContact200WebsitesItem[];
4414
- [key: string]: unknown | null;
4415
- };
4416
- /**
4417
- * @nullable
4418
- */
4419
- export type WealthboxUpdateContact200HouseholdTitle = unknown | null;
4420
- /**
4421
- * @nullable
4422
- */
4423
- export type WealthboxUpdateContact200HouseholdName = unknown | null;
4424
- export type WealthboxUpdateContact200HouseholdMembersItem = {
4425
- [key: string]: unknown | null;
4426
- };
4427
- /**
4428
- * @nullable
4429
- */
4430
- export type WealthboxUpdateContact200HouseholdId = unknown | null;
4431
- export type WealthboxUpdateContact200Household = {
4432
- /** @nullable */
4433
- id?: WealthboxUpdateContact200HouseholdId;
4434
- members?: WealthboxUpdateContact200HouseholdMembersItem[];
4435
- /** @nullable */
4436
- name?: WealthboxUpdateContact200HouseholdName;
4437
- /** @nullable */
4438
- title?: WealthboxUpdateContact200HouseholdTitle;
4439
- [key: string]: unknown | null;
4440
- };
4441
- /**
4442
- * @nullable
4443
- */
4444
- export type WealthboxUpdateContact200GrossAnnualIncome = unknown | null;
4445
- /**
4446
- * @nullable
4447
- */
4448
- export type WealthboxUpdateContact200GreenCardNumber = unknown | null;
4449
- /**
4450
- * @nullable
4451
- */
4452
- export type WealthboxUpdateContact200Gender = unknown | null;
4453
- /**
4454
- * @nullable
4455
- */
4456
- export type WealthboxUpdateContact200FirstName = unknown | null;
4457
- /**
4458
- * @nullable
4459
- */
4460
- export type WealthboxUpdateContact200FamilyOfficer = unknown | null;
4461
- /**
4462
- * @nullable
4463
- */
4464
- export type WealthboxUpdateContact200ExternalUniqueId = unknown | null;
4465
- /**
4466
- * @nullable
4467
- */
4468
- export type WealthboxUpdateContact200EstimatedTaxes = unknown | null;
4469
- export type WealthboxUpdateContact200EmailAddressesItem = {
4470
- [key: string]: unknown | null;
4471
- };
4472
- export type WealthboxUpdateContact200DriversLicense = {
4473
- [key: string]: unknown | null;
4474
- };
4475
- /**
4476
- * @nullable
4477
- */
4478
- export type WealthboxUpdateContact200Doctor = unknown | null;
4479
- /**
4480
- * @nullable
4481
- */
4482
- export type WealthboxUpdateContact200DateOfDeath = unknown | null;
4483
- export type WealthboxUpdateContact200CustomFieldsItem = {
4484
- [key: string]: unknown | null;
4485
- };
4486
- /**
4487
- * @nullable
4488
- */
4489
- export type WealthboxUpdateContact200Creator = unknown | null;
4490
- /**
4491
- * @nullable
4492
- */
4493
- export type WealthboxUpdateContact200CreatedAt = unknown | null;
4494
- /**
4495
- * @nullable
4496
- */
4497
- export type WealthboxUpdateContact200Cpa = unknown | null;
4498
- /**
4499
- * @nullable
4500
- */
4501
- export type WealthboxUpdateContact200ContactType = unknown | null;
4502
- /**
4503
- * @nullable
4504
- */
4505
- export type WealthboxUpdateContact200ContactSource = unknown | null;
4506
- export type WealthboxUpdateContact200ContactRolesItem = {
5674
+ /** @nullable */
5675
+ prefix?: WealthboxUpdateContact200Prefix;
5676
+ /** @nullable */
5677
+ referred_by?: WealthboxUpdateContact200ReferredBy;
5678
+ /** @nullable */
5679
+ retirement_date?: WealthboxUpdateContact200RetirementDate;
5680
+ /** @nullable */
5681
+ risk_tolerance?: WealthboxUpdateContact200RiskTolerance;
5682
+ /** @nullable */
5683
+ signed_fee_agreement_date?: WealthboxUpdateContact200SignedFeeAgreementDate;
5684
+ /** @nullable */
5685
+ signed_fp_agreement_date?: WealthboxUpdateContact200SignedFpAgreementDate;
5686
+ /** @nullable */
5687
+ signed_ips_agreement_date?: WealthboxUpdateContact200SignedIpsAgreementDate;
5688
+ /** @nullable */
5689
+ status?: WealthboxUpdateContact200Status;
5690
+ /** @nullable */
5691
+ stocks_and_bonds_experience?: WealthboxUpdateContact200StocksAndBondsExperience;
5692
+ street_addresses?: WealthboxUpdateContact200StreetAddressesItem[];
5693
+ /** @nullable */
5694
+ suffix?: WealthboxUpdateContact200Suffix;
5695
+ tags?: WealthboxUpdateContact200TagsItem[];
5696
+ /** @nullable */
5697
+ tax_bracket?: WealthboxUpdateContact200TaxBracket;
5698
+ /** @nullable */
5699
+ tax_year?: WealthboxUpdateContact200TaxYear;
5700
+ /** @nullable */
5701
+ time_horizon?: WealthboxUpdateContact200TimeHorizon;
5702
+ /** @nullable */
5703
+ trusted_contact?: WealthboxUpdateContact200TrustedContact;
5704
+ /** @nullable */
5705
+ twitter_name?: WealthboxUpdateContact200TwitterName;
5706
+ /** @nullable */
5707
+ type?: WealthboxUpdateContact200Type;
5708
+ /** @nullable */
5709
+ updated_at?: WealthboxUpdateContact200UpdatedAt;
5710
+ /** @nullable */
5711
+ visible_to?: WealthboxUpdateContact200VisibleTo;
5712
+ websites?: WealthboxUpdateContact200WebsitesItem[];
4507
5713
  [key: string]: unknown | null;
4508
5714
  };
4509
- /**
4510
- * @nullable
4511
- */
4512
- export type WealthboxUpdateContact200ConfirmedByTaxReturn = unknown | null;
4513
- /**
4514
- * @nullable
4515
- */
4516
- export type WealthboxUpdateContact200CompanyName = unknown | null;
4517
- /**
4518
- * @nullable
4519
- */
4520
- export type WealthboxUpdateContact200ClientSince = unknown | null;
4521
- /**
4522
- * @nullable
4523
- */
4524
- export type WealthboxUpdateContact200BusinessManager = unknown | null;
4525
- /**
4526
- * @nullable
4527
- */
4528
- export type WealthboxUpdateContact200BirthPlace = unknown | null;
4529
- /**
4530
- * @nullable
4531
- */
4532
- export type WealthboxUpdateContact200BirthDate = unknown | null;
4533
- /**
4534
- * @nullable
4535
- */
4536
- export type WealthboxUpdateContact200BackgroundInformation = unknown | null;
4537
- /**
4538
- * @nullable
4539
- */
4540
- export type WealthboxUpdateContact200Attorney = unknown | null;
4541
- /**
4542
- * @nullable
4543
- */
4544
- export type WealthboxUpdateContact200Assistant = unknown | null;
4545
- /**
4546
- * @nullable
4547
- */
4548
- export type WealthboxUpdateContact200AssignedTo = unknown | null;
4549
- /**
4550
- * @nullable
4551
- */
4552
- export type WealthboxUpdateContact200Assets = unknown | null;
4553
- /**
4554
- * @nullable
4555
- */
4556
- export type WealthboxUpdateContact200Anniversary = unknown | null;
4557
- /**
4558
- * @nullable
4559
- */
4560
- export type WealthboxUpdateContact200AdjustedGrossIncome = unknown | null;
4561
5715
  export type WealthboxUpdateContactBodyWebsitesItemKind = typeof WealthboxUpdateContactBodyWebsitesItemKind[keyof typeof WealthboxUpdateContactBodyWebsitesItemKind];
4562
5716
  export declare const WealthboxUpdateContactBodyWebsitesItemKind: {
4563
5717
  readonly Website: "Website";
@@ -4815,10 +5969,6 @@ export type WealthboxUpdateContactBody = {
4815
5969
  * @nullable
4816
5970
  */
4817
5971
  export type WealthboxUpdateContactBodyCustomFieldsItemValueAnyOfTwo = unknown | null;
4818
- /**
4819
- * @nullable
4820
- */
4821
- export type WealthboxUpdateContactBodyCustomFieldsItemValueAnyOf = unknown | null;
4822
5972
  export type WealthboxUpdateContactBodyCustomFieldsItemValue = string | number | boolean | WealthboxUpdateContactBodyCustomFieldsItemValueAnyOf | WealthboxUpdateContactBodyCustomFieldsItemValueAnyOfTwo;
4823
5973
  export type WealthboxUpdateContactBodyCustomFieldsItem = {
4824
5974
  /** @nullable */
@@ -4826,6 +5976,10 @@ export type WealthboxUpdateContactBodyCustomFieldsItem = {
4826
5976
  value?: WealthboxUpdateContactBodyCustomFieldsItemValue;
4827
5977
  [key: string]: unknown | null;
4828
5978
  };
5979
+ /**
5980
+ * @nullable
5981
+ */
5982
+ export type WealthboxUpdateContactBodyCustomFieldsItemValueAnyOf = unknown | null;
4829
5983
  export type WealthboxUpdateContactBodyContactType = typeof WealthboxUpdateContactBodyContactType[keyof typeof WealthboxUpdateContactBodyContactType];
4830
5984
  export declare const WealthboxUpdateContactBodyContactType: {
4831
5985
  readonly Client: "Client";
@@ -4900,283 +6054,138 @@ export type WealthboxCreateContact200StreetAddressesItem = {
4900
6054
  export type WealthboxCreateContact200StocksAndBondsExperience = unknown | null;
4901
6055
  /**
4902
6056
  * @nullable
4903
- */
4904
- export type WealthboxCreateContact200Status = unknown | null;
4905
- /**
4906
- * @nullable
4907
- */
4908
- export type WealthboxCreateContact200SignedIpsAgreementDate = unknown | null;
4909
- /**
4910
- * @nullable
4911
- */
4912
- export type WealthboxCreateContact200SignedFpAgreementDate = unknown | null;
4913
- /**
4914
- * @nullable
4915
- */
4916
- export type WealthboxCreateContact200SignedFeeAgreementDate = unknown | null;
4917
- /**
4918
- * @nullable
4919
- */
4920
- export type WealthboxCreateContact200RiskTolerance = unknown | null;
4921
- /**
4922
- * @nullable
4923
- */
4924
- export type WealthboxCreateContact200RetirementDate = unknown | null;
4925
- /**
4926
- * @nullable
4927
- */
4928
- export type WealthboxCreateContact200ReferredBy = unknown | null;
4929
- /**
4930
- * @nullable
4931
- */
4932
- export type WealthboxCreateContact200Prefix = unknown | null;
4933
- export type WealthboxCreateContact200PhoneNumbersItem = {
4934
- [key: string]: unknown | null;
4935
- };
4936
- /**
4937
- * @nullable
4938
- */
4939
- export type WealthboxCreateContact200PersonalInterests = unknown | null;
4940
- /**
4941
- * @nullable
4942
- */
4943
- export type WealthboxCreateContact200PassportNumber = unknown | null;
4944
- /**
4945
- * @nullable
4946
- */
4947
- export type WealthboxCreateContact200PartnershipsExperience = unknown | null;
4948
- /**
4949
- * @nullable
4950
- */
4951
- export type WealthboxCreateContact200OtherInvestingExperience = unknown | null;
4952
- /**
4953
- * @nullable
4954
- */
4955
- export type WealthboxCreateContact200Other = unknown | null;
4956
- export type WealthboxCreateContact200Occupation = {
4957
- [key: string]: unknown | null;
4958
- };
4959
- /**
4960
- * @nullable
4961
- */
4962
- export type WealthboxCreateContact200NonLiquidAssets = unknown | null;
4963
- /**
4964
- * @nullable
4965
- */
4966
- export type WealthboxCreateContact200Nickname = unknown | null;
4967
- /**
4968
- * @nullable
4969
- */
4970
- export type WealthboxCreateContact200MutualFundExperience = unknown | null;
4971
- /**
4972
- * @nullable
4973
- */
4974
- export type WealthboxCreateContact200MiddleName = unknown | null;
4975
- /**
4976
- * @nullable
4977
- */
4978
- export type WealthboxCreateContact200MaritalStatus = unknown | null;
4979
- /**
4980
- * @nullable
4981
- */
4982
- export type WealthboxCreateContact200MaidenName = unknown | null;
4983
- /**
4984
- * @nullable
4985
- */
4986
- export type WealthboxCreateContact200LinkedinUrl = unknown | null;
4987
- /**
4988
- * @nullable
4989
- */
4990
- export type WealthboxCreateContact200Liabilities = unknown | null;
4991
- /**
4992
- * @nullable
4993
- */
4994
- export type WealthboxCreateContact200LastPrivacyOfferingDate = unknown | null;
4995
- /**
4996
- * @nullable
4997
- */
4998
- export type WealthboxCreateContact200LastName = unknown | null;
4999
- /**
5000
- * @nullable
5001
- */
5002
- export type WealthboxCreateContact200LastCrsOfferingDate = unknown | null;
5003
- /**
5004
- * @nullable
5005
- */
5006
- export type WealthboxCreateContact200LastAdvOfferingDate = unknown | null;
5007
- /**
5008
- * @nullable
5009
- */
5010
- export type WealthboxCreateContact200JobTitle = unknown | null;
5011
- /**
5012
- * @nullable
5013
- */
5014
- export type WealthboxCreateContact200InvestmentObjective = unknown | null;
5015
- /**
5016
- * @nullable
5017
- */
5018
- export type WealthboxCreateContact200Insurance = unknown | null;
5019
- /**
5020
- * @nullable
5021
- */
5022
- export type WealthboxCreateContact200InitialCrsOfferingDate = unknown | null;
5023
- /**
5024
- * @nullable
5025
- */
5026
- export type WealthboxCreateContact200ImportantInformation = unknown | null;
5027
- /**
5028
- * @nullable
5029
- */
5030
- export type WealthboxCreateContact200Image = unknown | null;
5031
- /**
5032
- * @nullable
5033
- */
5034
- export type WealthboxCreateContact200Id = unknown | null;
5035
- /**
5036
- * @nullable
5037
- */
5038
- export type WealthboxCreateContact200HouseholdTitle = unknown | null;
5039
- /**
5040
- * @nullable
5041
- */
5042
- export type WealthboxCreateContact200HouseholdName = unknown | null;
5043
- export type WealthboxCreateContact200HouseholdMembersItem = {
5044
- [key: string]: unknown | null;
5045
- };
5046
- /**
5047
- * @nullable
5048
- */
5049
- export type WealthboxCreateContact200HouseholdId = unknown | null;
5050
- export type WealthboxCreateContact200Household = {
5051
- /** @nullable */
5052
- id?: WealthboxCreateContact200HouseholdId;
5053
- members?: WealthboxCreateContact200HouseholdMembersItem[];
5054
- /** @nullable */
5055
- name?: WealthboxCreateContact200HouseholdName;
5056
- /** @nullable */
5057
- title?: WealthboxCreateContact200HouseholdTitle;
5058
- [key: string]: unknown | null;
5059
- };
6057
+ */
6058
+ export type WealthboxCreateContact200Status = unknown | null;
5060
6059
  /**
5061
6060
  * @nullable
5062
6061
  */
5063
- export type WealthboxCreateContact200GrossAnnualIncome = unknown | null;
6062
+ export type WealthboxCreateContact200SignedIpsAgreementDate = unknown | null;
5064
6063
  /**
5065
6064
  * @nullable
5066
6065
  */
5067
- export type WealthboxCreateContact200GreenCardNumber = unknown | null;
6066
+ export type WealthboxCreateContact200SignedFpAgreementDate = unknown | null;
5068
6067
  /**
5069
6068
  * @nullable
5070
6069
  */
5071
- export type WealthboxCreateContact200Gender = unknown | null;
6070
+ export type WealthboxCreateContact200SignedFeeAgreementDate = unknown | null;
5072
6071
  /**
5073
6072
  * @nullable
5074
6073
  */
5075
- export type WealthboxCreateContact200FirstName = unknown | null;
6074
+ export type WealthboxCreateContact200RiskTolerance = unknown | null;
5076
6075
  /**
5077
6076
  * @nullable
5078
6077
  */
5079
- export type WealthboxCreateContact200FamilyOfficer = unknown | null;
6078
+ export type WealthboxCreateContact200RetirementDate = unknown | null;
5080
6079
  /**
5081
6080
  * @nullable
5082
6081
  */
5083
- export type WealthboxCreateContact200ExternalUniqueId = unknown | null;
6082
+ export type WealthboxCreateContact200ReferredBy = unknown | null;
5084
6083
  /**
5085
6084
  * @nullable
5086
6085
  */
5087
- export type WealthboxCreateContact200EstimatedTaxes = unknown | null;
5088
- export type WealthboxCreateContact200EmailAddressesItem = {
5089
- [key: string]: unknown | null;
5090
- };
5091
- export type WealthboxCreateContact200DriversLicense = {
6086
+ export type WealthboxCreateContact200Prefix = unknown | null;
6087
+ export type WealthboxCreateContact200PhoneNumbersItem = {
5092
6088
  [key: string]: unknown | null;
5093
6089
  };
5094
6090
  /**
5095
6091
  * @nullable
5096
6092
  */
5097
- export type WealthboxCreateContact200Doctor = unknown | null;
6093
+ export type WealthboxCreateContact200PersonalInterests = unknown | null;
5098
6094
  /**
5099
6095
  * @nullable
5100
6096
  */
5101
- export type WealthboxCreateContact200DateOfDeath = unknown | null;
5102
- export type WealthboxCreateContact200CustomFieldsItem = {
6097
+ export type WealthboxCreateContact200PassportNumber = unknown | null;
6098
+ /**
6099
+ * @nullable
6100
+ */
6101
+ export type WealthboxCreateContact200PartnershipsExperience = unknown | null;
6102
+ /**
6103
+ * @nullable
6104
+ */
6105
+ export type WealthboxCreateContact200OtherInvestingExperience = unknown | null;
6106
+ /**
6107
+ * @nullable
6108
+ */
6109
+ export type WealthboxCreateContact200Other = unknown | null;
6110
+ export type WealthboxCreateContact200Occupation = {
5103
6111
  [key: string]: unknown | null;
5104
6112
  };
5105
6113
  /**
5106
6114
  * @nullable
5107
6115
  */
5108
- export type WealthboxCreateContact200Creator = unknown | null;
6116
+ export type WealthboxCreateContact200NonLiquidAssets = unknown | null;
5109
6117
  /**
5110
6118
  * @nullable
5111
6119
  */
5112
- export type WealthboxCreateContact200CreatedAt = unknown | null;
6120
+ export type WealthboxCreateContact200Nickname = unknown | null;
5113
6121
  /**
5114
6122
  * @nullable
5115
6123
  */
5116
- export type WealthboxCreateContact200Cpa = unknown | null;
6124
+ export type WealthboxCreateContact200MutualFundExperience = unknown | null;
5117
6125
  /**
5118
6126
  * @nullable
5119
6127
  */
5120
- export type WealthboxCreateContact200ContactType = unknown | null;
6128
+ export type WealthboxCreateContact200MiddleName = unknown | null;
5121
6129
  /**
5122
6130
  * @nullable
5123
6131
  */
5124
- export type WealthboxCreateContact200ContactSource = unknown | null;
5125
- export type WealthboxCreateContact200ContactRolesItem = {
5126
- [key: string]: unknown | null;
5127
- };
6132
+ export type WealthboxCreateContact200MaritalStatus = unknown | null;
5128
6133
  /**
5129
6134
  * @nullable
5130
6135
  */
5131
- export type WealthboxCreateContact200ConfirmedByTaxReturn = unknown | null;
6136
+ export type WealthboxCreateContact200MaidenName = unknown | null;
5132
6137
  /**
5133
6138
  * @nullable
5134
6139
  */
5135
- export type WealthboxCreateContact200CompanyName = unknown | null;
6140
+ export type WealthboxCreateContact200LinkedinUrl = unknown | null;
5136
6141
  /**
5137
6142
  * @nullable
5138
6143
  */
5139
- export type WealthboxCreateContact200ClientSince = unknown | null;
6144
+ export type WealthboxCreateContact200Liabilities = unknown | null;
5140
6145
  /**
5141
6146
  * @nullable
5142
6147
  */
5143
- export type WealthboxCreateContact200BusinessManager = unknown | null;
6148
+ export type WealthboxCreateContact200LastPrivacyOfferingDate = unknown | null;
5144
6149
  /**
5145
6150
  * @nullable
5146
6151
  */
5147
- export type WealthboxCreateContact200BirthPlace = unknown | null;
6152
+ export type WealthboxCreateContact200LastName = unknown | null;
5148
6153
  /**
5149
6154
  * @nullable
5150
6155
  */
5151
- export type WealthboxCreateContact200BirthDate = unknown | null;
6156
+ export type WealthboxCreateContact200LastCrsOfferingDate = unknown | null;
5152
6157
  /**
5153
6158
  * @nullable
5154
6159
  */
5155
- export type WealthboxCreateContact200BackgroundInformation = unknown | null;
6160
+ export type WealthboxCreateContact200LastAdvOfferingDate = unknown | null;
5156
6161
  /**
5157
6162
  * @nullable
5158
6163
  */
5159
- export type WealthboxCreateContact200Attorney = unknown | null;
6164
+ export type WealthboxCreateContact200JobTitle = unknown | null;
5160
6165
  /**
5161
6166
  * @nullable
5162
6167
  */
5163
- export type WealthboxCreateContact200Assistant = unknown | null;
6168
+ export type WealthboxCreateContact200InvestmentObjective = unknown | null;
5164
6169
  /**
5165
6170
  * @nullable
5166
6171
  */
5167
- export type WealthboxCreateContact200AssignedTo = unknown | null;
6172
+ export type WealthboxCreateContact200Insurance = unknown | null;
5168
6173
  /**
5169
6174
  * @nullable
5170
6175
  */
5171
- export type WealthboxCreateContact200Assets = unknown | null;
6176
+ export type WealthboxCreateContact200InitialCrsOfferingDate = unknown | null;
5172
6177
  /**
5173
6178
  * @nullable
5174
6179
  */
5175
- export type WealthboxCreateContact200Anniversary = unknown | null;
6180
+ export type WealthboxCreateContact200ImportantInformation = unknown | null;
5176
6181
  /**
5177
6182
  * @nullable
5178
6183
  */
5179
- export type WealthboxCreateContact200AdjustedGrossIncome = unknown | null;
6184
+ export type WealthboxCreateContact200Image = unknown | null;
6185
+ /**
6186
+ * @nullable
6187
+ */
6188
+ export type WealthboxCreateContact200Id = unknown | null;
5180
6189
  export type WealthboxCreateContact200 = {
5181
6190
  /** @nullable */
5182
6191
  adjusted_gross_income?: WealthboxCreateContact200AdjustedGrossIncome;
@@ -5328,6 +6337,151 @@ export type WealthboxCreateContact200 = {
5328
6337
  websites?: WealthboxCreateContact200WebsitesItem[];
5329
6338
  [key: string]: unknown | null;
5330
6339
  };
6340
+ /**
6341
+ * @nullable
6342
+ */
6343
+ export type WealthboxCreateContact200HouseholdTitle = unknown | null;
6344
+ /**
6345
+ * @nullable
6346
+ */
6347
+ export type WealthboxCreateContact200HouseholdName = unknown | null;
6348
+ export type WealthboxCreateContact200HouseholdMembersItem = {
6349
+ [key: string]: unknown | null;
6350
+ };
6351
+ /**
6352
+ * @nullable
6353
+ */
6354
+ export type WealthboxCreateContact200HouseholdId = unknown | null;
6355
+ export type WealthboxCreateContact200Household = {
6356
+ /** @nullable */
6357
+ id?: WealthboxCreateContact200HouseholdId;
6358
+ members?: WealthboxCreateContact200HouseholdMembersItem[];
6359
+ /** @nullable */
6360
+ name?: WealthboxCreateContact200HouseholdName;
6361
+ /** @nullable */
6362
+ title?: WealthboxCreateContact200HouseholdTitle;
6363
+ [key: string]: unknown | null;
6364
+ };
6365
+ /**
6366
+ * @nullable
6367
+ */
6368
+ export type WealthboxCreateContact200GrossAnnualIncome = unknown | null;
6369
+ /**
6370
+ * @nullable
6371
+ */
6372
+ export type WealthboxCreateContact200GreenCardNumber = unknown | null;
6373
+ /**
6374
+ * @nullable
6375
+ */
6376
+ export type WealthboxCreateContact200Gender = unknown | null;
6377
+ /**
6378
+ * @nullable
6379
+ */
6380
+ export type WealthboxCreateContact200FirstName = unknown | null;
6381
+ /**
6382
+ * @nullable
6383
+ */
6384
+ export type WealthboxCreateContact200FamilyOfficer = unknown | null;
6385
+ /**
6386
+ * @nullable
6387
+ */
6388
+ export type WealthboxCreateContact200ExternalUniqueId = unknown | null;
6389
+ /**
6390
+ * @nullable
6391
+ */
6392
+ export type WealthboxCreateContact200EstimatedTaxes = unknown | null;
6393
+ export type WealthboxCreateContact200EmailAddressesItem = {
6394
+ [key: string]: unknown | null;
6395
+ };
6396
+ export type WealthboxCreateContact200DriversLicense = {
6397
+ [key: string]: unknown | null;
6398
+ };
6399
+ /**
6400
+ * @nullable
6401
+ */
6402
+ export type WealthboxCreateContact200Doctor = unknown | null;
6403
+ /**
6404
+ * @nullable
6405
+ */
6406
+ export type WealthboxCreateContact200DateOfDeath = unknown | null;
6407
+ export type WealthboxCreateContact200CustomFieldsItem = {
6408
+ [key: string]: unknown | null;
6409
+ };
6410
+ /**
6411
+ * @nullable
6412
+ */
6413
+ export type WealthboxCreateContact200Creator = unknown | null;
6414
+ /**
6415
+ * @nullable
6416
+ */
6417
+ export type WealthboxCreateContact200CreatedAt = unknown | null;
6418
+ /**
6419
+ * @nullable
6420
+ */
6421
+ export type WealthboxCreateContact200Cpa = unknown | null;
6422
+ /**
6423
+ * @nullable
6424
+ */
6425
+ export type WealthboxCreateContact200ContactType = unknown | null;
6426
+ /**
6427
+ * @nullable
6428
+ */
6429
+ export type WealthboxCreateContact200ContactSource = unknown | null;
6430
+ export type WealthboxCreateContact200ContactRolesItem = {
6431
+ [key: string]: unknown | null;
6432
+ };
6433
+ /**
6434
+ * @nullable
6435
+ */
6436
+ export type WealthboxCreateContact200ConfirmedByTaxReturn = unknown | null;
6437
+ /**
6438
+ * @nullable
6439
+ */
6440
+ export type WealthboxCreateContact200CompanyName = unknown | null;
6441
+ /**
6442
+ * @nullable
6443
+ */
6444
+ export type WealthboxCreateContact200ClientSince = unknown | null;
6445
+ /**
6446
+ * @nullable
6447
+ */
6448
+ export type WealthboxCreateContact200BusinessManager = unknown | null;
6449
+ /**
6450
+ * @nullable
6451
+ */
6452
+ export type WealthboxCreateContact200BirthPlace = unknown | null;
6453
+ /**
6454
+ * @nullable
6455
+ */
6456
+ export type WealthboxCreateContact200BirthDate = unknown | null;
6457
+ /**
6458
+ * @nullable
6459
+ */
6460
+ export type WealthboxCreateContact200BackgroundInformation = unknown | null;
6461
+ /**
6462
+ * @nullable
6463
+ */
6464
+ export type WealthboxCreateContact200Attorney = unknown | null;
6465
+ /**
6466
+ * @nullable
6467
+ */
6468
+ export type WealthboxCreateContact200Assistant = unknown | null;
6469
+ /**
6470
+ * @nullable
6471
+ */
6472
+ export type WealthboxCreateContact200AssignedTo = unknown | null;
6473
+ /**
6474
+ * @nullable
6475
+ */
6476
+ export type WealthboxCreateContact200Assets = unknown | null;
6477
+ /**
6478
+ * @nullable
6479
+ */
6480
+ export type WealthboxCreateContact200Anniversary = unknown | null;
6481
+ /**
6482
+ * @nullable
6483
+ */
6484
+ export type WealthboxCreateContact200AdjustedGrossIncome = unknown | null;
5331
6485
  export type WealthboxCreateContactBodyWebsitesItemKind = typeof WealthboxCreateContactBodyWebsitesItemKind[keyof typeof WealthboxCreateContactBodyWebsitesItemKind];
5332
6486
  export declare const WealthboxCreateContactBodyWebsitesItemKind: {
5333
6487
  readonly Website: "Website";
@@ -5354,6 +6508,18 @@ export declare const WealthboxCreateContactBodyTimeHorizon: {
5354
6508
  readonly Intermediate: "Intermediate";
5355
6509
  readonly Long_Term: "Long Term";
5356
6510
  };
6511
+ export type WealthboxCreateContactBodyStreetAddressesItem = {
6512
+ city?: string;
6513
+ country?: string;
6514
+ destroy?: boolean;
6515
+ kind?: WealthboxCreateContactBodyStreetAddressesItemKind;
6516
+ principal?: boolean;
6517
+ state?: string;
6518
+ street_line_1?: string;
6519
+ street_line_2?: string;
6520
+ zip_code?: string;
6521
+ [key: string]: unknown | null;
6522
+ };
5357
6523
  export type WealthboxCreateContactBody = {
5358
6524
  /** @nullable */
5359
6525
  adjusted_gross_income?: number | null;
@@ -5461,23 +6627,11 @@ export type WealthboxCreateContactBody = {
5461
6627
  export type WealthboxCreateContactBodyStreetAddressesItemKind = typeof WealthboxCreateContactBodyStreetAddressesItemKind[keyof typeof WealthboxCreateContactBodyStreetAddressesItemKind];
5462
6628
  export declare const WealthboxCreateContactBodyStreetAddressesItemKind: {
5463
6629
  readonly Work: "Work";
5464
- readonly Home: "Home";
5465
- readonly Mobile: "Mobile";
5466
- readonly Vacation: "Vacation";
5467
- readonly Fax: "Fax";
5468
- readonly Other: "Other";
5469
- };
5470
- export type WealthboxCreateContactBodyStreetAddressesItem = {
5471
- city?: string;
5472
- country?: string;
5473
- destroy?: boolean;
5474
- kind?: WealthboxCreateContactBodyStreetAddressesItemKind;
5475
- principal?: boolean;
5476
- state?: string;
5477
- street_line_1?: string;
5478
- street_line_2?: string;
5479
- zip_code?: string;
5480
- [key: string]: unknown | null;
6630
+ readonly Home: "Home";
6631
+ readonly Mobile: "Mobile";
6632
+ readonly Vacation: "Vacation";
6633
+ readonly Fax: "Fax";
6634
+ readonly Other: "Other";
5481
6635
  };
5482
6636
  export type WealthboxCreateContactBodyStatus = typeof WealthboxCreateContactBodyStatus[keyof typeof WealthboxCreateContactBodyStatus];
5483
6637
  export declare const WealthboxCreateContactBodyStatus: {
@@ -6899,6 +8053,272 @@ export type SocureRiskosSubmitEvaluationBody = {
6899
8053
  workflow: string;
6900
8054
  [key: string]: unknown | null;
6901
8055
  };
8056
+ export type SlackLookupUserByEmail200UserProfile = {
8057
+ email?: string;
8058
+ image_192?: string;
8059
+ image_24?: string;
8060
+ image_32?: string;
8061
+ image_48?: string;
8062
+ image_72?: string;
8063
+ [key: string]: unknown | null;
8064
+ };
8065
+ export type SlackLookupUserByEmail200User = {
8066
+ id?: string;
8067
+ name?: string;
8068
+ profile?: SlackLookupUserByEmail200UserProfile;
8069
+ real_name?: string;
8070
+ [key: string]: unknown | null;
8071
+ };
8072
+ export type SlackLookupUserByEmail200 = {
8073
+ ok?: boolean;
8074
+ user?: SlackLookupUserByEmail200User;
8075
+ [key: string]: unknown | null;
8076
+ };
8077
+ export type SlackLookupUserByEmailBody = {
8078
+ /** An email address belonging to a user in the workspace. */
8079
+ email: string;
8080
+ /** Integration user id for Slack requests. */
8081
+ userId: string;
8082
+ };
8083
+ export type SlackListUsers200ResponseMetadata = {
8084
+ next_cursor?: string;
8085
+ [key: string]: unknown | null;
8086
+ };
8087
+ /**
8088
+ * @nullable
8089
+ */
8090
+ export type SlackListUsers200MembersItemProfile = unknown | null;
8091
+ export type SlackListUsers200MembersItem = {
8092
+ color?: string;
8093
+ deleted?: boolean;
8094
+ id?: string;
8095
+ is_admin?: boolean;
8096
+ is_app_user?: boolean;
8097
+ is_bot?: boolean;
8098
+ is_owner?: boolean;
8099
+ is_primary_owner?: boolean;
8100
+ is_restricted?: boolean;
8101
+ is_ultra_restricted?: boolean;
8102
+ name?: string;
8103
+ /** @nullable */
8104
+ profile?: SlackListUsers200MembersItemProfile;
8105
+ real_name?: string;
8106
+ tz?: string;
8107
+ [key: string]: unknown | null;
8108
+ };
8109
+ export type SlackListUsers200 = {
8110
+ members?: SlackListUsers200MembersItem[];
8111
+ ok?: boolean;
8112
+ response_metadata?: SlackListUsers200ResponseMetadata;
8113
+ [key: string]: unknown | null;
8114
+ };
8115
+ export type SlackListUsersBody = {
8116
+ /** Paginate through collections of data. */
8117
+ cursor?: string;
8118
+ /** The maximum number of items to return. */
8119
+ limit?: number;
8120
+ /** Integration user id for Slack requests. */
8121
+ userId: string;
8122
+ };
8123
+ export type SlackGetThreadReplies200ResponseMetadata = {
8124
+ next_cursor?: string;
8125
+ [key: string]: unknown | null;
8126
+ };
8127
+ /**
8128
+ * @nullable
8129
+ */
8130
+ export type SlackGetThreadReplies200MessagesItem = unknown | null;
8131
+ export type SlackGetThreadReplies200 = {
8132
+ has_more?: boolean;
8133
+ messages?: SlackGetThreadReplies200MessagesItem[];
8134
+ ok?: boolean;
8135
+ response_metadata?: SlackGetThreadReplies200ResponseMetadata;
8136
+ [key: string]: unknown | null;
8137
+ };
8138
+ export type SlackGetThreadRepliesBody = {
8139
+ /** Channel containing the thread. */
8140
+ channel: string;
8141
+ /** Paginate through collections of data. */
8142
+ cursor?: string;
8143
+ /** The maximum number of items to return. */
8144
+ limit?: number;
8145
+ /** Timestamp of the thread to get replies for. */
8146
+ ts: string;
8147
+ /** Integration user id for Slack requests. */
8148
+ userId: string;
8149
+ };
8150
+ export type SlackGetChannelHistory200ResponseMetadata = {
8151
+ next_cursor?: string;
8152
+ [key: string]: unknown | null;
8153
+ };
8154
+ /**
8155
+ * @nullable
8156
+ */
8157
+ export type SlackGetChannelHistory200MessagesItem = unknown | null;
8158
+ export type SlackGetChannelHistory200 = {
8159
+ has_more?: boolean;
8160
+ messages?: SlackGetChannelHistory200MessagesItem[];
8161
+ ok?: boolean;
8162
+ response_metadata?: SlackGetChannelHistory200ResponseMetadata;
8163
+ [key: string]: unknown | null;
8164
+ };
8165
+ export type SlackGetChannelHistoryBody = {
8166
+ /** Channel to fetch history for. */
8167
+ channel: string;
8168
+ /** Paginate through collections of data. */
8169
+ cursor?: string;
8170
+ /** The maximum number of items to return. */
8171
+ limit?: number;
8172
+ /** Integration user id for Slack requests. */
8173
+ userId: string;
8174
+ };
8175
+ export type SlackGetChannel200Channel = {
8176
+ id?: string;
8177
+ is_archived?: boolean;
8178
+ is_channel?: boolean;
8179
+ is_group?: boolean;
8180
+ is_im?: boolean;
8181
+ is_mpim?: boolean;
8182
+ is_private?: boolean;
8183
+ name?: string;
8184
+ [key: string]: unknown | null;
8185
+ };
8186
+ export type SlackGetChannel200 = {
8187
+ channel?: SlackGetChannel200Channel;
8188
+ ok?: boolean;
8189
+ [key: string]: unknown | null;
8190
+ };
8191
+ export type SlackGetChannelBody = {
8192
+ /** Channel to fetch information for. */
8193
+ channel: string;
8194
+ /** Integration user id for Slack requests. */
8195
+ userId: string;
8196
+ };
8197
+ export type SlackListChannels200ResponseMetadata = {
8198
+ next_cursor?: string;
8199
+ [key: string]: unknown | null;
8200
+ };
8201
+ export type SlackListChannels200ChannelsItem = {
8202
+ id?: string;
8203
+ is_archived?: boolean;
8204
+ is_channel?: boolean;
8205
+ is_general?: boolean;
8206
+ is_group?: boolean;
8207
+ is_im?: boolean;
8208
+ is_member?: boolean;
8209
+ is_mpim?: boolean;
8210
+ is_private?: boolean;
8211
+ name?: string;
8212
+ [key: string]: unknown | null;
8213
+ };
8214
+ export type SlackListChannels200 = {
8215
+ channels?: SlackListChannels200ChannelsItem[];
8216
+ ok?: boolean;
8217
+ response_metadata?: SlackListChannels200ResponseMetadata;
8218
+ [key: string]: unknown | null;
8219
+ };
8220
+ export type SlackListChannelsBody = {
8221
+ /** Paginate through collections of data. */
8222
+ cursor?: string;
8223
+ /** Set to true to exclude archived channels. */
8224
+ exclude_archived?: boolean;
8225
+ /** The maximum number of items to return. */
8226
+ limit?: number;
8227
+ /** Comma-separated list of channel types. */
8228
+ types?: string;
8229
+ /** Integration user id for Slack requests. */
8230
+ userId: string;
8231
+ };
8232
+ /**
8233
+ * @nullable
8234
+ */
8235
+ export type SlackUpdateMessage200Message = unknown | null;
8236
+ export type SlackUpdateMessage200 = {
8237
+ channel?: string;
8238
+ /** @nullable */
8239
+ message?: SlackUpdateMessage200Message;
8240
+ ok?: boolean;
8241
+ text?: string;
8242
+ ts?: string;
8243
+ [key: string]: unknown | null;
8244
+ };
8245
+ /**
8246
+ * @nullable
8247
+ */
8248
+ export type SlackUpdateMessageBodyBlocksItem = unknown | null;
8249
+ export type SlackUpdateMessageBody = {
8250
+ /** A JSON-based array of structured blocks. */
8251
+ blocks?: SlackUpdateMessageBodyBlocksItem[];
8252
+ /** Channel containing the message to be updated. */
8253
+ channel: string;
8254
+ /** New text for the message. */
8255
+ text?: string;
8256
+ /** Timestamp of the message to be updated. */
8257
+ ts: string;
8258
+ /** Integration user id for Slack requests. */
8259
+ userId: string;
8260
+ };
8261
+ /**
8262
+ * @nullable
8263
+ */
8264
+ export type SlackPostMessage200Message = unknown | null;
8265
+ export type SlackPostMessage200 = {
8266
+ channel?: string;
8267
+ /** @nullable */
8268
+ message?: SlackPostMessage200Message;
8269
+ ok?: boolean;
8270
+ ts?: string;
8271
+ [key: string]: unknown | null;
8272
+ };
8273
+ /**
8274
+ * @nullable
8275
+ */
8276
+ export type SlackPostMessageBodyBlocksItem = unknown | null;
8277
+ export type SlackPostMessageBody = {
8278
+ /** A JSON-based array of structured blocks. */
8279
+ blocks?: SlackPostMessageBodyBlocksItem[];
8280
+ /** Channel ID where the message will be posted. */
8281
+ channel: string;
8282
+ /** The text of the message to send. */
8283
+ text: string;
8284
+ /** Provide another message's ts value to make this message a reply. */
8285
+ thread_ts?: string;
8286
+ /** Integration user id for Slack requests. */
8287
+ userId: string;
8288
+ };
8289
+ export type SlackOauthCallback200 = {
8290
+ [key: string]: unknown;
8291
+ };
8292
+ export type SlackOauthCallbackParams = {
8293
+ code?: string;
8294
+ state?: string;
8295
+ error?: string;
8296
+ };
8297
+ export type SlackSetUserCredentials200 = {
8298
+ userId: string;
8299
+ };
8300
+ export type SlackSetUserCredentialsBody = {
8301
+ /** Slack OAuth client ID for this user. */
8302
+ clientId: string;
8303
+ /** Slack OAuth client secret for this user. */
8304
+ clientSecret: string;
8305
+ /** Existing integration user id. Omit to create a new integration user credential record. */
8306
+ userId?: string;
8307
+ };
8308
+ export type SlackOauthInitiate200 = {
8309
+ authorizationUrl: string;
8310
+ };
8311
+ export type SlackOauthInitiateBody = {
8312
+ /**
8313
+ * App user id from the agent or connect flow. Used to find or create the credential row.
8314
+ * @minLength 1
8315
+ */
8316
+ externalUserId?: string;
8317
+ /** Generated app URL to redirect the browser to after OAuth completes. */
8318
+ originalRedirectUrl?: string;
8319
+ /** Existing integration user id (internal). Use when reconnecting an existing Hub user. */
8320
+ userId?: string;
8321
+ };
6902
8322
  export type ResendSendEmail200 = {
6903
8323
  /** Provider message ID */
6904
8324
  id?: string;
@@ -7181,6 +8601,11 @@ export type RedtailGetDatabaseTeams200Meta = {
7181
8601
  total_records?: number;
7182
8602
  [key: string]: unknown | null;
7183
8603
  };
8604
+ export type RedtailGetDatabaseTeams200 = {
8605
+ database_teams?: RedtailGetDatabaseTeams200DatabaseTeams;
8606
+ meta?: RedtailGetDatabaseTeams200Meta;
8607
+ [key: string]: unknown | null;
8608
+ };
7184
8609
  export type RedtailGetDatabaseTeams200DatabaseTeamsAnyOfTwo = {
7185
8610
  [key: string]: unknown | null;
7186
8611
  };
@@ -7188,11 +8613,6 @@ export type RedtailGetDatabaseTeams200DatabaseTeamsAnyOfItem = {
7188
8613
  [key: string]: unknown | null;
7189
8614
  };
7190
8615
  export type RedtailGetDatabaseTeams200DatabaseTeams = RedtailGetDatabaseTeams200DatabaseTeamsAnyOfItem[] | RedtailGetDatabaseTeams200DatabaseTeamsAnyOfTwo;
7191
- export type RedtailGetDatabaseTeams200 = {
7192
- database_teams?: RedtailGetDatabaseTeams200DatabaseTeams;
7193
- meta?: RedtailGetDatabaseTeams200Meta;
7194
- [key: string]: unknown | null;
7195
- };
7196
8616
  export type RedtailGetDatabaseTeamsBody = {
7197
8617
  /**
7198
8618
  * Whether to include family member data for the families endpoint
@@ -8029,6 +9449,7 @@ export type RedtailCreateContactAccount200AnyOfNine = {
8029
9449
  success?: boolean;
8030
9450
  [key: string]: unknown | null;
8031
9451
  };
9452
+ export type RedtailCreateContactAccount200AnyOfAccount = RedtailCreateContactAccount200AnyOfAccountAnyOf | RedtailCreateContactAccount200AnyOfAccountAnyOfFourItem[];
8032
9453
  export type RedtailCreateContactAccount200AnyOf = {
8033
9454
  account: RedtailCreateContactAccount200AnyOfAccount;
8034
9455
  [key: string]: unknown | null;
@@ -8100,7 +9521,6 @@ export type RedtailCreateContactAccount200AnyOfAccountAnyOf = {
8100
9521
  updated_at?: string | null;
8101
9522
  [key: string]: unknown | null;
8102
9523
  };
8103
- export type RedtailCreateContactAccount200AnyOfAccount = RedtailCreateContactAccount200AnyOfAccountAnyOf | RedtailCreateContactAccount200AnyOfAccountAnyOfFourItem[];
8104
9524
  export type RedtailCreateContactAccountBody = {
8105
9525
  /**
8106
9526
  * Account type id. Required by Redtail.
@@ -8156,7 +9576,6 @@ export type RedtailGetContactAccount200AccountAnyOfFourItem = {
8156
9576
  updated_at?: string | null;
8157
9577
  [key: string]: unknown | null;
8158
9578
  };
8159
- export type RedtailGetContactAccount200Account = RedtailGetContactAccount200AccountAnyOf | RedtailGetContactAccount200AccountAnyOfFourItem[];
8160
9579
  /**
8161
9580
  * @nullable
8162
9581
  */
@@ -8190,6 +9609,7 @@ export type RedtailGetContactAccount200AccountAnyOf = {
8190
9609
  updated_at?: string | null;
8191
9610
  [key: string]: unknown | null;
8192
9611
  };
9612
+ export type RedtailGetContactAccount200Account = RedtailGetContactAccount200AccountAnyOf | RedtailGetContactAccount200AccountAnyOfFourItem[];
8193
9613
  /**
8194
9614
  * Get or delete a contact account: contact id, account id, and integration user (required by hub handlers).
8195
9615
  */
@@ -8244,6 +9664,7 @@ export type RedtailCreateContactNote200AnyOfThree = {
8244
9664
  success?: boolean;
8245
9665
  [key: string]: unknown | null;
8246
9666
  };
9667
+ export type RedtailCreateContactNote200 = RedtailCreateContactNote200AnyOf | RedtailCreateContactNote200AnyOfThree;
8247
9668
  export type RedtailCreateContactNote200AnyOfNote = {
8248
9669
  /** @nullable */
8249
9670
  added_by?: number | null;
@@ -8274,7 +9695,6 @@ export type RedtailCreateContactNote200AnyOf = {
8274
9695
  note: RedtailCreateContactNote200AnyOfNote;
8275
9696
  [key: string]: unknown | null;
8276
9697
  };
8277
- export type RedtailCreateContactNote200 = RedtailCreateContactNote200AnyOf | RedtailCreateContactNote200AnyOfThree;
8278
9698
  /**
8279
9699
  * Create a contact note. Extra Redtail fields are accepted.
8280
9700
  */
@@ -8326,6 +9746,7 @@ export type RedtailGetContactNote200AnyOfThree = {
8326
9746
  notes: RedtailGetContactNote200AnyOfThreeNotes;
8327
9747
  [key: string]: unknown | null;
8328
9748
  };
9749
+ export type RedtailGetContactNote200 = RedtailGetContactNote200AnyOf | RedtailGetContactNote200AnyOfThree;
8329
9750
  export type RedtailGetContactNote200AnyOfNote = {
8330
9751
  /** @nullable */
8331
9752
  added_by?: number | null;
@@ -8356,7 +9777,6 @@ export type RedtailGetContactNote200AnyOf = {
8356
9777
  note: RedtailGetContactNote200AnyOfNote;
8357
9778
  [key: string]: unknown | null;
8358
9779
  };
8359
- export type RedtailGetContactNote200 = RedtailGetContactNote200AnyOf | RedtailGetContactNote200AnyOfThree;
8360
9780
  /**
8361
9781
  * Get or delete a contact note: contact id, note id, and integration user (required by hub handlers).
8362
9782
  */
@@ -9838,6 +11258,10 @@ export type RedtailDeleteActivityBody = {
9838
11258
  /** Integration user id for Redtail requests. */
9839
11259
  userId: string;
9840
11260
  };
11261
+ export type RedtailUpdateActivity200 = {
11262
+ activity: RedtailUpdateActivity200Activity;
11263
+ [key: string]: unknown | null;
11264
+ };
9841
11265
  /**
9842
11266
  * @nullable
9843
11267
  */
@@ -9914,10 +11338,6 @@ export type RedtailUpdateActivity200Activity = {
9914
11338
  updated_at?: string | null;
9915
11339
  [key: string]: unknown | null;
9916
11340
  };
9917
- export type RedtailUpdateActivity200 = {
9918
- activity: RedtailUpdateActivity200Activity;
9919
- [key: string]: unknown | null;
9920
- };
9921
11341
  /**
9922
11342
  * Create an activity. `userId` is for the integration hub only and is not sent to Redtail. Additional Redtail fields are accepted.
9923
11343
  */
@@ -10172,6 +11592,11 @@ export type RedtailGetActivities200Meta = {
10172
11592
  total_records?: number;
10173
11593
  [key: string]: unknown | null;
10174
11594
  };
11595
+ export type RedtailGetActivities200 = {
11596
+ activities?: RedtailGetActivities200ActivitiesItem[];
11597
+ meta?: RedtailGetActivities200Meta;
11598
+ [key: string]: unknown | null;
11599
+ };
10175
11600
  /**
10176
11601
  * @nullable
10177
11602
  */
@@ -10248,11 +11673,6 @@ export type RedtailGetActivities200ActivitiesItem = {
10248
11673
  updated_at?: string | null;
10249
11674
  [key: string]: unknown | null;
10250
11675
  };
10251
- export type RedtailGetActivities200 = {
10252
- activities?: RedtailGetActivities200ActivitiesItem[];
10253
- meta?: RedtailGetActivities200Meta;
10254
- [key: string]: unknown | null;
10255
- };
10256
11676
  export type RedtailGetActivitiesBody = {
10257
11677
  /**
10258
11678
  * End date for activities query
@@ -10322,13 +11742,6 @@ export type RedtailGetAccountOwners200Meta = {
10322
11742
  total_records?: number;
10323
11743
  [key: string]: unknown | null;
10324
11744
  };
10325
- export type RedtailGetAccountOwners200 = {
10326
- account_owners?: RedtailGetAccountOwners200AccountOwnersItem[];
10327
- accounts?: RedtailGetAccountOwners200AccountsItem[];
10328
- meta?: RedtailGetAccountOwners200Meta;
10329
- owners?: RedtailGetAccountOwners200OwnersItem[];
10330
- [key: string]: unknown | null;
10331
- };
10332
11745
  /**
10333
11746
  * @nullable
10334
11747
  */
@@ -10365,6 +11778,13 @@ export type RedtailGetAccountOwners200AccountsItem = {
10365
11778
  export type RedtailGetAccountOwners200AccountOwnersItem = {
10366
11779
  [key: string]: unknown | null;
10367
11780
  };
11781
+ export type RedtailGetAccountOwners200 = {
11782
+ account_owners?: RedtailGetAccountOwners200AccountOwnersItem[];
11783
+ accounts?: RedtailGetAccountOwners200AccountsItem[];
11784
+ meta?: RedtailGetAccountOwners200Meta;
11785
+ owners?: RedtailGetAccountOwners200OwnersItem[];
11786
+ [key: string]: unknown | null;
11787
+ };
10368
11788
  export type RedtailGetAccountOwnersBody = {
10369
11789
  /**
10370
11790
  * Redtail account identifier
@@ -10485,56 +11905,12 @@ export type RedtailGetContactPersonalProfileBody = {
10485
11905
  userId: string;
10486
11906
  [key: string]: unknown | null;
10487
11907
  };
10488
- export type RedtailUpdateContact200 = {
10489
- contact?: RedtailUpdateContact200Contact;
10490
- [key: string]: unknown | null;
10491
- };
10492
11908
  export type RedtailUpdateContact200ContactUrlsItem = {
10493
11909
  [key: string]: unknown | null;
10494
11910
  };
10495
11911
  export type RedtailUpdateContact200ContactPhonesItem = {
10496
11912
  [key: string]: unknown | null;
10497
11913
  };
10498
- export type RedtailUpdateContact200ContactFamilyMembersItem = {
10499
- contact_id?: number;
10500
- /** @nullable */
10501
- created_at?: string | null;
10502
- /** @nullable */
10503
- deleted?: boolean | null;
10504
- family_id?: number;
10505
- /** @nullable */
10506
- hoh?: boolean | null;
10507
- id?: number;
10508
- /** @nullable */
10509
- relationship?: number | null;
10510
- /** @nullable */
10511
- relationship_name?: string | null;
10512
- /** @nullable */
10513
- updated_at?: string | null;
10514
- [key: string]: unknown | null;
10515
- };
10516
- /**
10517
- * @nullable
10518
- */
10519
- export type RedtailUpdateContact200ContactFamily = {
10520
- /** @nullable */
10521
- created_at?: string | null;
10522
- /** @nullable */
10523
- deleted?: boolean | null;
10524
- id?: number;
10525
- members?: RedtailUpdateContact200ContactFamilyMembersItem[];
10526
- /** @nullable */
10527
- name?: string | null;
10528
- /** @nullable */
10529
- updated_at?: string | null;
10530
- [key: string]: unknown | null;
10531
- } | null;
10532
- export type RedtailUpdateContact200ContactEmailsItem = {
10533
- [key: string]: unknown | null;
10534
- };
10535
- export type RedtailUpdateContact200ContactAddressesItem = {
10536
- [key: string]: unknown | null;
10537
- };
10538
11914
  export type RedtailUpdateContact200Contact = {
10539
11915
  /** @nullable */
10540
11916
  added_by?: number | null;
@@ -10627,6 +12003,50 @@ export type RedtailUpdateContact200Contact = {
10627
12003
  writing_advisor_id?: number | null;
10628
12004
  [key: string]: unknown | null;
10629
12005
  };
12006
+ export type RedtailUpdateContact200 = {
12007
+ contact?: RedtailUpdateContact200Contact;
12008
+ [key: string]: unknown | null;
12009
+ };
12010
+ export type RedtailUpdateContact200ContactFamilyMembersItem = {
12011
+ contact_id?: number;
12012
+ /** @nullable */
12013
+ created_at?: string | null;
12014
+ /** @nullable */
12015
+ deleted?: boolean | null;
12016
+ family_id?: number;
12017
+ /** @nullable */
12018
+ hoh?: boolean | null;
12019
+ id?: number;
12020
+ /** @nullable */
12021
+ relationship?: number | null;
12022
+ /** @nullable */
12023
+ relationship_name?: string | null;
12024
+ /** @nullable */
12025
+ updated_at?: string | null;
12026
+ [key: string]: unknown | null;
12027
+ };
12028
+ /**
12029
+ * @nullable
12030
+ */
12031
+ export type RedtailUpdateContact200ContactFamily = {
12032
+ /** @nullable */
12033
+ created_at?: string | null;
12034
+ /** @nullable */
12035
+ deleted?: boolean | null;
12036
+ id?: number;
12037
+ members?: RedtailUpdateContact200ContactFamilyMembersItem[];
12038
+ /** @nullable */
12039
+ name?: string | null;
12040
+ /** @nullable */
12041
+ updated_at?: string | null;
12042
+ [key: string]: unknown | null;
12043
+ } | null;
12044
+ export type RedtailUpdateContact200ContactEmailsItem = {
12045
+ [key: string]: unknown | null;
12046
+ };
12047
+ export type RedtailUpdateContact200ContactAddressesItem = {
12048
+ [key: string]: unknown | null;
12049
+ };
10630
12050
  /**
10631
12051
  * Contact type. Required by Redtail.
10632
12052
  */
@@ -10698,6 +12118,11 @@ export type RedtailGetContacts200Meta = {
10698
12118
  total_records?: number;
10699
12119
  [key: string]: unknown | null;
10700
12120
  };
12121
+ export type RedtailGetContacts200 = {
12122
+ contacts?: RedtailGetContacts200ContactsItem[];
12123
+ meta?: RedtailGetContacts200Meta;
12124
+ [key: string]: unknown | null;
12125
+ };
10701
12126
  export type RedtailGetContacts200ContactsItemUrlsItem = {
10702
12127
  [key: string]: unknown | null;
10703
12128
  };
@@ -10836,11 +12261,6 @@ export type RedtailGetContacts200ContactsItem = {
10836
12261
  writing_advisor_id?: number | null;
10837
12262
  [key: string]: unknown | null;
10838
12263
  };
10839
- export type RedtailGetContacts200 = {
10840
- contacts?: RedtailGetContacts200ContactsItem[];
10841
- meta?: RedtailGetContacts200Meta;
10842
- [key: string]: unknown | null;
10843
- };
10844
12264
  export type RedtailGetContactsBody = {
10845
12265
  /**
10846
12266
  * Whether to include family member data for the families endpoint
@@ -11013,11 +12433,6 @@ export type RedtailGetFamilies200Meta = {
11013
12433
  total_records?: number;
11014
12434
  [key: string]: unknown | null;
11015
12435
  };
11016
- export type RedtailGetFamilies200 = {
11017
- contact_families?: RedtailGetFamilies200ContactFamiliesItem[];
11018
- meta?: RedtailGetFamilies200Meta;
11019
- [key: string]: unknown | null;
11020
- };
11021
12436
  export type RedtailGetFamilies200ContactFamiliesItemMembersItem = {
11022
12437
  contact_id?: number;
11023
12438
  /** @nullable */
@@ -11049,6 +12464,11 @@ export type RedtailGetFamilies200ContactFamiliesItem = {
11049
12464
  updated_at?: string | null;
11050
12465
  [key: string]: unknown | null;
11051
12466
  };
12467
+ export type RedtailGetFamilies200 = {
12468
+ contact_families?: RedtailGetFamilies200ContactFamiliesItem[];
12469
+ meta?: RedtailGetFamilies200Meta;
12470
+ [key: string]: unknown | null;
12471
+ };
11052
12472
  export type RedtailGetFamiliesBody = {
11053
12473
  /**
11054
12474
  * Whether to include family member data for the families endpoint
@@ -13202,6 +14622,23 @@ export type GoogleGenerativeAICreateStreamBodyOptions = {
13202
14622
  */
13203
14623
  topP?: number;
13204
14624
  };
14625
+ export type GoogleGenerativeAICreateStreamBody = {
14626
+ /**
14627
+ * Array of chat messages
14628
+ * @minItems 1
14629
+ */
14630
+ messages: GoogleGenerativeAICreateStreamBodyMessagesItem[];
14631
+ /** Specific model to use (defaults to resolved Google model) */
14632
+ model?: string;
14633
+ options?: GoogleGenerativeAICreateStreamBodyOptions;
14634
+ /**
14635
+ * Schema for structured output
14636
+ * @nullable
14637
+ */
14638
+ outputSchema?: GoogleGenerativeAICreateStreamBodyOutputSchema;
14639
+ /** Required when the Google Generative AI integration config type is PerUser. */
14640
+ userId?: string;
14641
+ };
13205
14642
  /**
13206
14643
  * Role of the message sender
13207
14644
  */
@@ -13231,23 +14668,6 @@ export type GoogleGenerativeAICreateStreamBodyMessagesItem = {
13231
14668
  /** Role of the message sender */
13232
14669
  role: GoogleGenerativeAICreateStreamBodyMessagesItemRole;
13233
14670
  };
13234
- export type GoogleGenerativeAICreateStreamBody = {
13235
- /**
13236
- * Array of chat messages
13237
- * @minItems 1
13238
- */
13239
- messages: GoogleGenerativeAICreateStreamBodyMessagesItem[];
13240
- /** Specific model to use (defaults to resolved Google model) */
13241
- model?: string;
13242
- options?: GoogleGenerativeAICreateStreamBodyOptions;
13243
- /**
13244
- * Schema for structured output
13245
- * @nullable
13246
- */
13247
- outputSchema?: GoogleGenerativeAICreateStreamBodyOutputSchema;
13248
- /** Required when the Google Generative AI integration config type is PerUser. */
13249
- userId?: string;
13250
- };
13251
14671
  /**
13252
14672
  * Aspect ratio for generated image
13253
14673
  */
@@ -13315,23 +14735,6 @@ export type GoogleGenerativeAIGenerateTextBodyOptions = {
13315
14735
  */
13316
14736
  topP?: number;
13317
14737
  };
13318
- export type GoogleGenerativeAIGenerateTextBody = {
13319
- /**
13320
- * Array of chat messages
13321
- * @minItems 1
13322
- */
13323
- messages: GoogleGenerativeAIGenerateTextBodyMessagesItem[];
13324
- /** Specific model to use (defaults to resolved Google model) */
13325
- model?: string;
13326
- options?: GoogleGenerativeAIGenerateTextBodyOptions;
13327
- /**
13328
- * Schema for structured output
13329
- * @nullable
13330
- */
13331
- outputSchema?: GoogleGenerativeAIGenerateTextBodyOutputSchema;
13332
- /** Required when the Google Generative AI integration config type is PerUser. */
13333
- userId?: string;
13334
- };
13335
14738
  /**
13336
14739
  * Role of the message sender
13337
14740
  */
@@ -13361,6 +14764,23 @@ export type GoogleGenerativeAIGenerateTextBodyMessagesItem = {
13361
14764
  /** Role of the message sender */
13362
14765
  role: GoogleGenerativeAIGenerateTextBodyMessagesItemRole;
13363
14766
  };
14767
+ export type GoogleGenerativeAIGenerateTextBody = {
14768
+ /**
14769
+ * Array of chat messages
14770
+ * @minItems 1
14771
+ */
14772
+ messages: GoogleGenerativeAIGenerateTextBodyMessagesItem[];
14773
+ /** Specific model to use (defaults to resolved Google model) */
14774
+ model?: string;
14775
+ options?: GoogleGenerativeAIGenerateTextBodyOptions;
14776
+ /**
14777
+ * Schema for structured output
14778
+ * @nullable
14779
+ */
14780
+ outputSchema?: GoogleGenerativeAIGenerateTextBodyOutputSchema;
14781
+ /** Required when the Google Generative AI integration config type is PerUser. */
14782
+ userId?: string;
14783
+ };
13364
14784
  export type GoogleGenerativeAISetUserCredentials200 = {
13365
14785
  userId: string;
13366
14786
  };
@@ -13542,13 +14962,23 @@ export type GoogleDriveUpdateFile200 = {
13542
14962
  export type GoogleDriveUpdateFileBodyProperties = {
13543
14963
  [key: string]: string;
13544
14964
  };
14965
+ /**
14966
+ * How the content field is encoded. "base64" (default) for binary content, "text" for plain text/JSON/CSV/HTML.
14967
+ */
14968
+ export type GoogleDriveUpdateFileBodyContentEncoding = typeof GoogleDriveUpdateFileBodyContentEncoding[keyof typeof GoogleDriveUpdateFileBodyContentEncoding];
14969
+ export declare const GoogleDriveUpdateFileBodyContentEncoding: {
14970
+ readonly base64: "base64";
14971
+ readonly text: "text";
14972
+ };
13545
14973
  export type GoogleDriveUpdateFileBodyAppProperties = {
13546
14974
  [key: string]: string;
13547
14975
  };
13548
14976
  export type GoogleDriveUpdateFileBody = {
13549
14977
  appProperties?: GoogleDriveUpdateFileBodyAppProperties;
13550
- /** Base64 encoded replacement content. */
14978
+ /** Replacement content — base64-encoded by default, or plain text when contentEncoding is "text". */
13551
14979
  content?: string;
14980
+ /** How the content field is encoded. "base64" (default) for binary content, "text" for plain text/JSON/CSV/HTML. */
14981
+ contentEncoding?: GoogleDriveUpdateFileBodyContentEncoding;
13552
14982
  description?: string;
13553
14983
  /**
13554
14984
  * Google Drive file id.
@@ -13593,13 +15023,23 @@ export type GoogleDriveCreateFile200 = {
13593
15023
  export type GoogleDriveCreateFileBodyProperties = {
13594
15024
  [key: string]: string;
13595
15025
  };
15026
+ /**
15027
+ * How the content field is encoded. "base64" (default) for binary content, "text" for plain text/JSON/CSV/HTML.
15028
+ */
15029
+ export type GoogleDriveCreateFileBodyContentEncoding = typeof GoogleDriveCreateFileBodyContentEncoding[keyof typeof GoogleDriveCreateFileBodyContentEncoding];
15030
+ export declare const GoogleDriveCreateFileBodyContentEncoding: {
15031
+ readonly base64: "base64";
15032
+ readonly text: "text";
15033
+ };
13596
15034
  export type GoogleDriveCreateFileBodyAppProperties = {
13597
15035
  [key: string]: string;
13598
15036
  };
13599
15037
  export type GoogleDriveCreateFileBody = {
13600
15038
  appProperties?: GoogleDriveCreateFileBodyAppProperties;
13601
- /** Base64 encoded file content. */
15039
+ /** File content — base64-encoded by default, or plain text when contentEncoding is "text". */
13602
15040
  content?: string;
15041
+ /** How the content field is encoded. "base64" (default) for binary content, "text" for plain text/JSON/CSV/HTML. */
15042
+ contentEncoding?: GoogleDriveCreateFileBodyContentEncoding;
13603
15043
  description?: string;
13604
15044
  /** MIME type. Use application/vnd.google-apps.folder to create a folder. */
13605
15045
  mimeType?: string;
@@ -13936,6 +15376,167 @@ export type GoogleCloudStorageSetUserCredentialsBody = {
13936
15376
  /** Existing integration user id. Omit to create a new integration user credential record. */
13937
15377
  userId?: string;
13938
15378
  };
15379
+ export type GoogleCalendarQueryFreeBusy200 = {
15380
+ [key: string]: unknown | null;
15381
+ };
15382
+ export type GoogleCalendarQueryFreeBusyBodyTimeMin = string | string;
15383
+ export type GoogleCalendarQueryFreeBusyBodyTimeMax = string | string;
15384
+ export type GoogleCalendarQueryFreeBusyBodyItemsItem = {
15385
+ /** @minLength 1 */
15386
+ id: string;
15387
+ };
15388
+ export type GoogleCalendarQueryFreeBusyBody = {
15389
+ calendarExpansionMax?: number;
15390
+ groupExpansionMax?: number;
15391
+ /** @minItems 1 */
15392
+ items: GoogleCalendarQueryFreeBusyBodyItemsItem[];
15393
+ timeMax: GoogleCalendarQueryFreeBusyBodyTimeMax;
15394
+ timeMin: GoogleCalendarQueryFreeBusyBodyTimeMin;
15395
+ timeZone?: string;
15396
+ userId: string;
15397
+ };
15398
+ export type GoogleCalendarListCalendars200 = {
15399
+ [key: string]: unknown | null;
15400
+ };
15401
+ export type GoogleCalendarListCalendarsBody = {
15402
+ /**
15403
+ * @minimum 0
15404
+ * @exclusiveMinimum
15405
+ */
15406
+ maxResults?: number;
15407
+ minAccessRole?: string;
15408
+ pageToken?: string;
15409
+ showDeleted?: boolean;
15410
+ showHidden?: boolean;
15411
+ syncToken?: string;
15412
+ userId: string;
15413
+ };
15414
+ export type GoogleCalendarDeleteEvent200 = {
15415
+ calendarId?: string;
15416
+ deleted?: boolean;
15417
+ eventId?: string;
15418
+ [key: string]: unknown | null;
15419
+ };
15420
+ export type GoogleCalendarDeleteEventBody = {
15421
+ /** @minLength 1 */
15422
+ calendarId: string;
15423
+ /** @minLength 1 */
15424
+ eventId: string;
15425
+ sendNotifications?: boolean;
15426
+ sendUpdates?: string;
15427
+ userId: string;
15428
+ };
15429
+ export type GoogleCalendarPatchEvent200 = {
15430
+ [key: string]: unknown | null;
15431
+ };
15432
+ /**
15433
+ * Partial Google Calendar Event resource for patch semantics.
15434
+ */
15435
+ export type GoogleCalendarPatchEventBodyEvent = {
15436
+ [key: string]: unknown | null;
15437
+ };
15438
+ export type GoogleCalendarPatchEventBody = {
15439
+ alwaysIncludeEmail?: boolean;
15440
+ /** @minLength 1 */
15441
+ calendarId: string;
15442
+ conferenceDataVersion?: number;
15443
+ /** Partial Google Calendar Event resource for patch semantics. */
15444
+ event: GoogleCalendarPatchEventBodyEvent;
15445
+ /** @minLength 1 */
15446
+ eventId: string;
15447
+ maxAttendees?: number;
15448
+ sendNotifications?: boolean;
15449
+ sendUpdates?: string;
15450
+ supportsAttachments?: boolean;
15451
+ userId: string;
15452
+ };
15453
+ export type GoogleCalendarCreateEvent200 = {
15454
+ [key: string]: unknown | null;
15455
+ };
15456
+ /**
15457
+ * Google Calendar Event resource to insert.
15458
+ */
15459
+ export type GoogleCalendarCreateEventBodyEvent = {
15460
+ [key: string]: unknown | null;
15461
+ };
15462
+ export type GoogleCalendarCreateEventBody = {
15463
+ /** @minLength 1 */
15464
+ calendarId: string;
15465
+ conferenceDataVersion?: number;
15466
+ /** Google Calendar Event resource to insert. */
15467
+ event: GoogleCalendarCreateEventBodyEvent;
15468
+ maxAttendees?: number;
15469
+ sendNotifications?: boolean;
15470
+ sendUpdates?: string;
15471
+ supportsAttachments?: boolean;
15472
+ userId: string;
15473
+ };
15474
+ export type GoogleCalendarListEvents200 = {
15475
+ [key: string]: unknown | null;
15476
+ };
15477
+ export type GoogleCalendarListEventsBodyTimeMin = string | string;
15478
+ export type GoogleCalendarListEventsBodyTimeMax = string | string;
15479
+ export type GoogleCalendarListEventsBody = {
15480
+ /**
15481
+ * Calendar identifier. Use "primary" for the user primary calendar.
15482
+ * @minLength 1
15483
+ */
15484
+ calendarId: string;
15485
+ /**
15486
+ * @minimum 0
15487
+ * @exclusiveMinimum
15488
+ */
15489
+ maxResults?: number;
15490
+ orderBy?: string;
15491
+ pageToken?: string;
15492
+ q?: string;
15493
+ showDeleted?: boolean;
15494
+ singleEvents?: boolean;
15495
+ timeMax?: GoogleCalendarListEventsBodyTimeMax;
15496
+ timeMin?: GoogleCalendarListEventsBodyTimeMin;
15497
+ timeZone?: string;
15498
+ updatedMin?: string;
15499
+ /** Integration user id returned by the Google Calendar OAuth flow. */
15500
+ userId: string;
15501
+ };
15502
+ export type GoogleCalendarSetUserCredentials200 = {
15503
+ userId: string;
15504
+ };
15505
+ export type GoogleCalendarSetUserCredentialsBody = {
15506
+ /**
15507
+ * Google OAuth client ID for this user.
15508
+ * @minLength 1
15509
+ */
15510
+ clientId: string;
15511
+ /**
15512
+ * Google OAuth client secret for this user.
15513
+ * @minLength 1
15514
+ */
15515
+ clientSecret: string;
15516
+ /** Existing integration user id. Omit to create a new integration user credential record. */
15517
+ userId?: string;
15518
+ };
15519
+ export type GoogleCalendarAuthStart200 = {
15520
+ url: string;
15521
+ userId: string;
15522
+ };
15523
+ export type GoogleCalendarAuthStartBody = {
15524
+ /** Required for PerUser Google Calendar configs. Ignored for Shared configs. */
15525
+ clientId?: string;
15526
+ /** Required for PerUser Google Calendar configs. Ignored for Shared configs. */
15527
+ clientSecret?: string;
15528
+ /**
15529
+ * App user id from the agent or connect flow. Used to find or create the credential row.
15530
+ * @minLength 1
15531
+ */
15532
+ externalUserId?: string;
15533
+ /** Generated app URL to redirect the browser to after OAuth completes. */
15534
+ originalRedirectUrl?: string;
15535
+ /** Google OAuth scopes to request. */
15536
+ scopes?: string[];
15537
+ /** Existing integration user id (internal). Use when reconnecting an existing Hub user. */
15538
+ userId?: string;
15539
+ };
13939
15540
  export type GmailDeleteLabel200 = {
13940
15541
  id: string;
13941
15542
  [key: string]: unknown | null;
@@ -16862,23 +18463,6 @@ export type AnthropicCreateStreamBodyOptions = {
16862
18463
  */
16863
18464
  topP?: number;
16864
18465
  };
16865
- export type AnthropicCreateStreamBody = {
16866
- /**
16867
- * Array of chat messages
16868
- * @minItems 1
16869
- */
16870
- messages: AnthropicCreateStreamBodyMessagesItem[];
16871
- /** Specific model to use (defaults to resolved Anthropic model) */
16872
- model?: string;
16873
- options?: AnthropicCreateStreamBodyOptions;
16874
- /**
16875
- * Schema for structured output
16876
- * @nullable
16877
- */
16878
- outputSchema?: AnthropicCreateStreamBodyOutputSchema;
16879
- /** Required when the Anthropic integration config type is PerUser. */
16880
- userId?: string;
16881
- };
16882
18466
  /**
16883
18467
  * Role of the message sender
16884
18468
  */
@@ -16908,6 +18492,23 @@ export type AnthropicCreateStreamBodyMessagesItem = {
16908
18492
  /** Role of the message sender */
16909
18493
  role: AnthropicCreateStreamBodyMessagesItemRole;
16910
18494
  };
18495
+ export type AnthropicCreateStreamBody = {
18496
+ /**
18497
+ * Array of chat messages
18498
+ * @minItems 1
18499
+ */
18500
+ messages: AnthropicCreateStreamBodyMessagesItem[];
18501
+ /** Specific model to use (defaults to resolved Anthropic model) */
18502
+ model?: string;
18503
+ options?: AnthropicCreateStreamBodyOptions;
18504
+ /**
18505
+ * Schema for structured output
18506
+ * @nullable
18507
+ */
18508
+ outputSchema?: AnthropicCreateStreamBodyOutputSchema;
18509
+ /** Required when the Anthropic integration config type is PerUser. */
18510
+ userId?: string;
18511
+ };
16911
18512
  /**
16912
18513
  * Structured output if schema provided
16913
18514
  * @nullable
@@ -16947,6 +18548,23 @@ export type AnthropicGenerateTextBodyOptions = {
16947
18548
  */
16948
18549
  topP?: number;
16949
18550
  };
18551
+ export type AnthropicGenerateTextBody = {
18552
+ /**
18553
+ * Array of chat messages
18554
+ * @minItems 1
18555
+ */
18556
+ messages: AnthropicGenerateTextBodyMessagesItem[];
18557
+ /** Specific model to use (defaults to resolved Anthropic model) */
18558
+ model?: string;
18559
+ options?: AnthropicGenerateTextBodyOptions;
18560
+ /**
18561
+ * Schema for structured output
18562
+ * @nullable
18563
+ */
18564
+ outputSchema?: AnthropicGenerateTextBodyOutputSchema;
18565
+ /** Required when the Anthropic integration config type is PerUser. */
18566
+ userId?: string;
18567
+ };
16950
18568
  /**
16951
18569
  * Role of the message sender
16952
18570
  */
@@ -16976,23 +18594,6 @@ export type AnthropicGenerateTextBodyMessagesItem = {
16976
18594
  /** Role of the message sender */
16977
18595
  role: AnthropicGenerateTextBodyMessagesItemRole;
16978
18596
  };
16979
- export type AnthropicGenerateTextBody = {
16980
- /**
16981
- * Array of chat messages
16982
- * @minItems 1
16983
- */
16984
- messages: AnthropicGenerateTextBodyMessagesItem[];
16985
- /** Specific model to use (defaults to resolved Anthropic model) */
16986
- model?: string;
16987
- options?: AnthropicGenerateTextBodyOptions;
16988
- /**
16989
- * Schema for structured output
16990
- * @nullable
16991
- */
16992
- outputSchema?: AnthropicGenerateTextBodyOutputSchema;
16993
- /** Required when the Anthropic integration config type is PerUser. */
16994
- userId?: string;
16995
- };
16996
18597
  export type AnthropicSetUserCredentials200 = {
16997
18598
  userId: string;
16998
18599
  };
@@ -18303,6 +19904,15 @@ export declare const getIntegrationsAPI: () => {
18303
19904
  gmailCreateLabel: (gmailCreateLabelBody: GmailCreateLabelBody) => Promise<GmailCreateLabel200>;
18304
19905
  gmailUpdateLabel: (gmailUpdateLabelBody: GmailUpdateLabelBody) => Promise<GmailUpdateLabel200>;
18305
19906
  gmailDeleteLabel: (gmailDeleteLabelBody: GmailDeleteLabelBody) => Promise<GmailDeleteLabel200>;
19907
+ googleCalendarAuthStart: (googleCalendarAuthStartBody: GoogleCalendarAuthStartBody) => Promise<GoogleCalendarAuthStart200>;
19908
+ googleCalendarSetUserCredentials: (googleCalendarSetUserCredentialsBody: GoogleCalendarSetUserCredentialsBody) => Promise<GoogleCalendarSetUserCredentials200>;
19909
+ googleCalendarOauthCallback: () => Promise<void>;
19910
+ googleCalendarListEvents: (googleCalendarListEventsBody: GoogleCalendarListEventsBody) => Promise<GoogleCalendarListEvents200>;
19911
+ googleCalendarCreateEvent: (googleCalendarCreateEventBody: GoogleCalendarCreateEventBody) => Promise<GoogleCalendarCreateEvent200>;
19912
+ googleCalendarPatchEvent: (googleCalendarPatchEventBody: GoogleCalendarPatchEventBody) => Promise<GoogleCalendarPatchEvent200>;
19913
+ googleCalendarDeleteEvent: (googleCalendarDeleteEventBody: GoogleCalendarDeleteEventBody) => Promise<GoogleCalendarDeleteEvent200>;
19914
+ googleCalendarListCalendars: (googleCalendarListCalendarsBody: GoogleCalendarListCalendarsBody) => Promise<GoogleCalendarListCalendars200>;
19915
+ googleCalendarQueryFreeBusy: (googleCalendarQueryFreeBusyBody: GoogleCalendarQueryFreeBusyBody) => Promise<GoogleCalendarQueryFreeBusy200>;
18306
19916
  googleCloudStorageSetUserCredentials: (googleCloudStorageSetUserCredentialsBody: GoogleCloudStorageSetUserCredentialsBody) => Promise<GoogleCloudStorageSetUserCredentials200>;
18307
19917
  googleCloudStorageUploadData: (googleCloudStorageUploadDataBody: GoogleCloudStorageUploadDataBody) => Promise<GoogleCloudStorageUploadData200>;
18308
19918
  googleCloudStorageDeleteFile: (googleCloudStorageDeleteFileBody: GoogleCloudStorageDeleteFileBody) => Promise<GoogleCloudStorageDeleteFile200>;
@@ -18528,6 +20138,17 @@ export declare const getIntegrationsAPI: () => {
18528
20138
  redtailCreateNoteComment: (redtailCreateNoteCommentBody: RedtailCreateNoteCommentBody) => Promise<RedtailCreateNoteComment200>;
18529
20139
  resendSetUserCredentials: (resendSetUserCredentialsBody: ResendSetUserCredentialsBody) => Promise<ResendSetUserCredentials200>;
18530
20140
  resendSendEmail: (resendSendEmailBody: ResendSendEmailBody) => Promise<ResendSendEmail200>;
20141
+ slackOauthInitiate: (slackOauthInitiateBody: SlackOauthInitiateBody) => Promise<SlackOauthInitiate200>;
20142
+ slackSetUserCredentials: (slackSetUserCredentialsBody: SlackSetUserCredentialsBody) => Promise<SlackSetUserCredentials200>;
20143
+ slackOauthCallback: (params?: SlackOauthCallbackParams) => Promise<SlackOauthCallback200>;
20144
+ slackPostMessage: (slackPostMessageBody: SlackPostMessageBody) => Promise<SlackPostMessage200>;
20145
+ slackUpdateMessage: (slackUpdateMessageBody: SlackUpdateMessageBody) => Promise<SlackUpdateMessage200>;
20146
+ slackListChannels: (slackListChannelsBody: SlackListChannelsBody) => Promise<SlackListChannels200>;
20147
+ slackGetChannel: (slackGetChannelBody: SlackGetChannelBody) => Promise<SlackGetChannel200>;
20148
+ slackGetChannelHistory: (slackGetChannelHistoryBody: SlackGetChannelHistoryBody) => Promise<SlackGetChannelHistory200>;
20149
+ slackGetThreadReplies: (slackGetThreadRepliesBody: SlackGetThreadRepliesBody) => Promise<SlackGetThreadReplies200>;
20150
+ slackListUsers: (slackListUsersBody: SlackListUsersBody) => Promise<SlackListUsers200>;
20151
+ slackLookupUserByEmail: (slackLookupUserByEmailBody: SlackLookupUserByEmailBody) => Promise<SlackLookupUserByEmail200>;
18531
20152
  socureRiskosSubmitEvaluation: (socureRiskosSubmitEvaluationBody: SocureRiskosSubmitEvaluationBody) => Promise<SocureRiskosSubmitEvaluation200>;
18532
20153
  socureRiskosGetEvaluationResult: (socureRiskosGetEvaluationResultBody: SocureRiskosGetEvaluationResultBody) => Promise<SocureRiskosGetEvaluationResult200>;
18533
20154
  socureRiskosEnableWatchlistMonitoring: (socureRiskosEnableWatchlistMonitoringBody: SocureRiskosEnableWatchlistMonitoringBody) => Promise<SocureRiskosEnableWatchlistMonitoring200>;
@@ -18634,6 +20255,80 @@ export declare const getIntegrationsAPI: () => {
18634
20255
  hubspotListWorkflows: (hubspotListWorkflowsBody: HubspotListWorkflowsBody) => Promise<HubspotListWorkflows200>;
18635
20256
  hubspotListMarketingEmails: (hubspotListMarketingEmailsBody: HubspotListMarketingEmailsBody) => Promise<HubspotListMarketingEmails200>;
18636
20257
  hubspotSendTransactionalEmail: (hubspotSendTransactionalEmailBody: HubspotSendTransactionalEmailBody) => Promise<HubspotSendTransactionalEmail200>;
20258
+ udgNormalisedFreeAgentAuthenticate: (udgNormalisedFreeAgentAuthenticateBody: UdgNormalisedFreeAgentAuthenticateBody) => Promise<UdgNormalisedFreeAgentAuthenticate200>;
20259
+ udgNormalisedFreeAgentGetContacts: (udgNormalisedFreeAgentGetContactsBody: UdgNormalisedFreeAgentGetContactsBody) => Promise<UdgNormalisedFreeAgentGetContacts200>;
20260
+ udgNormalisedFreeAgentGetCompanyInfo: (udgNormalisedFreeAgentGetCompanyInfoBody: UdgNormalisedFreeAgentGetCompanyInfoBody) => Promise<UdgNormalisedFreeAgentGetCompanyInfo200>;
20261
+ udgNormalisedFreeAgentGetEmployees: (udgNormalisedFreeAgentGetEmployeesBody: UdgNormalisedFreeAgentGetEmployeesBody) => Promise<UdgNormalisedFreeAgentGetEmployees200>;
20262
+ udgNormalisedFreeAgentGetInvoices: (udgNormalisedFreeAgentGetInvoicesBody: UdgNormalisedFreeAgentGetInvoicesBody) => Promise<UdgNormalisedFreeAgentGetInvoices200>;
20263
+ udgNormalisedFreeAgentGetBills: (udgNormalisedFreeAgentGetBillsBody: UdgNormalisedFreeAgentGetBillsBody) => Promise<UdgNormalisedFreeAgentGetBills200>;
20264
+ udgNormalisedFreeAgentGetCreditNotes: (udgNormalisedFreeAgentGetCreditNotesBody: UdgNormalisedFreeAgentGetCreditNotesBody) => Promise<UdgNormalisedFreeAgentGetCreditNotes200>;
20265
+ udgNormalisedFreeAgentGetDocuments: (udgNormalisedFreeAgentGetDocumentsBody: UdgNormalisedFreeAgentGetDocumentsBody) => Promise<UdgNormalisedFreeAgentGetDocuments200>;
20266
+ udgNormalisedFreeAgentGetRecurringDocuments: (udgNormalisedFreeAgentGetRecurringDocumentsBody: UdgNormalisedFreeAgentGetRecurringDocumentsBody) => Promise<UdgNormalisedFreeAgentGetRecurringDocuments200>;
20267
+ udgNormalisedFreeAgentGetPayments: (udgNormalisedFreeAgentGetPaymentsBody: UdgNormalisedFreeAgentGetPaymentsBody) => Promise<UdgNormalisedFreeAgentGetPayments200>;
20268
+ udgNormalisedFreeAgentGetItems: (udgNormalisedFreeAgentGetItemsBody: UdgNormalisedFreeAgentGetItemsBody) => Promise<UdgNormalisedFreeAgentGetItems200>;
20269
+ udgNormalisedFreeAgentGetAccounts: (udgNormalisedFreeAgentGetAccountsBody: UdgNormalisedFreeAgentGetAccountsBody) => Promise<UdgNormalisedFreeAgentGetAccounts200>;
20270
+ udgNormalisedFreeAgentGetTransactions: (udgNormalisedFreeAgentGetTransactionsBody: UdgNormalisedFreeAgentGetTransactionsBody) => Promise<UdgNormalisedFreeAgentGetTransactions200>;
20271
+ udgNormalisedFreeAgentGetBalanceSheetAccrual: (udgNormalisedFreeAgentGetBalanceSheetAccrualBody: UdgNormalisedFreeAgentGetBalanceSheetAccrualBody) => Promise<UdgNormalisedFreeAgentGetBalanceSheetAccrual200>;
20272
+ udgNormalisedFreeAgentGetProfitAndLossAccrual: (udgNormalisedFreeAgentGetProfitAndLossAccrualBody: UdgNormalisedFreeAgentGetProfitAndLossAccrualBody) => Promise<UdgNormalisedFreeAgentGetProfitAndLossAccrual200>;
20273
+ udgNormalisedFreshbooksAuthenticate: (udgNormalisedFreshbooksAuthenticateBody: UdgNormalisedFreshbooksAuthenticateBody) => Promise<UdgNormalisedFreshbooksAuthenticate200>;
20274
+ udgNormalisedFreshbooksGetContacts: (udgNormalisedFreshbooksGetContactsBody: UdgNormalisedFreshbooksGetContactsBody) => Promise<UdgNormalisedFreshbooksGetContacts200>;
20275
+ udgNormalisedFreshbooksGetCompanyInfo: (udgNormalisedFreshbooksGetCompanyInfoBody: UdgNormalisedFreshbooksGetCompanyInfoBody) => Promise<UdgNormalisedFreshbooksGetCompanyInfo200>;
20276
+ udgNormalisedFreshbooksGetEmployees: (udgNormalisedFreshbooksGetEmployeesBody: UdgNormalisedFreshbooksGetEmployeesBody) => Promise<UdgNormalisedFreshbooksGetEmployees200>;
20277
+ udgNormalisedFreshbooksGetInvoices: (udgNormalisedFreshbooksGetInvoicesBody: UdgNormalisedFreshbooksGetInvoicesBody) => Promise<UdgNormalisedFreshbooksGetInvoices200>;
20278
+ udgNormalisedFreshbooksGetBills: (udgNormalisedFreshbooksGetBillsBody: UdgNormalisedFreshbooksGetBillsBody) => Promise<UdgNormalisedFreshbooksGetBills200>;
20279
+ udgNormalisedFreshbooksGetDocuments: (udgNormalisedFreshbooksGetDocumentsBody: UdgNormalisedFreshbooksGetDocumentsBody) => Promise<UdgNormalisedFreshbooksGetDocuments200>;
20280
+ udgNormalisedFreshbooksGetRecurringDocuments: (udgNormalisedFreshbooksGetRecurringDocumentsBody: UdgNormalisedFreshbooksGetRecurringDocumentsBody) => Promise<UdgNormalisedFreshbooksGetRecurringDocuments200>;
20281
+ udgNormalisedFreshbooksGetPayments: (udgNormalisedFreshbooksGetPaymentsBody: UdgNormalisedFreshbooksGetPaymentsBody) => Promise<UdgNormalisedFreshbooksGetPayments200>;
20282
+ udgNormalisedFreshbooksGetItems: (udgNormalisedFreshbooksGetItemsBody: UdgNormalisedFreshbooksGetItemsBody) => Promise<UdgNormalisedFreshbooksGetItems200>;
20283
+ udgNormalisedFreshbooksGetAccounts: (udgNormalisedFreshbooksGetAccountsBody: UdgNormalisedFreshbooksGetAccountsBody) => Promise<UdgNormalisedFreshbooksGetAccounts200>;
20284
+ udgNormalisedFreshbooksGetTransactions: (udgNormalisedFreshbooksGetTransactionsBody: UdgNormalisedFreshbooksGetTransactionsBody) => Promise<UdgNormalisedFreshbooksGetTransactions200>;
20285
+ udgNormalisedFreshbooksGetBalanceSheetAccrual: (udgNormalisedFreshbooksGetBalanceSheetAccrualBody: UdgNormalisedFreshbooksGetBalanceSheetAccrualBody) => Promise<UdgNormalisedFreshbooksGetBalanceSheetAccrual200>;
20286
+ udgNormalisedFreshbooksGetProfitAndLossAccrual: (udgNormalisedFreshbooksGetProfitAndLossAccrualBody: UdgNormalisedFreshbooksGetProfitAndLossAccrualBody) => Promise<UdgNormalisedFreshbooksGetProfitAndLossAccrual200>;
20287
+ udgNormalisedFreshbooksGetTaxes: (udgNormalisedFreshbooksGetTaxesBody: UdgNormalisedFreshbooksGetTaxesBody) => Promise<UdgNormalisedFreshbooksGetTaxes200>;
20288
+ udgNormalisedFreshbooksGetProfitAndLossCash: (udgNormalisedFreshbooksGetProfitAndLossCashBody: UdgNormalisedFreshbooksGetProfitAndLossCashBody) => Promise<UdgNormalisedFreshbooksGetProfitAndLossCash200>;
20289
+ udgNormalisedQuickbooksAuthenticate: (udgNormalisedQuickbooksAuthenticateBody: UdgNormalisedQuickbooksAuthenticateBody) => Promise<UdgNormalisedQuickbooksAuthenticate200>;
20290
+ udgNormalisedQuickbooksGetContacts: (udgNormalisedQuickbooksGetContactsBody: UdgNormalisedQuickbooksGetContactsBody) => Promise<UdgNormalisedQuickbooksGetContacts200>;
20291
+ udgNormalisedQuickbooksGetCompanyInfo: (udgNormalisedQuickbooksGetCompanyInfoBody: UdgNormalisedQuickbooksGetCompanyInfoBody) => Promise<UdgNormalisedQuickbooksGetCompanyInfo200>;
20292
+ udgNormalisedQuickbooksGetEmployees: (udgNormalisedQuickbooksGetEmployeesBody: UdgNormalisedQuickbooksGetEmployeesBody) => Promise<UdgNormalisedQuickbooksGetEmployees200>;
20293
+ udgNormalisedQuickbooksGetInvoices: (udgNormalisedQuickbooksGetInvoicesBody: UdgNormalisedQuickbooksGetInvoicesBody) => Promise<UdgNormalisedQuickbooksGetInvoices200>;
20294
+ udgNormalisedQuickbooksGetBills: (udgNormalisedQuickbooksGetBillsBody: UdgNormalisedQuickbooksGetBillsBody) => Promise<UdgNormalisedQuickbooksGetBills200>;
20295
+ udgNormalisedQuickbooksGetCreditNotes: (udgNormalisedQuickbooksGetCreditNotesBody: UdgNormalisedQuickbooksGetCreditNotesBody) => Promise<UdgNormalisedQuickbooksGetCreditNotes200>;
20296
+ udgNormalisedQuickbooksGetDocuments: (udgNormalisedQuickbooksGetDocumentsBody: UdgNormalisedQuickbooksGetDocumentsBody) => Promise<UdgNormalisedQuickbooksGetDocuments200>;
20297
+ udgNormalisedQuickbooksGetRecurringDocuments: (udgNormalisedQuickbooksGetRecurringDocumentsBody: UdgNormalisedQuickbooksGetRecurringDocumentsBody) => Promise<UdgNormalisedQuickbooksGetRecurringDocuments200>;
20298
+ udgNormalisedQuickbooksGetPayments: (udgNormalisedQuickbooksGetPaymentsBody: UdgNormalisedQuickbooksGetPaymentsBody) => Promise<UdgNormalisedQuickbooksGetPayments200>;
20299
+ udgNormalisedQuickbooksGetItems: (udgNormalisedQuickbooksGetItemsBody: UdgNormalisedQuickbooksGetItemsBody) => Promise<UdgNormalisedQuickbooksGetItems200>;
20300
+ udgNormalisedQuickbooksGetAccounts: (udgNormalisedQuickbooksGetAccountsBody: UdgNormalisedQuickbooksGetAccountsBody) => Promise<UdgNormalisedQuickbooksGetAccounts200>;
20301
+ udgNormalisedQuickbooksGetTransactions: (udgNormalisedQuickbooksGetTransactionsBody: UdgNormalisedQuickbooksGetTransactionsBody) => Promise<UdgNormalisedQuickbooksGetTransactions200>;
20302
+ udgNormalisedQuickbooksGetBalanceSheetAccrual: (udgNormalisedQuickbooksGetBalanceSheetAccrualBody: UdgNormalisedQuickbooksGetBalanceSheetAccrualBody) => Promise<UdgNormalisedQuickbooksGetBalanceSheetAccrual200>;
20303
+ udgNormalisedQuickbooksGetProfitAndLossAccrual: (udgNormalisedQuickbooksGetProfitAndLossAccrualBody: UdgNormalisedQuickbooksGetProfitAndLossAccrualBody) => Promise<UdgNormalisedQuickbooksGetProfitAndLossAccrual200>;
20304
+ udgNormalisedQuickbooksGetCashflow: (udgNormalisedQuickbooksGetCashflowBody: UdgNormalisedQuickbooksGetCashflowBody) => Promise<UdgNormalisedQuickbooksGetCashflow200>;
20305
+ udgNormalisedQuickbooksGetTaxes: (udgNormalisedQuickbooksGetTaxesBody: UdgNormalisedQuickbooksGetTaxesBody) => Promise<UdgNormalisedQuickbooksGetTaxes200>;
20306
+ udgNormalisedQuickbooksGetProfitAndLossCash: (udgNormalisedQuickbooksGetProfitAndLossCashBody: UdgNormalisedQuickbooksGetProfitAndLossCashBody) => Promise<UdgNormalisedQuickbooksGetProfitAndLossCash200>;
20307
+ udgNormalisedQuickbooksGetBalanceSheetCash: (udgNormalisedQuickbooksGetBalanceSheetCashBody: UdgNormalisedQuickbooksGetBalanceSheetCashBody) => Promise<UdgNormalisedQuickbooksGetBalanceSheetCash200>;
20308
+ udgNormalisedWaveAuthenticate: (udgNormalisedWaveAuthenticateBody: UdgNormalisedWaveAuthenticateBody) => Promise<UdgNormalisedWaveAuthenticate200>;
20309
+ udgNormalisedWaveGetAccounts: (udgNormalisedWaveGetAccountsBody: UdgNormalisedWaveGetAccountsBody) => Promise<UdgNormalisedWaveGetAccounts200>;
20310
+ udgNormalisedWaveGetContacts: (udgNormalisedWaveGetContactsBody: UdgNormalisedWaveGetContactsBody) => Promise<UdgNormalisedWaveGetContacts200>;
20311
+ udgNormalisedWaveGetCompanyInfo: (udgNormalisedWaveGetCompanyInfoBody: UdgNormalisedWaveGetCompanyInfoBody) => Promise<UdgNormalisedWaveGetCompanyInfo200>;
20312
+ udgNormalisedWaveGetInvoices: (udgNormalisedWaveGetInvoicesBody: UdgNormalisedWaveGetInvoicesBody) => Promise<UdgNormalisedWaveGetInvoices200>;
20313
+ udgNormalisedWaveGetItems: (udgNormalisedWaveGetItemsBody: UdgNormalisedWaveGetItemsBody) => Promise<UdgNormalisedWaveGetItems200>;
20314
+ udgNormalisedXeroAuthenticate: (udgNormalisedXeroAuthenticateBody: UdgNormalisedXeroAuthenticateBody) => Promise<UdgNormalisedXeroAuthenticate200>;
20315
+ udgNormalisedXeroGetAccounts: (udgNormalisedXeroGetAccountsBody: UdgNormalisedXeroGetAccountsBody) => Promise<UdgNormalisedXeroGetAccounts200>;
20316
+ udgNormalisedXeroGetContacts: (udgNormalisedXeroGetContactsBody: UdgNormalisedXeroGetContactsBody) => Promise<UdgNormalisedXeroGetContacts200>;
20317
+ udgNormalisedXeroGetCompanyInfo: (udgNormalisedXeroGetCompanyInfoBody: UdgNormalisedXeroGetCompanyInfoBody) => Promise<UdgNormalisedXeroGetCompanyInfo200>;
20318
+ udgNormalisedXeroGetEmployees: (udgNormalisedXeroGetEmployeesBody: UdgNormalisedXeroGetEmployeesBody) => Promise<UdgNormalisedXeroGetEmployees200>;
20319
+ udgNormalisedXeroGetInvoices: (udgNormalisedXeroGetInvoicesBody: UdgNormalisedXeroGetInvoicesBody) => Promise<UdgNormalisedXeroGetInvoices200>;
20320
+ udgNormalisedXeroGetBills: (udgNormalisedXeroGetBillsBody: UdgNormalisedXeroGetBillsBody) => Promise<UdgNormalisedXeroGetBills200>;
20321
+ udgNormalisedXeroGetCreditNotes: (udgNormalisedXeroGetCreditNotesBody: UdgNormalisedXeroGetCreditNotesBody) => Promise<UdgNormalisedXeroGetCreditNotes200>;
20322
+ udgNormalisedXeroGetDocuments: (udgNormalisedXeroGetDocumentsBody: UdgNormalisedXeroGetDocumentsBody) => Promise<UdgNormalisedXeroGetDocuments200>;
20323
+ udgNormalisedXeroGetRecurringDocuments: (udgNormalisedXeroGetRecurringDocumentsBody: UdgNormalisedXeroGetRecurringDocumentsBody) => Promise<UdgNormalisedXeroGetRecurringDocuments200>;
20324
+ udgNormalisedXeroGetPayments: (udgNormalisedXeroGetPaymentsBody: UdgNormalisedXeroGetPaymentsBody) => Promise<UdgNormalisedXeroGetPayments200>;
20325
+ udgNormalisedXeroGetItems: (udgNormalisedXeroGetItemsBody: UdgNormalisedXeroGetItemsBody) => Promise<UdgNormalisedXeroGetItems200>;
20326
+ udgNormalisedXeroGetTransactions: (udgNormalisedXeroGetTransactionsBody: UdgNormalisedXeroGetTransactionsBody) => Promise<UdgNormalisedXeroGetTransactions200>;
20327
+ udgNormalisedXeroGetBalanceSheetAccrual: (udgNormalisedXeroGetBalanceSheetAccrualBody: UdgNormalisedXeroGetBalanceSheetAccrualBody) => Promise<UdgNormalisedXeroGetBalanceSheetAccrual200>;
20328
+ udgNormalisedXeroGetBalanceSheetCash: (udgNormalisedXeroGetBalanceSheetCashBody: UdgNormalisedXeroGetBalanceSheetCashBody) => Promise<UdgNormalisedXeroGetBalanceSheetCash200>;
20329
+ udgNormalisedXeroGetProfitAndLossAccrual: (udgNormalisedXeroGetProfitAndLossAccrualBody: UdgNormalisedXeroGetProfitAndLossAccrualBody) => Promise<UdgNormalisedXeroGetProfitAndLossAccrual200>;
20330
+ udgNormalisedXeroGetProfitAndLossCash: (udgNormalisedXeroGetProfitAndLossCashBody: UdgNormalisedXeroGetProfitAndLossCashBody) => Promise<UdgNormalisedXeroGetProfitAndLossCash200>;
20331
+ udgNormalisedXeroGetTaxes: (udgNormalisedXeroGetTaxesBody: UdgNormalisedXeroGetTaxesBody) => Promise<UdgNormalisedXeroGetTaxes200>;
18637
20332
  };
18638
20333
  export type AbrigoFindCustomerByCrmIdResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['abrigoFindCustomerByCrmId']>>>;
18639
20334
  export type AbrigoCreateCustomerResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['abrigoCreateCustomer']>>>;
@@ -18949,6 +20644,15 @@ export type GmailListLabelsResult = NonNullable<Awaited<ReturnType<ReturnType<ty
18949
20644
  export type GmailCreateLabelResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailCreateLabel']>>>;
18950
20645
  export type GmailUpdateLabelResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailUpdateLabel']>>>;
18951
20646
  export type GmailDeleteLabelResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailDeleteLabel']>>>;
20647
+ export type GoogleCalendarAuthStartResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarAuthStart']>>>;
20648
+ export type GoogleCalendarSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarSetUserCredentials']>>>;
20649
+ export type GoogleCalendarOauthCallbackResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarOauthCallback']>>>;
20650
+ export type GoogleCalendarListEventsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarListEvents']>>>;
20651
+ export type GoogleCalendarCreateEventResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarCreateEvent']>>>;
20652
+ export type GoogleCalendarPatchEventResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarPatchEvent']>>>;
20653
+ export type GoogleCalendarDeleteEventResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarDeleteEvent']>>>;
20654
+ export type GoogleCalendarListCalendarsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarListCalendars']>>>;
20655
+ export type GoogleCalendarQueryFreeBusyResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarQueryFreeBusy']>>>;
18952
20656
  export type GoogleCloudStorageSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCloudStorageSetUserCredentials']>>>;
18953
20657
  export type GoogleCloudStorageUploadDataResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCloudStorageUploadData']>>>;
18954
20658
  export type GoogleCloudStorageDeleteFileResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCloudStorageDeleteFile']>>>;
@@ -19174,6 +20878,17 @@ export type RedtailGetNoteTemplateResult = NonNullable<Awaited<ReturnType<Return
19174
20878
  export type RedtailCreateNoteCommentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailCreateNoteComment']>>>;
19175
20879
  export type ResendSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['resendSetUserCredentials']>>>;
19176
20880
  export type ResendSendEmailResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['resendSendEmail']>>>;
20881
+ export type SlackOauthInitiateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackOauthInitiate']>>>;
20882
+ export type SlackSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackSetUserCredentials']>>>;
20883
+ export type SlackOauthCallbackResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackOauthCallback']>>>;
20884
+ export type SlackPostMessageResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackPostMessage']>>>;
20885
+ export type SlackUpdateMessageResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackUpdateMessage']>>>;
20886
+ export type SlackListChannelsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackListChannels']>>>;
20887
+ export type SlackGetChannelResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackGetChannel']>>>;
20888
+ export type SlackGetChannelHistoryResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackGetChannelHistory']>>>;
20889
+ export type SlackGetThreadRepliesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackGetThreadReplies']>>>;
20890
+ export type SlackListUsersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackListUsers']>>>;
20891
+ export type SlackLookupUserByEmailResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackLookupUserByEmail']>>>;
19177
20892
  export type SocureRiskosSubmitEvaluationResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['socureRiskosSubmitEvaluation']>>>;
19178
20893
  export type SocureRiskosGetEvaluationResultResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['socureRiskosGetEvaluationResult']>>>;
19179
20894
  export type SocureRiskosEnableWatchlistMonitoringResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['socureRiskosEnableWatchlistMonitoring']>>>;
@@ -19280,4 +20995,78 @@ export type HubspotEnrollWorkflowResult = NonNullable<Awaited<ReturnType<ReturnT
19280
20995
  export type HubspotListWorkflowsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['hubspotListWorkflows']>>>;
19281
20996
  export type HubspotListMarketingEmailsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['hubspotListMarketingEmails']>>>;
19282
20997
  export type HubspotSendTransactionalEmailResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['hubspotSendTransactionalEmail']>>>;
20998
+ export type UdgNormalisedFreeAgentAuthenticateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreeAgentAuthenticate']>>>;
20999
+ export type UdgNormalisedFreeAgentGetContactsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreeAgentGetContacts']>>>;
21000
+ export type UdgNormalisedFreeAgentGetCompanyInfoResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreeAgentGetCompanyInfo']>>>;
21001
+ export type UdgNormalisedFreeAgentGetEmployeesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreeAgentGetEmployees']>>>;
21002
+ export type UdgNormalisedFreeAgentGetInvoicesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreeAgentGetInvoices']>>>;
21003
+ export type UdgNormalisedFreeAgentGetBillsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreeAgentGetBills']>>>;
21004
+ export type UdgNormalisedFreeAgentGetCreditNotesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreeAgentGetCreditNotes']>>>;
21005
+ export type UdgNormalisedFreeAgentGetDocumentsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreeAgentGetDocuments']>>>;
21006
+ export type UdgNormalisedFreeAgentGetRecurringDocumentsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreeAgentGetRecurringDocuments']>>>;
21007
+ export type UdgNormalisedFreeAgentGetPaymentsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreeAgentGetPayments']>>>;
21008
+ export type UdgNormalisedFreeAgentGetItemsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreeAgentGetItems']>>>;
21009
+ export type UdgNormalisedFreeAgentGetAccountsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreeAgentGetAccounts']>>>;
21010
+ export type UdgNormalisedFreeAgentGetTransactionsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreeAgentGetTransactions']>>>;
21011
+ export type UdgNormalisedFreeAgentGetBalanceSheetAccrualResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreeAgentGetBalanceSheetAccrual']>>>;
21012
+ export type UdgNormalisedFreeAgentGetProfitAndLossAccrualResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreeAgentGetProfitAndLossAccrual']>>>;
21013
+ export type UdgNormalisedFreshbooksAuthenticateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreshbooksAuthenticate']>>>;
21014
+ export type UdgNormalisedFreshbooksGetContactsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreshbooksGetContacts']>>>;
21015
+ export type UdgNormalisedFreshbooksGetCompanyInfoResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreshbooksGetCompanyInfo']>>>;
21016
+ export type UdgNormalisedFreshbooksGetEmployeesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreshbooksGetEmployees']>>>;
21017
+ export type UdgNormalisedFreshbooksGetInvoicesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreshbooksGetInvoices']>>>;
21018
+ export type UdgNormalisedFreshbooksGetBillsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreshbooksGetBills']>>>;
21019
+ export type UdgNormalisedFreshbooksGetDocumentsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreshbooksGetDocuments']>>>;
21020
+ export type UdgNormalisedFreshbooksGetRecurringDocumentsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreshbooksGetRecurringDocuments']>>>;
21021
+ export type UdgNormalisedFreshbooksGetPaymentsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreshbooksGetPayments']>>>;
21022
+ export type UdgNormalisedFreshbooksGetItemsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreshbooksGetItems']>>>;
21023
+ export type UdgNormalisedFreshbooksGetAccountsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreshbooksGetAccounts']>>>;
21024
+ export type UdgNormalisedFreshbooksGetTransactionsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreshbooksGetTransactions']>>>;
21025
+ export type UdgNormalisedFreshbooksGetBalanceSheetAccrualResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreshbooksGetBalanceSheetAccrual']>>>;
21026
+ export type UdgNormalisedFreshbooksGetProfitAndLossAccrualResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreshbooksGetProfitAndLossAccrual']>>>;
21027
+ export type UdgNormalisedFreshbooksGetTaxesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreshbooksGetTaxes']>>>;
21028
+ export type UdgNormalisedFreshbooksGetProfitAndLossCashResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedFreshbooksGetProfitAndLossCash']>>>;
21029
+ export type UdgNormalisedQuickbooksAuthenticateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksAuthenticate']>>>;
21030
+ export type UdgNormalisedQuickbooksGetContactsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksGetContacts']>>>;
21031
+ export type UdgNormalisedQuickbooksGetCompanyInfoResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksGetCompanyInfo']>>>;
21032
+ export type UdgNormalisedQuickbooksGetEmployeesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksGetEmployees']>>>;
21033
+ export type UdgNormalisedQuickbooksGetInvoicesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksGetInvoices']>>>;
21034
+ export type UdgNormalisedQuickbooksGetBillsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksGetBills']>>>;
21035
+ export type UdgNormalisedQuickbooksGetCreditNotesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksGetCreditNotes']>>>;
21036
+ export type UdgNormalisedQuickbooksGetDocumentsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksGetDocuments']>>>;
21037
+ export type UdgNormalisedQuickbooksGetRecurringDocumentsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksGetRecurringDocuments']>>>;
21038
+ export type UdgNormalisedQuickbooksGetPaymentsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksGetPayments']>>>;
21039
+ export type UdgNormalisedQuickbooksGetItemsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksGetItems']>>>;
21040
+ export type UdgNormalisedQuickbooksGetAccountsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksGetAccounts']>>>;
21041
+ export type UdgNormalisedQuickbooksGetTransactionsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksGetTransactions']>>>;
21042
+ export type UdgNormalisedQuickbooksGetBalanceSheetAccrualResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksGetBalanceSheetAccrual']>>>;
21043
+ export type UdgNormalisedQuickbooksGetProfitAndLossAccrualResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksGetProfitAndLossAccrual']>>>;
21044
+ export type UdgNormalisedQuickbooksGetCashflowResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksGetCashflow']>>>;
21045
+ export type UdgNormalisedQuickbooksGetTaxesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksGetTaxes']>>>;
21046
+ export type UdgNormalisedQuickbooksGetProfitAndLossCashResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksGetProfitAndLossCash']>>>;
21047
+ export type UdgNormalisedQuickbooksGetBalanceSheetCashResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedQuickbooksGetBalanceSheetCash']>>>;
21048
+ export type UdgNormalisedWaveAuthenticateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedWaveAuthenticate']>>>;
21049
+ export type UdgNormalisedWaveGetAccountsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedWaveGetAccounts']>>>;
21050
+ export type UdgNormalisedWaveGetContactsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedWaveGetContacts']>>>;
21051
+ export type UdgNormalisedWaveGetCompanyInfoResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedWaveGetCompanyInfo']>>>;
21052
+ export type UdgNormalisedWaveGetInvoicesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedWaveGetInvoices']>>>;
21053
+ export type UdgNormalisedWaveGetItemsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedWaveGetItems']>>>;
21054
+ export type UdgNormalisedXeroAuthenticateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedXeroAuthenticate']>>>;
21055
+ export type UdgNormalisedXeroGetAccountsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedXeroGetAccounts']>>>;
21056
+ export type UdgNormalisedXeroGetContactsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedXeroGetContacts']>>>;
21057
+ export type UdgNormalisedXeroGetCompanyInfoResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedXeroGetCompanyInfo']>>>;
21058
+ export type UdgNormalisedXeroGetEmployeesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedXeroGetEmployees']>>>;
21059
+ export type UdgNormalisedXeroGetInvoicesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedXeroGetInvoices']>>>;
21060
+ export type UdgNormalisedXeroGetBillsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedXeroGetBills']>>>;
21061
+ export type UdgNormalisedXeroGetCreditNotesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedXeroGetCreditNotes']>>>;
21062
+ export type UdgNormalisedXeroGetDocumentsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedXeroGetDocuments']>>>;
21063
+ export type UdgNormalisedXeroGetRecurringDocumentsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedXeroGetRecurringDocuments']>>>;
21064
+ export type UdgNormalisedXeroGetPaymentsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedXeroGetPayments']>>>;
21065
+ export type UdgNormalisedXeroGetItemsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedXeroGetItems']>>>;
21066
+ export type UdgNormalisedXeroGetTransactionsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedXeroGetTransactions']>>>;
21067
+ export type UdgNormalisedXeroGetBalanceSheetAccrualResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedXeroGetBalanceSheetAccrual']>>>;
21068
+ export type UdgNormalisedXeroGetBalanceSheetCashResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedXeroGetBalanceSheetCash']>>>;
21069
+ export type UdgNormalisedXeroGetProfitAndLossAccrualResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedXeroGetProfitAndLossAccrual']>>>;
21070
+ export type UdgNormalisedXeroGetProfitAndLossCashResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedXeroGetProfitAndLossCash']>>>;
21071
+ export type UdgNormalisedXeroGetTaxesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['udgNormalisedXeroGetTaxes']>>>;
19283
21072
  //# sourceMappingURL=generated-api.d.ts.map