@uptiqai/integrations-sdk 1.11.0 → 1.12.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.
@@ -521,10 +521,6 @@ export type WealthboxGetWorkflowTemplatesBody = {
521
521
  userId: string;
522
522
  [key: string]: unknown | null;
523
523
  };
524
- export type WealthboxGetContactRoles200 = {
525
- contact_roles: WealthboxGetContactRoles200ContactRolesItem[];
526
- [key: string]: unknown | null;
527
- };
528
524
  export type WealthboxGetContactRoles200ContactRolesItemRemovedOptionsItem = {
529
525
  [key: string]: unknown | null;
530
526
  };
@@ -539,6 +535,10 @@ export type WealthboxGetContactRoles200ContactRolesItem = {
539
535
  removed_options?: WealthboxGetContactRoles200ContactRolesItemRemovedOptionsItem[];
540
536
  [key: string]: unknown | null;
541
537
  };
538
+ export type WealthboxGetContactRoles200 = {
539
+ contact_roles: WealthboxGetContactRoles200ContactRolesItem[];
540
+ [key: string]: unknown | null;
541
+ };
542
542
  export type WealthboxGetContactRolesBody = {
543
543
  /**
544
544
  * Page number for paginated Wealthbox endpoints.
@@ -608,6 +608,10 @@ export type WealthboxGetCategoryMembersBody = {
608
608
  userId: string;
609
609
  [key: string]: unknown | null;
610
610
  };
611
+ export type WealthboxGetCustomFields200 = {
612
+ custom_fields?: WealthboxGetCustomFields200CustomFieldsItem[];
613
+ [key: string]: unknown | null;
614
+ };
611
615
  /**
612
616
  * @nullable
613
617
  */
@@ -633,10 +637,6 @@ export type WealthboxGetCustomFields200CustomFieldsItem = {
633
637
  value?: WealthboxGetCustomFields200CustomFieldsItemValue;
634
638
  [key: string]: unknown | null;
635
639
  };
636
- export type WealthboxGetCustomFields200 = {
637
- custom_fields?: WealthboxGetCustomFields200CustomFieldsItem[];
638
- [key: string]: unknown | null;
639
- };
640
640
  /**
641
641
  * The document type that the custom fields are for
642
642
  */
@@ -735,10 +735,6 @@ export type WealthboxGetTeamsBody = {
735
735
  userId: string;
736
736
  [key: string]: unknown | null;
737
737
  };
738
- export type WealthboxGetUsers200 = {
739
- users?: WealthboxGetUsers200UsersItem[];
740
- [key: string]: unknown | null;
741
- };
742
738
  export type WealthboxGetUsers200UsersItemStatus = 'active' | 'invited' | 'inactive' | 'legacy' | string;
743
739
  export type WealthboxGetUsers200UsersItem = {
744
740
  /** @nullable */
@@ -751,6 +747,10 @@ export type WealthboxGetUsers200UsersItem = {
751
747
  status?: WealthboxGetUsers200UsersItemStatus;
752
748
  [key: string]: unknown | null;
753
749
  };
750
+ export type WealthboxGetUsers200 = {
751
+ users?: WealthboxGetUsers200UsersItem[];
752
+ [key: string]: unknown | null;
753
+ };
754
754
  /**
755
755
  * Filter users by their status
756
756
  */
@@ -786,21 +786,6 @@ export type WealthboxGetMe200UsersItem = {
786
786
  status?: WealthboxGetMe200UsersItemStatus;
787
787
  [key: string]: unknown | null;
788
788
  };
789
- export type WealthboxGetMe200CurrentUserStatus = 'active' | 'invited' | 'inactive' | 'legacy' | string;
790
- export type WealthboxGetMe200CurrentUser = {
791
- /** @nullable */
792
- account?: number | null;
793
- email?: string;
794
- excluded_from_assignments?: boolean;
795
- /** @nullable */
796
- id: number | null;
797
- name: string;
798
- status?: WealthboxGetMe200CurrentUserStatus;
799
- [key: string]: unknown | null;
800
- };
801
- export type WealthboxGetMe200AccountsItem = {
802
- [key: string]: unknown | null;
803
- };
804
789
  export type WealthboxGetMe200 = {
805
790
  accounts?: WealthboxGetMe200AccountsItem[];
806
791
  created_at?: string;
@@ -816,6 +801,21 @@ export type WealthboxGetMe200 = {
816
801
  users?: WealthboxGetMe200UsersItem[];
817
802
  [key: string]: unknown | null;
818
803
  };
804
+ export type WealthboxGetMe200CurrentUserStatus = 'active' | 'invited' | 'inactive' | 'legacy' | string;
805
+ export type WealthboxGetMe200CurrentUser = {
806
+ /** @nullable */
807
+ account?: number | null;
808
+ email?: string;
809
+ excluded_from_assignments?: boolean;
810
+ /** @nullable */
811
+ id: number | null;
812
+ name: string;
813
+ status?: WealthboxGetMe200CurrentUserStatus;
814
+ [key: string]: unknown | null;
815
+ };
816
+ export type WealthboxGetMe200AccountsItem = {
817
+ [key: string]: unknown | null;
818
+ };
819
819
  export type WealthboxGetMeBody = {
820
820
  /** Integration user id for Wealthbox requests. */
821
821
  userId: string;
@@ -1358,10 +1358,6 @@ export type WealthboxGetWorkflowBody = {
1358
1358
  userId: string;
1359
1359
  [key: string]: unknown | null;
1360
1360
  };
1361
- export type WealthboxGetWorkflows200 = {
1362
- workflows?: WealthboxGetWorkflows200WorkflowsItem[];
1363
- [key: string]: unknown | null;
1364
- };
1365
1361
  /**
1366
1362
  * @nullable
1367
1363
  */
@@ -1425,6 +1421,10 @@ export type WealthboxGetWorkflows200WorkflowsItem = {
1425
1421
  workflow_template?: WealthboxGetWorkflows200WorkflowsItemWorkflowTemplate;
1426
1422
  [key: string]: unknown | null;
1427
1423
  };
1424
+ export type WealthboxGetWorkflows200 = {
1425
+ workflows?: WealthboxGetWorkflows200WorkflowsItem[];
1426
+ [key: string]: unknown | null;
1427
+ };
1428
1428
  /**
1429
1429
  * Only returns workflows whose status match the specified value
1430
1430
  */
@@ -1532,12 +1532,6 @@ export type WealthboxUpdateProject200 = {
1532
1532
  visible_to?: WealthboxUpdateProject200VisibleTo;
1533
1533
  [key: string]: unknown | null;
1534
1534
  };
1535
- export type WealthboxUpdateProjectBodyCustomFieldsItem = {
1536
- /** @nullable */
1537
- id: number | null;
1538
- value?: WealthboxUpdateProjectBodyCustomFieldsItemValue;
1539
- [key: string]: unknown | null;
1540
- };
1541
1535
  export type WealthboxUpdateProjectBody = {
1542
1536
  custom_fields?: WealthboxUpdateProjectBodyCustomFieldsItem[];
1543
1537
  /** @minLength 1 */
@@ -1565,6 +1559,12 @@ export type WealthboxUpdateProjectBodyCustomFieldsItemValueAnyOfTwo = unknown |
1565
1559
  */
1566
1560
  export type WealthboxUpdateProjectBodyCustomFieldsItemValueAnyOf = unknown | null;
1567
1561
  export type WealthboxUpdateProjectBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateProjectBodyCustomFieldsItemValueAnyOf | WealthboxUpdateProjectBodyCustomFieldsItemValueAnyOfTwo;
1562
+ export type WealthboxUpdateProjectBodyCustomFieldsItem = {
1563
+ /** @nullable */
1564
+ id: number | null;
1565
+ value?: WealthboxUpdateProjectBodyCustomFieldsItemValue;
1566
+ [key: string]: unknown | null;
1567
+ };
1568
1568
  /**
1569
1569
  * @nullable
1570
1570
  */
@@ -1628,6 +1628,12 @@ export type WealthboxCreateProject200 = {
1628
1628
  visible_to?: WealthboxCreateProject200VisibleTo;
1629
1629
  [key: string]: unknown | null;
1630
1630
  };
1631
+ export type WealthboxCreateProjectBodyCustomFieldsItem = {
1632
+ /** @nullable */
1633
+ id: number | null;
1634
+ value?: WealthboxCreateProjectBodyCustomFieldsItemValue;
1635
+ [key: string]: unknown | null;
1636
+ };
1631
1637
  export type WealthboxCreateProjectBody = {
1632
1638
  custom_fields?: WealthboxCreateProjectBodyCustomFieldsItem[];
1633
1639
  /** @minLength 1 */
@@ -1650,12 +1656,6 @@ export type WealthboxCreateProjectBodyCustomFieldsItemValueAnyOfTwo = unknown |
1650
1656
  */
1651
1657
  export type WealthboxCreateProjectBodyCustomFieldsItemValueAnyOf = unknown | null;
1652
1658
  export type WealthboxCreateProjectBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxCreateProjectBodyCustomFieldsItemValueAnyOf | WealthboxCreateProjectBodyCustomFieldsItemValueAnyOfTwo;
1653
- export type WealthboxCreateProjectBodyCustomFieldsItem = {
1654
- /** @nullable */
1655
- id: number | null;
1656
- value?: WealthboxCreateProjectBodyCustomFieldsItemValue;
1657
- [key: string]: unknown | null;
1658
- };
1659
1659
  /**
1660
1660
  * @nullable
1661
1661
  */
@@ -2218,28 +2218,6 @@ export type WealthboxUpdateOpportunityBodyLinkedToItem = {
2218
2218
  type: string;
2219
2219
  [key: string]: unknown | null;
2220
2220
  };
2221
- /**
2222
- * @nullable
2223
- */
2224
- export type WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOfTwo = unknown | null;
2225
- /**
2226
- * @nullable
2227
- */
2228
- export type WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOf = unknown | null;
2229
- export type WealthboxUpdateOpportunityBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOf | WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOfTwo;
2230
- export type WealthboxUpdateOpportunityBodyCustomFieldsItem = {
2231
- /** @nullable */
2232
- id: number | null;
2233
- value?: WealthboxUpdateOpportunityBodyCustomFieldsItemValue;
2234
- [key: string]: unknown | null;
2235
- };
2236
- export type WealthboxUpdateOpportunityBodyAmountsItemKind = 'Fee' | 'Commission' | 'AUM' | 'Other' | string;
2237
- export type WealthboxUpdateOpportunityBodyAmountsItem = {
2238
- amount?: number;
2239
- currency?: string;
2240
- kind?: WealthboxUpdateOpportunityBodyAmountsItemKind;
2241
- [key: string]: unknown | null;
2242
- };
2243
2221
  export type WealthboxUpdateOpportunityBody = {
2244
2222
  amounts?: WealthboxUpdateOpportunityBodyAmountsItem[];
2245
2223
  custom_fields?: WealthboxUpdateOpportunityBodyCustomFieldsItem[];
@@ -2264,6 +2242,28 @@ export type WealthboxUpdateOpportunityBody = {
2264
2242
  visible_to?: string;
2265
2243
  [key: string]: unknown | null;
2266
2244
  };
2245
+ /**
2246
+ * @nullable
2247
+ */
2248
+ export type WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOfTwo = unknown | null;
2249
+ /**
2250
+ * @nullable
2251
+ */
2252
+ export type WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOf = unknown | null;
2253
+ export type WealthboxUpdateOpportunityBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOf | WealthboxUpdateOpportunityBodyCustomFieldsItemValueAnyOfTwo;
2254
+ export type WealthboxUpdateOpportunityBodyCustomFieldsItem = {
2255
+ /** @nullable */
2256
+ id: number | null;
2257
+ value?: WealthboxUpdateOpportunityBodyCustomFieldsItemValue;
2258
+ [key: string]: unknown | null;
2259
+ };
2260
+ export type WealthboxUpdateOpportunityBodyAmountsItemKind = 'Fee' | 'Commission' | 'AUM' | 'Other' | string;
2261
+ export type WealthboxUpdateOpportunityBodyAmountsItem = {
2262
+ amount?: number;
2263
+ currency?: string;
2264
+ kind?: WealthboxUpdateOpportunityBodyAmountsItemKind;
2265
+ [key: string]: unknown | null;
2266
+ };
2267
2267
  /**
2268
2268
  * @nullable
2269
2269
  */
@@ -2870,6 +2870,21 @@ export type WealthboxUpdateEventBodyInviteesItem = {
2870
2870
  type: string;
2871
2871
  [key: string]: unknown | null;
2872
2872
  };
2873
+ /**
2874
+ * @nullable
2875
+ */
2876
+ export type WealthboxUpdateEventBodyCustomFieldsItemValueAnyOfTwo = unknown | null;
2877
+ /**
2878
+ * @nullable
2879
+ */
2880
+ export type WealthboxUpdateEventBodyCustomFieldsItemValueAnyOf = unknown | null;
2881
+ export type WealthboxUpdateEventBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateEventBodyCustomFieldsItemValueAnyOf | WealthboxUpdateEventBodyCustomFieldsItemValueAnyOfTwo;
2882
+ export type WealthboxUpdateEventBodyCustomFieldsItem = {
2883
+ /** @nullable */
2884
+ id: number | null;
2885
+ value?: WealthboxUpdateEventBodyCustomFieldsItemValue;
2886
+ [key: string]: unknown | null;
2887
+ };
2873
2888
  export type WealthboxUpdateEventBody = {
2874
2889
  all_day?: boolean;
2875
2890
  custom_fields?: WealthboxUpdateEventBodyCustomFieldsItem[];
@@ -2896,21 +2911,6 @@ export type WealthboxUpdateEventBody = {
2896
2911
  visible_to?: string;
2897
2912
  [key: string]: unknown | null;
2898
2913
  };
2899
- /**
2900
- * @nullable
2901
- */
2902
- export type WealthboxUpdateEventBodyCustomFieldsItemValueAnyOfTwo = unknown | null;
2903
- /**
2904
- * @nullable
2905
- */
2906
- export type WealthboxUpdateEventBodyCustomFieldsItemValueAnyOf = unknown | null;
2907
- export type WealthboxUpdateEventBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateEventBodyCustomFieldsItemValueAnyOf | WealthboxUpdateEventBodyCustomFieldsItemValueAnyOfTwo;
2908
- export type WealthboxUpdateEventBodyCustomFieldsItem = {
2909
- /** @nullable */
2910
- id: number | null;
2911
- value?: WealthboxUpdateEventBodyCustomFieldsItemValue;
2912
- [key: string]: unknown | null;
2913
- };
2914
2914
  /**
2915
2915
  * @nullable
2916
2916
  */
@@ -3044,12 +3044,6 @@ export type WealthboxCreateEventBodyInviteesItem = {
3044
3044
  type: string;
3045
3045
  [key: string]: unknown | null;
3046
3046
  };
3047
- export type WealthboxCreateEventBodyCustomFieldsItem = {
3048
- /** @nullable */
3049
- id: number | null;
3050
- value?: WealthboxCreateEventBodyCustomFieldsItemValue;
3051
- [key: string]: unknown | null;
3052
- };
3053
3047
  export type WealthboxCreateEventBody = {
3054
3048
  all_day?: boolean;
3055
3049
  custom_fields?: WealthboxCreateEventBodyCustomFieldsItem[];
@@ -3080,6 +3074,12 @@ export type WealthboxCreateEventBodyCustomFieldsItemValueAnyOfTwo = unknown | nu
3080
3074
  */
3081
3075
  export type WealthboxCreateEventBodyCustomFieldsItemValueAnyOf = unknown | null;
3082
3076
  export type WealthboxCreateEventBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxCreateEventBodyCustomFieldsItemValueAnyOf | WealthboxCreateEventBodyCustomFieldsItemValueAnyOfTwo;
3077
+ export type WealthboxCreateEventBodyCustomFieldsItem = {
3078
+ /** @nullable */
3079
+ id: number | null;
3080
+ value?: WealthboxCreateEventBodyCustomFieldsItemValue;
3081
+ [key: string]: unknown | null;
3082
+ };
3083
3083
  /**
3084
3084
  * @nullable
3085
3085
  */
@@ -3506,6 +3506,12 @@ export type WealthboxUpdateTaskBodyLinkedToItem = {
3506
3506
  type: string;
3507
3507
  [key: string]: unknown | null;
3508
3508
  };
3509
+ export type WealthboxUpdateTaskBodyCustomFieldsItem = {
3510
+ /** @nullable */
3511
+ id: number | null;
3512
+ value?: WealthboxUpdateTaskBodyCustomFieldsItemValue;
3513
+ [key: string]: unknown | null;
3514
+ };
3509
3515
  export type WealthboxUpdateTaskBody = {
3510
3516
  /** @nullable */
3511
3517
  assigned_to?: number | null;
@@ -3541,12 +3547,6 @@ export type WealthboxUpdateTaskBodyCustomFieldsItemValueAnyOfTwo = unknown | nul
3541
3547
  */
3542
3548
  export type WealthboxUpdateTaskBodyCustomFieldsItemValueAnyOf = unknown | null;
3543
3549
  export type WealthboxUpdateTaskBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxUpdateTaskBodyCustomFieldsItemValueAnyOf | WealthboxUpdateTaskBodyCustomFieldsItemValueAnyOfTwo;
3544
- export type WealthboxUpdateTaskBodyCustomFieldsItem = {
3545
- /** @nullable */
3546
- id: number | null;
3547
- value?: WealthboxUpdateTaskBodyCustomFieldsItemValue;
3548
- [key: string]: unknown | null;
3549
- };
3550
3550
  /**
3551
3551
  * @nullable
3552
3552
  */
@@ -3698,6 +3698,12 @@ export type WealthboxCreateTaskBodyLinkedToItem = {
3698
3698
  type: string;
3699
3699
  [key: string]: unknown | null;
3700
3700
  };
3701
+ export type WealthboxCreateTaskBodyCustomFieldsItem = {
3702
+ /** @nullable */
3703
+ id: number | null;
3704
+ value?: WealthboxCreateTaskBodyCustomFieldsItemValue;
3705
+ [key: string]: unknown | null;
3706
+ };
3701
3707
  export type WealthboxCreateTaskBody = {
3702
3708
  /** @nullable */
3703
3709
  assigned_to?: number | null;
@@ -3728,12 +3734,6 @@ export type WealthboxCreateTaskBodyCustomFieldsItemValueAnyOfTwo = unknown | nul
3728
3734
  */
3729
3735
  export type WealthboxCreateTaskBodyCustomFieldsItemValueAnyOf = unknown | null;
3730
3736
  export type WealthboxCreateTaskBodyCustomFieldsItemValue = string | number | boolean | string[] | WealthboxCreateTaskBodyCustomFieldsItemValueAnyOf | WealthboxCreateTaskBodyCustomFieldsItemValueAnyOfTwo;
3731
- export type WealthboxCreateTaskBodyCustomFieldsItem = {
3732
- /** @nullable */
3733
- id: number | null;
3734
- value?: WealthboxCreateTaskBodyCustomFieldsItemValue;
3735
- [key: string]: unknown | null;
3736
- };
3737
3737
  /**
3738
3738
  * @nullable
3739
3739
  */
@@ -4262,178 +4262,27 @@ export type WealthboxUpdateContact200Image = unknown | null;
4262
4262
  * @nullable
4263
4263
  */
4264
4264
  export type WealthboxUpdateContact200Id = unknown | null;
4265
- export type WealthboxUpdateContact200 = {
4266
- /** @nullable */
4267
- adjusted_gross_income?: WealthboxUpdateContact200AdjustedGrossIncome;
4268
- /** @nullable */
4269
- anniversary?: WealthboxUpdateContact200Anniversary;
4270
- /** @nullable */
4271
- assets?: WealthboxUpdateContact200Assets;
4272
- /** @nullable */
4273
- assigned_to?: WealthboxUpdateContact200AssignedTo;
4274
- /** @nullable */
4275
- assistant?: WealthboxUpdateContact200Assistant;
4276
- /** @nullable */
4277
- attorney?: WealthboxUpdateContact200Attorney;
4278
- /** @nullable */
4279
- background_information?: WealthboxUpdateContact200BackgroundInformation;
4280
- /** @nullable */
4281
- birth_date?: WealthboxUpdateContact200BirthDate;
4282
- /** @nullable */
4283
- birth_place?: WealthboxUpdateContact200BirthPlace;
4284
- /** @nullable */
4285
- business_manager?: WealthboxUpdateContact200BusinessManager;
4286
- /** @nullable */
4287
- client_since?: WealthboxUpdateContact200ClientSince;
4288
- /** @nullable */
4289
- company_name?: WealthboxUpdateContact200CompanyName;
4290
- /** @nullable */
4291
- confirmed_by_tax_return?: WealthboxUpdateContact200ConfirmedByTaxReturn;
4292
- contact_roles?: WealthboxUpdateContact200ContactRolesItem[];
4293
- /** @nullable */
4294
- contact_source?: WealthboxUpdateContact200ContactSource;
4295
- /** @nullable */
4296
- contact_type?: WealthboxUpdateContact200ContactType;
4297
- /** @nullable */
4298
- cpa?: WealthboxUpdateContact200Cpa;
4299
- /** @nullable */
4300
- created_at?: WealthboxUpdateContact200CreatedAt;
4265
+ /**
4266
+ * @nullable
4267
+ */
4268
+ export type WealthboxUpdateContact200HouseholdTitle = unknown | null;
4269
+ /**
4270
+ * @nullable
4271
+ */
4272
+ export type WealthboxUpdateContact200HouseholdName = unknown | null;
4273
+ export type WealthboxUpdateContact200HouseholdMembersItem = {
4274
+ [key: string]: unknown | null;
4275
+ };
4276
+ /**
4277
+ * @nullable
4278
+ */
4279
+ export type WealthboxUpdateContact200HouseholdId = unknown | null;
4280
+ export type WealthboxUpdateContact200Household = {
4301
4281
  /** @nullable */
4302
- creator?: WealthboxUpdateContact200Creator;
4303
- custom_fields?: WealthboxUpdateContact200CustomFieldsItem[];
4282
+ id?: WealthboxUpdateContact200HouseholdId;
4283
+ members?: WealthboxUpdateContact200HouseholdMembersItem[];
4304
4284
  /** @nullable */
4305
- date_of_death?: WealthboxUpdateContact200DateOfDeath;
4306
- /** @nullable */
4307
- doctor?: WealthboxUpdateContact200Doctor;
4308
- drivers_license?: WealthboxUpdateContact200DriversLicense;
4309
- email_addresses?: WealthboxUpdateContact200EmailAddressesItem[];
4310
- /** @nullable */
4311
- estimated_taxes?: WealthboxUpdateContact200EstimatedTaxes;
4312
- /** @nullable */
4313
- external_unique_id?: WealthboxUpdateContact200ExternalUniqueId;
4314
- /** @nullable */
4315
- family_officer?: WealthboxUpdateContact200FamilyOfficer;
4316
- /** @nullable */
4317
- first_name?: WealthboxUpdateContact200FirstName;
4318
- /** @nullable */
4319
- gender?: WealthboxUpdateContact200Gender;
4320
- /** @nullable */
4321
- green_card_number?: WealthboxUpdateContact200GreenCardNumber;
4322
- /** @nullable */
4323
- gross_annual_income?: WealthboxUpdateContact200GrossAnnualIncome;
4324
- household?: WealthboxUpdateContact200Household;
4325
- /** @nullable */
4326
- id?: WealthboxUpdateContact200Id;
4327
- /** @nullable */
4328
- image?: WealthboxUpdateContact200Image;
4329
- /** @nullable */
4330
- important_information?: WealthboxUpdateContact200ImportantInformation;
4331
- /** @nullable */
4332
- initial_crs_offering_date?: WealthboxUpdateContact200InitialCrsOfferingDate;
4333
- /** @nullable */
4334
- insurance?: WealthboxUpdateContact200Insurance;
4335
- /** @nullable */
4336
- investment_objective?: WealthboxUpdateContact200InvestmentObjective;
4337
- /** @nullable */
4338
- job_title?: WealthboxUpdateContact200JobTitle;
4339
- /** @nullable */
4340
- last_adv_offering_date?: WealthboxUpdateContact200LastAdvOfferingDate;
4341
- /** @nullable */
4342
- last_crs_offering_date?: WealthboxUpdateContact200LastCrsOfferingDate;
4343
- /** @nullable */
4344
- last_name?: WealthboxUpdateContact200LastName;
4345
- /** @nullable */
4346
- last_privacy_offering_date?: WealthboxUpdateContact200LastPrivacyOfferingDate;
4347
- /** @nullable */
4348
- liabilities?: WealthboxUpdateContact200Liabilities;
4349
- /** @nullable */
4350
- linkedin_url?: WealthboxUpdateContact200LinkedinUrl;
4351
- /** @nullable */
4352
- maiden_name?: WealthboxUpdateContact200MaidenName;
4353
- /** @nullable */
4354
- marital_status?: WealthboxUpdateContact200MaritalStatus;
4355
- /** @nullable */
4356
- middle_name?: WealthboxUpdateContact200MiddleName;
4357
- /** @nullable */
4358
- mutual_fund_experience?: WealthboxUpdateContact200MutualFundExperience;
4359
- /** @nullable */
4360
- nickname?: WealthboxUpdateContact200Nickname;
4361
- /** @nullable */
4362
- non_liquid_assets?: WealthboxUpdateContact200NonLiquidAssets;
4363
- occupation?: WealthboxUpdateContact200Occupation;
4364
- /** @nullable */
4365
- other?: WealthboxUpdateContact200Other;
4366
- /** @nullable */
4367
- other_investing_experience?: WealthboxUpdateContact200OtherInvestingExperience;
4368
- /** @nullable */
4369
- partnerships_experience?: WealthboxUpdateContact200PartnershipsExperience;
4370
- /** @nullable */
4371
- passport_number?: WealthboxUpdateContact200PassportNumber;
4372
- /** @nullable */
4373
- personal_interests?: WealthboxUpdateContact200PersonalInterests;
4374
- phone_numbers?: WealthboxUpdateContact200PhoneNumbersItem[];
4375
- /** @nullable */
4376
- prefix?: WealthboxUpdateContact200Prefix;
4377
- /** @nullable */
4378
- referred_by?: WealthboxUpdateContact200ReferredBy;
4379
- /** @nullable */
4380
- retirement_date?: WealthboxUpdateContact200RetirementDate;
4381
- /** @nullable */
4382
- risk_tolerance?: WealthboxUpdateContact200RiskTolerance;
4383
- /** @nullable */
4384
- signed_fee_agreement_date?: WealthboxUpdateContact200SignedFeeAgreementDate;
4385
- /** @nullable */
4386
- signed_fp_agreement_date?: WealthboxUpdateContact200SignedFpAgreementDate;
4387
- /** @nullable */
4388
- signed_ips_agreement_date?: WealthboxUpdateContact200SignedIpsAgreementDate;
4389
- /** @nullable */
4390
- status?: WealthboxUpdateContact200Status;
4391
- /** @nullable */
4392
- stocks_and_bonds_experience?: WealthboxUpdateContact200StocksAndBondsExperience;
4393
- street_addresses?: WealthboxUpdateContact200StreetAddressesItem[];
4394
- /** @nullable */
4395
- suffix?: WealthboxUpdateContact200Suffix;
4396
- tags?: WealthboxUpdateContact200TagsItem[];
4397
- /** @nullable */
4398
- tax_bracket?: WealthboxUpdateContact200TaxBracket;
4399
- /** @nullable */
4400
- tax_year?: WealthboxUpdateContact200TaxYear;
4401
- /** @nullable */
4402
- time_horizon?: WealthboxUpdateContact200TimeHorizon;
4403
- /** @nullable */
4404
- trusted_contact?: WealthboxUpdateContact200TrustedContact;
4405
- /** @nullable */
4406
- twitter_name?: WealthboxUpdateContact200TwitterName;
4407
- /** @nullable */
4408
- type?: WealthboxUpdateContact200Type;
4409
- /** @nullable */
4410
- updated_at?: WealthboxUpdateContact200UpdatedAt;
4411
- /** @nullable */
4412
- visible_to?: WealthboxUpdateContact200VisibleTo;
4413
- websites?: WealthboxUpdateContact200WebsitesItem[];
4414
- [key: string]: unknown | null;
4415
- };
4416
- /**
4417
- * @nullable
4418
- */
4419
- export type WealthboxUpdateContact200HouseholdTitle = unknown | null;
4420
- /**
4421
- * @nullable
4422
- */
4423
- export type WealthboxUpdateContact200HouseholdName = unknown | null;
4424
- export type WealthboxUpdateContact200HouseholdMembersItem = {
4425
- [key: string]: unknown | null;
4426
- };
4427
- /**
4428
- * @nullable
4429
- */
4430
- export type WealthboxUpdateContact200HouseholdId = unknown | null;
4431
- export type WealthboxUpdateContact200Household = {
4432
- /** @nullable */
4433
- id?: WealthboxUpdateContact200HouseholdId;
4434
- members?: WealthboxUpdateContact200HouseholdMembersItem[];
4435
- /** @nullable */
4436
- name?: WealthboxUpdateContact200HouseholdName;
4285
+ name?: WealthboxUpdateContact200HouseholdName;
4437
4286
  /** @nullable */
4438
4287
  title?: WealthboxUpdateContact200HouseholdTitle;
4439
4288
  [key: string]: unknown | null;
@@ -4558,6 +4407,157 @@ export type WealthboxUpdateContact200Anniversary = unknown | null;
4558
4407
  * @nullable
4559
4408
  */
4560
4409
  export type WealthboxUpdateContact200AdjustedGrossIncome = unknown | null;
4410
+ export type WealthboxUpdateContact200 = {
4411
+ /** @nullable */
4412
+ adjusted_gross_income?: WealthboxUpdateContact200AdjustedGrossIncome;
4413
+ /** @nullable */
4414
+ anniversary?: WealthboxUpdateContact200Anniversary;
4415
+ /** @nullable */
4416
+ assets?: WealthboxUpdateContact200Assets;
4417
+ /** @nullable */
4418
+ assigned_to?: WealthboxUpdateContact200AssignedTo;
4419
+ /** @nullable */
4420
+ assistant?: WealthboxUpdateContact200Assistant;
4421
+ /** @nullable */
4422
+ attorney?: WealthboxUpdateContact200Attorney;
4423
+ /** @nullable */
4424
+ background_information?: WealthboxUpdateContact200BackgroundInformation;
4425
+ /** @nullable */
4426
+ birth_date?: WealthboxUpdateContact200BirthDate;
4427
+ /** @nullable */
4428
+ birth_place?: WealthboxUpdateContact200BirthPlace;
4429
+ /** @nullable */
4430
+ business_manager?: WealthboxUpdateContact200BusinessManager;
4431
+ /** @nullable */
4432
+ client_since?: WealthboxUpdateContact200ClientSince;
4433
+ /** @nullable */
4434
+ company_name?: WealthboxUpdateContact200CompanyName;
4435
+ /** @nullable */
4436
+ confirmed_by_tax_return?: WealthboxUpdateContact200ConfirmedByTaxReturn;
4437
+ contact_roles?: WealthboxUpdateContact200ContactRolesItem[];
4438
+ /** @nullable */
4439
+ contact_source?: WealthboxUpdateContact200ContactSource;
4440
+ /** @nullable */
4441
+ contact_type?: WealthboxUpdateContact200ContactType;
4442
+ /** @nullable */
4443
+ cpa?: WealthboxUpdateContact200Cpa;
4444
+ /** @nullable */
4445
+ created_at?: WealthboxUpdateContact200CreatedAt;
4446
+ /** @nullable */
4447
+ creator?: WealthboxUpdateContact200Creator;
4448
+ custom_fields?: WealthboxUpdateContact200CustomFieldsItem[];
4449
+ /** @nullable */
4450
+ date_of_death?: WealthboxUpdateContact200DateOfDeath;
4451
+ /** @nullable */
4452
+ doctor?: WealthboxUpdateContact200Doctor;
4453
+ drivers_license?: WealthboxUpdateContact200DriversLicense;
4454
+ email_addresses?: WealthboxUpdateContact200EmailAddressesItem[];
4455
+ /** @nullable */
4456
+ estimated_taxes?: WealthboxUpdateContact200EstimatedTaxes;
4457
+ /** @nullable */
4458
+ external_unique_id?: WealthboxUpdateContact200ExternalUniqueId;
4459
+ /** @nullable */
4460
+ family_officer?: WealthboxUpdateContact200FamilyOfficer;
4461
+ /** @nullable */
4462
+ first_name?: WealthboxUpdateContact200FirstName;
4463
+ /** @nullable */
4464
+ gender?: WealthboxUpdateContact200Gender;
4465
+ /** @nullable */
4466
+ green_card_number?: WealthboxUpdateContact200GreenCardNumber;
4467
+ /** @nullable */
4468
+ gross_annual_income?: WealthboxUpdateContact200GrossAnnualIncome;
4469
+ household?: WealthboxUpdateContact200Household;
4470
+ /** @nullable */
4471
+ id?: WealthboxUpdateContact200Id;
4472
+ /** @nullable */
4473
+ image?: WealthboxUpdateContact200Image;
4474
+ /** @nullable */
4475
+ important_information?: WealthboxUpdateContact200ImportantInformation;
4476
+ /** @nullable */
4477
+ initial_crs_offering_date?: WealthboxUpdateContact200InitialCrsOfferingDate;
4478
+ /** @nullable */
4479
+ insurance?: WealthboxUpdateContact200Insurance;
4480
+ /** @nullable */
4481
+ investment_objective?: WealthboxUpdateContact200InvestmentObjective;
4482
+ /** @nullable */
4483
+ job_title?: WealthboxUpdateContact200JobTitle;
4484
+ /** @nullable */
4485
+ last_adv_offering_date?: WealthboxUpdateContact200LastAdvOfferingDate;
4486
+ /** @nullable */
4487
+ last_crs_offering_date?: WealthboxUpdateContact200LastCrsOfferingDate;
4488
+ /** @nullable */
4489
+ last_name?: WealthboxUpdateContact200LastName;
4490
+ /** @nullable */
4491
+ last_privacy_offering_date?: WealthboxUpdateContact200LastPrivacyOfferingDate;
4492
+ /** @nullable */
4493
+ liabilities?: WealthboxUpdateContact200Liabilities;
4494
+ /** @nullable */
4495
+ linkedin_url?: WealthboxUpdateContact200LinkedinUrl;
4496
+ /** @nullable */
4497
+ maiden_name?: WealthboxUpdateContact200MaidenName;
4498
+ /** @nullable */
4499
+ marital_status?: WealthboxUpdateContact200MaritalStatus;
4500
+ /** @nullable */
4501
+ middle_name?: WealthboxUpdateContact200MiddleName;
4502
+ /** @nullable */
4503
+ mutual_fund_experience?: WealthboxUpdateContact200MutualFundExperience;
4504
+ /** @nullable */
4505
+ nickname?: WealthboxUpdateContact200Nickname;
4506
+ /** @nullable */
4507
+ non_liquid_assets?: WealthboxUpdateContact200NonLiquidAssets;
4508
+ occupation?: WealthboxUpdateContact200Occupation;
4509
+ /** @nullable */
4510
+ other?: WealthboxUpdateContact200Other;
4511
+ /** @nullable */
4512
+ other_investing_experience?: WealthboxUpdateContact200OtherInvestingExperience;
4513
+ /** @nullable */
4514
+ partnerships_experience?: WealthboxUpdateContact200PartnershipsExperience;
4515
+ /** @nullable */
4516
+ passport_number?: WealthboxUpdateContact200PassportNumber;
4517
+ /** @nullable */
4518
+ personal_interests?: WealthboxUpdateContact200PersonalInterests;
4519
+ phone_numbers?: WealthboxUpdateContact200PhoneNumbersItem[];
4520
+ /** @nullable */
4521
+ prefix?: WealthboxUpdateContact200Prefix;
4522
+ /** @nullable */
4523
+ referred_by?: WealthboxUpdateContact200ReferredBy;
4524
+ /** @nullable */
4525
+ retirement_date?: WealthboxUpdateContact200RetirementDate;
4526
+ /** @nullable */
4527
+ risk_tolerance?: WealthboxUpdateContact200RiskTolerance;
4528
+ /** @nullable */
4529
+ signed_fee_agreement_date?: WealthboxUpdateContact200SignedFeeAgreementDate;
4530
+ /** @nullable */
4531
+ signed_fp_agreement_date?: WealthboxUpdateContact200SignedFpAgreementDate;
4532
+ /** @nullable */
4533
+ signed_ips_agreement_date?: WealthboxUpdateContact200SignedIpsAgreementDate;
4534
+ /** @nullable */
4535
+ status?: WealthboxUpdateContact200Status;
4536
+ /** @nullable */
4537
+ stocks_and_bonds_experience?: WealthboxUpdateContact200StocksAndBondsExperience;
4538
+ street_addresses?: WealthboxUpdateContact200StreetAddressesItem[];
4539
+ /** @nullable */
4540
+ suffix?: WealthboxUpdateContact200Suffix;
4541
+ tags?: WealthboxUpdateContact200TagsItem[];
4542
+ /** @nullable */
4543
+ tax_bracket?: WealthboxUpdateContact200TaxBracket;
4544
+ /** @nullable */
4545
+ tax_year?: WealthboxUpdateContact200TaxYear;
4546
+ /** @nullable */
4547
+ time_horizon?: WealthboxUpdateContact200TimeHorizon;
4548
+ /** @nullable */
4549
+ trusted_contact?: WealthboxUpdateContact200TrustedContact;
4550
+ /** @nullable */
4551
+ twitter_name?: WealthboxUpdateContact200TwitterName;
4552
+ /** @nullable */
4553
+ type?: WealthboxUpdateContact200Type;
4554
+ /** @nullable */
4555
+ updated_at?: WealthboxUpdateContact200UpdatedAt;
4556
+ /** @nullable */
4557
+ visible_to?: WealthboxUpdateContact200VisibleTo;
4558
+ websites?: WealthboxUpdateContact200WebsitesItem[];
4559
+ [key: string]: unknown | null;
4560
+ };
4561
4561
  export type WealthboxUpdateContactBodyWebsitesItemKind = typeof WealthboxUpdateContactBodyWebsitesItemKind[keyof typeof WealthboxUpdateContactBodyWebsitesItemKind];
4562
4562
  export declare const WealthboxUpdateContactBodyWebsitesItemKind: {
4563
4563
  readonly Website: "Website";
@@ -4584,6 +4584,115 @@ export declare const WealthboxUpdateContactBodyTimeHorizon: {
4584
4584
  readonly Intermediate: "Intermediate";
4585
4585
  readonly Long_Term: "Long Term";
4586
4586
  };
4587
+ export type WealthboxUpdateContactBody = {
4588
+ /** @nullable */
4589
+ adjusted_gross_income?: number | null;
4590
+ anniversary?: string;
4591
+ /** @nullable */
4592
+ assets?: number | null;
4593
+ /** @nullable */
4594
+ assigned_to?: number | null;
4595
+ /** @nullable */
4596
+ assistant?: number | null;
4597
+ /** @nullable */
4598
+ attorney?: number | null;
4599
+ background_information?: string;
4600
+ birth_date?: string;
4601
+ birth_place?: string;
4602
+ /** @nullable */
4603
+ business_manager?: number | null;
4604
+ client_since?: string;
4605
+ company_name?: string;
4606
+ /** @nullable */
4607
+ confirmed_by_tax_return?: boolean | null;
4608
+ contact_roles?: WealthboxUpdateContactBodyContactRolesItem[];
4609
+ contact_source?: WealthboxUpdateContactBodyContactSource;
4610
+ contact_type?: WealthboxUpdateContactBodyContactType;
4611
+ /** @nullable */
4612
+ cpa?: number | null;
4613
+ custom_fields?: WealthboxUpdateContactBodyCustomFieldsItem[];
4614
+ date_of_death?: string;
4615
+ /** @nullable */
4616
+ doctor?: number | null;
4617
+ drivers_license?: WealthboxUpdateContactBodyDriversLicense;
4618
+ email_addresses?: WealthboxUpdateContactBodyEmailAddressesItem[];
4619
+ /** @nullable */
4620
+ estimated_taxes?: number | null;
4621
+ external_unique_id?: string;
4622
+ /** @nullable */
4623
+ family_officer?: number | null;
4624
+ first_name?: string;
4625
+ gender?: WealthboxUpdateContactBodyGender;
4626
+ green_card_number?: string;
4627
+ /** @nullable */
4628
+ gross_annual_income?: number | null;
4629
+ household?: WealthboxUpdateContactBodyHousehold;
4630
+ /**
4631
+ * The id of the contact to be retrieved
4632
+ * @nullable
4633
+ */
4634
+ id: number | null;
4635
+ important_information?: string;
4636
+ initial_crs_offering_date?: string;
4637
+ /** @nullable */
4638
+ insurance?: number | null;
4639
+ investment_objective?: WealthboxUpdateContactBodyInvestmentObjective;
4640
+ job_title?: string;
4641
+ last_adv_offering_date?: string;
4642
+ last_crs_offering_date?: string;
4643
+ last_name?: string;
4644
+ last_privacy_offering_date?: string;
4645
+ /** @nullable */
4646
+ liabilities?: number | null;
4647
+ linkedin_url?: string;
4648
+ maiden_name?: string;
4649
+ marital_status?: WealthboxUpdateContactBodyMaritalStatus;
4650
+ middle_name?: string;
4651
+ /** @nullable */
4652
+ mutual_fund_experience?: number | null;
4653
+ nickname?: string;
4654
+ /** @nullable */
4655
+ non_liquid_assets?: number | null;
4656
+ occupation?: WealthboxUpdateContactBodyOccupation;
4657
+ /** @nullable */
4658
+ other?: number | null;
4659
+ /** @nullable */
4660
+ other_investing_experience?: number | null;
4661
+ /** @nullable */
4662
+ partnerships_experience?: number | null;
4663
+ passport_number?: string;
4664
+ personal_interests?: string;
4665
+ phone_numbers?: WealthboxUpdateContactBodyPhoneNumbersItem[];
4666
+ prefix?: string;
4667
+ /** @nullable */
4668
+ referred_by?: number | null;
4669
+ retirement_date?: string;
4670
+ risk_tolerance?: WealthboxUpdateContactBodyRiskTolerance;
4671
+ signed_fee_agreement_date?: string;
4672
+ signed_fp_agreement_date?: string;
4673
+ signed_ips_agreement_date?: string;
4674
+ status?: WealthboxUpdateContactBodyStatus;
4675
+ /** @nullable */
4676
+ stocks_and_bonds_experience?: number | null;
4677
+ street_addresses?: WealthboxUpdateContactBodyStreetAddressesItem[];
4678
+ suffix?: string;
4679
+ tags?: string[];
4680
+ /** @nullable */
4681
+ tax_bracket?: number | null;
4682
+ /** @nullable */
4683
+ tax_year?: number | null;
4684
+ time_horizon?: WealthboxUpdateContactBodyTimeHorizon;
4685
+ /** @nullable */
4686
+ trusted_contact?: number | null;
4687
+ twitter_name?: string;
4688
+ type?: WealthboxUpdateContactBodyType;
4689
+ /** Integration user id for Wealthbox requests. */
4690
+ userId: string;
4691
+ /** Visibility: Everyone, Private, or a user group id (string) for group-restricted access per Wealthbox API. */
4692
+ visible_to?: string;
4693
+ websites?: WealthboxUpdateContactBodyWebsitesItem[];
4694
+ [key: string]: unknown | null;
4695
+ };
4587
4696
  export type WealthboxUpdateContactBodyStreetAddressesItemKind = typeof WealthboxUpdateContactBodyStreetAddressesItemKind[keyof typeof WealthboxUpdateContactBodyStreetAddressesItemKind];
4588
4697
  export declare const WealthboxUpdateContactBodyStreetAddressesItemKind: {
4589
4698
  readonly Work: "Work";
@@ -4702,115 +4811,6 @@ export type WealthboxUpdateContactBodyDriversLicense = {
4702
4811
  state?: string;
4703
4812
  [key: string]: unknown | null;
4704
4813
  };
4705
- export type WealthboxUpdateContactBody = {
4706
- /** @nullable */
4707
- adjusted_gross_income?: number | null;
4708
- anniversary?: string;
4709
- /** @nullable */
4710
- assets?: number | null;
4711
- /** @nullable */
4712
- assigned_to?: number | null;
4713
- /** @nullable */
4714
- assistant?: number | null;
4715
- /** @nullable */
4716
- attorney?: number | null;
4717
- background_information?: string;
4718
- birth_date?: string;
4719
- birth_place?: string;
4720
- /** @nullable */
4721
- business_manager?: number | null;
4722
- client_since?: string;
4723
- company_name?: string;
4724
- /** @nullable */
4725
- confirmed_by_tax_return?: boolean | null;
4726
- contact_roles?: WealthboxUpdateContactBodyContactRolesItem[];
4727
- contact_source?: WealthboxUpdateContactBodyContactSource;
4728
- contact_type?: WealthboxUpdateContactBodyContactType;
4729
- /** @nullable */
4730
- cpa?: number | null;
4731
- custom_fields?: WealthboxUpdateContactBodyCustomFieldsItem[];
4732
- date_of_death?: string;
4733
- /** @nullable */
4734
- doctor?: number | null;
4735
- drivers_license?: WealthboxUpdateContactBodyDriversLicense;
4736
- email_addresses?: WealthboxUpdateContactBodyEmailAddressesItem[];
4737
- /** @nullable */
4738
- estimated_taxes?: number | null;
4739
- external_unique_id?: string;
4740
- /** @nullable */
4741
- family_officer?: number | null;
4742
- first_name?: string;
4743
- gender?: WealthboxUpdateContactBodyGender;
4744
- green_card_number?: string;
4745
- /** @nullable */
4746
- gross_annual_income?: number | null;
4747
- household?: WealthboxUpdateContactBodyHousehold;
4748
- /**
4749
- * The id of the contact to be retrieved
4750
- * @nullable
4751
- */
4752
- id: number | null;
4753
- important_information?: string;
4754
- initial_crs_offering_date?: string;
4755
- /** @nullable */
4756
- insurance?: number | null;
4757
- investment_objective?: WealthboxUpdateContactBodyInvestmentObjective;
4758
- job_title?: string;
4759
- last_adv_offering_date?: string;
4760
- last_crs_offering_date?: string;
4761
- last_name?: string;
4762
- last_privacy_offering_date?: string;
4763
- /** @nullable */
4764
- liabilities?: number | null;
4765
- linkedin_url?: string;
4766
- maiden_name?: string;
4767
- marital_status?: WealthboxUpdateContactBodyMaritalStatus;
4768
- middle_name?: string;
4769
- /** @nullable */
4770
- mutual_fund_experience?: number | null;
4771
- nickname?: string;
4772
- /** @nullable */
4773
- non_liquid_assets?: number | null;
4774
- occupation?: WealthboxUpdateContactBodyOccupation;
4775
- /** @nullable */
4776
- other?: number | null;
4777
- /** @nullable */
4778
- other_investing_experience?: number | null;
4779
- /** @nullable */
4780
- partnerships_experience?: number | null;
4781
- passport_number?: string;
4782
- personal_interests?: string;
4783
- phone_numbers?: WealthboxUpdateContactBodyPhoneNumbersItem[];
4784
- prefix?: string;
4785
- /** @nullable */
4786
- referred_by?: number | null;
4787
- retirement_date?: string;
4788
- risk_tolerance?: WealthboxUpdateContactBodyRiskTolerance;
4789
- signed_fee_agreement_date?: string;
4790
- signed_fp_agreement_date?: string;
4791
- signed_ips_agreement_date?: string;
4792
- status?: WealthboxUpdateContactBodyStatus;
4793
- /** @nullable */
4794
- stocks_and_bonds_experience?: number | null;
4795
- street_addresses?: WealthboxUpdateContactBodyStreetAddressesItem[];
4796
- suffix?: string;
4797
- tags?: string[];
4798
- /** @nullable */
4799
- tax_bracket?: number | null;
4800
- /** @nullable */
4801
- tax_year?: number | null;
4802
- time_horizon?: WealthboxUpdateContactBodyTimeHorizon;
4803
- /** @nullable */
4804
- trusted_contact?: number | null;
4805
- twitter_name?: string;
4806
- type?: WealthboxUpdateContactBodyType;
4807
- /** Integration user id for Wealthbox requests. */
4808
- userId: string;
4809
- /** Visibility: Everyone, Private, or a user group id (string) for group-restricted access per Wealthbox API. */
4810
- visible_to?: string;
4811
- websites?: WealthboxUpdateContactBodyWebsitesItem[];
4812
- [key: string]: unknown | null;
4813
- };
4814
4814
  /**
4815
4815
  * @nullable
4816
4816
  */
@@ -5023,160 +5023,15 @@ export type WealthboxCreateContact200InitialCrsOfferingDate = unknown | null;
5023
5023
  /**
5024
5024
  * @nullable
5025
5025
  */
5026
- export type WealthboxCreateContact200ImportantInformation = unknown | null;
5027
- /**
5028
- * @nullable
5029
- */
5030
- export type WealthboxCreateContact200Image = unknown | null;
5031
- /**
5032
- * @nullable
5033
- */
5034
- export type WealthboxCreateContact200Id = unknown | null;
5035
- /**
5036
- * @nullable
5037
- */
5038
- export type WealthboxCreateContact200HouseholdTitle = unknown | null;
5039
- /**
5040
- * @nullable
5041
- */
5042
- export type WealthboxCreateContact200HouseholdName = unknown | null;
5043
- export type WealthboxCreateContact200HouseholdMembersItem = {
5044
- [key: string]: unknown | null;
5045
- };
5046
- /**
5047
- * @nullable
5048
- */
5049
- export type WealthboxCreateContact200HouseholdId = unknown | null;
5050
- export type WealthboxCreateContact200Household = {
5051
- /** @nullable */
5052
- id?: WealthboxCreateContact200HouseholdId;
5053
- members?: WealthboxCreateContact200HouseholdMembersItem[];
5054
- /** @nullable */
5055
- name?: WealthboxCreateContact200HouseholdName;
5056
- /** @nullable */
5057
- title?: WealthboxCreateContact200HouseholdTitle;
5058
- [key: string]: unknown | null;
5059
- };
5060
- /**
5061
- * @nullable
5062
- */
5063
- export type WealthboxCreateContact200GrossAnnualIncome = unknown | null;
5064
- /**
5065
- * @nullable
5066
- */
5067
- export type WealthboxCreateContact200GreenCardNumber = unknown | null;
5068
- /**
5069
- * @nullable
5070
- */
5071
- export type WealthboxCreateContact200Gender = unknown | null;
5072
- /**
5073
- * @nullable
5074
- */
5075
- export type WealthboxCreateContact200FirstName = unknown | null;
5076
- /**
5077
- * @nullable
5078
- */
5079
- export type WealthboxCreateContact200FamilyOfficer = unknown | null;
5080
- /**
5081
- * @nullable
5082
- */
5083
- export type WealthboxCreateContact200ExternalUniqueId = unknown | null;
5084
- /**
5085
- * @nullable
5086
- */
5087
- export type WealthboxCreateContact200EstimatedTaxes = unknown | null;
5088
- export type WealthboxCreateContact200EmailAddressesItem = {
5089
- [key: string]: unknown | null;
5090
- };
5091
- export type WealthboxCreateContact200DriversLicense = {
5092
- [key: string]: unknown | null;
5093
- };
5094
- /**
5095
- * @nullable
5096
- */
5097
- export type WealthboxCreateContact200Doctor = unknown | null;
5098
- /**
5099
- * @nullable
5100
- */
5101
- export type WealthboxCreateContact200DateOfDeath = unknown | null;
5102
- export type WealthboxCreateContact200CustomFieldsItem = {
5103
- [key: string]: unknown | null;
5104
- };
5105
- /**
5106
- * @nullable
5107
- */
5108
- export type WealthboxCreateContact200Creator = unknown | null;
5109
- /**
5110
- * @nullable
5111
- */
5112
- export type WealthboxCreateContact200CreatedAt = unknown | null;
5113
- /**
5114
- * @nullable
5115
- */
5116
- export type WealthboxCreateContact200Cpa = unknown | null;
5117
- /**
5118
- * @nullable
5119
- */
5120
- export type WealthboxCreateContact200ContactType = unknown | null;
5121
- /**
5122
- * @nullable
5123
- */
5124
- export type WealthboxCreateContact200ContactSource = unknown | null;
5125
- export type WealthboxCreateContact200ContactRolesItem = {
5126
- [key: string]: unknown | null;
5127
- };
5128
- /**
5129
- * @nullable
5130
- */
5131
- export type WealthboxCreateContact200ConfirmedByTaxReturn = unknown | null;
5132
- /**
5133
- * @nullable
5134
- */
5135
- export type WealthboxCreateContact200CompanyName = unknown | null;
5136
- /**
5137
- * @nullable
5138
- */
5139
- export type WealthboxCreateContact200ClientSince = unknown | null;
5140
- /**
5141
- * @nullable
5142
- */
5143
- export type WealthboxCreateContact200BusinessManager = unknown | null;
5144
- /**
5145
- * @nullable
5146
- */
5147
- export type WealthboxCreateContact200BirthPlace = unknown | null;
5148
- /**
5149
- * @nullable
5150
- */
5151
- export type WealthboxCreateContact200BirthDate = unknown | null;
5152
- /**
5153
- * @nullable
5154
- */
5155
- export type WealthboxCreateContact200BackgroundInformation = unknown | null;
5156
- /**
5157
- * @nullable
5158
- */
5159
- export type WealthboxCreateContact200Attorney = unknown | null;
5160
- /**
5161
- * @nullable
5162
- */
5163
- export type WealthboxCreateContact200Assistant = unknown | null;
5164
- /**
5165
- * @nullable
5166
- */
5167
- export type WealthboxCreateContact200AssignedTo = unknown | null;
5168
- /**
5169
- * @nullable
5170
- */
5171
- export type WealthboxCreateContact200Assets = unknown | null;
5026
+ export type WealthboxCreateContact200ImportantInformation = unknown | null;
5172
5027
  /**
5173
5028
  * @nullable
5174
5029
  */
5175
- export type WealthboxCreateContact200Anniversary = unknown | null;
5030
+ export type WealthboxCreateContact200Image = unknown | null;
5176
5031
  /**
5177
5032
  * @nullable
5178
5033
  */
5179
- export type WealthboxCreateContact200AdjustedGrossIncome = unknown | null;
5034
+ export type WealthboxCreateContact200Id = unknown | null;
5180
5035
  export type WealthboxCreateContact200 = {
5181
5036
  /** @nullable */
5182
5037
  adjusted_gross_income?: WealthboxCreateContact200AdjustedGrossIncome;
@@ -5328,6 +5183,151 @@ export type WealthboxCreateContact200 = {
5328
5183
  websites?: WealthboxCreateContact200WebsitesItem[];
5329
5184
  [key: string]: unknown | null;
5330
5185
  };
5186
+ /**
5187
+ * @nullable
5188
+ */
5189
+ export type WealthboxCreateContact200HouseholdTitle = unknown | null;
5190
+ /**
5191
+ * @nullable
5192
+ */
5193
+ export type WealthboxCreateContact200HouseholdName = unknown | null;
5194
+ export type WealthboxCreateContact200HouseholdMembersItem = {
5195
+ [key: string]: unknown | null;
5196
+ };
5197
+ /**
5198
+ * @nullable
5199
+ */
5200
+ export type WealthboxCreateContact200HouseholdId = unknown | null;
5201
+ export type WealthboxCreateContact200Household = {
5202
+ /** @nullable */
5203
+ id?: WealthboxCreateContact200HouseholdId;
5204
+ members?: WealthboxCreateContact200HouseholdMembersItem[];
5205
+ /** @nullable */
5206
+ name?: WealthboxCreateContact200HouseholdName;
5207
+ /** @nullable */
5208
+ title?: WealthboxCreateContact200HouseholdTitle;
5209
+ [key: string]: unknown | null;
5210
+ };
5211
+ /**
5212
+ * @nullable
5213
+ */
5214
+ export type WealthboxCreateContact200GrossAnnualIncome = unknown | null;
5215
+ /**
5216
+ * @nullable
5217
+ */
5218
+ export type WealthboxCreateContact200GreenCardNumber = unknown | null;
5219
+ /**
5220
+ * @nullable
5221
+ */
5222
+ export type WealthboxCreateContact200Gender = unknown | null;
5223
+ /**
5224
+ * @nullable
5225
+ */
5226
+ export type WealthboxCreateContact200FirstName = unknown | null;
5227
+ /**
5228
+ * @nullable
5229
+ */
5230
+ export type WealthboxCreateContact200FamilyOfficer = unknown | null;
5231
+ /**
5232
+ * @nullable
5233
+ */
5234
+ export type WealthboxCreateContact200ExternalUniqueId = unknown | null;
5235
+ /**
5236
+ * @nullable
5237
+ */
5238
+ export type WealthboxCreateContact200EstimatedTaxes = unknown | null;
5239
+ export type WealthboxCreateContact200EmailAddressesItem = {
5240
+ [key: string]: unknown | null;
5241
+ };
5242
+ export type WealthboxCreateContact200DriversLicense = {
5243
+ [key: string]: unknown | null;
5244
+ };
5245
+ /**
5246
+ * @nullable
5247
+ */
5248
+ export type WealthboxCreateContact200Doctor = unknown | null;
5249
+ /**
5250
+ * @nullable
5251
+ */
5252
+ export type WealthboxCreateContact200DateOfDeath = unknown | null;
5253
+ export type WealthboxCreateContact200CustomFieldsItem = {
5254
+ [key: string]: unknown | null;
5255
+ };
5256
+ /**
5257
+ * @nullable
5258
+ */
5259
+ export type WealthboxCreateContact200Creator = unknown | null;
5260
+ /**
5261
+ * @nullable
5262
+ */
5263
+ export type WealthboxCreateContact200CreatedAt = unknown | null;
5264
+ /**
5265
+ * @nullable
5266
+ */
5267
+ export type WealthboxCreateContact200Cpa = unknown | null;
5268
+ /**
5269
+ * @nullable
5270
+ */
5271
+ export type WealthboxCreateContact200ContactType = unknown | null;
5272
+ /**
5273
+ * @nullable
5274
+ */
5275
+ export type WealthboxCreateContact200ContactSource = unknown | null;
5276
+ export type WealthboxCreateContact200ContactRolesItem = {
5277
+ [key: string]: unknown | null;
5278
+ };
5279
+ /**
5280
+ * @nullable
5281
+ */
5282
+ export type WealthboxCreateContact200ConfirmedByTaxReturn = unknown | null;
5283
+ /**
5284
+ * @nullable
5285
+ */
5286
+ export type WealthboxCreateContact200CompanyName = unknown | null;
5287
+ /**
5288
+ * @nullable
5289
+ */
5290
+ export type WealthboxCreateContact200ClientSince = unknown | null;
5291
+ /**
5292
+ * @nullable
5293
+ */
5294
+ export type WealthboxCreateContact200BusinessManager = unknown | null;
5295
+ /**
5296
+ * @nullable
5297
+ */
5298
+ export type WealthboxCreateContact200BirthPlace = unknown | null;
5299
+ /**
5300
+ * @nullable
5301
+ */
5302
+ export type WealthboxCreateContact200BirthDate = unknown | null;
5303
+ /**
5304
+ * @nullable
5305
+ */
5306
+ export type WealthboxCreateContact200BackgroundInformation = unknown | null;
5307
+ /**
5308
+ * @nullable
5309
+ */
5310
+ export type WealthboxCreateContact200Attorney = unknown | null;
5311
+ /**
5312
+ * @nullable
5313
+ */
5314
+ export type WealthboxCreateContact200Assistant = unknown | null;
5315
+ /**
5316
+ * @nullable
5317
+ */
5318
+ export type WealthboxCreateContact200AssignedTo = unknown | null;
5319
+ /**
5320
+ * @nullable
5321
+ */
5322
+ export type WealthboxCreateContact200Assets = unknown | null;
5323
+ /**
5324
+ * @nullable
5325
+ */
5326
+ export type WealthboxCreateContact200Anniversary = unknown | null;
5327
+ /**
5328
+ * @nullable
5329
+ */
5330
+ export type WealthboxCreateContact200AdjustedGrossIncome = unknown | null;
5331
5331
  export type WealthboxCreateContactBodyWebsitesItemKind = typeof WealthboxCreateContactBodyWebsitesItemKind[keyof typeof WealthboxCreateContactBodyWebsitesItemKind];
5332
5332
  export declare const WealthboxCreateContactBodyWebsitesItemKind: {
5333
5333
  readonly Website: "Website";
@@ -5352,111 +5352,7 @@ export type WealthboxCreateContactBodyTimeHorizon = typeof WealthboxCreateContac
5352
5352
  export declare const WealthboxCreateContactBodyTimeHorizon: {
5353
5353
  readonly Short_Term: "Short Term";
5354
5354
  readonly Intermediate: "Intermediate";
5355
- readonly Long_Term: "Long Term";
5356
- };
5357
- export type WealthboxCreateContactBody = {
5358
- /** @nullable */
5359
- adjusted_gross_income?: number | null;
5360
- anniversary?: string;
5361
- /** @nullable */
5362
- assets?: number | null;
5363
- /** @nullable */
5364
- assigned_to?: number | null;
5365
- /** @nullable */
5366
- assistant?: number | null;
5367
- /** @nullable */
5368
- attorney?: number | null;
5369
- background_information?: string;
5370
- birth_date?: string;
5371
- birth_place?: string;
5372
- /** @nullable */
5373
- business_manager?: number | null;
5374
- client_since?: string;
5375
- company_name?: string;
5376
- /** @nullable */
5377
- confirmed_by_tax_return?: boolean | null;
5378
- contact_roles?: WealthboxCreateContactBodyContactRolesItem[];
5379
- contact_source?: WealthboxCreateContactBodyContactSource;
5380
- contact_type?: WealthboxCreateContactBodyContactType;
5381
- /** @nullable */
5382
- cpa?: number | null;
5383
- custom_fields?: WealthboxCreateContactBodyCustomFieldsItem[];
5384
- date_of_death?: string;
5385
- /** @nullable */
5386
- doctor?: number | null;
5387
- drivers_license?: WealthboxCreateContactBodyDriversLicense;
5388
- email_addresses?: WealthboxCreateContactBodyEmailAddressesItem[];
5389
- /** @nullable */
5390
- estimated_taxes?: number | null;
5391
- external_unique_id?: string;
5392
- /** @nullable */
5393
- family_officer?: number | null;
5394
- first_name: string;
5395
- gender?: WealthboxCreateContactBodyGender;
5396
- green_card_number?: string;
5397
- /** @nullable */
5398
- gross_annual_income?: number | null;
5399
- household?: WealthboxCreateContactBodyHousehold;
5400
- important_information?: string;
5401
- initial_crs_offering_date?: string;
5402
- /** @nullable */
5403
- insurance?: number | null;
5404
- investment_objective?: WealthboxCreateContactBodyInvestmentObjective;
5405
- job_title?: string;
5406
- last_adv_offering_date?: string;
5407
- last_crs_offering_date?: string;
5408
- last_name: string;
5409
- last_privacy_offering_date?: string;
5410
- /** @nullable */
5411
- liabilities?: number | null;
5412
- linkedin_url?: string;
5413
- maiden_name?: string;
5414
- marital_status?: WealthboxCreateContactBodyMaritalStatus;
5415
- middle_name?: string;
5416
- /** @nullable */
5417
- mutual_fund_experience?: number | null;
5418
- nickname?: string;
5419
- /** @nullable */
5420
- non_liquid_assets?: number | null;
5421
- occupation?: WealthboxCreateContactBodyOccupation;
5422
- /** @nullable */
5423
- other?: number | null;
5424
- /** @nullable */
5425
- other_investing_experience?: number | null;
5426
- /** @nullable */
5427
- partnerships_experience?: number | null;
5428
- passport_number?: string;
5429
- personal_interests?: string;
5430
- phone_numbers?: WealthboxCreateContactBodyPhoneNumbersItem[];
5431
- prefix?: string;
5432
- /** @nullable */
5433
- referred_by?: number | null;
5434
- retirement_date?: string;
5435
- risk_tolerance?: WealthboxCreateContactBodyRiskTolerance;
5436
- signed_fee_agreement_date?: string;
5437
- signed_fp_agreement_date?: string;
5438
- signed_ips_agreement_date?: string;
5439
- status?: WealthboxCreateContactBodyStatus;
5440
- /** @nullable */
5441
- stocks_and_bonds_experience?: number | null;
5442
- street_addresses?: WealthboxCreateContactBodyStreetAddressesItem[];
5443
- suffix?: string;
5444
- tags?: string[];
5445
- /** @nullable */
5446
- tax_bracket?: number | null;
5447
- /** @nullable */
5448
- tax_year?: number | null;
5449
- time_horizon?: WealthboxCreateContactBodyTimeHorizon;
5450
- /** @nullable */
5451
- trusted_contact?: number | null;
5452
- twitter_name?: string;
5453
- type?: WealthboxCreateContactBodyType;
5454
- /** Integration user id for Wealthbox requests. */
5455
- userId: string;
5456
- /** Visibility: Everyone, Private, or a user group id (string) for group-restricted access per Wealthbox API. */
5457
- visible_to?: string;
5458
- websites?: WealthboxCreateContactBodyWebsitesItem[];
5459
- [key: string]: unknown | null;
5355
+ readonly Long_Term: "Long Term";
5460
5356
  };
5461
5357
  export type WealthboxCreateContactBodyStreetAddressesItemKind = typeof WealthboxCreateContactBodyStreetAddressesItemKind[keyof typeof WealthboxCreateContactBodyStreetAddressesItemKind];
5462
5358
  export declare const WealthboxCreateContactBodyStreetAddressesItemKind: {
@@ -5614,6 +5510,110 @@ export type WealthboxCreateContactBodyContactRolesItem = {
5614
5510
  value: number | null;
5615
5511
  [key: string]: unknown | null;
5616
5512
  };
5513
+ export type WealthboxCreateContactBody = {
5514
+ /** @nullable */
5515
+ adjusted_gross_income?: number | null;
5516
+ anniversary?: string;
5517
+ /** @nullable */
5518
+ assets?: number | null;
5519
+ /** @nullable */
5520
+ assigned_to?: number | null;
5521
+ /** @nullable */
5522
+ assistant?: number | null;
5523
+ /** @nullable */
5524
+ attorney?: number | null;
5525
+ background_information?: string;
5526
+ birth_date?: string;
5527
+ birth_place?: string;
5528
+ /** @nullable */
5529
+ business_manager?: number | null;
5530
+ client_since?: string;
5531
+ company_name?: string;
5532
+ /** @nullable */
5533
+ confirmed_by_tax_return?: boolean | null;
5534
+ contact_roles?: WealthboxCreateContactBodyContactRolesItem[];
5535
+ contact_source?: WealthboxCreateContactBodyContactSource;
5536
+ contact_type?: WealthboxCreateContactBodyContactType;
5537
+ /** @nullable */
5538
+ cpa?: number | null;
5539
+ custom_fields?: WealthboxCreateContactBodyCustomFieldsItem[];
5540
+ date_of_death?: string;
5541
+ /** @nullable */
5542
+ doctor?: number | null;
5543
+ drivers_license?: WealthboxCreateContactBodyDriversLicense;
5544
+ email_addresses?: WealthboxCreateContactBodyEmailAddressesItem[];
5545
+ /** @nullable */
5546
+ estimated_taxes?: number | null;
5547
+ external_unique_id?: string;
5548
+ /** @nullable */
5549
+ family_officer?: number | null;
5550
+ first_name: string;
5551
+ gender?: WealthboxCreateContactBodyGender;
5552
+ green_card_number?: string;
5553
+ /** @nullable */
5554
+ gross_annual_income?: number | null;
5555
+ household?: WealthboxCreateContactBodyHousehold;
5556
+ important_information?: string;
5557
+ initial_crs_offering_date?: string;
5558
+ /** @nullable */
5559
+ insurance?: number | null;
5560
+ investment_objective?: WealthboxCreateContactBodyInvestmentObjective;
5561
+ job_title?: string;
5562
+ last_adv_offering_date?: string;
5563
+ last_crs_offering_date?: string;
5564
+ last_name: string;
5565
+ last_privacy_offering_date?: string;
5566
+ /** @nullable */
5567
+ liabilities?: number | null;
5568
+ linkedin_url?: string;
5569
+ maiden_name?: string;
5570
+ marital_status?: WealthboxCreateContactBodyMaritalStatus;
5571
+ middle_name?: string;
5572
+ /** @nullable */
5573
+ mutual_fund_experience?: number | null;
5574
+ nickname?: string;
5575
+ /** @nullable */
5576
+ non_liquid_assets?: number | null;
5577
+ occupation?: WealthboxCreateContactBodyOccupation;
5578
+ /** @nullable */
5579
+ other?: number | null;
5580
+ /** @nullable */
5581
+ other_investing_experience?: number | null;
5582
+ /** @nullable */
5583
+ partnerships_experience?: number | null;
5584
+ passport_number?: string;
5585
+ personal_interests?: string;
5586
+ phone_numbers?: WealthboxCreateContactBodyPhoneNumbersItem[];
5587
+ prefix?: string;
5588
+ /** @nullable */
5589
+ referred_by?: number | null;
5590
+ retirement_date?: string;
5591
+ risk_tolerance?: WealthboxCreateContactBodyRiskTolerance;
5592
+ signed_fee_agreement_date?: string;
5593
+ signed_fp_agreement_date?: string;
5594
+ signed_ips_agreement_date?: string;
5595
+ status?: WealthboxCreateContactBodyStatus;
5596
+ /** @nullable */
5597
+ stocks_and_bonds_experience?: number | null;
5598
+ street_addresses?: WealthboxCreateContactBodyStreetAddressesItem[];
5599
+ suffix?: string;
5600
+ tags?: string[];
5601
+ /** @nullable */
5602
+ tax_bracket?: number | null;
5603
+ /** @nullable */
5604
+ tax_year?: number | null;
5605
+ time_horizon?: WealthboxCreateContactBodyTimeHorizon;
5606
+ /** @nullable */
5607
+ trusted_contact?: number | null;
5608
+ twitter_name?: string;
5609
+ type?: WealthboxCreateContactBodyType;
5610
+ /** Integration user id for Wealthbox requests. */
5611
+ userId: string;
5612
+ /** Visibility: Everyone, Private, or a user group id (string) for group-restricted access per Wealthbox API. */
5613
+ visible_to?: string;
5614
+ websites?: WealthboxCreateContactBodyWebsitesItem[];
5615
+ [key: string]: unknown | null;
5616
+ };
5617
5617
  export type WealthboxGetContact200WebsitesItem = {
5618
5618
  [key: string]: unknown | null;
5619
5619
  };
@@ -6899,6 +6899,272 @@ export type SocureRiskosSubmitEvaluationBody = {
6899
6899
  workflow: string;
6900
6900
  [key: string]: unknown | null;
6901
6901
  };
6902
+ export type SlackLookupUserByEmail200UserProfile = {
6903
+ email?: string;
6904
+ image_192?: string;
6905
+ image_24?: string;
6906
+ image_32?: string;
6907
+ image_48?: string;
6908
+ image_72?: string;
6909
+ [key: string]: unknown | null;
6910
+ };
6911
+ export type SlackLookupUserByEmail200User = {
6912
+ id?: string;
6913
+ name?: string;
6914
+ profile?: SlackLookupUserByEmail200UserProfile;
6915
+ real_name?: string;
6916
+ [key: string]: unknown | null;
6917
+ };
6918
+ export type SlackLookupUserByEmail200 = {
6919
+ ok?: boolean;
6920
+ user?: SlackLookupUserByEmail200User;
6921
+ [key: string]: unknown | null;
6922
+ };
6923
+ export type SlackLookupUserByEmailBody = {
6924
+ /** An email address belonging to a user in the workspace. */
6925
+ email: string;
6926
+ /** Integration user id for Slack requests. */
6927
+ userId: string;
6928
+ };
6929
+ export type SlackListUsers200ResponseMetadata = {
6930
+ next_cursor?: string;
6931
+ [key: string]: unknown | null;
6932
+ };
6933
+ /**
6934
+ * @nullable
6935
+ */
6936
+ export type SlackListUsers200MembersItemProfile = unknown | null;
6937
+ export type SlackListUsers200MembersItem = {
6938
+ color?: string;
6939
+ deleted?: boolean;
6940
+ id?: string;
6941
+ is_admin?: boolean;
6942
+ is_app_user?: boolean;
6943
+ is_bot?: boolean;
6944
+ is_owner?: boolean;
6945
+ is_primary_owner?: boolean;
6946
+ is_restricted?: boolean;
6947
+ is_ultra_restricted?: boolean;
6948
+ name?: string;
6949
+ /** @nullable */
6950
+ profile?: SlackListUsers200MembersItemProfile;
6951
+ real_name?: string;
6952
+ tz?: string;
6953
+ [key: string]: unknown | null;
6954
+ };
6955
+ export type SlackListUsers200 = {
6956
+ members?: SlackListUsers200MembersItem[];
6957
+ ok?: boolean;
6958
+ response_metadata?: SlackListUsers200ResponseMetadata;
6959
+ [key: string]: unknown | null;
6960
+ };
6961
+ export type SlackListUsersBody = {
6962
+ /** Paginate through collections of data. */
6963
+ cursor?: string;
6964
+ /** The maximum number of items to return. */
6965
+ limit?: number;
6966
+ /** Integration user id for Slack requests. */
6967
+ userId: string;
6968
+ };
6969
+ export type SlackGetThreadReplies200ResponseMetadata = {
6970
+ next_cursor?: string;
6971
+ [key: string]: unknown | null;
6972
+ };
6973
+ /**
6974
+ * @nullable
6975
+ */
6976
+ export type SlackGetThreadReplies200MessagesItem = unknown | null;
6977
+ export type SlackGetThreadReplies200 = {
6978
+ has_more?: boolean;
6979
+ messages?: SlackGetThreadReplies200MessagesItem[];
6980
+ ok?: boolean;
6981
+ response_metadata?: SlackGetThreadReplies200ResponseMetadata;
6982
+ [key: string]: unknown | null;
6983
+ };
6984
+ export type SlackGetThreadRepliesBody = {
6985
+ /** Channel containing the thread. */
6986
+ channel: string;
6987
+ /** Paginate through collections of data. */
6988
+ cursor?: string;
6989
+ /** The maximum number of items to return. */
6990
+ limit?: number;
6991
+ /** Timestamp of the thread to get replies for. */
6992
+ ts: string;
6993
+ /** Integration user id for Slack requests. */
6994
+ userId: string;
6995
+ };
6996
+ export type SlackGetChannelHistory200ResponseMetadata = {
6997
+ next_cursor?: string;
6998
+ [key: string]: unknown | null;
6999
+ };
7000
+ /**
7001
+ * @nullable
7002
+ */
7003
+ export type SlackGetChannelHistory200MessagesItem = unknown | null;
7004
+ export type SlackGetChannelHistory200 = {
7005
+ has_more?: boolean;
7006
+ messages?: SlackGetChannelHistory200MessagesItem[];
7007
+ ok?: boolean;
7008
+ response_metadata?: SlackGetChannelHistory200ResponseMetadata;
7009
+ [key: string]: unknown | null;
7010
+ };
7011
+ export type SlackGetChannelHistoryBody = {
7012
+ /** Channel to fetch history for. */
7013
+ channel: string;
7014
+ /** Paginate through collections of data. */
7015
+ cursor?: string;
7016
+ /** The maximum number of items to return. */
7017
+ limit?: number;
7018
+ /** Integration user id for Slack requests. */
7019
+ userId: string;
7020
+ };
7021
+ export type SlackGetChannel200Channel = {
7022
+ id?: string;
7023
+ is_archived?: boolean;
7024
+ is_channel?: boolean;
7025
+ is_group?: boolean;
7026
+ is_im?: boolean;
7027
+ is_mpim?: boolean;
7028
+ is_private?: boolean;
7029
+ name?: string;
7030
+ [key: string]: unknown | null;
7031
+ };
7032
+ export type SlackGetChannel200 = {
7033
+ channel?: SlackGetChannel200Channel;
7034
+ ok?: boolean;
7035
+ [key: string]: unknown | null;
7036
+ };
7037
+ export type SlackGetChannelBody = {
7038
+ /** Channel to fetch information for. */
7039
+ channel: string;
7040
+ /** Integration user id for Slack requests. */
7041
+ userId: string;
7042
+ };
7043
+ export type SlackListChannels200ResponseMetadata = {
7044
+ next_cursor?: string;
7045
+ [key: string]: unknown | null;
7046
+ };
7047
+ export type SlackListChannels200ChannelsItem = {
7048
+ id?: string;
7049
+ is_archived?: boolean;
7050
+ is_channel?: boolean;
7051
+ is_general?: boolean;
7052
+ is_group?: boolean;
7053
+ is_im?: boolean;
7054
+ is_member?: boolean;
7055
+ is_mpim?: boolean;
7056
+ is_private?: boolean;
7057
+ name?: string;
7058
+ [key: string]: unknown | null;
7059
+ };
7060
+ export type SlackListChannels200 = {
7061
+ channels?: SlackListChannels200ChannelsItem[];
7062
+ ok?: boolean;
7063
+ response_metadata?: SlackListChannels200ResponseMetadata;
7064
+ [key: string]: unknown | null;
7065
+ };
7066
+ export type SlackListChannelsBody = {
7067
+ /** Paginate through collections of data. */
7068
+ cursor?: string;
7069
+ /** Set to true to exclude archived channels. */
7070
+ exclude_archived?: boolean;
7071
+ /** The maximum number of items to return. */
7072
+ limit?: number;
7073
+ /** Comma-separated list of channel types. */
7074
+ types?: string;
7075
+ /** Integration user id for Slack requests. */
7076
+ userId: string;
7077
+ };
7078
+ /**
7079
+ * @nullable
7080
+ */
7081
+ export type SlackUpdateMessage200Message = unknown | null;
7082
+ export type SlackUpdateMessage200 = {
7083
+ channel?: string;
7084
+ /** @nullable */
7085
+ message?: SlackUpdateMessage200Message;
7086
+ ok?: boolean;
7087
+ text?: string;
7088
+ ts?: string;
7089
+ [key: string]: unknown | null;
7090
+ };
7091
+ /**
7092
+ * @nullable
7093
+ */
7094
+ export type SlackUpdateMessageBodyBlocksItem = unknown | null;
7095
+ export type SlackUpdateMessageBody = {
7096
+ /** A JSON-based array of structured blocks. */
7097
+ blocks?: SlackUpdateMessageBodyBlocksItem[];
7098
+ /** Channel containing the message to be updated. */
7099
+ channel: string;
7100
+ /** New text for the message. */
7101
+ text?: string;
7102
+ /** Timestamp of the message to be updated. */
7103
+ ts: string;
7104
+ /** Integration user id for Slack requests. */
7105
+ userId: string;
7106
+ };
7107
+ /**
7108
+ * @nullable
7109
+ */
7110
+ export type SlackPostMessage200Message = unknown | null;
7111
+ export type SlackPostMessage200 = {
7112
+ channel?: string;
7113
+ /** @nullable */
7114
+ message?: SlackPostMessage200Message;
7115
+ ok?: boolean;
7116
+ ts?: string;
7117
+ [key: string]: unknown | null;
7118
+ };
7119
+ /**
7120
+ * @nullable
7121
+ */
7122
+ export type SlackPostMessageBodyBlocksItem = unknown | null;
7123
+ export type SlackPostMessageBody = {
7124
+ /** A JSON-based array of structured blocks. */
7125
+ blocks?: SlackPostMessageBodyBlocksItem[];
7126
+ /** Channel ID where the message will be posted. */
7127
+ channel: string;
7128
+ /** The text of the message to send. */
7129
+ text: string;
7130
+ /** Provide another message's ts value to make this message a reply. */
7131
+ thread_ts?: string;
7132
+ /** Integration user id for Slack requests. */
7133
+ userId: string;
7134
+ };
7135
+ export type SlackOauthCallback200 = {
7136
+ [key: string]: unknown;
7137
+ };
7138
+ export type SlackOauthCallbackParams = {
7139
+ code?: string;
7140
+ state?: string;
7141
+ error?: string;
7142
+ };
7143
+ export type SlackSetUserCredentials200 = {
7144
+ userId: string;
7145
+ };
7146
+ export type SlackSetUserCredentialsBody = {
7147
+ /** Slack OAuth client ID for this user. */
7148
+ clientId: string;
7149
+ /** Slack OAuth client secret for this user. */
7150
+ clientSecret: string;
7151
+ /** Existing integration user id. Omit to create a new integration user credential record. */
7152
+ userId?: string;
7153
+ };
7154
+ export type SlackOauthInitiate200 = {
7155
+ authorizationUrl: string;
7156
+ };
7157
+ export type SlackOauthInitiateBody = {
7158
+ /**
7159
+ * App user id from the agent or connect flow. Used to find or create the credential row.
7160
+ * @minLength 1
7161
+ */
7162
+ externalUserId?: string;
7163
+ /** Generated app URL to redirect the browser to after OAuth completes. */
7164
+ originalRedirectUrl?: string;
7165
+ /** Existing integration user id (internal). Use when reconnecting an existing Hub user. */
7166
+ userId?: string;
7167
+ };
6902
7168
  export type ResendSendEmail200 = {
6903
7169
  /** Provider message ID */
6904
7170
  id?: string;
@@ -7181,6 +7447,11 @@ export type RedtailGetDatabaseTeams200Meta = {
7181
7447
  total_records?: number;
7182
7448
  [key: string]: unknown | null;
7183
7449
  };
7450
+ export type RedtailGetDatabaseTeams200 = {
7451
+ database_teams?: RedtailGetDatabaseTeams200DatabaseTeams;
7452
+ meta?: RedtailGetDatabaseTeams200Meta;
7453
+ [key: string]: unknown | null;
7454
+ };
7184
7455
  export type RedtailGetDatabaseTeams200DatabaseTeamsAnyOfTwo = {
7185
7456
  [key: string]: unknown | null;
7186
7457
  };
@@ -7188,11 +7459,6 @@ export type RedtailGetDatabaseTeams200DatabaseTeamsAnyOfItem = {
7188
7459
  [key: string]: unknown | null;
7189
7460
  };
7190
7461
  export type RedtailGetDatabaseTeams200DatabaseTeams = RedtailGetDatabaseTeams200DatabaseTeamsAnyOfItem[] | RedtailGetDatabaseTeams200DatabaseTeamsAnyOfTwo;
7191
- export type RedtailGetDatabaseTeams200 = {
7192
- database_teams?: RedtailGetDatabaseTeams200DatabaseTeams;
7193
- meta?: RedtailGetDatabaseTeams200Meta;
7194
- [key: string]: unknown | null;
7195
- };
7196
7462
  export type RedtailGetDatabaseTeamsBody = {
7197
7463
  /**
7198
7464
  * Whether to include family member data for the families endpoint
@@ -7925,16 +8191,7 @@ export type RedtailUpdateContactAccount200AnyOfNine = {
7925
8191
  success?: boolean;
7926
8192
  [key: string]: unknown | null;
7927
8193
  };
7928
- export type RedtailUpdateContactAccount200AnyOf = {
7929
- account: RedtailUpdateContactAccount200AnyOfAccount;
7930
- [key: string]: unknown | null;
7931
- };
7932
8194
  export type RedtailUpdateContactAccount200 = RedtailUpdateContactAccount200AnyOf | RedtailUpdateContactAccount200AnyOfNine;
7933
- /**
7934
- * @nullable
7935
- */
7936
- export type RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItemStatusAnyOf = unknown | null;
7937
- export type RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItemStatus = string | number | RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItemStatusAnyOf;
7938
8195
  export type RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItem = {
7939
8196
  /** @nullable */
7940
8197
  account_type?: string | null;
@@ -7963,6 +8220,16 @@ export type RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItem = {
7963
8220
  updated_at?: string | null;
7964
8221
  [key: string]: unknown | null;
7965
8222
  };
8223
+ export type RedtailUpdateContactAccount200AnyOfAccount = RedtailUpdateContactAccount200AnyOfAccountAnyOf | RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItem[];
8224
+ export type RedtailUpdateContactAccount200AnyOf = {
8225
+ account: RedtailUpdateContactAccount200AnyOfAccount;
8226
+ [key: string]: unknown | null;
8227
+ };
8228
+ /**
8229
+ * @nullable
8230
+ */
8231
+ export type RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItemStatusAnyOf = unknown | null;
8232
+ export type RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItemStatus = string | number | RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItemStatusAnyOf;
7966
8233
  /**
7967
8234
  * @nullable
7968
8235
  */
@@ -7996,7 +8263,6 @@ export type RedtailUpdateContactAccount200AnyOfAccountAnyOf = {
7996
8263
  updated_at?: string | null;
7997
8264
  [key: string]: unknown | null;
7998
8265
  };
7999
- export type RedtailUpdateContactAccount200AnyOfAccount = RedtailUpdateContactAccount200AnyOfAccountAnyOf | RedtailUpdateContactAccount200AnyOfAccountAnyOfFourItem[];
8000
8266
  export type RedtailUpdateContactAccountBody = {
8001
8267
  /**
8002
8268
  * Account type id. Required by Redtail.
@@ -8067,6 +8333,7 @@ export type RedtailCreateContactAccount200AnyOfAccountAnyOfFourItem = {
8067
8333
  updated_at?: string | null;
8068
8334
  [key: string]: unknown | null;
8069
8335
  };
8336
+ export type RedtailCreateContactAccount200AnyOfAccount = RedtailCreateContactAccount200AnyOfAccountAnyOf | RedtailCreateContactAccount200AnyOfAccountAnyOfFourItem[];
8070
8337
  /**
8071
8338
  * @nullable
8072
8339
  */
@@ -8100,7 +8367,6 @@ export type RedtailCreateContactAccount200AnyOfAccountAnyOf = {
8100
8367
  updated_at?: string | null;
8101
8368
  [key: string]: unknown | null;
8102
8369
  };
8103
- export type RedtailCreateContactAccount200AnyOfAccount = RedtailCreateContactAccount200AnyOfAccountAnyOf | RedtailCreateContactAccount200AnyOfAccountAnyOfFourItem[];
8104
8370
  export type RedtailCreateContactAccountBody = {
8105
8371
  /**
8106
8372
  * Account type id. Required by Redtail.
@@ -8119,6 +8385,7 @@ export type RedtailCreateContactAccountBody = {
8119
8385
  userId: string;
8120
8386
  [key: string]: unknown | null;
8121
8387
  };
8388
+ export type RedtailGetContactAccount200Account = RedtailGetContactAccount200AccountAnyOf | RedtailGetContactAccount200AccountAnyOfFourItem[];
8122
8389
  export type RedtailGetContactAccount200 = {
8123
8390
  account: RedtailGetContactAccount200Account;
8124
8391
  [key: string]: unknown | null;
@@ -8156,7 +8423,6 @@ export type RedtailGetContactAccount200AccountAnyOfFourItem = {
8156
8423
  updated_at?: string | null;
8157
8424
  [key: string]: unknown | null;
8158
8425
  };
8159
- export type RedtailGetContactAccount200Account = RedtailGetContactAccount200AccountAnyOf | RedtailGetContactAccount200AccountAnyOfFourItem[];
8160
8426
  /**
8161
8427
  * @nullable
8162
8428
  */
@@ -8244,6 +8510,7 @@ export type RedtailCreateContactNote200AnyOfThree = {
8244
8510
  success?: boolean;
8245
8511
  [key: string]: unknown | null;
8246
8512
  };
8513
+ export type RedtailCreateContactNote200 = RedtailCreateContactNote200AnyOf | RedtailCreateContactNote200AnyOfThree;
8247
8514
  export type RedtailCreateContactNote200AnyOfNote = {
8248
8515
  /** @nullable */
8249
8516
  added_by?: number | null;
@@ -8274,7 +8541,6 @@ export type RedtailCreateContactNote200AnyOf = {
8274
8541
  note: RedtailCreateContactNote200AnyOfNote;
8275
8542
  [key: string]: unknown | null;
8276
8543
  };
8277
- export type RedtailCreateContactNote200 = RedtailCreateContactNote200AnyOf | RedtailCreateContactNote200AnyOfThree;
8278
8544
  /**
8279
8545
  * Create a contact note. Extra Redtail fields are accepted.
8280
8546
  */
@@ -9258,10 +9524,6 @@ export type RedtailCreateContact200AnyOfNine = {
9258
9524
  success?: boolean;
9259
9525
  [key: string]: unknown | null;
9260
9526
  };
9261
- export type RedtailCreateContact200AnyOf = {
9262
- contact?: RedtailCreateContact200AnyOfContact;
9263
- [key: string]: unknown | null;
9264
- };
9265
9527
  export type RedtailCreateContact200 = RedtailCreateContact200AnyOf | RedtailCreateContact200AnyOfNine;
9266
9528
  export type RedtailCreateContact200AnyOfContactUrlsItem = {
9267
9529
  [key: string]: unknown | null;
@@ -9401,6 +9663,10 @@ export type RedtailCreateContact200AnyOfContact = {
9401
9663
  writing_advisor_id?: number | null;
9402
9664
  [key: string]: unknown | null;
9403
9665
  };
9666
+ export type RedtailCreateContact200AnyOf = {
9667
+ contact?: RedtailCreateContact200AnyOfContact;
9668
+ [key: string]: unknown | null;
9669
+ };
9404
9670
  /**
9405
9671
  * Contact type. Required by Redtail.
9406
9672
  */
@@ -9740,7 +10006,6 @@ export type RedtailCreateActivityNote200AnyOfFive = {
9740
10006
  success?: boolean;
9741
10007
  [key: string]: unknown | null;
9742
10008
  };
9743
- export type RedtailCreateActivityNote200 = RedtailCreateActivityNote200AnyOf | RedtailCreateActivityNote200AnyOfThree | RedtailCreateActivityNote200AnyOfFive;
9744
10009
  export type RedtailCreateActivityNote200AnyOfThreeActivityNote = {
9745
10010
  /** @nullable */
9746
10011
  added_by?: number | null;
@@ -9801,6 +10066,7 @@ export type RedtailCreateActivityNote200AnyOf = {
9801
10066
  note: RedtailCreateActivityNote200AnyOfNote;
9802
10067
  [key: string]: unknown | null;
9803
10068
  };
10069
+ export type RedtailCreateActivityNote200 = RedtailCreateActivityNote200AnyOf | RedtailCreateActivityNote200AnyOfThree | RedtailCreateActivityNote200AnyOfFive;
9804
10070
  /**
9805
10071
  * Create a note on an activity. Hub strips `userId` and `activityId` before calling Redtail.
9806
10072
  */
@@ -9838,6 +10104,10 @@ export type RedtailDeleteActivityBody = {
9838
10104
  /** Integration user id for Redtail requests. */
9839
10105
  userId: string;
9840
10106
  };
10107
+ export type RedtailUpdateActivity200 = {
10108
+ activity: RedtailUpdateActivity200Activity;
10109
+ [key: string]: unknown | null;
10110
+ };
9841
10111
  /**
9842
10112
  * @nullable
9843
10113
  */
@@ -9914,10 +10184,6 @@ export type RedtailUpdateActivity200Activity = {
9914
10184
  updated_at?: string | null;
9915
10185
  [key: string]: unknown | null;
9916
10186
  };
9917
- export type RedtailUpdateActivity200 = {
9918
- activity: RedtailUpdateActivity200Activity;
9919
- [key: string]: unknown | null;
9920
- };
9921
10187
  /**
9922
10188
  * Create an activity. `userId` is for the integration hub only and is not sent to Redtail. Additional Redtail fields are accepted.
9923
10189
  */
@@ -10172,6 +10438,11 @@ export type RedtailGetActivities200Meta = {
10172
10438
  total_records?: number;
10173
10439
  [key: string]: unknown | null;
10174
10440
  };
10441
+ export type RedtailGetActivities200 = {
10442
+ activities?: RedtailGetActivities200ActivitiesItem[];
10443
+ meta?: RedtailGetActivities200Meta;
10444
+ [key: string]: unknown | null;
10445
+ };
10175
10446
  /**
10176
10447
  * @nullable
10177
10448
  */
@@ -10248,11 +10519,6 @@ export type RedtailGetActivities200ActivitiesItem = {
10248
10519
  updated_at?: string | null;
10249
10520
  [key: string]: unknown | null;
10250
10521
  };
10251
- export type RedtailGetActivities200 = {
10252
- activities?: RedtailGetActivities200ActivitiesItem[];
10253
- meta?: RedtailGetActivities200Meta;
10254
- [key: string]: unknown | null;
10255
- };
10256
10522
  export type RedtailGetActivitiesBody = {
10257
10523
  /**
10258
10524
  * End date for activities query
@@ -10380,6 +10646,11 @@ export type RedtailGetContactAccounts200Meta = {
10380
10646
  total_records?: number;
10381
10647
  [key: string]: unknown | null;
10382
10648
  };
10649
+ export type RedtailGetContactAccounts200 = {
10650
+ accounts?: RedtailGetContactAccounts200AccountsItem[];
10651
+ meta?: RedtailGetContactAccounts200Meta;
10652
+ [key: string]: unknown | null;
10653
+ };
10383
10654
  /**
10384
10655
  * @nullable
10385
10656
  */
@@ -10413,11 +10684,6 @@ export type RedtailGetContactAccounts200AccountsItem = {
10413
10684
  updated_at?: string | null;
10414
10685
  [key: string]: unknown | null;
10415
10686
  };
10416
- export type RedtailGetContactAccounts200 = {
10417
- accounts?: RedtailGetContactAccounts200AccountsItem[];
10418
- meta?: RedtailGetContactAccounts200Meta;
10419
- [key: string]: unknown | null;
10420
- };
10421
10687
  export type RedtailGetContactAccountsBody = {
10422
10688
  /**
10423
10689
  * Redtail contact identifier
@@ -11013,11 +11279,6 @@ export type RedtailGetFamilies200Meta = {
11013
11279
  total_records?: number;
11014
11280
  [key: string]: unknown | null;
11015
11281
  };
11016
- export type RedtailGetFamilies200 = {
11017
- contact_families?: RedtailGetFamilies200ContactFamiliesItem[];
11018
- meta?: RedtailGetFamilies200Meta;
11019
- [key: string]: unknown | null;
11020
- };
11021
11282
  export type RedtailGetFamilies200ContactFamiliesItemMembersItem = {
11022
11283
  contact_id?: number;
11023
11284
  /** @nullable */
@@ -11049,6 +11310,11 @@ export type RedtailGetFamilies200ContactFamiliesItem = {
11049
11310
  updated_at?: string | null;
11050
11311
  [key: string]: unknown | null;
11051
11312
  };
11313
+ export type RedtailGetFamilies200 = {
11314
+ contact_families?: RedtailGetFamilies200ContactFamiliesItem[];
11315
+ meta?: RedtailGetFamilies200Meta;
11316
+ [key: string]: unknown | null;
11317
+ };
11052
11318
  export type RedtailGetFamiliesBody = {
11053
11319
  /**
11054
11320
  * Whether to include family member data for the families endpoint
@@ -13202,6 +13468,23 @@ export type GoogleGenerativeAICreateStreamBodyOptions = {
13202
13468
  */
13203
13469
  topP?: number;
13204
13470
  };
13471
+ export type GoogleGenerativeAICreateStreamBody = {
13472
+ /**
13473
+ * Array of chat messages
13474
+ * @minItems 1
13475
+ */
13476
+ messages: GoogleGenerativeAICreateStreamBodyMessagesItem[];
13477
+ /** Specific model to use (defaults to resolved Google model) */
13478
+ model?: string;
13479
+ options?: GoogleGenerativeAICreateStreamBodyOptions;
13480
+ /**
13481
+ * Schema for structured output
13482
+ * @nullable
13483
+ */
13484
+ outputSchema?: GoogleGenerativeAICreateStreamBodyOutputSchema;
13485
+ /** Required when the Google Generative AI integration config type is PerUser. */
13486
+ userId?: string;
13487
+ };
13205
13488
  /**
13206
13489
  * Role of the message sender
13207
13490
  */
@@ -13231,23 +13514,6 @@ export type GoogleGenerativeAICreateStreamBodyMessagesItem = {
13231
13514
  /** Role of the message sender */
13232
13515
  role: GoogleGenerativeAICreateStreamBodyMessagesItemRole;
13233
13516
  };
13234
- export type GoogleGenerativeAICreateStreamBody = {
13235
- /**
13236
- * Array of chat messages
13237
- * @minItems 1
13238
- */
13239
- messages: GoogleGenerativeAICreateStreamBodyMessagesItem[];
13240
- /** Specific model to use (defaults to resolved Google model) */
13241
- model?: string;
13242
- options?: GoogleGenerativeAICreateStreamBodyOptions;
13243
- /**
13244
- * Schema for structured output
13245
- * @nullable
13246
- */
13247
- outputSchema?: GoogleGenerativeAICreateStreamBodyOutputSchema;
13248
- /** Required when the Google Generative AI integration config type is PerUser. */
13249
- userId?: string;
13250
- };
13251
13517
  /**
13252
13518
  * Aspect ratio for generated image
13253
13519
  */
@@ -13315,23 +13581,6 @@ export type GoogleGenerativeAIGenerateTextBodyOptions = {
13315
13581
  */
13316
13582
  topP?: number;
13317
13583
  };
13318
- export type GoogleGenerativeAIGenerateTextBody = {
13319
- /**
13320
- * Array of chat messages
13321
- * @minItems 1
13322
- */
13323
- messages: GoogleGenerativeAIGenerateTextBodyMessagesItem[];
13324
- /** Specific model to use (defaults to resolved Google model) */
13325
- model?: string;
13326
- options?: GoogleGenerativeAIGenerateTextBodyOptions;
13327
- /**
13328
- * Schema for structured output
13329
- * @nullable
13330
- */
13331
- outputSchema?: GoogleGenerativeAIGenerateTextBodyOutputSchema;
13332
- /** Required when the Google Generative AI integration config type is PerUser. */
13333
- userId?: string;
13334
- };
13335
13584
  /**
13336
13585
  * Role of the message sender
13337
13586
  */
@@ -13361,6 +13610,23 @@ export type GoogleGenerativeAIGenerateTextBodyMessagesItem = {
13361
13610
  /** Role of the message sender */
13362
13611
  role: GoogleGenerativeAIGenerateTextBodyMessagesItemRole;
13363
13612
  };
13613
+ export type GoogleGenerativeAIGenerateTextBody = {
13614
+ /**
13615
+ * Array of chat messages
13616
+ * @minItems 1
13617
+ */
13618
+ messages: GoogleGenerativeAIGenerateTextBodyMessagesItem[];
13619
+ /** Specific model to use (defaults to resolved Google model) */
13620
+ model?: string;
13621
+ options?: GoogleGenerativeAIGenerateTextBodyOptions;
13622
+ /**
13623
+ * Schema for structured output
13624
+ * @nullable
13625
+ */
13626
+ outputSchema?: GoogleGenerativeAIGenerateTextBodyOutputSchema;
13627
+ /** Required when the Google Generative AI integration config type is PerUser. */
13628
+ userId?: string;
13629
+ };
13364
13630
  export type GoogleGenerativeAISetUserCredentials200 = {
13365
13631
  userId: string;
13366
13632
  };
@@ -13542,13 +13808,23 @@ export type GoogleDriveUpdateFile200 = {
13542
13808
  export type GoogleDriveUpdateFileBodyProperties = {
13543
13809
  [key: string]: string;
13544
13810
  };
13811
+ /**
13812
+ * How the content field is encoded. "base64" (default) for binary content, "text" for plain text/JSON/CSV/HTML.
13813
+ */
13814
+ export type GoogleDriveUpdateFileBodyContentEncoding = typeof GoogleDriveUpdateFileBodyContentEncoding[keyof typeof GoogleDriveUpdateFileBodyContentEncoding];
13815
+ export declare const GoogleDriveUpdateFileBodyContentEncoding: {
13816
+ readonly base64: "base64";
13817
+ readonly text: "text";
13818
+ };
13545
13819
  export type GoogleDriveUpdateFileBodyAppProperties = {
13546
13820
  [key: string]: string;
13547
13821
  };
13548
13822
  export type GoogleDriveUpdateFileBody = {
13549
13823
  appProperties?: GoogleDriveUpdateFileBodyAppProperties;
13550
- /** Base64 encoded replacement content. */
13824
+ /** Replacement content — base64-encoded by default, or plain text when contentEncoding is "text". */
13551
13825
  content?: string;
13826
+ /** How the content field is encoded. "base64" (default) for binary content, "text" for plain text/JSON/CSV/HTML. */
13827
+ contentEncoding?: GoogleDriveUpdateFileBodyContentEncoding;
13552
13828
  description?: string;
13553
13829
  /**
13554
13830
  * Google Drive file id.
@@ -13593,13 +13869,23 @@ export type GoogleDriveCreateFile200 = {
13593
13869
  export type GoogleDriveCreateFileBodyProperties = {
13594
13870
  [key: string]: string;
13595
13871
  };
13872
+ /**
13873
+ * How the content field is encoded. "base64" (default) for binary content, "text" for plain text/JSON/CSV/HTML.
13874
+ */
13875
+ export type GoogleDriveCreateFileBodyContentEncoding = typeof GoogleDriveCreateFileBodyContentEncoding[keyof typeof GoogleDriveCreateFileBodyContentEncoding];
13876
+ export declare const GoogleDriveCreateFileBodyContentEncoding: {
13877
+ readonly base64: "base64";
13878
+ readonly text: "text";
13879
+ };
13596
13880
  export type GoogleDriveCreateFileBodyAppProperties = {
13597
13881
  [key: string]: string;
13598
13882
  };
13599
13883
  export type GoogleDriveCreateFileBody = {
13600
13884
  appProperties?: GoogleDriveCreateFileBodyAppProperties;
13601
- /** Base64 encoded file content. */
13885
+ /** File content — base64-encoded by default, or plain text when contentEncoding is "text". */
13602
13886
  content?: string;
13887
+ /** How the content field is encoded. "base64" (default) for binary content, "text" for plain text/JSON/CSV/HTML. */
13888
+ contentEncoding?: GoogleDriveCreateFileBodyContentEncoding;
13603
13889
  description?: string;
13604
13890
  /** MIME type. Use application/vnd.google-apps.folder to create a folder. */
13605
13891
  mimeType?: string;
@@ -13936,6 +14222,167 @@ export type GoogleCloudStorageSetUserCredentialsBody = {
13936
14222
  /** Existing integration user id. Omit to create a new integration user credential record. */
13937
14223
  userId?: string;
13938
14224
  };
14225
+ export type GoogleCalendarQueryFreeBusy200 = {
14226
+ [key: string]: unknown | null;
14227
+ };
14228
+ export type GoogleCalendarQueryFreeBusyBodyTimeMin = string | string;
14229
+ export type GoogleCalendarQueryFreeBusyBodyTimeMax = string | string;
14230
+ export type GoogleCalendarQueryFreeBusyBodyItemsItem = {
14231
+ /** @minLength 1 */
14232
+ id: string;
14233
+ };
14234
+ export type GoogleCalendarQueryFreeBusyBody = {
14235
+ calendarExpansionMax?: number;
14236
+ groupExpansionMax?: number;
14237
+ /** @minItems 1 */
14238
+ items: GoogleCalendarQueryFreeBusyBodyItemsItem[];
14239
+ timeMax: GoogleCalendarQueryFreeBusyBodyTimeMax;
14240
+ timeMin: GoogleCalendarQueryFreeBusyBodyTimeMin;
14241
+ timeZone?: string;
14242
+ userId: string;
14243
+ };
14244
+ export type GoogleCalendarListCalendars200 = {
14245
+ [key: string]: unknown | null;
14246
+ };
14247
+ export type GoogleCalendarListCalendarsBody = {
14248
+ /**
14249
+ * @minimum 0
14250
+ * @exclusiveMinimum
14251
+ */
14252
+ maxResults?: number;
14253
+ minAccessRole?: string;
14254
+ pageToken?: string;
14255
+ showDeleted?: boolean;
14256
+ showHidden?: boolean;
14257
+ syncToken?: string;
14258
+ userId: string;
14259
+ };
14260
+ export type GoogleCalendarDeleteEvent200 = {
14261
+ calendarId?: string;
14262
+ deleted?: boolean;
14263
+ eventId?: string;
14264
+ [key: string]: unknown | null;
14265
+ };
14266
+ export type GoogleCalendarDeleteEventBody = {
14267
+ /** @minLength 1 */
14268
+ calendarId: string;
14269
+ /** @minLength 1 */
14270
+ eventId: string;
14271
+ sendNotifications?: boolean;
14272
+ sendUpdates?: string;
14273
+ userId: string;
14274
+ };
14275
+ export type GoogleCalendarPatchEvent200 = {
14276
+ [key: string]: unknown | null;
14277
+ };
14278
+ /**
14279
+ * Partial Google Calendar Event resource for patch semantics.
14280
+ */
14281
+ export type GoogleCalendarPatchEventBodyEvent = {
14282
+ [key: string]: unknown | null;
14283
+ };
14284
+ export type GoogleCalendarPatchEventBody = {
14285
+ alwaysIncludeEmail?: boolean;
14286
+ /** @minLength 1 */
14287
+ calendarId: string;
14288
+ conferenceDataVersion?: number;
14289
+ /** Partial Google Calendar Event resource for patch semantics. */
14290
+ event: GoogleCalendarPatchEventBodyEvent;
14291
+ /** @minLength 1 */
14292
+ eventId: string;
14293
+ maxAttendees?: number;
14294
+ sendNotifications?: boolean;
14295
+ sendUpdates?: string;
14296
+ supportsAttachments?: boolean;
14297
+ userId: string;
14298
+ };
14299
+ export type GoogleCalendarCreateEvent200 = {
14300
+ [key: string]: unknown | null;
14301
+ };
14302
+ /**
14303
+ * Google Calendar Event resource to insert.
14304
+ */
14305
+ export type GoogleCalendarCreateEventBodyEvent = {
14306
+ [key: string]: unknown | null;
14307
+ };
14308
+ export type GoogleCalendarCreateEventBody = {
14309
+ /** @minLength 1 */
14310
+ calendarId: string;
14311
+ conferenceDataVersion?: number;
14312
+ /** Google Calendar Event resource to insert. */
14313
+ event: GoogleCalendarCreateEventBodyEvent;
14314
+ maxAttendees?: number;
14315
+ sendNotifications?: boolean;
14316
+ sendUpdates?: string;
14317
+ supportsAttachments?: boolean;
14318
+ userId: string;
14319
+ };
14320
+ export type GoogleCalendarListEvents200 = {
14321
+ [key: string]: unknown | null;
14322
+ };
14323
+ export type GoogleCalendarListEventsBodyTimeMin = string | string;
14324
+ export type GoogleCalendarListEventsBodyTimeMax = string | string;
14325
+ export type GoogleCalendarListEventsBody = {
14326
+ /**
14327
+ * Calendar identifier. Use "primary" for the user primary calendar.
14328
+ * @minLength 1
14329
+ */
14330
+ calendarId: string;
14331
+ /**
14332
+ * @minimum 0
14333
+ * @exclusiveMinimum
14334
+ */
14335
+ maxResults?: number;
14336
+ orderBy?: string;
14337
+ pageToken?: string;
14338
+ q?: string;
14339
+ showDeleted?: boolean;
14340
+ singleEvents?: boolean;
14341
+ timeMax?: GoogleCalendarListEventsBodyTimeMax;
14342
+ timeMin?: GoogleCalendarListEventsBodyTimeMin;
14343
+ timeZone?: string;
14344
+ updatedMin?: string;
14345
+ /** Integration user id returned by the Google Calendar OAuth flow. */
14346
+ userId: string;
14347
+ };
14348
+ export type GoogleCalendarSetUserCredentials200 = {
14349
+ userId: string;
14350
+ };
14351
+ export type GoogleCalendarSetUserCredentialsBody = {
14352
+ /**
14353
+ * Google OAuth client ID for this user.
14354
+ * @minLength 1
14355
+ */
14356
+ clientId: string;
14357
+ /**
14358
+ * Google OAuth client secret for this user.
14359
+ * @minLength 1
14360
+ */
14361
+ clientSecret: string;
14362
+ /** Existing integration user id. Omit to create a new integration user credential record. */
14363
+ userId?: string;
14364
+ };
14365
+ export type GoogleCalendarAuthStart200 = {
14366
+ url: string;
14367
+ userId: string;
14368
+ };
14369
+ export type GoogleCalendarAuthStartBody = {
14370
+ /** Required for PerUser Google Calendar configs. Ignored for Shared configs. */
14371
+ clientId?: string;
14372
+ /** Required for PerUser Google Calendar configs. Ignored for Shared configs. */
14373
+ clientSecret?: string;
14374
+ /**
14375
+ * App user id from the agent or connect flow. Used to find or create the credential row.
14376
+ * @minLength 1
14377
+ */
14378
+ externalUserId?: string;
14379
+ /** Generated app URL to redirect the browser to after OAuth completes. */
14380
+ originalRedirectUrl?: string;
14381
+ /** Google OAuth scopes to request. */
14382
+ scopes?: string[];
14383
+ /** Existing integration user id (internal). Use when reconnecting an existing Hub user. */
14384
+ userId?: string;
14385
+ };
13939
14386
  export type GmailDeleteLabel200 = {
13940
14387
  id: string;
13941
14388
  [key: string]: unknown | null;
@@ -14042,6 +14489,10 @@ export type GmailCreateLabelBody = {
14042
14489
  /** Integration user id returned by the Gmail OAuth flow. */
14043
14490
  userId: string;
14044
14491
  };
14492
+ export type GmailListLabels200 = {
14493
+ labels?: GmailListLabels200LabelsItem[];
14494
+ [key: string]: unknown | null;
14495
+ };
14045
14496
  export type GmailListLabels200LabelsItemColor = {
14046
14497
  backgroundColor?: string;
14047
14498
  textColor?: string;
@@ -14059,10 +14510,6 @@ export type GmailListLabels200LabelsItem = {
14059
14510
  type?: string;
14060
14511
  [key: string]: unknown | null;
14061
14512
  };
14062
- export type GmailListLabels200 = {
14063
- labels?: GmailListLabels200LabelsItem[];
14064
- [key: string]: unknown | null;
14065
- };
14066
14513
  export type GmailListLabelsBody = {
14067
14514
  /** Integration user id returned by the Gmail OAuth flow. */
14068
14515
  userId: string;
@@ -16947,6 +17394,23 @@ export type AnthropicGenerateTextBodyOptions = {
16947
17394
  */
16948
17395
  topP?: number;
16949
17396
  };
17397
+ export type AnthropicGenerateTextBody = {
17398
+ /**
17399
+ * Array of chat messages
17400
+ * @minItems 1
17401
+ */
17402
+ messages: AnthropicGenerateTextBodyMessagesItem[];
17403
+ /** Specific model to use (defaults to resolved Anthropic model) */
17404
+ model?: string;
17405
+ options?: AnthropicGenerateTextBodyOptions;
17406
+ /**
17407
+ * Schema for structured output
17408
+ * @nullable
17409
+ */
17410
+ outputSchema?: AnthropicGenerateTextBodyOutputSchema;
17411
+ /** Required when the Anthropic integration config type is PerUser. */
17412
+ userId?: string;
17413
+ };
16950
17414
  /**
16951
17415
  * Role of the message sender
16952
17416
  */
@@ -16976,23 +17440,6 @@ export type AnthropicGenerateTextBodyMessagesItem = {
16976
17440
  /** Role of the message sender */
16977
17441
  role: AnthropicGenerateTextBodyMessagesItemRole;
16978
17442
  };
16979
- export type AnthropicGenerateTextBody = {
16980
- /**
16981
- * Array of chat messages
16982
- * @minItems 1
16983
- */
16984
- messages: AnthropicGenerateTextBodyMessagesItem[];
16985
- /** Specific model to use (defaults to resolved Anthropic model) */
16986
- model?: string;
16987
- options?: AnthropicGenerateTextBodyOptions;
16988
- /**
16989
- * Schema for structured output
16990
- * @nullable
16991
- */
16992
- outputSchema?: AnthropicGenerateTextBodyOutputSchema;
16993
- /** Required when the Anthropic integration config type is PerUser. */
16994
- userId?: string;
16995
- };
16996
17443
  export type AnthropicSetUserCredentials200 = {
16997
17444
  userId: string;
16998
17445
  };
@@ -18303,6 +18750,15 @@ export declare const getIntegrationsAPI: () => {
18303
18750
  gmailCreateLabel: (gmailCreateLabelBody: GmailCreateLabelBody) => Promise<GmailCreateLabel200>;
18304
18751
  gmailUpdateLabel: (gmailUpdateLabelBody: GmailUpdateLabelBody) => Promise<GmailUpdateLabel200>;
18305
18752
  gmailDeleteLabel: (gmailDeleteLabelBody: GmailDeleteLabelBody) => Promise<GmailDeleteLabel200>;
18753
+ googleCalendarAuthStart: (googleCalendarAuthStartBody: GoogleCalendarAuthStartBody) => Promise<GoogleCalendarAuthStart200>;
18754
+ googleCalendarSetUserCredentials: (googleCalendarSetUserCredentialsBody: GoogleCalendarSetUserCredentialsBody) => Promise<GoogleCalendarSetUserCredentials200>;
18755
+ googleCalendarOauthCallback: () => Promise<void>;
18756
+ googleCalendarListEvents: (googleCalendarListEventsBody: GoogleCalendarListEventsBody) => Promise<GoogleCalendarListEvents200>;
18757
+ googleCalendarCreateEvent: (googleCalendarCreateEventBody: GoogleCalendarCreateEventBody) => Promise<GoogleCalendarCreateEvent200>;
18758
+ googleCalendarPatchEvent: (googleCalendarPatchEventBody: GoogleCalendarPatchEventBody) => Promise<GoogleCalendarPatchEvent200>;
18759
+ googleCalendarDeleteEvent: (googleCalendarDeleteEventBody: GoogleCalendarDeleteEventBody) => Promise<GoogleCalendarDeleteEvent200>;
18760
+ googleCalendarListCalendars: (googleCalendarListCalendarsBody: GoogleCalendarListCalendarsBody) => Promise<GoogleCalendarListCalendars200>;
18761
+ googleCalendarQueryFreeBusy: (googleCalendarQueryFreeBusyBody: GoogleCalendarQueryFreeBusyBody) => Promise<GoogleCalendarQueryFreeBusy200>;
18306
18762
  googleCloudStorageSetUserCredentials: (googleCloudStorageSetUserCredentialsBody: GoogleCloudStorageSetUserCredentialsBody) => Promise<GoogleCloudStorageSetUserCredentials200>;
18307
18763
  googleCloudStorageUploadData: (googleCloudStorageUploadDataBody: GoogleCloudStorageUploadDataBody) => Promise<GoogleCloudStorageUploadData200>;
18308
18764
  googleCloudStorageDeleteFile: (googleCloudStorageDeleteFileBody: GoogleCloudStorageDeleteFileBody) => Promise<GoogleCloudStorageDeleteFile200>;
@@ -18528,6 +18984,17 @@ export declare const getIntegrationsAPI: () => {
18528
18984
  redtailCreateNoteComment: (redtailCreateNoteCommentBody: RedtailCreateNoteCommentBody) => Promise<RedtailCreateNoteComment200>;
18529
18985
  resendSetUserCredentials: (resendSetUserCredentialsBody: ResendSetUserCredentialsBody) => Promise<ResendSetUserCredentials200>;
18530
18986
  resendSendEmail: (resendSendEmailBody: ResendSendEmailBody) => Promise<ResendSendEmail200>;
18987
+ slackOauthInitiate: (slackOauthInitiateBody: SlackOauthInitiateBody) => Promise<SlackOauthInitiate200>;
18988
+ slackSetUserCredentials: (slackSetUserCredentialsBody: SlackSetUserCredentialsBody) => Promise<SlackSetUserCredentials200>;
18989
+ slackOauthCallback: (params?: SlackOauthCallbackParams) => Promise<SlackOauthCallback200>;
18990
+ slackPostMessage: (slackPostMessageBody: SlackPostMessageBody) => Promise<SlackPostMessage200>;
18991
+ slackUpdateMessage: (slackUpdateMessageBody: SlackUpdateMessageBody) => Promise<SlackUpdateMessage200>;
18992
+ slackListChannels: (slackListChannelsBody: SlackListChannelsBody) => Promise<SlackListChannels200>;
18993
+ slackGetChannel: (slackGetChannelBody: SlackGetChannelBody) => Promise<SlackGetChannel200>;
18994
+ slackGetChannelHistory: (slackGetChannelHistoryBody: SlackGetChannelHistoryBody) => Promise<SlackGetChannelHistory200>;
18995
+ slackGetThreadReplies: (slackGetThreadRepliesBody: SlackGetThreadRepliesBody) => Promise<SlackGetThreadReplies200>;
18996
+ slackListUsers: (slackListUsersBody: SlackListUsersBody) => Promise<SlackListUsers200>;
18997
+ slackLookupUserByEmail: (slackLookupUserByEmailBody: SlackLookupUserByEmailBody) => Promise<SlackLookupUserByEmail200>;
18531
18998
  socureRiskosSubmitEvaluation: (socureRiskosSubmitEvaluationBody: SocureRiskosSubmitEvaluationBody) => Promise<SocureRiskosSubmitEvaluation200>;
18532
18999
  socureRiskosGetEvaluationResult: (socureRiskosGetEvaluationResultBody: SocureRiskosGetEvaluationResultBody) => Promise<SocureRiskosGetEvaluationResult200>;
18533
19000
  socureRiskosEnableWatchlistMonitoring: (socureRiskosEnableWatchlistMonitoringBody: SocureRiskosEnableWatchlistMonitoringBody) => Promise<SocureRiskosEnableWatchlistMonitoring200>;
@@ -18949,6 +19416,15 @@ export type GmailListLabelsResult = NonNullable<Awaited<ReturnType<ReturnType<ty
18949
19416
  export type GmailCreateLabelResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailCreateLabel']>>>;
18950
19417
  export type GmailUpdateLabelResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailUpdateLabel']>>>;
18951
19418
  export type GmailDeleteLabelResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['gmailDeleteLabel']>>>;
19419
+ export type GoogleCalendarAuthStartResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarAuthStart']>>>;
19420
+ export type GoogleCalendarSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarSetUserCredentials']>>>;
19421
+ export type GoogleCalendarOauthCallbackResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarOauthCallback']>>>;
19422
+ export type GoogleCalendarListEventsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarListEvents']>>>;
19423
+ export type GoogleCalendarCreateEventResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarCreateEvent']>>>;
19424
+ export type GoogleCalendarPatchEventResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarPatchEvent']>>>;
19425
+ export type GoogleCalendarDeleteEventResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarDeleteEvent']>>>;
19426
+ export type GoogleCalendarListCalendarsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarListCalendars']>>>;
19427
+ export type GoogleCalendarQueryFreeBusyResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCalendarQueryFreeBusy']>>>;
18952
19428
  export type GoogleCloudStorageSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCloudStorageSetUserCredentials']>>>;
18953
19429
  export type GoogleCloudStorageUploadDataResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCloudStorageUploadData']>>>;
18954
19430
  export type GoogleCloudStorageDeleteFileResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['googleCloudStorageDeleteFile']>>>;
@@ -19174,6 +19650,17 @@ export type RedtailGetNoteTemplateResult = NonNullable<Awaited<ReturnType<Return
19174
19650
  export type RedtailCreateNoteCommentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailCreateNoteComment']>>>;
19175
19651
  export type ResendSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['resendSetUserCredentials']>>>;
19176
19652
  export type ResendSendEmailResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['resendSendEmail']>>>;
19653
+ export type SlackOauthInitiateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackOauthInitiate']>>>;
19654
+ export type SlackSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackSetUserCredentials']>>>;
19655
+ export type SlackOauthCallbackResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackOauthCallback']>>>;
19656
+ export type SlackPostMessageResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackPostMessage']>>>;
19657
+ export type SlackUpdateMessageResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackUpdateMessage']>>>;
19658
+ export type SlackListChannelsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackListChannels']>>>;
19659
+ export type SlackGetChannelResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackGetChannel']>>>;
19660
+ export type SlackGetChannelHistoryResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackGetChannelHistory']>>>;
19661
+ export type SlackGetThreadRepliesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackGetThreadReplies']>>>;
19662
+ export type SlackListUsersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackListUsers']>>>;
19663
+ export type SlackLookupUserByEmailResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['slackLookupUserByEmail']>>>;
19177
19664
  export type SocureRiskosSubmitEvaluationResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['socureRiskosSubmitEvaluation']>>>;
19178
19665
  export type SocureRiskosGetEvaluationResultResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['socureRiskosGetEvaluationResult']>>>;
19179
19666
  export type SocureRiskosEnableWatchlistMonitoringResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['socureRiskosEnableWatchlistMonitoring']>>>;