@uptiqai/integrations-sdk 1.14.0 → 1.16.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.
@@ -60,10 +60,6 @@ export type WealthboxGetWorkflowTemplatesBody = {
60
60
  userId: string;
61
61
  [key: string]: unknown | null;
62
62
  };
63
- export type WealthboxGetContactRoles200 = {
64
- contact_roles: WealthboxGetContactRoles200ContactRolesItem[];
65
- [key: string]: unknown | null;
66
- };
67
63
  export type WealthboxGetContactRoles200ContactRolesItemRemovedOptionsItem = {
68
64
  [key: string]: unknown | null;
69
65
  };
@@ -78,6 +74,10 @@ export type WealthboxGetContactRoles200ContactRolesItem = {
78
74
  removed_options?: WealthboxGetContactRoles200ContactRolesItemRemovedOptionsItem[];
79
75
  [key: string]: unknown | null;
80
76
  };
77
+ export type WealthboxGetContactRoles200 = {
78
+ contact_roles: WealthboxGetContactRoles200ContactRolesItem[];
79
+ [key: string]: unknown | null;
80
+ };
81
81
  export type WealthboxGetContactRolesBody = {
82
82
  /**
83
83
  * Page number for paginated Wealthbox endpoints.
@@ -1757,28 +1757,6 @@ export type WealthboxUpdateOpportunityBodyLinkedToItem = {
1757
1757
  type: string;
1758
1758
  [key: string]: unknown | null;
1759
1759
  };
1760
- /**
1761
- * @nullable
1762
- */
1763
- export type WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOfTwo = unknown | null;
1764
- /**
1765
- * @nullable
1766
- */
1767
- export type WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOf = unknown | null;
1768
- export type WealthboxUpdateOpportunityBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOf | WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOfTwo;
1769
- export type WealthboxUpdateOpportunityBodyCustomFieldsItem = {
1770
- /** @nullable */
1771
- id: number | null;
1772
- value?: WealthboxUpdateOpportunityBodyCustomFieldsItemValue;
1773
- [key: string]: unknown | null;
1774
- };
1775
- export type WealthboxUpdateOpportunityBodyAmountsItemKind = 'Fee' | 'Commission' | 'AUM' | 'Other' | string;
1776
- export type WealthboxUpdateOpportunityBodyAmountsItem = {
1777
- amount?: number;
1778
- currency?: string;
1779
- kind?: WealthboxUpdateOpportunityBodyAmountsItemKind;
1780
- [key: string]: unknown | null;
1781
- };
1782
1760
  export type WealthboxUpdateOpportunityBody = {
1783
1761
  amounts?: WealthboxUpdateOpportunityBodyAmountsItem[];
1784
1762
  custom_fields?: WealthboxUpdateOpportunityBodyCustomFieldsItem[];
@@ -1803,6 +1781,28 @@ export type WealthboxUpdateOpportunityBody = {
1803
1781
  visible_to?: string;
1804
1782
  [key: string]: unknown | null;
1805
1783
  };
1784
+ /**
1785
+ * @nullable
1786
+ */
1787
+ export type WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOfTwo = unknown | null;
1788
+ /**
1789
+ * @nullable
1790
+ */
1791
+ export type WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOf = unknown | null;
1792
+ export type WealthboxUpdateOpportunityBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOf | WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOfTwo;
1793
+ export type WealthboxUpdateOpportunityBodyCustomFieldsItem = {
1794
+ /** @nullable */
1795
+ id: number | null;
1796
+ value?: WealthboxUpdateOpportunityBodyCustomFieldsItemValue;
1797
+ [key: string]: unknown | null;
1798
+ };
1799
+ export type WealthboxUpdateOpportunityBodyAmountsItemKind = 'Fee' | 'Commission' | 'AUM' | 'Other' | string;
1800
+ export type WealthboxUpdateOpportunityBodyAmountsItem = {
1801
+ amount?: number;
1802
+ currency?: string;
1803
+ kind?: WealthboxUpdateOpportunityBodyAmountsItemKind;
1804
+ [key: string]: unknown | null;
1805
+ };
1806
1806
  /**
1807
1807
  * @nullable
1808
1808
  */
@@ -1903,6 +1903,25 @@ 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
+ };
1906
1925
  /**
1907
1926
  * @nullable
1908
1927
  */
@@ -1925,25 +1944,6 @@ export type WealthboxCreateOpportunityBodyAmountsItem = {
1925
1944
  kind?: WealthboxCreateOpportunityBodyAmountsItemKind;
1926
1945
  [key: string]: unknown | null;
1927
1946
  };
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
  */
@@ -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
  */
@@ -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;
3894
- /** @nullable */
3895
- middle_name?: WealthboxUpdateContact200MiddleName;
3896
- /** @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;
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 = {
3924
3820
  /** @nullable */
3925
- signed_fp_agreement_date?: WealthboxUpdateContact200SignedFpAgreementDate;
3821
+ id?: WealthboxUpdateContact200HouseholdId;
3822
+ members?: WealthboxUpdateContact200HouseholdMembersItem[];
3926
3823
  /** @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";
@@ -4155,115 +4155,6 @@ export declare const WealthboxUpdateContactBodyRiskTolerance: {
4155
4155
  readonly Moderate: "Moderate";
4156
4156
  readonly High_Risk: "High Risk";
4157
4157
  };
4158
- export type WealthboxUpdateContactBody = {
4159
- /** @nullable */
4160
- adjusted_gross_income?: number | null;
4161
- anniversary?: string;
4162
- /** @nullable */
4163
- assets?: number | null;
4164
- /** @nullable */
4165
- assigned_to?: number | null;
4166
- /** @nullable */
4167
- assistant?: number | null;
4168
- /** @nullable */
4169
- attorney?: number | null;
4170
- background_information?: string;
4171
- birth_date?: string;
4172
- birth_place?: string;
4173
- /** @nullable */
4174
- business_manager?: number | null;
4175
- client_since?: string;
4176
- company_name?: string;
4177
- /** @nullable */
4178
- confirmed_by_tax_return?: boolean | null;
4179
- contact_roles?: WealthboxUpdateContactBodyContactRolesItem[];
4180
- contact_source?: WealthboxUpdateContactBodyContactSource;
4181
- contact_type?: WealthboxUpdateContactBodyContactType;
4182
- /** @nullable */
4183
- cpa?: number | null;
4184
- custom_fields?: WealthboxUpdateContactBodyCustomFieldsItem[];
4185
- date_of_death?: string;
4186
- /** @nullable */
4187
- doctor?: number | null;
4188
- drivers_license?: WealthboxUpdateContactBodyDriversLicense;
4189
- email_addresses?: WealthboxUpdateContactBodyEmailAddressesItem[];
4190
- /** @nullable */
4191
- estimated_taxes?: number | null;
4192
- external_unique_id?: string;
4193
- /** @nullable */
4194
- family_officer?: number | null;
4195
- first_name?: string;
4196
- gender?: WealthboxUpdateContactBodyGender;
4197
- green_card_number?: string;
4198
- /** @nullable */
4199
- gross_annual_income?: number | null;
4200
- household?: WealthboxUpdateContactBodyHousehold;
4201
- /**
4202
- * The id of the contact to be retrieved
4203
- * @nullable
4204
- */
4205
- id: number | null;
4206
- important_information?: string;
4207
- initial_crs_offering_date?: string;
4208
- /** @nullable */
4209
- insurance?: number | null;
4210
- investment_objective?: WealthboxUpdateContactBodyInvestmentObjective;
4211
- job_title?: string;
4212
- last_adv_offering_date?: string;
4213
- last_crs_offering_date?: string;
4214
- last_name?: string;
4215
- last_privacy_offering_date?: string;
4216
- /** @nullable */
4217
- liabilities?: number | null;
4218
- linkedin_url?: string;
4219
- maiden_name?: string;
4220
- marital_status?: WealthboxUpdateContactBodyMaritalStatus;
4221
- middle_name?: string;
4222
- /** @nullable */
4223
- mutual_fund_experience?: number | null;
4224
- nickname?: string;
4225
- /** @nullable */
4226
- non_liquid_assets?: number | null;
4227
- occupation?: WealthboxUpdateContactBodyOccupation;
4228
- /** @nullable */
4229
- other?: number | null;
4230
- /** @nullable */
4231
- other_investing_experience?: number | null;
4232
- /** @nullable */
4233
- partnerships_experience?: number | null;
4234
- passport_number?: string;
4235
- personal_interests?: string;
4236
- phone_numbers?: WealthboxUpdateContactBodyPhoneNumbersItem[];
4237
- prefix?: string;
4238
- /** @nullable */
4239
- referred_by?: number | null;
4240
- retirement_date?: string;
4241
- risk_tolerance?: WealthboxUpdateContactBodyRiskTolerance;
4242
- signed_fee_agreement_date?: string;
4243
- signed_fp_agreement_date?: string;
4244
- signed_ips_agreement_date?: string;
4245
- status?: WealthboxUpdateContactBodyStatus;
4246
- /** @nullable */
4247
- stocks_and_bonds_experience?: number | null;
4248
- street_addresses?: WealthboxUpdateContactBodyStreetAddressesItem[];
4249
- suffix?: string;
4250
- tags?: string[];
4251
- /** @nullable */
4252
- tax_bracket?: number | null;
4253
- /** @nullable */
4254
- tax_year?: number | null;
4255
- time_horizon?: WealthboxUpdateContactBodyTimeHorizon;
4256
- /** @nullable */
4257
- trusted_contact?: number | null;
4258
- twitter_name?: string;
4259
- type?: WealthboxUpdateContactBodyType;
4260
- /** Integration user id for Wealthbox requests. */
4261
- userId: string;
4262
- /** Visibility: Everyone, Private, or a user group id (string) for group-restricted access per Wealthbox API. */
4263
- visible_to?: string;
4264
- websites?: WealthboxUpdateContactBodyWebsitesItem[];
4265
- [key: string]: unknown | null;
4266
- };
4267
4158
  export type WealthboxUpdateContactBodyPhoneNumbersItemKind = typeof WealthboxUpdateContactBodyPhoneNumbersItemKind[keyof typeof WealthboxUpdateContactBodyPhoneNumbersItemKind];
4268
4159
  export declare const WealthboxUpdateContactBodyPhoneNumbersItemKind: {
4269
4160
  readonly Work: "Work";
@@ -4350,15 +4241,6 @@ export type WealthboxUpdateContactBodyDriversLicense = {
4350
4241
  state?: string;
4351
4242
  [key: string]: unknown | null;
4352
4243
  };
4353
- /**
4354
- * @nullable
4355
- */
4356
- export type WealthboxUpdateContactBodyCustomFieldsItemValueAnyOfTwo = unknown | null;
4357
- /**
4358
- * @nullable
4359
- */
4360
- export type WealthboxUpdateContactBodyCustomFieldsItemValueAnyOf = unknown | null;
4361
- export type WealthboxUpdateContactBodyCustomFieldsItemValue = string | number | boolean | WealthboxUpdateContactBodyCustomFieldsItemValueAnyOf | WealthboxUpdateContactBodyCustomFieldsItemValueAnyOfTwo;
4362
4244
  export type WealthboxUpdateContactBodyCustomFieldsItem = {
4363
4245
  /** @nullable */
4364
4246
  id?: number | null;
@@ -4388,6 +4270,124 @@ export type WealthboxUpdateContactBodyContactRolesItem = {
4388
4270
  value: number | null;
4389
4271
  [key: string]: unknown | null;
4390
4272
  };
4273
+ export type WealthboxUpdateContactBody = {
4274
+ /** @nullable */
4275
+ adjusted_gross_income?: number | null;
4276
+ anniversary?: string;
4277
+ /** @nullable */
4278
+ assets?: number | null;
4279
+ /** @nullable */
4280
+ assigned_to?: number | null;
4281
+ /** @nullable */
4282
+ assistant?: number | null;
4283
+ /** @nullable */
4284
+ attorney?: number | null;
4285
+ background_information?: string;
4286
+ birth_date?: string;
4287
+ birth_place?: string;
4288
+ /** @nullable */
4289
+ business_manager?: number | null;
4290
+ client_since?: string;
4291
+ company_name?: string;
4292
+ /** @nullable */
4293
+ confirmed_by_tax_return?: boolean | null;
4294
+ contact_roles?: WealthboxUpdateContactBodyContactRolesItem[];
4295
+ contact_source?: WealthboxUpdateContactBodyContactSource;
4296
+ contact_type?: WealthboxUpdateContactBodyContactType;
4297
+ /** @nullable */
4298
+ cpa?: number | null;
4299
+ custom_fields?: WealthboxUpdateContactBodyCustomFieldsItem[];
4300
+ date_of_death?: string;
4301
+ /** @nullable */
4302
+ doctor?: number | null;
4303
+ drivers_license?: WealthboxUpdateContactBodyDriversLicense;
4304
+ email_addresses?: WealthboxUpdateContactBodyEmailAddressesItem[];
4305
+ /** @nullable */
4306
+ estimated_taxes?: number | null;
4307
+ external_unique_id?: string;
4308
+ /** @nullable */
4309
+ family_officer?: number | null;
4310
+ first_name?: string;
4311
+ gender?: WealthboxUpdateContactBodyGender;
4312
+ green_card_number?: string;
4313
+ /** @nullable */
4314
+ gross_annual_income?: number | null;
4315
+ household?: WealthboxUpdateContactBodyHousehold;
4316
+ /**
4317
+ * The id of the contact to be retrieved
4318
+ * @nullable
4319
+ */
4320
+ id: number | null;
4321
+ important_information?: string;
4322
+ initial_crs_offering_date?: string;
4323
+ /** @nullable */
4324
+ insurance?: number | null;
4325
+ investment_objective?: WealthboxUpdateContactBodyInvestmentObjective;
4326
+ job_title?: string;
4327
+ last_adv_offering_date?: string;
4328
+ last_crs_offering_date?: string;
4329
+ last_name?: string;
4330
+ last_privacy_offering_date?: string;
4331
+ /** @nullable */
4332
+ liabilities?: number | null;
4333
+ linkedin_url?: string;
4334
+ maiden_name?: string;
4335
+ marital_status?: WealthboxUpdateContactBodyMaritalStatus;
4336
+ middle_name?: string;
4337
+ /** @nullable */
4338
+ mutual_fund_experience?: number | null;
4339
+ nickname?: string;
4340
+ /** @nullable */
4341
+ non_liquid_assets?: number | null;
4342
+ occupation?: WealthboxUpdateContactBodyOccupation;
4343
+ /** @nullable */
4344
+ other?: number | null;
4345
+ /** @nullable */
4346
+ other_investing_experience?: number | null;
4347
+ /** @nullable */
4348
+ partnerships_experience?: number | null;
4349
+ passport_number?: string;
4350
+ personal_interests?: string;
4351
+ phone_numbers?: WealthboxUpdateContactBodyPhoneNumbersItem[];
4352
+ prefix?: string;
4353
+ /** @nullable */
4354
+ referred_by?: number | null;
4355
+ retirement_date?: string;
4356
+ risk_tolerance?: WealthboxUpdateContactBodyRiskTolerance;
4357
+ signed_fee_agreement_date?: string;
4358
+ signed_fp_agreement_date?: string;
4359
+ signed_ips_agreement_date?: string;
4360
+ status?: WealthboxUpdateContactBodyStatus;
4361
+ /** @nullable */
4362
+ stocks_and_bonds_experience?: number | null;
4363
+ street_addresses?: WealthboxUpdateContactBodyStreetAddressesItem[];
4364
+ suffix?: string;
4365
+ tags?: string[];
4366
+ /** @nullable */
4367
+ tax_bracket?: number | null;
4368
+ /** @nullable */
4369
+ tax_year?: number | null;
4370
+ time_horizon?: WealthboxUpdateContactBodyTimeHorizon;
4371
+ /** @nullable */
4372
+ trusted_contact?: number | null;
4373
+ twitter_name?: string;
4374
+ type?: WealthboxUpdateContactBodyType;
4375
+ /** Integration user id for Wealthbox requests. */
4376
+ userId: string;
4377
+ /** Visibility: Everyone, Private, or a user group id (string) for group-restricted access per Wealthbox API. */
4378
+ visible_to?: string;
4379
+ websites?: WealthboxUpdateContactBodyWebsitesItem[];
4380
+ [key: string]: unknown | null;
4381
+ };
4382
+ /**
4383
+ * @nullable
4384
+ */
4385
+ export type WealthboxUpdateContactBodyCustomFieldsItemValueAnyOfTwo = unknown | null;
4386
+ /**
4387
+ * @nullable
4388
+ */
4389
+ export type WealthboxUpdateContactBodyCustomFieldsItemValueAnyOf = unknown | null;
4390
+ export type WealthboxUpdateContactBodyCustomFieldsItemValue = string | number | boolean | WealthboxUpdateContactBodyCustomFieldsItemValueAnyOf | WealthboxUpdateContactBodyCustomFieldsItemValueAnyOfTwo;
4391
4391
  export type WealthboxCreateContact200WebsitesItem = {
4392
4392
  [key: string]: unknown | null;
4393
4393
  };
@@ -4571,156 +4571,11 @@ export type WealthboxCreateContact200Image = unknown | null;
4571
4571
  * @nullable
4572
4572
  */
4573
4573
  export type WealthboxCreateContact200Id = unknown | null;
4574
- /**
4575
- * @nullable
4576
- */
4577
- export type WealthboxCreateContact200HouseholdTitle = unknown | null;
4578
- /**
4579
- * @nullable
4580
- */
4581
- export type WealthboxCreateContact200HouseholdName = unknown | null;
4582
- export type WealthboxCreateContact200HouseholdMembersItem = {
4583
- [key: string]: unknown | null;
4584
- };
4585
- /**
4586
- * @nullable
4587
- */
4588
- export type WealthboxCreateContact200HouseholdId = unknown | null;
4589
- export type WealthboxCreateContact200Household = {
4574
+ export type WealthboxCreateContact200 = {
4590
4575
  /** @nullable */
4591
- id?: WealthboxCreateContact200HouseholdId;
4592
- members?: WealthboxCreateContact200HouseholdMembersItem[];
4576
+ adjusted_gross_income?: WealthboxCreateContact200AdjustedGrossIncome;
4593
4577
  /** @nullable */
4594
- name?: WealthboxCreateContact200HouseholdName;
4595
- /** @nullable */
4596
- title?: WealthboxCreateContact200HouseholdTitle;
4597
- [key: string]: unknown | null;
4598
- };
4599
- /**
4600
- * @nullable
4601
- */
4602
- export type WealthboxCreateContact200GrossAnnualIncome = unknown | null;
4603
- /**
4604
- * @nullable
4605
- */
4606
- export type WealthboxCreateContact200GreenCardNumber = unknown | null;
4607
- /**
4608
- * @nullable
4609
- */
4610
- export type WealthboxCreateContact200Gender = unknown | null;
4611
- /**
4612
- * @nullable
4613
- */
4614
- export type WealthboxCreateContact200FirstName = unknown | null;
4615
- /**
4616
- * @nullable
4617
- */
4618
- export type WealthboxCreateContact200FamilyOfficer = unknown | null;
4619
- /**
4620
- * @nullable
4621
- */
4622
- export type WealthboxCreateContact200ExternalUniqueId = unknown | null;
4623
- /**
4624
- * @nullable
4625
- */
4626
- export type WealthboxCreateContact200EstimatedTaxes = unknown | null;
4627
- export type WealthboxCreateContact200EmailAddressesItem = {
4628
- [key: string]: unknown | null;
4629
- };
4630
- export type WealthboxCreateContact200DriversLicense = {
4631
- [key: string]: unknown | null;
4632
- };
4633
- /**
4634
- * @nullable
4635
- */
4636
- export type WealthboxCreateContact200Doctor = unknown | null;
4637
- /**
4638
- * @nullable
4639
- */
4640
- export type WealthboxCreateContact200DateOfDeath = unknown | null;
4641
- export type WealthboxCreateContact200CustomFieldsItem = {
4642
- [key: string]: unknown | null;
4643
- };
4644
- /**
4645
- * @nullable
4646
- */
4647
- export type WealthboxCreateContact200Creator = unknown | null;
4648
- /**
4649
- * @nullable
4650
- */
4651
- export type WealthboxCreateContact200CreatedAt = unknown | null;
4652
- /**
4653
- * @nullable
4654
- */
4655
- export type WealthboxCreateContact200Cpa = unknown | null;
4656
- /**
4657
- * @nullable
4658
- */
4659
- export type WealthboxCreateContact200ContactType = unknown | null;
4660
- /**
4661
- * @nullable
4662
- */
4663
- export type WealthboxCreateContact200ContactSource = unknown | null;
4664
- export type WealthboxCreateContact200ContactRolesItem = {
4665
- [key: string]: unknown | null;
4666
- };
4667
- /**
4668
- * @nullable
4669
- */
4670
- export type WealthboxCreateContact200ConfirmedByTaxReturn = unknown | null;
4671
- /**
4672
- * @nullable
4673
- */
4674
- export type WealthboxCreateContact200CompanyName = unknown | null;
4675
- /**
4676
- * @nullable
4677
- */
4678
- export type WealthboxCreateContact200ClientSince = unknown | null;
4679
- /**
4680
- * @nullable
4681
- */
4682
- export type WealthboxCreateContact200BusinessManager = unknown | null;
4683
- /**
4684
- * @nullable
4685
- */
4686
- export type WealthboxCreateContact200BirthPlace = unknown | null;
4687
- /**
4688
- * @nullable
4689
- */
4690
- export type WealthboxCreateContact200BirthDate = unknown | null;
4691
- /**
4692
- * @nullable
4693
- */
4694
- export type WealthboxCreateContact200BackgroundInformation = unknown | null;
4695
- /**
4696
- * @nullable
4697
- */
4698
- export type WealthboxCreateContact200Attorney = unknown | null;
4699
- /**
4700
- * @nullable
4701
- */
4702
- export type WealthboxCreateContact200Assistant = unknown | null;
4703
- /**
4704
- * @nullable
4705
- */
4706
- export type WealthboxCreateContact200AssignedTo = unknown | null;
4707
- /**
4708
- * @nullable
4709
- */
4710
- export type WealthboxCreateContact200Assets = unknown | null;
4711
- /**
4712
- * @nullable
4713
- */
4714
- export type WealthboxCreateContact200Anniversary = unknown | null;
4715
- /**
4716
- * @nullable
4717
- */
4718
- export type WealthboxCreateContact200AdjustedGrossIncome = unknown | null;
4719
- export type WealthboxCreateContact200 = {
4720
- /** @nullable */
4721
- adjusted_gross_income?: WealthboxCreateContact200AdjustedGrossIncome;
4722
- /** @nullable */
4723
- anniversary?: WealthboxCreateContact200Anniversary;
4578
+ anniversary?: WealthboxCreateContact200Anniversary;
4724
4579
  /** @nullable */
4725
4580
  assets?: WealthboxCreateContact200Assets;
4726
4581
  /** @nullable */
@@ -4867,6 +4722,151 @@ export type WealthboxCreateContact200 = {
4867
4722
  websites?: WealthboxCreateContact200WebsitesItem[];
4868
4723
  [key: string]: unknown | null;
4869
4724
  };
4725
+ /**
4726
+ * @nullable
4727
+ */
4728
+ export type WealthboxCreateContact200HouseholdTitle = unknown | null;
4729
+ /**
4730
+ * @nullable
4731
+ */
4732
+ export type WealthboxCreateContact200HouseholdName = unknown | null;
4733
+ export type WealthboxCreateContact200HouseholdMembersItem = {
4734
+ [key: string]: unknown | null;
4735
+ };
4736
+ /**
4737
+ * @nullable
4738
+ */
4739
+ export type WealthboxCreateContact200HouseholdId = unknown | null;
4740
+ export type WealthboxCreateContact200Household = {
4741
+ /** @nullable */
4742
+ id?: WealthboxCreateContact200HouseholdId;
4743
+ members?: WealthboxCreateContact200HouseholdMembersItem[];
4744
+ /** @nullable */
4745
+ name?: WealthboxCreateContact200HouseholdName;
4746
+ /** @nullable */
4747
+ title?: WealthboxCreateContact200HouseholdTitle;
4748
+ [key: string]: unknown | null;
4749
+ };
4750
+ /**
4751
+ * @nullable
4752
+ */
4753
+ export type WealthboxCreateContact200GrossAnnualIncome = unknown | null;
4754
+ /**
4755
+ * @nullable
4756
+ */
4757
+ export type WealthboxCreateContact200GreenCardNumber = unknown | null;
4758
+ /**
4759
+ * @nullable
4760
+ */
4761
+ export type WealthboxCreateContact200Gender = unknown | null;
4762
+ /**
4763
+ * @nullable
4764
+ */
4765
+ export type WealthboxCreateContact200FirstName = unknown | null;
4766
+ /**
4767
+ * @nullable
4768
+ */
4769
+ export type WealthboxCreateContact200FamilyOfficer = unknown | null;
4770
+ /**
4771
+ * @nullable
4772
+ */
4773
+ export type WealthboxCreateContact200ExternalUniqueId = unknown | null;
4774
+ /**
4775
+ * @nullable
4776
+ */
4777
+ export type WealthboxCreateContact200EstimatedTaxes = unknown | null;
4778
+ export type WealthboxCreateContact200EmailAddressesItem = {
4779
+ [key: string]: unknown | null;
4780
+ };
4781
+ export type WealthboxCreateContact200DriversLicense = {
4782
+ [key: string]: unknown | null;
4783
+ };
4784
+ /**
4785
+ * @nullable
4786
+ */
4787
+ export type WealthboxCreateContact200Doctor = unknown | null;
4788
+ /**
4789
+ * @nullable
4790
+ */
4791
+ export type WealthboxCreateContact200DateOfDeath = unknown | null;
4792
+ export type WealthboxCreateContact200CustomFieldsItem = {
4793
+ [key: string]: unknown | null;
4794
+ };
4795
+ /**
4796
+ * @nullable
4797
+ */
4798
+ export type WealthboxCreateContact200Creator = unknown | null;
4799
+ /**
4800
+ * @nullable
4801
+ */
4802
+ export type WealthboxCreateContact200CreatedAt = unknown | null;
4803
+ /**
4804
+ * @nullable
4805
+ */
4806
+ export type WealthboxCreateContact200Cpa = unknown | null;
4807
+ /**
4808
+ * @nullable
4809
+ */
4810
+ export type WealthboxCreateContact200ContactType = unknown | null;
4811
+ /**
4812
+ * @nullable
4813
+ */
4814
+ export type WealthboxCreateContact200ContactSource = unknown | null;
4815
+ export type WealthboxCreateContact200ContactRolesItem = {
4816
+ [key: string]: unknown | null;
4817
+ };
4818
+ /**
4819
+ * @nullable
4820
+ */
4821
+ export type WealthboxCreateContact200ConfirmedByTaxReturn = unknown | null;
4822
+ /**
4823
+ * @nullable
4824
+ */
4825
+ export type WealthboxCreateContact200CompanyName = unknown | null;
4826
+ /**
4827
+ * @nullable
4828
+ */
4829
+ export type WealthboxCreateContact200ClientSince = unknown | null;
4830
+ /**
4831
+ * @nullable
4832
+ */
4833
+ export type WealthboxCreateContact200BusinessManager = unknown | null;
4834
+ /**
4835
+ * @nullable
4836
+ */
4837
+ export type WealthboxCreateContact200BirthPlace = unknown | null;
4838
+ /**
4839
+ * @nullable
4840
+ */
4841
+ export type WealthboxCreateContact200BirthDate = unknown | null;
4842
+ /**
4843
+ * @nullable
4844
+ */
4845
+ export type WealthboxCreateContact200BackgroundInformation = unknown | null;
4846
+ /**
4847
+ * @nullable
4848
+ */
4849
+ export type WealthboxCreateContact200Attorney = unknown | null;
4850
+ /**
4851
+ * @nullable
4852
+ */
4853
+ export type WealthboxCreateContact200Assistant = unknown | null;
4854
+ /**
4855
+ * @nullable
4856
+ */
4857
+ export type WealthboxCreateContact200AssignedTo = unknown | null;
4858
+ /**
4859
+ * @nullable
4860
+ */
4861
+ export type WealthboxCreateContact200Assets = unknown | null;
4862
+ /**
4863
+ * @nullable
4864
+ */
4865
+ export type WealthboxCreateContact200Anniversary = unknown | null;
4866
+ /**
4867
+ * @nullable
4868
+ */
4869
+ export type WealthboxCreateContact200AdjustedGrossIncome = unknown | null;
4870
4870
  export type WealthboxCreateContactBodyWebsitesItemKind = typeof WealthboxCreateContactBodyWebsitesItemKind[keyof typeof WealthboxCreateContactBodyWebsitesItemKind];
4871
4871
  export declare const WealthboxCreateContactBodyWebsitesItemKind: {
4872
4872
  readonly Website: "Website";
@@ -7623,6 +7623,16 @@ export type SlackListUsers200ResponseMetadata = {
7623
7623
  next_cursor?: string;
7624
7624
  [key: string]: unknown | null;
7625
7625
  };
7626
+ export type SlackListUsers200 = {
7627
+ members?: SlackListUsers200MembersItem[];
7628
+ ok?: boolean;
7629
+ response_metadata?: SlackListUsers200ResponseMetadata;
7630
+ [key: string]: unknown | null;
7631
+ };
7632
+ /**
7633
+ * @nullable
7634
+ */
7635
+ export type SlackListUsers200MembersItemProfile = unknown | null;
7626
7636
  export type SlackListUsers200MembersItem = {
7627
7637
  color?: string;
7628
7638
  deleted?: boolean;
@@ -7641,16 +7651,6 @@ export type SlackListUsers200MembersItem = {
7641
7651
  tz?: string;
7642
7652
  [key: string]: unknown | null;
7643
7653
  };
7644
- export type SlackListUsers200 = {
7645
- members?: SlackListUsers200MembersItem[];
7646
- ok?: boolean;
7647
- response_metadata?: SlackListUsers200ResponseMetadata;
7648
- [key: string]: unknown | null;
7649
- };
7650
- /**
7651
- * @nullable
7652
- */
7653
- export type SlackListUsers200MembersItemProfile = unknown | null;
7654
7654
  export type SlackListUsersBody = {
7655
7655
  /** Paginate through collections of data. */
7656
7656
  cursor?: string;
@@ -9100,6 +9100,7 @@ export type RedtailUpdateContactAccount200AnyOfNine = {
9100
9100
  success?: boolean;
9101
9101
  [key: string]: unknown | null;
9102
9102
  };
9103
+ export type RedtailUpdateContactAccount200AnyOfAccount = RedtailUpdateContactAccount200AnyOfAccountAnyOf | RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItem[];
9103
9104
  export type RedtailUpdateContactAccount200AnyOf = {
9104
9105
  account: RedtailUpdateContactAccount200AnyOfAccount;
9105
9106
  [key: string]: unknown | null;
@@ -9138,7 +9139,6 @@ export type RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItem = {
9138
9139
  updated_at?: string | null;
9139
9140
  [key: string]: unknown | null;
9140
9141
  };
9141
- export type RedtailUpdateContactAccount200AnyOfAccount = RedtailUpdateContactAccount200AnyOfAccountAnyOf | RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItem[];
9142
9142
  /**
9143
9143
  * @nullable
9144
9144
  */
@@ -9204,10 +9204,6 @@ export type RedtailCreateContactAccount200AnyOfNine = {
9204
9204
  success?: boolean;
9205
9205
  [key: string]: unknown | null;
9206
9206
  };
9207
- export type RedtailCreateContactAccount200AnyOf = {
9208
- account: RedtailCreateContactAccount200AnyOfAccount;
9209
- [key: string]: unknown | null;
9210
- };
9211
9207
  export type RedtailCreateContactAccount200 = RedtailCreateContactAccount200AnyOf | RedtailCreateContactAccount200AnyOfNine;
9212
9208
  /**
9213
9209
  * @nullable
@@ -9242,6 +9238,11 @@ export type RedtailCreateContactAccount200AnyOfAccountAnyOfFourItem = {
9242
9238
  updated_at?: string | null;
9243
9239
  [key: string]: unknown | null;
9244
9240
  };
9241
+ export type RedtailCreateContactAccount200AnyOfAccount = RedtailCreateContactAccount200AnyOfAccountAnyOf | RedtailCreateContactAccount200AnyOfAccountAnyOfFourItem[];
9242
+ export type RedtailCreateContactAccount200AnyOf = {
9243
+ account: RedtailCreateContactAccount200AnyOfAccount;
9244
+ [key: string]: unknown | null;
9245
+ };
9245
9246
  /**
9246
9247
  * @nullable
9247
9248
  */
@@ -9275,7 +9276,6 @@ export type RedtailCreateContactAccount200AnyOfAccountAnyOf = {
9275
9276
  updated_at?: string | null;
9276
9277
  [key: string]: unknown | null;
9277
9278
  };
9278
- export type RedtailCreateContactAccount200AnyOfAccount = RedtailCreateContactAccount200AnyOfAccountAnyOf | RedtailCreateContactAccount200AnyOfAccountAnyOfFourItem[];
9279
9279
  export type RedtailCreateContactAccountBody = {
9280
9280
  /**
9281
9281
  * Account type id. Required by Redtail.
@@ -9294,7 +9294,6 @@ export type RedtailCreateContactAccountBody = {
9294
9294
  userId: string;
9295
9295
  [key: string]: unknown | null;
9296
9296
  };
9297
- export type RedtailGetContactAccount200Account = RedtailGetContactAccount200AccountAnyOf | RedtailGetContactAccount200AccountAnyOfFourItem[];
9298
9297
  export type RedtailGetContactAccount200 = {
9299
9298
  account: RedtailGetContactAccount200Account;
9300
9299
  [key: string]: unknown | null;
@@ -9365,6 +9364,7 @@ export type RedtailGetContactAccount200AccountAnyOf = {
9365
9364
  updated_at?: string | null;
9366
9365
  [key: string]: unknown | null;
9367
9366
  };
9367
+ export type RedtailGetContactAccount200Account = RedtailGetContactAccount200AccountAnyOf | RedtailGetContactAccount200AccountAnyOfFourItem[];
9368
9368
  /**
9369
9369
  * Get or delete a contact account: contact id, account id, and integration user (required by hub handlers).
9370
9370
  */
@@ -9501,7 +9501,6 @@ export type RedtailGetContactNote200AnyOfThree = {
9501
9501
  notes: RedtailGetContactNote200AnyOfThreeNotes;
9502
9502
  [key: string]: unknown | null;
9503
9503
  };
9504
- export type RedtailGetContactNote200 = RedtailGetContactNote200AnyOf | RedtailGetContactNote200AnyOfThree;
9505
9504
  export type RedtailGetContactNote200AnyOfNote = {
9506
9505
  /** @nullable */
9507
9506
  added_by?: number | null;
@@ -9532,6 +9531,7 @@ export type RedtailGetContactNote200AnyOf = {
9532
9531
  note: RedtailGetContactNote200AnyOfNote;
9533
9532
  [key: string]: unknown | null;
9534
9533
  };
9534
+ export type RedtailGetContactNote200 = RedtailGetContactNote200AnyOf | RedtailGetContactNote200AnyOfThree;
9535
9535
  /**
9536
9536
  * Get or delete a contact note: contact id, note id, and integration user (required by hub handlers).
9537
9537
  */
@@ -10433,57 +10433,10 @@ export type RedtailCreateContact200AnyOfNine = {
10433
10433
  success?: boolean;
10434
10434
  [key: string]: unknown | null;
10435
10435
  };
10436
- export type RedtailCreateContact200AnyOf = {
10437
- contact?: RedtailCreateContact200AnyOfContact;
10438
- [key: string]: unknown | null;
10439
- };
10440
10436
  export type RedtailCreateContact200 = RedtailCreateContact200AnyOf | RedtailCreateContact200AnyOfNine;
10441
10437
  export type RedtailCreateContact200AnyOfContactUrlsItem = {
10442
10438
  [key: string]: unknown | null;
10443
10439
  };
10444
- export type RedtailCreateContact200AnyOfContactPhonesItem = {
10445
- [key: string]: unknown | null;
10446
- };
10447
- export type RedtailCreateContact200AnyOfContactFamilyMembersItem = {
10448
- contact_id?: number;
10449
- /** @nullable */
10450
- created_at?: string | null;
10451
- /** @nullable */
10452
- deleted?: boolean | null;
10453
- family_id?: number;
10454
- /** @nullable */
10455
- hoh?: boolean | null;
10456
- id?: number;
10457
- /** @nullable */
10458
- relationship?: number | null;
10459
- /** @nullable */
10460
- relationship_name?: string | null;
10461
- /** @nullable */
10462
- updated_at?: string | null;
10463
- [key: string]: unknown | null;
10464
- };
10465
- /**
10466
- * @nullable
10467
- */
10468
- export type RedtailCreateContact200AnyOfContactFamily = {
10469
- /** @nullable */
10470
- created_at?: string | null;
10471
- /** @nullable */
10472
- deleted?: boolean | null;
10473
- id?: number;
10474
- members?: RedtailCreateContact200AnyOfContactFamilyMembersItem[];
10475
- /** @nullable */
10476
- name?: string | null;
10477
- /** @nullable */
10478
- updated_at?: string | null;
10479
- [key: string]: unknown | null;
10480
- } | null;
10481
- export type RedtailCreateContact200AnyOfContactEmailsItem = {
10482
- [key: string]: unknown | null;
10483
- };
10484
- export type RedtailCreateContact200AnyOfContactAddressesItem = {
10485
- [key: string]: unknown | null;
10486
- };
10487
10440
  export type RedtailCreateContact200AnyOfContact = {
10488
10441
  /** @nullable */
10489
10442
  added_by?: number | null;
@@ -10576,6 +10529,53 @@ export type RedtailCreateContact200AnyOfContact = {
10576
10529
  writing_advisor_id?: number | null;
10577
10530
  [key: string]: unknown | null;
10578
10531
  };
10532
+ export type RedtailCreateContact200AnyOf = {
10533
+ contact?: RedtailCreateContact200AnyOfContact;
10534
+ [key: string]: unknown | null;
10535
+ };
10536
+ export type RedtailCreateContact200AnyOfContactPhonesItem = {
10537
+ [key: string]: unknown | null;
10538
+ };
10539
+ export type RedtailCreateContact200AnyOfContactFamilyMembersItem = {
10540
+ contact_id?: number;
10541
+ /** @nullable */
10542
+ created_at?: string | null;
10543
+ /** @nullable */
10544
+ deleted?: boolean | null;
10545
+ family_id?: number;
10546
+ /** @nullable */
10547
+ hoh?: boolean | null;
10548
+ id?: number;
10549
+ /** @nullable */
10550
+ relationship?: number | null;
10551
+ /** @nullable */
10552
+ relationship_name?: string | null;
10553
+ /** @nullable */
10554
+ updated_at?: string | null;
10555
+ [key: string]: unknown | null;
10556
+ };
10557
+ /**
10558
+ * @nullable
10559
+ */
10560
+ export type RedtailCreateContact200AnyOfContactFamily = {
10561
+ /** @nullable */
10562
+ created_at?: string | null;
10563
+ /** @nullable */
10564
+ deleted?: boolean | null;
10565
+ id?: number;
10566
+ members?: RedtailCreateContact200AnyOfContactFamilyMembersItem[];
10567
+ /** @nullable */
10568
+ name?: string | null;
10569
+ /** @nullable */
10570
+ updated_at?: string | null;
10571
+ [key: string]: unknown | null;
10572
+ } | null;
10573
+ export type RedtailCreateContact200AnyOfContactEmailsItem = {
10574
+ [key: string]: unknown | null;
10575
+ };
10576
+ export type RedtailCreateContact200AnyOfContactAddressesItem = {
10577
+ [key: string]: unknown | null;
10578
+ };
10579
10579
  /**
10580
10580
  * Contact type. Required by Redtail.
10581
10581
  */
@@ -11347,11 +11347,6 @@ export type RedtailGetActivities200Meta = {
11347
11347
  total_records?: number;
11348
11348
  [key: string]: unknown | null;
11349
11349
  };
11350
- export type RedtailGetActivities200 = {
11351
- activities?: RedtailGetActivities200ActivitiesItem[];
11352
- meta?: RedtailGetActivities200Meta;
11353
- [key: string]: unknown | null;
11354
- };
11355
11350
  /**
11356
11351
  * @nullable
11357
11352
  */
@@ -11428,6 +11423,11 @@ export type RedtailGetActivities200ActivitiesItem = {
11428
11423
  updated_at?: string | null;
11429
11424
  [key: string]: unknown | null;
11430
11425
  };
11426
+ export type RedtailGetActivities200 = {
11427
+ activities?: RedtailGetActivities200ActivitiesItem[];
11428
+ meta?: RedtailGetActivities200Meta;
11429
+ [key: string]: unknown | null;
11430
+ };
11431
11431
  export type RedtailGetActivitiesBody = {
11432
11432
  /**
11433
11433
  * End date for activities query
@@ -11497,13 +11497,6 @@ export type RedtailGetAccountOwners200Meta = {
11497
11497
  total_records?: number;
11498
11498
  [key: string]: unknown | null;
11499
11499
  };
11500
- export type RedtailGetAccountOwners200 = {
11501
- account_owners?: RedtailGetAccountOwners200AccountOwnersItem[];
11502
- accounts?: RedtailGetAccountOwners200AccountsItem[];
11503
- meta?: RedtailGetAccountOwners200Meta;
11504
- owners?: RedtailGetAccountOwners200OwnersItem[];
11505
- [key: string]: unknown | null;
11506
- };
11507
11500
  /**
11508
11501
  * @nullable
11509
11502
  */
@@ -11540,6 +11533,13 @@ export type RedtailGetAccountOwners200AccountsItem = {
11540
11533
  export type RedtailGetAccountOwners200AccountOwnersItem = {
11541
11534
  [key: string]: unknown | null;
11542
11535
  };
11536
+ export type RedtailGetAccountOwners200 = {
11537
+ account_owners?: RedtailGetAccountOwners200AccountOwnersItem[];
11538
+ accounts?: RedtailGetAccountOwners200AccountsItem[];
11539
+ meta?: RedtailGetAccountOwners200Meta;
11540
+ owners?: RedtailGetAccountOwners200OwnersItem[];
11541
+ [key: string]: unknown | null;
11542
+ };
11543
11543
  export type RedtailGetAccountOwnersBody = {
11544
11544
  /**
11545
11545
  * Redtail account identifier
@@ -11555,6 +11555,11 @@ export type RedtailGetContactAccounts200Meta = {
11555
11555
  total_records?: number;
11556
11556
  [key: string]: unknown | null;
11557
11557
  };
11558
+ export type RedtailGetContactAccounts200 = {
11559
+ accounts?: RedtailGetContactAccounts200AccountsItem[];
11560
+ meta?: RedtailGetContactAccounts200Meta;
11561
+ [key: string]: unknown | null;
11562
+ };
11558
11563
  /**
11559
11564
  * @nullable
11560
11565
  */
@@ -11588,11 +11593,6 @@ export type RedtailGetContactAccounts200AccountsItem = {
11588
11593
  updated_at?: string | null;
11589
11594
  [key: string]: unknown | null;
11590
11595
  };
11591
- export type RedtailGetContactAccounts200 = {
11592
- accounts?: RedtailGetContactAccounts200AccountsItem[];
11593
- meta?: RedtailGetContactAccounts200Meta;
11594
- [key: string]: unknown | null;
11595
- };
11596
11596
  export type RedtailGetContactAccountsBody = {
11597
11597
  /**
11598
11598
  * Redtail contact identifier
@@ -11660,10 +11660,6 @@ export type RedtailGetContactPersonalProfileBody = {
11660
11660
  userId: string;
11661
11661
  [key: string]: unknown | null;
11662
11662
  };
11663
- export type RedtailUpdateContact200 = {
11664
- contact?: RedtailUpdateContact200Contact;
11665
- [key: string]: unknown | null;
11666
- };
11667
11663
  export type RedtailUpdateContact200ContactUrlsItem = {
11668
11664
  [key: string]: unknown | null;
11669
11665
  };
@@ -11802,6 +11798,10 @@ export type RedtailUpdateContact200Contact = {
11802
11798
  writing_advisor_id?: number | null;
11803
11799
  [key: string]: unknown | null;
11804
11800
  };
11801
+ export type RedtailUpdateContact200 = {
11802
+ contact?: RedtailUpdateContact200Contact;
11803
+ [key: string]: unknown | null;
11804
+ };
11805
11805
  /**
11806
11806
  * Contact type. Required by Redtail.
11807
11807
  */
@@ -12031,6 +12031,10 @@ export type RedtailGetContactsBody = {
12031
12031
  userId: string;
12032
12032
  [key: string]: unknown | null;
12033
12033
  };
12034
+ export type RedtailGetContact200 = {
12035
+ contact?: RedtailGetContact200Contact;
12036
+ [key: string]: unknown | null;
12037
+ };
12034
12038
  export type RedtailGetContact200ContactUrlsItem = {
12035
12039
  [key: string]: unknown | null;
12036
12040
  };
@@ -12169,10 +12173,6 @@ export type RedtailGetContact200Contact = {
12169
12173
  writing_advisor_id?: number | null;
12170
12174
  [key: string]: unknown | null;
12171
12175
  };
12172
- export type RedtailGetContact200 = {
12173
- contact?: RedtailGetContact200Contact;
12174
- [key: string]: unknown | null;
12175
- };
12176
12176
  export type RedtailGetContactBody = {
12177
12177
  /**
12178
12178
  * Redtail contact identifier
@@ -12188,11 +12188,6 @@ export type RedtailGetFamilies200Meta = {
12188
12188
  total_records?: number;
12189
12189
  [key: string]: unknown | null;
12190
12190
  };
12191
- export type RedtailGetFamilies200 = {
12192
- contact_families?: RedtailGetFamilies200ContactFamiliesItem[];
12193
- meta?: RedtailGetFamilies200Meta;
12194
- [key: string]: unknown | null;
12195
- };
12196
12191
  export type RedtailGetFamilies200ContactFamiliesItemMembersItem = {
12197
12192
  contact_id?: number;
12198
12193
  /** @nullable */
@@ -12224,6 +12219,11 @@ export type RedtailGetFamilies200ContactFamiliesItem = {
12224
12219
  updated_at?: string | null;
12225
12220
  [key: string]: unknown | null;
12226
12221
  };
12222
+ export type RedtailGetFamilies200 = {
12223
+ contact_families?: RedtailGetFamilies200ContactFamiliesItem[];
12224
+ meta?: RedtailGetFamilies200Meta;
12225
+ [key: string]: unknown | null;
12226
+ };
12227
12227
  export type RedtailGetFamiliesBody = {
12228
12228
  /**
12229
12229
  * Whether to include family member data for the families endpoint
@@ -12652,19 +12652,6 @@ export type PlaidStartHostedLinkBodyUser = {
12652
12652
  email_address?: string;
12653
12653
  phone_number?: string;
12654
12654
  };
12655
- export type PlaidStartHostedLinkBody = {
12656
- /**
12657
- * External user id from the agent or MCP.
12658
- * @minLength 1
12659
- */
12660
- externalUserId?: string;
12661
- hosted_link?: PlaidStartHostedLinkBodyHostedLink;
12662
- /** Generated app URL to redirect the browser to after Plaid Hosted Link completes. */
12663
- originalRedirectUrl?: string;
12664
- user: PlaidStartHostedLinkBodyUser;
12665
- /** Existing integration user id. Omit to create a new credential row before Hosted Link. Required when the integration config type is PerUser. */
12666
- userId?: string;
12667
- };
12668
12655
  export type PlaidStartHostedLinkBodyHostedLinkDeliveryMethod = typeof PlaidStartHostedLinkBodyHostedLinkDeliveryMethod[keyof typeof PlaidStartHostedLinkBodyHostedLinkDeliveryMethod];
12669
12656
  export declare const PlaidStartHostedLinkBodyHostedLinkDeliveryMethod: {
12670
12657
  readonly sms: "sms";
@@ -12680,6 +12667,19 @@ export type PlaidStartHostedLinkBodyHostedLink = {
12680
12667
  */
12681
12668
  url_lifetime_seconds?: number;
12682
12669
  };
12670
+ export type PlaidStartHostedLinkBody = {
12671
+ /**
12672
+ * External user id from the agent or MCP.
12673
+ * @minLength 1
12674
+ */
12675
+ externalUserId?: string;
12676
+ hosted_link?: PlaidStartHostedLinkBodyHostedLink;
12677
+ /** Generated app URL to redirect the browser to after Plaid Hosted Link completes. */
12678
+ originalRedirectUrl?: string;
12679
+ user: PlaidStartHostedLinkBodyUser;
12680
+ /** Existing integration user id. Omit to create a new credential row before Hosted Link. Required when the integration config type is PerUser. */
12681
+ userId?: string;
12682
+ };
12683
12683
  export type OpenaiCreateStream500 = {
12684
12684
  error?: string;
12685
12685
  };
@@ -12708,23 +12708,6 @@ export type OpenaiCreateStreamBodyOptions = {
12708
12708
  */
12709
12709
  topP?: number;
12710
12710
  };
12711
- export type OpenaiCreateStreamBody = {
12712
- /**
12713
- * Array of chat messages
12714
- * @minItems 1
12715
- */
12716
- messages: OpenaiCreateStreamBodyMessagesItem[];
12717
- /** Specific model to use (defaults to resolved OpenAI model) */
12718
- model?: string;
12719
- options?: OpenaiCreateStreamBodyOptions;
12720
- /**
12721
- * Schema for structured output
12722
- * @nullable
12723
- */
12724
- outputSchema?: OpenaiCreateStreamBodyOutputSchema;
12725
- /** Required when the OpenAI integration config type is PerUser. */
12726
- userId?: string;
12727
- };
12728
12711
  /**
12729
12712
  * Role of the message sender
12730
12713
  */
@@ -12754,6 +12737,23 @@ export type OpenaiCreateStreamBodyMessagesItem = {
12754
12737
  /** Role of the message sender */
12755
12738
  role: OpenaiCreateStreamBodyMessagesItemRole;
12756
12739
  };
12740
+ export type OpenaiCreateStreamBody = {
12741
+ /**
12742
+ * Array of chat messages
12743
+ * @minItems 1
12744
+ */
12745
+ messages: OpenaiCreateStreamBodyMessagesItem[];
12746
+ /** Specific model to use (defaults to resolved OpenAI model) */
12747
+ model?: string;
12748
+ options?: OpenaiCreateStreamBodyOptions;
12749
+ /**
12750
+ * Schema for structured output
12751
+ * @nullable
12752
+ */
12753
+ outputSchema?: OpenaiCreateStreamBodyOutputSchema;
12754
+ /** Required when the OpenAI integration config type is PerUser. */
12755
+ userId?: string;
12756
+ };
12757
12757
  /**
12758
12758
  * Structured output if schema provided
12759
12759
  * @nullable
@@ -12856,49 +12856,316 @@ export type OpenaiSetUserCredentialsBody = {
12856
12856
  /** Existing integration user id. Omit to create a new integration user credential record. */
12857
12857
  userId?: string;
12858
12858
  };
12859
- export type MicrosoftSharepointSearchContent200 = {
12859
+ export type NotionGetMe200 = {
12860
12860
  [key: string]: unknown | null;
12861
12861
  };
12862
- export type MicrosoftSharepointSearchContentBody = {
12863
- entityTypes?: string[];
12864
- /**
12865
- * @minimum 0
12866
- * @nullable
12867
- */
12868
- from?: number | null;
12869
- /** @minLength 1 */
12870
- queryString: string;
12862
+ export type NotionGetMeBody = {
12863
+ /** Integration user id for Notion requests. */
12864
+ userId: string;
12865
+ [key: string]: unknown | null;
12866
+ };
12867
+ export type NotionListUsers200ResultsItem = {
12868
+ [key: string]: unknown | null;
12869
+ };
12870
+ export type NotionListUsers200 = {
12871
+ has_more?: boolean;
12872
+ /** @nullable */
12873
+ next_cursor?: string | null;
12874
+ object?: string;
12875
+ results?: NotionListUsers200ResultsItem[];
12876
+ [key: string]: unknown | null;
12877
+ };
12878
+ export type NotionListUsersBody = {
12871
12879
  /**
12872
12880
  * @minimum 0
12881
+ * @maximum 100
12873
12882
  * @exclusiveMinimum
12874
12883
  */
12875
- size?: number;
12876
- /** Integration user id for Microsoft SharePoint requests. */
12884
+ page_size?: number;
12885
+ start_cursor?: string;
12886
+ /** Integration user id for Notion requests. */
12877
12887
  userId: string;
12878
12888
  [key: string]: unknown | null;
12879
12889
  };
12880
- export type MicrosoftSharepointUpdateListItem200 = {
12890
+ export type NotionGetBlockChildren200ResultsItem = {
12881
12891
  [key: string]: unknown | null;
12882
12892
  };
12883
- export type MicrosoftSharepointUpdateListItemBodyFields = {
12893
+ export type NotionGetBlockChildren200 = {
12894
+ has_more?: boolean;
12895
+ /** @nullable */
12896
+ next_cursor?: string | null;
12897
+ object?: string;
12898
+ results?: NotionGetBlockChildren200ResultsItem[];
12884
12899
  [key: string]: unknown | null;
12885
12900
  };
12886
- export type MicrosoftSharepointUpdateListItemBody = {
12887
- fields: MicrosoftSharepointUpdateListItemBodyFields;
12888
- /** @minLength 1 */
12889
- itemId: string;
12890
- /** @minLength 1 */
12891
- listId: string;
12892
- /** @minLength 1 */
12893
- siteId: string;
12894
- /** Integration user id for Microsoft SharePoint requests. */
12901
+ export type NotionGetBlockChildrenBody = {
12902
+ /**
12903
+ * Notion block id or page id.
12904
+ * @minLength 1
12905
+ */
12906
+ id: string;
12907
+ /**
12908
+ * @minimum 0
12909
+ * @maximum 100
12910
+ * @exclusiveMinimum
12911
+ */
12912
+ page_size?: number;
12913
+ start_cursor?: string;
12914
+ /** Integration user id for Notion requests. */
12895
12915
  userId: string;
12896
12916
  [key: string]: unknown | null;
12897
12917
  };
12898
- export type MicrosoftSharepointCreateListItem200 = {
12918
+ export type NotionAppendBlockChildren200ResultsItem = {
12899
12919
  [key: string]: unknown | null;
12900
12920
  };
12901
- /**
12921
+ export type NotionAppendBlockChildren200 = {
12922
+ has_more?: boolean;
12923
+ /** @nullable */
12924
+ next_cursor?: string | null;
12925
+ object?: string;
12926
+ results?: NotionAppendBlockChildren200ResultsItem[];
12927
+ [key: string]: unknown | null;
12928
+ };
12929
+ export type NotionAppendBlockChildrenBodyPosition = {
12930
+ [key: string]: unknown | null;
12931
+ };
12932
+ export type NotionAppendBlockChildrenBodyChildrenItem = {
12933
+ [key: string]: unknown | null;
12934
+ };
12935
+ export type NotionAppendBlockChildrenBody = {
12936
+ after?: string;
12937
+ /** @minItems 1 */
12938
+ children: NotionAppendBlockChildrenBodyChildrenItem[];
12939
+ /**
12940
+ * Notion block id or page id.
12941
+ * @minLength 1
12942
+ */
12943
+ id: string;
12944
+ position?: NotionAppendBlockChildrenBodyPosition;
12945
+ /** Integration user id for Notion requests. */
12946
+ userId: string;
12947
+ [key: string]: unknown | null;
12948
+ };
12949
+ export type NotionQueryDataSource200ResultsItem = {
12950
+ [key: string]: unknown | null;
12951
+ };
12952
+ export type NotionQueryDataSource200 = {
12953
+ has_more?: boolean;
12954
+ /** @nullable */
12955
+ next_cursor?: string | null;
12956
+ object?: string;
12957
+ results?: NotionQueryDataSource200ResultsItem[];
12958
+ [key: string]: unknown | null;
12959
+ };
12960
+ export type NotionQueryDataSourceBodySortsItem = {
12961
+ [key: string]: unknown | null;
12962
+ };
12963
+ export type NotionQueryDataSourceBodyFilter = {
12964
+ [key: string]: unknown | null;
12965
+ };
12966
+ export type NotionQueryDataSourceBody = {
12967
+ filter?: NotionQueryDataSourceBodyFilter;
12968
+ /**
12969
+ * Notion data source id.
12970
+ * @minLength 1
12971
+ */
12972
+ id: string;
12973
+ /**
12974
+ * @minimum 0
12975
+ * @maximum 100
12976
+ * @exclusiveMinimum
12977
+ */
12978
+ page_size?: number;
12979
+ sorts?: NotionQueryDataSourceBodySortsItem[];
12980
+ start_cursor?: string;
12981
+ /** Integration user id for Notion requests. */
12982
+ userId: string;
12983
+ [key: string]: unknown | null;
12984
+ };
12985
+ export type NotionUpdatePage200 = {
12986
+ [key: string]: unknown | null;
12987
+ };
12988
+ export type NotionUpdatePageBodyProperties = {
12989
+ [key: string]: unknown | null;
12990
+ };
12991
+ export type NotionUpdatePageBodyIcon = {
12992
+ [key: string]: unknown | null;
12993
+ };
12994
+ export type NotionUpdatePageBodyCover = {
12995
+ [key: string]: unknown | null;
12996
+ };
12997
+ export type NotionUpdatePageBody = {
12998
+ archived?: boolean;
12999
+ cover?: NotionUpdatePageBodyCover;
13000
+ icon?: NotionUpdatePageBodyIcon;
13001
+ /**
13002
+ * Notion page id.
13003
+ * @minLength 1
13004
+ */
13005
+ id: string;
13006
+ in_trash?: boolean;
13007
+ properties?: NotionUpdatePageBodyProperties;
13008
+ /** Integration user id for Notion requests. */
13009
+ userId: string;
13010
+ [key: string]: unknown | null;
13011
+ };
13012
+ export type NotionGetPage200 = {
13013
+ [key: string]: unknown | null;
13014
+ };
13015
+ export type NotionGetPageBody = {
13016
+ /**
13017
+ * Notion page id.
13018
+ * @minLength 1
13019
+ */
13020
+ id: string;
13021
+ /** Integration user id for Notion requests. */
13022
+ userId: string;
13023
+ [key: string]: unknown | null;
13024
+ };
13025
+ export type NotionCreatePage201 = {
13026
+ [key: string]: unknown | null;
13027
+ };
13028
+ export type NotionCreatePageBodyProperties = {
13029
+ [key: string]: unknown | null;
13030
+ };
13031
+ export type NotionCreatePageBodyPosition = {
13032
+ [key: string]: unknown | null;
13033
+ };
13034
+ export type NotionCreatePageBodyParent = {
13035
+ [key: string]: unknown | null;
13036
+ };
13037
+ export type NotionCreatePageBodyIcon = {
13038
+ [key: string]: unknown | null;
13039
+ };
13040
+ export type NotionCreatePageBodyCover = {
13041
+ [key: string]: unknown | null;
13042
+ };
13043
+ export type NotionCreatePageBodyChildrenItem = {
13044
+ [key: string]: unknown | null;
13045
+ };
13046
+ export type NotionCreatePageBody = {
13047
+ children?: NotionCreatePageBodyChildrenItem[];
13048
+ cover?: NotionCreatePageBodyCover;
13049
+ icon?: NotionCreatePageBodyIcon;
13050
+ parent?: NotionCreatePageBodyParent;
13051
+ position?: NotionCreatePageBodyPosition;
13052
+ properties: NotionCreatePageBodyProperties;
13053
+ /** Integration user id for Notion requests. */
13054
+ userId: string;
13055
+ [key: string]: unknown | null;
13056
+ };
13057
+ export type NotionSearch200ResultsItem = {
13058
+ [key: string]: unknown | null;
13059
+ };
13060
+ export type NotionSearch200 = {
13061
+ has_more?: boolean;
13062
+ /** @nullable */
13063
+ next_cursor?: string | null;
13064
+ object?: string;
13065
+ results?: NotionSearch200ResultsItem[];
13066
+ [key: string]: unknown | null;
13067
+ };
13068
+ export type NotionSearchBodySort = {
13069
+ [key: string]: unknown | null;
13070
+ };
13071
+ export type NotionSearchBodyFilter = {
13072
+ [key: string]: unknown | null;
13073
+ };
13074
+ export type NotionSearchBody = {
13075
+ filter?: NotionSearchBodyFilter;
13076
+ /**
13077
+ * @minimum 0
13078
+ * @maximum 100
13079
+ * @exclusiveMinimum
13080
+ */
13081
+ page_size?: number;
13082
+ query?: string;
13083
+ sort?: NotionSearchBodySort;
13084
+ start_cursor?: string;
13085
+ /** Integration user id for Notion requests. */
13086
+ userId: string;
13087
+ [key: string]: unknown | null;
13088
+ };
13089
+ export type NotionOauthCallback200 = {
13090
+ connected?: boolean;
13091
+ userId?: string;
13092
+ [key: string]: unknown | null;
13093
+ };
13094
+ export type NotionOauthCallbackParams = {
13095
+ code?: string;
13096
+ state?: string;
13097
+ error?: string;
13098
+ };
13099
+ export type NotionSetUserCredentials200 = {
13100
+ userId: string;
13101
+ };
13102
+ export type NotionSetUserCredentialsBody = {
13103
+ /**
13104
+ * Notion OAuth client ID.
13105
+ * @minLength 1
13106
+ */
13107
+ clientId: string;
13108
+ /**
13109
+ * Notion OAuth client secret.
13110
+ * @minLength 1
13111
+ */
13112
+ clientSecret: string;
13113
+ /** Integration user id for Notion requests. */
13114
+ userId: string;
13115
+ [key: string]: unknown | null;
13116
+ };
13117
+ export type NotionAuthStart200 = {
13118
+ authorizationUrl: string;
13119
+ };
13120
+ export type NotionAuthStartBody = {
13121
+ externalUserId?: string;
13122
+ originalRedirectUrl?: string;
13123
+ userId?: string;
13124
+ [key: string]: unknown | null;
13125
+ };
13126
+ export type MicrosoftSharepointSearchContent200 = {
13127
+ [key: string]: unknown | null;
13128
+ };
13129
+ export type MicrosoftSharepointSearchContentBody = {
13130
+ entityTypes?: string[];
13131
+ /**
13132
+ * @minimum 0
13133
+ * @nullable
13134
+ */
13135
+ from?: number | null;
13136
+ /** @minLength 1 */
13137
+ queryString: string;
13138
+ /**
13139
+ * @minimum 0
13140
+ * @exclusiveMinimum
13141
+ */
13142
+ size?: number;
13143
+ /** Integration user id for Microsoft SharePoint requests. */
13144
+ userId: string;
13145
+ [key: string]: unknown | null;
13146
+ };
13147
+ export type MicrosoftSharepointUpdateListItem200 = {
13148
+ [key: string]: unknown | null;
13149
+ };
13150
+ export type MicrosoftSharepointUpdateListItemBodyFields = {
13151
+ [key: string]: unknown | null;
13152
+ };
13153
+ export type MicrosoftSharepointUpdateListItemBody = {
13154
+ fields: MicrosoftSharepointUpdateListItemBodyFields;
13155
+ /** @minLength 1 */
13156
+ itemId: string;
13157
+ /** @minLength 1 */
13158
+ listId: string;
13159
+ /** @minLength 1 */
13160
+ siteId: string;
13161
+ /** Integration user id for Microsoft SharePoint requests. */
13162
+ userId: string;
13163
+ [key: string]: unknown | null;
13164
+ };
13165
+ export type MicrosoftSharepointCreateListItem200 = {
13166
+ [key: string]: unknown | null;
13167
+ };
13168
+ /**
12902
13169
  * List item field values.
12903
13170
  */
12904
13171
  export type MicrosoftSharepointCreateListItemBodyFields = {
@@ -14622,6 +14889,23 @@ export type GoogleGenerativeAICreateStreamBodyOptions = {
14622
14889
  */
14623
14890
  topP?: number;
14624
14891
  };
14892
+ export type GoogleGenerativeAICreateStreamBody = {
14893
+ /**
14894
+ * Array of chat messages
14895
+ * @minItems 1
14896
+ */
14897
+ messages: GoogleGenerativeAICreateStreamBodyMessagesItem[];
14898
+ /** Specific model to use (defaults to resolved Google model) */
14899
+ model?: string;
14900
+ options?: GoogleGenerativeAICreateStreamBodyOptions;
14901
+ /**
14902
+ * Schema for structured output
14903
+ * @nullable
14904
+ */
14905
+ outputSchema?: GoogleGenerativeAICreateStreamBodyOutputSchema;
14906
+ /** Required when the Google Generative AI integration config type is PerUser. */
14907
+ userId?: string;
14908
+ };
14625
14909
  /**
14626
14910
  * Role of the message sender
14627
14911
  */
@@ -14651,23 +14935,6 @@ export type GoogleGenerativeAICreateStreamBodyMessagesItem = {
14651
14935
  /** Role of the message sender */
14652
14936
  role: GoogleGenerativeAICreateStreamBodyMessagesItemRole;
14653
14937
  };
14654
- export type GoogleGenerativeAICreateStreamBody = {
14655
- /**
14656
- * Array of chat messages
14657
- * @minItems 1
14658
- */
14659
- messages: GoogleGenerativeAICreateStreamBodyMessagesItem[];
14660
- /** Specific model to use (defaults to resolved Google model) */
14661
- model?: string;
14662
- options?: GoogleGenerativeAICreateStreamBodyOptions;
14663
- /**
14664
- * Schema for structured output
14665
- * @nullable
14666
- */
14667
- outputSchema?: GoogleGenerativeAICreateStreamBodyOutputSchema;
14668
- /** Required when the Google Generative AI integration config type is PerUser. */
14669
- userId?: string;
14670
- };
14671
14938
  /**
14672
14939
  * Aspect ratio for generated image
14673
14940
  */
@@ -14735,27 +15002,6 @@ export type GoogleGenerativeAIGenerateTextBodyOptions = {
14735
15002
  */
14736
15003
  topP?: number;
14737
15004
  };
14738
- /**
14739
- * Role of the message sender
14740
- */
14741
- export type GoogleGenerativeAIGenerateTextBodyMessagesItemRole = typeof GoogleGenerativeAIGenerateTextBodyMessagesItemRole[keyof typeof GoogleGenerativeAIGenerateTextBodyMessagesItemRole];
14742
- export declare const GoogleGenerativeAIGenerateTextBodyMessagesItemRole: {
14743
- readonly user: "user";
14744
- readonly assistant: "assistant";
14745
- readonly system: "system";
14746
- };
14747
- export type GoogleGenerativeAIGenerateTextBodyMessagesItemPartsItem = {
14748
- /** Filename for file parts */
14749
- filename?: string;
14750
- /** MIME type of the media */
14751
- mediaType?: string;
14752
- /** Text content */
14753
- text?: string;
14754
- /** Type of message part (text, file, etc.) */
14755
- type: string;
14756
- /** URL for file or media */
14757
- url?: string;
14758
- };
14759
15005
  export type GoogleGenerativeAIGenerateTextBodyMessagesItem = {
14760
15006
  /** Content of the message */
14761
15007
  content?: string;
@@ -14781,6 +15027,27 @@ export type GoogleGenerativeAIGenerateTextBody = {
14781
15027
  /** Required when the Google Generative AI integration config type is PerUser. */
14782
15028
  userId?: string;
14783
15029
  };
15030
+ /**
15031
+ * Role of the message sender
15032
+ */
15033
+ export type GoogleGenerativeAIGenerateTextBodyMessagesItemRole = typeof GoogleGenerativeAIGenerateTextBodyMessagesItemRole[keyof typeof GoogleGenerativeAIGenerateTextBodyMessagesItemRole];
15034
+ export declare const GoogleGenerativeAIGenerateTextBodyMessagesItemRole: {
15035
+ readonly user: "user";
15036
+ readonly assistant: "assistant";
15037
+ readonly system: "system";
15038
+ };
15039
+ export type GoogleGenerativeAIGenerateTextBodyMessagesItemPartsItem = {
15040
+ /** Filename for file parts */
15041
+ filename?: string;
15042
+ /** MIME type of the media */
15043
+ mediaType?: string;
15044
+ /** Text content */
15045
+ text?: string;
15046
+ /** Type of message part (text, file, etc.) */
15047
+ type: string;
15048
+ /** URL for file or media */
15049
+ url?: string;
15050
+ };
14784
15051
  export type GoogleGenerativeAISetUserCredentials200 = {
14785
15052
  userId: string;
14786
15053
  };
@@ -15537,19 +15804,255 @@ export type GoogleCalendarAuthStartBody = {
15537
15804
  /** Existing integration user id (internal). Use when reconnecting an existing Hub user. */
15538
15805
  userId?: string;
15539
15806
  };
15540
- export type GmailDeleteLabel200 = {
15541
- id: string;
15807
+ export type GoogleAnalyticsBatchRunReports200ReportsItem = {
15542
15808
  [key: string]: unknown | null;
15543
15809
  };
15544
- export type GmailDeleteLabelBody = {
15810
+ export type GoogleAnalyticsBatchRunReports200PropertyQuota = {
15811
+ [key: string]: unknown | null;
15812
+ };
15813
+ export type GoogleAnalyticsBatchRunReports200 = {
15814
+ propertyQuota?: GoogleAnalyticsBatchRunReports200PropertyQuota;
15815
+ reports?: GoogleAnalyticsBatchRunReports200ReportsItem[];
15816
+ [key: string]: unknown | null;
15817
+ };
15818
+ export type GoogleAnalyticsBatchRunReportsBodyRequestsItem = {
15819
+ [key: string]: unknown | null;
15820
+ };
15821
+ export type GoogleAnalyticsBatchRunReportsBody = {
15545
15822
  /**
15546
- * Gmail label id.
15823
+ * GA4 property ID (numeric, e.g. 123456789).
15547
15824
  * @minLength 1
15548
15825
  */
15549
- id: string;
15550
- /** Integration user id returned by the Gmail OAuth flow. */
15551
- userId: string;
15552
- };
15826
+ propertyId: string;
15827
+ /**
15828
+ * Array of individual runReport request bodies to execute in one call.
15829
+ * @minItems 1
15830
+ */
15831
+ requests: GoogleAnalyticsBatchRunReportsBodyRequestsItem[];
15832
+ /** Integration user id returned by the Google Analytics OAuth flow. */
15833
+ userId: string;
15834
+ };
15835
+ export type GoogleAnalyticsRunPivotReport200RowsItem = {
15836
+ [key: string]: unknown | null;
15837
+ };
15838
+ export type GoogleAnalyticsRunPivotReport200PivotHeadersItem = {
15839
+ [key: string]: unknown | null;
15840
+ };
15841
+ export type GoogleAnalyticsRunPivotReport200MetricHeadersItem = {
15842
+ [key: string]: unknown | null;
15843
+ };
15844
+ export type GoogleAnalyticsRunPivotReport200Metadata = {
15845
+ [key: string]: unknown | null;
15846
+ };
15847
+ export type GoogleAnalyticsRunPivotReport200 = {
15848
+ metadata?: GoogleAnalyticsRunPivotReport200Metadata;
15849
+ metricHeaders?: GoogleAnalyticsRunPivotReport200MetricHeadersItem[];
15850
+ pivotHeaders?: GoogleAnalyticsRunPivotReport200PivotHeadersItem[];
15851
+ rows?: GoogleAnalyticsRunPivotReport200RowsItem[];
15852
+ [key: string]: unknown | null;
15853
+ };
15854
+ export type GoogleAnalyticsRunPivotReportBodyPivotsItemOrderBysItem = {
15855
+ [key: string]: unknown | null;
15856
+ };
15857
+ export type GoogleAnalyticsRunPivotReportBodyPivotsItem = {
15858
+ fieldNames?: string[];
15859
+ limit?: number;
15860
+ orderBys?: GoogleAnalyticsRunPivotReportBodyPivotsItemOrderBysItem[];
15861
+ [key: string]: unknown | null;
15862
+ };
15863
+ export type GoogleAnalyticsRunPivotReportBodyMetricsItem = {
15864
+ expression?: string;
15865
+ invisible?: boolean;
15866
+ name?: string;
15867
+ [key: string]: unknown | null;
15868
+ };
15869
+ export type GoogleAnalyticsRunPivotReportBodyMetricFilter = {
15870
+ [key: string]: unknown | null;
15871
+ };
15872
+ export type GoogleAnalyticsRunPivotReportBodyDimensionsItem = {
15873
+ name?: string;
15874
+ [key: string]: unknown | null;
15875
+ };
15876
+ export type GoogleAnalyticsRunPivotReportBodyDimensionFilter = {
15877
+ [key: string]: unknown | null;
15878
+ };
15879
+ export type GoogleAnalyticsRunPivotReportBodyDateRangesItem = {
15880
+ endDate?: string;
15881
+ name?: string;
15882
+ startDate?: string;
15883
+ [key: string]: unknown | null;
15884
+ };
15885
+ export type GoogleAnalyticsRunPivotReportBody = {
15886
+ currencyCode?: string;
15887
+ dateRanges?: GoogleAnalyticsRunPivotReportBodyDateRangesItem[];
15888
+ dimensionFilter?: GoogleAnalyticsRunPivotReportBodyDimensionFilter;
15889
+ dimensions?: GoogleAnalyticsRunPivotReportBodyDimensionsItem[];
15890
+ keepEmptyRows?: boolean;
15891
+ metricFilter?: GoogleAnalyticsRunPivotReportBodyMetricFilter;
15892
+ metrics?: GoogleAnalyticsRunPivotReportBodyMetricsItem[];
15893
+ /** Pivot definitions for row/column layout. */
15894
+ pivots?: GoogleAnalyticsRunPivotReportBodyPivotsItem[];
15895
+ /**
15896
+ * GA4 property ID (numeric, e.g. 123456789).
15897
+ * @minLength 1
15898
+ */
15899
+ propertyId: string;
15900
+ returnPropertyQuota?: boolean;
15901
+ /** Integration user id returned by the Google Analytics OAuth flow. */
15902
+ userId: string;
15903
+ };
15904
+ export type GoogleAnalyticsRunReport200RowsItem = {
15905
+ [key: string]: unknown | null;
15906
+ };
15907
+ export type GoogleAnalyticsRunReport200MetricHeadersItem = {
15908
+ [key: string]: unknown | null;
15909
+ };
15910
+ export type GoogleAnalyticsRunReport200Metadata = {
15911
+ [key: string]: unknown | null;
15912
+ };
15913
+ export type GoogleAnalyticsRunReport200DimensionHeadersItem = {
15914
+ [key: string]: unknown | null;
15915
+ };
15916
+ export type GoogleAnalyticsRunReport200 = {
15917
+ dimensionHeaders?: GoogleAnalyticsRunReport200DimensionHeadersItem[];
15918
+ metadata?: GoogleAnalyticsRunReport200Metadata;
15919
+ metricHeaders?: GoogleAnalyticsRunReport200MetricHeadersItem[];
15920
+ rowCount?: number;
15921
+ rows?: GoogleAnalyticsRunReport200RowsItem[];
15922
+ [key: string]: unknown | null;
15923
+ };
15924
+ export type GoogleAnalyticsRunReportBodyOrderBysItem = {
15925
+ [key: string]: unknown | null;
15926
+ };
15927
+ export type GoogleAnalyticsRunReportBodyMetricsItem = {
15928
+ expression?: string;
15929
+ invisible?: boolean;
15930
+ name?: string;
15931
+ [key: string]: unknown | null;
15932
+ };
15933
+ /**
15934
+ * Filter expression applied to metrics.
15935
+ */
15936
+ export type GoogleAnalyticsRunReportBodyMetricFilter = {
15937
+ [key: string]: unknown | null;
15938
+ };
15939
+ export type GoogleAnalyticsRunReportBodyDimensionsItem = {
15940
+ name?: string;
15941
+ [key: string]: unknown | null;
15942
+ };
15943
+ /**
15944
+ * Filter expression applied to dimensions.
15945
+ */
15946
+ export type GoogleAnalyticsRunReportBodyDimensionFilter = {
15947
+ [key: string]: unknown | null;
15948
+ };
15949
+ export type GoogleAnalyticsRunReportBodyDateRangesItem = {
15950
+ endDate?: string;
15951
+ name?: string;
15952
+ startDate?: string;
15953
+ [key: string]: unknown | null;
15954
+ };
15955
+ export type GoogleAnalyticsRunReportBody = {
15956
+ currencyCode?: string;
15957
+ /** Date ranges for the report. Use multiple ranges to compare time periods. */
15958
+ dateRanges?: GoogleAnalyticsRunReportBodyDateRangesItem[];
15959
+ /** Filter expression applied to dimensions. */
15960
+ dimensionFilter?: GoogleAnalyticsRunReportBodyDimensionFilter;
15961
+ /** Dimensions to group report data by (e.g. sessionSource, sessionMedium). */
15962
+ dimensions?: GoogleAnalyticsRunReportBodyDimensionsItem[];
15963
+ keepEmptyRows?: boolean;
15964
+ /**
15965
+ * @minimum 0
15966
+ * @exclusiveMinimum
15967
+ */
15968
+ limit?: number;
15969
+ /** Filter expression applied to metrics. */
15970
+ metricFilter?: GoogleAnalyticsRunReportBodyMetricFilter;
15971
+ /** Metrics to retrieve (e.g. activeUsers, sessions, screenPageViews). */
15972
+ metrics?: GoogleAnalyticsRunReportBodyMetricsItem[];
15973
+ /** @minimum 0 */
15974
+ offset?: number;
15975
+ orderBys?: GoogleAnalyticsRunReportBodyOrderBysItem[];
15976
+ /**
15977
+ * GA4 property ID (numeric, e.g. 123456789).
15978
+ * @minLength 1
15979
+ */
15980
+ propertyId: string;
15981
+ returnPropertyQuota?: boolean;
15982
+ /** Integration user id returned by the Google Analytics OAuth flow. */
15983
+ userId: string;
15984
+ };
15985
+ export type GoogleAnalyticsListAccountSummaries200AccountSummariesItem = {
15986
+ [key: string]: unknown | null;
15987
+ };
15988
+ export type GoogleAnalyticsListAccountSummaries200 = {
15989
+ accountSummaries?: GoogleAnalyticsListAccountSummaries200AccountSummariesItem[];
15990
+ nextPageToken?: string;
15991
+ [key: string]: unknown | null;
15992
+ };
15993
+ export type GoogleAnalyticsListAccountSummariesBody = {
15994
+ /**
15995
+ * Maximum number of account summaries to return.
15996
+ * @minimum 0
15997
+ * @exclusiveMinimum
15998
+ */
15999
+ pageSize?: number;
16000
+ /** Token for the next page of results. */
16001
+ pageToken?: string;
16002
+ /** Integration user id returned by the Google Analytics OAuth flow. */
16003
+ userId: string;
16004
+ };
16005
+ export type GoogleAnalyticsSetUserCredentials200 = {
16006
+ userId: string;
16007
+ };
16008
+ export type GoogleAnalyticsSetUserCredentialsBody = {
16009
+ /**
16010
+ * Google Analytics OAuth client ID for this user.
16011
+ * @minLength 1
16012
+ */
16013
+ clientId: string;
16014
+ /**
16015
+ * Google Analytics OAuth client secret for this user.
16016
+ * @minLength 1
16017
+ */
16018
+ clientSecret: string;
16019
+ /** Existing integration user id. Omit to create a new integration user credential record. */
16020
+ userId?: string;
16021
+ };
16022
+ export type GoogleAnalyticsAuthStart200 = {
16023
+ url: string;
16024
+ userId: string;
16025
+ };
16026
+ export type GoogleAnalyticsAuthStartBody = {
16027
+ /** Required for PerUser Google Analytics configs. Ignored for Shared configs. */
16028
+ clientId?: string;
16029
+ /** Required for PerUser Google Analytics configs. Ignored for Shared configs. */
16030
+ clientSecret?: string;
16031
+ /**
16032
+ * App user id from the agent or connect flow. Used to find or create the credential row.
16033
+ * @minLength 1
16034
+ */
16035
+ externalUserId?: string;
16036
+ /** Generated app URL to redirect the browser to after OAuth completes. */
16037
+ originalRedirectUrl?: string;
16038
+ /** Google OAuth scopes to request. */
16039
+ scopes?: string[];
16040
+ /** Existing integration user id (internal). Use when reconnecting an existing Hub user. */
16041
+ userId?: string;
16042
+ };
16043
+ export type GmailDeleteLabel200 = {
16044
+ id: string;
16045
+ [key: string]: unknown | null;
16046
+ };
16047
+ export type GmailDeleteLabelBody = {
16048
+ /**
16049
+ * Gmail label id.
16050
+ * @minLength 1
16051
+ */
16052
+ id: string;
16053
+ /** Integration user id returned by the Gmail OAuth flow. */
16054
+ userId: string;
16055
+ };
15553
16056
  export type GmailUpdateLabel200Color = {
15554
16057
  backgroundColor?: string;
15555
16058
  textColor?: string;
@@ -16275,6 +16778,117 @@ export type GitlabSetUserCredentialsBody = {
16275
16778
  clientSecret: string;
16276
16779
  userId?: string;
16277
16780
  };
16781
+ export type FirecrawlSetUserCredentials200 = {
16782
+ userId: string;
16783
+ };
16784
+ export type FirecrawlSetUserCredentialsBody = {
16785
+ /**
16786
+ * Firecrawl API key for this user.
16787
+ * @minLength 1
16788
+ */
16789
+ apiKey: string;
16790
+ /** Existing integration user id. Omit to create a new integration user credential record. */
16791
+ userId?: string;
16792
+ };
16793
+ export type FirecrawlMapUrls200 = {
16794
+ [key: string]: unknown | null;
16795
+ };
16796
+ export type FirecrawlMapUrlsBody = {
16797
+ ignoreSitemap?: boolean;
16798
+ includeSubdomains?: boolean;
16799
+ limit?: number;
16800
+ search?: string;
16801
+ url: string;
16802
+ userId?: string;
16803
+ [key: string]: unknown | null;
16804
+ };
16805
+ export type FirecrawlExtractStructuredData200 = {
16806
+ [key: string]: unknown | null;
16807
+ };
16808
+ export type FirecrawlExtractStructuredDataBodySchema = {
16809
+ [key: string]: unknown | null;
16810
+ };
16811
+ export type FirecrawlExtractStructuredDataBody = {
16812
+ prompt?: string;
16813
+ schema?: FirecrawlExtractStructuredDataBodySchema;
16814
+ systemPrompt?: string;
16815
+ urls: string[];
16816
+ userId?: string;
16817
+ [key: string]: unknown | null;
16818
+ };
16819
+ export type FirecrawlSearchWeb200 = {
16820
+ [key: string]: unknown | null;
16821
+ };
16822
+ export type FirecrawlSearchWebBodyScrapeOptions = {
16823
+ [key: string]: unknown | null;
16824
+ };
16825
+ export type FirecrawlSearchWebBody = {
16826
+ country?: string;
16827
+ lang?: string;
16828
+ limit?: number;
16829
+ /** @minLength 1 */
16830
+ query: string;
16831
+ scrapeOptions?: FirecrawlSearchWebBodyScrapeOptions;
16832
+ userId?: string;
16833
+ [key: string]: unknown | null;
16834
+ };
16835
+ export type FirecrawlGetCrawlErrors200 = {
16836
+ [key: string]: unknown | null;
16837
+ };
16838
+ export type FirecrawlGetCrawlErrorsBody = {
16839
+ /** @minLength 1 */
16840
+ id: string;
16841
+ userId?: string;
16842
+ };
16843
+ export type FirecrawlCancelCrawl200 = {
16844
+ [key: string]: unknown | null;
16845
+ };
16846
+ export type FirecrawlCancelCrawlBody = {
16847
+ /** @minLength 1 */
16848
+ id: string;
16849
+ userId?: string;
16850
+ };
16851
+ export type FirecrawlGetCrawlStatus200 = {
16852
+ [key: string]: unknown | null;
16853
+ };
16854
+ export type FirecrawlGetCrawlStatusBody = {
16855
+ /** @minLength 1 */
16856
+ id: string;
16857
+ userId?: string;
16858
+ };
16859
+ export type FirecrawlStartCrawl200 = {
16860
+ [key: string]: unknown | null;
16861
+ };
16862
+ export type FirecrawlStartCrawlBodyScrapeOptions = {
16863
+ [key: string]: unknown | null;
16864
+ };
16865
+ export type FirecrawlStartCrawlBody = {
16866
+ allowBackwardLinks?: boolean;
16867
+ checkDynamicPages?: boolean;
16868
+ excludePaths?: string[];
16869
+ ignoreSitemap?: boolean;
16870
+ includePaths?: string[];
16871
+ limit?: number;
16872
+ maxDepth?: number;
16873
+ scrapeOptions?: FirecrawlStartCrawlBodyScrapeOptions;
16874
+ url: string;
16875
+ userId?: string;
16876
+ [key: string]: unknown | null;
16877
+ };
16878
+ export type FirecrawlScrapePage200 = {
16879
+ [key: string]: unknown | null;
16880
+ };
16881
+ export type FirecrawlScrapePageBody = {
16882
+ excludeTags?: string[];
16883
+ formats?: string[];
16884
+ includeTags?: string[];
16885
+ onlyMainContent?: boolean;
16886
+ timeout?: number;
16887
+ url: string;
16888
+ userId?: string;
16889
+ waitFor?: number;
16890
+ [key: string]: unknown | null;
16891
+ };
16278
16892
  export type ExperianBusinessSetUserCredentials200 = {
16279
16893
  userId: string;
16280
16894
  };
@@ -16522,208 +17136,1342 @@ export type DunAndBradstreetSearchCompanyList200TransactionDetail = {
16522
17136
  export type DunAndBradstreetSearchCompanyList200SearchCandidatesItem = {
16523
17137
  [key: string]: unknown | null;
16524
17138
  };
16525
- export type DunAndBradstreetSearchCompanyList200InquiryDetail = {
16526
- [key: string]: unknown | null;
17139
+ export type DunAndBradstreetSearchCompanyList200InquiryDetail = {
17140
+ [key: string]: unknown | null;
17141
+ };
17142
+ export type DunAndBradstreetSearchCompanyList200 = {
17143
+ candidatesMatchedQuantity?: number;
17144
+ candidatesReturnedQuantity?: number;
17145
+ inquiryDetail?: DunAndBradstreetSearchCompanyList200InquiryDetail;
17146
+ searchCandidates?: DunAndBradstreetSearchCompanyList200SearchCandidatesItem[];
17147
+ transactionDetail?: DunAndBradstreetSearchCompanyList200TransactionDetail;
17148
+ [key: string]: unknown | null;
17149
+ };
17150
+ export type DunAndBradstreetSearchCompanyListBody = {
17151
+ userId?: string;
17152
+ [key: string]: unknown | null;
17153
+ };
17154
+ export type DunAndBradstreetExtendedMatch200TransactionDetail = {
17155
+ [key: string]: unknown | null;
17156
+ };
17157
+ export type DunAndBradstreetExtendedMatch200MatchCandidatesItem = {
17158
+ [key: string]: unknown | null;
17159
+ };
17160
+ export type DunAndBradstreetExtendedMatch200InquiryDetail = {
17161
+ [key: string]: unknown | null;
17162
+ };
17163
+ export type DunAndBradstreetExtendedMatch200CleanseAndStandardizeInformation = {
17164
+ [key: string]: unknown | null;
17165
+ };
17166
+ export type DunAndBradstreetExtendedMatch200 = {
17167
+ candidatesMatchedQuantity?: number;
17168
+ candidatesReturnedQuantity?: number;
17169
+ cleanseAndStandardizeInformation?: DunAndBradstreetExtendedMatch200CleanseAndStandardizeInformation;
17170
+ inquiryDetail?: DunAndBradstreetExtendedMatch200InquiryDetail;
17171
+ matchCandidates?: DunAndBradstreetExtendedMatch200MatchCandidatesItem[];
17172
+ transactionDetail?: DunAndBradstreetExtendedMatch200TransactionDetail;
17173
+ [key: string]: unknown | null;
17174
+ };
17175
+ export type DunAndBradstreetExtendedMatchBody = {
17176
+ addressCounty?: string;
17177
+ addressLocality?: string;
17178
+ addressRegion?: string;
17179
+ /** @minItems 1 */
17180
+ blockIDs: string[];
17181
+ /**
17182
+ * @minimum 0
17183
+ * @exclusiveMinimum
17184
+ */
17185
+ candidateMaximumQuantity?: number;
17186
+ /** @nullable */
17187
+ confidenceLowerLevelThresholdValue?: number | null;
17188
+ /**
17189
+ * @minLength 2
17190
+ * @maxLength 2
17191
+ */
17192
+ countryISOAlpha2Code?: string;
17193
+ customerBillingEndorsement?: string;
17194
+ customerReference1?: string;
17195
+ customerReference2?: string;
17196
+ customerReference3?: string;
17197
+ customerReference4?: string;
17198
+ customerReference5?: string;
17199
+ duns?: string;
17200
+ email?: string;
17201
+ exclusionCriteria?: string;
17202
+ inLanguage?: string;
17203
+ /** @nullable */
17204
+ isCleanseAndStandardizeInformationRequired?: boolean | null;
17205
+ name?: string;
17206
+ orderReason?: string;
17207
+ postalCode?: string;
17208
+ /** @minLength 1 */
17209
+ productId: string;
17210
+ registrationNumber?: string;
17211
+ registrationNumberType?: string;
17212
+ streetAddressLine1?: string;
17213
+ streetAddressLine2?: string;
17214
+ telephoneNumber?: string;
17215
+ tradeUp?: string;
17216
+ url?: string;
17217
+ userId?: string;
17218
+ /** @minLength 1 */
17219
+ versionId: string;
17220
+ [key: string]: unknown | null;
17221
+ };
17222
+ export type DunAndBradstreetCleanseMatchWithFraud200TransactionDetail = {
17223
+ [key: string]: unknown | null;
17224
+ };
17225
+ export type DunAndBradstreetCleanseMatchWithFraud200MatchCandidatesItem = {
17226
+ [key: string]: unknown | null;
17227
+ };
17228
+ export type DunAndBradstreetCleanseMatchWithFraud200InquiryDetail = {
17229
+ [key: string]: unknown | null;
17230
+ };
17231
+ export type DunAndBradstreetCleanseMatchWithFraud200CleanseAndStandardizeInformation = {
17232
+ [key: string]: unknown | null;
17233
+ };
17234
+ export type DunAndBradstreetCleanseMatchWithFraud200 = {
17235
+ candidatesMatchedQuantity?: number;
17236
+ candidatesReturnedQuantity?: number;
17237
+ cleanseAndStandardizeInformation?: DunAndBradstreetCleanseMatchWithFraud200CleanseAndStandardizeInformation;
17238
+ inquiryDetail?: DunAndBradstreetCleanseMatchWithFraud200InquiryDetail;
17239
+ matchCandidates?: DunAndBradstreetCleanseMatchWithFraud200MatchCandidatesItem[];
17240
+ transactionDetail?: DunAndBradstreetCleanseMatchWithFraud200TransactionDetail;
17241
+ [key: string]: unknown | null;
17242
+ };
17243
+ export type DunAndBradstreetCleanseMatchWithFraudBody = {
17244
+ addressCounty?: string;
17245
+ addressLocality?: string;
17246
+ addressRegion?: string;
17247
+ /**
17248
+ * @minimum 0
17249
+ * @exclusiveMinimum
17250
+ */
17251
+ candidateMaximumQuantity?: number;
17252
+ /** @nullable */
17253
+ confidenceLowerLevelThresholdValue?: number | null;
17254
+ /**
17255
+ * @minLength 2
17256
+ * @maxLength 2
17257
+ */
17258
+ countryISOAlpha2Code?: string;
17259
+ customerBillingEndorsement?: string;
17260
+ customerReference1?: string;
17261
+ customerReference2?: string;
17262
+ customerReference3?: string;
17263
+ customerReference4?: string;
17264
+ customerReference5?: string;
17265
+ duns?: string;
17266
+ email?: string;
17267
+ exclusionCriteria?: string;
17268
+ inLanguage?: string;
17269
+ /** @nullable */
17270
+ isCleanseAndStandardizeInformationRequired?: boolean | null;
17271
+ name?: string;
17272
+ postalCode?: string;
17273
+ registrationNumber?: string;
17274
+ registrationNumberType?: string;
17275
+ streetAddressLine1?: string;
17276
+ streetAddressLine2?: string;
17277
+ telephoneNumber?: string;
17278
+ url?: string;
17279
+ userId?: string;
17280
+ [key: string]: unknown | null;
17281
+ };
17282
+ export type DunAndBradstreetCleanseMatch200TransactionDetail = {
17283
+ [key: string]: unknown | null;
17284
+ };
17285
+ export type DunAndBradstreetCleanseMatch200MatchCandidatesItem = {
17286
+ [key: string]: unknown | null;
17287
+ };
17288
+ export type DunAndBradstreetCleanseMatch200InquiryDetail = {
17289
+ [key: string]: unknown | null;
17290
+ };
17291
+ export type DunAndBradstreetCleanseMatch200CleanseAndStandardizeInformation = {
17292
+ [key: string]: unknown | null;
17293
+ };
17294
+ export type DunAndBradstreetCleanseMatch200 = {
17295
+ candidatesMatchedQuantity?: number;
17296
+ candidatesReturnedQuantity?: number;
17297
+ cleanseAndStandardizeInformation?: DunAndBradstreetCleanseMatch200CleanseAndStandardizeInformation;
17298
+ inquiryDetail?: DunAndBradstreetCleanseMatch200InquiryDetail;
17299
+ matchCandidates?: DunAndBradstreetCleanseMatch200MatchCandidatesItem[];
17300
+ transactionDetail?: DunAndBradstreetCleanseMatch200TransactionDetail;
17301
+ [key: string]: unknown | null;
17302
+ };
17303
+ export type DunAndBradstreetCleanseMatchBody = {
17304
+ addressCounty?: string;
17305
+ addressLocality?: string;
17306
+ addressRegion?: string;
17307
+ /**
17308
+ * @minimum 0
17309
+ * @exclusiveMinimum
17310
+ */
17311
+ candidateMaximumQuantity?: number;
17312
+ /** @nullable */
17313
+ confidenceLowerLevelThresholdValue?: number | null;
17314
+ /**
17315
+ * @minLength 2
17316
+ * @maxLength 2
17317
+ */
17318
+ countryISOAlpha2Code?: string;
17319
+ customerBillingEndorsement?: string;
17320
+ customerReference1?: string;
17321
+ customerReference2?: string;
17322
+ customerReference3?: string;
17323
+ customerReference4?: string;
17324
+ customerReference5?: string;
17325
+ duns?: string;
17326
+ email?: string;
17327
+ exclusionCriteria?: string;
17328
+ inLanguage?: string;
17329
+ /** @nullable */
17330
+ isCleanseAndStandardizeInformationRequired?: boolean | null;
17331
+ name?: string;
17332
+ postalCode?: string;
17333
+ registrationNumber?: string;
17334
+ registrationNumberType?: string;
17335
+ streetAddressLine1?: string;
17336
+ streetAddressLine2?: string;
17337
+ telephoneNumber?: string;
17338
+ url?: string;
17339
+ userId?: string;
17340
+ [key: string]: unknown | null;
17341
+ };
17342
+ export type DoolaListStateFilingFees200PayloadItem = {
17343
+ /** Filing fee in US cents. */
17344
+ priceInCents?: number;
17345
+ /** Two-letter state abbreviation. */
17346
+ state?: string;
17347
+ };
17348
+ export type DoolaListStateFilingFees200Error = {
17349
+ [key: string]: unknown | null;
17350
+ };
17351
+ export type DoolaListStateFilingFees200 = {
17352
+ error?: DoolaListStateFilingFees200Error;
17353
+ payload?: DoolaListStateFilingFees200PayloadItem[];
17354
+ };
17355
+ /**
17356
+ * Entity type to price filing fees for (LLC or CCorp). Defaults to LLC when omitted.
17357
+ */
17358
+ export type DoolaListStateFilingFeesBodyEntityType = typeof DoolaListStateFilingFeesBodyEntityType[keyof typeof DoolaListStateFilingFeesBodyEntityType];
17359
+ export declare const DoolaListStateFilingFeesBodyEntityType: {
17360
+ readonly LLC: "LLC";
17361
+ readonly CCorp: "CCorp";
17362
+ };
17363
+ export type DoolaListStateFilingFeesBody = {
17364
+ /** Entity type to price filing fees for (LLC or CCorp). Defaults to LLC when omitted. */
17365
+ entityType?: DoolaListStateFilingFeesBodyEntityType;
17366
+ userId?: string;
17367
+ };
17368
+ export type DoolaListNaicsCodes200PayloadItem = {
17369
+ /** Human-readable industry label. */
17370
+ industry?: string;
17371
+ /** The NAICS code. */
17372
+ naicsCode?: string;
17373
+ /** Internal identifier for the NAICS entry. */
17374
+ naicsCodeId?: string;
17375
+ };
17376
+ export type DoolaListNaicsCodes200Error = {
17377
+ [key: string]: unknown | null;
17378
+ };
17379
+ export type DoolaListNaicsCodes200 = {
17380
+ error?: DoolaListNaicsCodes200Error;
17381
+ payload?: DoolaListNaicsCodes200PayloadItem[];
17382
+ };
17383
+ export type DoolaListNaicsCodesBody = {
17384
+ userId?: string;
17385
+ };
17386
+ export type DoolaListStates200PayloadItem = {
17387
+ /** Two-letter state abbreviation. */
17388
+ abbreviation?: string;
17389
+ /** State name. */
17390
+ name?: string;
17391
+ };
17392
+ export type DoolaListStates200Error = {
17393
+ [key: string]: unknown | null;
17394
+ };
17395
+ export type DoolaListStates200 = {
17396
+ error?: DoolaListStates200Error;
17397
+ payload?: DoolaListStates200PayloadItem[];
17398
+ };
17399
+ export type DoolaListStatesBody = {
17400
+ userId?: string;
17401
+ };
17402
+ export type DoolaListCountries200PayloadItem = {
17403
+ /** ISO 3166-1 alpha-3 country code (e.g. USA). */
17404
+ code?: string;
17405
+ /** Country name. */
17406
+ name?: string;
17407
+ };
17408
+ export type DoolaListCountries200Error = {
17409
+ [key: string]: unknown | null;
17410
+ };
17411
+ export type DoolaListCountries200 = {
17412
+ error?: DoolaListCountries200Error;
17413
+ payload?: DoolaListCountries200PayloadItem[];
17414
+ };
17415
+ export type DoolaListCountriesBody = {
17416
+ userId?: string;
17417
+ };
17418
+ /**
17419
+ * Document metadata plus a short-lived, pre-signed download URL.
17420
+ */
17421
+ export type DoolaGetDocumentDownloadUrl200Payload = {
17422
+ /** doola company ID (KSUID) the document belongs to. */
17423
+ companyId?: string;
17424
+ /** MIME content type. */
17425
+ contentType?: string;
17426
+ /** Creation timestamp (ISO date-time). */
17427
+ createdAt?: string;
17428
+ /** Document type. One of ArticlesOfOrganization, EinLetter, Mail. */
17429
+ documentType?: string;
17430
+ /** Short-lived, pre-signed URL to download the file. */
17431
+ downloadUrl?: string;
17432
+ /** Document ID. */
17433
+ id: string;
17434
+ /** Last modified timestamp (ISO date-time). */
17435
+ lastModified?: string;
17436
+ /** File name. */
17437
+ name?: string;
17438
+ };
17439
+ export type DoolaGetDocumentDownloadUrl200Error = {
17440
+ [key: string]: unknown | null;
17441
+ };
17442
+ export type DoolaGetDocumentDownloadUrl200 = {
17443
+ error?: DoolaGetDocumentDownloadUrl200Error;
17444
+ /** Document metadata plus a short-lived, pre-signed download URL. */
17445
+ payload?: DoolaGetDocumentDownloadUrl200Payload;
17446
+ };
17447
+ export type DoolaGetDocumentDownloadUrlBody = {
17448
+ /** @minLength 1 */
17449
+ documentId: string;
17450
+ /** @minLength 1 */
17451
+ doolaCompanyId: string;
17452
+ userId?: string;
17453
+ };
17454
+ export type DoolaListCompanyDocuments200PayloadItem = {
17455
+ /** doola company ID (KSUID) the document belongs to. */
17456
+ companyId?: string;
17457
+ /** MIME content type. */
17458
+ contentType?: string;
17459
+ /** Creation timestamp (ISO date-time). */
17460
+ createdAt?: string;
17461
+ /** Document type. One of ArticlesOfOrganization, EinLetter, Mail. */
17462
+ documentType?: string;
17463
+ /** Document ID. */
17464
+ id: string;
17465
+ /** Last modified timestamp (ISO date-time). */
17466
+ lastModified?: string;
17467
+ /** File name. */
17468
+ name?: string;
17469
+ };
17470
+ export type DoolaListCompanyDocuments200Error = {
17471
+ [key: string]: unknown | null;
17472
+ };
17473
+ export type DoolaListCompanyDocuments200 = {
17474
+ error?: DoolaListCompanyDocuments200Error;
17475
+ payload?: DoolaListCompanyDocuments200PayloadItem[];
17476
+ };
17477
+ export type DoolaListCompanyDocumentsBody = {
17478
+ /** @minLength 1 */
17479
+ doolaCompanyId: string;
17480
+ userId?: string;
17481
+ };
17482
+ export type DoolaGetCompany200 = {
17483
+ error?: DoolaGetCompany200Error;
17484
+ /** A company, including formation progress and post-formation details. */
17485
+ payload?: DoolaGetCompany200Payload;
17486
+ };
17487
+ export type DoolaGetCompany200PayloadServicesItem = {
17488
+ /** Service name. */
17489
+ name?: string;
17490
+ /** Service status. */
17491
+ status?: string;
17492
+ /** Service sub-status. */
17493
+ subStatus?: string;
17494
+ /** Service variant. */
17495
+ variant?: string;
17496
+ };
17497
+ /**
17498
+ * A postal address.
17499
+ */
17500
+ export type DoolaGetCompany200PayloadResponsiblePartyAddress = {
17501
+ /** City. */
17502
+ city?: string;
17503
+ /** ISO 3166-1 alpha-3 country code (e.g. USA). */
17504
+ country?: string;
17505
+ /** Server-assigned ID. */
17506
+ id?: string;
17507
+ /** Street address line 1. */
17508
+ line1?: string;
17509
+ /** Street address line 2. */
17510
+ line2?: string;
17511
+ /** Phone number in E.164 format. */
17512
+ phone?: string;
17513
+ /** Postal or ZIP code. */
17514
+ postalCode?: string;
17515
+ /** State or province. */
17516
+ state?: string;
17517
+ };
17518
+ export type DoolaGetCompany200PayloadResponsibleParty = {
17519
+ /** A postal address. */
17520
+ address?: DoolaGetCompany200PayloadResponsiblePartyAddress;
17521
+ /** Contact email. */
17522
+ email?: string;
17523
+ /** Server-assigned ID. */
17524
+ id?: string;
17525
+ /** Legal first name. */
17526
+ legalFirstName?: string;
17527
+ /** Legal last name. */
17528
+ legalLastName?: string;
17529
+ /** Social Security Number or ITIN. Optional. Format: XXX-XX-XXXX. Handled as sensitive data. */
17530
+ ssn?: string;
17531
+ };
17532
+ export type DoolaGetCompany200PayloadNameOptionsItem = {
17533
+ /** Entity-type ending appended to the name. */
17534
+ entityTypeEnding?: string;
17535
+ /** Server-assigned ID. */
17536
+ id?: string;
17537
+ /** Proposed company name, without the entity ending. */
17538
+ name?: string;
17539
+ /** Preference order (1 = first choice). */
17540
+ position?: number;
17541
+ };
17542
+ /**
17543
+ * A postal address.
17544
+ */
17545
+ export type DoolaGetCompany200PayloadMembersItemAddress = {
17546
+ /** City. */
17547
+ city?: string;
17548
+ /** ISO 3166-1 alpha-3 country code (e.g. USA). */
17549
+ country?: string;
17550
+ /** Server-assigned ID. */
17551
+ id?: string;
17552
+ /** Street address line 1. */
17553
+ line1?: string;
17554
+ /** Street address line 2. */
17555
+ line2?: string;
17556
+ /** Phone number in E.164 format. */
17557
+ phone?: string;
17558
+ /** Postal or ZIP code. */
17559
+ postalCode?: string;
17560
+ /** State or province. */
17561
+ state?: string;
17562
+ };
17563
+ export type DoolaGetCompany200PayloadMembersItem = {
17564
+ /** A postal address. */
17565
+ address?: DoolaGetCompany200PayloadMembersItemAddress;
17566
+ /** Full contact name (entities or where a single name is used). */
17567
+ contactFullName?: string;
17568
+ /** Server-assigned ID. */
17569
+ id?: string;
17570
+ /** True if the member is a person, false if it is another entity. */
17571
+ isNaturalPerson?: boolean;
17572
+ /** Legal first name (natural persons). */
17573
+ legalFirstName?: string;
17574
+ /** Legal last name (natural persons). */
17575
+ legalLastName?: string;
17576
+ /** Ownership percentage (0–100). */
17577
+ ownershipPercent?: number;
17578
+ /** Social Security Number or ITIN. Optional. Format: XXX-XX-XXXX. Handled as sensitive data. */
17579
+ ssn?: string;
17580
+ };
17581
+ /**
17582
+ * Current formation submission status.
17583
+ */
17584
+ export type DoolaGetCompany200PayloadFormationSubmissionStatus = typeof DoolaGetCompany200PayloadFormationSubmissionStatus[keyof typeof DoolaGetCompany200PayloadFormationSubmissionStatus];
17585
+ export declare const DoolaGetCompany200PayloadFormationSubmissionStatus: {
17586
+ readonly PENDING: "PENDING";
17587
+ readonly SUBMITTING: "SUBMITTING";
17588
+ readonly SUBMITTED: "SUBMITTED";
17589
+ readonly COMPLETED: "COMPLETED";
17590
+ readonly FAILED: "FAILED";
17591
+ };
17592
+ /**
17593
+ * A company, including formation progress and post-formation details.
17594
+ */
17595
+ export type DoolaGetCompany200Payload = {
17596
+ addresses?: DoolaGetCompany200PayloadAddressesItem[];
17597
+ /** Internal notes visible to the partner. */
17598
+ adminNotes?: DoolaGetCompany200PayloadAdminNotesItem[];
17599
+ ccorpValuation?: DoolaGetCompany200PayloadCcorpValuation;
17600
+ description?: string;
17601
+ /** doola company ID (KSUID). */
17602
+ doolaCompanyId: string;
17603
+ /** Owning doola customer ID (KSUID). */
17604
+ doolaCustomerId: string;
17605
+ /** Employer Identification Number, once issued. */
17606
+ ein?: string;
17607
+ /** Entity type. */
17608
+ entityType?: DoolaGetCompany200PayloadEntityType;
17609
+ /** C-Corp officers and directors. Present for a CCorp. */
17610
+ executiveMembers?: DoolaGetCompany200PayloadExecutiveMembersItem[];
17611
+ /** Date the formation was filed with the state, once filed (ISO date). */
17612
+ formationFilingDate?: string;
17613
+ /** Current formation submission status. */
17614
+ formationSubmissionStatus?: DoolaGetCompany200PayloadFormationSubmissionStatus;
17615
+ members?: DoolaGetCompany200PayloadMembersItem[];
17616
+ naicsCode?: string;
17617
+ nameOptions?: DoolaGetCompany200PayloadNameOptionsItem[];
17618
+ responsibleParty?: DoolaGetCompany200PayloadResponsibleParty;
17619
+ /** Services attached to the company. */
17620
+ services?: DoolaGetCompany200PayloadServicesItem[];
17621
+ /** State of formation. */
17622
+ state?: string;
17623
+ };
17624
+ /**
17625
+ * Executive role. The list must include at least one of each role; President, Secretary, and Treasurer may each appear only once, while Director may repeat.
17626
+ */
17627
+ export type DoolaGetCompany200PayloadExecutiveMembersItemType = typeof DoolaGetCompany200PayloadExecutiveMembersItemType[keyof typeof DoolaGetCompany200PayloadExecutiveMembersItemType];
17628
+ export declare const DoolaGetCompany200PayloadExecutiveMembersItemType: {
17629
+ readonly President: "President";
17630
+ readonly Secretary: "Secretary";
17631
+ readonly Treasurer: "Treasurer";
17632
+ readonly Director: "Director";
17633
+ };
17634
+ /**
17635
+ * A postal address.
17636
+ */
17637
+ export type DoolaGetCompany200PayloadExecutiveMembersItemAddress = {
17638
+ /** City. */
17639
+ city?: string;
17640
+ /** ISO 3166-1 alpha-3 country code (e.g. USA). */
17641
+ country?: string;
17642
+ /** Server-assigned ID. */
17643
+ id?: string;
17644
+ /** Street address line 1. */
17645
+ line1?: string;
17646
+ /** Street address line 2. */
17647
+ line2?: string;
17648
+ /** Phone number in E.164 format. */
17649
+ phone?: string;
17650
+ /** Postal or ZIP code. */
17651
+ postalCode?: string;
17652
+ /** State or province. */
17653
+ state?: string;
17654
+ };
17655
+ export type DoolaGetCompany200PayloadExecutiveMembersItem = {
17656
+ /** A postal address. */
17657
+ address?: DoolaGetCompany200PayloadExecutiveMembersItemAddress;
17658
+ /** Server-assigned ID. */
17659
+ id?: string;
17660
+ /** Legal first name. */
17661
+ legalFirstName?: string;
17662
+ /** Legal last name. */
17663
+ legalLastName?: string;
17664
+ /** Social Security Number or ITIN. Optional. Format: XXX-XX-XXXX. Handled as sensitive data. */
17665
+ ssn?: string;
17666
+ /** Executive role. The list must include at least one of each role; President, Secretary, and Treasurer may each appear only once, while Director may repeat. */
17667
+ type?: DoolaGetCompany200PayloadExecutiveMembersItemType;
17668
+ };
17669
+ /**
17670
+ * Entity type.
17671
+ */
17672
+ export type DoolaGetCompany200PayloadEntityType = typeof DoolaGetCompany200PayloadEntityType[keyof typeof DoolaGetCompany200PayloadEntityType];
17673
+ export declare const DoolaGetCompany200PayloadEntityType: {
17674
+ readonly LLC: "LLC";
17675
+ readonly CCorp: "CCorp";
17676
+ };
17677
+ export type DoolaGetCompany200PayloadCcorpValuation = {
17678
+ /** Number of authorized shares. Must be greater than 0. */
17679
+ noOfShares?: number;
17680
+ /** Par value per share, in USD. Must be greater than 0. */
17681
+ shareValue?: number;
17682
+ };
17683
+ /**
17684
+ * Note status.
17685
+ */
17686
+ export type DoolaGetCompany200PayloadAdminNotesItemStatus = typeof DoolaGetCompany200PayloadAdminNotesItemStatus[keyof typeof DoolaGetCompany200PayloadAdminNotesItemStatus];
17687
+ export declare const DoolaGetCompany200PayloadAdminNotesItemStatus: {
17688
+ readonly Unresolved: "Unresolved";
17689
+ readonly Resolved: "Resolved";
17690
+ readonly Deleted: "Deleted";
17691
+ };
17692
+ export type DoolaGetCompany200PayloadAdminNotesItem = {
17693
+ /** Who created the note. */
17694
+ createdBy?: string;
17695
+ /** Note body. */
17696
+ note?: string;
17697
+ /** Note ID. */
17698
+ noteId?: string;
17699
+ /** Note status. */
17700
+ status?: DoolaGetCompany200PayloadAdminNotesItemStatus;
17701
+ };
17702
+ /**
17703
+ * A postal address.
17704
+ */
17705
+ export type DoolaGetCompany200PayloadAddressesItemAddress = {
17706
+ /** City. */
17707
+ city?: string;
17708
+ /** ISO 3166-1 alpha-3 country code (e.g. USA). */
17709
+ country?: string;
17710
+ /** Server-assigned ID. */
17711
+ id?: string;
17712
+ /** Street address line 1. */
17713
+ line1?: string;
17714
+ /** Street address line 2. */
17715
+ line2?: string;
17716
+ /** Phone number in E.164 format. */
17717
+ phone?: string;
17718
+ /** Postal or ZIP code. */
17719
+ postalCode?: string;
17720
+ /** State or province. */
17721
+ state?: string;
17722
+ };
17723
+ export type DoolaGetCompany200PayloadAddressesItem = {
17724
+ /** A postal address. */
17725
+ address?: DoolaGetCompany200PayloadAddressesItemAddress;
17726
+ /** Address provider. */
17727
+ provider?: string;
17728
+ /** Address type. */
17729
+ type?: string;
17730
+ };
17731
+ export type DoolaGetCompany200Error = {
17732
+ [key: string]: unknown | null;
17733
+ };
17734
+ export type DoolaGetCompanyBody = {
17735
+ /** @minLength 1 */
17736
+ companyId: string;
17737
+ userId?: string;
17738
+ };
17739
+ export type DoolaListCompanies200PayloadContentItem = {
17740
+ /** doola company ID (KSUID). */
17741
+ doolaCompanyId: string;
17742
+ /** Owning doola customer ID (KSUID). */
17743
+ doolaCustomerId: string;
17744
+ /** Formation submission status. */
17745
+ formationSubmissionStatus?: string;
17746
+ /** Company name. */
17747
+ name: string;
17748
+ /** State of formation. */
17749
+ state?: string;
17750
+ };
17751
+ export type DoolaListCompanies200Payload = {
17752
+ /** Items on the current page. */
17753
+ content: DoolaListCompanies200PayloadContentItem[];
17754
+ /** Zero-based index of the returned page. */
17755
+ page: number;
17756
+ /** Number of items requested per page. */
17757
+ size: number;
17758
+ /** Total number of items across all pages. */
17759
+ total: number;
17760
+ /** Total number of pages available. */
17761
+ totalPages: number;
17762
+ };
17763
+ export type DoolaListCompanies200Error = {
17764
+ [key: string]: unknown | null;
17765
+ };
17766
+ export type DoolaListCompanies200 = {
17767
+ error?: DoolaListCompanies200Error;
17768
+ payload?: DoolaListCompanies200Payload;
17769
+ };
17770
+ export type DoolaListCompaniesBody = {
17771
+ /** Filter to companies owned by this doola customer ID. */
17772
+ customerId?: string;
17773
+ /**
17774
+ * Zero-based page index. Defaults to 0.
17775
+ * @minimum 0
17776
+ */
17777
+ page?: number;
17778
+ /** Free-text search over company name. */
17779
+ q?: string;
17780
+ /**
17781
+ * Page size (max 100). Defaults to 20.
17782
+ * @minimum 1
17783
+ * @maximum 100
17784
+ */
17785
+ size?: number;
17786
+ /** Required when the doola integration config type is PerUser. */
17787
+ userId?: string;
17788
+ };
17789
+ export type DoolaCreateCompany200 = {
17790
+ error?: DoolaCreateCompany200Error;
17791
+ /** The company created by the create-company endpoint. Narrower than the get-company response: EIN, filing date, services, and admin notes are not yet populated at creation time. */
17792
+ payload?: DoolaCreateCompany200Payload;
17793
+ };
17794
+ /**
17795
+ * A postal address.
17796
+ */
17797
+ export type DoolaCreateCompany200PayloadResponsiblePartyAddress = {
17798
+ /** City. */
17799
+ city?: string;
17800
+ /** ISO 3166-1 alpha-3 country code (e.g. USA). */
17801
+ country?: string;
17802
+ /** Server-assigned ID. */
17803
+ id?: string;
17804
+ /** Street address line 1. */
17805
+ line1?: string;
17806
+ /** Street address line 2. */
17807
+ line2?: string;
17808
+ /** Phone number in E.164 format. */
17809
+ phone?: string;
17810
+ /** Postal or ZIP code. */
17811
+ postalCode?: string;
17812
+ /** State or province. */
17813
+ state?: string;
17814
+ };
17815
+ export type DoolaCreateCompany200PayloadResponsibleParty = {
17816
+ /** A postal address. */
17817
+ address?: DoolaCreateCompany200PayloadResponsiblePartyAddress;
17818
+ /** Contact email. */
17819
+ email?: string;
17820
+ /** Server-assigned ID. */
17821
+ id?: string;
17822
+ /** Legal first name. */
17823
+ legalFirstName?: string;
17824
+ /** Legal last name. */
17825
+ legalLastName?: string;
17826
+ /** Social Security Number or ITIN. Optional. Format: XXX-XX-XXXX. Handled as sensitive data. */
17827
+ ssn?: string;
17828
+ };
17829
+ export type DoolaCreateCompany200PayloadNameOptionsItem = {
17830
+ /** Entity-type ending appended to the name. */
17831
+ entityTypeEnding?: string;
17832
+ /** Server-assigned ID. */
17833
+ id?: string;
17834
+ /** Proposed company name, without the entity ending. */
17835
+ name?: string;
17836
+ /** Preference order (1 = first choice). */
17837
+ position?: number;
17838
+ };
17839
+ /**
17840
+ * A postal address.
17841
+ */
17842
+ export type DoolaCreateCompany200PayloadMembersItemAddress = {
17843
+ /** City. */
17844
+ city?: string;
17845
+ /** ISO 3166-1 alpha-3 country code (e.g. USA). */
17846
+ country?: string;
17847
+ /** Server-assigned ID. */
17848
+ id?: string;
17849
+ /** Street address line 1. */
17850
+ line1?: string;
17851
+ /** Street address line 2. */
17852
+ line2?: string;
17853
+ /** Phone number in E.164 format. */
17854
+ phone?: string;
17855
+ /** Postal or ZIP code. */
17856
+ postalCode?: string;
17857
+ /** State or province. */
17858
+ state?: string;
17859
+ };
17860
+ export type DoolaCreateCompany200PayloadMembersItem = {
17861
+ /** A postal address. */
17862
+ address?: DoolaCreateCompany200PayloadMembersItemAddress;
17863
+ /** Full contact name (entities or where a single name is used). */
17864
+ contactFullName?: string;
17865
+ /** Server-assigned ID. */
17866
+ id?: string;
17867
+ /** True if the member is a person, false if it is another entity. */
17868
+ isNaturalPerson?: boolean;
17869
+ /** Legal first name (natural persons). */
17870
+ legalFirstName?: string;
17871
+ /** Legal last name (natural persons). */
17872
+ legalLastName?: string;
17873
+ /** Ownership percentage (0–100). */
17874
+ ownershipPercent?: number;
17875
+ /** Social Security Number or ITIN. Optional. Format: XXX-XX-XXXX. Handled as sensitive data. */
17876
+ ssn?: string;
17877
+ };
17878
+ /**
17879
+ * Current formation submission status.
17880
+ */
17881
+ export type DoolaCreateCompany200PayloadFormationSubmissionStatus = typeof DoolaCreateCompany200PayloadFormationSubmissionStatus[keyof typeof DoolaCreateCompany200PayloadFormationSubmissionStatus];
17882
+ export declare const DoolaCreateCompany200PayloadFormationSubmissionStatus: {
17883
+ readonly PENDING: "PENDING";
17884
+ readonly SUBMITTING: "SUBMITTING";
17885
+ readonly SUBMITTED: "SUBMITTED";
17886
+ readonly COMPLETED: "COMPLETED";
17887
+ readonly FAILED: "FAILED";
17888
+ };
17889
+ /**
17890
+ * Executive role. The list must include at least one of each role; President, Secretary, and Treasurer may each appear only once, while Director may repeat.
17891
+ */
17892
+ export type DoolaCreateCompany200PayloadExecutiveMembersItemType = typeof DoolaCreateCompany200PayloadExecutiveMembersItemType[keyof typeof DoolaCreateCompany200PayloadExecutiveMembersItemType];
17893
+ export declare const DoolaCreateCompany200PayloadExecutiveMembersItemType: {
17894
+ readonly President: "President";
17895
+ readonly Secretary: "Secretary";
17896
+ readonly Treasurer: "Treasurer";
17897
+ readonly Director: "Director";
17898
+ };
17899
+ /**
17900
+ * A postal address.
17901
+ */
17902
+ export type DoolaCreateCompany200PayloadExecutiveMembersItemAddress = {
17903
+ /** City. */
17904
+ city?: string;
17905
+ /** ISO 3166-1 alpha-3 country code (e.g. USA). */
17906
+ country?: string;
17907
+ /** Server-assigned ID. */
17908
+ id?: string;
17909
+ /** Street address line 1. */
17910
+ line1?: string;
17911
+ /** Street address line 2. */
17912
+ line2?: string;
17913
+ /** Phone number in E.164 format. */
17914
+ phone?: string;
17915
+ /** Postal or ZIP code. */
17916
+ postalCode?: string;
17917
+ /** State or province. */
17918
+ state?: string;
17919
+ };
17920
+ export type DoolaCreateCompany200PayloadExecutiveMembersItem = {
17921
+ /** A postal address. */
17922
+ address?: DoolaCreateCompany200PayloadExecutiveMembersItemAddress;
17923
+ /** Server-assigned ID. */
17924
+ id?: string;
17925
+ /** Legal first name. */
17926
+ legalFirstName?: string;
17927
+ /** Legal last name. */
17928
+ legalLastName?: string;
17929
+ /** Social Security Number or ITIN. Optional. Format: XXX-XX-XXXX. Handled as sensitive data. */
17930
+ ssn?: string;
17931
+ /** Executive role. The list must include at least one of each role; President, Secretary, and Treasurer may each appear only once, while Director may repeat. */
17932
+ type?: DoolaCreateCompany200PayloadExecutiveMembersItemType;
17933
+ };
17934
+ /**
17935
+ * Entity type.
17936
+ */
17937
+ export type DoolaCreateCompany200PayloadEntityType = typeof DoolaCreateCompany200PayloadEntityType[keyof typeof DoolaCreateCompany200PayloadEntityType];
17938
+ export declare const DoolaCreateCompany200PayloadEntityType: {
17939
+ readonly LLC: "LLC";
17940
+ readonly CCorp: "CCorp";
17941
+ };
17942
+ export type DoolaCreateCompany200PayloadCcorpValuation = {
17943
+ /** Number of authorized shares. Must be greater than 0. */
17944
+ noOfShares?: number;
17945
+ /** Par value per share, in USD. Must be greater than 0. */
17946
+ shareValue?: number;
17947
+ };
17948
+ /**
17949
+ * A postal address.
17950
+ */
17951
+ export type DoolaCreateCompany200PayloadAddressesItemAddress = {
17952
+ /** City. */
17953
+ city?: string;
17954
+ /** ISO 3166-1 alpha-3 country code (e.g. USA). */
17955
+ country?: string;
17956
+ /** Server-assigned ID. */
17957
+ id?: string;
17958
+ /** Street address line 1. */
17959
+ line1?: string;
17960
+ /** Street address line 2. */
17961
+ line2?: string;
17962
+ /** Phone number in E.164 format. */
17963
+ phone?: string;
17964
+ /** Postal or ZIP code. */
17965
+ postalCode?: string;
17966
+ /** State or province. */
17967
+ state?: string;
17968
+ };
17969
+ export type DoolaCreateCompany200PayloadAddressesItem = {
17970
+ /** A postal address. */
17971
+ address?: DoolaCreateCompany200PayloadAddressesItemAddress;
17972
+ /** Address provider. */
17973
+ provider?: string;
17974
+ /** Address type. */
17975
+ type?: string;
17976
+ };
17977
+ /**
17978
+ * The company created by the create-company endpoint. Narrower than the get-company response: EIN, filing date, services, and admin notes are not yet populated at creation time.
17979
+ */
17980
+ export type DoolaCreateCompany200Payload = {
17981
+ addresses?: DoolaCreateCompany200PayloadAddressesItem[];
17982
+ ccorpValuation?: DoolaCreateCompany200PayloadCcorpValuation;
17983
+ description?: string;
17984
+ /** doola company ID (KSUID). */
17985
+ doolaCompanyId: string;
17986
+ /** Owning doola customer ID (KSUID). */
17987
+ doolaCustomerId: string;
17988
+ /** Entity type. */
17989
+ entityType?: DoolaCreateCompany200PayloadEntityType;
17990
+ /** C-Corp officers and directors. Present for a CCorp. */
17991
+ executiveMembers?: DoolaCreateCompany200PayloadExecutiveMembersItem[];
17992
+ /** Current formation submission status. */
17993
+ formationSubmissionStatus?: DoolaCreateCompany200PayloadFormationSubmissionStatus;
17994
+ members?: DoolaCreateCompany200PayloadMembersItem[];
17995
+ naicsCode?: string;
17996
+ nameOptions?: DoolaCreateCompany200PayloadNameOptionsItem[];
17997
+ responsibleParty?: DoolaCreateCompany200PayloadResponsibleParty;
17998
+ /** State of formation. */
17999
+ state?: string;
18000
+ };
18001
+ export type DoolaCreateCompany200Error = {
18002
+ [key: string]: unknown | null;
18003
+ };
18004
+ /**
18005
+ * A postal address.
18006
+ */
18007
+ export type DoolaCreateCompanyBodyResponsiblePartyAddress = {
18008
+ /** City. */
18009
+ city?: string;
18010
+ /** ISO 3166-1 alpha-3 country code (e.g. USA). */
18011
+ country?: string;
18012
+ /** Server-assigned ID. */
18013
+ id?: string;
18014
+ /** Street address line 1. */
18015
+ line1?: string;
18016
+ /** Street address line 2. */
18017
+ line2?: string;
18018
+ /** Phone number in E.164 format. */
18019
+ phone?: string;
18020
+ /** Postal or ZIP code. */
18021
+ postalCode?: string;
18022
+ /** State or province. */
18023
+ state?: string;
18024
+ };
18025
+ /**
18026
+ * The person legally responsible for the company (used for tax filings).
18027
+ */
18028
+ export type DoolaCreateCompanyBodyResponsibleParty = {
18029
+ /** A postal address. */
18030
+ address?: DoolaCreateCompanyBodyResponsiblePartyAddress;
18031
+ /** Contact email. */
18032
+ email?: string;
18033
+ /** Server-assigned ID. */
18034
+ id?: string;
18035
+ /** Legal first name. */
18036
+ legalFirstName?: string;
18037
+ /** Legal last name. */
18038
+ legalLastName?: string;
18039
+ /** Social Security Number or ITIN. Optional. Format: XXX-XX-XXXX. Handled as sensitive data. */
18040
+ ssn?: string;
18041
+ };
18042
+ export type DoolaCreateCompanyBodyNameOptionsItem = {
18043
+ /** Entity-type ending appended to the name. */
18044
+ entityTypeEnding?: string;
18045
+ /** Server-assigned ID. */
18046
+ id?: string;
18047
+ /** Proposed company name, without the entity ending. */
18048
+ name?: string;
18049
+ /** Preference order (1 = first choice). */
18050
+ position?: number;
18051
+ };
18052
+ /**
18053
+ * A postal address.
18054
+ */
18055
+ export type DoolaCreateCompanyBodyMembersItemAddress = {
18056
+ /** City. */
18057
+ city?: string;
18058
+ /** ISO 3166-1 alpha-3 country code (e.g. USA). */
18059
+ country?: string;
18060
+ /** Server-assigned ID. */
18061
+ id?: string;
18062
+ /** Street address line 1. */
18063
+ line1?: string;
18064
+ /** Street address line 2. */
18065
+ line2?: string;
18066
+ /** Phone number in E.164 format. */
18067
+ phone?: string;
18068
+ /** Postal or ZIP code. */
18069
+ postalCode?: string;
18070
+ /** State or province. */
18071
+ state?: string;
18072
+ };
18073
+ export type DoolaCreateCompanyBodyMembersItem = {
18074
+ /** A postal address. */
18075
+ address?: DoolaCreateCompanyBodyMembersItemAddress;
18076
+ /** Full contact name (entities or where a single name is used). */
18077
+ contactFullName?: string;
18078
+ /** Server-assigned ID. */
18079
+ id?: string;
18080
+ /** True if the member is a person, false if it is another entity. */
18081
+ isNaturalPerson?: boolean;
18082
+ /** Legal first name (natural persons). */
18083
+ legalFirstName?: string;
18084
+ /** Legal last name (natural persons). */
18085
+ legalLastName?: string;
18086
+ /** Ownership percentage (0–100). */
18087
+ ownershipPercent?: number;
18088
+ /** Social Security Number or ITIN. Optional. Format: XXX-XX-XXXX. Handled as sensitive data. */
18089
+ ssn?: string;
18090
+ };
18091
+ /**
18092
+ * Executive role. The list must include at least one of each role; President, Secretary, and Treasurer may each appear only once, while Director may repeat.
18093
+ */
18094
+ export type DoolaCreateCompanyBodyExecutiveMembersItemType = typeof DoolaCreateCompanyBodyExecutiveMembersItemType[keyof typeof DoolaCreateCompanyBodyExecutiveMembersItemType];
18095
+ export declare const DoolaCreateCompanyBodyExecutiveMembersItemType: {
18096
+ readonly President: "President";
18097
+ readonly Secretary: "Secretary";
18098
+ readonly Treasurer: "Treasurer";
18099
+ readonly Director: "Director";
18100
+ };
18101
+ /**
18102
+ * A postal address.
18103
+ */
18104
+ export type DoolaCreateCompanyBodyExecutiveMembersItemAddress = {
18105
+ /** City. */
18106
+ city?: string;
18107
+ /** ISO 3166-1 alpha-3 country code (e.g. USA). */
18108
+ country?: string;
18109
+ /** Server-assigned ID. */
18110
+ id?: string;
18111
+ /** Street address line 1. */
18112
+ line1?: string;
18113
+ /** Street address line 2. */
18114
+ line2?: string;
18115
+ /** Phone number in E.164 format. */
18116
+ phone?: string;
18117
+ /** Postal or ZIP code. */
18118
+ postalCode?: string;
18119
+ /** State or province. */
18120
+ state?: string;
18121
+ };
18122
+ export type DoolaCreateCompanyBodyExecutiveMembersItem = {
18123
+ /** A postal address. */
18124
+ address?: DoolaCreateCompanyBodyExecutiveMembersItemAddress;
18125
+ /** Server-assigned ID. */
18126
+ id?: string;
18127
+ /** Legal first name. */
18128
+ legalFirstName?: string;
18129
+ /** Legal last name. */
18130
+ legalLastName?: string;
18131
+ /** Social Security Number or ITIN. Optional. Format: XXX-XX-XXXX. Handled as sensitive data. */
18132
+ ssn?: string;
18133
+ /** Executive role. The list must include at least one of each role; President, Secretary, and Treasurer may each appear only once, while Director may repeat. */
18134
+ type?: DoolaCreateCompanyBodyExecutiveMembersItemType;
18135
+ };
18136
+ /**
18137
+ * Entity type to form. Defaults to LLC when omitted. An LLC takes members; a CCorp takes executiveMembers and ccorpValuation.
18138
+ */
18139
+ export type DoolaCreateCompanyBodyEntityType = typeof DoolaCreateCompanyBodyEntityType[keyof typeof DoolaCreateCompanyBodyEntityType];
18140
+ export declare const DoolaCreateCompanyBodyEntityType: {
18141
+ readonly LLC: "LLC";
18142
+ readonly CCorp: "CCorp";
18143
+ };
18144
+ /**
18145
+ * C-Corp share structure.
18146
+ */
18147
+ export type DoolaCreateCompanyBodyCcorpValuation = {
18148
+ /** Number of authorized shares. Must be greater than 0. */
18149
+ noOfShares?: number;
18150
+ /** Par value per share, in USD. Must be greater than 0. */
18151
+ shareValue?: number;
18152
+ };
18153
+ /**
18154
+ * A postal address.
18155
+ */
18156
+ export type DoolaCreateCompanyBodyAddressesItemAddress = {
18157
+ /** City. */
18158
+ city?: string;
18159
+ /** ISO 3166-1 alpha-3 country code (e.g. USA). */
18160
+ country?: string;
18161
+ /** Server-assigned ID. */
18162
+ id?: string;
18163
+ /** Street address line 1. */
18164
+ line1?: string;
18165
+ /** Street address line 2. */
18166
+ line2?: string;
18167
+ /** Phone number in E.164 format. */
18168
+ phone?: string;
18169
+ /** Postal or ZIP code. */
18170
+ postalCode?: string;
18171
+ /** State or province. */
18172
+ state?: string;
18173
+ };
18174
+ export type DoolaCreateCompanyBodyAddressesItem = {
18175
+ /** A postal address. */
18176
+ address?: DoolaCreateCompanyBodyAddressesItemAddress;
18177
+ /** Address provider. */
18178
+ provider?: string;
18179
+ /** Address type. */
18180
+ type?: string;
18181
+ };
18182
+ export type DoolaCreateCompanyBody = {
18183
+ /** Company addresses (e.g. business, mailing). */
18184
+ addresses?: DoolaCreateCompanyBodyAddressesItem[];
18185
+ /** C-Corp share structure. */
18186
+ ccorpValuation?: DoolaCreateCompanyBodyCcorpValuation;
18187
+ /**
18188
+ * Short description of what the business does.
18189
+ * @minLength 1
18190
+ */
18191
+ description: string;
18192
+ /**
18193
+ * doola customer ID (KSUID) that will own the company.
18194
+ * @minLength 1
18195
+ */
18196
+ doolaCustomerId: string;
18197
+ /** Entity type to form. Defaults to LLC when omitted. An LLC takes members; a CCorp takes executiveMembers and ccorpValuation. */
18198
+ entityType?: DoolaCreateCompanyBodyEntityType;
18199
+ /** C-Corp officers and directors. Required for a CCorp; omit for an LLC. Include at least one President, Secretary, Treasurer, and Director; the President, Secretary, and Treasurer may each appear only once. */
18200
+ executiveMembers?: DoolaCreateCompanyBodyExecutiveMembersItem[];
18201
+ /** Unique key that makes the create safe to retry. Reuse the same value to retry; if the create fails before committing, the key is released, so retry with the same value. A random key is generated when omitted. */
18202
+ idempotencyKey?: string;
18203
+ /** Company members/owners. Required for an LLC (ownership percentages must total 100); omit for a CCorp. */
18204
+ members?: DoolaCreateCompanyBodyMembersItem[];
18205
+ /**
18206
+ * NAICS industry code. Must exist in the reference list.
18207
+ * @minLength 1
18208
+ */
18209
+ naicsCode: string;
18210
+ /** Candidate company names, in order of preference. */
18211
+ nameOptions?: DoolaCreateCompanyBodyNameOptionsItem[];
18212
+ /** The person legally responsible for the company (used for tax filings). */
18213
+ responsibleParty: DoolaCreateCompanyBodyResponsibleParty;
18214
+ /**
18215
+ * US state of formation (two-letter abbreviation).
18216
+ * @minLength 1
18217
+ */
18218
+ state: string;
18219
+ /** Required when the doola integration config type is PerUser. */
18220
+ userId?: string;
18221
+ };
18222
+ /**
18223
+ * How the customer was created.
18224
+ */
18225
+ export type DoolaGetCustomer200PayloadSource = typeof DoolaGetCustomer200PayloadSource[keyof typeof DoolaGetCustomer200PayloadSource];
18226
+ export declare const DoolaGetCustomer200PayloadSource: {
18227
+ readonly MCP: "MCP";
18228
+ readonly PARTNER_API: "PARTNER_API";
18229
+ readonly WHOP_APP: "WHOP_APP";
18230
+ readonly DOOLA_DASHBOARDS: "DOOLA_DASHBOARDS";
18231
+ };
18232
+ export type DoolaGetCustomer200PayloadCompaniesItem = {
18233
+ /** doola company ID (KSUID). */
18234
+ doolaCompanyId?: string;
18235
+ /** Entity type. */
18236
+ entityType?: string;
18237
+ /** Company name. */
18238
+ name?: string;
18239
+ /** State of formation. */
18240
+ state?: string;
18241
+ };
18242
+ /**
18243
+ * A partner customer.
18244
+ */
18245
+ export type DoolaGetCustomer200Payload = {
18246
+ /** Companies owned by this customer. Returned only on the get endpoint. */
18247
+ companies?: DoolaGetCustomer200PayloadCompaniesItem[];
18248
+ /** ISO 3166-1 alpha-3 country of residence (e.g. USA). */
18249
+ countryOfResidence?: string;
18250
+ /** True if this request created the customer; false if it already existed. */
18251
+ created?: boolean;
18252
+ /** doola customer ID (KSUID). */
18253
+ doolaCustomerId: string;
18254
+ /** Customer email address. */
18255
+ email?: string;
18256
+ firstName?: string;
18257
+ lastName?: string;
18258
+ phoneNumber?: string;
18259
+ /** How the customer was created. */
18260
+ source?: DoolaGetCustomer200PayloadSource;
16527
18261
  };
16528
- export type DunAndBradstreetSearchCompanyList200 = {
16529
- candidatesMatchedQuantity?: number;
16530
- candidatesReturnedQuantity?: number;
16531
- inquiryDetail?: DunAndBradstreetSearchCompanyList200InquiryDetail;
16532
- searchCandidates?: DunAndBradstreetSearchCompanyList200SearchCandidatesItem[];
16533
- transactionDetail?: DunAndBradstreetSearchCompanyList200TransactionDetail;
18262
+ export type DoolaGetCustomer200Error = {
16534
18263
  [key: string]: unknown | null;
16535
18264
  };
16536
- export type DunAndBradstreetSearchCompanyListBody = {
16537
- userId?: string;
16538
- [key: string]: unknown | null;
18265
+ export type DoolaGetCustomer200 = {
18266
+ error?: DoolaGetCustomer200Error;
18267
+ /** A partner customer. */
18268
+ payload?: DoolaGetCustomer200Payload;
16539
18269
  };
16540
- export type DunAndBradstreetExtendedMatch200TransactionDetail = {
16541
- [key: string]: unknown | null;
18270
+ export type DoolaGetCustomerBody = {
18271
+ /** @minLength 1 */
18272
+ customerId: string;
18273
+ userId?: string;
16542
18274
  };
16543
- export type DunAndBradstreetExtendedMatch200MatchCandidatesItem = {
16544
- [key: string]: unknown | null;
18275
+ export type DoolaListCustomers200PayloadContentItem = {
18276
+ /** Tenant the customer belongs to. */
18277
+ customerTenantId?: string;
18278
+ /** doola customer ID (KSUID). */
18279
+ doolaCustomerId: string;
18280
+ /** Customer email address. */
18281
+ email?: string;
18282
+ firstName?: string;
18283
+ lastName?: string;
16545
18284
  };
16546
- export type DunAndBradstreetExtendedMatch200InquiryDetail = {
16547
- [key: string]: unknown | null;
18285
+ export type DoolaListCustomers200Payload = {
18286
+ /** Items on the current page. */
18287
+ content: DoolaListCustomers200PayloadContentItem[];
18288
+ /** Zero-based index of the returned page. */
18289
+ page: number;
18290
+ /** Number of items requested per page. */
18291
+ size: number;
18292
+ /** Total number of items across all pages. */
18293
+ total: number;
18294
+ /** Total number of pages available. */
18295
+ totalPages: number;
16548
18296
  };
16549
- export type DunAndBradstreetExtendedMatch200CleanseAndStandardizeInformation = {
18297
+ export type DoolaListCustomers200Error = {
16550
18298
  [key: string]: unknown | null;
16551
18299
  };
16552
- export type DunAndBradstreetExtendedMatch200 = {
16553
- candidatesMatchedQuantity?: number;
16554
- candidatesReturnedQuantity?: number;
16555
- cleanseAndStandardizeInformation?: DunAndBradstreetExtendedMatch200CleanseAndStandardizeInformation;
16556
- inquiryDetail?: DunAndBradstreetExtendedMatch200InquiryDetail;
16557
- matchCandidates?: DunAndBradstreetExtendedMatch200MatchCandidatesItem[];
16558
- transactionDetail?: DunAndBradstreetExtendedMatch200TransactionDetail;
16559
- [key: string]: unknown | null;
18300
+ export type DoolaListCustomers200 = {
18301
+ error?: DoolaListCustomers200Error;
18302
+ payload?: DoolaListCustomers200Payload;
16560
18303
  };
16561
- export type DunAndBradstreetExtendedMatchBody = {
16562
- addressCounty?: string;
16563
- addressLocality?: string;
16564
- addressRegion?: string;
16565
- /** @minItems 1 */
16566
- blockIDs: string[];
18304
+ export type DoolaListCustomersBody = {
16567
18305
  /**
18306
+ * Zero-based page index. Defaults to 0.
16568
18307
  * @minimum 0
16569
- * @exclusiveMinimum
16570
18308
  */
16571
- candidateMaximumQuantity?: number;
16572
- /** @nullable */
16573
- confidenceLowerLevelThresholdValue?: number | null;
18309
+ page?: number;
18310
+ /** Free-text search over name and email. */
18311
+ q?: string;
16574
18312
  /**
16575
- * @minLength 2
16576
- * @maxLength 2
18313
+ * Page size (max 100). Defaults to 20.
18314
+ * @minimum 1
18315
+ * @maximum 100
16577
18316
  */
16578
- countryISOAlpha2Code?: string;
16579
- customerBillingEndorsement?: string;
16580
- customerReference1?: string;
16581
- customerReference2?: string;
16582
- customerReference3?: string;
16583
- customerReference4?: string;
16584
- customerReference5?: string;
16585
- duns?: string;
16586
- email?: string;
16587
- exclusionCriteria?: string;
16588
- inLanguage?: string;
16589
- /** @nullable */
16590
- isCleanseAndStandardizeInformationRequired?: boolean | null;
16591
- name?: string;
16592
- orderReason?: string;
16593
- postalCode?: string;
16594
- /** @minLength 1 */
16595
- productId: string;
16596
- registrationNumber?: string;
16597
- registrationNumberType?: string;
16598
- streetAddressLine1?: string;
16599
- streetAddressLine2?: string;
16600
- telephoneNumber?: string;
16601
- tradeUp?: string;
16602
- url?: string;
18317
+ size?: number;
18318
+ /** Required when the doola integration config type is PerUser. */
16603
18319
  userId?: string;
16604
- /** @minLength 1 */
16605
- versionId: string;
16606
- [key: string]: unknown | null;
16607
18320
  };
16608
- export type DunAndBradstreetCleanseMatchWithFraud200TransactionDetail = {
16609
- [key: string]: unknown | null;
18321
+ /**
18322
+ * How the customer was created.
18323
+ */
18324
+ export type DoolaCreateCustomer200PayloadSource = typeof DoolaCreateCustomer200PayloadSource[keyof typeof DoolaCreateCustomer200PayloadSource];
18325
+ export declare const DoolaCreateCustomer200PayloadSource: {
18326
+ readonly MCP: "MCP";
18327
+ readonly PARTNER_API: "PARTNER_API";
18328
+ readonly WHOP_APP: "WHOP_APP";
18329
+ readonly DOOLA_DASHBOARDS: "DOOLA_DASHBOARDS";
16610
18330
  };
16611
- export type DunAndBradstreetCleanseMatchWithFraud200MatchCandidatesItem = {
16612
- [key: string]: unknown | null;
18331
+ export type DoolaCreateCustomer200PayloadCompaniesItem = {
18332
+ /** doola company ID (KSUID). */
18333
+ doolaCompanyId?: string;
18334
+ /** Entity type. */
18335
+ entityType?: string;
18336
+ /** Company name. */
18337
+ name?: string;
18338
+ /** State of formation. */
18339
+ state?: string;
16613
18340
  };
16614
- export type DunAndBradstreetCleanseMatchWithFraud200InquiryDetail = {
16615
- [key: string]: unknown | null;
18341
+ /**
18342
+ * A partner customer.
18343
+ */
18344
+ export type DoolaCreateCustomer200Payload = {
18345
+ /** Companies owned by this customer. Returned only on the get endpoint. */
18346
+ companies?: DoolaCreateCustomer200PayloadCompaniesItem[];
18347
+ /** ISO 3166-1 alpha-3 country of residence (e.g. USA). */
18348
+ countryOfResidence?: string;
18349
+ /** True if this request created the customer; false if it already existed. */
18350
+ created?: boolean;
18351
+ /** doola customer ID (KSUID). */
18352
+ doolaCustomerId: string;
18353
+ /** Customer email address. */
18354
+ email?: string;
18355
+ firstName?: string;
18356
+ lastName?: string;
18357
+ phoneNumber?: string;
18358
+ /** How the customer was created. */
18359
+ source?: DoolaCreateCustomer200PayloadSource;
16616
18360
  };
16617
- export type DunAndBradstreetCleanseMatchWithFraud200CleanseAndStandardizeInformation = {
18361
+ export type DoolaCreateCustomer200Error = {
16618
18362
  [key: string]: unknown | null;
16619
18363
  };
16620
- export type DunAndBradstreetCleanseMatchWithFraud200 = {
16621
- candidatesMatchedQuantity?: number;
16622
- candidatesReturnedQuantity?: number;
16623
- cleanseAndStandardizeInformation?: DunAndBradstreetCleanseMatchWithFraud200CleanseAndStandardizeInformation;
16624
- inquiryDetail?: DunAndBradstreetCleanseMatchWithFraud200InquiryDetail;
16625
- matchCandidates?: DunAndBradstreetCleanseMatchWithFraud200MatchCandidatesItem[];
16626
- transactionDetail?: DunAndBradstreetCleanseMatchWithFraud200TransactionDetail;
16627
- [key: string]: unknown | null;
18364
+ export type DoolaCreateCustomer200 = {
18365
+ error?: DoolaCreateCustomer200Error;
18366
+ /** A partner customer. */
18367
+ payload?: DoolaCreateCustomer200Payload;
16628
18368
  };
16629
- export type DunAndBradstreetCleanseMatchWithFraudBody = {
16630
- addressCounty?: string;
16631
- addressLocality?: string;
16632
- addressRegion?: string;
18369
+ export type DoolaCreateCustomerBody = {
16633
18370
  /**
16634
- * @minimum 0
16635
- * @exclusiveMinimum
18371
+ * ISO 3166-1 alpha-3 country of residence (e.g. USA).
18372
+ * @minLength 1
16636
18373
  */
16637
- candidateMaximumQuantity?: number;
16638
- /** @nullable */
16639
- confidenceLowerLevelThresholdValue?: number | null;
18374
+ countryOfResidence: string;
18375
+ /** Customer email address. */
18376
+ email: string;
16640
18377
  /**
16641
- * @minLength 2
16642
- * @maxLength 2
18378
+ * Customer legal first name.
18379
+ * @minLength 1
16643
18380
  */
16644
- countryISOAlpha2Code?: string;
16645
- customerBillingEndorsement?: string;
16646
- customerReference1?: string;
16647
- customerReference2?: string;
16648
- customerReference3?: string;
16649
- customerReference4?: string;
16650
- customerReference5?: string;
16651
- duns?: string;
16652
- email?: string;
16653
- exclusionCriteria?: string;
16654
- inLanguage?: string;
16655
- /** @nullable */
16656
- isCleanseAndStandardizeInformationRequired?: boolean | null;
16657
- name?: string;
16658
- postalCode?: string;
16659
- registrationNumber?: string;
16660
- registrationNumberType?: string;
16661
- streetAddressLine1?: string;
16662
- streetAddressLine2?: string;
16663
- telephoneNumber?: string;
16664
- url?: string;
18381
+ firstName: string;
18382
+ /** Unique key that makes the create safe to retry. Reuse the same value to retry; if the create fails before committing, the key is released, so retry with the same value. A random key is generated when omitted. */
18383
+ idempotencyKey?: string;
18384
+ /**
18385
+ * Customer legal last name.
18386
+ * @minLength 1
18387
+ */
18388
+ lastName: string;
18389
+ /** Customer phone number in E.164 format. Optional. */
18390
+ phoneNumber?: string;
18391
+ /** Required when the doola integration config type is PerUser. */
16665
18392
  userId?: string;
18393
+ };
18394
+ export type DoolaSetUserCredentials200 = {
18395
+ userId: string;
18396
+ };
18397
+ export type DoolaSetUserCredentialsBody = {
18398
+ /** @minLength 1 */
18399
+ apiKey: string;
18400
+ userId?: string;
18401
+ };
18402
+ export type DiscordListMembers200Item = {
16666
18403
  [key: string]: unknown | null;
16667
18404
  };
16668
- export type DunAndBradstreetCleanseMatch200TransactionDetail = {
18405
+ export type DiscordListMembersBody = {
18406
+ after?: string;
18407
+ /** @minLength 1 */
18408
+ guildId: string;
18409
+ /**
18410
+ * @minimum 1
18411
+ * @maximum 1000
18412
+ */
18413
+ limit?: number;
18414
+ userId?: string;
18415
+ };
18416
+ export type DiscordSendDm200 = {
16669
18417
  [key: string]: unknown | null;
16670
18418
  };
16671
- export type DunAndBradstreetCleanseMatch200MatchCandidatesItem = {
18419
+ export type DiscordSendDmBody = {
18420
+ /** @minLength 1 */
18421
+ content: string;
18422
+ /** @minLength 1 */
18423
+ recipientId: string;
18424
+ userId?: string;
18425
+ };
18426
+ export type DiscordOpenDmChannel200 = {
16672
18427
  [key: string]: unknown | null;
16673
18428
  };
16674
- export type DunAndBradstreetCleanseMatch200InquiryDetail = {
18429
+ export type DiscordOpenDmChannelBody = {
18430
+ /** @minLength 1 */
18431
+ recipientId: string;
18432
+ userId?: string;
18433
+ };
18434
+ export type DiscordSendChannelMessage200 = {
16675
18435
  [key: string]: unknown | null;
16676
18436
  };
16677
- export type DunAndBradstreetCleanseMatch200CleanseAndStandardizeInformation = {
18437
+ export type DiscordSendChannelMessageBody = {
18438
+ /** @minLength 1 */
18439
+ channelId: string;
18440
+ /** @minLength 1 */
18441
+ content: string;
18442
+ userId?: string;
18443
+ };
18444
+ export type DiscordListChannels200Item = {
16678
18445
  [key: string]: unknown | null;
16679
18446
  };
16680
- export type DunAndBradstreetCleanseMatch200 = {
16681
- candidatesMatchedQuantity?: number;
16682
- candidatesReturnedQuantity?: number;
16683
- cleanseAndStandardizeInformation?: DunAndBradstreetCleanseMatch200CleanseAndStandardizeInformation;
16684
- inquiryDetail?: DunAndBradstreetCleanseMatch200InquiryDetail;
16685
- matchCandidates?: DunAndBradstreetCleanseMatch200MatchCandidatesItem[];
16686
- transactionDetail?: DunAndBradstreetCleanseMatch200TransactionDetail;
18447
+ export type DiscordListChannelsBody = {
18448
+ /** @minLength 1 */
18449
+ guildId: string;
18450
+ userId?: string;
18451
+ };
18452
+ export type DiscordListGuilds200Item = {
16687
18453
  [key: string]: unknown | null;
16688
18454
  };
16689
- export type DunAndBradstreetCleanseMatchBody = {
16690
- addressCounty?: string;
16691
- addressLocality?: string;
16692
- addressRegion?: string;
16693
- /**
16694
- * @minimum 0
16695
- * @exclusiveMinimum
16696
- */
16697
- candidateMaximumQuantity?: number;
16698
- /** @nullable */
16699
- confidenceLowerLevelThresholdValue?: number | null;
18455
+ export type DiscordListGuildsBody = {
18456
+ userId?: string;
18457
+ };
18458
+ export type DiscordValidateToken200 = {
18459
+ [key: string]: unknown | null;
18460
+ };
18461
+ export type DiscordValidateTokenBody = {
18462
+ userId?: string;
18463
+ };
18464
+ export type DiscordSetUserCredentials200 = {
18465
+ userId: string;
18466
+ };
18467
+ export type DiscordSetUserCredentialsBody = {
16700
18468
  /**
16701
- * @minLength 2
16702
- * @maxLength 2
18469
+ * Discord bot token.
18470
+ * @minLength 1
16703
18471
  */
16704
- countryISOAlpha2Code?: string;
16705
- customerBillingEndorsement?: string;
16706
- customerReference1?: string;
16707
- customerReference2?: string;
16708
- customerReference3?: string;
16709
- customerReference4?: string;
16710
- customerReference5?: string;
16711
- duns?: string;
16712
- email?: string;
16713
- exclusionCriteria?: string;
16714
- inLanguage?: string;
16715
- /** @nullable */
16716
- isCleanseAndStandardizeInformationRequired?: boolean | null;
16717
- name?: string;
16718
- postalCode?: string;
16719
- registrationNumber?: string;
16720
- registrationNumberType?: string;
16721
- streetAddressLine1?: string;
16722
- streetAddressLine2?: string;
16723
- telephoneNumber?: string;
16724
- url?: string;
18472
+ botToken: string;
18473
+ /** Existing integration user id. Omit to create a new record. */
16725
18474
  userId?: string;
16726
- [key: string]: unknown | null;
16727
18475
  };
16728
18476
  export type CrsCreditApiSetUserCredentials200 = {
16729
18477
  userId: string;
@@ -18549,6 +20297,23 @@ export type AnthropicCreateStreamBodyOptions = {
18549
20297
  */
18550
20298
  topP?: number;
18551
20299
  };
20300
+ export type AnthropicCreateStreamBody = {
20301
+ /**
20302
+ * Array of chat messages
20303
+ * @minItems 1
20304
+ */
20305
+ messages: AnthropicCreateStreamBodyMessagesItem[];
20306
+ /** Specific model to use (defaults to resolved Anthropic model) */
20307
+ model?: string;
20308
+ options?: AnthropicCreateStreamBodyOptions;
20309
+ /**
20310
+ * Schema for structured output
20311
+ * @nullable
20312
+ */
20313
+ outputSchema?: AnthropicCreateStreamBodyOutputSchema;
20314
+ /** Required when the Anthropic integration config type is PerUser. */
20315
+ userId?: string;
20316
+ };
18552
20317
  /**
18553
20318
  * Role of the message sender
18554
20319
  */
@@ -18578,23 +20343,6 @@ export type AnthropicCreateStreamBodyMessagesItem = {
18578
20343
  /** Role of the message sender */
18579
20344
  role: AnthropicCreateStreamBodyMessagesItemRole;
18580
20345
  };
18581
- export type AnthropicCreateStreamBody = {
18582
- /**
18583
- * Array of chat messages
18584
- * @minItems 1
18585
- */
18586
- messages: AnthropicCreateStreamBodyMessagesItem[];
18587
- /** Specific model to use (defaults to resolved Anthropic model) */
18588
- model?: string;
18589
- options?: AnthropicCreateStreamBodyOptions;
18590
- /**
18591
- * Schema for structured output
18592
- * @nullable
18593
- */
18594
- outputSchema?: AnthropicCreateStreamBodyOutputSchema;
18595
- /** Required when the Anthropic integration config type is PerUser. */
18596
- userId?: string;
18597
- };
18598
20346
  /**
18599
20347
  * Structured output if schema provided
18600
20348
  * @nullable
@@ -19947,6 +21695,27 @@ export declare const getIntegrationsAPI: () => {
19947
21695
  crsCreditApiBridgerXgScreening: (crsCreditApiBridgerXgScreeningBody: CrsCreditApiBridgerXgScreeningBody) => Promise<CrsCreditApiBridgerXgScreening200>;
19948
21696
  crsCreditApiIstWatchScreening: (crsCreditApiIstWatchScreeningBody: CrsCreditApiIstWatchScreeningBody) => Promise<CrsCreditApiIstWatchScreening200>;
19949
21697
  crsCreditApiSetUserCredentials: (crsCreditApiSetUserCredentialsBody: CrsCreditApiSetUserCredentialsBody) => Promise<CrsCreditApiSetUserCredentials200>;
21698
+ discordSetUserCredentials: (discordSetUserCredentialsBody: DiscordSetUserCredentialsBody) => Promise<DiscordSetUserCredentials200>;
21699
+ discordValidateToken: (discordValidateTokenBody: DiscordValidateTokenBody) => Promise<DiscordValidateToken200>;
21700
+ discordListGuilds: (discordListGuildsBody: DiscordListGuildsBody) => Promise<DiscordListGuilds200Item[]>;
21701
+ discordListChannels: (discordListChannelsBody: DiscordListChannelsBody) => Promise<DiscordListChannels200Item[]>;
21702
+ discordSendChannelMessage: (discordSendChannelMessageBody: DiscordSendChannelMessageBody) => Promise<DiscordSendChannelMessage200>;
21703
+ discordOpenDmChannel: (discordOpenDmChannelBody: DiscordOpenDmChannelBody) => Promise<DiscordOpenDmChannel200>;
21704
+ discordSendDm: (discordSendDmBody: DiscordSendDmBody) => Promise<DiscordSendDm200>;
21705
+ discordListMembers: (discordListMembersBody: DiscordListMembersBody) => Promise<DiscordListMembers200Item[]>;
21706
+ doolaSetUserCredentials: (doolaSetUserCredentialsBody: DoolaSetUserCredentialsBody) => Promise<DoolaSetUserCredentials200>;
21707
+ doolaCreateCustomer: (doolaCreateCustomerBody: DoolaCreateCustomerBody) => Promise<DoolaCreateCustomer200>;
21708
+ doolaListCustomers: (doolaListCustomersBody: DoolaListCustomersBody) => Promise<DoolaListCustomers200>;
21709
+ doolaGetCustomer: (doolaGetCustomerBody: DoolaGetCustomerBody) => Promise<DoolaGetCustomer200>;
21710
+ doolaCreateCompany: (doolaCreateCompanyBody: DoolaCreateCompanyBody) => Promise<DoolaCreateCompany200>;
21711
+ doolaListCompanies: (doolaListCompaniesBody: DoolaListCompaniesBody) => Promise<DoolaListCompanies200>;
21712
+ doolaGetCompany: (doolaGetCompanyBody: DoolaGetCompanyBody) => Promise<DoolaGetCompany200>;
21713
+ doolaListCompanyDocuments: (doolaListCompanyDocumentsBody: DoolaListCompanyDocumentsBody) => Promise<DoolaListCompanyDocuments200>;
21714
+ doolaGetDocumentDownloadUrl: (doolaGetDocumentDownloadUrlBody: DoolaGetDocumentDownloadUrlBody) => Promise<DoolaGetDocumentDownloadUrl200>;
21715
+ doolaListCountries: (doolaListCountriesBody: DoolaListCountriesBody) => Promise<DoolaListCountries200>;
21716
+ doolaListStates: (doolaListStatesBody: DoolaListStatesBody) => Promise<DoolaListStates200>;
21717
+ doolaListNaicsCodes: (doolaListNaicsCodesBody: DoolaListNaicsCodesBody) => Promise<DoolaListNaicsCodes200>;
21718
+ doolaListStateFilingFees: (doolaListStateFilingFeesBody: DoolaListStateFilingFeesBody) => Promise<DoolaListStateFilingFees200>;
19950
21719
  dunAndBradstreetCleanseMatch: (dunAndBradstreetCleanseMatchBody: DunAndBradstreetCleanseMatchBody) => Promise<DunAndBradstreetCleanseMatch200>;
19951
21720
  dunAndBradstreetCleanseMatchWithFraud: (dunAndBradstreetCleanseMatchWithFraudBody: DunAndBradstreetCleanseMatchWithFraudBody) => Promise<DunAndBradstreetCleanseMatchWithFraud200>;
19952
21721
  dunAndBradstreetExtendedMatch: (dunAndBradstreetExtendedMatchBody: DunAndBradstreetExtendedMatchBody) => Promise<DunAndBradstreetExtendedMatch200>;
@@ -19975,6 +21744,15 @@ export declare const getIntegrationsAPI: () => {
19975
21744
  experianBusinessRunIstWatchScreening: (experianBusinessRunIstWatchScreeningBody: ExperianBusinessRunIstWatchScreeningBody) => Promise<ExperianBusinessRunIstWatchScreening200>;
19976
21745
  experianBusinessRunFraudShieldsScreening: (experianBusinessRunFraudShieldsScreeningBody: ExperianBusinessRunFraudShieldsScreeningBody) => Promise<ExperianBusinessRunFraudShieldsScreening200>;
19977
21746
  experianBusinessSetUserCredentials: (experianBusinessSetUserCredentialsBody: ExperianBusinessSetUserCredentialsBody) => Promise<ExperianBusinessSetUserCredentials200>;
21747
+ firecrawlScrapePage: (firecrawlScrapePageBody: FirecrawlScrapePageBody) => Promise<FirecrawlScrapePage200>;
21748
+ firecrawlStartCrawl: (firecrawlStartCrawlBody: FirecrawlStartCrawlBody) => Promise<FirecrawlStartCrawl200>;
21749
+ firecrawlGetCrawlStatus: (firecrawlGetCrawlStatusBody: FirecrawlGetCrawlStatusBody) => Promise<FirecrawlGetCrawlStatus200>;
21750
+ firecrawlCancelCrawl: (firecrawlCancelCrawlBody: FirecrawlCancelCrawlBody) => Promise<FirecrawlCancelCrawl200>;
21751
+ firecrawlGetCrawlErrors: (firecrawlGetCrawlErrorsBody: FirecrawlGetCrawlErrorsBody) => Promise<FirecrawlGetCrawlErrors200>;
21752
+ firecrawlSearchWeb: (firecrawlSearchWebBody: FirecrawlSearchWebBody) => Promise<FirecrawlSearchWeb200>;
21753
+ firecrawlExtractStructuredData: (firecrawlExtractStructuredDataBody: FirecrawlExtractStructuredDataBody) => Promise<FirecrawlExtractStructuredData200>;
21754
+ firecrawlMapUrls: (firecrawlMapUrlsBody: FirecrawlMapUrlsBody) => Promise<FirecrawlMapUrls200>;
21755
+ firecrawlSetUserCredentials: (firecrawlSetUserCredentialsBody: FirecrawlSetUserCredentialsBody) => Promise<FirecrawlSetUserCredentials200>;
19978
21756
  gitlabSetUserCredentials: (gitlabSetUserCredentialsBody: GitlabSetUserCredentialsBody) => Promise<GitlabSetUserCredentials200>;
19979
21757
  gitlabOauthInitiate: (gitlabOauthInitiateBody: GitlabOauthInitiateBody) => Promise<GitlabOauthInitiate200>;
19980
21758
  gitlabOauthCallback: (params?: GitlabOauthCallbackParams) => Promise<GitlabOauthCallback200>;
@@ -19998,6 +21776,13 @@ export declare const getIntegrationsAPI: () => {
19998
21776
  gmailCreateLabel: (gmailCreateLabelBody: GmailCreateLabelBody) => Promise<GmailCreateLabel200>;
19999
21777
  gmailUpdateLabel: (gmailUpdateLabelBody: GmailUpdateLabelBody) => Promise<GmailUpdateLabel200>;
20000
21778
  gmailDeleteLabel: (gmailDeleteLabelBody: GmailDeleteLabelBody) => Promise<GmailDeleteLabel200>;
21779
+ googleAnalyticsAuthStart: (googleAnalyticsAuthStartBody: GoogleAnalyticsAuthStartBody) => Promise<GoogleAnalyticsAuthStart200>;
21780
+ googleAnalyticsSetUserCredentials: (googleAnalyticsSetUserCredentialsBody: GoogleAnalyticsSetUserCredentialsBody) => Promise<GoogleAnalyticsSetUserCredentials200>;
21781
+ googleAnalyticsOauthCallback: () => Promise<void>;
21782
+ googleAnalyticsListAccountSummaries: (googleAnalyticsListAccountSummariesBody: GoogleAnalyticsListAccountSummariesBody) => Promise<GoogleAnalyticsListAccountSummaries200>;
21783
+ googleAnalyticsRunReport: (googleAnalyticsRunReportBody: GoogleAnalyticsRunReportBody) => Promise<GoogleAnalyticsRunReport200>;
21784
+ googleAnalyticsRunPivotReport: (googleAnalyticsRunPivotReportBody: GoogleAnalyticsRunPivotReportBody) => Promise<GoogleAnalyticsRunPivotReport200>;
21785
+ googleAnalyticsBatchRunReports: (googleAnalyticsBatchRunReportsBody: GoogleAnalyticsBatchRunReportsBody) => Promise<GoogleAnalyticsBatchRunReports200>;
20001
21786
  googleCalendarAuthStart: (googleCalendarAuthStartBody: GoogleCalendarAuthStartBody) => Promise<GoogleCalendarAuthStart200>;
20002
21787
  googleCalendarSetUserCredentials: (googleCalendarSetUserCredentialsBody: GoogleCalendarSetUserCredentialsBody) => Promise<GoogleCalendarSetUserCredentials200>;
20003
21788
  googleCalendarOauthCallback: () => Promise<void>;
@@ -20152,6 +21937,18 @@ export declare const getIntegrationsAPI: () => {
20152
21937
  microsoftSharepointCreateListItem: (microsoftSharepointCreateListItemBody: MicrosoftSharepointCreateListItemBody) => Promise<MicrosoftSharepointCreateListItem200>;
20153
21938
  microsoftSharepointUpdateListItem: (microsoftSharepointUpdateListItemBody: MicrosoftSharepointUpdateListItemBody) => Promise<MicrosoftSharepointUpdateListItem200>;
20154
21939
  microsoftSharepointSearchContent: (microsoftSharepointSearchContentBody: MicrosoftSharepointSearchContentBody) => Promise<MicrosoftSharepointSearchContent200>;
21940
+ notionAuthStart: (notionAuthStartBody: NotionAuthStartBody) => Promise<NotionAuthStart200>;
21941
+ notionSetUserCredentials: (notionSetUserCredentialsBody: NotionSetUserCredentialsBody) => Promise<NotionSetUserCredentials200>;
21942
+ notionOauthCallback: (params?: NotionOauthCallbackParams) => Promise<NotionOauthCallback200>;
21943
+ notionSearch: (notionSearchBody: NotionSearchBody) => Promise<NotionSearch200>;
21944
+ notionCreatePage: (notionCreatePageBody: NotionCreatePageBody) => Promise<NotionCreatePage201>;
21945
+ notionGetPage: (notionGetPageBody: NotionGetPageBody) => Promise<NotionGetPage200>;
21946
+ notionUpdatePage: (notionUpdatePageBody: NotionUpdatePageBody) => Promise<NotionUpdatePage200>;
21947
+ notionQueryDataSource: (notionQueryDataSourceBody: NotionQueryDataSourceBody) => Promise<NotionQueryDataSource200>;
21948
+ notionAppendBlockChildren: (notionAppendBlockChildrenBody: NotionAppendBlockChildrenBody) => Promise<NotionAppendBlockChildren200>;
21949
+ notionGetBlockChildren: (notionGetBlockChildrenBody: NotionGetBlockChildrenBody) => Promise<NotionGetBlockChildren200>;
21950
+ notionListUsers: (notionListUsersBody: NotionListUsersBody) => Promise<NotionListUsers200>;
21951
+ notionGetMe: (notionGetMeBody: NotionGetMeBody) => Promise<NotionGetMe200>;
20155
21952
  openaiSetUserCredentials: (openaiSetUserCredentialsBody: OpenaiSetUserCredentialsBody) => Promise<OpenaiSetUserCredentials200>;
20156
21953
  openaiGenerateText: (openaiGenerateTextBody: OpenaiGenerateTextBody) => Promise<OpenaiGenerateText200>;
20157
21954
  openaiCreateStream: (openaiCreateStreamBody: OpenaiCreateStreamBody) => Promise<string>;
@@ -20695,6 +22492,27 @@ export type CrsCreditApiGlobalWatchlistScreeningResult = NonNullable<Awaited<Ret
20695
22492
  export type CrsCreditApiBridgerXgScreeningResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['crsCreditApiBridgerXgScreening']>>>;
20696
22493
  export type CrsCreditApiIstWatchScreeningResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['crsCreditApiIstWatchScreening']>>>;
20697
22494
  export type CrsCreditApiSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['crsCreditApiSetUserCredentials']>>>;
22495
+ export type DiscordSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['discordSetUserCredentials']>>>;
22496
+ export type DiscordValidateTokenResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['discordValidateToken']>>>;
22497
+ export type DiscordListGuildsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['discordListGuilds']>>>;
22498
+ export type DiscordListChannelsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['discordListChannels']>>>;
22499
+ export type DiscordSendChannelMessageResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['discordSendChannelMessage']>>>;
22500
+ export type DiscordOpenDmChannelResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['discordOpenDmChannel']>>>;
22501
+ export type DiscordSendDmResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['discordSendDm']>>>;
22502
+ export type DiscordListMembersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['discordListMembers']>>>;
22503
+ export type DoolaSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['doolaSetUserCredentials']>>>;
22504
+ export type DoolaCreateCustomerResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['doolaCreateCustomer']>>>;
22505
+ export type DoolaListCustomersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['doolaListCustomers']>>>;
22506
+ export type DoolaGetCustomerResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['doolaGetCustomer']>>>;
22507
+ export type DoolaCreateCompanyResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['doolaCreateCompany']>>>;
22508
+ export type DoolaListCompaniesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['doolaListCompanies']>>>;
22509
+ export type DoolaGetCompanyResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['doolaGetCompany']>>>;
22510
+ export type DoolaListCompanyDocumentsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['doolaListCompanyDocuments']>>>;
22511
+ export type DoolaGetDocumentDownloadUrlResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['doolaGetDocumentDownloadUrl']>>>;
22512
+ export type DoolaListCountriesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['doolaListCountries']>>>;
22513
+ export type DoolaListStatesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['doolaListStates']>>>;
22514
+ export type DoolaListNaicsCodesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['doolaListNaicsCodes']>>>;
22515
+ export type DoolaListStateFilingFeesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['doolaListStateFilingFees']>>>;
20698
22516
  export type DunAndBradstreetCleanseMatchResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['dunAndBradstreetCleanseMatch']>>>;
20699
22517
  export type DunAndBradstreetCleanseMatchWithFraudResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['dunAndBradstreetCleanseMatchWithFraud']>>>;
20700
22518
  export type DunAndBradstreetExtendedMatchResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['dunAndBradstreetExtendedMatch']>>>;
@@ -20723,6 +22541,15 @@ export type ExperianBusinessGetCorporateRegistrationsResult = NonNullable<Awaite
20723
22541
  export type ExperianBusinessRunIstWatchScreeningResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['experianBusinessRunIstWatchScreening']>>>;
20724
22542
  export type ExperianBusinessRunFraudShieldsScreeningResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['experianBusinessRunFraudShieldsScreening']>>>;
20725
22543
  export type ExperianBusinessSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['experianBusinessSetUserCredentials']>>>;
22544
+ export type FirecrawlScrapePageResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['firecrawlScrapePage']>>>;
22545
+ export type FirecrawlStartCrawlResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['firecrawlStartCrawl']>>>;
22546
+ export type FirecrawlGetCrawlStatusResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['firecrawlGetCrawlStatus']>>>;
22547
+ export type FirecrawlCancelCrawlResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['firecrawlCancelCrawl']>>>;
22548
+ export type FirecrawlGetCrawlErrorsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['firecrawlGetCrawlErrors']>>>;
22549
+ export type FirecrawlSearchWebResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['firecrawlSearchWeb']>>>;
22550
+ export type FirecrawlExtractStructuredDataResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['firecrawlExtractStructuredData']>>>;
22551
+ export type FirecrawlMapUrlsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['firecrawlMapUrls']>>>;
22552
+ export type FirecrawlSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['firecrawlSetUserCredentials']>>>;
20726
22553
  export type GitlabSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gitlabSetUserCredentials']>>>;
20727
22554
  export type GitlabOauthInitiateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gitlabOauthInitiate']>>>;
20728
22555
  export type GitlabOauthCallbackResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gitlabOauthCallback']>>>;
@@ -20746,6 +22573,13 @@ export type GmailListLabelsResult = NonNullable<Awaited<ReturnType<ReturnType<ty
20746
22573
  export type GmailCreateLabelResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailCreateLabel']>>>;
20747
22574
  export type GmailUpdateLabelResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailUpdateLabel']>>>;
20748
22575
  export type GmailDeleteLabelResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailDeleteLabel']>>>;
22576
+ export type GoogleAnalyticsAuthStartResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleAnalyticsAuthStart']>>>;
22577
+ export type GoogleAnalyticsSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleAnalyticsSetUserCredentials']>>>;
22578
+ export type GoogleAnalyticsOauthCallbackResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleAnalyticsOauthCallback']>>>;
22579
+ export type GoogleAnalyticsListAccountSummariesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleAnalyticsListAccountSummaries']>>>;
22580
+ export type GoogleAnalyticsRunReportResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleAnalyticsRunReport']>>>;
22581
+ export type GoogleAnalyticsRunPivotReportResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleAnalyticsRunPivotReport']>>>;
22582
+ export type GoogleAnalyticsBatchRunReportsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleAnalyticsBatchRunReports']>>>;
20749
22583
  export type GoogleCalendarAuthStartResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarAuthStart']>>>;
20750
22584
  export type GoogleCalendarSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarSetUserCredentials']>>>;
20751
22585
  export type GoogleCalendarOauthCallbackResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarOauthCallback']>>>;
@@ -20900,6 +22734,18 @@ export type MicrosoftSharepointListListItemsResult = NonNullable<Awaited<ReturnT
20900
22734
  export type MicrosoftSharepointCreateListItemResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['microsoftSharepointCreateListItem']>>>;
20901
22735
  export type MicrosoftSharepointUpdateListItemResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['microsoftSharepointUpdateListItem']>>>;
20902
22736
  export type MicrosoftSharepointSearchContentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['microsoftSharepointSearchContent']>>>;
22737
+ export type NotionAuthStartResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['notionAuthStart']>>>;
22738
+ export type NotionSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['notionSetUserCredentials']>>>;
22739
+ export type NotionOauthCallbackResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['notionOauthCallback']>>>;
22740
+ export type NotionSearchResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['notionSearch']>>>;
22741
+ export type NotionCreatePageResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['notionCreatePage']>>>;
22742
+ export type NotionGetPageResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['notionGetPage']>>>;
22743
+ export type NotionUpdatePageResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['notionUpdatePage']>>>;
22744
+ export type NotionQueryDataSourceResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['notionQueryDataSource']>>>;
22745
+ export type NotionAppendBlockChildrenResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['notionAppendBlockChildren']>>>;
22746
+ export type NotionGetBlockChildrenResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['notionGetBlockChildren']>>>;
22747
+ export type NotionListUsersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['notionListUsers']>>>;
22748
+ export type NotionGetMeResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['notionGetMe']>>>;
20903
22749
  export type OpenaiSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['openaiSetUserCredentials']>>>;
20904
22750
  export type OpenaiGenerateTextResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['openaiGenerateText']>>>;
20905
22751
  export type OpenaiCreateStreamResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['openaiCreateStream']>>>;