@redhat-cloud-services/compliance-client 3.0.2 → 3.0.4

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.
Files changed (405) hide show
  1. package/.eslintrc.json +27 -0
  2. package/CHANGELOG.md +124 -0
  3. package/LICENSE +201 -0
  4. package/README.md +76 -0
  5. package/{AssignRule → dist/AssignRule}/index.js.map +1 -1
  6. package/{AssignRules → dist/AssignRules}/index.js.map +1 -1
  7. package/{AssignSystem → dist/AssignSystem}/index.js.map +1 -1
  8. package/{AssignSystems → dist/AssignSystems}/index.js.map +1 -1
  9. package/{CreatePolicy → dist/CreatePolicy}/index.js.map +1 -1
  10. package/{CreateTailoring → dist/CreateTailoring}/index.js.map +1 -1
  11. package/{DeletePolicy → dist/DeletePolicy}/index.js.map +1 -1
  12. package/{DeleteReport → dist/DeleteReport}/index.js.map +1 -1
  13. package/{Policies → dist/Policies}/index.js.map +1 -1
  14. package/{Policy → dist/Policy}/index.js.map +1 -1
  15. package/{PolicySystems → dist/PolicySystems}/index.js.map +1 -1
  16. package/{PolicySystemsOS → dist/PolicySystemsOS}/index.js.map +1 -1
  17. package/{Profile → dist/Profile}/index.js.map +1 -1
  18. package/{ProfileRule → dist/ProfileRule}/index.js.map +1 -1
  19. package/{ProfileRules → dist/ProfileRules}/index.js.map +1 -1
  20. package/{ProfileTree → dist/ProfileTree}/index.js.map +1 -1
  21. package/{Profiles → dist/Profiles}/index.js.map +1 -1
  22. package/{Report → dist/Report}/index.js.map +1 -1
  23. package/{ReportRuleResults → dist/ReportRuleResults}/index.js.map +1 -1
  24. package/{ReportStats → dist/ReportStats}/index.js.map +1 -1
  25. package/{ReportSystem → dist/ReportSystem}/index.js.map +1 -1
  26. package/{ReportSystems → dist/ReportSystems}/index.js.map +1 -1
  27. package/{ReportSystemsOS → dist/ReportSystemsOS}/index.js.map +1 -1
  28. package/{ReportTestResult → dist/ReportTestResult}/index.js.map +1 -1
  29. package/{ReportTestResults → dist/ReportTestResults}/index.js.map +1 -1
  30. package/{ReportTestResultsOS → dist/ReportTestResultsOS}/index.js.map +1 -1
  31. package/{ReportTestResultsSG → dist/ReportTestResultsSG}/index.js.map +1 -1
  32. package/{Reports → dist/Reports}/index.js.map +1 -1
  33. package/{ReportsOS → dist/ReportsOS}/index.js.map +1 -1
  34. package/{Rule → dist/Rule}/index.js.map +1 -1
  35. package/{RuleGroup → dist/RuleGroup}/index.js.map +1 -1
  36. package/{RuleGroups → dist/RuleGroups}/index.js.map +1 -1
  37. package/{Rules → dist/Rules}/index.js.map +1 -1
  38. package/{SecurityGuide → dist/SecurityGuide}/index.js.map +1 -1
  39. package/{SecurityGuideRuleTree → dist/SecurityGuideRuleTree}/index.js.map +1 -1
  40. package/{SecurityGuides → dist/SecurityGuides}/index.js.map +1 -1
  41. package/{SecurityGuidesOS → dist/SecurityGuidesOS}/index.js.map +1 -1
  42. package/{SupportedProfiles → dist/SupportedProfiles}/index.js.map +1 -1
  43. package/{System → dist/System}/index.js.map +1 -1
  44. package/{SystemReports → dist/SystemReports}/index.js.map +1 -1
  45. package/{Systems → dist/Systems}/index.js.map +1 -1
  46. package/{SystemsOS → dist/SystemsOS}/index.js.map +1 -1
  47. package/{SystemsPolicies → dist/SystemsPolicies}/index.js.map +1 -1
  48. package/{Tailoring → dist/Tailoring}/index.js.map +1 -1
  49. package/{TailoringFile → dist/TailoringFile}/index.js.map +1 -1
  50. package/{TailoringRuleTree → dist/TailoringRuleTree}/index.js.map +1 -1
  51. package/{TailoringRules → dist/TailoringRules}/index.js.map +1 -1
  52. package/{Tailorings → dist/Tailorings}/index.js.map +1 -1
  53. package/{UnassignRule → dist/UnassignRule}/index.js.map +1 -1
  54. package/{UnassignSystem → dist/UnassignSystem}/index.js.map +1 -1
  55. package/{UpdatePolicy → dist/UpdatePolicy}/index.js.map +1 -1
  56. package/{UpdateTailoring → dist/UpdateTailoring}/index.js.map +1 -1
  57. package/{ValueDefinition → dist/ValueDefinition}/index.js.map +1 -1
  58. package/{ValueDefinitions → dist/ValueDefinitions}/index.js.map +1 -1
  59. package/dist/api.d.ts +115 -0
  60. package/{esm → dist/esm}/AssignRule/index.js.map +1 -1
  61. package/{esm → dist/esm}/AssignRules/index.js.map +1 -1
  62. package/{esm → dist/esm}/AssignSystem/index.js.map +1 -1
  63. package/{esm → dist/esm}/AssignSystems/index.js.map +1 -1
  64. package/{esm → dist/esm}/CreatePolicy/index.js.map +1 -1
  65. package/{esm → dist/esm}/CreateTailoring/index.js.map +1 -1
  66. package/{esm → dist/esm}/DeletePolicy/index.js.map +1 -1
  67. package/{esm → dist/esm}/DeleteReport/index.js.map +1 -1
  68. package/{esm → dist/esm}/Policies/index.js.map +1 -1
  69. package/{esm → dist/esm}/Policy/index.js.map +1 -1
  70. package/{esm → dist/esm}/PolicySystems/index.js.map +1 -1
  71. package/{esm → dist/esm}/PolicySystemsOS/index.js.map +1 -1
  72. package/{esm → dist/esm}/Profile/index.js.map +1 -1
  73. package/{esm → dist/esm}/ProfileRule/index.js.map +1 -1
  74. package/{esm → dist/esm}/ProfileRules/index.js.map +1 -1
  75. package/{esm → dist/esm}/ProfileTree/index.js.map +1 -1
  76. package/{esm → dist/esm}/Profiles/index.js.map +1 -1
  77. package/{esm → dist/esm}/Report/index.js.map +1 -1
  78. package/{esm → dist/esm}/ReportRuleResults/index.js.map +1 -1
  79. package/{esm → dist/esm}/ReportStats/index.js.map +1 -1
  80. package/{esm → dist/esm}/ReportSystem/index.js.map +1 -1
  81. package/{esm → dist/esm}/ReportSystems/index.js.map +1 -1
  82. package/{esm → dist/esm}/ReportSystemsOS/index.js.map +1 -1
  83. package/{esm → dist/esm}/ReportTestResult/index.js.map +1 -1
  84. package/{esm → dist/esm}/ReportTestResults/index.js.map +1 -1
  85. package/{esm → dist/esm}/ReportTestResultsOS/index.js.map +1 -1
  86. package/{esm → dist/esm}/ReportTestResultsSG/index.js.map +1 -1
  87. package/{esm → dist/esm}/Reports/index.js.map +1 -1
  88. package/{esm → dist/esm}/ReportsOS/index.js.map +1 -1
  89. package/{esm → dist/esm}/Rule/index.js.map +1 -1
  90. package/{esm → dist/esm}/RuleGroup/index.js.map +1 -1
  91. package/{esm → dist/esm}/RuleGroups/index.js.map +1 -1
  92. package/{esm → dist/esm}/Rules/index.js.map +1 -1
  93. package/{esm → dist/esm}/SecurityGuide/index.js.map +1 -1
  94. package/{esm → dist/esm}/SecurityGuideRuleTree/index.js.map +1 -1
  95. package/{esm → dist/esm}/SecurityGuides/index.js.map +1 -1
  96. package/{esm → dist/esm}/SecurityGuidesOS/index.js.map +1 -1
  97. package/{esm → dist/esm}/SupportedProfiles/index.js.map +1 -1
  98. package/{esm → dist/esm}/System/index.js.map +1 -1
  99. package/{esm → dist/esm}/SystemReports/index.js.map +1 -1
  100. package/{esm → dist/esm}/Systems/index.js.map +1 -1
  101. package/{esm → dist/esm}/SystemsOS/index.js.map +1 -1
  102. package/{esm → dist/esm}/SystemsPolicies/index.js.map +1 -1
  103. package/{esm → dist/esm}/Tailoring/index.js.map +1 -1
  104. package/{esm → dist/esm}/TailoringFile/index.js.map +1 -1
  105. package/{esm → dist/esm}/TailoringRuleTree/index.js.map +1 -1
  106. package/{esm → dist/esm}/TailoringRules/index.js.map +1 -1
  107. package/{esm → dist/esm}/Tailorings/index.js.map +1 -1
  108. package/{esm → dist/esm}/UnassignRule/index.js.map +1 -1
  109. package/{esm → dist/esm}/UnassignSystem/index.js.map +1 -1
  110. package/{esm → dist/esm}/UpdatePolicy/index.js.map +1 -1
  111. package/{esm → dist/esm}/UpdateTailoring/index.js.map +1 -1
  112. package/{esm → dist/esm}/ValueDefinition/index.js.map +1 -1
  113. package/{esm → dist/esm}/ValueDefinitions/index.js.map +1 -1
  114. package/dist/esm/api.d.ts +115 -0
  115. package/dist/package.json +28 -0
  116. package/doc/.nojekyll +1 -0
  117. package/doc/README.md +69 -0
  118. package/doc/interfaces/AssignRulesRequest.md +27 -0
  119. package/doc/interfaces/CreatePolicy201Response.md +27 -0
  120. package/doc/interfaces/CreatePolicy201ResponseData.md +27 -0
  121. package/doc/interfaces/Errors.md +27 -0
  122. package/doc/interfaces/Links.md +80 -0
  123. package/doc/interfaces/Metadata.md +97 -0
  124. package/doc/interfaces/Policies200Response.md +57 -0
  125. package/doc/interfaces/Policy.md +195 -0
  126. package/doc/interfaces/PolicyUpdate.md +63 -0
  127. package/doc/interfaces/Profile.md +110 -0
  128. package/doc/interfaces/Profile200Response.md +27 -0
  129. package/doc/interfaces/Profile200ResponseData.md +27 -0
  130. package/doc/interfaces/Profiles200Response.md +57 -0
  131. package/doc/interfaces/Report.md +229 -0
  132. package/doc/interfaces/Report200Response.md +27 -0
  133. package/doc/interfaces/Report200ResponseData.md +27 -0
  134. package/doc/interfaces/ReportTestResults200Response.md +57 -0
  135. package/doc/interfaces/Reports200Response.md +57 -0
  136. package/doc/interfaces/Rule.md +161 -0
  137. package/doc/interfaces/Rule200Response.md +27 -0
  138. package/doc/interfaces/Rule200ResponseData.md +27 -0
  139. package/doc/interfaces/RuleGroup.md +127 -0
  140. package/doc/interfaces/RuleGroup200Response.md +27 -0
  141. package/doc/interfaces/RuleGroup200ResponseData.md +27 -0
  142. package/doc/interfaces/RuleGroups200Response.md +57 -0
  143. package/doc/interfaces/Rules200Response.md +57 -0
  144. package/doc/interfaces/SecurityGuide.md +127 -0
  145. package/doc/interfaces/SecurityGuide200Response.md +27 -0
  146. package/doc/interfaces/SecurityGuide200ResponseData.md +27 -0
  147. package/doc/interfaces/SecurityGuides200Response.md +57 -0
  148. package/doc/interfaces/SupportedProfile.md +144 -0
  149. package/doc/interfaces/SupportedProfiles200Response.md +57 -0
  150. package/doc/interfaces/System.md +215 -0
  151. package/doc/interfaces/System200Response.md +27 -0
  152. package/doc/interfaces/System200ResponseData.md +27 -0
  153. package/doc/interfaces/Systems200Response.md +57 -0
  154. package/doc/interfaces/Tailoring.md +127 -0
  155. package/doc/interfaces/Tailoring200Response.md +27 -0
  156. package/doc/interfaces/Tailoring200ResponseData.md +27 -0
  157. package/doc/interfaces/TailoringFile.md +33 -0
  158. package/doc/interfaces/Tailorings200Response.md +57 -0
  159. package/doc/interfaces/TestResult.md +208 -0
  160. package/doc/interfaces/ValueDefinition.md +127 -0
  161. package/doc/interfaces/ValueDefinition200Response.md +27 -0
  162. package/doc/interfaces/ValueDefinition200ResponseData.md +27 -0
  163. package/doc/interfaces/ValueDefinitions200Response.md +57 -0
  164. package/doc/modules.md +1608 -0
  165. package/openapitools.json +7 -0
  166. package/package.json +3 -3
  167. package/project.json +65 -0
  168. package/tsconfig.cjs.json +6 -0
  169. package/tsconfig.esm.json +13 -0
  170. package/tsconfig.json +18 -0
  171. package/typedoc.json +9 -0
  172. package/api.d.ts +0 -115
  173. package/esm/api.d.ts +0 -115
  174. /package/{AssignRule → dist/AssignRule}/index.d.ts +0 -0
  175. /package/{AssignRule → dist/AssignRule}/index.js +0 -0
  176. /package/{AssignRules → dist/AssignRules}/index.d.ts +0 -0
  177. /package/{AssignRules → dist/AssignRules}/index.js +0 -0
  178. /package/{AssignSystem → dist/AssignSystem}/index.d.ts +0 -0
  179. /package/{AssignSystem → dist/AssignSystem}/index.js +0 -0
  180. /package/{AssignSystems → dist/AssignSystems}/index.d.ts +0 -0
  181. /package/{AssignSystems → dist/AssignSystems}/index.js +0 -0
  182. /package/{CreatePolicy → dist/CreatePolicy}/index.d.ts +0 -0
  183. /package/{CreatePolicy → dist/CreatePolicy}/index.js +0 -0
  184. /package/{CreateTailoring → dist/CreateTailoring}/index.d.ts +0 -0
  185. /package/{CreateTailoring → dist/CreateTailoring}/index.js +0 -0
  186. /package/{DeletePolicy → dist/DeletePolicy}/index.d.ts +0 -0
  187. /package/{DeletePolicy → dist/DeletePolicy}/index.js +0 -0
  188. /package/{DeleteReport → dist/DeleteReport}/index.d.ts +0 -0
  189. /package/{DeleteReport → dist/DeleteReport}/index.js +0 -0
  190. /package/{Policies → dist/Policies}/index.d.ts +0 -0
  191. /package/{Policies → dist/Policies}/index.js +0 -0
  192. /package/{Policy → dist/Policy}/index.d.ts +0 -0
  193. /package/{Policy → dist/Policy}/index.js +0 -0
  194. /package/{PolicySystems → dist/PolicySystems}/index.d.ts +0 -0
  195. /package/{PolicySystems → dist/PolicySystems}/index.js +0 -0
  196. /package/{PolicySystemsOS → dist/PolicySystemsOS}/index.d.ts +0 -0
  197. /package/{PolicySystemsOS → dist/PolicySystemsOS}/index.js +0 -0
  198. /package/{Profile → dist/Profile}/index.d.ts +0 -0
  199. /package/{Profile → dist/Profile}/index.js +0 -0
  200. /package/{ProfileRule → dist/ProfileRule}/index.d.ts +0 -0
  201. /package/{ProfileRule → dist/ProfileRule}/index.js +0 -0
  202. /package/{ProfileRules → dist/ProfileRules}/index.d.ts +0 -0
  203. /package/{ProfileRules → dist/ProfileRules}/index.js +0 -0
  204. /package/{ProfileTree → dist/ProfileTree}/index.d.ts +0 -0
  205. /package/{ProfileTree → dist/ProfileTree}/index.js +0 -0
  206. /package/{Profiles → dist/Profiles}/index.d.ts +0 -0
  207. /package/{Profiles → dist/Profiles}/index.js +0 -0
  208. /package/{Report → dist/Report}/index.d.ts +0 -0
  209. /package/{Report → dist/Report}/index.js +0 -0
  210. /package/{ReportRuleResults → dist/ReportRuleResults}/index.d.ts +0 -0
  211. /package/{ReportRuleResults → dist/ReportRuleResults}/index.js +0 -0
  212. /package/{ReportStats → dist/ReportStats}/index.d.ts +0 -0
  213. /package/{ReportStats → dist/ReportStats}/index.js +0 -0
  214. /package/{ReportSystem → dist/ReportSystem}/index.d.ts +0 -0
  215. /package/{ReportSystem → dist/ReportSystem}/index.js +0 -0
  216. /package/{ReportSystems → dist/ReportSystems}/index.d.ts +0 -0
  217. /package/{ReportSystems → dist/ReportSystems}/index.js +0 -0
  218. /package/{ReportSystemsOS → dist/ReportSystemsOS}/index.d.ts +0 -0
  219. /package/{ReportSystemsOS → dist/ReportSystemsOS}/index.js +0 -0
  220. /package/{ReportTestResult → dist/ReportTestResult}/index.d.ts +0 -0
  221. /package/{ReportTestResult → dist/ReportTestResult}/index.js +0 -0
  222. /package/{ReportTestResults → dist/ReportTestResults}/index.d.ts +0 -0
  223. /package/{ReportTestResults → dist/ReportTestResults}/index.js +0 -0
  224. /package/{ReportTestResultsOS → dist/ReportTestResultsOS}/index.d.ts +0 -0
  225. /package/{ReportTestResultsOS → dist/ReportTestResultsOS}/index.js +0 -0
  226. /package/{ReportTestResultsSG → dist/ReportTestResultsSG}/index.d.ts +0 -0
  227. /package/{ReportTestResultsSG → dist/ReportTestResultsSG}/index.js +0 -0
  228. /package/{Reports → dist/Reports}/index.d.ts +0 -0
  229. /package/{Reports → dist/Reports}/index.js +0 -0
  230. /package/{ReportsOS → dist/ReportsOS}/index.d.ts +0 -0
  231. /package/{ReportsOS → dist/ReportsOS}/index.js +0 -0
  232. /package/{Rule → dist/Rule}/index.d.ts +0 -0
  233. /package/{Rule → dist/Rule}/index.js +0 -0
  234. /package/{RuleGroup → dist/RuleGroup}/index.d.ts +0 -0
  235. /package/{RuleGroup → dist/RuleGroup}/index.js +0 -0
  236. /package/{RuleGroups → dist/RuleGroups}/index.d.ts +0 -0
  237. /package/{RuleGroups → dist/RuleGroups}/index.js +0 -0
  238. /package/{Rules → dist/Rules}/index.d.ts +0 -0
  239. /package/{Rules → dist/Rules}/index.js +0 -0
  240. /package/{SecurityGuide → dist/SecurityGuide}/index.d.ts +0 -0
  241. /package/{SecurityGuide → dist/SecurityGuide}/index.js +0 -0
  242. /package/{SecurityGuideRuleTree → dist/SecurityGuideRuleTree}/index.d.ts +0 -0
  243. /package/{SecurityGuideRuleTree → dist/SecurityGuideRuleTree}/index.js +0 -0
  244. /package/{SecurityGuides → dist/SecurityGuides}/index.d.ts +0 -0
  245. /package/{SecurityGuides → dist/SecurityGuides}/index.js +0 -0
  246. /package/{SecurityGuidesOS → dist/SecurityGuidesOS}/index.d.ts +0 -0
  247. /package/{SecurityGuidesOS → dist/SecurityGuidesOS}/index.js +0 -0
  248. /package/{SupportedProfiles → dist/SupportedProfiles}/index.d.ts +0 -0
  249. /package/{SupportedProfiles → dist/SupportedProfiles}/index.js +0 -0
  250. /package/{System → dist/System}/index.d.ts +0 -0
  251. /package/{System → dist/System}/index.js +0 -0
  252. /package/{SystemReports → dist/SystemReports}/index.d.ts +0 -0
  253. /package/{SystemReports → dist/SystemReports}/index.js +0 -0
  254. /package/{Systems → dist/Systems}/index.d.ts +0 -0
  255. /package/{Systems → dist/Systems}/index.js +0 -0
  256. /package/{SystemsOS → dist/SystemsOS}/index.d.ts +0 -0
  257. /package/{SystemsOS → dist/SystemsOS}/index.js +0 -0
  258. /package/{SystemsPolicies → dist/SystemsPolicies}/index.d.ts +0 -0
  259. /package/{SystemsPolicies → dist/SystemsPolicies}/index.js +0 -0
  260. /package/{Tailoring → dist/Tailoring}/index.d.ts +0 -0
  261. /package/{Tailoring → dist/Tailoring}/index.js +0 -0
  262. /package/{TailoringFile → dist/TailoringFile}/index.d.ts +0 -0
  263. /package/{TailoringFile → dist/TailoringFile}/index.js +0 -0
  264. /package/{TailoringRuleTree → dist/TailoringRuleTree}/index.d.ts +0 -0
  265. /package/{TailoringRuleTree → dist/TailoringRuleTree}/index.js +0 -0
  266. /package/{TailoringRules → dist/TailoringRules}/index.d.ts +0 -0
  267. /package/{TailoringRules → dist/TailoringRules}/index.js +0 -0
  268. /package/{Tailorings → dist/Tailorings}/index.d.ts +0 -0
  269. /package/{Tailorings → dist/Tailorings}/index.js +0 -0
  270. /package/{UnassignRule → dist/UnassignRule}/index.d.ts +0 -0
  271. /package/{UnassignRule → dist/UnassignRule}/index.js +0 -0
  272. /package/{UnassignSystem → dist/UnassignSystem}/index.d.ts +0 -0
  273. /package/{UnassignSystem → dist/UnassignSystem}/index.js +0 -0
  274. /package/{UpdatePolicy → dist/UpdatePolicy}/index.d.ts +0 -0
  275. /package/{UpdatePolicy → dist/UpdatePolicy}/index.js +0 -0
  276. /package/{UpdateTailoring → dist/UpdateTailoring}/index.d.ts +0 -0
  277. /package/{UpdateTailoring → dist/UpdateTailoring}/index.js +0 -0
  278. /package/{ValueDefinition → dist/ValueDefinition}/index.d.ts +0 -0
  279. /package/{ValueDefinition → dist/ValueDefinition}/index.js +0 -0
  280. /package/{ValueDefinitions → dist/ValueDefinitions}/index.d.ts +0 -0
  281. /package/{ValueDefinitions → dist/ValueDefinitions}/index.js +0 -0
  282. /package/{api.js → dist/api.js} +0 -0
  283. /package/{api.js.map → dist/api.js.map} +0 -0
  284. /package/{esm → dist/esm}/AssignRule/index.d.ts +0 -0
  285. /package/{esm → dist/esm}/AssignRule/index.js +0 -0
  286. /package/{esm → dist/esm}/AssignRules/index.d.ts +0 -0
  287. /package/{esm → dist/esm}/AssignRules/index.js +0 -0
  288. /package/{esm → dist/esm}/AssignSystem/index.d.ts +0 -0
  289. /package/{esm → dist/esm}/AssignSystem/index.js +0 -0
  290. /package/{esm → dist/esm}/AssignSystems/index.d.ts +0 -0
  291. /package/{esm → dist/esm}/AssignSystems/index.js +0 -0
  292. /package/{esm → dist/esm}/CreatePolicy/index.d.ts +0 -0
  293. /package/{esm → dist/esm}/CreatePolicy/index.js +0 -0
  294. /package/{esm → dist/esm}/CreateTailoring/index.d.ts +0 -0
  295. /package/{esm → dist/esm}/CreateTailoring/index.js +0 -0
  296. /package/{esm → dist/esm}/DeletePolicy/index.d.ts +0 -0
  297. /package/{esm → dist/esm}/DeletePolicy/index.js +0 -0
  298. /package/{esm → dist/esm}/DeleteReport/index.d.ts +0 -0
  299. /package/{esm → dist/esm}/DeleteReport/index.js +0 -0
  300. /package/{esm → dist/esm}/Policies/index.d.ts +0 -0
  301. /package/{esm → dist/esm}/Policies/index.js +0 -0
  302. /package/{esm → dist/esm}/Policy/index.d.ts +0 -0
  303. /package/{esm → dist/esm}/Policy/index.js +0 -0
  304. /package/{esm → dist/esm}/PolicySystems/index.d.ts +0 -0
  305. /package/{esm → dist/esm}/PolicySystems/index.js +0 -0
  306. /package/{esm → dist/esm}/PolicySystemsOS/index.d.ts +0 -0
  307. /package/{esm → dist/esm}/PolicySystemsOS/index.js +0 -0
  308. /package/{esm → dist/esm}/Profile/index.d.ts +0 -0
  309. /package/{esm → dist/esm}/Profile/index.js +0 -0
  310. /package/{esm → dist/esm}/ProfileRule/index.d.ts +0 -0
  311. /package/{esm → dist/esm}/ProfileRule/index.js +0 -0
  312. /package/{esm → dist/esm}/ProfileRules/index.d.ts +0 -0
  313. /package/{esm → dist/esm}/ProfileRules/index.js +0 -0
  314. /package/{esm → dist/esm}/ProfileTree/index.d.ts +0 -0
  315. /package/{esm → dist/esm}/ProfileTree/index.js +0 -0
  316. /package/{esm → dist/esm}/Profiles/index.d.ts +0 -0
  317. /package/{esm → dist/esm}/Profiles/index.js +0 -0
  318. /package/{esm → dist/esm}/Report/index.d.ts +0 -0
  319. /package/{esm → dist/esm}/Report/index.js +0 -0
  320. /package/{esm → dist/esm}/ReportRuleResults/index.d.ts +0 -0
  321. /package/{esm → dist/esm}/ReportRuleResults/index.js +0 -0
  322. /package/{esm → dist/esm}/ReportStats/index.d.ts +0 -0
  323. /package/{esm → dist/esm}/ReportStats/index.js +0 -0
  324. /package/{esm → dist/esm}/ReportSystem/index.d.ts +0 -0
  325. /package/{esm → dist/esm}/ReportSystem/index.js +0 -0
  326. /package/{esm → dist/esm}/ReportSystems/index.d.ts +0 -0
  327. /package/{esm → dist/esm}/ReportSystems/index.js +0 -0
  328. /package/{esm → dist/esm}/ReportSystemsOS/index.d.ts +0 -0
  329. /package/{esm → dist/esm}/ReportSystemsOS/index.js +0 -0
  330. /package/{esm → dist/esm}/ReportTestResult/index.d.ts +0 -0
  331. /package/{esm → dist/esm}/ReportTestResult/index.js +0 -0
  332. /package/{esm → dist/esm}/ReportTestResults/index.d.ts +0 -0
  333. /package/{esm → dist/esm}/ReportTestResults/index.js +0 -0
  334. /package/{esm → dist/esm}/ReportTestResultsOS/index.d.ts +0 -0
  335. /package/{esm → dist/esm}/ReportTestResultsOS/index.js +0 -0
  336. /package/{esm → dist/esm}/ReportTestResultsSG/index.d.ts +0 -0
  337. /package/{esm → dist/esm}/ReportTestResultsSG/index.js +0 -0
  338. /package/{esm → dist/esm}/Reports/index.d.ts +0 -0
  339. /package/{esm → dist/esm}/Reports/index.js +0 -0
  340. /package/{esm → dist/esm}/ReportsOS/index.d.ts +0 -0
  341. /package/{esm → dist/esm}/ReportsOS/index.js +0 -0
  342. /package/{esm → dist/esm}/Rule/index.d.ts +0 -0
  343. /package/{esm → dist/esm}/Rule/index.js +0 -0
  344. /package/{esm → dist/esm}/RuleGroup/index.d.ts +0 -0
  345. /package/{esm → dist/esm}/RuleGroup/index.js +0 -0
  346. /package/{esm → dist/esm}/RuleGroups/index.d.ts +0 -0
  347. /package/{esm → dist/esm}/RuleGroups/index.js +0 -0
  348. /package/{esm → dist/esm}/Rules/index.d.ts +0 -0
  349. /package/{esm → dist/esm}/Rules/index.js +0 -0
  350. /package/{esm → dist/esm}/SecurityGuide/index.d.ts +0 -0
  351. /package/{esm → dist/esm}/SecurityGuide/index.js +0 -0
  352. /package/{esm → dist/esm}/SecurityGuideRuleTree/index.d.ts +0 -0
  353. /package/{esm → dist/esm}/SecurityGuideRuleTree/index.js +0 -0
  354. /package/{esm → dist/esm}/SecurityGuides/index.d.ts +0 -0
  355. /package/{esm → dist/esm}/SecurityGuides/index.js +0 -0
  356. /package/{esm → dist/esm}/SecurityGuidesOS/index.d.ts +0 -0
  357. /package/{esm → dist/esm}/SecurityGuidesOS/index.js +0 -0
  358. /package/{esm → dist/esm}/SupportedProfiles/index.d.ts +0 -0
  359. /package/{esm → dist/esm}/SupportedProfiles/index.js +0 -0
  360. /package/{esm → dist/esm}/System/index.d.ts +0 -0
  361. /package/{esm → dist/esm}/System/index.js +0 -0
  362. /package/{esm → dist/esm}/SystemReports/index.d.ts +0 -0
  363. /package/{esm → dist/esm}/SystemReports/index.js +0 -0
  364. /package/{esm → dist/esm}/Systems/index.d.ts +0 -0
  365. /package/{esm → dist/esm}/Systems/index.js +0 -0
  366. /package/{esm → dist/esm}/SystemsOS/index.d.ts +0 -0
  367. /package/{esm → dist/esm}/SystemsOS/index.js +0 -0
  368. /package/{esm → dist/esm}/SystemsPolicies/index.d.ts +0 -0
  369. /package/{esm → dist/esm}/SystemsPolicies/index.js +0 -0
  370. /package/{esm → dist/esm}/Tailoring/index.d.ts +0 -0
  371. /package/{esm → dist/esm}/Tailoring/index.js +0 -0
  372. /package/{esm → dist/esm}/TailoringFile/index.d.ts +0 -0
  373. /package/{esm → dist/esm}/TailoringFile/index.js +0 -0
  374. /package/{esm → dist/esm}/TailoringRuleTree/index.d.ts +0 -0
  375. /package/{esm → dist/esm}/TailoringRuleTree/index.js +0 -0
  376. /package/{esm → dist/esm}/TailoringRules/index.d.ts +0 -0
  377. /package/{esm → dist/esm}/TailoringRules/index.js +0 -0
  378. /package/{esm → dist/esm}/Tailorings/index.d.ts +0 -0
  379. /package/{esm → dist/esm}/Tailorings/index.js +0 -0
  380. /package/{esm → dist/esm}/UnassignRule/index.d.ts +0 -0
  381. /package/{esm → dist/esm}/UnassignRule/index.js +0 -0
  382. /package/{esm → dist/esm}/UnassignSystem/index.d.ts +0 -0
  383. /package/{esm → dist/esm}/UnassignSystem/index.js +0 -0
  384. /package/{esm → dist/esm}/UpdatePolicy/index.d.ts +0 -0
  385. /package/{esm → dist/esm}/UpdatePolicy/index.js +0 -0
  386. /package/{esm → dist/esm}/UpdateTailoring/index.d.ts +0 -0
  387. /package/{esm → dist/esm}/UpdateTailoring/index.js +0 -0
  388. /package/{esm → dist/esm}/ValueDefinition/index.d.ts +0 -0
  389. /package/{esm → dist/esm}/ValueDefinition/index.js +0 -0
  390. /package/{esm → dist/esm}/ValueDefinitions/index.d.ts +0 -0
  391. /package/{esm → dist/esm}/ValueDefinitions/index.js +0 -0
  392. /package/{esm → dist/esm}/api.js +0 -0
  393. /package/{esm → dist/esm}/api.js.map +0 -0
  394. /package/{esm → dist/esm}/index.d.ts +0 -0
  395. /package/{esm → dist/esm}/index.js +0 -0
  396. /package/{esm → dist/esm}/index.js.map +0 -0
  397. /package/{esm → dist/esm}/types/index.d.ts +0 -0
  398. /package/{esm → dist/esm}/types/index.js +0 -0
  399. /package/{esm → dist/esm}/types/index.js.map +0 -0
  400. /package/{index.d.ts → dist/index.d.ts} +0 -0
  401. /package/{index.js → dist/index.js} +0 -0
  402. /package/{index.js.map → dist/index.js.map} +0 -0
  403. /package/{types → dist/types}/index.d.ts +0 -0
  404. /package/{types → dist/types}/index.js +0 -0
  405. /package/{types → dist/types}/index.js.map +0 -0
package/doc/modules.md ADDED
@@ -0,0 +1,1608 @@
1
+ [@redhat-cloud-services/compliance-client](README.md) / Exports
2
+
3
+ # @redhat-cloud-services/compliance-client
4
+
5
+ ## Table of contents
6
+
7
+ ### Interfaces
8
+
9
+ - [AssignRulesRequest](interfaces/AssignRulesRequest.md)
10
+ - [CreatePolicy201Response](interfaces/CreatePolicy201Response.md)
11
+ - [CreatePolicy201ResponseData](interfaces/CreatePolicy201ResponseData.md)
12
+ - [Errors](interfaces/Errors.md)
13
+ - [Links](interfaces/Links.md)
14
+ - [Metadata](interfaces/Metadata.md)
15
+ - [Policies200Response](interfaces/Policies200Response.md)
16
+ - [Policy](interfaces/Policy.md)
17
+ - [PolicyUpdate](interfaces/PolicyUpdate.md)
18
+ - [Profile](interfaces/Profile.md)
19
+ - [Profile200Response](interfaces/Profile200Response.md)
20
+ - [Profile200ResponseData](interfaces/Profile200ResponseData.md)
21
+ - [Profiles200Response](interfaces/Profiles200Response.md)
22
+ - [Report](interfaces/Report.md)
23
+ - [Report200Response](interfaces/Report200Response.md)
24
+ - [Report200ResponseData](interfaces/Report200ResponseData.md)
25
+ - [ReportTestResults200Response](interfaces/ReportTestResults200Response.md)
26
+ - [Reports200Response](interfaces/Reports200Response.md)
27
+ - [Rule](interfaces/Rule.md)
28
+ - [Rule200Response](interfaces/Rule200Response.md)
29
+ - [Rule200ResponseData](interfaces/Rule200ResponseData.md)
30
+ - [RuleGroup](interfaces/RuleGroup.md)
31
+ - [RuleGroup200Response](interfaces/RuleGroup200Response.md)
32
+ - [RuleGroup200ResponseData](interfaces/RuleGroup200ResponseData.md)
33
+ - [RuleGroups200Response](interfaces/RuleGroups200Response.md)
34
+ - [Rules200Response](interfaces/Rules200Response.md)
35
+ - [SecurityGuide](interfaces/SecurityGuide.md)
36
+ - [SecurityGuide200Response](interfaces/SecurityGuide200Response.md)
37
+ - [SecurityGuide200ResponseData](interfaces/SecurityGuide200ResponseData.md)
38
+ - [SecurityGuides200Response](interfaces/SecurityGuides200Response.md)
39
+ - [SupportedProfile](interfaces/SupportedProfile.md)
40
+ - [SupportedProfiles200Response](interfaces/SupportedProfiles200Response.md)
41
+ - [System](interfaces/System.md)
42
+ - [System200Response](interfaces/System200Response.md)
43
+ - [System200ResponseData](interfaces/System200ResponseData.md)
44
+ - [Systems200Response](interfaces/Systems200Response.md)
45
+ - [Tailoring](interfaces/Tailoring.md)
46
+ - [Tailoring200Response](interfaces/Tailoring200Response.md)
47
+ - [Tailoring200ResponseData](interfaces/Tailoring200ResponseData.md)
48
+ - [TailoringFile](interfaces/TailoringFile.md)
49
+ - [Tailorings200Response](interfaces/Tailorings200Response.md)
50
+ - [TestResult](interfaces/TestResult.md)
51
+ - [ValueDefinition](interfaces/ValueDefinition.md)
52
+ - [ValueDefinition200Response](interfaces/ValueDefinition200Response.md)
53
+ - [ValueDefinition200ResponseData](interfaces/ValueDefinition200ResponseData.md)
54
+ - [ValueDefinitions200Response](interfaces/ValueDefinitions200Response.md)
55
+
56
+ ### Type Aliases
57
+
58
+ - [PolicyTypeEnum](modules.md#policytypeenum)
59
+ - [ProfileTypeEnum](modules.md#profiletypeenum)
60
+ - [ReportTypeEnum](modules.md#reporttypeenum)
61
+ - [RuleGroupTypeEnum](modules.md#rulegrouptypeenum)
62
+ - [RuleTypeEnum](modules.md#ruletypeenum)
63
+ - [SecurityGuideTypeEnum](modules.md#securityguidetypeenum)
64
+ - [SupportedProfileTypeEnum](modules.md#supportedprofiletypeenum)
65
+ - [SystemTypeEnum](modules.md#systemtypeenum)
66
+ - [TailoringTypeEnum](modules.md#tailoringtypeenum)
67
+ - [TestResultTypeEnum](modules.md#testresulttypeenum)
68
+ - [ValueDefinitionTypeEnum](modules.md#valuedefinitiontypeenum)
69
+
70
+ ### Variables
71
+
72
+ - [PolicyTypeEnum](modules.md#policytypeenum-1)
73
+ - [ProfileTypeEnum](modules.md#profiletypeenum-1)
74
+ - [ReportTypeEnum](modules.md#reporttypeenum-1)
75
+ - [RuleGroupTypeEnum](modules.md#rulegrouptypeenum-1)
76
+ - [RuleTypeEnum](modules.md#ruletypeenum-1)
77
+ - [SecurityGuideTypeEnum](modules.md#securityguidetypeenum-1)
78
+ - [SupportedProfileTypeEnum](modules.md#supportedprofiletypeenum-1)
79
+ - [SystemTypeEnum](modules.md#systemtypeenum-1)
80
+ - [TailoringTypeEnum](modules.md#tailoringtypeenum-1)
81
+ - [TestResultTypeEnum](modules.md#testresulttypeenum-1)
82
+ - [ValueDefinitionTypeEnum](modules.md#valuedefinitiontypeenum-1)
83
+
84
+ ### Functions
85
+
86
+ - [assignRule](modules.md#assignrule)
87
+ - [assignRules](modules.md#assignrules)
88
+ - [assignSystem](modules.md#assignsystem)
89
+ - [assignSystems](modules.md#assignsystems)
90
+ - [createPolicy](modules.md#createpolicy)
91
+ - [deletePolicy](modules.md#deletepolicy)
92
+ - [deleteReport](modules.md#deletereport)
93
+ - [policies](modules.md#policies)
94
+ - [policy](modules.md#policy)
95
+ - [policySystems](modules.md#policysystems)
96
+ - [profile](modules.md#profile)
97
+ - [profileRule](modules.md#profilerule)
98
+ - [profileRules](modules.md#profilerules)
99
+ - [profiles](modules.md#profiles)
100
+ - [report](modules.md#report)
101
+ - [reportSystem](modules.md#reportsystem)
102
+ - [reportSystems](modules.md#reportsystems)
103
+ - [reportTestResult](modules.md#reporttestresult)
104
+ - [reportTestResults](modules.md#reporttestresults)
105
+ - [reports](modules.md#reports)
106
+ - [rule](modules.md#rule)
107
+ - [ruleGroup](modules.md#rulegroup)
108
+ - [ruleGroups](modules.md#rulegroups)
109
+ - [rules](modules.md#rules)
110
+ - [securityGuide](modules.md#securityguide)
111
+ - [securityGuideRuleTree](modules.md#securityguideruletree)
112
+ - [securityGuides](modules.md#securityguides)
113
+ - [supportedProfiles](modules.md#supportedprofiles)
114
+ - [system](modules.md#system)
115
+ - [systems](modules.md#systems)
116
+ - [systemsPolicies](modules.md#systemspolicies)
117
+ - [tailoring](modules.md#tailoring)
118
+ - [tailoringFile](modules.md#tailoringfile)
119
+ - [tailoringRules](modules.md#tailoringrules)
120
+ - [tailorings](modules.md#tailorings)
121
+ - [unassignRule](modules.md#unassignrule)
122
+ - [unassignSystem](modules.md#unassignsystem)
123
+ - [updatePolicy](modules.md#updatepolicy)
124
+ - [updateTailoring](modules.md#updatetailoring)
125
+ - [valueDefinition](modules.md#valuedefinition)
126
+ - [valueDefinitions](modules.md#valuedefinitions)
127
+
128
+ ## Type Aliases
129
+
130
+ ### PolicyTypeEnum
131
+
132
+ Ƭ **PolicyTypeEnum**: typeof [`PolicyTypeEnum`](modules.md#policytypeenum-1)[keyof typeof [`PolicyTypeEnum`](modules.md#policytypeenum-1)]
133
+
134
+ #### Defined in
135
+
136
+ [types/index.ts:220](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L220)
137
+
138
+ [types/index.ts:224](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L224)
139
+
140
+ ___
141
+
142
+ ### ProfileTypeEnum
143
+
144
+ Ƭ **ProfileTypeEnum**: typeof [`ProfileTypeEnum`](modules.md#profiletypeenum-1)[keyof typeof [`ProfileTypeEnum`](modules.md#profiletypeenum-1)]
145
+
146
+ #### Defined in
147
+
148
+ [types/index.ts:295](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L295)
149
+
150
+ [types/index.ts:299](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L299)
151
+
152
+ ___
153
+
154
+ ### ReportTypeEnum
155
+
156
+ Ƭ **ReportTypeEnum**: typeof [`ReportTypeEnum`](modules.md#reporttypeenum-1)[keyof typeof [`ReportTypeEnum`](modules.md#reporttypeenum-1)]
157
+
158
+ #### Defined in
159
+
160
+ [types/index.ts:438](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L438)
161
+
162
+ [types/index.ts:442](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L442)
163
+
164
+ ___
165
+
166
+ ### RuleGroupTypeEnum
167
+
168
+ Ƭ **RuleGroupTypeEnum**: typeof [`RuleGroupTypeEnum`](modules.md#rulegrouptypeenum-1)[keyof typeof [`RuleGroupTypeEnum`](modules.md#rulegrouptypeenum-1)]
169
+
170
+ #### Defined in
171
+
172
+ [types/index.ts:664](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L664)
173
+
174
+ [types/index.ts:668](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L668)
175
+
176
+ ___
177
+
178
+ ### RuleTypeEnum
179
+
180
+ Ƭ **RuleTypeEnum**: typeof [`RuleTypeEnum`](modules.md#ruletypeenum-1)[keyof typeof [`RuleTypeEnum`](modules.md#ruletypeenum-1)]
181
+
182
+ #### Defined in
183
+
184
+ [types/index.ts:582](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L582)
185
+
186
+ [types/index.ts:586](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L586)
187
+
188
+ ___
189
+
190
+ ### SecurityGuideTypeEnum
191
+
192
+ Ƭ **SecurityGuideTypeEnum**: typeof [`SecurityGuideTypeEnum`](modules.md#securityguidetypeenum-1)[keyof typeof [`SecurityGuideTypeEnum`](modules.md#securityguidetypeenum-1)]
193
+
194
+ #### Defined in
195
+
196
+ [types/index.ts:796](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L796)
197
+
198
+ [types/index.ts:800](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L800)
199
+
200
+ ___
201
+
202
+ ### SupportedProfileTypeEnum
203
+
204
+ Ƭ **SupportedProfileTypeEnum**: typeof [`SupportedProfileTypeEnum`](modules.md#supportedprofiletypeenum-1)[keyof typeof [`SupportedProfileTypeEnum`](modules.md#supportedprofiletypeenum-1)]
205
+
206
+ #### Defined in
207
+
208
+ [types/index.ts:909](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L909)
209
+
210
+ [types/index.ts:913](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L913)
211
+
212
+ ___
213
+
214
+ ### SystemTypeEnum
215
+
216
+ Ƭ **SystemTypeEnum**: typeof [`SystemTypeEnum`](modules.md#systemtypeenum-1)[keyof typeof [`SystemTypeEnum`](modules.md#systemtypeenum-1)]
217
+
218
+ #### Defined in
219
+
220
+ [types/index.ts:1026](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1026)
221
+
222
+ [types/index.ts:1030](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1030)
223
+
224
+ ___
225
+
226
+ ### TailoringTypeEnum
227
+
228
+ Ƭ **TailoringTypeEnum**: typeof [`TailoringTypeEnum`](modules.md#tailoringtypeenum-1)[keyof typeof [`TailoringTypeEnum`](modules.md#tailoringtypeenum-1)]
229
+
230
+ #### Defined in
231
+
232
+ [types/index.ts:1133](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1133)
233
+
234
+ [types/index.ts:1137](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1137)
235
+
236
+ ___
237
+
238
+ ### TestResultTypeEnum
239
+
240
+ Ƭ **TestResultTypeEnum**: typeof [`TestResultTypeEnum`](modules.md#testresulttypeenum-1)[keyof typeof [`TestResultTypeEnum`](modules.md#testresulttypeenum-1)]
241
+
242
+ #### Defined in
243
+
244
+ [types/index.ts:1285](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1285)
245
+
246
+ [types/index.ts:1289](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1289)
247
+
248
+ ___
249
+
250
+ ### ValueDefinitionTypeEnum
251
+
252
+ Ƭ **ValueDefinitionTypeEnum**: typeof [`ValueDefinitionTypeEnum`](modules.md#valuedefinitiontypeenum-1)[keyof typeof [`ValueDefinitionTypeEnum`](modules.md#valuedefinitiontypeenum-1)]
253
+
254
+ #### Defined in
255
+
256
+ [types/index.ts:1341](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1341)
257
+
258
+ [types/index.ts:1345](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1345)
259
+
260
+ ## Variables
261
+
262
+ ### PolicyTypeEnum
263
+
264
+ • `Const` **PolicyTypeEnum**: `Object`
265
+
266
+ #### Type declaration
267
+
268
+ | Name | Type |
269
+ | :------ | :------ |
270
+ | `Policy` | ``"policy"`` |
271
+
272
+ #### Defined in
273
+
274
+ [types/index.ts:220](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L220)
275
+
276
+ [types/index.ts:224](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L224)
277
+
278
+ ___
279
+
280
+ ### ProfileTypeEnum
281
+
282
+ • `Const` **ProfileTypeEnum**: `Object`
283
+
284
+ #### Type declaration
285
+
286
+ | Name | Type |
287
+ | :------ | :------ |
288
+ | `Profile` | ``"profile"`` |
289
+
290
+ #### Defined in
291
+
292
+ [types/index.ts:295](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L295)
293
+
294
+ [types/index.ts:299](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L299)
295
+
296
+ ___
297
+
298
+ ### ReportTypeEnum
299
+
300
+ • `Const` **ReportTypeEnum**: `Object`
301
+
302
+ #### Type declaration
303
+
304
+ | Name | Type |
305
+ | :------ | :------ |
306
+ | `Report` | ``"report"`` |
307
+
308
+ #### Defined in
309
+
310
+ [types/index.ts:438](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L438)
311
+
312
+ [types/index.ts:442](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L442)
313
+
314
+ ___
315
+
316
+ ### RuleGroupTypeEnum
317
+
318
+ • `Const` **RuleGroupTypeEnum**: `Object`
319
+
320
+ #### Type declaration
321
+
322
+ | Name | Type |
323
+ | :------ | :------ |
324
+ | `RuleGroup` | ``"rule_group"`` |
325
+
326
+ #### Defined in
327
+
328
+ [types/index.ts:664](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L664)
329
+
330
+ [types/index.ts:668](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L668)
331
+
332
+ ___
333
+
334
+ ### RuleTypeEnum
335
+
336
+ • `Const` **RuleTypeEnum**: `Object`
337
+
338
+ #### Type declaration
339
+
340
+ | Name | Type |
341
+ | :------ | :------ |
342
+ | `Rule` | ``"rule"`` |
343
+
344
+ #### Defined in
345
+
346
+ [types/index.ts:582](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L582)
347
+
348
+ [types/index.ts:586](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L586)
349
+
350
+ ___
351
+
352
+ ### SecurityGuideTypeEnum
353
+
354
+ • `Const` **SecurityGuideTypeEnum**: `Object`
355
+
356
+ #### Type declaration
357
+
358
+ | Name | Type |
359
+ | :------ | :------ |
360
+ | `SecurityGuide` | ``"security_guide"`` |
361
+
362
+ #### Defined in
363
+
364
+ [types/index.ts:796](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L796)
365
+
366
+ [types/index.ts:800](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L800)
367
+
368
+ ___
369
+
370
+ ### SupportedProfileTypeEnum
371
+
372
+ • `Const` **SupportedProfileTypeEnum**: `Object`
373
+
374
+ #### Type declaration
375
+
376
+ | Name | Type |
377
+ | :------ | :------ |
378
+ | `SupportedProfile` | ``"supported_profile"`` |
379
+
380
+ #### Defined in
381
+
382
+ [types/index.ts:909](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L909)
383
+
384
+ [types/index.ts:913](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L913)
385
+
386
+ ___
387
+
388
+ ### SystemTypeEnum
389
+
390
+ • `Const` **SystemTypeEnum**: `Object`
391
+
392
+ #### Type declaration
393
+
394
+ | Name | Type |
395
+ | :------ | :------ |
396
+ | `System` | ``"system"`` |
397
+
398
+ #### Defined in
399
+
400
+ [types/index.ts:1026](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1026)
401
+
402
+ [types/index.ts:1030](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1030)
403
+
404
+ ___
405
+
406
+ ### TailoringTypeEnum
407
+
408
+ • `Const` **TailoringTypeEnum**: `Object`
409
+
410
+ #### Type declaration
411
+
412
+ | Name | Type |
413
+ | :------ | :------ |
414
+ | `Tailoring` | ``"tailoring"`` |
415
+
416
+ #### Defined in
417
+
418
+ [types/index.ts:1133](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1133)
419
+
420
+ [types/index.ts:1137](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1137)
421
+
422
+ ___
423
+
424
+ ### TestResultTypeEnum
425
+
426
+ • `Const` **TestResultTypeEnum**: `Object`
427
+
428
+ #### Type declaration
429
+
430
+ | Name | Type |
431
+ | :------ | :------ |
432
+ | `TestResult` | ``"test_result"`` |
433
+
434
+ #### Defined in
435
+
436
+ [types/index.ts:1285](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1285)
437
+
438
+ [types/index.ts:1289](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1289)
439
+
440
+ ___
441
+
442
+ ### ValueDefinitionTypeEnum
443
+
444
+ • `Const` **ValueDefinitionTypeEnum**: `Object`
445
+
446
+ #### Type declaration
447
+
448
+ | Name | Type |
449
+ | :------ | :------ |
450
+ | `ValueDefinition` | ``"value_definition"`` |
451
+
452
+ #### Defined in
453
+
454
+ [types/index.ts:1341](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1341)
455
+
456
+ [types/index.ts:1345](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L1345)
457
+
458
+ ## Functions
459
+
460
+ ### assignRule
461
+
462
+ ▸ **assignRule**(`...config`): `Promise`\<`RequestArgs`\>
463
+
464
+ Assigns a Rule to a Tailoring
465
+
466
+ #### Parameters
467
+
468
+ | Name | Type | Description |
469
+ | :------ | :------ | :------ |
470
+ | `...config` | [`AssignRuleParams`] \| [`any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] | with all available params. |
471
+
472
+ #### Returns
473
+
474
+ `Promise`\<`RequestArgs`\>
475
+
476
+ **`Summary`**
477
+
478
+ Assign a Rule to a Tailoring
479
+
480
+ **`Throws`**
481
+
482
+ #### Defined in
483
+
484
+ [AssignRule/index.ts:52](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/AssignRule/index.ts#L52)
485
+
486
+ ___
487
+
488
+ ### assignRules
489
+
490
+ ▸ **assignRules**(`...config`): `Promise`\<`RequestArgs`\>
491
+
492
+ This feature is exclusively used by the frontend
493
+
494
+ #### Parameters
495
+
496
+ | Name | Type | Description |
497
+ | :------ | :------ | :------ |
498
+ | `...config` | [`AssignRulesParams`] \| [`any`, `any`, `any`, [`AssignRulesRequest`](interfaces/AssignRulesRequest.md), `AxiosRequestConfig`\<`any`\>] | with all available params. |
499
+
500
+ #### Returns
501
+
502
+ `Promise`\<`RequestArgs`\>
503
+
504
+ **`Summary`**
505
+
506
+ Bulk assign Rules to a Tailoring
507
+
508
+ **`Deprecated`**
509
+
510
+ **`Throws`**
511
+
512
+ #### Defined in
513
+
514
+ [AssignRules/index.ts:53](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/AssignRules/index.ts#L53)
515
+
516
+ ___
517
+
518
+ ### assignSystem
519
+
520
+ ▸ **assignSystem**(`...config`): `Promise`\<`RequestArgs`\>
521
+
522
+ Assigns a System to a Policy
523
+
524
+ #### Parameters
525
+
526
+ | Name | Type | Description |
527
+ | :------ | :------ | :------ |
528
+ | `...config` | [`AssignSystemParams`] \| [`any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] | with all available params. |
529
+
530
+ #### Returns
531
+
532
+ `Promise`\<`RequestArgs`\>
533
+
534
+ **`Summary`**
535
+
536
+ Assign a System to a Policy
537
+
538
+ **`Throws`**
539
+
540
+ #### Defined in
541
+
542
+ [AssignSystem/index.ts:46](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/AssignSystem/index.ts#L46)
543
+
544
+ ___
545
+
546
+ ### assignSystems
547
+
548
+ ▸ **assignSystems**(`...config`): `Promise`\<`RequestArgs`\>
549
+
550
+ This feature is exclusively used by the frontend
551
+
552
+ #### Parameters
553
+
554
+ | Name | Type | Description |
555
+ | :------ | :------ | :------ |
556
+ | `...config` | [`AssignSystemsParams`] \| [`any`, `any`, [`AssignRulesRequest`](interfaces/AssignRulesRequest.md), `AxiosRequestConfig`\<`any`\>] | with all available params. |
557
+
558
+ #### Returns
559
+
560
+ `Promise`\<`RequestArgs`\>
561
+
562
+ **`Summary`**
563
+
564
+ Bulk assign Systems to a Policy
565
+
566
+ **`Deprecated`**
567
+
568
+ **`Throws`**
569
+
570
+ #### Defined in
571
+
572
+ [AssignSystems/index.ts:47](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/AssignSystems/index.ts#L47)
573
+
574
+ ___
575
+
576
+ ### createPolicy
577
+
578
+ ▸ **createPolicy**(`...config`): `Promise`\<`RequestArgs`\>
579
+
580
+ Create a Policy with the provided attributes
581
+
582
+ #### Parameters
583
+
584
+ | Name | Type | Description |
585
+ | :------ | :------ | :------ |
586
+ | `...config` | [`CreatePolicyParams`] \| [`any`, [`Policy`](interfaces/Policy.md), `AxiosRequestConfig`\<`any`\>] | with all available params. |
587
+
588
+ #### Returns
589
+
590
+ `Promise`\<`RequestArgs`\>
591
+
592
+ **`Summary`**
593
+
594
+ Create a Policy
595
+
596
+ **`Throws`**
597
+
598
+ #### Defined in
599
+
600
+ [CreatePolicy/index.ts:40](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/CreatePolicy/index.ts#L40)
601
+
602
+ ___
603
+
604
+ ### deletePolicy
605
+
606
+ ▸ **deletePolicy**(`...config`): `Promise`\<`RequestArgs`\>
607
+
608
+ Deletes a Policy
609
+
610
+ #### Parameters
611
+
612
+ | Name | Type | Description |
613
+ | :------ | :------ | :------ |
614
+ | `...config` | [`DeletePolicyParams`] \| [`any`, `any`, `AxiosRequestConfig`\<`any`\>] | with all available params. |
615
+
616
+ #### Returns
617
+
618
+ `Promise`\<`RequestArgs`\>
619
+
620
+ **`Summary`**
621
+
622
+ Delete a Policy
623
+
624
+ **`Throws`**
625
+
626
+ #### Defined in
627
+
628
+ [DeletePolicy/index.ts:40](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/DeletePolicy/index.ts#L40)
629
+
630
+ ___
631
+
632
+ ### deleteReport
633
+
634
+ ▸ **deleteReport**(`...config`): `Promise`\<`RequestArgs`\>
635
+
636
+ Deletes a Report results
637
+
638
+ #### Parameters
639
+
640
+ | Name | Type | Description |
641
+ | :------ | :------ | :------ |
642
+ | `...config` | [`any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`DeleteReportParams`] | with all available params. |
643
+
644
+ #### Returns
645
+
646
+ `Promise`\<`RequestArgs`\>
647
+
648
+ **`Summary`**
649
+
650
+ Delete a Report results
651
+
652
+ **`Throws`**
653
+
654
+ #### Defined in
655
+
656
+ DeleteReport/index.ts:40
657
+
658
+ ___
659
+
660
+ ### policies
661
+
662
+ ▸ **policies**(`...config`): `Promise`\<`RequestArgs`\>
663
+
664
+ Lists Policies
665
+
666
+ #### Parameters
667
+
668
+ | Name | Type | Description |
669
+ | :------ | :------ | :------ |
670
+ | `...config` | [`PoliciesParams`] \| [`any`, `any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] | with all available params. |
671
+
672
+ #### Returns
673
+
674
+ `Promise`\<`RequestArgs`\>
675
+
676
+ **`Summary`**
677
+
678
+ Request Policies
679
+
680
+ **`Throws`**
681
+
682
+ #### Defined in
683
+
684
+ [Policies/index.ts:58](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/Policies/index.ts#L58)
685
+
686
+ ___
687
+
688
+ ### policy
689
+
690
+ ▸ **policy**(`...config`): `Promise`\<`RequestArgs`\>
691
+
692
+ Returns a Policy
693
+
694
+ #### Parameters
695
+
696
+ | Name | Type | Description |
697
+ | :------ | :------ | :------ |
698
+ | `...config` | [`any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`PolicyParams`] | with all available params. |
699
+
700
+ #### Returns
701
+
702
+ `Promise`\<`RequestArgs`\>
703
+
704
+ **`Summary`**
705
+
706
+ Request a Policy
707
+
708
+ **`Throws`**
709
+
710
+ #### Defined in
711
+
712
+ [Policy/index.ts:40](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/Policy/index.ts#L40)
713
+
714
+ ___
715
+
716
+ ### policySystems
717
+
718
+ ▸ **policySystems**(`...config`): `Promise`\<`RequestArgs`\>
719
+
720
+ Lists Systems assigned to a Policy
721
+
722
+ #### Parameters
723
+
724
+ | Name | Type | Description |
725
+ | :------ | :------ | :------ |
726
+ | `...config` | [`PolicySystemsParams`] \| [`any`, `any`, `any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] | with all available params. |
727
+
728
+ #### Returns
729
+
730
+ `Promise`\<`RequestArgs`\>
731
+
732
+ **`Summary`**
733
+
734
+ Request Systems assigned to a Policy
735
+
736
+ **`Throws`**
737
+
738
+ #### Defined in
739
+
740
+ [PolicySystems/index.ts:64](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/PolicySystems/index.ts#L64)
741
+
742
+ ___
743
+
744
+ ### profile
745
+
746
+ ▸ **profile**(`...config`): `Promise`\<`RequestArgs`\>
747
+
748
+ Returns a Profile
749
+
750
+ #### Parameters
751
+
752
+ | Name | Type | Description |
753
+ | :------ | :------ | :------ |
754
+ | `...config` | [`any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`ProfileParams`] | with all available params. |
755
+
756
+ #### Returns
757
+
758
+ `Promise`\<`RequestArgs`\>
759
+
760
+ **`Summary`**
761
+
762
+ Request a Profile
763
+
764
+ **`Throws`**
765
+
766
+ #### Defined in
767
+
768
+ [Profile/index.ts:46](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/Profile/index.ts#L46)
769
+
770
+ ___
771
+
772
+ ### profileRule
773
+
774
+ ▸ **profileRule**(`...config`): `Promise`\<`RequestArgs`\>
775
+
776
+ Returns a Rule assigned to a Profile
777
+
778
+ #### Parameters
779
+
780
+ | Name | Type | Description |
781
+ | :------ | :------ | :------ |
782
+ | `...config` | [`any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`ProfileRuleParams`] | with all available params. |
783
+
784
+ #### Returns
785
+
786
+ `Promise`\<`RequestArgs`\>
787
+
788
+ **`Summary`**
789
+
790
+ Request a Rule assigned to a Profile
791
+
792
+ **`Throws`**
793
+
794
+ #### Defined in
795
+
796
+ [ProfileRule/index.ts:52](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/ProfileRule/index.ts#L52)
797
+
798
+ ___
799
+
800
+ ### profileRules
801
+
802
+ ▸ **profileRules**(`...config`): `Promise`\<`RequestArgs`\>
803
+
804
+ Lists Rules assigned to a Profile
805
+
806
+ #### Parameters
807
+
808
+ | Name | Type | Description |
809
+ | :------ | :------ | :------ |
810
+ | `...config` | [`ProfileRulesParams`] \| [`any`, `any`, `any`, `any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] | with all available params. |
811
+
812
+ #### Returns
813
+
814
+ `Promise`\<`RequestArgs`\>
815
+
816
+ **`Summary`**
817
+
818
+ Request Rules assigned to a Profile
819
+
820
+ **`Throws`**
821
+
822
+ #### Defined in
823
+
824
+ [ProfileRules/index.ts:70](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/ProfileRules/index.ts#L70)
825
+
826
+ ___
827
+
828
+ ### profiles
829
+
830
+ ▸ **profiles**(`...config`): `Promise`\<`RequestArgs`\>
831
+
832
+ Lists Profiles
833
+
834
+ #### Parameters
835
+
836
+ | Name | Type | Description |
837
+ | :------ | :------ | :------ |
838
+ | `...config` | [`any`, `any`, `any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`ProfilesParams`] | with all available params. |
839
+
840
+ #### Returns
841
+
842
+ `Promise`\<`RequestArgs`\>
843
+
844
+ **`Summary`**
845
+
846
+ Request Profiles
847
+
848
+ **`Throws`**
849
+
850
+ #### Defined in
851
+
852
+ [Profiles/index.ts:64](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/Profiles/index.ts#L64)
853
+
854
+ ___
855
+
856
+ ### report
857
+
858
+ ▸ **report**(`...config`): `Promise`\<`RequestArgs`\>
859
+
860
+ Returns a Report
861
+
862
+ #### Parameters
863
+
864
+ | Name | Type | Description |
865
+ | :------ | :------ | :------ |
866
+ | `...config` | [`any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`ReportParams`] | with all available params. |
867
+
868
+ #### Returns
869
+
870
+ `Promise`\<`RequestArgs`\>
871
+
872
+ **`Summary`**
873
+
874
+ Request a Report
875
+
876
+ **`Throws`**
877
+
878
+ #### Defined in
879
+
880
+ [Report/index.ts:40](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/Report/index.ts#L40)
881
+
882
+ ___
883
+
884
+ ### reportSystem
885
+
886
+ ▸ **reportSystem**(`...config`): `Promise`\<`RequestArgs`\>
887
+
888
+ Returns a System under a Report
889
+
890
+ #### Parameters
891
+
892
+ | Name | Type | Description |
893
+ | :------ | :------ | :------ |
894
+ | `...config` | [`any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`ReportSystemParams`] | with all available params. |
895
+
896
+ #### Returns
897
+
898
+ `Promise`\<`RequestArgs`\>
899
+
900
+ **`Summary`**
901
+
902
+ Request a System
903
+
904
+ **`Throws`**
905
+
906
+ #### Defined in
907
+
908
+ ReportSystem/index.ts:46
909
+
910
+ ___
911
+
912
+ ### reportSystems
913
+
914
+ ▸ **reportSystems**(`...config`): `Promise`\<`RequestArgs`\>
915
+
916
+ Lists Systems assigned to a Report
917
+
918
+ #### Parameters
919
+
920
+ | Name | Type | Description |
921
+ | :------ | :------ | :------ |
922
+ | `...config` | [`any`, `any`, `any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`ReportSystemsParams`] | with all available params. |
923
+
924
+ #### Returns
925
+
926
+ `Promise`\<`RequestArgs`\>
927
+
928
+ **`Summary`**
929
+
930
+ Request Systems assigned to a Report
931
+
932
+ **`Throws`**
933
+
934
+ #### Defined in
935
+
936
+ ReportSystems/index.ts:64
937
+
938
+ ___
939
+
940
+ ### reportTestResult
941
+
942
+ ▸ **reportTestResult**(`...config`): `Promise`\<`RequestArgs`\>
943
+
944
+ Returns a Test Result under a Report
945
+
946
+ #### Parameters
947
+
948
+ | Name | Type | Description |
949
+ | :------ | :------ | :------ |
950
+ | `...config` | [`any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`ReportTestResultParams`] | with all available params. |
951
+
952
+ #### Returns
953
+
954
+ `Promise`\<`RequestArgs`\>
955
+
956
+ **`Summary`**
957
+
958
+ Request a Test Result
959
+
960
+ **`Throws`**
961
+
962
+ #### Defined in
963
+
964
+ ReportTestResult/index.ts:46
965
+
966
+ ___
967
+
968
+ ### reportTestResults
969
+
970
+ ▸ **reportTestResults**(`...config`): `Promise`\<`RequestArgs`\>
971
+
972
+ Lists Test Results under a Report
973
+
974
+ #### Parameters
975
+
976
+ | Name | Type | Description |
977
+ | :------ | :------ | :------ |
978
+ | `...config` | [`any`, `any`, `any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`ReportTestResultsParams`] | with all available params. |
979
+
980
+ #### Returns
981
+
982
+ `Promise`\<`RequestArgs`\>
983
+
984
+ **`Summary`**
985
+
986
+ Request Test Results under a Report
987
+
988
+ **`Throws`**
989
+
990
+ #### Defined in
991
+
992
+ ReportTestResults/index.ts:64
993
+
994
+ ___
995
+
996
+ ### reports
997
+
998
+ ▸ **reports**(`...config`): `Promise`\<`RequestArgs`\>
999
+
1000
+ Lists Reports
1001
+
1002
+ #### Parameters
1003
+
1004
+ | Name | Type | Description |
1005
+ | :------ | :------ | :------ |
1006
+ | `...config` | [`any`, `any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`ReportsParams`] | with all available params. |
1007
+
1008
+ #### Returns
1009
+
1010
+ `Promise`\<`RequestArgs`\>
1011
+
1012
+ **`Summary`**
1013
+
1014
+ Request Reports
1015
+
1016
+ **`Throws`**
1017
+
1018
+ #### Defined in
1019
+
1020
+ [Reports/index.ts:58](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/Reports/index.ts#L58)
1021
+
1022
+ ___
1023
+
1024
+ ### rule
1025
+
1026
+ ▸ **rule**(`...config`): `Promise`\<`RequestArgs`\>
1027
+
1028
+ Returns a Rule
1029
+
1030
+ #### Parameters
1031
+
1032
+ | Name | Type | Description |
1033
+ | :------ | :------ | :------ |
1034
+ | `...config` | [`any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`RuleParams`] | with all available params. |
1035
+
1036
+ #### Returns
1037
+
1038
+ `Promise`\<`RequestArgs`\>
1039
+
1040
+ **`Summary`**
1041
+
1042
+ Request a Rule
1043
+
1044
+ **`Throws`**
1045
+
1046
+ #### Defined in
1047
+
1048
+ [Rule/index.ts:46](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/Rule/index.ts#L46)
1049
+
1050
+ ___
1051
+
1052
+ ### ruleGroup
1053
+
1054
+ ▸ **ruleGroup**(`...config`): `Promise`\<`RequestArgs`\>
1055
+
1056
+ Returns a Rule Group
1057
+
1058
+ #### Parameters
1059
+
1060
+ | Name | Type | Description |
1061
+ | :------ | :------ | :------ |
1062
+ | `...config` | [`any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`RuleGroupParams`] | with all available params. |
1063
+
1064
+ #### Returns
1065
+
1066
+ `Promise`\<`RequestArgs`\>
1067
+
1068
+ **`Summary`**
1069
+
1070
+ Request a Rule Group
1071
+
1072
+ **`Throws`**
1073
+
1074
+ #### Defined in
1075
+
1076
+ [RuleGroup/index.ts:46](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/RuleGroup/index.ts#L46)
1077
+
1078
+ ___
1079
+
1080
+ ### ruleGroups
1081
+
1082
+ ▸ **ruleGroups**(`...config`): `Promise`\<`RequestArgs`\>
1083
+
1084
+ Lists Rule Groups
1085
+
1086
+ #### Parameters
1087
+
1088
+ | Name | Type | Description |
1089
+ | :------ | :------ | :------ |
1090
+ | `...config` | [`any`, `any`, `any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`RuleGroupsParams`] | with all available params. |
1091
+
1092
+ #### Returns
1093
+
1094
+ `Promise`\<`RequestArgs`\>
1095
+
1096
+ **`Summary`**
1097
+
1098
+ Request Rule Groups
1099
+
1100
+ **`Throws`**
1101
+
1102
+ #### Defined in
1103
+
1104
+ [RuleGroups/index.ts:64](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/RuleGroups/index.ts#L64)
1105
+
1106
+ ___
1107
+
1108
+ ### rules
1109
+
1110
+ ▸ **rules**(`...config`): `Promise`\<`RequestArgs`\>
1111
+
1112
+ Lists Rules assigned
1113
+
1114
+ #### Parameters
1115
+
1116
+ | Name | Type | Description |
1117
+ | :------ | :------ | :------ |
1118
+ | `...config` | [`any`, `any`, `any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`RulesParams`] | with all available params. |
1119
+
1120
+ #### Returns
1121
+
1122
+ `Promise`\<`RequestArgs`\>
1123
+
1124
+ **`Summary`**
1125
+
1126
+ Request Rules
1127
+
1128
+ **`Throws`**
1129
+
1130
+ #### Defined in
1131
+
1132
+ [Rules/index.ts:64](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/Rules/index.ts#L64)
1133
+
1134
+ ___
1135
+
1136
+ ### securityGuide
1137
+
1138
+ ▸ **securityGuide**(`...config`): `Promise`\<`RequestArgs`\>
1139
+
1140
+ Returns a Security Guide
1141
+
1142
+ #### Parameters
1143
+
1144
+ | Name | Type | Description |
1145
+ | :------ | :------ | :------ |
1146
+ | `...config` | [`any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`SecurityGuideParams`] | with all available params. |
1147
+
1148
+ #### Returns
1149
+
1150
+ `Promise`\<`RequestArgs`\>
1151
+
1152
+ **`Summary`**
1153
+
1154
+ Request a Security Guide
1155
+
1156
+ **`Throws`**
1157
+
1158
+ #### Defined in
1159
+
1160
+ [SecurityGuide/index.ts:40](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/SecurityGuide/index.ts#L40)
1161
+
1162
+ ___
1163
+
1164
+ ### securityGuideRuleTree
1165
+
1166
+ ▸ **securityGuideRuleTree**(`...config`): `Promise`\<`RequestArgs`\>
1167
+
1168
+ Returns the Rule Tree of a Security Guide
1169
+
1170
+ #### Parameters
1171
+
1172
+ | Name | Type | Description |
1173
+ | :------ | :------ | :------ |
1174
+ | `...config` | [`any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`SecurityGuideRuleTreeParams`] | with all available params. |
1175
+
1176
+ #### Returns
1177
+
1178
+ `Promise`\<`RequestArgs`\>
1179
+
1180
+ **`Summary`**
1181
+
1182
+ Request the Rule Tree of a Security Guide
1183
+
1184
+ **`Throws`**
1185
+
1186
+ #### Defined in
1187
+
1188
+ [SecurityGuideRuleTree/index.ts:40](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/SecurityGuideRuleTree/index.ts#L40)
1189
+
1190
+ ___
1191
+
1192
+ ### securityGuides
1193
+
1194
+ ▸ **securityGuides**(`...config`): `Promise`\<`RequestArgs`\>
1195
+
1196
+ Lists Security Guides
1197
+
1198
+ #### Parameters
1199
+
1200
+ | Name | Type | Description |
1201
+ | :------ | :------ | :------ |
1202
+ | `...config` | [`any`, `any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`SecurityGuidesParams`] | with all available params. |
1203
+
1204
+ #### Returns
1205
+
1206
+ `Promise`\<`RequestArgs`\>
1207
+
1208
+ **`Summary`**
1209
+
1210
+ Request Security Guides
1211
+
1212
+ **`Throws`**
1213
+
1214
+ #### Defined in
1215
+
1216
+ [SecurityGuides/index.ts:58](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/SecurityGuides/index.ts#L58)
1217
+
1218
+ ___
1219
+
1220
+ ### supportedProfiles
1221
+
1222
+ ▸ **supportedProfiles**(`...config`): `Promise`\<`RequestArgs`\>
1223
+
1224
+ Lists Supported Profiles
1225
+
1226
+ #### Parameters
1227
+
1228
+ | Name | Type | Description |
1229
+ | :------ | :------ | :------ |
1230
+ | `...config` | [`any`, `any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`SupportedProfilesParams`] | with all available params. |
1231
+
1232
+ #### Returns
1233
+
1234
+ `Promise`\<`RequestArgs`\>
1235
+
1236
+ **`Summary`**
1237
+
1238
+ Request Supported Profiles
1239
+
1240
+ **`Throws`**
1241
+
1242
+ #### Defined in
1243
+
1244
+ [SupportedProfiles/index.ts:58](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/SupportedProfiles/index.ts#L58)
1245
+
1246
+ ___
1247
+
1248
+ ### system
1249
+
1250
+ ▸ **system**(`...config`): `Promise`\<`RequestArgs`\>
1251
+
1252
+ Returns a System
1253
+
1254
+ #### Parameters
1255
+
1256
+ | Name | Type | Description |
1257
+ | :------ | :------ | :------ |
1258
+ | `...config` | [`any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`SystemParams`] | with all available params. |
1259
+
1260
+ #### Returns
1261
+
1262
+ `Promise`\<`RequestArgs`\>
1263
+
1264
+ **`Summary`**
1265
+
1266
+ Request a System
1267
+
1268
+ **`Throws`**
1269
+
1270
+ #### Defined in
1271
+
1272
+ [System/index.ts:40](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/System/index.ts#L40)
1273
+
1274
+ ___
1275
+
1276
+ ### systems
1277
+
1278
+ ▸ **systems**(`...config`): `Promise`\<`RequestArgs`\>
1279
+
1280
+ Lists Systems
1281
+
1282
+ #### Parameters
1283
+
1284
+ | Name | Type | Description |
1285
+ | :------ | :------ | :------ |
1286
+ | `...config` | [`any`, `any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`SystemsParams`] | with all available params. |
1287
+
1288
+ #### Returns
1289
+
1290
+ `Promise`\<`RequestArgs`\>
1291
+
1292
+ **`Summary`**
1293
+
1294
+ Request Systems
1295
+
1296
+ **`Throws`**
1297
+
1298
+ #### Defined in
1299
+
1300
+ [Systems/index.ts:58](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/Systems/index.ts#L58)
1301
+
1302
+ ___
1303
+
1304
+ ### systemsPolicies
1305
+
1306
+ ▸ **systemsPolicies**(`...config`): `Promise`\<`RequestArgs`\>
1307
+
1308
+ Lists Policies under a System
1309
+
1310
+ #### Parameters
1311
+
1312
+ | Name | Type | Description |
1313
+ | :------ | :------ | :------ |
1314
+ | `...config` | [`any`, `any`, `any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`SystemsPoliciesParams`] | with all available params. |
1315
+
1316
+ #### Returns
1317
+
1318
+ `Promise`\<`RequestArgs`\>
1319
+
1320
+ **`Summary`**
1321
+
1322
+ Request Policies assigned to a System
1323
+
1324
+ **`Throws`**
1325
+
1326
+ #### Defined in
1327
+
1328
+ [SystemsPolicies/index.ts:64](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/SystemsPolicies/index.ts#L64)
1329
+
1330
+ ___
1331
+
1332
+ ### tailoring
1333
+
1334
+ ▸ **tailoring**(`...config`): `Promise`\<`RequestArgs`\>
1335
+
1336
+ Returns a Tailoring
1337
+
1338
+ #### Parameters
1339
+
1340
+ | Name | Type | Description |
1341
+ | :------ | :------ | :------ |
1342
+ | `...config` | [`any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`TailoringParams`] | with all available params. |
1343
+
1344
+ #### Returns
1345
+
1346
+ `Promise`\<`RequestArgs`\>
1347
+
1348
+ **`Summary`**
1349
+
1350
+ Request a Tailoring
1351
+
1352
+ **`Throws`**
1353
+
1354
+ #### Defined in
1355
+
1356
+ [Tailoring/index.ts:46](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/Tailoring/index.ts#L46)
1357
+
1358
+ ___
1359
+
1360
+ ### tailoringFile
1361
+
1362
+ ▸ **tailoringFile**(`...config`): `Promise`\<`RequestArgs`\>
1363
+
1364
+ Returns a Tailoring File
1365
+
1366
+ #### Parameters
1367
+
1368
+ | Name | Type | Description |
1369
+ | :------ | :------ | :------ |
1370
+ | `...config` | [`any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`TailoringFileParams`] | with all available params. |
1371
+
1372
+ #### Returns
1373
+
1374
+ `Promise`\<`RequestArgs`\>
1375
+
1376
+ **`Summary`**
1377
+
1378
+ Request a Tailoring file
1379
+
1380
+ **`Throws`**
1381
+
1382
+ #### Defined in
1383
+
1384
+ [TailoringFile/index.ts:46](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/TailoringFile/index.ts#L46)
1385
+
1386
+ ___
1387
+
1388
+ ### tailoringRules
1389
+
1390
+ ▸ **tailoringRules**(`...config`): `Promise`\<`RequestArgs`\>
1391
+
1392
+ Lists Rules assigned to a Tailoring
1393
+
1394
+ #### Parameters
1395
+
1396
+ | Name | Type | Description |
1397
+ | :------ | :------ | :------ |
1398
+ | `...config` | [`any`, `any`, `any`, `any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`TailoringRulesParams`] | with all available params. |
1399
+
1400
+ #### Returns
1401
+
1402
+ `Promise`\<`RequestArgs`\>
1403
+
1404
+ **`Summary`**
1405
+
1406
+ Request Rules assigned to a Tailoring
1407
+
1408
+ **`Throws`**
1409
+
1410
+ #### Defined in
1411
+
1412
+ [TailoringRules/index.ts:70](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/TailoringRules/index.ts#L70)
1413
+
1414
+ ___
1415
+
1416
+ ### tailorings
1417
+
1418
+ ▸ **tailorings**(`...config`): `Promise`\<`RequestArgs`\>
1419
+
1420
+ Lists Tailorings
1421
+
1422
+ #### Parameters
1423
+
1424
+ | Name | Type | Description |
1425
+ | :------ | :------ | :------ |
1426
+ | `...config` | [`any`, `any`, `any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`TailoringsParams`] | with all available params. |
1427
+
1428
+ #### Returns
1429
+
1430
+ `Promise`\<`RequestArgs`\>
1431
+
1432
+ **`Summary`**
1433
+
1434
+ Request Tailorings
1435
+
1436
+ **`Throws`**
1437
+
1438
+ #### Defined in
1439
+
1440
+ [Tailorings/index.ts:64](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/Tailorings/index.ts#L64)
1441
+
1442
+ ___
1443
+
1444
+ ### unassignRule
1445
+
1446
+ ▸ **unassignRule**(`...config`): `Promise`\<`RequestArgs`\>
1447
+
1448
+ Unassigns a Rule from a Tailoring
1449
+
1450
+ #### Parameters
1451
+
1452
+ | Name | Type | Description |
1453
+ | :------ | :------ | :------ |
1454
+ | `...config` | [`any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`UnassignRuleParams`] | with all available params. |
1455
+
1456
+ #### Returns
1457
+
1458
+ `Promise`\<`RequestArgs`\>
1459
+
1460
+ **`Summary`**
1461
+
1462
+ Unassign a Rule from a Tailoring
1463
+
1464
+ **`Throws`**
1465
+
1466
+ #### Defined in
1467
+
1468
+ [UnassignRule/index.ts:52](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/UnassignRule/index.ts#L52)
1469
+
1470
+ ___
1471
+
1472
+ ### unassignSystem
1473
+
1474
+ ▸ **unassignSystem**(`...config`): `Promise`\<`RequestArgs`\>
1475
+
1476
+ Unassigns a System from a Policy
1477
+
1478
+ #### Parameters
1479
+
1480
+ | Name | Type | Description |
1481
+ | :------ | :------ | :------ |
1482
+ | `...config` | [`any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`UnassignSystemParams`] | with all available params. |
1483
+
1484
+ #### Returns
1485
+
1486
+ `Promise`\<`RequestArgs`\>
1487
+
1488
+ **`Summary`**
1489
+
1490
+ Unassign a System from a Policy
1491
+
1492
+ **`Throws`**
1493
+
1494
+ #### Defined in
1495
+
1496
+ [UnassignSystem/index.ts:46](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/UnassignSystem/index.ts#L46)
1497
+
1498
+ ___
1499
+
1500
+ ### updatePolicy
1501
+
1502
+ ▸ **updatePolicy**(`...config`): `Promise`\<`RequestArgs`\>
1503
+
1504
+ Updates a Policy with the provided attributes
1505
+
1506
+ #### Parameters
1507
+
1508
+ | Name | Type | Description |
1509
+ | :------ | :------ | :------ |
1510
+ | `...config` | [`UpdatePolicyParams`] \| [`any`, `any`, [`PolicyUpdate`](interfaces/PolicyUpdate.md), `AxiosRequestConfig`\<`any`\>] | with all available params. |
1511
+
1512
+ #### Returns
1513
+
1514
+ `Promise`\<`RequestArgs`\>
1515
+
1516
+ **`Summary`**
1517
+
1518
+ Update a Policy
1519
+
1520
+ **`Throws`**
1521
+
1522
+ #### Defined in
1523
+
1524
+ [UpdatePolicy/index.ts:46](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/UpdatePolicy/index.ts#L46)
1525
+
1526
+ ___
1527
+
1528
+ ### updateTailoring
1529
+
1530
+ ▸ **updateTailoring**(`...config`): `Promise`\<`RequestArgs`\>
1531
+
1532
+ Updates a Tailoring with the provided value_overrides
1533
+
1534
+ #### Parameters
1535
+
1536
+ | Name | Type | Description |
1537
+ | :------ | :------ | :------ |
1538
+ | `...config` | [`UpdateTailoringParams`] \| [`any`, `any`, `any`, [`Tailoring`](interfaces/Tailoring.md), `AxiosRequestConfig`\<`any`\>] | with all available params. |
1539
+
1540
+ #### Returns
1541
+
1542
+ `Promise`\<`RequestArgs`\>
1543
+
1544
+ **`Summary`**
1545
+
1546
+ Update a Tailoring
1547
+
1548
+ **`Throws`**
1549
+
1550
+ #### Defined in
1551
+
1552
+ [UpdateTailoring/index.ts:52](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/UpdateTailoring/index.ts#L52)
1553
+
1554
+ ___
1555
+
1556
+ ### valueDefinition
1557
+
1558
+ ▸ **valueDefinition**(`...config`): `Promise`\<`RequestArgs`\>
1559
+
1560
+ Returns a Value Definition
1561
+
1562
+ #### Parameters
1563
+
1564
+ | Name | Type | Description |
1565
+ | :------ | :------ | :------ |
1566
+ | `...config` | [`any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`ValueDefinitionParams`] | with all available params. |
1567
+
1568
+ #### Returns
1569
+
1570
+ `Promise`\<`RequestArgs`\>
1571
+
1572
+ **`Summary`**
1573
+
1574
+ Request a Value Definition
1575
+
1576
+ **`Throws`**
1577
+
1578
+ #### Defined in
1579
+
1580
+ [ValueDefinition/index.ts:46](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/ValueDefinition/index.ts#L46)
1581
+
1582
+ ___
1583
+
1584
+ ### valueDefinitions
1585
+
1586
+ ▸ **valueDefinitions**(`...config`): `Promise`\<`RequestArgs`\>
1587
+
1588
+ Lists Value Definitions
1589
+
1590
+ #### Parameters
1591
+
1592
+ | Name | Type | Description |
1593
+ | :------ | :------ | :------ |
1594
+ | `...config` | [`any`, `any`, `any`, `any`, `any`, `any`, `AxiosRequestConfig`\<`any`\>] \| [`ValueDefinitionsParams`] | with all available params. |
1595
+
1596
+ #### Returns
1597
+
1598
+ `Promise`\<`RequestArgs`\>
1599
+
1600
+ **`Summary`**
1601
+
1602
+ Request Value Definitions
1603
+
1604
+ **`Throws`**
1605
+
1606
+ #### Defined in
1607
+
1608
+ [ValueDefinitions/index.ts:64](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/ValueDefinitions/index.ts#L64)