@uptiqai/integrations-sdk 1.0.24 → 1.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated-api.d.ts +215 -215
- package/dist/generated-api.d.ts.map +1 -1
- package/dist/generated-api.js +38 -38
- package/dist/generated-api.js.map +1 -1
- package/dist/index.d.ts +79 -79
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +78 -78
- package/dist/index.js.map +1 -1
- package/dist/response-type-map.js +156 -156
- package/dist/response-type-map.js.map +1 -1
- package/package.json +1 -1
package/dist/generated-api.d.ts
CHANGED
|
@@ -8386,7 +8386,7 @@ export type RedtailCreateContactBodyAllOf = {
|
|
|
8386
8386
|
* Pass-through request payload for Redtail write endpoints
|
|
8387
8387
|
*/
|
|
8388
8388
|
export type RedtailCreateContactBody = RedtailCreateContactBodyAllOf & RedtailCreateContactBodyAllOfTwo;
|
|
8389
|
-
export type
|
|
8389
|
+
export type RedtailGetNotes200NotesItem = {
|
|
8390
8390
|
/** @nullable */
|
|
8391
8391
|
added_by?: number | null;
|
|
8392
8392
|
/** @nullable */
|
|
@@ -8411,23 +8411,23 @@ export type GetNotes200NotesItem = {
|
|
|
8411
8411
|
/** @nullable */
|
|
8412
8412
|
updated_at?: string | null;
|
|
8413
8413
|
};
|
|
8414
|
-
export type
|
|
8414
|
+
export type RedtailGetNotes200Meta = {
|
|
8415
8415
|
total_pages?: number;
|
|
8416
8416
|
total_records?: number;
|
|
8417
8417
|
};
|
|
8418
|
-
export type
|
|
8419
|
-
meta?:
|
|
8420
|
-
notes?:
|
|
8418
|
+
export type RedtailGetNotes200 = {
|
|
8419
|
+
meta?: RedtailGetNotes200Meta;
|
|
8420
|
+
notes?: RedtailGetNotes200NotesItem[];
|
|
8421
8421
|
};
|
|
8422
|
-
export type
|
|
8422
|
+
export type RedtailGetNotesBody = {
|
|
8423
8423
|
/** Integration user id for Redtail requests. */
|
|
8424
8424
|
userId: string;
|
|
8425
8425
|
};
|
|
8426
|
-
export type
|
|
8426
|
+
export type RedtailGetActivityCodes200Meta = {
|
|
8427
8427
|
total_pages?: number;
|
|
8428
8428
|
total_records?: number;
|
|
8429
8429
|
};
|
|
8430
|
-
export type
|
|
8430
|
+
export type RedtailGetActivityCodes200ActivityCodesItem = {
|
|
8431
8431
|
/** @nullable */
|
|
8432
8432
|
created_at?: string | null;
|
|
8433
8433
|
/** @nullable */
|
|
@@ -8440,19 +8440,19 @@ export type GetActivityCodes200ActivityCodesItem = {
|
|
|
8440
8440
|
/** @nullable */
|
|
8441
8441
|
updated_at?: string | null;
|
|
8442
8442
|
};
|
|
8443
|
-
export type
|
|
8444
|
-
activity_codes:
|
|
8445
|
-
meta?:
|
|
8443
|
+
export type RedtailGetActivityCodes200 = {
|
|
8444
|
+
activity_codes: RedtailGetActivityCodes200ActivityCodesItem[];
|
|
8445
|
+
meta?: RedtailGetActivityCodes200Meta;
|
|
8446
8446
|
};
|
|
8447
|
-
export type
|
|
8447
|
+
export type RedtailGetActivityCodesBody = {
|
|
8448
8448
|
/** Integration user id for Redtail requests. */
|
|
8449
8449
|
userId: string;
|
|
8450
8450
|
};
|
|
8451
|
-
export type
|
|
8451
|
+
export type RedtailGetCategories200Meta = {
|
|
8452
8452
|
total_pages?: number;
|
|
8453
8453
|
total_records?: number;
|
|
8454
8454
|
};
|
|
8455
|
-
export type
|
|
8455
|
+
export type RedtailGetCategories200CategoriesItem = {
|
|
8456
8456
|
/** @nullable */
|
|
8457
8457
|
created_at?: string | null;
|
|
8458
8458
|
/** @nullable */
|
|
@@ -8465,19 +8465,19 @@ export type GetCategories200CategoriesItem = {
|
|
|
8465
8465
|
/** @nullable */
|
|
8466
8466
|
updated_at?: string | null;
|
|
8467
8467
|
};
|
|
8468
|
-
export type
|
|
8469
|
-
categories:
|
|
8470
|
-
meta?:
|
|
8468
|
+
export type RedtailGetCategories200 = {
|
|
8469
|
+
categories: RedtailGetCategories200CategoriesItem[];
|
|
8470
|
+
meta?: RedtailGetCategories200Meta;
|
|
8471
8471
|
};
|
|
8472
|
-
export type
|
|
8472
|
+
export type RedtailGetCategoriesBody = {
|
|
8473
8473
|
/** Integration user id for Redtail requests. */
|
|
8474
8474
|
userId: string;
|
|
8475
8475
|
};
|
|
8476
|
-
export type
|
|
8476
|
+
export type RedtailGetDatabaseUsers200Meta = {
|
|
8477
8477
|
total_pages?: number;
|
|
8478
8478
|
total_records?: number;
|
|
8479
8479
|
};
|
|
8480
|
-
export type
|
|
8480
|
+
export type RedtailGetDatabaseUsers200DatabaseUsersItem = {
|
|
8481
8481
|
/** @nullable */
|
|
8482
8482
|
admin?: boolean | null;
|
|
8483
8483
|
/** @nullable */
|
|
@@ -8490,15 +8490,15 @@ export type GetDatabaseUsers200DatabaseUsersItem = {
|
|
|
8490
8490
|
/** @nullable */
|
|
8491
8491
|
last_name?: string | null;
|
|
8492
8492
|
};
|
|
8493
|
-
export type
|
|
8494
|
-
database_users:
|
|
8495
|
-
meta?:
|
|
8493
|
+
export type RedtailGetDatabaseUsers200 = {
|
|
8494
|
+
database_users: RedtailGetDatabaseUsers200DatabaseUsersItem[];
|
|
8495
|
+
meta?: RedtailGetDatabaseUsers200Meta;
|
|
8496
8496
|
};
|
|
8497
|
-
export type
|
|
8497
|
+
export type RedtailGetDatabaseUsersBody = {
|
|
8498
8498
|
/** Integration user id for Redtail requests. */
|
|
8499
8499
|
userId: string;
|
|
8500
8500
|
};
|
|
8501
|
-
export type
|
|
8501
|
+
export type RedtailGetActivityNotes200NotesItem = {
|
|
8502
8502
|
/** @nullable */
|
|
8503
8503
|
added_by?: number | null;
|
|
8504
8504
|
/** @nullable */
|
|
@@ -8523,11 +8523,11 @@ export type GetActivityNotes200NotesItem = {
|
|
|
8523
8523
|
/** @nullable */
|
|
8524
8524
|
updated_at?: string | null;
|
|
8525
8525
|
};
|
|
8526
|
-
export type
|
|
8526
|
+
export type RedtailGetActivityNotes200Meta = {
|
|
8527
8527
|
total_pages?: number;
|
|
8528
8528
|
total_records?: number;
|
|
8529
8529
|
};
|
|
8530
|
-
export type
|
|
8530
|
+
export type RedtailGetActivityNotes200ActivityNotesItem = {
|
|
8531
8531
|
/** @nullable */
|
|
8532
8532
|
added_by?: number | null;
|
|
8533
8533
|
/** @nullable */
|
|
@@ -8552,12 +8552,12 @@ export type GetActivityNotes200ActivityNotesItem = {
|
|
|
8552
8552
|
/** @nullable */
|
|
8553
8553
|
updated_at?: string | null;
|
|
8554
8554
|
};
|
|
8555
|
-
export type
|
|
8556
|
-
activity_notes?:
|
|
8557
|
-
meta?:
|
|
8558
|
-
notes?:
|
|
8555
|
+
export type RedtailGetActivityNotes200 = {
|
|
8556
|
+
activity_notes?: RedtailGetActivityNotes200ActivityNotesItem[];
|
|
8557
|
+
meta?: RedtailGetActivityNotes200Meta;
|
|
8558
|
+
notes?: RedtailGetActivityNotes200NotesItem[];
|
|
8559
8559
|
};
|
|
8560
|
-
export type
|
|
8560
|
+
export type RedtailGetActivityNotesBody = {
|
|
8561
8561
|
/**
|
|
8562
8562
|
* Redtail activity identifier
|
|
8563
8563
|
* @minLength 1
|
|
@@ -8574,17 +8574,17 @@ export type GetActivityNotesBody = {
|
|
|
8574
8574
|
/**
|
|
8575
8575
|
* @nullable
|
|
8576
8576
|
*/
|
|
8577
|
-
export type
|
|
8577
|
+
export type RedtailDeleteActivityNote200AnyOfThree = unknown | null;
|
|
8578
8578
|
/**
|
|
8579
8579
|
* @nullable
|
|
8580
8580
|
*/
|
|
8581
|
-
export type
|
|
8582
|
-
export type
|
|
8581
|
+
export type RedtailDeleteActivityNote200AnyOfTwo = unknown | null;
|
|
8582
|
+
export type RedtailDeleteActivityNote200AnyOf = {
|
|
8583
8583
|
id?: number;
|
|
8584
8584
|
success?: boolean;
|
|
8585
8585
|
};
|
|
8586
|
-
export type
|
|
8587
|
-
export type
|
|
8586
|
+
export type RedtailDeleteActivityNote200 = RedtailDeleteActivityNote200AnyOf | '' | RedtailDeleteActivityNote200AnyOfTwo | RedtailDeleteActivityNote200AnyOfThree;
|
|
8587
|
+
export type RedtailDeleteActivityNoteBody = {
|
|
8588
8588
|
/**
|
|
8589
8589
|
* Redtail activity identifier
|
|
8590
8590
|
* @minLength 1
|
|
@@ -8598,11 +8598,11 @@ export type DeleteActivityNoteBody = {
|
|
|
8598
8598
|
/** Integration user id for Redtail requests. */
|
|
8599
8599
|
userId: string;
|
|
8600
8600
|
};
|
|
8601
|
-
export type
|
|
8601
|
+
export type RedtailCreateActivityNote200AnyOfFive = {
|
|
8602
8602
|
id?: number;
|
|
8603
8603
|
success?: boolean;
|
|
8604
8604
|
};
|
|
8605
|
-
export type
|
|
8605
|
+
export type RedtailCreateActivityNote200AnyOfThreeActivityNote = {
|
|
8606
8606
|
/** @nullable */
|
|
8607
8607
|
added_by?: number | null;
|
|
8608
8608
|
/** @nullable */
|
|
@@ -8627,10 +8627,10 @@ export type CreateActivityNote200AnyOfThreeActivityNote = {
|
|
|
8627
8627
|
/** @nullable */
|
|
8628
8628
|
updated_at?: string | null;
|
|
8629
8629
|
};
|
|
8630
|
-
export type
|
|
8631
|
-
activity_note:
|
|
8630
|
+
export type RedtailCreateActivityNote200AnyOfThree = {
|
|
8631
|
+
activity_note: RedtailCreateActivityNote200AnyOfThreeActivityNote;
|
|
8632
8632
|
};
|
|
8633
|
-
export type
|
|
8633
|
+
export type RedtailCreateActivityNote200AnyOfNote = {
|
|
8634
8634
|
/** @nullable */
|
|
8635
8635
|
added_by?: number | null;
|
|
8636
8636
|
/** @nullable */
|
|
@@ -8655,11 +8655,11 @@ export type CreateActivityNote200AnyOfNote = {
|
|
|
8655
8655
|
/** @nullable */
|
|
8656
8656
|
updated_at?: string | null;
|
|
8657
8657
|
};
|
|
8658
|
-
export type
|
|
8659
|
-
note:
|
|
8658
|
+
export type RedtailCreateActivityNote200AnyOf = {
|
|
8659
|
+
note: RedtailCreateActivityNote200AnyOfNote;
|
|
8660
8660
|
};
|
|
8661
|
-
export type
|
|
8662
|
-
export type
|
|
8661
|
+
export type RedtailCreateActivityNote200 = RedtailCreateActivityNote200AnyOf | RedtailCreateActivityNote200AnyOfThree | RedtailCreateActivityNote200AnyOfFive;
|
|
8662
|
+
export type RedtailCreateActivityNoteBody = {
|
|
8663
8663
|
/**
|
|
8664
8664
|
* Redtail activity identifier
|
|
8665
8665
|
* @minLength 1
|
|
@@ -8695,29 +8695,29 @@ export type RedtailDeleteActivityBody = {
|
|
|
8695
8695
|
/** Integration user id for Redtail requests. */
|
|
8696
8696
|
userId: string;
|
|
8697
8697
|
};
|
|
8698
|
-
export type
|
|
8699
|
-
activity:
|
|
8698
|
+
export type RedtailUpdateActivity200 = {
|
|
8699
|
+
activity: RedtailUpdateActivity200Activity;
|
|
8700
8700
|
};
|
|
8701
8701
|
/**
|
|
8702
8702
|
* @nullable
|
|
8703
8703
|
*/
|
|
8704
|
-
export type
|
|
8704
|
+
export type RedtailUpdateActivity200ActivityPrivacySettings = {
|
|
8705
8705
|
[key: string]: unknown;
|
|
8706
8706
|
} | null;
|
|
8707
|
-
export type
|
|
8707
|
+
export type RedtailUpdateActivity200ActivityLinkedContactsItem = {
|
|
8708
8708
|
[key: string]: unknown;
|
|
8709
8709
|
};
|
|
8710
|
-
export type
|
|
8710
|
+
export type RedtailUpdateActivity200ActivityAttendeesItem = {
|
|
8711
8711
|
[key: string]: unknown;
|
|
8712
8712
|
};
|
|
8713
|
-
export type
|
|
8713
|
+
export type RedtailUpdateActivity200Activity = {
|
|
8714
8714
|
/** @nullable */
|
|
8715
8715
|
activity_code_id?: number | null;
|
|
8716
8716
|
/** @nullable */
|
|
8717
8717
|
added_by?: number | null;
|
|
8718
8718
|
/** @nullable */
|
|
8719
8719
|
all_day?: boolean | null;
|
|
8720
|
-
attendees?:
|
|
8720
|
+
attendees?: RedtailUpdateActivity200ActivityAttendeesItem[];
|
|
8721
8721
|
/** @nullable */
|
|
8722
8722
|
category_id?: number | null;
|
|
8723
8723
|
/** @nullable */
|
|
@@ -8741,7 +8741,7 @@ export type UpdateActivity200Activity = {
|
|
|
8741
8741
|
instance_id?: number | null;
|
|
8742
8742
|
/** @nullable */
|
|
8743
8743
|
is_private?: boolean | null;
|
|
8744
|
-
linked_contacts?:
|
|
8744
|
+
linked_contacts?: RedtailUpdateActivity200ActivityLinkedContactsItem[];
|
|
8745
8745
|
/** @nullable */
|
|
8746
8746
|
location?: string | null;
|
|
8747
8747
|
/** @nullable */
|
|
@@ -8749,7 +8749,7 @@ export type UpdateActivity200Activity = {
|
|
|
8749
8749
|
/** @nullable */
|
|
8750
8750
|
priority?: number | null;
|
|
8751
8751
|
/** @nullable */
|
|
8752
|
-
privacy_settings?:
|
|
8752
|
+
privacy_settings?: RedtailUpdateActivity200ActivityPrivacySettings;
|
|
8753
8753
|
/** @nullable */
|
|
8754
8754
|
repeats?: string | null;
|
|
8755
8755
|
/** @nullable */
|
|
@@ -8761,7 +8761,7 @@ export type UpdateActivity200Activity = {
|
|
|
8761
8761
|
/** @nullable */
|
|
8762
8762
|
updated_at?: string | null;
|
|
8763
8763
|
};
|
|
8764
|
-
export type
|
|
8764
|
+
export type RedtailUpdateActivityBody = {
|
|
8765
8765
|
/**
|
|
8766
8766
|
* Redtail activity identifier
|
|
8767
8767
|
* @minLength 1
|
|
@@ -8773,23 +8773,23 @@ export type UpdateActivityBody = {
|
|
|
8773
8773
|
/**
|
|
8774
8774
|
* @nullable
|
|
8775
8775
|
*/
|
|
8776
|
-
export type
|
|
8776
|
+
export type RedtailCreateActivity200ActivityPrivacySettings = {
|
|
8777
8777
|
[key: string]: unknown;
|
|
8778
8778
|
} | null;
|
|
8779
|
-
export type
|
|
8779
|
+
export type RedtailCreateActivity200ActivityLinkedContactsItem = {
|
|
8780
8780
|
[key: string]: unknown;
|
|
8781
8781
|
};
|
|
8782
|
-
export type
|
|
8782
|
+
export type RedtailCreateActivity200ActivityAttendeesItem = {
|
|
8783
8783
|
[key: string]: unknown;
|
|
8784
8784
|
};
|
|
8785
|
-
export type
|
|
8785
|
+
export type RedtailCreateActivity200Activity = {
|
|
8786
8786
|
/** @nullable */
|
|
8787
8787
|
activity_code_id?: number | null;
|
|
8788
8788
|
/** @nullable */
|
|
8789
8789
|
added_by?: number | null;
|
|
8790
8790
|
/** @nullable */
|
|
8791
8791
|
all_day?: boolean | null;
|
|
8792
|
-
attendees?:
|
|
8792
|
+
attendees?: RedtailCreateActivity200ActivityAttendeesItem[];
|
|
8793
8793
|
/** @nullable */
|
|
8794
8794
|
category_id?: number | null;
|
|
8795
8795
|
/** @nullable */
|
|
@@ -8813,7 +8813,7 @@ export type CreateActivity200Activity = {
|
|
|
8813
8813
|
instance_id?: number | null;
|
|
8814
8814
|
/** @nullable */
|
|
8815
8815
|
is_private?: boolean | null;
|
|
8816
|
-
linked_contacts?:
|
|
8816
|
+
linked_contacts?: RedtailCreateActivity200ActivityLinkedContactsItem[];
|
|
8817
8817
|
/** @nullable */
|
|
8818
8818
|
location?: string | null;
|
|
8819
8819
|
/** @nullable */
|
|
@@ -8821,7 +8821,7 @@ export type CreateActivity200Activity = {
|
|
|
8821
8821
|
/** @nullable */
|
|
8822
8822
|
priority?: number | null;
|
|
8823
8823
|
/** @nullable */
|
|
8824
|
-
privacy_settings?:
|
|
8824
|
+
privacy_settings?: RedtailCreateActivity200ActivityPrivacySettings;
|
|
8825
8825
|
/** @nullable */
|
|
8826
8826
|
repeats?: string | null;
|
|
8827
8827
|
/** @nullable */
|
|
@@ -8833,32 +8833,32 @@ export type CreateActivity200Activity = {
|
|
|
8833
8833
|
/** @nullable */
|
|
8834
8834
|
updated_at?: string | null;
|
|
8835
8835
|
};
|
|
8836
|
-
export type
|
|
8837
|
-
activity:
|
|
8836
|
+
export type RedtailCreateActivity200 = {
|
|
8837
|
+
activity: RedtailCreateActivity200Activity;
|
|
8838
8838
|
};
|
|
8839
|
-
export type
|
|
8840
|
-
activity:
|
|
8839
|
+
export type RedtailGetActivity200 = {
|
|
8840
|
+
activity: RedtailGetActivity200Activity;
|
|
8841
8841
|
};
|
|
8842
8842
|
/**
|
|
8843
8843
|
* @nullable
|
|
8844
8844
|
*/
|
|
8845
|
-
export type
|
|
8845
|
+
export type RedtailGetActivity200ActivityPrivacySettings = {
|
|
8846
8846
|
[key: string]: unknown;
|
|
8847
8847
|
} | null;
|
|
8848
|
-
export type
|
|
8848
|
+
export type RedtailGetActivity200ActivityLinkedContactsItem = {
|
|
8849
8849
|
[key: string]: unknown;
|
|
8850
8850
|
};
|
|
8851
|
-
export type
|
|
8851
|
+
export type RedtailGetActivity200ActivityAttendeesItem = {
|
|
8852
8852
|
[key: string]: unknown;
|
|
8853
8853
|
};
|
|
8854
|
-
export type
|
|
8854
|
+
export type RedtailGetActivity200Activity = {
|
|
8855
8855
|
/** @nullable */
|
|
8856
8856
|
activity_code_id?: number | null;
|
|
8857
8857
|
/** @nullable */
|
|
8858
8858
|
added_by?: number | null;
|
|
8859
8859
|
/** @nullable */
|
|
8860
8860
|
all_day?: boolean | null;
|
|
8861
|
-
attendees?:
|
|
8861
|
+
attendees?: RedtailGetActivity200ActivityAttendeesItem[];
|
|
8862
8862
|
/** @nullable */
|
|
8863
8863
|
category_id?: number | null;
|
|
8864
8864
|
/** @nullable */
|
|
@@ -8882,7 +8882,7 @@ export type GetActivity200Activity = {
|
|
|
8882
8882
|
instance_id?: number | null;
|
|
8883
8883
|
/** @nullable */
|
|
8884
8884
|
is_private?: boolean | null;
|
|
8885
|
-
linked_contacts?:
|
|
8885
|
+
linked_contacts?: RedtailGetActivity200ActivityLinkedContactsItem[];
|
|
8886
8886
|
/** @nullable */
|
|
8887
8887
|
location?: string | null;
|
|
8888
8888
|
/** @nullable */
|
|
@@ -8890,7 +8890,7 @@ export type GetActivity200Activity = {
|
|
|
8890
8890
|
/** @nullable */
|
|
8891
8891
|
priority?: number | null;
|
|
8892
8892
|
/** @nullable */
|
|
8893
|
-
privacy_settings?:
|
|
8893
|
+
privacy_settings?: RedtailGetActivity200ActivityPrivacySettings;
|
|
8894
8894
|
/** @nullable */
|
|
8895
8895
|
repeats?: string | null;
|
|
8896
8896
|
/** @nullable */
|
|
@@ -8902,7 +8902,7 @@ export type GetActivity200Activity = {
|
|
|
8902
8902
|
/** @nullable */
|
|
8903
8903
|
updated_at?: string | null;
|
|
8904
8904
|
};
|
|
8905
|
-
export type
|
|
8905
|
+
export type RedtailGetActivityBody = {
|
|
8906
8906
|
/**
|
|
8907
8907
|
* Redtail activity identifier
|
|
8908
8908
|
* @minLength 1
|
|
@@ -8911,34 +8911,34 @@ export type GetActivityBody = {
|
|
|
8911
8911
|
/** Integration user id for Redtail requests. */
|
|
8912
8912
|
userId: string;
|
|
8913
8913
|
};
|
|
8914
|
-
export type
|
|
8914
|
+
export type RedtailGetActivities200Meta = {
|
|
8915
8915
|
total_pages?: number;
|
|
8916
8916
|
total_records?: number;
|
|
8917
8917
|
};
|
|
8918
|
-
export type
|
|
8919
|
-
activities?:
|
|
8920
|
-
meta?:
|
|
8918
|
+
export type RedtailGetActivities200 = {
|
|
8919
|
+
activities?: RedtailGetActivities200ActivitiesItem[];
|
|
8920
|
+
meta?: RedtailGetActivities200Meta;
|
|
8921
8921
|
};
|
|
8922
8922
|
/**
|
|
8923
8923
|
* @nullable
|
|
8924
8924
|
*/
|
|
8925
|
-
export type
|
|
8925
|
+
export type RedtailGetActivities200ActivitiesItemPrivacySettings = {
|
|
8926
8926
|
[key: string]: unknown;
|
|
8927
8927
|
} | null;
|
|
8928
|
-
export type
|
|
8928
|
+
export type RedtailGetActivities200ActivitiesItemLinkedContactsItem = {
|
|
8929
8929
|
[key: string]: unknown;
|
|
8930
8930
|
};
|
|
8931
|
-
export type
|
|
8931
|
+
export type RedtailGetActivities200ActivitiesItemAttendeesItem = {
|
|
8932
8932
|
[key: string]: unknown;
|
|
8933
8933
|
};
|
|
8934
|
-
export type
|
|
8934
|
+
export type RedtailGetActivities200ActivitiesItem = {
|
|
8935
8935
|
/** @nullable */
|
|
8936
8936
|
activity_code_id?: number | null;
|
|
8937
8937
|
/** @nullable */
|
|
8938
8938
|
added_by?: number | null;
|
|
8939
8939
|
/** @nullable */
|
|
8940
8940
|
all_day?: boolean | null;
|
|
8941
|
-
attendees?:
|
|
8941
|
+
attendees?: RedtailGetActivities200ActivitiesItemAttendeesItem[];
|
|
8942
8942
|
/** @nullable */
|
|
8943
8943
|
category_id?: number | null;
|
|
8944
8944
|
/** @nullable */
|
|
@@ -8962,7 +8962,7 @@ export type GetActivities200ActivitiesItem = {
|
|
|
8962
8962
|
instance_id?: number | null;
|
|
8963
8963
|
/** @nullable */
|
|
8964
8964
|
is_private?: boolean | null;
|
|
8965
|
-
linked_contacts?:
|
|
8965
|
+
linked_contacts?: RedtailGetActivities200ActivitiesItemLinkedContactsItem[];
|
|
8966
8966
|
/** @nullable */
|
|
8967
8967
|
location?: string | null;
|
|
8968
8968
|
/** @nullable */
|
|
@@ -8970,7 +8970,7 @@ export type GetActivities200ActivitiesItem = {
|
|
|
8970
8970
|
/** @nullable */
|
|
8971
8971
|
priority?: number | null;
|
|
8972
8972
|
/** @nullable */
|
|
8973
|
-
privacy_settings?:
|
|
8973
|
+
privacy_settings?: RedtailGetActivities200ActivitiesItemPrivacySettings;
|
|
8974
8974
|
/** @nullable */
|
|
8975
8975
|
repeats?: string | null;
|
|
8976
8976
|
/** @nullable */
|
|
@@ -8982,7 +8982,7 @@ export type GetActivities200ActivitiesItem = {
|
|
|
8982
8982
|
/** @nullable */
|
|
8983
8983
|
updated_at?: string | null;
|
|
8984
8984
|
};
|
|
8985
|
-
export type
|
|
8985
|
+
export type RedtailGetActivitiesBodyAllOfTwo = {
|
|
8986
8986
|
/**
|
|
8987
8987
|
* End date for activities query
|
|
8988
8988
|
* @minLength 1
|
|
@@ -9000,12 +9000,12 @@ export type GetActivitiesBodyAllOfTwo = {
|
|
|
9000
9000
|
*/
|
|
9001
9001
|
start_date: string;
|
|
9002
9002
|
};
|
|
9003
|
-
export type
|
|
9003
|
+
export type RedtailGetActivitiesBodyAllOf = {
|
|
9004
9004
|
/** Integration user id for Redtail requests. */
|
|
9005
9005
|
userId: string;
|
|
9006
9006
|
};
|
|
9007
|
-
export type
|
|
9008
|
-
export type
|
|
9007
|
+
export type RedtailGetActivitiesBody = RedtailGetActivitiesBodyAllOf & RedtailGetActivitiesBodyAllOfTwo;
|
|
9008
|
+
export type RedtailGetAccountDetails200AccountDetails = {
|
|
9009
9009
|
account_id?: number;
|
|
9010
9010
|
/** @nullable */
|
|
9011
9011
|
application_date?: string | null;
|
|
@@ -9027,10 +9027,10 @@ export type GetAccountDetails200AccountDetails = {
|
|
|
9027
9027
|
/** @nullable */
|
|
9028
9028
|
updated_at?: string | null;
|
|
9029
9029
|
};
|
|
9030
|
-
export type
|
|
9031
|
-
account_details:
|
|
9030
|
+
export type RedtailGetAccountDetails200 = {
|
|
9031
|
+
account_details: RedtailGetAccountDetails200AccountDetails;
|
|
9032
9032
|
};
|
|
9033
|
-
export type
|
|
9033
|
+
export type RedtailGetAccountDetailsBody = {
|
|
9034
9034
|
/**
|
|
9035
9035
|
* Redtail account identifier
|
|
9036
9036
|
* @minLength 1
|
|
@@ -9039,19 +9039,19 @@ export type GetAccountDetailsBody = {
|
|
|
9039
9039
|
/** Integration user id for Redtail requests. */
|
|
9040
9040
|
userId: string;
|
|
9041
9041
|
};
|
|
9042
|
-
export type
|
|
9042
|
+
export type RedtailGetAccountOwners200OwnersItem = {
|
|
9043
9043
|
[key: string]: unknown;
|
|
9044
9044
|
};
|
|
9045
|
-
export type
|
|
9045
|
+
export type RedtailGetAccountOwners200Meta = {
|
|
9046
9046
|
total_pages?: number;
|
|
9047
9047
|
total_records?: number;
|
|
9048
9048
|
};
|
|
9049
9049
|
/**
|
|
9050
9050
|
* @nullable
|
|
9051
9051
|
*/
|
|
9052
|
-
export type
|
|
9053
|
-
export type
|
|
9054
|
-
export type
|
|
9052
|
+
export type RedtailGetAccountOwners200AccountsItemStatusAnyOf = unknown | null;
|
|
9053
|
+
export type RedtailGetAccountOwners200AccountsItemStatus = string | number | RedtailGetAccountOwners200AccountsItemStatusAnyOf;
|
|
9054
|
+
export type RedtailGetAccountOwners200AccountsItem = {
|
|
9055
9055
|
/** @nullable */
|
|
9056
9056
|
account_type?: string | null;
|
|
9057
9057
|
/** @nullable */
|
|
@@ -9068,7 +9068,7 @@ export type GetAccountOwners200AccountsItem = {
|
|
|
9068
9068
|
number?: string | null;
|
|
9069
9069
|
/** @nullable */
|
|
9070
9070
|
product?: string | null;
|
|
9071
|
-
status?:
|
|
9071
|
+
status?: RedtailGetAccountOwners200AccountsItemStatus;
|
|
9072
9072
|
/** @nullable */
|
|
9073
9073
|
status_id?: number | null;
|
|
9074
9074
|
/** @nullable */
|
|
@@ -9078,16 +9078,16 @@ export type GetAccountOwners200AccountsItem = {
|
|
|
9078
9078
|
/** @nullable */
|
|
9079
9079
|
updated_at?: string | null;
|
|
9080
9080
|
};
|
|
9081
|
-
export type
|
|
9081
|
+
export type RedtailGetAccountOwners200AccountOwnersItem = {
|
|
9082
9082
|
[key: string]: unknown;
|
|
9083
9083
|
};
|
|
9084
|
-
export type
|
|
9085
|
-
account_owners?:
|
|
9086
|
-
accounts?:
|
|
9087
|
-
meta?:
|
|
9088
|
-
owners?:
|
|
9084
|
+
export type RedtailGetAccountOwners200 = {
|
|
9085
|
+
account_owners?: RedtailGetAccountOwners200AccountOwnersItem[];
|
|
9086
|
+
accounts?: RedtailGetAccountOwners200AccountsItem[];
|
|
9087
|
+
meta?: RedtailGetAccountOwners200Meta;
|
|
9088
|
+
owners?: RedtailGetAccountOwners200OwnersItem[];
|
|
9089
9089
|
};
|
|
9090
|
-
export type
|
|
9090
|
+
export type RedtailGetAccountOwnersBody = {
|
|
9091
9091
|
/**
|
|
9092
9092
|
* Redtail account identifier
|
|
9093
9093
|
* @minLength 1
|
|
@@ -9096,20 +9096,20 @@ export type GetAccountOwnersBody = {
|
|
|
9096
9096
|
/** Integration user id for Redtail requests. */
|
|
9097
9097
|
userId: string;
|
|
9098
9098
|
};
|
|
9099
|
-
export type
|
|
9099
|
+
export type RedtailGetContactAccounts200Meta = {
|
|
9100
9100
|
total_pages?: number;
|
|
9101
9101
|
total_records?: number;
|
|
9102
9102
|
};
|
|
9103
|
-
export type
|
|
9104
|
-
accounts:
|
|
9105
|
-
meta?:
|
|
9103
|
+
export type RedtailGetContactAccounts200 = {
|
|
9104
|
+
accounts: RedtailGetContactAccounts200AccountsItem[];
|
|
9105
|
+
meta?: RedtailGetContactAccounts200Meta;
|
|
9106
9106
|
};
|
|
9107
9107
|
/**
|
|
9108
9108
|
* @nullable
|
|
9109
9109
|
*/
|
|
9110
|
-
export type
|
|
9111
|
-
export type
|
|
9112
|
-
export type
|
|
9110
|
+
export type RedtailGetContactAccounts200AccountsItemStatusAnyOf = unknown | null;
|
|
9111
|
+
export type RedtailGetContactAccounts200AccountsItemStatus = string | number | RedtailGetContactAccounts200AccountsItemStatusAnyOf;
|
|
9112
|
+
export type RedtailGetContactAccounts200AccountsItem = {
|
|
9113
9113
|
/** @nullable */
|
|
9114
9114
|
account_type?: string | null;
|
|
9115
9115
|
/** @nullable */
|
|
@@ -9126,7 +9126,7 @@ export type GetContactAccounts200AccountsItem = {
|
|
|
9126
9126
|
number?: string | null;
|
|
9127
9127
|
/** @nullable */
|
|
9128
9128
|
product?: string | null;
|
|
9129
|
-
status?:
|
|
9129
|
+
status?: RedtailGetContactAccounts200AccountsItemStatus;
|
|
9130
9130
|
/** @nullable */
|
|
9131
9131
|
status_id?: number | null;
|
|
9132
9132
|
/** @nullable */
|
|
@@ -9136,7 +9136,7 @@ export type GetContactAccounts200AccountsItem = {
|
|
|
9136
9136
|
/** @nullable */
|
|
9137
9137
|
updated_at?: string | null;
|
|
9138
9138
|
};
|
|
9139
|
-
export type
|
|
9139
|
+
export type RedtailGetContactAccountsBody = {
|
|
9140
9140
|
/**
|
|
9141
9141
|
* Redtail contact identifier
|
|
9142
9142
|
* @minLength 1
|
|
@@ -9145,7 +9145,7 @@ export type GetContactAccountsBody = {
|
|
|
9145
9145
|
/** Integration user id for Redtail requests. */
|
|
9146
9146
|
userId: string;
|
|
9147
9147
|
};
|
|
9148
|
-
export type
|
|
9148
|
+
export type RedtailGetContactPersonalProfile200PersonalProfile = {
|
|
9149
9149
|
/** @nullable */
|
|
9150
9150
|
alien_country?: string | null;
|
|
9151
9151
|
/** @nullable */
|
|
@@ -9187,10 +9187,10 @@ export type GetContactPersonalProfile200PersonalProfile = {
|
|
|
9187
9187
|
/** @nullable */
|
|
9188
9188
|
weight?: string | null;
|
|
9189
9189
|
};
|
|
9190
|
-
export type
|
|
9191
|
-
personal_profile:
|
|
9190
|
+
export type RedtailGetContactPersonalProfile200 = {
|
|
9191
|
+
personal_profile: RedtailGetContactPersonalProfile200PersonalProfile;
|
|
9192
9192
|
};
|
|
9193
|
-
export type
|
|
9193
|
+
export type RedtailGetContactPersonalProfileBody = {
|
|
9194
9194
|
/**
|
|
9195
9195
|
* Redtail contact identifier
|
|
9196
9196
|
* @minLength 1
|
|
@@ -9199,13 +9199,13 @@ export type GetContactPersonalProfileBody = {
|
|
|
9199
9199
|
/** Integration user id for Redtail requests. */
|
|
9200
9200
|
userId: string;
|
|
9201
9201
|
};
|
|
9202
|
-
export type
|
|
9202
|
+
export type RedtailUpdateContact200ContactUrlsItem = {
|
|
9203
9203
|
[key: string]: unknown;
|
|
9204
9204
|
};
|
|
9205
|
-
export type
|
|
9205
|
+
export type RedtailUpdateContact200ContactPhonesItem = {
|
|
9206
9206
|
[key: string]: unknown;
|
|
9207
9207
|
};
|
|
9208
|
-
export type
|
|
9208
|
+
export type RedtailUpdateContact200ContactFamilyMembersItem = {
|
|
9209
9209
|
contact_id?: number;
|
|
9210
9210
|
/** @nullable */
|
|
9211
9211
|
created_at?: string | null;
|
|
@@ -9225,28 +9225,28 @@ export type UpdateContact200ContactFamilyMembersItem = {
|
|
|
9225
9225
|
/**
|
|
9226
9226
|
* @nullable
|
|
9227
9227
|
*/
|
|
9228
|
-
export type
|
|
9228
|
+
export type RedtailUpdateContact200ContactFamily = {
|
|
9229
9229
|
/** @nullable */
|
|
9230
9230
|
created_at?: string | null;
|
|
9231
9231
|
/** @nullable */
|
|
9232
9232
|
deleted?: boolean | null;
|
|
9233
9233
|
id?: number;
|
|
9234
|
-
members?:
|
|
9234
|
+
members?: RedtailUpdateContact200ContactFamilyMembersItem[];
|
|
9235
9235
|
/** @nullable */
|
|
9236
9236
|
name?: string | null;
|
|
9237
9237
|
/** @nullable */
|
|
9238
9238
|
updated_at?: string | null;
|
|
9239
9239
|
} | null;
|
|
9240
|
-
export type
|
|
9240
|
+
export type RedtailUpdateContact200ContactEmailsItem = {
|
|
9241
9241
|
[key: string]: unknown;
|
|
9242
9242
|
};
|
|
9243
|
-
export type
|
|
9243
|
+
export type RedtailUpdateContact200ContactAddressesItem = {
|
|
9244
9244
|
[key: string]: unknown;
|
|
9245
9245
|
};
|
|
9246
|
-
export type
|
|
9246
|
+
export type RedtailUpdateContact200Contact = {
|
|
9247
9247
|
/** @nullable */
|
|
9248
9248
|
added_by?: number | null;
|
|
9249
|
-
addresses?:
|
|
9249
|
+
addresses?: RedtailUpdateContact200ContactAddressesItem[];
|
|
9250
9250
|
/** @nullable */
|
|
9251
9251
|
category?: string | null;
|
|
9252
9252
|
/** @nullable */
|
|
@@ -9267,13 +9267,13 @@ export type UpdateContact200Contact = {
|
|
|
9267
9267
|
designation?: string | null;
|
|
9268
9268
|
/** @nullable */
|
|
9269
9269
|
dob?: string | null;
|
|
9270
|
-
emails?:
|
|
9270
|
+
emails?: RedtailUpdateContact200ContactEmailsItem[];
|
|
9271
9271
|
/** @nullable */
|
|
9272
9272
|
employer?: string | null;
|
|
9273
9273
|
/** @nullable */
|
|
9274
9274
|
employer_id?: number | null;
|
|
9275
9275
|
/** @nullable */
|
|
9276
|
-
family?:
|
|
9276
|
+
family?: RedtailUpdateContact200ContactFamily;
|
|
9277
9277
|
/** @nullable */
|
|
9278
9278
|
favorite?: boolean | null;
|
|
9279
9279
|
/** @nullable */
|
|
@@ -9299,7 +9299,7 @@ export type UpdateContact200Contact = {
|
|
|
9299
9299
|
middle_name?: string | null;
|
|
9300
9300
|
/** @nullable */
|
|
9301
9301
|
nickname?: string | null;
|
|
9302
|
-
phones?:
|
|
9302
|
+
phones?: RedtailUpdateContact200ContactPhonesItem[];
|
|
9303
9303
|
/** @nullable */
|
|
9304
9304
|
referred_by?: string | null;
|
|
9305
9305
|
/** @nullable */
|
|
@@ -9328,16 +9328,16 @@ export type UpdateContact200Contact = {
|
|
|
9328
9328
|
type?: string | null;
|
|
9329
9329
|
/** @nullable */
|
|
9330
9330
|
updated_at?: string | null;
|
|
9331
|
-
urls?:
|
|
9331
|
+
urls?: RedtailUpdateContact200ContactUrlsItem[];
|
|
9332
9332
|
/** @nullable */
|
|
9333
9333
|
writing_advisor?: string | null;
|
|
9334
9334
|
/** @nullable */
|
|
9335
9335
|
writing_advisor_id?: number | null;
|
|
9336
9336
|
};
|
|
9337
|
-
export type
|
|
9338
|
-
contact:
|
|
9337
|
+
export type RedtailUpdateContact200 = {
|
|
9338
|
+
contact: RedtailUpdateContact200Contact;
|
|
9339
9339
|
};
|
|
9340
|
-
export type
|
|
9340
|
+
export type RedtailUpdateContactBody = {
|
|
9341
9341
|
/**
|
|
9342
9342
|
* Redtail contact identifier
|
|
9343
9343
|
* @minLength 1
|
|
@@ -9346,17 +9346,17 @@ export type UpdateContactBody = {
|
|
|
9346
9346
|
/** Integration user id for Redtail requests. */
|
|
9347
9347
|
userId: string;
|
|
9348
9348
|
};
|
|
9349
|
-
export type
|
|
9349
|
+
export type RedtailGetContacts200Meta = {
|
|
9350
9350
|
total_pages?: number;
|
|
9351
9351
|
total_records?: number;
|
|
9352
9352
|
};
|
|
9353
|
-
export type
|
|
9353
|
+
export type RedtailGetContacts200ContactsItemUrlsItem = {
|
|
9354
9354
|
[key: string]: unknown;
|
|
9355
9355
|
};
|
|
9356
|
-
export type
|
|
9356
|
+
export type RedtailGetContacts200ContactsItemPhonesItem = {
|
|
9357
9357
|
[key: string]: unknown;
|
|
9358
9358
|
};
|
|
9359
|
-
export type
|
|
9359
|
+
export type RedtailGetContacts200ContactsItemFamilyMembersItem = {
|
|
9360
9360
|
contact_id?: number;
|
|
9361
9361
|
/** @nullable */
|
|
9362
9362
|
created_at?: string | null;
|
|
@@ -9376,28 +9376,28 @@ export type GetContacts200ContactsItemFamilyMembersItem = {
|
|
|
9376
9376
|
/**
|
|
9377
9377
|
* @nullable
|
|
9378
9378
|
*/
|
|
9379
|
-
export type
|
|
9379
|
+
export type RedtailGetContacts200ContactsItemFamily = {
|
|
9380
9380
|
/** @nullable */
|
|
9381
9381
|
created_at?: string | null;
|
|
9382
9382
|
/** @nullable */
|
|
9383
9383
|
deleted?: boolean | null;
|
|
9384
9384
|
id?: number;
|
|
9385
|
-
members?:
|
|
9385
|
+
members?: RedtailGetContacts200ContactsItemFamilyMembersItem[];
|
|
9386
9386
|
/** @nullable */
|
|
9387
9387
|
name?: string | null;
|
|
9388
9388
|
/** @nullable */
|
|
9389
9389
|
updated_at?: string | null;
|
|
9390
9390
|
} | null;
|
|
9391
|
-
export type
|
|
9391
|
+
export type RedtailGetContacts200ContactsItemEmailsItem = {
|
|
9392
9392
|
[key: string]: unknown;
|
|
9393
9393
|
};
|
|
9394
|
-
export type
|
|
9394
|
+
export type RedtailGetContacts200ContactsItemAddressesItem = {
|
|
9395
9395
|
[key: string]: unknown;
|
|
9396
9396
|
};
|
|
9397
|
-
export type
|
|
9397
|
+
export type RedtailGetContacts200ContactsItem = {
|
|
9398
9398
|
/** @nullable */
|
|
9399
9399
|
added_by?: number | null;
|
|
9400
|
-
addresses?:
|
|
9400
|
+
addresses?: RedtailGetContacts200ContactsItemAddressesItem[];
|
|
9401
9401
|
/** @nullable */
|
|
9402
9402
|
category?: string | null;
|
|
9403
9403
|
/** @nullable */
|
|
@@ -9418,13 +9418,13 @@ export type GetContacts200ContactsItem = {
|
|
|
9418
9418
|
designation?: string | null;
|
|
9419
9419
|
/** @nullable */
|
|
9420
9420
|
dob?: string | null;
|
|
9421
|
-
emails?:
|
|
9421
|
+
emails?: RedtailGetContacts200ContactsItemEmailsItem[];
|
|
9422
9422
|
/** @nullable */
|
|
9423
9423
|
employer?: string | null;
|
|
9424
9424
|
/** @nullable */
|
|
9425
9425
|
employer_id?: number | null;
|
|
9426
9426
|
/** @nullable */
|
|
9427
|
-
family?:
|
|
9427
|
+
family?: RedtailGetContacts200ContactsItemFamily;
|
|
9428
9428
|
/** @nullable */
|
|
9429
9429
|
favorite?: boolean | null;
|
|
9430
9430
|
/** @nullable */
|
|
@@ -9450,7 +9450,7 @@ export type GetContacts200ContactsItem = {
|
|
|
9450
9450
|
middle_name?: string | null;
|
|
9451
9451
|
/** @nullable */
|
|
9452
9452
|
nickname?: string | null;
|
|
9453
|
-
phones?:
|
|
9453
|
+
phones?: RedtailGetContacts200ContactsItemPhonesItem[];
|
|
9454
9454
|
/** @nullable */
|
|
9455
9455
|
referred_by?: string | null;
|
|
9456
9456
|
/** @nullable */
|
|
@@ -9479,36 +9479,36 @@ export type GetContacts200ContactsItem = {
|
|
|
9479
9479
|
type?: string | null;
|
|
9480
9480
|
/** @nullable */
|
|
9481
9481
|
updated_at?: string | null;
|
|
9482
|
-
urls?:
|
|
9482
|
+
urls?: RedtailGetContacts200ContactsItemUrlsItem[];
|
|
9483
9483
|
/** @nullable */
|
|
9484
9484
|
writing_advisor?: string | null;
|
|
9485
9485
|
/** @nullable */
|
|
9486
9486
|
writing_advisor_id?: number | null;
|
|
9487
9487
|
};
|
|
9488
|
-
export type
|
|
9489
|
-
contacts:
|
|
9490
|
-
meta?:
|
|
9488
|
+
export type RedtailGetContacts200 = {
|
|
9489
|
+
contacts: RedtailGetContacts200ContactsItem[];
|
|
9490
|
+
meta?: RedtailGetContacts200Meta;
|
|
9491
9491
|
};
|
|
9492
|
-
export type
|
|
9492
|
+
export type RedtailGetContactsBody = {
|
|
9493
9493
|
/** Integration user id for Redtail requests. */
|
|
9494
9494
|
userId: string;
|
|
9495
9495
|
};
|
|
9496
|
-
export type
|
|
9496
|
+
export type RedtailGetContact200ContactUrlsItem = {
|
|
9497
9497
|
[key: string]: unknown;
|
|
9498
9498
|
};
|
|
9499
|
-
export type
|
|
9499
|
+
export type RedtailGetContact200ContactPhonesItem = {
|
|
9500
9500
|
[key: string]: unknown;
|
|
9501
9501
|
};
|
|
9502
|
-
export type
|
|
9502
|
+
export type RedtailGetContact200ContactEmailsItem = {
|
|
9503
9503
|
[key: string]: unknown;
|
|
9504
9504
|
};
|
|
9505
|
-
export type
|
|
9505
|
+
export type RedtailGetContact200ContactAddressesItem = {
|
|
9506
9506
|
[key: string]: unknown;
|
|
9507
9507
|
};
|
|
9508
|
-
export type
|
|
9508
|
+
export type RedtailGetContact200Contact = {
|
|
9509
9509
|
/** @nullable */
|
|
9510
9510
|
added_by?: number | null;
|
|
9511
|
-
addresses?:
|
|
9511
|
+
addresses?: RedtailGetContact200ContactAddressesItem[];
|
|
9512
9512
|
/** @nullable */
|
|
9513
9513
|
category?: string | null;
|
|
9514
9514
|
/** @nullable */
|
|
@@ -9529,13 +9529,13 @@ export type GetContact200Contact = {
|
|
|
9529
9529
|
designation?: string | null;
|
|
9530
9530
|
/** @nullable */
|
|
9531
9531
|
dob?: string | null;
|
|
9532
|
-
emails?:
|
|
9532
|
+
emails?: RedtailGetContact200ContactEmailsItem[];
|
|
9533
9533
|
/** @nullable */
|
|
9534
9534
|
employer?: string | null;
|
|
9535
9535
|
/** @nullable */
|
|
9536
9536
|
employer_id?: number | null;
|
|
9537
9537
|
/** @nullable */
|
|
9538
|
-
family?:
|
|
9538
|
+
family?: RedtailGetContact200ContactFamily;
|
|
9539
9539
|
/** @nullable */
|
|
9540
9540
|
favorite?: boolean | null;
|
|
9541
9541
|
/** @nullable */
|
|
@@ -9561,7 +9561,7 @@ export type GetContact200Contact = {
|
|
|
9561
9561
|
middle_name?: string | null;
|
|
9562
9562
|
/** @nullable */
|
|
9563
9563
|
nickname?: string | null;
|
|
9564
|
-
phones?:
|
|
9564
|
+
phones?: RedtailGetContact200ContactPhonesItem[];
|
|
9565
9565
|
/** @nullable */
|
|
9566
9566
|
referred_by?: string | null;
|
|
9567
9567
|
/** @nullable */
|
|
@@ -9590,16 +9590,16 @@ export type GetContact200Contact = {
|
|
|
9590
9590
|
type?: string | null;
|
|
9591
9591
|
/** @nullable */
|
|
9592
9592
|
updated_at?: string | null;
|
|
9593
|
-
urls?:
|
|
9593
|
+
urls?: RedtailGetContact200ContactUrlsItem[];
|
|
9594
9594
|
/** @nullable */
|
|
9595
9595
|
writing_advisor?: string | null;
|
|
9596
9596
|
/** @nullable */
|
|
9597
9597
|
writing_advisor_id?: number | null;
|
|
9598
9598
|
};
|
|
9599
|
-
export type
|
|
9600
|
-
contact:
|
|
9599
|
+
export type RedtailGetContact200 = {
|
|
9600
|
+
contact: RedtailGetContact200Contact;
|
|
9601
9601
|
};
|
|
9602
|
-
export type
|
|
9602
|
+
export type RedtailGetContact200ContactFamilyMembersItem = {
|
|
9603
9603
|
contact_id?: number;
|
|
9604
9604
|
/** @nullable */
|
|
9605
9605
|
created_at?: string | null;
|
|
@@ -9619,19 +9619,19 @@ export type GetContact200ContactFamilyMembersItem = {
|
|
|
9619
9619
|
/**
|
|
9620
9620
|
* @nullable
|
|
9621
9621
|
*/
|
|
9622
|
-
export type
|
|
9622
|
+
export type RedtailGetContact200ContactFamily = {
|
|
9623
9623
|
/** @nullable */
|
|
9624
9624
|
created_at?: string | null;
|
|
9625
9625
|
/** @nullable */
|
|
9626
9626
|
deleted?: boolean | null;
|
|
9627
9627
|
id?: number;
|
|
9628
|
-
members?:
|
|
9628
|
+
members?: RedtailGetContact200ContactFamilyMembersItem[];
|
|
9629
9629
|
/** @nullable */
|
|
9630
9630
|
name?: string | null;
|
|
9631
9631
|
/** @nullable */
|
|
9632
9632
|
updated_at?: string | null;
|
|
9633
9633
|
} | null;
|
|
9634
|
-
export type
|
|
9634
|
+
export type RedtailGetContactBody = {
|
|
9635
9635
|
/**
|
|
9636
9636
|
* Redtail contact identifier
|
|
9637
9637
|
* @minLength 1
|
|
@@ -9640,11 +9640,11 @@ export type GetContactBody = {
|
|
|
9640
9640
|
/** Integration user id for Redtail requests. */
|
|
9641
9641
|
userId: string;
|
|
9642
9642
|
};
|
|
9643
|
-
export type
|
|
9643
|
+
export type RedtailGetFamilies200Meta = {
|
|
9644
9644
|
total_pages?: number;
|
|
9645
9645
|
total_records?: number;
|
|
9646
9646
|
};
|
|
9647
|
-
export type
|
|
9647
|
+
export type RedtailGetFamilies200ContactFamiliesItemMembersItem = {
|
|
9648
9648
|
contact_id?: number;
|
|
9649
9649
|
/** @nullable */
|
|
9650
9650
|
created_at?: string | null;
|
|
@@ -9661,23 +9661,23 @@ export type GetFamilies200ContactFamiliesItemMembersItem = {
|
|
|
9661
9661
|
/** @nullable */
|
|
9662
9662
|
updated_at?: string | null;
|
|
9663
9663
|
};
|
|
9664
|
-
export type
|
|
9664
|
+
export type RedtailGetFamilies200ContactFamiliesItem = {
|
|
9665
9665
|
/** @nullable */
|
|
9666
9666
|
created_at?: string | null;
|
|
9667
9667
|
/** @nullable */
|
|
9668
9668
|
deleted?: boolean | null;
|
|
9669
9669
|
id?: number;
|
|
9670
|
-
members?:
|
|
9670
|
+
members?: RedtailGetFamilies200ContactFamiliesItemMembersItem[];
|
|
9671
9671
|
/** @nullable */
|
|
9672
9672
|
name?: string | null;
|
|
9673
9673
|
/** @nullable */
|
|
9674
9674
|
updated_at?: string | null;
|
|
9675
9675
|
};
|
|
9676
|
-
export type
|
|
9677
|
-
contact_families:
|
|
9678
|
-
meta?:
|
|
9676
|
+
export type RedtailGetFamilies200 = {
|
|
9677
|
+
contact_families: RedtailGetFamilies200ContactFamiliesItem[];
|
|
9678
|
+
meta?: RedtailGetFamilies200Meta;
|
|
9679
9679
|
};
|
|
9680
|
-
export type
|
|
9680
|
+
export type RedtailGetFamiliesBody = {
|
|
9681
9681
|
/** Integration user id for Redtail requests. */
|
|
9682
9682
|
userId: string;
|
|
9683
9683
|
};
|
|
@@ -10831,26 +10831,26 @@ export declare const getIntegrationsAPI: () => {
|
|
|
10831
10831
|
openaiCreateStream: (openaiCreateStreamBody: OpenaiCreateStreamBody) => Promise<string>;
|
|
10832
10832
|
redtailSetUserCredentials: (redtailSetUserCredentialsBody: RedtailSetUserCredentialsBody) => Promise<RedtailSetUserCredentials200>;
|
|
10833
10833
|
redtailAuthenticate: () => Promise<RedtailAuthenticate200>;
|
|
10834
|
-
|
|
10835
|
-
|
|
10836
|
-
|
|
10837
|
-
|
|
10838
|
-
|
|
10839
|
-
|
|
10840
|
-
|
|
10841
|
-
|
|
10842
|
-
|
|
10843
|
-
|
|
10844
|
-
|
|
10845
|
-
|
|
10834
|
+
redtailGetFamilies: (redtailGetFamiliesBody: RedtailGetFamiliesBody) => Promise<RedtailGetFamilies200>;
|
|
10835
|
+
redtailGetContact: (redtailGetContactBody: RedtailGetContactBody) => Promise<RedtailGetContact200>;
|
|
10836
|
+
redtailGetContacts: (redtailGetContactsBody: RedtailGetContactsBody) => Promise<RedtailGetContacts200>;
|
|
10837
|
+
redtailUpdateContact: (redtailUpdateContactBody: RedtailUpdateContactBody) => Promise<RedtailUpdateContact200>;
|
|
10838
|
+
redtailGetContactPersonalProfile: (redtailGetContactPersonalProfileBody: RedtailGetContactPersonalProfileBody) => Promise<RedtailGetContactPersonalProfile200>;
|
|
10839
|
+
redtailGetContactAccounts: (redtailGetContactAccountsBody: RedtailGetContactAccountsBody) => Promise<RedtailGetContactAccounts200>;
|
|
10840
|
+
redtailGetAccountOwners: (redtailGetAccountOwnersBody: RedtailGetAccountOwnersBody) => Promise<RedtailGetAccountOwners200>;
|
|
10841
|
+
redtailGetAccountDetails: (redtailGetAccountDetailsBody: RedtailGetAccountDetailsBody) => Promise<RedtailGetAccountDetails200>;
|
|
10842
|
+
redtailGetActivities: (redtailGetActivitiesBody: RedtailGetActivitiesBody) => Promise<RedtailGetActivities200>;
|
|
10843
|
+
redtailGetActivity: (redtailGetActivityBody: RedtailGetActivityBody) => Promise<RedtailGetActivity200>;
|
|
10844
|
+
redtailCreateActivity: () => Promise<RedtailCreateActivity200>;
|
|
10845
|
+
redtailUpdateActivity: (redtailUpdateActivityBody: RedtailUpdateActivityBody) => Promise<RedtailUpdateActivity200>;
|
|
10846
10846
|
redtailDeleteActivity: (redtailDeleteActivityBody: RedtailDeleteActivityBody) => Promise<unknown>;
|
|
10847
|
-
|
|
10848
|
-
|
|
10849
|
-
|
|
10850
|
-
|
|
10851
|
-
|
|
10852
|
-
|
|
10853
|
-
|
|
10847
|
+
redtailCreateActivityNote: (redtailCreateActivityNoteBody: RedtailCreateActivityNoteBody) => Promise<RedtailCreateActivityNote200>;
|
|
10848
|
+
redtailDeleteActivityNote: (redtailDeleteActivityNoteBody: RedtailDeleteActivityNoteBody) => Promise<unknown>;
|
|
10849
|
+
redtailGetActivityNotes: (redtailGetActivityNotesBody: RedtailGetActivityNotesBody) => Promise<RedtailGetActivityNotes200>;
|
|
10850
|
+
redtailGetDatabaseUsers: (redtailGetDatabaseUsersBody: RedtailGetDatabaseUsersBody) => Promise<RedtailGetDatabaseUsers200>;
|
|
10851
|
+
redtailGetCategories: (redtailGetCategoriesBody: RedtailGetCategoriesBody) => Promise<RedtailGetCategories200>;
|
|
10852
|
+
redtailGetActivityCodes: (redtailGetActivityCodesBody: RedtailGetActivityCodesBody) => Promise<RedtailGetActivityCodes200>;
|
|
10853
|
+
redtailGetNotes: (redtailGetNotesBody: RedtailGetNotesBody) => Promise<RedtailGetNotes200>;
|
|
10854
10854
|
redtailCreateContact: (redtailCreateContactBody: RedtailCreateContactBody) => Promise<RedtailCreateContact200>;
|
|
10855
10855
|
redtailDeleteContact: (redtailDeleteContactBody: RedtailDeleteContactBody) => Promise<unknown>;
|
|
10856
10856
|
redtailGetContactAddresses: (redtailGetContactAddressesBody: RedtailGetContactAddressesBody) => Promise<RedtailGetContactAddresses200>;
|
|
@@ -11022,26 +11022,26 @@ export type OpenaiGenerateTextResult = NonNullable<Awaited<ReturnType<ReturnType
|
|
|
11022
11022
|
export type OpenaiCreateStreamResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['openaiCreateStream']>>>;
|
|
11023
11023
|
export type RedtailSetUserCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailSetUserCredentials']>>>;
|
|
11024
11024
|
export type RedtailAuthenticateResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailAuthenticate']>>>;
|
|
11025
|
-
export type
|
|
11026
|
-
export type
|
|
11027
|
-
export type
|
|
11028
|
-
export type
|
|
11029
|
-
export type
|
|
11030
|
-
export type
|
|
11031
|
-
export type
|
|
11032
|
-
export type
|
|
11033
|
-
export type
|
|
11034
|
-
export type
|
|
11035
|
-
export type
|
|
11036
|
-
export type
|
|
11025
|
+
export type RedtailGetFamiliesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailGetFamilies']>>>;
|
|
11026
|
+
export type RedtailGetContactResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailGetContact']>>>;
|
|
11027
|
+
export type RedtailGetContactsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailGetContacts']>>>;
|
|
11028
|
+
export type RedtailUpdateContactResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailUpdateContact']>>>;
|
|
11029
|
+
export type RedtailGetContactPersonalProfileResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailGetContactPersonalProfile']>>>;
|
|
11030
|
+
export type RedtailGetContactAccountsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailGetContactAccounts']>>>;
|
|
11031
|
+
export type RedtailGetAccountOwnersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailGetAccountOwners']>>>;
|
|
11032
|
+
export type RedtailGetAccountDetailsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailGetAccountDetails']>>>;
|
|
11033
|
+
export type RedtailGetActivitiesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailGetActivities']>>>;
|
|
11034
|
+
export type RedtailGetActivityResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailGetActivity']>>>;
|
|
11035
|
+
export type RedtailCreateActivityResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailCreateActivity']>>>;
|
|
11036
|
+
export type RedtailUpdateActivityResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailUpdateActivity']>>>;
|
|
11037
11037
|
export type RedtailDeleteActivityResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailDeleteActivity']>>>;
|
|
11038
|
-
export type
|
|
11039
|
-
export type
|
|
11040
|
-
export type
|
|
11041
|
-
export type
|
|
11042
|
-
export type
|
|
11043
|
-
export type
|
|
11044
|
-
export type
|
|
11038
|
+
export type RedtailCreateActivityNoteResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailCreateActivityNote']>>>;
|
|
11039
|
+
export type RedtailDeleteActivityNoteResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailDeleteActivityNote']>>>;
|
|
11040
|
+
export type RedtailGetActivityNotesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailGetActivityNotes']>>>;
|
|
11041
|
+
export type RedtailGetDatabaseUsersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailGetDatabaseUsers']>>>;
|
|
11042
|
+
export type RedtailGetCategoriesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailGetCategories']>>>;
|
|
11043
|
+
export type RedtailGetActivityCodesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailGetActivityCodes']>>>;
|
|
11044
|
+
export type RedtailGetNotesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailGetNotes']>>>;
|
|
11045
11045
|
export type RedtailCreateContactResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailCreateContact']>>>;
|
|
11046
11046
|
export type RedtailDeleteContactResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailDeleteContact']>>>;
|
|
11047
11047
|
export type RedtailGetContactAddressesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getIntegrationsAPI>['redtailGetContactAddresses']>>>;
|