Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/compliance/src/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.6.0
7.0.0
4 changes: 0 additions & 4 deletions packages/config-manager/src/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
CreateProfile/index.ts
GetProfile/index.ts
api.ts
docs/CreateProfileApi.md
docs/CreateProfileRequest.md
docs/GetProfileApi.md
docs/Profile.md
git_push.sh
index.ts
index.ts
Expand Down
2 changes: 1 addition & 1 deletion packages/config-manager/src/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.20.0
7.0.0
3 changes: 2 additions & 1 deletion packages/config-manager/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import {

const endpointList = {
createProfile,
getProfile,
getProfile,


};

Expand Down
63 changes: 0 additions & 63 deletions packages/config-manager/src/docs/CreateProfileApi.md

This file was deleted.

26 changes: 0 additions & 26 deletions packages/config-manager/src/docs/CreateProfileRequest.md

This file was deleted.

62 changes: 0 additions & 62 deletions packages/config-manager/src/docs/GetProfileApi.md

This file was deleted.

34 changes: 0 additions & 34 deletions packages/config-manager/src/docs/Profile.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/host-inventory/src/ApiGroupGetGroupList/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export type ApiGroupGetGroupListParams = {
*/
orderBy?: ApiGroupGetGroupListOrderByEnum,
/**
* Direction of the ordering (case-insensitive); defaults to ASC for name, and to DESC for host_count
* Direction of the ordering (case-insensitive); defaults to ASC for name, and to DESC for host_count and updated
* @type { string }
* @memberof ApiGroupGetGroupListApi
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/host-inventory/src/ApiGroupGetGroupsById/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export type ApiGroupGetGroupsByIdParams = {
*/
orderBy?: ApiGroupGetGroupsByIdOrderByEnum,
/**
* Direction of the ordering (case-insensitive); defaults to ASC for name, and to DESC for host_count
* Direction of the ordering (case-insensitive); defaults to ASC for name, and to DESC for host_count and updated
* @type { string }
* @memberof ApiGroupGetGroupsByIdApi
*/
Expand Down
6 changes: 6 additions & 0 deletions packages/host-inventory/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2269,6 +2269,12 @@ export type SystemProfileDnfModuleStatusEnum = typeof SystemProfileDnfModuleStat
* @interface SystemProfileImageBuilder
*/
export interface SystemProfileImageBuilder {
/**
* The blueprint used to build the image deployed on this host
* @type {string}
* @memberof SystemProfileImageBuilder
*/
'blueprint_id'?: string;
/**
* The compliance policy that was used and applied during the image build
* @type {string}
Expand Down
58 changes: 3 additions & 55 deletions packages/insights/src/RuleSystemsDetailList/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ export type RuleSystemsDetailListParams = {
offset?: number,
/**
* Display only systems with these versions of RHEL
* @type { Array<RuleSystemsDetailListRhelVersionEnum> }
* @type { Array<string> }
* @memberof RuleSystemsDetailListApi
*/
rhelVersion?: Array<RuleSystemsDetailListRhelVersionEnum>,
rhelVersion?: Array<string>,
/**
* Order by this field
* @type { RuleSystemsDetailListSortEnum }
Expand All @@ -92,58 +92,6 @@ export type RuleSystemsDetailListParams = {
tags?: Array<string>,
options?: AxiosRequestConfig
}
/**
* @export
* @enum {string}
*/
export const RuleSystemsDetailListRhelVersionEnum = {
_100: '10.0',
_101: '10.1',
_102: '10.2',
_60: '6.0',
_61: '6.1',
_610: '6.10',
_62: '6.2',
_63: '6.3',
_64: '6.4',
_65: '6.5',
_66: '6.6',
_67: '6.7',
_68: '6.8',
_69: '6.9',
_70: '7.0',
_71: '7.1',
_710: '7.10',
_72: '7.2',
_73: '7.3',
_74: '7.4',
_75: '7.5',
_76: '7.6',
_77: '7.7',
_78: '7.8',
_79: '7.9',
_80: '8.0',
_81: '8.1',
_810: '8.10',
_82: '8.2',
_83: '8.3',
_84: '8.4',
_85: '8.5',
_86: '8.6',
_87: '8.7',
_88: '8.8',
_89: '8.9',
_90: '9.0',
_91: '9.1',
_92: '9.2',
_93: '9.3',
_94: '9.4',
_95: '9.5',
_96: '9.6',
_97: '9.7',
_98: '9.8'
} as const;
export type RuleSystemsDetailListRhelVersionEnum = typeof RuleSystemsDetailListRhelVersionEnum[keyof typeof RuleSystemsDetailListRhelVersionEnum];
/**
* @export
* @enum {string}
Expand Down Expand Up @@ -198,7 +146,7 @@ const isRuleSystemsDetailListObjectParams = (params: [RuleSystemsDetailListParam
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
export const ruleSystemsDetailListParamCreator = async (sendRequest: BaseAPI["sendRequest"], ...config: ([RuleSystemsDetailListParams] | [string, boolean, boolean, Array<string>, boolean, Array<string>, number, string, number, Array<RuleSystemsDetailListRhelVersionEnum>, RuleSystemsDetailListSortEnum, RuleSystemsDetailListSystemTypeEnum, Array<string>, AxiosRequestConfig])) => {
export const ruleSystemsDetailListParamCreator = async (sendRequest: BaseAPI["sendRequest"], ...config: ([RuleSystemsDetailListParams] | [string, boolean, boolean, Array<string>, boolean, Array<string>, number, string, number, Array<string>, RuleSystemsDetailListSortEnum, RuleSystemsDetailListSystemTypeEnum, Array<string>, AxiosRequestConfig])) => {
const params = isRuleSystemsDetailListObjectParams(config) ? config[0] : ['ruleId', 'filterSystemProfileAnsible', 'filterSystemProfileMssql', 'filterSystemProfileSapSidsContains', 'filterSystemProfileSapSystem', 'groups', 'limit', 'name', 'offset', 'rhelVersion', 'sort', 'systemType', 'tags', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {}) as RuleSystemsDetailListParams;
const { ruleId, filterSystemProfileAnsible, filterSystemProfileMssql, filterSystemProfileSapSidsContains, filterSystemProfileSapSystem, groups, limit, name, offset, rhelVersion, sort, systemType, tags, options = {} } = params;
const localVarPath = `/api/insights/v1/rule/{rule_id}/systems_detail/`
Expand Down
Loading
Loading