@rh-support/troubleshoot 2.7.1 → 2.7.10

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 (585) hide show
  1. package/lib/esm/components/AccountInfo/AccountSelector.d.ts.map +1 -1
  2. package/lib/esm/components/AccountInfo/AccountSelector.js +23 -33
  3. package/lib/esm/components/AccountInfo/ManagedAccountsDropdown.js +1 -1
  4. package/lib/esm/components/AccountInfo/OwnerSelector.d.ts.map +1 -1
  5. package/lib/esm/components/AccountInfo/OwnerSelector.js +90 -24
  6. package/lib/esm/components/AccountInfo/css/accountSelector.css +3 -2
  7. package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/ActiveCustomerEscalation.d.ts.map +1 -1
  8. package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/ActiveCustomerEscalation.js +47 -35
  9. package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.d.ts.map +1 -1
  10. package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.js +167 -90
  11. package/lib/esm/components/CaseEditView/ArchivedCaseBanner.d.ts +7 -0
  12. package/lib/esm/components/CaseEditView/ArchivedCaseBanner.d.ts.map +1 -0
  13. package/lib/esm/components/CaseEditView/ArchivedCaseBanner.js +12 -0
  14. package/lib/esm/components/CaseEditView/Case.d.ts.map +1 -1
  15. package/lib/esm/components/CaseEditView/Case.js +103 -37
  16. package/lib/esm/components/CaseEditView/CaseDetailsAside.d.ts.map +1 -1
  17. package/lib/esm/components/CaseEditView/CaseDetailsAside.js +44 -37
  18. package/lib/esm/components/CaseEditView/CaseDetailsErrorMessage.d.ts +1 -0
  19. package/lib/esm/components/CaseEditView/CaseDetailsErrorMessage.d.ts.map +1 -1
  20. package/lib/esm/components/CaseEditView/CaseDetailsErrorMessage.js +32 -11
  21. package/lib/esm/components/CaseEditView/CaseDetailsTabs.d.ts.map +1 -1
  22. package/lib/esm/components/CaseEditView/CaseDetailsTabs.js +94 -72
  23. package/lib/esm/components/CaseEditView/CaseOverview/CaseOwnerInfo.d.ts +2 -0
  24. package/lib/esm/components/CaseEditView/CaseOverview/CaseOwnerInfo.d.ts.map +1 -1
  25. package/lib/esm/components/CaseEditView/CaseOverview/CaseOwnerInfo.js +4 -4
  26. package/lib/esm/components/CaseEditView/CaseOverview/CaseStatus.d.ts +3 -2
  27. package/lib/esm/components/CaseEditView/CaseOverview/CaseStatus.d.ts.map +1 -1
  28. package/lib/esm/components/CaseEditView/CaseOverview/CaseStatus.js +24 -11
  29. package/lib/esm/components/CaseEditView/CaseOverview/CaseType.d.ts.map +1 -1
  30. package/lib/esm/components/CaseEditView/CaseOverview/CaseType.js +2 -4
  31. package/lib/esm/components/CaseEditView/CaseOverview/DateTime.d.ts.map +1 -1
  32. package/lib/esm/components/CaseEditView/CaseOverview/DateTime.js +1 -1
  33. package/lib/esm/components/CaseEditView/CaseOverview/index.d.ts.map +1 -1
  34. package/lib/esm/components/CaseEditView/CaseOverview/index.js +123 -70
  35. package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutions.d.ts.map +1 -1
  36. package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutions.js +240 -121
  37. package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutionsItem.d.ts +0 -1
  38. package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutionsItem.d.ts.map +1 -1
  39. package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutionsItem.js +6 -6
  40. package/lib/esm/components/CaseEditView/CaseSolutions/HandpicketItem.js +3 -3
  41. package/lib/esm/components/CaseEditView/CaseSubscriptionAbuseAlert.js +1 -1
  42. package/lib/esm/components/CaseEditView/ConfirmationModals/ReopenCaseModal.d.ts +1 -3
  43. package/lib/esm/components/CaseEditView/ConfirmationModals/ReopenCaseModal.d.ts.map +1 -1
  44. package/lib/esm/components/CaseEditView/ConfirmationModals/ReopenCaseModal.js +55 -43
  45. package/lib/esm/components/CaseEditView/PDFContainer.d.ts.map +1 -1
  46. package/lib/esm/components/CaseEditView/PDFContainer.js +19 -15
  47. package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSession.d.ts.map +1 -1
  48. package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSession.js +33 -16
  49. package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.d.ts.map +1 -1
  50. package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.js +31 -33
  51. package/lib/esm/components/CaseEditView/RequestRemoteSession/NewEssTermsModal.d.ts.map +1 -1
  52. package/lib/esm/components/CaseEditView/RequestRemoteSession/NewEssTermsModal.js +116 -91
  53. package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreement.d.ts.map +1 -1
  54. package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreement.js +33 -16
  55. package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreementModal.d.ts.map +1 -1
  56. package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreementModal.js +114 -89
  57. package/lib/esm/components/CaseEditView/RequestRemoteSession/remoteSessionUtils.d.ts +15 -0
  58. package/lib/esm/components/CaseEditView/RequestRemoteSession/remoteSessionUtils.d.ts.map +1 -0
  59. package/lib/esm/components/CaseEditView/RequestRemoteSession/remoteSessionUtils.js +47 -0
  60. package/lib/esm/components/CaseEditView/ShareCase/TnC.d.ts.map +1 -1
  61. package/lib/esm/components/CaseEditView/Tabs/CaseActionPlan/CaseActionPlan.d.ts.map +1 -1
  62. package/lib/esm/components/CaseEditView/Tabs/CaseActionPlan/CaseActionPlan.js +9 -6
  63. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseContactPhoneNumber.d.ts.map +1 -1
  64. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseContactPhoneNumber.js +54 -48
  65. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseDetailsManagement.d.ts.map +1 -1
  66. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseDetailsManagement.js +84 -17
  67. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseHostname.d.ts.map +1 -1
  68. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseHostname.js +8 -8
  69. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseInformation.d.ts.map +1 -1
  70. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseInformation.js +0 -2
  71. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseInternalStatus.d.ts.map +1 -1
  72. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseInternalStatus.js +4 -3
  73. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenShiftPopover.js +1 -1
  74. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenShiftV3Popover.js +1 -1
  75. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.d.ts.map +1 -1
  76. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.js +137 -59
  77. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberConfirmAlert.d.ts.map +1 -1
  78. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberConfirmAlert.js +6 -9
  79. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseReferenceNumber.d.ts.map +1 -1
  80. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseReferenceNumber.js +13 -8
  81. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseSbrGroups.d.ts.map +1 -1
  82. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseSbrGroups.js +3 -1
  83. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/ProductVersion.d.ts.map +1 -1
  84. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/ProductVersion.js +119 -65
  85. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/SFDCUrl.d.ts.map +1 -1
  86. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/SFDCUrl.js +3 -4
  87. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/Summary.d.ts.map +1 -1
  88. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/Summary.js +22 -15
  89. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/useCustomEmails.d.ts +1 -2
  90. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/useCustomEmails.d.ts.map +1 -1
  91. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/useCustomEmails.js +6 -5
  92. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/AsaCommentFeedbackModal.d.ts +25 -0
  93. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/AsaCommentFeedbackModal.d.ts.map +1 -0
  94. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/AsaCommentFeedbackModal.js +102 -0
  95. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseAttachment.d.ts.map +1 -1
  96. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseAttachment.js +44 -28
  97. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseChat.d.ts.map +1 -1
  98. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseChat.js +7 -1
  99. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseComments.d.ts +1 -1
  100. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseComments.d.ts.map +1 -1
  101. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseComments.js +158 -101
  102. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseDiscussion.d.ts +10 -2
  103. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseDiscussion.d.ts.map +1 -1
  104. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseDiscussion.js +294 -143
  105. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseExternalTrackerUpdate.js +1 -1
  106. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CommentSearch.d.ts.map +1 -1
  107. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CommentSearch.js +16 -16
  108. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/DiscussionItemLink.d.ts.map +1 -1
  109. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/DiscussionItemLink.js +9 -2
  110. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/JumpAndCopyLink.d.ts.map +1 -1
  111. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/JumpAndCopyLink.js +8 -1
  112. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useAttachmentUploadCompletion.d.ts +29 -0
  113. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useAttachmentUploadCompletion.d.ts.map +1 -0
  114. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useAttachmentUploadCompletion.js +29 -0
  115. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useCommentDrafts.d.ts +17 -0
  116. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useCommentDrafts.d.ts.map +1 -0
  117. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useCommentDrafts.js +62 -0
  118. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useMarkdownFileUploader.d.ts +1 -2
  119. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useMarkdownFileUploader.d.ts.map +1 -1
  120. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useMarkdownFileUploader.js +14 -12
  121. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment.d.ts +9 -3
  122. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment.d.ts.map +1 -1
  123. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment.js +223 -277
  124. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/VerifyCaseStatusModal/VerifyCaseStatusModal.d.ts.map +1 -1
  125. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/VerifyCaseStatusModal/VerifyCaseStatusModal.js +33 -25
  126. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/CaseHistory.d.ts +0 -1
  127. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/CaseHistory.d.ts.map +1 -1
  128. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/CaseHistory.js +8 -4
  129. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.css +55 -42
  130. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.d.ts +36 -3
  131. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.d.ts.map +1 -1
  132. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.js +100 -248
  133. package/lib/esm/components/CaseEditView/Tabs/CasePrivateNotes/CasePrivateNotes.d.ts +4 -5
  134. package/lib/esm/components/CaseEditView/Tabs/CasePrivateNotes/CasePrivateNotes.d.ts.map +1 -1
  135. package/lib/esm/components/CaseEditView/Tabs/CasePrivateNotes/CasePrivateNotes.js +29 -12
  136. package/lib/esm/components/CaseEditView/Tabs/CaseSummary/CaseSummary.d.ts.map +1 -1
  137. package/lib/esm/components/CaseEditView/Tabs/CaseSummary/CaseSummary.js +32 -18
  138. package/lib/esm/components/CaseEditView/Tabs/CaseSummary/CaseSummaryErrorMessage.d.ts.map +1 -1
  139. package/lib/esm/components/CaseEditView/Tabs/CaseSummary/CaseSummaryErrorMessage.js +5 -7
  140. package/lib/esm/components/CaseEditView/Tabs/RMEEscalations/RMEEscalationList.d.ts.map +1 -1
  141. package/lib/esm/components/CaseEditView/Tabs/RMEEscalations/RMEEscalationList.js +41 -55
  142. package/lib/esm/components/CaseEditView/Tabs/RelatedTasks/RelatedTasks.d.ts.map +1 -1
  143. package/lib/esm/components/CaseEditView/Tabs/RelatedTasks/RelatedTasks.js +2 -3
  144. package/lib/esm/components/CaseInformation/AISureMessageCard.d.ts +7 -0
  145. package/lib/esm/components/CaseInformation/AISureMessageCard.d.ts.map +1 -0
  146. package/lib/esm/components/CaseInformation/AISureMessageCard.js +15 -0
  147. package/lib/esm/components/CaseInformation/CaseGroup.d.ts.map +1 -1
  148. package/lib/esm/components/CaseInformation/CaseGroup.js +177 -55
  149. package/lib/esm/components/CaseInformation/CaseInformation.d.ts.map +1 -1
  150. package/lib/esm/components/CaseInformation/CaseInformation.js +15 -14
  151. package/lib/esm/components/CaseInformation/CaseLabels.d.ts +3 -0
  152. package/lib/esm/components/CaseInformation/CaseLabels.d.ts.map +1 -0
  153. package/lib/esm/components/CaseInformation/CaseLabels.js +108 -0
  154. package/lib/esm/components/CaseInformation/ContactPhoneNumber.d.ts.map +1 -1
  155. package/lib/esm/components/CaseInformation/ContactPhoneNumber.js +108 -31
  156. package/lib/esm/components/CaseInformation/ContactPhoneNumberPopOver.d.ts.map +1 -1
  157. package/lib/esm/components/CaseInformation/ContactPhoneNumberPopOver.js +3 -3
  158. package/lib/esm/components/CaseInformation/Description.d.ts.map +1 -1
  159. package/lib/esm/components/CaseInformation/Description.js +25 -7
  160. package/lib/esm/components/CaseInformation/FileDiag.d.ts.map +1 -1
  161. package/lib/esm/components/CaseInformation/FileDiag.js +2 -5
  162. package/lib/esm/components/CaseInformation/Fts.d.ts.map +1 -1
  163. package/lib/esm/components/CaseInformation/Fts.js +41 -27
  164. package/lib/esm/components/CaseInformation/OpenCaseIssue.d.ts +1 -0
  165. package/lib/esm/components/CaseInformation/OpenCaseIssue.d.ts.map +1 -1
  166. package/lib/esm/components/CaseInformation/OpenCaseIssue.js +8 -3
  167. package/lib/esm/components/CaseInformation/Severity.d.ts.map +1 -1
  168. package/lib/esm/components/CaseInformation/Severity.js +34 -25
  169. package/lib/esm/components/CaseInformation/SupportLevel.d.ts.map +1 -1
  170. package/lib/esm/components/CaseInformation/SupportLevel.js +43 -51
  171. package/lib/esm/components/CaseManagement/CaseLabelsCreate.d.ts +4 -0
  172. package/lib/esm/components/CaseManagement/CaseLabelsCreate.d.ts.map +1 -0
  173. package/lib/esm/components/CaseManagement/CaseLabelsCreate.js +141 -0
  174. package/lib/esm/components/CaseManagement/CaseLanguageSelector.d.ts.map +1 -1
  175. package/lib/esm/components/CaseManagement/CaseLanguageSelector.js +14 -17
  176. package/lib/esm/components/CaseManagement/CaseManagement.d.ts.map +1 -1
  177. package/lib/esm/components/CaseManagement/CaseManagement.js +15 -12
  178. package/lib/esm/components/CaseManagement/Cep.d.ts.map +1 -1
  179. package/lib/esm/components/CaseManagement/Cep.js +56 -51
  180. package/lib/esm/components/CaseManagement/ESSRemoteSessionCheckBox.d.ts.map +1 -1
  181. package/lib/esm/components/CaseManagement/ESSRemoteSessionCheckBox.js +50 -42
  182. package/lib/esm/components/CaseManagement/NoClusterIDReasonSelector.d.ts +2 -1
  183. package/lib/esm/components/CaseManagement/NoClusterIDReasonSelector.d.ts.map +1 -1
  184. package/lib/esm/components/CaseManagement/NoClusterIDReasonSelector.js +74 -72
  185. package/lib/esm/components/CaseManagement/OpenShiftClusterId.d.ts.map +1 -1
  186. package/lib/esm/components/CaseManagement/OpenShiftClusterId.js +14 -9
  187. package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.d.ts +1 -4
  188. package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.d.ts.map +1 -1
  189. package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.js +136 -84
  190. package/lib/esm/components/CaseManagement/RHAssociatesSelector.d.ts.map +1 -1
  191. package/lib/esm/components/CaseManagement/RHAssociatesSelector.js +12 -8
  192. package/lib/esm/components/CaseManagement/SendNotifications/AddContactToGroupModal.d.ts.map +1 -1
  193. package/lib/esm/components/CaseManagement/SendNotifications/AddContactToGroupModal.js +8 -8
  194. package/lib/esm/components/CaseManagement/SendNotifications/AddCustomEmailToAccountModal.d.ts.map +1 -1
  195. package/lib/esm/components/CaseManagement/SendNotifications/AddCustomEmailToAccountModal.js +19 -21
  196. package/lib/esm/components/CaseManagement/SendNotifications/CaseContactSelector.d.ts.map +1 -1
  197. package/lib/esm/components/CaseManagement/SendNotifications/CaseContactSelector.js +15 -10
  198. package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.d.ts.map +1 -1
  199. package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.js +94 -49
  200. package/lib/esm/components/ConfirmationModals/NoAttachmentSelectedModal.d.ts.map +1 -1
  201. package/lib/esm/components/ConfirmationModals/NoAttachmentSelectedModal.js +17 -34
  202. package/lib/esm/components/ConfirmationModals/PreCaseConfirmationModals.d.ts.map +1 -1
  203. package/lib/esm/components/ConfirmationModals/PreferredSecureSupportModal.d.ts.map +1 -1
  204. package/lib/esm/components/ConfirmationModals/PreferredSecureSupportModal.js +1 -1
  205. package/lib/esm/components/Cve/CveItem.d.ts.map +1 -1
  206. package/lib/esm/components/Cve/CveItem.js +14 -11
  207. package/lib/esm/components/Cve/CveModal.d.ts.map +1 -1
  208. package/lib/esm/components/Cve/CveModal.js +12 -11
  209. package/lib/esm/components/Cve/CvePanel.d.ts.map +1 -1
  210. package/lib/esm/components/Cve/CvePanel.js +18 -10
  211. package/lib/esm/components/Cve/CveSidebar.d.ts.map +1 -1
  212. package/lib/esm/components/Cve/CveSidebar.js +9 -8
  213. package/lib/esm/components/EditDescription/EditDescription.d.ts.map +1 -1
  214. package/lib/esm/components/EditDescription/EditDescription.js +4 -2
  215. package/lib/esm/components/IdeaInformation/IdeaInformation.d.ts.map +1 -1
  216. package/lib/esm/components/IdeaInformation/IdeaInformation.js +30 -24
  217. package/lib/esm/components/ImproveCase/Hostname.d.ts.map +1 -1
  218. package/lib/esm/components/ImproveCase/Hostname.js +2 -2
  219. package/lib/esm/components/ImproveCase/KtQuestions.js +6 -6
  220. package/lib/esm/components/OpenCase/CaseTypeIcons/BugIcon.d.ts.map +1 -1
  221. package/lib/esm/components/OpenCase/CaseTypeIcons/CertificationIcon.d.ts.map +1 -1
  222. package/lib/esm/components/OpenCase/CaseTypeIcons/CustomerServiceIcon.d.ts.map +1 -1
  223. package/lib/esm/components/OpenCase/CaseTypeIcons/DocumentationIcon.d.ts.map +1 -1
  224. package/lib/esm/components/OpenCase/CaseTypeIcons/GearIcon.d.ts.map +1 -1
  225. package/lib/esm/components/OpenCase/CaseTypeIcons/IdeaIcon.d.ts.map +1 -1
  226. package/lib/esm/components/OpenCase/CaseTypeIcons/RcaIcon.d.ts.map +1 -1
  227. package/lib/esm/components/OpenCase/OpenCase.d.ts.map +1 -1
  228. package/lib/esm/components/OpenCase/OpenCase.js +2 -8
  229. package/lib/esm/components/OpenCase/SupportTypeIcons/BugIcon.d.ts.map +1 -1
  230. package/lib/esm/components/OpenCase/SupportTypeIcons/CertificationIcon.d.ts.map +1 -1
  231. package/lib/esm/components/OpenCase/SupportTypeIcons/CustomerServiceIcon.d.ts.map +1 -1
  232. package/lib/esm/components/OpenCase/SupportTypeIcons/DocumentationIcon.d.ts.map +1 -1
  233. package/lib/esm/components/OpenCase/SupportTypeIcons/GearIcon.d.ts.map +1 -1
  234. package/lib/esm/components/OpenCase/SupportTypeIcons/IdeaIcon.d.ts.map +1 -1
  235. package/lib/esm/components/OpenCase/SupportTypeIcons/RcaIcon.d.ts.map +1 -1
  236. package/lib/esm/components/OpenCase/SupportTypeSelectorPage.d.ts.map +1 -1
  237. package/lib/esm/components/OpenCase/SupportTypeSelectorPage.js +10 -15
  238. package/lib/esm/components/ProductSelector/AllProductsSelector.d.ts +0 -1
  239. package/lib/esm/components/ProductSelector/AllProductsSelector.d.ts.map +1 -1
  240. package/lib/esm/components/ProductSelector/AllProductsSelector.js +20 -39
  241. package/lib/esm/components/ProductSelector/NewProductDropdownSelector.d.ts +1 -1
  242. package/lib/esm/components/ProductSelector/NewProductDropdownSelector.d.ts.map +1 -1
  243. package/lib/esm/components/ProductSelector/NewProductDropdownSelector.js +67 -59
  244. package/lib/esm/components/ProductSelector/NewProductVersionSelector.d.ts.map +1 -1
  245. package/lib/esm/components/ProductSelector/NewProductVersionSelector.js +47 -56
  246. package/lib/esm/components/ProductSelector/ProductNotEntitledWarning.d.ts +3 -0
  247. package/lib/esm/components/ProductSelector/ProductNotEntitledWarning.d.ts.map +1 -0
  248. package/lib/esm/components/ProductSelector/ProductNotEntitledWarning.js +9 -0
  249. package/lib/esm/components/ProductSelector/ProductSelector.d.ts.map +1 -1
  250. package/lib/esm/components/ProductSelector/ProductSelector.js +7 -16
  251. package/lib/esm/components/ProductSelector/ProductVersionDropdownSelector.d.ts.map +1 -1
  252. package/lib/esm/components/ProductSelector/ProductVersionDropdownSelector.js +13 -5
  253. package/lib/esm/components/Recommendations/AsideResults.d.ts.map +1 -1
  254. package/lib/esm/components/Recommendations/AsideResults.js +22 -12
  255. package/lib/esm/components/Recommendations/ClusterRecommendationItems.d.ts +2 -0
  256. package/lib/esm/components/Recommendations/ClusterRecommendationItems.d.ts.map +1 -1
  257. package/lib/esm/components/Recommendations/ClusterRecommendationItems.js +18 -13
  258. package/lib/esm/components/Recommendations/ClusterRecommendationToast.d.ts.map +1 -1
  259. package/lib/esm/components/Recommendations/ClusterRecommendationToast.js +1 -4
  260. package/lib/esm/components/Recommendations/ClusterRecommendations.d.ts.map +1 -1
  261. package/lib/esm/components/Recommendations/ClusterRecommendations.js +3 -9
  262. package/lib/esm/components/Recommendations/ClusterRecommendationsModal.d.ts.map +1 -1
  263. package/lib/esm/components/Recommendations/ClusterRecommendationsModal.js +10 -11
  264. package/lib/esm/components/Recommendations/CriticalSolutionsToast.d.ts.map +1 -1
  265. package/lib/esm/components/Recommendations/CriticalSolutionsToast.js +1 -1
  266. package/lib/esm/components/Recommendations/EARules/EARule.d.ts.map +1 -1
  267. package/lib/esm/components/Recommendations/EARules/EARule.js +9 -4
  268. package/lib/esm/components/Recommendations/EARules/EARuleInfoAccordion.d.ts.map +1 -1
  269. package/lib/esm/components/Recommendations/EARules/EARuleInfoAccordion.js +6 -4
  270. package/lib/esm/components/Recommendations/EARules/EARuleInfoInline.d.ts.map +1 -1
  271. package/lib/esm/components/Recommendations/EARules/EARuleInfoInline.js +9 -9
  272. package/lib/esm/components/Recommendations/InsightsResults.d.ts.map +1 -1
  273. package/lib/esm/components/Recommendations/InsightsResults.js +9 -5
  274. package/lib/esm/components/Recommendations/InsightsRuleInfo.d.ts.map +1 -1
  275. package/lib/esm/components/Recommendations/InsightsRuleInfo.js +25 -16
  276. package/lib/esm/components/Recommendations/RecommendationFeedbackModal.d.ts.map +1 -1
  277. package/lib/esm/components/Recommendations/RecommendationFeedbackModal.js +7 -7
  278. package/lib/esm/components/Recommendations/RecommendationInfoBox.d.ts.map +1 -1
  279. package/lib/esm/components/Recommendations/RecommendationInfoBox.js +7 -7
  280. package/lib/esm/components/Recommendations/Recommendations.d.ts.map +1 -1
  281. package/lib/esm/components/Recommendations/Recommendations.js +51 -42
  282. package/lib/esm/components/Recommendations/RecommendationsLoader.js +1 -1
  283. package/lib/esm/components/Recommendations/RulesModal.d.ts.map +1 -1
  284. package/lib/esm/components/Recommendations/RulesModal.js +10 -12
  285. package/lib/esm/components/Recommendations/WatsonxAiIcon.d.ts.map +1 -1
  286. package/lib/esm/components/Recommendations/WatsonxAiIcon.js +9 -10
  287. package/lib/esm/components/RemoteRider/RemoteRiderAcceptanceModal.d.ts.map +1 -1
  288. package/lib/esm/components/RemoteRider/RemoteRiderAcceptanceModal.js +10 -8
  289. package/lib/esm/components/RemoteRider/RemoteRiderBanner.js +1 -1
  290. package/lib/esm/components/Review/Review.d.ts.map +1 -1
  291. package/lib/esm/components/Review/Review.js +43 -28
  292. package/lib/esm/components/SessionRestore/RestoreLastSessionModal.d.ts.map +1 -1
  293. package/lib/esm/components/SessionRestore/RestoreLastSessionModal.js +7 -5
  294. package/lib/esm/components/SessionRestore/SessionRestore.d.ts +2 -0
  295. package/lib/esm/components/SessionRestore/SessionRestore.d.ts.map +1 -1
  296. package/lib/esm/components/SessionRestore/SessionRestore.js +35 -13
  297. package/lib/esm/components/SessionRestore/SessionRestoreCard.js +1 -1
  298. package/lib/esm/components/SubmitCase/SubmitCase.d.ts.map +1 -1
  299. package/lib/esm/components/SubmitCase/SubmitCase.js +34 -22
  300. package/lib/esm/components/Suggestions/EmptyTopContentSidebar.d.ts +3 -0
  301. package/lib/esm/components/Suggestions/EmptyTopContentSidebar.d.ts.map +1 -0
  302. package/lib/esm/components/Suggestions/EmptyTopContentSidebar.js +26 -0
  303. package/lib/esm/components/Suggestions/Suggestions.d.ts.map +1 -1
  304. package/lib/esm/components/Suggestions/Suggestions.js +31 -25
  305. package/lib/esm/components/Suggestions/TopContent.d.ts.map +1 -1
  306. package/lib/esm/components/Suggestions/TopContent.js +17 -17
  307. package/lib/esm/components/TroubleshootSection/AskRedHat.d.ts +9 -0
  308. package/lib/esm/components/TroubleshootSection/AskRedHat.d.ts.map +1 -0
  309. package/lib/esm/components/TroubleshootSection/AskRedHat.js +367 -0
  310. package/lib/esm/components/TroubleshootSection/CloseButton.d.ts +9 -0
  311. package/lib/esm/components/TroubleshootSection/CloseButton.d.ts.map +1 -0
  312. package/lib/esm/components/TroubleshootSection/CloseButton.js +5 -0
  313. package/lib/esm/components/TroubleshootSection/QuickResponse.d.ts +15 -0
  314. package/lib/esm/components/TroubleshootSection/QuickResponse.d.ts.map +1 -0
  315. package/lib/esm/components/TroubleshootSection/QuickResponse.js +26 -0
  316. package/lib/esm/components/TroubleshootSection/ResponseActionButton.d.ts +18 -0
  317. package/lib/esm/components/TroubleshootSection/ResponseActionButton.d.ts.map +1 -0
  318. package/lib/esm/components/TroubleshootSection/ResponseActionButton.js +28 -0
  319. package/lib/esm/components/TroubleshootSection/ResponseActions.d.ts +20 -0
  320. package/lib/esm/components/TroubleshootSection/ResponseActions.d.ts.map +1 -0
  321. package/lib/esm/components/TroubleshootSection/ResponseActions.js +54 -0
  322. package/lib/esm/components/TroubleshootSection/TroubleshootSection.d.ts +20 -0
  323. package/lib/esm/components/TroubleshootSection/TroubleshootSection.d.ts.map +1 -1
  324. package/lib/esm/components/TroubleshootSection/TroubleshootSection.js +346 -27
  325. package/lib/esm/components/TroubleshootSection/UserFeedback.d.ts +13 -0
  326. package/lib/esm/components/TroubleshootSection/UserFeedback.d.ts.map +1 -0
  327. package/lib/esm/components/TroubleshootSection/UserFeedback.js +50 -0
  328. package/lib/esm/components/TroubleshootSection/UserFeedbackComplete.d.ts +10 -0
  329. package/lib/esm/components/TroubleshootSection/UserFeedbackComplete.d.ts.map +1 -0
  330. package/lib/esm/components/TroubleshootSection/UserFeedbackComplete.js +50 -0
  331. package/lib/esm/components/TroubleshootSection/icons/CollapseIcon.d.ts +9 -0
  332. package/lib/esm/components/TroubleshootSection/icons/CollapseIcon.d.ts.map +1 -0
  333. package/lib/esm/components/TroubleshootSection/icons/CollapseIcon.js +9 -0
  334. package/lib/esm/components/TroubleshootSection/icons/StarIcon.d.ts +9 -0
  335. package/lib/esm/components/TroubleshootSection/icons/StarIcon.d.ts.map +1 -0
  336. package/lib/esm/components/TroubleshootSection/icons/StarIcon.js +17 -0
  337. package/lib/esm/components/UpdateSeverityModal/UpdateSeverityModal.d.ts.map +1 -1
  338. package/lib/esm/components/UpdateSeverityModal/UpdateSeverityModal.js +157 -105
  339. package/lib/esm/components/shared/Constants.d.ts +1 -4
  340. package/lib/esm/components/shared/Constants.d.ts.map +1 -1
  341. package/lib/esm/components/shared/Constants.js +1 -4
  342. package/lib/esm/components/shared/Rule.d.ts.map +1 -1
  343. package/lib/esm/components/shared/Rule.js +6 -6
  344. package/lib/esm/components/shared/fileUpload/FileLister.d.ts.map +1 -1
  345. package/lib/esm/components/shared/fileUpload/FileLister.js +11 -14
  346. package/lib/esm/components/shared/fileUpload/FileUpload.js +2 -3
  347. package/lib/esm/components/shared/fileUpload/FileUploader.d.ts.map +1 -1
  348. package/lib/esm/components/shared/fileUpload/FileUploader.js +3 -1
  349. package/lib/esm/components/shared/fileUpload/WidgetFileUploader.d.ts +1 -0
  350. package/lib/esm/components/shared/fileUpload/WidgetFileUploader.d.ts.map +1 -1
  351. package/lib/esm/components/shared/fileUpload/WidgetFileUploader.js +13 -10
  352. package/lib/esm/components/shared/fileUpload/common/FileUploaderInfoIcon.js +1 -1
  353. package/lib/esm/components/shared/fileUpload/css/fileSelector.css +2 -0
  354. package/lib/esm/components/shared/fileUpload/fileSelectors/FileSelectorButton.d.ts +1 -1
  355. package/lib/esm/components/shared/fileUpload/fileSelectors/FileSelectorButton.d.ts.map +1 -1
  356. package/lib/esm/components/shared/fileUpload/fileSelectors/FileSelectorButton.js +1 -1
  357. package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelector.d.ts.map +1 -1
  358. package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelector.js +4 -4
  359. package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelectorImage.js +2 -2
  360. package/lib/esm/components/shared/fileUpload/reducer/AttachmentHelper.d.ts +22 -5
  361. package/lib/esm/components/shared/fileUpload/reducer/AttachmentHelper.d.ts.map +1 -1
  362. package/lib/esm/components/shared/fileUpload/reducer/AttachmentHelper.js +311 -60
  363. package/lib/esm/components/shared/fileUpload/reducer/AttachmentReducer.d.ts +5 -1
  364. package/lib/esm/components/shared/fileUpload/reducer/AttachmentReducer.d.ts.map +1 -1
  365. package/lib/esm/components/shared/fileUpload/reducer/AttachmentReducer.js +36 -1
  366. package/lib/esm/components/shared/fileUpload/types/index.d.ts +5 -1
  367. package/lib/esm/components/shared/fileUpload/types/index.d.ts.map +1 -1
  368. package/lib/esm/components/shared/fileUpload/useFileUploader.d.ts +2 -2
  369. package/lib/esm/components/shared/fileUpload/useFileUploader.d.ts.map +1 -1
  370. package/lib/esm/components/shared/fileUpload/useFileUploader.js +119 -47
  371. package/lib/esm/components/shared/input/ContactSelectorInternal.d.ts +16 -6
  372. package/lib/esm/components/shared/input/ContactSelectorInternal.d.ts.map +1 -1
  373. package/lib/esm/components/shared/input/ContactSelectorInternal.js +133 -23
  374. package/lib/esm/components/shared/useIsSectionValid.d.ts.map +1 -1
  375. package/lib/esm/components/shared/useIsSectionValid.js +70 -91
  376. package/lib/esm/components/shared/usePostComment.d.ts.map +1 -1
  377. package/lib/esm/components/shared/usePostComment.js +16 -28
  378. package/lib/esm/components/shared/utils.d.ts +1 -0
  379. package/lib/esm/components/shared/utils.d.ts.map +1 -1
  380. package/lib/esm/components/shared/utils.js +9 -3
  381. package/lib/esm/components/wizardLayout/GlobalTroubleshootEffects.d.ts.map +1 -1
  382. package/lib/esm/components/wizardLayout/GlobalTroubleshootEffects.js +187 -37
  383. package/lib/esm/components/wizardLayout/MainSection.d.ts.map +1 -1
  384. package/lib/esm/components/wizardLayout/MainSection.js +5 -4
  385. package/lib/esm/components/wizardLayout/NewFeatureModal.d.ts.map +1 -1
  386. package/lib/esm/components/wizardLayout/NewFeatureModal.js +6 -6
  387. package/lib/esm/components/wizardLayout/WizardAside.d.ts.map +1 -1
  388. package/lib/esm/components/wizardLayout/WizardAside.js +35 -15
  389. package/lib/esm/components/wizardLayout/WizardLayout.d.ts.map +1 -1
  390. package/lib/esm/components/wizardLayout/WizardLayout.js +17 -46
  391. package/lib/esm/components/wizardLayout/WizardMain.d.ts +10 -1
  392. package/lib/esm/components/wizardLayout/WizardMain.d.ts.map +1 -1
  393. package/lib/esm/components/wizardLayout/WizardMain.js +361 -22
  394. package/lib/esm/components/wizardLayout/WizardNavigation.d.ts +8 -2
  395. package/lib/esm/components/wizardLayout/WizardNavigation.d.ts.map +1 -1
  396. package/lib/esm/components/wizardLayout/WizardNavigation.js +118 -75
  397. package/lib/esm/components/wizardLayout/index.d.ts +1 -0
  398. package/lib/esm/components/wizardLayout/index.d.ts.map +1 -1
  399. package/lib/esm/components/wizardLayout/index.js +1 -0
  400. package/lib/esm/constants/askRedHatMessages.d.ts +35 -0
  401. package/lib/esm/constants/askRedHatMessages.d.ts.map +1 -0
  402. package/lib/esm/constants/askRedHatMessages.js +61 -0
  403. package/lib/esm/constants/caseDetailsConstants.d.ts +15 -11
  404. package/lib/esm/constants/caseDetailsConstants.d.ts.map +1 -1
  405. package/lib/esm/constants/caseDetailsConstants.js +32 -12
  406. package/lib/esm/context/AIResponseContext.d.ts +10 -0
  407. package/lib/esm/context/AIResponseContext.d.ts.map +1 -0
  408. package/lib/esm/context/AIResponseContext.js +26 -0
  409. package/lib/esm/context/CaseContext.d.ts.map +1 -1
  410. package/lib/esm/context/RootTroubleshootProvider.d.ts.map +1 -1
  411. package/lib/esm/context/RootTroubleshootProvider.js +8 -6
  412. package/lib/esm/css/AskRedHat.css +495 -0
  413. package/lib/esm/css/app.css +54 -17
  414. package/lib/esm/css/case.css +499 -37
  415. package/lib/esm/css/productSelector.css +5 -1
  416. package/lib/esm/css/results.css +2 -2
  417. package/lib/esm/graphql/index.d.ts +4 -0
  418. package/lib/esm/graphql/index.d.ts.map +1 -0
  419. package/lib/esm/graphql/index.js +3 -0
  420. package/lib/esm/graphql/mutations/createRMECaseEscalation.d.ts +2 -0
  421. package/lib/esm/graphql/mutations/createRMECaseEscalation.d.ts.map +1 -0
  422. package/lib/esm/graphql/mutations/createRMECaseEscalation.js +24 -0
  423. package/lib/esm/graphql/mutations/index.d.ts +2 -0
  424. package/lib/esm/graphql/mutations/index.d.ts.map +1 -0
  425. package/lib/esm/graphql/mutations/index.js +1 -0
  426. package/lib/esm/graphql/queries/getEscalationDetails.d.ts +2 -0
  427. package/lib/esm/graphql/queries/getEscalationDetails.d.ts.map +1 -0
  428. package/lib/esm/graphql/queries/getEscalationDetails.js +36 -0
  429. package/lib/esm/graphql/queries/index.d.ts +2 -0
  430. package/lib/esm/graphql/queries/index.d.ts.map +1 -0
  431. package/lib/esm/graphql/queries/index.js +1 -0
  432. package/lib/esm/graphql/schemas/escalation.d.ts +66 -0
  433. package/lib/esm/graphql/schemas/escalation.d.ts.map +1 -0
  434. package/lib/esm/graphql/schemas/escalation.js +1 -0
  435. package/lib/esm/graphql/schemas/index.d.ts +2 -0
  436. package/lib/esm/graphql/schemas/index.d.ts.map +1 -0
  437. package/lib/esm/graphql/schemas/index.js +1 -0
  438. package/lib/esm/hooks/useAB.d.ts +23 -0
  439. package/lib/esm/hooks/useAB.d.ts.map +1 -0
  440. package/lib/esm/hooks/useAB.js +75 -0
  441. package/lib/esm/hooks/useARHResponse.d.ts +15 -0
  442. package/lib/esm/hooks/useARHResponse.d.ts.map +1 -0
  443. package/lib/esm/hooks/useARHResponse.js +103 -0
  444. package/lib/esm/hooks/useCaseComments/caseCommentsQuery.d.ts +4 -0
  445. package/lib/esm/hooks/useCaseComments/caseCommentsQuery.d.ts.map +1 -0
  446. package/lib/esm/hooks/useCaseComments/caseCommentsQuery.js +57 -0
  447. package/lib/esm/hooks/useCaseComments/index.d.ts +8 -0
  448. package/lib/esm/hooks/useCaseComments/index.d.ts.map +1 -0
  449. package/lib/esm/hooks/useCaseComments/index.js +5 -0
  450. package/lib/esm/hooks/useCaseComments/mapCaseComment.d.ts +25 -0
  451. package/lib/esm/hooks/useCaseComments/mapCaseComment.d.ts.map +1 -0
  452. package/lib/esm/hooks/useCaseComments/mapCaseComment.js +75 -0
  453. package/lib/esm/hooks/useCaseComments/types.d.ts +93 -0
  454. package/lib/esm/hooks/useCaseComments/types.d.ts.map +1 -0
  455. package/lib/esm/hooks/useCaseComments/types.js +1 -0
  456. package/lib/esm/hooks/useCaseComments/useCaseComments.d.ts +26 -0
  457. package/lib/esm/hooks/useCaseComments/useCaseComments.d.ts.map +1 -0
  458. package/lib/esm/hooks/useCaseComments/useCaseComments.js +116 -0
  459. package/lib/esm/hooks/useCaseComments/useCreateCaseComment.d.ts +19 -0
  460. package/lib/esm/hooks/useCaseComments/useCreateCaseComment.d.ts.map +1 -0
  461. package/lib/esm/hooks/useCaseComments/useCreateCaseComment.js +33 -0
  462. package/lib/esm/hooks/useCaseGroupUiState.d.ts +3 -0
  463. package/lib/esm/hooks/useCaseGroupUiState.d.ts.map +1 -0
  464. package/lib/esm/hooks/useCaseGroupUiState.js +10 -0
  465. package/lib/esm/hooks/useCaseHistory.d.ts +26 -0
  466. package/lib/esm/hooks/useCaseHistory.d.ts.map +1 -0
  467. package/lib/esm/hooks/useCaseHistory.js +107 -0
  468. package/lib/esm/hooks/useCaseLabelLinkMutations.d.ts +23 -0
  469. package/lib/esm/hooks/useCaseLabelLinkMutations.d.ts.map +1 -0
  470. package/lib/esm/hooks/useCaseLabelLinkMutations.js +84 -0
  471. package/lib/esm/hooks/useCaseUpdateErrorMessage.d.ts +9 -1
  472. package/lib/esm/hooks/useCaseUpdateErrorMessage.d.ts.map +1 -1
  473. package/lib/esm/hooks/useCaseUpdateErrorMessage.js +108 -11
  474. package/lib/esm/hooks/useResetCaseCreate.d.ts.map +1 -1
  475. package/lib/esm/hooks/useResetCaseCreate.js +18 -11
  476. package/lib/esm/hooks/useS3Upload.d.ts +5 -4
  477. package/lib/esm/hooks/useS3Upload.d.ts.map +1 -1
  478. package/lib/esm/hooks/useS3Upload.js +28 -30
  479. package/lib/esm/hooks/useWizard.d.ts +14 -0
  480. package/lib/esm/hooks/useWizard.d.ts.map +1 -1
  481. package/lib/esm/hooks/useWizard.js +33 -11
  482. package/lib/esm/i18n/template-de.d.ts +82 -4
  483. package/lib/esm/i18n/template-de.d.ts.map +1 -1
  484. package/lib/esm/i18n/template-de.js +82 -4
  485. package/lib/esm/i18n/template-es.d.ts +81 -3
  486. package/lib/esm/i18n/template-es.d.ts.map +1 -1
  487. package/lib/esm/i18n/template-es.js +81 -3
  488. package/lib/esm/i18n/template-fr.d.ts +81 -3
  489. package/lib/esm/i18n/template-fr.d.ts.map +1 -1
  490. package/lib/esm/i18n/template-fr.js +81 -3
  491. package/lib/esm/i18n/template-it.d.ts +81 -3
  492. package/lib/esm/i18n/template-it.d.ts.map +1 -1
  493. package/lib/esm/i18n/template-it.js +81 -3
  494. package/lib/esm/i18n/template-jp.d.ts +81 -3
  495. package/lib/esm/i18n/template-jp.d.ts.map +1 -1
  496. package/lib/esm/i18n/template-jp.js +81 -3
  497. package/lib/esm/i18n/template-ko.d.ts +81 -3
  498. package/lib/esm/i18n/template-ko.d.ts.map +1 -1
  499. package/lib/esm/i18n/template-ko.js +81 -3
  500. package/lib/esm/i18n/template-pt.d.ts +81 -3
  501. package/lib/esm/i18n/template-pt.d.ts.map +1 -1
  502. package/lib/esm/i18n/template-pt.js +81 -3
  503. package/lib/esm/i18n/template-ru.d.ts +47 -3
  504. package/lib/esm/i18n/template-ru.d.ts.map +1 -1
  505. package/lib/esm/i18n/template-ru.js +47 -3
  506. package/lib/esm/i18n/template-zh.d.ts +59 -3
  507. package/lib/esm/i18n/template-zh.d.ts.map +1 -1
  508. package/lib/esm/i18n/template-zh.js +59 -3
  509. package/lib/esm/index.d.ts.map +1 -1
  510. package/lib/esm/index.js +2 -0
  511. package/lib/esm/models/cache.d.ts +0 -2
  512. package/lib/esm/models/cache.d.ts.map +1 -1
  513. package/lib/esm/models/caseHistory.d.ts +86 -0
  514. package/lib/esm/models/caseHistory.d.ts.map +1 -0
  515. package/lib/esm/models/caseHistory.js +1 -0
  516. package/lib/esm/reducers/AIResponseConstNTypes.d.ts +90 -0
  517. package/lib/esm/reducers/AIResponseConstNTypes.d.ts.map +1 -0
  518. package/lib/esm/reducers/AIResponseConstNTypes.js +33 -0
  519. package/lib/esm/reducers/AIResponseReducer.d.ts +14 -0
  520. package/lib/esm/reducers/AIResponseReducer.d.ts.map +1 -0
  521. package/lib/esm/reducers/AIResponseReducer.js +80 -0
  522. package/lib/esm/reducers/CaseConstNTypes.d.ts +129 -9
  523. package/lib/esm/reducers/CaseConstNTypes.d.ts.map +1 -1
  524. package/lib/esm/reducers/CaseConstNTypes.js +39 -10
  525. package/lib/esm/reducers/CaseDetailsPageReducer.d.ts +7 -5
  526. package/lib/esm/reducers/CaseDetailsPageReducer.d.ts.map +1 -1
  527. package/lib/esm/reducers/CaseDetailsPageReducer.js +61 -26
  528. package/lib/esm/reducers/CaseDiscussionTabReducer.d.ts +11 -10
  529. package/lib/esm/reducers/CaseDiscussionTabReducer.d.ts.map +1 -1
  530. package/lib/esm/reducers/CaseDiscussionTabReducer.js +95 -64
  531. package/lib/esm/reducers/CaseHelpers.d.ts +26 -7
  532. package/lib/esm/reducers/CaseHelpers.d.ts.map +1 -1
  533. package/lib/esm/reducers/CaseHelpers.js +150 -27
  534. package/lib/esm/reducers/CaseOverviewReducer.d.ts +3 -1
  535. package/lib/esm/reducers/CaseOverviewReducer.d.ts.map +1 -1
  536. package/lib/esm/reducers/CaseOverviewReducer.js +7 -5
  537. package/lib/esm/reducers/CaseReducer.d.ts +59 -12
  538. package/lib/esm/reducers/CaseReducer.d.ts.map +1 -1
  539. package/lib/esm/reducers/CaseReducer.js +311 -95
  540. package/lib/esm/reducers/ClusterRecommendationsReducer.d.ts.map +1 -1
  541. package/lib/esm/reducers/RecommendationsReducer.d.ts.map +1 -1
  542. package/lib/esm/reducers/RecommendationsReducer.js +16 -19
  543. package/lib/esm/reducers/RouteConstNTypes.d.ts +1 -2
  544. package/lib/esm/reducers/RouteConstNTypes.d.ts.map +1 -1
  545. package/lib/esm/reducers/RouteConstNTypes.js +4 -1
  546. package/lib/esm/reducers/RouteReducer.d.ts +2 -2
  547. package/lib/esm/reducers/RouteReducer.d.ts.map +1 -1
  548. package/lib/esm/reducers/RouteReducer.js +1 -1
  549. package/lib/esm/reducers/RulesReducer.d.ts +11 -4
  550. package/lib/esm/reducers/RulesReducer.d.ts.map +1 -1
  551. package/lib/esm/reducers/RulesReducer.js +6 -1
  552. package/lib/esm/reducers/SessionRestoreReducer.d.ts +4 -3
  553. package/lib/esm/reducers/SessionRestoreReducer.d.ts.map +1 -1
  554. package/lib/esm/reducers/SessionRestoreReducer.js +51 -17
  555. package/lib/esm/reducers/TopContentReducer.d.ts.map +1 -1
  556. package/lib/esm/reducers/TopContentReducer.js +1 -1
  557. package/lib/esm/scss/_main.scss +295 -117
  558. package/lib/esm/scss/_pf-overrides.scss +269 -162
  559. package/lib/esm/utils/TimelineUtils.d.ts +41 -0
  560. package/lib/esm/utils/TimelineUtils.d.ts.map +1 -0
  561. package/lib/esm/utils/TimelineUtils.js +135 -0
  562. package/lib/esm/utils/caseDetailsCacheUtils.d.ts.map +1 -1
  563. package/lib/esm/utils/caseDetailsCacheUtils.js +1 -0
  564. package/lib/esm/utils/caseHistoryUtils.d.ts +85 -0
  565. package/lib/esm/utils/caseHistoryUtils.d.ts.map +1 -0
  566. package/lib/esm/utils/caseHistoryUtils.js +200 -0
  567. package/lib/esm/utils/caseOpenshiftClusterIdUtils.d.ts +1 -2
  568. package/lib/esm/utils/caseOpenshiftClusterIdUtils.d.ts.map +1 -1
  569. package/lib/esm/utils/caseOpenshiftClusterIdUtils.js +4 -4
  570. package/lib/esm/utils/caseSeverityFtsGraphQLUtils.d.ts +6 -0
  571. package/lib/esm/utils/caseSeverityFtsGraphQLUtils.d.ts.map +1 -0
  572. package/lib/esm/utils/caseSeverityFtsGraphQLUtils.js +26 -0
  573. package/lib/esm/utils/caseUtils.d.ts.map +1 -1
  574. package/lib/esm/utils/engagementUtils.d.ts +3 -0
  575. package/lib/esm/utils/engagementUtils.d.ts.map +1 -0
  576. package/lib/esm/utils/engagementUtils.js +16 -0
  577. package/lib/esm/utils/linkifyHtmlTextNodes.d.ts +8 -0
  578. package/lib/esm/utils/linkifyHtmlTextNodes.d.ts.map +1 -0
  579. package/lib/esm/utils/linkifyHtmlTextNodes.js +37 -0
  580. package/lib/esm/utils/remoteRiderUtils.d.ts.map +1 -1
  581. package/lib/esm/utils/visitedResourcesUtils.d.ts +31 -0
  582. package/lib/esm/utils/visitedResourcesUtils.d.ts.map +1 -0
  583. package/lib/esm/utils/visitedResourcesUtils.js +99 -0
  584. package/package.json +21 -26
  585. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/CaseHistory.css +0 -0
@@ -137,7 +137,7 @@ export default {
137
137
  'Exporting CSV': 'CSV wird exportiert',
138
138
  'Could not export CSV': 'CSV nicht exportiert',
139
139
  '4 (Low)': '4 (Niedrig)',
140
- '3 (Normal)': '3 (Normal)',
140
+ '3 (Medium)': '3 (Medium)',
141
141
  '2 (High)': '2 (Hoch)',
142
142
  '1 (Urgent)': '1 (Dringend)',
143
143
  'Saved for later': 'Gespeichert für später',
@@ -402,7 +402,7 @@ export default {
402
402
  Summary: 'Zusammenfassung',
403
403
  '* All fields are mandatory.': '* Alle Felder sind erforderlich.',
404
404
  Private: 'Privat',
405
- 'Action Plan': 'Aktionsplan',
405
+ 'Action plan': 'Aktionsplan',
406
406
  'Alternate case ID': 'Alternative Ticket-ID',
407
407
  'Assigned to': 'Zugewiesen zu',
408
408
  'Bookmarked searches': 'Suchen, die als Lesezeichen gespeichert wurden',
@@ -458,7 +458,6 @@ export default {
458
458
  'No access': 'Kein Zugriff',
459
459
  'Bookmark Account': 'Accounts als Lesezeichen abspeichern',
460
460
  'Submit request': 'Anfrage absenden',
461
- 'Oldest to Newest': 'Älteste zuerst',
462
461
  i18RequestEscalationLearnMore: 'Wenn das Problem schwerwiegender ist oder dem Ticket eine höhere Priorität zugeordnet werden soll, fügen Sie bitte einen ausführlichen Kommentar hinzu. Das Ticket wird anschließend von einem Support-Manager überprüft. <2>Learn more</2>',
463
462
  'Private Notes': 'Private Notizen',
464
463
  on: 'am',
@@ -534,7 +533,7 @@ export default {
534
533
  STANDARD: 'STANDARD',
535
534
  PREMIUM: 'PREMIUM',
536
535
  '4 (Low) - 2 business days': '4 (Niedrig) – 2 Werktage',
537
- '3 (Normal) - 1 business day': '3 (Normal) – 1 Werktag',
536
+ '3 (Medium) - 1 business day': '3 (Medium) – 1 Werktag',
538
537
  '2 (High) - 4 business hours': '2 (Hoch) – 4 Geschäftsstunden',
539
538
  '1 (Urgent) - 1 business hour': '1 (Dringend) – 1 Geschäftsstunde',
540
539
  'Loading...': 'Laden...',
@@ -801,5 +800,84 @@ export default {
801
800
  'Update info': 'Info aktualisieren',
802
801
  Summarize: 'Zusammenfassen',
803
802
  'Describe more': 'Mehr beschreiben',
803
+ 'Newest to Oldest': 'Neueste zuerst',
804
+ 'Oldest to Newest': 'Älteste bis neueste',
805
+ Reset: 'Zurücksetzen',
806
+ 'Search for a user, action, or keyword': 'Suche nach einem Benutzer, einer Aktion oder einem Schlüsselwort',
807
+ 'Try <reloadLink>reloading the page</reloadLink> or check back later': 'Versuchen Sie, die Seite <reloadLink>neu zu laden</reloadLink> oder schauen Sie später noch einmal vorbei.',
808
+ 'Try modifying your search query or changing the date range and try again.': 'Versuchen Sie, Ihre Suchanfrage oder den Datumsbereich zu ändern, und versuchen Sie es erneut.',
804
809
  // Review: 'Überprüfung',
810
+ Resources: 'Ressourcen',
811
+ 'Upload a file for Red Hat to analyze': 'Laden Sie eine Datei hoch, die Red Hat analysieren kann',
812
+ 'To help us provide the right guidance, upload a sosreport.': 'Helfen Sie uns dabei, Ihnen die richtigen Anleitungen bereitzustellen, indem Sie einen Sosreport hochladen.',
813
+ 'Describe your problem. Include specific actions and error messages.': 'Beschreiben Sie Ihr Problem. Geben Sie konkrete Aktionen und Fehlermeldungen an.',
814
+ 'How to create sosreport?': 'Wie erstelle ich einen Sosreport?',
815
+ 'Articles recommended by OpenShift AI': 'Von OpenShift AI empfohlene Artikel',
816
+ 'Updating recommendations using OpenShift AI': 'Aktualisieren von Empfehlungen mit OpenShift AI',
817
+ 'Recommending articles using OpenShift AI': 'Empfehlen von Artikeln mit OpenShift AI',
818
+ 'Exact match': 'Genaue Übereinstimmung',
819
+ 'Best match': 'Beste Übereinstimmung',
820
+ Match: 'Übereinstimmen',
821
+ 'Additional information': 'Weitere Informationen',
822
+ 'Support articles are matched to the product and version details you selected, not the problem details you entered.': 'Support-Artikel werden den von Ihnen ausgewählten Produkt- und Versionsdetails zugeordnet, nicht den von Ihnen eingegebenen Problemdetails.',
823
+ 'convert to case': 'In Groß-/Kleinschreibung umwandeln',
824
+ 'Please provide details about the location, device, software version, etc. where you encounter this issue': 'Bitte geben Sie Einzelheiten zu Ort, Gerät, Softwareversion usw. an, wo dieses Problem auftritt.',
825
+ 'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': 'Beschreiben Sie die Auswirkungen für den Benutzer oder finanzielle Auswirkungen. Informieren Sie uns über rechtliche, nationale oder medizinische Dringlichkeiten.',
826
+ 'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': 'Beschreiben Sie, wann und wie oft das Problem auftritt, z. B. täglich, nach bestimmten Aktionen, zu bestimmten Tageszeiten usw.',
827
+ "Describe the impact to you or the business'": 'Beschreiben Sie die Auswirkungen auf Sie oder das Unternehmen.',
828
+ 'In what environment are you experiencing this behavior?': 'In welcher Umgebung tritt dieses Verhalten auf?',
829
+ 'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': 'Wie häufig tritt dieses Verhalten auf? Tritt es wiederholt oder zu bestimmten Zeiten auf?',
830
+ i18nKeyPlaceHolderDetail: 'Je mehr Details Sie angeben, desto einfacher ist es für uns, Ihnen zu helfen.',
831
+ 'Example:': 'Beispiel:',
832
+ 'To expedite your case, include these details:': 'Um die Bearbeitung Ihres Falles zu beschleunigen, geben Sie bitte die folgenden Details an:',
833
+ Problem: 'Problem',
834
+ 'Error Messages': 'Fehlermeldungen',
835
+ 'Tips for describing your problem': 'Tipps zur Beschreibung Ihres Problems',
836
+ "There aren't any related tasks": 'Es gibt keine zugehörigen Aufgaben',
837
+ All: 'Alle',
838
+ Jira: 'Jira',
839
+ 'Do you want to close this case?': 'Möchten Sie diesen Fall abschließen?',
840
+ i18ConfirmResolution: 'Durch die Bestätigung wird der Status dieses Falls auf „Geschlossen“ gesetzt. Sie können den Fall auch nach Abschluss noch einsehen.',
841
+ Resolution: 'Lösung',
842
+ 'Red Hat solved my issue or reviewed my request': 'Red Hat hat mein Problem gelöst oder meine Anfrage überprüft',
843
+ 'The issue has been self-solved': 'Das Problem hat sich von selbst gelöst',
844
+ "I'm not experiencing the issue anymore": 'Das Problem tritt bei mir nicht mehr auf',
845
+ 'AI insights is currently unavailable, try reloading.': 'AI insights ist derzeit nicht verfügbar. Versuchen Sie, es erneut zu laden.',
846
+ 'Back to resources': 'Zurück zu den Ressourcen',
847
+ 'Chat with AI': 'Mit KI chatten',
848
+ 'Chat with AI to get started': 'Chatten Sie mit der KI, um zu beginnen',
849
+ 'Error while loading AI insights': 'Fehler beim Laden von AI insights',
850
+ 'Getting AI insights...': 'AI insights wird abgerufen...',
851
+ 'No AI response available yet.': 'Noch keine KI-Antwort verfügbar.',
852
+ 'No recommendations for this product': 'Keine Empfehlungen für dieses Produkt',
853
+ PREVIEW: 'VORSCHAU',
854
+ 'Read more': 'Mehr erfahren',
855
+ 'Red Hat hand picked support articles': 'Von Red Hat ausgesuchte Support-Artikel',
856
+ Reload: 'Neu laden',
857
+ 'Resolve your issue now with AI insights': 'Lösen Sie Ihr Problem jetzt mit AI insights',
858
+ 'Troubleshoot with AI insights': 'Fehlerbehebung mit AI insights',
859
+ 'Want to continue the conversation? Dive deeper with our AI assistant': 'Möchten Sie die Unterhaltung fortsetzen? Tauchen Sie mit unserem KI-Assistenten noch tiefer ein',
860
+ 'Why did you choose this rating?': 'Warum haben Sie diese Bewertung gewählt?',
861
+ '<strong>Thank you. Any more feedback?</strong>': '<strong>Vielen Dank. Haben Sie noch weiteres Feedback?</strong>',
862
+ '<strong>Thank you. How can we improve?</strong>': '<strong>Vielen Dank. Wie können wir uns verbessern?</strong>',
863
+ '<strong>Thank you</strong>': '<strong>Vielen Dank</strong>',
864
+ Accurate: 'Richtig',
865
+ 'Bad response': 'Schlechte Antwort',
866
+ Confusing: 'Verwirrend',
867
+ Copy: 'Kopie',
868
+ "Didn't solve my issue": 'Hat mein Problem nicht gelöst',
869
+ 'Easy to understand': 'Leicht verständlich',
870
+ 'Good response': 'Gute Antwort',
871
+ Inaccurate: 'Ungenau',
872
+ 'Response copied': 'Antwort kopiert',
873
+ 'Response recorded as helpful': 'Antwort als hilfreich erfasst',
874
+ 'Response recorded as unhelpful': 'Antwort als nicht hilfreich erfasst',
875
+ 'Solved my issue': 'Mein Problem wurde gelöst',
876
+ 'We appreciate your input. <br />It helps us improve this experience.': 'Wir freuen uns über Ihren Beitrag. <br />Er hilft uns, diese Erfahrung zu verbessern.',
877
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": 'Diese Feature nutzt KI-Technologie. Interaktionen können zur Verbesserung der Produkte und Dienstleistungen von Red Hat genutzt werden. Weitere Informationen zu den Datenschutzpraktiken von Red Hat finden Sie in der <a>Datenschutzerklärung von Red Hat</a>.',
878
+ '<span>Return to</span> <button>case creation</button>': '<span>Zurück zu</span> <button>Fallerstellung</button>',
879
+ 'Resolve your issues now with AI insights': 'Lösen Sie Ihre Probleme jetzt mit AI insights',
880
+ 'Generate AI case summary': 'KI-Fallzusammenfassung generieren',
881
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': 'Mit dieser Feature werden Ihre Supportfallinformationen verwendet, um eine KI-generierte Zusammenfassung Ihrer Fälle zu erstellen. Die Informationen sind möglicherweise nicht aktuell oder fehlerfrei. Überprüfen Sie KI-generierte Inhalte immer vor der Verwendung. Wir empfehlen Ihnen, Feedback zur Verbesserung der Fallzusammenfassungsfunktion zu senden',
882
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": 'Geben Sie in Ihrem Feedback keine persönlichen oder sonstigen vertraulichen Informationen preis. Feedback kann zur Verbesserung der Produkte und Dienstleistungen von Red Hat verwendet werden. Weitere Informationen zu den Datenschutzpraktiken von Red Hat finden Sie in der <a><u>Datenschutzerklärung von Red Hat</u></a>.',
805
883
  };
@@ -138,7 +138,7 @@ declare const _default: {
138
138
  'Exporting CSV': string;
139
139
  'Could not export CSV': string;
140
140
  '4 (Low)': string;
141
- '3 (Normal)': string;
141
+ '3 (Medium)': string;
142
142
  '2 (High)': string;
143
143
  '1 (Urgent)': string;
144
144
  'Saved for later': string;
@@ -460,7 +460,6 @@ declare const _default: {
460
460
  'Bookmark account': string;
461
461
  'Submit request': string;
462
462
  'Active Customer Escalation (ACE)': string;
463
- 'Oldest to Newest': string;
464
463
  i18RequestEscalationLearnMore: string;
465
464
  'Private Notes': string;
466
465
  on: string;
@@ -535,7 +534,7 @@ declare const _default: {
535
534
  STANDARD: string;
536
535
  PREMIUM: string;
537
536
  '4 (Low) - 2 business days': string;
538
- '3 (Normal) - 1 business day': string;
537
+ '3 (Medium) - 1 business day': string;
539
538
  '2 (High) - 4 business hours': string;
540
539
  '1 (Urgent) - 1 business hour': string;
541
540
  'Loading...': string;
@@ -798,6 +797,85 @@ declare const _default: {
798
797
  'Update info': string;
799
798
  Summarize: string;
800
799
  'Describe more': string;
800
+ Resources: string;
801
+ 'Upload a file for Red Hat to analyze': string;
802
+ 'To help us provide the right guidance, upload a sosreport.': string;
803
+ 'Describe your problem. Include specific actions and error messages.': string;
804
+ 'How to create sosreport?': string;
805
+ 'Articles recommended by OpenShift AI': string;
806
+ 'Updating recommendations using OpenShift AI': string;
807
+ 'Recommending articles using OpenShift AI': string;
808
+ 'Exact match': string;
809
+ 'Best match': string;
810
+ Match: string;
811
+ 'Additional information': string;
812
+ 'Support articles are matched to the product and version details you selected, not the problem details you entered.': string;
813
+ 'convert to case': string;
814
+ 'Please provide details about the location, device, software version, etc. where you encounter this issue': string;
815
+ 'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': string;
816
+ 'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': string;
817
+ "Describe the impact to you or the business'": string;
818
+ 'In what environment are you experiencing this behavior?': string;
819
+ 'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': string;
820
+ i18nKeyPlaceHolderDetail: string;
821
+ 'Example:': string;
822
+ 'To expedite your case, include these details:': string;
823
+ Problem: string;
824
+ 'Error Messages': string;
825
+ 'Tips for describing your problem': string;
826
+ "There aren't any related tasks": string;
827
+ All: string;
828
+ Jira: string;
829
+ 'Do you want to close this case?': string;
830
+ i18ConfirmResolution: string;
831
+ Resolution: string;
832
+ 'Red Hat solved my issue or reviewed my request': string;
833
+ 'The issue has been self-solved': string;
834
+ "I'm not experiencing the issue anymore": string;
835
+ 'AI insights is currently unavailable, try reloading.': string;
836
+ 'Back to resources': string;
837
+ 'Chat with AI': string;
838
+ 'Chat with AI to get started': string;
839
+ 'Error while loading AI insights': string;
840
+ 'Getting AI insights...': string;
841
+ 'No AI response available yet.': string;
842
+ 'No recommendations for this product': string;
843
+ PREVIEW: string;
844
+ 'Read more': string;
845
+ 'Red Hat hand picked support articles': string;
846
+ Reload: string;
847
+ 'Resolve your issue now with AI insights': string;
848
+ 'Troubleshoot with AI insights': string;
849
+ 'Want to continue the conversation? Dive deeper with our AI assistant': string;
850
+ 'Why did you choose this rating?': string;
851
+ '<strong>Thank you. Any more feedback?</strong>': string;
852
+ '<strong>Thank you. How can we improve?</strong>': string;
853
+ '<strong>Thank you</strong>': string;
854
+ Accurate: string;
855
+ 'Bad response': string;
856
+ Confusing: string;
857
+ Copy: string;
858
+ "Didn't solve my issue": string;
859
+ 'Easy to understand': string;
860
+ 'Good response': string;
861
+ Inaccurate: string;
862
+ 'Response copied': string;
863
+ 'Response recorded as helpful': string;
864
+ 'Response recorded as unhelpful': string;
865
+ 'Solved my issue': string;
866
+ 'We appreciate your input. <br />It helps us improve this experience.': string;
867
+ 'Newest to Oldest': string;
868
+ 'Oldest to Newest': string;
869
+ Reset: string;
870
+ 'Search for a user, action, or keyword': string;
871
+ 'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
872
+ 'Try modifying your search query or changing the date range and try again.': string;
873
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": string;
874
+ '<span>Return to</span> <button>case creation</button>': string;
875
+ 'Resolve your issues now with AI insights': string;
876
+ 'Generate AI case summary': string;
877
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': string;
878
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": string;
801
879
  };
802
880
  export default _default;
803
881
  //# sourceMappingURL=template-es.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-es.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAy7BE"}
1
+ {"version":3,"file":"template-es.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAshCE"}
@@ -138,7 +138,7 @@ export default {
138
138
  'Exporting CSV': 'Exportación de CSV',
139
139
  'Could not export CSV': 'No pudo exportar el CSV',
140
140
  '4 (Low)': '4 (bajo)',
141
- '3 (Normal)': '3 (Normal)',
141
+ '3 (Medium)': '3 (Medium)',
142
142
  '2 (High)': '2 (alto)',
143
143
  '1 (Urgent)': '1 (urgente)',
144
144
  'Saved for later': 'Guardado para más tarde',
@@ -460,7 +460,6 @@ export default {
460
460
  'Bookmark account': 'Marcar cuentas',
461
461
  'Submit request': 'Enviar solicitud',
462
462
  'Active Customer Escalation (ACE)': 'Remisión de cliente a instancia superior (ACE)',
463
- 'Oldest to Newest': 'Del menos reciente al más reciente',
464
463
  i18RequestEscalationLearnMore: 'Si siente que el problema ha empeorado o que su caso debería tener más prioridad, proporcione un comentario detallado y su caso será revisado por un gerente de soporte. <2>Learn more.</2>',
465
464
  'Private Notes': 'Notas privadas',
466
465
  on: 'en',
@@ -535,7 +534,7 @@ export default {
535
534
  STANDARD: 'STANDARD',
536
535
  PREMIUM: 'PREMIUM',
537
536
  '4 (Low) - 2 business days': '4 (Bajo) - 2 días hábiles',
538
- '3 (Normal) - 1 business day': '3 (Normal) - 1 día hábil',
537
+ '3 (Medium) - 1 business day': '3 (Medium) - 1 día hábil',
539
538
  '2 (High) - 4 business hours': '2 (Alto) - 4 horas de trabajo',
540
539
  '1 (Urgent) - 1 business hour': '1 (Urgente) - 1 hora de trabajo',
541
540
  'Loading...': 'Cargando...',
@@ -800,4 +799,83 @@ export default {
800
799
  'Update info': 'Actualice la información',
801
800
  Summarize: 'Resumir',
802
801
  'Describe more': 'Describir más',
802
+ Resources: 'Recursos',
803
+ 'Upload a file for Red Hat to analyze': 'Suba un archivo para que Red Hat lo analice',
804
+ 'To help us provide the right guidance, upload a sosreport.': 'Para ayudarnos a brindarle la orientación adecuada, cargue un sosreport.',
805
+ 'Describe your problem. Include specific actions and error messages.': 'Describa el problema. Incluya acciones específicas y mensajes de error.',
806
+ 'How to create sosreport?': '¿Cómo crear un sosreport?',
807
+ 'Articles recommended by OpenShift AI': 'Artículos recomendados por OpenShift AI',
808
+ 'Updating recommendations using OpenShift AI': 'Actualización de recomendaciones mediante OpenShift AI',
809
+ 'Recommending articles using OpenShift AI': 'Recomendación de artículos mediante OpenShift AI',
810
+ 'Exact match': 'Coincidencia exacta',
811
+ 'Best match': 'Mejor coincidencia',
812
+ Match: 'Coincidencia',
813
+ 'Additional information': 'Información adicional',
814
+ 'Support articles are matched to the product and version details you selected, not the problem details you entered.': 'Los artículos de soporte coinciden con los detalles del producto y la versión que seleccionó, no con los detalles del problema que ingresó.',
815
+ 'convert to case': 'convertir a mayúsculas y minúsculas',
816
+ 'Please provide details about the location, device, software version, etc. where you encounter this issue': 'Proporcione detalles sobre la ubicación, el dispositivo, la versión del software, etc. en los que encuentra este problema.',
817
+ 'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': 'Describa el impacto financiero o para el usuario. Infórmenos sobre cualquier urgencia legal, nacional o médica.',
818
+ 'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': 'Describa cuándo y con qué frecuencia ocurre el problema, por ejemplo, a diario, después de acciones específicas, en determinados momentos del día, etc.',
819
+ "Describe the impact to you or the business'": 'Describa el impacto para usted o para la empresa.',
820
+ 'In what environment are you experiencing this behavior?': '¿En qué entorno observa este comportamiento?',
821
+ 'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': '¿Con qué frecuencia se produce este comportamiento? ¿Se produce de forma reiterada o en determinados momentos?',
822
+ i18nKeyPlaceHolderDetail: 'Cuantos más detalles incluya, será más fácil brindarle ayuda.',
823
+ 'Example:': 'Ejemplo:',
824
+ 'To expedite your case, include these details:': 'Para agilizar su caso, incluya estos detalles:',
825
+ Problem: 'Problema',
826
+ 'Error Messages': 'Mensajes de error',
827
+ 'Tips for describing your problem': 'Consejos para describir su problema',
828
+ "There aren't any related tasks": 'No hay tareas relacionadas',
829
+ All: 'Todo',
830
+ Jira: 'Jira',
831
+ 'Do you want to close this case?': '¿Desea cerrar este caso?',
832
+ i18ConfirmResolution: 'Si confirma, el caso quedará <1>cerrado.</1> Podrá seguir viéndolo una vez cerrado.',
833
+ Resolution: 'Resolución',
834
+ 'Red Hat solved my issue or reviewed my request': 'Red Hat resolvió mi problema o revisó mi solicitud',
835
+ 'The issue has been self-solved': 'El problema se solucionó por sí solo',
836
+ "I'm not experiencing the issue anymore": 'Ya no tengo ese problema',
837
+ 'AI insights is currently unavailable, try reloading.': 'Actualmente, AI Insights no está disponible; intente volver a cargar.',
838
+ 'Back to resources': 'Volver a los recursos',
839
+ 'Chat with AI': 'Chatear con la IA',
840
+ 'Chat with AI to get started': 'Chatear con la IA para comenzar',
841
+ 'Error while loading AI insights': 'Error al cargar AI Insights',
842
+ 'Getting AI insights...': 'Obteniendo AI Insights…',
843
+ 'No AI response available yet.': 'Todavía no hay ninguna respuesta de la IA disponible.',
844
+ 'No recommendations for this product': 'No hay recomendaciones para este producto',
845
+ PREVIEW: 'VISTA PREVIA',
846
+ 'Read more': 'Leer más',
847
+ 'Red Hat hand picked support articles': 'Artículos de soporte seleccionados por Red Hat',
848
+ Reload: 'Volver a cargar',
849
+ 'Resolve your issue now with AI insights': 'Resuelva su problema ahora con AI Insights',
850
+ 'Troubleshoot with AI insights': 'Solucionar problemas con AI Insights',
851
+ 'Want to continue the conversation? Dive deeper with our AI assistant': '¿Desea continuar con la conversación? Profundice con nuestro asistente de IA',
852
+ 'Why did you choose this rating?': '¿Por qué eligió esta calificación?',
853
+ '<strong>Thank you. Any more feedback?</strong>': '<strong>Gracias. ¿Tiene más comentarios?</strong>',
854
+ '<strong>Thank you. How can we improve?</strong>': '<strong>Gracias. ¿Cómo podemos mejorar?</strong>',
855
+ '<strong>Thank you</strong>': '<strong>Gracias</strong>',
856
+ Accurate: 'Preciso',
857
+ 'Bad response': 'Mala respuesta',
858
+ Confusing: 'Confuso',
859
+ Copy: 'Copiar',
860
+ "Didn't solve my issue": 'No resolvió mi problema',
861
+ 'Easy to understand': 'Fácil de entender',
862
+ 'Good response': 'Buena respuesta',
863
+ Inaccurate: 'Incorrecto',
864
+ 'Response copied': 'Respuesta copiada',
865
+ 'Response recorded as helpful': 'Respuesta registrada como útil',
866
+ 'Response recorded as unhelpful': 'Respuesta registrada como inútil',
867
+ 'Solved my issue': 'Resolvió mi problema',
868
+ 'We appreciate your input. <br />It helps us improve this experience.': 'Agradecemos tu aporte. <br/>Nos ayuda a mejorar esta experiencia.',
869
+ 'Newest to Oldest': 'Del más reciente al más antiguo',
870
+ 'Oldest to Newest': 'De más antiguo a más reciente',
871
+ Reset: 'Reiniciar',
872
+ 'Search for a user, action, or keyword': 'Buscar un usuario, una acción o una palabra clave',
873
+ 'Try <reloadLink>reloading the page</reloadLink> or check back later': '<reloadLink>Vuelva a cargar la página</reloadLink> o inténtelo de nuevo más tarde',
874
+ 'Try modifying your search query or changing the date range and try again.': 'Intente modificar su búsqueda o cambiar el rango de fechas y vuelva a intentarlo.',
875
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": 'Esta función utiliza tecnología de IA. Las interacciones pueden utilizarse con el fin de mejorar los productos o servicios de Red Hat. Para obtener más información sobre las prácticas de privacidad de Red Hat, consulte la <a>Declaración de Privacidad de Red Hat.</a>',
876
+ '<span>Return to</span> <button>case creation</button>': '<span>Volver a</span> <button>creación de casos</button>',
877
+ 'Resolve your issues now with AI insights': 'Resuelva sus problemas ahora con AI Insights',
878
+ 'Generate AI case summary': 'Generar resumen de caso con IA',
879
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': 'Cuando usa esta función, la información de sus casos de soporte se utilizará para crear un resumen de sus casos generado por IA. Es posible que la información no esté actualizada o contenga errores. Siempre revise el contenido generado por IA antes de usarlo. Le recomendamos enviar sus comentarios para mejorar la función de resumen de casos.',
880
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": 'No comparta información personal ni confidencial en sus comentarios. Los comentarios pueden utilizarse con el fin de mejorar los productos o servicios de Red Hat. Para obtener más información acerca de las prácticas de privacidad de Red Hat, consulte la <a><u>Declaración de privacidad de Red Hat.</u></a>',
803
881
  };
@@ -138,7 +138,7 @@ declare const _default: {
138
138
  'Exporting CSV': string;
139
139
  'Could not export CSV': string;
140
140
  '4 (Low)': string;
141
- '3 (Normal)': string;
141
+ '3 (Medium)': string;
142
142
  '2 (High)': string;
143
143
  '1 (Urgent)': string;
144
144
  'Saved for later': string;
@@ -459,7 +459,6 @@ declare const _default: {
459
459
  'Bookmark account': string;
460
460
  'Submit request': string;
461
461
  'Active Customer Escalation (ACE)': string;
462
- 'Oldest to Newest': string;
463
462
  i18RequestEscalationLearnMore: string;
464
463
  'Private Notes': string;
465
464
  on: string;
@@ -534,7 +533,7 @@ declare const _default: {
534
533
  STANDARD: string;
535
534
  PREMIUM: string;
536
535
  '4 (Low) - 2 business days': string;
537
- '3 (Normal) - 1 business day': string;
536
+ '3 (Medium) - 1 business day': string;
538
537
  '2 (High) - 4 business hours': string;
539
538
  '1 (Urgent) - 1 business hour': string;
540
539
  'Loading...': string;
@@ -797,6 +796,85 @@ declare const _default: {
797
796
  'or as in your Service Level Agreement (SLA)': string;
798
797
  'View case': string;
799
798
  'Update info': string;
799
+ Resources: string;
800
+ 'Upload a file for Red Hat to analyze': string;
801
+ 'To help us provide the right guidance, upload a sosreport.': string;
802
+ 'Describe your problem. Include specific actions and error messages.': string;
803
+ 'How to create sosreport?': string;
804
+ 'Articles recommended by OpenShift AI': string;
805
+ 'Updating recommendations using OpenShift AI': string;
806
+ 'Recommending articles using OpenShift AI': string;
807
+ 'Exact match': string;
808
+ 'Best match': string;
809
+ Match: string;
810
+ 'Additional information': string;
811
+ 'Support articles are matched to the product and version details you selected, not the problem details you entered.': string;
812
+ 'convert to case': string;
813
+ 'Please provide details about the location, device, software version, etc. where you encounter this issue': string;
814
+ 'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': string;
815
+ 'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': string;
816
+ "Describe the impact to you or the business'": string;
817
+ 'In what environment are you experiencing this behavior?': string;
818
+ 'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': string;
819
+ i18nKeyPlaceHolderDetail: string;
820
+ 'Example:': string;
821
+ 'To expedite your case, include these details:': string;
822
+ Problem: string;
823
+ 'Error Messages': string;
824
+ 'Tips for describing your problem': string;
825
+ "There aren't any related tasks": string;
826
+ All: string;
827
+ Jira: string;
828
+ 'Do you want to close this case?': string;
829
+ i18ConfirmResolution: string;
830
+ Resolution: string;
831
+ 'Red Hat solved my issue or reviewed my request': string;
832
+ 'The issue has been self-solved': string;
833
+ "I'm not experiencing the issue anymore": string;
834
+ 'AI insights is currently unavailable, try reloading.': string;
835
+ 'Back to resources': string;
836
+ 'Chat with AI': string;
837
+ 'Chat with AI to get started': string;
838
+ 'Error while loading AI insights': string;
839
+ 'Getting AI insights...': string;
840
+ 'No AI response available yet.': string;
841
+ 'No recommendations for this product': string;
842
+ PREVIEW: string;
843
+ 'Read more': string;
844
+ 'Red Hat hand picked support articles': string;
845
+ Reload: string;
846
+ 'Resolve your issue now with AI insights': string;
847
+ 'Troubleshoot with AI insights': string;
848
+ 'Want to continue the conversation? Dive deeper with our AI assistant': string;
849
+ 'Why did you choose this rating?': string;
850
+ '<strong>Thank you. Any more feedback?</strong>': string;
851
+ '<strong>Thank you. How can we improve?</strong>': string;
852
+ '<strong>Thank you</strong>': string;
853
+ Accurate: string;
854
+ 'Bad response': string;
855
+ Confusing: string;
856
+ Copy: string;
857
+ "Didn't solve my issue": string;
858
+ 'Easy to understand': string;
859
+ 'Good response': string;
860
+ Inaccurate: string;
861
+ 'Response copied': string;
862
+ 'Response recorded as helpful': string;
863
+ 'Response recorded as unhelpful': string;
864
+ 'Solved my issue': string;
865
+ 'We appreciate your input. <br />It helps us improve this experience.': string;
866
+ 'Newest to Oldest': string;
867
+ 'Oldest to Newest': string;
868
+ Reset: string;
869
+ 'Search for a user, action, or keyword': string;
870
+ 'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
871
+ 'Try modifying your search query or changing the date range and try again.': string;
872
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": string;
873
+ '<span>Return to</span> <button>case creation</button>': string;
874
+ 'Resolve your issues now with AI insights': string;
875
+ 'Generate AI case summary': string;
876
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': string;
877
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": string;
800
878
  };
801
879
  export default _default;
802
880
  //# sourceMappingURL=template-fr.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-fr.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAg8BE"}
1
+ {"version":3,"file":"template-fr.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA+hCE"}
@@ -138,7 +138,7 @@ export default {
138
138
  'Exporting CSV': 'Exportation de CSV',
139
139
  'Could not export CSV': 'N’a pas pu exporter CSV',
140
140
  '4 (Low)': '4 (faible)',
141
- '3 (Normal)': '3 (normal)',
141
+ '3 (Medium)': '3 (normal)',
142
142
  '2 (High)': '2 (élevé)',
143
143
  '1 (Urgent)': '1 (urgent)',
144
144
  'Saved for later': 'Sauvegardé pour plus tard',
@@ -460,7 +460,6 @@ export default {
460
460
  'Bookmark account': 'Comptes avec signets',
461
461
  'Submit request': 'Valider la requête',
462
462
  'Active Customer Escalation (ACE)': 'Escalade client active (ACE)',
463
- 'Oldest to Newest': 'Du plus ancien au plus récent',
464
463
  i18RequestEscalationLearnMore: "Si vous estimez que votre problème s'est aggravé ou qu'il devrait bénéficier d'un niveau de priorité plus élevé, saisissez un commentaire détaillé afin qu'un responsable d'assistance se charge de votre dossier.",
465
464
  'Private Notes': 'Remarques privées',
466
465
  on: 'le',
@@ -535,7 +534,7 @@ export default {
535
534
  STANDARD: 'STANDARD',
536
535
  PREMIUM: 'PREMIUM',
537
536
  '4 (Low) - 2 business days': '4 (faible) - 2 jours ouvrables',
538
- '3 (Normal) - 1 business day': '3 (normal) - 1 jour ouvrable',
537
+ '3 (Medium) - 1 business day': '3 (normal) - 1 jour ouvrable',
539
538
  '2 (High) - 4 business hours': '2 (élevé) - 4 heures ouvrables',
540
539
  '1 (Urgent) - 1 business hour': '1 (Urgent) - 1 heure ouvrable',
541
540
  'Loading...': 'Chargement...',
@@ -802,4 +801,83 @@ export default {
802
801
  'or as in your Service Level Agreement (SLA)': 'ou selon votre SLA contractuel',
803
802
  'View case': 'Voir le cas',
804
803
  'Update info': 'Mise à jour des informations',
804
+ Resources: 'Ressources',
805
+ 'Upload a file for Red Hat to analyze': "Téléchargez un fichier pour que Red Hat l'analyse",
806
+ 'To help us provide the right guidance, upload a sosreport.': 'Pour nous aider à vous fournir les conseils appropriés, téléchargez un sosreport.',
807
+ 'Describe your problem. Include specific actions and error messages.': "Décrivez votre problème. Incluez des actions spécifiques et des messages d'erreur.",
808
+ 'How to create sosreport?': 'Comment créer un sosreport ?',
809
+ 'Articles recommended by OpenShift AI': 'Articles recommandés par OpenShift AI',
810
+ 'Updating recommendations using OpenShift AI': "Mise à jour des recommandations à l'aide d'OpenShift AI",
811
+ 'Recommending articles using OpenShift AI': "Recommandation d'articles à l'aide d'OpenShift AI",
812
+ 'Exact match': 'Correspondance exacte',
813
+ 'Best match': 'Meilleure correspondance',
814
+ Match: 'Correspondre',
815
+ 'Additional information': 'Informations Complémentaires',
816
+ 'Support articles are matched to the product and version details you selected, not the problem details you entered.': "Les articles d'assistance correspondent aux détails du produit et de la version que vous avez sélectionnés, et non aux détails du problème que vous avez saisis.",
817
+ 'convert to case': 'Convertir en casse',
818
+ 'Please provide details about the location, device, software version, etc. where you encounter this issue': "Veuillez fournir des détails sur l'emplacement, l'appareil, la version du logiciel, etc. où vous rencontrez ce problème",
819
+ 'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': "Décrivez l'impact financier ou sur l'utilisateur. Informez-nous de toute urgence juridique, nationale ou médicale.",
820
+ 'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': 'Décrivez quand et à quelle fréquence le problème survient, par exemple quotidiennement, après des actions spécifiques, à des moments particuliers de la journée, etc.',
821
+ "Describe the impact to you or the business'": "Décrivez l'impact sur vous ou sur l'entreprise",
822
+ 'In what environment are you experiencing this behavior?': 'Dans quel environnement rencontrez-vous ce comportement ?',
823
+ 'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': 'À quelle fréquence ce comportement se produit-il ? Se produit-il de manière répétée ou à des moments précis ?',
824
+ i18nKeyPlaceHolderDetail: 'Plus vous incluez de détails, plus il nous sera facile de vous aider.',
825
+ 'Example:': 'Exemple :',
826
+ 'To expedite your case, include these details:': 'Pour accélérer votre dossier, incluez ces détails :',
827
+ Problem: 'Problème',
828
+ 'Error Messages': "Messages d'erreur",
829
+ 'Tips for describing your problem': 'Conseils pour décrire votre problème',
830
+ "There aren't any related tasks": "Il n'y a aucune tâche associée",
831
+ All: 'Tous',
832
+ Jira: 'Jira',
833
+ 'Do you want to close this case?': 'Voulez-vous clôturer ce dossier ?',
834
+ i18ConfirmResolution: 'La confirmation définira le statut de ce dossier comme <1>fermé</1>. Vous pouvez toujours consulter le dossier après sa clôture.',
835
+ Resolution: 'Résolution',
836
+ 'Red Hat solved my issue or reviewed my request': 'Red Hat a résolu mon problème ou examiné ma demande',
837
+ 'The issue has been self-solved': 'Le problème a été résolu tout seul',
838
+ "I'm not experiencing the issue anymore": 'Je ne rencontre plus le problème',
839
+ 'AI insights is currently unavailable, try reloading.': "Les informations sur l'IA ne sont pas actuellement disponibles, essayez de charger à nouveau.",
840
+ 'Back to resources': 'Retour aux ressources',
841
+ 'Chat with AI': "Discuter avec l'IA",
842
+ 'Chat with AI to get started': "Discutez avec l'IA pour commencer",
843
+ 'Error while loading AI insights': 'Erreur lors du chargement des informations AI',
844
+ 'Getting AI insights...': "Obtenir des informations sur l'IA...",
845
+ 'No AI response available yet.': "Aucune réponse de l'IA n'est encore disponible.",
846
+ 'No recommendations for this product': 'Aucune recommandation pour ce produit',
847
+ PREVIEW: 'APERÇU',
848
+ 'Read more': 'En savoir plus',
849
+ 'Red Hat hand picked support articles': 'Articles de support soigneusement sélectionnés par Red Hat',
850
+ Reload: 'Chargez à nouveau',
851
+ 'Resolve your issue now with AI insights': "Résolvez votre problème maintenant grâce aux informations de l'IA",
852
+ 'Troubleshoot with AI insights': "Dépannage grâce aux informations de l'IA",
853
+ 'Want to continue the conversation? Dive deeper with our AI assistant': 'Envie de poursuivre la conversation ? Approfondissez vos connaissances avec notre assistant IA.',
854
+ 'Why did you choose this rating?': 'Pourquoi avez-vous choisi cette note ?',
855
+ '<strong>Thank you. Any more feedback?</strong>': "Merci. Avez-vous d'autres commentaires ?",
856
+ '<strong>Thank you. How can we improve?</strong>': 'Merci. Comment pouvons-nous nous améliorer ?',
857
+ '<strong>Thank you</strong>': '<strong>Merci</strong>',
858
+ Accurate: 'Précis',
859
+ 'Bad response': 'Mauvaise réponse',
860
+ Confusing: 'Déroutant',
861
+ Copy: 'Copie',
862
+ "Didn't solve my issue": "N'a pas résolu mon problème",
863
+ 'Easy to understand': 'Facile à comprendre',
864
+ 'Good response': 'Bonne réponse',
865
+ Inaccurate: 'Inexact(e)',
866
+ 'Response copied': 'Réponse copiée',
867
+ 'Response recorded as helpful': 'Réponse enregistrée comme utile',
868
+ 'Response recorded as unhelpful': 'Réponse enregistrée comme inutile',
869
+ 'Solved my issue': "J'ai résolu mon problème",
870
+ 'We appreciate your input. <br />It helps us improve this experience.': 'Nous apprécions votre contribution. <br />Cela nous aide à améliorer cette expérience.',
871
+ 'Newest to Oldest': 'Du plus récent au plus ancien',
872
+ 'Oldest to Newest': 'Du plus ancien au plus récent',
873
+ Reset: 'Réinitialiser',
874
+ 'Search for a user, action, or keyword': 'Rechercher un utilisateur, une action ou un mot-clé',
875
+ 'Try <reloadLink>reloading the page</reloadLink> or check back later': 'Essayez de <reloadLink>recharger la page</reloadLink> ou réessayez ultérieurement.',
876
+ 'Try modifying your search query or changing the date range and try again.': 'Essayez de modifier votre requête de recherche ou de changer la plage de dates et réessayez.',
877
+ "This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": "Cette fonctionnalité utilise l'IA. Les interactions peuvent servir à améliorer les produits et services Red Hat. Pour plus d'informations sur les pratiques de confidentialité de Red Hat, veuillez consulter la <a>Déclaration de confidentialité de Red Hat</a>.",
878
+ '<span>Return to</span> <button>case creation</button>': '<span>Retour à</span> <button>création de dossier</button>',
879
+ 'Resolve your issues now with AI insights': "Résolvez vos problèmes maintenant grâce aux informations de l'IA",
880
+ 'Generate AI case summary': "Générer un résumé de cas d'IA",
881
+ 'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': "En utilisant cette fonctionnalité, les informations de votre demande d'assistance seront utilisées pour créer un résumé généré par l'IA. Ces informations peuvent ne pas être à jour ou exemptes d'erreurs. Veuillez toujours consulter le contenu généré par l'IA avant utilisation. Nous vous encourageons à nous faire part de vos commentaires pour améliorer la fonctionnalité de résumé des demandes.",
882
+ "Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": "Ne partagez aucune information personnelle ou sensible dans vos commentaires. Ceux-ci peuvent servir à améliorer les produits et services Red Hat. Pour plus d'informations sur les pratiques de confidentialité de Red Hat, veuillez consulter la <a><u>Déclaration de confidentialité de Red Hat</u></a>.",
805
883
  };