@binalyze/air-sdk 5.2.0 → 5.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/air/AIR.d.ts +13 -12
- package/dist/air/AIR.js +1 -0
- package/dist/air/AIR.js.map +1 -1
- package/dist/domains/acquisitions.d.ts +2 -2
- package/dist/domains/acquisitions.js +18 -12
- package/dist/domains/acquisitions.js.map +1 -1
- package/dist/domains/api-tokens.d.ts +2 -2
- package/dist/domains/api-tokens.js +48 -26
- package/dist/domains/api-tokens.js.map +1 -1
- package/dist/domains/assets.d.ts +2 -2
- package/dist/domains/assets.js +121 -62
- package/dist/domains/assets.js.map +1 -1
- package/dist/domains/baseline.d.ts +2 -2
- package/dist/domains/baseline.js +46 -23
- package/dist/domains/baseline.js.map +1 -1
- package/dist/domains/cases.d.ts +2 -2
- package/dist/domains/cases.js +63 -60
- package/dist/domains/cases.js.map +1 -1
- package/dist/domains/index.d.ts +1 -0
- package/dist/domains/index.js +1 -0
- package/dist/domains/index.js.map +1 -1
- package/dist/domains/interact.d.ts +2 -2
- package/dist/domains/interact.js +58 -24
- package/dist/domains/interact.js.map +1 -1
- package/dist/domains/investigation.d.ts +2 -0
- package/dist/domains/investigation.js +118 -0
- package/dist/domains/investigation.js.map +1 -0
- package/dist/domains/organization.d.ts +2 -2
- package/dist/domains/organization.js +160 -49
- package/dist/domains/organization.js.map +1 -1
- package/dist/domains/repositories.d.ts +2 -2
- package/dist/domains/repositories.js +14 -7
- package/dist/domains/repositories.js.map +1 -1
- package/dist/domains/tasks.d.ts +2 -2
- package/dist/domains/tasks.js +28 -23
- package/dist/domains/tasks.js.map +1 -1
- package/dist/domains/triage.d.ts +2 -2
- package/dist/domains/triage.js +101 -23
- package/dist/domains/triage.js.map +1 -1
- package/dist/domains/users.d.ts +2 -2
- package/dist/domains/users.js +16 -9
- package/dist/domains/users.js.map +1 -1
- package/dist/generated/bindings.d.ts +1 -0
- package/dist/generated/bindings.js +1 -0
- package/dist/generated/bindings.js.map +1 -1
- package/dist/sdk/typescript-axios/client/client.gen.js +52 -19
- package/dist/sdk/typescript-axios/client/client.gen.js.map +1 -1
- package/dist/sdk/typescript-axios/client/types.gen.d.ts +14 -12
- package/dist/sdk/typescript-axios/client/utils.gen.d.ts +1 -7
- package/dist/sdk/typescript-axios/client/utils.gen.js +29 -82
- package/dist/sdk/typescript-axios/client/utils.gen.js.map +1 -1
- package/dist/sdk/typescript-axios/client.gen.d.ts +1 -1
- package/dist/sdk/typescript-axios/core/bodySerializer.gen.js +3 -0
- package/dist/sdk/typescript-axios/core/bodySerializer.gen.js.map +1 -1
- package/dist/sdk/typescript-axios/core/serverSentEvents.gen.d.ts +71 -0
- package/dist/sdk/typescript-axios/core/serverSentEvents.gen.js +141 -0
- package/dist/sdk/typescript-axios/core/serverSentEvents.gen.js.map +1 -0
- package/dist/sdk/typescript-axios/core/types.gen.d.ts +12 -12
- package/dist/sdk/typescript-axios/core/utils.gen.d.ts +19 -0
- package/dist/sdk/typescript-axios/core/utils.gen.js +95 -0
- package/dist/sdk/typescript-axios/core/utils.gen.js.map +1 -0
- package/dist/sdk/typescript-axios/index.js +2 -2
- package/dist/sdk/typescript-axios/index.js.map +1 -1
- package/dist/sdk/typescript-axios/sdk.gen.d.ts +177 -28
- package/dist/sdk/typescript-axios/sdk.gen.js +664 -122
- package/dist/sdk/typescript-axios/sdk.gen.js.map +1 -1
- package/dist/sdk/typescript-axios/types.gen.d.ts +4310 -660
- package/dist/types/acquisitions.d.ts +11 -6
- package/dist/types/api-tokens.d.ts +42 -15
- package/dist/types/assets.d.ts +147 -8
- package/dist/types/baseline.d.ts +35 -4
- package/dist/types/cases.d.ts +126 -14
- package/dist/types/common.d.ts +27 -0
- package/dist/types/common.js +3 -0
- package/dist/types/common.js.map +1 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.js +2 -0
- package/dist/types/index.js.map +1 -1
- package/dist/types/interact.d.ts +61 -8
- package/dist/types/investigation.d.ts +75 -0
- package/dist/types/investigation.js +3 -0
- package/dist/types/investigation.js.map +1 -0
- package/dist/types/organization.d.ts +64 -12
- package/dist/types/organization.js +3 -0
- package/dist/types/organization.js.map +1 -1
- package/dist/types/repositories.d.ts +19 -3
- package/dist/types/repositories.js +1 -0
- package/dist/types/repositories.js.map +1 -1
- package/dist/types/tasks.d.ts +124 -6
- package/dist/types/triage.d.ts +46 -10
- package/dist/types/users.d.ts +19 -3
- package/dist/types/users.js +1 -0
- package/dist/types/users.js.map +1 -1
- package/dist/utils/builders.d.ts +26 -0
- package/dist/utils/builders.js +85 -0
- package/dist/utils/builders.js.map +1 -0
- package/dist/utils/error-helpers.d.ts +6 -0
- package/dist/utils/error-helpers.js +109 -0
- package/dist/utils/error-helpers.js.map +1 -0
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/index.js +3 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/result.d.ts +2 -0
- package/dist/utils/result.js +19 -0
- package/dist/utils/result.js.map +1 -0
- package/dist/utils/utils.d.ts +29 -0
- package/dist/utils/utils.js +82 -0
- package/dist/utils/utils.js.map +1 -1
- package/package.json +1 -1
|
@@ -3,14 +3,15 @@
|
|
|
3
3
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.endpointSyncLdap = exports.endpointDownloadLogFile1 = exports.endpointDownloadLogFile = exports.endpointSetExcludeFromUpdatesToEndpointsByFilter1 = exports.endpointSetExcludeFromUpdatesToEndpointsByFilter = exports.endpointExportCasesByEndpointId1 = exports.endpointExportCasesByEndpointId = exports.endpointGetCasesById1 = exports.endpointGetCasesById = exports.endpointSearch1 = exports.endpointSearch = exports.endpointFilterByPolicyFilter1 = exports.endpointFilterByPolicyFilter = exports.endpointFilterDisks1 = exports.endpointFilterDisks = exports.assetsAddTags2 = exports.assetsRemoveTags2 = exports.assetsAddTags = exports.assetsRemoveTags = exports.endpointPurgeAssetDataByFilter1 = exports.endpointPurgeAssetDataByFilter = exports.endpointUninstallEndpointsByFilter1 = exports.endpointUninstallEndpointsByFilter = exports.endpointUninstallAgentsAndPurgeByFilter2 = exports.endpointUninstallAgentsAndPurgeByFilter1 = exports.endpointUninstallAgentsAndPurgeByFilter = exports.endpointImportPpcToExistedEndpoint1 = exports.endpointImportPpcToExistedEndpoint = exports.endpointImportPpcAsEndpoint1 = exports.endpointImportPpcAsEndpoint = exports.assetsGetMany4 = exports.assetsGetMany3 = exports.endpointGetEndpointsStats1 = exports.endpointGetEndpointsStats = exports.endpointGetEndpointsWithTaskCount = exports.assetsGetMany2 = exports.assetsGetMany = exports.assetsUpdateLabel2 = exports.assetsUpdateLabel = exports.assetsUpdateTags2 = exports.assetsUpdateTags = exports.endpointExportEndpoints1 = exports.endpointExportEndpoints = exports.paramsGetMitreAttackTactics = exports.paramsEvidenceList = exports.paramsArtifactList = exports.paramsEventLogRecordTypes = exports.paramsEDiscoveryPatterns = exports.paramsGetDroneAnalyzers = exports.loggerDownloadLogsDir = void 0;
|
|
6
|
-
exports.settingsSaveProxy = exports.settingsSaveGeneralSettings = exports.settingsGetSettings = exports.taskAssignmentGenerateTaskAssignmentReport = exports.taskAssignmentGet = exports.taskAssignmentDelete = exports.taskAssignmentCancel = exports.
|
|
6
|
+
exports.settingsSaveProxy = exports.settingsSaveGeneralSettings = exports.settingsGetSettings = exports.taskAssignmentGenerateTaskAssignmentReport = exports.taskAssignmentGet = exports.taskAssignmentDelete = exports.taskAssignmentCancel = exports.tasksAssignmentsGetMany = exports.endpointTaskGetComparableTasksByVendorDeviceId = exports.endpointTaskRetryUpload1 = exports.endpointTaskRetryUpload = exports.endpointTaskPurgeLocalData1 = exports.endpointTaskPurgeLocalData = exports.assetsGetTasks2 = exports.assetsGetTasks = exports.assetsAssignIsolationTask2 = exports.assetsAssignIsolationTask = exports.endpointTaskAssignFixUpdateRequiredIssueTask1 = exports.endpointTaskAssignFixUpdateRequiredIssueTask = exports.endpointTaskAssignRetrieveLogTask1 = exports.endpointTaskAssignRetrieveLogTask = exports.assetsAssignShutdownTask2 = exports.assetsAssignShutdownTask = exports.assetsAssignRebootTask2 = exports.assetsAssignRebootTask = exports.taskGenerateOffNetworkZipPassword = exports.taskDownloadOffNetworkTask = exports.taskImportOffNetworkCollectionToTask = exports.taskCreateOffNetworkTask = exports.taskCancel = exports.taskCancelByFilter = exports.taskDeleteAndPurgeByFilter = exports.taskDeleteByFilter = exports.tasksGetData = exports.taskRenameTask = exports.tasksGetMany = exports.tasksGetById = exports.taskDelete = exports.endpointGroupGetRootGroups = exports.endpointGroupGetChildGroupsOfGroup = exports.endpointTagDeleteTag = exports.endpointTagDeleteAllTags = exports.endpointTagFilterTags = exports.endpointUpdateEndpointConnectionRoute1 = exports.endpointUpdateEndpointConnectionRoute = exports.endpointDeployCloudAssetsByFilter1 = exports.endpointDeployCloudAssetsByFilter = exports.endpointGetCloudAssetDetails1 = exports.endpointGetCloudAssetDetails = exports.endpointSyncLdap1 = void 0;
|
|
7
7
|
exports.userRolesGetRoles = exports.userRolesGetPrivileges = exports.userCreateApiUser = exports.userResetUserPassword = exports.userChangePassword = exports.userResetTfa = exports.userUpdateUser = exports.userManagementUsersGet = exports.userDelete = exports.userCreate = exports.userManagementUsersGetMany = exports.authGetUserSessionHistory = exports.authRegeneratePatToken = exports.authRenewOneClickLoginUrl = exports.authGenerateOneClickLoginUrl = exports.authLogin = exports.authOneClickLogin = exports.authUpdateProfile = exports.authCheckAuth = exports.settingsSaveMandatoryCaseSelection = exports.settingsSaveAutoUpdateSettings = exports.settingsGetAutoUpdateSettings = exports.settingsSaveUninstallationPasswordProtection = exports.settingsSaveBanner = exports.settingsSaveConsoleAddress = exports.settingsValidateConsoleAddress = exports.settingsSaveRfc3161 = exports.settingsSaveLocard = exports.settingsSaveIpRestriction = exports.settingsValidateIpRestriction = exports.settingsSaveFleetAi = exports.settingsSaveInterAct = exports.settingsSaveAutoAssetTagging = exports.settingsSaveSingleSignOn = exports.settingsSingleSignOnCallback = exports.settingsSaveEnforceTfa = exports.settingsSaveAgent = exports.settingsValidateS3 = exports.settingsValidateSftp = exports.settingsSaveBackupRestore = exports.settingsSavePolicy = exports.settingsValidateSsl = exports.settingsSaveSsl = exports.settingsValidateSmtp = exports.settingsSaveSmtp = exports.settingsValidateSyslog = exports.settingsSaveSyslog = exports.settingsValidateActiveDirectory = exports.settingsSaveActiveDirectory = exports.settingsValidateProxy = void 0;
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
8
|
+
exports.evidenceRepositoryCreateFtps = exports.evidenceRepositoryUpdateSftp = exports.evidenceRepositoryCreateSftp = exports.evidenceRepositoryUpdateSmb = exports.evidenceRepositoryCreateSmb = exports.evidenceGetCasePpcFile = exports.evidenceGetCaseReportFileInfo = exports.evidenceDownloadExternalEvidence = exports.evidenceGetCaseReport1 = exports.evidenceGetCaseReport = exports.deleteTriageRuleTag = exports.createTriageRuleTag = exports.filterTriageRuleTags = exports.createOffNetworkTriageTaskFile = exports.updateScheduledTriageTask = exports.assignTriageTask = exports.validateTriageRule = exports.deleteBulkTriageRules = exports.updateTriageRule = exports.getTriageRule = exports.deleteTriageRule = exports.createTriageRule = exports.getManyTriageRules = exports.acquisitionValidateOsQueries = exports.acquisitionUpdateScheduledImageAcquisition = exports.acquisitionUpdateScheduledEvidenceAcquisition = exports.acquisitionAcquireImage = exports.acquisitionCreateOffNetworkAcquisitionTaskFile = exports.acquisitionAssignEvidenceTask2 = exports.acquisitionAssignEvidenceTask = exports.acquisitionDeleteBulk = exports.acquisitionUpdate = exports.acquisitionGet = exports.acquisitionDelete = exports.acquisitionCreate = exports.acquisitionProfilesGetOne = exports.licenseGetQuota = exports.licenseSetLicense = exports.licenseGetLicense = exports.setupInstall = exports.setupCheckSetupData = exports.userGroupUpdateGroup = exports.userGroupGetGroup = exports.userGroupDeleteGroup = exports.userGroupCreateGroup = exports.userGroupFilterGroups = exports.userRolesUpdateRole = exports.userRolesGetRole = exports.userRolesDeleteRole = exports.userRolesCreateRole = void 0;
|
|
9
|
+
exports.autoAssetTagUpdateScheduledAatTask = exports.autoAssetTagAssignAutoAssetTaggingTask = exports.autoAssetTagDeleteBulk = exports.autoAssetTagUpdateAutoAssetTag = exports.autoAssetTagGetById = exports.autoAssetTagDelete = exports.autoAssetTagSaveAutoAssetTag = exports.autoAssetTagFilter = exports.organizationGetUsers = exports.organizationAddTags = exports.organizationRemoveTags = exports.organizationUpdateDeploymentToken = exports.organizationUpdateShareableDeploymentStatus = exports.organizationGetOrganizationIdByToken = exports.organizationAssignGroups = exports.organizationRemoveGroups = exports.organizationAssignUsers = exports.organizationRemoveUsers = exports.organizationUpdate = exports.organizationGet = exports.organizationDelete = exports.organizationCheckNameExists = exports.organizationCreate = exports.organizationsGetMany = exports.policyCheckNameExists = exports.policyUpdate = exports.policyGet = exports.policyDelete = exports.policyUpdatePriorities = exports.policyCreate = exports.policyFilter = exports.policyGetMatchStats = exports.auditLogExport = exports.auditLogsGetMany = exports.notificationMarkAsRead = exports.notificationMarkAllAsRead = exports.notificationFilter = exports.notificationDeleteAll = exports.evidenceRepositoryValidateFtpsRepository = exports.evidenceRepositoryValidateAzureStorage = exports.evidenceRepositoryValidateAmazonS3 = exports.evidenceRepositoryValidateById = exports.evidenceRepositoriesGetMany = exports.evidenceRepositoriesGet = exports.evidenceRepositoryDelete = exports.evidenceRepositoryUpdateAmazonS3 = exports.evidenceRepositoryCreateAmazonS3 = exports.evidenceRepositoryUpdateAzureStorage = exports.evidenceRepositoryCreateAzureStorage = exports.evidenceRepositoryUpdateFtps = void 0;
|
|
10
|
+
exports.interactCommandSnippetsCreate = exports.interactCommandSnippetsGetMany = exports.interactLibraryDelete = exports.interactLibraryDeleteBulk = exports.interactLibraryDownload = exports.interactLibraryUpload = exports.interactLibraryCheckLibraryFileExists = exports.interactLibraryFilter = exports.interactSessionGetCommandMessage = exports.interactSessionClose = exports.interactSessionInterruptCommand = exports.interactSessionExecuteAsyncCommand = exports.interactSessionExecuteCommand = exports.interactGetInterActShellReport = exports.interactShellAssignTask = exports.interactDownload = exports.interactCommandsGetMany = exports.caseCategoriesDelete = exports.caseCategoriesCreate = exports.caseCategoriesFilter = exports.caseTagsDelete = exports.caseTagsCreate = exports.caseTagsFilter = exports.caseRemoveTaskAssignmentFromCase = exports.caseRemoveEndpointsFromCaseByFilter1 = exports.caseRemoveEndpointsFromCaseByFilter = exports.casesGetUsers = exports.caseImportTaskAssignment = exports.caseEditCaseNote = exports.caseDeleteCaseNote = exports.caseAddCaseNote = exports.caseExportActivities = exports.casesGetActivities = exports.casesGetEndpoints2 = exports.casesGetEndpoints = exports.caseFilterTaskAssignments = exports.casesGetTasks = exports.casesChangeOwner = exports.caseArchiveCase = exports.caseReopenCase = exports.casesClose = exports.casesCreate = exports.casesGetMany = exports.caseUpdateCase = exports.casesGet = exports.caseExportCaseEndpoints1 = exports.caseExportCaseEndpoints = exports.caseExportCaseNotes = exports.caseExportCases = exports.casesCheckName = void 0;
|
|
11
|
+
exports.investigationCreateSection = exports.investigationUpdateEvidenceNote = exports.investigationFlagEvidence = exports.investigationRemoveEvidenceFlag = exports.investigationEvidenceCounts = exports.investigationGlobalSearch = exports.investigationGetMitreMatches = exports.investigationGetFindingsSummary = exports.investigationFilterEndpointFindings = exports.investigationGetFindingDataStructure = exports.investigationGetSummary = exports.investigationGetSectionsByEndpoints = exports.investigationGetAssetsByInvestigationId = exports.investigationCreateExportRequestForSectionData = exports.investigationExportSectionData = exports.investigationCreateExportRequestForFlags = exports.investigationExportFlags = exports.investigationGetSectionData = exports.investigationGetSectionDataStructure = exports.investigationGetInvestigationMigrationsSummary = exports.investigationUpdateInvestigation = exports.investigationGetInvestigationById = exports.cloudAccountsSyncAllCloudAccount = exports.cloudAccountsSyncCloudAccount = exports.cloudAccountsUpdateCloudAccount = exports.cloudAccountsGetCloudAccountById = exports.cloudAccountsDelete = exports.cloudAccountsExport = exports.cloudAccountsCreateCloudAccount = exports.cloudAccountsFilter = exports.apiTokensBulkDelete = exports.apiTokensUpdate = exports.apiTokensGetOne = exports.apiTokensDelete = exports.apiTokensCreate = exports.apiTokensGetMany = exports.baselineGetComparisonReportByVendorDeviceId = exports.baselineGetComparisonReport = exports.baselineAcquire = exports.baselineCompare = exports.multipartUploadUploadPart = exports.multipartUploadDeleteFileParts = exports.multipartUploadIsReady = exports.multipartUploadFinalize = exports.multipartUploadInitialize = exports.multipartUploadInitializeHead = exports.interactCommandSnippetsBulkDelete = exports.interactCommandSnippetsUpdate = exports.interactCommandSnippetsGetOne = exports.interactCommandSnippetsDelete = void 0;
|
|
12
|
+
exports.investigationTimelineExportTimelineData = exports.investigationTimelineGetTotalTimelineCount = exports.investigationTimelineGetTimelineStructure = exports.investigationTimelineFilterTimelineEvents = exports.investigationTimelineGetTimelineEventCountByAdvancedFilter = exports.investigationAdvancedFilterUpdateFilter = exports.investigationAdvancedFilterDeleteFilter = exports.investigationAdvancedFilterCreateFilter = exports.investigationAdvancedFilterGetFilters = exports.investigationCommentDeleteComment = exports.investigationCommentCommentEvidence = exports.investigationCommentFilterComments = exports.investigationActivityMarkAsRead = exports.investigationActivityFilter = exports.investigationFlagUpdateFlag = exports.investigationFlagDeleteFlag = exports.investigationFlagCreateFlag = exports.investigationFlagFilterFlags = exports.investigationReportDownloadPdfReport = exports.investigationReportGeneratePdfReport = exports.investigationReportUpdateReport = exports.investigationReportGetReport = exports.investigationReportDeleteReport = exports.investigationReportCreateReport = exports.investigationReportFilterReports = exports.investigationReportExportReports = exports.investigationExclusionDeleteIndividualFindingExclusionRule = exports.investigationExclusionApplyFindingExclusionRuleForAllAssets = exports.investigationExclusionApplyFindingExclusionRuleForOrganization = exports.investigationExclusionGetExclusionReasons = exports.investigationExclusionFilterFindingExclusionRules = exports.investigationExclusionDeleteFindingExclusionRule = exports.investigationExclusionGetFindingExclusionRulesMatches = exports.investigationExclusionAddFindingExclusionRule = exports.investigationImportTornadoEvidenceToInvestigation1 = exports.investigationImportTornadoEvidenceToInvestigation = exports.investigationCreateExportRequestForFindings = exports.investigationExportFindingsData = exports.investigationGetInvestigationHubDataImportProgress = exports.investigationGetInvestigationTaskAssignmentDataImportProgress = exports.investigationGetInvestigationTaskAssignmentForImportedEvidence = exports.investigationUpdateInvestigationFinding = exports.investigationMarkInvestigationEvidenceAsFinding = exports.investigationRetryImportTaskAssignment = exports.investigationImportPstEvidencesToInvestigation = exports.investigationGetImportErrors = exports.investigationDeleteImport = exports.investigationGetAllImports = exports.investigationImportDataToSection = exports.investigationUpdateSection = void 0;
|
|
13
|
+
exports.automationHubCreateAutomation = exports.automationHubFilterAutomations = exports.automationHubGetExecutionHistory = exports.presetFiltersUpdate = exports.presetFiltersDelete = exports.presetFiltersCreate = exports.presetFiltersGetMany = exports.investigationDataUsageCreateFilter = exports.investigationDataUsageUpdateFilter = exports.investigationDataUsageGetFilter = exports.investigationDataUsageDeleteFilter = exports.investigationDataUsageGetFilters = exports.investigationDataUsageGetDataUsageFilters = exports.investigationDataUsageGetHistoricalDataUsageStatistics = exports.investigationDataUsageGetActualDataUsageStatistics = exports.investigationDataUsageCreateExportRequestForActualDataUsages = exports.investigationDataUsageExportActualDataUsages = exports.investigationDataUsageGetActualDataUsages = exports.eventSubscriptionTestEventSubscription = exports.eventSubscriptionDeleteBulkEventSubscriptions = exports.eventSubscriptionSubscriptionEventNames = exports.eventSubscriptionUpdateEventSubscription = exports.eventSubscriptionGetEventSubscription = exports.eventSubscriptionDeleteEventSubscription = exports.eventSubscriptionCreateEventSubscription = exports.eventSubscriptionFilterEventSubscriptions = exports.webhookDeleteBulk = exports.webhookUpdate = exports.webhookGet = exports.webhookDelete = exports.webhookCreate = exports.webhookFilter = exports.webhookFilterParsers = exports.processorGetProcessorTypeByAssetType = exports.processorGetProcessorsByAssetType = exports.processorGetAllProcessors = exports.recentActivitiesCreate = exports.recentActivitiesGetMany = exports.relayProUpdateRelayUrl = exports.relayProRemove = exports.relayServerUpdateAddress = exports.relayServerRemoveRelayServer = exports.relayServerAssignFixUpdateRequiredIssueTask = exports.relayServerAssignRetrieveLogTask = exports.relayServerAssignRebootTask = exports.relayServerFilter = exports.relayServerGetById = exports.relayServerUpdateLabel = exports.relayServerUpdateTags = exports.investigationTimelineCreateExportRequestForTimeline = void 0;
|
|
14
|
+
exports.cloudAcquisitionProfilesUpdate = exports.cloudAcquisitionProfilesGetOne = exports.cloudAcquisitionProfilesDelete = exports.cloudAcquisitionProfilesCreate = exports.cloudAcquisitionProfilesGetMany = exports.fullTextSearchTaskUpdateScheduledFullTextSearchTask = exports.fullTextSearchTaskAssign = exports.fullTextSearchProfilesDeleteBulk = exports.fullTextSearchProfilesUpdate = exports.fullTextSearchProfilesGetOne = exports.fullTextSearchProfilesDelete = exports.fullTextSearchProfilesCreate = exports.fullTextSearchProfilesGetMany = exports.automationHubDisableAutomation = exports.automationHubEnableAutomation = exports.automationHubUpdateAutomation = exports.automationHubGetAutomation = exports.automationHubDeleteAutomation = exports.automationHubGetTags = exports.automationHubGetTriggerTypes = exports.automationHubGetActionTypes = void 0;
|
|
14
15
|
const client_gen_1 = require("./client.gen");
|
|
15
16
|
const loggerDownloadLogsDir = (options) => {
|
|
16
17
|
return (options.client ?? client_gen_1.client).get({
|
|
@@ -219,6 +220,7 @@ exports.assetsUpdateLabel2 = assetsUpdateLabel2;
|
|
|
219
220
|
*/
|
|
220
221
|
const assetsGetMany = (options) => {
|
|
221
222
|
return (options.client ?? client_gen_1.client).get({
|
|
223
|
+
responseType: 'json',
|
|
222
224
|
security: [
|
|
223
225
|
{
|
|
224
226
|
scheme: 'bearer',
|
|
@@ -236,6 +238,7 @@ exports.assetsGetMany = assetsGetMany;
|
|
|
236
238
|
*/
|
|
237
239
|
const assetsGetMany2 = (options) => {
|
|
238
240
|
return (options.client ?? client_gen_1.client).get({
|
|
241
|
+
responseType: 'json',
|
|
239
242
|
security: [
|
|
240
243
|
{
|
|
241
244
|
scheme: 'bearer',
|
|
@@ -292,6 +295,7 @@ exports.endpointGetEndpointsStats1 = endpointGetEndpointsStats1;
|
|
|
292
295
|
*/
|
|
293
296
|
const assetsGetMany3 = (options) => {
|
|
294
297
|
return (options.client ?? client_gen_1.client).get({
|
|
298
|
+
responseType: 'json',
|
|
295
299
|
security: [
|
|
296
300
|
{
|
|
297
301
|
scheme: 'bearer',
|
|
@@ -309,6 +313,7 @@ exports.assetsGetMany3 = assetsGetMany3;
|
|
|
309
313
|
*/
|
|
310
314
|
const assetsGetMany4 = (options) => {
|
|
311
315
|
return (options.client ?? client_gen_1.client).get({
|
|
316
|
+
responseType: 'json',
|
|
312
317
|
security: [
|
|
313
318
|
{
|
|
314
319
|
scheme: 'bearer',
|
|
@@ -985,6 +990,7 @@ exports.taskDelete = taskDelete;
|
|
|
985
990
|
*/
|
|
986
991
|
const tasksGetById = (options) => {
|
|
987
992
|
return (options.client ?? client_gen_1.client).get({
|
|
993
|
+
responseType: 'json',
|
|
988
994
|
security: [
|
|
989
995
|
{
|
|
990
996
|
scheme: 'bearer',
|
|
@@ -1002,6 +1008,7 @@ exports.tasksGetById = tasksGetById;
|
|
|
1002
1008
|
*/
|
|
1003
1009
|
const tasksGetMany = (options) => {
|
|
1004
1010
|
return (options.client ?? client_gen_1.client).get({
|
|
1011
|
+
responseType: 'json',
|
|
1005
1012
|
security: [
|
|
1006
1013
|
{
|
|
1007
1014
|
scheme: 'bearer',
|
|
@@ -1181,6 +1188,7 @@ exports.taskGenerateOffNetworkZipPassword = taskGenerateOffNetworkZipPassword;
|
|
|
1181
1188
|
*/
|
|
1182
1189
|
const assetsAssignRebootTask = (options) => {
|
|
1183
1190
|
return (options.client ?? client_gen_1.client).post({
|
|
1191
|
+
responseType: 'json',
|
|
1184
1192
|
security: [
|
|
1185
1193
|
{
|
|
1186
1194
|
scheme: 'bearer',
|
|
@@ -1202,6 +1210,7 @@ exports.assetsAssignRebootTask = assetsAssignRebootTask;
|
|
|
1202
1210
|
*/
|
|
1203
1211
|
const assetsAssignRebootTask2 = (options) => {
|
|
1204
1212
|
return (options.client ?? client_gen_1.client).post({
|
|
1213
|
+
responseType: 'json',
|
|
1205
1214
|
security: [
|
|
1206
1215
|
{
|
|
1207
1216
|
scheme: 'bearer',
|
|
@@ -1223,6 +1232,7 @@ exports.assetsAssignRebootTask2 = assetsAssignRebootTask2;
|
|
|
1223
1232
|
*/
|
|
1224
1233
|
const assetsAssignShutdownTask = (options) => {
|
|
1225
1234
|
return (options.client ?? client_gen_1.client).post({
|
|
1235
|
+
responseType: 'json',
|
|
1226
1236
|
security: [
|
|
1227
1237
|
{
|
|
1228
1238
|
scheme: 'bearer',
|
|
@@ -1244,6 +1254,7 @@ exports.assetsAssignShutdownTask = assetsAssignShutdownTask;
|
|
|
1244
1254
|
*/
|
|
1245
1255
|
const assetsAssignShutdownTask2 = (options) => {
|
|
1246
1256
|
return (options.client ?? client_gen_1.client).post({
|
|
1257
|
+
responseType: 'json',
|
|
1247
1258
|
security: [
|
|
1248
1259
|
{
|
|
1249
1260
|
scheme: 'bearer',
|
|
@@ -1333,6 +1344,7 @@ exports.endpointTaskAssignFixUpdateRequiredIssueTask1 = endpointTaskAssignFixUpd
|
|
|
1333
1344
|
*/
|
|
1334
1345
|
const assetsAssignIsolationTask = (options) => {
|
|
1335
1346
|
return (options.client ?? client_gen_1.client).post({
|
|
1347
|
+
responseType: 'json',
|
|
1336
1348
|
security: [
|
|
1337
1349
|
{
|
|
1338
1350
|
scheme: 'bearer',
|
|
@@ -1354,6 +1366,7 @@ exports.assetsAssignIsolationTask = assetsAssignIsolationTask;
|
|
|
1354
1366
|
*/
|
|
1355
1367
|
const assetsAssignIsolationTask2 = (options) => {
|
|
1356
1368
|
return (options.client ?? client_gen_1.client).post({
|
|
1369
|
+
responseType: 'json',
|
|
1357
1370
|
security: [
|
|
1358
1371
|
{
|
|
1359
1372
|
scheme: 'bearer',
|
|
@@ -1375,6 +1388,7 @@ exports.assetsAssignIsolationTask2 = assetsAssignIsolationTask2;
|
|
|
1375
1388
|
*/
|
|
1376
1389
|
const assetsGetTasks = (options) => {
|
|
1377
1390
|
return (options.client ?? client_gen_1.client).get({
|
|
1391
|
+
responseType: 'json',
|
|
1378
1392
|
security: [
|
|
1379
1393
|
{
|
|
1380
1394
|
scheme: 'bearer',
|
|
@@ -1392,6 +1406,7 @@ exports.assetsGetTasks = assetsGetTasks;
|
|
|
1392
1406
|
*/
|
|
1393
1407
|
const assetsGetTasks2 = (options) => {
|
|
1394
1408
|
return (options.client ?? client_gen_1.client).get({
|
|
1409
|
+
responseType: 'json',
|
|
1395
1410
|
security: [
|
|
1396
1411
|
{
|
|
1397
1412
|
scheme: 'bearer',
|
|
@@ -1476,8 +1491,13 @@ const endpointTaskGetComparableTasksByVendorDeviceId = (options) => {
|
|
|
1476
1491
|
});
|
|
1477
1492
|
};
|
|
1478
1493
|
exports.endpointTaskGetComparableTasksByVendorDeviceId = endpointTaskGetComparableTasksByVendorDeviceId;
|
|
1479
|
-
|
|
1494
|
+
/**
|
|
1495
|
+
* Retrieve assignments for a specific task
|
|
1496
|
+
* Retrieves a paginated list of task assignments for a given task
|
|
1497
|
+
*/
|
|
1498
|
+
const tasksAssignmentsGetMany = (options) => {
|
|
1480
1499
|
return (options.client ?? client_gen_1.client).get({
|
|
1500
|
+
responseType: 'json',
|
|
1481
1501
|
security: [
|
|
1482
1502
|
{
|
|
1483
1503
|
scheme: 'bearer',
|
|
@@ -1488,7 +1508,7 @@ const taskAssignmentFilter = (options) => {
|
|
|
1488
1508
|
...options
|
|
1489
1509
|
});
|
|
1490
1510
|
};
|
|
1491
|
-
exports.
|
|
1511
|
+
exports.tasksAssignmentsGetMany = tasksAssignmentsGetMany;
|
|
1492
1512
|
const taskAssignmentCancel = (options) => {
|
|
1493
1513
|
return (options?.client ?? client_gen_1.client).post({
|
|
1494
1514
|
security: [
|
|
@@ -2221,6 +2241,7 @@ exports.authGetUserSessionHistory = authGetUserSessionHistory;
|
|
|
2221
2241
|
*/
|
|
2222
2242
|
const userManagementUsersGetMany = (options) => {
|
|
2223
2243
|
return (options.client ?? client_gen_1.client).get({
|
|
2244
|
+
responseType: 'json',
|
|
2224
2245
|
security: [
|
|
2225
2246
|
{
|
|
2226
2247
|
scheme: 'bearer',
|
|
@@ -2268,6 +2289,7 @@ exports.userDelete = userDelete;
|
|
|
2268
2289
|
*/
|
|
2269
2290
|
const userManagementUsersGet = (options) => {
|
|
2270
2291
|
return (options.client ?? client_gen_1.client).get({
|
|
2292
|
+
responseType: 'json',
|
|
2271
2293
|
security: [
|
|
2272
2294
|
{
|
|
2273
2295
|
scheme: 'bearer',
|
|
@@ -2637,6 +2659,7 @@ const acquisitionDelete = (options) => {
|
|
|
2637
2659
|
exports.acquisitionDelete = acquisitionDelete;
|
|
2638
2660
|
const acquisitionGet = (options) => {
|
|
2639
2661
|
return (options.client ?? client_gen_1.client).get({
|
|
2662
|
+
responseType: 'json',
|
|
2640
2663
|
security: [
|
|
2641
2664
|
{
|
|
2642
2665
|
scheme: 'bearer',
|
|
@@ -2665,12 +2688,30 @@ const acquisitionUpdate = (options) => {
|
|
|
2665
2688
|
});
|
|
2666
2689
|
};
|
|
2667
2690
|
exports.acquisitionUpdate = acquisitionUpdate;
|
|
2691
|
+
const acquisitionDeleteBulk = (options) => {
|
|
2692
|
+
return (options.client ?? client_gen_1.client).delete({
|
|
2693
|
+
security: [
|
|
2694
|
+
{
|
|
2695
|
+
scheme: 'bearer',
|
|
2696
|
+
type: 'http'
|
|
2697
|
+
}
|
|
2698
|
+
],
|
|
2699
|
+
url: '/api/public/acquisitions/profiles/bulk-delete',
|
|
2700
|
+
...options,
|
|
2701
|
+
headers: {
|
|
2702
|
+
'Content-Type': 'application/json',
|
|
2703
|
+
...options.headers
|
|
2704
|
+
}
|
|
2705
|
+
});
|
|
2706
|
+
};
|
|
2707
|
+
exports.acquisitionDeleteBulk = acquisitionDeleteBulk;
|
|
2668
2708
|
/**
|
|
2669
2709
|
* Assign Evidence Acquisition Task
|
|
2670
2710
|
* Assign an evidence acquisition task by filter
|
|
2671
2711
|
*/
|
|
2672
2712
|
const acquisitionAssignEvidenceTask = (options) => {
|
|
2673
2713
|
return (options.client ?? client_gen_1.client).post({
|
|
2714
|
+
responseType: 'json',
|
|
2674
2715
|
security: [
|
|
2675
2716
|
{
|
|
2676
2717
|
scheme: 'bearer',
|
|
@@ -2692,6 +2733,7 @@ exports.acquisitionAssignEvidenceTask = acquisitionAssignEvidenceTask;
|
|
|
2692
2733
|
*/
|
|
2693
2734
|
const acquisitionAssignEvidenceTask2 = (options) => {
|
|
2694
2735
|
return (options.client ?? client_gen_1.client).post({
|
|
2736
|
+
responseType: 'json',
|
|
2695
2737
|
security: [
|
|
2696
2738
|
{
|
|
2697
2739
|
scheme: 'bearer',
|
|
@@ -2798,6 +2840,7 @@ exports.acquisitionValidateOsQueries = acquisitionValidateOsQueries;
|
|
|
2798
2840
|
*/
|
|
2799
2841
|
const getManyTriageRules = (options) => {
|
|
2800
2842
|
return (options.client ?? client_gen_1.client).get({
|
|
2843
|
+
responseType: 'json',
|
|
2801
2844
|
security: [
|
|
2802
2845
|
{
|
|
2803
2846
|
scheme: 'bearer',
|
|
@@ -2815,6 +2858,7 @@ exports.getManyTriageRules = getManyTriageRules;
|
|
|
2815
2858
|
*/
|
|
2816
2859
|
const createTriageRule = (options) => {
|
|
2817
2860
|
return (options.client ?? client_gen_1.client).post({
|
|
2861
|
+
responseType: 'json',
|
|
2818
2862
|
security: [
|
|
2819
2863
|
{
|
|
2820
2864
|
scheme: 'bearer',
|
|
@@ -2852,7 +2896,8 @@ exports.deleteTriageRule = deleteTriageRule;
|
|
|
2852
2896
|
* Retrieve detailed information about a specific triage rule by its ID
|
|
2853
2897
|
*/
|
|
2854
2898
|
const getTriageRule = (options) => {
|
|
2855
|
-
return (options
|
|
2899
|
+
return (options.client ?? client_gen_1.client).get({
|
|
2900
|
+
responseType: 'json',
|
|
2856
2901
|
security: [
|
|
2857
2902
|
{
|
|
2858
2903
|
scheme: 'bearer',
|
|
@@ -2870,6 +2915,7 @@ exports.getTriageRule = getTriageRule;
|
|
|
2870
2915
|
*/
|
|
2871
2916
|
const updateTriageRule = (options) => {
|
|
2872
2917
|
return (options.client ?? client_gen_1.client).put({
|
|
2918
|
+
responseType: 'json',
|
|
2873
2919
|
security: [
|
|
2874
2920
|
{
|
|
2875
2921
|
scheme: 'bearer',
|
|
@@ -2885,12 +2931,34 @@ const updateTriageRule = (options) => {
|
|
|
2885
2931
|
});
|
|
2886
2932
|
};
|
|
2887
2933
|
exports.updateTriageRule = updateTriageRule;
|
|
2934
|
+
/**
|
|
2935
|
+
* Delete Triage Rule Bulk
|
|
2936
|
+
* Permanently delete a triage rules from the system
|
|
2937
|
+
*/
|
|
2938
|
+
const deleteBulkTriageRules = (options) => {
|
|
2939
|
+
return (options.client ?? client_gen_1.client).delete({
|
|
2940
|
+
security: [
|
|
2941
|
+
{
|
|
2942
|
+
scheme: 'bearer',
|
|
2943
|
+
type: 'http'
|
|
2944
|
+
}
|
|
2945
|
+
],
|
|
2946
|
+
url: '/api/public/triages/rules/bulk-delete',
|
|
2947
|
+
...options,
|
|
2948
|
+
headers: {
|
|
2949
|
+
'Content-Type': 'application/json',
|
|
2950
|
+
...options.headers
|
|
2951
|
+
}
|
|
2952
|
+
});
|
|
2953
|
+
};
|
|
2954
|
+
exports.deleteBulkTriageRules = deleteBulkTriageRules;
|
|
2888
2955
|
/**
|
|
2889
2956
|
* Validate Triage Rule
|
|
2890
2957
|
* Validate the syntax and structure of a triage rule
|
|
2891
2958
|
*/
|
|
2892
2959
|
const validateTriageRule = (options) => {
|
|
2893
2960
|
return (options.client ?? client_gen_1.client).post({
|
|
2961
|
+
responseType: 'json',
|
|
2894
2962
|
security: [
|
|
2895
2963
|
{
|
|
2896
2964
|
scheme: 'bearer',
|
|
@@ -2912,6 +2980,7 @@ exports.validateTriageRule = validateTriageRule;
|
|
|
2912
2980
|
*/
|
|
2913
2981
|
const assignTriageTask = (options) => {
|
|
2914
2982
|
return (options.client ?? client_gen_1.client).post({
|
|
2983
|
+
responseType: 'json',
|
|
2915
2984
|
security: [
|
|
2916
2985
|
{
|
|
2917
2986
|
scheme: 'bearer',
|
|
@@ -2927,7 +2996,11 @@ const assignTriageTask = (options) => {
|
|
|
2927
2996
|
});
|
|
2928
2997
|
};
|
|
2929
2998
|
exports.assignTriageTask = assignTriageTask;
|
|
2930
|
-
|
|
2999
|
+
/**
|
|
3000
|
+
* Update Scheduled Triage Task
|
|
3001
|
+
* Update a scheduled triage task
|
|
3002
|
+
*/
|
|
3003
|
+
const updateScheduledTriageTask = (options) => {
|
|
2931
3004
|
return (options.client ?? client_gen_1.client).put({
|
|
2932
3005
|
security: [
|
|
2933
3006
|
{
|
|
@@ -2943,9 +3016,14 @@ const triageUpdateScheduledTriageTask = (options) => {
|
|
|
2943
3016
|
}
|
|
2944
3017
|
});
|
|
2945
3018
|
};
|
|
2946
|
-
exports.
|
|
2947
|
-
|
|
3019
|
+
exports.updateScheduledTriageTask = updateScheduledTriageTask;
|
|
3020
|
+
/**
|
|
3021
|
+
* Create Off Network Triage Task File
|
|
3022
|
+
* Create a triage task file for off network access
|
|
3023
|
+
*/
|
|
3024
|
+
const createOffNetworkTriageTaskFile = (options) => {
|
|
2948
3025
|
return (options.client ?? client_gen_1.client).post({
|
|
3026
|
+
responseType: 'json',
|
|
2949
3027
|
security: [
|
|
2950
3028
|
{
|
|
2951
3029
|
scheme: 'bearer',
|
|
@@ -2960,9 +3038,14 @@ const triageCreateOffNetworkTriageTaskFile = (options) => {
|
|
|
2960
3038
|
}
|
|
2961
3039
|
});
|
|
2962
3040
|
};
|
|
2963
|
-
exports.
|
|
2964
|
-
|
|
3041
|
+
exports.createOffNetworkTriageTaskFile = createOffNetworkTriageTaskFile;
|
|
3042
|
+
/**
|
|
3043
|
+
* Filter Triage Rule Tags
|
|
3044
|
+
* Filter triage rule tags
|
|
3045
|
+
*/
|
|
3046
|
+
const filterTriageRuleTags = (options) => {
|
|
2965
3047
|
return (options.client ?? client_gen_1.client).get({
|
|
3048
|
+
responseType: 'json',
|
|
2966
3049
|
security: [
|
|
2967
3050
|
{
|
|
2968
3051
|
scheme: 'bearer',
|
|
@@ -2973,9 +3056,14 @@ const triageFilterRuleTags = (options) => {
|
|
|
2973
3056
|
...options
|
|
2974
3057
|
});
|
|
2975
3058
|
};
|
|
2976
|
-
exports.
|
|
2977
|
-
|
|
3059
|
+
exports.filterTriageRuleTags = filterTriageRuleTags;
|
|
3060
|
+
/**
|
|
3061
|
+
* Create Triage Rule Tag
|
|
3062
|
+
* Create a new triage rule tag
|
|
3063
|
+
*/
|
|
3064
|
+
const createTriageRuleTag = (options) => {
|
|
2978
3065
|
return (options.client ?? client_gen_1.client).post({
|
|
3066
|
+
responseType: 'json',
|
|
2979
3067
|
security: [
|
|
2980
3068
|
{
|
|
2981
3069
|
scheme: 'bearer',
|
|
@@ -2990,8 +3078,12 @@ const triageCreateRuleTag = (options) => {
|
|
|
2990
3078
|
}
|
|
2991
3079
|
});
|
|
2992
3080
|
};
|
|
2993
|
-
exports.
|
|
2994
|
-
|
|
3081
|
+
exports.createTriageRuleTag = createTriageRuleTag;
|
|
3082
|
+
/**
|
|
3083
|
+
* Delete Triage Rule Tag
|
|
3084
|
+
* Delete a triage rule tag
|
|
3085
|
+
*/
|
|
3086
|
+
const deleteTriageRuleTag = (options) => {
|
|
2995
3087
|
return (options.client ?? client_gen_1.client).delete({
|
|
2996
3088
|
security: [
|
|
2997
3089
|
{
|
|
@@ -3003,7 +3095,7 @@ const triageDeleteRuleTag = (options) => {
|
|
|
3003
3095
|
...options
|
|
3004
3096
|
});
|
|
3005
3097
|
};
|
|
3006
|
-
exports.
|
|
3098
|
+
exports.deleteTriageRuleTag = deleteTriageRuleTag;
|
|
3007
3099
|
const evidenceGetCaseReport = (options) => {
|
|
3008
3100
|
return (options?.client ?? client_gen_1.client).get({
|
|
3009
3101
|
security: [
|
|
@@ -3258,6 +3350,7 @@ exports.evidenceRepositoryDelete = evidenceRepositoryDelete;
|
|
|
3258
3350
|
*/
|
|
3259
3351
|
const evidenceRepositoriesGet = (options) => {
|
|
3260
3352
|
return (options.client ?? client_gen_1.client).get({
|
|
3353
|
+
responseType: 'json',
|
|
3261
3354
|
security: [
|
|
3262
3355
|
{
|
|
3263
3356
|
scheme: 'bearer',
|
|
@@ -3275,6 +3368,7 @@ exports.evidenceRepositoriesGet = evidenceRepositoriesGet;
|
|
|
3275
3368
|
*/
|
|
3276
3369
|
const evidenceRepositoriesGetMany = (options) => {
|
|
3277
3370
|
return (options.client ?? client_gen_1.client).get({
|
|
3371
|
+
responseType: 'json',
|
|
3278
3372
|
security: [
|
|
3279
3373
|
{
|
|
3280
3374
|
scheme: 'bearer',
|
|
@@ -3402,8 +3496,13 @@ const notificationMarkAsRead = (options) => {
|
|
|
3402
3496
|
});
|
|
3403
3497
|
};
|
|
3404
3498
|
exports.notificationMarkAsRead = notificationMarkAsRead;
|
|
3405
|
-
|
|
3499
|
+
/**
|
|
3500
|
+
* Get Audit Logs
|
|
3501
|
+
* Get all audit logs
|
|
3502
|
+
*/
|
|
3503
|
+
const auditLogsGetMany = (options) => {
|
|
3406
3504
|
return (options.client ?? client_gen_1.client).post({
|
|
3505
|
+
responseType: 'json',
|
|
3407
3506
|
security: [
|
|
3408
3507
|
{
|
|
3409
3508
|
scheme: 'bearer',
|
|
@@ -3418,7 +3517,7 @@ const auditLogFilter = (options) => {
|
|
|
3418
3517
|
}
|
|
3419
3518
|
});
|
|
3420
3519
|
};
|
|
3421
|
-
exports.
|
|
3520
|
+
exports.auditLogsGetMany = auditLogsGetMany;
|
|
3422
3521
|
const auditLogExport = (options) => {
|
|
3423
3522
|
return (options.client ?? client_gen_1.client).get({
|
|
3424
3523
|
security: [
|
|
@@ -3558,6 +3657,7 @@ exports.policyCheckNameExists = policyCheckNameExists;
|
|
|
3558
3657
|
*/
|
|
3559
3658
|
const organizationsGetMany = (options) => {
|
|
3560
3659
|
return (options.client ?? client_gen_1.client).get({
|
|
3660
|
+
responseType: 'json',
|
|
3561
3661
|
security: [
|
|
3562
3662
|
{
|
|
3563
3663
|
scheme: 'bearer',
|
|
@@ -3575,6 +3675,7 @@ exports.organizationsGetMany = organizationsGetMany;
|
|
|
3575
3675
|
*/
|
|
3576
3676
|
const organizationCreate = (options) => {
|
|
3577
3677
|
return (options.client ?? client_gen_1.client).post({
|
|
3678
|
+
responseType: 'json',
|
|
3578
3679
|
security: [
|
|
3579
3680
|
{
|
|
3580
3681
|
scheme: 'bearer',
|
|
@@ -3596,6 +3697,7 @@ exports.organizationCreate = organizationCreate;
|
|
|
3596
3697
|
*/
|
|
3597
3698
|
const organizationCheckNameExists = (options) => {
|
|
3598
3699
|
return (options.client ?? client_gen_1.client).get({
|
|
3700
|
+
responseType: 'json',
|
|
3599
3701
|
security: [
|
|
3600
3702
|
{
|
|
3601
3703
|
scheme: 'bearer',
|
|
@@ -3626,6 +3728,7 @@ exports.organizationDelete = organizationDelete;
|
|
|
3626
3728
|
*/
|
|
3627
3729
|
const organizationGet = (options) => {
|
|
3628
3730
|
return (options.client ?? client_gen_1.client).get({
|
|
3731
|
+
responseType: 'json',
|
|
3629
3732
|
security: [
|
|
3630
3733
|
{
|
|
3631
3734
|
scheme: 'bearer',
|
|
@@ -3643,6 +3746,7 @@ exports.organizationGet = organizationGet;
|
|
|
3643
3746
|
*/
|
|
3644
3747
|
const organizationUpdate = (options) => {
|
|
3645
3748
|
return (options.client ?? client_gen_1.client).patch({
|
|
3749
|
+
responseType: 'json',
|
|
3646
3750
|
security: [
|
|
3647
3751
|
{
|
|
3648
3752
|
scheme: 'bearer',
|
|
@@ -3736,6 +3840,7 @@ const organizationAssignGroups = (options) => {
|
|
|
3736
3840
|
exports.organizationAssignGroups = organizationAssignGroups;
|
|
3737
3841
|
const organizationGetOrganizationIdByToken = (options) => {
|
|
3738
3842
|
return (options.client ?? client_gen_1.client).get({
|
|
3843
|
+
responseType: 'json',
|
|
3739
3844
|
security: [
|
|
3740
3845
|
{
|
|
3741
3846
|
scheme: 'bearer',
|
|
@@ -3837,6 +3942,7 @@ exports.organizationAddTags = organizationAddTags;
|
|
|
3837
3942
|
*/
|
|
3838
3943
|
const organizationGetUsers = (options) => {
|
|
3839
3944
|
return (options.client ?? client_gen_1.client).get({
|
|
3945
|
+
responseType: 'json',
|
|
3840
3946
|
security: [
|
|
3841
3947
|
{
|
|
3842
3948
|
scheme: 'bearer',
|
|
@@ -3921,6 +4027,23 @@ const autoAssetTagUpdateAutoAssetTag = (options) => {
|
|
|
3921
4027
|
});
|
|
3922
4028
|
};
|
|
3923
4029
|
exports.autoAssetTagUpdateAutoAssetTag = autoAssetTagUpdateAutoAssetTag;
|
|
4030
|
+
const autoAssetTagDeleteBulk = (options) => {
|
|
4031
|
+
return (options.client ?? client_gen_1.client).delete({
|
|
4032
|
+
security: [
|
|
4033
|
+
{
|
|
4034
|
+
scheme: 'bearer',
|
|
4035
|
+
type: 'http'
|
|
4036
|
+
}
|
|
4037
|
+
],
|
|
4038
|
+
url: '/api/public/auto-asset-tag/bulk-delete',
|
|
4039
|
+
...options,
|
|
4040
|
+
headers: {
|
|
4041
|
+
'Content-Type': 'application/json',
|
|
4042
|
+
...options.headers
|
|
4043
|
+
}
|
|
4044
|
+
});
|
|
4045
|
+
};
|
|
4046
|
+
exports.autoAssetTagDeleteBulk = autoAssetTagDeleteBulk;
|
|
3924
4047
|
const autoAssetTagAssignAutoAssetTaggingTask = (options) => {
|
|
3925
4048
|
return (options.client ?? client_gen_1.client).post({
|
|
3926
4049
|
security: [
|
|
@@ -3961,6 +4084,7 @@ exports.autoAssetTagUpdateScheduledAatTask = autoAssetTagUpdateScheduledAatTask;
|
|
|
3961
4084
|
*/
|
|
3962
4085
|
const casesCheckName = (options) => {
|
|
3963
4086
|
return (options.client ?? client_gen_1.client).get({
|
|
4087
|
+
responseType: 'json',
|
|
3964
4088
|
security: [
|
|
3965
4089
|
{
|
|
3966
4090
|
scheme: 'bearer',
|
|
@@ -3986,7 +4110,7 @@ const caseExportCases = (options) => {
|
|
|
3986
4110
|
};
|
|
3987
4111
|
exports.caseExportCases = caseExportCases;
|
|
3988
4112
|
const caseExportCaseNotes = (options) => {
|
|
3989
|
-
return (options
|
|
4113
|
+
return (options.client ?? client_gen_1.client).get({
|
|
3990
4114
|
security: [
|
|
3991
4115
|
{
|
|
3992
4116
|
scheme: 'bearer',
|
|
@@ -4029,7 +4153,8 @@ exports.caseExportCaseEndpoints1 = caseExportCaseEndpoints1;
|
|
|
4029
4153
|
* Fetches detailed information about a specific case
|
|
4030
4154
|
*/
|
|
4031
4155
|
const casesGet = (options) => {
|
|
4032
|
-
return (options
|
|
4156
|
+
return (options.client ?? client_gen_1.client).get({
|
|
4157
|
+
responseType: 'json',
|
|
4033
4158
|
security: [
|
|
4034
4159
|
{
|
|
4035
4160
|
scheme: 'bearer',
|
|
@@ -4064,6 +4189,7 @@ exports.caseUpdateCase = caseUpdateCase;
|
|
|
4064
4189
|
*/
|
|
4065
4190
|
const casesGetMany = (options) => {
|
|
4066
4191
|
return (options.client ?? client_gen_1.client).get({
|
|
4192
|
+
responseType: 'json',
|
|
4067
4193
|
security: [
|
|
4068
4194
|
{
|
|
4069
4195
|
scheme: 'bearer',
|
|
@@ -4081,6 +4207,7 @@ exports.casesGetMany = casesGetMany;
|
|
|
4081
4207
|
*/
|
|
4082
4208
|
const casesCreate = (options) => {
|
|
4083
4209
|
return (options.client ?? client_gen_1.client).post({
|
|
4210
|
+
responseType: 'json',
|
|
4084
4211
|
security: [
|
|
4085
4212
|
{
|
|
4086
4213
|
scheme: 'bearer',
|
|
@@ -4102,6 +4229,7 @@ exports.casesCreate = casesCreate;
|
|
|
4102
4229
|
*/
|
|
4103
4230
|
const casesClose = (options) => {
|
|
4104
4231
|
return (options.client ?? client_gen_1.client).post({
|
|
4232
|
+
responseType: 'json',
|
|
4105
4233
|
security: [
|
|
4106
4234
|
{
|
|
4107
4235
|
scheme: 'bearer',
|
|
@@ -4115,6 +4243,7 @@ const casesClose = (options) => {
|
|
|
4115
4243
|
exports.casesClose = casesClose;
|
|
4116
4244
|
const caseReopenCase = (options) => {
|
|
4117
4245
|
return (options.client ?? client_gen_1.client).post({
|
|
4246
|
+
responseType: 'json',
|
|
4118
4247
|
security: [
|
|
4119
4248
|
{
|
|
4120
4249
|
scheme: 'bearer',
|
|
@@ -4128,6 +4257,7 @@ const caseReopenCase = (options) => {
|
|
|
4128
4257
|
exports.caseReopenCase = caseReopenCase;
|
|
4129
4258
|
const caseArchiveCase = (options) => {
|
|
4130
4259
|
return (options.client ?? client_gen_1.client).post({
|
|
4260
|
+
responseType: 'json',
|
|
4131
4261
|
security: [
|
|
4132
4262
|
{
|
|
4133
4263
|
scheme: 'bearer',
|
|
@@ -4145,6 +4275,7 @@ exports.caseArchiveCase = caseArchiveCase;
|
|
|
4145
4275
|
*/
|
|
4146
4276
|
const casesChangeOwner = (options) => {
|
|
4147
4277
|
return (options.client ?? client_gen_1.client).post({
|
|
4278
|
+
responseType: 'json',
|
|
4148
4279
|
security: [
|
|
4149
4280
|
{
|
|
4150
4281
|
scheme: 'bearer',
|
|
@@ -4166,6 +4297,7 @@ exports.casesChangeOwner = casesChangeOwner;
|
|
|
4166
4297
|
*/
|
|
4167
4298
|
const casesGetTasks = (options) => {
|
|
4168
4299
|
return (options.client ?? client_gen_1.client).get({
|
|
4300
|
+
responseType: 'json',
|
|
4169
4301
|
security: [
|
|
4170
4302
|
{
|
|
4171
4303
|
scheme: 'bearer',
|
|
@@ -4196,6 +4328,7 @@ exports.caseFilterTaskAssignments = caseFilterTaskAssignments;
|
|
|
4196
4328
|
*/
|
|
4197
4329
|
const casesGetEndpoints = (options) => {
|
|
4198
4330
|
return (options.client ?? client_gen_1.client).get({
|
|
4331
|
+
responseType: 'json',
|
|
4199
4332
|
security: [
|
|
4200
4333
|
{
|
|
4201
4334
|
scheme: 'bearer',
|
|
@@ -4213,6 +4346,7 @@ exports.casesGetEndpoints = casesGetEndpoints;
|
|
|
4213
4346
|
*/
|
|
4214
4347
|
const casesGetEndpoints2 = (options) => {
|
|
4215
4348
|
return (options.client ?? client_gen_1.client).get({
|
|
4349
|
+
responseType: 'json',
|
|
4216
4350
|
security: [
|
|
4217
4351
|
{
|
|
4218
4352
|
scheme: 'bearer',
|
|
@@ -4230,6 +4364,7 @@ exports.casesGetEndpoints2 = casesGetEndpoints2;
|
|
|
4230
4364
|
*/
|
|
4231
4365
|
const casesGetActivities = (options) => {
|
|
4232
4366
|
return (options.client ?? client_gen_1.client).get({
|
|
4367
|
+
responseType: 'json',
|
|
4233
4368
|
security: [
|
|
4234
4369
|
{
|
|
4235
4370
|
scheme: 'bearer',
|
|
@@ -4324,6 +4459,7 @@ exports.caseImportTaskAssignment = caseImportTaskAssignment;
|
|
|
4324
4459
|
*/
|
|
4325
4460
|
const casesGetUsers = (options) => {
|
|
4326
4461
|
return (options.client ?? client_gen_1.client).get({
|
|
4462
|
+
responseType: 'json',
|
|
4327
4463
|
security: [
|
|
4328
4464
|
{
|
|
4329
4465
|
scheme: 'bearer',
|
|
@@ -4468,81 +4604,13 @@ const caseCategoriesDelete = (options) => {
|
|
|
4468
4604
|
});
|
|
4469
4605
|
};
|
|
4470
4606
|
exports.caseCategoriesDelete = caseCategoriesDelete;
|
|
4471
|
-
const interactLibraryFilter = (options) => {
|
|
4472
|
-
return (options.client ?? client_gen_1.client).get({
|
|
4473
|
-
security: [
|
|
4474
|
-
{
|
|
4475
|
-
scheme: 'bearer',
|
|
4476
|
-
type: 'http'
|
|
4477
|
-
}
|
|
4478
|
-
],
|
|
4479
|
-
url: '/api/public/interact/library/files',
|
|
4480
|
-
...options
|
|
4481
|
-
});
|
|
4482
|
-
};
|
|
4483
|
-
exports.interactLibraryFilter = interactLibraryFilter;
|
|
4484
|
-
const interactLibraryCheckLibraryFileExists = (options) => {
|
|
4485
|
-
return (options?.client ?? client_gen_1.client).get({
|
|
4486
|
-
security: [
|
|
4487
|
-
{
|
|
4488
|
-
scheme: 'bearer',
|
|
4489
|
-
type: 'http'
|
|
4490
|
-
}
|
|
4491
|
-
],
|
|
4492
|
-
url: '/api/public/interact/library/check',
|
|
4493
|
-
...options
|
|
4494
|
-
});
|
|
4495
|
-
};
|
|
4496
|
-
exports.interactLibraryCheckLibraryFileExists = interactLibraryCheckLibraryFileExists;
|
|
4497
|
-
const interactLibraryUpload = (options) => {
|
|
4498
|
-
return (options.client ?? client_gen_1.client).post({
|
|
4499
|
-
security: [
|
|
4500
|
-
{
|
|
4501
|
-
scheme: 'bearer',
|
|
4502
|
-
type: 'http'
|
|
4503
|
-
}
|
|
4504
|
-
],
|
|
4505
|
-
url: '/api/public/interact/library/upload',
|
|
4506
|
-
...options,
|
|
4507
|
-
headers: {
|
|
4508
|
-
'Content-Type': 'application/json',
|
|
4509
|
-
...options.headers
|
|
4510
|
-
}
|
|
4511
|
-
});
|
|
4512
|
-
};
|
|
4513
|
-
exports.interactLibraryUpload = interactLibraryUpload;
|
|
4514
|
-
const interactLibraryDownload = (options) => {
|
|
4515
|
-
return (options.client ?? client_gen_1.client).get({
|
|
4516
|
-
security: [
|
|
4517
|
-
{
|
|
4518
|
-
scheme: 'bearer',
|
|
4519
|
-
type: 'http'
|
|
4520
|
-
}
|
|
4521
|
-
],
|
|
4522
|
-
url: '/api/public/interact/library/download',
|
|
4523
|
-
...options
|
|
4524
|
-
});
|
|
4525
|
-
};
|
|
4526
|
-
exports.interactLibraryDownload = interactLibraryDownload;
|
|
4527
|
-
const interactLibraryDelete = (options) => {
|
|
4528
|
-
return (options.client ?? client_gen_1.client).delete({
|
|
4529
|
-
security: [
|
|
4530
|
-
{
|
|
4531
|
-
scheme: 'bearer',
|
|
4532
|
-
type: 'http'
|
|
4533
|
-
}
|
|
4534
|
-
],
|
|
4535
|
-
url: '/api/public/interact/library/delete',
|
|
4536
|
-
...options
|
|
4537
|
-
});
|
|
4538
|
-
};
|
|
4539
|
-
exports.interactLibraryDelete = interactLibraryDelete;
|
|
4540
4607
|
/**
|
|
4541
4608
|
* Get available commands
|
|
4542
4609
|
* Retrieves the list of all available InterACT commands
|
|
4543
4610
|
*/
|
|
4544
4611
|
const interactCommandsGetMany = (options) => {
|
|
4545
4612
|
return (options?.client ?? client_gen_1.client).get({
|
|
4613
|
+
responseType: 'json',
|
|
4546
4614
|
security: [
|
|
4547
4615
|
{
|
|
4548
4616
|
scheme: 'bearer',
|
|
@@ -4573,6 +4641,7 @@ exports.interactDownload = interactDownload;
|
|
|
4573
4641
|
*/
|
|
4574
4642
|
const interactShellAssignTask = (options) => {
|
|
4575
4643
|
return (options.client ?? client_gen_1.client).post({
|
|
4644
|
+
responseType: 'json',
|
|
4576
4645
|
security: [
|
|
4577
4646
|
{
|
|
4578
4647
|
scheme: 'bearer',
|
|
@@ -4607,6 +4676,7 @@ exports.interactGetInterActShellReport = interactGetInterActShellReport;
|
|
|
4607
4676
|
*/
|
|
4608
4677
|
const interactSessionExecuteCommand = (options) => {
|
|
4609
4678
|
return (options.client ?? client_gen_1.client).post({
|
|
4679
|
+
responseType: 'json',
|
|
4610
4680
|
security: [
|
|
4611
4681
|
{
|
|
4612
4682
|
scheme: 'bearer',
|
|
@@ -4628,6 +4698,7 @@ exports.interactSessionExecuteCommand = interactSessionExecuteCommand;
|
|
|
4628
4698
|
*/
|
|
4629
4699
|
const interactSessionExecuteAsyncCommand = (options) => {
|
|
4630
4700
|
return (options.client ?? client_gen_1.client).post({
|
|
4701
|
+
responseType: 'json',
|
|
4631
4702
|
security: [
|
|
4632
4703
|
{
|
|
4633
4704
|
scheme: 'bearer',
|
|
@@ -4666,6 +4737,7 @@ exports.interactSessionInterruptCommand = interactSessionInterruptCommand;
|
|
|
4666
4737
|
*/
|
|
4667
4738
|
const interactSessionClose = (options) => {
|
|
4668
4739
|
return (options.client ?? client_gen_1.client).post({
|
|
4740
|
+
responseType: 'json',
|
|
4669
4741
|
security: [
|
|
4670
4742
|
{
|
|
4671
4743
|
scheme: 'bearer',
|
|
@@ -4683,6 +4755,7 @@ exports.interactSessionClose = interactSessionClose;
|
|
|
4683
4755
|
*/
|
|
4684
4756
|
const interactSessionGetCommandMessage = (options) => {
|
|
4685
4757
|
return (options.client ?? client_gen_1.client).get({
|
|
4758
|
+
responseType: 'json',
|
|
4686
4759
|
security: [
|
|
4687
4760
|
{
|
|
4688
4761
|
scheme: 'bearer',
|
|
@@ -4694,6 +4767,210 @@ const interactSessionGetCommandMessage = (options) => {
|
|
|
4694
4767
|
});
|
|
4695
4768
|
};
|
|
4696
4769
|
exports.interactSessionGetCommandMessage = interactSessionGetCommandMessage;
|
|
4770
|
+
const interactLibraryFilter = (options) => {
|
|
4771
|
+
return (options.client ?? client_gen_1.client).get({
|
|
4772
|
+
security: [
|
|
4773
|
+
{
|
|
4774
|
+
scheme: 'bearer',
|
|
4775
|
+
type: 'http'
|
|
4776
|
+
}
|
|
4777
|
+
],
|
|
4778
|
+
url: '/api/public/interact/library/files',
|
|
4779
|
+
...options
|
|
4780
|
+
});
|
|
4781
|
+
};
|
|
4782
|
+
exports.interactLibraryFilter = interactLibraryFilter;
|
|
4783
|
+
const interactLibraryCheckLibraryFileExists = (options) => {
|
|
4784
|
+
return (options?.client ?? client_gen_1.client).get({
|
|
4785
|
+
security: [
|
|
4786
|
+
{
|
|
4787
|
+
scheme: 'bearer',
|
|
4788
|
+
type: 'http'
|
|
4789
|
+
}
|
|
4790
|
+
],
|
|
4791
|
+
url: '/api/public/interact/library/check',
|
|
4792
|
+
...options
|
|
4793
|
+
});
|
|
4794
|
+
};
|
|
4795
|
+
exports.interactLibraryCheckLibraryFileExists = interactLibraryCheckLibraryFileExists;
|
|
4796
|
+
const interactLibraryUpload = (options) => {
|
|
4797
|
+
return (options.client ?? client_gen_1.client).post({
|
|
4798
|
+
security: [
|
|
4799
|
+
{
|
|
4800
|
+
scheme: 'bearer',
|
|
4801
|
+
type: 'http'
|
|
4802
|
+
}
|
|
4803
|
+
],
|
|
4804
|
+
url: '/api/public/interact/library/upload',
|
|
4805
|
+
...options,
|
|
4806
|
+
headers: {
|
|
4807
|
+
'Content-Type': 'application/json',
|
|
4808
|
+
...options.headers
|
|
4809
|
+
}
|
|
4810
|
+
});
|
|
4811
|
+
};
|
|
4812
|
+
exports.interactLibraryUpload = interactLibraryUpload;
|
|
4813
|
+
const interactLibraryDownload = (options) => {
|
|
4814
|
+
return (options.client ?? client_gen_1.client).get({
|
|
4815
|
+
security: [
|
|
4816
|
+
{
|
|
4817
|
+
scheme: 'bearer',
|
|
4818
|
+
type: 'http'
|
|
4819
|
+
}
|
|
4820
|
+
],
|
|
4821
|
+
url: '/api/public/interact/library/download',
|
|
4822
|
+
...options
|
|
4823
|
+
});
|
|
4824
|
+
};
|
|
4825
|
+
exports.interactLibraryDownload = interactLibraryDownload;
|
|
4826
|
+
const interactLibraryDeleteBulk = (options) => {
|
|
4827
|
+
return (options.client ?? client_gen_1.client).delete({
|
|
4828
|
+
security: [
|
|
4829
|
+
{
|
|
4830
|
+
scheme: 'bearer',
|
|
4831
|
+
type: 'http'
|
|
4832
|
+
}
|
|
4833
|
+
],
|
|
4834
|
+
url: '/api/public/interact/library/files/bulk-delete',
|
|
4835
|
+
...options,
|
|
4836
|
+
headers: {
|
|
4837
|
+
'Content-Type': 'application/json',
|
|
4838
|
+
...options.headers
|
|
4839
|
+
}
|
|
4840
|
+
});
|
|
4841
|
+
};
|
|
4842
|
+
exports.interactLibraryDeleteBulk = interactLibraryDeleteBulk;
|
|
4843
|
+
const interactLibraryDelete = (options) => {
|
|
4844
|
+
return (options.client ?? client_gen_1.client).delete({
|
|
4845
|
+
security: [
|
|
4846
|
+
{
|
|
4847
|
+
scheme: 'bearer',
|
|
4848
|
+
type: 'http'
|
|
4849
|
+
}
|
|
4850
|
+
],
|
|
4851
|
+
url: '/api/public/interact/library/files/{id}',
|
|
4852
|
+
...options
|
|
4853
|
+
});
|
|
4854
|
+
};
|
|
4855
|
+
exports.interactLibraryDelete = interactLibraryDelete;
|
|
4856
|
+
/**
|
|
4857
|
+
* Get Interact Command Snippets
|
|
4858
|
+
* Get all interact command snippets
|
|
4859
|
+
*/
|
|
4860
|
+
const interactCommandSnippetsGetMany = (options) => {
|
|
4861
|
+
return (options.client ?? client_gen_1.client).get({
|
|
4862
|
+
responseType: 'json',
|
|
4863
|
+
security: [
|
|
4864
|
+
{
|
|
4865
|
+
scheme: 'bearer',
|
|
4866
|
+
type: 'http'
|
|
4867
|
+
}
|
|
4868
|
+
],
|
|
4869
|
+
url: '/api/public/interact/command-snippets',
|
|
4870
|
+
...options
|
|
4871
|
+
});
|
|
4872
|
+
};
|
|
4873
|
+
exports.interactCommandSnippetsGetMany = interactCommandSnippetsGetMany;
|
|
4874
|
+
/**
|
|
4875
|
+
* Create a new Interact Command Snippet
|
|
4876
|
+
* Create a new interact command snippet
|
|
4877
|
+
*/
|
|
4878
|
+
const interactCommandSnippetsCreate = (options) => {
|
|
4879
|
+
return (options.client ?? client_gen_1.client).post({
|
|
4880
|
+
responseType: 'json',
|
|
4881
|
+
security: [
|
|
4882
|
+
{
|
|
4883
|
+
scheme: 'bearer',
|
|
4884
|
+
type: 'http'
|
|
4885
|
+
}
|
|
4886
|
+
],
|
|
4887
|
+
url: '/api/public/interact/command-snippets',
|
|
4888
|
+
...options,
|
|
4889
|
+
headers: {
|
|
4890
|
+
'Content-Type': 'application/json',
|
|
4891
|
+
...options.headers
|
|
4892
|
+
}
|
|
4893
|
+
});
|
|
4894
|
+
};
|
|
4895
|
+
exports.interactCommandSnippetsCreate = interactCommandSnippetsCreate;
|
|
4896
|
+
/**
|
|
4897
|
+
* Delete an Interact Command Snippet
|
|
4898
|
+
* Delete an existing interact command snippet by ID
|
|
4899
|
+
*/
|
|
4900
|
+
const interactCommandSnippetsDelete = (options) => {
|
|
4901
|
+
return (options.client ?? client_gen_1.client).delete({
|
|
4902
|
+
security: [
|
|
4903
|
+
{
|
|
4904
|
+
scheme: 'bearer',
|
|
4905
|
+
type: 'http'
|
|
4906
|
+
}
|
|
4907
|
+
],
|
|
4908
|
+
url: '/api/public/interact/command-snippets/{id}',
|
|
4909
|
+
...options
|
|
4910
|
+
});
|
|
4911
|
+
};
|
|
4912
|
+
exports.interactCommandSnippetsDelete = interactCommandSnippetsDelete;
|
|
4913
|
+
/**
|
|
4914
|
+
* Get Interact Command Snippet by ID
|
|
4915
|
+
* Retrieve a specific interact command snippet
|
|
4916
|
+
*/
|
|
4917
|
+
const interactCommandSnippetsGetOne = (options) => {
|
|
4918
|
+
return (options.client ?? client_gen_1.client).get({
|
|
4919
|
+
responseType: 'json',
|
|
4920
|
+
security: [
|
|
4921
|
+
{
|
|
4922
|
+
scheme: 'bearer',
|
|
4923
|
+
type: 'http'
|
|
4924
|
+
}
|
|
4925
|
+
],
|
|
4926
|
+
url: '/api/public/interact/command-snippets/{id}',
|
|
4927
|
+
...options
|
|
4928
|
+
});
|
|
4929
|
+
};
|
|
4930
|
+
exports.interactCommandSnippetsGetOne = interactCommandSnippetsGetOne;
|
|
4931
|
+
/**
|
|
4932
|
+
* Update an existing Interact Command Snippet
|
|
4933
|
+
* Update an existing interact command snippet
|
|
4934
|
+
*/
|
|
4935
|
+
const interactCommandSnippetsUpdate = (options) => {
|
|
4936
|
+
return (options.client ?? client_gen_1.client).put({
|
|
4937
|
+
responseType: 'json',
|
|
4938
|
+
security: [
|
|
4939
|
+
{
|
|
4940
|
+
scheme: 'bearer',
|
|
4941
|
+
type: 'http'
|
|
4942
|
+
}
|
|
4943
|
+
],
|
|
4944
|
+
url: '/api/public/interact/command-snippets/{id}',
|
|
4945
|
+
...options,
|
|
4946
|
+
headers: {
|
|
4947
|
+
'Content-Type': 'application/json',
|
|
4948
|
+
...options.headers
|
|
4949
|
+
}
|
|
4950
|
+
});
|
|
4951
|
+
};
|
|
4952
|
+
exports.interactCommandSnippetsUpdate = interactCommandSnippetsUpdate;
|
|
4953
|
+
/**
|
|
4954
|
+
* Delete multiple Interact Command Snippets
|
|
4955
|
+
* Delete multiple interact command snippets by their IDs
|
|
4956
|
+
*/
|
|
4957
|
+
const interactCommandSnippetsBulkDelete = (options) => {
|
|
4958
|
+
return (options.client ?? client_gen_1.client).delete({
|
|
4959
|
+
security: [
|
|
4960
|
+
{
|
|
4961
|
+
scheme: 'bearer',
|
|
4962
|
+
type: 'http'
|
|
4963
|
+
}
|
|
4964
|
+
],
|
|
4965
|
+
url: '/api/public/interact/command-snippets/bulk-delete',
|
|
4966
|
+
...options,
|
|
4967
|
+
headers: {
|
|
4968
|
+
'Content-Type': 'application/json',
|
|
4969
|
+
...options.headers
|
|
4970
|
+
}
|
|
4971
|
+
});
|
|
4972
|
+
};
|
|
4973
|
+
exports.interactCommandSnippetsBulkDelete = interactCommandSnippetsBulkDelete;
|
|
4697
4974
|
const multipartUploadInitializeHead = (options) => {
|
|
4698
4975
|
return (options?.client ?? client_gen_1.client).head({
|
|
4699
4976
|
security: [
|
|
@@ -4782,6 +5059,7 @@ exports.multipartUploadUploadPart = multipartUploadUploadPart;
|
|
|
4782
5059
|
*/
|
|
4783
5060
|
const baselineCompare = (options) => {
|
|
4784
5061
|
return (options.client ?? client_gen_1.client).post({
|
|
5062
|
+
responseType: 'json',
|
|
4785
5063
|
security: [
|
|
4786
5064
|
{
|
|
4787
5065
|
scheme: 'bearer',
|
|
@@ -4803,6 +5081,7 @@ exports.baselineCompare = baselineCompare;
|
|
|
4803
5081
|
*/
|
|
4804
5082
|
const baselineAcquire = (options) => {
|
|
4805
5083
|
return (options.client ?? client_gen_1.client).post({
|
|
5084
|
+
responseType: 'json',
|
|
4806
5085
|
security: [
|
|
4807
5086
|
{
|
|
4808
5087
|
scheme: 'bearer',
|
|
@@ -4824,6 +5103,7 @@ exports.baselineAcquire = baselineAcquire;
|
|
|
4824
5103
|
*/
|
|
4825
5104
|
const baselineGetComparisonReport = (options) => {
|
|
4826
5105
|
return (options.client ?? client_gen_1.client).get({
|
|
5106
|
+
responseType: 'text',
|
|
4827
5107
|
security: [
|
|
4828
5108
|
{
|
|
4829
5109
|
scheme: 'bearer',
|
|
@@ -4837,6 +5117,7 @@ const baselineGetComparisonReport = (options) => {
|
|
|
4837
5117
|
exports.baselineGetComparisonReport = baselineGetComparisonReport;
|
|
4838
5118
|
const baselineGetComparisonReportByVendorDeviceId = (options) => {
|
|
4839
5119
|
return (options.client ?? client_gen_1.client).get({
|
|
5120
|
+
responseType: 'text',
|
|
4840
5121
|
security: [
|
|
4841
5122
|
{
|
|
4842
5123
|
scheme: 'bearer',
|
|
@@ -4854,6 +5135,7 @@ exports.baselineGetComparisonReportByVendorDeviceId = baselineGetComparisonRepor
|
|
|
4854
5135
|
*/
|
|
4855
5136
|
const apiTokensGetMany = (options) => {
|
|
4856
5137
|
return (options.client ?? client_gen_1.client).get({
|
|
5138
|
+
responseType: 'json',
|
|
4857
5139
|
security: [
|
|
4858
5140
|
{
|
|
4859
5141
|
scheme: 'bearer',
|
|
@@ -4871,6 +5153,7 @@ exports.apiTokensGetMany = apiTokensGetMany;
|
|
|
4871
5153
|
*/
|
|
4872
5154
|
const apiTokensCreate = (options) => {
|
|
4873
5155
|
return (options.client ?? client_gen_1.client).post({
|
|
5156
|
+
responseType: 'json',
|
|
4874
5157
|
security: [
|
|
4875
5158
|
{
|
|
4876
5159
|
scheme: 'bearer',
|
|
@@ -4909,6 +5192,7 @@ exports.apiTokensDelete = apiTokensDelete;
|
|
|
4909
5192
|
*/
|
|
4910
5193
|
const apiTokensGetOne = (options) => {
|
|
4911
5194
|
return (options.client ?? client_gen_1.client).get({
|
|
5195
|
+
responseType: 'json',
|
|
4912
5196
|
security: [
|
|
4913
5197
|
{
|
|
4914
5198
|
scheme: 'bearer',
|
|
@@ -4926,6 +5210,7 @@ exports.apiTokensGetOne = apiTokensGetOne;
|
|
|
4926
5210
|
*/
|
|
4927
5211
|
const apiTokensUpdate = (options) => {
|
|
4928
5212
|
return (options.client ?? client_gen_1.client).put({
|
|
5213
|
+
responseType: 'json',
|
|
4929
5214
|
security: [
|
|
4930
5215
|
{
|
|
4931
5216
|
scheme: 'bearer',
|
|
@@ -4941,6 +5226,27 @@ const apiTokensUpdate = (options) => {
|
|
|
4941
5226
|
});
|
|
4942
5227
|
};
|
|
4943
5228
|
exports.apiTokensUpdate = apiTokensUpdate;
|
|
5229
|
+
/**
|
|
5230
|
+
* Delete multiple API tokens
|
|
5231
|
+
* Delete multiple API tokens by their IDs
|
|
5232
|
+
*/
|
|
5233
|
+
const apiTokensBulkDelete = (options) => {
|
|
5234
|
+
return (options.client ?? client_gen_1.client).delete({
|
|
5235
|
+
security: [
|
|
5236
|
+
{
|
|
5237
|
+
scheme: 'bearer',
|
|
5238
|
+
type: 'http'
|
|
5239
|
+
}
|
|
5240
|
+
],
|
|
5241
|
+
url: '/api/public/api-tokens/bulk-delete',
|
|
5242
|
+
...options,
|
|
5243
|
+
headers: {
|
|
5244
|
+
'Content-Type': 'application/json',
|
|
5245
|
+
...options.headers
|
|
5246
|
+
}
|
|
5247
|
+
});
|
|
5248
|
+
};
|
|
5249
|
+
exports.apiTokensBulkDelete = apiTokensBulkDelete;
|
|
4944
5250
|
const cloudAccountsFilter = (options) => {
|
|
4945
5251
|
return (options.client ?? client_gen_1.client).get({
|
|
4946
5252
|
security: [
|
|
@@ -5083,6 +5389,19 @@ const investigationUpdateInvestigation = (options) => {
|
|
|
5083
5389
|
});
|
|
5084
5390
|
};
|
|
5085
5391
|
exports.investigationUpdateInvestigation = investigationUpdateInvestigation;
|
|
5392
|
+
const investigationGetInvestigationMigrationsSummary = (options) => {
|
|
5393
|
+
return (options.client ?? client_gen_1.client).get({
|
|
5394
|
+
security: [
|
|
5395
|
+
{
|
|
5396
|
+
scheme: 'bearer',
|
|
5397
|
+
type: 'http'
|
|
5398
|
+
}
|
|
5399
|
+
],
|
|
5400
|
+
url: '/api/public/investigation-hub/investigations/{investigationId}/migrations-summary',
|
|
5401
|
+
...options
|
|
5402
|
+
});
|
|
5403
|
+
};
|
|
5404
|
+
exports.investigationGetInvestigationMigrationsSummary = investigationGetInvestigationMigrationsSummary;
|
|
5086
5405
|
const investigationGetSectionDataStructure = (options) => {
|
|
5087
5406
|
return (options.client ?? client_gen_1.client).get({
|
|
5088
5407
|
security: [
|
|
@@ -5091,7 +5410,7 @@ const investigationGetSectionDataStructure = (options) => {
|
|
|
5091
5410
|
type: 'http'
|
|
5092
5411
|
}
|
|
5093
5412
|
],
|
|
5094
|
-
url: '/api/public/investigation-hub/investigations/{investigationId}/
|
|
5413
|
+
url: '/api/public/investigation-hub/investigations/{investigationId}/platform/{platform}/evidence-category/{evidenceCategory}/structure',
|
|
5095
5414
|
...options
|
|
5096
5415
|
});
|
|
5097
5416
|
};
|
|
@@ -5104,7 +5423,7 @@ const investigationGetSectionData = (options) => {
|
|
|
5104
5423
|
type: 'http'
|
|
5105
5424
|
}
|
|
5106
5425
|
],
|
|
5107
|
-
url: '/api/public/investigation-hub/investigations/{investigationId}/
|
|
5426
|
+
url: '/api/public/investigation-hub/investigations/{investigationId}/platform/{platform}/evidence-category/{evidenceCategory}',
|
|
5108
5427
|
...options,
|
|
5109
5428
|
headers: {
|
|
5110
5429
|
'Content-Type': 'application/json',
|
|
@@ -5151,7 +5470,7 @@ const investigationExportSectionData = (options) => {
|
|
|
5151
5470
|
type: 'http'
|
|
5152
5471
|
}
|
|
5153
5472
|
],
|
|
5154
|
-
url: '/api/public/investigation-hub/investigations/{investigationId}/
|
|
5473
|
+
url: '/api/public/investigation-hub/investigations/{investigationId}/platform/{platform}/evidence-category/{evidenceCategory}/export',
|
|
5155
5474
|
...options
|
|
5156
5475
|
});
|
|
5157
5476
|
};
|
|
@@ -5164,7 +5483,7 @@ const investigationCreateExportRequestForSectionData = (options) => {
|
|
|
5164
5483
|
type: 'http'
|
|
5165
5484
|
}
|
|
5166
5485
|
],
|
|
5167
|
-
url: '/api/public/investigation-hub/investigations/{investigationId}/
|
|
5486
|
+
url: '/api/public/investigation-hub/investigations/{investigationId}/platform/{platform}/evidence-category/{evidenceCategory}/export',
|
|
5168
5487
|
...options,
|
|
5169
5488
|
headers: {
|
|
5170
5489
|
'Content-Type': 'application/json',
|
|
@@ -5222,6 +5541,7 @@ const investigationGetSummary = (options) => {
|
|
|
5222
5541
|
exports.investigationGetSummary = investigationGetSummary;
|
|
5223
5542
|
const investigationGetFindingDataStructure = (options) => {
|
|
5224
5543
|
return (options.client ?? client_gen_1.client).get({
|
|
5544
|
+
responseType: 'json',
|
|
5225
5545
|
security: [
|
|
5226
5546
|
{
|
|
5227
5547
|
scheme: 'bearer',
|
|
@@ -5235,6 +5555,7 @@ const investigationGetFindingDataStructure = (options) => {
|
|
|
5235
5555
|
exports.investigationGetFindingDataStructure = investigationGetFindingDataStructure;
|
|
5236
5556
|
const investigationFilterEndpointFindings = (options) => {
|
|
5237
5557
|
return (options.client ?? client_gen_1.client).post({
|
|
5558
|
+
responseType: 'json',
|
|
5238
5559
|
security: [
|
|
5239
5560
|
{
|
|
5240
5561
|
scheme: 'bearer',
|
|
@@ -5252,6 +5573,7 @@ const investigationFilterEndpointFindings = (options) => {
|
|
|
5252
5573
|
exports.investigationFilterEndpointFindings = investigationFilterEndpointFindings;
|
|
5253
5574
|
const investigationGetFindingsSummary = (options) => {
|
|
5254
5575
|
return (options.client ?? client_gen_1.client).post({
|
|
5576
|
+
responseType: 'json',
|
|
5255
5577
|
security: [
|
|
5256
5578
|
{
|
|
5257
5579
|
scheme: 'bearer',
|
|
@@ -5269,6 +5591,7 @@ const investigationGetFindingsSummary = (options) => {
|
|
|
5269
5591
|
exports.investigationGetFindingsSummary = investigationGetFindingsSummary;
|
|
5270
5592
|
const investigationGetMitreMatches = (options) => {
|
|
5271
5593
|
return (options.client ?? client_gen_1.client).post({
|
|
5594
|
+
responseType: 'json',
|
|
5272
5595
|
security: [
|
|
5273
5596
|
{
|
|
5274
5597
|
scheme: 'bearer',
|
|
@@ -5543,7 +5866,7 @@ const investigationGetInvestigationTaskAssignmentForImportedEvidence = (options)
|
|
|
5543
5866
|
type: 'http'
|
|
5544
5867
|
}
|
|
5545
5868
|
],
|
|
5546
|
-
url: '/api/public/investigation-hub/investigations/{investigationId}/{
|
|
5869
|
+
url: '/api/public/investigation-hub/investigations/{investigationId}/platform/{platform}/evidence-category/{evidenceCategory}/imports/{importId}/task-assignment',
|
|
5547
5870
|
...options
|
|
5548
5871
|
});
|
|
5549
5872
|
};
|
|
@@ -5944,6 +6267,7 @@ const investigationFlagUpdateFlag = (options) => {
|
|
|
5944
6267
|
exports.investigationFlagUpdateFlag = investigationFlagUpdateFlag;
|
|
5945
6268
|
const investigationActivityFilter = (options) => {
|
|
5946
6269
|
return (options.client ?? client_gen_1.client).get({
|
|
6270
|
+
responseType: 'json',
|
|
5947
6271
|
security: [
|
|
5948
6272
|
{
|
|
5949
6273
|
scheme: 'bearer',
|
|
@@ -6336,8 +6660,13 @@ const relayProUpdateRelayUrl = (options) => {
|
|
|
6336
6660
|
});
|
|
6337
6661
|
};
|
|
6338
6662
|
exports.relayProUpdateRelayUrl = relayProUpdateRelayUrl;
|
|
6339
|
-
|
|
6663
|
+
/**
|
|
6664
|
+
* Get Recent Activities
|
|
6665
|
+
* Get all recent activities
|
|
6666
|
+
*/
|
|
6667
|
+
const recentActivitiesGetMany = (options) => {
|
|
6340
6668
|
return (options.client ?? client_gen_1.client).get({
|
|
6669
|
+
responseType: 'json',
|
|
6341
6670
|
security: [
|
|
6342
6671
|
{
|
|
6343
6672
|
scheme: 'bearer',
|
|
@@ -6348,9 +6677,14 @@ const recentActivityFilter = (options) => {
|
|
|
6348
6677
|
...options
|
|
6349
6678
|
});
|
|
6350
6679
|
};
|
|
6351
|
-
exports.
|
|
6352
|
-
|
|
6680
|
+
exports.recentActivitiesGetMany = recentActivitiesGetMany;
|
|
6681
|
+
/**
|
|
6682
|
+
* Create Recent Activity
|
|
6683
|
+
* Create a recent activity
|
|
6684
|
+
*/
|
|
6685
|
+
const recentActivitiesCreate = (options) => {
|
|
6353
6686
|
return (options.client ?? client_gen_1.client).post({
|
|
6687
|
+
responseType: 'json',
|
|
6354
6688
|
security: [
|
|
6355
6689
|
{
|
|
6356
6690
|
scheme: 'bearer',
|
|
@@ -6365,7 +6699,20 @@ const recentActivityCreate = (options) => {
|
|
|
6365
6699
|
}
|
|
6366
6700
|
});
|
|
6367
6701
|
};
|
|
6368
|
-
exports.
|
|
6702
|
+
exports.recentActivitiesCreate = recentActivitiesCreate;
|
|
6703
|
+
const processorGetAllProcessors = (options) => {
|
|
6704
|
+
return (options?.client ?? client_gen_1.client).get({
|
|
6705
|
+
security: [
|
|
6706
|
+
{
|
|
6707
|
+
scheme: 'bearer',
|
|
6708
|
+
type: 'http'
|
|
6709
|
+
}
|
|
6710
|
+
],
|
|
6711
|
+
url: '/api/public/processors',
|
|
6712
|
+
...options
|
|
6713
|
+
});
|
|
6714
|
+
};
|
|
6715
|
+
exports.processorGetAllProcessors = processorGetAllProcessors;
|
|
6369
6716
|
const processorGetProcessorsByAssetType = (options) => {
|
|
6370
6717
|
return (options.client ?? client_gen_1.client).get({
|
|
6371
6718
|
security: [
|
|
@@ -6478,6 +6825,23 @@ const webhookUpdate = (options) => {
|
|
|
6478
6825
|
});
|
|
6479
6826
|
};
|
|
6480
6827
|
exports.webhookUpdate = webhookUpdate;
|
|
6828
|
+
const webhookDeleteBulk = (options) => {
|
|
6829
|
+
return (options.client ?? client_gen_1.client).delete({
|
|
6830
|
+
security: [
|
|
6831
|
+
{
|
|
6832
|
+
scheme: 'bearer',
|
|
6833
|
+
type: 'http'
|
|
6834
|
+
}
|
|
6835
|
+
],
|
|
6836
|
+
url: '/api/public/webhooks/bulk-delete',
|
|
6837
|
+
...options,
|
|
6838
|
+
headers: {
|
|
6839
|
+
'Content-Type': 'application/json',
|
|
6840
|
+
...options.headers
|
|
6841
|
+
}
|
|
6842
|
+
});
|
|
6843
|
+
};
|
|
6844
|
+
exports.webhookDeleteBulk = webhookDeleteBulk;
|
|
6481
6845
|
const eventSubscriptionFilterEventSubscriptions = (options) => {
|
|
6482
6846
|
return (options.client ?? client_gen_1.client).get({
|
|
6483
6847
|
security: [
|
|
@@ -6564,6 +6928,23 @@ const eventSubscriptionSubscriptionEventNames = (options) => {
|
|
|
6564
6928
|
});
|
|
6565
6929
|
};
|
|
6566
6930
|
exports.eventSubscriptionSubscriptionEventNames = eventSubscriptionSubscriptionEventNames;
|
|
6931
|
+
const eventSubscriptionDeleteBulkEventSubscriptions = (options) => {
|
|
6932
|
+
return (options.client ?? client_gen_1.client).delete({
|
|
6933
|
+
security: [
|
|
6934
|
+
{
|
|
6935
|
+
scheme: 'bearer',
|
|
6936
|
+
type: 'http'
|
|
6937
|
+
}
|
|
6938
|
+
],
|
|
6939
|
+
url: '/api/public/event-subscription/bulk-delete',
|
|
6940
|
+
...options,
|
|
6941
|
+
headers: {
|
|
6942
|
+
'Content-Type': 'application/json',
|
|
6943
|
+
...options.headers
|
|
6944
|
+
}
|
|
6945
|
+
});
|
|
6946
|
+
};
|
|
6947
|
+
exports.eventSubscriptionDeleteBulkEventSubscriptions = eventSubscriptionDeleteBulkEventSubscriptions;
|
|
6567
6948
|
const eventSubscriptionTestEventSubscription = (options) => {
|
|
6568
6949
|
return (options.client ?? client_gen_1.client).post({
|
|
6569
6950
|
security: [
|
|
@@ -6748,8 +7129,13 @@ const investigationDataUsageCreateFilter = (options) => {
|
|
|
6748
7129
|
});
|
|
6749
7130
|
};
|
|
6750
7131
|
exports.investigationDataUsageCreateFilter = investigationDataUsageCreateFilter;
|
|
6751
|
-
|
|
7132
|
+
/**
|
|
7133
|
+
* Get Preset Filters
|
|
7134
|
+
* Get all preset filters
|
|
7135
|
+
*/
|
|
7136
|
+
const presetFiltersGetMany = (options) => {
|
|
6752
7137
|
return (options.client ?? client_gen_1.client).get({
|
|
7138
|
+
responseType: 'json',
|
|
6753
7139
|
security: [
|
|
6754
7140
|
{
|
|
6755
7141
|
scheme: 'bearer',
|
|
@@ -6760,9 +7146,14 @@ const presetFilterGetPresetFilters = (options) => {
|
|
|
6760
7146
|
...options
|
|
6761
7147
|
});
|
|
6762
7148
|
};
|
|
6763
|
-
exports.
|
|
6764
|
-
|
|
7149
|
+
exports.presetFiltersGetMany = presetFiltersGetMany;
|
|
7150
|
+
/**
|
|
7151
|
+
* Create Preset Filter
|
|
7152
|
+
* Create a preset filter
|
|
7153
|
+
*/
|
|
7154
|
+
const presetFiltersCreate = (options) => {
|
|
6765
7155
|
return (options.client ?? client_gen_1.client).post({
|
|
7156
|
+
responseType: 'json',
|
|
6766
7157
|
security: [
|
|
6767
7158
|
{
|
|
6768
7159
|
scheme: 'bearer',
|
|
@@ -6777,8 +7168,12 @@ const presetFilterCreatePresetFilter = (options) => {
|
|
|
6777
7168
|
}
|
|
6778
7169
|
});
|
|
6779
7170
|
};
|
|
6780
|
-
exports.
|
|
6781
|
-
|
|
7171
|
+
exports.presetFiltersCreate = presetFiltersCreate;
|
|
7172
|
+
/**
|
|
7173
|
+
* Delete Preset Filter By ID
|
|
7174
|
+
* Delete a preset filter
|
|
7175
|
+
*/
|
|
7176
|
+
const presetFiltersDelete = (options) => {
|
|
6782
7177
|
return (options.client ?? client_gen_1.client).delete({
|
|
6783
7178
|
security: [
|
|
6784
7179
|
{
|
|
@@ -6790,9 +7185,14 @@ const presetFilterDeletePresetFilter = (options) => {
|
|
|
6790
7185
|
...options
|
|
6791
7186
|
});
|
|
6792
7187
|
};
|
|
6793
|
-
exports.
|
|
6794
|
-
|
|
7188
|
+
exports.presetFiltersDelete = presetFiltersDelete;
|
|
7189
|
+
/**
|
|
7190
|
+
* Update Preset Filter By ID
|
|
7191
|
+
* Update a preset filter
|
|
7192
|
+
*/
|
|
7193
|
+
const presetFiltersUpdate = (options) => {
|
|
6795
7194
|
return (options.client ?? client_gen_1.client).put({
|
|
7195
|
+
responseType: 'json',
|
|
6796
7196
|
security: [
|
|
6797
7197
|
{
|
|
6798
7198
|
scheme: 'bearer',
|
|
@@ -6807,7 +7207,7 @@ const presetFilterUpdatePresetFilter = (options) => {
|
|
|
6807
7207
|
}
|
|
6808
7208
|
});
|
|
6809
7209
|
};
|
|
6810
|
-
exports.
|
|
7210
|
+
exports.presetFiltersUpdate = presetFiltersUpdate;
|
|
6811
7211
|
const automationHubGetExecutionHistory = (options) => {
|
|
6812
7212
|
return (options.client ?? client_gen_1.client).get({
|
|
6813
7213
|
security: [
|
|
@@ -6959,8 +7359,13 @@ const automationHubDisableAutomation = (options) => {
|
|
|
6959
7359
|
});
|
|
6960
7360
|
};
|
|
6961
7361
|
exports.automationHubDisableAutomation = automationHubDisableAutomation;
|
|
6962
|
-
|
|
7362
|
+
/**
|
|
7363
|
+
* Get full text search profiles
|
|
7364
|
+
* Get full text search profiles
|
|
7365
|
+
*/
|
|
7366
|
+
const fullTextSearchProfilesGetMany = (options) => {
|
|
6963
7367
|
return (options.client ?? client_gen_1.client).get({
|
|
7368
|
+
responseType: 'json',
|
|
6964
7369
|
security: [
|
|
6965
7370
|
{
|
|
6966
7371
|
scheme: 'bearer',
|
|
@@ -6971,9 +7376,14 @@ const fullTextSearchProfileFilter = (options) => {
|
|
|
6971
7376
|
...options
|
|
6972
7377
|
});
|
|
6973
7378
|
};
|
|
6974
|
-
exports.
|
|
6975
|
-
|
|
7379
|
+
exports.fullTextSearchProfilesGetMany = fullTextSearchProfilesGetMany;
|
|
7380
|
+
/**
|
|
7381
|
+
* Create a full text search profile
|
|
7382
|
+
* Create a full text search profile
|
|
7383
|
+
*/
|
|
7384
|
+
const fullTextSearchProfilesCreate = (options) => {
|
|
6976
7385
|
return (options.client ?? client_gen_1.client).post({
|
|
7386
|
+
responseType: 'json',
|
|
6977
7387
|
security: [
|
|
6978
7388
|
{
|
|
6979
7389
|
scheme: 'bearer',
|
|
@@ -6988,9 +7398,13 @@ const fullTextSearchProfileCreate = (options) => {
|
|
|
6988
7398
|
}
|
|
6989
7399
|
});
|
|
6990
7400
|
};
|
|
6991
|
-
exports.
|
|
6992
|
-
|
|
6993
|
-
|
|
7401
|
+
exports.fullTextSearchProfilesCreate = fullTextSearchProfilesCreate;
|
|
7402
|
+
/**
|
|
7403
|
+
* Delete a full text search profile by ID
|
|
7404
|
+
* Delete a full text search profile by ID
|
|
7405
|
+
*/
|
|
7406
|
+
const fullTextSearchProfilesDelete = (options) => {
|
|
7407
|
+
return (options.client ?? client_gen_1.client).delete({
|
|
6994
7408
|
security: [
|
|
6995
7409
|
{
|
|
6996
7410
|
scheme: 'bearer',
|
|
@@ -7001,9 +7415,14 @@ const fullTextSearchProfileDelete = (options) => {
|
|
|
7001
7415
|
...options
|
|
7002
7416
|
});
|
|
7003
7417
|
};
|
|
7004
|
-
exports.
|
|
7005
|
-
|
|
7006
|
-
|
|
7418
|
+
exports.fullTextSearchProfilesDelete = fullTextSearchProfilesDelete;
|
|
7419
|
+
/**
|
|
7420
|
+
* Get a full text search profile by ID
|
|
7421
|
+
* Get a full text search profile by ID
|
|
7422
|
+
*/
|
|
7423
|
+
const fullTextSearchProfilesGetOne = (options) => {
|
|
7424
|
+
return (options.client ?? client_gen_1.client).get({
|
|
7425
|
+
responseType: 'json',
|
|
7007
7426
|
security: [
|
|
7008
7427
|
{
|
|
7009
7428
|
scheme: 'bearer',
|
|
@@ -7014,9 +7433,14 @@ const fullTextSearchProfileGet = (options) => {
|
|
|
7014
7433
|
...options
|
|
7015
7434
|
});
|
|
7016
7435
|
};
|
|
7017
|
-
exports.
|
|
7018
|
-
|
|
7436
|
+
exports.fullTextSearchProfilesGetOne = fullTextSearchProfilesGetOne;
|
|
7437
|
+
/**
|
|
7438
|
+
* Update a full text search profile
|
|
7439
|
+
* Update a full text search profile
|
|
7440
|
+
*/
|
|
7441
|
+
const fullTextSearchProfilesUpdate = (options) => {
|
|
7019
7442
|
return (options.client ?? client_gen_1.client).put({
|
|
7443
|
+
responseType: 'json',
|
|
7020
7444
|
security: [
|
|
7021
7445
|
{
|
|
7022
7446
|
scheme: 'bearer',
|
|
@@ -7031,7 +7455,28 @@ const fullTextSearchProfileUpdate = (options) => {
|
|
|
7031
7455
|
}
|
|
7032
7456
|
});
|
|
7033
7457
|
};
|
|
7034
|
-
exports.
|
|
7458
|
+
exports.fullTextSearchProfilesUpdate = fullTextSearchProfilesUpdate;
|
|
7459
|
+
/**
|
|
7460
|
+
* Delete a full text search profile bulk
|
|
7461
|
+
* Delete a full text search profile bulk
|
|
7462
|
+
*/
|
|
7463
|
+
const fullTextSearchProfilesDeleteBulk = (options) => {
|
|
7464
|
+
return (options.client ?? client_gen_1.client).delete({
|
|
7465
|
+
security: [
|
|
7466
|
+
{
|
|
7467
|
+
scheme: 'bearer',
|
|
7468
|
+
type: 'http'
|
|
7469
|
+
}
|
|
7470
|
+
],
|
|
7471
|
+
url: '/api/public/full-text-search-profiles/bulk-delete',
|
|
7472
|
+
...options,
|
|
7473
|
+
headers: {
|
|
7474
|
+
'Content-Type': 'application/json',
|
|
7475
|
+
...options.headers
|
|
7476
|
+
}
|
|
7477
|
+
});
|
|
7478
|
+
};
|
|
7479
|
+
exports.fullTextSearchProfilesDeleteBulk = fullTextSearchProfilesDeleteBulk;
|
|
7035
7480
|
const fullTextSearchTaskAssign = (options) => {
|
|
7036
7481
|
return (options.client ?? client_gen_1.client).post({
|
|
7037
7482
|
security: [
|
|
@@ -7066,4 +7511,101 @@ const fullTextSearchTaskUpdateScheduledFullTextSearchTask = (options) => {
|
|
|
7066
7511
|
});
|
|
7067
7512
|
};
|
|
7068
7513
|
exports.fullTextSearchTaskUpdateScheduledFullTextSearchTask = fullTextSearchTaskUpdateScheduledFullTextSearchTask;
|
|
7514
|
+
/**
|
|
7515
|
+
* Get cloud acquisition profiles
|
|
7516
|
+
* Get cloud acquisition profiles
|
|
7517
|
+
*/
|
|
7518
|
+
const cloudAcquisitionProfilesGetMany = (options) => {
|
|
7519
|
+
return (options.client ?? client_gen_1.client).get({
|
|
7520
|
+
responseType: 'json',
|
|
7521
|
+
security: [
|
|
7522
|
+
{
|
|
7523
|
+
scheme: 'bearer',
|
|
7524
|
+
type: 'http'
|
|
7525
|
+
}
|
|
7526
|
+
],
|
|
7527
|
+
url: '/api/public/cloud-acquisition-profiles',
|
|
7528
|
+
...options
|
|
7529
|
+
});
|
|
7530
|
+
};
|
|
7531
|
+
exports.cloudAcquisitionProfilesGetMany = cloudAcquisitionProfilesGetMany;
|
|
7532
|
+
/**
|
|
7533
|
+
* Create a cloud acquisition profile
|
|
7534
|
+
* Create a cloud acquisition profile
|
|
7535
|
+
*/
|
|
7536
|
+
const cloudAcquisitionProfilesCreate = (options) => {
|
|
7537
|
+
return (options.client ?? client_gen_1.client).post({
|
|
7538
|
+
responseType: 'json',
|
|
7539
|
+
security: [
|
|
7540
|
+
{
|
|
7541
|
+
scheme: 'bearer',
|
|
7542
|
+
type: 'http'
|
|
7543
|
+
}
|
|
7544
|
+
],
|
|
7545
|
+
url: '/api/public/cloud-acquisition-profiles',
|
|
7546
|
+
...options,
|
|
7547
|
+
headers: {
|
|
7548
|
+
'Content-Type': 'application/json',
|
|
7549
|
+
...options.headers
|
|
7550
|
+
}
|
|
7551
|
+
});
|
|
7552
|
+
};
|
|
7553
|
+
exports.cloudAcquisitionProfilesCreate = cloudAcquisitionProfilesCreate;
|
|
7554
|
+
/**
|
|
7555
|
+
* Delete a cloud acquisition profile
|
|
7556
|
+
* Delete a cloud acquisition profile
|
|
7557
|
+
*/
|
|
7558
|
+
const cloudAcquisitionProfilesDelete = (options) => {
|
|
7559
|
+
return (options.client ?? client_gen_1.client).delete({
|
|
7560
|
+
security: [
|
|
7561
|
+
{
|
|
7562
|
+
scheme: 'bearer',
|
|
7563
|
+
type: 'http'
|
|
7564
|
+
}
|
|
7565
|
+
],
|
|
7566
|
+
url: '/api/public/cloud-acquisition-profiles/{id}',
|
|
7567
|
+
...options
|
|
7568
|
+
});
|
|
7569
|
+
};
|
|
7570
|
+
exports.cloudAcquisitionProfilesDelete = cloudAcquisitionProfilesDelete;
|
|
7571
|
+
/**
|
|
7572
|
+
* Get a cloud acquisition profile by ID
|
|
7573
|
+
* Get a cloud acquisition profile by ID
|
|
7574
|
+
*/
|
|
7575
|
+
const cloudAcquisitionProfilesGetOne = (options) => {
|
|
7576
|
+
return (options.client ?? client_gen_1.client).get({
|
|
7577
|
+
responseType: 'json',
|
|
7578
|
+
security: [
|
|
7579
|
+
{
|
|
7580
|
+
scheme: 'bearer',
|
|
7581
|
+
type: 'http'
|
|
7582
|
+
}
|
|
7583
|
+
],
|
|
7584
|
+
url: '/api/public/cloud-acquisition-profiles/{id}',
|
|
7585
|
+
...options
|
|
7586
|
+
});
|
|
7587
|
+
};
|
|
7588
|
+
exports.cloudAcquisitionProfilesGetOne = cloudAcquisitionProfilesGetOne;
|
|
7589
|
+
/**
|
|
7590
|
+
* Update a cloud acquisition profile
|
|
7591
|
+
* Update a cloud acquisition profile
|
|
7592
|
+
*/
|
|
7593
|
+
const cloudAcquisitionProfilesUpdate = (options) => {
|
|
7594
|
+
return (options.client ?? client_gen_1.client).put({
|
|
7595
|
+
responseType: 'json',
|
|
7596
|
+
security: [
|
|
7597
|
+
{
|
|
7598
|
+
scheme: 'bearer',
|
|
7599
|
+
type: 'http'
|
|
7600
|
+
}
|
|
7601
|
+
],
|
|
7602
|
+
url: '/api/public/cloud-acquisition-profiles/{id}',
|
|
7603
|
+
...options,
|
|
7604
|
+
headers: {
|
|
7605
|
+
'Content-Type': 'application/json',
|
|
7606
|
+
...options.headers
|
|
7607
|
+
}
|
|
7608
|
+
});
|
|
7609
|
+
};
|
|
7610
|
+
exports.cloudAcquisitionProfilesUpdate = cloudAcquisitionProfilesUpdate;
|
|
7069
7611
|
//# sourceMappingURL=sdk.gen.js.map
|