@uptiqai/integrations-sdk 1.6.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated-api.d.ts +8918 -7504
- package/dist/generated-api.d.ts.map +1 -1
- package/dist/generated-api.js +827 -3
- package/dist/generated-api.js.map +1 -1
- package/dist/index.d.ts +207 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +400 -1
- package/dist/index.js.map +1 -1
- package/dist/response-type-map.d.ts.map +1 -1
- package/dist/response-type-map.js +180 -2
- package/dist/response-type-map.js.map +1 -1
- package/package.json +1 -1
package/dist/generated-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.getIntegrationsAPI = exports.AbrigoCreateProposedLienBodyLoanReferenceType = exports.AnthropicGenerateTextBodyMessagesItemRole = exports.AnthropicCreateStreamBodyMessagesItemRole = exports.GitlabListMergeRequestNotesBodyOrderBy = exports.GitlabListMergeRequestNotesBodySort = exports.GmailGetMessageBodyFormat = exports.GmailCreateLabelBodyLabelListVisibility = exports.GmailCreateLabelBodyMessageListVisibility = exports.GmailUpdateLabelBodyLabelListVisibility = exports.GmailUpdateLabelBodyMessageListVisibility = exports.GoogleDriveListFilesCorpora = exports.GoogleDriveGetFileBodyAlt = void 0;
|
|
3
|
+
exports.GoogleGenerativeAIGenerateImageBodyAspectRatio = exports.GoogleGenerativeAICreateStreamBodyMessagesItemRole = exports.GoogleGenerativeAIImageGenerateImageBodyAspectRatio = exports.GoogleSheetsGetValuesBodyMajorDimension = exports.GoogleSheetsGetValuesBodyValueRenderOption = exports.GoogleSheetsUpdateValuesBodyValueInputOption = exports.GoogleSheetsAppendValuesBodyInsertDataOption = exports.GoogleSheetsAppendValuesBodyValueInputOption = exports.MicrosoftOnedriveUploadItemBodyConflictBehavior = exports.MicrosoftOnedriveUploadLargeItemBodyConflictBehavior = exports.MicrosoftOnedriveCreateFolderBodyConflictBehavior = exports.OpenaiGenerateTextBodyMessagesItemRole = exports.OpenaiCreateStreamBodyMessagesItemRole = exports.PlaidStartHostedLinkBodyHostedLinkDeliveryMethod = exports.RedtailUpdateContactBodyType = exports.RedtailCreateContactBodyType = exports.SocureRiskosReceiveWebhookBodyEventType = exports.WealthboxCreateContactBodyContactSource = exports.WealthboxCreateContactBodyContactType = exports.WealthboxCreateContactBodyEmailAddressesItemKind = exports.WealthboxCreateContactBodyGender = exports.WealthboxCreateContactBodyHouseholdTitle = exports.WealthboxCreateContactBodyInvestmentObjective = exports.WealthboxCreateContactBodyMaritalStatus = exports.WealthboxCreateContactBodyPhoneNumbersItemKind = exports.WealthboxCreateContactBodyRiskTolerance = exports.WealthboxCreateContactBodyStatus = exports.WealthboxCreateContactBodyStreetAddressesItemKind = exports.WealthboxCreateContactBodyTimeHorizon = exports.WealthboxCreateContactBodyType = exports.WealthboxCreateContactBodyWebsitesItemKind = exports.WealthboxUpdateContactBodyContactSource = exports.WealthboxUpdateContactBodyContactType = exports.WealthboxUpdateContactBodyEmailAddressesItemKind = exports.WealthboxUpdateContactBodyGender = exports.WealthboxUpdateContactBodyHouseholdTitle = exports.WealthboxUpdateContactBodyInvestmentObjective = exports.WealthboxUpdateContactBodyMaritalStatus = exports.WealthboxUpdateContactBodyPhoneNumbersItemKind = exports.WealthboxUpdateContactBodyRiskTolerance = exports.WealthboxUpdateContactBodyStatus = exports.WealthboxUpdateContactBodyStreetAddressesItemKind = exports.WealthboxUpdateContactBodyTimeHorizon = exports.WealthboxUpdateContactBodyType = exports.WealthboxUpdateContactBodyWebsitesItemKind = exports.WealthboxCreateTaskBodyPriority = exports.WealthboxUpdateTaskBodyPriority = exports.WealthboxCreateEventBodyState = exports.WealthboxUpdateEventBodyState = exports.WealthboxAddHouseholdMemberBodyTitle = void 0;
|
|
4
|
+
exports.getIntegrationsAPI = exports.AbrigoCreateProposedLienBodyLoanReferenceType = exports.AnthropicGenerateTextBodyMessagesItemRole = exports.AnthropicCreateStreamBodyMessagesItemRole = exports.GitlabListMergeRequestNotesBodyOrderBy = exports.GitlabListMergeRequestNotesBodySort = exports.GmailGetMessageBodyFormat = exports.GmailCreateLabelBodyLabelListVisibility = exports.GmailCreateLabelBodyMessageListVisibility = exports.GmailUpdateLabelBodyLabelListVisibility = exports.GmailUpdateLabelBodyMessageListVisibility = exports.GoogleDriveListFilesCorpora = exports.GoogleDriveGetFileBodyAlt = exports.GoogleDriveCreatePermissionBodyRole = exports.GoogleDriveCreatePermissionBodyType = exports.GoogleGenerativeAIGenerateTextBodyMessagesItemRole = void 0;
|
|
5
5
|
/**
|
|
6
6
|
* Generated by orval v7.1.0 🍺
|
|
7
7
|
* Do not edit manually.
|
|
@@ -309,6 +309,24 @@ exports.OpenaiGenerateTextBodyMessagesItemRole = {
|
|
|
309
309
|
system: 'system',
|
|
310
310
|
};
|
|
311
311
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
312
|
+
exports.MicrosoftOnedriveCreateFolderBodyConflictBehavior = {
|
|
313
|
+
rename: 'rename',
|
|
314
|
+
replace: 'replace',
|
|
315
|
+
fail: 'fail',
|
|
316
|
+
};
|
|
317
|
+
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
318
|
+
exports.MicrosoftOnedriveUploadLargeItemBodyConflictBehavior = {
|
|
319
|
+
rename: 'rename',
|
|
320
|
+
replace: 'replace',
|
|
321
|
+
fail: 'fail',
|
|
322
|
+
};
|
|
323
|
+
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
324
|
+
exports.MicrosoftOnedriveUploadItemBodyConflictBehavior = {
|
|
325
|
+
rename: 'rename',
|
|
326
|
+
replace: 'replace',
|
|
327
|
+
fail: 'fail',
|
|
328
|
+
};
|
|
329
|
+
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
312
330
|
exports.GoogleSheetsAppendValuesBodyValueInputOption = {
|
|
313
331
|
RAW: 'RAW',
|
|
314
332
|
USER_ENTERED: 'USER_ENTERED',
|
|
@@ -3839,6 +3857,438 @@ const getIntegrationsAPI = () => {
|
|
|
3839
3857
|
data: googleSlidesBatchUpdatePresentationBody
|
|
3840
3858
|
});
|
|
3841
3859
|
};
|
|
3860
|
+
/**
|
|
3861
|
+
* @summary Start Microsoft OneDrive OAuth flow
|
|
3862
|
+
*/
|
|
3863
|
+
const microsoftOnedriveAuthStart = (microsoftOnedriveAuthStartBody) => {
|
|
3864
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/auth/start`, method: 'POST',
|
|
3865
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3866
|
+
data: microsoftOnedriveAuthStartBody
|
|
3867
|
+
});
|
|
3868
|
+
};
|
|
3869
|
+
/**
|
|
3870
|
+
* @summary Set Microsoft OneDrive OAuth app credentials for a user
|
|
3871
|
+
*/
|
|
3872
|
+
const microsoftOnedriveSetUserCredentials = (microsoftOnedriveSetUserCredentialsBody) => {
|
|
3873
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/auth/set-user-credentials`, method: 'POST',
|
|
3874
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3875
|
+
data: microsoftOnedriveSetUserCredentialsBody
|
|
3876
|
+
});
|
|
3877
|
+
};
|
|
3878
|
+
/**
|
|
3879
|
+
* @summary Handle Microsoft OneDrive OAuth callback
|
|
3880
|
+
*/
|
|
3881
|
+
const microsoftOnedriveOauthCallback = (params) => {
|
|
3882
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/oauth/callback`, method: 'GET',
|
|
3883
|
+
params
|
|
3884
|
+
});
|
|
3885
|
+
};
|
|
3886
|
+
/**
|
|
3887
|
+
* @summary List OneDrive folder contents
|
|
3888
|
+
*/
|
|
3889
|
+
const microsoftOnedriveListItems = (params) => {
|
|
3890
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/items`, method: 'GET',
|
|
3891
|
+
params
|
|
3892
|
+
});
|
|
3893
|
+
};
|
|
3894
|
+
/**
|
|
3895
|
+
* @summary Update OneDrive item
|
|
3896
|
+
*/
|
|
3897
|
+
const microsoftOnedriveUpdateItem = (microsoftOnedriveUpdateItemBody) => {
|
|
3898
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/items`, method: 'PATCH',
|
|
3899
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3900
|
+
data: microsoftOnedriveUpdateItemBody
|
|
3901
|
+
});
|
|
3902
|
+
};
|
|
3903
|
+
/**
|
|
3904
|
+
* @summary Delete OneDrive item
|
|
3905
|
+
*/
|
|
3906
|
+
const microsoftOnedriveDeleteItem = (microsoftOnedriveDeleteItemBody) => {
|
|
3907
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/items`, method: 'DELETE',
|
|
3908
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3909
|
+
data: microsoftOnedriveDeleteItemBody
|
|
3910
|
+
});
|
|
3911
|
+
};
|
|
3912
|
+
/**
|
|
3913
|
+
* @summary Get OneDrive item metadata
|
|
3914
|
+
*/
|
|
3915
|
+
const microsoftOnedriveGetItem = (microsoftOnedriveGetItemBody) => {
|
|
3916
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/items/get`, method: 'POST',
|
|
3917
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3918
|
+
data: microsoftOnedriveGetItemBody
|
|
3919
|
+
});
|
|
3920
|
+
};
|
|
3921
|
+
/**
|
|
3922
|
+
* @summary Download OneDrive item content (signed URL)
|
|
3923
|
+
*/
|
|
3924
|
+
const microsoftOnedriveDownloadItem = (microsoftOnedriveDownloadItemBody) => {
|
|
3925
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/items/download`, method: 'POST',
|
|
3926
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3927
|
+
data: microsoftOnedriveDownloadItemBody
|
|
3928
|
+
});
|
|
3929
|
+
};
|
|
3930
|
+
/**
|
|
3931
|
+
* @summary Upload OneDrive item (simple)
|
|
3932
|
+
*/
|
|
3933
|
+
const microsoftOnedriveUploadItem = (microsoftOnedriveUploadItemBody) => {
|
|
3934
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/items/upload`, method: 'POST',
|
|
3935
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3936
|
+
data: microsoftOnedriveUploadItemBody
|
|
3937
|
+
});
|
|
3938
|
+
};
|
|
3939
|
+
/**
|
|
3940
|
+
* @summary Upload large OneDrive item via upload session
|
|
3941
|
+
*/
|
|
3942
|
+
const microsoftOnedriveUploadLargeItem = (microsoftOnedriveUploadLargeItemBody) => {
|
|
3943
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/items/upload-large`, method: 'POST',
|
|
3944
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3945
|
+
data: microsoftOnedriveUploadLargeItemBody
|
|
3946
|
+
});
|
|
3947
|
+
};
|
|
3948
|
+
/**
|
|
3949
|
+
* @summary Create OneDrive folder
|
|
3950
|
+
*/
|
|
3951
|
+
const microsoftOnedriveCreateFolder = (microsoftOnedriveCreateFolderBody) => {
|
|
3952
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/folders`, method: 'POST',
|
|
3953
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3954
|
+
data: microsoftOnedriveCreateFolderBody
|
|
3955
|
+
});
|
|
3956
|
+
};
|
|
3957
|
+
/**
|
|
3958
|
+
* @summary Copy OneDrive item
|
|
3959
|
+
*/
|
|
3960
|
+
const microsoftOnedriveCopyItem = (microsoftOnedriveCopyItemBody) => {
|
|
3961
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/items/copy`, method: 'POST',
|
|
3962
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3963
|
+
data: microsoftOnedriveCopyItemBody
|
|
3964
|
+
});
|
|
3965
|
+
};
|
|
3966
|
+
/**
|
|
3967
|
+
* @summary Search OneDrive items
|
|
3968
|
+
*/
|
|
3969
|
+
const microsoftOnedriveSearchItems = (params) => {
|
|
3970
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-onedrive/search`, method: 'GET',
|
|
3971
|
+
params
|
|
3972
|
+
});
|
|
3973
|
+
};
|
|
3974
|
+
/**
|
|
3975
|
+
* @summary Start Microsoft Outlook OAuth flow
|
|
3976
|
+
*/
|
|
3977
|
+
const microsoftOutlookAuthStart = (microsoftOutlookAuthStartBody) => {
|
|
3978
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/auth/start`, method: 'POST',
|
|
3979
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3980
|
+
data: microsoftOutlookAuthStartBody
|
|
3981
|
+
});
|
|
3982
|
+
};
|
|
3983
|
+
/**
|
|
3984
|
+
* @summary Set Microsoft Outlook OAuth app credentials for a user
|
|
3985
|
+
*/
|
|
3986
|
+
const microsoftOutlookSetUserCredentials = (microsoftOutlookSetUserCredentialsBody) => {
|
|
3987
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/auth/set-user-credentials`, method: 'POST',
|
|
3988
|
+
headers: { 'Content-Type': 'application/json', },
|
|
3989
|
+
data: microsoftOutlookSetUserCredentialsBody
|
|
3990
|
+
});
|
|
3991
|
+
};
|
|
3992
|
+
/**
|
|
3993
|
+
* @summary Handle Microsoft Outlook OAuth callback
|
|
3994
|
+
*/
|
|
3995
|
+
const microsoftOutlookOauthCallback = () => {
|
|
3996
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/oauth/callback`, method: 'GET'
|
|
3997
|
+
});
|
|
3998
|
+
};
|
|
3999
|
+
/**
|
|
4000
|
+
* GET /me/messages
|
|
4001
|
+
* @summary List messages
|
|
4002
|
+
*/
|
|
4003
|
+
const microsoftOutlookMessagesList = (microsoftOutlookMessagesListBody) => {
|
|
4004
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/list`, method: 'POST',
|
|
4005
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4006
|
+
data: microsoftOutlookMessagesListBody
|
|
4007
|
+
});
|
|
4008
|
+
};
|
|
4009
|
+
/**
|
|
4010
|
+
* GET /me/mailFolders
|
|
4011
|
+
* @summary List mail folders
|
|
4012
|
+
*/
|
|
4013
|
+
const microsoftOutlookMailFoldersList = (microsoftOutlookMailFoldersListBody) => {
|
|
4014
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/mail-folders/list`, method: 'POST',
|
|
4015
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4016
|
+
data: microsoftOutlookMailFoldersListBody
|
|
4017
|
+
});
|
|
4018
|
+
};
|
|
4019
|
+
/**
|
|
4020
|
+
* GET /me/mailFolders/{folder-id}/messages
|
|
4021
|
+
* @summary List messages in a folder
|
|
4022
|
+
*/
|
|
4023
|
+
const microsoftOutlookFolderMessagesList = (microsoftOutlookFolderMessagesListBody) => {
|
|
4024
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/mail-folders/messages/list`, method: 'POST',
|
|
4025
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4026
|
+
data: microsoftOutlookFolderMessagesListBody
|
|
4027
|
+
});
|
|
4028
|
+
};
|
|
4029
|
+
/**
|
|
4030
|
+
* GET /me/messages/{message-id}
|
|
4031
|
+
* @summary Get a message
|
|
4032
|
+
*/
|
|
4033
|
+
const microsoftOutlookMessagesGet = (microsoftOutlookMessagesGetBody) => {
|
|
4034
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/get`, method: 'POST',
|
|
4035
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4036
|
+
data: microsoftOutlookMessagesGetBody
|
|
4037
|
+
});
|
|
4038
|
+
};
|
|
4039
|
+
/**
|
|
4040
|
+
* GET /me/messages?$search='{query}'
|
|
4041
|
+
* @summary Search messages
|
|
4042
|
+
*/
|
|
4043
|
+
const microsoftOutlookMessagesSearch = (microsoftOutlookMessagesSearchBody) => {
|
|
4044
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/search`, method: 'POST',
|
|
4045
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4046
|
+
data: microsoftOutlookMessagesSearchBody
|
|
4047
|
+
});
|
|
4048
|
+
};
|
|
4049
|
+
/**
|
|
4050
|
+
* GET /me/messages/{message-id}/attachments
|
|
4051
|
+
* @summary List message attachments
|
|
4052
|
+
*/
|
|
4053
|
+
const microsoftOutlookAttachmentsList = (microsoftOutlookAttachmentsListBody) => {
|
|
4054
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/attachments/list`, method: 'POST',
|
|
4055
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4056
|
+
data: microsoftOutlookAttachmentsListBody
|
|
4057
|
+
});
|
|
4058
|
+
};
|
|
4059
|
+
/**
|
|
4060
|
+
* POST /me/sendMail
|
|
4061
|
+
* @summary Send mail
|
|
4062
|
+
*/
|
|
4063
|
+
const microsoftOutlookSendMail = (microsoftOutlookSendMailBody) => {
|
|
4064
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/send-mail`, method: 'POST',
|
|
4065
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4066
|
+
data: microsoftOutlookSendMailBody
|
|
4067
|
+
});
|
|
4068
|
+
};
|
|
4069
|
+
/**
|
|
4070
|
+
* POST /me/messages
|
|
4071
|
+
* @summary Create draft
|
|
4072
|
+
*/
|
|
4073
|
+
const microsoftOutlookMessagesCreate = (microsoftOutlookMessagesCreateBody) => {
|
|
4074
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/create`, method: 'POST',
|
|
4075
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4076
|
+
data: microsoftOutlookMessagesCreateBody
|
|
4077
|
+
});
|
|
4078
|
+
};
|
|
4079
|
+
/**
|
|
4080
|
+
* PATCH /me/messages/{message-id}
|
|
4081
|
+
* @summary Update draft
|
|
4082
|
+
*/
|
|
4083
|
+
const microsoftOutlookMessagesUpdate = (microsoftOutlookMessagesUpdateBody) => {
|
|
4084
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/update`, method: 'POST',
|
|
4085
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4086
|
+
data: microsoftOutlookMessagesUpdateBody
|
|
4087
|
+
});
|
|
4088
|
+
};
|
|
4089
|
+
/**
|
|
4090
|
+
* POST /me/messages/{message-id}/send
|
|
4091
|
+
* @summary Send draft
|
|
4092
|
+
*/
|
|
4093
|
+
const microsoftOutlookMessagesSend = (microsoftOutlookMessagesSendBody) => {
|
|
4094
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/send`, method: 'POST',
|
|
4095
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4096
|
+
data: microsoftOutlookMessagesSendBody
|
|
4097
|
+
});
|
|
4098
|
+
};
|
|
4099
|
+
/**
|
|
4100
|
+
* POST /me/messages/{message-id}/reply
|
|
4101
|
+
* @summary Reply to message
|
|
4102
|
+
*/
|
|
4103
|
+
const microsoftOutlookMessagesReply = (microsoftOutlookMessagesReplyBody) => {
|
|
4104
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/reply`, method: 'POST',
|
|
4105
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4106
|
+
data: microsoftOutlookMessagesReplyBody
|
|
4107
|
+
});
|
|
4108
|
+
};
|
|
4109
|
+
/**
|
|
4110
|
+
* POST /me/messages/{message-id}/replyAll
|
|
4111
|
+
* @summary Reply all
|
|
4112
|
+
*/
|
|
4113
|
+
const microsoftOutlookMessagesReplyAll = (microsoftOutlookMessagesReplyAllBody) => {
|
|
4114
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/reply-all`, method: 'POST',
|
|
4115
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4116
|
+
data: microsoftOutlookMessagesReplyAllBody
|
|
4117
|
+
});
|
|
4118
|
+
};
|
|
4119
|
+
/**
|
|
4120
|
+
* POST /me/messages/{message-id}/forward
|
|
4121
|
+
* @summary Forward message
|
|
4122
|
+
*/
|
|
4123
|
+
const microsoftOutlookMessagesForward = (microsoftOutlookMessagesForwardBody) => {
|
|
4124
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/forward`, method: 'POST',
|
|
4125
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4126
|
+
data: microsoftOutlookMessagesForwardBody
|
|
4127
|
+
});
|
|
4128
|
+
};
|
|
4129
|
+
/**
|
|
4130
|
+
* DELETE /me/messages/{message-id}
|
|
4131
|
+
* @summary Delete message
|
|
4132
|
+
*/
|
|
4133
|
+
const microsoftOutlookMessagesDelete = (microsoftOutlookMessagesDeleteBody) => {
|
|
4134
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/delete`, method: 'POST',
|
|
4135
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4136
|
+
data: microsoftOutlookMessagesDeleteBody
|
|
4137
|
+
});
|
|
4138
|
+
};
|
|
4139
|
+
/**
|
|
4140
|
+
* POST /me/messages/{message-id}/attachments
|
|
4141
|
+
* @summary Add attachment to draft
|
|
4142
|
+
*/
|
|
4143
|
+
const microsoftOutlookAttachmentsCreate = (microsoftOutlookAttachmentsCreateBody) => {
|
|
4144
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-outlook/messages/attachments/create`, method: 'POST',
|
|
4145
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4146
|
+
data: microsoftOutlookAttachmentsCreateBody
|
|
4147
|
+
});
|
|
4148
|
+
};
|
|
4149
|
+
/**
|
|
4150
|
+
* @summary Set Microsoft SharePoint OAuth app credentials for a user
|
|
4151
|
+
*/
|
|
4152
|
+
const microsoftSharepointSetUserCredentials = (microsoftSharepointSetUserCredentialsBody) => {
|
|
4153
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/auth/set-user-credentials`, method: 'POST',
|
|
4154
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4155
|
+
data: microsoftSharepointSetUserCredentialsBody
|
|
4156
|
+
});
|
|
4157
|
+
};
|
|
4158
|
+
/**
|
|
4159
|
+
* @summary Initiate Microsoft SharePoint OAuth
|
|
4160
|
+
*/
|
|
4161
|
+
const microsoftSharepointOauthInitiate = (microsoftSharepointOauthInitiateBody) => {
|
|
4162
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/oauth/initiate`, method: 'POST',
|
|
4163
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4164
|
+
data: microsoftSharepointOauthInitiateBody
|
|
4165
|
+
});
|
|
4166
|
+
};
|
|
4167
|
+
/**
|
|
4168
|
+
* @summary Microsoft SharePoint OAuth callback
|
|
4169
|
+
*/
|
|
4170
|
+
const microsoftSharepointOauthCallback = (params) => {
|
|
4171
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/oauth/callback`, method: 'GET',
|
|
4172
|
+
params
|
|
4173
|
+
});
|
|
4174
|
+
};
|
|
4175
|
+
/**
|
|
4176
|
+
* @summary Get site by path — GET /sites/{hostname}:/{site-path}
|
|
4177
|
+
*/
|
|
4178
|
+
const microsoftSharepointGetSiteByPath = (microsoftSharepointGetSiteByPathBody) => {
|
|
4179
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/sites/get-by-path`, method: 'POST',
|
|
4180
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4181
|
+
data: microsoftSharepointGetSiteByPathBody
|
|
4182
|
+
});
|
|
4183
|
+
};
|
|
4184
|
+
/**
|
|
4185
|
+
* @summary Search sites — GET /sites?search={query}
|
|
4186
|
+
*/
|
|
4187
|
+
const microsoftSharepointSearchSites = (microsoftSharepointSearchSitesBody) => {
|
|
4188
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/sites/search`, method: 'POST',
|
|
4189
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4190
|
+
data: microsoftSharepointSearchSitesBody
|
|
4191
|
+
});
|
|
4192
|
+
};
|
|
4193
|
+
/**
|
|
4194
|
+
* @summary List drives — GET /sites/{site-id}/drives
|
|
4195
|
+
*/
|
|
4196
|
+
const microsoftSharepointListDrives = (microsoftSharepointListDrivesBody) => {
|
|
4197
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/sites/drives/list`, method: 'POST',
|
|
4198
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4199
|
+
data: microsoftSharepointListDrivesBody
|
|
4200
|
+
});
|
|
4201
|
+
};
|
|
4202
|
+
/**
|
|
4203
|
+
* @summary List drive item children — GET /drives/{drive-id}/items/{item-id}/children
|
|
4204
|
+
*/
|
|
4205
|
+
const microsoftSharepointListDriveItemChildren = (microsoftSharepointListDriveItemChildrenBody) => {
|
|
4206
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/drives/items/children/list`, method: 'POST',
|
|
4207
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4208
|
+
data: microsoftSharepointListDriveItemChildrenBody
|
|
4209
|
+
});
|
|
4210
|
+
};
|
|
4211
|
+
/**
|
|
4212
|
+
* @summary Download file content (signed URL) — GET /drives/{drive-id}/items/{item-id}/content
|
|
4213
|
+
*/
|
|
4214
|
+
const microsoftSharepointDownloadFileContent = (microsoftSharepointDownloadFileContentBody) => {
|
|
4215
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/drives/items/content/get`, method: 'POST',
|
|
4216
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4217
|
+
data: microsoftSharepointDownloadFileContentBody
|
|
4218
|
+
});
|
|
4219
|
+
};
|
|
4220
|
+
/**
|
|
4221
|
+
* @summary Upload file — PUT /drives/{drive-id}/items/{parent-id}:/{filename}:/content
|
|
4222
|
+
*/
|
|
4223
|
+
const microsoftSharepointUploadFile = (microsoftSharepointUploadFileBody) => {
|
|
4224
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/drives/items/content/upload`, method: 'POST',
|
|
4225
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4226
|
+
data: microsoftSharepointUploadFileBody
|
|
4227
|
+
});
|
|
4228
|
+
};
|
|
4229
|
+
/**
|
|
4230
|
+
* @summary Delete file — DELETE /drives/{drive-id}/items/{item-id}
|
|
4231
|
+
*/
|
|
4232
|
+
const microsoftSharepointDeleteFile = (microsoftSharepointDeleteFileBody) => {
|
|
4233
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/drives/items/delete`, method: 'POST',
|
|
4234
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4235
|
+
data: microsoftSharepointDeleteFileBody
|
|
4236
|
+
});
|
|
4237
|
+
};
|
|
4238
|
+
/**
|
|
4239
|
+
* @summary List lists — GET /sites/{site-id}/lists
|
|
4240
|
+
*/
|
|
4241
|
+
const microsoftSharepointListLists = (microsoftSharepointListListsBody) => {
|
|
4242
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/sites/lists/list`, method: 'POST',
|
|
4243
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4244
|
+
data: microsoftSharepointListListsBody
|
|
4245
|
+
});
|
|
4246
|
+
};
|
|
4247
|
+
/**
|
|
4248
|
+
* @summary Get list — GET /sites/{site-id}/lists/{list-id}
|
|
4249
|
+
*/
|
|
4250
|
+
const microsoftSharepointGetList = (microsoftSharepointGetListBody) => {
|
|
4251
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/sites/lists/get`, method: 'POST',
|
|
4252
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4253
|
+
data: microsoftSharepointGetListBody
|
|
4254
|
+
});
|
|
4255
|
+
};
|
|
4256
|
+
/**
|
|
4257
|
+
* @summary List list items — GET /sites/{site-id}/lists/{list-id}/items
|
|
4258
|
+
*/
|
|
4259
|
+
const microsoftSharepointListListItems = (microsoftSharepointListListItemsBody) => {
|
|
4260
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/sites/lists/items/list`, method: 'POST',
|
|
4261
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4262
|
+
data: microsoftSharepointListListItemsBody
|
|
4263
|
+
});
|
|
4264
|
+
};
|
|
4265
|
+
/**
|
|
4266
|
+
* @summary Create list item — POST /sites/{site-id}/lists/{list-id}/items
|
|
4267
|
+
*/
|
|
4268
|
+
const microsoftSharepointCreateListItem = (microsoftSharepointCreateListItemBody) => {
|
|
4269
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/sites/lists/items/create`, method: 'POST',
|
|
4270
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4271
|
+
data: microsoftSharepointCreateListItemBody
|
|
4272
|
+
});
|
|
4273
|
+
};
|
|
4274
|
+
/**
|
|
4275
|
+
* @summary Update list item — PATCH /sites/{site-id}/lists/{list-id}/items/{item-id}
|
|
4276
|
+
*/
|
|
4277
|
+
const microsoftSharepointUpdateListItem = (microsoftSharepointUpdateListItemBody) => {
|
|
4278
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/sites/lists/items/update`, method: 'POST',
|
|
4279
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4280
|
+
data: microsoftSharepointUpdateListItemBody
|
|
4281
|
+
});
|
|
4282
|
+
};
|
|
4283
|
+
/**
|
|
4284
|
+
* @summary Search content — POST /search/query
|
|
4285
|
+
*/
|
|
4286
|
+
const microsoftSharepointSearchContent = (microsoftSharepointSearchContentBody) => {
|
|
4287
|
+
return (0, http_client_1.customAxios)({ url: `/microsoft-sharepoint/search/query`, method: 'POST',
|
|
4288
|
+
headers: { 'Content-Type': 'application/json', },
|
|
4289
|
+
data: microsoftSharepointSearchContentBody
|
|
4290
|
+
});
|
|
4291
|
+
};
|
|
3842
4292
|
/**
|
|
3843
4293
|
* Returns the authorization URL for the user to complete the OAuth flow.
|
|
3844
4294
|
* @summary Initiate Jira OAuth flow
|
|
@@ -5615,7 +6065,381 @@ const getIntegrationsAPI = () => {
|
|
|
5615
6065
|
data: wealthboxGetActivityBody
|
|
5616
6066
|
});
|
|
5617
6067
|
};
|
|
5618
|
-
return { abrigoFindCustomerByCrmId, abrigoCreateCustomer, abrigoLinkBeneficialOwner, abrigoFindProposedLoanByCrmId, abrigoCreateProposedLoan, abrigoStartWorkflow, abrigoCreateCollateral, abrigoCreateProposedLien, abrigoListCustomers, abrigoSearchCustomers, abrigoGetCustomerById, abrigoUpdateCustomer, abrigoDeleteCustomer, abrigoListBeneficialOwners, abrigoGetBeneficialOwnerById, abrigoUpdateBeneficialOwner, abrigoListCustomerContacts, abrigoCreateCustomerContact, abrigoListEntities, abrigoGetEntityById, abrigoListProposedLoans, abrigoGetProposedLoanById, abrigoUpdateProposedLoan, abrigoDeleteProposedLoan, abrigoUpdateProposedLoanStatus, abrigoGetProposedLoanExposure, abrigoListLoanApplications, abrigoGetLoanApplicationById, abrigoCreateLoanApplication, abrigoUpdateLoanApplication, abrigoSubmitLoanApplication, abrigoListLoanRolesByProposedLoan, abrigoCreateLoanRole, abrigoUpdateLoanRole, abrigoListProposedProducts, abrigoListCollaterals, abrigoGetCollateralById, abrigoUpdateCollateral, abrigoDeleteCollateral, abrigoListLiens, abrigoGetLienById, abrigoListProposedLiens, abrigoListPortfolioLoans, abrigoGetPortfolioLoanById, abrigoUpdatePortfolioLoan, abrigoGetPortfolioLoanCollaterals, abrigoListPastDueLoans, abrigoListMaturingLoans, abrigoListLoanRolesByPortfolioLoan, abrigoListPortfolioLoansBasic, abrigoListRiskRatingCalculations, abrigoGetRiskRatingCalculationById, abrigoApproveRiskRating, abrigoDeclineRiskRating, abrigoListPolicyExceptions, abrigoCreatePolicyException, abrigoListPolicyExceptionTypes, abrigoListPolicyExceptionStatuses, abrigoListWorkflows, abrigoGetWorkflowById, abrigoCloseWorkflow, abrigoListWorkflowSteps, abrigoGetWorkflowStepById, abrigoUpdateWorkflowStepStatus, abrigoGetWorkflowNextSteps, abrigoListTicklers, abrigoGetTicklerById, abrigoListActivities, abrigoCreateActivity, abrigoListBankCodes, abrigoListBankBranches, abrigoListStates, abrigoGetStateById, abrigoListDocuments, abrigoGetDocumentById, abrigoGetDocumentContent, abrigoListDocumentsByObjectAssociation, abrigoSetUserCredentials, alloyCreatePersonEntity, alloyGetPersonEntity, alloyCreateBusinessEntity, alloyGetBusinessEntity, alloyCreateJourneyApplication, alloyGetJourneyApplication, alloyRerunJourneyApplication, alloyReviewJourneyApplication, alloyRunEvaluation, alloyUploadDocument, alloySetUserCredentials, anthropicSetUserCredentials, anthropicGenerateText, anthropicCreateStream, awsS3SetUserCredentials, awsS3UploadData, awsS3DeleteFile, awsS3DocumentExists, awsS3GenerateDownloadSignedUrl, awsS3GetData, awsS3GenerateUploadSignedUrl, awsS3CopyFile, awsS3GetFileMetadata, awsS3UploadFile, awsS3CreateReadStream, azureBlobStorageSetUserCredentials, azureBlobStorageUploadData, azureBlobStorageDeleteFile, azureBlobStorageDocumentExists, azureBlobStorageGenerateDownloadSignedUrl, azureBlobStorageGetData, azureBlobStorageGenerateUploadSignedUrl, azureBlobStorageCopyFile, azureBlobStorageGetFileMetadata, azureBlobStorageUploadFile, azureBlobStorageCreateReadStream, azureBlobStorageCreateWriteStream, creditsafeComplianceBankMatchGetIbanCompanySearchCriteria, creditsafeComplianceBankMatchGetBbanCompanySearchCriteria, creditsafeComplianceBankMatchIbanCompanySearch, creditsafeComplianceBankMatchBbanCompanySearch, creditsafeComplianceBankMatchGetIbanPersonSearchCriteria, creditsafeComplianceBankMatchIbanPersonSearch, creditsafeComplianceCountryRiskGetCountryRisk, creditsafeComplianceKycProtectListProfileTypes, creditsafeComplianceKycProtectListCurrencyCodes, creditsafeComplianceKycProtectListCountryCodes, creditsafeComplianceKycProtectListSanctionBodies, creditsafeComplianceKycProtectListDocumentTypes, creditsafeComplianceKycProtectGetAmlPreferences, creditsafeComplianceKycProtectUpdateAmlPreferences, creditsafeComplianceKycProtectListAudits, creditsafeComplianceKycProtectCreateProfile, creditsafeComplianceKycProtectListProfiles, creditsafeComplianceKycProtectGetProfile, creditsafeComplianceKycProtectUpdateProfile, creditsafeComplianceKycProtectDeleteProfile, creditsafeComplianceKycProtectImportBusinessProfiles, creditsafeComplianceKycProtectGetProfileDetails, creditsafeComplianceKycProtectUpdateProfileDetails, creditsafeComplianceKycProtectListProfileAddresses, creditsafeComplianceKycProtectCreateProfileAddress, creditsafeComplianceKycProtectAddKeyParty, creditsafeComplianceKycProtectListKeyParties, creditsafeComplianceKycProtectUpdateKeyParties, creditsafeComplianceKycProtectRemoveKeyParties, creditsafeComplianceKycProtectCreateBusinessSearch, creditsafeComplianceKycProtectListBusinessSearches, creditsafeComplianceKycProtectGetBusinessSearch, creditsafeComplianceKycProtectListBusinessSearchHits, creditsafeComplianceKycProtectCreateIndividualSearch, creditsafeComplianceKycProtectListIndividualSearches, creditsafeComplianceKycProtectGetIndividualSearch, creditsafeComplianceKycProtectListIndividualSearchHits, creditsafeComplianceKycProtectBulkAmlScreening, creditsafeComplianceKycProtectCreateSchedule, creditsafeComplianceKycProtectListSchedules, creditsafeComplianceKycProtectListMonitoringAmlAlerts, creditsafeComplianceKycProtectBulkAddMonitoringProfiles, creditsafeComplianceKycProtectListKycMonitoringAlerts, creditsafeComplianceKycProtectUpdateKycMonitoringAlert, creditsafeComplianceKycProtectListAsyncAmlJobs, creditsafeComplianceKycProtectGetAsyncAmlJob, creditsafeComplianceKycProtectUploadBatchFile, creditsafeComplianceKycProtectGetBatchUpload, creditsafeComplianceKycProtectGenerateReport, creditsafeComplianceKycProtectListReports, creditsafeComplianceKycProtectGetReport, creditsafeComplianceKycProtectGetComplianceAlerts, creditsafeComplianceSetUserCredentials, creditsafeFeaturedCreditRiskListReportLanguagesByCountry, creditsafeFeaturedCreditRiskGetCompanySearchCriteria, creditsafeFeaturedCreditRiskGetPeopleSearchCriteria, creditsafeFeaturedCreditRiskGetCompanySchema, creditsafeFeaturedCreditRiskCompaniesSearch, creditsafeFeaturedCreditRiskGetCompany, creditsafeFeaturedCreditRiskCompaniesMatch, creditsafeFeaturedCreditRiskPeopleSearch, creditsafeFeaturedCreditRiskGetPerson, creditsafeFeaturedCreditRiskListCompanyImages, creditsafeFeaturedCreditRiskListImageTypes, creditsafeFeaturedCreditRiskDownloadImage, creditsafeFeaturedCreditRiskCreateFreshInvestigation, creditsafeFeaturedCreditRiskListFreshInvestigations, creditsafeFeaturedCreditRiskGetFreshInvestigation, creditsafeFeaturedCreditRiskCancelFreshInvestigation, creditsafeFeaturedCreditRiskUpdateFreshInvestigation, creditsafeFeaturedGlobalMonitoringGetUserDetails, creditsafeFeaturedGlobalMonitoringListPortfolios, creditsafeFeaturedGlobalMonitoringCreatePortfolio, creditsafeFeaturedGlobalMonitoringImportPortfolioCompanies, creditsafeFeaturedGlobalMonitoringSyncPortfolio, creditsafeFeaturedGlobalMonitoringGetPortfolio, creditsafeFeaturedGlobalMonitoringDeletePortfolio, creditsafeFeaturedGlobalMonitoringUpdatePortfolio, creditsafeFeaturedGlobalMonitoringListPortfolioCountries, creditsafeFeaturedGlobalMonitoringListPortfolioCompanies, creditsafeFeaturedGlobalMonitoringAddPortfolioCompany, creditsafeFeaturedGlobalMonitoringGetPortfolioCompany, creditsafeFeaturedGlobalMonitoringRemovePortfolioCompany, creditsafeFeaturedGlobalMonitoringUpdatePortfolioCompany, creditsafeFeaturedGlobalMonitoringListPortfolioEventRules, creditsafeFeaturedGlobalMonitoringListCompanyEvents, creditsafeFeaturedGlobalMonitoringListEventRules, creditsafeFeaturedGlobalMonitoringListEventRulesByCountry, creditsafeFeaturedGlobalMonitoringListNotificationEvents, creditsafeFeaturedCheckDecideListDecisionEngineInstances, creditsafeFeaturedCheckDecideGetDecisionEngineInstance, creditsafeFeaturedCheckDecideGetDecisionEngineGuid, creditsafeFeaturedCheckDecideGetDecisionEngineUserDataFields, creditsafeFeaturedCheckDecideExecuteDecisionEngine, creditsafeFeaturedCheckDecideListDecisionEngineUsageLog, creditsafeFeaturedCheckDecideGetDecisionEngineUsageLog, creditsafeFeaturedCheckDecideGetDecisionOutcome, creditsafeFeaturedCheckDecideUpdateDecisionOutcome, creditsafeFeaturedConsumerMiscGetConsumerSearchCriteria, creditsafeFeaturedConsumerMiscConsumerSearch, creditsafeFeaturedConsumerMiscGetConsumerReportCustomData, creditsafeFeaturedDataCleaningCreateJob, creditsafeFeaturedDataCleaningListJobs, creditsafeFeaturedDataCleaningGetJob, creditsafeFeaturedDataCleaningUploadJobFile, creditsafeFeaturedDataCleaningSetJobMappings, creditsafeFeaturedDataCleaningSubmitJob, creditsafeFeaturedDataCleaningSetJobEnrichments, creditsafeFeaturedDataCleaningEnrichJob, creditsafeFeaturedDataCleaningDownloadEnrichedFile, creditsafeFeaturedLocalSolutionsFrBankMatch, creditsafeFeaturedLocalSolutionsFrBankMatchAudition, creditsafeFeaturedLocalSolutionsDeNonLtdSearchCriteria, creditsafeFeaturedLocalSolutionsDeNonLtdSearch, creditsafeFeaturedLocalSolutionsDeNonLtdGet, creditsafeFeaturedLocalSolutionsNlKvkExtract, creditsafeFeaturedLocalSolutionsGbBankMatch, creditsafeFeaturedLocalSolutionsGbIdentitySearch, creditsafeFeaturedLocalSolutionsGbUpdateIdentitySearch, creditsafeFeaturedLocalSolutionsGbIdentitySearchHistory, creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryRecord, creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryInput, creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryReference, creditsafeFeaturedLocalSolutionsGbIdentitySearchRevalidation, creditsafeFeaturedLocalSolutionsGbIdentitySearchReasons, creditsafeFeaturedLocalSolutionsGbBankVerificationSearch, creditsafeFeaturedLocalSolutionsGbBankVerificationValidate, creditsafeFeaturedLocalSolutionsGbBankVerificationSortcode, creditsafeFeaturedLocalSolutionsGbBankVerificationHistory, creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryRecord, creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryReference, creditsafeFeaturedLocalSolutionsGbCcds, creditsafeFeaturedLocalSolutionsGbLandRegistry, creditsafeFeaturedLocalSolutionsGbVerifyCompany, creditsafeFeaturedLocalSolutionsGbVerifyDirectorReportList, creditsafeFeaturedLocalSolutionsGbVerifyDirectorReportCreate, creditsafeFeaturedLocalSolutionsGbVerifyIndividualSummary, creditsafeFeaturedLocalSolutionsGbVerifyIndividualFull, creditsafeFeaturedLocalSolutionsUsSearchSupport, creditsafeFeaturedSetUserCredentials, crsCreditApiPullConsumerCreditEquifax, crsCreditApiPullConsumerCreditExperian, crsCreditApiPullConsumerCreditTransunion, crsCreditApiPullBusinessCreditExperian, crsCreditApiPullBusinessCreditEquifax, crsCreditApiVerifyBusinessInstantId, crsCreditApiKycPreciseId, crsCreditApiKybBusinessComplianceInsight, crsCreditApiKybBusinessContacts, crsCreditApiOfacScreeningSingle, crsCreditApiOfacScreeningBatch, crsCreditApiGlobalWatchlistScreening, crsCreditApiBridgerXgScreening, crsCreditApiIstWatchScreening, crsCreditApiSetUserCredentials, dunAndBradstreetCleanseMatch, dunAndBradstreetCleanseMatchWithFraud, dunAndBradstreetExtendedMatch, dunAndBradstreetSearchCompanyList, dunAndBradstreetSearchCompetitors, dunAndBradstreetSetUserCredentials, experianBusinessSearchBusiness, experianBusinessQuickSearchBusiness, experianBusinessGetBusinessHeaders, experianBusinessGetBusinessScores, experianBusinessGetPremierProfileReport, experianBusinessGetIntelliscoreReport, experianBusinessGetRiskDashboards, experianBusinessGetCreditStatus, experianBusinessRunBusinessComplianceInsight, experianBusinessGetBusinessContacts, experianBusinessGetCorporateLinkage, experianBusinessGetCorporateRegistrations, experianBusinessRunIstWatchScreening, experianBusinessRunFraudShieldsScreening, experianBusinessSetUserCredentials, gitlabSetUserCredentials, gitlabOauthInitiate, gitlabOauthCallback, gitlabGetCurrentUser, gitlabListProjects, gitlabGetProject, gitlabListMergeRequests, gitlabGetMergeRequest, gitlabGetMergeRequestDiffs, gitlabMergeMergeRequest, gitlabListMergeRequestNotes, gitlabCreateMergeRequestNote, gmailAuthStart, gmailSetUserCredentials, gmailOauthCallback, gmailSendEmail, gmailListMessages, gmailGetMessage, gmailCreateDraft, gmailListLabels, gmailCreateLabel, gmailUpdateLabel, gmailDeleteLabel, googleCloudStorageSetUserCredentials, googleCloudStorageUploadData, googleCloudStorageDeleteFile, googleCloudStorageDocumentExists, googleCloudStorageGenerateDownloadSignedUrl, googleCloudStorageGetData, googleCloudStorageGenerateUploadSignedUrl, googleCloudStorageCopyFile, googleCloudStorageGetFileMetadata, googleCloudStorageUploadFile, googleCloudStorageCreateReadStream, googleCloudStorageCreateWriteStream, googleDocsAuthStart, googleDocsSetUserCredentials, googleDocsOauthCallback, googleDocsCreateDocument, googleDocsGetDocument, googleDocsBatchUpdateDocument, googleDocsSelectDocumentsLegacy, googleDocsSelectDocuments, googleDriveAuthStart, googleDriveSetUserCredentials, googleDriveOauthCallback, googleDriveCreateFile, googleDriveListFiles, googleDriveUpdateFile, googleDriveDeleteFile, googleDriveGetFile, googleDriveCopyFile, googleDriveCreatePermission, googleDriveDeletePermission, googleDriveListPermissions, googleDriveSelectDocuments, googleGenerativeAISetUserCredentials, googleGenerativeAIGenerateText, googleGenerativeAIGenerateImage, googleGenerativeAICreateStream, googleGenerativeAIImageGenerateImage, googleOAuthGetAuthorizationUrl, googleOAuthGetUserProfile, googleOAuthOauthCallback, googleSheetsAuthStart, googleSheetsSetUserCredentials, googleSheetsOauthCallback, googleSheetsCreateSpreadsheet, googleSheetsGetValues, googleSheetsUpdateValues, googleSheetsAppendValues, googleSheetsBatchUpdate, googleSheetsSelectSpreadsheets, googleSlidesAuthStart, googleSlidesSetUserCredentials, googleSlidesOauthCallback, googleSlidesCreatePresentation, googleSlidesGetPresentation, googleSlidesBatchUpdatePresentation, jiraOauthInitiate, jiraSetUserCredentials, jiraOauthCallback, jiraCreateIssue, jiraSearchIssues, jiraGetIssue, jiraUpdateIssue, jiraAddComment, jiraListProjects, jiraListTransitions, jiraTransitionIssue, jiraListBoards, jiraListSprints, jiraCreateSprint, jiraUpdateSprint, jiraMoveIssuesToBacklog, jiraMoveIssuesToSprint, openaiSetUserCredentials, openaiGenerateText, openaiCreateStream, plaidStartHostedLink, plaidSetUserCredentials, plaidHostedLinkCallback, plaidGetAccounts, plaidGetAccountsBalance, plaidGetAuth, plaidTransactionsSync, plaidGetRecurringTransactions, plaidGetTransactions, plaidGetIdentity, plaidGetItem, plaidRemoveItem, plaidGetInstitutionById, plaidGetInvestmentHoldings, plaidGetInvestmentTransactions, plaidGetLiabilities, plaidCreateAssetReport, plaidGetAssetReport, plaidRefreshAssetReport, plaidGetAssetReportPdf, redtailSetUserCredentials, redtailAuthenticate, redtailGetFamilies, redtailGetContact, redtailGetContacts, redtailUpdateContact, redtailGetContactPersonalProfile, redtailGetContactAccounts, redtailGetAccountOwners, redtailGetAccountDetails, redtailGetActivities, redtailGetActivity, redtailCreateActivity, redtailUpdateActivity, redtailDeleteActivity, redtailCreateActivityNote, redtailDeleteActivityNote, redtailGetActivityNotes, redtailGetDatabaseUsers, redtailGetCategories, redtailGetActivityCodes, redtailGetNotes, redtailCreateContact, redtailDeleteContact, redtailGetContactAddresses, redtailGetContactAddress, redtailCreateContactAddress, redtailUpdateContactAddress, redtailDeleteContactAddress, redtailGetContactEmails, redtailGetContactEmail, redtailCreateContactEmail, redtailUpdateContactEmail, redtailDeleteContactEmail, redtailGetContactPhones, redtailGetContactPhone, redtailCreateContactPhone, redtailUpdateContactPhone, redtailDeleteContactPhone, redtailGetContactSocialMedias, redtailGetContactSocialMedia, redtailCreateContactSocialMedia, redtailUpdateContactSocialMedia, redtailDeleteContactSocialMedia, redtailGetContactUrls, redtailGetContactUrl, redtailCreateContactUrl, redtailUpdateContactUrl, redtailDeleteContactUrl, redtailGetContactNotes, redtailGetContactNote, redtailCreateContactNote, redtailDeleteContactNote, redtailGetContactAccount, redtailCreateContactAccount, redtailUpdateContactAccount, redtailDeleteContactAccount, redtailUpdateAccountDetails, redtailGetImportantInformation, redtailUpdateImportantInformation, redtailGetContactRole, redtailUpdateContactRole, redtailGetContactSam, redtailUpdateContactSam, redtailGetContactTax, redtailUpdateContactTax, redtailGetAccountTypes, redtailGetAccountTaxQualifiedTypes, redtailGetContactCategories, redtailGetContactStatuses, redtailGetSources, redtailGetContactSalutations, redtailGetServicingAdvisors, redtailGetWritingAdvisors, redtailGetDatabaseTeams, redtailGetActivityTemplates, redtailGetActivityTemplate, redtailGetNoteTemplates, redtailGetNoteTemplate, redtailCreateNoteComment, resendSetUserCredentials, resendSendEmail, socureRiskosSubmitEvaluation, socureRiskosGetEvaluationResult, socureRiskosEnableWatchlistMonitoring, socureRiskosSubmitOutcomeFeedback, socureRiskosDownloadEvaluationDocuments, socureRiskosReceiveWebhook, socureRiskosSetUserCredentials, stripeSetUserCredentials, stripeCreateCheckoutSession, stripeWebhook, twilioWhatsappSetUserCredentials, twilioWhatsappCreateMessage, wealthboxOauthInitiate, wealthboxSetUserCredentials, wealthboxOauthCallback, wealthboxGetContacts, wealthboxGetContact, wealthboxCreateContact, wealthboxUpdateContact, wealthboxDeleteContact, wealthboxGetTasks, wealthboxGetTask, wealthboxCreateTask, wealthboxUpdateTask, wealthboxDeleteTask, wealthboxGetEvents, wealthboxGetEvent, wealthboxCreateEvent, wealthboxUpdateEvent, wealthboxDeleteEvent, wealthboxGetOpportunities, wealthboxGetOpportunity, wealthboxCreateOpportunity, wealthboxUpdateOpportunity, wealthboxDeleteOpportunity, wealthboxGetNotes, wealthboxGetNote, wealthboxCreateNote, wealthboxUpdateNote, wealthboxGetProjects, wealthboxGetProject, wealthboxCreateProject, wealthboxUpdateProject, wealthboxDeleteProject, wealthboxGetWorkflows, wealthboxGetWorkflow, wealthboxCreateWorkflow, wealthboxDeleteWorkflow, wealthboxCompleteWorkflowStep, wealthboxRevertWorkflowStep, wealthboxAddHouseholdMember, wealthboxRemoveHouseholdMember, wealthboxGetUserGroups, wealthboxGetMe, wealthboxGetUsers, wealthboxGetTeams, wealthboxGetTags, wealthboxGetCustomFields, wealthboxGetCategoryMembers, wealthboxGetComments, wealthboxGetContactRoles, wealthboxGetWorkflowTemplates, wealthboxGetWorkflowTemplate, wealthboxGetActivity };
|
|
6068
|
+
/**
|
|
6069
|
+
* @summary Start Salesforce OAuth flow
|
|
6070
|
+
*/
|
|
6071
|
+
const salesforceAuthStart = (salesforceAuthStartBody) => {
|
|
6072
|
+
return (0, http_client_1.customAxios)({ url: `/salesforce/auth/start`, method: 'POST',
|
|
6073
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6074
|
+
data: salesforceAuthStartBody
|
|
6075
|
+
});
|
|
6076
|
+
};
|
|
6077
|
+
/**
|
|
6078
|
+
* @summary Set Salesforce OAuth app credentials
|
|
6079
|
+
*/
|
|
6080
|
+
const salesforceAuthSetUserCredentials = (salesforceAuthSetUserCredentialsBody) => {
|
|
6081
|
+
return (0, http_client_1.customAxios)({ url: `/salesforce/auth/set-user-credentials`, method: 'POST',
|
|
6082
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6083
|
+
data: salesforceAuthSetUserCredentialsBody
|
|
6084
|
+
});
|
|
6085
|
+
};
|
|
6086
|
+
/**
|
|
6087
|
+
* @summary Salesforce OAuth callback
|
|
6088
|
+
*/
|
|
6089
|
+
const salesforceOauthCallback = () => {
|
|
6090
|
+
return (0, http_client_1.customAxios)({ url: `/salesforce/oauth/callback`, method: 'GET'
|
|
6091
|
+
});
|
|
6092
|
+
};
|
|
6093
|
+
/**
|
|
6094
|
+
* @summary Create Salesforce sObject record
|
|
6095
|
+
*/
|
|
6096
|
+
const salesforceCreateSobject = (salesforceCreateSobjectBody) => {
|
|
6097
|
+
return (0, http_client_1.customAxios)({ url: `/salesforce/sobjects/create`, method: 'POST',
|
|
6098
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6099
|
+
data: salesforceCreateSobjectBody
|
|
6100
|
+
});
|
|
6101
|
+
};
|
|
6102
|
+
/**
|
|
6103
|
+
* @summary Get Salesforce sObject record
|
|
6104
|
+
*/
|
|
6105
|
+
const salesforceGetSobject = (salesforceGetSobjectBody) => {
|
|
6106
|
+
return (0, http_client_1.customAxios)({ url: `/salesforce/sobjects/get`, method: 'POST',
|
|
6107
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6108
|
+
data: salesforceGetSobjectBody
|
|
6109
|
+
});
|
|
6110
|
+
};
|
|
6111
|
+
/**
|
|
6112
|
+
* @summary Update Salesforce sObject record
|
|
6113
|
+
*/
|
|
6114
|
+
const salesforceUpdateSobject = (salesforceUpdateSobjectBody) => {
|
|
6115
|
+
return (0, http_client_1.customAxios)({ url: `/salesforce/sobjects/update`, method: 'POST',
|
|
6116
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6117
|
+
data: salesforceUpdateSobjectBody
|
|
6118
|
+
});
|
|
6119
|
+
};
|
|
6120
|
+
/**
|
|
6121
|
+
* @summary Delete Salesforce sObject record
|
|
6122
|
+
*/
|
|
6123
|
+
const salesforceDeleteSobject = (salesforceDeleteSobjectBody) => {
|
|
6124
|
+
return (0, http_client_1.customAxios)({ url: `/salesforce/sobjects/delete`, method: 'POST',
|
|
6125
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6126
|
+
data: salesforceDeleteSobjectBody
|
|
6127
|
+
});
|
|
6128
|
+
};
|
|
6129
|
+
/**
|
|
6130
|
+
* @summary Query Salesforce records
|
|
6131
|
+
*/
|
|
6132
|
+
const salesforceQuery = (salesforceQueryBody) => {
|
|
6133
|
+
return (0, http_client_1.customAxios)({ url: `/salesforce/query`, method: 'POST',
|
|
6134
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6135
|
+
data: salesforceQueryBody
|
|
6136
|
+
});
|
|
6137
|
+
};
|
|
6138
|
+
/**
|
|
6139
|
+
* @summary Create multiple Salesforce records via composite
|
|
6140
|
+
*/
|
|
6141
|
+
const salesforceCompositeSobjectsCreate = (salesforceCompositeSobjectsCreateBody) => {
|
|
6142
|
+
return (0, http_client_1.customAxios)({ url: `/salesforce/composite/sobjects/create`, method: 'POST',
|
|
6143
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6144
|
+
data: salesforceCompositeSobjectsCreateBody
|
|
6145
|
+
});
|
|
6146
|
+
};
|
|
6147
|
+
/**
|
|
6148
|
+
* @summary Update multiple Salesforce records via composite
|
|
6149
|
+
*/
|
|
6150
|
+
const salesforceCompositeSobjectsUpdate = (salesforceCompositeSobjectsUpdateBody) => {
|
|
6151
|
+
return (0, http_client_1.customAxios)({ url: `/salesforce/composite/sobjects/update`, method: 'POST',
|
|
6152
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6153
|
+
data: salesforceCompositeSobjectsUpdateBody
|
|
6154
|
+
});
|
|
6155
|
+
};
|
|
6156
|
+
/**
|
|
6157
|
+
* @summary Run Salesforce composite request
|
|
6158
|
+
*/
|
|
6159
|
+
const salesforceComposite = (salesforceCompositeBody) => {
|
|
6160
|
+
return (0, http_client_1.customAxios)({ url: `/salesforce/composite`, method: 'POST',
|
|
6161
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6162
|
+
data: salesforceCompositeBody
|
|
6163
|
+
});
|
|
6164
|
+
};
|
|
6165
|
+
/**
|
|
6166
|
+
* @summary List Salesforce reports
|
|
6167
|
+
*/
|
|
6168
|
+
const salesforceListReports = (salesforceListReportsBody) => {
|
|
6169
|
+
return (0, http_client_1.customAxios)({ url: `/salesforce/reports/list`, method: 'POST',
|
|
6170
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6171
|
+
data: salesforceListReportsBody
|
|
6172
|
+
});
|
|
6173
|
+
};
|
|
6174
|
+
/**
|
|
6175
|
+
* @summary Describe Salesforce report
|
|
6176
|
+
*/
|
|
6177
|
+
const salesforceDescribeReport = (salesforceDescribeReportBody) => {
|
|
6178
|
+
return (0, http_client_1.customAxios)({ url: `/salesforce/reports/describe`, method: 'POST',
|
|
6179
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6180
|
+
data: salesforceDescribeReportBody
|
|
6181
|
+
});
|
|
6182
|
+
};
|
|
6183
|
+
/**
|
|
6184
|
+
* @summary Run Salesforce report
|
|
6185
|
+
*/
|
|
6186
|
+
const salesforceRunReport = (salesforceRunReportBody) => {
|
|
6187
|
+
return (0, http_client_1.customAxios)({ url: `/salesforce/reports/run`, method: 'POST',
|
|
6188
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6189
|
+
data: salesforceRunReportBody
|
|
6190
|
+
});
|
|
6191
|
+
};
|
|
6192
|
+
/**
|
|
6193
|
+
* @summary List Salesforce flows
|
|
6194
|
+
*/
|
|
6195
|
+
const salesforceListFlows = (salesforceListFlowsBody) => {
|
|
6196
|
+
return (0, http_client_1.customAxios)({ url: `/salesforce/flows/list`, method: 'POST',
|
|
6197
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6198
|
+
data: salesforceListFlowsBody
|
|
6199
|
+
});
|
|
6200
|
+
};
|
|
6201
|
+
/**
|
|
6202
|
+
* @summary Describe Salesforce flow
|
|
6203
|
+
*/
|
|
6204
|
+
const salesforceDescribeFlow = (salesforceDescribeFlowBody) => {
|
|
6205
|
+
return (0, http_client_1.customAxios)({ url: `/salesforce/flows/describe`, method: 'POST',
|
|
6206
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6207
|
+
data: salesforceDescribeFlowBody
|
|
6208
|
+
});
|
|
6209
|
+
};
|
|
6210
|
+
/**
|
|
6211
|
+
* @summary Run Salesforce flow
|
|
6212
|
+
*/
|
|
6213
|
+
const salesforceRunFlow = (salesforceRunFlowBody) => {
|
|
6214
|
+
return (0, http_client_1.customAxios)({ url: `/salesforce/flows/run`, method: 'POST',
|
|
6215
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6216
|
+
data: salesforceRunFlowBody
|
|
6217
|
+
});
|
|
6218
|
+
};
|
|
6219
|
+
/**
|
|
6220
|
+
* @summary Start HubSpot OAuth flow
|
|
6221
|
+
*/
|
|
6222
|
+
const hubspotAuthStart = (hubspotAuthStartBody) => {
|
|
6223
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/auth/start`, method: 'POST',
|
|
6224
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6225
|
+
data: hubspotAuthStartBody
|
|
6226
|
+
});
|
|
6227
|
+
};
|
|
6228
|
+
/**
|
|
6229
|
+
* @summary Set HubSpot OAuth app credentials
|
|
6230
|
+
*/
|
|
6231
|
+
const hubspotAuthSetUserCredentials = (hubspotAuthSetUserCredentialsBody) => {
|
|
6232
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/auth/set-user-credentials`, method: 'POST',
|
|
6233
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6234
|
+
data: hubspotAuthSetUserCredentialsBody
|
|
6235
|
+
});
|
|
6236
|
+
};
|
|
6237
|
+
/**
|
|
6238
|
+
* @summary HubSpot OAuth callback
|
|
6239
|
+
*/
|
|
6240
|
+
const hubspotOauthCallback = () => {
|
|
6241
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/oauth/callback`, method: 'GET'
|
|
6242
|
+
});
|
|
6243
|
+
};
|
|
6244
|
+
/**
|
|
6245
|
+
* @summary Create HubSpot contact
|
|
6246
|
+
*/
|
|
6247
|
+
const hubspotCreateContact = (hubspotCreateContactBody) => {
|
|
6248
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/contacts/create`, method: 'POST',
|
|
6249
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6250
|
+
data: hubspotCreateContactBody
|
|
6251
|
+
});
|
|
6252
|
+
};
|
|
6253
|
+
/**
|
|
6254
|
+
* @summary Update HubSpot contact
|
|
6255
|
+
*/
|
|
6256
|
+
const hubspotUpdateContact = (hubspotUpdateContactBody) => {
|
|
6257
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/contacts/update`, method: 'POST',
|
|
6258
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6259
|
+
data: hubspotUpdateContactBody
|
|
6260
|
+
});
|
|
6261
|
+
};
|
|
6262
|
+
/**
|
|
6263
|
+
* @summary List HubSpot contacts
|
|
6264
|
+
*/
|
|
6265
|
+
const hubspotListContacts = (hubspotListContactsBody) => {
|
|
6266
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/contacts/list`, method: 'POST',
|
|
6267
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6268
|
+
data: hubspotListContactsBody
|
|
6269
|
+
});
|
|
6270
|
+
};
|
|
6271
|
+
/**
|
|
6272
|
+
* @summary Search HubSpot contacts
|
|
6273
|
+
*/
|
|
6274
|
+
const hubspotSearchContacts = (hubspotSearchContactsBody) => {
|
|
6275
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/contacts/search`, method: 'POST',
|
|
6276
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6277
|
+
data: hubspotSearchContactsBody
|
|
6278
|
+
});
|
|
6279
|
+
};
|
|
6280
|
+
/**
|
|
6281
|
+
* @summary Create HubSpot company
|
|
6282
|
+
*/
|
|
6283
|
+
const hubspotCreateCompany = (hubspotCreateCompanyBody) => {
|
|
6284
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/companies/create`, method: 'POST',
|
|
6285
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6286
|
+
data: hubspotCreateCompanyBody
|
|
6287
|
+
});
|
|
6288
|
+
};
|
|
6289
|
+
/**
|
|
6290
|
+
* @summary Update HubSpot company
|
|
6291
|
+
*/
|
|
6292
|
+
const hubspotUpdateCompany = (hubspotUpdateCompanyBody) => {
|
|
6293
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/companies/update`, method: 'POST',
|
|
6294
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6295
|
+
data: hubspotUpdateCompanyBody
|
|
6296
|
+
});
|
|
6297
|
+
};
|
|
6298
|
+
/**
|
|
6299
|
+
* @summary List HubSpot companies
|
|
6300
|
+
*/
|
|
6301
|
+
const hubspotListCompanies = (hubspotListCompaniesBody) => {
|
|
6302
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/companies/list`, method: 'POST',
|
|
6303
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6304
|
+
data: hubspotListCompaniesBody
|
|
6305
|
+
});
|
|
6306
|
+
};
|
|
6307
|
+
/**
|
|
6308
|
+
* @summary Search HubSpot companies
|
|
6309
|
+
*/
|
|
6310
|
+
const hubspotSearchCompanies = (hubspotSearchCompaniesBody) => {
|
|
6311
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/companies/search`, method: 'POST',
|
|
6312
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6313
|
+
data: hubspotSearchCompaniesBody
|
|
6314
|
+
});
|
|
6315
|
+
};
|
|
6316
|
+
/**
|
|
6317
|
+
* @summary List HubSpot deals
|
|
6318
|
+
*/
|
|
6319
|
+
const hubspotListDeals = (hubspotListDealsBody) => {
|
|
6320
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/deals/list`, method: 'POST',
|
|
6321
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6322
|
+
data: hubspotListDealsBody
|
|
6323
|
+
});
|
|
6324
|
+
};
|
|
6325
|
+
/**
|
|
6326
|
+
* @summary List HubSpot deal pipelines
|
|
6327
|
+
*/
|
|
6328
|
+
const hubspotListDealPipelines = (hubspotListDealPipelinesBody) => {
|
|
6329
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/deals/pipelines`, method: 'POST',
|
|
6330
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6331
|
+
data: hubspotListDealPipelinesBody
|
|
6332
|
+
});
|
|
6333
|
+
};
|
|
6334
|
+
/**
|
|
6335
|
+
* @summary List HubSpot CRM owners
|
|
6336
|
+
*/
|
|
6337
|
+
const hubspotListOwners = (hubspotListOwnersBody) => {
|
|
6338
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/deals/owners`, method: 'POST',
|
|
6339
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6340
|
+
data: hubspotListOwnersBody
|
|
6341
|
+
});
|
|
6342
|
+
};
|
|
6343
|
+
/**
|
|
6344
|
+
* @summary Create HubSpot email engagement
|
|
6345
|
+
*/
|
|
6346
|
+
const hubspotCreateEmailEngagement = (hubspotCreateEmailEngagementBody) => {
|
|
6347
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/engagements/email`, method: 'POST',
|
|
6348
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6349
|
+
data: hubspotCreateEmailEngagementBody
|
|
6350
|
+
});
|
|
6351
|
+
};
|
|
6352
|
+
/**
|
|
6353
|
+
* @summary Create HubSpot call engagement
|
|
6354
|
+
*/
|
|
6355
|
+
const hubspotCreateCallEngagement = (hubspotCreateCallEngagementBody) => {
|
|
6356
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/engagements/call`, method: 'POST',
|
|
6357
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6358
|
+
data: hubspotCreateCallEngagementBody
|
|
6359
|
+
});
|
|
6360
|
+
};
|
|
6361
|
+
/**
|
|
6362
|
+
* @summary Create HubSpot task engagement
|
|
6363
|
+
*/
|
|
6364
|
+
const hubspotCreateTaskEngagement = (hubspotCreateTaskEngagementBody) => {
|
|
6365
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/engagements/task`, method: 'POST',
|
|
6366
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6367
|
+
data: hubspotCreateTaskEngagementBody
|
|
6368
|
+
});
|
|
6369
|
+
};
|
|
6370
|
+
/**
|
|
6371
|
+
* @summary Create HubSpot default object association
|
|
6372
|
+
*/
|
|
6373
|
+
const hubspotCreateAssociation = (hubspotCreateAssociationBody) => {
|
|
6374
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/engagements/association`, method: 'POST',
|
|
6375
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6376
|
+
data: hubspotCreateAssociationBody
|
|
6377
|
+
});
|
|
6378
|
+
};
|
|
6379
|
+
/**
|
|
6380
|
+
* @summary Create HubSpot ticket
|
|
6381
|
+
*/
|
|
6382
|
+
const hubspotCreateTicket = (hubspotCreateTicketBody) => {
|
|
6383
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/tickets/create`, method: 'POST',
|
|
6384
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6385
|
+
data: hubspotCreateTicketBody
|
|
6386
|
+
});
|
|
6387
|
+
};
|
|
6388
|
+
/**
|
|
6389
|
+
* @summary Update HubSpot ticket
|
|
6390
|
+
*/
|
|
6391
|
+
const hubspotUpdateTicket = (hubspotUpdateTicketBody) => {
|
|
6392
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/tickets/update`, method: 'POST',
|
|
6393
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6394
|
+
data: hubspotUpdateTicketBody
|
|
6395
|
+
});
|
|
6396
|
+
};
|
|
6397
|
+
/**
|
|
6398
|
+
* @summary List HubSpot tickets
|
|
6399
|
+
*/
|
|
6400
|
+
const hubspotListTickets = (hubspotListTicketsBody) => {
|
|
6401
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/tickets/list`, method: 'POST',
|
|
6402
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6403
|
+
data: hubspotListTicketsBody
|
|
6404
|
+
});
|
|
6405
|
+
};
|
|
6406
|
+
/**
|
|
6407
|
+
* @summary Enroll contact in HubSpot workflow
|
|
6408
|
+
*/
|
|
6409
|
+
const hubspotEnrollWorkflow = (hubspotEnrollWorkflowBody) => {
|
|
6410
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/campaigns/workflows/enroll`, method: 'POST',
|
|
6411
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6412
|
+
data: hubspotEnrollWorkflowBody
|
|
6413
|
+
});
|
|
6414
|
+
};
|
|
6415
|
+
/**
|
|
6416
|
+
* @summary List HubSpot workflows
|
|
6417
|
+
*/
|
|
6418
|
+
const hubspotListWorkflows = (hubspotListWorkflowsBody) => {
|
|
6419
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/campaigns/workflows/list`, method: 'POST',
|
|
6420
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6421
|
+
data: hubspotListWorkflowsBody
|
|
6422
|
+
});
|
|
6423
|
+
};
|
|
6424
|
+
/**
|
|
6425
|
+
* @summary List HubSpot marketing emails
|
|
6426
|
+
*/
|
|
6427
|
+
const hubspotListMarketingEmails = (hubspotListMarketingEmailsBody) => {
|
|
6428
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/campaigns/marketing-emails/list`, method: 'POST',
|
|
6429
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6430
|
+
data: hubspotListMarketingEmailsBody
|
|
6431
|
+
});
|
|
6432
|
+
};
|
|
6433
|
+
/**
|
|
6434
|
+
* @summary Send HubSpot transactional email
|
|
6435
|
+
*/
|
|
6436
|
+
const hubspotSendTransactionalEmail = (hubspotSendTransactionalEmailBody) => {
|
|
6437
|
+
return (0, http_client_1.customAxios)({ url: `/hubspot/campaigns/transactional/send`, method: 'POST',
|
|
6438
|
+
headers: { 'Content-Type': 'application/json', },
|
|
6439
|
+
data: hubspotSendTransactionalEmailBody
|
|
6440
|
+
});
|
|
6441
|
+
};
|
|
6442
|
+
return { abrigoFindCustomerByCrmId, abrigoCreateCustomer, abrigoLinkBeneficialOwner, abrigoFindProposedLoanByCrmId, abrigoCreateProposedLoan, abrigoStartWorkflow, abrigoCreateCollateral, abrigoCreateProposedLien, abrigoListCustomers, abrigoSearchCustomers, abrigoGetCustomerById, abrigoUpdateCustomer, abrigoDeleteCustomer, abrigoListBeneficialOwners, abrigoGetBeneficialOwnerById, abrigoUpdateBeneficialOwner, abrigoListCustomerContacts, abrigoCreateCustomerContact, abrigoListEntities, abrigoGetEntityById, abrigoListProposedLoans, abrigoGetProposedLoanById, abrigoUpdateProposedLoan, abrigoDeleteProposedLoan, abrigoUpdateProposedLoanStatus, abrigoGetProposedLoanExposure, abrigoListLoanApplications, abrigoGetLoanApplicationById, abrigoCreateLoanApplication, abrigoUpdateLoanApplication, abrigoSubmitLoanApplication, abrigoListLoanRolesByProposedLoan, abrigoCreateLoanRole, abrigoUpdateLoanRole, abrigoListProposedProducts, abrigoListCollaterals, abrigoGetCollateralById, abrigoUpdateCollateral, abrigoDeleteCollateral, abrigoListLiens, abrigoGetLienById, abrigoListProposedLiens, abrigoListPortfolioLoans, abrigoGetPortfolioLoanById, abrigoUpdatePortfolioLoan, abrigoGetPortfolioLoanCollaterals, abrigoListPastDueLoans, abrigoListMaturingLoans, abrigoListLoanRolesByPortfolioLoan, abrigoListPortfolioLoansBasic, abrigoListRiskRatingCalculations, abrigoGetRiskRatingCalculationById, abrigoApproveRiskRating, abrigoDeclineRiskRating, abrigoListPolicyExceptions, abrigoCreatePolicyException, abrigoListPolicyExceptionTypes, abrigoListPolicyExceptionStatuses, abrigoListWorkflows, abrigoGetWorkflowById, abrigoCloseWorkflow, abrigoListWorkflowSteps, abrigoGetWorkflowStepById, abrigoUpdateWorkflowStepStatus, abrigoGetWorkflowNextSteps, abrigoListTicklers, abrigoGetTicklerById, abrigoListActivities, abrigoCreateActivity, abrigoListBankCodes, abrigoListBankBranches, abrigoListStates, abrigoGetStateById, abrigoListDocuments, abrigoGetDocumentById, abrigoGetDocumentContent, abrigoListDocumentsByObjectAssociation, abrigoSetUserCredentials, alloyCreatePersonEntity, alloyGetPersonEntity, alloyCreateBusinessEntity, alloyGetBusinessEntity, alloyCreateJourneyApplication, alloyGetJourneyApplication, alloyRerunJourneyApplication, alloyReviewJourneyApplication, alloyRunEvaluation, alloyUploadDocument, alloySetUserCredentials, anthropicSetUserCredentials, anthropicGenerateText, anthropicCreateStream, awsS3SetUserCredentials, awsS3UploadData, awsS3DeleteFile, awsS3DocumentExists, awsS3GenerateDownloadSignedUrl, awsS3GetData, awsS3GenerateUploadSignedUrl, awsS3CopyFile, awsS3GetFileMetadata, awsS3UploadFile, awsS3CreateReadStream, azureBlobStorageSetUserCredentials, azureBlobStorageUploadData, azureBlobStorageDeleteFile, azureBlobStorageDocumentExists, azureBlobStorageGenerateDownloadSignedUrl, azureBlobStorageGetData, azureBlobStorageGenerateUploadSignedUrl, azureBlobStorageCopyFile, azureBlobStorageGetFileMetadata, azureBlobStorageUploadFile, azureBlobStorageCreateReadStream, azureBlobStorageCreateWriteStream, creditsafeComplianceBankMatchGetIbanCompanySearchCriteria, creditsafeComplianceBankMatchGetBbanCompanySearchCriteria, creditsafeComplianceBankMatchIbanCompanySearch, creditsafeComplianceBankMatchBbanCompanySearch, creditsafeComplianceBankMatchGetIbanPersonSearchCriteria, creditsafeComplianceBankMatchIbanPersonSearch, creditsafeComplianceCountryRiskGetCountryRisk, creditsafeComplianceKycProtectListProfileTypes, creditsafeComplianceKycProtectListCurrencyCodes, creditsafeComplianceKycProtectListCountryCodes, creditsafeComplianceKycProtectListSanctionBodies, creditsafeComplianceKycProtectListDocumentTypes, creditsafeComplianceKycProtectGetAmlPreferences, creditsafeComplianceKycProtectUpdateAmlPreferences, creditsafeComplianceKycProtectListAudits, creditsafeComplianceKycProtectCreateProfile, creditsafeComplianceKycProtectListProfiles, creditsafeComplianceKycProtectGetProfile, creditsafeComplianceKycProtectUpdateProfile, creditsafeComplianceKycProtectDeleteProfile, creditsafeComplianceKycProtectImportBusinessProfiles, creditsafeComplianceKycProtectGetProfileDetails, creditsafeComplianceKycProtectUpdateProfileDetails, creditsafeComplianceKycProtectListProfileAddresses, creditsafeComplianceKycProtectCreateProfileAddress, creditsafeComplianceKycProtectAddKeyParty, creditsafeComplianceKycProtectListKeyParties, creditsafeComplianceKycProtectUpdateKeyParties, creditsafeComplianceKycProtectRemoveKeyParties, creditsafeComplianceKycProtectCreateBusinessSearch, creditsafeComplianceKycProtectListBusinessSearches, creditsafeComplianceKycProtectGetBusinessSearch, creditsafeComplianceKycProtectListBusinessSearchHits, creditsafeComplianceKycProtectCreateIndividualSearch, creditsafeComplianceKycProtectListIndividualSearches, creditsafeComplianceKycProtectGetIndividualSearch, creditsafeComplianceKycProtectListIndividualSearchHits, creditsafeComplianceKycProtectBulkAmlScreening, creditsafeComplianceKycProtectCreateSchedule, creditsafeComplianceKycProtectListSchedules, creditsafeComplianceKycProtectListMonitoringAmlAlerts, creditsafeComplianceKycProtectBulkAddMonitoringProfiles, creditsafeComplianceKycProtectListKycMonitoringAlerts, creditsafeComplianceKycProtectUpdateKycMonitoringAlert, creditsafeComplianceKycProtectListAsyncAmlJobs, creditsafeComplianceKycProtectGetAsyncAmlJob, creditsafeComplianceKycProtectUploadBatchFile, creditsafeComplianceKycProtectGetBatchUpload, creditsafeComplianceKycProtectGenerateReport, creditsafeComplianceKycProtectListReports, creditsafeComplianceKycProtectGetReport, creditsafeComplianceKycProtectGetComplianceAlerts, creditsafeComplianceSetUserCredentials, creditsafeFeaturedCreditRiskListReportLanguagesByCountry, creditsafeFeaturedCreditRiskGetCompanySearchCriteria, creditsafeFeaturedCreditRiskGetPeopleSearchCriteria, creditsafeFeaturedCreditRiskGetCompanySchema, creditsafeFeaturedCreditRiskCompaniesSearch, creditsafeFeaturedCreditRiskGetCompany, creditsafeFeaturedCreditRiskCompaniesMatch, creditsafeFeaturedCreditRiskPeopleSearch, creditsafeFeaturedCreditRiskGetPerson, creditsafeFeaturedCreditRiskListCompanyImages, creditsafeFeaturedCreditRiskListImageTypes, creditsafeFeaturedCreditRiskDownloadImage, creditsafeFeaturedCreditRiskCreateFreshInvestigation, creditsafeFeaturedCreditRiskListFreshInvestigations, creditsafeFeaturedCreditRiskGetFreshInvestigation, creditsafeFeaturedCreditRiskCancelFreshInvestigation, creditsafeFeaturedCreditRiskUpdateFreshInvestigation, creditsafeFeaturedGlobalMonitoringGetUserDetails, creditsafeFeaturedGlobalMonitoringListPortfolios, creditsafeFeaturedGlobalMonitoringCreatePortfolio, creditsafeFeaturedGlobalMonitoringImportPortfolioCompanies, creditsafeFeaturedGlobalMonitoringSyncPortfolio, creditsafeFeaturedGlobalMonitoringGetPortfolio, creditsafeFeaturedGlobalMonitoringDeletePortfolio, creditsafeFeaturedGlobalMonitoringUpdatePortfolio, creditsafeFeaturedGlobalMonitoringListPortfolioCountries, creditsafeFeaturedGlobalMonitoringListPortfolioCompanies, creditsafeFeaturedGlobalMonitoringAddPortfolioCompany, creditsafeFeaturedGlobalMonitoringGetPortfolioCompany, creditsafeFeaturedGlobalMonitoringRemovePortfolioCompany, creditsafeFeaturedGlobalMonitoringUpdatePortfolioCompany, creditsafeFeaturedGlobalMonitoringListPortfolioEventRules, creditsafeFeaturedGlobalMonitoringListCompanyEvents, creditsafeFeaturedGlobalMonitoringListEventRules, creditsafeFeaturedGlobalMonitoringListEventRulesByCountry, creditsafeFeaturedGlobalMonitoringListNotificationEvents, creditsafeFeaturedCheckDecideListDecisionEngineInstances, creditsafeFeaturedCheckDecideGetDecisionEngineInstance, creditsafeFeaturedCheckDecideGetDecisionEngineGuid, creditsafeFeaturedCheckDecideGetDecisionEngineUserDataFields, creditsafeFeaturedCheckDecideExecuteDecisionEngine, creditsafeFeaturedCheckDecideListDecisionEngineUsageLog, creditsafeFeaturedCheckDecideGetDecisionEngineUsageLog, creditsafeFeaturedCheckDecideGetDecisionOutcome, creditsafeFeaturedCheckDecideUpdateDecisionOutcome, creditsafeFeaturedConsumerMiscGetConsumerSearchCriteria, creditsafeFeaturedConsumerMiscConsumerSearch, creditsafeFeaturedConsumerMiscGetConsumerReportCustomData, creditsafeFeaturedDataCleaningCreateJob, creditsafeFeaturedDataCleaningListJobs, creditsafeFeaturedDataCleaningGetJob, creditsafeFeaturedDataCleaningUploadJobFile, creditsafeFeaturedDataCleaningSetJobMappings, creditsafeFeaturedDataCleaningSubmitJob, creditsafeFeaturedDataCleaningSetJobEnrichments, creditsafeFeaturedDataCleaningEnrichJob, creditsafeFeaturedDataCleaningDownloadEnrichedFile, creditsafeFeaturedLocalSolutionsFrBankMatch, creditsafeFeaturedLocalSolutionsFrBankMatchAudition, creditsafeFeaturedLocalSolutionsDeNonLtdSearchCriteria, creditsafeFeaturedLocalSolutionsDeNonLtdSearch, creditsafeFeaturedLocalSolutionsDeNonLtdGet, creditsafeFeaturedLocalSolutionsNlKvkExtract, creditsafeFeaturedLocalSolutionsGbBankMatch, creditsafeFeaturedLocalSolutionsGbIdentitySearch, creditsafeFeaturedLocalSolutionsGbUpdateIdentitySearch, creditsafeFeaturedLocalSolutionsGbIdentitySearchHistory, creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryRecord, creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryInput, creditsafeFeaturedLocalSolutionsGbIdentitySearchHistoryReference, creditsafeFeaturedLocalSolutionsGbIdentitySearchRevalidation, creditsafeFeaturedLocalSolutionsGbIdentitySearchReasons, creditsafeFeaturedLocalSolutionsGbBankVerificationSearch, creditsafeFeaturedLocalSolutionsGbBankVerificationValidate, creditsafeFeaturedLocalSolutionsGbBankVerificationSortcode, creditsafeFeaturedLocalSolutionsGbBankVerificationHistory, creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryRecord, creditsafeFeaturedLocalSolutionsGbBankVerificationHistoryReference, creditsafeFeaturedLocalSolutionsGbCcds, creditsafeFeaturedLocalSolutionsGbLandRegistry, creditsafeFeaturedLocalSolutionsGbVerifyCompany, creditsafeFeaturedLocalSolutionsGbVerifyDirectorReportList, creditsafeFeaturedLocalSolutionsGbVerifyDirectorReportCreate, creditsafeFeaturedLocalSolutionsGbVerifyIndividualSummary, creditsafeFeaturedLocalSolutionsGbVerifyIndividualFull, creditsafeFeaturedLocalSolutionsUsSearchSupport, creditsafeFeaturedSetUserCredentials, crsCreditApiPullConsumerCreditEquifax, crsCreditApiPullConsumerCreditExperian, crsCreditApiPullConsumerCreditTransunion, crsCreditApiPullBusinessCreditExperian, crsCreditApiPullBusinessCreditEquifax, crsCreditApiVerifyBusinessInstantId, crsCreditApiKycPreciseId, crsCreditApiKybBusinessComplianceInsight, crsCreditApiKybBusinessContacts, crsCreditApiOfacScreeningSingle, crsCreditApiOfacScreeningBatch, crsCreditApiGlobalWatchlistScreening, crsCreditApiBridgerXgScreening, crsCreditApiIstWatchScreening, crsCreditApiSetUserCredentials, dunAndBradstreetCleanseMatch, dunAndBradstreetCleanseMatchWithFraud, dunAndBradstreetExtendedMatch, dunAndBradstreetSearchCompanyList, dunAndBradstreetSearchCompetitors, dunAndBradstreetSetUserCredentials, experianBusinessSearchBusiness, experianBusinessQuickSearchBusiness, experianBusinessGetBusinessHeaders, experianBusinessGetBusinessScores, experianBusinessGetPremierProfileReport, experianBusinessGetIntelliscoreReport, experianBusinessGetRiskDashboards, experianBusinessGetCreditStatus, experianBusinessRunBusinessComplianceInsight, experianBusinessGetBusinessContacts, experianBusinessGetCorporateLinkage, experianBusinessGetCorporateRegistrations, experianBusinessRunIstWatchScreening, experianBusinessRunFraudShieldsScreening, experianBusinessSetUserCredentials, gitlabSetUserCredentials, gitlabOauthInitiate, gitlabOauthCallback, gitlabGetCurrentUser, gitlabListProjects, gitlabGetProject, gitlabListMergeRequests, gitlabGetMergeRequest, gitlabGetMergeRequestDiffs, gitlabMergeMergeRequest, gitlabListMergeRequestNotes, gitlabCreateMergeRequestNote, gmailAuthStart, gmailSetUserCredentials, gmailOauthCallback, gmailSendEmail, gmailListMessages, gmailGetMessage, gmailCreateDraft, gmailListLabels, gmailCreateLabel, gmailUpdateLabel, gmailDeleteLabel, googleCloudStorageSetUserCredentials, googleCloudStorageUploadData, googleCloudStorageDeleteFile, googleCloudStorageDocumentExists, googleCloudStorageGenerateDownloadSignedUrl, googleCloudStorageGetData, googleCloudStorageGenerateUploadSignedUrl, googleCloudStorageCopyFile, googleCloudStorageGetFileMetadata, googleCloudStorageUploadFile, googleCloudStorageCreateReadStream, googleCloudStorageCreateWriteStream, googleDocsAuthStart, googleDocsSetUserCredentials, googleDocsOauthCallback, googleDocsCreateDocument, googleDocsGetDocument, googleDocsBatchUpdateDocument, googleDocsSelectDocumentsLegacy, googleDocsSelectDocuments, googleDriveAuthStart, googleDriveSetUserCredentials, googleDriveOauthCallback, googleDriveCreateFile, googleDriveListFiles, googleDriveUpdateFile, googleDriveDeleteFile, googleDriveGetFile, googleDriveCopyFile, googleDriveCreatePermission, googleDriveDeletePermission, googleDriveListPermissions, googleDriveSelectDocuments, googleGenerativeAISetUserCredentials, googleGenerativeAIGenerateText, googleGenerativeAIGenerateImage, googleGenerativeAICreateStream, googleGenerativeAIImageGenerateImage, googleOAuthGetAuthorizationUrl, googleOAuthGetUserProfile, googleOAuthOauthCallback, googleSheetsAuthStart, googleSheetsSetUserCredentials, googleSheetsOauthCallback, googleSheetsCreateSpreadsheet, googleSheetsGetValues, googleSheetsUpdateValues, googleSheetsAppendValues, googleSheetsBatchUpdate, googleSheetsSelectSpreadsheets, googleSlidesAuthStart, googleSlidesSetUserCredentials, googleSlidesOauthCallback, googleSlidesCreatePresentation, googleSlidesGetPresentation, googleSlidesBatchUpdatePresentation, microsoftOnedriveAuthStart, microsoftOnedriveSetUserCredentials, microsoftOnedriveOauthCallback, microsoftOnedriveListItems, microsoftOnedriveUpdateItem, microsoftOnedriveDeleteItem, microsoftOnedriveGetItem, microsoftOnedriveDownloadItem, microsoftOnedriveUploadItem, microsoftOnedriveUploadLargeItem, microsoftOnedriveCreateFolder, microsoftOnedriveCopyItem, microsoftOnedriveSearchItems, microsoftOutlookAuthStart, microsoftOutlookSetUserCredentials, microsoftOutlookOauthCallback, microsoftOutlookMessagesList, microsoftOutlookMailFoldersList, microsoftOutlookFolderMessagesList, microsoftOutlookMessagesGet, microsoftOutlookMessagesSearch, microsoftOutlookAttachmentsList, microsoftOutlookSendMail, microsoftOutlookMessagesCreate, microsoftOutlookMessagesUpdate, microsoftOutlookMessagesSend, microsoftOutlookMessagesReply, microsoftOutlookMessagesReplyAll, microsoftOutlookMessagesForward, microsoftOutlookMessagesDelete, microsoftOutlookAttachmentsCreate, microsoftSharepointSetUserCredentials, microsoftSharepointOauthInitiate, microsoftSharepointOauthCallback, microsoftSharepointGetSiteByPath, microsoftSharepointSearchSites, microsoftSharepointListDrives, microsoftSharepointListDriveItemChildren, microsoftSharepointDownloadFileContent, microsoftSharepointUploadFile, microsoftSharepointDeleteFile, microsoftSharepointListLists, microsoftSharepointGetList, microsoftSharepointListListItems, microsoftSharepointCreateListItem, microsoftSharepointUpdateListItem, microsoftSharepointSearchContent, jiraOauthInitiate, jiraSetUserCredentials, jiraOauthCallback, jiraCreateIssue, jiraSearchIssues, jiraGetIssue, jiraUpdateIssue, jiraAddComment, jiraListProjects, jiraListTransitions, jiraTransitionIssue, jiraListBoards, jiraListSprints, jiraCreateSprint, jiraUpdateSprint, jiraMoveIssuesToBacklog, jiraMoveIssuesToSprint, openaiSetUserCredentials, openaiGenerateText, openaiCreateStream, plaidStartHostedLink, plaidSetUserCredentials, plaidHostedLinkCallback, plaidGetAccounts, plaidGetAccountsBalance, plaidGetAuth, plaidTransactionsSync, plaidGetRecurringTransactions, plaidGetTransactions, plaidGetIdentity, plaidGetItem, plaidRemoveItem, plaidGetInstitutionById, plaidGetInvestmentHoldings, plaidGetInvestmentTransactions, plaidGetLiabilities, plaidCreateAssetReport, plaidGetAssetReport, plaidRefreshAssetReport, plaidGetAssetReportPdf, redtailSetUserCredentials, redtailAuthenticate, redtailGetFamilies, redtailGetContact, redtailGetContacts, redtailUpdateContact, redtailGetContactPersonalProfile, redtailGetContactAccounts, redtailGetAccountOwners, redtailGetAccountDetails, redtailGetActivities, redtailGetActivity, redtailCreateActivity, redtailUpdateActivity, redtailDeleteActivity, redtailCreateActivityNote, redtailDeleteActivityNote, redtailGetActivityNotes, redtailGetDatabaseUsers, redtailGetCategories, redtailGetActivityCodes, redtailGetNotes, redtailCreateContact, redtailDeleteContact, redtailGetContactAddresses, redtailGetContactAddress, redtailCreateContactAddress, redtailUpdateContactAddress, redtailDeleteContactAddress, redtailGetContactEmails, redtailGetContactEmail, redtailCreateContactEmail, redtailUpdateContactEmail, redtailDeleteContactEmail, redtailGetContactPhones, redtailGetContactPhone, redtailCreateContactPhone, redtailUpdateContactPhone, redtailDeleteContactPhone, redtailGetContactSocialMedias, redtailGetContactSocialMedia, redtailCreateContactSocialMedia, redtailUpdateContactSocialMedia, redtailDeleteContactSocialMedia, redtailGetContactUrls, redtailGetContactUrl, redtailCreateContactUrl, redtailUpdateContactUrl, redtailDeleteContactUrl, redtailGetContactNotes, redtailGetContactNote, redtailCreateContactNote, redtailDeleteContactNote, redtailGetContactAccount, redtailCreateContactAccount, redtailUpdateContactAccount, redtailDeleteContactAccount, redtailUpdateAccountDetails, redtailGetImportantInformation, redtailUpdateImportantInformation, redtailGetContactRole, redtailUpdateContactRole, redtailGetContactSam, redtailUpdateContactSam, redtailGetContactTax, redtailUpdateContactTax, redtailGetAccountTypes, redtailGetAccountTaxQualifiedTypes, redtailGetContactCategories, redtailGetContactStatuses, redtailGetSources, redtailGetContactSalutations, redtailGetServicingAdvisors, redtailGetWritingAdvisors, redtailGetDatabaseTeams, redtailGetActivityTemplates, redtailGetActivityTemplate, redtailGetNoteTemplates, redtailGetNoteTemplate, redtailCreateNoteComment, resendSetUserCredentials, resendSendEmail, socureRiskosSubmitEvaluation, socureRiskosGetEvaluationResult, socureRiskosEnableWatchlistMonitoring, socureRiskosSubmitOutcomeFeedback, socureRiskosDownloadEvaluationDocuments, socureRiskosReceiveWebhook, socureRiskosSetUserCredentials, stripeSetUserCredentials, stripeCreateCheckoutSession, stripeWebhook, twilioWhatsappSetUserCredentials, twilioWhatsappCreateMessage, wealthboxOauthInitiate, wealthboxSetUserCredentials, wealthboxOauthCallback, wealthboxGetContacts, wealthboxGetContact, wealthboxCreateContact, wealthboxUpdateContact, wealthboxDeleteContact, wealthboxGetTasks, wealthboxGetTask, wealthboxCreateTask, wealthboxUpdateTask, wealthboxDeleteTask, wealthboxGetEvents, wealthboxGetEvent, wealthboxCreateEvent, wealthboxUpdateEvent, wealthboxDeleteEvent, wealthboxGetOpportunities, wealthboxGetOpportunity, wealthboxCreateOpportunity, wealthboxUpdateOpportunity, wealthboxDeleteOpportunity, wealthboxGetNotes, wealthboxGetNote, wealthboxCreateNote, wealthboxUpdateNote, wealthboxGetProjects, wealthboxGetProject, wealthboxCreateProject, wealthboxUpdateProject, wealthboxDeleteProject, wealthboxGetWorkflows, wealthboxGetWorkflow, wealthboxCreateWorkflow, wealthboxDeleteWorkflow, wealthboxCompleteWorkflowStep, wealthboxRevertWorkflowStep, wealthboxAddHouseholdMember, wealthboxRemoveHouseholdMember, wealthboxGetUserGroups, wealthboxGetMe, wealthboxGetUsers, wealthboxGetTeams, wealthboxGetTags, wealthboxGetCustomFields, wealthboxGetCategoryMembers, wealthboxGetComments, wealthboxGetContactRoles, wealthboxGetWorkflowTemplates, wealthboxGetWorkflowTemplate, wealthboxGetActivity, salesforceAuthStart, salesforceAuthSetUserCredentials, salesforceOauthCallback, salesforceCreateSobject, salesforceGetSobject, salesforceUpdateSobject, salesforceDeleteSobject, salesforceQuery, salesforceCompositeSobjectsCreate, salesforceCompositeSobjectsUpdate, salesforceComposite, salesforceListReports, salesforceDescribeReport, salesforceRunReport, salesforceListFlows, salesforceDescribeFlow, salesforceRunFlow, hubspotAuthStart, hubspotAuthSetUserCredentials, hubspotOauthCallback, hubspotCreateContact, hubspotUpdateContact, hubspotListContacts, hubspotSearchContacts, hubspotCreateCompany, hubspotUpdateCompany, hubspotListCompanies, hubspotSearchCompanies, hubspotListDeals, hubspotListDealPipelines, hubspotListOwners, hubspotCreateEmailEngagement, hubspotCreateCallEngagement, hubspotCreateTaskEngagement, hubspotCreateAssociation, hubspotCreateTicket, hubspotUpdateTicket, hubspotListTickets, hubspotEnrollWorkflow, hubspotListWorkflows, hubspotListMarketingEmails, hubspotSendTransactionalEmail };
|
|
5619
6443
|
};
|
|
5620
6444
|
exports.getIntegrationsAPI = getIntegrationsAPI;
|
|
5621
6445
|
//# sourceMappingURL=generated-api.js.map
|