From 5f6aca9971eca1103a9d93662316d3b4e1b6100d Mon Sep 17 00:00:00 2001 From: Olha Tomylko Date: Tue, 24 Feb 2026 14:06:45 +0100 Subject: [PATCH] build(patch)!: restructure to generate into src directory Align patch package with notifications/integrations build pattern: generate TypeScript into src/, add clean-generate and clean-build targets, update tsconfig to target ES2021 for ESM. Regenerated from current OpenAPI spec. BREAKING CHANGE: API endpoints changed: - All baseline management endpoints removed (BaselineDelete, CreateBaseline, DetailBaseline, ExportBaselineSystems, ListBaseline, ListBaselineSystems, ListBaselineSystemsIds, RemoveBaselineSystems, UpdateBaseline) - Deletesystem endpoint removed (no replacement) - ViewAdvisoriesSystems endpoint added - ViewSystemsAdvisories endpoint added --- packages/patch/BaselineDelete/index.ts | 66 - packages/patch/CreateBaseline/index.ts | 68 - packages/patch/Deletesystem/index.ts | 72 - packages/patch/DetailBaseline/index.ts | 66 - packages/patch/ExportBaselineSystems/index.ts | 176 --- packages/patch/ListBaseline/index.ts | 152 -- packages/patch/ListBaselineSystems/index.ts | 226 --- .../patch/ListBaselineSystemsIds/index.ts | 155 -- packages/patch/RemoveBaselineSystems/index.ts | 68 - packages/patch/UpdateBaseline/index.ts | 75 - packages/patch/custom.d.ts | 1 - packages/patch/doc/.nojekyll | 1 - packages/patch/doc/README.md | 13 - packages/patch/doc/classes/Configuration.md | 146 -- packages/patch/doc/classes/DefaultApi.md | 1266 ----------------- .../doc/interfaces/ConfigurationParameters.md | 83 -- .../ControllersAdvisoriesResponse.md | 57 - .../ControllersAdvisoriesSystemsResponse.md | 31 - .../ControllersAdvisoryDetailAttributesV1.md | 226 --- .../ControllersAdvisoryDetailItemV1.md | 57 - .../ControllersAdvisoryDetailResponseV1.md | 27 - .../ControllersAdvisoryInlineItem.md | 181 --- .../doc/interfaces/ControllersAdvisoryItem.md | 57 - .../ControllersAdvisoryItemAttributes.md | 166 --- .../ControllersAdvisorySystemsResponse.md | 57 - .../interfaces/ControllersBaselineConfig.md | 29 - .../ControllersBaselineDetailAttributes.md | 59 - .../ControllersBaselineDetailItem.md | 61 - .../ControllersBaselineDetailResponse.md | 27 - .../doc/interfaces/ControllersBaselineItem.md | 61 - .../ControllersBaselineItemAttributes.md | 46 - .../ControllersBaselineSystemAttributes.md | 29 - .../ControllersBaselineSystemItem.md | 61 - ...ControllersBaselineSystemsRemoveRequest.md | 29 - .../ControllersBaselineSystemsResponse.md | 57 - .../ControllersBaselinesResponse.md | 59 - .../ControllersCreateBaselineRequest.md | 78 - .../ControllersCreateBaselineResponse.md | 29 - .../ControllersDeleteBaselineResponse.md | 29 - .../doc/interfaces/ControllersFilterData.md | 42 - .../patch/doc/interfaces/ControllersLinks.md | 72 - .../doc/interfaces/ControllersListMeta.md | 139 -- .../ControllersPackageDetailAttributes.md | 87 -- .../ControllersPackageDetailItem.md | 57 - .../ControllersPackageDetailResponse.md | 27 - .../doc/interfaces/ControllersPackageItem.md | 72 - .../ControllersPackageSystemItem.md | 132 -- .../ControllersPackageSystemsResponse.md | 57 - .../ControllersPackageVersionItem.md | 27 - .../ControllersPackageVersionsResponse.md | 57 - .../interfaces/ControllersPackagesResponse.md | 57 - .../ControllersSystemAdvisoriesDBLookup.md | 166 --- .../ControllersSystemAdvisoriesResponse.md | 59 - .../ControllersSystemAdvisoryItem.md | 57 - ...ControllersSystemAdvisoryItemAttributes.md | 151 -- .../ControllersSystemDetailResponse.md | 27 - .../interfaces/ControllersSystemInlineItem.md | 387 ----- .../doc/interfaces/ControllersSystemItem.md | 57 - .../ControllersSystemItemAttributes.md | 372 ----- .../ControllersSystemPackageData.md | 102 -- .../ControllersSystemPackageInline.md | 102 -- .../ControllersSystemPackageResponse.md | 57 - .../doc/interfaces/ControllersSystemTag.md | 57 - .../ControllersSystemsAdvisoriesRequest.md | 42 - .../ControllersSystemsAdvisoriesResponse.md | 31 - .../interfaces/ControllersSystemsResponse.md | 57 - .../ControllersUpdateBaselineRequest.md | 82 -- .../ControllersUpdateBaselineResponse.md | 29 - .../doc/interfaces/ModelsPackageUpdate.md | 42 - .../doc/interfaces/UtilsErrorResponse.md | 27 - packages/patch/doc/modules.md | 241 ---- packages/patch/jest.config.ts | 1 + packages/patch/package.json | 26 +- packages/patch/project.json | 12 +- packages/patch/src/.gitignore | 4 + packages/patch/src/.npmignore | 6 + packages/patch/src/.openapi-generator-ignore | 23 + .../patch/{ => src}/.openapi-generator/FILES | 2 +- .../{ => src}/.openapi-generator/VERSION | 0 .../AddTemplateSubscribedSystem/index.ts | 0 .../patch/{ => src}/DetailAdvisory/index.ts | 0 .../patch/{ => src}/DetailSystem/index.ts | 0 .../patch/{ => src}/ExportAdvisories/index.ts | 0 .../{ => src}/ExportAdvisorySystems/index.ts | 0 .../{ => src}/ExportPackageSystems/index.ts | 0 .../patch/{ => src}/ExportPackages/index.ts | 0 .../{ => src}/ExportSystemAdvisories/index.ts | 0 .../{ => src}/ExportSystemPackages/index.ts | 0 .../patch/{ => src}/ExportSystems/index.ts | 0 .../{ => src}/ExportTemplateSystems/index.ts | 0 .../patch/{ => src}/LatestPackage/index.ts | 0 .../patch/{ => src}/ListAdvisories/index.ts | 0 .../{ => src}/ListAdvisoriesIds/index.ts | 0 .../{ => src}/ListAdvisorySystems/index.ts | 0 .../{ => src}/ListAdvisorySystemsIds/index.ts | 0 .../patch/{ => src}/ListPackages/index.ts | 0 .../{ => src}/ListSystemAdvisories/index.ts | 0 .../ListSystemAdvisoriesIds/index.ts | 0 .../patch/{ => src}/ListSystemTags/index.ts | 0 packages/patch/{ => src}/ListSystems/index.ts | 0 .../patch/{ => src}/ListSystemsIds/index.ts | 0 .../patch/{ => src}/ListTemplate/index.ts | 0 .../{ => src}/ListTemplateSystems/index.ts | 0 .../{ => src}/ListTemplateSystemsIds/index.ts | 0 .../patch/{ => src}/PackageSystems/index.ts | 0 .../{ => src}/PackageSystemsIds/index.ts | 0 .../patch/{ => src}/PackageVersions/index.ts | 0 .../{ => src}/RemoveTemplateSystems/index.ts | 0 .../patch/{ => src}/SystemPackages/index.ts | 0 .../patch/{ => src}/SystemVmaasJson/index.ts | 0 .../patch/{ => src}/SystemYumUpdates/index.ts | 0 .../{ => src}/UpdateTemplateSystems/index.ts | 0 .../{ => src}/ViewAdvisoriesSystems/index.ts | 0 .../{ => src}/ViewSystemsAdvisories/index.ts | 0 packages/patch/{ => src}/api.ts | 2 - packages/patch/{ => src}/index.ts | 4 - packages/patch/{ => src}/types/index.ts | 0 packages/patch/tsconfig.cjs.json | 17 +- packages/patch/tsconfig.esm.json | 25 +- tsconfig.base.json | 2 +- 120 files changed, 94 insertions(+), 7148 deletions(-) delete mode 100644 packages/patch/BaselineDelete/index.ts delete mode 100644 packages/patch/CreateBaseline/index.ts delete mode 100644 packages/patch/Deletesystem/index.ts delete mode 100644 packages/patch/DetailBaseline/index.ts delete mode 100644 packages/patch/ExportBaselineSystems/index.ts delete mode 100644 packages/patch/ListBaseline/index.ts delete mode 100644 packages/patch/ListBaselineSystems/index.ts delete mode 100644 packages/patch/ListBaselineSystemsIds/index.ts delete mode 100644 packages/patch/RemoveBaselineSystems/index.ts delete mode 100644 packages/patch/UpdateBaseline/index.ts delete mode 100644 packages/patch/custom.d.ts delete mode 100644 packages/patch/doc/.nojekyll delete mode 100644 packages/patch/doc/README.md delete mode 100644 packages/patch/doc/classes/Configuration.md delete mode 100644 packages/patch/doc/classes/DefaultApi.md delete mode 100644 packages/patch/doc/interfaces/ConfigurationParameters.md delete mode 100644 packages/patch/doc/interfaces/ControllersAdvisoriesResponse.md delete mode 100644 packages/patch/doc/interfaces/ControllersAdvisoriesSystemsResponse.md delete mode 100644 packages/patch/doc/interfaces/ControllersAdvisoryDetailAttributesV1.md delete mode 100644 packages/patch/doc/interfaces/ControllersAdvisoryDetailItemV1.md delete mode 100644 packages/patch/doc/interfaces/ControllersAdvisoryDetailResponseV1.md delete mode 100644 packages/patch/doc/interfaces/ControllersAdvisoryInlineItem.md delete mode 100644 packages/patch/doc/interfaces/ControllersAdvisoryItem.md delete mode 100644 packages/patch/doc/interfaces/ControllersAdvisoryItemAttributes.md delete mode 100644 packages/patch/doc/interfaces/ControllersAdvisorySystemsResponse.md delete mode 100644 packages/patch/doc/interfaces/ControllersBaselineConfig.md delete mode 100644 packages/patch/doc/interfaces/ControllersBaselineDetailAttributes.md delete mode 100644 packages/patch/doc/interfaces/ControllersBaselineDetailItem.md delete mode 100644 packages/patch/doc/interfaces/ControllersBaselineDetailResponse.md delete mode 100644 packages/patch/doc/interfaces/ControllersBaselineItem.md delete mode 100644 packages/patch/doc/interfaces/ControllersBaselineItemAttributes.md delete mode 100644 packages/patch/doc/interfaces/ControllersBaselineSystemAttributes.md delete mode 100644 packages/patch/doc/interfaces/ControllersBaselineSystemItem.md delete mode 100644 packages/patch/doc/interfaces/ControllersBaselineSystemsRemoveRequest.md delete mode 100644 packages/patch/doc/interfaces/ControllersBaselineSystemsResponse.md delete mode 100644 packages/patch/doc/interfaces/ControllersBaselinesResponse.md delete mode 100644 packages/patch/doc/interfaces/ControllersCreateBaselineRequest.md delete mode 100644 packages/patch/doc/interfaces/ControllersCreateBaselineResponse.md delete mode 100644 packages/patch/doc/interfaces/ControllersDeleteBaselineResponse.md delete mode 100644 packages/patch/doc/interfaces/ControllersFilterData.md delete mode 100644 packages/patch/doc/interfaces/ControllersLinks.md delete mode 100644 packages/patch/doc/interfaces/ControllersListMeta.md delete mode 100644 packages/patch/doc/interfaces/ControllersPackageDetailAttributes.md delete mode 100644 packages/patch/doc/interfaces/ControllersPackageDetailItem.md delete mode 100644 packages/patch/doc/interfaces/ControllersPackageDetailResponse.md delete mode 100644 packages/patch/doc/interfaces/ControllersPackageItem.md delete mode 100644 packages/patch/doc/interfaces/ControllersPackageSystemItem.md delete mode 100644 packages/patch/doc/interfaces/ControllersPackageSystemsResponse.md delete mode 100644 packages/patch/doc/interfaces/ControllersPackageVersionItem.md delete mode 100644 packages/patch/doc/interfaces/ControllersPackageVersionsResponse.md delete mode 100644 packages/patch/doc/interfaces/ControllersPackagesResponse.md delete mode 100644 packages/patch/doc/interfaces/ControllersSystemAdvisoriesDBLookup.md delete mode 100644 packages/patch/doc/interfaces/ControllersSystemAdvisoriesResponse.md delete mode 100644 packages/patch/doc/interfaces/ControllersSystemAdvisoryItem.md delete mode 100644 packages/patch/doc/interfaces/ControllersSystemAdvisoryItemAttributes.md delete mode 100644 packages/patch/doc/interfaces/ControllersSystemDetailResponse.md delete mode 100644 packages/patch/doc/interfaces/ControllersSystemInlineItem.md delete mode 100644 packages/patch/doc/interfaces/ControllersSystemItem.md delete mode 100644 packages/patch/doc/interfaces/ControllersSystemItemAttributes.md delete mode 100644 packages/patch/doc/interfaces/ControllersSystemPackageData.md delete mode 100644 packages/patch/doc/interfaces/ControllersSystemPackageInline.md delete mode 100644 packages/patch/doc/interfaces/ControllersSystemPackageResponse.md delete mode 100644 packages/patch/doc/interfaces/ControllersSystemTag.md delete mode 100644 packages/patch/doc/interfaces/ControllersSystemsAdvisoriesRequest.md delete mode 100644 packages/patch/doc/interfaces/ControllersSystemsAdvisoriesResponse.md delete mode 100644 packages/patch/doc/interfaces/ControllersSystemsResponse.md delete mode 100644 packages/patch/doc/interfaces/ControllersUpdateBaselineRequest.md delete mode 100644 packages/patch/doc/interfaces/ControllersUpdateBaselineResponse.md delete mode 100644 packages/patch/doc/interfaces/ModelsPackageUpdate.md delete mode 100644 packages/patch/doc/interfaces/UtilsErrorResponse.md delete mode 100644 packages/patch/doc/modules.md create mode 100644 packages/patch/src/.gitignore create mode 100644 packages/patch/src/.npmignore create mode 100644 packages/patch/src/.openapi-generator-ignore rename packages/patch/{ => src}/.openapi-generator/FILES (97%) rename packages/patch/{ => src}/.openapi-generator/VERSION (100%) rename packages/patch/{ => src}/AddTemplateSubscribedSystem/index.ts (100%) rename packages/patch/{ => src}/DetailAdvisory/index.ts (100%) rename packages/patch/{ => src}/DetailSystem/index.ts (100%) rename packages/patch/{ => src}/ExportAdvisories/index.ts (100%) rename packages/patch/{ => src}/ExportAdvisorySystems/index.ts (100%) rename packages/patch/{ => src}/ExportPackageSystems/index.ts (100%) rename packages/patch/{ => src}/ExportPackages/index.ts (100%) rename packages/patch/{ => src}/ExportSystemAdvisories/index.ts (100%) rename packages/patch/{ => src}/ExportSystemPackages/index.ts (100%) rename packages/patch/{ => src}/ExportSystems/index.ts (100%) rename packages/patch/{ => src}/ExportTemplateSystems/index.ts (100%) rename packages/patch/{ => src}/LatestPackage/index.ts (100%) rename packages/patch/{ => src}/ListAdvisories/index.ts (100%) rename packages/patch/{ => src}/ListAdvisoriesIds/index.ts (100%) rename packages/patch/{ => src}/ListAdvisorySystems/index.ts (100%) rename packages/patch/{ => src}/ListAdvisorySystemsIds/index.ts (100%) rename packages/patch/{ => src}/ListPackages/index.ts (100%) rename packages/patch/{ => src}/ListSystemAdvisories/index.ts (100%) rename packages/patch/{ => src}/ListSystemAdvisoriesIds/index.ts (100%) rename packages/patch/{ => src}/ListSystemTags/index.ts (100%) rename packages/patch/{ => src}/ListSystems/index.ts (100%) rename packages/patch/{ => src}/ListSystemsIds/index.ts (100%) rename packages/patch/{ => src}/ListTemplate/index.ts (100%) rename packages/patch/{ => src}/ListTemplateSystems/index.ts (100%) rename packages/patch/{ => src}/ListTemplateSystemsIds/index.ts (100%) rename packages/patch/{ => src}/PackageSystems/index.ts (100%) rename packages/patch/{ => src}/PackageSystemsIds/index.ts (100%) rename packages/patch/{ => src}/PackageVersions/index.ts (100%) rename packages/patch/{ => src}/RemoveTemplateSystems/index.ts (100%) rename packages/patch/{ => src}/SystemPackages/index.ts (100%) rename packages/patch/{ => src}/SystemVmaasJson/index.ts (100%) rename packages/patch/{ => src}/SystemYumUpdates/index.ts (100%) rename packages/patch/{ => src}/UpdateTemplateSystems/index.ts (100%) rename packages/patch/{ => src}/ViewAdvisoriesSystems/index.ts (100%) rename packages/patch/{ => src}/ViewSystemsAdvisories/index.ts (100%) rename packages/patch/{ => src}/api.ts (98%) rename packages/patch/{ => src}/index.ts (96%) rename packages/patch/{ => src}/types/index.ts (100%) diff --git a/packages/patch/BaselineDelete/index.ts b/packages/patch/BaselineDelete/index.ts deleted file mode 100644 index 812d33622..000000000 --- a/packages/patch/BaselineDelete/index.ts +++ /dev/null @@ -1,66 +0,0 @@ -// @ts-ignore -import type { AxiosPromise, AxiosInstance, AxiosRequestConfig, Method } from 'axios'; -// @ts-ignore -import { COLLECTION_FORMATS, RequiredError, AuthTypeEnum, DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -import type { RequestArgs } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -// @ts-ignore -import { BaseAPI } from '@redhat-cloud-services/javascript-clients-shared/dist/base'; -import { Configuration } from '@redhat-cloud-services/javascript-clients-shared/dist/configuration'; - -// @ts-ignore -import type { ControllersDeleteBaselineResponse, UtilsErrorResponse } from '../types'; - - -export type BaselineDeleteParams = { - /** - * Baseline ID - * @type { number } - * @memberof BaselineDeleteApi - */ - baselineId: number, - options?: AxiosRequestConfig -} - -export type BaselineDeleteReturnType = AxiosPromise; - -const isBaselineDeleteObjectParams = (params: [BaselineDeleteParams] | unknown[]): params is [BaselineDeleteParams] => { - return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'baselineId') -} -/** -* Delete a baseline -* @summary Delete a baseline -* @param {BaselineDeleteParams} config with all available params. -* @param {*} [options] Override http request option. -* @throws {RequiredError} -*/ -export const baselineDeleteParamCreator = async (...config: ([BaselineDeleteParams] | [number, AxiosRequestConfig])): Promise => { - const params = isBaselineDeleteObjectParams(config) ? config[0] : ['baselineId', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {}) as BaselineDeleteParams; - const { baselineId, options = {} } = params; - const localVarPath = `/baselines/{baseline_id}` - .replace(`{${"baseline_id"}}`, encodeURIComponent(String(baselineId))); - // use dummy base URL string because the URL constructor only accepts absolute URLs. - const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); - const localVarRequestOptions = { method: 'DELETE' as Method, ...options}; - const localVarHeaderParameter = {} as any; - const localVarQueryParameter = {} as any; - - - - setSearchParams(localVarUrlObj, localVarQueryParameter); - localVarRequestOptions.headers = {...localVarHeaderParameter, ...options.headers}; - - return { - urlObj: localVarUrlObj, - options: localVarRequestOptions, - auth:[ - { - // authentication RhIdentity required - // in header with key required - authType: AuthTypeEnum.InHeader, - authKey: "x-rh-identity" - } - ] - }; -} - -export default baselineDeleteParamCreator; diff --git a/packages/patch/CreateBaseline/index.ts b/packages/patch/CreateBaseline/index.ts deleted file mode 100644 index b28b5c258..000000000 --- a/packages/patch/CreateBaseline/index.ts +++ /dev/null @@ -1,68 +0,0 @@ -// @ts-ignore -import type { AxiosPromise, AxiosInstance, AxiosRequestConfig, Method } from 'axios'; -// @ts-ignore -import { COLLECTION_FORMATS, RequiredError, AuthTypeEnum, DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -import type { RequestArgs } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -// @ts-ignore -import { BaseAPI } from '@redhat-cloud-services/javascript-clients-shared/dist/base'; -import { Configuration } from '@redhat-cloud-services/javascript-clients-shared/dist/configuration'; - -// @ts-ignore -import type { ControllersCreateBaselineRequest, ControllersCreateBaselineResponse, UtilsErrorResponse } from '../types'; - - -export type CreateBaselineParams = { - /** - * Request body - * @type { ControllersCreateBaselineRequest } - * @memberof CreateBaselineApi - */ - body: ControllersCreateBaselineRequest, - options?: AxiosRequestConfig -} - -export type CreateBaselineReturnType = AxiosPromise; - -const isCreateBaselineObjectParams = (params: [CreateBaselineParams] | unknown[]): params is [CreateBaselineParams] => { - return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'body') -} -/** -* Create a baseline for my set of systems. System cannot be satellite managed. -* @summary Create a baseline for my set of systems -* @param {CreateBaselineParams} config with all available params. -* @param {*} [options] Override http request option. -* @throws {RequiredError} -*/ -export const createBaselineParamCreator = async (...config: ([CreateBaselineParams] | [ControllersCreateBaselineRequest, AxiosRequestConfig])): Promise => { - const params = isCreateBaselineObjectParams(config) ? config[0] : ['body', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {}) as CreateBaselineParams; - const { body, options = {} } = params; - const localVarPath = `/baselines`; - // use dummy base URL string because the URL constructor only accepts absolute URLs. - const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); - const localVarRequestOptions = { method: 'PUT' as Method, ...options}; - const localVarHeaderParameter = {} as any; - const localVarQueryParameter = {} as any; - - - - localVarHeaderParameter['Content-Type'] = 'application/json'; - - setSearchParams(localVarUrlObj, localVarQueryParameter); - localVarRequestOptions.headers = {...localVarHeaderParameter, ...options.headers}; - - return { - urlObj: localVarUrlObj, - options: localVarRequestOptions, - serializeData: body, - auth:[ - { - // authentication RhIdentity required - // in header with key required - authType: AuthTypeEnum.InHeader, - authKey: "x-rh-identity" - } - ] - }; -} - -export default createBaselineParamCreator; diff --git a/packages/patch/Deletesystem/index.ts b/packages/patch/Deletesystem/index.ts deleted file mode 100644 index a8310e327..000000000 --- a/packages/patch/Deletesystem/index.ts +++ /dev/null @@ -1,72 +0,0 @@ -// @ts-ignore -import type { AxiosPromise, AxiosInstance, AxiosRequestConfig, Method } from 'axios'; -// @ts-ignore -import { COLLECTION_FORMATS, RequiredError, AuthTypeEnum, DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -import type { RequestArgs } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -// @ts-ignore -import { BaseAPI } from '@redhat-cloud-services/javascript-clients-shared/dist/base'; -import { Configuration } from '@redhat-cloud-services/javascript-clients-shared/dist/configuration'; - -// @ts-ignore -import type { UtilsErrorResponse } from '../types'; - - -export type DeletesystemParams = { - /** - * Inventory ID - * @type { string } - * @memberof DeletesystemApi - */ - inventoryId: string, - options?: AxiosRequestConfig -} - -export type DeletesystemReturnType = void; - -const isDeletesystemObjectParams = (params: [DeletesystemParams] | unknown[]): params is [DeletesystemParams] => { - const l = params.length === 1 - if(l && typeof params[0] === 'object' && !Array.isArray(params[0])) { - return true && Object.prototype.hasOwnProperty.call(params[0], 'inventoryId') - } - return false -} -/** -* Delete system by inventory id -* @summary Delete system by inventory id -* @param {DeletesystemParams} config with all available params. -* @param {*} [options] Override http request option. -* @throws {RequiredError} -*/ -export const deletesystemParamCreator = async (sendRequest: BaseAPI["sendRequest"], ...config: ([DeletesystemParams] | [string, AxiosRequestConfig])) => { - const params = isDeletesystemObjectParams(config) ? config[0] : ['inventoryId', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {}) as DeletesystemParams; - const { inventoryId, options = {} } = params; - const localVarPath = `/systems/{inventory_id}` - .replace(`{${"inventory_id"}}`, encodeURIComponent(String(inventoryId))); - // use dummy base URL string because the URL constructor only accepts absolute URLs. - const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); - const localVarRequestOptions = { method: 'DELETE' as Method, ...options}; - const localVarHeaderParameter = {} as any; - const localVarQueryParameter = {} as any; - - - - setSearchParams(localVarUrlObj, localVarQueryParameter); - localVarRequestOptions.headers = {...localVarHeaderParameter, ...options.headers}; - - const args = { - urlObj: localVarUrlObj, - options: localVarRequestOptions, - auth:[ - { - // authentication RhIdentity required - // in header with key required - authType: AuthTypeEnum.InHeader, - authKey: "x-rh-identity" - } - ] - }; - - return sendRequest(Promise.resolve(args)); -} - -export default deletesystemParamCreator; diff --git a/packages/patch/DetailBaseline/index.ts b/packages/patch/DetailBaseline/index.ts deleted file mode 100644 index ae0bc285d..000000000 --- a/packages/patch/DetailBaseline/index.ts +++ /dev/null @@ -1,66 +0,0 @@ -// @ts-ignore -import type { AxiosPromise, AxiosInstance, AxiosRequestConfig, Method } from 'axios'; -// @ts-ignore -import { COLLECTION_FORMATS, RequiredError, AuthTypeEnum, DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -import type { RequestArgs } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -// @ts-ignore -import { BaseAPI } from '@redhat-cloud-services/javascript-clients-shared/dist/base'; -import { Configuration } from '@redhat-cloud-services/javascript-clients-shared/dist/configuration'; - -// @ts-ignore -import type { ControllersBaselineDetailResponse, UtilsErrorResponse } from '../types'; - - -export type DetailBaselineParams = { - /** - * Baseline ID - * @type { string } - * @memberof DetailBaselineApi - */ - baselineId: string, - options?: AxiosRequestConfig -} - -export type DetailBaselineReturnType = AxiosPromise; - -const isDetailBaselineObjectParams = (params: [DetailBaselineParams] | unknown[]): params is [DetailBaselineParams] => { - return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'baselineId') -} -/** -* Show baseline detail by given baseline ID -* @summary Show baseline detail by given baseline ID -* @param {DetailBaselineParams} config with all available params. -* @param {*} [options] Override http request option. -* @throws {RequiredError} -*/ -export const detailBaselineParamCreator = async (...config: ([DetailBaselineParams] | [string, AxiosRequestConfig])): Promise => { - const params = isDetailBaselineObjectParams(config) ? config[0] : ['baselineId', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {}) as DetailBaselineParams; - const { baselineId, options = {} } = params; - const localVarPath = `/baselines/{baseline_id}` - .replace(`{${"baseline_id"}}`, encodeURIComponent(String(baselineId))); - // use dummy base URL string because the URL constructor only accepts absolute URLs. - const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); - const localVarRequestOptions = { method: 'GET' as Method, ...options}; - const localVarHeaderParameter = {} as any; - const localVarQueryParameter = {} as any; - - - - setSearchParams(localVarUrlObj, localVarQueryParameter); - localVarRequestOptions.headers = {...localVarHeaderParameter, ...options.headers}; - - return { - urlObj: localVarUrlObj, - options: localVarRequestOptions, - auth:[ - { - // authentication RhIdentity required - // in header with key required - authType: AuthTypeEnum.InHeader, - authKey: "x-rh-identity" - } - ] - }; -} - -export default detailBaselineParamCreator; diff --git a/packages/patch/ExportBaselineSystems/index.ts b/packages/patch/ExportBaselineSystems/index.ts deleted file mode 100644 index 5426d83ae..000000000 --- a/packages/patch/ExportBaselineSystems/index.ts +++ /dev/null @@ -1,176 +0,0 @@ -// @ts-ignore -import type { AxiosPromise, AxiosInstance, AxiosRequestConfig, Method } from 'axios'; -// @ts-ignore -import { COLLECTION_FORMATS, RequiredError, AuthTypeEnum, DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -import type { RequestArgs } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -// @ts-ignore -import { BaseAPI } from '@redhat-cloud-services/javascript-clients-shared/dist/base'; -import { Configuration } from '@redhat-cloud-services/javascript-clients-shared/dist/configuration'; - -// @ts-ignore -import type { ControllersBaselineSystemsDBLookup, UtilsErrorResponse } from '../types'; - - -export type ExportBaselineSystemsParams = { - /** - * Baseline ID - * @type { number } - * @memberof ExportBaselineSystemsApi - */ - baselineId: number, - /** - * Find matching text - * @type { string } - * @memberof ExportBaselineSystemsApi - */ - search?: string, - /** - * Filter - * @type { string } - * @memberof ExportBaselineSystemsApi - */ - filterDisplayName?: string, - /** - * Filter - * @type { string } - * @memberof ExportBaselineSystemsApi - */ - filterOs?: string, - /** - * Tag filter - * @type { Array } - * @memberof ExportBaselineSystemsApi - */ - tags?: Array, - /** - * Filter systems by inventory groups - * @type { Array } - * @memberof ExportBaselineSystemsApi - */ - filterGroupName?: Array, - /** - * Filter only SAP systems - * @type { string } - * @memberof ExportBaselineSystemsApi - */ - filterSystemProfileSapSystem?: string, - /** - * Filter systems by their SAP SIDs - * @type { Array } - * @memberof ExportBaselineSystemsApi - */ - filterSystemProfileSapSids?: Array, - /** - * Filter systems by ansible - * @type { string } - * @memberof ExportBaselineSystemsApi - */ - filterSystemProfileAnsible?: string, - /** - * Filter systems by ansible version - * @type { string } - * @memberof ExportBaselineSystemsApi - */ - filterSystemProfileAnsibleControllerVersion?: string, - /** - * Filter systems by mssql version - * @type { string } - * @memberof ExportBaselineSystemsApi - */ - filterSystemProfileMssql?: string, - /** - * Filter systems by mssql version - * @type { string } - * @memberof ExportBaselineSystemsApi - */ - filterSystemProfileMssqlVersion?: string, - options?: AxiosRequestConfig -} - -export type ExportBaselineSystemsReturnType = AxiosPromise>; - -const isExportBaselineSystemsObjectParams = (params: [ExportBaselineSystemsParams] | unknown[]): params is [ExportBaselineSystemsParams] => { - return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'baselineId') && true && true && true && true && true && true && true && true && true && true && true -} -/** -* Export systems applicable to a baseline. Export endpoints are not paginated. -* @summary Export systems belonging to a baseline -* @param {ExportBaselineSystemsParams} config with all available params. -* @param {*} [options] Override http request option. -* @throws {RequiredError} -*/ -export const exportBaselineSystemsParamCreator = async (...config: ([ExportBaselineSystemsParams] | [number, string, string, string, Array, Array, string, Array, string, string, string, string, AxiosRequestConfig])): Promise => { - const params = isExportBaselineSystemsObjectParams(config) ? config[0] : ['baselineId', 'search', 'filterDisplayName', 'filterOs', 'tags', 'filterGroupName', 'filterSystemProfileSapSystem', 'filterSystemProfileSapSids', 'filterSystemProfileAnsible', 'filterSystemProfileAnsibleControllerVersion', 'filterSystemProfileMssql', 'filterSystemProfileMssqlVersion', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {}) as ExportBaselineSystemsParams; - const { baselineId, search, filterDisplayName, filterOs, tags, filterGroupName, filterSystemProfileSapSystem, filterSystemProfileSapSids, filterSystemProfileAnsible, filterSystemProfileAnsibleControllerVersion, filterSystemProfileMssql, filterSystemProfileMssqlVersion, options = {} } = params; - const localVarPath = `/export/baselines/{baseline_id}/systems` - .replace(`{${"baseline_id"}}`, encodeURIComponent(String(baselineId))); - // use dummy base URL string because the URL constructor only accepts absolute URLs. - const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); - const localVarRequestOptions = { method: 'GET' as Method, ...options}; - const localVarHeaderParameter = {} as any; - const localVarQueryParameter = {} as any; - - if (search !== undefined) { - localVarQueryParameter['search'] = search; - } - - if (filterDisplayName !== undefined) { - localVarQueryParameter['filter[display_name]'] = filterDisplayName; - } - - if (filterOs !== undefined) { - localVarQueryParameter['filter[os]'] = filterOs; - } - - if (tags) { - localVarQueryParameter['tags'] = tags; - } - - if (filterGroupName) { - localVarQueryParameter['filter[group_name]'] = filterGroupName; - } - - if (filterSystemProfileSapSystem !== undefined) { - localVarQueryParameter['filter[system_profile][sap_system]'] = filterSystemProfileSapSystem; - } - - if (filterSystemProfileSapSids) { - localVarQueryParameter['filter[system_profile][sap_sids]'] = filterSystemProfileSapSids; - } - - if (filterSystemProfileAnsible !== undefined) { - localVarQueryParameter['filter[system_profile][ansible]'] = filterSystemProfileAnsible; - } - - if (filterSystemProfileAnsibleControllerVersion !== undefined) { - localVarQueryParameter['filter[system_profile][ansible][controller_version]'] = filterSystemProfileAnsibleControllerVersion; - } - - if (filterSystemProfileMssql !== undefined) { - localVarQueryParameter['filter[system_profile][mssql]'] = filterSystemProfileMssql; - } - - if (filterSystemProfileMssqlVersion !== undefined) { - localVarQueryParameter['filter[system_profile][mssql][version]'] = filterSystemProfileMssqlVersion; - } - - - - setSearchParams(localVarUrlObj, localVarQueryParameter); - localVarRequestOptions.headers = {...localVarHeaderParameter, ...options.headers}; - - return { - urlObj: localVarUrlObj, - options: localVarRequestOptions, - auth:[ - { - // authentication RhIdentity required - // in header with key required - authType: AuthTypeEnum.InHeader, - authKey: "x-rh-identity" - } - ] - }; -} - -export default exportBaselineSystemsParamCreator; diff --git a/packages/patch/ListBaseline/index.ts b/packages/patch/ListBaseline/index.ts deleted file mode 100644 index 092fa436e..000000000 --- a/packages/patch/ListBaseline/index.ts +++ /dev/null @@ -1,152 +0,0 @@ -// @ts-ignore -import type { AxiosPromise, AxiosInstance, AxiosRequestConfig, Method } from 'axios'; -// @ts-ignore -import { COLLECTION_FORMATS, RequiredError, AuthTypeEnum, DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -import type { RequestArgs } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -// @ts-ignore -import { BaseAPI } from '@redhat-cloud-services/javascript-clients-shared/dist/base'; -import { Configuration } from '@redhat-cloud-services/javascript-clients-shared/dist/configuration'; - -// @ts-ignore -import type { ControllersBaselinesResponse, UtilsErrorResponse } from '../types'; - - -export type ListBaselineParams = { - /** - * Limit for paging - * @type { number } - * @memberof ListBaselineApi - */ - limit?: number, - /** - * Offset for paging - * @type { number } - * @memberof ListBaselineApi - */ - offset?: number, - /** - * Sort field - * @type { ListBaselineSortEnum } - * @memberof ListBaselineApi - */ - sort?: ListBaselineSortEnum, - /** - * Find matching text - * @type { string } - * @memberof ListBaselineApi - */ - search?: string, - /** - * Filter - * @type { string } - * @memberof ListBaselineApi - */ - filterId?: string, - /** - * Filter - * @type { string } - * @memberof ListBaselineApi - */ - filterName?: string, - /** - * Filter - * @type { string } - * @memberof ListBaselineApi - */ - filterSystems?: string, - /** - * Tag filter - * @type { Array } - * @memberof ListBaselineApi - */ - tags?: Array, - options?: AxiosRequestConfig -} -/** - * @export - * @enum {string} - */ -export const ListBaselineSortEnum = { - Id: 'id', - Name: 'name', - Systems: 'systems', - Published: 'published', - LastEdited: 'last_edited', - Creator: 'creator' -} as const; -export type ListBaselineSortEnum = typeof ListBaselineSortEnum[keyof typeof ListBaselineSortEnum]; - -export type ListBaselineReturnType = AxiosPromise; - -const isListBaselineObjectParams = (params: [ListBaselineParams] | unknown[]): params is [ListBaselineParams] => { - return params.length === 1 && true && true && true && true && true && true && true && true -} -/** -* Show me all baselines for all my systems -* @summary Show me all baselines for all my systems -* @param {ListBaselineParams} config with all available params. -* @param {*} [options] Override http request option. -* @throws {RequiredError} -*/ -export const listBaselineParamCreator = async (...config: ([ListBaselineParams] | [number, number, ListBaselineSortEnum, string, string, string, string, Array, AxiosRequestConfig])): Promise => { - const params = isListBaselineObjectParams(config) ? config[0] : ['limit', 'offset', 'sort', 'search', 'filterId', 'filterName', 'filterSystems', 'tags', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {}) as ListBaselineParams; - const { limit, offset, sort, search, filterId, filterName, filterSystems, tags, options = {} } = params; - const localVarPath = `/baselines`; - // use dummy base URL string because the URL constructor only accepts absolute URLs. - const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); - const localVarRequestOptions = { method: 'GET' as Method, ...options}; - const localVarHeaderParameter = {} as any; - const localVarQueryParameter = {} as any; - - if (limit !== undefined) { - localVarQueryParameter['limit'] = limit; - } - - if (offset !== undefined) { - localVarQueryParameter['offset'] = offset; - } - - if (sort !== undefined) { - localVarQueryParameter['sort'] = sort; - } - - if (search !== undefined) { - localVarQueryParameter['search'] = search; - } - - if (filterId !== undefined) { - localVarQueryParameter['filter[id]'] = filterId; - } - - if (filterName !== undefined) { - localVarQueryParameter['filter[name]'] = filterName; - } - - if (filterSystems !== undefined) { - localVarQueryParameter['filter[systems]'] = filterSystems; - } - - if (tags) { - localVarQueryParameter['tags'] = tags; - } - - - - setSearchParams(localVarUrlObj, localVarQueryParameter); - localVarRequestOptions.headers = {...localVarHeaderParameter, ...options.headers}; - - return { - urlObj: localVarUrlObj, - options: localVarRequestOptions, - auth:[ - { - // authentication RhIdentity required - // in header with key required - authType: AuthTypeEnum.InHeader, - authKey: "x-rh-identity" - } - ] - }; -} - -export default listBaselineParamCreator; diff --git a/packages/patch/ListBaselineSystems/index.ts b/packages/patch/ListBaselineSystems/index.ts deleted file mode 100644 index 185713c5e..000000000 --- a/packages/patch/ListBaselineSystems/index.ts +++ /dev/null @@ -1,226 +0,0 @@ -// @ts-ignore -import type { AxiosPromise, AxiosInstance, AxiosRequestConfig, Method } from 'axios'; -// @ts-ignore -import { COLLECTION_FORMATS, RequiredError, AuthTypeEnum, DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -import type { RequestArgs } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -// @ts-ignore -import { BaseAPI } from '@redhat-cloud-services/javascript-clients-shared/dist/base'; -import { Configuration } from '@redhat-cloud-services/javascript-clients-shared/dist/configuration'; - -// @ts-ignore -import type { ControllersBaselineSystemsResponse, UtilsErrorResponse } from '../types'; - - -export type ListBaselineSystemsParams = { - /** - * Baseline ID - * @type { number } - * @memberof ListBaselineSystemsApi - */ - baselineId: number, - /** - * Limit for paging - * @type { number } - * @memberof ListBaselineSystemsApi - */ - limit?: number, - /** - * Offset for paging - * @type { number } - * @memberof ListBaselineSystemsApi - */ - offset?: number, - /** - * Sort field - * @type { ListBaselineSystemsSortEnum } - * @memberof ListBaselineSystemsApi - */ - sort?: ListBaselineSystemsSortEnum, - /** - * Find matching text - * @type { string } - * @memberof ListBaselineSystemsApi - */ - search?: string, - /** - * Filter - * @type { string } - * @memberof ListBaselineSystemsApi - */ - filterDisplayName?: string, - /** - * Filter - * @type { string } - * @memberof ListBaselineSystemsApi - */ - filterOs?: string, - /** - * Tag filter - * @type { Array } - * @memberof ListBaselineSystemsApi - */ - tags?: Array, - /** - * Filter systems by inventory groups - * @type { Array } - * @memberof ListBaselineSystemsApi - */ - filterGroupName?: Array, - /** - * Filter only SAP systems - * @type { string } - * @memberof ListBaselineSystemsApi - */ - filterSystemProfileSapSystem?: string, - /** - * Filter systems by their SAP SIDs - * @type { Array } - * @memberof ListBaselineSystemsApi - */ - filterSystemProfileSapSids?: Array, - /** - * Filter systems by ansible - * @type { string } - * @memberof ListBaselineSystemsApi - */ - filterSystemProfileAnsible?: string, - /** - * Filter systems by ansible version - * @type { string } - * @memberof ListBaselineSystemsApi - */ - filterSystemProfileAnsibleControllerVersion?: string, - /** - * Filter systems by mssql version - * @type { string } - * @memberof ListBaselineSystemsApi - */ - filterSystemProfileMssql?: string, - /** - * Filter systems by mssql version - * @type { string } - * @memberof ListBaselineSystemsApi - */ - filterSystemProfileMssqlVersion?: string, - options?: AxiosRequestConfig -} -/** - * @export - * @enum {string} - */ -export const ListBaselineSystemsSortEnum = { - Id: 'id', - DisplayName: 'display_name', - Os: 'os', - InstallableRhsaCount: 'installable_rhsa_count', - InstallableRhbaCount: 'installable_rhba_count', - InstallableRheaCount: 'installable_rhea_count', - InstallableOtherCount: 'installable_other_count', - ApplicableRhsaCount: 'applicable_rhsa_count', - ApplicableRhbaCount: 'applicable_rhba_count', - ApplicableRheaCount: 'applicable_rhea_count', - ApplicableOtherCount: 'applicable_other_count', - LastUpload: 'last_upload', - Groups: 'groups' -} as const; -export type ListBaselineSystemsSortEnum = typeof ListBaselineSystemsSortEnum[keyof typeof ListBaselineSystemsSortEnum]; - -export type ListBaselineSystemsReturnType = AxiosPromise; - -const isListBaselineSystemsObjectParams = (params: [ListBaselineSystemsParams] | unknown[]): params is [ListBaselineSystemsParams] => { - return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'baselineId') && true && true && true && true && true && true && true && true && true && true && true && true && true && true -} -/** -* Show me all systems applicable to a baseline -* @summary Show me all systems belonging to a baseline -* @param {ListBaselineSystemsParams} config with all available params. -* @param {*} [options] Override http request option. -* @throws {RequiredError} -*/ -export const listBaselineSystemsParamCreator = async (...config: ([ListBaselineSystemsParams] | [number, number, number, ListBaselineSystemsSortEnum, string, string, string, Array, Array, string, Array, string, string, string, string, AxiosRequestConfig])): Promise => { - const params = isListBaselineSystemsObjectParams(config) ? config[0] : ['baselineId', 'limit', 'offset', 'sort', 'search', 'filterDisplayName', 'filterOs', 'tags', 'filterGroupName', 'filterSystemProfileSapSystem', 'filterSystemProfileSapSids', 'filterSystemProfileAnsible', 'filterSystemProfileAnsibleControllerVersion', 'filterSystemProfileMssql', 'filterSystemProfileMssqlVersion', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {}) as ListBaselineSystemsParams; - const { baselineId, limit, offset, sort, search, filterDisplayName, filterOs, tags, filterGroupName, filterSystemProfileSapSystem, filterSystemProfileSapSids, filterSystemProfileAnsible, filterSystemProfileAnsibleControllerVersion, filterSystemProfileMssql, filterSystemProfileMssqlVersion, options = {} } = params; - const localVarPath = `/baselines/{baseline_id}/systems` - .replace(`{${"baseline_id"}}`, encodeURIComponent(String(baselineId))); - // use dummy base URL string because the URL constructor only accepts absolute URLs. - const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); - const localVarRequestOptions = { method: 'GET' as Method, ...options}; - const localVarHeaderParameter = {} as any; - const localVarQueryParameter = {} as any; - - if (limit !== undefined) { - localVarQueryParameter['limit'] = limit; - } - - if (offset !== undefined) { - localVarQueryParameter['offset'] = offset; - } - - if (sort !== undefined) { - localVarQueryParameter['sort'] = sort; - } - - if (search !== undefined) { - localVarQueryParameter['search'] = search; - } - - if (filterDisplayName !== undefined) { - localVarQueryParameter['filter[display_name]'] = filterDisplayName; - } - - if (filterOs !== undefined) { - localVarQueryParameter['filter[os]'] = filterOs; - } - - if (tags) { - localVarQueryParameter['tags'] = tags; - } - - if (filterGroupName) { - localVarQueryParameter['filter[group_name]'] = filterGroupName; - } - - if (filterSystemProfileSapSystem !== undefined) { - localVarQueryParameter['filter[system_profile][sap_system]'] = filterSystemProfileSapSystem; - } - - if (filterSystemProfileSapSids) { - localVarQueryParameter['filter[system_profile][sap_sids]'] = filterSystemProfileSapSids; - } - - if (filterSystemProfileAnsible !== undefined) { - localVarQueryParameter['filter[system_profile][ansible]'] = filterSystemProfileAnsible; - } - - if (filterSystemProfileAnsibleControllerVersion !== undefined) { - localVarQueryParameter['filter[system_profile][ansible][controller_version]'] = filterSystemProfileAnsibleControllerVersion; - } - - if (filterSystemProfileMssql !== undefined) { - localVarQueryParameter['filter[system_profile][mssql]'] = filterSystemProfileMssql; - } - - if (filterSystemProfileMssqlVersion !== undefined) { - localVarQueryParameter['filter[system_profile][mssql][version]'] = filterSystemProfileMssqlVersion; - } - - - - setSearchParams(localVarUrlObj, localVarQueryParameter); - localVarRequestOptions.headers = {...localVarHeaderParameter, ...options.headers}; - - return { - urlObj: localVarUrlObj, - options: localVarRequestOptions, - auth:[ - { - // authentication RhIdentity required - // in header with key required - authType: AuthTypeEnum.InHeader, - authKey: "x-rh-identity" - } - ] - }; -} - -export default listBaselineSystemsParamCreator; diff --git a/packages/patch/ListBaselineSystemsIds/index.ts b/packages/patch/ListBaselineSystemsIds/index.ts deleted file mode 100644 index 462574fb8..000000000 --- a/packages/patch/ListBaselineSystemsIds/index.ts +++ /dev/null @@ -1,155 +0,0 @@ -// @ts-ignore -import type { AxiosPromise, AxiosInstance, AxiosRequestConfig, Method } from 'axios'; -// @ts-ignore -import { COLLECTION_FORMATS, RequiredError, AuthTypeEnum, DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -import type { RequestArgs } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -// @ts-ignore -import { BaseAPI } from '@redhat-cloud-services/javascript-clients-shared/dist/base'; -import { Configuration } from '@redhat-cloud-services/javascript-clients-shared/dist/configuration'; - -// @ts-ignore -import type { ControllersIDsPlainResponse, UtilsErrorResponse } from '../types'; - - -export type ListBaselineSystemsIdsParams = { - /** - * Baseline ID - * @type { number } - * @memberof ListBaselineSystemsIdsApi - */ - baselineId: number, - /** - * Limit for paging - * @type { number } - * @memberof ListBaselineSystemsIdsApi - */ - limit?: number, - /** - * Offset for paging - * @type { number } - * @memberof ListBaselineSystemsIdsApi - */ - offset?: number, - /** - * Sort field - * @type { ListBaselineSystemsIdsSortEnum } - * @memberof ListBaselineSystemsIdsApi - */ - sort?: ListBaselineSystemsIdsSortEnum, - /** - * Find matching text - * @type { string } - * @memberof ListBaselineSystemsIdsApi - */ - search?: string, - /** - * Filter - * @type { string } - * @memberof ListBaselineSystemsIdsApi - */ - filterDisplayName?: string, - /** - * Filter - * @type { string } - * @memberof ListBaselineSystemsIdsApi - */ - filterOs?: string, - /** - * Tag filter - * @type { Array } - * @memberof ListBaselineSystemsIdsApi - */ - tags?: Array, - options?: AxiosRequestConfig -} -/** - * @export - * @enum {string} - */ -export const ListBaselineSystemsIdsSortEnum = { - Id: 'id', - DisplayName: 'display_name', - Os: 'os', - InstallableRhsaCount: 'installable_rhsa_count', - InstallableRhbaCount: 'installable_rhba_count', - InstallableRheaCount: 'installable_rhea_count', - InstallableOtherCount: 'installable_other_count', - ApplicableRhsaCount: 'applicable_rhsa_count', - ApplicableRhbaCount: 'applicable_rhba_count', - ApplicableRheaCount: 'applicable_rhea_count', - ApplicableOtherCount: 'applicable_other_count', - LastUpload: 'last_upload' -} as const; -export type ListBaselineSystemsIdsSortEnum = typeof ListBaselineSystemsIdsSortEnum[keyof typeof ListBaselineSystemsIdsSortEnum]; - -export type ListBaselineSystemsIdsReturnType = AxiosPromise; - -const isListBaselineSystemsIdsObjectParams = (params: [ListBaselineSystemsIdsParams] | unknown[]): params is [ListBaselineSystemsIdsParams] => { - return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'baselineId') && true && true && true && true && true && true && true -} -/** -* Show me all systems applicable to a baseline -* @summary Show me all systems belonging to a baseline -* @param {ListBaselineSystemsIdsParams} config with all available params. -* @param {*} [options] Override http request option. -* @throws {RequiredError} -*/ -export const listBaselineSystemsIdsParamCreator = async (...config: ([ListBaselineSystemsIdsParams] | [number, number, number, ListBaselineSystemsIdsSortEnum, string, string, string, Array, AxiosRequestConfig])): Promise => { - const params = isListBaselineSystemsIdsObjectParams(config) ? config[0] : ['baselineId', 'limit', 'offset', 'sort', 'search', 'filterDisplayName', 'filterOs', 'tags', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {}) as ListBaselineSystemsIdsParams; - const { baselineId, limit, offset, sort, search, filterDisplayName, filterOs, tags, options = {} } = params; - const localVarPath = `/ids/baselines/{baseline_id}/systems` - .replace(`{${"baseline_id"}}`, encodeURIComponent(String(baselineId))); - // use dummy base URL string because the URL constructor only accepts absolute URLs. - const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); - const localVarRequestOptions = { method: 'GET' as Method, ...options}; - const localVarHeaderParameter = {} as any; - const localVarQueryParameter = {} as any; - - if (limit !== undefined) { - localVarQueryParameter['limit'] = limit; - } - - if (offset !== undefined) { - localVarQueryParameter['offset'] = offset; - } - - if (sort !== undefined) { - localVarQueryParameter['sort'] = sort; - } - - if (search !== undefined) { - localVarQueryParameter['search'] = search; - } - - if (filterDisplayName !== undefined) { - localVarQueryParameter['filter[display_name]'] = filterDisplayName; - } - - if (filterOs !== undefined) { - localVarQueryParameter['filter[os]'] = filterOs; - } - - if (tags) { - localVarQueryParameter['tags'] = tags; - } - - - - setSearchParams(localVarUrlObj, localVarQueryParameter); - localVarRequestOptions.headers = {...localVarHeaderParameter, ...options.headers}; - - return { - urlObj: localVarUrlObj, - options: localVarRequestOptions, - auth:[ - { - // authentication RhIdentity required - // in header with key required - authType: AuthTypeEnum.InHeader, - authKey: "x-rh-identity" - } - ] - }; -} - -export default listBaselineSystemsIdsParamCreator; diff --git a/packages/patch/RemoveBaselineSystems/index.ts b/packages/patch/RemoveBaselineSystems/index.ts deleted file mode 100644 index b9de53f8b..000000000 --- a/packages/patch/RemoveBaselineSystems/index.ts +++ /dev/null @@ -1,68 +0,0 @@ -// @ts-ignore -import type { AxiosPromise, AxiosInstance, AxiosRequestConfig, Method } from 'axios'; -// @ts-ignore -import { COLLECTION_FORMATS, RequiredError, AuthTypeEnum, DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -import type { RequestArgs } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -// @ts-ignore -import { BaseAPI } from '@redhat-cloud-services/javascript-clients-shared/dist/base'; -import { Configuration } from '@redhat-cloud-services/javascript-clients-shared/dist/configuration'; - -// @ts-ignore -import type { ControllersBaselineSystemsRemoveRequest, UtilsErrorResponse } from '../types'; - - -export type RemoveBaselineSystemsParams = { - /** - * Request body - * @type { ControllersBaselineSystemsRemoveRequest } - * @memberof RemoveBaselineSystemsApi - */ - body: ControllersBaselineSystemsRemoveRequest, - options?: AxiosRequestConfig -} - -export type RemoveBaselineSystemsReturnType = AxiosPromise; - -const isRemoveBaselineSystemsObjectParams = (params: [RemoveBaselineSystemsParams] | unknown[]): params is [RemoveBaselineSystemsParams] => { - return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'body') -} -/** -* Remove systems from baseline -* @summary Remove systems from baseline -* @param {RemoveBaselineSystemsParams} config with all available params. -* @param {*} [options] Override http request option. -* @throws {RequiredError} -*/ -export const removeBaselineSystemsParamCreator = async (...config: ([RemoveBaselineSystemsParams] | [ControllersBaselineSystemsRemoveRequest, AxiosRequestConfig])): Promise => { - const params = isRemoveBaselineSystemsObjectParams(config) ? config[0] : ['body', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {}) as RemoveBaselineSystemsParams; - const { body, options = {} } = params; - const localVarPath = `/baselines/systems/remove`; - // use dummy base URL string because the URL constructor only accepts absolute URLs. - const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); - const localVarRequestOptions = { method: 'POST' as Method, ...options}; - const localVarHeaderParameter = {} as any; - const localVarQueryParameter = {} as any; - - - - localVarHeaderParameter['Content-Type'] = 'application/json'; - - setSearchParams(localVarUrlObj, localVarQueryParameter); - localVarRequestOptions.headers = {...localVarHeaderParameter, ...options.headers}; - - return { - urlObj: localVarUrlObj, - options: localVarRequestOptions, - serializeData: body, - auth:[ - { - // authentication RhIdentity required - // in header with key required - authType: AuthTypeEnum.InHeader, - authKey: "x-rh-identity" - } - ] - }; -} - -export default removeBaselineSystemsParamCreator; diff --git a/packages/patch/UpdateBaseline/index.ts b/packages/patch/UpdateBaseline/index.ts deleted file mode 100644 index 099540b48..000000000 --- a/packages/patch/UpdateBaseline/index.ts +++ /dev/null @@ -1,75 +0,0 @@ -// @ts-ignore -import type { AxiosPromise, AxiosInstance, AxiosRequestConfig, Method } from 'axios'; -// @ts-ignore -import { COLLECTION_FORMATS, RequiredError, AuthTypeEnum, DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -import type { RequestArgs } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -// @ts-ignore -import { BaseAPI } from '@redhat-cloud-services/javascript-clients-shared/dist/base'; -import { Configuration } from '@redhat-cloud-services/javascript-clients-shared/dist/configuration'; - -// @ts-ignore -import type { ControllersUpdateBaselineRequest, ControllersUpdateBaselineResponse, UtilsErrorResponse } from '../types'; - - -export type UpdateBaselineParams = { - /** - * Baseline ID - * @type { number } - * @memberof UpdateBaselineApi - */ - baselineId: number, - /** - * Request body - * @type { ControllersUpdateBaselineRequest } - * @memberof UpdateBaselineApi - */ - body: ControllersUpdateBaselineRequest, - options?: AxiosRequestConfig -} - -export type UpdateBaselineReturnType = AxiosPromise; - -const isUpdateBaselineObjectParams = (params: [UpdateBaselineParams] | unknown[]): params is [UpdateBaselineParams] => { - return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'baselineId') && Object.prototype.hasOwnProperty.call(params, 'body') -} -/** -* Update a baseline for my set of systems. System cannot be satellite managed. -* @summary Update a baseline for my set of systems -* @param {UpdateBaselineParams} config with all available params. -* @param {*} [options] Override http request option. -* @throws {RequiredError} -*/ -export const updateBaselineParamCreator = async (...config: ([UpdateBaselineParams] | [number, ControllersUpdateBaselineRequest, AxiosRequestConfig])): Promise => { - const params = isUpdateBaselineObjectParams(config) ? config[0] : ['baselineId', 'body', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {}) as UpdateBaselineParams; - const { baselineId, body, options = {} } = params; - const localVarPath = `/baselines/{baseline_id}` - .replace(`{${"baseline_id"}}`, encodeURIComponent(String(baselineId))); - // use dummy base URL string because the URL constructor only accepts absolute URLs. - const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); - const localVarRequestOptions = { method: 'PUT' as Method, ...options}; - const localVarHeaderParameter = {} as any; - const localVarQueryParameter = {} as any; - - - - localVarHeaderParameter['Content-Type'] = 'application/json'; - - setSearchParams(localVarUrlObj, localVarQueryParameter); - localVarRequestOptions.headers = {...localVarHeaderParameter, ...options.headers}; - - return { - urlObj: localVarUrlObj, - options: localVarRequestOptions, - serializeData: body, - auth:[ - { - // authentication RhIdentity required - // in header with key required - authType: AuthTypeEnum.InHeader, - authKey: "x-rh-identity" - } - ] - }; -} - -export default updateBaselineParamCreator; diff --git a/packages/patch/custom.d.ts b/packages/patch/custom.d.ts deleted file mode 100644 index 32534cb16..000000000 --- a/packages/patch/custom.d.ts +++ /dev/null @@ -1 +0,0 @@ -declare module 'url'; \ No newline at end of file diff --git a/packages/patch/doc/.nojekyll b/packages/patch/doc/.nojekyll deleted file mode 100644 index e2ac6616a..000000000 --- a/packages/patch/doc/.nojekyll +++ /dev/null @@ -1 +0,0 @@ -TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/packages/patch/doc/README.md b/packages/patch/doc/README.md deleted file mode 100644 index e29fede55..000000000 --- a/packages/patch/doc/README.md +++ /dev/null @@ -1,13 +0,0 @@ -@redhat-cloud-services/patch-client / [Exports](modules.md) - -## Building - -Run `nx build @redhat-cloud-services/patch-client` to build the library. - -## Running unit tests - -Run `nx test @redhat-cloud-services/patch-client` to execute the unit tests via [Jest](https://jestjs.io). - -## API documentation - -* [README](doc/README.md) diff --git a/packages/patch/doc/classes/Configuration.md b/packages/patch/doc/classes/Configuration.md deleted file mode 100644 index 50f7a36ab..000000000 --- a/packages/patch/doc/classes/Configuration.md +++ /dev/null @@ -1,146 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / Configuration - -# Class: Configuration - -## Table of contents - -### Constructors - -- [constructor](Configuration.md#constructor) - -### Properties - -- [accessToken](Configuration.md#accesstoken) -- [apiKey](Configuration.md#apikey) -- [baseOptions](Configuration.md#baseoptions) -- [basePath](Configuration.md#basepath) -- [password](Configuration.md#password) -- [username](Configuration.md#username) - -## Constructors - -### constructor - -• **new Configuration**(`param?`): [`Configuration`](Configuration.md) - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `param` | [`ConfigurationParameters`](../interfaces/ConfigurationParameters.md) | - -#### Returns - -[`Configuration`](Configuration.md) - -#### Defined in - -[configuration.ts:67](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/configuration.ts#L67) - -## Properties - -### accessToken - -• `Optional` **accessToken**: `string` \| (`name?`: `string`, `scopes?`: `string`[]) => `string` - -parameter for oauth2 security - -**`Param`** - -security name - -**`Param`** - -oauth2 scope - -**`Memberof`** - -Configuration - -#### Defined in - -[configuration.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/configuration.ts#L51) - -___ - -### apiKey - -• `Optional` **apiKey**: `string` \| `Promise`\<`string`\> \| (`name`: `string`) => `string` \| (`name`: `string`) => `Promise`\<`string`\> - -parameter for apiKey security - -**`Param`** - -security name - -**`Memberof`** - -Configuration - -#### Defined in - -[configuration.ts:30](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/configuration.ts#L30) - -___ - -### baseOptions - -• `Optional` **baseOptions**: `any` - -base options for axios calls - -**`Memberof`** - -Configuration - -#### Defined in - -[configuration.ts:65](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/configuration.ts#L65) - -___ - -### basePath - -• `Optional` **basePath**: `string` - -override base path - -**`Memberof`** - -Configuration - -#### Defined in - -[configuration.ts:58](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/configuration.ts#L58) - -___ - -### password - -• `Optional` **password**: `string` - -parameter for basic security - -**`Memberof`** - -Configuration - -#### Defined in - -[configuration.ts:44](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/configuration.ts#L44) - -___ - -### username - -• `Optional` **username**: `string` - -parameter for basic security - -**`Memberof`** - -Configuration - -#### Defined in - -[configuration.ts:37](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/configuration.ts#L37) diff --git a/packages/patch/doc/classes/DefaultApi.md b/packages/patch/doc/classes/DefaultApi.md deleted file mode 100644 index 1c1b9d574..000000000 --- a/packages/patch/doc/classes/DefaultApi.md +++ /dev/null @@ -1,1266 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / DefaultApi - -# Class: DefaultApi - -DefaultApi - object-oriented interface - -**`Export`** - -DefaultApi - -## Hierarchy - -- `BaseAPI` - - ↳ **`DefaultApi`** - -## Table of contents - -### Constructors - -- [constructor](DefaultApi.md#constructor) - -### Properties - -- [axios](DefaultApi.md#axios) -- [basePath](DefaultApi.md#basepath) -- [configuration](DefaultApi.md#configuration) - -### Methods - -- [baselineDelete](DefaultApi.md#baselinedelete) -- [createBaseline](DefaultApi.md#createbaseline) -- [deletesystem](DefaultApi.md#deletesystem) -- [detailAdvisory](DefaultApi.md#detailadvisory) -- [detailBaseline](DefaultApi.md#detailbaseline) -- [detailSystem](DefaultApi.md#detailsystem) -- [exportAdvisories](DefaultApi.md#exportadvisories) -- [exportAdvisorySystems](DefaultApi.md#exportadvisorysystems) -- [exportPackageSystems](DefaultApi.md#exportpackagesystems) -- [exportPackages](DefaultApi.md#exportpackages) -- [exportSystemAdvisories](DefaultApi.md#exportsystemadvisories) -- [exportSystemPackages](DefaultApi.md#exportsystempackages) -- [exportSystems](DefaultApi.md#exportsystems) -- [latestPackage](DefaultApi.md#latestpackage) -- [listAdvisories](DefaultApi.md#listadvisories) -- [listAdvisorySystems](DefaultApi.md#listadvisorysystems) -- [listBaseline](DefaultApi.md#listbaseline) -- [listBaselineSystems](DefaultApi.md#listbaselinesystems) -- [listPackages](DefaultApi.md#listpackages) -- [listSystemAdvisories](DefaultApi.md#listsystemadvisories) -- [listSystems](DefaultApi.md#listsystems) -- [packageSystems](DefaultApi.md#packagesystems) -- [packageVersions](DefaultApi.md#packageversions) -- [removeBaselineSystems](DefaultApi.md#removebaselinesystems) -- [systemPackages](DefaultApi.md#systempackages) -- [updateBaseline](DefaultApi.md#updatebaseline) -- [viewAdvisoriesSystems](DefaultApi.md#viewadvisoriessystems) -- [viewSystemsAdvisories](DefaultApi.md#viewsystemsadvisories) - -## Constructors - -### constructor - -• **new DefaultApi**(`configuration?`, `basePath?`, `axios?`): [`DefaultApi`](DefaultApi.md) - -#### Parameters - -| Name | Type | Default value | -| :------ | :------ | :------ | -| `configuration?` | [`Configuration`](Configuration.md) | `undefined` | -| `basePath` | `string` | `BASE_PATH` | -| `axios` | `AxiosInstance` | `globalAxios` | - -#### Returns - -[`DefaultApi`](DefaultApi.md) - -#### Inherited from - -BaseAPI.constructor - -#### Defined in - -[base.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/base.ts#L51) - -## Properties - -### axios - -• `Protected` **axios**: `AxiosInstance` = `globalAxios` - -#### Inherited from - -BaseAPI.axios - -#### Defined in - -[base.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/base.ts#L51) - -___ - -### basePath - -• `Protected` **basePath**: `string` = `BASE_PATH` - -#### Inherited from - -BaseAPI.basePath - -#### Defined in - -[base.ts:51](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/base.ts#L51) - -___ - -### configuration - -• `Protected` **configuration**: `undefined` \| [`Configuration`](Configuration.md) - -#### Inherited from - -BaseAPI.configuration - -#### Defined in - -[base.ts:49](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/base.ts#L49) - -## Methods - -### baselineDelete - -▸ **baselineDelete**(`baselineId`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersDeleteBaselineResponse`](../interfaces/ControllersDeleteBaselineResponse.md), `any`\>\> - -Delete a baseline - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `baselineId` | `number` | Baseline ID | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersDeleteBaselineResponse`](../interfaces/ControllersDeleteBaselineResponse.md), `any`\>\> - -**`Summary`** - -Delete a baseline - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5266](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5266) - -___ - -### createBaseline - -▸ **createBaseline**(`body`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersCreateBaselineResponse`](../interfaces/ControllersCreateBaselineResponse.md), `any`\>\> - -Create a baseline for my set of systems - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `body` | [`ControllersCreateBaselineRequest`](../interfaces/ControllersCreateBaselineRequest.md) | Request body | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersCreateBaselineResponse`](../interfaces/ControllersCreateBaselineResponse.md), `any`\>\> - -**`Summary`** - -Create a baseline for my set of systems - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5278](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5278) - -___ - -### deletesystem - -▸ **deletesystem**(`inventoryId`, `options?`): `Promise`\<`AxiosResponse`\<`void`, `any`\>\> - -Delete system by inventory id - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `inventoryId` | `string` | Inventory ID | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<`void`, `any`\>\> - -**`Summary`** - -Delete system by inventory id - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5290](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5290) - -___ - -### detailAdvisory - -▸ **detailAdvisory**(`advisoryId`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersAdvisoryDetailResponseV1`](../interfaces/ControllersAdvisoryDetailResponseV1.md), `any`\>\> - -Show me details an advisory by given advisory name - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `advisoryId` | `string` | Advisory ID | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersAdvisoryDetailResponseV1`](../interfaces/ControllersAdvisoryDetailResponseV1.md), `any`\>\> - -**`Summary`** - -Show me details an advisory by given advisory name - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5302](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5302) - -___ - -### detailBaseline - -▸ **detailBaseline**(`baselineId`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersBaselineDetailResponse`](../interfaces/ControllersBaselineDetailResponse.md), `any`\>\> - -Show baseline detail by given baseline ID - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `baselineId` | `string` | Baseline ID | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersBaselineDetailResponse`](../interfaces/ControllersBaselineDetailResponse.md), `any`\>\> - -**`Summary`** - -Show baseline detail by given baseline ID - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5314](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5314) - -___ - -### detailSystem - -▸ **detailSystem**(`inventoryId`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersSystemDetailResponse`](../interfaces/ControllersSystemDetailResponse.md), `any`\>\> - -Show me details about a system by given inventory id - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `inventoryId` | `string` | Inventory ID | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersSystemDetailResponse`](../interfaces/ControllersSystemDetailResponse.md), `any`\>\> - -**`Summary`** - -Show me details about a system by given inventory id - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5326](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5326) - -___ - -### exportAdvisories - -▸ **exportAdvisories**(`search?`, `filterId?`, `filterDescription?`, `filterPublicDate?`, `filterSynopsis?`, `filterAdvisoryType?`, `filterAdvisoryTypeName?`, `filterSeverity?`, `filterApplicableSystems?`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersAdvisoryInlineItem`](../interfaces/ControllersAdvisoryInlineItem.md)[], `any`\>\> - -Export applicable advisories for all my systems - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `search?` | `string` | Find matching text | -| `filterId?` | `string` | Filter | -| `filterDescription?` | `string` | Filter | -| `filterPublicDate?` | `string` | Filter | -| `filterSynopsis?` | `string` | Filter | -| `filterAdvisoryType?` | `string` | Filter | -| `filterAdvisoryTypeName?` | `string` | Filter | -| `filterSeverity?` | `string` | Filter | -| `filterApplicableSystems?` | `string` | Filter | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersAdvisoryInlineItem`](../interfaces/ControllersAdvisoryInlineItem.md)[], `any`\>\> - -**`Summary`** - -Export applicable advisories for all my systems - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5346](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5346) - -___ - -### exportAdvisorySystems - -▸ **exportAdvisorySystems**(`advisoryId`, `search?`, `filterId?`, `filterDisplayName?`, `filterLastEvaluation?`, `filterLastUpload?`, `filterRhsaCount?`, `filterRhbaCount?`, `filterRheaCount?`, `filterOtherCount?`, `filterStale?`, `filterPackagesInstalled?`, `filterPackagesUpdatable?`, `filterSystemProfileSapSystem?`, `filterSystemProfileSapSidsIn?`, `filterSystemProfileAnsible?`, `filterSystemProfileAnsibleControllerVersion?`, `filterSystemProfileMssql?`, `filterSystemProfileMssqlVersion?`, `filterOsname?`, `filterOsminor?`, `filterOsmajor?`, `filterOs?`, `tags?`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersSystemInlineItem`](../interfaces/ControllersSystemInlineItem.md)[], `any`\>\> - -Export systems for my account - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `advisoryId` | `string` | Advisory ID | -| `search?` | `string` | Find matching text | -| `filterId?` | `string` | Filter | -| `filterDisplayName?` | `string` | Filter | -| `filterLastEvaluation?` | `string` | Filter | -| `filterLastUpload?` | `string` | Filter | -| `filterRhsaCount?` | `string` | Filter | -| `filterRhbaCount?` | `string` | Filter | -| `filterRheaCount?` | `string` | Filter | -| `filterOtherCount?` | `string` | Filter | -| `filterStale?` | `string` | Filter | -| `filterPackagesInstalled?` | `string` | Filter | -| `filterPackagesUpdatable?` | `string` | Filter | -| `filterSystemProfileSapSystem?` | `string` | Filter only SAP systems | -| `filterSystemProfileSapSidsIn?` | `string`[] | Filter systems by their SAP SIDs | -| `filterSystemProfileAnsible?` | `string` | Filter systems by ansible | -| `filterSystemProfileAnsibleControllerVersion?` | `string` | Filter systems by ansible version | -| `filterSystemProfileMssql?` | `string` | Filter systems by mssql version | -| `filterSystemProfileMssqlVersion?` | `string` | Filter systems by mssql version | -| `filterOsname?` | `string` | Filter | -| `filterOsminor?` | `string` | Filter | -| `filterOsmajor?` | `string` | Filter | -| `filterOs?` | `string` | Filter OS version | -| `tags?` | `string`[] | Tag filter | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersSystemInlineItem`](../interfaces/ControllersSystemInlineItem.md)[], `any`\>\> - -**`Summary`** - -Export systems for my account - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5381](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5381) - -___ - -### exportPackageSystems - -▸ **exportPackageSystems**(`packageName`, `filterSystemProfileSapSystem?`, `filterSystemProfileSapSidsIn?`, `filterSystemProfileAnsible?`, `filterSystemProfileAnsibleControllerVersion?`, `filterSystemProfileMssql?`, `filterSystemProfileMssqlVersion?`, `tags?`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersPackageSystemItem`](../interfaces/ControllersPackageSystemItem.md)[], `any`\>\> - -Show me all my systems which have a package installed - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `packageName` | `string` | Package name | -| `filterSystemProfileSapSystem?` | `string` | Filter only SAP systems | -| `filterSystemProfileSapSidsIn?` | `string`[] | Filter systems by their SAP SIDs | -| `filterSystemProfileAnsible?` | `string` | Filter systems by ansible | -| `filterSystemProfileAnsibleControllerVersion?` | `string` | Filter systems by ansible version | -| `filterSystemProfileMssql?` | `string` | Filter systems by mssql version | -| `filterSystemProfileMssqlVersion?` | `string` | Filter systems by mssql version | -| `tags?` | `string`[] | Tag filter | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersPackageSystemItem`](../interfaces/ControllersPackageSystemItem.md)[], `any`\>\> - -**`Summary`** - -Show me all my systems which have a package installed - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5400](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5400) - -___ - -### exportPackages - -▸ **exportPackages**(`sort?`, `search?`, `filterName?`, `filterSystemsInstalled?`, `filterSystemsUpdatable?`, `filterSummary?`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersPackageItem`](../interfaces/ControllersPackageItem.md)[], `any`\>\> - -Show me all installed packages across my systems - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `sort?` | ``"id"`` \| ``"name"`` \| ``"systems_installed"`` \| ``"systems_updatable"`` | Sort field | -| `search?` | `string` | Find matching text | -| `filterName?` | `string` | Filter | -| `filterSystemsInstalled?` | `string` | Filter | -| `filterSystemsUpdatable?` | `string` | Filter | -| `filterSummary?` | `string` | Filter | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersPackageItem`](../interfaces/ControllersPackageItem.md)[], `any`\>\> - -**`Summary`** - -Show me all installed packages across my systems - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5417](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5417) - -___ - -### exportSystemAdvisories - -▸ **exportSystemAdvisories**(`inventoryId`, `search?`, `filterId?`, `filterDescription?`, `filterPublicDate?`, `filterSynopsis?`, `filterAdvisoryType?`, `filterAdvisoryTypeName?`, `filterSeverity?`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersSystemAdvisoriesDBLookup`](../interfaces/ControllersSystemAdvisoriesDBLookup.md)[], `any`\>\> - -Export applicable advisories for all my systems - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `inventoryId` | `string` | Inventory ID | -| `search?` | `string` | Find matching text | -| `filterId?` | `string` | Filter | -| `filterDescription?` | `string` | Filter | -| `filterPublicDate?` | `string` | Filter | -| `filterSynopsis?` | `string` | Filter | -| `filterAdvisoryType?` | `string` | Filter | -| `filterAdvisoryTypeName?` | `string` | Filter | -| `filterSeverity?` | `string` | Filter | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersSystemAdvisoriesDBLookup`](../interfaces/ControllersSystemAdvisoriesDBLookup.md)[], `any`\>\> - -**`Summary`** - -Export applicable advisories for all my systems - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5437](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5437) - -___ - -### exportSystemPackages - -▸ **exportSystemPackages**(`inventoryId`, `search?`, `filterName?`, `filterDescription?`, `filterEvra?`, `filterSummary?`, `filterUpdatable?`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersSystemPackageInline`](../interfaces/ControllersSystemPackageInline.md)[], `any`\>\> - -Show me details about a system packages by given inventory id - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `inventoryId` | `string` | Inventory ID | -| `search?` | `string` | Find matching text | -| `filterName?` | `string` | Filter | -| `filterDescription?` | `string` | Filter | -| `filterEvra?` | `string` | Filter | -| `filterSummary?` | `string` | Filter | -| `filterUpdatable?` | `boolean` | Filter | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersSystemPackageInline`](../interfaces/ControllersSystemPackageInline.md)[], `any`\>\> - -**`Summary`** - -Show me details about a system packages by given inventory id - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5455](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5455) - -___ - -### exportSystems - -▸ **exportSystems**(`search?`, `filterId?`, `filterDisplayName?`, `filterLastEvaluation?`, `filterLastUpload?`, `filterRhsaCount?`, `filterRhbaCount?`, `filterRheaCount?`, `filterOtherCount?`, `filterStale?`, `filterPackagesInstalled?`, `filterPackagesUpdatable?`, `filterSystemProfileSapSystem?`, `filterSystemProfileSapSidsIn?`, `filterSystemProfileAnsible?`, `filterSystemProfileAnsibleControllerVersion?`, `filterSystemProfileMssql?`, `filterSystemProfileMssqlVersion?`, `filterOsname?`, `filterOsminor?`, `filterOsmajor?`, `filterBaselineName?`, `filterOs?`, `tags?`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersSystemInlineItem`](../interfaces/ControllersSystemInlineItem.md)[], `any`\>\> - -Export systems for my account - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `search?` | `string` | Find matching text | -| `filterId?` | `string` | Filter | -| `filterDisplayName?` | `string` | Filter | -| `filterLastEvaluation?` | `string` | Filter | -| `filterLastUpload?` | `string` | Filter | -| `filterRhsaCount?` | `string` | Filter | -| `filterRhbaCount?` | `string` | Filter | -| `filterRheaCount?` | `string` | Filter | -| `filterOtherCount?` | `string` | Filter | -| `filterStale?` | `string` | Filter | -| `filterPackagesInstalled?` | `string` | Filter | -| `filterPackagesUpdatable?` | `string` | Filter | -| `filterSystemProfileSapSystem?` | `string` | Filter only SAP systems | -| `filterSystemProfileSapSidsIn?` | `string`[] | Filter systems by their SAP SIDs | -| `filterSystemProfileAnsible?` | `string` | Filter systems by ansible | -| `filterSystemProfileAnsibleControllerVersion?` | `string` | Filter systems by ansible version | -| `filterSystemProfileMssql?` | `string` | Filter systems by mssql version | -| `filterSystemProfileMssqlVersion?` | `string` | Filter systems by mssql version | -| `filterOsname?` | `string` | Filter | -| `filterOsminor?` | `string` | Filter | -| `filterOsmajor?` | `string` | Filter | -| `filterBaselineName?` | `string` | Filter | -| `filterOs?` | `string` | Filter OS version | -| `tags?` | `string`[] | Tag filter | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersSystemInlineItem`](../interfaces/ControllersSystemInlineItem.md)[], `any`\>\> - -**`Summary`** - -Export systems for my account - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5490](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5490) - -___ - -### latestPackage - -▸ **latestPackage**(`packageName`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersPackageDetailResponse`](../interfaces/ControllersPackageDetailResponse.md), `any`\>\> - -Show me metadata of selected package - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `packageName` | `string` | package_name - latest, nevra - exact version | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersPackageDetailResponse`](../interfaces/ControllersPackageDetailResponse.md), `any`\>\> - -**`Summary`** - -Show me metadata of selected package - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5502](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5502) - -___ - -### listAdvisories - -▸ **listAdvisories**(`limit?`, `offset?`, `sort?`, `search?`, `filterId?`, `filterDescription?`, `filterPublicDate?`, `filterSynopsis?`, `filterAdvisoryType?`, `filterAdvisoryTypeName?`, `filterSeverity?`, `filterApplicableSystems?`, `tags?`, `filterSystemProfileSapSystem?`, `filterSystemProfileSapSidsIn?`, `filterSystemProfileAnsible?`, `filterSystemProfileAnsibleControllerVersion?`, `filterSystemProfileMssql?`, `filterSystemProfileMssqlVersion?`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersAdvisoriesResponse`](../interfaces/ControllersAdvisoriesResponse.md), `any`\>\> - -Show me all applicable advisories for all my systems - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | Limit for paging, set -1 to return all | -| `offset?` | `number` | Offset for paging | -| `sort?` | ``"id"`` \| ``"name"`` \| ``"advisory_type"`` \| ``"synopsis"`` \| ``"public_date"`` \| ``"applicable_systems"`` | Sort field | -| `search?` | `string` | Find matching text | -| `filterId?` | `string` | Filter | -| `filterDescription?` | `string` | Filter | -| `filterPublicDate?` | `string` | Filter | -| `filterSynopsis?` | `string` | Filter | -| `filterAdvisoryType?` | `string` | Filter | -| `filterAdvisoryTypeName?` | `string` | Filter | -| `filterSeverity?` | `string` | Filter | -| `filterApplicableSystems?` | `string` | Filter | -| `tags?` | `string`[] | Tag filter | -| `filterSystemProfileSapSystem?` | `string` | Filter only SAP systems | -| `filterSystemProfileSapSidsIn?` | `string`[] | Filter systems by their SAP SIDs | -| `filterSystemProfileAnsible?` | `string` | Filter systems by ansible | -| `filterSystemProfileAnsibleControllerVersion?` | `string` | Filter systems by ansible version | -| `filterSystemProfileMssql?` | `string` | Filter systems by mssql version | -| `filterSystemProfileMssqlVersion?` | `string` | Filter systems by mssql version | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersAdvisoriesResponse`](../interfaces/ControllersAdvisoriesResponse.md), `any`\>\> - -**`Summary`** - -Show me all applicable advisories for all my systems - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5532](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5532) - -___ - -### listAdvisorySystems - -▸ **listAdvisorySystems**(`advisoryId`, `limit?`, `offset?`, `sort?`, `search?`, `filterId?`, `filterInsightsId?`, `filterDisplayName?`, `filterLastEvaluation?`, `filterLastUpload?`, `filterRhsaCount?`, `filterRhbaCount?`, `filterRheaCount?`, `filterOtherCount?`, `filterStale?`, `filterStaleTimestamp?`, `filterStaleWarningTimestamp?`, `filterCulledTimestamp?`, `filterCreated?`, `filterOsname?`, `filterOsminor?`, `filterOsmajor?`, `filterOs?`, `tags?`, `filterSystemProfileSapSystem?`, `filterSystemProfileSapSidsIn?`, `filterSystemProfileAnsible?`, `filterSystemProfileAnsibleControllerVersion?`, `filterSystemProfileMssql?`, `filterSystemProfileMssqlVersion?`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersAdvisorySystemsResponse`](../interfaces/ControllersAdvisorySystemsResponse.md), `any`\>\> - -Show me systems on which the given advisory is applicable - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `advisoryId` | `string` | Advisory ID | -| `limit?` | `number` | Limit for paging, set -1 to return all | -| `offset?` | `number` | Offset for paging | -| `sort?` | ``"id"`` \| ``"display_name"`` \| ``"last_evaluation"`` \| ``"last_upload"`` \| ``"rhsa_count"`` \| ``"rhba_count"`` \| ``"rhea_count"`` \| ``"other_count"`` \| ``"stale"`` | Sort field | -| `search?` | `string` | Find matching text | -| `filterId?` | `string` | Filter | -| `filterInsightsId?` | `string` | Filter | -| `filterDisplayName?` | `string` | Filter | -| `filterLastEvaluation?` | `string` | Filter | -| `filterLastUpload?` | `string` | Filter | -| `filterRhsaCount?` | `string` | Filter | -| `filterRhbaCount?` | `string` | Filter | -| `filterRheaCount?` | `string` | Filter | -| `filterOtherCount?` | `string` | Filter | -| `filterStale?` | `string` | Filter | -| `filterStaleTimestamp?` | `string` | Filter | -| `filterStaleWarningTimestamp?` | `string` | Filter | -| `filterCulledTimestamp?` | `string` | Filter | -| `filterCreated?` | `string` | Filter | -| `filterOsname?` | `string` | Filter | -| `filterOsminor?` | `string` | Filter | -| `filterOsmajor?` | `string` | Filter | -| `filterOs?` | `string` | Filter OS version | -| `tags?` | `string`[] | Tag filter | -| `filterSystemProfileSapSystem?` | `string` | Filter only SAP systems | -| `filterSystemProfileSapSidsIn?` | `string`[] | Filter systems by their SAP SIDs | -| `filterSystemProfileAnsible?` | `string` | Filter systems by ansible | -| `filterSystemProfileAnsibleControllerVersion?` | `string` | Filter systems by ansible version | -| `filterSystemProfileMssql?` | `string` | Filter systems by mssql version | -| `filterSystemProfileMssqlVersion?` | `string` | Filter systems by mssql version | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersAdvisorySystemsResponse`](../interfaces/ControllersAdvisorySystemsResponse.md), `any`\>\> - -**`Summary`** - -Show me systems on which the given advisory is applicable - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5573](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5573) - -___ - -### listBaseline - -▸ **listBaseline**(`limit?`, `offset?`, `sort?`, `search?`, `filterId?`, `filterName?`, `filterSystems?`, `tags?`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersBaselinesResponse`](../interfaces/ControllersBaselinesResponse.md), `any`\>\> - -Show me all baselines for all my systems - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | Limit for paging, set -1 to return all | -| `offset?` | `number` | Offset for paging | -| `sort?` | ``"id"`` \| ``"name"`` \| ``"config"`` | Sort field | -| `search?` | `string` | Find matching text | -| `filterId?` | `string` | Filter | -| `filterName?` | `string` | Filter | -| `filterSystems?` | `string` | Filter | -| `tags?` | `string`[] | Tag filter | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersBaselinesResponse`](../interfaces/ControllersBaselinesResponse.md), `any`\>\> - -**`Summary`** - -Show me all baselines for all my systems - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5592](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5592) - -___ - -### listBaselineSystems - -▸ **listBaselineSystems**(`baselineId`, `limit?`, `offset?`, `sort?`, `search?`, `filterDisplayName?`, `tags?`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersBaselineSystemsResponse`](../interfaces/ControllersBaselineSystemsResponse.md), `any`\>\> - -Show me all systems applicable to a baseline - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `baselineId` | `number` | Baseline ID | -| `limit?` | `number` | Limit for paging, set -1 to return all | -| `offset?` | `number` | Offset for paging | -| `sort?` | ``"id"`` \| ``"name"`` \| ``"config"`` | Sort field | -| `search?` | `string` | Find matching text | -| `filterDisplayName?` | `string` | Filter | -| `tags?` | `string`[] | Tag filter | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersBaselineSystemsResponse`](../interfaces/ControllersBaselineSystemsResponse.md), `any`\>\> - -**`Summary`** - -Show me all systems belonging to a baseline - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5610](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5610) - -___ - -### listPackages - -▸ **listPackages**(`limit?`, `offset?`, `sort?`, `search?`, `filterName?`, `filterSystemsInstalled?`, `filterSystemsUpdatable?`, `filterSummary?`, `tags?`, `filterSystemProfileSapSystem?`, `filterSystemProfileSapSidsIn?`, `filterSystemProfileAnsible?`, `filterSystemProfileAnsibleControllerVersion?`, `filterSystemProfileMssql?`, `filterSystemProfileMssqlVersion?`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersPackagesResponse`](../interfaces/ControllersPackagesResponse.md), `any`\>\> - -Show me all installed packages across my systems - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | Limit for paging, set -1 to return all | -| `offset?` | `number` | Offset for paging | -| `sort?` | ``"id"`` \| ``"name"`` \| ``"systems_installed"`` \| ``"systems_updatable"`` | Sort field | -| `search?` | `string` | Find matching text | -| `filterName?` | `string` | Filter | -| `filterSystemsInstalled?` | `string` | Filter | -| `filterSystemsUpdatable?` | `string` | Filter | -| `filterSummary?` | `string` | Filter | -| `tags?` | `string`[] | Tag filter | -| `filterSystemProfileSapSystem?` | `string` | Filter only SAP systems | -| `filterSystemProfileSapSidsIn?` | `string`[] | Filter systems by their SAP SIDs | -| `filterSystemProfileAnsible?` | `string` | Filter systems by ansible | -| `filterSystemProfileAnsibleControllerVersion?` | `string` | Filter systems by ansible version | -| `filterSystemProfileMssql?` | `string` | Filter systems by mssql version | -| `filterSystemProfileMssqlVersion?` | `string` | Filter systems by mssql version | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersPackagesResponse`](../interfaces/ControllersPackagesResponse.md), `any`\>\> - -**`Summary`** - -Show me all installed packages across my systems - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5636](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5636) - -___ - -### listSystemAdvisories - -▸ **listSystemAdvisories**(`inventoryId`, `limit?`, `offset?`, `sort?`, `search?`, `filterId?`, `filterDescription?`, `filterPublicDate?`, `filterSynopsis?`, `filterAdvisoryType?`, `filterAdvisoryTypeName?`, `filterSeverity?`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersSystemAdvisoriesResponse`](../interfaces/ControllersSystemAdvisoriesResponse.md), `any`\>\> - -Show me advisories for a system by given inventory id - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `inventoryId` | `string` | Inventory ID | -| `limit?` | `number` | Limit for paging, set -1 to return all | -| `offset?` | `number` | Offset for paging | -| `sort?` | ``"id"`` \| ``"name"`` \| ``"synopsis"`` \| ``"public_date"`` \| ``"type"`` | Sort field | -| `search?` | `string` | Find matching text | -| `filterId?` | `string` | Filter | -| `filterDescription?` | `string` | Filter | -| `filterPublicDate?` | `string` | Filter | -| `filterSynopsis?` | `string` | Filter | -| `filterAdvisoryType?` | `string` | Filter | -| `filterAdvisoryTypeName?` | `string` | Filter | -| `filterSeverity?` | `string` | Filter | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersSystemAdvisoriesResponse`](../interfaces/ControllersSystemAdvisoriesResponse.md), `any`\>\> - -**`Summary`** - -Show me advisories for a system by given inventory id - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5659](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5659) - -___ - -### listSystems - -▸ **listSystems**(`limit?`, `offset?`, `sort?`, `search?`, `filterInsightsId?`, `filterId?`, `filterDisplayName?`, `filterLastEvaluation?`, `filterLastUpload?`, `filterRhsaCount?`, `filterRhbaCount?`, `filterRheaCount?`, `filterOtherCount?`, `filterStale?`, `filterPackagesInstalled?`, `filterPackagesUpdatable?`, `filterStaleTimestamp?`, `filterStaleWarningTimestamp?`, `filterCulledTimestamp?`, `filterCreated?`, `filterOsname?`, `filterOsminor?`, `filterOsmajor?`, `filterBaselineName?`, `filterOs?`, `tags?`, `filterSystemProfileSapSystem?`, `filterSystemProfileSapSidsIn?`, `filterSystemProfileAnsible?`, `filterSystemProfileAnsibleControllerVersion?`, `filterSystemProfileMssql?`, `filterSystemProfileMssqlVersion?`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersSystemsResponse`](../interfaces/ControllersSystemsResponse.md), `any`\>\> - -Show me all my systems - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `limit?` | `number` | Limit for paging, set -1 to return all | -| `offset?` | `number` | Offset for paging | -| `sort?` | ``"id"`` \| ``"display_name"`` \| ``"last_evaluation"`` \| ``"last_upload"`` \| ``"rhsa_count"`` \| ``"rhba_count"`` \| ``"rhea_count"`` \| ``"other_count"`` \| ``"stale"`` \| ``"packages_installed"`` \| ``"packages_updatable"`` | Sort field | -| `search?` | `string` | Find matching text | -| `filterInsightsId?` | `string` | Filter | -| `filterId?` | `string` | Filter | -| `filterDisplayName?` | `string` | Filter | -| `filterLastEvaluation?` | `string` | Filter | -| `filterLastUpload?` | `string` | Filter | -| `filterRhsaCount?` | `string` | Filter | -| `filterRhbaCount?` | `string` | Filter | -| `filterRheaCount?` | `string` | Filter | -| `filterOtherCount?` | `string` | Filter | -| `filterStale?` | `string` | Filter | -| `filterPackagesInstalled?` | `string` | Filter | -| `filterPackagesUpdatable?` | `string` | Filter | -| `filterStaleTimestamp?` | `string` | Filter | -| `filterStaleWarningTimestamp?` | `string` | Filter | -| `filterCulledTimestamp?` | `string` | Filter | -| `filterCreated?` | `string` | Filter | -| `filterOsname?` | `string` | Filter | -| `filterOsminor?` | `string` | Filter | -| `filterOsmajor?` | `string` | Filter | -| `filterBaselineName?` | `string` | Filter | -| `filterOs?` | `string` | Filter OS version | -| `tags?` | `string`[] | Tag filter | -| `filterSystemProfileSapSystem?` | `string` | Filter only SAP systems | -| `filterSystemProfileSapSidsIn?` | `string`[] | Filter systems by their SAP SIDs | -| `filterSystemProfileAnsible?` | `string` | Filter systems by ansible | -| `filterSystemProfileAnsibleControllerVersion?` | `string` | Filter systems by ansible version | -| `filterSystemProfileMssql?` | `string` | Filter systems by mssql version | -| `filterSystemProfileMssqlVersion?` | `string` | Filter systems by mssql version | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersSystemsResponse`](../interfaces/ControllersSystemsResponse.md), `any`\>\> - -**`Summary`** - -Show me all my systems - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5702](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5702) - -___ - -### packageSystems - -▸ **packageSystems**(`packageName`, `limit?`, `offset?`, `tags?`, `filterSystemProfileSapSystem?`, `filterSystemProfileSapSidsIn?`, `filterSystemProfileAnsible?`, `filterSystemProfileAnsibleControllerVersion?`, `filterSystemProfileMssql?`, `filterSystemProfileMssqlVersion?`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersPackageSystemsResponse`](../interfaces/ControllersPackageSystemsResponse.md), `any`\>\> - -Show me all my systems which have a package installed - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `packageName` | `string` | Package name | -| `limit?` | `number` | Limit for paging, set -1 to return all | -| `offset?` | `number` | Offset for paging | -| `tags?` | `string`[] | Tag filter | -| `filterSystemProfileSapSystem?` | `string` | Filter only SAP systems | -| `filterSystemProfileSapSidsIn?` | `string`[] | Filter systems by their SAP SIDs | -| `filterSystemProfileAnsible?` | `string` | Filter systems by ansible | -| `filterSystemProfileAnsibleControllerVersion?` | `string` | Filter systems by ansible version | -| `filterSystemProfileMssql?` | `string` | Filter systems by mssql version | -| `filterSystemProfileMssqlVersion?` | `string` | Filter systems by mssql version | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersPackageSystemsResponse`](../interfaces/ControllersPackageSystemsResponse.md), `any`\>\> - -**`Summary`** - -Show me all my systems which have a package installed - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5723](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5723) - -___ - -### packageVersions - -▸ **packageVersions**(`packageName`, `limit?`, `offset?`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersPackageVersionsResponse`](../interfaces/ControllersPackageVersionsResponse.md), `any`\>\> - -Show me all package versions installed on some system - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `packageName` | `string` | Package name | -| `limit?` | `number` | Limit for paging, set -1 to return all | -| `offset?` | `number` | Offset for paging | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersPackageVersionsResponse`](../interfaces/ControllersPackageVersionsResponse.md), `any`\>\> - -**`Summary`** - -Show me all package versions installed on some system - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5737](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5737) - -___ - -### removeBaselineSystems - -▸ **removeBaselineSystems**(`body`, `options?`): `Promise`\<`AxiosResponse`\<`void`, `any`\>\> - -Remove systems from baseline - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `body` | [`ControllersBaselineSystemsRemoveRequest`](../interfaces/ControllersBaselineSystemsRemoveRequest.md) | Request body | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<`void`, `any`\>\> - -**`Summary`** - -Remove systems from baseline - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5749](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5749) - -___ - -### systemPackages - -▸ **systemPackages**(`inventoryId`, `limit?`, `offset?`, `search?`, `filterName?`, `filterDescription?`, `filterEvra?`, `filterSummary?`, `filterUpdatable?`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersSystemPackageResponse`](../interfaces/ControllersSystemPackageResponse.md), `any`\>\> - -Show me details about a system packages by given inventory id - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `inventoryId` | `string` | Inventory ID | -| `limit?` | `number` | Limit for paging, set -1 to return all | -| `offset?` | `number` | Offset for paging | -| `search?` | `string` | Find matching text | -| `filterName?` | `string` | Filter | -| `filterDescription?` | `string` | Filter | -| `filterEvra?` | `string` | Filter | -| `filterSummary?` | `string` | Filter | -| `filterUpdatable?` | `boolean` | Filter | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersSystemPackageResponse`](../interfaces/ControllersSystemPackageResponse.md), `any`\>\> - -**`Summary`** - -Show me details about a system packages by given inventory id - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5769](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5769) - -___ - -### updateBaseline - -▸ **updateBaseline**(`baselineId`, `body`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersUpdateBaselineResponse`](../interfaces/ControllersUpdateBaselineResponse.md), `any`\>\> - -Update a baseline for my set of systems - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `baselineId` | `number` | Baseline ID | -| `body` | [`ControllersUpdateBaselineRequest`](../interfaces/ControllersUpdateBaselineRequest.md) | Request body | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersUpdateBaselineResponse`](../interfaces/ControllersUpdateBaselineResponse.md), `any`\>\> - -**`Summary`** - -Update a baseline for my set of systems - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5782](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5782) - -___ - -### viewAdvisoriesSystems - -▸ **viewAdvisoriesSystems**(`body`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersAdvisoriesSystemsResponse`](../interfaces/ControllersAdvisoriesSystemsResponse.md), `any`\>\> - -View advisory-system pairs for selected systems and advisories - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `body` | [`ControllersSystemsAdvisoriesRequest`](../interfaces/ControllersSystemsAdvisoriesRequest.md) | Request body | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersAdvisoriesSystemsResponse`](../interfaces/ControllersAdvisoriesSystemsResponse.md), `any`\>\> - -**`Summary`** - -View advisory-system pairs for selected systems and advisories - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5794](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5794) - -___ - -### viewSystemsAdvisories - -▸ **viewSystemsAdvisories**(`body`, `options?`): `Promise`\<`AxiosResponse`\<[`ControllersSystemsAdvisoriesResponse`](../interfaces/ControllersSystemsAdvisoriesResponse.md), `any`\>\> - -View system-advisory pairs for selected systems and advisories - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `body` | [`ControllersSystemsAdvisoriesRequest`](../interfaces/ControllersSystemsAdvisoriesRequest.md) | Request body | -| `options?` | `any` | Override http request option. | - -#### Returns - -`Promise`\<`AxiosResponse`\<[`ControllersSystemsAdvisoriesResponse`](../interfaces/ControllersSystemsAdvisoriesResponse.md), `any`\>\> - -**`Summary`** - -View system-advisory pairs for selected systems and advisories - -**`Throws`** - -**`Memberof`** - -DefaultApi - -#### Defined in - -[api.ts:5806](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L5806) diff --git a/packages/patch/doc/interfaces/ConfigurationParameters.md b/packages/patch/doc/interfaces/ConfigurationParameters.md deleted file mode 100644 index 83b073fc0..000000000 --- a/packages/patch/doc/interfaces/ConfigurationParameters.md +++ /dev/null @@ -1,83 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ConfigurationParameters - -# Interface: ConfigurationParameters - -Patchman-engine API -API of the Patch application on [console.redhat.com](https://console.redhat.com) Syntax of the `filter[name]` query parameters is described in [Filters documentation](https://github.com/RedHatInsights/patchman-engine/wiki/API-custom-filters) - -The version of the OpenAPI document: v1.18.93 - -NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). -https://openapi-generator.tech -Do not edit the class manually. - -## Table of contents - -### Properties - -- [accessToken](ConfigurationParameters.md#accesstoken) -- [apiKey](ConfigurationParameters.md#apikey) -- [baseOptions](ConfigurationParameters.md#baseoptions) -- [basePath](ConfigurationParameters.md#basepath) -- [password](ConfigurationParameters.md#password) -- [username](ConfigurationParameters.md#username) - -## Properties - -### accessToken - -• `Optional` **accessToken**: `string` \| (`name?`: `string`, `scopes?`: `string`[]) => `string` - -#### Defined in - -[configuration.ts:19](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/configuration.ts#L19) - -___ - -### apiKey - -• `Optional` **apiKey**: `string` \| `Promise`\<`string`\> \| (`name`: `string`) => `string` \| (`name`: `string`) => `Promise`\<`string`\> - -#### Defined in - -[configuration.ts:16](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/configuration.ts#L16) - -___ - -### baseOptions - -• `Optional` **baseOptions**: `any` - -#### Defined in - -[configuration.ts:21](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/configuration.ts#L21) - -___ - -### basePath - -• `Optional` **basePath**: `string` - -#### Defined in - -[configuration.ts:20](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/configuration.ts#L20) - -___ - -### password - -• `Optional` **password**: `string` - -#### Defined in - -[configuration.ts:18](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/configuration.ts#L18) - -___ - -### username - -• `Optional` **username**: `string` - -#### Defined in - -[configuration.ts:17](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/configuration.ts#L17) diff --git a/packages/patch/doc/interfaces/ControllersAdvisoriesResponse.md b/packages/patch/doc/interfaces/ControllersAdvisoriesResponse.md deleted file mode 100644 index 1cd20e88b..000000000 --- a/packages/patch/doc/interfaces/ControllersAdvisoriesResponse.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersAdvisoriesResponse - -# Interface: ControllersAdvisoriesResponse - -**`Export`** - -ControllersAdvisoriesResponse - -## Table of contents - -### Properties - -- [data](ControllersAdvisoriesResponse.md#data) -- [links](ControllersAdvisoriesResponse.md#links) -- [meta](ControllersAdvisoriesResponse.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ControllersAdvisoryItem`](ControllersAdvisoryItem.md)[] - -**`Memberof`** - -ControllersAdvisoriesResponse - -#### Defined in - -[api.ts:33](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L33) - -___ - -### links - -• `Optional` **links**: [`ControllersLinks`](ControllersLinks.md) - -**`Memberof`** - -ControllersAdvisoriesResponse - -#### Defined in - -[api.ts:39](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L39) - -___ - -### meta - -• `Optional` **meta**: [`ControllersListMeta`](ControllersListMeta.md) - -**`Memberof`** - -ControllersAdvisoriesResponse - -#### Defined in - -[api.ts:45](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L45) diff --git a/packages/patch/doc/interfaces/ControllersAdvisoriesSystemsResponse.md b/packages/patch/doc/interfaces/ControllersAdvisoriesSystemsResponse.md deleted file mode 100644 index 5bd39a023..000000000 --- a/packages/patch/doc/interfaces/ControllersAdvisoriesSystemsResponse.md +++ /dev/null @@ -1,31 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersAdvisoriesSystemsResponse - -# Interface: ControllersAdvisoriesSystemsResponse - -**`Export`** - -ControllersAdvisoriesSystemsResponse - -## Table of contents - -### Properties - -- [data](ControllersAdvisoriesSystemsResponse.md#data) - -## Properties - -### data - -• `Optional` **data**: `Object` - -**`Memberof`** - -ControllersAdvisoriesSystemsResponse - -#### Index signature - -▪ [key: `string`]: `string`[] - -#### Defined in - -[api.ts:58](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L58) diff --git a/packages/patch/doc/interfaces/ControllersAdvisoryDetailAttributesV1.md b/packages/patch/doc/interfaces/ControllersAdvisoryDetailAttributesV1.md deleted file mode 100644 index 3d4b3023a..000000000 --- a/packages/patch/doc/interfaces/ControllersAdvisoryDetailAttributesV1.md +++ /dev/null @@ -1,226 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersAdvisoryDetailAttributesV1 - -# Interface: ControllersAdvisoryDetailAttributesV1 - -**`Export`** - -ControllersAdvisoryDetailAttributesV1 - -## Table of contents - -### Properties - -- [advisory\_type\_name](ControllersAdvisoryDetailAttributesV1.md#advisory_type_name) -- [cves](ControllersAdvisoryDetailAttributesV1.md#cves) -- [description](ControllersAdvisoryDetailAttributesV1.md#description) -- [fixes](ControllersAdvisoryDetailAttributesV1.md#fixes) -- [modified\_date](ControllersAdvisoryDetailAttributesV1.md#modified_date) -- [packages](ControllersAdvisoryDetailAttributesV1.md#packages) -- [public\_date](ControllersAdvisoryDetailAttributesV1.md#public_date) -- [reboot\_required](ControllersAdvisoryDetailAttributesV1.md#reboot_required) -- [references](ControllersAdvisoryDetailAttributesV1.md#references) -- [release\_versions](ControllersAdvisoryDetailAttributesV1.md#release_versions) -- [severity](ControllersAdvisoryDetailAttributesV1.md#severity) -- [solution](ControllersAdvisoryDetailAttributesV1.md#solution) -- [synopsis](ControllersAdvisoryDetailAttributesV1.md#synopsis) -- [topic](ControllersAdvisoryDetailAttributesV1.md#topic) - -## Properties - -### advisory\_type\_name - -• `Optional` **advisory\_type\_name**: `string` - -**`Memberof`** - -ControllersAdvisoryDetailAttributesV1 - -#### Defined in - -[api.ts:71](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L71) - -___ - -### cves - -• `Optional` **cves**: `string`[] - -**`Memberof`** - -ControllersAdvisoryDetailAttributesV1 - -#### Defined in - -[api.ts:77](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L77) - -___ - -### description - -• `Optional` **description**: `string` - -**`Memberof`** - -ControllersAdvisoryDetailAttributesV1 - -#### Defined in - -[api.ts:83](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L83) - -___ - -### fixes - -• `Optional` **fixes**: `string` - -**`Memberof`** - -ControllersAdvisoryDetailAttributesV1 - -#### Defined in - -[api.ts:89](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L89) - -___ - -### modified\_date - -• `Optional` **modified\_date**: `string` - -**`Memberof`** - -ControllersAdvisoryDetailAttributesV1 - -#### Defined in - -[api.ts:95](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L95) - -___ - -### packages - -• `Optional` **packages**: `Object` - -**`Memberof`** - -ControllersAdvisoryDetailAttributesV1 - -#### Index signature - -▪ [key: `string`]: `string` - -#### Defined in - -[api.ts:101](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L101) - -___ - -### public\_date - -• `Optional` **public\_date**: `string` - -**`Memberof`** - -ControllersAdvisoryDetailAttributesV1 - -#### Defined in - -[api.ts:107](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L107) - -___ - -### reboot\_required - -• `Optional` **reboot\_required**: `boolean` - -**`Memberof`** - -ControllersAdvisoryDetailAttributesV1 - -#### Defined in - -[api.ts:113](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L113) - -___ - -### references - -• `Optional` **references**: `string`[] - -**`Memberof`** - -ControllersAdvisoryDetailAttributesV1 - -#### Defined in - -[api.ts:119](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L119) - -___ - -### release\_versions - -• `Optional` **release\_versions**: `string`[] - -**`Memberof`** - -ControllersAdvisoryDetailAttributesV1 - -#### Defined in - -[api.ts:125](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L125) - -___ - -### severity - -• `Optional` **severity**: `number` - -**`Memberof`** - -ControllersAdvisoryDetailAttributesV1 - -#### Defined in - -[api.ts:131](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L131) - -___ - -### solution - -• `Optional` **solution**: `string` - -**`Memberof`** - -ControllersAdvisoryDetailAttributesV1 - -#### Defined in - -[api.ts:137](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L137) - -___ - -### synopsis - -• `Optional` **synopsis**: `string` - -**`Memberof`** - -ControllersAdvisoryDetailAttributesV1 - -#### Defined in - -[api.ts:143](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L143) - -___ - -### topic - -• `Optional` **topic**: `string` - -**`Memberof`** - -ControllersAdvisoryDetailAttributesV1 - -#### Defined in - -[api.ts:149](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L149) diff --git a/packages/patch/doc/interfaces/ControllersAdvisoryDetailItemV1.md b/packages/patch/doc/interfaces/ControllersAdvisoryDetailItemV1.md deleted file mode 100644 index c744178c2..000000000 --- a/packages/patch/doc/interfaces/ControllersAdvisoryDetailItemV1.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersAdvisoryDetailItemV1 - -# Interface: ControllersAdvisoryDetailItemV1 - -**`Export`** - -ControllersAdvisoryDetailItemV1 - -## Table of contents - -### Properties - -- [attributes](ControllersAdvisoryDetailItemV1.md#attributes) -- [id](ControllersAdvisoryDetailItemV1.md#id) -- [type](ControllersAdvisoryDetailItemV1.md#type) - -## Properties - -### attributes - -• `Optional` **attributes**: [`ControllersAdvisoryDetailAttributesV1`](ControllersAdvisoryDetailAttributesV1.md) - -**`Memberof`** - -ControllersAdvisoryDetailItemV1 - -#### Defined in - -[api.ts:162](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L162) - -___ - -### id - -• `Optional` **id**: `string` - -**`Memberof`** - -ControllersAdvisoryDetailItemV1 - -#### Defined in - -[api.ts:168](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L168) - -___ - -### type - -• `Optional` **type**: `string` - -**`Memberof`** - -ControllersAdvisoryDetailItemV1 - -#### Defined in - -[api.ts:174](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L174) diff --git a/packages/patch/doc/interfaces/ControllersAdvisoryDetailResponseV1.md b/packages/patch/doc/interfaces/ControllersAdvisoryDetailResponseV1.md deleted file mode 100644 index 2c33bd026..000000000 --- a/packages/patch/doc/interfaces/ControllersAdvisoryDetailResponseV1.md +++ /dev/null @@ -1,27 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersAdvisoryDetailResponseV1 - -# Interface: ControllersAdvisoryDetailResponseV1 - -**`Export`** - -ControllersAdvisoryDetailResponseV1 - -## Table of contents - -### Properties - -- [data](ControllersAdvisoryDetailResponseV1.md#data) - -## Properties - -### data - -• `Optional` **data**: [`ControllersAdvisoryDetailItemV1`](ControllersAdvisoryDetailItemV1.md) - -**`Memberof`** - -ControllersAdvisoryDetailResponseV1 - -#### Defined in - -[api.ts:187](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L187) diff --git a/packages/patch/doc/interfaces/ControllersAdvisoryInlineItem.md b/packages/patch/doc/interfaces/ControllersAdvisoryInlineItem.md deleted file mode 100644 index 94e494249..000000000 --- a/packages/patch/doc/interfaces/ControllersAdvisoryInlineItem.md +++ /dev/null @@ -1,181 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersAdvisoryInlineItem - -# Interface: ControllersAdvisoryInlineItem - -**`Export`** - -ControllersAdvisoryInlineItem - -## Table of contents - -### Properties - -- [advisory\_type](ControllersAdvisoryInlineItem.md#advisory_type) -- [advisory\_type\_name](ControllersAdvisoryInlineItem.md#advisory_type_name) -- [applicable\_systems](ControllersAdvisoryInlineItem.md#applicable_systems) -- [cve\_count](ControllersAdvisoryInlineItem.md#cve_count) -- [description](ControllersAdvisoryInlineItem.md#description) -- [id](ControllersAdvisoryInlineItem.md#id) -- [public\_date](ControllersAdvisoryInlineItem.md#public_date) -- [reboot\_required](ControllersAdvisoryInlineItem.md#reboot_required) -- [release\_versions](ControllersAdvisoryInlineItem.md#release_versions) -- [severity](ControllersAdvisoryInlineItem.md#severity) -- [synopsis](ControllersAdvisoryInlineItem.md#synopsis) - -## Properties - -### advisory\_type - -• `Optional` **advisory\_type**: `number` - -Deprecated, not useful database ID (0 - unknown, 1 -, enhancement, 2 - bugfix, 3 - security, 4 - unspecified) - -**`Memberof`** - -ControllersAdvisoryInlineItem - -#### Defined in - -[api.ts:200](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L200) - -___ - -### advisory\_type\_name - -• `Optional` **advisory\_type\_name**: `string` - -Advisory type name, proper ordering ensured (unknown, unspecified, other, enhancement, bugfix, security) - -**`Memberof`** - -ControllersAdvisoryInlineItem - -#### Defined in - -[api.ts:206](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L206) - -___ - -### applicable\_systems - -• `Optional` **applicable\_systems**: `number` - -**`Memberof`** - -ControllersAdvisoryInlineItem - -#### Defined in - -[api.ts:212](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L212) - -___ - -### cve\_count - -• `Optional` **cve\_count**: `number` - -**`Memberof`** - -ControllersAdvisoryInlineItem - -#### Defined in - -[api.ts:218](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L218) - -___ - -### description - -• `Optional` **description**: `string` - -**`Memberof`** - -ControllersAdvisoryInlineItem - -#### Defined in - -[api.ts:224](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L224) - -___ - -### id - -• `Optional` **id**: `string` - -**`Memberof`** - -ControllersAdvisoryInlineItem - -#### Defined in - -[api.ts:230](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L230) - -___ - -### public\_date - -• `Optional` **public\_date**: `string` - -**`Memberof`** - -ControllersAdvisoryInlineItem - -#### Defined in - -[api.ts:236](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L236) - -___ - -### reboot\_required - -• `Optional` **reboot\_required**: `boolean` - -**`Memberof`** - -ControllersAdvisoryInlineItem - -#### Defined in - -[api.ts:242](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L242) - -___ - -### release\_versions - -• `Optional` **release\_versions**: `string`[] - -**`Memberof`** - -ControllersAdvisoryInlineItem - -#### Defined in - -[api.ts:248](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L248) - -___ - -### severity - -• `Optional` **severity**: `number` - -**`Memberof`** - -ControllersAdvisoryInlineItem - -#### Defined in - -[api.ts:254](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L254) - -___ - -### synopsis - -• `Optional` **synopsis**: `string` - -**`Memberof`** - -ControllersAdvisoryInlineItem - -#### Defined in - -[api.ts:260](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L260) diff --git a/packages/patch/doc/interfaces/ControllersAdvisoryItem.md b/packages/patch/doc/interfaces/ControllersAdvisoryItem.md deleted file mode 100644 index a25fe2f92..000000000 --- a/packages/patch/doc/interfaces/ControllersAdvisoryItem.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersAdvisoryItem - -# Interface: ControllersAdvisoryItem - -**`Export`** - -ControllersAdvisoryItem - -## Table of contents - -### Properties - -- [attributes](ControllersAdvisoryItem.md#attributes) -- [id](ControllersAdvisoryItem.md#id) -- [type](ControllersAdvisoryItem.md#type) - -## Properties - -### attributes - -• `Optional` **attributes**: [`ControllersAdvisoryItemAttributes`](ControllersAdvisoryItemAttributes.md) - -**`Memberof`** - -ControllersAdvisoryItem - -#### Defined in - -[api.ts:273](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L273) - -___ - -### id - -• `Optional` **id**: `string` - -**`Memberof`** - -ControllersAdvisoryItem - -#### Defined in - -[api.ts:279](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L279) - -___ - -### type - -• `Optional` **type**: `string` - -**`Memberof`** - -ControllersAdvisoryItem - -#### Defined in - -[api.ts:285](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L285) diff --git a/packages/patch/doc/interfaces/ControllersAdvisoryItemAttributes.md b/packages/patch/doc/interfaces/ControllersAdvisoryItemAttributes.md deleted file mode 100644 index ab63a0c37..000000000 --- a/packages/patch/doc/interfaces/ControllersAdvisoryItemAttributes.md +++ /dev/null @@ -1,166 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersAdvisoryItemAttributes - -# Interface: ControllersAdvisoryItemAttributes - -**`Export`** - -ControllersAdvisoryItemAttributes - -## Table of contents - -### Properties - -- [advisory\_type](ControllersAdvisoryItemAttributes.md#advisory_type) -- [advisory\_type\_name](ControllersAdvisoryItemAttributes.md#advisory_type_name) -- [applicable\_systems](ControllersAdvisoryItemAttributes.md#applicable_systems) -- [cve\_count](ControllersAdvisoryItemAttributes.md#cve_count) -- [description](ControllersAdvisoryItemAttributes.md#description) -- [public\_date](ControllersAdvisoryItemAttributes.md#public_date) -- [reboot\_required](ControllersAdvisoryItemAttributes.md#reboot_required) -- [release\_versions](ControllersAdvisoryItemAttributes.md#release_versions) -- [severity](ControllersAdvisoryItemAttributes.md#severity) -- [synopsis](ControllersAdvisoryItemAttributes.md#synopsis) - -## Properties - -### advisory\_type - -• `Optional` **advisory\_type**: `number` - -Deprecated, not useful database ID (0 - unknown, 1 -, enhancement, 2 - bugfix, 3 - security, 4 - unspecified) - -**`Memberof`** - -ControllersAdvisoryItemAttributes - -#### Defined in - -[api.ts:298](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L298) - -___ - -### advisory\_type\_name - -• `Optional` **advisory\_type\_name**: `string` - -Advisory type name, proper ordering ensured (unknown, unspecified, other, enhancement, bugfix, security) - -**`Memberof`** - -ControllersAdvisoryItemAttributes - -#### Defined in - -[api.ts:304](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L304) - -___ - -### applicable\_systems - -• `Optional` **applicable\_systems**: `number` - -**`Memberof`** - -ControllersAdvisoryItemAttributes - -#### Defined in - -[api.ts:310](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L310) - -___ - -### cve\_count - -• `Optional` **cve\_count**: `number` - -**`Memberof`** - -ControllersAdvisoryItemAttributes - -#### Defined in - -[api.ts:316](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L316) - -___ - -### description - -• `Optional` **description**: `string` - -**`Memberof`** - -ControllersAdvisoryItemAttributes - -#### Defined in - -[api.ts:322](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L322) - -___ - -### public\_date - -• `Optional` **public\_date**: `string` - -**`Memberof`** - -ControllersAdvisoryItemAttributes - -#### Defined in - -[api.ts:328](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L328) - -___ - -### reboot\_required - -• `Optional` **reboot\_required**: `boolean` - -**`Memberof`** - -ControllersAdvisoryItemAttributes - -#### Defined in - -[api.ts:334](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L334) - -___ - -### release\_versions - -• `Optional` **release\_versions**: `string`[] - -**`Memberof`** - -ControllersAdvisoryItemAttributes - -#### Defined in - -[api.ts:340](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L340) - -___ - -### severity - -• `Optional` **severity**: `number` - -**`Memberof`** - -ControllersAdvisoryItemAttributes - -#### Defined in - -[api.ts:346](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L346) - -___ - -### synopsis - -• `Optional` **synopsis**: `string` - -**`Memberof`** - -ControllersAdvisoryItemAttributes - -#### Defined in - -[api.ts:352](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L352) diff --git a/packages/patch/doc/interfaces/ControllersAdvisorySystemsResponse.md b/packages/patch/doc/interfaces/ControllersAdvisorySystemsResponse.md deleted file mode 100644 index cf26cb052..000000000 --- a/packages/patch/doc/interfaces/ControllersAdvisorySystemsResponse.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersAdvisorySystemsResponse - -# Interface: ControllersAdvisorySystemsResponse - -**`Export`** - -ControllersAdvisorySystemsResponse - -## Table of contents - -### Properties - -- [data](ControllersAdvisorySystemsResponse.md#data) -- [links](ControllersAdvisorySystemsResponse.md#links) -- [meta](ControllersAdvisorySystemsResponse.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ControllersSystemItem`](ControllersSystemItem.md)[] - -**`Memberof`** - -ControllersAdvisorySystemsResponse - -#### Defined in - -[api.ts:365](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L365) - -___ - -### links - -• `Optional` **links**: [`ControllersLinks`](ControllersLinks.md) - -**`Memberof`** - -ControllersAdvisorySystemsResponse - -#### Defined in - -[api.ts:371](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L371) - -___ - -### meta - -• `Optional` **meta**: [`ControllersListMeta`](ControllersListMeta.md) - -**`Memberof`** - -ControllersAdvisorySystemsResponse - -#### Defined in - -[api.ts:377](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L377) diff --git a/packages/patch/doc/interfaces/ControllersBaselineConfig.md b/packages/patch/doc/interfaces/ControllersBaselineConfig.md deleted file mode 100644 index 8c1a6749a..000000000 --- a/packages/patch/doc/interfaces/ControllersBaselineConfig.md +++ /dev/null @@ -1,29 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersBaselineConfig - -# Interface: ControllersBaselineConfig - -**`Export`** - -ControllersBaselineConfig - -## Table of contents - -### Properties - -- [to\_time](ControllersBaselineConfig.md#to_time) - -## Properties - -### to\_time - -• `Optional` **to\_time**: `string` - -Filter applicable advisories (updates) by the latest publish time. - -**`Memberof`** - -ControllersBaselineConfig - -#### Defined in - -[api.ts:390](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L390) diff --git a/packages/patch/doc/interfaces/ControllersBaselineDetailAttributes.md b/packages/patch/doc/interfaces/ControllersBaselineDetailAttributes.md deleted file mode 100644 index dd05e4568..000000000 --- a/packages/patch/doc/interfaces/ControllersBaselineDetailAttributes.md +++ /dev/null @@ -1,59 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersBaselineDetailAttributes - -# Interface: ControllersBaselineDetailAttributes - -**`Export`** - -ControllersBaselineDetailAttributes - -## Table of contents - -### Properties - -- [config](ControllersBaselineDetailAttributes.md#config) -- [description](ControllersBaselineDetailAttributes.md#description) -- [name](ControllersBaselineDetailAttributes.md#name) - -## Properties - -### config - -• `Optional` **config**: [`ControllersBaselineConfig`](ControllersBaselineConfig.md) - -**`Memberof`** - -ControllersBaselineDetailAttributes - -#### Defined in - -[api.ts:403](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L403) - -___ - -### description - -• `Optional` **description**: `string` - -**`Memberof`** - -ControllersBaselineDetailAttributes - -#### Defined in - -[api.ts:409](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L409) - -___ - -### name - -• `Optional` **name**: `string` - -Baseline name - -**`Memberof`** - -ControllersBaselineDetailAttributes - -#### Defined in - -[api.ts:415](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L415) diff --git a/packages/patch/doc/interfaces/ControllersBaselineDetailItem.md b/packages/patch/doc/interfaces/ControllersBaselineDetailItem.md deleted file mode 100644 index 5e71829c2..000000000 --- a/packages/patch/doc/interfaces/ControllersBaselineDetailItem.md +++ /dev/null @@ -1,61 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersBaselineDetailItem - -# Interface: ControllersBaselineDetailItem - -**`Export`** - -ControllersBaselineDetailItem - -## Table of contents - -### Properties - -- [attributes](ControllersBaselineDetailItem.md#attributes) -- [id](ControllersBaselineDetailItem.md#id) -- [type](ControllersBaselineDetailItem.md#type) - -## Properties - -### attributes - -• `Optional` **attributes**: [`ControllersBaselineDetailAttributes`](ControllersBaselineDetailAttributes.md) - -**`Memberof`** - -ControllersBaselineDetailItem - -#### Defined in - -[api.ts:428](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L428) - -___ - -### id - -• `Optional` **id**: `number` - -Baseline ID - -**`Memberof`** - -ControllersBaselineDetailItem - -#### Defined in - -[api.ts:434](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L434) - -___ - -### type - -• `Optional` **type**: `string` - -Document type name - -**`Memberof`** - -ControllersBaselineDetailItem - -#### Defined in - -[api.ts:440](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L440) diff --git a/packages/patch/doc/interfaces/ControllersBaselineDetailResponse.md b/packages/patch/doc/interfaces/ControllersBaselineDetailResponse.md deleted file mode 100644 index 74a45f2de..000000000 --- a/packages/patch/doc/interfaces/ControllersBaselineDetailResponse.md +++ /dev/null @@ -1,27 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersBaselineDetailResponse - -# Interface: ControllersBaselineDetailResponse - -**`Export`** - -ControllersBaselineDetailResponse - -## Table of contents - -### Properties - -- [data](ControllersBaselineDetailResponse.md#data) - -## Properties - -### data - -• `Optional` **data**: [`ControllersBaselineDetailItem`](ControllersBaselineDetailItem.md) - -**`Memberof`** - -ControllersBaselineDetailResponse - -#### Defined in - -[api.ts:453](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L453) diff --git a/packages/patch/doc/interfaces/ControllersBaselineItem.md b/packages/patch/doc/interfaces/ControllersBaselineItem.md deleted file mode 100644 index cbe486e47..000000000 --- a/packages/patch/doc/interfaces/ControllersBaselineItem.md +++ /dev/null @@ -1,61 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersBaselineItem - -# Interface: ControllersBaselineItem - -**`Export`** - -ControllersBaselineItem - -## Table of contents - -### Properties - -- [attributes](ControllersBaselineItem.md#attributes) -- [id](ControllersBaselineItem.md#id) -- [type](ControllersBaselineItem.md#type) - -## Properties - -### attributes - -• `Optional` **attributes**: [`ControllersBaselineItemAttributes`](ControllersBaselineItemAttributes.md) - -**`Memberof`** - -ControllersBaselineItem - -#### Defined in - -[api.ts:466](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L466) - -___ - -### id - -• `Optional` **id**: `number` - -Unique baseline id - -**`Memberof`** - -ControllersBaselineItem - -#### Defined in - -[api.ts:472](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L472) - -___ - -### type - -• `Optional` **type**: `string` - -Document type name - -**`Memberof`** - -ControllersBaselineItem - -#### Defined in - -[api.ts:478](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L478) diff --git a/packages/patch/doc/interfaces/ControllersBaselineItemAttributes.md b/packages/patch/doc/interfaces/ControllersBaselineItemAttributes.md deleted file mode 100644 index 846836a54..000000000 --- a/packages/patch/doc/interfaces/ControllersBaselineItemAttributes.md +++ /dev/null @@ -1,46 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersBaselineItemAttributes - -# Interface: ControllersBaselineItemAttributes - -**`Export`** - -ControllersBaselineItemAttributes - -## Table of contents - -### Properties - -- [name](ControllersBaselineItemAttributes.md#name) -- [systems](ControllersBaselineItemAttributes.md#systems) - -## Properties - -### name - -• `Optional` **name**: `string` - -Baseline name - -**`Memberof`** - -ControllersBaselineItemAttributes - -#### Defined in - -[api.ts:491](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L491) - -___ - -### systems - -• `Optional` **systems**: `number` - -Count of the systems associated with the baseline - -**`Memberof`** - -ControllersBaselineItemAttributes - -#### Defined in - -[api.ts:497](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L497) diff --git a/packages/patch/doc/interfaces/ControllersBaselineSystemAttributes.md b/packages/patch/doc/interfaces/ControllersBaselineSystemAttributes.md deleted file mode 100644 index 98a80cf7d..000000000 --- a/packages/patch/doc/interfaces/ControllersBaselineSystemAttributes.md +++ /dev/null @@ -1,29 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersBaselineSystemAttributes - -# Interface: ControllersBaselineSystemAttributes - -**`Export`** - -ControllersBaselineSystemAttributes - -## Table of contents - -### Properties - -- [display\_name](ControllersBaselineSystemAttributes.md#display_name) - -## Properties - -### display\_name - -• `Optional` **display\_name**: `string` - -Baseline system display name - -**`Memberof`** - -ControllersBaselineSystemAttributes - -#### Defined in - -[api.ts:510](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L510) diff --git a/packages/patch/doc/interfaces/ControllersBaselineSystemItem.md b/packages/patch/doc/interfaces/ControllersBaselineSystemItem.md deleted file mode 100644 index 8abb435b8..000000000 --- a/packages/patch/doc/interfaces/ControllersBaselineSystemItem.md +++ /dev/null @@ -1,61 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersBaselineSystemItem - -# Interface: ControllersBaselineSystemItem - -**`Export`** - -ControllersBaselineSystemItem - -## Table of contents - -### Properties - -- [attributes](ControllersBaselineSystemItem.md#attributes) -- [inventory\_id](ControllersBaselineSystemItem.md#inventory_id) -- [type](ControllersBaselineSystemItem.md#type) - -## Properties - -### attributes - -• `Optional` **attributes**: [`ControllersBaselineSystemAttributes`](ControllersBaselineSystemAttributes.md) - -**`Memberof`** - -ControllersBaselineSystemItem - -#### Defined in - -[api.ts:523](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L523) - -___ - -### inventory\_id - -• `Optional` **inventory\_id**: `string` - -Baseline system inventory ID (uuid format) - -**`Memberof`** - -ControllersBaselineSystemItem - -#### Defined in - -[api.ts:529](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L529) - -___ - -### type - -• `Optional` **type**: `string` - -Document type name - -**`Memberof`** - -ControllersBaselineSystemItem - -#### Defined in - -[api.ts:535](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L535) diff --git a/packages/patch/doc/interfaces/ControllersBaselineSystemsRemoveRequest.md b/packages/patch/doc/interfaces/ControllersBaselineSystemsRemoveRequest.md deleted file mode 100644 index 75690a1e0..000000000 --- a/packages/patch/doc/interfaces/ControllersBaselineSystemsRemoveRequest.md +++ /dev/null @@ -1,29 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersBaselineSystemsRemoveRequest - -# Interface: ControllersBaselineSystemsRemoveRequest - -**`Export`** - -ControllersBaselineSystemsRemoveRequest - -## Table of contents - -### Properties - -- [inventory\_ids](ControllersBaselineSystemsRemoveRequest.md#inventory_ids) - -## Properties - -### inventory\_ids - -• `Optional` **inventory\_ids**: `string`[] - -List of inventory IDs to have baselines removed - -**`Memberof`** - -ControllersBaselineSystemsRemoveRequest - -#### Defined in - -[api.ts:548](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L548) diff --git a/packages/patch/doc/interfaces/ControllersBaselineSystemsResponse.md b/packages/patch/doc/interfaces/ControllersBaselineSystemsResponse.md deleted file mode 100644 index 108ed7036..000000000 --- a/packages/patch/doc/interfaces/ControllersBaselineSystemsResponse.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersBaselineSystemsResponse - -# Interface: ControllersBaselineSystemsResponse - -**`Export`** - -ControllersBaselineSystemsResponse - -## Table of contents - -### Properties - -- [data](ControllersBaselineSystemsResponse.md#data) -- [links](ControllersBaselineSystemsResponse.md#links) -- [meta](ControllersBaselineSystemsResponse.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ControllersBaselineSystemItem`](ControllersBaselineSystemItem.md)[] - -**`Memberof`** - -ControllersBaselineSystemsResponse - -#### Defined in - -[api.ts:561](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L561) - -___ - -### links - -• `Optional` **links**: [`ControllersLinks`](ControllersLinks.md) - -**`Memberof`** - -ControllersBaselineSystemsResponse - -#### Defined in - -[api.ts:567](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L567) - -___ - -### meta - -• `Optional` **meta**: [`ControllersListMeta`](ControllersListMeta.md) - -**`Memberof`** - -ControllersBaselineSystemsResponse - -#### Defined in - -[api.ts:573](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L573) diff --git a/packages/patch/doc/interfaces/ControllersBaselinesResponse.md b/packages/patch/doc/interfaces/ControllersBaselinesResponse.md deleted file mode 100644 index f782bdac4..000000000 --- a/packages/patch/doc/interfaces/ControllersBaselinesResponse.md +++ /dev/null @@ -1,59 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersBaselinesResponse - -# Interface: ControllersBaselinesResponse - -**`Export`** - -ControllersBaselinesResponse - -## Table of contents - -### Properties - -- [data](ControllersBaselinesResponse.md#data) -- [links](ControllersBaselinesResponse.md#links) -- [meta](ControllersBaselinesResponse.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ControllersBaselineItem`](ControllersBaselineItem.md)[] - -Baseline items - -**`Memberof`** - -ControllersBaselinesResponse - -#### Defined in - -[api.ts:586](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L586) - -___ - -### links - -• `Optional` **links**: [`ControllersLinks`](ControllersLinks.md) - -**`Memberof`** - -ControllersBaselinesResponse - -#### Defined in - -[api.ts:592](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L592) - -___ - -### meta - -• `Optional` **meta**: [`ControllersListMeta`](ControllersListMeta.md) - -**`Memberof`** - -ControllersBaselinesResponse - -#### Defined in - -[api.ts:598](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L598) diff --git a/packages/patch/doc/interfaces/ControllersCreateBaselineRequest.md b/packages/patch/doc/interfaces/ControllersCreateBaselineRequest.md deleted file mode 100644 index 50c3b5391..000000000 --- a/packages/patch/doc/interfaces/ControllersCreateBaselineRequest.md +++ /dev/null @@ -1,78 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersCreateBaselineRequest - -# Interface: ControllersCreateBaselineRequest - -**`Export`** - -ControllersCreateBaselineRequest - -## Table of contents - -### Properties - -- [config](ControllersCreateBaselineRequest.md#config) -- [description](ControllersCreateBaselineRequest.md#description) -- [inventory\_ids](ControllersCreateBaselineRequest.md#inventory_ids) -- [name](ControllersCreateBaselineRequest.md#name) - -## Properties - -### config - -• `Optional` **config**: [`ControllersBaselineConfig`](ControllersBaselineConfig.md) - -**`Memberof`** - -ControllersCreateBaselineRequest - -#### Defined in - -[api.ts:611](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L611) - -___ - -### description - -• `Optional` **description**: `string` - -Description of the baseline (optional). - -**`Memberof`** - -ControllersCreateBaselineRequest - -#### Defined in - -[api.ts:617](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L617) - -___ - -### inventory\_ids - -• `Optional` **inventory\_ids**: `string`[] - -Inventory IDs list of systems to associate with this baseline (optional). - -**`Memberof`** - -ControllersCreateBaselineRequest - -#### Defined in - -[api.ts:623](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L623) - -___ - -### name - -• `Optional` **name**: `string` - -Baseline name - -**`Memberof`** - -ControllersCreateBaselineRequest - -#### Defined in - -[api.ts:629](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L629) diff --git a/packages/patch/doc/interfaces/ControllersCreateBaselineResponse.md b/packages/patch/doc/interfaces/ControllersCreateBaselineResponse.md deleted file mode 100644 index 7e93370ca..000000000 --- a/packages/patch/doc/interfaces/ControllersCreateBaselineResponse.md +++ /dev/null @@ -1,29 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersCreateBaselineResponse - -# Interface: ControllersCreateBaselineResponse - -**`Export`** - -ControllersCreateBaselineResponse - -## Table of contents - -### Properties - -- [baseline\_id](ControllersCreateBaselineResponse.md#baseline_id) - -## Properties - -### baseline\_id - -• `Optional` **baseline\_id**: `number` - -Updated baseline unique ID, it can not be changed - -**`Memberof`** - -ControllersCreateBaselineResponse - -#### Defined in - -[api.ts:642](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L642) diff --git a/packages/patch/doc/interfaces/ControllersDeleteBaselineResponse.md b/packages/patch/doc/interfaces/ControllersDeleteBaselineResponse.md deleted file mode 100644 index bb16b3064..000000000 --- a/packages/patch/doc/interfaces/ControllersDeleteBaselineResponse.md +++ /dev/null @@ -1,29 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersDeleteBaselineResponse - -# Interface: ControllersDeleteBaselineResponse - -**`Export`** - -ControllersDeleteBaselineResponse - -## Table of contents - -### Properties - -- [baseline\_id](ControllersDeleteBaselineResponse.md#baseline_id) - -## Properties - -### baseline\_id - -• `Optional` **baseline\_id**: `number` - -Updated baseline unique ID, it can not be changed - -**`Memberof`** - -ControllersDeleteBaselineResponse - -#### Defined in - -[api.ts:655](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L655) diff --git a/packages/patch/doc/interfaces/ControllersFilterData.md b/packages/patch/doc/interfaces/ControllersFilterData.md deleted file mode 100644 index be0a0c013..000000000 --- a/packages/patch/doc/interfaces/ControllersFilterData.md +++ /dev/null @@ -1,42 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersFilterData - -# Interface: ControllersFilterData - -**`Export`** - -ControllersFilterData - -## Table of contents - -### Properties - -- [op](ControllersFilterData.md#op) -- [values](ControllersFilterData.md#values) - -## Properties - -### op - -• `Optional` **op**: `string` - -**`Memberof`** - -ControllersFilterData - -#### Defined in - -[api.ts:668](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L668) - -___ - -### values - -• `Optional` **values**: `string`[] - -**`Memberof`** - -ControllersFilterData - -#### Defined in - -[api.ts:674](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L674) diff --git a/packages/patch/doc/interfaces/ControllersLinks.md b/packages/patch/doc/interfaces/ControllersLinks.md deleted file mode 100644 index 4194800f1..000000000 --- a/packages/patch/doc/interfaces/ControllersLinks.md +++ /dev/null @@ -1,72 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersLinks - -# Interface: ControllersLinks - -**`Export`** - -ControllersLinks - -## Table of contents - -### Properties - -- [first](ControllersLinks.md#first) -- [last](ControllersLinks.md#last) -- [next](ControllersLinks.md#next) -- [previous](ControllersLinks.md#previous) - -## Properties - -### first - -• `Optional` **first**: `string` - -**`Memberof`** - -ControllersLinks - -#### Defined in - -[api.ts:687](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L687) - -___ - -### last - -• `Optional` **last**: `string` - -**`Memberof`** - -ControllersLinks - -#### Defined in - -[api.ts:693](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L693) - -___ - -### next - -• `Optional` **next**: `string` - -**`Memberof`** - -ControllersLinks - -#### Defined in - -[api.ts:699](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L699) - -___ - -### previous - -• `Optional` **previous**: `string` - -**`Memberof`** - -ControllersLinks - -#### Defined in - -[api.ts:705](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L705) diff --git a/packages/patch/doc/interfaces/ControllersListMeta.md b/packages/patch/doc/interfaces/ControllersListMeta.md deleted file mode 100644 index 072ce1caf..000000000 --- a/packages/patch/doc/interfaces/ControllersListMeta.md +++ /dev/null @@ -1,139 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersListMeta - -# Interface: ControllersListMeta - -**`Export`** - -ControllersListMeta - -## Table of contents - -### Properties - -- [filter](ControllersListMeta.md#filter) -- [limit](ControllersListMeta.md#limit) -- [offset](ControllersListMeta.md#offset) -- [search](ControllersListMeta.md#search) -- [sort](ControllersListMeta.md#sort) -- [subtotals](ControllersListMeta.md#subtotals) -- [total\_items](ControllersListMeta.md#total_items) - -## Properties - -### filter - -• `Optional` **filter**: `Object` - -Used filters - -**`Memberof`** - -ControllersListMeta - -#### Index signature - -▪ [key: `string`]: [`ControllersFilterData`](ControllersFilterData.md) - -#### Defined in - -[api.ts:718](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L718) - -___ - -### limit - -• `Optional` **limit**: `number` - -Used response limit (page size) - pagination - -**`Memberof`** - -ControllersListMeta - -#### Defined in - -[api.ts:724](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L724) - -___ - -### offset - -• `Optional` **offset**: `number` - -Used response offset - pagination - -**`Memberof`** - -ControllersListMeta - -#### Defined in - -[api.ts:730](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L730) - -___ - -### search - -• `Optional` **search**: `string` - -Used search terms - -**`Memberof`** - -ControllersListMeta - -#### Defined in - -[api.ts:736](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L736) - -___ - -### sort - -• `Optional` **sort**: `string`[] - -Used sorting fields - -**`Memberof`** - -ControllersListMeta - -#### Defined in - -[api.ts:742](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L742) - -___ - -### subtotals - -• `Optional` **subtotals**: `Object` - -Some subtotals used by some endpoints - -**`Memberof`** - -ControllersListMeta - -#### Index signature - -▪ [key: `string`]: `number` - -#### Defined in - -[api.ts:748](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L748) - -___ - -### total\_items - -• `Optional` **total\_items**: `number` - -Total items count to return - -**`Memberof`** - -ControllersListMeta - -#### Defined in - -[api.ts:754](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L754) diff --git a/packages/patch/doc/interfaces/ControllersPackageDetailAttributes.md b/packages/patch/doc/interfaces/ControllersPackageDetailAttributes.md deleted file mode 100644 index 4951e436d..000000000 --- a/packages/patch/doc/interfaces/ControllersPackageDetailAttributes.md +++ /dev/null @@ -1,87 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersPackageDetailAttributes - -# Interface: ControllersPackageDetailAttributes - -**`Export`** - -ControllersPackageDetailAttributes - -## Table of contents - -### Properties - -- [advisory\_id](ControllersPackageDetailAttributes.md#advisory_id) -- [description](ControllersPackageDetailAttributes.md#description) -- [name](ControllersPackageDetailAttributes.md#name) -- [summary](ControllersPackageDetailAttributes.md#summary) -- [version](ControllersPackageDetailAttributes.md#version) - -## Properties - -### advisory\_id - -• `Optional` **advisory\_id**: `string` - -**`Memberof`** - -ControllersPackageDetailAttributes - -#### Defined in - -[api.ts:767](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L767) - -___ - -### description - -• `Optional` **description**: `string` - -**`Memberof`** - -ControllersPackageDetailAttributes - -#### Defined in - -[api.ts:773](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L773) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -ControllersPackageDetailAttributes - -#### Defined in - -[api.ts:779](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L779) - -___ - -### summary - -• `Optional` **summary**: `string` - -**`Memberof`** - -ControllersPackageDetailAttributes - -#### Defined in - -[api.ts:785](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L785) - -___ - -### version - -• `Optional` **version**: `string` - -**`Memberof`** - -ControllersPackageDetailAttributes - -#### Defined in - -[api.ts:791](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L791) diff --git a/packages/patch/doc/interfaces/ControllersPackageDetailItem.md b/packages/patch/doc/interfaces/ControllersPackageDetailItem.md deleted file mode 100644 index b915dc130..000000000 --- a/packages/patch/doc/interfaces/ControllersPackageDetailItem.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersPackageDetailItem - -# Interface: ControllersPackageDetailItem - -**`Export`** - -ControllersPackageDetailItem - -## Table of contents - -### Properties - -- [attributes](ControllersPackageDetailItem.md#attributes) -- [id](ControllersPackageDetailItem.md#id) -- [type](ControllersPackageDetailItem.md#type) - -## Properties - -### attributes - -• `Optional` **attributes**: [`ControllersPackageDetailAttributes`](ControllersPackageDetailAttributes.md) - -**`Memberof`** - -ControllersPackageDetailItem - -#### Defined in - -[api.ts:804](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L804) - -___ - -### id - -• `Optional` **id**: `string` - -**`Memberof`** - -ControllersPackageDetailItem - -#### Defined in - -[api.ts:810](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L810) - -___ - -### type - -• `Optional` **type**: `string` - -**`Memberof`** - -ControllersPackageDetailItem - -#### Defined in - -[api.ts:816](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L816) diff --git a/packages/patch/doc/interfaces/ControllersPackageDetailResponse.md b/packages/patch/doc/interfaces/ControllersPackageDetailResponse.md deleted file mode 100644 index d3886d10a..000000000 --- a/packages/patch/doc/interfaces/ControllersPackageDetailResponse.md +++ /dev/null @@ -1,27 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersPackageDetailResponse - -# Interface: ControllersPackageDetailResponse - -**`Export`** - -ControllersPackageDetailResponse - -## Table of contents - -### Properties - -- [data](ControllersPackageDetailResponse.md#data) - -## Properties - -### data - -• `Optional` **data**: [`ControllersPackageDetailItem`](ControllersPackageDetailItem.md) - -**`Memberof`** - -ControllersPackageDetailResponse - -#### Defined in - -[api.ts:829](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L829) diff --git a/packages/patch/doc/interfaces/ControllersPackageItem.md b/packages/patch/doc/interfaces/ControllersPackageItem.md deleted file mode 100644 index e61e7819f..000000000 --- a/packages/patch/doc/interfaces/ControllersPackageItem.md +++ /dev/null @@ -1,72 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersPackageItem - -# Interface: ControllersPackageItem - -**`Export`** - -ControllersPackageItem - -## Table of contents - -### Properties - -- [name](ControllersPackageItem.md#name) -- [summary](ControllersPackageItem.md#summary) -- [systems\_installed](ControllersPackageItem.md#systems_installed) -- [systems\_updatable](ControllersPackageItem.md#systems_updatable) - -## Properties - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -ControllersPackageItem - -#### Defined in - -[api.ts:842](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L842) - -___ - -### summary - -• `Optional` **summary**: `string` - -**`Memberof`** - -ControllersPackageItem - -#### Defined in - -[api.ts:848](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L848) - -___ - -### systems\_installed - -• `Optional` **systems\_installed**: `number` - -**`Memberof`** - -ControllersPackageItem - -#### Defined in - -[api.ts:854](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L854) - -___ - -### systems\_updatable - -• `Optional` **systems\_updatable**: `number` - -**`Memberof`** - -ControllersPackageItem - -#### Defined in - -[api.ts:860](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L860) diff --git a/packages/patch/doc/interfaces/ControllersPackageSystemItem.md b/packages/patch/doc/interfaces/ControllersPackageSystemItem.md deleted file mode 100644 index a0d4180dc..000000000 --- a/packages/patch/doc/interfaces/ControllersPackageSystemItem.md +++ /dev/null @@ -1,132 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersPackageSystemItem - -# Interface: ControllersPackageSystemItem - -**`Export`** - -ControllersPackageSystemItem - -## Table of contents - -### Properties - -- [available\_evra](ControllersPackageSystemItem.md#available_evra) -- [baseline\_name](ControllersPackageSystemItem.md#baseline_name) -- [baseline\_uptodate](ControllersPackageSystemItem.md#baseline_uptodate) -- [display\_name](ControllersPackageSystemItem.md#display_name) -- [id](ControllersPackageSystemItem.md#id) -- [installed\_evra](ControllersPackageSystemItem.md#installed_evra) -- [tags](ControllersPackageSystemItem.md#tags) -- [updatable](ControllersPackageSystemItem.md#updatable) - -## Properties - -### available\_evra - -• `Optional` **available\_evra**: `string` - -**`Memberof`** - -ControllersPackageSystemItem - -#### Defined in - -[api.ts:873](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L873) - -___ - -### baseline\_name - -• `Optional` **baseline\_name**: `string` - -**`Memberof`** - -ControllersPackageSystemItem - -#### Defined in - -[api.ts:879](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L879) - -___ - -### baseline\_uptodate - -• `Optional` **baseline\_uptodate**: `boolean` - -**`Memberof`** - -ControllersPackageSystemItem - -#### Defined in - -[api.ts:885](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L885) - -___ - -### display\_name - -• `Optional` **display\_name**: `string` - -**`Memberof`** - -ControllersPackageSystemItem - -#### Defined in - -[api.ts:891](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L891) - -___ - -### id - -• `Optional` **id**: `string` - -**`Memberof`** - -ControllersPackageSystemItem - -#### Defined in - -[api.ts:897](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L897) - -___ - -### installed\_evra - -• `Optional` **installed\_evra**: `string` - -**`Memberof`** - -ControllersPackageSystemItem - -#### Defined in - -[api.ts:903](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L903) - -___ - -### tags - -• `Optional` **tags**: [`ControllersSystemTag`](ControllersSystemTag.md)[] - -**`Memberof`** - -ControllersPackageSystemItem - -#### Defined in - -[api.ts:909](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L909) - -___ - -### updatable - -• `Optional` **updatable**: `boolean` - -**`Memberof`** - -ControllersPackageSystemItem - -#### Defined in - -[api.ts:915](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L915) diff --git a/packages/patch/doc/interfaces/ControllersPackageSystemsResponse.md b/packages/patch/doc/interfaces/ControllersPackageSystemsResponse.md deleted file mode 100644 index 2a1dc9c7b..000000000 --- a/packages/patch/doc/interfaces/ControllersPackageSystemsResponse.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersPackageSystemsResponse - -# Interface: ControllersPackageSystemsResponse - -**`Export`** - -ControllersPackageSystemsResponse - -## Table of contents - -### Properties - -- [data](ControllersPackageSystemsResponse.md#data) -- [links](ControllersPackageSystemsResponse.md#links) -- [meta](ControllersPackageSystemsResponse.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ControllersPackageSystemItem`](ControllersPackageSystemItem.md)[] - -**`Memberof`** - -ControllersPackageSystemsResponse - -#### Defined in - -[api.ts:928](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L928) - -___ - -### links - -• `Optional` **links**: [`ControllersLinks`](ControllersLinks.md) - -**`Memberof`** - -ControllersPackageSystemsResponse - -#### Defined in - -[api.ts:934](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L934) - -___ - -### meta - -• `Optional` **meta**: [`ControllersListMeta`](ControllersListMeta.md) - -**`Memberof`** - -ControllersPackageSystemsResponse - -#### Defined in - -[api.ts:940](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L940) diff --git a/packages/patch/doc/interfaces/ControllersPackageVersionItem.md b/packages/patch/doc/interfaces/ControllersPackageVersionItem.md deleted file mode 100644 index 14554e232..000000000 --- a/packages/patch/doc/interfaces/ControllersPackageVersionItem.md +++ /dev/null @@ -1,27 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersPackageVersionItem - -# Interface: ControllersPackageVersionItem - -**`Export`** - -ControllersPackageVersionItem - -## Table of contents - -### Properties - -- [evra](ControllersPackageVersionItem.md#evra) - -## Properties - -### evra - -• `Optional` **evra**: `string` - -**`Memberof`** - -ControllersPackageVersionItem - -#### Defined in - -[api.ts:953](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L953) diff --git a/packages/patch/doc/interfaces/ControllersPackageVersionsResponse.md b/packages/patch/doc/interfaces/ControllersPackageVersionsResponse.md deleted file mode 100644 index b1b02d6c8..000000000 --- a/packages/patch/doc/interfaces/ControllersPackageVersionsResponse.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersPackageVersionsResponse - -# Interface: ControllersPackageVersionsResponse - -**`Export`** - -ControllersPackageVersionsResponse - -## Table of contents - -### Properties - -- [data](ControllersPackageVersionsResponse.md#data) -- [links](ControllersPackageVersionsResponse.md#links) -- [meta](ControllersPackageVersionsResponse.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ControllersPackageVersionItem`](ControllersPackageVersionItem.md)[] - -**`Memberof`** - -ControllersPackageVersionsResponse - -#### Defined in - -[api.ts:966](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L966) - -___ - -### links - -• `Optional` **links**: [`ControllersLinks`](ControllersLinks.md) - -**`Memberof`** - -ControllersPackageVersionsResponse - -#### Defined in - -[api.ts:972](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L972) - -___ - -### meta - -• `Optional` **meta**: [`ControllersListMeta`](ControllersListMeta.md) - -**`Memberof`** - -ControllersPackageVersionsResponse - -#### Defined in - -[api.ts:978](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L978) diff --git a/packages/patch/doc/interfaces/ControllersPackagesResponse.md b/packages/patch/doc/interfaces/ControllersPackagesResponse.md deleted file mode 100644 index c041c50ed..000000000 --- a/packages/patch/doc/interfaces/ControllersPackagesResponse.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersPackagesResponse - -# Interface: ControllersPackagesResponse - -**`Export`** - -ControllersPackagesResponse - -## Table of contents - -### Properties - -- [data](ControllersPackagesResponse.md#data) -- [links](ControllersPackagesResponse.md#links) -- [meta](ControllersPackagesResponse.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ControllersPackageItem`](ControllersPackageItem.md)[] - -**`Memberof`** - -ControllersPackagesResponse - -#### Defined in - -[api.ts:991](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L991) - -___ - -### links - -• `Optional` **links**: [`ControllersLinks`](ControllersLinks.md) - -**`Memberof`** - -ControllersPackagesResponse - -#### Defined in - -[api.ts:997](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L997) - -___ - -### meta - -• `Optional` **meta**: [`ControllersListMeta`](ControllersListMeta.md) - -**`Memberof`** - -ControllersPackagesResponse - -#### Defined in - -[api.ts:1003](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1003) diff --git a/packages/patch/doc/interfaces/ControllersSystemAdvisoriesDBLookup.md b/packages/patch/doc/interfaces/ControllersSystemAdvisoriesDBLookup.md deleted file mode 100644 index 432a0788d..000000000 --- a/packages/patch/doc/interfaces/ControllersSystemAdvisoriesDBLookup.md +++ /dev/null @@ -1,166 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersSystemAdvisoriesDBLookup - -# Interface: ControllersSystemAdvisoriesDBLookup - -**`Export`** - -ControllersSystemAdvisoriesDBLookup - -## Table of contents - -### Properties - -- [advisory\_type](ControllersSystemAdvisoriesDBLookup.md#advisory_type) -- [advisory\_type\_name](ControllersSystemAdvisoriesDBLookup.md#advisory_type_name) -- [cve\_count](ControllersSystemAdvisoriesDBLookup.md#cve_count) -- [description](ControllersSystemAdvisoriesDBLookup.md#description) -- [id](ControllersSystemAdvisoriesDBLookup.md#id) -- [public\_date](ControllersSystemAdvisoriesDBLookup.md#public_date) -- [reboot\_required](ControllersSystemAdvisoriesDBLookup.md#reboot_required) -- [release\_versions](ControllersSystemAdvisoriesDBLookup.md#release_versions) -- [severity](ControllersSystemAdvisoriesDBLookup.md#severity) -- [synopsis](ControllersSystemAdvisoriesDBLookup.md#synopsis) - -## Properties - -### advisory\_type - -• `Optional` **advisory\_type**: `number` - -Deprecated, not useful database ID (0 - unknown, 1 -, enhancement, 2 - bugfix, 3 - security, 4 - unspecified) - -**`Memberof`** - -ControllersSystemAdvisoriesDBLookup - -#### Defined in - -[api.ts:1016](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1016) - -___ - -### advisory\_type\_name - -• `Optional` **advisory\_type\_name**: `string` - -Advisory type name, proper ordering ensured (unknown, unspecified, other, enhancement, bugfix, security) - -**`Memberof`** - -ControllersSystemAdvisoriesDBLookup - -#### Defined in - -[api.ts:1022](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1022) - -___ - -### cve\_count - -• `Optional` **cve\_count**: `number` - -**`Memberof`** - -ControllersSystemAdvisoriesDBLookup - -#### Defined in - -[api.ts:1028](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1028) - -___ - -### description - -• `Optional` **description**: `string` - -**`Memberof`** - -ControllersSystemAdvisoriesDBLookup - -#### Defined in - -[api.ts:1034](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1034) - -___ - -### id - -• `Optional` **id**: `string` - -**`Memberof`** - -ControllersSystemAdvisoriesDBLookup - -#### Defined in - -[api.ts:1040](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1040) - -___ - -### public\_date - -• `Optional` **public\_date**: `string` - -**`Memberof`** - -ControllersSystemAdvisoriesDBLookup - -#### Defined in - -[api.ts:1046](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1046) - -___ - -### reboot\_required - -• `Optional` **reboot\_required**: `boolean` - -**`Memberof`** - -ControllersSystemAdvisoriesDBLookup - -#### Defined in - -[api.ts:1052](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1052) - -___ - -### release\_versions - -• `Optional` **release\_versions**: `string`[] - -**`Memberof`** - -ControllersSystemAdvisoriesDBLookup - -#### Defined in - -[api.ts:1058](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1058) - -___ - -### severity - -• `Optional` **severity**: `number` - -**`Memberof`** - -ControllersSystemAdvisoriesDBLookup - -#### Defined in - -[api.ts:1064](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1064) - -___ - -### synopsis - -• `Optional` **synopsis**: `string` - -**`Memberof`** - -ControllersSystemAdvisoriesDBLookup - -#### Defined in - -[api.ts:1070](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1070) diff --git a/packages/patch/doc/interfaces/ControllersSystemAdvisoriesResponse.md b/packages/patch/doc/interfaces/ControllersSystemAdvisoriesResponse.md deleted file mode 100644 index 834adf8a0..000000000 --- a/packages/patch/doc/interfaces/ControllersSystemAdvisoriesResponse.md +++ /dev/null @@ -1,59 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersSystemAdvisoriesResponse - -# Interface: ControllersSystemAdvisoriesResponse - -**`Export`** - -ControllersSystemAdvisoriesResponse - -## Table of contents - -### Properties - -- [data](ControllersSystemAdvisoriesResponse.md#data) -- [links](ControllersSystemAdvisoriesResponse.md#links) -- [meta](ControllersSystemAdvisoriesResponse.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ControllersSystemAdvisoryItem`](ControllersSystemAdvisoryItem.md)[] - -advisories items - -**`Memberof`** - -ControllersSystemAdvisoriesResponse - -#### Defined in - -[api.ts:1083](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1083) - -___ - -### links - -• `Optional` **links**: [`ControllersLinks`](ControllersLinks.md) - -**`Memberof`** - -ControllersSystemAdvisoriesResponse - -#### Defined in - -[api.ts:1089](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1089) - -___ - -### meta - -• `Optional` **meta**: [`ControllersListMeta`](ControllersListMeta.md) - -**`Memberof`** - -ControllersSystemAdvisoriesResponse - -#### Defined in - -[api.ts:1095](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1095) diff --git a/packages/patch/doc/interfaces/ControllersSystemAdvisoryItem.md b/packages/patch/doc/interfaces/ControllersSystemAdvisoryItem.md deleted file mode 100644 index ddfa148ae..000000000 --- a/packages/patch/doc/interfaces/ControllersSystemAdvisoryItem.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersSystemAdvisoryItem - -# Interface: ControllersSystemAdvisoryItem - -**`Export`** - -ControllersSystemAdvisoryItem - -## Table of contents - -### Properties - -- [attributes](ControllersSystemAdvisoryItem.md#attributes) -- [id](ControllersSystemAdvisoryItem.md#id) -- [type](ControllersSystemAdvisoryItem.md#type) - -## Properties - -### attributes - -• `Optional` **attributes**: [`ControllersSystemAdvisoryItemAttributes`](ControllersSystemAdvisoryItemAttributes.md) - -**`Memberof`** - -ControllersSystemAdvisoryItem - -#### Defined in - -[api.ts:1108](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1108) - -___ - -### id - -• `Optional` **id**: `string` - -**`Memberof`** - -ControllersSystemAdvisoryItem - -#### Defined in - -[api.ts:1114](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1114) - -___ - -### type - -• `Optional` **type**: `string` - -**`Memberof`** - -ControllersSystemAdvisoryItem - -#### Defined in - -[api.ts:1120](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1120) diff --git a/packages/patch/doc/interfaces/ControllersSystemAdvisoryItemAttributes.md b/packages/patch/doc/interfaces/ControllersSystemAdvisoryItemAttributes.md deleted file mode 100644 index f889a8c86..000000000 --- a/packages/patch/doc/interfaces/ControllersSystemAdvisoryItemAttributes.md +++ /dev/null @@ -1,151 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersSystemAdvisoryItemAttributes - -# Interface: ControllersSystemAdvisoryItemAttributes - -**`Export`** - -ControllersSystemAdvisoryItemAttributes - -## Table of contents - -### Properties - -- [advisory\_type](ControllersSystemAdvisoryItemAttributes.md#advisory_type) -- [advisory\_type\_name](ControllersSystemAdvisoryItemAttributes.md#advisory_type_name) -- [cve\_count](ControllersSystemAdvisoryItemAttributes.md#cve_count) -- [description](ControllersSystemAdvisoryItemAttributes.md#description) -- [public\_date](ControllersSystemAdvisoryItemAttributes.md#public_date) -- [reboot\_required](ControllersSystemAdvisoryItemAttributes.md#reboot_required) -- [release\_versions](ControllersSystemAdvisoryItemAttributes.md#release_versions) -- [severity](ControllersSystemAdvisoryItemAttributes.md#severity) -- [synopsis](ControllersSystemAdvisoryItemAttributes.md#synopsis) - -## Properties - -### advisory\_type - -• `Optional` **advisory\_type**: `number` - -Deprecated, not useful database ID (0 - unknown, 1 -, enhancement, 2 - bugfix, 3 - security, 4 - unspecified) - -**`Memberof`** - -ControllersSystemAdvisoryItemAttributes - -#### Defined in - -[api.ts:1133](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1133) - -___ - -### advisory\_type\_name - -• `Optional` **advisory\_type\_name**: `string` - -Advisory type name, proper ordering ensured (unknown, unspecified, other, enhancement, bugfix, security) - -**`Memberof`** - -ControllersSystemAdvisoryItemAttributes - -#### Defined in - -[api.ts:1139](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1139) - -___ - -### cve\_count - -• `Optional` **cve\_count**: `number` - -**`Memberof`** - -ControllersSystemAdvisoryItemAttributes - -#### Defined in - -[api.ts:1145](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1145) - -___ - -### description - -• `Optional` **description**: `string` - -**`Memberof`** - -ControllersSystemAdvisoryItemAttributes - -#### Defined in - -[api.ts:1151](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1151) - -___ - -### public\_date - -• `Optional` **public\_date**: `string` - -**`Memberof`** - -ControllersSystemAdvisoryItemAttributes - -#### Defined in - -[api.ts:1157](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1157) - -___ - -### reboot\_required - -• `Optional` **reboot\_required**: `boolean` - -**`Memberof`** - -ControllersSystemAdvisoryItemAttributes - -#### Defined in - -[api.ts:1163](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1163) - -___ - -### release\_versions - -• `Optional` **release\_versions**: `string`[] - -**`Memberof`** - -ControllersSystemAdvisoryItemAttributes - -#### Defined in - -[api.ts:1169](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1169) - -___ - -### severity - -• `Optional` **severity**: `number` - -**`Memberof`** - -ControllersSystemAdvisoryItemAttributes - -#### Defined in - -[api.ts:1175](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1175) - -___ - -### synopsis - -• `Optional` **synopsis**: `string` - -**`Memberof`** - -ControllersSystemAdvisoryItemAttributes - -#### Defined in - -[api.ts:1181](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1181) diff --git a/packages/patch/doc/interfaces/ControllersSystemDetailResponse.md b/packages/patch/doc/interfaces/ControllersSystemDetailResponse.md deleted file mode 100644 index 192d65e55..000000000 --- a/packages/patch/doc/interfaces/ControllersSystemDetailResponse.md +++ /dev/null @@ -1,27 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersSystemDetailResponse - -# Interface: ControllersSystemDetailResponse - -**`Export`** - -ControllersSystemDetailResponse - -## Table of contents - -### Properties - -- [data](ControllersSystemDetailResponse.md#data) - -## Properties - -### data - -• `Optional` **data**: [`ControllersSystemItem`](ControllersSystemItem.md) - -**`Memberof`** - -ControllersSystemDetailResponse - -#### Defined in - -[api.ts:1194](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1194) diff --git a/packages/patch/doc/interfaces/ControllersSystemInlineItem.md b/packages/patch/doc/interfaces/ControllersSystemInlineItem.md deleted file mode 100644 index 10dd9067f..000000000 --- a/packages/patch/doc/interfaces/ControllersSystemInlineItem.md +++ /dev/null @@ -1,387 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersSystemInlineItem - -# Interface: ControllersSystemInlineItem - -**`Export`** - -ControllersSystemInlineItem - -## Table of contents - -### Properties - -- [baseline\_name](ControllersSystemInlineItem.md#baseline_name) -- [baseline\_uptodate](ControllersSystemInlineItem.md#baseline_uptodate) -- [created](ControllersSystemInlineItem.md#created) -- [culled\_timestamp](ControllersSystemInlineItem.md#culled_timestamp) -- [display\_name](ControllersSystemInlineItem.md#display_name) -- [id](ControllersSystemInlineItem.md#id) -- [insights\_id](ControllersSystemInlineItem.md#insights_id) -- [last\_evaluation](ControllersSystemInlineItem.md#last_evaluation) -- [last\_upload](ControllersSystemInlineItem.md#last_upload) -- [os](ControllersSystemInlineItem.md#os) -- [os\_major](ControllersSystemInlineItem.md#os_major) -- [os\_minor](ControllersSystemInlineItem.md#os_minor) -- [os\_name](ControllersSystemInlineItem.md#os_name) -- [other\_count](ControllersSystemInlineItem.md#other_count) -- [packages\_installed](ControllersSystemInlineItem.md#packages_installed) -- [packages\_updatable](ControllersSystemInlineItem.md#packages_updatable) -- [rhba\_count](ControllersSystemInlineItem.md#rhba_count) -- [rhea\_count](ControllersSystemInlineItem.md#rhea_count) -- [rhsa\_count](ControllersSystemInlineItem.md#rhsa_count) -- [rhsm](ControllersSystemInlineItem.md#rhsm) -- [stale](ControllersSystemInlineItem.md#stale) -- [stale\_timestamp](ControllersSystemInlineItem.md#stale_timestamp) -- [stale\_warning\_timestamp](ControllersSystemInlineItem.md#stale_warning_timestamp) -- [tags](ControllersSystemInlineItem.md#tags) -- [third\_party](ControllersSystemInlineItem.md#third_party) - -## Properties - -### baseline\_name - -• `Optional` **baseline\_name**: `string` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1207](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1207) - -___ - -### baseline\_uptodate - -• `Optional` **baseline\_uptodate**: `boolean` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1213](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1213) - -___ - -### created - -• `Optional` **created**: `string` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1219](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1219) - -___ - -### culled\_timestamp - -• `Optional` **culled\_timestamp**: `string` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1225](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1225) - -___ - -### display\_name - -• `Optional` **display\_name**: `string` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1231](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1231) - -___ - -### id - -• `Optional` **id**: `string` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1237](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1237) - -___ - -### insights\_id - -• `Optional` **insights\_id**: `string` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1243](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1243) - -___ - -### last\_evaluation - -• `Optional` **last\_evaluation**: `string` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1249](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1249) - -___ - -### last\_upload - -• `Optional` **last\_upload**: `string` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1255](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1255) - -___ - -### os - -• `Optional` **os**: `string` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1261](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1261) - -___ - -### os\_major - -• `Optional` **os\_major**: `string` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1267](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1267) - -___ - -### os\_minor - -• `Optional` **os\_minor**: `string` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1273](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1273) - -___ - -### os\_name - -• `Optional` **os\_name**: `string` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1279](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1279) - -___ - -### other\_count - -• `Optional` **other\_count**: `number` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1285](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1285) - -___ - -### packages\_installed - -• `Optional` **packages\_installed**: `number` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1291](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1291) - -___ - -### packages\_updatable - -• `Optional` **packages\_updatable**: `number` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1297](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1297) - -___ - -### rhba\_count - -• `Optional` **rhba\_count**: `number` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1303](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1303) - -___ - -### rhea\_count - -• `Optional` **rhea\_count**: `number` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1309](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1309) - -___ - -### rhsa\_count - -• `Optional` **rhsa\_count**: `number` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1315](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1315) - -___ - -### rhsm - -• `Optional` **rhsm**: `string` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1321](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1321) - -___ - -### stale - -• `Optional` **stale**: `boolean` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1327](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1327) - -___ - -### stale\_timestamp - -• `Optional` **stale\_timestamp**: `string` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1333](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1333) - -___ - -### stale\_warning\_timestamp - -• `Optional` **stale\_warning\_timestamp**: `string` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1339](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1339) - -___ - -### tags - -• `Optional` **tags**: [`ControllersSystemTag`](ControllersSystemTag.md)[] - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1345](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1345) - -___ - -### third\_party - -• `Optional` **third\_party**: `boolean` - -**`Memberof`** - -ControllersSystemInlineItem - -#### Defined in - -[api.ts:1351](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1351) diff --git a/packages/patch/doc/interfaces/ControllersSystemItem.md b/packages/patch/doc/interfaces/ControllersSystemItem.md deleted file mode 100644 index 99544fb7d..000000000 --- a/packages/patch/doc/interfaces/ControllersSystemItem.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersSystemItem - -# Interface: ControllersSystemItem - -**`Export`** - -ControllersSystemItem - -## Table of contents - -### Properties - -- [attributes](ControllersSystemItem.md#attributes) -- [id](ControllersSystemItem.md#id) -- [type](ControllersSystemItem.md#type) - -## Properties - -### attributes - -• `Optional` **attributes**: [`ControllersSystemItemAttributes`](ControllersSystemItemAttributes.md) - -**`Memberof`** - -ControllersSystemItem - -#### Defined in - -[api.ts:1364](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1364) - -___ - -### id - -• `Optional` **id**: `string` - -**`Memberof`** - -ControllersSystemItem - -#### Defined in - -[api.ts:1370](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1370) - -___ - -### type - -• `Optional` **type**: `string` - -**`Memberof`** - -ControllersSystemItem - -#### Defined in - -[api.ts:1376](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1376) diff --git a/packages/patch/doc/interfaces/ControllersSystemItemAttributes.md b/packages/patch/doc/interfaces/ControllersSystemItemAttributes.md deleted file mode 100644 index faca1f22a..000000000 --- a/packages/patch/doc/interfaces/ControllersSystemItemAttributes.md +++ /dev/null @@ -1,372 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersSystemItemAttributes - -# Interface: ControllersSystemItemAttributes - -**`Export`** - -ControllersSystemItemAttributes - -## Table of contents - -### Properties - -- [baseline\_name](ControllersSystemItemAttributes.md#baseline_name) -- [baseline\_uptodate](ControllersSystemItemAttributes.md#baseline_uptodate) -- [created](ControllersSystemItemAttributes.md#created) -- [culled\_timestamp](ControllersSystemItemAttributes.md#culled_timestamp) -- [display\_name](ControllersSystemItemAttributes.md#display_name) -- [insights\_id](ControllersSystemItemAttributes.md#insights_id) -- [last\_evaluation](ControllersSystemItemAttributes.md#last_evaluation) -- [last\_upload](ControllersSystemItemAttributes.md#last_upload) -- [os](ControllersSystemItemAttributes.md#os) -- [os\_major](ControllersSystemItemAttributes.md#os_major) -- [os\_minor](ControllersSystemItemAttributes.md#os_minor) -- [os\_name](ControllersSystemItemAttributes.md#os_name) -- [other\_count](ControllersSystemItemAttributes.md#other_count) -- [packages\_installed](ControllersSystemItemAttributes.md#packages_installed) -- [packages\_updatable](ControllersSystemItemAttributes.md#packages_updatable) -- [rhba\_count](ControllersSystemItemAttributes.md#rhba_count) -- [rhea\_count](ControllersSystemItemAttributes.md#rhea_count) -- [rhsa\_count](ControllersSystemItemAttributes.md#rhsa_count) -- [rhsm](ControllersSystemItemAttributes.md#rhsm) -- [stale](ControllersSystemItemAttributes.md#stale) -- [stale\_timestamp](ControllersSystemItemAttributes.md#stale_timestamp) -- [stale\_warning\_timestamp](ControllersSystemItemAttributes.md#stale_warning_timestamp) -- [tags](ControllersSystemItemAttributes.md#tags) -- [third\_party](ControllersSystemItemAttributes.md#third_party) - -## Properties - -### baseline\_name - -• `Optional` **baseline\_name**: `string` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1389](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1389) - -___ - -### baseline\_uptodate - -• `Optional` **baseline\_uptodate**: `boolean` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1395](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1395) - -___ - -### created - -• `Optional` **created**: `string` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1401](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1401) - -___ - -### culled\_timestamp - -• `Optional` **culled\_timestamp**: `string` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1407](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1407) - -___ - -### display\_name - -• `Optional` **display\_name**: `string` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1413](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1413) - -___ - -### insights\_id - -• `Optional` **insights\_id**: `string` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1419](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1419) - -___ - -### last\_evaluation - -• `Optional` **last\_evaluation**: `string` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1425](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1425) - -___ - -### last\_upload - -• `Optional` **last\_upload**: `string` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1431](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1431) - -___ - -### os - -• `Optional` **os**: `string` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1437](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1437) - -___ - -### os\_major - -• `Optional` **os\_major**: `string` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1443](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1443) - -___ - -### os\_minor - -• `Optional` **os\_minor**: `string` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1449](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1449) - -___ - -### os\_name - -• `Optional` **os\_name**: `string` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1455](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1455) - -___ - -### other\_count - -• `Optional` **other\_count**: `number` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1461](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1461) - -___ - -### packages\_installed - -• `Optional` **packages\_installed**: `number` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1467](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1467) - -___ - -### packages\_updatable - -• `Optional` **packages\_updatable**: `number` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1473](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1473) - -___ - -### rhba\_count - -• `Optional` **rhba\_count**: `number` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1479](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1479) - -___ - -### rhea\_count - -• `Optional` **rhea\_count**: `number` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1485](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1485) - -___ - -### rhsa\_count - -• `Optional` **rhsa\_count**: `number` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1491](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1491) - -___ - -### rhsm - -• `Optional` **rhsm**: `string` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1497](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1497) - -___ - -### stale - -• `Optional` **stale**: `boolean` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1503](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1503) - -___ - -### stale\_timestamp - -• `Optional` **stale\_timestamp**: `string` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1509](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1509) - -___ - -### stale\_warning\_timestamp - -• `Optional` **stale\_warning\_timestamp**: `string` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1515](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1515) - -___ - -### tags - -• `Optional` **tags**: [`ControllersSystemTag`](ControllersSystemTag.md)[] - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1521](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1521) - -___ - -### third\_party - -• `Optional` **third\_party**: `boolean` - -**`Memberof`** - -ControllersSystemItemAttributes - -#### Defined in - -[api.ts:1527](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1527) diff --git a/packages/patch/doc/interfaces/ControllersSystemPackageData.md b/packages/patch/doc/interfaces/ControllersSystemPackageData.md deleted file mode 100644 index dcd66804c..000000000 --- a/packages/patch/doc/interfaces/ControllersSystemPackageData.md +++ /dev/null @@ -1,102 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersSystemPackageData - -# Interface: ControllersSystemPackageData - -**`Export`** - -ControllersSystemPackageData - -## Table of contents - -### Properties - -- [description](ControllersSystemPackageData.md#description) -- [evra](ControllersSystemPackageData.md#evra) -- [name](ControllersSystemPackageData.md#name) -- [summary](ControllersSystemPackageData.md#summary) -- [updatable](ControllersSystemPackageData.md#updatable) -- [updates](ControllersSystemPackageData.md#updates) - -## Properties - -### description - -• `Optional` **description**: `string` - -**`Memberof`** - -ControllersSystemPackageData - -#### Defined in - -[api.ts:1540](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1540) - -___ - -### evra - -• `Optional` **evra**: `string` - -**`Memberof`** - -ControllersSystemPackageData - -#### Defined in - -[api.ts:1546](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1546) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -ControllersSystemPackageData - -#### Defined in - -[api.ts:1552](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1552) - -___ - -### summary - -• `Optional` **summary**: `string` - -**`Memberof`** - -ControllersSystemPackageData - -#### Defined in - -[api.ts:1558](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1558) - -___ - -### updatable - -• `Optional` **updatable**: `boolean` - -**`Memberof`** - -ControllersSystemPackageData - -#### Defined in - -[api.ts:1564](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1564) - -___ - -### updates - -• `Optional` **updates**: [`ModelsPackageUpdate`](ModelsPackageUpdate.md)[] - -**`Memberof`** - -ControllersSystemPackageData - -#### Defined in - -[api.ts:1570](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1570) diff --git a/packages/patch/doc/interfaces/ControllersSystemPackageInline.md b/packages/patch/doc/interfaces/ControllersSystemPackageInline.md deleted file mode 100644 index e6e5e9e73..000000000 --- a/packages/patch/doc/interfaces/ControllersSystemPackageInline.md +++ /dev/null @@ -1,102 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersSystemPackageInline - -# Interface: ControllersSystemPackageInline - -**`Export`** - -ControllersSystemPackageInline - -## Table of contents - -### Properties - -- [description](ControllersSystemPackageInline.md#description) -- [evra](ControllersSystemPackageInline.md#evra) -- [latest\_evra](ControllersSystemPackageInline.md#latest_evra) -- [name](ControllersSystemPackageInline.md#name) -- [summary](ControllersSystemPackageInline.md#summary) -- [updatable](ControllersSystemPackageInline.md#updatable) - -## Properties - -### description - -• `Optional` **description**: `string` - -**`Memberof`** - -ControllersSystemPackageInline - -#### Defined in - -[api.ts:1583](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1583) - -___ - -### evra - -• `Optional` **evra**: `string` - -**`Memberof`** - -ControllersSystemPackageInline - -#### Defined in - -[api.ts:1589](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1589) - -___ - -### latest\_evra - -• `Optional` **latest\_evra**: `string` - -**`Memberof`** - -ControllersSystemPackageInline - -#### Defined in - -[api.ts:1595](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1595) - -___ - -### name - -• `Optional` **name**: `string` - -**`Memberof`** - -ControllersSystemPackageInline - -#### Defined in - -[api.ts:1601](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1601) - -___ - -### summary - -• `Optional` **summary**: `string` - -**`Memberof`** - -ControllersSystemPackageInline - -#### Defined in - -[api.ts:1607](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1607) - -___ - -### updatable - -• `Optional` **updatable**: `boolean` - -**`Memberof`** - -ControllersSystemPackageInline - -#### Defined in - -[api.ts:1613](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1613) diff --git a/packages/patch/doc/interfaces/ControllersSystemPackageResponse.md b/packages/patch/doc/interfaces/ControllersSystemPackageResponse.md deleted file mode 100644 index 9b6497140..000000000 --- a/packages/patch/doc/interfaces/ControllersSystemPackageResponse.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersSystemPackageResponse - -# Interface: ControllersSystemPackageResponse - -**`Export`** - -ControllersSystemPackageResponse - -## Table of contents - -### Properties - -- [data](ControllersSystemPackageResponse.md#data) -- [links](ControllersSystemPackageResponse.md#links) -- [meta](ControllersSystemPackageResponse.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ControllersSystemPackageData`](ControllersSystemPackageData.md)[] - -**`Memberof`** - -ControllersSystemPackageResponse - -#### Defined in - -[api.ts:1626](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1626) - -___ - -### links - -• `Optional` **links**: [`ControllersLinks`](ControllersLinks.md) - -**`Memberof`** - -ControllersSystemPackageResponse - -#### Defined in - -[api.ts:1632](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1632) - -___ - -### meta - -• `Optional` **meta**: [`ControllersListMeta`](ControllersListMeta.md) - -**`Memberof`** - -ControllersSystemPackageResponse - -#### Defined in - -[api.ts:1638](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1638) diff --git a/packages/patch/doc/interfaces/ControllersSystemTag.md b/packages/patch/doc/interfaces/ControllersSystemTag.md deleted file mode 100644 index 3a1c5cf0e..000000000 --- a/packages/patch/doc/interfaces/ControllersSystemTag.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersSystemTag - -# Interface: ControllersSystemTag - -**`Export`** - -ControllersSystemTag - -## Table of contents - -### Properties - -- [key](ControllersSystemTag.md#key) -- [namespace](ControllersSystemTag.md#namespace) -- [value](ControllersSystemTag.md#value) - -## Properties - -### key - -• `Optional` **key**: `string` - -**`Memberof`** - -ControllersSystemTag - -#### Defined in - -[api.ts:1651](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1651) - -___ - -### namespace - -• `Optional` **namespace**: `string` - -**`Memberof`** - -ControllersSystemTag - -#### Defined in - -[api.ts:1657](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1657) - -___ - -### value - -• `Optional` **value**: `string` - -**`Memberof`** - -ControllersSystemTag - -#### Defined in - -[api.ts:1663](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1663) diff --git a/packages/patch/doc/interfaces/ControllersSystemsAdvisoriesRequest.md b/packages/patch/doc/interfaces/ControllersSystemsAdvisoriesRequest.md deleted file mode 100644 index 40eb1e06e..000000000 --- a/packages/patch/doc/interfaces/ControllersSystemsAdvisoriesRequest.md +++ /dev/null @@ -1,42 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersSystemsAdvisoriesRequest - -# Interface: ControllersSystemsAdvisoriesRequest - -**`Export`** - -ControllersSystemsAdvisoriesRequest - -## Table of contents - -### Properties - -- [advisories](ControllersSystemsAdvisoriesRequest.md#advisories) -- [systems](ControllersSystemsAdvisoriesRequest.md#systems) - -## Properties - -### advisories - -• `Optional` **advisories**: `string`[] - -**`Memberof`** - -ControllersSystemsAdvisoriesRequest - -#### Defined in - -[api.ts:1676](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1676) - -___ - -### systems - -• `Optional` **systems**: `string`[] - -**`Memberof`** - -ControllersSystemsAdvisoriesRequest - -#### Defined in - -[api.ts:1682](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1682) diff --git a/packages/patch/doc/interfaces/ControllersSystemsAdvisoriesResponse.md b/packages/patch/doc/interfaces/ControllersSystemsAdvisoriesResponse.md deleted file mode 100644 index b24ce5294..000000000 --- a/packages/patch/doc/interfaces/ControllersSystemsAdvisoriesResponse.md +++ /dev/null @@ -1,31 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersSystemsAdvisoriesResponse - -# Interface: ControllersSystemsAdvisoriesResponse - -**`Export`** - -ControllersSystemsAdvisoriesResponse - -## Table of contents - -### Properties - -- [data](ControllersSystemsAdvisoriesResponse.md#data) - -## Properties - -### data - -• `Optional` **data**: `Object` - -**`Memberof`** - -ControllersSystemsAdvisoriesResponse - -#### Index signature - -▪ [key: `string`]: `string`[] - -#### Defined in - -[api.ts:1695](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1695) diff --git a/packages/patch/doc/interfaces/ControllersSystemsResponse.md b/packages/patch/doc/interfaces/ControllersSystemsResponse.md deleted file mode 100644 index e329ee8c4..000000000 --- a/packages/patch/doc/interfaces/ControllersSystemsResponse.md +++ /dev/null @@ -1,57 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersSystemsResponse - -# Interface: ControllersSystemsResponse - -**`Export`** - -ControllersSystemsResponse - -## Table of contents - -### Properties - -- [data](ControllersSystemsResponse.md#data) -- [links](ControllersSystemsResponse.md#links) -- [meta](ControllersSystemsResponse.md#meta) - -## Properties - -### data - -• `Optional` **data**: [`ControllersSystemItem`](ControllersSystemItem.md)[] - -**`Memberof`** - -ControllersSystemsResponse - -#### Defined in - -[api.ts:1708](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1708) - -___ - -### links - -• `Optional` **links**: [`ControllersLinks`](ControllersLinks.md) - -**`Memberof`** - -ControllersSystemsResponse - -#### Defined in - -[api.ts:1714](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1714) - -___ - -### meta - -• `Optional` **meta**: [`ControllersListMeta`](ControllersListMeta.md) - -**`Memberof`** - -ControllersSystemsResponse - -#### Defined in - -[api.ts:1720](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1720) diff --git a/packages/patch/doc/interfaces/ControllersUpdateBaselineRequest.md b/packages/patch/doc/interfaces/ControllersUpdateBaselineRequest.md deleted file mode 100644 index a171de6f0..000000000 --- a/packages/patch/doc/interfaces/ControllersUpdateBaselineRequest.md +++ /dev/null @@ -1,82 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersUpdateBaselineRequest - -# Interface: ControllersUpdateBaselineRequest - -**`Export`** - -ControllersUpdateBaselineRequest - -## Table of contents - -### Properties - -- [config](ControllersUpdateBaselineRequest.md#config) -- [description](ControllersUpdateBaselineRequest.md#description) -- [inventory\_ids](ControllersUpdateBaselineRequest.md#inventory_ids) -- [name](ControllersUpdateBaselineRequest.md#name) - -## Properties - -### config - -• `Optional` **config**: [`ControllersBaselineConfig`](ControllersBaselineConfig.md) - -**`Memberof`** - -ControllersUpdateBaselineRequest - -#### Defined in - -[api.ts:1733](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1733) - -___ - -### description - -• `Optional` **description**: `string` - -Description of the baseline (optional). - -**`Memberof`** - -ControllersUpdateBaselineRequest - -#### Defined in - -[api.ts:1739](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1739) - -___ - -### inventory\_ids - -• `Optional` **inventory\_ids**: `Object` - -Map of inventories to add to (true) or remove (false) from given baseline (optional) - -**`Memberof`** - -ControllersUpdateBaselineRequest - -#### Index signature - -▪ [key: `string`]: `boolean` - -#### Defined in - -[api.ts:1745](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1745) - -___ - -### name - -• `Optional` **name**: `string` - -Updated baseline name (optional) - -**`Memberof`** - -ControllersUpdateBaselineRequest - -#### Defined in - -[api.ts:1751](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1751) diff --git a/packages/patch/doc/interfaces/ControllersUpdateBaselineResponse.md b/packages/patch/doc/interfaces/ControllersUpdateBaselineResponse.md deleted file mode 100644 index 7c9b0e714..000000000 --- a/packages/patch/doc/interfaces/ControllersUpdateBaselineResponse.md +++ /dev/null @@ -1,29 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ControllersUpdateBaselineResponse - -# Interface: ControllersUpdateBaselineResponse - -**`Export`** - -ControllersUpdateBaselineResponse - -## Table of contents - -### Properties - -- [baseline\_id](ControllersUpdateBaselineResponse.md#baseline_id) - -## Properties - -### baseline\_id - -• `Optional` **baseline\_id**: `number` - -Updated baseline unique ID, it can not be changed - -**`Memberof`** - -ControllersUpdateBaselineResponse - -#### Defined in - -[api.ts:1764](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1764) diff --git a/packages/patch/doc/interfaces/ModelsPackageUpdate.md b/packages/patch/doc/interfaces/ModelsPackageUpdate.md deleted file mode 100644 index d9eb01f67..000000000 --- a/packages/patch/doc/interfaces/ModelsPackageUpdate.md +++ /dev/null @@ -1,42 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / ModelsPackageUpdate - -# Interface: ModelsPackageUpdate - -**`Export`** - -ModelsPackageUpdate - -## Table of contents - -### Properties - -- [advisory](ModelsPackageUpdate.md#advisory) -- [evra](ModelsPackageUpdate.md#evra) - -## Properties - -### advisory - -• `Optional` **advisory**: `string` - -**`Memberof`** - -ModelsPackageUpdate - -#### Defined in - -[api.ts:1777](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1777) - -___ - -### evra - -• `Optional` **evra**: `string` - -**`Memberof`** - -ModelsPackageUpdate - -#### Defined in - -[api.ts:1783](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1783) diff --git a/packages/patch/doc/interfaces/UtilsErrorResponse.md b/packages/patch/doc/interfaces/UtilsErrorResponse.md deleted file mode 100644 index 433c8a46d..000000000 --- a/packages/patch/doc/interfaces/UtilsErrorResponse.md +++ /dev/null @@ -1,27 +0,0 @@ -[@redhat-cloud-services/patch-client](../README.md) / [Exports](../modules.md) / UtilsErrorResponse - -# Interface: UtilsErrorResponse - -**`Export`** - -UtilsErrorResponse - -## Table of contents - -### Properties - -- [error](UtilsErrorResponse.md#error) - -## Properties - -### error - -• `Optional` **error**: `string` - -**`Memberof`** - -UtilsErrorResponse - -#### Defined in - -[api.ts:1796](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1796) diff --git a/packages/patch/doc/modules.md b/packages/patch/doc/modules.md deleted file mode 100644 index 2afc37b20..000000000 --- a/packages/patch/doc/modules.md +++ /dev/null @@ -1,241 +0,0 @@ -[@redhat-cloud-services/patch-client](README.md) / Exports - -# @redhat-cloud-services/patch-client - -## Table of contents - -### Classes - -- [Configuration](classes/Configuration.md) -- [DefaultApi](classes/DefaultApi.md) - -### Interfaces - -- [ConfigurationParameters](interfaces/ConfigurationParameters.md) -- [ControllersAdvisoriesResponse](interfaces/ControllersAdvisoriesResponse.md) -- [ControllersAdvisoriesSystemsResponse](interfaces/ControllersAdvisoriesSystemsResponse.md) -- [ControllersAdvisoryDetailAttributesV1](interfaces/ControllersAdvisoryDetailAttributesV1.md) -- [ControllersAdvisoryDetailItemV1](interfaces/ControllersAdvisoryDetailItemV1.md) -- [ControllersAdvisoryDetailResponseV1](interfaces/ControllersAdvisoryDetailResponseV1.md) -- [ControllersAdvisoryInlineItem](interfaces/ControllersAdvisoryInlineItem.md) -- [ControllersAdvisoryItem](interfaces/ControllersAdvisoryItem.md) -- [ControllersAdvisoryItemAttributes](interfaces/ControllersAdvisoryItemAttributes.md) -- [ControllersAdvisorySystemsResponse](interfaces/ControllersAdvisorySystemsResponse.md) -- [ControllersBaselineConfig](interfaces/ControllersBaselineConfig.md) -- [ControllersBaselineDetailAttributes](interfaces/ControllersBaselineDetailAttributes.md) -- [ControllersBaselineDetailItem](interfaces/ControllersBaselineDetailItem.md) -- [ControllersBaselineDetailResponse](interfaces/ControllersBaselineDetailResponse.md) -- [ControllersBaselineItem](interfaces/ControllersBaselineItem.md) -- [ControllersBaselineItemAttributes](interfaces/ControllersBaselineItemAttributes.md) -- [ControllersBaselineSystemAttributes](interfaces/ControllersBaselineSystemAttributes.md) -- [ControllersBaselineSystemItem](interfaces/ControllersBaselineSystemItem.md) -- [ControllersBaselineSystemsRemoveRequest](interfaces/ControllersBaselineSystemsRemoveRequest.md) -- [ControllersBaselineSystemsResponse](interfaces/ControllersBaselineSystemsResponse.md) -- [ControllersBaselinesResponse](interfaces/ControllersBaselinesResponse.md) -- [ControllersCreateBaselineRequest](interfaces/ControllersCreateBaselineRequest.md) -- [ControllersCreateBaselineResponse](interfaces/ControllersCreateBaselineResponse.md) -- [ControllersDeleteBaselineResponse](interfaces/ControllersDeleteBaselineResponse.md) -- [ControllersFilterData](interfaces/ControllersFilterData.md) -- [ControllersLinks](interfaces/ControllersLinks.md) -- [ControllersListMeta](interfaces/ControllersListMeta.md) -- [ControllersPackageDetailAttributes](interfaces/ControllersPackageDetailAttributes.md) -- [ControllersPackageDetailItem](interfaces/ControllersPackageDetailItem.md) -- [ControllersPackageDetailResponse](interfaces/ControllersPackageDetailResponse.md) -- [ControllersPackageItem](interfaces/ControllersPackageItem.md) -- [ControllersPackageSystemItem](interfaces/ControllersPackageSystemItem.md) -- [ControllersPackageSystemsResponse](interfaces/ControllersPackageSystemsResponse.md) -- [ControllersPackageVersionItem](interfaces/ControllersPackageVersionItem.md) -- [ControllersPackageVersionsResponse](interfaces/ControllersPackageVersionsResponse.md) -- [ControllersPackagesResponse](interfaces/ControllersPackagesResponse.md) -- [ControllersSystemAdvisoriesDBLookup](interfaces/ControllersSystemAdvisoriesDBLookup.md) -- [ControllersSystemAdvisoriesResponse](interfaces/ControllersSystemAdvisoriesResponse.md) -- [ControllersSystemAdvisoryItem](interfaces/ControllersSystemAdvisoryItem.md) -- [ControllersSystemAdvisoryItemAttributes](interfaces/ControllersSystemAdvisoryItemAttributes.md) -- [ControllersSystemDetailResponse](interfaces/ControllersSystemDetailResponse.md) -- [ControllersSystemInlineItem](interfaces/ControllersSystemInlineItem.md) -- [ControllersSystemItem](interfaces/ControllersSystemItem.md) -- [ControllersSystemItemAttributes](interfaces/ControllersSystemItemAttributes.md) -- [ControllersSystemPackageData](interfaces/ControllersSystemPackageData.md) -- [ControllersSystemPackageInline](interfaces/ControllersSystemPackageInline.md) -- [ControllersSystemPackageResponse](interfaces/ControllersSystemPackageResponse.md) -- [ControllersSystemTag](interfaces/ControllersSystemTag.md) -- [ControllersSystemsAdvisoriesRequest](interfaces/ControllersSystemsAdvisoriesRequest.md) -- [ControllersSystemsAdvisoriesResponse](interfaces/ControllersSystemsAdvisoriesResponse.md) -- [ControllersSystemsResponse](interfaces/ControllersSystemsResponse.md) -- [ControllersUpdateBaselineRequest](interfaces/ControllersUpdateBaselineRequest.md) -- [ControllersUpdateBaselineResponse](interfaces/ControllersUpdateBaselineResponse.md) -- [ModelsPackageUpdate](interfaces/ModelsPackageUpdate.md) -- [UtilsErrorResponse](interfaces/UtilsErrorResponse.md) - -### Functions - -- [DefaultApiAxiosParamCreator](modules.md#defaultapiaxiosparamcreator) -- [DefaultApiFactory](modules.md#defaultapifactory) -- [DefaultApiFp](modules.md#defaultapifp) - -## Functions - -### DefaultApiAxiosParamCreator - -▸ **DefaultApiAxiosParamCreator**(`configuration?`): `Object` - -DefaultApi - axios parameter creator - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `configuration?` | [`Configuration`](classes/Configuration.md) | - -#### Returns - -`Object` - -| Name | Type | Description | -| :------ | :------ | :------ | -| `baselineDelete` | (`baselineId`: `number`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `createBaseline` | (`body`: [`ControllersCreateBaselineRequest`](interfaces/ControllersCreateBaselineRequest.md), `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `deletesystem` | (`inventoryId`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `detailAdvisory` | (`advisoryId`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `detailBaseline` | (`baselineId`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `detailSystem` | (`inventoryId`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `exportAdvisories` | (`search?`: `string`, `filterId?`: `string`, `filterDescription?`: `string`, `filterPublicDate?`: `string`, `filterSynopsis?`: `string`, `filterAdvisoryType?`: `string`, `filterAdvisoryTypeName?`: `string`, `filterSeverity?`: `string`, `filterApplicableSystems?`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `exportAdvisorySystems` | (`advisoryId`: `string`, `search?`: `string`, `filterId?`: `string`, `filterDisplayName?`: `string`, `filterLastEvaluation?`: `string`, `filterLastUpload?`: `string`, `filterRhsaCount?`: `string`, `filterRhbaCount?`: `string`, `filterRheaCount?`: `string`, `filterOtherCount?`: `string`, `filterStale?`: `string`, `filterPackagesInstalled?`: `string`, `filterPackagesUpdatable?`: `string`, `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `filterOsname?`: `string`, `filterOsminor?`: `string`, `filterOsmajor?`: `string`, `filterOs?`: `string`, `tags?`: `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `exportPackageSystems` | (`packageName`: `string`, `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `tags?`: `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `exportPackages` | (`sort?`: ``"id"`` \| ``"name"`` \| ``"systems_installed"`` \| ``"systems_updatable"``, `search?`: `string`, `filterName?`: `string`, `filterSystemsInstalled?`: `string`, `filterSystemsUpdatable?`: `string`, `filterSummary?`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `exportSystemAdvisories` | (`inventoryId`: `string`, `search?`: `string`, `filterId?`: `string`, `filterDescription?`: `string`, `filterPublicDate?`: `string`, `filterSynopsis?`: `string`, `filterAdvisoryType?`: `string`, `filterAdvisoryTypeName?`: `string`, `filterSeverity?`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `exportSystemPackages` | (`inventoryId`: `string`, `search?`: `string`, `filterName?`: `string`, `filterDescription?`: `string`, `filterEvra?`: `string`, `filterSummary?`: `string`, `filterUpdatable?`: `boolean`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `exportSystems` | (`search?`: `string`, `filterId?`: `string`, `filterDisplayName?`: `string`, `filterLastEvaluation?`: `string`, `filterLastUpload?`: `string`, `filterRhsaCount?`: `string`, `filterRhbaCount?`: `string`, `filterRheaCount?`: `string`, `filterOtherCount?`: `string`, `filterStale?`: `string`, `filterPackagesInstalled?`: `string`, `filterPackagesUpdatable?`: `string`, `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `filterOsname?`: `string`, `filterOsminor?`: `string`, `filterOsmajor?`: `string`, `filterBaselineName?`: `string`, `filterOs?`: `string`, `tags?`: `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `latestPackage` | (`packageName`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listAdvisories` | (`limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"name"`` \| ``"advisory_type"`` \| ``"synopsis"`` \| ``"public_date"`` \| ``"applicable_systems"``, `search?`: `string`, `filterId?`: `string`, `filterDescription?`: `string`, `filterPublicDate?`: `string`, `filterSynopsis?`: `string`, `filterAdvisoryType?`: `string`, `filterAdvisoryTypeName?`: `string`, `filterSeverity?`: `string`, `filterApplicableSystems?`: `string`, `tags?`: `string`[], `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listAdvisorySystems` | (`advisoryId`: `string`, `limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"display_name"`` \| ``"last_evaluation"`` \| ``"last_upload"`` \| ``"rhsa_count"`` \| ``"rhba_count"`` \| ``"rhea_count"`` \| ``"other_count"`` \| ``"stale"``, `search?`: `string`, `filterId?`: `string`, `filterInsightsId?`: `string`, `filterDisplayName?`: `string`, `filterLastEvaluation?`: `string`, `filterLastUpload?`: `string`, `filterRhsaCount?`: `string`, `filterRhbaCount?`: `string`, `filterRheaCount?`: `string`, `filterOtherCount?`: `string`, `filterStale?`: `string`, `filterStaleTimestamp?`: `string`, `filterStaleWarningTimestamp?`: `string`, `filterCulledTimestamp?`: `string`, `filterCreated?`: `string`, `filterOsname?`: `string`, `filterOsminor?`: `string`, `filterOsmajor?`: `string`, `filterOs?`: `string`, `tags?`: `string`[], `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listBaseline` | (`limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"name"`` \| ``"config"``, `search?`: `string`, `filterId?`: `string`, `filterName?`: `string`, `filterSystems?`: `string`, `tags?`: `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listBaselineSystems` | (`baselineId`: `number`, `limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"name"`` \| ``"config"``, `search?`: `string`, `filterDisplayName?`: `string`, `tags?`: `string`[], `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listPackages` | (`limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"name"`` \| ``"systems_installed"`` \| ``"systems_updatable"``, `search?`: `string`, `filterName?`: `string`, `filterSystemsInstalled?`: `string`, `filterSystemsUpdatable?`: `string`, `filterSummary?`: `string`, `tags?`: `string`[], `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSystemAdvisories` | (`inventoryId`: `string`, `limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"name"`` \| ``"synopsis"`` \| ``"public_date"`` \| ``"type"``, `search?`: `string`, `filterId?`: `string`, `filterDescription?`: `string`, `filterPublicDate?`: `string`, `filterSynopsis?`: `string`, `filterAdvisoryType?`: `string`, `filterAdvisoryTypeName?`: `string`, `filterSeverity?`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `listSystems` | (`limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"display_name"`` \| ``"last_evaluation"`` \| ``"last_upload"`` \| ``"rhsa_count"`` \| ``"rhba_count"`` \| ``"rhea_count"`` \| ``"other_count"`` \| ``"stale"`` \| ``"packages_installed"`` \| ``"packages_updatable"``, `search?`: `string`, `filterInsightsId?`: `string`, `filterId?`: `string`, `filterDisplayName?`: `string`, `filterLastEvaluation?`: `string`, `filterLastUpload?`: `string`, `filterRhsaCount?`: `string`, `filterRhbaCount?`: `string`, `filterRheaCount?`: `string`, `filterOtherCount?`: `string`, `filterStale?`: `string`, `filterPackagesInstalled?`: `string`, `filterPackagesUpdatable?`: `string`, `filterStaleTimestamp?`: `string`, `filterStaleWarningTimestamp?`: `string`, `filterCulledTimestamp?`: `string`, `filterCreated?`: `string`, `filterOsname?`: `string`, `filterOsminor?`: `string`, `filterOsmajor?`: `string`, `filterBaselineName?`: `string`, `filterOs?`: `string`, `tags?`: `string`[], `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `packageSystems` | (`packageName`: `string`, `limit?`: `number`, `offset?`: `number`, `tags?`: `string`[], `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `packageVersions` | (`packageName`: `string`, `limit?`: `number`, `offset?`: `number`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `removeBaselineSystems` | (`body`: [`ControllersBaselineSystemsRemoveRequest`](interfaces/ControllersBaselineSystemsRemoveRequest.md), `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `systemPackages` | (`inventoryId`: `string`, `limit?`: `number`, `offset?`: `number`, `search?`: `string`, `filterName?`: `string`, `filterDescription?`: `string`, `filterEvra?`: `string`, `filterSummary?`: `string`, `filterUpdatable?`: `boolean`, `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `updateBaseline` | (`baselineId`: `number`, `body`: [`ControllersUpdateBaselineRequest`](interfaces/ControllersUpdateBaselineRequest.md), `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `viewAdvisoriesSystems` | (`body`: [`ControllersSystemsAdvisoriesRequest`](interfaces/ControllersSystemsAdvisoriesRequest.md), `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | -| `viewSystemsAdvisories` | (`body`: [`ControllersSystemsAdvisoriesRequest`](interfaces/ControllersSystemsAdvisoriesRequest.md), `options?`: `any`) => `Promise`\<`RequestArgs`\> | - | - -**`Export`** - -#### Defined in - -[api.ts:1803](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L1803) - -___ - -### DefaultApiFactory - -▸ **DefaultApiFactory**(`configuration?`, `basePath?`, `axios?`): `Object` - -DefaultApi - factory interface - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `configuration?` | [`Configuration`](classes/Configuration.md) | -| `basePath?` | `string` | -| `axios?` | `AxiosInstance` | - -#### Returns - -`Object` - -| Name | Type | -| :------ | :------ | -| `baselineDelete` | (`baselineId`: `number`, `options?`: `any`) => `AxiosPromise`\<[`ControllersDeleteBaselineResponse`](interfaces/ControllersDeleteBaselineResponse.md)\> | -| `createBaseline` | (`body`: [`ControllersCreateBaselineRequest`](interfaces/ControllersCreateBaselineRequest.md), `options?`: `any`) => `AxiosPromise`\<[`ControllersCreateBaselineResponse`](interfaces/ControllersCreateBaselineResponse.md)\> | -| `deletesystem` | (`inventoryId`: `string`, `options?`: `any`) => `AxiosPromise`\<`void`\> | -| `detailAdvisory` | (`advisoryId`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ControllersAdvisoryDetailResponseV1`](interfaces/ControllersAdvisoryDetailResponseV1.md)\> | -| `detailBaseline` | (`baselineId`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ControllersBaselineDetailResponse`](interfaces/ControllersBaselineDetailResponse.md)\> | -| `detailSystem` | (`inventoryId`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ControllersSystemDetailResponse`](interfaces/ControllersSystemDetailResponse.md)\> | -| `exportAdvisories` | (`search?`: `string`, `filterId?`: `string`, `filterDescription?`: `string`, `filterPublicDate?`: `string`, `filterSynopsis?`: `string`, `filterAdvisoryType?`: `string`, `filterAdvisoryTypeName?`: `string`, `filterSeverity?`: `string`, `filterApplicableSystems?`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ControllersAdvisoryInlineItem`](interfaces/ControllersAdvisoryInlineItem.md)[]\> | -| `exportAdvisorySystems` | (`advisoryId`: `string`, `search?`: `string`, `filterId?`: `string`, `filterDisplayName?`: `string`, `filterLastEvaluation?`: `string`, `filterLastUpload?`: `string`, `filterRhsaCount?`: `string`, `filterRhbaCount?`: `string`, `filterRheaCount?`: `string`, `filterOtherCount?`: `string`, `filterStale?`: `string`, `filterPackagesInstalled?`: `string`, `filterPackagesUpdatable?`: `string`, `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `filterOsname?`: `string`, `filterOsminor?`: `string`, `filterOsmajor?`: `string`, `filterOs?`: `string`, `tags?`: `string`[], `options?`: `any`) => `AxiosPromise`\<[`ControllersSystemInlineItem`](interfaces/ControllersSystemInlineItem.md)[]\> | -| `exportPackageSystems` | (`packageName`: `string`, `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `tags?`: `string`[], `options?`: `any`) => `AxiosPromise`\<[`ControllersPackageSystemItem`](interfaces/ControllersPackageSystemItem.md)[]\> | -| `exportPackages` | (`sort?`: ``"id"`` \| ``"name"`` \| ``"systems_installed"`` \| ``"systems_updatable"``, `search?`: `string`, `filterName?`: `string`, `filterSystemsInstalled?`: `string`, `filterSystemsUpdatable?`: `string`, `filterSummary?`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ControllersPackageItem`](interfaces/ControllersPackageItem.md)[]\> | -| `exportSystemAdvisories` | (`inventoryId`: `string`, `search?`: `string`, `filterId?`: `string`, `filterDescription?`: `string`, `filterPublicDate?`: `string`, `filterSynopsis?`: `string`, `filterAdvisoryType?`: `string`, `filterAdvisoryTypeName?`: `string`, `filterSeverity?`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ControllersSystemAdvisoriesDBLookup`](interfaces/ControllersSystemAdvisoriesDBLookup.md)[]\> | -| `exportSystemPackages` | (`inventoryId`: `string`, `search?`: `string`, `filterName?`: `string`, `filterDescription?`: `string`, `filterEvra?`: `string`, `filterSummary?`: `string`, `filterUpdatable?`: `boolean`, `options?`: `any`) => `AxiosPromise`\<[`ControllersSystemPackageInline`](interfaces/ControllersSystemPackageInline.md)[]\> | -| `exportSystems` | (`search?`: `string`, `filterId?`: `string`, `filterDisplayName?`: `string`, `filterLastEvaluation?`: `string`, `filterLastUpload?`: `string`, `filterRhsaCount?`: `string`, `filterRhbaCount?`: `string`, `filterRheaCount?`: `string`, `filterOtherCount?`: `string`, `filterStale?`: `string`, `filterPackagesInstalled?`: `string`, `filterPackagesUpdatable?`: `string`, `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `filterOsname?`: `string`, `filterOsminor?`: `string`, `filterOsmajor?`: `string`, `filterBaselineName?`: `string`, `filterOs?`: `string`, `tags?`: `string`[], `options?`: `any`) => `AxiosPromise`\<[`ControllersSystemInlineItem`](interfaces/ControllersSystemInlineItem.md)[]\> | -| `latestPackage` | (`packageName`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ControllersPackageDetailResponse`](interfaces/ControllersPackageDetailResponse.md)\> | -| `listAdvisories` | (`limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"name"`` \| ``"advisory_type"`` \| ``"synopsis"`` \| ``"public_date"`` \| ``"applicable_systems"``, `search?`: `string`, `filterId?`: `string`, `filterDescription?`: `string`, `filterPublicDate?`: `string`, `filterSynopsis?`: `string`, `filterAdvisoryType?`: `string`, `filterAdvisoryTypeName?`: `string`, `filterSeverity?`: `string`, `filterApplicableSystems?`: `string`, `tags?`: `string`[], `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ControllersAdvisoriesResponse`](interfaces/ControllersAdvisoriesResponse.md)\> | -| `listAdvisorySystems` | (`advisoryId`: `string`, `limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"display_name"`` \| ``"last_evaluation"`` \| ``"last_upload"`` \| ``"rhsa_count"`` \| ``"rhba_count"`` \| ``"rhea_count"`` \| ``"other_count"`` \| ``"stale"``, `search?`: `string`, `filterId?`: `string`, `filterInsightsId?`: `string`, `filterDisplayName?`: `string`, `filterLastEvaluation?`: `string`, `filterLastUpload?`: `string`, `filterRhsaCount?`: `string`, `filterRhbaCount?`: `string`, `filterRheaCount?`: `string`, `filterOtherCount?`: `string`, `filterStale?`: `string`, `filterStaleTimestamp?`: `string`, `filterStaleWarningTimestamp?`: `string`, `filterCulledTimestamp?`: `string`, `filterCreated?`: `string`, `filterOsname?`: `string`, `filterOsminor?`: `string`, `filterOsmajor?`: `string`, `filterOs?`: `string`, `tags?`: `string`[], `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ControllersAdvisorySystemsResponse`](interfaces/ControllersAdvisorySystemsResponse.md)\> | -| `listBaseline` | (`limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"name"`` \| ``"config"``, `search?`: `string`, `filterId?`: `string`, `filterName?`: `string`, `filterSystems?`: `string`, `tags?`: `string`[], `options?`: `any`) => `AxiosPromise`\<[`ControllersBaselinesResponse`](interfaces/ControllersBaselinesResponse.md)\> | -| `listBaselineSystems` | (`baselineId`: `number`, `limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"name"`` \| ``"config"``, `search?`: `string`, `filterDisplayName?`: `string`, `tags?`: `string`[], `options?`: `any`) => `AxiosPromise`\<[`ControllersBaselineSystemsResponse`](interfaces/ControllersBaselineSystemsResponse.md)\> | -| `listPackages` | (`limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"name"`` \| ``"systems_installed"`` \| ``"systems_updatable"``, `search?`: `string`, `filterName?`: `string`, `filterSystemsInstalled?`: `string`, `filterSystemsUpdatable?`: `string`, `filterSummary?`: `string`, `tags?`: `string`[], `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ControllersPackagesResponse`](interfaces/ControllersPackagesResponse.md)\> | -| `listSystemAdvisories` | (`inventoryId`: `string`, `limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"name"`` \| ``"synopsis"`` \| ``"public_date"`` \| ``"type"``, `search?`: `string`, `filterId?`: `string`, `filterDescription?`: `string`, `filterPublicDate?`: `string`, `filterSynopsis?`: `string`, `filterAdvisoryType?`: `string`, `filterAdvisoryTypeName?`: `string`, `filterSeverity?`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ControllersSystemAdvisoriesResponse`](interfaces/ControllersSystemAdvisoriesResponse.md)\> | -| `listSystems` | (`limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"display_name"`` \| ``"last_evaluation"`` \| ``"last_upload"`` \| ``"rhsa_count"`` \| ``"rhba_count"`` \| ``"rhea_count"`` \| ``"other_count"`` \| ``"stale"`` \| ``"packages_installed"`` \| ``"packages_updatable"``, `search?`: `string`, `filterInsightsId?`: `string`, `filterId?`: `string`, `filterDisplayName?`: `string`, `filterLastEvaluation?`: `string`, `filterLastUpload?`: `string`, `filterRhsaCount?`: `string`, `filterRhbaCount?`: `string`, `filterRheaCount?`: `string`, `filterOtherCount?`: `string`, `filterStale?`: `string`, `filterPackagesInstalled?`: `string`, `filterPackagesUpdatable?`: `string`, `filterStaleTimestamp?`: `string`, `filterStaleWarningTimestamp?`: `string`, `filterCulledTimestamp?`: `string`, `filterCreated?`: `string`, `filterOsname?`: `string`, `filterOsminor?`: `string`, `filterOsmajor?`: `string`, `filterBaselineName?`: `string`, `filterOs?`: `string`, `tags?`: `string`[], `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ControllersSystemsResponse`](interfaces/ControllersSystemsResponse.md)\> | -| `packageSystems` | (`packageName`: `string`, `limit?`: `number`, `offset?`: `number`, `tags?`: `string`[], `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `options?`: `any`) => `AxiosPromise`\<[`ControllersPackageSystemsResponse`](interfaces/ControllersPackageSystemsResponse.md)\> | -| `packageVersions` | (`packageName`: `string`, `limit?`: `number`, `offset?`: `number`, `options?`: `any`) => `AxiosPromise`\<[`ControllersPackageVersionsResponse`](interfaces/ControllersPackageVersionsResponse.md)\> | -| `removeBaselineSystems` | (`body`: [`ControllersBaselineSystemsRemoveRequest`](interfaces/ControllersBaselineSystemsRemoveRequest.md), `options?`: `any`) => `AxiosPromise`\<`void`\> | -| `systemPackages` | (`inventoryId`: `string`, `limit?`: `number`, `offset?`: `number`, `search?`: `string`, `filterName?`: `string`, `filterDescription?`: `string`, `filterEvra?`: `string`, `filterSummary?`: `string`, `filterUpdatable?`: `boolean`, `options?`: `any`) => `AxiosPromise`\<[`ControllersSystemPackageResponse`](interfaces/ControllersSystemPackageResponse.md)\> | -| `updateBaseline` | (`baselineId`: `number`, `body`: [`ControllersUpdateBaselineRequest`](interfaces/ControllersUpdateBaselineRequest.md), `options?`: `any`) => `AxiosPromise`\<[`ControllersUpdateBaselineResponse`](interfaces/ControllersUpdateBaselineResponse.md)\> | -| `viewAdvisoriesSystems` | (`body`: [`ControllersSystemsAdvisoriesRequest`](interfaces/ControllersSystemsAdvisoriesRequest.md), `options?`: `any`) => `AxiosPromise`\<[`ControllersAdvisoriesSystemsResponse`](interfaces/ControllersAdvisoriesSystemsResponse.md)\> | -| `viewSystemsAdvisories` | (`body`: [`ControllersSystemsAdvisoriesRequest`](interfaces/ControllersSystemsAdvisoriesRequest.md), `options?`: `any`) => `AxiosPromise`\<[`ControllersSystemsAdvisoriesResponse`](interfaces/ControllersSystemsAdvisoriesResponse.md)\> | - -**`Export`** - -#### Defined in - -[api.ts:4750](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L4750) - -___ - -### DefaultApiFp - -▸ **DefaultApiFp**(`configuration?`): `Object` - -DefaultApi - functional programming interface - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `configuration?` | [`Configuration`](classes/Configuration.md) | - -#### Returns - -`Object` - -| Name | Type | -| :------ | :------ | -| `baselineDelete` | (`baselineId`: `number`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersDeleteBaselineResponse`](interfaces/ControllersDeleteBaselineResponse.md)\>\> | -| `createBaseline` | (`body`: [`ControllersCreateBaselineRequest`](interfaces/ControllersCreateBaselineRequest.md), `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersCreateBaselineResponse`](interfaces/ControllersCreateBaselineResponse.md)\>\> | -| `deletesystem` | (`inventoryId`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<`void`\>\> | -| `detailAdvisory` | (`advisoryId`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersAdvisoryDetailResponseV1`](interfaces/ControllersAdvisoryDetailResponseV1.md)\>\> | -| `detailBaseline` | (`baselineId`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersBaselineDetailResponse`](interfaces/ControllersBaselineDetailResponse.md)\>\> | -| `detailSystem` | (`inventoryId`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersSystemDetailResponse`](interfaces/ControllersSystemDetailResponse.md)\>\> | -| `exportAdvisories` | (`search?`: `string`, `filterId?`: `string`, `filterDescription?`: `string`, `filterPublicDate?`: `string`, `filterSynopsis?`: `string`, `filterAdvisoryType?`: `string`, `filterAdvisoryTypeName?`: `string`, `filterSeverity?`: `string`, `filterApplicableSystems?`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersAdvisoryInlineItem`](interfaces/ControllersAdvisoryInlineItem.md)[]\>\> | -| `exportAdvisorySystems` | (`advisoryId`: `string`, `search?`: `string`, `filterId?`: `string`, `filterDisplayName?`: `string`, `filterLastEvaluation?`: `string`, `filterLastUpload?`: `string`, `filterRhsaCount?`: `string`, `filterRhbaCount?`: `string`, `filterRheaCount?`: `string`, `filterOtherCount?`: `string`, `filterStale?`: `string`, `filterPackagesInstalled?`: `string`, `filterPackagesUpdatable?`: `string`, `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `filterOsname?`: `string`, `filterOsminor?`: `string`, `filterOsmajor?`: `string`, `filterOs?`: `string`, `tags?`: `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersSystemInlineItem`](interfaces/ControllersSystemInlineItem.md)[]\>\> | -| `exportPackageSystems` | (`packageName`: `string`, `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `tags?`: `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersPackageSystemItem`](interfaces/ControllersPackageSystemItem.md)[]\>\> | -| `exportPackages` | (`sort?`: ``"id"`` \| ``"name"`` \| ``"systems_installed"`` \| ``"systems_updatable"``, `search?`: `string`, `filterName?`: `string`, `filterSystemsInstalled?`: `string`, `filterSystemsUpdatable?`: `string`, `filterSummary?`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersPackageItem`](interfaces/ControllersPackageItem.md)[]\>\> | -| `exportSystemAdvisories` | (`inventoryId`: `string`, `search?`: `string`, `filterId?`: `string`, `filterDescription?`: `string`, `filterPublicDate?`: `string`, `filterSynopsis?`: `string`, `filterAdvisoryType?`: `string`, `filterAdvisoryTypeName?`: `string`, `filterSeverity?`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersSystemAdvisoriesDBLookup`](interfaces/ControllersSystemAdvisoriesDBLookup.md)[]\>\> | -| `exportSystemPackages` | (`inventoryId`: `string`, `search?`: `string`, `filterName?`: `string`, `filterDescription?`: `string`, `filterEvra?`: `string`, `filterSummary?`: `string`, `filterUpdatable?`: `boolean`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersSystemPackageInline`](interfaces/ControllersSystemPackageInline.md)[]\>\> | -| `exportSystems` | (`search?`: `string`, `filterId?`: `string`, `filterDisplayName?`: `string`, `filterLastEvaluation?`: `string`, `filterLastUpload?`: `string`, `filterRhsaCount?`: `string`, `filterRhbaCount?`: `string`, `filterRheaCount?`: `string`, `filterOtherCount?`: `string`, `filterStale?`: `string`, `filterPackagesInstalled?`: `string`, `filterPackagesUpdatable?`: `string`, `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `filterOsname?`: `string`, `filterOsminor?`: `string`, `filterOsmajor?`: `string`, `filterBaselineName?`: `string`, `filterOs?`: `string`, `tags?`: `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersSystemInlineItem`](interfaces/ControllersSystemInlineItem.md)[]\>\> | -| `latestPackage` | (`packageName`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersPackageDetailResponse`](interfaces/ControllersPackageDetailResponse.md)\>\> | -| `listAdvisories` | (`limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"name"`` \| ``"advisory_type"`` \| ``"synopsis"`` \| ``"public_date"`` \| ``"applicable_systems"``, `search?`: `string`, `filterId?`: `string`, `filterDescription?`: `string`, `filterPublicDate?`: `string`, `filterSynopsis?`: `string`, `filterAdvisoryType?`: `string`, `filterAdvisoryTypeName?`: `string`, `filterSeverity?`: `string`, `filterApplicableSystems?`: `string`, `tags?`: `string`[], `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersAdvisoriesResponse`](interfaces/ControllersAdvisoriesResponse.md)\>\> | -| `listAdvisorySystems` | (`advisoryId`: `string`, `limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"display_name"`` \| ``"last_evaluation"`` \| ``"last_upload"`` \| ``"rhsa_count"`` \| ``"rhba_count"`` \| ``"rhea_count"`` \| ``"other_count"`` \| ``"stale"``, `search?`: `string`, `filterId?`: `string`, `filterInsightsId?`: `string`, `filterDisplayName?`: `string`, `filterLastEvaluation?`: `string`, `filterLastUpload?`: `string`, `filterRhsaCount?`: `string`, `filterRhbaCount?`: `string`, `filterRheaCount?`: `string`, `filterOtherCount?`: `string`, `filterStale?`: `string`, `filterStaleTimestamp?`: `string`, `filterStaleWarningTimestamp?`: `string`, `filterCulledTimestamp?`: `string`, `filterCreated?`: `string`, `filterOsname?`: `string`, `filterOsminor?`: `string`, `filterOsmajor?`: `string`, `filterOs?`: `string`, `tags?`: `string`[], `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersAdvisorySystemsResponse`](interfaces/ControllersAdvisorySystemsResponse.md)\>\> | -| `listBaseline` | (`limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"name"`` \| ``"config"``, `search?`: `string`, `filterId?`: `string`, `filterName?`: `string`, `filterSystems?`: `string`, `tags?`: `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersBaselinesResponse`](interfaces/ControllersBaselinesResponse.md)\>\> | -| `listBaselineSystems` | (`baselineId`: `number`, `limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"name"`` \| ``"config"``, `search?`: `string`, `filterDisplayName?`: `string`, `tags?`: `string`[], `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersBaselineSystemsResponse`](interfaces/ControllersBaselineSystemsResponse.md)\>\> | -| `listPackages` | (`limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"name"`` \| ``"systems_installed"`` \| ``"systems_updatable"``, `search?`: `string`, `filterName?`: `string`, `filterSystemsInstalled?`: `string`, `filterSystemsUpdatable?`: `string`, `filterSummary?`: `string`, `tags?`: `string`[], `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersPackagesResponse`](interfaces/ControllersPackagesResponse.md)\>\> | -| `listSystemAdvisories` | (`inventoryId`: `string`, `limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"name"`` \| ``"synopsis"`` \| ``"public_date"`` \| ``"type"``, `search?`: `string`, `filterId?`: `string`, `filterDescription?`: `string`, `filterPublicDate?`: `string`, `filterSynopsis?`: `string`, `filterAdvisoryType?`: `string`, `filterAdvisoryTypeName?`: `string`, `filterSeverity?`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersSystemAdvisoriesResponse`](interfaces/ControllersSystemAdvisoriesResponse.md)\>\> | -| `listSystems` | (`limit?`: `number`, `offset?`: `number`, `sort?`: ``"id"`` \| ``"display_name"`` \| ``"last_evaluation"`` \| ``"last_upload"`` \| ``"rhsa_count"`` \| ``"rhba_count"`` \| ``"rhea_count"`` \| ``"other_count"`` \| ``"stale"`` \| ``"packages_installed"`` \| ``"packages_updatable"``, `search?`: `string`, `filterInsightsId?`: `string`, `filterId?`: `string`, `filterDisplayName?`: `string`, `filterLastEvaluation?`: `string`, `filterLastUpload?`: `string`, `filterRhsaCount?`: `string`, `filterRhbaCount?`: `string`, `filterRheaCount?`: `string`, `filterOtherCount?`: `string`, `filterStale?`: `string`, `filterPackagesInstalled?`: `string`, `filterPackagesUpdatable?`: `string`, `filterStaleTimestamp?`: `string`, `filterStaleWarningTimestamp?`: `string`, `filterCulledTimestamp?`: `string`, `filterCreated?`: `string`, `filterOsname?`: `string`, `filterOsminor?`: `string`, `filterOsmajor?`: `string`, `filterBaselineName?`: `string`, `filterOs?`: `string`, `tags?`: `string`[], `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersSystemsResponse`](interfaces/ControllersSystemsResponse.md)\>\> | -| `packageSystems` | (`packageName`: `string`, `limit?`: `number`, `offset?`: `number`, `tags?`: `string`[], `filterSystemProfileSapSystem?`: `string`, `filterSystemProfileSapSidsIn?`: `string`[], `filterSystemProfileAnsible?`: `string`, `filterSystemProfileAnsibleControllerVersion?`: `string`, `filterSystemProfileMssql?`: `string`, `filterSystemProfileMssqlVersion?`: `string`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersPackageSystemsResponse`](interfaces/ControllersPackageSystemsResponse.md)\>\> | -| `packageVersions` | (`packageName`: `string`, `limit?`: `number`, `offset?`: `number`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersPackageVersionsResponse`](interfaces/ControllersPackageVersionsResponse.md)\>\> | -| `removeBaselineSystems` | (`body`: [`ControllersBaselineSystemsRemoveRequest`](interfaces/ControllersBaselineSystemsRemoveRequest.md), `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<`void`\>\> | -| `systemPackages` | (`inventoryId`: `string`, `limit?`: `number`, `offset?`: `number`, `search?`: `string`, `filterName?`: `string`, `filterDescription?`: `string`, `filterEvra?`: `string`, `filterSummary?`: `string`, `filterUpdatable?`: `boolean`, `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersSystemPackageResponse`](interfaces/ControllersSystemPackageResponse.md)\>\> | -| `updateBaseline` | (`baselineId`: `number`, `body`: [`ControllersUpdateBaselineRequest`](interfaces/ControllersUpdateBaselineRequest.md), `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersUpdateBaselineResponse`](interfaces/ControllersUpdateBaselineResponse.md)\>\> | -| `viewAdvisoriesSystems` | (`body`: [`ControllersSystemsAdvisoriesRequest`](interfaces/ControllersSystemsAdvisoriesRequest.md), `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersAdvisoriesSystemsResponse`](interfaces/ControllersAdvisoriesSystemsResponse.md)\>\> | -| `viewSystemsAdvisories` | (`body`: [`ControllersSystemsAdvisoriesRequest`](interfaces/ControllersSystemsAdvisoriesRequest.md), `options?`: `any`) => `Promise`\<(`axios?`: `AxiosInstance`, `basePath?`: `string`) => `AxiosPromise`\<[`ControllersSystemsAdvisoriesResponse`](interfaces/ControllersSystemsAdvisoriesResponse.md)\>\> | - -**`Export`** - -#### Defined in - -[api.ts:4133](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/patch/api.ts#L4133) diff --git a/packages/patch/jest.config.ts b/packages/patch/jest.config.ts index 8c9f4f256..88c879cac 100644 --- a/packages/patch/jest.config.ts +++ b/packages/patch/jest.config.ts @@ -7,4 +7,5 @@ export default { }, moduleFileExtensions: ['ts', 'js', 'html'], coverageDirectory: '../../coverage/packages/patch', + testPathIgnorePatterns: ['/node_modules/','/tests/integration/'], }; diff --git a/packages/patch/package.json b/packages/patch/package.json index f5e358d8c..bc993f736 100644 --- a/packages/patch/package.json +++ b/packages/patch/package.json @@ -2,23 +2,23 @@ "name": "@redhat-cloud-services/patch-client", "version": "3.0.7", "description": "", - "main": "./dist/index.js", - "typings": "./dist/index.d.ts", + "main": "./index.js", + "typings": "./index.d.ts", "exports": { ".": { - "types": "./dist/index.d.ts", - "import": "./dist/esm/index.js", - "default": "./dist/index.js" + "types": "./index.d.ts", + "import": "./esm/index.js", + "default": "./index.js" }, "./api": { - "types": "./dist/api.d.ts", - "import": "./dist/esm/api.js", - "default": "./dist/api.js" + "types": "./api.d.ts", + "import": "./esm/api.js", + "default": "./api.js" }, "./*": { - "types": "./dist/*/index.d.ts", - "import": "./dist/esm/*/index.js", - "default": "./dist/*/index.js" + "types": "./*/index.d.ts", + "import": "./esm/*/index.js", + "default": "./*/index.js" } }, "scripts": { @@ -27,10 +27,10 @@ "typesVersions": { "*": { "api": [ - "./dist/api.d.ts" + "./api.d.ts" ], "*": [ - "./dist/*/index.d.ts" + "./*/index.d.ts" ] } }, diff --git a/packages/patch/project.json b/packages/patch/project.json index 17ab0c521..738e471e0 100644 --- a/packages/patch/project.json +++ b/packages/patch/project.json @@ -4,20 +4,30 @@ "sourceRoot": "packages/patch", "projectType": "library", "targets": { + "clean-generate": { + "command": "rm -rf packages/patch/src" + }, "generate": { "executor": "@redhat-cloud-services/build-utils:client-generator", + "dependsOn": ["clean-generate"], "options": { + "outputPath": "packages/patch/src", "specs": { "default": "https://console.redhat.com/api/patch/v3/openapi.json" }, "clientName": "PatchClient" } }, + "clean-build": { + "command": "rm -rf packages/patch/dist" + }, "build": { "executor": "@redhat-cloud-services/build-utils:builder", + "dependsOn": ["clean-build", "^build"], "options": { + "inputPath": "packages/patch/src", "outputPath": "packages/patch/dist", - "main": "packages/patch/index.ts", + "main": "packages/patch/src/index.ts", "esmTsConfig": "packages/patch/tsconfig.esm.json", "cjsTsConfig": "packages/patch/tsconfig.cjs.json" } diff --git a/packages/patch/src/.gitignore b/packages/patch/src/.gitignore new file mode 100644 index 000000000..149b57654 --- /dev/null +++ b/packages/patch/src/.gitignore @@ -0,0 +1,4 @@ +wwwroot/*.js +node_modules +typings +dist diff --git a/packages/patch/src/.npmignore b/packages/patch/src/.npmignore new file mode 100644 index 000000000..6b112e4e7 --- /dev/null +++ b/packages/patch/src/.npmignore @@ -0,0 +1,6 @@ +.openapi-generator +node_modules +.openapi-generator-ignore +package-lock.json +*.ts +!*.d.ts diff --git a/packages/patch/src/.openapi-generator-ignore b/packages/patch/src/.openapi-generator-ignore new file mode 100644 index 000000000..7484ee590 --- /dev/null +++ b/packages/patch/src/.openapi-generator-ignore @@ -0,0 +1,23 @@ +# OpenAPI Generator Ignore +# Generated by openapi-generator https://github.com/openapitools/openapi-generator + +# Use this file to prevent files from being overwritten by the generator. +# The patterns follow closely to .gitignore or .dockerignore. + +# As an example, the C# client generator defines ApiClient.cs. +# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line: +#ApiClient.cs + +# You can match any string of characters against a directory, file or extension with a single asterisk (*): +#foo/*/qux +# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux + +# You can recursively match patterns against a directory, file or extension with a double asterisk (**): +#foo/**/qux +# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux + +# You can also negate patterns with an exclamation (!). +# For example, you can ignore all files in a docs folder with the file extension .md: +#docs/*.md +# Then explicitly reverse the ignore rule for a single file: +#!docs/README.md diff --git a/packages/patch/.openapi-generator/FILES b/packages/patch/src/.openapi-generator/FILES similarity index 97% rename from packages/patch/.openapi-generator/FILES rename to packages/patch/src/.openapi-generator/FILES index 5b0f14580..2a43a7a3e 100644 --- a/packages/patch/.openapi-generator/FILES +++ b/packages/patch/src/.openapi-generator/FILES @@ -1,7 +1,7 @@ .gitignore .npmignore +.openapi-generator-ignore AddTemplateSubscribedSystem/index.ts -Deletesystem/index.ts DetailAdvisory/index.ts DetailSystem/index.ts ExportAdvisories/index.ts diff --git a/packages/patch/.openapi-generator/VERSION b/packages/patch/src/.openapi-generator/VERSION similarity index 100% rename from packages/patch/.openapi-generator/VERSION rename to packages/patch/src/.openapi-generator/VERSION diff --git a/packages/patch/AddTemplateSubscribedSystem/index.ts b/packages/patch/src/AddTemplateSubscribedSystem/index.ts similarity index 100% rename from packages/patch/AddTemplateSubscribedSystem/index.ts rename to packages/patch/src/AddTemplateSubscribedSystem/index.ts diff --git a/packages/patch/DetailAdvisory/index.ts b/packages/patch/src/DetailAdvisory/index.ts similarity index 100% rename from packages/patch/DetailAdvisory/index.ts rename to packages/patch/src/DetailAdvisory/index.ts diff --git a/packages/patch/DetailSystem/index.ts b/packages/patch/src/DetailSystem/index.ts similarity index 100% rename from packages/patch/DetailSystem/index.ts rename to packages/patch/src/DetailSystem/index.ts diff --git a/packages/patch/ExportAdvisories/index.ts b/packages/patch/src/ExportAdvisories/index.ts similarity index 100% rename from packages/patch/ExportAdvisories/index.ts rename to packages/patch/src/ExportAdvisories/index.ts diff --git a/packages/patch/ExportAdvisorySystems/index.ts b/packages/patch/src/ExportAdvisorySystems/index.ts similarity index 100% rename from packages/patch/ExportAdvisorySystems/index.ts rename to packages/patch/src/ExportAdvisorySystems/index.ts diff --git a/packages/patch/ExportPackageSystems/index.ts b/packages/patch/src/ExportPackageSystems/index.ts similarity index 100% rename from packages/patch/ExportPackageSystems/index.ts rename to packages/patch/src/ExportPackageSystems/index.ts diff --git a/packages/patch/ExportPackages/index.ts b/packages/patch/src/ExportPackages/index.ts similarity index 100% rename from packages/patch/ExportPackages/index.ts rename to packages/patch/src/ExportPackages/index.ts diff --git a/packages/patch/ExportSystemAdvisories/index.ts b/packages/patch/src/ExportSystemAdvisories/index.ts similarity index 100% rename from packages/patch/ExportSystemAdvisories/index.ts rename to packages/patch/src/ExportSystemAdvisories/index.ts diff --git a/packages/patch/ExportSystemPackages/index.ts b/packages/patch/src/ExportSystemPackages/index.ts similarity index 100% rename from packages/patch/ExportSystemPackages/index.ts rename to packages/patch/src/ExportSystemPackages/index.ts diff --git a/packages/patch/ExportSystems/index.ts b/packages/patch/src/ExportSystems/index.ts similarity index 100% rename from packages/patch/ExportSystems/index.ts rename to packages/patch/src/ExportSystems/index.ts diff --git a/packages/patch/ExportTemplateSystems/index.ts b/packages/patch/src/ExportTemplateSystems/index.ts similarity index 100% rename from packages/patch/ExportTemplateSystems/index.ts rename to packages/patch/src/ExportTemplateSystems/index.ts diff --git a/packages/patch/LatestPackage/index.ts b/packages/patch/src/LatestPackage/index.ts similarity index 100% rename from packages/patch/LatestPackage/index.ts rename to packages/patch/src/LatestPackage/index.ts diff --git a/packages/patch/ListAdvisories/index.ts b/packages/patch/src/ListAdvisories/index.ts similarity index 100% rename from packages/patch/ListAdvisories/index.ts rename to packages/patch/src/ListAdvisories/index.ts diff --git a/packages/patch/ListAdvisoriesIds/index.ts b/packages/patch/src/ListAdvisoriesIds/index.ts similarity index 100% rename from packages/patch/ListAdvisoriesIds/index.ts rename to packages/patch/src/ListAdvisoriesIds/index.ts diff --git a/packages/patch/ListAdvisorySystems/index.ts b/packages/patch/src/ListAdvisorySystems/index.ts similarity index 100% rename from packages/patch/ListAdvisorySystems/index.ts rename to packages/patch/src/ListAdvisorySystems/index.ts diff --git a/packages/patch/ListAdvisorySystemsIds/index.ts b/packages/patch/src/ListAdvisorySystemsIds/index.ts similarity index 100% rename from packages/patch/ListAdvisorySystemsIds/index.ts rename to packages/patch/src/ListAdvisorySystemsIds/index.ts diff --git a/packages/patch/ListPackages/index.ts b/packages/patch/src/ListPackages/index.ts similarity index 100% rename from packages/patch/ListPackages/index.ts rename to packages/patch/src/ListPackages/index.ts diff --git a/packages/patch/ListSystemAdvisories/index.ts b/packages/patch/src/ListSystemAdvisories/index.ts similarity index 100% rename from packages/patch/ListSystemAdvisories/index.ts rename to packages/patch/src/ListSystemAdvisories/index.ts diff --git a/packages/patch/ListSystemAdvisoriesIds/index.ts b/packages/patch/src/ListSystemAdvisoriesIds/index.ts similarity index 100% rename from packages/patch/ListSystemAdvisoriesIds/index.ts rename to packages/patch/src/ListSystemAdvisoriesIds/index.ts diff --git a/packages/patch/ListSystemTags/index.ts b/packages/patch/src/ListSystemTags/index.ts similarity index 100% rename from packages/patch/ListSystemTags/index.ts rename to packages/patch/src/ListSystemTags/index.ts diff --git a/packages/patch/ListSystems/index.ts b/packages/patch/src/ListSystems/index.ts similarity index 100% rename from packages/patch/ListSystems/index.ts rename to packages/patch/src/ListSystems/index.ts diff --git a/packages/patch/ListSystemsIds/index.ts b/packages/patch/src/ListSystemsIds/index.ts similarity index 100% rename from packages/patch/ListSystemsIds/index.ts rename to packages/patch/src/ListSystemsIds/index.ts diff --git a/packages/patch/ListTemplate/index.ts b/packages/patch/src/ListTemplate/index.ts similarity index 100% rename from packages/patch/ListTemplate/index.ts rename to packages/patch/src/ListTemplate/index.ts diff --git a/packages/patch/ListTemplateSystems/index.ts b/packages/patch/src/ListTemplateSystems/index.ts similarity index 100% rename from packages/patch/ListTemplateSystems/index.ts rename to packages/patch/src/ListTemplateSystems/index.ts diff --git a/packages/patch/ListTemplateSystemsIds/index.ts b/packages/patch/src/ListTemplateSystemsIds/index.ts similarity index 100% rename from packages/patch/ListTemplateSystemsIds/index.ts rename to packages/patch/src/ListTemplateSystemsIds/index.ts diff --git a/packages/patch/PackageSystems/index.ts b/packages/patch/src/PackageSystems/index.ts similarity index 100% rename from packages/patch/PackageSystems/index.ts rename to packages/patch/src/PackageSystems/index.ts diff --git a/packages/patch/PackageSystemsIds/index.ts b/packages/patch/src/PackageSystemsIds/index.ts similarity index 100% rename from packages/patch/PackageSystemsIds/index.ts rename to packages/patch/src/PackageSystemsIds/index.ts diff --git a/packages/patch/PackageVersions/index.ts b/packages/patch/src/PackageVersions/index.ts similarity index 100% rename from packages/patch/PackageVersions/index.ts rename to packages/patch/src/PackageVersions/index.ts diff --git a/packages/patch/RemoveTemplateSystems/index.ts b/packages/patch/src/RemoveTemplateSystems/index.ts similarity index 100% rename from packages/patch/RemoveTemplateSystems/index.ts rename to packages/patch/src/RemoveTemplateSystems/index.ts diff --git a/packages/patch/SystemPackages/index.ts b/packages/patch/src/SystemPackages/index.ts similarity index 100% rename from packages/patch/SystemPackages/index.ts rename to packages/patch/src/SystemPackages/index.ts diff --git a/packages/patch/SystemVmaasJson/index.ts b/packages/patch/src/SystemVmaasJson/index.ts similarity index 100% rename from packages/patch/SystemVmaasJson/index.ts rename to packages/patch/src/SystemVmaasJson/index.ts diff --git a/packages/patch/SystemYumUpdates/index.ts b/packages/patch/src/SystemYumUpdates/index.ts similarity index 100% rename from packages/patch/SystemYumUpdates/index.ts rename to packages/patch/src/SystemYumUpdates/index.ts diff --git a/packages/patch/UpdateTemplateSystems/index.ts b/packages/patch/src/UpdateTemplateSystems/index.ts similarity index 100% rename from packages/patch/UpdateTemplateSystems/index.ts rename to packages/patch/src/UpdateTemplateSystems/index.ts diff --git a/packages/patch/ViewAdvisoriesSystems/index.ts b/packages/patch/src/ViewAdvisoriesSystems/index.ts similarity index 100% rename from packages/patch/ViewAdvisoriesSystems/index.ts rename to packages/patch/src/ViewAdvisoriesSystems/index.ts diff --git a/packages/patch/ViewSystemsAdvisories/index.ts b/packages/patch/src/ViewSystemsAdvisories/index.ts similarity index 100% rename from packages/patch/ViewSystemsAdvisories/index.ts rename to packages/patch/src/ViewSystemsAdvisories/index.ts diff --git a/packages/patch/api.ts b/packages/patch/src/api.ts similarity index 98% rename from packages/patch/api.ts rename to packages/patch/src/api.ts index 7323c9bcd..934651e09 100644 --- a/packages/patch/api.ts +++ b/packages/patch/src/api.ts @@ -4,7 +4,6 @@ import { APIFactory } from '@redhat-cloud-services/javascript-clients-shared/dis import { ApiConfig } from '@redhat-cloud-services/javascript-clients-shared/dist/common' import { addTemplateSubscribedSystem, - deletesystem, detailAdvisory, detailSystem, exportAdvisories, @@ -44,7 +43,6 @@ import { const endpointList = { addTemplateSubscribedSystem, - deletesystem, detailAdvisory, detailSystem, exportAdvisories, diff --git a/packages/patch/index.ts b/packages/patch/src/index.ts similarity index 96% rename from packages/patch/index.ts rename to packages/patch/src/index.ts index 7a6361b5c..177585773 100644 --- a/packages/patch/index.ts +++ b/packages/patch/src/index.ts @@ -1,7 +1,5 @@ export { default as addTemplateSubscribedSystem, type AddTemplateSubscribedSystemReturnType } from './AddTemplateSubscribedSystem' -export { default as deletesystem, type DeletesystemReturnType } from './Deletesystem' - export { default as detailAdvisory, type DetailAdvisoryReturnType } from './DetailAdvisory' export { default as detailSystem, type DetailSystemReturnType } from './DetailSystem' @@ -72,5 +70,3 @@ export { default as viewSystemsAdvisories, type ViewSystemsAdvisoriesReturnType export * from './types' - -// Trigger release - updated to regenerate clients diff --git a/packages/patch/types/index.ts b/packages/patch/src/types/index.ts similarity index 100% rename from packages/patch/types/index.ts rename to packages/patch/src/types/index.ts diff --git a/packages/patch/tsconfig.cjs.json b/packages/patch/tsconfig.cjs.json index d29a1ef4a..34a67d692 100644 --- a/packages/patch/tsconfig.cjs.json +++ b/packages/patch/tsconfig.cjs.json @@ -1,6 +1,21 @@ { "extends": "./tsconfig.esm.json", "compilerOptions": { - "module": "CommonJS", + "declaration": true, + "target": "es5", + "module": "commonjs", + "noImplicitAny": true, + "outDir": ".", + "rootDir": ".", + "lib": [ + "es2017", + "dom" + ] }, + "exclude": [ + "dist", + "node_modules", + "*.d.ts", + "jest.config.ts" + ] } diff --git a/packages/patch/tsconfig.esm.json b/packages/patch/tsconfig.esm.json index 28ffe1d28..d3bf25a51 100644 --- a/packages/patch/tsconfig.esm.json +++ b/packages/patch/tsconfig.esm.json @@ -1,13 +1,24 @@ { "extends": "./tsconfig.json", "compilerOptions": { - "outDir": "../../dist/out-tsc", + "target": "es2021", + "module": "esnext", + "moduleResolution": "node", "declaration": true, - "types": ["node"], - "module": "ES2015", - "target": "ES5", - "rootDir": "./", + "declarationMap": true, + "noImplicitAny": true, + "outDir": "esm", + "rootDir": ".", + "lib": [ + "es2017", + "dom" + ] }, - "include": ["*.ts", "**/*.ts"], - "exclude": ["jest.config.ts", "dist"] + "include": ["src/**/*.ts"], + "exclude": [ + "dist", + "node_modules", + "*.d.ts", + "jest.config.ts" + ] } diff --git a/tsconfig.base.json b/tsconfig.base.json index ac97398c7..b9ed49528 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -23,7 +23,7 @@ "@redhat-cloud-services/insights-client": ["packages/insights/index.ts"], "@redhat-cloud-services/integrations-client": ["packages/integrations/src/index.ts"], "@redhat-cloud-services/notifications-client": ["packages/notifications/src/index.ts"], - "@redhat-cloud-services/patch-client": ["packages/patch/index.ts"], + "@redhat-cloud-services/patch-client": ["packages/patch/src/index.ts"], "@redhat-cloud-services/policies-client": ["packages/policies/index.ts"], "@redhat-cloud-services/quickstarts-client": ["packages/quickstarts/index.ts"], "@redhat-cloud-services/rbac-client": ["packages/rbac/src/index.ts"],