Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@redhat-cloud-services/compliance-client

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redhat-cloud-services/compliance-client - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

dist/CreateTailoring/index.d.ts

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## [0.2.4](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/compliance-client-0.2.3...@redhat-cloud-services/compliance-client-0.2.4) (2024-10-21)
## [0.2.3](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/compliance-client-0.2.2...@redhat-cloud-services/compliance-client-0.2.3) (2024-10-15)

@@ -7,0 +9,0 @@

@@ -7,2 +7,3 @@ export * from './types';

export { default as createPolicy } from './CreatePolicy';
export { default as createTailoring } from './CreateTailoring';
export { default as deletePolicy } from './DeletePolicy';

@@ -17,2 +18,3 @@ export { default as deleteReport } from './DeleteReport';

export { default as profileRules } from './ProfileRules';
export { default as profileTree } from './ProfileTree';
export { default as profiles } from './Profiles';

@@ -46,2 +48,3 @@ export { default as report } from './Report';

export { default as tailoringFile } from './TailoringFile';
export { default as tailoringRuleTree } from './TailoringRuleTree';
export { default as tailoringRules } from './TailoringRules';

@@ -48,0 +51,0 @@ export { default as tailorings } from './Tailorings';

"use strict";
// This is a sample supporting file mustache template.
Object.defineProperty(exports, "__esModule", { value: true });
exports.valueDefinitions = exports.valueDefinition = exports.updateTailoring = exports.updatePolicy = exports.unassignSystem = exports.unassignRule = exports.tailorings = exports.tailoringRules = exports.tailoringFile = exports.tailoring = exports.systemsPolicies = exports.systemsOS = exports.systems = exports.systemReports = exports.system = exports.supportedProfiles = exports.securityGuidesOS = exports.securityGuides = exports.securityGuideRuleTree = exports.securityGuide = exports.rules = exports.ruleGroups = exports.ruleGroup = exports.rule = exports.reportsOS = exports.reports = exports.reportTestResultsOS = exports.reportTestResults = exports.reportTestResult = exports.reportSystemsOS = exports.reportSystems = exports.reportSystem = exports.reportStats = exports.reportRuleResults = exports.report = exports.profiles = exports.profileRules = exports.profileRule = exports.profile = exports.policySystemsOS = exports.policySystems = exports.policy = exports.policies = exports.deleteReport = exports.deletePolicy = exports.createPolicy = exports.assignSystems = exports.assignSystem = exports.assignRules = exports.assignRule = void 0;
exports.updatePolicy = exports.unassignSystem = exports.unassignRule = exports.tailorings = exports.tailoringRules = exports.tailoringRuleTree = exports.tailoringFile = exports.tailoring = exports.systemsPolicies = exports.systemsOS = exports.systems = exports.systemReports = exports.system = exports.supportedProfiles = exports.securityGuidesOS = exports.securityGuides = exports.securityGuideRuleTree = exports.securityGuide = exports.rules = exports.ruleGroups = exports.ruleGroup = exports.rule = exports.reportsOS = exports.reports = exports.reportTestResultsOS = exports.reportTestResults = exports.reportTestResult = exports.reportSystemsOS = exports.reportSystems = exports.reportSystem = exports.reportStats = exports.reportRuleResults = exports.report = exports.profiles = exports.profileTree = exports.profileRules = exports.profileRule = exports.profile = exports.policySystemsOS = exports.policySystems = exports.policy = exports.policies = exports.deleteReport = exports.deletePolicy = exports.createTailoring = exports.createPolicy = exports.assignSystems = exports.assignSystem = exports.assignRules = exports.assignRule = void 0;
exports.valueDefinitions = exports.valueDefinition = exports.updateTailoring = void 0;
var tslib_1 = require("tslib");

@@ -22,2 +23,5 @@ tslib_1.__exportStar(require("./types"), exports);

// end of operations block
var CreateTailoring_1 = require("./CreateTailoring");
Object.defineProperty(exports, "createTailoring", { enumerable: true, get: function () { return CreateTailoring_1.default; } });
// end of operations block
var DeletePolicy_1 = require("./DeletePolicy");

@@ -50,2 +54,5 @@ Object.defineProperty(exports, "deletePolicy", { enumerable: true, get: function () { return DeletePolicy_1.default; } });

// end of operations block
var ProfileTree_1 = require("./ProfileTree");
Object.defineProperty(exports, "profileTree", { enumerable: true, get: function () { return ProfileTree_1.default; } });
// end of operations block
var Profiles_1 = require("./Profiles");

@@ -135,2 +142,5 @@ Object.defineProperty(exports, "profiles", { enumerable: true, get: function () { return Profiles_1.default; } });

// end of operations block
var TailoringRuleTree_1 = require("./TailoringRuleTree");
Object.defineProperty(exports, "tailoringRuleTree", { enumerable: true, get: function () { return TailoringRuleTree_1.default; } });
// end of operations block
var TailoringRules_1 = require("./TailoringRules");

@@ -137,0 +147,0 @@ Object.defineProperty(exports, "tailoringRules", { enumerable: true, get: function () { return TailoringRules_1.default; } });

51

dist/types/index.d.ts

@@ -43,2 +43,28 @@ /**

* @export
* @interface CreateTailoring201Response
*/
export interface CreateTailoring201Response {
/**
*
* @type {CreateTailoring201ResponseData}
* @memberof CreateTailoring201Response
*/
'data'?: CreateTailoring201ResponseData;
}
/**
*
* @export
* @interface CreateTailoring201ResponseData
*/
export interface CreateTailoring201ResponseData {
/**
*
* @type {Tailoring}
* @memberof CreateTailoring201ResponseData
*/
'schema'?: Tailoring;
}
/**
*
* @export
* @interface Errors

@@ -1317,26 +1343,13 @@ */

* @export
* @interface Tailoring200Response
* @interface TailoringCreate
*/
export interface Tailoring200Response {
export interface TailoringCreate {
/**
*
* @type {Tailoring200ResponseData}
* @memberof Tailoring200Response
* Minor version of the Operating System that the Tailoring covers
* @type {any}
* @memberof TailoringCreate
*/
'data'?: Tailoring200ResponseData;
'os_minor_version'?: any;
}
/**
*
* @export
* @interface Tailoring200ResponseData
*/
export interface Tailoring200ResponseData {
/**
*
* @type {Tailoring}
* @memberof Tailoring200ResponseData
*/
'schema'?: Tailoring;
}
/**
* Defines customizations of rules and variables for a set of profiles

@@ -1343,0 +1356,0 @@ * @export

{
"name": "@redhat-cloud-services/compliance-client",
"version": "0.2.3",
"version": "0.2.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "./index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc