@openshift-assisted/sdks 2.9.9-cim

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 (510) hide show
  1. package/README.md +1 -0
  2. package/accounts-management-service/api.d.ts +13 -0
  3. package/accounts-management-service/api.js +15 -0
  4. package/accounts-management-service/apis/default-api.d.ts +8443 -0
  5. package/accounts-management-service/apis/default-api.js +11647 -0
  6. package/accounts-management-service/base.d.ts +55 -0
  7. package/accounts-management-service/base.js +58 -0
  8. package/accounts-management-service/common.d.ts +66 -0
  9. package/accounts-management-service/common.js +135 -0
  10. package/accounts-management-service/configuration.d.ts +84 -0
  11. package/accounts-management-service/configuration.js +88 -0
  12. package/accounts-management-service/index.d.ts +15 -0
  13. package/accounts-management-service/index.js +17 -0
  14. package/accounts-management-service/models/access-review-response.d.ts +140 -0
  15. package/accounts-management-service/models/access-review-response.js +77 -0
  16. package/accounts-management-service/models/access-review.d.ts +122 -0
  17. package/accounts-management-service/models/access-review.js +77 -0
  18. package/accounts-management-service/models/access-token-cfg.d.ts +27 -0
  19. package/accounts-management-service/models/access-token-cfg.js +15 -0
  20. package/accounts-management-service/models/account-group-assignment-list.d.ts +18 -0
  21. package/accounts-management-service/models/account-group-assignment-list.js +15 -0
  22. package/accounts-management-service/models/account-group-assignment.d.ts +18 -0
  23. package/accounts-management-service/models/account-group-assignment.js +15 -0
  24. package/accounts-management-service/models/account-group-list.d.ts +18 -0
  25. package/accounts-management-service/models/account-group-list.js +15 -0
  26. package/accounts-management-service/models/account-group-request.d.ts +18 -0
  27. package/accounts-management-service/models/account-group-request.js +15 -0
  28. package/accounts-management-service/models/account-group.d.ts +18 -0
  29. package/accounts-management-service/models/account-group.js +15 -0
  30. package/accounts-management-service/models/account-list.d.ts +18 -0
  31. package/accounts-management-service/models/account-list.js +15 -0
  32. package/accounts-management-service/models/account-patch-request.d.ts +67 -0
  33. package/accounts-management-service/models/account-patch-request.js +15 -0
  34. package/accounts-management-service/models/account-reference.d.ts +18 -0
  35. package/accounts-management-service/models/account-reference.js +15 -0
  36. package/accounts-management-service/models/account.d.ts +18 -0
  37. package/accounts-management-service/models/account.js +15 -0
  38. package/accounts-management-service/models/billing-model-list.d.ts +18 -0
  39. package/accounts-management-service/models/billing-model-list.js +15 -0
  40. package/accounts-management-service/models/billing-model.d.ts +18 -0
  41. package/accounts-management-service/models/billing-model.js +15 -0
  42. package/accounts-management-service/models/capability-list.d.ts +18 -0
  43. package/accounts-management-service/models/capability-list.js +15 -0
  44. package/accounts-management-service/models/capability-review-request.d.ts +69 -0
  45. package/accounts-management-service/models/capability-review-request.js +30 -0
  46. package/accounts-management-service/models/capability-review.d.ts +25 -0
  47. package/accounts-management-service/models/capability-review.js +15 -0
  48. package/accounts-management-service/models/capability.d.ts +18 -0
  49. package/accounts-management-service/models/capability.js +15 -0
  50. package/accounts-management-service/models/certificate-serial.d.ts +49 -0
  51. package/accounts-management-service/models/certificate-serial.js +15 -0
  52. package/accounts-management-service/models/certificate.d.ts +58 -0
  53. package/accounts-management-service/models/certificate.js +15 -0
  54. package/accounts-management-service/models/certificates-request.d.ts +53 -0
  55. package/accounts-management-service/models/certificates-request.js +38 -0
  56. package/accounts-management-service/models/cloud-account.d.ts +38 -0
  57. package/accounts-management-service/models/cloud-account.js +15 -0
  58. package/accounts-management-service/models/cloud-resource-list.d.ts +18 -0
  59. package/accounts-management-service/models/cloud-resource-list.js +15 -0
  60. package/accounts-management-service/models/cloud-resource.d.ts +18 -0
  61. package/accounts-management-service/models/cloud-resource.js +15 -0
  62. package/accounts-management-service/models/cluster-authorization-request.d.ts +144 -0
  63. package/accounts-management-service/models/cluster-authorization-request.js +44 -0
  64. package/accounts-management-service/models/cluster-authorization-response.d.ts +45 -0
  65. package/accounts-management-service/models/cluster-authorization-response.js +15 -0
  66. package/accounts-management-service/models/cluster-metrics-nodes.d.ts +49 -0
  67. package/accounts-management-service/models/cluster-metrics-nodes.js +15 -0
  68. package/accounts-management-service/models/cluster-registration-request.d.ts +31 -0
  69. package/accounts-management-service/models/cluster-registration-request.js +15 -0
  70. package/accounts-management-service/models/cluster-registration-response.d.ts +43 -0
  71. package/accounts-management-service/models/cluster-registration-response.js +15 -0
  72. package/accounts-management-service/models/cluster-resource-total.d.ts +31 -0
  73. package/accounts-management-service/models/cluster-resource-total.js +15 -0
  74. package/accounts-management-service/models/cluster-resource.d.ts +38 -0
  75. package/accounts-management-service/models/cluster-resource.js +15 -0
  76. package/accounts-management-service/models/cluster-transfer-list.d.ts +18 -0
  77. package/accounts-management-service/models/cluster-transfer-list.js +15 -0
  78. package/accounts-management-service/models/cluster-transfer-patch-request.d.ts +25 -0
  79. package/accounts-management-service/models/cluster-transfer-patch-request.js +15 -0
  80. package/accounts-management-service/models/cluster-transfer-request.d.ts +37 -0
  81. package/accounts-management-service/models/cluster-transfer-request.js +15 -0
  82. package/accounts-management-service/models/cluster-transfer.d.ts +18 -0
  83. package/accounts-management-service/models/cluster-transfer.js +15 -0
  84. package/accounts-management-service/models/cluster-upgrade.d.ts +43 -0
  85. package/accounts-management-service/models/cluster-upgrade.js +15 -0
  86. package/accounts-management-service/models/consumed-quota-list.d.ts +18 -0
  87. package/accounts-management-service/models/consumed-quota-list.js +15 -0
  88. package/accounts-management-service/models/consumed-quota.d.ts +18 -0
  89. package/accounts-management-service/models/consumed-quota.js +15 -0
  90. package/accounts-management-service/models/contract-dimension.d.ts +31 -0
  91. package/accounts-management-service/models/contract-dimension.js +15 -0
  92. package/accounts-management-service/models/contract.d.ts +38 -0
  93. package/accounts-management-service/models/contract.js +15 -0
  94. package/accounts-management-service/models/default-capability-list.d.ts +18 -0
  95. package/accounts-management-service/models/default-capability-list.js +15 -0
  96. package/accounts-management-service/models/default-capability.d.ts +18 -0
  97. package/accounts-management-service/models/default-capability.js +15 -0
  98. package/accounts-management-service/models/deleted-subscription-list.d.ts +18 -0
  99. package/accounts-management-service/models/deleted-subscription-list.js +15 -0
  100. package/accounts-management-service/models/deleted-subscription.d.ts +18 -0
  101. package/accounts-management-service/models/deleted-subscription.js +15 -0
  102. package/accounts-management-service/models/ephemeral-resource-quota.d.ts +55 -0
  103. package/accounts-management-service/models/ephemeral-resource-quota.js +15 -0
  104. package/accounts-management-service/models/error-list.d.ts +18 -0
  105. package/accounts-management-service/models/error-list.js +15 -0
  106. package/accounts-management-service/models/excess-resource.d.ts +18 -0
  107. package/accounts-management-service/models/excess-resource.js +15 -0
  108. package/accounts-management-service/models/export-control-review-request.d.ts +31 -0
  109. package/accounts-management-service/models/export-control-review-request.js +15 -0
  110. package/accounts-management-service/models/export-control-review.d.ts +25 -0
  111. package/accounts-management-service/models/export-control-review.js +15 -0
  112. package/accounts-management-service/models/feature-review-response.d.ts +31 -0
  113. package/accounts-management-service/models/feature-review-response.js +15 -0
  114. package/accounts-management-service/models/feature-review.d.ts +37 -0
  115. package/accounts-management-service/models/feature-review.js +15 -0
  116. package/accounts-management-service/models/feature-toggle-query-request.d.ts +25 -0
  117. package/accounts-management-service/models/feature-toggle-query-request.js +15 -0
  118. package/accounts-management-service/models/feature-toggle.d.ts +18 -0
  119. package/accounts-management-service/models/feature-toggle.js +15 -0
  120. package/accounts-management-service/models/index.d.ts +144 -0
  121. package/accounts-management-service/models/index.js +144 -0
  122. package/accounts-management-service/models/label-list.d.ts +18 -0
  123. package/accounts-management-service/models/label-list.js +15 -0
  124. package/accounts-management-service/models/label.d.ts +18 -0
  125. package/accounts-management-service/models/label.js +15 -0
  126. package/accounts-management-service/models/landing-page-ctlitem-shape.d.ts +38 -0
  127. package/accounts-management-service/models/landing-page-ctlitem-shape.js +15 -0
  128. package/accounts-management-service/models/landing-page-ctlitem.d.ts +26 -0
  129. package/accounts-management-service/models/landing-page-ctlitem.js +15 -0
  130. package/accounts-management-service/models/landing-page-estate-item.d.ts +38 -0
  131. package/accounts-management-service/models/landing-page-estate-item.js +15 -0
  132. package/accounts-management-service/models/landing-page-link-shape.d.ts +31 -0
  133. package/accounts-management-service/models/landing-page-link-shape.js +15 -0
  134. package/accounts-management-service/models/list.d.ts +43 -0
  135. package/accounts-management-service/models/list.js +15 -0
  136. package/accounts-management-service/models/metric.d.ts +18 -0
  137. package/accounts-management-service/models/metric.js +15 -0
  138. package/accounts-management-service/models/metrics-list.d.ts +18 -0
  139. package/accounts-management-service/models/metrics-list.js +15 -0
  140. package/accounts-management-service/models/model-error.d.ts +18 -0
  141. package/accounts-management-service/models/model-error.js +15 -0
  142. package/accounts-management-service/models/notification-contact-create-request.d.ts +25 -0
  143. package/accounts-management-service/models/notification-contact-create-request.js +15 -0
  144. package/accounts-management-service/models/notification-request.d.ts +74 -0
  145. package/accounts-management-service/models/notification-request.js +15 -0
  146. package/accounts-management-service/models/object-reference.d.ts +37 -0
  147. package/accounts-management-service/models/object-reference.js +15 -0
  148. package/accounts-management-service/models/one-metric.d.ts +199 -0
  149. package/accounts-management-service/models/one-metric.js +24 -0
  150. package/accounts-management-service/models/organization-list.d.ts +18 -0
  151. package/accounts-management-service/models/organization-list.js +15 -0
  152. package/accounts-management-service/models/organization-patch-request.d.ts +37 -0
  153. package/accounts-management-service/models/organization-patch-request.js +15 -0
  154. package/accounts-management-service/models/organization.d.ts +18 -0
  155. package/accounts-management-service/models/organization.js +15 -0
  156. package/accounts-management-service/models/permission-list.d.ts +18 -0
  157. package/accounts-management-service/models/permission-list.js +15 -0
  158. package/accounts-management-service/models/permission.d.ts +42 -0
  159. package/accounts-management-service/models/permission.js +26 -0
  160. package/accounts-management-service/models/plan-list.d.ts +18 -0
  161. package/accounts-management-service/models/plan-list.js +15 -0
  162. package/accounts-management-service/models/plan.d.ts +18 -0
  163. package/accounts-management-service/models/plan.js +15 -0
  164. package/accounts-management-service/models/pull-secret-request.d.ts +25 -0
  165. package/accounts-management-service/models/pull-secret-request.js +15 -0
  166. package/accounts-management-service/models/pull-secret-rotation-list.d.ts +18 -0
  167. package/accounts-management-service/models/pull-secret-rotation-list.js +15 -0
  168. package/accounts-management-service/models/pull-secret-rotation-request.d.ts +18 -0
  169. package/accounts-management-service/models/pull-secret-rotation-request.js +15 -0
  170. package/accounts-management-service/models/pull-secret-rotation.d.ts +18 -0
  171. package/accounts-management-service/models/pull-secret-rotation.js +15 -0
  172. package/accounts-management-service/models/quota-authorization-request.d.ts +80 -0
  173. package/accounts-management-service/models/quota-authorization-request.js +15 -0
  174. package/accounts-management-service/models/quota-authorization-response.d.ts +45 -0
  175. package/accounts-management-service/models/quota-authorization-response.js +15 -0
  176. package/accounts-management-service/models/quota-cost-list.d.ts +18 -0
  177. package/accounts-management-service/models/quota-cost-list.js +15 -0
  178. package/accounts-management-service/models/quota-cost.d.ts +18 -0
  179. package/accounts-management-service/models/quota-cost.js +15 -0
  180. package/accounts-management-service/models/quota-list.d.ts +18 -0
  181. package/accounts-management-service/models/quota-list.js +15 -0
  182. package/accounts-management-service/models/quota-rules-list.d.ts +18 -0
  183. package/accounts-management-service/models/quota-rules-list.js +15 -0
  184. package/accounts-management-service/models/quota-rules.d.ts +18 -0
  185. package/accounts-management-service/models/quota-rules.js +15 -0
  186. package/accounts-management-service/models/quota.d.ts +18 -0
  187. package/accounts-management-service/models/quota.js +15 -0
  188. package/accounts-management-service/models/registry-address-value.d.ts +31 -0
  189. package/accounts-management-service/models/registry-address-value.js +15 -0
  190. package/accounts-management-service/models/registry-address.d.ts +21 -0
  191. package/accounts-management-service/models/registry-address.js +15 -0
  192. package/accounts-management-service/models/registry-create-request.d.ts +18 -0
  193. package/accounts-management-service/models/registry-create-request.js +15 -0
  194. package/accounts-management-service/models/registry-credential-list.d.ts +18 -0
  195. package/accounts-management-service/models/registry-credential-list.js +15 -0
  196. package/accounts-management-service/models/registry-credential-patch-request.d.ts +49 -0
  197. package/accounts-management-service/models/registry-credential-patch-request.js +15 -0
  198. package/accounts-management-service/models/registry-credential.d.ts +18 -0
  199. package/accounts-management-service/models/registry-credential.js +15 -0
  200. package/accounts-management-service/models/registry-list.d.ts +18 -0
  201. package/accounts-management-service/models/registry-list.js +15 -0
  202. package/accounts-management-service/models/registry-request.d.ts +55 -0
  203. package/accounts-management-service/models/registry-request.js +15 -0
  204. package/accounts-management-service/models/registry.d.ts +18 -0
  205. package/accounts-management-service/models/registry.js +15 -0
  206. package/accounts-management-service/models/related-resource.d.ts +18 -0
  207. package/accounts-management-service/models/related-resource.js +15 -0
  208. package/accounts-management-service/models/reserved-resource-list.d.ts +18 -0
  209. package/accounts-management-service/models/reserved-resource-list.js +15 -0
  210. package/accounts-management-service/models/reserved-resource-patch-request.d.ts +37 -0
  211. package/accounts-management-service/models/reserved-resource-patch-request.js +27 -0
  212. package/accounts-management-service/models/reserved-resource.d.ts +18 -0
  213. package/accounts-management-service/models/reserved-resource.js +15 -0
  214. package/accounts-management-service/models/resource-quota-list.d.ts +18 -0
  215. package/accounts-management-service/models/resource-quota-list.js +15 -0
  216. package/accounts-management-service/models/resource-quota-request.d.ts +46 -0
  217. package/accounts-management-service/models/resource-quota-request.js +24 -0
  218. package/accounts-management-service/models/resource-quota.d.ts +18 -0
  219. package/accounts-management-service/models/resource-quota.js +15 -0
  220. package/accounts-management-service/models/resource-review-request.d.ts +54 -0
  221. package/accounts-management-service/models/resource-review-request.js +33 -0
  222. package/accounts-management-service/models/resource-review.d.ts +80 -0
  223. package/accounts-management-service/models/resource-review.js +35 -0
  224. package/accounts-management-service/models/role-binding-create-request.d.ts +18 -0
  225. package/accounts-management-service/models/role-binding-create-request.js +15 -0
  226. package/accounts-management-service/models/role-binding-list.d.ts +18 -0
  227. package/accounts-management-service/models/role-binding-list.js +15 -0
  228. package/accounts-management-service/models/role-binding-request.d.ts +67 -0
  229. package/accounts-management-service/models/role-binding-request.js +15 -0
  230. package/accounts-management-service/models/role-binding.d.ts +18 -0
  231. package/accounts-management-service/models/role-binding.js +15 -0
  232. package/accounts-management-service/models/role-list.d.ts +18 -0
  233. package/accounts-management-service/models/role-list.js +15 -0
  234. package/accounts-management-service/models/role.d.ts +18 -0
  235. package/accounts-management-service/models/role.js +15 -0
  236. package/accounts-management-service/models/self-access-review.d.ts +116 -0
  237. package/accounts-management-service/models/self-access-review.js +77 -0
  238. package/accounts-management-service/models/self-entitlement-status.d.ts +31 -0
  239. package/accounts-management-service/models/self-entitlement-status.js +15 -0
  240. package/accounts-management-service/models/self-feature-review.d.ts +25 -0
  241. package/accounts-management-service/models/self-feature-review.js +15 -0
  242. package/accounts-management-service/models/self-resource-review-request.d.ts +48 -0
  243. package/accounts-management-service/models/self-resource-review-request.js +33 -0
  244. package/accounts-management-service/models/self-resource-review.d.ts +74 -0
  245. package/accounts-management-service/models/self-resource-review.js +35 -0
  246. package/accounts-management-service/models/self-service-landing-page-schema-config-try-learn.d.ts +32 -0
  247. package/accounts-management-service/models/self-service-landing-page-schema-config-try-learn.js +15 -0
  248. package/accounts-management-service/models/self-service-landing-page-schema-estate.d.ts +26 -0
  249. package/accounts-management-service/models/self-service-landing-page-schema-estate.js +15 -0
  250. package/accounts-management-service/models/self-service-landing-page-schema.d.ts +33 -0
  251. package/accounts-management-service/models/self-service-landing-page-schema.js +15 -0
  252. package/accounts-management-service/models/self-terms-review.d.ts +37 -0
  253. package/accounts-management-service/models/self-terms-review.js +15 -0
  254. package/accounts-management-service/models/sku-list.d.ts +18 -0
  255. package/accounts-management-service/models/sku-list.js +15 -0
  256. package/accounts-management-service/models/sku-rules-list.d.ts +18 -0
  257. package/accounts-management-service/models/sku-rules-list.js +15 -0
  258. package/accounts-management-service/models/sku-rules.d.ts +18 -0
  259. package/accounts-management-service/models/sku-rules.js +15 -0
  260. package/accounts-management-service/models/sku.d.ts +18 -0
  261. package/accounts-management-service/models/sku.js +15 -0
  262. package/accounts-management-service/models/subscription-common-fields.d.ts +18 -0
  263. package/accounts-management-service/models/subscription-common-fields.js +15 -0
  264. package/accounts-management-service/models/subscription-create-request.d.ts +63 -0
  265. package/accounts-management-service/models/subscription-create-request.js +30 -0
  266. package/accounts-management-service/models/subscription-list.d.ts +18 -0
  267. package/accounts-management-service/models/subscription-list.js +15 -0
  268. package/accounts-management-service/models/subscription-metric-list.d.ts +18 -0
  269. package/accounts-management-service/models/subscription-metric-list.js +15 -0
  270. package/accounts-management-service/models/subscription-metric.d.ts +25 -0
  271. package/accounts-management-service/models/subscription-metric.js +15 -0
  272. package/accounts-management-service/models/subscription-patch-request.d.ts +227 -0
  273. package/accounts-management-service/models/subscription-patch-request.js +78 -0
  274. package/accounts-management-service/models/subscription-role-binding-create-request.d.ts +31 -0
  275. package/accounts-management-service/models/subscription-role-binding-create-request.js +15 -0
  276. package/accounts-management-service/models/subscription-role-binding-list.d.ts +18 -0
  277. package/accounts-management-service/models/subscription-role-binding-list.js +15 -0
  278. package/accounts-management-service/models/subscription-role-binding.d.ts +18 -0
  279. package/accounts-management-service/models/subscription-role-binding.js +15 -0
  280. package/accounts-management-service/models/subscription.d.ts +18 -0
  281. package/accounts-management-service/models/subscription.js +15 -0
  282. package/accounts-management-service/models/summary-metrics.d.ts +32 -0
  283. package/accounts-management-service/models/summary-metrics.js +15 -0
  284. package/accounts-management-service/models/summary-vector.d.ts +31 -0
  285. package/accounts-management-service/models/summary-vector.js +15 -0
  286. package/accounts-management-service/models/summary.d.ts +18 -0
  287. package/accounts-management-service/models/summary.js +15 -0
  288. package/accounts-management-service/models/support-cases-created-response.d.ts +73 -0
  289. package/accounts-management-service/models/support-cases-created-response.js +15 -0
  290. package/accounts-management-service/models/support-cases-request.d.ts +107 -0
  291. package/accounts-management-service/models/support-cases-request.js +25 -0
  292. package/accounts-management-service/models/template-parameter.d.ts +31 -0
  293. package/accounts-management-service/models/template-parameter.js +15 -0
  294. package/accounts-management-service/models/terms-review-response.d.ts +49 -0
  295. package/accounts-management-service/models/terms-review-response.js +15 -0
  296. package/accounts-management-service/models/terms-review.d.ts +43 -0
  297. package/accounts-management-service/models/terms-review.js +15 -0
  298. package/accounts-management-service/models/token-authorization-request.d.ts +25 -0
  299. package/accounts-management-service/models/token-authorization-request.js +15 -0
  300. package/accounts-management-service/models/token-authorization-response.d.ts +26 -0
  301. package/accounts-management-service/models/token-authorization-response.js +15 -0
  302. package/assisted-installer-service/api.js +20 -0
  303. package/assisted-installer-service/apis/events-api.js +198 -0
  304. package/assisted-installer-service/apis/installer-api.js +4905 -0
  305. package/assisted-installer-service/apis/managed-domains-api.js +112 -0
  306. package/assisted-installer-service/apis/manifests-api.js +438 -0
  307. package/assisted-installer-service/apis/operators-api.js +323 -0
  308. package/assisted-installer-service/apis/versions-api.js +174 -0
  309. package/assisted-installer-service/base.js +58 -0
  310. package/assisted-installer-service/common.js +135 -0
  311. package/assisted-installer-service/configuration.js +88 -0
  312. package/assisted-installer-service/index.js +17 -0
  313. package/assisted-installer-service/models/api-vip-connectivity-request.js +15 -0
  314. package/assisted-installer-service/models/api-vip-connectivity-response.js +15 -0
  315. package/assisted-installer-service/models/api-vip.js +15 -0
  316. package/assisted-installer-service/models/architecture-support-level-id.js +27 -0
  317. package/assisted-installer-service/models/bind-host-params.js +15 -0
  318. package/assisted-installer-service/models/boot.js +15 -0
  319. package/assisted-installer-service/models/cluster-create-params.js +56 -0
  320. package/assisted-installer-service/models/cluster-default-config.js +15 -0
  321. package/assisted-installer-service/models/cluster-host-requirements-details.js +15 -0
  322. package/assisted-installer-service/models/cluster-host-requirements-list.js +15 -0
  323. package/assisted-installer-service/models/cluster-host-requirements.js +15 -0
  324. package/assisted-installer-service/models/cluster-list.js +15 -0
  325. package/assisted-installer-service/models/cluster-network.js +15 -0
  326. package/assisted-installer-service/models/cluster-progress-info.js +15 -0
  327. package/assisted-installer-service/models/cluster-validation-id.js +46 -0
  328. package/assisted-installer-service/models/cluster.js +83 -0
  329. package/assisted-installer-service/models/completion-params.js +15 -0
  330. package/assisted-installer-service/models/connectivity-check-host.js +15 -0
  331. package/assisted-installer-service/models/connectivity-check-nic.js +15 -0
  332. package/assisted-installer-service/models/connectivity-check-params.js +15 -0
  333. package/assisted-installer-service/models/connectivity-remote-host.js +15 -0
  334. package/assisted-installer-service/models/connectivity-report.js +15 -0
  335. package/assisted-installer-service/models/container-image-availability-request.js +15 -0
  336. package/assisted-installer-service/models/container-image-availability-response.js +15 -0
  337. package/assisted-installer-service/models/container-image-availability-result.js +24 -0
  338. package/assisted-installer-service/models/container-image-availability.js +15 -0
  339. package/assisted-installer-service/models/cpu.js +15 -0
  340. package/assisted-installer-service/models/create-manifest-params.js +23 -0
  341. package/assisted-installer-service/models/credentials.js +15 -0
  342. package/assisted-installer-service/models/dhcp-allocation-request.js +15 -0
  343. package/assisted-installer-service/models/dhcp-allocation-response.js +15 -0
  344. package/assisted-installer-service/models/disk-config-params.js +15 -0
  345. package/assisted-installer-service/models/disk-encryption.js +34 -0
  346. package/assisted-installer-service/models/disk-info.js +15 -0
  347. package/assisted-installer-service/models/disk-installation-eligibility.js +15 -0
  348. package/assisted-installer-service/models/disk-role.js +24 -0
  349. package/assisted-installer-service/models/disk-skip-formatting-params.js +15 -0
  350. package/assisted-installer-service/models/disk-speed-check-request.js +15 -0
  351. package/assisted-installer-service/models/disk-speed-check-response.js +15 -0
  352. package/assisted-installer-service/models/disk-speed.js +15 -0
  353. package/assisted-installer-service/models/disk.js +15 -0
  354. package/assisted-installer-service/models/domain-resolution-request-domains-inner.js +15 -0
  355. package/assisted-installer-service/models/domain-resolution-request.js +15 -0
  356. package/assisted-installer-service/models/domain-resolution-response-resolutions-inner.js +15 -0
  357. package/assisted-installer-service/models/domain-resolution-response.js +15 -0
  358. package/assisted-installer-service/models/download-boot-artifacts-request.js +15 -0
  359. package/assisted-installer-service/models/drive-type.js +36 -0
  360. package/assisted-installer-service/models/event-list.js +15 -0
  361. package/assisted-installer-service/models/event.js +34 -0
  362. package/assisted-installer-service/models/feature-support-level-features-inner.js +47 -0
  363. package/assisted-installer-service/models/feature-support-level-id.js +40 -0
  364. package/assisted-installer-service/models/feature-support-level.js +15 -0
  365. package/assisted-installer-service/models/feature-support-levels.js +15 -0
  366. package/assisted-installer-service/models/free-addresses-list.js +15 -0
  367. package/assisted-installer-service/models/free-addresses-request.js +15 -0
  368. package/assisted-installer-service/models/free-network-addresses.js +15 -0
  369. package/assisted-installer-service/models/free-networks-addresses.js +15 -0
  370. package/assisted-installer-service/models/get-supported-architectures200-response.js +15 -0
  371. package/assisted-installer-service/models/get-supported-features200-response.js +15 -0
  372. package/assisted-installer-service/models/gpu.js +15 -0
  373. package/assisted-installer-service/models/host-create-params.js +15 -0
  374. package/assisted-installer-service/models/host-ignition-params.js +15 -0
  375. package/assisted-installer-service/models/host-list.js +15 -0
  376. package/assisted-installer-service/models/host-network.js +15 -0
  377. package/assisted-installer-service/models/host-progress-info.js +15 -0
  378. package/assisted-installer-service/models/host-progress.js +15 -0
  379. package/assisted-installer-service/models/host-registration-response-all-of-next-step-runner-command.js +15 -0
  380. package/assisted-installer-service/models/host-registration-response.js +15 -0
  381. package/assisted-installer-service/models/host-role-update-params.js +25 -0
  382. package/assisted-installer-service/models/host-role.js +26 -0
  383. package/assisted-installer-service/models/host-stage.js +34 -0
  384. package/assisted-installer-service/models/host-static-network-config.js +15 -0
  385. package/assisted-installer-service/models/host-type-hardware-requirements-wrapper.js +15 -0
  386. package/assisted-installer-service/models/host-type-hardware-requirements.js +15 -0
  387. package/assisted-installer-service/models/host-update-params.js +24 -0
  388. package/assisted-installer-service/models/host-validation-id.js +63 -0
  389. package/assisted-installer-service/models/host.js +67 -0
  390. package/assisted-installer-service/models/ignition-endpoint.js +15 -0
  391. package/assisted-installer-service/models/ignored-validations.js +15 -0
  392. package/assisted-installer-service/models/image-create-params.js +15 -0
  393. package/assisted-installer-service/models/image-info.js +15 -0
  394. package/assisted-installer-service/models/image-type.js +24 -0
  395. package/assisted-installer-service/models/import-cluster-params.js +15 -0
  396. package/assisted-installer-service/models/index.js +170 -0
  397. package/assisted-installer-service/models/infra-env-create-params.js +26 -0
  398. package/assisted-installer-service/models/infra-env-list.js +15 -0
  399. package/assisted-installer-service/models/infra-env-update-params.js +15 -0
  400. package/assisted-installer-service/models/infra-env.js +34 -0
  401. package/assisted-installer-service/models/infra-error.js +15 -0
  402. package/assisted-installer-service/models/ingress-vip.js +15 -0
  403. package/assisted-installer-service/models/install-cmd-request.js +23 -0
  404. package/assisted-installer-service/models/installer-args-params.js +15 -0
  405. package/assisted-installer-service/models/interface.js +15 -0
  406. package/assisted-installer-service/models/inventory.js +24 -0
  407. package/assisted-installer-service/models/io-perf.js +15 -0
  408. package/assisted-installer-service/models/kernel-argument.js +24 -0
  409. package/assisted-installer-service/models/kernel-arguments.js +15 -0
  410. package/assisted-installer-service/models/l2-connectivity.js +15 -0
  411. package/assisted-installer-service/models/l3-connectivity.js +15 -0
  412. package/assisted-installer-service/models/list-managed-domains.js +15 -0
  413. package/assisted-installer-service/models/list-manifests.js +15 -0
  414. package/assisted-installer-service/models/list-versions.js +15 -0
  415. package/assisted-installer-service/models/logs-gather-cmd-request.js +15 -0
  416. package/assisted-installer-service/models/logs-progress-params.js +15 -0
  417. package/assisted-installer-service/models/logs-state.js +27 -0
  418. package/assisted-installer-service/models/logs-type.js +26 -0
  419. package/assisted-installer-service/models/mac-interface-map-inner.js +15 -0
  420. package/assisted-installer-service/models/mac-interface-map.js +15 -0
  421. package/assisted-installer-service/models/machine-network.js +15 -0
  422. package/assisted-installer-service/models/managed-domain.js +22 -0
  423. package/assisted-installer-service/models/manifest.js +23 -0
  424. package/assisted-installer-service/models/memory-method.js +25 -0
  425. package/assisted-installer-service/models/memory.js +15 -0
  426. package/assisted-installer-service/models/model-error.js +22 -0
  427. package/assisted-installer-service/models/monitored-operator.js +15 -0
  428. package/assisted-installer-service/models/monitored-operators-list.js +15 -0
  429. package/assisted-installer-service/models/next-step-cmd-request.js +15 -0
  430. package/assisted-installer-service/models/node-label-params.js +15 -0
  431. package/assisted-installer-service/models/ntp-source.js +15 -0
  432. package/assisted-installer-service/models/ntp-synchronization-request.js +15 -0
  433. package/assisted-installer-service/models/ntp-synchronization-response.js +15 -0
  434. package/assisted-installer-service/models/openshift-version.js +24 -0
  435. package/assisted-installer-service/models/openshift-versions.js +15 -0
  436. package/assisted-installer-service/models/operator-create-params.js +15 -0
  437. package/assisted-installer-service/models/operator-hardware-requirements.js +15 -0
  438. package/assisted-installer-service/models/operator-host-requirements.js +15 -0
  439. package/assisted-installer-service/models/operator-monitor-report.js +15 -0
  440. package/assisted-installer-service/models/operator-properties.js +15 -0
  441. package/assisted-installer-service/models/operator-property.js +25 -0
  442. package/assisted-installer-service/models/operator-status.js +25 -0
  443. package/assisted-installer-service/models/operator-type.js +24 -0
  444. package/assisted-installer-service/models/os-image.js +26 -0
  445. package/assisted-installer-service/models/os-images.js +15 -0
  446. package/assisted-installer-service/models/platform-type.js +27 -0
  447. package/assisted-installer-service/models/platform.js +15 -0
  448. package/assisted-installer-service/models/preflight-hardware-requirements.js +15 -0
  449. package/assisted-installer-service/models/presigned-url.js +15 -0
  450. package/assisted-installer-service/models/proxy.js +15 -0
  451. package/assisted-installer-service/models/reboot-for-reclaim-request.js +15 -0
  452. package/assisted-installer-service/models/release-image.js +37 -0
  453. package/assisted-installer-service/models/release-images.js +15 -0
  454. package/assisted-installer-service/models/route.js +15 -0
  455. package/assisted-installer-service/models/service-network.js +15 -0
  456. package/assisted-installer-service/models/source-state.js +28 -0
  457. package/assisted-installer-service/models/step-reply.js +15 -0
  458. package/assisted-installer-service/models/step-type.js +41 -0
  459. package/assisted-installer-service/models/step.js +15 -0
  460. package/assisted-installer-service/models/steps-reply.js +15 -0
  461. package/assisted-installer-service/models/steps.js +23 -0
  462. package/assisted-installer-service/models/support-level.js +27 -0
  463. package/assisted-installer-service/models/support-levels.js +15 -0
  464. package/assisted-installer-service/models/system-vendor.js +15 -0
  465. package/assisted-installer-service/models/tang-connectivity-request.js +15 -0
  466. package/assisted-installer-service/models/tang-connectivity-response-tang-server-response-inner-signatures-inner.js +15 -0
  467. package/assisted-installer-service/models/tang-connectivity-response-tang-server-response-inner.js +15 -0
  468. package/assisted-installer-service/models/tang-connectivity-response.js +15 -0
  469. package/assisted-installer-service/models/update-manifest-params.js +32 -0
  470. package/assisted-installer-service/models/upgrade-agent-request.js +15 -0
  471. package/assisted-installer-service/models/upgrade-agent-response.js +15 -0
  472. package/assisted-installer-service/models/upgrade-agent-result.js +24 -0
  473. package/assisted-installer-service/models/usage.js +15 -0
  474. package/assisted-installer-service/models/v2-cluster-update-params.js +34 -0
  475. package/assisted-installer-service/models/verified-vip.js +15 -0
  476. package/assisted-installer-service/models/verify-vip.js +15 -0
  477. package/assisted-installer-service/models/verify-vips-request.js +15 -0
  478. package/assisted-installer-service/models/verify-vips-response.js +15 -0
  479. package/assisted-installer-service/models/versioned-host-requirements.js +15 -0
  480. package/assisted-installer-service/models/versions.js +15 -0
  481. package/assisted-installer-service/models/vip-type.js +24 -0
  482. package/assisted-installer-service/models/vip-verification.js +25 -0
  483. package/authorization-service/api.js +15 -0
  484. package/authorization-service/apis/default-api.js +818 -0
  485. package/authorization-service/base.js +58 -0
  486. package/authorization-service/common.js +135 -0
  487. package/authorization-service/configuration.js +88 -0
  488. package/authorization-service/index.js +17 -0
  489. package/authorization-service/models/access-review-response.js +73 -0
  490. package/authorization-service/models/access-review.js +73 -0
  491. package/authorization-service/models/capability-review-request.js +30 -0
  492. package/authorization-service/models/capability-review.js +15 -0
  493. package/authorization-service/models/error-all-of.js +15 -0
  494. package/authorization-service/models/export-control-review-request.js +15 -0
  495. package/authorization-service/models/export-control-review.js +15 -0
  496. package/authorization-service/models/feature-review-response.js +15 -0
  497. package/authorization-service/models/feature-review.js +15 -0
  498. package/authorization-service/models/index.js +21 -0
  499. package/authorization-service/models/model-error.js +15 -0
  500. package/authorization-service/models/object-reference.js +15 -0
  501. package/authorization-service/models/resource-review-request.js +33 -0
  502. package/authorization-service/models/resource-review.js +35 -0
  503. package/authorization-service/models/self-access-review.js +73 -0
  504. package/authorization-service/models/self-feature-review.js +15 -0
  505. package/authorization-service/models/self-resource-review-request.js +33 -0
  506. package/authorization-service/models/self-resource-review.js +35 -0
  507. package/authorization-service/models/self-terms-review.js +15 -0
  508. package/authorization-service/models/terms-review-response.js +15 -0
  509. package/authorization-service/models/terms-review.js +15 -0
  510. package/package.json +46 -0
@@ -0,0 +1,818 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Authorization Service API
5
+ * Enables access control on resources of OCM services
6
+ *
7
+ * The version of the OpenAPI document: 0.0.1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import globalAxios from 'axios';
15
+ // Some imports not used depending on template conditions
16
+ // @ts-ignore
17
+ import { DUMMY_BASE_URL, assertParamExists, setBearerAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction, } from '../common';
18
+ // @ts-ignore
19
+ import { BASE_PATH, BaseAPI } from '../base';
20
+ /**
21
+ * DefaultApi - axios parameter creator
22
+ * @export
23
+ */
24
+ export const DefaultApiAxiosParamCreator = function (configuration) {
25
+ return {
26
+ /**
27
+ *
28
+ * @summary Review an account\'s access to perform an action on a particular resource or resource type
29
+ * @param {AccessReview} accessReview Access review data
30
+ * @param {*} [options] Override http request option.
31
+ * @throws {RequiredError}
32
+ */
33
+ apiAuthorizationsV1AccessReviewPost: async (accessReview, options = {}) => {
34
+ // verify required parameter 'accessReview' is not null or undefined
35
+ assertParamExists('apiAuthorizationsV1AccessReviewPost', 'accessReview', accessReview);
36
+ const localVarPath = `/api/authorizations/v1/access_review`;
37
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
38
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
39
+ let baseOptions;
40
+ if (configuration) {
41
+ baseOptions = configuration.baseOptions;
42
+ }
43
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
44
+ const localVarHeaderParameter = {};
45
+ const localVarQueryParameter = {};
46
+ // authentication Bearer required
47
+ // http bearer authentication required
48
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
49
+ localVarHeaderParameter['Content-Type'] = 'application/json';
50
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
51
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
52
+ localVarRequestOptions.headers = {
53
+ ...localVarHeaderParameter,
54
+ ...headersFromBaseOptions,
55
+ ...options.headers,
56
+ };
57
+ localVarRequestOptions.data = serializeDataIfNeeded(accessReview, localVarRequestOptions, configuration);
58
+ return {
59
+ url: toPathString(localVarUrlObj),
60
+ options: localVarRequestOptions,
61
+ };
62
+ },
63
+ /**
64
+ *
65
+ * @summary Review an account\'s capabilities
66
+ * @param {CapabilityReviewRequest} capabilityReviewRequest Capability review data
67
+ * @param {*} [options] Override http request option.
68
+ * @throws {RequiredError}
69
+ */
70
+ apiAuthorizationsV1CapabilityReviewPost: async (capabilityReviewRequest, options = {}) => {
71
+ // verify required parameter 'capabilityReviewRequest' is not null or undefined
72
+ assertParamExists('apiAuthorizationsV1CapabilityReviewPost', 'capabilityReviewRequest', capabilityReviewRequest);
73
+ const localVarPath = `/api/authorizations/v1/capability_review`;
74
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
75
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
76
+ let baseOptions;
77
+ if (configuration) {
78
+ baseOptions = configuration.baseOptions;
79
+ }
80
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
81
+ const localVarHeaderParameter = {};
82
+ const localVarQueryParameter = {};
83
+ // authentication Bearer required
84
+ // http bearer authentication required
85
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
86
+ localVarHeaderParameter['Content-Type'] = 'application/json';
87
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
88
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
89
+ localVarRequestOptions.headers = {
90
+ ...localVarHeaderParameter,
91
+ ...headersFromBaseOptions,
92
+ ...options.headers,
93
+ };
94
+ localVarRequestOptions.data = serializeDataIfNeeded(capabilityReviewRequest, localVarRequestOptions, configuration);
95
+ return {
96
+ url: toPathString(localVarUrlObj),
97
+ options: localVarRequestOptions,
98
+ };
99
+ },
100
+ /**
101
+ *
102
+ * @summary Determine whether a user is restricted from downloading Red Hat software based on export control compliance.
103
+ * @param {ExportControlReviewRequest} exportControlReviewRequest Export control review data
104
+ * @param {*} [options] Override http request option.
105
+ * @throws {RequiredError}
106
+ */
107
+ apiAuthorizationsV1ExportControlReviewPost: async (exportControlReviewRequest, options = {}) => {
108
+ // verify required parameter 'exportControlReviewRequest' is not null or undefined
109
+ assertParamExists('apiAuthorizationsV1ExportControlReviewPost', 'exportControlReviewRequest', exportControlReviewRequest);
110
+ const localVarPath = `/api/authorizations/v1/export_control_review`;
111
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
112
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
113
+ let baseOptions;
114
+ if (configuration) {
115
+ baseOptions = configuration.baseOptions;
116
+ }
117
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
118
+ const localVarHeaderParameter = {};
119
+ const localVarQueryParameter = {};
120
+ // authentication Bearer required
121
+ // http bearer authentication required
122
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
123
+ localVarHeaderParameter['Content-Type'] = 'application/json';
124
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
125
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
126
+ localVarRequestOptions.headers = {
127
+ ...localVarHeaderParameter,
128
+ ...headersFromBaseOptions,
129
+ ...options.headers,
130
+ };
131
+ localVarRequestOptions.data = serializeDataIfNeeded(exportControlReviewRequest, localVarRequestOptions, configuration);
132
+ return {
133
+ url: toPathString(localVarUrlObj),
134
+ options: localVarRequestOptions,
135
+ };
136
+ },
137
+ /**
138
+ *
139
+ * @summary Review feature to perform an action on it such as toggle a feature on/off
140
+ * @param {FeatureReview} featureReview Feature review data
141
+ * @param {*} [options] Override http request option.
142
+ * @throws {RequiredError}
143
+ */
144
+ apiAuthorizationsV1FeatureReviewPost: async (featureReview, options = {}) => {
145
+ // verify required parameter 'featureReview' is not null or undefined
146
+ assertParamExists('apiAuthorizationsV1FeatureReviewPost', 'featureReview', featureReview);
147
+ const localVarPath = `/api/authorizations/v1/feature_review`;
148
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
149
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
150
+ let baseOptions;
151
+ if (configuration) {
152
+ baseOptions = configuration.baseOptions;
153
+ }
154
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
155
+ const localVarHeaderParameter = {};
156
+ const localVarQueryParameter = {};
157
+ // authentication Bearer required
158
+ // http bearer authentication required
159
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
160
+ localVarHeaderParameter['Content-Type'] = 'application/json';
161
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
162
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
163
+ localVarRequestOptions.headers = {
164
+ ...localVarHeaderParameter,
165
+ ...headersFromBaseOptions,
166
+ ...options.headers,
167
+ };
168
+ localVarRequestOptions.data = serializeDataIfNeeded(featureReview, localVarRequestOptions, configuration);
169
+ return {
170
+ url: toPathString(localVarUrlObj),
171
+ options: localVarRequestOptions,
172
+ };
173
+ },
174
+ /**
175
+ *
176
+ * @summary Obtain resource ids for resources an account may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids.
177
+ * @param {ResourceReviewRequest} resourceReviewRequest Resource review data
178
+ * @param {boolean} [reduceClusterList] If true, When returning a list of cluster_ids/cluster_uuids/subscription_ids, if those are already included in one of the organizations provided in organization_ids, do not include it in the list.
179
+ * @param {string} [excludeSubscriptionStatuses] A comma-separated list of subscription statuses. Subscriptions with these statuses will be excluded from results. This options is mutually exclusive with includeSubscriptionStatuses.
180
+ * @param {string} [includeSubscriptionStatuses] A comma-separated list of subscription statuses. Only subscriptions with these statuses will be included into results. This options is mutually exclusive with excludeSubscriptionStatuses.
181
+ * @param {*} [options] Override http request option.
182
+ * @deprecated
183
+ * @throws {RequiredError}
184
+ */
185
+ apiAuthorizationsV1ResourceReviewPost: async (resourceReviewRequest, reduceClusterList, excludeSubscriptionStatuses, includeSubscriptionStatuses, options = {}) => {
186
+ // verify required parameter 'resourceReviewRequest' is not null or undefined
187
+ assertParamExists('apiAuthorizationsV1ResourceReviewPost', 'resourceReviewRequest', resourceReviewRequest);
188
+ const localVarPath = `/api/authorizations/v1/resource_review`;
189
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
190
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
191
+ let baseOptions;
192
+ if (configuration) {
193
+ baseOptions = configuration.baseOptions;
194
+ }
195
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
196
+ const localVarHeaderParameter = {};
197
+ const localVarQueryParameter = {};
198
+ // authentication Bearer required
199
+ // http bearer authentication required
200
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
201
+ if (reduceClusterList !== undefined) {
202
+ localVarQueryParameter['reduceClusterList'] = reduceClusterList;
203
+ }
204
+ if (excludeSubscriptionStatuses !== undefined) {
205
+ localVarQueryParameter['excludeSubscriptionStatuses'] = excludeSubscriptionStatuses;
206
+ }
207
+ if (includeSubscriptionStatuses !== undefined) {
208
+ localVarQueryParameter['includeSubscriptionStatuses'] = includeSubscriptionStatuses;
209
+ }
210
+ localVarHeaderParameter['Content-Type'] = 'application/json';
211
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
212
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
213
+ localVarRequestOptions.headers = {
214
+ ...localVarHeaderParameter,
215
+ ...headersFromBaseOptions,
216
+ ...options.headers,
217
+ };
218
+ localVarRequestOptions.data = serializeDataIfNeeded(resourceReviewRequest, localVarRequestOptions, configuration);
219
+ return {
220
+ url: toPathString(localVarUrlObj),
221
+ options: localVarRequestOptions,
222
+ };
223
+ },
224
+ /**
225
+ *
226
+ * @summary Review your ability to perform an action on a particular resource or resource type
227
+ * @param {SelfAccessReview} selfAccessReview Self access review data
228
+ * @param {*} [options] Override http request option.
229
+ * @throws {RequiredError}
230
+ */
231
+ apiAuthorizationsV1SelfAccessReviewPost: async (selfAccessReview, options = {}) => {
232
+ // verify required parameter 'selfAccessReview' is not null or undefined
233
+ assertParamExists('apiAuthorizationsV1SelfAccessReviewPost', 'selfAccessReview', selfAccessReview);
234
+ const localVarPath = `/api/authorizations/v1/self_access_review`;
235
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
236
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
237
+ let baseOptions;
238
+ if (configuration) {
239
+ baseOptions = configuration.baseOptions;
240
+ }
241
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
242
+ const localVarHeaderParameter = {};
243
+ const localVarQueryParameter = {};
244
+ // authentication Bearer required
245
+ // http bearer authentication required
246
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
247
+ localVarHeaderParameter['Content-Type'] = 'application/json';
248
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
249
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
250
+ localVarRequestOptions.headers = {
251
+ ...localVarHeaderParameter,
252
+ ...headersFromBaseOptions,
253
+ ...options.headers,
254
+ };
255
+ localVarRequestOptions.data = serializeDataIfNeeded(selfAccessReview, localVarRequestOptions, configuration);
256
+ return {
257
+ url: toPathString(localVarUrlObj),
258
+ options: localVarRequestOptions,
259
+ };
260
+ },
261
+ /**
262
+ *
263
+ * @summary Review your ability to toggle a feature
264
+ * @param {SelfFeatureReview} selfFeatureReview Self feature review data
265
+ * @param {*} [options] Override http request option.
266
+ * @throws {RequiredError}
267
+ */
268
+ apiAuthorizationsV1SelfFeatureReviewPost: async (selfFeatureReview, options = {}) => {
269
+ // verify required parameter 'selfFeatureReview' is not null or undefined
270
+ assertParamExists('apiAuthorizationsV1SelfFeatureReviewPost', 'selfFeatureReview', selfFeatureReview);
271
+ const localVarPath = `/api/authorizations/v1/self_feature_review`;
272
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
273
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
274
+ let baseOptions;
275
+ if (configuration) {
276
+ baseOptions = configuration.baseOptions;
277
+ }
278
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
279
+ const localVarHeaderParameter = {};
280
+ const localVarQueryParameter = {};
281
+ // authentication Bearer required
282
+ // http bearer authentication required
283
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
284
+ localVarHeaderParameter['Content-Type'] = 'application/json';
285
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
286
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
287
+ localVarRequestOptions.headers = {
288
+ ...localVarHeaderParameter,
289
+ ...headersFromBaseOptions,
290
+ ...options.headers,
291
+ };
292
+ localVarRequestOptions.data = serializeDataIfNeeded(selfFeatureReview, localVarRequestOptions, configuration);
293
+ return {
294
+ url: toPathString(localVarUrlObj),
295
+ options: localVarRequestOptions,
296
+ };
297
+ },
298
+ /**
299
+ *
300
+ * @summary Obtain resource ids for resources you may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids.
301
+ * @param {SelfResourceReviewRequest} selfResourceReviewRequest Self resource review data
302
+ * @param {boolean} [reduceClusterList] If true, When returning a list of cluster_ids/cluster_uuids/subscription_ids, if those are already included in one of the organizations provided in organization_ids, do not include it in the list.
303
+ * @param {string} [excludeSubscriptionStatuses] A comma-separated list of subscription statuses. Subscriptions with these statuses will be excluded from results. This options is mutually exclusive with includeSubscriptionStatuses.
304
+ * @param {string} [includeSubscriptionStatuses] A comma-separated list of subscription statuses. Only subscriptions with these statuses will be included into results. This options is mutually exclusive with excludeSubscriptionStatuses.
305
+ * @param {*} [options] Override http request option.
306
+ * @throws {RequiredError}
307
+ */
308
+ apiAuthorizationsV1SelfResourceReviewPost: async (selfResourceReviewRequest, reduceClusterList, excludeSubscriptionStatuses, includeSubscriptionStatuses, options = {}) => {
309
+ // verify required parameter 'selfResourceReviewRequest' is not null or undefined
310
+ assertParamExists('apiAuthorizationsV1SelfResourceReviewPost', 'selfResourceReviewRequest', selfResourceReviewRequest);
311
+ const localVarPath = `/api/authorizations/v1/self_resource_review`;
312
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
313
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
314
+ let baseOptions;
315
+ if (configuration) {
316
+ baseOptions = configuration.baseOptions;
317
+ }
318
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
319
+ const localVarHeaderParameter = {};
320
+ const localVarQueryParameter = {};
321
+ // authentication Bearer required
322
+ // http bearer authentication required
323
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
324
+ if (reduceClusterList !== undefined) {
325
+ localVarQueryParameter['reduceClusterList'] = reduceClusterList;
326
+ }
327
+ if (excludeSubscriptionStatuses !== undefined) {
328
+ localVarQueryParameter['excludeSubscriptionStatuses'] = excludeSubscriptionStatuses;
329
+ }
330
+ if (includeSubscriptionStatuses !== undefined) {
331
+ localVarQueryParameter['includeSubscriptionStatuses'] = includeSubscriptionStatuses;
332
+ }
333
+ localVarHeaderParameter['Content-Type'] = 'application/json';
334
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
335
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
336
+ localVarRequestOptions.headers = {
337
+ ...localVarHeaderParameter,
338
+ ...headersFromBaseOptions,
339
+ ...options.headers,
340
+ };
341
+ localVarRequestOptions.data = serializeDataIfNeeded(selfResourceReviewRequest, localVarRequestOptions, configuration);
342
+ return {
343
+ url: toPathString(localVarUrlObj),
344
+ options: localVarRequestOptions,
345
+ };
346
+ },
347
+ /**
348
+ *
349
+ * @summary Review your status of Terms
350
+ * @param {SelfTermsReview} selfTermsReview Data to check self terms for
351
+ * @param {*} [options] Override http request option.
352
+ * @throws {RequiredError}
353
+ */
354
+ apiAuthorizationsV1SelfTermsReviewPost: async (selfTermsReview, options = {}) => {
355
+ // verify required parameter 'selfTermsReview' is not null or undefined
356
+ assertParamExists('apiAuthorizationsV1SelfTermsReviewPost', 'selfTermsReview', selfTermsReview);
357
+ const localVarPath = `/api/authorizations/v1/self_terms_review`;
358
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
359
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
360
+ let baseOptions;
361
+ if (configuration) {
362
+ baseOptions = configuration.baseOptions;
363
+ }
364
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
365
+ const localVarHeaderParameter = {};
366
+ const localVarQueryParameter = {};
367
+ // authentication Bearer required
368
+ // http bearer authentication required
369
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
370
+ localVarHeaderParameter['Content-Type'] = 'application/json';
371
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
372
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
373
+ localVarRequestOptions.headers = {
374
+ ...localVarHeaderParameter,
375
+ ...headersFromBaseOptions,
376
+ ...options.headers,
377
+ };
378
+ localVarRequestOptions.data = serializeDataIfNeeded(selfTermsReview, localVarRequestOptions, configuration);
379
+ return {
380
+ url: toPathString(localVarUrlObj),
381
+ options: localVarRequestOptions,
382
+ };
383
+ },
384
+ /**
385
+ *
386
+ * @summary Review an account\'s status of Terms
387
+ * @param {TermsReview} termsReview Data to check terms for
388
+ * @param {*} [options] Override http request option.
389
+ * @throws {RequiredError}
390
+ */
391
+ apiAuthorizationsV1TermsReviewPost: async (termsReview, options = {}) => {
392
+ // verify required parameter 'termsReview' is not null or undefined
393
+ assertParamExists('apiAuthorizationsV1TermsReviewPost', 'termsReview', termsReview);
394
+ const localVarPath = `/api/authorizations/v1/terms_review`;
395
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
396
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
397
+ let baseOptions;
398
+ if (configuration) {
399
+ baseOptions = configuration.baseOptions;
400
+ }
401
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
402
+ const localVarHeaderParameter = {};
403
+ const localVarQueryParameter = {};
404
+ // authentication Bearer required
405
+ // http bearer authentication required
406
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
407
+ localVarHeaderParameter['Content-Type'] = 'application/json';
408
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
409
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
410
+ localVarRequestOptions.headers = {
411
+ ...localVarHeaderParameter,
412
+ ...headersFromBaseOptions,
413
+ ...options.headers,
414
+ };
415
+ localVarRequestOptions.data = serializeDataIfNeeded(termsReview, localVarRequestOptions, configuration);
416
+ return {
417
+ url: toPathString(localVarUrlObj),
418
+ options: localVarRequestOptions,
419
+ };
420
+ },
421
+ };
422
+ };
423
+ /**
424
+ * DefaultApi - functional programming interface
425
+ * @export
426
+ */
427
+ export const DefaultApiFp = function (configuration) {
428
+ const localVarAxiosParamCreator = DefaultApiAxiosParamCreator(configuration);
429
+ return {
430
+ /**
431
+ *
432
+ * @summary Review an account\'s access to perform an action on a particular resource or resource type
433
+ * @param {AccessReview} accessReview Access review data
434
+ * @param {*} [options] Override http request option.
435
+ * @throws {RequiredError}
436
+ */
437
+ async apiAuthorizationsV1AccessReviewPost(accessReview, options) {
438
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1AccessReviewPost(accessReview, options);
439
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
440
+ },
441
+ /**
442
+ *
443
+ * @summary Review an account\'s capabilities
444
+ * @param {CapabilityReviewRequest} capabilityReviewRequest Capability review data
445
+ * @param {*} [options] Override http request option.
446
+ * @throws {RequiredError}
447
+ */
448
+ async apiAuthorizationsV1CapabilityReviewPost(capabilityReviewRequest, options) {
449
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1CapabilityReviewPost(capabilityReviewRequest, options);
450
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
451
+ },
452
+ /**
453
+ *
454
+ * @summary Determine whether a user is restricted from downloading Red Hat software based on export control compliance.
455
+ * @param {ExportControlReviewRequest} exportControlReviewRequest Export control review data
456
+ * @param {*} [options] Override http request option.
457
+ * @throws {RequiredError}
458
+ */
459
+ async apiAuthorizationsV1ExportControlReviewPost(exportControlReviewRequest, options) {
460
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1ExportControlReviewPost(exportControlReviewRequest, options);
461
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
462
+ },
463
+ /**
464
+ *
465
+ * @summary Review feature to perform an action on it such as toggle a feature on/off
466
+ * @param {FeatureReview} featureReview Feature review data
467
+ * @param {*} [options] Override http request option.
468
+ * @throws {RequiredError}
469
+ */
470
+ async apiAuthorizationsV1FeatureReviewPost(featureReview, options) {
471
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1FeatureReviewPost(featureReview, options);
472
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
473
+ },
474
+ /**
475
+ *
476
+ * @summary Obtain resource ids for resources an account may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids.
477
+ * @param {ResourceReviewRequest} resourceReviewRequest Resource review data
478
+ * @param {boolean} [reduceClusterList] If true, When returning a list of cluster_ids/cluster_uuids/subscription_ids, if those are already included in one of the organizations provided in organization_ids, do not include it in the list.
479
+ * @param {string} [excludeSubscriptionStatuses] A comma-separated list of subscription statuses. Subscriptions with these statuses will be excluded from results. This options is mutually exclusive with includeSubscriptionStatuses.
480
+ * @param {string} [includeSubscriptionStatuses] A comma-separated list of subscription statuses. Only subscriptions with these statuses will be included into results. This options is mutually exclusive with excludeSubscriptionStatuses.
481
+ * @param {*} [options] Override http request option.
482
+ * @deprecated
483
+ * @throws {RequiredError}
484
+ */
485
+ async apiAuthorizationsV1ResourceReviewPost(resourceReviewRequest, reduceClusterList, excludeSubscriptionStatuses, includeSubscriptionStatuses, options) {
486
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1ResourceReviewPost(resourceReviewRequest, reduceClusterList, excludeSubscriptionStatuses, includeSubscriptionStatuses, options);
487
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
488
+ },
489
+ /**
490
+ *
491
+ * @summary Review your ability to perform an action on a particular resource or resource type
492
+ * @param {SelfAccessReview} selfAccessReview Self access review data
493
+ * @param {*} [options] Override http request option.
494
+ * @throws {RequiredError}
495
+ */
496
+ async apiAuthorizationsV1SelfAccessReviewPost(selfAccessReview, options) {
497
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1SelfAccessReviewPost(selfAccessReview, options);
498
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
499
+ },
500
+ /**
501
+ *
502
+ * @summary Review your ability to toggle a feature
503
+ * @param {SelfFeatureReview} selfFeatureReview Self feature review data
504
+ * @param {*} [options] Override http request option.
505
+ * @throws {RequiredError}
506
+ */
507
+ async apiAuthorizationsV1SelfFeatureReviewPost(selfFeatureReview, options) {
508
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1SelfFeatureReviewPost(selfFeatureReview, options);
509
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
510
+ },
511
+ /**
512
+ *
513
+ * @summary Obtain resource ids for resources you may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids.
514
+ * @param {SelfResourceReviewRequest} selfResourceReviewRequest Self resource review data
515
+ * @param {boolean} [reduceClusterList] If true, When returning a list of cluster_ids/cluster_uuids/subscription_ids, if those are already included in one of the organizations provided in organization_ids, do not include it in the list.
516
+ * @param {string} [excludeSubscriptionStatuses] A comma-separated list of subscription statuses. Subscriptions with these statuses will be excluded from results. This options is mutually exclusive with includeSubscriptionStatuses.
517
+ * @param {string} [includeSubscriptionStatuses] A comma-separated list of subscription statuses. Only subscriptions with these statuses will be included into results. This options is mutually exclusive with excludeSubscriptionStatuses.
518
+ * @param {*} [options] Override http request option.
519
+ * @throws {RequiredError}
520
+ */
521
+ async apiAuthorizationsV1SelfResourceReviewPost(selfResourceReviewRequest, reduceClusterList, excludeSubscriptionStatuses, includeSubscriptionStatuses, options) {
522
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1SelfResourceReviewPost(selfResourceReviewRequest, reduceClusterList, excludeSubscriptionStatuses, includeSubscriptionStatuses, options);
523
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
524
+ },
525
+ /**
526
+ *
527
+ * @summary Review your status of Terms
528
+ * @param {SelfTermsReview} selfTermsReview Data to check self terms for
529
+ * @param {*} [options] Override http request option.
530
+ * @throws {RequiredError}
531
+ */
532
+ async apiAuthorizationsV1SelfTermsReviewPost(selfTermsReview, options) {
533
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1SelfTermsReviewPost(selfTermsReview, options);
534
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
535
+ },
536
+ /**
537
+ *
538
+ * @summary Review an account\'s status of Terms
539
+ * @param {TermsReview} termsReview Data to check terms for
540
+ * @param {*} [options] Override http request option.
541
+ * @throws {RequiredError}
542
+ */
543
+ async apiAuthorizationsV1TermsReviewPost(termsReview, options) {
544
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiAuthorizationsV1TermsReviewPost(termsReview, options);
545
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
546
+ },
547
+ };
548
+ };
549
+ /**
550
+ * DefaultApi - factory interface
551
+ * @export
552
+ */
553
+ export const DefaultApiFactory = function (configuration, basePath, axios) {
554
+ const localVarFp = DefaultApiFp(configuration);
555
+ return {
556
+ /**
557
+ *
558
+ * @summary Review an account\'s access to perform an action on a particular resource or resource type
559
+ * @param {DefaultApiApiAuthorizationsV1AccessReviewPostRequest} requestParameters Request parameters.
560
+ * @param {*} [options] Override http request option.
561
+ * @throws {RequiredError}
562
+ */
563
+ apiAuthorizationsV1AccessReviewPost(requestParameters, options) {
564
+ return localVarFp
565
+ .apiAuthorizationsV1AccessReviewPost(requestParameters.accessReview, options)
566
+ .then((request) => request(axios, basePath));
567
+ },
568
+ /**
569
+ *
570
+ * @summary Review an account\'s capabilities
571
+ * @param {DefaultApiApiAuthorizationsV1CapabilityReviewPostRequest} requestParameters Request parameters.
572
+ * @param {*} [options] Override http request option.
573
+ * @throws {RequiredError}
574
+ */
575
+ apiAuthorizationsV1CapabilityReviewPost(requestParameters, options) {
576
+ return localVarFp
577
+ .apiAuthorizationsV1CapabilityReviewPost(requestParameters.capabilityReviewRequest, options)
578
+ .then((request) => request(axios, basePath));
579
+ },
580
+ /**
581
+ *
582
+ * @summary Determine whether a user is restricted from downloading Red Hat software based on export control compliance.
583
+ * @param {DefaultApiApiAuthorizationsV1ExportControlReviewPostRequest} requestParameters Request parameters.
584
+ * @param {*} [options] Override http request option.
585
+ * @throws {RequiredError}
586
+ */
587
+ apiAuthorizationsV1ExportControlReviewPost(requestParameters, options) {
588
+ return localVarFp
589
+ .apiAuthorizationsV1ExportControlReviewPost(requestParameters.exportControlReviewRequest, options)
590
+ .then((request) => request(axios, basePath));
591
+ },
592
+ /**
593
+ *
594
+ * @summary Review feature to perform an action on it such as toggle a feature on/off
595
+ * @param {DefaultApiApiAuthorizationsV1FeatureReviewPostRequest} requestParameters Request parameters.
596
+ * @param {*} [options] Override http request option.
597
+ * @throws {RequiredError}
598
+ */
599
+ apiAuthorizationsV1FeatureReviewPost(requestParameters, options) {
600
+ return localVarFp
601
+ .apiAuthorizationsV1FeatureReviewPost(requestParameters.featureReview, options)
602
+ .then((request) => request(axios, basePath));
603
+ },
604
+ /**
605
+ *
606
+ * @summary Obtain resource ids for resources an account may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids.
607
+ * @param {DefaultApiApiAuthorizationsV1ResourceReviewPostRequest} requestParameters Request parameters.
608
+ * @param {*} [options] Override http request option.
609
+ * @deprecated
610
+ * @throws {RequiredError}
611
+ */
612
+ apiAuthorizationsV1ResourceReviewPost(requestParameters, options) {
613
+ return localVarFp
614
+ .apiAuthorizationsV1ResourceReviewPost(requestParameters.resourceReviewRequest, requestParameters.reduceClusterList, requestParameters.excludeSubscriptionStatuses, requestParameters.includeSubscriptionStatuses, options)
615
+ .then((request) => request(axios, basePath));
616
+ },
617
+ /**
618
+ *
619
+ * @summary Review your ability to perform an action on a particular resource or resource type
620
+ * @param {DefaultApiApiAuthorizationsV1SelfAccessReviewPostRequest} requestParameters Request parameters.
621
+ * @param {*} [options] Override http request option.
622
+ * @throws {RequiredError}
623
+ */
624
+ apiAuthorizationsV1SelfAccessReviewPost(requestParameters, options) {
625
+ return localVarFp
626
+ .apiAuthorizationsV1SelfAccessReviewPost(requestParameters.selfAccessReview, options)
627
+ .then((request) => request(axios, basePath));
628
+ },
629
+ /**
630
+ *
631
+ * @summary Review your ability to toggle a feature
632
+ * @param {DefaultApiApiAuthorizationsV1SelfFeatureReviewPostRequest} requestParameters Request parameters.
633
+ * @param {*} [options] Override http request option.
634
+ * @throws {RequiredError}
635
+ */
636
+ apiAuthorizationsV1SelfFeatureReviewPost(requestParameters, options) {
637
+ return localVarFp
638
+ .apiAuthorizationsV1SelfFeatureReviewPost(requestParameters.selfFeatureReview, options)
639
+ .then((request) => request(axios, basePath));
640
+ },
641
+ /**
642
+ *
643
+ * @summary Obtain resource ids for resources you may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids.
644
+ * @param {DefaultApiApiAuthorizationsV1SelfResourceReviewPostRequest} requestParameters Request parameters.
645
+ * @param {*} [options] Override http request option.
646
+ * @throws {RequiredError}
647
+ */
648
+ apiAuthorizationsV1SelfResourceReviewPost(requestParameters, options) {
649
+ return localVarFp
650
+ .apiAuthorizationsV1SelfResourceReviewPost(requestParameters.selfResourceReviewRequest, requestParameters.reduceClusterList, requestParameters.excludeSubscriptionStatuses, requestParameters.includeSubscriptionStatuses, options)
651
+ .then((request) => request(axios, basePath));
652
+ },
653
+ /**
654
+ *
655
+ * @summary Review your status of Terms
656
+ * @param {DefaultApiApiAuthorizationsV1SelfTermsReviewPostRequest} requestParameters Request parameters.
657
+ * @param {*} [options] Override http request option.
658
+ * @throws {RequiredError}
659
+ */
660
+ apiAuthorizationsV1SelfTermsReviewPost(requestParameters, options) {
661
+ return localVarFp
662
+ .apiAuthorizationsV1SelfTermsReviewPost(requestParameters.selfTermsReview, options)
663
+ .then((request) => request(axios, basePath));
664
+ },
665
+ /**
666
+ *
667
+ * @summary Review an account\'s status of Terms
668
+ * @param {DefaultApiApiAuthorizationsV1TermsReviewPostRequest} requestParameters Request parameters.
669
+ * @param {*} [options] Override http request option.
670
+ * @throws {RequiredError}
671
+ */
672
+ apiAuthorizationsV1TermsReviewPost(requestParameters, options) {
673
+ return localVarFp
674
+ .apiAuthorizationsV1TermsReviewPost(requestParameters.termsReview, options)
675
+ .then((request) => request(axios, basePath));
676
+ },
677
+ };
678
+ };
679
+ /**
680
+ * DefaultApi - object-oriented interface
681
+ * @export
682
+ * @class DefaultApi
683
+ * @extends {BaseAPI}
684
+ */
685
+ export class DefaultApi extends BaseAPI {
686
+ /**
687
+ *
688
+ * @summary Review an account\'s access to perform an action on a particular resource or resource type
689
+ * @param {DefaultApiApiAuthorizationsV1AccessReviewPostRequest} requestParameters Request parameters.
690
+ * @param {*} [options] Override http request option.
691
+ * @throws {RequiredError}
692
+ * @memberof DefaultApi
693
+ */
694
+ apiAuthorizationsV1AccessReviewPost(requestParameters, options) {
695
+ return DefaultApiFp(this.configuration)
696
+ .apiAuthorizationsV1AccessReviewPost(requestParameters.accessReview, options)
697
+ .then((request) => request(this.axios, this.basePath));
698
+ }
699
+ /**
700
+ *
701
+ * @summary Review an account\'s capabilities
702
+ * @param {DefaultApiApiAuthorizationsV1CapabilityReviewPostRequest} requestParameters Request parameters.
703
+ * @param {*} [options] Override http request option.
704
+ * @throws {RequiredError}
705
+ * @memberof DefaultApi
706
+ */
707
+ apiAuthorizationsV1CapabilityReviewPost(requestParameters, options) {
708
+ return DefaultApiFp(this.configuration)
709
+ .apiAuthorizationsV1CapabilityReviewPost(requestParameters.capabilityReviewRequest, options)
710
+ .then((request) => request(this.axios, this.basePath));
711
+ }
712
+ /**
713
+ *
714
+ * @summary Determine whether a user is restricted from downloading Red Hat software based on export control compliance.
715
+ * @param {DefaultApiApiAuthorizationsV1ExportControlReviewPostRequest} requestParameters Request parameters.
716
+ * @param {*} [options] Override http request option.
717
+ * @throws {RequiredError}
718
+ * @memberof DefaultApi
719
+ */
720
+ apiAuthorizationsV1ExportControlReviewPost(requestParameters, options) {
721
+ return DefaultApiFp(this.configuration)
722
+ .apiAuthorizationsV1ExportControlReviewPost(requestParameters.exportControlReviewRequest, options)
723
+ .then((request) => request(this.axios, this.basePath));
724
+ }
725
+ /**
726
+ *
727
+ * @summary Review feature to perform an action on it such as toggle a feature on/off
728
+ * @param {DefaultApiApiAuthorizationsV1FeatureReviewPostRequest} requestParameters Request parameters.
729
+ * @param {*} [options] Override http request option.
730
+ * @throws {RequiredError}
731
+ * @memberof DefaultApi
732
+ */
733
+ apiAuthorizationsV1FeatureReviewPost(requestParameters, options) {
734
+ return DefaultApiFp(this.configuration)
735
+ .apiAuthorizationsV1FeatureReviewPost(requestParameters.featureReview, options)
736
+ .then((request) => request(this.axios, this.basePath));
737
+ }
738
+ /**
739
+ *
740
+ * @summary Obtain resource ids for resources an account may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids.
741
+ * @param {DefaultApiApiAuthorizationsV1ResourceReviewPostRequest} requestParameters Request parameters.
742
+ * @param {*} [options] Override http request option.
743
+ * @deprecated
744
+ * @throws {RequiredError}
745
+ * @memberof DefaultApi
746
+ */
747
+ apiAuthorizationsV1ResourceReviewPost(requestParameters, options) {
748
+ return DefaultApiFp(this.configuration)
749
+ .apiAuthorizationsV1ResourceReviewPost(requestParameters.resourceReviewRequest, requestParameters.reduceClusterList, requestParameters.excludeSubscriptionStatuses, requestParameters.includeSubscriptionStatuses, options)
750
+ .then((request) => request(this.axios, this.basePath));
751
+ }
752
+ /**
753
+ *
754
+ * @summary Review your ability to perform an action on a particular resource or resource type
755
+ * @param {DefaultApiApiAuthorizationsV1SelfAccessReviewPostRequest} requestParameters Request parameters.
756
+ * @param {*} [options] Override http request option.
757
+ * @throws {RequiredError}
758
+ * @memberof DefaultApi
759
+ */
760
+ apiAuthorizationsV1SelfAccessReviewPost(requestParameters, options) {
761
+ return DefaultApiFp(this.configuration)
762
+ .apiAuthorizationsV1SelfAccessReviewPost(requestParameters.selfAccessReview, options)
763
+ .then((request) => request(this.axios, this.basePath));
764
+ }
765
+ /**
766
+ *
767
+ * @summary Review your ability to toggle a feature
768
+ * @param {DefaultApiApiAuthorizationsV1SelfFeatureReviewPostRequest} requestParameters Request parameters.
769
+ * @param {*} [options] Override http request option.
770
+ * @throws {RequiredError}
771
+ * @memberof DefaultApi
772
+ */
773
+ apiAuthorizationsV1SelfFeatureReviewPost(requestParameters, options) {
774
+ return DefaultApiFp(this.configuration)
775
+ .apiAuthorizationsV1SelfFeatureReviewPost(requestParameters.selfFeatureReview, options)
776
+ .then((request) => request(this.axios, this.basePath));
777
+ }
778
+ /**
779
+ *
780
+ * @summary Obtain resource ids for resources you may perform the specified action upon. Resource ids returned as [\"*\"] is shorthand for all ids.
781
+ * @param {DefaultApiApiAuthorizationsV1SelfResourceReviewPostRequest} requestParameters Request parameters.
782
+ * @param {*} [options] Override http request option.
783
+ * @throws {RequiredError}
784
+ * @memberof DefaultApi
785
+ */
786
+ apiAuthorizationsV1SelfResourceReviewPost(requestParameters, options) {
787
+ return DefaultApiFp(this.configuration)
788
+ .apiAuthorizationsV1SelfResourceReviewPost(requestParameters.selfResourceReviewRequest, requestParameters.reduceClusterList, requestParameters.excludeSubscriptionStatuses, requestParameters.includeSubscriptionStatuses, options)
789
+ .then((request) => request(this.axios, this.basePath));
790
+ }
791
+ /**
792
+ *
793
+ * @summary Review your status of Terms
794
+ * @param {DefaultApiApiAuthorizationsV1SelfTermsReviewPostRequest} requestParameters Request parameters.
795
+ * @param {*} [options] Override http request option.
796
+ * @throws {RequiredError}
797
+ * @memberof DefaultApi
798
+ */
799
+ apiAuthorizationsV1SelfTermsReviewPost(requestParameters, options) {
800
+ return DefaultApiFp(this.configuration)
801
+ .apiAuthorizationsV1SelfTermsReviewPost(requestParameters.selfTermsReview, options)
802
+ .then((request) => request(this.axios, this.basePath));
803
+ }
804
+ /**
805
+ *
806
+ * @summary Review an account\'s status of Terms
807
+ * @param {DefaultApiApiAuthorizationsV1TermsReviewPostRequest} requestParameters Request parameters.
808
+ * @param {*} [options] Override http request option.
809
+ * @throws {RequiredError}
810
+ * @memberof DefaultApi
811
+ */
812
+ apiAuthorizationsV1TermsReviewPost(requestParameters, options) {
813
+ return DefaultApiFp(this.configuration)
814
+ .apiAuthorizationsV1TermsReviewPost(requestParameters.termsReview, options)
815
+ .then((request) => request(this.axios, this.basePath));
816
+ }
817
+ }
818
+ //# sourceMappingURL=default-api.js.map