@uptiqai/integrations-sdk 1.11.0 → 1.13.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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
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;
4
+ exports.getIntegrationsAPI = exports.AbrigoCreateProposedLienBodyLoanReferenceType = exports.AnthropicGenerateTextBodyMessagesItemRole = exports.AnthropicCreateStreamBodyMessagesItemRole = exports.GitlabListMergeRequestNotesBodyOrderBy = exports.GitlabListMergeRequestNotesBodySort = exports.GmailGetMessageBodyFormat = exports.GmailCreateLabelBodyLabelListVisibility = exports.GmailCreateLabelBodyMessageListVisibility = exports.GmailUpdateLabelBodyLabelListVisibility = exports.GmailUpdateLabelBodyMessageListVisibility = exports.GoogleDriveCreateFileBodyContentEncoding = exports.GoogleDriveListFilesCorpora = exports.GoogleDriveUpdateFileBodyContentEncoding = 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.
@@ -412,6 +412,11 @@ exports.GoogleDriveGetFileBodyAlt = {
412
412
  media: 'media',
413
413
  };
414
414
  // eslint-disable-next-line @typescript-eslint/no-redeclare
415
+ exports.GoogleDriveUpdateFileBodyContentEncoding = {
416
+ base64: 'base64',
417
+ text: 'text',
418
+ };
419
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
415
420
  exports.GoogleDriveListFilesCorpora = {
416
421
  user: 'user',
417
422
  domain: 'domain',
@@ -419,6 +424,11 @@ exports.GoogleDriveListFilesCorpora = {
419
424
  allDrives: 'allDrives',
420
425
  };
421
426
  // eslint-disable-next-line @typescript-eslint/no-redeclare
427
+ exports.GoogleDriveCreateFileBodyContentEncoding = {
428
+ base64: 'base64',
429
+ text: 'text',
430
+ };
431
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
422
432
  exports.GmailUpdateLabelBodyMessageListVisibility = {
423
433
  show: 'show',
424
434
  hide: 'hide',
@@ -3347,6 +3357,94 @@ const getIntegrationsAPI = () => {
3347
3357
  data: gmailDeleteLabelBody
3348
3358
  });
3349
3359
  };
3360
+ /**
3361
+ * Starts a Google Calendar OAuth connection. Shared configs use app-level credentials; PerUser configs require clientId/clientSecret in the request.
3362
+ * @summary Start Google Calendar OAuth flow
3363
+ */
3364
+ const googleCalendarAuthStart = (googleCalendarAuthStartBody) => {
3365
+ return (0, http_client_1.customAxios)({ url: `/google-calendar/auth/start`, method: 'POST',
3366
+ headers: { 'Content-Type': 'application/json', },
3367
+ data: googleCalendarAuthStartBody
3368
+ });
3369
+ };
3370
+ /**
3371
+ * Stores clientId and clientSecret for PerUser Google Calendar configs without starting OAuth.
3372
+ * @summary Set Google Calendar OAuth app credentials for a user
3373
+ */
3374
+ const googleCalendarSetUserCredentials = (googleCalendarSetUserCredentialsBody) => {
3375
+ return (0, http_client_1.customAxios)({ url: `/google-calendar/auth/set-user-credentials`, method: 'POST',
3376
+ headers: { 'Content-Type': 'application/json', },
3377
+ data: googleCalendarSetUserCredentialsBody
3378
+ });
3379
+ };
3380
+ /**
3381
+ * Unauthorized IntegrationHub-owned callback for Google OAuth completion.
3382
+ * @summary Handle Google Calendar OAuth callback
3383
+ */
3384
+ const googleCalendarOauthCallback = () => {
3385
+ return (0, http_client_1.customAxios)({ url: `/google-calendar/oauth/callback`, method: 'GET'
3386
+ });
3387
+ };
3388
+ /**
3389
+ * Lists events on a calendar (GET /calendars/{calendarId}/events).
3390
+ * @summary List calendar events
3391
+ */
3392
+ const googleCalendarListEvents = (googleCalendarListEventsBody) => {
3393
+ return (0, http_client_1.customAxios)({ url: `/google-calendar/events/list`, method: 'POST',
3394
+ headers: { 'Content-Type': 'application/json', },
3395
+ data: googleCalendarListEventsBody
3396
+ });
3397
+ };
3398
+ /**
3399
+ * Creates an event (POST /calendars/{calendarId}/events).
3400
+ * @summary Create a calendar event
3401
+ */
3402
+ const googleCalendarCreateEvent = (googleCalendarCreateEventBody) => {
3403
+ return (0, http_client_1.customAxios)({ url: `/google-calendar/events/create`, method: 'POST',
3404
+ headers: { 'Content-Type': 'application/json', },
3405
+ data: googleCalendarCreateEventBody
3406
+ });
3407
+ };
3408
+ /**
3409
+ * Patches an event (PATCH /calendars/{calendarId}/events/{eventId}).
3410
+ * @summary Update a calendar event
3411
+ */
3412
+ const googleCalendarPatchEvent = (googleCalendarPatchEventBody) => {
3413
+ return (0, http_client_1.customAxios)({ url: `/google-calendar/events/update`, method: 'POST',
3414
+ headers: { 'Content-Type': 'application/json', },
3415
+ data: googleCalendarPatchEventBody
3416
+ });
3417
+ };
3418
+ /**
3419
+ * Deletes an event (DELETE /calendars/{calendarId}/events/{eventId}).
3420
+ * @summary Delete a calendar event
3421
+ */
3422
+ const googleCalendarDeleteEvent = (googleCalendarDeleteEventBody) => {
3423
+ return (0, http_client_1.customAxios)({ url: `/google-calendar/events/delete`, method: 'POST',
3424
+ headers: { 'Content-Type': 'application/json', },
3425
+ data: googleCalendarDeleteEventBody
3426
+ });
3427
+ };
3428
+ /**
3429
+ * Lists the user's calendar list (GET /users/me/calendarList).
3430
+ * @summary List subscribed calendars
3431
+ */
3432
+ const googleCalendarListCalendars = (googleCalendarListCalendarsBody) => {
3433
+ return (0, http_client_1.customAxios)({ url: `/google-calendar/calendars/list`, method: 'POST',
3434
+ headers: { 'Content-Type': 'application/json', },
3435
+ data: googleCalendarListCalendarsBody
3436
+ });
3437
+ };
3438
+ /**
3439
+ * Returns busy intervals for calendars (POST /freeBusy).
3440
+ * @summary Query free/busy availability
3441
+ */
3442
+ const googleCalendarQueryFreeBusy = (googleCalendarQueryFreeBusyBody) => {
3443
+ return (0, http_client_1.customAxios)({ url: `/google-calendar/freebusy/query`, method: 'POST',
3444
+ headers: { 'Content-Type': 'application/json', },
3445
+ data: googleCalendarQueryFreeBusyBody
3446
+ });
3447
+ };
3350
3448
  /**
3351
3449
  * @summary Store per-user Google Cloud Storage credentials
3352
3450
  */
@@ -5476,6 +5574,115 @@ const getIntegrationsAPI = () => {
5476
5574
  data: resendSendEmailBody
5477
5575
  });
5478
5576
  };
5577
+ /**
5578
+ * Returns authorization URL for user to complete Slack OAuth flow.
5579
+ * @summary Initiate Slack OAuth flow
5580
+ */
5581
+ const slackOauthInitiate = (slackOauthInitiateBody) => {
5582
+ return (0, http_client_1.customAxios)({ url: `/slack/oauth/initiate`, method: 'POST',
5583
+ headers: { 'Content-Type': 'application/json', },
5584
+ data: slackOauthInitiateBody
5585
+ });
5586
+ };
5587
+ /**
5588
+ * Stores clientId and clientSecret for PerUser Slack configs without starting OAuth.
5589
+ * @summary Set Slack OAuth app credentials for a user
5590
+ */
5591
+ const slackSetUserCredentials = (slackSetUserCredentialsBody) => {
5592
+ return (0, http_client_1.customAxios)({ url: `/slack/auth/set-user-credentials`, method: 'POST',
5593
+ headers: { 'Content-Type': 'application/json', },
5594
+ data: slackSetUserCredentialsBody
5595
+ });
5596
+ };
5597
+ /**
5598
+ * Receives OAuth callback from Slack and stores user credentials.
5599
+ * @summary Handle Slack OAuth callback
5600
+ */
5601
+ const slackOauthCallback = (params) => {
5602
+ return (0, http_client_1.customAxios)({ url: `/slack/oauth/callback`, method: 'GET',
5603
+ params
5604
+ });
5605
+ };
5606
+ /**
5607
+ * Post a notification, alert, or message to a Slack channel.
5608
+ * @summary Post Message
5609
+ */
5610
+ const slackPostMessage = (slackPostMessageBody) => {
5611
+ return (0, http_client_1.customAxios)({ url: `/slack/chat/post-message`, method: 'POST',
5612
+ headers: { 'Content-Type': 'application/json', },
5613
+ data: slackPostMessageBody
5614
+ });
5615
+ };
5616
+ /**
5617
+ * Update an existing message text or blocks in a Slack channel.
5618
+ * @summary Update Message
5619
+ */
5620
+ const slackUpdateMessage = (slackUpdateMessageBody) => {
5621
+ return (0, http_client_1.customAxios)({ url: `/slack/chat/update-message`, method: 'POST',
5622
+ headers: { 'Content-Type': 'application/json', },
5623
+ data: slackUpdateMessageBody
5624
+ });
5625
+ };
5626
+ /**
5627
+ * Retrieve a list of public and private Slack channels in the workspace.
5628
+ * @summary List Channels
5629
+ */
5630
+ const slackListChannels = (slackListChannelsBody) => {
5631
+ return (0, http_client_1.customAxios)({ url: `/slack/conversations/list`, method: 'POST',
5632
+ headers: { 'Content-Type': 'application/json', },
5633
+ data: slackListChannelsBody
5634
+ });
5635
+ };
5636
+ /**
5637
+ * Retrieve metadata and details for a specific Slack channel by ID.
5638
+ * @summary Get Channel Info
5639
+ */
5640
+ const slackGetChannel = (slackGetChannelBody) => {
5641
+ return (0, http_client_1.customAxios)({ url: `/slack/conversations/info`, method: 'POST',
5642
+ headers: { 'Content-Type': 'application/json', },
5643
+ data: slackGetChannelBody
5644
+ });
5645
+ };
5646
+ /**
5647
+ * Retrieve message history and context from a Slack channel.
5648
+ * @summary Get Channel History
5649
+ */
5650
+ const slackGetChannelHistory = (slackGetChannelHistoryBody) => {
5651
+ return (0, http_client_1.customAxios)({ url: `/slack/conversations/history`, method: 'POST',
5652
+ headers: { 'Content-Type': 'application/json', },
5653
+ data: slackGetChannelHistoryBody
5654
+ });
5655
+ };
5656
+ /**
5657
+ * Retrieve replies and context from a specific Slack message thread.
5658
+ * @summary Get Thread Replies
5659
+ */
5660
+ const slackGetThreadReplies = (slackGetThreadRepliesBody) => {
5661
+ return (0, http_client_1.customAxios)({ url: `/slack/conversations/replies`, method: 'POST',
5662
+ headers: { 'Content-Type': 'application/json', },
5663
+ data: slackGetThreadRepliesBody
5664
+ });
5665
+ };
5666
+ /**
5667
+ * Retrieve the directory list of users in the Slack workspace.
5668
+ * @summary List Users
5669
+ */
5670
+ const slackListUsers = (slackListUsersBody) => {
5671
+ return (0, http_client_1.customAxios)({ url: `/slack/users/list`, method: 'POST',
5672
+ headers: { 'Content-Type': 'application/json', },
5673
+ data: slackListUsersBody
5674
+ });
5675
+ };
5676
+ /**
5677
+ * Find a specific Slack user by their email address.
5678
+ * @summary Look Up User By Email
5679
+ */
5680
+ const slackLookupUserByEmail = (slackLookupUserByEmailBody) => {
5681
+ return (0, http_client_1.customAxios)({ url: `/slack/users/lookup-by-email`, method: 'POST',
5682
+ headers: { 'Content-Type': 'application/json', },
5683
+ data: slackLookupUserByEmailBody
5684
+ });
5685
+ };
5479
5686
  /**
5480
5687
  * Calls Socure RiskOS POST /api/evaluation with the tenant-configured `workflow` name. Supports both API-only (PII in `data`) and Hosted Flow (`data.custom.redirect_uri` — response carries a `redirect_uri` for the user to open, final decision via `evaluation_completed` webhook).
5481
5688
  * @summary Submit Evaluation
@@ -6439,7 +6646,747 @@ const getIntegrationsAPI = () => {
6439
6646
  data: hubspotSendTransactionalEmailBody
6440
6647
  });
6441
6648
  };
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 };
6649
+ /**
6650
+ * Exchanges platform UDG credentials for an access token and caches it for Managed integration configs.
6651
+ * @summary Authenticate with FreeAgent via UDG
6652
+ */
6653
+ const udgNormalisedFreeAgentAuthenticate = (udgNormalisedFreeAgentAuthenticateBody) => {
6654
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freeagent/authenticate`, method: 'POST',
6655
+ headers: { 'Content-Type': 'application/json', },
6656
+ data: udgNormalisedFreeAgentAuthenticateBody
6657
+ });
6658
+ };
6659
+ /**
6660
+ * Get Contacts from FreeAgent via UDG Normalised API.
6661
+ * @summary Get Contacts
6662
+ */
6663
+ const udgNormalisedFreeAgentGetContacts = (udgNormalisedFreeAgentGetContactsBody) => {
6664
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freeagent/contacts`, method: 'POST',
6665
+ headers: { 'Content-Type': 'application/json', },
6666
+ data: udgNormalisedFreeAgentGetContactsBody
6667
+ });
6668
+ };
6669
+ /**
6670
+ * Get Company Info from FreeAgent via UDG Normalised API.
6671
+ * @summary Get Company Info
6672
+ */
6673
+ const udgNormalisedFreeAgentGetCompanyInfo = (udgNormalisedFreeAgentGetCompanyInfoBody) => {
6674
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freeagent/company-info`, method: 'POST',
6675
+ headers: { 'Content-Type': 'application/json', },
6676
+ data: udgNormalisedFreeAgentGetCompanyInfoBody
6677
+ });
6678
+ };
6679
+ /**
6680
+ * Get Employees from FreeAgent via UDG Normalised API.
6681
+ * @summary Get Employees
6682
+ */
6683
+ const udgNormalisedFreeAgentGetEmployees = (udgNormalisedFreeAgentGetEmployeesBody) => {
6684
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freeagent/employees`, method: 'POST',
6685
+ headers: { 'Content-Type': 'application/json', },
6686
+ data: udgNormalisedFreeAgentGetEmployeesBody
6687
+ });
6688
+ };
6689
+ /**
6690
+ * Get Invoices from FreeAgent via UDG Normalised API.
6691
+ * @summary Get Invoices
6692
+ */
6693
+ const udgNormalisedFreeAgentGetInvoices = (udgNormalisedFreeAgentGetInvoicesBody) => {
6694
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freeagent/invoices`, method: 'POST',
6695
+ headers: { 'Content-Type': 'application/json', },
6696
+ data: udgNormalisedFreeAgentGetInvoicesBody
6697
+ });
6698
+ };
6699
+ /**
6700
+ * Get Bills from FreeAgent via UDG Normalised API.
6701
+ * @summary Get Bills
6702
+ */
6703
+ const udgNormalisedFreeAgentGetBills = (udgNormalisedFreeAgentGetBillsBody) => {
6704
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freeagent/bills`, method: 'POST',
6705
+ headers: { 'Content-Type': 'application/json', },
6706
+ data: udgNormalisedFreeAgentGetBillsBody
6707
+ });
6708
+ };
6709
+ /**
6710
+ * Get Credit Notes from FreeAgent via UDG Normalised API.
6711
+ * @summary Get Credit Notes
6712
+ */
6713
+ const udgNormalisedFreeAgentGetCreditNotes = (udgNormalisedFreeAgentGetCreditNotesBody) => {
6714
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freeagent/credit-notes`, method: 'POST',
6715
+ headers: { 'Content-Type': 'application/json', },
6716
+ data: udgNormalisedFreeAgentGetCreditNotesBody
6717
+ });
6718
+ };
6719
+ /**
6720
+ * Get Documents from FreeAgent via UDG Normalised API.
6721
+ * @summary Get Documents
6722
+ */
6723
+ const udgNormalisedFreeAgentGetDocuments = (udgNormalisedFreeAgentGetDocumentsBody) => {
6724
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freeagent/documents`, method: 'POST',
6725
+ headers: { 'Content-Type': 'application/json', },
6726
+ data: udgNormalisedFreeAgentGetDocumentsBody
6727
+ });
6728
+ };
6729
+ /**
6730
+ * Get Recurring Documents from FreeAgent via UDG Normalised API.
6731
+ * @summary Get Recurring Documents
6732
+ */
6733
+ const udgNormalisedFreeAgentGetRecurringDocuments = (udgNormalisedFreeAgentGetRecurringDocumentsBody) => {
6734
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freeagent/recurring-documents`, method: 'POST',
6735
+ headers: { 'Content-Type': 'application/json', },
6736
+ data: udgNormalisedFreeAgentGetRecurringDocumentsBody
6737
+ });
6738
+ };
6739
+ /**
6740
+ * Get Payments from FreeAgent via UDG Normalised API.
6741
+ * @summary Get Payments
6742
+ */
6743
+ const udgNormalisedFreeAgentGetPayments = (udgNormalisedFreeAgentGetPaymentsBody) => {
6744
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freeagent/payments`, method: 'POST',
6745
+ headers: { 'Content-Type': 'application/json', },
6746
+ data: udgNormalisedFreeAgentGetPaymentsBody
6747
+ });
6748
+ };
6749
+ /**
6750
+ * Get Items from FreeAgent via UDG Normalised API.
6751
+ * @summary Get Items
6752
+ */
6753
+ const udgNormalisedFreeAgentGetItems = (udgNormalisedFreeAgentGetItemsBody) => {
6754
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freeagent/items`, method: 'POST',
6755
+ headers: { 'Content-Type': 'application/json', },
6756
+ data: udgNormalisedFreeAgentGetItemsBody
6757
+ });
6758
+ };
6759
+ /**
6760
+ * Get Accounts from FreeAgent via UDG Normalised API.
6761
+ * @summary Get Accounts
6762
+ */
6763
+ const udgNormalisedFreeAgentGetAccounts = (udgNormalisedFreeAgentGetAccountsBody) => {
6764
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freeagent/accounts`, method: 'POST',
6765
+ headers: { 'Content-Type': 'application/json', },
6766
+ data: udgNormalisedFreeAgentGetAccountsBody
6767
+ });
6768
+ };
6769
+ /**
6770
+ * Get Transactions from FreeAgent via UDG Normalised API.
6771
+ * @summary Get Transactions
6772
+ */
6773
+ const udgNormalisedFreeAgentGetTransactions = (udgNormalisedFreeAgentGetTransactionsBody) => {
6774
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freeagent/transactions`, method: 'POST',
6775
+ headers: { 'Content-Type': 'application/json', },
6776
+ data: udgNormalisedFreeAgentGetTransactionsBody
6777
+ });
6778
+ };
6779
+ /**
6780
+ * Get Balance Sheet (Accrual) from FreeAgent via UDG Normalised API.
6781
+ * @summary Get Balance Sheet (Accrual)
6782
+ */
6783
+ const udgNormalisedFreeAgentGetBalanceSheetAccrual = (udgNormalisedFreeAgentGetBalanceSheetAccrualBody) => {
6784
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freeagent/balance-sheet-accrual`, method: 'POST',
6785
+ headers: { 'Content-Type': 'application/json', },
6786
+ data: udgNormalisedFreeAgentGetBalanceSheetAccrualBody
6787
+ });
6788
+ };
6789
+ /**
6790
+ * Get Profit and Loss (Accrual) from FreeAgent via UDG Normalised API.
6791
+ * @summary Get Profit and Loss (Accrual)
6792
+ */
6793
+ const udgNormalisedFreeAgentGetProfitAndLossAccrual = (udgNormalisedFreeAgentGetProfitAndLossAccrualBody) => {
6794
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freeagent/profit-and-loss-accrual`, method: 'POST',
6795
+ headers: { 'Content-Type': 'application/json', },
6796
+ data: udgNormalisedFreeAgentGetProfitAndLossAccrualBody
6797
+ });
6798
+ };
6799
+ /**
6800
+ * Exchanges platform UDG credentials for an access token and caches it for Managed integration configs.
6801
+ * @summary Authenticate with FreshBooks via UDG
6802
+ */
6803
+ const udgNormalisedFreshbooksAuthenticate = (udgNormalisedFreshbooksAuthenticateBody) => {
6804
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freshbooks/authenticate`, method: 'POST',
6805
+ headers: { 'Content-Type': 'application/json', },
6806
+ data: udgNormalisedFreshbooksAuthenticateBody
6807
+ });
6808
+ };
6809
+ /**
6810
+ * Get Contacts from FreshBooks via UDG Normalised API.
6811
+ * @summary Get Contacts
6812
+ */
6813
+ const udgNormalisedFreshbooksGetContacts = (udgNormalisedFreshbooksGetContactsBody) => {
6814
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freshbooks/contacts`, method: 'POST',
6815
+ headers: { 'Content-Type': 'application/json', },
6816
+ data: udgNormalisedFreshbooksGetContactsBody
6817
+ });
6818
+ };
6819
+ /**
6820
+ * Get Company Info from FreshBooks via UDG Normalised API.
6821
+ * @summary Get Company Info
6822
+ */
6823
+ const udgNormalisedFreshbooksGetCompanyInfo = (udgNormalisedFreshbooksGetCompanyInfoBody) => {
6824
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freshbooks/company-info`, method: 'POST',
6825
+ headers: { 'Content-Type': 'application/json', },
6826
+ data: udgNormalisedFreshbooksGetCompanyInfoBody
6827
+ });
6828
+ };
6829
+ /**
6830
+ * Get Employees from FreshBooks via UDG Normalised API.
6831
+ * @summary Get Employees
6832
+ */
6833
+ const udgNormalisedFreshbooksGetEmployees = (udgNormalisedFreshbooksGetEmployeesBody) => {
6834
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freshbooks/employees`, method: 'POST',
6835
+ headers: { 'Content-Type': 'application/json', },
6836
+ data: udgNormalisedFreshbooksGetEmployeesBody
6837
+ });
6838
+ };
6839
+ /**
6840
+ * Get Invoices from FreshBooks via UDG Normalised API.
6841
+ * @summary Get Invoices
6842
+ */
6843
+ const udgNormalisedFreshbooksGetInvoices = (udgNormalisedFreshbooksGetInvoicesBody) => {
6844
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freshbooks/invoices`, method: 'POST',
6845
+ headers: { 'Content-Type': 'application/json', },
6846
+ data: udgNormalisedFreshbooksGetInvoicesBody
6847
+ });
6848
+ };
6849
+ /**
6850
+ * Get Bills from FreshBooks via UDG Normalised API.
6851
+ * @summary Get Bills
6852
+ */
6853
+ const udgNormalisedFreshbooksGetBills = (udgNormalisedFreshbooksGetBillsBody) => {
6854
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freshbooks/bills`, method: 'POST',
6855
+ headers: { 'Content-Type': 'application/json', },
6856
+ data: udgNormalisedFreshbooksGetBillsBody
6857
+ });
6858
+ };
6859
+ /**
6860
+ * Get Documents from FreshBooks via UDG Normalised API.
6861
+ * @summary Get Documents
6862
+ */
6863
+ const udgNormalisedFreshbooksGetDocuments = (udgNormalisedFreshbooksGetDocumentsBody) => {
6864
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freshbooks/documents`, method: 'POST',
6865
+ headers: { 'Content-Type': 'application/json', },
6866
+ data: udgNormalisedFreshbooksGetDocumentsBody
6867
+ });
6868
+ };
6869
+ /**
6870
+ * Get Recurring Documents from FreshBooks via UDG Normalised API.
6871
+ * @summary Get Recurring Documents
6872
+ */
6873
+ const udgNormalisedFreshbooksGetRecurringDocuments = (udgNormalisedFreshbooksGetRecurringDocumentsBody) => {
6874
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freshbooks/recurring-documents`, method: 'POST',
6875
+ headers: { 'Content-Type': 'application/json', },
6876
+ data: udgNormalisedFreshbooksGetRecurringDocumentsBody
6877
+ });
6878
+ };
6879
+ /**
6880
+ * Get Payments from FreshBooks via UDG Normalised API.
6881
+ * @summary Get Payments
6882
+ */
6883
+ const udgNormalisedFreshbooksGetPayments = (udgNormalisedFreshbooksGetPaymentsBody) => {
6884
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freshbooks/payments`, method: 'POST',
6885
+ headers: { 'Content-Type': 'application/json', },
6886
+ data: udgNormalisedFreshbooksGetPaymentsBody
6887
+ });
6888
+ };
6889
+ /**
6890
+ * Get Items from FreshBooks via UDG Normalised API.
6891
+ * @summary Get Items
6892
+ */
6893
+ const udgNormalisedFreshbooksGetItems = (udgNormalisedFreshbooksGetItemsBody) => {
6894
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freshbooks/items`, method: 'POST',
6895
+ headers: { 'Content-Type': 'application/json', },
6896
+ data: udgNormalisedFreshbooksGetItemsBody
6897
+ });
6898
+ };
6899
+ /**
6900
+ * Get Accounts from FreshBooks via UDG Normalised API.
6901
+ * @summary Get Accounts
6902
+ */
6903
+ const udgNormalisedFreshbooksGetAccounts = (udgNormalisedFreshbooksGetAccountsBody) => {
6904
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freshbooks/accounts`, method: 'POST',
6905
+ headers: { 'Content-Type': 'application/json', },
6906
+ data: udgNormalisedFreshbooksGetAccountsBody
6907
+ });
6908
+ };
6909
+ /**
6910
+ * Get Transactions from FreshBooks via UDG Normalised API.
6911
+ * @summary Get Transactions
6912
+ */
6913
+ const udgNormalisedFreshbooksGetTransactions = (udgNormalisedFreshbooksGetTransactionsBody) => {
6914
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freshbooks/transactions`, method: 'POST',
6915
+ headers: { 'Content-Type': 'application/json', },
6916
+ data: udgNormalisedFreshbooksGetTransactionsBody
6917
+ });
6918
+ };
6919
+ /**
6920
+ * Get Balance Sheet (Accrual) from FreshBooks via UDG Normalised API.
6921
+ * @summary Get Balance Sheet (Accrual)
6922
+ */
6923
+ const udgNormalisedFreshbooksGetBalanceSheetAccrual = (udgNormalisedFreshbooksGetBalanceSheetAccrualBody) => {
6924
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freshbooks/balance-sheet-accrual`, method: 'POST',
6925
+ headers: { 'Content-Type': 'application/json', },
6926
+ data: udgNormalisedFreshbooksGetBalanceSheetAccrualBody
6927
+ });
6928
+ };
6929
+ /**
6930
+ * Get Profit and Loss (Accrual) from FreshBooks via UDG Normalised API.
6931
+ * @summary Get Profit and Loss (Accrual)
6932
+ */
6933
+ const udgNormalisedFreshbooksGetProfitAndLossAccrual = (udgNormalisedFreshbooksGetProfitAndLossAccrualBody) => {
6934
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freshbooks/profit-and-loss-accrual`, method: 'POST',
6935
+ headers: { 'Content-Type': 'application/json', },
6936
+ data: udgNormalisedFreshbooksGetProfitAndLossAccrualBody
6937
+ });
6938
+ };
6939
+ /**
6940
+ * Get Taxes from FreshBooks via UDG Normalised API.
6941
+ * @summary Get Taxes
6942
+ */
6943
+ const udgNormalisedFreshbooksGetTaxes = (udgNormalisedFreshbooksGetTaxesBody) => {
6944
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freshbooks/taxes`, method: 'POST',
6945
+ headers: { 'Content-Type': 'application/json', },
6946
+ data: udgNormalisedFreshbooksGetTaxesBody
6947
+ });
6948
+ };
6949
+ /**
6950
+ * Get Profit and Loss (Cash) from FreshBooks via UDG Normalised API.
6951
+ * @summary Get Profit and Loss (Cash)
6952
+ */
6953
+ const udgNormalisedFreshbooksGetProfitAndLossCash = (udgNormalisedFreshbooksGetProfitAndLossCashBody) => {
6954
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-freshbooks/profit-and-loss-cash`, method: 'POST',
6955
+ headers: { 'Content-Type': 'application/json', },
6956
+ data: udgNormalisedFreshbooksGetProfitAndLossCashBody
6957
+ });
6958
+ };
6959
+ /**
6960
+ * Exchanges platform UDG credentials for an access token and caches it for Managed integration configs.
6961
+ * @summary Authenticate with QuickBooks via UDG
6962
+ */
6963
+ const udgNormalisedQuickbooksAuthenticate = (udgNormalisedQuickbooksAuthenticateBody) => {
6964
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/authenticate`, method: 'POST',
6965
+ headers: { 'Content-Type': 'application/json', },
6966
+ data: udgNormalisedQuickbooksAuthenticateBody
6967
+ });
6968
+ };
6969
+ /**
6970
+ * Get Contacts from QuickBooks via UDG Normalised API.
6971
+ * @summary Get Contacts
6972
+ */
6973
+ const udgNormalisedQuickbooksGetContacts = (udgNormalisedQuickbooksGetContactsBody) => {
6974
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/contacts`, method: 'POST',
6975
+ headers: { 'Content-Type': 'application/json', },
6976
+ data: udgNormalisedQuickbooksGetContactsBody
6977
+ });
6978
+ };
6979
+ /**
6980
+ * Get Company Info from QuickBooks via UDG Normalised API.
6981
+ * @summary Get Company Info
6982
+ */
6983
+ const udgNormalisedQuickbooksGetCompanyInfo = (udgNormalisedQuickbooksGetCompanyInfoBody) => {
6984
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/company-info`, method: 'POST',
6985
+ headers: { 'Content-Type': 'application/json', },
6986
+ data: udgNormalisedQuickbooksGetCompanyInfoBody
6987
+ });
6988
+ };
6989
+ /**
6990
+ * Get Employees from QuickBooks via UDG Normalised API.
6991
+ * @summary Get Employees
6992
+ */
6993
+ const udgNormalisedQuickbooksGetEmployees = (udgNormalisedQuickbooksGetEmployeesBody) => {
6994
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/employees`, method: 'POST',
6995
+ headers: { 'Content-Type': 'application/json', },
6996
+ data: udgNormalisedQuickbooksGetEmployeesBody
6997
+ });
6998
+ };
6999
+ /**
7000
+ * Get Invoices from QuickBooks via UDG Normalised API.
7001
+ * @summary Get Invoices
7002
+ */
7003
+ const udgNormalisedQuickbooksGetInvoices = (udgNormalisedQuickbooksGetInvoicesBody) => {
7004
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/invoices`, method: 'POST',
7005
+ headers: { 'Content-Type': 'application/json', },
7006
+ data: udgNormalisedQuickbooksGetInvoicesBody
7007
+ });
7008
+ };
7009
+ /**
7010
+ * Get Bills from QuickBooks via UDG Normalised API.
7011
+ * @summary Get Bills
7012
+ */
7013
+ const udgNormalisedQuickbooksGetBills = (udgNormalisedQuickbooksGetBillsBody) => {
7014
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/bills`, method: 'POST',
7015
+ headers: { 'Content-Type': 'application/json', },
7016
+ data: udgNormalisedQuickbooksGetBillsBody
7017
+ });
7018
+ };
7019
+ /**
7020
+ * Get Credit Notes from QuickBooks via UDG Normalised API.
7021
+ * @summary Get Credit Notes
7022
+ */
7023
+ const udgNormalisedQuickbooksGetCreditNotes = (udgNormalisedQuickbooksGetCreditNotesBody) => {
7024
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/credit-notes`, method: 'POST',
7025
+ headers: { 'Content-Type': 'application/json', },
7026
+ data: udgNormalisedQuickbooksGetCreditNotesBody
7027
+ });
7028
+ };
7029
+ /**
7030
+ * Get Documents from QuickBooks via UDG Normalised API.
7031
+ * @summary Get Documents
7032
+ */
7033
+ const udgNormalisedQuickbooksGetDocuments = (udgNormalisedQuickbooksGetDocumentsBody) => {
7034
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/documents`, method: 'POST',
7035
+ headers: { 'Content-Type': 'application/json', },
7036
+ data: udgNormalisedQuickbooksGetDocumentsBody
7037
+ });
7038
+ };
7039
+ /**
7040
+ * Get Recurring Documents from QuickBooks via UDG Normalised API.
7041
+ * @summary Get Recurring Documents
7042
+ */
7043
+ const udgNormalisedQuickbooksGetRecurringDocuments = (udgNormalisedQuickbooksGetRecurringDocumentsBody) => {
7044
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/recurring-documents`, method: 'POST',
7045
+ headers: { 'Content-Type': 'application/json', },
7046
+ data: udgNormalisedQuickbooksGetRecurringDocumentsBody
7047
+ });
7048
+ };
7049
+ /**
7050
+ * Get Payments from QuickBooks via UDG Normalised API.
7051
+ * @summary Get Payments
7052
+ */
7053
+ const udgNormalisedQuickbooksGetPayments = (udgNormalisedQuickbooksGetPaymentsBody) => {
7054
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/payments`, method: 'POST',
7055
+ headers: { 'Content-Type': 'application/json', },
7056
+ data: udgNormalisedQuickbooksGetPaymentsBody
7057
+ });
7058
+ };
7059
+ /**
7060
+ * Get Items from QuickBooks via UDG Normalised API.
7061
+ * @summary Get Items
7062
+ */
7063
+ const udgNormalisedQuickbooksGetItems = (udgNormalisedQuickbooksGetItemsBody) => {
7064
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/items`, method: 'POST',
7065
+ headers: { 'Content-Type': 'application/json', },
7066
+ data: udgNormalisedQuickbooksGetItemsBody
7067
+ });
7068
+ };
7069
+ /**
7070
+ * Get Accounts from QuickBooks via UDG Normalised API.
7071
+ * @summary Get Accounts
7072
+ */
7073
+ const udgNormalisedQuickbooksGetAccounts = (udgNormalisedQuickbooksGetAccountsBody) => {
7074
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/accounts`, method: 'POST',
7075
+ headers: { 'Content-Type': 'application/json', },
7076
+ data: udgNormalisedQuickbooksGetAccountsBody
7077
+ });
7078
+ };
7079
+ /**
7080
+ * Get Transactions from QuickBooks via UDG Normalised API.
7081
+ * @summary Get Transactions
7082
+ */
7083
+ const udgNormalisedQuickbooksGetTransactions = (udgNormalisedQuickbooksGetTransactionsBody) => {
7084
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/transactions`, method: 'POST',
7085
+ headers: { 'Content-Type': 'application/json', },
7086
+ data: udgNormalisedQuickbooksGetTransactionsBody
7087
+ });
7088
+ };
7089
+ /**
7090
+ * Get Balance Sheet (Accrual) from QuickBooks via UDG Normalised API.
7091
+ * @summary Get Balance Sheet (Accrual)
7092
+ */
7093
+ const udgNormalisedQuickbooksGetBalanceSheetAccrual = (udgNormalisedQuickbooksGetBalanceSheetAccrualBody) => {
7094
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/balance-sheet-accrual`, method: 'POST',
7095
+ headers: { 'Content-Type': 'application/json', },
7096
+ data: udgNormalisedQuickbooksGetBalanceSheetAccrualBody
7097
+ });
7098
+ };
7099
+ /**
7100
+ * Get Profit and Loss (Accrual) from QuickBooks via UDG Normalised API.
7101
+ * @summary Get Profit and Loss (Accrual)
7102
+ */
7103
+ const udgNormalisedQuickbooksGetProfitAndLossAccrual = (udgNormalisedQuickbooksGetProfitAndLossAccrualBody) => {
7104
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/profit-and-loss-accrual`, method: 'POST',
7105
+ headers: { 'Content-Type': 'application/json', },
7106
+ data: udgNormalisedQuickbooksGetProfitAndLossAccrualBody
7107
+ });
7108
+ };
7109
+ /**
7110
+ * Get Cash Flow from QuickBooks via UDG Normalised API.
7111
+ * @summary Get Cash Flow
7112
+ */
7113
+ const udgNormalisedQuickbooksGetCashflow = (udgNormalisedQuickbooksGetCashflowBody) => {
7114
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/cashflow`, method: 'POST',
7115
+ headers: { 'Content-Type': 'application/json', },
7116
+ data: udgNormalisedQuickbooksGetCashflowBody
7117
+ });
7118
+ };
7119
+ /**
7120
+ * Get Taxes from QuickBooks via UDG Normalised API.
7121
+ * @summary Get Taxes
7122
+ */
7123
+ const udgNormalisedQuickbooksGetTaxes = (udgNormalisedQuickbooksGetTaxesBody) => {
7124
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/taxes`, method: 'POST',
7125
+ headers: { 'Content-Type': 'application/json', },
7126
+ data: udgNormalisedQuickbooksGetTaxesBody
7127
+ });
7128
+ };
7129
+ /**
7130
+ * Get Profit and Loss (Cash) from QuickBooks via UDG Normalised API.
7131
+ * @summary Get Profit and Loss (Cash)
7132
+ */
7133
+ const udgNormalisedQuickbooksGetProfitAndLossCash = (udgNormalisedQuickbooksGetProfitAndLossCashBody) => {
7134
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/profit-and-loss-cash`, method: 'POST',
7135
+ headers: { 'Content-Type': 'application/json', },
7136
+ data: udgNormalisedQuickbooksGetProfitAndLossCashBody
7137
+ });
7138
+ };
7139
+ /**
7140
+ * Get Balance Sheet (Cash) from QuickBooks via UDG Normalised API.
7141
+ * @summary Get Balance Sheet (Cash)
7142
+ */
7143
+ const udgNormalisedQuickbooksGetBalanceSheetCash = (udgNormalisedQuickbooksGetBalanceSheetCashBody) => {
7144
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-quickbooks/balance-sheet-cash`, method: 'POST',
7145
+ headers: { 'Content-Type': 'application/json', },
7146
+ data: udgNormalisedQuickbooksGetBalanceSheetCashBody
7147
+ });
7148
+ };
7149
+ /**
7150
+ * Exchanges platform UDG credentials for an access token and caches it for Managed integration configs.
7151
+ * @summary Authenticate with Wave via UDG
7152
+ */
7153
+ const udgNormalisedWaveAuthenticate = (udgNormalisedWaveAuthenticateBody) => {
7154
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-wave/authenticate`, method: 'POST',
7155
+ headers: { 'Content-Type': 'application/json', },
7156
+ data: udgNormalisedWaveAuthenticateBody
7157
+ });
7158
+ };
7159
+ /**
7160
+ * Get Accounts from Wave via UDG Normalised API.
7161
+ * @summary Get Accounts
7162
+ */
7163
+ const udgNormalisedWaveGetAccounts = (udgNormalisedWaveGetAccountsBody) => {
7164
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-wave/accounts`, method: 'POST',
7165
+ headers: { 'Content-Type': 'application/json', },
7166
+ data: udgNormalisedWaveGetAccountsBody
7167
+ });
7168
+ };
7169
+ /**
7170
+ * Get Contacts from Wave via UDG Normalised API.
7171
+ * @summary Get Contacts
7172
+ */
7173
+ const udgNormalisedWaveGetContacts = (udgNormalisedWaveGetContactsBody) => {
7174
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-wave/contacts`, method: 'POST',
7175
+ headers: { 'Content-Type': 'application/json', },
7176
+ data: udgNormalisedWaveGetContactsBody
7177
+ });
7178
+ };
7179
+ /**
7180
+ * Get Company Info from Wave via UDG Normalised API.
7181
+ * @summary Get Company Info
7182
+ */
7183
+ const udgNormalisedWaveGetCompanyInfo = (udgNormalisedWaveGetCompanyInfoBody) => {
7184
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-wave/company-info`, method: 'POST',
7185
+ headers: { 'Content-Type': 'application/json', },
7186
+ data: udgNormalisedWaveGetCompanyInfoBody
7187
+ });
7188
+ };
7189
+ /**
7190
+ * Get Invoices from Wave via UDG Normalised API.
7191
+ * @summary Get Invoices
7192
+ */
7193
+ const udgNormalisedWaveGetInvoices = (udgNormalisedWaveGetInvoicesBody) => {
7194
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-wave/invoices`, method: 'POST',
7195
+ headers: { 'Content-Type': 'application/json', },
7196
+ data: udgNormalisedWaveGetInvoicesBody
7197
+ });
7198
+ };
7199
+ /**
7200
+ * Get Items from Wave via UDG Normalised API.
7201
+ * @summary Get Items
7202
+ */
7203
+ const udgNormalisedWaveGetItems = (udgNormalisedWaveGetItemsBody) => {
7204
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-wave/items`, method: 'POST',
7205
+ headers: { 'Content-Type': 'application/json', },
7206
+ data: udgNormalisedWaveGetItemsBody
7207
+ });
7208
+ };
7209
+ /**
7210
+ * Exchanges platform UDG credentials for an access token and caches it for Managed integration configs.
7211
+ * @summary Authenticate with Xero via UDG
7212
+ */
7213
+ const udgNormalisedXeroAuthenticate = (udgNormalisedXeroAuthenticateBody) => {
7214
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-xero/authenticate`, method: 'POST',
7215
+ headers: { 'Content-Type': 'application/json', },
7216
+ data: udgNormalisedXeroAuthenticateBody
7217
+ });
7218
+ };
7219
+ /**
7220
+ * Get Accounts from Xero via UDG Normalised API.
7221
+ * @summary Get Accounts
7222
+ */
7223
+ const udgNormalisedXeroGetAccounts = (udgNormalisedXeroGetAccountsBody) => {
7224
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-xero/accounts`, method: 'POST',
7225
+ headers: { 'Content-Type': 'application/json', },
7226
+ data: udgNormalisedXeroGetAccountsBody
7227
+ });
7228
+ };
7229
+ /**
7230
+ * Get Contacts from Xero via UDG Normalised API.
7231
+ * @summary Get Contacts
7232
+ */
7233
+ const udgNormalisedXeroGetContacts = (udgNormalisedXeroGetContactsBody) => {
7234
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-xero/contacts`, method: 'POST',
7235
+ headers: { 'Content-Type': 'application/json', },
7236
+ data: udgNormalisedXeroGetContactsBody
7237
+ });
7238
+ };
7239
+ /**
7240
+ * Get Company Info from Xero via UDG Normalised API.
7241
+ * @summary Get Company Info
7242
+ */
7243
+ const udgNormalisedXeroGetCompanyInfo = (udgNormalisedXeroGetCompanyInfoBody) => {
7244
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-xero/company-info`, method: 'POST',
7245
+ headers: { 'Content-Type': 'application/json', },
7246
+ data: udgNormalisedXeroGetCompanyInfoBody
7247
+ });
7248
+ };
7249
+ /**
7250
+ * Get Employees from Xero via UDG Normalised API.
7251
+ * @summary Get Employees
7252
+ */
7253
+ const udgNormalisedXeroGetEmployees = (udgNormalisedXeroGetEmployeesBody) => {
7254
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-xero/employees`, method: 'POST',
7255
+ headers: { 'Content-Type': 'application/json', },
7256
+ data: udgNormalisedXeroGetEmployeesBody
7257
+ });
7258
+ };
7259
+ /**
7260
+ * Get Invoices from Xero via UDG Normalised API.
7261
+ * @summary Get Invoices
7262
+ */
7263
+ const udgNormalisedXeroGetInvoices = (udgNormalisedXeroGetInvoicesBody) => {
7264
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-xero/invoices`, method: 'POST',
7265
+ headers: { 'Content-Type': 'application/json', },
7266
+ data: udgNormalisedXeroGetInvoicesBody
7267
+ });
7268
+ };
7269
+ /**
7270
+ * Get Bills from Xero via UDG Normalised API.
7271
+ * @summary Get Bills
7272
+ */
7273
+ const udgNormalisedXeroGetBills = (udgNormalisedXeroGetBillsBody) => {
7274
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-xero/bills`, method: 'POST',
7275
+ headers: { 'Content-Type': 'application/json', },
7276
+ data: udgNormalisedXeroGetBillsBody
7277
+ });
7278
+ };
7279
+ /**
7280
+ * Get Credit Notes from Xero via UDG Normalised API.
7281
+ * @summary Get Credit Notes
7282
+ */
7283
+ const udgNormalisedXeroGetCreditNotes = (udgNormalisedXeroGetCreditNotesBody) => {
7284
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-xero/credit-notes`, method: 'POST',
7285
+ headers: { 'Content-Type': 'application/json', },
7286
+ data: udgNormalisedXeroGetCreditNotesBody
7287
+ });
7288
+ };
7289
+ /**
7290
+ * Get Documents from Xero via UDG Normalised API.
7291
+ * @summary Get Documents
7292
+ */
7293
+ const udgNormalisedXeroGetDocuments = (udgNormalisedXeroGetDocumentsBody) => {
7294
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-xero/documents`, method: 'POST',
7295
+ headers: { 'Content-Type': 'application/json', },
7296
+ data: udgNormalisedXeroGetDocumentsBody
7297
+ });
7298
+ };
7299
+ /**
7300
+ * Get Recurring Documents from Xero via UDG Normalised API.
7301
+ * @summary Get Recurring Documents
7302
+ */
7303
+ const udgNormalisedXeroGetRecurringDocuments = (udgNormalisedXeroGetRecurringDocumentsBody) => {
7304
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-xero/recurring-documents`, method: 'POST',
7305
+ headers: { 'Content-Type': 'application/json', },
7306
+ data: udgNormalisedXeroGetRecurringDocumentsBody
7307
+ });
7308
+ };
7309
+ /**
7310
+ * Get Payments from Xero via UDG Normalised API.
7311
+ * @summary Get Payments
7312
+ */
7313
+ const udgNormalisedXeroGetPayments = (udgNormalisedXeroGetPaymentsBody) => {
7314
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-xero/payments`, method: 'POST',
7315
+ headers: { 'Content-Type': 'application/json', },
7316
+ data: udgNormalisedXeroGetPaymentsBody
7317
+ });
7318
+ };
7319
+ /**
7320
+ * Get Items from Xero via UDG Normalised API.
7321
+ * @summary Get Items
7322
+ */
7323
+ const udgNormalisedXeroGetItems = (udgNormalisedXeroGetItemsBody) => {
7324
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-xero/items`, method: 'POST',
7325
+ headers: { 'Content-Type': 'application/json', },
7326
+ data: udgNormalisedXeroGetItemsBody
7327
+ });
7328
+ };
7329
+ /**
7330
+ * Get Transactions from Xero via UDG Normalised API.
7331
+ * @summary Get Transactions
7332
+ */
7333
+ const udgNormalisedXeroGetTransactions = (udgNormalisedXeroGetTransactionsBody) => {
7334
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-xero/transactions`, method: 'POST',
7335
+ headers: { 'Content-Type': 'application/json', },
7336
+ data: udgNormalisedXeroGetTransactionsBody
7337
+ });
7338
+ };
7339
+ /**
7340
+ * Get Balance Sheet (Accrual) from Xero via UDG Normalised API.
7341
+ * @summary Get Balance Sheet (Accrual)
7342
+ */
7343
+ const udgNormalisedXeroGetBalanceSheetAccrual = (udgNormalisedXeroGetBalanceSheetAccrualBody) => {
7344
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-xero/balance-sheet-accrual`, method: 'POST',
7345
+ headers: { 'Content-Type': 'application/json', },
7346
+ data: udgNormalisedXeroGetBalanceSheetAccrualBody
7347
+ });
7348
+ };
7349
+ /**
7350
+ * Get Balance Sheet (Cash) from Xero via UDG Normalised API.
7351
+ * @summary Get Balance Sheet (Cash)
7352
+ */
7353
+ const udgNormalisedXeroGetBalanceSheetCash = (udgNormalisedXeroGetBalanceSheetCashBody) => {
7354
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-xero/balance-sheet-cash`, method: 'POST',
7355
+ headers: { 'Content-Type': 'application/json', },
7356
+ data: udgNormalisedXeroGetBalanceSheetCashBody
7357
+ });
7358
+ };
7359
+ /**
7360
+ * Get Profit and Loss (Accrual) from Xero via UDG Normalised API.
7361
+ * @summary Get Profit and Loss (Accrual)
7362
+ */
7363
+ const udgNormalisedXeroGetProfitAndLossAccrual = (udgNormalisedXeroGetProfitAndLossAccrualBody) => {
7364
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-xero/profit-and-loss-accrual`, method: 'POST',
7365
+ headers: { 'Content-Type': 'application/json', },
7366
+ data: udgNormalisedXeroGetProfitAndLossAccrualBody
7367
+ });
7368
+ };
7369
+ /**
7370
+ * Get Profit and Loss (Cash) from Xero via UDG Normalised API.
7371
+ * @summary Get Profit and Loss (Cash)
7372
+ */
7373
+ const udgNormalisedXeroGetProfitAndLossCash = (udgNormalisedXeroGetProfitAndLossCashBody) => {
7374
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-xero/profit-and-loss-cash`, method: 'POST',
7375
+ headers: { 'Content-Type': 'application/json', },
7376
+ data: udgNormalisedXeroGetProfitAndLossCashBody
7377
+ });
7378
+ };
7379
+ /**
7380
+ * Get Taxes from Xero via UDG Normalised API.
7381
+ * @summary Get Taxes
7382
+ */
7383
+ const udgNormalisedXeroGetTaxes = (udgNormalisedXeroGetTaxesBody) => {
7384
+ return (0, http_client_1.customAxios)({ url: `/udg-normalised-xero/taxes`, method: 'POST',
7385
+ headers: { 'Content-Type': 'application/json', },
7386
+ data: udgNormalisedXeroGetTaxesBody
7387
+ });
7388
+ };
7389
+ 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, googleCalendarAuthStart, googleCalendarSetUserCredentials, googleCalendarOauthCallback, googleCalendarListEvents, googleCalendarCreateEvent, googleCalendarPatchEvent, googleCalendarDeleteEvent, googleCalendarListCalendars, googleCalendarQueryFreeBusy, 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, slackOauthInitiate, slackSetUserCredentials, slackOauthCallback, slackPostMessage, slackUpdateMessage, slackListChannels, slackGetChannel, slackGetChannelHistory, slackGetThreadReplies, slackListUsers, slackLookupUserByEmail, 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, udgNormalisedFreeAgentAuthenticate, udgNormalisedFreeAgentGetContacts, udgNormalisedFreeAgentGetCompanyInfo, udgNormalisedFreeAgentGetEmployees, udgNormalisedFreeAgentGetInvoices, udgNormalisedFreeAgentGetBills, udgNormalisedFreeAgentGetCreditNotes, udgNormalisedFreeAgentGetDocuments, udgNormalisedFreeAgentGetRecurringDocuments, udgNormalisedFreeAgentGetPayments, udgNormalisedFreeAgentGetItems, udgNormalisedFreeAgentGetAccounts, udgNormalisedFreeAgentGetTransactions, udgNormalisedFreeAgentGetBalanceSheetAccrual, udgNormalisedFreeAgentGetProfitAndLossAccrual, udgNormalisedFreshbooksAuthenticate, udgNormalisedFreshbooksGetContacts, udgNormalisedFreshbooksGetCompanyInfo, udgNormalisedFreshbooksGetEmployees, udgNormalisedFreshbooksGetInvoices, udgNormalisedFreshbooksGetBills, udgNormalisedFreshbooksGetDocuments, udgNormalisedFreshbooksGetRecurringDocuments, udgNormalisedFreshbooksGetPayments, udgNormalisedFreshbooksGetItems, udgNormalisedFreshbooksGetAccounts, udgNormalisedFreshbooksGetTransactions, udgNormalisedFreshbooksGetBalanceSheetAccrual, udgNormalisedFreshbooksGetProfitAndLossAccrual, udgNormalisedFreshbooksGetTaxes, udgNormalisedFreshbooksGetProfitAndLossCash, udgNormalisedQuickbooksAuthenticate, udgNormalisedQuickbooksGetContacts, udgNormalisedQuickbooksGetCompanyInfo, udgNormalisedQuickbooksGetEmployees, udgNormalisedQuickbooksGetInvoices, udgNormalisedQuickbooksGetBills, udgNormalisedQuickbooksGetCreditNotes, udgNormalisedQuickbooksGetDocuments, udgNormalisedQuickbooksGetRecurringDocuments, udgNormalisedQuickbooksGetPayments, udgNormalisedQuickbooksGetItems, udgNormalisedQuickbooksGetAccounts, udgNormalisedQuickbooksGetTransactions, udgNormalisedQuickbooksGetBalanceSheetAccrual, udgNormalisedQuickbooksGetProfitAndLossAccrual, udgNormalisedQuickbooksGetCashflow, udgNormalisedQuickbooksGetTaxes, udgNormalisedQuickbooksGetProfitAndLossCash, udgNormalisedQuickbooksGetBalanceSheetCash, udgNormalisedWaveAuthenticate, udgNormalisedWaveGetAccounts, udgNormalisedWaveGetContacts, udgNormalisedWaveGetCompanyInfo, udgNormalisedWaveGetInvoices, udgNormalisedWaveGetItems, udgNormalisedXeroAuthenticate, udgNormalisedXeroGetAccounts, udgNormalisedXeroGetContacts, udgNormalisedXeroGetCompanyInfo, udgNormalisedXeroGetEmployees, udgNormalisedXeroGetInvoices, udgNormalisedXeroGetBills, udgNormalisedXeroGetCreditNotes, udgNormalisedXeroGetDocuments, udgNormalisedXeroGetRecurringDocuments, udgNormalisedXeroGetPayments, udgNormalisedXeroGetItems, udgNormalisedXeroGetTransactions, udgNormalisedXeroGetBalanceSheetAccrual, udgNormalisedXeroGetBalanceSheetCash, udgNormalisedXeroGetProfitAndLossAccrual, udgNormalisedXeroGetProfitAndLossCash, udgNormalisedXeroGetTaxes };
6443
7390
  };
6444
7391
  exports.getIntegrationsAPI = getIntegrationsAPI;
6445
7392
  //# sourceMappingURL=generated-api.js.map