@redhat-cloud-services/compliance-client 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.1.2](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/compliance-client-1.1.1...@redhat-cloud-services/compliance-client-1.1.2) (2024-11-18)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@redhat-cloud-services/javascript-clients-shared` updated to version `1.2.6`
10
+ ## [1.1.1](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/compliance-client-1.1.0...@redhat-cloud-services/compliance-client-1.1.1) (2024-11-18)
11
+
12
+ ### Dependency Updates
13
+
14
+ * `@redhat-cloud-services/javascript-clients-shared` updated to version `1.2.5`
5
15
  ## [1.1.0](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/compliance-client-1.0.0...@redhat-cloud-services/compliance-client-1.1.0) (2024-11-15)
6
16
 
7
17
 
package/dist/api.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ApiConfig } from '@redhat-cloud-services/javascript-clients-shared/dist/common';
2
- export declare const ComplianceClient: (BASE_PATH: string, instance?: ApiConfig) => import("packages/shared/dist/base").BaseAPI & {
2
+ export declare const ComplianceClient: (BASE_PATH: string, instance?: ApiConfig) => import("packages/shared/dist/base").BaseAPI & import("@redhat-cloud-services/javascript-clients-shared/dist/utils").APIFactoryResponse<{
3
3
  assignRule: (...config: [import("./AssignRule").AssignRuleParams] | [any, any, any, any, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
4
4
  assignRules: (...config: [import("./AssignRules").AssignRulesParams] | [any, any, any, import("./types").AssignRulesRequest, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
5
5
  assignSystem: (...config: [import("./AssignSystem").AssignSystemParams] | [any, any, any, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
@@ -54,5 +54,60 @@ export declare const ComplianceClient: (BASE_PATH: string, instance?: ApiConfig)
54
54
  updateTailoring: (...config: [import("./UpdateTailoring").UpdateTailoringParams] | [any, any, any, import("./types").Tailoring, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
55
55
  valueDefinition: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ValueDefinition").ValueDefinitionParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
56
56
  valueDefinitions: (...config: [any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ValueDefinitions").ValueDefinitionsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
57
- };
57
+ }, {
58
+ assignRule: unknown;
59
+ assignRules: unknown;
60
+ assignSystem: unknown;
61
+ assignSystems: unknown;
62
+ createPolicy: unknown;
63
+ createTailoring: unknown;
64
+ deletePolicy: unknown;
65
+ deleteReport: unknown;
66
+ policies: unknown;
67
+ policy: unknown;
68
+ policySystems: unknown;
69
+ policySystemsOS: unknown;
70
+ profile: unknown;
71
+ profileRule: unknown;
72
+ profileRules: unknown;
73
+ profileTree: unknown;
74
+ profiles: unknown;
75
+ report: unknown;
76
+ reportRuleResults: unknown;
77
+ reportStats: unknown;
78
+ reportSystem: unknown;
79
+ reportSystems: unknown;
80
+ reportSystemsOS: unknown;
81
+ reportTestResult: unknown;
82
+ reportTestResults: unknown;
83
+ reportTestResultsOS: unknown;
84
+ reportTestResultsSG: unknown;
85
+ reports: unknown;
86
+ reportsOS: unknown;
87
+ rule: unknown;
88
+ ruleGroup: unknown;
89
+ ruleGroups: unknown;
90
+ rules: unknown;
91
+ securityGuide: unknown;
92
+ securityGuideRuleTree: unknown;
93
+ securityGuides: unknown;
94
+ securityGuidesOS: unknown;
95
+ supportedProfiles: unknown;
96
+ system: unknown;
97
+ systemReports: unknown;
98
+ systems: unknown;
99
+ systemsOS: unknown;
100
+ systemsPolicies: unknown;
101
+ tailoring: unknown;
102
+ tailoringFile: unknown;
103
+ tailoringRuleTree: unknown;
104
+ tailoringRules: unknown;
105
+ tailorings: unknown;
106
+ unassignRule: unknown;
107
+ unassignSystem: unknown;
108
+ updatePolicy: unknown;
109
+ updateTailoring: unknown;
110
+ valueDefinition: unknown;
111
+ valueDefinitions: unknown;
112
+ }>;
58
113
  export default ComplianceClient;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redhat-cloud-services/compliance-client",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "",
5
5
  "main": "./index.js",
6
6
  "module": "./esm/index.js",