@uptiqai/integrations-sdk 1.4.0 → 1.5.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.
@@ -147,6 +147,10 @@ export type WealthboxGetCategoryMembersBody = {
147
147
  userId: string;
148
148
  [key: string]: unknown | null;
149
149
  };
150
+ export type WealthboxGetCustomFields200 = {
151
+ custom_fields?: WealthboxGetCustomFields200CustomFieldsItem[];
152
+ [key: string]: unknown | null;
153
+ };
150
154
  /**
151
155
  * @nullable
152
156
  */
@@ -172,10 +176,6 @@ export type WealthboxGetCustomFields200CustomFieldsItem = {
172
176
  value?: WealthboxGetCustomFields200CustomFieldsItemValue;
173
177
  [key: string]: unknown | null;
174
178
  };
175
- export type WealthboxGetCustomFields200 = {
176
- custom_fields?: WealthboxGetCustomFields200CustomFieldsItem[];
177
- [key: string]: unknown | null;
178
- };
179
179
  /**
180
180
  * The document type that the custom fields are for
181
181
  */
@@ -234,6 +234,10 @@ export type WealthboxGetTagsBody = {
234
234
  userId: string;
235
235
  [key: string]: unknown | null;
236
236
  };
237
+ export type WealthboxGetTeams200 = {
238
+ teams: WealthboxGetTeams200TeamsItem[];
239
+ [key: string]: unknown | null;
240
+ };
237
241
  export type WealthboxGetTeams200TeamsItemMembersItemStatus = 'active' | 'invited' | 'inactive' | 'legacy' | string;
238
242
  export type WealthboxGetTeams200TeamsItemMembersItem = {
239
243
  /** @nullable */
@@ -253,10 +257,6 @@ export type WealthboxGetTeams200TeamsItem = {
253
257
  name: string;
254
258
  [key: string]: unknown | null;
255
259
  };
256
- export type WealthboxGetTeams200 = {
257
- teams: WealthboxGetTeams200TeamsItem[];
258
- [key: string]: unknown | null;
259
- };
260
260
  export type WealthboxGetTeamsBody = {
261
261
  /**
262
262
  * Page number for paginated Wealthbox endpoints.
@@ -325,21 +325,6 @@ export type WealthboxGetMe200UsersItem = {
325
325
  status?: WealthboxGetMe200UsersItemStatus;
326
326
  [key: string]: unknown | null;
327
327
  };
328
- export type WealthboxGetMe200CurrentUserStatus = 'active' | 'invited' | 'inactive' | 'legacy' | string;
329
- export type WealthboxGetMe200CurrentUser = {
330
- /** @nullable */
331
- account?: number | null;
332
- email?: string;
333
- excluded_from_assignments?: boolean;
334
- /** @nullable */
335
- id: number | null;
336
- name: string;
337
- status?: WealthboxGetMe200CurrentUserStatus;
338
- [key: string]: unknown | null;
339
- };
340
- export type WealthboxGetMe200AccountsItem = {
341
- [key: string]: unknown | null;
342
- };
343
328
  export type WealthboxGetMe200 = {
344
329
  accounts?: WealthboxGetMe200AccountsItem[];
345
330
  created_at?: string;
@@ -355,6 +340,21 @@ export type WealthboxGetMe200 = {
355
340
  users?: WealthboxGetMe200UsersItem[];
356
341
  [key: string]: unknown | null;
357
342
  };
343
+ export type WealthboxGetMe200CurrentUserStatus = 'active' | 'invited' | 'inactive' | 'legacy' | string;
344
+ export type WealthboxGetMe200CurrentUser = {
345
+ /** @nullable */
346
+ account?: number | null;
347
+ email?: string;
348
+ excluded_from_assignments?: boolean;
349
+ /** @nullable */
350
+ id: number | null;
351
+ name: string;
352
+ status?: WealthboxGetMe200CurrentUserStatus;
353
+ [key: string]: unknown | null;
354
+ };
355
+ export type WealthboxGetMe200AccountsItem = {
356
+ [key: string]: unknown | null;
357
+ };
358
358
  export type WealthboxGetMeBody = {
359
359
  /** Integration user id for Wealthbox requests. */
360
360
  userId: string;
@@ -1071,6 +1071,12 @@ export type WealthboxUpdateProject200 = {
1071
1071
  visible_to?: WealthboxUpdateProject200VisibleTo;
1072
1072
  [key: string]: unknown | null;
1073
1073
  };
1074
+ export type WealthboxUpdateProjectBodyCustomFieldsItem = {
1075
+ /** @nullable */
1076
+ id: number | null;
1077
+ value?: WealthboxUpdateProjectBodyCustomFieldsItemValue;
1078
+ [key: string]: unknown | null;
1079
+ };
1074
1080
  export type WealthboxUpdateProjectBody = {
1075
1081
  custom_fields?: WealthboxUpdateProjectBodyCustomFieldsItem[];
1076
1082
  /** @minLength 1 */
@@ -1098,12 +1104,6 @@ export type WealthboxUpdateProjectBodyCustomFieldsItemValueAnyOfTwo = unknown |
1098
1104
  */
1099
1105
  export type WealthboxUpdateProjectBodyCustomFieldsItemValueAnyOf = unknown | null;
1100
1106
  export type WealthboxUpdateProjectBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateProjectBodyCustomFieldsItemValueAnyOf | WealthboxUpdateProjectBodyCustomFieldsItemValueAnyOfTwo;
1101
- export type WealthboxUpdateProjectBodyCustomFieldsItem = {
1102
- /** @nullable */
1103
- id: number | null;
1104
- value?: WealthboxUpdateProjectBodyCustomFieldsItemValue;
1105
- [key: string]: unknown | null;
1106
- };
1107
1107
  /**
1108
1108
  * @nullable
1109
1109
  */
@@ -1903,25 +1903,6 @@ export type WealthboxCreateOpportunityBodyLinkedToItem = {
1903
1903
  type: string;
1904
1904
  [key: string]: unknown | null;
1905
1905
  };
1906
- export type WealthboxCreateOpportunityBody = {
1907
- amounts: WealthboxCreateOpportunityBodyAmountsItem[];
1908
- custom_fields?: WealthboxCreateOpportunityBodyCustomFieldsItem[];
1909
- description?: string;
1910
- linked_to?: WealthboxCreateOpportunityBodyLinkedToItem[];
1911
- /** @nullable */
1912
- manager?: number | null;
1913
- /** @minLength 1 */
1914
- name: string;
1915
- next_step?: string;
1916
- probability: number;
1917
- /** @nullable */
1918
- stage: number | null;
1919
- target_close: string;
1920
- /** Integration user id for Wealthbox requests. */
1921
- userId: string;
1922
- visible_to?: string;
1923
- [key: string]: unknown | null;
1924
- };
1925
1906
  /**
1926
1907
  * @nullable
1927
1908
  */
@@ -1944,6 +1925,25 @@ export type WealthboxCreateOpportunityBodyAmountsItem = {
1944
1925
  kind?: WealthboxCreateOpportunityBodyAmountsItemKind;
1945
1926
  [key: string]: unknown | null;
1946
1927
  };
1928
+ export type WealthboxCreateOpportunityBody = {
1929
+ amounts: WealthboxCreateOpportunityBodyAmountsItem[];
1930
+ custom_fields?: WealthboxCreateOpportunityBodyCustomFieldsItem[];
1931
+ description?: string;
1932
+ linked_to?: WealthboxCreateOpportunityBodyLinkedToItem[];
1933
+ /** @nullable */
1934
+ manager?: number | null;
1935
+ /** @minLength 1 */
1936
+ name: string;
1937
+ next_step?: string;
1938
+ probability: number;
1939
+ /** @nullable */
1940
+ stage: number | null;
1941
+ target_close: string;
1942
+ /** Integration user id for Wealthbox requests. */
1943
+ userId: string;
1944
+ visible_to?: string;
1945
+ [key: string]: unknown | null;
1946
+ };
1947
1947
  /**
1948
1948
  * @nullable
1949
1949
  */
@@ -2409,12 +2409,6 @@ export type WealthboxUpdateEventBodyInviteesItem = {
2409
2409
  type: string;
2410
2410
  [key: string]: unknown | null;
2411
2411
  };
2412
- export type WealthboxUpdateEventBodyCustomFieldsItem = {
2413
- /** @nullable */
2414
- id: number | null;
2415
- value?: WealthboxUpdateEventBodyCustomFieldsItemValue;
2416
- [key: string]: unknown | null;
2417
- };
2418
2412
  export type WealthboxUpdateEventBody = {
2419
2413
  all_day?: boolean;
2420
2414
  custom_fields?: WealthboxUpdateEventBodyCustomFieldsItem[];
@@ -2450,6 +2444,12 @@ export type WealthboxUpdateEventBodyCustomFieldsItemValueAnyOfTwo = unknown | nu
2450
2444
  */
2451
2445
  export type WealthboxUpdateEventBodyCustomFieldsItemValueAnyOf = unknown | null;
2452
2446
  export type WealthboxUpdateEventBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateEventBodyCustomFieldsItemValueAnyOf | WealthboxUpdateEventBodyCustomFieldsItemValueAnyOfTwo;
2447
+ export type WealthboxUpdateEventBodyCustomFieldsItem = {
2448
+ /** @nullable */
2449
+ id: number | null;
2450
+ value?: WealthboxUpdateEventBodyCustomFieldsItemValue;
2451
+ [key: string]: unknown | null;
2452
+ };
2453
2453
  /**
2454
2454
  * @nullable
2455
2455
  */
@@ -2583,6 +2583,12 @@ export type WealthboxCreateEventBodyInviteesItem = {
2583
2583
  type: string;
2584
2584
  [key: string]: unknown | null;
2585
2585
  };
2586
+ export type WealthboxCreateEventBodyCustomFieldsItem = {
2587
+ /** @nullable */
2588
+ id: number | null;
2589
+ value?: WealthboxCreateEventBodyCustomFieldsItemValue;
2590
+ [key: string]: unknown | null;
2591
+ };
2586
2592
  export type WealthboxCreateEventBody = {
2587
2593
  all_day?: boolean;
2588
2594
  custom_fields?: WealthboxCreateEventBodyCustomFieldsItem[];
@@ -2613,12 +2619,6 @@ export type WealthboxCreateEventBodyCustomFieldsItemValueAnyOfTwo = unknown | nu
2613
2619
  */
2614
2620
  export type WealthboxCreateEventBodyCustomFieldsItemValueAnyOf = unknown | null;
2615
2621
  export type WealthboxCreateEventBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxCreateEventBodyCustomFieldsItemValueAnyOf | WealthboxCreateEventBodyCustomFieldsItemValueAnyOfTwo;
2616
- export type WealthboxCreateEventBodyCustomFieldsItem = {
2617
- /** @nullable */
2618
- id: number | null;
2619
- value?: WealthboxCreateEventBodyCustomFieldsItemValue;
2620
- [key: string]: unknown | null;
2621
- };
2622
2622
  /**
2623
2623
  * @nullable
2624
2624
  */
@@ -3045,12 +3045,6 @@ export type WealthboxUpdateTaskBodyLinkedToItem = {
3045
3045
  type: string;
3046
3046
  [key: string]: unknown | null;
3047
3047
  };
3048
- export type WealthboxUpdateTaskBodyCustomFieldsItem = {
3049
- /** @nullable */
3050
- id: number | null;
3051
- value?: WealthboxUpdateTaskBodyCustomFieldsItemValue;
3052
- [key: string]: unknown | null;
3053
- };
3054
3048
  export type WealthboxUpdateTaskBody = {
3055
3049
  /** @nullable */
3056
3050
  assigned_to?: number | null;
@@ -3086,6 +3080,12 @@ export type WealthboxUpdateTaskBodyCustomFieldsItemValueAnyOfTwo = unknown | nul
3086
3080
  */
3087
3081
  export type WealthboxUpdateTaskBodyCustomFieldsItemValueAnyOf = unknown | null;
3088
3082
  export type WealthboxUpdateTaskBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateTaskBodyCustomFieldsItemValueAnyOf | WealthboxUpdateTaskBodyCustomFieldsItemValueAnyOfTwo;
3083
+ export type WealthboxUpdateTaskBodyCustomFieldsItem = {
3084
+ /** @nullable */
3085
+ id: number | null;
3086
+ value?: WealthboxUpdateTaskBodyCustomFieldsItemValue;
3087
+ [key: string]: unknown | null;
3088
+ };
3089
3089
  /**
3090
3090
  * @nullable
3091
3091
  */
@@ -3237,12 +3237,6 @@ export type WealthboxCreateTaskBodyLinkedToItem = {
3237
3237
  type: string;
3238
3238
  [key: string]: unknown | null;
3239
3239
  };
3240
- export type WealthboxCreateTaskBodyCustomFieldsItem = {
3241
- /** @nullable */
3242
- id: number | null;
3243
- value?: WealthboxCreateTaskBodyCustomFieldsItemValue;
3244
- [key: string]: unknown | null;
3245
- };
3246
3240
  export type WealthboxCreateTaskBody = {
3247
3241
  /** @nullable */
3248
3242
  assigned_to?: number | null;
@@ -3273,6 +3267,12 @@ export type WealthboxCreateTaskBodyCustomFieldsItemValueAnyOfTwo = unknown | nul
3273
3267
  */
3274
3268
  export type WealthboxCreateTaskBodyCustomFieldsItemValueAnyOf = unknown | null;
3275
3269
  export type WealthboxCreateTaskBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxCreateTaskBodyCustomFieldsItemValueAnyOf | WealthboxCreateTaskBodyCustomFieldsItemValueAnyOfTwo;
3270
+ export type WealthboxCreateTaskBodyCustomFieldsItem = {
3271
+ /** @nullable */
3272
+ id: number | null;
3273
+ value?: WealthboxCreateTaskBodyCustomFieldsItemValue;
3274
+ [key: string]: unknown | null;
3275
+ };
3276
3276
  /**
3277
3277
  * @nullable
3278
3278
  */
@@ -3801,178 +3801,27 @@ export type WealthboxUpdateContact200Image = unknown | null;
3801
3801
  * @nullable
3802
3802
  */
3803
3803
  export type WealthboxUpdateContact200Id = unknown | null;
3804
- export type WealthboxUpdateContact200 = {
3805
- /** @nullable */
3806
- adjusted_gross_income?: WealthboxUpdateContact200AdjustedGrossIncome;
3807
- /** @nullable */
3808
- anniversary?: WealthboxUpdateContact200Anniversary;
3809
- /** @nullable */
3810
- assets?: WealthboxUpdateContact200Assets;
3811
- /** @nullable */
3812
- assigned_to?: WealthboxUpdateContact200AssignedTo;
3813
- /** @nullable */
3814
- assistant?: WealthboxUpdateContact200Assistant;
3815
- /** @nullable */
3816
- attorney?: WealthboxUpdateContact200Attorney;
3817
- /** @nullable */
3818
- background_information?: WealthboxUpdateContact200BackgroundInformation;
3819
- /** @nullable */
3820
- birth_date?: WealthboxUpdateContact200BirthDate;
3821
- /** @nullable */
3822
- birth_place?: WealthboxUpdateContact200BirthPlace;
3823
- /** @nullable */
3824
- business_manager?: WealthboxUpdateContact200BusinessManager;
3825
- /** @nullable */
3826
- client_since?: WealthboxUpdateContact200ClientSince;
3827
- /** @nullable */
3828
- company_name?: WealthboxUpdateContact200CompanyName;
3829
- /** @nullable */
3830
- confirmed_by_tax_return?: WealthboxUpdateContact200ConfirmedByTaxReturn;
3831
- contact_roles?: WealthboxUpdateContact200ContactRolesItem[];
3832
- /** @nullable */
3833
- contact_source?: WealthboxUpdateContact200ContactSource;
3834
- /** @nullable */
3835
- contact_type?: WealthboxUpdateContact200ContactType;
3836
- /** @nullable */
3837
- cpa?: WealthboxUpdateContact200Cpa;
3838
- /** @nullable */
3839
- created_at?: WealthboxUpdateContact200CreatedAt;
3840
- /** @nullable */
3841
- creator?: WealthboxUpdateContact200Creator;
3842
- custom_fields?: WealthboxUpdateContact200CustomFieldsItem[];
3843
- /** @nullable */
3844
- date_of_death?: WealthboxUpdateContact200DateOfDeath;
3845
- /** @nullable */
3846
- doctor?: WealthboxUpdateContact200Doctor;
3847
- drivers_license?: WealthboxUpdateContact200DriversLicense;
3848
- email_addresses?: WealthboxUpdateContact200EmailAddressesItem[];
3849
- /** @nullable */
3850
- estimated_taxes?: WealthboxUpdateContact200EstimatedTaxes;
3851
- /** @nullable */
3852
- external_unique_id?: WealthboxUpdateContact200ExternalUniqueId;
3853
- /** @nullable */
3854
- family_officer?: WealthboxUpdateContact200FamilyOfficer;
3855
- /** @nullable */
3856
- first_name?: WealthboxUpdateContact200FirstName;
3857
- /** @nullable */
3858
- gender?: WealthboxUpdateContact200Gender;
3859
- /** @nullable */
3860
- green_card_number?: WealthboxUpdateContact200GreenCardNumber;
3861
- /** @nullable */
3862
- gross_annual_income?: WealthboxUpdateContact200GrossAnnualIncome;
3863
- household?: WealthboxUpdateContact200Household;
3864
- /** @nullable */
3865
- id?: WealthboxUpdateContact200Id;
3866
- /** @nullable */
3867
- image?: WealthboxUpdateContact200Image;
3868
- /** @nullable */
3869
- important_information?: WealthboxUpdateContact200ImportantInformation;
3870
- /** @nullable */
3871
- initial_crs_offering_date?: WealthboxUpdateContact200InitialCrsOfferingDate;
3872
- /** @nullable */
3873
- insurance?: WealthboxUpdateContact200Insurance;
3874
- /** @nullable */
3875
- investment_objective?: WealthboxUpdateContact200InvestmentObjective;
3876
- /** @nullable */
3877
- job_title?: WealthboxUpdateContact200JobTitle;
3878
- /** @nullable */
3879
- last_adv_offering_date?: WealthboxUpdateContact200LastAdvOfferingDate;
3880
- /** @nullable */
3881
- last_crs_offering_date?: WealthboxUpdateContact200LastCrsOfferingDate;
3882
- /** @nullable */
3883
- last_name?: WealthboxUpdateContact200LastName;
3884
- /** @nullable */
3885
- last_privacy_offering_date?: WealthboxUpdateContact200LastPrivacyOfferingDate;
3886
- /** @nullable */
3887
- liabilities?: WealthboxUpdateContact200Liabilities;
3888
- /** @nullable */
3889
- linkedin_url?: WealthboxUpdateContact200LinkedinUrl;
3890
- /** @nullable */
3891
- maiden_name?: WealthboxUpdateContact200MaidenName;
3892
- /** @nullable */
3893
- marital_status?: WealthboxUpdateContact200MaritalStatus;
3804
+ /**
3805
+ * @nullable
3806
+ */
3807
+ export type WealthboxUpdateContact200HouseholdTitle = unknown | null;
3808
+ /**
3809
+ * @nullable
3810
+ */
3811
+ export type WealthboxUpdateContact200HouseholdName = unknown | null;
3812
+ export type WealthboxUpdateContact200HouseholdMembersItem = {
3813
+ [key: string]: unknown | null;
3814
+ };
3815
+ /**
3816
+ * @nullable
3817
+ */
3818
+ export type WealthboxUpdateContact200HouseholdId = unknown | null;
3819
+ export type WealthboxUpdateContact200Household = {
3894
3820
  /** @nullable */
3895
- middle_name?: WealthboxUpdateContact200MiddleName;
3821
+ id?: WealthboxUpdateContact200HouseholdId;
3822
+ members?: WealthboxUpdateContact200HouseholdMembersItem[];
3896
3823
  /** @nullable */
3897
- mutual_fund_experience?: WealthboxUpdateContact200MutualFundExperience;
3898
- /** @nullable */
3899
- nickname?: WealthboxUpdateContact200Nickname;
3900
- /** @nullable */
3901
- non_liquid_assets?: WealthboxUpdateContact200NonLiquidAssets;
3902
- occupation?: WealthboxUpdateContact200Occupation;
3903
- /** @nullable */
3904
- other?: WealthboxUpdateContact200Other;
3905
- /** @nullable */
3906
- other_investing_experience?: WealthboxUpdateContact200OtherInvestingExperience;
3907
- /** @nullable */
3908
- partnerships_experience?: WealthboxUpdateContact200PartnershipsExperience;
3909
- /** @nullable */
3910
- passport_number?: WealthboxUpdateContact200PassportNumber;
3911
- /** @nullable */
3912
- personal_interests?: WealthboxUpdateContact200PersonalInterests;
3913
- phone_numbers?: WealthboxUpdateContact200PhoneNumbersItem[];
3914
- /** @nullable */
3915
- prefix?: WealthboxUpdateContact200Prefix;
3916
- /** @nullable */
3917
- referred_by?: WealthboxUpdateContact200ReferredBy;
3918
- /** @nullable */
3919
- retirement_date?: WealthboxUpdateContact200RetirementDate;
3920
- /** @nullable */
3921
- risk_tolerance?: WealthboxUpdateContact200RiskTolerance;
3922
- /** @nullable */
3923
- signed_fee_agreement_date?: WealthboxUpdateContact200SignedFeeAgreementDate;
3924
- /** @nullable */
3925
- signed_fp_agreement_date?: WealthboxUpdateContact200SignedFpAgreementDate;
3926
- /** @nullable */
3927
- signed_ips_agreement_date?: WealthboxUpdateContact200SignedIpsAgreementDate;
3928
- /** @nullable */
3929
- status?: WealthboxUpdateContact200Status;
3930
- /** @nullable */
3931
- stocks_and_bonds_experience?: WealthboxUpdateContact200StocksAndBondsExperience;
3932
- street_addresses?: WealthboxUpdateContact200StreetAddressesItem[];
3933
- /** @nullable */
3934
- suffix?: WealthboxUpdateContact200Suffix;
3935
- tags?: WealthboxUpdateContact200TagsItem[];
3936
- /** @nullable */
3937
- tax_bracket?: WealthboxUpdateContact200TaxBracket;
3938
- /** @nullable */
3939
- tax_year?: WealthboxUpdateContact200TaxYear;
3940
- /** @nullable */
3941
- time_horizon?: WealthboxUpdateContact200TimeHorizon;
3942
- /** @nullable */
3943
- trusted_contact?: WealthboxUpdateContact200TrustedContact;
3944
- /** @nullable */
3945
- twitter_name?: WealthboxUpdateContact200TwitterName;
3946
- /** @nullable */
3947
- type?: WealthboxUpdateContact200Type;
3948
- /** @nullable */
3949
- updated_at?: WealthboxUpdateContact200UpdatedAt;
3950
- /** @nullable */
3951
- visible_to?: WealthboxUpdateContact200VisibleTo;
3952
- websites?: WealthboxUpdateContact200WebsitesItem[];
3953
- [key: string]: unknown | null;
3954
- };
3955
- /**
3956
- * @nullable
3957
- */
3958
- export type WealthboxUpdateContact200HouseholdTitle = unknown | null;
3959
- /**
3960
- * @nullable
3961
- */
3962
- export type WealthboxUpdateContact200HouseholdName = unknown | null;
3963
- export type WealthboxUpdateContact200HouseholdMembersItem = {
3964
- [key: string]: unknown | null;
3965
- };
3966
- /**
3967
- * @nullable
3968
- */
3969
- export type WealthboxUpdateContact200HouseholdId = unknown | null;
3970
- export type WealthboxUpdateContact200Household = {
3971
- /** @nullable */
3972
- id?: WealthboxUpdateContact200HouseholdId;
3973
- members?: WealthboxUpdateContact200HouseholdMembersItem[];
3974
- /** @nullable */
3975
- name?: WealthboxUpdateContact200HouseholdName;
3824
+ name?: WealthboxUpdateContact200HouseholdName;
3976
3825
  /** @nullable */
3977
3826
  title?: WealthboxUpdateContact200HouseholdTitle;
3978
3827
  [key: string]: unknown | null;
@@ -4097,6 +3946,157 @@ export type WealthboxUpdateContact200Anniversary = unknown | null;
4097
3946
  * @nullable
4098
3947
  */
4099
3948
  export type WealthboxUpdateContact200AdjustedGrossIncome = unknown | null;
3949
+ export type WealthboxUpdateContact200 = {
3950
+ /** @nullable */
3951
+ adjusted_gross_income?: WealthboxUpdateContact200AdjustedGrossIncome;
3952
+ /** @nullable */
3953
+ anniversary?: WealthboxUpdateContact200Anniversary;
3954
+ /** @nullable */
3955
+ assets?: WealthboxUpdateContact200Assets;
3956
+ /** @nullable */
3957
+ assigned_to?: WealthboxUpdateContact200AssignedTo;
3958
+ /** @nullable */
3959
+ assistant?: WealthboxUpdateContact200Assistant;
3960
+ /** @nullable */
3961
+ attorney?: WealthboxUpdateContact200Attorney;
3962
+ /** @nullable */
3963
+ background_information?: WealthboxUpdateContact200BackgroundInformation;
3964
+ /** @nullable */
3965
+ birth_date?: WealthboxUpdateContact200BirthDate;
3966
+ /** @nullable */
3967
+ birth_place?: WealthboxUpdateContact200BirthPlace;
3968
+ /** @nullable */
3969
+ business_manager?: WealthboxUpdateContact200BusinessManager;
3970
+ /** @nullable */
3971
+ client_since?: WealthboxUpdateContact200ClientSince;
3972
+ /** @nullable */
3973
+ company_name?: WealthboxUpdateContact200CompanyName;
3974
+ /** @nullable */
3975
+ confirmed_by_tax_return?: WealthboxUpdateContact200ConfirmedByTaxReturn;
3976
+ contact_roles?: WealthboxUpdateContact200ContactRolesItem[];
3977
+ /** @nullable */
3978
+ contact_source?: WealthboxUpdateContact200ContactSource;
3979
+ /** @nullable */
3980
+ contact_type?: WealthboxUpdateContact200ContactType;
3981
+ /** @nullable */
3982
+ cpa?: WealthboxUpdateContact200Cpa;
3983
+ /** @nullable */
3984
+ created_at?: WealthboxUpdateContact200CreatedAt;
3985
+ /** @nullable */
3986
+ creator?: WealthboxUpdateContact200Creator;
3987
+ custom_fields?: WealthboxUpdateContact200CustomFieldsItem[];
3988
+ /** @nullable */
3989
+ date_of_death?: WealthboxUpdateContact200DateOfDeath;
3990
+ /** @nullable */
3991
+ doctor?: WealthboxUpdateContact200Doctor;
3992
+ drivers_license?: WealthboxUpdateContact200DriversLicense;
3993
+ email_addresses?: WealthboxUpdateContact200EmailAddressesItem[];
3994
+ /** @nullable */
3995
+ estimated_taxes?: WealthboxUpdateContact200EstimatedTaxes;
3996
+ /** @nullable */
3997
+ external_unique_id?: WealthboxUpdateContact200ExternalUniqueId;
3998
+ /** @nullable */
3999
+ family_officer?: WealthboxUpdateContact200FamilyOfficer;
4000
+ /** @nullable */
4001
+ first_name?: WealthboxUpdateContact200FirstName;
4002
+ /** @nullable */
4003
+ gender?: WealthboxUpdateContact200Gender;
4004
+ /** @nullable */
4005
+ green_card_number?: WealthboxUpdateContact200GreenCardNumber;
4006
+ /** @nullable */
4007
+ gross_annual_income?: WealthboxUpdateContact200GrossAnnualIncome;
4008
+ household?: WealthboxUpdateContact200Household;
4009
+ /** @nullable */
4010
+ id?: WealthboxUpdateContact200Id;
4011
+ /** @nullable */
4012
+ image?: WealthboxUpdateContact200Image;
4013
+ /** @nullable */
4014
+ important_information?: WealthboxUpdateContact200ImportantInformation;
4015
+ /** @nullable */
4016
+ initial_crs_offering_date?: WealthboxUpdateContact200InitialCrsOfferingDate;
4017
+ /** @nullable */
4018
+ insurance?: WealthboxUpdateContact200Insurance;
4019
+ /** @nullable */
4020
+ investment_objective?: WealthboxUpdateContact200InvestmentObjective;
4021
+ /** @nullable */
4022
+ job_title?: WealthboxUpdateContact200JobTitle;
4023
+ /** @nullable */
4024
+ last_adv_offering_date?: WealthboxUpdateContact200LastAdvOfferingDate;
4025
+ /** @nullable */
4026
+ last_crs_offering_date?: WealthboxUpdateContact200LastCrsOfferingDate;
4027
+ /** @nullable */
4028
+ last_name?: WealthboxUpdateContact200LastName;
4029
+ /** @nullable */
4030
+ last_privacy_offering_date?: WealthboxUpdateContact200LastPrivacyOfferingDate;
4031
+ /** @nullable */
4032
+ liabilities?: WealthboxUpdateContact200Liabilities;
4033
+ /** @nullable */
4034
+ linkedin_url?: WealthboxUpdateContact200LinkedinUrl;
4035
+ /** @nullable */
4036
+ maiden_name?: WealthboxUpdateContact200MaidenName;
4037
+ /** @nullable */
4038
+ marital_status?: WealthboxUpdateContact200MaritalStatus;
4039
+ /** @nullable */
4040
+ middle_name?: WealthboxUpdateContact200MiddleName;
4041
+ /** @nullable */
4042
+ mutual_fund_experience?: WealthboxUpdateContact200MutualFundExperience;
4043
+ /** @nullable */
4044
+ nickname?: WealthboxUpdateContact200Nickname;
4045
+ /** @nullable */
4046
+ non_liquid_assets?: WealthboxUpdateContact200NonLiquidAssets;
4047
+ occupation?: WealthboxUpdateContact200Occupation;
4048
+ /** @nullable */
4049
+ other?: WealthboxUpdateContact200Other;
4050
+ /** @nullable */
4051
+ other_investing_experience?: WealthboxUpdateContact200OtherInvestingExperience;
4052
+ /** @nullable */
4053
+ partnerships_experience?: WealthboxUpdateContact200PartnershipsExperience;
4054
+ /** @nullable */
4055
+ passport_number?: WealthboxUpdateContact200PassportNumber;
4056
+ /** @nullable */
4057
+ personal_interests?: WealthboxUpdateContact200PersonalInterests;
4058
+ phone_numbers?: WealthboxUpdateContact200PhoneNumbersItem[];
4059
+ /** @nullable */
4060
+ prefix?: WealthboxUpdateContact200Prefix;
4061
+ /** @nullable */
4062
+ referred_by?: WealthboxUpdateContact200ReferredBy;
4063
+ /** @nullable */
4064
+ retirement_date?: WealthboxUpdateContact200RetirementDate;
4065
+ /** @nullable */
4066
+ risk_tolerance?: WealthboxUpdateContact200RiskTolerance;
4067
+ /** @nullable */
4068
+ signed_fee_agreement_date?: WealthboxUpdateContact200SignedFeeAgreementDate;
4069
+ /** @nullable */
4070
+ signed_fp_agreement_date?: WealthboxUpdateContact200SignedFpAgreementDate;
4071
+ /** @nullable */
4072
+ signed_ips_agreement_date?: WealthboxUpdateContact200SignedIpsAgreementDate;
4073
+ /** @nullable */
4074
+ status?: WealthboxUpdateContact200Status;
4075
+ /** @nullable */
4076
+ stocks_and_bonds_experience?: WealthboxUpdateContact200StocksAndBondsExperience;
4077
+ street_addresses?: WealthboxUpdateContact200StreetAddressesItem[];
4078
+ /** @nullable */
4079
+ suffix?: WealthboxUpdateContact200Suffix;
4080
+ tags?: WealthboxUpdateContact200TagsItem[];
4081
+ /** @nullable */
4082
+ tax_bracket?: WealthboxUpdateContact200TaxBracket;
4083
+ /** @nullable */
4084
+ tax_year?: WealthboxUpdateContact200TaxYear;
4085
+ /** @nullable */
4086
+ time_horizon?: WealthboxUpdateContact200TimeHorizon;
4087
+ /** @nullable */
4088
+ trusted_contact?: WealthboxUpdateContact200TrustedContact;
4089
+ /** @nullable */
4090
+ twitter_name?: WealthboxUpdateContact200TwitterName;
4091
+ /** @nullable */
4092
+ type?: WealthboxUpdateContact200Type;
4093
+ /** @nullable */
4094
+ updated_at?: WealthboxUpdateContact200UpdatedAt;
4095
+ /** @nullable */
4096
+ visible_to?: WealthboxUpdateContact200VisibleTo;
4097
+ websites?: WealthboxUpdateContact200WebsitesItem[];
4098
+ [key: string]: unknown | null;
4099
+ };
4100
4100
  export type WealthboxUpdateContactBodyWebsitesItemKind = typeof WealthboxUpdateContactBodyWebsitesItemKind[keyof typeof WealthboxUpdateContactBodyWebsitesItemKind];
4101
4101
  export declare const WealthboxUpdateContactBodyWebsitesItemKind: {
4102
4102
  readonly Website: "Website";
@@ -4123,101 +4123,6 @@ export declare const WealthboxUpdateContactBodyTimeHorizon: {
4123
4123
  readonly Intermediate: "Intermediate";
4124
4124
  readonly Long_Term: "Long Term";
4125
4125
  };
4126
- export type WealthboxUpdateContactBodyStreetAddressesItemKind = typeof WealthboxUpdateContactBodyStreetAddressesItemKind[keyof typeof WealthboxUpdateContactBodyStreetAddressesItemKind];
4127
- export declare const WealthboxUpdateContactBodyStreetAddressesItemKind: {
4128
- readonly Work: "Work";
4129
- readonly Home: "Home";
4130
- readonly Mobile: "Mobile";
4131
- readonly Vacation: "Vacation";
4132
- readonly Fax: "Fax";
4133
- readonly Other: "Other";
4134
- };
4135
- export type WealthboxUpdateContactBodyStreetAddressesItem = {
4136
- city?: string;
4137
- country?: string;
4138
- destroy?: boolean;
4139
- kind?: WealthboxUpdateContactBodyStreetAddressesItemKind;
4140
- principal?: boolean;
4141
- state?: string;
4142
- street_line_1?: string;
4143
- street_line_2?: string;
4144
- zip_code?: string;
4145
- [key: string]: unknown | null;
4146
- };
4147
- export type WealthboxUpdateContactBodyStatus = typeof WealthboxUpdateContactBodyStatus[keyof typeof WealthboxUpdateContactBodyStatus];
4148
- export declare const WealthboxUpdateContactBodyStatus: {
4149
- readonly Active: "Active";
4150
- readonly Inactive: "Inactive";
4151
- };
4152
- export type WealthboxUpdateContactBodyRiskTolerance = typeof WealthboxUpdateContactBodyRiskTolerance[keyof typeof WealthboxUpdateContactBodyRiskTolerance];
4153
- export declare const WealthboxUpdateContactBodyRiskTolerance: {
4154
- readonly Low: "Low";
4155
- readonly Moderate: "Moderate";
4156
- readonly High_Risk: "High Risk";
4157
- };
4158
- export type WealthboxUpdateContactBodyPhoneNumbersItemKind = typeof WealthboxUpdateContactBodyPhoneNumbersItemKind[keyof typeof WealthboxUpdateContactBodyPhoneNumbersItemKind];
4159
- export declare const WealthboxUpdateContactBodyPhoneNumbersItemKind: {
4160
- readonly Work: "Work";
4161
- readonly Home: "Home";
4162
- readonly Mobile: "Mobile";
4163
- readonly Vacation: "Vacation";
4164
- readonly Fax: "Fax";
4165
- readonly Other: "Other";
4166
- };
4167
- export type WealthboxUpdateContactBodyPhoneNumbersItem = {
4168
- address: string;
4169
- destroy?: boolean;
4170
- extension?: string;
4171
- kind?: WealthboxUpdateContactBodyPhoneNumbersItemKind;
4172
- principal?: boolean;
4173
- [key: string]: unknown | null;
4174
- };
4175
- export type WealthboxUpdateContactBodyOccupation = {
4176
- name?: string;
4177
- start_date?: string;
4178
- [key: string]: unknown | null;
4179
- };
4180
- export type WealthboxUpdateContactBodyMaritalStatus = typeof WealthboxUpdateContactBodyMaritalStatus[keyof typeof WealthboxUpdateContactBodyMaritalStatus];
4181
- export declare const WealthboxUpdateContactBodyMaritalStatus: {
4182
- readonly Married: "Married";
4183
- readonly Single: "Single";
4184
- readonly Divorced: "Divorced";
4185
- readonly Widowed: "Widowed";
4186
- readonly Life_Partner: "Life Partner";
4187
- readonly Separated: "Separated";
4188
- readonly Unknown: "Unknown";
4189
- };
4190
- export type WealthboxUpdateContactBodyInvestmentObjective = typeof WealthboxUpdateContactBodyInvestmentObjective[keyof typeof WealthboxUpdateContactBodyInvestmentObjective];
4191
- export declare const WealthboxUpdateContactBodyInvestmentObjective: {
4192
- readonly Aggressive_Growth: "Aggressive Growth";
4193
- readonly Growth: "Growth";
4194
- readonly Income: "Income";
4195
- readonly Safety_of_Principal: "Safety of Principal";
4196
- };
4197
- export type WealthboxUpdateContactBodyHouseholdTitle = typeof WealthboxUpdateContactBodyHouseholdTitle[keyof typeof WealthboxUpdateContactBodyHouseholdTitle];
4198
- export declare const WealthboxUpdateContactBodyHouseholdTitle: {
4199
- readonly Head: "Head";
4200
- readonly Spouse: "Spouse";
4201
- readonly Partner: "Partner";
4202
- readonly Child: "Child";
4203
- readonly Grandchild: "Grandchild";
4204
- readonly Parent: "Parent";
4205
- readonly Grandparent: "Grandparent";
4206
- readonly Sibling: "Sibling";
4207
- readonly Other_Dependent: "Other Dependent";
4208
- };
4209
- export type WealthboxUpdateContactBodyHousehold = {
4210
- name?: string;
4211
- title?: WealthboxUpdateContactBodyHouseholdTitle;
4212
- [key: string]: unknown | null;
4213
- };
4214
- export type WealthboxUpdateContactBodyGender = typeof WealthboxUpdateContactBodyGender[keyof typeof WealthboxUpdateContactBodyGender];
4215
- export declare const WealthboxUpdateContactBodyGender: {
4216
- readonly Female: "Female";
4217
- readonly Male: "Male";
4218
- readonly 'Non-binary': "Non-binary";
4219
- readonly Unknown: "Unknown";
4220
- };
4221
4126
  export type WealthboxUpdateContactBody = {
4222
4127
  /** @nullable */
4223
4128
  adjusted_gross_income?: number | null;
@@ -4327,6 +4232,101 @@ export type WealthboxUpdateContactBody = {
4327
4232
  websites?: WealthboxUpdateContactBodyWebsitesItem[];
4328
4233
  [key: string]: unknown | null;
4329
4234
  };
4235
+ export type WealthboxUpdateContactBodyStreetAddressesItemKind = typeof WealthboxUpdateContactBodyStreetAddressesItemKind[keyof typeof WealthboxUpdateContactBodyStreetAddressesItemKind];
4236
+ export declare const WealthboxUpdateContactBodyStreetAddressesItemKind: {
4237
+ readonly Work: "Work";
4238
+ readonly Home: "Home";
4239
+ readonly Mobile: "Mobile";
4240
+ readonly Vacation: "Vacation";
4241
+ readonly Fax: "Fax";
4242
+ readonly Other: "Other";
4243
+ };
4244
+ export type WealthboxUpdateContactBodyStreetAddressesItem = {
4245
+ city?: string;
4246
+ country?: string;
4247
+ destroy?: boolean;
4248
+ kind?: WealthboxUpdateContactBodyStreetAddressesItemKind;
4249
+ principal?: boolean;
4250
+ state?: string;
4251
+ street_line_1?: string;
4252
+ street_line_2?: string;
4253
+ zip_code?: string;
4254
+ [key: string]: unknown | null;
4255
+ };
4256
+ export type WealthboxUpdateContactBodyStatus = typeof WealthboxUpdateContactBodyStatus[keyof typeof WealthboxUpdateContactBodyStatus];
4257
+ export declare const WealthboxUpdateContactBodyStatus: {
4258
+ readonly Active: "Active";
4259
+ readonly Inactive: "Inactive";
4260
+ };
4261
+ export type WealthboxUpdateContactBodyRiskTolerance = typeof WealthboxUpdateContactBodyRiskTolerance[keyof typeof WealthboxUpdateContactBodyRiskTolerance];
4262
+ export declare const WealthboxUpdateContactBodyRiskTolerance: {
4263
+ readonly Low: "Low";
4264
+ readonly Moderate: "Moderate";
4265
+ readonly High_Risk: "High Risk";
4266
+ };
4267
+ export type WealthboxUpdateContactBodyPhoneNumbersItemKind = typeof WealthboxUpdateContactBodyPhoneNumbersItemKind[keyof typeof WealthboxUpdateContactBodyPhoneNumbersItemKind];
4268
+ export declare const WealthboxUpdateContactBodyPhoneNumbersItemKind: {
4269
+ readonly Work: "Work";
4270
+ readonly Home: "Home";
4271
+ readonly Mobile: "Mobile";
4272
+ readonly Vacation: "Vacation";
4273
+ readonly Fax: "Fax";
4274
+ readonly Other: "Other";
4275
+ };
4276
+ export type WealthboxUpdateContactBodyPhoneNumbersItem = {
4277
+ address: string;
4278
+ destroy?: boolean;
4279
+ extension?: string;
4280
+ kind?: WealthboxUpdateContactBodyPhoneNumbersItemKind;
4281
+ principal?: boolean;
4282
+ [key: string]: unknown | null;
4283
+ };
4284
+ export type WealthboxUpdateContactBodyOccupation = {
4285
+ name?: string;
4286
+ start_date?: string;
4287
+ [key: string]: unknown | null;
4288
+ };
4289
+ export type WealthboxUpdateContactBodyMaritalStatus = typeof WealthboxUpdateContactBodyMaritalStatus[keyof typeof WealthboxUpdateContactBodyMaritalStatus];
4290
+ export declare const WealthboxUpdateContactBodyMaritalStatus: {
4291
+ readonly Married: "Married";
4292
+ readonly Single: "Single";
4293
+ readonly Divorced: "Divorced";
4294
+ readonly Widowed: "Widowed";
4295
+ readonly Life_Partner: "Life Partner";
4296
+ readonly Separated: "Separated";
4297
+ readonly Unknown: "Unknown";
4298
+ };
4299
+ export type WealthboxUpdateContactBodyInvestmentObjective = typeof WealthboxUpdateContactBodyInvestmentObjective[keyof typeof WealthboxUpdateContactBodyInvestmentObjective];
4300
+ export declare const WealthboxUpdateContactBodyInvestmentObjective: {
4301
+ readonly Aggressive_Growth: "Aggressive Growth";
4302
+ readonly Growth: "Growth";
4303
+ readonly Income: "Income";
4304
+ readonly Safety_of_Principal: "Safety of Principal";
4305
+ };
4306
+ export type WealthboxUpdateContactBodyHouseholdTitle = typeof WealthboxUpdateContactBodyHouseholdTitle[keyof typeof WealthboxUpdateContactBodyHouseholdTitle];
4307
+ export declare const WealthboxUpdateContactBodyHouseholdTitle: {
4308
+ readonly Head: "Head";
4309
+ readonly Spouse: "Spouse";
4310
+ readonly Partner: "Partner";
4311
+ readonly Child: "Child";
4312
+ readonly Grandchild: "Grandchild";
4313
+ readonly Parent: "Parent";
4314
+ readonly Grandparent: "Grandparent";
4315
+ readonly Sibling: "Sibling";
4316
+ readonly Other_Dependent: "Other Dependent";
4317
+ };
4318
+ export type WealthboxUpdateContactBodyHousehold = {
4319
+ name?: string;
4320
+ title?: WealthboxUpdateContactBodyHouseholdTitle;
4321
+ [key: string]: unknown | null;
4322
+ };
4323
+ export type WealthboxUpdateContactBodyGender = typeof WealthboxUpdateContactBodyGender[keyof typeof WealthboxUpdateContactBodyGender];
4324
+ export declare const WealthboxUpdateContactBodyGender: {
4325
+ readonly Female: "Female";
4326
+ readonly Male: "Male";
4327
+ readonly 'Non-binary': "Non-binary";
4328
+ readonly Unknown: "Unknown";
4329
+ };
4330
4330
  export type WealthboxUpdateContactBodyEmailAddressesItemKind = typeof WealthboxUpdateContactBodyEmailAddressesItemKind[keyof typeof WealthboxUpdateContactBodyEmailAddressesItemKind];
4331
4331
  export declare const WealthboxUpdateContactBodyEmailAddressesItemKind: {
4332
4332
  readonly Work: "Work";
@@ -4550,181 +4550,30 @@ export type WealthboxCreateContact200JobTitle = unknown | null;
4550
4550
  /**
4551
4551
  * @nullable
4552
4552
  */
4553
- export type WealthboxCreateContact200InvestmentObjective = unknown | null;
4554
- /**
4555
- * @nullable
4556
- */
4557
- export type WealthboxCreateContact200Insurance = unknown | null;
4558
- /**
4559
- * @nullable
4560
- */
4561
- export type WealthboxCreateContact200InitialCrsOfferingDate = unknown | null;
4562
- /**
4563
- * @nullable
4564
- */
4565
- export type WealthboxCreateContact200ImportantInformation = unknown | null;
4566
- /**
4567
- * @nullable
4568
- */
4569
- export type WealthboxCreateContact200Image = unknown | null;
4570
- /**
4571
- * @nullable
4572
- */
4573
- export type WealthboxCreateContact200Id = unknown | null;
4574
- export type WealthboxCreateContact200 = {
4575
- /** @nullable */
4576
- adjusted_gross_income?: WealthboxCreateContact200AdjustedGrossIncome;
4577
- /** @nullable */
4578
- anniversary?: WealthboxCreateContact200Anniversary;
4579
- /** @nullable */
4580
- assets?: WealthboxCreateContact200Assets;
4581
- /** @nullable */
4582
- assigned_to?: WealthboxCreateContact200AssignedTo;
4583
- /** @nullable */
4584
- assistant?: WealthboxCreateContact200Assistant;
4585
- /** @nullable */
4586
- attorney?: WealthboxCreateContact200Attorney;
4587
- /** @nullable */
4588
- background_information?: WealthboxCreateContact200BackgroundInformation;
4589
- /** @nullable */
4590
- birth_date?: WealthboxCreateContact200BirthDate;
4591
- /** @nullable */
4592
- birth_place?: WealthboxCreateContact200BirthPlace;
4593
- /** @nullable */
4594
- business_manager?: WealthboxCreateContact200BusinessManager;
4595
- /** @nullable */
4596
- client_since?: WealthboxCreateContact200ClientSince;
4597
- /** @nullable */
4598
- company_name?: WealthboxCreateContact200CompanyName;
4599
- /** @nullable */
4600
- confirmed_by_tax_return?: WealthboxCreateContact200ConfirmedByTaxReturn;
4601
- contact_roles?: WealthboxCreateContact200ContactRolesItem[];
4602
- /** @nullable */
4603
- contact_source?: WealthboxCreateContact200ContactSource;
4604
- /** @nullable */
4605
- contact_type?: WealthboxCreateContact200ContactType;
4606
- /** @nullable */
4607
- cpa?: WealthboxCreateContact200Cpa;
4608
- /** @nullable */
4609
- created_at?: WealthboxCreateContact200CreatedAt;
4610
- /** @nullable */
4611
- creator?: WealthboxCreateContact200Creator;
4612
- custom_fields?: WealthboxCreateContact200CustomFieldsItem[];
4613
- /** @nullable */
4614
- date_of_death?: WealthboxCreateContact200DateOfDeath;
4615
- /** @nullable */
4616
- doctor?: WealthboxCreateContact200Doctor;
4617
- drivers_license?: WealthboxCreateContact200DriversLicense;
4618
- email_addresses?: WealthboxCreateContact200EmailAddressesItem[];
4619
- /** @nullable */
4620
- estimated_taxes?: WealthboxCreateContact200EstimatedTaxes;
4621
- /** @nullable */
4622
- external_unique_id?: WealthboxCreateContact200ExternalUniqueId;
4623
- /** @nullable */
4624
- family_officer?: WealthboxCreateContact200FamilyOfficer;
4625
- /** @nullable */
4626
- first_name?: WealthboxCreateContact200FirstName;
4627
- /** @nullable */
4628
- gender?: WealthboxCreateContact200Gender;
4629
- /** @nullable */
4630
- green_card_number?: WealthboxCreateContact200GreenCardNumber;
4631
- /** @nullable */
4632
- gross_annual_income?: WealthboxCreateContact200GrossAnnualIncome;
4633
- household?: WealthboxCreateContact200Household;
4634
- /** @nullable */
4635
- id?: WealthboxCreateContact200Id;
4636
- /** @nullable */
4637
- image?: WealthboxCreateContact200Image;
4638
- /** @nullable */
4639
- important_information?: WealthboxCreateContact200ImportantInformation;
4640
- /** @nullable */
4641
- initial_crs_offering_date?: WealthboxCreateContact200InitialCrsOfferingDate;
4642
- /** @nullable */
4643
- insurance?: WealthboxCreateContact200Insurance;
4644
- /** @nullable */
4645
- investment_objective?: WealthboxCreateContact200InvestmentObjective;
4646
- /** @nullable */
4647
- job_title?: WealthboxCreateContact200JobTitle;
4648
- /** @nullable */
4649
- last_adv_offering_date?: WealthboxCreateContact200LastAdvOfferingDate;
4650
- /** @nullable */
4651
- last_crs_offering_date?: WealthboxCreateContact200LastCrsOfferingDate;
4652
- /** @nullable */
4653
- last_name?: WealthboxCreateContact200LastName;
4654
- /** @nullable */
4655
- last_privacy_offering_date?: WealthboxCreateContact200LastPrivacyOfferingDate;
4656
- /** @nullable */
4657
- liabilities?: WealthboxCreateContact200Liabilities;
4658
- /** @nullable */
4659
- linkedin_url?: WealthboxCreateContact200LinkedinUrl;
4660
- /** @nullable */
4661
- maiden_name?: WealthboxCreateContact200MaidenName;
4662
- /** @nullable */
4663
- marital_status?: WealthboxCreateContact200MaritalStatus;
4664
- /** @nullable */
4665
- middle_name?: WealthboxCreateContact200MiddleName;
4666
- /** @nullable */
4667
- mutual_fund_experience?: WealthboxCreateContact200MutualFundExperience;
4668
- /** @nullable */
4669
- nickname?: WealthboxCreateContact200Nickname;
4670
- /** @nullable */
4671
- non_liquid_assets?: WealthboxCreateContact200NonLiquidAssets;
4672
- occupation?: WealthboxCreateContact200Occupation;
4673
- /** @nullable */
4674
- other?: WealthboxCreateContact200Other;
4675
- /** @nullable */
4676
- other_investing_experience?: WealthboxCreateContact200OtherInvestingExperience;
4677
- /** @nullable */
4678
- partnerships_experience?: WealthboxCreateContact200PartnershipsExperience;
4679
- /** @nullable */
4680
- passport_number?: WealthboxCreateContact200PassportNumber;
4681
- /** @nullable */
4682
- personal_interests?: WealthboxCreateContact200PersonalInterests;
4683
- phone_numbers?: WealthboxCreateContact200PhoneNumbersItem[];
4684
- /** @nullable */
4685
- prefix?: WealthboxCreateContact200Prefix;
4686
- /** @nullable */
4687
- referred_by?: WealthboxCreateContact200ReferredBy;
4688
- /** @nullable */
4689
- retirement_date?: WealthboxCreateContact200RetirementDate;
4690
- /** @nullable */
4691
- risk_tolerance?: WealthboxCreateContact200RiskTolerance;
4692
- /** @nullable */
4693
- signed_fee_agreement_date?: WealthboxCreateContact200SignedFeeAgreementDate;
4694
- /** @nullable */
4695
- signed_fp_agreement_date?: WealthboxCreateContact200SignedFpAgreementDate;
4696
- /** @nullable */
4697
- signed_ips_agreement_date?: WealthboxCreateContact200SignedIpsAgreementDate;
4698
- /** @nullable */
4699
- status?: WealthboxCreateContact200Status;
4700
- /** @nullable */
4701
- stocks_and_bonds_experience?: WealthboxCreateContact200StocksAndBondsExperience;
4702
- street_addresses?: WealthboxCreateContact200StreetAddressesItem[];
4703
- /** @nullable */
4704
- suffix?: WealthboxCreateContact200Suffix;
4705
- tags?: WealthboxCreateContact200TagsItem[];
4706
- /** @nullable */
4707
- tax_bracket?: WealthboxCreateContact200TaxBracket;
4708
- /** @nullable */
4709
- tax_year?: WealthboxCreateContact200TaxYear;
4710
- /** @nullable */
4711
- time_horizon?: WealthboxCreateContact200TimeHorizon;
4712
- /** @nullable */
4713
- trusted_contact?: WealthboxCreateContact200TrustedContact;
4714
- /** @nullable */
4715
- twitter_name?: WealthboxCreateContact200TwitterName;
4716
- /** @nullable */
4717
- type?: WealthboxCreateContact200Type;
4718
- /** @nullable */
4719
- updated_at?: WealthboxCreateContact200UpdatedAt;
4720
- /** @nullable */
4721
- visible_to?: WealthboxCreateContact200VisibleTo;
4722
- websites?: WealthboxCreateContact200WebsitesItem[];
4723
- [key: string]: unknown | null;
4724
- };
4725
- /**
4726
- * @nullable
4727
- */
4553
+ export type WealthboxCreateContact200InvestmentObjective = unknown | null;
4554
+ /**
4555
+ * @nullable
4556
+ */
4557
+ export type WealthboxCreateContact200Insurance = unknown | null;
4558
+ /**
4559
+ * @nullable
4560
+ */
4561
+ export type WealthboxCreateContact200InitialCrsOfferingDate = unknown | null;
4562
+ /**
4563
+ * @nullable
4564
+ */
4565
+ export type WealthboxCreateContact200ImportantInformation = unknown | null;
4566
+ /**
4567
+ * @nullable
4568
+ */
4569
+ export type WealthboxCreateContact200Image = unknown | null;
4570
+ /**
4571
+ * @nullable
4572
+ */
4573
+ export type WealthboxCreateContact200Id = unknown | null;
4574
+ /**
4575
+ * @nullable
4576
+ */
4728
4577
  export type WealthboxCreateContact200HouseholdTitle = unknown | null;
4729
4578
  /**
4730
4579
  * @nullable
@@ -4867,136 +4716,183 @@ export type WealthboxCreateContact200Anniversary = unknown | null;
4867
4716
  * @nullable
4868
4717
  */
4869
4718
  export type WealthboxCreateContact200AdjustedGrossIncome = unknown | null;
4870
- export type WealthboxCreateContactBodyWebsitesItemKind = typeof WealthboxCreateContactBodyWebsitesItemKind[keyof typeof WealthboxCreateContactBodyWebsitesItemKind];
4871
- export declare const WealthboxCreateContactBodyWebsitesItemKind: {
4872
- readonly Website: "Website";
4873
- readonly Facebook: "Facebook";
4874
- readonly Blog: "Blog";
4875
- };
4876
- export type WealthboxCreateContactBodyWebsitesItem = {
4877
- address: string;
4878
- destroy?: boolean;
4879
- kind?: WealthboxCreateContactBodyWebsitesItemKind;
4880
- principal?: boolean;
4881
- [key: string]: unknown | null;
4882
- };
4883
- export type WealthboxCreateContactBodyType = typeof WealthboxCreateContactBodyType[keyof typeof WealthboxCreateContactBodyType];
4884
- export declare const WealthboxCreateContactBodyType: {
4885
- readonly Person: "Person";
4886
- readonly Household: "Household";
4887
- readonly Organization: "Organization";
4888
- readonly Trust: "Trust";
4889
- };
4890
- export type WealthboxCreateContactBodyTimeHorizon = typeof WealthboxCreateContactBodyTimeHorizon[keyof typeof WealthboxCreateContactBodyTimeHorizon];
4891
- export declare const WealthboxCreateContactBodyTimeHorizon: {
4892
- readonly Short_Term: "Short Term";
4893
- readonly Intermediate: "Intermediate";
4894
- readonly Long_Term: "Long Term";
4895
- };
4896
- export type WealthboxCreateContactBody = {
4719
+ export type WealthboxCreateContact200 = {
4897
4720
  /** @nullable */
4898
- adjusted_gross_income?: number | null;
4899
- anniversary?: string;
4721
+ adjusted_gross_income?: WealthboxCreateContact200AdjustedGrossIncome;
4900
4722
  /** @nullable */
4901
- assets?: number | null;
4723
+ anniversary?: WealthboxCreateContact200Anniversary;
4902
4724
  /** @nullable */
4903
- assigned_to?: number | null;
4725
+ assets?: WealthboxCreateContact200Assets;
4904
4726
  /** @nullable */
4905
- assistant?: number | null;
4727
+ assigned_to?: WealthboxCreateContact200AssignedTo;
4906
4728
  /** @nullable */
4907
- attorney?: number | null;
4908
- background_information?: string;
4909
- birth_date?: string;
4910
- birth_place?: string;
4729
+ assistant?: WealthboxCreateContact200Assistant;
4911
4730
  /** @nullable */
4912
- business_manager?: number | null;
4913
- client_since?: string;
4914
- company_name?: string;
4731
+ attorney?: WealthboxCreateContact200Attorney;
4915
4732
  /** @nullable */
4916
- confirmed_by_tax_return?: boolean | null;
4917
- contact_roles?: WealthboxCreateContactBodyContactRolesItem[];
4918
- contact_source?: WealthboxCreateContactBodyContactSource;
4919
- contact_type?: WealthboxCreateContactBodyContactType;
4733
+ background_information?: WealthboxCreateContact200BackgroundInformation;
4920
4734
  /** @nullable */
4921
- cpa?: number | null;
4922
- custom_fields?: WealthboxCreateContactBodyCustomFieldsItem[];
4923
- date_of_death?: string;
4735
+ birth_date?: WealthboxCreateContact200BirthDate;
4924
4736
  /** @nullable */
4925
- doctor?: number | null;
4926
- drivers_license?: WealthboxCreateContactBodyDriversLicense;
4927
- email_addresses?: WealthboxCreateContactBodyEmailAddressesItem[];
4737
+ birth_place?: WealthboxCreateContact200BirthPlace;
4928
4738
  /** @nullable */
4929
- estimated_taxes?: number | null;
4930
- external_unique_id?: string;
4739
+ business_manager?: WealthboxCreateContact200BusinessManager;
4931
4740
  /** @nullable */
4932
- family_officer?: number | null;
4933
- first_name: string;
4934
- gender?: WealthboxCreateContactBodyGender;
4935
- green_card_number?: string;
4741
+ client_since?: WealthboxCreateContact200ClientSince;
4936
4742
  /** @nullable */
4937
- gross_annual_income?: number | null;
4938
- household?: WealthboxCreateContactBodyHousehold;
4939
- important_information?: string;
4940
- initial_crs_offering_date?: string;
4743
+ company_name?: WealthboxCreateContact200CompanyName;
4941
4744
  /** @nullable */
4942
- insurance?: number | null;
4943
- investment_objective?: WealthboxCreateContactBodyInvestmentObjective;
4944
- job_title?: string;
4945
- last_adv_offering_date?: string;
4946
- last_crs_offering_date?: string;
4947
- last_name: string;
4948
- last_privacy_offering_date?: string;
4745
+ confirmed_by_tax_return?: WealthboxCreateContact200ConfirmedByTaxReturn;
4746
+ contact_roles?: WealthboxCreateContact200ContactRolesItem[];
4949
4747
  /** @nullable */
4950
- liabilities?: number | null;
4951
- linkedin_url?: string;
4952
- maiden_name?: string;
4953
- marital_status?: WealthboxCreateContactBodyMaritalStatus;
4954
- middle_name?: string;
4748
+ contact_source?: WealthboxCreateContact200ContactSource;
4955
4749
  /** @nullable */
4956
- mutual_fund_experience?: number | null;
4957
- nickname?: string;
4750
+ contact_type?: WealthboxCreateContact200ContactType;
4958
4751
  /** @nullable */
4959
- non_liquid_assets?: number | null;
4960
- occupation?: WealthboxCreateContactBodyOccupation;
4752
+ cpa?: WealthboxCreateContact200Cpa;
4961
4753
  /** @nullable */
4962
- other?: number | null;
4754
+ created_at?: WealthboxCreateContact200CreatedAt;
4963
4755
  /** @nullable */
4964
- other_investing_experience?: number | null;
4756
+ creator?: WealthboxCreateContact200Creator;
4757
+ custom_fields?: WealthboxCreateContact200CustomFieldsItem[];
4965
4758
  /** @nullable */
4966
- partnerships_experience?: number | null;
4967
- passport_number?: string;
4968
- personal_interests?: string;
4969
- phone_numbers?: WealthboxCreateContactBodyPhoneNumbersItem[];
4970
- prefix?: string;
4759
+ date_of_death?: WealthboxCreateContact200DateOfDeath;
4971
4760
  /** @nullable */
4972
- referred_by?: number | null;
4973
- retirement_date?: string;
4974
- risk_tolerance?: WealthboxCreateContactBodyRiskTolerance;
4975
- signed_fee_agreement_date?: string;
4976
- signed_fp_agreement_date?: string;
4977
- signed_ips_agreement_date?: string;
4978
- status?: WealthboxCreateContactBodyStatus;
4761
+ doctor?: WealthboxCreateContact200Doctor;
4762
+ drivers_license?: WealthboxCreateContact200DriversLicense;
4763
+ email_addresses?: WealthboxCreateContact200EmailAddressesItem[];
4979
4764
  /** @nullable */
4980
- stocks_and_bonds_experience?: number | null;
4981
- street_addresses?: WealthboxCreateContactBodyStreetAddressesItem[];
4982
- suffix?: string;
4983
- tags?: string[];
4765
+ estimated_taxes?: WealthboxCreateContact200EstimatedTaxes;
4984
4766
  /** @nullable */
4985
- tax_bracket?: number | null;
4767
+ external_unique_id?: WealthboxCreateContact200ExternalUniqueId;
4986
4768
  /** @nullable */
4987
- tax_year?: number | null;
4988
- time_horizon?: WealthboxCreateContactBodyTimeHorizon;
4769
+ family_officer?: WealthboxCreateContact200FamilyOfficer;
4989
4770
  /** @nullable */
4990
- trusted_contact?: number | null;
4991
- twitter_name?: string;
4992
- type?: WealthboxCreateContactBodyType;
4993
- /** Integration user id for Wealthbox requests. */
4994
- userId: string;
4995
- /** Visibility: Everyone, Private, or a user group id (string) for group-restricted access per Wealthbox API. */
4996
- visible_to?: string;
4997
- websites?: WealthboxCreateContactBodyWebsitesItem[];
4771
+ first_name?: WealthboxCreateContact200FirstName;
4772
+ /** @nullable */
4773
+ gender?: WealthboxCreateContact200Gender;
4774
+ /** @nullable */
4775
+ green_card_number?: WealthboxCreateContact200GreenCardNumber;
4776
+ /** @nullable */
4777
+ gross_annual_income?: WealthboxCreateContact200GrossAnnualIncome;
4778
+ household?: WealthboxCreateContact200Household;
4779
+ /** @nullable */
4780
+ id?: WealthboxCreateContact200Id;
4781
+ /** @nullable */
4782
+ image?: WealthboxCreateContact200Image;
4783
+ /** @nullable */
4784
+ important_information?: WealthboxCreateContact200ImportantInformation;
4785
+ /** @nullable */
4786
+ initial_crs_offering_date?: WealthboxCreateContact200InitialCrsOfferingDate;
4787
+ /** @nullable */
4788
+ insurance?: WealthboxCreateContact200Insurance;
4789
+ /** @nullable */
4790
+ investment_objective?: WealthboxCreateContact200InvestmentObjective;
4791
+ /** @nullable */
4792
+ job_title?: WealthboxCreateContact200JobTitle;
4793
+ /** @nullable */
4794
+ last_adv_offering_date?: WealthboxCreateContact200LastAdvOfferingDate;
4795
+ /** @nullable */
4796
+ last_crs_offering_date?: WealthboxCreateContact200LastCrsOfferingDate;
4797
+ /** @nullable */
4798
+ last_name?: WealthboxCreateContact200LastName;
4799
+ /** @nullable */
4800
+ last_privacy_offering_date?: WealthboxCreateContact200LastPrivacyOfferingDate;
4801
+ /** @nullable */
4802
+ liabilities?: WealthboxCreateContact200Liabilities;
4803
+ /** @nullable */
4804
+ linkedin_url?: WealthboxCreateContact200LinkedinUrl;
4805
+ /** @nullable */
4806
+ maiden_name?: WealthboxCreateContact200MaidenName;
4807
+ /** @nullable */
4808
+ marital_status?: WealthboxCreateContact200MaritalStatus;
4809
+ /** @nullable */
4810
+ middle_name?: WealthboxCreateContact200MiddleName;
4811
+ /** @nullable */
4812
+ mutual_fund_experience?: WealthboxCreateContact200MutualFundExperience;
4813
+ /** @nullable */
4814
+ nickname?: WealthboxCreateContact200Nickname;
4815
+ /** @nullable */
4816
+ non_liquid_assets?: WealthboxCreateContact200NonLiquidAssets;
4817
+ occupation?: WealthboxCreateContact200Occupation;
4818
+ /** @nullable */
4819
+ other?: WealthboxCreateContact200Other;
4820
+ /** @nullable */
4821
+ other_investing_experience?: WealthboxCreateContact200OtherInvestingExperience;
4822
+ /** @nullable */
4823
+ partnerships_experience?: WealthboxCreateContact200PartnershipsExperience;
4824
+ /** @nullable */
4825
+ passport_number?: WealthboxCreateContact200PassportNumber;
4826
+ /** @nullable */
4827
+ personal_interests?: WealthboxCreateContact200PersonalInterests;
4828
+ phone_numbers?: WealthboxCreateContact200PhoneNumbersItem[];
4829
+ /** @nullable */
4830
+ prefix?: WealthboxCreateContact200Prefix;
4831
+ /** @nullable */
4832
+ referred_by?: WealthboxCreateContact200ReferredBy;
4833
+ /** @nullable */
4834
+ retirement_date?: WealthboxCreateContact200RetirementDate;
4835
+ /** @nullable */
4836
+ risk_tolerance?: WealthboxCreateContact200RiskTolerance;
4837
+ /** @nullable */
4838
+ signed_fee_agreement_date?: WealthboxCreateContact200SignedFeeAgreementDate;
4839
+ /** @nullable */
4840
+ signed_fp_agreement_date?: WealthboxCreateContact200SignedFpAgreementDate;
4841
+ /** @nullable */
4842
+ signed_ips_agreement_date?: WealthboxCreateContact200SignedIpsAgreementDate;
4843
+ /** @nullable */
4844
+ status?: WealthboxCreateContact200Status;
4845
+ /** @nullable */
4846
+ stocks_and_bonds_experience?: WealthboxCreateContact200StocksAndBondsExperience;
4847
+ street_addresses?: WealthboxCreateContact200StreetAddressesItem[];
4848
+ /** @nullable */
4849
+ suffix?: WealthboxCreateContact200Suffix;
4850
+ tags?: WealthboxCreateContact200TagsItem[];
4851
+ /** @nullable */
4852
+ tax_bracket?: WealthboxCreateContact200TaxBracket;
4853
+ /** @nullable */
4854
+ tax_year?: WealthboxCreateContact200TaxYear;
4855
+ /** @nullable */
4856
+ time_horizon?: WealthboxCreateContact200TimeHorizon;
4857
+ /** @nullable */
4858
+ trusted_contact?: WealthboxCreateContact200TrustedContact;
4859
+ /** @nullable */
4860
+ twitter_name?: WealthboxCreateContact200TwitterName;
4861
+ /** @nullable */
4862
+ type?: WealthboxCreateContact200Type;
4863
+ /** @nullable */
4864
+ updated_at?: WealthboxCreateContact200UpdatedAt;
4865
+ /** @nullable */
4866
+ visible_to?: WealthboxCreateContact200VisibleTo;
4867
+ websites?: WealthboxCreateContact200WebsitesItem[];
4868
+ [key: string]: unknown | null;
4869
+ };
4870
+ export type WealthboxCreateContactBodyWebsitesItemKind = typeof WealthboxCreateContactBodyWebsitesItemKind[keyof typeof WealthboxCreateContactBodyWebsitesItemKind];
4871
+ export declare const WealthboxCreateContactBodyWebsitesItemKind: {
4872
+ readonly Website: "Website";
4873
+ readonly Facebook: "Facebook";
4874
+ readonly Blog: "Blog";
4875
+ };
4876
+ export type WealthboxCreateContactBodyWebsitesItem = {
4877
+ address: string;
4878
+ destroy?: boolean;
4879
+ kind?: WealthboxCreateContactBodyWebsitesItemKind;
4880
+ principal?: boolean;
4998
4881
  [key: string]: unknown | null;
4999
4882
  };
4883
+ export type WealthboxCreateContactBodyType = typeof WealthboxCreateContactBodyType[keyof typeof WealthboxCreateContactBodyType];
4884
+ export declare const WealthboxCreateContactBodyType: {
4885
+ readonly Person: "Person";
4886
+ readonly Household: "Household";
4887
+ readonly Organization: "Organization";
4888
+ readonly Trust: "Trust";
4889
+ };
4890
+ export type WealthboxCreateContactBodyTimeHorizon = typeof WealthboxCreateContactBodyTimeHorizon[keyof typeof WealthboxCreateContactBodyTimeHorizon];
4891
+ export declare const WealthboxCreateContactBodyTimeHorizon: {
4892
+ readonly Short_Term: "Short Term";
4893
+ readonly Intermediate: "Intermediate";
4894
+ readonly Long_Term: "Long Term";
4895
+ };
5000
4896
  export type WealthboxCreateContactBodyStreetAddressesItemKind = typeof WealthboxCreateContactBodyStreetAddressesItemKind[keyof typeof WealthboxCreateContactBodyStreetAddressesItemKind];
5001
4897
  export declare const WealthboxCreateContactBodyStreetAddressesItemKind: {
5002
4898
  readonly Work: "Work";
@@ -5115,12 +5011,6 @@ export type WealthboxCreateContactBodyDriversLicense = {
5115
5011
  state?: string;
5116
5012
  [key: string]: unknown | null;
5117
5013
  };
5118
- export type WealthboxCreateContactBodyCustomFieldsItem = {
5119
- /** @nullable */
5120
- id?: number | null;
5121
- value?: WealthboxCreateContactBodyCustomFieldsItemValue;
5122
- [key: string]: unknown | null;
5123
- };
5124
5014
  /**
5125
5015
  * @nullable
5126
5016
  */
@@ -5130,6 +5020,12 @@ export type WealthboxCreateContactBodyCustomFieldsItemValueAnyOfTwo = unknown |
5130
5020
  */
5131
5021
  export type WealthboxCreateContactBodyCustomFieldsItemValueAnyOf = unknown | null;
5132
5022
  export type WealthboxCreateContactBodyCustomFieldsItemValue = string | number | boolean | WealthboxCreateContactBodyCustomFieldsItemValueAnyOf | WealthboxCreateContactBodyCustomFieldsItemValueAnyOfTwo;
5023
+ export type WealthboxCreateContactBodyCustomFieldsItem = {
5024
+ /** @nullable */
5025
+ id?: number | null;
5026
+ value?: WealthboxCreateContactBodyCustomFieldsItemValue;
5027
+ [key: string]: unknown | null;
5028
+ };
5133
5029
  export type WealthboxCreateContactBodyContactType = typeof WealthboxCreateContactBodyContactType[keyof typeof WealthboxCreateContactBodyContactType];
5134
5030
  export declare const WealthboxCreateContactBodyContactType: {
5135
5031
  readonly Client: "Client";
@@ -5153,6 +5049,110 @@ export type WealthboxCreateContactBodyContactRolesItem = {
5153
5049
  value: number | null;
5154
5050
  [key: string]: unknown | null;
5155
5051
  };
5052
+ export type WealthboxCreateContactBody = {
5053
+ /** @nullable */
5054
+ adjusted_gross_income?: number | null;
5055
+ anniversary?: string;
5056
+ /** @nullable */
5057
+ assets?: number | null;
5058
+ /** @nullable */
5059
+ assigned_to?: number | null;
5060
+ /** @nullable */
5061
+ assistant?: number | null;
5062
+ /** @nullable */
5063
+ attorney?: number | null;
5064
+ background_information?: string;
5065
+ birth_date?: string;
5066
+ birth_place?: string;
5067
+ /** @nullable */
5068
+ business_manager?: number | null;
5069
+ client_since?: string;
5070
+ company_name?: string;
5071
+ /** @nullable */
5072
+ confirmed_by_tax_return?: boolean | null;
5073
+ contact_roles?: WealthboxCreateContactBodyContactRolesItem[];
5074
+ contact_source?: WealthboxCreateContactBodyContactSource;
5075
+ contact_type?: WealthboxCreateContactBodyContactType;
5076
+ /** @nullable */
5077
+ cpa?: number | null;
5078
+ custom_fields?: WealthboxCreateContactBodyCustomFieldsItem[];
5079
+ date_of_death?: string;
5080
+ /** @nullable */
5081
+ doctor?: number | null;
5082
+ drivers_license?: WealthboxCreateContactBodyDriversLicense;
5083
+ email_addresses?: WealthboxCreateContactBodyEmailAddressesItem[];
5084
+ /** @nullable */
5085
+ estimated_taxes?: number | null;
5086
+ external_unique_id?: string;
5087
+ /** @nullable */
5088
+ family_officer?: number | null;
5089
+ first_name: string;
5090
+ gender?: WealthboxCreateContactBodyGender;
5091
+ green_card_number?: string;
5092
+ /** @nullable */
5093
+ gross_annual_income?: number | null;
5094
+ household?: WealthboxCreateContactBodyHousehold;
5095
+ important_information?: string;
5096
+ initial_crs_offering_date?: string;
5097
+ /** @nullable */
5098
+ insurance?: number | null;
5099
+ investment_objective?: WealthboxCreateContactBodyInvestmentObjective;
5100
+ job_title?: string;
5101
+ last_adv_offering_date?: string;
5102
+ last_crs_offering_date?: string;
5103
+ last_name: string;
5104
+ last_privacy_offering_date?: string;
5105
+ /** @nullable */
5106
+ liabilities?: number | null;
5107
+ linkedin_url?: string;
5108
+ maiden_name?: string;
5109
+ marital_status?: WealthboxCreateContactBodyMaritalStatus;
5110
+ middle_name?: string;
5111
+ /** @nullable */
5112
+ mutual_fund_experience?: number | null;
5113
+ nickname?: string;
5114
+ /** @nullable */
5115
+ non_liquid_assets?: number | null;
5116
+ occupation?: WealthboxCreateContactBodyOccupation;
5117
+ /** @nullable */
5118
+ other?: number | null;
5119
+ /** @nullable */
5120
+ other_investing_experience?: number | null;
5121
+ /** @nullable */
5122
+ partnerships_experience?: number | null;
5123
+ passport_number?: string;
5124
+ personal_interests?: string;
5125
+ phone_numbers?: WealthboxCreateContactBodyPhoneNumbersItem[];
5126
+ prefix?: string;
5127
+ /** @nullable */
5128
+ referred_by?: number | null;
5129
+ retirement_date?: string;
5130
+ risk_tolerance?: WealthboxCreateContactBodyRiskTolerance;
5131
+ signed_fee_agreement_date?: string;
5132
+ signed_fp_agreement_date?: string;
5133
+ signed_ips_agreement_date?: string;
5134
+ status?: WealthboxCreateContactBodyStatus;
5135
+ /** @nullable */
5136
+ stocks_and_bonds_experience?: number | null;
5137
+ street_addresses?: WealthboxCreateContactBodyStreetAddressesItem[];
5138
+ suffix?: string;
5139
+ tags?: string[];
5140
+ /** @nullable */
5141
+ tax_bracket?: number | null;
5142
+ /** @nullable */
5143
+ tax_year?: number | null;
5144
+ time_horizon?: WealthboxCreateContactBodyTimeHorizon;
5145
+ /** @nullable */
5146
+ trusted_contact?: number | null;
5147
+ twitter_name?: string;
5148
+ type?: WealthboxCreateContactBodyType;
5149
+ /** Integration user id for Wealthbox requests. */
5150
+ userId: string;
5151
+ /** Visibility: Everyone, Private, or a user group id (string) for group-restricted access per Wealthbox API. */
5152
+ visible_to?: string;
5153
+ websites?: WealthboxCreateContactBodyWebsitesItem[];
5154
+ [key: string]: unknown | null;
5155
+ };
5156
5156
  export type WealthboxGetContact200WebsitesItem = {
5157
5157
  [key: string]: unknown | null;
5158
5158
  };
@@ -5194,148 +5194,293 @@ export type WealthboxGetContact200TagsItem = {
5194
5194
  /**
5195
5195
  * @nullable
5196
5196
  */
5197
- export type WealthboxGetContact200Suffix = unknown | null;
5198
- export type WealthboxGetContact200StreetAddressesItem = {
5199
- [key: string]: unknown | null;
5200
- };
5197
+ export type WealthboxGetContact200Suffix = unknown | null;
5198
+ export type WealthboxGetContact200StreetAddressesItem = {
5199
+ [key: string]: unknown | null;
5200
+ };
5201
+ /**
5202
+ * @nullable
5203
+ */
5204
+ export type WealthboxGetContact200StocksAndBondsExperience = unknown | null;
5205
+ /**
5206
+ * @nullable
5207
+ */
5208
+ export type WealthboxGetContact200Status = unknown | null;
5209
+ /**
5210
+ * @nullable
5211
+ */
5212
+ export type WealthboxGetContact200SignedIpsAgreementDate = unknown | null;
5213
+ /**
5214
+ * @nullable
5215
+ */
5216
+ export type WealthboxGetContact200SignedFpAgreementDate = unknown | null;
5217
+ /**
5218
+ * @nullable
5219
+ */
5220
+ export type WealthboxGetContact200SignedFeeAgreementDate = unknown | null;
5221
+ /**
5222
+ * @nullable
5223
+ */
5224
+ export type WealthboxGetContact200RiskTolerance = unknown | null;
5225
+ /**
5226
+ * @nullable
5227
+ */
5228
+ export type WealthboxGetContact200RetirementDate = unknown | null;
5229
+ /**
5230
+ * @nullable
5231
+ */
5232
+ export type WealthboxGetContact200ReferredBy = unknown | null;
5233
+ /**
5234
+ * @nullable
5235
+ */
5236
+ export type WealthboxGetContact200Prefix = unknown | null;
5237
+ export type WealthboxGetContact200PhoneNumbersItem = {
5238
+ [key: string]: unknown | null;
5239
+ };
5240
+ /**
5241
+ * @nullable
5242
+ */
5243
+ export type WealthboxGetContact200PersonalInterests = unknown | null;
5244
+ /**
5245
+ * @nullable
5246
+ */
5247
+ export type WealthboxGetContact200PassportNumber = unknown | null;
5248
+ /**
5249
+ * @nullable
5250
+ */
5251
+ export type WealthboxGetContact200PartnershipsExperience = unknown | null;
5252
+ /**
5253
+ * @nullable
5254
+ */
5255
+ export type WealthboxGetContact200OtherInvestingExperience = unknown | null;
5256
+ /**
5257
+ * @nullable
5258
+ */
5259
+ export type WealthboxGetContact200Other = unknown | null;
5260
+ export type WealthboxGetContact200Occupation = {
5261
+ [key: string]: unknown | null;
5262
+ };
5263
+ /**
5264
+ * @nullable
5265
+ */
5266
+ export type WealthboxGetContact200NonLiquidAssets = unknown | null;
5267
+ /**
5268
+ * @nullable
5269
+ */
5270
+ export type WealthboxGetContact200Nickname = unknown | null;
5271
+ /**
5272
+ * @nullable
5273
+ */
5274
+ export type WealthboxGetContact200MutualFundExperience = unknown | null;
5275
+ /**
5276
+ * @nullable
5277
+ */
5278
+ export type WealthboxGetContact200MiddleName = unknown | null;
5279
+ /**
5280
+ * @nullable
5281
+ */
5282
+ export type WealthboxGetContact200MaritalStatus = unknown | null;
5283
+ /**
5284
+ * @nullable
5285
+ */
5286
+ export type WealthboxGetContact200MaidenName = unknown | null;
5287
+ /**
5288
+ * @nullable
5289
+ */
5290
+ export type WealthboxGetContact200LinkedinUrl = unknown | null;
5291
+ /**
5292
+ * @nullable
5293
+ */
5294
+ export type WealthboxGetContact200Liabilities = unknown | null;
5295
+ /**
5296
+ * @nullable
5297
+ */
5298
+ export type WealthboxGetContact200LastPrivacyOfferingDate = unknown | null;
5299
+ /**
5300
+ * @nullable
5301
+ */
5302
+ export type WealthboxGetContact200LastName = unknown | null;
5303
+ /**
5304
+ * @nullable
5305
+ */
5306
+ export type WealthboxGetContact200LastCrsOfferingDate = unknown | null;
5307
+ /**
5308
+ * @nullable
5309
+ */
5310
+ export type WealthboxGetContact200LastAdvOfferingDate = unknown | null;
5311
+ /**
5312
+ * @nullable
5313
+ */
5314
+ export type WealthboxGetContact200JobTitle = unknown | null;
5201
5315
  /**
5202
5316
  * @nullable
5203
5317
  */
5204
- export type WealthboxGetContact200StocksAndBondsExperience = unknown | null;
5318
+ export type WealthboxGetContact200InvestmentObjective = unknown | null;
5205
5319
  /**
5206
5320
  * @nullable
5207
5321
  */
5208
- export type WealthboxGetContact200Status = unknown | null;
5322
+ export type WealthboxGetContact200Insurance = unknown | null;
5209
5323
  /**
5210
5324
  * @nullable
5211
5325
  */
5212
- export type WealthboxGetContact200SignedIpsAgreementDate = unknown | null;
5326
+ export type WealthboxGetContact200InitialCrsOfferingDate = unknown | null;
5213
5327
  /**
5214
5328
  * @nullable
5215
5329
  */
5216
- export type WealthboxGetContact200SignedFpAgreementDate = unknown | null;
5330
+ export type WealthboxGetContact200ImportantInformation = unknown | null;
5217
5331
  /**
5218
5332
  * @nullable
5219
5333
  */
5220
- export type WealthboxGetContact200SignedFeeAgreementDate = unknown | null;
5334
+ export type WealthboxGetContact200Image = unknown | null;
5221
5335
  /**
5222
5336
  * @nullable
5223
5337
  */
5224
- export type WealthboxGetContact200RiskTolerance = unknown | null;
5338
+ export type WealthboxGetContact200Id = unknown | null;
5225
5339
  /**
5226
5340
  * @nullable
5227
5341
  */
5228
- export type WealthboxGetContact200RetirementDate = unknown | null;
5342
+ export type WealthboxGetContact200HouseholdTitle = unknown | null;
5229
5343
  /**
5230
5344
  * @nullable
5231
5345
  */
5232
- export type WealthboxGetContact200ReferredBy = unknown | null;
5346
+ export type WealthboxGetContact200HouseholdName = unknown | null;
5347
+ export type WealthboxGetContact200HouseholdMembersItem = {
5348
+ [key: string]: unknown | null;
5349
+ };
5233
5350
  /**
5234
5351
  * @nullable
5235
5352
  */
5236
- export type WealthboxGetContact200Prefix = unknown | null;
5237
- export type WealthboxGetContact200PhoneNumbersItem = {
5353
+ export type WealthboxGetContact200HouseholdId = unknown | null;
5354
+ export type WealthboxGetContact200Household = {
5355
+ /** @nullable */
5356
+ id?: WealthboxGetContact200HouseholdId;
5357
+ members?: WealthboxGetContact200HouseholdMembersItem[];
5358
+ /** @nullable */
5359
+ name?: WealthboxGetContact200HouseholdName;
5360
+ /** @nullable */
5361
+ title?: WealthboxGetContact200HouseholdTitle;
5238
5362
  [key: string]: unknown | null;
5239
5363
  };
5240
5364
  /**
5241
5365
  * @nullable
5242
5366
  */
5243
- export type WealthboxGetContact200PersonalInterests = unknown | null;
5367
+ export type WealthboxGetContact200GrossAnnualIncome = unknown | null;
5244
5368
  /**
5245
5369
  * @nullable
5246
5370
  */
5247
- export type WealthboxGetContact200PassportNumber = unknown | null;
5371
+ export type WealthboxGetContact200GreenCardNumber = unknown | null;
5248
5372
  /**
5249
5373
  * @nullable
5250
5374
  */
5251
- export type WealthboxGetContact200PartnershipsExperience = unknown | null;
5375
+ export type WealthboxGetContact200Gender = unknown | null;
5252
5376
  /**
5253
5377
  * @nullable
5254
5378
  */
5255
- export type WealthboxGetContact200OtherInvestingExperience = unknown | null;
5379
+ export type WealthboxGetContact200FirstName = unknown | null;
5256
5380
  /**
5257
5381
  * @nullable
5258
5382
  */
5259
- export type WealthboxGetContact200Other = unknown | null;
5260
- export type WealthboxGetContact200Occupation = {
5383
+ export type WealthboxGetContact200FamilyOfficer = unknown | null;
5384
+ /**
5385
+ * @nullable
5386
+ */
5387
+ export type WealthboxGetContact200ExternalUniqueId = unknown | null;
5388
+ /**
5389
+ * @nullable
5390
+ */
5391
+ export type WealthboxGetContact200EstimatedTaxes = unknown | null;
5392
+ export type WealthboxGetContact200EmailAddressesItem = {
5393
+ [key: string]: unknown | null;
5394
+ };
5395
+ export type WealthboxGetContact200DriversLicense = {
5261
5396
  [key: string]: unknown | null;
5262
5397
  };
5263
5398
  /**
5264
5399
  * @nullable
5265
5400
  */
5266
- export type WealthboxGetContact200NonLiquidAssets = unknown | null;
5401
+ export type WealthboxGetContact200Doctor = unknown | null;
5267
5402
  /**
5268
5403
  * @nullable
5269
5404
  */
5270
- export type WealthboxGetContact200Nickname = unknown | null;
5405
+ export type WealthboxGetContact200DateOfDeath = unknown | null;
5406
+ export type WealthboxGetContact200CustomFieldsItem = {
5407
+ [key: string]: unknown | null;
5408
+ };
5271
5409
  /**
5272
5410
  * @nullable
5273
5411
  */
5274
- export type WealthboxGetContact200MutualFundExperience = unknown | null;
5412
+ export type WealthboxGetContact200Creator = unknown | null;
5275
5413
  /**
5276
5414
  * @nullable
5277
5415
  */
5278
- export type WealthboxGetContact200MiddleName = unknown | null;
5416
+ export type WealthboxGetContact200CreatedAt = unknown | null;
5279
5417
  /**
5280
5418
  * @nullable
5281
5419
  */
5282
- export type WealthboxGetContact200MaritalStatus = unknown | null;
5420
+ export type WealthboxGetContact200Cpa = unknown | null;
5283
5421
  /**
5284
5422
  * @nullable
5285
5423
  */
5286
- export type WealthboxGetContact200MaidenName = unknown | null;
5424
+ export type WealthboxGetContact200ContactType = unknown | null;
5287
5425
  /**
5288
5426
  * @nullable
5289
5427
  */
5290
- export type WealthboxGetContact200LinkedinUrl = unknown | null;
5428
+ export type WealthboxGetContact200ContactSource = unknown | null;
5429
+ export type WealthboxGetContact200ContactRolesItem = {
5430
+ [key: string]: unknown | null;
5431
+ };
5291
5432
  /**
5292
5433
  * @nullable
5293
5434
  */
5294
- export type WealthboxGetContact200Liabilities = unknown | null;
5435
+ export type WealthboxGetContact200ConfirmedByTaxReturn = unknown | null;
5295
5436
  /**
5296
5437
  * @nullable
5297
5438
  */
5298
- export type WealthboxGetContact200LastPrivacyOfferingDate = unknown | null;
5439
+ export type WealthboxGetContact200CompanyName = unknown | null;
5299
5440
  /**
5300
5441
  * @nullable
5301
5442
  */
5302
- export type WealthboxGetContact200LastName = unknown | null;
5443
+ export type WealthboxGetContact200ClientSince = unknown | null;
5303
5444
  /**
5304
5445
  * @nullable
5305
5446
  */
5306
- export type WealthboxGetContact200LastCrsOfferingDate = unknown | null;
5447
+ export type WealthboxGetContact200BusinessManager = unknown | null;
5307
5448
  /**
5308
5449
  * @nullable
5309
5450
  */
5310
- export type WealthboxGetContact200LastAdvOfferingDate = unknown | null;
5451
+ export type WealthboxGetContact200BirthPlace = unknown | null;
5311
5452
  /**
5312
5453
  * @nullable
5313
5454
  */
5314
- export type WealthboxGetContact200JobTitle = unknown | null;
5455
+ export type WealthboxGetContact200BirthDate = unknown | null;
5315
5456
  /**
5316
5457
  * @nullable
5317
5458
  */
5318
- export type WealthboxGetContact200InvestmentObjective = unknown | null;
5459
+ export type WealthboxGetContact200BackgroundInformation = unknown | null;
5319
5460
  /**
5320
5461
  * @nullable
5321
5462
  */
5322
- export type WealthboxGetContact200Insurance = unknown | null;
5463
+ export type WealthboxGetContact200Attorney = unknown | null;
5323
5464
  /**
5324
5465
  * @nullable
5325
5466
  */
5326
- export type WealthboxGetContact200InitialCrsOfferingDate = unknown | null;
5467
+ export type WealthboxGetContact200Assistant = unknown | null;
5327
5468
  /**
5328
5469
  * @nullable
5329
5470
  */
5330
- export type WealthboxGetContact200ImportantInformation = unknown | null;
5471
+ export type WealthboxGetContact200AssignedTo = unknown | null;
5331
5472
  /**
5332
5473
  * @nullable
5333
5474
  */
5334
- export type WealthboxGetContact200Image = unknown | null;
5475
+ export type WealthboxGetContact200Assets = unknown | null;
5335
5476
  /**
5336
5477
  * @nullable
5337
5478
  */
5338
- export type WealthboxGetContact200Id = unknown | null;
5479
+ export type WealthboxGetContact200Anniversary = unknown | null;
5480
+ /**
5481
+ * @nullable
5482
+ */
5483
+ export type WealthboxGetContact200AdjustedGrossIncome = unknown | null;
5339
5484
  export type WealthboxGetContact200 = {
5340
5485
  /** @nullable */
5341
5486
  adjusted_gross_income?: WealthboxGetContact200AdjustedGrossIncome;
@@ -5487,151 +5632,6 @@ export type WealthboxGetContact200 = {
5487
5632
  websites?: WealthboxGetContact200WebsitesItem[];
5488
5633
  [key: string]: unknown | null;
5489
5634
  };
5490
- /**
5491
- * @nullable
5492
- */
5493
- export type WealthboxGetContact200HouseholdTitle = unknown | null;
5494
- /**
5495
- * @nullable
5496
- */
5497
- export type WealthboxGetContact200HouseholdName = unknown | null;
5498
- export type WealthboxGetContact200HouseholdMembersItem = {
5499
- [key: string]: unknown | null;
5500
- };
5501
- /**
5502
- * @nullable
5503
- */
5504
- export type WealthboxGetContact200HouseholdId = unknown | null;
5505
- export type WealthboxGetContact200Household = {
5506
- /** @nullable */
5507
- id?: WealthboxGetContact200HouseholdId;
5508
- members?: WealthboxGetContact200HouseholdMembersItem[];
5509
- /** @nullable */
5510
- name?: WealthboxGetContact200HouseholdName;
5511
- /** @nullable */
5512
- title?: WealthboxGetContact200HouseholdTitle;
5513
- [key: string]: unknown | null;
5514
- };
5515
- /**
5516
- * @nullable
5517
- */
5518
- export type WealthboxGetContact200GrossAnnualIncome = unknown | null;
5519
- /**
5520
- * @nullable
5521
- */
5522
- export type WealthboxGetContact200GreenCardNumber = unknown | null;
5523
- /**
5524
- * @nullable
5525
- */
5526
- export type WealthboxGetContact200Gender = unknown | null;
5527
- /**
5528
- * @nullable
5529
- */
5530
- export type WealthboxGetContact200FirstName = unknown | null;
5531
- /**
5532
- * @nullable
5533
- */
5534
- export type WealthboxGetContact200FamilyOfficer = unknown | null;
5535
- /**
5536
- * @nullable
5537
- */
5538
- export type WealthboxGetContact200ExternalUniqueId = unknown | null;
5539
- /**
5540
- * @nullable
5541
- */
5542
- export type WealthboxGetContact200EstimatedTaxes = unknown | null;
5543
- export type WealthboxGetContact200EmailAddressesItem = {
5544
- [key: string]: unknown | null;
5545
- };
5546
- export type WealthboxGetContact200DriversLicense = {
5547
- [key: string]: unknown | null;
5548
- };
5549
- /**
5550
- * @nullable
5551
- */
5552
- export type WealthboxGetContact200Doctor = unknown | null;
5553
- /**
5554
- * @nullable
5555
- */
5556
- export type WealthboxGetContact200DateOfDeath = unknown | null;
5557
- export type WealthboxGetContact200CustomFieldsItem = {
5558
- [key: string]: unknown | null;
5559
- };
5560
- /**
5561
- * @nullable
5562
- */
5563
- export type WealthboxGetContact200Creator = unknown | null;
5564
- /**
5565
- * @nullable
5566
- */
5567
- export type WealthboxGetContact200CreatedAt = unknown | null;
5568
- /**
5569
- * @nullable
5570
- */
5571
- export type WealthboxGetContact200Cpa = unknown | null;
5572
- /**
5573
- * @nullable
5574
- */
5575
- export type WealthboxGetContact200ContactType = unknown | null;
5576
- /**
5577
- * @nullable
5578
- */
5579
- export type WealthboxGetContact200ContactSource = unknown | null;
5580
- export type WealthboxGetContact200ContactRolesItem = {
5581
- [key: string]: unknown | null;
5582
- };
5583
- /**
5584
- * @nullable
5585
- */
5586
- export type WealthboxGetContact200ConfirmedByTaxReturn = unknown | null;
5587
- /**
5588
- * @nullable
5589
- */
5590
- export type WealthboxGetContact200CompanyName = unknown | null;
5591
- /**
5592
- * @nullable
5593
- */
5594
- export type WealthboxGetContact200ClientSince = unknown | null;
5595
- /**
5596
- * @nullable
5597
- */
5598
- export type WealthboxGetContact200BusinessManager = unknown | null;
5599
- /**
5600
- * @nullable
5601
- */
5602
- export type WealthboxGetContact200BirthPlace = unknown | null;
5603
- /**
5604
- * @nullable
5605
- */
5606
- export type WealthboxGetContact200BirthDate = unknown | null;
5607
- /**
5608
- * @nullable
5609
- */
5610
- export type WealthboxGetContact200BackgroundInformation = unknown | null;
5611
- /**
5612
- * @nullable
5613
- */
5614
- export type WealthboxGetContact200Attorney = unknown | null;
5615
- /**
5616
- * @nullable
5617
- */
5618
- export type WealthboxGetContact200Assistant = unknown | null;
5619
- /**
5620
- * @nullable
5621
- */
5622
- export type WealthboxGetContact200AssignedTo = unknown | null;
5623
- /**
5624
- * @nullable
5625
- */
5626
- export type WealthboxGetContact200Assets = unknown | null;
5627
- /**
5628
- * @nullable
5629
- */
5630
- export type WealthboxGetContact200Anniversary = unknown | null;
5631
- /**
5632
- * @nullable
5633
- */
5634
- export type WealthboxGetContact200AdjustedGrossIncome = unknown | null;
5635
5635
  export type WealthboxGetContactBody = {
5636
5636
  /**
5637
5637
  * The id of the contact to be retrieved
@@ -7353,11 +7353,12 @@ export type RedtailUpdateContactAccount200AnyOfNine = {
7353
7353
  success?: boolean;
7354
7354
  [key: string]: unknown | null;
7355
7355
  };
7356
+ export type RedtailUpdateContactAccount200 = RedtailUpdateContactAccount200AnyOf | RedtailUpdateContactAccount200AnyOfNine;
7357
+ export type RedtailUpdateContactAccount200AnyOfAccount = RedtailUpdateContactAccount200AnyOfAccountAnyOf | RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItem[];
7356
7358
  export type RedtailUpdateContactAccount200AnyOf = {
7357
7359
  account: RedtailUpdateContactAccount200AnyOfAccount;
7358
7360
  [key: string]: unknown | null;
7359
7361
  };
7360
- export type RedtailUpdateContactAccount200 = RedtailUpdateContactAccount200AnyOf | RedtailUpdateContactAccount200AnyOfNine;
7361
7362
  /**
7362
7363
  * @nullable
7363
7364
  */
@@ -7391,7 +7392,6 @@ export type RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItem = {
7391
7392
  updated_at?: string | null;
7392
7393
  [key: string]: unknown | null;
7393
7394
  };
7394
- export type RedtailUpdateContactAccount200AnyOfAccount = RedtailUpdateContactAccount200AnyOfAccountAnyOf | RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItem[];
7395
7395
  /**
7396
7396
  * @nullable
7397
7397
  */
@@ -7457,7 +7457,6 @@ export type RedtailCreateContactAccount200AnyOfNine = {
7457
7457
  success?: boolean;
7458
7458
  [key: string]: unknown | null;
7459
7459
  };
7460
- export type RedtailCreateContactAccount200AnyOfAccount = RedtailCreateContactAccount200AnyOfAccountAnyOf | RedtailCreateContactAccount200AnyOfAccountAnyOfFourItem[];
7461
7460
  export type RedtailCreateContactAccount200AnyOf = {
7462
7461
  account: RedtailCreateContactAccount200AnyOfAccount;
7463
7462
  [key: string]: unknown | null;
@@ -7496,6 +7495,7 @@ export type RedtailCreateContactAccount200AnyOfAccountAnyOfFourItem = {
7496
7495
  updated_at?: string | null;
7497
7496
  [key: string]: unknown | null;
7498
7497
  };
7498
+ export type RedtailCreateContactAccount200AnyOfAccount = RedtailCreateContactAccount200AnyOfAccountAnyOf | RedtailCreateContactAccount200AnyOfAccountAnyOfFourItem[];
7499
7499
  /**
7500
7500
  * @nullable
7501
7501
  */
@@ -7672,6 +7672,7 @@ export type RedtailCreateContactNote200AnyOfThree = {
7672
7672
  success?: boolean;
7673
7673
  [key: string]: unknown | null;
7674
7674
  };
7675
+ export type RedtailCreateContactNote200 = RedtailCreateContactNote200AnyOf | RedtailCreateContactNote200AnyOfThree;
7675
7676
  export type RedtailCreateContactNote200AnyOfNote = {
7676
7677
  /** @nullable */
7677
7678
  added_by?: number | null;
@@ -7702,7 +7703,6 @@ export type RedtailCreateContactNote200AnyOf = {
7702
7703
  note: RedtailCreateContactNote200AnyOfNote;
7703
7704
  [key: string]: unknown | null;
7704
7705
  };
7705
- export type RedtailCreateContactNote200 = RedtailCreateContactNote200AnyOf | RedtailCreateContactNote200AnyOfThree;
7706
7706
  /**
7707
7707
  * Create a contact note. Extra Redtail fields are accepted.
7708
7708
  */
@@ -8686,10 +8686,6 @@ export type RedtailCreateContact200AnyOfNine = {
8686
8686
  success?: boolean;
8687
8687
  [key: string]: unknown | null;
8688
8688
  };
8689
- export type RedtailCreateContact200AnyOf = {
8690
- contact?: RedtailCreateContact200AnyOfContact;
8691
- [key: string]: unknown | null;
8692
- };
8693
8689
  export type RedtailCreateContact200 = RedtailCreateContact200AnyOf | RedtailCreateContact200AnyOfNine;
8694
8690
  export type RedtailCreateContact200AnyOfContactUrlsItem = {
8695
8691
  [key: string]: unknown | null;
@@ -8829,6 +8825,10 @@ export type RedtailCreateContact200AnyOfContact = {
8829
8825
  writing_advisor_id?: number | null;
8830
8826
  [key: string]: unknown | null;
8831
8827
  };
8828
+ export type RedtailCreateContact200AnyOf = {
8829
+ contact?: RedtailCreateContact200AnyOfContact;
8830
+ [key: string]: unknown | null;
8831
+ };
8832
8832
  /**
8833
8833
  * Contact type. Required by Redtail.
8834
8834
  */
@@ -9266,6 +9266,10 @@ export type RedtailDeleteActivityBody = {
9266
9266
  /** Integration user id for Redtail requests. */
9267
9267
  userId: string;
9268
9268
  };
9269
+ export type RedtailUpdateActivity200 = {
9270
+ activity: RedtailUpdateActivity200Activity;
9271
+ [key: string]: unknown | null;
9272
+ };
9269
9273
  /**
9270
9274
  * @nullable
9271
9275
  */
@@ -9342,10 +9346,6 @@ export type RedtailUpdateActivity200Activity = {
9342
9346
  updated_at?: string | null;
9343
9347
  [key: string]: unknown | null;
9344
9348
  };
9345
- export type RedtailUpdateActivity200 = {
9346
- activity: RedtailUpdateActivity200Activity;
9347
- [key: string]: unknown | null;
9348
- };
9349
9349
  /**
9350
9350
  * Create an activity. `userId` is for the integration hub only and is not sent to Redtail. Additional Redtail fields are accepted.
9351
9351
  */
@@ -9389,10 +9389,6 @@ export type RedtailUpdateActivityBody = {
9389
9389
  userId: string;
9390
9390
  [key: string]: unknown | null;
9391
9391
  };
9392
- export type RedtailCreateActivity200 = {
9393
- activity: RedtailCreateActivity200Activity;
9394
- [key: string]: unknown | null;
9395
- };
9396
9392
  /**
9397
9393
  * @nullable
9398
9394
  */
@@ -9469,6 +9465,10 @@ export type RedtailCreateActivity200Activity = {
9469
9465
  updated_at?: string | null;
9470
9466
  [key: string]: unknown | null;
9471
9467
  };
9468
+ export type RedtailCreateActivity200 = {
9469
+ activity: RedtailCreateActivity200Activity;
9470
+ [key: string]: unknown | null;
9471
+ };
9472
9472
  /**
9473
9473
  * Create an activity. `userId` is for the integration hub only and is not sent to Redtail. Additional Redtail fields are accepted.
9474
9474
  */
@@ -9923,46 +9923,6 @@ export type RedtailUpdateContact200ContactUrlsItem = {
9923
9923
  export type RedtailUpdateContact200ContactPhonesItem = {
9924
9924
  [key: string]: unknown | null;
9925
9925
  };
9926
- export type RedtailUpdateContact200ContactFamilyMembersItem = {
9927
- contact_id?: number;
9928
- /** @nullable */
9929
- created_at?: string | null;
9930
- /** @nullable */
9931
- deleted?: boolean | null;
9932
- family_id?: number;
9933
- /** @nullable */
9934
- hoh?: boolean | null;
9935
- id?: number;
9936
- /** @nullable */
9937
- relationship?: number | null;
9938
- /** @nullable */
9939
- relationship_name?: string | null;
9940
- /** @nullable */
9941
- updated_at?: string | null;
9942
- [key: string]: unknown | null;
9943
- };
9944
- /**
9945
- * @nullable
9946
- */
9947
- export type RedtailUpdateContact200ContactFamily = {
9948
- /** @nullable */
9949
- created_at?: string | null;
9950
- /** @nullable */
9951
- deleted?: boolean | null;
9952
- id?: number;
9953
- members?: RedtailUpdateContact200ContactFamilyMembersItem[];
9954
- /** @nullable */
9955
- name?: string | null;
9956
- /** @nullable */
9957
- updated_at?: string | null;
9958
- [key: string]: unknown | null;
9959
- } | null;
9960
- export type RedtailUpdateContact200ContactEmailsItem = {
9961
- [key: string]: unknown | null;
9962
- };
9963
- export type RedtailUpdateContact200ContactAddressesItem = {
9964
- [key: string]: unknown | null;
9965
- };
9966
9926
  export type RedtailUpdateContact200Contact = {
9967
9927
  /** @nullable */
9968
9928
  added_by?: number | null;
@@ -10055,6 +10015,46 @@ export type RedtailUpdateContact200Contact = {
10055
10015
  writing_advisor_id?: number | null;
10056
10016
  [key: string]: unknown | null;
10057
10017
  };
10018
+ export type RedtailUpdateContact200ContactFamilyMembersItem = {
10019
+ contact_id?: number;
10020
+ /** @nullable */
10021
+ created_at?: string | null;
10022
+ /** @nullable */
10023
+ deleted?: boolean | null;
10024
+ family_id?: number;
10025
+ /** @nullable */
10026
+ hoh?: boolean | null;
10027
+ id?: number;
10028
+ /** @nullable */
10029
+ relationship?: number | null;
10030
+ /** @nullable */
10031
+ relationship_name?: string | null;
10032
+ /** @nullable */
10033
+ updated_at?: string | null;
10034
+ [key: string]: unknown | null;
10035
+ };
10036
+ /**
10037
+ * @nullable
10038
+ */
10039
+ export type RedtailUpdateContact200ContactFamily = {
10040
+ /** @nullable */
10041
+ created_at?: string | null;
10042
+ /** @nullable */
10043
+ deleted?: boolean | null;
10044
+ id?: number;
10045
+ members?: RedtailUpdateContact200ContactFamilyMembersItem[];
10046
+ /** @nullable */
10047
+ name?: string | null;
10048
+ /** @nullable */
10049
+ updated_at?: string | null;
10050
+ [key: string]: unknown | null;
10051
+ } | null;
10052
+ export type RedtailUpdateContact200ContactEmailsItem = {
10053
+ [key: string]: unknown | null;
10054
+ };
10055
+ export type RedtailUpdateContact200ContactAddressesItem = {
10056
+ [key: string]: unknown | null;
10057
+ };
10058
10058
  /**
10059
10059
  * Contact type. Required by Redtail.
10060
10060
  */
@@ -10284,9 +10284,56 @@ export type RedtailGetContactsBody = {
10284
10284
  userId: string;
10285
10285
  [key: string]: unknown | null;
10286
10286
  };
10287
+ export type RedtailGetContact200 = {
10288
+ contact?: RedtailGetContact200Contact;
10289
+ [key: string]: unknown | null;
10290
+ };
10287
10291
  export type RedtailGetContact200ContactUrlsItem = {
10288
10292
  [key: string]: unknown | null;
10289
10293
  };
10294
+ export type RedtailGetContact200ContactPhonesItem = {
10295
+ [key: string]: unknown | null;
10296
+ };
10297
+ export type RedtailGetContact200ContactFamilyMembersItem = {
10298
+ contact_id?: number;
10299
+ /** @nullable */
10300
+ created_at?: string | null;
10301
+ /** @nullable */
10302
+ deleted?: boolean | null;
10303
+ family_id?: number;
10304
+ /** @nullable */
10305
+ hoh?: boolean | null;
10306
+ id?: number;
10307
+ /** @nullable */
10308
+ relationship?: number | null;
10309
+ /** @nullable */
10310
+ relationship_name?: string | null;
10311
+ /** @nullable */
10312
+ updated_at?: string | null;
10313
+ [key: string]: unknown | null;
10314
+ };
10315
+ /**
10316
+ * @nullable
10317
+ */
10318
+ export type RedtailGetContact200ContactFamily = {
10319
+ /** @nullable */
10320
+ created_at?: string | null;
10321
+ /** @nullable */
10322
+ deleted?: boolean | null;
10323
+ id?: number;
10324
+ members?: RedtailGetContact200ContactFamilyMembersItem[];
10325
+ /** @nullable */
10326
+ name?: string | null;
10327
+ /** @nullable */
10328
+ updated_at?: string | null;
10329
+ [key: string]: unknown | null;
10330
+ } | null;
10331
+ export type RedtailGetContact200ContactEmailsItem = {
10332
+ [key: string]: unknown | null;
10333
+ };
10334
+ export type RedtailGetContact200ContactAddressesItem = {
10335
+ [key: string]: unknown | null;
10336
+ };
10290
10337
  export type RedtailGetContact200Contact = {
10291
10338
  /** @nullable */
10292
10339
  added_by?: number | null;
@@ -10379,53 +10426,6 @@ export type RedtailGetContact200Contact = {
10379
10426
  writing_advisor_id?: number | null;
10380
10427
  [key: string]: unknown | null;
10381
10428
  };
10382
- export type RedtailGetContact200 = {
10383
- contact?: RedtailGetContact200Contact;
10384
- [key: string]: unknown | null;
10385
- };
10386
- export type RedtailGetContact200ContactPhonesItem = {
10387
- [key: string]: unknown | null;
10388
- };
10389
- export type RedtailGetContact200ContactFamilyMembersItem = {
10390
- contact_id?: number;
10391
- /** @nullable */
10392
- created_at?: string | null;
10393
- /** @nullable */
10394
- deleted?: boolean | null;
10395
- family_id?: number;
10396
- /** @nullable */
10397
- hoh?: boolean | null;
10398
- id?: number;
10399
- /** @nullable */
10400
- relationship?: number | null;
10401
- /** @nullable */
10402
- relationship_name?: string | null;
10403
- /** @nullable */
10404
- updated_at?: string | null;
10405
- [key: string]: unknown | null;
10406
- };
10407
- /**
10408
- * @nullable
10409
- */
10410
- export type RedtailGetContact200ContactFamily = {
10411
- /** @nullable */
10412
- created_at?: string | null;
10413
- /** @nullable */
10414
- deleted?: boolean | null;
10415
- id?: number;
10416
- members?: RedtailGetContact200ContactFamilyMembersItem[];
10417
- /** @nullable */
10418
- name?: string | null;
10419
- /** @nullable */
10420
- updated_at?: string | null;
10421
- [key: string]: unknown | null;
10422
- } | null;
10423
- export type RedtailGetContact200ContactEmailsItem = {
10424
- [key: string]: unknown | null;
10425
- };
10426
- export type RedtailGetContact200ContactAddressesItem = {
10427
- [key: string]: unknown | null;
10428
- };
10429
10429
  export type RedtailGetContactBody = {
10430
10430
  /**
10431
10431
  * Redtail contact identifier
@@ -10441,11 +10441,6 @@ export type RedtailGetFamilies200Meta = {
10441
10441
  total_records?: number;
10442
10442
  [key: string]: unknown | null;
10443
10443
  };
10444
- export type RedtailGetFamilies200 = {
10445
- contact_families?: RedtailGetFamilies200ContactFamiliesItem[];
10446
- meta?: RedtailGetFamilies200Meta;
10447
- [key: string]: unknown | null;
10448
- };
10449
10444
  export type RedtailGetFamilies200ContactFamiliesItemMembersItem = {
10450
10445
  contact_id?: number;
10451
10446
  /** @nullable */
@@ -10477,6 +10472,11 @@ export type RedtailGetFamilies200ContactFamiliesItem = {
10477
10472
  updated_at?: string | null;
10478
10473
  [key: string]: unknown | null;
10479
10474
  };
10475
+ export type RedtailGetFamilies200 = {
10476
+ contact_families?: RedtailGetFamilies200ContactFamiliesItem[];
10477
+ meta?: RedtailGetFamilies200Meta;
10478
+ [key: string]: unknown | null;
10479
+ };
10480
10480
  export type RedtailGetFamiliesBody = {
10481
10481
  /**
10482
10482
  * Whether to include family member data for the families endpoint
@@ -10961,35 +10961,6 @@ export type OpenaiCreateStreamBodyOptions = {
10961
10961
  */
10962
10962
  topP?: number;
10963
10963
  };
10964
- /**
10965
- * Role of the message sender
10966
- */
10967
- export type OpenaiCreateStreamBodyMessagesItemRole = typeof OpenaiCreateStreamBodyMessagesItemRole[keyof typeof OpenaiCreateStreamBodyMessagesItemRole];
10968
- export declare const OpenaiCreateStreamBodyMessagesItemRole: {
10969
- readonly user: "user";
10970
- readonly assistant: "assistant";
10971
- readonly system: "system";
10972
- };
10973
- export type OpenaiCreateStreamBodyMessagesItemPartsItem = {
10974
- /** Filename for file parts */
10975
- filename?: string;
10976
- /** MIME type of the media */
10977
- mediaType?: string;
10978
- /** Text content */
10979
- text?: string;
10980
- /** Type of message part (text, file, etc.) */
10981
- type: string;
10982
- /** URL for file or media */
10983
- url?: string;
10984
- };
10985
- export type OpenaiCreateStreamBodyMessagesItem = {
10986
- /** Content of the message */
10987
- content?: string;
10988
- /** Multi-part message content */
10989
- parts?: OpenaiCreateStreamBodyMessagesItemPartsItem[];
10990
- /** Role of the message sender */
10991
- role: OpenaiCreateStreamBodyMessagesItemRole;
10992
- };
10993
10964
  export type OpenaiCreateStreamBody = {
10994
10965
  /**
10995
10966
  * Array of chat messages
@@ -11007,6 +10978,35 @@ export type OpenaiCreateStreamBody = {
11007
10978
  /** Required when the OpenAI integration config type is PerUser. */
11008
10979
  userId?: string;
11009
10980
  };
10981
+ /**
10982
+ * Role of the message sender
10983
+ */
10984
+ export type OpenaiCreateStreamBodyMessagesItemRole = typeof OpenaiCreateStreamBodyMessagesItemRole[keyof typeof OpenaiCreateStreamBodyMessagesItemRole];
10985
+ export declare const OpenaiCreateStreamBodyMessagesItemRole: {
10986
+ readonly user: "user";
10987
+ readonly assistant: "assistant";
10988
+ readonly system: "system";
10989
+ };
10990
+ export type OpenaiCreateStreamBodyMessagesItemPartsItem = {
10991
+ /** Filename for file parts */
10992
+ filename?: string;
10993
+ /** MIME type of the media */
10994
+ mediaType?: string;
10995
+ /** Text content */
10996
+ text?: string;
10997
+ /** Type of message part (text, file, etc.) */
10998
+ type: string;
10999
+ /** URL for file or media */
11000
+ url?: string;
11001
+ };
11002
+ export type OpenaiCreateStreamBodyMessagesItem = {
11003
+ /** Content of the message */
11004
+ content?: string;
11005
+ /** Multi-part message content */
11006
+ parts?: OpenaiCreateStreamBodyMessagesItemPartsItem[];
11007
+ /** Role of the message sender */
11008
+ role: OpenaiCreateStreamBodyMessagesItemRole;
11009
+ };
11010
11010
  /**
11011
11011
  * Structured output if schema provided
11012
11012
  * @nullable
@@ -11046,6 +11046,23 @@ export type OpenaiGenerateTextBodyOptions = {
11046
11046
  */
11047
11047
  topP?: number;
11048
11048
  };
11049
+ export type OpenaiGenerateTextBody = {
11050
+ /**
11051
+ * Array of chat messages
11052
+ * @minItems 1
11053
+ */
11054
+ messages: OpenaiGenerateTextBodyMessagesItem[];
11055
+ /** Specific model to use (defaults to resolved OpenAI model) */
11056
+ model?: string;
11057
+ options?: OpenaiGenerateTextBodyOptions;
11058
+ /**
11059
+ * Schema for structured output
11060
+ * @nullable
11061
+ */
11062
+ outputSchema?: OpenaiGenerateTextBodyOutputSchema;
11063
+ /** Required when the OpenAI integration config type is PerUser. */
11064
+ userId?: string;
11065
+ };
11049
11066
  /**
11050
11067
  * Role of the message sender
11051
11068
  */
@@ -11075,23 +11092,6 @@ export type OpenaiGenerateTextBodyMessagesItem = {
11075
11092
  /** Role of the message sender */
11076
11093
  role: OpenaiGenerateTextBodyMessagesItemRole;
11077
11094
  };
11078
- export type OpenaiGenerateTextBody = {
11079
- /**
11080
- * Array of chat messages
11081
- * @minItems 1
11082
- */
11083
- messages: OpenaiGenerateTextBodyMessagesItem[];
11084
- /** Specific model to use (defaults to resolved OpenAI model) */
11085
- model?: string;
11086
- options?: OpenaiGenerateTextBodyOptions;
11087
- /**
11088
- * Schema for structured output
11089
- * @nullable
11090
- */
11091
- outputSchema?: OpenaiGenerateTextBodyOutputSchema;
11092
- /** Required when the OpenAI integration config type is PerUser. */
11093
- userId?: string;
11094
- };
11095
11095
  export type OpenaiSetUserCredentials200 = {
11096
11096
  userId: string;
11097
11097
  };
@@ -11535,6 +11535,16 @@ export type GoogleSlidesAuthStartBody = {
11535
11535
  /** Existing integration user id (internal). Use when reconnecting an existing Hub user. */
11536
11536
  userId?: string;
11537
11537
  };
11538
+ export type _GoogleSheetsSelectSpreadsheets200Meta = {
11539
+ googleSheetsToken: string;
11540
+ };
11541
+ export type GoogleSheetsSelectSpreadsheets200 = {
11542
+ _meta: _GoogleSheetsSelectSpreadsheets200Meta;
11543
+ };
11544
+ export type GoogleSheetsSelectSpreadsheetsBody = {
11545
+ /** Integration user id returned by the Google Sheets OAuth flow. */
11546
+ userId: string;
11547
+ };
11538
11548
  export type GoogleSheetsBatchUpdate200RepliesItem = {
11539
11549
  [key: string]: unknown | null;
11540
11550
  };
@@ -12139,7 +12149,7 @@ export type GoogleDriveCopyFileBody = {
12139
12149
  };
12140
12150
  export type GoogleDriveGetFile200AnyOfTwo = {
12141
12151
  contentType?: string;
12142
- data: string;
12152
+ signedUrl: string;
12143
12153
  };
12144
12154
  export type GoogleDriveGetFile200AnyOf = {
12145
12155
  [key: string]: unknown | null;
@@ -12301,6 +12311,148 @@ export type GoogleDriveAuthStartBody = {
12301
12311
  /** Existing integration user id. Omit to create a new integration user credential record. */
12302
12312
  userId?: string;
12303
12313
  };
12314
+ export type _GoogleDocsSelectDocuments200Meta = {
12315
+ googleDocsToken: string;
12316
+ };
12317
+ export type GoogleDocsSelectDocuments200 = {
12318
+ _meta: _GoogleDocsSelectDocuments200Meta;
12319
+ };
12320
+ export type GoogleDocsSelectDocumentsBody = {
12321
+ /** Integration user id returned by the Google Docs OAuth flow. */
12322
+ userId: string;
12323
+ };
12324
+ export type _GoogleDocsSelectDocumentsLegacy200Meta = {
12325
+ googleDocsToken: string;
12326
+ };
12327
+ export type GoogleDocsSelectDocumentsLegacy200 = {
12328
+ _meta: _GoogleDocsSelectDocumentsLegacy200Meta;
12329
+ };
12330
+ export type GoogleDocsSelectDocumentsLegacyBody = {
12331
+ /** Integration user id returned by the Google Docs OAuth flow. */
12332
+ userId: string;
12333
+ };
12334
+ export type GoogleDocsBatchUpdateDocument200WriteControl = {
12335
+ [key: string]: unknown | null;
12336
+ };
12337
+ export type GoogleDocsBatchUpdateDocument200RepliesItem = {
12338
+ [key: string]: unknown | null;
12339
+ };
12340
+ export type GoogleDocsBatchUpdateDocument200 = {
12341
+ documentId?: string;
12342
+ replies?: GoogleDocsBatchUpdateDocument200RepliesItem[];
12343
+ writeControl?: GoogleDocsBatchUpdateDocument200WriteControl;
12344
+ [key: string]: unknown | null;
12345
+ };
12346
+ /**
12347
+ * Optional Google Docs write control for revision targeting.
12348
+ */
12349
+ export type GoogleDocsBatchUpdateDocumentBodyWriteControl = {
12350
+ [key: string]: unknown | null;
12351
+ };
12352
+ export type GoogleDocsBatchUpdateDocumentBodyRequestsItem = {
12353
+ [key: string]: unknown | null;
12354
+ };
12355
+ export type GoogleDocsBatchUpdateDocumentBody = {
12356
+ /**
12357
+ * The ID of the Google Docs document to update.
12358
+ * @minLength 1
12359
+ */
12360
+ documentId: string;
12361
+ /** Array of Google Docs API batchUpdate request objects, such as insertText. */
12362
+ requests: GoogleDocsBatchUpdateDocumentBodyRequestsItem[];
12363
+ /** Integration user id returned by the Google Docs OAuth flow. */
12364
+ userId: string;
12365
+ /** Optional Google Docs write control for revision targeting. */
12366
+ writeControl?: GoogleDocsBatchUpdateDocumentBodyWriteControl;
12367
+ };
12368
+ export type GoogleDocsGetDocument200TabsItem = {
12369
+ [key: string]: unknown | null;
12370
+ };
12371
+ export type GoogleDocsGetDocument200Body = {
12372
+ [key: string]: unknown | null;
12373
+ };
12374
+ export type GoogleDocsGetDocument200 = {
12375
+ body?: GoogleDocsGetDocument200Body;
12376
+ documentId?: string;
12377
+ revisionId?: string;
12378
+ tabs?: GoogleDocsGetDocument200TabsItem[];
12379
+ title?: string;
12380
+ [key: string]: unknown | null;
12381
+ };
12382
+ export type GoogleDocsGetDocumentBody = {
12383
+ /**
12384
+ * The ID of the Google Docs document to read.
12385
+ * @minLength 1
12386
+ */
12387
+ documentId: string;
12388
+ /** Whether to populate Document.tabs instead of the first tab content fields. */
12389
+ includeTabsContent?: boolean;
12390
+ /** Suggestions view mode to apply to the returned document. */
12391
+ suggestionsViewMode?: string;
12392
+ /** Integration user id returned by the Google Docs OAuth flow. */
12393
+ userId: string;
12394
+ };
12395
+ export type GoogleDocsCreateDocument200TabsItem = {
12396
+ [key: string]: unknown | null;
12397
+ };
12398
+ export type GoogleDocsCreateDocument200Body = {
12399
+ [key: string]: unknown | null;
12400
+ };
12401
+ export type GoogleDocsCreateDocument200 = {
12402
+ body?: GoogleDocsCreateDocument200Body;
12403
+ documentId?: string;
12404
+ revisionId?: string;
12405
+ tabs?: GoogleDocsCreateDocument200TabsItem[];
12406
+ title?: string;
12407
+ [key: string]: unknown | null;
12408
+ };
12409
+ export type GoogleDocsCreateDocumentBody = {
12410
+ /**
12411
+ * Title of the new Google Docs document.
12412
+ * @minLength 1
12413
+ */
12414
+ title: string;
12415
+ /** Integration user id returned by the Google Docs OAuth flow. */
12416
+ userId: string;
12417
+ };
12418
+ export type GoogleDocsSetUserCredentials200 = {
12419
+ userId: string;
12420
+ };
12421
+ export type GoogleDocsSetUserCredentialsBody = {
12422
+ /**
12423
+ * Google OAuth client ID for this user.
12424
+ * @minLength 1
12425
+ */
12426
+ clientId: string;
12427
+ /**
12428
+ * Google OAuth client secret for this user.
12429
+ * @minLength 1
12430
+ */
12431
+ clientSecret: string;
12432
+ /** Existing integration user id. Omit to create a new integration user credential record. */
12433
+ userId?: string;
12434
+ };
12435
+ export type GoogleDocsAuthStart200 = {
12436
+ url: string;
12437
+ userId: string;
12438
+ };
12439
+ export type GoogleDocsAuthStartBody = {
12440
+ /** Required for PerUser Google Docs configs. Ignored for Shared configs. */
12441
+ clientId?: string;
12442
+ /** Required for PerUser Google Docs configs. Ignored for Shared configs. */
12443
+ clientSecret?: string;
12444
+ /**
12445
+ * App user id from the agent or connect flow. Used to find or create the credential row.
12446
+ * @minLength 1
12447
+ */
12448
+ externalUserId?: string;
12449
+ /** Generated app URL to redirect the browser to after OAuth completes. */
12450
+ originalRedirectUrl?: string;
12451
+ /** Google OAuth scopes to request. */
12452
+ scopes?: string[];
12453
+ /** Existing integration user id (internal). Use when reconnecting an existing Hub user. */
12454
+ userId?: string;
12455
+ };
12304
12456
  export type GoogleCloudStorageCreateWriteStream200 = {
12305
12457
  key: string;
12306
12458
  success: boolean;
@@ -12437,27 +12589,283 @@ export type GoogleCloudStorageSetUserCredentialsBody = {
12437
12589
  /** Existing integration user id. Omit to create a new integration user credential record. */
12438
12590
  userId?: string;
12439
12591
  };
12440
- export type GmailSendEmail200Status = typeof GmailSendEmail200Status[keyof typeof GmailSendEmail200Status];
12441
- export declare const GmailSendEmail200Status: {
12442
- readonly queued: "queued";
12592
+ export type GmailDeleteLabel200 = {
12593
+ id: string;
12594
+ [key: string]: unknown | null;
12443
12595
  };
12444
- export type GmailSendEmail200Provider = typeof GmailSendEmail200Provider[keyof typeof GmailSendEmail200Provider];
12445
- export declare const GmailSendEmail200Provider: {
12446
- readonly gmail: "gmail";
12596
+ export type GmailDeleteLabelBody = {
12597
+ /**
12598
+ * Gmail label id.
12599
+ * @minLength 1
12600
+ */
12601
+ id: string;
12602
+ /** Integration user id returned by the Gmail OAuth flow. */
12603
+ userId: string;
12447
12604
  };
12448
- export type GmailSendEmail200 = {
12605
+ export type GmailUpdateLabel200Color = {
12606
+ backgroundColor?: string;
12607
+ textColor?: string;
12608
+ };
12609
+ export type GmailUpdateLabel200 = {
12610
+ color?: GmailUpdateLabel200Color;
12611
+ id?: string;
12612
+ labelListVisibility?: string;
12613
+ messageListVisibility?: string;
12614
+ messagesTotal?: number;
12615
+ messagesUnread?: number;
12616
+ name?: string;
12617
+ threadsTotal?: number;
12618
+ threadsUnread?: number;
12619
+ type?: string;
12620
+ [key: string]: unknown | null;
12621
+ };
12622
+ export type GmailUpdateLabelBodyMessageListVisibility = typeof GmailUpdateLabelBodyMessageListVisibility[keyof typeof GmailUpdateLabelBodyMessageListVisibility];
12623
+ export declare const GmailUpdateLabelBodyMessageListVisibility: {
12624
+ readonly show: "show";
12625
+ readonly hide: "hide";
12626
+ };
12627
+ export type GmailUpdateLabelBodyLabelListVisibility = typeof GmailUpdateLabelBodyLabelListVisibility[keyof typeof GmailUpdateLabelBodyLabelListVisibility];
12628
+ export declare const GmailUpdateLabelBodyLabelListVisibility: {
12629
+ readonly labelShow: "labelShow";
12630
+ readonly labelShowIfUnread: "labelShowIfUnread";
12631
+ readonly labelHide: "labelHide";
12632
+ };
12633
+ export type GmailUpdateLabelBodyColor = {
12634
+ backgroundColor?: string;
12635
+ textColor?: string;
12636
+ };
12637
+ export type GmailUpdateLabelBody = {
12638
+ color?: GmailUpdateLabelBodyColor;
12639
+ /**
12640
+ * Gmail label id.
12641
+ * @minLength 1
12642
+ */
12643
+ id: string;
12644
+ labelListVisibility?: GmailUpdateLabelBodyLabelListVisibility;
12645
+ messageListVisibility?: GmailUpdateLabelBodyMessageListVisibility;
12646
+ /**
12647
+ * Updated Gmail label name.
12648
+ * @minLength 1
12649
+ */
12650
+ name?: string;
12651
+ /** Integration user id returned by the Gmail OAuth flow. */
12652
+ userId: string;
12653
+ };
12654
+ export type GmailCreateLabel200Color = {
12655
+ backgroundColor?: string;
12656
+ textColor?: string;
12657
+ };
12658
+ export type GmailCreateLabel200 = {
12659
+ color?: GmailCreateLabel200Color;
12660
+ id?: string;
12661
+ labelListVisibility?: string;
12662
+ messageListVisibility?: string;
12663
+ messagesTotal?: number;
12664
+ messagesUnread?: number;
12665
+ name?: string;
12666
+ threadsTotal?: number;
12667
+ threadsUnread?: number;
12668
+ type?: string;
12669
+ [key: string]: unknown | null;
12670
+ };
12671
+ export type GmailCreateLabelBodyMessageListVisibility = typeof GmailCreateLabelBodyMessageListVisibility[keyof typeof GmailCreateLabelBodyMessageListVisibility];
12672
+ export declare const GmailCreateLabelBodyMessageListVisibility: {
12673
+ readonly show: "show";
12674
+ readonly hide: "hide";
12675
+ };
12676
+ export type GmailCreateLabelBodyLabelListVisibility = typeof GmailCreateLabelBodyLabelListVisibility[keyof typeof GmailCreateLabelBodyLabelListVisibility];
12677
+ export declare const GmailCreateLabelBodyLabelListVisibility: {
12678
+ readonly labelShow: "labelShow";
12679
+ readonly labelShowIfUnread: "labelShowIfUnread";
12680
+ readonly labelHide: "labelHide";
12681
+ };
12682
+ export type GmailCreateLabelBodyColor = {
12683
+ backgroundColor?: string;
12684
+ textColor?: string;
12685
+ };
12686
+ export type GmailCreateLabelBody = {
12687
+ color?: GmailCreateLabelBodyColor;
12688
+ labelListVisibility?: GmailCreateLabelBodyLabelListVisibility;
12689
+ messageListVisibility?: GmailCreateLabelBodyMessageListVisibility;
12690
+ /**
12691
+ * New Gmail label name.
12692
+ * @minLength 1
12693
+ */
12694
+ name: string;
12695
+ /** Integration user id returned by the Gmail OAuth flow. */
12696
+ userId: string;
12697
+ };
12698
+ export type GmailListLabels200LabelsItemColor = {
12699
+ backgroundColor?: string;
12700
+ textColor?: string;
12701
+ };
12702
+ export type GmailListLabels200LabelsItem = {
12703
+ color?: GmailListLabels200LabelsItemColor;
12704
+ id?: string;
12705
+ labelListVisibility?: string;
12706
+ messageListVisibility?: string;
12707
+ messagesTotal?: number;
12708
+ messagesUnread?: number;
12709
+ name?: string;
12710
+ threadsTotal?: number;
12711
+ threadsUnread?: number;
12712
+ type?: string;
12713
+ [key: string]: unknown | null;
12714
+ };
12715
+ export type GmailListLabels200 = {
12716
+ labels?: GmailListLabels200LabelsItem[];
12717
+ [key: string]: unknown | null;
12718
+ };
12719
+ export type GmailListLabelsBody = {
12720
+ /** Integration user id returned by the Gmail OAuth flow. */
12721
+ userId: string;
12722
+ };
12723
+ export type GmailCreateDraft200MessagePayload = {
12724
+ [key: string]: unknown | null;
12725
+ };
12726
+ export type GmailCreateDraft200Message = {
12727
+ historyId?: string;
12728
+ id?: string;
12729
+ internalDate?: string;
12730
+ labelIds?: string[];
12731
+ payload?: GmailCreateDraft200MessagePayload;
12732
+ raw?: string;
12733
+ sizeEstimate?: number;
12734
+ snippet?: string;
12735
+ threadId?: string;
12736
+ [key: string]: unknown | null;
12737
+ };
12738
+ export type GmailCreateDraft200 = {
12739
+ id?: string;
12740
+ message?: GmailCreateDraft200Message;
12741
+ [key: string]: unknown | null;
12742
+ };
12743
+ export type GmailCreateDraftBody = {
12744
+ /** Optional BCC recipient email addresses. */
12745
+ bcc?: string[];
12746
+ /** Optional CC recipient email addresses. */
12747
+ cc?: string[];
12748
+ /** HTML email body. */
12749
+ html?: string;
12750
+ /**
12751
+ * Email subject line.
12752
+ * @minLength 1
12753
+ */
12754
+ subject: string;
12755
+ /** Plain text email body. */
12756
+ text?: string;
12757
+ /** Optional Gmail thread id to send or draft into. */
12758
+ threadId?: string;
12759
+ /**
12760
+ * Recipient email addresses.
12761
+ * @minItems 1
12762
+ */
12763
+ to: string[];
12764
+ /** Integration user id returned by the Gmail OAuth flow. */
12765
+ userId: string;
12766
+ };
12767
+ export type GmailGetMessage200Payload = {
12768
+ [key: string]: unknown | null;
12769
+ };
12770
+ export type GmailGetMessage200 = {
12771
+ historyId?: string;
12772
+ id?: string;
12773
+ internalDate?: string;
12774
+ labelIds?: string[];
12775
+ payload?: GmailGetMessage200Payload;
12776
+ raw?: string;
12777
+ sizeEstimate?: number;
12778
+ snippet?: string;
12779
+ threadId?: string;
12780
+ [key: string]: unknown | null;
12781
+ };
12782
+ /**
12783
+ * Gmail message format. Defaults to full.
12784
+ */
12785
+ export type GmailGetMessageBodyFormat = typeof GmailGetMessageBodyFormat[keyof typeof GmailGetMessageBodyFormat];
12786
+ export declare const GmailGetMessageBodyFormat: {
12787
+ readonly minimal: "minimal";
12788
+ readonly full: "full";
12789
+ readonly raw: "raw";
12790
+ readonly metadata: "metadata";
12791
+ };
12792
+ export type GmailGetMessageBody = {
12793
+ /** Gmail message format. Defaults to full. */
12794
+ format?: GmailGetMessageBodyFormat;
12795
+ /**
12796
+ * Gmail message id.
12797
+ * @minLength 1
12798
+ */
12449
12799
  id: string;
12450
- provider: GmailSendEmail200Provider;
12451
- status: GmailSendEmail200Status;
12800
+ /** Header names to include when format is metadata. */
12801
+ metadataHeaders?: string[];
12802
+ /** Integration user id returned by the Gmail OAuth flow. */
12803
+ userId: string;
12804
+ };
12805
+ export type GmailListMessages200MessagesItem = {
12806
+ id?: string;
12807
+ threadId?: string;
12808
+ [key: string]: unknown | null;
12809
+ };
12810
+ export type GmailListMessages200 = {
12811
+ messages?: GmailListMessages200MessagesItem[];
12812
+ nextPageToken?: string;
12813
+ resultSizeEstimate?: number;
12814
+ [key: string]: unknown | null;
12815
+ };
12816
+ export type GmailListMessagesBody = {
12817
+ /** Whether to include messages from SPAM and TRASH. */
12818
+ includeSpamTrash?: boolean;
12819
+ /** Only return messages with all of these Gmail label ids. */
12820
+ labelIds?: string[];
12821
+ /**
12822
+ * Maximum number of messages to return.
12823
+ * @minimum 1
12824
+ * @maximum 500
12825
+ */
12826
+ maxResults?: number;
12827
+ /** Pagination token from a previous list response. */
12828
+ pageToken?: string;
12829
+ /** Gmail search query syntax, for example "from:alice@example.com newer_than:7d". */
12830
+ q?: string;
12831
+ /** Integration user id returned by the Gmail OAuth flow. */
12832
+ userId: string;
12833
+ };
12834
+ export type GmailSendEmail200Payload = {
12835
+ [key: string]: unknown | null;
12836
+ };
12837
+ export type GmailSendEmail200 = {
12838
+ historyId?: string;
12839
+ id?: string;
12840
+ internalDate?: string;
12841
+ labelIds?: string[];
12842
+ payload?: GmailSendEmail200Payload;
12843
+ raw?: string;
12844
+ sizeEstimate?: number;
12845
+ snippet?: string;
12846
+ threadId?: string;
12847
+ [key: string]: unknown | null;
12452
12848
  };
12453
12849
  export type GmailSendEmailBody = {
12850
+ /** Optional BCC recipient email addresses. */
12454
12851
  bcc?: string[];
12852
+ /** Optional CC recipient email addresses. */
12455
12853
  cc?: string[];
12854
+ /** HTML email body. */
12456
12855
  html?: string;
12457
- /** @minLength 1 */
12856
+ /**
12857
+ * Email subject line.
12858
+ * @minLength 1
12859
+ */
12458
12860
  subject: string;
12861
+ /** Plain text email body. */
12459
12862
  text?: string;
12460
- /** @minItems 1 */
12863
+ /** Optional Gmail thread id to send or draft into. */
12864
+ threadId?: string;
12865
+ /**
12866
+ * Recipient email addresses.
12867
+ * @minItems 1
12868
+ */
12461
12869
  to: string[];
12462
12870
  /** Integration user id returned by the Gmail OAuth flow. */
12463
12871
  userId: string;
@@ -13416,6 +13824,13 @@ export declare const getIntegrationsAPI: () => {
13416
13824
  gmailSetUserCredentials: (gmailSetUserCredentialsBody: GmailSetUserCredentialsBody) => Promise<GmailSetUserCredentials200>;
13417
13825
  gmailOauthCallback: () => Promise<void>;
13418
13826
  gmailSendEmail: (gmailSendEmailBody: GmailSendEmailBody) => Promise<GmailSendEmail200>;
13827
+ gmailListMessages: (gmailListMessagesBody: GmailListMessagesBody) => Promise<GmailListMessages200>;
13828
+ gmailGetMessage: (gmailGetMessageBody: GmailGetMessageBody) => Promise<GmailGetMessage200>;
13829
+ gmailCreateDraft: (gmailCreateDraftBody: GmailCreateDraftBody) => Promise<GmailCreateDraft200>;
13830
+ gmailListLabels: (gmailListLabelsBody: GmailListLabelsBody) => Promise<GmailListLabels200>;
13831
+ gmailCreateLabel: (gmailCreateLabelBody: GmailCreateLabelBody) => Promise<GmailCreateLabel200>;
13832
+ gmailUpdateLabel: (gmailUpdateLabelBody: GmailUpdateLabelBody) => Promise<GmailUpdateLabel200>;
13833
+ gmailDeleteLabel: (gmailDeleteLabelBody: GmailDeleteLabelBody) => Promise<GmailDeleteLabel200>;
13419
13834
  googleCloudStorageSetUserCredentials: (googleCloudStorageSetUserCredentialsBody: GoogleCloudStorageSetUserCredentialsBody) => Promise<GoogleCloudStorageSetUserCredentials200>;
13420
13835
  googleCloudStorageUploadData: (googleCloudStorageUploadDataBody: GoogleCloudStorageUploadDataBody) => Promise<GoogleCloudStorageUploadData200>;
13421
13836
  googleCloudStorageDeleteFile: (googleCloudStorageDeleteFileBody: GoogleCloudStorageDeleteFileBody) => Promise<GoogleCloudStorageDeleteFile200>;
@@ -13428,6 +13843,14 @@ export declare const getIntegrationsAPI: () => {
13428
13843
  googleCloudStorageUploadFile: (googleCloudStorageUploadFileBody: GoogleCloudStorageUploadFileBody) => Promise<GoogleCloudStorageUploadFile200>;
13429
13844
  googleCloudStorageCreateReadStream: (googleCloudStorageCreateReadStreamBody: GoogleCloudStorageCreateReadStreamBody) => Promise<void>;
13430
13845
  googleCloudStorageCreateWriteStream: (googleCloudStorageCreateWriteStreamBody: Blob, params: GoogleCloudStorageCreateWriteStreamParams) => Promise<GoogleCloudStorageCreateWriteStream200>;
13846
+ googleDocsAuthStart: (googleDocsAuthStartBody: GoogleDocsAuthStartBody) => Promise<GoogleDocsAuthStart200>;
13847
+ googleDocsSetUserCredentials: (googleDocsSetUserCredentialsBody: GoogleDocsSetUserCredentialsBody) => Promise<GoogleDocsSetUserCredentials200>;
13848
+ googleDocsOauthCallback: () => Promise<void>;
13849
+ googleDocsCreateDocument: (googleDocsCreateDocumentBody: GoogleDocsCreateDocumentBody) => Promise<GoogleDocsCreateDocument200>;
13850
+ googleDocsGetDocument: (googleDocsGetDocumentBody: GoogleDocsGetDocumentBody) => Promise<GoogleDocsGetDocument200>;
13851
+ googleDocsBatchUpdateDocument: (googleDocsBatchUpdateDocumentBody: GoogleDocsBatchUpdateDocumentBody) => Promise<GoogleDocsBatchUpdateDocument200>;
13852
+ googleDocsSelectDocumentsLegacy: (googleDocsSelectDocumentsLegacyBody: GoogleDocsSelectDocumentsLegacyBody) => Promise<GoogleDocsSelectDocumentsLegacy200>;
13853
+ googleDocsSelectDocuments: (googleDocsSelectDocumentsBody: GoogleDocsSelectDocumentsBody) => Promise<GoogleDocsSelectDocuments200>;
13431
13854
  googleDriveAuthStart: (googleDriveAuthStartBody: GoogleDriveAuthStartBody) => Promise<GoogleDriveAuthStart200>;
13432
13855
  googleDriveSetUserCredentials: (googleDriveSetUserCredentialsBody: GoogleDriveSetUserCredentialsBody) => Promise<GoogleDriveSetUserCredentials200>;
13433
13856
  googleDriveOauthCallback: (params: GoogleDriveOauthCallbackParams) => Promise<GoogleDriveOauthCallback200>;
@@ -13457,6 +13880,7 @@ export declare const getIntegrationsAPI: () => {
13457
13880
  googleSheetsUpdateValues: (googleSheetsUpdateValuesBody: GoogleSheetsUpdateValuesBody) => Promise<GoogleSheetsUpdateValues200>;
13458
13881
  googleSheetsAppendValues: (googleSheetsAppendValuesBody: GoogleSheetsAppendValuesBody) => Promise<GoogleSheetsAppendValues200>;
13459
13882
  googleSheetsBatchUpdate: (googleSheetsBatchUpdateBody: GoogleSheetsBatchUpdateBody) => Promise<GoogleSheetsBatchUpdate200>;
13883
+ googleSheetsSelectSpreadsheets: (googleSheetsSelectSpreadsheetsBody: GoogleSheetsSelectSpreadsheetsBody) => Promise<GoogleSheetsSelectSpreadsheets200>;
13460
13884
  googleSlidesAuthStart: (googleSlidesAuthStartBody: GoogleSlidesAuthStartBody) => Promise<GoogleSlidesAuthStart200>;
13461
13885
  googleSlidesSetUserCredentials: (googleSlidesSetUserCredentialsBody: GoogleSlidesSetUserCredentialsBody) => Promise<GoogleSlidesSetUserCredentials200>;
13462
13886
  googleSlidesOauthCallback: () => Promise<void>;
@@ -13685,6 +14109,13 @@ export type GmailAuthStartResult = NonNullable<Awaited<ReturnType<ReturnType<typ
13685
14109
  export type GmailSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailSetUserCredentials']>>>;
13686
14110
  export type GmailOauthCallbackResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailOauthCallback']>>>;
13687
14111
  export type GmailSendEmailResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailSendEmail']>>>;
14112
+ export type GmailListMessagesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailListMessages']>>>;
14113
+ export type GmailGetMessageResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailGetMessage']>>>;
14114
+ export type GmailCreateDraftResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailCreateDraft']>>>;
14115
+ export type GmailListLabelsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailListLabels']>>>;
14116
+ export type GmailCreateLabelResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailCreateLabel']>>>;
14117
+ export type GmailUpdateLabelResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailUpdateLabel']>>>;
14118
+ export type GmailDeleteLabelResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailDeleteLabel']>>>;
13688
14119
  export type GoogleCloudStorageSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCloudStorageSetUserCredentials']>>>;
13689
14120
  export type GoogleCloudStorageUploadDataResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCloudStorageUploadData']>>>;
13690
14121
  export type GoogleCloudStorageDeleteFileResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCloudStorageDeleteFile']>>>;
@@ -13697,6 +14128,14 @@ export type GoogleCloudStorageGetFileMetadataResult = NonNullable<Awaited<Return
13697
14128
  export type GoogleCloudStorageUploadFileResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCloudStorageUploadFile']>>>;
13698
14129
  export type GoogleCloudStorageCreateReadStreamResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCloudStorageCreateReadStream']>>>;
13699
14130
  export type GoogleCloudStorageCreateWriteStreamResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCloudStorageCreateWriteStream']>>>;
14131
+ export type GoogleDocsAuthStartResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleDocsAuthStart']>>>;
14132
+ export type GoogleDocsSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleDocsSetUserCredentials']>>>;
14133
+ export type GoogleDocsOauthCallbackResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleDocsOauthCallback']>>>;
14134
+ export type GoogleDocsCreateDocumentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleDocsCreateDocument']>>>;
14135
+ export type GoogleDocsGetDocumentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleDocsGetDocument']>>>;
14136
+ export type GoogleDocsBatchUpdateDocumentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleDocsBatchUpdateDocument']>>>;
14137
+ export type GoogleDocsSelectDocumentsLegacyResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleDocsSelectDocumentsLegacy']>>>;
14138
+ export type GoogleDocsSelectDocumentsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleDocsSelectDocuments']>>>;
13700
14139
  export type GoogleDriveAuthStartResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleDriveAuthStart']>>>;
13701
14140
  export type GoogleDriveSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleDriveSetUserCredentials']>>>;
13702
14141
  export type GoogleDriveOauthCallbackResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleDriveOauthCallback']>>>;
@@ -13726,6 +14165,7 @@ export type GoogleSheetsGetValuesResult = NonNullable<Awaited<ReturnType<ReturnT
13726
14165
  export type GoogleSheetsUpdateValuesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleSheetsUpdateValues']>>>;
13727
14166
  export type GoogleSheetsAppendValuesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleSheetsAppendValues']>>>;
13728
14167
  export type GoogleSheetsBatchUpdateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleSheetsBatchUpdate']>>>;
14168
+ export type GoogleSheetsSelectSpreadsheetsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleSheetsSelectSpreadsheets']>>>;
13729
14169
  export type GoogleSlidesAuthStartResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleSlidesAuthStart']>>>;
13730
14170
  export type GoogleSlidesSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleSlidesSetUserCredentials']>>>;
13731
14171
  export type GoogleSlidesOauthCallbackResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleSlidesOauthCallback']>>>;