@redhat-cloud-services/compliance-client 3.0.2 → 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 -2
  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,80 @@
1
+ [@redhat-cloud-services/compliance-client](../README.md) / [Exports](../modules.md) / Links
2
+
3
+ # Interface: Links
4
+
5
+ **`Export`**
6
+
7
+ Links
8
+
9
+ ## Table of contents
10
+
11
+ ### Properties
12
+
13
+ - [first](Links.md#first)
14
+ - [last](Links.md#last)
15
+ - [next](Links.md#next)
16
+ - [previous](Links.md#previous)
17
+
18
+ ## Properties
19
+
20
+ ### first
21
+
22
+ • `Optional` **first**: `any`
23
+
24
+ Link to first page
25
+
26
+ **`Memberof`**
27
+
28
+ Links
29
+
30
+ #### Defined in
31
+
32
+ [types/index.ts:64](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L64)
33
+
34
+ ___
35
+
36
+ ### last
37
+
38
+ • `Optional` **last**: `any`
39
+
40
+ Link to last page
41
+
42
+ **`Memberof`**
43
+
44
+ Links
45
+
46
+ #### Defined in
47
+
48
+ [types/index.ts:70](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L70)
49
+
50
+ ___
51
+
52
+ ### next
53
+
54
+ • `Optional` **next**: `any`
55
+
56
+ Link to next page
57
+
58
+ **`Memberof`**
59
+
60
+ Links
61
+
62
+ #### Defined in
63
+
64
+ [types/index.ts:82](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L82)
65
+
66
+ ___
67
+
68
+ ### previous
69
+
70
+ • `Optional` **previous**: `any`
71
+
72
+ Link to previous page
73
+
74
+ **`Memberof`**
75
+
76
+ Links
77
+
78
+ #### Defined in
79
+
80
+ [types/index.ts:76](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L76)
@@ -0,0 +1,97 @@
1
+ [@redhat-cloud-services/compliance-client](../README.md) / [Exports](../modules.md) / Metadata
2
+
3
+ # Interface: Metadata
4
+
5
+ **`Export`**
6
+
7
+ Metadata
8
+
9
+ ## Table of contents
10
+
11
+ ### Properties
12
+
13
+ - [filter](Metadata.md#filter)
14
+ - [limit](Metadata.md#limit)
15
+ - [offset](Metadata.md#offset)
16
+ - [sort\_by](Metadata.md#sort_by)
17
+ - [total](Metadata.md#total)
18
+
19
+ ## Properties
20
+
21
+ ### filter
22
+
23
+ • `Optional` **filter**: `any`
24
+
25
+ Query string used to filter items by their attributes
26
+
27
+ **`Memberof`**
28
+
29
+ Metadata
30
+
31
+ #### Defined in
32
+
33
+ [types/index.ts:119](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L119)
34
+
35
+ ___
36
+
37
+ ### limit
38
+
39
+ • `Optional` **limit**: `any`
40
+
41
+ Number of items returned per page
42
+
43
+ **`Memberof`**
44
+
45
+ Metadata
46
+
47
+ #### Defined in
48
+
49
+ [types/index.ts:101](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L101)
50
+
51
+ ___
52
+
53
+ ### offset
54
+
55
+ • `Optional` **offset**: `any`
56
+
57
+ Offset of the first item of paginated response
58
+
59
+ **`Memberof`**
60
+
61
+ Metadata
62
+
63
+ #### Defined in
64
+
65
+ [types/index.ts:107](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L107)
66
+
67
+ ___
68
+
69
+ ### sort\_by
70
+
71
+ • `Optional` **sort\_by**: `any`
72
+
73
+ Attribute and direction the items are sorted by
74
+
75
+ **`Memberof`**
76
+
77
+ Metadata
78
+
79
+ #### Defined in
80
+
81
+ [types/index.ts:113](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L113)
82
+
83
+ ___
84
+
85
+ ### total
86
+
87
+ • `Optional` **total**: `any`
88
+
89
+ Total number of items
90
+
91
+ **`Memberof`**
92
+
93
+ Metadata
94
+
95
+ #### Defined in
96
+
97
+ [types/index.ts:95](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L95)
@@ -0,0 +1,57 @@
1
+ [@redhat-cloud-services/compliance-client](../README.md) / [Exports](../modules.md) / Policies200Response
2
+
3
+ # Interface: Policies200Response
4
+
5
+ **`Export`**
6
+
7
+ Policies200Response
8
+
9
+ ## Table of contents
10
+
11
+ ### Properties
12
+
13
+ - [data](Policies200Response.md#data)
14
+ - [links](Policies200Response.md#links)
15
+ - [meta](Policies200Response.md#meta)
16
+
17
+ ## Properties
18
+
19
+ ### data
20
+
21
+ • `Optional` **data**: `any`
22
+
23
+ **`Memberof`**
24
+
25
+ Policies200Response
26
+
27
+ #### Defined in
28
+
29
+ [types/index.ts:144](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L144)
30
+
31
+ ___
32
+
33
+ ### links
34
+
35
+ • `Optional` **links**: [`Links`](Links.md)
36
+
37
+ **`Memberof`**
38
+
39
+ Policies200Response
40
+
41
+ #### Defined in
42
+
43
+ [types/index.ts:138](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L138)
44
+
45
+ ___
46
+
47
+ ### meta
48
+
49
+ • `Optional` **meta**: [`Metadata`](Metadata.md)
50
+
51
+ **`Memberof`**
52
+
53
+ Policies200Response
54
+
55
+ #### Defined in
56
+
57
+ [types/index.ts:132](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L132)
@@ -0,0 +1,195 @@
1
+ [@redhat-cloud-services/compliance-client](../README.md) / [Exports](../modules.md) / Policy
2
+
3
+ # Interface: Policy
4
+
5
+ **`Export`**
6
+
7
+ Policy
8
+
9
+ ## Table of contents
10
+
11
+ ### Properties
12
+
13
+ - [business\_objective](Policy.md#business_objective)
14
+ - [compliance\_threshold](Policy.md#compliance_threshold)
15
+ - [description](Policy.md#description)
16
+ - [id](Policy.md#id)
17
+ - [os\_major\_version](Policy.md#os_major_version)
18
+ - [profile\_id](Policy.md#profile_id)
19
+ - [profile\_title](Policy.md#profile_title)
20
+ - [ref\_id](Policy.md#ref_id)
21
+ - [title](Policy.md#title)
22
+ - [total\_system\_count](Policy.md#total_system_count)
23
+ - [type](Policy.md#type)
24
+
25
+ ## Properties
26
+
27
+ ### business\_objective
28
+
29
+ • `Optional` **business\_objective**: `any`
30
+
31
+ The Business Objective associated to the Policy
32
+
33
+ **`Memberof`**
34
+
35
+ Policy
36
+
37
+ #### Defined in
38
+
39
+ [types/index.ts:181](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L181)
40
+
41
+ ___
42
+
43
+ ### compliance\_threshold
44
+
45
+ • **compliance\_threshold**: `any`
46
+
47
+ The percentage above which the Policy meets compliance requirements
48
+
49
+ **`Memberof`**
50
+
51
+ Policy
52
+
53
+ #### Defined in
54
+
55
+ [types/index.ts:187](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L187)
56
+
57
+ ___
58
+
59
+ ### description
60
+
61
+ • `Optional` **description**: `any`
62
+
63
+ Longer description of the Policy
64
+
65
+ **`Memberof`**
66
+
67
+ Policy
68
+
69
+ #### Defined in
70
+
71
+ [types/index.ts:175](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L175)
72
+
73
+ ___
74
+
75
+ ### id
76
+
77
+ • `Optional` **id**: `any`
78
+
79
+ **`Memberof`**
80
+
81
+ Policy
82
+
83
+ #### Defined in
84
+
85
+ [types/index.ts:157](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L157)
86
+
87
+ ___
88
+
89
+ ### os\_major\_version
90
+
91
+ • `Optional` **os\_major\_version**: `any`
92
+
93
+ Major version of the Operating System that the Policy covers
94
+
95
+ **`Memberof`**
96
+
97
+ Policy
98
+
99
+ #### Defined in
100
+
101
+ [types/index.ts:199](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L199)
102
+
103
+ ___
104
+
105
+ ### profile\_id
106
+
107
+ • **profile\_id**: `any`
108
+
109
+ Identifier of the underlying Profile
110
+
111
+ **`Memberof`**
112
+
113
+ Policy
114
+
115
+ #### Defined in
116
+
117
+ [types/index.ts:193](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L193)
118
+
119
+ ___
120
+
121
+ ### profile\_title
122
+
123
+ • `Optional` **profile\_title**: `any`
124
+
125
+ Title of the associated Policy
126
+
127
+ **`Memberof`**
128
+
129
+ Policy
130
+
131
+ #### Defined in
132
+
133
+ [types/index.ts:211](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L211)
134
+
135
+ ___
136
+
137
+ ### ref\_id
138
+
139
+ • `Optional` **ref\_id**: `any`
140
+
141
+ Identificator of the Profile
142
+
143
+ **`Memberof`**
144
+
145
+ Policy
146
+
147
+ #### Defined in
148
+
149
+ [types/index.ts:205](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L205)
150
+
151
+ ___
152
+
153
+ ### title
154
+
155
+ • `Optional` **title**: `any`
156
+
157
+ Short title of the Policy
158
+
159
+ **`Memberof`**
160
+
161
+ Policy
162
+
163
+ #### Defined in
164
+
165
+ [types/index.ts:169](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L169)
166
+
167
+ ___
168
+
169
+ ### total\_system\_count
170
+
171
+ • `Optional` **total\_system\_count**: `any`
172
+
173
+ The number of Systems assigned to this Policy
174
+
175
+ **`Memberof`**
176
+
177
+ Policy
178
+
179
+ #### Defined in
180
+
181
+ [types/index.ts:217](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L217)
182
+
183
+ ___
184
+
185
+ ### type
186
+
187
+ • `Optional` **type**: ``"policy"``
188
+
189
+ **`Memberof`**
190
+
191
+ Policy
192
+
193
+ #### Defined in
194
+
195
+ [types/index.ts:163](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L163)
@@ -0,0 +1,63 @@
1
+ [@redhat-cloud-services/compliance-client](../README.md) / [Exports](../modules.md) / PolicyUpdate
2
+
3
+ # Interface: PolicyUpdate
4
+
5
+ **`Export`**
6
+
7
+ PolicyUpdate
8
+
9
+ ## Table of contents
10
+
11
+ ### Properties
12
+
13
+ - [business\_objective](PolicyUpdate.md#business_objective)
14
+ - [compliance\_threshold](PolicyUpdate.md#compliance_threshold)
15
+ - [description](PolicyUpdate.md#description)
16
+
17
+ ## Properties
18
+
19
+ ### business\_objective
20
+
21
+ • `Optional` **business\_objective**: `any`
22
+
23
+ The Business Objective associated to the Policy
24
+
25
+ **`Memberof`**
26
+
27
+ PolicyUpdate
28
+
29
+ #### Defined in
30
+
31
+ [types/index.ts:243](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L243)
32
+
33
+ ___
34
+
35
+ ### compliance\_threshold
36
+
37
+ • `Optional` **compliance\_threshold**: `any`
38
+
39
+ The percentage above which the Policy meets compliance requirements
40
+
41
+ **`Memberof`**
42
+
43
+ PolicyUpdate
44
+
45
+ #### Defined in
46
+
47
+ [types/index.ts:249](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L249)
48
+
49
+ ___
50
+
51
+ ### description
52
+
53
+ • `Optional` **description**: `any`
54
+
55
+ Longer description of the Policy
56
+
57
+ **`Memberof`**
58
+
59
+ PolicyUpdate
60
+
61
+ #### Defined in
62
+
63
+ [types/index.ts:237](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L237)
@@ -0,0 +1,110 @@
1
+ [@redhat-cloud-services/compliance-client](../README.md) / [Exports](../modules.md) / Profile
2
+
3
+ # Interface: Profile
4
+
5
+ **`Export`**
6
+
7
+ Profile
8
+
9
+ ## Table of contents
10
+
11
+ ### Properties
12
+
13
+ - [description](Profile.md#description)
14
+ - [id](Profile.md#id)
15
+ - [ref\_id](Profile.md#ref_id)
16
+ - [title](Profile.md#title)
17
+ - [type](Profile.md#type)
18
+ - [value\_overrides](Profile.md#value_overrides)
19
+
20
+ ## Properties
21
+
22
+ ### description
23
+
24
+ • `Optional` **description**: `any`
25
+
26
+ Longer description of the Profile
27
+
28
+ **`Memberof`**
29
+
30
+ Profile
31
+
32
+ #### Defined in
33
+
34
+ [types/index.ts:286](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L286)
35
+
36
+ ___
37
+
38
+ ### id
39
+
40
+ • `Optional` **id**: `any`
41
+
42
+ **`Memberof`**
43
+
44
+ Profile
45
+
46
+ #### Defined in
47
+
48
+ [types/index.ts:262](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L262)
49
+
50
+ ___
51
+
52
+ ### ref\_id
53
+
54
+ • `Optional` **ref\_id**: `any`
55
+
56
+ Identificator of the Profile
57
+
58
+ **`Memberof`**
59
+
60
+ Profile
61
+
62
+ #### Defined in
63
+
64
+ [types/index.ts:274](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L274)
65
+
66
+ ___
67
+
68
+ ### title
69
+
70
+ • `Optional` **title**: `any`
71
+
72
+ Short title of the Profile
73
+
74
+ **`Memberof`**
75
+
76
+ Profile
77
+
78
+ #### Defined in
79
+
80
+ [types/index.ts:280](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L280)
81
+
82
+ ___
83
+
84
+ ### type
85
+
86
+ • `Optional` **type**: ``"profile"``
87
+
88
+ **`Memberof`**
89
+
90
+ Profile
91
+
92
+ #### Defined in
93
+
94
+ [types/index.ts:268](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L268)
95
+
96
+ ___
97
+
98
+ ### value\_overrides
99
+
100
+ • `Optional` **value\_overrides**: `any`
101
+
102
+ Pair of keys and values for Value Definition customizations
103
+
104
+ **`Memberof`**
105
+
106
+ Profile
107
+
108
+ #### Defined in
109
+
110
+ [types/index.ts:292](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L292)
@@ -0,0 +1,27 @@
1
+ [@redhat-cloud-services/compliance-client](../README.md) / [Exports](../modules.md) / Profile200Response
2
+
3
+ # Interface: Profile200Response
4
+
5
+ **`Export`**
6
+
7
+ Profile200Response
8
+
9
+ ## Table of contents
10
+
11
+ ### Properties
12
+
13
+ - [data](Profile200Response.md#data)
14
+
15
+ ## Properties
16
+
17
+ ### data
18
+
19
+ • `Optional` **data**: [`Profile200ResponseData`](Profile200ResponseData.md)
20
+
21
+ **`Memberof`**
22
+
23
+ Profile200Response
24
+
25
+ #### Defined in
26
+
27
+ [types/index.ts:312](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L312)
@@ -0,0 +1,27 @@
1
+ [@redhat-cloud-services/compliance-client](../README.md) / [Exports](../modules.md) / Profile200ResponseData
2
+
3
+ # Interface: Profile200ResponseData
4
+
5
+ **`Export`**
6
+
7
+ Profile200ResponseData
8
+
9
+ ## Table of contents
10
+
11
+ ### Properties
12
+
13
+ - [schema](Profile200ResponseData.md#schema)
14
+
15
+ ## Properties
16
+
17
+ ### schema
18
+
19
+ • `Optional` **schema**: [`Profile`](Profile.md)
20
+
21
+ **`Memberof`**
22
+
23
+ Profile200ResponseData
24
+
25
+ #### Defined in
26
+
27
+ [types/index.ts:325](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L325)
@@ -0,0 +1,57 @@
1
+ [@redhat-cloud-services/compliance-client](../README.md) / [Exports](../modules.md) / Profiles200Response
2
+
3
+ # Interface: Profiles200Response
4
+
5
+ **`Export`**
6
+
7
+ Profiles200Response
8
+
9
+ ## Table of contents
10
+
11
+ ### Properties
12
+
13
+ - [data](Profiles200Response.md#data)
14
+ - [links](Profiles200Response.md#links)
15
+ - [meta](Profiles200Response.md#meta)
16
+
17
+ ## Properties
18
+
19
+ ### data
20
+
21
+ • `Optional` **data**: `any`
22
+
23
+ **`Memberof`**
24
+
25
+ Profiles200Response
26
+
27
+ #### Defined in
28
+
29
+ [types/index.ts:350](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L350)
30
+
31
+ ___
32
+
33
+ ### links
34
+
35
+ • `Optional` **links**: [`Links`](Links.md)
36
+
37
+ **`Memberof`**
38
+
39
+ Profiles200Response
40
+
41
+ #### Defined in
42
+
43
+ [types/index.ts:344](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L344)
44
+
45
+ ___
46
+
47
+ ### meta
48
+
49
+ • `Optional` **meta**: [`Metadata`](Metadata.md)
50
+
51
+ **`Memberof`**
52
+
53
+ Profiles200Response
54
+
55
+ #### Defined in
56
+
57
+ [types/index.ts:338](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/compliance/types/index.ts#L338)