@uptiqai/integrations-sdk 1.12.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
  };
@@ -608,10 +1762,6 @@ export type WealthboxGetCategoryMembersBody = {
608
1762
  userId: string;
609
1763
  [key: string]: unknown | null;
610
1764
  };
611
- export type WealthboxGetCustomFields200 = {
612
- custom_fields?: WealthboxGetCustomFields200CustomFieldsItem[];
613
- [key: string]: unknown | null;
614
- };
615
1765
  /**
616
1766
  * @nullable
617
1767
  */
@@ -637,6 +1787,10 @@ export type WealthboxGetCustomFields200CustomFieldsItem = {
637
1787
  value?: WealthboxGetCustomFields200CustomFieldsItemValue;
638
1788
  [key: string]: unknown | null;
639
1789
  };
1790
+ export type WealthboxGetCustomFields200 = {
1791
+ custom_fields?: WealthboxGetCustomFields200CustomFieldsItem[];
1792
+ [key: string]: unknown | null;
1793
+ };
640
1794
  /**
641
1795
  * The document type that the custom fields are for
642
1796
  */
@@ -1358,6 +2512,10 @@ export type WealthboxGetWorkflowBody = {
1358
2512
  userId: string;
1359
2513
  [key: string]: unknown | null;
1360
2514
  };
2515
+ export type WealthboxGetWorkflows200 = {
2516
+ workflows?: WealthboxGetWorkflows200WorkflowsItem[];
2517
+ [key: string]: unknown | null;
2518
+ };
1361
2519
  /**
1362
2520
  * @nullable
1363
2521
  */
@@ -1421,10 +2579,6 @@ export type WealthboxGetWorkflows200WorkflowsItem = {
1421
2579
  workflow_template?: WealthboxGetWorkflows200WorkflowsItemWorkflowTemplate;
1422
2580
  [key: string]: unknown | null;
1423
2581
  };
1424
- export type WealthboxGetWorkflows200 = {
1425
- workflows?: WealthboxGetWorkflows200WorkflowsItem[];
1426
- [key: string]: unknown | null;
1427
- };
1428
2582
  /**
1429
2583
  * Only returns workflows whose status match the specified value
1430
2584
  */
@@ -1628,6 +2782,15 @@ export type WealthboxCreateProject200 = {
1628
2782
  visible_to?: WealthboxCreateProject200VisibleTo;
1629
2783
  [key: string]: unknown | null;
1630
2784
  };
2785
+ /**
2786
+ * @nullable
2787
+ */
2788
+ export type WealthboxCreateProjectBodyCustomFieldsItemValueAnyOfTwo = unknown | null;
2789
+ /**
2790
+ * @nullable
2791
+ */
2792
+ export type WealthboxCreateProjectBodyCustomFieldsItemValueAnyOf = unknown | null;
2793
+ export type WealthboxCreateProjectBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxCreateProjectBodyCustomFieldsItemValueAnyOf | WealthboxCreateProjectBodyCustomFieldsItemValueAnyOfTwo;
1631
2794
  export type WealthboxCreateProjectBodyCustomFieldsItem = {
1632
2795
  /** @nullable */
1633
2796
  id: number | null;
@@ -1647,15 +2810,6 @@ export type WealthboxCreateProjectBody = {
1647
2810
  visible_to?: string;
1648
2811
  [key: string]: unknown | null;
1649
2812
  };
1650
- /**
1651
- * @nullable
1652
- */
1653
- export type WealthboxCreateProjectBodyCustomFieldsItemValueAnyOfTwo = unknown | null;
1654
- /**
1655
- * @nullable
1656
- */
1657
- export type WealthboxCreateProjectBodyCustomFieldsItemValueAnyOf = unknown | null;
1658
- export type WealthboxCreateProjectBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxCreateProjectBodyCustomFieldsItemValueAnyOf | WealthboxCreateProjectBodyCustomFieldsItemValueAnyOfTwo;
1659
2813
  /**
1660
2814
  * @nullable
1661
2815
  */
@@ -2218,6 +3372,28 @@ 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
+ };
3381
+ /**
3382
+ * @nullable
3383
+ */
3384
+ export type WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOfTwo = unknown | null;
3385
+ /**
3386
+ * @nullable
3387
+ */
3388
+ export type WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOf = unknown | null;
3389
+ export type WealthboxUpdateOpportunityBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOf | WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOfTwo;
3390
+ export type WealthboxUpdateOpportunityBodyAmountsItemKind = 'Fee' | 'Commission' | 'AUM' | 'Other' | string;
3391
+ export type WealthboxUpdateOpportunityBodyAmountsItem = {
3392
+ amount?: number;
3393
+ currency?: string;
3394
+ kind?: WealthboxUpdateOpportunityBodyAmountsItemKind;
3395
+ [key: string]: unknown | null;
3396
+ };
2221
3397
  export type WealthboxUpdateOpportunityBody = {
2222
3398
  amounts?: WealthboxUpdateOpportunityBodyAmountsItem[];
2223
3399
  custom_fields?: WealthboxUpdateOpportunityBodyCustomFieldsItem[];
@@ -2242,28 +3418,6 @@ export type WealthboxUpdateOpportunityBody = {
2242
3418
  visible_to?: string;
2243
3419
  [key: string]: unknown | null;
2244
3420
  };
2245
- /**
2246
- * @nullable
2247
- */
2248
- export type WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOfTwo = unknown | null;
2249
- /**
2250
- * @nullable
2251
- */
2252
- export type WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOf = unknown | null;
2253
- export type WealthboxUpdateOpportunityBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOf | WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOfTwo;
2254
- export type WealthboxUpdateOpportunityBodyCustomFieldsItem = {
2255
- /** @nullable */
2256
- id: number | null;
2257
- value?: WealthboxUpdateOpportunityBodyCustomFieldsItemValue;
2258
- [key: string]: unknown | null;
2259
- };
2260
- export type WealthboxUpdateOpportunityBodyAmountsItemKind = 'Fee' | 'Commission' | 'AUM' | 'Other' | string;
2261
- export type WealthboxUpdateOpportunityBodyAmountsItem = {
2262
- amount?: number;
2263
- currency?: string;
2264
- kind?: WealthboxUpdateOpportunityBodyAmountsItemKind;
2265
- [key: string]: unknown | null;
2266
- };
2267
3421
  /**
2268
3422
  * @nullable
2269
3423
  */
@@ -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;
@@ -2870,21 +4024,6 @@ export type WealthboxUpdateEventBodyInviteesItem = {
2870
4024
  type: string;
2871
4025
  [key: string]: unknown | null;
2872
4026
  };
2873
- /**
2874
- * @nullable
2875
- */
2876
- export type WealthboxUpdateEventBodyCustomFieldsItemValueAnyOfTwo = unknown | null;
2877
- /**
2878
- * @nullable
2879
- */
2880
- export type WealthboxUpdateEventBodyCustomFieldsItemValueAnyOf = unknown | null;
2881
- export type WealthboxUpdateEventBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateEventBodyCustomFieldsItemValueAnyOf | WealthboxUpdateEventBodyCustomFieldsItemValueAnyOfTwo;
2882
- export type WealthboxUpdateEventBodyCustomFieldsItem = {
2883
- /** @nullable */
2884
- id: number | null;
2885
- value?: WealthboxUpdateEventBodyCustomFieldsItemValue;
2886
- [key: string]: unknown | null;
2887
- };
2888
4027
  export type WealthboxUpdateEventBody = {
2889
4028
  all_day?: boolean;
2890
4029
  custom_fields?: WealthboxUpdateEventBodyCustomFieldsItem[];
@@ -2911,6 +4050,21 @@ export type WealthboxUpdateEventBody = {
2911
4050
  visible_to?: string;
2912
4051
  [key: string]: unknown | null;
2913
4052
  };
4053
+ /**
4054
+ * @nullable
4055
+ */
4056
+ export type WealthboxUpdateEventBodyCustomFieldsItemValueAnyOfTwo = unknown | null;
4057
+ /**
4058
+ * @nullable
4059
+ */
4060
+ export type WealthboxUpdateEventBodyCustomFieldsItemValueAnyOf = unknown | null;
4061
+ export type WealthboxUpdateEventBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateEventBodyCustomFieldsItemValueAnyOf | WealthboxUpdateEventBodyCustomFieldsItemValueAnyOfTwo;
4062
+ export type WealthboxUpdateEventBodyCustomFieldsItem = {
4063
+ /** @nullable */
4064
+ id: number | null;
4065
+ value?: WealthboxUpdateEventBodyCustomFieldsItemValue;
4066
+ [key: string]: unknown | null;
4067
+ };
2914
4068
  /**
2915
4069
  * @nullable
2916
4070
  */
@@ -3044,6 +4198,12 @@ export type WealthboxCreateEventBodyInviteesItem = {
3044
4198
  type: string;
3045
4199
  [key: string]: unknown | null;
3046
4200
  };
4201
+ export type WealthboxCreateEventBodyCustomFieldsItem = {
4202
+ /** @nullable */
4203
+ id: number | null;
4204
+ value?: WealthboxCreateEventBodyCustomFieldsItemValue;
4205
+ [key: string]: unknown | null;
4206
+ };
3047
4207
  export type WealthboxCreateEventBody = {
3048
4208
  all_day?: boolean;
3049
4209
  custom_fields?: WealthboxCreateEventBodyCustomFieldsItem[];
@@ -3074,12 +4234,6 @@ export type WealthboxCreateEventBodyCustomFieldsItemValueAnyOfTwo = unknown | nu
3074
4234
  */
3075
4235
  export type WealthboxCreateEventBodyCustomFieldsItemValueAnyOf = unknown | null;
3076
4236
  export type WealthboxCreateEventBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxCreateEventBodyCustomFieldsItemValueAnyOf | WealthboxCreateEventBodyCustomFieldsItemValueAnyOfTwo;
3077
- export type WealthboxCreateEventBodyCustomFieldsItem = {
3078
- /** @nullable */
3079
- id: number | null;
3080
- value?: WealthboxCreateEventBodyCustomFieldsItemValue;
3081
- [key: string]: unknown | null;
3082
- };
3083
4237
  /**
3084
4238
  * @nullable
3085
4239
  */
@@ -3698,12 +4852,6 @@ export type WealthboxCreateTaskBodyLinkedToItem = {
3698
4852
  type: string;
3699
4853
  [key: string]: unknown | null;
3700
4854
  };
3701
- export type WealthboxCreateTaskBodyCustomFieldsItem = {
3702
- /** @nullable */
3703
- id: number | null;
3704
- value?: WealthboxCreateTaskBodyCustomFieldsItemValue;
3705
- [key: string]: unknown | null;
3706
- };
3707
4855
  export type WealthboxCreateTaskBody = {
3708
4856
  /** @nullable */
3709
4857
  assigned_to?: number | null;
@@ -3734,6 +4882,12 @@ export type WealthboxCreateTaskBodyCustomFieldsItemValueAnyOfTwo = unknown | nul
3734
4882
  */
3735
4883
  export type WealthboxCreateTaskBodyCustomFieldsItemValueAnyOf = unknown | null;
3736
4884
  export type WealthboxCreateTaskBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxCreateTaskBodyCustomFieldsItemValueAnyOf | WealthboxCreateTaskBodyCustomFieldsItemValueAnyOfTwo;
4885
+ export type WealthboxCreateTaskBodyCustomFieldsItem = {
4886
+ /** @nullable */
4887
+ id: number | null;
4888
+ value?: WealthboxCreateTaskBodyCustomFieldsItemValue;
4889
+ [key: string]: unknown | null;
4890
+ };
3737
4891
  /**
3738
4892
  * @nullable
3739
4893
  */
@@ -4584,115 +5738,6 @@ export declare const WealthboxUpdateContactBodyTimeHorizon: {
4584
5738
  readonly Intermediate: "Intermediate";
4585
5739
  readonly Long_Term: "Long Term";
4586
5740
  };
4587
- export type WealthboxUpdateContactBody = {
4588
- /** @nullable */
4589
- adjusted_gross_income?: number | null;
4590
- anniversary?: string;
4591
- /** @nullable */
4592
- assets?: number | null;
4593
- /** @nullable */
4594
- assigned_to?: number | null;
4595
- /** @nullable */
4596
- assistant?: number | null;
4597
- /** @nullable */
4598
- attorney?: number | null;
4599
- background_information?: string;
4600
- birth_date?: string;
4601
- birth_place?: string;
4602
- /** @nullable */
4603
- business_manager?: number | null;
4604
- client_since?: string;
4605
- company_name?: string;
4606
- /** @nullable */
4607
- confirmed_by_tax_return?: boolean | null;
4608
- contact_roles?: WealthboxUpdateContactBodyContactRolesItem[];
4609
- contact_source?: WealthboxUpdateContactBodyContactSource;
4610
- contact_type?: WealthboxUpdateContactBodyContactType;
4611
- /** @nullable */
4612
- cpa?: number | null;
4613
- custom_fields?: WealthboxUpdateContactBodyCustomFieldsItem[];
4614
- date_of_death?: string;
4615
- /** @nullable */
4616
- doctor?: number | null;
4617
- drivers_license?: WealthboxUpdateContactBodyDriversLicense;
4618
- email_addresses?: WealthboxUpdateContactBodyEmailAddressesItem[];
4619
- /** @nullable */
4620
- estimated_taxes?: number | null;
4621
- external_unique_id?: string;
4622
- /** @nullable */
4623
- family_officer?: number | null;
4624
- first_name?: string;
4625
- gender?: WealthboxUpdateContactBodyGender;
4626
- green_card_number?: string;
4627
- /** @nullable */
4628
- gross_annual_income?: number | null;
4629
- household?: WealthboxUpdateContactBodyHousehold;
4630
- /**
4631
- * The id of the contact to be retrieved
4632
- * @nullable
4633
- */
4634
- id: number | null;
4635
- important_information?: string;
4636
- initial_crs_offering_date?: string;
4637
- /** @nullable */
4638
- insurance?: number | null;
4639
- investment_objective?: WealthboxUpdateContactBodyInvestmentObjective;
4640
- job_title?: string;
4641
- last_adv_offering_date?: string;
4642
- last_crs_offering_date?: string;
4643
- last_name?: string;
4644
- last_privacy_offering_date?: string;
4645
- /** @nullable */
4646
- liabilities?: number | null;
4647
- linkedin_url?: string;
4648
- maiden_name?: string;
4649
- marital_status?: WealthboxUpdateContactBodyMaritalStatus;
4650
- middle_name?: string;
4651
- /** @nullable */
4652
- mutual_fund_experience?: number | null;
4653
- nickname?: string;
4654
- /** @nullable */
4655
- non_liquid_assets?: number | null;
4656
- occupation?: WealthboxUpdateContactBodyOccupation;
4657
- /** @nullable */
4658
- other?: number | null;
4659
- /** @nullable */
4660
- other_investing_experience?: number | null;
4661
- /** @nullable */
4662
- partnerships_experience?: number | null;
4663
- passport_number?: string;
4664
- personal_interests?: string;
4665
- phone_numbers?: WealthboxUpdateContactBodyPhoneNumbersItem[];
4666
- prefix?: string;
4667
- /** @nullable */
4668
- referred_by?: number | null;
4669
- retirement_date?: string;
4670
- risk_tolerance?: WealthboxUpdateContactBodyRiskTolerance;
4671
- signed_fee_agreement_date?: string;
4672
- signed_fp_agreement_date?: string;
4673
- signed_ips_agreement_date?: string;
4674
- status?: WealthboxUpdateContactBodyStatus;
4675
- /** @nullable */
4676
- stocks_and_bonds_experience?: number | null;
4677
- street_addresses?: WealthboxUpdateContactBodyStreetAddressesItem[];
4678
- suffix?: string;
4679
- tags?: string[];
4680
- /** @nullable */
4681
- tax_bracket?: number | null;
4682
- /** @nullable */
4683
- tax_year?: number | null;
4684
- time_horizon?: WealthboxUpdateContactBodyTimeHorizon;
4685
- /** @nullable */
4686
- trusted_contact?: number | null;
4687
- twitter_name?: string;
4688
- type?: WealthboxUpdateContactBodyType;
4689
- /** Integration user id for Wealthbox requests. */
4690
- userId: string;
4691
- /** Visibility: Everyone, Private, or a user group id (string) for group-restricted access per Wealthbox API. */
4692
- visible_to?: string;
4693
- websites?: WealthboxUpdateContactBodyWebsitesItem[];
4694
- [key: string]: unknown | null;
4695
- };
4696
5741
  export type WealthboxUpdateContactBodyStreetAddressesItemKind = typeof WealthboxUpdateContactBodyStreetAddressesItemKind[keyof typeof WealthboxUpdateContactBodyStreetAddressesItemKind];
4697
5742
  export declare const WealthboxUpdateContactBodyStreetAddressesItemKind: {
4698
5743
  readonly Work: "Work";
@@ -4811,14 +5856,119 @@ export type WealthboxUpdateContactBodyDriversLicense = {
4811
5856
  state?: string;
4812
5857
  [key: string]: unknown | null;
4813
5858
  };
5859
+ export type WealthboxUpdateContactBody = {
5860
+ /** @nullable */
5861
+ adjusted_gross_income?: number | null;
5862
+ anniversary?: string;
5863
+ /** @nullable */
5864
+ assets?: number | null;
5865
+ /** @nullable */
5866
+ assigned_to?: number | null;
5867
+ /** @nullable */
5868
+ assistant?: number | null;
5869
+ /** @nullable */
5870
+ attorney?: number | null;
5871
+ background_information?: string;
5872
+ birth_date?: string;
5873
+ birth_place?: string;
5874
+ /** @nullable */
5875
+ business_manager?: number | null;
5876
+ client_since?: string;
5877
+ company_name?: string;
5878
+ /** @nullable */
5879
+ confirmed_by_tax_return?: boolean | null;
5880
+ contact_roles?: WealthboxUpdateContactBodyContactRolesItem[];
5881
+ contact_source?: WealthboxUpdateContactBodyContactSource;
5882
+ contact_type?: WealthboxUpdateContactBodyContactType;
5883
+ /** @nullable */
5884
+ cpa?: number | null;
5885
+ custom_fields?: WealthboxUpdateContactBodyCustomFieldsItem[];
5886
+ date_of_death?: string;
5887
+ /** @nullable */
5888
+ doctor?: number | null;
5889
+ drivers_license?: WealthboxUpdateContactBodyDriversLicense;
5890
+ email_addresses?: WealthboxUpdateContactBodyEmailAddressesItem[];
5891
+ /** @nullable */
5892
+ estimated_taxes?: number | null;
5893
+ external_unique_id?: string;
5894
+ /** @nullable */
5895
+ family_officer?: number | null;
5896
+ first_name?: string;
5897
+ gender?: WealthboxUpdateContactBodyGender;
5898
+ green_card_number?: string;
5899
+ /** @nullable */
5900
+ gross_annual_income?: number | null;
5901
+ household?: WealthboxUpdateContactBodyHousehold;
5902
+ /**
5903
+ * The id of the contact to be retrieved
5904
+ * @nullable
5905
+ */
5906
+ id: number | null;
5907
+ important_information?: string;
5908
+ initial_crs_offering_date?: string;
5909
+ /** @nullable */
5910
+ insurance?: number | null;
5911
+ investment_objective?: WealthboxUpdateContactBodyInvestmentObjective;
5912
+ job_title?: string;
5913
+ last_adv_offering_date?: string;
5914
+ last_crs_offering_date?: string;
5915
+ last_name?: string;
5916
+ last_privacy_offering_date?: string;
5917
+ /** @nullable */
5918
+ liabilities?: number | null;
5919
+ linkedin_url?: string;
5920
+ maiden_name?: string;
5921
+ marital_status?: WealthboxUpdateContactBodyMaritalStatus;
5922
+ middle_name?: string;
5923
+ /** @nullable */
5924
+ mutual_fund_experience?: number | null;
5925
+ nickname?: string;
5926
+ /** @nullable */
5927
+ non_liquid_assets?: number | null;
5928
+ occupation?: WealthboxUpdateContactBodyOccupation;
5929
+ /** @nullable */
5930
+ other?: number | null;
5931
+ /** @nullable */
5932
+ other_investing_experience?: number | null;
5933
+ /** @nullable */
5934
+ partnerships_experience?: number | null;
5935
+ passport_number?: string;
5936
+ personal_interests?: string;
5937
+ phone_numbers?: WealthboxUpdateContactBodyPhoneNumbersItem[];
5938
+ prefix?: string;
5939
+ /** @nullable */
5940
+ referred_by?: number | null;
5941
+ retirement_date?: string;
5942
+ risk_tolerance?: WealthboxUpdateContactBodyRiskTolerance;
5943
+ signed_fee_agreement_date?: string;
5944
+ signed_fp_agreement_date?: string;
5945
+ signed_ips_agreement_date?: string;
5946
+ status?: WealthboxUpdateContactBodyStatus;
5947
+ /** @nullable */
5948
+ stocks_and_bonds_experience?: number | null;
5949
+ street_addresses?: WealthboxUpdateContactBodyStreetAddressesItem[];
5950
+ suffix?: string;
5951
+ tags?: string[];
5952
+ /** @nullable */
5953
+ tax_bracket?: number | null;
5954
+ /** @nullable */
5955
+ tax_year?: number | null;
5956
+ time_horizon?: WealthboxUpdateContactBodyTimeHorizon;
5957
+ /** @nullable */
5958
+ trusted_contact?: number | null;
5959
+ twitter_name?: string;
5960
+ type?: WealthboxUpdateContactBodyType;
5961
+ /** Integration user id for Wealthbox requests. */
5962
+ userId: string;
5963
+ /** Visibility: Everyone, Private, or a user group id (string) for group-restricted access per Wealthbox API. */
5964
+ visible_to?: string;
5965
+ websites?: WealthboxUpdateContactBodyWebsitesItem[];
5966
+ [key: string]: unknown | null;
5967
+ };
4814
5968
  /**
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";
@@ -5354,15 +6508,6 @@ export declare const WealthboxCreateContactBodyTimeHorizon: {
5354
6508
  readonly Intermediate: "Intermediate";
5355
6509
  readonly Long_Term: "Long Term";
5356
6510
  };
5357
- export type WealthboxCreateContactBodyStreetAddressesItemKind = typeof WealthboxCreateContactBodyStreetAddressesItemKind[keyof typeof WealthboxCreateContactBodyStreetAddressesItemKind];
5358
- export declare const WealthboxCreateContactBodyStreetAddressesItemKind: {
5359
- readonly Work: "Work";
5360
- readonly Home: "Home";
5361
- readonly Mobile: "Mobile";
5362
- readonly Vacation: "Vacation";
5363
- readonly Fax: "Fax";
5364
- readonly Other: "Other";
5365
- };
5366
6511
  export type WealthboxCreateContactBodyStreetAddressesItem = {
5367
6512
  city?: string;
5368
6513
  country?: string;
@@ -5375,141 +6520,6 @@ export type WealthboxCreateContactBodyStreetAddressesItem = {
5375
6520
  zip_code?: string;
5376
6521
  [key: string]: unknown | null;
5377
6522
  };
5378
- export type WealthboxCreateContactBodyStatus = typeof WealthboxCreateContactBodyStatus[keyof typeof WealthboxCreateContactBodyStatus];
5379
- export declare const WealthboxCreateContactBodyStatus: {
5380
- readonly Active: "Active";
5381
- readonly Inactive: "Inactive";
5382
- };
5383
- export type WealthboxCreateContactBodyRiskTolerance = typeof WealthboxCreateContactBodyRiskTolerance[keyof typeof WealthboxCreateContactBodyRiskTolerance];
5384
- export declare const WealthboxCreateContactBodyRiskTolerance: {
5385
- readonly Low: "Low";
5386
- readonly Moderate: "Moderate";
5387
- readonly High_Risk: "High Risk";
5388
- };
5389
- export type WealthboxCreateContactBodyPhoneNumbersItemKind = typeof WealthboxCreateContactBodyPhoneNumbersItemKind[keyof typeof WealthboxCreateContactBodyPhoneNumbersItemKind];
5390
- export declare const WealthboxCreateContactBodyPhoneNumbersItemKind: {
5391
- readonly Work: "Work";
5392
- readonly Home: "Home";
5393
- readonly Mobile: "Mobile";
5394
- readonly Vacation: "Vacation";
5395
- readonly Fax: "Fax";
5396
- readonly Other: "Other";
5397
- };
5398
- export type WealthboxCreateContactBodyPhoneNumbersItem = {
5399
- address: string;
5400
- destroy?: boolean;
5401
- extension?: string;
5402
- kind?: WealthboxCreateContactBodyPhoneNumbersItemKind;
5403
- principal?: boolean;
5404
- [key: string]: unknown | null;
5405
- };
5406
- export type WealthboxCreateContactBodyOccupation = {
5407
- name?: string;
5408
- start_date?: string;
5409
- [key: string]: unknown | null;
5410
- };
5411
- export type WealthboxCreateContactBodyMaritalStatus = typeof WealthboxCreateContactBodyMaritalStatus[keyof typeof WealthboxCreateContactBodyMaritalStatus];
5412
- export declare const WealthboxCreateContactBodyMaritalStatus: {
5413
- readonly Married: "Married";
5414
- readonly Single: "Single";
5415
- readonly Divorced: "Divorced";
5416
- readonly Widowed: "Widowed";
5417
- readonly Life_Partner: "Life Partner";
5418
- readonly Separated: "Separated";
5419
- readonly Unknown: "Unknown";
5420
- };
5421
- export type WealthboxCreateContactBodyInvestmentObjective = typeof WealthboxCreateContactBodyInvestmentObjective[keyof typeof WealthboxCreateContactBodyInvestmentObjective];
5422
- export declare const WealthboxCreateContactBodyInvestmentObjective: {
5423
- readonly Aggressive_Growth: "Aggressive Growth";
5424
- readonly Growth: "Growth";
5425
- readonly Income: "Income";
5426
- readonly Safety_of_Principal: "Safety of Principal";
5427
- };
5428
- export type WealthboxCreateContactBodyHouseholdTitle = typeof WealthboxCreateContactBodyHouseholdTitle[keyof typeof WealthboxCreateContactBodyHouseholdTitle];
5429
- export declare const WealthboxCreateContactBodyHouseholdTitle: {
5430
- readonly Head: "Head";
5431
- readonly Spouse: "Spouse";
5432
- readonly Partner: "Partner";
5433
- readonly Child: "Child";
5434
- readonly Grandchild: "Grandchild";
5435
- readonly Parent: "Parent";
5436
- readonly Grandparent: "Grandparent";
5437
- readonly Sibling: "Sibling";
5438
- readonly Other_Dependent: "Other Dependent";
5439
- };
5440
- export type WealthboxCreateContactBodyHousehold = {
5441
- name?: string;
5442
- title?: WealthboxCreateContactBodyHouseholdTitle;
5443
- [key: string]: unknown | null;
5444
- };
5445
- export type WealthboxCreateContactBodyGender = typeof WealthboxCreateContactBodyGender[keyof typeof WealthboxCreateContactBodyGender];
5446
- export declare const WealthboxCreateContactBodyGender: {
5447
- readonly Female: "Female";
5448
- readonly Male: "Male";
5449
- readonly 'Non-binary': "Non-binary";
5450
- readonly Unknown: "Unknown";
5451
- };
5452
- export type WealthboxCreateContactBodyEmailAddressesItemKind = typeof WealthboxCreateContactBodyEmailAddressesItemKind[keyof typeof WealthboxCreateContactBodyEmailAddressesItemKind];
5453
- export declare const WealthboxCreateContactBodyEmailAddressesItemKind: {
5454
- readonly Work: "Work";
5455
- readonly Home: "Home";
5456
- readonly Mobile: "Mobile";
5457
- readonly Vacation: "Vacation";
5458
- readonly Fax: "Fax";
5459
- readonly Other: "Other";
5460
- };
5461
- export type WealthboxCreateContactBodyEmailAddressesItem = {
5462
- address: string;
5463
- destroy?: boolean;
5464
- kind?: WealthboxCreateContactBodyEmailAddressesItemKind;
5465
- principal?: boolean;
5466
- [key: string]: unknown | null;
5467
- };
5468
- export type WealthboxCreateContactBodyDriversLicense = {
5469
- expires_date?: string;
5470
- issued_date?: string;
5471
- number?: string;
5472
- state?: string;
5473
- [key: string]: unknown | null;
5474
- };
5475
- /**
5476
- * @nullable
5477
- */
5478
- export type WealthboxCreateContactBodyCustomFieldsItemValueAnyOfTwo = unknown | null;
5479
- /**
5480
- * @nullable
5481
- */
5482
- export type WealthboxCreateContactBodyCustomFieldsItemValueAnyOf = unknown | null;
5483
- export type WealthboxCreateContactBodyCustomFieldsItemValue = string | number | boolean | WealthboxCreateContactBodyCustomFieldsItemValueAnyOf | WealthboxCreateContactBodyCustomFieldsItemValueAnyOfTwo;
5484
- export type WealthboxCreateContactBodyCustomFieldsItem = {
5485
- /** @nullable */
5486
- id?: number | null;
5487
- value?: WealthboxCreateContactBodyCustomFieldsItemValue;
5488
- [key: string]: unknown | null;
5489
- };
5490
- export type WealthboxCreateContactBodyContactType = typeof WealthboxCreateContactBodyContactType[keyof typeof WealthboxCreateContactBodyContactType];
5491
- export declare const WealthboxCreateContactBodyContactType: {
5492
- readonly Client: "Client";
5493
- readonly Past_Client: "Past Client";
5494
- readonly Prospect: "Prospect";
5495
- readonly Vendor: "Vendor";
5496
- readonly Organization: "Organization";
5497
- };
5498
- export type WealthboxCreateContactBodyContactSource = typeof WealthboxCreateContactBodyContactSource[keyof typeof WealthboxCreateContactBodyContactSource];
5499
- export declare const WealthboxCreateContactBodyContactSource: {
5500
- readonly Referral: "Referral";
5501
- readonly Conference: "Conference";
5502
- readonly Direct_Mail: "Direct Mail";
5503
- readonly Cold_Call: "Cold Call";
5504
- readonly Other: "Other";
5505
- };
5506
- export type WealthboxCreateContactBodyContactRolesItem = {
5507
- /** @nullable */
5508
- id: number | null;
5509
- /** @nullable */
5510
- value: number | null;
5511
- [key: string]: unknown | null;
5512
- };
5513
6523
  export type WealthboxCreateContactBody = {
5514
6524
  /** @nullable */
5515
6525
  adjusted_gross_income?: number | null;
@@ -5599,19 +6609,163 @@ export type WealthboxCreateContactBody = {
5599
6609
  suffix?: string;
5600
6610
  tags?: string[];
5601
6611
  /** @nullable */
5602
- tax_bracket?: number | null;
6612
+ tax_bracket?: number | null;
6613
+ /** @nullable */
6614
+ tax_year?: number | null;
6615
+ time_horizon?: WealthboxCreateContactBodyTimeHorizon;
6616
+ /** @nullable */
6617
+ trusted_contact?: number | null;
6618
+ twitter_name?: string;
6619
+ type?: WealthboxCreateContactBodyType;
6620
+ /** Integration user id for Wealthbox requests. */
6621
+ userId: string;
6622
+ /** Visibility: Everyone, Private, or a user group id (string) for group-restricted access per Wealthbox API. */
6623
+ visible_to?: string;
6624
+ websites?: WealthboxCreateContactBodyWebsitesItem[];
6625
+ [key: string]: unknown | null;
6626
+ };
6627
+ export type WealthboxCreateContactBodyStreetAddressesItemKind = typeof WealthboxCreateContactBodyStreetAddressesItemKind[keyof typeof WealthboxCreateContactBodyStreetAddressesItemKind];
6628
+ export declare const WealthboxCreateContactBodyStreetAddressesItemKind: {
6629
+ readonly Work: "Work";
6630
+ readonly Home: "Home";
6631
+ readonly Mobile: "Mobile";
6632
+ readonly Vacation: "Vacation";
6633
+ readonly Fax: "Fax";
6634
+ readonly Other: "Other";
6635
+ };
6636
+ export type WealthboxCreateContactBodyStatus = typeof WealthboxCreateContactBodyStatus[keyof typeof WealthboxCreateContactBodyStatus];
6637
+ export declare const WealthboxCreateContactBodyStatus: {
6638
+ readonly Active: "Active";
6639
+ readonly Inactive: "Inactive";
6640
+ };
6641
+ export type WealthboxCreateContactBodyRiskTolerance = typeof WealthboxCreateContactBodyRiskTolerance[keyof typeof WealthboxCreateContactBodyRiskTolerance];
6642
+ export declare const WealthboxCreateContactBodyRiskTolerance: {
6643
+ readonly Low: "Low";
6644
+ readonly Moderate: "Moderate";
6645
+ readonly High_Risk: "High Risk";
6646
+ };
6647
+ export type WealthboxCreateContactBodyPhoneNumbersItemKind = typeof WealthboxCreateContactBodyPhoneNumbersItemKind[keyof typeof WealthboxCreateContactBodyPhoneNumbersItemKind];
6648
+ export declare const WealthboxCreateContactBodyPhoneNumbersItemKind: {
6649
+ readonly Work: "Work";
6650
+ readonly Home: "Home";
6651
+ readonly Mobile: "Mobile";
6652
+ readonly Vacation: "Vacation";
6653
+ readonly Fax: "Fax";
6654
+ readonly Other: "Other";
6655
+ };
6656
+ export type WealthboxCreateContactBodyPhoneNumbersItem = {
6657
+ address: string;
6658
+ destroy?: boolean;
6659
+ extension?: string;
6660
+ kind?: WealthboxCreateContactBodyPhoneNumbersItemKind;
6661
+ principal?: boolean;
6662
+ [key: string]: unknown | null;
6663
+ };
6664
+ export type WealthboxCreateContactBodyOccupation = {
6665
+ name?: string;
6666
+ start_date?: string;
6667
+ [key: string]: unknown | null;
6668
+ };
6669
+ export type WealthboxCreateContactBodyMaritalStatus = typeof WealthboxCreateContactBodyMaritalStatus[keyof typeof WealthboxCreateContactBodyMaritalStatus];
6670
+ export declare const WealthboxCreateContactBodyMaritalStatus: {
6671
+ readonly Married: "Married";
6672
+ readonly Single: "Single";
6673
+ readonly Divorced: "Divorced";
6674
+ readonly Widowed: "Widowed";
6675
+ readonly Life_Partner: "Life Partner";
6676
+ readonly Separated: "Separated";
6677
+ readonly Unknown: "Unknown";
6678
+ };
6679
+ export type WealthboxCreateContactBodyInvestmentObjective = typeof WealthboxCreateContactBodyInvestmentObjective[keyof typeof WealthboxCreateContactBodyInvestmentObjective];
6680
+ export declare const WealthboxCreateContactBodyInvestmentObjective: {
6681
+ readonly Aggressive_Growth: "Aggressive Growth";
6682
+ readonly Growth: "Growth";
6683
+ readonly Income: "Income";
6684
+ readonly Safety_of_Principal: "Safety of Principal";
6685
+ };
6686
+ export type WealthboxCreateContactBodyHouseholdTitle = typeof WealthboxCreateContactBodyHouseholdTitle[keyof typeof WealthboxCreateContactBodyHouseholdTitle];
6687
+ export declare const WealthboxCreateContactBodyHouseholdTitle: {
6688
+ readonly Head: "Head";
6689
+ readonly Spouse: "Spouse";
6690
+ readonly Partner: "Partner";
6691
+ readonly Child: "Child";
6692
+ readonly Grandchild: "Grandchild";
6693
+ readonly Parent: "Parent";
6694
+ readonly Grandparent: "Grandparent";
6695
+ readonly Sibling: "Sibling";
6696
+ readonly Other_Dependent: "Other Dependent";
6697
+ };
6698
+ export type WealthboxCreateContactBodyHousehold = {
6699
+ name?: string;
6700
+ title?: WealthboxCreateContactBodyHouseholdTitle;
6701
+ [key: string]: unknown | null;
6702
+ };
6703
+ export type WealthboxCreateContactBodyGender = typeof WealthboxCreateContactBodyGender[keyof typeof WealthboxCreateContactBodyGender];
6704
+ export declare const WealthboxCreateContactBodyGender: {
6705
+ readonly Female: "Female";
6706
+ readonly Male: "Male";
6707
+ readonly 'Non-binary': "Non-binary";
6708
+ readonly Unknown: "Unknown";
6709
+ };
6710
+ export type WealthboxCreateContactBodyEmailAddressesItemKind = typeof WealthboxCreateContactBodyEmailAddressesItemKind[keyof typeof WealthboxCreateContactBodyEmailAddressesItemKind];
6711
+ export declare const WealthboxCreateContactBodyEmailAddressesItemKind: {
6712
+ readonly Work: "Work";
6713
+ readonly Home: "Home";
6714
+ readonly Mobile: "Mobile";
6715
+ readonly Vacation: "Vacation";
6716
+ readonly Fax: "Fax";
6717
+ readonly Other: "Other";
6718
+ };
6719
+ export type WealthboxCreateContactBodyEmailAddressesItem = {
6720
+ address: string;
6721
+ destroy?: boolean;
6722
+ kind?: WealthboxCreateContactBodyEmailAddressesItemKind;
6723
+ principal?: boolean;
6724
+ [key: string]: unknown | null;
6725
+ };
6726
+ export type WealthboxCreateContactBodyDriversLicense = {
6727
+ expires_date?: string;
6728
+ issued_date?: string;
6729
+ number?: string;
6730
+ state?: string;
6731
+ [key: string]: unknown | null;
6732
+ };
6733
+ /**
6734
+ * @nullable
6735
+ */
6736
+ export type WealthboxCreateContactBodyCustomFieldsItemValueAnyOfTwo = unknown | null;
6737
+ /**
6738
+ * @nullable
6739
+ */
6740
+ export type WealthboxCreateContactBodyCustomFieldsItemValueAnyOf = unknown | null;
6741
+ export type WealthboxCreateContactBodyCustomFieldsItemValue = string | number | boolean | WealthboxCreateContactBodyCustomFieldsItemValueAnyOf | WealthboxCreateContactBodyCustomFieldsItemValueAnyOfTwo;
6742
+ export type WealthboxCreateContactBodyCustomFieldsItem = {
6743
+ /** @nullable */
6744
+ id?: number | null;
6745
+ value?: WealthboxCreateContactBodyCustomFieldsItemValue;
6746
+ [key: string]: unknown | null;
6747
+ };
6748
+ export type WealthboxCreateContactBodyContactType = typeof WealthboxCreateContactBodyContactType[keyof typeof WealthboxCreateContactBodyContactType];
6749
+ export declare const WealthboxCreateContactBodyContactType: {
6750
+ readonly Client: "Client";
6751
+ readonly Past_Client: "Past Client";
6752
+ readonly Prospect: "Prospect";
6753
+ readonly Vendor: "Vendor";
6754
+ readonly Organization: "Organization";
6755
+ };
6756
+ export type WealthboxCreateContactBodyContactSource = typeof WealthboxCreateContactBodyContactSource[keyof typeof WealthboxCreateContactBodyContactSource];
6757
+ export declare const WealthboxCreateContactBodyContactSource: {
6758
+ readonly Referral: "Referral";
6759
+ readonly Conference: "Conference";
6760
+ readonly Direct_Mail: "Direct Mail";
6761
+ readonly Cold_Call: "Cold Call";
6762
+ readonly Other: "Other";
6763
+ };
6764
+ export type WealthboxCreateContactBodyContactRolesItem = {
5603
6765
  /** @nullable */
5604
- tax_year?: number | null;
5605
- time_horizon?: WealthboxCreateContactBodyTimeHorizon;
6766
+ id: number | null;
5606
6767
  /** @nullable */
5607
- trusted_contact?: number | null;
5608
- twitter_name?: string;
5609
- type?: WealthboxCreateContactBodyType;
5610
- /** Integration user id for Wealthbox requests. */
5611
- userId: string;
5612
- /** Visibility: Everyone, Private, or a user group id (string) for group-restricted access per Wealthbox API. */
5613
- visible_to?: string;
5614
- websites?: WealthboxCreateContactBodyWebsitesItem[];
6768
+ value: number | null;
5615
6769
  [key: string]: unknown | null;
5616
6770
  };
5617
6771
  export type WealthboxGetContact200WebsitesItem = {
@@ -8191,7 +9345,16 @@ export type RedtailUpdateContactAccount200AnyOfNine = {
8191
9345
  success?: boolean;
8192
9346
  [key: string]: unknown | null;
8193
9347
  };
9348
+ export type RedtailUpdateContactAccount200AnyOf = {
9349
+ account: RedtailUpdateContactAccount200AnyOfAccount;
9350
+ [key: string]: unknown | null;
9351
+ };
8194
9352
  export type RedtailUpdateContactAccount200 = RedtailUpdateContactAccount200AnyOf | RedtailUpdateContactAccount200AnyOfNine;
9353
+ /**
9354
+ * @nullable
9355
+ */
9356
+ export type RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItemStatusAnyOf = unknown | null;
9357
+ export type RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItemStatus = string | number | RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItemStatusAnyOf;
8195
9358
  export type RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItem = {
8196
9359
  /** @nullable */
8197
9360
  account_type?: string | null;
@@ -8220,16 +9383,6 @@ export type RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItem = {
8220
9383
  updated_at?: string | null;
8221
9384
  [key: string]: unknown | null;
8222
9385
  };
8223
- export type RedtailUpdateContactAccount200AnyOfAccount = RedtailUpdateContactAccount200AnyOfAccountAnyOf | RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItem[];
8224
- export type RedtailUpdateContactAccount200AnyOf = {
8225
- account: RedtailUpdateContactAccount200AnyOfAccount;
8226
- [key: string]: unknown | null;
8227
- };
8228
- /**
8229
- * @nullable
8230
- */
8231
- export type RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItemStatusAnyOf = unknown | null;
8232
- export type RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItemStatus = string | number | RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItemStatusAnyOf;
8233
9386
  /**
8234
9387
  * @nullable
8235
9388
  */
@@ -8263,6 +9416,7 @@ export type RedtailUpdateContactAccount200AnyOfAccountAnyOf = {
8263
9416
  updated_at?: string | null;
8264
9417
  [key: string]: unknown | null;
8265
9418
  };
9419
+ export type RedtailUpdateContactAccount200AnyOfAccount = RedtailUpdateContactAccount200AnyOfAccountAnyOf | RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItem[];
8266
9420
  export type RedtailUpdateContactAccountBody = {
8267
9421
  /**
8268
9422
  * Account type id. Required by Redtail.
@@ -8295,6 +9449,7 @@ export type RedtailCreateContactAccount200AnyOfNine = {
8295
9449
  success?: boolean;
8296
9450
  [key: string]: unknown | null;
8297
9451
  };
9452
+ export type RedtailCreateContactAccount200AnyOfAccount = RedtailCreateContactAccount200AnyOfAccountAnyOf | RedtailCreateContactAccount200AnyOfAccountAnyOfFourItem[];
8298
9453
  export type RedtailCreateContactAccount200AnyOf = {
8299
9454
  account: RedtailCreateContactAccount200AnyOfAccount;
8300
9455
  [key: string]: unknown | null;
@@ -8333,7 +9488,6 @@ export type RedtailCreateContactAccount200AnyOfAccountAnyOfFourItem = {
8333
9488
  updated_at?: string | null;
8334
9489
  [key: string]: unknown | null;
8335
9490
  };
8336
- export type RedtailCreateContactAccount200AnyOfAccount = RedtailCreateContactAccount200AnyOfAccountAnyOf | RedtailCreateContactAccount200AnyOfAccountAnyOfFourItem[];
8337
9491
  /**
8338
9492
  * @nullable
8339
9493
  */
@@ -8385,7 +9539,6 @@ export type RedtailCreateContactAccountBody = {
8385
9539
  userId: string;
8386
9540
  [key: string]: unknown | null;
8387
9541
  };
8388
- export type RedtailGetContactAccount200Account = RedtailGetContactAccount200AccountAnyOf | RedtailGetContactAccount200AccountAnyOfFourItem[];
8389
9542
  export type RedtailGetContactAccount200 = {
8390
9543
  account: RedtailGetContactAccount200Account;
8391
9544
  [key: string]: unknown | null;
@@ -8456,6 +9609,7 @@ export type RedtailGetContactAccount200AccountAnyOf = {
8456
9609
  updated_at?: string | null;
8457
9610
  [key: string]: unknown | null;
8458
9611
  };
9612
+ export type RedtailGetContactAccount200Account = RedtailGetContactAccount200AccountAnyOf | RedtailGetContactAccount200AccountAnyOfFourItem[];
8459
9613
  /**
8460
9614
  * Get or delete a contact account: contact id, account id, and integration user (required by hub handlers).
8461
9615
  */
@@ -8592,6 +9746,7 @@ export type RedtailGetContactNote200AnyOfThree = {
8592
9746
  notes: RedtailGetContactNote200AnyOfThreeNotes;
8593
9747
  [key: string]: unknown | null;
8594
9748
  };
9749
+ export type RedtailGetContactNote200 = RedtailGetContactNote200AnyOf | RedtailGetContactNote200AnyOfThree;
8595
9750
  export type RedtailGetContactNote200AnyOfNote = {
8596
9751
  /** @nullable */
8597
9752
  added_by?: number | null;
@@ -8622,7 +9777,6 @@ export type RedtailGetContactNote200AnyOf = {
8622
9777
  note: RedtailGetContactNote200AnyOfNote;
8623
9778
  [key: string]: unknown | null;
8624
9779
  };
8625
- export type RedtailGetContactNote200 = RedtailGetContactNote200AnyOf | RedtailGetContactNote200AnyOfThree;
8626
9780
  /**
8627
9781
  * Get or delete a contact note: contact id, note id, and integration user (required by hub handlers).
8628
9782
  */
@@ -9524,6 +10678,10 @@ export type RedtailCreateContact200AnyOfNine = {
9524
10678
  success?: boolean;
9525
10679
  [key: string]: unknown | null;
9526
10680
  };
10681
+ export type RedtailCreateContact200AnyOf = {
10682
+ contact?: RedtailCreateContact200AnyOfContact;
10683
+ [key: string]: unknown | null;
10684
+ };
9527
10685
  export type RedtailCreateContact200 = RedtailCreateContact200AnyOf | RedtailCreateContact200AnyOfNine;
9528
10686
  export type RedtailCreateContact200AnyOfContactUrlsItem = {
9529
10687
  [key: string]: unknown | null;
@@ -9663,10 +10821,6 @@ export type RedtailCreateContact200AnyOfContact = {
9663
10821
  writing_advisor_id?: number | null;
9664
10822
  [key: string]: unknown | null;
9665
10823
  };
9666
- export type RedtailCreateContact200AnyOf = {
9667
- contact?: RedtailCreateContact200AnyOfContact;
9668
- [key: string]: unknown | null;
9669
- };
9670
10824
  /**
9671
10825
  * Contact type. Required by Redtail.
9672
10826
  */
@@ -10006,6 +11160,7 @@ export type RedtailCreateActivityNote200AnyOfFive = {
10006
11160
  success?: boolean;
10007
11161
  [key: string]: unknown | null;
10008
11162
  };
11163
+ export type RedtailCreateActivityNote200 = RedtailCreateActivityNote200AnyOf | RedtailCreateActivityNote200AnyOfThree | RedtailCreateActivityNote200AnyOfFive;
10009
11164
  export type RedtailCreateActivityNote200AnyOfThreeActivityNote = {
10010
11165
  /** @nullable */
10011
11166
  added_by?: number | null;
@@ -10066,7 +11221,6 @@ export type RedtailCreateActivityNote200AnyOf = {
10066
11221
  note: RedtailCreateActivityNote200AnyOfNote;
10067
11222
  [key: string]: unknown | null;
10068
11223
  };
10069
- export type RedtailCreateActivityNote200 = RedtailCreateActivityNote200AnyOf | RedtailCreateActivityNote200AnyOfThree | RedtailCreateActivityNote200AnyOfFive;
10070
11224
  /**
10071
11225
  * Create a note on an activity. Hub strips `userId` and `activityId` before calling Redtail.
10072
11226
  */
@@ -10588,13 +11742,6 @@ export type RedtailGetAccountOwners200Meta = {
10588
11742
  total_records?: number;
10589
11743
  [key: string]: unknown | null;
10590
11744
  };
10591
- export type RedtailGetAccountOwners200 = {
10592
- account_owners?: RedtailGetAccountOwners200AccountOwnersItem[];
10593
- accounts?: RedtailGetAccountOwners200AccountsItem[];
10594
- meta?: RedtailGetAccountOwners200Meta;
10595
- owners?: RedtailGetAccountOwners200OwnersItem[];
10596
- [key: string]: unknown | null;
10597
- };
10598
11745
  /**
10599
11746
  * @nullable
10600
11747
  */
@@ -10631,6 +11778,13 @@ export type RedtailGetAccountOwners200AccountsItem = {
10631
11778
  export type RedtailGetAccountOwners200AccountOwnersItem = {
10632
11779
  [key: string]: unknown | null;
10633
11780
  };
11781
+ export type RedtailGetAccountOwners200 = {
11782
+ account_owners?: RedtailGetAccountOwners200AccountOwnersItem[];
11783
+ accounts?: RedtailGetAccountOwners200AccountsItem[];
11784
+ meta?: RedtailGetAccountOwners200Meta;
11785
+ owners?: RedtailGetAccountOwners200OwnersItem[];
11786
+ [key: string]: unknown | null;
11787
+ };
10634
11788
  export type RedtailGetAccountOwnersBody = {
10635
11789
  /**
10636
11790
  * Redtail account identifier
@@ -10646,11 +11800,6 @@ export type RedtailGetContactAccounts200Meta = {
10646
11800
  total_records?: number;
10647
11801
  [key: string]: unknown | null;
10648
11802
  };
10649
- export type RedtailGetContactAccounts200 = {
10650
- accounts?: RedtailGetContactAccounts200AccountsItem[];
10651
- meta?: RedtailGetContactAccounts200Meta;
10652
- [key: string]: unknown | null;
10653
- };
10654
11803
  /**
10655
11804
  * @nullable
10656
11805
  */
@@ -10684,6 +11833,11 @@ export type RedtailGetContactAccounts200AccountsItem = {
10684
11833
  updated_at?: string | null;
10685
11834
  [key: string]: unknown | null;
10686
11835
  };
11836
+ export type RedtailGetContactAccounts200 = {
11837
+ accounts?: RedtailGetContactAccounts200AccountsItem[];
11838
+ meta?: RedtailGetContactAccounts200Meta;
11839
+ [key: string]: unknown | null;
11840
+ };
10687
11841
  export type RedtailGetContactAccountsBody = {
10688
11842
  /**
10689
11843
  * Redtail contact identifier
@@ -10751,56 +11905,12 @@ export type RedtailGetContactPersonalProfileBody = {
10751
11905
  userId: string;
10752
11906
  [key: string]: unknown | null;
10753
11907
  };
10754
- export type RedtailUpdateContact200 = {
10755
- contact?: RedtailUpdateContact200Contact;
10756
- [key: string]: unknown | null;
10757
- };
10758
11908
  export type RedtailUpdateContact200ContactUrlsItem = {
10759
11909
  [key: string]: unknown | null;
10760
11910
  };
10761
11911
  export type RedtailUpdateContact200ContactPhonesItem = {
10762
11912
  [key: string]: unknown | null;
10763
11913
  };
10764
- export type RedtailUpdateContact200ContactFamilyMembersItem = {
10765
- contact_id?: number;
10766
- /** @nullable */
10767
- created_at?: string | null;
10768
- /** @nullable */
10769
- deleted?: boolean | null;
10770
- family_id?: number;
10771
- /** @nullable */
10772
- hoh?: boolean | null;
10773
- id?: number;
10774
- /** @nullable */
10775
- relationship?: number | null;
10776
- /** @nullable */
10777
- relationship_name?: string | null;
10778
- /** @nullable */
10779
- updated_at?: string | null;
10780
- [key: string]: unknown | null;
10781
- };
10782
- /**
10783
- * @nullable
10784
- */
10785
- export type RedtailUpdateContact200ContactFamily = {
10786
- /** @nullable */
10787
- created_at?: string | null;
10788
- /** @nullable */
10789
- deleted?: boolean | null;
10790
- id?: number;
10791
- members?: RedtailUpdateContact200ContactFamilyMembersItem[];
10792
- /** @nullable */
10793
- name?: string | null;
10794
- /** @nullable */
10795
- updated_at?: string | null;
10796
- [key: string]: unknown | null;
10797
- } | null;
10798
- export type RedtailUpdateContact200ContactEmailsItem = {
10799
- [key: string]: unknown | null;
10800
- };
10801
- export type RedtailUpdateContact200ContactAddressesItem = {
10802
- [key: string]: unknown | null;
10803
- };
10804
11914
  export type RedtailUpdateContact200Contact = {
10805
11915
  /** @nullable */
10806
11916
  added_by?: number | null;
@@ -10893,6 +12003,50 @@ export type RedtailUpdateContact200Contact = {
10893
12003
  writing_advisor_id?: number | null;
10894
12004
  [key: string]: unknown | null;
10895
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
+ };
10896
12050
  /**
10897
12051
  * Contact type. Required by Redtail.
10898
12052
  */
@@ -10964,6 +12118,11 @@ export type RedtailGetContacts200Meta = {
10964
12118
  total_records?: number;
10965
12119
  [key: string]: unknown | null;
10966
12120
  };
12121
+ export type RedtailGetContacts200 = {
12122
+ contacts?: RedtailGetContacts200ContactsItem[];
12123
+ meta?: RedtailGetContacts200Meta;
12124
+ [key: string]: unknown | null;
12125
+ };
10967
12126
  export type RedtailGetContacts200ContactsItemUrlsItem = {
10968
12127
  [key: string]: unknown | null;
10969
12128
  };
@@ -11102,11 +12261,6 @@ export type RedtailGetContacts200ContactsItem = {
11102
12261
  writing_advisor_id?: number | null;
11103
12262
  [key: string]: unknown | null;
11104
12263
  };
11105
- export type RedtailGetContacts200 = {
11106
- contacts?: RedtailGetContacts200ContactsItem[];
11107
- meta?: RedtailGetContacts200Meta;
11108
- [key: string]: unknown | null;
11109
- };
11110
12264
  export type RedtailGetContactsBody = {
11111
12265
  /**
11112
12266
  * Whether to include family member data for the families endpoint
@@ -14489,10 +15643,6 @@ export type GmailCreateLabelBody = {
14489
15643
  /** Integration user id returned by the Gmail OAuth flow. */
14490
15644
  userId: string;
14491
15645
  };
14492
- export type GmailListLabels200 = {
14493
- labels?: GmailListLabels200LabelsItem[];
14494
- [key: string]: unknown | null;
14495
- };
14496
15646
  export type GmailListLabels200LabelsItemColor = {
14497
15647
  backgroundColor?: string;
14498
15648
  textColor?: string;
@@ -14510,6 +15660,10 @@ export type GmailListLabels200LabelsItem = {
14510
15660
  type?: string;
14511
15661
  [key: string]: unknown | null;
14512
15662
  };
15663
+ export type GmailListLabels200 = {
15664
+ labels?: GmailListLabels200LabelsItem[];
15665
+ [key: string]: unknown | null;
15666
+ };
14513
15667
  export type GmailListLabelsBody = {
14514
15668
  /** Integration user id returned by the Gmail OAuth flow. */
14515
15669
  userId: string;
@@ -17309,23 +18463,6 @@ export type AnthropicCreateStreamBodyOptions = {
17309
18463
  */
17310
18464
  topP?: number;
17311
18465
  };
17312
- export type AnthropicCreateStreamBody = {
17313
- /**
17314
- * Array of chat messages
17315
- * @minItems 1
17316
- */
17317
- messages: AnthropicCreateStreamBodyMessagesItem[];
17318
- /** Specific model to use (defaults to resolved Anthropic model) */
17319
- model?: string;
17320
- options?: AnthropicCreateStreamBodyOptions;
17321
- /**
17322
- * Schema for structured output
17323
- * @nullable
17324
- */
17325
- outputSchema?: AnthropicCreateStreamBodyOutputSchema;
17326
- /** Required when the Anthropic integration config type is PerUser. */
17327
- userId?: string;
17328
- };
17329
18466
  /**
17330
18467
  * Role of the message sender
17331
18468
  */
@@ -17355,6 +18492,23 @@ export type AnthropicCreateStreamBodyMessagesItem = {
17355
18492
  /** Role of the message sender */
17356
18493
  role: AnthropicCreateStreamBodyMessagesItemRole;
17357
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
+ };
17358
18512
  /**
17359
18513
  * Structured output if schema provided
17360
18514
  * @nullable
@@ -19101,6 +20255,80 @@ export declare const getIntegrationsAPI: () => {
19101
20255
  hubspotListWorkflows: (hubspotListWorkflowsBody: HubspotListWorkflowsBody) => Promise<HubspotListWorkflows200>;
19102
20256
  hubspotListMarketingEmails: (hubspotListMarketingEmailsBody: HubspotListMarketingEmailsBody) => Promise<HubspotListMarketingEmails200>;
19103
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>;
19104
20332
  };
19105
20333
  export type AbrigoFindCustomerByCrmIdResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['abrigoFindCustomerByCrmId']>>>;
19106
20334
  export type AbrigoCreateCustomerResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['abrigoCreateCustomer']>>>;
@@ -19767,4 +20995,78 @@ export type HubspotEnrollWorkflowResult = NonNullable<Awaited<ReturnType<ReturnT
19767
20995
  export type HubspotListWorkflowsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['hubspotListWorkflows']>>>;
19768
20996
  export type HubspotListMarketingEmailsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['hubspotListMarketingEmails']>>>;
19769
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']>>>;
19770
21072
  //# sourceMappingURL=generated-api.d.ts.map