@uptiqai/integrations-sdk 1.0.26 → 1.2.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.
- package/dist/generated-api.d.ts +646 -92
- package/dist/generated-api.d.ts.map +1 -1
- package/dist/generated-api.js.map +1 -1
- package/package.json +1 -1
package/dist/generated-api.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
export type WealthboxGetActivity200StreamItemsItem = {
|
|
2
|
-
[key: string]: unknown;
|
|
2
|
+
[key: string]: unknown | null;
|
|
3
3
|
};
|
|
4
4
|
export type WealthboxGetActivity200 = {
|
|
5
5
|
stream_items?: WealthboxGetActivity200StreamItemsItem[];
|
|
6
|
+
[key: string]: unknown | null;
|
|
6
7
|
};
|
|
7
8
|
export type WealthboxGetActivityBody = {
|
|
8
9
|
/**
|
|
@@ -20,9 +21,10 @@ export type WealthboxGetActivityBody = {
|
|
|
20
21
|
updated_since?: string;
|
|
21
22
|
/** Integration user id for Wealthbox requests. */
|
|
22
23
|
userId: string;
|
|
24
|
+
[key: string]: unknown | null;
|
|
23
25
|
};
|
|
24
26
|
export type WealthboxGetWorkflowTemplate200 = {
|
|
25
|
-
[key: string]: unknown;
|
|
27
|
+
[key: string]: unknown | null;
|
|
26
28
|
};
|
|
27
29
|
export type WealthboxGetWorkflowTemplateBody = {
|
|
28
30
|
/**
|
|
@@ -32,12 +34,14 @@ export type WealthboxGetWorkflowTemplateBody = {
|
|
|
32
34
|
id: number | null;
|
|
33
35
|
/** Integration user id for Wealthbox requests. */
|
|
34
36
|
userId: string;
|
|
37
|
+
[key: string]: unknown | null;
|
|
35
38
|
};
|
|
36
39
|
export type WealthboxGetWorkflowTemplates200WorkflowTemplatesItem = {
|
|
37
|
-
[key: string]: unknown;
|
|
40
|
+
[key: string]: unknown | null;
|
|
38
41
|
};
|
|
39
42
|
export type WealthboxGetWorkflowTemplates200 = {
|
|
40
43
|
workflow_templates?: WealthboxGetWorkflowTemplates200WorkflowTemplatesItem[];
|
|
44
|
+
[key: string]: unknown | null;
|
|
41
45
|
};
|
|
42
46
|
export type WealthboxGetWorkflowTemplatesBody = {
|
|
43
47
|
/**
|
|
@@ -54,15 +58,17 @@ export type WealthboxGetWorkflowTemplatesBody = {
|
|
|
54
58
|
per_page?: number;
|
|
55
59
|
/** Integration user id for Wealthbox requests. */
|
|
56
60
|
userId: string;
|
|
61
|
+
[key: string]: unknown | null;
|
|
57
62
|
};
|
|
58
63
|
export type WealthboxGetContactRoles200 = {
|
|
59
64
|
contact_roles: WealthboxGetContactRoles200ContactRolesItem[];
|
|
65
|
+
[key: string]: unknown | null;
|
|
60
66
|
};
|
|
61
67
|
export type WealthboxGetContactRoles200ContactRolesItemRemovedOptionsItem = {
|
|
62
|
-
[key: string]: unknown;
|
|
68
|
+
[key: string]: unknown | null;
|
|
63
69
|
};
|
|
64
70
|
export type WealthboxGetContactRoles200ContactRolesItemAvailableOptionsItem = {
|
|
65
|
-
[key: string]: unknown;
|
|
71
|
+
[key: string]: unknown | null;
|
|
66
72
|
};
|
|
67
73
|
export type WealthboxGetContactRoles200ContactRolesItem = {
|
|
68
74
|
available_options?: WealthboxGetContactRoles200ContactRolesItemAvailableOptionsItem[];
|
|
@@ -70,6 +76,7 @@ export type WealthboxGetContactRoles200ContactRolesItem = {
|
|
|
70
76
|
id: number | null;
|
|
71
77
|
name: string;
|
|
72
78
|
removed_options?: WealthboxGetContactRoles200ContactRolesItemRemovedOptionsItem[];
|
|
79
|
+
[key: string]: unknown | null;
|
|
73
80
|
};
|
|
74
81
|
export type WealthboxGetContactRolesBody = {
|
|
75
82
|
/**
|
|
@@ -86,12 +93,14 @@ export type WealthboxGetContactRolesBody = {
|
|
|
86
93
|
per_page?: number;
|
|
87
94
|
/** Integration user id for Wealthbox requests. */
|
|
88
95
|
userId: string;
|
|
96
|
+
[key: string]: unknown | null;
|
|
89
97
|
};
|
|
90
98
|
export type WealthboxGetComments200CommentsItem = {
|
|
91
|
-
[key: string]: unknown;
|
|
99
|
+
[key: string]: unknown | null;
|
|
92
100
|
};
|
|
93
101
|
export type WealthboxGetComments200 = {
|
|
94
102
|
comments?: WealthboxGetComments200CommentsItem[];
|
|
103
|
+
[key: string]: unknown | null;
|
|
95
104
|
};
|
|
96
105
|
export type WealthboxGetCommentsBody = {
|
|
97
106
|
/**
|
|
@@ -119,12 +128,14 @@ export type WealthboxGetCommentsBody = {
|
|
|
119
128
|
updated_since?: string;
|
|
120
129
|
/** Integration user id for Wealthbox requests. */
|
|
121
130
|
userId: string;
|
|
131
|
+
[key: string]: unknown | null;
|
|
122
132
|
};
|
|
123
133
|
export type WealthboxGetCategoryMembers200TagsItem = {
|
|
124
|
-
[key: string]: unknown;
|
|
134
|
+
[key: string]: unknown | null;
|
|
125
135
|
};
|
|
126
136
|
export type WealthboxGetCategoryMembers200 = {
|
|
127
137
|
tags?: WealthboxGetCategoryMembers200TagsItem[];
|
|
138
|
+
[key: string]: unknown | null;
|
|
128
139
|
};
|
|
129
140
|
export type WealthboxGetCategoryMembersBody = {
|
|
130
141
|
/**
|
|
@@ -134,6 +145,7 @@ export type WealthboxGetCategoryMembersBody = {
|
|
|
134
145
|
type: string;
|
|
135
146
|
/** Integration user id for Wealthbox requests. */
|
|
136
147
|
userId: string;
|
|
148
|
+
[key: string]: unknown | null;
|
|
137
149
|
};
|
|
138
150
|
/**
|
|
139
151
|
* @nullable
|
|
@@ -148,6 +160,7 @@ export type WealthboxGetCustomFields200CustomFieldsItemOptionsItem = {
|
|
|
148
160
|
/** @nullable */
|
|
149
161
|
id: number | null;
|
|
150
162
|
label: string;
|
|
163
|
+
[key: string]: unknown | null;
|
|
151
164
|
};
|
|
152
165
|
export type WealthboxGetCustomFields200CustomFieldsItem = {
|
|
153
166
|
document_type?: string;
|
|
@@ -157,9 +170,11 @@ export type WealthboxGetCustomFields200CustomFieldsItem = {
|
|
|
157
170
|
name: string;
|
|
158
171
|
options?: WealthboxGetCustomFields200CustomFieldsItemOptionsItem[];
|
|
159
172
|
value?: WealthboxGetCustomFields200CustomFieldsItemValue;
|
|
173
|
+
[key: string]: unknown | null;
|
|
160
174
|
};
|
|
161
175
|
export type WealthboxGetCustomFields200 = {
|
|
162
176
|
custom_fields?: WealthboxGetCustomFields200CustomFieldsItem[];
|
|
177
|
+
[key: string]: unknown | null;
|
|
163
178
|
};
|
|
164
179
|
/**
|
|
165
180
|
* The document type that the custom fields are for
|
|
@@ -182,6 +197,7 @@ export type WealthboxGetCustomFieldsBody = {
|
|
|
182
197
|
per_page?: number;
|
|
183
198
|
/** Integration user id for Wealthbox requests. */
|
|
184
199
|
userId: string;
|
|
200
|
+
[key: string]: unknown | null;
|
|
185
201
|
};
|
|
186
202
|
export type WealthboxGetTags200TagsItem = {
|
|
187
203
|
document_type?: string;
|
|
@@ -189,9 +205,11 @@ export type WealthboxGetTags200TagsItem = {
|
|
|
189
205
|
id: number | null;
|
|
190
206
|
name: string;
|
|
191
207
|
type?: string;
|
|
208
|
+
[key: string]: unknown | null;
|
|
192
209
|
};
|
|
193
210
|
export type WealthboxGetTags200 = {
|
|
194
211
|
tags?: WealthboxGetTags200TagsItem[];
|
|
212
|
+
[key: string]: unknown | null;
|
|
195
213
|
};
|
|
196
214
|
/**
|
|
197
215
|
* The name of the document type that you are trying to return
|
|
@@ -214,9 +232,11 @@ export type WealthboxGetTagsBody = {
|
|
|
214
232
|
per_page?: number;
|
|
215
233
|
/** Integration user id for Wealthbox requests. */
|
|
216
234
|
userId: string;
|
|
235
|
+
[key: string]: unknown | null;
|
|
217
236
|
};
|
|
218
237
|
export type WealthboxGetTeams200 = {
|
|
219
238
|
teams: WealthboxGetTeams200TeamsItem[];
|
|
239
|
+
[key: string]: unknown | null;
|
|
220
240
|
};
|
|
221
241
|
export type WealthboxGetTeams200TeamsItemMembersItemStatus = 'active' | 'invited' | 'inactive' | 'legacy' | string;
|
|
222
242
|
export type WealthboxGetTeams200TeamsItemMembersItem = {
|
|
@@ -228,12 +248,14 @@ export type WealthboxGetTeams200TeamsItemMembersItem = {
|
|
|
228
248
|
id: number | null;
|
|
229
249
|
name: string;
|
|
230
250
|
status?: WealthboxGetTeams200TeamsItemMembersItemStatus;
|
|
251
|
+
[key: string]: unknown | null;
|
|
231
252
|
};
|
|
232
253
|
export type WealthboxGetTeams200TeamsItem = {
|
|
233
254
|
/** @nullable */
|
|
234
255
|
id: number | null;
|
|
235
256
|
members?: WealthboxGetTeams200TeamsItemMembersItem[];
|
|
236
257
|
name: string;
|
|
258
|
+
[key: string]: unknown | null;
|
|
237
259
|
};
|
|
238
260
|
export type WealthboxGetTeamsBody = {
|
|
239
261
|
/**
|
|
@@ -250,6 +272,7 @@ export type WealthboxGetTeamsBody = {
|
|
|
250
272
|
per_page?: number;
|
|
251
273
|
/** Integration user id for Wealthbox requests. */
|
|
252
274
|
userId: string;
|
|
275
|
+
[key: string]: unknown | null;
|
|
253
276
|
};
|
|
254
277
|
export type WealthboxGetUsers200UsersItem = {
|
|
255
278
|
/** @nullable */
|
|
@@ -260,9 +283,11 @@ export type WealthboxGetUsers200UsersItem = {
|
|
|
260
283
|
id: number | null;
|
|
261
284
|
name: string;
|
|
262
285
|
status?: WealthboxGetUsers200UsersItemStatus;
|
|
286
|
+
[key: string]: unknown | null;
|
|
263
287
|
};
|
|
264
288
|
export type WealthboxGetUsers200 = {
|
|
265
289
|
users?: WealthboxGetUsers200UsersItem[];
|
|
290
|
+
[key: string]: unknown | null;
|
|
266
291
|
};
|
|
267
292
|
export type WealthboxGetUsers200UsersItemStatus = 'active' | 'invited' | 'inactive' | 'legacy' | string;
|
|
268
293
|
/**
|
|
@@ -286,6 +311,7 @@ export type WealthboxGetUsersBody = {
|
|
|
286
311
|
status?: WealthboxGetUsersBodyStatus;
|
|
287
312
|
/** Integration user id for Wealthbox requests. */
|
|
288
313
|
userId: string;
|
|
314
|
+
[key: string]: unknown | null;
|
|
289
315
|
};
|
|
290
316
|
export type WealthboxGetMe200UsersItemStatus = 'active' | 'invited' | 'inactive' | 'legacy' | string;
|
|
291
317
|
export type WealthboxGetMe200UsersItem = {
|
|
@@ -297,6 +323,7 @@ export type WealthboxGetMe200UsersItem = {
|
|
|
297
323
|
id: number | null;
|
|
298
324
|
name: string;
|
|
299
325
|
status?: WealthboxGetMe200UsersItemStatus;
|
|
326
|
+
[key: string]: unknown | null;
|
|
300
327
|
};
|
|
301
328
|
export type WealthboxGetMe200 = {
|
|
302
329
|
accounts?: WealthboxGetMe200AccountsItem[];
|
|
@@ -311,6 +338,7 @@ export type WealthboxGetMe200 = {
|
|
|
311
338
|
plan?: string;
|
|
312
339
|
updated_at?: string;
|
|
313
340
|
users?: WealthboxGetMe200UsersItem[];
|
|
341
|
+
[key: string]: unknown | null;
|
|
314
342
|
};
|
|
315
343
|
export type WealthboxGetMe200CurrentUserStatus = 'active' | 'invited' | 'inactive' | 'legacy' | string;
|
|
316
344
|
export type WealthboxGetMe200CurrentUser = {
|
|
@@ -322,19 +350,21 @@ export type WealthboxGetMe200CurrentUser = {
|
|
|
322
350
|
id: number | null;
|
|
323
351
|
name: string;
|
|
324
352
|
status?: WealthboxGetMe200CurrentUserStatus;
|
|
353
|
+
[key: string]: unknown | null;
|
|
325
354
|
};
|
|
326
355
|
export type WealthboxGetMe200AccountsItem = {
|
|
327
|
-
[key: string]: unknown;
|
|
356
|
+
[key: string]: unknown | null;
|
|
328
357
|
};
|
|
329
358
|
export type WealthboxGetMeBody = {
|
|
330
359
|
/** Integration user id for Wealthbox requests. */
|
|
331
360
|
userId: string;
|
|
332
361
|
};
|
|
333
362
|
export type WealthboxGetUserGroups200UserGroupsItem = {
|
|
334
|
-
[key: string]: unknown;
|
|
363
|
+
[key: string]: unknown | null;
|
|
335
364
|
};
|
|
336
365
|
export type WealthboxGetUserGroups200 = {
|
|
337
366
|
user_groups?: WealthboxGetUserGroups200UserGroupsItem[];
|
|
367
|
+
[key: string]: unknown | null;
|
|
338
368
|
};
|
|
339
369
|
export type WealthboxGetUserGroupsBody = {
|
|
340
370
|
/**
|
|
@@ -351,6 +381,7 @@ export type WealthboxGetUserGroupsBody = {
|
|
|
351
381
|
per_page?: number;
|
|
352
382
|
/** Integration user id for Wealthbox requests. */
|
|
353
383
|
userId: string;
|
|
384
|
+
[key: string]: unknown | null;
|
|
354
385
|
};
|
|
355
386
|
export type WealthboxRemoveHouseholdMemberBody = {
|
|
356
387
|
/**
|
|
@@ -379,6 +410,7 @@ export type WealthboxAddHouseholdMember200 = {
|
|
|
379
410
|
id?: WealthboxAddHouseholdMember200Id;
|
|
380
411
|
/** @nullable */
|
|
381
412
|
members?: WealthboxAddHouseholdMember200Members;
|
|
413
|
+
[key: string]: unknown | null;
|
|
382
414
|
};
|
|
383
415
|
export type WealthboxAddHouseholdMemberBodyTitle = typeof WealthboxAddHouseholdMemberBodyTitle[keyof typeof WealthboxAddHouseholdMemberBodyTitle];
|
|
384
416
|
export declare const WealthboxAddHouseholdMemberBodyTitle: {
|
|
@@ -406,6 +438,7 @@ export type WealthboxAddHouseholdMemberBody = {
|
|
|
406
438
|
title: WealthboxAddHouseholdMemberBodyTitle;
|
|
407
439
|
/** Integration user id for Wealthbox requests. */
|
|
408
440
|
userId: string;
|
|
441
|
+
[key: string]: unknown | null;
|
|
409
442
|
};
|
|
410
443
|
/**
|
|
411
444
|
* @nullable
|
|
@@ -522,6 +555,7 @@ export type WealthboxRevertWorkflowStep200 = {
|
|
|
522
555
|
workflow_milestone_id?: WealthboxRevertWorkflowStep200WorkflowMilestoneId;
|
|
523
556
|
/** @nullable */
|
|
524
557
|
workflow_outcomes?: WealthboxRevertWorkflowStep200WorkflowOutcomes;
|
|
558
|
+
[key: string]: unknown | null;
|
|
525
559
|
};
|
|
526
560
|
export type WealthboxRevertWorkflowStepBody = {
|
|
527
561
|
/**
|
|
@@ -541,6 +575,7 @@ export type WealthboxRevertWorkflowStepBody = {
|
|
|
541
575
|
* @nullable
|
|
542
576
|
*/
|
|
543
577
|
workflow_id: number | null;
|
|
578
|
+
[key: string]: unknown | null;
|
|
544
579
|
};
|
|
545
580
|
/**
|
|
546
581
|
* @nullable
|
|
@@ -657,6 +692,7 @@ export type WealthboxCompleteWorkflowStep200 = {
|
|
|
657
692
|
workflow_milestone_id?: WealthboxCompleteWorkflowStep200WorkflowMilestoneId;
|
|
658
693
|
/** @nullable */
|
|
659
694
|
workflow_outcomes?: WealthboxCompleteWorkflowStep200WorkflowOutcomes;
|
|
695
|
+
[key: string]: unknown | null;
|
|
660
696
|
};
|
|
661
697
|
export type WealthboxCompleteWorkflowStepBody = {
|
|
662
698
|
/**
|
|
@@ -688,6 +724,7 @@ export type WealthboxCompleteWorkflowStepBody = {
|
|
|
688
724
|
* @nullable
|
|
689
725
|
*/
|
|
690
726
|
workflow_outcome_id?: number | null;
|
|
727
|
+
[key: string]: unknown | null;
|
|
691
728
|
};
|
|
692
729
|
export type WealthboxDeleteWorkflowBody = {
|
|
693
730
|
/**
|
|
@@ -697,6 +734,7 @@ export type WealthboxDeleteWorkflowBody = {
|
|
|
697
734
|
id: number | null;
|
|
698
735
|
/** Integration user id for Wealthbox requests. */
|
|
699
736
|
userId: string;
|
|
737
|
+
[key: string]: unknown | null;
|
|
700
738
|
};
|
|
701
739
|
/**
|
|
702
740
|
* @nullable
|
|
@@ -759,17 +797,20 @@ export type WealthboxCreateWorkflow200 = {
|
|
|
759
797
|
workflow_steps?: WealthboxCreateWorkflow200WorkflowSteps;
|
|
760
798
|
/** @nullable */
|
|
761
799
|
workflow_template?: WealthboxCreateWorkflow200WorkflowTemplate;
|
|
800
|
+
[key: string]: unknown | null;
|
|
762
801
|
};
|
|
763
802
|
export type WealthboxCreateWorkflowBodyWorkflowMilestonesItem = {
|
|
764
803
|
id: string;
|
|
765
804
|
milestone_date: string;
|
|
766
805
|
name: string;
|
|
806
|
+
[key: string]: unknown | null;
|
|
767
807
|
};
|
|
768
808
|
export type WealthboxCreateWorkflowBodyLinkedTo = {
|
|
769
809
|
/** @nullable */
|
|
770
810
|
id: number | null;
|
|
771
811
|
name?: string;
|
|
772
812
|
type: string;
|
|
813
|
+
[key: string]: unknown | null;
|
|
773
814
|
};
|
|
774
815
|
export type WealthboxCreateWorkflowBody = {
|
|
775
816
|
label?: string;
|
|
@@ -781,6 +822,7 @@ export type WealthboxCreateWorkflowBody = {
|
|
|
781
822
|
workflow_milestones?: WealthboxCreateWorkflowBodyWorkflowMilestonesItem[];
|
|
782
823
|
/** @nullable */
|
|
783
824
|
workflow_template: number | null;
|
|
825
|
+
[key: string]: unknown | null;
|
|
784
826
|
};
|
|
785
827
|
/**
|
|
786
828
|
* @nullable
|
|
@@ -843,6 +885,7 @@ export type WealthboxGetWorkflow200 = {
|
|
|
843
885
|
workflow_steps?: WealthboxGetWorkflow200WorkflowSteps;
|
|
844
886
|
/** @nullable */
|
|
845
887
|
workflow_template?: WealthboxGetWorkflow200WorkflowTemplate;
|
|
888
|
+
[key: string]: unknown | null;
|
|
846
889
|
};
|
|
847
890
|
export type WealthboxGetWorkflowBody = {
|
|
848
891
|
/**
|
|
@@ -852,9 +895,11 @@ export type WealthboxGetWorkflowBody = {
|
|
|
852
895
|
id: number | null;
|
|
853
896
|
/** Integration user id for Wealthbox requests. */
|
|
854
897
|
userId: string;
|
|
898
|
+
[key: string]: unknown | null;
|
|
855
899
|
};
|
|
856
900
|
export type WealthboxGetWorkflows200 = {
|
|
857
901
|
workflows?: WealthboxGetWorkflows200WorkflowsItem[];
|
|
902
|
+
[key: string]: unknown | null;
|
|
858
903
|
};
|
|
859
904
|
/**
|
|
860
905
|
* @nullable
|
|
@@ -917,6 +962,7 @@ export type WealthboxGetWorkflows200WorkflowsItem = {
|
|
|
917
962
|
workflow_steps?: WealthboxGetWorkflows200WorkflowsItemWorkflowSteps;
|
|
918
963
|
/** @nullable */
|
|
919
964
|
workflow_template?: WealthboxGetWorkflows200WorkflowsItemWorkflowTemplate;
|
|
965
|
+
[key: string]: unknown | null;
|
|
920
966
|
};
|
|
921
967
|
/**
|
|
922
968
|
* Only returns workflows whose status match the specified value
|
|
@@ -950,6 +996,7 @@ export type WealthboxGetWorkflowsBody = {
|
|
|
950
996
|
updated_since?: string;
|
|
951
997
|
/** Integration user id for Wealthbox requests. */
|
|
952
998
|
userId: string;
|
|
999
|
+
[key: string]: unknown | null;
|
|
953
1000
|
};
|
|
954
1001
|
export type WealthboxDeleteProjectBody = {
|
|
955
1002
|
/**
|
|
@@ -959,6 +1006,7 @@ export type WealthboxDeleteProjectBody = {
|
|
|
959
1006
|
id: number | null;
|
|
960
1007
|
/** Integration user id for Wealthbox requests. */
|
|
961
1008
|
userId: string;
|
|
1009
|
+
[key: string]: unknown | null;
|
|
962
1010
|
};
|
|
963
1011
|
/**
|
|
964
1012
|
* @nullable
|
|
@@ -1021,11 +1069,13 @@ export type WealthboxUpdateProject200 = {
|
|
|
1021
1069
|
updated_at?: WealthboxUpdateProject200UpdatedAt;
|
|
1022
1070
|
/** @nullable */
|
|
1023
1071
|
visible_to?: WealthboxUpdateProject200VisibleTo;
|
|
1072
|
+
[key: string]: unknown | null;
|
|
1024
1073
|
};
|
|
1025
1074
|
export type WealthboxUpdateProjectBodyCustomFieldsItem = {
|
|
1026
1075
|
/** @nullable */
|
|
1027
1076
|
id: number | null;
|
|
1028
1077
|
value?: WealthboxUpdateProjectBodyCustomFieldsItemValue;
|
|
1078
|
+
[key: string]: unknown | null;
|
|
1029
1079
|
};
|
|
1030
1080
|
export type WealthboxUpdateProjectBody = {
|
|
1031
1081
|
custom_fields?: WealthboxUpdateProjectBodyCustomFieldsItem[];
|
|
@@ -1043,6 +1093,7 @@ export type WealthboxUpdateProjectBody = {
|
|
|
1043
1093
|
/** Integration user id for Wealthbox requests. */
|
|
1044
1094
|
userId: string;
|
|
1045
1095
|
visible_to?: string;
|
|
1096
|
+
[key: string]: unknown | null;
|
|
1046
1097
|
};
|
|
1047
1098
|
/**
|
|
1048
1099
|
* @nullable
|
|
@@ -1114,11 +1165,13 @@ export type WealthboxCreateProject200 = {
|
|
|
1114
1165
|
updated_at?: WealthboxCreateProject200UpdatedAt;
|
|
1115
1166
|
/** @nullable */
|
|
1116
1167
|
visible_to?: WealthboxCreateProject200VisibleTo;
|
|
1168
|
+
[key: string]: unknown | null;
|
|
1117
1169
|
};
|
|
1118
1170
|
export type WealthboxCreateProjectBodyCustomFieldsItem = {
|
|
1119
1171
|
/** @nullable */
|
|
1120
1172
|
id: number | null;
|
|
1121
1173
|
value?: WealthboxCreateProjectBodyCustomFieldsItemValue;
|
|
1174
|
+
[key: string]: unknown | null;
|
|
1122
1175
|
};
|
|
1123
1176
|
export type WealthboxCreateProjectBody = {
|
|
1124
1177
|
custom_fields?: WealthboxCreateProjectBodyCustomFieldsItem[];
|
|
@@ -1131,6 +1184,7 @@ export type WealthboxCreateProjectBody = {
|
|
|
1131
1184
|
/** Integration user id for Wealthbox requests. */
|
|
1132
1185
|
userId: string;
|
|
1133
1186
|
visible_to?: string;
|
|
1187
|
+
[key: string]: unknown | null;
|
|
1134
1188
|
};
|
|
1135
1189
|
/**
|
|
1136
1190
|
* @nullable
|
|
@@ -1202,6 +1256,7 @@ export type WealthboxGetProject200 = {
|
|
|
1202
1256
|
updated_at?: WealthboxGetProject200UpdatedAt;
|
|
1203
1257
|
/** @nullable */
|
|
1204
1258
|
visible_to?: WealthboxGetProject200VisibleTo;
|
|
1259
|
+
[key: string]: unknown | null;
|
|
1205
1260
|
};
|
|
1206
1261
|
export type WealthboxGetProjectBody = {
|
|
1207
1262
|
/**
|
|
@@ -1211,9 +1266,11 @@ export type WealthboxGetProjectBody = {
|
|
|
1211
1266
|
id: number | null;
|
|
1212
1267
|
/** Integration user id for Wealthbox requests. */
|
|
1213
1268
|
userId: string;
|
|
1269
|
+
[key: string]: unknown | null;
|
|
1214
1270
|
};
|
|
1215
1271
|
export type WealthboxGetProjects200 = {
|
|
1216
1272
|
projects?: WealthboxGetProjects200ProjectsItem[];
|
|
1273
|
+
[key: string]: unknown | null;
|
|
1217
1274
|
};
|
|
1218
1275
|
/**
|
|
1219
1276
|
* @nullable
|
|
@@ -1276,6 +1333,7 @@ export type WealthboxGetProjects200ProjectsItem = {
|
|
|
1276
1333
|
updated_at?: WealthboxGetProjects200ProjectsItemUpdatedAt;
|
|
1277
1334
|
/** @nullable */
|
|
1278
1335
|
visible_to?: WealthboxGetProjects200ProjectsItemVisibleTo;
|
|
1336
|
+
[key: string]: unknown | null;
|
|
1279
1337
|
};
|
|
1280
1338
|
export type WealthboxGetProjectsBody = {
|
|
1281
1339
|
/**
|
|
@@ -1296,6 +1354,7 @@ export type WealthboxGetProjectsBody = {
|
|
|
1296
1354
|
updated_since?: string;
|
|
1297
1355
|
/** Integration user id for Wealthbox requests. */
|
|
1298
1356
|
userId: string;
|
|
1357
|
+
[key: string]: unknown | null;
|
|
1299
1358
|
};
|
|
1300
1359
|
/**
|
|
1301
1360
|
* @nullable
|
|
@@ -1346,12 +1405,14 @@ export type WealthboxUpdateNote200 = {
|
|
|
1346
1405
|
updated_at?: WealthboxUpdateNote200UpdatedAt;
|
|
1347
1406
|
/** @nullable */
|
|
1348
1407
|
visible_to?: WealthboxUpdateNote200VisibleTo;
|
|
1408
|
+
[key: string]: unknown | null;
|
|
1349
1409
|
};
|
|
1350
1410
|
export type WealthboxUpdateNoteBodyLinkedToItem = {
|
|
1351
1411
|
/** @nullable */
|
|
1352
1412
|
id: number | null;
|
|
1353
1413
|
name?: string;
|
|
1354
1414
|
type: string;
|
|
1415
|
+
[key: string]: unknown | null;
|
|
1355
1416
|
};
|
|
1356
1417
|
export type WealthboxUpdateNoteBody = {
|
|
1357
1418
|
/** @minLength 1 */
|
|
@@ -1366,6 +1427,7 @@ export type WealthboxUpdateNoteBody = {
|
|
|
1366
1427
|
/** Integration user id for Wealthbox requests. */
|
|
1367
1428
|
userId: string;
|
|
1368
1429
|
visible_to?: string;
|
|
1430
|
+
[key: string]: unknown | null;
|
|
1369
1431
|
};
|
|
1370
1432
|
/**
|
|
1371
1433
|
* @nullable
|
|
@@ -1416,12 +1478,14 @@ export type WealthboxCreateNote200 = {
|
|
|
1416
1478
|
updated_at?: WealthboxCreateNote200UpdatedAt;
|
|
1417
1479
|
/** @nullable */
|
|
1418
1480
|
visible_to?: WealthboxCreateNote200VisibleTo;
|
|
1481
|
+
[key: string]: unknown | null;
|
|
1419
1482
|
};
|
|
1420
1483
|
export type WealthboxCreateNoteBodyLinkedToItem = {
|
|
1421
1484
|
/** @nullable */
|
|
1422
1485
|
id: number | null;
|
|
1423
1486
|
name?: string;
|
|
1424
1487
|
type: string;
|
|
1488
|
+
[key: string]: unknown | null;
|
|
1425
1489
|
};
|
|
1426
1490
|
export type WealthboxCreateNoteBody = {
|
|
1427
1491
|
/** @minLength 1 */
|
|
@@ -1431,6 +1495,7 @@ export type WealthboxCreateNoteBody = {
|
|
|
1431
1495
|
/** Integration user id for Wealthbox requests. */
|
|
1432
1496
|
userId: string;
|
|
1433
1497
|
visible_to?: string;
|
|
1498
|
+
[key: string]: unknown | null;
|
|
1434
1499
|
};
|
|
1435
1500
|
/**
|
|
1436
1501
|
* @nullable
|
|
@@ -1481,6 +1546,7 @@ export type WealthboxGetNote200 = {
|
|
|
1481
1546
|
updated_at?: WealthboxGetNote200UpdatedAt;
|
|
1482
1547
|
/** @nullable */
|
|
1483
1548
|
visible_to?: WealthboxGetNote200VisibleTo;
|
|
1549
|
+
[key: string]: unknown | null;
|
|
1484
1550
|
};
|
|
1485
1551
|
export type WealthboxGetNoteBody = {
|
|
1486
1552
|
/**
|
|
@@ -1490,9 +1556,11 @@ export type WealthboxGetNoteBody = {
|
|
|
1490
1556
|
id: number | null;
|
|
1491
1557
|
/** Integration user id for Wealthbox requests. */
|
|
1492
1558
|
userId: string;
|
|
1559
|
+
[key: string]: unknown | null;
|
|
1493
1560
|
};
|
|
1494
1561
|
export type WealthboxGetNotes200 = {
|
|
1495
1562
|
status_updates?: WealthboxGetNotes200StatusUpdatesItem[];
|
|
1563
|
+
[key: string]: unknown | null;
|
|
1496
1564
|
};
|
|
1497
1565
|
/**
|
|
1498
1566
|
* @nullable
|
|
@@ -1543,6 +1611,7 @@ export type WealthboxGetNotes200StatusUpdatesItem = {
|
|
|
1543
1611
|
updated_at?: WealthboxGetNotes200StatusUpdatesItemUpdatedAt;
|
|
1544
1612
|
/** @nullable */
|
|
1545
1613
|
visible_to?: WealthboxGetNotes200StatusUpdatesItemVisibleTo;
|
|
1614
|
+
[key: string]: unknown | null;
|
|
1546
1615
|
};
|
|
1547
1616
|
/**
|
|
1548
1617
|
* The order that the resource should be returned in
|
|
@@ -1576,6 +1645,7 @@ export type WealthboxGetNotesBody = {
|
|
|
1576
1645
|
updated_since?: string;
|
|
1577
1646
|
/** Integration user id for Wealthbox requests. */
|
|
1578
1647
|
userId: string;
|
|
1648
|
+
[key: string]: unknown | null;
|
|
1579
1649
|
};
|
|
1580
1650
|
export type WealthboxDeleteOpportunityBody = {
|
|
1581
1651
|
/**
|
|
@@ -1585,6 +1655,7 @@ export type WealthboxDeleteOpportunityBody = {
|
|
|
1585
1655
|
id: number | null;
|
|
1586
1656
|
/** Integration user id for Wealthbox requests. */
|
|
1587
1657
|
userId: string;
|
|
1658
|
+
[key: string]: unknown | null;
|
|
1588
1659
|
};
|
|
1589
1660
|
/**
|
|
1590
1661
|
* @nullable
|
|
@@ -1677,12 +1748,14 @@ export type WealthboxUpdateOpportunity200 = {
|
|
|
1677
1748
|
updated_at?: WealthboxUpdateOpportunity200UpdatedAt;
|
|
1678
1749
|
/** @nullable */
|
|
1679
1750
|
visible_to?: WealthboxUpdateOpportunity200VisibleTo;
|
|
1751
|
+
[key: string]: unknown | null;
|
|
1680
1752
|
};
|
|
1681
1753
|
export type WealthboxUpdateOpportunityBodyLinkedToItem = {
|
|
1682
1754
|
/** @nullable */
|
|
1683
1755
|
id: number | null;
|
|
1684
1756
|
name?: string;
|
|
1685
1757
|
type: string;
|
|
1758
|
+
[key: string]: unknown | null;
|
|
1686
1759
|
};
|
|
1687
1760
|
/**
|
|
1688
1761
|
* @nullable
|
|
@@ -1697,12 +1770,14 @@ export type WealthboxUpdateOpportunityBodyCustomFieldsItem = {
|
|
|
1697
1770
|
/** @nullable */
|
|
1698
1771
|
id: number | null;
|
|
1699
1772
|
value?: WealthboxUpdateOpportunityBodyCustomFieldsItemValue;
|
|
1773
|
+
[key: string]: unknown | null;
|
|
1700
1774
|
};
|
|
1701
1775
|
export type WealthboxUpdateOpportunityBodyAmountsItemKind = 'Fee' | 'Commission' | 'AUM' | 'Other' | string;
|
|
1702
1776
|
export type WealthboxUpdateOpportunityBodyAmountsItem = {
|
|
1703
1777
|
amount?: number;
|
|
1704
1778
|
currency?: string;
|
|
1705
1779
|
kind?: WealthboxUpdateOpportunityBodyAmountsItemKind;
|
|
1780
|
+
[key: string]: unknown | null;
|
|
1706
1781
|
};
|
|
1707
1782
|
export type WealthboxUpdateOpportunityBody = {
|
|
1708
1783
|
amounts?: WealthboxUpdateOpportunityBodyAmountsItem[];
|
|
@@ -1726,6 +1801,7 @@ export type WealthboxUpdateOpportunityBody = {
|
|
|
1726
1801
|
/** Integration user id for Wealthbox requests. */
|
|
1727
1802
|
userId: string;
|
|
1728
1803
|
visible_to?: string;
|
|
1804
|
+
[key: string]: unknown | null;
|
|
1729
1805
|
};
|
|
1730
1806
|
/**
|
|
1731
1807
|
* @nullable
|
|
@@ -1818,12 +1894,14 @@ export type WealthboxCreateOpportunity200 = {
|
|
|
1818
1894
|
updated_at?: WealthboxCreateOpportunity200UpdatedAt;
|
|
1819
1895
|
/** @nullable */
|
|
1820
1896
|
visible_to?: WealthboxCreateOpportunity200VisibleTo;
|
|
1897
|
+
[key: string]: unknown | null;
|
|
1821
1898
|
};
|
|
1822
1899
|
export type WealthboxCreateOpportunityBodyLinkedToItem = {
|
|
1823
1900
|
/** @nullable */
|
|
1824
1901
|
id: number | null;
|
|
1825
1902
|
name?: string;
|
|
1826
1903
|
type: string;
|
|
1904
|
+
[key: string]: unknown | null;
|
|
1827
1905
|
};
|
|
1828
1906
|
export type WealthboxCreateOpportunityBody = {
|
|
1829
1907
|
amounts: WealthboxCreateOpportunityBodyAmountsItem[];
|
|
@@ -1842,6 +1920,7 @@ export type WealthboxCreateOpportunityBody = {
|
|
|
1842
1920
|
/** Integration user id for Wealthbox requests. */
|
|
1843
1921
|
userId: string;
|
|
1844
1922
|
visible_to?: string;
|
|
1923
|
+
[key: string]: unknown | null;
|
|
1845
1924
|
};
|
|
1846
1925
|
/**
|
|
1847
1926
|
* @nullable
|
|
@@ -1856,12 +1935,14 @@ export type WealthboxCreateOpportunityBodyCustomFieldsItem = {
|
|
|
1856
1935
|
/** @nullable */
|
|
1857
1936
|
id: number | null;
|
|
1858
1937
|
value?: WealthboxCreateOpportunityBodyCustomFieldsItemValue;
|
|
1938
|
+
[key: string]: unknown | null;
|
|
1859
1939
|
};
|
|
1860
1940
|
export type WealthboxCreateOpportunityBodyAmountsItemKind = 'Fee' | 'Commission' | 'AUM' | 'Other' | string;
|
|
1861
1941
|
export type WealthboxCreateOpportunityBodyAmountsItem = {
|
|
1862
1942
|
amount?: number;
|
|
1863
1943
|
currency?: string;
|
|
1864
1944
|
kind?: WealthboxCreateOpportunityBodyAmountsItemKind;
|
|
1945
|
+
[key: string]: unknown | null;
|
|
1865
1946
|
};
|
|
1866
1947
|
/**
|
|
1867
1948
|
* @nullable
|
|
@@ -1954,6 +2035,7 @@ export type WealthboxGetOpportunity200 = {
|
|
|
1954
2035
|
updated_at?: WealthboxGetOpportunity200UpdatedAt;
|
|
1955
2036
|
/** @nullable */
|
|
1956
2037
|
visible_to?: WealthboxGetOpportunity200VisibleTo;
|
|
2038
|
+
[key: string]: unknown | null;
|
|
1957
2039
|
};
|
|
1958
2040
|
export type WealthboxGetOpportunityBody = {
|
|
1959
2041
|
/**
|
|
@@ -1963,9 +2045,11 @@ export type WealthboxGetOpportunityBody = {
|
|
|
1963
2045
|
id: number | null;
|
|
1964
2046
|
/** Integration user id for Wealthbox requests. */
|
|
1965
2047
|
userId: string;
|
|
2048
|
+
[key: string]: unknown | null;
|
|
1966
2049
|
};
|
|
1967
2050
|
export type WealthboxGetOpportunities200 = {
|
|
1968
2051
|
opportunities?: WealthboxGetOpportunities200OpportunitiesItem[];
|
|
2052
|
+
[key: string]: unknown | null;
|
|
1969
2053
|
};
|
|
1970
2054
|
/**
|
|
1971
2055
|
* @nullable
|
|
@@ -2058,6 +2142,7 @@ export type WealthboxGetOpportunities200OpportunitiesItem = {
|
|
|
2058
2142
|
updated_at?: WealthboxGetOpportunities200OpportunitiesItemUpdatedAt;
|
|
2059
2143
|
/** @nullable */
|
|
2060
2144
|
visible_to?: WealthboxGetOpportunities200OpportunitiesItemVisibleTo;
|
|
2145
|
+
[key: string]: unknown | null;
|
|
2061
2146
|
};
|
|
2062
2147
|
export type WealthboxGetOpportunitiesBody = {
|
|
2063
2148
|
include_closed?: boolean;
|
|
@@ -2068,6 +2153,7 @@ export type WealthboxGetOpportunitiesBody = {
|
|
|
2068
2153
|
updated_since?: string;
|
|
2069
2154
|
/** Integration user id for Wealthbox requests. */
|
|
2070
2155
|
userId: string;
|
|
2156
|
+
[key: string]: unknown | null;
|
|
2071
2157
|
};
|
|
2072
2158
|
/**
|
|
2073
2159
|
* @nullable
|
|
@@ -2178,6 +2264,7 @@ export type WealthboxDeleteEvent200 = {
|
|
|
2178
2264
|
updated_at?: WealthboxDeleteEvent200UpdatedAt;
|
|
2179
2265
|
/** @nullable */
|
|
2180
2266
|
visible_to?: WealthboxDeleteEvent200VisibleTo;
|
|
2267
|
+
[key: string]: unknown | null;
|
|
2181
2268
|
};
|
|
2182
2269
|
export type WealthboxDeleteEventBody = {
|
|
2183
2270
|
/**
|
|
@@ -2187,6 +2274,7 @@ export type WealthboxDeleteEventBody = {
|
|
|
2187
2274
|
id: number | null;
|
|
2188
2275
|
/** Integration user id for Wealthbox requests. */
|
|
2189
2276
|
userId: string;
|
|
2277
|
+
[key: string]: unknown | null;
|
|
2190
2278
|
};
|
|
2191
2279
|
/**
|
|
2192
2280
|
* @nullable
|
|
@@ -2297,6 +2385,7 @@ export type WealthboxUpdateEvent200 = {
|
|
|
2297
2385
|
updated_at?: WealthboxUpdateEvent200UpdatedAt;
|
|
2298
2386
|
/** @nullable */
|
|
2299
2387
|
visible_to?: WealthboxUpdateEvent200VisibleTo;
|
|
2388
|
+
[key: string]: unknown | null;
|
|
2300
2389
|
};
|
|
2301
2390
|
export type WealthboxUpdateEventBodyState = typeof WealthboxUpdateEventBodyState[keyof typeof WealthboxUpdateEventBodyState];
|
|
2302
2391
|
export declare const WealthboxUpdateEventBodyState: {
|
|
@@ -2311,12 +2400,14 @@ export type WealthboxUpdateEventBodyLinkedToItem = {
|
|
|
2311
2400
|
id: number | null;
|
|
2312
2401
|
name?: string;
|
|
2313
2402
|
type: string;
|
|
2403
|
+
[key: string]: unknown | null;
|
|
2314
2404
|
};
|
|
2315
2405
|
export type WealthboxUpdateEventBodyInviteesItem = {
|
|
2316
2406
|
/** @nullable */
|
|
2317
2407
|
id: number | null;
|
|
2318
2408
|
name?: string;
|
|
2319
2409
|
type: string;
|
|
2410
|
+
[key: string]: unknown | null;
|
|
2320
2411
|
};
|
|
2321
2412
|
export type WealthboxUpdateEventBody = {
|
|
2322
2413
|
all_day?: boolean;
|
|
@@ -2342,6 +2433,7 @@ export type WealthboxUpdateEventBody = {
|
|
|
2342
2433
|
/** Integration user id for Wealthbox requests. */
|
|
2343
2434
|
userId: string;
|
|
2344
2435
|
visible_to?: string;
|
|
2436
|
+
[key: string]: unknown | null;
|
|
2345
2437
|
};
|
|
2346
2438
|
/**
|
|
2347
2439
|
* @nullable
|
|
@@ -2356,6 +2448,7 @@ export type WealthboxUpdateEventBodyCustomFieldsItem = {
|
|
|
2356
2448
|
/** @nullable */
|
|
2357
2449
|
id: number | null;
|
|
2358
2450
|
value?: WealthboxUpdateEventBodyCustomFieldsItemValue;
|
|
2451
|
+
[key: string]: unknown | null;
|
|
2359
2452
|
};
|
|
2360
2453
|
/**
|
|
2361
2454
|
* @nullable
|
|
@@ -2466,6 +2559,7 @@ export type WealthboxCreateEvent200 = {
|
|
|
2466
2559
|
updated_at?: WealthboxCreateEvent200UpdatedAt;
|
|
2467
2560
|
/** @nullable */
|
|
2468
2561
|
visible_to?: WealthboxCreateEvent200VisibleTo;
|
|
2562
|
+
[key: string]: unknown | null;
|
|
2469
2563
|
};
|
|
2470
2564
|
export type WealthboxCreateEventBodyState = typeof WealthboxCreateEventBodyState[keyof typeof WealthboxCreateEventBodyState];
|
|
2471
2565
|
export declare const WealthboxCreateEventBodyState: {
|
|
@@ -2480,17 +2574,20 @@ export type WealthboxCreateEventBodyLinkedToItem = {
|
|
|
2480
2574
|
id: number | null;
|
|
2481
2575
|
name?: string;
|
|
2482
2576
|
type: string;
|
|
2577
|
+
[key: string]: unknown | null;
|
|
2483
2578
|
};
|
|
2484
2579
|
export type WealthboxCreateEventBodyInviteesItem = {
|
|
2485
2580
|
/** @nullable */
|
|
2486
2581
|
id: number | null;
|
|
2487
2582
|
name?: string;
|
|
2488
2583
|
type: string;
|
|
2584
|
+
[key: string]: unknown | null;
|
|
2489
2585
|
};
|
|
2490
2586
|
export type WealthboxCreateEventBodyCustomFieldsItem = {
|
|
2491
2587
|
/** @nullable */
|
|
2492
2588
|
id: number | null;
|
|
2493
2589
|
value?: WealthboxCreateEventBodyCustomFieldsItemValue;
|
|
2590
|
+
[key: string]: unknown | null;
|
|
2494
2591
|
};
|
|
2495
2592
|
export type WealthboxCreateEventBody = {
|
|
2496
2593
|
all_day?: boolean;
|
|
@@ -2511,6 +2608,7 @@ export type WealthboxCreateEventBody = {
|
|
|
2511
2608
|
/** Integration user id for Wealthbox requests. */
|
|
2512
2609
|
userId: string;
|
|
2513
2610
|
visible_to?: string;
|
|
2611
|
+
[key: string]: unknown | null;
|
|
2514
2612
|
};
|
|
2515
2613
|
/**
|
|
2516
2614
|
* @nullable
|
|
@@ -2630,6 +2728,7 @@ export type WealthboxGetEvent200 = {
|
|
|
2630
2728
|
updated_at?: WealthboxGetEvent200UpdatedAt;
|
|
2631
2729
|
/** @nullable */
|
|
2632
2730
|
visible_to?: WealthboxGetEvent200VisibleTo;
|
|
2731
|
+
[key: string]: unknown | null;
|
|
2633
2732
|
};
|
|
2634
2733
|
export type WealthboxGetEventBody = {
|
|
2635
2734
|
/**
|
|
@@ -2639,6 +2738,7 @@ export type WealthboxGetEventBody = {
|
|
|
2639
2738
|
id: number | null;
|
|
2640
2739
|
/** Integration user id for Wealthbox requests. */
|
|
2641
2740
|
userId: string;
|
|
2741
|
+
[key: string]: unknown | null;
|
|
2642
2742
|
};
|
|
2643
2743
|
export type WealthboxGetEvents200EventsItem = {
|
|
2644
2744
|
/** @nullable */
|
|
@@ -2677,9 +2777,11 @@ export type WealthboxGetEvents200EventsItem = {
|
|
|
2677
2777
|
updated_at?: WealthboxGetEvents200EventsItemUpdatedAt;
|
|
2678
2778
|
/** @nullable */
|
|
2679
2779
|
visible_to?: WealthboxGetEvents200EventsItemVisibleTo;
|
|
2780
|
+
[key: string]: unknown | null;
|
|
2680
2781
|
};
|
|
2681
2782
|
export type WealthboxGetEvents200 = {
|
|
2682
2783
|
events?: WealthboxGetEvents200EventsItem[];
|
|
2784
|
+
[key: string]: unknown | null;
|
|
2683
2785
|
};
|
|
2684
2786
|
/**
|
|
2685
2787
|
* @nullable
|
|
@@ -2789,6 +2891,7 @@ export type WealthboxGetEventsBody = {
|
|
|
2789
2891
|
updated_since?: string;
|
|
2790
2892
|
/** Integration user id for Wealthbox requests. */
|
|
2791
2893
|
userId: string;
|
|
2894
|
+
[key: string]: unknown | null;
|
|
2792
2895
|
};
|
|
2793
2896
|
export type WealthboxDeleteTaskBody = {
|
|
2794
2897
|
/**
|
|
@@ -2798,6 +2901,7 @@ export type WealthboxDeleteTaskBody = {
|
|
|
2798
2901
|
id: number | null;
|
|
2799
2902
|
/** Integration user id for Wealthbox requests. */
|
|
2800
2903
|
userId: string;
|
|
2904
|
+
[key: string]: unknown | null;
|
|
2801
2905
|
};
|
|
2802
2906
|
/**
|
|
2803
2907
|
* @nullable
|
|
@@ -2926,6 +3030,7 @@ export type WealthboxUpdateTask200 = {
|
|
|
2926
3030
|
updated_at?: WealthboxUpdateTask200UpdatedAt;
|
|
2927
3031
|
/** @nullable */
|
|
2928
3032
|
visible_to?: WealthboxUpdateTask200VisibleTo;
|
|
3033
|
+
[key: string]: unknown | null;
|
|
2929
3034
|
};
|
|
2930
3035
|
export type WealthboxUpdateTaskBodyPriority = typeof WealthboxUpdateTaskBodyPriority[keyof typeof WealthboxUpdateTaskBodyPriority];
|
|
2931
3036
|
export declare const WealthboxUpdateTaskBodyPriority: {
|
|
@@ -2938,6 +3043,7 @@ export type WealthboxUpdateTaskBodyLinkedToItem = {
|
|
|
2938
3043
|
id: number | null;
|
|
2939
3044
|
name?: string;
|
|
2940
3045
|
type: string;
|
|
3046
|
+
[key: string]: unknown | null;
|
|
2941
3047
|
};
|
|
2942
3048
|
export type WealthboxUpdateTaskBody = {
|
|
2943
3049
|
/** @nullable */
|
|
@@ -2963,12 +3069,14 @@ export type WealthboxUpdateTaskBody = {
|
|
|
2963
3069
|
/** Integration user id for Wealthbox requests. */
|
|
2964
3070
|
userId: string;
|
|
2965
3071
|
visible_to?: string;
|
|
3072
|
+
[key: string]: unknown | null;
|
|
2966
3073
|
};
|
|
2967
3074
|
export type WealthboxUpdateTaskBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateTaskBodyCustomFieldsItemValueAnyOf | WealthboxUpdateTaskBodyCustomFieldsItemValueAnyOfTwo;
|
|
2968
3075
|
export type WealthboxUpdateTaskBodyCustomFieldsItem = {
|
|
2969
3076
|
/** @nullable */
|
|
2970
3077
|
id: number | null;
|
|
2971
3078
|
value?: WealthboxUpdateTaskBodyCustomFieldsItemValue;
|
|
3079
|
+
[key: string]: unknown | null;
|
|
2972
3080
|
};
|
|
2973
3081
|
/**
|
|
2974
3082
|
* @nullable
|
|
@@ -3114,6 +3222,7 @@ export type WealthboxCreateTask200 = {
|
|
|
3114
3222
|
updated_at?: WealthboxCreateTask200UpdatedAt;
|
|
3115
3223
|
/** @nullable */
|
|
3116
3224
|
visible_to?: WealthboxCreateTask200VisibleTo;
|
|
3225
|
+
[key: string]: unknown | null;
|
|
3117
3226
|
};
|
|
3118
3227
|
export type WealthboxCreateTaskBodyPriority = typeof WealthboxCreateTaskBodyPriority[keyof typeof WealthboxCreateTaskBodyPriority];
|
|
3119
3228
|
export declare const WealthboxCreateTaskBodyPriority: {
|
|
@@ -3126,6 +3235,7 @@ export type WealthboxCreateTaskBodyLinkedToItem = {
|
|
|
3126
3235
|
id: number | null;
|
|
3127
3236
|
name?: string;
|
|
3128
3237
|
type: string;
|
|
3238
|
+
[key: string]: unknown | null;
|
|
3129
3239
|
};
|
|
3130
3240
|
/**
|
|
3131
3241
|
* @nullable
|
|
@@ -3140,6 +3250,7 @@ export type WealthboxCreateTaskBodyCustomFieldsItem = {
|
|
|
3140
3250
|
/** @nullable */
|
|
3141
3251
|
id: number | null;
|
|
3142
3252
|
value?: WealthboxCreateTaskBodyCustomFieldsItemValue;
|
|
3253
|
+
[key: string]: unknown | null;
|
|
3143
3254
|
};
|
|
3144
3255
|
/**
|
|
3145
3256
|
* @nullable
|
|
@@ -3169,6 +3280,7 @@ export type WealthboxCreateTaskBody = {
|
|
|
3169
3280
|
/** Integration user id for Wealthbox requests. */
|
|
3170
3281
|
userId: string;
|
|
3171
3282
|
visible_to?: string;
|
|
3283
|
+
[key: string]: unknown | null;
|
|
3172
3284
|
};
|
|
3173
3285
|
/**
|
|
3174
3286
|
* @nullable
|
|
@@ -3297,6 +3409,7 @@ export type WealthboxGetTask200 = {
|
|
|
3297
3409
|
updated_at?: WealthboxGetTask200UpdatedAt;
|
|
3298
3410
|
/** @nullable */
|
|
3299
3411
|
visible_to?: WealthboxGetTask200VisibleTo;
|
|
3412
|
+
[key: string]: unknown | null;
|
|
3300
3413
|
};
|
|
3301
3414
|
export type WealthboxGetTaskBody = {
|
|
3302
3415
|
/**
|
|
@@ -3306,9 +3419,11 @@ export type WealthboxGetTaskBody = {
|
|
|
3306
3419
|
id: number | null;
|
|
3307
3420
|
/** Integration user id for Wealthbox requests. */
|
|
3308
3421
|
userId: string;
|
|
3422
|
+
[key: string]: unknown | null;
|
|
3309
3423
|
};
|
|
3310
3424
|
export type WealthboxGetTasks200 = {
|
|
3311
3425
|
tasks?: WealthboxGetTasks200TasksItem[];
|
|
3426
|
+
[key: string]: unknown | null;
|
|
3312
3427
|
};
|
|
3313
3428
|
/**
|
|
3314
3429
|
* @nullable
|
|
@@ -3437,6 +3552,7 @@ export type WealthboxGetTasks200TasksItem = {
|
|
|
3437
3552
|
updated_at?: WealthboxGetTasks200TasksItemUpdatedAt;
|
|
3438
3553
|
/** @nullable */
|
|
3439
3554
|
visible_to?: WealthboxGetTasks200TasksItemVisibleTo;
|
|
3555
|
+
[key: string]: unknown | null;
|
|
3440
3556
|
};
|
|
3441
3557
|
/**
|
|
3442
3558
|
* The type of tasks that should be returned
|
|
@@ -3490,6 +3606,7 @@ export type WealthboxGetTasksBody = {
|
|
|
3490
3606
|
updated_since?: string;
|
|
3491
3607
|
/** Integration user id for Wealthbox requests. */
|
|
3492
3608
|
userId: string;
|
|
3609
|
+
[key: string]: unknown | null;
|
|
3493
3610
|
};
|
|
3494
3611
|
export type WealthboxDeleteContactBody = {
|
|
3495
3612
|
/**
|
|
@@ -3499,9 +3616,10 @@ export type WealthboxDeleteContactBody = {
|
|
|
3499
3616
|
id: number | null;
|
|
3500
3617
|
/** Integration user id for Wealthbox requests. */
|
|
3501
3618
|
userId: string;
|
|
3619
|
+
[key: string]: unknown | null;
|
|
3502
3620
|
};
|
|
3503
3621
|
export type WealthboxUpdateContact200WebsitesItem = {
|
|
3504
|
-
[key: string]: unknown;
|
|
3622
|
+
[key: string]: unknown | null;
|
|
3505
3623
|
};
|
|
3506
3624
|
/**
|
|
3507
3625
|
* @nullable
|
|
@@ -3536,14 +3654,14 @@ export type WealthboxUpdateContact200TaxYear = unknown | null;
|
|
|
3536
3654
|
*/
|
|
3537
3655
|
export type WealthboxUpdateContact200TaxBracket = unknown | null;
|
|
3538
3656
|
export type WealthboxUpdateContact200TagsItem = {
|
|
3539
|
-
[key: string]: unknown;
|
|
3657
|
+
[key: string]: unknown | null;
|
|
3540
3658
|
};
|
|
3541
3659
|
/**
|
|
3542
3660
|
* @nullable
|
|
3543
3661
|
*/
|
|
3544
3662
|
export type WealthboxUpdateContact200Suffix = unknown | null;
|
|
3545
3663
|
export type WealthboxUpdateContact200StreetAddressesItem = {
|
|
3546
|
-
[key: string]: unknown;
|
|
3664
|
+
[key: string]: unknown | null;
|
|
3547
3665
|
};
|
|
3548
3666
|
/**
|
|
3549
3667
|
* @nullable
|
|
@@ -3582,7 +3700,7 @@ export type WealthboxUpdateContact200ReferredBy = unknown | null;
|
|
|
3582
3700
|
*/
|
|
3583
3701
|
export type WealthboxUpdateContact200Prefix = unknown | null;
|
|
3584
3702
|
export type WealthboxUpdateContact200PhoneNumbersItem = {
|
|
3585
|
-
[key: string]: unknown;
|
|
3703
|
+
[key: string]: unknown | null;
|
|
3586
3704
|
};
|
|
3587
3705
|
/**
|
|
3588
3706
|
* @nullable
|
|
@@ -3605,7 +3723,7 @@ export type WealthboxUpdateContact200OtherInvestingExperience = unknown | null;
|
|
|
3605
3723
|
*/
|
|
3606
3724
|
export type WealthboxUpdateContact200Other = unknown | null;
|
|
3607
3725
|
export type WealthboxUpdateContact200Occupation = {
|
|
3608
|
-
[key: string]: unknown;
|
|
3726
|
+
[key: string]: unknown | null;
|
|
3609
3727
|
};
|
|
3610
3728
|
/**
|
|
3611
3729
|
* @nullable
|
|
@@ -3692,7 +3810,7 @@ export type WealthboxUpdateContact200HouseholdTitle = unknown | null;
|
|
|
3692
3810
|
*/
|
|
3693
3811
|
export type WealthboxUpdateContact200HouseholdName = unknown | null;
|
|
3694
3812
|
export type WealthboxUpdateContact200HouseholdMembersItem = {
|
|
3695
|
-
[key: string]: unknown;
|
|
3813
|
+
[key: string]: unknown | null;
|
|
3696
3814
|
};
|
|
3697
3815
|
/**
|
|
3698
3816
|
* @nullable
|
|
@@ -3706,6 +3824,7 @@ export type WealthboxUpdateContact200Household = {
|
|
|
3706
3824
|
name?: WealthboxUpdateContact200HouseholdName;
|
|
3707
3825
|
/** @nullable */
|
|
3708
3826
|
title?: WealthboxUpdateContact200HouseholdTitle;
|
|
3827
|
+
[key: string]: unknown | null;
|
|
3709
3828
|
};
|
|
3710
3829
|
/**
|
|
3711
3830
|
* @nullable
|
|
@@ -3736,10 +3855,10 @@ export type WealthboxUpdateContact200ExternalUniqueId = unknown | null;
|
|
|
3736
3855
|
*/
|
|
3737
3856
|
export type WealthboxUpdateContact200EstimatedTaxes = unknown | null;
|
|
3738
3857
|
export type WealthboxUpdateContact200EmailAddressesItem = {
|
|
3739
|
-
[key: string]: unknown;
|
|
3858
|
+
[key: string]: unknown | null;
|
|
3740
3859
|
};
|
|
3741
3860
|
export type WealthboxUpdateContact200DriversLicense = {
|
|
3742
|
-
[key: string]: unknown;
|
|
3861
|
+
[key: string]: unknown | null;
|
|
3743
3862
|
};
|
|
3744
3863
|
/**
|
|
3745
3864
|
* @nullable
|
|
@@ -3750,7 +3869,7 @@ export type WealthboxUpdateContact200Doctor = unknown | null;
|
|
|
3750
3869
|
*/
|
|
3751
3870
|
export type WealthboxUpdateContact200DateOfDeath = unknown | null;
|
|
3752
3871
|
export type WealthboxUpdateContact200CustomFieldsItem = {
|
|
3753
|
-
[key: string]: unknown;
|
|
3872
|
+
[key: string]: unknown | null;
|
|
3754
3873
|
};
|
|
3755
3874
|
/**
|
|
3756
3875
|
* @nullable
|
|
@@ -3773,7 +3892,7 @@ export type WealthboxUpdateContact200ContactType = unknown | null;
|
|
|
3773
3892
|
*/
|
|
3774
3893
|
export type WealthboxUpdateContact200ContactSource = unknown | null;
|
|
3775
3894
|
export type WealthboxUpdateContact200ContactRolesItem = {
|
|
3776
|
-
[key: string]: unknown;
|
|
3895
|
+
[key: string]: unknown | null;
|
|
3777
3896
|
};
|
|
3778
3897
|
/**
|
|
3779
3898
|
* @nullable
|
|
@@ -3976,6 +4095,7 @@ export type WealthboxUpdateContact200 = {
|
|
|
3976
4095
|
/** @nullable */
|
|
3977
4096
|
visible_to?: WealthboxUpdateContact200VisibleTo;
|
|
3978
4097
|
websites?: WealthboxUpdateContact200WebsitesItem[];
|
|
4098
|
+
[key: string]: unknown | null;
|
|
3979
4099
|
};
|
|
3980
4100
|
export type WealthboxUpdateContactBodyAllOfTwoeight = {
|
|
3981
4101
|
/**
|
|
@@ -3985,6 +4105,7 @@ export type WealthboxUpdateContactBodyAllOfTwoeight = {
|
|
|
3985
4105
|
id: number | null;
|
|
3986
4106
|
/** Integration user id for Wealthbox requests. */
|
|
3987
4107
|
userId: string;
|
|
4108
|
+
[key: string]: unknown | null;
|
|
3988
4109
|
};
|
|
3989
4110
|
export type WealthboxUpdateContactBody = WealthboxUpdateContactBodyAllOf & WealthboxUpdateContactBodyAllOfTwoeight;
|
|
3990
4111
|
export type WealthboxUpdateContactBodyAllOfWebsitesItemKind = typeof WealthboxUpdateContactBodyAllOfWebsitesItemKind[keyof typeof WealthboxUpdateContactBodyAllOfWebsitesItemKind];
|
|
@@ -3998,6 +4119,7 @@ export type WealthboxUpdateContactBodyAllOfWebsitesItem = {
|
|
|
3998
4119
|
destroy?: boolean;
|
|
3999
4120
|
kind?: WealthboxUpdateContactBodyAllOfWebsitesItemKind;
|
|
4000
4121
|
principal?: boolean;
|
|
4122
|
+
[key: string]: unknown | null;
|
|
4001
4123
|
};
|
|
4002
4124
|
export type WealthboxUpdateContactBodyAllOfType = typeof WealthboxUpdateContactBodyAllOfType[keyof typeof WealthboxUpdateContactBodyAllOfType];
|
|
4003
4125
|
export declare const WealthboxUpdateContactBodyAllOfType: {
|
|
@@ -4031,6 +4153,7 @@ export type WealthboxUpdateContactBodyAllOfStreetAddressesItem = {
|
|
|
4031
4153
|
street_line_1?: string;
|
|
4032
4154
|
street_line_2?: string;
|
|
4033
4155
|
zip_code?: string;
|
|
4156
|
+
[key: string]: unknown | null;
|
|
4034
4157
|
};
|
|
4035
4158
|
export type WealthboxUpdateContactBodyAllOfStatus = typeof WealthboxUpdateContactBodyAllOfStatus[keyof typeof WealthboxUpdateContactBodyAllOfStatus];
|
|
4036
4159
|
export declare const WealthboxUpdateContactBodyAllOfStatus: {
|
|
@@ -4058,10 +4181,12 @@ export type WealthboxUpdateContactBodyAllOfPhoneNumbersItem = {
|
|
|
4058
4181
|
extension?: string;
|
|
4059
4182
|
kind?: WealthboxUpdateContactBodyAllOfPhoneNumbersItemKind;
|
|
4060
4183
|
principal?: boolean;
|
|
4184
|
+
[key: string]: unknown | null;
|
|
4061
4185
|
};
|
|
4062
4186
|
export type WealthboxUpdateContactBodyAllOfOccupation = {
|
|
4063
4187
|
name?: string;
|
|
4064
4188
|
start_date?: string;
|
|
4189
|
+
[key: string]: unknown | null;
|
|
4065
4190
|
};
|
|
4066
4191
|
export type WealthboxUpdateContactBodyAllOfMaritalStatus = typeof WealthboxUpdateContactBodyAllOfMaritalStatus[keyof typeof WealthboxUpdateContactBodyAllOfMaritalStatus];
|
|
4067
4192
|
export declare const WealthboxUpdateContactBodyAllOfMaritalStatus: {
|
|
@@ -4095,6 +4220,7 @@ export declare const WealthboxUpdateContactBodyAllOfHouseholdTitle: {
|
|
|
4095
4220
|
export type WealthboxUpdateContactBodyAllOfHousehold = {
|
|
4096
4221
|
name?: string;
|
|
4097
4222
|
title?: WealthboxUpdateContactBodyAllOfHouseholdTitle;
|
|
4223
|
+
[key: string]: unknown | null;
|
|
4098
4224
|
};
|
|
4099
4225
|
export type WealthboxUpdateContactBodyAllOfGender = typeof WealthboxUpdateContactBodyAllOfGender[keyof typeof WealthboxUpdateContactBodyAllOfGender];
|
|
4100
4226
|
export declare const WealthboxUpdateContactBodyAllOfGender: {
|
|
@@ -4117,12 +4243,14 @@ export type WealthboxUpdateContactBodyAllOfEmailAddressesItem = {
|
|
|
4117
4243
|
destroy?: boolean;
|
|
4118
4244
|
kind?: WealthboxUpdateContactBodyAllOfEmailAddressesItemKind;
|
|
4119
4245
|
principal?: boolean;
|
|
4246
|
+
[key: string]: unknown | null;
|
|
4120
4247
|
};
|
|
4121
4248
|
export type WealthboxUpdateContactBodyAllOfDriversLicense = {
|
|
4122
4249
|
expires_date?: string;
|
|
4123
4250
|
issued_date?: string;
|
|
4124
4251
|
number?: string;
|
|
4125
4252
|
state?: string;
|
|
4253
|
+
[key: string]: unknown | null;
|
|
4126
4254
|
};
|
|
4127
4255
|
export type WealthboxUpdateContactBodyAllOf = {
|
|
4128
4256
|
/** @nullable */
|
|
@@ -4226,6 +4354,7 @@ export type WealthboxUpdateContactBodyAllOf = {
|
|
|
4226
4354
|
/** Visibility: Everyone, Private, or a user group id (string) for group-restricted access per Wealthbox API. */
|
|
4227
4355
|
visible_to?: string;
|
|
4228
4356
|
websites?: WealthboxUpdateContactBodyAllOfWebsitesItem[];
|
|
4357
|
+
[key: string]: unknown | null;
|
|
4229
4358
|
};
|
|
4230
4359
|
/**
|
|
4231
4360
|
* @nullable
|
|
@@ -4240,6 +4369,7 @@ export type WealthboxUpdateContactBodyAllOfCustomFieldsItem = {
|
|
|
4240
4369
|
/** @nullable */
|
|
4241
4370
|
id?: number | null;
|
|
4242
4371
|
value?: WealthboxUpdateContactBodyAllOfCustomFieldsItemValue;
|
|
4372
|
+
[key: string]: unknown | null;
|
|
4243
4373
|
};
|
|
4244
4374
|
export type WealthboxUpdateContactBodyAllOfContactType = typeof WealthboxUpdateContactBodyAllOfContactType[keyof typeof WealthboxUpdateContactBodyAllOfContactType];
|
|
4245
4375
|
export declare const WealthboxUpdateContactBodyAllOfContactType: {
|
|
@@ -4262,9 +4392,10 @@ export type WealthboxUpdateContactBodyAllOfContactRolesItem = {
|
|
|
4262
4392
|
id: number | null;
|
|
4263
4393
|
/** @nullable */
|
|
4264
4394
|
value: number | null;
|
|
4395
|
+
[key: string]: unknown | null;
|
|
4265
4396
|
};
|
|
4266
4397
|
export type WealthboxCreateContact200WebsitesItem = {
|
|
4267
|
-
[key: string]: unknown;
|
|
4398
|
+
[key: string]: unknown | null;
|
|
4268
4399
|
};
|
|
4269
4400
|
/**
|
|
4270
4401
|
* @nullable
|
|
@@ -4299,14 +4430,14 @@ export type WealthboxCreateContact200TaxYear = unknown | null;
|
|
|
4299
4430
|
*/
|
|
4300
4431
|
export type WealthboxCreateContact200TaxBracket = unknown | null;
|
|
4301
4432
|
export type WealthboxCreateContact200TagsItem = {
|
|
4302
|
-
[key: string]: unknown;
|
|
4433
|
+
[key: string]: unknown | null;
|
|
4303
4434
|
};
|
|
4304
4435
|
/**
|
|
4305
4436
|
* @nullable
|
|
4306
4437
|
*/
|
|
4307
4438
|
export type WealthboxCreateContact200Suffix = unknown | null;
|
|
4308
4439
|
export type WealthboxCreateContact200StreetAddressesItem = {
|
|
4309
|
-
[key: string]: unknown;
|
|
4440
|
+
[key: string]: unknown | null;
|
|
4310
4441
|
};
|
|
4311
4442
|
/**
|
|
4312
4443
|
* @nullable
|
|
@@ -4345,7 +4476,7 @@ export type WealthboxCreateContact200ReferredBy = unknown | null;
|
|
|
4345
4476
|
*/
|
|
4346
4477
|
export type WealthboxCreateContact200Prefix = unknown | null;
|
|
4347
4478
|
export type WealthboxCreateContact200PhoneNumbersItem = {
|
|
4348
|
-
[key: string]: unknown;
|
|
4479
|
+
[key: string]: unknown | null;
|
|
4349
4480
|
};
|
|
4350
4481
|
/**
|
|
4351
4482
|
* @nullable
|
|
@@ -4368,7 +4499,7 @@ export type WealthboxCreateContact200OtherInvestingExperience = unknown | null;
|
|
|
4368
4499
|
*/
|
|
4369
4500
|
export type WealthboxCreateContact200Other = unknown | null;
|
|
4370
4501
|
export type WealthboxCreateContact200Occupation = {
|
|
4371
|
-
[key: string]: unknown;
|
|
4502
|
+
[key: string]: unknown | null;
|
|
4372
4503
|
};
|
|
4373
4504
|
/**
|
|
4374
4505
|
* @nullable
|
|
@@ -4595,6 +4726,7 @@ export type WealthboxCreateContact200 = {
|
|
|
4595
4726
|
/** @nullable */
|
|
4596
4727
|
visible_to?: WealthboxCreateContact200VisibleTo;
|
|
4597
4728
|
websites?: WealthboxCreateContact200WebsitesItem[];
|
|
4729
|
+
[key: string]: unknown | null;
|
|
4598
4730
|
};
|
|
4599
4731
|
/**
|
|
4600
4732
|
* @nullable
|
|
@@ -4605,7 +4737,7 @@ export type WealthboxCreateContact200HouseholdTitle = unknown | null;
|
|
|
4605
4737
|
*/
|
|
4606
4738
|
export type WealthboxCreateContact200HouseholdName = unknown | null;
|
|
4607
4739
|
export type WealthboxCreateContact200HouseholdMembersItem = {
|
|
4608
|
-
[key: string]: unknown;
|
|
4740
|
+
[key: string]: unknown | null;
|
|
4609
4741
|
};
|
|
4610
4742
|
/**
|
|
4611
4743
|
* @nullable
|
|
@@ -4619,6 +4751,7 @@ export type WealthboxCreateContact200Household = {
|
|
|
4619
4751
|
name?: WealthboxCreateContact200HouseholdName;
|
|
4620
4752
|
/** @nullable */
|
|
4621
4753
|
title?: WealthboxCreateContact200HouseholdTitle;
|
|
4754
|
+
[key: string]: unknown | null;
|
|
4622
4755
|
};
|
|
4623
4756
|
/**
|
|
4624
4757
|
* @nullable
|
|
@@ -4649,10 +4782,10 @@ export type WealthboxCreateContact200ExternalUniqueId = unknown | null;
|
|
|
4649
4782
|
*/
|
|
4650
4783
|
export type WealthboxCreateContact200EstimatedTaxes = unknown | null;
|
|
4651
4784
|
export type WealthboxCreateContact200EmailAddressesItem = {
|
|
4652
|
-
[key: string]: unknown;
|
|
4785
|
+
[key: string]: unknown | null;
|
|
4653
4786
|
};
|
|
4654
4787
|
export type WealthboxCreateContact200DriversLicense = {
|
|
4655
|
-
[key: string]: unknown;
|
|
4788
|
+
[key: string]: unknown | null;
|
|
4656
4789
|
};
|
|
4657
4790
|
/**
|
|
4658
4791
|
* @nullable
|
|
@@ -4663,7 +4796,7 @@ export type WealthboxCreateContact200Doctor = unknown | null;
|
|
|
4663
4796
|
*/
|
|
4664
4797
|
export type WealthboxCreateContact200DateOfDeath = unknown | null;
|
|
4665
4798
|
export type WealthboxCreateContact200CustomFieldsItem = {
|
|
4666
|
-
[key: string]: unknown;
|
|
4799
|
+
[key: string]: unknown | null;
|
|
4667
4800
|
};
|
|
4668
4801
|
/**
|
|
4669
4802
|
* @nullable
|
|
@@ -4686,7 +4819,7 @@ export type WealthboxCreateContact200ContactType = unknown | null;
|
|
|
4686
4819
|
*/
|
|
4687
4820
|
export type WealthboxCreateContact200ContactSource = unknown | null;
|
|
4688
4821
|
export type WealthboxCreateContact200ContactRolesItem = {
|
|
4689
|
-
[key: string]: unknown;
|
|
4822
|
+
[key: string]: unknown | null;
|
|
4690
4823
|
};
|
|
4691
4824
|
/**
|
|
4692
4825
|
* @nullable
|
|
@@ -4751,6 +4884,7 @@ export type WealthboxCreateContactBodyWebsitesItem = {
|
|
|
4751
4884
|
destroy?: boolean;
|
|
4752
4885
|
kind?: WealthboxCreateContactBodyWebsitesItemKind;
|
|
4753
4886
|
principal?: boolean;
|
|
4887
|
+
[key: string]: unknown | null;
|
|
4754
4888
|
};
|
|
4755
4889
|
export type WealthboxCreateContactBodyType = typeof WealthboxCreateContactBodyType[keyof typeof WealthboxCreateContactBodyType];
|
|
4756
4890
|
export declare const WealthboxCreateContactBodyType: {
|
|
@@ -4784,6 +4918,7 @@ export type WealthboxCreateContactBodyStreetAddressesItem = {
|
|
|
4784
4918
|
street_line_1?: string;
|
|
4785
4919
|
street_line_2?: string;
|
|
4786
4920
|
zip_code?: string;
|
|
4921
|
+
[key: string]: unknown | null;
|
|
4787
4922
|
};
|
|
4788
4923
|
export type WealthboxCreateContactBodyStatus = typeof WealthboxCreateContactBodyStatus[keyof typeof WealthboxCreateContactBodyStatus];
|
|
4789
4924
|
export declare const WealthboxCreateContactBodyStatus: {
|
|
@@ -4811,10 +4946,12 @@ export type WealthboxCreateContactBodyPhoneNumbersItem = {
|
|
|
4811
4946
|
extension?: string;
|
|
4812
4947
|
kind?: WealthboxCreateContactBodyPhoneNumbersItemKind;
|
|
4813
4948
|
principal?: boolean;
|
|
4949
|
+
[key: string]: unknown | null;
|
|
4814
4950
|
};
|
|
4815
4951
|
export type WealthboxCreateContactBodyOccupation = {
|
|
4816
4952
|
name?: string;
|
|
4817
4953
|
start_date?: string;
|
|
4954
|
+
[key: string]: unknown | null;
|
|
4818
4955
|
};
|
|
4819
4956
|
export type WealthboxCreateContactBodyMaritalStatus = typeof WealthboxCreateContactBodyMaritalStatus[keyof typeof WealthboxCreateContactBodyMaritalStatus];
|
|
4820
4957
|
export declare const WealthboxCreateContactBodyMaritalStatus: {
|
|
@@ -4848,6 +4985,7 @@ export declare const WealthboxCreateContactBodyHouseholdTitle: {
|
|
|
4848
4985
|
export type WealthboxCreateContactBodyHousehold = {
|
|
4849
4986
|
name?: string;
|
|
4850
4987
|
title?: WealthboxCreateContactBodyHouseholdTitle;
|
|
4988
|
+
[key: string]: unknown | null;
|
|
4851
4989
|
};
|
|
4852
4990
|
export type WealthboxCreateContactBodyGender = typeof WealthboxCreateContactBodyGender[keyof typeof WealthboxCreateContactBodyGender];
|
|
4853
4991
|
export declare const WealthboxCreateContactBodyGender: {
|
|
@@ -4870,12 +5008,14 @@ export type WealthboxCreateContactBodyEmailAddressesItem = {
|
|
|
4870
5008
|
destroy?: boolean;
|
|
4871
5009
|
kind?: WealthboxCreateContactBodyEmailAddressesItemKind;
|
|
4872
5010
|
principal?: boolean;
|
|
5011
|
+
[key: string]: unknown | null;
|
|
4873
5012
|
};
|
|
4874
5013
|
export type WealthboxCreateContactBodyDriversLicense = {
|
|
4875
5014
|
expires_date?: string;
|
|
4876
5015
|
issued_date?: string;
|
|
4877
5016
|
number?: string;
|
|
4878
5017
|
state?: string;
|
|
5018
|
+
[key: string]: unknown | null;
|
|
4879
5019
|
};
|
|
4880
5020
|
export type WealthboxCreateContactBody = {
|
|
4881
5021
|
/** @nullable */
|
|
@@ -4979,6 +5119,7 @@ export type WealthboxCreateContactBody = {
|
|
|
4979
5119
|
/** Visibility: Everyone, Private, or a user group id (string) for group-restricted access per Wealthbox API. */
|
|
4980
5120
|
visible_to?: string;
|
|
4981
5121
|
websites?: WealthboxCreateContactBodyWebsitesItem[];
|
|
5122
|
+
[key: string]: unknown | null;
|
|
4982
5123
|
};
|
|
4983
5124
|
/**
|
|
4984
5125
|
* @nullable
|
|
@@ -4993,6 +5134,7 @@ export type WealthboxCreateContactBodyCustomFieldsItem = {
|
|
|
4993
5134
|
/** @nullable */
|
|
4994
5135
|
id?: number | null;
|
|
4995
5136
|
value?: WealthboxCreateContactBodyCustomFieldsItemValue;
|
|
5137
|
+
[key: string]: unknown | null;
|
|
4996
5138
|
};
|
|
4997
5139
|
export type WealthboxCreateContactBodyContactType = typeof WealthboxCreateContactBodyContactType[keyof typeof WealthboxCreateContactBodyContactType];
|
|
4998
5140
|
export declare const WealthboxCreateContactBodyContactType: {
|
|
@@ -5015,9 +5157,10 @@ export type WealthboxCreateContactBodyContactRolesItem = {
|
|
|
5015
5157
|
id: number | null;
|
|
5016
5158
|
/** @nullable */
|
|
5017
5159
|
value: number | null;
|
|
5160
|
+
[key: string]: unknown | null;
|
|
5018
5161
|
};
|
|
5019
5162
|
export type WealthboxGetContact200WebsitesItem = {
|
|
5020
|
-
[key: string]: unknown;
|
|
5163
|
+
[key: string]: unknown | null;
|
|
5021
5164
|
};
|
|
5022
5165
|
/**
|
|
5023
5166
|
* @nullable
|
|
@@ -5052,14 +5195,14 @@ export type WealthboxGetContact200TaxYear = unknown | null;
|
|
|
5052
5195
|
*/
|
|
5053
5196
|
export type WealthboxGetContact200TaxBracket = unknown | null;
|
|
5054
5197
|
export type WealthboxGetContact200TagsItem = {
|
|
5055
|
-
[key: string]: unknown;
|
|
5198
|
+
[key: string]: unknown | null;
|
|
5056
5199
|
};
|
|
5057
5200
|
/**
|
|
5058
5201
|
* @nullable
|
|
5059
5202
|
*/
|
|
5060
5203
|
export type WealthboxGetContact200Suffix = unknown | null;
|
|
5061
5204
|
export type WealthboxGetContact200StreetAddressesItem = {
|
|
5062
|
-
[key: string]: unknown;
|
|
5205
|
+
[key: string]: unknown | null;
|
|
5063
5206
|
};
|
|
5064
5207
|
/**
|
|
5065
5208
|
* @nullable
|
|
@@ -5098,7 +5241,7 @@ export type WealthboxGetContact200ReferredBy = unknown | null;
|
|
|
5098
5241
|
*/
|
|
5099
5242
|
export type WealthboxGetContact200Prefix = unknown | null;
|
|
5100
5243
|
export type WealthboxGetContact200PhoneNumbersItem = {
|
|
5101
|
-
[key: string]: unknown;
|
|
5244
|
+
[key: string]: unknown | null;
|
|
5102
5245
|
};
|
|
5103
5246
|
/**
|
|
5104
5247
|
* @nullable
|
|
@@ -5121,7 +5264,7 @@ export type WealthboxGetContact200OtherInvestingExperience = unknown | null;
|
|
|
5121
5264
|
*/
|
|
5122
5265
|
export type WealthboxGetContact200Other = unknown | null;
|
|
5123
5266
|
export type WealthboxGetContact200Occupation = {
|
|
5124
|
-
[key: string]: unknown;
|
|
5267
|
+
[key: string]: unknown | null;
|
|
5125
5268
|
};
|
|
5126
5269
|
/**
|
|
5127
5270
|
* @nullable
|
|
@@ -5208,7 +5351,7 @@ export type WealthboxGetContact200HouseholdTitle = unknown | null;
|
|
|
5208
5351
|
*/
|
|
5209
5352
|
export type WealthboxGetContact200HouseholdName = unknown | null;
|
|
5210
5353
|
export type WealthboxGetContact200HouseholdMembersItem = {
|
|
5211
|
-
[key: string]: unknown;
|
|
5354
|
+
[key: string]: unknown | null;
|
|
5212
5355
|
};
|
|
5213
5356
|
/**
|
|
5214
5357
|
* @nullable
|
|
@@ -5222,6 +5365,7 @@ export type WealthboxGetContact200Household = {
|
|
|
5222
5365
|
name?: WealthboxGetContact200HouseholdName;
|
|
5223
5366
|
/** @nullable */
|
|
5224
5367
|
title?: WealthboxGetContact200HouseholdTitle;
|
|
5368
|
+
[key: string]: unknown | null;
|
|
5225
5369
|
};
|
|
5226
5370
|
/**
|
|
5227
5371
|
* @nullable
|
|
@@ -5252,10 +5396,10 @@ export type WealthboxGetContact200ExternalUniqueId = unknown | null;
|
|
|
5252
5396
|
*/
|
|
5253
5397
|
export type WealthboxGetContact200EstimatedTaxes = unknown | null;
|
|
5254
5398
|
export type WealthboxGetContact200EmailAddressesItem = {
|
|
5255
|
-
[key: string]: unknown;
|
|
5399
|
+
[key: string]: unknown | null;
|
|
5256
5400
|
};
|
|
5257
5401
|
export type WealthboxGetContact200DriversLicense = {
|
|
5258
|
-
[key: string]: unknown;
|
|
5402
|
+
[key: string]: unknown | null;
|
|
5259
5403
|
};
|
|
5260
5404
|
/**
|
|
5261
5405
|
* @nullable
|
|
@@ -5266,7 +5410,7 @@ export type WealthboxGetContact200Doctor = unknown | null;
|
|
|
5266
5410
|
*/
|
|
5267
5411
|
export type WealthboxGetContact200DateOfDeath = unknown | null;
|
|
5268
5412
|
export type WealthboxGetContact200CustomFieldsItem = {
|
|
5269
|
-
[key: string]: unknown;
|
|
5413
|
+
[key: string]: unknown | null;
|
|
5270
5414
|
};
|
|
5271
5415
|
/**
|
|
5272
5416
|
* @nullable
|
|
@@ -5289,7 +5433,7 @@ export type WealthboxGetContact200ContactType = unknown | null;
|
|
|
5289
5433
|
*/
|
|
5290
5434
|
export type WealthboxGetContact200ContactSource = unknown | null;
|
|
5291
5435
|
export type WealthboxGetContact200ContactRolesItem = {
|
|
5292
|
-
[key: string]: unknown;
|
|
5436
|
+
[key: string]: unknown | null;
|
|
5293
5437
|
};
|
|
5294
5438
|
/**
|
|
5295
5439
|
* @nullable
|
|
@@ -5492,6 +5636,7 @@ export type WealthboxGetContact200 = {
|
|
|
5492
5636
|
/** @nullable */
|
|
5493
5637
|
visible_to?: WealthboxGetContact200VisibleTo;
|
|
5494
5638
|
websites?: WealthboxGetContact200WebsitesItem[];
|
|
5639
|
+
[key: string]: unknown | null;
|
|
5495
5640
|
};
|
|
5496
5641
|
export type WealthboxGetContactBody = {
|
|
5497
5642
|
/**
|
|
@@ -5501,12 +5646,14 @@ export type WealthboxGetContactBody = {
|
|
|
5501
5646
|
id: number | null;
|
|
5502
5647
|
/** Integration user id for Wealthbox requests. */
|
|
5503
5648
|
userId: string;
|
|
5649
|
+
[key: string]: unknown | null;
|
|
5504
5650
|
};
|
|
5505
5651
|
export type WealthboxGetContacts200 = {
|
|
5506
5652
|
contacts?: WealthboxGetContacts200ContactsItem[];
|
|
5653
|
+
[key: string]: unknown | null;
|
|
5507
5654
|
};
|
|
5508
5655
|
export type WealthboxGetContacts200ContactsItemWebsitesItem = {
|
|
5509
|
-
[key: string]: unknown;
|
|
5656
|
+
[key: string]: unknown | null;
|
|
5510
5657
|
};
|
|
5511
5658
|
/**
|
|
5512
5659
|
* @nullable
|
|
@@ -5541,14 +5688,14 @@ export type WealthboxGetContacts200ContactsItemTaxYear = unknown | null;
|
|
|
5541
5688
|
*/
|
|
5542
5689
|
export type WealthboxGetContacts200ContactsItemTaxBracket = unknown | null;
|
|
5543
5690
|
export type WealthboxGetContacts200ContactsItemTagsItem = {
|
|
5544
|
-
[key: string]: unknown;
|
|
5691
|
+
[key: string]: unknown | null;
|
|
5545
5692
|
};
|
|
5546
5693
|
/**
|
|
5547
5694
|
* @nullable
|
|
5548
5695
|
*/
|
|
5549
5696
|
export type WealthboxGetContacts200ContactsItemSuffix = unknown | null;
|
|
5550
5697
|
export type WealthboxGetContacts200ContactsItemStreetAddressesItem = {
|
|
5551
|
-
[key: string]: unknown;
|
|
5698
|
+
[key: string]: unknown | null;
|
|
5552
5699
|
};
|
|
5553
5700
|
/**
|
|
5554
5701
|
* @nullable
|
|
@@ -5587,7 +5734,7 @@ export type WealthboxGetContacts200ContactsItemReferredBy = unknown | null;
|
|
|
5587
5734
|
*/
|
|
5588
5735
|
export type WealthboxGetContacts200ContactsItemPrefix = unknown | null;
|
|
5589
5736
|
export type WealthboxGetContacts200ContactsItemPhoneNumbersItem = {
|
|
5590
|
-
[key: string]: unknown;
|
|
5737
|
+
[key: string]: unknown | null;
|
|
5591
5738
|
};
|
|
5592
5739
|
/**
|
|
5593
5740
|
* @nullable
|
|
@@ -5610,7 +5757,7 @@ export type WealthboxGetContacts200ContactsItemOtherInvestingExperience = unknow
|
|
|
5610
5757
|
*/
|
|
5611
5758
|
export type WealthboxGetContacts200ContactsItemOther = unknown | null;
|
|
5612
5759
|
export type WealthboxGetContacts200ContactsItemOccupation = {
|
|
5613
|
-
[key: string]: unknown;
|
|
5760
|
+
[key: string]: unknown | null;
|
|
5614
5761
|
};
|
|
5615
5762
|
/**
|
|
5616
5763
|
* @nullable
|
|
@@ -5697,7 +5844,7 @@ export type WealthboxGetContacts200ContactsItemHouseholdTitle = unknown | null;
|
|
|
5697
5844
|
*/
|
|
5698
5845
|
export type WealthboxGetContacts200ContactsItemHouseholdName = unknown | null;
|
|
5699
5846
|
export type WealthboxGetContacts200ContactsItemHouseholdMembersItem = {
|
|
5700
|
-
[key: string]: unknown;
|
|
5847
|
+
[key: string]: unknown | null;
|
|
5701
5848
|
};
|
|
5702
5849
|
/**
|
|
5703
5850
|
* @nullable
|
|
@@ -5711,6 +5858,7 @@ export type WealthboxGetContacts200ContactsItemHousehold = {
|
|
|
5711
5858
|
name?: WealthboxGetContacts200ContactsItemHouseholdName;
|
|
5712
5859
|
/** @nullable */
|
|
5713
5860
|
title?: WealthboxGetContacts200ContactsItemHouseholdTitle;
|
|
5861
|
+
[key: string]: unknown | null;
|
|
5714
5862
|
};
|
|
5715
5863
|
/**
|
|
5716
5864
|
* @nullable
|
|
@@ -5741,10 +5889,10 @@ export type WealthboxGetContacts200ContactsItemExternalUniqueId = unknown | null
|
|
|
5741
5889
|
*/
|
|
5742
5890
|
export type WealthboxGetContacts200ContactsItemEstimatedTaxes = unknown | null;
|
|
5743
5891
|
export type WealthboxGetContacts200ContactsItemEmailAddressesItem = {
|
|
5744
|
-
[key: string]: unknown;
|
|
5892
|
+
[key: string]: unknown | null;
|
|
5745
5893
|
};
|
|
5746
5894
|
export type WealthboxGetContacts200ContactsItemDriversLicense = {
|
|
5747
|
-
[key: string]: unknown;
|
|
5895
|
+
[key: string]: unknown | null;
|
|
5748
5896
|
};
|
|
5749
5897
|
/**
|
|
5750
5898
|
* @nullable
|
|
@@ -5755,7 +5903,7 @@ export type WealthboxGetContacts200ContactsItemDoctor = unknown | null;
|
|
|
5755
5903
|
*/
|
|
5756
5904
|
export type WealthboxGetContacts200ContactsItemDateOfDeath = unknown | null;
|
|
5757
5905
|
export type WealthboxGetContacts200ContactsItemCustomFieldsItem = {
|
|
5758
|
-
[key: string]: unknown;
|
|
5906
|
+
[key: string]: unknown | null;
|
|
5759
5907
|
};
|
|
5760
5908
|
/**
|
|
5761
5909
|
* @nullable
|
|
@@ -5778,7 +5926,7 @@ export type WealthboxGetContacts200ContactsItemContactType = unknown | null;
|
|
|
5778
5926
|
*/
|
|
5779
5927
|
export type WealthboxGetContacts200ContactsItemContactSource = unknown | null;
|
|
5780
5928
|
export type WealthboxGetContacts200ContactsItemContactRolesItem = {
|
|
5781
|
-
[key: string]: unknown;
|
|
5929
|
+
[key: string]: unknown | null;
|
|
5782
5930
|
};
|
|
5783
5931
|
/**
|
|
5784
5932
|
* @nullable
|
|
@@ -5981,6 +6129,7 @@ export type WealthboxGetContacts200ContactsItem = {
|
|
|
5981
6129
|
/** @nullable */
|
|
5982
6130
|
visible_to?: WealthboxGetContacts200ContactsItemVisibleTo;
|
|
5983
6131
|
websites?: WealthboxGetContacts200ContactsItemWebsitesItem[];
|
|
6132
|
+
[key: string]: unknown | null;
|
|
5984
6133
|
};
|
|
5985
6134
|
export type WealthboxGetContactsBodyTags = string[] | string;
|
|
5986
6135
|
export type WealthboxGetContactsBody = {
|
|
@@ -6004,6 +6153,7 @@ export type WealthboxGetContactsBody = {
|
|
|
6004
6153
|
updated_since?: string;
|
|
6005
6154
|
/** Integration user id for Wealthbox requests. */
|
|
6006
6155
|
userId: string;
|
|
6156
|
+
[key: string]: unknown | null;
|
|
6007
6157
|
};
|
|
6008
6158
|
export type WealthboxOauthCallback200 = {
|
|
6009
6159
|
success: boolean;
|
|
@@ -6236,9 +6386,11 @@ export type RedtailCreateNoteComment200Comment = {
|
|
|
6236
6386
|
updated_at?: string | null;
|
|
6237
6387
|
/** @nullable */
|
|
6238
6388
|
user_id?: number | null;
|
|
6389
|
+
[key: string]: unknown | null;
|
|
6239
6390
|
};
|
|
6240
6391
|
export type RedtailCreateNoteComment200 = {
|
|
6241
6392
|
comment?: RedtailCreateNoteComment200Comment;
|
|
6393
|
+
[key: string]: unknown | null;
|
|
6242
6394
|
};
|
|
6243
6395
|
/**
|
|
6244
6396
|
* Create a comment on a note. Optional notify_user_id / notify_team_id accepted.
|
|
@@ -6252,6 +6404,7 @@ export type RedtailCreateNoteCommentBody = {
|
|
|
6252
6404
|
/** @nullable */
|
|
6253
6405
|
notify_user_id?: number | null;
|
|
6254
6406
|
userId: string;
|
|
6407
|
+
[key: string]: unknown | null;
|
|
6255
6408
|
};
|
|
6256
6409
|
export type RedtailGetNoteTemplate200NoteTemplate = {
|
|
6257
6410
|
/** @nullable */
|
|
@@ -6273,9 +6426,11 @@ export type RedtailGetNoteTemplate200NoteTemplate = {
|
|
|
6273
6426
|
subject?: string | null;
|
|
6274
6427
|
/** @nullable */
|
|
6275
6428
|
updated_at?: string | null;
|
|
6429
|
+
[key: string]: unknown | null;
|
|
6276
6430
|
};
|
|
6277
6431
|
export type RedtailGetNoteTemplate200 = {
|
|
6278
6432
|
note_template: RedtailGetNoteTemplate200NoteTemplate;
|
|
6433
|
+
[key: string]: unknown | null;
|
|
6279
6434
|
};
|
|
6280
6435
|
export type RedtailGetNoteTemplateBody = {
|
|
6281
6436
|
/**
|
|
@@ -6306,18 +6461,32 @@ export type RedtailGetNoteTemplates200NoteTemplatesItem = {
|
|
|
6306
6461
|
subject?: string | null;
|
|
6307
6462
|
/** @nullable */
|
|
6308
6463
|
updated_at?: string | null;
|
|
6464
|
+
[key: string]: unknown | null;
|
|
6309
6465
|
};
|
|
6310
6466
|
export type RedtailGetNoteTemplates200Meta = {
|
|
6311
6467
|
total_pages?: number;
|
|
6312
6468
|
total_records?: number;
|
|
6469
|
+
[key: string]: unknown | null;
|
|
6313
6470
|
};
|
|
6314
6471
|
export type RedtailGetNoteTemplates200 = {
|
|
6315
6472
|
meta?: RedtailGetNoteTemplates200Meta;
|
|
6316
6473
|
note_templates: RedtailGetNoteTemplates200NoteTemplatesItem[];
|
|
6474
|
+
[key: string]: unknown | null;
|
|
6317
6475
|
};
|
|
6318
6476
|
export type RedtailGetNoteTemplatesBody = {
|
|
6477
|
+
/**
|
|
6478
|
+
* Whether to include family member data for the families endpoint
|
|
6479
|
+
* @nullable
|
|
6480
|
+
*/
|
|
6481
|
+
family_members?: boolean | null;
|
|
6482
|
+
/**
|
|
6483
|
+
* Whether to include deleted records
|
|
6484
|
+
* @nullable
|
|
6485
|
+
*/
|
|
6486
|
+
show_deleted?: boolean | null;
|
|
6319
6487
|
/** Integration user id for Redtail requests. */
|
|
6320
6488
|
userId: string;
|
|
6489
|
+
[key: string]: unknown | null;
|
|
6321
6490
|
};
|
|
6322
6491
|
export type RedtailGetActivityTemplate200ActivityTemplate = {
|
|
6323
6492
|
/** @nullable */
|
|
@@ -6339,9 +6508,11 @@ export type RedtailGetActivityTemplate200ActivityTemplate = {
|
|
|
6339
6508
|
subject?: string | null;
|
|
6340
6509
|
/** @nullable */
|
|
6341
6510
|
updated_at?: string | null;
|
|
6511
|
+
[key: string]: unknown | null;
|
|
6342
6512
|
};
|
|
6343
6513
|
export type RedtailGetActivityTemplate200 = {
|
|
6344
6514
|
activity_template: RedtailGetActivityTemplate200ActivityTemplate;
|
|
6515
|
+
[key: string]: unknown | null;
|
|
6345
6516
|
};
|
|
6346
6517
|
export type RedtailGetActivityTemplateBody = {
|
|
6347
6518
|
/**
|
|
@@ -6372,10 +6543,12 @@ export type RedtailGetActivityTemplates200NoteTemplatesItem = {
|
|
|
6372
6543
|
subject?: string | null;
|
|
6373
6544
|
/** @nullable */
|
|
6374
6545
|
updated_at?: string | null;
|
|
6546
|
+
[key: string]: unknown | null;
|
|
6375
6547
|
};
|
|
6376
6548
|
export type RedtailGetActivityTemplates200Meta = {
|
|
6377
6549
|
total_pages?: number;
|
|
6378
6550
|
total_records?: number;
|
|
6551
|
+
[key: string]: unknown | null;
|
|
6379
6552
|
};
|
|
6380
6553
|
export type RedtailGetActivityTemplates200ActivityTemplatesItem = {
|
|
6381
6554
|
/** @nullable */
|
|
@@ -6397,6 +6570,7 @@ export type RedtailGetActivityTemplates200ActivityTemplatesItem = {
|
|
|
6397
6570
|
subject?: string | null;
|
|
6398
6571
|
/** @nullable */
|
|
6399
6572
|
updated_at?: string | null;
|
|
6573
|
+
[key: string]: unknown | null;
|
|
6400
6574
|
};
|
|
6401
6575
|
/**
|
|
6402
6576
|
* Redtail may return `activity_templates` or (legacy) `note_templates` for this endpoint.
|
|
@@ -6405,33 +6579,59 @@ export type RedtailGetActivityTemplates200 = {
|
|
|
6405
6579
|
activity_templates?: RedtailGetActivityTemplates200ActivityTemplatesItem[];
|
|
6406
6580
|
meta?: RedtailGetActivityTemplates200Meta;
|
|
6407
6581
|
note_templates?: RedtailGetActivityTemplates200NoteTemplatesItem[];
|
|
6582
|
+
[key: string]: unknown | null;
|
|
6408
6583
|
};
|
|
6409
6584
|
export type RedtailGetActivityTemplatesBody = {
|
|
6585
|
+
/**
|
|
6586
|
+
* Whether to include family member data for the families endpoint
|
|
6587
|
+
* @nullable
|
|
6588
|
+
*/
|
|
6589
|
+
family_members?: boolean | null;
|
|
6590
|
+
/**
|
|
6591
|
+
* Whether to include deleted records
|
|
6592
|
+
* @nullable
|
|
6593
|
+
*/
|
|
6594
|
+
show_deleted?: boolean | null;
|
|
6410
6595
|
/** Integration user id for Redtail requests. */
|
|
6411
6596
|
userId: string;
|
|
6597
|
+
[key: string]: unknown | null;
|
|
6412
6598
|
};
|
|
6413
6599
|
export type RedtailGetDatabaseTeams200Meta = {
|
|
6414
6600
|
total_pages?: number;
|
|
6415
6601
|
total_records?: number;
|
|
6602
|
+
[key: string]: unknown | null;
|
|
6416
6603
|
};
|
|
6417
6604
|
export type RedtailGetDatabaseTeams200DatabaseTeamsAnyOfTwo = {
|
|
6418
|
-
[key: string]: unknown;
|
|
6605
|
+
[key: string]: unknown | null;
|
|
6419
6606
|
};
|
|
6420
6607
|
export type RedtailGetDatabaseTeams200DatabaseTeamsAnyOfItem = {
|
|
6421
|
-
[key: string]: unknown;
|
|
6608
|
+
[key: string]: unknown | null;
|
|
6422
6609
|
};
|
|
6423
6610
|
export type RedtailGetDatabaseTeams200DatabaseTeams = RedtailGetDatabaseTeams200DatabaseTeamsAnyOfItem[] | RedtailGetDatabaseTeams200DatabaseTeamsAnyOfTwo;
|
|
6424
6611
|
export type RedtailGetDatabaseTeams200 = {
|
|
6425
6612
|
database_teams?: RedtailGetDatabaseTeams200DatabaseTeams;
|
|
6426
6613
|
meta?: RedtailGetDatabaseTeams200Meta;
|
|
6614
|
+
[key: string]: unknown | null;
|
|
6427
6615
|
};
|
|
6428
6616
|
export type RedtailGetDatabaseTeamsBody = {
|
|
6617
|
+
/**
|
|
6618
|
+
* Whether to include family member data for the families endpoint
|
|
6619
|
+
* @nullable
|
|
6620
|
+
*/
|
|
6621
|
+
family_members?: boolean | null;
|
|
6622
|
+
/**
|
|
6623
|
+
* Whether to include deleted records
|
|
6624
|
+
* @nullable
|
|
6625
|
+
*/
|
|
6626
|
+
show_deleted?: boolean | null;
|
|
6429
6627
|
/** Integration user id for Redtail requests. */
|
|
6430
6628
|
userId: string;
|
|
6629
|
+
[key: string]: unknown | null;
|
|
6431
6630
|
};
|
|
6432
6631
|
export type RedtailGetWritingAdvisors200AnyOfThree = {
|
|
6433
6632
|
total_pages?: number;
|
|
6434
6633
|
total_records?: number;
|
|
6634
|
+
[key: string]: unknown | null;
|
|
6435
6635
|
};
|
|
6436
6636
|
export type RedtailGetWritingAdvisors200AnyOfTwo = {
|
|
6437
6637
|
/** @nullable */
|
|
@@ -6445,6 +6645,7 @@ export type RedtailGetWritingAdvisors200AnyOfTwo = {
|
|
|
6445
6645
|
name?: string | null;
|
|
6446
6646
|
/** @nullable */
|
|
6447
6647
|
updated_at?: string | null;
|
|
6648
|
+
[key: string]: unknown | null;
|
|
6448
6649
|
};
|
|
6449
6650
|
export type RedtailGetWritingAdvisors200AnyOfItem = {
|
|
6450
6651
|
/** @nullable */
|
|
@@ -6458,17 +6659,30 @@ export type RedtailGetWritingAdvisors200AnyOfItem = {
|
|
|
6458
6659
|
name?: string | null;
|
|
6459
6660
|
/** @nullable */
|
|
6460
6661
|
updated_at?: string | null;
|
|
6662
|
+
[key: string]: unknown | null;
|
|
6461
6663
|
};
|
|
6462
6664
|
export type RedtailGetWritingAdvisors200 = {
|
|
6463
6665
|
[key: string]: RedtailGetWritingAdvisors200AnyOfItem[] | RedtailGetWritingAdvisors200AnyOfTwo | RedtailGetWritingAdvisors200AnyOfThree;
|
|
6464
6666
|
};
|
|
6465
6667
|
export type RedtailGetWritingAdvisorsBody = {
|
|
6668
|
+
/**
|
|
6669
|
+
* Whether to include family member data for the families endpoint
|
|
6670
|
+
* @nullable
|
|
6671
|
+
*/
|
|
6672
|
+
family_members?: boolean | null;
|
|
6673
|
+
/**
|
|
6674
|
+
* Whether to include deleted records
|
|
6675
|
+
* @nullable
|
|
6676
|
+
*/
|
|
6677
|
+
show_deleted?: boolean | null;
|
|
6466
6678
|
/** Integration user id for Redtail requests. */
|
|
6467
6679
|
userId: string;
|
|
6680
|
+
[key: string]: unknown | null;
|
|
6468
6681
|
};
|
|
6469
6682
|
export type RedtailGetServicingAdvisors200AnyOfThree = {
|
|
6470
6683
|
total_pages?: number;
|
|
6471
6684
|
total_records?: number;
|
|
6685
|
+
[key: string]: unknown | null;
|
|
6472
6686
|
};
|
|
6473
6687
|
export type RedtailGetServicingAdvisors200AnyOfTwo = {
|
|
6474
6688
|
/** @nullable */
|
|
@@ -6482,6 +6696,7 @@ export type RedtailGetServicingAdvisors200AnyOfTwo = {
|
|
|
6482
6696
|
name?: string | null;
|
|
6483
6697
|
/** @nullable */
|
|
6484
6698
|
updated_at?: string | null;
|
|
6699
|
+
[key: string]: unknown | null;
|
|
6485
6700
|
};
|
|
6486
6701
|
export type RedtailGetServicingAdvisors200AnyOfItem = {
|
|
6487
6702
|
/** @nullable */
|
|
@@ -6495,17 +6710,30 @@ export type RedtailGetServicingAdvisors200AnyOfItem = {
|
|
|
6495
6710
|
name?: string | null;
|
|
6496
6711
|
/** @nullable */
|
|
6497
6712
|
updated_at?: string | null;
|
|
6713
|
+
[key: string]: unknown | null;
|
|
6498
6714
|
};
|
|
6499
6715
|
export type RedtailGetServicingAdvisors200 = {
|
|
6500
6716
|
[key: string]: RedtailGetServicingAdvisors200AnyOfItem[] | RedtailGetServicingAdvisors200AnyOfTwo | RedtailGetServicingAdvisors200AnyOfThree;
|
|
6501
6717
|
};
|
|
6502
6718
|
export type RedtailGetServicingAdvisorsBody = {
|
|
6503
|
-
/**
|
|
6504
|
-
|
|
6505
|
-
|
|
6506
|
-
|
|
6507
|
-
|
|
6719
|
+
/**
|
|
6720
|
+
* Whether to include family member data for the families endpoint
|
|
6721
|
+
* @nullable
|
|
6722
|
+
*/
|
|
6723
|
+
family_members?: boolean | null;
|
|
6724
|
+
/**
|
|
6725
|
+
* Whether to include deleted records
|
|
6726
|
+
* @nullable
|
|
6727
|
+
*/
|
|
6728
|
+
show_deleted?: boolean | null;
|
|
6729
|
+
/** Integration user id for Redtail requests. */
|
|
6730
|
+
userId: string;
|
|
6731
|
+
[key: string]: unknown | null;
|
|
6732
|
+
};
|
|
6733
|
+
export type RedtailGetContactSalutations200AnyOfThree = {
|
|
6734
|
+
total_pages?: number;
|
|
6508
6735
|
total_records?: number;
|
|
6736
|
+
[key: string]: unknown | null;
|
|
6509
6737
|
};
|
|
6510
6738
|
export type RedtailGetContactSalutations200AnyOfTwo = {
|
|
6511
6739
|
/** @nullable */
|
|
@@ -6519,6 +6747,7 @@ export type RedtailGetContactSalutations200AnyOfTwo = {
|
|
|
6519
6747
|
name?: string | null;
|
|
6520
6748
|
/** @nullable */
|
|
6521
6749
|
updated_at?: string | null;
|
|
6750
|
+
[key: string]: unknown | null;
|
|
6522
6751
|
};
|
|
6523
6752
|
export type RedtailGetContactSalutations200AnyOfItem = {
|
|
6524
6753
|
/** @nullable */
|
|
@@ -6532,17 +6761,30 @@ export type RedtailGetContactSalutations200AnyOfItem = {
|
|
|
6532
6761
|
name?: string | null;
|
|
6533
6762
|
/** @nullable */
|
|
6534
6763
|
updated_at?: string | null;
|
|
6764
|
+
[key: string]: unknown | null;
|
|
6535
6765
|
};
|
|
6536
6766
|
export type RedtailGetContactSalutations200 = {
|
|
6537
6767
|
[key: string]: RedtailGetContactSalutations200AnyOfItem[] | RedtailGetContactSalutations200AnyOfTwo | RedtailGetContactSalutations200AnyOfThree;
|
|
6538
6768
|
};
|
|
6539
6769
|
export type RedtailGetContactSalutationsBody = {
|
|
6770
|
+
/**
|
|
6771
|
+
* Whether to include family member data for the families endpoint
|
|
6772
|
+
* @nullable
|
|
6773
|
+
*/
|
|
6774
|
+
family_members?: boolean | null;
|
|
6775
|
+
/**
|
|
6776
|
+
* Whether to include deleted records
|
|
6777
|
+
* @nullable
|
|
6778
|
+
*/
|
|
6779
|
+
show_deleted?: boolean | null;
|
|
6540
6780
|
/** Integration user id for Redtail requests. */
|
|
6541
6781
|
userId: string;
|
|
6782
|
+
[key: string]: unknown | null;
|
|
6542
6783
|
};
|
|
6543
6784
|
export type RedtailGetSources200AnyOfThree = {
|
|
6544
6785
|
total_pages?: number;
|
|
6545
6786
|
total_records?: number;
|
|
6787
|
+
[key: string]: unknown | null;
|
|
6546
6788
|
};
|
|
6547
6789
|
export type RedtailGetSources200AnyOfTwo = {
|
|
6548
6790
|
/** @nullable */
|
|
@@ -6556,6 +6798,7 @@ export type RedtailGetSources200AnyOfTwo = {
|
|
|
6556
6798
|
name?: string | null;
|
|
6557
6799
|
/** @nullable */
|
|
6558
6800
|
updated_at?: string | null;
|
|
6801
|
+
[key: string]: unknown | null;
|
|
6559
6802
|
};
|
|
6560
6803
|
export type RedtailGetSources200AnyOfItem = {
|
|
6561
6804
|
/** @nullable */
|
|
@@ -6569,17 +6812,30 @@ export type RedtailGetSources200AnyOfItem = {
|
|
|
6569
6812
|
name?: string | null;
|
|
6570
6813
|
/** @nullable */
|
|
6571
6814
|
updated_at?: string | null;
|
|
6815
|
+
[key: string]: unknown | null;
|
|
6572
6816
|
};
|
|
6573
6817
|
export type RedtailGetSources200 = {
|
|
6574
6818
|
[key: string]: RedtailGetSources200AnyOfItem[] | RedtailGetSources200AnyOfTwo | RedtailGetSources200AnyOfThree;
|
|
6575
6819
|
};
|
|
6576
6820
|
export type RedtailGetSourcesBody = {
|
|
6821
|
+
/**
|
|
6822
|
+
* Whether to include family member data for the families endpoint
|
|
6823
|
+
* @nullable
|
|
6824
|
+
*/
|
|
6825
|
+
family_members?: boolean | null;
|
|
6826
|
+
/**
|
|
6827
|
+
* Whether to include deleted records
|
|
6828
|
+
* @nullable
|
|
6829
|
+
*/
|
|
6830
|
+
show_deleted?: boolean | null;
|
|
6577
6831
|
/** Integration user id for Redtail requests. */
|
|
6578
6832
|
userId: string;
|
|
6833
|
+
[key: string]: unknown | null;
|
|
6579
6834
|
};
|
|
6580
6835
|
export type RedtailGetContactStatuses200AnyOfThree = {
|
|
6581
6836
|
total_pages?: number;
|
|
6582
6837
|
total_records?: number;
|
|
6838
|
+
[key: string]: unknown | null;
|
|
6583
6839
|
};
|
|
6584
6840
|
export type RedtailGetContactStatuses200AnyOfTwo = {
|
|
6585
6841
|
/** @nullable */
|
|
@@ -6593,6 +6849,7 @@ export type RedtailGetContactStatuses200AnyOfTwo = {
|
|
|
6593
6849
|
name?: string | null;
|
|
6594
6850
|
/** @nullable */
|
|
6595
6851
|
updated_at?: string | null;
|
|
6852
|
+
[key: string]: unknown | null;
|
|
6596
6853
|
};
|
|
6597
6854
|
export type RedtailGetContactStatuses200AnyOfItem = {
|
|
6598
6855
|
/** @nullable */
|
|
@@ -6606,17 +6863,30 @@ export type RedtailGetContactStatuses200AnyOfItem = {
|
|
|
6606
6863
|
name?: string | null;
|
|
6607
6864
|
/** @nullable */
|
|
6608
6865
|
updated_at?: string | null;
|
|
6866
|
+
[key: string]: unknown | null;
|
|
6609
6867
|
};
|
|
6610
6868
|
export type RedtailGetContactStatuses200 = {
|
|
6611
6869
|
[key: string]: RedtailGetContactStatuses200AnyOfItem[] | RedtailGetContactStatuses200AnyOfTwo | RedtailGetContactStatuses200AnyOfThree;
|
|
6612
6870
|
};
|
|
6613
6871
|
export type RedtailGetContactStatusesBody = {
|
|
6872
|
+
/**
|
|
6873
|
+
* Whether to include family member data for the families endpoint
|
|
6874
|
+
* @nullable
|
|
6875
|
+
*/
|
|
6876
|
+
family_members?: boolean | null;
|
|
6877
|
+
/**
|
|
6878
|
+
* Whether to include deleted records
|
|
6879
|
+
* @nullable
|
|
6880
|
+
*/
|
|
6881
|
+
show_deleted?: boolean | null;
|
|
6614
6882
|
/** Integration user id for Redtail requests. */
|
|
6615
6883
|
userId: string;
|
|
6884
|
+
[key: string]: unknown | null;
|
|
6616
6885
|
};
|
|
6617
6886
|
export type RedtailGetContactCategories200AnyOfThree = {
|
|
6618
6887
|
total_pages?: number;
|
|
6619
6888
|
total_records?: number;
|
|
6889
|
+
[key: string]: unknown | null;
|
|
6620
6890
|
};
|
|
6621
6891
|
export type RedtailGetContactCategories200AnyOfTwo = {
|
|
6622
6892
|
/** @nullable */
|
|
@@ -6630,6 +6900,7 @@ export type RedtailGetContactCategories200AnyOfTwo = {
|
|
|
6630
6900
|
name?: string | null;
|
|
6631
6901
|
/** @nullable */
|
|
6632
6902
|
updated_at?: string | null;
|
|
6903
|
+
[key: string]: unknown | null;
|
|
6633
6904
|
};
|
|
6634
6905
|
export type RedtailGetContactCategories200AnyOfItem = {
|
|
6635
6906
|
/** @nullable */
|
|
@@ -6643,17 +6914,30 @@ export type RedtailGetContactCategories200AnyOfItem = {
|
|
|
6643
6914
|
name?: string | null;
|
|
6644
6915
|
/** @nullable */
|
|
6645
6916
|
updated_at?: string | null;
|
|
6917
|
+
[key: string]: unknown | null;
|
|
6646
6918
|
};
|
|
6647
6919
|
export type RedtailGetContactCategories200 = {
|
|
6648
6920
|
[key: string]: RedtailGetContactCategories200AnyOfItem[] | RedtailGetContactCategories200AnyOfTwo | RedtailGetContactCategories200AnyOfThree;
|
|
6649
6921
|
};
|
|
6650
6922
|
export type RedtailGetContactCategoriesBody = {
|
|
6923
|
+
/**
|
|
6924
|
+
* Whether to include family member data for the families endpoint
|
|
6925
|
+
* @nullable
|
|
6926
|
+
*/
|
|
6927
|
+
family_members?: boolean | null;
|
|
6928
|
+
/**
|
|
6929
|
+
* Whether to include deleted records
|
|
6930
|
+
* @nullable
|
|
6931
|
+
*/
|
|
6932
|
+
show_deleted?: boolean | null;
|
|
6651
6933
|
/** Integration user id for Redtail requests. */
|
|
6652
6934
|
userId: string;
|
|
6935
|
+
[key: string]: unknown | null;
|
|
6653
6936
|
};
|
|
6654
6937
|
export type RedtailGetAccountTaxQualifiedTypes200AnyOfThree = {
|
|
6655
6938
|
total_pages?: number;
|
|
6656
6939
|
total_records?: number;
|
|
6940
|
+
[key: string]: unknown | null;
|
|
6657
6941
|
};
|
|
6658
6942
|
export type RedtailGetAccountTaxQualifiedTypes200AnyOfTwo = {
|
|
6659
6943
|
/** @nullable */
|
|
@@ -6667,6 +6951,7 @@ export type RedtailGetAccountTaxQualifiedTypes200AnyOfTwo = {
|
|
|
6667
6951
|
name?: string | null;
|
|
6668
6952
|
/** @nullable */
|
|
6669
6953
|
updated_at?: string | null;
|
|
6954
|
+
[key: string]: unknown | null;
|
|
6670
6955
|
};
|
|
6671
6956
|
export type RedtailGetAccountTaxQualifiedTypes200AnyOfItem = {
|
|
6672
6957
|
/** @nullable */
|
|
@@ -6680,17 +6965,30 @@ export type RedtailGetAccountTaxQualifiedTypes200AnyOfItem = {
|
|
|
6680
6965
|
name?: string | null;
|
|
6681
6966
|
/** @nullable */
|
|
6682
6967
|
updated_at?: string | null;
|
|
6968
|
+
[key: string]: unknown | null;
|
|
6683
6969
|
};
|
|
6684
6970
|
export type RedtailGetAccountTaxQualifiedTypes200 = {
|
|
6685
6971
|
[key: string]: RedtailGetAccountTaxQualifiedTypes200AnyOfItem[] | RedtailGetAccountTaxQualifiedTypes200AnyOfTwo | RedtailGetAccountTaxQualifiedTypes200AnyOfThree;
|
|
6686
6972
|
};
|
|
6687
6973
|
export type RedtailGetAccountTaxQualifiedTypesBody = {
|
|
6974
|
+
/**
|
|
6975
|
+
* Whether to include family member data for the families endpoint
|
|
6976
|
+
* @nullable
|
|
6977
|
+
*/
|
|
6978
|
+
family_members?: boolean | null;
|
|
6979
|
+
/**
|
|
6980
|
+
* Whether to include deleted records
|
|
6981
|
+
* @nullable
|
|
6982
|
+
*/
|
|
6983
|
+
show_deleted?: boolean | null;
|
|
6688
6984
|
/** Integration user id for Redtail requests. */
|
|
6689
6985
|
userId: string;
|
|
6986
|
+
[key: string]: unknown | null;
|
|
6690
6987
|
};
|
|
6691
6988
|
export type RedtailGetAccountTypes200AnyOfThree = {
|
|
6692
6989
|
total_pages?: number;
|
|
6693
6990
|
total_records?: number;
|
|
6991
|
+
[key: string]: unknown | null;
|
|
6694
6992
|
};
|
|
6695
6993
|
export type RedtailGetAccountTypes200AnyOfTwo = {
|
|
6696
6994
|
/** @nullable */
|
|
@@ -6704,6 +7002,7 @@ export type RedtailGetAccountTypes200AnyOfTwo = {
|
|
|
6704
7002
|
name?: string | null;
|
|
6705
7003
|
/** @nullable */
|
|
6706
7004
|
updated_at?: string | null;
|
|
7005
|
+
[key: string]: unknown | null;
|
|
6707
7006
|
};
|
|
6708
7007
|
export type RedtailGetAccountTypes200AnyOfItem = {
|
|
6709
7008
|
/** @nullable */
|
|
@@ -6717,13 +7016,25 @@ export type RedtailGetAccountTypes200AnyOfItem = {
|
|
|
6717
7016
|
name?: string | null;
|
|
6718
7017
|
/** @nullable */
|
|
6719
7018
|
updated_at?: string | null;
|
|
7019
|
+
[key: string]: unknown | null;
|
|
6720
7020
|
};
|
|
6721
7021
|
export type RedtailGetAccountTypes200 = {
|
|
6722
7022
|
[key: string]: RedtailGetAccountTypes200AnyOfItem[] | RedtailGetAccountTypes200AnyOfTwo | RedtailGetAccountTypes200AnyOfThree;
|
|
6723
7023
|
};
|
|
6724
7024
|
export type RedtailGetAccountTypesBody = {
|
|
7025
|
+
/**
|
|
7026
|
+
* Whether to include family member data for the families endpoint
|
|
7027
|
+
* @nullable
|
|
7028
|
+
*/
|
|
7029
|
+
family_members?: boolean | null;
|
|
7030
|
+
/**
|
|
7031
|
+
* Whether to include deleted records
|
|
7032
|
+
* @nullable
|
|
7033
|
+
*/
|
|
7034
|
+
show_deleted?: boolean | null;
|
|
6725
7035
|
/** Integration user id for Redtail requests. */
|
|
6726
7036
|
userId: string;
|
|
7037
|
+
[key: string]: unknown | null;
|
|
6727
7038
|
};
|
|
6728
7039
|
/**
|
|
6729
7040
|
* @nullable
|
|
@@ -6736,6 +7047,7 @@ export type RedtailUpdateContactTax200AnyOfTwo = unknown | null;
|
|
|
6736
7047
|
export type RedtailUpdateContactTax200AnyOf = {
|
|
6737
7048
|
id?: number;
|
|
6738
7049
|
success?: boolean;
|
|
7050
|
+
[key: string]: unknown | null;
|
|
6739
7051
|
};
|
|
6740
7052
|
export type RedtailUpdateContactTax200 = RedtailUpdateContactTax200AnyOf | '' | RedtailUpdateContactTax200AnyOfTwo | RedtailUpdateContactTax200AnyOfThree;
|
|
6741
7053
|
export type RedtailUpdateContactTaxBody = {
|
|
@@ -6763,9 +7075,11 @@ export type RedtailGetContactTax200Tax = {
|
|
|
6763
7075
|
id?: number;
|
|
6764
7076
|
/** @nullable */
|
|
6765
7077
|
updated_at?: string | null;
|
|
7078
|
+
[key: string]: unknown | null;
|
|
6766
7079
|
};
|
|
6767
7080
|
export type RedtailGetContactTax200 = {
|
|
6768
7081
|
tax?: RedtailGetContactTax200Tax;
|
|
7082
|
+
[key: string]: unknown | null;
|
|
6769
7083
|
};
|
|
6770
7084
|
export type RedtailGetContactTaxBody = {
|
|
6771
7085
|
/**
|
|
@@ -6775,6 +7089,7 @@ export type RedtailGetContactTaxBody = {
|
|
|
6775
7089
|
id: string;
|
|
6776
7090
|
/** Integration user id for Redtail requests. */
|
|
6777
7091
|
userId: string;
|
|
7092
|
+
[key: string]: unknown | null;
|
|
6778
7093
|
};
|
|
6779
7094
|
/**
|
|
6780
7095
|
* @nullable
|
|
@@ -6787,6 +7102,7 @@ export type RedtailUpdateContactSam200AnyOfTwo = unknown | null;
|
|
|
6787
7102
|
export type RedtailUpdateContactSam200AnyOf = {
|
|
6788
7103
|
id?: number;
|
|
6789
7104
|
success?: boolean;
|
|
7105
|
+
[key: string]: unknown | null;
|
|
6790
7106
|
};
|
|
6791
7107
|
export type RedtailUpdateContactSam200 = RedtailUpdateContactSam200AnyOf | '' | RedtailUpdateContactSam200AnyOfTwo | RedtailUpdateContactSam200AnyOfThree;
|
|
6792
7108
|
export type RedtailUpdateContactSamBody = {
|
|
@@ -6822,9 +7138,11 @@ export type RedtailGetContactSam200Sam = {
|
|
|
6822
7138
|
id?: number;
|
|
6823
7139
|
/** @nullable */
|
|
6824
7140
|
updated_at?: string | null;
|
|
7141
|
+
[key: string]: unknown | null;
|
|
6825
7142
|
};
|
|
6826
7143
|
export type RedtailGetContactSam200 = {
|
|
6827
7144
|
sam?: RedtailGetContactSam200Sam;
|
|
7145
|
+
[key: string]: unknown | null;
|
|
6828
7146
|
};
|
|
6829
7147
|
export type RedtailGetContactSamBody = {
|
|
6830
7148
|
/**
|
|
@@ -6834,6 +7152,7 @@ export type RedtailGetContactSamBody = {
|
|
|
6834
7152
|
id: string;
|
|
6835
7153
|
/** Integration user id for Redtail requests. */
|
|
6836
7154
|
userId: string;
|
|
7155
|
+
[key: string]: unknown | null;
|
|
6837
7156
|
};
|
|
6838
7157
|
export type RedtailUpdateContactRole200Role = {
|
|
6839
7158
|
contact_id?: number;
|
|
@@ -6844,9 +7163,11 @@ export type RedtailUpdateContactRole200Role = {
|
|
|
6844
7163
|
id?: number;
|
|
6845
7164
|
/** @nullable */
|
|
6846
7165
|
updated_at?: string | null;
|
|
7166
|
+
[key: string]: unknown | null;
|
|
6847
7167
|
};
|
|
6848
7168
|
export type RedtailUpdateContactRole200 = {
|
|
6849
7169
|
role?: RedtailUpdateContactRole200Role;
|
|
7170
|
+
[key: string]: unknown | null;
|
|
6850
7171
|
};
|
|
6851
7172
|
export type RedtailUpdateContactRoleBody = {
|
|
6852
7173
|
/** @nullable */
|
|
@@ -6873,9 +7194,11 @@ export type RedtailGetContactRole200Role = {
|
|
|
6873
7194
|
id?: number;
|
|
6874
7195
|
/** @nullable */
|
|
6875
7196
|
updated_at?: string | null;
|
|
7197
|
+
[key: string]: unknown | null;
|
|
6876
7198
|
};
|
|
6877
7199
|
export type RedtailGetContactRole200 = {
|
|
6878
7200
|
role?: RedtailGetContactRole200Role;
|
|
7201
|
+
[key: string]: unknown | null;
|
|
6879
7202
|
};
|
|
6880
7203
|
export type RedtailGetContactRoleBody = {
|
|
6881
7204
|
/**
|
|
@@ -6885,6 +7208,7 @@ export type RedtailGetContactRoleBody = {
|
|
|
6885
7208
|
id: string;
|
|
6886
7209
|
/** Integration user id for Redtail requests. */
|
|
6887
7210
|
userId: string;
|
|
7211
|
+
[key: string]: unknown | null;
|
|
6888
7212
|
};
|
|
6889
7213
|
/**
|
|
6890
7214
|
* @nullable
|
|
@@ -6897,6 +7221,7 @@ export type RedtailUpdateImportantInformation200AnyOfTwo = unknown | null;
|
|
|
6897
7221
|
export type RedtailUpdateImportantInformation200AnyOf = {
|
|
6898
7222
|
id?: number;
|
|
6899
7223
|
success?: boolean;
|
|
7224
|
+
[key: string]: unknown | null;
|
|
6900
7225
|
};
|
|
6901
7226
|
export type RedtailUpdateImportantInformation200 = RedtailUpdateImportantInformation200AnyOf | '' | RedtailUpdateImportantInformation200AnyOfTwo | RedtailUpdateImportantInformation200AnyOfThree;
|
|
6902
7227
|
export type RedtailUpdateImportantInformationBody = {
|
|
@@ -6922,9 +7247,11 @@ export type RedtailGetImportantInformation200ImportantInformation = {
|
|
|
6922
7247
|
id?: number;
|
|
6923
7248
|
/** @nullable */
|
|
6924
7249
|
updated_at?: string | null;
|
|
7250
|
+
[key: string]: unknown | null;
|
|
6925
7251
|
};
|
|
6926
7252
|
export type RedtailGetImportantInformation200 = {
|
|
6927
7253
|
important_information: RedtailGetImportantInformation200ImportantInformation;
|
|
7254
|
+
[key: string]: unknown | null;
|
|
6928
7255
|
};
|
|
6929
7256
|
export type RedtailGetImportantInformationBody = {
|
|
6930
7257
|
/**
|
|
@@ -6934,6 +7261,7 @@ export type RedtailGetImportantInformationBody = {
|
|
|
6934
7261
|
id: string;
|
|
6935
7262
|
/** Integration user id for Redtail requests. */
|
|
6936
7263
|
userId: string;
|
|
7264
|
+
[key: string]: unknown | null;
|
|
6937
7265
|
};
|
|
6938
7266
|
export type RedtailUpdateAccountDetails200AccountDetails = {
|
|
6939
7267
|
account_id?: number;
|
|
@@ -6956,9 +7284,11 @@ export type RedtailUpdateAccountDetails200AccountDetails = {
|
|
|
6956
7284
|
renewal_date?: string | null;
|
|
6957
7285
|
/** @nullable */
|
|
6958
7286
|
updated_at?: string | null;
|
|
7287
|
+
[key: string]: unknown | null;
|
|
6959
7288
|
};
|
|
6960
7289
|
export type RedtailUpdateAccountDetails200 = {
|
|
6961
7290
|
account_details: RedtailUpdateAccountDetails200AccountDetails;
|
|
7291
|
+
[key: string]: unknown | null;
|
|
6962
7292
|
};
|
|
6963
7293
|
export type RedtailUpdateAccountDetailsBodyAllOfThree = {
|
|
6964
7294
|
/** Integration user id for Redtail requests. */
|
|
@@ -6975,6 +7305,7 @@ export type RedtailUpdateAccountDetailsBodyAllOf = {
|
|
|
6975
7305
|
accountId: string;
|
|
6976
7306
|
/** Integration user id for Redtail requests. */
|
|
6977
7307
|
userId: string;
|
|
7308
|
+
[key: string]: unknown | null;
|
|
6978
7309
|
};
|
|
6979
7310
|
export type RedtailUpdateAccountDetailsBody = RedtailUpdateAccountDetailsBodyAllOf & RedtailUpdateAccountDetailsBodyAllOfTwo & RedtailUpdateAccountDetailsBodyAllOfThree;
|
|
6980
7311
|
/**
|
|
@@ -6988,6 +7319,7 @@ export type RedtailDeleteContactAccount200AnyOfTwo = unknown | null;
|
|
|
6988
7319
|
export type RedtailDeleteContactAccount200AnyOf = {
|
|
6989
7320
|
id?: number;
|
|
6990
7321
|
success?: boolean;
|
|
7322
|
+
[key: string]: unknown | null;
|
|
6991
7323
|
};
|
|
6992
7324
|
export type RedtailDeleteContactAccount200 = RedtailDeleteContactAccount200AnyOf | '' | RedtailDeleteContactAccount200AnyOfTwo | RedtailDeleteContactAccount200AnyOfThree;
|
|
6993
7325
|
/**
|
|
@@ -7006,15 +7338,18 @@ export type RedtailDeleteContactAccountBody = {
|
|
|
7006
7338
|
id: string;
|
|
7007
7339
|
/** Integration user id for Redtail requests. */
|
|
7008
7340
|
userId: string;
|
|
7341
|
+
[key: string]: unknown | null;
|
|
7009
7342
|
};
|
|
7010
7343
|
export type RedtailUpdateContactAccount200AnyOfNine = {
|
|
7011
7344
|
id?: number;
|
|
7012
7345
|
success?: boolean;
|
|
7346
|
+
[key: string]: unknown | null;
|
|
7013
7347
|
};
|
|
7014
7348
|
export type RedtailUpdateContactAccount200 = RedtailUpdateContactAccount200AnyOf | RedtailUpdateContactAccount200AnyOfNine;
|
|
7015
7349
|
export type RedtailUpdateContactAccount200AnyOfAccount = RedtailUpdateContactAccount200AnyOfAccountAnyOf | RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItem[];
|
|
7016
7350
|
export type RedtailUpdateContactAccount200AnyOf = {
|
|
7017
7351
|
account: RedtailUpdateContactAccount200AnyOfAccount;
|
|
7352
|
+
[key: string]: unknown | null;
|
|
7018
7353
|
};
|
|
7019
7354
|
/**
|
|
7020
7355
|
* @nullable
|
|
@@ -7047,6 +7382,7 @@ export type RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItem = {
|
|
|
7047
7382
|
taxqualified_type?: string | null;
|
|
7048
7383
|
/** @nullable */
|
|
7049
7384
|
updated_at?: string | null;
|
|
7385
|
+
[key: string]: unknown | null;
|
|
7050
7386
|
};
|
|
7051
7387
|
/**
|
|
7052
7388
|
* @nullable
|
|
@@ -7079,6 +7415,7 @@ export type RedtailUpdateContactAccount200AnyOfAccountAnyOf = {
|
|
|
7079
7415
|
taxqualified_type?: string | null;
|
|
7080
7416
|
/** @nullable */
|
|
7081
7417
|
updated_at?: string | null;
|
|
7418
|
+
[key: string]: unknown | null;
|
|
7082
7419
|
};
|
|
7083
7420
|
export type RedtailUpdateContactAccountBody = {
|
|
7084
7421
|
/**
|
|
@@ -7110,6 +7447,7 @@ export type RedtailUpdateContactAccountBody = {
|
|
|
7110
7447
|
export type RedtailCreateContactAccount200AnyOfNine = {
|
|
7111
7448
|
id?: number;
|
|
7112
7449
|
success?: boolean;
|
|
7450
|
+
[key: string]: unknown | null;
|
|
7113
7451
|
};
|
|
7114
7452
|
export type RedtailCreateContactAccount200 = RedtailCreateContactAccount200AnyOf | RedtailCreateContactAccount200AnyOfNine;
|
|
7115
7453
|
export type RedtailCreateContactAccount200AnyOfAccountAnyOfFourItem = {
|
|
@@ -7138,10 +7476,12 @@ export type RedtailCreateContactAccount200AnyOfAccountAnyOfFourItem = {
|
|
|
7138
7476
|
taxqualified_type?: string | null;
|
|
7139
7477
|
/** @nullable */
|
|
7140
7478
|
updated_at?: string | null;
|
|
7479
|
+
[key: string]: unknown | null;
|
|
7141
7480
|
};
|
|
7142
7481
|
export type RedtailCreateContactAccount200AnyOfAccount = RedtailCreateContactAccount200AnyOfAccountAnyOf | RedtailCreateContactAccount200AnyOfAccountAnyOfFourItem[];
|
|
7143
7482
|
export type RedtailCreateContactAccount200AnyOf = {
|
|
7144
7483
|
account: RedtailCreateContactAccount200AnyOfAccount;
|
|
7484
|
+
[key: string]: unknown | null;
|
|
7145
7485
|
};
|
|
7146
7486
|
/**
|
|
7147
7487
|
* @nullable
|
|
@@ -7179,6 +7519,7 @@ export type RedtailCreateContactAccount200AnyOfAccountAnyOf = {
|
|
|
7179
7519
|
taxqualified_type?: string | null;
|
|
7180
7520
|
/** @nullable */
|
|
7181
7521
|
updated_at?: string | null;
|
|
7522
|
+
[key: string]: unknown | null;
|
|
7182
7523
|
};
|
|
7183
7524
|
export type RedtailCreateContactAccountBody = {
|
|
7184
7525
|
/**
|
|
@@ -7196,9 +7537,11 @@ export type RedtailCreateContactAccountBody = {
|
|
|
7196
7537
|
taxqualified?: boolean;
|
|
7197
7538
|
taxqualified_type?: string;
|
|
7198
7539
|
userId: string;
|
|
7540
|
+
[key: string]: unknown | null;
|
|
7199
7541
|
};
|
|
7200
7542
|
export type RedtailGetContactAccount200 = {
|
|
7201
7543
|
account: RedtailGetContactAccount200Account;
|
|
7544
|
+
[key: string]: unknown | null;
|
|
7202
7545
|
};
|
|
7203
7546
|
/**
|
|
7204
7547
|
* @nullable
|
|
@@ -7231,6 +7574,7 @@ export type RedtailGetContactAccount200AccountAnyOfFourItem = {
|
|
|
7231
7574
|
taxqualified_type?: string | null;
|
|
7232
7575
|
/** @nullable */
|
|
7233
7576
|
updated_at?: string | null;
|
|
7577
|
+
[key: string]: unknown | null;
|
|
7234
7578
|
};
|
|
7235
7579
|
/**
|
|
7236
7580
|
* @nullable
|
|
@@ -7263,6 +7607,7 @@ export type RedtailGetContactAccount200AccountAnyOf = {
|
|
|
7263
7607
|
taxqualified_type?: string | null;
|
|
7264
7608
|
/** @nullable */
|
|
7265
7609
|
updated_at?: string | null;
|
|
7610
|
+
[key: string]: unknown | null;
|
|
7266
7611
|
};
|
|
7267
7612
|
export type RedtailGetContactAccount200Account = RedtailGetContactAccount200AccountAnyOf | RedtailGetContactAccount200AccountAnyOfFourItem[];
|
|
7268
7613
|
/**
|
|
@@ -7281,6 +7626,7 @@ export type RedtailGetContactAccountBody = {
|
|
|
7281
7626
|
id: string;
|
|
7282
7627
|
/** Integration user id for Redtail requests. */
|
|
7283
7628
|
userId: string;
|
|
7629
|
+
[key: string]: unknown | null;
|
|
7284
7630
|
};
|
|
7285
7631
|
/**
|
|
7286
7632
|
* @nullable
|
|
@@ -7293,6 +7639,7 @@ export type RedtailDeleteContactNote200AnyOfTwo = unknown | null;
|
|
|
7293
7639
|
export type RedtailDeleteContactNote200AnyOf = {
|
|
7294
7640
|
id?: number;
|
|
7295
7641
|
success?: boolean;
|
|
7642
|
+
[key: string]: unknown | null;
|
|
7296
7643
|
};
|
|
7297
7644
|
export type RedtailDeleteContactNote200 = RedtailDeleteContactNote200AnyOf | '' | RedtailDeleteContactNote200AnyOfTwo | RedtailDeleteContactNote200AnyOfThree;
|
|
7298
7645
|
/**
|
|
@@ -7315,6 +7662,7 @@ export type RedtailDeleteContactNoteBody = {
|
|
|
7315
7662
|
export type RedtailCreateContactNote200AnyOfThree = {
|
|
7316
7663
|
id?: number;
|
|
7317
7664
|
success?: boolean;
|
|
7665
|
+
[key: string]: unknown | null;
|
|
7318
7666
|
};
|
|
7319
7667
|
export type RedtailCreateContactNote200 = RedtailCreateContactNote200AnyOf | RedtailCreateContactNote200AnyOfThree;
|
|
7320
7668
|
export type RedtailCreateContactNote200AnyOfNote = {
|
|
@@ -7341,9 +7689,11 @@ export type RedtailCreateContactNote200AnyOfNote = {
|
|
|
7341
7689
|
pinned?: boolean | null;
|
|
7342
7690
|
/** @nullable */
|
|
7343
7691
|
updated_at?: string | null;
|
|
7692
|
+
[key: string]: unknown | null;
|
|
7344
7693
|
};
|
|
7345
7694
|
export type RedtailCreateContactNote200AnyOf = {
|
|
7346
7695
|
note: RedtailCreateContactNote200AnyOfNote;
|
|
7696
|
+
[key: string]: unknown | null;
|
|
7347
7697
|
};
|
|
7348
7698
|
/**
|
|
7349
7699
|
* Create a contact note. Extra Redtail fields are accepted.
|
|
@@ -7364,6 +7714,7 @@ export type RedtailCreateContactNoteBody = {
|
|
|
7364
7714
|
*/
|
|
7365
7715
|
note_type: number | null;
|
|
7366
7716
|
userId: string;
|
|
7717
|
+
[key: string]: unknown | null;
|
|
7367
7718
|
};
|
|
7368
7719
|
export type RedtailGetContactNote200AnyOfThreeNotes = {
|
|
7369
7720
|
/** @nullable */
|
|
@@ -7389,9 +7740,11 @@ export type RedtailGetContactNote200AnyOfThreeNotes = {
|
|
|
7389
7740
|
pinned?: boolean | null;
|
|
7390
7741
|
/** @nullable */
|
|
7391
7742
|
updated_at?: string | null;
|
|
7743
|
+
[key: string]: unknown | null;
|
|
7392
7744
|
};
|
|
7393
7745
|
export type RedtailGetContactNote200AnyOfThree = {
|
|
7394
7746
|
notes: RedtailGetContactNote200AnyOfThreeNotes;
|
|
7747
|
+
[key: string]: unknown | null;
|
|
7395
7748
|
};
|
|
7396
7749
|
export type RedtailGetContactNote200 = RedtailGetContactNote200AnyOf | RedtailGetContactNote200AnyOfThree;
|
|
7397
7750
|
export type RedtailGetContactNote200AnyOfNote = {
|
|
@@ -7418,9 +7771,11 @@ export type RedtailGetContactNote200AnyOfNote = {
|
|
|
7418
7771
|
pinned?: boolean | null;
|
|
7419
7772
|
/** @nullable */
|
|
7420
7773
|
updated_at?: string | null;
|
|
7774
|
+
[key: string]: unknown | null;
|
|
7421
7775
|
};
|
|
7422
7776
|
export type RedtailGetContactNote200AnyOf = {
|
|
7423
7777
|
note: RedtailGetContactNote200AnyOfNote;
|
|
7778
|
+
[key: string]: unknown | null;
|
|
7424
7779
|
};
|
|
7425
7780
|
/**
|
|
7426
7781
|
* Get or delete a contact note: contact id, note id, and integration user (required by hub handlers).
|
|
@@ -7463,14 +7818,17 @@ export type RedtailGetContactNotes200NotesItem = {
|
|
|
7463
7818
|
pinned?: boolean | null;
|
|
7464
7819
|
/** @nullable */
|
|
7465
7820
|
updated_at?: string | null;
|
|
7821
|
+
[key: string]: unknown | null;
|
|
7466
7822
|
};
|
|
7467
7823
|
export type RedtailGetContactNotes200Meta = {
|
|
7468
7824
|
total_pages?: number;
|
|
7469
7825
|
total_records?: number;
|
|
7826
|
+
[key: string]: unknown | null;
|
|
7470
7827
|
};
|
|
7471
7828
|
export type RedtailGetContactNotes200 = {
|
|
7472
7829
|
meta?: RedtailGetContactNotes200Meta;
|
|
7473
7830
|
notes?: RedtailGetContactNotes200NotesItem[];
|
|
7831
|
+
[key: string]: unknown | null;
|
|
7474
7832
|
};
|
|
7475
7833
|
/**
|
|
7476
7834
|
* List contact notes: contact id and integration user only.
|
|
@@ -7483,6 +7841,7 @@ export type RedtailGetContactNotesBody = {
|
|
|
7483
7841
|
id: string;
|
|
7484
7842
|
/** Integration user id for Redtail requests. */
|
|
7485
7843
|
userId: string;
|
|
7844
|
+
[key: string]: unknown | null;
|
|
7486
7845
|
};
|
|
7487
7846
|
/**
|
|
7488
7847
|
* @nullable
|
|
@@ -7495,6 +7854,7 @@ export type RedtailDeleteContactUrl200AnyOfTwo = unknown | null;
|
|
|
7495
7854
|
export type RedtailDeleteContactUrl200AnyOf = {
|
|
7496
7855
|
id?: number;
|
|
7497
7856
|
success?: boolean;
|
|
7857
|
+
[key: string]: unknown | null;
|
|
7498
7858
|
};
|
|
7499
7859
|
export type RedtailDeleteContactUrl200 = RedtailDeleteContactUrl200AnyOf | '' | RedtailDeleteContactUrl200AnyOfTwo | RedtailDeleteContactUrl200AnyOfThree;
|
|
7500
7860
|
export type RedtailDeleteContactUrlBody = {
|
|
@@ -7522,6 +7882,7 @@ export type RedtailUpdateContactUrl200AnyOfTwo = unknown | null;
|
|
|
7522
7882
|
export type RedtailUpdateContactUrl200AnyOf = {
|
|
7523
7883
|
id?: number;
|
|
7524
7884
|
success?: boolean;
|
|
7885
|
+
[key: string]: unknown | null;
|
|
7525
7886
|
};
|
|
7526
7887
|
export type RedtailUpdateContactUrl200 = RedtailUpdateContactUrl200AnyOf | '' | RedtailUpdateContactUrl200AnyOfTwo | RedtailUpdateContactUrl200AnyOfThree;
|
|
7527
7888
|
export type RedtailUpdateContactUrlBody = {
|
|
@@ -7554,6 +7915,7 @@ export type RedtailCreateContactUrl200AnyOfTwo = unknown | null;
|
|
|
7554
7915
|
export type RedtailCreateContactUrl200AnyOf = {
|
|
7555
7916
|
id?: number;
|
|
7556
7917
|
success?: boolean;
|
|
7918
|
+
[key: string]: unknown | null;
|
|
7557
7919
|
};
|
|
7558
7920
|
export type RedtailCreateContactUrl200 = RedtailCreateContactUrl200AnyOf | '' | RedtailCreateContactUrl200AnyOfTwo | RedtailCreateContactUrl200AnyOfThree;
|
|
7559
7921
|
export type RedtailCreateContactUrlBody = {
|
|
@@ -7564,6 +7926,7 @@ export type RedtailCreateContactUrlBody = {
|
|
|
7564
7926
|
/** @nullable */
|
|
7565
7927
|
url_type?: number | null;
|
|
7566
7928
|
userId: string;
|
|
7929
|
+
[key: string]: unknown | null;
|
|
7567
7930
|
};
|
|
7568
7931
|
export type RedtailGetContactUrl200Url = {
|
|
7569
7932
|
contact_id?: number;
|
|
@@ -7574,9 +7937,11 @@ export type RedtailGetContactUrl200Url = {
|
|
|
7574
7937
|
id?: number;
|
|
7575
7938
|
/** @nullable */
|
|
7576
7939
|
updated_at?: string | null;
|
|
7940
|
+
[key: string]: unknown | null;
|
|
7577
7941
|
};
|
|
7578
7942
|
export type RedtailGetContactUrl200 = {
|
|
7579
7943
|
url?: RedtailGetContactUrl200Url;
|
|
7944
|
+
[key: string]: unknown | null;
|
|
7580
7945
|
};
|
|
7581
7946
|
export type RedtailGetContactUrlBody = {
|
|
7582
7947
|
/**
|
|
@@ -7601,14 +7966,17 @@ export type RedtailGetContactUrls200UrlsItem = {
|
|
|
7601
7966
|
id?: number;
|
|
7602
7967
|
/** @nullable */
|
|
7603
7968
|
updated_at?: string | null;
|
|
7969
|
+
[key: string]: unknown | null;
|
|
7604
7970
|
};
|
|
7605
7971
|
export type RedtailGetContactUrls200Meta = {
|
|
7606
7972
|
total_pages?: number;
|
|
7607
7973
|
total_records?: number;
|
|
7974
|
+
[key: string]: unknown | null;
|
|
7608
7975
|
};
|
|
7609
7976
|
export type RedtailGetContactUrls200 = {
|
|
7610
7977
|
meta?: RedtailGetContactUrls200Meta;
|
|
7611
7978
|
urls?: RedtailGetContactUrls200UrlsItem[];
|
|
7979
|
+
[key: string]: unknown | null;
|
|
7612
7980
|
};
|
|
7613
7981
|
export type RedtailGetContactUrlsBody = {
|
|
7614
7982
|
/**
|
|
@@ -7618,6 +7986,7 @@ export type RedtailGetContactUrlsBody = {
|
|
|
7618
7986
|
id: string;
|
|
7619
7987
|
/** Integration user id for Redtail requests. */
|
|
7620
7988
|
userId: string;
|
|
7989
|
+
[key: string]: unknown | null;
|
|
7621
7990
|
};
|
|
7622
7991
|
/**
|
|
7623
7992
|
* @nullable
|
|
@@ -7630,6 +7999,7 @@ export type RedtailDeleteContactSocialMedia200AnyOfTwo = unknown | null;
|
|
|
7630
7999
|
export type RedtailDeleteContactSocialMedia200AnyOf = {
|
|
7631
8000
|
id?: number;
|
|
7632
8001
|
success?: boolean;
|
|
8002
|
+
[key: string]: unknown | null;
|
|
7633
8003
|
};
|
|
7634
8004
|
export type RedtailDeleteContactSocialMedia200 = RedtailDeleteContactSocialMedia200AnyOf | '' | RedtailDeleteContactSocialMedia200AnyOfTwo | RedtailDeleteContactSocialMedia200AnyOfThree;
|
|
7635
8005
|
export type RedtailDeleteContactSocialMediaBody = {
|
|
@@ -7657,6 +8027,7 @@ export type RedtailUpdateContactSocialMedia200AnyOfTwo = unknown | null;
|
|
|
7657
8027
|
export type RedtailUpdateContactSocialMedia200AnyOf = {
|
|
7658
8028
|
id?: number;
|
|
7659
8029
|
success?: boolean;
|
|
8030
|
+
[key: string]: unknown | null;
|
|
7660
8031
|
};
|
|
7661
8032
|
export type RedtailUpdateContactSocialMedia200 = RedtailUpdateContactSocialMedia200AnyOf | '' | RedtailUpdateContactSocialMedia200AnyOfTwo | RedtailUpdateContactSocialMedia200AnyOfThree;
|
|
7662
8033
|
export type RedtailUpdateContactSocialMediaBody = {
|
|
@@ -7692,6 +8063,7 @@ export type RedtailCreateContactSocialMedia200AnyOfTwo = unknown | null;
|
|
|
7692
8063
|
export type RedtailCreateContactSocialMedia200AnyOf = {
|
|
7693
8064
|
id?: number;
|
|
7694
8065
|
success?: boolean;
|
|
8066
|
+
[key: string]: unknown | null;
|
|
7695
8067
|
};
|
|
7696
8068
|
export type RedtailCreateContactSocialMedia200 = RedtailCreateContactSocialMedia200AnyOf | '' | RedtailCreateContactSocialMedia200AnyOfTwo | RedtailCreateContactSocialMedia200AnyOfThree;
|
|
7697
8069
|
export type RedtailCreateContactSocialMediaBody = {
|
|
@@ -7705,6 +8077,7 @@ export type RedtailCreateContactSocialMediaBody = {
|
|
|
7705
8077
|
*/
|
|
7706
8078
|
social_media_type: number | null;
|
|
7707
8079
|
userId: string;
|
|
8080
|
+
[key: string]: unknown | null;
|
|
7708
8081
|
};
|
|
7709
8082
|
export type RedtailGetContactSocialMedia200SocialMedia = {
|
|
7710
8083
|
contact_id?: number;
|
|
@@ -7715,9 +8088,11 @@ export type RedtailGetContactSocialMedia200SocialMedia = {
|
|
|
7715
8088
|
id?: number;
|
|
7716
8089
|
/** @nullable */
|
|
7717
8090
|
updated_at?: string | null;
|
|
8091
|
+
[key: string]: unknown | null;
|
|
7718
8092
|
};
|
|
7719
8093
|
export type RedtailGetContactSocialMedia200 = {
|
|
7720
8094
|
social_media?: RedtailGetContactSocialMedia200SocialMedia;
|
|
8095
|
+
[key: string]: unknown | null;
|
|
7721
8096
|
};
|
|
7722
8097
|
export type RedtailGetContactSocialMediaBody = {
|
|
7723
8098
|
/**
|
|
@@ -7742,14 +8117,17 @@ export type RedtailGetContactSocialMedias200SocialMediasItem = {
|
|
|
7742
8117
|
id?: number;
|
|
7743
8118
|
/** @nullable */
|
|
7744
8119
|
updated_at?: string | null;
|
|
8120
|
+
[key: string]: unknown | null;
|
|
7745
8121
|
};
|
|
7746
8122
|
export type RedtailGetContactSocialMedias200Meta = {
|
|
7747
8123
|
total_pages?: number;
|
|
7748
8124
|
total_records?: number;
|
|
8125
|
+
[key: string]: unknown | null;
|
|
7749
8126
|
};
|
|
7750
8127
|
export type RedtailGetContactSocialMedias200 = {
|
|
7751
8128
|
meta?: RedtailGetContactSocialMedias200Meta;
|
|
7752
8129
|
social_medias?: RedtailGetContactSocialMedias200SocialMediasItem[];
|
|
8130
|
+
[key: string]: unknown | null;
|
|
7753
8131
|
};
|
|
7754
8132
|
export type RedtailGetContactSocialMediasBody = {
|
|
7755
8133
|
/**
|
|
@@ -7759,6 +8137,7 @@ export type RedtailGetContactSocialMediasBody = {
|
|
|
7759
8137
|
id: string;
|
|
7760
8138
|
/** Integration user id for Redtail requests. */
|
|
7761
8139
|
userId: string;
|
|
8140
|
+
[key: string]: unknown | null;
|
|
7762
8141
|
};
|
|
7763
8142
|
/**
|
|
7764
8143
|
* @nullable
|
|
@@ -7771,6 +8150,7 @@ export type RedtailDeleteContactPhone200AnyOfTwo = unknown | null;
|
|
|
7771
8150
|
export type RedtailDeleteContactPhone200AnyOf = {
|
|
7772
8151
|
id?: number;
|
|
7773
8152
|
success?: boolean;
|
|
8153
|
+
[key: string]: unknown | null;
|
|
7774
8154
|
};
|
|
7775
8155
|
export type RedtailDeleteContactPhone200 = RedtailDeleteContactPhone200AnyOf | '' | RedtailDeleteContactPhone200AnyOfTwo | RedtailDeleteContactPhone200AnyOfThree;
|
|
7776
8156
|
export type RedtailDeleteContactPhoneBody = {
|
|
@@ -7798,6 +8178,7 @@ export type RedtailUpdateContactPhone200AnyOfTwo = unknown | null;
|
|
|
7798
8178
|
export type RedtailUpdateContactPhone200AnyOf = {
|
|
7799
8179
|
id?: number;
|
|
7800
8180
|
success?: boolean;
|
|
8181
|
+
[key: string]: unknown | null;
|
|
7801
8182
|
};
|
|
7802
8183
|
export type RedtailUpdateContactPhone200 = RedtailUpdateContactPhone200AnyOf | '' | RedtailUpdateContactPhone200AnyOfTwo | RedtailUpdateContactPhone200AnyOfThree;
|
|
7803
8184
|
export type RedtailUpdateContactPhoneBody = {
|
|
@@ -7842,6 +8223,7 @@ export type RedtailCreateContactPhone200AnyOfTwo = unknown | null;
|
|
|
7842
8223
|
export type RedtailCreateContactPhone200AnyOf = {
|
|
7843
8224
|
id?: number;
|
|
7844
8225
|
success?: boolean;
|
|
8226
|
+
[key: string]: unknown | null;
|
|
7845
8227
|
};
|
|
7846
8228
|
export type RedtailCreateContactPhone200 = RedtailCreateContactPhone200AnyOf | '' | RedtailCreateContactPhone200AnyOfTwo | RedtailCreateContactPhone200AnyOfThree;
|
|
7847
8229
|
export type RedtailCreateContactPhoneBody = {
|
|
@@ -7864,6 +8246,7 @@ export type RedtailCreateContactPhoneBody = {
|
|
|
7864
8246
|
phone_type: number | null;
|
|
7865
8247
|
speed_dial?: string;
|
|
7866
8248
|
userId: string;
|
|
8249
|
+
[key: string]: unknown | null;
|
|
7867
8250
|
};
|
|
7868
8251
|
export type RedtailGetContactPhone200Phone = {
|
|
7869
8252
|
contact_id?: number;
|
|
@@ -7874,9 +8257,11 @@ export type RedtailGetContactPhone200Phone = {
|
|
|
7874
8257
|
id?: number;
|
|
7875
8258
|
/** @nullable */
|
|
7876
8259
|
updated_at?: string | null;
|
|
8260
|
+
[key: string]: unknown | null;
|
|
7877
8261
|
};
|
|
7878
8262
|
export type RedtailGetContactPhone200 = {
|
|
7879
8263
|
phone?: RedtailGetContactPhone200Phone;
|
|
8264
|
+
[key: string]: unknown | null;
|
|
7880
8265
|
};
|
|
7881
8266
|
export type RedtailGetContactPhoneBody = {
|
|
7882
8267
|
/**
|
|
@@ -7901,14 +8286,17 @@ export type RedtailGetContactPhones200PhonesItem = {
|
|
|
7901
8286
|
id?: number;
|
|
7902
8287
|
/** @nullable */
|
|
7903
8288
|
updated_at?: string | null;
|
|
8289
|
+
[key: string]: unknown | null;
|
|
7904
8290
|
};
|
|
7905
8291
|
export type RedtailGetContactPhones200Meta = {
|
|
7906
8292
|
total_pages?: number;
|
|
7907
8293
|
total_records?: number;
|
|
8294
|
+
[key: string]: unknown | null;
|
|
7908
8295
|
};
|
|
7909
8296
|
export type RedtailGetContactPhones200 = {
|
|
7910
8297
|
meta?: RedtailGetContactPhones200Meta;
|
|
7911
8298
|
phones?: RedtailGetContactPhones200PhonesItem[];
|
|
8299
|
+
[key: string]: unknown | null;
|
|
7912
8300
|
};
|
|
7913
8301
|
export type RedtailGetContactPhonesBody = {
|
|
7914
8302
|
/**
|
|
@@ -7918,6 +8306,7 @@ export type RedtailGetContactPhonesBody = {
|
|
|
7918
8306
|
id: string;
|
|
7919
8307
|
/** Integration user id for Redtail requests. */
|
|
7920
8308
|
userId: string;
|
|
8309
|
+
[key: string]: unknown | null;
|
|
7921
8310
|
};
|
|
7922
8311
|
/**
|
|
7923
8312
|
* @nullable
|
|
@@ -7930,6 +8319,7 @@ export type RedtailDeleteContactEmail200AnyOfTwo = unknown | null;
|
|
|
7930
8319
|
export type RedtailDeleteContactEmail200AnyOf = {
|
|
7931
8320
|
id?: number;
|
|
7932
8321
|
success?: boolean;
|
|
8322
|
+
[key: string]: unknown | null;
|
|
7933
8323
|
};
|
|
7934
8324
|
export type RedtailDeleteContactEmail200 = RedtailDeleteContactEmail200AnyOf | '' | RedtailDeleteContactEmail200AnyOfTwo | RedtailDeleteContactEmail200AnyOfThree;
|
|
7935
8325
|
export type RedtailDeleteContactEmailBody = {
|
|
@@ -7957,6 +8347,7 @@ export type RedtailUpdateContactEmail200AnyOfTwo = unknown | null;
|
|
|
7957
8347
|
export type RedtailUpdateContactEmail200AnyOf = {
|
|
7958
8348
|
id?: number;
|
|
7959
8349
|
success?: boolean;
|
|
8350
|
+
[key: string]: unknown | null;
|
|
7960
8351
|
};
|
|
7961
8352
|
export type RedtailUpdateContactEmail200 = RedtailUpdateContactEmail200AnyOf | '' | RedtailUpdateContactEmail200AnyOfTwo | RedtailUpdateContactEmail200AnyOfThree;
|
|
7962
8353
|
export type RedtailUpdateContactEmailBody = {
|
|
@@ -7993,6 +8384,7 @@ export type RedtailCreateContactEmail200AnyOfTwo = unknown | null;
|
|
|
7993
8384
|
export type RedtailCreateContactEmail200AnyOf = {
|
|
7994
8385
|
id?: number;
|
|
7995
8386
|
success?: boolean;
|
|
8387
|
+
[key: string]: unknown | null;
|
|
7996
8388
|
};
|
|
7997
8389
|
export type RedtailCreateContactEmail200 = RedtailCreateContactEmail200AnyOf | '' | RedtailCreateContactEmail200AnyOfTwo | RedtailCreateContactEmail200AnyOfThree;
|
|
7998
8390
|
export type RedtailCreateContactEmailBody = {
|
|
@@ -8007,6 +8399,7 @@ export type RedtailCreateContactEmailBody = {
|
|
|
8007
8399
|
id: string;
|
|
8008
8400
|
is_primary?: boolean;
|
|
8009
8401
|
userId: string;
|
|
8402
|
+
[key: string]: unknown | null;
|
|
8010
8403
|
};
|
|
8011
8404
|
export type RedtailGetContactEmail200Email = {
|
|
8012
8405
|
contact_id?: number;
|
|
@@ -8017,9 +8410,11 @@ export type RedtailGetContactEmail200Email = {
|
|
|
8017
8410
|
id?: number;
|
|
8018
8411
|
/** @nullable */
|
|
8019
8412
|
updated_at?: string | null;
|
|
8413
|
+
[key: string]: unknown | null;
|
|
8020
8414
|
};
|
|
8021
8415
|
export type RedtailGetContactEmail200 = {
|
|
8022
8416
|
email?: RedtailGetContactEmail200Email;
|
|
8417
|
+
[key: string]: unknown | null;
|
|
8023
8418
|
};
|
|
8024
8419
|
export type RedtailGetContactEmailBody = {
|
|
8025
8420
|
/**
|
|
@@ -8038,6 +8433,7 @@ export type RedtailGetContactEmailBody = {
|
|
|
8038
8433
|
export type RedtailGetContactEmails200Meta = {
|
|
8039
8434
|
total_pages?: number;
|
|
8040
8435
|
total_records?: number;
|
|
8436
|
+
[key: string]: unknown | null;
|
|
8041
8437
|
};
|
|
8042
8438
|
export type RedtailGetContactEmails200EmailsItem = {
|
|
8043
8439
|
contact_id?: number;
|
|
@@ -8048,10 +8444,12 @@ export type RedtailGetContactEmails200EmailsItem = {
|
|
|
8048
8444
|
id?: number;
|
|
8049
8445
|
/** @nullable */
|
|
8050
8446
|
updated_at?: string | null;
|
|
8447
|
+
[key: string]: unknown | null;
|
|
8051
8448
|
};
|
|
8052
8449
|
export type RedtailGetContactEmails200 = {
|
|
8053
8450
|
emails?: RedtailGetContactEmails200EmailsItem[];
|
|
8054
8451
|
meta?: RedtailGetContactEmails200Meta;
|
|
8452
|
+
[key: string]: unknown | null;
|
|
8055
8453
|
};
|
|
8056
8454
|
export type RedtailGetContactEmailsBody = {
|
|
8057
8455
|
/**
|
|
@@ -8061,6 +8459,7 @@ export type RedtailGetContactEmailsBody = {
|
|
|
8061
8459
|
id: string;
|
|
8062
8460
|
/** Integration user id for Redtail requests. */
|
|
8063
8461
|
userId: string;
|
|
8462
|
+
[key: string]: unknown | null;
|
|
8064
8463
|
};
|
|
8065
8464
|
/**
|
|
8066
8465
|
* @nullable
|
|
@@ -8073,6 +8472,7 @@ export type RedtailDeleteContactAddress200AnyOfTwo = unknown | null;
|
|
|
8073
8472
|
export type RedtailDeleteContactAddress200AnyOf = {
|
|
8074
8473
|
id?: number;
|
|
8075
8474
|
success?: boolean;
|
|
8475
|
+
[key: string]: unknown | null;
|
|
8076
8476
|
};
|
|
8077
8477
|
export type RedtailDeleteContactAddress200 = RedtailDeleteContactAddress200AnyOf | '' | RedtailDeleteContactAddress200AnyOfTwo | RedtailDeleteContactAddress200AnyOfThree;
|
|
8078
8478
|
export type RedtailDeleteContactAddressBody = {
|
|
@@ -8100,6 +8500,7 @@ export type RedtailUpdateContactAddress200AnyOfTwo = unknown | null;
|
|
|
8100
8500
|
export type RedtailUpdateContactAddress200AnyOf = {
|
|
8101
8501
|
id?: number;
|
|
8102
8502
|
success?: boolean;
|
|
8503
|
+
[key: string]: unknown | null;
|
|
8103
8504
|
};
|
|
8104
8505
|
export type RedtailUpdateContactAddress200 = RedtailUpdateContactAddress200AnyOf | '' | RedtailUpdateContactAddress200AnyOfTwo | RedtailUpdateContactAddress200AnyOfThree;
|
|
8105
8506
|
/**
|
|
@@ -8152,6 +8553,7 @@ export type RedtailCreateContactAddress200AnyOfTwo = unknown | null;
|
|
|
8152
8553
|
export type RedtailCreateContactAddress200AnyOf = {
|
|
8153
8554
|
id?: number;
|
|
8154
8555
|
success?: boolean;
|
|
8556
|
+
[key: string]: unknown | null;
|
|
8155
8557
|
};
|
|
8156
8558
|
export type RedtailCreateContactAddress200 = RedtailCreateContactAddress200AnyOf | '' | RedtailCreateContactAddress200AnyOfTwo | RedtailCreateContactAddress200AnyOfThree;
|
|
8157
8559
|
/**
|
|
@@ -8185,6 +8587,7 @@ export type RedtailCreateContactAddressBody = {
|
|
|
8185
8587
|
* @minLength 1
|
|
8186
8588
|
*/
|
|
8187
8589
|
zip: string;
|
|
8590
|
+
[key: string]: unknown | null;
|
|
8188
8591
|
};
|
|
8189
8592
|
export type RedtailGetContactAddress200Address = {
|
|
8190
8593
|
contact_id?: number;
|
|
@@ -8195,9 +8598,11 @@ export type RedtailGetContactAddress200Address = {
|
|
|
8195
8598
|
id?: number;
|
|
8196
8599
|
/** @nullable */
|
|
8197
8600
|
updated_at?: string | null;
|
|
8601
|
+
[key: string]: unknown | null;
|
|
8198
8602
|
};
|
|
8199
8603
|
export type RedtailGetContactAddress200 = {
|
|
8200
8604
|
address?: RedtailGetContactAddress200Address;
|
|
8605
|
+
[key: string]: unknown | null;
|
|
8201
8606
|
};
|
|
8202
8607
|
export type RedtailGetContactAddressBody = {
|
|
8203
8608
|
/**
|
|
@@ -8216,6 +8621,7 @@ export type RedtailGetContactAddressBody = {
|
|
|
8216
8621
|
export type RedtailGetContactAddresses200Meta = {
|
|
8217
8622
|
total_pages?: number;
|
|
8218
8623
|
total_records?: number;
|
|
8624
|
+
[key: string]: unknown | null;
|
|
8219
8625
|
};
|
|
8220
8626
|
export type RedtailGetContactAddresses200AddressesItem = {
|
|
8221
8627
|
contact_id?: number;
|
|
@@ -8226,10 +8632,12 @@ export type RedtailGetContactAddresses200AddressesItem = {
|
|
|
8226
8632
|
id?: number;
|
|
8227
8633
|
/** @nullable */
|
|
8228
8634
|
updated_at?: string | null;
|
|
8635
|
+
[key: string]: unknown | null;
|
|
8229
8636
|
};
|
|
8230
8637
|
export type RedtailGetContactAddresses200 = {
|
|
8231
8638
|
addresses?: RedtailGetContactAddresses200AddressesItem[];
|
|
8232
8639
|
meta?: RedtailGetContactAddresses200Meta;
|
|
8640
|
+
[key: string]: unknown | null;
|
|
8233
8641
|
};
|
|
8234
8642
|
export type RedtailGetContactAddressesBody = {
|
|
8235
8643
|
/**
|
|
@@ -8239,6 +8647,7 @@ export type RedtailGetContactAddressesBody = {
|
|
|
8239
8647
|
id: string;
|
|
8240
8648
|
/** Integration user id for Redtail requests. */
|
|
8241
8649
|
userId: string;
|
|
8650
|
+
[key: string]: unknown | null;
|
|
8242
8651
|
};
|
|
8243
8652
|
/**
|
|
8244
8653
|
* @nullable
|
|
@@ -8251,6 +8660,7 @@ export type RedtailDeleteContact200AnyOfTwo = unknown | null;
|
|
|
8251
8660
|
export type RedtailDeleteContact200AnyOf = {
|
|
8252
8661
|
id?: number;
|
|
8253
8662
|
success?: boolean;
|
|
8663
|
+
[key: string]: unknown | null;
|
|
8254
8664
|
};
|
|
8255
8665
|
export type RedtailDeleteContact200 = RedtailDeleteContact200AnyOf | '' | RedtailDeleteContact200AnyOfTwo | RedtailDeleteContact200AnyOfThree;
|
|
8256
8666
|
export type RedtailDeleteContactBody = {
|
|
@@ -8261,20 +8671,23 @@ export type RedtailDeleteContactBody = {
|
|
|
8261
8671
|
id: string;
|
|
8262
8672
|
/** Integration user id for Redtail requests. */
|
|
8263
8673
|
userId: string;
|
|
8674
|
+
[key: string]: unknown | null;
|
|
8264
8675
|
};
|
|
8265
8676
|
export type RedtailCreateContact200AnyOfNine = {
|
|
8266
8677
|
id?: number;
|
|
8267
8678
|
success?: boolean;
|
|
8679
|
+
[key: string]: unknown | null;
|
|
8268
8680
|
};
|
|
8269
8681
|
export type RedtailCreateContact200AnyOf = {
|
|
8270
8682
|
contact?: RedtailCreateContact200AnyOfContact;
|
|
8683
|
+
[key: string]: unknown | null;
|
|
8271
8684
|
};
|
|
8272
8685
|
export type RedtailCreateContact200 = RedtailCreateContact200AnyOf | RedtailCreateContact200AnyOfNine;
|
|
8273
8686
|
export type RedtailCreateContact200AnyOfContactUrlsItem = {
|
|
8274
|
-
[key: string]: unknown;
|
|
8687
|
+
[key: string]: unknown | null;
|
|
8275
8688
|
};
|
|
8276
8689
|
export type RedtailCreateContact200AnyOfContactPhonesItem = {
|
|
8277
|
-
[key: string]: unknown;
|
|
8690
|
+
[key: string]: unknown | null;
|
|
8278
8691
|
};
|
|
8279
8692
|
export type RedtailCreateContact200AnyOfContactFamilyMembersItem = {
|
|
8280
8693
|
contact_id?: number;
|
|
@@ -8292,6 +8705,7 @@ export type RedtailCreateContact200AnyOfContactFamilyMembersItem = {
|
|
|
8292
8705
|
relationship_name?: string | null;
|
|
8293
8706
|
/** @nullable */
|
|
8294
8707
|
updated_at?: string | null;
|
|
8708
|
+
[key: string]: unknown | null;
|
|
8295
8709
|
};
|
|
8296
8710
|
/**
|
|
8297
8711
|
* @nullable
|
|
@@ -8307,12 +8721,13 @@ export type RedtailCreateContact200AnyOfContactFamily = {
|
|
|
8307
8721
|
name?: string | null;
|
|
8308
8722
|
/** @nullable */
|
|
8309
8723
|
updated_at?: string | null;
|
|
8724
|
+
[key: string]: unknown | null;
|
|
8310
8725
|
} | null;
|
|
8311
8726
|
export type RedtailCreateContact200AnyOfContactEmailsItem = {
|
|
8312
|
-
[key: string]: unknown;
|
|
8727
|
+
[key: string]: unknown | null;
|
|
8313
8728
|
};
|
|
8314
8729
|
export type RedtailCreateContact200AnyOfContactAddressesItem = {
|
|
8315
|
-
[key: string]: unknown;
|
|
8730
|
+
[key: string]: unknown | null;
|
|
8316
8731
|
};
|
|
8317
8732
|
export type RedtailCreateContact200AnyOfContact = {
|
|
8318
8733
|
/** @nullable */
|
|
@@ -8404,6 +8819,7 @@ export type RedtailCreateContact200AnyOfContact = {
|
|
|
8404
8819
|
writing_advisor?: string | null;
|
|
8405
8820
|
/** @nullable */
|
|
8406
8821
|
writing_advisor_id?: number | null;
|
|
8822
|
+
[key: string]: unknown | null;
|
|
8407
8823
|
};
|
|
8408
8824
|
/**
|
|
8409
8825
|
* Contact type. Required by Redtail.
|
|
@@ -8463,6 +8879,7 @@ export type RedtailCreateContactBody = {
|
|
|
8463
8879
|
userId: string;
|
|
8464
8880
|
/** @nullable */
|
|
8465
8881
|
writing_advisor_id?: number | null;
|
|
8882
|
+
[key: string]: unknown | null;
|
|
8466
8883
|
};
|
|
8467
8884
|
export type RedtailGetNotes200NotesItem = {
|
|
8468
8885
|
/** @nullable */
|
|
@@ -8488,22 +8905,37 @@ export type RedtailGetNotes200NotesItem = {
|
|
|
8488
8905
|
pinned?: boolean | null;
|
|
8489
8906
|
/** @nullable */
|
|
8490
8907
|
updated_at?: string | null;
|
|
8908
|
+
[key: string]: unknown | null;
|
|
8491
8909
|
};
|
|
8492
8910
|
export type RedtailGetNotes200Meta = {
|
|
8493
8911
|
total_pages?: number;
|
|
8494
8912
|
total_records?: number;
|
|
8913
|
+
[key: string]: unknown | null;
|
|
8495
8914
|
};
|
|
8496
8915
|
export type RedtailGetNotes200 = {
|
|
8497
8916
|
meta?: RedtailGetNotes200Meta;
|
|
8498
8917
|
notes?: RedtailGetNotes200NotesItem[];
|
|
8918
|
+
[key: string]: unknown | null;
|
|
8499
8919
|
};
|
|
8500
8920
|
export type RedtailGetNotesBody = {
|
|
8921
|
+
/**
|
|
8922
|
+
* Whether to include family member data for the families endpoint
|
|
8923
|
+
* @nullable
|
|
8924
|
+
*/
|
|
8925
|
+
family_members?: boolean | null;
|
|
8926
|
+
/**
|
|
8927
|
+
* Whether to include deleted records
|
|
8928
|
+
* @nullable
|
|
8929
|
+
*/
|
|
8930
|
+
show_deleted?: boolean | null;
|
|
8501
8931
|
/** Integration user id for Redtail requests. */
|
|
8502
8932
|
userId: string;
|
|
8933
|
+
[key: string]: unknown | null;
|
|
8503
8934
|
};
|
|
8504
8935
|
export type RedtailGetActivityCodes200Meta = {
|
|
8505
8936
|
total_pages?: number;
|
|
8506
8937
|
total_records?: number;
|
|
8938
|
+
[key: string]: unknown | null;
|
|
8507
8939
|
};
|
|
8508
8940
|
export type RedtailGetActivityCodes200ActivityCodesItem = {
|
|
8509
8941
|
/** @nullable */
|
|
@@ -8517,18 +8949,32 @@ export type RedtailGetActivityCodes200ActivityCodesItem = {
|
|
|
8517
8949
|
name?: string | null;
|
|
8518
8950
|
/** @nullable */
|
|
8519
8951
|
updated_at?: string | null;
|
|
8952
|
+
[key: string]: unknown | null;
|
|
8520
8953
|
};
|
|
8521
8954
|
export type RedtailGetActivityCodes200 = {
|
|
8522
8955
|
activity_codes: RedtailGetActivityCodes200ActivityCodesItem[];
|
|
8523
8956
|
meta?: RedtailGetActivityCodes200Meta;
|
|
8957
|
+
[key: string]: unknown | null;
|
|
8524
8958
|
};
|
|
8525
8959
|
export type RedtailGetActivityCodesBody = {
|
|
8960
|
+
/**
|
|
8961
|
+
* Whether to include family member data for the families endpoint
|
|
8962
|
+
* @nullable
|
|
8963
|
+
*/
|
|
8964
|
+
family_members?: boolean | null;
|
|
8965
|
+
/**
|
|
8966
|
+
* Whether to include deleted records
|
|
8967
|
+
* @nullable
|
|
8968
|
+
*/
|
|
8969
|
+
show_deleted?: boolean | null;
|
|
8526
8970
|
/** Integration user id for Redtail requests. */
|
|
8527
8971
|
userId: string;
|
|
8972
|
+
[key: string]: unknown | null;
|
|
8528
8973
|
};
|
|
8529
8974
|
export type RedtailGetCategories200Meta = {
|
|
8530
8975
|
total_pages?: number;
|
|
8531
8976
|
total_records?: number;
|
|
8977
|
+
[key: string]: unknown | null;
|
|
8532
8978
|
};
|
|
8533
8979
|
export type RedtailGetCategories200CategoriesItem = {
|
|
8534
8980
|
/** @nullable */
|
|
@@ -8542,18 +8988,32 @@ export type RedtailGetCategories200CategoriesItem = {
|
|
|
8542
8988
|
name?: string | null;
|
|
8543
8989
|
/** @nullable */
|
|
8544
8990
|
updated_at?: string | null;
|
|
8991
|
+
[key: string]: unknown | null;
|
|
8545
8992
|
};
|
|
8546
8993
|
export type RedtailGetCategories200 = {
|
|
8547
8994
|
categories: RedtailGetCategories200CategoriesItem[];
|
|
8548
8995
|
meta?: RedtailGetCategories200Meta;
|
|
8996
|
+
[key: string]: unknown | null;
|
|
8549
8997
|
};
|
|
8550
8998
|
export type RedtailGetCategoriesBody = {
|
|
8999
|
+
/**
|
|
9000
|
+
* Whether to include family member data for the families endpoint
|
|
9001
|
+
* @nullable
|
|
9002
|
+
*/
|
|
9003
|
+
family_members?: boolean | null;
|
|
9004
|
+
/**
|
|
9005
|
+
* Whether to include deleted records
|
|
9006
|
+
* @nullable
|
|
9007
|
+
*/
|
|
9008
|
+
show_deleted?: boolean | null;
|
|
8551
9009
|
/** Integration user id for Redtail requests. */
|
|
8552
9010
|
userId: string;
|
|
9011
|
+
[key: string]: unknown | null;
|
|
8553
9012
|
};
|
|
8554
9013
|
export type RedtailGetDatabaseUsers200Meta = {
|
|
8555
9014
|
total_pages?: number;
|
|
8556
9015
|
total_records?: number;
|
|
9016
|
+
[key: string]: unknown | null;
|
|
8557
9017
|
};
|
|
8558
9018
|
export type RedtailGetDatabaseUsers200DatabaseUsersItem = {
|
|
8559
9019
|
/** @nullable */
|
|
@@ -8567,14 +9027,27 @@ export type RedtailGetDatabaseUsers200DatabaseUsersItem = {
|
|
|
8567
9027
|
id?: number;
|
|
8568
9028
|
/** @nullable */
|
|
8569
9029
|
last_name?: string | null;
|
|
9030
|
+
[key: string]: unknown | null;
|
|
8570
9031
|
};
|
|
8571
9032
|
export type RedtailGetDatabaseUsers200 = {
|
|
8572
9033
|
database_users: RedtailGetDatabaseUsers200DatabaseUsersItem[];
|
|
8573
9034
|
meta?: RedtailGetDatabaseUsers200Meta;
|
|
9035
|
+
[key: string]: unknown | null;
|
|
8574
9036
|
};
|
|
8575
9037
|
export type RedtailGetDatabaseUsersBody = {
|
|
9038
|
+
/**
|
|
9039
|
+
* Whether to include family member data for the families endpoint
|
|
9040
|
+
* @nullable
|
|
9041
|
+
*/
|
|
9042
|
+
family_members?: boolean | null;
|
|
9043
|
+
/**
|
|
9044
|
+
* Whether to include deleted records
|
|
9045
|
+
* @nullable
|
|
9046
|
+
*/
|
|
9047
|
+
show_deleted?: boolean | null;
|
|
8576
9048
|
/** Integration user id for Redtail requests. */
|
|
8577
9049
|
userId: string;
|
|
9050
|
+
[key: string]: unknown | null;
|
|
8578
9051
|
};
|
|
8579
9052
|
export type RedtailGetActivityNotes200NotesItem = {
|
|
8580
9053
|
/** @nullable */
|
|
@@ -8600,10 +9073,12 @@ export type RedtailGetActivityNotes200NotesItem = {
|
|
|
8600
9073
|
pinned?: boolean | null;
|
|
8601
9074
|
/** @nullable */
|
|
8602
9075
|
updated_at?: string | null;
|
|
9076
|
+
[key: string]: unknown | null;
|
|
8603
9077
|
};
|
|
8604
9078
|
export type RedtailGetActivityNotes200Meta = {
|
|
8605
9079
|
total_pages?: number;
|
|
8606
9080
|
total_records?: number;
|
|
9081
|
+
[key: string]: unknown | null;
|
|
8607
9082
|
};
|
|
8608
9083
|
export type RedtailGetActivityNotes200ActivityNotesItem = {
|
|
8609
9084
|
/** @nullable */
|
|
@@ -8629,11 +9104,13 @@ export type RedtailGetActivityNotes200ActivityNotesItem = {
|
|
|
8629
9104
|
pinned?: boolean | null;
|
|
8630
9105
|
/** @nullable */
|
|
8631
9106
|
updated_at?: string | null;
|
|
9107
|
+
[key: string]: unknown | null;
|
|
8632
9108
|
};
|
|
8633
9109
|
export type RedtailGetActivityNotes200 = {
|
|
8634
9110
|
activity_notes?: RedtailGetActivityNotes200ActivityNotesItem[];
|
|
8635
9111
|
meta?: RedtailGetActivityNotes200Meta;
|
|
8636
9112
|
notes?: RedtailGetActivityNotes200NotesItem[];
|
|
9113
|
+
[key: string]: unknown | null;
|
|
8637
9114
|
};
|
|
8638
9115
|
/**
|
|
8639
9116
|
* List notes for an activity: activity id and integration user only.
|
|
@@ -8658,6 +9135,7 @@ export type RedtailDeleteActivityNote200AnyOfTwo = unknown | null;
|
|
|
8658
9135
|
export type RedtailDeleteActivityNote200AnyOf = {
|
|
8659
9136
|
id?: number;
|
|
8660
9137
|
success?: boolean;
|
|
9138
|
+
[key: string]: unknown | null;
|
|
8661
9139
|
};
|
|
8662
9140
|
export type RedtailDeleteActivityNote200 = RedtailDeleteActivityNote200AnyOf | '' | RedtailDeleteActivityNote200AnyOfTwo | RedtailDeleteActivityNote200AnyOfThree;
|
|
8663
9141
|
/**
|
|
@@ -8680,6 +9158,7 @@ export type RedtailDeleteActivityNoteBody = {
|
|
|
8680
9158
|
export type RedtailCreateActivityNote200AnyOfFive = {
|
|
8681
9159
|
id?: number;
|
|
8682
9160
|
success?: boolean;
|
|
9161
|
+
[key: string]: unknown | null;
|
|
8683
9162
|
};
|
|
8684
9163
|
export type RedtailCreateActivityNote200 = RedtailCreateActivityNote200AnyOf | RedtailCreateActivityNote200AnyOfThree | RedtailCreateActivityNote200AnyOfFive;
|
|
8685
9164
|
export type RedtailCreateActivityNote200AnyOfThreeActivityNote = {
|
|
@@ -8706,9 +9185,11 @@ export type RedtailCreateActivityNote200AnyOfThreeActivityNote = {
|
|
|
8706
9185
|
pinned?: boolean | null;
|
|
8707
9186
|
/** @nullable */
|
|
8708
9187
|
updated_at?: string | null;
|
|
9188
|
+
[key: string]: unknown | null;
|
|
8709
9189
|
};
|
|
8710
9190
|
export type RedtailCreateActivityNote200AnyOfThree = {
|
|
8711
9191
|
activity_note: RedtailCreateActivityNote200AnyOfThreeActivityNote;
|
|
9192
|
+
[key: string]: unknown | null;
|
|
8712
9193
|
};
|
|
8713
9194
|
export type RedtailCreateActivityNote200AnyOfNote = {
|
|
8714
9195
|
/** @nullable */
|
|
@@ -8734,9 +9215,11 @@ export type RedtailCreateActivityNote200AnyOfNote = {
|
|
|
8734
9215
|
pinned?: boolean | null;
|
|
8735
9216
|
/** @nullable */
|
|
8736
9217
|
updated_at?: string | null;
|
|
9218
|
+
[key: string]: unknown | null;
|
|
8737
9219
|
};
|
|
8738
9220
|
export type RedtailCreateActivityNote200AnyOf = {
|
|
8739
9221
|
note: RedtailCreateActivityNote200AnyOfNote;
|
|
9222
|
+
[key: string]: unknown | null;
|
|
8740
9223
|
};
|
|
8741
9224
|
/**
|
|
8742
9225
|
* Create a note on an activity. Hub strips `userId` and `activityId` before calling Redtail.
|
|
@@ -8750,6 +9233,7 @@ export type RedtailCreateActivityNoteBody = {
|
|
|
8750
9233
|
/** @nullable */
|
|
8751
9234
|
note_type?: number | null;
|
|
8752
9235
|
userId: string;
|
|
9236
|
+
[key: string]: unknown | null;
|
|
8753
9237
|
};
|
|
8754
9238
|
/**
|
|
8755
9239
|
* @nullable
|
|
@@ -8762,6 +9246,7 @@ export type RedtailDeleteActivity200AnyOfTwo = unknown | null;
|
|
|
8762
9246
|
export type RedtailDeleteActivity200AnyOf = {
|
|
8763
9247
|
id?: number;
|
|
8764
9248
|
success?: boolean;
|
|
9249
|
+
[key: string]: unknown | null;
|
|
8765
9250
|
};
|
|
8766
9251
|
export type RedtailDeleteActivity200 = RedtailDeleteActivity200AnyOf | '' | RedtailDeleteActivity200AnyOfTwo | RedtailDeleteActivity200AnyOfThree;
|
|
8767
9252
|
export type RedtailDeleteActivityBody = {
|
|
@@ -8775,6 +9260,7 @@ export type RedtailDeleteActivityBody = {
|
|
|
8775
9260
|
};
|
|
8776
9261
|
export type RedtailUpdateActivity200 = {
|
|
8777
9262
|
activity: RedtailUpdateActivity200Activity;
|
|
9263
|
+
[key: string]: unknown | null;
|
|
8778
9264
|
};
|
|
8779
9265
|
/**
|
|
8780
9266
|
* @nullable
|
|
@@ -8784,10 +9270,10 @@ export type RedtailUpdateActivity200ActivityStartDate = unknown | null;
|
|
|
8784
9270
|
* @nullable
|
|
8785
9271
|
*/
|
|
8786
9272
|
export type RedtailUpdateActivity200ActivityPrivacySettings = {
|
|
8787
|
-
[key: string]: unknown;
|
|
9273
|
+
[key: string]: unknown | null;
|
|
8788
9274
|
} | null;
|
|
8789
9275
|
export type RedtailUpdateActivity200ActivityLinkedContactsItem = {
|
|
8790
|
-
[key: string]: unknown;
|
|
9276
|
+
[key: string]: unknown | null;
|
|
8791
9277
|
};
|
|
8792
9278
|
/**
|
|
8793
9279
|
* @nullable
|
|
@@ -8798,7 +9284,7 @@ export type RedtailUpdateActivity200ActivityEndDate = unknown | null;
|
|
|
8798
9284
|
*/
|
|
8799
9285
|
export type RedtailUpdateActivity200ActivityCompletedAt = unknown | null;
|
|
8800
9286
|
export type RedtailUpdateActivity200ActivityAttendeesItem = {
|
|
8801
|
-
[key: string]: unknown;
|
|
9287
|
+
[key: string]: unknown | null;
|
|
8802
9288
|
};
|
|
8803
9289
|
export type RedtailUpdateActivity200Activity = {
|
|
8804
9290
|
/** @nullable */
|
|
@@ -8850,6 +9336,7 @@ export type RedtailUpdateActivity200Activity = {
|
|
|
8850
9336
|
subject?: string | null;
|
|
8851
9337
|
/** @nullable */
|
|
8852
9338
|
updated_at?: string | null;
|
|
9339
|
+
[key: string]: unknown | null;
|
|
8853
9340
|
};
|
|
8854
9341
|
/**
|
|
8855
9342
|
* Create an activity. `userId` is for the integration hub only and is not sent to Redtail. Additional Redtail fields are accepted.
|
|
@@ -8896,6 +9383,7 @@ export type RedtailUpdateActivityBody = {
|
|
|
8896
9383
|
};
|
|
8897
9384
|
export type RedtailCreateActivity200 = {
|
|
8898
9385
|
activity: RedtailCreateActivity200Activity;
|
|
9386
|
+
[key: string]: unknown | null;
|
|
8899
9387
|
};
|
|
8900
9388
|
/**
|
|
8901
9389
|
* @nullable
|
|
@@ -8905,10 +9393,10 @@ export type RedtailCreateActivity200ActivityStartDate = unknown | null;
|
|
|
8905
9393
|
* @nullable
|
|
8906
9394
|
*/
|
|
8907
9395
|
export type RedtailCreateActivity200ActivityPrivacySettings = {
|
|
8908
|
-
[key: string]: unknown;
|
|
9396
|
+
[key: string]: unknown | null;
|
|
8909
9397
|
} | null;
|
|
8910
9398
|
export type RedtailCreateActivity200ActivityLinkedContactsItem = {
|
|
8911
|
-
[key: string]: unknown;
|
|
9399
|
+
[key: string]: unknown | null;
|
|
8912
9400
|
};
|
|
8913
9401
|
/**
|
|
8914
9402
|
* @nullable
|
|
@@ -8919,7 +9407,7 @@ export type RedtailCreateActivity200ActivityEndDate = unknown | null;
|
|
|
8919
9407
|
*/
|
|
8920
9408
|
export type RedtailCreateActivity200ActivityCompletedAt = unknown | null;
|
|
8921
9409
|
export type RedtailCreateActivity200ActivityAttendeesItem = {
|
|
8922
|
-
[key: string]: unknown;
|
|
9410
|
+
[key: string]: unknown | null;
|
|
8923
9411
|
};
|
|
8924
9412
|
export type RedtailCreateActivity200Activity = {
|
|
8925
9413
|
/** @nullable */
|
|
@@ -8971,6 +9459,7 @@ export type RedtailCreateActivity200Activity = {
|
|
|
8971
9459
|
subject?: string | null;
|
|
8972
9460
|
/** @nullable */
|
|
8973
9461
|
updated_at?: string | null;
|
|
9462
|
+
[key: string]: unknown | null;
|
|
8974
9463
|
};
|
|
8975
9464
|
/**
|
|
8976
9465
|
* Create an activity. `userId` is for the integration hub only and is not sent to Redtail. Additional Redtail fields are accepted.
|
|
@@ -9007,9 +9496,11 @@ export type RedtailCreateActivityBody = {
|
|
|
9007
9496
|
start_date?: string | null;
|
|
9008
9497
|
subject: string;
|
|
9009
9498
|
userId: string;
|
|
9499
|
+
[key: string]: unknown | null;
|
|
9010
9500
|
};
|
|
9011
9501
|
export type RedtailGetActivity200 = {
|
|
9012
9502
|
activity: RedtailGetActivity200Activity;
|
|
9503
|
+
[key: string]: unknown | null;
|
|
9013
9504
|
};
|
|
9014
9505
|
/**
|
|
9015
9506
|
* @nullable
|
|
@@ -9019,10 +9510,10 @@ export type RedtailGetActivity200ActivityStartDate = unknown | null;
|
|
|
9019
9510
|
* @nullable
|
|
9020
9511
|
*/
|
|
9021
9512
|
export type RedtailGetActivity200ActivityPrivacySettings = {
|
|
9022
|
-
[key: string]: unknown;
|
|
9513
|
+
[key: string]: unknown | null;
|
|
9023
9514
|
} | null;
|
|
9024
9515
|
export type RedtailGetActivity200ActivityLinkedContactsItem = {
|
|
9025
|
-
[key: string]: unknown;
|
|
9516
|
+
[key: string]: unknown | null;
|
|
9026
9517
|
};
|
|
9027
9518
|
/**
|
|
9028
9519
|
* @nullable
|
|
@@ -9033,7 +9524,7 @@ export type RedtailGetActivity200ActivityEndDate = unknown | null;
|
|
|
9033
9524
|
*/
|
|
9034
9525
|
export type RedtailGetActivity200ActivityCompletedAt = unknown | null;
|
|
9035
9526
|
export type RedtailGetActivity200ActivityAttendeesItem = {
|
|
9036
|
-
[key: string]: unknown;
|
|
9527
|
+
[key: string]: unknown | null;
|
|
9037
9528
|
};
|
|
9038
9529
|
export type RedtailGetActivity200Activity = {
|
|
9039
9530
|
/** @nullable */
|
|
@@ -9085,6 +9576,7 @@ export type RedtailGetActivity200Activity = {
|
|
|
9085
9576
|
subject?: string | null;
|
|
9086
9577
|
/** @nullable */
|
|
9087
9578
|
updated_at?: string | null;
|
|
9579
|
+
[key: string]: unknown | null;
|
|
9088
9580
|
};
|
|
9089
9581
|
export type RedtailGetActivityBody = {
|
|
9090
9582
|
/**
|
|
@@ -9098,10 +9590,12 @@ export type RedtailGetActivityBody = {
|
|
|
9098
9590
|
export type RedtailGetActivities200Meta = {
|
|
9099
9591
|
total_pages?: number;
|
|
9100
9592
|
total_records?: number;
|
|
9593
|
+
[key: string]: unknown | null;
|
|
9101
9594
|
};
|
|
9102
9595
|
export type RedtailGetActivities200 = {
|
|
9103
9596
|
activities?: RedtailGetActivities200ActivitiesItem[];
|
|
9104
9597
|
meta?: RedtailGetActivities200Meta;
|
|
9598
|
+
[key: string]: unknown | null;
|
|
9105
9599
|
};
|
|
9106
9600
|
/**
|
|
9107
9601
|
* @nullable
|
|
@@ -9111,10 +9605,10 @@ export type RedtailGetActivities200ActivitiesItemStartDate = unknown | null;
|
|
|
9111
9605
|
* @nullable
|
|
9112
9606
|
*/
|
|
9113
9607
|
export type RedtailGetActivities200ActivitiesItemPrivacySettings = {
|
|
9114
|
-
[key: string]: unknown;
|
|
9608
|
+
[key: string]: unknown | null;
|
|
9115
9609
|
} | null;
|
|
9116
9610
|
export type RedtailGetActivities200ActivitiesItemLinkedContactsItem = {
|
|
9117
|
-
[key: string]: unknown;
|
|
9611
|
+
[key: string]: unknown | null;
|
|
9118
9612
|
};
|
|
9119
9613
|
/**
|
|
9120
9614
|
* @nullable
|
|
@@ -9125,7 +9619,7 @@ export type RedtailGetActivities200ActivitiesItemEndDate = unknown | null;
|
|
|
9125
9619
|
*/
|
|
9126
9620
|
export type RedtailGetActivities200ActivitiesItemCompletedAt = unknown | null;
|
|
9127
9621
|
export type RedtailGetActivities200ActivitiesItemAttendeesItem = {
|
|
9128
|
-
[key: string]: unknown;
|
|
9622
|
+
[key: string]: unknown | null;
|
|
9129
9623
|
};
|
|
9130
9624
|
export type RedtailGetActivities200ActivitiesItem = {
|
|
9131
9625
|
/** @nullable */
|
|
@@ -9177,6 +9671,7 @@ export type RedtailGetActivities200ActivitiesItem = {
|
|
|
9177
9671
|
subject?: string | null;
|
|
9178
9672
|
/** @nullable */
|
|
9179
9673
|
updated_at?: string | null;
|
|
9674
|
+
[key: string]: unknown | null;
|
|
9180
9675
|
};
|
|
9181
9676
|
export type RedtailGetActivitiesBodyAllOfTwo = {
|
|
9182
9677
|
/**
|
|
@@ -9184,12 +9679,6 @@ export type RedtailGetActivitiesBodyAllOfTwo = {
|
|
|
9184
9679
|
* @minLength 1
|
|
9185
9680
|
*/
|
|
9186
9681
|
end_date: string;
|
|
9187
|
-
/**
|
|
9188
|
-
* Page number for paginated activities results
|
|
9189
|
-
* @minimum 0
|
|
9190
|
-
* @exclusiveMinimum
|
|
9191
|
-
*/
|
|
9192
|
-
page?: number;
|
|
9193
9682
|
/**
|
|
9194
9683
|
* Start date for activities query
|
|
9195
9684
|
* @minLength 1
|
|
@@ -9197,8 +9686,19 @@ export type RedtailGetActivitiesBodyAllOfTwo = {
|
|
|
9197
9686
|
start_date: string;
|
|
9198
9687
|
};
|
|
9199
9688
|
export type RedtailGetActivitiesBodyAllOf = {
|
|
9689
|
+
/**
|
|
9690
|
+
* Whether to include family member data for the families endpoint
|
|
9691
|
+
* @nullable
|
|
9692
|
+
*/
|
|
9693
|
+
family_members?: boolean | null;
|
|
9694
|
+
/**
|
|
9695
|
+
* Whether to include deleted records
|
|
9696
|
+
* @nullable
|
|
9697
|
+
*/
|
|
9698
|
+
show_deleted?: boolean | null;
|
|
9200
9699
|
/** Integration user id for Redtail requests. */
|
|
9201
9700
|
userId: string;
|
|
9701
|
+
[key: string]: unknown | null;
|
|
9202
9702
|
};
|
|
9203
9703
|
export type RedtailGetActivitiesBody = RedtailGetActivitiesBodyAllOf & RedtailGetActivitiesBodyAllOfTwo;
|
|
9204
9704
|
export type RedtailGetAccountDetails200AccountDetails = {
|
|
@@ -9222,9 +9722,11 @@ export type RedtailGetAccountDetails200AccountDetails = {
|
|
|
9222
9722
|
renewal_date?: string | null;
|
|
9223
9723
|
/** @nullable */
|
|
9224
9724
|
updated_at?: string | null;
|
|
9725
|
+
[key: string]: unknown | null;
|
|
9225
9726
|
};
|
|
9226
9727
|
export type RedtailGetAccountDetails200 = {
|
|
9227
9728
|
account_details: RedtailGetAccountDetails200AccountDetails;
|
|
9729
|
+
[key: string]: unknown | null;
|
|
9228
9730
|
};
|
|
9229
9731
|
export type RedtailGetAccountDetailsBody = {
|
|
9230
9732
|
/**
|
|
@@ -9234,13 +9736,15 @@ export type RedtailGetAccountDetailsBody = {
|
|
|
9234
9736
|
accountId: string;
|
|
9235
9737
|
/** Integration user id for Redtail requests. */
|
|
9236
9738
|
userId: string;
|
|
9739
|
+
[key: string]: unknown | null;
|
|
9237
9740
|
};
|
|
9238
9741
|
export type RedtailGetAccountOwners200OwnersItem = {
|
|
9239
|
-
[key: string]: unknown;
|
|
9742
|
+
[key: string]: unknown | null;
|
|
9240
9743
|
};
|
|
9241
9744
|
export type RedtailGetAccountOwners200Meta = {
|
|
9242
9745
|
total_pages?: number;
|
|
9243
9746
|
total_records?: number;
|
|
9747
|
+
[key: string]: unknown | null;
|
|
9244
9748
|
};
|
|
9245
9749
|
/**
|
|
9246
9750
|
* @nullable
|
|
@@ -9273,15 +9777,17 @@ export type RedtailGetAccountOwners200AccountsItem = {
|
|
|
9273
9777
|
taxqualified_type?: string | null;
|
|
9274
9778
|
/** @nullable */
|
|
9275
9779
|
updated_at?: string | null;
|
|
9780
|
+
[key: string]: unknown | null;
|
|
9276
9781
|
};
|
|
9277
9782
|
export type RedtailGetAccountOwners200AccountOwnersItem = {
|
|
9278
|
-
[key: string]: unknown;
|
|
9783
|
+
[key: string]: unknown | null;
|
|
9279
9784
|
};
|
|
9280
9785
|
export type RedtailGetAccountOwners200 = {
|
|
9281
9786
|
account_owners?: RedtailGetAccountOwners200AccountOwnersItem[];
|
|
9282
9787
|
accounts?: RedtailGetAccountOwners200AccountsItem[];
|
|
9283
9788
|
meta?: RedtailGetAccountOwners200Meta;
|
|
9284
9789
|
owners?: RedtailGetAccountOwners200OwnersItem[];
|
|
9790
|
+
[key: string]: unknown | null;
|
|
9285
9791
|
};
|
|
9286
9792
|
export type RedtailGetAccountOwnersBody = {
|
|
9287
9793
|
/**
|
|
@@ -9291,14 +9797,17 @@ export type RedtailGetAccountOwnersBody = {
|
|
|
9291
9797
|
accountId: string;
|
|
9292
9798
|
/** Integration user id for Redtail requests. */
|
|
9293
9799
|
userId: string;
|
|
9800
|
+
[key: string]: unknown | null;
|
|
9294
9801
|
};
|
|
9295
9802
|
export type RedtailGetContactAccounts200Meta = {
|
|
9296
9803
|
total_pages?: number;
|
|
9297
9804
|
total_records?: number;
|
|
9805
|
+
[key: string]: unknown | null;
|
|
9298
9806
|
};
|
|
9299
9807
|
export type RedtailGetContactAccounts200 = {
|
|
9300
9808
|
accounts?: RedtailGetContactAccounts200AccountsItem[];
|
|
9301
9809
|
meta?: RedtailGetContactAccounts200Meta;
|
|
9810
|
+
[key: string]: unknown | null;
|
|
9302
9811
|
};
|
|
9303
9812
|
/**
|
|
9304
9813
|
* @nullable
|
|
@@ -9331,6 +9840,7 @@ export type RedtailGetContactAccounts200AccountsItem = {
|
|
|
9331
9840
|
taxqualified_type?: string | null;
|
|
9332
9841
|
/** @nullable */
|
|
9333
9842
|
updated_at?: string | null;
|
|
9843
|
+
[key: string]: unknown | null;
|
|
9334
9844
|
};
|
|
9335
9845
|
export type RedtailGetContactAccountsBody = {
|
|
9336
9846
|
/**
|
|
@@ -9340,6 +9850,7 @@ export type RedtailGetContactAccountsBody = {
|
|
|
9340
9850
|
id: string;
|
|
9341
9851
|
/** Integration user id for Redtail requests. */
|
|
9342
9852
|
userId: string;
|
|
9853
|
+
[key: string]: unknown | null;
|
|
9343
9854
|
};
|
|
9344
9855
|
export type RedtailGetContactPersonalProfile200PersonalProfile = {
|
|
9345
9856
|
/** @nullable */
|
|
@@ -9382,9 +9893,11 @@ export type RedtailGetContactPersonalProfile200PersonalProfile = {
|
|
|
9382
9893
|
updated_at?: string | null;
|
|
9383
9894
|
/** @nullable */
|
|
9384
9895
|
weight?: string | null;
|
|
9896
|
+
[key: string]: unknown | null;
|
|
9385
9897
|
};
|
|
9386
9898
|
export type RedtailGetContactPersonalProfile200 = {
|
|
9387
9899
|
personal_profile?: RedtailGetContactPersonalProfile200PersonalProfile;
|
|
9900
|
+
[key: string]: unknown | null;
|
|
9388
9901
|
};
|
|
9389
9902
|
export type RedtailGetContactPersonalProfileBody = {
|
|
9390
9903
|
/**
|
|
@@ -9394,15 +9907,17 @@ export type RedtailGetContactPersonalProfileBody = {
|
|
|
9394
9907
|
id: string;
|
|
9395
9908
|
/** Integration user id for Redtail requests. */
|
|
9396
9909
|
userId: string;
|
|
9910
|
+
[key: string]: unknown | null;
|
|
9397
9911
|
};
|
|
9398
9912
|
export type RedtailUpdateContact200 = {
|
|
9399
9913
|
contact?: RedtailUpdateContact200Contact;
|
|
9914
|
+
[key: string]: unknown | null;
|
|
9400
9915
|
};
|
|
9401
9916
|
export type RedtailUpdateContact200ContactUrlsItem = {
|
|
9402
|
-
[key: string]: unknown;
|
|
9917
|
+
[key: string]: unknown | null;
|
|
9403
9918
|
};
|
|
9404
9919
|
export type RedtailUpdateContact200ContactPhonesItem = {
|
|
9405
|
-
[key: string]: unknown;
|
|
9920
|
+
[key: string]: unknown | null;
|
|
9406
9921
|
};
|
|
9407
9922
|
export type RedtailUpdateContact200ContactFamilyMembersItem = {
|
|
9408
9923
|
contact_id?: number;
|
|
@@ -9420,6 +9935,7 @@ export type RedtailUpdateContact200ContactFamilyMembersItem = {
|
|
|
9420
9935
|
relationship_name?: string | null;
|
|
9421
9936
|
/** @nullable */
|
|
9422
9937
|
updated_at?: string | null;
|
|
9938
|
+
[key: string]: unknown | null;
|
|
9423
9939
|
};
|
|
9424
9940
|
/**
|
|
9425
9941
|
* @nullable
|
|
@@ -9435,12 +9951,13 @@ export type RedtailUpdateContact200ContactFamily = {
|
|
|
9435
9951
|
name?: string | null;
|
|
9436
9952
|
/** @nullable */
|
|
9437
9953
|
updated_at?: string | null;
|
|
9954
|
+
[key: string]: unknown | null;
|
|
9438
9955
|
} | null;
|
|
9439
9956
|
export type RedtailUpdateContact200ContactEmailsItem = {
|
|
9440
|
-
[key: string]: unknown;
|
|
9957
|
+
[key: string]: unknown | null;
|
|
9441
9958
|
};
|
|
9442
9959
|
export type RedtailUpdateContact200ContactAddressesItem = {
|
|
9443
|
-
[key: string]: unknown;
|
|
9960
|
+
[key: string]: unknown | null;
|
|
9444
9961
|
};
|
|
9445
9962
|
export type RedtailUpdateContact200Contact = {
|
|
9446
9963
|
/** @nullable */
|
|
@@ -9532,6 +10049,7 @@ export type RedtailUpdateContact200Contact = {
|
|
|
9532
10049
|
writing_advisor?: string | null;
|
|
9533
10050
|
/** @nullable */
|
|
9534
10051
|
writing_advisor_id?: number | null;
|
|
10052
|
+
[key: string]: unknown | null;
|
|
9535
10053
|
};
|
|
9536
10054
|
/**
|
|
9537
10055
|
* Contact type. Required by Redtail.
|
|
@@ -9602,16 +10120,18 @@ export type RedtailUpdateContactBody = {
|
|
|
9602
10120
|
export type RedtailGetContacts200Meta = {
|
|
9603
10121
|
total_pages?: number;
|
|
9604
10122
|
total_records?: number;
|
|
10123
|
+
[key: string]: unknown | null;
|
|
9605
10124
|
};
|
|
9606
10125
|
export type RedtailGetContacts200 = {
|
|
9607
10126
|
contacts?: RedtailGetContacts200ContactsItem[];
|
|
9608
10127
|
meta?: RedtailGetContacts200Meta;
|
|
10128
|
+
[key: string]: unknown | null;
|
|
9609
10129
|
};
|
|
9610
10130
|
export type RedtailGetContacts200ContactsItemUrlsItem = {
|
|
9611
|
-
[key: string]: unknown;
|
|
10131
|
+
[key: string]: unknown | null;
|
|
9612
10132
|
};
|
|
9613
10133
|
export type RedtailGetContacts200ContactsItemPhonesItem = {
|
|
9614
|
-
[key: string]: unknown;
|
|
10134
|
+
[key: string]: unknown | null;
|
|
9615
10135
|
};
|
|
9616
10136
|
export type RedtailGetContacts200ContactsItemFamilyMembersItem = {
|
|
9617
10137
|
contact_id?: number;
|
|
@@ -9629,6 +10149,7 @@ export type RedtailGetContacts200ContactsItemFamilyMembersItem = {
|
|
|
9629
10149
|
relationship_name?: string | null;
|
|
9630
10150
|
/** @nullable */
|
|
9631
10151
|
updated_at?: string | null;
|
|
10152
|
+
[key: string]: unknown | null;
|
|
9632
10153
|
};
|
|
9633
10154
|
/**
|
|
9634
10155
|
* @nullable
|
|
@@ -9644,12 +10165,13 @@ export type RedtailGetContacts200ContactsItemFamily = {
|
|
|
9644
10165
|
name?: string | null;
|
|
9645
10166
|
/** @nullable */
|
|
9646
10167
|
updated_at?: string | null;
|
|
10168
|
+
[key: string]: unknown | null;
|
|
9647
10169
|
} | null;
|
|
9648
10170
|
export type RedtailGetContacts200ContactsItemEmailsItem = {
|
|
9649
|
-
[key: string]: unknown;
|
|
10171
|
+
[key: string]: unknown | null;
|
|
9650
10172
|
};
|
|
9651
10173
|
export type RedtailGetContacts200ContactsItemAddressesItem = {
|
|
9652
|
-
[key: string]: unknown;
|
|
10174
|
+
[key: string]: unknown | null;
|
|
9653
10175
|
};
|
|
9654
10176
|
export type RedtailGetContacts200ContactsItem = {
|
|
9655
10177
|
/** @nullable */
|
|
@@ -9741,19 +10263,32 @@ export type RedtailGetContacts200ContactsItem = {
|
|
|
9741
10263
|
writing_advisor?: string | null;
|
|
9742
10264
|
/** @nullable */
|
|
9743
10265
|
writing_advisor_id?: number | null;
|
|
10266
|
+
[key: string]: unknown | null;
|
|
9744
10267
|
};
|
|
9745
10268
|
export type RedtailGetContactsBody = {
|
|
10269
|
+
/**
|
|
10270
|
+
* Whether to include family member data for the families endpoint
|
|
10271
|
+
* @nullable
|
|
10272
|
+
*/
|
|
10273
|
+
family_members?: boolean | null;
|
|
10274
|
+
/**
|
|
10275
|
+
* Whether to include deleted records
|
|
10276
|
+
* @nullable
|
|
10277
|
+
*/
|
|
10278
|
+
show_deleted?: boolean | null;
|
|
9746
10279
|
/** Integration user id for Redtail requests. */
|
|
9747
10280
|
userId: string;
|
|
10281
|
+
[key: string]: unknown | null;
|
|
9748
10282
|
};
|
|
9749
10283
|
export type RedtailGetContact200 = {
|
|
9750
10284
|
contact?: RedtailGetContact200Contact;
|
|
10285
|
+
[key: string]: unknown | null;
|
|
9751
10286
|
};
|
|
9752
10287
|
export type RedtailGetContact200ContactUrlsItem = {
|
|
9753
|
-
[key: string]: unknown;
|
|
10288
|
+
[key: string]: unknown | null;
|
|
9754
10289
|
};
|
|
9755
10290
|
export type RedtailGetContact200ContactPhonesItem = {
|
|
9756
|
-
[key: string]: unknown;
|
|
10291
|
+
[key: string]: unknown | null;
|
|
9757
10292
|
};
|
|
9758
10293
|
export type RedtailGetContact200ContactFamilyMembersItem = {
|
|
9759
10294
|
contact_id?: number;
|
|
@@ -9771,6 +10306,7 @@ export type RedtailGetContact200ContactFamilyMembersItem = {
|
|
|
9771
10306
|
relationship_name?: string | null;
|
|
9772
10307
|
/** @nullable */
|
|
9773
10308
|
updated_at?: string | null;
|
|
10309
|
+
[key: string]: unknown | null;
|
|
9774
10310
|
};
|
|
9775
10311
|
/**
|
|
9776
10312
|
* @nullable
|
|
@@ -9786,12 +10322,13 @@ export type RedtailGetContact200ContactFamily = {
|
|
|
9786
10322
|
name?: string | null;
|
|
9787
10323
|
/** @nullable */
|
|
9788
10324
|
updated_at?: string | null;
|
|
10325
|
+
[key: string]: unknown | null;
|
|
9789
10326
|
} | null;
|
|
9790
10327
|
export type RedtailGetContact200ContactEmailsItem = {
|
|
9791
|
-
[key: string]: unknown;
|
|
10328
|
+
[key: string]: unknown | null;
|
|
9792
10329
|
};
|
|
9793
10330
|
export type RedtailGetContact200ContactAddressesItem = {
|
|
9794
|
-
[key: string]: unknown;
|
|
10331
|
+
[key: string]: unknown | null;
|
|
9795
10332
|
};
|
|
9796
10333
|
export type RedtailGetContact200Contact = {
|
|
9797
10334
|
/** @nullable */
|
|
@@ -9883,6 +10420,7 @@ export type RedtailGetContact200Contact = {
|
|
|
9883
10420
|
writing_advisor?: string | null;
|
|
9884
10421
|
/** @nullable */
|
|
9885
10422
|
writing_advisor_id?: number | null;
|
|
10423
|
+
[key: string]: unknown | null;
|
|
9886
10424
|
};
|
|
9887
10425
|
export type RedtailGetContactBody = {
|
|
9888
10426
|
/**
|
|
@@ -9892,10 +10430,12 @@ export type RedtailGetContactBody = {
|
|
|
9892
10430
|
id: string;
|
|
9893
10431
|
/** Integration user id for Redtail requests. */
|
|
9894
10432
|
userId: string;
|
|
10433
|
+
[key: string]: unknown | null;
|
|
9895
10434
|
};
|
|
9896
10435
|
export type RedtailGetFamilies200Meta = {
|
|
9897
10436
|
total_pages?: number;
|
|
9898
10437
|
total_records?: number;
|
|
10438
|
+
[key: string]: unknown | null;
|
|
9899
10439
|
};
|
|
9900
10440
|
export type RedtailGetFamilies200ContactFamiliesItemMembersItem = {
|
|
9901
10441
|
contact_id?: number;
|
|
@@ -9913,6 +10453,7 @@ export type RedtailGetFamilies200ContactFamiliesItemMembersItem = {
|
|
|
9913
10453
|
relationship_name?: string | null;
|
|
9914
10454
|
/** @nullable */
|
|
9915
10455
|
updated_at?: string | null;
|
|
10456
|
+
[key: string]: unknown | null;
|
|
9916
10457
|
};
|
|
9917
10458
|
export type RedtailGetFamilies200ContactFamiliesItem = {
|
|
9918
10459
|
/** @nullable */
|
|
@@ -9925,14 +10466,27 @@ export type RedtailGetFamilies200ContactFamiliesItem = {
|
|
|
9925
10466
|
name?: string | null;
|
|
9926
10467
|
/** @nullable */
|
|
9927
10468
|
updated_at?: string | null;
|
|
10469
|
+
[key: string]: unknown | null;
|
|
9928
10470
|
};
|
|
9929
10471
|
export type RedtailGetFamilies200 = {
|
|
9930
10472
|
contact_families?: RedtailGetFamilies200ContactFamiliesItem[];
|
|
9931
10473
|
meta?: RedtailGetFamilies200Meta;
|
|
10474
|
+
[key: string]: unknown | null;
|
|
9932
10475
|
};
|
|
9933
10476
|
export type RedtailGetFamiliesBody = {
|
|
10477
|
+
/**
|
|
10478
|
+
* Whether to include family member data for the families endpoint
|
|
10479
|
+
* @nullable
|
|
10480
|
+
*/
|
|
10481
|
+
family_members?: boolean | null;
|
|
10482
|
+
/**
|
|
10483
|
+
* Whether to include deleted records
|
|
10484
|
+
* @nullable
|
|
10485
|
+
*/
|
|
10486
|
+
show_deleted?: boolean | null;
|
|
9934
10487
|
/** Integration user id for Redtail requests. */
|
|
9935
10488
|
userId: string;
|
|
10489
|
+
[key: string]: unknown | null;
|
|
9936
10490
|
};
|
|
9937
10491
|
export type RedtailAuthenticate200 = {
|
|
9938
10492
|
/** Integration user id after storing credentials */
|