@redhat-cloud-services/compliance-client 3.0.1 → 3.0.3

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 +2 -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
@@ -0,0 +1,7 @@
1
+ {
2
+ "$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
3
+ "spaces": 2,
4
+ "generator-cli": {
5
+ "version": "6.6.0"
6
+ }
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redhat-cloud-services/compliance-client",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "description": "",
5
5
  "main": "./index.js",
6
6
  "module": "./esm/index.js",
@@ -22,8 +22,7 @@
22
22
  "doc": "typedoc"
23
23
  },
24
24
  "dependencies": {
25
- "@redhat-cloud-services/javascript-clients-shared": "^1.2.6",
26
- "axios": "^1.7.2",
25
+ "@redhat-cloud-services/javascript-clients-shared": "^2.0.2",
27
26
  "tslib": "^2.6.2"
28
27
  }
29
28
  }
package/project.json ADDED
@@ -0,0 +1,65 @@
1
+ {
2
+ "name": "@redhat-cloud-services/compliance-client",
3
+ "$schema": "../../node_modules/nx/schemas/project-schema.json",
4
+ "sourceRoot": "packages/compliance",
5
+ "projectType": "library",
6
+ "targets": {
7
+ "generate": {
8
+ "executor": "@redhat-cloud-services/build-utils:client-generator",
9
+ "options": {
10
+ "specs": {
11
+ "default": "https://cloud.redhat.com/api/compliance/v2/openapi.json"
12
+ }
13
+ }
14
+ },
15
+ "build": {
16
+ "executor": "@redhat-cloud-services/build-utils:builder",
17
+ "options": {
18
+ "outputPath": "packages/compliance/dist",
19
+ "main": "packages/compliance/index.ts",
20
+ "esmTsConfig": "packages/compliance/tsconfig.esm.json",
21
+ "cjsTsConfig": "packages/compliance/tsconfig.cjs.json"
22
+ }
23
+ },
24
+ "publish": {
25
+ "command": "node tools/scripts/publish.mjs @redhat-cloud-services/compliance-client {args.ver} {args.tag}",
26
+ "dependsOn": ["build"]
27
+ },
28
+ "lint": {
29
+ "executor": "@nx/eslint:lint",
30
+ "outputs": ["{options.outputFile}"],
31
+ "options": {
32
+ "lintFilePatterns": ["packages/compliance/**/*.ts", "packages/compliance/package.json"]
33
+ }
34
+ },
35
+ "test": {
36
+ "executor": "@nx/jest:jest",
37
+ "outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
38
+ "options": {
39
+ "jestConfig": "packages/compliance/jest.config.ts"
40
+ }
41
+ },
42
+ "version": {
43
+ "executor": "@jscutlery/semver:version",
44
+ "options": {
45
+ "push": true,
46
+ "preset": "conventionalcommits",
47
+ "commitMessageFormat": "release: bump {projectName} to {version} [skip ci]"
48
+ }
49
+ },
50
+ "github": {
51
+ "executor": "@jscutlery/semver:github",
52
+ "options": {
53
+ "tag": "{tag}",
54
+ "notes": "{notes}"
55
+ }
56
+ },
57
+ "npm": {
58
+ "executor": "ngx-deploy-npm:deploy",
59
+ "options": {
60
+ "access": "public"
61
+ }
62
+ }
63
+ },
64
+ "tags": []
65
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "extends": "./tsconfig.esm.json",
3
+ "compilerOptions": {
4
+ "module": "CommonJS",
5
+ },
6
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "extends": "./tsconfig.json",
3
+ "compilerOptions": {
4
+ "outDir": "../../dist/out-tsc",
5
+ "declaration": true,
6
+ "types": ["node"],
7
+ "module": "ES2015",
8
+ "target": "ES5",
9
+ "rootDir": "./",
10
+ },
11
+ "include": ["*.ts", "**/*.ts"],
12
+ "exclude": ["jest.config.ts", "dist"]
13
+ }
package/tsconfig.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "extends": "../../tsconfig.base.json",
3
+ "compilerOptions": {
4
+ "module": "commonjs",
5
+ "forceConsistentCasingInFileNames": true,
6
+ "strict": true,
7
+ "noImplicitOverride": false,
8
+ "noPropertyAccessFromIndexSignature": false,
9
+ "noImplicitReturns": true,
10
+ "noFallthroughCasesInSwitch": true,
11
+ },
12
+ "files": [],
13
+ "references": [
14
+ {
15
+ "path": "./tsconfig.esm.json"
16
+ }
17
+ ]
18
+ }
package/typedoc.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "entryPoints": ["index.ts"],
3
+ "out": "doc",
4
+ "plugin": [
5
+ "typedoc-plugin-markdown"
6
+ ],
7
+ "theme": "markdown",
8
+ "gitRevision": "main"
9
+ }
package/api.d.ts DELETED
@@ -1,115 +0,0 @@
1
- import { ApiConfig } from '@redhat-cloud-services/javascript-clients-shared/dist/common';
2
- import { AssignRuleReturnType, AssignRulesReturnType, AssignSystemReturnType, AssignSystemsReturnType, CreatePolicyReturnType, CreateTailoringReturnType, DeletePolicyReturnType, DeleteReportReturnType, PoliciesReturnType, PolicyReturnType, PolicySystemsReturnType, PolicySystemsOSReturnType, ProfileReturnType, ProfileRuleReturnType, ProfileRulesReturnType, ProfileTreeReturnType, ProfilesReturnType, ReportReturnType, ReportRuleResultsReturnType, ReportStatsReturnType, ReportSystemReturnType, ReportSystemsReturnType, ReportSystemsOSReturnType, ReportTestResultReturnType, ReportTestResultsReturnType, ReportTestResultsOSReturnType, ReportTestResultsSGReturnType, ReportsReturnType, ReportsOSReturnType, RuleReturnType, RuleGroupReturnType, RuleGroupsReturnType, RulesReturnType, SecurityGuideReturnType, SecurityGuideRuleTreeReturnType, SecurityGuidesReturnType, SecurityGuidesOSReturnType, SupportedProfilesReturnType, SystemReturnType, SystemReportsReturnType, SystemsReturnType, SystemsOSReturnType, SystemsPoliciesReturnType, TailoringReturnType, TailoringFileReturnType, TailoringRuleTreeReturnType, TailoringRulesReturnType, TailoringsReturnType, UnassignRuleReturnType, UnassignSystemReturnType, UpdatePolicyReturnType, UpdateTailoringReturnType, ValueDefinitionReturnType, ValueDefinitionsReturnType } from './index';
3
- type endpointReturnTypes = {
4
- assignRule: AssignRuleReturnType;
5
- assignRules: AssignRulesReturnType;
6
- assignSystem: AssignSystemReturnType;
7
- assignSystems: AssignSystemsReturnType;
8
- createPolicy: CreatePolicyReturnType;
9
- createTailoring: CreateTailoringReturnType;
10
- deletePolicy: DeletePolicyReturnType;
11
- deleteReport: DeleteReportReturnType;
12
- policies: PoliciesReturnType;
13
- policy: PolicyReturnType;
14
- policySystems: PolicySystemsReturnType;
15
- policySystemsOS: PolicySystemsOSReturnType;
16
- profile: ProfileReturnType;
17
- profileRule: ProfileRuleReturnType;
18
- profileRules: ProfileRulesReturnType;
19
- profileTree: ProfileTreeReturnType;
20
- profiles: ProfilesReturnType;
21
- report: ReportReturnType;
22
- reportRuleResults: ReportRuleResultsReturnType;
23
- reportStats: ReportStatsReturnType;
24
- reportSystem: ReportSystemReturnType;
25
- reportSystems: ReportSystemsReturnType;
26
- reportSystemsOS: ReportSystemsOSReturnType;
27
- reportTestResult: ReportTestResultReturnType;
28
- reportTestResults: ReportTestResultsReturnType;
29
- reportTestResultsOS: ReportTestResultsOSReturnType;
30
- reportTestResultsSG: ReportTestResultsSGReturnType;
31
- reports: ReportsReturnType;
32
- reportsOS: ReportsOSReturnType;
33
- rule: RuleReturnType;
34
- ruleGroup: RuleGroupReturnType;
35
- ruleGroups: RuleGroupsReturnType;
36
- rules: RulesReturnType;
37
- securityGuide: SecurityGuideReturnType;
38
- securityGuideRuleTree: SecurityGuideRuleTreeReturnType;
39
- securityGuides: SecurityGuidesReturnType;
40
- securityGuidesOS: SecurityGuidesOSReturnType;
41
- supportedProfiles: SupportedProfilesReturnType;
42
- system: SystemReturnType;
43
- systemReports: SystemReportsReturnType;
44
- systems: SystemsReturnType;
45
- systemsOS: SystemsOSReturnType;
46
- systemsPolicies: SystemsPoliciesReturnType;
47
- tailoring: TailoringReturnType;
48
- tailoringFile: TailoringFileReturnType;
49
- tailoringRuleTree: TailoringRuleTreeReturnType;
50
- tailoringRules: TailoringRulesReturnType;
51
- tailorings: TailoringsReturnType;
52
- unassignRule: UnassignRuleReturnType;
53
- unassignSystem: UnassignSystemReturnType;
54
- updatePolicy: UpdatePolicyReturnType;
55
- updateTailoring: UpdateTailoringReturnType;
56
- valueDefinition: ValueDefinitionReturnType;
57
- valueDefinitions: ValueDefinitionsReturnType;
58
- };
59
- export declare const ComplianceClient: (BASE_PATH: string, instance?: ApiConfig) => import("@redhat-cloud-services/javascript-clients-shared/dist/base").BaseAPI & import("@redhat-cloud-services/javascript-clients-shared/dist/utils").APIFactoryResponse<{
60
- assignRule: (...config: [import("./AssignRule").AssignRuleParams] | [any, any, any, any, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
61
- 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>;
62
- assignSystem: (...config: [import("./AssignSystem").AssignSystemParams] | [any, any, any, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
63
- assignSystems: (...config: [import("./AssignSystems").AssignSystemsParams] | [any, any, import("./types").AssignRulesRequest, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
64
- createPolicy: (...config: [import("./CreatePolicy").CreatePolicyParams] | [any, import("./types").Policy, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
65
- createTailoring: (...config: [import("./CreateTailoring").CreateTailoringParams] | [any, any, import("./types").TailoringCreate, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
66
- deletePolicy: (...config: [import("./DeletePolicy").DeletePolicyParams] | [any, any, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
67
- deleteReport: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./DeleteReport").DeleteReportParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
68
- policies: (...config: [import("./Policies").PoliciesParams] | [any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
69
- policy: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./Policy").PolicyParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
70
- policySystems: (...config: [import("./PolicySystems").PolicySystemsParams] | [any, any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
71
- policySystemsOS: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./PolicySystemsOS").PolicySystemsOSParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
72
- profile: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./Profile").ProfileParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
73
- profileRule: (...config: [any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ProfileRule").ProfileRuleParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
74
- profileRules: (...config: [any, any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ProfileRules").ProfileRulesParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
75
- profileTree: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ProfileTree").ProfileTreeParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
76
- profiles: (...config: [import("./Profiles").ProfilesParams] | [any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
77
- report: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./Report").ReportParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
78
- reportRuleResults: (...config: [any, any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportRuleResults").ReportRuleResultsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
79
- reportStats: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportStats").ReportStatsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
80
- reportSystem: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportSystem").ReportSystemParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
81
- reportSystems: (...config: [any, any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportSystems").ReportSystemsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
82
- reportSystemsOS: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportSystemsOS").ReportSystemsOSParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
83
- reportTestResult: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportTestResult").ReportTestResultParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
84
- reportTestResults: (...config: [any, any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportTestResults").ReportTestResultsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
85
- reportTestResultsOS: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportTestResultsOS").ReportTestResultsOSParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
86
- reportTestResultsSG: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportTestResultsSG").ReportTestResultsSGParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
87
- reports: (...config: [any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./Reports").ReportsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
88
- reportsOS: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportsOS").ReportsOSParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
89
- rule: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./Rule").RuleParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
90
- ruleGroup: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./RuleGroup").RuleGroupParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
91
- ruleGroups: (...config: [any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./RuleGroups").RuleGroupsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
92
- rules: (...config: [any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./Rules").RulesParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
93
- securityGuide: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./SecurityGuide").SecurityGuideParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
94
- securityGuideRuleTree: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./SecurityGuideRuleTree").SecurityGuideRuleTreeParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
95
- securityGuides: (...config: [any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./SecurityGuides").SecurityGuidesParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
96
- securityGuidesOS: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./SecurityGuidesOS").SecurityGuidesOSParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
97
- supportedProfiles: (...config: [any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./SupportedProfiles").SupportedProfilesParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
98
- system: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./System").SystemParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
99
- systemReports: (...config: [any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./SystemReports").SystemReportsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
100
- systems: (...config: [any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./Systems").SystemsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
101
- systemsOS: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./SystemsOS").SystemsOSParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
102
- systemsPolicies: (...config: [any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./SystemsPolicies").SystemsPoliciesParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
103
- tailoring: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./Tailoring").TailoringParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
104
- tailoringFile: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./TailoringFile").TailoringFileParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
105
- tailoringRuleTree: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./TailoringRuleTree").TailoringRuleTreeParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
106
- tailoringRules: (...config: [any, any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./TailoringRules").TailoringRulesParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
107
- tailorings: (...config: [any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./Tailorings").TailoringsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
108
- unassignRule: (...config: [any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./UnassignRule").UnassignRuleParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
109
- unassignSystem: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./UnassignSystem").UnassignSystemParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
110
- updatePolicy: (...config: [import("./UpdatePolicy").UpdatePolicyParams] | [any, any, import("./types").PolicyUpdate, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
111
- 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>;
112
- valueDefinition: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ValueDefinition").ValueDefinitionParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
113
- 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>;
114
- }, endpointReturnTypes>;
115
- export default ComplianceClient;
package/esm/api.d.ts DELETED
@@ -1,115 +0,0 @@
1
- import { ApiConfig } from '@redhat-cloud-services/javascript-clients-shared/dist/common';
2
- import { AssignRuleReturnType, AssignRulesReturnType, AssignSystemReturnType, AssignSystemsReturnType, CreatePolicyReturnType, CreateTailoringReturnType, DeletePolicyReturnType, DeleteReportReturnType, PoliciesReturnType, PolicyReturnType, PolicySystemsReturnType, PolicySystemsOSReturnType, ProfileReturnType, ProfileRuleReturnType, ProfileRulesReturnType, ProfileTreeReturnType, ProfilesReturnType, ReportReturnType, ReportRuleResultsReturnType, ReportStatsReturnType, ReportSystemReturnType, ReportSystemsReturnType, ReportSystemsOSReturnType, ReportTestResultReturnType, ReportTestResultsReturnType, ReportTestResultsOSReturnType, ReportTestResultsSGReturnType, ReportsReturnType, ReportsOSReturnType, RuleReturnType, RuleGroupReturnType, RuleGroupsReturnType, RulesReturnType, SecurityGuideReturnType, SecurityGuideRuleTreeReturnType, SecurityGuidesReturnType, SecurityGuidesOSReturnType, SupportedProfilesReturnType, SystemReturnType, SystemReportsReturnType, SystemsReturnType, SystemsOSReturnType, SystemsPoliciesReturnType, TailoringReturnType, TailoringFileReturnType, TailoringRuleTreeReturnType, TailoringRulesReturnType, TailoringsReturnType, UnassignRuleReturnType, UnassignSystemReturnType, UpdatePolicyReturnType, UpdateTailoringReturnType, ValueDefinitionReturnType, ValueDefinitionsReturnType } from './index';
3
- type endpointReturnTypes = {
4
- assignRule: AssignRuleReturnType;
5
- assignRules: AssignRulesReturnType;
6
- assignSystem: AssignSystemReturnType;
7
- assignSystems: AssignSystemsReturnType;
8
- createPolicy: CreatePolicyReturnType;
9
- createTailoring: CreateTailoringReturnType;
10
- deletePolicy: DeletePolicyReturnType;
11
- deleteReport: DeleteReportReturnType;
12
- policies: PoliciesReturnType;
13
- policy: PolicyReturnType;
14
- policySystems: PolicySystemsReturnType;
15
- policySystemsOS: PolicySystemsOSReturnType;
16
- profile: ProfileReturnType;
17
- profileRule: ProfileRuleReturnType;
18
- profileRules: ProfileRulesReturnType;
19
- profileTree: ProfileTreeReturnType;
20
- profiles: ProfilesReturnType;
21
- report: ReportReturnType;
22
- reportRuleResults: ReportRuleResultsReturnType;
23
- reportStats: ReportStatsReturnType;
24
- reportSystem: ReportSystemReturnType;
25
- reportSystems: ReportSystemsReturnType;
26
- reportSystemsOS: ReportSystemsOSReturnType;
27
- reportTestResult: ReportTestResultReturnType;
28
- reportTestResults: ReportTestResultsReturnType;
29
- reportTestResultsOS: ReportTestResultsOSReturnType;
30
- reportTestResultsSG: ReportTestResultsSGReturnType;
31
- reports: ReportsReturnType;
32
- reportsOS: ReportsOSReturnType;
33
- rule: RuleReturnType;
34
- ruleGroup: RuleGroupReturnType;
35
- ruleGroups: RuleGroupsReturnType;
36
- rules: RulesReturnType;
37
- securityGuide: SecurityGuideReturnType;
38
- securityGuideRuleTree: SecurityGuideRuleTreeReturnType;
39
- securityGuides: SecurityGuidesReturnType;
40
- securityGuidesOS: SecurityGuidesOSReturnType;
41
- supportedProfiles: SupportedProfilesReturnType;
42
- system: SystemReturnType;
43
- systemReports: SystemReportsReturnType;
44
- systems: SystemsReturnType;
45
- systemsOS: SystemsOSReturnType;
46
- systemsPolicies: SystemsPoliciesReturnType;
47
- tailoring: TailoringReturnType;
48
- tailoringFile: TailoringFileReturnType;
49
- tailoringRuleTree: TailoringRuleTreeReturnType;
50
- tailoringRules: TailoringRulesReturnType;
51
- tailorings: TailoringsReturnType;
52
- unassignRule: UnassignRuleReturnType;
53
- unassignSystem: UnassignSystemReturnType;
54
- updatePolicy: UpdatePolicyReturnType;
55
- updateTailoring: UpdateTailoringReturnType;
56
- valueDefinition: ValueDefinitionReturnType;
57
- valueDefinitions: ValueDefinitionsReturnType;
58
- };
59
- export declare const ComplianceClient: (BASE_PATH: string, instance?: ApiConfig) => import("@redhat-cloud-services/javascript-clients-shared/dist/base").BaseAPI & import("@redhat-cloud-services/javascript-clients-shared/dist/utils").APIFactoryResponse<{
60
- assignRule: (...config: [import("./AssignRule").AssignRuleParams] | [any, any, any, any, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
61
- 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>;
62
- assignSystem: (...config: [import("./AssignSystem").AssignSystemParams] | [any, any, any, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
63
- assignSystems: (...config: [import("./AssignSystems").AssignSystemsParams] | [any, any, import("./types").AssignRulesRequest, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
64
- createPolicy: (...config: [import("./CreatePolicy").CreatePolicyParams] | [any, import("./types").Policy, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
65
- createTailoring: (...config: [import("./CreateTailoring").CreateTailoringParams] | [any, any, import("./types").TailoringCreate, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
66
- deletePolicy: (...config: [import("./DeletePolicy").DeletePolicyParams] | [any, any, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
67
- deleteReport: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./DeleteReport").DeleteReportParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
68
- policies: (...config: [import("./Policies").PoliciesParams] | [any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
69
- policy: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./Policy").PolicyParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
70
- policySystems: (...config: [import("./PolicySystems").PolicySystemsParams] | [any, any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
71
- policySystemsOS: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./PolicySystemsOS").PolicySystemsOSParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
72
- profile: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./Profile").ProfileParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
73
- profileRule: (...config: [any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ProfileRule").ProfileRuleParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
74
- profileRules: (...config: [any, any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ProfileRules").ProfileRulesParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
75
- profileTree: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ProfileTree").ProfileTreeParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
76
- profiles: (...config: [import("./Profiles").ProfilesParams] | [any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
77
- report: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./Report").ReportParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
78
- reportRuleResults: (...config: [any, any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportRuleResults").ReportRuleResultsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
79
- reportStats: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportStats").ReportStatsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
80
- reportSystem: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportSystem").ReportSystemParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
81
- reportSystems: (...config: [any, any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportSystems").ReportSystemsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
82
- reportSystemsOS: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportSystemsOS").ReportSystemsOSParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
83
- reportTestResult: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportTestResult").ReportTestResultParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
84
- reportTestResults: (...config: [any, any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportTestResults").ReportTestResultsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
85
- reportTestResultsOS: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportTestResultsOS").ReportTestResultsOSParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
86
- reportTestResultsSG: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportTestResultsSG").ReportTestResultsSGParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
87
- reports: (...config: [any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./Reports").ReportsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
88
- reportsOS: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./ReportsOS").ReportsOSParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
89
- rule: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./Rule").RuleParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
90
- ruleGroup: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./RuleGroup").RuleGroupParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
91
- ruleGroups: (...config: [any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./RuleGroups").RuleGroupsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
92
- rules: (...config: [any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./Rules").RulesParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
93
- securityGuide: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./SecurityGuide").SecurityGuideParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
94
- securityGuideRuleTree: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./SecurityGuideRuleTree").SecurityGuideRuleTreeParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
95
- securityGuides: (...config: [any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./SecurityGuides").SecurityGuidesParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
96
- securityGuidesOS: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./SecurityGuidesOS").SecurityGuidesOSParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
97
- supportedProfiles: (...config: [any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./SupportedProfiles").SupportedProfilesParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
98
- system: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./System").SystemParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
99
- systemReports: (...config: [any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./SystemReports").SystemReportsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
100
- systems: (...config: [any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./Systems").SystemsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
101
- systemsOS: (...config: [any, any, import("axios").AxiosRequestConfig<any>] | [import("./SystemsOS").SystemsOSParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
102
- systemsPolicies: (...config: [any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./SystemsPolicies").SystemsPoliciesParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
103
- tailoring: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./Tailoring").TailoringParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
104
- tailoringFile: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./TailoringFile").TailoringFileParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
105
- tailoringRuleTree: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./TailoringRuleTree").TailoringRuleTreeParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
106
- tailoringRules: (...config: [any, any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./TailoringRules").TailoringRulesParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
107
- tailorings: (...config: [any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./Tailorings").TailoringsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
108
- unassignRule: (...config: [any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./UnassignRule").UnassignRuleParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
109
- unassignSystem: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./UnassignSystem").UnassignSystemParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
110
- updatePolicy: (...config: [import("./UpdatePolicy").UpdatePolicyParams] | [any, any, import("./types").PolicyUpdate, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
111
- 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>;
112
- valueDefinition: (...config: [any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ValueDefinition").ValueDefinitionParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
113
- 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>;
114
- }, endpointReturnTypes>;
115
- export default ComplianceClient;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes