@rh-support/troubleshoot 2.7.0 → 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
@@ -138,7 +138,7 @@ export default {
138
138
  'Exporting CSV': 'CSV 내보내기',
139
139
  'Could not export CSV': 'CSV를 내보낼 수 없습니다',
140
140
  '4 (Low)': '4 (낮음)',
141
- '3 (Normal)': '3 (보통)',
141
+ '3 (Medium)': '3 (보통)',
142
142
  '2 (High)': '2 (높음)',
143
143
  '1 (Urgent)': '1 (긴급)',
144
144
  'Saved for later': '임시 저장했습니다',
@@ -462,7 +462,6 @@ export default {
462
462
  'Bookmark account': '계정을 북마크',
463
463
  'Submit request': '요청 보내기',
464
464
  'Active Customer Escalation (ACE)': '사용자 문제 에스컬레이션 (ACE)',
465
- 'Oldest to Newest': '오래된 항목 순',
466
465
  i18RequestEscalationLearnMore: '문제가 더 심각해지거나 기술 문의 사항의 우선 순위가 더 높아야 한다고 생각되는 경우, 자세한 설명을 제공하면 지원 관리자가 검토할 것입니다. <2>Learn more.</2>',
467
466
  'Private Notes': '비공개 메모',
468
467
  on: '날짜:',
@@ -537,7 +536,7 @@ export default {
537
536
  STANDARD: 'STANDARD',
538
537
  PREMIUM: 'PREMIUM',
539
538
  '4 (Low) - 2 business days': '4 (낮음)-영업일 기준 2 일',
540
- '3 (Normal) - 1 business day': '3 (중간)-영업일 기준 1 일',
539
+ '3 (Medium) - 1 business day': '3 (중간)-영업일 기준 1 일',
541
540
  '2 (High) - 4 business hours': '2 (높음) - 4 시간 (영업 시간)',
542
541
  '1 (Urgent) - 1 business hour': '1 (긴급) - 1 시간 (영업 시간)',
543
542
  'Loading...': '로드 중 ...',
@@ -806,4 +805,83 @@ export default {
806
805
  'or as in your Service Level Agreement (SLA)': '또는 서비스 수준 계약(SLA)에 따라 준수',
807
806
  'View case': '케이스 보기',
808
807
  'Update info': '업데이트 정보',
808
+ Resources: '리소스',
809
+ 'Upload a file for Red Hat to analyze': 'Red Hat에서 분석할 파일 업로드',
810
+ 'To help us provide the right guidance, upload a sosreport.': '올바른 지침을 제공하는 데 도움이 되도록 sosreport를 업로드합니다.',
811
+ 'Describe your problem. Include specific actions and error messages.': '문제를 설명합니다. 특정 작업 및 오류 메시지를 포함합니다.',
812
+ 'How to create sosreport?': 'sosreport를 생성하는 방법',
813
+ 'Articles recommended by OpenShift AI': 'OpenShift AI에서 추천하는 문서',
814
+ 'Updating recommendations using OpenShift AI': 'OpenShift AI를 사용하여 권장 사항 업데이트',
815
+ 'Recommending articles using OpenShift AI': 'OpenShift AI를 사용하여 문서 추천',
816
+ 'Exact match': '정확한 일치',
817
+ 'Best match': '최상의 일치',
818
+ Match: '일치',
819
+ 'Additional information': '추가 정보',
820
+ 'Support articles are matched to the product and version details you selected, not the problem details you entered.': '지원 문서는 입력한 문제 세부 정보가 아닌 선택한 제품 및 버전 세부 정보와 일치합니다.',
821
+ 'convert to case': '케이스로 변환',
822
+ 'Please provide details about the location, device, software version, etc. where you encounter this issue': '이 문제가 발생한 위치, 장치, 소프트웨어 버전에 대한 세부 정보를 제공하십시오.',
823
+ 'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': '사용자 또는 재정적 영향에 대해 설명합니다. 법적, 국가적 또는 의료적 긴급 상황에 대해 알려주십시오.',
824
+ 'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': '문제가 발생하는 시기와 얼마나 자주 (예: 매일, 특정 작업 후, 하루 중 특정 시간) 발생하는지 설명합니다.',
825
+ "Describe the impact to you or the business'": '귀하 또는 비즈니스에 미치는 영향 설명',
826
+ 'In what environment are you experiencing this behavior?': '어떤 환경에서 이 현상이 발생합니까?',
827
+ 'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': '이 현상이 얼마나 자주 발생합니까? 반복적으로 발생합니까, 아니면 특정 시간에 발생합니까?',
828
+ i18nKeyPlaceHolderDetail: '더 많은 세부 정보를 포함할수록 도움을 드리기가 더 수월해 집니다.',
829
+ 'Example:': '예:',
830
+ 'To expedite your case, include these details:': '케이스를 신속하게 처리하려면 다음 세부 정보를 포함합니다.',
831
+ Problem: '문제',
832
+ 'Error Messages': '오류 메시지',
833
+ 'Tips for describing your problem': '문제 설명에 대한 팁',
834
+ "There aren't any related tasks": '관련 작업이 없습니다.',
835
+ All: '모두',
836
+ Jira: 'Jira',
837
+ 'Do you want to close this case?': '이 케이스를 닫으시겠습니까?',
838
+ i18ConfirmResolution: '확인하면 이 케이스의 상태가 종료로 설정됩니다. 종료 후에도 케이스를 볼 수 있습니다.',
839
+ Resolution: '해결 방법',
840
+ 'Red Hat solved my issue or reviewed my request': 'Red Hat이 문제를 해결하거나 요청을 검토했습니다.',
841
+ 'The issue has been self-solved': '이 문제는 자체적으로 해결되었습니다.',
842
+ "I'm not experiencing the issue anymore": '더 이상 이 문제가 발생하지 않습니다.',
843
+ 'AI insights is currently unavailable, try reloading.': '현재 AI 인사이트를 사용할 수 없습니다. 다시 로드해 보세요.',
844
+ 'Back to resources': '리소스로 돌아가기',
845
+ 'Chat with AI': 'AI와 채팅',
846
+ 'Chat with AI to get started': 'AI와 채팅하여 시작하세요',
847
+ 'Error while loading AI insights': 'AI 인사이트를 로드하는 동안 오류 발생',
848
+ 'Getting AI insights...': 'AI 인사이트 얻기...',
849
+ 'No AI response available yet.': '아직 AI의 대응이 사용 가능하지 않습니다.',
850
+ 'No recommendations for this product': '이 제품에 대한 추천이 없습니다',
851
+ PREVIEW: '미리보기',
852
+ 'Read more': '더 읽어보기',
853
+ 'Red Hat hand picked support articles': 'Red Hat이 직접 엄선한 지원 문서',
854
+ Reload: '다시 로드',
855
+ 'Resolve your issue now with AI insights': 'AI 인사이트로 지금 문제를 해결하세요',
856
+ 'Troubleshoot with AI insights': 'AI 인사이트를 활용한 문제 해결',
857
+ 'Want to continue the conversation? Dive deeper with our AI assistant': '대화를 계속하고 싶으신가요? AI 어시스턴트와 함께 더 자세히 알아보세요.',
858
+ 'Why did you choose this rating?': '왜 이 등급을 선택하셨나요?',
859
+ '<strong>Thank you. Any more feedback?</strong>': '<strong>감사합니다. 다른 의견 더 있으신가요?</strong>',
860
+ '<strong>Thank you. How can we improve?</strong>': '<strong>감사합니다. 어떻게 개선할 수 있을까요?</strong>',
861
+ '<strong>Thank you</strong>': '<strong>감사합니다</strong>',
862
+ Accurate: '정확',
863
+ 'Bad response': '나쁘다',
864
+ Confusing: '혼란스럽다',
865
+ Copy: '복사하다',
866
+ "Didn't solve my issue": '내 문제가 해결되지 않았습니다',
867
+ 'Easy to understand': '이해하기 쉽다',
868
+ 'Good response': '좋은 반응',
869
+ Inaccurate: '부정확',
870
+ 'Response copied': '응답이 복사되었습니다',
871
+ 'Response recorded as helpful': '도움이 된 것으로 기록된 응답',
872
+ 'Response recorded as unhelpful': '도움이 되지 않는 것으로 기록된 응답',
873
+ 'Solved my issue': '내 문제를 해결했습니다',
874
+ 'We appreciate your input. <br />It helps us improve this experience.': '귀하의 의견에 감사드립니다.<br />귀하의 의견은 이 경험을 개선하는 데 도움이 됩니다.',
875
+ 'Newest to Oldest': '최신순',
876
+ 'Oldest to Newest': '가장 오래된 것부터 최신 것까지',
877
+ Reset: '재설정',
878
+ 'Search for a user, action, or keyword': '사용자, 작업 또는 키워드 검색',
879
+ 'Try <reloadLink>reloading the page</reloadLink> or check back later': '<reloadLink>페이지를 새로고침</reloadLink>하거나 나중에 다시 확인해 보세요.',
880
+ 'Try modifying your search query or changing the date range and try again.': '검색 쿼리를 수정하거나 날짜 범위를 변경한 후 다시 시도하십시오.',
881
+ "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>": '이 기능은 AI 기술을 사용합니다. 상호 작용 내용은 Red Hat 제품 또는 서비스 개선에 활용될 수 있습니다. Red Hat의 개인정보 보호 관행에 대한 자세한 내용은 <a>Red Hat 개인정보 보호정책</a>을 참조하세요.',
882
+ '<span>Return to</span> <button>case creation</button>': '<button>사례 생성</button>으로 <span>돌아가기</span>',
883
+ 'Resolve your issues now with AI insights': 'AI 인사이트로 지금 문제를 해결하세요',
884
+ 'Generate AI case summary': 'AI 사례 요약 생성',
885
+ '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': '이 기능을 사용하면 지원 사례 정보가 AI가 생성한 사례 요약을 만드는 데 사용됩니다. 생성된 정보가 최신 상태가 아니거나 오류가 있을 수 있습니다. 사용 전에 AI가 생성한 콘텐츠를 반드시 검토하시기 바랍니다. 사례 요약 기능 개선을 위해 피드백을 보내주시기 바랍니다.',
886
+ "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>": '피드백에 개인 정보나 기타 민감한 정보를 포함하지 마십시오. 피드백은 Red Hat 제품 또는 서비스 개선에 활용될 수 있습니다. Red Hat의 개인정보 보호 관행에 대한 자세한 내용은 <a><u>Red Hat 개인정보 보호정책</u></a>을 참조하십시오.',
809
887
  };
@@ -137,7 +137,7 @@ declare const _default: {
137
137
  'Exporting CSV': string;
138
138
  'Could not export CSV': string;
139
139
  '4 (Low)': string;
140
- '3 (Normal)': string;
140
+ '3 (Medium)': string;
141
141
  '2 (High)': string;
142
142
  '1 (Urgent)': string;
143
143
  '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
  'or as in your Service Level Agreement (SLA)': string;
799
798
  'View case': string;
800
799
  'Update info': 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-pt.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-pt.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-pt.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAy7BE"}
1
+ {"version":3,"file":"template-pt.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-pt.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA0hCE"}
@@ -137,7 +137,7 @@ export default {
137
137
  'Exporting CSV': 'Exportando CSV',
138
138
  'Could not export CSV': 'Não foi possível exportar CSV',
139
139
  '4 (Low)': '4 (Baixa)',
140
- '3 (Normal)': '3 (Normal)',
140
+ '3 (Medium)': '3 (Medium)',
141
141
  '2 (High)': '2 (Alta)',
142
142
  '1 (Urgent)': '1 (Urgente)',
143
143
  'Saved for later': 'Salvo para mais tarde',
@@ -460,7 +460,6 @@ export default {
460
460
  'Bookmark account': 'Marcar contas',
461
461
  'Submit request': 'Enviar Solicitação',
462
462
  'Active Customer Escalation (ACE)': 'Encaminhamento ativo do cliente (ACE)',
463
- 'Oldest to Newest': 'Do Primeiro ao Último',
464
463
  i18RequestEscalationLearnMore: 'Caso sinta que o problema ficou mais grave ou que o caso deveria ter maior prioridade, forneça um comentário detalhado, e o caso será analisado por um gerente de suporte. <2>Learn more.</2>',
465
464
  'Private Notes': 'Notas Privadas',
466
465
  on: 'em',
@@ -535,7 +534,7 @@ export default {
535
534
  STANDARD: 'STANDARD',
536
535
  PREMIUM: 'PREMIUM',
537
536
  '4 (Low) - 2 business days': '4 (Baixa) - 2 dias úteis',
538
- '3 (Normal) - 1 business day': '3 (Normal) - 1 dia útil',
537
+ '3 (Medium) - 1 business day': '3 (Medium) - 1 dia útil',
539
538
  '2 (High) - 4 business hours': '2 (Alta) - 4 horas úteis',
540
539
  '1 (Urgent) - 1 business hour': '1 (Urgente) - 1 hora útil',
541
540
  'Loading...': 'Carregando...',
@@ -801,4 +800,83 @@ export default {
801
800
  'or as in your Service Level Agreement (SLA)': 'ou conforme seu Contrato de nível de serviço (SLA)',
802
801
  'View case': 'Ver caso',
803
802
  'Update info': 'Atualizar informações',
803
+ Resources: 'Recursos',
804
+ 'Upload a file for Red Hat to analyze': 'Carregue um arquivo para a Red Hat analisar',
805
+ 'To help us provide the right guidance, upload a sosreport.': 'Para que possamos oferecer a orientação correta, faça o upload de um sosreport.',
806
+ 'Describe your problem. Include specific actions and error messages.': 'Descreva o problema. Inclua ações específicas e mensagens de erro.',
807
+ 'How to create sosreport?': 'Como criar um sosreport?',
808
+ 'Articles recommended by OpenShift AI': 'Artigos recomendados pelo OpenShift AI',
809
+ 'Updating recommendations using OpenShift AI': 'Atualizando recomendações com o OpenShift AI',
810
+ 'Recommending articles using OpenShift AI': 'Recomendando artigos com o OpenShift AI',
811
+ 'Exact match': 'Correspondência exata',
812
+ 'Best match': 'Melhor correspondência',
813
+ Match: 'Correspondência',
814
+ 'Additional information': 'Informações adicionais',
815
+ 'Support articles are matched to the product and version details you selected, not the problem details you entered.': 'Os artigos de suporte correspondem às informações do produto e da versão selecionados, não às informações do problema inseridos.',
816
+ 'convert to case': 'converter para caso',
817
+ 'Please provide details about the location, device, software version, etc. where you encounter this issue': 'Informe detalhes sobre o local, o dispositivo, a versão do software, etc. em que você encontrou esse problema',
818
+ 'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': 'Descreva o impacto financeiro ou para o usuário. Conte-nos sobre qualquer urgência legal, nacional ou médica.',
819
+ 'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': 'Descreva quando e com que frequência o problema ocorre, por exemplo, diariamente, após ações específicas, em determinados horários do dia, etc.',
820
+ "Describe the impact to you or the business'": 'Descreva o impacto para você ou para a empresa',
821
+ 'In what environment are you experiencing this behavior?': 'Em que ambiente você está observando esse comportamento?',
822
+ 'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': 'Com que frequência esse comportamento ocorre? Ele ocorre repetidamente ou em determinados momentos?',
823
+ i18nKeyPlaceHolderDetail: 'Quanto mais informações forem incluídas, mais fácil será para ajudar você.',
824
+ 'Example:': 'Exemplo:',
825
+ 'To expedite your case, include these details:': 'Para agilizar seu caso, inclua estas informações:',
826
+ Problem: 'Problema',
827
+ 'Error Messages': 'Mensagens de erro',
828
+ 'Tips for describing your problem': 'Dicas para descrever seu problema',
829
+ "There aren't any related tasks": 'Não há nenhuma tarefa relacionada',
830
+ All: 'Todos',
831
+ Jira: 'Jira',
832
+ 'Do you want to close this case?': 'Você quer encerrar este caso?',
833
+ i18ConfirmResolution: 'A confirmação definirá o status deste caso como <1>fechado</1>. Você ainda poderá visualizar o caso após ele ser fechado.',
834
+ Resolution: 'Resolução',
835
+ 'Red Hat solved my issue or reviewed my request': 'A Red Hat resolveu meu problema ou analisou minha solicitação',
836
+ 'The issue has been self-solved': 'O problema foi resolvido por conta própria',
837
+ "I'm not experiencing the issue anymore": 'Não estou mais enfrentando o problema',
838
+ 'AI insights is currently unavailable, try reloading.': 'Os insights de IA não estão disponíveis no momento. Tente recarregar.',
839
+ 'Back to resources': 'Voltar aos recursos',
840
+ 'Chat with AI': 'Converse com a IA',
841
+ 'Chat with AI to get started': 'Converse com a IA para começar',
842
+ 'Error while loading AI insights': 'Erro ao carregar os insights de IA',
843
+ 'Getting AI insights...': 'Obtendo os insights de IA...',
844
+ 'No AI response available yet.': 'Nenhuma resposta de IA disponível ainda.',
845
+ 'No recommendations for this product': 'Nenhuma recomendação para este produto',
846
+ PREVIEW: 'PRÉ-VISUALIZAÇÃO',
847
+ 'Read more': 'Ler mais',
848
+ 'Red Hat hand picked support articles': 'Artigos de suporte cuidadosamente selecionados pela Red Hat',
849
+ Reload: 'Recarregar',
850
+ 'Resolve your issue now with AI insights': 'Resolva seu problema agora com os insights de IA',
851
+ 'Troubleshoot with AI insights': 'Solucione problemas com os insights de IA',
852
+ 'Want to continue the conversation? Dive deeper with our AI assistant': 'Quer continuar a conversa? Aprofunde-se com nosso assistente de IA',
853
+ 'Why did you choose this rating?': 'Por que você escolheu essa classificação?',
854
+ '<strong>Thank you. Any more feedback?</strong>': '<strong>Agradecemos. Mais algum feedback?</strong>',
855
+ '<strong>Thank you. How can we improve?</strong>': '<strong>Agradecemos. Como podemos melhorar?</strong>',
856
+ '<strong>Thank you</strong>': '<strong>Agradecemos</strong>',
857
+ Accurate: 'Precisa',
858
+ 'Bad response': 'Resposta ruim',
859
+ Confusing: 'Confusa',
860
+ Copy: 'Cópia',
861
+ "Didn't solve my issue": 'Não resolveu meu problema',
862
+ 'Easy to understand': 'Fácil de entender',
863
+ 'Good response': 'Boa resposta',
864
+ Inaccurate: 'Imprecisa',
865
+ 'Response copied': 'Resposta copiada',
866
+ 'Response recorded as helpful': 'Resposta registrada como útil',
867
+ 'Response recorded as unhelpful': 'Resposta registrada como inútil',
868
+ 'Solved my issue': 'Resolveu meu problema',
869
+ 'We appreciate your input. <br />It helps us improve this experience.': 'Agradecemos sua contribuição. <br />Ela nos ajuda a melhorar esta experiência.',
870
+ 'Newest to Oldest': 'Do mais novo ao mais antigo',
871
+ 'Oldest to Newest': 'Do mais antigo ao mais novo',
872
+ Reset: 'Reiniciar',
873
+ 'Search for a user, action, or keyword': 'Pesquise por usuário, ação ou palavra-chave',
874
+ 'Try <reloadLink>reloading the page</reloadLink> or check back later': 'Tente <reloadLink>recarregar a página</reloadLink> ou volte mais tarde',
875
+ 'Try modifying your search query or changing the date range and try again.': 'Mude sua consulta de pesquisa ou altere o intervalo de datas e tente novamente.',
876
+ "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>": 'Este recurso utiliza tecnologia de IA. As interações podem ser usadas para aprimorar os produtos ou serviços da Red Hat. Para obter mais informações sobre as práticas de privacidade da Red Hat, consulte a <a>Declaração de Privacidade da Red Hat</a>.',
877
+ '<span>Return to</span> <button>case creation</button>': '<span>Voltar para</span> <button>criação de caso</button>',
878
+ 'Resolve your issues now with AI insights': 'Resolva seus problemas agora com os insights de IA',
879
+ 'Generate AI case summary': 'Gerar resumo de caso de IA',
880
+ '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': 'Ao utilizar este recurso, as informações do seu caso de suporte serão usadas para criar um resumo dos seus casos gerado por IA. As informações podem não estar atualizadas ou livres de erros. Sempre revise o conteúdo gerado por IA antes de usar. Recomendamos que você envie feedback para aprimorar o recurso de resumo de casos',
881
+ "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>": 'Não compartilhe informações pessoais ou confidenciais em seu feedback. O feedback pode ser usado para aprimorar os produtos ou serviços da Red Hat. Para obter mais informações sobre as práticas de privacidade da Red Hat, consulte a <a><u>Declaração de Privacidade da Red Hat</u></a>.',
804
882
  };
@@ -137,7 +137,7 @@ declare const _default: {
137
137
  'Exporting CSV': string;
138
138
  'Could not export CSV': string;
139
139
  '4 (Low)': string;
140
- '3 (Normal)': string;
140
+ '3 (Medium)': string;
141
141
  '2 (High)': string;
142
142
  '1 (Urgent)': string;
143
143
  '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;
@@ -748,6 +747,51 @@ declare const _default: {
748
747
  'How satisfied are you with customer support\u2019s web experience?': string;
749
748
  'Manage your application preferences or send feedback to the web experience team.': string;
750
749
  ChangeHostnamePrefLink: string;
750
+ 'AI insights is currently unavailable, try reloading.': string;
751
+ 'Back to resources': string;
752
+ 'Chat with AI': string;
753
+ 'Chat with AI to get started': string;
754
+ 'Error while loading AI insights': string;
755
+ 'Getting AI insights...': string;
756
+ 'No AI response available yet.': string;
757
+ 'No recommendations for this product': string;
758
+ PREVIEW: string;
759
+ 'Read more': string;
760
+ 'Red Hat hand picked support articles': string;
761
+ Reload: string;
762
+ 'Resolve your issue now with AI insights': string;
763
+ 'Support articles are matched to the product and version details you selected, not the problem details you entered.': string;
764
+ 'Troubleshoot with AI insights': string;
765
+ 'Want to continue the conversation? Dive deeper with our AI assistant': string;
766
+ 'Why did you choose this rating?': string;
767
+ '<strong>Thank you. Any more feedback?</strong>': string;
768
+ '<strong>Thank you. How can we improve?</strong>': string;
769
+ '<strong>Thank you</strong>': string;
770
+ Accurate: string;
771
+ 'Bad response': string;
772
+ Confusing: string;
773
+ Copy: string;
774
+ "Didn't solve my issue": string;
775
+ 'Easy to understand': string;
776
+ 'Good response': string;
777
+ Inaccurate: string;
778
+ 'Response copied': string;
779
+ 'Response recorded as helpful': string;
780
+ 'Response recorded as unhelpful': string;
781
+ 'Solved my issue': string;
782
+ 'We appreciate your input. <br />It helps us improve this experience.': string;
783
+ 'Newest to Oldest': string;
784
+ 'Oldest to Newest': string;
785
+ Reset: string;
786
+ 'Search for a user, action, or keyword': string;
787
+ 'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
788
+ 'Try modifying your search query or changing the date range and try again.': string;
789
+ "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;
790
+ '<span>Return to</span> <button>case creation</button>': string;
791
+ 'Resolve your issues now with AI insights': string;
792
+ 'Generate AI case summary': string;
793
+ '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;
794
+ "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;
751
795
  };
752
796
  export default _default;
753
797
  //# sourceMappingURL=template-ru.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-ru.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ru.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA22BE"}
1
+ {"version":3,"file":"template-ru.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ru.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAi6BE"}
@@ -137,7 +137,7 @@ export default {
137
137
  'Exporting CSV': 'Экспорт CSV',
138
138
  'Could not export CSV': 'Не удалось экспортировать CSV',
139
139
  '4 (Low)': '4 (низкий)',
140
- '3 (Normal)': '3 (обычный)',
140
+ '3 (Medium)': '3 (обычный)',
141
141
  '2 (High)': '2 (высокий)',
142
142
  '1 (Urgent)': '1 (срочный)',
143
143
  'Saved for later': 'Сохранено на будущее',
@@ -460,7 +460,6 @@ export default {
460
460
  'Bookmark account': 'Добавить учетные записи в закладки',
461
461
  'Submit request': 'Отправить',
462
462
  'Active Customer Escalation (ACE)': 'Активная эскалация клиента (ACE)',
463
- 'Oldest to Newest': 'Сначала старые',
464
463
  i18RequestEscalationLearnMore: 'Если вы считаете, что вашему запросу должно быть уделено больше внимания, объясните причину. <2>Learn more.</2>',
465
464
  'Private Notes': 'Скрытые примечания',
466
465
  on: ',',
@@ -535,7 +534,7 @@ export default {
535
534
  STANDARD: 'STANDARD',
536
535
  PREMIUM: 'PREMIUM',
537
536
  '4 (Low) - 2 business days': '4 (низкий) — 2 рабочих дня',
538
- '3 (Normal) - 1 business day': '3 (нормальный) — 1 рабочий день',
537
+ '3 (Medium) - 1 business day': '3 (нормальный) — 1 рабочий день',
539
538
  '2 (High) - 4 business hours': '2 (высокий) — 4 рабочих часа',
540
539
  '1 (Urgent) - 1 business hour': '1 (срочный) — 1 рабочий час',
541
540
  'Loading...': 'Загрузка...',
@@ -748,4 +747,49 @@ export default {
748
747
  'How satisfied are you with customer support’s web experience?': 'Насколько вы довольны веб-интерфейсом службы поддержки клиентов?',
749
748
  'Manage your application preferences or send feedback to the web experience team.': 'Управляйте настройками приложения или отправьте отзыв команде, отвечающей за веб-интерфейс.',
750
749
  ChangeHostnamePrefLink: 'Измените видимость имен хостов в разделе <1>«Настройки»</1>',
750
+ 'AI insights is currently unavailable, try reloading.': 'Аналитические данные ИИ в настоящее время недоступны. Попробуйте перезагрузить страницу.',
751
+ 'Back to resources': 'Вернуться к ресурсам',
752
+ 'Chat with AI': 'Чат с ИИ',
753
+ 'Chat with AI to get started': 'Для начала пообщайтесь в чате с ИИ',
754
+ 'Error while loading AI insights': 'Ошибка при загрузке аналитических данных ИИ',
755
+ 'Getting AI insights...': 'Получение аналитических данных ИИ...',
756
+ 'No AI response available yet.': 'Пока нет ответа от ИИ.',
757
+ 'No recommendations for this product': 'Нет рекомендаций для этого продукта',
758
+ PREVIEW: 'ПРЕДПРОСМОТР',
759
+ 'Read more': 'Читать больше',
760
+ 'Red Hat hand picked support articles': 'Специально подобранные статьи поддержки Red Hat',
761
+ Reload: 'Перезагрузить',
762
+ 'Resolve your issue now with AI insights': 'Решите свою проблему прямо сейчас с помощью аналитических данных ИИ',
763
+ 'Support articles are matched to the product and version details you selected, not the problem details you entered.': 'Статьи поддержки подбираются в соответствии с выбранными вами сведениями о продукте и версии, а не с введенными сведениями о проблеме.',
764
+ 'Troubleshoot with AI insights': 'Устранение проблем с помощью аналитических данных ИИ',
765
+ 'Want to continue the conversation? Dive deeper with our AI assistant': 'Хотите продолжить беседу? Узнайте больше с помощью нашего ИИ-помощника.',
766
+ 'Why did you choose this rating?': 'Почему вы выбрали эту оценку?',
767
+ '<strong>Thank you. Any more feedback?</strong>': '<strong>Спасибо! Хотите добавить что-то еще?</strong>',
768
+ '<strong>Thank you. How can we improve?</strong>': '<strong>Спасибо! Как мы можем улучшить нашу работу?</strong>',
769
+ '<strong>Thank you</strong>': '<strong>Спасибо!</strong>',
770
+ Accurate: 'Ответ точный',
771
+ 'Bad response': 'Плохой ответ',
772
+ Confusing: 'Ответ сбивает с толку',
773
+ Copy: 'Копировать',
774
+ "Didn't solve my issue": 'Ответ не решил мою проблему',
775
+ 'Easy to understand': 'Ответ легко понять',
776
+ 'Good response': 'Хороший ответ',
777
+ Inaccurate: 'Ответ неточный',
778
+ 'Response copied': 'Ответ скопирован',
779
+ 'Response recorded as helpful': 'Ответ отмечен как полезный',
780
+ 'Response recorded as unhelpful': 'Ответ отмечен как бесполезный',
781
+ 'Solved my issue': 'Ответ решил мою проблему',
782
+ 'We appreciate your input. <br />It helps us improve this experience.': 'Мы ценим ваше мнение. <br />Оно помогает нам повысить качество обслуживания.',
783
+ 'Newest to Oldest': 'От новых к старым',
784
+ 'Oldest to Newest': 'От старых к новым',
785
+ Reset: 'Сброс',
786
+ 'Search for a user, action, or keyword': 'Поиск пользователя, действия или ключевого слова',
787
+ 'Try <reloadLink>reloading the page</reloadLink> or check back later': 'Попробуйте <reloadLink>обновить страницу</reloadLink> или зайдите позже',
788
+ 'Try modifying your search query or changing the date range and try again.': 'Попробуйте изменить поисковый запрос или диапазон дат и повторите попытку.',
789
+ "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>": 'Эта функция задействует технологию искусственного интеллекта (ИИ). Взаимодействие с ней может использоваться для улучшения продуктов и услуг компании Red Hat. Подробнее о политике конфиденциальности Red Hat см. в <a>Заявлении о конфиденциальности Red Hat</a>.',
790
+ '<span>Return to</span> <button>case creation</button>': '<span>Вернуться к</span> <button>созданию обращения</button>',
791
+ 'Resolve your issues now with AI insights': 'Решите свои проблемы прямо сейчас с помощью аналитических данных ИИ',
792
+ 'Generate AI case summary': 'Создать сводку по обращениям с помощью ИИ',
793
+ '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': 'При использовании этой функции информация о вашем обращении в службу поддержки будет использована для создания сводки по вашим обращениям с помощью искусственного интеллекта (ИИ). Информация может быть устаревшей или содержать ошибки. Всегда проверяйте информацию, сгенерированную ИИ, перед использованием. Просим вас оставить отзыв для улучшения функции сводки по обращениям.',
794
+ "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>": 'Не сообщайте в отзывах личную или другую конфиденциальную информацию. Отзывы могут использоваться для улучшения продуктов и услуг компании Red Hat. Подробнее о политике конфиденциальности Red Hat см. в <a><u>Заявлении о конфиденциальности Red Hat</u></a>.',
751
795
  };
@@ -137,7 +137,7 @@ declare const _default: {
137
137
  'Exporting CSV': string;
138
138
  'Could not export CSV': string;
139
139
  '4 (Low)': string;
140
- '3 (Normal)': string;
140
+ '3 (Medium)': string;
141
141
  '2 (High)': string;
142
142
  '1 (Urgent)': string;
143
143
  'Saved for later': string;
@@ -527,7 +527,7 @@ declare const _default: {
527
527
  STANDARD: string;
528
528
  PREMIUM: string;
529
529
  '4 (Low) - 2 business days': string;
530
- '3 (Normal) - 1 business day': string;
530
+ '3 (Medium) - 1 business day': string;
531
531
  '2 (High) - 4 business hours': string;
532
532
  '1 (Urgent) - 1 business hour': string;
533
533
  'Loading...': string;
@@ -815,7 +815,6 @@ declare const _default: {
815
815
  'Best match': string;
816
816
  Match: string;
817
817
  'Additional information': string;
818
- 'Support articles are matched to the product and version details you selected, not the problem details you entered.': string;
819
818
  'Convert to case': string;
820
819
  'Please provide details about the location, device, software version, etc. where you encounter this issue': string;
821
820
  'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': string;
@@ -828,6 +827,63 @@ declare const _default: {
828
827
  "Steps you've taken": string;
829
828
  'Tips for describing your problem': string;
830
829
  'Live search results powered by OpenShift AI': string;
830
+ 'Describe your problem. Include specific actions and error messages.': string;
831
+ 'convert to case': string;
832
+ "Describe the impact to you or the business'": string;
833
+ "There aren't any related tasks": string;
834
+ All: string;
835
+ Jira: string;
836
+ 'Do you want to close this case?': string;
837
+ i18ConfirmResolution: string;
838
+ Resolution: string;
839
+ 'Red Hat solved my issue or reviewed my request': string;
840
+ 'The issue has been self-solved': string;
841
+ "I'm not experiencing the issue anymore": string;
842
+ 'AI insights is currently unavailable, try reloading.': string;
843
+ 'Back to resources': string;
844
+ 'Chat with AI': string;
845
+ 'Chat with AI to get started': string;
846
+ 'Error while loading AI insights': string;
847
+ 'Getting AI insights...': string;
848
+ 'No AI response available yet.': string;
849
+ 'No recommendations for this product': string;
850
+ PREVIEW: string;
851
+ 'Read more': string;
852
+ 'Red Hat hand picked support articles': string;
853
+ Reload: string;
854
+ 'Resolve your issue now with AI insights': string;
855
+ 'Support articles are matched to the product and version details you selected, not the problem details you entered.': string;
856
+ 'Troubleshoot with AI insights': string;
857
+ 'Want to continue the conversation? Dive deeper with our AI assistant': string;
858
+ 'Why did you choose this rating?': string;
859
+ '<strong>Thank you. Any more feedback?</strong>': string;
860
+ '<strong>Thank you. How can we improve?</strong>': string;
861
+ '<strong>Thank you</strong>': string;
862
+ Accurate: string;
863
+ 'Bad response': string;
864
+ Confusing: string;
865
+ Copy: string;
866
+ "Didn't solve my issue": string;
867
+ 'Easy to understand': string;
868
+ 'Good response': string;
869
+ Inaccurate: string;
870
+ 'Response copied': string;
871
+ 'Response recorded as helpful': string;
872
+ 'Response recorded as unhelpful': string;
873
+ 'Solved my issue': string;
874
+ 'We appreciate your input. <br />It helps us improve this experience.': string;
875
+ 'Newest to Oldest': string;
876
+ 'Oldest to Newest': string;
877
+ Reset: string;
878
+ 'Search for a user, action, or keyword': string;
879
+ 'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
880
+ 'Try modifying your search query or changing the date range and try again.': string;
881
+ "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;
882
+ '<span>Return to</span> <button>case creation</button>': string;
883
+ 'Resolve your issues now with AI insights': string;
884
+ 'Generate AI case summary': string;
885
+ '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;
886
+ "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;
831
887
  };
832
888
  export default _default;
833
889
  //# sourceMappingURL=template-zh.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-zh.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAg6BE"}
1
+ {"version":3,"file":"template-zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-zh.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA+9BE"}